@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
:root{
  --red:#DA022A;
}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html{
  scroll-behavior: smooth;
}
body, html {

  width: 100%;
  height: 100%;
  align-items: stretch;
  display: flex;
  font-size: 14px;
  min-height: calc(var(--vh, 1vh) * 100);
}

html {
  height: auto;
  font-size: 1px;
}

body {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

footer, header, .banner, main {
  flex-shrink: 0;
}

main {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.container {
  width: 100%;
  max-width: 1296px;
  height: 100%;
  padding: 0 48px;
  margin: 0 auto;
  position: relative;
}
.header{
  height: 96px;
  margin-bottom: -96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header.bg-white{
  background: #fff;
}
.header .container{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header__content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}
.header__nav{
  display: flex;
  gap: 48px;
  margin-right: auto;
}
.header__nav-burger{
  display: none;
}
.header__nav-list{
  display: flex;
  gap: 48px;
}
.header__nav-list .btn-red{
  display: none;
}
.header__nav a{
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.header.bg-white .header__nav a{
  color: #0E090A;
}
.header__nav a:hover{
  opacity: 0.7;

}
.header__login{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 16px;
  width: 126px;
  height: 48px;
  gap: 16px;
  background: #FFFFFF;
  border-radius: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #0E090A;
  text-decoration: none;
  transition: all 0.2s ease-in;

}
.header.bg-white .header__login{
  background: #DA022A;
  color: #fff;
}
.header.bg-white .header__login img{
  filter: invert(1);
}
.header__login:hover{
  transform: scale(1.03);
  opacity: 0.97;
}
.doc{
  margin-top: 96px;
}
.a-back{
  margin: 24px 0 60px;
}
.a-back a{
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
.a-back span{
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #9F9D9D;
  text-decoration: none;
}

.footer{
  margin-top: 135px;
  background: #0E090A;
  padding-top: 48px;
}
.footer__content{
  display: flex;
  flex-direction: column;
}
.footer__top{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.footer__left{
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer__left .btn-red{
  display: none;
}
.footer__center{
  width: 50%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer__nav-col{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__nav-title{
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 2px;
  color: #FFFFFF;
  opacity: 0.5;

}
.footer__nav-list{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__nav-list a{
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  text-decoration: none;
}
.footer__row{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer__row small{
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #FFFFFF;
  opacity: 0.5;
}
.footer__right .btn-red{
  height: 48px;
}
.footer__bottom{
  border-top: 1px solid rgba(250, 250, 250, 0.4);
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #FFFFFF;
  opacity: 0.4;
}

/*doc style*/


.doc__text h1{
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: #0E090A;
  margin-bottom: 32px;
}
.doc__text h2{
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #0E090A;
  margin: 30px 0 20px;
}
.doc__text h3, .doc__text h4{
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #0E090A;
  margin: 30px 0 20px;
}
.doc__text p, .doc__text ul li{
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #0E090A;
}
.doc__text ul{
  margin: 15px 0;
}
.doc__text li{
  margin-left: 25px;
}
.doc__text a{
  color: #DA022A;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.doc__text a:hover{
  opacity: 0.7;
}

.cookie-table {
  margin-top: 30px;
  width: 100%;
  font-family: sans-serif;
  font-size: 14px;

  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #F4F3F3;
  border-radius: 10px;
  overflow: hidden; /* Important for clipping the corners */
}

.cookie-table thead {
  text-align: left;

}

.cookie-table th,
.cookie-table td {
  padding: 14px;
  border-bottom: 1px solid #F4F3F3;
}
.cookie-table td{
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #0E090A;
}

.cookie-table th {
  border-top: 1px solid #F4F3F3;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #9F9D9D;
  border-bottom: 2px solid #F4F3F3;
}
@media (max-width: 560px){
  .cookie-table th,
  .cookie-table td {
    padding: 5px;
  }
}





@media (max-width: 1440px){
  .review__sld.owl-carousel .owl-nav button.owl-next{
    right: -30px;
  }
  .review__sld.owl-carousel .owl-nav button.owl-prev{
    left: -30px;
  }
}
@media (max-width: 1024px){
  .header__nav, .header__nav-list{
    gap: 20px;
  }
  .header__content{
    gap: 30px;
  }
}
@media (max-width: 768px){
  .container{
    padding: 0 48px;
  }
  .header{
    position: relative;

  }
  .header__content{
    gap: 16px;
  }
  .header__logo{
    order:1
  }
  .header__right{
    order:2;
    margin-left: auto;
  }
  .header__nav{
    order:3;
    margin-right: 0;
  }
  .header__nav-burger{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 16px;
    position: relative;
    z-index: 11;
  }
  .header__nav-burger img:nth-child(2) {
    display: none;
  }
  .header__nav-burger.active{
    background:#FBE6EA;
  }

  .header__nav-burger.active img:nth-child(1) {
    display: none;
  }

  .header__nav-burger.active img:nth-child(2) {
    display: block;
  }

  .header__nav-list {
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    flex-direction: column;
    gap: 15px;
    transition: transform 0.4s ease, opacity 0.3s ease;
    position: fixed;
    top: 0;
    right: 0;
    background: #FFFFFF;
    z-index: 10;
    width: 0;
    height: 0vh;
  }

  .header__nav-list.active {
    position: absolute;
    padding: 112px 16px 16px 32px;
    width: 360px;
    height: auto;
    min-height: 100vh;
    transform: translateX(0%);
    opacity: 1;
    pointer-events: auto;
    box-shadow: 0 0 100px #000;
  }

  .header__nav a{
    color:#0E090A;
    padding-bottom: 24px;
    border-bottom: solid 1px #FAFAFA;
    font-size: 16px;
    line-height: 150%;


  }
  .banner__img{
    padding-top: 51px;
  }
  .banner__img>img{
    margin-right: -48px;
  }
  .banner__img>img:first-child{
    display: none;
  }
  .banner__img>img:nth-child(2){
    display: block;
  }
  .banner__logo {
    left: 182px;
    top: 123px;
  }
  .banner__logo img{
    height: 57px;
  }
  .banner__left{
    width: auto;
    padding-bottom: 66px;
  }
  .banner__title{
    font-size: 40px;
    line-height: 120%;
    margin-top: 40px;
  }
  .banner__button .btn-white, .banner__button .btn-white-b{
    max-width: 190px;
  }
  .banner__button{
    margin-top: 40px;
  }
  .benefit{
    margin-top: 120px;
  }
  .benefit__list{
    flex-wrap: wrap;
  }
  .benefit__item{
    width: calc(50% - 4px);
    max-width: none;
    gap: 13px;
  }
  .how-work{
    margin-top: 120px;
  }
  .how-work__content{
    flex-direction: column;
    width: 100%;
  }
  .how-work__left{
    width: 100%;
    order: 2;
  }
  .how-work__right{
    height: 436px;
    width: 100%;
    order: 1;
  }
  .how-work__title{
    margin-bottom: 48px;
  }
  .how-work__nav{
    margin-top: 48px;
  }
  .review{
    margin-top: 120px;
    padding: 116px 0 147px;
    height: auto;
  }
  .review__sld{
    width: auto;
    margin-right: -48px;
  }
  .review__title br{
    display: none;
  }
  .review__sld.owl-carousel .owl-nav button.owl-next{
    top: auto;
    bottom: -40px;
    right: 15%;
  }
  .review__sld.owl-carousel .owl-nav button.owl-prev{
    top: auto;
    bottom: -40px;
    left: 15%;
  }
  .bonus{
    margin-top: 120px;
  }
  .bonus__list{
    flex-wrap: wrap;
  }
  .bonus__item, .bonus__bottom{
    width: calc(50% - 4px);
  }
  .bonus__bottom{
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 48px 32px 32px;
  }
  .bonus__bottom-left{
    text-align: center;
  }
  .bonus__bottom-right{
    flex-direction: column;
    width: 100%;
  }
  .bonus__bottom-right .btn-white, .bonus__bottom-right .btn-white-b{
    max-width: none;
    width: 100%;
  }
  .faq{
    margin-top: 120px;
  }
  .faq__list{
    flex-direction: column;
  }
  .faq__col{
    width: 100%;
  }
  .footer__top{
    flex-direction: column;
    gap: 36px;
  }
  .footer__left{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    gap: 20px;
  }
  .footer__left .btn-red{
    display: flex;
    height: 48px;
    margin-left: 20px;
  }
  .footer__center{
    width: 100%;
  }
  .footer__right {
    display: none;
  }
}
@media (max-width: 560px){

  .container{
    padding: 0 16px;
  }
  .header__right{
    display: none;
  }
  .header__nav-list.active{
    width: 240px;
  }
  .header__nav-list .btn-red{
    display: flex;
    height: 48px;
    color: #fff;
    padding: 5px 10px;
    border-bottom: none;
  }
  .banner__content{
    flex-direction: column;
  }
  .banner__left, .banner__img{
    width: 100%;
  }
  .banner__left{
    padding-top: 16px;
    padding-bottom: 0;
    max-width: none;
  }
  .banner__title{
    margin-top: 26px;
    font-size: 34px;
  }
  .banner__text{
    margin-top: 23px;
    font-size: 14px;
  }
  .banner__button{
    position: relative;
    z-index: 9;
    margin-top: 220px;
    margin-bottom: -264px;
    justify-content: center;
  }
  .banner__img{
    padding-top: 0;
  }
  .banner__img>img:first-child{
    display: none;
  }
  .banner__img>img:nth-child(2){
    display: none;
  }
  .banner__img>img:nth-child(3){
    display: block;
    margin: 0;
  }
  .btn-white,.btn-white-b,.btn-red{
    font-size: 14px;
    padding: 10px 15px;
    height: 58px;
  }
  .banner__logo{

    left: 50%;
    transform: translateX(-50%);
    top: 54px;
  }
  .banner__logo img {
    height: 43px;
  }
  .benefit {
    margin-top: 80px;
  }
  .benefit__title{
    font-size: 32px;
  }
  .benefit__item{
    width: 100%;
  }
  .benefit__list{
    margin-top: 32px;
  }
  .benefit__item {
    padding: 40px 24px 47px;
    gap: 16px;
  }
  .how-work{
    margin-top: 80px;
  }
  .how-work__title{
    font-size: 32px;
    margin-bottom: 32px;
  }
  .how-work__right{
    height: 300px;
  }
  .how-work__right-item img{
    height: 272px;
  }
  .how-work__left{
    padding-right: 0;
  }
  .how-work__nav{
    margin-top: 34px;
    gap: 25px;
  }
  .how-work__nav-item {
    gap: 20px;
  }
  .how-work__nav-item span{
    font-size: 18px;
  }
  .review{
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 94px;
  }
  .review__title{
    font-size: 32px;
  }
  .review__sld{
    margin-top: 0;
    margin-right: 0;
  }
  .review__sld.owl-carousel .owl-nav button.owl-next{
    right: 0;
  }
  .review__sld.owl-carousel .owl-nav button.owl-prev{
    left: 0;
  }
  .bonus{
    margin-top: 80px;
  }
  .bonus__title{
    font-size: 32px;
  }
  .bonus__list{
    margin-top: 30px;
  }
  .bonus__bottom{
    padding: 32px 24px;
  }

  .bonus__bottom-left{
    margin-bottom: 48px;
  }
  .bonus__bottom-right .btn-white, .bonus__bottom-right .btn-white-b{
    height: 64px;
  }
  .bonus__item, .bonus__bottom{
    width: 100%;
    max-width: none;
  }
  .faq{
    margin-top: 80px;
  }
  .faq__title{
    font-size: 32px;
  }
  .faq__list{
    margin-top: 32px;
  }

  .footer__top{
    gap: 48px;
  }
  .footer__left{
    row-gap: 30px;
    padding: 0;
  }
  .footer__left, .footer__center{
    flex-wrap: wrap;
  }
  .footer__left .btn-red{
    width: 100%;
    margin-left: 0;
  }
  .footer__center{
    row-gap: 50px;
  }
  .footer__nav-col:nth-child(1){order:1}
  .footer__nav-col:nth-child(2){order:3}
  .footer__nav-col:nth-child(3){order:2}
  .faq__arrow{
    min-width: 50px;
  }
}