/*
 * Moon by GetTemplates.co
 * URL: https://gettemplates.co
 */
@font-face {
  font-family: "Rhytmus";
  src: url(./../font/engry.otf);
}
html {
  font-size: 62.5%;
  overflow-x: hidden; }

body {
  background-image: url(./../img/bg-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  font-family: "Times New Roman", sans-serif;
  font-weight: 300;
  font-size: 1.6rem; }
  body:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: .8;
    z-index: -1;
    /*background: #f12711;
    background: -webkit-linear-gradient(to right, #f5af19, #f12711);
    background: linear-gradient(to right, #f2f519, #1118f1); */
  }
  p.nav-link {
    margin-bottom: 0 !important;
}
span.input-group-addon {
  min-width: 40px;
}
div#verification-alert {
  position: relative;
  border: 1px solid red;
  border-radius: 8px;
  background-color: #ff00002e;
  z-index: 8;
}
div#verification-alert > p > a {
  text-align: center;
  font-size: 1.6rem;
  color: #620202;
  margin: 0;
  padding: 10px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
}
img.verif-demo-pic {
  cursor: zoom-in;
}
.inf-row span {
  display: inline-flex;
  justify-content: center;
  gap: 5px;
}
.col-md-12.additional-inf {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  border: 1px solid #80808075;
  border-radius: 10px;
  padding: 15px 10px;
  background-color: #ffffff5c;
}
li.nav-item {
      display: flex;
      flex-direction: row;
      align-items: center;
  }
  section.short_instruction.cash {
    display: none;
}
.boxed-page {
  margin: 0 auto;
  margin-top: 6rem;
  margin-bottom: 6rem;
  position: relative;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px; }

@media (min-width: 1200px) {
  .boxed-page {
    width: 1024px; }
    .boxed-page .container {
      max-width: 1080px;
      padding-left: 30px;
      padding-right: 30px; } }

a.soc-butt {
    width: 24px;
    margin: 0 5px;
    text-align: center;
    
    vertical-align: middle;
    line-height: 24px;
    display: contents;
}
a.soc-butt:before {
  margin-right: 10px;
  text-align: center;
  background-color: #80808096;
  padding: 5px;
  border-radius: 3px;
}
span.copy-butt {
    border: 1px solid #505050;
    display: block;
    width: 100%;
    text-align: center;
	background: #504e4e8c;
    border-radius: 12px;
}
span.copy-butt:hover {
    background: #504e4e;
}
a.soc-butt:hover{
	filter: invert(1);
}
p.mb-0.soc-title {
    margin-right: 5px;
}
h1 {
  font-size: 3.6rem; }

h2 {
  font-size: 3rem; }

h3 {
  font-size: 3rem; }

h4 {
  font-size: 2.4rem; }

h5 {
  font-size: 1.8rem; }

h6 {
  font-size: 1.6rem; }

h1,
h2,
h3 {
  font-weight: 300;
  line-height: 1.2em; }

h4,
h5,
h6 {
  line-height: 1.5em;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Times New Roman", sans-serif;
  margin-top: 0; }

p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5em; }

.section-title,
.section-sub-title {
  margin-bottom: 30px; }

.btn {
  font-size: 1.6rem;
  padding: .7rem 1rem; }

img {
  max-width: 100%; }

a:focus,
button:focus {
  outline: none; }

