.navbar{background-color:#fff;display:flex;flex-direction:row;align-items:center;gap:10px;height:72px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;width:100%;margin-bottom:10px}.navbar-mobile{display:flex;justify-content:space-between;height:100%;height:72px}.mobile-buttons{display:flex;gap:10px;align-items:center}.mobile-lang-switcher{padding:0 14px}.navbar-brand{padding-left:20px;font-weight:700;white-space:nowrap;margin:auto 0}.navbar-toggler-icon{font-size:21px}.navbar-toggler{display:none;margin-left:auto}.navbar-links{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;height:100%;gap:0px}.navbar-nav{display:flex;flex-direction:row;align-items:center;height:100%}.nav-item{height:100%;cursor:pointer;transition:all .4s ease-out}.nav-item:hover{background-color:#333;color:#fff}.nav-link{padding:8px;margin:auto 0;white-space:nowrap;text-decoration:none;color:inherit;height:100%;width:100%;text-align:center;display:flex;align-items:center;justify-content:center}.auth-btns{display:flex;height:100%}.auth{border-bottom-right-radius:15px}.auth-btn{height:100%;padding:0 20px;display:flex;align-items:center;cursor:pointer;transition:all .4s ease-out}.auth-btn:hover{background-color:#333;color:#fff}@media (max-width: 992px){.navbar{flex-direction:column;align-items:center;height:auto}.navbar-toggler{display:block;margin-right:20px}.navbar-links{flex-direction:column;gap:10px;width:100%;background-color:#fff;overflow:hidden;padding:0}.navbar-mobile{width:100%}.navbar-nav{flex-direction:column;width:100%;gap:10px}.nav-item{width:100%;justify-content:center;height:4rem}.auth-btn{width:100%;height:100%;padding:0;justify-content:center;height:4rem;position:relative}.auth-btns{display:flex;flex-direction:column;width:100%}}@font-face{font-family:Manrope;src:url(/build/assets/Manrope-Bold-DEjRF1uU.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Manrope;src:url(/build/assets/Manrope-ExtraBold-zk22q0YZ.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:Manrope;src:url(/build/assets/Manrope-ExtraLight-CiGAGPkO.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:Manrope;src:url(/build/assets/Manrope-Light-tnotZ_2w.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Manrope;src:url(/build/assets/Manrope-Medium-Bgh4Ro6H.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Manrope;src:url(/build/assets/Manrope-Regular-Dy0jyoUL.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Manrope;src:url(/build/assets/Manrope-SemiBold-CJD5SYW-.ttf) format("truetype");font-weight:600;font-style:normal}.banner{pointer-events:none;border-radius:15px;overflow:hidden;margin-top:15px}.products-container{display:flex;flex-direction:column;gap:8px}.servers-buttons{display:flex;width:100%;flex-wrap:wrap;gap:8px}.products-types-buttons{display:flex;flex-wrap:wrap;gap:8px;width:100%}.product-cards{display:grid;gap:8px;grid-template-columns:repeat(4,1fr);width:100%}@media (max-width: 1200px){.product-cards{grid-template-columns:repeat(3,1fr)}}@media (max-width: 700px){.product-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){.product-cards{grid-template-columns:repeat(1,1fr)}}.product-modal-title{font-size:1.6rem;font-weight:700;text-transform:uppercase;color:#bbb;text-align:center}.product-modal{padding:1rem 1rem 0;max-width:310px;display:flex;gap:1rem;flex-direction:column}.product-modal-description{color:#909090;font-size:1rem;text-align:center;max-height:30vh;overflow-y:auto}@media (max-width: 1200px){.product-modal-description{overflow-y:auto}}@media (max-width: 700px){.product-modal-description{overflow:visible;max-height:100%}}@media (max-width: 500px){.product-modal-description{overflow:visible;max-height:100%}}.product-modal-inputs{display:flex;flex-direction:column;gap:.5rem}.grid-wrapper{display:grid;grid-template-columns:3fr 1fr;gap:20px;max-width:100%;box-sizing:border-box}@media (max-width: 999px){.grid-wrapper{grid-template-columns:1fr}}.left-column,.right-column{width:100%;min-width:0;box-sizing:border-box}img{max-width:100%;height:auto;display:block}.banner-elem{background-position:center;margin-bottom:8px;border-radius:15px;text-align:center;transition:transform .3s ease;cursor:pointer}.banner-elem:hover{transform:translateY(-4px)}.banner-item-link{color:inherit;text-decoration:none;display:block;padding:24px}.bunner-title{font-size:24px;font-weight:500}.banner-content{font-size:16px}.monitoring{border-radius:12px;padding:12px 16px;background:#fff;border-left:2px solid transparent;margin-bottom:12px;transition:transform .3s ease}.monitoring:hover{transform:translateY(-4px)}.monitoring--active{border-color:#5cb85c}.monitoring--disabled{border-color:#b85c5c}.monitoring-header{display:flex;align-items:center;gap:8px}.monitoring-title{font-size:15px;color:var(--main-dark-color)}.monitoring-title-span{color:gray;font-size:13px;margin-left:4px}.monitoring-progress{display:flex;align-items:center;gap:12px}.monitoring-progress-bar{flex:1;height:27px;background:#e0e0e0;border-radius:15px;overflow:hidden;position:relative}.monitoring-progress-bar:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,transparent 0px,transparent 6px,rgba(255,255,255,.2) 6px,rgba(255,255,255,.2) 12px);background-size:17px 17px;animation:monitoring-stripes 1.5s linear infinite;pointer-events:none}.monitoring-progress-fill{height:100%;transition:width .3s ease}.monitoring-progress-fill--disabled{background:var(--main-dark-color)}.monitoring-status-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:start;margin-left:10px}.monitoring-status-text{color:var(--main-white-color);font-size:16px;line-height:24px;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.monitoring-progress-text{font-size:12px;font-weight:700;color:var(--main-dark-color);min-width:40px;text-align:right}@keyframes monitoring-stripes{0%{background-position:0 0}to{background-position:17px 0}}.app-button{padding:.5rem 1rem;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:14px;font-family:inherit;background-color:#fff;color:#333;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;flex:1 1 calc(25% - 6px);min-height:54px}.app-button:hover,.app-button--active{background-color:#333;color:#fff}.app-button--bold{font-weight:500}.app-button--primary{background-color:#fff;color:#333}.app-button--primary:hover,.app-button--primary.app-button--active{background-color:#333;color:#fff}.app-button--danger{border:1px solid #dc3545}.app-button--danger:hover,.app-button--danger.app-button--active{background-color:#dc3545;color:#fff}.app-button--success{border:1px solid #28a745}.app-button--success:hover,.app-button--success.app-button--active{background-color:#28a745;color:#fff}.app-button--info{border:1px solid #17a2b8}.app-button--info:hover,.app-button--info.app-button--active{background-color:#17a2b8;color:#fff}.product-card{aspect-ratio:3 / 4;position:relative;flex-direction:column;border-radius:12px;background-color:#fff;box-shadow:0 0 3px #0000001a;overflow:hidden;font-family:sans-serif;box-sizing:border-box;width:100%;height:100%;transition:transform .3s ease;cursor:pointer}.product-card:hover{transform:translateY(-4px)}.product-card-image-container{display:flex;height:75%;align-items:center;justify-content:center;box-sizing:border-box;flex-shrink:0;overflow:hidden;background-image:url(/build/assets/bg-DmLsbDkk.svg)}.product-card-image-container img{width:100%;max-width:100%;height:auto;object-fit:contain}.product-card-footer{height:25%;max-height:25%;display:flex;justify-content:space-between;align-items:end;padding:8px;font-size:14px;color:var(--main-dark-color);box-sizing:border-box}.product-card-badge-days{position:absolute;top:0;left:0;background-color:#339cff;color:#fff;font-size:14px;padding:2px 6px;border-bottom-right-radius:15px}.product-card-badge-percentage{position:absolute;top:0;right:0;background-color:#6c6;color:#fff;font-size:14px;padding:2px 6px;border-bottom-left-radius:15px}.product-card-name{font-size:14px;font-weight:700;word-break:break-word}.product-card-price{font-size:14px;font-weight:700;white-space:nowrap}.product-card-discount-price{color:#6c6}.product-card-old-price{font-size:11px;color:gray;text-align:end;text-decoration:line-through}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;justify-content:center;align-items:flex-start;overflow-y:auto;z-index:1000}@media (min-width: 450px){.modal-overlay{align-items:center}}.modal{background:#fff;max-width:90vw;position:relative;box-shadow:0 4px 20px #0003;transition:inherit;border-radius:5px 40px;background:#f3f4f6;margin:30px 0}@media (min-width: 450px){.modal{margin-top:0}}.modal-content{padding:1.5rem;overflow-y:auto}.modal-footer-buttons{display:flex;position:relative;justify-content:space-between;margin:.2rem 0 .6rem;height:70px}.modal-close-button{background:transparent;border:none;font-size:1.5rem;cursor:pointer;margin-left:3rem;transition:all .2s ease;height:3rem}.modal-close-button-text{color:var(--main-dark-color);font-size:.9rem;font-weight:400;opacity:.8}.modal-close-button-text:hover{opacity:1}.modal-primary-button{cursor:pointer;background-color:#333;transition:all .2s ease;height:3rem;padding-right:3rem;padding-left:2rem;border-radius:1.5rem 0 0 1.5rem}.modal-primary-button:hover{opacity:.9}.modal-primary-button-text{color:#fff;font-size:.9rem;font-weight:500}.amount-control{display:flex;flex-direction:column;gap:.5rem}.amount-control-counter{display:flex;align-items:center;justify-content:space-between;background-color:#fff;border-radius:.5rem;overflow:hidden}.amount-control-counter-button{all:unset;padding:.5rem 1rem;font-size:1.2rem;cursor:pointer;color:var(--main-dark-color);-webkit-user-select:none;user-select:none;transition:all .7s ease}.amount-control-counter-button:hover{background-color:#d4d4d4}.amount-control-count{min-width:2rem;text-align:center;font-weight:500}.amount-control-total{display:flex;gap:5px;background-color:#fff;padding:.5rem 1rem;border-radius:.5rem;text-align:left;font-weight:500;color:var(--main-dark-color)}.amount-control-total-rub{color:#909090}.select-container{position:relative;width:100%;font-family:sans-serif}.select-display{padding:.5rem 1rem;background:var(--main-bg-color);border-radius:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;justify-content:space-between;align-items:center}.icon-chevron{transform:rotate(90deg)}.select-text{font-size:1rem;font-weight:400;color:var(--main-dark-color)}.select-options{background:#f9f9f9;border-radius:.5rem;box-shadow:0 4px 12px #0000001a;overflow:hidden;cursor:pointer}.select-option{padding:.75rem 1rem;cursor:pointer;transition:background .2s}.select-option:hover{background:#e0e0e0}.select-option.active{background:var(--main-dark-color);color:var()}.recharge-panel{max-width:1000px;margin:auto;padding:2rem;font-family:sans-serif;background:#fff;border-radius:12px}.recharge-panel-section{margin-bottom:1.5rem}.recharge-panel-providers{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem}@media (min-width: 450px){.recharge-panel-providers{grid-template-columns:repeat(2,1fr)}}@media (min-width: 725px){.recharge-panel-providers{grid-template-columns:repeat(3,1fr)}}.recharge-panel-provider{border:2px solid transparent;padding:1rem;border-radius:8px;background:#f4f4f4;cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:center;height:80px;width:100%}@media (min-width: 725px){.recharge-panel-provider{min-width:179px}}@media (min-width: 865px){.recharge-panel-provider{min-width:225px}}.recharge-panel-provider.selected{border-color:var(--main-dark-color);background:#e9e9e9}.recharge-panel-provider img{max-height:40px;max-width:100%;object-fit:contain}.recharge-panel-amount-row{display:flex;flex-direction:column;gap:1rem}@media (min-width: 560px){.recharge-panel-amount-row{flex-direction:row}}.recharge-panel-amount-row>div{flex:1;display:flex;flex-direction:column}input{padding:.5rem;font-size:1rem;border-radius:8px;border:1px solid #ccc}.recharge-panel-bonuses{display:grid;grid-template-columns:1fr;grid-row-gap:10px;width:100%;margin-top:10px;align-items:center}@media (min-width: 450px){.recharge-panel-bonuses{grid-template-columns:repeat(2,1fr)}}@media (min-width: 650px){.recharge-panel-bonuses{grid-template-columns:repeat(3,1fr)}}.recharge-panel-bonus{background:#e4f1ff;color:#1e4c84;padding:2px 6px;border-radius:10px;font-size:1rem}.recharge-panel-input{border:1px solid #ccc;border-radius:.5rem;width:100%;height:50px;display:flex;justify-content:start;align-items:center;padding:15px;color:#000000c9}.recharge-panel-input-raw{all:unset;flex:1;color:#000000c9;width:100%}.recharge-panel-input-raw::placeholder{color:#1d1d1d;opacity:.6}.recharge-panel-label{color:#000000c9}.recharge-panel-bonus-per-summ{display:flex;gap:7px;align-items:center;margin:10px auto 0}.recharge-panel-provider{height:150px}.recharge-panel-header{font-size:1.6rem;color:#bbb;text-align:center}.recharge-panel-title{font-size:18px;margin-top:30px}.scroll-top-btn{position:fixed;bottom:20px;right:20px;width:48px;height:48px;cursor:pointer;transition:opacity .3s ease;z-index:1000}.footer{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:12px;gap:0;padding:40px 10px 10px;text-align:center;line-height:19px}.footer-link{color:#6495ed}.footer-links{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.search-input{width:100%;padding:.5rem 1rem;border-radius:.5rem;background-color:var(--main-white-color);color:#374151}.search-input::placeholder{color:#6b7280}.search-input:focus{border:1px solid rgba(36,49,112,.87)}.language-switcher{position:relative;z-index:100;cursor:pointer}.lang-label{width:100%;height:100%}.dropdown{position:absolute;top:100%;left:0;margin-top:2px;background:#fff;min-width:60px;box-shadow:0 2px 6px #0000001a;z-index:9999}.dropdown li{padding:6px 12px;cursor:pointer;white-space:nowrap;color:#1f2937}.dropdown li:hover{background-color:#f3f4f6}.dropdown li.active{font-weight:700}.profile-sidebar__header{text-align:center;background-color:var(--main-bg-color);padding-top:15px;padding-bottom:15px;border-radius:.5rem .5rem 0 0;margin-bottom:5px}.profile-sidebar__list{display:grid;gap:5px}.profile-sidebar__link{display:block;width:100%;padding:.5rem 1rem;text-decoration:none;color:inherit;text-align:center;border-radius:.5rem}.profile-sidebar__item{border-radius:.5rem;background-color:var(--main-bg-color);transition:all .2s ease}.profile-sidebar__link:hover{background-color:#333;color:#fff}.profile-sidebar__footer>.profile-sidebar__link:hover{border-radius:0 0 .5rem .5rem;background-color:#e48683}.profile-sidebar__footer{text-align:center;color:#e48683;border:dashed 2px #e48683;border-radius:0 0 .5rem .5rem;margin-top:5px}.toast{padding:14px 20px;border-radius:6px;color:#fff;margin-bottom:10px;box-shadow:0 2px 10px #0003;transition:opacity .3s ease}.toast.success{background-color:var(--danger-success-color)}.toast.error{background-color:var(--danger-error-color)}.toast.info{background-color:var(--danger-info-color)}.toast.warning{background-color:var(--danger-warning-color);color:#000}.lightrope_container{position:relative}.lightrope_container_block{text-align:center;white-space:nowrap;overflow:hidden;position:absolute;z-index:1;margin:-15px 0 0;padding:0;pointer-events:none;width:100%}.lightrope_container_block li{position:relative;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;list-style:none;padding:0;display:block;width:12px;height:28px;border-radius:50%;margin:20px;display:inline-block;background:#00f746;box-shadow:0 4.66667px 24px 3px #06cc3e;-webkit-animation-name:flash-1;animation-name:flash-1;-webkit-animation-duration:2s;animation-duration:2s}.lightrope_container_block li:nth-child(odd){background:#2323fa;box-shadow:0 4.66667px 24px 3px #00ffff80;-webkit-animation-name:flash-2;animation-name:flash-2;-webkit-animation-duration:.4s;animation-duration:.4s}.lightrope_container_block li:nth-child(4n+2){background:#f7002f;box-shadow:0 4.66667px 24px 3px #f7002f;-webkit-animation-name:flash-3;animation-name:flash-3;-webkit-animation-duration:1.1s;animation-duration:1.1s}.lightrope_container_block li:nth-child(odd){-webkit-animation-duration:1.8s;animation-duration:1.8s}.lightrope_container_block li:nth-child(3n+1){-webkit-animation-duration:1.4s;animation-duration:1.4s}.lightrope_container_block li:before{content:"";position:absolute;background:#4d4b4b;width:10px;height:9.33333px;border-radius:3px;top:-4.66667px;left:1px}.lightrope_container_block li:after{content:"";top:-14px;left:9px;position:absolute;width:52px;height:18.66667px;border-bottom:solid #4d4b4b 1px;border-radius:50%}.lightrope_container_block li:last-child:after{content:none}.lightrope_container_block li:first-child{margin-left:-40px}@-webkit-keyframes flash-1{0%,to{background:#00f740;box-shadow:0 4.66667px 24px 3px #00f740}50%{background:#00f7a566;box-shadow:0 4.66667px 24px 3px #00f7a533}}@keyframes flash-1{0%,to{background:#00f723;box-shadow:0 4.66667px 24px 3px #00f723}50%{background:#00f7a566;box-shadow:0 4.66667px 24px 3px #00f7a533}}@-webkit-keyframes flash-2{0%,to{background:#0930f1;box-shadow:0 4.66667px 24px 3px #0930f1}50%{background:#0ff6;box-shadow:0 4.66667px 24px 3px #0ff3}}@keyframes flash-2{0%,to{background:#2c2ce0;box-shadow:0 4.66667px 24px 3px #2c2ce0}50%{background:#0ff6;box-shadow:0 4.66667px 24px 3px #0ff3}}@-webkit-keyframes flash-3{0%,to{background:#d41111;box-shadow:0 4.66667px 24px 3px #d41111}50%{background:#f7009466;box-shadow:0 4.66667px 24px 3px #f7009433}}@keyframes flash-3{0%,to{background:#f70046;box-shadow:0 4.66667px 24px 3px #f70046}50%{background:#f7009466;box-shadow:0 4.66667px 24px 3px #f7009433}}.form{border:solid 1px #e5e7eb;background-color:var(--main-white-gray-color);border-radius:8px;padding:1rem}:root{--main-white-color: white;--main-bg-color: var(--main-white-color);--main-white-gray-color: #f9fafb;--main-text-color: black;--main-dark-color: #333;--danger-warning-color: #FFC107;--danger-info-color: #2196F3;--danger-error-color: #F44336;--danger-success-color: #4CAF50}body{font-family:Manrope,sans-serif;line-height:24px}.app-wrapper{scroll-behavior:smooth;color:var(--main-text-color);background-color:var(--main-bg-color);background-repeat:repeat;width:100%;min-height:100vh}.wrapper{max-width:1270px;margin:0 auto;display:flex;gap:15px;flex-direction:column}.profile-info{background-color:#fff;border-radius:20px;padding:6px;overflow:hidden}.profile-info__table{width:100%;border-collapse:collapse}.profile-info__row{display:flex;background-color:#0000000d;margin-bottom:5px;border-radius:10px;transition:background .2s ease}.profile-info__row--white{background-color:#fff}.profile-info__row:hover{background-color:#0000001a}.profile-info__cell{width:50%;padding:14px;border:none;display:flex;align-items:center}.profile-info__cell--header{font-weight:700}.profile-info__cell a{color:#007bff;text-decoration:none}.profile-info__cell a:hover{text-decoration:underline}.text-input{width:100%;padding:.5rem 1rem;border-radius:.5rem;background-color:var(--main-white-color);color:#374151}.text-input.disabled{background-color:#f3f4f6;cursor:not-allowed}.text-input::placeholder{color:#6b7280}.text-input:focus{border:1px solid rgba(36,49,112,.87)}.promo-wrapper{position:relative;width:100%}.promo-wrapper .text-input{width:100%;box-sizing:border-box;padding-right:90px}.promo-wrapper .promo-button{color:#fff;position:absolute;top:50%;right:8px;transform:translateY(-50%);background-color:#28a745;border:none;padding:3px 12px;border-radius:8px;cursor:pointer;font-size:13px;transition:background-color .2s}.promo-wrapper .promo-button:hover:not(:disabled){background-color:#28a745e0}.promo-wrapper .promo-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 1290px){.wrapper{margin:0 30px}}
