/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

body {
  font-family: "Rubik", sans-serif;
  background-color: #0d0d2b;
  color: #fff;
  overflow-x: hidden;
}

ul,
li {
  list-style: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 72px;
  padding-bottom: 86px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*Vendors prefix on*/

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header__menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header__menu-icon {
  display: none;
}

/*Vendors prefix on*/

.header__logo-title,
.footer__logo-title {
  margin-left: 16px;
  font-weight: 600;
  color: #fff;
  font-family: "Inter", sans-serif;
}
/*Vendors prefix on*/

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*Vendors prefix on*/

.header__link:first-child {
  margin-right: 32px;
}

.header__link {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.auth {
  margin-left: 56px;
}

.auth__item:first-child::after {
  content: "    |   ";
  color: #525267;
  white-space: pre-wrap;
}

.auth__item {
  font-weight: 500;
  font-size: 16px;
}

.auth__item.auth__btn,
.about__reasons-btn,
.benefits__calculator-btn {
  padding: 16px 32px;
  border-radius: 32px;
  background-color: #3671e9;
  text-transform: capitalize;
}

/*Vendors prefix on*/

.intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../images/stripe-1.svg") bottom right no-repeat,
    url("../images/stripe-2.svg") 350px 350px no-repeat;
}

.intro__logo img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 1000px;
}

.intro__discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 365px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  height: 40px;
  margin-bottom: 24px;
}

/*Vendors prefix on*/

.intro__discount-item:first-child {
  margin-right: 16px;
}

.intro__discount-main {
  background: #ffffff;
  border-radius: 32px;
  color: #000;
  padding: 4px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-left: 4px;
}

.intro__discount-event {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
}

.intro__text .intro__heading {
  font-weight: 700;
  font-size: 64px;
  line-height: 76px;
  max-width: 588px;
}

.intro__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #e0e0e0;
  max-width: 435px;
  margin-bottom: 50px;
}

.intro__offer {
  padding: 18.5px 24px 18.5px 24px;
  border-radius: 32px;
  max-width: 202px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  background-color: #3671e9;
}

.intro__offer::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-left: 24px;
  background: url(../images/arrow-right.svg) no-repeat center / contain;
}

.about {
  background: url("../images/particle-1.svg") no-repeat top right,
    url("../images/particle-2.svg") no-repeat bottom right,
    url("../images/particleStripe.svg") left 300px no-repeat;
}

/*Vendors prefix on*/

.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 170px;
}

.about__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 334px;
}
/*Vendors prefix on*/

/*Vendors prefix on*/
.about__card img {
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  max-width: 100%;
}
/*Vendors prefix on*/

.about__card-text {
  margin-left: 24px;
}

.about__card-text h2 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
}
.about__card-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-top: 4px;
  letter-spacing: 0.01em;
  color: #e0e0e0;
}

/*Vendors prefix on*/

.about__reasons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}
/*Vendors prefix on*/

/*Vendors prefix on*/
.about__reasons img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}
/*Vendors prefix on*/

.about__reasons-text {
  margin-left: 70px;
}

.about__reasons-text h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  max-width: 480px;
}

.about__reasons-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #e0e0e0;
  max-width: 408px;
  margin-bottom: 50px;
}

/**/
/*Vendors prefix on*/
.benefits__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*Vendors prefix on*/

.benefits__cryptocurrency {
  background-color: #f9fafd;
}
.benefits__cryptocurrency .benefits__subheading {
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  text-align: center;
  color: #0d0d2b;
  margin-top: 100px;
  margin-bottom: 64px;
}

.benefits__heading,
.features__heading {
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  text-align: center;
  margin: 0 0;
}

.benefits__desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #e0e0e0;
  max-width: 622px;
  margin: 0 auto;
  padding-bottom: 64px;
}
/*Vendors prefix on*/
.benefits__calculator-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  max-width: 942px;
  margin: 0 auto;
  border-radius: 0px 0px 32px 32px;
  -webkit-box-shadow: 0px 80px 40px rgba(57, 23, 119, 0.05);
  box-shadow: 0px 80px 40px rgba(57, 23, 119, 0.05);
}

.benefits__calculator-form {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 942px;
  padding: 60px 48px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 32px 32px 0px 0px;
}

/*Vendors prefix on*/

.benefits__item {
  font-size: 20px;
  margin: 0 48px;
}

