*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{font-size:15px}body{background-color:#0c101b;color:#e3e3e3;line-height:1.6;overflow-x:hidden}body,h1,h2,h3,h4,h5,h6{font-family:Jost,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}h1,h2,h3,h4,h5,h6{color:#0c101b;font-weight:700;line-height:1.2;margin-bottom:18px}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:18px}a{color:#06c;text-decoration:none;transition:color .2s ease}a:hover{color:#004d99}img{display:block;height:auto;max-width:100%}ol,ul{list-style:none}button{background:none;border:none;cursor:pointer;font-family:inherit}.container{margin:0 auto;max-width:1200px;padding:0 18px;width:100%}.main-content{background-color:#0c101b;min-height:calc(100vh - 200px)}.btn{border:2px solid transparent;border-radius:8px;cursor:pointer;display:inline-block;font-size:15px;font-weight:500;padding:12px 24px;text-align:center;transition:all .3s ease}.btn--primary{background-color:#06c;color:#fff}.btn--primary:hover{background-color:#004d99;box-shadow:0 4px 8px rgba(0,0,0,.15);transform:translateY(-2px)}.btn--secondary{background-color:transparent;border-color:#06c;color:#06c}.btn--secondary:hover{background-color:#06c;color:#fff}.navbar{background-color:#1a1c23;border-bottom:1px solid #2b293e;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:2px 0;position:sticky;top:0;z-index:1000}.navbar__inner{align-items:center;display:flex;justify-content:center}.navbar__brand{flex-shrink:0}.navbar__logo{color:#e3e3e3;font-size:1.3rem;transition:color .2s ease}.navbar__logo:hover{color:#06c}.navbar img{height:56px;width:auto}.navbar__toggle{background:transparent;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;padding:6px}@media (max-width:768px){.navbar__toggle{display:flex}}.navbar__toggle-icon{background-color:#fff;height:2px;transition:all .2s ease;width:24px}.navbar__menu{align-items:center;display:flex;gap:24px}@media (max-width:768px){.navbar__menu{background-color:#fff;box-shadow:0 4px 8px rgba(0,0,0,.15);display:none;flex-direction:column;left:0;padding:18px;position:absolute;right:0;top:100%}.navbar__menu.active{display:flex}}.navbar__item{list-style:none}.navbar__link{border-radius:4px;color:#e3e3e3;font-weight:500;padding:6px 12px;transition:all .2s ease}.navbar__link:hover{background-color:rgba(0,102,204,.1);color:#06c}.navbar__link--active{background-color:rgba(0,102,204,.15);color:#06c}.hero{background:linear-gradient(135deg,#06c,#004080);color:#fff;overflow:hidden;padding:96px 0;position:relative;text-align:center}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath fill='%23fff' fill-opacity='.05' fill-rule='evenodd' d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2zm0-30V0h-2v4h-4v2h4v4h2V6h4V4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2zM6 4V0H4v4H0v2h4v4h2V6h4V4z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero__content{margin:0 auto;max-width:800px;position:relative;z-index:1}.hero__heading{color:#fff;font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:18px}@media (max-width:768px){.hero__heading{font-size:2rem}}.hero__subheading{color:hsla(0,0%,100%,.9);font-size:1.25rem;line-height:1.6;margin-bottom:36px}@media (max-width:768px){.hero__subheading{font-size:1rem}}.hero__cta{background-color:#fff;border-radius:8px;box-shadow:0 8px 16px rgba(0,0,0,.2);color:#06c;font-size:1.125rem;font-weight:700;padding:18px 36px;transition:all .3s ease}.hero__cta:hover{background-color:#f5f5f5;box-shadow:0 12px 24px rgba(0,0,0,.3);transform:translateY(-4px)}.features__grid{display:grid;gap:36px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.feature{background-color:#fff;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:36px;text-align:center;transition:all .3s ease}.feature:hover{box-shadow:0 8px 16px rgba(0,0,0,.2);transform:translateY(-8px)}.feature__icon{font-size:3rem;margin-bottom:18px}.feature__title{color:#0c101b;font-size:1.25rem;margin-bottom:12px}.feature__description{color:#c8c8c8;font-size:15px;line-height:1.6;margin:0}.footer{background:linear-gradient(180deg,#0f1419,#1a2332);color:#fff;margin-top:48px;padding:48px 0 100px}@media (min-width:768px){.footer{padding-bottom:48px}}.footer__content{align-items:center;display:flex;flex-direction:column;gap:24px;text-align:center}.footer__logo{margin-bottom:18px}.footer__logo-image{height:auto;max-width:200px}.footer__social{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.footer__social-link{align-items:center;display:inline-flex;justify-content:center;transition:transform .3s ease}.footer__social-link:hover{transform:translateY(-4px)}.footer__social-link svg{height:48px;width:48px}@media (min-width:768px){.footer__social-link svg{height:56px;width:56px}}.footer__copyright{color:hsla(0,0%,100%,.8);font-size:14px;font-weight:500;margin:18px 0}@media (min-width:768px){.footer__copyright{font-size:15px}}.footer__language{align-items:center;background-color:hsla(0,0%,100%,.1);border-radius:8px;cursor:pointer;display:inline-flex;gap:12px;padding:12px 18px;transition:background-color .3s ease}.footer__language:hover{background-color:hsla(0,0%,100%,.15)}.footer__flag{border-radius:2px;height:auto;width:24px}.footer__language-text{color:#fff;font-size:14px;font-weight:500}.footer__language-arrow{margin-left:6px}.bottom-nav{align-items:flex-end;background:linear-gradient(180deg,#1a2738,#0d1621);bottom:0;box-shadow:0 -2px 10px rgba(0,0,0,.3);display:flex;justify-content:space-around;left:0;padding:6px 0;position:fixed;right:0;z-index:1000}@media (min-width:768px){.bottom-nav{display:none}}.bottom-nav__item{align-items:center;color:hsla(0,0%,100%,.5);display:flex;flex:1;flex-direction:column;justify-content:center;padding:6px;position:relative;text-decoration:none;transition:color .3s ease}.bottom-nav__item:not(.bottom-nav__item--center):hover{color:#fff}.bottom-nav__item svg{height:auto;margin-bottom:4px;width:24px}.bottom-nav__item--center{margin-top:-36px}.bottom-nav__item--centerhover{color:#fff}.bottom-nav__center-btn{align-items:center;background:linear-gradient(135deg,#10b981,#06d993);border-radius:50%;box-shadow:0 4px 12px rgba(10,213,142,.438);color:#fff;display:flex;height:60px;justify-content:center;margin-bottom:6px;position:relative;transition:all .3s ease;width:60px}.bottom-nav__center-btn-border{background-color:hsla(0,0%,100%,.1);border-radius:50%;height:74px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:74px}.bottom-nav__center-btn:hover{color:#fff!important;transform:scale(1.1)}.bottom-nav__center-btn svg{height:30px;margin-bottom:0;width:30px}.bottom-nav__center-btn:active{transform:scale(.95)}.bottom-nav__label{font-size:10px;font-weight:500;margin-top:2px}.floating-btn{align-items:center;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:50%;bottom:30px;box-shadow:0 4px 20px rgba(245,158,11,.5);cursor:pointer;display:none;height:64px;justify-content:center;position:fixed;right:30px;transition:all .3s ease;width:64px;z-index:1000}@media (min-width:768px){.floating-btn{display:flex}}.floating-btn:hover{box-shadow:0 6px 25px rgba(245,158,11,.6);transform:scale(1.1)}.floating-btn:active{transform:scale(.95)}.floating-btn svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.providers{padding:18px 0}@media (min-width:768px){.providers{padding:30px 0}}.providers__title{color:#e3e3e3;font-family:Jost,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:18px;font-weight:700;line-height:1.2;margin:0}@media (min-width:768px){.providers__title{font-size:22px}}.providers__swiper{overflow:visible;padding:12px 0;position:relative}.providers__swiper .swiper-slide{align-items:stretch;display:flex;height:auto}.providers__swiper .swiper-button-next,.providers__swiper .swiper-button-prev{background-color:#fff;border-radius:50%;box-shadow:0 4px 8px rgba(0,0,0,.15);height:40px;transition:all .3s ease;width:40px}.providers__swiper .swiper-button-next:after,.providers__swiper .swiper-button-prev:after{color:#06c;font-size:16px;font-weight:700}.providers__swiper .swiper-button-next:hover,.providers__swiper .swiper-button-prev:hover{background-color:#06c;transform:scale(1.1)}.providers__swiper .swiper-button-next:hover:after,.providers__swiper .swiper-button-prev:hover:after{color:#fff}.providers__swiper .swiper-button-next.swiper-button-disabled,.providers__swiper .swiper-button-prev.swiper-button-disabled{cursor:not-allowed;opacity:.3}@media (min-width:768px){.providers__swiper .swiper-button-next,.providers__swiper .swiper-button-prev{height:50px;width:50px}.providers__swiper .swiper-button-next:after,.providers__swiper .swiper-button-prev:after{font-size:20px}}.providers__swiper .swiper-button-prev{left:-20px}@media (min-width:768px){.providers__swiper .swiper-button-prev{left:-25px}}.providers__swiper .swiper-button-next{right:-20px}@media (min-width:768px){.providers__swiper .swiper-button-next{right:-25px}}.providers__swiper .swiper-scrollbar{background-color:rgba(0,0,0,.05);border-radius:8px;height:6px;margin-top:18px}.providers__swiper .swiper-scrollbar .swiper-scrollbar-drag{background-color:#06c;border-radius:8px;cursor:grab}.providers__swiper .swiper-scrollbar .swiper-scrollbar-drag:active{cursor:grabbing}.providers__card{align-items:center;background-color:#1a1c23;border:2px solid transparent;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);cursor:pointer;display:flex;height:100%;justify-content:center;overflow:hidden;padding:8px 22px;transition:all .3s ease;width:100%}.providers__card:hover{box-shadow:0 4px 8px rgba(0,0,0,.15);transform:translateY(-4px)}.providers__card--active{border-color:#06c;box-shadow:0 4px 8px rgba(0,0,0,.15)}.providers__card-image{display:block;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.games{padding:22px 0}@media (min-width:768px){.games{padding:30px 0}}.games__grid{display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.games__grid{gap:18px;grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.games__grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1440px){.games__grid{grid-template-columns:repeat(5,1fr)}}.games__card{background-color:#1a1c23;border:1px solid #2b293e;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);cursor:pointer;overflow:hidden;transition:all .3s ease}.games__card:hover{box-shadow:0 4px 8px rgba(0,0,0,.15);transform:translateY(-4px)}.games__image-wrapper{background-color:#1a1c23;overflow:hidden;padding-top:100%;position:relative;width:100%}.games__image{display:block;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.games__info{padding:18px}.games__name{color:#e3e3e3;display:-webkit-box;font-size:14.5px;font-weight:500;-webkit-line-clamp:2;line-height:1.2;margin:0 0 12px;-webkit-box-orient:vertical;min-height:34px;overflow:hidden;text-overflow:ellipsis}@media (min-width:768px){.games__name{font-size:16px;min-height:38px}}.games__rtp-info{align-items:center;display:flex;font-size:14px;font-weight:700;justify-content:space-between;margin-bottom:6px;width:100%}.games__percentage{font-family:Jost,sans-serif;font-size:14px;font-weight:700;letter-spacing:-.5px}@media (min-width:768px){.games__percentage{font-size:14px}}.games__rtp-label{color:#c8c8c8;font-size:14px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.games__rtp-label *{font-size:12px}.games__progress{background-color:hsla(0,0%,100%,.25);border-radius:8px;height:14px;overflow:hidden;position:relative;width:100%}@media (min-width:768px){.games__progress{height:16px}}.games__progress-bar{animation:progress-stripes 1.5s linear infinite;background-size:28.28px 28.28px;border-radius:8px;height:100%;overflow:hidden;position:relative;transition:width 1.5s cubic-bezier(.25,.46,.45,.94)}.games__progress-bar:after{background:repeating-linear-gradient(45deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.1) 10px,hsla(0,0%,100%,.25) 0,hsla(0,0%,100%,.25) 20px);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.games__progress-bar--yellow{background-color:#fbbf24;background-image:repeating-linear-gradient(45deg,#fbbf24,#fbbf24 10px,#fcd34d 0,#fcd34f 20px)}.games__progress-bar--green{background-color:#10b981;background-image:repeating-linear-gradient(45deg,#10b981,#10b981 10px,#34d399 0,#34d399 20px)}.games__info-bar{border-radius:8px;font-family:Jost,sans-serif;gap:12px;margin-bottom:24px}.games__selected_provider{align-items:center;display:flex;gap:12px}.games__provider-name{font-size:18px;font-weight:700}@media (min-width:768px){.games__provider-name{font-size:20px}}.games__separator{color:#c8c8c8;font-weight:700}.games__count_box{align-items:center;background-color:#06c;border-radius:8px;display:flex;gap:6px;padding:4px 10px}.games__count{color:"#ffffff";font-size:14px;font-weight:700}@media (min-width:768px){.games__count{font-size:15px}}.game-modal{align-items:flex-end;bottom:0;display:flex;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transition:opacity .3s ease;z-index:9999}@media (min-width:768px){.game-modal{align-items:center}}.game-modal.active{opacity:1;pointer-events:auto}.game-modal.active .game-modal__content{transform:translateY(0)}@media (min-width:768px){.game-modal.active .game-modal__content{transform:scale(1)}}.game-modal__overlay{backdrop-filter:blur(4px);background-color:rgba(0,0,0,.7);bottom:0;left:0;position:absolute;right:0;top:0}.game-modal__content{background-color:#0c101b;border-radius:12px 12px 0 0;max-height:95vh;overflow-y:auto;position:relative;transform:translateY(100%);transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%;z-index:1}@media (min-width:768px){.game-modal__content{border-radius:12px;max-height:80vh;max-width:500px;transform:scale(.9);transition:transform .3s cubic-bezier(.34,1.56,.64,1);width:90%}}.game-modal__header{align-items:center;background-color:#1a1c23;border-bottom:1px solid #0c101b;display:flex;justify-content:space-between;padding:18px 18px 12px;position:sticky;top:0;z-index:10}@media (min-width:768px){.game-modal__header{padding:24px 24px 18px}}.game-modal__title{color:#e3e3e3;flex:1;font-family:Jost,sans-serif;font-size:18px;font-weight:700;margin:0;overflow:hidden;padding-right:12px;text-overflow:ellipsis;white-space:nowrap}@media (min-width:768px){.game-modal__title{font-size:24px}}.game-modal__close{align-items:center;background:none;border:none;border-radius:50%;color:#c8c8c8;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;transition:all .3s ease;width:40px}.game-modal__close:hover{background-color:#0c101b;color:#e3e3e3}.game-modal__close:active{transform:scale(.95)}.game-modal__close svg{height:24px;width:24px}.game-modal__body{padding:18px}@media (min-width:768px){.game-modal__body{padding:24px}}.game-modal__image-wrapper{background-color:#1a1c23;border-radius:8px;margin-bottom:18px;overflow:hidden;padding-top:100%;position:relative;width:100%}@media (min-width:768px){.game-modal__image-wrapper{margin-bottom:24px}}.game-modal__image{display:block;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.game-modal__details{display:flex;flex-direction:column;gap:18px}.game-modal__rtp{align-items:center;background-color:#1a1c23;border-radius:8px;display:flex;justify-content:space-between;padding:18px}.game-modal__rtp-label{color:#c8c8c8;font-size:15px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.game-modal__rtp-value{color:#06c;font-family:Jost,sans-serif;font-size:28px;font-weight:700;letter-spacing:-.5px}@media (min-width:768px){.game-modal__rtp-value{font-size:32px}}.game-modal__progress{background-color:#f5f5f5;border-radius:8px;height:14px;overflow:hidden;position:relative;width:100%}@media (min-width:768px){.game-modal__progress{height:16px}}.game-modal__progress-bar{animation:progress-stripes 1.5s linear infinite;background-size:28.28px 28.28px;border-radius:8px;height:100%;overflow:hidden;position:relative;transition:width 1s cubic-bezier(.25,.46,.45,.94);width:0}.game-modal__progress-bar:after{background:repeating-linear-gradient(45deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.1) 10px,hsla(0,0%,100%,.25) 0,hsla(0,0%,100%,.25) 20px);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.game-modal__progress-bar--yellow{background-color:#fbbf24;background-image:repeating-linear-gradient(45deg,#fbbf24,#fbbf24 10px,#fcd34d 0,#fcd34f 20px)}.game-modal__progress-bar--green{background-color:#10b981;background-image:repeating-linear-gradient(45deg,#10b981,#10b981 10px,#34d399 0,#34d399 20px)}.game-modal__info{background-color:#1a1c23;border-radius:8px;display:flex;flex-direction:column;gap:12px;padding:18px}.game-modal__info-item{align-items:center;display:flex;justify-content:space-between;padding:4px 6px}.game-modal__info-item:not(:last-child){border-bottom:1px solid rgba(0,0,0,.05)}.game-modal__info-label{color:#c8c8c8;font-size:14px;font-weight:500}.game-modal__info-value{color:#e3e3e3;font-family:Jost,sans-serif;font-size:15px;font-weight:700}.game-modal__info-grid{background-color:#1a1c23;border-radius:8px;display:grid;gap:0;grid-template-columns:1fr 1fr;margin-bottom:18px;overflow:hidden}@media (max-width:768px){.game-modal__info-grid{background-color:hsla(0,0%,100%,.05)}}.game-modal__info-grid .game-modal__info-item{align-items:flex-start;border-bottom:none;flex-direction:column;padding:6px 10px}.game-modal__info-grid .game-modal__info-item:first-child{border-right:1px solid rgba(0,0,0,.1)}@media (max-width:768px){.game-modal__info-grid .game-modal__info-item:first-child{border-right-color:hsla(0,0%,100%,.1)}}.game-modal__info-grid .game-modal__info-label{margin-bottom:6px}.game-modal__section-header{background-color:#5a6c7d;border-radius:4px;color:#fff;font-size:14px;font-weight:700;letter-spacing:.5px;margin-bottom:4px;padding:6px 10px;text-align:center}.game-modal__steps{display:flex;flex-direction:column;gap:12px;margin-bottom:18px}.game-modal__step{background-color:#1a1c23;border-radius:4px;padding:6px 10px}@media (max-width:768px){.game-modal__step{background-color:hsla(0,0%,100%,.05)}}.game-modal__step strong{color:#e3e3e3;display:block;font-size:15px;line-height:1.2;margin-bottom:2px}@media (max-width:768px){.game-modal__step strong{color:#fff}}.game-modal__step p{color:#c8c8c8;font-size:14px;margin:0}@media (max-width:768px){.game-modal__step p{color:hsla(0,0%,100%,.8)}}.game-modal__step--final strong{color:#dc2626}@media (max-width:768px){.game-modal__step--final strong{color:#ef4444}}.game-modal__note{background-color:#1a1c23;border-radius:8px;margin-bottom:6px;padding:6px 10px}@media (max-width:768px){.game-modal__note{background-color:hsla(0,0%,100%,.05)}}.game-modal__note strong{color:#c8c8c8;display:block;font-size:14px;margin-bottom:6px}@media (max-width:768px){.game-modal__note strong{color:hsla(0,0%,100%,.7)}}.game-modal__note p{color:#9ca3af;font-size:14px;line-height:1.5;margin:0}@media (max-width:768px){.game-modal__note p{color:hsla(0,0%,100%,.6)}}.game-modal__actions{display:grid;gap:12px;margin-top:18px}.game-modal__btn{border:none;border-radius:8px;cursor:pointer;font-family:Jost,sans-serif;font-size:15px;font-weight:700;letter-spacing:1px;padding:14px 20px;text-align:center;transition:all .3s ease}.game-modal__btn:active{transform:scale(.98)}.game-modal__btn--register{background-color:#10b981;color:#fff}.game-modal__btn--register:hover{background-color:#059669}.game-modal__btn--play{background-color:#dc2626;color:#fff}.game-modal__btn--play:hover{background-color:#b91c1c}@media (max-width:768px){.game-modal__content{background-color:#1c2331}.game-modal__header{background-color:#1a1f33;border-bottom:1px solid #2b293e}.game-modal__close,.game-modal__title{color:#fff}.game-modal__close:hover{background-color:hsla(0,0%,100%,.1)}.game-modal__body{color:#fff}.game-modal__info-label{color:hsla(0,0%,100%,.7)}.game-modal__info-value{color:#fff}}@media (min-width:768px){.game-modal__content--warning{max-width:450px}}.game-modal__content--warning .game-modal__close{background-color:rgba(0,0,0,.5);color:#fff;left:12px;position:absolute;top:12px;z-index:20}.game-modal__content--warning .game-modal__close:hover{background-color:rgba(0,0,0,.7);color:#fff}@media (max-width:768px){.game-modal__content--warning .game-modal__close{background-color:rgba(0,0,0,.3)}}.game-modal__body--centered{padding:36px;text-align:center}@media (max-width:768px){.game-modal__body--centered{padding:24px 18px}}.low-rtp-warning{align-items:center;display:flex;flex-direction:column;gap:18px;padding:32px 0}.low-rtp-warning__icon{animation:bounce 2s ease-in-out infinite}@media (max-width:768px){.low-rtp-warning__icon svg{height:100px;width:100px}}.low-rtp-warning__title{color:#e3e3e3;font-family:Jost,sans-serif;font-size:18px;font-weight:700;margin:0}@media (min-width:768px){.low-rtp-warning__title{font-size:24px}}@media (max-width:768px){.low-rtp-warning__title{color:#fff}}.low-rtp-warning__message{color:#c8c8c8;font-size:15px;line-height:1.6;margin:0;max-width:400px}@media (max-width:768px){.low-rtp-warning__message{color:hsla(0,0%,100%,.9)}}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes progress-stripes{0%{background-position:0 0}to{background-position:28.28px 28.28px}}.page-header{background:linear-gradient(135deg,#06c,#004d99);color:#fff;margin-bottom:48px;padding:48px 0;text-align:center}.page-header__title{color:#fff;font-size:2.5rem;margin:0}@media (max-width:768px){.page-header__title{font-size:2rem}}.page-content{padding:36px 0}.page-content .content-wrapper{margin:0 auto;max-width:800px}.page-content__text{color:#e3e3e3;font-size:18px;line-height:1.8}.providers__swiper{padding:16px 0!important}.swiper-button-next,.swiper-button-prev{display:none!important}
/*# sourceMappingURL=main.css.map */
