@charset "UTF-8";
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-Bold.woff2") format("woff2"), url("../fonts/SegoeUI-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-BoldItalic.woff2") format("woff2"), url("../fonts/SegoeUI-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-SemiBold.woff2") format("woff2"), url("../fonts/SegoeUI-SemiBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-Italic.woff2") format("woff2"), url("../fonts/SegoeUI-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI.woff2") format("woff2"), url("../fonts/SegoeUI.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes animationHandUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animationHandUpDownPassphrase {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-26px, -26px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.join-partner-start__right--passphrase .join-partner-start__hand {
  animation: animationHandUpDownPassphrase 3s ease-in-out infinite;
}
.join-partner-start__right--passphrase::before {
  width: 100%;
  height: 100%;
  content: " ";
  display: block;
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  backdrop-filter: blur(22px);
  border-radius: 50%;
}
.join-partner-start__right--passphrase::after {
  width: 100px;
  height: 390px;
  content: " ";
  display: block;
  position: absolute;
  z-index: 3;
  left: 272px;
  top: 60px;
  transform: rotate(130deg);
  background: #b48265;
  border-radius: 50px;
  filter: blur(15px);
}

.join-partner-container {
  max-width: 1320px;
  margin: 0 auto;
}

.join-partner-start {
  min-height: 460px;
  position: relative;
  z-index: 1;
  font-style: normal;
  font-family: "Segoe UI", "Manrope", "sans-serif";
  line-height: 1.34;
  display: flex;
  background: #F6F7F8 no-repeat center center url(../img/join-partner/bgs-start.jpg);
  background-size: cover;
  border-radius: 15px;
}
@media screen and (max-width: 1000px) {
  .join-partner-start {
    min-height: auto;
  }
}
.join-partner-start__left {
  flex: 1 0;
  padding: 62px 0 62px 62px;
}
@media screen and (max-width: 1000px) {
  .join-partner-start__left {
    padding: 32px 0 32px 32px;
  }
}
@media screen and (max-width: 772px) {
  .join-partner-start__left {
    padding: 20px;
  }
}
.join-partner-start__top {
  font-weight: 500;
  font-size: 13px;
  color: #5374FF;
  opacity: 0.72;
}
.join-partner-start__title {
  font-weight: 700;
  font-size: 72px;
  line-height: 1.1;
  color: #2E3851;
}
@media screen and (max-width: 1000px) {
  .join-partner-start__title {
    font-size: 44px;
  }
}
@media screen and (max-width: 772px) {
  .join-partner-start__title {
    font-size: 34px;
  }
}
.join-partner-start__text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
@media screen and (max-width: 772px) {
  .join-partner-start__text {
    font-size: inherit;
  }
}
.join-partner-start__control {
  margin-top: 27px;
}
.join-partner-start__control .button {
  min-width: 216px;
  min-height: 56px;
  font-weight: 400;
}
.join-partner-start__right {
  flex: none;
  width: 42%;
  position: relative;
  margin: 0 69px 0 0;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .join-partner-start__right {
    margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 572px) {
  .join-partner-start__right {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.join-partner-start__hand {
  position: absolute;
  left: 58px;
  bottom: 20px;
  z-index: 2;
  animation: animationHandUpDown 3s ease-in-out infinite;
}
@media screen and (max-width: 1000px) {
  .join-partner-start__hand {
    width: 181px;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    margin: -90px 0 0 -60px;
  }
}
@media screen and (max-width: 772px) {
  .join-partner-start__hand {
    margin-top: -117px;
  }
}
@media screen and (max-width: 572px) {
  .join-partner-start__hand {
    margin-top: -127px;
    z-index: -2;
    opacity: 0.3;
  }
}
.join-partner-start .join-partner-start__payment {
  min-height: 60px;
  padding: 0 22px 0 56px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  background: #fff no-repeat 12px center url(../img/join-partner/icon-pay.png);
  border-radius: 10px;
}
@media screen and (max-width: 772px) {
  .join-partner-start .join-partner-start__payment {
    gap: 10px;
  }
}
.join-partner-start .join-partner-start__payment-text {
  font-weight: 400;
  font-size: 8px;
  letter-spacing: -0.123324px;
  color: #888888;
}
@media screen and (max-width: 772px) {
  .join-partner-start .join-partner-start__payment-text {
    font-size: 7px;
  }
}
.join-partner-start .join-partner-start__payment-title {
  margin: 0 0 2px 0;
  font-weight: 400;
  font-size: 11.2112px;
  letter-spacing: -0.123324px;
  color: #333333;
}
@media screen and (max-width: 772px) {
  .join-partner-start .join-partner-start__payment-title {
    font-size: 9px;
  }
}
.join-partner-start .join-partner-start__payment-sum {
  font-weight: 500;
  font-size: 12.8634px;
  letter-spacing: -0.123324px;
  color: #017F36;
  white-space: nowrap;
}
@media screen and (max-width: 772px) {
  .join-partner-start .join-partner-start__payment-sum {
    font-size: 10px;
  }
}
.join-partner-start .join-partner-start__payment--left {
  left: 0;
  bottom: 75px;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .join-partner-start .join-partner-start__payment--left {
    left: auto;
    right: 100px;
    bottom: 25px;
  }
}
@media screen and (max-width: 772px) {
  .join-partner-start .join-partner-start__payment--left {
    display: none;
  }
}
.join-partner-start .join-partner-start__payment--right {
  right: 0;
  top: 127px;
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  .join-partner-start .join-partner-start__payment--right {
    top: 27px;
  }
}
@media screen and (max-width: 772px) {
  .join-partner-start .join-partner-start__payment--right {
    top: 2px;
    z-index: -2;
  }
}
@media screen and (max-width: 572px) {
  .join-partner-start .join-partner-start__payment--right {
    display: none;
  }
}

.join-partner-stats {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin: 44px 0 41px 0;
  font-family: "Segoe UI", "Manrope", "sans-serif";
}
@media screen and (max-width: 772px) {
  .join-partner-stats {
    gap: 15px;
  }
}
.join-partner-stats__item {
  flex: none;
}
@media screen and (max-width: 1000px) {
  .join-partner-stats__item {
    flex: 1 0;
    text-align: center;
  }
}
.join-partner-stats__item-value {
  font-weight: 700;
  font-size: 56px;
  letter-spacing: -0.03em;
  color: #5374FF;
  white-space: nowrap;
}
@media screen and (max-width: 1162px) {
  .join-partner-stats__item-value {
    font-size: 28px;
  }
}
@media screen and (max-width: 772px) {
  .join-partner-stats__item-value {
    font-size: 22px;
  }
}
.join-partner-stats__item-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #2E3851;
}
@media screen and (max-width: 772px) {
  .join-partner-stats__item-title {
    font-size: inherit;
  }
}
.join-partner-stats__split {
  flex: 1 0;
  position: relative;
}
.join-partner-stats__split::after {
  width: 1px;
  height: 100%;
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  background: #F6F7F8;
}
@media screen and (max-width: 1000px) {
  .join-partner-stats__split {
    flex: none;
    min-width: 10%;
  }
  .join-partner-stats__split--centered {
    flex: none;
    width: 100%;
    height: 1px;
  }
  .join-partner-stats__split--centered::after {
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
  }
}

.join-partner-section {
  padding: 60px 0;
  position: relative;
  font-family: "Segoe UI", "Manrope", "sans-serif";
}
@media screen and (max-width: 772px) {
  .join-partner-section {
    padding: 30px 0;
  }
}
.join-partner-section--background::after {
  width: auto;
  height: auto;
  content: " ";
  position: absolute;
  z-index: -1;
  left: -1500px;
  right: -1500px;
  top: 0;
  bottom: 0;
  background: #F6F7F8;
}
.join-partner-section--faq {
  padding-top: 10px;
}

.join-partner-header {
  margin: 0 0 24px 0;
  text-align: center;
}
.join-partner-header__title {
  font-weight: 700;
  font-size: 41.7656px;
  line-height: 48px;
  color: #2E3851;
}
@media screen and (max-width: 1000px) {
  .join-partner-header__title {
    font-size: 34px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 772px) {
  .join-partner-header__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 572px) {
  .join-partner-header__title {
    font-size: 26px;
  }
  .join-partner-header__title br {
    display: none;
  }
}
.join-partner-header__text {
  margin: 15px 0 0 0;
  font-size: 18px;
  line-height: 1.44;
  color: #2E3851;
}

.join-partner-block {
  max-width: 880px;
  margin: 0 auto;
}

.join-partner-anywhere {
  display: flex;
  gap: 20px;
  padding: 22px 0 0 0;
  font-family: "Segoe UI", "Manrope", "sans-serif";
}
@media screen and (max-width: 572px) {
  .join-partner-anywhere {
    flex-direction: column;
  }
}
.join-partner-anywhere__item {
  flex: 1 0;
  padding: 22px;
  text-align: center;
  background: #fff;
  border-radius: 24px;
}
@media screen and (max-width: 772px) {
  .join-partner-anywhere__item {
    padding: 12px;
  }
}
.join-partner-anywhere__item-image {
  margin: -54px auto 0;
}
@media screen and (max-width: 772px) {
  .join-partner-anywhere__item-image {
    width: 81px;
    height: 81px;
    margin: -34px auto 0;
  }
}
@media screen and (max-width: 572px) {
  .join-partner-anywhere__item-image {
    margin: -24px auto 0;
  }
}
.join-partner-anywhere__item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #5374FF;
}
@media screen and (max-width: 772px) {
  .join-partner-anywhere__item-title {
    font-size: 16px;
  }
}
.join-partner-anywhere__item-text {
  margin: 6px 0 0 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: rgba(46, 56, 81, 0.8);
}

.join-partner-calc {
  padding: 50px 40px;
  margin-top: 21px;
  background: #fff;
  border-radius: 24px;
}
@media screen and (max-width: 772px) {
  .join-partner-calc {
    padding: 25px 20px;
  }
}
.join-partner-calc__button {
  width: 100%;
  min-height: 56px;
  margin: 28px 0 0 0;
}
.join-partner-calc__revenues {
  display: flex;
  gap: 20px;
  margin-top: 46px;
}
@media all and (max-width: 772px) {
  .join-partner-calc__revenues {
    flex-direction: column;
  }
}
@media all and (max-width: 572px) {
  .join-partner-calc__revenues {
    margin-top: 26px;
  }
}
.join-partner-calc__calc {
  flex: 1 0;
}
.join-partner-calc__calc-title {
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  color: #5374FF;
}
.join-partner-calc__calc-text {
  font-weight: 400;
  font-size: 15px;
  color: rgba(46, 56, 81, 0.8);
}
.join-partner-calc__panel {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 15px 0 0 0;
}
@media all and (max-width: 572px) {
  .join-partner-calc__panel {
    flex-direction: column;
    align-items: normal;
    gap: 10px;
  }
}
.join-partner-calc__panel-knob {
  flex: 1 0;
  height: 50px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: rgba(36, 74, 127, 0.06);
  border-radius: 12px;
}
.join-partner-calc__panel-knob input {
  width: 1px;
  height: 1px;
  opacity: 0;
  padding: 0;
  margin: 0;
  background: 0;
}
.join-partner-calc__panel-knob-label {
  flex: none;
  font-weight: 400;
  font-size: 12.8984px;
  color: rgba(0, 0, 0, 0.54);
}
.join-partner-calc__panel-knob-slider {
  flex: 1 0;
  padding-top: 4px;
}
.join-partner-calc__panel-knob-slider .irs > .irs:after {
  top: 5px;
  height: 4px;
  background: #fff;
  border-radius: 20px;
}
.join-partner-calc__panel-knob-slider .irs-bar:after {
  height: 4px;
  left: -10px;
  top: 5px;
  background: #2E3851;
  border-radius: 20px;
}
.join-partner-calc__panel-referrals {
  flex: none;
}
@media all and (max-width: 572px) {
  .join-partner-calc__panel-referrals {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
}
.join-partner-calc__panel-referrals-label {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.54);
}
.join-partner-calc__panel-referrals-value {
  display: block;
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  color: #2E3851;
}
.join-partner-calc__checkout {
  flex: none;
  width: 248px;
  padding: 16px 20px;
  color: #5B6B93;
  background: #2E3851;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
@media all and (max-width: 772px) {
  .join-partner-calc__checkout {
    width: 100%;
  }
}
.join-partner-calc__checkout-title {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
}
.join-partner-calc__checkout-value {
  margin: 5px 0 6px 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #FFFFFF;
}
.join-partner-calc__checkout-text {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
}

.withdrawal-methods {
  max-width: 760px;
  display: flex;
  gap: 16px;
  margin: 30px auto 0;
}
@media screen and (max-width: 760px) {
  .withdrawal-methods {
    margin-top: 0;
    flex-direction: column;
    gap: 8px;
  }
}
.withdrawal-methods .value--light {
  display: block;
  text-align: left;
  margin-left: 3px;
  vertical-align: top;
  font-weight: bold;
  font-size: 9px;
  color: #7b7d89;
}
.withdrawal-methods__column--left {
  flex: none;
  min-width: 36%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 772px) {
  .withdrawal-methods__column--left {
    gap: 8px;
  }
}
.withdrawal-methods__column--left .join-partner-withdrawals__payment {
  width: 150px;
}
.withdrawal-methods__column--right {
  flex: 1 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 772px) {
  .withdrawal-methods__column--right {
    width: 100%;
    gap: 8px;
  }
}
.withdrawal-methods__popular {
  flex: 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  padding: 18px 20px;
  background: #F6F7F8;
  border-radius: 15px;
}
@media screen and (max-width: 772px) {
  .withdrawal-methods__popular {
    gap: 8px;
  }
}
.withdrawal-methods__popular-value {
  flex: none;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -0.06em;
  color: #5374FF;
}
@media screen and (max-width: 772px) {
  .withdrawal-methods__popular-value {
    font-size: 36px;
  }
}
.withdrawal-methods__popular-payment {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 17px;
}
@media screen and (max-width: 772px) {
  .withdrawal-methods__popular-payment {
    flex-direction: row;
  }
}
.withdrawal-methods__popular-payment-icon {
  flex: none;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.withdrawal-methods__popular-payment-icon img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.withdrawal-methods__popular-payment-label {
  flex: 1 0;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 472px) {
  .withdrawal-methods__popular-payment-label {
    font-size: 15px;
  }
}
.withdrawal-methods__method {
  flex: 1 0;
  display: flex;
  align-items: center;
  padding: 12px 20px 12px 26px;
  background: #F6F7F8;
  border-radius: 15px;
}
@media screen and (max-width: 772px) {
  .withdrawal-methods__method {
    flex: none;
    padding: 10px 16px;
  }
}
.withdrawal-methods__method-value {
  flex: 1 0;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.06em;
  color: #5374FF;
}
@media screen and (max-width: 1000px) {
  .withdrawal-methods__method-value {
    font-size: 36px;
  }
}
@media screen and (max-width: 472px) {
  .withdrawal-methods__method-value {
    font-size: 20px;
  }
}
@media screen and (max-width: 422px) {
  .withdrawal-methods__method-value {
    font-size: 18px;
  }
}
.withdrawal-methods__payment {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 472px) {
  .withdrawal-methods__payment {
    gap: 8px;
  }
}
.withdrawal-methods__payment-icon {
  flex: none;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 472px) {
  .withdrawal-methods__payment-icon {
    width: 40px;
    height: 26px;
  }
}
.withdrawal-methods__payment-icon img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.withdrawal-methods__payment-label {
  flex: 1 0;
}
@media screen and (max-width: 472px) {
  .withdrawal-methods__payment-label {
    font-size: 12px;
  }
}

/* Page :: FAQ */
.join-partner-faq-list {
  width: 880px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 30px auto 0 auto;
  font-family: "Segoe UI", "Manrope", "sans-serif";
}
.join-partner-faq-list__item {
  background: #F6F7F8;
  border-radius: 24px;
}
@media screen and (max-width: 772px) {
  .join-partner-faq-list__item {
    border-radius: 10px;
  }
}
.join-partner-faq-list__item.faq--show {
  background: #5374FF;
}
.join-partner-faq-list__item.faq--show a:hover {
  color: #fff;
}
.join-partner-faq-list__section {
  margin: 20px 0 8px 0;
}
@media screen and (max-width: 472px) {
  .join-partner-faq-list__section {
    margin: 12px 0 4px 0;
  }
}
.join-partner-faq-list__section:first-child {
  margin-top: 0;
}
.join-partner-faq-list__header {
  width: 100%;
  min-height: 76px;
  padding: 8px 30px;
  position: relative;
  display: flex;
  align-items: center;
  color: #2E3851;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.3s ease;
}
@media screen and (max-width: 772px) {
  .join-partner-faq-list__header {
    min-height: 46px;
    padding: 8px 20px;
  }
}
.join-partner-faq-list__header:first-child {
  margin-top: 0;
}
.join-partner-faq-list__header:after {
  width: 16px;
  height: 10px;
  display: block;
  vertical-align: middle;
  content: " ";
  font-size: 12px;
  color: #5374ff;
  text-align: center;
  background: no-repeat 0 0 url(../img/join-partner/faq-arrow.svg);
  background-size: 100% 100%;
  transition: transform 0.3s ease;
}
.join-partner-faq-list__header.current {
  color: #fff;
}
.join-partner-faq-list__header.current:after {
  filter: brightness(20);
  transform: rotate(180deg);
}
.join-partner-faq-list__label {
  flex: 1 0;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
}
@media screen and (max-width: 772px) {
  .join-partner-faq-list__label {
    font-size: 18px;
  }
}
@media screen and (max-width: 472px) {
  .join-partner-faq-list__label {
    font-size: 15px;
  }
}
.join-partner-faq-list__content {
  padding: 0 30px 20px 30px;
  display: none;
  overflow: hidden;
  margin-top: -10px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 772px) {
  .join-partner-faq-list__content {
    padding: 0 20px 20px 20px;
    margin-top: -5px;
  }
}
.join-partner-faq-list__content a {
  color: inherit;
}
.join-partner-faq-list__content p {
  margin: 10px 0;
}
.join-partner-faq-list__content ol > li + li {
  margin-top: 20px;
}

/*
    *  МОдальные окна подключения
 */
.join-partner-modal__container {
  width: 480px;
}
.join-partner-modal__header {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #333;
  text-align: center;
}
.join-partner-modal__btn {
  width: 100%;
}
.join-partner-modal__rules {
  padding: 10px 0 0 0;
  margin: 20px 0 0 0;
  border-top: 1px solid #eee;
  text-align: center;
}

[data-modal-opened=join-partner-modal] .sidefly__layer {
  backdrop-filter: blur(6px);
}

/*# sourceMappingURL=join-partner.css.map */
