@font-face {
  font-family: "Exo2";
  src: url("./../fonts/Exo2-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Exo2";
  src: url("./../fonts/Exo2-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Exo2";
  src: url("./../fonts/Exo2-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Exo2";
  src: url("./../fonts/Exo2-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
body {
  position: relative;
  display: flex;
  flex-direction: column;
  font-family: "Exo2", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  /* max-width: 1920px; */
  min-height: 100vh;
  margin: 0 auto;
  -webkit-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition: -webkit-transform .4s ease-out;
  transition: -webkit-transform .4s ease-out;
  transition: transform .4s ease-out;
  transition: transform .4s ease-out,-webkit-transform .4s ease-out; }

body.dark-2 {
  background-color: #022132; }

.page-donation .bg-wrapper,
.page-news .bg-wrapper,
.dark-2 .bg-wrapper {
  display: flex;
  flex-direction: column; }

.page-donation .content,
.page-news .content,
.dark-2 .content {
  flex: 1;
  display: flex; }

.page-donation .content > .container-fluid,
.page-news .content > .container-fluid,
.dark-2 .content > .container-fluid {
  display: flex; }

.dark-2 .content-wrapper {
  background-color: #092738;
  margin: 7px 0;
  border-radius: 4px;
  min-height: 300px;
  width: 100%;
  padding-bottom: 25px;
  padding-top: 25px; }

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: none; }

.container-fluid {
  max-width: 1200px; }

.sprite::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat; }

.btn {
  padding: 13px 43px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.btn-success {
  background: #29BD64;
  border: 1px solid transparent !important; }

.btn-success:focus,
.btn-success:active,
.btn-success:hover {
  background-color: #0dd75d !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.btn-danger {
  background: #BC354D;
  border: 1px solid transparent !important; }

.btn-danger:focus,
.btn-danger:active,
.btn-danger:hover {
  background-color: #DE3351 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.btn-secondary {
  border: 1px solid #29BD64 !important;
  background: transparent;
  color: #29BD64 !important; }

.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:hover {
  background-color: rgba(13, 215, 93, 0.3) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.input-wrapper {
  position: relative; }

.input-wrapper label {
  position: absolute;
  bottom: 100%;
  left: 0;
  color: darkgray;
  font-size: 14px;
  line-height: 14px; }

.input-error {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  display: none;
  color: #bc354d;
  line-height: 16px; }

.input-wrapper.error .input-error {
  display: inline-block; }

.input {
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 290px;
  height: 49px;
  max-width: 100%;
  color: #fff;
  padding: 8px 16px;
  outline: none; }

.input:focus {
  border: 1px solid rgba(255, 255, 255, 0.5); }

.white-form .input {
  border: 1px solid #E2E2E2;
  color: #828282;
  width: 100%; }

.white-form .input:focus {
  border: 1px solid rgba(41, 189, 100, 0.58); }

.input-wrapper.error .select,
.input-wrapper.error .input {
  border: 1px solid #bc354d; }

.white-form .input-wrapper.error .input {
  border: 1px solid rgba(188, 53, 77, 0.53); }

textarea.placeholder:-moz-placeholder,
textarea.placeholder::-moz-placeholder,
input.placeholder:-moz-placeholder,
input.placeholder::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7); }

textarea.placeholder::-webkit-input-placeholder,
input.placeholder::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7); }

.white-form input.placeholder:-moz-placeholder,
.white-form input.placeholder::-moz-placeholder {
  color: #828282; }

.white-form input.placeholder::-webkit-input-placeholder {
  color: #828282; }

.date .input {
  border: none;
  padding: 0;
  height: 100%;
  width: auto;
  color: rgba(255, 255, 255, 0.8); }

/*****/
.search {
  position: relative; }

.search input {
  height: 33px;
  padding-left: 28px;
  width: 100px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.search.full-search input:focus {
  width: 290px; }

.search::before {
  background-image: url("./../images/svg/ic_search.svg");
  top: 50%;
  left: 7px;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/*****/
.owl-carousel:not(.owl-loaded) {
  display: flex;
  flex-wrap: wrap; }

ul .owl-stage {
  display: flex;
  align-items: stretch; }

ul.owl-loaded li {
  max-width: 100%;
  height: 100%;
  margin-bottom: 0; }

.owl-controls {
  text-align: center;
  margin-top: 5px; }

.owl-dots {
  display: inline-block;
  text-align: center; }

.owl-dot {
  display: inline-block;
  height: 17px;
  margin-right: 10px;
  border-radius: 50%; }

.owl-dot:last-child {
  margin-right: 0; }

.owl-dot span {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d8d8d8; }

.owl-dot.active span {
  background: #474747; }

/*****/
::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 6px;
  height: 0px; }

::-webkit-scrollbar-track {
  background-color: #022132; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 1px white inset;
  background-position: center;
  background-repeat: no-repeat; }

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.2); }

::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 7px;
  height: 0px; }

::-webkit-scrollbar {
  width: 11px; }

/*****/
body ::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

body ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3.5px;
  border-radius: 3.5px;
  -webkit-box-shadow: none;
  box-shadow: none; }

body ::-webkit-scrollbar-track {
  background: none; }

/*****/
.mobile-title {
  display: none; }

/*****/
/* Datepicker ok*/
#ui-datepicker-div {
  display: none; }

/*****/
.is-datepicker #ui-datepicker-div {
  border: 1px solid #2B4756;
  background: #092738;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 3px; }

.is-datepicker .ui-widget-header {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #2B4756;
  background: transparent !important;
  padding: 5px 0 10px; }

.ui-datepicker .ui-datepicker-title {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  line-height: 1.42; }

.is-datepicker .ui-widget-header .ui-state-hover {
  border: none;
  background: none;
  cursor: pointer; }

.is-datepicker .ui-datepicker-prev,
.is-datepicker .ui-datepicker-next {
  top: 3px; }

.is-datepicker .ui-datepicker-next span,
.is-datepicker .ui-datepicker-prev span {
  width: 9px;
  height: 18px;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: 0 0; }

.is-datepicker .ui-datepicker-prev span {
  background-image: url("./../images/svg/ic_calendar_left.svg"); }

.is-datepicker .ui-datepicker-next span {
  background-image: url("./../images/svg/ic_calendar_right.svg"); }

/*****/
.is-datepicker select.ui-datepicker-year {
  width: 38%; }

.is-datepicker select.ui-datepicker-month {
  width: 62%; }

/*****/
.is-datepicker .ui-widget select,
.is-datepicker .ui-widget {
  font-family: "Exo2", sans-serif !important;
  font-weight: normal !important;
  font-size: 14px !important; }

.is-datepicker .ui-datepicker-calendar th {
  font-weight: normal !important; }

.is-datepicker .ui-state-active {
  background: rgba(255, 255, 255, 0.16) !important; }

/*****/
.is-datepicker .ui-widget-content .ui-state-hover {
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.16) !important; }

.is-datepicker .ui-widget-content .ui-state-default {
  background: transparent;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }

/* End Datepicker */
/* Bg-decor */
.bg-wrapper {
  position: relative;
  flex-grow: 1;
  overflow: hidden; }

.bg-decor {
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
  width: 100%;
  height: 512px;
  z-index: -1;
  background: linear-gradient(179.58deg, #2A4F78 0%, #031B29 100%); }

.page-tech .bg-decor,
.page-donation .bg-decor,
.page-contacts .bg-decor,
.page-sign .bg-decor {
  height: 100% !important; }

.page-news .bg-decor,
.dark-2 .bg-decor {
  display: none; }

/* End Bg-decor */
/* Header */
header {
  background-color: #022132;
  z-index: 2;
  position: relative; }

.header-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 95px;
  border-radius: 0 0 4px 4px;
  background-color: #092738; }

.page-tech .header-wrapper,
.page-tech header,
.page-donation .header-wrapper,
.page-donation header,
.page-news .header-wrapper,
.page-contacts header,
.page-contacts .header-wrapper,
.page-sign header,
.page-sign .header-wrapper,
.page-main header,
.page-main .header-wrapper {
  background-color: transparent; }

.header-logo {
  margin: 0 30px 0 20px; }

.header-menu {
  flex-grow: 1; }

.header-menu-wrapper {
  display: flex;
  align-items: center; }

.nav-menu {
  margin-right: 40px; }

.nav-auth > ul,
.nav-menu ul {
  display: flex;
  align-items: center; }

.nav-auth > ul > li,
.nav-menu ul li {
  padding: 6px 14px;
  text-align: center; }

.nav-auth > ul > li > a,
.nav-menu ul li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: normal;
  text-decoration: none; }

.nav-auth > ul > li > a:hover,
.nav-menu ul li a:hover {
  text-decoration: underline; }

.nav-menu ul li:nth-child(1) a:hover,
.nav-menu ul li:nth-child(2) a:hover {
  background-color: rgba(255, 255, 255, 0.16);
  text-decoration: none; }

.nav-menu ul li:nth-child(1),
.nav-menu ul li:nth-child(2) {
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden; }

.nav-menu ul li:nth-child(2) {
  margin-right: 14px;
  border-left: none;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.nav-menu ul li:nth-child(1) a,
.nav-menu ul li:nth-child(2) a {
  padding: 6px 14px; }

/*****/
.nav-auth {
  margin-left: auto;
  display: flex;
  align-items: center; }

.nav-auth > ul > li:nth-child(2) {
  position: relative; }

.nav-auth > ul > li:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 1px;
  height: calc(100% - 12px);
  background: rgba(255, 255, 255, 0.1); }

/*****/
.nav-language {
  position: relative;
  margin: 0 20px 0 25px; }

.nav-language .list-language {
  display: none;
  position: absolute;
  right: 5px;
  top: calc(100% + 10px);
  width: 70px;
  height: 100px;
  border: 1px solid #2B4756;
  background-color: #173652; }

.nav-language.active .list-language {
  display: block; }

.list-language-wrapper {
  overflow-y: scroll;
  height: 100%;
  padding: 3px 6px; }

.list-right-decor::before {
  background-image: url("./../images/svg/dropdown.svg");
  width: 12px;
  height: 10px;
  bottom: 100%;
  right: -1px; }

.list-left-decor::before {
  background-image: url("./../images/svg/dropdown_another_side.svg");
  width: 12px;
  height: 10px;
  bottom: 100%;
  left: -1px; }

.nav-language .list-language ul li {
  position: relative; }

.nav-language .list-language ul li:not(:last-child) {
  margin-bottom: 2px; }

.nav-language .list-language ul li a {
  display: inline-block;
  text-decoration: none;
  padding-left: 27px; }

.nav-profile span,
.nav-language span {
  color: white; }

.language {
  position: relative;
  padding: 0 23px 0 27px;
  font-size: 14px;
  cursor: pointer;
  cursor: default; }

.language::before {
  background-image: url("./../images/svg/ic_dropdown.svg");
  width: 12px;
  height: 7px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none; }

.nav-language .list-language ul li img,
.language img {
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
  height: 18px; }

/*****/
.nav-profile {
  position: relative; }

.profile {
  position: relative;
  padding: 0 0 0 24px;
  cursor: pointer; }

.settings-profile::before,
.profile::before {
  background-image: url("./../images/svg/ic_header_user.svg");
  width: 16px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/*****/
.list-profile {
  display: none;
  position: absolute;
  left: 7px;
  top: calc(100% + 10px);
  min-width: 100px;
  border: 1px solid #2B4756;
  background-color: #173652; }

.nav-profile.active .list-profile {
  display: block; }

.list-profile-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 7px 15px; }

.list-profile ul li:not(:last-child) {
  margin-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.list-profile ul li a {
  display: inline-block;
  padding-bottom: 4px;
  color: white;
  text-decoration: none; }

.list-profile ul li:last-child a {
  padding-bottom: 2px; }

/*****/
.mobile-menu {
  position: relative;
  margin: 0 15px 0 auto;
  width: 29px;
  height: 24px;
  padding: 5px; }

.mobile-menu::before {
  background-image: url("./../images/svg/mobile_menu.svg");
  width: 19px;
  height: 14px;
  top: 5px;
  left: 5px; }

/* End Header */
/* Footer */
footer {
  margin-top: -1px; }

.dark-2 footer,
.dark footer {
  background-color: #022132; }

.footer-wrapper {
  display: flex;
  padding: 30px 5px; }

.dark-2 .footer-wrapper {
  border-radius: 4px 4px 0 0;
  background-color: #092738; }

/*****/
.social {
  display: flex;
  align-items: center;
  width: 100px;
  margin-top: 25px;
  justify-content: space-between; }

.social a {
  position: relative; }

.social a::before {
  width: inherit;
  height: inherit; }

.twitter {
  width: 18px;
  height: 14px; }

.twitter::before {
  background-image: url("./../images/svg/ic_footer_twitter.svg"); }

.telegram {
  width: 18px;
  height: 15px; }

.telegram::before {
  background-image: url("./../images/svg/ic_footer_telegram.svg"); }

.facebook {
  width: 15px;
  height: 15px; }

.facebook::before {
  background-image: url("./../images/svg/ic_footer_facebook.svg"); }

/*****/
.footer-menu ul {
  display: flex;
  flex-direction: column; }

.footer-menu ul li {
  height: 33px;
  flex-grow: 1; }

.footer-menu ul li a {
  color: rgba(71, 71, 71, 0.8); }

.dark-2 .footer-menu ul li a {
  color: rgba(255, 255, 255, 0.8); }

.dark .footer-menu ul li a {
  color: white; }

.dark-2 .foote-logo img:nth-child(1),
.dark .foote-logo img:nth-child(1) {
  display: block !important; }

.dark-2 .foote-logo img:nth-child(2),
.dark .foote-logo img:nth-child(2) {
  display: none; }

/*****/
.foote-switch {
  color: #474747 !important;
  text-decoration: underline;
  font-weight: 600; }

.dark .foote-switch {
  color: #cdd3d7 !important; }

/* End Footer */
/* Content */
.page-news .content {
  background-color: white; }

/* End Content */
/* Main */
.main-greeting-wrapper {
  height: 417px;
  display: flex;
  align-items: center;
  justify-content: center; }

.main-greeting-text {
  color: #fff;
  text-align: center; }

.main-greeting-text h1 {
  font-size: 74px;
  font-weight: bold; }

.main-greeting-text span {
  font-size: 28px; }

/*****/
.main-chart {
  background-color: white;
  padding: 50px 0; }

.main-chart-wrapper {
  position: relative; }

.main-universal-description {
  margin: 0px 300px 40px 0; }

.main-universal-description h3 {
  margin-bottom: 3px;
  color: #474747;
  font-weight: bold;
  font-size: 24px; }

.main-universal-description span {
  color: #828282; }

.main-chart-pairs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 55px; }

.main-chart-pair {
  display: flex;
  padding: 15px;
  background-color: #F5F5F5;
  border-radius: 4px;
  margin-right: 16px;
  flex: 1 calc(25% - 16px);
  max-width: 273px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.main-chart-pair:last-child {
  margin-right: 0; }

.main-chart-pair:hover,
.main-chart-pair.active {
  background-color: #183753; }

.main-chart-pair-left {
  margin-right: 20px;
  color: #474747;
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.main-chart-pair:hover .main-chart-pair-left,
.main-chart-pair.active .main-chart-pair-left {
  color: #FFFFFF; }

.main-chart-pair-right {
  margin-left: auto;
  text-align: right;
  font-weight: bold;
  line-height: 19px; }

.course-down {
  color: #BC354D !important; }

.course-up {
  color: #29BD64 !important; }

.arrow-up,
.arrow-down {
  position: relative; }

.arrow-down::before,
.arrow-up::before {
  width: 8px;
  height: 12px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.arrow-down::before {
  background-image: url("./../images/svg/ic_main_arrow_red.svg"); }

.arrow-up::before {
  background-image: url("./../images/svg/ic_main_arrow_green.svg"); }

.main-chart-pair-right span.pair-right-1 {
  position: relative;
  padding-left: 15px; }

.main-chart-pair-right span.pair-right-2 {
  color: #8A8A8A;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.main-chart-pair:hover .main-chart-pair-right span.pair-right-2,
.main-chart-pair.active .main-chart-pair-right span.pair-right-2 {
  color: #FFFFFF; }

.main-universal-start {
  position: absolute;
  top: 0;
  right: 0; }

/*****/
.begin-traiding {
  background-color: #0E2C3D;
  padding: 60px 0 84px; }

.begin-traiding .main-universal-description {
  margin: 0 0 70px;
  text-align: center; }

.begin-traiding .main-universal-description h3 {
  font-weight: bold;
  color: #fff; }

.begin-traiding .main-universal-description span {
  color: rgba(255, 255, 255, 0.75); }

.begin-traiding-step {
  text-align: center; }

.begin-traiding-step-img {
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: center; }

.begin-traiding-step h5 {
  margin: 40px 0 11px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase; }

.begin-traiding-step span {
  display: inline-block;
  max-width: 281px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 19px; }

/*****/
.main-tutorial {
  padding: 50px 0; }

.main-tutorial-wrapper {
  position: relative; }

.main-tutorial-list ul li {
  margin-bottom: 30px;
  align-items: stretch;
  display: flex; }

.tutorial-wrap {
  background-color: #F9F9F9;
  width: 100%;
  border-radius: 4px;
  overflow: hidden; }

.tutorial-preview-img {
  position: relative;
  height: 214px; }

.video-tutorial {
  position: relative; }

.video-tutorial::before {
  background-image: url("./../images/svg/ic_play.svg");
  width: 67px;
  height: 67px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.tutorial-preview-img img {
  object-fit: cover;
  height: 100%; }

.tutorial-preview-desc {
  padding: 20px;
  background-color: #F9F9F9; }

.tutorial-preview-desc a {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #474747; }

.tutorial-preview-desc p {
  margin-top: 5px;
  color: #474747;
  line-height: 19px; }

/*****/
.main-news {
  background-color: #F9F9F9;
  padding: 50px 0; }

.main-news-wrapper {
  position: relative; }

.main-news-list ul li {
  margin-bottom: 30px;
  align-items: stretch;
  display: flex;
  height: auto; }

.new-wrap {
  position: relative;
  padding: 26px 30px 50px 18px;
  background-color: #FFFFFF;
  border-radius: 4px; }

.new-date {
  position: relative;
  padding-left: 18px;
  color: #474747;
  opacity: 0.8; }

.new-date::before {
  background-image: url("./../images/svg/ic_main_date.svg");
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px; }

.new-preview-desc {
  position: relative; }

.new-preview-desc h5 {
  margin-top: 15px;
  color: #474747;
  font-size: 18px;
  font-weight: bold; }

.new-preview-desc p {
  margin-top: 5px;
  color: #474747;
  line-height: 17px;
  opacity: 0.8; }

.new-link {
  position: absolute;
  bottom: 20px;
  color: #49C77C !important;
  padding-right: 22px;
  display: block; }

.new-link::before {
  background-image: url("./../images/svg/ic_main_continue.svg");
  top: 50%;
  right: 0;
  width: 12px;
  height: 8px;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%); }

/*****/
.main-start {
  background-color: #0E2C3D;
  padding: 65px 0 23px 0; }

.main-start-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.main-start .main-universal-start {
  display: flex;
  margin-top: 0;
  align-items: flex-start; }

.main-start .main-universal-description {
  margin-right: 20px; }

.main-start .main-universal-description h3 {
  color: white; }

.main-start .main-universal-description span {
  color: rgba(255, 255, 255, 0.6); }

/* End Main */
/* Sign */
.sign {
  margin-top: 50px;
  margin-bottom: 80px; }

.sign-wrapper {
  margin: 0 auto;
  background-color: white;
  padding: 30px 60px 50px 60px;
  border-radius: 4px; }

.sign-wrapper h3 {
  margin-bottom: 34px;
  font-size: 24px;
  font-weight: bold;
  line-height: 31px;
  color: #474747;
  text-align: center; }

.sign-desc {
  text-align: center;
  color: #828282;
  line-height: 19px; }

.sign-desc a {
  font-weight: 600;
  color: #29BE64 !important; }

.sign .input-wrapper {
  margin-bottom: 40px; }

.checkboxes {
  margin-top: 20px; }

.checkboxes a {
  position: relative;
  padding-left: 35px;
  color: #828282 !important;
  text-decoration: none;
  display: inline-block;
  min-height: 21px;
  line-height: 21px;
  margin-bottom: 10px; }

.checkboxes a::before {
  background-image: url("./../images/svg/ic_checkbox_empty.svg");
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px; }

.checkboxes a.checkbox-full::before {
  background-image: url("./../images/svg/ic_checkbox_full.svg"); }

a.checkbox.error::before {
  background-image: url("./../images/svg/ic_checkbox_empty_error.svg"); }

.dark-2 a.checkbox.error::before {
  background-image: url("./../images/svg/ic_checkbox_error.svg"); }

/*****/
#recaptcha {
  margin: 30px 0; }

#recaptcha .g-recaptcha,
#recaptcha .g-recaptcha > div,
#recaptcha iframe {
  max-width: 100%; }

.sign-button {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.sign-button button {
  flex: 1 50%;
  max-width: 200px; }

.sign-button-desc {
  flex: 1 50%;
  margin-left: 0;
  padding-left: 15px;
  text-align: center; }

.sign-button-desc a,
.sign-button-desc span {
  line-height: 14px; }

.sign-button-desc span {
  color: #828282;
  display: inline-block; }

.sign-button-desc a {
  font-weight: 600;
  color: #29BD64 !important; }

a.forgot-password {
  color: #29BD64 !important; }

.input-wrapper.is-forgot-password {
  margin-bottom: 5px; }

.input-wrapper.is-forgot-password.error {
  margin-bottom: 20px; }

/* End Sign */
/* Article */
.article-wrapper {
  margin: 0 auto; }

.article-body {
  margin: 30px 0 50px; }

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6 {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 30px; }

.article-body h5 {
  font-size: 18px; }

.article-body p {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 10px; }

.article-body a {
  color: white !important; }

.article-body ul {
  margin-top: 10px;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 15px; }

.article-body ul li {
  color: rgba(255, 255, 255, 0.5); }

/* End Article */
/* Contacts */
.contacts-wrapper {
  margin: 0 auto; }

.contacts-header {
  padding-top: 60px;
  text-align: center; }

.contacts-title h1 {
  font-weight: bold;
  font-size: 74px;
  color: #FFFFFF; }

.contacts-short-description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 21px;
  max-width: 610px;
  margin: 0 auto; }

/*****/
.contacts-body {
  margin: 60px 0 300px; }

.contact-option {
  display: flex;
  margin-bottom: 30px; }

.contact-option-wrapper {
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: stretch;
  flex: 1;
  flex-wrap: wrap;
  align-items: flex-end; }

.contact-option-info {
  border: 1px solid rgba(249, 249, 249, 0.1);
  text-align: center;
  flex: 1 100%;
  padding: 5px;
  border-bottom: none; }

.contact-option-img {
  height: 125px;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center; }

.contact-option-info h5 {
  margin: 0 0 14px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase; }

.contact-option-info span {
  display: inline-block;
  max-width: 217px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 19px;
  font-size: 16px;
  margin-bottom: 40px; }

/*****/
.contact-option-link {
  background-color: #364e62;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  flex: 100%; }

.contact-option-link a {
  position: relative;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 16px;
  font-weight: 500;
  padding-right: 22px;
  display: inline-block; }

.contact-option:last-child .contact-option-link a {
  padding-right: 0; }

.contact-option-link a::before {
  background-image: url("./../images/svg/ic_contactus_arrow.svg");
  top: 50%;
  right: 0;
  width: 15px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.contact-option:last-child .contact-option-link a::before {
  display: none; }

/* End Contacts */
/* News */
.news {
  display: flex;
  padding: 60px 0; }

.news-title h1 {
  margin-bottom: 3px;
  color: #474747;
  font-weight: bold;
  font-size: 24px; }

.news-short-description {
  color: #828282; }

/*****/
.news-body {
  margin-top: 50px; }

.news-body > ul li {
  margin-bottom: 30px;
  align-items: stretch;
  display: flex; }

.news-body .new-wrap {
  background-color: #F9F9F9; }

/* End News */
/* New */
.new {
  padding: 30px 0 60px; }

.new-wrapper {
  margin: 0 auto; }

.new-title {
  margin-top: 20px; }

.new-title h1 {
  font-weight: bold;
  font-size: 44px;
  color: #474747;
  margin-bottom: 20px; }

.back-to-all {
  display: inline-block;
  position: relative;
  color: #707070 !important;
  font-size: 16px;
  padding-left: 20px; }

.back-to-all::before {
  background-image: url("./../images/svg/ic_back.svg");
  top: 3px;
  left: 0;
  width: 10px;
  height: 18px; }

.new-body p {
  font-size: 20px;
  color: #474747;
  line-height: 26px;
  margin-top: 10px; }

.new-body p.small-text {
  font-size: 16px;
  line-height: 19px; }

.new-body p.important-text {
  position: relative;
  display: inline-block;
  font-weight: bold;
  border-left: 4px solid #00C15C;
  margin: 30px 0;
  padding-left: 19px; }

.new-body h1,
.new-body h2,
.new-body h3,
.new-body h4,
.new-body h5,
.new-body h6 {
  color: #474747;
  font-weight: bold;
  margin: 25px 0 10px; }

.new-body img {
  margin: 20px 0;
  max-width: 100%;
  height: auto; }

.new-body iframe {
  width: 100%;
  height: 500px;
  margin: 20px 0; }

/* End New */
/* Donation */
.donation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0 80px; }

.donation-title h1 {
  color: #FFFFFF;
  font-size: 74px;
  font-weight: bold; }

.donation-short-description {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 21px;
  padding-right: 75px; }

/*****/
.donation-body-wrapper {
  background-color: white;
  border-radius: 4px;
  padding: 0;
  overflow: hidden; }

.donation-tabs {
  display: flex;
  flex-wrap: wrap;
  height: 67px;
  align-items: stretch;
  padding-top: 15px; }

.donation-tab {
  flex: 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #cbcbcb; }

.donation-tab.active {
  border-bottom: 2px solid #49c77c; }

.donation-tabs a {
  color: rgba(71, 71, 71, 0.4) !important;
  font-size: 16px;
  display: inline-block; }

.donation-tab a:hover {
  color: #474747 !important; }

.donation-tab.active a {
  color: #474747 !important;
  font-weight: bold;
  text-decoration: none !important;
  cursor: default; }

.donation-form {
  padding: 30px;
  min-height: 440px;
  position: relative; }

.donation-form-desc {
  color: darkgray;
  font-size: 16px;
  line-height: 20px; }

/*****/
.donation-list {
  margin-top: 10px; }

.donation-list li {
  margin-bottom: 10px; }

.donation-list li a {
  position: relative;
  padding: 20px 48px;
  color: #474747 !important;
  text-decoration: none;
  font-size: 16px;
  display: block; }

.donation-list li a img {
  top: 50%;
  left: 0;
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.donation-list li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 48px;
  width: 100%;
  height: 2px;
  background-color: rgba(203, 203, 203, 0.7); }

.donation-list li:last-child a::after {
  display: none; }

.faq-mobile-link > li a::before,
.settings-mobile-link > li:not(:first-child) a::before,
.donation-list li a::before {
  background-image: url("./../images/svg/ic_donation_arrow.svg");
  right: 0;
  width: 10px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%); }

.donation-list li a:hover::before {
  background-image: url("./../images/svg/ic_donation_arrow_hover.svg"); }

/*****/
.donation-form-address {
  margin: 45px 0 30px; }

.donation-form-address input,
.donation-form-qr-code span,
.donation-form-address label {
  color: #474747;
  font-size: 16px; }

.donation-form-qr-code span {
  position: relative; }

.donation-qr-code {
  width: 200px;
  height: 200px;
  margin-top: -12px;
  margin-left: -16px; }

.settings-two-fa-form input.no-focus:focus,
.window-coin-data-wrapper input.no-focus:focus {
  border-color: rgba(255, 255, 255, 0.3) !important; }

.donation-form-address input.no-focus:focus {
  border-color: #e2e2e2 !important; }

.donation-form-next,
.donation-form-back {
  position: absolute;
  display: inline-block;
  color: #A9A9A9 !important;
  font-size: 16px;
  bottom: 20px; }

.donation-form-back {
  padding-left: 30px; }

.donation-form-next {
  padding-right: 30px;
  right: 30px; }

.donation-form-back::before,
.donation-form-next::before {
  top: 50%;
  width: 21px;
  height: 17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.donation-form-back::before {
  background-image: url("./../images/svg/ic_donation_arrow_back.svg");
  left: 0; }

.donation-form-next::before {
  background-image: url("./../images/svg/ic_donation_arrow_next.svg");
  right: 0; }

/* End Donation */
/* Coin */
.coin {
  padding: 0 20px; }

.coin-header {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #2B4756;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 30px 0; }

/*****/
.coin-label {
  display: flex;
  margin-right: 30px; }

.coin-logo {
  width: 77px;
  height: 77px; }

.coin-info {
  padding-left: 20px; }

.coin-name {
  font-size: 32px;
  font-weight: bold; }

.coin-fullname {
  margin-right: 12px; }

.coin-shortname {
  color: rgba(255, 255, 255, 0.2); }

.coin-link a {
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.8) !important;
  display: inline-block;
  position: relative; }

.coin-link a:first-child {
  margin-right: 25px; }

.coin-link a:first-child::before,
.coin-link a:last-child::before {
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px; }

.coin-link a:first-child::before {
  background-image: url("./../images/svg/ic_coinsinfo_website.svg"); }

.coin-link a:last-child::before {
  background-image: url("./../images/svg/ic_coinsinfo_explorer.svg"); }

/*****/
.coin-maininfo {
  display: flex;
  margin-left: auto; }

.coin-maininfo li {
  margin-right: 20px; }

.coin-maininfo li:last-child {
  margin-right: 0; }

.coin-maininfo li span {
  display: block; }

.coin-maininfo li span:first-child {
  color: rgba(255, 255, 255, 0.3);
  padding-bottom: 10px; }

.coin-maininfo li span:last-child {
  font-size: 16px;
  font-weight: bold; }

/*****/
.coin-body {
  color: rgba(255, 255, 255, 0.8);
  padding: 30px 0; }

.coin-body h5 {
  font-size: 20px;
  font-weight: bold; }

.coin-about {
  margin-bottom: 40px; }

.coin-about p {
  margin-top: 10px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.7); }

.coin-chart-wrapper {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid rgba(43, 71, 86, 0.7); }

/* End Coin */
/* Pairs Specification */
.pairs-specification {
  padding: 0 20px; }

.pairs-specification-title {
  margin-right: 20px; }

.pairs-specification-title h1 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0; }

/*****/
.pairs-specification-body {
  margin-top: 20px; }

.pairs-specification-body .inter-table {
  margin-bottom: 25px; }

/*****/
.inter-table {
  display: flex;
  color: rgba(255, 255, 255, 0.7); }

.inter-table-head {
  min-width: 160px;
  max-width: 200px;
  overflow: hidden; }

.inter-table-body {
  flex: 85%; }

.inter-table-body-wrapper {
  display: table;
  width: 100%;
  white-space: nowrap; }

.inter-table-head .inter-table-body-wrapper {
  padding-right: 10px; }

.inter-table-row {
  display: table-row; }

.inter-table-col {
  display: table-cell;
  padding: 3px; }

.inter-table-body-wrapper .inter-table-row:first-child {
  font-weight: 600; }

.inter-table-body-wrapper .inter-table-row:first-child .inter-table-col {
  padding-bottom: 10px; }

/* End Pairs Specification */
/* Listing form */
.listing {
  padding: 0 20px; }

.page-listing-form .content-header {
  border-bottom: none; }

/*****/
.listing-body {
  max-width: 75%; }

.listing-description {
  color: rgba(255, 255, 255, 0.7); }

.listing-description p {
  line-height: 19px; }

/*****/
.listing-form {
  margin-bottom: 30px; }

.listing-form > ul {
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap; }

.listing-form > ul > li {
  margin-bottom: 45px;
  width: 50%; }

.listing-form > ul > li .input-wrapper {
  padding-right: 80px; }

.listing-form > ul > li input {
  color: rgba(255, 255, 255, 0.7);
  width: 100%; }

.listing-checkboxes {
  display: flex;
  flex-wrap: wrap;
  height: 49px;
  align-items: center; }

.listing-checkbox-wrapper {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.checkbox-wrapper a,
.basic-trade-3-marketprice a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  line-height: 14px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8) !important; }

.checkbox-wrapper a::before,
.basic-trade-3-marketprice a::before {
  background-image: url(./../images/svg/ic_zerobalance_empty.svg);
  top: 0;
  left: 0;
  width: 14px;
  height: 14px; }

.checkbox-wrapper a.checkbox-full::before,
.basic-trade-3-marketprice a.checkbox-full::before {
  background-image: url(./../images/svg/ic_zerobalance_full.svg); }

/*****/
/*****/
.select-wrapper {
  display: inline-flex;
  align-items: center; }

.select-title {
  padding-right: 15px; }

.date,
.select {
  position: relative;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 32px 8px 16px;
  height: 49px;
  max-width: 100%;
  cursor: pointer; }

.date.date-small,
.select.select-small {
  height: 33px;
  padding: 4px 32px 4px 16px;
  font-weight: normal; }

.select.show-list {
  border-bottom-color: transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.date::before,
.select::before {
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.select::before {
  background-image: url(./../images/svg/ic_down.svg);
  width: 10px;
  height: 6px; }

.date::before {
  background-image: url(./../images/svg/ic_filter_calendar.svg);
  width: 14px;
  height: 14px; }

.select-choosed {
  overflow: hidden;
  height: 31px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  line-height: 31px;
  white-space: nowrap;
  width: 100%; }

.select.select-small .select-choosed {
  height: 23px;
  line-height: 22px;
  text-transform: none; }

.select-list {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: -1px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top: none;
  background-color: #092738;
  z-index: 1;
  box-sizing: content-box;
  overflow-y: auto; }

.select.show-list .select-list {
  display: block;
  border-top-color: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select-list > ul {
  padding-bottom: 10px;
  overflow: hidden; }

.select-list > ul > li {
  cursor: pointer; }

.select-list > ul > li:hover {
  background-color: #2B4756; }

.select-list > ul > li a {
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.7) !important;
  padding: 5px 0;
  display: block;
  margin: 0 32px 0 16px;
  overflow: hidden;
  text-decoration: none; }

/* End Listing form */
/* Basic-trade */
.basic-trade {
  display: flex;
  flex-direction: column; }

.basic-trade-bottom,
.basic-trade-top,
.basic-trade {
  width: 100%; }

.basic-trade-top {
  position: relative;
  display: flex;
  flex-direction: column; }

.basic-trade-1,
.basic-trade-2,
.basic-trade-3 {
  margin-top: 7px;
  background-color: #092738;
  border-radius: 4px;
  width: 66.666667%; }

.basic-trade-all-pairs {
  position: absolute;
  top: 7px;
  right: 0;
  width: calc(33.33333% - 7px);
  height: calc(100% - 7px);
  border-radius: 4px;
  background-color: #092738;
  padding: 11px 0 20px;
  display: flex;
  flex-direction: column; }

/*****/
.basic-trade-bottom {
  margin: 0;
  display: flex;
  flex-wrap: wrap; }

.basic-trade-sell,
.basic-trade-buy,
.basic-trade-my {
  margin-right: 7px;
  min-height: 100px;
  border-radius: 4px;
  background-color: #092738;
  margin-top: 7px;
  width: calc(33.3333% - 3.5px);
  padding: 20px 5px 20px 20px; }

.basic-trade-my {
  margin-right: 0;
  width: calc(33.3333% - 7px); }

.is-auth .basic-trade-3,
.is-auth .basic-trade-my {
  display: none !important; }

.is-auth .basic-trade-sell {
  width: 66.666667%; }

.is-auth .basic-trade-buy {
  width: calc(33.33333% - 7px);
  margin-right: 0; }

.basic-trade-history {
  width: 100%;
  border-radius: 4px;
  background-color: #092738;
  margin: 7px 0;
  padding: 20px; }

/*****/
.basic-trade-1 {
  padding: 11px 20px;
  height: 111px;
  overflow: hidden; }

.basic-trade-1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.basic-trade-1 ul li {
  height: 89px;
  padding-top: 8px; }

.basic-trade-1 ul li:nth-child(2n) {
  border-right: 1px solid #2B4756; }

.basic-trade-1-title {
  color: rgba(255, 255, 255, 0.3); }

.basic-trade-1 ul li > span {
  padding-bottom: 7px;
  display: inline-block; }

.basic-trade-1 ul li > div {
  color: rgba(255, 255, 255, 0.8); }

.basic-trade-1 ul li > div span:first-child {
  font-size: 16px;
  font-weight: 600; }

/*****/
.basic-trade-2 {
  padding: 20px; }

/*****/
.basic-trade-3-tabs-form {
  display: flex;
  flex-wrap: wrap; }

.basic-trade-3-tab {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  color: rgba(255, 255, 255, 0.8); }

.basic-trade-3-tab-first {
  padding-right: 40px; }

.basic-trade-3-tab-second {
  padding-left: 40px; }

.basic-trade-3-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 600; }

.basic-trade-3-header span {
  text-transform: uppercase; }

.basic-trade-3-header a {
  display: none;
  color: rgba(255, 255, 255, 0.8) !important;
  padding-right: 15px; }

.basic-trade-3-marketprice {
  text-align: right; }

.basic-trade-3-input {
  margin-bottom: 28px;
  margin-top: 7px; }

.basic-trade-3-input-wrapper {
  padding-left: 80px;
  margin-bottom: 16px;
  position: relative; }

.basic-trade-3-input-wrapper .input-wrapper span {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block; }

.basic-trade-3-input-wrapper input {
  height: 40px;
  padding-right: 80px; }

.basic-trade-3-input-wrapper label {
  position: absolute;
  top: 10px;
  left: 0; }

.basic-trade-3-button button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  text-transform: uppercase; }

.basic-trade-3-button button > span {
  display: block;
  font-weight: 600; }

.basic-trade-3-transaction {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.8); }

/*****/
.basic-trade-list-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 8px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  align-items: center; }

.basic-trade-list-header span {
  text-transform: uppercase; }

.basic-trade-list-header span:last-child {
  padding-right: 15px; }

.basic-trade-list {
  max-height: 210px;
  overflow-y: scroll; }

.basic-trade-list ul {
  display: table;
  width: 100%; }

.basic-trade-list ul li {
  display: table-row;
  color: rgba(255, 255, 255, 0.8); }

.basic-trade-list ul li:first-child {
  font-weight: 600; }

.basic-trade-list ul li > span {
  display: table-cell;
  line-height: 26px; }

.basic-trade-list ul li:first-child span {
  padding-bottom: 15px;
  line-height: 14px; }

.account-body .inter-table-row a,
.basic-trade-my .basic-trade-list ul li:not(:first-child) a {
  /* text-decoration: underline; */
  color: rgba(255, 255, 255, 0.8) !important; }

/* .account-body .inter-table-row a:hover,
.basic-trade-my .basic-trade-list ul li:not(:first-child) a:hover{
	text-decoration: none;
} */
/*****/
.basic-trade-history-tabs {
  display: flex; }

.basic-trade-history-tab:first-child {
  margin-right: 10px; }

.basic-trade-history-tab a {
  padding: 8px 16px;
  color: rgba(255, 255, 255, 0.8) !important;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  display: block; }

.basic-trade-history-tab:not(.active) a:hover {
  color: rgba(255, 255, 255, 0.8) !important; }

.basic-trade-history-tab.active a {
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  cursor: default; }

.basic-trade-history-data .basic-trade-list ul li span {
  width: 20%; }

/*****/
.basic-trade-all-pairs-header {
  display: flex;
  /* flex-wrap: wrap; */
  padding: 0 20px;
  justify-content: space-between;
  align-items: center; }

.basic-trade-all-pairs-body {
  display: flex;
  flex-direction: column;
  height: calc(100% - 36px); }

.basic-trade-all-pairs-body.show-favorite .basic-trade-list li:not(.favorite) {
  display: none; }

.all-pairs-pair span {
  font-weight: bold;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase; }

.all-pairs-pair span:last-child {
  color: rgba(255, 255, 255, 0.3);
  margin-left: 7px; }

.all-pairs-favorites-search {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end; }

.all-pairs-favorites {
  margin-right: 12px; }

.all-pairs-favorites a {
  color: white !important;
  padding-left: 16px;
  position: relative;
  display: block;
  text-decoration: none; }

.all-pairs-favorites a::before {
  background-image: url(./../images/svg/ic_main_favorite_empty.svg);
  top: calc(50% + 1px);
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.all-pairs-favorites a.active::before,
.all-pairs-favorites a:hover::before {
  background-image: url(./../images/svg/ic_main_favorite.svg); }

/*****/
.all-pairs-tabs {
  display: flex;
  flex-wrap: wrap;
  height: 67px;
  padding-top: 15px;
  align-items: stretch; }

.all-pairs-tab {
  flex: 1 25%;
  min-width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 2px solid #2B4756; }

.all-pairs-tab.active {
  border-bottom: 2px solid rgba(255, 255, 255, 0.8); }

.all-pairs-tabs a {
  color: rgba(255, 255, 255, 0.3) !important;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none !important; }

.all-pairs-tab a:hover {
  color: rgba(255, 255, 255, 0.8) !important; }

.all-pairs-tab.active a {
  color: rgba(255, 255, 255, 0.8) !important;
  cursor: default; }

/*****/
.all-pairs-data {
  margin-top: 23px;
  display: none;
  flex-direction: column;
  height: calc(100% - 67px); }

.all-pairs-data.show-flex {
  display: flex; }

.all-pairs-data .basic-trade-list ul li:first-child {
  display: table-row !important; }

.all-pairs-data .basic-trade-list ul li span:first-child {
  padding-left: 30px;
  width: 30px;
  position: relative; }

.all-pairs-data .basic-trade-list ul li span a {
  color: rgba(255, 255, 255, 0.8) !important;
  cursor: pointer;
  text-decoration: none; }

.all-pairs-data .basic-trade-list ul li:not(:first-child):hover {
  cursor: default; }

.all-pairs-data .basic-trade-list ul li:not(:first-child):hover span {
  cursor: default; }

.all-pairs-data .basic-trade-list ul li:not(:first-child) span:first-child::before {
  top: 50%;
  left: 10px;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.all-pairs-data .basic-trade-list ul li:not(.favorite):hover span:first-child::before {
  background-image: url(./../images/svg/ic_main_favorite_empty.svg); }

.all-pairs-data .basic-trade-list ul li.favorite span:first-child::before {
  background-image: url(./../images/svg/ic_main_favorite.svg); }

.course-white {
  background-color: rgba(255, 255, 255, 0.15); }

.course-white span:first-child {
  border-left: 1px solid white; }

.course-red {
  background-color: rgba(255, 0, 0, 0.15); }

.course-green {
  background-color: rgba(0, 128, 0, 0.15); }

.all-pairs-data .basic-trade-list {
  max-height: none; }

/* End Basic-trade */
/* Coin info */
.filter-buttons ul {
  display: flex; }

.filter-buttons ul li {
  margin-right: 16px; }

.filter-buttons ul li:last-child {
  margin-right: 0; }

.filter-buttons ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 7px 30px;
  min-width: 95px;
  border: 1px solid #2B4756;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.5) !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.filter-buttons ul li a:hover,
.filter-buttons ul li.active a {
  border-color: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.8) !important;
  background-color: rgba(255, 255, 255, 0.16); }

/* End Coin info */
/* Account */
.account {
  display: flex;
  width: 100%; }

.account-menu {
  margin: 7px 7px 7px 0;
  width: 294px;
  min-width: 294px;
  border-radius: 4px;
  background-color: #092738;
  padding: 20px 0; }

.account-menu-title {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 51px;
  margin-top: 10px; }

.account-menu ul {
  margin-top: 20px; }

.account-menu ul li {
  border-left: 1px solid transparent; }

.account-menu ul li:hover,
.account-menu ul li.active {
  background-color: rgba(255, 255, 255, 0.16);
  border-left-color: white; }

.account-menu ul li a {
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 0.5) !important;
  padding: 10px 25px 10px 50px;
  text-decoration: none; }

.account-menu ul li:hover a,
.account-menu ul li.active a {
  color: rgba(255, 255, 255, 0.8) !important; }

.account-menu ul li a::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.balance-ico a::before {
  background-image: url(./../images/svg/ic_profile_balance_noactive.svg);
  left: 15px;
  width: 17px;
  height: 16px; }

.balance-ico:hover a::before,
.balance-ico.active a::before {
  background-image: url(./../images/svg/ic_profile_balance_active.svg); }

.deposit-history-ico a::before {
  background-image: url(./../images/svg/ic_profile_deposit_history_noactive.svg);
  left: 13px;
  width: 20px;
  height: 16px; }

.deposit-history-ico:hover a::before,
.deposit-history-ico.active a::before {
  background-image: url(./../images/svg/ic_profile_deposit_history_active.svg); }

.withdrawal-history-ico a::before {
  background-image: url(./../images/svg/ic_profile_withdrawalhistory_noactive.svg);
  left: 13px;
  width: 20px;
  height: 16px; }

.withdrawal-history-ico:hover a::before,
.withdrawal-history-ico.active a::before {
  background-image: url(./../images/svg/ic_profile_withdrawalhistory_active.svg); }

.open-orders-ico a::before {
  background-image: url(./../images/svg/ic_profile_open_orders_noactive.svg);
  left: 15px;
  width: 17px;
  height: 18px; }

.open-orders-ico:hover a::before,
.open-orders-ico.active a::before {
  background-image: url(./../images/svg/ic_profile_open_orders_active.svg); }

.order-history-ico a::before {
  background-image: url(./../images/svg/ic_profile_orderhistory_noactive.svg);
  left: 17px;
  width: 14px;
  height: 18px; }

.order-history-ico:hover a::before,
.order-history-ico.active a::before {
  background-image: url(./../images/svg/ic_profile_orderhistory_active.svg); }

.account-setiings-ico a::before {
  background-image: url(./../images/svg/ic_profile_accountsetiings_noactive.svg);
  left: 15px;
  width: 17px;
  height: 17px; }

.account-setiings-ico:hover a::before,
.account-setiings-ico.active a::before {
  background-image: url(./../images/svg/ic_profile_accountsetiings_active.svg); }

.verification-ico a::before {
  background-image: url(./../images/svg/ic_profile_verification_noactive.svg);
  left: 15px;
  width: 19px;
  height: 19px; }

.verification-ico:hover a::before,
.verification-ico.active a::before {
  background-image: url(./../images/svg/ic_profile_verification_active.svg); }

.support-ico a::before {
  background-image: url(./../images/svg/ic_faq_support_nonactive.svg);
  left: 15px;
  width: 20px;
  height: 16px; }

.support-ico:hover a::before,
.support-ico.active a::before {
  background-image: url(./../images/svg/ic_faq_support_active.svg); }

.api-ico a::before {
  background-image: url(./../images/svg/ic_faq_api_nonactive.svg);
  left: 15px;
  width: 20px;
  height: 18px; }

.api-ico:hover a::before,
.api-ico.active a::before {
  background-image: url(./../images/svg/ic_faq_api_active.svg); }

/*****/
.account-content {
  margin: 7px 0;
  width: 100%;
  border-radius: 4px;
  background-color: #092738;
  padding: 25px; }

.content-header {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #2B4756;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px; }

.quick-links,
.account .title,
.subtitle {
  display: none; }

.datatitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }

.account-body {
  position: relative;
  margin-top: 20px; }

/* End Account */
/* Balance */
.balance-hidezero {
  flex: 1;
  margin-left: 30px; }

.balance-holdings span:last-child {
  font-weight: 600;
  text-transform: uppercase; }

.no-scroll-table .inter-table-body {
  flex: 100%;
  overflow: hidden; }

.no-scroll-table .inter-table-body-wrapper {
  padding-left: 0;
  min-width: auto; }

/*****/
#window-coin-data-confirm,
#window-coin-data-withdraw,
#window-coin-data-deposit {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px 0; }

.window-coin-data-wrapper {
  padding: 25px 0;
  border-top: 1px solid #2B4756;
  border-bottom: 1px solid #2B4756; }

.window-coin-data-wrapper p {
  max-width: 550px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 18px; }

.window-coin-data-wrapper p a {
  color: white !important; }

#window-coin-data-withdraw p span {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9); }

.coin-address {
  padding: 50px 20px 30px;
  background-color: #022132;
  border-radius: 4px;
  margin: 10px 0 20px; }

.withdraw-address {
  padding: 30px 0; }

.settings-two-fa-form .input-wrapper,
.settings-change-password-form .input-wrapper,
.withdraw-form .input-wrapper {
  margin-bottom: 40px; }

.withdrawal-form .input-wrapper {
  margin-bottom: 23px; }

.withdraw-address .input-wrapper,
.coin-address .input-wrapper {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0 !important;
  margin-right: 100px; }

.settings-two-fa-form .input,
.settings-change-password-form .input,
.withdrawal-form .input,
.withdraw-form .input,
.withdraw-address .input,
.coin-address .input {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  width: 355px;
  max-width: 100%; }

.window-coin-data-wrapper .input-wrapper label {
  color: rgba(255, 255, 255, 0.8); }

.coin-address a {
  position: absolute;
  top: 50%;
  left: calc(100% + 14px);
  color: #cdd3d7;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/*****/
.settings-two-fa-form,
.settings-change-password-form,
.withdraw-form,
.withdrawal-form {
  max-width: 355px; }

.settings-change-password-form,
.withdraw-form {
  margin: 20px 0 50px; }

.withdrawal-form {
  margin: 50px 0 20px; }

.withdraw-form-withdraw-all {
  position: absolute;
  bottom: 100%;
  margin-bottom: 5px;
  right: 0; }

.withdrawal-confirm-button button {
  width: 100%; }

/* End Balance */
/* Deposit history */
.deposit-history-export {
  margin-left: 15px; }

.deposit-history-export a {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8) !important;
  padding-left: 30px;
  text-decoration: none;
  text-align: left; }

.deposit-history-export a:hover {
  color: white !important; }

.deposit-history-export a::before {
  background-image: url("./../images/svg/ic_profile_export.svg");
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.page-withdrawal-history .account-body .inter-table-row .inter-table-col:first-child,
.page-deposit-history .account-body .inter-table-row .inter-table-col:first-child,
.deposit-history-export a span:last-child {
  display: none; }

/*****/
/* End Deposit history */
/* Account settings */
#settings-apikey,
#settings-main-desktop {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid #2B4756; }

.settings-title h6 {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8); }

#settings-main-desktop table {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.7); }

#settings-main-desktop table a {
  color: rgba(255, 255, 255, 0.7) !important; }

#settings-main-desktop table tr td {
  padding: 5px 0; }

#settings-main-desktop table tr td:first-child {
  padding-right: 77px; }

/*****/
.settings-description {
  margin: 20px 0 35px;
  max-width: 550px; }

.settings-description p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 17px; }

/*****/
#settings-apikey .coin-address {
  margin-bottom: 0; }

#settings-apikey .coin-address input {
  width: 490px; }

/*****/
#settings-auth-history .inter-table {
  margin: 20px 0; }

.scroll-table-x .inter-table-body {
  overflow-x: scroll; }

/*****/
.settings-breadcrumbs {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.5); }

.settings-breadcrumbs .active {
  color: rgba(255, 255, 255, 0.8); }

.settings-change-password-button {
  text-align: center; }

.settings-change-password-button button {
  width: 100%; }

.settings-change-password-form {
  margin-top: 50px; }

/*****/
.settings-two-fa-manual > li {
  margin-bottom: 50px; }

.settings-two-fa-manual > li > h5 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7); }

.settings-two-fa-os a {
  display: inline-block;
  position: relative;
  padding-left: 17px;
  color: rgba(255, 255, 255, 0.7) !important; }

.settings-two-fa-os a::before {
  top: 50%;
  left: 0;
  height: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.ios::before {
  background-image: url("./../images/svg/ic_ios.svg");
  width: 10px; }

.android::before {
  background-image: url("./../images/svg/ic_android.svg");
  width: 12px; }

.settings-two-fa-os a:first-child {
  margin-right: 50px; }

/*****/
.settings-qr-code {
  position: relative; }

.img-settings-qr-code {
  position: absolute;
  right: 30px;
  top: -20px;
  max-width: 100px;
  max-height: 100px; }

.img-settings-qr-code img {
  max-width: 100%; }

.settings-two-fa-form {
  margin-top: 40px; }

.settings-two-fa-form span:not(.input-error) {
  color: rgba(255, 255, 255, 0.7); }

.settings-two-fa-form input[name=code_1] {
  color: #BC354D; }

.settings-mobile-qr-code-link a,
.settings-qr-code-link a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7) !important;
  margin-right: 20px; }

.settings-mobile-qr-code-link a:last-child {
  margin-right: 0; }

.settings-mobile-qr-code-link {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 5px;
  top: auto;
  left: auto;
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

/*****/
.settings-profile {
  position: relative;
  padding-left: 25px;
  line-height: 1.2; }

.settings-profile span:first-child {
  color: #cdd3d7; }

.settings-profile span:last-child {
  color: #809098; }

.settings-mobile-link {
  margin-top: 10px; }

.settings-mobile-link > li {
  border-bottom: 1px solid #26414f; }

.settings-mobile-link > li a {
  position: relative;
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: #cdd3d7 !important; }

.settings-mobile-link > li a span {
  text-decoration: underline;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.settings-mobile-link > li a:hover span {
  text-decoration: none; }

/*****/
body[class*=view-settings-] .settings-block {
  display: none !important; }

body[class$=-two-fa] #settings-two-fa,
body[class$=-change-password] #settings-change-password {
  display: block !important; }

/* End Account settings */
/* Verification */
.underline {
  text-decoration: underline !important; }

.underline:hover {
  text-decoration: none !important; }

.page-verification .checkbox-wrapper a {
  color: rgba(255, 255, 255, 0.7) !important; }

/*****/
.verification-documents-result,
.verification-download-documents {
  margin: 40px 0 50px; }

.verification-download-documents > ul {
  display: flex;
  justify-content: space-around; }

.verification-download-documents > ul > li {
  margin-right: 30px;
  flex: 1;
  max-width: 33.3333%; }

.verification-download-documents > ul > li:last-child {
  margin-right: 0; }

.verification-download-documents > ul > li a {
  display: block;
  min-height: 256px;
  border-radius: 4px;
  border: 1px solid #2B4756;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8) !important; }

.verification-download-documents > ul > li a:hover {
  border: 1px solid #BEC7CC; }

.verification-download-documents-img {
  height: 200px;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center; }

.verification-download-documents-title {
  text-align: center; }

/*****/
.verification-documents-result {
  display: flex;
  justify-content: space-around; }

.verification-download-result-wrapper {
  margin-top: 20px;
  max-width: 320px; }

.verification-download-result-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px; }

.verification-download-result-description {
  color: rgba(255, 255, 255, 0.7);
  text-align: center; }

#verification-error .settings-change-password-button {
  max-width: 176px; }

/*****/
body[class*=view-verification-] .verification-block {
  display: none !important; }

body[class$=-error] #verification-error,
body[class$=-success] #verification-success,
body[class$=-first-step] #verification-first-step,
body[class$=-second-step] #verification-second-step {
  display: block !important; }

/* End Verification */
/* Support */
/* .page-support .account-menu{
	width: 394px;
	min-width: 394px;
} */
.page-support .account-menu ul {
  margin-top: 0; }

.support-menu-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #2B4756;
  padding: 10px 0 20px;
  margin: 0 20px; }

.support-menu-title a {
  color: rgba(255, 255, 255, 0.8) !important; }

/*****/
.support-tickets > ul > li a {
  display: block;
  padding: 15px 20px;
  color: rgba(255, 255, 255, 0.8) !important; }

.tickets-data {
  display: flex;
  justify-content: space-between; }

.tickets-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.tickets-status {
  margin-left: 20px; }

.tickets-datetime {
  color: rgba(255, 255, 255, 0.5); }

/*****/
.support-create-ticket {
  margin-top: 20px; }

.support-create-ticket-first-row {
  display: flex;
  justify-content: space-between; }

.support-create-ticket-input {
  width: calc(100% - 330px); }

.support-create-ticket-input .input {
  width: 100%; }

.support-create-ticket-second-row {
  margin: 30px 0; }

.support-create-ticket-second-row .input {
  width: 100%;
  resize: none;
  height: 124px; }

/*****/
#support-ticket .settings-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #2b4756;
  padding: 8px 0px 22px;
  height: 47px; }

#support-ticket .settings-header .settings-title h6 {
  margin: 0; }

.support-ticket-subtitle {
  color: rgba(255, 255, 255, 0.8);
  padding-top: 15px; }

.support-ticket-subtitle span:first-child {
  margin-right: 28px; }

/*****/
.support-ticket-messages {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 30px; }

.support-ticket-messages > ul > li {
  margin-bottom: 28px; }

.ticket-message-title {
  display: flex;
  justify-content: space-between; }

.ticket-message-author {
  color: rgba(255, 255, 255, 0.8); }

.ticket-message {
  line-height: 19px;
  margin-top: 10px; }

/*****/
body[class*=view-support-] .support-block {
  display: none !important; }

body[class$=-support-ticket] #support-ticket,
body[class$=-support-create] #support-create {
  display: block !important; }

/* End Support */
/* Faq */
.faq-mobile-link {
  margin-top: 20px; }

.faq-mobile-link > li {
  border: 1px solid #26414f;
  margin-bottom: 8px;
  border-radius: 4px; }

.faq-mobile-link > li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none !important; }

.faq-mobile-link > li a::before {
  right: 20px; }

/*****/
.faq-all-questions-title h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 32px; }

.faq-all-questions-title span {
  color: rgba(255, 255, 255, 0.5); }

/*****/
.questions {
  margin: 30px 0 50px; }

.questions > ul > li {
  border-bottom: 1px solid #2B4756; }

.questions > ul > li > h5 {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: normal;
  padding: 35px 0;
  margin: 0;
  cursor: pointer; }

.questions > ul > li > h5::before {
  background-image: url("./../images/svg/ic_faq_plus.svg");
  top: 50%;
  right: 0;
  width: 26px;
  height: 26px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.questions > ul > li > h5:hover::before {
  background-image: url("./../images/svg/ic_faq_plus_hover.svg"); }

.questions > ul > li > h5.ui-state-active::before {
  background-image: url("./../images/svg/ic_faq_minus.svg"); }

.questions > ul > li > h5.ui-state-active:hover::before {
  background-image: url("./../images/svg/ic_faq_minus_hover.svg"); }

.questions > ul > li > h5:focus {
  outline: none; }

.answer {
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 30px; }

.answer p {
  margin-top: 10px; }

/*****/
body[class*=view-faq-] .faq-block {
  display: none !important; }

body[class$=-faq-question] #faq-question {
  display: block !important; }

/* End Faq */
/* Mobile-overlay */
#mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  z-index: 101;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: opacity .3s linear,-webkit-transform 0ms ease-out .3s;
  transition: opacity .3s linear,-webkit-transform 0ms ease-out .3s;
  transition: transform 0ms ease-out .3s,opacity .3s linear;
  transition: transform 0ms ease-out .3s,opacity .3s linear,-webkit-transform 0ms ease-out .3s; }

#mobile-overlay.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  opacity: 0.7; }

/* End Mobile-overlay */
/* Pagination */
.paginav {
  text-align: center;
  margin-top: 10px; }

.paginav-wrapper {
  display: inline-flex; }

.paginav ul {
  display: flex;
  margin: 0 20px;
  align-items: center;
  padding-bottom: 2px; }

.paginav ul li {
  margin-right: 25px; }

.paginav ul li:last-child {
  margin-right: 0; }

.paginav ul li a {
  color: #828282;
  font-size: 14px; }

.dark-2 .paginav ul li a {
  color: rgba(255, 255, 255, 0.4); }

.paginav ul li.active span {
  color: #474747;
  font-weight: bold;
  font-size: 14px; }

.dark-2 .paginav ul li.active span {
  color: rgba(255, 255, 255, 0.8); }

.paginav-prev,
.paginav-next {
  display: block; }

.paginav-next a,
.paginav-prev a {
  position: relative;
  width: 26px;
  height: 26px;
  display: inherit;
  border-radius: 50%;
  overflow: hidden; }

.paginav-next a::before,
.paginav-prev a::before {
  width: inherit;
  height: inherit;
  left: 0;
  border-radius: 50%; }

.paginav-next a::before {
  background-image: url("./../images/svg/ic_pagination_wright_white.svg"); }

.paginav-next a:hover::before {
  background-image: url("./../images/svg/ic_pagination_wright_white_hover.svg"); }

.paginav-prev a::before {
  background-image: url("./../images/svg/ic_pagination_left_white.svg"); }

.paginav-prev a:hover::before {
  background-image: url("./../images/svg/ic_pagination_left_white_hover.svg"); }

.dark-2 .paginav-next a::before {
  background-image: url("./../images/svg/ic_pagination_right.svg"); }

.dark-2 .paginav-next a:hover::before {
  background-image: url("./../images/svg/ic_pagination_right_hover.svg"); }

.dark-2 .paginav-prev a::before {
  background-image: url("./../images/svg/ic_pagination_left.svg"); }

.dark-2 .paginav-prev a:hover::before {
  background-image: url("./../images/svg/ic_pagination_left_hover.svg"); }

/* End Pagination */
/* 404 */
.page-tech .contacts-title h1 {
  font-size: 55px; }

.full-image {
  margin: 0 auto;
  max-width: 80%; }

/* End 404 */
@media screen and (min-width: 992px) {
  .search.is-full-search input {
    width: 290px !important; }

  .account-content {
    width: calc(100% - 301px); }

  /* .page-support .account-menu{
  	width: calc(100% - 401px);
  } */
  body.view-settings-auth-history #settings-auth-history,
  body.view-settings-api-key #settings-auth-history,
  body.view-settings-auth-history #settings-apikey,
  body.view-settings-api-key #settings-apikey,
  body.view-settings-auth-history #settings-main-desktop,
  body.view-settings-api-key #settings-main-desktop {
    display: block !important; }

  /* Additional search */
  .all-pairs-search {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

  .all-pairs-search input {
    text-transform: uppercase;
    border: none !important;
    transition: none; }

  .all-pairs-favorites-search {
    margin-left: 20px; }

  .basic-trade-all-pairs-header.view-full-search .all-pairs-favorites-search {
    flex: 1 100%; }

  .basic-trade-all-pairs-header.view-full-search .all-pairs-favorites {
    display: none; }

  .basic-trade-all-pairs-header.view-full-search .all-pairs-search {
    width: auto;
    flex: 1 100%; }

  .basic-trade-all-pairs-header.view-full-search .all-pairs-search {
    border: 1px solid rgba(255, 255, 255, 0.5); }

  .basic-trade-all-pairs-header.view-full-search .search input {
    width: 100%; }

  /* End Additional search */ }
@media screen and (max-width: 1199px) {
  .main-chart-pairs {
    justify-content: center; }

  .main-chart-pairs > a:nth-child(3) {
    margin-right: 0; }

  .main-chart-pairs > a:last-child {
    display: none; }

  .nav-auth > ul > li > a,
  .nav-menu ul li a {
    line-height: 18px; }

  .page-order-history .block-date {
    display: none; }

  /*****/
  .all-pairs-favorites a {
    padding-left: 20px;
    height: 20px; }

  .all-pairs-favorites a::before {
    background-image: url("./../images/svg/main_favorite_empty_mobile.svg");
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }

  .all-pairs-favorites a.active::before,
  .all-pairs-favorites a:hover::before {
    background-image: url("./../images/svg/main_favorite_full_mobile.svg"); } }
/*@media screen and (max-width: 1199px) */
@media screen and (max-width: 991px) {
  .header-logo {
    margin-left: 0; }

  .mobile-menu {
    margin-right: 0; }

  .header-wrapper {
    height: 64px;
    border-radius: 0; }

  body.page-tech,
  body.page-donation,
  body.page-contacts {
    background-color: #022132; }

  .page-tech .bg-wrapper,
  .page-contacts .bg-wrapper {
    display: flex;
    flex-direction: column; }

  .page-tech .content,
  .page-contacts .content {
    flex: 1;
    display: flex; }

  .page-tech .content > .container-fluid,
  .page-contacts .content > .container-fluid {
    display: flex; }

  .page-tech .bg-decor,
  .page-donation .bg-decor,
  .page-contacts .bg-decor {
    display: none; }

  .page-tech header,
  .page-tech .content,
  .page-donation header,
  .page-donation .content,
  .page-contacts header,
  .page-contacts .content,
  .dark-2 .content,
  .dark-2 header {
    background-color: #092738; }

  .dark-2 .content-wrapper,
  .dark-2 .header-wrapper {
    background: transparent; }

  .dark-2 .content-wrapper {
    padding-top: 0;
    margin: 0; }

  .footer-wrapper {
    border-radius: 0; }

  .dark-2 footer,
  .dark-2 .footer-wrapper {
    background-color: transparent; }

  .dark-2 .foote-switch {
    color: #cdd3d7 !important; }

  body.view-mobile-menu {
    -webkit-transform: translate(-280px);
    transform: translate(-280px); }

  .header-menu {
    top: 0;
    left: 100%;
    width: 280px;
    position: fixed;
    height: 100%;
    background-color: #092738;
    z-index: 102;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out,-webkit-transform .4s ease-out; }

  .header-menu-wrapper {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 22px;
    -webkit-transition: all 0s cubic-bezier(0.1, 0.57, 0.1, 1) 0s;
    transition: all 0s cubic-bezier(0.1, 0.57, 0.1, 1) 0s; }

  .nav-auth {
    flex-wrap: wrap;
    flex: 1 100%;
    align-items: flex-start;
    order: -1;
    margin-left: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  .nav-profile {
    flex: 1 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  .nav-language {
    margin: 0; }

  .nav-language .list-language {
    background-color: #022132; }

  .list-right-decor::before {
    background-image: url(./../images/svg/dropdown_mobile.svg); }

  .language {
    margin-left: -4px; }

  .list-profile {
    display: block !important;
    position: relative;
    left: auto;
    top: auto;
    border: none;
    background: transparent;
    min-width: auto; }

  .list-left-decor::before {
    display: none; }

  .list-profile-wrapper {
    height: auto;
    padding: 10px 0; }

  .list-profile ul li {
    border-bottom: none !important; }

  .profile {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px; }

  .profile::before {
    top: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }

  .nav-menu {
    margin-right: 0; }

  .nav-menu ul {
    flex-wrap: wrap;
    align-items: flex-start; }

  .nav-menu ul li {
    flex: 1 100%;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0;
    text-align: left !important; }

  .nav-menu ul li:nth-child(1) a:hover,
  .nav-menu ul li:nth-child(2) a:hover {
    background: none;
    text-decoration: underline; }

  .nav-auth > ul {
    flex: 1 100%;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: -5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
    padding-bottom: 10px; }

  .nav-auth > ul > li {
    flex: 1 100%;
    text-align: left;
    padding: 0; }

  .nav-auth > ul > li:nth-child(2)::before {
    display: none; }

  .nav-menu ul li a,
  .nav-auth > ul > li > a {
    display: inline-block;
    padding: 5px 0 !important;
    line-height: 20px; }

  /*****/
  .footer-wrapper > div {
    text-align: center; }

  .social {
    width: 167px;
    margin-left: auto;
    margin-right: auto; }

  .social a {
    text-align: left;
    border-radius: 50%;
    width: 37px !important;
    height: 37px !important;
    opacity: 0.3; }

  .dark-2 .social a,
  .dark .social a {
    opacity: 1; }

  .social a::before {
    border-radius: 50%; }

  .twitter::before {
    background-image: url("./../images/svg/twitter.svg"); }

  .telegram::before {
    background-image: url("./../images/svg/telegram.svg"); }

  .facebook::before {
    background-image: url("./../images/svg/facebook.svg"); }

  /*****/
  .main-universal-description h3 {
    font-size: 14px; }

  .main-universal-start {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
    text-align: center; }

  .main-universal-description {
    margin: 0 0 20px; }

  .main-universal-description span {
    display: inline-block;
    line-height: 16px; }

  .main-chart-pairs {
    margin-bottom: 25px; }

  .main-chart-pairs > a:last-child {
    display: flex; }

  .main-chart-pairs > a:nth-child(3) {
    margin-right: 16px; }

  .main-chart-pair {
    flex-wrap: wrap;
    padding: 10px; }

  .main-chart-pair-left {
    flex: 1 100%;
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: 14px; }

  .main-chart-pair-right {
    margin-left: 0;
    line-height: 16px; }

  .main-chart-pair-right span.pair-right-2 {
    display: none; }

  .main-start,
  .main-news,
  .main-tutorial,
  .main-chart {
    padding: 30px 0; }

  /*****/
  .tutorial-preview-desc a,
  .new-preview-desc h5 {
    font-size: 14px; }

  /*****/
  .sign-wrapper {
    padding: 30px 40px 40px 40px; }

  /*****/
  .contacts-body {
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px; }

  .page-tech .content-wrapper,
  .page-contacts .content-wrapper {
    margin: 0 auto; }

  /*****/
  .news {
    margin-left: -15px;
    margin-right: -15px; }

  .new-body iframe {
    width: 500px;
    height: 250px; }

  /*****/
  .donation {
    margin: 0;
    padding-bottom: 80px; }

  .donation-header {
    padding: 60px 0 0;
    text-align: center; }

  .donation-short-description {
    padding-right: 0;
    max-width: 610px;
    margin: 0 auto; }

  .donation-body {
    margin: 60px auto 30px auto;
    padding: 0; }

  .coin-maininfo {
    margin-top: 20px;
    flex: 100%; }

  .coin-label {
    flex: 100%;
    margin-right: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #2B4756; }

  .coin {
    padding: 10px 0; }

  .coin-header {
    padding-bottom: 20px; }

  /*****/
  .listing,
  .pairs-specification,
  .article-wrapper {
    padding: 0; }

  .listing-body {
    max-width: 100%;
    margin-top: 10px; }

  .page-article .content-header {
    border-bottom: none; }

  .page-coin-info .content-header {
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px; }

  .article-body {
    margin: 0; }

  .pairs-specification-body {
    margin: 0 -15px;
    overflow: hidden; }

  .inter-table-body {
    overflow-x: scroll; }

  .inter-table-body-wrapper {
    min-width: 800px; }

  .inter-table-head {
    background-color: #122F3F; }

  .inter-table-body-wrapper {
    padding-left: 15px; }

  .inter-table-body-wrapper .inter-table-row:first-child .inter-table-col {
    padding-top: 15px; }

  .inter-table-body::-webkit-scrollbar {
    height: 5px; }

  /*****/
  .page-basic-trade .content {
    background: transparent; }

  /*****/
  .basic-trade-all-pairs {
    order: -1;
    border-radius: 0;
    position: fixed;
    height: 100%;
    z-index: 4;
    top: 0;
    min-width: 484px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out,-webkit-transform .4s ease-out;
    display: none; }

  body.show-all-pairs .basic-trade-all-pairs {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    display: flex; }

  body.show-all-pairs #basic-trade-all-pairs-overlay {
    content: '';
    background: #000;
    position: fixed;
    top: -1000px;
    left: -1000px;
    width: 10000px;
    height: 10000px;
    z-index: 3;
    opacity: 0.3; }

  .page-basic-trade .content > .container-fluid {
    padding-left: 0;
    padding-right: 0; }

  /*****/
  .basic-trade-preview-all-pairs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 58px;
    padding: 0 15px;
    background-color: #022132;
    order: -2; }

  .basic-trade-preview-all-pairs-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }

  .see-all-pairs a {
    position: relative;
    padding-right: 12px;
    color: #cdd3d7 !important; }

  .see-all-pairs a:before {
    background-image: url(./../images/svg/ic_donation_arrow_mobile_next.svg);
    top: 5px;
    right: 0;
    width: 6px;
    height: 10px; }

  /*****/
  .basic-trade-1 {
    margin: 0; }

  .basic-trade-1,
  .basic-trade-2,
  .basic-trade-3 {
    border-radius: 0;
    width: 100%; }

  .basic-trade-1,
  .basic-trade-2 {
    padding-left: 15px;
    padding-right: 15px; }

  .basic-trade-3-tabs-form {
    justify-content: space-around; }

  .basic-trade-3-tab {
    max-width: 410px; }

  .basic-trade-3-tab-first {
    padding-right: 25px; }

  .basic-trade-3-tab-second {
    padding-left: 25px; }

  .basic-trade-history,
  .basic-trade-sell,
  .basic-trade-buy,
  .basic-trade-my {
    border-radius: 0;
    width: 100% !important;
    padding: 0;
    margin: 0; }

  .basic-trade-bottom .basic-trade-list-header {
    background-color: #022132;
    padding: 20px 15px 8px 15px; }

  .basic-trade-bottom .basic-trade-list-header span:last-child {
    padding-right: 0; }

  .basic-trade-bottom .basic-trade-list {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow: visible;
    max-height: none; }

  .basic-trade-bottom .basic-trade-list ul {
    padding: 0 15px 15px; }

  .basic-trade-bottom .basic-trade-list ul li:nth-child(1n+7) {
    display: none; }

  .basic-trade-bottom .basic-trade-list.show-more ul li {
    display: table-row; }

  .basic-trade-show-more {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }

  .basic-trade-history .basic-trade-history-data ul li > span:first-child,
  .basic-trade-history .basic-trade-history-data ul li > span:last-child,
  .basic-trade-history .basic-trade-list-header .select-wrapper,
  .basic-trade-bottom .basic-trade-list.show-more .basic-trade-show-more {
    display: none; }

  .basic-trade-show-more a {
    position: relative;
    padding-right: 15px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8) !important; }

  .basic-trade-show-more a::before {
    background-image: url(./../images/svg/ic_moreorders.svg);
    top: 7px;
    right: 0;
    width: 10px;
    height: 10px; }

  .basic-trade-history .basic-trade-list-header {
    padding: 0; }

  .basic-trade-history-tabs {
    display: flex;
    align-items: stretch;
    padding-top: 15px;
    width: 100%; }

  .basic-trade-history-tab {
    margin-right: 0 !important;
    margin-bottom: -1px;
    flex: 1 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 2px solid transparent; }

  .basic-trade-history-tab.active {
    border-bottom-color: #809098; }

  .basic-trade-history-tab a {
    color: #809098 !important; }

  .basic-trade-history-tab.active a {
    border-radius: 0;
    background-color: transparent;
    color: #cdd3d7 !important; }

  /*****/
  .basic-trade-all-pairs-header .all-pairs-pair {
    display: none; }

  .all-pairs-favorites a {
    padding-left: 25px; }

  .all-pairs-favorites-search {
    justify-content: space-between;
    width: 100%; }

  .all-pairs-favorites {
    order: 2;
    margin: 0 0 0 auto; }

  .all-pairs-data .basic-trade-list ul li span:first-child {
    padding-left: 60px;
    padding-top: 4px;
    padding-bottom: 4px; }

  .all-pairs-data .basic-trade-list ul li:not(:first-child) span:first-child::before {
    top: 50%;
    left: 20px;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

  .all-pairs-data .basic-trade-list ul li:not(.favorite):hover span:first-child::before {
    background-image: url(./../images/svg/main_favorite_empty_mobile.svg); }

  .all-pairs-data .basic-trade-list ul li.favorite span:first-child::before {
    background-image: url(./../images/svg/main_favorite_full_mobile.svg); }

  .basic-trade-3-input-wrapper input {
    width: 100%; }

  /*****/
  /*****/
  .content-header .search {
    flex: 1;
    max-width: 200px; }

  .search::before {
    background-image: url("./../images/svg/search.svg");
    left: 0;
    width: 21px;
    height: 21px; }

  .search input {
    border: none !important;
    width: 100% !important;
    max-width: 100%;
    padding-right: 5px; }

  /*****/
  .quick-links {
    display: flex;
    flex-wrap: wrap;
    height: 50px;
    align-items: stretch;
    padding-top: 15px; }

  .quick-links li {
    flex: 1 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 2px solid #2B4756; }

  .quick-links li.active {
    border-bottom: 2px solid rgba(255, 255, 255, 0.8); }

  .quick-links li a {
    color: rgba(255, 255, 255, 0.3) !important;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none; }

  .quick-links li a:hover {
    color: rgba(255, 255, 255, 0.8) !important; }

  .quick-links li.active a {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
    cursor: default; }

  /*****/
  .checkboxes a {
    padding-top: 2px;
    min-height: 24px;
    margin-bottom: 18px; }

  .checkboxes a::before {
    background-image: url("./../images/svg/white_checkbox_empty_mobile.svg");
    top: 0;
    width: 24px;
    height: 24px; }

  .checkboxes a.checkbox-full::before {
    background-image: url("./../images/svg/white_checkbox_full_mobile.svg"); }

  .checkbox-wrapper a {
    padding-left: 35px;
    line-height: 25px; }

  .checkbox-wrapper a::before {
    background-image: url("./../images/svg/checkbox_empty_mobile.svg");
    width: 24px;
    height: 24px; }

  .checkbox-wrapper a.checkbox-full::before {
    background-image: url("./../images/svg/checkbox_full_mobile.svg"); }

  .dark-2 a.checkbox.error::before,
  a.checkbox.error::before {
    background-image: url("./../images/svg/checkbox_empty_error_mobile.svg"); }

  /*****/
  .mobile-title {
    display: inline; }

  .desktop-title {
    display: none; }

  /*****/
  .mobile-course-down {
    color: #BC354D !important; }

  .mobile-course-up {
    color: #29BD64 !important; }

  /*****/
  .balance-holdings,
  .account-menu {
    display: none; }

  .content-header,
  .account-content {
    padding: 0; }

  .account-content {
    margin: 0; }

  .account-body {
    margin: 10px 0 20px; }

  .title {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: calc(100% + 30px);
    min-height: 50px;
    margin: 0 -15px;
    padding: 0 15px;
    background-color: #022132; }

  .title h1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #cdd3d7;
    margin: 0; }

  .subtitle {
    display: block; }

  .datatitle {
    padding: 15px 0; }

  /*****/
  .balance-hidezero {
    flex: 0 auto; }

  /*****/
  .page-faq .title,
  .page-open-orders .title,
  .page-order-history .title,
  .page-withdrawal-history .title,
  .page-deposit-history .title {
    padding: 0; }

  .page-open-orders .title h1,
  .page-order-history .title h1,
  .page-withdrawal-history .title h1,
  .page-deposit-history .title h1 {
    display: none; }

  .page-faq .subtitle,
  .page-open-orders .subtitle,
  .page-order-history .subtitle,
  .page-withdrawal-history .subtitle,
  .page-deposit-history .subtitle {
    width: 100%; }

  .page-faq #faq-mobile-questions .content-header {
    border-bottom: none; }

  /*****/
  .listing-checkbox-wrapper a {
    margin-bottom: 18px; }

  .listing-checkboxes {
    height: auto; }

  /*****/
  .page-balance .account-body .inter-table-row .inter-table-col:nth-child(3),
  .page-order-history .block-pare,
  .page-order-history .account-body .inter-table-row .inter-table-col:last-child,
  .page-order-history .account-body .inter-table-row .inter-table-col:nth-child(3),
  .page-order-history .account-body .inter-table-row .inter-table-col:nth-child(5),
  .page-open-orders .account-body .inter-table-row .inter-table-col:nth-child(3),
  .page-open-orders .account-body .inter-table-row .inter-table-col:nth-child(5),
  .page-open-orders .account-body .inter-table-row .inter-table-col:nth-child(7) {
    display: none; }

  .page-order-history .block-type {
    margin-right: 0 !important; }

  /*****/
  .settings-header {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: calc(100% + 30px);
    min-height: 50px;
    margin: 0 -15px;
    padding: 0 15px;
    background-color: #022132; }

  .settings-breadcrumbs {
    display: none; }

  body[class$=-auth-history] #settings-auth-history,
  body[class$=-api-key] #settings-apikey {
    display: block !important; }

  #settings-apikey .coin-address {
    background-color: transparent;
    border-radius: 0;
    padding: 30px 0 10px; }

  #settings-apikey,
  #settings-main-desktop {
    border-bottom: none;
    padding-bottom: 0; }

  .verification-documents-result,
  .verification-download-documents {
    margin: 20px 0 30px; }

  /*****/
  .support-tickets {
    margin: 20px 0 50px; }

  .support-tickets > ul > li {
    border: 1px solid #26414f;
    margin-bottom: 8px;
    border-radius: 4px; }

  .support-tickets > ul > li:last-child {
    margin-bottom: 0; }

  .support-tickets > ul > li a {
    text-decoration: none !important; }

  .support-tickets > ul > li:first-child {
    overflow: hidden; }

  .support-tickets > ul > li:first-child a {
    position: relative;
    display: flex;
    height: 72px;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.16); }

  .support-tickets > ul > li:first-child a span {
    color: #cdd3d7; }

  .support-tickets > ul > li:first-child a::before {
    background-image: url("./../images/svg/ic_adding.svg");
    top: 50%;
    width: 14px;
    height: 14px;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

  .support-create-ticket {
    margin-top: 40px; }

  .support-create-ticket-second-row {
    margin: 40px 0; }

  .page-support .placeholder:-moz-placeholder,
  .page-support .placeholder::-moz-placeholder {
    color: transparent; }

  .page-support .placeholder::-webkit-input-placeholder {
    color: transparent; }

  #support-ticket,
  #support-create {
    padding-bottom: 30px; }

  #support-ticket .settings-header {
    height: auto;
    padding: 10px 15px;
    border-bottom: none; }

  .support-ticket-messages {
    margin-bottom: 60px; }

  /*****/
  .account-mobile-menu {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  .list-profile ul li {
    margin-bottom: 0 !important; }

  .list-profile ul li a {
    padding: 5px 0 !important;
    line-height: 20px; }

  .list-profile ul li a:hover {
    text-decoration: underline; } }
/*@media screen and (max-width: 991px) */
@media screen and (max-width: 767px) {
  .header-wrapper {
    height: 52px; }

  .nav-auth > ul {
    margin-top: -10px; }

  .main-greeting-wrapper {
    height: 200px; }

  .main-greeting-text h1 {
    font-size: 33px; }

  .main-greeting-text span {
    font-size: 14px; }

  /*****/
  .begin-traiding .main-universal-description {
    margin: 0 0 30px; }

  .begin-traiding {
    padding: 40px 0; }

  .begin-traiding-step:not(:last-child) {
    margin-bottom: 40px; }

  .begin-traiding-step h5 {
    margin-top: 20px; }

  .new {
    margin-left: -15px;
    margin-right: -15px; }

  /*****/
  .coin-maininfo {
    display: block; }

  .coin-maininfo li {
    display: flex;
    width: 100%;
    padding-bottom: 10px; }

  .coin-maininfo li:last-child {
    padding-bottom: 0; }

  .coin-maininfo li span:first-child {
    color: rgba(255, 255, 255, 0.3);
    padding-bottom: 0; }

  .coin-maininfo li span:last-child {
    margin-left: auto; }

  .coin-header {
    padding-bottom: 10px; }

  .coin-body h5 {
    font-size: 16px; }

  /*****/
  .listing-form > ul > li .input-wrapper {
    padding-right: 30px; }

  /*****/
  .basic-trade-3-tab {
    padding: 30px 15px; } }
/*@media screen and (max-width: 767px) */
@media screen and (max-width: 575px) {
  body {
    font-size: 13px; }

  .main-chart-pairs > a:last-child {
    display: none; }

  .main-chart-pairs > a:nth-child(3) {
    margin-right: 0; }

  .main-start .main-universal-start {
    flex-wrap: wrap;
    text-align: left; }

  .input-wrapper {
    flex: 1 100%;
    margin-bottom: 25px; }

  .input-wrapper label {
    font-size: 13px;
    line-height: 13px; }

  .input-wrapper .input {
    margin: 0 !important; }

  .input {
    width: 100%;
    height: 40px; }

  .btn {
    padding: 9px 43px;
    height: 40px;
    font-size: 13px; }

  /*****/
  .sign {
    margin-top: 0;
    margin-bottom: 0; }

  .sign-wrapper {
    border-radius: 0;
    padding: 30px 15px 40px; }

  .sign-wrapper h3 {
    font-size: 13px;
    line-height: 13px;
    font-weight: 600; }

  .sign label {
    display: block !important; }

  .white-form input.placeholder:-moz-placeholder,
  .white-form input.placeholder::-moz-placeholder {
    color: white; }

  .white-form input.placeholder::-webkit-input-placeholder {
    color: white; }

  /*****/
  .page-tech .contacts-title h1,
  .donation-title h1,
  .news-title h1,
  .contacts-header h1,
  .article-body h1,
  .article-body h2,
  .article-body h3,
  .article-body h4,
  .article-body h5,
  .article-body h6 {
    font-size: 16px; }

  .contacts-header h1 {
    font-weight: 500; }

  .donation-header,
  .contacts-header {
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0; }

  .donation-title,
  .contacts-title {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: calc(100% + 30px);
    min-height: 50px;
    margin: 0 -15px;
    padding: 0 15px;
    background-color: #022132; }

  .donation-short-description,
  .donation-title h1,
  .contacts-short-description,
  .contacts-title h1 {
    color: #CDD3D7;
    margin: 0;
    text-align: left; }

  .donation-short-description,
  .contacts-short-description {
    margin-top: 10px;
    font-size: 13px;
    line-height: 18px;
    color: #809098; }

  .donation-body,
  .contacts-body {
    margin-top: 30px; }

  .balance-holdings span:last-child,
  .donation-form-next,
  .donation-form-back,
  .donation-form-address input,
  .donation-form-qr-code span,
  .donation-form-address label,
  .donation-list li a,
  .donation-form-desc,
  .donation-tabs a,
  .contact-option-info h5,
  .contact-option-info span,
  .contact-option-link a {
    font-size: 13px; }

  .contact-option-img {
    height: 100px;
    padding-top: 0px; }

  .contact-option-info span,
  .contact-option-info h5 {
    margin-bottom: 7px; }

  .contact-option-link {
    height: 45px; }

  /*****/
  .news {
    padding: 20px 0; }

  .news-body {
    margin-top: 20px; }

  .news-body > ul li {
    margin-bottom: 15px; }

  .news-short-description {
    line-height: 16px;
    font-size: 13px;
    color: darkgray; }

  /*****/
  .back-to-all::before {
    top: 0; }

  .back-to-all,
  .new-body p,
  .new-body p.small-text,
  .new-body p.important-text,
  .new-body h1,
  .new-body h2,
  .new-body h3,
  .new-body h4,
  .new-body h5,
  .new-body h6 {
    font-size: 13px;
    line-height: 18px; }

  .new-body p.important-text {
    font-weight: 600; }

  .new-title h1 {
    font-size: 14px;
    line-height: 31px;
    margin-bottom: 10px; }

  .new-body p.important-text {
    margin: 15px 0; }

  .new-body h1,
  .new-body h2,
  .new-body h3,
  .new-body h4,
  .new-body h5,
  .new-body h6 {
    margin: 15px 0 5px; }

  .new-body img {
    margin: 10px 0; }

  .new-body iframe {
    width: 100%; }

  /*****/
  .donation-tabs {
    height: 45px;
    padding: 0; }

  .donation-form {
    padding: 15px 15px 70px;
    min-height: auto; }

  .donation-form-next {
    right: 15px;
    padding-right: 13px; }

  .donation-form-back {
    padding-left: 13px; }

  .donation-form-back::before,
  .donation-form-next::before {
    width: 6px;
    height: 10px; }

  .donation-form-back::before {
    background-image: url("./../images/svg/ic_donation_arrow_mobile_back.svg"); }

  .donation-form-next::before {
    background-image: url("./../images/svg/ic_donation_arrow_mobile_next.svg"); }

  /*****/
  .coin-logo {
    width: 34px;
    height: 34px; }

  .coin-logo img {
    width: inherit;
    height: inherit; }

  .coin-name {
    font-size: 16px; }

  .coin-info {
    padding-left: 10px;
    display: flex;
    width: 100%;
    align-items: center; }

  .coin-fullname {
    margin-bottom: 2px; }

  .coin-shortname,
  .coin-fullname {
    margin-right: 0;
    display: block;
    line-height: 16px; }

  .coin-link {
    margin-left: auto; }

  .coin-link a:first-child {
    margin-right: 15px; }

  .coin-maininfo li span:first-child,
  .coin-maininfo li span:last-child {
    font-size: 13px; }

  /*****/
  .listing-description {
    margin-top: 10px; }

  .listing-form > ul > li {
    width: 100%;
    margin-bottom: 25px; }

  .listing-form > ul > li:last-child {
    margin-bottom: 0; }

  .listing-form > ul > li .input-wrapper {
    padding-right: 0; }

  .listing-checkboxes {
    padding-top: 10px; }

  .listing-button button {
    width: 100%; }

  /*****/
  .account-body {
    font-size: 13px; }

  /*****/
  .balance-holdings span:last-child {
    font-weight: normal; }

  .coin-address {
    background-color: transparent;
    border-radius: 0;
    padding: 30px 0 10px; }

  .coin-address a {
    bottom: 100%;
    right: 0;
    margin-bottom: 5px;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }

  /*****/
  .deposit-history-export a span:first-child {
    display: none; }

  .deposit-history-export a span:last-child {
    display: block; }

  .page-withdrawal-history .account-body .inter-table-row .inter-table-col:first-child,
  .page-deposit-history .account-body .inter-table-row .inter-table-col:first-child {
    display: table-cell;
    position: relative;
    width: 20px; }

  /*****/
  .page-deposit-history .account-body .inter-table-row .inter-table-col:last-child,
  .page-withdrawal-history .account-body .inter-table-row .inter-table-col:nth-child(5),
  .page-withdrawal-history .account-body .inter-table-row .inter-table-col:nth-child(4),
  .page-open-orders .account-body .inter-table-row .inter-table-col:first-child,
  .page-order-history .account-body .inter-table-row .inter-table-col:first-child {
    display: none; }

  /*****/
  .inter-table-col {
    padding: 5px 3px; }

  .status-processing-ico {
    height: 13px; }

  .status-complete-ico {
    height: 8px; }

  .status-processing-ico::before,
  .status-complete-ico::before {
    left: 0;
    width: inherit;
    height: inherit; }

  .status-processing-ico::before {
    background-image: url("./../images/svg/ic_status_processing.svg");
    top: 8px; }

  .status-complete-ico::before {
    background-image: url("./../images/svg/ic_status_complete.svg");
    top: 10px; }

  /*****/
  .basic-trade-3 {
    margin-top: 0; }

  .settings-two-fa-manual > li > h5,
  .page-account-settings .content,
  .all-pairs-tabs a,
  .basic-trade-top,
  .basic-trade-bottom {
    font-size: 13px; }

  .all-pairs-favorites a {
    line-height: 20px; }

  .basic-trade-3-tabs-form {
    display: block;
    justify-content: unset;
    flex-wrap: unset; }

  #basic-trade-3-tabs {
    display: flex;
    align-items: stretch;
    padding-top: 15px;
    background-color: #022132;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  .basic-trade-3-tab-form {
    margin-bottom: -1px;
    flex: 1 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 2px solid transparent; }

  .basic-trade-3-tab-form.active {
    border-bottom-color: #809098; }

  .basic-trade-3-tab-form a {
    padding: 8px 16px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    display: block;
    color: #809098 !important; }

  .basic-trade-3-tab-form.active a {
    background-color: transparent;
    color: #cdd3d7 !important;
    cursor: default; }

  .basic-trade-3-tab-form:not(.active) a:hover {
    color: rgba(255, 255, 255, 0.8) !important; }

  #tab-basic-trade-3-tab-second {
    display: none; }

  .basic-trade-3-tab {
    margin: 0 auto; }

  .basic-trade-3-header {
    margin-bottom: 15px; }

  .basic-trade-3-header span:first-child {
    display: none; }

  .basic-trade-3-header a {
    display: inline-block;
    position: relative; }

  .basic-trade-3-header a::before {
    background-image: url("./../images/svg/ic_deposit.svg");
    top: 50%;
    right: 0;
    width: 8px;
    height: 13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

  .basic-trade-show-more a::before {
    top: 5px; }

  .basic-trade-all-pairs {
    width: 100%;
    min-width: 0;
    height: auto;
    top: auto;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    min-height: 100%; }

  .basic-trade-1 {
    display: none; }

  /*****/
  .basic-trade-preview-all-pairs {
    margin-top: 7px;
    background-color: #092738;
    flex-wrap: wrap;
    height: auto;
    padding: 10px 15px; }

  .all-pairs-pair span {
    font-size: 18px; }

  .mobile-basic-trade-1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 5px; }

  .mobile-basic-trade-1-change,
  .mobile-basic-trade-1-last-price {
    min-width: 140px;
    display: flex;
    justify-content: space-between; }

  .mobile-basic-trade-1-change span:first-child,
  .mobile-basic-trade-1-last-price span:first-child {
    margin-right: 12px; }

  .mobile-basic-trade-1-min-max {
    color: #536874;
    text-align: right; }

  #settings-auth-history .inter-table-row .inter-table-col:nth-child(3),
  #settings-auth-history .inter-table-row .inter-table-col:nth-child(4) {
    display: none; }

  /*****/
  .page-verification .select {
    height: 40px; }

  .page-verification .select .select-choosed {
    height: 23px;
    line-height: 22px; }

  .verification-download-documents > ul {
    flex-wrap: wrap; }

  .verification-download-documents > ul > li {
    margin-right: 0;
    max-width: 100%;
    flex: 1 100%;
    margin-bottom: 8px; }

  .verification-download-documents > ul > li:last-child {
    margin-bottom: 0; }

  .verification-download-documents > ul > li a {
    display: flex;
    align-items: center;
    min-height: 0; }

  .verification-download-documents-img {
    width: 100px;
    height: 66px;
    padding: 10px 20px 10px 12px; }

  .verification-download-documents-img img {
    max-height: 100%;
    max-width: 100%; }

  #verification-error .settings-change-password-button {
    max-width: none; }

  .settings-two-fa-form,
  .settings-change-password-form {
    max-width: 100%; }

  .settings-two-fa-form .input,
  .settings-change-password-form .input {
    width: 100%; }

  /*****/
  .faq-block,
  .support-block,
  .support-tickets {
    font-size: 13px; }

  .support-create-ticket-first-row {
    flex-wrap: wrap; }

  .support-create-ticket-first-row .input-wrapper {
    margin-left: 0 !important;
    margin-bottom: 40px; }

  .listing-form .select,
  .support-create-ticket-first-row .select {
    height: 40px; }

  .support-create-ticket-first-row .select {
    width: 100% !important; }

  .listing-form .select .select-choosed,
  .support-create-ticket-first-row .select .select-choosed {
    height: 23px;
    line-height: 22px; }

  .support-create-ticket-second-row {
    margin-top: 0; }

  #support-create button {
    width: 100%; }

  .support-ticket-subtitle {
    color: #809098; }

  .ticket-message-datetime-mobile {
    margin-top: 10px;
    color: #cdd3d7; }

  .ticket-message-author {
    color: #cdd3d7; }

  .user {
    padding-left: 23px; }

  .consultant {
    padding-right: 23px;
    text-align: right; }

  .consultant .ticket-message-title {
    justify-content: flex-end; }

  .ticket-message-author {
    position: relative; }

  .ticket-message-author::before {
    background-image: url("./../images/svg/ic_header_user.svg");
    width: 16px;
    height: 20px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

  .user .ticket-message-author::before {
    left: -23px;
    right: auto; }

  .consultant .ticket-message-author::before {
    background-image: url("./../images/svg/ic_consultant.svg");
    right: -23px;
    left: auto;
    width: 18px; } }
/*@media screen and (max-width: 575px) */
@media screen and (max-width: 480px) {
  .btn {
    width: 100%; }

  .main-chart-pairs > a:nth-child(3) {
    display: none; }

  .main-chart-pairs > a:nth-child(2) {
    margin-right: 0; }

  .main-start .main-universal-start {
    flex: 1 100%; }

  /*****/
  .sign-button-desc {
    margin: 10px 0 0;
    text-align: center;
    width: 100%;
    padding-left: 0; }

  .sign-button button,
  .sign-button-desc {
    max-width: none !important;
    flex: 1 100%; } }
/*@media screen and (max-width: 480px) */

/*# sourceMappingURL=style.css.map */