.btn:hover,
a:hover {
  text-decoration: none;
  color: #d05165; }

.btn-group-lg > .btn, .btn-lg {
  padding: 1rem; }

.btn-group-sm > .btn, .btn-sm {
  padding: .5rem; }

.section-content {
  padding-top: 120px;
  padding-bottom: 80px; }

.title-wrap,
.section-title {
  text-align: center; }

.bg-white {
  background-color: #fff; }

.bg-grey {
  background-color: #f7f8f9; }

.bg-transparent {
  background: transparent; }

.btn-link {
  color: #f15e75; }
  .btn-link:hover {
    text-decoration: none; }

.color-primary {
  color: #f15e75; }
.partnet-links span, .partnet-links p {
    text-align: left;
}
/* Colours */
.text-orange {
  color: #FDBA51; }

.text-cyan {
  color: #35B8AD; }

.text-red {
  color: #FC665F; }

a {
  color: #000; }

.fs-40 {
  font-size: 40px; }

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none;
  /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff; }

.btn:not(.btn-link):hover {
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px); }

.btn-orange {
  background-color: #FDBA51 !important;
  color: #fff !important;
  border: none !important; }

.btn-cyan {
  background-color: #35B8AD !important;
  color: #fff !important;
  border: none !important; }

.btn-red {
  background-color: #FC665F !important;
  color: #fff !important;
  border: none !important; }

#gtco-header-navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 11;
  transition: background-color .3s ease-in-out;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }

.navbar-brand {
  font-size: 24px;
  color: #000; }

.navbar-nav .nav-link {
  color: #000;
  transition: .3s ease;
  cursor: pointer;}

.navbar-nav:hover li a {
  opacity: 0.5; }
  .navbar-nav:hover li a:hover {
    opacity: 1; }

.navbar-toggler {
  font-size: 3rem; }

.not-on-top #gtco-header-navbar {
  position: fixed;
  max-width: 1024px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 15px 0px;
  border-radius: 0; }

.jumbotron {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0;
  overflow: hidden;
  min-height: 500px; }
  @media (min-width: 1024px) {
    .jumbotron {
      min-height: 80vh; } }
  .jumbotron .container {
    position: relative; }
  .jumbotron:before {
    position: absolute;
    display: block;
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 0.8;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.filter-button-group {
  margin-bottom: 15px; }
  .filter-button-group a {
    margin: 5px;
    cursor: pointer; }

.grid-link a {
  margin: 5px;
  font-size: 20px;
  color: #000; }

.grid-portfolio {
  overflow: hidden; }

.gutter-sizer {
  width: 2%; }

.grid-sizer,
.grid-item {
  width: 32%; }

.grid-item {
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden; }
  .grid-item:hover .grid-info {
    top: 50%;
    opacity: 1; }

.grid-item-wrapper:before {
  content: '';
  display: block;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .3s ease;
  opacity: 0; }

.grid-item-wrapper:hover:before {
  opacity: 1; }

.grid-info {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease; }

.lightcase-icon-close:before {
  content: '\e870';
  font-family: "Linearicons-Free"; }

.grid-title {
  text-align: center; }
.necessary_text {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    color: #e90f0f;
}

.blog-item {
  transition: all 0.3s ease-in-out;
  background-color: #f7f8f9;
  border-radius: 3px;
  overflow: hidden; }
  .blog-item:hover {
    box-shadow: 0 5px 15px -5px #333;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15); }

.bg-grey .blog-item {
  background-color: #fff; }

.blog-item-wrapper {
  margin-bottom: 30px; }

.blog-img img {
  width: 100%;
  height: 250px;
  object-fit: cover; }

.blog-title h4 {
  color: #000; }

.blog-text {
  padding: 15px; }

.blog-tag {
  color: #000;
  letter-spacing: 1.1px;
  text-transform: uppercase; }

.blog-meta {
  color: #939393; }
  .blog-meta p {
    display: inline-block;
    font-size: 14px; }
  .blog-meta a {
    color: #939393; }

.blog-author {
  display: inline-block;
  color: #939393; }
  .blog-author p {
    font-size: 14px;
    margin-bottom: 0; }

.blog-share-wrapper {
  float: right;
  display: inline-block;
  margin: 0 -5px; }
  .blog-share-wrapper .blog-share {
    padding: 0 5px;
    cursor: pointer; }

#gtco-counter {
  position: relative; }

.counter-item {
  text-align: center;
  z-index: 1;
  color: #fff; }
  .counter-item > i {
    display: block;
    font-size: 40px; }
  .counter-item .number {
    font-size: 60px;
    font-weight: 400;
    display: block; }
  .counter-item h4 {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px; }

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

.price-box {
  border: none; }
  .price-box .card-header {
    background-color: transparent; }
  .price-box small {
    font-size: 60%; }
  .price-box .price-box-list {
    min-height: 150px; }

footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.form-control {
  font-size: 1.6rem;
  margin-bottom: 15px;
  height: 38px;
  font-weight: 300; }
  .form-control:focus {
    border-color: #f15e75;
    box-shadow: 0 0 0 0.2rem rgba(253, 101, 90, 0.25); }

#gtco-contact-form form label.error {
  margin-bottom: 15px;
  color: #f15e75;
  font-size: 1.4rem; }

.form-control::-webkit-input-placeholder {
  opacity: .5; }

.form-control::-moz-placeholder {
  opacity: .5; }

.form-control:-ms-input-placeholder {
  opacity: .5; }

.form-control::-ms-input-placeholder {
  opacity: .5; }

.form-control::placeholder {
  opacity: .5; }

#form-message-warning, #form-message-success {
  display: none; }

.single-layout .jumbotron:before {
  background-color: rgba(255, 255, 255, 0.9); }

.blog-content img.float-left {
  margin: 15px 15px 15px 0; }

.blog-content .img.float-right {
  margin: 15px 0 15px 15px; }

@media (min-width: 768px) and (max-width: 1200px) {
  .boxed-page {
    margin-right: 30px;
    margin-left: 30px; }
  .not-on-top #gtco-header-navbar {
    margin-right: 30px;
    margin-left: 30px; } }

@media (max-width: 992px) {
  #navbar-nav-header .navbar-nav {
    position: absolute !important;
    background-color: #dfdfebf7;
    padding-left: 12px !important;
    margin-top: 15px;
    padding-right: 12px !important;
  }
  #gtco-header-navbar {
    padding-left: 15px;
    background-color: #fff; }

}

@media (max-width: 767px) {
  .boxed-page {
    margin: 4rem 15px; }
  .not-on-top #gtco-header-navbar {
    margin-right: 15px;
    margin-left: 15px; }
  .counter-item {
    margin-bottom: 40px; }
    .counter-item:last-child {
      margin-bottom: 0; }
  .section-title br,
  .section-sub-title br {
    display: none; }
  .grid-item {
    width: 100%; }
  .card-deck {
    flex-direction: column; } }

#conf_ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 58px;
  padding-top: 2px;
  border: none;
  border-bottom: 2px solid #E8340E;
  border-radius: 6px;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  background: #fa4923;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #2c2928), to(#bbbbbb));
  background: linear-gradient(to right, #2c2928 25%, #bbbbbb);
  -webkit-box-shadow: 0px 9px 16px 0px rgb(48 46 45 / 62%);
  box-shadow: 0px 9px 16px 0px rgb(48 46 45 / 62%);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

#conf_ex:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fa4923;
  opacity: 0;
  z-index: 1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

#conf_ex:after {
  content: "";
  display: block;
  width: 30px;
  height: 300px;
  margin-left: 60px;
  background: #fff;
  position: absolute;
  left: -40px;
  top: -150px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }
#bid-form p.section-sub-title {
  margin-bottom: 5px;
  text-align: left;
}
section#bid-form-section {
  background-color: #f8f8ffad;
  border-radius: 25px;
}
#bid-form input {
  background-color: #fafafab0;
  border-radius: 9px;
  -webkit-box-shadow: inset 3px 3px 3px rgb(136 165 191 / 48%), inset -3px -3px 3px #fff;
  box-shadow: inset 3px 3px 3px rgb(136 165 191 / 48%), inset -3px -3px 3px #fff;
}
.lds-roller {
  position: fixed;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80px;
  height: 80px;
  display: none;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e79938d4;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

ul.give-ul {
  list-style: none;
}
ul.give-ul li {
  display: block;
  float: left;
  width: 100%;
}
ul.give-ul li p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5em;
  display: block;
  width: fit-content;
  float: left;
}

.select_pr {
  display: none;
  position: absolute;
  z-index: 30;
  float: none;
  top: 63px;
  background: #bcbfcf;
  border: 2px solid #bcbfcf;
  width: 91%;
  min-width: 100px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
}
.select_pr_in{

}
.select_li{
  padding: 0 10px 0 60px;
  height: 46px;
  font: 14px/46px 'Roboto',sans-serif;
  padding-left: 0;
  height: 30px;
  font-size: var(--fontMedium)!important;
  line-height: 30px;
}
.select_li_tk {
  padding: 0 10px 0 60px;
  height: 46px;
  font: 14px/46px 'Roboto',sans-serif;
  padding-left: 0;
  height: 30px;
  font-size: var(--fontMedium)!important;
  line-height: 30px;
}
.select_li:hover {
  background: #8186a1;
}
.select_li_tk:hover {
  background: #8186a1;
}
.cr_img{
  position: relative;
  float: left;
  top: 3px;
  left: 10px;
  width: 24px;
  height: 24px;
  background-size: contain!important;
  background-repeat: no-repeat;
}

.cr_name {
  float: left;
  margin-left: 14px;
  font-size: 2rem;
  width: calc(100% - 40px);
    text-overflow: ellipsis;
    white-space: pre;
}

div::-webkit-scrollbar {
  width: var(--vertical-view-width);
  height: var(--horizontal-view-width);
}

div::-webkit-scrollbar-thumb {
  background-color: #939f9f;
}
div::-webkit-scrollbar-track {
  background-color: var(--scroll-color);
}

:root {
  --fontSmall: 12px;
  --fontMedium: 14px;
  --fontMediumBig: 16px;
  --fontTitleSmall: 20px;
  --fontTitleMedium: 28px;
  --fontTitleBig: 32px;
  --green: #68D7AA;
  --blue: #68d6cf;
  --blue2: #8AF4FF;
  --greenHover: #01BC93;
  --blueHover: #01beb5;
  --greyTextColor: #8B8EA7;
}

:root {
  --scroll-background: #6A6C83;
  --scroll-color: #404259;
  --vertical-view-width: 4px;
  --horizontal-view-width: 4px;
}
.g_ch_t {
  display: block;
  border: 2px solid #bcbfcf;
  margin-bottom: 10px;
  position: relative;
  border-radius: 7px;
  background-color: rgb(214 229 224 / 86%);
}
.choosed_g {
    float: left;
    margin-left: 14px;
    font-size: 2rem;
    display: block;
    width: calc(85% - 40px);
    text-overflow: clip;
    white-space: pre;
    overflow: hidden;
}
.select_js_abs {
  background: url(/frontend/web/img/jsel.png) no-repeat center center;
  position: absolute;
  float: none;
  top: 0;
  right: 20px;
  height: 100%;
  width: 12px;
}

.t_ch_t {
  display: block;
  border: 2px solid #bcbfcf;
  margin-bottom: 10px;
  position: relative;
  border-radius: 7px;
  background-color: rgb(214 229 224 / 86%);
}
.choosed_t {
  float: left;
  margin-left: 14px;
  font-size: 2rem;
  display: block;
  width: calc(85% - 40px);
    text-overflow: clip;
    white-space: pre;
    overflow: hidden;
}

.select_tk {
  display: none;
  position: absolute;
  z-index: 30;
  float: none;
  top: 63px;
  background: #bcbfcf;
  border: 2px solid #bcbfcf;
  width: 91%;
  min-width: 100px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
}
.tk_name {
  float: left;
  margin-left: 14px;
  font-size: 2rem;
  width: calc(100% - 40px);
    text-overflow: ellipsis;
    white-space: pre;
}

div#form-place {
  padding-left: 0;
  padding-right: 0;
}
.col-md-6.form-input {
  float: left;
}
nav#gtco-header-navbar {
  flex-direction: column !important;
  height: 120px;
}
div#l_n_l {
  flex-direction: row-reverse;
  justify-content: end;
}
.form-group.field-exchange-aml_conf.required {
  font-size: 0.8em;
}
.form-group.field-exchange-aml_conf > label > a {
  text-decoration: underline;
}
.lang_and_light {
  display: flex;
  flex-direction: row;
}
.lang.block {
  display: flex;
}
span.active_lang {
  display: flex;
  align-content: space-between;
  height: 100%;
  text-align: center;
  line-height: 24px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  border: none;
  width: 24px;
}
.lang.button.block {
  position: absolute;
  flex-direction: column;
  top: 41px;
  display: none;
}
a.lang {
  align-content: space-between;
  height: 100%;
  text-align: center;
  line-height: 24px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #f8f8ffad;
  border: 0.5px solid grey;
}
#l_n_l > div > div > div > span:nth-child(1) {
  border-bottom: none;
}
ul.user-actions {
  list-style: none;
  padding-left: 0;
  display: none;
  position: absolute;
  background-color: #746969a1;
  z-index: 543;
  border-radius: 6px;
}
p.cr_limits {
  font-size: 0.7em;
  line-height: 1em;
  text-align: left;
  display: block;
  width: 50%;
  flex-direction: column;
  flex: 0 0 50%;
  float: left;
}
p.cr_limits:nth-child(2n){
  text-align: right;
}
.help-block {
  color: red;
    font-size: 1.4rem;
    background-color: #ffffff6e;
    border-color: red;
    
    border-radius: 5px;
    text-align: center;
}
.news-wrapper {
  border-radius: 15px;
  background-color: #f8f8ffad;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news-wrapper span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news-wrapper span strong {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.news-wrapper span p {
  width: 100%;
  text-align: justify;
}
#news-section div .section-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.login-box{
  padding: 30px;
}
#exchange-g_amount, #exchange-t_amount {
  margin-bottom: 5px;
}
div.logo{
  position: absolute;
  float: left;
  left: 35px;
  max-width: 23%;
}
table.rates_tb {
  flex: auto;
  margin: 0px 40px;
  cursor: pointer;
  width: -webkit-fill-available;
}
tbody tr:nth-child(odd) {
  background-color: #c1c5c5;
}

