body{
  font-family: Inter;
  font-weight: 500;
}
img{max-width: 100%;}
.wrap, .header__container, .container2{max-width:1600px; width: 90%;}
.btn {
  font-family: Rubik;
  background: #FFD147;
  box-shadow: 0 0 30px 0 rgba(177, 153, 20, 0.116);
  color: #212121;
  padding: 18px 34px;
  white-space: nowrap;
}
.btn.w100p{width:100%}
.logo{width: 206px;}
h1{
    color: #686868;
    font-size: 30px;
    margin: 0;
}
h2{
    font-family: Rubik;
    font-size: 50px;
    color: #000;
    font-weight: 500;
    line-height: 1.2;
}

.bgly{background-color:#FFECB2}
.bglly{background-color:#FFF7DF}
.bg_y_lg{background: linear-gradient(90deg,#EFB503,#FFD147);color:#fff;width:400px}
.btn-white{
    background: #fff;
    box-shadow: 0 0 15px #7B4A0640;
    width: 280px;
}
.btn-yellow_border{
  padding: 18px 40px;
  background: #fff;
  border: 2px solid #FFC100;
  color: #FFC100;
}
.right_now_arrow{width: 36px}
.fz24{font-size: 24px}
.cdg{color:#686868}
.is-fixed{
  position: fixed;
  top: 0;
  min-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}
.is-fixed .bfquiz__fb_form_bg{
  position: fixed;
  top: 0;
  min-width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, .4);
  cursor: pointer;
}
.is-fixed.visible {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}

.is-fixed .bfquiz__fb_form_wrap{
  background-color: #fff;
  width: 890px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 30px;
  padding-top: 60px;
  gap: 0;
  z-index: 100;
  position: relative;
  max-width: 90vw;
}
.is_fixed_escape{
  display: none;
}
.is-fixed .is_fixed_escape{
  display: block;
  width: 18px;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.is-fixed .right_now_left{
  box-shadow: 0 0 40px rgba(0, 0, 0, .1);
  padding: 30px;
}
.is-fixed .right_now_left>*{
  padding: 0;
  box-shadow: none
}
.is-fixed .if_dn,
.is-fixed .right_now_arrow{display: none;}
.if_mb-dn{display: none;}
.is-fixed .if_mb-dn{display: inline;}
.is-fixed h3{font-size: 28px;}
.is-fixed .right_now_right{
  margin-top: 15px;
}
.is-fixed .right_now_left,
.is-fixed .right_now_right{
  width: 100%;
}
.is-fixed .right_now_right br{
  display: none;
}
.is-fixed .bfquiz__fb-tabs-header{
  justify-content: start;
  gap: 60px;
}
section.promo{
  min-height: 100vh;
  padding-bottom: 5vh;
}
section:not(.promo){
  margin-bottom: 16vh;    
}
.promo_img{max-width: 45vw;}

section.steps{}
section.right_now{}
.right_now_left{width:70%}
.right_now_right{width:30%}
.tabs__panel{height:0;opacity:0;overflow:hidden;transition:opacity 1s ease,width 0s linear,height 0s linear;width:0}.tabs__panel--active{height:auto;opacity:1;overflow:visible;width:auto}.bfquiz__fb-form-wrap{width:100%}.bfquiz__fb{display:flex}.bfquiz__fb-tabs-header{align-items:center;display:flex;justify-content:space-between;margin-top:-110px;margin-bottom:85px}.bfquiz__fb-tabs-head{align-items:center;background:none;cursor:pointer;display:flex;filter:grayscale(1) brightness(0.8);gap:10px;padding:0}.bfquiz__fb-tabs-head.tabs__nav-btn--active{filter:grayscale(0)}.bfquiz__fb-tabs-head-text{color:#F2BB11;font-family:Inter;font-size:14px}.bfquiz__fb-tabs-head-icon{font-size:0}.bfquiz__fb-tabs-head-icon img{min-width:20px; max-width: 26px;}.bfquiz__form{width:100%}.bfquiz__form>*{min-width:100%}.bfquiz__form-item{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.bfquiz__form-item input{background:none;border:1px solid #b0b0b0;border-radius:10px;height:39px;font-size:16px;padding:27px 15px}.bfquiz__checkbox{align-items:center;cursor:pointer;display:flex;gap:4px;position:relative}.bfquiz__checkbox-cell{border:1px solid #c4c4c4;border-radius:4px;height:14px;min-width:14px}.bfquiz__checkbox-text{color:#787878;font-size:10px;font-weight:500;letter-spacing:-2%}.bfquiz__checkboxes{display: none;}.bfquiz__checkbox-input:checked+.bfquiz__checkbox-cell{background:url(../images/dist/bfquiz/checkmark-icon.svg) no-repeat 50%,#fff;border-color:#fff}.bfquiz__form-container{max-width:302px}.bfquiz__fb-adv-item{align-items:center;background:linear-gradient(to right top,#4eb594,#71dab8);border-radius:50%;color:#fff;display:inline-flex;justify-content:center;position:absolute;text-align:center}.bfquiz__fb-adv-item_small{bottom:0;height:133px;left:100px;width:133px}.bfquiz__fb-adv-item_medium{height:129px;left:0;top:72px;width:129px}.bfquiz__fb-adv-item_large{height:177px;right:0;top:0;width:177px}.bfquiz__fb-adv{height:312px;position:absolute;right:0;width:312px}.bfquiz__checkbox-input{cursor:pointer;left:0;opacity:0;position:absolute;top:0}
.marquee-item{padding: 0 20px;}
section.we_help{}
.slick_slider{width:calc(100% + 40px);margin-left:-20px;}
.slick-prev:before{background-image:url(../images/dist/we_help_left.png);transform:translate(-50%,-50%)}
.slick-next:before{background-image:url(../images/dist/we_help_right.png);transform:translate(0,-50%)}
.slick-prev:before, .slick-next:before{display:flex;width:40px;height:40px;background-size: cover;}
.slick-prev,.slick-next{width:0;height:0;display:flex;align-items:center;justify-content:center}
.we_help_slide{border:2px solid transparent;cursor:pointer}
.we_help_slide_chosen{border:2px solid #FFC000;box-shadow:none}

.we_help_img_wrap{width: 60px;}
.we_help_img_wrap img{width: 100%;}
.without_expand{width: 236px;}
.items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
}
.items {
  flex-shrink: 0;
  display: flex;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
  align-items: center;
  background-color: #F7F9FD;
  padding: 40px 0;
}  
.marquee {
  animation: scroll 20s linear infinite;
}
.reverce {
  animation-direction: reverse;
}
.items-wrap:hover .marquee {
  animation-play-state: paused;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

.header__logo{width: 130px;display: flex;align-items: center;}
.header__logo img{max-width: 100%;}

@media screen and (max-width: 1740px) {
  .hd1740-fz50{font-size:50px}
}
@media screen and (max-width: 1800px) {
  .slick_slider{width:calc(90%);margin-left:5%}
}
@media screen and (max-width: 1500px) {
  .hd1740-fz50{font-size:50px}
  .right_now_left, .right_now_right{width:50%;}
}
@media screen and (max-width: 1400px) {
  section.promo{zoom:.9}
}
@media screen and (max-width: 1280px) {
  section.promo{zoom:.8}
}
@media screen and (max-width: 1000px) {
  .without_expand{right:50px;top:50px;}
}
@media screen and (max-width: 991px) {
  .header__info_mobile{right:130px}
  .header__info-phone{
    line-height: 40px;
    color: #000;
  }
}
@media screen and (max-width: 900px) {
  section.promo{zoom:1;margin-bottom: 8vh; min-height: inherit; padding-bottom: 0; padding-top: 20px;}
  
  .mb-fz13{font-size:13px}.mb-fz16{font-size:16px}.mb-fz18{font-size:18px}.mb-fz20{font-size:20px}.mb-fz22{font-size:22px}.mb-fz24{font-size:24px}.mb-fz28{font-size:28px}
  .without_expand{right:0;top: 60px; zoom: .7;}
  .btn{
    width: 240px;
    padding: 12px 25px;
    font-size:12px;
  }
  .mb-mt360{margin-top: 360px;}
  .right_now_left,.right_now_right{width:100%}
  .we_help_img_wrap{width: 40px;}
  .we_help_img_wrap img{width: 100%;}
  .bfquiz__fb-tabs-header{margin-top:-80px;margin-bottom:55px;margin-bottom:65px}
  .slick-prev:before, .slick-next:before{
    width: 24px;
    height: 24px;
    background-size: cover;
  }
  .slick-prev{left:-20px!important}
  .slick-next{right:-20px!important}
  
  .slick-prev:before{background-image:url(../images/dist/we_help_left.png);transform:translate(-25%, -50%);}
  .bfquiz__fb-tabs-head-text{font-size:12px}
  .bfquiz__fb-tabs-head{gap:5px}
  .bfquiz__fb-tabs-head-icon img{max-width:22px}
  .bfquiz__form-item input{font-size:12px;padding:12px 16px}
  .bfquiz__form-item{margin-bottom:10px}
  .marquee-item{zoom:.7}
  .items{zoom:.7}
  
  .is-fixed h3{font-size: 18px; padding-right: 30px;}
  .is-fixed .bfquiz__fb_form_wrap{
    border-radius: 15px;
    padding: 20px 15px;
  }
  .is-fixed .right_now_left{
    padding: 0;
    box-shadow: none
  }
  .is-fixed .right_now_left>*:not(:first-child){
    padding: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
  }
  .is-fixed .is_fixed_escape{
    width: 14px;
    top: 15px;
    right: 15px;
  }
  .is-fixed .bfquiz__fb-tabs-header{gap: 15px;}
  .is-fixed .if_mb-dn{display: none;}
  .is-fixed .if_mb-di{display: inline;}
  .is-fixed .if_mb-mt20{margin-top: 20px;}
  .bfquiz__fb-tabs-header{
    margin-top: -75px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .header__info-phone{line-height:30px;font-size: 13px;}.header__info_mobile{right: 70px;}
  .header__toggle svg {
    height: 21px;
    width: 29px;
  }
}