.benefits__input {
  border: 0;
  background: transparent;
  height: 38px;
  font-size: 20px;
  border-bottom: 1px solid #e0e0e0;
  width: 403px;
  margin-left: 0;
}

.start__mining-input {
  border: 0;
  background: transparent;
  height: 35px;
  width: 374px;
  max-width: 100%;
  margin-right: 40px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.start__mining-input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #fff;
}

.start__mining-input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #fff;
}

.start__mining-input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #fff;
}

.start__mining-input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #fff;
}

.start__mining-input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #fff;
}

.benefits__input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #0d0d2b;
}

.benefits__input::-moz-placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #0d0d2b;
}

.benefits__input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #0d0d2b;
}

.benefits__input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #0d0d2b;
}

.benefits__input::placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #0d0d2b;
}
.benefits__select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("../images/select-arrow-down-icon.svg") 100% / 10%
    no-repeat;
  width: 200px;
  max-width: 100%;
  height: 38px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #0d0d2b;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
}

.benefits__calculator-data {
  text-align: left;
  padding: 30px 48px;
}

.benefits__calculator-revenue {
  color: #3671e9;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.benefits__calculator-rate {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #0d0d2b;
  margin-bottom: 0px;
  margin-top: 16px;
}

.benefits__calculator-rate::after {
  content: "($1275)";
  color: #3671e9;
  margin-left: 6px;
}

.benefits__calculator-ps {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #828282;
  margin-top: 4px;
}

.benefits__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}

.benefits__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  width: 370px;
  height: 433px;
  cursor: pointer;
  margin-left: 45px;
  border-radius: 16px;
}

.benefits__card:first-child {
  margin-left: 0;
}

.benefits__card h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  color: #0d0d2b;
  margin-bottom: 0;
}

.benefits__card-title.litecoin::after {
  content: "LTC";
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  margin-left: 8px;
  color: #bdbdbd;
}

.benefits__card-title.litecoin::after {
  content: "LTC";
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  margin-left: 8px;
  color: #bdbdbd;
}
.benefits__card-title.bitcoin::after {
  content: "BTC";
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  margin-left: 8px;
  color: #bdbdbd;
}
.benefits__card-title.ethereum::after {
  content: "ETH";
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  margin-left: 8px;
  color: #bdbdbd;
}

.benefits__card .benefits__card-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  max-width: 322px;
  letter-spacing: 0.01em;
  color: #828282;
}

.benefits__btn,
.features__list-btn {
  background-color: #3671e9;
  padding: 16px 24px;
  border-radius: 32px;
  text-transform: capitalize;
}

.benefits__btn::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-left: 24px;
  background: url(../images/arrow-right.svg) no-repeat center / contain;
}

.benefits__card:hover,
.benefits__card:focus,
.benefits__card:active {
  background: #2b076e;
  -webkit-transition: background-color ease-in 0.2s;
  -o-transition: background-color ease-in 0.2s;
  transition: background-color ease-in 0.2s;
}

.benefits__card:hover .benefits__card-desc,
.benefits__card:focus .benefits__card-desc,
.benefits__card:active .benefits__card-desc {
  color: #fff;
}

.benefits__card:hover .benefits__card-title,
.benefits__card:focus .benefits__card-title,
.benefits__card:active .benefits__card-title {
  color: #fff;
}

.benefits__card:hover .benefits__card-title .bitcoin::after,
.litecoin::after,
.ethereum::after,
.benefits__card:focus .benefits__card-title .bitcoin::after,
.litecoin::after,
.ethereum::after,
.benefits__card:active .benefits__card-title .bitcoin::after,
.litecoin::after,
.ethereum::after {
  color: #fff;
  opacity: 0.7;
}

/*color: #FFFFFF;

opacity: 0.7;*/

/* .benefits__card:hover {
} */

/* @media (max-width: 1000px) {
  .container {
    max-width: 800px;
  }


} */

/**/

.features {
  height: 100%;
  width: 100%;
  background: #2b076e url(../images/features-particle-1.svg) no-repeat top left /
    50%;
}

.features__heading {
  max-width: 758px;
  margin: 0 auto;
  padding-top: 100px;
}

.features__content {
  margin-top: 0;
}

.features__list {
  margin-top: 100px;
}

.features__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.features__list-item img {
  -o-object-fit: cover;
  object-fit: cover;
  background-size: contain;
}

.features__list-text {
  max-width: 408px;
}

