@charset "UTF-8";

:root {
  --scrollbarBg: #fff3;
  --scrollbarThumb: #000903;
  --scrollbarWidth: 8px;
  --scrollbarBorder: 0px solid var(--scrollbarBg);
  --scrollbarBorderRadius: calc(var(--scrollbarWidth) / 2);
}

html,
body,
#container {
  background-color: #000A01;
  height: 100%;
}

a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.8);
}

a:hover {
  color: #fff;
}

.btns {
  text-align: center;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  padding: 0 17px;
  border-radius: 10px;
  font-weight: 500;
  color: #000;
  background-color: #0bdd77;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.btn:hover {
  background-color: #087741;
  cursor: pointer;
}

.select_js_ul {
  background: #161926;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  scrollbar-width: var(--scrollbarWidth);
  scrollbar-color: var(--scrollbarThumb) var(--scrollbarBg);
}

.select_js_ul::-webkit-scrollbar {
  width: var(--scrollbarWidth);
}

.select_js_ul::-webkit-scrollbar-track {
  background: var(--scrollbarBg);
}

.select_js_ul::-webkit-scrollbar-thumb {
  background-color: var(--scrollbarThumb);
  border-radius: var(--scrollbarBorderRadius);
  border: var(--scrollbarBorder);
}

.container {
  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;
  min-height: 100vh;
}

.wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.content {
  border-radius: 20px;
  overflow: hidden;
}

.fon-image {
  position: relative;
}

.home .fon-image:before {
  top: 0;
}

.fon-image:before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(50% - 1380px);
  width: 3130px;
  min-height: 1400px;
  background-image: url(/wp-content/themes/newexchanger/images/fons.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.title-front {
  text-align: center;
  -webkit-font-feature-settings: "clig" off, "liga" off;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Montserrat", sans-serif;
  font-size: 130px;
  font-style: normal;
  font-weight: 700;
  line-height: 77%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2.08%, #FFEEC6), color-stop(46.28%, #EBDCB7), color-stop(55.89%, #9A9077));
  background: linear-gradient(180deg, #FFEEC6 2.08%, #EBDCB7 46.28%, #9A9077 55.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 40px 0 0;
}

.xtl_table_wrap {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5411764706);
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 30px;
}

.homepage_wrap .xtl_table_wrap {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.6);
}

.tophead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  max-height: 75px;
  padding: 0 18px;
}

.tophead_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tolbar_lang {
  margin: 0 30px 0 0;
}

a.toplink {
  margin: 0 0 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px;
  border-radius: 7px;
  height: 30px;
  font: 16px/28px "Nunito", sans-serif;
}

a.toplink.toplink_userlogin span {
  background: none;
  padding-left: 0;
}

a.merch_paybutton,
a.cancel_paybutton,
a.exit_link,
a.toplink.toplink_signup,
.toplink.toplink_exit {
  border-radius: 7px;
  border: 1px solid #141715;
  background: #141715;
  color: #0BDD77;
}

a.merch_paybutton:hover,
a.cancel_paybutton:hover,
a.exit_link:hover,
a.toplink.toplink_signup:hover,
.toplink.toplink_exit:hover {
  border: 1px solid #0BDD77;
  background: #0BDD77;
  color: #000;
}

a.success_paybutton,
input[type=submit],
.widget_log_line_subm input,
.toplink.toplink_signin.js_window_login,
.toplink.toplink_userlogin {
  border: 1px solid #0BDD77;
  background: #0BDD77;
  color: #000;
}

a.success_paybutton:hover,
input[type=submit]:hover,
.widget_log_line_subm input:hover,
.toplink.toplink_signin.js_window_login:hover,
.toplink.toplink_userlogin:hover {
  border: 1px solid #0BDD77;
  background: #141715;
  color: #0BDD77;
}

.tophead_wrap {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px 0px 25px 25px;
  background: rgba(0, 0, 0, 0.7);
  background: #000;
}

.topmenu li a {
  font: 16px/30px "Nunito", sans-serif;
  color: #fff;
}

.logoblock {
  float: left;
  width: 250px;
  height: auto;
}

.topmenu {
  padding: 5px 0 0;
}

li>a {
  position: relative;
  border-bottom: none;
}

li>a:before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #0BDD77 0%, rgba(217, 217, 217, 0) 100%);
}

.topmenu li:hover>a,
.topmenu li.current-menu-item>a {
  border-bottom: none;
}

.topmenu li:hover>a:before,
.topmenu li.current-menu-item>a:before {
  display: block;
}

