* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #000000;
  color: rgba(255, 255, 255, 1);
  font-family: "Roboto", sans-serif;
  margin: 0;
}
ul {
  padding-inline-start: 0px;
}

li {
  list-style: none;
}

p {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-align: left;
  font-family: "Roboto", sans-serif;
}
h1 {
  font-weight: 900;
  font-size: 43px;
  line-height: 56px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 16px;
  margin-top: 0;
}
h2 {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  margin: 0;
}
.legal-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
header {
  width: 100%;
  background: rgba(0, 0, 0);
  backdrop-filter: blur(5px);
  z-index: +2;
}
.header_wrap {
  height: 88px;
  display: flex;
  align-items: center;
  gap: 48px;
  padding-left: 70px;
  padding-right: 70px;
}
.header_group nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  list-style: none;
  font-size: 20px;
  gap: 30px;
}
.header_group nav ul a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}
.menu_btn {
  display: none;
  background-color: transparent;
  border: none;
  outline: none;
  height: 32px;
  width: 50px;
  cursor: pointer;
  background-image: url(../fonts/hamburger.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.menu_btn.active {
  background-image: url(../fonts/close.svg);
}
.registration-btn {
  font-weight: 900;
  font-size: 14px;
  padding: 12px 24px;
  background-color: rgba(224, 15, 41, 1);
}
.registration-btn:hover {
  background-color: rgba(192, 18, 40, 1);
}
.bottom-form {
  padding-top: 175px;
  padding-bottom: 252px;
  /* background-image: url("../images/bg.png"); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bottom-form h2 {
  text-align: center;
  margin: auto;
  margin-bottom: 8px;
}
form {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.formm {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.formm_wrapper {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

form input {
  width: 100%;
  height: 48px;
  padding: 12px;
  padding-left: 44px;
  margin-top: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.input_wrapper .wrap {
  position: relative;
}
.icon {
  color: #bfbfbf;
  position: absolute;
  margin-left: 15px;
  font-size: 22px;
  left: 0;
  top: 19px;
}
.intro {
  position: relative;
}
.video {
  position: relative;
  /* background-image: url("../images/poster.png"); */
  background-size: 100% 100%;
}
.video.active {
  background-image: none;
}
.play {
  position: absolute;
  top: 50%;
  margin-top: -33px;
  margin-left: -33px;
  left: 50%;
  cursor: pointer;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
.down {
  position: absolute;
  bottom: 16px;
  right: 50%;
  margin-right: -96px;
  animation: float 5s cubic-bezier(0.35, 0.04, 0.66, 0.97) infinite;
  cursor: pointer;
}
input:hover + .icon,
input:focus + .icon {
  color: #111111;
}
input:focus {
  outline: none;
}
.iti {
  width: 416px;
  margin: 15px 0;
}
.iti input {
  width: 100%;
}
.submit_btn {
  margin-top: 8px;
  width: 416px;
  height: 48px;
  font-size: 18px;
  color: white;
  background-color: rgba(224, 15, 41, 1);
  border: none;
  font-family: "Roboto", sans-serif;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}
.iti__flag-container {
  height: 48px;
}
input::placeholder,
.iti__country-name,
.iti__selected-dial-code {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: rgba(191, 191, 191, 1);
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
footer {
  height: 104px;
  padding-top: 24px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-items {
  display: flex;
  gap: 32px;
}
.footer-items a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.footer_wrap span {
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0px;
  color: rgba(60, 60, 60, 1);
}
.intro .wrapper {
  display: flex;
  gap: 32px;
  padding-top: 140px;
  padding-bottom: 228px;
}
.intro {
  background-image: url("../images/bg-intro.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.video,
.form {
  width: 50%;
}
.form {
  width: 50%;
}
.form span {
  font-weight: 300;
  font-size: 20px;
}
.content {
  position: relative;
  top: 30px;
  @media (min-width: 1200px) {
    top: 80px;
  }
}
.upper-block {
  padding-top: 72px;
  padding-bottom: 72px;
}
.upper-block div {
  display: flex;
  gap: 32px;
  margin-top: 24px;
  @media (min-width: 1200px) {
    margin-left: 180px;
  }
}
.upper-block h2 {
  margin: 0;
}
.bottom-block {
  padding-bottom: 68px;
  padding-top: 68px;
  background-image: url("../images/bg-about.png");
  background-size: 100% 100%;
}
.bottom-block .wrap {
  display: flex;
  justify-content: space-around;
}
.bottom-block div span:first-child {
  font-size: 52px;
  font-weight: 900;
  display: block;
  text-align: center;
  font-family: "Montserrat";
}
.bottom-block div span:last-child {
  font-size: 22px;
  font-weight: 300;
  display: block;
  text-align: center;
}
a.anchor {
  display: block;
  position: relative;
  top: -86px;
  visibility: hidden;
}
.statistics h2 {
  margin-bottom: 32px;
}
.statistics {
  padding-top: 120px;
  padding-bottom: 97px;
}
.table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.table-row {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  color: rgba(183, 183, 183, 1);
  border-bottom: solid 1px rgba(183, 183, 183, 1);
  padding-top: 24px;
  padding-bottom: 24px;
  align-items: center;
}
.country {
  align-items: center;
  display: flex;
}
.table-row img {
  margin-right: 8px;
  width: 40px;
}
.header-row {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  color: white;
}
.date br {
  display: none;
}
.calculator {
  padding: 217px 0;
  background-image: url("../images/bg-calculator.png");
  background-size: 100% 100%;
}
.subheading {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin: auto;
  display: block;
  margin-bottom: 100px;
}
.calulator-form .wrap {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.calulator-form .wrap div:nth-child(2) {
  width: 2px;
  height: 280px;
  background-color: white;
}
.calulator-form .wrap div {
  display: flex;
  flex-direction: column;
}
.calulator-form .wrap div span:first-child {
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
}
.calulator-form .wrap div span:last-child {
  font-family: "Montserrat";
  font-size: 72px;
  font-weight: 800;
  line-height: 88px;
  width: 490px;
}
.calulator-form .wrap div:first-child {
  align-items: flex-end;
  text-align: right;
}
.calulator-form input,
label.investment {
  height: 88px;
  font-family: "Montserrat";
  font-size: 72px;
  font-weight: 800;
  line-height: 88px;
  color: white;
  background-color: transparent;
  border: none;
  text-align: right;
}
.calulator-form input {
  width: 490px;
}
.calulator-form input {
  padding-right: 50px;
}
label.investment {
  margin-top: -88px;
  height: 93px;
}

.calulator-form input::placeholder {
  font-family: "Montserrat";
  font-size: 72px;
  font-weight: 800;
  line-height: 88px;
  color: white;
  text-align: right;
}
.calulator-form .registration-btn {
  margin: auto;
  margin-top: 24px;
  display: block;
  text-decoration: none;
}
.subheading br {
  display: none;
}
.benefits {
  padding-top: 72px;
  padding-bottom: 136px;
}
.line {
  background: rgba(255, 255, 255, 1);
  height: 3px;
  width: 100%;
  margin-top: 13px;
}
.benefits-wrap {
  display: flex;
  gap: 32px;
}
.benefits p {
  font-size: 21px;
  line-height: 32px;
  position: relative;
  width: 25%;
}
.benefits p:before {
  content: "";
  display: block;
  width: 1px;
  background: #ffffff;
  margin-bottom: 8px;
}
.benefits p:first-child:before {
  height: 148px;
}
.benefits p:nth-child(2):before {
  height: 228px;
}
.benefits p:nth-child(3):before {
  height: 76px;
}
.benefits p:last-child:before {
  height: 316px;
}
.benefits p:after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: -6px;
  left: -6px;
}

@media (min-width: 1300px) {
  .container {
    width: 1300px !important;
  }
}
@media (max-width: 1300px) {
  .header_wrap {
    gap: 20px;
  }
  .header_wrap,
  footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1200px) {
  .intro .wrapper {
    padding-top: 60px;
    padding-bottom: 228px;
  }
  .header_wrap {
    justify-content: space-between;
  }
  .header_wrap.active {
    justify-content: space-between;
    background-color: #0a0a0a;
  }

  .header_group nav ul {
    position: absolute;
    right: -100%;
    top: 86px;
    flex-direction: column;
    width: 280px;
    text-align: left;
    transition: 0.4s;
    padding-left: 24px;
    padding-right: 24px;
    height: 100vh;
    justify-content: flex-start;
    gap: 40px;
    align-items: flex-start;
    background-color: #0a0a0a;
    margin-top: 0;
  }

  .nav_menu.active {
    right: 0;
    overflow: scroll;
  }

  .menu_btn {
    display: block;
  }
  .footer-items {
    flex-direction: column;
    gap: 16px;
  }
  .intro .wrapper {
    flex-direction: column;
  }
  .video,
  .form {
    width: 100%;
  }
  .video {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    padding: 0;
  }
  .video iframe {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
  }
  .intro form,
  .intro .submit_btn,
  .intro .iti {
    margin-left: auto;
  }
  .form span {
    margin: auto;
    display: block;
    text-align: center;
  }
  .calculator {
    padding: 65px 0;
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 992px) {
  .header_group nav ul {
    width: 100%;
    display: none;
  }
  .header-row {
    font-size: 20px;
  }
  .statistics {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .calulator-form .wrap div span:last-child,
  .calulator-form input,
  .calulator-form input::placeholder {
    font-size: 32px;
    line-height: 40px;
    max-width: 230px;
    height: 40px;
  }
  label.investment {
    margin-top: -62px;
    font-size: 32px;
    height: 67px;
  }
  .calulator-form input {
    padding-right: 22px;
  }
}
@media (max-width: 767px) {
  .header_wrap,
  footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bottom-form {
    padding-top: 50px;
    padding-bottom: 70px;
    /* background-image: url("../images/bg-mob.png"); */
  }
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
  form,
  .iti,
  .submit_btn {
    width: 100%;
    max-width: 416px;
  }
  footer {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
  .intro {
    background-image: url("../images/bg-intro-mob.png");
  }
  .intro .wrapper {
    padding-top: 16px;
    padding-bottom: 73px;
    gap: 16px;
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .form span {
    margin-left: 0;
    font-size: 16px;
    text-align: left;
  }
  .intro form,
  .intro .submit_btn,
  .intro .iti,
  form,
  .submit_btn,
  .iti {
    margin-left: auto;
    width: 100%;
    max-width: 600px;
  }
  @keyframes float {
    0% {
      transform: translatey(0px);
    }
    50% {
      transform: translatey(-15px);
    }
    100% {
      transform: translatey(0px);
    }
  }
  .down img {
    max-width: 124px;
  }
  .down {
    bottom: -23px;
    margin-right: -62px;
  }
  .play img {
    width: 33px;
    height: 33px;
  }
  .play {
    margin-top: -16.5px;
    margin-left: -16.5px;
  }
  .upper-block {
    padding-top: 52px;
    flex-direction: column;
  }
  .upper-block div {
    flex-direction: column;
  }
  .upper-block div {
    display: flex;
    gap: 16px;
    margin-left: 0;
    margin-top: 0;
  }
  .bottom-block {
    padding-bottom: 30px;
    padding-top: 30px;
    @media (min-width: 1200px) {
      padding-bottom: 57px;
      padding-top: 57px;
    }

    background-size: cover;
  }
  .bottom-block .wrap {
    flex-direction: column;
    gap: 54px;
  }
  .bottom-block div span:last-child {
    font-size: 28px;
    font-weight: 400;
  }
  .statistics h2 {
    margin-bottom: 16px;
  }
  .header-row {
    display: none;
  }
  .table-row {
    background: #222222;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    padding: 16px;
    border: none;
    color: rgba(255, 255, 255, 1);
    grid-template-columns: 1fr 1fr;
    row-gap: 16px;
    margin-bottom: 15px;
  }
  .table-desktop {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .date br {
    display: inline;
  }
  .country {
    justify-content: flex-end;
  }
  .user,
  .sum {
    grid-column: 1/-1;
    text-align: center;
  }
  .user {
    font-weight: 500;
  }
  .sum {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }
  .subheading {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
  }
  .subheading br {
    display: inline;
  }
  .calulator-form .wrap div span:first-child {
    font-size: 16px;
    line-height: 24px;
  }
  .calulator-form .wrap div span:last-child,
  .calulator-form input,
  .calulator-form input::placeholder {
    font-size: 28px;
    line-height: 35px;
    max-width: 147px;
    height: 40px;
  }
  #result,
  input.investment {
    max-width: 181px;
    width: 181px;
  }
  .calulator-form .registration-btn {
    width: 100%;
  }
  .benefits {
    padding-bottom: 112px;
  }
  .benefits-wrap {
    display: block;
  }
  .benefits p {
    width: 100%;
    padding-left: 20px;
    padding-bottom: 40px;
  }
  .line {
    display: none;
  }
  .benefits p:before {
    position: absolute;
    left: 3px;
    top: 13px;
    height: 100% !important;
  }
  .benefits p:last-child:before {
    display: none;
  }
  .benefits p:after {
    top: 12px;
    left: 0;
    height: 8px;
    width: 8px;
  }
  .benefits h2:before {
    position: absolute;
    left: 3px;
    top: 13px;
    height: 100% !important;
    content: "";
    display: block;
    width: 1px;
    background: #ffffff;
  }
  .benefits h2 {
    padding-bottom: 16px;
    padding-left: 20px;
    position: relative;
  }
  .benefits h2:after {
    content: "";
    display: block;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    top: 9px;
    left: -2px;
    height: 12px;
    width: 12px;
  }
  label.investment {
    margin-top: -63px;
    font-size: 28px;
    height: 67px;
  }
  .calulator-form input::placeholder {
    text-align: right;
  }
}
@media (max-width: 425px) {
  #result,
  input.investment {
    max-width: 181px;
    width: 100%;
    min-width: 140px;
  }
  .calulator-form .wrap div span:last-child,
  .calulator-form input,
  .calulator-form input::placeholder {
    font-size: 26px;
  }
  .calulator-form .wrap {
    gap: 7px;
  }
  .calulator-form input {
    padding-right: 17px;
  }
  label.investment {
    margin-top: -64px;
    font-size: 26px;
    height: 68px;
  }
}
@media (max-width: 345px) {
  .calulator-form .wrap div span:first-child {
    height: 72px;
  }
  .calulator-form .wrap {
    gap: 5px;
  }
}

/* ////////////// */

.calcul {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .calcul {
    padding-top: 74px;
    padding-bottom: 74px;
  }
}
.calcul__tit--block {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (min-width: 1200px) {
  .calcul__tit--block {
    margin-bottom: 57px;
  }
}
.calcul__title {
  margin: 0 auto;
  padding-bottom: 23px;
}
.calculator__block {
  border-radius: 15px;
  border: 2px solid #d9d9d9;
  background-color: rgb(47, 44, 44, 0.5);
  width: 100%;
  padding: 30px 20px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .calculator__block {
    width: 760px;
    padding: 37px 65px;
  }
}
.txt {
  color: #f3f2f2;
  font-family: "Arial", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.72px;
}
.calculator__li--pos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 33px;
  flex-direction: column;
  gap: 23px;
}
@media screen and (min-width: 1200px) {
  .calculator__li--pos {
    flex-direction: row;
    gap: 42px;
  }
}
.input__calc {
  border-radius: 10px;
  border: 2px solid #d9d9d9;
  background-color: rgba(7, 7, 7, 0.6);
  width: 100%;
  padding: 8px 15px;
  outline: rgba(0, 0, 0, 0);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  color: #f2f2f2;
  font-size: 20px;
}
@media screen and (min-width: 1200px) {
  .input__calc {
    width: 168px;
  }
}
.input__calc:hover,
.input__calc:focus {
}
.calculator__li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .calculator__li {
    text-align: left;
  }
}
.calculator__months {
  border-radius: 10px;
  border: 2px solid #d9d9d9;
  width: 100%;
  background: rgb(0, 0, 0, 0.6);
  outline: rgba(0, 0, 0, 0);
  padding: 8px 31px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  color: #f2f2f2;
  font-size: 20px;
}
@media screen and (min-width: 1200px) {
  .calculator__months {
    width: 629px;
  }
}
.calculator__months:hover,
.calculator__months:focus {
}

.diagram__list {
  margin-top: 43px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .diagram__list {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1200px) {
  .diagram__list {
    justify-content: space-around;
  }
}

.diagram__txt {
  font-family: "Arial", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.72px;
}
.diagram__txt--acc {
  color: #f0b90b;
  font-family: "Arial", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.72px;
}
.diagram__li {
  text-align: center;
}
.bg-calc {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.calcul__block--pos {
  z-index: 2;
  position: relative;
}
.diag {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}
@media screen and (min-width: 1200px) {
  .diag {
    padding-top: 74px;
    padding-bottom: 74px;
  }
}
.diag__title {
  text-align: center;
  margin: 0 auto;
}
.diag__inf {
  color: #000;
  font-family: "Arial", sans-serif;
  letter-spacing: 0.6px;
  font-size: 16px;
}
.diag__li {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 12px;
}
.diag__list {
  margin-top: 47px;
}
.diag__txt {
  padding-bottom: 19px;
  width: 100%;
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .diag__txt {
    width: 493px;
    font-size: 20px;
  }
}
.diag__txt--acc {
  font-weight: 700;
}
.diagram__img {
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .diagram__img {
    margin-top: 87px;
  }
}
.diag__pos {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1200px) {
  .diag__pos {
    flex-direction: row;
    gap: 0px;
  }
}
.calcul__sub-title {
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .calcul__sub-title {
    font-size: 20px;
  }
}
.review {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .review {
    padding-top: 74px;
    padding-bottom: 74px;
  }
}
.review__title {
  text-align: center;
  margin: 0 auto;
}
.review__title {
  margin-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .review__title {
    margin-bottom: 68px;
  }
}
.review__list {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .review__list {
    flex-wrap: nowrap;
  }
}
.review__li {
  border-radius: 15px;
  background-color: #f2f2f2;
  padding: 34px 19px;
  position: relative;
}
.review__li--yel::after {
  content: "";
  display: block;
  background-color: #f0b90b;
  width: 350px;
  height: 266px;
  border-radius: 0px 0px 15px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.review__li--whi {
  position: relative;
  z-index: 2;
}
.review__txt--acc {
  font-size: 48px;
  letter-spacing: 1.44px;
  line-height: 1;
}
.review__txt {
  text-align: center;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0.6px;
  width: 312px;
  font-size: 16px;
  margin-bottom: 26px;
}
.review__img {
  margin: 0 auto;
  border-radius: 75px;
}
.review__name {
  color: #fff;
  font-family: "Arial", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.72px;
  text-align: center;
  margin-top: 21px;
  margin-bottom: 13px;
}
.review__invest {
  font-family: "Arial", sans-serif;
  letter-spacing: 0.6px;
}
.review__sum {
  font-family: "Arial", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.72px;
}
.review__profit {
  display: flex;
  text-align: center;
  justify-content: center;
}
.review__pos {
  padding: 13px;
  border: 1px solid rgba(255, 246, 216, 0.5);
  width: 150px;
}

.formm {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.revolution {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
}

@media (max-width: 1024px) {
  .revolution {
    padding: 40px 15px;
  }
}

.revolution-wrapper {
  padding: 30px 0;
  background: radial-gradient(
    61.17% 61.17% at 50% 50%,
    rgba(217, 217, 217, 0) 0%,
    rgba(224, 224, 224, 0) 33.36%,
    rgba(231, 231, 231, 0) 63.41%,
    #efefef 100%
  );
}

.revolution__circles-wrapper,
.smartphone__platform-item a {
  display: flex;
  align-items: center;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

@media (max-width: 1024px) {
  .revolution__circles-wrapper {
    flex-direction: column;
    -moz-column-gap: unset;
    column-gap: unset;
    justify-content: space-around;
  }
}

.revolution__heading {
  max-width: 510px;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
}

@media (max-width: 1024px) {
  .revolution__heading {
    margin: 0 25px 37px;
    font-size: 22px;
    line-height: 26px;
  }
}

.revolution__circles {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.revolution__circle {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 274px;
  height: 274px;
  font-weight: 500;
  font-size: 64px;
  line-height: 77px;
  border-radius: 50%;
  border: 15px solid #171a20;
  filter: drop-shadow(6px 6px 25px rgba(0, 0, 0, 0.25));
}

@media (max-width: 1024px) {
  .revolution__circle {
    box-sizing: unset;
    width: 150px;
    height: 150px;
    font-size: 35px;
    line-height: 42px;
    border: 6px solid #171a20;
  }
}

.revolution__anotacion {
  margin-top: 37px;
  font-size: 18px;
  line-height: 22px;
}

.revolution__anotacion--maxw274 {
  max-width: 274px;
}

.revolution__anotacion--maxw305 {
  max-width: 305px;
}

@media (max-width: 1024px) {
  .revolution__anotacion {
    margin-top: 20px;
    font-size: 14px;
    line-height: 16px;
  }
}

.rewiews .slick-dots,
.video {
  display: flex;
  justify-content: center;
}

.rewiews .slick-dots {
  min-height: 21px;
  margin-top: 40px;
}

.rewiews .slick-dots li button {
  padding: 0;
  width: 70px;
  height: 0;
  font-size: 0;
  border: 2px solid #dadada;
  background: #dadada;
  transition: all 0.3s;
}

.video {
  position: relative;
  align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  /* background: #171a20 no-repeat url(../images/video-bcg.jpg); */
  width: 50vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .video {
    min-height: 208px;
    background-size: cover;
  }
}

.video__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 130px;
  border: 0;
  border-radius: 50%;
  background: 0 0;
}

@media (max-width: 1024px) {
  .video__play-btn {
    top: 40%;
    width: 72px;
    height: 72px;
  }
}

#nav_menu {
  @media (max-width: 1200px) {
    display: none;
  }
}

.intro .container {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 40px;
  @media (min-width: 1200px) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: start;
    gap: 50px;
  }
}
.title-first {
  font-weight: 900;
  font-size: 26px;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 16px;
  margin-top: 0;

  @media (min-width: 1200px) {
    font-size: 32px;
  }
}
.form-control {
  margin-bottom: 0 !important;
}

#video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 95%;

  @media (min-width: 1200px) {
    width: 55%;
  }
}

.input_wrapper {
  @media (max-width: 1200px) {
    width: 100%;
  }
}

.partners {
  padding-bottom: 4.8rem;
  /* background-color: #000000; */
}

@media (max-width: 767px) {
  .partners h2 {
    margin-bottom: 20px;
  }
}

.partners__caption {
  text-align: center;
  opacity: 0.5;
  margin: 20px auto 50px;
  max-width: 92%;
}

@media (min-width: 768px) {
  .partners__caption {
    margin: 4.3rem auto 0;
  }
}

.partners__wrap {
  display: flex;
  align-items: center;
  flex-direction: row;

  @media (min-width: 1200px) {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .partners__wrap {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
  }
}

.partners__wrap.swiper-wrapper {
  box-sizing: border-box;
}

.partners__wrap--column {
  flex-direction: column;
}

.partners__row {
  display: flex;
  text-align: center;
  width: 100%;
  align-items: center;
  margin-bottom: 3rem;
}

.partners__row:last-child {
  margin-bottom: 0;
}

.partners__row .swiper-wrapper {
  align-items: center;
}

.partners__row--top {
  justify-content: space-between;
}

.partners__row--bottom {
  justify-content: space-around;
  padding-left: 10%;
  padding-right: 10%;
}

.partners__link {
  width: 50% !important;
  opacity: 1;
  transition: opacity 0.35s;
}

.partners__link img {
  width: 90%;
  height: auto;
  -webkit-filter: grayscale(1) opacity(0.5);
  filter: grayscale(1) opacity(0.5);
}

.partners__link img.logo-sm {
  width: 70%;
}

.partners__link img.logo-xsm {
  width: 50%;
}

@media (min-width: 768px) {
  .partners__link {
    width: 20% !important;
  }

  .partners__link img.logo-xsm {
    width: 40%;
  }
}

.partners__link:hover {
  opacity: 0.5;
}

.partner-item {
  width: 25%;
  position: relative;
  min-height: 180px;
  display: flex;
}

@media (min-width: 768px) {
  .partner-item {
    padding: 0 3rem;
    min-height: 1px;
  }
}

.partner-item img {
  max-width: 100%;
  height: auto;
}

.ie11 .partner-item {
  display: block;
}

.partner-item__logo {
  opacity: 1;
  transition: opacity 0.55s;
  max-height: 70px;
  text-align: center;
}

.partner-item__logo--grey,
.partner-item__logo--small img {
  -webkit-filter: grayscale(1) opacity(0.5);
  filter: grayscale(1) opacity(0.5);
}

.partner-item__logo--small img {
  max-width: 40%;
}

@media (max-width: 767px) {
  .partner-item__logo {
    margin: auto;
  }
}

.partner-item__hover {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translate3d(0, 1rem, 0);
  padding: 0 10px;
  opacity: 0;
  transition: all 0.55s;
  cursor: default;
  width: 110%;
}

@media (min-width: 768px) {
  .partner-item__hover {
    padding: 0;
  }
}

.partner-item:hover .partner-item__hover {
  transform: translate3d(0, -50%, 0);
  opacity: 1;
}

.partner-item:hover .partner-item__logo {
  opacity: 0.3;
}

.partner-item__title {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .partner-item__title {
    text-align: left;
  }
}

.partner-item__descr {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  margin-bottom: 1.5rem;
  max-width: 95%;
  text-align: center;
}

@media (min-width: 768px) {
  .partner-item__descr {
    text-align: left;
  }
}

.partner-item__info {
  display: inline-block;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #3e71e5;
  text-align: center;
}

@media (min-width: 768px) {
  .partner-item__info {
    text-align: left;
  }
}

h2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.partners__wrap {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.partners {
  padding: 50px 0;
}

.benefits {
  @media (min-width: 1200px) {
    padding-bottom: 72px;
  }
}

.bottom-form .container {
  display: flex;
  align-items: center;
  flex-direction: column;

  @media (min-width: 1200px) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}

.partn-wrap {
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.neu-desc {
  display: none;
  max-width: 600px;
  position: absolute;
  bottom: 10%;
  right: 3%;
  color: #f0b90b;
  font-weight: 700;
  font-size: 20px;
  background: #0000008c;
  padding: 0 15px;

  @media (min-width: 1200px) {
    display: block;
    right: 5%;
  }
  @media (min-width: 1440px) {
    right: 10%;
  }
  @media (min-width: 1700px) {
    right: 16%;
  }
  @media (min-width: 1800px) {
    right: 19%;
  }
  @media (min-width: 1920px) {
    right: 20%;
  }
}

.intro .container {
  /* position: relative; */
}
.bottom-form {
  padding-top: 100px;
}
.intro {
  padding-bottom: 30px;
}

.calcul {
  @media (max-width: 1200px) {
    padding: 0;
  }
}

.benefits {
  @media (max-width: 1200px) {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}

.partners__wrap {
  display: flex;
  flex-direction: row;
  @media (min-width: 1200px) {
    flex-direction: row;
  }
}

.partner-item {
  min-height: 100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.partner-item__logo {
  margin: 0;
}

.partners__wrap.swiper-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  @media (min-width: 1200px) {
    flex-direction: row;
  }
}

.partners {
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .down {
    position: absolute;
    bottom: -15px;
    right: 35%;
    /* margin-right: -96px; */
    animation: float 5s cubic-bezier(0.35, 0.04, 0.66, 0.97) infinite;
    cursor: pointer;
  }
}

.menu_btn {
  display: none;
}
.video_poster_img {
  max-width: 360px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  @media (min-width: 450px) {
    max-width: 400px;
  }
  @media (min-width: 1024px) {
    max-width: 600px;
  }
}
.iti__country-name,
.iti__selected-dial-code {
  color: black;
}