tbody tr:nth-child(even) {
  background-color: #b9a7b4;
}


.logo-loader {
  /* max-width: 20%; */
  /* max-height: 20%; */
  position: fixed;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 120px;
  width: 120px;
  display: none;
}
.logo-loader img {
  display: block;
  position: absolute;
  animation: logo-loader 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  /* transform-origin: 40px 40px;*/
}
img.coins-triangle {
animation-direction: alternate;
}
img.globe {

}
@keyframes logo-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 992px) {
  div.logo {
    position: absolute;
    float: left;
    left: 35px;
    max-width: 35%;
    left: 30%;
    top: 36%;
  }
  .title-wrap, .section-title {
    margin-bottom: 5px;
    text-align: center;
    font-size: 24px;
  }
  .section-title, .section-sub-title {
    margin-bottom: 0px;
  }
  body {
    background-image: url(./../img/mg-mb.png);
  }
}
@media (max-width: 1124px) {
  body {
    background-image: url(./../img/mg-mb.png);
  }
}
.rf-section {
    background-color: white;
}
.days_modal {
  position: fixed;
  top: 25%;
  left: 10%;
  width: 80%;
  z-index: 2544;

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

.col-md-6.days_bk {
  flex-direction: column;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #efe9e9ed;
  text-align: center;
  border-radius: 24px;
  padding: 10px;
}
table.work_days > tbody > tr {
  background-color: transparent;
}
table.work_days th {
  padding-left: 5px;
}

div > i.fa.fa-times {
  right: 3%;
  position: absolute;
  top: 5%;
}
div > i.fa.fa-times:hover{
  cursor: pointer;
}
.form-group.field-exchange-accepted_terms.required {
  font-size: 0.8em;
}
.form-group.field-exchange-accepted_terms.required > label > a{
  color: #141313;
  font-weight: 500;
  text-decoration: underline;
}
#exchange-accepted_terms::before {
  border: 1px solid #343a3f;
  width: 1.2em;
  height: 1.2em;
  border: 2px solid #fff;
  background: #50565a;
  box-shadow: 0 0 0 1px #000;
}

