/*
Theme Name: New exchanger
Theme URI: https://premiumexchanger.com
Description: PremiumBox theme
Version: 2.5.1
Author: Premium
Author URI: https://premiumexchanger.com
*/

* {
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a:focus {
  outline: 0;
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

img {
  border: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

sup {
  font-size: 0.7em;
  vertical-align: top;
}

sub {
  font-size: 0.7em;
  vertical-align: bottom;
}

small {
  font-size: 10px;
}

strong,
dfn,
dl dt,
th,
b {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

select,
input,
textarea {
  padding: 0;
  margin: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

button,
input[type="submit"] {
  padding: 0;
  margin: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-appearance: none;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

a {
  text-decoration: auto;
  color: #0b71d7;
}

.color_d a {
  color: #428dd9;
}

a:hover {
  text-decoration: none;
}

.color_d a:hover {
}

body {
  font: 14px/1.3em "Montserrat", sans-serif;
  color: #2e3033;
  background: rgb(236 0 140 / 50%);
  background: -webkit-linear-gradient(
    to right,
    rgb(252 103 103 / 50%),
    rgb(236 0 140 / 50%)
  );
  background: radial-gradient(
      39.73% 92.57% at 97.15% -16.01%,
      rgb(187, 230, 246) 2.29%,
      rgba(187, 230, 246, 0.93) 9.02%,
      rgba(187, 230, 246, 0) 100%
    ),
    radial-gradient(
      39.57% 66.25% at 48.06% -13.46%,
      rgb(194, 199, 250) 2.29%,
      rgba(194, 199, 250, 0) 100%
    ),
    radial-gradient(
      35.97% 84.42% at 5.8% -18.46%,
      rgb(217, 186, 250) 2.29%,
      rgba(217, 186, 250, 0) 100%
    ),
    rgb(247, 251, 251);
}

body.color_d {
  color: #8096ad;
  background: #282d40;
}

body.rtl_body {
  direction: rtl;
  unicode-bidi: embed;
}

.rtl_body caption,
.rtl_body th,
.rtl_body td {
  text-align: right;
}

#container {
  display: block;
  position: relative;
  width: 100%;
  min-width: 320px;
}

.container {
  /* min-height: 100vh; */
  display: flex;
  flex-direction: column;
}

/* wclose */
.wclosearea {
  padding: 5px 0px;
  background: #e27c83;
  border-bottom: 2px solid #ce656c;
}

.wclosearea_ins {
  max-width: 1170px;
  margin: 0 auto;
  min-height: 20px;
  position: relative;
}

.wclosearea_hide {
  position: absolute;
  float: none;
  top: 0;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(images/w_close.png) no-repeat center center;
  border-radius: 3px;
}

.wclosearea_hide.active {
  background: #fff url(images/ajax-loader.gif) no-repeat center center;
}

.rtl_body .wclosearea_hide {
  right: auto;
  left: 10px;
}

.wclosearea_text {
  padding: 0px 30px 0px 10px;
}

.rtl_body .wclosearea_text {
  padding: 0px 10px 0px 30px;
}

.wclosearea_text_ins {
  padding: 2px 0px 0 26px;
  background: url(images/warning.png) no-repeat;
  background-position: 0 2px;
  color: #fff;
  font: 13px "Montserrat", sans-serif;
}

.rtl_body .wclosearea_text_ins {
  padding-left: 0px;
  padding-right: 26px;
  background-position: right 1px;
}

.wclosearea_text a {
  color: #fff;
  text-decoration: underline;
}

.wclosearea_text a:hover {
  text-decoration: none;
}

/* end wclose */

/* forms */
input[type="text"],
input[type="email"],
input[type="password"] {
  /* border: 1px solid #e4e8ee;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #000;
  height: 40px;
  width: 300px;
  max-width: 100%;
  padding: 0 15px;
  font: 13px/40px "Montserrat", sans-serif; */
}

.color_d input[type="text"],
.color_d input[type="email"],
.color_d input[type="password"] {
  border: 1px solid #323850;
  background: #323850;
  color: #fff;
}

input[type="search"] {
  border: 1px solid #e4e8ee;
  background: #fff url(images/search.png) no-repeat 10px center;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #000;
  height: 40px;
  width: 300px;
  max-width: 100%;
  padding: 0 15px 0 35px;
  font: 13px/40px "Montserrat", sans-serif;
}

.color_d input[type="search"] {
  border: 1px solid #323850;
  background: #323850 url(images/search.png) no-repeat 10px center;
  color: #fff;
}

textarea {
  border: 1px solid #e4e8ee;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #000;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100px;
  min-height: 100px;
  padding: 15px;
  font: 13px "Montserrat", sans-serif;
}

.color_d textarea {
  border: 1px solid #323850;
  background: #323850;
  color: #fff;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
textarea:disabled {
  color: #000;
}

input[type="text"].error,
input[type="email"].error,
input[type="password"].error {
  border: 1px solid #f6c7c8;
}

select {
  border: 1px solid #e4e8ee;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #000;
  height: 40px;
  width: 300px;
  max-width: 100%;
  padding: 0 15px;
  font: 13px "Montserrat", sans-serif;
}

.color_d select {
  border: 1px solid #323850;
  background: #323850;
  color: #fff;
}

input[type="submit"] {
}

input[type="submit"]:hover {
}

input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
  background: #ccc;
  border: 1px solid #ccc;
  color: #fff;
  cursor: default;
}

.checkbox {
  cursor: pointer;
  background: url(images/checkbox_w.png) no-repeat 0 0px;
  padding: 2px 0 2px 28px;
}

.color_d .checkbox {
  background-image: url(images/checkbox.png);
}

.rtl_body .checkbox {
  padding: 2px 28px 2px 0px;
  background-position: right 0;
}

.checkbox input {
  display: none;
}

.checkbox.checked {
  background: url(images/checkbox_w.png) no-repeat 0 -180px;
}

.color_d .checkbox.checked {
  background-image: url(images/checkbox.png);
}

.rtl_body .checkbox.checked {
  background-position: right -180px;
}

/* end forms */

/* standart captcha */
.captcha_div {
  margin: 0 -10px 20px 0;
}

.rtl_body .captcha_div {
  margin: 0 0px 20px -10px;
}

.hexch_div .captcha_div {
  margin: 0 0px 20px 0px;
}

.captcha_title {
  font: 13px "Montserrat", sans-serif;
  margin: 0 0 5px 0;
}

.captcha_body {
  padding: 0 0 0px 0;
}

.captcha_divznak {
  float: left;
  width: 24px;
  height: 40px;
  font: 600 18px/40px "Montserrat", sans-serif;
  text-align: center;
}

.rtl_body .captcha_divznak {
  float: right;
}

input.captcha_divpole {
  float: left;
  width: 40px;
  height: 40px;
  padding: 0 5px;
  font: 18px/40px "Montserrat", sans-serif;
  margin: 0;
  text-align: center;
}

.rtl_body input.captcha_divpole {
  float: right;
}

a.captcha_reload {
  float: left;
  margin: 0px 0 0 5px;
  width: 32px;
  height: 40px;
  border-radius: 3px;
  background: url(images/reload.png) no-repeat center center;
}

.rtl_body a.captcha_reload {
  float: right;
}

a.captcha_reload.act {
  background: #fff url(images/ajax-loader.gif) no-repeat center center;
}

.captcha_divimg {
  float: left;
  width: 38px;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.rtl_body .captcha_divimg {
  float: right;
}

.captcha_divimg img {
  width: 38px;
  height: 38px;
  border-radius: 3px;
}

/* end standart captcha */

/* image captcha */
.captcha_sci_div {
  margin: 0 0 20px 0;
  font: 12px "Montserrat", sans-serif;
}

.captcha_sci_title {
  font: 13px "Montserrat", sans-serif;
  margin: 0 0 5px 0;
}

.captcha_sci_body {
  padding: 0 0 5px 0;
}

.captcha_sci_img {
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
  border: 2px solid #ddd;
  cursor: pointer;
}

.rtl_body .captcha_sci_img {
  float: right;
  margin: 0 0px 0 10px;
}

.captcha_sci_img img {
  width: 50px;
  height: 50px;
}

.captcha_sci_img.active {
  border: 2px solid #0c72d8;
}

/* end image captcha */

/* topbar */
.topbar_wrap {
  width: 100%;
  position: relative;
  z-index: 100;
  height: 48px;
}

.topbar_ins {
  width: 100%;
  position: absolute;
  float: none;
  top: 0;
  left: 0;
  z-index: 100;
  height: 48px;
  backdrop-filter: blur(100px);
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 30%);
  background: rgb(0 0 0 / 25%);
}

.color_d .topbar_ins {
  background: #282d40;
}

.topbar {
  max-width: 1150px;
  padding: 0 10px;
  margin: 0 auto;
  height: 48px;
}

.topbar_icon_wrap {
  position: relative;
  float: left;
}

.rtl_body .topbar_icon_wrap {
  float: right;
}

.topbar_icon_tab {
  display: none;
  font: 14px/48px "Montserrat", sans-serif;
  color: rgb(236 0 140 / 100%);
  height: 48px;
  cursor: pointer;
}

.color_d .topbar_icon_tab {
  color: #7f95ac;
}

/*.topbar_icon_wrap.adaptive .topbar_icon_tab {*/
/*  display: block;*/
/*}*/

.topbar_icon_tabul {
  padding: 0;
  width: 100%;
}

/*.topbar_icon_wrap.adaptive .topbar_icon_tabul {*/
/*  display: none;*/
/*  max-width: 250px;*/
/*  width: 100vw;*/
/*  background: #ffffff;*/
/*  border-radius: 4px;*/
/*  border: 1px solid #f1f4fa;*/
/*  padding: 5px 10px;*/
/*  position: absolute;*/
/*  float: none;*/
/*  top: 100%;*/
/*  left: -10px;*/
/*}*/

/*.topbar_icon_wrap.adaptive .topbar_icon_tabul.open {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  gap: 10px;*/
/*}*/

.rtl_body .topbar_icon_wrap.adaptive .topbar_icon_tabul {
  left: auto;
  right: -10px;
}

.color_d .topbar_icon_wrap.adaptive .topbar_icon_tabul {
  border: 1px solid #444c61;
  background: #282d40;
}

.topbar_icon {
  display: none;
  float: left;
  margin: 0 20px 0 0;
  font: 15px/48px "Montserrat", sans-serif;
  color: #6b8199;
  padding: 0 0 0 40px;
  height: 48px;
}

.topbar_icon {
}

.color_d .topbar_icon {
  color: #7f95ac;
}

.topbar_icon.icq {
  background: url(images/icq.png) no-repeat left center;
}

.topbar_icon.skype {
  background: url(images/skype.png) no-repeat left center;
}

.topbar_icon.email {
  background: url(images/email.png) no-repeat left center;
}

.topbar_icon.telegram {
  /*background: url(images/telegram.png) no-repeat left center;*/
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  margin-top: 4px;
  border-radius: 4px;
  position: relative;
}

.topbar_icon.telegram:before {
  content: "";
  background: linear-gradient(
    70deg,
    rgb(187, 230, 246),
    rgb(217, 186, 250),
    rgb(187, 230, 246)
  );
  position: absolute;
  top: 0;
  left: 0;
  background-size: 400%;
  z-index: 0;
  width: 100%;
  height: 100%;
  animation: rainbow 20s linear infinite;
  border-radius: 4px;
}

@keyframes rainbow {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.topbar_icon.telegram a {
  color: #30353c;
  position: relative;
}

.topbar_icon.viber {
  background: url(images/viber.png) no-repeat left center;
}

.topbar_icon.whatsapp {
  background: url(images/whatsapp.png) no-repeat left center;
}

.topbar_icon.jabber {
  background: url(images/jabber.png) no-repeat 2px center;
}

.topbar_icon.phone {
  background: url(images/phone.png) no-repeat left center;
}

.color_d .topbar_icon.icq {
  background: url(images/icq_d.png) no-repeat left center;
}

.color_d .topbar_icon.skype {
  background: url(images/skype_d.png) no-repeat left center;
}

.color_d .topbar_icon.email {
  background: url(images/email_d.png) no-repeat left center;
}

.color_d .topbar_icon.telegram {
  background: url(images/telegram_d.png) no-repeat left center;
}

.color_d .topbar_icon.viber {
  background: url(images/viber_d.png) no-repeat left center;
}

.color_d .topbar_icon.whatsapp {
  background: url(images/whatsapp_d.png) no-repeat left center;
}

.color_d .topbar_icon.jabber {
  background: url(images/jabber_d.png) no-repeat 2px center;
}

.color_d .topbar_icon.phone {
  background: url(images/phone_d.png) no-repeat left center;
}

.topbar_icon_wrap.adaptive a {
  color: #30353c;
}

.rtl_body .topbar_icon {
  float: right;
  padding: 0 35px 0 0;
  background-position: right center !important;
}

.topbar_icon_wrap.adaptive .topbar_icon {
  float: none;
  margin: 0;
  font: 14px/40px "Montserrat", sans-serif;
  height: 40px;
}

.topbar_icon_wrap.adaptive .topbar_icon.telegram {
  width: 150px;
}

.topbar_icon_wrap.adaptive .topbar_icon.email {
  width: 27px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 0 0 27px;
}

.topbar_icon a {
  color: #fff;
  text-decoration: none;
}

.color_d .topbar_icon a {
  color: #7f95ac;
}

.topbar_icon a:hover {
  text-decoration: underline;
}

a.toplink {
  float: right;
  margin: 9px 0px 0 5px;
  padding: 0 5px;
  border: 1px solid #e2e8f6;
  border-radius: 4px;
  background: #e2e8f6;
  height: 28px;
  font: 12px/28px "Montserrat", sans-serif;
  color: rgb(236 0 140 / 100%);
  text-decoration: none;
}

.mobile_menu_button a.toplink {
  float: left;
  margin: 9px 5px 0 0px;
}

.color_d a.toplink {
  border: 1px solid #444c61;
  background: #282d40;
  color: #fff;
}

a.toplink.toplink_signup {
  border: 1px solid #f48dc4;
  background: #f48dc4;
  color: #fff;
}

.rtl_body a.toplink {
  float: left;
  margin: 9px 5px 0 0px;
}

.rtl_body .mobile_menu_button a.toplink {
  float: right;
  margin: 9px 0px 0 5px;
}

a.toplink.toplink_userlogin span {
  background: url(images/user_login.png) no-repeat 0 center;
  padding-left: 16px;
}

.color_d a.toplink.toplink_userlogin span {
  background: url(images/user_login_d.png) no-repeat 0 center;
}

.rtl_body a.toplink.toplink_userlogin span {
  background-position: right center;
  padding: 0 20px 0 0;
}

/* end topbar */

/* lang */
.tolbar_lang {
  float: left;
  height: 30px;
  margin: 9px 30px 0 0;
}

.rtl_body .tolbar_lang {
  float: right;
  margin: 9px 0px 0 30px;
}

.langlist_div {
  position: relative;
  height: 30px;
  cursor: pointer;
}

.langlist_title {
  height: 28px;
  border: 1px solid #e2e8f6;
  padding: 0 5px;
  border-radius: 4px;
  background: #e2e8f6;
  font: 12px/28px "Montserrat", sans-serif;
  color: #0c72d8;
  text-transform: uppercase;
}

.color_d .langlist_title {
  border: 1px solid #444c61;
  background: #282d40;
  color: #fff;
}

.langlist_title span {
  padding: 0 17px 0 0;
  background: url(images/l_arr.png) no-repeat right center;
}

.color_d .langlist_title span {
  background: url(images/l_arr_d.png) no-repeat right center;
}

.rtl_body .langlist_title span {
  padding: 0 0 0 17px;
  background-position: left center;
}

.langlist_ul {
  position: absolute;
  float: none;
  top: 30px;
  left: 0px;
  padding: 3px 0;
  width: 120px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #f1f4fa;
  display: none;
}

.color_d .langlist_ul {
  border: 1px solid #444c61;
  background: #282d40;
}

.rtl_body .langlist_ul {
  left: auto;
  right: 0px;
}

a.langlist_li {
  position: relative;
  display: block;
  padding: 5px 5px 5px 30px;
  font: 600 12px "Montserrat", sans-serif;
  color: #000;
  text-decoration: none;
}

.color_d a.langlist_li {
  color: #8294aa;
}

.rtl_body a.langlist_li {
  padding: 5px 30px 5px 5px;
}

.langlist_liimg {
  position: absolute;
  float: none;
  top: 7px;
  left: 5px;
}

.rtl_body .langlist_liimg {
  left: auto;
  right: 5px;
}

/* end lang */

/* topmenu */
.tophead_wrap {
  width: 100%;
  position: relative;
  z-index: 90;
  margin-top: 30px;
}

.color_d .tophead_wrap {
  background: #1e2130;
  box-shadow: none;
}

.tophead {
  max-width: 1150px;
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media all and (max-width: 959px) {
  .tophead_wrap {
    height: 60px;
  }

  .tophead_ins {
    height: 60px;
  }

  .tophead {
    height: 60px;
  }
}

.logoblock {
  width: 250px;
  height: 100px;
  overflow: hidden;
}

.rtl_body .logoblock {
  float: right;
}

.logoblock_ins {
  width: 250px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  color: #1e2130;
  font: 600 26px "Montserrat", sans-serif;
}

.logoblock_ins img {
  max-width: 250px;
  max-height: 100px;
  vertical-align: middle;
}

@media all and (max-width: 959px) {
  .logoblock {
    height: 60px;
    width: 200px;
  }

  .logoblock_ins {
    height: 60px;
    width: 200px;
  }

  .logoblock_ins img {
    max-height: 60px;
    max-width: 200px;
  }
}

.logoblock_ins a {
  text-decoration: none;
  color: #1e2130;
}

.color_d .logoblock_ins,
.color_d .logoblock_ins a {
  color: #fff;
}

.header_timetable {
  display: none;
  float: right;
  height: 100px;
  width: 240px;
}

@media all and (min-width: 1170px) {
  .header_timetable {
    display: block;
  }
}

.rtl_body .header_timetable {
  float: left;
}

.header_timetable_ins {
  width: 240px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  color: #6b8199;
  font: 13px "Montserrat", sans-serif;
  text-align: right;
}

.color_d .header_timetable_ins {
  color: #8095aa;
}

.rtl_body .header_timetable_ins {
  text-align: left;
}

.topmenu_ico {
  width: 40px;
  height: 60px;
  float: right;
  cursor: pointer;
  background: url(images/menu-ico.png) no-repeat center center;
  display: none;
  margin: 0 0 0 auto;
}

@media all and (max-width: 959px) {
  .topmenu_ico {
    display: block;
  }
}

.rtl_body .topmenu_ico {
  float: left;
}

.topmenu {
  max-width: 640px;
  padding: 35px 0 25px 0;
  margin: 0 0 0 auto;
  display: none;
}

.rtl_body .topmenu {
  float: right;
}

@media all and (min-width: 960px) {
  .topmenu {
    display: block;
  }
}

.topmenu li {
  float: left;
  height: 35px;
  padding: 0;
  margin: 0 25px 5px 0;
}

.topmenu li:hover {
  position: relative;
}

.rtl_body .topmenu li {
  float: right;
}

.topmenu li a {
  float: left;
  height: 30px;
  font: 15px/30px "Montserrat", sans-serif;
  background: none;
  color: #2e3033;
  padding: 0;
  text-decoration: none;
  transition: all 0.25s linear;
}

.rtl_body .topmenu li a {
  float: right;
}

.color_d .topmenu li a {
  color: #fff;
}

.topmenu ul ul {
  position: absolute;
  float: none;
  display: none;
  top: 34px;
  left: 0px;
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border: 1px solid #eaeef4;
  border-radius: 4px;
  padding: 10px 0;
  height: auto;
  width: 235px;
  margin: 0;
}

.rtl_body .topmenu ul ul {
  left: auto;
  right: 0px;
}

.color_d .topmenu ul ul {
  border: 1px solid #444c61;
  background: #282d40;
  box-shadow: none;
}

.ugmenu {
  position: absolute;
  float: none;
  background: url(images/ugm.png) no-repeat;
  top: -6px;
  left: 20px;
  width: 18px;
  height: 6px;
}

.color_d .ugmenu {
  background: url(images/ugm_d.png) no-repeat;
}

.rtl_body .ugmenu {
  left: auto;
  right: 20px;
}

.topmenu ul ul ul .ugmenu {
  display: none;
}

.topmenu ul ul li {
  float: none;
  display: block;
  position: relative;
  height: auto;
  width: 235px;
  margin: 0;
}

.topmenu ul ul li > a,
.topmenu ul ul li.current-menu-item > a {
  float: none !important;
  display: block;
  height: auto;
  padding: 8px 10px 8px 20px;
  font: 13px "Montserrat", sans-serif;
  background: none;
  color: #2e3033;
  border-bottom: none;
  text-decoration: none;
  text-transform: none;
}

.rtl_body .topmenu ul ul li > a,
.rtl_body .topmenu ul ul li.current-menu-item > a {
  padding: 8px 20px 8px 10px;
}

.color_d .topmenu ul ul li > a,
.color_d .topmenu ul ul li.current-menu-item > a {
  color: #fff;
}

.topmenu ul ul li:hover > a {
  color: #2e3033;
  text-decoration: none;
  background: #f5f8fc;
  height: auto;
  border-bottom: none;
}

.color_d .topmenu ul ul li:hover > a {
  color: #fff;
  background: #1e2130;
}

.topmenu li li.has_sub_menu > a span {
  display: block;
  padding: 0 15px 0 0;
  background: url(images/hsm.png) no-repeat right center;
}

.rtl_body .topmenu li li.has_sub_menu > a span {
  padding: 0 0px 0 15px;
  background: url(images/hsm.png) no-repeat left center;
}

.topmenu ul ul ul {
  position: absolute;
  display: none;
  float: none;
  top: -11px;
  left: 235px;
  height: auto;
}

.rtl_body .topmenu ul ul ul {
  left: auto;
  right: 235px;
}

@media all and (max-width: 1300px) {
  .topmenu ul ul ul {
    left: auto;
    right: 235px;
  }

  .rtl_body .topmenu ul ul ul {
    left: 235px;
    right: auto;
  }
}

/* end top menu */

/* mobile menu */
.mobile_menu_wrap {
  display: block;
}

@media all and (min-width: 960px) {
  .mobile_menu_wrap {
    display: none;
  }
}

.mobile_menu_abs {
  display: none;
  position: fixed;
  float: none;
  top: 0;
  left: 0;
  z-index: 999998;
  width: 100%;
  height: 100%;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

.mobile_menu {
  display: none;
  position: fixed;
  z-index: 999999;
  float: none;
  top: 0px;
  right: 0;
  padding: 20px 20px;
  width: 70%;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background: #f3f7fc;
  word-break: break-all;
}

.color_d .mobile_menu {
  background: #282d40;
}

.rtl_body .mobile_menu {
  right: auto;
  left: 0;
}

.mobile_menu_title {
  color: #000000;
  font: 700 24px "Montserrat", sans-serif;
  padding: 0 0 10px 0;
}

.color_d .mobile_menu_title {
  color: #fff;
}

.mobile_menu_close {
  position: absolute;
  float: none;
  top: 15px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(images/menu_close.png) no-repeat center center;
}

.rtl_body .mobile_menu_close {
  right: auto;
  left: 10px;
}

.mobile_menu_ins {
  padding: 0px 0 0 0;
}

.mobile_menu_ins li {
  display: block;
}

.mobile_menu_ins li a {
  display: block;
  font: 600 13px "Montserrat", sans-serif;
  padding: 7px 0px;
  color: #000;
  text-decoration: none;
}

.color_d .mobile_menu_ins li a {
  color: #fff;
}

.mobile_menu_ins li.current-menu-item > a {
  position: relative;
  color: #ea008d;
}

/* end mobile menu */

.wrapper {
  position: relative;
  z-index: 80;
  overflow: hidden;
  margin-bottom: 30px;
}

@media all and (max-width: 500px) {
  .wrapper {
    min-height: 50px;
  }
}

/* breadcrumb */
.breadcrumb_wrap {
  padding: 20px 0 0px 0;
  position: relative;
  width: 100%;
}

.breadcrumb_div {
  max-width: 1150px;
  padding: 0 10px;
  margin: 0 auto;
}

h1.breadcrumb_title {
  margin: 0 0 15px 0;
  color: #000;
  font: 700 25px "Montserrat", sans-serif;
}

.color_d h1.breadcrumb_title {
  color: #fff;
}

.breadcrumb ul li {
  float: left;
  margin: 0 9px 0 0;
  padding: 0 0 0 12px;
  font: 12px "Montserrat", sans-serif;
  background: url(images/b_li.png) no-repeat 0 center;
}

.rtl_body .breadcrumb ul li {
  float: right;
  margin: 0 0 0 9px;
  padding: 0 12px 0 0;
  background-position: right center;
}

.breadcrumb ul li.first {
  padding: 0;
  background: none;
}

.breadcrumb ul li a {
  color: #6b8199;
  text-decoration: none;
}

.color_d .breadcrumb ul li a {
  color: #8094ac;
}

.breadcrumb ul li a:hover {
  text-decoration: underline;
}

@media all and (max-width: 500px) {
  h1.breadcrumb_title {
    margin: 0;
    font: 600 22px "Montserrat", sans-serif;
  }

  .breadcrumb {
    display: none;
  }
}

/* end breadcrumb */

.content_wrap {
  max-width: 1150px;
  margin: 0 auto;
}

@media all and (min-width: 960px) {
  .content_wrap {
  }
}

.home .content_wrap {
  padding: 0;
  max-width: 100%;
}

/* inside content */
.content {
  margin: 0 0px 20px 0px;
}

@media all and (min-width: 960px) {
  .content {
    float: left;
    width: 69%;
  }

  .rtl_body .content {
    float: right;
  }
}

@media all and (min-width: 1150px) {
  .content {
    width: 64%;
  }
}

/* end inside content */

/* text page */
.page_wrap,
.textblock {
  padding-bottom: 160px;
  background: #fff;
}

.color_d .page_wrap,
.color_d .textblock {
  background: #1e2130;
  box-shadow: none;
}

.text p {
}

.text h1 {
  font: 600 22px "Montserrat", sans-serif;
}

.text h2 {
  font: 600 20px "Montserrat", sans-serif;
  margin: 0 0 20px 0;
}

.text h3 {
  font: 600 18px "Montserrat", sans-serif;
  margin: 0 0 20px 0;
}

.text h4 {
  font: 600 16px "Montserrat", sans-serif;
  margin: 0 0 20px 0;
}

.text img,
.text iframe {
  max-width: 100%;
}

.text ul {
  margin: 0 0 20px 20px;
}

.rtl_body .text ul {
  margin: 0 20px 20px 0px;
}

.text ul ul {
  margin: 0 0 0px 20px;
  padding: 10px 0 0 0;
}

.rtl_body .text ul ul {
  margin: 0 20px 0px 0px;
}

.text ul li {
  display: block;
  background: url(images/liarr.png) no-repeat 0 3px;
  padding: 0 0 5px 12px;
}

.rtl_body .text ul li {
  padding: 0 12px 5px 0px;
  background-position: right 3px !important;
}

.text ol {
  list-style-type: decimal;
  margin: 0 0 20px 40px;
}

.rtl_body .text ol {
  margin: 0 40px 20px 0px;
}

.text ol ol {
  margin: 0 0 0px 20px;
  padding: 10px 0 10px 0;
}

.rtl_body .text ol ol {
  margin: 0 20px 0px 0px;
}

.text table {
  border: none;
  margin: 0 0 20px;
}

.text table th {
  font: 13px "Montserrat", sans-serif;
  color: #7e90ae;
  background: #ffffff;
  border: none;
  padding: 10px 10px;
  border-bottom: 1px solid #eaeef4;
}

.color_d .text table th {
  color: #8094ad;
  background: #1e2130;
  border-bottom: 1px solid #353b51;
}

.text table th.th1 {
  border-radius: 4px 0 0 0;
}

.text table th.th2 {
  border-radius: 0 4px 0 0;
}

.rtl_body .text table th.th1 {
  border-radius: 0 4px 0 0;
}

.rtl_body .text table th.th2 {
  border-radius: 4px 0 0 0;
}

.text table td {
  font: 13px "Montserrat", sans-serif;
  background: #ffffff;
  color: #000;
  border-bottom: 1px solid #eaeef4;
  padding: 10px 10px;
}

.color_d .text table td {
  color: #fff;
  background: #1e2130;
  border-bottom: 1px solid #353b51;
}

.text table tr:hover td {
  background: #f5f8fc;
}

.color_d .text table tr:hover td {
  background: #282d40;
}

.text table td.td1 {
  border-radius: 0 0 0 4px;
}

.text table td.td2 {
  border-radius: 0 0 4px 0;
}

.rtl_body .text table td.td1 {
  border-radius: 0 0 4px 0;
}

.rtl_body .text table td.td2 {
  border-radius: 0 0 0 4px;
}

/* end text page */

/* toggle */
.oncetoggle {
  border: 1px solid #eaeef4;
  border-radius: 3px;
  margin: 0 0 10px 0;
}

.color_d .oncetoggle {
  border: 1px solid #353b51;
}

.oncetoggletitle {
  border-radius: 3px;
  font: 600 14px/14px "Montserrat", sans-serif;
  color: #000;
  padding: 0 5px;
  cursor: pointer;
}

.color_d .oncetoggletitle {
  color: #fff;
}

.oncetoggle.active .oncetoggletitle {
  border-bottom: 1px solid #eaeef4;
}

.color_d .oncetoggle.active .oncetoggletitle {
  border-bottom: 1px solid #353b51;
}

.oncetoggletitle_ins {
  padding: 14px 5px 12px 30px;
  background: url(images/plus.png) no-repeat 0 center;
}

.color_d .oncetoggletitle_ins {
  background: url(images/plus_w.png) no-repeat 0 center;
}

.oncetoggle.active .oncetoggletitle_ins {
  background: url(images/minus.png) no-repeat 0 center;
}

.color_d .oncetoggle.active .oncetoggletitle_ins {
  background: url(images/minus_w.png) no-repeat 0 center;
}

.rtl_body .oncetoggletitle_ins,
.rtl_body .oncetoggle.active .oncetoggletitle_ins {
  padding: 14px 30px 12px 5px;
  background-position: right center;
}

.oncetogglebody {
  padding: 10px 12px 8px;
  font: 14px "Montserrat", sans-serif;
  display: none;
}

.oncetoggle.active .oncetogglebody {
  display: block;
}

.oncetogglebody p {
  padding: 0 0 10px 0;
}

/* end toggle */

/* reserve shortcode */
.reserv_wrap {
  margin: 0 0 20px 0;
  position: relative;
}

.reserv_many {
  overflow: hidden;
}

.one_reserv {
  float: left;
  width: 250px;
  margin: 0 10px 10px 0;
  border-radius: 4px;
  border: 1px solid #eaeef4;
  background: #fff;
  padding: 10px;
}

.rtl_body .one_reserv {
  float: right;
  margin: 0 0px 10px 10px;
}

.color_d .one_reserv {
  border: 1px solid #353b51;
  background: #1e2130;
}

.one_reserv_ico {
  float: left;
  width: 40px;
  height: 40px;
}

.rtl_body .one_reserv_ico {
  float: right;
}

.one_reserv_block {
  float: right;
  width: 200px;
  color: #000;
  font: 14px "Montserrat", sans-serif;
  padding: 2px 0 0 0;
}

.rtl_body .one_reserv_block {
  float: left;
}

.color_d .one_reserv_block {
  color: #fff;
}

.one_reserv_title {
  font: 13px "Montserrat", sans-serif;
  color: #7e90ae;
  margin: 0 0 1px 0;
}

.color_d .one_reserv_title {
  color: #8096ab;
}

/* end reserve shortcode */

/* lchange shortcode */
.shortcode_lchanges {
  margin: 0;
}

.shortcode_lchange_line {
  padding: 0 0 20px 0;
}

.shortcode_lchange_date {
  font: 13px "Montserrat", sans-serif;
  color: #6b8199;
  margin: 0 0 10px 0;
}

.color_d .shortcode_lchange_date {
  color: #7e94ac;
}

.shortcode_lchange_why {
  float: left;
  width: 85px;
}

.rtl_body .shortcode_lchange_why {
  float: right;
}

.shortcode_lchange_ico {
  width: 40px;
  height: 40px;
}

.shortcode_lchange_txt {
  font: 13px "Montserrat", sans-serif;
  padding: 6px 0 0 5px;
  color: #000;
}

.color_d .shortcode_lchange_txt {
  color: #fff;
}

.rtl_body .shortcode_lchange_txt {
  padding: 6px 5px 0 0px;
}

.shortcode_lchange_arr {
  float: left;
  width: 40px;
  height: 40px;
  background: url(images/harr.png) no-repeat 0 center;
}

/* end lchange shortcode */

/* terms */
.term_description {
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
  padding: 20px 20px 1px;
  margin: 0 0 20px;
}

.color_d .term_description {
  background: #1e2130;
  box-shadow: none;
}

/* end terms */

/* news */
.many_news_wrap {
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
  padding: 20px 20px 1px;
  margin: 0 0 20px 0;
}

.color_d .many_news_wrap {
  background: #1e2130;
  box-shadow: none;
}

.one_news {
  border-bottom: 1px solid #eaeef4;
  padding: 0px 0px 20px;
  margin: 0 0px 20px 0px;
}

.color_d .one_news {
  border-bottom: 1px solid #2a2d39;
}

.single_news_wrap {
  padding: 20px 20px;
  margin: 0 0px 20px 0px;
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
}

.color_d .single_news_wrap {
  background: #1e2130;
  box-shadow: none;
}

h2.one_news_title {
  margin: 0 0 15px 0;
}

h2.one_news_title a {
  text-decoration: none;
  color: #000;
  font: 600 22px/22px "Montserrat", sans-serif;
}

.color_d h2.one_news_title a {
  color: #fff;
}

h2.one_news_title a:hover {
  text-decoration: underline;
}

.one_news_excerpt {
  margin: 0 0 5px 0;
}

.one_news_excerpt.has_img {
  padding: 0 0 0 300px;
  position: relative;
  min-height: 150px;
}

.rtl_body .one_news_excerpt.has_img {
  padding: 0 300px 0 0px;
}

@media all and (max-width: 500px) {
  .one_news_excerpt.has_img,
  .rtl_body .one_news_excerpt.has_img {
    padding: 0;
  }
}

.one_news_image {
  position: absolute;
  float: none;
  top: 0;
  left: 0;
  width: 280px;
  height: 140px;
  border-radius: 10px;
}

.rtl_body .one_news_image {
  top: auto;
  right: 0;
}

.one_news_image img {
  width: 280px;
  height: 140px;
  border-radius: 10px;
}

@media all and (max-width: 500px) {
  .one_news_image,
  .rtl_body .one_news_image {
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    position: static;
  }

  .one_news_image img {
    width: 100%;
    height: auto;
  }
}

.one_news_excerpt a {
  color: #333;
  text-decoration: none;
}

.color_d .one_news_excerpt a {
  color: #fff;
}

.one_news_date {
  float: left;
  padding: 4px 15px;
  color: #000;
  font: 12px "Montserrat", sans-serif;
  border-radius: 4px;
  background: #f5f8fc;
  margin: 0 0 10px 0;
}

.color_d .one_news_date {
  color: #8095aa;
  background: #282d40;
}

.rtl_body .one_news_date {
  float: right;
}

.metabox_left {
  float: left;
  width: 340px;
}

.rtl_body .metabox_left {
  float: right;
}

.metabox_cats,
.metabox_tags {
  font: 12px "Montserrat", sans-serif;
}

.metabox_cats a,
.metabox_tags a {
  text-decoration: underline;
}

.metabox_cats a:hover,
.metabox_tags a:hover {
  text-decoration: none;
}

a.one_news_more {
  float: right;
  margin: -8px 0 0 0;
  padding: 8px 20px;
  border-radius: 4px;
  background: #0c72d8;
  text-decoration: none;
  color: #fff;
  font: 600 12px "Montserrat", sans-serif;
}

a.one_news_more:hover {
  background: #0d5eae;
}

.rtl_body a.one_news_more {
  float: left;
}

@media all and (max-width: 500px) {
  .metabox_left {
    margin: 0 0 10px 0;
  }

  a.one_news_more {
    float: left;
    margin: 0 0 0px 0;
  }

  .rtl_body a.one_news_more {
    float: right;
    margin: 0 0 0px 0;
  }
}

/* end news */

/* comment form */
.comment_form {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
  padding: 20px 20px 10px;
  margin: 0 0px 20px 0px;
}

.color_d .comment_form {
  background: #1e2130;
  box-shadow: none;
}

.comment_form_title {
  font: 600 22px/22px "Montserrat", sans-serif;
  color: #000;
  margin: 0px 0px 20px;
}

.color_d .comment_form_title {
  color: #fff;
}

a#cancel-comment-reply-link {
  color: #ff0000;
  font: 13px "Montserrat", sans-serif;
  text-transform: none;
}

.comment_form_line {
  padding: 0 0 10px 0;
}

.comment_form_line label {
  font: 13px "Montserrat", sans-serif;
  color: #000;
  display: block;
  padding: 0 0 3px;
}

.color_d .comment_form_line label {
  color: #8096ad;
}

/* end comment form */

/* site form */
.log_div_wrap,
.cf_div_wrap,
.reg_div_wrap,
.lp_div_wrap,
.rf_div_wrap,
.acf_div_wrap,
.domacc_div_wrap,
.checkstatus_div_wrap,
.userverify_div_wrap {
  margin: 0 0 20px 0;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  backdrop-filter: blur(100px);
  background: rgb(0 0 0 / 25%);
  border-top: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 255, 255);
  border-left: 1px solid rgb(255, 255, 255);
}

.color_d .log_div_wrap,
.color_d .cf_div_wrap,
.color_d .reg_div_wrap,
.color_d .lp_div_wrap,
.color_d .rf_div_wrap,
.color_d .acf_div_wrap,
.color_d .domacc_div_wrap,
.color_d .checkstatus_div_wrap,
.color_d .userverify_div_wrap {
  background: #1e2130;
  box-shadow: none;
}

.log_div_title,
.cf_div_title,
.reg_div_title,
.lp_div_title,
.rf_div_title,
.acf_div_title,
.domacc_div_title,
.checkstatus_div_title,
.userverify_div_title {
  font: 600 26px/26px "Montserrat", sans-serif;
  color: #fff;
  margin: 0 0 20px 0;
}

.color_d .log_div_title,
.color_d .cf_div_title,
.color_d .reg_div_title,
.color_d .lp_div_title,
.color_d .rf_div_title,
.color_d .acf_div_title,
.color_d .domacc_div_title,
.color_d .checkstatus_div_title,
.color_d .userverify_div_title {
  color: #fff;
}

.log_div,
.cf_div,
.reg_div,
.lp_div,
.rf_div,
.acf_div,
.domacc_div,
.checkstatus_div,
.userverify_div {
  padding: 0px;
}

.log_label,
.cf_label,
.reg_label,
.lp_label,
.rf_label,
.acf_label,
.checkstatus_label,
.uv_label {
  margin: 0;
  padding: 0 0 3px;
  font: 13px "Montserrat", sans-serif;
  color: #fff;
}

.color_d .log_label,
.color_d .cf_label,
.color_d .reg_label,
.color_d .lp_label,
.color_d .rf_label,
.color_d .acf_label,
.color_d .checkstatus_label,
.color_d .uv_label {
  color: #8096ad;
}

.log_line,
.cf_line,
.reg_line,
.lp_line,
.rf_line,
.acf_line,
.checkstatus_line,
.uv_line {
  padding: 0px 0 20px;
}

.log_line_subm_left,
.reg_line_subm_left {
  float: left;
}

.rtl_body .log_line_subm_left,
.rtl_body .reg_line_subm_left {
  float: right;
}

.log_line_subm_right {
  float: left;
  margin: 0 0 0 20px;
  font: 13px "Montserrat", sans-serif;
}

.rtl_body .log_line_subm_right {
  float: right;
  margin: 0 20px 0 0px;
}

.log_line_subm_right p {
  padding: 1px 0;
}

.reg_line_subm_right {
  float: left;
  margin: 11px 0 0 20px;
  font: 13px "Montserrat", sans-serif;
}

.rtl_body .reg_line_subm_right {
  float: right;
  margin: 11px 20px 0 0px;
}

/* end site form */

/* comments */
.comments_wrap {
  margin: 0 0 20px 0;
}

.comments_title {
  font: 600 22px "Montserrat", sans-serif;
  padding: 0 0 20px 0;
}

.color_d .comments_title {
  color: #fff;
}

ul.commentlist {
  display: block;
}

ul.commentlist li {
  display: block;
}

ul.commentlist li li {
  display: block;
  margin: 0 0 0px 20px;
}

.comment_no_item {
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
  padding: 20px 20px 20px;
}

.color_d .comment_no_item {
  box-shadow: none;
  background: #1e2130;
}

.comment_notapproved {
  color: #000;
  background: #fadfe0;
  border-radius: 4px;
  font: 600 13px "Montserrat", sans-serif;
  margin: 0 0 10px 0;
  padding: 10px;
}

.comment {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
  padding: 15px 20px 10px;
  margin: 0 0 10px 0px;
}

.color_d .comment {
  box-shadow: none;
  background: #1e2130;
}

a.comment_permalink {
  color: #000;
  position: absolute;
  float: none;
  top: 15px;
  right: 15px;
}

.color_d a.comment_permalink {
  color: #fff;
}

.rtl_body a.comment_permalink {
  right: auto;
  left: 15px;
}

.comment_top {
  padding: 0 0 15px 0;
}

.comment_author {
  font: 600 14px "Montserrat", sans-serif;
  padding: 0 0 5px 0;
}

.link_edit a {
  font: 12px "Montserrat", sans-serif;
}

.comment_date {
  font: 12px "Montserrat", sans-serif;
}

a.comment-reply-link,
.comment-reply-login {
  color: #000;
  position: absolute;
  float: none;
  font: 600 12px "Montserrat", sans-serif;
  bottom: 15px;
  right: 15px;
}

.color_d a.comment-reply-link,
.color_d .comment-reply-login {
  color: #fff;
}

.rtl_body a.comment-reply-link,
.rtl_body .comment-reply-login {
  right: auto;
  left: 15px;
}

/* end comments */

/* reviews */
.many_reviews {
  margin: 0 0 20px 0;
}

.no_reviews {
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
  padding: 20px 20px 20px;
  margin: 0 0 20px 0;
}

.color_d .no_reviews {
  box-shadow: none;
  background: #1e2130;
}

.one_reviews {
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
  padding: 20px 20px 10px;
  margin: 0 0 20px 0;
}

.color_d .one_reviews {
  box-shadow: none;
  background: #1e2130;
}

.one_reviews_name {
  float: left;
  font: 600 15px "Montserrat", sans-serif;
  margin: 0 5px 10px 0;
}

.color_d .one_reviews_name {
  color: #fff;
}

.rtl_body .one_reviews_name {
  float: right;
  margin: 0 0px 10px 5px;
}

.one_reviews_date {
  float: left;
  font: 600 15px "Montserrat", sans-serif;
}

.color_d .one_reviews_date {
  color: #fff;
}

.rtl_body .one_reviews_date {
  float: right;
}

.one_reviews_text {
  font: 14px "Montserrat", sans-serif;
  word-wrap: break-word;
  word-break: break-all;
}

.one_reviews_text p {
  padding: 0 0 10px 0;
}

.one_reviews_answer {
  text-align: right;
  font-style: italic;
  word-wrap: break-word;
  word-break: break-all;
}

.rtl_body .one_reviews_answer {
  text-align: left;
}

.one_reviews_answer_title {
  font-weight: 600;
}

.one_reviews_answer p {
  padding: 0 0 10px 0;
}

/* end reviews */

/* domacc */
.domacc_line {
  padding: 5px 0;
  border-bottom: 1px solid #eaeef4;
}

.color_d .domacc_line {
  border-bottom: 1px solid #353b51;
}

.domacc_label {
  margin: 0 10px 0 0;
  min-width: 50px;
  float: left;
  font: 600 13px "Montserrat", sans-serif;
  color: #000;
}

.color_d .domacc_label {
  color: #fff;
}

.rtl_body .domacc_label {
  margin: 0 0px 0 10px;
  float: right;
}

.domacc_val {
  float: left;
  width: 200px;
  font: 13px "Montserrat", sans-serif;
}

.rtl_body .domacc_val {
  float: right;
}

/* end domacc */

/* atable */
.pntable_wrap {
  margin: 0 0 20px 0;
}

.pntable_wrap_title {
  font: 24px "Montserrat", sans-serif;
  color: #000;
  margin: 0 0 20px 0;
}

.color_d .pntable_wrap_title {
  color: #fff;
}

.pntable {
  margin: 0 0 20px;
}

.pntable table {
  width: 100%;
  border: none;
}

.pntable table th {
  padding: 15px 5px;
  font: 13px "Montserrat", sans-serif;
  color: #7e90ae;
  background: #ffffff;
  border: none;
  border-bottom: 1px solid #eaeef4;
}

.color_d .pntable table th {
  color: #8094ad;
  background: #1e2130;
  border-bottom: 1px solid #353b51;
}

.pntable table th.th1 {
  border-radius: 4px 0 0 0;
}

.pntable table th.th2 {
  border-radius: 0 4px 0 0;
}

.rtl_body .pntable table th.th1 {
  border-radius: 0 4px 0 0;
}

.rtl_body .pntable table th.th2 {
  border-radius: 4px 0 0 0;
}

.pntable table td {
  padding: 12px 5px;
  font: 13px "Montserrat", sans-serif;
  background: #ffffff;
  color: #000;
  border-bottom: 1px solid #eaeef4;
}

.color_d .pntable table td {
  color: #fff;
  background: #1e2130;
  border-bottom: 1px solid #353b51;
}

.pntable table tr:hover td {
  background: #f5f8fc;
}

.color_d .pntable table tr:hover td {
  background: #282d40;
}

.pntable table td.td1 {
  border-radius: 0 0 0 4px;
}

.pntable table td.td2 {
  border-radius: 0 0 4px 0;
}

.rtl_body .pntable table td.td1 {
  border-radius: 0 0 4px 0;
}

.rtl_body .pntable table td.td2 {
  border-radius: 0 0 0 4px;
}

.pntable table.has_adaptive tbody {
  display: block;
}

.pntable table.has_adaptive tr td {
  background: none;
}

.pntable .one_item {
  padding: 15px 20px;
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
  margin: 0 0 10px 0;
  display: block;
}

.color_d .pntable .one_item {
  box-shadow: none;
  background: #1e2130;
}

.pntable .one_item:hover {
  background: #f5f8fc;
}

.color_d .pntable .one_item:hover {
  background: #282d40;
}

.pntable .one_item_line {
  padding: 3px 0;
  display: block;
}

.pntable .one_item_label {
  padding: 0 10px 0px 0;
  font: 600 13px "Montserrat", sans-serif;
}

.pntable .one_item_content {
  font: 13px "Montserrat", sans-serif;
}

.exch_course2 {
  background: url(images/liarr.png) no-repeat 0 center;
  padding: 1px 0 0 12px;
  margin: 0 0 0 6px;
}

.rtl_body .exch_course2 {
  background-position: right center !important;
  padding: 1px 12px 0 0px;
  margin: 0 6px 0 0px;
}

a.exch_status_link {
  font-weight: 600;
  color: #0390cb;
}

a.exch_status_link.st_payed,
a.exch_status_link.st_coldpay,
a.exch_status_link.st_realpay,
a.exch_status_link.st_verify {
  color: #c9cb03;
}

a.exch_status_link.st_error {
  color: #ff0000;
}

a.exch_status_link.st_coldsuccess,
a.exch_status_link.st_success {
  color: #03cb29;
}

.exch_sum {
  font-weight: 600;
}

/* end atable */

/* user api */
.userapi_form {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  margin: 0 0 20px 0;
  padding: 20px 20px;
}

.color_d .userapi_form {
  box-shadow: none;
  background: #1e2130;
}

.userapi_option_one {
  padding: 0 0 3px 0;
}

.userapi_form_label {
  font-weight: 600;
  padding: 0 0 3px 0;
}

.userapi_form_title {
  font: 600 22px "Montserrat", sans-serif;
  color: #000;
  margin: 0px 0px 20px;
}

.color_d .userapi_form_title {
  color: #fff;
}

.userapi_form_token,
.userapi_options {
  padding: 0 0 10px 0;
}

.userapi_textarea_label {
  font: 13px "Montserrat", sans-serif;
  padding: 0 0 3px 0;
}

.userapi_textarea {
  padding: 0 0 10px 0;
}

.userapi_table_title {
  font: 600 22px "Montserrat", sans-serif;
  color: #000;
  margin: 0 0 20px 0;
}

.color_d .userapi_table_title {
  color: #fff;
}

.userapi_table_one {
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
  padding: 15px 20px;
  position: relative;
  margin: 0 0 10px 0;
}

.color_d .userapi_table_one {
  box-shadow: none;
  background: #1e2130;
}

.userapi_table_one_title {
  font: 600 14px "Montserrat", sans-serif;
  color: #000;
  padding: 0 0 5px 0;
}

.userapi_table_one_token,
.userapi_table_one_login {
  padding: 0 0 10px 0;
}

a.userapi_table_one_delete {
  position: absolute;
  float: none;
  top: 17px;
  right: 15px;
  width: 35px;
  height: 35px;
  background: url(images/big_close.png) no-repeat center center;
  cursor: pointer;
}

.rtl_body a.userapi_table_one_delete {
  right: auto;
  left: 15px;
}

a.userapi_table_one_delete:hover {
  opacity: 0.8;
}

a.userapi_table_one_delete.act {
  background: url(images/ajax-loader.gif) no-repeat center center;
}

/* end user api */

/* userwallets */
.userwallets_form {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  margin: 0 0 20px 0;
  padding: 20px 20px;
}

.color_d .userwallets_form {
  box-shadow: none;
  background: #1e2130;
}

.verify_status {
  font: 600 13px "Montserrat", sans-serif;
}

.verify_status.wait {
  color: #858c97;
}

.verify_status.success {
  color: #09b869;
}

.verify_status.not {
  color: #0c73d8;
}

.verify_status a {
  color: #0c73d8;
  text-decoration: none;
  border-bottom: 1px dotted #0c73d8;
}

.verify_status a:hover {
  border-bottom: none;
}

/* end userwallets */

/* userverify */
.userverify_text {
  margin: 0 0 20px 0;
  padding: 20px 20px 1px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
}

.color_d .userverify_text {
  box-shadow: none;
  background: #1e2130;
}

.ustbl_line {
  padding: 0px 0 20px;
}

.ustbl_line_left {
  float: left;
  width: 300px;
  padding: 10px 0 0 0;
}

.rtl_body .ustbl_line_left {
  float: right;
}

@media all and (max-width: 960px) {
  .ustbl_line_left,
  .rtl_body .ustbl_line_left {
    float: none;
    width: auto;
    padding: 0 0 10px 0;
  }
}

.ustbl_title {
  padding: 0 0 5px 0;
  font: 13px "Montserrat", sans-serif;
}

.ustbl_warn {
  color: #858c97;
  font: 13px "Montserrat", sans-serif;
  padding: 0 0 10px 0;
}

.ustbl_file {
  padding: 0 0 10px 0;
}

.ustbl_res_error {
  color: #ff0000;
  font: 600 13px "Montserrat", sans-serif;
  padding: 0 0 10px;
}

.usvefilelock {
  padding: 0 0 10px 20px;
  position: relative;
  font: 13px/15px "Montserrat", sans-serif;
}

.rtl_body .usvefilelock {
  padding: 0 20px 10px 0px;
}

.usvefilelock_delete {
  position: absolute;
  float: none;
  top: -1px;
  left: 0px;
  width: 15px;
  height: 15px;
  background: url(images/uv_close.png) no-repeat center center;
  cursor: pointer;
}

.usvefilelock_delete.active {
  background: url(images/ajax-loader.gif) no-repeat center center;
}

.rtl_body .usvefilelock_delete {
  left: auto;
  right: 0px;
}

.ustbl_bar {
  width: 160px;
  height: 3px;
  position: relative;
  border-radius: 10px;
  background: #ccc;
  display: none;
}

.ustbl_bar_abs {
  position: absolute;
  float: none;
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  border-radius: 10px;
  background: #66c497;
}

.rtl_body .ustbl_bar_abs {
  left: auto;
  right: 0;
}

.ustbl_line_right {
  float: right;
  width: 200px;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  padding: 15px 15px 5px;
  position: relative;
}

.color_d .ustbl_line_right {
  border: 1px solid #353b51;
}

.rtl_body .ustbl_line_right {
  float: left;
}

.ustbl_line_right_abs {
  position: absolute;
  float: none;
  top: 20px;
  left: -15px;
  width: 31px;
  height: 15px;
  background: url(images/uv_arr.png) no-repeat;
}

.rtl_body .ustbl_line_right_abs {
  left: auto;
  right: -15px;
  background: url(images/uv_arr_right.png) no-repeat;
}

@media all and (max-width: 960px) {
  .ustbl_line_right,
  .rtl_body .ustbl_line_right {
    float: none;
    width: auto;
  }

  .ustbl_line_right_abs {
    display: none;
  }
}

.ustbl_eximg {
  padding: 0 0 10px 0;
  overflow: hidden;
  text-align: center;
}

.ustbl_eximg img {
  max-width: 100%;
}

.ustbl_descr {
  padding: 0 0 10px 0;
  color: #858c97;
  text-align: center;
  font: italic 13px "Montserrat", sans-serif;
}

/* end userverify */

/* sitemap */
.sitemap_block {
  margin: 0 0 20px 0;
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  padding: 20px 20px 15px;
  border-radius: 4px;
}

.color_d .sitemap_block {
  box-shadow: none;
  background: #1e2130;
}

.sitemap_title {
  font: 600 22px/22px "Montserrat", sans-serif;
  margin: 0 0 20px 0;
  color: #000;
}

.color_d .sitemap_title {
  color: #fff;
}

ul.sitemap_ul_exchanges li {
  float: left;
  display: block;
  width: 270px;
  margin: 0 20px 0 0;
  font: 13px "Montserrat", sans-serif;
  padding: 0 0px 5px 12px;
  background: url(images/liarr.png) no-repeat 0 3px;
}

.rtl_body ul.sitemap_ul_exchanges li {
  float: right;
  margin: 0 0px 0 20px;
}

@media all and (max-width: 960px) {
  ul.sitemap_ul_exchanges li,
  .rtl_body ul.sitemap_ul_exchanges li {
    float: none;
    margin: 0;
  }
}

ul.sitemap_ul li {
  display: block;
  padding: 0 0px 5px 12px;
  font: 13px "Montserrat", sans-serif;
  background: url(images/liarr.png) no-repeat 0 3px;
}

.rtl_body ul.sitemap_ul li,
.rtl_body ul.sitemap_ul_exchanges li {
  padding: 0 12px 5px 0px;
  background-position: right 3px !important;
}

/* end sitemap */

/* tarifs */
.tarif_div {
  margin: 0 0 20px 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  backdrop-filter: blur(100px);
  background: rgb(0 0 0 / 25%);
  border-top: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 255, 255);
  border-left: 1px solid rgb(255, 255, 255);
}

.color_d .tarif_div {
  box-shadow: none;
  background: #1e2130;
}

.tarif_block {
  margin: 0 0 20px 0;
}

.tarif_title {
  font: 600 22px/22px "Montserrat", sans-serif;
  margin: 0 0 20px 0;
  color: #fff;
}

.color_d .tarif_title {
  color: #fff;
}

.tarif_table_title {
  padding: 10px 10px;
  font: 13px "Montserrat", sans-serif;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.color_d .tarif_table_title {
  color: #8094ac;
  background: #1e2130;
  border-bottom: 1px solid #353b51;
}

.tarif_table_title_part {
  float: left;
  width: 48%;
}

.rtl_body .tarif_table_title_part {
  float: right;
}

.tarif_table_title_arr {
  float: left;
  min-height: 3px;
  width: 3%;
}

.rtl_body .tarif_table_title_arr {
  float: right;
}

a.tarif_line {
  display: block;
  font: 13px "Montserrat", sans-serif;
  color: #fff;
  padding: 8px 10px 3px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  transition: all 0.25s linear;
}

.color_d a.tarif_line {
  color: #fff;
  background: #1e2130;
  border-bottom: 1px solid #353b51;
}

.color_d a.tarif_line:hover {
  background: #282d40;
}

.tarif_line_top {
  padding: 0 0 5px 0;
}

.tarif_curs_line {
  float: left;
  width: 48%;
  overflow: hidden;
}

.rtl_body .tarif_curs_line {
  float: right;
}

.tarif_curs_title {
  float: left;
  padding: 0 0 0 30px;
  width: 125px;
  overflow: hidden;
  position: relative;
  font: 500 13px/25px "Montserrat", sans-serif;
}

.rtl_body .tarif_curs_title {
  float: right;
  padding: 0 30px 0 0px;
}

.tarif_logo {
  position: absolute;
  float: none;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}

.rtl_body .tarif_logo {
  left: auto;
  right: 0;
}

.tarif_logo_ins {
  width: 25px;
  height: 25px;
}

.tarif_curs {
  float: left;
  padding: 0 0 0 30px;
  width: 105px;
  overflow: hidden;
  font: 13px/25px "Montserrat", sans-serif;
}

.rtl_body .tarif_curs {
  float: right;
  padding: 0 30px 0 0px;
}

.tarif_curs_arr {
  float: left;
  height: 25px;
  width: 3%;
  background: url(images/liarr.png) no-repeat center center;
}

.rtl_body .tarif_curs_arr {
  float: right;
}

.tarif_curs_reserv {
  padding: 5px 10px 5px 51%;
  color: #fff;
  font: 12px "Montserrat", sans-serif;
}

/* end tarifs */

/* statstable */
.statstablediv {
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  margin: 0 0 20px 0;
  padding: 15px 10px;
  border-radius: 4px;
  word-break: break-all;
  word-wrap: break-word;
}

.color_d .statstablediv {
  box-shadow: none;
  background: #1e2130;
}

.statstablediv table {
  width: 100%;
}

.statstablediv table th {
  padding: 5px 10px;
  text-align: left;
  background: none;
  font: 600 13px "Montserrat", sans-serif;
}

.statstablediv table td {
  padding: 5px 10px;
  text-align: right;
  background: none;
  font: 13px "Montserrat", sans-serif;
}

/* end statstable */

/* partner stats */
.statuserdiv {
  width: 350px;
  margin: 0 0 20px 0;
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
  padding: 15px 10px;
}

.color_d .statuserdiv {
  box-shadow: none;
  background: #1e2130;
}

.statuserdiv_title {
  font: 600 26px/26px "Montserrat", sans-serif;
  color: #000;
  padding: 5px 0px 15px 10px;
}

.color_d .statuserdiv_title {
  color: #fff;
}

.statuserdiv table {
  width: 100%;
}

.statuserdiv table th {
  padding: 5px 10px;
  text-align: left;
  background: none;
  font: 600 13px "Montserrat", sans-serif;
}

.statuserdiv table td {
  padding: 5px 10px;
  text-align: right;
  background: none;
  font: 13px "Montserrat", sans-serif;
}

.promouserdiv h3 {
  font: 22px "Montserrat", sans-serif;
  margin: 0 0 10px 0;
}

.promouserdiv h4 {
  font: 16px "Montserrat", sans-serif;
  margin: 0 0 10px 0;
}

.promouserdiv p {
  padding: 0 0 20px 0;
}

/* end partner stats */

/* partner payouts */
.paytext {
  border-radius: 4px;
  margin: 0 0 20px 0;
  padding: 20px 20px;
  font: 13px "Montserrat", sans-serif;
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
}

.color_d .paytext {
  box-shadow: none;
  background: #1e2130;
}

.paydiv {
  border-radius: 4px;
  margin: 0 0 20px 0;
  padding: 20px 20px;
  font: 13px "Montserrat", sans-serif;
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
}

.color_d .paydiv {
  box-shadow: none;
  background: #1e2130;
}

.pay_left_col {
  padding: 0 0 5px 0;
  font: 600 13px "Montserrat", sans-serif;
}

.pay_select {
  margin: 0 0 5px 0;
}

.pay_input {
  position: relative;
  margin: 0 0 10px 0;
}

a.delpay_link {
  font-weight: 600;
  color: #ff0000;
}

a.delpay_link.act {
  cursor: default;
  color: #ccc;
}

.paystatus {
  font-weight: 600;
}

.paystatus.pst1 {
  color: #0390cb;
}

.paystatus.pst2 {
  color: #03cb29;
}

.paystatus.pst3 {
  color: #ff0000;
}

.paystatus.pst4 {
  color: #ff0000;
}

/* end partner payouts */

/* promotional */
.promopage {
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
  margin: 0 0 20px 0;
  padding: 20px 20px 5px;
}

.color_d .promopage {
  box-shadow: none;
  background: #1e2130;
}

.promo_topmenu {
  margin: 0 0 20px 0;
}

.promo_topmenu ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.promo_topmenu li {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  background: none;
}

.rtl_body .promo_topmenu li {
  margin: 0 0px 0 5px;
}

.promo_topmenu a {
  margin: 0;
  padding: 0;
  font: 600 14px "Montserrat", sans-serif;
}

.promo_topmenu a:hover {
  color: #ff0000;
}

.promo_topmenu li.current a {
  text-decoration: none;
  color: #000;
}

.color_d .promo_topmenu li.current a {
  color: #fff;
}

.promotext_warning {
  margin: 0 0 20px 0;
}

.one_promotxt {
  margin: 0 0 10px 0;
  font: italic 600 14px "Montserrat", sans-serif;
}

.one_promotxt_code {
  margin: 0 0 30px 0;
}

.partner_textarea {
  height: 100px;
  min-height: 100px;
  max-height: auto;
}

.promo_menu {
  margin: 0 0 20px 0;
}

.promo_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.promo_menu ul li {
  display: inline;
  margin: 0 10px 0 0;
  padding: 0;
  background: none;
}

.rtl_body .promo_menu ul li {
  margin: 0 0px 0 10px;
}

.promo_menu ul li a {
  position: relative;
  margin: 0;
  border-bottom: 1px dotted #7e90ae;
  color: #7e90ae;
  text-decoration: none;
}

.promo_menu ul li a:hover {
  position: relative;
  margin: 0;
  border-bottom: 1px dotted #ff0000;
  color: #ff0000;
  text-decoration: none;
}

.promo_menu ul li.act a {
  position: relative;
  margin: 0;
  border-bottom: none;
  color: #000;
  text-decoration: none;
}

.color_d .promo_menu ul li.act a {
  color: #fff;
}

.pbcontainer {
  display: none;
}

.pbcontainer.act {
  display: block;
}

.prevbanner {
  margin: 0 0 5px 0;
}

.bannerboxone {
  margin: 0 0 25px 0;
}

.bannerboxlink a {
  position: relative;
  margin: 0;
  border-bottom: 1px dotted #7e90ae;
  color: #7e90ae;
  text-decoration: none;
}

.bannerboxlink a.act {
  position: relative;
  margin: 0;
  border-bottom: 1px dotted #000;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.color_d .bannerboxlink a.act {
  border-bottom: 1px dotted #fff;
  color: #fff;
}

.bannerboxlink a:hover,
.bannerboxlink a.act:hover {
  position: relative;
  margin: 0;
  border-bottom: 1px dotted #ff0000;
  color: #ff0000;
  text-decoration: none;
}

.bannerboxtextarea {
  padding: 10px 0 0 0;
  display: none;
}

/* end promotional */

/* homepage */
.homepage_wrap {
  padding: 20px 0 0 0;
}

@media all and (min-width: 960px) {
  .homepage_wrap {
    padding: 74px 0 0 0;
  }
}

.home_wtext_wrap {
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
}

@media all and (min-width: 500px) {
  .home_wtext_wrap {
    margin: 0 0 50px 0;
  }
}

.home_wtext_ins {
  max-width: 1150px;
  padding: 0 10px;
  margin: 0 auto;
}

.home_wtext_block {
  padding: 20px 20px 1px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 0 5px #e1e9f2;
}

.color_d .home_wtext_block {
  background: #1e2130;
  box-shadow: none;
}

.home_wtext_title {
  margin: 0 0 20px 0;
  font: 600 18px "Montserrat", sans-serif;
  color: #08b868;
}

.home_text_wrap {
  padding: 25px 0 5px 0;
  position: relative;
  z-index: 13;
  background: #fff;
  width: 100%;
}

.color_d .home_text_wrap {
  background: #282d40;
}

.home_text_ins {
  max-width: 1150px;
  padding: 0 10px;
  margin: 0 auto;
}

.home_text_title {
  margin: 0 0 20px 0;
  font: 600 30px/30px "Montserrat", sans-serif;
  color: #2e3033;
}

.color_d .home_text_title {
  color: #fff;
}

.home_lchange_wrap {
  padding: 40px 0 40px 0;
  position: relative;
  width: 100%;
  z-index: 10;
}

.home_lchange_wrap_ins {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 10px;
}

.home_lchange_title {
  margin: 0 0 25px 0;
  color: #2e3033;
  font: 600 30px/30px "Montserrat", sans-serif;
}

.color_d .home_lchange_title {
  color: #fff;
}

.home_lchange_one {
  margin: 0 0px 20px 0;
}

@media all and (min-width: 700px) {
  .home_lchange_one {
    float: left;
    width: 48%;
    margin: 0 2% 0 0;
  }

  .rtl_body .home_lchange_one {
    float: right;
  }

  .home_lchange_one.last_item {
    display: none;
  }
}

@media all and (min-width: 1050px) {
  .home_lchange_one {
    float: left;
    margin: 0 2% 0 0;
    width: 32%;
  }

  .rtl_body .home_lchange_one {
    float: right;
    margin: 0 0px 0 2%;
  }

  .home_lchange_one.last_item {
    margin: 0;
    display: block;
  }
}

.home_lchange_one_ins {
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  color: #6b8199;
  border-radius: 4px;
  padding: 20px 0px 20px 20px;
}

.color_d .home_lchange_one_ins {
  background: #1e2130;
  box-shadow: none;
}

.rtl_body .home_lchange_one_ins {
  padding: 20px 20px 20px 0px;
}

.home_lchange_date {
  font: 13px "Montserrat", sans-serif;
  color: #6b8199;
  margin: 0 0 15px 0;
}

.color_d .home_lchange_date {
  color: #7e94ac;
}

.home_lchange_why {
  float: left;
  width: 130px;
  margin: 0 0 5px 0;
}

.rtl_body .home_lchange_why {
  float: right;
}

.home_lchange_ico {
  float: left;
  width: 40px;
  height: 40px;
}

.rtl_body .home_lchange_ico {
  float: right;
}

.home_lchange_txt {
  float: left;
  width: 80px;
  font: 13px "Montserrat", sans-serif;
  padding: 3px 0 0 5px;
  color: #000;
}

.color_d .home_lchange_txt {
  color: #fff;
}

.rtl_body .home_lchange_txt {
  float: right;
  padding: 3px 5px 0 0px;
}

.home_lchange_arr {
  float: left;
  width: 30px;
  height: 40px;
  margin: 0 0 5px 0;
  background: url(images/harr.png) no-repeat 0 center;
}

.rtl_body .home_lchange_arr {
  float: right;
}

.home_prate_wrap {
  padding: 30px 0 20px 0;
  position: relative;
  width: 100%;
  z-index: 10;
}

.home_prate_ins {
  max-width: 1150px;
  padding: 0 10px;
  margin: 0 auto;
}

.home_prate_blocktitle {
  margin: 0 0 25px 0;
  color: #2e3033;
  font: 600 30px/30px "Montserrat", sans-serif;
}

.color_d .home_prate_blocktitle {
  color: #fff;
}

.home_prate_div_wrap {
  overflow: hidden;
}

.home_prate_one {
  margin: 0 0px 20px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
  border: 1px solid #e6ecf4;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
  padding: 20px 20px;
}

.color_d .home_prate_one {
  background: #1e2130;
  border: 1px solid #1e2130;
  box-shadow: none;
}

@media all and (min-width: 700px) {
  .home_prate_div_wrap {
    margin: 0 0 20px 0;
  }

  .home_prate_one {
    float: left;
    margin: 0 2% 20px 0;
    width: 32%;
  }

  .rtl_body .home_prate_one {
    float: right;
    margin: 0 0px 20px 2%;
  }

  .home_prate_one.last_item {
    margin: 0 0 20px;
  }
}

.home_prate_source {
  padding: 0 0 5px 0;
  font: 500 15px "Montserrat", sans-serif;
  color: #000;
}

.color_d .home_prate_source {
  color: #fff;
}

.home_prate_rates {
  font: 13px "Montserrat", sans-serif;
  color: #848680;
}

.color_d .home_prate_rates {
  color: #94aeb9;
}

.home_prate_rates span {
  padding: 0 0 0 2px;
  font-weight: 600;
}

.home_reserv_wrap {
  padding: 40px 0 25px 0;
  position: relative;
  width: 100%;
}

.home_reserv_block_ins {
  max-width: 1150px;
  padding: 0 10px;
  margin: 0 auto;
}

.home_reserv_title {
  display: none;
  margin: 0 0 25px 0;
  color: #2e3033;
  font: 600 30px/30px "Montserrat", sans-serif;
}

.color_d .home_reserv_title {
  color: #fff;
}

.home_reserv_many {
  padding: 0 0 10px 0;
}

.home_reserv_many_ins {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.one_home_reserv {
  width: 100%;
}

.one_home_reserv.hide_item {
  display: none;
}

@media all and (max-width: 991px) {
  .home_reserv_many_ins {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 575px) {
  .home_reserv_many_ins {
    grid-template-columns: 1fr;
  }
}

.one_home_reserv_ins {
  padding: 10px;
  border-radius: 10px;
  box-shadow: inset 1px 1px 2px #fff;
  backdrop-filter: blur(100px);
  background: rgb(236 0 140 / 50%);
  background: -webkit-linear-gradient(
    to right,
    rgb(252 103 103 / 50%),
    rgb(236 0 140 / 50%)
  );
  background: linear-gradient(
    to right,
    rgb(252 103 103 / 50%),
    rgb(236 0 140 / 50%)
  );
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.color_d .one_home_reserv_ins {
  background: #1e2130;
  border: 1px solid #1e2130;
  box-shadow: none;
}

.rtl_body .one_home_reserv_ins {
  padding: 15px 15px 15px 0px;
}

.one_home_reserv_ico {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.rtl_body .one_home_reserv_ico {
  float: right;
}

.one_home_reserv_block {
  max-width: 230px;
  width: 100%;
  color: #fff;
  font: 15px "Montserrat", sans-serif;
  padding: 1px 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 0 0 0 auto;
}

.color_d .one_home_reserv_block {
  color: #fff;
}

.rtl_body .one_home_reserv_block {
  float: right;
  padding: 1px 10px 0 0px;
}

.one_home_reserv_title {
  font: 600 14px "Montserrat", sans-serif;
  margin: 0 0 1px 0;
}

.home_news_wrap {
  padding: 25px 0 25px 0;
  position: relative;
  z-index: 9;
  background: #fff;
  width: 100%;
}

.color_d .home_news_wrap {
  background: #282d40;
}

.home_news {
  max-width: 1150px;
  padding: 0 10px;
  margin: 0 auto;
}

.home_news_title {
  margin: 0 0 25px 0;
  color: #2e3033;
  font: 600 30px/30px "Montserrat", sans-serif;
}

.color_d .home_news_title {
  color: #fff;
}

.home_news_div_wrap {
  margin: 0;
}

.home_news_one {
  margin: 0 0 20px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.home_news_one_image {
  margin: 0 0 20px 0;
}

.home_news_one_image img {
  width: 100%;
  border-radius: 10px;
}

.home_news_one_date {
  color: #6b8199;
  font: 14px "Montserrat", sans-serif;
  margin: 0 0 5px 0;
}

.color_d .home_news_one_date {
  color: #8193ab;
}

.home_news_one_title {
  font: 18px "Montserrat", sans-serif;
  margin: 0 0 7px 0;
}

.home_news_one_title a {
  color: #2e3033;
  text-decoration: none;
}

.color_d .home_news_one_title a {
  color: #fff;
}

.home_news_one_title a:hover {
  text-decoration: underline;
}

.home_news_one_content {
  font: 15px "Montserrat", sans-serif;
}

.home_news_one_content a {
  color: #6b8199;
  text-decoration: none;
}

.home_news_one_content a:hover {
  text-decoration: underline;
}

@media all and (min-width: 700px) {
  .home_news_div_wrap {
    margin: 0 0 20px 0;
  }

  .home_news_one {
    float: left;
    margin: 0 2% 0 0;
    width: 32%;
  }

  .rtl_body .home_news_one {
    float: right;
    margin: 0 0px 0 2%;
  }

  .home_news_one.last_item {
    margin: 0;
  }
}

.home_news_more_wrap,
.home_reviews_more_wrap,
.home_reserv_more_wrap {
  text-align: center;
  padding: 10px 0 0 0;
}

a.home_news_more,
a.home_reviews_more,
a.home_reserv_more {
  padding: 8px 20px;
  border-radius: 4px;
  background: rgb(236 0 140 / 50%);
  text-decoration: none;
  color: #fff;
  font: 600 12px "Montserrat", sans-serif;
  position: relative;
  transition: all 0.25s linear;
}

a.home_news_more:hover,
a.home_reviews_more:hover,
a.home_reserv_more:hover {
  background: rgb(236 0 140 / 100%);
  color: #fff;
}

.home_reviews_wrap {
  padding: 25px 0 25px 0;
  position: relative;
  z-index: 11;
  width: 100%;
}

.home_reviews_ins {
  max-width: 1150px;
  padding: 0 10px;
  margin: 0 auto;
}

.home_reviews_block {
  padding: 0;
}

.home_reviews_title {
  margin: 0 0 25px 0;
  color: #2e3033;
  font: 600 30px/30px "Montserrat", sans-serif;
}

.color_d .home_reviews_title {
  color: #fff;
}

.home_reviews_div {
  margin: 0 0 0px 0;
}

.home_reviews_one {
  margin: 0 0px 20px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.home_reviews_one_ins {
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
  padding: 20px 20px;
}

.color_d .home_reviews_one_ins {
  background: #1e2130;
  box-shadow: none;
}

.home_reviews_date {
  font: 600 14px "Montserrat", sans-serif;
  margin: 0 0 10px 0;
}

.color_d .home_reviews_date {
  color: #fff;
}

.home_reviews_content {
  font: 15px "Montserrat", sans-serif;
  color: #6b8199;
  word-wrap: break-word;
}

.color_d .home_reviews_content {
  color: #8394ae;
}

@media all and (min-width: 700px) {
  .home_reviews_div_wrap {
    margin: 0 0 30px 0;
  }

  .home_reviews_one {
    float: left;
    margin: 0 2% 0 0;
    width: 32%;
  }

  .rtl_body .home_reviews_one {
    float: right;
    margin: 0 0px 0 2%;
  }

  .home_reviews_one.last_item {
    margin: 0;
  }
}

.home_advantages_wrap {
  padding: 40px 0 25px 0;
  position: relative;
  width: 100%;
  background: #fff;
  border-top: 1px solid #eaeef4;
  z-index: 10;
}

.color_d .home_advantages_wrap {
  background: #282d40;
  border-top: 1px solid #3f445a;
}

.home_advantages_ins {
  max-width: 1150px;
  padding: 0 10px;
  margin: 0 auto;
}

.home_advantages_blocktitle {
  margin: 0 0 25px 0;
  color: #2e3033;
  font: 600 30px/30px "Montserrat", sans-serif;
}

.color_d .home_advantages_blocktitle {
  color: #fff;
}

.home_adv_div_wrap {
  overflow: hidden;
}

.home_advantages_one {
  margin: 0 0px 20px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.home_advantages_one a {
  text-decoration: none;
}

@media all and (min-width: 700px) {
  .home_adv_div_wrap {
    margin: 0 0 20px 0;
  }

  .home_advantages_one {
    float: left;
    margin: 0 2% 20px 0;
    width: 32%;
  }

  .rtl_body .home_advantages_one {
    float: right;
    margin: 0 0px 20px 2%;
  }

  .home_advantages_one.last_item {
    margin: 0 0 20px;
  }
}

.home_advantages_img {
  margin: 0 0 10px;
  width: 80px;
  height: 80px;
}

.home_advantages_title {
  padding: 0 0 20px 0;
  font: 600 18px "Montserrat", sans-serif;
  color: #2e3033;
}

.color_d .home_advantages_title {
  color: #fff;
}

.home_advantages_content {
  font: 14px "Montserrat", sans-serif;
  color: #6b8199;
}

.color_d .home_advantages_content {
  color: #8094ac;
}

.home_partner_wrap {
  padding: 30px 0 20px 0;
  position: relative;
  width: 100%;
  z-index: 10;
}

.color_d .home_partner_wrap {
  background: #282d40;
  border-top: 1px solid #3f445a;
}

.home_partner_ins {
  max-width: 1150px;
  padding: 0 10px;
  margin: 0 auto;
}

.home_partner_title {
  display: none;
  margin: 0 0 25px 0;
  color: #2e3033;
  font: 600 30px/30px "Montserrat", sans-serif;
}

.color_d .home_partner_title {
  color: #fff;
}

.home_partner_one {
  float: left;
  margin: 0 20px 10px 0;
}

.rtl_body .home_partner_one {
  float: right;
  margin: 0 0px 10px 20px;
}

/* end homepage */

.xchange_table_wrap {
  max-width: 1150px;

  margin: 0 auto;
}

/* tbl icons */
.tbl_icon {
  float: left;
  padding: 5px 8px 3px;
  background: #f1f4fa;
  border: 1px solid #eaeef4;
  border-radius: 4px;
  color: #6b8199;
  font: 13px/13px "Montserrat", sans-serif;
  margin: 0 5px 5px 0;
  cursor: pointer;
  position: relative;
}

.rtl_body .tbl_icon {
  float: right;
  margin: 0 0px 5px 5px;
}

.color_d .tbl_icon {
  background: #282d40;
  border: 1px solid #282d40;
  color: #7f95aa;
}

.tbl_icon.active {
  background: #0c72d8;
  border: 1px solid #0c72d8;
  color: #fff;
}

/* end tbl icons */

/* type table 1, table 4 */
.xchange_type_table {
  margin: 0 0 40px;
  position: relative;
}

.xchange_type_table.tbl4 {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  backdrop-filter: blur(100px);
  background: rgb(0 0 0 / 25%);
  border-top: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 255, 255);
  border-left: 1px solid rgb(255, 255, 255);
}

.xchange_type_table_ins {
  width: 100%;
}

.xtt_icon_wrap {
  padding: 0 0 10px 0;
}

.xtt_left_col_icon {
  float: left;
  width: 48%;
}

.xtt_left_col_icon_ins {
  padding: 0 10px;
}

.xtt_right_col_icon {
  float: right;
  width: 48%;
}

.xtt_right_col_icon_ins {
  padding: 0 10px;
}

.rtl_body .xtt_left_col_icon {
  float: right;
}

.rtl_body .xtt_right_col_icon {
  float: left;
}

@media all and (min-width: 700px) {
  .xtt_left_col_icon {
    width: 38%;
  }

  .xtt_right_col_icon {
    width: 59%;
  }
}

@media all and (min-width: 840px) {
  .xtt_left_col_icon {
    width: 33%;
  }

  .xtt_right_col_icon {
    width: 65%;
  }
}

@media all and (min-width: 960px) {
  .tbl1 .xtt_left_col_icon {
    width: 42%;
  }

  .tbl1 .xtt_right_col_icon {
    width: 55%;
  }

  .tbl5 .xtt_left_col_icon {
    width: 26%;
    float: left;
  }

  .rtl_body .tbl5 .xtt_left_col_icon {
    float: right;
  }

  .tbl5 .xtt_right_col_icon {
    width: 36%;
    float: left;
    margin: 0 0 0 2%;
  }

  .rtl_body .tbl5 .xtt_right_col_icon {
    float: right;
    margin: 0 2% 0 0;
  }
}

.xtt_table_wrap {
  margin: 0;
}

.xtt_table_body_wrap {
  position: relative;
}

.xtt_html_abs {
  display: none;
  position: absolute;
  z-index: 5;
  float: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f7fc url(images/ajax-big-loader.gif) no-repeat center center;
  opacity: 0.6;
}

.color_d .xtt_html_abs {
  background: #282d40 url(images/d-ajax-big-loader.gif) no-repeat center center;
}

.xtt_left_col_table {
  float: left;
  width: 48%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.color_d .xtt_left_col_table {
  background: #1e2130;
  box-shadow: none;
}

.rtl_body .xtt_left_col_table {
  float: right;
}

.xtt_right_col_table {
  float: right;
  width: 48%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.xtt_right_col_table_ins {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.color_d .xtt_right_col_table {
  background: #1e2130;
  box-shadow: none;
}

.rtl_body .xtt_right_col_table {
  float: left;
}

.xtt_data_col_clear {
  clear: both;
  height: 30px;
}

.xtt_data_col_table {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.htable_notwidget {
  padding: 180px 30px 20px;
  border-radius: 4px;
  background: #fff url(images/no_exchange.png) no-repeat center 30px;
  box-shadow: 0 0 5px #e1e9f2;
  color: #6b8199;
  font: 13px "Montserrat", sans-serif;
  text-align: center;
}

.color_d .htable_notwidget {
  background: #1e2130 url(images/no_exchange.png) no-repeat center 30px;
  box-shadow: none;
}

@media all and (min-width: 700px) {
  .xtt_left_col_table {
    width: 38%;
  }

  .xtt_right_col_table {
    width: 59%;
  }
}

@media all and (min-width: 840px) {
  .xtt_left_col_table {
    width: 33%;
  }

  .xtt_right_col_table {
    width: 65%;
  }
}

@media all and (min-width: 960px) {
  .tbl1 .xtt_left_col_table {
    width: 42%;
  }

  .tbl1 .xtt_right_col_table {
    width: 55%;
  }

  .xtt_data_col_clear {
    clear: none;
    height: auto;
  }

  .tbl5 .xtt_left_col_table {
    width: 26%;
    float: left;
  }

  .rtl_body .tbl5 .xtt_left_col_table {
    float: right;
  }

  .tbl5 .xtt_right_col_table {
    width: 36%;
    float: left;
    margin: 0 0 0 2%;
  }

  .rtl_body .tbl5 .xtt_right_col_table {
    float: right;
    margin: 0 2% 0 0;
  }

  .tbl5 .xtt_data_col_table {
    width: 34%;
    float: right;
  }

  .rtl_body .tbl5 .xtt_data_col_table {
    float: left;
  }
}

.xtt_left_col_title,
.xtt_left_incol_title {
  font: 18px "Montserrat", sans-serif;
  color: #fff;
  padding: 15px 0;
  position: relative;
}

.color_d .xtt_left_col_title,
.color_d .xtt_left_incol_title {
  border-bottom: 1px solid #353c4f;
  color: #8294aa;
}

.xtt_right_col_title,
.xtt_right_incol_title {
  font: 18px "Montserrat", sans-serif;
  color: #fff;
  padding: 15px 0;
  position: relative;
}

.color_d .xtt_right_col_title,
.color_d .xtt_right_incol_title {
  border-bottom: 1px solid #353c4f;
  color: #8294aa;
}

.xtt_table_title1,
.xtt_table_title2,
.xtt_table_title3,
.xtt_table_title4 {
  display: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.xtt_title_link_wrap {
  position: absolute;
  float: none;
  top: 13px;
  right: 0;
  display: none;
}

.rtl_body .xtt_title_link_wrap {
  left: 0;
}

a.xtt_title_link {
  float: right;
  text-decoration: none;
  padding: 5px 8px 3px;
  background: #f1f4fa;
  border: 1px solid #eaeef4;
  border-radius: 4px;
  color: #6b8199;
  font: 13px/13px "Montserrat", sans-serif;
  margin: 0 5px 0px 0;
  cursor: pointer;
  position: relative;
}

.rtl_body a.xtt_title_link {
  float: left;
  margin: 0 0px 0px 5px;
}

.color_d a.xtt_title_link {
  background: #282d40;
  border: 1px solid #282d40;
  color: #7f95aa;
}

a.xtt_title_link.active {
  background: #0c72d8;
  border: 1px solid #0c72d8;
  color: #fff;
}

.xtt_change_ico {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.xtt_one_line_name {
  font: 13px "Montserrat", sans-serif;
  color: #000;
}

.color_d .xtt_one_line_name {
  color: #fff;
}

.xtt_one_line_curs {
  font: 500 13px "Montserrat", sans-serif;
  color: #000;
  height: 50px;
}

.color_d .xtt_one_line_curs {
  color: #fff;
}

.xtt_one_line_reserv {
  font: 13px "Montserrat", sans-serif;
  color: #000;
  height: 50px;
}

.color_d .xtt_one_line_reserv {
  color: #fff;
}

.xtt_left_col_table_ins {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#xtt_right_col_html {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.xtt_one_line_left {
  position: relative;
  cursor: pointer;
  background-color: #fff;
  padding: 2px 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  border-radius: 4px;
  box-sizing: border-box;
}

.color_d .xtt_one_line_left {
  border-bottom: 1px solid #353c4f;
}

.xtt_one_line_left:hover,
.js_item_left.active .xtt_one_line_left {
  background: #f5f5f5;
}

.color_d .xtt_one_line_left:hover,
.color_d .js_item_left.active .xtt_one_line_left {
  background: #282d40;
}

.js_item_left.active .xtt_one_line_name,
.js_item_left.active .xtt_one_line_curs,
.xtt_one_line_left:hover .xtt_one_line_name,
.xtt_one_line_left:hover .xtt_one_line_curs {
  color: #000;
}

.color_d .js_item_left.active .xtt_one_line_name,
.color_d .js_item_left.active .xtt_one_line_curs,
.color_d .xtt_one_line_left:hover .xtt_one_line_name,
.color_d .xtt_one_line_left:hover .xtt_one_line_curs {
  color: #fff;
}

a.js_item_right {
  text-decoration: none;
}

.xtt_one_line_right {
  display: flex;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  padding: 2px 0;
  align-items: center;
  border-radius: 4px;
  box-sizing: border-box;
}

.color_d .xtt_one_line_right {
  border-bottom: 1px solid #353c4f;
}

.xtt_one_line_right:hover,
.js_item_right.active .xtt_one_line_right {
  background: #f5f5f5;
}

.color_d .xtt_one_line_right:hover,
.color_d .js_item_right.active .xtt_one_line_right {
  background: #282d40;
}

.xtt_one_line_right:hover .xtt_one_line_name,
.xtt_one_line_right:hover .xtt_one_line_curs,
.xtt_one_line_right:hover .xtt_one_line_reserv,
.js_item_right.active .xtt_one_line_name,
.js_item_right.active .xtt_one_line_curs,
.js_item_right.active .xtt_one_line_reserv {
  color: #000;
}

.color_d .xtt_one_line_right:hover .xtt_one_line_name,
.color_d .xtt_one_line_right:hover .xtt_one_line_curs,
.color_d .xtt_one_line_right:hover .xtt_one_line_reserv,
.color_d .js_item_right.active .xtt_one_line_name,
.color_d .js_item_right.active .xtt_one_line_curs,
.color_d .js_item_right.active .xtt_one_line_reserv {
  color: #fff;
}

@media all and (max-width: 559px) {
  .xtt_left_col_title {
    float: left;
    width: 48%;
  }

  .rtl_body .xtt_left_col_title {
    float: right;
  }

  .xtt_right_col_title {
    float: right;
    width: 48%;
  }

  .rtl_body .xtt_right_col_title {
    float: left;
  }

  .xtt_table_title1 {
    display: block;
    text-align: center;
  }

  .xtt_table_title2 {
    display: block;
    text-align: center;
  }

  .xtt_one_line_left {
    padding: 5px 10px;
  }

  .xtt_one_line_ico_left {
    padding: 0 0 10px 0;
  }

  .xtt_one_line_name_left {
    text-align: center;
  }

  .xtt_one_line_curs_left {
    display: none;
  }

  .xtt_one_line_right {
    padding: 5px 10px;
  }

  .xtt_one_line_ico_right {
    padding: 0 0 10px 0;
  }

  .xtt_one_line_name_right {
    text-align: center;
  }

  .xtt_one_line_curs_right,
  .xtt_one_line_reserv_right {
    display: none;
  }
}

@media all and (min-width: 560px) {
  .xtt_left_col_title {
    float: left;
    width: 48%;
  }

  .rtl_body .xtt_left_col_title {
    float: right;
  }

  .xtt_right_col_title {
    float: right;
    width: 48%;
  }

  .rtl_body .xtt_right_col_title {
    float: left;
  }

  .xtt_table_title1 {
    display: block;
    padding: 0 0 0 20px;
  }

  .rtl_body .xtt_table_title1 {
    padding: 0 20px 0 0px;
  }

  .xtt_table_title2 {
    display: block;
    padding: 0 0 0 20px;
  }

  .rtl_body .xtt_table_title2 {
    padding: 0 20px 0 0px;
  }

  .xtt_one_line_left {
    padding: 2px 0;
  }

  .xtt_one_line_ico_left {
    float: left;
    width: 25%;
  }

  .rtl_body .xtt_one_line_ico_left {
    float: right;
  }

  .xtt_one_line_name_left {
    float: left;
    width: 75%;
  }

  .rtl_body .xtt_one_line_name_left {
    float: right;
  }

  .xtt_one_line_name {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
  }

  .xtt_one_line_curs_left {
    display: none;
  }

  .xtt_one_line_right {
    padding: 2px 0;
  }

  .xtt_one_line_ico_right {
    float: left;
    width: 25%;
  }

  .rtl_body .xtt_one_line_ico_right {
    float: right;
  }

  .xtt_one_line_name_right {
    float: left;
    width: 75%;
  }

  .rtl_body .xtt_one_line_name_right {
    float: right;
  }

  .xtt_one_line_curs_right,
  .xtt_one_line_reserv_right {
    display: none;
  }
}

@media all and (min-width: 700px) {
  .xtt_left_col_title {
    width: 38%;
  }

  .xtt_right_col_title {
    width: 59%;
  }

  .xtt_table_title1 {
    display: block;
  }

  .xtt_table_title2 {
    display: block;
    float: left;
    width: 60%;
  }

  .rtl_body .xtt_table_title2 {
    float: right;
  }

  .xtt_table_title4 {
    display: block;
    padding: 0 0 0 10px;
    float: left;
    width: 40%;
  }

  .rtl_body .xtt_table_title4 {
    float: right;
    padding: 0 10px 0 0px;
  }

  .xtt_one_line_left {
    padding: 2px 0;
  }

  .xtt_one_line_ico_left {
    width: 20%;
  }

  .xtt_one_line_name_left {
    width: 80%;
  }

  .xtt_one_line_right {
    padding: 2px 0;
  }

  .xtt_one_line_ico_right {
    width: 15%;
  }

  .xtt_one_line_name_right {
    width: 45%;
  }

  .xtt_one_line_curs_right {
    display: none;
  }

  .xtt_one_line_reserv_right {
    display: block;
    float: left;
    width: 40%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    border-left: none;
    margin: -2px 0 -2px 0px;
    padding: 2px 10px 2px 10px;
  }

  .rtl_body .xtt_one_line_reserv_right {
    float: right;
    border-left: 0;
    border-right: none;
  }

  .xtt_one_line_reserv {
    display: table-cell;
    vertical-align: middle;
  }

  .tbl5 .xtt_one_line_reserv {
    display: block;
    text-align: right;
    line-height: 50px;
  }

  .rtl_body .tbl5 .xtt_one_line_reserv {
    text-align: left;
  }

  .xtt_title_link_wrap {
    display: block;
  }
}

@media all and (min-width: 840px) {
  .xtt_left_col_title {
    width: 33%;
  }

  .xtt_right_col_title {
    width: 65%;
  }

  .xtt_table_title2 {
    width: 46%;
  }

  .xtt_table_title3 {
    display: block;
    float: left;
    width: 30%;
    padding: 0 0px 0 10px;
  }

  .rtl_body .xtt_table_title3 {
    float: right;
    padding: 0 10px 0 0px;
  }

  .xtt_table_title4 {
    width: 24%;
  }

  .xtt_one_line_ico_left {
    width: 23%;
  }

  .xtt_one_line_name_left {
    width: 77%;
  }

  .xtt_one_line_ico_right {
    width: 12%;
  }

  .xtt_one_line_name_right {
    width: 34%;
  }

  .xtt_one_line_curs_right {
    display: block;
    float: left;
    width: 30%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    border-left: none;
    margin: -2px 0 -2px 0px;
    padding: 2px 10px 2px 10px;
  }

  .rtl_body .xtt_one_line_curs_right {
    float: right;
    border-left: 0;
    border-right: none;
  }

  .xtt_one_line_curs {
    display: table-cell;
    vertical-align: middle;
  }

  .xtt_one_line_reserv_right {
    width: 24%;
  }

  .tbl5 .xtt_one_line_reserv_right {
    width: 54%;
  }
}

@media all and (min-width: 960px) {
  .tbl1 .xtt_left_col_title {
    width: 42%;
  }

  .tbl1 .xtt_right_col_title {
    width: 55%;
  }

  .tbl1 .xtt_one_line_ico_left {
    width: 17%;
  }

  .tbl1 .xtt_one_line_name_left {
    width: 43%;
  }

  .tbl1 .xtt_one_line_curs_left {
    display: block;
    float: left;
    width: 40%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    padding: 0px 10px 0px 10px;
  }

  .rtl_body .tbl1 .xtt_one_line_curs_left {
    float: right;
  }

  .tbl1 .xtt_one_line_curs_left .xtt_one_line_curs {
    display: block;
    text-align: right;
    line-height: 50px;
  }

  .rtl_body .tbl5 .xtt_one_line_curs {
    text-align: left;
  }

  .tbl5 .xtt_left_col_title {
    width: 26%;
  }

  .tbl5 .xtt_right_col_title {
    width: 36%;
    float: left;
    margin: 0 0 0 2%;
  }

  .rtl_body .tbl5 .xtt_right_col_title {
    float: right;
    margin: 0 2% 0 0;
  }

  .tbl5 .xtt_one_line_ico_left {
    width: 23%;
  }

  .tbl5 .xtt_one_line_name_left {
    width: 77%;
  }

  .tbl5 .xtt_one_line_ico_right {
    width: 18%;
  }

  .tbl5 .xtt_one_line_name_right {
    width: 42%;
  }

  .tbl5 .xtt_one_line_reserv_right {
    width: 40%;
  }
}

.xtt_one_line_rez {
  cursor: pointer;
  display: none;
  position: absolute;
  float: none;
  top: 50%;
  right: 10px;
  width: 22px;
  height: 22px;
  background: url(images/rez.png) no-repeat center center;
  margin: -11px 0 0 0;
}

.color_d .xtt_one_line_rez {
  background: url(images/rez_w.png) no-repeat center center;
}

.rtl_body .xtt_one_line_rez {
  right: auto;
  left: 10px;
}

@media all and (min-width: 700px) {
  .xtt_one_line_rez {
    display: block;
  }
}

.xtt_one_line_rez:hover {
  opacity: 0.6;
}

.xtt_one_line_rez_ins {
  display: none;
}

.xtt_line_tab {
  display: none;
}

.xtt_line_tab.active {
  display: block;
}

/* end type table 1 */

/* type table 2 */
.xchange_type_plitka {
  padding: 0 0 40px;
}

.xtp_icon_wrap {
  padding: 0 0 10px 0;
}

@media all and (max-width: 959px) {
  .xtp_icon_wrap {
    display: none;
  }
}

.xtp_left_col_icon {
  float: left;
  width: 48%;
}

.rtl_body .xtp_left_col_icon {
  float: right;
}

.xtp_right_col_icon {
  float: right;
  width: 48%;
}

.rtl_body .xtp_right_col_icon {
  float: left;
}

.xtp_table_wrap {
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
  padding: 20px;
}

.color_d .xtp_table_wrap {
  background: #1e2130;
  box-shadow: none;
}

.xtp_col_table_body {
  margin: 0 0 20px 0;
}

.xtp_left_col_table {
  margin: 0 0 20px 0;
}

.xtp_right_col_table {
  margin: 0;
}

@media all and (min-width: 700px) {
  .xtp_left_col_table {
    float: left;
    width: 50%;
  }

  .rtl_body .xtp_left_col_table {
    float: right;
  }

  .xtp_right_col_table {
    float: right;
    width: 50%;
  }

  .rtl_body .xtp_right_col_table {
    float: left;
  }

  .xtp_right_col_table_ins {
    padding: 0 0 0 20px;
  }

  .rtl_body .xtp_right_col_table_ins {
    padding: 0 20px 0 0px;
  }
}

.xtp_table_title {
  font: 600 18px "Montserrat", sans-serif;
  color: #000;
  margin: 0 0 15px 0;
}

.color_d .xtp_table_title {
  color: #fff;
}

.xtp_table_list {
  padding: 0 0 10px 0;
}

.xtp_item {
  float: left;
  padding: 2px;
  width: 50px;
  height: 50px;
  margin: 0 10px 10px 0;
  border-radius: 3px;
  border: 1px solid #e6ecf4;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.color_d .xtp_item {
  border: 1px solid #353b51;
}

.rtl_body .xtp_item {
  float: right;
  margin: 0 0px 10px 10px;
}

.xtp_item.active {
  box-shadow: 0 0 5px #858c97;
}

.xtp_item.not {
  opacity: 0.3;
}

.xtp_item_ico {
  width: 50px;
  height: 50px;
}

.xtp_curs_wrap {
  position: relative;
  padding: 0 125px 0 0;
  margin: 0 0 20px 0;
  height: 50px;
}

.rtl_body .xtp_curs_wrap {
  padding: 0 0px 0 125px;
}

.xtp_input_wrap input {
  font: 20px/50px "Montserrat", sans-serif;
  padding: 0 20px 0 20px;
  height: 50px;
  width: 100%;
}

.xtp_select_wrap {
  position: absolute;
  float: none;
  top: 0px;
  right: 0px;
  width: 120px;
  height: 50px;
}

.rtl_body .xtp_select_wrap {
  right: auto;
  left: 0px;
}

.xtp_select_wrap select {
  width: 100%;
  height: 50px;
}

.xtp_commis_wrap {
  position: relative;
  margin: 0 0 20px 0;
}

.xtp_commis_text {
  position: absolute;
  top: 0;
  right: 15px;
  height: 50px;
  font: 13px/50px "Montserrat", sans-serif;
}

.rtl_body .xtp_commis_text {
  right: auto;
  left: 15px;
}

.xtp_commis_wrap input {
  font: 20px/50px "Montserrat", sans-serif;
  padding: 0 20px 0 20px;
  height: 50px;
  width: 100%;
}

.xtp_line {
  padding: 0 0 10px 0;
  font: 13px "Montserrat", sans-serif;
}

.xtp_line span {
  font-weight: 600;
}

a.xtp_link {
  color: #0c72d8;
  font-weight: 600;
}

.xtp_html_wrap {
  position: relative;
  min-height: 50px;
}

.xtp_html_abs {
  display: none;
  position: absolute;
  z-index: 5;
  float: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4f8fc url(images/ajax-big-loader.gif) no-repeat center center;
  opacity: 0.6;
}

.color_d .xtp_html_abs {
  background: #272c3e url(images/d-ajax-big-loader.gif) no-repeat center center;
}

a.xtl_submit,
a.xtp_submit {
  display: block;
  text-decoration: none;
  background: #0c72d8;
  border-radius: 4px;
  border: none;
  height: 50px;
  width: 260px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
  font: 600 18px/50px "Montserrat", sans-serif;
  cursor: pointer;
  text-align: center;
}

a.xtl_submit:hover,
a.xtp_submit:hover {
  background: #0d5eae;
}

a.xtl_submit.active,
a.xtp_submit.active {
  background: #ccc;
  cursor: default;
}

/* end type table 2 */

/* type table 3 */
.xchange_type_list {
  padding: 0 0 40px 0;
}

.xtl_html_wrap {
  position: relative;
}

.xtl_html_abs {
  display: none;
  position: absolute;
  z-index: 5;
  float: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4f8fc url(images/ajax-big-loader.gif) no-repeat center center;
  opacity: 0.6;
}

.color_d .xtl_html_abs {
  background: #272c3e url(images/d-ajax-big-loader.gif) no-repeat center center;
}

.xtl_table_body {
  margin: 0 0 20px 0;
}

.xtl_left_col,
.xtl_right_col {
  border-radius: 4px;

  padding-top: 23px;

  min-height: 1px;
  margin: 0 0 20px 0;
}

.color_d .xtl_left_col,
.color_d .xtl_right_col {
  background: #1e2130;
  box-shadow: none;
}

.xtl_center_col {
  margin: 0 0 20px 0;
}

a.xtl_change {
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  background: url(images/xtl_change.png) no-repeat center center;
}

a.xtl_change:hover {
  opacity: 0.8;
}

@media all and (min-width: 900px) {
  .xtl_table_wrap {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    padding: 30px;
  }

  .color_d .xtl_table_wrap {
    background: #1e2130;
    box-shadow: none;
  }

  .xtl_left_col {
    float: left;
    width: calc(50% - 80px);
    position: relative;
    background: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }

  .rtl_body .xtl_left_col {
    float: right;
  }

  .xtl_center_col {
    margin: 0 auto;
    padding: 0px 3px 0px 37px;
    display: inline-block;
  }

  .rtl_body .xtl_center_col {
    float: right;
  }

  .xtl_right_col {
    float: right;
    width: calc(50% - 80px);
    position: relative;
    background: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }

  .rtl_body .xtl_right_col {
    float: left;
  }
}

.xtl_table_title {
  font: 600 18px "Montserrat", sans-serif;
  color: #000;
  padding: 0 0 20px 0;
}

.color_d .xtl_table_title {
  color: #fff;
}

.xtl_ico_wrap {
  display: none;
}

.xtl_select_wrap {
  margin: 0 0 40px 0;
}

.xtl_select_wrap select {
  width: 100%;
  height: 50px;
}

.xtl_input_wrap {
  margin: 0 0 0px 0;
}

.xtl_input_wrap input {
  font: 20px/50px "Montserrat", sans-serif;
  padding: 0 20px 0 20px;
  height: 50px;
  width: 100%;
}

.xtl_commis_wrap {
  position: relative;
  margin: 0 0 20px 0;
}

.xtl_commis_text {
  position: absolute;
  float: none;
  top: 0;
  right: 10px;
  width: 110px;
  text-align: right;
  height: 50px;
  font: 13px/50px "Montserrat", sans-serif;
}

.rtl_body .xtl_commis_text {
  left: 10px;
  right: auto;
  text-align: left;
}

.xtl_commis_wrap input {
  font: 20px/50px "Montserrat", sans-serif;
  padding: 0 20px 0 20px;
  height: 50px;
  width: 100%;
}

.xtl_line {
  padding: 0 0 5px 0;
  font: 13px "Montserrat", sans-serif;
  font-size: 14px;
  /* line-height: 25px; */
  /* margin-top: 10px; */
  color: #fff;
  font-weight: 200;
  margin-top: 10px;
}

.xtl_line span {
  font-weight: 600;
}

/* end type table 3 */

/* all */
.notice_message {
  margin: 0 auto 20px;
  padding: 20px 20px 1px 20px;
  max-width: 1130px;
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
}

.color_d .notice_message {
  background: #1e2130;
  box-shadow: none;
}

.warning_message {
  padding: 20px 20px 1px;
  margin: 0 auto 20px;
  max-width: 1130px;
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
}

.color_d .warning_message {
  background: #1e2130;
  box-shadow: none;
}

.warning_message_title {
  color: #08b868;
  font: 600 18px "Montserrat", sans-serif;
  margin: 0 0 15px 0;
}

.warning_message_text p {
  padding: 0 0 15px 0;
}

.ajax_post_bids_res {
  margin: 0 0px;
}

.span_skidka {
  color: #08b868;
}

.span_give_max,
.span_get_max {
  color: #fff;
}

.color_d .span_give_max,
.color_d .span_get_max {
  color: #fff;
}

.span_give_max span,
.span_get_max span {
  display: block;
}

.js_amount {
  cursor: pointer;
}

.js_wrap_error {
  position: relative;
}

.js_error {
  display: none;

  z-index: 10;

  left: 0;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: auto;
  color: red;
  /* background: #ef8789; */
  border-radius: 3px;
  padding: 5px;
  font: 600 10px "Montserrat", sans-serif;
  font-size: 14px;
}

.js_error a {
  color: #fff;
}

.color_d .js_error {
  background: #dd595c;
}

.rtl_body .js_error {
  left: auto;
  right: 0;
}

.js_wrap_error.error .js_error {
  display: block;
}

.js_wrap_error.error input {
}

.color_d .js_wrap_error.error input {
}

.info_window {
  display: none;
  z-index: 1;
  position: absolute;
  float: none;
  top: 104%;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
  font: 12px/14px "Montserrat", sans-serif;
  padding: 15px 20px;
  border-radius: 4px;
  color: #6b8199;
  background: #f1f4fa;
}

.color_d .info_window {
  color: #7c90a8;
  background: #282d40;
}

.rtl_body .info_window {
  left: auto;
  right: 0;
}

.js_window_wrap.showed .info_window {
  display: block;
}

.info_window_abs {
  position: absolute;
  top: -4px;
  float: none;
  left: 36px;
  background: url(images/ug.png) no-repeat;
  width: 14px;
  height: 5px;
}

.color_d .info_window_abs {
  background: url(images/ug_d.png) no-repeat;
}

.rtl_body .info_window_abs {
  left: auto;
  right: 36px;
}

.js_choice_link {
  z-index: 20;
  position: absolute;
  float: none;
  top: 50%;
  left: 15px;
  margin: -8px 0 0 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(images/choice.png) no-repeat center center;
}

.rtl_body .js_choice_link {
  left: auto;
  right: 15px;
}

.js_choice_link_ins {
  position: relative;
  width: 16px;
  height: 16px;
}

.js_choice_ul {
  position: absolute;
  float: none;
  top: 0;
  left: 0px;
  width: 250px;
  background: #fff;
  border-radius: 4px;
  font: 12px "Montserrat", sans-serif;
  color: #000;
  box-shadow: 0 0 5px #9fa3a1;
  display: none;
}

.rtl_body .js_choice_ul {
  left: auto;
  right: 0;
}

.js_choice_line {
  padding: 5px 10px;
  word-break: break-all;
  word-wrap: break-word;
  border-bottom: 1px solid #dedede;
}

input.js_choice_input {
  padding-left: 40px;
}

.rtl_body input.js_choice_input {
  padding-right: 40px;
}

/* end all */

/* hexch */
.hexch_ajax_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.htable_ajax_wrap {
  position: relative;
}

.hexch_ajax_wrap_abs,
.htable_ajax_wrap_abs {
  display: none;
  position: absolute;
  z-index: 5;
  float: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4f8fc url(images/ajax-big-loader.gif) no-repeat center center;
  opacity: 0.6;
}

.color_d .hexch_ajax_wrap_abs,
.color_d .htable_ajax_wrap_abs {
  background: #282d40 url(images/d-ajax-big-loader.gif) no-repeat center center;
}

.hexch_widget {
  max-width: 1150px;
  margin: 0 auto;
}

.hexch_div {
  padding: 0 0px 20px;
}

.hexch_div_ins {
  padding: 15px;
  border-radius: 10px;
  backdrop-filter: blur(100px);
  background: rgb(0 0 0 / 25%);
  border-top: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 255, 255);
  border-left: 1px solid rgb(255, 255, 255);
  color: #fff;
}

.color_d .hexch_div_ins {
  background: #1e2130;
  box-shadow: none;
}

.hexch_bigtitle {
  color: #fff;
  font: 600 22px "Montserrat", sans-serif;
  margin: 0 0 20px 0px;
}

.color_d .hexch_bigtitle {
  color: #fff;
}

.hexch_information {
  padding: 0 0 20px 0;
}

.hexch_information_line,
.user_discount_div {
  padding: 0 0 5px 0;
}

.user_discount_div {
  color: #08b868;
}

.hexh_line_label,
.user_discount_label {
  font-weight: 600;
}

@media all and (min-width: 700px) {
  .hexch_cols:after {
    content: "";
    display: block;
    clear: both;
  }

  .hexch_left {
    float: left;
    width: 48%;
  }

  .rtl_body .hexch_left {
    float: right;
  }

  .hexch_right {
    float: right;
    width: 48%;
  }

  .rtl_body .hexch_right {
    float: left;
  }

  .hexch_pers {
    float: left;
    width: 48%;
  }

  .rtl_body .hexch_pers {
    float: right;
  }
}

.htable_ajax_wrap .hexch_left,
.htable_ajax_wrap .rtl_body .hexch_left,
.htable_ajax_wrap .hexch_right,
.htable_ajax_wrap .rtl_body .hexch_right,
.htable_ajax_wrap .hexch_pers,
.htable_ajax_wrap .rtl_body .hexch_pers {
  float: none;
  width: auto;
}

.hexch_title,
.hexch_pers_title {
  position: relative;
  color: #fff;
  font: 600 18px "Montserrat", sans-serif;
  margin: 0 0 20px 0px;
}

.hexch_title {
  padding: 0 0 0 35px;
}

.rtl_body .hexch_title {
  padding: 0 35px 0 0px;
}

.hexch_title_logo {
  position: absolute;
  float: none;
  top: -3px;
  left: 0;
  width: 30px;
  height: 30px;
}

.rtl_body .hexch_title_logo {
  left: auto;
  right: 0;
}

.color_d .hexch_title,
.color_d .hexch_pers_title {
  color: #fff;
}

.hexch_info_line {
  font: 13px/14px "Montserrat", sans-serif;
  padding: 0 0 10px 0px;
}

.hexch_info_line p {
  padding: 0px 0 2px;
}

@media all and (min-width: 700px) {
  .hexch_ajax_wrap .hexch_info_line {
    min-height: 50px;
    display: table-cell;
    vertical-align: middle;
  }
}

.hexch_curs_line,
.hexch_pers_line {
  position: relative;
  margin: 0 0 20px 0;
}

.hexch_curs_label,
.hexch_pers_label {
  font: 13px "Montserrat", sans-serif;
  color: #fff;
  padding: 0 0 5px 0;
}

.hexch_pers_input {
  position: relative;
}

.hexch_curs_input input,
.hexch_pers_input input {
  font: 16px/50px "Montserrat", sans-serif;
  height: 50px;
  width: 100%;
}

.hexch_curs_input select,
.hexch_pers_input select {
  height: 50px;
  width: 100%;
}

.hexch_sumandcom {
  color: #6b8199;
  font: 13px/16px "Montserrat", sans-serif;
  padding: 0 0 20px 0px;
}

.hexch_submit_div {
  padding: 0px 0px 10px 0px;
}

input.hexch_submit {
  display: block;
  height: 50px;
  width: 220px;
  margin: 0;
  font: 600 18px/50px "Montserrat", sans-serif;
  text-align: center;
}

.show_out_0 input.hexch_submit {
  width: 100%;
}

.hexch_checkdata_div,
.hexch_div .exchange_checkpersdata {
  padding: 0 0px 10px 0px;
}

/* end hexch */

/* exch */
.exch_ajax_wrap,
.exchange_status_html {
  position: relative;
  min-height: 50px;
}

.exch_ajax_wrap_abs,
.exchange_status_abs {
  display: none;
  position: absolute;
  z-index: 5;
  float: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f3f7fc url(images/ajax-big-loader.gif) no-repeat center center;
  opacity: 0.6;
}

.color_d .exch_ajax_wrap_abs,
.color_d .exchange_status_abs {
  background: #272c3e url(images/d-ajax-big-loader.gif) no-repeat center center;
}

.xchange_div {
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
  padding: 20px 20px 10px;
  margin: 0 0 20px 0;
}

.color_d .xchange_div {
  background: #1e2130;
  box-shadow: none;
}

.xchange_data_title,
.xchange_pers_title {
  color: #000;
  font: 600 24px "Montserrat", sans-serif;
  margin: 0px 0px 20px;
}

.color_d .xchange_data_title,
.color_d .xchange_pers_title {
  color: #fff;
}

.xchange_data_div {
  padding: 0px 0px 10px;
  border-bottom: 1px solid #eaeef4;
  margin: 0 0 20px 0;
}

.color_d .xchange_data_div {
  border-bottom: 1px solid #353b51;
}

.xchange_pers_div {
  padding: 0px 0px 10px 0px;
}

@media all and (min-width: 700px) {
  .xchange_data_left,
  .xchange_pers_div {
    width: 340px;
    float: left;
  }

  .rtl_body .xchange_data_left,
  .rtl_body .xchange_pers_div {
    float: right;
  }

  .xchange_data_right {
    float: right;
    width: 240px;
  }

  .rtl_body .xchange_data_right {
    float: left;
  }

  .xchange_data_right .xchange_info_line {
    text-align: right;
  }

  .rtl_body .xchange_data_right .xchange_info_line {
    text-align: left;
  }
}

.xchange_info_line {
  font: 13px "Montserrat", sans-serif;
  padding: 0 0 10px 0;
  color: #6b8199;
}

.xchange_select {
  margin: 0 0 20px 0;
  height: 50px;
}

.xchange_select select {
  width: 100%;
  height: 50px;
}

.xchange_sum_line {
  position: relative;
  margin: 0 0 20px 0;
}

.xchange_sum_label {
  font: 13px "Montserrat", sans-serif;
  color: #6b8199;
  padding: 0 0 5px 0;
}

.xchange_sum_input {
  position: relative;
}

.xchange_sum_input input {
  width: 100%;
  height: 50px;
  font: 16px/50px "Montserrat", sans-serif;
}

@media all and (min-width: 700px) {
  .xchange_sum_line {
    height: 50px;
    margin: 0 0 20px 0;
    padding: 0 0 0 120px;
  }

  .rtl_body .xchange_sum_line {
    padding: 0 120px 0 0px;
  }

  .xchange_sum_label {
    position: absolute;
    float: none;
    top: 0;
    left: 0;
    width: 110px;
    height: 50px;
    font: 12px/50px "Montserrat", sans-serif;
    text-align: right;
    padding: 0;
  }

  .rtl_body .xchange_sum_label {
    left: auto;
    right: 0;
    text-align: left;
  }
}

.xchange_sumandcom {
  color: #6b8199;
  font: 13px/16px "Montserrat", sans-serif;
  margin: 0 0 20px 0;
}

.xchange_curs_line,
.xchange_pers_line {
  margin: 0 0 20px 0;
}

.xchange_curs_label,
.xchange_pers_label {
  font: 13px "Montserrat", sans-serif;
  color: #6b8199;
  padding: 0 0 5px 0;
}

.xchange_curs_input,
.xchange_pers_input {
  position: relative;
}

.xchange_curs_input input,
.xchange_pers_input input {
  font: 16px/50px "Montserrat", sans-serif;
  height: 50px;
  width: 100%;
}

.xchange_curs_input select,
.xchange_pers_input select {
  height: 50px;
  width: 100%;
}

.xchange_submit_div {
  padding: 0px 0px 10px 0px;
}

input.xchange_submit {
  display: block;
  height: 50px;
  width: 220px;
  margin: 0;
  font: 600 18px/50px "Montserrat", sans-serif;
  text-align: center;
}

.xchange_checkdata_div,
.xchange_div .exchange_checkpersdata {
  padding: 0 0px 10px 0px;
}

.other_directions_wrap {
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
  padding: 20px 20px 10px;
  margin: 0 0 20px 0;
}

.color_d .other_directions_wrap {
  background: #1e2130;
  box-shadow: none;
}

.other_directions_title {
  color: #000;
  font: 600 24px "Montserrat", sans-serif;
  margin: 0 0px 20px;
}

.color_d .other_directions_title {
  color: #fff;
}

a.other_direction {
  float: left;
  width: 50%;
  margin: 0 0 10px 0;
  text-decoration: none;
  font: 13px "Montserrat", sans-serif;
}

.other_direction_data {
  float: left;
  width: 48%;
  height: 30px;
}

.other_direction_title {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 30px;
  padding: 0 0 0 35px;
}

.other_direction_logo {
  height: 30px;
  width: 30px;
  position: absolute;
  float: none;
  top: 0;
  left: 0;
}

.other_direction_arr {
  float: left;
  width: 4%;
  height: 30px;
  background: url(images/liarr.png) no-repeat center center;
}

/* end exch */

/* step 1 */
.block_xchangedata {
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
  padding: 20px 20px 5px;
  margin: 0 0 20px 0;
}

.color_d .block_xchangedata {
  background: #1e2130;
  box-shadow: none;
}

.block_submitbutton {
  padding: 0px 0 20px;
}

.block_checked_rule {
  padding: 0px 0px 10px 0px;
}

.block_xchdata,
.block_persdata {
  padding: 0;
}

.block_xchdata {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e6ecf4;
}

.color_d .block_xchdata {
  border-bottom: 1px solid #353b51;
}

.block_xchdata_title,
.block_persdata_title {
  color: #000;
  font: 600 24px "Montserrat", sans-serif;
  margin: 0 0px 20px;
}

.color_d .block_xchdata_title,
.color_d .block_persdata_title {
  color: #fff;
}

.block_xchdata_comm {
  padding: 0px 0px 20px;
  color: #6b8199;
}

.block_persdata_info,
.block_xchdata_info {
  padding: 0px 0px 15px;
  font: 14px "Montserrat", sans-serif;
}

.block_xchdata_info_left {
  float: left;
  width: 340px;
}

.block_persdata_line,
.block_xchdata_line {
  padding: 0 0 5px 0;
}

.block_persdata_line span,
.block_xchdata_line span {
  font-weight: 600;
  color: #000;
  display: block;
  padding: 0 0 3px 0;
}

.color_d .block_persdata_line span,
.color_d .block_xchdata_line span {
  color: #fff;
}

.block_xchdata_info_right {
  float: right;
}

@media all and (max-width: 500px) {
  .block_xchdata_info_right {
    display: none;
  }
}

.block_xchdata_ico {
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
}

.block_xchdata_text {
  float: left;
  height: 40px;
  font: 600 18px/40px "Montserrat", sans-serif;
}

/* end step 1 */

/* bid status */
.block_statusbids {
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
  padding: 20px 20px 1px;
  margin: 0 0 20px 0;
  position: relative;
}

.color_d .block_statusbids {
  background: #1e2130;
  box-shadow: none;
}

.block_statusbid_title {
  color: #000;
  font: 600 24px "Montserrat", sans-serif;
  margin: 0 0px 20px;
}

.color_d .block_statusbid_title {
  color: #fff;
}

.block_instruction {
  padding: 0 0 1px 0;
}

.block_status {
  background: #f3f7fc;
  padding: 20px 20px;
  margin: 0 -20px 20px;
}

.color_d .block_status {
  background: #282d40;
}

.block_status_time {
  padding: 0 0 10px 0;
}

.block_status_time span {
  font-weight: 600;
}

span.block_status_text_info {
  font-weight: 600;
}

.block_payinfo {
  padding: 0 0 10px 0;
}

.block_change_browser {
  text-align: center;
  padding: 0px 0 20px;
  color: #ff0000;
}

.not_vaccaunt_now {
  font-weight: 600;
}

.block_check_payment {
  height: 3px;
  position: absolute;
  float: none;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}

.block_check_payment_ins {
  position: absolute;
  float: none;
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  background: #00c063;
}

.block_check_payment_abs {
  display: none;
}

.block_warning_merch {
  padding: 20px 20px;
  margin: 0 -20px 20px;
  background: #f3f7fc;
}

.color_d .block_warning_merch {
  background: #282d40;
}

.block_paybutton_merch {
  padding: 0px 0 20px;
}

.block_smsbutton {
  padding: 20px 0px 20px;
  border-top: 1px solid #f0f5f3;
}

.block_smsbutton_label {
  padding: 0 0 8px 0;
  font-weight: 600;
}

.block_smsbutton_action input[type="text"] {
  float: left;
  width: 120px;
  text-align: center;
}

.rtl_body .block_smsbutton_action input[type="text"] {
  float: right;
}

.block_smsbutton_action input[type="submit"] {
  float: left;
  margin: 0 0 0 20px;
}

.rtl_body .block_smsbutton_action input[type="submit"] {
  float: right;
  margin: 0 20px 0 0px;
}

.block_paybutton {
  padding: 0px 0px 20px;
}

a.cancel_paybutton {
  float: left;
  display: block;
  text-decoration: none;
  background: #79808b;
  border-radius: 4px;
  height: 40px;
  width: 220px;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
  font: 600 16px/40px "Montserrat", sans-serif;
  cursor: pointer;
  text-align: center;
}

.rtl_body a.cancel_paybutton {
  float: right;
}

a.cancel_paybutton:hover {
  color: #fff;
  background: #61666e;
}

.resultfalse.paybutton_error {
  width: 160px;
  float: right;
}

a.success_paybutton {
  float: right;
  display: block;
  text-decoration: none;
  background: #0c72d8;
  border-radius: 4px;
  height: 40px;
  width: 220px;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
  font: 600 16px/40px "Montserrat", sans-serif;
  cursor: pointer;
  text-align: center;
}

.rtl_body a.success_paybutton {
  float: left;
}

a.success_paybutton:hover {
  background: #0d5eae;
  color: #fff;
}

@media all and (max-width: 700px) {
  a.cancel_paybutton,
  .rtl_body a.cancel_paybutton,
  .resultfalse.paybutton_error,
  a.success_paybutton,
  .rtl_body a.success_paybutton {
    float: none;
    width: auto;
    margin: 0 0 20px 0;
  }
}

a.merch_paybutton {
  display: block;
  text-decoration: none;
  background: #f1f4fa;
  border-radius: 4px;
  height: 40px;
  width: 240px;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #0c72d8;
  font: 600 16px/40px "Montserrat", sans-serif;
  cursor: pointer;
  text-align: center;
}

a.merch_paybutton:hover {
  background: #e7edf5;
}

/* end bid status */

/* select */
.select_js {
  position: relative;
  cursor: pointer;
}

.change_city_select_wrap {
  height: 50px;
  width: 260px;
}

.change_city_select_wrap select {
  height: 50px;
}

.select_js select {
  display: none;
}

.select_js_title {
  background: #fff;
  border: 1px solid #e6ecf4;
  border-radius: 4px;
  height: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  border-radius: 7px;
  position: relative;
  z-index: 2;
  padding: 0 30px 0 17px;
  display: flex;
  align-items: center;
  height: 63px;
  cursor: pointer;
  background: rgba(22, 24, 30, 0.8);
  border: 0;
  display: flex;
  align-items: center;
}

.color_d .select_js_title {
  background: #1e2130;
  border: 1px solid #353b51;
  color: #fff;
}

.select_js.open .select_js_title {
  background: rgba(22, 24, 30, 0.8);
}

.color_d .select_js.open .select_js_title {
  background: #1e2130;
}

.select_js_title .select_js_abs {
  /* background: url(images/jsel.png) no-repeat center center; */
  position: absolute;
  float: none;
  top: 24px;
  right: 30px;
  height: 100%;
  width: 12px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  /* content: ''; */
  /* display: block; */
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
  /* position: relative; */
  /* top: -2px; */
  /* margin-left: auto; */
}

.rtl_body .select_js_abs {
  right: auto;
  left: 20px;
}

.select_js_title_ins {
  padding: 0 20px 0 20px;
  font: 18px/48px "Montserrat", sans-serif;
}

.rtl_body .select_js_title_ins {
  padding: 0 20px 0 20px;
}

.iselect_js .select_js_title_ins {
  padding: 0 20px 0 60px;
}

.rtl_body .iselect_js .select_js_title_ins {
  padding: 0 60px 0 20px;
}

.iselect_js .select_ico {
  position: absolute;
  float: none;
  top: 12px;
  left: 10px;
  width: 50px;
  height: 40px;
}

.rtl_body .iselect_js .select_ico {
  left: auto;
  right: 10px;
}

.select_js_search {
  display: none;
  position: absolute;
  z-index: 30;
  float: none;
  top: 0;
  width: 100%;
  min-width: 100px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.select_js_search input {
  width: 100%;
  height: 50px;
}

.select_js_ul {
  display: none;
  position: absolute;
  z-index: 30;
  float: none;
  background: rgba(22, 24, 30, 0.8);

  width: 100%;
  min-width: 100px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  max-height: 300px;
  overflow-y: auto;
}

.color_d .select_js_ul {
  background: #1e2130;
  border: 1px solid #353b51;
}

.select_js_ulli {
  position: relative;
  overflow: hidden;
  padding: 8px 20px;
  color: #fff;
  font: 13px "Montserrat", sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.color_d .select_js_ulli {
}

.iselect_js .select_js_ulli {
  padding: 0 10px 0 76px;
  height: 63px;
  font: 16px/50px "Montserrat", sans-serif;
  display: flex;
  align-items: center;
}

.rtl_body .iselect_js .select_js_ulli {
  padding: 0 60px 0 10px;
}

.select_js_ulli:hover {
  color: #b49f00;
}

.color_d .select_js_ulli:hover {
  color: rgb(65, 184, 131);
}

/* end select */

/* sidebar */
.sidebar {
  margin: 0 0px;
}

@media all and (min-width: 960px) {
  .sidebar {
    float: right;
    width: 29%;
  }

  .rtl_body .sidebar {
    float: left;
  }
}

@media all and (min-width: 1150px) {
  .sidebar {
    margin-top: 48px;
    width: 335px;
  }
}

/* end sidebar */

.widget {
  margin: 0 0 20px 0;
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
  padding: 20px 20px;
}

.color_d .widget {
  background: #1e2130;
  box-shadow: none;
}

.widget_title {
  font: 600 24px/24px "Montserrat", sans-serif;
  color: #2e3033;
  margin: 0px 0px 20px 0px;
}

.color_d .widget_title {
  color: #fff;
}

.widget img {
  max-width: 100%;
}

.textwidget {
  padding: 0px;
}

ul#recentcomments {
  display: block;
}

ul#recentcomments li {
  display: block;
  padding: 0 0 5px 12px;
  background: url(images/liarr.png) no-repeat 0 3px;
}

.rtl_body ul#recentcomments li {
  padding: 0 12px 5px 0px;
  background: url(images/liarr.png) no-repeat right 3px;
}

/* news widget */
.widget.widget_news_div {
  margin: 0 0 20px 0;
  background: none;
  box-shadow: none;
  padding: 0;
}

.widget_news_div .widget_title {
  font: 600 24px/24px "Montserrat", sans-serif;
  color: #2e3033;
  margin: 0px 0px 20px 0px;
}

.color_d .widget_news_div .widget_title {
  color: #fff;
}

.widget_news_line {
  margin: 0 0 20px 0;
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
  padding: 20px 20px;
}

.color_d .widget_news_line {
  box-shadow: none;
  background: #1e2130;
}

.widget_news_date {
  color: #6b8199;
  font: 12px "Montserrat", sans-serif;
  margin: 0 0 5px 0;
}

.color_d .widget_news_date {
  color: #8193ab;
}

.widget_news_image {
  margin: 0 0 7px 0;
}

.widget_news_image img {
  border-radius: 4px;
  width: 100%;
}

.widget_news_title {
  font: 18px "Montserrat", sans-serif;
  margin: 0 0 7px 0;
}

.widget_news_title a {
  color: #2e3033;
  text-decoration: none;
}

.color_d .widget_news_title a {
  color: #fff;
}

.widget_news_title a:hover {
  text-decoration: underline;
}

.widget_news_content {
  font: 15px "Montserrat", sans-serif;
}

.widget_news_content a {
  color: #6b8199;
  text-decoration: none;
}

.widget_news_content a:hover {
  text-decoration: underline;
}

a.widget_news_more,
a.widget_reviews_more {
  padding: 8px 20px;
  border-radius: 4px;
  background: #0c72d8;
  text-decoration: none;
  color: #fff;
  font: 600 12px "Montserrat", sans-serif;
  float: left;
}

.rtl_body a.widget_news_more,
.rtl_body a.widget_reviews_more {
  float: right;
}

a.widget_news_more:hover,
a.widget_reviews_more:hover {
  background: #0d5eae;
  color: #fff;
}

/* end news widget */

/* reviews widget */
.widget.widget_reviews_div {
  margin: 0 0 20px 0;
  background: none;
  box-shadow: none;
  padding: 0;
}

.widget_reviews_div .widget_title {
  font: 600 24px/24px "Montserrat", sans-serif;
  color: #2e3033;
  margin: 0px 0px 20px 0px;
}

.color_d .widget_reviews_div .widget_title {
  color: #fff;
}

.widget_reviews_line {
  margin: 0 0 20px 0;
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
  padding: 20px 20px;
}

.color_d .widget_reviews_line {
  box-shadow: none;
  background: #1e2130;
}

.widget_reviews_author {
  float: left;
  font: 600 14px "Montserrat", sans-serif;
  margin: 0 3px 10px 0;
}

.color_d .widget_reviews_author {
  color: #fff;
}

.rtl_body .widget_reviews_author {
  float: right;
  margin: 0 0 10px 3px;
}

.widget_reviews_date {
  float: left;
  font: 600 12px "Montserrat", sans-serif;
  margin: 2px 0 10px 0;
}

.color_d .widget_reviews_date {
  color: #fff;
}

.rtl_body .widget_reviews_date {
  float: right;
}

.widget_reviews_content {
  font: 15px "Montserrat", sans-serif;
  color: #6b8199;
  word-wrap: break-word;
  word-break: break-all;
}

.color_d .widget_reviews_content {
  color: #8394ae;
}

/* end reviews widget */

/* register widget */
.user_widget,
.register_widget,
.login_widget,
.checkstatus_widget {
  margin: 0 0 20px 0;
  box-shadow: 0 0 5px #e1e9f2;
  color: #6b8199;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  backdrop-filter: blur(100px);
  background: rgb(0 0 0 / 25%);
  border-top: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 255, 255);
  border-left: 1px solid rgb(255, 255, 255);
}

.color_d .user_widget,
.color_d .register_widget,
.color_d .login_widget,
.color_d .checkstatus_widget {
  background: #1e2130;
  box-shadow: none;
  color: #8096ab;
}

.user_widget_title,
.register_widget_title,
.login_widget_title,
.checkstatus_widget_title {
  color: #fff;
  margin: 0px 0px 20px 0px;
}

.color_d .user_widget_title,
.color_d .register_widget_title,
.color_d .login_widget_title,
.color_d .checkstatus_widget_title {
  color: #fff;
}

.widget_reg_label,
.widget_log_label,
.widget_checkstatus_label {
  margin: 0;
  padding: 0 0 3px;
  font: 13px "Montserrat", sans-serif;
}

.widget_reg_line,
.widget_log_line,
.widget_checkstatus_line {
  padding: 0 0 10px;
}

.widget_reg_line_subm input,
.widget_log_line_subm input,
.widget_checkstatus_line_subm input {
  display: block;
  margin: 0 auto;
}

input.widget_reg_input,
input.widget_log_input,
input.widget_checkstatus_input {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* end register widget */

/* login widget */
.widget_log_line_text {
  padding: 0 0 15px 0;
}

.login_widget_subm_left {
  float: left;
  width: 49%;
  font: 12px "Montserrat", sans-serif;
}

.login_widget_subm_right {
  float: right;
  text-align: right;
  width: 49%;
  font: 12px "Montserrat", sans-serif;
}

/* end login widget */

/* user widget */
.uswidin {
  margin: 0 0 15px 0;
  font: 600 15px "Montserrat", sans-serif;
  color: #08b868;
}

.uswidinleft {
  float: left;
  width: 50%;
}

.rtl_body .uswidinleft {
  float: right;
}

.uswidinright {
  float: right;
  width: 50%;
  text-align: right;
}

.rtl_body .uswidinright {
  float: left;
  text-align: left;
}

.user_widget_body ul {
  margin: 0 0 15px 0;
}

.user_widget_body ul li {
  display: block;
  padding: 0 0 5px 0;
}

.user_widget_body ul li a {
  /* font: 13px "Montserrat", sans-serif;
  text-decoration: none;
  color: #fff; */
}

.user-nav li a:hover {
  color: #303030;
  text-decoration: blink;
}
.user-nav li a:hover,
.user-nav li a.active {
  color: #303030;
  text-decoration: blink;
}
.user_widget_body ul li a:hover {
  text-decoration: blink;
}

.user_widget_body ul li.current a {
  color: #6b8199;
  text-decoration: none;
  cursor: default;
}

a.exit_link {
  display: block;
  border: 1px solid rgb(236 0 140 / 50%);
  background: rgb(236 0 140 / 50%);
  border-radius: 4px;
  height: 50px;
  padding: 0 25px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
  font: 600 18px/50px "Montserrat", sans-serif;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

a.exit_link:hover {
  background: rgb(236 0 140 / 100%);
  border: 1px solid rgb(236 0 140 / 100%);
  color: #fff;
  text-decoration: none;
}

/* end user widget */

/* reserv widget */
.widget_reserv_div {
  margin: 0 0 20px 0;
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  color: #6b8199;
  border-radius: 4px;
  padding: 20px 20px;
}

.color_d .widget_reserv_div {
  background: #1e2130;
  box-shadow: none;
  color: #8096ab;
}

.widget_reserv_div_title {
  font: 600 24px/24px "Montserrat", sans-serif;
  color: #2e3033;
  margin: 0px 0px 20px 0px;
}

.color_d .widget_reserv_div_title {
  color: #fff;
}

.widget_reserv_line {
  padding: 3px 0px 3px 0px;
  margin: 0 -10px 0 0;
}

.rtl_body .widget_reserv_line {
  margin: 0 0px 0 -10px;
}

.widget_reserv_ico {
  float: left;
  width: 40px;
  height: 40px;
}

.rtl_body .widget_reserv_ico {
  float: right;
}

.widget_reserv_block {
  float: left;
  width: 170px;
  font: 14px "Montserrat", sans-serif;
  padding: 2px 0 0 10px;
}

.rtl_body .widget_reserv_block {
  float: right;
  padding: 2px 10px 0 0px;
}

.widget_reserv_title {
  font: 600 13px "Montserrat", sans-serif;
  color: #6b8199;
  margin: 0 0 1px 0;
}

.color_d .widget_reserv_title {
  color: #fff;
}

.widget_reserv_sum {
  color: #000;
}

.color_d .widget_reserv_sum {
  color: #fff;
}

.widget_reserv_filters {
  padding: 0px 0 5px 0px;
}

.widget_reserv_filter {
  float: left;
  padding: 3px 8px 3px;
  background: #f1f4fa;
  border-radius: 4px;
  border: 1px solid #eaeef4;
  color: #6b8199;
  font: 13px "Montserrat", sans-serif;
  margin: 0 5px 5px 0;
  cursor: pointer;
  position: relative;
}

.rtl_body .widget_reserv_filter {
  float: right;
  margin: 0 0px 5px 5px;
}

.color_d .widget_reserv_filter {
  background: #282d40;
  border: 1px solid #282d40;
  color: #7f95aa;
}

.widget_reserv_filter.current {
  background: #0c72d8;
  border: 1px solid #0c72d8;
  color: #fff;
}

/* end reserv widget */

/* stats widget */
.widget_stats_div {
  margin: 0 0 20px 0;
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
  padding: 20px 20px 15px;
}

.color_d .widget_stats_div {
  background: #1e2130;
  box-shadow: none;
}

.widget_stats_div .widget_title {
  font: 600 24px/24px "Montserrat", sans-serif;
  color: #2e3033;
  margin: 0px 0px 20px 0px;
}

.color_d .widget_stats_div .widget_title {
  color: #fff;
}

.widget_stats_line {
  padding: 0px 0px 5px;
  font: 13px "Montserrat", sans-serif;
}

.widget_stats_line span {
  font-weight: 600;
}

/* end stats widget */

/* lchange */
.widget_lchange_div {
  margin: 0 0 20px 0;
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  color: #6b8199;
  border-radius: 4px;
  padding: 20px 20px 1px;
  position: relative;
}

.color_d .widget_lchange_div {
  background: #1e2130;
  box-shadow: none;
  color: #8096ab;
}

.widget_lchange_div .widget_title {
  font: 600 24px/24px "Montserrat", sans-serif;
  color: #2e3033;
  margin: 0px 0px 20px 0px;
}

.color_d .widget_lchange_div .widget_title {
  color: #fff;
}

.widget_lchange_html {
  padding: 0;
}

.widget_lchange_abs {
  display: none;
  position: absolute;
  z-index: 5;
  float: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f6fb url(images/ajax-big-loader.gif) no-repeat center center;
  opacity: 0.6;
}

.color_d .widget_lchange_abs {
  background: #272c3e url(images/d-ajax-big-loader.gif) no-repeat center center;
}

.widget_lchange_abs.active {
  display: block;
}

.widget_lchange_noitem {
  margin: 0 0 20px 0;
}

.widget_lchange_line {
  margin: 0 0 20px 0;
}

.widget_lchange_date {
  font: 13px "Montserrat", sans-serif;
  color: #6b8199;
  padding: 10px 0 0 0;
}

.color_d .widget_lchange_date {
  color: #7e94ac;
}

.widget_lchange_why {
  float: left;
  width: 84px;
}

.rtl_body .widget_lchange_why {
  float: right;
}

.widget_lchange_ico {
  width: 40px;
  height: 40px;
}

.widget_lchange_txt {
  font: 14px "Montserrat", sans-serif;
  padding: 5px 0 0 5px;
  color: #000;
}

.color_d .widget_lchange_txt {
  color: #fff;
}

.rtl_body .widget_lchange_txt {
  padding: 5px 5px 0 0;
}

.widget_lchange_arr {
  float: left;
  width: 40px;
  height: 40px;
  background: url(images/harr.png) no-repeat 0 center;
}

.rtl_body .widget_lchange_arr {
  float: right;
}

/* end lchange */

/* cbr widget */
.widget_cbr_div {
  margin: 0 0 20px 0;
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  color: #6b8199;
  border-radius: 4px;
  padding: 20px 20px 10px;
}

.color_d .widget_cbr_div {
  background: #1e2130;
  box-shadow: none;
  color: #8096ab;
}

.widget_cbr_div_title {
  font: 600 24px/24px "Montserrat", sans-serif;
  color: #2e3033;
  margin: 0px 0px 20px 0px;
}

.color_d .widget_cbr_div_title {
  color: #fff;
}

.cbr_update {
  padding: 10px 0px 0;
  font: 12px "Montserrat", sans-serif;
}

.widget_cbr_line {
  border-bottom: 1px solid #eaeef4;
  padding: 10px 10px 10px 20px;
  margin: 0 -20px;
}

.color_d .widget_cbr_line {
  border-bottom: 1px solid #353b51;
}

.rtl_body .widget_cbr_line {
  padding: 10px 20px 10px 10px;
}

.widget_cbr_left {
  float: left;
  width: 100px;
}

.rtl_body .widget_cbr_left {
  float: right;
}

.widget_cbr_title {
  font: 600 13px "Montserrat", sans-serif;
  color: #000;
  padding: 1px 0 1px 0;
}

.color_d .widget_cbr_title {
  color: #fff;
}

.widget_cbr_birg {
  font: 600 12px "Montserrat", sans-serif;
  color: #6b8199;
}

.widget_cbr_curs {
  float: left;
  width: 120px;
  padding: 0 0 0 20px;
  font: 13px "Montserrat", sans-serif;
}

.rtl_body .widget_cbr_curs {
  float: right;
  padding: 0 20px 0 0px;
}

.widget_cbr_onecurs {
  padding: 1px 0;
}

/* end cbr widget */

/* userverify widget */
.usve_widget {
  border-bottom: 1px solid #ebebeb;
  color: #ff6066;
  padding: 20px 0px 16px 35px;
  font: 13px "Montserrat", sans-serif;
  margin: -20px 0px 10px 0px;
  background: url(images/verify0.png) no-repeat 0px 16px;
}

.color_d .usve_widget {
  border-bottom: 1px solid #353b51;
}

.usve_widget.verifyst_1 {
  color: #00c360;
  background: url(images/verify1.png) no-repeat 0px 16px;
}

.rtl_body .usve_widget,
.rtl_body .usve_widget.verifyst_1 {
  padding: 20px 35px 16px 0px;
  background-position: right center;
}

.usve_widget_link {
  padding: 5px 0 0 0;
}

.userverify_widget {
  margin: 0 0 20px 0;
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  color: #6b8199;
  border-radius: 4px;
  padding: 20px 20px;
}

.color_d .userverify_widget {
  background: #1e2130;
  box-shadow: none;
  color: #8096ab;
}

.userverify_widget_title {
  font: 600 24px/24px "Montserrat", sans-serif;
  color: #2e3033;
  margin: 0px 0px 20px 0px;
}

.color_d .userverify_widget_title {
  color: #fff;
}

.account_verify {
  background: url(images/verify0.png) no-repeat 0 center;
  padding: 5px 0 5px 35px;
  font: 13px "Montserrat", sans-serif;
  color: #ff6066;
}

.account_verify.true {
  color: #00c360;
  background: url(images/verify1.png) no-repeat 0 center;
}

.rtl_body .account_verify,
.rtl_body .account_verify.true {
  padding: 5px 35px 5px 0px;
  background-position: right center;
}

.needverifylink {
  padding: 5px 0 0px 35px;
}

.rtl_body .needverifylink {
  padding: 5px 35px 0px 0px;
}

/* end userverify widget */

/* comment navi */
.comment-navigation {
  margin: 0 0 20px 0;
}

.nav-previous a {
  float: left;
  padding: 8px 13px;
  border-radius: 4px;
}

.rtl_body .nav-previous a {
  float: right;
}

.nav-next a {
  float: right;
  padding: 8px 13px;
  border-radius: 4px;
}

.rtl_body .nav-next a {
  float: left;
}

/* end comment navi */

/* pagenavi */
.pagenavi {
  padding: 0px 0 0 0;
  margin: 0 0 20px 0;
  text-align: center;
  font: 13px "Montserrat", sans-serif;
}

.pagenavi span,
.pagenavi a {
  margin: 0 3px;
  position: relative;
  padding: 8px 13px;
  border-radius: 4px;
}

.pagenavi span {
  color: #fff;
  background: #0c72d7;
  border: 1px solid #0c72d7;
}

.pagenavi a,
.nav-previous a,
.nav-next a {
  text-decoration: none;
  color: #0c72d8;
  border: 1px solid #f1f4fa;
  background: #fff;
}

.color_d .pagenavi a,
.color_d .nav-previous a,
.color_d .nav-next a {
  color: #fff;
  border: 1px solid #454b63;
  background: #282d40;
}

.pagenavi a:hover,
.nav-previous a:hover,
.nav-next a:hover {
  color: #0c72d8;
  background: #f1f4fa;
  border: 1px solid #f1f4fa;
  text-decoration: none;
}

.color_d .pagenavi a:hover,
.color_d .nav-previous a:hover,
.color_d .nav-next a:hover {
  color: #fff;
  border: 1px solid #454b63;
  background: #454b63;
}

/* end pagenavi */

/* footer */
.footer_wrap {
  width: 100%;
  font: 13px "Montserrat", sans-serif;
  margin-top: auto;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(100px);
  background: rgb(0 0 0 / 25%);
  color: #fff;
}

.color_d .footer_wrap {
  background: #1e2130;
  color: #8094ad;
}

.copyright {
  padding: 0 0px 5px 0;
}

.footer_menu li {
  font: 13px "Montserrat", sans-serif;
}

.footer_menu li a {
  text-decoration: underline;
  color: #fff;
  transition: all 0.25s linear;
}

.footer_menu li a:hover {
  text-decoration: none;
}

.footer_phone {
  color: #2e3033;
}

.color_d .footer_phone {
  color: #fff;
}

.footer_phone a {
  color: #2e3033;
}

.color_d .footer_phone a {
  color: #fff;
}

@media all and (max-width: 699px) {
  .footer {
    flex-direction: column;
    gap: 15px;
  }

  .copyright {
    text-align: center;
  }

  .footer_menu {
    padding: 0 0px 15px 0;
    text-align: center;
  }

  .footer_menu li {
    display: block;
    margin: 0 0 5px 0;
  }

  .footer_soc {
    text-align: center;
    padding: 0 0 10px 0;
  }

  .footer_soc img {
    margin: 0 2px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .footer_soc img:hover {
    opacity: 0.7;
  }

  .footer_phone {
    text-align: center;
    padding: 0 0 20px;
    font: 600 18px "Montserrat", sans-serif;
  }

  .footer_timetable {
    text-align: center;
  }
}

.footer_center {
  display: none;
}

.footer_line {
  display: none;
}

@media all and (min-width: 700px) and (max-width: 959px) {
  .footer_left {
    float: left;
    width: 340px;
  }

  .rtl_body .footer_left {
    float: right;
  }

  .footer_menu li {
    float: left;
  }

  .rtl_body .footer_menu li {
    float: right;
    margin: 0 0 5px 10px;
  }

  .footer_center {
    float: right;
    width: 320px;
    padding: 0 0 20px 0;
  }

  .rtl_body .footer_center {
    float: left;
  }

  .footer_soc {
    text-align: right;
    padding: 0 0 8px 0;
  }

  .rtl_body .footer_soc {
    text-align: left;
  }

  .footer_soc img {
    margin: 0 0px 0 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .rtl_body .footer_soc img {
    margin: 0 5px 0 0px;
  }

  .footer_soc img:hover {
    opacity: 0.7;
  }

  .footer_line {
    display: none;
    clear: both;
  }

  .footer_phone {
    height: 27px;
    background: url(images/foot_phone.png) no-repeat left center;
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
    font: 600 18px/27px "Montserrat", sans-serif;
  }

  .color_d .footer_phone {
    background: url(images/foot_phone_d.png) no-repeat left center;
  }

  .rtl_body .footer_phone {
    background-position: right center;
    padding: 0 20px 0 0px;
  }
}

@media all and (min-width: 960px) {
  .footer_left {
    float: left;
    width: 380px;
  }

  .rtl_body .footer_left {
    float: right;
  }

  .copyright {
    padding: 0 20px 5px 0;
  }

  .footer_menu li {
    float: left;
    margin: 0 10px 5px 0;
  }

  .rtl_body .footer_menu li {
    float: right;
    margin: 0 0 5px 10px;
  }

  .footer_center {
    float: left;
    width: 280px;
    padding: 0 0 0px 0;
  }

  .rtl_body .footer_center {
    float: right;
  }

  .footer_soc {
    text-align: left;
    padding: 0 0 8px 0;
  }

  .rtl_body .footer_soc {
    text-align: right;
  }

  .footer_soc img {
    margin: 0 5px 0 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .rtl_body .footer_soc img {
    margin: 0 0px 0 5px;
  }

  .footer_soc img:hover {
    opacity: 0.7;
  }

  .footer_right {
    float: right;
    width: 260px;
  }

  .rtl_body .footer_right {
    float: left;
  }

  .footer_phone {
    height: 27px;
    background: url(images/foot_phone.png) no-repeat left center;
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
    font: 600 18px/27px "Montserrat", sans-serif;
  }

  .color_d .footer_phone {
    background: url(images/foot_phone_d.png) no-repeat left center;
  }

  .rtl_body .footer_phone {
    background-position: right center;
    padding: 0 20px 0 0px;
  }
}

@media all and (min-width: 1170px) {
  .footer_left {
    width: 430px;
  }

  .footer_center {
    width: 300px;
  }

  .footer_soc img {
    margin: 0 10px 0 0px;
  }

  .rtl_body .footer_soc img {
    margin: 0 0px 0 10px;
  }
}

/* end footer */

/* operator */
.statuswork_div {
  position: fixed;
  z-index: 99999;
  width: 50px;
  height: 230px;
  top: 290px;
}

@media all and (max-width: 500px) {
  .statuswork_div {
    display: none;
  }
}

.statuswork_div.toleft {
  left: 0px;
}

.statuswork_div.toright {
  right: 0px;
}

.statuswork_div_ins {
  position: relative;
  width: 50px;
  height: 230px;
}

.statuswork {
  position: absolute;
  float: none;
  top: 91px;
  left: -90px;
  width: 215px;
  height: 41px;
  background: #0c72d8;
  color: #fff;
  padding: 9px 0 0 15px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font: 12px "Montserrat", sans-serif;
  border-radius: 3px 3px 0 0;
}

.rtl_body .statuswork {
  border-radius: 0 0 3px 3px;
  padding: 7px 15px 0 0px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.statuswork_div.toleft .statuswork {
  border-radius: 0 0 3px 3px;
}

.rtl_body .statuswork_div.toleft .statuswork {
  border-radius: 3px 3px 0 0;
}

.statuswork_ins {
  background: url(images/online.png) no-repeat left center;
  padding: 0 0 0 35px;
}

.status_op0 .statuswork {
  background: #ced6e1;
}

.status_op0 .statuswork_ins {
  color: #6b8199;
  background: url(images/offline.png) no-repeat left center;
}

.rtl_body .statuswork_ins {
  padding: 0px 35px 0 0px;
  background-position: right center;
}

.statuswork_title {
  font: 600 18px/18px "Montserrat", sans-serif;
  padding: 0 0 2px 0;
}

/* end operator */

/* changes course */
.last_events_wrap {
  position: fixed;
  bottom: 10px;
  left: 50px;
  z-index: 100;
  width: 300px;
}

.last_events_wrap.toright {
  left: auto;
  right: 50px;
}

.last_events_option {
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
  border: 1px solid #eaeef4;
  color: #000;
  font: 13px "Montserrat", sans-serif;
  padding: 10px 15px;
}

.color_d .last_events_option {
  background: #1e2130;
  box-shadow: none;
  border: 1px solid #353b51;
  color: #fff;
}

.levents {
  position: relative;
  display: none;
  margin: 0 0 10px 0;
  background: #fff;
  box-shadow: 0 0 5px #e1e9f2;
  border-radius: 4px;
  border: 1px solid #eaeef4;
  color: #6b8199;
  font: 13px "Montserrat", sans-serif;
  padding: 10px 15px;
  text-align: center;
}

.color_d .levents {
  background: #1e2130;
  box-shadow: none;
  border: 1px solid #353b51;
}

.levents_title {
  font: 600 14px "Montserrat", sans-serif;
  padding: 0 0 5px 0;
  color: #000;
}

.color_d .levents_title {
  color: #fff;
}

.levents_arr {
  height: 15px;
  background: url(images/courselogs.png) no-repeat center center;
}

.levents_close {
  position: absolute;
  float: none;
  top: 13px;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url(images/close.png) no-repeat;
  cursor: pointer;
}

.rtl_body .levents_close {
  right: auto;
  left: 10px;
}

/* end changes course */

/* tooltips */
.form_field_line.has_tooltip .form_field_ins {
  position: relative;
}

.has_tooltip .form_field_label_ins {
  position: relative;
  padding: 0 20px 0 0px;
}

.rtl_body .has_tooltip .form_field_label_ins {
  padding: 0 0px 0 20px;
}

.has_tooltip .field_tooltip_label {
  position: absolute;
  float: none;
  display: block;
  width: 16px;
  height: 16px;
  top: 0px;
  right: 0;
  cursor: help;
  background: url(images/question.png) no-repeat right center;
}

.rtl_body .has_tooltip .field_tooltip_label {
  right: auto;
  left: 0;
}

.field_tooltip_div {
  display: none;
  z-index: 100;
  position: absolute;
  float: none;
  top: 100%;
  left: 0;
  width: 300px;
  max-width: 100%;
}

.rtl_body .field_tooltip_div {
  left: auto;
  right: 0;
}

.has_tooltip.showed .field_tooltip_div {
  display: block;
}

.field_tooltip_abs {
  position: absolute;
  top: -4px;
  float: none;
  left: 36px;
  background: url(images/ug.png) no-repeat;
  width: 14px;
  height: 5px;
}

.color_d .field_tooltip_abs {
  background: url(images/ug_d.png) no-repeat;
}

.rtl_body .field_tooltip_abs {
  left: auto;
  right: 36px;
}

.field_tooltip {
  font: 12px/14px "Montserrat", sans-serif;
  padding: 15px 20px;
  border-radius: 4px;
  color: #6b8199;
  background: #f1f4fa;
}

.color_d .field_tooltip {
  color: #7c90a8;
  background: #282d40;
}

/* end tooltips */

/* notify */
.wn_wrap {
  position: fixed;
  float: none;
  bottom: 0;
  left: 0;
  z-index: 999998;
  background: #6b8199;
  width: 100%;
}

.wn_div {
  padding: 15px 10px;
  max-width: 1150px;
  margin: 0 auto;
  font: 15px "Montserrat", sans-serif;
  color: #ceddec;
}

.wn_div_text {
  padding: 0 0 10px 0;
}

/* end notify */

/* window */
.standart_shadow {
  position: fixed;
  float: none;
  top: 0;
  left: 0;
  z-index: 999998;
  width: 100%;
  height: 100%;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

.standart_window {
  position: fixed;
  float: none;
  width: 100%;
  top: 100px;
  left: 0px;
  z-index: 999999;
}
.standart_window_title_ins {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
}
.standart_windowins {
  position: relative;
  max-width: 340px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  max-width: 500px;
  margin: 1.75rem auto;
  background: #fff;
  color: #0c0d0f;
  line-height: 25px;
  padding-top: 60px;
}

.standart_window_ins {
  padding: 0px 20px 10px;
  background: #fff;
  border-radius: 4px;
}

.color_d .standart_window_ins {
  background: #1e2130;
}

.standart_window_close {
  position: absolute;
  float: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(images/close.png) no-repeat center center;
  top: 17px;
  right: 20px;
}

.rtl_body .standart_window_close {
  left: 20px;
  right: auto;
}

.standart_window_title {
  font: 400 18px "Montserrat", sans-serif;
  color: #000;
  border: none;
}

.color_d .standart_window_title {
  background: #282d40;
  color: #fff;
}

.rtl_body .standart_window_title {
  padding: 15px 20px 15px 40px;
}

.standart_windowins img {
  max-width: 100%;
}

.standart_window_submit {
  padding: 20px 0px 10px;
  text-align: center;
}

.rb_label {
  font: 13px "Montserrat", sans-serif;
  padding: 0px 0px 3px 0px;
}

.rb_line {
  padding: 0px 0 10px;
}

/* end window */

/* top button */
.topbutton {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #0c72d7 url(images/topped.png) no-repeat center center;
  opacity: 0.7;
  position: fixed;
  bottom: 20px;
  left: 20px;
  cursor: pointer;
  z-index: 99999;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.topbutton:hover {
  opacity: 1;
}

/* end top button */

/* result message */
.resulttrue {
  padding: 14px 20px;
  border-radius: 3px;
  color: #000;
  background: #e1f4eb;
  margin: 0 0 20px 0;
  font: 13px "Montserrat", sans-serif;
}

.resulttrue a {
  color: #000;
}

.resultfalse,
.xtp_error,
.xtl_error {
  padding: 14px 20px;
  border-radius: 3px;
  color: #000;
  background: #fadfe0;
  margin: 0 0 20px 0;
  font: 13px "Montserrat", sans-serif;
}

.exch_error_ins {
  text-align: center;
}

.resultfalse a,
.xtp_error a,
.xtl_error a {
  color: #000;
}

/* end result message */

/* classed */
.red,
.req {
  color: #ff4e4e;
}

.bred {
  font-weight: 600;
  color: #ff0000;
}

.bgreen {
  font-weight: 600;
  color: #3ab448;
}

.pn_copy {
  padding: 0 5px 0 20px;
  background: url(images/copy_b.png) no-repeat 0 center;
}

.pn_copy.copied {
  color: #08b868;
  background: url(images/copy.png) no-repeat 0 center;
}

.break_words {
  word-break: break-all;
  word-wrap: break-word;
}

.hidden_line {
  display: none;
}

.js_qr_code_wrap {
  margin: 0 0 20px 0;
}

span.js_timer {
  display: block;
  width: 260px;
  font: 13px "Montserrat", sans-serif;
  margin: 0 auto 20px;
  background: #f1f4fa;
  color: #0c72d8;
  text-align: center;
  padding: 15px 0;
  border-radius: 4px;
}

.color_d span.js_timer {
  background: #282d40;
  color: #fff;
}

.comment_user {
  background: #eff7ff;
  color: #2e3033;
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 20px 0;
}

.color_d .comment_user {
  background: #323851;
  color: #fff;
}

.currency_logo {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  border-radius: 50%;
}

.clear {
  clear: both;
}

img.alignnone {
  display: block;
  margin: 0 0 20px 20px;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin: 20px auto;
}

a img.alignnone {
  display: block;
  margin: 0 0 20px 20px;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin: 20px auto;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  position: relative;
  font-size: 14px;
  color: #000;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-family: "Montserrat", sans-serif;
}
* {
  outline: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  border: none;
  vertical-align: top;
}
.responsive-image {
  max-width: 100%;
}
input,
textarea,
select,
button {
  border: none;
  resize: none;
  display: block;
  width: 100%;
}
input[type="text"],
input[type="tel"],
input[type="mail"] {
  background: #fff;
  border-radius: 7px;
  color: #303030;
  font-size: 14px;
  padding: 0 20px;
  height: 60px;
  background: #f5f6f8;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  background: rgba(22, 24, 30, 0.8);
  font-size: 18px;
  color: #fff;
  padding-left: 21px;
}

button[type="submit"] {
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}
select::-ms-expand {
  display: none;
}
::-moz-placeholder {
  opacity: 0.5;
}
::-webkit-input-placeholder {
  opacity: 0.5;
}
::-ms-placeholder {
  opacity: 0.5;
}
::placeholder {
  opacity: 0.5;
}
label {
  cursor: pointer;
}
ul,
ul li {
  list-style: none;
}
a {
  transition: all 300ms ease;
  color: #fff;
}
a:hover {
  text-decoration: none;
}
p {
  margin-top: 25px;
  color: #0c0d0f;
  line-height: 25px;
}
.hidden {
  display: none !important;
}
.viewport-wrapper {
  position: relative;
  min-width: 300px;
  overflow: hidden;
}
.viewport-wrapper.overflow {
  width: 100%;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
}
.container {
  margin: 0 auto;
  min-width: 300px;
  max-width: 1170px;
  padding: 0 15px;
  width: 100%;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.j-between {
  justify-content: space-between;
}
.j-center {
  justify-content: center;
}
.j-end {
  justify-content: flex-end;
}
.a-start {
  align-items: flex-start;
}
.a-center {
  align-items: center;
}
.a-end {
  align-items: flex-end;
}
.bt-menu {
  position: relative;
  z-index: 10;
  cursor: pointer;
  width: 20px;
  height: 14px;
  display: flex;
  align-items: center;
  display: none;
}
.bt-menu span {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 0.3s;
  position: relative;
}
.bt-menu.close span {
  background: transparent;
}
.bt-menu span:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: -5px;
  left: 0;
  background: #fff;
  transition: 0.3s;
}
.bt-menu span:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 5px;
  left: 0;
  background: #fff;
  transition: 0.3s;
}
.bt-menu.close span:before {
  top: 0;
  transform: rotate(45deg);
}
.bt-menu.close span:after {
  top: 0;
  transform: rotate(-45deg);
}
a.bt-brown-grd,
a.bt-stroke-brown,
a.bt-dark,
a.bt-brown,
a.bt-brown-light-grd {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  text-decoration: none;
}
.bt-brown-grd {
  position: relative;
  height: 40px;
  padding: 0 26px;
  background: linear-gradient(179.44deg, #2f2f2f -75.55%, #be9c40 210.13%);
  border-radius: 50px;
  font-size: 14px;
  color: #fff;
}
.bt-stroke-brown {
  position: relative;
  height: 40px;
  padding: 0 36px;
  border: 1px solid #be9c40;
  border-radius: 50px;
  font-size: 14px;
  color: #fff;
}
.bt-dark {
  position: relative;
  height: 42px;
  padding: 0 15px;
  background: #202227;
  border-radius: 7px;
  font-size: 18px;
  color: #fff;
}
.bt-brown {
  position: relative;
  height: 42px;
  padding: 0 15px;
  background: #8e856c;
  border-radius: 7px;
  font-size: 18px;
  color: #fff;
}
.bt-brown-light-grd {
  position: relative;
  height: 42px;
  padding: 0 15px;
  border-radius: 7px;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(179.44deg, #2f2f2f -398.75%, #b4953f 210.13%);
}
.bt-lg {
  height: 60px;
  border-radius: 50px;
  font-size: 18px;
}
.bt-operator {
  padding: 0 19px 0 23px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background: #0d9755;
  border-radius: 50px;
  height: 21px;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
}
.bt-operator svg {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
.radius-sm {
  border-radius: 7px;
}
.contact-item {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
}
.contact-item a {
  display: flex;
  align-items: center;
}
.contact-item svg {
  width: 15px;
  height: 15px;
  margin-right: 7px;
}
.contact-item .icon-telegram {
  margin-right: 4px;
}
.title-block {
  position: relative;
  color: #1f1f1f;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
}
.title-block svg {
  left: -63px;
  top: 50%;
  transform: translateY(-50%);
  width: 47px;
  height: 47px;
  position: absolute;
  fill: #a2863d;
}
.header {
  position: relative;
  z-index: 100;
  color: #fff;
}
.header a {
  color: #fff;
  text-decoration: none;
}
.header-top {
  background: #0c0d0f;
}
.header-top .container > .d-flex {
  min-height: 36px;
}
.header-lang {
  position: relative;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
}
.header-lang .current {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 36px;
}
.header-lang .current:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin: -2px 0 0 5px;
}
.header-lang .list {
  background: #0c0d0f;
  position: absolute;
  left: -10px;
  top: 100%;
  width: 50px;
  padding: 4px 0;
  display: none;
}
.header-lang .list a {
  display: block;
  padding: 3px 0 4px 10px;
}
.header-lang .list a:hover {
  color: #b59a51;
  border-color: #b59a51;
}
.header-contacts > div {
  margin-left: 33px;
}
.header-contacts > div:first-child {
  margin-left: 0;
}
.work-time {
  color: #b1b1b1;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
}
.header-nav li {
  margin: 0 9px;
}
.header-nav li a {
  display: block;
  border: solid 1px;
  border-color: transparent;
  border-radius: 50px;
  line-height: 1;
  padding: 5px 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.header-nav li a:hover,
.header-nav li a.active {
  color: #b59a51;
  border-color: #b59a51;
}
.header-user > * {
  margin-left: 10px;
}
.header-bot {
  background: url(images/bg1.jpg) 50% 0 no-repeat;
  background-size: cover;
  padding: 32px 0;
}
.header-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.header-main .header-bot {
  background: 0;
}
.main-first {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #16181e 0%, #2c2e32 100%);
  color: #fff;
}
.main-first .wrapper {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 2;
  padding: 194px 0 107px;
}
.main-first .wrapper:before {
  content: "";
  display: block;
  background: url(../../../templates/luxexchanger/i/1.png);
  width: 1108px;
  height: 814px;
  position: absolute;
  left: 812px;
  bottom: 0;
  z-index: -1;
}
.main-first .title {
  font-weight: 300;
  font-size: 35px;
  line-height: 54px;
  max-width: 560px;
}
.main-first .title strong {
  display: block;
  font-weight: 900;
  font-size: 45px;
  line-height: 63px;
}
.main-first .content {
  width: calc(100% - 506px);
  padding-top: 30px;
}
.main-first .image {
  width: 506px;
}
.exchange-form-first {
  max-width: 710px;
  padding-top: 70px;
}
.exchange-form-first .item {
  width: calc(50% - 40px);
}
.exchange-form-first .item .total input {
  background: transparent;
  border-radius: 50px;
  height: 58px;
  padding-left: 23px;
  padding-right: 15px;
  font-size: 18px;
  color: #fff;
}
.exchange-form-first .value {
  display: flex;
  position: relative;
  background: #191a1d;
  border-radius: 50px;
}
.exchange-form-first .total {
  width: calc(100% - 146px);
}
.exchange-form-first .select {
  width: 146px;
  font-size: 18px;
  color: #fff;
  position: relative;
}
.exchange-form-first .select .cur {
  height: 58px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding-left: 18px;
  cursor: pointer;
  background: linear-gradient(179.44deg, #2f2f2f -75.55%, #be9c40 210.13%);
}
.exchange-form-first .select .cur:after {
  content: "";
  display: block;
  background: url(../../../templates/luxexchanger/i/arrow-down.svg);
  width: 16px;
  height: 15px;
  background-size: 100% 100%;
  margin-left: 4px;
}
.exchange-form-first .select .list {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: linear-gradient(179.44deg, #2f2f2f -75.55%, #be9c40 210.13%);
  display: none;
}
.exchange-form-first .select .option {
  height: 58px;
  display: flex;
  align-items: center;
  padding-left: 18px;
  cursor: pointer;
}
.exchange-form-first .select .icon {
  background: #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.exchange-form-first .select .icon img {
  max-width: 100%;
}
.exchange-form-first .note {
  margin-top: 6px;
  line-height: 1.9;
}
.exchange-form-first .note a {
  color: #baa97a;
  text-decoration: none;
}
.exchange-form-first .arrows {
  width: 80px;
  display: flex;
  justify-content: center;
  height: 58px;
  align-items: center;
}
.exchange-form-first .arrows svg {
  width: 36px;
  height: 38px;
  fill: #836e39;
}
.exchange-form-first button {
  width: 206px;
  height: 65px;
  border-radius: 50px;
  margin-top: 20px;
  color: #b59a51;
  font-size: 18px;
  background: 0;
  border: solid 2px #b59a51;
  transition: 0.3s;
}
.exchange-form-first button:hover {
  background: #b59a51;
  color: #fff;
}

/* Стили для ПК */
.main-second {
  min-height: 727px;
}

/* Стили для мобильных устройств (экраны шириной меньше 768px) */
@media (max-width: 900px) {
  .main-second {
    min-height: 1014px;
  }
}

.main-second {
  position: absolute;
  overflow: hidden;
  background: #16181e url(images/bg2.jpg) 50% 0 no-repeat;
  background-size: cover;
  padding: 285px 0 129px;
  color: #fff;
  width: 100%;
  top: 0;
}
.exchange-form-second {
  max-width: 1000px;
  margin: 0 auto;
}
.exchange-form-second .col {
  width: calc(50% - 80px);
}
.exchange-form-second .arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 86px;
  height: 86px;
  border: 2px solid #836e39;
  margin-top: 34px;
}
.exchange-form-second .arrows svg {
  fill: #836e39;
  width: 51px;
  height: 55px;
}
.exchange-form-second .select-custom {
  color: #fff;
}
.exchange-form-second .select-custom .current {
  background: rgba(22, 24, 30, 0.8);
  border: 0;
}
.exchange-form-second .select-custom .current:after {
  border-color: #fff;
}
.exchange-form-second .select-custom .list {
  background: rgba(22, 24, 30, 0.8);
  border: 0;
}
.exchange-form-second .form-item input {
  background: rgba(22, 24, 30, 0.8);
  font-size: 18px;
  color: #fff;
  padding-left: 21px;
}
.exchange-form-second .input-width-label {
  display: flex;
  align-items: center;
}
.exchange-form-second .input-width-label input {
  width: calc(100% - 150px);
}
.exchange-form-second .input-width-label .label {
  margin: 0;
  width: 150px;
  padding: 0 11px;
  font-size: 14px;
  color: #fff;
}
.exchange-form-second .note {
  font-size: 14px;
  line-height: 25px;
  margin-top: 10px;
}
.exchange-form-second .note a {
  color: #fff;
}
.exchange-form-second .bt-brown-light-grd {
  margin: 44px auto 0;
  max-width: 270px;
}
.main-three {
  position: relative;
  overflow: hidden;
  background: #16181e url(../../../templates/luxexchanger/i/bg3.jpg) 50% 0
    no-repeat;
  background-size: cover;
  padding: 215px 0 0;
  color: #fff;
  font-family: "Lato", sans-serif;
}
.exchange-form-three {
  background: linear-gradient(
    180.27deg,
    rgba(22, 24, 30, 0.7) -26.08%,
    rgba(180, 149, 63, 0.7) 192.28%
  );
  border-radius: 20px 20px 0 0;
  padding: 35px 60px 50px;
}
.exchange-form-three .col {
  width: calc(50% - 25px);
  max-width: 420px;
}
.exchange-form-three .head {
  font-size: 18px;
  padding-top: 20px;
}
.exchange-form-three .form-item {
  margin-top: 12px;
}
.currency-filter {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.currency-filter a {
  display: inline-block;
  border-radius: 35px;
  height: 28px;
  line-height: 27px;
  color: #dbdbdb;
  text-decoration: none;
  margin: 0 4px 10px;
  padding: 0 12px;
}
.currency-filter a.active {
  background: #be9c40;
  color: #fff;
}
.input-with-select {
  display: flex;
}
.exchange-form-three .form-item input {
  width: calc(100% - 98px);
  border-radius: 7px 0 0 7px;
}
.input-with-select .nice-select {
  width: 98px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 18px;
}
.input-with-select .nice-select .current {
  height: 46px;
  border: 0;
  padding: 0 0 0 24px;
  background: linear-gradient(179.44deg, #2f2f2f -75.55%, #b4953f 210.13%);
  border-radius: 0 7px 7px 0;
}
.input-with-select .list {
  background: linear-gradient(179.44deg, #2f2f2f -75.55%, #b4953f 210.13%);
  border-radius: 0 0 7px 7px;
}
.nice-select .option {
  padding-left: 24px;
  line-height: 46px;
}
.input-with-select .nice-select.open .current {
  border-bottom-right-radius: 0;
}
.currency-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 9px;
}
.radio-cy {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin: 18px 15px 0;
}
.radio-cy span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.radio-cy input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.radio-cy input:checked + span {
  background: #1f1f1f;
}
.exchange-form-three .form-item input {
  background: #16181e;
  font-size: 18px;
  color: #fff;
  height: 46px;
}
.exchange-form-three .input-width-label {
  display: flex;
  align-items: center;
}
.exchange-form-three .input-width-label input {
  width: calc(100% - 150px);
}
.exchange-form-three .input-width-label .label {
  margin: 0;
  width: 150px;
  padding: 0 11px;
  font-size: 14px;
  color: #fff;
}
.exchange-form-three .note {
  font-size: 14px;
  line-height: 25px;
  margin-top: 10px;
}
.exchange-form-three .note a {
  color: #fff;
}
.exchange-form-three .bt-brown-light-grd {
  margin: 50px auto 0;
  max-width: 208px;
}
.main-fourth {
  position: relative;
  overflow: hidden;
  background: #16181e url(../../../templates/luxexchanger/i/bg4.jpg) 50% 0
    no-repeat;
  background-size: cover;
  padding: 166px 0 0;
  color: #fff;
  font-family: "Lato", sans-serif;
}
.exchange-form-fourth {
  position: relative;
  background: linear-gradient(
    180.27deg,
    rgba(22, 24, 30, 0.9) -26.08%,
    rgba(180, 149, 63, 0.9) 192.28%
  );
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  padding: 0 26px 33px;
  z-index: 2;
}
.exchange-form-fourth:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 59px;
  z-index: -1;
  background: linear-gradient(
    180.27deg,
    rgba(22, 24, 30, 0.9) -26.08%,
    rgba(180, 149, 63, 0.9) 192.28%
  );
}
.exchange-form-fourth .col {
  width: calc(50% - 80px);
}
.exchange-form-fourth .arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 86px;
  height: 86px;
  border: 2px solid #836e39;
  margin-top: 138px;
}
.exchange-form-fourth .arrows svg {
  fill: #836e39;
  width: 51px;
  height: 55px;
}
.exchange-form-fourth .head {
  display: flex;
  align-items: center;
  height: 59px;
  padding-left: 5px;
  font-size: 18px;
  text-transform: uppercase;
}
.exchange-form-fourth .select-custom {
  color: #fff;
  margin-top: 6px;
}
.exchange-form-fourth .select-custom .current {
  background: rgba(22, 24, 30, 0.8);
  border: 0;
}
.exchange-form-fourth .select-custom .current:after {
  border-color: #fff;
}
.exchange-form-fourth .select-custom .list {
  background: rgba(22, 24, 30, 0.8);
  border: 0;
}
.exchange-form-fourth .form-item {
  margin-top: 17px;
}
.exchange-form-fourth .form-item .label {
  color: #fff;
  font-size: 14px;
}
.exchange-form-fourth .form-item input {
  background: rgba(22, 24, 30, 0.8);
  font-size: 18px;
  color: #fff;
  padding-left: 21px;
  font-family: "Lato", sans-serif;
}
.exchange-form-fourth .input-width-label {
  display: flex;
  align-items: center;
}
.exchange-form-fourth .input-width-label input {
  width: 42%;
}
.exchange-form-fourth .input-width-label .label {
  margin: 0;
  width: 58%;
  padding-left: 14px;
}
.exchange-form-fourth .note {
  font-size: 14px;
  line-height: 25px;
  margin-top: 10px;
}
.exchange-form-fourth .note a {
  color: #fff;
}
.exchange-form-fourth .note {
  line-height: 18px;
  margin-top: 44px;
}
.exchange-form-fourth .bt-brown-light-grd {
  margin-top: 40px;
  max-width: 210px;
  font-family: "Lato", sans-serif;
}
.exchange-form-fourth a.refresh svg {
  fill: #fff;
}
.preview-block {
  position: relative;
  z-index: 1;
}
.preview-block .item {
  position: relative;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 814px;
  padding-top: 132px;
  display: flex;
  align-items: center;
  color: #fff;
}
.preview-block .content {
  max-width: 550px;
}
.preview-block .title {
  font-size: 45px;
  line-height: 44px;
  text-transform: uppercase;
}
.preview-block p {
  font-size: 18px;
  line-height: 25px;
  margin-top: 40px;
  color: #fff;
}
.advantages-block {
  padding: 126px 0 130px;
}
.advantages-block .d-flex {
  padding-top: 26px;
}
.item-advantage {
  max-width: 320px;
  width: 32%;
  margin-top: 50px;
  text-align: center;
}
.item-advantage .icon {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background: linear-gradient(179.44deg, #2f2f2f -100.07%, #be9c40 144.19%);
  border-radius: 50%;
  margin: 0 auto;
}
.item-advantage .icon:before {
  content: "";
  display: block;
  background: url(../../../templates/luxexchanger/i/circle-part.svg);
  width: 52px;
  height: 112px;
  position: absolute;
  left: -12px;
  top: -9px;
}
.item-advantage .icon-loan {
  width: 97px;
  height: 98px;
}
.item-advantage .icon-insurance {
  width: 89px;
  height: 89px;
}
.item-advantage .icon-transfer {
  width: 103px;
  height: 103px;
}
.item-advantage p {
  margin-top: 48px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #1f1f1f;
}
.about-block {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #f7f9fe;
  padding: 44px 0 110px;
}
.about-block:before {
  content: "";
  display: block;
  width: 1511px;
  height: 1447px;
  background: radial-gradient(
    37.41% 37.39% at 48.72% 46.39%,
    #ffe7a6 0%,
    rgba(231, 202, 121, 0) 100%
  );
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  left: 714px;
  bottom: -214px;
}
.about-block .text {
  position: relative;
  z-index: 2;
  width: calc(100% - 428px);
  margin-top: 90px;
}
.about-block .title-block + p {
  margin-top: 52px;
}
.about-block p {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #1f1f1f;
  margin-top: 22px;
}
.about-block .image {
  position: relative;
  z-index: 1;
  width: 428px;
}
.about-block .image img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.exchanges-block {
  position: relative;
  z-index: 2;
  padding: 58px 0;
  background: linear-gradient(180deg, #16181e 0%, #2c2e32 100%);
  color: #fff;
  overflow: hidden;
}
.exchanges-block:before {
  content: "";
  display: block;
  z-index: -1;
  width: 1511px;
  height: 1619px;
  background: radial-gradient(
    37.41% 37.39% at 48.72% 46.39%,
    #fcdb81 0%,
    rgba(42, 43, 48, 0) 100%
  );
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -86px;
}
.exchanges-block .title-block {
  color: #fff;
}
.exchanges-block .col {
  max-width: 538px;
  width: 49%;
}
.exchange-item {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  border-radius: 50px;
  height: 80px;
  padding-left: 35px;
  border: solid 2px #584e34;
  margin-top: 40px;
}
.exchange-item .cell {
  display: flex;
  align-items: center;
  width: 190px;
}
.exchange-item .cell svg {
  width: 45px;
  height: 45px;
  margin-right: 16px;
}
.exchange-item .cell img {
  width: 45px;
  height: auto;
  margin-right: 16px;
}
.exchange-item .arrows {
  margin: 0 60px 0 16px;
}
.exchange-item .arrows svg {
  width: 28px;
  height: 29px;
  fill: #fff;
}
.news-block {
  padding: 66px 0;
}
.news-block .title-block {
  margin-right: 20px;
}
.news-block .all {
  color: #be9c40;
}
.news-item {
  margin-top: 27px;
  width: calc(50% - 19px);
  padding: 35px 28px 40px 35px;
  border: 1px solid #e7e7e7;
  border-radius: 50px;
}
.news-item .head {
  display: flex;
  align-items: center;
}
.news-item .time {
  width: 63px;
  height: 63px;
  background: linear-gradient(179.44deg, #2f2f2f -100.07%, #be9c40 144.19%);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
}
.news-item .info {
  width: calc(100% - 63px);
  padding-left: 15px;
  line-height: 28px;
}
.news-item .date {
  color: #797979;
  font-weight: 300;
  line-height: 28px;
}
.news-item .title {
  color: #1f1f1f;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}
.news-item p {
  color: #1f1f1f;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  margin-top: 8px;
}
.reserves-block {
  background: #f7f9fe;
  padding: 70px 0;
}
.reserves-block .d-flex {
  padding-top: 30px;
}
.reserves-block .col {
  width: 31.5%;
  margin-right: 2.75%;
}
.reserves-block .col:nth-child(3n) {
  margin-right: 0;
}
.reserve-item {
  margin-top: 20px;
  padding: 10px 12px 12px 35px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  border-radius: 50px;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #1f1f1f;
}
.reserve-item svg {
  width: 45px;
  height: 45px;
  margin-right: 13px;
}
.reserve-item img {
  width: 45px;
  height: auto;
  margin-right: 13px;
}
.reserve-item .name {
  margin-right: 32px;
}
.reviews-block {
  position: relative;
  background: linear-gradient(180deg, #16181e 0%, #2c2e32 100%);
  z-index: 2;
  overflow: hidden;
  padding: 112px 0 90px;
  color: #fff;
}
.reviews-block .title-block {
  color: #fff;
}
.reviews-block:before {
  content: "";
  display: block;
  z-index: -1;
  width: 1511px;
  height: 1694px;
  background: radial-gradient(
    37.41% 37.39% at 48.72% 46.39%,
    #fcdb81 0%,
    rgba(42, 43, 48, 0) 100%
  );
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -92px;
}
.review-item {
  position: relative;
  width: 31.5%;
  margin: 40px 2.75% 0 0;
  padding: 28px 14px 25px 30px;
  border: 1px solid #b4953f;
  border-radius: 16px;
}
.review-item:nth-child(3n) {
  margin-right: 0;
}
.review-item .head {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: #b4953f;
  font-weight: 700;
  padding-left: 50px;
}
.review-item .head:before {
  content: "";
  display: block;
  background: url(../../../templates/luxexchanger/i/user-reg.svg);
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.review-item .name {
  margin-right: 12px;
}
.review-item p {
  margin-top: 20px;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.pairs-block {
  padding: 110px 0;
}
.pairs-block .d-flex {
  margin: 0 -14px;
}
.pairs-block .item-pair {
  margin: 28px 14px 0;
}
.page {
}
.page H1,
.page H2 {
  margin-top: 60px;
  font-size: 25px;
  line-height: 1.2;
  color: #0c0d0f;
  font-weight: 400;
  text-transform: uppercase;
}
.page .transform-none {
  text-transform: none;
}
.bt-add-ticket {
  height: 49px;
  font-size: 18px;
  width: 214px;
}
.ticket-form .form-item textarea {
  height: 158px;
}
.ticket-form button {
  width: 208px;
  margin: 48px 0 0 auto;
}
table {
  margin: 47px 0 0;
  padding: 0;
  color: #303030;
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  border: 0;
  margin: 0;
  padding: 0;
}
table th {
  height: 60px;
  background: #f5f6f8;
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  text-align: left;
}
table th:first-child {
  border-top-left-radius: 7px;
  padding-left: 20px;
}
table th:last-child {
  border-top-right-radius: 7px;
}
table td {
  border-bottom: 1px solid #ebebeb;
  height: 68px;
  vertical-align: middle;
}
table td:first-child {
  padding-left: 20px;
}
table .red {
  color: #d63232;
}
.attention {
  position: relative;
  margin-top: 49px;
  background: #f5f6f8;
  border-radius: 10px;
  padding: 29px 15px 33px 96px;
}
.attention svg {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 25px;
  color: #0c0d0f;
}
.attention .text-high {
  font-size: 18px;
}
.attention p {
  margin: 0;
}
H2 + .faq-item {
  margin-top: 21px;
}
.faq-item {
  margin-top: 7px;
}
.faq-item .head {
  position: relative;
  background: #f5f6f8;
  border-radius: 10px;
  padding: 14px 48px 14px;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #2e72a4;
}
.faq-item .head svg {
  width: 23px;
  height: 23px;
  position: absolute;
  left: 16px;
  top: 14px;
}
.faq-item .head:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #b9bcc0;
  border-right: 1px solid #b9bcc0;
  transform: rotate(-45deg);
  position: absolute;
  top: 18px;
  right: 18px;
}
.faq-item .head.active:after {
  transform: rotate(45deg);
  top: 16px;
}
.faq-item .content {
  padding: 0 0 17px 48px;
  max-width: 1033px;
  display: none;
}
.faq-item .bt {
  width: 198px;
  margin: 10px 10px 0 0;
}
.buttons-row .bt {
  width: 198px;
  margin: 10px 10px 0 0;
}
.breadcrumbs {
  position: relative;
  z-index: 2;
  color: #fff;
  min-height: 96px;
  padding: 5px 0 20px;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.breadcrumbs li:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  margin: 4px 13px 0 8px;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
.breadcrumbs:before {
  content: "";
  display: block;
  position: absolute;
  left: -9999px;
  top: 0;
  right: -9999px;
  height: 100%;
  background: linear-gradient(
    180.27deg,
    rgba(22, 24, 30, 0.7) -26.08%,
    rgba(180, 149, 63, 0.7) 192.28%
  );
  z-index: -1;
}
.breadcrumbs svg {
  margin-right: 12px;
  width: 47px;
  height: 47px;
  margin: 15px 18px 0 0;
  fill: #fff;
}
.breadcrumbs li {
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
}
.breadcrumbs .icon-user {
  width: 56px;
  height: 56px;
}
.cabinet-content {
  width: calc(100% - 285px);
  padding: 62px 22px 0 0;
}
.cabinet-sidebar {
  margin-top: 48px;
  width: 335px;
}
.cabinet-content H1 {
  margin: 0;
}
.cabinet-head .bt-brown-grd {
  background: linear-gradient(179.44deg, #2f2f2f -398.75%, #b4953f 210.13%);
  border-radius: 7px;
}
.personal-data {
  max-width: 550px;
  padding-top: 25px;
}
.personal-data .bt-brown-grd {
  margin-top: 65px;
  border-radius: 7px;
  max-width: 208px;
}
.cabinet-head .link-back {
  font-size: 18px;
  color: #4188af;
  text-decoration: none;
  margin: 4px 0 0 24px;
}
.ticket-info {
  padding: 30px 0 12px 20px;
  font-size: 16px;
  color: #303030;
  line-height: 30px;
}
.ticket-info p {
  margin: 0;
  line-height: 30px;
}
.withdraw-form {
  padding-top: 50px;
  max-width: 458px;
}
.withdraw-form .form-item input {
  border: 1px solid #dadada;
  background: #fff;
}
.withdraw-form button {
  max-width: 208px;
  margin-top: 43px;
}
.withdraw-form + table {
  margin-top: 114px;
}
.messages-item {
  margin-top: 17px;
  background: #f5f6f8;
  border-radius: 7px;
  padding: 20px;
  font-size: 16px;
  color: #303030;
}
.messages-item p {
  margin-top: 10px;
}
.messages-item .green {
  color: #569a37;
}
.messages-item .blue {
  color: #4188af;
}
.messages-item .autor {
  margin-right: 12px;
}
.messages-item .date {
  margin-right: 12px;
}
.messages-item p {
  margin-top: 5px;
}
.user-data {
  padding: 29px 20px 40px 33px;
  background: #f5f6f8;
  border-radius: 7px;
}
.user-data .head {
  color: #303030;
  font-size: 25px;
  line-height: 48px;
}
.user-data .status {
  position: relative;
  padding-left: 56px;
  font-size: 18px;
}
.user-data .status svg {
  position: absolute;
  width: 43px;
  height: 46px;
  left: 0;
  top: 0;
}
.user-data .status .icon-green {
  fill: #d63232;
}
.user-data .status .text-red {
  color: #d63232;
}
.user-data .status .text-green {
  color: #11be4c;
}
.user-data .status a {
  display: inline-block;
  margin-top: 3px;
  color: #4188af;
}
.user-data .discount {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  color: #11be4c;
  font-size: 22px;
}
.user-nav {
  padding-top: 15px;
}
.user-nav li a {
  color: #4188af;
  text-decoration: none;
  font-size: 16px;
  line-height: 38px;
  display: inline-block;
}
.user-nav li a:hover,
.user-nav li a.active {
  /* color: #303030; */
}
.cabinet-sidebar .bt-brown-grd {
  margin-top: 29px;
  border-radius: 7px;
}
.faq-statistics {
  margin-top: 60px;
  font-size: 22px;
  line-height: 25px;
  color: #0c0d0f;
}
.faq-statistics .total {
  color: #7a7a7a;
  font-size: 18px;
}
.faq-block .col {
  width: calc(50% - 25px);
}
.faq-block .section {
  margin-top: 50px;
}
.faq-block .section.active .hidden {
  display: block;
}
.faq-block .section .head {
  position: relative;
  padding-left: 37px;
  color: #0c0d0f;
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
}
.faq-block .section .head svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  fill: url("/templates/luxexchanger/css/#gradient");
}
.faq-block .section .head .icon-question {
  width: 29px;
  height: 29px;
}
.faq-block .section .head .icon-money {
  width: 31px;
  height: 30px;
}
.faq-block .section .head .icon-refund {
  width: 32px;
  height: 32px;
}
.faq-block .section .link-all {
  display: inline-block;
  margin: 20px 0 0 37px;
  color: #7a7a7a;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
}
.faq-block .section .link-all:hover {
  text-decoration: underline;
}
.faq-block .section.active .link-all .cur {
  display: none;
}
.faq-block .section.active .link-all:before {
  content: "Свернуть";
}
.faq-block .section ul {
  padding-top: 7px;
}
.faq-block .section li {
  position: relative;
  padding-left: 37px;
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
}
.faq-block .section li:before {
  content: "";
  display: block;
  background: url(../../../templates/luxexchanger/i/contract.svg);
  width: 23px;
  height: 23px;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq-block .section li a {
  color: #2e72a4;
  text-decoration: none;
}
.faq-block .section li a:hover {
  text-decoration: underline;
}
.form-box {
  border-radius: 10px;
  background: #f5f6f8;
  padding: 38px 110px;
  margin-top: 30px;
}
.form-box .title {
  color: #0c0d0f;
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
}
.form-box .title + form {
  padding-top: 22px;
}
.form-box .form-item input {
  height: 60px;
  font-size: 18px;
  background: #fff;
}
.form-box .form-item textarea {
  font-size: 18px;
  background: #fff;
}
.form-box button {
  margin: 40px auto 0;
  max-width: 290px;
}
.sm-form {
  max-width: 486px;
  margin: 0 auto;
}
.parameters-list {
  max-width: 746px;
  margin-top: 30px;
}
.parameters-list .item {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #303030;
  line-height: 29px;
  flex-wrap: wrap;
}
.parameters-list .item .cell {
  width: 35%;
}
.parameters-list .item .cell:nth-child(2) {
  text-align: right;
  width: 65%;
}
.statistics-list {
  margin-top: 30px;
  background: #f5f6f8;
  border-radius: 7px;
  max-width: 400px;
  padding: 22px 19px;
  color: #303030;
}
.statistics-list .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.statistics-list .item:first-child {
  margin-top: 0;
}
.data-partners {
  padding-top: 5px;
}
.data-partners .form-item {
  margin-top: 45px;
}
.cabinet-content H2 {
  font-size: 25px;
}
.text-desc {
  color: #303030;
}
.text-desc p {
  font-size: 18px;
  line-height: 25px;
}
.review {
  margin-top: 26px;
  background: linear-gradient(
    180.27deg,
    rgba(245, 246, 248, 0.7) -26.08%,
    rgba(245, 246, 248, 0.371) 192.28%
  );
  padding: 9px 22px;
  line-height: 26px;
  color: #0c0d0f;
}
H2 + .review {
  margin-top: 17px;
}
.review .name {
  font-weight: 500;
}
.review p {
  color: #0c0d0f;
  margin-top: 10px;
}
.pagintaion {
  display: flex;
  justify-content: center;
  padding-top: 85px;
  align-items: center;
}
.pagintaion a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #434949;
  font-weight: 300;
  font-size: 17.9999px;
  line-height: 30px;
  text-decoration: none;
}
.pagintaion .active {
  background: linear-gradient(179.44deg, #2f2f2f -398.75%, #b4953f 210.13%);
  color: #fff;
}
.pagintaion .next {
  width: auto;
}
.pagintaion .next svg {
  width: 45px;
  height: 13px;
}
.exchange-form {
  color: #303030;
}
.exchange-form .step {
  margin-top: 55px;
}
.exchange-form .step:first-child {
  margin-top: 35px;
}
.exchange-form .head {
  background: #f5f6f8;
  border-radius: 10px;
  padding: 18px;
  color: #0c0d0f;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.exchange-form .head svg {
  width: 24px;
  height: 24px;
  fill: #000;
}
.exchange-form .head svg:last-child {
  margin-left: 8px;
}
.exchange-form .head .arrow-back {
  transform: rotate(-180deg);
}
.exchange-section {
  position: relative;
  padding-top: 10px;
}
.exchange-form .course {
  width: 100%;
  color: #303030;
  line-height: 25px;
}
.exchange-form .form-item {
  width: 40.2%;
}
.exchange-form .form-item input {
  margin-top: 0;
  background: transparent;
  border: 1px solid #dadada;
  font-size: 18px;
}
.exchange-form .hint-item {
  width: 40.2%;
  height: 60px;
  display: flex;
  align-items: center;
  line-height: 19px;
  margin-top: 26px;
}
.exchange-form .second-line {
  padding-top: 30px;
}
.exchange-form button {
  margin-top: 60px;
  max-width: 208px;
}
.agree {
  color: #8e8e8e;
  font-size: 18px;
  margin-top: 24px;
}
.instruction {
  padding-top: 70px;
  color: #525252;
  font-size: 14px;
  line-height: 18px;
}
.instruction p {
  margin: 18px 0 0;
}
.exchange-form__col {
  max-width: 506px;
  width: calc(50% - 15px);
  margin-top: 35px;
}
.exchange-form-3 .form-item input {
  background: #f5f6f8;
  border-color: #f5f6f8;
}
.exchange-form-3 .select-custom .current {
  border: 1px solid #f5f6f8;
  background: #f5f6f8;
}
.exchange-form-3 .select-custom .list {
  border: 1px solid #f5f6f8;
  background: #f5f6f8;
}
.exchange-form__col .form-item {
  width: 100%;
}
.exchange-form__col .hint-item {
  margin-top: 4px;
  width: 100%;
  display: block;
  height: auto;
}
.exchange-form-3 .label {
  min-height: 25px;
}
.exchange-form-3 button {
  margin: 96px auto 0;
}
.exchange-form-3 .agree {
  display: flex;
  justify-content: center;
}
.news-article {
  width: calc(50% - 15px);
  margin-top: 62px;
  color: #606060;
  font-size: 16px;
  line-height: 29px;
}
.news-article .image {
  display: flex;
  justify-content: center;
}
.news-article .image a {
  display: flex;
  justify-content: center;
  width: 100%;
}
.news-article .image img {
  width: 100%;
  object-fit: cover;
  height: 250px;
}
.news-article .date {
  margin-top: 20px;
  font-weight: 300;
  line-height: 17px;
}
.news-article .title {
  display: inline-block;
  margin-top: 12px;
}
.news-article p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 29px;
}
.select-custom {
  position: relative;
  z-index: 10;
  color: #303030;
  font-size: 18px;
}
.select-custom .current {
  border-radius: 7px;
  border: 1px solid #dadada;
  position: relative;
  z-index: 2;
  padding: 0 30px 0 17px;
  display: flex;
  align-items: center;
  height: 63px;
  cursor: pointer;
}
.select-custom .current:after {
  border-bottom: 1px solid #131313;
  border-right: 1px solid #131313;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  position: relative;
  top: -2px;
  margin-left: auto;
}
.select-custom .current img {
  width: 45px;
  margin-right: 20px;
}
.select-custom .list {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border: 1px solid #dadada;
  border-top: 0;
  border-radius: 0 0 7px 7px;
  background: #fff;
  padding: 10px 0;
  display: none;
}
.select-custom .option {
  cursor: pointer;
  padding: 5px 17px;
  display: flex;
  align-items: center;
}
.select-custom .option img {
  width: 45px;
  margin-right: 20px;
}
.select-custom .option:hover {
  color: #b59a51;
}
.form-item {
  margin-top: 26px;
  font-size: 18px;
  position: relative;
  padding-bottom: 8px;
}
.form-item.mt-45 {
  margin-top: 45px;
}
.form-item .label {
  color: #303030;
  margin-bottom: 8px;
}
.form-item input {
  border-radius: 7px;
  color: #303030;
  font-size: 14px;
  padding: 0 20px;
  height: 60px;
  background: #f5f6f8;
}
.form-item textarea {
  border-radius: 7px;
  color: #303030;
  font-size: 14px;
  padding: 14px 20px;
  height: 128px;
  background: #f5f6f8;
  font-style: normal;
  font-family: "Montserrat", sans-serif;
}
.form-item .wrapper {
  position: relative;
}
.form-item .label-left {
  display: flex;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  align-items: center;
  color: #303030;
  font-size: 18px;
  padding-right: 20px;
  white-space: nowrap;
}
.form-item .total {
  font-weight: 700;
  font-size: 14px;
  color: #303030;
  text-align: right;
  line-height: 25px;
  margin-bottom: 6px;
}
.form-item .course {
  font-size: 14px;
  color: #303030;
  line-height: 25px;
  margin-bottom: 6px;
}
.form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.form-group .form-item {
  width: calc(50% - 25px);
}
.anti-robot {
  display: flex;
  align-items: center;
}
.anti-robot .sm-input {
  width: 100px;
  padding: 0 12px;
}
.anti-robot .md-input {
  width: 146px;
  padding: 0 12px;
}
.anti-robot a.refresh {
  display: inline-block;
  margin: 0 6px;
}
a.refresh svg {
  width: 33px;
  height: 33px;
  fill: #303030;
}
form .bt-brown-grd {
  margin-top: 40px;
  max-width: 290px;
}
H2 + .bt-brown-grd {
  margin-top: 20px;
  max-width: 333px;
}
.footer {
  position: relative;
  background: #17191f;
  padding: 50px 0 120px;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer-copy {
  max-width: 300px;
  margin-top: 14px;
}
.footer-nav {
  margin-top: 33px;
  max-width: 500px;
}
.footer-nav li {
  width: 146px;
  margin: 0 38px 3px;
}
.footer-nav li a:hover {
  color: #b4953f;
}
.footer-contacts {
  margin-top: 33px;
}
.footer .bt-operator {
  max-width: 177px;
}
.footer .contact-item {
  margin-top: 19px;
  font-size: 14px;
  line-height: 17px;
  color: #e1e1e1;
}
.modal-content {
  /* max-width: 780px; */
  background: #fff;
  color: #0c0d0f;
  line-height: 25px;
  padding-top: 60px;
}
.modal-content .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background: 0;
}
.modal-content .close:before,
.modal-content .close:after {
  content: "";
  display: block;
  height: 2px;
  width: 22px;
  position: absolute;
  top: 17px;
  transform: rotate(45deg);
  left: 0;
  background: #0c0d0f;
  transition: 0.3s;
}
.modal-content .close:after {
  transform: rotate(-45deg);
}
.modal .title {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
}
.modal .subtitle {
  font-size: 16px;
  text-align: center;
}
.modal form {
  padding: 35px 0 70px;
  max-width: 486px;
  margin: 0 auto;
}
.modal form button {
  max-width: 290px;
  margin: 43px auto 0;
}
.modal-foot {
  position: relative;
  z-index: 2;
  background: #f5f6f8;
  padding: 55px 20px 65px;
}
.modal-foot .bt-brown-light-grd {
  margin: 60px auto 0;
  max-width: 325px;
}
.checkbox-item {
  position: relative;
}
.checkbox-item label {
  position: relative;
  display: inline-block;
  padding-left: 40px;
}
.checkbox-item input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.checkbox-custom {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: #dfdfdf;
  border-radius: 2px;
}
.checkbox-custom:before {
  content: "";
  display: block;
  transition: 0.3s;
  opacity: 0;
  background: url(../../../templates/luxexchanger/i/check.svg);
  width: 16px;
  height: 11px;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
input:checked + .checkbox-custom:before {
  opacity: 1;
}
.slick-track {
  display: flex;
}
.slick-arrow {
  font-size: 0;
  color: transparent;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  position: absolute;
  z-index: 10;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-dots {
  display: flex;
  justify-content: center;
}
.slick-dots li * {
  display: none;
}
.slick-dots li {
  cursor: pointer;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  border-radius: 50%;
  transition: all 0.3s;
}
.slick-dots li:hover,
.slick-dots li.slick-active {
  background: #4ec85b;
}
.nice-select {
  position: relative;
  width: 100%;
}
.nice-select .current {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  cursor: pointer;
  padding: 0 16px;
}
.nice-select .current::after {
  content: "";
  display: block;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin: -4px 0 0 8px;
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.open {
  z-index: 20;
}
.nice-select .list {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .option {
  cursor: pointer;
  transition: all 0.2s;
  display: block;
}
.nice-select .option:hover {
  color: #b59a51;
}
@media (max-width: 1200px) {
  .work-time {
    display: none;
  }
  .header-nav {
    position: fixed;
    left: 0;
    top: 36px;
    z-index: 10;
    width: 100%;
    background: #0c0d0f;
    padding: 15px;
    height: calc(100vh - 36px);
    border-top: 1px solid #fff;
    display: none;
  }
  .header-nav li {
    margin: 10px 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .header-bot {
    padding: 12px 0;
  }
  .exchange-item .arrows {
    margin-right: 40px;
  }
  .footer {
    padding: 50px 0 60px;
  }
  .footer-nav {
    max-width: 420px;
  }
  .footer-nav li {
    margin: 0 25px 3px;
  }
  .title-block {
    padding-left: 60px;
  }
  .title-block svg {
    left: 0;
  }
  .bt-menu {
    display: flex;
  }
  .main-first .content {
    width: 100%;
  }
  .main-first .image {
    width: 30%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .main-first .image img {
    max-width: 100%;
  }
  .exchange-form-three {
    padding: 35px 30px 50px;
  }
}
@media (max-width: 1023px) {
  .main-first .wrapper {
    padding-bottom: 140px;
  }
  .exchange-form-second .arrows,
  .exchange-form-fourth .arrows {
    display: none;
  }
  .exchange-form-second .col,
  .exchange-form-fourth .col {
    width: calc(50% - 20px);
  }
  .exchange-form-fourth .col {
    margin-top: auto;
  }
  .exchange-form-three .col {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
  }
  .exchange-form-three .col:first-child {
    margin-top: 0;
  }
  .cabinet-content {
    width: 100%;
    padding-right: 0;
  }
  .cabinet-sidebar {
    margin: 50px auto 0;
    width: 100%;
  }
  .reserves-block .d-flex {
    justify-content: space-between;
  }
  .reserves-block .col {
    width: calc(50% - 15px);
    margin-right: 0;
  }
  .reviews-block .d-flex {
    justify-content: space-between;
    padding-top: 10px;
  }
  .review-item {
    width: calc(50% - 15px);
    margin-right: 0;
    margin-top: 30px;
  }
  .footer {
    padding: 20px 0 35px;
  }
  .footer-nav {
    max-width: 320px;
  }
  .footer-nav ul {
    display: block;
  }
  .footer-nav li {
    margin: 0 0 3px;
    width: 100%;
  }
  .footer-copy {
    max-width: 265px;
  }
  .about-block {
    padding-bottom: 30px;
  }
  .about-block .text {
    width: 100%;
    margin: 20px 0;
  }
  .about-block .image img {
    position: static;
    transform: translateX(0%);
    max-width: 100%;
  }
  .about-block .image {
    width: 100%;
    text-align: center;
  }
  .advantages-block {
    padding: 66px 0 70px;
  }
  .exchange-form .form-item {
    width: 100%;
  }
  .form-item .label-left {
    position: static;
    padding-right: 0;
    height: auto;
    margin-bottom: 8px;
  }
  .form-item .total + .wrapper {
    position: static;
  }
  .form-item .total + .wrapper .label-left {
    position: absolute;
    right: auto;
    top: 0;
  }
  .exchange-form .second-line {
    padding-top: 0;
  }
  .exchange-form .hint-item {
    width: 100%;
  }
  .faq-block .col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main-first .title {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
  }
  .main-first .title strong {
    font-size: 35px;
    line-height: 1.2;
  }
  .exchange-form-first {
    padding-top: 50px;
  }
  .exchange-form-first .item {
    width: 100%;
    text-align: center;
  }
  .exchange-form-first .arrows {
    transform: rotate(90deg);
    margin: 10px auto 20px;
  }
  .exchange-form-first button {
    width: 100%;
    margin-top: 30px;
  }
  .exchange-form-second .col,
  .exchange-form-fourth .col {
    width: 100%;
  }
  .exchange-form-second .col {
    margin-top: 26px;
  }
  .exchange-form-second .col:first-child {
    margin-top: 0;
  }
  .exchange-form-second .arrows,
  .exchange-form-fourth .arrows {
    display: flex;
    transform: rotate(90deg);
    margin: 26px auto 0;
  }
  .exchange-form-three {
    padding: 35px 15px 50px;
  }
  .form-box {
    padding: 38px 20px;
  }
  .md-scroll-x {
    padding-bottom: 30px;
    overflow-x: scroll;
  }
  .md-scroll-x table {
    min-width: 700px;
  }
  .header .bt-operator {
    padding: 0;
    width: 21px;
  }
  .header .bt-operator span {
    display: none;
  }
  .header .bt-operator svg {
    margin-right: 0;
  }
  .preview-block .item {
    height: 614px;
    padding-top: 52px;
  }
  .exchanges-block .col {
    margin: 0 auto;
    width: 100%;
  }
  .reserve-item .name {
    margin-right: 16px;
  }
  .footer {
    padding-bottom: 80px;
  }
  .footer-col {
    width: 100%;
  }
  .footer-copy {
    position: absolute;
    left: 15px;
    bottom: 15px;
    max-width: 100%;
  }
  .footer-nav {
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
  }
  .page {
    padding-bottom: 60px;
  }
  .pagintaion {
    padding-top: 50px;
  }
  .pagintaion a {
    width: 40px;
    height: 40px;
  }
  .header-bot {
    padding-bottom: 30px;
  }
}
@media (max-width: 660px) {
  .faq-block .section li {
    font-size: 15px;
  }
  .item-advantage {
    width: 100%;
    max-width: 100%;
  }
  .item-advantage p {
    max-width: 320px;
    margin: 40px auto 0;
  }
  .news-item,
  .review-item {
    width: 100%;
  }
  .reserves-block .col {
    width: 100%;
  }
  .reviews-block::before {
    top: 30%;
  }
  .reviews-block {
    padding: 60px 0;
  }
  .news-article {
    width: 100%;
  }
  .news-article .image img {
    height: auto;
  }
}
@media (max-width: 600px) {
  .header .contact-item span {
    display: none;
  }
  .header .contact-item svg {
    margin: 0;
  }
  .title-block {
    font-size: 22px;
    line-height: 30px;
  }
  .preview-block .title {
    font-size: 28px;
    line-height: 1.2;
  }
  .preview-block p {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 30px;
  }
  .header-logo {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .header-user {
    width: 100%;
    justify-content: center;
    padding-top: 10px;
  }
  .header-user > * {
    margin: 0 5px;
  }
  .header-contacts > div {
    margin: 0 15px;
  }
  .preview-block .content {
    max-width: 100%;
    text-align: center;
  }
  .user-data {
    padding: 29px 20px 40px;
  }
  .statistics-list {
    max-width: 100%;
  }
  .exchange-form__col {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .radio-cy {
    margin: 18px 12px 0;
  }
  .currency-list {
    margin: 0 -12px;
  }
  .exchange-form-fourth {
    padding: 0 15px 90px;
  }
  .exchange-form-fourth .note {
    margin-top: 0;
    position: absolute;
    left: 15px;
    bottom: 20px;
  }
  .exchange-form-fourth .bt-brown-light-grd {
    max-width: 100%;
  }
  .breadcrumbs ul {
    width: 100%;
  }
  .breadcrumbs li {
    font-size: 18px;
    line-height: 1.1;
  }
  .breadcrumbs li {
    display: block;
    width: 100%;
    text-align: center;
  }
  .breadcrumbs svg {
    margin: 15px auto 0;
  }
  .breadcrumbs li::after {
    transform: rotate(45deg);
    margin: 7px auto 0;
  }
  .personal-data .bt-brown-grd {
    margin-top: 35px;
    max-width: 100%;
  }
  .form-group .form-item {
    width: 100%;
  }
  .parameters-list .item {
    line-height: 1.2;
    margin-top: 18px;
    font-size: 15px;
  }
  .parameters-list .item .cell {
    width: 100%;
  }
  .parameters-list .item .cell:nth-child(2) {
    text-align: left;
    width: 100%;
  }
  .bt-add-ticket {
    padding: 0;
    width: 170px;
  }
  .ticket-form button {
    width: 100%;
  }
  .withdraw-form button {
    max-width: 100%;
  }
  .exchanges-block .d-flex {
    padding-top: 20px;
  }
  .exchange-item .arrows {
    margin: 0;
    width: 28px;
  }
  .exchange-item {
    padding: 0;
    margin-top: 20px;
  }
  .exchange-item .cell {
    width: calc(50% - 14px);
    padding: 0 5px 0 10px;
    font-size: 13px;
  }
  .exchange-item .cell svg {
    width: 35px;
    height: 35px;
    margin-right: 12px;
  }
  .news-item {
    padding: 35px 20px 40px;
  }
  .footer-copy {
    font-size: 12px;
  }
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: none;
  overflow: hidden;
  outline: 0;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.fade.show {
  opacity: 1;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/png;
  base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
}
.modal a.close-modal {
  border: none;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;
  display: flex;
  align-items: center;
}
.select2-container .select2-selection--single > * {
  width: 100%;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px 6px 6px 17px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  border-radius: 7px;
  position: relative;
  z-index: 2;
  padding: 0 30px 0 17px;
  display: flex;
  align-items: center;
  height: 63px;
  cursor: pointer;
  background: rgba(22, 24, 30, 0.8);
  border: 0;
  display: flex;
  align-items: center;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  position: relative;
  top: -2px;
  margin-left: auto;
}
.exchanger {
  display: flex;
  align-items: center;
}
.exchanger img {
  width: 45px;
  margin-right: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-dropdown {
  border-radius: 0 0 7px 7px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  background: rgba(22, 24, 30, 0.8);
  color: #fff;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  background: 0;
}
.select2-results__option:hover {
  color: #b59a51 !important;
}
.select2-container {
  width: 420px !important;
}
.errors {
  color: red;
  font-size: 14px;
}
.form-line__error {
  opacity: 1;
}
.bt-operator.offline {
  background: red;
}
.header-logo p {
  margin: 0;
  line-height: normal;
}
#modal-reg .captcha,
#modal-password .captcha {
  margin-top: 40px;
}
.js-block-select-get {
  display: none;
}
.js_viv_com1,
.js_viv_com2 {
  display: none !important;
}
.container {
  position: relative;
}
.js_loader {
  display: none;
  position: absolute;
  z-index: 9999;
  float: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../../../templates/luxexchanger/i/ajax-big-loader.gif)
    no-repeat center center;
  opacity: 0.6;
}
button.disabled {
  background: #929090;
}
.form-confirm .form-item {
  margin: 0;
}
.vScreen .v-ts-header {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  align-items: center;
  width: 536px;
  margin-left: 120px;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -icab-transition: 0.4s all ease;
  -khtml-transition: 0.4s all ease;
  margin-top: 23px;
  margin-bottom: 28px;
}
.vScreen .v-ts-header .v-ts-title {
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: normal;
  color: #0b2039;
  display: flex;
  min-height: 35px;
  justify-content: flex-start;
  align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .vScreen .v-ts-header .v-ts-title {
    max-width: 320px;
  }
  .vScreen .v-ts-header .v-ts-title-info {
    max-width: 215px;
    text-align: right;
  }
}
.vScreen .v-ts-header .v-ts-title-info {
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: normal;
  color: #0b2039;
  display: flex;
  height: auto;
  justify-content: flex-start;
  align-items: flex-start;
}
.vScreen .v-ts-body {
  display: flex;
  justify-content: flex-start;
}
.vScreen .v-ts-body .v-ts-main {
  width: 100%;
  margin-top: 30px;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -icab-transition: 0.4s all ease;
  -khtml-transition: 0.4s all ease;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #0b2039;
}
.vTransactionInfo {
  border-radius: 10px;
  box-shadow: 0 10px 30px 0 #d9e0e8;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
}
.vTransactionInfo .ti-currency-block {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 50%;
  box-sizing: border-box;
}
.vTransactionInfo .ti-currency-block .ti-amount {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.04;
  letter-spacing: normal;
  color: #0b2039;
}
.vTransactionInfo .ti-currency-block .ti-amount img {
  margin-right: 10px;
}
.vTransactionInfo .ti-currency-block .ti-wallet {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: normal;
  color: #0b2039;
  word-break: break-all;
  margin-top: 5px;
}
.vTransactionInfo .ti-currency-block.ti-source-block .ti-wallet {
  padding-right: 20px;
}
.vTransactionInfo .ti-arrow {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 75px;
  margin-left: -12.5px;
  margin-top: -37.5px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../../templates/luxexchanger/i/big-shevron-right.svg);
}
.vTransactionInfo .ti-currency-block.ti-target-block {
  padding-left: 45px;
}
.vScreen .agree a {
  margin: 0 5px;
}
.vScreen .order-info {
  margin-top: 50px;
}
.vScreen .v-ts-body .v-ts-aside {
  width: 300px;
  margin-left: 20px;
  padding-top: 30px;
}
.vTransactionTimer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Roboto", sans-serif;
}
.vTimer svg:not(:root) {
  overflow: hidden;
}
.vProgressSpinner svg.circle-svg {
  position: relative;
}
.vProgressSpinner .v-progress-text {
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  text-align: center;
  font-size: 12px;
  color: #8c9caa;
  width: 100%;
  height: 100%;
}
.vProgressSpinner .v-progress-text b {
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0b2039;
}
.vTransactionTimer .v-tt-text {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #0b2039;
  width: 115px;
  margin-left: 18px;
}
.vProgressSpinner svg.circle-svg .refresh__value {
  transform-origin: center;
  fill: none;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -icab-transition: 0.4s all ease;
  -khtml-transition: 0.4s all ease;
  stroke: #8c9caa;
  stroke-linecap: round;
  stroke-dasharray: 5;
  opacity: 0;
}
.vProgressSpinner svg.circle-svg .progress__value {
  transform: rotate(-90deg);
  transform-origin: center;
  fill: none;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -icab-transition: 0.4s all ease;
  -khtml-transition: 0.4s all ease;
  stroke: #8c9caa;
  stroke-linecap: round;
}
.base-timer {
  position: relative;
  width: 100px;
  height: 100px;
}
.base-timer__svg {
  transform: scaleX(-1);
}
.base-timer__circle {
  fill: none;
  stroke: none;
}
.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: grey;
}
.base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}
.base-timer__path-remaining.green {
  color: rgb(65, 184, 131);
}
.base-timer__path-remaining.orange {
  color: orange;
}
.base-timer__path-remaining.red {
  color: red;
}
.base-timer__label {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}
.vProgressSpinner {
  position: relative;
}
.b-bid-status span {
  font-weight: 700;
}
.form-line {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.form-line--center {
  justify-content: center;
}
.form-line__label {
  width: calc(33.3% - 20px);
  margin: 0 10px 24px;
  position: relative;
}
.form-line__submit,
.form-line__reset {
  width: 208px;
}
.b-bid.exchange-form-3 button {
  margin: 0;
}
.b-bid.exchange-form-3 .b-paid {
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .vTransactionInfo {
    flex-direction: column;
  }
  .vScreen .v-ts-body .v-ts-aside {
    width: 100%;
    box-sizing: border-box;
    flex: 1;
    margin: 0 0 0 10px;
    padding-right: 20px;
  }
  .vTransactionInfo .ti-currency-block {
    width: auto;
    text-align: center;
  }
  .vTransactionInfo .ti-currency-block.ti-source-block {
    margin-bottom: -15px;
  }
  .vTransactionInfo .ti-currency-block .ti-amount {
    justify-content: center;
  }
  .vTransactionInfo .ti-currency-block.ti-source-block .ti-wallet {
    padding-right: 0;
  }
  .vTransactionInfo .ti-arrow {
    position: relative;
    transform: rotate(90deg);
    margin: 0;
    left: 50%;
    margin-left: -12.5px;
  }
  .vTransactionInfo .ti-currency-block.ti-target-block {
    padding-left: 0;
    margin-top: -15px;
  }
}
.margin-top-30 {
  margin-top: 30px;
}
.vScreen .portal-target-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vScreen .refresh {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #899caa;
  position: relative;
  padding-left: 40px;
  display: flex;
  align-items: center;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.vScreen .refresh:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../../../templates/luxexchanger/i/refresh1.svg);
  -webkit-animation: rotating 10s ease infinite;
  -moz-animation: rotating 10s ease infinite;
  -ms-animation: rotating 10s ease infinite;
  -o-animation: rotating 10s ease infinite;
  animation: rotating 10s ease infinite;
}
.cabinet-content {
  padding: 0 22px 0 0;
}
.cabinet-content H1 {
  margin: 40px 0;
}

.standart_window_content {
  padding: 35px 0 70px;
  max-width: 426px;
  margin: 0 auto;
  width: 100%;
}

.zabili {
  color: #2e72a4;
  float: right;
  position: absolute;
  right: 0;
  top: -3px;
  text-decoration: underline;
}

.zabili:hover {
  color: #2e72a4;
  float: right;
  position: absolute;
  right: 0;
  top: -3px;
  text-decoration: blink;
}
.partner-item__title {
  color: #2e72a4;
  text-decoration: underline;
}

.partner-item__title:hover {
  color: #2e72a4;
  text-decoration: blink;
}
