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;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

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;
}

body {
  font-family: "Inter", sans-serif !important;
}

.header {
  padding: 10px 20px;
}
@media (max-width: 650px) {
}
.header__logo-container {
  width: 265px;
  margin: 0 auto;
}
@media (max-width: 650px) {
  .header__logo-container {
    width: 265px;
  }
}
.header__logo-bg {
  position: relative;
  z-index: 3;
}

.form {
  padding: 50px 20px;
  position: relative;
}

.form__title {
  color: #fff;
  max-width: 1350px;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.form__title span {
  color: #ffd700;
}
@media (max-width: 650px) {
  .form__title {
    font-size: 20px;
  }
}
.form__subtitle {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media (max-width: 650px) {
  .form__subtitle {
    font-size: 16px;
  }
}
.form__subtitle span {
  color: #316de5;
}
.form__video-cont {
  margin: 0 auto;
  background-color: #111;
  width: 100%;
  max-width: 900px;
}
.form__bounse-btn {
  position: absolute;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #316de5;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%) !important;
  cursor: pointer;
}
.form__form-cont {
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
}
@media (max-width: 950px) {
  .form__form-cont {
    flex-direction: column;
    justify-content: center;
  }
}
.form__form {
  width: 50%;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 950px) {
  .form__form {
    width: 100%;
  }
}
.form__form h4 {
  color: #000;
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  margin-right: auto;
}
@media (max-width: 650px) {
  .form__form h4 {
    font-size: 20px;
  }
}

.bounce2 {
  animation: bounce1 2s ease infinite;
}

@keyframes bounce1 {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0) !important;
  }
  40% {
    transform: translateY(-30px) !important;
  }
  60% {
    transform: translateY(-15px) !important;
  }
}
.results {
  padding: 120px 120px;
  background: #fff;
}
@media (max-width: 650px) {
  .results {
    padding: 40px 15px;
  }
}
.results__title {
  color: #000;
  padding-bottom: 20px;
  font-size: 36px;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 62px;
}
@media (max-width: 650px) {
  .results__title {
    font-size: 20px;
    list-style: 240%;
  }
}
.results__list {
  display: grid;
  grid-template-columns: repeat(4, 260px);
  align-content: center;
  justify-content: center;
  gap: 24px;
  border-radius: 16px;
  background: #fff;
}
.results__item {
  border-radius: 16px;
  padding: 24px 10px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}
.results__item .box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 34px;
}
.results__item img {
  width: 76px;
}
.results__item-title {
  color: #333;
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  margin: 20px 0;
}
@media (max-width: 650px) {
  .results__item-title {
    font-size: 24px;
  }
}
.results__item-text {
  color: #333;
  font-size: 18px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 650px) {
  .results__item-text {
    font-size: 16px;
  }
}
.results__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgb(5 150 105);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding: 16px 40px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 120px;
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width: 650px) {
  .results__link {
    font-size: 16px;
    padding: 16px 10px;
    text-align: center;
  }
}
.results__link:hover {
  background: #2353b2;
}
@media (max-width: 650px) {
  .results__img-l {
    width: 52px !important;
  }
}