div.site-login > h1, p {
  text-align: center;
}
div.site-signup > h1, p {
  text-align: center;
}
.alert-success {
  color: black;
  background-color: #f8f8ffad;
  border: none;
  position: fixed;
  top: 0;
  left: 15%;
  width: 70%;
  z-index: 222;
}
.alert-danger {
  color: black;
  background-color: #f8f8ffad;
  border: none;
  position: fixed;
  top: 0;
  left: 15%;
  width: 70%;
  z-index: 222;
}

.site-request-password-reset {
  padding-top: 120px;
  color: white;
  margin: 40px;
}
.site-reset-password {
  padding-top: 120px;
  color: white;
  margin: 40px;
}
.site-resend-verification-email {
  padding-top: 120px;
  margin: 40px;
}
input:focus + .hint {
  display: block;
  position: absolute;
}
.hint {
  display: none;
  position: absolute;
  background: #27282b;
  border-radius: 0.4em;
  padding: 10px;
  z-index: 3;
    color: white;
}

.hint:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 0.656em solid transparent;
  border-bottom-color: #27282b;
  border-top: 0;
  border-left: 0;
  margin-left: -0.328em;
  margin-top: -0.656em;
}
div.rate_name h1, h2 {
  text-align: center;
}
span.nav-link.user-actions {
  padding-right: 10px;
}
div.head-modal h1 {
  text-align: center;
  padding-top: 20px;
}
p.close {
  position: absolute;
  top: 10px;
  right: 15px;
}
.review-item {
  background: #f8f8ffad;
  -webkit-box-shadow: 4px 2px 8px rgb(136 165 191 / 54%), -4px -2px 8px #fff;
  box-shadow: 4px 2px 8px rgb(136 165 191 / 54%), -4px -2px 8px #fff;
  outline: 0;
  border: none;
}


