@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);:root{--font-family:"DIN Pro",sans-serif;--second-family:"DIN Pro",sans-serif;--third-family:"Roboto",sans-serif}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%}body{font-family:var(--font-family);font-style:normal;color:#fff;background:#0b0d0e}img{max-width:100%;height:auto}.container{max-width:1224px;padding:0 28px;width:100%;margin:0 auto}.button{max-width:234px;width:100%;display:inline-flex;align-items:center;justify-content:center;text-align:center;position:relative;z-index:30;background:#1fad66;border-radius:8px;padding:14px 16px;text-decoration:none;overflow:hidden;transition:.3s all}.button span{position:relative;z-index:10;color:#fff;text-align:center;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:.25px;text-transform:uppercase;transition:.3s all;text-wrap:nowrap}.button:hover{background:#3ad387}.button-primary{background:#1fad66}.button-secondary{background:#1a1d1f}.button-secondary:hover{background:#272a2c}@media screen and (min-width:2000px){.container{max-width:1600px}.button{max-width:100%;padding:24px 26px}.button span{font-size:24px}}@media screen and (max-width:600px){.container{padding:0 12px}.button{padding:2.5vh 16px;max-width:100%}.button span{font-size:2vh}}.promo{height:100vh;background:url(../img/promo-bg.jpg) no-repeat;background-position:center center;background-size:cover}.promo__container{padding-top:30px;padding-bottom:30px;height:100%;display:flex;justify-content:space-between}.promo__content{width:100%;display:flex;justify-content:space-between;align-items:center;gap:30px}.promo__col-content{max-width:375px;width:100%}.promo__link{display:inline-block;margin-bottom:40px}.promo__title{font-family:Roboto,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:36px;margin-bottom:15px}.promo__text{max-width:325px;color:#cfd4d8;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.25px;margin-bottom:40px}.promo__button-code{margin-bottom:12px}.promo__button-code--active{min-width:234px;max-width:max-content;background:#000;color:#fff;border:1px solid rgba(255,255,255,.2);padding:6px 12px}.promo__button-code--active p{text-transform:capitalize;color:#f9fafa;font-family:Roboto;font-size:13px;font-style:normal;font-weight:400;line-height:20px;margin-bottom:4px}.promo__button-code--active span{width:100%;display:flex;flex-direction:column;color:#f9fafa;font-family:Roboto,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:28px}.promo__button-code--active:hover{background:#252525}.promo__banner-mobile{display:none}.promo__copy-toast{max-width:227px;width:100%;z-index:9999;position:fixed;top:20px;right:20px;padding:16px;background:#f9fafa;color:#0b0d0e;border-radius:12px;color:#0b0d0e;text-align:center;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.25px;transform:translateY(-120px);opacity:0;transition:transform .35s ease,opacity .35s ease}.promo__copy-toast.show{transform:translateY(0);opacity:1}@media screen and (min-width:2000px){.promo__col-content{max-width:600px}.promo__banner{width:900px;height:917px}.promo__link{margin-bottom:60px}.promo__title{font-size:48px;line-height:normal;margin-bottom:30px}.promo__text{font-size:28px;line-height:normal;margin-bottom:60px}.promo__buttons{max-width:400px}.promo__button-code{margin-bottom:24px}.promo__button-code--active{min-width:100%}}@media screen and (max-width:960px){.promo__content{justify-content:space-around}.promo__banner{width:294px;height:311px}}@media screen and (max-width:600px){.promo{height:89vh;background:0 0}.promo__container{padding-top:4vh;padding-bottom:24px}.promo__content{display:block;height:100%}.promo__col-content{display:flex;flex-direction:column;height:100%;max-width:100%;text-align:center}.promo__link{margin-bottom:5vh}.promo__link img{width:35vw;height:auto}.promo__banner{display:none}.promo__banner-mobile{display:block;height:37vh;width:auto;max-width:100%;object-fit:contain}.promo__title{max-width:285px;margin:0 auto;font-size:28px;line-height:32px;margin-bottom:20px}.promo__text{max-width:280px;margin:0 auto;margin-bottom:24px}.promo__buttons{margin-top:auto}.promo__button-code--active{min-width:100%}.promo__copy-toast{max-width:94%;width:100%;right:3%}}@media screen and (max-width:320px){.promo__link{margin-bottom:3vh}.promo__link img{width:82px;height:18px}}.codes__container{padding-top:100px;padding-bottom:100px}.codes__content{max-width:1000px;margin:0 auto;text-align:center}.codes__title{font-family:Roboto;font-style:normal;font-weight:700;font-size:36px;line-height:36px;color:#fff;margin-bottom:40px}.codes__table{display:flex;flex-direction:column;gap:6px;padding:24px;margin-bottom:40px;background:rgba(26,29,31,.5);border-radius:24px}.codes__text{font-family:Roboto;font-style:normal;font-weight:400;font-size:12px;line-height:12px;color:#abb2ba}.codes__head{display:flex;align-items:center;gap:8px;height:44px;font-family:Roboto;font-style:normal;font-weight:400;font-size:13px;line-height:16px;text-align:center;color:#abb2ba}.codes__head .codes__col-1{display:flex;width:100%;height:100%;align-items:center;justify-content:space-between;gap:8px;padding:8px 16px}.codes__head .codes__col-1 .codes__head-name{flex:0 1 100%;font-weight:400}.codes__head .codes__col-1 .codes__head-amount{flex:0 1 auto;font-weight:400}.codes__head .codes__col-2{flex:0 0 350px;padding-left:60px;height:100%;display:flex;align-items:center}.codes__head .codes__col-2 .codes__head-promo{text-align:left;font-weight:400}.codes__row{display:flex;align-items:center;gap:8px;min-height:44px}.codes__row .codes__col-1{width:100%;height:100%;min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:5px;padding:8px 16px;border:1px solid rgba(44,50,53,.4);border-radius:8px;flex-grow:1;font-family:Roboto;font-style:normal;font-weight:400;font-size:14px;line-height:16px;letter-spacing:.25px;color:#f9fafa}.codes__row .codes__col-1 .codes__name{font-weight:400}.codes__row .codes__col-1 .codes__name a{text-decoration-line:underline;color:#f9fafa}.codes__row .codes__col-1 .codes__amount{text-wrap:nowrap}.codes__row .codes__col-2{display:flex;gap:8px}.codes__row .codes__col-2 .codes__promo{cursor:pointer;padding:8px 16px;width:196px;display:flex;align-items:center;background:rgba(44,50,53,.4);border:1px solid #1a1d1f;border-radius:8px}.codes__row .codes__col-2 .codes__promo span{flex:0 1 100%;font-family:Roboto;font-style:normal;font-weight:400;font-size:14px;line-height:16px;text-align:center;letter-spacing:.25px;color:#f9fafa}.codes__row .codes__col-2 .codes__promo img{margin-left:auto}.codes__row .codes__col-2 .codes__btn{width:146px;font-family:Roboto;font-style:normal;font-weight:500;font-size:14px;line-height:16px;text-align:center;letter-spacing:.25px;text-transform:uppercase;color:#fff}@media screen and (max-width:700px){.codes__container{padding-top:40px;padding-bottom:20px}.codes__head{display:none}.codes__title{max-width:280px;margin:0 auto;font-family:Roboto;font-style:normal;font-weight:500;font-size:24px;line-height:28px;text-align:center;margin-bottom:24px}.codes__table{background:0 0;margin-bottom:24px;padding:0}.codes__row{flex-direction:column;align-items:initial;gap:0}.codes__row .codes__col-1{min-height:64px;background:rgba(26,29,31,.5);border-radius:12px;-webkit-mask:radial-gradient(circle 9px at bottom left,transparent 98%,#000 100%),radial-gradient(circle 9px at bottom right,transparent 98%,#000 100%),linear-gradient(black,#000);-webkit-mask-composite:destination-out;mask-composite:exclude;border-bottom:none;background-image:linear-gradient(to right,#000 50%,transparent 50%);background-size:20px 2px;background-repeat:repeat-x;background-position:bottom;border:none;gap:8px;font-family:Roboto;font-style:normal;font-weight:400;font-size:14px;line-height:20px;letter-spacing:.25px}.codes__row .codes__col-1 .codes__name{text-align:left}.codes__row .codes__col-2{height:64px;gap:4px;background:rgba(26,29,31,.5);border-radius:12px;padding:12px;-webkit-mask:radial-gradient(circle 9px at top left,transparent 98%,#000 100%),radial-gradient(circle 9px at top right,transparent 98%,#000 100%),linear-gradient(black,#000);-webkit-mask-composite:destination-out;mask-composite:exclude}.codes__row .codes__col-2 .codes__promo{width:100%;flex:0 1 100%;padding:8px;gap:1px;background:rgba(44,50,53,.4);border-radius:8px}.codes__row .codes__col-2 .codes__promo span{font-family:Roboto;font-style:normal;font-weight:400;font-size:14px;line-height:16px;text-align:center;letter-spacing:.25px}.codes__row .codes__col-2 .codes__promo img{width:20px;height:20px}.codes__row .codes__col-2 .codes__btn{flex:0 0 130px;font-family:Roboto;font-style:normal;font-weight:500;font-size:13px;line-height:16px;text-transform:inherit}}@media screen and (max-width:360px){.codes__row .codes__col-2 .codes__promo span{font-size:11px}}.bonus__container{padding-top:60px;padding-bottom:60px}.bonus__content{max-width:695px}.bonus__main-title{max-width:615px;font-family:Roboto;font-style:normal;font-weight:500;font-size:24px;line-height:28px;color:#f9fafa;margin-bottom:24px}.bonus__text{max-width:685px;color:#cfd4d8;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.25px;margin-bottom:24px}.bonus__text a{color:#cfd4d8}.bonus__btn-details{max-width:320px;width:100%;padding:14px;display:block;margin:0 auto;cursor:pointer;background:0 0;border:none;color:#cfd4d8;text-align:center;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.25px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.bonus .offers-hidden{max-height:0;overflow:hidden;transition:max-height .5s ease}.bonus .offers-hidden .offer{display:flex;flex-direction:column;gap:14px;margin-bottom:24px}.bonus .offers-hidden .offer a{color:#cfd4d8}.bonus .offers-hidden .offer__title{font-family:Roboto;font-style:normal;font-weight:500;font-size:18px;line-height:24px;color:#f9fafa}.bonus .offers-hidden .offer__subtitle{font-family:Roboto;font-style:normal;font-weight:500;font-size:16px;line-height:20px;letter-spacing:.25px;color:#f9fafa}.bonus .offers-hidden .offer__text{color:#cfd4d8;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.25px}.bonus .offers-hidden .offer__ul{color:#cfd4d8;padding-left:20px}.bonus .offers-hidden .offer__ul li{font-family:Roboto;font-style:normal;font-weight:400;font-size:14px;line-height:16px;letter-spacing:.25px;margin-bottom:20px}.bonus .offers-hidden .offer__ul li:last-child{margin-bottom:0}.bonus .offers-hidden .offer__ol{color:#cfd4d8;padding-left:20px}.bonus .offers-hidden .offer__ol li{font-family:Roboto;font-style:normal;font-weight:400;font-size:14px;line-height:16px;letter-spacing:.25px;margin-bottom:20px}.bonus .offers-hidden .offer__ol li:last-child{margin-bottom:0}.bonus .offers-hidden .offer__faq{margin-bottom:10px}.bonus .offers-hidden.open{max-height:11000px}@media screen and (min-width:2000px){.bonus__content{max-width:1100px}.bonus__main-title{max-width:750px;font-size:46px;line-height:normal;margin-bottom:34px}.bonus__text{max-width:100%;font-size:20px;line-height:normal;margin-bottom:34px}.bonus__btn-details{font-size:20px}.bonus .offers-hidden .offer{gap:18px;margin-bottom:48px}.bonus .offers-hidden .offer__title{font-size:34px;margin-bottom:24px}.bonus .offers-hidden .offer__text{font-size:18px;line-height:normal}.bonus .offers-hidden .offer__ul li{font-size:18px;line-height:normal}.bonus .offers-hidden .offer__ol li{font-size:18px;line-height:normal}.bonus .offers-hidden .offer-faq .offer__subtitle{font-size:28px;margin-bottom:0}.bonus .offers-hidden .offer-faq .offer__text{font-size:18px;line-height:normal;margin-bottom:24px}}@media screen and (max-width:600px){.bonus__container{padding-top:40px;padding-bottom:40px}.bonus__title{font-size:24px;line-height:28px;margin-bottom:16px}.bonus__text{margin-bottom:16px}.bonus .offers-hidden.open{max-height:11000px}}