.langlist_title {
  height: 28px;
  border: none;
  padding: 0 5px;
  border-radius: 0;
  background: transparent;
  font: 16px/28px "Nunito", sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.langlist_title span {
  padding: 0 17px 0 0;
  background: url(/wp-content/themes/newexchanger/images/lang.png) no-repeat right center;
}

.langlist_ul {
  position: absolute;
  float: none;
  top: 28px;
  left: 0px;
  padding: 0;
  max-width: 82px;
  background: #0BDD77;
  border-radius: 0 0 8px 8px;
  border: none;
  display: none;
  overflow: hidden;
}

a.langlist_li {
  padding: 4px 4px 4px 30px;
}

a.langlist_li:hover {
  color: #fff;
  background: #009F52;
}

.tophead .telegram {
  position: absolute;
  top: 64vh;
  left: calc(50vw - 790px);
  display: block;
  text-decoration: none;
  min-width: 227px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 19px;
  padding-left: 40px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.tophead .telegram span {
  position: relative;
  display: block;
  padding-left: 105px;
}

.tophead .telegram span:after {
  content: "";
  position: absolute;
  left: -40px;
  top: -4px;
  width: 24px;
  height: 22px;
  background-image: url(/wp-content/themes/newexchanger/images/telega.png);
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tophead .telegram:hover span:after {
  background-image: url(/wp-content/themes/newexchanger/images/telegram-b.svg);
}

.tophead .telegram span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 133px;
  height: 23px;
  background-image: url(/wp-content/themes/newexchanger/images/tel-arr.svg);
  background-repeat: no-repeat;
}

.footer_wrap {
  background: #000;
  width: 100%;
  font: 19px "Nunito", sans-serif;
  color: #fff;
}

.footer {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*   max-width: 1490px; */
  margin: 0 auto;
  padding: 0 15px 35px;
  min-height: 165px;
}

.footer_right,
.footer_left {
  width: auto;
}

.footer_center {
  width: auto;
  padding: 0;
}

.footer_right,
.copyright,
.footer_left {
  padding: 0;
}

.copyright span {
  color: #424242;
}

.footer_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer_lolo {
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 40px);
  width: 50px;
  height: 50px;
  background: url(/wp-content/themes/newexchanger/images/footer_lolos.png) no-repeat center center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.footer_lolo:hover {
  -webkit-filter: none;
  filter: none;
}

.footer_timetable {
  text-align: right;
}

.home_partner_wrap {
  background-color: #080908;
  padding: 40px 0 50px;
  border: 0;
}

.home_advantages_wrap {
  background-color: #080908;
  background-color: transparent;
  border: none;
}

.home_advantages_blocktitle,
.home_reviews_title,
.home_partner_title,
.home_contacts_title {
  margin: 0 0 25px 0;
  text-align: center;
  color: #2e3033;
  font: 900 100px/120px "Montserrat", sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, from(#EBDCB7), to(#A0967C));
  background: linear-gradient(180deg, #EBDCB7 0%, #A0967C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-feature-settings: "clig" off, "liga" off;
  font-feature-settings: "clig" off, "liga" off;
  text-transform: uppercase;
}

.home_partner_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home_partner_one {
  margin: 0 10px 10px;
}

.home_partner_one img {
  position: relative;
}

.home_partner_one img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.home_partner_one a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.home_reviews_wrap {
  background-color: #000;
  padding: 60px 0 70px;
}

a.home_news_more,
a.home_reviews_more,
a.home_reserv_more {
  background: -webkit-gradient(linear, left top, right top, from(rgb(8, 119, 65)), to(rgb(11, 221, 119)));
  background: linear-gradient(90deg, rgb(8, 119, 65) 0%, rgb(11, 221, 119) 100%);
  font-size: 19px;
  /* 	transition: background .3s linear; */
}

a.home_news_more:hover,
a.home_reviews_more:hover,
a.home_reserv_more:hover {
  background: rgb(8, 119, 65);
}

.footer__change {
  display: none;
}

.footer_menu {
  padding: 0;
}

.home_text_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 10px 33px;
  position: relative;
  z-index: 13;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 10, 1, 0)), color-stop(47%, rgba(0, 10, 1, 0)), color-stop(53%, rgb(0, 10, 1)), to(rgb(0, 10, 1)));
  background: linear-gradient(180deg, rgba(0, 10, 1, 0) 0%, rgba(0, 10, 1, 0) 47%, rgb(0, 10, 1) 53%, rgb(0, 10, 1) 100%);
  width: 100%;
}

.home_text_ins {
  position: relative;
}

.text-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.home_text_block {
  padding: 18px 10px 21px;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}

h1.home_text_title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #fff;
  -webkit-font-feature-settings: "clig" off, "liga" off;
  font-feature-settings: "clig" off, "liga" off;
  font-weight: 700;
}

.home_text_div {
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.2;
}

.home_adv_div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 102%;
  margin-left: -1%;
}

.home_adv_div:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/newexchanger/images/advans-b.png);
  width: 78px;
  height: 76px;
  top: calc(50% - 38px);
  left: calc(50% - 39px);
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.home_adv_div:hover:before {
  -webkit-filter: none;
  filter: none;
}

.home_advantages_title {
  padding: 0 0 26px 0;
  font: 900 36px "Montserrat", sans-serif;
  color: #2e3033;
}

.home_advantages_img {
  position: absolute;
  margin: 0 0 10px;
  width: 130px;
  height: 130px;
}

.home_advantages_img:after {
  content: "";
  position: relative;
  display: block;
  width: 130px;
  height: 130px;
  background-image: url(/wp-content/themes/newexchanger/images/tre.svg);
  background-repeat: no-repeat;
  -webkit-transform: translate(-17px, -17px);
  -ms-transform: translate(-17px, -17px);
  transform: translate(-17px, -17px);
  z-index: -1;
}

.home_advantages_one {
  position: relative;
  width: 46%;
  margin: 2%;
  min-height: 358px;
  padding: 90px 46px 20px;
  padding: 8% 4% 20px;
}

.home_advantages_one:nth-child(1) .home_advantages_img {
  bottom: -40px;
  right: -25px;
}

.home_advantages_one:nth-child(2n) {
  text-align: right;
}

.home_advantages_one:nth-child(2) .home_advantages_img {
  bottom: -42px;
  left: -28px;
}

.home_advantages_one:nth-child(2) .home_advantages_img:after {
  -webkit-transform: rotate(90deg) translate(-20px, -16px);
  -ms-transform: rotate(90deg) translate(-20px, -16px);
  transform: rotate(90deg) translate(-20px, -16px);
}

.home_advantages_one:nth-child(3) .home_advantages_img {
  top: -30px;
  right: -25px;
}

.home_advantages_one:nth-child(3) .home_advantages_img:after {
  -webkit-transform: rotate(-90deg) translate(-20px, -16px);
  -ms-transform: rotate(-90deg) translate(-20px, -16px);
  transform: rotate(-90deg) translate(-20px, -16px);
}

.home_advantages_one:nth-child(4) .home_advantages_img {
  top: -27px;
  left: -31px;
}

.home_advantages_one:nth-child(4) .home_advantages_img:after {
  -webkit-transform: rotate(180deg) translate(-20px, -16px);
  -ms-transform: rotate(180deg) translate(-20px, -16px);
  transform: rotate(180deg) translate(-20px, -16px);
}