.features__list-text h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 24px;
}
.features__list-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #e0e0e0;
  margin-bottom: 32px;
}

.features__list-item.detailed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 120px;
}

.features__list .detailed .features__list-text {
  margin-left: 100px;
}

.features__list-item.profit {
  padding-top: 120px;
  padding-bottom: 120px;
}

/**/
.start__mining {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2b076e),
    to(#0d0d2b)
  );
  background: -o-linear-gradient(top, #2b076e 0%, #0d0d2b 100%);
  background: linear-gradient(180deg, #2b076e 0%, #0d0d2b 100%);
  height: 100%;
  padding: 88px 0px;
}

.start__mining-btn {
  background-color: #fff;
  color: #000;
  padding: 14px 32px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  border: 0;
  cursor: pointer;
  border-radius: 32px;
}

.start__mining-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #3671e9;
  background-image: url("../images/big-bitcoin-logo.svg"),
    url("../images/big-ethereum-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -o-object-fit: contain;
  object-fit: contain;
  background-position: right 50px, 0px 0px;
  border-radius: 16px;
  padding: 0 48px;
}

/* .start__mining-text {
  padding: 0px 48px;
} */

.start__mining-content h3 {
  font-weight: 700;
  font-size: 32px;
  margin: 48px 0 0 0;
  line-height: 150%;
  color: #ffffff;
}

.start__mining-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin: 0 0 48px 0;
  max-width: 348px;
}

.start__mining-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/**/

.footer {
  background-color: #0d0d2b;
  height: 100%;
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
}

/* .footer__logo-img {
  align-self: flex-end;
} */

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__links-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__links-item:last-child {
  margin-left: 167px;
}

.footer__link {
  margin-top: 20px;
}

.footer__link:first-child {
  margin-top: 0;
}

.footer__links-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #ffffff;
}

.footer__payment-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.footer__payment-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #171734;
  height: 64px;
  width: 96px;
  border-radius: 8px;
}

.footer__payment-title {
  max-width: 355px;
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  color: #ffffff;
}

/**/

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}

/* .footer__copyright-social {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
} */

.footer__copyright-img {
  margin-left: 41px;
  cursor: pointer;
}

.footer__copyright-img:first-child {
  margin-left: 0;
}

/*Early media settings*/
@media (max-width: 1200px) {
  .container {
    max-width: 1000px;
  }

  .intro__text .intro__heading {
    font-size: 50px;
  }
  .intro__logo img {
    width: 100%;
  }

  .about__reasons-text h2 {
    font-size: 35px;
  }

  .about__reasons-text p {
    font-size: 16px;
  }

  .footer-links-item:last-child {
    margin-left: 50px;
  }
}

@media (max-width: 1000px) {
  .container {
    max-width: 100%;
  }

  .intro__logo img {
    width: 100%;
  }

  .intro__text .intro__heading {
    font-size: 45px;
    line-height: normal;
  }

  .intro__content,
  .header__menu {
    margin: 0 20px;
  }

  .header__content {
    margin: 0 20px;
    padding: 50px 0px 46px 0px;
  }
  .header__menu {
    display: none;
    position: fixed;
    background-color: #000;
    opacity: 0.9;
    width: 100vw;
    height: 100vh;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    top: 0;
    overflow: hidden;
    -webkit-transition: background-color ease-in 0.5s;
    -o-transition: background-color ease-in 0.5s;
    transition: background-color ease-in 0.5s;
  }
  #header__menu-icon {
    display: block;
  }

  #hamburger__icon {
    max-height: 45px;
    max-width: 45px;
  }

  .header__menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  li,
  .header__link {
    margin-top: 50px;
  }

  li .header__link {
    font-size: 4vw;
  }

  .auth .auth__item {
    font-size: 3vw;
  }

  .auth {
    margin-top: 50px;
  }

  .benefits__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .benefits__card {
    margin-left: 0;
    margin-top: 40px;
  }

  .benefits__calculator-form {
    max-width: 100%;
    margin: 0 30px;
  }

  .benefits__input {
    max-width: 100%;
    margin-right: 40px;
  }

  .benefits__select {
    max-width: 100%;
    margin-right: 40px;
  }
  .benefits__calculator-content {
    max-width: 100%;
    margin: 0 30px;
  }

  .about__reasons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about__reasons-text {
    text-align: center;
    margin: 0 atuo;
  }

  .about__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    /* margin-left: 20px;
    margin-right: 20px; */
  }

  .about__card-text {
    max-width: 100%;
  }

  .about__card-text h2 {
    font-size: 35px;
  }

  .about__card-text p {
    font-size: 15px;
  }

  .features__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .features__list-item img {
    max-width: 100%;
  }

  .features__list-item.detailed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .start__mining {
    padding: 88px 20px;
  }
  .start__mining-form {
    max-width: 400px;
  }
  .start__mining-text {
    margin-right: 10px;
  }
  .start__mining-content h3 {
    max-width: 500px;
    font-size: 30px;
  }

  .start__mining-content p {
    font-size: 16px;
  }

  .footer {
    padding: 30px 0px;
  }

  .footer__content,
  .footer__copyright {
    margin-left: 20px;
    margin-right: 20px;
    width: 100vw;
  }

  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .footer__links-item:last-child {
    margin-left: 30px;
  }

  .footer__content {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
  }

  .footer__logo {
    margin-right: 20px;
  }
  .footer__payment-title {
    text-align: center;
  }

  .footer__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 0 0;
  }
}

