/*   
Theme Name: Eagle
Description: theme0
Version: 1.0
Author: EX
*/
@import url('/wp-content/themes/newexchanger__q/assets/fonts/lato/lato.css');
@import url('/wp-content/themes/newexchanger__q/assets/fonts/tektur/tektur.css');
@import url('/wp-content/themes/newexchanger__q/assets/fonts/font-awesome/font-awesome.css');
@import url("https://fonts.googleapis.com/css2?family=Aclonica&family=Manrope:wght@200..800&family=Playfair+Display:wght@400..900&family=Tiro+Devanagari+Hindi&display=swap");
@font-face {
    font-family: 'OpenRunde';
    src: url('/wp-content/themes/newexchanger__q/assets/fonts/openrunde/OpenRunde-Regular.woff2') format('woff2'),
         url('/wp-content/themes/newexchanger__q/assets/fonts/openrunde/OpenRunde-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'OpenRunde';
    src: url('/wp-content/themes/newexchanger__q/assets/fonts/openrunde/OpenRunde-Medium.woff2') format('woff2'),
         url('/wp-content/themes/newexchanger__q/assets/fonts/openrunde/OpenRunde-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'OpenRunde';
    src: url('/wp-content/themes/newexchanger__q/assets/fonts/openrunde/OpenRunde-Semibold.woff2') format('woff2'),
         url('/wp-content/themes/newexchanger__q/assets/fonts/openrunde/OpenRunde-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'OpenRunde';
    src: url('/wp-content/themes/newexchanger__q/assets/fonts/openrunde/OpenRunde-Bold.woff2') format('woff2'),
         url('/wp-content/themes/newexchanger__q/assets/fonts/openrunde/OpenRunde-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
body {
	/* background-color: red !important; */
}
* {
	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-family: "OpenRunde", sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	/* 
backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.1);
 */
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}


.contentBlock {
    margin-bottom: 80px;
    padding: 40px 0;
    margin-top: 40px;
}
.topmenu{
    float: left;
    width: auto;
    padding: 35px 0 25px 0;
    display: none;
}
@media (min-width: 960px) {
    .topmenu {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.topmenu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
}
.topmenu li{
    float: left;
    height: 35px;
    padding: 0;
}
.topmenu li:hover > a, .topmenu li.current-menu-item > a {
    border-bottom: 2px solid #fff;
    text-decoration: none;
}
.topmenu li a{
    float: left;
    height: 30px;
    font: 18px / 30px "OpenRunde", sans-serif;
    background: none;
    color: #2e3033;
    padding: 0;
    text-decoration: none;
    background: linear-gradient(180deg, #ea4d39 0%, #fee72e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.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;
}
@media (max-width: 1440px) {
    .lastBlock {
        transform: scale3d(1.2, 1.2, 1.2);
        transform-origin: top center;
    }
}
.lastBlock {
    overflow: hidden;
    padding-top: 30px;
    height: 150px;
    display: table;
    margin-left: -100px;
}
.lastBlock .container{
    position: relative;
    z-index: 9;
}
.swiper-horizontal{
    touch-action: pan-y;
}
.swiper{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.lastBlock__items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.swiper-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.swiper-slide{
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.lastBlock-item{
    overflow: hidden;
    background: #29292F;
    border-radius: 10px;
    padding: 20px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-right: 20px;
    max-width: 300px;
    width: 100%;
}
.lastBlock-item__left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: calc(50% - 14px);
}
.lastBlock-item__icon{
    width: 100%;
    max-width: 0px;
    margin: 0 19px;
    position: relative;
    top: 10px;
}
.img{
    border: 0;
}
.lastBlock-item__right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: calc(50% - 14px);
}
.lastBlock-item__img{
    max-width: 38px;
    margin-right: 10px;
}
.lastBlock-item__desc{
    width: 100%;
    color: #B1AA9C;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.lastBlock__head{
    background: #40464B;
    display: inline;
    padding: 7px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    top: -16px;
    z-index: 2;
    left: 10px;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-box-shadow: 0 3px 9px -6px #000000 3d;
    box-shadow: 0 3px 9px -6px #000000 3d;
}
.lastBlock-item__img img{
    max-width: 38px;
}
.benefitsBlock {
    margin-bottom: 90px;
}
.benefitsBlock__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.benefitsBlock__row.-n1 .benefitsBlock-item {
    max-width: 100%;
    position: relative;
    padding: 50px 40px;
}
.benefitsBlock-item {
    background: #292934db;
    border-radius: 15px;
    padding: 40px;
    margin: 0 20px 20px 0;
    overflow: hidden;
    width: 100%;
}
.benefitsBlock-item__head {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #E2D7D7;
    display: flex;
}
h3, .pntable_wrap_title_ins, .userapi_form_title_ins, .userapi_table_title_ins {
    font-family: "OpenRunde", sans-serif;
    font-size: 37px;
    line-height: 44px;
    margin-bottom: 10px;
    font-weight: bold;
}
.benefitsBlock-item__label {
    position: relative;
    top: -26px;
    right: 90px;
    font-size: 18px;
    padding: 0px 10px 0px 10px;
    background: #40464B;
    border-radius: 7px;
    transform: rotate(16deg);
}
p {
    font-size: 17px;
    line-height: 25px;
    color: #666;
    margin-bottom: 20px;
}
.benefitsBlock-item__right {
    position: absolute;
    right: 0;
    max-width: 400px;
    bottom: 0;
}
.benefitsBlock-item__right img {
    max-width: 400px;
}
.benefitsBlock__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.benefitsBlock__row.-n2 .benefitsBlock-item:first-child {
    max-width: 480px;
}
.benefitsBlock-item__img {
    max-width: 58px;
    margin-bottom: 30px;
}
.benefitsBlock__row.-n3 .benefitsBlock-item:first-child {
    max-width: 680px;
}
.aboutBlock {
    position: relative;
    margin-bottom: 50px;
}
.fullBack {
    border-radius: 20px;
    overflow: hidden;
    background: rgba(41, 41, 52, 0.74);
    max-width: 1320px;
    margin: 0 auto;
}
.aboutBlock__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.aboutBlock__left {
    width: 50%;
    background-size: cover;
    margin-right: 10px;
}
.Block-social-1{
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    /* position: absolute; */
    width: 67px;
    left: 250px;
    top: 220px;
    bottom: 57px;
    border: 1px solid #FBCF2D;
    border-radius: 6px;
    margin-left: 15px;
}
.Block-social-q{
    display: flex;
}
.social-q{
    font-size: 40px;
}
b{
    color: #E2D7D7;
}
h3{
    font-family: "OpenRunde", sans-serif;
    font-size: 37px ;
    line-height: 44px;
    margin-bottom: 10px;
    font-weight: bold ;
}
.aboutBlock__left img {
    display: none;
}
.aboutBlock__right {
    width: 50%;
    padding: 80px 0;
    max-width: 500px;
}
.btn.-arrow{
    padding-right: 60px;
}
.btn{
    font-family: "OpenRunde", sans-serif;
    height: inherit;
    -webkit-appearance: none;
    display: inline-block;
    cursor: pointer;
    background: linear-gradient(0.38deg, #EC5738 0.97%, #FBCB2D 99.03%);
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    border: none;
    font-weight: bold;
    text-align: center;
    padding: 23px 30px 23px;
    position: relative;
    top: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    outline: none !important;
}
h2 {
    font-size: 45px !important;
    line-height: 52px;
    margin-bottom: 10px;
}





/*.fullBack {*/
/*    border-radius: 20px;*/
/*    overflow: hidden;*/
/*    max-width: 1320px;*/
/*    margin: 0 auto;*/
/*    position: relative;*/
/*    background: */
/*      radial-gradient(farthest-side at -33.33% 50%,#0000 52%,rgba(133, 110, 110, 0.16) 54% 57%,#0000 59%) 0 calc(256px/2),*/
/*      radial-gradient(farthest-side at 50% 133.33%,#0000 52%,rgba(133, 110, 110, 0.16) 54% 57%,#0000 59%) calc(256px/2) 0,*/
/*      radial-gradient(farthest-side at 133.33% 50%,#0000 52%,rgba(133, 110, 110, 0.16) 54% 57%,#0000 59%),*/
/*      radial-gradient(farthest-side at 50% -33.33%,#0000 52%,rgba(133, 110, 110, 0.16) 54% 57%,#0000 59%),*/
/*      rgba(48, 47, 56, 0);*/
/*	background-size: calc(256px/4.667) 256px,256px calc(256px/4.667);*/

/*}*/
/*.fullBack::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  background: #29292fd4;*/
/*  -webkit-backdrop-filter: blur(5px);*/
/*  backdrop-filter: blur(5px);*/
/*  border: 1px solid rgba(42,29,29,0.3);*/
/*}*/
.contentBlock p {
    color: #fff;
}
h1 {
    font-size: 60px !important;
    line-height: 67px;
    margin-bottom: 20px;
}
p {
    font-size: 17px;
    line-height: 25px;
    color: #fac82dbf !important;
    margin-bottom: 20px;
}
p {
    margin: 0 0 20px;
    line-height: 24px;
    color: #a19f9f;
}
.page-template-pn-contacts .supportBlock {
    margin-top: -20px;
}
.containerBlockS{
    max-width: 1175px;
    margin: 0 auto;
}
.supportBlock {
    margin-bottom: 40px;
}
.supportBlock__items {
    display: flex;
    justify-content: space-around;
}
.page-template-pn-contacts .supportBlock__head {
    display: none;
}
.supportBlock__head {
    margin-bottom: 35px;
}
.supportBlock-item.-ru_RU {
    padding-bottom: 160px;
}
.supportBlock-item:first-child {
    margin-right: 20px;
}
.supportBlock-item {
    width: 100%;
    max-width: calc(50% - 70px);
    /*background: var(--gray);*/
    border-radius: 20px;
    padding: 30px 30px 30px;
    margin-bottom: 20px;
    position: relative;
    
    background: rgb(99 91 91 / 45%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.supportBlock-item__head {
    font-family: "OpenRunde", sans-serif;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: bold;
    color: #f5f3f3;
}
.supportBlock-item__btn {
}
.supportBlock-item__desc {
    max-width: 360px;
    margin-bottom: 33px;
    line-height: 26px;
    color: #dcdcdc;
}
.expay-title {
  color: #FFFFFF;
  font-weight: 600;
}

.expay-title .highlight {
  color: #FC0505;
}

/*.btn {*/
/*    background: linear-gradient(0.38deg, #EC5738 0.97%, #FBCB2D 99.03%);*/
/*    color: #fff;*/
/*    padding: 22px 26px;*/
/*    font-family: "OpenRunde", sans-serif;*/
/*    text-transform: uppercase;*/
/*    font-size: 20px;*/
/*    line-height: 23px;*/
/*    font-weight: bold;*/
/*    border-radius: 20px;*/
/*    display: inline-block;*/
/*    box-sizing: border-box;*/
/*    transition: 0.3s;*/
/*    height: initial;*/
/*    border: 2px solid #2e1f24;*/
/*    box-sizing: border-box;*/
/*}*/
.btn:hover, input[type=submit]:hover {
    border-color: #2e1f24;
    background-color: #222128;
    color: #fff;
}
.supportBlock-item__img {
    max-width: 340px;
    display: block;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}
.supportBlock-item.-social {
    /* max-width: 100%; */
    padding-bottom: 35px;
    height: fit-content;
}
.profileBlock__menu a:hover, .current-menu-item a{
    color: #fac031 !important;
}
.modal_menu-wrapper-body a:haver .current-menu-item a{
    color: #f76767;
}
@media screen and (max-width: 600px) {
    #wpadminbar {
    position: fixed !important;
    }
}
.supportBlock-item {
    width: 100%;
    max-width: calc(50% - 70px);
    /*background: #f5f6f8;*/
    border-radius: 20px;
    padding: 30px 30px 30px;
    margin-bottom: 20px;
    position: relative;
    
    background: rgb(99 91 91 / 45%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.supportBlock-item__social {
    display: flex;
    position: relative;
    top: 0;
    left: 0;
}
.supportBlock-item__soc {
    max-width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.supportBlock-item__soc img {
    max-width: 53px;
}

.footerBlock {
    background: #030b11;
    border-radius: 20px 20px 0 0;
    padding: 20px 0;
    color: #9CA2A7;
    margin-top: 30px;
}
.footerBlock__firstRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #3e3e3e;
    margin-bottom: 20px;
}
.footerBlock__firstRow .footerBlock__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footerBlock__logo {
    margin-right: 15px;
    max-width: 200px;
}
.footerBlock__descriptor {
    font-size: 13px;
    line-height: 15px;
    color: #9ca2a8;
    max-width: 150px;
    position: relative;
    top: 1px;
}
.footerBlock__right {
    margin-left: auto;
}
.contactsEl {
    position: relative;
    top: 9px;
}
.footerBlock .headerBlock__work {
    color: #000;
}
.headerBlock__work {
    background: #25323e;
    color: #fff !important;
    display: inline;
    padding: 3px 9px;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: -16px;
    z-index: 2;
    left: 0px;
    /*-webkit-transform: rotate(-2deg);*/
    /*transform: rotate(-2deg);*/
}
.footerBlock .contactsEl__items {
    background: #25323E;
}
.contactsEl__items {
    border-radius: 6px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 13px 15px 11px;
}
.contactsEl__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 18px;
    cursor: pointer;
}
.contactsEl__item:last-child {
    margin-right: 0;
}
.contactsEl__item i {
    position: relative;
    color: #7f2626;
    margin-right: 7px;
    font-size: 17px;
    top: 1px;
}
/*.fas {*/
/*    font-family: "Font Awesome 5 Pro";*/
/*    font-weight: 900;*/
/*}*/
.footerBlock__secondRow {
    border-bottom: 1px solid #3e3e3e;
    padding-bottom: 20px;
    margin-bottom: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footerBlock__secondRow .footerBlock__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footerBlock__title {
    font-size: 13px;
    line-height: 15px;
    color: #9ca2a8;
    margin-right: 20px;
}
.footerBlock__logos.-banks {
    margin-right: 20px;
}
.footerBlock__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    -webkit-box-align: right;
    -ms-flex-align: right;
    align-items: right;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footerBlock__aboutMenu {
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footerBlock__aboutMenu a {
    display: block;
    margin-right: 20px;
    color: #9ca2a8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.footerBlock__aboutMenu a:hover {
  color: #fff;
}
.footerBlock__right {
    margin-left: auto;
}
.footerBlock__socials {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footerBlock-social i {
  position: relative;
  font-size: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #747474;
}
.footerBlock-social {
    border: 1px solid #747474;
    padding: 7px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
    margin: 10px 10px 10px 0;
}
.footerBlock-social span {
  font-size: 15px;
  color: #fff;
  margin-left: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footerBlock-social:hover i {
  color: #fff;
}
.footerBlock-social:hover span {
  color: #00d190;
}
.footerBlock-menu {
  width: 100%;
  max-width: 25%;
  padding-right: 40px;
}
.footerBlock-menu.-x2 {
  width: 100%;
  max-width: 50%;
  padding-right: 0;
}
.footerBlock-menu__head {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  font-family: "OpenRunde", sans-serif;
  margin-bottom: 17px;
}
.footerBlock-menu__items a {
  color: #9ca2a8;
  display: block;
  margin-bottom: 17px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footerBlock-menu__items a:hover {
  color: #fff;
}
.footerBlock-menu.-x2 .footerBlock-menu__items {
  -webkit-column-count: 4;
          column-count: 4;
}
.footerBlock__menusRow {
    border-bottom: 1px solid #3e3e3e;
    padding-bottom: 30px;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footerBlock__jurRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.footerBlock__jurRow .footerBlock__right {
    margin-left: auto;
}
.footerBlock__logos a {
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
}
.footerBlock__logos.-banks img {
    max-height: 30px;
    margin-right: 10px;
}
.footerBlock__logos img {
    display: block;
}
.footerBlock .contactsEl__items span {
    color: #fff;
}
.footerBlock__left__img{
    display: flex;
    align-items: flex-start; /* выравнивание сверху */
    gap: 5px;
}
.footerBlock__left__logo {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
.footer-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-main-text {
  font-size: 30px;
  font-weight: bold;
}

.footer-red {
  color: #ff0000; /* красный */
}

.footer-white {
  color: #ffffff; /* белый */
}
.footer-sub-text {
  font-size: 8px;
  color: #cccccc;
  margin-top: 4px;
  white-space: nowrap;
  text-align: left;
  /* ширина как у "24ExPay" */
  width: max-content;
}
@media (max-width: 900px) {
    .aboutBlock__cols {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .content_wrap {
        transform: none !important;
        transform-origin: unset !important;
        margin-bottom: unset !important;
    }
    .container{
        transform: none !important;
        transform-origin: unset !important;
    }
    .aboutBlock__left {
        width: 100% !important;
    }
    .aboutBlock__left img {
        position: relative !important;
        right: 0 !important;
        bottom: 0 !important;
        max-height: initial !important;
        max-width: 100%;
        background: #2a2b35;
    }
    .aboutBlock__right {
        width: 100% !important;
        padding: 40px 30px !important;
        max-width: 100% !important;
    }
    .social-q {
    font-size: 25px;
    }
    .Block-social-1{
    width: 50px;
    }
    h2 {
        font-size: 30px !important;
        line-height: 37px !important;
    }
    .btn {
        font-size: 17px;
        line-height: 7px;
        padding: 24px 33px 25px;
    }
    .benefitsBlock {
        margin-bottom: 60px;
        transform: none !important;
        transform-origin: unset !important;
    }
    .benefitsBlock__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .benefitsBlock__row.-n1 .benefitsBlock-item {
        max-width: 100%;
        position: relative;
        padding: 0;
    }
    .benefitsBlock-item__left {
        padding: 30px 30px 0 30px;
    }
    .benefitsBlock-item__right {
        position: relative;
        right: 0;
        max-width: 100%;
        bottom: 0;
        border-top: 4px solid #302f38;
    }
    .benefitsBlock-item__note {
        max-width: 100%;
        font-size: 14px;
    }
    .benefitsBlock-item__right img {
        max-width: 100%;
    }
    .benefitsBlock-item__label{
        top: -19px;
        height: 40px;
    }
    h3 {
        font-size: 25px !important;
        line-height: 33px;
        margin-bottom: 7px;
        font-weight: 600 !important;
    }
    .footerBlock{
        transform: none !important;
        transform-origin: unset !important;
        height: auto !important;
    }
    .homepage_wrap_body {
    background-image: url(./cst_images/img/back-min.webp) !important;
    background-position: center top !important;
    background-size: auto !important;
    background-repeat: repeat-y !important;
    }
    .benefitsBlock-item{
        margin: 0 0px 20px 0;
    }
    .comntent_right h1{
        line-height: 35px !important;
    }
}

@media (max-width: 1200px) {
    .benefitsBlock__row.-n1 .benefitsBlock-item {
        /*padding-right: 330px;*/
    }
    
    .aboutBlock__left img {
        display: block;
        position: absolute;
        right: -20px;
        bottom: 0;
        max-height: 100%;
    }
    h2 {
        font-size: 34px;
        line-height: 42px;
    }
    .aboutBlock__right {
        width: 70%;
        padding: 50px 30px;
        max-width: 500px;
    }
    
    h1 {
        font-size: 44px;
        line-height: 48px;
        margin-bottom: 20px;
    }
    .aboutBlock__left {
        width: 50%;
        background: none !important;
        position: relative;
    }
}
@media (max-width: 767px) {
    .wrap__OSqFQ _orientationRight__Gwqc_ _show__zy6As __jivoMobileButton{
     width: 30% !important;
}
    .supportBlock__items{
        display: flex;
        flex-wrap: wrap;
    }
    .containerBlockS {
        margin: 0 10px;
    }
    .supportBlock-item {
        padding: 22px 22px 161px 22px;
        margin-right: 0 !important;
        width: 100%;
        max-width: 100%;
    }
    .supportBlock-item__desc {
        line-height: 19px;
        margin-bottom: 20px;
    }
    .btn {
        padding: 11px 15px;
        font-size: 15px;
        line-height: 18px;
    }
    .supportBlock-item.-social {
        padding-bottom: 30px;
    }
    .supportBlock-item__social {
        position: relative;
        left: 0;
        top: 0px;
    }
    .supportBlock-item__soc {
        max-width: 50px;
        height: 50px;
        margin-left: 0;
        margin-right: 10px;
    }
    .supportBlock-item__img {
        max-width: 250px;
    }
    .containerBlock{
        margin: 0 10px !important;
    }
}
@media (max-width: 900px) {
    
    h1 {
        font-size: 28px !important;
        line-height: 35px;
    }
    /*.container {*/
    /*    margin: 0 20px !important;*/
    /*}*/
    .footerBlock__firstRow {
        margin-bottom: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footerBlock__firstRow .footerBlock__left {
        margin-bottom: 20px;
    }
    .footerBlock__logo {
        margin-right: 35px;
        max-width: 170px;
    }
    .footerBlock__logo img {
        max-width: 180px;
    }
    .footerBlock__right {
        margin-left: 0;
    }
    .contactsEl__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%;
    }
    .contactsEl__item {
        width: 100%;
        margin: 10px 0 10px;
    }
    .footerBlock__secondRow {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footerBlock__secondRow .footerBlock__left {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footerBlock__left {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .footerBlock__title {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .footerBlock__logos {
        width: 100%;
        margin-bottom: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footerBlock__logos.-banks {
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
    }
    .footerBlock__aboutMenu {
        width: 100%;
        margin-bottom: 30px;
    }
    .footerBlock__right {
        margin-left: 0;
    }
    .footerBlock__socials {
        margin-left: -10px;
        margin-bottom: 10px;
    }
    .footerBlock__menusRow {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footerBlock-menu {
        max-width: 50%;
        padding-right: 20px;
        margin-bottom: 20px;
    }
    .footerBlock-menu.-x2 {
        max-width: 100%;
        padding-right: 0;
    }
    .footerBlock__jurRow {
        margin-bottom: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footerBlock__left {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .footerBlock__jurRow .footerBlock__right {
        margin: 0 auto 10px;
    }
}

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: 700;
}

h1,
h2,
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: underline;
	color: #fe9602;
}
.color_d a {
	color: #428dd9;
}
a:hover {
	text-decoration: none;
	color: #fe9602;
}
.color_d a:hover {
	color: #428dd9;
}

body {
	background: #302f37;
	color: #fff;
	font-family: "OpenRunde", sans-serif;
	font-weight: 400;
}

.rtl_body caption,
.rtl_body th,
.rtl_body td {
	text-align: right;
}

#container {
	display: block;
	position: relative;
	width: 100%;
	min-width: 320px;
}

/* 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 "OpenRunde", 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: 18px/40px "OpenRunde", sans-serif;

	background: rgb(0 0 0 / 27%);
	border-radius: 6px;
	border: 1px solid rgb(255 0 0 / 0%);
	color: #fff;
}
.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: #fff;
	height: 40px;
	width: 300px;
	max-width: 100%;
	padding: 0 15px 0 35px;
	font: 18px/40px "OpenRunde", 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 "OpenRunde", 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 {
	border: 1px solid #fe9602;
}
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
textarea:disabled {
	border: 1px solid #ccc;
	background: #ccc;
	color: #000;
}
input[type="text"].error,
input[type="email"].error,
input[type="password"].error {
	border: 1px solid #f6c7c8;
}
select {
    box-shadow: 4px 4px 4px 2px #1e1d1d;
    background: #29292f;
    color: #fff;
    
    
	/*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 "OpenRunde", sans-serif;
}
.color_d select {
	border: 1px solid #323850;
	background: #323850;
	color: #fff;
}
input[type="submit"] {
	border: 3px solid #fe9602;
	background: #fe9602;
	border-radius: 4px;
	max-width: 100%;
	-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;
	cursor: pointer;
	padding: 0 25px;
	font: 600 18px/40px "OpenRunde", sans-serif;
}
input[type="submit"]:hover {
	background: #fe9602;
	color: #fff;
	text-decoration: none;
}
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 */

.has_submit {
	display: flex;
	align-items: center;
	justify-content: center;
}
.has_submit input {
	border: 3px solid #fe9602 !important;
}
.cf_div_ins > .captcha_div {
	padding-left: 30px;
	margin-bottom: 30px;
}
.captcha_div {
	margin: 0 -10px 0px 0;
}
.rtl_body .captcha_div {
	margin: 0 0px 20px -10px;
}
.hexch_div .captcha_div {
	margin: 0 0px 20px 0px;
}
.captcha_title {
	font: 13px "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", sans-serif;
}
.captcha_sci_title {
	font: 13px "OpenRunde", 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 */



/* lang */
.tolbar_lang {
	float: left;
	height: 30px;
}
.rtl_body .tolbar_lang {
	float: right;
	margin: 9px 0px 0 30px;
}
.langlist_div {
	position: relative;
/* 	height: 30px; */
	cursor: pointer;
}
.langlist_title {
/* 	height: 28px; */
/* 	border-radius: 4px; */
/* 	font: 18px/28px "OpenRunde", sans-serif; */
/* 	color: #a89191; */
	text-transform: uppercase;
	padding: unset;
}
.color_d .langlist_title {
	border: 1px solid #444c61;
	background: #282d40;
	color: #fff;
}
.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 "OpenRunde", 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 */



/* 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 "OpenRunde", 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 "OpenRunde", 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: #0c72d7;
}
/* end mobile menu */

.wrapper {
	position: relative;
	z-index: 80;
	min-height: 650px;
	overflow: hidden;
}
@media all and (max-width: 500px) {
	.wrapper {
		min-height: 50px;
	}
}

/* breadcrumb */
.breadcrumb_wrap {
	margin-top: 140px;
	padding: 20px 0 0px 0;
	position: relative;
	width: 100%;
}
@media (max-width: 850px) {
	.breadcrumb_wrap {
		margin-top: 70px;
	}
}
.breadcrumb_div {
	max-width: 1320px;
	padding: 0 10px;
	margin: 0 auto;
}
h1.breadcrumb_title {
	background: linear-gradient(180deg, #fe9602 0%, #fee72e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	padding: 7px 18px;
	flex-shrink: 0;
	/* 
border-radius: 23px;
	border: 2px solid #6d6d6d;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(35px);
 */
	align-items: center;
	justify-content: center;
	display: block;
}
.color_d h1.breadcrumb_title {
	color: #fff;
}
.breadcrumb ul li {
	display: none;
	float: left;
	margin: 0 9px 0 0;
	padding: 0 0 0 12px;
	font: 12px "OpenRunde", 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 "OpenRunde", sans-serif;
		font-size: 22px;
	}
	.breadcrumb {
		display: none;
	}
}
/* end breadcrumb */

.content_wrap {
	width: 100%;
	padding: 20px 10px 10px;
	max-width: 1320px;
	margin: 0 auto;
}
@media all and (min-width: 960px) {
	.content_wrap {
		padding: 20px 10px 20px;
	}
}
.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: 60%;
	}
	.rtl_body .content {
		float: right;
	}
}
@media all and (min-width: 1320px) {
	.content {
		width: 60%;
	}
}
/* end inside content */

/* text page */
.page_wrap,
.textblock {
	margin: 0 120px 20px 0;
	padding: 20px 20px 1px;
	border-radius: 4px;
}
.color_d .page_wrap,
.color_d .textblock {
	background: #1e2130;
	box-shadow: none;
}

.text p {
	margin-top: 26px;
	color: #fff;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.text h1 {
	font: 600 22px "OpenRunde", sans-serif;
	margin: 0 0 20px 0;
}
.text h2 {
	font: 600 20px "OpenRunde", sans-serif;
	margin: 0 0 20px 0;
}
.text h3 {
	font: 600 18px "OpenRunde", sans-serif;
	margin: 0 0 20px 0;
}
.text h4 {
	font: 600 16px "OpenRunde", 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;
	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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 {
	margin: 80px 0 20px 0;
}
.color_d .many_news_wrap {
	background: #1e2130;
	box-shadow: none;
}

.one_news {
	margin: 0 0px 60px 0px;
	max-width: 715px;
}
.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;
	font-family: Manrope;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: linear-gradient(180deg, rgba(255, 0, 0, 0.76) 0%, #fee72e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h2.one_news_title a {
	text-decoration: none;
	color: #000;
	font: 600 28px/28px "OpenRunde", 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;
	margin-bottom: 56px;
}
.color_d .one_news_excerpt a {
	color: #fff;
}
.one_news_date {
	color: #fff;
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: underline;
}
.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 "OpenRunde", sans-serif;
	color: #fff;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.metabox_cats a,
.metabox_tags a {
	text-decoration: underline;
	color: #fe9602;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.metabox_cats a:hover,
.metabox_tags a:hover {
	text-decoration: none;
}
a.one_news_more {
	float: right;
	border-radius: 23px;
	border: 2px solid #6d6d6d;
	background: rgba(20, 21, 26, 0.5);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(35px);
	color: #fff;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 40px;
}
a.one_news_more:hover {
	background: #fe9602;
}
.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 "OpenRunde", sans-serif;
	color: #000;
	margin: 0px 0px 20px;
}
.color_d .comment_form_title {
	color: #fff;
}
a#cancel-comment-reply-link {
	color: #ff0000;
	font: 13px "OpenRunde", sans-serif;
	text-transform: none;
}
.comment_form_line {
	padding: 0 0 10px 0;
}
.comment_form_line label {
	font: 13px "OpenRunde", sans-serif;
	color: #000;
	display: block;
	padding: 0 0 3px;
}
.color_d .comment_form_line label {
	color: #8096ad;
}
/* end comment form */

/* site form */
.cf_div_title_ins {
	font-family: Manrope;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 39px;
	background: linear-gradient(180deg, #fe9602 0%, #fee72e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.cf_div_wrap {
	margin-right: 120px;
}
.reg_div_ins > .captcha_div {
	padding-left: 30px;
}
.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 {
	border-radius: 13px;
	border: 2px solid #6d6d6d;
	background: #302f37;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(35px);
}
.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 {
	border-radius: 10px;
	border: 2px solid #6d6d6d;
	background: #302f37;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(35px);
	text-align: center;
	padding: 18px 0;
	margin-bottom: 44px;
}
.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 "OpenRunde", sans-serif;
	color: #6b8199;
}
.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 30px 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 "OpenRunde", 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 "OpenRunde", sans-serif;
}
.rtl_body .reg_line_subm_right {
	float: right;
	margin: 11px 20px 0 0px;
}
/* end site form */

.cf_div_ins input,
.cf_div_ins textarea {
	border-radius: 12px;
	border: 2px solid #6d6d6d;
	background: #1e1e22;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(35px);
	color: #fff;
	height: auto;
}

.form_field_label_ins {
	color: #fff;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 39px; /* 195% */
	margin-left: 15px;
}

/* comments */
.comments_wrap {
	margin: 0 0 20px 0;
}
.comments_title {
	font: 600 22px "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", sans-serif;
	padding: 0 0 5px 0;
}
.link_edit a {
	font: 12px "OpenRunde", sans-serif;
}
.comment_date {
	font: 12px "OpenRunde", sans-serif;
}
a.comment-reply-link,
.comment-reply-login {
	color: #000;
	position: absolute;
	float: none;
	font: 600 12px "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", sans-serif;
}
.color_d .one_reviews_date {
	color: #fff;
}
.rtl_body .one_reviews_date {
	float: right;
}
.one_reviews_text {
	font: 14px "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", sans-serif;
}
.rtl_body .domacc_val {
	float: right;
}
/* end domacc */

/* atable */
.pntable_wrap {
	margin: 0 0 20px 0;
}
.pntable_wrap_title {
	font: 24px "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", sans-serif;
}
.pntable .one_item_content {
	font: 13px "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", sans-serif;
	padding: 0 0 3px 0;
}
.userapi_textarea {
	padding: 0 0 10px 0;
}
.userapi_table_title {
	font: 600 22px "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", sans-serif;
}
.ustbl_warn {
	color: #858c97;
	font: 13px "OpenRunde", sans-serif;
	padding: 0 0 10px 0;
}
.ustbl_file {
	padding: 0 0 10px 0;
}
.ustbl_res_error {
	color: #ff0000;
	font: 600 13px "OpenRunde", sans-serif;
	padding: 0 0 10px;
}
.usvefilelock {
	padding: 0 0 10px 20px;
	position: relative;
	font: 13px/15px "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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;
	background: #fff;
	box-shadow: 0 0 5px #e1e9f2;
	padding: 20px 20px 15px;
	border-radius: 4px;
}
.color_d .tarif_div {
	box-shadow: none;
	background: #1e2130;
}
.tarif_block {
	margin: 0 0 20px 0;
}
.tarif_title {
	font: 600 22px/22px "OpenRunde", sans-serif;
	margin: 0 0 20px 0;
	color: #000;
}
.color_d .tarif_title {
	color: #fff;
}
.tarif_table_title {
	padding: 10px 10px;
	background: #fff;
	font: 13px "OpenRunde", sans-serif;
	color: #7e90ae;
	border-bottom: 1px solid #eff1f3;
}
.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 "OpenRunde", sans-serif;
	color: #000;
	padding: 8px 10px 3px;
	text-decoration: none;
	background: #fff;
	border-bottom: 1px solid #eff1f3;
}
.color_d a.tarif_line {
	color: #fff;
	background: #1e2130;
	border-bottom: 1px solid #353b51;
}
a.tarif_line:hover {
	background: #f5f8fc;
}
.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 "OpenRunde", 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 "OpenRunde", 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: #7e90ae;
	font: 12px "OpenRunde", 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 "OpenRunde", sans-serif;
}
.statstablediv table td {
	padding: 5px 10px;
	text-align: right;
	background: none;
	font: 13px "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", sans-serif;
}
.statuserdiv table td {
	padding: 5px 10px;
	text-align: right;
	background: none;
	font: 13px "OpenRunde", sans-serif;
}

.promouserdiv h3 {
	font: 22px "OpenRunde", sans-serif;
	margin: 0 0 10px 0;
}
.promouserdiv h4 {
	font: 16px "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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: 150px 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: 1320px;
	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 "OpenRunde", sans-serif;
	color: #08b868;
}

.home_text_block h2 {
	font-size: 36px;
	background: linear-gradient(180deg, #feca80 0%, #fe9b02 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 1.4117647059em;
	font-weight: 600;
}

.home_text_div p {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.8;
}

.home_text_wrap {
	margin-top: 200px;
	padding: 25px 0 5px 0;
	position: relative;
	z-index: 13;
	width: 100%;
}
.color_d .home_text_wrap {
	background: #282d40;
}
.home_text_ins {
	text-align: center;
	max-width: 1320px;
	padding: 0 10px;
	margin: 0 auto;
}
h1.home_text_title {
	display: block;
	margin: 0 0 20px 0;
	font: 600 30px/30px "OpenRunde", sans-serif;
	color: #2e3033;
}
.color_d h1.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: 1320px;
	margin: 0 auto;
	padding: 0 10px;
}
.home_lchange_title {
	margin: 0 0 25px 0;
	color: #2e3033;
	font: 600 30px/30px "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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: 1320px;
	padding: 0 10px;
	margin: 0 auto;
}
.home_prate_blocktitle {
	margin: 0 0 25px 0;
	color: #2e3033;
	font: 600 30px/30px "OpenRunde", 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 "OpenRunde", sans-serif;
	color: #000;
}
.color_d .home_prate_source {
	color: #fff;
}
.home_prate_rates {
	font: 13px "OpenRunde", 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: 1320px;
	padding: 0 10px;
	margin: 0 auto;
}
.home_reserv_title {
	margin: 0 0 25px 0;
	color: #2e3033;
	font: 600 30px/30px "OpenRunde", sans-serif;
}
.color_d .home_reserv_title {
	color: #fff;
}
.home_reserv_many {
	padding: 0 0 10px 0;
}
.one_home_reserv {
	width: 260px;
	margin: 0 auto 10px;
}
.one_home_reserv.hide_item {
	display: none;
}
@media all and (min-width: 500px) {
	.one_home_reserv {
		float: left;
		width: 48%;
		margin: 0 2% 10px 0;
	}
	.rtl_body .one_home_reserv {
		float: right;
	}
}
@media all and (min-width: 900px) {
	.one_home_reserv {
		float: left;
		margin: 0 1% 10px 0;
		width: 24%;
	}
	.rtl_body .one_home_reserv {
		float: right;
		margin: 0 0px 10px 1%;
	}
}
.one_home_reserv_ins {
	background: #fff;
	border: 1px solid #e6ecf4;
	box-shadow: 0 0 5px #e1e9f2;
	border-radius: 4px;
	padding: 15px 0px 15px 15px;
}
.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 {
	float: left;
	width: 40px;
	height: 40px;
}
.rtl_body .one_home_reserv_ico {
	float: right;
}
.one_home_reserv_block {
	float: left;
	width: 155px;
	color: #000;
	font: 14px "OpenRunde", sans-serif;
	padding: 1px 0 0 10px;
}
.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 "OpenRunde", 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: 1320px;
	padding: 0 10px;
	margin: 0 auto;
}
.home_news_title {
	margin: 0 0 25px 0;
	color: #2e3033;
	font: 600 30px/30px "OpenRunde", 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 "OpenRunde", sans-serif;
	margin: 0 0 5px 0;
}
.color_d .home_news_one_date {
	color: #8193ab;
}
.home_news_one_title {
	font: 18px "OpenRunde", 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 "OpenRunde", 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: #0c72d8;
	text-decoration: none;
	color: #fff;
	font: 600 12px "OpenRunde", sans-serif;
	position: relative;
}
a.home_news_more:hover,
a.home_reviews_more:hover,
a.home_reserv_more:hover {
	background: #fe9602;
	color: #fff;
}

.home_reviews_wrap {
	padding: 25px 0 25px 0;
	position: relative;
	z-index: 11;
	width: 100%;
}
.home_reviews_ins {
	max-width: 1320px;
	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 "OpenRunde", 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 "OpenRunde", sans-serif;
	margin: 0 0 10px 0;
}
.color_d .home_reviews_date {
	color: #fff;
}
.home_reviews_content {
	font: 15px "OpenRunde", 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: 1320px;
	padding: 0 10px;
	margin: 0 auto;
}
.home_advantages_blocktitle {
	margin: 0 0 25px 0;
	color: #2e3033;
	font: 600 30px/30px "OpenRunde", 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 "OpenRunde", sans-serif;
	color: #2e3033;
}
.color_d .home_advantages_title {
	color: #fff;
}
.home_advantages_content {
	font: 14px "OpenRunde", sans-serif;
	color: #6b8199;
}
.color_d .home_advantages_content {
	color: #8094ac;
}

.home_partner_wrap {
	padding: 30px 0 20px 0;
	position: relative;
	width: 100%;
	background: #fff;
	border-top: 1px solid #eaeef4;
	z-index: 10;
}
.color_d .home_partner_wrap {
	background: #282d40;
	border-top: 1px solid #3f445a;
}
.home_partner_ins {
	max-width: 1320px;
	padding: 0 10px;
	margin: 0 auto;
}
.home_partner_title {
	margin: 0 0 25px 0;
	color: #2e3033;
	font: 600 30px/30px "OpenRunde", 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 {
	position: relative;
	max-width: 1320px;
	padding: 0 10px;
	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 "OpenRunde", 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 0px 40px;
	position: relative;
}
.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;
	padding: 10px 10px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 0 5px #e1e9f2;
	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;
	padding: 10px 10px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 0 5px #e1e9f2;
	width: 48%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.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 "OpenRunde", 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: 13px "OpenRunde", sans-serif;
	color: #7e90ae;
	padding: 15px 0px;
	border-bottom: 1px solid #eaeef4;
	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: 13px "OpenRunde", sans-serif;
	color: #7e90ae;
	padding: 15px 0px;
	border-bottom: 1px solid #eaeef4;
	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 "OpenRunde", 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: 5px auto 0;
}
.xtt_one_line_name {
	font: 13px "OpenRunde", sans-serif;
	color: #000;
}
.color_d .xtt_one_line_name {
	color: #fff;
}
.xtt_one_line_curs {
	font: 500 13px "OpenRunde", sans-serif;
	color: #000;
	height: 50px;
}
.color_d .xtt_one_line_curs {
	color: #fff;
}
.xtt_one_line_reserv {
	font: 13px "OpenRunde", sans-serif;
	color: #000;
	height: 50px;
}
.color_d .xtt_one_line_reserv {
	color: #fff;
}
.xtt_one_line_left {
	position: relative;
	border-bottom: 1px solid #eaeef4;
	cursor: pointer;
}
.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: #f5f8fc;
}
.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: block;
	text-decoration: none;
	position: relative;
	border-bottom: 1px solid #eaeef4;
	cursor: pointer;
}
.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: #f5f8fc;
}
.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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", sans-serif;
}
.rtl_body .xtp_commis_text {
	right: auto;
	left: 15px;
}
.xtp_commis_wrap input {
	font: 20px/50px "OpenRunde", sans-serif;
	padding: 0 20px 0 20px;
	height: 50px;
	width: 100%;
}
.xtp_line {
	padding: 0 0 10px 0;
	font: 13px "OpenRunde", 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;
}
.js_exchange_link {
	color: #fff;
}

.xtl_submit_ins {
	margin-top: 20px;
	position: absolute;
	right: 14%;
}

.xtl_exchange_reserve {
	display: none;
}
.homepage_wrap .xtl_exchange_reserve {
	display: block;
}
.comntent_right {
	display: flex;
	align-items: end;
	justify-content: end;
}

.comntent_right h1 {
	font-family: "OpenRunde", sans-serif;
	/*font-size: 55px;*/
	/*line-height: 1.45;*/
	/*margin-bottom: 1.25em;*/
	
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 65px;
    /* or 113% */
    display: flex;
    align-items: center;
    
    color: #FFFFFF;
}

.comntent_right p {
	font-family: "OpenRunde", sans-serif;
	/*font-size: 18px;*/
	/*line-height: 2;*/
	/*margin-bottom: 3.5em;*/
	
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    /* or 144% */
    display: flex;
    align-items: center;
}

.index_log {
	position: absolute;
	top: -20px;
	left: -200px;
	width: 100%;
	object-fit: contain;
}

.title_content_h1 {
	margin-top: 25px;
	max-width: 527px;
	padding-top: 100px;
}
.xtl_exchange_rate {
	display: none;
}
.homepage_wrap .xtl_exchange_rate {
	display: block;
	margin-top: 90px;
}

.xtl_submit {
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 0.4375rem 52px;
	border-radius: 6.25rem;
	width: fit-content;
	min-width: 11.9375rem;
	background: #fff;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.xtl_submit::before {
	content: "";
	position: absolute;
	inset: calc(0px - var(--border-w));
	border-radius: 100px;
	padding: 3px;
	background: linear-gradient(180deg, #fee42b, #ea473a);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
/* end type table 2 */

/* type table 3 */
.xchange_type_list {
	min-height: 200px;
}
.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%;
}
.color_d .xtl_html_abs {
	background: #272c3e url(images/d-ajax-big-loader.gif) no-repeat center center;
}
.xtl_table_body {
	margin: 0px 0 40px 100px;
	display: flex;
	flex-direction: column;
	align-items: end;
}
.xtl_left_col,
.xtl_right_col {
	border-radius: 4px;
	background: #fff;
	padding: 15px;
	box-shadow: 0 0 5px #e1e9f2;
	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: 56px;
	height: 56px;
	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;
	}
	.color_d .xtl_table_wrap {
		background: #1e2130;
		box-shadow: none;
	}
	.xtl_left_col {
		float: left;
		width: 47%;
		position: relative;
		background: none;
		box-shadow: none;
		padding: 0;
		margin: 0;
	}
	.rtl_body .xtl_left_col {
		float: right;
	}
	.xtl_center_col {
		float: left;
		width: 6%;
		margin: 0;
		padding: 11px 0px 8px 47px;
	}
	.rtl_body .xtl_center_col {
		float: right;
	}
	.xtl_right_col {
		float: right;
		width: 47%;
		position: relative;
		background: none;
		box-shadow: none;
		padding: 0;
		margin: 0;
	}
	.rtl_body .xtl_right_col {
		float: left;
	}
}
.xtl_table_title {
	display: none;
	font: 600 18px "OpenRunde", 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 20px 0;
}
.xtl_select_wrap select {
	width: 100%;
	height: 50px;
}
.xtl_input_wrap {
	margin: 0 0 20px 0;
}
.xtl_input_wrap input {
	position: absolute;
	width: 90%;
	z-index: 1;
	top: 85%;
	left: 1.5625rem;
	right: 1.25rem;
	display: flex;
	align-items: end;
	justify-content: space-between;
	border-radius: 0.375rem;
	background: linear-gradient(180deg, #fe9602 46.88%, #fee42b 100%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #323232;
}
.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 "OpenRunde", sans-serif;
}
.rtl_body .xtl_commis_text {
	left: 10px;
	right: auto;
	text-align: left;
}
.xtl_commis_wrap input {
	font: 20px/50px "OpenRunde", sans-serif;
	padding: 0 20px 0 20px;
	height: 50px;
	width: 100%;
}
.xtl_line {
	padding: 0 0 10px 0;
	font: 13px "OpenRunde", sans-serif;
}
.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;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.1);
	/* 
border-radius: 4px;
	backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.1);
 */
}
.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;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.1);
}
.color_d .warning_message {
	background: #1e2130;
	box-shadow: none;
}
.warning_message_title {
	color: #08b868;
	font: 600 18px "OpenRunde", 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; */
	position: absolute;
	z-index: 10;
	/* top: 102%; */
	top: 50px;
	left: 20px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: auto;
	color: #ef8789;
	background: transparent;
	border-radius: 3px;
	padding: 5px;
	font: 600 14px "OpenRunde", sans-serif;
}
.js_error a {
	color: #ef8789;
}
.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 {
	border: 1px solid #f6c7c8;
}
.color_d .js_wrap_error.error input {
	border: 1px solid #944445;
}
.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 "OpenRunde", 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 "OpenRunde", 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: 1320px;
	margin: 0 auto;
}
.hexch_div {
	padding: 0 0px 20px;
}
.hexch_div_ins {
	background: #fff;
	box-shadow: 0 0 5px #e1e9f2;
	border-radius: 4px;
	padding: 20px 20px 10px;
}
.color_d .hexch_div_ins {
	background: #1e2130;
	box-shadow: none;
}
.hexch_bigtitle {
	color: #000;
	font: 600 22px "OpenRunde", 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: #000;
	font: 600 18px "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", sans-serif;
	color: #6b8199;
	padding: 0 0 5px 0;
}
.hexch_pers_input {
	position: relative;
}
.hexch_curs_input input,
.hexch_pers_input input {
	font: 16px/50px "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 {
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.1);
	padding: 20px 20px 10px;
	/* 	margin: 0 0 20px 0; */
	/* 
backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.1);
 */
}
.color_d .xchange_div {
	background: #1e2130;
	box-shadow: none;
}
.xchange_data_title,
.xchange_pers_title {
	color: #fff;
	font: 600 24px "OpenRunde", 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: 420px;
		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 "OpenRunde", 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 "OpenRunde", sans-serif;
	color: #fff;
	padding: 0 0 5px 0;
}
.xchange_sum_input {
	position: relative;
}
.xchange_sum_input input {
	width: 100%;
	height: 50px;
	font: 16px/50px "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", sans-serif;
	height: 50px;
	width: 100%;
}
.xchange_curs_input select,
.xchange_pers_input select {
	height: 50px;
	width: 100%;
}
.xchange_submit_div {
	padding: 20px 0px 20px 0px;
}
input.xchange_submit {
	display: block;
	height: 50px;
	width: 220px;
	margin: 0;
	font: 600 18px/50px "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", sans-serif;
}
@media all and (max-width: 599px) {
	a.other_direction {
		float: none;
		width: 100%;
		display: block;
	}
}
.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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgb(255 255 255 / 0%);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}
.color_d .block_statusbids {
	background: #1e2130;
	box-shadow: none;
}
.block_statusbid_title {
	color: #000;
	font: 600 24px "OpenRunde", 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: #ff00113b;
}
.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 "OpenRunde", 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 "OpenRunde", sans-serif;
	cursor: pointer;
	text-align: center;
}
.rtl_body a.success_paybutton {
	float: left;
}
a.success_paybutton:hover {
	background: #fe9602;
	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 "OpenRunde", 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 {
	z-index: 2;
	box-shadow: 4px 4px 4px 2px #1e1d1d;
	background: #29292f;
	border-radius: 59px;
	height: 67px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #000;
	overflow: hidden;
	position: relative;
}
.select_txt {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
}
.color_d .select_js_title {
	background: #1e2130;
	border: 1px solid #353b51;
	color: #fff;
}
.select_js.open .select_js_title {
	background: #fff;
}
.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: 0;
	right: 20px;
	height: 100%;
	width: 30px;
}
.rtl_body .select_js_abs {
	right: auto;
	left: 20px;
}
.select_js_title_ins {
	padding: 0 20px 0 20px;
	font: 600 18px/48px "OpenRunde", sans-serif;
}
.rtl_body .select_js_title_ins {
	padding: 0 20px 0 20px;
}
.iselect_js .select_js_title_ins {
	padding-left: 78px;
	display: flex;
	align-items: center;
	gap: 17px;
	height: 67px;
}
.rtl_body .iselect_js .select_js_title_ins {
	padding: 0 60px 0 20px;
}
.iselect_js .select_ico {
	position: absolute;
	float: none;
	top: 9px;
	left: 10px;
	width: 51px;
	height: 51px;
}
.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;
	top: 100%;
	background: #fff;
	border: 1px solid #e6ecf4;
	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: #6b8199;
	font: 13px "OpenRunde", sans-serif;
	border-top: 1px solid #eaeef4;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.color_d .select_js_ulli {
	border-top: 1px solid #353b51;
}
.iselect_js .select_js_ulli {
	padding: 0 10px 0 60px;
	height: 50px;
	font: 16px/50px "OpenRunde", sans-serif;
}
.rtl_body .iselect_js .select_js_ulli {
	padding: 0 60px 0 10px;
}
.select_js_ulli:hover,
.select_js_ulli.active {
	background: #f3f7fc;
}
.color_d .select_js_ulli:hover,
.color_d .select_js_ulli.active {
	background: #282d40;
}
/* end select */

/* sidebar */
.sidebar {
	margin: 0 0px;
}
@media all and (min-width: 960px) {
	.sidebar {
		float: right;
		width: 40%;
		padding: 0 0px 0px 20px;
	}
	.rtl_body .sidebar {
		float: left;
	}
}
@media all and (min-width: 1320px) {
	.sidebar {
		width: 40%;
	}
}
/* 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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: #fe9602;
	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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 {
	border-radius: 13px;
	border: 2px solid #6d6d6d;
	background: #302f37;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(35px);
	transform: rotate(0.162deg);
	flex-shrink: 0;
	padding: 30px;
}

.user_widget,
.register_widget,
.login_widget,
.checkstatus_widget input {
	width: 100%;
	border-radius: 12px;
	border: 2px solid #6d6d6d;
	background: #1e1e22;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(35px);
	transform: rotate(0.162deg);
	flex-shrink: 0;
	padding-bottom: 70px;
}

.captcha_value {
	width: 42px;
}

.widget_reviews_div {
	display: none;
}

.widget_log_submit {
	border: none;
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0.4375rem 1.25rem !important;
	border-radius: 6.25rem !important;
	width: fit-content !important;
	min-width: 11.9375rem !important;
	background: linear-gradient(180deg, #fee72e 29.69%, #ea4d39 100%) !important;
	background-clip: text !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}

.widget_log_submit::before {
	content: "" !important;
	position: absolute !important;
	inset: calc(0px - var(--border-w)) !important;
	border-radius: 100px !important;
	padding: 3px !important;
	background: linear-gradient(180deg, #fee42b, #ea473a) !important;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
	-webkit-mask-composite: xor !important;
	mask-composite: exclude !important;
}

.cf_submit {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0.4375rem 1.25rem !important;
	border-radius: 6.25rem !important;
	width: fit-content !important;
	min-width: 11.9375rem !important;
	background: linear-gradient(180deg, #fee72e 29.69%, #ea4d39 100%) !important;
	background-clip: text !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}

.cf_submit::before {
	content: "" !important;
	position: absolute !important;
	inset: calc(0px - var(--border-w)) !important;
	border-radius: 100px !important;
	padding: 3px !important;
	background: linear-gradient(180deg, #fee42b, #ea473a) !important;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
	-webkit-mask-composite: xor !important;
	mask-composite: exclude !important;
}
.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 {
	font: 600 24px/24px "OpenRunde", sans-serif;
	color: #2e3033;
	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 "OpenRunde", 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: 15px auto;
}
input.widget_reg_input,
input.widget_log_input,
input.widget_checkstatus_input {
	border-radius: 12px;
	border: 2px solid #6d6d6d;
	background: #1e1e22;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(35px);
	color: #fff;
	height: 30px;
}
/* end register widget */

/* login widget */
.widget_log_line_ins input,
.captcha_div input {
	border-radius: 12px;
	border: 2px solid #6d6d6d;
	background: #1e1e22;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(35px);
	color: #fff;
	height: auto;
	width: 100%;
}

.captcha_div input {
	width: 40px;
}

.widget_log_line_text {
	display: none;
	padding: 0 0 15px 0;
	/* display: flex; */
	align-items: center;
	justify-content: center;
	/* top: 444px; */
	gap: 40px;
	/* position: absolute; */
	width: 100%;
	left: 0;
}

.widget_log_line_text > .clear {
	display: none;
}
.login_widget_subm_left {
	color: #fff;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 39px; /* 243.75% */
}
.login_widget_subm_left a {
	color: #fff;
}
.login_widget_subm_right {
	color: #fff;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 39px; /* 243.75% */
}
.login_widget_subm_right a {
	color: #fff;
}
/* end login widget */

/* user widget */
.uswidin {
	margin: 0 0 15px 0;
	font: 600 15px "OpenRunde", 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 "OpenRunde", sans-serif;
	text-decoration: none;
}
.user_widget_body ul li a:hover {
	text-decoration: underline;
}
.user_widget_body ul li.current a {
	color: #6b8199;
	text-decoration: none;
	cursor: default;
}
a.exit_link {
	display: block;
	border: 1px solid #0c72d8;
	background: #0c72d8;
	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 "OpenRunde", sans-serif;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}
a.exit_link:hover {
	background: #fe9602;
	border: 1px solid #fe9602;
	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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", sans-serif;
	color: #000;
	padding: 1px 0 1px 0;
}
.color_d .widget_cbr_title {
	color: #fff;
}
.widget_cbr_birg {
	font: 600 12px "OpenRunde", sans-serif;
	color: #6b8199;
}
.widget_cbr_curs {
	float: left;
	width: 120px;
	padding: 0 0 0 20px;
	font: 13px "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 {
	background: #f3f7fc;
	width: 100%;
	font: 13px "OpenRunde", sans-serif;
	color: #6b8199;
}
.color_d .footer_wrap {
	background: #1e2130;
	color: #8094ad;
}
.footer {
	margin: 0 auto;
	padding: 30px 10px;
}
.copyright {
	padding: 0 0px 20px 0;
}
.footer_menu li {
	font: 13px "OpenRunde", sans-serif;
}
.footer_menu li a {
	text-decoration: underline;
}
.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) {
	.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 "OpenRunde", sans-serif;
	}
	.footer_timetable {
		text-align: center;
	}
}
@media all and (min-width: 700px) and (max-width: 959px) {
	.footer_left {
		float: left;
		padding: 10px 0px 20px 0;
		width: 340px;
	}
	.rtl_body .footer_left {
		float: right;
	}
	.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: 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 {
		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 "OpenRunde", 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;
		padding: 10px 0px 0px 0;
		width: 380px;
	}
	.rtl_body .footer_left {
		float: right;
	}
	.copyright {
		padding: 0 20px 20px 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;
		padding: 10px 0 0 0;
	}
	.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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", 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 */

.login_widget_title_ins {
	font-family: Manrope;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 39px;
	background: linear-gradient(180deg, #fe9602 0%, #fee72e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* 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 "OpenRunde", 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: 1320px;
	margin: 0 auto;
	font: 15px "OpenRunde", 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_windowins {
	position: relative;
	max-width: 340px;
	margin: 0 auto;
	padding: 0 10px;
}
.standart_window_ins {
	padding: 0px 20px 10px;
	background: #323232c7;
	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: 600 18px "OpenRunde", sans-serif;
	color: #fff;
	margin: 0 -20px 15px;
	padding: 15px 40px 15px 20px;
	background: #323232c7;
	border: none;
	border-radius: 4px 4px 0 0;
}
.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 "OpenRunde", 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 "OpenRunde", 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 "OpenRunde", sans-serif;
}
.resultfalse a,
.xtp_error a,
.xtl_error a {
	color: #000;
}
/* end result message */

/* classed */
.red,
.req {
	background: linear-gradient(180deg, #fe9602 0%, #fee72e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 39px;
}
.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 "OpenRunde", 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;
}

.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;
}

/* NEW DESIGNE */

@import url("https://fonts.googleapis.com/css2?family=Aclonica&family=Manrope:wght@200..800&family=Playfair+Display:wght@400..900&family=Tiro+Devanagari+Hindi&display=swap");
* {
	padding: 0;
	margin: 0;
	border: 0;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-size: inherit;*/
	/*font-weight: inherit;*/
}

/*--------------------*/
.wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

._lock {
	overflow: hidden;
}

.container {
	max-width: 83.875rem;
	position: relative;
	padding: 0 0.625rem;
	margin: 0 auto;
}
.containerBlock {
    max-width: 1180px;
    margin: 0 auto;
}

main {
	flex-grow: 1;
}

body {
	background: #302f37;
	color: #fff;
	font-family: "OpenRunde", sans-serif;
	font-weight: 400;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body .homepage_wrap_body {
    background-image: url("./cst_images/img/back-min.webp");
    background-position: right top -10%; /* Сдвигает фон вверх */
    background-repeat: no-repeat;
    background-size: contain; /* Сохраняет исходный размер изображения */
}
body .homepage_wrap_body .wrapper {
	/*background-image: url("./cst_images/Orel-kopiya-2-min.webp");*/
	background-position-x: 119%;
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-size: 1000px 1000px;
}
@media (max-width: 450px) {
	body .homepage_wrap_body .wrapper {
		background-position-x: left;
		background-position-y: 100%;
		background-size: 140% 20%;
	}
}
:root {
	--border-w: 5px;
}

.border-gradient {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.4375rem 1.25rem;
	border-radius: 6.25rem;
	width: fit-content;
	min-width: 11.9375rem;
	background: linear-gradient(180deg, #fee72e 29.69%, #ea4d39 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.border-gradient::before {
	content: "";
	position: absolute;
	inset: calc(0px - var(--border-w));
	border-radius: 100px;
	padding: 3px;
	background: linear-gradient(180deg, #fee42b, #ea473a);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.nav > ul {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 40px;
	row-gap: 0.8125rem;
}
@media (max-width: 1342px) {
	.nav > ul {
		column-gap: calc(30px + 10 * (100vw - 360px) / 982);
	}
}
@media screen and (max-width: 61.99875em) {
	.nav > ul {
		flex-direction: column;
	}
}
.nav > ul a {
	position: relative;
	font-size: 1.125rem;
	background: linear-gradient(180deg, #ea4d39 0%, #fee72e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.nav > ul a._active::after {
	content: "";
	position: absolute;
	left: -0.125rem;
	bottom: -0.25rem;
	background-color: #fff;
	width: 105%;
	height: 0.125rem;
	border-radius: 6.25rem;
}
@media screen and (max-width: 61.99875em) {
	.nav > ul a {
		color: #fff;
		background: unset;
		background-clip: unset;
		-webkit-background-clip: unset;
		-webkit-text-fill-color: unset;
	}
	.nav > ul a._active {
		background: linear-gradient(180deg, #ea4d39 0%, #fee72e 100%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.nav > ul a._active::after {
		display: none;
	}
}

.footer {
	position: relative;
	z-index: 999;
	background: linear-gradient(201deg, #50340c -149.21%, #000 86.2%);
}
.footer__inner {
	display: flex;
	justify-content: space-between;
	padding: 2.8125rem 0 1.25rem 0;
	/*font-size: 1.375em;*/
	font-size: 14px;
}
.footer__inner._mobile {
	display: none;
}
@media screen and (max-width: 61.99875em) {
	.footer__inner {
		display: none;
		font-size: 1.125em;
	}
	.footer__inner._mobile {
		display: flex;
		flex-direction: column;
		padding: 0.9375rem 0;
		row-gap: 0.625rem;
	}
}
@media screen and (max-width: 35.99875em) {
	.footer__inner {
		font-size: 0.8125rem;
	}
}
.footer__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 1.875rem;
}
.footer__row:last-child {
	align-items: end;
}
.footer__row-info {
	flex-grow: 1;
}
.footer__logo {
	flex-grow: 1;
	display: flex;
	align-items: end;
	gap: 1.3125rem;
	margin-bottom: 4.6875rem;
}
@media screen and (max-width: 61.99875em) {
	.footer__logo {
		flex-grow: 0;
		align-items: start;
		gap: 0.625rem;
		margin-bottom: 0;
	}
}
.footer__logo-pic {
	width: 3.4375rem;
	height: 3.4375rem;
	border-radius: 3.25rem;
	box-shadow: 0px 4px 4px 0px #fe444c;
}
@media screen and (max-width: 61.99875em) {
	.footer__logo-pic {
		width: 1.1875rem;
		height: 1.1875rem;
	}
}
.footer__logo-pic img {
	width: 100%;
	height: 100%;
	border-radius: 3.25rem;
}
.footer__logo-name-top {
	display: flex;
	align-items: center;
	gap: 0.375rem;
	font-size: 2.25rem;
	font-family: "OpenRunde", sans-serif;
	color: #fff;
}
.footer__logo-name-top > span {
	color: #fe444c;
}

.footer__logo-name-bottom {
	font-family: "OpenRunde", sans-serif;
	font-size: 0.75rem;
	color: #fff;
}

.footer__schedule {
	display: flex;
	flex-direction: column;
	gap: 1.0625rem;
	margin-top: 76px;
}

.footer__schedule-item > span {
	display: inline-block;
}
.footer__schedule-item p {
	line-height: 150%;
}
.footer__nav {
	text-transform: uppercase;
}
.footer__nav > ul {
	display: flex;
	flex-direction: column;
	row-gap: 2.1875rem;
}
.footer__nav > ul a {
	color: #fff;
}

@media screen and (max-width: 35.99875em) {
	.footer__nav > ul > li:first-child {
		grid-column: 2 span;
	}
	.footer__nav > ul > li:last-child {
		grid-column: 2 span;
	}
}
.footer__socialMedia {
	display: flex;
	align-items: center;
	justify-content: right;
	gap: 0.9375rem;
	margin-bottom: 1.875rem;
}
.footer__socialMedia svg {
	width: 2.1875rem;
	height: 2.1875rem;
}

@media screen and (max-width: 1000px) {
	.footer__logo-name-bottom {
		font-size: 0.375rem;
	}
	.footer__logo-name-top {
		font-size: 1.125rem;
	}
	.footer__schedule {
		gap: 0.1875rem;
		color: #959595;
		margin-bottom: 0.9375rem;
	}
	.footer__nav > ul {
		display: flex;
		flex-direction: column;
		row-gap: 0.5625rem;
	}
	.footer__socialMedia {
		flex-direction: column;
		gap: 1.375rem;
		margin-bottom: 0;
	}
	.footer__schedule {
		margin-top: 20px;
	}
}
@media screen and (max-width: 35.99875em) {
	.footer__socialMedia svg {
		width: 1.5rem;
		height: 1.5rem;
	}
}
.footer__telefon {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	font-size: 1.1363636364em;
	text-align: right;
	margin-bottom: 20px;
}
.footer__telefon svg {
	width: 1.1875rem;
	height: 1.1875rem;
}
.footer__telefon > a {
	color: #fff;
}
@media screen and (max-width: 61.99875em) {
	.footer__telefon {
		text-align: left;
		justify-content: center;
		border-radius: 0.375rem;
		border: 1px solid #fff;
		background: linear-gradient(180deg, #fe9602 11.46%, #ffe000 100%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding: 0.4375rem;
	}
	.footer__telefon svg {
		width: 1rem;
		height: 1rem;
	}
}
.footer__email {
	display: flex;
	flex-direction: column;

	/* text-align: right; */
	line-height: 130%;
	text-transform: uppercase;
}
.footer__email > a {
	background: linear-gradient(180deg, #fe9602 0%, #fee72e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: lowercase;
}
@media screen and (max-width: 61.99875em) {
	.footer__email {
		display: none;
		text-align: left;

		margin-bottom: 0.75rem;
	}
}
@media (max-width: 1440px) {
   .header {
      transform: scale(0.75) !important; /* Подгоните значение под ваш дизайн */
      transform-origin: top center;
      left: 0% !important;
   }
   .content_wrap {
        transform: scale(0.75);
        transform-origin: top center;
        margin-bottom: -50%;
    }
    .container{
        transform: scale(0.75) ;
        transform-origin: top center;
        
    }
    .footerBlock {
        height: calc(45% / 0.75);
        overflow: hidden;
        margin-bottom: -25%;
    }
    .wrapper{
        overflow: hidden;
    }
    .benefitsBlock {
    transform: scale(1.3);
    transform-origin: top center;
}
}
.header {
	position: absolute;
	z-index: 100;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	padding-top: 20px;
}
@media screen and (max-width: 75em) {
	.header {
		padding-top: 1.25rem;
	}
}
.header__inner {
	display: flex;
	align-items: center;
}
.header__inner._mobile {
	display: none;
}
@media screen and (max-width: 75em) {
	.header__inner {
		display: none;
	}
	.header__inner._mobile {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}
.header__logo {
	flex-grow: 1;
	display: flex;
	align-items: end;
	gap: 1.3125rem;
	margin-right: 1.25rem;
	margin-bottom: 20px;
}
@media screen and (max-width: 75em) {
	.header__logo {
		flex-grow: 0;
	}
}
.header__logo-pic {
	width: 3.5625rem;
	height: 3.5625rem;
	border-radius: 3.25rem;
	box-shadow: 0px 4px 4px 0px #fe444c;
}
.header__logo-pic svg {
	width: 100%;
	height: 100%;
	border-radius: 3.25rem;
}
.header__logo-name-top {
	display: flex;
	align-items: center;
	gap: 0.375rem;
	font-size: 2.5rem;
	font-weight: 500;
	font-family: "OpenRunde", sans-serif;
	color: #fff;
}
.header__logo-name-top > span {
	color: #fe444c;
}
@media screen and (max-width: 61.99875em) {
	.header__logo-name-top {
		font-size: 1.125rem;
	}
}
.header__logo-name-bottom {
	color: #fff;
	font-family: "OpenRunde", sans-serif;
	font-size: 0.7rem;
	margin-top: 5px;
}
@media screen and (max-width: 61.99875em) {
	.header__logo-name-bottom {
		font-size: 0.375rem;
	}
}
.xtl_commis_wrap{
 display: none;
}
.header__nav {
	margin-right: 4rem;
}
.header__language {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.125rem;
	color: #a89191;
	font-size: 1.125rem;
	margin-right: 1.75rem;
}
.header__btn {
	margin-right: 0.75rem;
	display: none;
}
.header__person-icon {
	flex-shrink: 0;
	width: 4rem;
	height: 4rem;
}
.header__person-icon img {
	width: 100%;
	height: 100%;
}

.menu__icon {
	position: relative;
	width: 2.5rem;
	height: 1.125rem;
}
.menu__icon span {
	position: absolute;
	width: 100%;
	height: 0.1875rem;
	border-radius: 6.25rem;
}
.menu__body {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.95);
	padding-top: 4.375rem;
}
._open .menu__body {
	display: block;
}
.menu__body-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: fit-content;
	margin: 0 auto;
}
.menu__title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "OpenRunde", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	border-radius: 6.25rem;
	width: 16rem;
	min-height: 2.0625rem;
	background: #1e1e22;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 1.875rem;
}
.menu__title::before {
	content: "";
	position: absolute;
	top: -2px;
	bottom: -2px;
	left: -2px;
	right: -2px;
	background: linear-gradient(180deg, #4d4c4c 20%, #945600);
	border-radius: 6.25rem;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	z-index: -1;
}
.menu__person-icon {
	width: 2.8125rem;
	height: 2.8125rem;
	margin-bottom: 1.375rem;
}
.menu__person-icon img {
	width: 100%;
	height: 100%;
}
.menu__nav {
	margin-bottom: 2.25rem;
}
.menu__checkStatus {
	margin-bottom: 2.125rem;
	background: linear-gradient(180deg, #fee72e 29.69%, #ea4d39 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.menu__socialMedia {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.9375rem;
}
.menu__socialMedia img {
	width: 1.5rem;
	height: 1.5rem;
}

.tradingview-widget-container {
	margin-top: 250px;
}

.about {
	margin-top: 50px;
}

.about__inner {
	text-align: center;
	margin-bottom: 147px;
}
@media (max-width: 1342px) {
	.about__inner {
		margin-bottom: calc(34px + 113 * (100vw - 360px) / 982);
	}
}
.about__title {
	font-size: 36px;
	background: linear-gradient(180deg, #feca80 0%, #fe9b02 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 1.4117647059em;
	font-weight: 600;
}
@media (max-width: 1342px) {
	.about__title {
		font-size: calc(17px + 19 * (100vw - 360px) / 982);
	}
}
.about__desc {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.8;
}
@media (max-width: 1342px) {
	.about__desc {
		font-size: calc(15px + 7 * (100vw - 360px) / 982);
	}
}

.advantages__inner {
	margin-bottom: 101px;
}
@media (max-width: 1342px) {
	.advantages__inner {
		margin-bottom: calc(31px + 70 * (100vw - 360px) / 982);
	}
}
.advantages__title {
	text-align: center;
	font-size: 32px;
	margin-bottom: 1.25em;
}
@media (max-width: 1342px) {
	.advantages__title {
		font-size: calc(18px + 14 * (100vw - 360px) / 982);
	}
}
.advantages__body {
	border-radius: 3.6875rem;
	background: #29292f;
	box-shadow: 4px 4px 4px 2px #1e1d1d;
	padding: 1.875rem 2.5rem;
	margin-bottom: 99px;
}
@media (max-width: 1342px) {
	.advantages__body {
		margin-bottom: calc(38px + 61 * (100vw - 360px) / 982);
	}
}
.advantages__body-wrap {
	display: flex;
	align-items: start;
	column-gap: 1.75rem;
}
@media screen and (max-width: 78.125em) {
	.advantages__body-wrap {
		flex-direction: column;
		align-items: center;
		row-gap: 1.25rem;
	}
}
.advantages__item {
	display: flex;
	align-items: start;
	column-gap: 1.125rem;
}
.advantages__item svg {
	width: 5.625rem;
	object-fit: contain;
}
@media screen and (max-width: 78.125em) {
	.advantages__item svg {
		width: 3.125rem;
	}
}
@media screen and (max-width: 61.99875em) {
	.advantages__item {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}
.advantages__item-text {
	font-size: 1rem;
	line-height: 1.56;
	color: #fe9602;
}
@media screen and (max-width: 35.99875em) {
	.advantages__item-text {
		font-size: 0.75rem;
	}
}
.advantages__item-text > strong {
	display: block;
	color: #fff;
	white-space: nowrap;
	font-size: 1.375rem;
	line-height: 1.81;
	font-weight: 400;
}
@media screen and (max-width: 35.99875em) {
	.advantages__item-text > strong {
		font-size: 0.875rem;
	}
}
.advantages__list-wrap > b {
	display: block;
	font-size: 36px;
	background: linear-gradient(180deg, #fe9602 0%, #fee72e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 1.0588235294em;
}
.advantages__list-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media (max-width: 1342px) {
	.advantages__list-wrap > b {
		font-size: calc(17px + 19 * (100vw - 360px) / 982);
	}
}
.advantages__list {
	display: flex;
	flex-direction: column;
	row-gap: 2.125rem;
}
.advantages__list > li {
	list-style: "--";
	font-size: 1.375rem;
	margin-left: 0.625rem;
	padding-left: 0.625rem;
}
.advantages__list > li > img {
	display: none;
}
@media screen and (max-width: 61.99875em) {
	.advantages__list > li {
		list-style: none;
		display: flex;
		align-items: center;
		gap: 0.625rem;
		margin-left: 0;
		padding-left: 0;
	}
	.advantages__list > li > img {
		display: inline-block;
		width: 2.5rem;
	}
}
@media screen and (max-width: 35.99875em) {
	.advantages__list > li {
		font-size: 0.9375rem;
	}
}

.changeIngo__inner {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	border-radius: 3.6875rem;
	background: #29292f;
	box-shadow: 4px 4px 4px 2px #1e1d1d;
	padding: 0.625rem 0.9375rem;
	margin-bottom: 72px;
	padding-right: 30px;
}
@media (max-width: 1342px) {
	.changeIngo__inner {
		margin-bottom: calc(33px + 39 * (100vw - 360px) / 982);
	}
}
@media screen and (max-width: 61.99875em) {
	.changeIngo__inner {
		padding-right: 0;
		padding: 0.625rem 0.9375rem;
	}
	.changeIngo__inner {
		flex-direction: column;
		text-align: center;
	}
}
.changeIngo__pic {
	position: relative;
	flex: 0 0 7.5rem;
	height: 6.25rem;
}
@media screen and (max-width: 61.99875em) {
	.changeIngo__pic {
		flex: 1 1 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
}
.changeIngo__pic-wrap {
	display: block;
	position: relative;
	height: 100%;
	width: 6.25rem;
}
.changeIngo__pic-wrap > svg {
	position: absolute;
	object-fit: contain;
}
.changeIngo__pic-wrap > svg:nth-child(1) {
	top: 0.625rem;
	left: 0;
	width: 5.25rem;
}
.changeIngo__pic-wrap > svg:nth-child(2) {
	top: 2.25rem;
	left: 2.625rem;
	width: 4rem;
}
.changeIngo__pic-wrap > svg:nth-child(3) {
	top: -0.625rem;
	left: 4.0625rem;
	width: 3.1875rem;
	transform: rotateZ(250deg) rotateY(180deg);
}
.changeIngo__text {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.66;
	background: linear-gradient(180deg, #fe9602 0%, #fee72e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media screen and (max-width: 47.99875em) {
	.changeIngo__text {
		font-size: 0.875rem;
		line-height: 1.3;
	}
}
.changeIngo__link {
	/* display: none; */
}
@media screen and (max-width: 61.99875em) {
	.changeIngo__link {
		display: block;
		font-size: 0.875rem;
		background: #fff;
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin-bottom: 1.25rem;
	}
	.changeIngo__link::after {
		content: "";
		position: absolute;
		top: -3px;
		left: -3px;
		width: calc(100% + 5px);
		height: calc(100% + 5px);
		background-color: rgba(217, 217, 217, 0.08);
		border-radius: 6.25rem;
	}
}

.primary {
	margin-bottom: 103px;
}
@media (max-width: 1342px) {
	.primary {
		margin-bottom: calc(41px + 62 * (100vw - 360px) / 982);
	}
}
.primary__inner {
	position: relative;
	z-index: 50;
	padding-top: 15.625rem;
	display: flex;
	justify-content: space-between;
	column-gap: 97px;
	margin-bottom: 71px;
}
@media (max-width: 1342px) {
	.primary__inner {
		column-gap: calc(10px + 87 * (100vw - 360px) / 982);
	}
}
@media (max-width: 1342px) {
	.primary__inner {
		margin-bottom: calc(41px + 30 * (100vw - 360px) / 982);
	}
}
@media screen and (max-width: 61.99875em) {
	.primary__inner {
		display: block;
		padding-top: 6.25rem;
	}
}
.primary__img {
	position: relative;
	flex-shrink: 0;
	flex-basis: 706px;
}
@media (max-width: 1342px) {
	.primary__img {
		flex-basis: calc(200px + 506 * (100vw - 360px) / 982);
	}
}
@media screen and (max-width: 61.99875em) {
	.primary__img {
		position: absolute;
		top: 1.25rem;
		right: -9.375rem;
		width: 25rem;
	}
}
@media screen and (max-width: 35.99875em) {
	.primary__img {
		width: 18.75rem;
	}
}
.primary__img-wrap {
	/* position: relative; */
	z-index: -10;
	position: absolute;
	top: -6.25rem;
	right: 0;
	width: 130%;
	padding-bottom: 130%;
}
@media screen and (max-width: 61.99875em) {
	.primary__img-wrap {
		top: 0;
	}
}
.primary__img-wrap > span {
	position: absolute;
	z-index: -10;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 0.125rem solid #6d6d6d;
	background: #282730;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25),
		-50px 4px 4px -50px rgba(0, 0, 0, 0.25) inset;
	backdrop-filter: blur(35px);
}
@media screen and (max-width: 61.99875em) {
	.primary__img-wrap > span {
		display: none;
	}
}
.primary__img-eagle {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	object-fit: contain;
}
.primary__img-cloud-wrap {
	position: absolute;
	top: -1.875rem;
	right: 0;
	width: 18.4375rem;
}
@media screen and (max-width: 61.99875em) {
	.primary__img-cloud-wrap {
		display: none;
	}
}
.primary__img-cloud {
	width: 100%;
	object-fit: contain;
}
.primary__img-cloud-phrase {
	position: absolute;
	top: 30%;
	left: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 0.625rem;
	font-weight: 600;
	white-space: nowrap;
}
.primary__img-cloud-phrase > b {
	font-size: 1.25rem;
	font-weight: 600;
	background: linear-gradient(180deg, #fe9602 0%, rgba(255, 0, 0, 0.76) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
}
.primary__img-cloud-phrase > strong {
	font-size: 1.125rem;
	color: #14151a;
}
.primary__swiper {
	overflow: visible !important;
}
.primary__swiper .swiper-slide {
	width: auto !important;
}

.info-primary__title {
	font-family: "OpenRunde", sans-serif;
	font-size: 55px;
	line-height: 1.45;
	margin-bottom: 1.25em;
}
@media (max-width: 1342px) {
	.info-primary__title {
		font-size: calc(18px + 37 * (100vw - 360px) / 982);
	}
}
.info-primary__subtitle {
	font-family: "OpenRunde", sans-serif;
	font-size: 20px;
	line-height: 2;
	margin-bottom: 3.5em;
}
@media (max-width: 1342px) {
	.info-primary__subtitle {
		font-size: calc(12px + 8 * (100vw - 360px) / 982);
	}
}
@media screen and (max-width: 61.99875em) {
	.info-primary__subtitle {
		max-width: 21.875rem;
	}
}
@media screen and (max-width: 47.99875em) {
	.info-primary__subtitle {
		max-width: 15.625rem;
	}
}
@media screen and (max-width: 35.99875em) {
	.info-primary__subtitle {
		max-width: 11.5625rem;
	}
}
.info-primary__selects {
	display: flex;
	flex-direction: column;
	row-gap: 5.25rem;
	margin-bottom: 110px;
	max-width: 31rem;
	font-size: 1.5em;
}
@media (max-width: 1342px) {
	.info-primary__selects {
		margin-bottom: calc(79px + 31 * (100vw - 360px) / 982);
	}
}
@media screen and (max-width: 61.99875em) {
	.info-primary__selects {
		max-width: 25rem;
		font-size: 1.25em;
		row-gap: 3.75rem;
	}
}
@media screen and (max-width: 35.99875em) {
	.info-primary__selects {
		margin: 0 auto 4.9375rem auto;
	}
}
.info-primary__selects .choices,
.info-primary__selects .choices.is-open {
	border-radius: 3.6875rem;
	box-shadow: 4px 4px 4px 2px #1e1d1d;
	margin-bottom: 0;
	font-size: 1em;
}
.info-primary__selects .choices__inner {
	display: flex;
	border: none;
	background: #29292f;
	border-radius: 3.6875rem;
	font-size: 1em;
}
@media screen and (max-width: 35.99875em) {
	.info-primary__selects .choices__inner {
		padding: 0;
	}
}
.info-primary__selects .choices__list--single {
	padding: 0.25rem;
}
@media screen and (max-width: 61.99875em) {
	.info-primary__selects .choices__list--dropdown .choices__item,
	.info-primary__selects .choices__list[aria-expanded] .choices__item {
		padding: 0;
	}
}
.info-primary__selects .choices[data-type*="select-one"] .choices__inner {
	padding: 0;
}
.info-primary__selects .choices__list--selectable {
	padding: 0;
	border: none;
}
.info-primary__selects .choices__list--dropdown {
	left: 1.5625rem;
	right: 1.25rem;
	width: unset;
	color: #000;
	font-size: 0.8333333333em;
	border: none;
	border-radius: 0 0 0.4375rem 0.4375rem;
}
.info-primary__selects .choices__input {
	background: linear-gradient(180deg, #fe9602 46.88%, #fee42b 100%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25),
		0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	min-height: 3.25rem;
}
@media screen and (max-width: 35.99875em) {
	.info-primary__selects .choices__input {
		min-height: 2.5rem;
	}
}
.info-primary__selects .choices__item {
	display: flex;
	align-items: center;
	font-size: 0.8333333333em;
}
.info-primary__selects .choices__item > span {
	flex-grow: 1;
}
.info-primary__selects .choices__item--choice {
	background: #fff;
	box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.25),
		0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.info-primary__selects .choices__item--choice:last-child {
	border-radius: 0 0 0.4375rem 0.4375rem;
}
@media screen and (max-width: 35.99875em) {
	.info-primary__selects .choices__item--choice {
		padding: 0;
	}
}
.info-primary__selects .choices[data-type*="select-one"]::after {
	display: none;
}
.info-primary__selects-icon {
	width: 3.1875rem;
	height: 3.1875rem;
	margin-left: 0.625rem;
}
@media screen and (max-width: 47.99875em) {
	.info-primary__selects-icon {
		width: 2.0625rem;
		height: 2.0625rem;
	}
}
.info-primary__selects-arrow {
	width: 1.875rem;
	height: 1.875rem;
	transform: rotate(90deg);
	transition: all 0.2s ease-in-out;
}
.choices.is-open .info-primary__selects-arrow {
	transform: rotate(-90deg);
}
.info-primary__select {
	position: relative;
}
.info-primary__select-bottom-info {
	position: absolute;
	z-index: -1;
	top: 85%;
	left: 1.5625rem;
	right: 1.25rem;
	display: flex;
	align-items: end;
	justify-content: space-between;
	border-radius: 0.375rem;
	background: linear-gradient(180deg, #fe9602 46.88%, #fee42b 100%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #323232;
	min-height: 3.25rem;
	padding: 0.9375rem 0.625rem 0.3125rem 0.625rem;
}
.info-primary__select-bottom-info > small {
	font-size: 0.6875rem;
	color: #585858;
}
@media screen and (max-width: 35.99875em) {
	.info-primary__select-bottom-info {
		min-height: 2.5rem;
	}
}
.info-primary__selects-control {
	position: absolute;
}
.info-primary__btn {
	background: #fff;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0 auto;
}
.info-primary__btn::after {
	content: "";
	position: absolute;
	top: -3px;
	left: -3px;
	width: calc(100% + 5px);
	height: calc(100% + 5px);
	background-color: rgba(217, 217, 217, 0.08);
	border-radius: 6.25rem;
}

.primary-currency {
	text-transform: uppercase;
}
.primary-currency__item {
	display: flex;
	align-items: center;
	gap: 1.5625rem;
	font-size: 1.25rem;
}
.primary-currency__item-left {
	display: flex;
	align-items: center;
	gap: 0.9375rem;
}
.primary-currency__item-right {
	color: #fe444c;
}
.primary-currency__item-right._plus {
	color: #fe9602;
}

.reserve {
	margin-top: 200px;
}

@media screen and (max-width: 61.99875em) {
	.reserve .container {
		padding: 0;
	}
}
@media screen and (max-width: 61.99875em) {
	.reserve {
		position: relative;
	}
}
.reserve__inner {
	position: relative;
	border-radius: 3.6875rem;
	background: #29292f;
	box-shadow: 4px 4px 4px 2px #1e1d1d;
	padding: 0.9375rem 3.5rem 3.5rem 3.5rem;
	margin-bottom: 98px;
}
@media (max-width: 1342px) {
	.reserve__inner {
		margin-bottom: calc(38px + 60 * (100vw - 360px) / 982);
	}
}
@media screen and (max-width: 61.99875em) {
	.reserve__inner {
		border-radius: 0;
		padding: 0.625rem 0 1.875rem 0;
	}
}
.reserve__title {
	text-align: center;
	font-family: "OpenRunde", sans-serif;
	font-size: 32px;
	margin-bottom: 0.78125em;
}
@media (max-width: 1342px) {
	.reserve__title {
		font-size: calc(18px + 14 * (100vw - 360px) / 982);
	}
}
.reserve__swiper {
	padding: 0.125rem !important;
}
@media screen and (max-width: 61.99875em) {
	.reserve__swiper {
		overflow: visible !important;
	}
}
@media screen and (max-width: 61.99875em) {
	.reserve__swiper .swiper-slide {
		width: auto !important;
	}
}
.reserve .swiper-button-prev,
.reserve .swiper-button-next {
	position: absolute;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	object-fit: contain;
}
.reserve .swiper-button-prev::after,
.reserve .swiper-button-next::after {
	display: none;
}
.reserve .swiper-button-prev svg,
.reserve .swiper-button-next svg {
	width: 2.0625rem;
}
@media screen and (max-width: 61.99875em) {
	.reserve .swiper-button-prev,
	.reserve .swiper-button-next {
		display: none;
	}
}
.reserve .swiper-button-prev {
	left: 1.25rem;
	transform: rotate(180deg);
	top: 50%;
}
.reserve .swiper-button-next {
	right: 1.25rem;
	top: 58%;
}
.reserve .swiper-scrollbar {
	display: none;
	bottom: 0.625rem !important;
}
.reserve .swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #fe9602;
	height: 0.1875rem;
}
@media screen and (max-width: 61.99875em) {
	.reserve .swiper-scrollbar {
		display: block;
	}
}
.reserve__item {
	position: relative;
	display: flex;
	align-items: start;
	gap: 0.875rem;
	border-radius: 1.4375rem;
	background: #1e1e22;
	padding: 0 1.375rem 0.625rem 1.375rem;
}
.reserve__item::before {
	content: "";
	position: absolute;
	top: -2px;
	bottom: -2px;
	left: -2px;
	right: -2px;
	background: linear-gradient(180deg, rgb(96, 95, 95), rgb(105, 61, 0));
	z-index: -1;
	border-radius: 1.4375rem;
}
@media screen and (max-width: 61.99875em) {
	.reserve__item {
		min-width: 16rem;
	}
}
.reserve__item-pic svg {
	width: 5.3125rem;
	object-fit: contain;
}
@media screen and (max-width: 47.99875em) {
	.reserve__item-pic svg {
		width: 2.1875rem;
	}
}
.reserve__item-text {
	display: flex;
	flex-direction: column;
	row-gap: 1.125rem;
	padding-top: 1.5rem;
	font-size: 1.125rem;
}
@media screen and (max-width: 47.99875em) {
	.reserve__item-text {
		font-size: 0.875rem;
		row-gap: 0.375rem;
		padding-top: 0.3125rem;
	}
}

.services {
	margin-bottom: 88px;
}
@media (max-width: 1342px) {
	.services {
		margin-bottom: calc(32px + 56 * (100vw - 360px) / 982);
	}
}
.services__inner {
	display: flex;
	column-gap: 1.375rem;
	margin-bottom: 138px;
}
@media (max-width: 1342px) {
	.services__inner {
		margin-bottom: calc(27px + 111 * (100vw - 360px) / 982);
	}
}
@media screen and (max-width: 109.375em) {
	.services__inner {
		align-items: center;
	}
}
@media screen and (max-width: 61.99875em) {
	.services__inner {
		display: block;
	}
}
.services__pic {
	flex-shrink: 0;
	flex-basis: 730px;
	position: relative;
}
@media (max-width: 1342px) {
	.services__pic {
		flex-basis: calc(300px + 430 * (100vw - 360px) / 982);
	}
}
.services__pic > img {
	position: absolute;
	top: -12.5rem;
	right: 0;
	width: 130%;
	object-fit: contain;
}
@media screen and (max-width: 109.375em) {
	.services__pic > img {
		width: 100%;
	}
}
@media screen and (max-width: 61.99875em) {
	.services__pic {
		display: none;
	}
}
.services__info {
	display: flex;
	flex-direction: column;
	row-gap: 38px;
}
@media (max-width: 1342px) {
	.services__info {
		row-gap: calc(28px + 10 * (100vw - 360px) / 982);
	}
}
@media screen and (max-width: 850px) {
	.services__info {
		display: none;
	}
	/* .services__info {
		text-align: center;
		align-items: center;
	} */
}

.services__title {
	font-size: 36px;
	font-weight: 500;
	background: linear-gradient(180deg, #fe9602 0%, #fee72e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media (max-width: 1342px) {
	.services__title {
		font-size: calc(17px + 19 * (100vw - 360px) / 982);
	}
}
.services__desc {
	font-size: 22px;
	line-height: 1.8;
}
@media (max-width: 1342px) {
	.services__desc {
		font-size: calc(15px + 7 * (100vw - 360px) / 982);
	}
}
.services__valutes {
	display: flex;
	align-items: start;
	justify-content: space-between;
	padding-left: 3.125rem;
}
@media screen and (max-width: 61.99875em) {
	.services__valutes {
		padding-left: 0;
	}
}
.services__coins {
	position: relative;
}
.services__coins > svg {
	position: absolute;
	object-fit: contain;
}
.services__coins > svg:nth-child(1) {
	top: 0;
	right: 3.75rem;
	width: 3.75rem;
}
.services__coins > svg:nth-child(2) {
	top: -0.625rem;
	right: 0rem;
	width: 2.4375rem;
}
.services__coins > svg:nth-child(3) {
	top: 3.75rem;
	right: -0.3125rem;
	width: 3.1875rem;
}
.services__coins > svg:nth-child(4) {
	top: 6.25rem;
	right: 3.4375rem;
	width: 3.1875rem;
}
@media screen and (max-width: 61.99875em) {
	.services__coins {
		display: none;
	}
}
.services__valutes-list {
	font-size: 36px;
	line-height: 1.5;
}
@media (max-width: 1342px) {
	.services__valutes-list {
		font-size: calc(20px + 16 * (100vw - 360px) / 982);
	}
}
@media screen and (max-width: 61.99875em) {
	.services__valutes-list {
		color: #fe9602;
		font-family: "OpenRunde", sans-serif;
	}
}
.services__bottom-phrase {
	display: flex;
	flex-direction: column;
	column-gap: 22px;
	text-align: center;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.38;
	background: linear-gradient(180deg, #fe9b02 13.02%, #fee72e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media (max-width: 1342px) {
	.services__bottom-phrase {
		column-gap: calc(11px + 11 * (100vw - 360px) / 982);
	}
}
@media (max-width: 1342px) {
	.services__bottom-phrase {
		font-size: calc(15px + 21 * (100vw - 360px) / 982);
	}
}
.services__bottom-phrase > small {
	font-size: 32px;
	font-weight: 300;
	line-height: 1.5;
}
@media (max-width: 1342px) {
	.services__bottom-phrase > small {
		font-size: calc(14px + 18 * (100vw - 360px) / 982);
	}
}

/* //// style from delphin */
html.active,
html.active body {
	overflow: hidden;
}

/**************** HEADER*/

.header_wrap-mobile {
	display: none;
}

.header_mobile {
}
.header_mobile-wrapper {
	display: flex;
	margin: 25px 30px 0 30px;
	justify-content: space-between;
	align-items: center;
}
/**/
body.admin-bar .mobile-modal_menu.active {
    padding-top: 60px;
}
.mobile-modal_menu.active {
	display: flex;
	z-index: 90;
}
.close-menu-modal-top{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.close-menu-modal-top__item{
    width: 28px;
    height: 28px;
    border-radius: 100%;
    /* background: #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--navy);
    font-size: 14px;
    font-weight: bold;
}
.modal_menu-wrapper-body{
    margin-bottom: 10px;
}
.modal_menu-wrapper-body a {
    color: #fff;
    display: block;
    font-size: 26px;
    line-height: 43px;
}
.menu-mobile-menu{
    
}
.mobile-modal_menu {
    display: none;
    background: #111212;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    color: #fff;
    padding: 10px;
    display: none;
    flex-direction: column;
}
.modal_menu-wrapper {
	max-width: 260px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
}
.modal_menu-title {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 255px;
	height: 33px;
}
.close-menu-modal {
	width: max-content;
	position: absolute;
	right: -20px;
	/* 
	top: -3px; */
}
.modal_menu-title a {
	display: none;
	text-align: center;
	font-size: 24px;
	width: 100%;
	height: 100%;
	background: #1e1e22;
	border-radius: 23px;
	/* display: flex; */
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 16px;
}
.modal_menu-title a:before {
	content: "";
	position: absolute;
	inset: calc(0px - 0px);
	border-radius: 100px;
	padding: 2px;
	background: linear-gradient(180deg, #6d6d6d, #fe9602);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
.modal_menu-wrap__ul {
	margin-top: auto;
    display: flex;
    flex-direction: column;
}
.modal_menu-profile {
	display: none;
	text-align: center;
}
.headerMobEl-btns__btn{
    background: none;
    border: 1px solid #fac031;
    font-size: 16px;
    padding: 20px;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
.headerMobEl-btns__btn:hover{
	border: 1px solid #baac88;
}

.headerMobEl-btns__btn:after{
    width: 1.5px;
    border-right: 1.5px solid #5d584d75;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    display: block;
    content: '';
    right: 60px;
}
.modal_menu__ul {
	margin-top: 22px;
	text-align: center;
}
.modal_menu__ul > li:not(:nth-of-type(1)) {
	margin-top: 13px;
}
.modal_menu__ul a {
	color: #fff;
	font: 18px / 18px "OpenRunde", sans-serif;
	height: 30px;
	background: none;

	padding: 0;
	text-decoration: none;
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.modal_menu__ul .current_page_item a {
	background: none;
	color: #2e3033;
	padding: 0;
	text-decoration: none;
	background: linear-gradient(180deg, #ea4d39 0%, #fee72e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.modal_menu-check_status {
	display: none;
	margin-top: 36px;
	position: relative;
}
.modal_menu-check_status {
	padding: 10px 16px;
	border-radius: 28px;
}
.modal_menu-check_status a:before {
	content: "";
	position: absolute;
	inset: calc(0px - 0px);
	border-radius: 100px;
	padding: 2px;
	background: linear-gradient(180deg, #6d6d6d, #fe9602);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
.modal_menu_auth {
	display: flex;
	flex-direction: column;
	margin-top: 16px;
	gap: 16px;
}
.modal_menu_auth a {
	color: #fff;
}
.modal_menu-social {
	display: flex;

	width: 80%;
	margin-top: 20px;
	align-items: center;
	justify-content: center;
}
.modal_menu-social a {
	display: block;
}
.modal_menu-social .topbar_icon_tabul {
	display: grid;
	/* flex-direction: column; */
	grid-template-rows: 1fr 1fr 1fr 1fr;
	grid-template-areas:
		"tg skype"
		"email email"
		"phone phone";
	justify-content: center;
	grid-column-gap: 10px;
}

.modal_menu-social .topbar_icon_tabul .topbar_icon {
	/* margin: 0; */
	width: max-content;
	margin: 0 auto;
}
/* .modal_menu-social .topbar_icon_tabul > .telegram {
	grid-area: tg;
}
.modal_menu-social .topbar_icon_tabul > .skype {
	grid-area: skype;
}
.modal_menu-social .topbar_icon_tabul > .email {
	grid-area: email;
}
.modal_menu-social .topbar_icon_tabul > .phone {
	grid-area: phone;
} */
@media (max-width: 1200px) {
	.header_wrap-pk {
		display: none;
	}
	.header_wrap-mobile {
		display: block;
	}
}


/****************END HEADER*/

/******************  pn-homepage */
.xchange_table_wrap-mobile {
	display: none;
}
@media (max-width: 1050px) {
	.footer__row-social-media {
		display: none;
	}
	.xchange_table_wrap-pk {
		display: none;
	}
	.xchange_table_wrap-mobile {
		display: block;
	}
	.block__header-xchange {
		display: flex;
		flex-direction: row-reverse;
	}
	.index_log {
		position: absolute;
		left: auto;
		right: -10px;
		/* top: 30px; */
		width: 100%;
		object-fit: contain;
		display: flex;
		justify-content: flex-end;
	}
	.index_log > svg {
		width: 100%;
	}
	.block__header-xchange {
		display: flex;
		flex-direction: row-reverse;
		justify-content: start;
	}
	.comntent_right {
		width: 60%;
	}
	.comntent_right h1 {
		font-size: 24px;
	}
	.comntent_right p {
		font-size: 12px;
		line-height: 20px;
	}
	.xtl_submit_wrap {
		display: flex;
		justify-content: center;
	}
	.xtl_submit_ins {
		right: auto;
	}
	.xtl_table_body {
		margin: 0;
		align-items: center;
	}
	.xtl_left_col,
	.xtl_right_col {
		background: transparent;
		box-shadow: none;
		width: 100%;
	}
	.xtl_center_col {
		margin: 0;
		margin-top: 20px;
	}
}
@media (max-width: 550px) {
	.xchange_table_wrap-pk {
		display: none;
	}
	.xchange_table_wrap-mobile {
		display: block;
	}
	.block__header-xchange {
		display: flex;
		flex-direction: row-reverse;
	}
	.index_log {
		position: absolute;
		left: auto;
		right: -10px;
		/* top: 30px; */
		width: 100%;
		object-fit: contain;
		display: flex;
		justify-content: flex-end;
	}
	.index_log > svg {
		width: 100%;
	}
	.block__header-xchange {
		display: flex;
		flex-direction: row-reverse;
		justify-content: start;
	}
	.comntent_right {
		width: 60%;
	}
	.comntent_right h1 {
		font-size: 24px;
	}
	.comntent_right p {
		font-size: 12px;
		line-height: 20px;
	}

	.xchange_table_wrap-mobile .select_txt {
		font-size: 15px;
	}
	.footer__row {
		flex-direction: column;
		align-items: self-start;
	}
	.footer__row-social-media {
		display: flex;
	}
	.footer__row-social-media .footer__socialMedia {
		display: flex;
		flex-direction: row;
		margin-top: 20px;
	}
	.footer__row-social-media .footer__socialMedia a {
		display: block;
	}
	.footer__row:last-child {
		align-items: start;
	}
	.footer__schedule {
		margin-top: 10px;
	}
}
/******************END  pn-homepage */

/**************.select_js.open*/
.select_js.open .select_js_title {
	background: #29292f;
}
.select_js_search {
	border-radius: 60px;
}
.select_js_search input {
	background-color: #29292f;
	border: none;
	outline: none;
	border-radius: 60px;
}
.select_js_ul {
	background-color: #29292f;
	background: #29292f;
	border: 1px solid #29292f;
}
.select_js_ulli {
	border: 1px solid transparent;
}
.select_js_ulli:hover,
.select_js_ulli.active {
	background-color: #29292f;
	background: #29292f;
	border: 1px solid #fff;
}

.select_js_ul::-webkit-scrollbar {
	width: 3px;
	background-color: #fff;
}
.select_js_ul::-webkit-scrollbar-thumb {
	background-color: gray;
	border-radius: 3px;
}
.select_js_ul::-webkit-scrollbar-track {
	border-right: 1px solid #29292f;
	background-color: #fff;
}
.select_js_ul::-webkit-scrollbar {
	width: 7px;

	background-color: #29292f;
}
.select_js_ul_ins .select_ico.currency_logo {
	position: absolute;
	float: none;
	top: 4px;
	left: 10px;
	width: 40px;
	height: 40px;
}
@media (max-width: 450px) {
	.xtl_table_body {
		margin: 0;
	}
	.xtl_left_col,
	.xtl_right_col {
		width: 100%;
		background: transparent;
		border: none;
		box-shadow: none;
		padding: 0;
	}
	.select_js_title {
		height: 50px;
	}
	.select_js_title_ins .select_ico.currency_logo {
		position: absolute;
		float: none;
		top: 7px;
		left: 10px;
		width: 40px;
		height: 40px;
	}
	.select_js_ul_ins .select_ico.currency_logo {
		position: absolute;
		float: none;
		top: 10px;
		left: 10px;
		width: 30px;
		height: 30px;
	}
	.select_txt {
		font-size: 20px;
	}
	.iselect_js .select_js_title_ins {
		height: 50px;
	}
	.xtl_select_wrap {
		margin: 0;
	}
	.xtl_input_wrap > input {
		height: 45px;
		/*font-size: 18px;*/
	}
	/* .xtl_center_col a.xtl_change {
		display: none;
	} */
	.xtl_center_col {
		margin-top: 35px;
		margin-bottom: 15px;
	}
	.homepage_wrap .xtl_exchange_rate {
		margin-top: 70px;
	}
}

/**************END .select_js.open*/

/**************COMMON STYLES*/
.cst_margin {
	margin-right: 50px;
}
@media (max-width: 1050px) {
	.cst_margin {
		margin-right: 0;
	}
	.cst_margin .cf_div_wrap {
		margin-right: 0;
	}
}
@media (max-width: 450px) {
	.cst_margin {
		margin-right: 0px;
	}
}
/* // */
.cst_header .acf_div_title {
	text-align: center;
	font-size: 24px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 10px;
	border: none;
	background: #302f37;
	box-shadow: none;
	backdrop-filter: none;
	padding: 18px 0;
	margin-bottom: 35px;
	position: relative;
}
.cst_header .acf_div_title:before {
	content: "";
	position: absolute;
	inset: calc(0px - 0px);
	border-radius: 8px;
	padding: 2px;
	background: linear-gradient(180deg, #6d6d6d, #fe9602);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
.cst_header .acf_div_title .acf_div_title_ins {
	background: linear-gradient(180deg, #fe9b02 13.02%, #fee72e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 30px;
}
@media (max-width: 450px) {
	.cst_header .acf_div_title {
		font-size: 16px;
		margin-bottom: 25px;
		padding: 16px 0;
	}
	.cst_header .acf_div_title .acf_div_title_ins {
		font-size: 24px;
	}
}
/* ////// */
.cst_btn__Yellow .has_submit input {
	background: transparent;
	border: none !important;
	outline: none;
}
.cst_btn__Yellow .has_submit input:hover,
.cst_btn__Yellow .has_submit input[type="submit"] {
	background: transparent;
}
.cst_btn__Yellow .has_submit {
	margin: 25px auto 70px auto;

	width: max-content;

	display: flex;

	padding: 0;
	position: relative;
	background: linear-gradient(180deg, #fe9b02 13.02%, #fee72e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.cst_btn__Yellow .has_submit:before {
	content: "";
	position: absolute;
	inset: calc(0px - 0px);
	border-radius: 100px;
	z-index: -1;
	padding: 2px;
	background: linear-gradient(180deg, #fee42b, #ea473a);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
@media (max-width: 450px) {
	.cst_btn__Yellow .has_submit {
		margin: 15px auto 40px auto;
	}
}
/* //// */
.cst_input .form_field_label {
	margin-left: 15px;
}
.cst_input .form_field_line span {
	margin-left: 0;
	line-height: 110%;
}
.cst_input .form_field_line input,
.cst_input .form_field_line textarea {
	color: #fff;
	width: 100%;
	background-color: #1e1e22;
	position: relative;
	border: 1px solid #fe9602;
	border-radius: 12px;
}
@media (max-width: 450px) {
	.cst_input .form_field_label {
		margin-left: 10px;
	}
	.cst_input .form_field_line span {
		font-size: 16px;
	}
}

/* // */
.cst_table .pntable table thead th {
	background: transparent;
	border: none;
	color: #fff;
	font-size: 20px;
	padding: 10px 5px;
}
.cst_table .pntable table thead {
	border: 1px solid #fe9602;
	border-left-width: 0;
	border-right-width: 0;
}
.cst_table .pntable table td {
	background: transparent;
	border: none;
	color: #fe9602;
	font-size: 16px;
	padding: 10px 5px;
}
.cst_table .pntable table tr:hover td {
	background: transparent;
}
.cst_table tbody td:not(:nth-last-of-type(1)) {
	border-right-width: 1px;
	border-right-color: #fff;
	border-right-style: solid;
}
@media (max-width: 800px) {
	.cst_table .pntable table thead th {
		font-size: 16px;
		padding: 8px 3px;
	}
	.cst_table .pntable table td {
		font-size: 16px;
		padding: 8px 3px;
	}
}
@media (max-width: 450px) {
	/* .cst_table .pntable table thead {
		display: block !important;
	} */
	.cst_table .pntable table td {
		background: transparent;
		border: none;
		color: #fe9602;
		font-size: 20px;
		padding: 0px;
	}
	.cst_table .pntable table thead th {
		font-size: 13px;
		padding: 5px;
	}
	.cst_table .pntable .one_item {
		background: transparent;
		padding: 0;
		box-shadow: none;
		margin-left: 20px;
		margin-right: 20px;
		border-radius: 0;
		padding-bottom: 20px;
		border-bottom: 1px solid #fe9602;
	}
	.cst_table tbody td {
		border-right-color: transparent;
	}

	.cst_table .one_item {
		background: transparent;
		box-shadow: 0 0 5px #fe9602;
		padding: 15px;
		margin-bottom: 30px;
	}
	.cst_table .one_item_content {
	}
	.cst_table .one_item_content a {
		color: #fff;
		font-size: 14px;
	}
}
/**************END common styles*/
/**************REVIEWS*/

.reviews_page .rf_div_wrap {
	border: none;
}

.reviews_page {
	border: 1px solid #6d6d6d;
	border-radius: 13px;
	padding: 18px;
	margin-right: 20px;
}
.reviews_page h1 {
	background: none;
	color: #2e3033;
	padding: 0;
	font-size: 28px;
	font-weight: 600;
	text-decoration: none;
	background: linear-gradient(180deg, #ea4d39 0%, #fee72e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.reviews_partners {
	margin-top: 22px;
	display: grid;
	flex-wrap: wrap;
	justify-content: space-between;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 10px;
}
.reviews_partners > div {
	/* border: 1px solid red; */
	padding: 10px;
}

.reviews_partners > div {
	background: #1e1e22;
	border-radius: 23px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	color: #fff;
	padding: 10px;
	position: relative;
	text-align: center;
	height: 48px;
}
.reviews_partners > div:before {
	content: "";
	position: absolute;
	inset: calc(0px - 0px);
	border-radius: 100px;
	padding: 2px;
	background: linear-gradient(180deg, #6d6d6d, #fe9602);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
.reviews_page .many_reviews {
	margin-top: 28px;
}
.reviews_page .one_reviews {
	background: #1e1e22;
	box-shadow: none;
	border-radius: 12px;
	padding: 20px 20px 10px;
	margin: 0 0 20px 0;
	position: relative;
}
.reviews_page .one_reviews:before {
	content: "";
	position: absolute;
	inset: calc(0px - 2px);
	border-radius: 12px;
	padding: 2px;
	background: linear-gradient(180deg, #6d6d6d, #fe9602);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
.reviews_page .one_reviews_ins {
	display: flex;
	flex-direction: column;
}
.one_reviews_name {
	margin: 0;
}
.one_reviews_date {
	color: #fe9602;
}
.one_reviews_text {
	margin-top: 5;
}

.reviews_page .rf_div_title {
	border: none;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	text-align: left;
	padding: 0;
	margin-bottom: 20px;

	background: none;
	color: #2e3033;
	font-weight: 400;
	text-decoration: none;
	background: linear-gradient(180deg, #ea4d39 0%, #fee72e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 24px;
}

.reviews_page .rf_div_ins {
	display: grid;
	grid-template-areas:
		"name email"
		"review review"
		"cap btn";

	grid-gap: 20px;
}
.reviews_page .rf_div_ins .rf_line {
	padding: 0;
}
.reviews_page .field_name_name {
	grid-area: name;
}
.reviews_page .field_name_email {
	grid-area: email;
}
.reviews_page .field_name_text {
	grid-area: review;
}
.reviews_page .captcha_div {
	grid-area: cap;
}
.reviews_page .has_submit {
	grid-area: btn;
}

.reviews_page .field_name_text .rf_label {
	display: none;
}

.reviews_page .has_submit {
	position: relative;
	text-align: center;
	font-size: 24px;
	width: 100%;

	align-self: flex-end;
	background: #1e1e22;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 9px;
	border: none;
	height: 50px;
}
.reviews_page .has_submit:before {
	content: "";
	position: absolute;
	inset: calc(0px - 0px);
	border-radius: 12px;
	padding: 2px;
	background: linear-gradient(180deg, #6d6d6d, #fe9602);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
.reviews_page .has_submit input,
.reviews_page .has_submit input:hover,
.reviews_page .has_submit input[type="submit"] {
	border: none !important;
	background: none;
	outline: none;
	border-radius: 0;
	z-index: 2;
}
@media (max-width: 768px) {
	.reviews_page {
		margin-right: 0;
	}
	.reviews_page .rf_div_ins {
		display: grid;
		grid-template-areas:
			"name email"
			"review review"
			"cap cap"
			"btn btn";

		grid-gap: 20px;
	}
	.reviews_page .rf_div_wrap {
		box-shadow: none;
	}
	.reviews_partners {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 450px) {
	.reviews_page {
		padding: 15px;
	}
	.reviews_partners {
		grid-template-columns: 1fr 1fr;
	}
	.reviews_partners > div {
		font-size: 12px;
	}
	.reviews_page .rf_div_wrap {
		box-shadow: none;
	}
	.reviews_page .captcha_div {
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	.reviews_page .rf_div_ins {
		grid-template-areas:
			"name email"
			"review review"
			"cap cap"
			"btn btn";
	}
}
/**************Safety*/
.safety_page.cst_input .form_field_line input {
	background-color: transparent;
}
.safety_page .acf_line_ins select {
	width: 100%;
	border-radius: 13px;
	background-color: #1e1e22;
	border: 1px solid #fe9602;
	color: #fff;
}

/**************End SAFETY*/

/**************OUR SCORE*/
.our_score_page {
	border: 1px solid #6d6d6d;
	border-radius: 13px;
}
.userwallets_form {
	background: transparent;
	box-shadow: none;
	padding: 0;
	width: 80%;
	margin: 0 auto;
}
.userwallets_form .userwallets_text p {
	text-align: center;
}
.userwallets_addbutton {
	margin-top: 65px;
}
.userwallets_addbutton {
	position: relative;

	display: flex;
	align-items: center;
	justify-content: center;

	height: 50px;
}
.userwallets_addbutton:before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: calc(0px - 0px);
	border-radius: 12px;
	padding: 2px;
	background: linear-gradient(180deg, #6d6d6d, #fe9602);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
.userwallets_addbutton input {
	background: transparent;
	border: none;
	color: #fe9602;
}
.userwallets_addbutton input:hover {
	background: transparent;
}
.userwallets {
	margin: 70px 30px 100px 30px;
}
.pntable_wrap_title_ins {
	margin-left: 15px;
	color: #fe9602;
	font-size: 24px;
}

.userwallets .pntable table th,
.userwallets .pntable table td {
	background-color: transparent;
	border-bottom: none;
	color: #fff;
}
.userwallets .pntable table th.th_action {
	display: none;
}
.has_adaptive_wrap {
	border-width: 0.5px;
	border-color: #fe9602;
	border-style: solid;
}
.userwallets .pntable table th.th_ps {
	padding: 10px;
	border-width: 0.5px;
	border-color: #fe9602;
	border-style: solid;
	border-right-width: 0;
	/* border-bottom-width: 0; */
}
.userwallets .pntable table th.th_acc {
	padding: 10px;
	border-width: 0.5px;
	border-color: #fe9602;
	border-style: solid;
	/* border-bottom-width: 0; */
}
.userwallets .pntable table {
	border-width: 0.5px;
	border-color: #fe9602;
	border-style: solid;
}
.userwallets .pntable table tr:hover td {
	background: transparent;
}

@media (max-width: 450px) {
	.userwallets_addbutton {
		margin-top: 30px;
	}
	.userwallets {
		margin-top: 30px;
	}
}
/**************END OUR SCORE*/
/**************PROM*/
.prom_page {
	border: 1px solid #6d6d6d;
	border-radius: 13px;
	padding-bottom: 50px;
}
.prom_page.cst_header .acf_div_title {
	margin-bottom: 30px;
}

/* .promopage {
	background: #1e1e22;

	margin: 0 20px 20px 20px;
	padding: 20px 20px 5px;
	box-shadow: none;
	border-radius: 13px;
} */
.promopage {
	position: relative;
	background: #1e1e22;

	margin: 0 20px 20px 20px;
	padding: 20px 20px 5px;
	box-shadow: none;
	border-radius: 13px;
}
.promopage:before {
	content: "";
	position: absolute;
	inset: calc(0px - 0px);
	border-radius: 12px;
	padding: 2px;
	background: linear-gradient(180deg, #6d6d6d, #fe9602);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
.promopage .promo_topmenu {
	display: none;
}
.promo_menu ul {
	display: flex;
	flex-wrap: wrap;
}
.promo_menu ul li {
	display: block;
	margin: 10px 10px 0 0;
	padding: 0;
	background: none;
}
.promo_menu ul li a,
.bannerboxlink a {
	color: #fff;
}
.promo_menu ul li a:hover,
.bannerboxlink a:hover {
	color: #fe9602;
	border-bottom: 1px solid #fe9602;
}
.promo_menu ul li.act a {
	color: #fe9602;
}

.promopage .bannerbox .prevbanner img {
	width: 100%;
	display: flex;
}
/**************END PROM*/
/**************Partner Transition AND Partner Exchange AND Referal*/
.partner_trans_page {
	border: 1px solid #6d6d6d;
	border-radius: 13px;

	padding: 25px 15px;
	padding-bottom: 50px;
}
@media (max-width: 750px) {
}
/**************END Partner Transition*/
/**************Withdraw*/
.withdraw_page {
	border: 1px solid #6d6d6d;
	border-radius: 13px;
}
.withdraw_page .paytext {
	display: none;
}

.withdraw_page .paydiv {
	border-radius: 0px;
	margin: 0 0 20px 0;
	padding: 20px 20px;
	padding-bottom: 0;
	padding-top: 0;
	font: 13px "OpenRunde", sans-serif;
	background: transparent;
	box-shadow: none;
}
.withdraw_page .paydiv .pay_left_col {
	margin-left: 15px;
	font-size: 20px;
}
.withdraw_page .paydiv .pay_center_col select,
.withdraw_page .paydiv .pay_input input {
	width: 100%;
	background: #1e1e22;
	border-radius: 12px;
	color: #fff;
	border: none;
	position: relative;
	z-index: 2;
}

.withdraw_page .paydiv .pay_center_col .pay_select,
.withdraw_page .paydiv .pay_input {
	position: relative;
	background: #1e1e22;

	box-shadow: none;
	border-radius: 13px;
}
.withdraw_page .paydiv .pay_center_col .pay_select:before,
.withdraw_page .paydiv .pay_input:before {
	content: "";
	position: absolute;
	inset: calc(0px - 2px);
	border-radius: 12px;
	padding: 2px;
	background: linear-gradient(180deg, #6d6d6d, #fe9602);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.withdraw_page .paydiv .pay_input {
	margin-top: 27px;
}
.withdraw_page .pay_right_col {
	margin-top: 40px;
}

.withdraw_page .pay_right_col input {
	background: transparent;
	border: none !important;
	outline: none;
}
.withdraw_page .pay_right_col input:hover,
.withdraw_page .pay_right_col input[type="submit"] {
	background: transparent;
}
.withdraw_page .pay_right_col {
	margin: 25px auto 0px auto;

	width: max-content;

	display: flex;

	padding: 0;
	position: relative;
	background: linear-gradient(180deg, #fe9b02 13.02%, #fee72e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.withdraw_page .pay_right_col:before {
	content: "";
	position: absolute;
	inset: calc(0px - 0px);
	border-radius: 100px;
	z-index: -1;
	padding: 2px;
	background: linear-gradient(180deg, #fee42b, #ea473a);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
.withdraw_page .pntable_wrap {
	padding: 20px;
}
.withdraw_page .pntable_wrap_title {
	display: none;
}
/**************END Withdraw*/
/**************MODAL AUTH*/

.wrap_modal.active {
	display: flex;
	overflow-y: scroll;
}
.wrap_modal {
	position: absolute;
	width: 100%;
	height: 100vh;
	/* top: 0;
	left: 0; */
	/* background: #000; */
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.1);
	z-index: 999;
	display: none;
	justify-content: center;
}
.block_modal {
	max-width: 480px;
	width: 100%;
	position: relative;
	top: 100px;
	height: max-content;
	/* top: 10%; */
}
.close-auth-modal {
	width: max-content;
	position: absolute;
	right: -50px;
	top: -50px;
}
.box_modal {
	width: 100%;
	/* height: 300px; */

	z-index: 10;
}
.box_modal-header {
}
/* //// */
.box_modal-header .modal_switch {
	position: absolute;
	z-index: 0;
	transform: translateY(-70%);
	cursor: pointer;
	text-align: center;
	padding: 20px;
	width: 50%;
	background: #202123;
	border-radius: 20px;
}
.box_modal-header .modal_switch:before {
	content: "";
	position: absolute;
	inset: calc(0px - 2px);
	border-radius: 100px;
	z-index: -1;
	padding: 1.3px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	background: linear-gradient(180deg, #6d6d6d, #fe9602);
}
.box_modal-header .modal_switch p {
	color: #464646;
}
.box_modal-header .modal_switch.active {
	z-index: 20;
	width: 60%;

	background: #302f37;
}
.box_modal-header .modal_switch.active p {
	mask-composite: exclude;
	background: linear-gradient(180deg, #fe9b02 13.02%, #fee72e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.box_modal-header .modal_switch.active:before {
	background: linear-gradient(180deg, #6d6d6d, #fe9602);
}

.box_modal-header .modal_login {
}
.box_modal-header .modal_register {
	right: 0;
}
.box_modal-form .modal_auth {
	display: none;
}
.box_modal-form .modal_auth.active {
	display: block;
}
/* //// */

.box_modal-form .log_div_wrap,
.box_modal-form .reg_div_wrap {
	padding: 30px;
}
.box_modal-form .log_div_title,
.box_modal-form .reg_div_title {
	display: none;
}

.box_modal-form .form_field_ins {
	width: 100%;
	display: flex;

	padding: 0;
	position: relative;
}
.box_modal-form .form_field_line {
	/* margin-bottom: 15px; */
}
.box_modal-form .form_field_ins:before {
	/* content: "";
	position: absolute;
	inset: calc(0px - 2px);
	border-radius: 100px;
	z-index: -1;
	padding: 2px;
	background: -webkit-linear-gradient(180deg, #fee42b, #ea473a);
	background: linear-gradient(180deg, #fee42b, #ea473a);
	-webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box,
		-webkit-linear-gradient(#fff 0 0);
	mask: -webkit-linear-gradient(#fff 0 0) content-box,
		-webkit-linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude; */
}
.box_modal-form .form_field_ins input {
	border-radius: 12px;
	border: 2px solid #6d6d6d;
	background: #1e1e22;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(35px);
	color: #fff;
}
.box_modal-form .log_line,
.box_modal-form .reg_line {
	padding: 0;
}
.box_modal-form .captcha_div {
	margin-top: 20px;
}
.box_modal-form .captcha_div .captcha_title {
	font-size: 14px;
}
.box_modal-form .captcha_body {
	margin-top: 18px;
	display: flex;
	align-items: center;
}
.box_modal-form .captcha_div ~ .log_line {
	flex-direction: column;
	display: flex;
	/* margin: 0 auto; */
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 60px;
}
.box_modal-form .log_line_subm_left input,
.box_modal-form .reg_line_subm_left input {
	border: none;
	background: transparent;
}
.box_modal-form .log_line_subm_left input:hover,
.box_modal-form .reg_line_subm_left input:hover {
	background: transparent;
}
.box_modal-form .log_line_subm_left,
.box_modal-form .reg_line_subm_left {
	border-radius: 12px;
	border: 2px solid #6d6d6d;
	background: #1e1e22;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(35px);
}

.box_modal-form .log_line_subm_right,
.box_modal-form .reg_line_subm_left {
	margin-top: 25px;
	display: flex;
}
.box_modal-form .log_line_subm_right p:nth-of-type(1):after {
	content: "/";
	padding-left: 5px;
	padding-right: 5px;
}
.box_modal-form .log_line_subm_right a {
	color: #fff;
}
.box_modal-form .reg_line .reg_line_subm_right > a {
	display: none;
}
.box_modal-form .reg_line .checkbox {
	margin-top: 15px;
}
.box_modal-form .reg_div_ins > .captcha_div {
	padding-left: 0;
}
.box_modal-form .captcha_div ~ .reg_line ~ .reg_line {
	justify-content: center;
	display: flex;
}

@media (max-width: 550px) {
	.block_modal {
		margin-left: 35px;
		margin-right: 35px;
	}
	.box_modal-header .modal_switch {
		padding: 12px;
	}
	.close-auth-modal {
		right: -15px;
		top: -60px;
	}
	.close-auth-modal img {
		width: 30px;
	}
	.box_modal-form .log_div_wrap {
		padding: 20px;
	}
	.box_modal-form .reg_div_wrap {
		padding: 10px;
	}
	.box_modal-form .reg_div_wrap .form_field_line {
		margin-bottom: 0;
	}
	.box_modal-form .form_field_label_ins {
		font-size: 16px;
	}
	.box_modal-form .form_field_ins input {
		height: 30px;
	}
	.box_modal-form .captcha_div ~ .log_line {
		margin-top: 30px;
	}
	.box_modal-form .log_line_subm_left input,
	.box_modal-form .reg_line_subm_left input {
		padding: 0 50px;
	}
	.box_modal-header .modal_switch p {
		font-size: 14px;
	}
	.box_modal-header .modal_switch.active {
		width: 52%;
	}
	.box_modal-form .reg_div_wrap .form_field_label_ins {
		font-size: 13px;
	}
	.box_modal-form .reg_div_wrap .form_field_label .reg_label {
		padding: 0;
	}
	.box_modal-form .reg_div_wrap .captcha_divimg {
		width: 25px;
		height: 25px;
	}
	.box_modal-form .reg_div_wrap .captcha_divimg img {
		width: 25px;
		height: 25px;
	}
}

/**************END MODAL AUTH*/
/**************MODAL APPLICATION*/
.wrap_modal_application.active {
	display: flex;
}
.wrap_modal_application {
	position: absolute;
	width: 100%;
	height: 100vh;
	/* top: 0;
	left: 0; */
	/* background: #000; */
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.1);
	z-index: 999;
	display: none;
	justify-content: center;
}
.block_modal_application {
	max-width: 480px;
	/* width: 100%; */
	position: relative;
	top: 85px;
	height: max-content;
	width: 30%;
}
.block_modal_application .cf_div_title {
	display: none;
}
.block_modal_application .cf_div_wrap {
	margin-right: 0;
}
.block_modal_application .field_name_exchange_id {
	display: none;
}
.close-auth-modal_application {
	position: absolute;
	right: -50px;
	top: -50px;
	cursor: pointer;
}
@media (max-width: 1280px) {
	.block_modal_application {
		width: 50%;
	}
}
@media (max-width: 720px) {
	.block_modal_application {
		width: 82%;
	}
}
@media (max-width: 550px) {
	.log_line,
	.cf_line,
	.reg_line,
	.lp_line,
	.rf_line,
	.acf_line,
	.checkstatus_line,
	.uv_line {
		padding: 0px 10px 10px;
	}
	.block_modal_application {
		/* top: 150px; */
	}
	.close-auth-modal_application {
		right: -30px;
		top: -50px;
	}
}
/**************ENDMODAL APPLICATION*/
/**************Partner Account*/
.partner_acc_page {
	border: 1px solid #6d6d6d;
	border-radius: 13px;

	padding-bottom: 50px;
}
.partner_acc_page .stattablediv,
.partner_acc_page .statuserdiv {
	background: transparent;
	box-shadow: none;
	padding: 0 30px 0px 30px;
	width: 100%;
}
.partner_acc_page .statstablediv table th,
.partner_acc_page .statuserdiv table th {
	padding: 10px 20px;
}
.partner_acc_page .statstablediv tr,
.partner_acc_page .statuserdiv tr {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.partner_acc_page .statstablediv tr th,
.partner_acc_page .statuserdiv tr th {
	font-weight: 100;
	font-size: 20px;
}
.partner_acc_page .statstablediv tr th:after,
.partner_acc_page .statuserdiv tr th:after {
	content: ":";
}
.partner_acc_page .statstablediv tr td,
.partner_acc_page .statuserdiv tr td {
	text-align: left;
	padding: 10px 20px;
	position: relative;
	background-color: #1e1e22;
	border-radius: 30px;
}
.partner_acc_page .statstablediv tr td:before,
.partner_acc_page .statuserdiv tr td:before {
	content: "";
	position: absolute;
	inset: calc(0px - 2px);
	border-radius: 100px;
	z-index: -1;
	padding: 1.2px;
	background: linear-gradient(180deg, #6d6d6d, #fe9602);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
.partner_acc_page .statuserdiv_title_ins {
	display: flex;
	justify-content: center;
	color: #fff;
	position: relative;
	padding: 12px;
	background: linear-gradient(180deg, #fe9b02 13.02%, #fee72e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 30px;
}
.partner_acc_page .statuserdiv_title_ins:before {
	content: "";
	position: absolute;
	inset: calc(0px - 2px);
	border-radius: 100px;
	z-index: -1;
	padding: 1.2px;
	background: linear-gradient(180deg, #6d6d6d, #fe9602);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
.partner_acc_page .promouserdiv {
	background: transparent;
	box-shadow: none;
	padding: 0 30px 0px 30px;
	width: 100%;
}
.partner_acc_page .promouserdiv textarea {
	height: auto;
	min-height: auto;
	padding: 15px;
	/* padding-bottom: 0px; */
	color: #fe9602;
	background-color: #1e1e22;
	border: 1px solid #fe9602;
	position: relative;
	border-radius: 12px;
}
.partner_acc_page .promouserdiv_ins h4 {
	font-size: 18px;
}
@media (max-width: 450px) {
	.breadcrumb_wrap {
		margin-top: 50px;
	}
	.partner_acc_page .promouserdiv_ins h4 {
		font-size: 15x;
	}
}
/**************Our Partner Account*/
/**************Your Operation*/
.operation_acc_page {
	border: 1px solid #6d6d6d;
	border-radius: 13px;

	padding-bottom: 50px;
}
.operation_acc_page .userxch_tablediv {
	background: transparent;
	box-shadow: none;
	padding: 0 30px 0px 30px;
	width: 100%;
}
.operation_acc_page .userxch_tablediv table th {
	padding: 10px 20px;
}
.operation_acc_page .userxch_tablediv tr {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.operation_acc_page .userxch_tablediv tr th {
	font-weight: 100;
	font-size: 20px;
}
.operation_acc_page .userxch_tabledivtr th:after {
	content: ":";
}
.operation_acc_page .userxch_tablediv tr td {
	text-align: left;
	padding: 10px 20px;
	position: relative;
	background-color: #1e1e22;
	border-radius: 30px;
}
.operation_acc_page .userxch_tablediv tr td:before {
	content: "";
	position: absolute;
	inset: calc(0px - 2px);
	border-radius: 100px;
	z-index: -1;
	padding: 1.2px;
	background: linear-gradient(180deg, #6d6d6d, #fe9602);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.operation_acc_page .userxch_tablediv tbody tr:nth-last-child(1) {
	flex-direction: row;
	justify-content: space-between;
	margin-top: 50px;
}
.operation_acc_page .userxch_tablediv tbody tr:nth-last-child(1) th {
	background: linear-gradient(180deg, #fe9b02 13.02%, #fee72e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 24px;
}
.operation_acc_page .userxch_tablediv tbody tr:nth-last-child(1) td {
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
}
.operation_acc_page .userxch_tablediv tbody tr:nth-last-child(1) td:before {
	border-radius: 12px;
}

.operation_acc_page .cst_table .pntable table td {
	font-size: 14px;
	text-align: left;
}
@media (max-width: 550px) {
	.operation_acc_page .userxch_tablediv tbody tr:nth-last-child(1) {
		flex-direction: column;
	}
	.operation_acc_page .userxch_tablediv .statstablediv_ins tr .td1.td2 {
	}
}
/**************END Your Operation*/

/**************Statusbids */
.block_statusbids {
	/* 	background: transparent; */
	box-shadow: none;
}
.block_statusbid_title_ins {
	background: linear-gradient(180deg, #fe9b02 13.02%, #fee72e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 26px;
}
.block_instruction.st_delete {
	display: none;
}
.block_xchdata_line {
	margin-bottom: 20px;
}
.block_xchdata_line > span {
	color: #fff;
	font-size: 20px;
	padding-bottom: 15px;
}
.block_status {
	background: transparent;
}
/**************END Statusbids */

/**************User widget */
.user_widget {
}
.user_widget_title .user_widget_title_ins {
	text-align: center;
	font-size: 24px;
	background: linear-gradient(180deg, #fee72e 13.02%, #ea4d39 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.user_widget_body_ins ul li {
	position: relative;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.user_widget_body_ins ul li.current:before {
	content: "";
	position: absolute;
	inset: calc(0px - 2px);
	border-radius: 100px;
	z-index: -1;
	padding: 1.2px;
	background: linear-gradient(180deg, #6d6d6d, #fe9602);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
.user_widget_body_ins ul li a {
	text-align: center;
	font-size: 20px;
	background: linear-gradient(180deg, #ffffff 13.02%, #fe9602 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.user_widget_exit {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.user_widget_exit a.exit_link {
	border: none;
	background: transparent;

	text-align: center;
	font-size: 20px;
	background: linear-gradient(180deg, #ffffff 13.02%, #fe9602 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.user_widget_exit a.exit_link {
	width: 50%;
	position: relative;
}
.user_widget_exit a.exit_link:before {
	content: "";
	position: absolute;
	inset: calc(0px - 2px);
	border-radius: 100px;
	z-index: -1;
	padding: 2px;
	background: linear-gradient(180deg, #fee42b, #ea473a);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
/**************END User widget */

.page_caution .text ul {
	margin: 0;
	margin-top: 15px;
	margin-bottom: 5px;
}
.page_caution .text ul li {
	padding: 0;
	margin-bottom: 10px;
	font-size: 20px;
}
.page_caution .text ul li:before {
	content: "-";
}

@media (max-width: 950px) {
	.start_direction_page,
	.page_caution {
		margin: 0;
	}
	.start_direction_page .select_txt {
		font-size: 14px;
	}
}

/******** main_partner */
.main_partner_title {
	font-size: 30px;
	text-align: center;
	margin-bottom: 40px;
}
.main_partner_ins {
	/* width: 90%; */
	margin: 0 auto;
	/* 
	display: flex;
	justify-content: center; */
}
.main_partner {
	padding: 30px 45px;
	/*background-color: #29292f;*/
	border-radius: 40px;
	
	background: rgba(41, 41, 47, 0.65);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.main_partner_one {
}
.main_partner_one_wrap {
    background-color: #1e1e22;
    padding: 20px;
    position: relative;
    width: 200px;
    border-radius: 60px;
    margin: 0 auto;
    z-index: 10; /* Добавляем z-index */
}

.main_partner_one_wrap:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 100px;
    z-index: 0;
    padding: 1px;
    background: linear-gradient(180deg, #fee42b, #ea473a);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.main_partner_one_wrap a {
    position: relative;
    z-index: 10; /* Добавляем z-index для ссылки */
    display: block;
    text-decoration: none; /* Чтобы не было подчеркнуто */
}

.main_partner_one * {
	display: block;
}
.main_partner_one a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.main_partner_one a img {
	display: flex;
	width: 100%;
	height: 50px;
	border-radius: 10px;
	font-size: 14px;
}

.main_partner_block .slick-prev:before {
	display: none;
}
.main_partner_block .slick-prev:after {
	content: "";
	background-image: url("./cst_images/arrow-4.svg");
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	display: block;
	left: -10px;
	position: relative;
	top: 0px;
}
.main_partner_block .slick-next:before {
	display: none;
}
.main_partner_block .slick-next:after {
	content: "";
	background-image: url("./cst_images/arrow-4.svg");
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	display: block;
	transform: rotate(180deg);
	position: relative;
	right: -10px;
}
@media (max-width: 480px) {
    .main_partner_one_wrap {
        position: relative;
        z-index: 10;
        padding: 20px;
        width: 100%;
        margin: 0 auto;
    }

    .main_partner_one_wrap:before {
        z-index: 0;
        padding: 1px;
        border-radius: 100px;
    }

    .main_partner_one_wrap a {
        position: relative;
        z-index: 10;
        display: block;
    }

    .main_reserv {
        margin-top: 60px;
        padding: 30px 20px; /* Уменьшаем padding для мобильной версии */
        padding-bottom: 60px;
        background-color: #29292f;
        border-radius: 50px;
    }
}

@media (max-width: 800px) {
	.main_partner_block .slick-prev:after {
		left: -10px;
	}
	.main_partner_block .slick-next:after {
		right: -10px;
	}
}
@media (max-width: 450px) {
	.main_partner_one {
		display: flex;
		justify-content: center;
	}

	.main_partner_ins {
		width: 100%;
	}
	.main_partner_block .slick-prev:after {
		left: 0px;
	}
	.main_partner_block .slick-next:after {
		right: 0px;
	}
}

/******** main_reserv*/
.main_reserv_title {
	font-size: 30px;
	text-align: center;
	margin-bottom: 40px;
}
.main_reserv_ins {
	/* width: 90%; */
	margin: 0 auto;
	/* 
	display: flex;
	justify-content: center; */
}
.main_reserv {
	margin-top: 60px;
	padding: 25px 45px;
	padding-bottom: 60px;
	/*background-color: #29292f;*/
	border-radius: 50px;
	
	background: rgba(41, 41, 47, 0.65);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(3px);
}


.main_reserv_one {
}

.main_reserve_one_wrap {
	background-color: #1e1e22;
	padding: 20px;
	position: relative;
	max-width: 300px;
	width: 100%;
	display: flex;
	border-radius: 60px;
	margin: 0 auto;
}

.main_reserve_one_wrap:before {
	content: "";
	position: absolute;
	inset: calc(0px - 0px);
	border-radius: 35px;
	z-index: 0;
	padding: 1px;
	background: linear-gradient(180deg, #fee42b, #ea473a);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
.main_reserve_one__img {
	margin-right: 15px;
	width: 50px;
}
.main_reserve_one__img img {
	width: 100%;
}
.main_reserve_one_content {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	font-size: 14px;
}
.main_reserve_one_content h4 {
	font-size: 16px;
}

.main_reserv_block .slick-prev:before {
	display: none;
}
.main_reserv_block .slick-prev:after {
	content: "";
	background-image: url("./cst_images/arrow-4.svg");
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	display: block;
	left: -10px;
	position: relative;
	top: 0px;
}
.main_reserv_block .slick-next:before {
	display: none;
}
.main_reserv_block .slick-next:after {
	content: "";
	background-image: url("./cst_images/arrow-4.svg");
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	display: block;
	transform: rotate(180deg);
	position: relative;
	right: -10px;
}

@media (max-width: 800px) {
}
@media (max-width: 450px) {
	.main_reserve_one_content h4 {
		font-size: 16px;
		margin-bottom: 5px;
	}
}

/******** wrap_text_register */
.wrap_text_register {
	margin-bottom: 100px;
	text-align: center;
	font-size: 24px;
	line-height: 150%;
}
.text_yellow {
	text-align: center;
	font-size: 24px;
	background: linear-gradient(180deg, #fe9602 13.02%, #ffe000 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.wrap_text_register div {
	background-color: #1e1e22;
	padding: 20px;
	position: relative;
	max-width: 300px;
	width: 100%;

	border-radius: 60px;
	margin: 0 auto;
	margin-top: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wrap_text_register div:before {
	content: "";
	position: absolute;
	inset: calc(0px - 0px);
	border-radius: 35px;
	z-index: 0;
	padding: 3px;
	background: linear-gradient(180deg, #fee42b, #ea473a);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.wrap_text_register div p {
	text-align: center;
	font-size: 24px;
	background: linear-gradient(180deg, #fe9602 13.02%, #ffe000 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 100%;
}

/* ///start_direction_wrapper */
.start_direction_wrapper .wrapper {
	background-image: url("./cst_images/Orel-kopiya.png");
	background-position-x: 10%;
	background-repeat: no-repeat;
	background-position-y: bottom;
	/* background-size: 1000px 1000px; */
}
.start_direction_wrapper.variant .wrapper {
	background-image: url("./cst_images/Orel-kopiya.png");
	background-position-x: 10%;
	background-repeat: no-repeat;
	background-position-y: top;
}

@media (max-width: 800px) {
	.start_direction_wrapper .wrapper {
		background-position-y: top;
	}
}

@media (max-width: 450px) {
	.start_direction_wrapper .wrapper {
		background-size: 400px 400px;
	}
}

.checkstatus_widget input {
	padding-bottom: 0px;
}

/* ///////Tarif */

.tarif_div {
	background: transparent;
	box-shadow: none;
}
.tarif_table_title {
	background: transparent;
}

.tarif_table_title div {
	color: #fe9602;
	font-size: 14;
}

a.tarif_line {
	background: transparent;
}
.tarif_line_top * {
	color: #fff;
	font-size: 14px;
}

/* //// curs line */
.tradingview_wrapper {
	overflow: hidden;
}
.tradingview_wrapper .tradingview-widget-container {
	width: 115vw !important;
	pointer-events: none;
}

.lp_div_ins .captcha_div {
	margin-left: 35px;
}
.lp_div_ins .lp_line {
}

.lp_div_ins .lp_line.has_submit input {
	margin-top: 20px;
	border: 3px solid #fe9602;
	background: transparent;
	border-radius: 24px;
	max-width: 200px;
	-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;
	cursor: pointer;
	padding: 0 25px;
	font: 600 18px / 40px "OpenRunde", sans-serif;
}
/* 
.login_widget {
	display: none;
} */




.changeBlock__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1000px) {
  .changeBlock__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
}


.changeBlock {
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  margin-top: -50px;
}

.changeBlock .xtl_table_wrap {
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 60px 0 0px;
  color: #fff;
}

.changeBlock .fullBack {
  overflow: initial;
}

.changeBlock a.xtl_change {
  background: url(../img/change_icon.svg) no-repeat center center;
  width: 72px;
  height: 72px;
  border-radius: 100%;
}

.changeBlock .xtl_center_col {
  width: 72px;
  margin: 0 50px;
  padding: 0;
  position: relative;
  top: 22px;
}

.changeBlock a.xtl_submit,
.changeBlock a.xtp_submit {
  font-size: 20px;
  padding: 32px 33px 38px;
  width: 100%;
}

.changeBlock .xtl_exchange_rate {
  text-align: center;
  font-size: 14px;
  margin: 15px 0 0;
  font-family: 'Lato', sans-serif;
  color: #9ca2a8;
}

.changeBlock .xtl_exchange_reserve {
  display: none;
}

.changeBlock .xtl_html_abs {
  background: #021221 url(../img/spinner1.gif) no-repeat center center;
  background-color: #021221;
  background-size: 50px;
}

.changeBlock input[type=search] {
  width: 100%;
  height: 50px;
  background-color: #2f3a44;
  border: none;
  color: #fff;
  border-radius: 3px 3px 0 0;
  background-image: url(../img/search.png);
  background-repeat: no-repeat;
  background-position: 10px 19px;
  padding: 10px 10px 10px 36px;
}

.changeBlock .select_js_ul {
  background: #2f3a44;
  border: none;
  min-width: 300px;
  border-radius: 3px;
}

.changeBlock .iselect_js .select_js_ulli {
  padding: 11px 6px 15px 39px;
  height: 40px;
}

.changeBlock .iselect_js .select_js_ulli.active,
.changeBlock .iselect_js .select_js_ulli:hover {
  background: #212b34;
}

.changeBlock .iselect_js .select_js_ulli .select_ico {
  left: 8px;
  top: 0px;
  width: 21px;
}

.changeBlock .select_js.open .select_js_title {
  background: none;
}

.changeBlock-item {
  width: 100%;
  max-width: 330px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.changeBlock-item:nth-child(3n) {
  margin-right: 0;
}

.changeBlock-item__left {
  position: relative;
  top: -10px;
  max-width: 54px;
  margin-right: 20px;
}

.changeBlock-item__head {
  font-family: 'Tektur', sans-serif;
  font-size: 17px;
  margin-bottom: 6px;
}

.changeBlock-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.changeBlock-col__label {
  font-size: 16px;
  margin-bottom: 10px;
  color: #9ca2a8;
}

.changeBlock-col__item.-value {
  margin-right: 20px;
}

.changeBlock-col__item.-currency {
  min-width: 170px;
}

.changeBlock__reload {
  display: none;
}

.changeBlock__order {
  position: relative;
}

.changeBlock-close {
  padding: 30px;
}

.changeBlock-close__desc {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  text-align: center;
  font-size: 17px;
  line-height: 26px;
  height: 100%;
  max-width: 390px;
  margin: 0 auto;
}

.changeBlock-close__desc img {
  max-width: 75px;
  margin-bottom: 26px;
}

#exch_html .changeBlock-close {
  background: #fffffff0;
}

.changeBlock__back {
  top: 30px;
  right: -20px;
  max-width: 60px;
}

.changeBlock__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.changeBlock__widget {
  display: none;
}

.changeBlock__widget.-active {
  display: block !important;
}

.changeBlock .changeBlock__back {
  position: absolute;
  top: 0px;
  right: -20px;
  max-width: 160px;
}

.changeBlock .xtl_center_col {
  display: none;
}

.changeBlock a.xtl_submit,
.changeBlock a.xtp_submit {
  font-size: 17px;
  padding: 25px 33px 31px;
}

.changeBlock .xtl_exchange_rate {
  font-size: 13px;
}

.changeBlock__reload {
  display: block;
  background: none;
  color: #fff;
  border: 1.5px solid #00eba1;
  margin-top: 10px;
  width: 100%;
}

.changeBlock-col__item.-value {
  width: 100%;
}

.changeBlock .xtl_center_col {
  margin: 0 20px;
}

.changeBlock-col__item.-currency {
  min-width: 150px;
}

.changeBlock .changeBlock__cols {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
}

.changeBlock .xtl_table_wrap {
  padding: 30px 0 0px;
}

.changeBlock-col {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  margin-bottom: 10px;
  padding: 0;
}

.changeBlock-col__label {
  font-size: 13px;
  margin-bottom: 3px;
}

.changeBlock input,
.exchangeBlock input {
  font-size: 20px;
  line-height: 27px;
}

.changeBlock__order {
  margin-bottom: 50px;
}

.changeBlock .changeBlock__back {
  position: absolute;
  top: 20px;
  right: -30px;
  max-width: 90px;
}

.changeBlock .xtl_center_col {
  display: none;
}
.mobile{
    display: none;
}
.benefitsBlock-item1 {
    background: #292934db;
    border-radius: 15px;
    padding: 40px;
    margin: 0 20px 20px 0;
    overflow: hidden;
    width: 100%;
}


.eagle-promo{
display: block;
position: absolute;
    top: -48px;
    left: 69%;
    transform: translateX(-50%);
    width: 200px;
    z-index: 5;
    pointer-events: auto;
    filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.4));
    opacity: 0.81;
    cursor: pointer;
}
