body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background-color:#fff}::-webkit-scrollbar-thumb{background-color:#0d41e1;border:2px solid #fff;border-radius:5px}::-webkit-scrollbar-thumb:hover{background-color:#2e5fff}::-webkit-scrollbar-thumb:active{background-color:#0032c7}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6,li,p,ul{margin:0;padding:0}li{list-style:none}a{text-decoration:none}.container{padding:0 10vw}.container-top{padding-top:100px}@media (max-width:767px){.container{padding:0 7vw}.container-top{padding-top:75px}}.App{min-height:100vh;width:100%}.blur{filter:blur(3px);pointer-events:none}.nav{box-shadow:0 4px 10px 0 hsla(0,0%,47%,.251);position:fixed;top:-1px;transition:all .3s ease 0s;z-index:50}.nav,.nav:before{left:0;width:100%}.nav:before{background-color:#fff;content:"";height:100%;position:absolute;top:0;z-index:2}.nav-body{align-items:center;height:80px;justify-content:space-between}.nav-body,.nav-logo{display:flex;position:relative}.nav-logo{color:#000;font-size:30px;font-weight:700;width:150px;z-index:5}.nav-logo img{width:100%}.nav-burger{display:none}.nav-menu{align-items:center;overflow:auto;z-index:5}.nav-list,.nav-menu{display:flex}.nav-list li{margin-left:40px}.nav-link{color:#000;display:inline-block;font-size:20px;font-weight:600;transition:all .2s ease 0s}.nav-link:hover{color:#0d41e1}.nav-link:hover:after{width:100%}.nav-link:after{background-color:#0d41e1;content:"";display:block;height:3px;transition:width .3s ease-in-out;width:0}.nav-link.selected:after,.nav-link:focus:after{width:100%}.nav-link.selected{color:#0d41e1}.burger-profile,.nav-buttons.burger-buttons{display:none}.burger-profile button{background-color:#0000;border:none;cursor:pointer;z-index:5}.nav-buttons{z-index:2}.nav-buttons button{border:none;cursor:pointer;font-size:16px;margin-right:5px;transition:all .2s ease 0s}.nav-buttons button:hover{opacity:.6}.nav-buttons .sign-in{background-color:#1059ff;border-radius:20px;color:#fff;font-weight:600;padding:10px 15px}.nav-buttons .log-in{background-color:#0000;color:#0637d0;font-weight:600}.profile{display:flex;gap:5px;z-index:5}.profile .balance{background-color:#0d3bc8;border-radius:5px;padding:5px}.profile .balance p{color:#fff}.profile button{background-color:#0000;border:none;cursor:pointer}.profile button img{width:25px}@media(max-width:1024px){.nav-buttons button,.nav-link{font-size:14px}}@media(max-width:767px){.nav-body{height:50px;padding-top:10px}.nav-logo{font-size:16px;width:80px}.nav-burger{cursor:pointer;display:block;height:20px;position:relative;width:30px;z-index:5}.nav-burger:after,.nav-burger:before{background-color:#1059ff;content:"";height:2px;left:0;position:absolute;transition:all .3s ease 0s;width:100%}.nav-burger:before{top:0}.nav-burger:after{bottom:0}.nav-burger span{background-color:#1059ff;height:2px;left:0;position:absolute;top:9px;transition:all .3s ease 0s;width:100%}.nav-burger.active:before{top:9px;transform:rotate(45deg)}.nav-burger.active:after{bottom:9px;transform:rotate(-45deg)}.nav-burger.active span{transform:scale(0)}.nav-menu{background-color:#fff;display:block;height:100%;left:0;overflow:auto;padding-top:100px;position:fixed;top:-150%;transition:all .3s ease 0s;width:100%;z-index:2}.nav-menu.active{top:0}.nav-list{align-items:center;flex-direction:column;height:90%;justify-content:center}.nav-list li{margin-bottom:10vh;margin-left:0}.nav-list li:hover{transform:scale(1)}.nav-list li .nav-link{font-size:18px}.nav-buttons.burger-buttons{align-items:center;display:flex;justify-content:center}.nav-buttons{display:none}.burger-profile{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center}.burger-profile .balance{background-color:#0d3bc8;border-radius:5px;padding:5px}.burger-profile .balance p{color:#fff}.burger-profile button img{width:20px}.profile{display:none}}@media(max-width:320px){.nav-list{margin-top:10px}}.footer{background-color:#fff;box-shadow:0 -4px 10px 0 hsla(0,0%,47%,.251);padding:40px 0 20px;position:relative;width:100%;z-index:2}.footer .footer-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between}.footer .footer-wrapper .footer-logo .logo{color:#000;cursor:pointer;font-size:26px;font-weight:700;margin-bottom:10px;width:80px}.footer .footer-wrapper .footer-logo p{color:#aaa;font-size:18px}.footer .footer-wrapper .footer-links{display:flex}.footer .footer-wrapper .footer-links a{color:#0d41e1;cursor:pointer;margin-right:25px;margin-top:40px}.footer .footer-wrapper .footer-links a:hover{opacity:.6}.footer .footer-wrapper .footer-network button{background-color:#0d41e1;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:16px;margin-bottom:10px;padding:15px 30px;width:100%}.footer .footer-wrapper .footer-network button:hover{opacity:.6}.footer .footer-wrapper .footer-network .networks{display:flex;gap:15px;justify-content:center;margin-bottom:5px}.footer .footer-wrapper .footer-network .networks img{transition:all .3s ease 0s;width:30px}.footer .footer-wrapper .footer-network .networks img:hover{transform:scale(1.2);transition:all .3s ease 0s}.footer .footer-wrapper .footer-network .network-mail{color:#aaa}@media(max-width:767px){.footer{padding:15px 0}.footer .footer-wrapper{flex-direction:column}.footer .footer-wrapper .footer-logo{margin-bottom:20px}.footer .footer-wrapper .footer-logo .logo{font-size:16px;margin-bottom:5px;width:80px}.footer .footer-wrapper .footer-logo p{font-size:14px}.footer .footer-wrapper .footer-logo .footer-links{flex-direction:column;margin-right:0;margin-top:20px}.footer .footer-wrapper .footer-logo .footer-links a{font-size:14px;margin-top:5px}.footer .footer-wrapper .footer-network{align-items:flex-start;display:flex;flex-direction:column}.footer .footer-wrapper .footer-network button{border-radius:10px;font-size:14px;margin-bottom:5px;padding:10px 30px}.footer .footer-wrapper .footer-network .networks{margin:5px 0;width:100%}.footer .footer-wrapper .footer-network .networks img{width:20px}.footer .footer-wrapper .footer-network .network-mail{text-align:center;width:100%}}.header{align-items:center;display:flex;justify-content:center;text-align:center}.header .header-title{position:absolute;z-index:1}.header .header-title h1{color:#000;font-size:45px;margin-bottom:20px}.header .header-title h1 .typed-text{color:#1059ff}.header .header-title button{background-color:#1059ff;border:1px solid #1059ff;border-radius:35px;color:#fff;cursor:pointer;font-size:26px;padding:20px 60px;transition:all .3s ease 0s}.header .header-title button:hover{box-shadow:0 0 10px #1059ff,0 0 30px #1059ff,0 0 80px #1059ff}.header .particles-container{height:100vh;width:100%}@media(max-width:767px){.header .header-title h1{font-size:28px}.header .header-title button{font-size:20px;padding:10px 40px}}.about{background-color:#fff;padding:60px 0;position:relative}.about .about-content{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.about .about-content .about-image{width:55%}.about .about-content .about-image img{border-radius:20px;height:auto;max-width:80%}.about .about-content .about-text{text-indent:10px;width:70%}.about .about-content .about-text h2{color:#333;font-size:24px;margin-bottom:20px}.about .about-content .about-text p{color:#555;font-size:16px;line-height:1.5}@media(max-width:767px){.about{padding:20px 0}.about .about-content{flex-direction:column}.about .about-content .about-image{align-items:center;display:flex;flex:1 1;justify-content:center;margin-bottom:15px;width:100%}.about .about-content .about-image img{margin:0 auto;width:100%}.about .about-content .about-text{flex:2 1;text-align:left;width:100%}.about .about-content .about-text h2{font-size:20px;margin-bottom:5px;text-align:center}.about .about-content .about-text p{font-size:14px}}.product-carousel{background-color:#f3f7fe;padding:60px 0;position:relative}.product-carousel .carousel-info{display:flex;justify-content:center}.product-carousel .carousel-info .carousel-item{background-color:#fff;border-radius:20px;display:flex;flex-direction:column;min-height:350px;padding-bottom:20px;width:60%}.product-carousel .carousel-info .carousel-item .hero{align-items:center;color:#fff;display:flex;justify-content:center;padding:40px 30px}.product-carousel .carousel-info .carousel-item .hero img{margin-right:5px;width:35px}.product-carousel .carousel-info .carousel-item .info{padding:20px 30px}.product-carousel .carousel-info .carousel-item .info p{font-size:18px;text-indent:10px}.product-carousel .carousel-info .carousel-item button{align-items:center;background-color:#0000;border:none;color:#0d41e1;cursor:pointer;display:flex;font-size:18px;padding-left:30px;transition:all .3s ease 0s;width:fit-content}.product-carousel .carousel-info .carousel-item button:hover{transform:translateX(10px)}.product-carousel .carousel-info .carousel-item button img{margin-left:10px;width:20px}.product-carousel .carousel-button-group .prev{cursor:pointer;left:0;position:absolute;top:35%;transform:rotate(180deg)}.product-carousel .carousel-button-group .next{cursor:pointer;position:absolute;right:0;top:35%}@media(max-width:767px){.product-carousel{padding:30px 0}.product-carousel .carousel-info .carousel-item{min-height:auto;width:75%}.product-carousel .carousel-info .carousel-item .hero{padding:30px 0}.product-carousel .carousel-info .carousel-item .hero img{margin-right:3px;width:25px}.product-carousel .carousel-info .carousel-item .hero h1{font-size:25px}.product-carousel .carousel-info .carousel-item .info{padding:10px 20px}.product-carousel .carousel-info .carousel-item .info p{font-size:16px;text-indent:5px}.product-carousel .carousel-info .carousel-item button{font-size:14px;padding-left:20px}.product-carousel .carousel-info .carousel-item button img{margin-left:5px;width:15px}.product-carousel .carousel-button-group .next,.product-carousel .carousel-button-group .prev{top:45%;width:20px}}@font-face{fallback:fallback;font-family:revicons;src:url(/static/media/revicons.e8746a624ed098489406.woff) format("woff"),url(/static/media/revicons.57fd05d4ae650374c8de.ttf) format("ttf"),url(/static/media/revicons.a77de540a38981833f9e.eot) format("ttf")}.react-multi-carousel-list{align-items:center;display:flex;overflow:hidden;position:relative}.react-multi-carousel-track{backface-visibility:hidden;display:flex;flex-direction:row;list-style:none;margin:0;padding:0;position:relative;transform-style:preserve-3d;will-change:transform,transition}.react-multiple-carousel__arrow{background:#00000080;border:0;border-radius:35px;cursor:pointer;min-height:43px;min-width:43px;opacity:1;outline:0;position:absolute;transition:all .5s;z-index:1000}.react-multiple-carousel__arrow:hover{background:#000c}.react-multiple-carousel__arrow:before{color:#fff;display:block;font-family:revicons;font-size:20px;position:relative;text-align:center;z-index:2}.react-multiple-carousel__arrow:disabled{background:#00000080;cursor:default}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:"\e824"}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:"\e825"}.react-multi-carousel-dot-list{bottom:0;display:flex;justify-content:center;left:0;list-style:none;margin:0;padding:0;position:absolute;right:0;text-align:center}.react-multi-carousel-dot button{border:2px solid grey;border-radius:50%;box-shadow:none;cursor:pointer;display:inline-block;height:12px;margin:0 6px 0 0;opacity:1;outline:0;padding:0;transition:background .5s;width:12px}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{backface-visibility:hidden;transform-style:preserve-3d}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}[dir=rtl].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{left:calc(4% + 1px);right:auto}.rtl.react-multiple-carousel__arrow--right:before{content:"\e824"}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:"\e825"}.partners-banner{background-color:#fff;padding:30px 0;position:relative}.partners-banner .banner-wrapper{align-items:center;background:linear-gradient(90deg,#0d21a1 4%,#0d35b1 26%,#0d3bc8 66%,#0d41e1);border-radius:40px;color:#fff;display:flex;flex-direction:column;padding:30px 0}.partners-banner .banner-wrapper h1{margin-bottom:25px}.partners-banner .banner-wrapper p{margin-bottom:30px;max-width:70%;text-align:center}.partners-banner .banner-wrapper button{background-color:#fff3;border:none;border-radius:30px;color:#fff;cursor:pointer;font-size:18px;padding:10px 30px}.partners-banner .banner-wrapper button:hover{opacity:.8}@media(max-width:767px){.partners-banner{background:linear-gradient(90deg,#0d21a1 4%,#0d35b1 26%,#0d3bc8 66%,#0d41e1);border-radius:5px;padding:0 15px}.partners-banner .container{padding:0}.partners-banner .banner-wrapper{border-radius:20px;padding:20px 0}.partners-banner .banner-wrapper h1{font-size:20px;margin-bottom:20px}.partners-banner .banner-wrapper p{font-size:12px;margin-bottom:20px;max-width:inherit}.partners-banner .banner-wrapper button{border-radius:10px;font-size:14px;padding:10px 20px}}.faq{background-color:#fff;padding-bottom:60px;padding-top:60px;position:relative}.faq h1{color:#000;margin-bottom:30px;text-align:center}.faq .accordion{width:100%}.faq .item{background-color:#fff;border-radius:25px;box-shadow:0 0 4px 0 rgba(0,0,0,.251);cursor:pointer;margin-bottom:15px;padding:20px 30px}.faq .item .title{align-items:center;display:flex;justify-content:space-between}.faq .item .title h4{color:#212121}.faq .item .title img{transition:all .3s ease 0s;width:20px}.faq .item .title .spin{transform:rotate(-180deg);transition:all .3s ease 0s}.faq .item .content{max-height:0;overflow:hidden;padding:0 20px 0 5px;transition:max-height .8s cubic-bezier(0,1,0,1)}.faq .item .content p{color:#212121}.faq .item .content.active{margin-top:10px;max-height:1000px;transition:max-height .8s cubic-bezier(0,1,0,1)}@media(max-width:767px){.faq{padding-bottom:40px;padding-top:30px}.faq h1{font-size:16px;margin-bottom:20px}.faq .accordion .item{border-radius:10px;margin-bottom:10px;padding:10px 15px}.faq .accordion .item .title h4{font-size:12px}.faq .accordion .item .title img{width:10px}.faq .accordion .item .content{padding-left:3px}.faq .accordion .item .content p{font-size:11px}.faq .accordion .item .content.active{margin-top:5px}}.orderInfo{background-color:#fff;background-size:contain;padding:60px 0;position:relative;width:100%}@media(max-width:767px){.orderInfo{background-position:50%;padding:40px 0 0}}.orderInfo h2{font-size:30px;margin-bottom:40px;text-align:center}@media(max-width:767px){.orderInfo h2{font-size:20px;margin-bottom:10px}}.orderInfo__cards{display:flex;gap:150px;justify-content:center;padding:50px 0;width:100%}@media(max-width:767px){.orderInfo__cards{align-items:center;flex-direction:column;gap:30px;padding:20px 0}}.orderInfo__card{align-items:center;display:flex;flex-direction:column;gap:20px;max-width:10%}@media(max-width:767px){.orderInfo__card{gap:5px;max-width:70%}}.orderInfo__card .card__image{align-items:center;display:flex;justify-content:center;width:100%}@media(max-width:767px){.orderInfo__card .card__image{width:50px}}.orderInfo__card .card__content{text-align:center}.orderInfo__card .card__title{margin-bottom:10px}@media(max-width:767px){.orderInfo__card .card__title{font-size:14px;margin-bottom:5px}.orderInfo__card .card__text{font-size:12px}}.products{background-color:#fff;color:#000;height:auto;min-height:80vh;padding-bottom:40px;width:100%}.products .accordion-product-body p{line-height:1.6;margin-bottom:12px}.products .accordion-product-body .section-heading{color:#212121;font-weight:700;margin-bottom:8px;margin-top:4px}.products .accordion-product-body .service-list{margin-bottom:12px;padding-left:20px}.products .accordion-product-body .service-list li{color:#212121;font-size:15px;line-height:1.6;list-style:disc;margin-bottom:8px}.products .accordion-more-btn{align-items:center;background-color:#0000;border:none;color:#1059ff;cursor:pointer;display:flex;font-size:14px;margin-bottom:5px;padding-left:10px;transition:all .3s ease 0s}.products .accordion-more-btn:hover{transform:translateX(10px)}.products .accordion-more-btn img{margin-left:5px;width:15px}@media(max-width:767px){.products{padding-bottom:20px}}.accordion-wrap{width:100%}.accordion-wrap .accordion-item{background-color:#fff;border-radius:25px;box-shadow:0 0 4px 0 rgba(0,0,0,.251);cursor:pointer;margin-bottom:15px;padding:20px 30px}.accordion-wrap .accordion-item .accordion-title{align-items:center;display:flex;justify-content:space-between}.accordion-wrap .accordion-item .accordion-title h4{color:#212121;font-size:18px;font-weight:600}.accordion-wrap .accordion-item .accordion-title img{flex-shrink:0;transition:transform .3s ease 0s;width:20px}.accordion-wrap .accordion-item .accordion-title .spin{transform:rotate(-180deg)}.accordion-wrap .accordion-item .accordion-content{max-height:0;overflow:hidden;transition:max-height .8s cubic-bezier(0,1,0,1)}.accordion-wrap .accordion-item .accordion-content p{color:#212121;text-indent:10px}.accordion-wrap .accordion-item .accordion-content.active{margin-top:15px;max-height:4000px;transition:max-height .8s cubic-bezier(0,1,0,1)}@media(max-width:767px){.accordion-wrap .accordion-item{border-radius:10px;margin-bottom:10px;padding:10px 15px}.accordion-wrap .accordion-item .accordion-title h4{font-size:14px}.accordion-wrap .accordion-item .accordion-title img{width:12px}.accordion-wrap .accordion-item .accordion-content p{font-size:13px;text-indent:5px}.accordion-wrap .accordion-item .accordion-content.active{margin-top:8px}}.partners{color:#000;height:auto}.partners .partners-header{align-items:center;background:linear-gradient(90deg,#0d21a1,#0d35b1 33%,#0d3bc8 70%,#0d41e1);display:flex;padding:50px 0}@media(max-width:767px){.partners .partners-header{height:auto;padding:0 0 20px}}.partners .header-wrapper{display:flex;justify-content:space-between;padding-top:100px}@media(max-width:767px){.partners .header-wrapper{flex-direction:column;padding-top:70px}}.partners .header-wrapper .partners-hero{color:#fff;width:60%}@media(max-width:767px){.partners .header-wrapper .partners-hero{width:100%}}.partners .header-wrapper .partners-hero h1{line-height:60px;margin-bottom:20px}@media(max-width:1024px){.partners .header-wrapper .partners-hero h1{font-size:20px;line-height:30px;text-align:center}}.partners .header-wrapper .partners-hero p{font-size:18px;line-height:30px;max-width:70%;text-indent:10px}@media(max-width:1024px){.partners .header-wrapper .partners-hero p{font-size:16px;line-height:20px;max-width:100%}}@media(max-width:767px){.partners .header-wrapper .partners-hero p{font-size:12px}}.partners .header-wrapper .partners-img{width:50%}.partners .header-wrapper .partners-img img{width:100%}@media(max-width:767px){.partners .header-wrapper .partners-img img{display:none}}.partners .form-wrapper{padding:40px 0}@media(max-width:767px){.partners .form-wrapper{padding:20px 0}}.partners .form-wrapper .form{background-color:#f2f6fe;border-radius:25px;padding:60px 150px}@media(max-width:1024px){.partners .form-wrapper .form{padding:30px 80px}}@media(max-width:767px){.partners .form-wrapper .form{padding:20px}}.partners .form-wrapper .form h2{margin-bottom:30px}@media(max-width:767px){.partners .form-wrapper .form h2{font-size:20px;text-align:center}}@media(max-width:320px){.partners .form-wrapper .form h2{font-size:16px;margin-bottom:10px}}.partners .form-wrapper .form .input-group{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}@media(max-width:767px){.partners .form-wrapper .form .input-group{flex-direction:column;gap:10px}}.partners .form-wrapper .form .input-group .form-input{display:flex;flex-direction:column;margin-bottom:20px;width:45%}@media(max-width:767px){.partners .form-wrapper .form .input-group .form-input{margin-bottom:10px;width:100%}}@media(max-width:320px){.partners .form-wrapper .form .input-group .form-input{margin-bottom:5px}}.partners .form-wrapper .form .input-group .form-input label{color:#aaa;font-size:18px;margin-bottom:10px}@media(max-width:767px){.partners .form-wrapper .form .input-group .form-input label{font-size:16px}}@media(max-width:320px){.partners .form-wrapper .form .input-group .form-input label{font-size:14px;margin-bottom:5px}}.partners .form-wrapper .form .input-group .form-input label span{color:red}.partners .form-wrapper .form .input-group .form-input input{border:none;border-radius:25px;box-sizing:border-box;font-size:16px;outline:none;padding:15px 30px;width:100%}.partners .form-wrapper .form .input-group .form-input input:focus{outline:1px solid rgba(13,65,225,.988)}@media(max-width:767px){.partners .form-wrapper .form .input-group .form-input input{font-size:14px;padding:10px 15px}}@media(max-width:320px){.partners .form-wrapper .form .input-group .form-input input{font-size:12px;padding:10px 15px}}.partners .form-wrapper .form .input-group .form-input input.invalid{box-shadow:0 0 5px red;outline:1px solid red}.partners .form-wrapper .form .input-group .form-input .custom-select{position:relative;width:100%}.partners .form-wrapper .form .input-group .form-input .custom-select .dropdown{background-color:#fff;border-radius:20px;box-sizing:border-box;font-size:16px;max-height:200px;overflow:auto;padding:5px 30px;position:absolute;width:100%}@media(max-width:767px){.partners .form-wrapper .form .input-group .form-input .custom-select .dropdown{font-size:14px;padding:10px 15px}}@media(max-width:320px){.partners .form-wrapper .form .input-group .form-input .custom-select .dropdown{font-size:12px;padding:10px 15px}}.partners .form-wrapper .form .input-group .form-input .custom-select .dropdown .dropdown-item{cursor:pointer;margin:5px 0;transition:all .3s ease 0s}.partners .form-wrapper .form .input-group .form-input .custom-select .dropdown .dropdown-item:hover{color:#4f83ff}.partners .form-wrapper .form .input-group .form-input textarea{border:none;border-radius:20px;box-sizing:border-box;font-size:16px;min-height:150px;outline:none;padding:15px 30px;resize:none;width:100%}.partners .form-wrapper .form .input-group .form-input textarea:focus{outline:1px solid rgba(13,65,225,.988)}@media(max-width:767px){.partners .form-wrapper .form .input-group .form-input textarea{font-size:14px;padding:10px 20px}}@media(max-width:320px){.partners .form-wrapper .form .input-group .form-input textarea{font-size:12px;padding:10px 15px}}.partners .form-wrapper .form .input-group .form-input .error-message{color:red;font-size:14px;margin-top:5px;text-align:center}@media(max-width:767px){.partners .form-wrapper .form .input-group .form-input .error-message{font-size:10px}}.partners .form-wrapper .form .partner-btn{margin-top:60px;width:43%}@media(max-width:767px){.partners .form-wrapper .form .partner-btn{margin-top:30px;width:100%}}@media(max-width:320px){.partners .form-wrapper .form .partner-btn{margin-top:15px}}.partners .form-wrapper .form .partner-btn button{background-color:rgba(13,65,225,.988);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:20px;font-weight:600;margin-bottom:10px;padding:15px 30px;width:100%}@media(max-width:767px){.partners .form-wrapper .form .partner-btn button{font-size:14px;padding:10px 20px}}@media(max-width:320px){.partners .form-wrapper .form .partner-btn button{font-size:12px}}.partners .form-wrapper .form .partner-btn .form-agree .agree-text{color:silver;cursor:pointer;font-size:16px;line-height:23.44px;text-align:center;width:100%}@media(max-width:767px){.partners .form-wrapper .form .partner-btn .form-agree .agree-text{align-items:center;display:flex;font-size:12px;line-height:12px;text-align:left}}.partners .form-wrapper .form .partner-btn .form-agree .agree-text input{margin-right:5px}@media(max-width:767px){.partners .form-wrapper .form .partner-btn .form-agree .agree-text input{width:10px}}.partners .form-wrapper .form .partner-btn .form-agree .agree-text label{cursor:pointer}.partners .form-wrapper .form .partner-btn .form-agree .agree-text label a{color:#0f43e1;font-weight:600}.partners .form-wrapper .form .partner-btn .form-agree .agree-text label span{color:red}.partners .form-wrapper .form .partner-btn .form-agree .error-message{color:red;font-size:14px;margin-top:5px;text-align:center}@media(max-width:767px){.partners .form-wrapper .form .partner-btn .form-agree .error-message{font-size:10px;margin-left:20px;text-align:left}}.services{background-color:#fff;color:#000;min-height:100vh;padding-bottom:80px;text-align:center}@media(max-width:767px){.services{padding-bottom:40px}}.services .services-header{align-items:center;background-image:linear-gradient(90deg,#0d21a1,#0d35b1 33%,#0d3bc8 70%,#0d41e1);display:flex;height:70vh;justify-content:space-around;margin-bottom:60px;padding:100px 0 40px}@media(max-width:767px){.services .services-header{height:60vh;margin-bottom:30px;padding:20px 0 0}}.services .services-header .__info{color:#fff;width:40%}@media(max-width:767px){.services .services-header .__info{position:absolute;width:100%;z-index:1}}.services .services-header .__info h1{margin-bottom:50px}@media(max-width:767px){.services .services-header .__info h1{font-size:18px;margin-bottom:20px}}.services .services-header .__info p{margin-bottom:30px}@media(max-width:767px){.services .services-header .__info p{font-size:12px;margin-bottom:20px}}.services .services-header .__info .__btn_group{align-items:center;display:flex;flex-direction:column}.services .services-header .__info .__btn_group button{background-color:#5476e5;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:15px 30px;transition:all .2s ease 0s}@media(max-width:767px){.services .services-header .__info .__btn_group button{font-size:12px;padding:10px 20px}}.services .services-header .__info .__btn_group button:hover{opacity:.6}.services .services-header .__info .__btn_group button:last-child{background-color:#0000;font-size:14px;text-decoration:underline}@media(max-width:767px){.services .services-header .__info .__btn_group button:last-child{font-size:10px}}.services .services-header .__image{width:50%}@media(max-width:767px){.services .services-header .__image{position:absolute;width:100%}}.services .services-header .__image img{width:500px}@media(max-width:767px){.services .services-header .__image img{filter:blur(10px);width:350px}}@media(max-width:420px){.services .services-header .__image img{width:250px}}.services .__tumbler{display:flex;gap:10px;justify-content:center;margin-bottom:40px}@media(max-width:767px){.services .__tumbler{margin-bottom:20px}}.services .__tumbler button{border:none;border-radius:5px;cursor:pointer;font-size:16px;font-weight:600;min-width:100px;padding:10px 0;transition:background-color .3s,color .3s}.services .__tumbler button:last-child{position:relative}.services .__tumbler button:last-child:after{background-color:#5476e5;border-radius:5px;color:#fff;content:"Эти услуги могу быть оказаны только в г. Казань";font-size:12px;left:50%;opacity:0;padding:5px 10px;pointer-events:none;position:absolute;top:50px;transform:translateX(-50%);transition:opacity .3s,visibility .3s;visibility:hidden;white-space:nowrap}@media(max-width:767px){.services .__tumbler button:last-child:after{white-space:normal}}.services .__tumbler button:last-child:hover:after{opacity:1;visibility:visible}@media(max-width:767px){.services .__tumbler button{font-size:14px;padding:5px 0}}.services .__tumbler button.active{background-color:#0d41e1;color:#fff}.services .services-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}@media(max-width:767px){.services .services-container{flex-direction:column}}.service-card{background-color:#fff;border-radius:5px;color:#000;cursor:pointer;margin:20px;padding:20px;width:25%}@media(max-width:767px){.service-card{margin:15px;padding:15px;width:80%}}.service-card .__image{align-items:center;display:flex;justify-content:center;min-height:200px;width:100%}.service-card .__image img{width:50%}@media(max-width:767px){.service-card .__image img{width:80%}}.service-card h2{margin:0 0 10px;padding-top:50px}@media(max-width:767px){.service-card h2{font-size:12px}}.service-card h5{margin-bottom:30px;text-align:left;text-indent:10px}@media(max-width:767px){.service-card h5{font-size:10px;margin-bottom:20px;text-align:center;text-indent:0}}.service-card button{align-items:center;background-color:#0000;border:none;color:#2c00ff;cursor:pointer;display:flex;font-size:14px;padding-left:10px;transition:all .3s ease 0s}@media(max-width:767px){.service-card button{font-size:10px}}.service-card button:hover{transform:translateX(10px)}.service-card button img{margin-left:5px;width:15px}@media(max-width:767px){.service-card button img{width:10px}}.__modal_contact{align-items:center;background-color:#00000080;display:flex;height:100vh;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:all .5s ease-in-out 0s;width:100vw;z-index:999}.__modal_contact.active{opacity:1;pointer-events:all}.__modal_contact .__modal_content{background-color:#fff;border-radius:10px;padding:20px;transform:scale(.5);transition:all .5s ease-in-out 0s}.__modal_contact .__modal_content.active{transform:scale(1)}@media(max-width:767px){.__modal_contact .__modal_content{max-width:85%;padding:15px}}@media(max-width:1024px){.__modal_contact .__modal_content .form{padding:30px 80px}}@media(max-width:767px){.__modal_contact .__modal_content .form{padding:0}}.__modal_contact .__modal_content .form h2{margin-bottom:20px;text-align:center}.__modal_contact .__modal_content .form h2 span{color:#0d3bc8}@media(max-width:767px){.__modal_contact .__modal_content .form h2{font-size:14px}}.__modal_contact .__modal_content .form .input-group{display:flex;flex-direction:column;gap:5px}.__modal_contact .__modal_content .form .input-group .form-input{display:flex;flex-direction:column;margin-bottom:5px;width:100%}@media(max-width:320px){.__modal_contact .__modal_content .form .input-group .form-input{margin-bottom:5px}}.__modal_contact .__modal_content .form .input-group .form-input label{color:#000;font-size:18px;margin-bottom:10px;text-align:left}@media(max-width:767px){.__modal_contact .__modal_content .form .input-group .form-input label{font-size:12px;margin-bottom:5px}}.__modal_contact .__modal_content .form .input-group .form-input label span{color:red}.__modal_contact .__modal_content .form .input-group .form-input input{border:1px solid #c9c9c9;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-sizing:border-box;color:#000;font-size:16px;height:40px;line-height:1.33;margin:0;outline:none;padding:10px;width:100%}.__modal_contact .__modal_content .form .input-group .form-input input:focus{outline:1px solid rgba(13,65,225,.988)}@media(max-width:767px){.__modal_contact .__modal_content .form .input-group .form-input input{border-radius:5px;font-size:12px;height:30px;padding:5px}}.__modal_contact .__modal_content .form .input-group .form-input textarea{border:1px solid #c9c9c9;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-sizing:border-box;color:#000;font-size:16px;height:80px;margin:0;outline:none;padding:10px;resize:none;width:100%}.__modal_contact .__modal_content .form .input-group .form-input textarea:focus{outline:1px solid rgba(13,65,225,.988)}@media(max-width:767px){.__modal_contact .__modal_content .form .input-group .form-input textarea{border-radius:5px;font-size:12px;height:60px;padding:5px}}.__modal_contact .__modal_content .form .input-group .form-input input.invalid{box-shadow:0 0 5px red;outline:1px solid red}.__modal_contact .__modal_content .form .input-group .form-input .error-message{color:red;font-size:14px;margin-top:5px;text-align:center}@media(max-width:767px){.__modal_contact .__modal_content .form .input-group .form-input .error-message{font-size:10px}}.__modal_contact .__modal_content .form .input-group .form-input-file input[type=file]{display:none}.__modal_contact .__modal_content .form .input-group .form-input-file .custom-file-upload{background-color:#0000;border:1px solid #c9c9c9;border-radius:4px;box-sizing:border-box;color:#000;cursor:pointer;display:inline-block;padding:10px;text-align:center;width:100%}.__modal_contact .__modal_content .form .input-group .form-input-file .file-preview{margin-top:10px}.__modal_contact .__modal_content .form .input-group .form-input-file .file-preview p{font-weight:700;margin:0 0 5px}.__modal_contact .__modal_content .form .input-group .form-input-file .file-preview img{border:1px solid #ccc;border-radius:4px;max-height:30px;max-width:60px}.__modal_contact .__modal_content .form .input-group .form-input-file .file-preview a{color:#007bff;cursor:pointer;text-decoration:underline}.__modal_contact .__modal_content .form .btn{margin-top:20px;width:100%}@media(max-width:767px){.__modal_contact .__modal_content .form .btn{margin-top:10px}}.__modal_contact .__modal_content .form .btn button{background-color:rgba(13,65,225,.988);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-bottom:10px;padding:10px;width:100%}@media(max-width:767px){.__modal_contact .__modal_content .form .btn button{font-size:12px;padding:8px 20px}}.__modal_contact .__modal_content .form .btn .form-agree .agree-text{color:silver;cursor:pointer;font-size:16px;line-height:23.44px;text-align:center;width:100%}@media(max-width:767px){.__modal_contact .__modal_content .form .btn .form-agree .agree-text{align-items:center;display:flex;font-size:10px;line-height:10px;text-align:left}}.__modal_contact .__modal_content .form .btn .form-agree .agree-text input{margin-right:5px}@media(max-width:767px){.__modal_contact .__modal_content .form .btn .form-agree .agree-text input{width:10px}}.__modal_contact .__modal_content .form .btn .form-agree .agree-text label{cursor:pointer}.__modal_contact .__modal_content .form .btn .form-agree .agree-text label a{color:#0f43e1;font-weight:600}.__modal_contact .__modal_content .form .btn .form-agree .agree-text label span{color:red}.__modal_contact .__modal_content .form .btn .form-agree .error-message{color:red;font-size:14px;margin-top:5px;text-align:center}@media(max-width:767px){.__modal_contact .__modal_content .form .btn .form-agree .error-message{font-size:10px;text-align:center}}.contacts{background:linear-gradient(90deg,#fff 40%,#0d21a1 0,#0d35b1 73%,#0d3bc8);color:#000;display:flex;justify-content:space-between;padding-bottom:150px;padding-top:130px;width:100%}@media(max-width:767px){.contacts{background:#fff;flex-direction:column;padding-bottom:0;padding-top:75px}}.contacts .contact-us{padding-left:10vw;width:25%}@media(max-width:767px){.contacts .contact-us{padding:0 0 20px;text-align:center;width:100%}}.contacts .contact-us h1{color:#000;font-size:30px;margin-bottom:60px}@media(max-width:767px){.contacts .contact-us h1{font-size:20px;margin-bottom:20px;text-align:center}}.contacts .contact-us .contact-info{margin-bottom:20px}@media(max-width:767px){.contacts .contact-us .contact-info{margin-bottom:15px}}.contacts .contact-us .contact-info p{color:#aaa;font-size:18px;font-weight:600;margin-bottom:10px}@media(max-width:767px){.contacts .contact-us .contact-info p{font-size:12px;margin-bottom:5px}}.contacts .contact-us .contact-info span{color:#000;display:inline-block;font-size:20px;max-width:80%}@media(max-width:767px){.contacts .contact-us .contact-info span{font-size:16px}}.contacts .contact-us .contact-info ul li a{color:#000;font-size:20px}@media(max-width:767px){.contacts .contact-us .contact-info ul li a{font-size:16px}}.contacts .contact-us .contact-info .social-wrapper{align-items:center;display:flex;justify-content:flex-start}@media(max-width:767px){.contacts .contact-us .contact-info .social-wrapper{justify-content:center}}.contacts .contact-us .contact-info .social-wrapper a img{margin-right:20px;transition:all .3s ease 0s;width:30px}.contacts .contact-us .contact-info .social-wrapper a img:hover{transform:scale(1.2);transition:all .3s ease 0s}@media(max-width:767px){.contacts .contact-us .contact-info .social-wrapper a img{margin:0 10px;width:20px}}.contacts .contact-form{display:flex;justify-content:center;width:65%}@media(max-width:767px){.contacts .contact-form{background:linear-gradient(90deg,#0d21a1,#0d35b1 33%,#0d3bc8 70%,#0d41e1);padding:40px 0;width:100%}}.contacts .contact-form .form{background-color:#fff;border-radius:25px;height:fit-content;padding:25px;width:40%}@media(max-width:1240px){.contacts .contact-form .form{border-radius:20px;width:70%}}.contacts .contact-form .form .label-group{display:flex;flex-direction:column}.contacts .contact-form .form .label-group label{color:#0d41e1;font-size:18px;margin-bottom:15px}@media(max-width:767px){.contacts .contact-form .form .label-group label{font-size:14px;margin-bottom:8px}}.contacts .contact-form .form .label-group label span{color:red}.contacts .contact-form .form .label-group input{border:none;border-radius:25px;box-shadow:0 0 4px 0 rgba(0,0,0,.251);font-size:16px;margin-bottom:10px;padding:15px 20px}@media(max-width:767px){.contacts .contact-form .form .label-group input{border-radius:10px;font-size:12px;margin-bottom:10px;padding:10px}}.contacts .contact-form .form .label-group input.invalid{box-shadow:0 0 5px red;outline:1px solid red}.contacts .contact-form .form .label-group textarea{border:none;border-radius:25px;box-shadow:0 0 4px 0 rgba(0,0,0,.251);font-size:16px;margin-bottom:30px;min-height:80px;padding:15px 20px;resize:none}@media(max-width:767px){.contacts .contact-form .form .label-group textarea{border-radius:10px;font-size:12px;min-height:60px;padding:10px}}.contacts .contact-form .form .label-group .error-message{color:red;font-size:14px;text-align:center}@media(max-width:767px){.contacts .contact-form .form .label-group .error-message{font-size:10px}}.contacts .contact-form .form button{background-color:rgba(13,65,225,.988);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:18px;padding:15px;transition:all .3s ease 0s;width:100%}@media(max-width:767px){.contacts .contact-form .form button{border-radius:10px;font-size:14px;padding:10px}}.contacts .contact-form .form button:hover{opacity:.7}.contacts .contact-form .form .form-agree .agree-text{color:silver;cursor:pointer;font-size:16px;line-height:23.44px;margin-top:10px;text-align:center}@media(max-width:767px){.contacts .contact-form .form .form-agree .agree-text{align-items:center;display:flex;font-size:12px;line-height:12px;text-align:left}}.contacts .contact-form .form .form-agree .agree-text input{margin-right:5px}@media(max-width:767px){.contacts .contact-form .form .form-agree .agree-text input{width:10px}}.contacts .contact-form .form .form-agree .agree-text label{cursor:pointer}.contacts .contact-form .form .form-agree .agree-text label a{color:#0f43e1;font-weight:600}.contacts .contact-form .form .form-agree .agree-text label span{color:red}.contacts .contact-form .form .form-agree .error-message{color:red;font-size:14px;margin-top:5px;text-align:center}@media(max-width:767px){.contacts .contact-form .form .form-agree .error-message{font-size:10px;margin-left:20px;text-align:left}}.product-info{min-height:70vh;padding:30px 0 60px}@media(max-width:767px){.product-info{padding:0 0 30px}}.product-info .product-title{background:rgba(206,222,253,.251);border-radius:25px;display:flex;justify-content:space-between;margin-bottom:30px;padding:15px 20px}@media(max-width:767px){.product-info .product-title{margin-bottom:20px;padding:10px}}.product-info .product-title .product-logo{align-items:center;display:flex;gap:20px;width:50%}@media(max-width:767px){.product-info .product-title .product-logo{gap:5px}}.product-info .product-title .product-logo img{width:80px}@media(max-width:767px){.product-info .product-title .product-logo img{width:30px}}.product-info .product-title .product-logo .logo-name h1{color:#212121}@media(max-width:767px){.product-info .product-title .product-logo .logo-name h1{font-size:20px}}.product-info .product-title .product-logo .logo-name p{color:#707070;font-size:16px;font-weight:500}@media(max-width:767px){.product-info .product-title .product-logo .logo-name p{font-size:12px}}.product-info .product-title .purchase-info{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center}@media(max-width:767px){.product-info .product-title .purchase-info{gap:5px}}.product-info .product-title .purchase-info p{color:#707070;font-size:20px;font-weight:600}@media(max-width:767px){.product-info .product-title .purchase-info p{font-size:14px}}.product-info .product-title .purchase-info p span{color:#000;font-size:26px;font-weight:700}@media(max-width:767px){.product-info .product-title .purchase-info p span{font-size:18px}}.product-info .product-title .purchase-info .button-group{background-color:#f3f7fe;border-radius:16px;padding:10px 15px}@media(max-width:767px){.product-info .product-title .purchase-info .button-group{padding:8px}}.product-info .product-title .purchase-info .button-group button{background-color:#0000;border:none;border-radius:10px;color:gray;cursor:pointer;font-size:20px;font-weight:600;padding:10px 20px}@media(max-width:767px){.product-info .product-title .purchase-info .button-group button{font-size:12px;padding:5px}}.product-info .product-title .purchase-info .button-group .active-button{background-color:#fff;color:#000}.product-info .product-title .purchase-info .counter{align-items:center;background-color:#fff;border-radius:10px;display:flex;padding:5px 20px}@media(max-width:767px){.product-info .product-title .purchase-info .counter{padding:5px 10px}}.product-info .product-title .purchase-info .counter p{color:#000;font-weight:600;margin:0 25px}@media(max-width:767px){.product-info .product-title .purchase-info .counter p{margin:0 15px}}.product-info .product-title .purchase-info .counter button{align-items:center;background-color:#0000;border:none;cursor:pointer;display:flex;height:100%;width:100%}.product-info .product-title .purchase-info .counter button img{width:12px}.product-info .info{margin-bottom:40px}@media(max-width:767px){.product-info .info{margin-bottom:20px}}.product-info .info h2{margin-bottom:10px}@media(max-width:767px){.product-info .info h2{font-size:18px;margin-bottom:5px}}.product-info .info p{text-indent:10px}@media(max-width:767px){.product-info .info p{font-size:14px;text-indent:5px}}.product-info .total-price{margin-bottom:15px}.product-info .total-price p{color:#aaa;font-size:20px;font-weight:600}@media(max-width:767px){.product-info .total-price p{font-size:16px}}.product-info .total-price p span{color:#000;font-weight:700}.product-info .purchase-btn{background:rgba(13,65,225,.988);border:none;border-radius:15px;color:#fff;cursor:pointer;font-size:18px;font-weight:600;margin-bottom:60px;padding:10px 30px;transition:all .3s ease 0s}@media(max-width:767px){.product-info .purchase-btn{font-size:16px;margin-bottom:30px}}.product-info .purchase-btn:hover{background-color:#4f83ff}.product-info .purchase-btn.soon{background-color:#98b4ff;cursor:auto}.product-info .info-video{text-align:center}.product-info .info-video h3{color:#212121;font-size:24px;margin-bottom:40px}@media(max-width:767px){.product-info .info-video h3{font-size:20px;margin-bottom:20px}}.product-info .info-video img{width:80%}@media(max-width:767px){.product-info .info-video img{width:100%}}.spinner-container{align-items:center;background-color:#fff;display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative;z-index:100}.spinner{animation:spin 1s linear infinite;border:5px solid #c4c4c4;border-radius:50%;border-top-color:#707070;height:50px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}@media(max-width:767px){.login .__wrapper .__image{position:absolute}}.login .__wrapper .__form{width:35%}@media(max-width:767px){.login .__wrapper .__form{width:75%}}.__input_group{background-color:#fff;border-radius:20px;box-shadow:0 0 6px 0 rgba(0,0,0,.251);display:flex;flex-direction:column;justify-content:center;padding:70px 30px 20px;text-align:center;width:70%}@media(max-width:767px){.__input_group{padding:40px 30px 15px}}.__input_group .password-container{position:relative;width:100%}.__input_group .password-container img{cursor:pointer;position:absolute;right:20px;top:35%;width:20px}@media(max-width:767px){.__input_group .password-container img{right:10px;top:40%;width:15px}}.__input_group input{border:none;border-radius:10px;box-shadow:0 0 4px 0 rgba(0,0,0,.251);box-sizing:border-box;font-size:18px;margin:10px 0;padding:15px;position:relative;width:100%}@media(max-width:767px){.__input_group input{font-size:14px;padding:10px 15px}}.__input_group input::placeholder{color:silver}.__input_group input:focus{outline:1px solid #0a194f}.__input_group .invalid-input{box-shadow:0 0 15px red}.__input_group .error-message{color:red;font-size:12px}@media(max-width:767px){.__input_group .error-message{font-size:10px}}.__input_group .__btn{background-color:rgba(13,65,225,.988);border:none;border-radius:15px;color:#fff;cursor:pointer;font-size:18px;font-weight:600;margin-top:20px;padding:10px;transition:all .3s ease 0s}@media(max-width:767px){.__input_group .__btn{border-radius:10px;font-size:12px;margin-top:10px;padding:5px}}.__input_group .__btn:hover{background-color:#4b74ff}.__input_group .login_btns .recover__btn{background-color:#0000;border:none;color:#0f43e1;cursor:pointer;font-size:16px;margin:15px 0 5px}@media(max-width:767px){.__input_group .login_btns .recover__btn{font-size:10px;margin:10px 0 3px}}.__input_group .login_btns .register-btn{align-items:center;display:flex;justify-content:center}.__input_group .login_btns .register-btn p{color:silver;font-size:16px;margin-right:5px}@media(max-width:767px){.__input_group .login_btns .register-btn p{font-size:10px}}.__input_group .login_btns .register-btn button{background-color:#0000;border:none;color:#0f43e1;cursor:pointer;font-size:16px;font-weight:600}@media(max-width:767px){.__input_group .login_btns .register-btn button{font-size:10px}}.__input_group .__direct{color:silver;margin-top:15px}@media(max-width:767px){.__input_group .__direct{font-size:10px;margin-top:10px}}.__input_group .__direct button{background-color:#0000;border:none;color:#0f43e1;cursor:pointer;font-size:15px;font-weight:600}@media(max-width:767px){.__input_group .__direct button{font-size:10px}}.__forget_password{background-color:#fff;border-radius:15px;box-shadow:0 0 6px 0 rgba(0,0,0,.251);display:flex;flex-direction:column;justify-content:center;padding:15px 20px 25px;width:30%}@media(max-width:767px){.__forget_password{padding:10px 20px 15px;position:absolute;width:75%}}.__forget_password ._success{margin:5px auto 0;width:40px}@media(max-width:767px){.__forget_password ._success{width:30px}}.__forget_password ._back{cursor:pointer;margin-bottom:5px;width:30px}@media(max-width:767px){.__forget_password ._back{width:20px}}.__forget_password h3{font-size:18px;margin-bottom:10px;text-align:center}@media(max-width:767px){.__forget_password h3{font-size:16px;margin-bottom:5px}}.__forget_password h5{font-size:16px;font-weight:400;text-align:center}@media(max-width:767px){.__forget_password h5{font-size:12px}}.__forget_password h2{margin-bottom:5px}@media(max-width:767px){.__forget_password h2{font-size:20px;margin-bottom:3px}}.__forget_password p{font-size:18px;margin-bottom:15px}@media(max-width:767px){.__forget_password p{font-size:14px;margin-bottom:5px}}.__forget_password input{border:none;border-radius:5px;box-shadow:0 0 4px 0 rgba(0,0,0,.251);box-sizing:border-box;font-size:18px;margin:10px 0;padding:15px;position:relative;width:100%}@media(max-width:767px){.__forget_password input{font-size:14px;margin:10px 0 5px;padding:10px 15px}}.__forget_password input::placeholder{color:silver}.__forget_password input:focus{outline:1px solid #0a194f}.__forget_password .invalid-input{box-shadow:0 0 5px red}.__forget_password .error-message{color:red;font-size:12px}@media(max-width:767px){.__forget_password .error-message{font-size:10px}}.__forget_password button{background-color:rgba(13,65,225,.988);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:18px;font-weight:600;margin-top:20px;padding:10px;transition:all .3s ease 0s}@media(max-width:767px){.__forget_password button{font-size:14px;margin-top:10px}}.__forget_password button:hover{background-color:#4b74ff}.__confirm_email{background-color:#fff;border-radius:15px;box-shadow:0 0 6px 0 rgba(0,0,0,.251);display:flex;flex-direction:column;justify-content:center;padding:25px 20px;width:30%}@media(max-width:767px){.__confirm_email{position:absolute;width:75%}}.__confirm_email h2{margin-bottom:15px}@media(max-width:767px){.__confirm_email h2{font-size:20px;margin-bottom:10px}}.__confirm_email p{color:#737373;margin-bottom:10px}@media(max-width:767px){.__confirm_email p{font-size:14px;margin-bottom:5px}}.__confirm_email span{color:#003eff;margin-bottom:30px;text-decoration:underline}@media(max-width:767px){.__confirm_email span{font-size:14px;margin-bottom:20px}}.__confirm_email button{background-color:#ccc;border:none;border-radius:15px;color:#000;cursor:pointer;font-size:16px;font-weight:600;padding:10px 20px}@media(max-width:767px){.__confirm_email button{border-radius:10px;font-size:14px}}.__confirm_email button:hover{opacity:.6}.login{background-color:#fff;height:100vh;width:100%}.login .__wrapper{align-items:center;display:flex;height:100%;justify-content:space-around}.login .__wrapper .__image{width:600px}@media(max-width:1240px){.login .__wrapper .__image{width:400px}}@media(max-width:767px){.login .__wrapper .__image{filter:blur(5px);position:absolute;width:90%}}.login .__wrapper .__image img{width:100%}.login .__wrapper .__form{align-items:center;display:flex;flex-direction:column;width:30%}@media(max-width:767px){.login .__wrapper .__form{position:absolute;width:75%}}.login .__wrapper .__form .form-agree{padding-top:15px}.login .__wrapper .__form .form-agree .agree-text{align-items:center;cursor:pointer;display:flex;width:fit-content}.login .__wrapper .__form .form-agree input{cursor:pointer;width:20px}.login .__wrapper .__form .form-agree label{color:#9d9d9d;display:flex;font-size:14px;line-height:130%;width:100%}@media(max-width:767px){.login .__wrapper .__form .form-agree label{font-size:10px}}.login .__wrapper .__form .form-agree label a{color:#003aff;margin-left:5px;text-decoration:underline}.login .__wrapper .__form .form-agree label a:hover{opacity:.7}.login .__wrapper .__form .form-agree label span{color:red;font-size:16px;margin-left:2px}.login .__wrapper .__form .form-agree .error-message{color:red;font-size:12px;margin-top:5px;text-align:center}.__profile{background-color:#fff;color:#000;min-height:100vh;padding-bottom:60px;width:100%}@media(max-width:767px){.__profile{min-height:75vh}}.__profile .__wrapper{display:flex;height:100%;width:100%}.__profile .__wrapper .__menu_container{height:100%;padding:5px;width:325px}@media(max-width:767px){.__profile .__wrapper .__menu_container{width:max-content}}.__profile .__wrapper .__content_container{height:100%;padding:5px 20px;width:100%}@media(max-width:767px){.__profile .__wrapper .__content_container{padding:5px 10px}}.__settings{padding:0 5vw}.__settings,.change_password_wrapper{align-items:center;display:flex;flex-direction:column}.change_password_wrapper{background-color:#f2f6fe;border-radius:10px;color:#000;margin-top:80px;padding:30px;width:60%}@media(max-width:767px){.change_password_wrapper{padding:20px;width:100%}}.change_password_wrapper h3{font-size:22px;margin-bottom:25px}@media(max-width:767px){.change_password_wrapper h3{font-size:16px;text-align:center}}.change_password_wrapper p{font-size:16px;font-weight:700;margin-bottom:15px;text-decoration:underline}@media(max-width:767px){.change_password_wrapper p{font-size:10px;margin-bottom:10px}}.change_password_wrapper .password-container{position:relative;width:100%}.change_password_wrapper .password-container img{cursor:pointer;position:absolute;right:20px;top:35%;width:20px}@media(max-width:767px){.change_password_wrapper .password-container img{right:10px;top:40%;width:15px}}.change_password_wrapper input{border:none;border-radius:10px;box-shadow:0 0 4px 0 rgba(0,0,0,.251);box-sizing:border-box;font-size:16px;margin:10px 0;padding:13px;position:relative;width:100%}@media(max-width:767px){.change_password_wrapper input{border-radius:5px;font-size:10px;margin:5px 0 0;padding:5px 10px}}.change_password_wrapper input::placeholder{color:silver}.change_password_wrapper input:focus{outline:1px solid #0a194f}.change_password_wrapper .invalid-input{box-shadow:0 0 5px red}.change_password_wrapper .error-message{color:red;font-size:12px}@media(max-width:767px){.change_password_wrapper .error-message{font-size:10px}}.change_password_wrapper button{background-color:#0d3bc8;border:none;border-radius:15px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:20px;padding:10px;transition:all .3s ease 0s;width:40%}@media(max-width:767px){.change_password_wrapper button{font-size:10px;margin-top:10px;padding:5px;width:100%}}.change_password_wrapper button:hover{background-color:#bebebe}.change_email_wrapper{align-items:center;background-color:#f2f6fe;border-radius:10px;color:#000;display:flex;flex-direction:column;margin-top:40px;padding:30px;width:60%}@media(max-width:767px){.change_email_wrapper{padding:20px;width:100%}}.change_email_wrapper h3{font-size:22px;margin-bottom:25px}@media(max-width:767px){.change_email_wrapper h3{font-size:16px;text-align:center}}.change_email_wrapper p{font-size:16px;font-weight:700;margin-bottom:15px;text-decoration:underline}@media(max-width:767px){.change_email_wrapper p{font-size:10px;margin-bottom:10px}}.change_email_wrapper .password-container{position:relative;width:100%}.change_email_wrapper .password-container img{cursor:pointer;position:absolute;right:20px;top:35%;width:20px}@media(max-width:767px){.change_email_wrapper .password-container img{right:10px;top:40%;width:15px}}.change_email_wrapper input{border:none;border-radius:10px;box-shadow:0 0 4px 0 rgba(0,0,0,.251);box-sizing:border-box;font-size:16px;margin:10px 0;padding:13px;position:relative;width:100%}@media(max-width:767px){.change_email_wrapper input{border-radius:5px;font-size:10px;margin:5px 0 0;padding:5px 10px}}.change_email_wrapper input::placeholder{color:silver}.change_email_wrapper input:focus{outline:1px solid #0a194f}.change_email_wrapper .invalid-input{box-shadow:0 0 5px red}.change_email_wrapper .error-message{color:red;font-size:12px}@media(max-width:767px){.change_email_wrapper .error-message{font-size:10px}}.change_email_wrapper button{background-color:#0d3bc8;border:none;border-radius:15px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:20px;padding:10px;transition:all .3s ease 0s;width:40%}@media(max-width:767px){.change_email_wrapper button{font-size:10px;margin-top:10px;padding:5px;width:100%}}.change_email_wrapper button:hover{background-color:#bebebe}.__menu{width:100%}.__menu .__item{display:flex;flex-direction:column;gap:10px;margin-bottom:15px}@media(max-width:767px){.__menu .__item{margin-bottom:15px}}.__menu .__item:last-child{margin-top:60px}@media(max-width:767px){.__menu .__item:last-child{margin-top:50px}}.__menu .__item .__list_item{align-items:center;background-color:#0000;border:none;border-radius:5px;box-sizing:border-box;display:flex;gap:10px;padding:10px;transition:all .4s ease-in-out 0s;width:100%}.__menu .__item .__list_item:hover{background-color:#f2f6fe;cursor:pointer}.__menu .__item .__list_item span{color:#000;font-size:16px;transition:all .4s ease-in-out 0s}@media(max-width:767px){.__menu .__item .__list_item span{display:none}}.__menu .__item .__list_item .__image{width:30px}@media(max-width:767px){.__menu .__item .__list_item .__image{width:20px}}.__menu .__item .__list_item .__image .__profile_svg{fill:#000;transition:all .4s ease-in-out 0s;width:30px}@media(max-width:767px){.__menu .__item .__list_item .__image .__profile_svg{width:20px}}.__menu .__item .__list_item.selected{background-color:#0d3bc8}.__menu .__item .__list_item.selected span{color:#fff}.__menu .__item .__list_item.selected .__profile_svg{fill:#fff}.products .__products_wrapper{padding:0 40px;width:80%}@media(max-width:767px){.products .__products_wrapper{padding:0 20px;width:90%}}.products .__products_wrapper h1{margin-bottom:40px}@media(max-width:767px){.products .__products_wrapper h1{font-size:16px;margin-bottom:20px}}.products .__products_wrapper .product-item{border-radius:30px;box-shadow:0 0 4px 0 rgba(0,0,0,.251);margin-bottom:30px;padding:20px 40px}@media(max-width:767px){.products .__products_wrapper .product-item{margin-bottom:20px;padding:15px 20px}.products .__products_wrapper .product-item h2{font-size:14px}.products .__products_wrapper .product-item p{font-size:10px}}.products .__products_wrapper .product-item .__steps .__process{align-items:center;display:flex;justify-content:space-between;margin:60px 0}@media(max-width:767px){.products .__products_wrapper .product-item .__steps .__process{margin:20px 0}}.products .__products_wrapper .product-item .__steps .__process .__column{border-top:3px solid #9d9d9d;display:flex;height:auto;justify-content:center;min-height:40px;padding:0;position:relative;width:100%}@media(max-width:767px){.products .__products_wrapper .product-item .__steps .__process .__column{min-height:20px}}.products .__products_wrapper .product-item .__steps .__process .__column .line{background-color:#fff;height:10px;position:absolute;top:-5px;width:50%;z-index:3}.products .__products_wrapper .product-item .__steps .__process .__column .line.start{left:0}.products .__products_wrapper .product-item .__steps .__process .__column .line.end{right:0}.products .__products_wrapper .product-item .__steps .__process .__column .circle{background-color:#9d9d9d;border-radius:50%;display:block;height:20px;left:50%;padding:0;position:absolute;top:-11px;transform:translateX(-50%);width:20px;z-index:4}@media(max-width:767px){.products .__products_wrapper .product-item .__steps .__process .__column .circle{height:10px;top:-6px;width:10px}}.products .__products_wrapper .product-item .__steps .__process .__column .circle.done{background-color:lime}.products .__products_wrapper .product-item .__steps .__process .__column .title{font-weight:400;margin:0;padding-top:20px}@media(max-width:767px){.products .__products_wrapper .product-item .__steps .__process .__column .title{padding-top:5px}}.products .__products_wrapper .product-item .__steps .__process .__column .title h5{color:#000;font-size:18px}@media(max-width:767px){.products .__products_wrapper .product-item .__steps .__process .__column .title h5{font-size:10px}}.products .__products_wrapper .product-item .__purchase .total-price{margin-bottom:15px}@media(max-width:767px){.products .__products_wrapper .product-item .__purchase .total-price{margin-bottom:0}}.products .__products_wrapper .product-item .__purchase .total-price p{color:#aaa;font-size:20px;font-weight:600}@media(max-width:767px){.products .__products_wrapper .product-item .__purchase .total-price p{font-size:10px}}.products .__products_wrapper .product-item .__purchase .total-price p span{color:#000;font-weight:700}.products .__products_wrapper .product-item .__purchase button{background-color:#1059ff;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;padding:10px 20px;transition:all .3s ease 0s}@media(max-width:767px){.products .__products_wrapper .product-item .__purchase button{border-radius:5px;font-size:10px;padding:5px 8px}}.products .__products_wrapper .product-item .__purchase button:disabled{background-color:#9d9d9d;cursor:default}.products .__empty{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;padding-top:25vh;text-align:center;width:80%}@media(max-width:767px){.products .__empty{padding-top:20vh;width:95%}}.products .__empty .__image{margin-bottom:10px;width:80px}@media(max-width:767px){.products .__empty .__image{margin-bottom:5px;width:35px}}.products .__empty .__image img{width:100%}.products .__empty h2{color:#0d3bc8}@media(max-width:767px){.products .__empty h2{font-size:14px}}.service_profile .__service_profile_wrapper{padding:0 40px;width:80%}@media(max-width:767px){.service_profile .__service_profile_wrapper{padding:0 10px;width:95%}}.service_profile .__service_profile_wrapper h1{margin-bottom:40px}@media(max-width:767px){.service_profile .__service_profile_wrapper h1{font-size:16px;margin-bottom:20px}}.service_profile .__service_profile_wrapper .__service_profile_item{border-radius:30px;box-shadow:0 0 4px 0 rgba(0,0,0,.251);margin-bottom:30px;padding:20px 40px}.service_profile .__service_profile_wrapper .__service_profile_item.finished{background-color:#f0f0f0;opacity:.6}@media(max-width:767px){.service_profile .__service_profile_wrapper .__service_profile_item{margin-bottom:20px;padding:15px 20px}}.service_profile .__service_profile_wrapper .__service_profile_item .__title{align-items:center;display:flex;justify-content:space-between}@media(max-width:767px){.service_profile .__service_profile_wrapper .__service_profile_item .__title h2{font-size:16px}}.service_profile .__service_profile_wrapper .__service_profile_item .__title h6{font-size:16px}@media(max-width:767px){.service_profile .__service_profile_wrapper .__service_profile_item .__title h6,.service_profile .__service_profile_wrapper .__service_profile_item p{font-size:10px}}.service_profile .__service_profile_wrapper .__service_profile_item .__steps .__process{align-items:center;display:flex;justify-content:space-between;margin:60px 0}@media(max-width:767px){.service_profile .__service_profile_wrapper .__service_profile_item .__steps .__process{margin:25px 0 15px}}.service_profile .__service_profile_wrapper .__service_profile_item .__steps .__process .__column{border-top:3px solid #9d9d9d;display:flex;height:auto;justify-content:center;min-height:40px;padding:0;position:relative;width:100%}@media(max-width:767px){.service_profile .__service_profile_wrapper .__service_profile_item .__steps .__process .__column{min-height:20px}}.service_profile .__service_profile_wrapper .__service_profile_item .__steps .__process .__column .line{background-color:#fff;height:10px;position:absolute;top:-5px;width:50%;z-index:3}.service_profile .__service_profile_wrapper .__service_profile_item .__steps .__process .__column .line.start{left:0}.service_profile .__service_profile_wrapper .__service_profile_item .__steps .__process .__column .line.start.finished{background-color:#f0f0f0}.service_profile .__service_profile_wrapper .__service_profile_item .__steps .__process .__column .line.end{right:0}.service_profile .__service_profile_wrapper .__service_profile_item .__steps .__process .__column .line.end.finished{background-color:#f0f0f0}.service_profile .__service_profile_wrapper .__service_profile_item .__steps .__process .__column .__date{position:absolute;text-align:center;top:-35px}@media(max-width:767px){.service_profile .__service_profile_wrapper .__service_profile_item .__steps .__process .__column .__date{top:-18px;width:max-content}}.service_profile .__service_profile_wrapper .__service_profile_item .__steps .__process .__column .__date h6{font-size:12px}@media(max-width:767px){.service_profile .__service_profile_wrapper .__service_profile_item .__steps .__process .__column .__date h6{font-size:6px}}.service_profile .__service_profile_wrapper .__service_profile_item .__steps .__process .__column .circle{background-color:#9d9d9d;border-radius:50%;display:block;height:20px;left:50%;padding:0;position:absolute;top:-11px;transform:translateX(-50%);width:20px;z-index:4}@media(max-width:767px){.service_profile .__service_profile_wrapper .__service_profile_item .__steps .__process .__column .circle{height:10px;top:-6px;width:10px}}.service_profile .__service_profile_wrapper .__service_profile_item .__steps .__process .__column .circle.done{background-color:lime}.service_profile .__service_profile_wrapper .__service_profile_item .__steps .__process .__column .text{font-weight:400;margin:0;padding-top:20px}@media(max-width:767px){.service_profile .__service_profile_wrapper .__service_profile_item .__steps .__process .__column .text{padding-top:5px}}.service_profile .__service_profile_wrapper .__service_profile_item .__steps .__process .__column .text h5{color:#000;font-size:18px}@media(max-width:767px){.service_profile .__service_profile_wrapper .__service_profile_item .__steps .__process .__column .text h5{font-size:10px}}@media(max-width:350px){.service_profile .__service_profile_wrapper .__service_profile_item .__steps .__process .__column .text h5{font-size:8px}}.service_profile .__service_profile_wrapper .__service_profile_item .total-price{margin-bottom:15px}@media(max-width:767px){.service_profile .__service_profile_wrapper .__service_profile_item .total-price{margin-bottom:5px}}.service_profile .__service_profile_wrapper .__service_profile_item .total-price p{color:#aaa;font-size:20px;font-weight:600}@media(max-width:767px){.service_profile .__service_profile_wrapper .__service_profile_item .total-price p{font-size:10px}}.service_profile .__service_profile_wrapper .__service_profile_item .total-price p span{color:#000;font-weight:700}.service_profile .__service_profile_wrapper .__service_profile_item .__btn{display:flex;gap:20px}@media(max-width:767px){.service_profile .__service_profile_wrapper .__service_profile_item .__btn{flex-direction:column;gap:5px}}.service_profile .__service_profile_wrapper .__service_profile_item .__btn button{background-color:#1059ff;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;padding:10px 20px;transition:all .3s ease 0s}@media(max-width:767px){.service_profile .__service_profile_wrapper .__service_profile_item .__btn button{border-radius:5px;font-size:10px;padding:5px 8px}}.service_profile .__service_profile_wrapper .__service_profile_item .__btn button:hover{background-color:#5c93ff}.service_profile .__service_profile_wrapper .__service_profile_item .__btn button:disabled{background-color:#9d9d9d;cursor:default}.service_profile .__service_profile_wrapper .__service_profile_item .__btn .balance_top_up{background-color:#0000;border:1px solid #1059ff;color:#1059ff;transition:all .3s ease 0s}.service_profile .__service_profile_wrapper .__service_profile_item .__btn .balance_top_up:hover{background-color:#0000;border:1px solid #1059ff;opacity:.4}.service_profile .__service_profile_wrapper .__service_profile_item .error-message{color:red;font-size:14px;font-weight:600;margin-top:5px}@media(max-width:767px){.service_profile .__service_profile_wrapper .__service_profile_item .error-message{font-size:10px;text-align:center}}.service_profile .__empty{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;padding-top:25vh;text-align:center;width:80%}@media(max-width:767px){.service_profile .__empty{padding-top:20vh;width:95%}}.service_profile .__empty .__image{margin-bottom:10px;width:80px}@media(max-width:767px){.service_profile .__empty .__image{margin-bottom:5px;width:35px}}.service_profile .__empty .__image img{width:100%}.service_profile .__empty h2{color:#0d3bc8}@media(max-width:767px){.service_profile .__empty h2{font-size:14px}}.__modal_pay{align-items:center;background-color:#00000080;display:flex;height:100vh;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:all .5s ease-in-out 0s;width:100vw;z-index:999}.__modal_pay.active{opacity:1;pointer-events:all}.__modal_pay .__modal_content{background-color:#fff;border-radius:10px;padding:20px;transform:scale(.5);transition:all .5s ease-in-out 0s}.__modal_pay .__modal_content.active{transform:scale(1)}@media(max-width:767px){.__modal_pay .__modal_content{padding:15px}}.__modal_pay .__modal_content .__pay{background-color:#fff;border-radius:10px;color:#000;left:50%;min-width:30vw;padding:40px;position:absolute;top:50%;transform:translate(-50%,-50%)}@media(max-width:767px){.__modal_pay .__modal_content .__pay{min-width:50vw;padding:20px 15px}}.__modal_pay .__modal_content .__pay p{font-size:22px;font-weight:600;margin-bottom:30px;text-align:center}@media(max-width:767px){.__modal_pay .__modal_content .__pay p{font-size:12px;margin-bottom:15px}}.__modal_pay .__modal_content .__pay .btn_group{display:flex;font-size:16px;gap:20px;justify-content:center}@media(max-width:767px){.__modal_pay .__modal_content .__pay .btn_group{gap:10px}}.__modal_pay .__modal_content .__pay .btn_group button{background-color:#0d41e1;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px}@media(max-width:767px){.__modal_pay .__modal_content .__pay .btn_group button{font-size:10px;padding:5px 10px}}.__modal_pay .__modal_content .__pay .btn_group button:last-child{background-color:#9d9d9d}.account{width:100%}.account .__header{display:flex;justify-content:flex-start;margin-bottom:150px}@media(max-width:1040px){.account .__header{justify-content:space-between}}@media(max-width:767px){.account .__header{align-items:center;margin-bottom:40px;position:relative}}.account .__header .__title{align-items:center;border-right:1px solid gray;display:flex;padding-right:50px}@media(max-width:1024px){.account .__header .__title{padding-right:20px}}@media(max-width:767px){.account .__header .__title{border-right:none}}.account .__header .__title img{height:40px;margin-right:10px;width:40px}@media(max-width:767px){.account .__header .__title img{height:20px;margin-right:5px;width:20px}}.account .__header .__title p{font-weight:600}@media(max-width:767px){.account .__header .__title p{font-size:12px}}.account .__header .__info{display:flex;justify-content:space-around;padding-left:50px;transition:all .3s ease-in-out 0s;width:60%}@media(max-width:1024px){.account .__header .__info{padding-left:20px}}@media(max-width:767px){.account .__header .__info{display:none;height:0}}.account .__header .__info .__item{line-height:1.25rem;text-align:center}.account .__header .__info .__item p{color:#848e9c;margin-bottom:10px}@media(max-width:767px){.account .__header .__info .__item p{font-size:12px;margin-bottom:0}.account .__header .__info .__item span{font-size:10px}}.account .__header .__info .__item .logout_img{cursor:pointer;height:20px;width:20px}@media(max-width:767px){.account .__header .__info .__item .logout_img{height:15px;width:15px}}.account .__header .__info .__item .logout_img:hover path{stroke:red;transition:all .4s ease-in-out 0s}@media(max-width:767px){.account .__header .__info.active{background-color:#fff;display:block;height:max-content;left:0;padding:10px;position:absolute;top:30px;transition:all .3s ease-in-out 0s;width:95%}.account .__header .__info.active .__item{display:flex;justify-content:space-between;text-align:left;text-align:initial;width:100%}}.account .__header .__dropdown{display:none}@media(max-width:767px){.account .__header .__dropdown{align-items:center;border:1px solid #fff;border-radius:8px;cursor:pointer;display:flex;height:20px;justify-content:center;transition:all .3s ease-in-out 0s;width:20px}}.account .__header .__dropdown .active{transform:rotate(180deg);transition:all .3s ease-in-out 0s}.account .history_wrapper{padding:0 40px;width:80%}@media(max-width:767px){.account .history_wrapper{padding:0 10px;width:95%}}.account .history_wrapper h2{margin-bottom:40px}@media(max-width:767px){.account .history_wrapper h2{font-size:16px;margin-bottom:20px}}@media(max-width:375px){.account .history_wrapper h2{font-size:14px;margin-bottom:5px}}body.lock{overflow:hidden}.__modal_logout{align-items:center;background-color:#00000080;display:flex;height:100vh;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:all .5s ease-in-out 0s;width:100vw;z-index:999}.__modal_logout.active{opacity:1;pointer-events:all}.__modal_logout .__modal_content{background-color:#fff;border-radius:10px;padding:20px;transform:scale(.5);transition:all .5s ease-in-out 0s}.__modal_logout .__modal_content.active{transform:scale(1)}@media(max-width:767px){.__modal_logout .__modal_content{padding:15px}}.__modal_logout .__modal_content .__logout{background-color:#fff;border-radius:10px;color:#000;left:50%;padding:40px;position:absolute;top:50%;transform:translate(-50%,-50%);width:50vw}@media(max-width:767px){.__modal_logout .__modal_content .__logout{padding:20px 15px}}.__modal_logout .__modal_content .__logout p{font-weight:600;margin-bottom:30px;text-align:center}@media(max-width:767px){.__modal_logout .__modal_content .__logout p{font-size:10px;margin-bottom:10px}}.__modal_logout .__modal_content .__logout .btn_group{display:flex;gap:20px;justify-content:center}@media(max-width:767px){.__modal_logout .__modal_content .__logout .btn_group{gap:10px}}.__modal_logout .__modal_content .__logout .btn_group button{background-color:#9d9d9d;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px}@media(max-width:767px){.__modal_logout .__modal_content .__logout .btn_group button{font-size:10px;padding:5px 10px}}.__modal_logout .__modal_content .__logout .btn_group button:last-child{background-color:red}.transactions{width:100%}.transactions .wrapper .table-wrapper{margin:20px 0;overflow-x:auto;width:100%}.transactions .wrapper .transaction-table{border-collapse:collapse;width:100%}.transactions .wrapper .transaction-table thead{background-color:#f2f6fe}.transactions .wrapper .transaction-table thead th{border-bottom:2px solid #ddd;font-weight:700;padding:10px;text-align:center;width:16.6%}.transactions .wrapper .transaction-table tbody tr:hover{background-color:#f2f6fe}.transactions .wrapper .transaction-table tbody tr td{border-bottom:1px solid #ddd;padding:10px;text-align:center}.transactions .wrapper .transaction-table tbody tr td:first-child{font-weight:700}@media screen and (max-width:768px){.transactions .wrapper .transaction-table thead{display:none}.transactions .wrapper .transaction-table tbody{display:block}.transactions .wrapper .transaction-table tbody tr{background-color:#f2f6fe;border-radius:5px;display:flex;flex-direction:column;margin-bottom:10px;padding:10px;transition:all .3s ease-in-out 0s}.transactions .wrapper .transaction-table tbody tr:hover{background-color:#f2f6fe80}.transactions .wrapper .transaction-table tbody tr td{border:none;display:flex;font-size:14px;justify-content:space-between;padding:8px 0;position:relative;text-align:left}.transactions .wrapper .transaction-table tbody tr td:before{content:attr(data-label);flex:1 1;font-weight:700;padding-right:10px;text-align:left}.transactions .wrapper .transaction-table tbody tr td:first-child:before{content:"ID Транзакции"}.transactions .wrapper .transaction-table tbody tr td:nth-child(2):before{content:"Тип услуги"}.transactions .wrapper .transaction-table tbody tr td:nth-child(3):before{content:"Сумма"}.transactions .wrapper .transaction-table tbody tr td:nth-child(4):before{content:"Дата"}}@media screen and (max-width:480px){.transactions .wrapper .transaction-table tbody tr td{font-size:12px}}.transactions .__empty{align-items:center;background-color:#f2f6fe;border-radius:10px;display:flex;flex-direction:column;justify-content:center;margin:0 auto;padding:25px;text-align:center}.transactions .__empty .__image{margin-bottom:10px;width:80px}@media(max-width:767px){.transactions .__empty .__image{margin-bottom:5px;width:35px}}.transactions .__empty .__image img{width:100%}.transactions .__empty h3{color:#0d3bc8}@media(max-width:767px){.transactions .__empty h3{font-size:12px}}.pay_in_wrapper{padding:0 40px;width:80%}@media(max-width:767px){.pay_in_wrapper{padding:0 10px;width:95%}}.pay_in_wrapper h2{margin-bottom:40px}@media(max-width:767px){.pay_in_wrapper h2{font-size:16px;margin-bottom:20px}}@media(max-width:375px){.pay_in_wrapper h2{font-size:14px;margin-bottom:5px}}.pay_in_wrapper .__pay_in{background-color:#f2f6fe;border-radius:10px;margin-bottom:80px;padding:25px}@media(max-width:767px){.pay_in_wrapper .__pay_in{margin-bottom:40px;padding:20px 15px}}@media(max-width:480px){.pay_in_wrapper .__pay_in{padding:15px;width:auto}}.pay_in_wrapper .__pay_in .__form_wrapper{align-items:center;display:flex;justify-content:space-between}.pay_in_wrapper .__pay_in .__form_wrapper .__form{display:flex;flex-direction:column;width:40%}@media(max-width:767px){.pay_in_wrapper .__pay_in .__form_wrapper .__form{width:100%}}.pay_in_wrapper .__pay_in .__form_wrapper .__form .__pay_input{margin-bottom:20px}@media(max-width:767px){.pay_in_wrapper .__pay_in .__form_wrapper .__form .__pay_input{margin-bottom:10px}}.pay_in_wrapper .__pay_in .__form_wrapper .__form .__pay_input .__form_input{display:flex;flex-direction:column;width:100%}.pay_in_wrapper .__pay_in .__form_wrapper .__form .__pay_input .__form_input .__input_icon_container{position:relative}.pay_in_wrapper .__pay_in .__form_wrapper .__form .__pay_input .__form_input .__input_icon_container .__input{background-color:#f2f6fe;border:none;border-bottom:2px solid rgba(28,28,40,.161);box-sizing:border-box;color:rgba(6,6,20,.961);font-size:18px;font-weight:400;height:32px;line-height:32px;margin-bottom:4px;outline:none;padding:0 10px;transition:all .5s ease-in-out;width:100%}@media(max-width:767px){.pay_in_wrapper .__pay_in .__form_wrapper .__form .__pay_input .__form_input .__input_icon_container .__input{font-size:12px;height:24px;line-height:20px;padding:0 5px}}.pay_in_wrapper .__pay_in .__form_wrapper .__form .__pay_input .__form_input .__input_icon_container .__input.hovered{border-bottom:2px solid #000}.pay_in_wrapper .__pay_in .__form_wrapper .__form .__pay_input .__form_input .__input_icon_container .__icon_container{align-items:center;border-radius:4px;bottom:8px;cursor:pointer;display:flex;height:100%;justify-content:center;max-height:32px;max-width:32px;opacity:0;position:absolute;right:0;transition:all .5s ease-in-out;width:100%}@media(max-width:767px){.pay_in_wrapper .__pay_in .__form_wrapper .__form .__pay_input .__form_input .__input_icon_container .__icon_container{max-height:20px;max-width:20px}}.pay_in_wrapper .__pay_in .__form_wrapper .__form .__pay_input .__form_input .__input_icon_container .__icon_container.hovered{opacity:1}.pay_in_wrapper .__pay_in .__form_wrapper .__form .__pay_input .__form_input .error-message{color:#ff3131;font-size:12px;margin-top:5px;text-align:center}@media(max-width:767px){.pay_in_wrapper .__pay_in .__form_wrapper .__form .__pay_input .__form_input .error-message{font-size:8px;margin-top:0}}.pay_in_wrapper .__pay_in .__form_wrapper .__form button{background-color:#5476e5;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:15px 30px;transition:all .2s ease 0s}@media(max-width:767px){.pay_in_wrapper .__pay_in .__form_wrapper .__form button{font-size:12px;padding:8px 10px}}.pay_in_wrapper .__pay_in .__form_wrapper .__form button:hover{opacity:.7}.pay_in_wrapper .__image{align-items:center;display:flex;justify-content:center;width:100%}@media(max-width:767px){.pay_in_wrapper .__image{display:none}}.pay_in_wrapper .__image img{width:50%}.support{padding-top:40px}@media(max-width:767px){.support{padding:30px 10px 0}}.support .__container{width:100%}.support .__container .__layout{background:#4565ce;border-radius:50px;height:500px;position:relative}@media(max-width:767px){.support .__container .__layout{height:350px}}.support .__container .__layout .__wrapper{align-items:center;background-color:#0d3bc8;border-radius:50px;color:#fff;display:flex;flex-direction:column;gap:40px;height:calc(100% - 2px);justify-content:center;left:1px;position:absolute;text-align:center;top:1px;width:calc(100% - 2px)}@media(max-width:767px){.support .__container .__layout .__wrapper{gap:20px}}.support .__container .__layout .__wrapper .__main_image{color:#0000;left:50%;position:absolute;top:0;transform:translate(-50%,-50%)}@media(max-width:767px){.support .__container .__layout .__wrapper .__main_image{width:50px}}.support .__container .__layout .__wrapper h2{font-size:25px;font-weight:700}@media(max-width:767px){.support .__container .__layout .__wrapper h2{font-size:16px}}.support .__container .__layout .__wrapper .__contacts_wrapper{display:flex;flex-direction:column;gap:20px}@media(max-width:767px){.support .__container .__layout .__wrapper .__contacts_wrapper{gap:15px}}.support .__container .__layout .__wrapper .__contacts_wrapper .__contacts_item{display:flex;flex-direction:column;gap:5px}.support .__container .__layout .__wrapper .__contacts_wrapper .__contacts_item:last-child{gap:10px}.support .__container .__layout .__wrapper .__contacts_wrapper .__contacts_item h5{font-size:17px;font-weight:500}@media(max-width:767px){.support .__container .__layout .__wrapper .__contacts_wrapper .__contacts_item h5{font-size:14px}}.support .__container .__layout .__wrapper .__contacts_wrapper .__contacts_item a{color:#86c9ff}@media(max-width:767px){.support .__container .__layout .__wrapper .__contacts_wrapper .__contacts_item a{font-size:12px}}.support .__container .__layout .__wrapper .__contacts_wrapper .__contacts_item .networks{display:flex;gap:15px;justify-content:center}@media(max-width:767px){.support .__container .__layout .__wrapper .__contacts_wrapper .__contacts_item .networks{gap:10px}}.support .__container .__layout .__wrapper .__contacts_wrapper .__contacts_item .networks img{transition:all .3s ease 0s;width:30px}@media(max-width:767px){.support .__container .__layout .__wrapper .__contacts_wrapper .__contacts_item .networks img{width:20px}}.support .__container .__layout .__wrapper .__contacts_wrapper .__contacts_item .networks img:hover{transform:scale(1.2);transition:all .3s ease 0s}.support .faq .container{padding:0}.support .faq{color:#fff}.support .faq h2{color:#fff;font-size:20px}@media(max-width:767px){.support .faq h2{font-size:14px;margin-bottom:15px}}.support .faq ul li{border-bottom:1px solid #fff;color:#fff}.support .faq ul li button h5{color:#eee;font-size:16px}@media(max-width:767px){.support .faq ul li button h5{font-size:12px}.support .faq ul li button .__arrow_image{width:20px}}.support .faq ul li .__answer_hide .__body .__item p{color:#fff}@media(max-width:767px){.support .faq ul li .__answer_hide .__body .__item p{font-size:10px}}.__services_info{padding:30px 0 60px}@media(max-width:767px){.__services_info{padding:0 0 30px}}.__services_info .__header{background-color:#0a194f;padding:0 0 60px;width:100%}@media(max-width:767px){.__services_info .__header{padding:0 0 30px}}.__services_info .__title{align-items:center;display:flex;gap:30px;justify-content:space-between;margin-bottom:30px;padding:15px 5vw}@media(max-width:767px){.__services_info .__title{flex-direction:column;gap:15px;margin-bottom:0;padding:0}}.__services_info .__title .__logo{display:flex;justify-content:flex-end;width:50%}@media(max-width:767px){.__services_info .__title .__logo{justify-content:center;order:-1;width:100%}}.__services_info .__title .__logo img{width:80%}@media(max-width:767px){.__services_info .__title .__logo img{border-radius:10px;width:50%}}.__services_info .__title .__hero{width:50%}@media(max-width:767px){.__services_info .__title .__hero{width:85%}}.__services_info .__title .__hero h1{color:#fff;margin-bottom:40px;text-align:center}@media(max-width:767px){.__services_info .__title .__hero h1{font-size:20px;margin-bottom:15px}}.__services_info .__title .__hero p{color:#fff;font-size:16px;font-weight:500;margin-bottom:30px;text-indent:10px}@media(max-width:767px){.__services_info .__title .__hero p{font-size:10px;margin-bottom:15px;text-align:center}}.__services_info .__title .__hero h4{color:#fff;margin-bottom:40px}@media(max-width:767px){.__services_info .__title .__hero h4{font-size:12px;margin-bottom:25px;text-align:center}}.__services_info .__title .__hero .__btn_group{display:flex;gap:50px;justify-content:center}@media(max-width:767px){.__services_info .__title .__hero .__btn_group{flex-direction:column;gap:0}}.__services_info .__title .__hero .__btn_group button{background-color:#0d41e1;border:none;border-radius:15px;color:#fff;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:10px 30px;transition:all .3s ease 0s}@media(max-width:767px){.__services_info .__title .__hero .__btn_group button{border-radius:5px;font-size:12px;padding:10px 20px}}.__services_info .__title .__hero .__btn_group button:last-child{background-color:#fff;color:#000}@media(max-width:767px){.__services_info .__title .__hero .__btn_group button:last-child{margin-top:5px}}.__services_info .__title .__hero .__btn_group button:last-child:hover{background-color:#9d9d9d}.__services_info .__title .__hero .__btn_group button:hover{background-color:#4f83ff}.__services_info .__steps h2{padding-top:50px;text-align:center}@media(max-width:767px){.__services_info .__steps h2{font-size:16px;padding-top:20px}}.__services_info .__steps .__process{display:flex;flex-direction:column;justify-content:space-between;margin:60px 0;padding-left:30px}@media(max-width:767px){.__services_info .__steps .__process{margin:20px 0;padding-left:0}}.__services_info .__steps .__process .__column{border-left:3px solid #0d41e1;display:flex;flex-direction:row;height:auto;min-height:75px;padding:0;position:relative;width:100%}.__services_info .__steps .__process .__column:last-child{border-left:3px solid #0000}@media(max-width:767px){.__services_info .__steps .__process .__column{min-height:35px;padding-bottom:15px}}.__services_info .__steps .__process .__column .line{border-bottom:0;height:12px;margin:0;max-width:30px;padding:0;width:100%}@media(max-width:767px){.__services_info .__steps .__process .__column .line{max-width:20px}}.__services_info .__steps .__process .__column .line .circle{background-color:#fff;border:3px solid #0d41e1;border-radius:50%;display:block;height:20px;left:20px;margin-left:-34px;padding:0;position:absolute;width:20px}@media(max-width:767px){.__services_info .__steps .__process .__column .line .circle{height:10px;margin-left:-29px;width:10px}}.__services_info .__steps .__process .__column .title{font-weight:400;margin:0;padding:0}.__services_info .__steps .__process .__column .title h5{font-size:18px;line-height:24px;text-align:left}@media(max-width:767px){.__services_info .__steps .__process .__column .title h5{font-size:12px;line-height:inherit}}.__services_info .__steps .__process .__column .title p{text-indent:10px}@media(max-width:767px){.__services_info .__steps .__process .__column .title p{font-size:10px;text-indent:5px}}.__services_info .__technologies h2{text-align:center}@media(max-width:767px){.__services_info .__technologies h2{font-size:16px}}.__services_info .__technologies .__items{align-items:center;display:flex;gap:100px;justify-content:center;margin:30px 0}@media(max-width:767px){.__services_info .__technologies .__items{gap:50px}}.__services_info .__technologies .__items .card{align-items:center;display:flex;flex-direction:column}.__services_info .__technologies .__items .card .image{align-items:center;display:flex;height:100px;justify-content:center;width:100px}@media(max-width:767px){.__services_info .__technologies .__items .card .image{height:40px;width:40px}}.__services_info .__technologies .__items .card .image img{width:100%}.__services_info .__technologies .__items .card p{font-weight:700;margin-top:10px;text-align:center}@media(max-width:767px){.__services_info .__technologies .__items .card p{font-size:12px}}.__reset_password{background-color:#fff;height:100vh;width:100%}.__reset_password .__wrapper{align-items:center;display:flex;height:100%;justify-content:space-around}.__reset_password .__wrapper .__image{width:600px}@media(max-width:1240px){.__reset_password .__wrapper .__image{width:400px}}@media(max-width:767px){.__reset_password .__wrapper .__image{filter:blur(5px);position:absolute}}.__reset_password .__wrapper .__image img{width:100%}.__reset_password .__wrapper .change_password_wrapper{background-color:#fff;box-shadow:0 0 6px 0 rgba(0,0,0,.251);width:40%}@media(max-width:767px){.__reset_password .__wrapper .change_password_wrapper{margin-top:0;position:absolute;width:70%}.__reset_password .__wrapper .change_password_wrapper h3{margin-bottom:10px}}.cookie-consent-form{background-color:#0a194f;bottom:0;color:#fff;left:0;position:fixed;width:100%;z-index:5}.cookie-consent-form .consent-message{align-items:center;display:flex;gap:20px;justify-content:space-between;padding:15px 60px}@media(max-width:767px){.cookie-consent-form .consent-message{flex-direction:column;padding:10px}}.cookie-consent-form .consent-message p{font-weight:500;max-width:80%}@media(max-width:767px){.cookie-consent-form .consent-message p{font-size:14px;max-width:100%}}.cookie-consent-form .consent-message p span{color:#4270ff;cursor:pointer;text-decoration:underline}.cookie-consent-form .consent-message p span:hover{opacity:.6}.cookie-consent-form .consent-message .btns{display:flex}@media(max-width:767px){.cookie-consent-form .consent-message .btns{flex-direction:column}}.cookie-consent-form .consent-message button{align-items:center;background-color:#0000;border:1px solid #fff;border-radius:10px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:10px 30px;width:100px}@media(max-width:767px){.cookie-consent-form .consent-message button{font-size:14px;width:100%}}.cookie-consent-form .consent-message button:last-child{background-color:#0a194f;border:1px solid #0a194f;color:#fff;margin-left:10px}@media(max-width:767px){.cookie-consent-form .consent-message button:last-child{margin-left:0}}.privacy{color:#000;padding-bottom:40px}@media(max-width:767px){.privacy{padding-bottom:20px}}.privacy h1{margin-bottom:15px}@media(max-width:767px){.privacy h1{font-size:20px;text-align:center}}.privacy .__list{font-size:18px;list-style:decimal;padding-left:15px}@media(max-width:767px){.privacy .__list{font-size:14px;padding-left:5px}}.privacy .__list .title{font-weight:600}.privacy .__list li{list-style:inherit;margin:5px}@media(max-width:767px){.privacy .__list li{margin:3px}}.privacy .__list .__sublist{padding-left:15px}@media(max-width:767px){.privacy .__list .__sublist{font-size:12px;padding-left:5px}}.privacy .__list .__sublist li{list-style:none}.privacy .__list .__sublist li span{color:#517fff;cursor:pointer;padding:0 3px;text-decoration:underline}.privacy .__list .__sublist li span:hover{opacity:.6}.privacy .__list .__sublist .__dot_list{list-style:disc;padding-left:40px}@media(max-width:767px){.privacy .__list .__sublist .__dot_list{padding-left:25px}}.privacy .__list .__sublist .__dot_list li{list-style:disc}.rules{color:#000;padding-bottom:40px}@media(max-width:767px){.rules{padding-bottom:20px}}.rules h1{margin-bottom:15px}@media(max-width:767px){.rules h1{font-size:20px;text-align:center}}.rules p{font-size:18px;margin-bottom:30px}@media(max-width:767px){.rules p{font-size:14px;margin-bottom:15px}}.rules h2{margin-bottom:5px}@media(max-width:767px){.rules h2{font-size:14px}}.rules .__sublist{margin-bottom:10px;padding-left:40px}@media(max-width:767px){.rules .__sublist{font-size:12px;padding-left:25px}}.rules .__sublist li{list-style:decimal;margin:5px}.rules .__dot_list{list-style:disc;margin-bottom:10px;padding-left:40px}@media(max-width:767px){.rules .__dot_list{font-size:12px;padding-left:25px}}.rules .__dot_list li{list-style:disc}
/*# sourceMappingURL=main.78978e7a.css.map*/