* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #5e5e5e;
}
li {
  list-style: none;
}
body {
  font-family: "Roboto", sans-serif;
  color: #5e5e5e;
  max-width: 100vw;
  /*overflow-x: hidden;*/
}
footer {
  padding: 40px 0;
  background-color: #F7931A;
  font-size: 16px;
  color: white;
  text-align: center;
}
table {
  border-collapse: collapse;
}
.h3 {
  margin: 20px 0;
  text-align: center;
}
.h3 b {
  display: block;
  font-size: 28px;
}
.description {
  margin-top: 30px;
}
.description p {
  font-size: 20px;
}
.description .info {
  font-size: 12px;
  color: #777777;
  margin-top: 10px;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 3;
  padding: 20px;
  color: white;
  user-select: none;
  background-color: black;
}
.header-logo {
  width: 150px;
}
.header a {
  display: flex;
  white-space: nowrap;
  align-items: center;
  color: white;
  font-size: 16px;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-main {
  display: flex;
  flex-grow: 1;
}
.nav-main li {
  margin: 12px;
}
.nav-main a {
  color: aliceblue;
}
.nav-main .nav-border {
  margin-top: 2px;
  border-style: solid;
  width: 0;
  opacity: 0;
  transition: all 0.32s ease-in-out;

}
.nav-main li:hover .nav-border {
  opacity: 1;
  width: 100%;
}
.nav-contact .fa-instagram:hover {
  transition: 0.34s ease-in-out;
  color: orange;
}
.nav-contact .fa-facebook:hover {
  transition: 0.34s ease-in-out;
  color: #3160d6;
}
.nav-contact .fa-telegram:hover {
  transition: 0.34s ease-in-out;
  color: #00A7E6;
}
.nav-contact .phone-numbers {
  margin: 0 12px;
}
.nav-contact .phone-numbers .fa-phone {
  margin-right: 10px;
  padding: 6px;
}
.fa-globe {
  margin-right: 4px;
}






/*.fa.binance {
    width: 120px;
    height: 24px;
    background-image: url("../img/binance.svg");
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 2px;
}

.fa.huobi {
    width: 120px;
    height: 24px;
    background-image: url("../img/huobilogo.svg");
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 2px;
}

.fa.gateio {
    width: 120px;
    height: 38px;
    background-image: url("../img/gateiologo.svg");
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 2px;
}*/






.fa.telegram {
  width: 25px;
  height: 25px;
  background-image: url("../img/telegram.svg");
  margin-right: 2px;
}
.fa.viber-whatsapp {
  width: 25px;
  height: 25px;
  margin-right: 12px;
  background-image: url(../img/viber_whatsapp.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 6px;
}
.address-card a {
  display: flex;
  align-items: center;
}
.address-card .fa {
  margin-right: 12px;
}
.address-card .fa-phone,
.address-card .fa-envelope {
  margin-right: 22px;
  font-size: 20px;
}
.nav-contact {
  display: flex;
  align-items: center;
}
.nav-contact li {
  margin: 12px;
  font-size: 18px;
}
.nav-contact a i {
  color: white;
  padding: 8px;
  font-size: 22px;
}
.nav-language {
  margin-right: 8px;
  cursor: pointer;
}
.header-mobile {
  display: none;
}
.header-mobile .fa-bars {
  font-size: 22px;
  float: right;
}
.header-mobile .fa-bars:hover {
  cursor: pointer;
}
.mobile-menu {
  width: 100vw;
  position: absolute;
  height: calc(100vh - 65px);
  top: 65px;
  left: 0;
  background: black;
  padding: 20px;
  display: none;
}
.mobile-menu.show {
  display: block;
}

.section {
  max-width: 1000px;
  margin: auto;
  padding-top: 200px;
  display: flex;
  align-items: center;
  position: relative;
}

.sectionMajorCrypto {
    max-width: 1000px;
    margin: auto;
    padding-top: 200px;
    align-items: center;
    position: relative;
    display: flex;
    flex-direction: column;
}

.section-content {
  width: 1000px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.section--top {
  height: 62vh;
  min-height: 50vh;
  max-width: 100vw !important;
  overflow: hidden;
  padding-top: 0;
  width: 100%;
}
.section--top-animation-container {
  background-color: #F7931A;
  height: calc(100% - 84px);
  top: 0;
  position: absolute;
  max-width: 100vw;
}
.triangle {
  width: 100%;
  height: 85px;
  background-image: url(../img/triangle.svg);
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  bottom: 1px;
  z-index: -1;
}

.section--faq {
  height: auto;
}
.section--top-content {
  position: absolute;
  top: 30%;
  z-index: 1;
  width: 100%;
  text-align: center;
  color: black;
}
#waves {
  transform: rotate(-10deg);
  margin-top: 113px;
}

.section-content h1 {
  font-size: 46px;
  margin: 30px 0 44px;
}
.section-content h2,
.section h2{
  font-size: 36px;
  position: absolute;
  top: 120px;
  left: 0;
}
.section--top h2{
  position: static;
}
.section-content h3 {
  font-size: 30px;
  margin: 20px 0;
}
.section-content-text {
  padding: 30px 50px;
  border-radius: 6px;
}


.section--howto {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 120px;
}
.tab-header {
  display: flex;
  justify-content: space-around;
}
.tab-header-mobile {
  display: none;
}
.tab-header-item {
  cursor: pointer
}


.tab-header .border-bottom {
  margin-top: 8px;
  border: 1px solid #f6921e;
  width: 0;
  opacity: 0;
  transition: all 0.32s ease-in-out;
}
.tab-header-item:hover .border-bottom,
.tab-header-item.active .border-bottom {
  opacity: 1;
  width: 100%;
}

.descr-text {
  margin-bottom: 26px;
}

.tab-header-item.active{
  border-bottom: 2px solid orange;
}
.section-content-part {
  flex-basis: 50%;
  font-size: 22px;
}
.howto-heading {
  font-size: 40px;
  font-weight: bold;
  margin: 37px 0 46px;
}

.steps {
  display: flex;
  flex-direction: column;
}
.steps > .fa-chevron-right {
  font-size: 20px;
  margin: 8px;
  color: #b9b9b9;
}
.step {
  display: flex;
  flex-basis: 33%;
  flex-grow: 1;
  margin-bottom: 50px;
}

.step i {
  font-size: 50px;
  margin-right: 20px;
  color: #f6921e;
}
.step i.fa-cash {
  width: 40px;
  background: url(../img/cash.png) no-repeat center;
  margin-right: 20px;
  background-size: 100%;
}
.step i.fa-location {
  width: 50px;
  height: 48px;
  background: url(../img/location.svg) no-repeat center;
  margin-right: 12px;
}

.step span {
  font-size: 26px;
  color: rgb(124, 124, 124);
  margin-bottom: 4px;
  display: inline-block;
  margin-right: 8px;
}
.step b {
  display: block;
  font-size: 24px;
}
.step-line {
  display: flex;
  align-items: center;
}
.step-arrow {
  flex-grow: 1;
  height: 3px;
  border-radius: 4px;
  background: #ccc;
  margin: -2px -8px 0 0;
}
.step-line i {
  color: #ccc;
  font-size: 20px;
  margin-right: 8px;
}
.marker-container {
  width: 40px;
  height: 40px;
  top: -7px;
  display: block;
  position: relative;
  margin-right: 20px;
}
.marker {
  z-index: 1;
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #f6921e;
  /*-webkit-animation: hover 1s infinite ease-in;*/
  /*animation: hover 1s infinite ease-in;*/
}

.marker:after {
  content: "";
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7.5px;
  margin-top: -7.5px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #fff;
}

.marker:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 67%;
  left: 50%;
  margin-left: -18px;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 30px solid #f6921e;
}

.pulse {
  position: absolute;
  top: 0%;
  left: 50%;
  display: block;
  width: 40px;
  height: 17.14286px;
  background: #f6921e;
  border-radius: 50%;
  transform: translate(-50%, 400%);
}

.pulse:before,
.pulse:after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #f6921e;
  border-radius: 50%;
  opacity: 0.5;
  transform: translate(-50%, -50%) scale(1);
  -webkit-animation: ripple 1s infinite ease-in;
  animation: ripple 1s infinite ease-in;
}

