html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  overscroll-behavior: inherit;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
button {
  cursor: pointer;
}
a {
  text-decoration: none;
  color: inherit;
}
.container {
  max-width: 1440px;
  margin: auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 744px) {
  .container {
    padding: 0 40px;
  }
}
@media (min-width: 1440px) {
  .container {
    padding: 0 120px;
  }
}
body {
  font-family: "Inter";
  min-height: 100dvh;
  background: linear-gradient(270deg, #140e32 0%, #3b1735 100%);
  color: #fff;
}
h1 {
  font-weight: 600;
  font-size: 20px;
}
@media (min-width: 744px) {
  h1 {
    font-size: 40px;
  }
}
@media (min-width: 1440px) {
  h1 {
    font-size: 48px;
  }
}
h2 {
  font-weight: 600;
  font-size: 22px;
}
@media (min-width: 744px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 744px) {
  h3 {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  h3 {
    font-size: 26px;
  }
}
h4 {
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 744px) {
  h4 {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  h4 {
    font-size: 18px;
  }
}
p {
  font-size: 12px;
}
@media (min-width: 744px) {
  p {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  p {
    font-size: 16px;
  }
}
.accent {
  color: #f6514a;
}
.bold {
  font-weight: 800;
}
@media (max-width: 744px) {
  .hide_mobile {
    display: none !important;
  }
}
@media (max-width: 744px) {
  .hide_mobile {
    display: none !important;
  }
}
@media (min-width: 744px) {
  .hide_tablet {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .hide_tablet {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .hide_desktop {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .desktop {
    display: none !important;
  }
}
@media (max-width: 744px) {
  .tablet {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .tablet {
    display: none !important;
  }
}
@media (min-width: 744px) {
  .mobile {
    display: none !important;
  }
}
.btn {
  padding: 16px 64px;
  border-radius: 30px;
  background: linear-gradient(90deg, #6f4bd1 0%, #f6514a 100%);
  font-size: 24px;
  font-weight: 600;
}
.profit {
  padding: 24px 0;
}
@media (min-width: 744px) {
  .profit {
    padding: 40px 0;
  }
}
@media (min-width: 1440px) {
  .profit {
    padding: 80px 0;
  }
}
.video-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0;
}
@media (min-width: 744px) {
  .video-section {
    padding: 40px 0;
  }
}
@media (min-width: 1440px) {
  .video-section {
    padding: 80px 0;
  }
}
.steps-section {
  padding: 24px 0;
}
@media (min-width: 744px) {
  .steps-section {
    padding: 40px 0;
  }
}
@media (min-width: 1440px) {
  .steps-section {
    padding: 80px 0;
  }
}
.steps-section .subtitle {
  font-size: 12px;
}
@media (min-width: 744px) {
  .steps-section .subtitle {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .steps-section .subtitle {
    font-size: 22px;
  }
}
.steps-section .bringer-label {
  font-size: 16px;
}
@media (min-width: 744px) {
  .steps-section .bringer-label {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .steps-section .bringer-label {
    font-size: 24px;
  }
}
.steps-section h4 {
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 744px) {
  .steps-section h4 {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .steps-section h4 {
    font-size: 20px;
  }
}
.steps-section p {
  font-size: 12px;
}
@media (min-width: 744px) {
  .steps-section p {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .steps-section p {
    font-size: 16px;
  }
}
.calculator {
  padding: 24px 0;
}
@media (min-width: 744px) {
  .calculator {
    padding: 40px 0;
  }
}
@media (min-width: 1440px) {
  .calculator {
    padding: 80px 0;
  }
}
.calculator .subtitle {
  font-size: 16px;
  margin-top: 12px;
}
@media (min-width: 744px) {
  .calculator .subtitle {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .calculator .subtitle {
    font-size: 24px;
  }
}
@media (min-width: 744px) {
  .calculator .subtitle {
    margin-top: 48px;
  }
}
@media (min-width: 1440px) {
  .calculator .subtitle {
    margin-top: 48px;
  }
}
.calculator .calculate__earn label {
  font-size: 12px;
}
.calculator .calculate__earn #calcResult {
  margin: 4px 0;
  color: #000;
}
.calculator .calculate__invest label {
  font-size: 12px;
  margin-bottom: 32px;
}
.calculator .calculate__btn-container {
  margin-bottom: 24px;
}
.calculator .calculate__btn-container .btn {
  text-wrap: nowrap;
  font-size: 14px;
}
@media (min-width: 744px) {
  .calculator .calculate__btn-container .btn {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .calculator .calculate__btn-container .btn {
    font-size: 24px;
  }
}
.review-section {
  border-bottom: none;
  padding: 24px 0;
}
@media (min-width: 744px) {
  .review-section {
    padding: 40px 0;
  }
}
@media (min-width: 1440px) {
  .review-section {
    padding: 80px 0;
  }
}
.review-section .bringer-section-title {
  margin-bottom: 0;
}
.review-section .subtitle {
  font-size: 16px;
  margin-top: 12px;
}
@media (min-width: 744px) {
  .review-section .subtitle {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .review-section .subtitle {
    font-size: 24px;
  }
}
@media (min-width: 744px) {
  .review-section .subtitle {
    margin-top: 24px;
  }
}
@media (min-width: 1440px) {
  .review-section .subtitle {
    margin-top: 24px;
  }
}
.review-section .bringer-tetimonials-card {
  width: 100%;
  max-width: 584px;
  color: #333;
}
.review-section .bringer-tetimonials-card .bringer-tetimonials-card-descr {
  line-height: 140%;
  font-size: 14px;
}
@media (min-width: 744px) {
  .review-section .bringer-tetimonials-card .bringer-tetimonials-card-descr {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .review-section .bringer-tetimonials-card .bringer-tetimonials-card-descr {
    font-size: 16px;
  }
}
.review-section .bringer-tetimonials-card h6 {
  font-weight: 600;
  font-size: 18px;
}
@media (min-width: 744px) {
  .review-section .bringer-tetimonials-card h6 {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .review-section .bringer-tetimonials-card h6 {
    font-size: 20px;
  }
}
.review-section .bringer-tetimonials-card .bringer-meta {
  letter-spacing: 1.44px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 186%;
  font-size: 10px;
}
@media (min-width: 744px) {
  .review-section .bringer-tetimonials-card .bringer-meta {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .review-section .bringer-tetimonials-card .bringer-meta {
    font-size: 12px;
  }
}
.review-section .review-wrap {
  margin-bottom: 0;
  display: grid;
  place-items: center;
  gap: 16px;
  padding: 48px 0;
}
@media (min-width: 744px) {
  .review-section .review-wrap {
    padding: 48px 0;
  }
}
@media (min-width: 1440px) {
  .review-section .review-wrap {
    padding: 100px 0;
  }
}
@media (min-width: 1440px) {
  .review-section .review-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
header {
  padding: 16px 0;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
header .container .logo {
  width: 100%;
  max-width: 370px;
}
.welcome-section {
  padding: 24px 0;
}
@media (min-width: 744px) {
  .welcome-section {
    padding: 40px 0;
  }
}
@media (min-width: 1440px) {
  .welcome-section {
    padding: 80px 0;
  }
}
.welcome-section .container .title {
  line-height: 137%;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 744px) {
  .welcome-section .container .title {
    font-size: 40px;
  }
}
@media (min-width: 1440px) {
  .welcome-section .container .title {
    font-size: 64px;
  }
}
.welcome-section .container .subtitle {
  text-align: center;
  margin-top: 16px;
  font-size: 12px;
}
@media (min-width: 744px) {
  .welcome-section .container .subtitle {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .welcome-section .container .subtitle {
    font-size: 22px;
  }
}
.welcome-section .container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-top: 32px;
}
@media (min-width: 744px) {
  .welcome-section .container .content {
    margin-top: 64px;
  }
}
@media (min-width: 1440px) {
  .welcome-section .container .content {
    margin-top: 64px;
  }
}
@media (min-width: 1440px) {
  .welcome-section .container .content {
    flex-direction: row;
    align-items: unset;
    justify-content: center;
  }
}
.welcome-section .container .content .form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  width: 100%;
  max-width: 387px;
  border-radius: 12px;
  background: #141414;
  padding: 20px 16px;
}
@media (min-width: 744px) {
  .welcome-section .container .content .form-wrapper {
    padding: 40px 32px;
  }
}
.requests__title {
  color: #fff;
  font-family: "Roboto";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (min-width: 834px) {
  .requests__title {
    font-size: 36px;
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1440px) {
  .requests__title {
    font-size: 40px;
    margin-bottom: 90px;
  }
}
.requests__item {
  width: 330px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 2px 6px 0px rgba(26, 30, 33, 0.06);
  border: 1px solid #d2d2d2;
}
.requests__item-wrapper {
  text-align: center;
  padding-top: 39px;
  padding-bottom: 15px;
}
.requests__item-button {
  background: #57be46;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}
.requests__item-main {
  display: flex;
  padding-bottom: 21px;
  background: #f2f2f2;
  align-items: center;
  justify-content: center;
  padding-top: 21px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.requests__item-title {
  color: #131313;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
}
.requests__item-withdrew {
  color: #131313;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 24px;
}
.requests__item-withdrew-sum {
  color: #ee0707;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 40px;
}
.requests__item-now {
  color: #737373;
  text-align: center;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  position: relative;
}
.requests__item-now::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../img/loading.svg");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 90px;
}
#swiperFirst {
  width: 100%;
}
@media screen and (min-width: 834px) {
  #swiperFirst {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  #swiperFirst {
    width: 1360px;
    margin: 0 auto;
  }
}
.requests__item-sum {
  color: #ee0707;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.requests__item-withdrew-sum-line {
  width: 280px;
  height: 1px;
  background: #d2d2d2;
  margin: 0 auto;
  margin-bottom: 12px;
}
@media screen and (min-width: 834px) {
  .requests__item-withdrew-sum-line {
    width: 312px;
  }
}
@media screen and (min-width: 1440px) {
  .requests__item-withdrew-sum-line {
    width: 276px;
  }
}
.requests__button-next {
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 100px;
  padding: 18px;
  box-shadow: 0px 0px 4px 0px rgba(26, 30, 33, 0.06);
  border: 1px solid #f2f2f2;
}
.requests__button-prev {
  width: 56px;
  height: 56px;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 0px 4px 0px rgba(26, 30, 33, 0.06);
  border-radius: 100px;
  padding: 18px;
}
.requests__pagination {
  width: 68px !important;
}
.swiper-navigation {
  width: 228px;
  display: flex;
  margin: 0 auto;
  margin-top: 40px;
  justify-content: space-between;
  align-items: center;
}
.arrow-next {
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../img/next.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.arrow-prev {
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../img/prev.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.swiper-pagination-bullet:last-child {
  display: none !important;
}
.requests__button-prev,
.requests__button-next {
  cursor: pointer;
}
.results {
  padding-top: 180px;
  background: #fff;
}
@media screen and (min-width: 834px) {
  .results {
    padding-top: 206px;
  }
}
@media screen and (min-width: 1440px) {
  .results {
    padding-top: 188px;
  }
}
.results__title {
  margin-bottom: 80px;
  color: #131313;
  font-family: "Roboto";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  margin-bottom: 80px;
}
@media screen and (min-width: 834px) {
  .results__title {
    font-size: 36px;
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1440px) {
  .results__title {
    font-size: 40px;
    margin-bottom: 96px;
  }
}
.results__img {
  margin-bottom: 40px;
  display: block;
  z-index: 5;
}
.results__text-title {
  color: #fff;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  margin-bottom: 16px;
}
@media screen and (min-width: 834px) {
  .results__text-title {
    font-size: 24px;
  }
}
.results__text {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
@media screen and (min-width: 834px) {
  .results__text {
    font-size: 16px;
  }
}
.results__item {
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 56px;
}
@media screen and (min-width: 1440px) {
  .results__item {
    margin-bottom: 0;
  }
}
.results__item-lastChild {
  margin-bottom: 0;
}
.results__list {
  display: block;
  margin: 0 auto !important;
  max-width: max-content;
}
@media screen and (min-width: 1440px) {
  .results__list {
    width: 1358px;
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 100%;
  }
}
.results__line {
  display: none;
}
@media screen and (min-width: 1440px) {
  .results__line {
    width: 623px;
    height: 2px;
    background-image: url("../../img/line.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    left: 50%;
    top: 10%;
    transform: translate(-50%, -10%);
  }
}
.results__list {
  width: 100%;
  overflow-x: hidden;
}
.amount__title {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 104.4%;
}
.amount__title:not(:last-child) {
  margin-bottom: 1.4375rem;
}
.amount__subtitle {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: normal;
}
.amount__subtitle:not(:last-child) {
  margin-bottom: 3.875rem;
}
.calculator {
  padding: 50px 0 100px;
}
.calculator__container {
  position: relative;
  border-radius: 20px;
  padding: 40px;
}
.calculator__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.calculator__left {
  flex: 0 1 50%;
  width: 100%;
}
.calculator__output {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}
.calculator__output:last-child {
  margin-bottom: 0;
}
.calculator__output-items {
  max-width: 180px;
  width: 100%;
  flex-shrink: 0;
}
.calculator__output-title {
  color: #fff;
  text-align: center;
  text-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
.calculator__output-subtitle {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  border: 4px solid #fff;
  background: #2a609d;
  padding: 9px 0 6px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.calculator__input {
  width: 100%;
}
.calculator__right {
  order: -1;
  width: 100%;
  display: flex;
  flex: 0 1 50%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  border: 4px solid #fff;
  background: linear-gradient(113deg, #69aefc 5.31%, #7e93ab 97.13%);
  padding: 42px 10px 40px;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
@media (min-width: 75em) {
  .calculator__wrapper {
    flex-direction: row;
  }
  .calculator__left {
    width: 50%;
  }
  .calculator__right {
    order: 0;
    width: 50%;
  }
}
.reviews__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 24% 10% 18% 8%;
  gap: 80px;
  margin: 30px auto 60px;
}
@media (max-width: 1385px) {
  .reviews__list {
    grid-template-columns: minmax(280px, 600px);
    grid-template-rows: none;
    justify-content: center;
    gap: 20px;
  }
}
.reviews__list li:nth-of-type(1) {
  grid-row: 1;
  grid-column: 1;
}
@media (max-width: 1385px) {
  .reviews__list li:nth-of-type(1) {
    grid-row: 1;
  }
}
.reviews__list li:nth-of-type(2) {
  grid-row: 1/3;
  grid-column: 2;
}
@media (max-width: 1385px) {
  .reviews__list li:nth-of-type(2) {
    grid-column: 1;
    grid-row: 2;
  }
}
.reviews__list li:nth-of-type(3) {
  grid-row: 2/4;
  grid-column: 1;
}
@media (max-width: 1385px) {
  .reviews__list li:nth-of-type(3) {
    grid-column: 1;
    grid-row: 3;
  }
}
.reviews__list li:nth-of-type(4) {
  grid-row: 3/5;
  grid-column: 2;
}
@media (max-width: 1385px) {
  .reviews__list li:nth-of-type(4) {
    grid-column: 1;
    grid-row: 4;
  }
}
.reviews__list li:nth-of-type(5) {
  grid-row: 4/6;
  grid-column: 1;
}
@media (max-width: 1385px) {
  .reviews__list li:nth-of-type(5) {
    grid-column: 1;
    grid-row: 5;
  }
}
.reviews__list li:nth-of-type(6) {
  grid-row: 5;
  grid-column: 2;
}
@media (max-width: 1385px) {
  .reviews__list li:nth-of-type(6) {
    grid-column: 1;
    grid-row: 6;
  }
}
.reviews__review {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 680px) {
  .reviews__review {
    padding: 20px;
  }
}
.reviews__header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.reviews__image {
  max-width: 100px;
  margin-right: 16px;
}
@media (max-width: 680px) {
  .reviews__image {
    max-width: 60px;
    margin-right: 12px;
  }
}
.reviews__name {
  font-family: "Helvetica-Neue-Bold";
  font-style: normal;
  font-size: 24px;
  line-height: 140%;
  color: #3b5998;
}
@media (max-width: 680px) {
  .reviews__name {
    font-size: 16px;
  }
}
.reviews__text {
  font-family: "Helvetica-Neue-Regular";
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  color: #4d4d4d;
}
@media (max-width: 680px) {
  .reviews__text {
    font-size: 14px;
  }
}
.footer {
  color: #a0a0a0;
  padding: 60px 0;
}
@media (min-width: 744px) {
  .footer {
    padding: 80px 0;
  }
}
.footer .container {
  align-items: flex-start;
  gap: 16px;
}
.footer .container .links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 744px) {
  .footer .container .links {
    flex-direction: row;
    gap: 40px;
  }
}
.footer .container .links a {
  font-size: 13px;
  color: #fff;
  text-decoration: underline;
}
.footer .container p {
  font-size: 13px;
}
.footer .container p span {
  font-weight: 700;
} /*# sourceMappingURL=main.min.css.map */
