body {
  overflow-y: visible;
  overflow-x: hidden;
}

.bf-page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bf-page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --cYellow: #FFD500;
  --cOrange: #FF7A01;
  --cViolet: #5719A6;
}

.row {
  width: 100%;
}

.cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.cnt_sml {
  max-width: 1050px;
}

.cnt_wide {
  max-width: 1250px;
}

@-webkit-keyframes borderAnimation {
  0% {
    border-color: #FF8312;
  }
  50% {
    border-color: #f8d56a;
  }
  100% {
    border-color: #FF8312;
  }
}

@keyframes borderAnimation {
  0% {
    border-color: #FF8312;
  }
  50% {
    border-color: #f8d56a;
  }
  100% {
    border-color: #FF8312;
  }
}

@-webkit-keyframes backgroundColor {
  0% {
    background: -webkit-gradient(linear, left top, left bottom, from(#818181), to(#313131));
    background: linear-gradient(#818181, #313131);
  }
  50% {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(129, 129, 129, 0.7)), to(rgba(49, 49, 49, 0.7)));
    background: linear-gradient(rgba(129, 129, 129, 0.7), rgba(49, 49, 49, 0.7));
  }
  100% {
    background: -webkit-gradient(linear, left top, left bottom, from(#818181), to(#313131));
    background: linear-gradient(#818181, #313131);
  }
}

@keyframes backgroundColor {
  0% {
    background: -webkit-gradient(linear, left top, left bottom, from(#818181), to(#313131));
    background: linear-gradient(#818181, #313131);
  }
  50% {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(129, 129, 129, 0.7)), to(rgba(49, 49, 49, 0.7)));
    background: linear-gradient(rgba(129, 129, 129, 0.7), rgba(49, 49, 49, 0.7));
  }
  100% {
    background: -webkit-gradient(linear, left top, left bottom, from(#818181), to(#313131));
    background: linear-gradient(#818181, #313131);
  }
}

@-webkit-keyframes backgroundOpacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes backgroundOpacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scaleSpan {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleSpan {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes bf-color-change {
  0% {
    color: #F7630C;
  }
  20% {
    color: #FCE100;
  }
  50% {
    color: white;
  }
  80% {
    color: #FCE100;
  }
  100% {
    color: #F7630C;
  }
}

@keyframes bf-color-change {
  0% {
    color: #F7630C;
  }
  20% {
    color: #FCE100;
  }
  50% {
    color: white;
  }
  80% {
    color: #FCE100;
  }
  100% {
    color: #F7630C;
  }
}

html {
  overflow-x: hidden;
}

@media (min-width: 601px) {
  .mob-vis, .mob-visible {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .mob-hid, .mob-hidden {
    display: none !important;
  }
}

@media (min-width: 900px) {
  .tab-vis, .tab-visible {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .tab-hid, .tab-hidden {
    display: none !important;
  }
}

@media (max-width: 901px) {
  .desk-vis, .desk-visible {
    display: none !important;
  }
}

@media (min-width: 901px) {
  .desk-hid, .desk-hidden {
    display: none !important;
  }
}

@media (max-width: 350px) {
  .vip-redesign__price-card-main-list .vip-redesign__price-container .vip-redesign__price-card-num {
    white-space: nowrap;
  }
}

.assistant-popup__success-content {
  max-width: 100%;
}

@media (max-width: 600px) {
  .assistant-popup__success-content * {
    white-space: normal !important;
  }
}

.fz-18 {
  font-size: 1.12em;
}

.c-orange {
  color: var(--cOrange);
}

.c-violet {
  color: var(--cViolet);
}

.link_green {
  color: #34BE5B;
}

.ui-tooltip {
  padding: 15px 20px;
}

.c-white {
  color: white;
}

.s-sml {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.1;
}

.ui-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.7);
}

.ui-dn {
  display: none !important;
}

.ui-btn {
  min-height: 2.1em;
}

.ui-btn_orange {
  background: radial-gradient(100% 186% at 3.5% 0%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 68.67%), -webkit-gradient(linear, left bottom, left top, from(#FF7A01), to(#FF7A01));
  background: radial-gradient(100% 186% at 3.5% 0%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 68.67%), linear-gradient(0deg, #FF7A01, #FF7A01);
  color: white;
  width: 100%;
  text-align: center;
  border-radius: 6px;
}

.ui-btn {
  text-decoration: none;
  border: none;
  display: inline-block;
}

.ui-btn_bf {
  color: white;
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
  padding: 0.85em 1em;
  background: linear-gradient(91.72deg, #FB8032 2.92%, #F83A95 100%);
  border-radius: 8px;
  width: 100%;
}

.ui-btn_toggle {
  background: transparent;
  font-size: 1em;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  min-height: 0;
  padding-bottom: 0.2em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-right: 1em;
}

.ui-btn_toggle.is-active {
  color: white;
  border-bottom: 2px solid #F29F27;
}

.widget-elements-isViolet .GetReviewWidget__sc-1ux1ad2-0, .widget-elements-isViolet .GetReviewWidget__sc-xd5430-0 {
  background: #703CA8 !important;
}

.ui-input {
  width: 100%;
  max-width: 100%;
}

.ui-phone input {
  width: 100%;
  max-width: 100%;
}

.bf-goto-buy {
  font-size: 1em !important;
  color: white !important;
  background-color: #0a0c32;
  font-weight: bold;
  text-decoration: none;
  padding: 0.5em 1.1em;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.bf-goto-buy .scale {
  display: inline-block;
  -webkit-animation: scaleSpan 2s infinite linear;
          animation: scaleSpan 2s infinite linear;
}

.bf-goto-buy-arrows {
  -webkit-animation: bf-color-change 2s infinite;
          animation: bf-color-change 2s infinite;
}

.buy-popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.form_bf {
  position: static !important;
  display: block !important;
}

.bf-form {
  width: 100%;
  display: block !important;
}

.bf-form .assistant-page__assistants-form__inputs {
  width: 100%;
}

.bf-form .inputs-container {
  width: 100%;
}

.bf-form .iti__container {
  width: 100%;
  color: black;
}

.bf-form .iti--allow-dropdown {
  width: 100%;
}

.bf-form .btn_submit {
  width: 100%;
}

.bf-form .assistant-page__assistants-form-check {
  width: 100%;
  text-align: center;
  font-size: 0.87em;
  margin-top: 15px;
}

.bf-form .assistant-page__assistants-form-check .assistant-page__assistants-form-mark {
  display: none;
}

.bf-form.is-logged-in .btn_submit {
  margin-top: 20px;
}

.ui_popup_assist {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.6);
}

.form-status {
  font-size: 0.8em;
  margin-bottom: 1em;
  width: 100%;
  text-align: center;
}

.dn {
  display: none !important;
}

.bf-gift {
  width: 100%;
  max-width: 385px;
  padding: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: solid 1px #dedede;
  border-radius: 5px;
}

.bf-gift__img {
  width: 100%;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bf-gift__title {
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.2;
  margin-top: 20px;
}

.bf-gift__desc {
  margin-top: 20px;
}

.bf-gift__desc p {
  margin-bottom: 15px;
}

.bf-gift__desc p:last-child {
  margin-bottom: 0;
}

.bf-gift__desc a {
  color: inherit;
}

.bf-section {
  font-size: 16px;
}

.top-bar_web3 {
  padding: 0;
  padding-top: 50px;
}

.top-bar__container {
  position: relative;
  width: 100%;
  max-width: 1200px;
}

.top-bar__container_web3 {
  padding-left: 10px;
  padding-right: 10px;
}

.top-bar__logo_web3 img {
  max-width: 220px;
}

@media (max-width: 900px) {
  .top-bar__logo_web3 {
    width: 5em;
  }
}

.top-bar-slogan_bf {
  color: white;
  margin-right: auto;
  margin-left: 10px;
  font-size: 1.75em;
  font-weight: 600;
}

@media (max-width: 900px) {
  .top-bar-slogan_bf {
    position: absolute;
    left: -10px;
    top: 55px;
    font-size: 1.37em;
  }
}

@media (max-width: 600px) {
  .top-bar-slogan_bf {
    top: 85px;
    font-size: 1.25em;
    width: 100%;
    text-align: center;
  }
}

.top-bar__emoji {
  display: inline-block;
  width: 0.8em;
  position: relative;
  top: -0.15em;
  margin: 0 0.1em;
}

.top-bar__emoji img {
  max-width: 100%;
}

.top-bar_abs {
  position: absolute;
}

.top-bar_bf {
  background: transparent;
}

.top-bar__phone {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto;
}

.top-bar__phone .sub {
  color: #957BE8;
  font-size: 0.75em;
  margin-top: 0.5em;
}

.top-bar__phone-link {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.top-bar__phone-link .p-title {
  font-size: 0.87em;
}

.top-bar__phone-link .p-num {
  font-size: 1.25em;
  margin-top: 0.25em;
}

.top-bar.is-logged-in .top-bar__phone {
  margin-right: 15px;
}

.bf-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bf-timer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0 5px;
}

.bf-timer-item__value {
  width: 50px;
  height: 50px;
  border: 2px solid #8A8FB8;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 1.75em;
}

.bf-timer-item__name {
  margin-top: 10px;
  color: #9799A2;
  font-size: 14px;
  text-align: center;
}

.bf-timer-item-limiter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #8A8FB8;
  font-size: 1.5em;
  text-align: center;
  padding: 0.45em 0em 0;
}

.pp {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #FFFFFF;
  width: 100%;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 15px 0;
  max-width: 290px;
  border-radius: 12px;
  position: relative;
}

.pp__corner-cbw {
  font-size: 32px;
  position: absolute;
  z-index: 2;
  display: block;
  width: 1em;
  height: 1em;
  background: white;
  border: 4px solid #5853ED;
  --margin: -0.55em;
}

.pp__corner-cbw_1, .pp__corner-cbw_2 {
  top: var(--margin);
}

.pp__corner-cbw_3, .pp__corner-cbw_4 {
  bottom: var(--margin);
}

.pp__corner-cbw_1, .pp__corner-cbw_3 {
  left: var(--margin);
}

.pp__corner-cbw_2, .pp__corner-cbw_4 {
  right: var(--margin);
}

@media (max-width: 600px) {
  .pp__corner-cbw {
    font-size: 24px;
  }
}

.pp_2nd, .pp_3rd {
  background: rgba(255, 255, 255, 0.92);
  padding-top: 25px;
}

@media (min-width: 600px) {
  .pp_2nd, .pp_3rd {
    margin-left: 20px;
  }
}

@media (max-width: 680px) {
  .pp_2nd, .pp_3rd {
    margin-top: 20px;
  }
}

.pp_3rd .pp__dolyami {
  margin-top: 25px;
}

.pp_attention {
  padding: 24px 15px 0;
  border-radius: 22px;
  max-width: 355px;
  border: 12px solid #FF8312;
  -webkit-animation: borderAnimation 2s infinite;
          animation: borderAnimation 2s infinite;
}

@media (max-width: 600px) {
  .pp_attention {
    border-width: 6px;
    max-width: 290px;
  }
}

.pp__title {
  width: 100%;
  text-align: center;
  color: #100D3E;
  font-weight: 700;
  font-size: 1.25em;
}

@media (max-width: 600px) {
  .pp__title {
    font-size: 1.12em;
  }
}

.pp__title_attention {
  font-size: 1.62em;
}

@media (max-width: 600px) {
  .pp__title_attention {
    font-size: 1.25em;
  }
}

.pp__price {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #FF7A01;
  margin-top: 2px;
  font-size: 1.5em;
}

@media (max-width: 600px) {
  .pp__price {
    font-size: 1.25em;
  }
}

.pp__price_attention {
  font-size: 2.25em;
}

@media (max-width: 600px) {
  .pp__price_attention {
    font-size: 1.5em;
  }
}

.pp__old-month-price {
  text-align: center;
  color: #81818B;
  font-size: 1.12em;
  text-decoration: line-through;
}

.pp__old-price {
  width: 100%;
  text-align: center;
  margin-top: 5px;
  color: #100D3E;
  font-weight: 400;
}

@media (max-width: 600px) {
  .pp__old-price {
    font-size: 0.87em;
  }
}

.pp__old-price_attention {
  font-size: 1.25em;
}

@media (max-width: 600px) {
  .pp__old-price_attention {
    font-size: 1em;
  }
}

.pp__old-price .old {
  color: #898989;
  text-decoration: line-through;
}

.pp__buttons {
  width: 100%;
  max-width: 220px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pp__buttons .btn {
  margin-bottom: 10px;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pp__buttons_sml .btn {
  padding-top: 0;
  padding-bottom: 0;
}

.pp__bottom-text {
  width: 100%;
  text-align: center;
  font-size: 0.87em;
  margin: 15px 0 25px;
  color: #7F7F7F;
  max-width: 250px;
}

@media (max-width: 600px) {
  .pp__bottom-text {
    max-width: 220px;
  }
}

.pp__bottom-text_attention {
  color: #000000;
  margin-bottom: 50px;
}

.pp__bottom-text_2 {
  margin-top: 10px;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .pp__bottom-text_2 .p-1 {
    font-size: 0.95em;
  }
}

@media (max-width: 600px) {
  .pp__bottom-text_1 {
    margin-top: 5px;
  }
  .pp__bottom-text_1 .p-1 {
    font-size: 0.95em;
  }
}

.pp__bottom-text p {
  margin-bottom: 13px;
  line-height: 1.15em;
}

.pp__bottom-text p:last-child {
  margin-bottom: 0;
}

.pp__bottom-more {
  text-align: center;
  font-size: 0.9em;
}

.pp__dolyami {
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

@media (max-width: 600px) {
  .pp__dolyami {
    border-radius: 0 0 14px 14px;
  }
}

.pp__dolyami .dolyame__link {
  position: relative;
  font-size: 1em;
  font-weight: 500;
}

.pp__dolyami_br0 {
  border-radius: 0;
}

.pp__dolyami_br0 .dolyame__link {
  border-radius: 0 !important;
}

.pp-prod2-wrpr {
  margin-left: 20px;
  max-width: 290px;
  width: 100%;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
  --margin: -20px;
}

@media (max-width: 600px) {
  .pp-prod2-wrpr {
    margin-left: 0;
    margin-top: 22px;
    --margin: -10px;
  }
}

.pp-prod2-wrpr .pp_2nd {
  margin: 0 !important;
  width: 100%;
  background: white;
  position: relative;
  z-index: 3;
}

.pp-prod2-wrpr:after {
  content: '';
  background: white;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 2px solid #5853ED;
  right: var(--margin);
  bottom: var(--margin);
}

.bf-hero {
  background: radial-gradient(56.68% 229.95% at 50% 50.2%, #0D1331 0%, #080732 100%);
  color: white;
  padding: 70px 0 40px;
}

.bf-hero_web3 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(133, 69, 193, 0.7) 0%, rgba(99, 48, 182, 0.7) 100%), #6E55BD;
}

@media (max-width: 900px) {
  .bf-hero_web3 {
    padding-bottom: 0;
  }
}

.bf-hero__cnt {
  padding-top: 50px;
  padding-bottom: 35px;
  padding-left: 0;
  padding-right: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1200px) {
  .bf-hero__cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bf-hero__cnt_web3 {
  padding-bottom: 60px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 900px) {
  .bf-hero__cnt_web3 {
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bf-hero__text-col {
  padding-top: 30px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 1200px) {
  .bf-hero__text-col {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .bf-hero__text-col {
    padding-top: 10px;
  }
}

.bf-hero__text-col_web3 {
  max-width: 530px;
}

@media (max-width: 900px) {
  .bf-hero__text-col_web3 {
    margin: 0 auto;
    text-align: left;
    max-width: 400px;
  }
}

.bf-hero__title {
  color: inherit;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.1;
}

@media (max-width: 600px) {
  .bf-hero__title {
    font-size: 2.25em;
    font-weight: 600;
  }
}

.bf-hero__title_web3 {
  font-size: 1.63em;
  font-weight: 500;
}

.bf-hero__subtitle {
  margin-top: 35px;
  font-size: 1.5em;
  color: var(--cYellow);
}

.bf-hero__subtitle_web3 {
  color: white;
  margin-top: 20px;
  font-size: 1.12em;
}

@media (max-width: 600px) {
  .bf-hero__subtitle {
    font-size: 1em;
    margin-top: 10px;
  }
}

.bf-hero__learn-fast {
  background: #8769DC;
  border-radius: 6px;
  padding: 15px;
  position: relative;
  margin-top: 50px;
  width: 100%;
  font-size: 1.12em;
  padding-right: 80px;
}

@media (min-width: 1200px) {
  .bf-hero__learn-fast {
    border-radius: 0 6px 6px 0;
    width: calc( 100% - 600px + 50vw);
    left: calc( 600px - 50vw);
    padding-left: calc( 50vw - 600px);
  }
}

@media (max-width: 900px) {
  .bf-hero__learn-fast {
    font-size: 1em;
    padding-right: 10px;
  }
  .bf-hero__learn-fast .p-1 {
    font-size: 1em;
  }
}

.bf-hero__learn-fast_tab {
  width: calc( 100% + 20px);
  position: relative;
  left: -10px;
  right: -10px;
  border-radius: 0;
}

@media (min-width: 901px) {
  .bf-hero__learn-fast_tab {
    display: none;
  }
}

@media (max-width: 901px) {
  .bf-hero__learn-fast_desk {
    display: none;
  }
}

.bf-hero__learn-fast .list {
  margin-top: 20px;
  margin-left: 12px;
}

@media (max-width: 900px) {
  .bf-hero__learn-fast .list {
    margin-left: 0;
  }
}

.bf-hero__learn-fast .list li {
  margin-bottom: 0px;
  padding-left: 10px;
}

.bf-hero__learn-fast .list li:before {
  top: 0.5em;
}

.bf-hero__learn-fast-hand {
  position: absolute;
  right: 30px;
  top: 45px;
}

@media (max-width: 900px) {
  .bf-hero__learn-fast-hand {
    width: 50px;
    top: 10px;
  }
}

.bf-hero__prices {
  margin-top: 10px;
}

.bf-hero__prices .price-cur {
  font-weight: 700;
  font-size: 2.5em;
}

.bf-hero__prices .price-old {
  font-size: 1.25em;
  color: #C6A2F9;
  margin-left: 0.5em;
  text-decoration: line-through;
}

.bf-hero__timer {
  margin-top: 70px;
}

@media (max-width: 1200px) {
  .bf-hero__timer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .bf-hero__timer .bf-timer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 900px) {
  .bf-hero__timer {
    margin-left: auto;
    margin-right: auto;
  }
}

.bf-hero__timer-title {
  font-family: Rubik, sans-serif;
  margin-bottom: 10px;
  font-size: 0.87em;
}

.bf-hero__warning {
  margin-top: 35px;
  font-size: 0.87em;
  color: var(--cYellow);
}

@media (max-width: 900px) {
  .bf-hero__warning {
    width: 100%;
    text-align: center;
  }
}

.bf-hero__prods-col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 685px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bf-hero__prods-col_cbw {
  max-width: 665px;
}

@media (max-width: 1200px) {
  .bf-hero__prods-col {
    margin-top: 35px;
    width: 100%;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
  }
  .bf-hero__prods-col .bf-hero__label {
    left: -75px;
  }
}

@media (max-width: 900px) {
  .bf-hero__prods-col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bf-hero__prods-col .pp_2nd {
    margin: 20px auto 10px;
  }
  .bf-hero__prods-col .bf-hero__label {
    left: auto;
    right: 10px;
    top: 40px;
  }
}

@media (max-width: 600px) {
  .bf-hero__prods-col .bf-hero__label {
    left: auto;
    right: 10px;
    top: -57px;
    zoom: 0.75;
  }
}

.bf-hero__form-col {
  margin-left: 235px;
  padding-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 1250px) {
  .bf-hero__form-col {
    margin-left: auto;
  }
}

@media (max-width: 900px) {
  .bf-hero__form-col {
    margin-right: auto;
    padding-top: 45px;
  }
}

.bf-hero__arrow {
  position: absolute;
  top: 105px;
  right: -35px;
  z-index: 5;
}

.bf-hero__arrow_web3 {
  right: -205px;
  top: 140px;
}

@media (max-width: 1200px) {
  .bf-hero__arrow {
    display: none;
  }
}

.bf-hero__label {
  color: white;
  width: 110px;
  height: 110px;
  left: -60px;
  top: 270px;
  position: absolute;
  background: url(/img/black-friday/star.svg) no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.84em;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.bf-user-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: calc( 50vw - 600px);
  overflow: hidden;
  color: white;
  background: #5D74CD;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 1200px) {
  .bf-user-buy {
    padding-left: 10px;
  }
}

@media (max-width: 900px) {
  .bf-user-buy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 25px 15px;
  }
}

.bf-user-buy__title {
  white-space: nowrap;
  font-weight: 600;
}

.bf-user-buy__title_fw500 {
  font-weight: 500;
}

.bf-user-buy__title .qty {
  font-size: 1.5em;
}

@media (max-width: 600px) {
  .bf-user-buy__title .qty {
    margin-top: 15px;
  }
}

@media (max-width: 600px) {
  .bf-user-buy__title {
    white-space: normal;
  }
}

.bf-user-buy__users {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 50px;
  overflow: hidden;
  max-width: 100%;
}

@media (max-width: 900px) {
  .bf-user-buy__users {
    margin-left: 0;
    margin-top: 20px;
  }
}

.bf-user-buy__users-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.bf-user-buy__users-inner.not-animated {
  -webkit-transition: 0s !important;
  transition: 0s !important;
}

.bf-buy-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: nowrap;
  margin-right: 45px;
  font-size: 0.87em;
  opacity: 1;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

.bf-attention {
  padding-top: 50px;
  padding-bottom: 80px;
  background: radial-gradient(48.39% 75% at 51.61% 48.55%, #546CCA 0%, #3E59B9 100%);
  color: white;
}

@media (max-width: 600px) {
  .bf-attention {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

@media (min-width: 901px) {
  .bf-attention__cnt {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (max-width: 900px) {
  .bf-attention__cnt {
    padding-left: 45px;
    padding-right: 25px;
  }
}

.bf-attention__text {
  max-width: 700px;
  padding-top: 30px;
}

.bf-attention__text p {
  margin-bottom: 25px;
}

.bf-attention__text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .bf-attention__text p {
    font-size: 1em;
  }
}

.bf-attention__text .p-1 {
  font-size: 2.25em;
  font-weight: 500;
}

@media (max-width: 600px) {
  .bf-attention__text .p-1 {
    font-size: 1.5em;
  }
}

.bf-attention__text .p-3__tarif {
  font-size: 1.2em;
  text-decoration: underline;
}

.bf-attention__img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 900px) {
  .bf-attention__img {
    width: 100%;
    margin-top: 35px;
    text-align: center;
  }
  .bf-attention__img img {
    margin: 0 auto;
    max-width: 185px;
  }
}

.bf-tarifs {
  padding: 75px 0;
}

.bf-tarif {
  -webkit-box-flex: 50%;
      -ms-flex: 50% 0 0px;
          flex: 50% 0 0;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 900px) {
  .bf-tarif {
    -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
  }
}

@media (max-width: 600px) {
  .bf-tarif {
    padding: 0 5px;
  }
}

.bf-tarif_full {
  -webkit-box-flex: 100%;
      -ms-flex: 100% 0 0px;
          flex: 100% 0 0;
}

.bf-tarif_full .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bf-tarif_full .list li {
  width: 47%;
}

@media (max-width: 900px) {
  .bf-tarif_full .list li {
    width: 100%;
  }
}

.bf-tarif__header {
  border-radius: 12px 12px 0 0;
  padding: 20px 45px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 600px) {
  .bf-tarif__header {
    padding: 20px 25px;
  }
}

.bf-tarif__header_blue {
  background: #97B4FE;
}

.bf-tarif__header_yellow {
  background: #FFCE6F;
}

@media (max-width: 600px) {
  .bf-tarif__header_2 {
    overflow: hidden;
  }
}

.bf-tarif__header-info_1 {
  width: calc( 100% - 100px);
}

@media (max-width: 600px) {
  .bf-tarif__header-info_1 {
    width: calc( 100% - 70px);
  }
}

.bf-tarif__header-info_2 {
  width: calc( 100% - 200px);
}

@media (max-width: 600px) {
  .bf-tarif__header-info_2 {
    width: calc( 100% - 105px);
  }
}

.bf-tarif__header-info_3 {
  width: calc( 100% - 150px);
}

.bf-tarif__name {
  font-size: 1.87em;
  font-weight: 600;
}

@media (max-width: 600px) {
  .bf-tarif__name {
    font-size: 1.25em;
  }
}

.bf-tarif__desc {
  margin-top: 15px;
  font-size: 1.12em;
  line-height: 1.1em;
}

@media (max-width: 600px) {
  .bf-tarif__desc {
    font-size: 0.87em;
  }
}

.bf-tarif__img {
  position: absolute;
  right: 10px;
  top: 0;
}

.bf-tarif__img_1 {
  right: 50px;
  top: -35PX;
}

@media (max-width: 600px) {
  .bf-tarif__img_1 {
    width: 58px;
    top: -7px;
    right: 23px;
  }
}

.bf-tarif__img_2 {
  right: 15px;
  top: -25px;
}

@media (max-width: 600px) {
  .bf-tarif__img_2 {
    width: 160px;
    right: -30px;
    top: 15px;
  }
}

.bf-tarif__img_3 {
  right: 60px;
  top: -20px;
}

@media (max-width: 600px) {
  .bf-tarif__img_3 {
    width: 85px;
    right: 20px;
    top: 20px;
  }
}

.bf-tarif__body {
  padding: 35px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.bf-tarif__body_shadow {
  -webkit-box-shadow: 0px 4px 20px #EDEDED;
          box-shadow: 0px 4px 20px #EDEDED;
  border-radius: 0 12px 12px 0;
}

.bf-tarif .p-1 {
  margin-top: 20px;
  font-weight: 600;
}

.bf-tarif .li-bottom {
  margin-top: 40px;
}

.list li {
  position: relative;
  padding-left: 0.9em;
  margin-bottom: 1.1em;
  line-height: 1.4;
  --markerSize: 0.25em;
}

.list li:before {
  content: '';
  display: block;
  position: absolute;
  width: var(--markerSize);
  height: var(--markerSize);
  background-color: currentColor;
  border-radius: 50%;
  left: 0;
  top: 0.5em;
}

.list li.li-bottom {
  width: 100% !important;
}

.list li.li-bottom_mt-15 {
  margin-top: 15px;
}

.bf-testimonial {
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (max-width: 600px) {
  .bf-testimonial {
    width: 49%;
    max-width: 140px;
    margin: 0 6px 45px;
  }
}

.bf-testimonial__icon {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .bf-testimonial__icon {
    margin-bottom: 10px;
    height: 115px;
  }
}

.bf-testimonial__img {
  max-width: 100%;
  max-height: 100%;
}

.bf-testimonial__name {
  width: 100%;
  text-align: center;
  margin-top: auto;
  text-align: center;
  font-weight: 500;
  font-size: 1.25em;
}

@media (max-width: 600px) {
  .bf-testimonial__name {
    font-size: 1em;
  }
}

.bf-testimonial_type-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 590px;
  padding: 20px 30px;
  background: #F3F7FC;
  border-radius: 10px;
  margin: 15px 10px;
}

@media (max-width: 600px) {
  .bf-testimonial_type-2 {
    margin: 5px 10px;
  }
}

.bf-testimonial_space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bf-testimonial-type-2__text {
  font-weight: 500;
  font-size: 1.12em;
  color: #111111;
}

@media (max-width: 600px) {
  .bf-testimonial-type-2__text {
    font-size: 1em;
    margin-right: 15px;
  }
}

.bf-testimonial-type-2__icon {
  font-size: 1em;
  width: 7.5em;
  height: 7.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 600px) {
  .bf-testimonial-type-2__icon {
    font-size: 0.65em;
    margin-bottom: auto;
  }
  .bf-testimonial-type-2__icon_2 {
    font-size: 0.8em;
  }
}

.bf-testimonial-type-2__img {
  max-width: 100%;
  max-height: 100%;
}

.bf-testimonial_web3 {
  background: #FFCE6F;
}

.bf-testimonials {
  background: radial-gradient(48.39% 75% at 51.61% 48.55%, #546CCA 0%, #3E59B9 100%);
  color: white;
  padding: 80px 0;
}

.bf-testimonials_web3 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(184, 140, 226, 0.25) 0%, #8545C1 100%), #8545C1;
}

@media (max-width: 600px) {
  .bf-testimonials {
    padding: 55px 0 25px;
  }
}

.bf-testimonials__title {
  width: 100%;
  text-align: center;
  font-size: 2.6em;
  font-weight: 500;
}

@media (max-width: 600px) {
  .bf-testimonials__title {
    font-size: 1.75em;
  }
}

.bf-testimonials__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bf-results {
  padding: 50px 0;
}

.bf-results .bf-results__cnt {
  max-width: 1300px;
}

.bf-results .bf-section-title {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 2.6em;
  line-height: 1.2;
  color: #111111;
}

@media (max-width: 600px) {
  .bf-results .bf-section-title {
    font-size: 1.75em;
  }
}

.bf-results .bf-results__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.bf-feedback {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding-right: 45px;
}

@media (max-width: 600px) {
  .bf-feedback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bf-feedback__avatar {
  width: 150px;
  height: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 30%;
  overflow: hidden;
}

@media (max-width: 900px) {
  .bf-feedback__avatar {
    width: 100px;
    height: 100px;
  }
}

.bf-feedback__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.bf-feedback__info {
  margin-left: 20px;
}

@media (max-width: 900px) {
  .bf-feedback__info {
    margin-left: 15px;
    font-size: 0.87em;
  }
}

@media (max-width: 600px) {
  .bf-feedback__info {
    margin-left: 0;
    margin-top: 20px;
  }
}

.bf-feedback__text {
  margin-bottom: 30px;
}

.bf-feedback__name {
  margin-top: auto;
  font-weight: 500;
}

.bf-feedback__from {
  margin-top: 10px;
}

.bf-feedbacks {
  padding: 15px 0 50px;
}

.bf-feedbacks__title {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 2.6em;
  color: #111111;
}

@media (max-width: 600px) {
  .bf-feedbacks__title {
    font-size: 1.8em;
  }
}

.bf-feedbacks__title_web3 {
  color: #100D3E;
}

.bf-feedbacks__desc {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-size: 1.12em;
  color: #111111;
}

.bf-feedbacks__items {
  width: 100%;
  margin-top: 40px;
}

.bf-feedbacks__slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
  opacity: 1;
  max-height: 1500px;
}

.bf-feedbacks__slider.is-not-inited {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.bf-feedbacks .slick-dots {
  margin-top: 25px;
  position: relative !important;
  width: 100% !important;
}

.bf-feedbacks .slick-slide {
  width: 590px;
}

@media (max-width: 1200px) {
  .bf-feedbacks .slick-slide {
    width: 50vw;
  }
}

@media (max-width: 600px) {
  .bf-feedbacks .slick-slide {
    width: calc( 100vw - 20px);
  }
}

.bf-feedbacks .slick-arrow {
  display: block;
  font-size: 16px;
  position: absolute;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  color: transparent;
  border: solid 1px #d7d7d7;
  z-index: 10;
  background-color: white;
}

@media (max-width: 1270px) {
  .bf-feedbacks .slick-arrow {
    font-size: 0.7em;
    top: calc( 100% + 1.5em);
  }
}

@media (max-width: 600px) {
  .bf-feedbacks .slick-arrow {
    display: none !important;
  }
}

.bf-feedbacks .slick-arrow:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.bf-feedbacks .slick-arrow.slick-prev {
  left: -4em;
}

.bf-feedbacks .slick-arrow.slick-prev:before {
  background-image: url(/img/black-friday/slick-arrow-prev.png);
}

@media (max-width: 1270px) {
  .bf-feedbacks .slick-arrow.slick-prev {
    left: 0em;
  }
}

.bf-feedbacks .slick-arrow.slick-next {
  right: -4em;
}

.bf-feedbacks .slick-arrow.slick-next:before {
  background-image: url(/img/black-friday/slick-arrow.png);
}

@media (max-width: 1270px) {
  .bf-feedbacks .slick-arrow.slick-next {
    right: 0em;
  }
}

.bf-bottom-prods {
  padding: 80px 0 90px;
  background: radial-gradient(56.68% 229.95% at 50% 50.2%, #0D1331 0%, #080732 100%);
}

.bf-bottom-prods__title {
  width: 100%;
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  color: white;
  line-height: 1.2;
}

@media (max-width: 600px) {
  .bf-bottom-prods__title {
    font-size: 1.87em;
  }
}

@media (max-width: 350px) {
  .bf-bottom-prods__title br {
    display: none !important;
  }
}

.bf-bottom-prods__items {
  width: 100%;
  max-width: 685px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 750px) {
  .bf-bottom-prods__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bf-bottom-prods__items .pp {
    margin: 7px auto;
  }
}

.bf-bottom-prods__label {
  left: -50px;
}

@media (max-width: 750px) {
  .bf-bottom-prods__label {
    left: auto;
    right: 0;
    top: 20px;
  }
}

@media (max-width: 600px) {
  .bf-bottom-prods__label {
    left: auto;
    right: 0px;
    top: -58px;
    zoom: 0.75;
  }
}

@media (max-width: 600px) {
  .app-banner_bf .app-banner__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .app-banner_bf .app-banner__btn {
    width: 35%;
    margin: 5px;
  }
}

.app-banner_bf .app-banner__btn img {
  max-width: 100%;
}

.bf-consist {
  display: block;
  background: #FFCE6F;
  padding: 20px 0;
}

@media (max-width: 900px) {
  .bf-consist {
    padding: 45px 0;
  }
}

.bf-consist__cnt {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 900px) {
  .bf-consist__cnt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bf-consist__title {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.2;
}

@media (max-width: 900px) {
  .bf-consist__title {
    width: 100%;
  }
  .bf-consist__title br {
    display: none;
  }
}

@media (max-width: 600px) {
  .bf-consist__title {
    text-align: center;
  }
}

.bf-consist__info {
  font-size: 0.87em;
  margin-left: 85px;
}

@media (max-width: 1200px) {
  .bf-consist__info {
    margin-left: 20px;
  }
}

@media (max-width: 900px) {
  .bf-consist__info {
    margin-top: 35px;
    margin-left: 0;
  }
}

.bf-consist__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.bf-consist__list li {
  -webkit-box-flex: 20%;
      -ms-flex: 20% 0 0px;
          flex: 20% 0 0;
  margin-bottom: 15px;
  white-space: nowrap;
}

.bf-consist__list .li-1, .bf-consist__list .li-6 {
  -webkit-box-flex: 14%;
      -ms-flex: 14% 0 0px;
          flex: 14% 0 0;
}

.bf-consist__list .li-2, .bf-consist__list .li-7 {
  -webkit-box-flex: 17%;
      -ms-flex: 17% 0 0px;
          flex: 17% 0 0;
}

.bf-consist__list .li-3, .bf-consist__list .li-8 {
  -webkit-box-flex: 15%;
      -ms-flex: 15% 0 0px;
          flex: 15% 0 0;
}

.bf-consist__list .li-4, .bf-consist__list .li-9 {
  -webkit-box-flex: 27%;
      -ms-flex: 27% 0 0px;
          flex: 27% 0 0;
}

@media (max-width: 900px) {
  .bf-consist__list li {
    -webkit-box-flex: 33% !important;
        -ms-flex: 33% 0 0px !important;
            flex: 33% 0 0 !important;
    padding-right: 15px;
    white-space: normal;
  }
}

@media (max-width: 600px) {
  .bf-consist__list li {
    -webkit-box-flex: 50% !important;
        -ms-flex: 50% 0 0px !important;
            flex: 50% 0 0 !important;
    max-width: 50%;
    margin-bottom: 25px;
  }
}

.bf-gifts {
  width: 100%;
  display: block;
  padding: 50px 0;
}

.bf-gifts__cnt {
  max-width: 1250px;
}

.bf-gifts__title {
  width: 100%;
  text-align: center;
  font-size: 2.6em;
  font-weight: 500;
  color: #100D3E;
}

@media (max-width: 600px) {
  .bf-gifts__title {
    font-size: 1.8em;
  }
}

.bf-gifts__subtitle {
  width: 100%;
  margin-top: 15px;
  text-align: center;
  font-weight: 500;
  color: #100D3E;
}

.bf-gifts__items {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 900px) {
  .bf-gifts__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bf-gifts__items .bf-gift {
  margin: 10px;
}

.bf-advantages {
  padding-top: 0;
}

@media (max-width: 600px) {
  .bf-advantages .assistant-page__section-title {
    font-size: 1.6em;
  }
  .bf-advantages .assistant-page__section-title br {
    display: none;
  }
}

.bf-mentors {
  padding-top: 25px;
}

.bf-hero__title_ny {
  color: #8101FF;
}

@media (max-width: 600px) {
  .bf-hero__title_ny {
    font-size: 1.75em;
  }
  .bf-hero__title_ny br {
    display: none;
  }
}

.bf-hero__subtitle_ny {
  color: #100D3E;
}

.bf-hero__subtitle_ny-2 {
  font-size: 1.2em;
}

.bf-hero__prods-col_ny {
  position: relative;
  z-index: 3;
}

.bf-hero__arrow_ny {
  top: 190px;
}

.ny-hero {
  background-image: url(/img/ny/ny-hero-bg.jpg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ny-hero * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 600px) {
  .ny-hero {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.ny-hero__cnt {
  position: relative;
}

@media (max-width: 600px) {
  .ny-hero__cnt {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.ny-hero__cnt_2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.ny-hero__title_2 {
  width: 100%;
  text-align: center;
  font-size: 2.25em;
  font-weight: 700;
  background: linear-gradient(90.58deg, #4199F0 30.72%, #FF47F2 35.98%, #7086ED 45.91%, #F9913F 55.64%, #FB431D 70.22%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ny-hero__subtitle {
  width: 100%;
  text-align: center;
  font-size: 1.32em;
  line-height: 1.2;
  color: #100D3E;
  margin-top: 15px;
}

.ny-hero_link-ext {
  margin-top: 15px;
}

.ny-hero_link-ext a {
  color: #8101FF;
}

.ny-hero__prods-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

.ny-hero__santa_1 {
  margin-bottom: 25px;
}

@media (max-width: 600px) {
  .ny-hero__santa_1 {
    width: 130px;
    margin-top: -10px;
    margin-bottom: 10px;
  }
}

.ny-hero__timer {
  margin-top: 25px;
}

.ny-hero__santa_2, .ny-hero__santa_3 {
  position: absolute;
  bottom: 125px;
}

.ny-hero__santa_2 {
  left: 0;
}

.ny-hero__santa_3 {
  right: 0;
}

.ny-hero__toys {
  position: absolute;
  z-index: 1;
}

.ny-hero__toys_1 {
  top: -220px;
  right: -175px;
}

@media (max-width: 600px) {
  .ny-hero__toys_1 {
    display: none;
  }
}

.ny-hero__toys_2 {
  top: -50px;
  left: 0;
}

.ny-hero__toys_3 {
  top: -50px;
  right: 0;
}

.ny-hero .bf-hero__timer-title {
  color: #100D3E;
}

.ny-hero .bf-timer-item__value {
  color: #2867E4;
}

.ny-hero_2 .pp_2nd {
  margin-top: 45px;
}

@media (min-width: 600px) {
  .pp_2nd .pp__date-label {
    left: -22px;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
  }
}

.pp__date-label {
  width: 155px;
  height: 60px;
  background-image: url(/img/ny/date-label.svg?a1);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  position: absolute;
  left: -33px;
  top: -25px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  text-align: right;
  padding-top: 1em;
  padding-right: 1.5em;
}

@media (max-width: 600px) {
  .pp__date-label {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: none;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #EA5E3F;
    -webkit-box-shadow: 0px 2px 10px rgba(29, 49, 65, 0.4);
            box-shadow: 0px 2px 10px rgba(29, 49, 65, 0.4);
    border-radius: 6px;
    height: auto;
    width: auto;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 0.9em 1.5em;
  }
}

.top-bar_ny {
  background: -webkit-gradient(linear, left top, right top, from(#E100FF), to(#7F00FF));
  background: linear-gradient(90deg, #E100FF 0%, #7F00FF 100%);
}

.ny-user-buy {
  background: #8101FF;
}

.ny-tarif_1 .bf-tarif__header {
  color: white;
  background: #8101FF;
}

.ny-tarif_2 .bf-tarif__header {
  color: white;
  background: #E101FF;
}

.ny-testimonials {
  background: -webkit-gradient(linear, left top, right top, from(#E100FF), to(#7F00FF));
  background: linear-gradient(90deg, #E100FF 0%, #7F00FF 100%);
}

@media (max-width: 360px) {
  .ny-testimonials .bf-testimonial {
    width: 40%;
  }
  .ny-testimonials .bf-testimonial__name {
    font-size: 0.8em;
  }
}

.ny-digits {
  background: #F5F6F8;
}

.ny-digits .pe-stats__val {
  color: #8101FF;
}

.ny-app-banner {
  background: #8101FF !important;
}

.ny-app-banner .app-banner__subtitle {
  margin-top: 15px;
}

.ny-bottom-prods {
  background-image: url(/img/ny/ny-hero-bg.jpg);
}

.ny-bottom-prods .bf-bottom-prods__title {
  color: #8101FF;
}

.ny-star-label {
  background-image: url(/img/ny/star.png);
  font-weight: 600;
}

@media (max-width: 600px) {
  .ny-star-label {
    width: 125px;
    height: 125px;
  }
}

.ny-goto-buy {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #e100ff), to(#7f00ff));
  background: linear-gradient(90deg, #e100ff 0, #7f00ff 100%);
}
/*# sourceMappingURL=style.css.map */