@-webkit-keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes hover {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: 10px;
  }
}
@keyframes hover {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: 10px;
  }
}

.trend-table {
  width: 100%;
  margin-top: 40px;
}

.trend-table td,
th {
  text-align: left;
  border-bottom: 1px solid rgb(187, 187, 187);
  padding: 12px 6px;
}
.trend-table th {
  color: rgb(162, 162, 162);
}
.trend-table-token-img {
  width: 30px;
  height: 30px;
}
.positive-growth {
  color: #0cb069;
}
.negative-growth {
  color: #e2737a;
}
.buy-button {
  background-color: #f6921e;
  color: white;
  border-radius: 4px;
  border: transparent;
  width: 100%;
  height: 40px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.see-more {
  border: none;
  background: no-repeat;
  color: orange;
  font-size: 16px;
  margin-top: 30px;
  width: 100%;
  cursor: pointer;
}

.section--address {
  padding-top: 0;
}
.address-card {
  width: 338px;
  position: absolute;
  padding: 24px;
  border-radius: 6px;
  background: #5F6C7D;
  z-index: 2;
  right: 20px;
  top: 330px;
  color: white;
}


.logos-card {
    width: 500px;
  
    padding: 24px;
    border-radius: 6px;
    background: #5F6C7D;
   
    right: 20px;
    top: 930px;
    color: white;
}



.address-card a {
  color: white;
}

.address-card-contacts {
  margin-top: 26px;
}
.address-card-contacts li {
  margin-top: 12px;
}
.address-card .fa-vphone {
  width: 50px;
  height: 48px;
  background: url(../img/phone.svg) no-repeat center;
  margin-right: 12px;
}
.section--beginner {
  padding-top: 200px;
}
.section--beginner .section-content-text {
  background: #cdf0ea;
  height: 60vh;
  padding: 30px 50px;
  border-radius: 0;
}
.section--beginner h1 {
  position: absolute;
  top: 123px;
  left: 20px;
  font-size: 32px;
}
.bg-crypto {
  flex-basis: 50%;
  height: 60vh;
  background-image: url(../img/tether-usdt-logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
  background-color: #97dfd2;
  flex-shrink: 0;
}
.section--beginner-bg {
  /* background-image: url('../img/cryptocurrency-pattern.jpg'); */
  background-image: url("../img/hero-gradient.svg");
  background-repeat-y: no-repeat;
  background-position: bottom;
  background-size: 140% 126%;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section--welcome {
  padding-top: 0;
  flex-direction: column;
}

.section-map {
  width: 100%;
  height: 50vh;
  border: 0;
  margin-top: 230px;
}
.faq-main {
  margin: 50px 0 70px;
}
.faq-main .inner-text {
  font-size: 18px;
  width: calc(100% - 40px);
  margin: 14px 0;
}
div.inner-text {
  font-weight: 600;
}
p.inner-text {
  color: #7d7d7d;
  line-height: 1.5;
}
.faq-main .accordion {
  background-color: white;
  color: rgb(78, 78, 78);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  transition: 0.4s;
  display: flex;
  text-align: left;
}
.faq-main .panel {
  padding: 18px;
}
.faq-main .active,
.accordion:hover {
  position: relative;
  background-color: #f7941a23;
}

.faq-main .accordion:after {
  content: "\002B";
  color: #f7931a;
  font-weight: lighter;
  font-size: 40px;
}

.faq-main .active:after {
  content: "\2212";
}

.faq-main .panel {
  padding: 0 18px;
  background-color: #f7941a23;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


.crypto-description li {
  margin-top: 12px;
}
.crypto-description-video {
  width: 100%;
  height: 550px;
  margin: 100px auto 0;
  /*border: 2px solid #f6921e;*/
  border-radius: 8px;
  display: block;
}
.telegram-button-container {
  position: fixed;
  z-index: 7;
  bottom: 50px;
  right: 50px;
}
.telegram-button {
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #19779a;
  background: none;
  border-radius: 50%;
  box-shadow: 2px 2px 2px #19779a;
}
.tooltiptext {
  width: 400px;
  padding: 30px 15px;
  background-color: #5F6C7D;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  z-index: 7;
  bottom: -40px;
  right: 75px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .8s ease-in, opacity .8s ease-out;
}
.tooltiptext--top {
  top: 20px;
  bottom: auto;
}
.tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: rotate(-90deg);
  right: -3%;
  border-width: 5px;
  border-style: solid;
  border-color: #5F6C7D transparent transparent transparent;
}
.tooltiptext--top::after {
  top: 12%;
}
.telegram-button:hover  {
  box-shadow: 3px 3px 4px #125f7c;
  transition: box-shadow .14s ease-in;
}
.telegram-button-container:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.telegram-container:hover .tooltiptext--top {
  visibility: visible;
  opacity: 1;
}


.slide {
  width: 400px;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide1 {background-image: url(../img/office1.jpg);}
.slide2 {background-image: url(../img/office2.jpg);}
.slide3 {background-image: url(../img/office3.jpg);}
.slide4 {background-image: url(../img/office4.jpg);}

#slider {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 313px;
  margin-top: 20px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 300px;
}

#slider ul li {
  float: left;
  padding: 0;
}
#slider ul li img {
  height: 300px;
}
a.control_prev, a.control_next {
  position: absolute;
  z-index: 2;
  top: 40%;
  display: block;
  padding: 10px;
  color: #2d2c2c;
  background-color: white;
  border-radius: 50%;
  font-weight: 600;
  font-size: 20px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}
a.control_prev {
  left: 30px;
}
a.control_next {
  right: 30px;
}



@media only screen and (max-width: 1200px) {
  .header {
    padding: 12px;
  }
  .header-logo {
    width: 140px;
  }
  .nav-main li {
    margin: 8px;
 }
  .nav-contact .phone-numbers {
    margin: 0 8px;
  }
  .nav-contact li {
    margin: 4px;
  }
  .section, .section-content {
    max-width: 960px;
  }

  .section-content h1 {
    font-size: 38px;
  }
  /*todo remove if*/
  .section--top h2{
    font-size: 28px;
  }
  .section--top-animation-container {
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .header {
    display: none;
  }
  .header-mobile {
    display: flex;
    justify-content: space-between;
    padding: 24px;
  }
  .nav-main, .nav-contact {
    flex-direction: column;
  }
  .section--top-content {
    padding: 28px;
  }
  .section {
    max-width: 100vw;
  }
  .section-content {
    max-width: 750px;
  }
  .section--howto {
    padding-top: 82px;
  }
  .section-content h3 {
    font-size: 26px;
  }
  .howto-heading {
    font-size: 34px;
  }
  .step {
    margin-bottom: 40px;
  }
  .step span {
    font-size: 22px;
  }
  .step b {
    font-size: 22px;
  }
  .description {
    margin-top: 20px;
  }
  .section-content h2, .section h2 {
    font-size: 32px;
    top: 100px;
    left: 30px;
  }
  .section-map {
    margin-top: 172px;
  }
  .section--trends .section-content,
  .section--faq .section-content {
    max-width: 100vw;
  }

  .nav-language {
    margin: 44px 8px 24px;
  }
  .nav-contact {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .nav-contact .phone-numbers {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .section--top {
    height: 50vh;
  }
  .section-content h2, .section h2 {
    font-size: 20px;
  }
  .section-content h1 {
    font-size: 28px;
  }
  .section--top-content {
    padding: 0 30px;
  }
  .section-content {
    max-width: 480px;
  }
  .section-content h3 {
    font-size: 22px;
    margin: 14px 0;
  }
  .tab-header {
    display: none;
  }
  #howtoSellContent {
    display: block !important;
  }
  .tab-header-mobile .border-bottom {
    width: 100%;
    height: 4px;
    background-color: #f7931a;
    margin-top: 4px;
  }
  .tab-header-mobile.last {
    margin-top: 100px;
  }
  .crypto-description-video {
    height: 100vh;
  }
  .address-card {
    width: 200px;
    padding: 20px;
  }
  .section-map {
    height: 50vh;
  }
  .section--beginner {
    flex-direction: column;
    padding-top: 160px;
    display: block;
  }

    .section--majorcrypto {
        flex-direction: column;
        padding-top: 160px;
       
    }
  .bg-crypto {
    width: 100%;
    height: 270px;
    background-size: 34%;
    background-color: #cdf0ea;
  }
  .tab-header-mobile {
    display: block;
  }
  .triangle {
    background-size: 110%;
  }
  .section--top-content {
    max-width: 100%;
  }
  .section--beginner .section-content-text {
    height: auto;
    padding: 30px 50px 100px;
  }
}
@media only screen and (max-width: 560px) {
  .section-content h2, .section h2 {
    font-size: 18px;
    font-weight: 500;
    top: 80px;
    left: 12px;
  }
  .section--top {
    height: 76vh;
  }
  .section-content h1 {
    margin: 20px 0;
    font-size: 22px;
  }
  p {
    font-size: 14px;
  }
  .section-content {
    max-width: 300px;
    padding-top: 80px;
  }
  .section {
    padding-top: 120px;
  }
  .section--trends {
    padding-top: 40px;
  }
  .section--top-content {
    padding: 0 30px;
    max-width: 100%;
  }
  .section--howto {
    padding-top: 0;
    margin-top: -40px;
  }
  .section-content h3 {
    font-size: 18px;
  }
  .tab-header-mobile .border-bottom {
    height: 2px;
  }
  .howto-heading {
    font-size: 30px;
    margin: 30px 0;
  }
  .step i.fa-location {
    width: 42px;
    height: 42px;
    margin-right: 8px;
  }
  .step span, .step b{
    font-size: 18px;
  }
  .step i.fa-cash {
    width: 42px;
    margin-right: 18px;
  }
  .step i {
    font-size: 42px;
    margin-right: 14px;
  }
  .step {
    margin-bottom: 28px;
  }
  .tab-header-mobile.last {
    margin-top: 75px;
  }
  .crypto-description-video {
    height: 50vh;
  }
  .address-card {
    padding: 14px;
    position: static;
    width: 100%;
    border-radius: 0;
  }
   .section--beginner {
    padding-top: 120px;
  }
  .section--beginner .section-content-text {
    height: auto;
    padding: 20px 30px 60px;
  }
  .bg-crypto {
    height: 220px;
    background-size: 35%;
  }
  .address-card-contacts li {
    margin-top: 8px;
  }
  .section-map {
    margin-top: 0px;
  }
  .faq-main {
    margin: 0;
  }
  .faq-main .accordion {
    padding: 8px;
  }
  .faq-main .inner-text {
    font-size: 16px;
    width: 100%;
  }
  .tooltiptext {
    width: 260px;
    padding: 14px;
    border-radius: 6px;
    font-size: 14px;
  }
}