@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html {
  min-width: 300px;
  box-sizing: border-box;
}

body {
  background-image: url(../img/bg.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Noto Sans', sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

button,
input {
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans', sans-serif;
  margin: 0;
  padding: 0
}

ul,
li {
  list-style: none;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
}

.hero-section {
  padding: 118px 20px 118px 20px;
  background: #EEF6FD;
}

.payout-section {
  background: #F4EEFF;
}

.hero__container {
  display: flex;
  justify-content: space-between;
}

.payout-img {
  width: 272px;
  height: 272px;
}

.payments-section {
  background: #FFF3E0;
}

.payments-img {
  max-width: 272px;
  max-height: 272px;
}

.hero-title {
  color: #42475A;
  font-family: 'Noto Sans';
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 63px;
  margin-bottom: 20px;
}

.hero-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hero-payout {
  max-width: 500px;
}

.hero-text {
  color: #42475A;
  font-family: 'Noto Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 135% */
  margin-bottom: 40px;
}

.button {
  display: block;
  padding: 18px 24px;
  border-radius: 8px;
  border: 2px solid #427BFD;
  background: #427BFD;
  width: fit-content;
  color: white;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  cursor: pointer;
}


/* kit-sect */

.kit-section {
  padding: 160px 20px 100px 20px;
}

.section__title {
  color: #42475A;
  font-family: 'Noto Sans';
  font-size: 32px;
  max-width: 723px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  /* 137.5% */
  margin-bottom: 100px;
}

.kit__cards-list {
  display: flex;
  gap: 15px;
}

.kit__card {
  display: flex;
  flex-direction: column;
}

.kit__card-img {
  display: block;
  width: 105px;
  height: auto;
  max-width: 100%;
}

.kit__card-title {
  color: #42475A;
  font-family: 'Noto Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  /* 135% */
}

.kit__card-text {
  color: #42475A;
  font-family: 'Noto Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}


/* payouts */

.payouts-sec {
  background-color: #427bfd;
  padding: 90px 20px 100px 20px;
}

.payouts-text__round {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  z-index: 32;
  text-align: center;
}

.payouts-text__round::before {
  position: absolute;
  content: ' ';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2760e3;
  top: -6px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.payouts-card {
  display: flex;
  margin-bottom: 50px;
  flex-direction: column;
  width: 25%;
}

.payouts-list {
  display: flex;
}

.payouts-text__round {
  color: white;
}

.payouts-text {
  color: #FFF;
  font-family: 'Noto Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.payout-popup {
  color: #8BC34A;
  text-decoration-line: underline;
  position: relative;
  transition: all 0.3s linear;
}

.payout-popup::after {
  opacity: 0;
  content: 'Просто загрузите список получателей в документ Excel, никакая разработка не потребуется';
  color: #FFF;
  font-family: 'Noto Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.3s linear;
  position: absolute;
  padding: 10px 12px;
  border-radius: 6px;
  line-height: 25px;
  text-align: center;
  width: 290px;
  top: 25px;
  background: #42475a;
  color: #fff;
  left: -60px;
}

.payout-popup:hover::after {
  opacity: 1;
}


/* adv-sec */

.adv-section {
  padding: 120px 20px 80px 20px;
  background-color: white;
}

.adv-title {
  margin-bottom: 80px;
}

.adv__card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}

.adv__card {
  width: 30%;
  /* 138.889% */
}

.adv__card-text {
  margin-top: 10px;
  max-width: 210px;
  color: #42475A;
  font-family: 'Noto Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}


/* get-money */

.get-money {
  background-color: #EFCCE2;
  padding: 100px 20px 20px 20px;
}

.get-money__container {
  border-radius: 16px;
  padding: 71px 0 50px 60px;
  background-image: url(../img/money.webp);
  background-size: auto;
  background-color: #EFCCE2;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.get-money__title {
  margin-bottom: 25px;
  max-width: 620px;
}

.get-money__text {
  margin-bottom: 60px;
  color: #42475A;
  font-family: 'Noto Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}


/*
integration */

.integration {
  padding: 100px 20px 70px 20px;
  background-color: #427bfd;
}

.integration-top {
  display: flex;
  margin-bottom: 70px;
  justify-content: space-between;
}

.integration-top__content {
  max-width: 496px;
}

.integration-top__content-tittle {
  color: #FFF;
  font-family: 'Noto Sans';
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 135.294% */
  margin-bottom: 40px;
}

.integration-top__content-text {
  color: #FFF;
  font-family: 'Noto Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 138.889% */
}

.integration-top__img {
  width: 415px;
}

.tab__card-list {
  display: flex;
  justify-content: space-between;
}

.tab__card {
  width: 30%;
}

.tabs__card-text {
  width: fit-content;
  display: block;
  color: #FFF;
  font-family: 'Noto Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

@media screen and (max-width: 900px) {}

footer {
  margin-top: auto;
}

@media screen and (max-width: 1024px) {
  .get-money__container {
    padding: 15px 10px 225px 10px;
  }


}

@media screen and (max-width: 900px) {
  .hero-title {}

  .hero-section {
    padding: 30px 0 30px 20px;
  }

  .hero-title {
    max-width: 260px;
    font-size: 36px;
  }

  .hero__container {
    flex-direction: column;
    justify-content: flex-start;
  }

  .hero-left {
    text-align: start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .hero-payout {
    max-width: 100%;
  }

  .kit-section {
    padding: 50px 20px;
  }

  .kit__card-title {
    margin-bottom: 16px;
  }

  .hero-img {
    max-width: 261px;
    max-height: 216px;
    order: -1;
  }

  .payments-img {
    max-width: 272px;
    max-height: 272px;
  }

  .kit-title {
    font-size: 25px;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .adv-title {
    margin: 0 auto 30px auto;
  }

  .adv__card-list {
    gap: 15px;
  }

  .get-money__container {
    padding: 15px 10px 225px 10px;
  }

  .integration-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .integration-top__content {
    max-width: 100%;
    text-align: center;
  }

  .integration-top__content-tittle {
    margin-bottom: 15px;
  }

  .integration-top__content-text {
    margin-bottom: 15px;
  }

  .tab {
    margin: 0 auto;
  }
}

@media screen and (max-width: 576px) {
  .get-money__container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-position: bottom center;

    background-size: contain
  }
}

/* // tabs */

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  border-radius: 100px;
  width: fit-content;
  padding: 11px 10px;
  margin-bottom: 50px;
}


/* Style the buttons inside the tab */

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  border-radius: 100px;
  color: #42475A;
  text-align: center;
  font-family: 'Noto Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 137.5% */
}


/* Change background color of buttons on hover */

.tab button:hover {
  background-color: #ddd;
}

.tablinks.active {
  background-color: #42475A;
}


/* Create an active/current tablink class */

.tab button.active {
  background: #42475A;
  color: white;
}

.tab__img {
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
}


/* Style the tab content */

.tabcontent {
  visibility: hidden;
  padding: 6px 12px;
  opacity: 0;
  transition: opacity 1s;
  height: 0;
}

.tabcontent.activetab {
  visibility: visible;
  opacity: 1;
  transition: 1s;
  height: auto;
}


/* footer start */

.footer {
  background-color: #f8f9fa;
  padding: 30px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}

.footer-logo img {
  max-width: 320px;
}

.footer-nav {
  display: flex;
  gap: 30px;
}

.footer-nav-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #42475A;
  text-align: right;
  font-family: 'Noto Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 137.5% */
}

.footer-nav-link {
  display: block;
  text-align: right;
  transition: transform 0.3s ease-in-out;
}

.footer-bot {
  padding-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.footer-bot-left {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-bot-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.sys-logo {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.sys-logo img {
  max-width: 60px;
}

.footer-bot-descr {
  font-size: 14px;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  color: #797E93;
  font-family: 'Noto Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.footer-copy {
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: #797e93;
  text-align: right;
  font-family: 'Noto Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}


/* footer end */


/* hover */

@media (hover:hover) {
  .burger-menu_button:hover .burger-menu_lines {
    filter: brightness(.7)
  }

  .button:hover {
    background-color: #fff;
    color: #427BFD;
  }

  .login:hover {
    border-color: #fff;
    background-color: #427BFD;
    color: #fff;
  }

  .burger-menu_link:hover,
  .footer-nav-link:hover {
    transform: scale(1.1);
  }
}

.form__content {
  max-width: 620px;
  background-color: #fff;
  padding: 40px 40px;
  border-radius: 16px;
}

.form__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  padding-bottom: 20px;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  color: #42475a;
}

.form__descr {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  padding-bottom: 40px;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  color: #42475a;
}

textarea::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 18px;
  color: #797e93;
}

.checkbox-real {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  z-index: -1
}

.checkbox-custom {
  display: inline-block;
  position: relative;
  margin-right: 4px;
  width: 25px;
  height: 25px;
  background-image: url(../img/checkbox.svg);
  background-color: transparent;
  border-radius: 2px;
  top: 6px
}

.checkbox-custom::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 18px;
  background-image: url(../img/check.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform .2s ease-in
}

.checkbox-real:checked+.checkbox-custom::before {
  transform: translate(-50%, -50%) scale(1)
}

.form__checkboxs {
  align-self: center;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap
}

.privacy_policy {
  margin-bottom: 30px;
  font-size: 14px;
  text-align: center;
}

.privacy__policy__link {
  color: #000;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  font-weight: 600
}

.privacy_policy__lable {
  cursor: pointer;
  color: #000;
}

.form__checkbox__lable {
  cursor: pointer;
  color: #000;
}

.form {
  width: 100%;
}

.form__input__wrapper {
  position: relative;
}

.form__input {
  border: 1px solid #000;
  border-radius: 8px;
  padding: 16px 20px;
  width: 100%;
  display: block;
  margin: 17px auto;
  font-size: 100%;
  line-height: 1.15;
  outline: none;
}

.form__lable {
  position: absolute;
  border-radius: 15px;
  padding: 0 10px;
  top: -9%;
  left: 5%;
  transform: scale(0);
  transition: transform 0.3s ease-in-out;
}

.form__input:focus+.form__lable {
  transform: scale(1);
}

.form__btn {
  min-width: 100%;
}

.cash_flow,
.check {
  padding-right: 92px;
}

@media screen and (max-width: 660px) {
  .form__content {
    padding: 20px 10px;
  }
}

.dropdown {
  position: absolute;
  top: 0;
  right: 8px;
}

.dropdown__button {
  position: relative;
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 0 0px;
  width: 100%;
  text-align: left;
  border-radius: 8px;
  height: 52px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}

.dropdown__button:focus,
.dropdown__button--active {
  outline: none;
}

.dropdown__list {
  display: none;
  position: absolute;
  right: -8px;
  top: 52px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #FFFFFF;
  overflow: hidden;
  border-radius: 6px;
  z-index: 1;
}

.dropdown__list--visible {
  display: block;
}

.dropdown__list-item {
  position: relative;
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 0 4px;
  width: 100%;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #000;
  height: 52px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}

.dropdown__list-item:first-child {
  border-radius: 6px 6px 0 0;
}

.dropdown__list-item:last-child {
  border-radius: 0 0 6px 6px;
}

.dropdown__list-item:hover {
  background: rgba(176, 198, 225, 0.26);
}

.dropdown__input-hidden {
  display: none;
}

.dropdown__list-item img,
.dropdown__button img {
  width: 50px;
  height: 50px;
}


/* form end */


/* popup start */



.modal-login {
  display: none;
  position: fixed;
  z-index: 9998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, .4)
}

.modal_active {
  display: block
}

.modal-content {
  position: relative;
  z-index: 6006;
  margin: 100px auto;
  margin-bottom: 0;
  max-width: 590px;
}

.form__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 15px 30px;
  margin: 0 auto;
  box-shadow: 0 0 20px 12px rgba(0, 0, 0, .12);
  border-radius: 15px;
  position: relative;
}

.popup-login-close,
.popup-close {
  position: absolute;
  top: 0;
  right: 10px;
  float: right;
  font-size: 45px;
  font-weight: 700;
  transition: fill 0.3s ease-in-out;
  fill: #42475a;
}

.popup-login-close:focus,
.popup-login-close:hover,
.popup-close:focus,
.popup-close:hover {
  fill: #427BFD;
  text-decoration: none;
  cursor: pointer
}

.form__login__descr {
  font-size: 21px;
  font-weight: 500;
  color: #d10b0b;
}


/* popup end */

.dropdown__transaction {
  position: relative;
  width: 100%;
}

.dropdown__transaction__button {
  position: relative;
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  text-align: left;
  max-width: 560px;
  background: #FFFFFF;
  border-radius: 20px;
  height: 70px;
  color: #34353A;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  z-index: 2;
  cursor: pointer;
}

.dropdown__transaction__button:focus,
.dropdown__transaction__button--active {
  outline: none;
}

.dropdown__transaction__list {
  display: none;
  width: 100%;
  max-width: 560px;
  margin: 0;
  padding: 0;
  padding-top: 40px;
  margin-top: -40px;
  list-style-type: none;
  background-color: rgb(198 208 233 / 80%);
  ;
  backdrop-filter: blur(4px);
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 1;
}

.dropdown__transaction__list--visible {
  display: flex;
  flex-direction: column;
}

.dropdown__transaction__list-item {
  position: relative;
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  text-align: left;
  z-index: 1;
  border-radius: 8px;
  height: 70px;
  max-width: 560px;
  width: 100%;
  color: #34353A;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.dropdown__transaction__list-item:first-child {
  border-radius: 0;
}

.dropdown__transaction__list-item:last-child {
  border-radius: 0 0 20px 20px;
}

.dropdown__transaction__list-item:hover {
  background: rgba(176, 198, 225, 0.26);
}

.dropdown__transaction__input-hidden {
  display: none;
}

.dropdown__transaction__list-item img,
.dropdown__transaction__button img {
  width: 50px;
  height: 50px;
}

.transaction__currency-block {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.transaction__btn {
  display: block;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 18px 60px;
  border-radius: 10px;
  background: #6200ea;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  max-height: 70px;
}

.trans__line {
  display: block;
  margin-left: auto;
}

.dropdown__transaction__button .trans__сircle {
  transition: .4s ease-in-out;
  width: 30px;
  height: 30px;
}

.dropdown__transaction__button--active .trans__сircle {
  transform: rotate(180deg);
}

.dropdown__transaction__title {
  margin-bottom: 14px;
  margin-left: 20px;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card-block__title {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.transaction__card-block {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.sender,
.recipient {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc((100% - 30px) / 2);
}

.sender__top {}

.card__wrapper {
  display: flex;
  flex-direction: column;
}

.card__lable {
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card__input {
  padding: 10px;
  text-align: center;
  min-height: 70px;
  border-radius: 20px;
  color: #34353A;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.card__number {}

.sender__bot {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.sender__bot .card__wrapper {
  width: calc((100% - 10px * 2) / 3);
}

.recipient__bot .card__wrapper {
  width: calc((100% - 10px - 220px));
}

.card__yy__wrapper {
  align-self: flex-end;
}

.recipient {}

.recipient__top {}

.recipient__bot {
  display: flex;
  justify-content: space-between;
}

.transaction__btn__submit {
  display: block;
  min-height: 70px;
  align-self: flex-end;
  margin: 0;
}

.error__title {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 4rem;
}

.trans__hero {
  padding: 200px 0 60px;
  background: url(../images/main_bg2.svg) no-repeat right -109% top / 75% 75%;
}

.trans__hero__container {
  padding-bottom: 120px;
}

.trans__hero__top {
  display: flex;
  gap: 20px;
  padding-bottom: 140px;
}

.trans__hero__top-item {
}

.hero__img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__descr {
  padding-top: 75px;
}

.hero__descr__logo {
  max-width: 256px;
  margin-bottom: 40px;
}

.trans__hero__title {
  font-size: 39px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.trans__hero__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  max-width: 520px;
}

.trans__hero__bot {
  padding: 0 10px;
}

@media screen and (max-width:1024px) {
  .trans__hero {
    padding: 60px 0 60px;
  }
}

@media screen and (max-width:900px) {
  .transaction__currency-block {
    flex-direction: column;
  }

  .dropdown__transaction__button {
    max-width: 100%;
  }

  .dropdown__transaction__list {
    max-width: 100%;
  }

  .transaction__card-block {
    flex-direction: column;
    align-items: center;
  }

  .sender,
  .recipient {
    width: 80%;
  }

  .hero__img {
    order: 1;
  }

  .hero__img img {
    max-width: 350px;
  }

  .trans__hero__top {
    flex-direction: column;
    padding-bottom: 70px;
  }

  .trans__hero__top-item {
    width: 100%;
    text-align: center;
  }

  .trans__hero__text {
    max-width: 100%;
  }

  .hero__descr {
    padding-top: 0;
  }
}

@media screen and (max-width:768px) {
  .trans__hero__title {
    font-size: 25px;
  }

  .left_side {

  }

  .trans__hero__text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
  }

  .hero__img img {
    max-width: 224px;
  }

  .dropdown__transaction__button {
    font-size: 16px;
  }

  .dropdown__transaction__list-item {
    font-size: 16px;
  }
}

@media screen and (max-width:576px) {

  .sender,
  .recipient {
    width: 100%;
  }

  .recipient__bot {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .recipient__bot .card__wrapper {
    width: 100%;
  }

  .transaction__btn__submit {
    align-self: unset;
  }
}

.none {
  display: none;
}

.flex {
  display: flex;
}


/* contacts */

.contacts {
  padding: 130px 10px 50px;
  /* background-color: #F4EEFF; */
  background: url(../img/bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.contacts__title {
  color: #34353A;
  margin-bottom: 54px;
  font-size: 39px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contacts__wrepps {}

.contacts_wrapper:not(:last-child) {
  margin-bottom: 52px;
}

.contacts__descr {
  display: flex;
  justify-content: space-between;
}

.contacts__descr__item {
  width: calc((100% - 113px) / 2);
}

.contacts__left__list {
  display: flex;
  flex-direction: column;
}

.contacts__left__list-item {
  padding-left: calc(8px + 24px);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: top left;
}

.contacts__left__list-item:nth-child(1) {
  background-image: url(../img/Phone.svg);
}

.contacts__left__list-item:nth-child(2) {
  background-image: url(../img/text.svg);
}

.contacts__left__list-item:not(:last-child) {
  margin-bottom: 30px;
}

.contacts-tel {
  color: #34353A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.question {
  resize: none;
  width: 100%;
  height: 70px;
  outline: none;
}

.contacts__input {
  padding: 12px;
  border-radius: 10px;
  border: none;
  font-size: 13px;
}

.contacts-button {
  min-width: 220px;
}

.contacts__right__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contacts__right__list-item {
  color: #34353A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: top left;
  padding-left: calc(40px + 8px);
}

.contacts__right__list-item:nth-child(1) {
  background-image: url(../img/r1.svg);
}

.contacts__right__list-item:nth-child(2) {
  background-image: url(../img/r2.svg);
}

.contacts__right__list-item:nth-child(3) {
  background-image: url(../img/r3.svg);
}

.contacts__right__list-item img {
  max-width: 40px;
  max-height: 40px;
}

.contacts__left__list-item img {
  max-width: 24px;
  max-height: 24px;
}

.contacts__location iframe[loading] {
  border-radius: 40px;
  border: none;
  width: 100%;
  height: 552px;
  box-shadow: 3px 4px 40px 0px rgba(0, 0, 0, 0.25);
}


@media screen and (max-width: 768px) {
  .contacts {
    padding: 50px 10px 50px;
  }

  .contacts__descr {
    flex-direction: column;
    gap: 33px;
    justify-content: center;
    align-items: center;
  }

  .contacts__descr__item {
    width: 90%
  }

  .contacts__location iframe[loading] {
    height: 193px;
  }

  .contacts-tel {
    font-size: 16px;
  }

  .contacts__input {
    padding: 10px;
    border-radius: 10px;
    border: none;
    font-size: 11px;
  }

  .contacts__right__list-item {
    font-size: 13px;
  }

  textarea::-webkit-input-placeholder,
  input[type=text]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder {
    font-size: 11px;
  }
}

@media screen and (max-width: 576px) {
  .contacts__descr__item {
    width: 100%
  }
}


/* tariff */

.tariff {
  padding: 130px 10px 0;
  background-image: url(../img/bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.tariff__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.tariff__title {
  margin-bottom: 0
}

.tariff__detailed-rates {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

.tariff__detailed-rates__wrapp {
  display: flex;
  flex-direction: column;
  width: calc((100% - 40px) / 2);
}

.tariff__detailed-rates__title {
  color: #34353A;
  margin-bottom: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.tariff__detailed-rates__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 39px 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.20);
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  height: 100%;
}

.tariff__detailed-rates__list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #34353A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tariff__detailed-rates__list-item img {
  max-width: 40px;
  border-radius: 5px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.35);
}

.marker {
  padding-left: 10px;
}




.tariff__logos svg {
  max-width: 95px;
}

.tariff__form__question {
  width: calc((50% - 20px));
}

.tariff__form-title {
  color: #34353A;
  margin-bottom: 10px;
  font-size: 39px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.tariff__form-descr {
  color: #34353A;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}

.tariff__form {
  padding-top: 70px;
  padding-bottom: 200px;
  background-image: url(../img/hand-mobile.webp);
  background-repeat: no-repeat;
  background-size: 401px auto;
  background-position: 70% bottom;
}


@media screen and (max-width: 768px) {
  .tariff__title {
    text-align: center;
  }

  .tariff {
    padding-top: 80px;
  }

  .tariff__top {
    flex-direction: column;
    gap: 10px;
  }

  .tariff__detailed-rates {
    margin-bottom: 30px;
  }

  .tariff__form-title {
    text-align: center;
  }

  .tariff__form-descr {
    width: 100%;
    text-align: center;
  }

  .tariff__form {
    padding-top: 30px;
    padding-bottom: 400px;
    background-size: 272px auto;
    background-position: center bottom;
  }

  .tariff__form__question {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .tariff__detailed-rates {
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
  }

  .tariff__detailed-rates__wrapp {
    text-align: center;
    width: 100%;
  }

  .tariff__title {
    font-size: 25px;
  }

  .tariff__form__question {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tariff__detailed-rates__title {
    font-size: 16px;
  }

  .tariff__form-title {
    font-size: 25px;
  }

  .tariff__form-descr {
    font-size: 16px;
  }
}

.invalid-input {
  border: 2px solid rgb(191, 17, 17);
}

.invalid-lable {
  color: rgb(191, 17, 17);
}

.valid-input {
  border: 2px solid rgb(66, 165, 35);
}

.valid-lable {
  color: rgb(66, 165, 35);
}


/* header */


/* header start */

.mobile {
  display: none;
}

:root {
  --headerFontSize: 16px;
  --headerFontSizeMobile: 19px;
  --headerFontWeight: 500;
  --headerFontWeightMobile: 500;
  --hraderLineHeight: 19px;
  --hraderLineHeightMobile: 16px;
  --headerGap: 20px;
  --headerGapMobile: 50px;
  --headerBg: #fff;
  --headerBgMobile: #fff;
  --headerLinkColor: #42475A;
  --burgerBtnBg: gold;
  --burgerBtnLines: #000;
}

.full__content {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
}

.header {
  background-color: var(--headerBg);
  position: sticky;
  top: 0;
  right: 0;
  padding: 10px;
}

.header__nav {
  display: flex;
  justify-content: space-between;
}

.header__nav__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--headerGap)
}

.header__nav__link img,
.footer-logo img{
  max-width: 162px;
}

.header__nav__link {
  color: var(--headerLinkColor);
  font-size: var(--headerFontSize);
  font-style: normal;
  font-weight: var(--headerFontWeight);
  line-height: var(--hraderLineHeight);
  color: var(--headerLinkColor);
  transition: transform 0.3s ease-in-out;
}

.header__nav__btns {}
.header__nav__btn {}

.lang__swap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.mobile {
  display: none;
}

.header__mobile {
  display: none;
}

@media screen and (max-width:1024px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .header__mobile {
    position: sticky;
    z-index: 10000;
    top: 0;
    display: flex;
    padding: 25px 10px;
    background-color: var(--headerBg);
    justify-content: space-between;
    box-shadow: 0 2px 15px rgb(0 0 0/10%);
  }

  .header__mobile-right {
    display: flex;
    gap: 10px;
  }

  .burger__button {
    border-radius: 50%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
  }

  .burger-svg {
    stroke-linecap: round;
    width: 40px
  }

  .line {
    fill: none;
    stroke: var(--burgerBtnLines);
    stroke-width: 3;
    transition: stroke-dasharray .6s cubic-bezier(.4, 0, .2, 1), stroke-dashoffset .6s cubic-bezier(.4, 0, .2, 1);
    border-radius: inherit
  }

  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6
  }

  .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6
  }

  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6
  }

  .burger__active .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6
  }

  .burger__active .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6
  }

  .burger__active .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6
  }

  .burger__active .burger {
    right: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
  }

  .burger__active.header {
    top: 0;
  }

  .burger__overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9000
  }

  .burger__overlay--active {
    display: block;
    background-color: rgba(0, 0, 0, .5)
  }

  .header__container {
    margin: unset;
    min-height: 100%;
    min-width: 100%;
  }

  .header__nav {
    min-height: 100%;
    min-width: 100%;
    flex-direction: column;
    gap: var(--headerGap);
    align-items: flex-start;
  }

  .header__logo img {
    min-width: 220px;
  }

  .header__nav__items {
    flex-direction: column;
    align-items: flex-start;
    min-width: 100%;
    gap: var(--headerGapMobile);
  }

  .header__nav__items:not(:last-child) {
    margin-bottom: 30px;
  }

  .header__nav__link {
    font-size: var(--headerFontSizeMobile);
    font-weight: var(--headerFontWeightMobile);
    line-height: var(--hraderLineHeightMobile);
  }

  .header__nav__btn {
    font-size: var(--headerFontSizeMobile);
    font-weight: var(--headerFontWeightMobile);
    line-height: var(--hraderLineHeightMobile);
  }

  .login,
  .connect {
    min-width: 100%;
    text-align: center;
  }

  .header__nav__btns {
    gap: var(--headerGap);
  }

}

.connect {
  padding: 12px 24px;
}

.login {
  background: #0000;
  color: #42475a;
  border-radius: 8px;
  padding: 12px 24px;
  width: fit-content;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  cursor: pointer;
}

.launge__swap-link {
  display: flex;
  gap: 10px;
  color: #42475A;
  font-family: 'Noto Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 175% */
  align-items: center;
}

.launge__swap-flag {
  width: 24px;
  height: 24px;
}

@media screen and (max-width:500px) {
  .payouts-list {
    display: flex;
    flex-direction: column;
  }

  .payouts-card {
    width: 100%;
    max-width: 310px;
  }

  .adv-title {
    font-size: 36px;
  }

  .adv-section {
    background-color: white;
  }

  .footer-bot-descr {
    text-align: center;
  }

  .footer {
    padding: 30px 5px;
  }

  .get-money {
    padding-bottom: 20px;
  }

  .kit__cards-list {
    flex-direction: column;
    gap: 20px;
  }

  .adv__card-text {
    max-width: 100%;
  }

  .adv__card-list {
    align-items: flex-start;
    justify-content: space-between;
  }

  .adv__card {
    width: 39%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .get-money__container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-position: bottom center;
    padding-bottom: 200px;
    background-size: contain
  }

  .get-money__btn {}

  .get-money__title {
    max-width: 284px;
    font-size: 36px;
  }

  .integration-top__img {
    width: 300px;
  }

  .tab {
    display: flex;
  }

  .tab__card-list {
    gap: 10px;
  }

  .tabs__card-text {
    font-size: 12px;
  }
}

.lic-num {
  display: inline;
}

@media screen and (max-width: 950px) {
  .footer-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .footer-nav-link {
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 47px;
    font-family: 'Noto Sans';
  }

  .footer-nav-wrapper:nth-child(1) {
    order: 3;
  }

  .footer-bot {
    flex-direction: column;
    align-items: center;
  }

  .footer-bot-left {
    width: 100%;
    text-align: center;
  }

  .footer-bot-left div {
    text-align: center;
  }

  .footer-bot-right {
    width: 100%;
    text-align: center;
  }

  .footer-copy {
    text-align: center;
  }

  .lic-num {
    display: block;
    padding: 10px 0;
    font-weight: 600;
    color: #000;
  }

}



@media screen and (max-width: 660px) {
  .integration__tabs {
    display: flex;
    flex-direction: column;
  }

  .footer-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .tab {
    margin: unset !important;
    padding: 0 0 0 0;
    display: flex;
    flex-direction: column;
    background-color: unset;
    border-radius: unset;
    border: none;
  }

  .tablinks,
  .tab button {
    padding: 10px 12px !important;
    width: fit-content;
    background-color: white;
    margin: 10px 0 10px 0;
  }

  .tab button.active {
    background: hsla(0, 0%, 100%, .2);
  }

  .footer-nav-link {
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 47px;
    font-family: 'Noto Sans';
  }

  .footer-nav-wrapper:nth-child(1) {
    order: 3;
  }

  .footer-bot {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }

  .footer-bot-left {
    display: flex;
    justify-content: center;
    max-width: 100%;
  }

  .footer-copy {
    text-align: center;
  }

  .form__content {
    padding: 20px 10px;
  }
}



.recipient__center {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: space-between;
}

.recipient__bot {
  display: flex;
  align-items: center;
  gap: 10px;
}

.agreement-checkbox-label {
  font-size: 14px;
}

.input-error {
  border: 1px solid;
  border-color: #f91616;
}

@keyframes shake {
  0% {
      transform: translateX(0);
  }
  25% {
      transform: translateX(-5px);
  }
  50% {
      transform: translateX(5px);
  }
  75% {
      transform: translateX(-5px);
  }
  100% {
      transform: translateX(0);
  }
}

.shake {
  animation: shake 0.5s ease-in-out;
}


.toggle-container {
  position: relative;
  border-radius: 3.125em;
  max-width: 50px;
  max-height: 25px;
}

.toggle-checkbox {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  border-radius: inherit;
  width: 50px;
  height: 25px;
  opacity: 0;
  cursor: pointer;
}
.toggle-track {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: inherit;
  padding: 0.25em;
  width: 40px;
  height: 25px;
  background-color: #aeaeae;
  box-shadow: inset 0 0.0625em 0.125em rgba(0, 0, 0, 0.2);
  transition: background-color 0.4s linear;
}

.toggle-container.blue > .toggle-checkbox:checked + .toggle-track {
  background-color: #427BFD;
}

.toggle-thumb {
  position: relative;
  border-radius: 0.6875em;
  transform-origin: left;
  width: 1em;
  height: 1em;
  background-color: #fff;
  box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.2), inset 0 -0.125em 0.25em rgba(0, 0, 0, 0.2);
}
.toggle-checkbox.toggled-once + .toggle-track > .toggle-thumb {
  animation-name: grow-out, bounce-out;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.75, 0, 1, 1), cubic-bezier(0, 0, 0.3, 1.5);
  animation-delay: 0s, 0.2s;
  animation-fill-mode: forwards;
}
.toggle-checkbox.toggled-once:checked + .toggle-track > .toggle-thumb {
  animation-name: grow-in, bounce-in;
}
.toggle-container.boo .toggle-thumb::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-image: url('https://assets.codepen.io/4175254/boo-face.png');
  background-size: 63.6363636364% 54.5454545455%;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 -0.125em 0.25em rgba(0, 0, 0, 0.2);
  image-rendering: pixelated;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.toggle-container.boo > .toggle-checkbox:checked + .toggle-track > .toggle-thumb::after {
  opacity: 1;
}
@media (hover: hover) {
  .toggle-container.boo > .toggle-checkbox:hover + .toggle-track > .toggle-thumb::after {
    opacity: 1;
  }
}
@keyframes grow-in {
  0% {
    border-radius: 0.6875em;
    transform: translateX(0) scale(1);
  }
  100% {
    border-radius: 0.4448529412em / 0.9453125em;
    transform: translateX(0.5em) scale(1.5454545455, 0.7272727273);
  }
}
@keyframes bounce-in {
  0% {
    border-radius: 0.4448529412em / 0.9453125em;
    transform: translateX(0.5em) scale(1.5454545455, 0.7272727273);
  }
  100% {
    border-radius: 0.6875em;
    transform: translateX(100%) scale(1);
  }
}
@keyframes grow-out {
  0% {
    border-radius: 0.6875em;
    transform: translateX(100%) scale(1);
  }
  100% {
    border-radius: 0.4448529412em / 0.9453125em;
    transform: translateX(0.125em) scale(1.5454545455, 0.7272727273);
  }
}
@keyframes bounce-out {
  0% {
    border-radius: 0.4448529412em / 0.9453125em;
    transform: translateX(0.125em) scale(1.5454545455, 0.7272727273);
  }
  100% {
    border-radius: 0.6875em;
    transform: translateX(0) scale(1);
  }
}


.trans-checkbox__wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}



@media screen and (max-width: 1024px) {
  .recipient__bot {
    flex-direction: column;
        gap: 15px;
  }

  .transaction__btn {
    max-width: unset;
    width: 100%;
  }
}

.footer-link-mail {
  color: #42475A;
  font-family: 'Noto Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  transition: transform 0.3s ease-in-out;
}

.footer-link-mail:hover {
  transform: scale(1.02);
}
