*,*::after,*::before{box-sizing:border-box}blockquote,body,dd,dl,figure,h1,h2,h3,h4,h5,h6,p{margin:0}ol[role=list],ul[role=list]{list-style:none}body,html{height:100%}body{min-height:100vh;-webkit-font-smoothing:antialiased}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,p{overflow-wrap:break-word}.page-body{box-sizing:border-box;width:100%;margin:0;background-color:var(--main-bg);font-family:Inter,sans-serif;font-size:16px;line-height:1.5;font-weight:400;color:var(--body-text);padding-top:70px}.page-body--no-scroll{position:relative;overflow:hidden;touch-action:none}img{height:auto}ol,ul{padding:0;margin:0;list-style:none}button{all:unset;box-sizing:inherit}.container{max-width:1304px;padding:0 12px;margin:0 auto}.container--content{max-width:866px;padding-top:24px}.h1,.h2,.h3,.h4,.h5,h1,h2,h3,h4,h5{font-weight:700;color:var(--title)}.h1,h1{font-weight:900;font-size:30px;line-height:34px;letter-spacing:.01em}.h2,h2{font-size:24px;line-height:30px}.h3,h3{font-size:20px;line-height:24px}.h4,h4{font-size:18px;line-height:24px}.h5,h5{font-size:16px;line-height:22px}.body-text-sm{font-size:14px;line-height:18px}.body-text-md{font-size:16px;line-height:24px}.body-text-lg{font-size:18px;line-height:26px}.subhead{font-size:16px;font-weight:700;line-height:24px;text-transform:uppercase}.button{display:inline-flex;gap:8px;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-weight:700;text-decoration:none;text-transform:uppercase;background-color:rgba(0,0,0,0);border:0;border-radius:6px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.button--sm{font-size:14px;line-height:18px;padding:12px 28px;min-width:128px}.button--lg{font-size:16px;line-height:24px;padding:14px 36px}.button--accent-1{background-color:var(--accent-1);color:var(--button-text);transition:background-color .3s}.button--accent-1:focus,.button--accent-1:hover{background-color:var(--accent-1-hover)}.button--accent-1.button--disabled,.button--accent-1:disabled{background-color:var(--accent-1-disabled)}.button--accent-2{background-color:var(--accent-2);color:var(--button-text);transition:background-color .3s}.button--accent-2:focus,.button--accent-2:hover{background-color:var(--accent-2-hover)}.button--accent-2.button--disabled,.button--accent-2:disabled{background-color:var(--accent-2-disabled)}.button--transparent-sm{padding:12px 8px;min-width:62px}.button--transparent-lg{padding:14px 8px}.button--transparent-accent-1{color:var(--accent-1);transition:color .3s}.button--transparent-accent-1:focus,.button--transparent-accent-1:hover{color:var(--accent-1-hover)}.button--transparent-accent-1.button--disabled,.button--transparent-accent-1:disabled{color:var(--accent-1-disabled)}.button--transparent-accent-2{color:var(--accent-2);transition:color .3s}.button--transparent-accent-2:focus,.button--transparent-accent-2:hover{color:var(--accent-2-hover)}.button--transparent-accent-2.button--disabled,.button--transparent-accent-2:disabled{color:var(--accent-2-disabled)}.button__text{pointer-events:none}.button-referral{display:flex;width:-moz-fit-content;width:fit-content;margin:24px auto 32px}.header-menu{display:flex;flex-direction:column;position:absolute;top:0;right:0;width:100%;background-color:var(--top-bar);z-index:2;max-width:330px;height:calc(var(--vh,1vh)*100);overflow-y:auto;padding:11px 24px 40px;transform:translateX(100%);transition:transform .3s}.header-menu.open{transform:translateX(0)}.header-menu__row{display:flex;align-items:center;justify-content:space-between;margin-right:-12px}.header-menu__text{color:var(--title)}.header-menu__close{width:48px;height:48px}.header-menu__close svg{width:48px;height:48px;fill:var(--title)}.header-menu__buttons{display:flex;align-items:center;justify-content:center;grid-gap:16px;margin-top:auto}.menu{display:flex;flex-direction:column;margin:24px 0}.menu__item{border-bottom:1px solid var(--stroke)}.menu__link{display:block;font-weight:600;color:var(--title);text-decoration:none;padding:16px 0;transition:color .3s}.menu__link:focus,.menu__link:hover{color:var(--links)}.promo{position:relative;background-color:var(--banner-gradient);background-image:var(--bg-mobile);background-repeat:no-repeat;background-position:center;background-size:cover}.promo::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(90deg,var(--banner-gradient),transparent 80%)}.promo__container{position:relative;padding:56px 20px 148px}.promo__title{max-width:515px;color:var(--main-banner-text)}.promo__description{max-width:515px;font-weight:600;color:var(--main-banner-text);margin-top:20px}.promo__button{margin-top:32px}.table-of-contents{border-radius:8px;background-color:var(--bg-2);margin-bottom:24px}.table-of-contents__button{position:relative;width:100%;justify-content:flex-start;padding:14px 16px}.table-of-contents__button::after,.table-of-contents__button::before{content:"";position:absolute;top:50%;border-radius:2px;background-color:var(--title);transform:translateY(-50%);transition:transform .3s}.table-of-contents__button::before{right:22px;width:16px;height:2px}.table-of-contents__button::after{right:29px;width:2px;height:16px}.table-of-contents__button.open::after{transform:translateY(-50%) rotate(90deg)}.table-of-contents__list{display:none;padding:8px 16px 24px}.table-of-contents__item{font-weight:600}.table-of-contents__item:not(:last-child){margin-bottom:16px}.table-of-contents__link{display:inline-flex;font-size:16px;line-height:24px;color:var(--title);text-decoration:none;transition:color .3s}.table-of-contents__link:focus,.table-of-contents__link:hover{color:var(--accent-1)}.content h2.wp-block-heading,.content h3.wp-block-heading,.content h4.wp-block-heading,.content h5.wp-block-heading,.content>h2:not([class]),.content>h3:not([class]),.content>h4:not([class]),.content>h5:not([class]){margin-bottom:16px}.content h2.wp-block-heading:not(:first-child),.content>h2:not([class]):not(:first-child){margin-top:32px}.content>p:not([class]):not(:last-child){margin-bottom:16px}.content a:not([class]){color:var(--links);text-decoration-color:transparent;transition:color .3s}.content a:not([class]):focus,.content a:not([class]):hover{color:var(--links-hover)}.content>figure img,.content>img,.content>p img,.wp-block-image img{border-radius:6px}.wp-block-image img{margin:0 auto 16px}.wp-block-image .alignleft{float:left;margin:0 16px 16px 0}.wp-block-image .alignleft img{margin:0}.wp-block-image .alignright{float:right;margin:0 0 16px 16px}.wp-block-image .alignright img{margin:0}.content>ul:not([class]),.content>ul[class=wp-block-list]{clear:both;margin-top:16px;padding:0;list-style-type:none}.content>ul:not([class]):not(:last-child),.content>ul[class=wp-block-list]:not(:last-child){margin-bottom:16px}.content>ul:not([class])>li,.content>ul[class=wp-block-list]>li{position:relative;margin-bottom:24px;padding-left:32px}.content>ul:not([class])>li::before,.content>ul[class=wp-block-list]>li::before{content:"";position:absolute;top:3px;left:0;display:block;width:16px;height:16px;background-color:var(--accent-1);border-radius:6px}.content>ul:not([class])>li:last-child,.content>ul[class=wp-block-list]>li:last-child{margin-bottom:0}.content>ul:not([class]) ul li,.content>ul[class=wp-block-list] ul li{list-style-position:inside;list-style-type:disc}.content>ul:not([class]) ol li,.content>ul[class=wp-block-list] ol li{list-style-position:inside;list-style-type:decimal}.content>ol:not([class]),.content>ol[class=wp-block-list]{clear:both;margin-top:16px;color:var(--title);counter-reset:count}.content>ol:not([class]):not(:last-child),.content>ol[class=wp-block-list]:not(:last-child){margin-bottom:16px}.content>ol:not([class])>li,.content>ol[class=wp-block-list]>li{position:relative;padding-left:48px;font-weight:600;color:var(--title);counter-increment:count}.content>ol:not([class])>li::before,.content>ol[class=wp-block-list]>li::before{content:counter(count,decimal-leading-zero);position:absolute;top:-4px;left:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;font-size:16px;font-weight:700;text-align:center;letter-spacing:.01em;background-color:var(--accent-2);border-radius:6px}.content>ol:not([class])>li:not(:last-child),.content>ol[class=wp-block-list]>li:not(:last-child){margin-bottom:16px}.content>ol:not([class])>li ul li,.content>ol[class=wp-block-list]>li ul li{list-style-position:inside;list-style-type:disc}.content>ol:not([class])>li ol li,.content>ol[class=wp-block-list]>li ol li{list-style-position:inside;list-style-type:decimal}.content .wp-block-table{overflow-x:auto}.content .wp-block-table:not(:last-child){margin-bottom:16px}.wp-block-table table{width:100%;min-width:-moz-fit-content;min-width:fit-content;background-color:var(--bg-2);border-collapse:collapse;border-radius:6px}.wp-block-table table thead{background-color:var(--accent-2)}.wp-block-table table thead th{padding:15px 24px;font-size:14px;font-weight:600;line-height:18px;text-align:left;color:var(--title)}.wp-block-table table thead th:first-child{border-radius:6px 0 0}.wp-block-table table thead th:last-child{border-radius:0 6px 0 0}.wp-block-table table tbody tr:not(:last-child){border-bottom:1px solid var(--stroke)}.wp-block-table table td{padding:20px 24px;font-size:16px;line-height:24px;color:var(--title)}.wp-block-table table td b,.wp-block-table table td strong{font-weight:600;color:inherit}.wp-block-table table td ol,.wp-block-table table td ul{padding-left:32px}.wp-block-table table td ol:not(:last-child),.wp-block-table table td ul:not(:last-child){margin-bottom:16px}.wp-block-table table td ul>li{list-style:disc}.wp-block-table table td ol>li{list-style:decimal}.faq{display:grid;grid-gap:16px}.faq:not(:last-child){margin-bottom:48px}.faq__item{border-bottom:1px solid var(--stroke)}.faq__title{position:relative;padding:0 48px 16px 0;cursor:pointer;transition:color .3s}.faq__title::after,.faq__title::before{content:"";position:absolute;border-radius:2px;background-color:var(--title);transition:background-color .3s,transform .3s}.faq__title::before{top:10px;right:5px;width:14px;height:2px}.faq__title::after{top:4px;right:11px;width:2px;height:14px}.faq__title.open{color:var(--accent-1)}.faq__title.open::after,.faq__title.open::before{background-color:var(--accent-1)}.faq__title.open::after{transform:rotate(90deg)}.faq__text{display:none;padding-bottom:20px}.faq__text p:not(:first-child){margin-top:16px}.faq__text ol,.faq__text ul{list-style-position:inside;padding-left:16px}.faq__text ol:not(:first-child),.faq__text ul:not(:first-child){margin-top:16px}.faq__text ul{list-style-type:disc}.faq__text ol{list-style-type:decimal}.advantages{display:grid;grid-gap:16px 32px}.advantages:not(:last-child){margin-bottom:32px}.advantages__item{background-color:var(--bg-2);border-radius:8px;overflow:hidden}.advantages__title{padding:12px 24px}.advantages__title--plus{background-color:var(--success)}.advantages__title--minus{background-color:var(--error)}.advantages__list{padding:24px}.advantages__list li{padding-left:28px;background-repeat:no-repeat;background-position:left center;background-size:16px}.advantages__list li:not(:last-child){margin-bottom:16px}.advantages__list--plus li{background-image:var(--icon-success)}.advantages__list--minus li{background-image:var(--icon-error)}.info-message{display:grid;grid-gap:16px 24px;background-color:var(--bg-2);border:1px solid var(--accent-1);border-radius:6px;padding:20px 24px}.info-message:not(:last-child){margin-bottom:24px}.info-message svg{width:40px;height:40px;fill:var(--accent-1)}.info-message p{font-weight:600}.steps{display:grid;grid-gap:16px;counter-reset:count}.steps:not(:last-child){margin-bottom:32px}.steps__item{display:flex;flex-wrap:wrap;align-items:flex-start;gap:16px;background-color:var(--bg-2);border-radius:6px;padding:24px;counter-increment:count}.steps__title::before{content:counter(count,decimal-leading-zero);color:var(--accent-2);margin-right:20px}.steps__text{width:100%}.steps__text p:not(:last-child){margin-bottom:16px}.steps__text ul{margin-bottom:16px;margin-left:16px;list-style-type:disc}.steps__text ol{margin-bottom:16px;margin-left:26px;list-style-type:decimal}.steps__text ul li{padding-left:6px}.steps__text img{border-radius:6px;margin-top:16px}.links-list:not(:last-child){margin-bottom:32px}.links-list__title{padding:12px 10px;text-align:center;border-radius:6px;background-color:var(--accent-2);margin-bottom:12px}.links-list__list{display:grid;grid-gap:8px 32px}.item-row__link{display:grid;grid-template-columns:1fr 30px;align-items:center;grid-gap:4px;width:100%;font-weight:600;background-color:var(--bg-2);border-radius:6px;text-decoration:none;padding:13px 8px 13px 16px;cursor:pointer}.item-row__link svg{width:30px;height:30px;fill:var(--title);pointer-events:none;transition:fill .3s}.item-row__link:focus svg,.item-row__link:hover svg{fill:var(--accent-1)}.item-row__link:focus .item-row__text,.item-row__link:hover .item-row__text{color:var(--accent-1)}.item-row__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--title);pointer-events:none;transition:color .3s}.slots{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:12px}.slots:not(:last-child){margin-bottom:24px}.slots__item{position:relative}.slots__item:focus .slots__overlay,.slots__item:hover .slots__overlay{opacity:1;visibility:visible}.slots__image{aspect-ratio:1/1;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:6px}.slots__overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:16px;background-color:rgba(0,0,0,.7);border-radius:6px;padding:12px;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.slots__text{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;font-weight:600;color:var(--button-text);text-align:center}.slots__button{min-width:108px;padding:12px}.cta-banner{display:block;cursor:pointer;margin-bottom:16px}.cta-banner--disabled,.cta-banner:disabled{opacity:.5}.cta-banner__image{border-radius:6px;pointer-events:none}.card-brand{display:grid;align-items:center;grid-template-columns:64px 1fr;grid-gap:0 16px;border:1px solid var(--stroke);border-radius:8px;background-color:var(--bg-2);padding:16px}.card-brand__image{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:6px}.card-brand__row{display:flex;flex-direction:column;grid-gap:6px}.card-brand__title{font-weight:600}.card-brand__bonus{font-weight:600;grid-column:1/-1;margin-top:12px}.card-brand__button{grid-column:1/-1;margin-top:16px}.country-flag{flex-shrink:0;display:flex;align-items:center;-moz-column-gap:2px;column-gap:2px}.country-flag__icon{display:flex;align-items:center;justify-content:center;width:24px;height:18px;border:1px solid var(--stroke);border-radius:2px;overflow:hidden}.country-flag__icon svg{width:24px;min-width:24px;height:18px}.country-flag__check{width:20px;height:20px;fill:var(--success)}.footer-images{border-top:1px solid var(--stroke);padding-top:24px;margin-top:24px}.footer-images__list{display:flex;flex-wrap:wrap;align-items:center;grid-gap:16px 24px}.footer-images__image{width:auto;max-height:32px}.header{position:fixed;top:0;left:0;z-index:80;width:100%;padding:11px 8px 11px 12px;background-color:var(--top-bar)}.header__container{display:flex;padding:0}.header__logo img{max-height:46px;-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center}.header__buttons{display:none}.header__burger{width:48px;height:48px;margin-left:auto}.header__burger svg{width:48px;height:48px;fill:var(--title)}.footer{margin-top:64px}.footer__row{display:grid;grid-gap:24px;border-top:1px solid var(--stroke);padding-top:24px}.footer__logo img{max-height:42px;-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center}.footer__copyright{color:var(--secondary-text);border-top:1px solid var(--stroke);padding:24px 0;margin-top:24px}.footer-menu{display:flex;flex-wrap:wrap;align-items:center;grid-gap:16px 32px}.footer-menu__link{display:block;color:var(--title);text-decoration:none;transition:color .3s}.footer-menu__link:focus,.footer-menu__link:hover{color:var(--links)}.page-404{display:flex;flex-direction:column;align-items:center;grid-gap:24px;margin-top:48px}.page-redirect{padding-top:32px}.page-redirect__title{word-break:break-word;text-align:center}.page-redirect__text{word-break:break-word;text-align:center;margin-top:16px}.page-redirect__grid{display:grid;grid-gap:16px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-top:24px}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;-webkit-clip-path:inset(100%);clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}@media screen and (min-width:768px){.info-message{grid-template-columns:40px 1fr;padding:24px 48px 24px 24px}.info-message:not(:last-child){margin-bottom:32px}.info-message svg{align-self:center}.links-list__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1280px){.page-body{padding-top:92px}.container--content{padding-top:32px}.h1,h1{font-size:42px;line-height:48px}.h2,h2{font-size:30px;line-height:36px}.h3,h3{font-size:26px;line-height:28px}.h4,h4{font-size:20px;line-height:26px}.h5,h5{font-size:18px;line-height:24px}.button-referral{margin-bottom:48px}.header-menu{position:static;width:auto;max-width:unset;height:auto;padding:0;transform:unset}.header-menu__buttons,.header-menu__row{display:none}.menu{flex-direction:row;flex-wrap:wrap;grid-gap:0 48px;margin:0}.menu__item{border-bottom:0}.menu__link{padding:5px 0}.promo{background-image:var(--bg-desktop)}.promo__container{padding:56px 12px 124px}.promo__description{margin-top:24px}.promo__button{margin-top:40px}.table-of-contents{margin-bottom:32px}.table-of-contents__button{padding:14px 24px}.table-of-contents__button::before{right:30px}.table-of-contents__button::after{right:37px}.table-of-contents__list{padding:12px 24px 32px}.table-of-contents__item:not(:last-child){margin-bottom:20px}.content h2.wp-block-heading,.content h3.wp-block-heading,.content h4.wp-block-heading,.content h5.wp-block-heading,.content>h2:not([class]),.content>h3:not([class]),.content>h4:not([class]),.content>h5:not([class]){margin-bottom:24px}.content h2.wp-block-heading:not(:first-child),.content>h2:not([class]):not(:first-child){margin-top:48px}.content>p:not([class]):not(:last-child),.wp-block-image img{margin-bottom:24px}.content>ul:not([class]),.content>ul[class=wp-block-list]{margin-top:24px;padding-left:32px}.content>ul:not([class]):not(:last-child),.content>ul[class=wp-block-list]:not(:last-child){margin-bottom:24px}.content>ol:not([class]),.content>ol[class=wp-block-list]{margin-top:24px;padding-left:32px}.content .wp-block-table:not(:last-child),.content>ol:not([class]):not(:last-child),.content>ol:not([class])>li:not(:last-child),.content>ol[class=wp-block-list]:not(:last-child),.content>ol[class=wp-block-list]>li:not(:last-child){margin-bottom:24px}.faq{grid-gap:20px}.faq:not(:last-child){margin-bottom:64px}.faq__title{padding:0 48px 20px 0}.faq__text{padding-bottom:24px}.advantages{grid-template-columns:repeat(2,1fr)}.advantages:not(:last-child){margin-bottom:48px}.advantages__title{padding:12px 32px}.advantages__list{padding:24px 32px 32px}.steps:not(:last-child){margin-bottom:48px}.steps__item{padding:24px 32px}.links-list:not(:last-child){margin-bottom:48px}.slots{grid-template-columns:repeat(4,1fr);grid-gap:24px 32px}.slots:not(:last-child){margin-bottom:32px}.cta-banner{margin-bottom:24px}.card-brand{grid-template-columns:none;padding-bottom:20px}.card-brand__image{aspect-ratio:204/90;width:100%;height:auto}.card-brand__row{flex-direction:row;justify-content:space-between;grid-gap:22px;overflow:hidden;margin-top:12px}.card-brand__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-brand__bonus{margin-top:16px}.card-brand__button{margin-top:14px}.footer-images{padding-top:32px;margin-top:32px}.footer-images__list{justify-content:center}.header{padding:8px 0}.header__container{display:flex;align-items:center;grid-gap:56px;padding:0 12px}.header__logo img{max-height:76px}.header__buttons{display:flex;align-items:center;justify-content:center;grid-gap:16px;min-width:-moz-fit-content;min-width:fit-content;margin-left:auto}.header__burger{display:none}.footer{margin-top:96px}.footer__row{grid-template-columns:120px 1fr;padding-top:32px}.footer__copyright{padding:24px 0 32px;margin-top:32px}.footer-menu{grid-gap:16px 48px;margin-left:auto}.footer-menu:first-child{grid-column:1/-1}.page-404{margin-top:64px}.page-redirect{padding-top:48px}.page-redirect__text{margin-top:24px}.page-redirect__grid{grid-gap:24px;grid-template-columns:repeat(5,1fr);margin-top:40px}}
/*# sourceMappingURL=../sourcemaps/style.min.css.map */