#review-section div.section-content {
  padding-top: 30px;
  padding-bottom: 80px;
}
h4.reviews-section-title {
  color: white;
  text-align: center;
  margin-bottom: 20px;
  background-color: #00000066;
  border-radius: 8px;
}
.review.list-item {
  width: -webkit-fill-available;
  margin: 0 5% 30px 5%;
  background-color: #f8f8ffad;
}
section.section-reviews {
  background-color: #f8f8ffad;
  border-radius: 25px;
}
section.section-reviews div.container {
  padding-top: 120px;
}
div.list-view {
  box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset;
  padding-top: 30px;
  padding-bottom: 30px;
}
div#pager-container {
  right: auto;
  left: auto;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
}
span.review-date {
  display: block;
}
.conteiner.review-form {
  display: flex;
  align-content: flex-start;
  justify-content: left;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.review-form {
  flex: 0 0 100%;

}
textarea#review-review {
  background-color: #f5f5f55e;
  box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset;
}
button#conf_review {
  /* background-color: grey; */
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #2c2928), to(#bbbbbb));
  background: linear-gradient(to right, #2c2928 25%, #bbbbbb);
  -webkit-box-shadow: 0px 9px 16px 0px rgb(48 46 45 / 62%);
  box-shadow: 0px 9px 16px 0px rgb(48 46 45 / 62%);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  border: none;
  color: white;
}
.section-content.ct_work {
  padding-top: 0;
}
table.work_days > tbody > tr :hover {
  border: none;
}
section.short_instruction div.section-content {
  padding-top: 30px;
  padding-bottom: 30px;

}
section.short_instruction span {
  padding: 15px;
  text-align: justify;
  background-color: #f8f8ffad;
  display: block;
  font-size: 1.3rem;
  border-radius: 16px;
}
p.to_max, p.cr_to, p.cr_from, p.to_min, p.from_max, p.from_min {
  display: inline;
  font-weight: 600;
}
.section-content.partners {
  padding-top: 20px;
}
.select2-container{
  width: 100% !important;
}
.navbar:before, .navbar:after {
  display: none;
  content: none;
}
a.btn.btn-partner {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.panel-primary {
  border-color: #337ab733 !important;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #414344eb !important;
  border-color: #59626a !important;
}
.btn-success {
  color: #fff !important;
  background-color: #2b2c2b !important;
  border-color: #2e2e2e !important;
}
.btn-success:active:hover{
  color: #fff !important;
  background-color: #2b2c2b !important;
  border-color: #2e2e2e !important;
}
button.btn.btn-primary {
  background-color: black !important;
  border-color: black !important;
  color: white !important;
}
table.percentage{
  border-collapse: collapse;
  border: 1px solid black;
  width: 100%;
}
table.percentage > tr:hover{
  border: none;
}
tr.percentage, td.percentage {
  border: 1px solid black;
}
span.pay-hint {
  font-size: 1.2rem;
}
.banners-row {
    justify-content: center;
	margin-left: 0;
    margin-right: 0;
}
.banner-item {
    filter: grayscale(1);
	justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#banner-section > div > div.section-content {
    padding-top: 0px;
    padding-bottom: 30px;
}
div.banner-item > a > img {
    max-width: 100%;
    height: 31px;
	margin-bottom: 5px;
}