@media (max-width: 800px) {
  .intro__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .intro__logo img {
    display: none;
  }

  .intro__text {
    margin-top: 30px;
  }

  .about__reasons-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
  }

  .header__content {
    padding: 50px 0 30px 0;
  }

  .start__mining {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .about__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .about__reasons-text p {
    margin-bottom: 20px;
  }

  .about__card-text {
    text-align: center;
    margin-left: 0;
  }

  .about__card-text h2 {
    font-size: 30px;
    margin-top: 15px;
  }

  .about__reasons-text h2 {
    font-size: 30px;
  }

  .benefits__calculator-form {
    margin: 0;
  }
  .benefits__calculator-content {
    margin: 0;
  }

  .start__mining-text {
    text-align: center;
  }

  .start__mining-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .start__mining-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .start__mining-input {
    margin-bottom: 20px;
    margin-right: 0px;
    width: 100%;
  }
  .start__mining-content p {
    margin-bottom: 10px;
  }
  .start__mining-content h3 {
    margin-top: 20px;
  }

  .start__mining-btn {
    margin-bottom: 20px;
  }
}

@media (max-width: 430px) {
  .container {
    width: 100%;
    max-width: 100vw;
  }

  .about__content {
    max-width: 100%;
    padding: 0;
    margin-right: 0;
  }

  .header__content {
    padding: 30px 0 30px 0;
  }

  li .header__link {
    font-size: 7vw;
  }

  .auth .auth__item {
    font-size: 6vw;
  }

  .benefits__calculator-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    max-height: 240px;
    padding: 35px 24px 75px 24px;
  }

  .benefits__card {
    max-width: 300px;
  }

  .benefits__input {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }

  .benefits__calculator-btn {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    margin-left: 30px;
  }

  .benefits__select {
    margin-right: 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-bottom: 20px;
  }

  .benefits__cryptocurrency .benefits__subheading {
    margin-bottom: 10px;
  }
  .benefits__card .benefits__card-desc {
    font-size: 14px;
  }

  .benefits__calculator-content {
    margin: 0;
  }

  .benefits__calculator-data {
    padding: 30px 30px;
  }
  .benefits__cryptocurrency .benefits__subheading {
    font-size: 30px;
  }

  .benefits__desc {
    font-size: 16px;
  }

  .benefits__card h3 {
    font-size: 23px;
  }

  .features__list-text {
    text-align: center;
  }

  .features__list .detailed .features__list-text {
    margin: 0;
  }

  .benefits__heading,
  .features__heading {
    font-size: 30px;
  }

  .benefits__heading,
  .features__heading {
    margin: 0 20px;
  }

  .features__list-text h3 {
    font-size: 25px;
  }

  .start__mining {
    padding: 0;
  }
  .start__mining-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }

  .start__mining-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .start__mining-input {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 0;
  }

  .start__mining-content p {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .start__mining-content h3 {
    margin-top: 10px;
  }

  .start__mining-btn {
    font-size: 16px;
    margin-top: 30px;
  }

  .footer__links {
    margin: 0 auto;
  }

  .footer__links-item {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (max-width: 320px) {
  .intro__discount {
    width: 100%;
  }
  .intro__discount-main {
    white-space: nowrap;
    padding: 2px 20px;
  }

  .intro__discount-event {
    line-height: 21px;
    font-size: 14px;
    white-space: wrap;
  }
}
/*Early media settings*/
