.mobile {
  display: none;
}
body {
  margin: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background: #fff;
}

.hidden {
  display: none;
}

p.p-cla {
  border: 2px solid #00b65e;
  display: inline-block;
  text-align: center;
  -webkit-animation: changeBorderColor 2s ease-in-out infinite;
  -moz-animation: changeBorderColor 2s ease-in-out infinite;
  -o-animation: changeBorderColor 2s ease-in-out infinite;
  animation: changeBorderColor 2s ease-in-out infinite;
  padding: 20px;
}

.top-3-lines {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-cla span {
  float: left;
  margin: 0;
  padding: 0;
}

.to,
.sc {
  float: none !important;
}

span.to,
span.send {
  display: inherit;
  font-size: 28px;
  font-weight: 500;
  line-height: 34.17px;
  text-align: center;
  color: #1a1a1a;
}

p.p-cla .kw,
p.p-cla .sc,
p.p-cla .stat {
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 28px;
  line-height: 34.17px;
  text-align: center;
  color: #00b65e;
  -webkit-animation: changeColor 2s ease-in-out infinite;
  animation: changeColor 2s ease-in-out infinite;
}

.img-bottom img {
  width: 190px;
  margin-top: 20px;
}

.h1-title {
  font-family: "Exo 2";
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 0px;
}

.h1-first-step {
  font-family: "Exo 2";
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.mobile .h1-title {
  font-size: 5vw;
  font-style: italic;
  font-weight: 800;
  line-height: 30px;
  text-align: center;
  background: linear-gradient(
    270.06deg,
    #3705c4 -2.95%,
    #d313de 43.89%,
    #982df0 76.56%,
    #075dc6 99.95%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  margin: 0;
}
.header-content {
  width: 100%;
  background-color: #fff;
}
.header-center {
  color: #716e6e;
  font-size: 13px;
  font-weight: 400;
  line-height: 16.2px;
}

footer {
  margin-top: 120px;
  width: 100%;
  text-align: center;
}

._footerInfo {
}

.footer_content {
  font-family: Nunito, sans-serif;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 13.2px;
  color: #abb3ac;
  margin-bottom: 0;
}

.animation {
  background: linear-gradient(95.67deg, #6b5ed7 0%, #387adc 100%);
}
.content-footer {
  margin-bottom: 30px;
}
.cta-box-account {
  color: #4c657a;
  font-weight: 600;
  font-size: 20px;
  line-height: 24.2px;
  padding-top: 32px;
}

.clicking {
  color: #fff !important;
  background: #30a2ff !important;
  animation: none;
}

.main {
  width: 100%;
  margin-bottom: 0;
}
.main-content {
  text-align: center;
}
.cla_title {
  font-family: "Exo 2", sans-serif;
  line-height: 18px;
  letter-spacing: 0;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}
.cla_title > p {
  margin-bottom: 20px;
  margin-top: 5px;
}

.progress_folder_images {
  width: 160px;
  height: auto;
}

.button-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.hide {
  display: none !important;
}

.btn_first_step {
  width: 328px;
  max-width: calc(100% - 20px);
  height: 60px;
  color: #fff;
  margin: auto;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 12px 84px 12px 84px;
  background: #277ded;
  border: none;
  border-radius: 7px;
  text-transform: uppercase;
  box-shadow: 0 0 8px;
  font-family: "Exo 2";
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}

.input_button,
.cusButton {
  width: 328px;
  max-width: calc(100% - 20px);
  height: 60px;
  color: #fff;
  margin: auto;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 12px 84px 12px 84px;
  background: #277ded;
  border: none;
  border-radius: 7px;
  text-transform: uppercase;
  /* box-shadow: 0 0 8px; */
  font-family: "Exo 2";
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  -webkit-animation: heartbeat 1.5s ease-in-out infinite;
  -moz-animation: heartbeat 1.5s ease-in-out infinite;
  -o-animation: heartbeat 1.5s ease-in-out infinite;
  animation: heartbeat 1.5s ease-in-out infinite;
}

.input_button:hover,
.cusButton:hover {
  background: #30a2ff;
}

.btn_first_step:hover {
  background: #30a2ff;
  color: #fff;
}
.first_step {
  text-align: center;
  margin-top: 20px;
}

.second_step {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.94);
  z-index: 1001;
}
.second_step img {
  margin-top: 189px;
}
.second_step .input_button {
  background: #00b65e;
}

.second_step .input_button:active {
  color: #00b65e;
  background: #00b65e;
}

.first_step .input_button:active {
  color: #00b65e;
  background: #00b65e;
}
.main-text {
  margin: 10px auto;
  text-align: center;
  font-family: "Exo 2";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #1a1a1a;
}
.div-code h1 {
  display: none;
}
@media screen and (max-width: 560px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }

  .footer-mt-10 {
    margin-top: 100px;
  }

  footer {
    padding: 0;
    padding-left: 0;
  }
  .h1-title {
    padding-top: 0;
    font-size: 5vw;
  }
  .p-text-left {
    width: 255px;
    margin: auto;
    padding: 20px;
  }
  p.title-p.mobile {
    color: #716e6e;
    font-weight: 400;
    max-width: 353px;
    margin: auto;
    font-size: 13px;
    line-height: 16.2px;
  }
  .first_step {
    margin-top: 30px;
  }
  .second_step img {
    margin-top: 130px;
  }
}
.desktop {
  display: block;
}

.container {
  margin: 90px auto 0;
}
.circle-progress {
  margin: 0 auto;
  position: relative;
  height: 206px;
  width: 206px;
  border-radius: 50%;
  background: #00b65e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-progress::before {
  content: "";
  position: absolute;
  height: 180px;
  width: 180px;
  border-radius: 50%;
  background: #fff;
}

.progress-value {
  position: relative;
  font-size: 40px;
  font-weight: 600;
  color: #00b65e;
}

.progress_arrow {
  display: none;
  width: auto;
  height: auto;
  opacity: 0;
  transition: all 1s;
  animation: bounceUpDown 2s ease-in-out infinite,
    slideFromBottom 1s ease-in-out;
}

.logo-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.progress_folder {
  width: 160px;
}

@keyframes slideFromBottom {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.footer_content {
  max-width: 100%;
  width: 50%;
  margin: 0 auto;
}
footer p {
  text-align: center;
  font-family: "Exo 2";
  font-size: 12px;
  font-weight: 300;
  line-height: 13.2px;
  color: gray;
  margin-bottom: 0;
}

._footerInfo {
  text-align: center;
  font-family: "Exo 2";
  font-size: 12px;
  font-weight: 300;
  line-height: 13.2px;
  color: #abb3ac;
  margin-bottom: 0;
}

.info_additional p {
  display: inline-block;
  margin-top: 0;
}
.footer_links a:nth-child(1) {
  padding-right: 10px;
}
.footer_links a:nth-child(2) {
  border-left: 1px solid gray;
  padding-left: 10px;
  padding-right: 10px;
}
.footer_links a:nth-child(3) {
  border-left: 1px solid gray;
  padding-left: 10px;
}
.footer_links a {
  font-family: "Exo 2";
  font-size: 12px;
  font-weight: 300;
  line-height: 13.2px;
  color: #abb3ac;
  text-decoration: none;
}
/* ///////// Icons Menu ////////// */
.icons {
  background: #f2f5fa;
}

.icons .wrapper {
  justify-content: center;
  max-width: 556px;
  padding: 30px 0 20px;
}

.icons .wrapper .icon {
  width: 80px;
  height: 69px;
  text-align: center;
}

.icons .wrapper img {
  width: 45px;
  height: 45px;
  margin: 0 auto;
}

.icons .wrapper p {
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: #adacd1;
}
.small-icons {
  justify-content: center;
  gap: 40px;
  padding: 0 0 30px !important;
}
.small-icons .icon {
  height: 65px;
}

.wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  max-height: 100%;
  position: relative;
  margin: 0 auto;
  flex-wrap: wrap;
}

@media screen and (max-width: 560px) {
  .icons .wrapper {
    padding: 20px 0;
  }
  .icons.icons2 .wrapper .icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 120px !important;
    height: 89px;
  }
  .icons .wrapper img {
    width: 30px;
    height: 30px;
  }

  .icons .wrapper p {
    font-size: 14px;
  }

  .icons .wrapper {
    justify-content: center;
  }
  .icons.icons2 .wrapper {
    gap: 5px;
  }
}

/* ///////// Media Queries ///////// */

@media screen and (max-width: 800px) {
  .footer_content {
    width: 90%;
  }
}

@media screen and (min-width: 400px) and (max-width: 560px) {
  .logo-group-first-step {
    margin: 65px 0 auto;
  }
}

@media screen and (max-width: 390px) {
  .logo-group-first-step {
    margin: 30px 0 auto;
  }
}

@media screen and (max-width: 560px) {
  footer {
    margin-top: 0px;
  }

  .btn-first-step {
    margin-top: 5px !important;
  }

  .div-code {
    box-shadow: none;
    border: none;
  }
  .tpl-two-line-footer {
    position: absolute !important;
    left: 0;
    right: 0;
    padding-top: 0px !important;
  }
  .ios .tpl-two-line-footer {
    top: calc(var(--vh, 1vh) - 28px) !important;
  }
  .android .tpl-two-line-footer {
    top: calc(var(--vh, 1vh) - 28px) !important;
  }
  .footer_content {
    width: 100%;
  }
  footer p {
    margin: 0 10px;
  }
  footer p {
    text-align: center;
    font-style: normal;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    margin: auto;
    margin-top: 25px;
  }
}

@media screen and (max-width: 320px) {
  .btn_first_step {
    width: 90%;
    max-width: 100%;
  }
}

@media screen and (max-width: 350px) {
  .tpl-two-line-footer {
    position: unset !important;
    padding-top: 45px !important;
  }
}

.menu__btn > span:hover,
.menu__btn > span:hover:before,
.menu__btn > span:hover:after {
  background-color: #6946ff !important;
}
.menu__box a:hover {
  color: #6946ff !important;
}

@keyframes heartbeat {
  0% {
    transform: scale(1.1);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 1;
  }
}
@-webkit-keyframes changeColor {
  from {
    color: #0db6ff;
  }
  50% {
    color: #308aff;
  }
  to {
    color: #0db6ff;
  }
}
@-moz-keyframes changeColor {
  from {
    color: #0db6ff;
  }
  50% {
    color: #308aff;
  }
  to {
    color: #0db6ff;
  }
}
@keyframes changeColor {
  from {
    color: #0db6ff;
  }
  50% {
    color: #308aff;
  }
  to {
    color: #0db6ff;
  }
}
@-webkit-keyframes changeBorderColor {
  from {
    border: 2px solid #0db6ff;
  }
  50% {
    border: 2px solid #308aff;
  }
  to {
    border: 2px solid #0db6ff;
  }
}
@-moz-keyframes changeBorderColor {
  from {
    border: 2px solid #0db6ff;
  }
  50% {
    border: 2px solid #308aff;
  }
  to {
    border: 2px solid #0db6ff;
  }
}
@keyframes changeBorderColor {
  from {
    border: 2px solid #0db6ff;
  }
  50% {
    border: 2px solid #308aff;
  }
  to {
    border: 2px solid #0db6ff;
  }
}
@keyframes bounceUpDown {
  0%,
  100% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-5%);
  }
}
