@charset "UTF-8";
/*
Theme Name: CustomTheme
Theme URI: https://wordpress.org/themes/CustomTheme/
Author: the KofeLatte team
Author URI: http://KofeLatte.com.ua/
Description: CustomTheme brings your site to life with immersive featured images and subtle animations. Our default theme works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: CustomTheme
Tags: custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*grey*/
/*   <Breadcrumbs/>   */
/*   <Muve-top/>   */
/* === BEGIN FONTS === */
@font-face {
  font-family: 'DINPro-Bold';
  src: url("./assets/fonts/DINPro-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DINPro-Regular';
  src: url("./assets/fonts/DINPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DINPro-Light';
  src: url("./assets/fonts/DINPro-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* === END FONTS === */
/* === BEGIN INPUTs === */
.wpcf7-form-control-wrap.your-message textarea {
  margin-bottom: 24px; }

.form-control-sm {
  padding: .25rem .5rem;
  font-size: .875rem; }

.form-control-lg {
  padding: .75rem 1rem; }

.wpcf7-not-valid,
.error-input,
input.required.error {
  border-color: #f4f4f4 !important;
  background: #f4f4f4;
  border-radius: 0;
  height: 48px; }

.wpcf7-not-valid-tip,
.error-txt,
.error {
  color: #af0a48;
  font-size: 85%;
  display: block; }

.required {
  display: inline-block;
  color: #eea800;
  line-height: 1.2;
  vertical-align: top; }

/*custom checkbox*/
.form-group {
  margin-bottom: 20px; }
  .form-group input {
    display: none; }
  .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #f4f4f4;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 29px; }
  .form-group input:checked + label:before {
    content: '';
    background: url("./assets/img/checkbox.png") center no-repeat; }

/**/
/*custom .quantity */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type='number'] {
  -moz-appearance: textfield; }

.quantity {
  display: flex;
  border-radius: 0;
  max-width: 110px;
  position: relative;
  border: 1px solid #f4f4f4;
  margin: 0 auto; }
  .quantity input {
    -webkit-flex-grow: 100;
    flex-grow: 100;
    border: none;
    background: none;
    font-size: 18px !important;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
    padding: 3px 5px;
    line-height: 1;
    height: 40px;
    border: none; }
  .quantity .btn {
    display: inline-block;
    font-size: 17px !important;
    padding: 3px 5px;
    text-align: center;
    border-radius: 0px;
    color: #000;
    line-height: 1;
    text-align: center; }
    .quantity .btn:hover {
      color: #68ac34; }

/*custom input*/
.form-control {
  height: calc(2.25rem + 12px);
  border-radius: 0;
  float: left; }

.btn-tel-form {
  width: 70px;
  height: 48px;
  background: url("./assets/img/long-arrow.png") center no-repeat #68ac34;
  background-size: 32px; }

.form-control:focus {
  color: #495057;
  background-color: #fff; }

/**/
/* === END INPUTs === */
header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 34px 15px 34px 60px;
  background-color: #121215; }
  header.home {
    background-color: #090808; }

.header-line {
  display: flex;
  justify-content: space-between; }

.logo {
  display: flex;
  align-items: center;
  padding-left: 15px; }

.header_nav__droodown {
  position: relative;
  color: #8e8f93;
  cursor: pointer;
  transition: .2s;
  display: flex;
  margin-left: auto;
  align-items: center;
  font-size: 18px; }
  .header_nav__droodown .arrow {
    width: 8px;
    height: 8px;
    margin: 0 0 0 12px;
    border-left: 1px solid #ffbf24;
    border-bottom: 1px solid #ffbf24;
    transform: rotate(-45deg); }
  .header_nav__droodown:hover {
    color: #fff; }
  .header_nav__droodown.active .arrow {
    transform: rotate(135deg);
    margin: 6px 0 0 12px; }
  .header_nav__droodown.active .header_nav__droodown-title {
    color: #ffbf24; }
  .header_nav__droodown.active .header_nav__droodown-list {
    display: grid;
    grid-gap: 0 50px;
    grid-template-columns: 1fr 1fr;
    position: absolute;
    flex-direction: column;
    background-color: #17181b;
    border: 1px solid #0b0c0e;
    padding: 18px 20px;
    top: 43px;
    left: -37px;
    min-width: 370px; }
  .header_nav__droodown .scroll::-webkit-scrollbar-thumb {
    background-color: #68ac34;
    background-clip: padding-box;
    border: 0px solid #2fad1e; }
  .header_nav__droodown .scroll::-webkit-scrollbar-track {
    background-color: #141517;
    cursor: pointer; }

.header_nav__droodown-title {
  display: flex;
  align-items: center;
  color: #ffbf24; }

.header_nav__droodown-list {
  z-index: 1;
  display: none;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #141517;
  padding: 5px 15px;
  width: 190px;
  border-radius: 10px;
  overflow: auto; }
  .header_nav__droodown-list li a {
    color: #fff;
    margin-bottom: 15px; }
    .header_nav__droodown-list li a:hover {
      color: #ffbf24; }
  .header_nav__droodown-list li:before {
    display: none; }

.fixed-nav {
  width: 61px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  background: #121215; }
  .fixed-nav a {
    display: flex;
    width: 60px;
    height: 60px;
    transition: .3s;
    border-bottom: #0b0c0e;
    justify-content: center;
    align-items: center;
    background: center no-repeat; }
    .fixed-nav a:hover:not(.active) {
      filter: brightness(0) invert(1); }
    .fixed-nav a.active {
      position: relative; }
      .fixed-nav a.active:before {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        width: 3px;
        bottom: 0;
        transition: .3s;
        background-color: #eea800; }
  .fixed-nav li:before {
    display: none; }
  .fixed-nav .telegram {
    border-bottom: 2px solid #0b0c0e;
    background: url(assets/img/icon_telegram.png) center no-repeat;
    background-color: #68ac34; }
    .fixed-nav .telegram:hover {
      cursor: pointer;
      filter: none;
      background: url(assets/img/icon_telegram.png) center no-repeat;
      background-color: #eea800; }
  .fixed-nav .account {
    background: url(assets/img/icon_user.png) center no-repeat;
    border-bottom: 2px solid #0b0c0e; }
    .fixed-nav .account:hover {
      background: url(assets/img/icon_user_hover.png) center no-repeat;
      background-color: #ffbf24; }
  .fixed-nav .calculator {
    background: url(assets/img/icon_calculator.png) center no-repeat;
    margin-top: 60px;
    width: 60px;
    height: 60px; }
    .fixed-nav .calculator:hover {
      background: url(assets/img/icon_calculator_hover.png) center no-repeat; }

.top-group {
  margin-bottom: 60px; }

.account .slide-box a {
  width: auto; }

#qtranslate-chooser {
  position: absolute;
  display: flex;
  top: 122px;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #121215;
  border-bottom: 2px solid #0b0c0e;
  border-top: 2px solid #0b0c0e; }
  #qtranslate-chooser:hover li {
    display: flex; }
  #qtranslate-chooser a:hover {
    color: #eea800;
    filter: none; }
  #qtranslate-chooser li {
    order: 1;
    display: none; }
    #qtranslate-chooser li a {
      color: #555558; }
    #qtranslate-chooser li.active {
      order: 0;
      display: flex; }
      #qtranslate-chooser li.active a {
        color: #fff; }
        #qtranslate-chooser li.active a:hover {
          color: #eea800; }

.qtranxs_text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff; }
  .qtranxs_text:hover {
    text-decoration: none; }

.ancor-group {
  margin: auto; }

.social-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .social-group a {
    width: 25px;
    height: 25px;
    margin-bottom: 30px; }
    .social-group a:last-child {
      margin-bottom: 15px; }

.nav-container {
  display: flex;
  max-width: 750px;
  width: 100%; }

.header_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  width: auto; }
  .header_nav a {
    font-size: 18px;
    font-weight: 300;
    color: #8e8f93;
    margin: 0 15px;
    position: relative; }
    .header_nav a:hover {
      color: #fff;
      text-decoration: none; }
    .header_nav a.active {
      color: #fff; }

.top-group li {
  position: relative; }
  .top-group li:hover .slide-box {
    display: flex; }

.slide-box {
  display: none;
  align-items: center;
  width: 0;
  position: absolute;
  left: 60px;
  top: 0;
  color: #8e8f93;
  background: #121215;
  opacity: 0;
  transition: .2s;
  padding: 0 20px; }
  .slide-box.show {
    opacity: 1;
    width: 220px; }
  .slide-box a {
    color: #fff;
    width: 100%;
    justify-content: flex-start;
    white-space: nowrap; }
    .slide-box a:hover {
      text-decoration: none;
      filter: none; }

.top-group .slide-box a:hover {
  text-decoration: none;
  filter: none; }

.mobile-nav {
  display: none;
  margin-left: auto; }
  .mobile-nav .telegram-bot {
    display: none;
    /*у них украли канал сказали скрыть*/
    width: 45px;
    background: url(assets/img/icon_telegram_mobile.png) center no-repeat;
    cursor: pointer; }
    .mobile-nav .telegram-bot:hover {
      filter: brightness(0) invert(1); }
  .mobile-nav .account-mobile {
    display: flex;
    cursor: pointer; }
    .mobile-nav .account-mobile .account-mobile__icon {
      min-width: 45px;
      background: url(assets/img/icon_user.png) center no-repeat; }
      .mobile-nav .account-mobile .account-mobile__icon:hover {
        filter: brightness(0) invert(1); }
  .mobile-nav .contact-link {
    display: flex;
    min-width: 45px;
    background: url(assets/img/icon_marker.png) center no-repeat;
    background-size: 17px;
    cursor: pointer; }
    .mobile-nav .contact-link:hover {
      filter: brightness(0) invert(1); }

.account-mobile__nav {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 48px;
  background: #121215;
  border-top: 1px solid #000;
  text-align: -webkit-right;
  display: flex;
  justify-content: center;
  align-items: center; }

.account-mobile__nav {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 48px;
  background: #121215;
  border-top: 1px solid #000;
  text-align: -webkit-right;
  display: flex;
  justify-content: center;
  align-items: center; }

.registered-user .fixed-nav {
  height: calc(100% - 32px);
  top: 32px; }

/*404*/
.page_404 {
  min-height: calc(100vh - 210px);
  background: url(assets/img/bg_404.jpg) center no-repeat;
  background-size: cover; }
  .page_404 .container.info-box {
    padding-top: 60px;
    padding-bottom: 120px; }
  .page_404 .title_1 {
    color: #fff;
    margin: 50px 0; }
  .page_404 .title_4 {
    color: #fff;
    margin: 49px 0 58px;
    display: flex; }
  .page_404 .btn-primary-sm {
    margin: 3.4vw auto 0;
    width: 100%;
    padding: 27px 0px !important;
    max-width: 300px; }
    .page_404 .btn-primary-sm img {
      margin-right: 15px; }
  .page_404 .btn-box .btn-secondary {
    margin-left: 30px; }
  .page_404 .col-lg-6 img {
    margin: 0 auto;
    display: flex; }

.cabinet-navigation {
  background-color: #f6f6f6;
  border-radius: 4px; }
  .cabinet-navigation nav {
    display: flex;
    flex-direction: column;
    padding: 30px; }
    .cabinet-navigation nav a {
      font-size: 18px;
      line-height: 20px;
      font-weight: 400;
      color: #212123;
      margin-bottom: 12px; }
      .cabinet-navigation nav a.active {
        border-radius: 4px;
        padding: 9px 10px;
        color: #fff;
        width: fit-content;
        background-color: #68ac34; }
        .cabinet-navigation nav a.active:hover {
          color: #fff; }
      .cabinet-navigation nav a:hover {
        text-decoration: none; }

.personal-area .btn-secondary {
  align-self: flex-end;
  margin-bottom: 16px;
  margin-left: 30px; }

.personal-area .btn-box {
  padding: 45px 15px 0;
  width: 100%;
  margin-bottom: 48px; }
  .personal-area .btn-box .btn-primary {
    margin-right: 30px; }

.personal-area .form-control::placeholder {
  color: #212123 !important; }

.personal-area .col-md-8.col-xl-6 {
  margin-bottom: 24px; }

.user-verification .faq {
  width: 100%;
  margin-bottom: 130px;
  padding: 0 15px; }
  .user-verification .faq .item-title {
    border-top: 1px solid #e7e7e8;
    border-bottom: 1px solid #e7e7e8;
    background-color: #fff;
    padding-left: 0;
    text-transform: uppercase; }
    .user-verification .faq .item-title:before {
      content: "";
      width: 10px;
      height: 10px;
      top: 30px;
      right: -15px;
      background: url(assets/img/select_close.png) center no-repeat; }
    .user-verification .faq .item-title.show:before {
      content: "";
      width: 10px;
      height: 10px;
      top: 30px;
      right: -15px;
      background: url(assets/img/select_open.png) center no-repeat; }
  .user-verification .faq .item-content {
    border: none;
    padding: 37px 0 25px; }
    .user-verification .faq .item-content:before {
      display: none; }

.user-verification .phone-col {
  display: flex;
  align-items: flex-end; }
  .user-verification .phone-col .btn {
    margin-left: 15px; }

.user-verification .select-box {
  display: flex; }

.verification-description {
  padding: 32px 15px 42px; }

.first-level > div {
  margin-bottom: 30px; }

.second-level {
  padding: 0 15px; }
  .second-level .iput-box {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding-right: 15px;
    margin-top: 30px; }
    .second-level .iput-box input[type="file"] {
      display: none; }
    .second-level .iput-box .btn {
      margin-left: 30px; }
  .second-level form {
    padding: 0; }

/**/
.input-file-container {
  position: relative;
  width: 100%; }

.js .input-file-trigger {
  display: flex;
  align-items: center;
  height: 48px;
  max-width: 100%;
  padding-left: 15px;
  margin-bottom: 0;
  border: 1px solid #e7e7e8;
  border-radius: 4px;
  background: url(assets/img/download.png) calc(100% - 20px) center no-repeat #f6f6f6;
  cursor: pointer;
  outline: none; }

.js .input-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer; }

.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
  background: url(assets/img/download.png) calc(100% - 20px) center no-repeat #f9f9f9; }

.file-return {
  margin: 0; }

.file-return:not(:empty) {
  margin: 1em 0; }

.js .file-return {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #212123; }

.js .file-return:not(:empty):before {
  content: "Фото удостоверения личности: ";
  font-style: normal;
  font-weight: normal;
  margin-bottom: 10px; }

/**/
.input-file-container2 {
  position: relative;
  width: 100%; }

.js .input-file-trigger2 {
  display: flex;
  align-items: center;
  height: 48px;
  max-width: 100%;
  padding-left: 15px;
  margin-bottom: 0;
  border: 1px solid #e7e7e8;
  border-radius: 4px;
  background: url(assets/img/download.png) calc(100% - 20px) center no-repeat #f6f6f6;
  cursor: pointer;
  outline: none; }

.js .input-file2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer; }

.js .input-file2:hover + .input-file-trigger2,
.js .input-file2:focus + .input-file-trigger2,
.js .input-file-trigger2:hover,
.js .input-file-trigger2:focus {
  background: url(assets/img/download.png) calc(100% - 20px) center no-repeat #f9f9f9; }

.file-return2 {
  margin: 0; }

.file-return2:not(:empty) {
  margin: 1em 0; }

.js .file-return2 {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #212123; }

.js .file-return2:not(:empty):before {
  content: "Фото удостоверения личности: ";
  font-style: normal;
  font-weight: normal;
  margin-bottom: 10px; }

.third-level {
  border-bottom: 1px solid #e7e7e8;
  padding-bottom: 20px; }
  .third-level form {
    margin-top: 15px; }
  .third-level > div {
    margin-bottom: 30px; }
  .third-level > p {
    padding: 0 15px; }
  .third-level .nice_Select {
    background-color: #f6f6f6 !important; }

/*TABLE*/
.exchange-requests {
  width: 100%; }
  .exchange-requests table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; }
  .exchange-requests tr {
    border: 1px solid #ededed;
    text-align: center; }
    .exchange-requests tr:first-child {
      background-color: #555;
      color: #fff;
      font-weight: 700;
      text-align: center;
      border: 1px solid #ededed; }
      .exchange-requests tr:first-child td,
      .exchange-requests tr:first-child th {
        padding: 3px;
        width: 30px;
        height: 60px; }
  .exchange-requests td,
  .exchange-requests th {
    border: none;
    border-bottom: 1px solid #ededed; }
  .exchange-requests td,
  .exchange-requests th {
    padding: 2px;
    width: 30px;
    height: 48px;
    font-size: 14px; }
  .exchange-requests th {
    background-color: #7accee; }
  .exchange-requests .status-cell {
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #68ac34; }

.account .info-box > .btn.btn-primary {
  margin: 60px auto 120px; }

.exchange-requests td > a {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 1px 5px;
  margin-bottom: 6px; }

.exchange-requests td .info {
  letter-spacing: -1px; }
  .exchange-requests td .info > span {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 700; }

.id-exchange {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #212123; }

.password-done {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #68ac34;
  margin: 47px 0 44px; }

.account-e .col-lg-6 {
  margin-bottom: 30px;
  padding: 0; }

.wrap_page.account .info-box {
  margin-left: 60px; }
  .wrap_page.account .info-box .title_3 {
    padding-bottom: 24px; }

.show-hide-password {
  width: 42px;
  height: 42px;
  background: url("assets/img/icon_visible_off.png") center no-repeat;
  position: absolute;
  top: 35px;
  right: 0;
  cursor: pointer; }
  .show-hide-password:hover {
    background: url("assets/img/icon_visible_off_hover.png") center no-repeat; }
  .show-hide-password.active {
    background: url("assets/img/icon_visible.png") center no-repeat; }
    .show-hide-password.active:hover {
      background: url("assets/img/icon_visible_hover.png") center no-repeat; }

.toggle-attr input {
  padding-right: 40px !important; }

/*TEST TABLE*/
.credit-call,
.exchange-transactions {
  overflow-x: auto;
  cursor: pointer; }

.credit-table {
  min-width: 847px;
  width: 100%; }

.credit-table,
.exchange-transactions {
  width: 100%; }
  .credit-table table,
  .exchange-transactions table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; }
  .credit-table tr,
  .exchange-transactions tr {
    border: 1px solid #ededed;
    text-align: center; }
    .credit-table tr:first-child,
    .exchange-transactions tr:first-child {
      background-color: #555;
      color: #fff;
      font-weight: 700;
      text-align: center;
      border: 1px solid #ededed; }
      .credit-table tr:first-child td,
      .credit-table tr:first-child th,
      .exchange-transactions tr:first-child td,
      .exchange-transactions tr:first-child th {
        height: 60px;
        width: 100%;
        padding: 0 15px;
        white-space: nowrap; }
  .credit-table td,
  .credit-table th,
  .exchange-transactions td,
  .exchange-transactions th {
    border: none;
    border-bottom: 1px solid #ededed; }
  .credit-table td,
  .credit-table th,
  .exchange-transactions td,
  .exchange-transactions th {
    padding: 2px;
    width: 30px;
    height: 48px;
    font-size: 14px;
    line-height: 19px;
    padding: 5px 15px; }
  .credit-table th,
  .exchange-transactions th {
    background-color: #7accee; }
  .credit-table .status-cell,
  .exchange-transactions .status-cell {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #68ac34; }

.credit-table td > a {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 1px 5px;
  margin-bottom: 6px; }

.credit-table td .info {
  letter-spacing: -1px; }
  .credit-table td .info > span {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 700; }

/*article-page*/
/*article-page*/
h1,
.title_1 {
  font-family: 'DINPro-Bold'; }

h2,
.title_2 {
  font-size: 30px;
  font-family: 'DINPro-Bold'; }

h3,
.title_3 {
  font-family: 'DINPro-Bold'; }

h4,
.title_4 {
  font-family: 'DINPro-Bold'; }

h5,
.title_5 {
  font-family: 'DINPro-Bold'; }

h6,
.title_6 {
  font-family: 'DINPro-Bold'; }

.title_1,
.title_2,
.title_3,
.title_4,
.title_5,
.title_6 {
  line-height: 1.2;
  margin-bottom: .5rem;
  font-family: 'DINPro-Bold'; }

.article-page a:focus, .article-page a:active {
  outline: none; }

.article-page a[href*="tel:"], .article-page a[href*="mailto:"] {
  color: #4d7c4d; }
  .article-page a[href*="tel:"]:hover, .article-page a[href*="mailto:"]:hover {
    color: #7c4d7c;
    text-decoration: none; }

.article-page a.btn-default {
  color: #4d7c4d; }

.article-page .social a {
  min-width: 23px;
  height: 23px;
  margin-right: 35px;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.article-page .social {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ededed;
  padding: 45px 0;
  margin-top: 45px; }

.article-page .social .title_5 {
  margin-right: 35px;
  margin-bottom: 24px; }

.article-page .navigation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px; }
  .article-page .navigation a {
    font-size: 15.7px;
    line-height: 29px;
    font-weight: 700;
    color: #060606; }
  .article-page .navigation .prev {
    padding-left: 35px;
    background: url("assets/img/icon_navigation_prev.png") center left no-repeat; }
  .article-page .navigation .next {
    padding-right: 35px;
    background: url("assets/img/icon_navigation_next.png") center right no-repeat; }

.default-text {
  color: #959494; }

.row-news {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  margin: 86px auto; }
  .row-news > .title_3 {
    display: flex;
    width: 100%;
    margin-bottom: 44px;
    margin-left: 15px; }
  .row-news .news-item {
    display: flex;
    flex-direction: column;
    border: none;
    width: 25%;
    padding: 0 15px; }
    .row-news .news-item .info-box {
      margin-left: 0;
      display: flex;
      flex-direction: column-reverse; }
    .row-news .news-item .title_4 {
      margin: 0;
      line-height: 26px; }
    .row-news .news-item .date {
      margin: 8px 0 3px; }

/**/
.wrap_page.article-page .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #b5b8bb; }

.news-item {
  display: flex;
  padding-bottom: 23px;
  margin-bottom: 23px;
  border-bottom: 1px solid #ededed; }
  .news-item .img-box {
    max-width: 315px;
    width: 100%; }
  .news-item .date {
    display: flex;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #b5b8bb;
    margin: 22px 0; }
  .news-item .views {
    margin-left: 40px;
    padding-left: 35px;
    background: url(assets/img/icon_views.png) left center no-repeat; }
  .news-item a:hover {
    text-decoration: none; }
  .news-item .title_4 {
    margin: 14px 0 0 0;
    outline: none; }
  .news-item .info-box {
    margin-left: 30px; }
  .news-item p {
    color: #555555; }

.proposition {
  display: flex;
  align-items: center;
  padding: 85px 0 80px;
  position: relative; }
  .proposition .title_2 {
    color: #fff;
    margin-bottom: 0; }
  .proposition a {
    margin-left: auto; }
  .proposition:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    width: 300vw;
    height: 100%;
    background: url(assets/img/bg_404.jpg) 45% 76% no-repeat #020101; }
  .proposition img {
    margin-right: 45px; }

.side-bar {
  display: flex;
  flex-direction: column;
  background-color: #f6f6f6;
  padding: 30px; }
  .side-bar .title_5 {
    margin-bottom: 22px; }
  .side-bar a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #ffffff;
    font-weight: 400;
    color: #212123;
    margin-bottom: 18px; }
    .side-bar a.all-rubrik {
      font-size: 18px;
      color: #fff;
      font-weight: 400;
      background-color: #67ac34;
      width: max-content;
      padding: 5px;
      border-radius: 4px; }
    .side-bar a:hover {
      text-decoration: none; }

/**/
.blog .news-block {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ededed;
  margin: 0 -15px; }

.blog .news-item {
  display: flex;
  flex-direction: column;
  width: 33.333%;
  padding: 0 15px;
  border-bottom: none; }
  .blog .news-item .info-box {
    margin-left: 0;
    display: flex;
    flex-direction: column-reverse; }
  .blog .news-item .img-box {
    max-width: 100%;
    width: 100%; }
  .blog .news-item .date {
    margin: 12px 0; }
  .blog .news-item .title_4 {
    margin: 0 0 12px 0;
    padding: 0; }

.contacts {
  color: #fff;
  position: relative;
  padding: 0 0 145px; }
  .contacts .nice-select.nice_Select {
    background-color: #f6f6f6 !important;
    border: 1px solid #e7e7e8;
    border-radius: 4px;
    font-size: 18px;
    color: #212123;
    margin-bottom: 36px; }
    .contacts .nice-select.nice_Select li:before {
      display: none; }
  .contacts .title_1 {
    margin-bottom: 61px; }
  .contacts .info-box {
    padding-left: 30px;
    padding-right: 145px; }
    .contacts .info-box > p {
      padding-left: 95px;
      margin-bottom: 20px; }
    .contacts .info-box .adress {
      margin-bottom: 54px;
      font-size: 18px; }
  .contacts .item-selection {
    margin-bottom: 45px;
    width: 100%; }
  .contacts .feet-back-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between; }
    .contacts .feet-back-box .modal-link {
      color: #68ac34;
      font-weight: 300; }
  .contacts .phone-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px; }
    .contacts .phone-box a {
      font-size: 18px;
      font-weight: 900;
      color: #212123; }
      .contacts .phone-box a.telegram {
        color: #68ac34;
        font-size: 16px;
        line-height: 24px;
        font-weight: 300; }
    .contacts .phone-box:first-child {
      margin-right: 36px; }
    .contacts .phone-box:last-child {
      margin-bottom: 48px; }
    .contacts .phone-box p {
      margin: 0; }
  .contacts .info-row {
    display: flex; }
    .contacts .info-row .img-box {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      max-width: 35px;
      width: 100%;
      margin-right: 60px; }
  .contacts .text-box {
    margin-bottom: 36px; }
    .contacts .text-box .title_6 {
      margin-bottom: 22px; }
    .contacts .text-box a {
      color: #68ac34; }
  .contacts .btn {
    margin-left: 95px; }
  .contacts .fancybox {
    display: flex;
    background: url(assets/img/icon_zoom.png) right bottom no-repeat; }

.questions-block {
  padding: 98px 0 104px;
  position: relative; }
  .questions-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: url(assets/img/bg_404.jpg) center 70% no-repeat; }
  .questions-block .container {
    display: flex;
    align-items: center; }
  .questions-block .img-box {
    margin-right: 53px;
    align-self: flex-start; }
  .questions-block .title_2 {
    color: #fff;
    margin-bottom: 25px; }
  .questions-block p {
    max-width: 770px;
    color: #8e8f93; }
  .questions-block a {
    margin-left: auto; }

.cryptocurrency-exchange {
  background: url(assets/img/cryptocurrency_exchange_bg.jpg) center top no-repeat #000;
  background-size: cover;
  padding-bottom: 66px; }
  .cryptocurrency-exchange .col-lg-4:nth-child(2) .title_5 {
    background: url(assets/img/cryptoobmen__arrow-down.png) calc(100% - 30px) center no-repeat; }
  .cryptocurrency-exchange .page-title {
    color: #fff; }

.obmen__first-screen__currency .col-md-6:nth-child(2) .title_5 {
  background: url(assets/img/icon_get.png) calc(100% - 30px) center no-repeat; }

.cryptocurrency {
  background-color: #141517; }
  .cryptocurrency .title_5 {
    display: flex;
    align-items: center;
    min-height: 72px;
    padding: 5px 15px 5px 30px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #0b0c0e;
    background: url(assets/img/cryptoobmen__arrow-up.png) calc(100% - 30px) center no-repeat;
    margin: 0; }

.cryptocurrency__list {
  display: flex;
  flex-direction: column;
  max-height: 616px;
  overflow: auto; }
  .cryptocurrency__list a {
    display: flex;
    align-items: center;
    min-height: 72px;
    padding: 5px 15px 5px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #8e8f93;
    border-bottom: 1px solid #0b0c0e; }
    .cryptocurrency__list a:hover {
      color: #fff;
      background-color: #0b0c0e; }
    .cryptocurrency__list a .img-box {
      width: 36px;
      text-align: center;
      margin-right: 33px; }
    .cryptocurrency__list a.active {
      color: #fff;
      background-color: #0b0c0e; }

/*scroll*/
.cryptocurrency__list::-webkit-scrollbar {
  width: 8px;
  background-color: transparent; }

.cryptocurrency__list::-webkit-scrollbar-thumb {
  background-color: #68ac34; }

.cryptocurrency__list::-webkit-scrollbar-thumb:hover {
  background-color: #81c74b;
  cursor: pointer; }

.cryptocurrency__list::-webkit-scrollbar-track {
  background-color: #E0E0E0; }

.cryptocurrency__list::-webkit-scrollbar-button {
  background-color: red;
  display: none; }

/* IE */
.cryptocurrency__list {
  scrollbar-face-color: #68ac34;
  scrollbar-shadow-color: #E0E0E0;
  scrollbar-highlight-color: #E0E0E0; }

/* FireFox */
.cryptocurrency__list {
  scrollbar-color: #68ac34 #E0E0E0; }

.cryptocurrency__list {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 616px; }

.scroll-heidden::-webkit-scrollbar {
  width: 0px; }

.valuation {
  background-color: #141517;
  padding: 0 30px 30px 30px; }
  .valuation .course-box {
    font-size: 14px;
    font-weight: 300;
    color: #8e8f93;
    text-transform: initial; }
  .valuation .title_4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 72px;
    line-height: 21px;
    position: relative;
    color: #eea800;
    border-bottom: 1px solid #0b0c0e;
    padding: 12px 75px 12px 30px;
    margin: 0 -30px; }
    .valuation .title_4 .tooltip {
      position: absolute;
      bottom: 30px;
      right: 30px; }
      .valuation .title_4 .tooltip .btn-tooltip {
        max-width: 16px;
        min-width: 16px;
        height: 16px;
        font-size: 12px;
        line-height: 14px;
        font-weight: 900;
        border-radius: 2px; }
      .valuation .title_4 .tooltip .text-box {
        left: -260px;
        right: -30px; }
        .valuation .title_4 .tooltip .text-box:before {
          right: 30px;
          left: initial; }
  .valuation .input-box label {
    display: flex;
    align-items: flex-end;
    color: #fff; }
    .valuation .input-box label span {
      display: flex;
      font-size: 14px;
      line-height: 18px;
      font-weight: 300;
      color: #8e8f93;
      text-align: right;
      padding-left: 10px;
      margin-left: auto; }
      .valuation .input-box label span .btn-tooltip {
        max-width: 16px;
        min-width: 16px;
        height: 16px;
        font-size: 12px;
        line-height: 14px;
        font-weight: 900;
        border-radius: 2px; }
      .valuation .input-box label span .text-box {
        left: -220px;
        right: -30px; }
        .valuation .input-box label span .text-box:before {
          right: 30px;
          left: initial; }
    .valuation .input-box label .abbreviated-box {
      padding-left: 10px; }
  .valuation .input-box input {
    padding-right: 85px !important; }
  .valuation .btn-box {
    margin-top: 36px; }
    .valuation .btn-box .btn-primary {
      width: 100%; }
  .valuation .col {
    margin-top: 24px;
    padding: 0; }
  .valuation .description {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #8e8f93;
    padding: 0 0 10px;
    margin-top: 36px; }

#valuation-give > span,
#valuation-get > span {
  display: none; }

.banner {
  display: flex;
  align-items: center;
  min-height: 138px;
  margin-top: 30px;
  padding: 10px;
  background: url("assets/img/banner.jpg") right top no-repeat #040404; }
  .banner .text-box {
    display: flex;
    height: 100%;
    width: 100%;
    padding: 28px 30px;
    border: 1px solid #212122; }
    .banner .text-box .title_4 {
      color: #fff;
      max-width: 210px; }
  .banner img {
    transition: all .3s; }
  .banner:hover img {
    margin-left: 15px; }

#valuation-give,
#valuation-get {
  position: absolute;
  bottom: 14px;
  right: 15px;
  display: flex;
  align-items: center; }
  #valuation-give .img-box,
  #valuation-get .img-box {
    width: 25px;
    text-align: center; }
    #valuation-give .img-box img,
    #valuation-get .img-box img {
      width: auto;
      max-height: 25px; }

.advantages {
  padding: 84px 0 80px; }

.advantages__list {
  display: flex;
  justify-content: space-between;
  padding-top: 38px; }
  .advantages__list .item {
    display: flex;
    align-items: center;
    padding-right: 15px;
    width: 25%; }
    .advantages__list .item:last-child {
      padding-right: 0; }
  .advantages__list .img-box {
    align-self: flex-start;
    max-width: 85px;
    width: 100%;
    height: 51px;
    margin-right: 30px; }
  .advantages__list .text-box {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #212123; }

.slick-initialized .slick-slide {
  outline: none !important; }

.slider-testimonials {
  display: flex;
  margin: 0 -15px; }

.testimonials-gallery {
  background-color: #f6f6f6;
  padding: 68px 0 140px; }
  .testimonials-gallery .reviews-item {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 15px;
    margin: 0 15px; }
  .testimonials-gallery .page-title {
    display: flex; }
    .testimonials-gallery .page-title .btn {
      margin-left: auto; }
  .testimonials-gallery .slick-dots {
    position: static;
    margin-top: 48px;
    height: 8px; }
    .testimonials-gallery .slick-dots li {
      position: relative;
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer;
      background-color: #e5e8eb;
      border-radius: 50%; }
      .testimonials-gallery .slick-dots li.slick-active {
        background-color: #eea800; }
      .testimonials-gallery .slick-dots li button:before {
        display: none; }

.all {
  font-size: 16px;
  font-weight: 300;
  text-transform: initial;
  color: #68ac34;
  margin-bottom: auto;
  position: relative;
  bottom: 15px;
  padding-left: 30px; }

.news-gallery {
  padding: 110px 0 117px; }
  .news-gallery .news-item {
    flex-direction: column;
    margin: 0 15px;
    border-bottom: none; }
    .news-gallery .news-item .title_4 {
      text-transform: inherit; }
    .news-gallery .news-item .date {
      margin: 10px 0; }
    .news-gallery .news-item .img-box {
      max-width: 100%;
      width: 100%;
      outline: none; }
      .news-gallery .news-item .img-box img {
        width: 100%;
        max-height: 282px;
        margin-bottom: 30px; }
  .news-gallery .info-box {
    margin-left: 0; }
  .news-gallery .slider-news {
    margin: 0 -15px;
    display: flex; }
    .news-gallery .slider-news .slick-next {
      right: 15px;
      top: -65px;
      color: transparent;
      background: url(assets/img/icon_navigation_next.png) center right no-repeat transparent; }
      .news-gallery .slider-news .slick-next:before {
        display: none; }
    .news-gallery .slider-news .slick-prev {
      right: 60px;
      top: -65px;
      left: initial;
      color: transparent;
      background: url(assets/img/icon_navigation_prev.png) center no-repeat transparent; }
      .news-gallery .slider-news .slick-prev:before {
        display: none; }

.proposition {
  display: flex;
  align-items: center;
  padding: 85px 15px 80px;
  position: relative;
  max-width: 1380px;
  margin: 0 auto; }
  .proposition .title_2 {
    color: #fff;
    margin-bottom: 0; }
  .proposition a {
    margin-left: auto; }
  .proposition:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    width: 300vw;
    height: 100%;
    background: url(assets/img/bg_404.jpg) 45% 76% no-repeat #020101;
    background-size: 39%; }
  .proposition img {
    margin-right: 45px; }

.home-contact {
  padding: 144px 0 152px 77px; }
  .home-contact .title_3 {
    margin-bottom: 44px; }
  .home-contact .contacts {
    padding: 0;
    background-color: #f6f6f6;
    margin-bottom: 40px; }
    .home-contact .contacts .info-box {
      padding: 45px 55px 0 30px; }
      .home-contact .contacts .info-box .img-box {
        margin-right: 50px; }
    .home-contact .contacts .info-row {
      position: relative; }
      .home-contact .contacts .info-row:before {
        content: "";
        position: absolute;
        bottom: 24px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #fff; }
      .home-contact .contacts .info-row:last-child:before {
        display: none; }
    .home-contact .contacts .phone-box a:hover {
      color: #eea800; }

.home .popular-city__first-screen {
  background-size: 140%;
  padding-bottom: 70px; }

.home .currency-pairs {
  background-color: #000;
  padding-bottom: 100px; }

.home .faq-block {
  padding: 0 0;
  margin-bottom: 70px; }

.home .seo-block {
  padding: 144px 0 70px; }

.home .home-contact {
  padding: 144px 0 70px 77px; }

.news-gallery .btn {
  margin: 48px auto 0; }

.news-gallery .container {
  display: flex;
  flex-direction: column; }

.row.main-row {
  padding: 0 15px; }

.crypto-credit {
  background: url(assets/img/bg_404.jpg) center 0 no-repeat;
  padding-bottom: 105px;
  position: relative; }
  .crypto-credit .breadcrumb {
    margin-top: 0;
    margin-bottom: 9px; }
  .crypto-credit .page-title {
    color: #fff; }

.cryptoloan .seo-block {
  margin-bottom: 0; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent; }

.online-calculator {
  padding-bottom: 72px;
  height: 100%; }
  .online-calculator .heading {
    display: flex;
    align-items: center;
    padding: 15px;
    min-height: 70px;
    border-bottom: 1px solid #0b0c0e; }
    .online-calculator .heading .title_5 {
      color: #fff;
      margin: 0; }
    .online-calculator .heading .icon-box {
      display: flex;
      margin-left: auto;
      min-width: 185px; }
      .online-calculator .heading .icon-box .item {
        margin-left: 23px; }

.computation {
  padding: 0 65px 0 85px; }
  .computation .pledge {
    padding-top: 35px; }
  .computation label,
  .computation .time p {
    color: #fff;
    white-space: nowrap;
    margin-right: 50px; }
  .computation .diapason {
    display: flex;
    justify-content: space-between;
    color: #8e8f93;
    padding-top: 60px;
    margin-bottom: 40px; }
  .computation .time {
    display: flex;
    align-items: center;
    padding-top: 105px; }
  .computation [type="range"] {
    cursor: pointer; }

.get-result {
  padding: 0 35px 72px; }
  .get-result .heading {
    display: flex;
    align-items: center;
    padding: 15px 0;
    min-height: 70px;
    border-bottom: 1px solid #0b0c0e;
    color: #eea800;
    margin-bottom: 36px; }
  .get-result .result {
    color: #fff; }
  .get-result .title_2 {
    display: flex;
    align-items: flex-end;
    color: #fff;
    margin: 28px 0 36px; }
  .get-result .title_3 {
    color: #fff;
    margin: 0 0 0 auto; }
  .get-result .text-box {
    color: #8e8f93; }
  .get-result .tooltip-box {
    padding-bottom: 36px; }
    .get-result .tooltip-box .tooltip {
      margin-left: auto; }
      .get-result .tooltip-box .tooltip .btn-tooltip {
        display: flex;
        justify-content: center;
        max-width: 16px;
        min-width: 16px;
        height: 16px;
        font-size: 12px;
        line-height: 14px;
        font-weight: 900;
        border-radius: 2px; }
      .get-result .tooltip-box .tooltip .text-box {
        max-width: 305px;
        left: -290px;
        right: -275px;
        bottom: calc(100% + 18px); }

#day {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #212123; }

#demo-htmlselect {
  width: 100% !important; }
  #demo-htmlselect > ul {
    max-height: 354px;
    border: none;
    box-shadow: none;
    background-color: #17181b; }
  #demo-htmlselect div,
  #demo-htmlselect ul,
  #demo-htmlselect a {
    width: 100% !important; }
  #demo-htmlselect li:before {
    display: none; }
  #demo-htmlselect li:hover label.dd-option-text {
    color: #fff; }
  #demo-htmlselect .dd-select {
    background-color: #17181b !important;
    border-radius: 4px;
    border: none; }
  #demo-htmlselect .dd-selected {
    display: flex;
    height: 48px; }
  #demo-htmlselect label.dd-selected-text,
  #demo-htmlselect label.dd-option-text {
    line-height: 20px !important;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 0 0 22px;
    margin: -10px 0 !important;
    border-left: 1px solid #121215; }
  #demo-htmlselect a.dd-option.dd-option-selected {
    display: flex;
    align-items: center;
    line-height: 20px !important;
    max-height: 48px;
    margin: -10px 0 !important;
    background-color: #17181b;
    border-left: 1px solid #121215; }
  #demo-htmlselect label.dd-option-text {
    line-height: 20px !important;
    color: #8e8f93; }
    #demo-htmlselect label.dd-option-text:hover {
      color: #fff; }
  #demo-htmlselect .img-box {
    max-width: 26px !important;
    max-height: 26px !important;
    margin: 0 12px 0 2px;
    display: flex; }
    #demo-htmlselect .img-box .dd-option-image,
    #demo-htmlselect .img-box .dd-selected-image {
      max-width: 100%;
      height: auto;
      margin-right: 10px;
      max-height: 26px; }
  #demo-htmlselect .dd-option {
    border: 1px solid #141517;
    padding: 8.5px;
    display: flex; }
    #demo-htmlselect .dd-option:hover {
      background-color: #17181b; }
  #demo-htmlselect .dd-options.dd-click-off-close li {
    min-height: 47px;
    background-color: #17181b; }
    #demo-htmlselect .dd-options.dd-click-off-close li:hover {
      background-color: #17181b !important; }
  #demo-htmlselect .dd-pointer.dd-pointer-down.dd-pointer-up {
    background: url(assets/img/icon_white_top.png) center no-repeat;
    width: 16px;
    height: 16px;
    border: none !important;
    top: 26px; }
  #demo-htmlselect .dd-pointer.dd-pointer-down {
    background: url(assets/img/icon_white_bottom.png) center no-repeat;
    width: 16px;
    height: 16px;
    border: none;
    top: 20px; }

.ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min {
  background-color: #68ac34; }

.ui-slider-horizontal {
  height: 8px !important; }

.row.main-row .col-lg-4 {
  background-color: #141517; }

.row.main-row .col-lg-8 {
  background-color: #121215; }

.crypto-credit .even-box {
  padding-right: 18px; }

.crypto-credit .odd-box {
  padding-left: 18px; }

.crypto-credit .ui-slider-horizontal .ui-slider-handle {
  top: -4px; }

.crypto-credit .ui-state-default:focus,
.crypto-credit .ui-widget-content .ui-state-default:focus {
  border: 1px solid #fff; }

.crypto-credit .ui-slider .ui-slider-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #68ac34 !important;
  cursor: pointer;
  outline: none; }

.crypto-credit .ui-widget.ui-widget-content {
  border: none;
  background-color: #212123; }

.crypto-credit .tooltip-ui {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 42px;
  border-radius: 4px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  background-color: #212123;
  position: relative;
  top: -55px;
  left: -10px; }
  .crypto-credit .tooltip-ui::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 12px;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    background: #212123; }

.amount-box {
  position: relative;
  width: 100%; }
  .amount-box:before {
    content: "ДНЕЙ";
    position: absolute;
    top: 11px;
    right: 15px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.08em;
    color: #8e8f93; }

.slider-cryptoloan-advantages {
  padding-top: 70px; }
  .slider-cryptoloan-advantages .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 51px;
    margin: 0 auto 24px; }
  .slider-cryptoloan-advantages .title_5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 14px; }
  .slider-cryptoloan-advantages .sub-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #8e8f93;
    text-align: center;
    padding: 0 15px; }
  .slider-cryptoloan-advantages .slick-next:before,
  .slider-cryptoloan-advantages .slick-prev:before {
    content: '>';
    width: 11px;
    height: 18px;
    background: red; }
  .slider-cryptoloan-advantages .slick-next {
    right: 15px; }
    .slider-cryptoloan-advantages .slick-next:before {
      color: transparent;
      background: url(assets/img/icon_slick_next.png) center no-repeat; }
  .slider-cryptoloan-advantages .slick-prev {
    left: 15px; }
    .slider-cryptoloan-advantages .slick-prev:before {
      color: transparent;
      background: url(assets/img/icon_slick_prev.png) center no-repeat; }

.pledge-cryptocurrencies {
  background-color: #f6f6f6;
  padding: 144px 0 108px; }
  .pledge-cryptocurrencies .item {
    min-height: 276px;
    margin-bottom: 30px;
    padding: 36px 20px;
    border-radius: 4px;
    background-color: #fff; }
    .pledge-cryptocurrencies .item.last-child {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      background-color: transparent; }
      .pledge-cryptocurrencies .item.last-child .title_3 {
        margin-bottom: 36px; }
      .pledge-cryptocurrencies .item.last-child p {
        margin-bottom: 26px; }
    .pledge-cryptocurrencies .item .head {
      display: flex;
      align-items: center;
      margin-bottom: 30px; }
      .pledge-cryptocurrencies .item .head .img-box {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        width: 80px;
        height: 70px;
        margin-right: 34px; }

.credit-scheme {
  padding-bottom: 70px; }
  .credit-scheme .page-title {
    width: 100%;
    padding-top: 144px; }
  .credit-scheme > .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .credit-scheme .nav-tabs .nav-link {
    font-size: 18px;
    line-height: 24px;
    min-height: 72px;
    display: flex;
    color: #212123;
    background-color: transparent;
    align-items: center;
    width: 100%; }
    .credit-scheme .nav-tabs .nav-link.active {
      border-color: transparent;
      font-weight: 700;
      position: relative; }
      .credit-scheme .nav-tabs .nav-link.active:before {
        content: "";
        position: absolute;
        right: -3px;
        top: 0;
        width: 3px;
        height: 72px;
        background-color: #eea800; }
    .credit-scheme .nav-tabs .nav-link:hover {
      border-color: transparent; }
    .credit-scheme .nav-tabs .nav-link:focus {
      border-color: transparent; }

#tabs-credit {
  max-width: 350px;
  flex-direction: column;
  border-right: 1px solid #ededed;
  border-bottom: none; }
  #tabs-credit .nav-item:before {
    display: none; }

#content-credit {
  width: calc(100% - 350px);
  padding: 15px 0 15px 122px;
  min-height: 549px; }
  #content-credit .card-body {
    padding: 0; }
    #content-credit .card-body .show-more {
      background-image: none !important;
      color: #68ac34; }
  #content-credit .container-post.scroll {
    max-height: 493px; }
  #content-credit .card-header {
    border-radius: 0; }

.container-post .more {
  display: none; }

.btn-title {
  display: flex;
  align-items: center; }
  .btn-title a {
    margin-left: auto; }

.reviews-row {
  display: flex;
  flex-wrap: wrap; }
  .reviews-row .reviews-item {
    margin-bottom: 36px;
    background-color: #f6f6f6;
    padding: 33px 29px; }
  .reviews-row .more {
    display: none; }

.show-more {
  background: url(assets/img/icon_arrow_orange_bottom.png) no-repeat calc(100% - 8px) 12px;
  padding-right: 25px;
  border: none;
  outline: none !important;
  cursor: pointer; }
  .show-more.show {
    background: url(assets/img/icon_arrow_orange_top.png) no-repeat calc(100% - 8px) 11px; }

.reviews-item .title-line {
  display: flex; }
  .reviews-item .title-line .date {
    margin-left: auto;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #b5b8bb;
    min-width: 120px;
    text-align: right; }
  .reviews-item .title-line .title_5 {
    margin-bottom: 0; }

.reviews-item .stars_wr {
  margin: 20px 0;
  display: flex; }

.reviews-item p {
  color: #555555; }

.form-block {
  text-align: center;
  margin: 127px 0 108px; }
  .form-block a {
    margin-top: 48px; }

.wrap_page.faq + footer {
  margin-top: 130px; }

.faq li {
  list-style: none; }

.item-title {
  position: relative;
  background-color: #f6f6f6;
  border-radius: 4px;
  padding: 21px 70px 21px 31px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #212123;
  cursor: pointer;
  margin-bottom: 24px; }

.item-title.show {
  border-radius: 4px 4px 0 0;
  margin-bottom: 0; }

.item-content {
  padding: 21px 31px;
  border: 2px solid #f6f6f6;
  border-radius: 0px 0px 4px 4px;
  margin-bottom: 24px; }
  .item-content:before {
    height: 0;
    background: none; }

.item-title:before {
  content: "+";
  position: absolute;
  right: 15px;
  top: 21px;
  height: 0;
  background: none; }

.item-title.show:before {
  content: "–"; }

.item-title + .item-content {
  display: none; }

.item-title.show + .item-content {
  display: flex; }

.side-bar-form {
  background: url(assets/img/bg_form_sidebar.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 15px;
  margin-top: 0; }
  .side-bar-form .img-box {
    display: flex;
    min-width: 39px;
    height: 39px;
    margin: 69px auto 33px;
    background: url(assets/img/icon_chat.png) center no-repeat; }
  .side-bar-form .title_6 {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    margin-bottom: 24px; }
  .side-bar-form .description {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #8e8f93;
    margin-bottom: 30px; }
  .side-bar-form a[href*="tel:"] {
    color: #fff;
    margin-bottom: 30px; }
    .side-bar-form a[href*="tel:"]:hover {
      color: #eea800; }
  .side-bar-form .btn {
    width: max-content;
    margin: 0 auto 39px; }

.services-page {
  min-height: calc(100vh - 210px);
  background: url(assets/img/bg_404.jpg) center no-repeat;
  background-size: cover; }
  .services-page .services {
    margin-top: -96px; }

.services {
  color: #fff;
  position: relative;
  padding: 145px 0 145px; }
  .services:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    right: -15px;
    height: 100%;
    background: url(assets/img/bg_404.jpg) center 0px no-repeat;
    background-size: 110% calc(100% + 240px); }
  .services .title_1 {
    color: #fff;
    margin-bottom: 42px;
    width: 100%; }
  .services p {
    width: 100%;
    padding-right: 40%;
    color: #8e8f93;
    margin-bottom: 57px; }
  .services .title_4 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 24px; }

.services-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.services-item {
  width: 32%;
  text-align: center;
  padding-top: 32%;
  position: relative;
  background-size: cover; }
  .services-item:first-child {
    margin-left: 0; }
  .services-item:last-child {
    margin-right: 0; }
  .services-item .info-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 250px; }
    .services-item .info-box .btn {
      padding: 0 0;
      opacity: 0;
      height: 0;
      transition: all .3s;
      font-size: 0; }
    .services-item .info-box .icon-box {
      margin-bottom: 36px; }
  .services-item:hover {
    text-decoration: none; }
    .services-item:hover .btn {
      padding: 11px 28px;
      opacity: 1;
      height: 48px;
      font-size: 16px; }

/*services-a-page.html services-b-page.html*/
.service-union {
  position: relative;
  padding-top: 45px;
  padding-bottom: 103px;
  color: #fff; }
  .service-union > .container > .page-title {
    display: none;
    color: #fff; }
  .service-union .info-box {
    max-width: 652px;
    margin-bottom: 100px; }
    .service-union .info-box .page-title {
      margin-top: 0;
      color: #fff; }
    .service-union .info-box .tooltip-box {
      max-width: 200px;
      font-size: 16px;
      line-height: 18px;
      font-weight: 300;
      margin: 52px 0 0;
      color: #8e8f93; }
      .service-union .info-box .tooltip-box .tooltip {
        margin-right: 20px; }
  .service-union .btn-primary {
    margin-top: 52px; }
  .service-union:before {
    content: "";
    position: absolute;
    top: -140px;
    left: 0;
    width: 100vw;
    height: calc(100% + 140px);
    background: url(assets/img/bg_service_union.jpg) center no-repeat;
    background-size: cover; }

.tooltip-box {
  display: flex;
  align-items: center; }

.tooltip {
  opacity: 1;
  position: relative;
  display: inline; }
  .tooltip .text-box {
    display: none;
    position: absolute;
    max-width: 305px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #555;
    left: -20px;
    right: -275px;
    bottom: calc(100% + 18px);
    cursor: pointer;
    background-color: #f6f6f6; }
    .tooltip .text-box:before {
      content: "";
      position: absolute;
      bottom: -6px;
      left: 27px;
      width: 12px;
      height: 12px;
      background: #f6f6f6;
      transform: matrix(1, -1, 1, 1, 0, 0); }
    .tooltip .text-box:after {
      content: "";
      position: absolute;
      bottom: -25px;
      left: 0;
      width: 100%;
      height: 30px; }
  .tooltip.active .text-box {
    height: auto;
    padding: 24px 22px;
    display: block;
    opacity: 1; }
  .tooltip .btn-tooltip {
    max-width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #18181f;
    border: none;
    outline: none;
    background-color: #eea800;
    cursor: pointer; }

.advantages-2 {
  display: flex;
  justify-content: space-between;
  padding-top: 95px;
  border-top: 1px solid #2d2d30; }
  .advantages-2 .item {
    width: 100%;
    display: flex;
    padding: 0 15px; }
    .advantages-2 .item .img-box {
      min-width: 40px;
      height: 40px;
      margin-right: 26px; }
    .advantages-2 .item .text-box {
      max-width: 215px; }

/*BEGIN seo-block*/
.home .seo-block {
  margin-bottom: 0; }

.seo-block {
  background-color: #fff;
  width: 100%;
  max-width: 1524px;
  position: relative;
  margin-bottom: 152px;
  padding: 144px 0 152px; }
  .seo-block img {
    max-width: 50%;
    margin: 100px 25px 10px; }
  .seo-block:before {
    content: "";
    position: absolute;
    top: 0;
    right: -100vw;
    width: 200vw;
    height: 100%;
    background-color: #fff; }
  .seo-block .container-post {
    max-height: 600px;
    padding-right: 60px; }

.services-page .services {
  margin-top: -96px; }

/*END seo-block*/
/* === BEGIN wp_pagenavi === */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  margin: 48px auto 95px;
  position: relative; }
  .wp-pagenavi a {
    text-decoration: none;
    margin: 0 3px; }
  .wp-pagenavi .first {
    background: url("./assets/img/pagination_first.png") no-repeat center;
    padding: 10px 15px !important; }
    .wp-pagenavi .first:hover {
      background: url("./assets/img/pagination_first.png") no-repeat center; }
  .wp-pagenavi .last {
    padding: 10px 15px !important;
    background: url("./assets/img/pagination_last.png") no-repeat center; }
    .wp-pagenavi .last:hover {
      background: url("./assets/img/pagination_last.png") no-repeat center; }
  .wp-pagenavi .previouspostslink {
    background: url("./assets/img/pagination_prev.png") no-repeat center;
    text-decoration: none; }
    .wp-pagenavi .previouspostslink:hover {
      background: url("./assets/img/pagination_prev.png") no-repeat center; }
  .wp-pagenavi .nextpostslink {
    background: url("./assets/img/pagination_next.png") no-repeat center;
    text-decoration: none; }
    .wp-pagenavi .nextpostslink:hover {
      background: url("./assets/img/pagination_next.png") no-repeat center; }
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 54px;
    font-size: 16px;
    font-weight: 500;
    color: #212123;
    padding: 3px 5px;
    background-color: #f6f6f6;
    cursor: pointer;
    text-decoration: none; }
    .wp-pagenavi .first:hover,
    .wp-pagenavi .last:hover,
    .wp-pagenavi .previouspostslink:hover,
    .wp-pagenavi .nextpostslink:hover,
    .wp-pagenavi .page:hover,
    .wp-pagenavi .current:hover {
      background-color: #eea800; }
  .wp-pagenavi .current {
    color: #212123;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    background-color: #eea800; }
  .wp-pagenavi .extend {
    display: flex;
    align-items: center; }

/* === END wp_pagenavi === */
/*звезды*/
p.stars a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  width: 16px;
  height: 16px;
  color: transparent; }
  p.stars a::before {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    background: url("assets/img/icon_white_star.png") center no-repeat; }
  p.stars a span {
    display: none; }
  p.stars a.active::before {
    opacity: 1;
    background: url("assets/img/icon_gold_star.png") center no-repeat; }

p.stars:hover a::before,
p.stars.selected a.active::before,
p.stars.selected a:not(.active)::before,
p.stars.selected a.active::before {
  background: url("assets/img/icon_gold_star.png") center no-repeat; }

p.stars.selected a.active ~ a::before {
  background: url("assets/img/icon_white_star.png") center no-repeat; }

p.stars a::before,
p.stars a:hover ~ a::before,
p.stars.selected a.active ~ a::before {
  background: url("assets/img/icon_white_star.png") center no-repeat; }

.stars {
  margin-left: 35px;
  margin: 3px 20px 0; }

p.stars.selected a.active::before,
p.stars:hover a::before,
p.stars.selected a:not(.active)::before,
p.stars.selected a.active::before {
  background: url("assets/img/icon_gold_star.png") center no-repeat; }

.star-rating {
  background-image: url("assets/img/icon_white_star.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 97px;
  height: 16px;
  position: relative; }

.star-rating span {
  background-image: url("assets/img/icon_gold_star.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  float: left;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
  left: 0; }

.stars_wr small {
  background: url("assets/img/iconRating.png") left no-repeat;
  padding-left: 18px;
  margin-left: 10px; }

.reviewItem__stars {
  margin: 7px 0; }

/**/
.dropdown-currency {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-left: 10px; }
  .dropdown-currency #valuation-get {
    position: static; }
  .dropdown-currency__arrow {
    height: 48px;
    width: 45px;
    background: #eea800;
    border-radius: 0 4px 4px 0;
    margin-left: 12px;
    position: relative;
    cursor: pointer; }
    .dropdown-currency__arrow:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 8px solid white; }

.active .dropdown-currency__arrow :before {
  border-top: none;
  border-bottom: 8px solid #fff; }

.active .dropdown-currency__list {
  display: block; }

.dropdown-currency__list {
  position: absolute;
  top: 48px;
  right: 0;
  display: none;
  padding: 12px 0 24px;
  background: #141517;
  border-radius: 0 0 0 4px;
  z-index: 2; }
  .dropdown-currency__list .cryptocurrency__list {
    z-index: 11;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: auto;
    width: 131px;
    padding: 0 12px;
    margin: 0; }
    .dropdown-currency__list .cryptocurrency__list li {
      color: #fff;
      cursor: pointer;
      margin-bottom: 12px; }
      .dropdown-currency__list .cryptocurrency__list li:last-child {
        margin-bottom: 0; }
      .dropdown-currency__list .cryptocurrency__list li .img-box {
        width: 24px;
        margin-right: 6px; }
      .dropdown-currency__list .cryptocurrency__list li:hover {
        color: #ffbf24; }
      .dropdown-currency__list .cryptocurrency__list li:before {
        display: none; }

img.alignleft, img.alignright {
  max-width: 49%;
  height: auto; }

img.alignleft {
  margin: 0 30px 20px 0;
  float: left;
  height: auto; }

img.alignright {
  margin: 0 0 20px 30px;
  float: right;
  height: auto; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto; }

footer {
  padding: 45px 0 45px 60px;
  background-color: #0b0c0e; }

.footer-row {
  display: flex;
  padding-bottom: 60px; }

.special-line {
  position: fixed;
  bottom: 0;
  left: 60px;
  height: 60px;
  width: 100vw;
  background-color: #121215; }

.ticker-container .icon-box {
  display: none;
  align-items: center;
  margin: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  background: #121215; }
  .ticker-container .icon-box li {
    padding: 30px 10px;
    border-left: 2px solid #0b0c0e;
    transition: .3s;
    cursor: pointer; }
    .ticker-container .icon-box li:before {
      display: none; }
    .ticker-container .icon-box li.apple {
      width: 141px;
      background: url(assets/img/icon_apple.png) center no-repeat; }
      .ticker-container .icon-box li.apple:hover {
        background-color: #eea800; }
    .ticker-container .icon-box li.google_play {
      width: 159px;
      background: url(assets/img/icon_google_pay.png) center no-repeat; }
      .ticker-container .icon-box li.google_play:hover {
        background-color: #eea800; }

.ticker {
  position: fixed;
  bottom: 0;
  left: 60px;
  display: flex;
  color: #fff;
  white-space: nowrap;
  padding: 18px 0 18px 100%; }
  .ticker:hover {
    animation-play-state: paused; }

.ticker-item {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin-right: 40px;
  overflow: hidden; }
  .ticker-item a {
    font-size: 16px;
    font-weight: 500;
    color: #fff; }
  .ticker-item .date {
    border-radius: 2px;
    padding: 0px 5px;
    margin-right: 20px;
    background-color: #68ac34; }
  .ticker-item p {
    font-weight: 300;
    color: #8e8f93;
    margin: 0 0 0 10px; }

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .footer-row p {
    display: flex;
    margin: 0;
    font-size: 14px; }

.copy-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 12px;
  border-bottom: none !important; }

a.copy {
  min-width: 230px;
  background: url("./assets/img/kofelatte.png") right no-repeat;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  color: #8e8f93; }

.copy-mobile {
  width: 20px;
  height: 20px;
  background: url("./assets/img/mobile_copyright.png") right no-repeat; }

/*footer-currency*/
.footer-currency {
  padding-bottom: 100px; }
  .footer-currency .footer-currency__menu-item {
    margin-bottom: 12px; }
    .footer-currency .footer-currency__menu-item a {
      color: #fff;
      font-size: 18px;
      display: flex;
      justify-content: flex-start;
      margin-left: auto;
      max-width: 225px;
      line-height: 1.2; }

[lang="uk"] a.copy {
  min-width: 240px; }

.modal-open .modal {
  padding-right: 0 !important; }

.modal-content {
  width: auto !important; }

.modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center; }

.modal-header {
  border: none;
  padding-bottom: 0; }

.modal-content {
  border-radius: 0;
  border: none;
  padding: 30px 40px; }
  .modal-content p {
    margin-top: 10px; }

textarea {
  width: 100%;
  min-height: 170px; }

input[type="file"] {
  display: none; }
  input[type="file"] + label {
    margin-left: 15px;
    cursor: pointer;
    outline: none;
    margin: 5px 0 25px 0; }
    input[type="file"] + label img {
      margin-right: 10px; }

.close {
  position: absolute;
  right: 20px;
  top: 20px;
  outline: none !important;
  z-index: 1;
  background-color: #f6f6f6 !important;
  opacity: 1;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .close svg {
    min-width: 13px !important; }

.repay_a_loan .modal-header {
  padding: 15px; }

.repay_a_loan .close {
  right: 70px;
  top: 56px; }

.repay_a_loan p {
  margin-top: 24px;
  margin-bottom: 0; }
  .repay_a_loan p:nth-child(1), .repay_a_loan p:nth-child(2) {
    margin-top: 29px; }

.repay_a_loan .btn.btn-primary {
  margin: 47px auto 5px; }

.repay_a_loan .nice-select.nice_Select {
  font-size: 18px; }

input[type]:not(.btn),
textarea,
select {
  background-color: #f6f6f6;
  background-clip: padding-box;
  border: 1px solid #e7e7e8;
  border-radius: 4px;
  padding: 11px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  color: #0c0c0c; }
  input[type]:not(.btn):focus,
  textarea:focus,
  select:focus {
    background-color: #f9f9f9;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    outline: none; }

::-webkit-input-placeholder {
  color: #797364 !important; }

::-moz-placeholder {
  color: #797364 !important; }

:-ms-input-placeholder {
  color: #797364 !important; }

input[type="tel"]::placeholder {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #0c0c0c !important; }

@media screen and (max-width: 767px) {
  .modal-dialog {
    margin: 15px auto; }
    .modal-dialog [type="button"]:not(.close),
    .modal-dialog [type="submit"] {
      width: 100%;
      justify-content: center; }
  .modal-content {
    padding: 20px; } }

.nice_Select {
  height: 48px;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  width: 100%;
  background: url("assets/img/select_close.png") calc(100% - 15px) center no-repeat !important; }
  .nice_Select.open {
    background: url("assets/img/select_open.png") calc(100% - 15px) center no-repeat #f9f9f9 !important; }
    .nice_Select.open [data-value='disabled'] {
      display: none; }
  .nice_Select .list {
    width: 100%;
    background: #f9f9f9; }
    .nice_Select .list li.option {
      height: 42px; }
      .nice_Select .list li.option:before {
        display: none; }
      .nice_Select .list li.option:hover {
        color: #fff;
        background-color: #68ac34; }
  .nice_Select.day {
    background-color: #f6f6f6 !important;
    border-radius: 4px 0 0 4px; }
  .nice_Select.mounth {
    background-color: #f6f6f6 !important;
    border-radius: 0;
    border-left: none;
    border-right: none; }
  .nice_Select.year {
    background-color: #f6f6f6 !important;
    border-radius: 0 4px 4px 0; }

.size-box.small {
  max-width: 340px;
  width: 100%;
  padding: 10px 0; }
  .size-box.small .close {
    display: flex;
    width: 42px;
    height: 42px;
    background-color: #f6f6f6;
    border-radius: 4px;
    top: 49px;
    right: 57px; }
  .size-box.small .modal-header {
    padding: 0 75px 0 0; }
  .size-box.small .title_5 {
    letter-spacing: -0.6px;
    text-transform: inherit; }
  .size-box.small .btn-box {
    display: flex;
    padding: 28px 0 10px; }
    .size-box.small .btn-box a {
      max-width: 100%;
      width: 100%; }
      .size-box.small .btn-box a.btn-primary {
        margin-right: 15px; }
      .size-box.small .btn-box a.btn-secondary {
        margin-left: 15px; }

.size-box.large {
  min-width: 580px;
  width: 100%; }

#creditTab {
  flex-wrap: nowrap;
  align-items: flex-end;
  background-color: #f6f6f6;
  margin: 0 -56px;
  padding: 0 56px;
  border: none; }
  #creditTab li {
    display: flex;
    justify-content: center;
    width: 33.333%;
    width: 100%;
    background: yellow;
    height: 100%;
    max-height: 132px;
    margin: 24px 0; }
    #creditTab li:nth-child(2) {
      margin: 24px 30px; }
      #creditTab li:nth-child(2) .img-box {
        margin-top: 7px; }
    #creditTab li a {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      height: 100%;
      max-height: 132px;
      border-radius: 4px;
      color: #555555;
      font-size: 18px;
      font-weight: 500;
      line-height: 24px;
      border: none;
      padding-top: 34px;
      padding-bottom: 28px;
      background-color: #fff; }
      #creditTab li a.active {
        background-color: #68ac34;
        color: #fff; }
        #creditTab li a.active img {
          filter: brightness(0) invert(1); }
    #creditTab li .img-box {
      padding-bottom: 15px; }
    #creditTab li:before {
      display: none; }

.size-box.map .modal-header {
  padding-right: 70px; }

.calculator {
  background-color: #121215d6; }
  .calculator .col-lg-6.last-child:before {
    content: "";
    position: absolute;
    top: -313px;
    left: 0;
    width: 100vw;
    background: #17181b;
    height: calc(100% + 360px); }
  .calculator .modal-dialog {
    min-height: auto; }
  .calculator .first-child {
    padding-right: 155px; }
    .calculator .first-child .tooltip-box {
      position: relative;
      width: 100%;
      padding: 27px;
      background-color: #17181b;
      margin: 48px 114px 0 0; }
    .calculator .first-child .text-box {
      color: #8e8f93;
      padding-left: 30px; }
    .calculator .first-child .card {
      background-color: transparent; }
  .calculator .last-child {
    padding-left: 120px;
    margin-top: -7px; }
    .calculator .last-child .tooltip-box {
      position: relative;
      width: 100%;
      padding: 27px;
      background-color: #121215;
      margin: 48px 15px 0; }
    .calculator .last-child .text-box {
      color: #8e8f93;
      padding-left: 30px; }
    .calculator .last-child .card {
      background-color: transparent; }
  .calculator .result {
    font-size: 30px;
    line-height: 48px;
    font-weight: 700;
    color: #fff; }
  .calculator .modal-content .modal-header {
    max-width: 1380px;
    width: 100%;
    padding-top: 10px;
    margin: 0 auto 24px; }
    .calculator .modal-content .modal-header .close {
      right: 30px;
      top: 80px; }
  .calculator .page-title {
    color: #fff;
    margin: 0 auto;
    max-width: 1380px;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-right: calc(50% + 15px); }
  .calculator .modal-dialog {
    max-width: 100%; }
  .calculator .modal-content {
    background-color: #121215;
    height: inherit;
    width: 100vw !important; }
  .calculator.small .modal-content {
    width: 50%; }
  .calculator .nice_Select {
    background: url("assets/img/select_close.png") calc(100% - 15px) center no-repeat #f6f6f6 !important; }
  .calculator .card-body {
    padding-top: 0;
    margin-top: -2px; }
  .calculator .slogan {
    width: 100%;
    color: #fff;
    font-weight: 300;
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    margin-right: 15px; }
  .calculator label {
    color: #ffffff; }
  .calculator .give-line input,
  .calculator .get-line input {
    margin: 10px 0 5px;
    width: 100%; }
  .calculator .currency-box {
    min-width: 160px;
    background-color: #17181b;
    border-radius: 4px;
    position: relative;
    min-height: 48px;
    margin-right: 70px;
    margin-left: 30px;
    margin: 10px 0 23px auto; }
    .calculator .currency-box nav {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 46px;
      padding-top: 2px;
      background-color: #17181b; }
      .calculator .currency-box nav.hover a.checked:hover {
        color: #eea800; }
      .calculator .currency-box nav a {
        display: flex;
        order: 1;
        align-items: center;
        width: 100%;
        padding: 8px 15px;
        visibility: hidden;
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        text-decoration: none;
        color: #ffffff;
        background: #17181b;
        transition: none; }
        .calculator .currency-box nav a.checked {
          order: 0;
          visibility: inherit;
          border: none; }
          .calculator .currency-box nav a.checked:hover {
            color: #eea800; }
        .calculator .currency-box nav a:hover {
          color: #eea800;
          font-weight: 700; }
        .calculator .currency-box nav a:before {
          content: "";
          position: absolute;
          left: 52px;
          top: 0;
          height: 100%;
          border-left: 1px solid #121215; }
        .calculator .currency-box nav a img {
          margin-right: 30px;
          height: 28px;
          width: 30px;
          max-width: 30px;
          object-fit: contain; }
      .calculator .currency-box nav.hover a {
        visibility: inherit; }

.status-close a {
  position: relative;
  cursor: default; }

.card-header.status-close a {
  cursor: default; }
  .card-header.status-close a:before {
    display: none; }
  .card-header.status-close a.collapsed .img-box {
    position: relative; }
    .card-header.status-close a.collapsed .img-box img {
      display: none; }
    .card-header.status-close a.collapsed .img-box:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: url(/assets/img/lock.png) center no-repeat;
      background-size: 45px;
      opacity: 1;
      cursor: default;
      filter: invert(55%) sepia(66%) saturate(450%) hue-rotate(51deg) brightness(94%) contrast(88%); }
  .card-header.status-close a .img-box {
    position: relative; }
    .card-header.status-close a .img-box img {
      display: none; }
    .card-header.status-close a .img-box:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: url(/assets/img/lock.png) center no-repeat;
      background-size: 45px;
      opacity: 1;
      cursor: default;
      filter: drop-shadow(2px 4px 6px grey);
      filter: invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%); }

.give-line,
.get-line {
  display: flex;
  align-items: center;
  align-items: flex-end; }
  .give-line input,
  .give-line .result,
  .get-line input,
  .get-line .result {
    margin-top: 0;
    width: 100%; }

.get-line {
  padding-top: 11px; }

.exchange-rate {
  margin-top: 45px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #fff; }
  .exchange-rate span {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #eea800;
    font-weight: 700; }

.count-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 593px;
  position: relative; }
  .count-box .btn-cycle {
    position: absolute;
    top: calc(50% + 5px);
    transform: translate(0, -50%);
    right: 0;
    width: 21px;
    display: none; }
    .count-box .btn-cycle:before {
      content: "";
      position: absolute;
      height: 35px;
      width: 21px;
      border-top: 2px solid #212123;
      border-right: 2px solid #212123;
      display: flex;
      bottom: 20px;
      left: -10px; }
    .count-box .btn-cycle:after {
      content: "";
      position: absolute;
      height: 35px;
      width: 21px;
      border-bottom: 2px solid #212123;
      border-right: 2px solid #212123;
      display: flex;
      top: 20px;
      left: -10px; }

.btn-cycle {
  display: flex;
  width: 15px;
  min-width: 15px;
  height: 15px;
  background: url("assets/img/icon_cycle.png") center no-repeat;
  margin-left: auto; }

/*tabs*/
.nav-tabs {
  display: none; }

@media (min-width: 768px) {
  .nav-tabs {
    display: flex; }
  .card {
    border: none; }
  .card .card-header {
    display: none; }
  .card .collapse {
    display: block; } }

@media (max-width: 767px) {
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
    margin: 0 -17px;
    padding: 0 18px; } }

#tabs {
  flex-wrap: nowrap;
  align-items: flex-end;
  border: none;
  width: 100%; }
  #tabs .status-close .img-box {
    max-width: 50px;
    padding: 9px 0 7px 0;
    margin: -8px 0 7px 0 !important;
    filter: invert(55%) sepia(66%) saturate(450%) hue-rotate(51deg) brightness(94%) contrast(88%); }
  #tabs li {
    display: flex;
    justify-content: center;
    width: 33.333%;
    width: 100%;
    height: 100%;
    max-height: 132px;
    margin: 24px 0; }
    #tabs li:nth-child(2) {
      margin: 24px 30px; }
      #tabs li:nth-child(2) .img-box {
        margin-top: 7px; }
    #tabs li a {
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 132px;
      width: 100%;
      min-width: 128px;
      max-width: 168px;
      border-radius: 4px;
      color: #fff;
      font-size: 18px;
      font-weight: 500;
      line-height: 24px;
      border: none;
      padding-top: 34px;
      padding-bottom: 28px;
      background-color: #17181b; }
      #tabs li a.active {
        background-color: #eea800;
        color: #fff; }
        #tabs li a.active img {
          filter: brightness(0) invert(1); }
    #tabs li .img-box {
      display: flex;
      align-items: center;
      padding-bottom: 15px;
      height: 45px; }
    #tabs li:before {
      display: none; }

.last-child .card-header {
  background-color: #17181b;
  margin-bottom: 12px; }
  .last-child .card-header a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500; }
    .last-child .card-header a .img-box {
      margin-right: 20px;
      width: 45px;
      height: 45px;
      text-align: center; }

.size-box.small.login-form {
  min-width: 350px;
  display: flex;
  flex-direction: column; }

.login-form .modal-body {
  padding: 16px 0 0 0; }

.login-form .modal-header {
  margin-bottom: 8px; }

.login-form .col-12 {
  padding: 0;
  margin-bottom: 24px; }

.login-form label {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  color: #555555; }

.login-form label.mb-0 a[target="_blank"] {
  letter-spacing: -0.6px; }

.login-form .forgot {
  font-size: 16px;
  line-height: 18px;
  color: #68ac34; }

.login-form .already_registered,
.login-form .register {
  margin: 32px 0 0 0; }

.login-form .login-variant {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px; }
  .login-form .login-variant p {
    margin: 0; }

.size-box.crypto-table.small.login-form {
  min-width: 889px;
  background-color: #fff; }
  .size-box.crypto-table.small.login-form .col-12 {
    text-align: center; }
    .size-box.crypto-table.small.login-form .col-12 .btn {
      margin-top: 20px; }

.crypto-table-nav {
  display: flex;
  flex-direction: column;
  max-height: 510px;
  padding-right: 38px !important; }
  .crypto-table-nav li:before {
    display: none; }
  .crypto-table-nav .item {
    display: flex;
    padding: 17px 0;
    border-bottom: 1px solid #ededed;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #212123; }
    .crypto-table-nav .item .img-box {
      width: 36px;
      text-align: center;
      margin-right: 30px; }
    .crypto-table-nav .item p {
      font-size: 18px;
      line-height: 24px;
      font-weight: 400;
      color: #212123;
      margin-left: auto; }

.repay_a_loan .odd-box {
  margin-top: 68px; }

.repay_a_loan .ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min {
  background-color: #8e8f93; }

.repay_a_loan .tooltip-ui {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 42px;
  border-radius: 4px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  background-color: #8e8f93;
  position: relative;
  top: -55px;
  left: -10px; }
  .repay_a_loan .tooltip-ui:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 12px;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    background: #8e8f93; }

.repay_a_loan .ui-slider .ui-slider-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #8e8f93 !important;
  cursor: pointer;
  outline: none; }
  .repay_a_loan .ui-slider .ui-slider-handle:focus {
    border-color: #8e8f93; }

.attention {
  background-color: #f6f6f6;
  padding: 24px 40px;
  margin: 0 -55px; }
  .attention .info-box {
    background-color: #fff;
    padding: 18px 40px;
    display: flex; }
    .attention .info-box .img-box {
      min-width: 47px;
      height: 37px;
      margin-right: 41px; }
    .attention .info-box p {
      margin-top: 0; }

.markup .col-lg-4.col-md-6.col-xs-12 {
  padding: 25px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.27); }
  .markup .col-lg-4.col-md-6.col-xs-12:hover {
    box-shadow: 0 0 1px #c01111; }

.markup .scroll {
  max-height: 350px; }

.markup .site-map ol {
  padding-left: 40px;
  padding-bottom: 20px; }
  .markup .site-map ol li {
    position: relative;
    border-left: 2px solid #68ac34; }
    .markup .site-map ol li:hover {
      cursor: pointer; }
      .markup .site-map ol li:hover > a {
        text-decoration: underline; }
      .markup .site-map ol li:hover:before {
        background-color: #eea800; }
    .markup .site-map ol li a {
      line-height: 40px;
      margin-left: 15px; }
    .markup .site-map ol li:before {
      content: "";
      position: absolute;
      left: -26px;
      top: 15px;
      width: 10px;
      height: 10px;
      background-color: #68ac34;
      border-radius: 50%; }
    .markup .site-map ol li:after {
      content: "";
      position: absolute;
      left: -2px;
      top: 25px;
      width: 50%;
      height: 15px;
      border-left: 2px solid #68ac34;
      border-bottom: 2px solid #68ac34; }

.markup .gradient-default {
  background: radial-gradient(#cec4c4, transparent);
  transition: all 2s; }
  .markup .gradient-default:hover {
    background: radial-gradient(red, transparent); }

.wrap_page {
  overflow: hidden;
  margin-bottom: auto;
  padding-left: 60px; }

body {
  font-family: 'DINPro-Regular';
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.overflow-hidden {
  overflow: hidden; }

.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 20; }

.muve-top {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 20px;
  background: #68ac34;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); }
  .muve-top:before {
    content: "↑";
    position: absolute;
    font-weight: bold;
    font-size: 24px;
    top: 52%;
    left: 52%;
    transform: translate(-50%, -50%);
    font-family: monospace; }

/*1*/
.brand-bg-1,
.brand-bg-2 {
  background-color: #68ac34;
  height: 15vh;
  width: 75%;
  margin-bottom: 25px; }

.brand-bg-2 {
  background-color: #eea800; }

/*2*/
::selection {
  color: #000; }

a:hover {
  text-decoration: underline; }

p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #636363; }

b,
strong {
  font-weight: 700;
  color: #212123; }

i,
em {
  font-weight: 400;
  color: #636363; }

/*3*/
ol {
  padding: 0;
  counter-reset: li; }
  ol li {
    list-style: none;
    list-style-position: outside; }
    ol li:before {
      content: counter(li, decimal) ".";
      counter-increment: li;
      margin-left: 20px;
      margin-right: 20px;
      font-size: 16px;
      line-height: 30px;
      font-weight: 700;
      color: #eea800; }

/*4*/
ul {
  padding: 0;
  list-style: none; }
  ul li {
    display: flex;
    align-items: flex-start; }
    ul li:before {
      content: "";
      margin: 9px 20px 0 20px;
      border-radius: 50%;
      min-width: 6px;
      height: 6px;
      background-color: #eea800; }

/*5-6*/
body {
  font-family: 'DINPro-Regular'; }

.font-weight-bold {
  font-family: 'DINPro-Bold'; }

.font-weight-light {
  font-family: 'DINPro-Light'; }

/*7-8*/
.page-title {
  display: block;
  font-weight: 700;
  padding: 60px 0 48px; }
  .page-title span {
    font-family: 'DINPro-Light';
    font-weight: 300; }

h1,
.title_1,
.page-title {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #212123; }

h2,
.title_2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
  color: #212123; }

h3,
.title_3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #212123; }

h4,
.title_4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #212123; }

h5,
.title_5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #212123; }

h6,
.title_6 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #212123; }

.section-title {
  font-size: 34px;
  line-height: 55px;
  font-weight: 700;
  color: #212123; }

/*9*/
input[type="checkbox"],
input[type="radio"] {
  display: none; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    color: #595959;
    cursor: pointer; }
    input[type="checkbox"] + label:hover,
    input[type="radio"] + label:hover {
      color: #212123; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      content: '';
      padding: 9px;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 19px;
      width: 16px;
      height: 16px;
      background-color: #f6f6f6;
      border: 1px solid #e7e7e8;
      border-radius: 2px; }

input[type=radio] + label:before {
  border-radius: 50%; }

input[type=radio]:checked + label:before {
  border-radius: 50%;
  background: url(assets/img/radio.png) center no-repeat;
  background-size: contain;
  border: 1px solid transparent; }

input:checked + label {
  color: #212123; }
  input:checked + label:before {
    content: '';
    background: url(assets/img/checkbox.png) center no-repeat;
    background-size: contain;
    border: 1px solid transparent; }

/*10-11*/
a {
  transition: all .2s;
  color: #eea800; }
  a:hover {
    text-decoration: none;
    color: #ffbf24; }

.btn {
  display: inline-block;
  padding: 11.5px 29px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  line-height: 1.5;
  border-radius: 4px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none !important;
  text-transform: uppercase; }
  .btn:focus {
    box-shadow: none !important; }

.btn-primary {
  padding: 11px 28px;
  font-size: 16px;
  font-weight: 700;
  color: #18181f;
  background-color: #eea800; }
  .btn-primary:hover {
    color: #18181f;
    background-color: #ffbf24;
    border-color: #ffbf24; }

.btn-secondary {
  color: #fff;
  background-color: #68ac34; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #81c74b;
    border-color: #81c74b; }

.btn-success {
  color: #eea800;
  border-color: #eea800;
  background-color: transparent; }
  .btn-success:hover {
    color: #18181f;
    background-color: #ffbf24;
    border-color: #ffbf24; }

.btn-danger {
  background-color: transparent;
  border-color: #68ac34;
  color: #68ac34; }
  .btn-danger:hover {
    color: #fff;
    border-color: #81c74b;
    background-color: #81c74b; }

.btn-link {
  background-color: transparent; }

/*12*/
/*13*/
.scroll::-webkit-scrollbar {
  width: 8px; }

.scroll::-webkit-scrollbar-thumb {
  background-color: #68ac34;
  background-clip: padding-box;
  border: 0px solid #E0E0E0; }
  .scroll::-webkit-scrollbar-thumb:hover {
    background-color: #81c74b; }

.scroll::-webkit-scrollbar-track {
  background-color: #E0E0E0;
  cursor: pointer; }

::-webkit-scrollbar-button {
  background-color: transparent; }

.scroll::-webkit-scrollbar-button {
  display: none; }

/* IE */
.scroll {
  padding-right: 5px;
  scrollbar-face-color: #68ac34;
  scrollbar-shadow-color: #E0E0E0;
  scrollbar-highlight-color: #E0E0E0; }

/* FireFox */
.scroll {
  scrollbar-color: #68ac34 #E0E0E0; }

.scroll {
  overflow-y: auto;
  overflow-x: hidden; }

.horizont-scroll {
  overflow-y: hidden;
  overflow-x: auto; }

.scroll-heidden::-webkit-scrollbar {
  width: 0px; }

/*14*/
/*15*/
/*16*/
/*17*/
/*18*/
.breadcrumb {
  font-size: 14px;
  color: #b2b2b2;
  background-color: transparent;
  margin-top: 12px;
  padding-left: 0; }
  .breadcrumb a {
    text-decoration: none;
    color: #eea800;
    padding-left: 6px; }
    .breadcrumb a:first-child {
      padding: 0; }
    .breadcrumb a:hover {
      color: #eea800;
      text-decoration: underline; }

li {
  color: #636363; }

::selection {
  background-color: #eea800; }

/*z-index*/
.fixed-nav {
  z-index: 1; }

nav.hover.scroll {
  z-index: 1; }

.tooltip {
  z-index: 1; }

.ticker {
  z-index: 3; }

.ticker-container .icon-box {
  z-index: 3; }

.special-line {
  z-index: 3; }

header {
  z-index: 4; }

.services:before {
  z-index: -1; }

.service-union:before {
  z-index: -1; }

.seo-block:before {
  z-index: -1; }

.questions-block:before {
  z-index: -1; }

.contacts .fancybox > img {
  z-index: -1; }

.proposition:before {
  z-index: -1; }

.credit-scheme .nav-tabs .nav-link.active:before {
  z-index: 1; }

.popular-city__first-screen {
  background-color: #000;
  background-size: 140%;
  padding-bottom: 200px; }
  .popular-city__first-screen .popular-city__first-screen__title {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .popular-city__first-screen .page-title {
    display: flex;
    color: #fff; }
  .popular-city__first-screen .popular-city__first-screen__all-city {
    display: flex;
    text-decoration: underline; }

.nav-template {
  margin: 0 -15px; }
  .nav-template.nav-currency .nav-template__list {
    display: flex;
    flex-wrap: wrap; }
    .nav-template.nav-currency .nav-template__list .nav-template__list-item a {
      background-color: #141517;
      border: transparent solid 1px;
      display: flex;
      justify-content: center;
      color: #eea800;
      font-size: 21px;
      line-height: 1.4;
      padding: 21px 15px;
      width: 100%;
      text-align: center; }
    .nav-template.nav-currency .nav-template__list .nav-template__list-item a:hover {
      border: #eea800 solid 1px; }
    .nav-template.nav-currency .nav-template__list .nav-template__list-item a:focus {
      border: #eea800 solid 1px; }
  .nav-template .nav-template__list {
    display: flex;
    flex-wrap: wrap; }
    .nav-template .nav-template__list .nav-template__list-item {
      width: 25%;
      margin: 0px;
      padding: 15px; }
      .nav-template .nav-template__list .nav-template__list-item:before {
        display: none; }
      .nav-template .nav-template__list .nav-template__list-item a {
        background-color: #363636;
        border: transparent solid 1px;
        display: flex;
        justify-content: center;
        color: #fff;
        font-size: 21px;
        padding: 19px 15px;
        width: 100%; }
      .nav-template .nav-template__list .nav-template__list-item a:hover {
        border: #eea800 solid 1px;
        color: #eea800; }
      .nav-template .nav-template__list .nav-template__list-item a:focus {
        border: #eea800 solid 1px;
        color: #eea800; }

.currency-pairs {
  padding: 30px 0;
  background: url(assets/img/cryptocurrency_exchange_bg.jpg) center top no-repeat #000;
  background-size: 120%; }
  .currency-pairs .page-title {
    display: flex;
    color: #fff; }

.faq-block {
  padding: 120px 0; }
  .faq-block .page-title span {
    font-family: 'DINPro-Light';
    font-weight: 300;
    margin-left: 12px; }
  .faq-block .page-title {
    display: flex;
    justify-content: center; }
  .faq-block .faq li {
    list-style: none; }
  .faq-block .item-title {
    position: relative;
    background-color: #f6f6f6;
    border-radius: 4px;
    padding: 21px 70px 21px 31px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #212123;
    cursor: pointer;
    margin-bottom: 24px; }
  .faq-block .item-title.show {
    border-radius: 4px 4px 0 0;
    margin-bottom: 0; }
  .faq-block .item-content {
    padding: 21px 31px;
    border: 2px solid #f6f6f6;
    border-radius: 0px 0px 4px 4px;
    margin-bottom: 24px; }
    .faq-block .item-content:before {
      height: 0;
      background: none; }
  .faq-block .item-title:before {
    content: "+";
    position: absolute;
    right: 15px;
    top: 21px;
    height: 0;
    background: none; }
  .faq-block .item-title.show:before {
    content: "–"; }
  .faq-block .item-title + .item-content {
    display: none; }
  .faq-block .item-title.show + .item-content {
    display: flex; }
  .faq-block .row {
    display: flex;
    justify-content: center; }

.all-cities__first-screen {
  background: url(assets/img/cryptocurrency_exchange_bg.jpg) center top no-repeat #000;
  background-size: 115%;
  padding-bottom: 20px; }
  .all-cities__first-screen .all-cities__first-screen__title {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .all-cities__first-screen .page-title {
    display: flex;
    color: #fff; }

.nav-template {
  margin: 0 -15px 0px; }
  .nav-template .nav-template__list {
    display: flex;
    flex-wrap: wrap; }
  .nav-template .nav-template__list-item {
    margin: 0px;
    padding: 15px; }
    .nav-template .nav-template__list-item:before {
      display: none; }
    .nav-template .nav-template__list-item a {
      background-color: #141517;
      border: transparent solid 1px;
      display: flex;
      justify-content: center;
      color: #eea800;
      font-size: 21px;
      line-height: 1.4;
      padding: 21px 15px;
      width: 100%;
      text-align: center; }
    .nav-template .nav-template__list-item a:hover {
      border: #eea800 solid 1px;
      color: #eea800; }
    .nav-template .nav-template__list-item a:focus {
      border: #eea800 solid 1px;
      color: #eea800; }

.faq-block {
  padding: 120px 0; }
  .faq-block .page-title span {
    font-family: 'DINPro-Light';
    font-weight: 300;
    margin-left: 12px; }
  .faq-block .page-title {
    display: flex;
    justify-content: center; }
  .faq-block .faq li {
    list-style: none; }
  .faq-block .item-title {
    position: relative;
    background-color: #f6f6f6;
    border-radius: 4px;
    padding: 21px 70px 21px 31px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #212123;
    cursor: pointer;
    margin-bottom: 24px; }
  .faq-block .item-title.show {
    border-radius: 4px 4px 0 0;
    margin-bottom: 0; }
  .faq-block .item-content {
    padding: 21px 31px;
    border: 2px solid #f6f6f6;
    border-radius: 0px 0px 4px 4px;
    margin-bottom: 24px; }
    .faq-block .item-content:before {
      height: 0;
      background: none; }
  .faq-block .item-title:before {
    content: "+";
    position: absolute;
    right: 15px;
    top: 12px;
    height: 0;
    background: none; }
  .faq-block .item-title.show:before {
    content: "–"; }
  .faq-block .item-title + .item-content {
    display: none; }
  .faq-block .item-title.show + .item-content {
    display: flex; }
  .faq-block .row {
    display: flex;
    justify-content: center; }

.all-cities .seo-block {
  background-color: #fff;
  width: 100%;
  max-width: 1524px;
  position: relative;
  margin-bottom: 70px;
  padding: 144px 0 0; }

.all-cities .faq-block {
  padding: 0 0 70px; }

.cryptoobmen__first-screen {
  background: url(assets/img/cryptocurrency_exchange_bg.jpg) center top no-repeat #000;
  background-size: 120%;
  padding-bottom: 20px;
  margin-bottom: 90px; }
  .cryptoobmen__first-screen .cryptoobmen__first-screen__title .page-title {
    display: flex;
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 0px; }
  .cryptoobmen__first-screen .nav-template.nav-cryptoobmen .nav-template__list {
    display: flex;
    flex-wrap: wrap; }
    .cryptoobmen__first-screen .nav-template.nav-cryptoobmen .nav-template__list .nav-template__list-item {
      margin: 0px;
      padding: 12px; }
      .cryptoobmen__first-screen .nav-template.nav-cryptoobmen .nav-template__list .nav-template__list-item.active a {
        border: #eea800 solid 1px; }
      .cryptoobmen__first-screen .nav-template.nav-cryptoobmen .nav-template__list .nav-template__list-item a {
        background-color: #141517;
        border: transparent solid 1px;
        display: flex;
        justify-content: center;
        color: #eea800;
        font-size: 21px;
        padding: 19px 15px;
        width: 100%; }
      .cryptoobmen__first-screen .nav-template.nav-cryptoobmen .nav-template__list .nav-template__list-item a:hover, .cryptoobmen__first-screen .nav-template.nav-cryptoobmen .nav-template__list .nav-template__list-item a:focus {
        border: #eea800 solid 1px; }
  .cryptoobmen__first-screen .cryptoobmen__first-screen__valuation {
    margin-bottom: 156px; }
    .cryptoobmen__first-screen .cryptoobmen__first-screen__valuation .valuation .input-box {
      padding-top: 20px; }
      .cryptoobmen__first-screen .cryptoobmen__first-screen__valuation .valuation .input-box .input-box__title {
        display: flex;
        margin-right: auto;
        color: #fff;
        font-size: 18px;
        padding: 0 12px; }
      .cryptoobmen__first-screen .cryptoobmen__first-screen__valuation .valuation .input-box .arrow {
        margin-right: 10px; }
      .cryptoobmen__first-screen .cryptoobmen__first-screen__valuation .valuation .input-box label {
        color: #8e8f93;
        font-size: 14px;
        margin-bottom: 15px; }
  .cryptoobmen__first-screen .tooltip {
    padding-left: 10px; }
    .cryptoobmen__first-screen .tooltip .btn-tooltip {
      max-width: 16px;
      min-width: 16px;
      height: 16px;
      font-size: 12px;
      line-height: 14px;
      font-weight: 900;
      border-radius: 2px; }
    .cryptoobmen__first-screen .tooltip.btc-cost {
      margin-left: auto;
      margin-right: 30px; }
  .cryptoobmen__first-screen .btc-cost {
    background-color: #141517;
    margin: 16px 0 36px;
    padding: 22px 0; }
    .cryptoobmen__first-screen .btc-cost .btc-cost__title-4 {
      color: #eea800;
      margin-left: 27px;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 20px; }
    .cryptoobmen__first-screen .btc-cost .btc-cost__course-updated {
      margin: 15px 27px 0;
      color: #8e8f93;
      font-size: 16px; }
    .cryptoobmen__first-screen .btc-cost .text-box:before {
      content: "";
      position: absolute;
      bottom: -6px;
      left: 99px;
      width: 12px;
      height: 12px;
      background: #f6f6f6;
      transform: matrix(1, -1, 1, 1, 0, 0); }
  .cryptoobmen__first-screen .description {
    background-color: #141517;
    margin: 16px 0 36px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #8e8f93;
    padding: 22px 29px 25px; }
    .cryptoobmen__first-screen .description a {
      color: #eea800;
      font-size: 14px; }
    .cryptoobmen__first-screen .description a:hover, .cryptoobmen__first-screen .description a:focus {
      text-decoration: underline; }
  .cryptoobmen__first-screen .changes {
    background-color: #141517;
    width: 70%;
    padding: 12px 0; }
    .cryptoobmen__first-screen .changes .changes__per-hour .text,
    .cryptoobmen__first-screen .changes .changes__per-day .text,
    .cryptoobmen__first-screen .changes .changes__per-week .text {
      color: #fff;
      font-size: 18px;
      margin: 15px 30px; }
    .cryptoobmen__first-screen .changes .changes__per-hour .value,
    .cryptoobmen__first-screen .changes .changes__per-day .value,
    .cryptoobmen__first-screen .changes .changes__per-week .value {
      color: red;
      font-size: 18px;
      margin: 10px 30px; }
      .cryptoobmen__first-screen .changes .changes__per-hour .value.week,
      .cryptoobmen__first-screen .changes .changes__per-day .value.week,
      .cryptoobmen__first-screen .changes .changes__per-week .value.week {
        color: #15c515; }
    .cryptoobmen__first-screen .changes .changes__per-hour.changes__per-hour, .cryptoobmen__first-screen .changes .changes__per-hour.changes__per-day,
    .cryptoobmen__first-screen .changes .changes__per-day.changes__per-hour,
    .cryptoobmen__first-screen .changes .changes__per-day.changes__per-day,
    .cryptoobmen__first-screen .changes .changes__per-week.changes__per-hour,
    .cryptoobmen__first-screen .changes .changes__per-week.changes__per-day {
      border-bottom: #222 solid 1px; }

.how-to-buy__description-list {
  display: flex;
  flex-wrap: wrap; }
  .how-to-buy__description-list .how-to-buy__description-item {
    width: 50%;
    padding-right: 8%;
    margin-bottom: 30px; }
    .how-to-buy__description-list .how-to-buy__description-item h4 {
      font-size: 24px;
      text-transform: none;
      margin-bottom: 20px; }
    .how-to-buy__description-list .how-to-buy__description-item p {
      font-size: 18px; }

.cryptoobmen #valuation-give > span,
.cryptoobmen #valuation-get > span {
  display: block;
  margin-left: 6px; }

.cryptoobmen .cryptoobmen__first-screen .btn-box {
  margin-bottom: 30px; }
  .cryptoobmen .cryptoobmen__first-screen .btn-box a {
    width: 100%; }
  .cryptoobmen .cryptoobmen__first-screen .btn-box.mobile-only {
    display: none; }

.cryptoobmen .seo-block {
  padding: 0px 0px;
  margin: 100px 0 0; }

.crypto__first-screen {
  background: url(assets/img/cryptocurrency_exchange_bg.jpg) center top no-repeat #000;
  background-size: cover;
  padding-bottom: 20px;
  margin-bottom: 100px; }
  .crypto__first-screen .crypto__first-screen__title .page-title {
    display: flex;
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 0px; }
  .crypto__first-screen .crypto__first-screen__valuation {
    margin-bottom: 156px; }
    .crypto__first-screen .crypto__first-screen__valuation .valuation .input-box {
      padding-top: 20px; }
      .crypto__first-screen .crypto__first-screen__valuation .valuation .input-box .input-box__title {
        display: flex;
        margin-right: auto;
        color: #fff;
        font-size: 18px;
        padding: 0 12px; }
      .crypto__first-screen .crypto__first-screen__valuation .valuation .input-box .arrow {
        margin-right: 10px; }
      .crypto__first-screen .crypto__first-screen__valuation .valuation .input-box label {
        color: #8e8f93;
        font-size: 14px;
        margin-bottom: 15px; }
  .crypto__first-screen .tooltip {
    padding-left: 10px; }
    .crypto__first-screen .tooltip .btn-tooltip {
      max-width: 16px;
      min-width: 16px;
      height: 16px;
      font-size: 12px;
      line-height: 14px;
      font-weight: 900;
      border-radius: 2px; }
    .crypto__first-screen .tooltip.btc-cost {
      margin-left: auto; }
  .crypto__first-screen .btc-cost {
    background-color: #141517;
    margin: 16px 0 36px;
    padding: 22px 0; }
    .crypto__first-screen .btc-cost .btc-cost__title-4 {
      color: #eea800;
      margin-left: 27px;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 20px; }
    .crypto__first-screen .btc-cost .btc-cost__course-updated {
      margin: 15px 27px 0;
      color: #8e8f93;
      font-size: 16px; }
    .crypto__first-screen .btc-cost .text-box:before {
      content: "";
      position: absolute;
      bottom: -6px;
      left: 99px;
      width: 12px;
      height: 12px;
      background: #f6f6f6;
      transform: matrix(1, -1, 1, 1, 0, 0); }
  .crypto__first-screen .description {
    background-color: #141517;
    margin: 16px 0 36px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #8e8f93;
    padding: 22px 30px 25px; }
    .crypto__first-screen .description a {
      color: #eea800;
      font-size: 14px; }
    .crypto__first-screen .description a:hover, .crypto__first-screen .description a:focus {
      text-decoration: underline; }
  .crypto__first-screen .changes {
    background-color: #141517;
    width: 70%;
    padding: 12px 0; }
    .crypto__first-screen .changes .changes__per-hour .text,
    .crypto__first-screen .changes .changes__per-day .text,
    .crypto__first-screen .changes .changes__per-week .text {
      color: #fff;
      font-size: 18px;
      margin: 15px 30px; }
    .crypto__first-screen .changes .changes__per-hour .value,
    .crypto__first-screen .changes .changes__per-day .value,
    .crypto__first-screen .changes .changes__per-week .value {
      color: red;
      font-size: 18px;
      margin: 10px 30px; }
      .crypto__first-screen .changes .changes__per-hour .value.week,
      .crypto__first-screen .changes .changes__per-day .value.week,
      .crypto__first-screen .changes .changes__per-week .value.week {
        color: #15c515; }
    .crypto__first-screen .changes .changes__per-hour.changes__per-hour, .crypto__first-screen .changes .changes__per-hour.changes__per-day,
    .crypto__first-screen .changes .changes__per-day.changes__per-hour,
    .crypto__first-screen .changes .changes__per-day.changes__per-day,
    .crypto__first-screen .changes .changes__per-week.changes__per-hour,
    .crypto__first-screen .changes .changes__per-week.changes__per-day {
      border-bottom: #222 solid 1px; }

.how-to-buy__description-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px; }
  .how-to-buy__description-list .how-to-buy__description-item {
    width: 50%;
    padding-right: 8%;
    margin-bottom: 30px; }
    .how-to-buy__description-list .how-to-buy__description-item h4 {
      font-size: 24px;
      text-transform: none;
      margin-bottom: 20px; }
    .how-to-buy__description-list .how-to-buy__description-item p {
      font-size: 18px; }

.crypto #valuation-give > span,
.crypto #valuation-get > span {
  display: block;
  margin-left: 6px; }

.crypto .crypto__first-screen .btn-box {
  padding: 0 30px; }
  .crypto .crypto__first-screen .btn-box a {
    width: 100%; }
  .crypto .crypto__first-screen .btn-box.mobile-only {
    display: none; }

.crypto .seo-block {
  padding: 0px 0px;
  margin: 100px 0 0; }

.post-item {
  margin-bottom: 100px; }

.crypto_seo-text {
  margin-bottom: 81px; }

.obmen__first-screen {
  background: url(assets/img/cryptocurrency_exchange_bg.jpg) center top no-repeat #000;
  background-size: 120%;
  padding-bottom: 200px; }
  .obmen__first-screen .page-title {
    display: flex;
    color: #fff; }
    .obmen__first-screen .page-title .obmen__first-screen__title__span {
      padding-left: 12px; }
  .obmen__first-screen .obmen__first-screen__currency .list-head {
    color: #8e8f93;
    display: flex;
    justify-content: space-between;
    padding: 10px 30px 10px 0;
    font-size: 12px;
    width: 100%; }
    .obmen__first-screen .obmen__first-screen__currency .list-head .list-head__item {
      min-width: 220px;
      text-align: center; }
  .obmen__first-screen .obmen__first-screen__currency .obmen__first-screen__currency-pairs {
    background-color: #141517; }
    .obmen__first-screen .obmen__first-screen__currency .obmen__first-screen__currency-pairs .currency-pairs__table {
      max-height: 655px; }
      .obmen__first-screen .obmen__first-screen__currency .obmen__first-screen__currency-pairs .currency-pairs__table .currency-pairs__table__item {
        padding: 20px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
        border-bottom: 1px solid #000; }
        .obmen__first-screen .obmen__first-screen__currency .obmen__first-screen__currency-pairs .currency-pairs__table .currency-pairs__table__item:hover, .obmen__first-screen .obmen__first-screen__currency .obmen__first-screen__currency-pairs .currency-pairs__table .currency-pairs__table__item.active {
          background: #eea8001c; }
          .obmen__first-screen .obmen__first-screen__currency .obmen__first-screen__currency-pairs .currency-pairs__table .currency-pairs__table__item:hover .application__item, .obmen__first-screen .obmen__first-screen__currency .obmen__first-screen__currency-pairs .currency-pairs__table .currency-pairs__table__item.active .application__item {
            color: #FFF !important; }
        .obmen__first-screen .obmen__first-screen__currency .obmen__first-screen__currency-pairs .currency-pairs__table .currency-pairs__table__item .currency-pairs__icons {
          width: 320px;
          display: flex;
          justify-content: center;
          position: relative; }
          .obmen__first-screen .obmen__first-screen__currency .obmen__first-screen__currency-pairs .currency-pairs__table .currency-pairs__table__item .currency-pairs__icons:before {
            content: "";
            display: flex;
            position: absolute;
            top: -35px;
            height: 100px;
            right: 0;
            width: 1px;
            background-color: #000; }
          .obmen__first-screen .obmen__first-screen__currency .obmen__first-screen__currency-pairs .currency-pairs__table .currency-pairs__table__item .currency-pairs__icons .img-box {
            width: 72px;
            height: 35px;
            display: flex;
            align-items: center;
            position: relative; }
            .obmen__first-screen .obmen__first-screen__currency .obmen__first-screen__currency-pairs .currency-pairs__table .currency-pairs__table__item .currency-pairs__icons .img-box:before {
              content: "";
              position: absolute;
              top: 0;
              display: flex;
              right: 50%;
              width: 1px;
              height: 100%;
              background-color: #fff; }
            .obmen__first-screen .obmen__first-screen__currency .obmen__first-screen__currency-pairs .currency-pairs__table .currency-pairs__table__item .currency-pairs__icons .img-box img {
              margin-right: 25px;
              width: 25px; }
              .obmen__first-screen .obmen__first-screen__currency .obmen__first-screen__currency-pairs .currency-pairs__table .currency-pairs__table__item .currency-pairs__icons .img-box img:last-child {
                margin-right: 0; }
        .obmen__first-screen .obmen__first-screen__currency .obmen__first-screen__currency-pairs .currency-pairs__table .currency-pairs__table__item .currency-pairs__description {
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #eea800; }
          .obmen__first-screen .obmen__first-screen__currency .obmen__first-screen__currency-pairs .currency-pairs__table .currency-pairs__table__item .currency-pairs__description .description {
            padding: 0 32px 0 0;
            font-size: 14px;
            text-align: right; }
        .obmen__first-screen .obmen__first-screen__currency .obmen__first-screen__currency-pairs .currency-pairs__table .currency-pairs__table__item .currency-pairs__application {
          min-width: 220px;
          display: flex;
          justify-content: center;
          position: relative; }
          .obmen__first-screen .obmen__first-screen__currency .obmen__first-screen__currency-pairs .currency-pairs__table .currency-pairs__table__item .currency-pairs__application:before {
            content: "";
            display: flex;
            position: absolute;
            top: -35px;
            height: 100px;
            left: 0;
            width: 1px;
            background-color: #000; }
          .obmen__first-screen .obmen__first-screen__currency .obmen__first-screen__currency-pairs .currency-pairs__table .currency-pairs__table__item .currency-pairs__application .application__item {
            border: 1px solid #eea800;
            border-radius: 4px;
            text-transform: uppercase;
            padding: 15px 52px;
            color: #eea800;
            font-size: 14px;
            width: 172px; }
  .obmen__first-screen .obmen__first-screen__currency .obmen__first-screen__valuation .valuation .abbreviated-box {
    display: inline;
    padding-right: 10px; }
  .obmen__first-screen .obmen__first-screen__currency .obmen__first-screen__valuation .valuation .btc-cost__course-updated {
    color: #8e8f93;
    text-transform: none;
    font-size: 14px;
    margin-bottom: 30px; }
  .obmen__first-screen .obmen__first-screen__currency .obmen__first-screen__banner {
    display: flex;
    align-items: center;
    min-height: 138px;
    margin-top: 30px;
    padding: 30px;
    background: url(assets/img/banner.jpg) right top no-repeat #040404; }
    .obmen__first-screen .obmen__first-screen__currency .obmen__first-screen__banner .text-box .title_4 {
      color: #fff;
      max-width: 250px; }
      .obmen__first-screen .obmen__first-screen__currency .obmen__first-screen__banner .text-box .title_4 .obmen__banner__title {
        color: #eea800; }
    .obmen__first-screen .obmen__first-screen__currency .obmen__first-screen__banner .text-box img {
      transition: all .2s; }
      .obmen__first-screen .obmen__first-screen__currency .obmen__first-screen__banner .text-box img:hover {
        padding-left: 10px; }
  .obmen__first-screen .btn-toggle {
    position: fixed;
    left: 95px;
    bottom: 99px;
    z-index: 2;
    padding: 0; }

.obmen .contacts {
  margin: 90px 0 0; }

.post-item {
  margin-bottom: 70px; }

.toggle-block {
  display: none;
  padding: 0;
  flex-wrap: wrap; }
  .toggle-block.active {
    display: flex; }

.obmen .seo-block {
  background-color: #fff;
  width: 100%;
  max-width: 1524px;
  position: relative;
  margin-bottom: 70px;
  padding: 144px 0 0; }

.obmen .faq-block {
  padding: 0 0 70px; }

/* === BEGIN MEDIA === */
/* ======================
$mobile-small 240px
$mobile-large 320px
$tablet-small 480px
$tablet-large 768px
$screen-small 1024px
$screen-large 1280px 
====================== */
@media screen and (min-width: 768px) {
  .mobile-show {
    display: none; }
  .h-md-100 {
    height: 100% !important; } }

@media (min-width: 1200px) {
  /*all-cities*/ }

@media only screen and (max-height: 900px) and (min-height: 768px) {
  .ancor-group {
    margin: 0; }
  .top-group {
    margin-bottom: 0; }
  .social-group {
    margin-top: auto; }
    .social-group a {
      margin-bottom: 20px; } }

@media screen and (max-width: 1199px) {
  .page_404 .btn-box {
    display: flex;
    flex-direction: column; }
    .page_404 .btn-box .btn-secondary {
      margin-left: 0;
      margin-top: 24px; }
    .page_404 .btn-box a {
      max-width: 300px; }
  .left-col {
    display: flex;
    margin: 36px auto 84px; }
    .left-col .side-bar-form {
      margin-top: 0px;
      background-size: cover;
      width: 50%; }
    .left-col .side-bar {
      width: 50%; }
  .row-news {
    margin: 24px auto; }
  .service-union {
    padding-bottom: 15px; }
  .advantages-2 {
    flex-wrap: wrap; }
    .advantages-2 .item {
      width: 50%;
      margin-bottom: 50px; }
  .wrap_page.account .info-box {
    margin-left: 0; }
  .valuation .title_4 {
    font-size: 18px; }
  .valuation .btn-primary {
    padding: 11px 5px;
    font-size: 15px; }
  .advantages {
    padding: 0 0 28px; }
  .advantages__list {
    flex-wrap: wrap;
    padding-top: 0; }
    .advantages__list .item {
      padding-right: 15px;
      width: 50%;
      margin-bottom: 40px; }
      .advantages__list .item:last-child {
        padding-right: 0; }
  .home-contact {
    padding: 144px 0 152px 0; }
    .home-contact .contacts .info-box .img-box {
      margin-right: 24px; }
  .seo-block .container-post {
    max-height: 500px;
    padding-right: 24px; }
  #tabs li:nth-child(2) {
    margin: 24px 10px; }
  .calculator .first-child {
    padding-right: 55px; }
    .calculator .first-child .info-box {
      margin: 0 auto; }
  .calculator .last-child {
    padding-left: 20px;
    margin-top: -7px; }
    .calculator .last-child .btn.btn-secondary {
      width: 100%;
      padding: 11.5px 9px; }
  .amount-box:before {
    display: none; }
  .computation {
    padding: 0 20px; }
  .computation label,
  .computation .time p {
    color: #fff;
    white-space: nowrap;
    margin-right: 30px; }
  .get-result {
    padding: 0 15px 55px; }
  #content-credit {
    width: calc(100% - 192px);
    padding: 15px 0 15px 60px; }
  .size-box.crypto-table.small.login-form {
    min-width: 270px;
    max-width: 100%;
    width: 100%;
    background-color: #fff; }
  /*all-cities*/
  .nav-template .nav-template__list .nav-template__list-item {
    padding: 10px; }
    .nav-template .nav-template__list .nav-template__list-item a {
      font-size: 26px;
      padding: 1px 0;
      min-height: 99px;
      align-items: center; }
  /*faq*/
  .faq-block {
    padding: 70px 0; }
  /*popular-city-currency-pairs*/
  .nav-template.nav-currency .nav-template__list .nav-template__list-item a {
    font-size: 20px; }
  /*footer-currency*/
  .footer-currency .footer-currency__menu-item a {
    max-width: 300px; }
  /*cryptoobmen*/
  .cryptoobmen .cryptoobmen__first-screen .nav-template.nav-cryptoobmen .nav-template__list .nav-template__list-item {
    width: 30%;
    margin: 0px;
    padding: 5px; }
  .cryptoobmen .cryptoobmen__first-screen .btn-box {
    display: none; }
    .cryptoobmen .cryptoobmen__first-screen .btn-box.mobile-only {
      display: flex; }
  .cryptoobmen .tooltip.btc-cost {
    padding-left: 10px; }
  .cryptoobmen .btc-cost .btc-cost__title-4 {
    font-size: 16px; }
  .cryptoobmen .btc-cost .text-box:before {
    left: 30px; }
  .cryptoobmen .description {
    font-size: 16px;
    padding: 14px 29px 14px; }
  .cryptoobmen .btn-primary {
    padding: 11px 5px;
    font-size: 16px;
    font-weight: 700;
    color: #18181f;
    background-color: #eea800; }
  .cryptoobmen .changes {
    background-color: #141517;
    width: 100%;
    padding: 12px 0; }
  .cryptoobmen .seo-block {
    padding: 0px 0px;
    margin: 100px 0 0; }
  /*crypto*/
  .crypto .crypto__first-screen .btn-box {
    display: none; }
    .crypto .crypto__first-screen .btn-box.mobile-only {
      display: flex; }
  /*crypto__seo-text*/
  .seo-block {
    padding: 92px 156px 50px 161px; }
    .seo-block .title_1 {
      font-size: 36px;
      margin-bottom: 30px; }
  .obmen__first-screen__valuation {
    margin-top: 48px; } }

@media screen and (max-width: 991px) {
  h1,
  .title_1 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    text-transform: uppercase;
    color: #212123;
    padding-top: 8px; }
  h2,
  .title_2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #212123;
    padding-top: 8px; }
  h3,
  .title_3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #212123;
    padding-top: 8px; }
  h4,
  .title_4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #212123;
    padding-top: 8px; }
  h5,
  .title_5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #212123;
    padding-top: 8px; }
  h6,
  .title_6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #212123;
    padding-top: 8px; }
  .header-line {
    max-width: 100%; }
  .header_nav {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 0;
    top: 109px;
    right: 0;
    background-color: #121215;
    padding: 31px 15px 15px 75px; }
    .header_nav.active {
      display: flex;
      border-top: 1px solid #0b0c0e; }
    .header_nav a {
      font-size: 18px;
      font-weight: 300;
      color: #8e8f93;
      margin: 0 0 31px; }
  .burger {
    width: 45px;
    min-width: 45px;
    height: auto;
    background: url(assets/img/icon_burger.png) right center no-repeat;
    cursor: pointer;
    transition: .1s; }
    .burger.active {
      background: url(assets/img/icon_burger_close.png) right center no-repeat; }
  header {
    padding: 28px 20px 27px 60px; }
  .page-title {
    font-size: 24px;
    line-height: 32px; }
  .nav-container {
    width: auto;
    order: 1;
    flex-direction: row-reverse; }
  .header_nav__droodown.active__droodown-title {
    color: #ffbf24;
    white-space: nowrap; }
  .pledge-cryptocurrencies {
    padding: 52px 0 30px; }
    .pledge-cryptocurrencies .page-title {
      display: block;
      font-weight: 700;
      padding: 0 0 42px; }
  #tabs-credit {
    max-width: 192px; }
  .services .text-box {
    width: 49%; }
  .services .services-item {
    width: 49%;
    padding-top: 49%;
    margin-bottom: 2%; }
    .services .services-item .btn {
      display: none; }
  .services p {
    padding-right: 0; }
  .page_404 .col-lg-6 img {
    display: none; }
  .page_404 .container.info-box {
    padding-top: 0;
    padding-bottom: 60px; }
  .page_404 .col-lg-6 img {
    display: none; }
  .page_404 .title_1 {
    color: #fff;
    margin: 0 0 24px; }
  .page_404 .title_4 {
    margin: 24px 0 12px; }
  .page_404 .btn-box .btn-secondary {
    margin-top: 12px; }
  .row-news > .title_3 {
    margin-bottom: 28px; }
  .row-news .news-item {
    display: flex;
    flex-direction: column;
    border: none;
    width: 50%;
    padding: 0 15px; }
    .row-news .news-item .img-box {
      max-width: 315px;
      width: 100%;
      min-width: 220px; }
  .blog .news-item {
    display: flex;
    flex-direction: column;
    width: 49.9999%;
    padding: 0 15px;
    border-bottom: none; }
  .questions-block {
    padding: 60px 0; }
    .questions-block .img-box {
      display: none; }
  .contacts {
    padding: 0 0 69px; }
    .contacts .info-box {
      margin-bottom: 36px; }
    .contacts .info-row .img-box {
      margin-right: 24px; }
    .contacts .btn {
      margin-left: 0; }
  .slider-testimonials {
    flex-direction: column; }
    .slider-testimonials > div {
      margin-bottom: 24px; }
  .service-union {
    padding-top: 0; }
    .service-union > .container > .page-title {
      display: block;
      color: #fff;
      margin: 28px 0 36px; }
    .service-union .info-box .page-title {
      display: none; }
    .service-union .info-box .subtitle {
      margin: 32px 0 0; }
    .service-union .col-lg-7 {
      order: 1; }
    .service-union .col-lg-5 {
      order: 0; }
    .service-union:before {
      top: -105px;
      background-size: cover; }
    .service-union .btn-box {
      display: flex;
      align-items: center;
      justify-content: space-between; }
  .tooltip .text-box {
    left: -13px; }
  .seo-block {
    padding: 140px 0 25px; }
  footer .logo {
    display: none; }
  .wrap_page.faq + footer {
    margin-top: 100px; }
  .side-bar-form {
    margin-top: 30px; }
  .cabinet-navigation {
    margin-bottom: 56px; }
  .personal-area .btn-box {
    padding: 15px 15px 72px; }
  .valuation {
    margin-top: 48px; }
    .valuation .title_4 {
      flex-direction: row;
      justify-content: space-between; }
      .valuation .title_4 .tooltip {
        bottom: 37px; }
    .valuation .input-box {
      display: flex; }
      .valuation .input-box .col {
        margin-top: auto;
        margin-right: 15px; }
        .valuation .input-box .col:last-child {
          margin-left: 15px;
          margin-right: 0; }
    .valuation .btn-box {
      display: flex; }
      .valuation .btn-box > div {
        width: 47%; }
    .valuation .description {
      margin-top: 20px;
      margin-left: 30px; }
  .banner {
    margin-top: 0; }
  .news-gallery {
    padding: 28px 0 60px; }
    .news-gallery .slider-news .slick-next,
    .news-gallery .slider-news .slick-prev {
      top: -73px; }
  .proposition {
    flex-direction: column;
    text-align: center;
    background: url(assets/img/bg_404.jpg) 45% 76% no-repeat #020101; }
    .proposition::before {
      display: none; }
    .proposition img {
      margin: 0 0 38px 0; }
    .proposition a {
      margin: 24px 0 0 0; }
  .calculator .page-title {
    max-width: 640px;
    padding-right: 70px; }
  .calculator .first-child {
    padding: 0 15px 34px; }
  .calculator .col-lg-6.last-child {
    padding: 18px 0px 0; }
    .calculator .col-lg-6.last-child:before {
      content: "";
      position: absolute;
      top: 10px;
      left: -100vw;
      width: 200vw;
      background: #17181b;
      height: 100%; }
  .count-box {
    width: 100%;
    max-width: 620px; }
  .calculator .first-child .tooltip-box {
    margin: 48px 0 0 0; }
  #tabs {
    margin: initial; }
    #tabs li:nth-child(2) {
      margin: 24px 30px; }
  .computation {
    padding: 0 6px; }
  .get-result {
    display: flex;
    flex-wrap: wrap;
    padding: 0 7px 10px; }
    .get-result .title_2 {
      display: flex;
      align-items: flex-end;
      color: #fff;
      font-size: 30px;
      margin: 0 0 35px;
      padding-top: 0; }
    .get-result .text-box {
      font-size: 14px;
      line-height: 20px;
      font-weight: 300;
      color: #8e8f93; }
    .get-result .title_3 {
      padding-top: 0; }
    .get-result .result {
      order: 0;
      padding-right: 25px; }
    .get-result a.btn.btn-primary.w-100 {
      order: 1;
      align-self: flex-start;
      padding-left: 25px;
      margin-left: 25px;
      margin-top: 10px;
      width: calc(50% - 25px) !important; }
    .get-result .tooltip-box {
      order: 2;
      padding-right: 25px;
      padding-bottom: 0; }
    .get-result .heading {
      order: 3;
      padding-left: 25px;
      border: none;
      margin: 0; }
  .get-result > div {
    width: 50%; }
  .get-result > a {
    width: 50% !important; }
  .crypto-credit .page-title {
    color: #fff;
    padding-top: 0; }
  /*all-cities*/
  .nav-template {
    margin: 0 -8px 0px; }
    .nav-template .nav-template__list .nav-template__list-item {
      width: 50%;
      padding: 8px;
      margin: -2px 0px; }
      .nav-template .nav-template__list .nav-template__list-item a {
        font-size: 28px;
        padding: 1px 0;
        min-height: 90px;
        align-items: center; }
  /*faq*/
  .faq-block {
    padding: 50px 0; }
  /*popular-city*/
  .popular-city__first-screen {
    padding-bottom: 70px; }
  /*cryptoobmen*/
  .cryptoobmen .cryptoobmen__first-screen .nav-template.nav-cryptoobmen .nav-template__list .nav-template__list-item {
    width: 50%; }
  .cryptoobmen .cryptoobmen__first-screen .valuation {
    margin-top: 0px;
    padding: 0px 35px 30px 10px; }
    .cryptoobmen .cryptoobmen__first-screen .valuation .input-box {
      display: block; }
      .cryptoobmen .cryptoobmen__first-screen .valuation .input-box .input-box__title {
        display: flex;
        margin-right: auto;
        color: #fff;
        font-size: 18px;
        padding: 0 28px 20px; }
      .cryptoobmen .cryptoobmen__first-screen .valuation .input-box .arrow {
        margin-right: 0px; }
  .cryptoobmen .cryptoobmen__first-screen .tooltip.btc-cost {
    padding-left: 24px; }
  .cryptoobmen .cryptoobmen__first-screen .btc-cost {
    padding: 24px 0; }
    .cryptoobmen .cryptoobmen__first-screen .btc-cost .btc-cost__title-4 {
      font-size: 14px; }
    .cryptoobmen .cryptoobmen__first-screen .btc-cost .text-box:before {
      left: 38px; }
  .cryptoobmen .cryptoobmen__first-screen .btn-primary {
    font-size: 14px; }
  .cryptoobmen .cryptoobmen__first-screen .btn-box {
    display: none; }
    .cryptoobmen .cryptoobmen__first-screen .btn-box.mobile-only {
      display: flex; }
  .cryptoobmen .cryptoobmen__first-screen .description {
    font-size: 14px;
    padding: 14px 14px 14px; }
  /*crypto*/
  .crypto .crypto__first-screen__valuation .valuation {
    margin-top: 0px;
    padding: 0px 35px 30px 10px; }
    .crypto .crypto__first-screen__valuation .valuation .input-box {
      display: block; }
      .crypto .crypto__first-screen__valuation .valuation .input-box .input-box__title {
        display: flex;
        margin-right: auto;
        color: #fff;
        font-size: 18px;
        padding: 0 28px 20px; }
      .crypto .crypto__first-screen__valuation .valuation .input-box .arrow {
        margin-right: 0px; }
  .crypto .crypto__first-screen__valuation .tooltip.btc-cost {
    padding-left: 24px; }
  .crypto .crypto__first-screen__valuation .btc-cost {
    padding: 24px 0; }
    .crypto .crypto__first-screen__valuation .btc-cost .btc-cost__title-4 {
      font-size: 14px; }
    .crypto .crypto__first-screen__valuation .btc-cost .text-box:before {
      left: 38px; }
  .crypto .crypto__first-screen__valuation .btn-primary {
    font-size: 14px; }
  .crypto .crypto__first-screen__valuation .btn-box {
    padding: 0 20px; }
  .crypto .crypto__first-screen__valuation .description {
    font-size: 14px;
    padding: 14px 14px 14px 30px; }
  .currency-pairs-toggle {
    display: none; }
  .toggle-block {
    display: flex; }
  .obmen__first-screen {
    padding-bottom: 120px; }
  .home .home-contact {
    padding: 50px 0 96px 0; } }

@media screen and (max-width: 767px) {
  .wrap_page {
    padding-left: 0; }
  .logo {
    padding-left: 0;
    max-width: 130px; }
  .breadcrumb {
    padding: 0 15px 15px 0; }
  header {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    min-height: 60px; }
  .fixed-nav {
    display: none; }
  .header_nav {
    top: 60px;
    padding: 25px 35px 0;
    overflow: auto; }
    .header_nav a {
      font-size: 16px;
      margin: 0 0 12px; }
  .cryptocurrency__list {
    max-height: 416px;
    min-height: auto; }
  .valuation .title_4 .tooltip .text-box {
    left: -276px;
    right: -30px; }
    .valuation .title_4 .tooltip .text-box:before {
      right: 14px;
      left: initial; }
  .nav-container {
    max-width: 220px; }
  .mobile-nav {
    display: flex;
    margin-right: 25px; }
  .registered-user .header_nav__droodown-list {
    top: 100px !important;
    height: calc(100vh - 100px); }
  .header_nav__droodown-list {
    top: 60px !important;
    right: 0;
    transform: none;
    left: 0 !important;
    min-width: 100vw !important;
    position: fixed !important;
    height: calc(100vh - 60px);
    grid-template-columns: 1fr !important; }
    .header_nav__droodown-list li a {
      font-size: 16px;
      margin-bottom: 11px; }
  .mobile-show {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: auto; }
    .mobile-show .btn-primary {
      background: transparent;
      font-size: 14px;
      margin-bottom: 30px;
      margin-top: 30px; }
      .mobile-show .btn-primary:focus {
        color: #121215 !important; }
    .mobile-show .icon-box {
      display: flex;
      align-items: center;
      width: calc(100% + 70px);
      margin: 0 -35px;
      position: static;
      background: #121215; }
      .mobile-show .icon-box li {
        padding: 30px 10px;
        border-top: 2px solid #0b0c0e;
        transition: .3s;
        cursor: pointer; }
        .mobile-show .icon-box li:before {
          display: none; }
        .mobile-show .icon-box li.apple {
          width: 100%;
          background: url(assets/img/icon_apple.png) center no-repeat; }
        .mobile-show .icon-box li.google_play {
          width: 100%;
          border-left: 2px solid #0b0c0e;
          background: url(assets/img/icon_google_pay.png) center no-repeat; }
    .mobile-show .btn-primary {
      background: transparent;
      font-size: 14px;
      margin-bottom: 30px;
      margin-top: 30px;
      border: 2px solid;
      border-color: #eea800;
      color: #eea800; }
      .mobile-show .btn-primary:hover {
        background-color: #eea800;
        border-color: #eea800; }
  .row-news {
    margin: 0 auto 48px; }
    .row-news .news-item {
      width: 100%;
      padding: 0;
      margin-bottom: 48px; }
      .row-news .news-item .img-box {
        max-width: 100%; }
        .row-news .news-item .img-box .img-fluid {
          margin-bottom: 0; }
    .row-news > .title_3 {
      margin-left: 0; }
  .news-item {
    flex-direction: column; }
    .news-item .img-box {
      max-width: 100%;
      min-width: auto; }
      .news-item .img-box .img-fluid {
        width: 100%;
        margin-bottom: 28px; }
    .news-item .info-box {
      margin: 0; }
  .blog .news-item .img-box .img-fluid {
    margin-bottom: 0; }
  .left-col {
    display: flex;
    flex-direction: column;
    margin: 24px auto 72px; }
    .left-col .side-bar-form {
      width: 100%; }
    .left-col .side-bar {
      width: 100%; }
  img.alignleft, img.alignright {
    width: 100%;
    max-width: 100% !important;
    margin: 0 !important;
    margin-bottom: 20px !important; }
  img.alignleft {
    float: left; }
  img.alignright {
    float: right; }
  img.aligncenter {
    margin: 0 !important;
    margin-bottom: 20px !important; }
  #qtranslate-chooser {
    position: static;
    justify-content: center;
    width: 100%;
    width: calc(100% + 70px);
    margin: 0 -35px; }
    #qtranslate-chooser li {
      display: flex;
      margin: 25px; }
      #qtranslate-chooser li a {
        margin: 0; }
      #qtranslate-chooser li:before {
        display: none; }
  .social-group {
    flex-direction: revert; }
    .social-group a {
      margin: 25px;
      background: center no-repeat; }
      .social-group a:last-child {
        margin-bottom: 25px; }
  .services {
    padding: 45px 0 36px; }
    .services .text-box {
      width: 100%; }
    .services .services-item {
      width: 100%;
      padding-top: 100%;
      margin-bottom: 15px;
      background-size: cover; }
      .services .services-item .btn {
        display: none; }
    .services p {
      padding-right: 0; }
  .seo-block {
    padding: 45px 0 56px; }
  .wrap_page.page_404 {
    min-height: calc(100vh - 170px); }
  .wp-pagenavi {
    display: flex;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    margin: 0 auto 70px;
    position: relative; }
    .wp-pagenavi a {
      text-decoration: none;
      margin: 0 2px; }
    .wp-pagenavi .first,
    .wp-pagenavi .last,
    .wp-pagenavi .previouspostslink,
    .wp-pagenavi .nextpostslink,
    .wp-pagenavi .page,
    .wp-pagenavi .current {
      min-width: 29px;
      height: 29px; }
    .wp-pagenavi .current {
      color: #212123;
      font-size: 16px;
      cursor: pointer;
      text-decoration: none; }
    .wp-pagenavi .extend {
      display: flex;
      align-items: center; }
  .blog .news-block {
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
    margin: 0 0 24px; }
  .btn-title {
    flex-direction: column;
    margin-bottom: 36px; }
    .btn-title a {
      margin: 0; }
  .form-block {
    margin: 60px 0 100px; }
  .contacts .title_1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px; }
  .contacts .info-box {
    padding: 0; }
    .contacts .info-box .phone-box {
      margin-bottom: 0; }
      .contacts .info-box .phone-box:first-child {
        margin-bottom: 12px; }
    .contacts .info-box > p {
      padding-left: 0;
      margin-bottom: 20px; }
  .contacts .feet-back-box {
    flex-direction: column;
    margin-bottom: 36px; }
    .contacts .feet-back-box .modal-link {
      margin-left: 0;
      margin-top: 12px; }
  .contacts .btn {
    margin: 0 auto;
    display: flex;
    justify-content: center; }
  .questions-block {
    padding: 60px 0 48px; }
    .questions-block .container {
      flex-direction: column; }
      .questions-block .container a {
        margin: 24px auto; }
  .wrap_page.contacts-page .contacts {
    padding: 0 0 145px; }
  .service-union {
    padding-bottom: 15px; }
    .service-union .info-box {
      margin-bottom: 36px; }
    .service-union:before {
      top: -210px;
      height: calc(100% + 290px); }
    .service-union .btn-box {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
  .page-title {
    padding: 28px 0 20px;
    font-size: 18px;
    line-height: 24px; }
  .advantages-2 {
    flex-wrap: wrap;
    padding: 15px 0;
    border: none; }
    .advantages-2 .item {
      width: 100%;
      margin-bottom: 30px; }
  .seo-block {
    padding: 45px 0 56px; }
  .personal-area .d-flex > p > label {
    font-size: 14px;
    margin-top: 15px; }
  .personal-area .btn-secondary {
    margin-left: 15px;
    padding: 11.5px 10px; }
  .personal-area .btn-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 15px 15px 0 15px; }
    .personal-area .btn-box a {
      width: 100%;
      margin-bottom: 20px; }
      .personal-area .btn-box a.btn-primary {
        margin-right: 0; }
  .user-verification .phone-col {
    flex-direction: column; }
    .user-verification .phone-col .btn {
      width: 100%;
      margin: 24px auto 0; }
    .user-verification .phone-col .iput-box {
      width: 100%; }
  .user-verification .item-title {
    padding: 15px 30px 15px 0; }
    .user-verification .item-title:before {
      right: -10px;
      top: 25px !important; }
  .cabinet-navigation {
    margin-bottom: 36px; }
  .exchange-requests td,
  .exchange-requests th {
    text-align: left;
    padding: 5px; }
  .exchange-requests .status-cell {
    display: block;
    width: 100%;
    text-align: right; }
  .exchange-requests tr td:first-child {
    padding: 10px; }
  .exchange-requests tr td:nth-child(2) {
    width: 60%; }
  .exchange-requests tr td:last-child {
    text-align: right;
    width: 20%; }
  .exchange-requests td > a {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1px 3px;
    margin-bottom: 6px;
    letter-spacing: -0.2px; }
  .size-box.small {
    max-width: 250px;
    width: 100%;
    padding: 0; }
    .size-box.small .close {
      top: 35px;
      right: 37px; }
    .size-box.small .btn-box {
      padding: 18px 0 10px; }
      .size-box.small .btn-box a {
        padding: 11.5px 10px; }
  .size-box.large {
    min-width: 320px;
    width: 100%; }
  .credit-scheme .page-title {
    padding: 57px 15px 20px; }
  #creditTab {
    flex-direction: column;
    margin: 0 -15px;
    padding: 0 15px; }
    #creditTab li a {
      flex-direction: row;
      max-height: 60px;
      padding: 5px 20px; }
    #creditTab li:nth-child(2) {
      margin: 0; }
    #creditTab li .img-box {
      padding-bottom: 15px;
      width: 55px;
      text-align: center;
      margin-right: 10px; }
  .repay_a_loan p {
    margin-top: 10px;
    margin-bottom: 0; }
    .repay_a_loan p:nth-child(1), .repay_a_loan p:nth-child(2) {
      margin-top: 10px; }
  .repay_a_loan .btn.btn-primary {
    width: 100%;
    margin: 47px 15px 5px; }
  .valuation {
    margin: 0 -15px;
    padding: 20px; }
    .valuation .title_4 {
      flex-direction: column;
      font-size: 16px; }
    .valuation .course-box {
      margin-bottom: 20px; }
    .valuation .input-box {
      display: block; }
      .valuation .input-box label {
        margin-top: 20px; }
      .valuation .input-box .col:last-child {
        margin: 0; }
    .valuation .btn-box {
      display: flex;
      flex-direction: column;
      width: 100%;
      margin-top: 12px; }
      .valuation .btn-box > div {
        width: auto; }
    .valuation .description {
      margin-top: 80px;
      margin-left: 0; }
  .banner {
    margin: 0 -15px; }
  .cryptocurrency {
    margin-bottom: 24px; }
  .advantages {
    padding: 0; }
    .advantages .page-title {
      padding: 48px 0 36px; }
  .advantages__list .item {
    padding-right: 0;
    width: 100%;
    margin-bottom: 36px; }
  .testimonials-gallery .reviews-item {
    margin: 0; }
  .testimonials-gallery .page-title {
    letter-spacing: -0.5px; }
  .testimonials-gallery .slick-dots {
    position: static;
    margin-top: 30px; }
  .news-gallery {
    padding: 20px 0 55px; }
    .news-gallery .page-title {
      padding-right: 70px; }
    .news-gallery .news-item .img-box img {
      width: 100%;
      height: auto;
      max-height: initial; }
    .news-gallery .slider-news .slick-next,
    .news-gallery .slider-news .slick-prev {
      top: -33px; }
  .home-contact {
    display: flex;
    flex-direction: column;
    padding: 0 0 96px;
    margin: 0 -15px; }
    .home-contact .title_3 {
      margin-bottom: 33px;
      padding: 0 15px; }
    .home-contact .contacts {
      padding: 0 15px; }
      .home-contact .contacts .info-box {
        padding: 45px 15px 0; }
    .home-contact .btn {
      margin: 0 auto; }
  .calculator .modal-dialog {
    margin: 15px; }
  .calculator .modal-content {
    padding: 15px;
    margin: 0 -30px; }
    .calculator .modal-content .modal-header {
      padding: 0; }
      .calculator .modal-content .modal-header .close {
        right: 15px;
        top: 35px; }
  .calculator .modal-body {
    padding: 0; }
  .size-box.small.login-form {
    min-width: auto; }
    .size-box.small.login-form .btn {
      display: inline-block;
      padding: 11.5px 5px; }
  .last-child .tab-content {
    margin: 0 -20px; }
  .last-child:before {
    display: none; }
  .last-child .card-body {
    background-color: transparent;
    background-color: #17181b; }
  .last-child .card-header {
    padding: 0;
    margin: 0; }
    .last-child .card-header a {
      padding: 12px 20px;
      background-color: #68ac34;
      background-image: url("assets/img/icon_white_top.png");
      background-position: calc(100% - 15px) center;
      background-repeat: no-repeat; }
      .last-child .card-header a img {
        filter: brightness(0) invert(1); }
      .last-child .card-header a.collapsed {
        background-color: transparent;
        background: url("assets/img/icon_white_bottom.png") calc(100% - 15px) center no-repeat; }
        .last-child .card-header a.collapsed img {
          filter: none; }
  .get-result {
    flex-direction: column; }
  .get-result > div {
    width: 100%; }
  .get-result .title_2 {
    padding-top: 8px;
    margin: 0 0 29px; }
  .get-result .result {
    padding: 24px 0 0 0; }
  .get-result .heading {
    min-height: auto;
    padding: 25px 0; }
  .get-result a.btn.btn-primary.w-100 {
    width: 100% !important;
    margin: 0 0 24px; }
  .crypto-credit {
    background-size: cover;
    padding-top: 20px; }
    .crypto-credit .computation {
      padding: 0; }
    .crypto-credit .odd-box {
      padding-left: 0; }
    .crypto-credit .even-box {
      padding-right: 0; }
  .size-box.large.repay_a_loan.map .modal-header {
    padding: 0 20px; }
    .size-box.large.repay_a_loan.map .modal-header .title_4 {
      padding-right: 60px !important; }
  #demo-htmlselect {
    margin-bottom: 12px; }
  .online-calculator {
    padding-bottom: 42px; }
    .online-calculator .computation .time {
      flex-direction: column;
      align-items: flex-start;
      padding-top: 12px; }
      .online-calculator .computation .time p {
        margin-bottom: 9px; }
    .online-calculator .computation .pledge {
      padding-top: 15px; }
    .online-calculator .computation .diapason,
    .online-calculator .computation div#slider-range-min {
      display: none; }
    .online-calculator .heading {
      padding: 14px 0;
      min-height: auto; }
      .online-calculator .heading .title_5 {
        line-height: 24px; }
      .online-calculator .heading .icon-box {
        flex-wrap: wrap;
        width: 130px;
        min-width: 84px; }
        .online-calculator .heading .icon-box .item {
          margin-left: 0; }
          .online-calculator .heading .icon-box .item img {
            height: 18px; }
          .online-calculator .heading .icon-box .item:nth-child(2) {
            margin: 0 0 0 9px; }
            .online-calculator .heading .icon-box .item:nth-child(2) img {
              height: 14px; }
  .pledge-cryptocurrencies {
    padding: 45px 0 30px; }
    .pledge-cryptocurrencies .page-title {
      padding: 0 0 48px; }
    .pledge-cryptocurrencies .item {
      padding: 20px; }
      .pledge-cryptocurrencies .item .head {
        margin-bottom: 24px; }
      .pledge-cryptocurrencies .item.last-child {
        justify-content: flex-start;
        padding: 0;
        min-height: initial; }
        .pledge-cryptocurrencies .item.last-child .title_3 {
          margin-bottom: 15px; }
        .pledge-cryptocurrencies .item.last-child a {
          width: 100%; }
  .cryptoloan .testimonials-gallery {
    padding: 68px 15px 30px; }
  .cryptoloan .testimonials-gallery .page-title {
    margin: 0 -15px; }
  .credit-scheme {
    margin: 0 -15px;
    padding-bottom: 38px; }
    .credit-scheme .tab-content > .tab-pane {
      border: none;
      border-bottom: 1px solid #ededed; }
      .credit-scheme .tab-content > .tab-pane:first-child {
        border-top: 1px solid #ededed; }
  #content-credit {
    padding: 15px 0;
    width: 100%;
    min-height: inherit; }
    #content-credit .card-body {
      padding: 0 15px; }
    #content-credit .card-header {
      border: none;
      background-color: #fff;
      padding: .75rem 15px; }
      #content-credit .card-header a {
        display: flex;
        width: 100%;
        font-size: 16px;
        color: #212123;
        text-transform: initial;
        line-height: 24px;
        padding-right: 25px;
        position: relative; }
      #content-credit .card-header a[aria-expanded="true"]:before {
        content: "–";
        font-size: 18px;
        position: absolute;
        right: 0;
        top: 0; }
      #content-credit .card-header a[aria-expanded="false"]:before {
        content: "+";
        font-size: 18px;
        position: absolute;
        right: 0;
        top: 0; }
  .size-box.large.repay_a_loan.extend-loan .modal-header {
    padding: 0 15px; }
  .size-box.large.repay_a_loan.extend-loan .odd-box {
    display: none; }
  .size-box.large.repay_a_loan.extend-loan p.col-md-6:nth-child(1) {
    margin-top: 47px; }
  .size-box.large.repay_a_loan.extend-loan .close {
    right: 55px;
    top: 35px; }
  .size-box.large.repay_a_loan.extend-loan .btn-primary {
    padding: 11px 15px; }
  .attention {
    padding: 24px 36px;
    margin: 0px -35px; }
    .attention .info-box {
      padding: 18px 15px; }
      .attention .info-box .img-box {
        display: none; }
  .size-box.crypto-table.small.login-form {
    margin-top: 24px; }
    .size-box.crypto-table.small.login-form .close {
      top: 73px; }
  footer {
    padding: 20px 0; }
  .wrap_page.faq + footer {
    margin-top: 60px; }
  .special-line {
    left: 0; }
  /*all-cities*/
  .nav-template .nav-template__list .nav-template__list-item {
    width: 50%;
    padding: 8px; }
    .nav-template .nav-template__list .nav-template__list-item a {
      font-size: 20px;
      padding: 1px 0;
      min-height: 70px;
      align-items: center; }
  /*footer-currency*/
  .footer-currency .footer-currency__menu-item a {
    max-width: 190px; }
  /*how-to-buy*/
  .how-to-buy__description-list {
    display: flex;
    flex-wrap: wrap; }
    .how-to-buy__description-list .how-to-buy__description-item {
      width: 100%;
      padding-right: 8%;
      margin-bottom: 30px; }
      .how-to-buy__description-list .how-to-buy__description-item h4 {
        font-size: 18px;
        text-transform: none;
        margin-bottom: 20px; }
      .how-to-buy__description-list .how-to-buy__description-item p {
        font-size: 16px; }
  /*cryptoobmen*/
  .cryptoobmen .cryptoobmen__first-screen .nav-template.nav-cryptoobmen .nav-template__list .nav-template__list-item {
    width: 33%; }
  .cryptoobmen .cryptoobmen__first-screen .valuation {
    margin: 0 0;
    padding: 0px 30px 30px 30px; }
    .cryptoobmen .cryptoobmen__first-screen .valuation .input-box {
      display: block; }
      .cryptoobmen .cryptoobmen__first-screen .valuation .input-box .input-box__title {
        padding: 0 14px 20px; }
      .cryptoobmen .cryptoobmen__first-screen .valuation .input-box .arrow {
        margin-right: 12px; }
  .cryptoobmen .cryptoobmen__first-screen .btn-primary {
    font-size: 16px;
    margin-bottom: 40px; }
  .cryptoobmen .cryptoobmen__first-screen .btn-box {
    display: none; }
    .cryptoobmen .cryptoobmen__first-screen .btn-box.mobile-only {
      display: flex; }
  .cryptoobmen .cryptoobmen__first-screen .changes {
    width: 100%; }
  /*crypto*/
  .crypto .crypto__first-screen .valuation {
    margin: 0 0;
    padding: 0px 30px 30px 30px; }
    .crypto .crypto__first-screen .valuation .input-box {
      display: block; }
      .crypto .crypto__first-screen .valuation .input-box .input-box__title {
        padding: 0 14px 20px; }
      .crypto .crypto__first-screen .valuation .input-box .arrow {
        margin-right: 12px; }
  .crypto .crypto__first-screen .btn-primary {
    font-size: 16px;
    margin-bottom: 40px; }
  .crypto .crypto__first-screen .btn-box {
    display: none; }
    .crypto .crypto__first-screen .btn-box.mobile-only {
      display: flex; }
  .crypto .crypto__first-screen .changes {
    width: 100%; }
  .obmen__first-screen {
    padding-bottom: 72px; }
    .obmen__first-screen .btn-toggle {
      position: fixed;
      left: 25px;
      bottom: 39px;
      z-index: 4;
      padding: 0;
      display: none; }
  .obmen .contacts {
    margin: 60px 0 0; } }

@media screen and (max-width: 575px) {
  .blog .news-item {
    width: 100%;
    padding: 0; }
  .count-box .btn-cycle {
    top: calc(50% + 10px); }
    .count-box .btn-cycle:before, .count-box .btn-cycle:after {
      display: none; }
  .give-line,
  .get-line {
    padding-right: 0; }
  .modal.step .btn,
  .modal.canche .btn {
    padding: 12.5px 6px;
    text-transform: inherit; }
  /*all-cities*/
  .nav-template {
    margin: 0 -8px 0px; }
    .nav-template .nav-template__list .nav-template__list-item {
      width: 50%;
      padding: 8px;
      margin: -2px 0px; }
      .nav-template .nav-template__list .nav-template__list-item a {
        font-size: 18px;
        padding: 1px 0;
        min-height: 70px;
        align-items: center; }
  /*faq*/
  .faq-block {
    padding: 50px 0; }
  header .header-line .mobile-nav {
    margin: 0 10px 0 auto; }
    header .header-line .mobile-nav .account-mobile .account-mobile__icon {
      min-width: 40px; }
    header .header-line .mobile-nav .telegram-bot {
      width: 40px;
      display: none; }
    header .header-line .mobile-nav .contact-link {
      min-width: 40px; }
  header .header_nav__droodown {
    font-size: 14px; } }

@media screen and (max-width: 374px) {
  /*all-cities*/
  .nav-template {
    margin: 0 -8px 0px; }
    .nav-template .nav-template__list .nav-template__list-item {
      width: 50%;
      padding: 8px;
      margin: -2px 0px; }
      .nav-template .nav-template__list .nav-template__list-item a {
        font-size: 16px;
        padding: 13px 5px;
        min-height: 70px;
        align-items: center; }
  /*popular-city*/
  .popular-city__first-screen {
    padding-bottom: 30px; }
  .nav-template.nav-currency .nav-template__list .nav-template__list-item a {
    font-size: 15px; }
  /*cryptoobmen*/
  .cryptoobmen .cryptoobmen__first-screen .nav-template.nav-cryptoobmen .nav-template__list .nav-template__list-item {
    width: 100%; }
  header .header-line .logo {
    padding-left: 0;
    max-width: 100px; }
  header .header-line .mobile-nav {
    margin: 0 10px; }
    header .header-line .mobile-nav .account-mobile .account-mobile__icon {
      min-width: 25px;
      margin-left: 10px; }
    header .header-line .mobile-nav .telegram-bot {
      width: 40px; }
  header .nav-container .burger {
    width: 37px;
    min-width: 40px;
    height: auto;
    background: url(assets/img/icon_burger.png) right center no-repeat;
    cursor: pointer;
    transition: .1s; }
  header .nav-container .header_nav__droodown {
    font-size: 12px; } }

/* === END MEDIA === */

/*# sourceMappingURL=style.css.map */