.footer {
  padding: 40px 15px;
  background: #171616;
}
.footer__img {
  display: block;
  width: 240px;
  margin: 0 auto;
  margin-bottom: 42px;
}
.footer__second-img {
  display: block;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media (max-width: 650px) {
  .footer__second-img {
    width: 260px;
  }
}
.footer__support {
  display: block;
  width: 710px;
  overflow-x: hidden;
  margin: 0 auto;
  margin-bottom: 32px;
}
.footer__title {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 32px;
}
.footer__text {
  max-width: 800px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 32px;
}
.footer__year {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  margin: 0 auto;
  margin-bottom: 8px;
}
.footer__list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.footer__link {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.footer__support-desktop {
  margin: 0 auto;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
}
.footer__support-mobile {
  display: block;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .footer__support-mobile {
    display: none;
  }
}

.comments {
  padding: 80px 20px;
  background: url("/img/bg-1.png") no-repeat center / cover;
}
.comments .container {
  max-width: 1240px;
  margin: 0 auto;
}
.comments__title {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}
.comments .swiper {
  max-width: 100%;
}
.comments .swiper .swiper-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.comments .swiper-slide {
  width: 295px;
}

.card {
  width: 100%;
  height: 100%;
  padding: 40px 15px;
  border-radius: 16px;
  border: 1px solid #000;
  color: black;
  background-color: #fff;
}
.card__top p {
  margin-bottom: 8px;
  color: #687083;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
}
.card__top p span {
  color: black;
  font-weight: 700;
}
.card__mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 8px;
  margin-bottom: 16px;
}
.card__avatar {
  margin-bottom: 16px;
}
.card__name {
  font-weight: 700;
  color: black;
  margin-bottom: 4px;
}
.card__city {
  color: black;
  font-size: 14px;
}
.card__caption {
  color: #687083;
  font-family: "Open sans", sans-serif;
  font-weight: 600;
}

.card__caption:after {
  margin-left: auto;
  margin-bottom: 0;
  margin-top: 16px;
}

@media (max-width: 1130px) {
  .comments .swiper .swiper-wrapper {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .results__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

@media (max-width: 950px) {
  .comments .swiper .swiper-slide {
    width: 367px;
  }
  .comments .swiper .swiper-navigation {
    display: none;
  }
}
@media (max-width: 850px) {
  .results__list {
    grid-template-columns: unset;
    grid-template-rows: repeat(4, 1fr);
  }
  .comments .swiper .swiper-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 650px) {
  .comments {
    padding: 40px 15px;
  }
  .comments .container {
    padding-right: 0;
  }
  .comments__title {
    font-size: 20px;
  }
  .comments .swiper {
    margin: 0;
  }
  .comments .swiper .swiper-slide {
    width: 100%;
  }
}
.questions {
  padding: 80px 20px;
  background: #171616;
}

.questions__title {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 650px) {
  .questions__title {
    font-size: 16px;
  }
}
.questions__list {
  margin: 0 auto;
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) {
  .questions__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .questions__list {
    grid-template-columns: 1fr;
  }
}
.questions__item {
  padding: 24px 16px 20px 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 650px) {
  .questions__item {
    height: fit-content;
    padding-bottom: 32px;
  }
}
.questions__item-title-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.questions__item-title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 24px;
}
@media (max-width: 650px) {
  .questions__item-title {
    font-size: 16px;
  }

  .questions {
    padding: 40px 15px;
  }
}
.questions__item-img {
  width: 40px;
}
.questions__text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 650px) {
  .questions__text {
    font-size: 14px;
  }
}
.questions__link {
  display: flex;
  padding: 16px 80px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #b20023;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  transition: all 0.3s;
  text-decoration: none;
  max-width: fit-content;
  margin: 30px auto;
}

.questions__link:hover {
  background-color: #b20024a7;
}

.currencyList {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1e1e1e;
  margin: 0 auto;
  padding: 12px 20px;
  justify-content: space-between;
  animation: ticker 10s infinite linear;
}
@media (max-width: 950px) {
  .currencyList {
    animation: ticker 5s infinite linear;
  }
}
.currencyList li {
  display: flex;
  white-space: nowrap;
  margin-right: 20px;
  word-wrap: none;
}

.curName {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 18.4px;
  text-transform: capitalize;
  margin-right: 12px;
}

.curValue {
  color: #6b97f1;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.4px;
}
.curValue span {
  color: #fff;
}

@keyframes ticker {
  100% {
    transform: translateX(-100%); /*try changing this to -100vw*/
  }
}
body {
  background: url("/img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

* {
  scroll-behavior: smooth;
}

@media (max-width: 700px) {
  .form {
    padding: 30px 20px;
    padding-top: 20px;
  }

  .form__title {
    font-size: 28px;
  }
}

.footer-bottom {
  padding: 16px 0;
  border-top: 1px solid #838383;
  background: #171616;
}

.support-image {
  border-radius: 50%;
  border: 1px solid #c50101;
  padding: 20px;
}

.support {
  display: block;
  position: relative;
}

.support::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 40px);
  transform: translateY(-50%);
  background: #c50101;
  width: 45%;
  height: 1px;
}

.support::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #c50101;
  width: 48%;
  height: 1px;
}

@media (max-width: 1500px) {
  .support::before {
    width: 45%;
  }
}

@media (max-width: 600px) {
  .support::before,
  .support::after {
    width: 43%;
  }
}

@media (max-width: 500px) {
  .support::before,
  .support::after {
    width: 40%;
  }
}
.footer__title {
  color: #ff5c00;
}
.footer__text {
  color: #fff;
}
