li {
  list-style-type: none !important;
}
.in-list-check li::before {
  background-image: none;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  color: #49464c;
  top: 2px;
  left: 4px;
}
.fx_btn {
  background: #49464c;
  transition: all 0.3s linear;
}
.fx_btn:hover {
  background: #a77e0e !important;
}
.ye_sp {
  color: #49464c;
}
.text_wh {
  color: #fff !important;
}
.text_wh li {
  margin-bottom: 15px;
}
.main_about {
  padding: 50px 0;
}
.main_container {
  padding-top: 50px;
}
.ye_btn {
  margin-top: 15px;
  background: #49464c;
  transition: all 0.3s linear;
}
.ye_btn:hover {
  background: #a77e0e !important;
}
.uk-text-primary span {
}
.uk-text-primary {
  color: #49464c !important;
}
.about_btn {
  padding: 20px;
  border: 1px solid #49464c;
  border-radius: 20px;
  color: #49464c !important;
}
.about_btn h3 {
  color: #0f0f0f !important;
}
.about_count {
  margin-bottom: 50px;
}
.accounts_title {
  margin-top: 30px;
  margin-bottom: 20px;
}
.platforms_first {
  background: #000;
  color: #fff !important;
  padding: 50px 0;
}
.fa-check {
  color: #49464c;
}
.platform_wrap {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pl_col {
  width: 50%;
  padding: 0 10px;
}

.dropdown {
  position: relative;
}
.dropdown_content {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.24);
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown_content a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 10px;
}
.dropdown_content a:hover {
  color: #fff;
}

.dropdown:hover .dropdown_content {
  display: block;
}

.dropdown a.active {
  color: #fff !important;
}
.header-menu li {
  margin-left: 15px;
}
.header .header-menu li a.menu-item {
  font-size: 14px;
}

@media (max-width: 1150px) {
  .header-menu li {
    margin-left: 10px;
  }
  .header .header-menu li a.menu-item {
    font-size: 12px;
  }
  .header .header-menu li a.login-button {
    padding: 6px 10px;
  }
}
.markets_section {
  padding: 50px 0;
}
.markets_title {
  font-size: 35px;
  font-weight: 700;
}
.markets_title.center {
  text-align: center;
  margin: 30px 0;
  margin-top: 70px;
}
.markets_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.markets_col {
  width: 50%;
  padding: 0 15px;
}
.markets_subtitle {
  color: #a77e0e;
  font-size: 25px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .markets_col {
    width: 100%;
    padding: 0 15px;
  }
}
.dtop_item {
  color: #fff !important;
  transition: all 0.3s linear;
}
.dtop_item:hover {
  color: #49464c;
}