.advantages-img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.home_advantages_one:nth-child(2) .advantages-img {
  height: calc(100% + 20px);
}

.home_advantages_one:nth-child(3) .advantages-img {
  height: calc(100% - 45px);
}

.home_advantages_content {
  color: #EBDCB7;
  font-size: 19px;
}

.wclosearea {
  padding: 5px 0px;
  background: #2b501c;
  border-bottom: 2px solid rgba(11, 221, 119, 0.3019607843);
}

.wclosearea:first-child {
  top: 100px;
}

.home_contacts_wrap {
  position: relative;
  background-color: #000;
}

.contacts-img {
  position: absolute;
  left: calc(50% - 860px);
  top: 0;
  width: 100%;
  max-width: 1720px;
  min-width: 1720px;
  height: 100%;
  background-color: #000;
  z-index: -1;
}

.home_contacts_ins {
  position: relative;
  max-width: 1150px;
  min-height: 320px;
  padding: 60px 10px;
  margin: 0 auto;
}

.home_contacts_email,
.home_contacts_telegram {
  color: #EBDCB7;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 900;
  line-height: normal;
}

.email a {
  color: rgba(255, 255, 255, 0.8392156863);
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.home_text_email a {
  position: relative;
  font-size: 16px;
  padding-left: 20px;
}

.home_text_email a:before {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  left: 0;
  width: 16px;
  height: 12px;
  background-image: url(/wp-content/themes/newexchanger/images/email.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.home_contacts_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 900px;
  margin: 110px auto 0;
}

.home_reviews_one_ins {
  background: #151515;
  -webkit-box-shadow: 0 0 5px #585858;
  box-shadow: 0 0 5px #585858;
}

.home_reviews_content {
  color: #ffffff;
}

.home_reviews_date {
  color: #424242;
}

.login_widget_body input[type=text],
.login_widget_body input[type=password] {
  height: 48px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  border: 1px solid rgba(11, 221, 119, 0.2);
}

.fri-form {
  max-width: 980px;
}

.standart_window_ins,
.xchange_div {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 5px #232323;
  box-shadow: 0 0 5px #232323;
}

.block_xchangedata {
  background: #fff;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 5px #e1e9f2;
  box-shadow: 0 0 5px #e1e9f2;
  -webkit-box-shadow: 0 0 5px #232323;
  box-shadow: 0 0 5px #232323;
  border-radius: 4px;
  padding: 20px 20px 5px;
  margin: 0 0 20px 0;
  color: #fff;
}

.block_persdata_line span,
.block_xchdata_line span,
.block_xchdata_title,
.block_persdata_title {
  color: #fff;
}

input[type=submit]:disabled,
input[type=submit]:disabled:hover {
  background: #000401;
  border: 1px solid #0BDD77;
  cursor: not-allowed;
}

.block_submitbutton {
  margin: 10px 0 0;
}

.block_xchdata {
  border-bottom: 1px solid #464646;
}

.standart_window_title {
  background: #000;
  color: rgba(255, 255, 255, 0.8666666667);
  border-radius: 10px;
}

.standart_window_ins {
  border-radius: 10px;
  background: #000;
  color: rgba(255, 255, 255, 0.8666666667);
  border: 1px solid #555;
}

.xchange_data_left,
.xchange_pers_div {
  width: 100%;
}

.fri-form .xchange_pers {
  margin: -153px 10px 0;
  margin: -38px 10px 0 auto;
  width: calc(50% - 20px);
}

.fri-form .notice_message,
.fri-form .warning_message,
.fri-form .xchange_pers .xchange_pers_title {
  display: none;
}

.fri-form .xchange_div_cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.xchange_data_ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.xchange_div_col_get,
.xchange_div_col_give {
  width: 100%;
  padding: 20px 10px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.xchange_data_div {
  position: relative;
  border: none;
  margin: 0;
}

.xchange_data_left:first-child {
  position: absolute;
  top: -30px;
  left: 100px;
  z-index: 1;
  max-width: calc(100% - 100px);
}

.xchange_data_right .xchange_info_line {
  text-align: left;
}

.span_give_max {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.xchange_data_title.give,
.xchange_data_title.get {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.log_label,
.cf_label,
.reg_label,
.lp_label,
.rf_label,
.acf_label,
.checkstatus_label,
.uv_label,
.xchange_curs_label,
.xchange_pers_label,
.fri-form .xchange_sum_label,
.xchange_info_line,
.span_give_max,
.span_get_max {
  color: rgba(255, 255, 255, 0.3333333333);
}

.span_give_max,
.span_get_max {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 0 14px;
  max-width: 300px;
}

.xchange_curs_label,
.xchange_pers_label {
  padding: 0 0 5px 14px;
}

.fri-form .xchange_sum_label {
  position: absolute;
  float: none;
  top: -34px;
  left: 12px;
  width: 110px;
  height: 50px;
  font: 12px/50px "Nunito", sans-serif;
  text-align: left;
}

.fri-form .xchange_sum_line {
  height: 50px;
  margin: 0 0 20px 0;
  padding: 0;
}

.select_js_title {
  background: #1A1F1A;
  border: 1px solid #1A1F1A;
  border-radius: 20px;
  height: 62px;
  color: #000;
  overflow: hidden;
  position: relative;
}

input[type=search] {
  border: 1px solid rgba(11, 221, 119, 0.2);
  background: #000903;
}

.select_js_ulli {
  background: #1A1F1A;
}

.xchange_data_right {
  float: right;
  width: 100%;
}

.select_js_ulli:hover,
.select_js_ulli.active {
  background: #000903;
}

.select_js.open .select_js_title {
  background: #1A1F1A;
  border: 1px solid #1A1F1A;
}

.select_js_title_ins {
  padding: 0 20px 0 20px;
  font: 600 18px/62px "Nunito", sans-serif;
}

.iselect_js .select_ico {
  height: 52px;
  width: 42px;
}

.select_txt {
  color: #fff;
}

.xchange_select {
  margin: 0 0 24px 0;
  height: 62px;
}

input[type=text],
input[type=email],
input[type=password] {
  border: 1px solid #1A1F1A;
  background: rgba(30, 36, 31, 0.85);
  border-radius: 20px;
  height: 62px;
  color: #fff;
}

.fri-form .xchange_submit_div {
  position: relative;
}

.fri-form .xchange_submit_div:before {
  content: "";
  position: absolute;
  height: 40px;
  width: 220px;
  background: -webkit-gradient(linear, right top, left top, color-stop(7.08%, #0BDD77), color-stop(100.05%, #087741));
  background: linear-gradient(270deg, #0BDD77 7.08%, #087741 100.05%);
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  border-radius: 2px;
  left: calc(50% - 110px);
  top: 0;
}

.fri-form .xtl_submit_ins {
  position: relative;
}

.fri-form .xtl_submit_ins:before {
  content: "";
  position: absolute;
  height: 40px;
  width: 220px;
  background: -webkit-gradient(linear, right top, left top, color-stop(7.08%, #0BDD77), color-stop(100.05%, #087741));
  background: linear-gradient(270deg, #0BDD77 7.08%, #087741 100.05%);
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  border-radius: 2px;
  left: calc(50% - 110px);
  top: 0;
}

.fri-form .xtl_submit_ins a,
.fri-form input.xchange_submit {
  display: block;
  height: 40px;
  width: 220px;
  font: 700 19px/40px "Montserrat", sans-serif;
  text-align: center;
  margin: 10px auto;
  background: transparent;
  -webkit-transform: skew(0);
  -ms-transform: skew(0);
  transform: skew(0);
  border: none;
  border-radius: 2px;
  color: #000;
}

.fri-form .xtl_line {
  color: rgba(255, 255, 255, 0.8);
}

.fri-form .xtl_submit_ins a:hover,
.fri-form input.xchange_submit:hover {
  color: #fff;
}

.fri-form .xchange_checkdata_div {
  position: relative;
}

.checkbox {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.fri-form .checkbox {
  position: absolute;
  bottom: 70px;
  left: 20px;
  color: #fff;
}

.mobile_menu {
  background: #000;
}

.mobile_menu_ins li a {
  display: block;
  font: 600 16px "Nunito", sans-serif;
  padding: 7px 0px;
  color: #fff;
  text-decoration: none;
}

.mobile_menu_ins li.current-menu-item>a {
  position: relative;
  color: #0BDD77;
}

.mobile_menu_button {
  margin: 14px 0 0;
}

.ajax_post_bids_res {
  position: relative;
}

.resultfalse,
.xtp_error,
.xtl_error {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  padding: 3px 14px;
  border-radius: 3px;
  color: #fff;
  background: #fadfe0;
  margin: 0 14px 10px;
  font: 13px "Nunito", sans-serif;
  background: #6A1E1F;
}

.xchange_checkdata_div,
.xchange_div .exchange_checkpersdata {
  padding: 0;
}

.login_widget,
.user_widget,
.warning_message,
.notice_message {
  border-radius: 20px;
  background: rgba(12, 21, 15, 0.8);
  -webkit-box-shadow: 0 0 5px #232323;
  box-shadow: 0 0 5px #232323;
  color: rgba(255, 255, 255, 0.6666666667);
}

.login_widget_title,
.user_widget_title_ins {
  color: rgba(255, 255, 255, 0.8);
}

.user_widget_body ul li a {
  color: rgba(255, 255, 255, 0.7333333333);
}

h1.breadcrumb_title,
.warning_message_title {
  color: #fff;
}

h1.breadcrumb_title {
  margin: 0;
  font: 700 42px "Nunito", sans-serif;
}

.breadcrumb_wrap {
  padding: 0;
}

.image__page,
.breadcrumb_div {
  padding: 20px 20px 0;
  background: rgba(25, 32, 27, 0.5);
}

.page_wrap,
.textblock {
  padding: 20px 20px 1px;
  background: rgba(25, 32, 27, 0.5);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  border-radius: 0 0 20px 20px;
  color: rgba(255, 255, 255, 0.8);
}

.image__page {
  border-radius: 20px 20px 0 0;
}

.image.image__page img {
  border-radius: 10px;
}

.breadcrumb ul li,
.breadcrumb ul li a {
  color: #000200;
  font-size: 0;
  line-height: 0;
}

.sidebar {
  margin: 0 auto;
  max-width: 340px;
}

.js_error {
  top: 74%;
  color: #fff;
  background: #6a1e1f;
  border-radius: 0 0 20px 20px;
  padding: 2px 24px;
}

.fri-form .xtl_right_col .js_error {
  padding: 2px 44px;
}

.js_wrap_error.error input {
  border: 1px solid #6a1e1f;
}

.one_reviews {
  background: #141715;
  color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 5px #3f3f3f;
  box-shadow: 0 0 5px #3f3f3f;
}

.pagenavi span {
  color: #fff;
  background: #000;
  border: 1px solid #2b501c;
}

.pagenavi a,
.nav-previous a,
.nav-next a {
  text-decoration: none;
  color: #fff;
  border: 1px solid #141715;
  background: #333733;
}

.pagenavi a:hover,
.nav-previous a:hover,
.nav-next a:hover {
  color: #fff;
  background: #404540;
  border: 1px solid rgba(241, 244, 250, 0.6);
  text-decoration: none;
}

.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;
  background: #000;
  -webkit-box-shadow: 0 0 5px #0a0b0c;
  box-shadow: 0 0 5px #0a0b0c;
  border-radius: 4px;
  padding: 20px 20px 5px;
}

.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 {
  color: rgba(255, 255, 255, 0.8);
}

textarea {
  background: #1A1F1A;
  border: 1px solid #000;
  color: #fff;
}

.fri-form .rf_div_wrap .checkbox {
  bottom: 130px;
  left: 31px;
}

input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
textarea:disabled {
  border: 1px solid #1A1F1A;
  background: #1A1F1A;
  color: #fff;
}

.image img {
  width: 100%;
  border-radius: 2px;
}

a.xtl_change {
  position: absolute;
  display: block;
  width: 130px;
  height: 130px;
  top: 60px;
  left: -40px;
  background: url(/wp-content/uploads/logo-2.png) no-repeat center center;
  background-size: contain;
  z-index: 9;
}

.xtl_center_col {
  position: relative;
}

.xtl_table_title {
  color: rgba(255, 255, 255, 0.8);
}

.xtl_select_wrap {
  margin: 0 0 43px 0;
}

.fri-form .select_js_title .select_js_abs {
  background: url(/wp-content/themes/newexchanger/images/arrow-2.svg) no-repeat center center;
  right: 42px;
}

input[type=search] {
  color: #fff;
  font-size: 16px;
}

.fri-form .xtl_left_col .xtl_table_title_ins:after {
  content: "";
  display: inline-block;
  width: 300px;
  height: 10px;
  background: url(/wp-content/themes/newexchanger/images/arrow-3.svg) no-repeat center center;
  background-size: contain;
  margin-left: 30px;
}

.fri-form .select_txt {
  line-height: 60px;
}

.fri-form .xtl_right_col .select_txt {
  text-align: right;
}

.fri-form .xtl_right_col .select_js_title_ins {
  padding: 0 60px 0 46px;
}

.fri-form .xtl_right_col .iselect_js .select_ico {
  left: auto;
  right: 10px;
}

.fri-form .select_js_ulli {
  height: 60px;
}

.fri-form .xtl_right_col .select_js_ulli {
  padding: 0 64px 0 10px;
}

.fri-form .xtl_right_col .select_js_title .select_js_abs {
  left: 40px;
  right: auto;
}

.fri-form .xtl_right_col .xtl_input_wrap input {
  padding: 0 20px 0 42px;
}

.select_js_ul {
  background: #1e2130;
  border: 1px solid #353b51;
  max-height: 303px;
}

.select_js_ulli {
  border-top: 1px solid #353b51;
}

.xtl_html_abs.js_loader {
  display: none !important;
}

.xtl_error.resultfalse+.xtl_submit_wrap {
  display: none;
}

.xtl_error.resultfalse {
  width: 50%;
}

.topbar_icon.telegram {
  background: url(/wp-content/themes/newexchanger/images/telega.png) no-repeat left center;
  padding: 0 0 0 26px;
}

.topbar_icon.telegram:hover {
  background: url(/wp-content/themes/newexchanger/images/telegram-b.svg) no-repeat left center;
}

.email a:hover {
  text-decoration: underline;
  color: #fff;
}

.block_warning_merch,
.block_status,
.block_statusbids,
.paytext,
.paydiv,
.promopage,
.statuserdiv,
.stattablediv.statstablediv,
.breadcrumb_div,
.userxchtable.pntable_wrap,
.userxch_tablediv.statstablediv {
  background: rgba(25, 32, 27, 0.5);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.block_statusbid_title,
.promo_menu ul li.act a,
.promo_topmenu li.current a,
.promouserdiv,
.statuserdiv_title {
  color: #fff;
}

.bannerboxlink a:hover,
.promo_menu ul li a:hover {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

.pntable_wrap_title {
  color: #fff;
  padding: 10px 0 0 10px;
}

.statstablediv,
.pntable table tr:hover td,
.pntable table td,
.pntable table th {
  background: transparent;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.topbutton {
  background-color: #119454;
}

.exch_ajax_wrap_abs,
.exchange_status_abs {
  opacity: 0.2;
}

.page_contacts_wrap {
  position: relative;
  background: #000;
}

.page_contacts_image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.page_contacts_image img {
  -o-object-fit: cover;
  object-fit: cover;
}

.title {
  margin: 0 0 25px 0;
  text-align: center;
  color: #2e3033;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 100px;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, left bottom, from(#EBDCB7), to(#A0967C));
  background: linear-gradient(180deg, #EBDCB7 0%, #A0967C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-feature-settings: "clig" off, "liga" off;
  font-feature-settings: "clig" off, "liga" off;
  text-transform: uppercase;
}

.image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.image img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.monitor {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-image: url(../images/mani-fon.png), -webkit-gradient(linear, left top, left bottom, from(rgb(0, 10, 1)), to(rgb(0, 2, 0)));
  background-image: url(../images/mani-fon.png), linear-gradient(180deg, rgb(0, 10, 1) 0%, rgb(0, 2, 0) 100%);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.monitor__container {
  max-width: 1150px;
  padding: 0 10px 50px;
  margin: 0 auto;
}

.monitor__video {
  overflow: hidden;
  margin: 0 auto;
  padding: 0 108px;
  min-height: 706px;
  background-image: url(../images/monitor.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.video {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video video {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.video__poster {
  position: absolute;
  width: calc(100% - 214px);
  -webkit-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  transform: translate(0, -30px);
}

.video__poster.play {
  display: none;
}

.video__btn {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.9411764706);
  padding: 30px;
  border-radius: 50%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.video__btn.play {
  display: none;
}

.video__btn:hover {
  cursor: pointer;
  background-color: #000;
}

.video__btn img {
  -webkit-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  transform: translate(5px, 0);
}

.instruct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.instruct__title {
  margin: 0;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

.instruct__item {
  width: 100%;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(27px);
  backdrop-filter: blur(27px);
  background: rgba(25, 32, 27, 0.5);
  margin: 20px 0 0;
}

.instruct__image {
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  max-width: 420px;
}

.instruct__image--3 {
  max-width: 100%;
}

.instruct__text {
  color: #fff;
  padding: 13px 30px 40px;
}

.instruct__text p {
  margin: 17px 0 0;
}

.instruct__text ol {
  list-style: indic;
}

.instruct__text li {
  margin: 17px 0 0 17px;
  padding: 0 0 0 5px;
}

.instruct__titl {
  font-size: 16px;
  font-weight: 700;
}

.instruct__titl span {
  color: #088347;
}

.invest {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2;
}

.invest i {
  white-space: nowrap;
  opacity: 0.7;
}

.invest__content {
  position: relative;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background: rgba(12, 21, 15, 0.5);
  padding: 48px 43px 55px;
}

.invest__image {
  max-width: 663px;
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: -1;
}

.invest__titl {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 17px;
}

.invest__subtitl {
  color: #fff;
  font-size: 25px;
  line-height: 1.3;
}

.invest__subtitl span {
  color: #048948;
  font-weight: 500;
}

.invest__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0 0;
  max-width: 700px;
}

.invest__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0 0;
  width: 48%;
  height: 108px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(23.3px);
  backdrop-filter: blur(23.3px);
  background: rgba(0, 255, 131, 0.5019607843);
}

.invest__item:last-child {
  width: 100%;
}

.invest__item p {
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  color: #000;
}

.invest__item span {
  font-weight: 500;
}

.invest__btns {
  margin: 60px 0 0;
}

.page-id-1989 .text p,
.page-id-1875 .text p {
  padding: 0;
  line-height: 1.2;
}

.page-id-1989 .page_wrap,
.page-id-1989 .breadcrumb_div,
.page-id-1875 .page_wrap,
.page-id-1875 .breadcrumb_div {
  background: transparent;
}

.page-id-1989 .breadcrumb_title,
.page-id-1875 .breadcrumb_title {
  margin: 0 0 25px 0;
  text-align: center;
  color: #2e3033;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 100px;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, left bottom, from(#EBDCB7), to(#A0967C));
  background: linear-gradient(180deg, #EBDCB7 0%, #A0967C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-feature-settings: "clig" off, "liga" off;
  font-feature-settings: "clig" off, "liga" off;
  text-transform: uppercase;
}

.page-id-1989 .sidebar,
.page-id-1875 .sidebar {
  display: none;
}

.page-id-1989 .content,
.page-id-1875 .content {
  width: 100%;
}

.page-id-1989 .text ul li {
  display: inline-block;
  background: none;
  line-height: 1;
  padding: 1.1em;
}

.page-id-1989 .text ul {
  margin: 0;
}

.page-id-1989 .text .promo__bottom-list li {
  padding: 0 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home_contacts_div {
  margin: 72px auto 0;
}

.statuswork {
  left: -78px;
  width: auto;
  white-space: nowrap;
  background: #069a52;
  padding: 9px 10px 0 15px;
}

.statuswork_title {
  font: 600 16px/14px "Nunito", sans-serif;
}

.statuswork_div.status_op0.toright {
  display: none;
}

.home_contacts_ins {
  padding: 0 10px;
  z-index: 2;
}

.tophead_wrap {
  position: sticky;
  top: 0;
}

.topmenu {
  width: auto;
}

.topmenu li {
  margin: 0 22px 5px 0;
}

.tolbar_lang {
  margin: 0 3px 0 0;
}

.logged-in .tophead_wrap {
  top: var(--wp-admin--admin-bar--height);
}

.logoblock {
  width: 100%;
  max-width: 5%;
}

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.btns_telegram {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0 0;
}

.btn {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.btn_invest {
  height: 32px;
  padding: 0 10px;
  border-radius: 7px;
  margin: 0 2% 0 0;
  border: 1px solid #0B71D7;
  background: #0B71D7;
  color: #000;
  white-space: nowrap;
}

.btn_invest:hover {
  border: 1px solid #0BDD77;
  background: #141715;
  color: #0BDD77;
}

.btn_telegram {
  padding-left: 37px;
  line-height: 40px;
  height: 40px;
  position: relative;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgb(8, 119, 65)), to(rgb(11, 221, 119)));
  background: linear-gradient(90deg, rgb(8, 119, 65) 0%, rgb(11, 221, 119) 100%);
  color: #0B71D7;
}

.btn_telegram:hover {
  background: rgb(8, 119, 65);
}

.btn_telegram:before {
  content: "";
  position: absolute;
  display: block;
  left: 8px;
  top: 10px;
  width: 20px;
  height: 22px;
  background-image: url(/wp-content/themes/newexchanger/images/telegram-b.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.btn_roz {
  height: 34px;
  border-radius: 7px;
  padding: 0 10px;
  margin-left: 2%;
  background-color: #6a1e1f;
  color: #fff;
}

.home_contacts_telegram {
  width: 380px;
}

.invest {
  padding: 0;
  line-height: 1.2;
}

.invest__image {
  width: inherit;
  max-width: 663px;
  right: 35px;
}

.invest__subtitl {
  line-height: 1.3;
}

.invest__item p {
  line-height: 1.2;
  color: #000;
}

.promo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promo p {
  line-height: 1.2;
}

.promo__content {
  position: relative;
}

.promo__block {
  position: relative;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(40.5px);
  backdrop-filter: blur(40.5px);
  background: rgba(12, 21, 15, 0.5);
  padding: 49px 37px 37px 73px;
  z-index: 1;
}

.promo__block_top-info {
  position: relative;
  width: 65%;
  z-index: 2;
  max-width: 528px;
}

.promo__block_bottom {
  margin: 33px 0 0;
  max-width: 50%;
}

.promo__title {
  font-size: 42px;
  font-weight: 700;
}

.promo__subtitle {
  max-width: 336px;
  font-size: 25px;
  margin: 17px 0 0;
}

.promo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 528px;
  margin: 60px 0 0;
}

.promo__item {
  border-radius: 10px;
  background: rgb(0, 8, 2);
  padding: 11px 0;
  text-align: center;
  width: 49%;
}

.promo__item:last-child {
  width: 100%;
  margin: 2% 0 0;
}

.promo__item-titl {
  font-size: 13px;
  font-weight: 700;
}

.promo__item-rez {
  font-size: 20px;
  font-weight: 700;
  margin: 8px 0 0;
  color: rgb(11, 221, 119);
}

.promo__time {
  margin: 5px 0 0;
}

.promo__time ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.promo__time li {
  position: relative;
  display: inline-block;
  min-width: 57px;
  font-size: 8px;
  list-style-type: none;
  padding: 1.1em;
  text-transform: uppercase;
  color: rgb(119, 119, 119);
  line-height: 1;
}

.promo__time li span {
  display: block;
  font-size: 43px;
  color: rgb(11, 221, 119);
}

.promo__time li:last-child span {
  text-align: left;
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}

.promo__time li+li::before {
  position: absolute;
  content: ":";
  top: 0;
  left: -1px;
  font-size: 43px;
  color: rgb(11, 221, 119);
  line-height: 1.3;
}

.promo__btns {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 50px 0 0;
}

.promo__btn {
  width: 100%;
  max-width: 222px;
}

.promo__btn:last-child {
  margin-left: 14px;
}

.promo__image {
  position: absolute;
  width: calc(50% + 70px);
  height: 100%;
  top: 0;
  right: -40px;
  background-image: url(../images/svet2.svg);
  background-repeat: no-repeat;
  background-position: 50% -50px;
  background-size: calc(100% + 35px);
  z-index: 1;
  padding: 40px 0 0;
}

.promo__image img {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
  width: 100%;
  min-height: 753px;
  -webkit-transform: translate(26px, 139px);
  -ms-transform: translate(26px, 139px);
  transform: translate(26px, 139px);
}

.promo__fon {
  position: absolute;
  bottom: -30%;
  left: -30%;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.promo__block_bottom-subtitle {
  max-width: 540px;
  font-size: 16px;
  margin: 17px 0 0;
  color: rgb(164, 164, 164);
  line-height: 1.4;
}

.promo__bottom-list {
  margin: 33px 0 0;
  counter-reset: ol-numbers;
}

.promo__bottom-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 50px;
  margin: 29px 0 0;
  min-height: 32px;
}

.promo__bottom-list li::before {
  counter-increment: ol-numbers;
  content: counter(ol-numbers);
  position: absolute;
  left: 0;
  top: 0dvh;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #000;
  border-radius: 8px;
  background: rgb(11, 221, 119);
}

.promo__victor {
  width: 100%;
  max-width: 458px;
  margin: 30px 0 0;
  text-align: center;
  border-radius: 10px;
  background: rgb(0, 8, 2);
  padding: 10px 10px 17px;
  font-weight: 700;
}

.promo__victor_home {
  margin: 30px auto 0;
}

.promo__victor-rez {
  display: inline-block;
  position: relative;
  margin: 10px 0 0;
  font-size: 20px;
  font-weight: 400;
  color: rgb(164, 164, 164);
  padding: 0 0 0 24px !important;
}

.promo__victor-rez::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 14px;
  left: 0;
  top: 6px;
  background-image: url(../images/victor.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.promo_home {
  padding: 40px 0 0;
}

.promo__block_home {
  min-height: 548px;
  color: #fff;
}

.promo__image_home {
  position: absolute;
  width: calc(40% + 70px);
  height: 100%;
  top: 0;
  right: -40px;
  background-image: url(../images/svet2.svg);
  background-repeat: no-repeat;
  background-position: 50% -60px;
  background-size: calc(100% + 35px);
  z-index: 1;
  padding: 30px 0 0;
  max-height: 564px;
}

.promo__image_home img {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
  width: 70%;
  min-height: inherit;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.promo__btn_home {
  border: 1px solid #0BDD77;
  background: #141715;
  color: #0BDD77;
}

.userapi_table_one,
.userapi_form,
.pntable table,
.pntable .one_item,
.userwallets_form {
  background-color: rgba(12, 21, 15, 0.8);
  -webkit-box-shadow: 0 0 5px #232323;
  box-shadow: 0 0 5px #232323;
  color: #fff;
}

.userapi_table_one_title,
.userapi_table_title_ins,
.userapi_textarea_label,
.userapi_form_title_ins {
  color: #fff;
}

.fri-form .userapi_options .checkbox {
  position: inherit;
}

@media (max-width: 1350px) {
  .tophead .telegram {
    left: -104px;
  }
}

@media (max-width: 1150px) {
  .title {
    font-size: 8vw;
  }

  .logoblock {
    width: 10vw;
    min-width: 40px;
  }

  .monitor__video {
    padding: 0 9%;
    min-height: 61vw;
  }

  .video__poster {
    width: 84%;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .instruct__title {
    font-size: 8vw;
  }

  .instruct__text {
    padding: 13px 20px 40px;
  }

  .page-id-1989 .breadcrumb_title,
  .page-id-1875 .breadcrumb_title {
    font-size: 8vw;
  }

  .promo__image {
    position: absolute;
    width: calc(40% + 70px);
    height: 100%;
    top: 0;
    right: -40px;
    background-image: url(../images/svet2.svg);
    background-repeat: no-repeat;
    background-position: 50% -60px;
    background-size: calc(100% + 35px);
    z-index: 1;
    padding: 30px 0 0;
  }

  .promo__image img {
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
    width: 70%;
    min-height: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .promo__block_bottom {
    max-width: 100%;
  }

  .promo__bottom-list {
    max-width: 620px;
  }
}

@media (max-width: 990px) {
  .fri-form .xtl_left_col .xtl_table_title_ins:after {
    display: none;
  }
}

@media (max-width: 960px) {
  .tophead .telegram {
    position: relative;
    font-size: 0;
    top: inherit;
    left: inherit;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    min-width: inherit;
  }

  .tophead .telegram span {
    padding: 0;
  }

  .tophead .telegram span:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .tophead .telegram span:before {
    display: none;
  }
}

@media (max-width: 900px) {

  .xtl_left_col,
  .xtl_right_col {
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 5px #1c1c1c;
    box-shadow: 0 0 5px #1c1c1c;
  }

  .xtl_table_wrap {
    padding: 0;
  }

  .xtl_center_col {
    height: 30px;
    margin: 0;
  }

  a.xtl_change {
    top: -40px;
    left: calc(50% - 45px);
    width: 90px;
    height: 90px;
  }

  .xtl_error.resultfalse {
    width: calc(100% - 60px);
    bottom: 3px;
    text-align: center;
  }
}

@media (max-width: 840px) {
  .fri-form .xchange_div_cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fri-form .xchange_pers {
    margin: 0px 10px 0;
    margin: 0;
    width: 100%;
  }

  .fri-form input.xchange_submit {
    margin: 20px auto 0;
  }

  .fri-form .xchange_div_col_get,
  .fri-form .xchange_div_col_give {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 800px) {
  .title-front {
    display: none;
  }

  .footer_wrap {
    background: #000;
    width: 100%;
    font: 14px "Nunito", sans-serif;
    color: #fff;
  }

  .home_advantages_blocktitle,
  .home_reviews_title,
  .home_partner_title,
  .home_contacts_title {
    font-size: 70px;
  }

  .home_adv_div:before,
  .advantages-img {
    display: none;
  }

  .home_advantages_one {
    margin: 15px 2%;
    border-radius: 20px;
    width: 100%;
    min-height: inherit;
    padding: 20px 20px 30px;
  }

  .home_advantages_one:nth-child(2n) {
    text-align: left;
  }

  .home_advantages_one:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 20px;
    background: #151515;
    z-index: -1;
  }

  .home_advantages_img:after {
    width: 100px;
    height: 100px;
    background-size: contain;
  }

  .home_advantages_one:nth-child(1) .home_advantages_img,
  .home_advantages_one:nth-child(2) .home_advantages_img,
  .home_advantages_one:nth-child(3) .home_advantages_img,
  .home_advantages_one:nth-child(4) .home_advantages_img {
    top: -40px;
    left: -25px;
  }

  .home_advantages_one:nth-child(1) .home_advantages_img:after,
  .home_advantages_one:nth-child(2) .home_advantages_img:after,
  .home_advantages_one:nth-child(3) .home_advantages_img:after,
  .home_advantages_one:nth-child(4) .home_advantages_img:after {
    -webkit-transform: rotate(180deg) translate(-23px, -35px);
    -ms-transform: rotate(180deg) translate(-23px, -35px);
    transform: rotate(180deg) translate(-23px, -35px);
  }

  .home_advantages_title {
    padding: 0 0 26px 80px;
  }

  .home_advantages_content {
    padding: 0 0 0 20px;
  }

  .home_advantages_img {
    width: 100px;
  }

  .tophead_right .toplink.toplink_exit,
  .tophead_right .toplink.toplink_userlogin {
    display: none;
  }

  .promo__image {
    display: none;
  }

  .promo__block {
    padding: 20px;
  }

  .promo__block_top-info {
    width: 100%;
  }

  .promo__subtitle {
    font-size: 18px;
  }
}

@media (min-width: 640px) {
  .instruct__item {
    width: calc(50% - 10px);
  }

  .instruct__item--3 {
    width: 100%;
  }
}

@media (max-width: 600px) {

  .home_advantages_blocktitle,
  .home_reviews_title,
  .home_partner_title,
  .home_contacts_title {
    font-size: 40px;
    line-height: 1.2;
    padding: 0 0 10px;
  }

  .home_advantages_title {
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 15px;
  }

  .home_advantages_content {
    font-size: 16px;
    line-height: 1.2;
  }

  .footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 15px 55px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__change {
    display: block;
  }

  .footer_center {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin: 0 0 30px;
  }

  .footer_right,
  .footer_left {
    width: 100%;
  }

  .footer_right {
    margin: 30px 0 20px;
  }

  .footer_lolo {
    display: none;
  }

  .footer_timetable {
    text-align: center;
  }

  .home_contacts_div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  .home_contacts_ins {
    min-height: auto;
    padding: 36px 10px 26px;
  }

  .contacts-img {
    display: none;
  }

  .home_contacts_wrap {
    background-color: #151515;
  }

  .home_contacts_telegram {
    margin: 25px 0 0;
    font-size: 16px;
  }

  .home_contacts_telegram .topbar_icon.telegram {
    margin: 0 auto;
    width: 30px;
    float: inherit;
    display: block !important;
  }

  .home_contacts_div .email {
    text-align: center;
  }

  .home_contacts_div p {
    margin: 0 0 6px;
    text-align: center;
  }

  .invest__content {
    padding: 20px;
  }

  .invest__titl {
    font-size: 24px;
  }

  .invest__subtitl {
    font-size: 16px;
  }

  .invest__item {
    margin: 20px 0 0;
    height: 80px;
  }

  .invest__item p {
    font-size: 18px;
    padding: 0 10px;
  }

  .invest__btns {
    margin: 40px 0 0;
  }

  .logged-in .tophead_wrap {
    top: 0;
  }

  .promo__title {
    font-size: 28px;
  }
}

@media (max-width: 500px) {

  .page-id-1989 .page_wrap,
  .page-id-1875 .page_wrap {
    padding: 0;
  }

  .invest__content {
    padding: 10px 15px 54px;
  }

  .invest__image {
    right: 8px;
  }

  .btn_roz {
    font-size: 0;
    background-image: url(/wp-content/themes/newexchanger/images/bran.png);
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 40px;
    padding: 2px;
  }

  .btn_invest {
    white-space: inherit;
    height: inherit;
    padding: 2px 4px;
    font-size: 14px;
    line-height: 1;
  }

  .tophead .telegram span:after {
    left: -29px;
  }
}

@media (max-width: 460px) {
  h1.breadcrumb_title {
    font-size: 32px;
  }

  .topbar_icon.telegram {
    display: block !important;
  }

  .tophead_right a.toplink.toplink_signup,
  .tophead_right .toplink.toplink_exit {
    display: none;
  }

  .tolbar_lang {
    margin: 0;
  }
}