.form-send {
  padding: 16px !important;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
    0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12) !important;
  background: #fff;
}

.form-block {
  display: block;
  width: 100%;
  margin: 15px 0;
}

.form-block input {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #b1b1b1;
}

.form-block input:focus {
  border: 1px solid #b1b1b1;
  outline: 1px solid #b1b1b1;
}

.send-btn {
  background-color: #0033c4 !important;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  display: block;
  padding: 10px;
  font-weight: 900;
  border-radius: 5px;
}
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 {
  height: 65px;
}
@media (max-width: 650px) {
  .header {
    height: 38.5px;
  }
}
.header__logo-container {
  width: 265px;
}
@media (max-width: 650px) {
  .header__logo-container {
    width: 210px;
  }
}
.header__logo-bg {
  position: relative;
  z-index: 3;
  padding-left: 20%;
}
.header__logo-bg::before {
  content: "";
  position: absolute;
  width: 20%;
  background-color: #fff;
  left: 0;
  height: 48.5px;
  z-index: 3;
}
@media (max-width: 650px) {
  .header__logo-bg::before {
    height: 38.5px;
    width: 21%;
  }
}

.form {
  padding: 100px 20px;
  position: relative;
  background-image: url("urn:scrapbook:download:error:https://pobavan.com/lander/tech-7358---alvexo-ai3/img/bg.webp");
  background-size: cover;
}
@media (max-width: 650px) {
  .form {
    padding: 80px 20px;
  }
}
.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: #316de5;
}
@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;
  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 {
  margin-left: 40px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  padding: 32px 24px;
}
@media (max-width: 950px) {
  .form__form {
    margin-left: 0;
    padding: 20px 10px;
    margin-top: 32px;
  }
}
.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 20px;
}
@media (max-width: 650px) {
  .results {
    padding: 60px 20px;
  }
}
.results__title {
  color: #316de5;
  padding-bottom: 20px;
  border-bottom: 3px solid #1e1e1e;
  font-size: 36px;
  text-align: center;
  width: -moz-fit-content;
  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: 1fr 1fr;
  justify-content: center;
  row-gap: 60px;
}
@media (max-width: 650px) {
  .results__list {
    grid-template-columns: 1fr;
  }
}
.results__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 420px;
  justify-self: center;
}
.results__item-title {
  color: #333;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin: 20px 0;
}
@media (max-width: 650px) {
  .results__item-title {
    font-size: 16px;
  }
}
.results__item-text {
  color: #333;
  font-size: 18px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 650px) {
  .results__item-text {
    font-size: 14px;
  }
}
.results__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #316de5;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  padding: 16px 80px;
  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: 44px 10px;
  background-color: #1e1e1e;
}
.footer__img {
  display: block;
  width: 140px;
  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__support-desktop {
  display: none;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .footer__support-desktop {
    display: block;
  }
}
.footer__support-mobile {
  display: block;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .footer__support-mobile {
    display: none;
  }
}

.table {
  padding: 120px 20px;
}
@media (max-width: 650px) {
  .table {
    padding: 80px 20px;
  }
}
.table__title {
  color: #316de5;
  text-align: center;
  font-family: "Roboto";
  font-size: 36px;
  font-weight: 700;
  margin: 0 auto;
  margin-bottom: 70px;
}
@media (max-width: 650px) {
  .table__title {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.table-responsive {
  margin: 0 auto;
}
@media (max-width: 950px) {
  .table-responsive {
    overflow-x: scroll;
  }
}
.table__table {
background: #f5f5f5;
    text-align: center;
    margin: 0 auto;
    opacity: 0.92;
}
.table__table thead {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.6);
}
.table__table th {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 12px 32px;
  color: #000;
}
.table__table th:nth-child(4) {
  padding: 12px 60px;
  color: #000;
}
.table__table th:nth-child(5) {
  padding: 12px 65px
}
.table__table tbody tr:nth-child(odd) {
  background: #d4d4d43b;
}
.table__table td {
  padding: 12px 5px;
  color: #000;
}

.questions {
  padding: 0 20px;
}
.questions__title {
  color: #316de5;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 650px) {
  .questions__title {
    font-size: 16px;
  }
}
.questions__list {
  max-width: 950px;
  margin: 0 auto;
  margin-top: 44px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 650px) {
  .questions__list {
    grid-template-columns: 1fr;
  }
}
.questions__item {
  height: 360px;
  padding: 24px 80px 0 24px;
  border-radius: 1px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 650px) {
  .questions__item {
    height: -moz-fit-content;
    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: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 24px;
}
@media (max-width: 650px) {
  .questions__item-title {
    font-size: 16px;
  }
}
.questions__item-img {
  width: 40px;
  transform: translateX(60px) !important;
}
.questions__text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
@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: #316de5;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s;
  text-decoration: none;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 80px auto;
}
@media (max-width: 650px) {
  .questions__link {
    font-size: 14px;
  }
}
.questions__link:hover {
  background-color: #2457bb;
}

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

.calculate{
  background: url("anniversary_header.png");
  background-position: center;
  background-size: cover;
}

.calculator-block{
  max-width: max-content;
  margin: 0 auto;
  padding: 25px;
  background-color: rgba(255, 255, 255, .8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: #000 !important;
}

.calculator-block .title{
  color: #0033c4 !important;
}

.calculator-block .subtitle{
  color: #0033c4;
}

.calculate .board {
  background-color: rgba(0, 50, 153, .8);
  color: #fff;
}

.calculate .output-box {
  width: 330px;
  padding: 32px 24px;
  border-radius: 12px;
  border: 1px solid #0033c4;
  color: #0033c4;
  line-height: normal;
}

.hero {
  padding: 100px 0;
  background-image: url("background.webp");
  background-size: cover;
  background-position: 50%;
}

.main-logo{
  padding-top: 30px;
  text-align: center;
}

.main-logo img{
  max-width: 500px;
}

@media (max-width: 768px) {
  #page-actions{
    height: 30px !important;
  }
  .main-logo{
    padding-top: 10px;
    text-align: center;
  }
  
  .main-logo img{
    max-width: 300px;
  }
  .header .container-fluid{
    padding: 10px 0 !important;
  }
  .header{
    height: 100% !important;
  }
}

@keyframes ticker {
  100% {
    transform: translateX(-100%); /*try changing this to -100vw*/
  }
} /*# sourceMappingURL=main.css.map */
