@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Onest:wght@100..900&display=swap";html,body{height:100%}body{font-family:Montserrat,sans-serif;margin:0;height:100%;background-color:#0b0b0b}#root{display:flex;flex-direction:column;min-height:100vh}*{scrollbar-width:thin;scrollbar-color:rgba(130,130,130,1) rgba(44,44,44,1)}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:#2c2c2c;border-radius:10px}*::-webkit-scrollbar-thumb{background:#828282;border-radius:10px}*::-webkit-scrollbar-thumb:hover{background:#a0a0a0}.banners-list-container{width:100%;display:flex;flex-wrap:wrap;gap:20px;margin-top:30px}.banner-container{width:100%;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;align-items:center;flex:1 1 calc(50% - 10px);max-width:calc(50% - 10px);min-width:calc(50% - 10px)}.banner{width:100%;height:auto;object-fit:cover}@media (max-width: 768px){.banner-container{flex:1 1 100%;max-width:100%}}*{outline:none;-webkit-tap-highlight-color:transparent}*:focus{outline:none;-webkit-tap-highlight-color:transparent}.header{top:0;color:#d9d9d9;background-color:#0b0b0b;position:sticky;padding:10px 80px;z-index:9999}.header-right,.header-left{display:flex;align-items:center}.header-right{justify-content:end}.header-left{width:100%}.main-header{display:flex;justify-content:space-between;align-items:center;position:sticky;top:0}.header-logo{margin-right:20px;cursor:pointer}.categories-btn{display:flex;align-items:center;background:none;border:none;cursor:pointer;font-size:14px;color:#d9d9d9}.categories-btn img{margin-left:5px}.header-gray-container{position:absolute;top:100%;left:0;width:100%;background-color:#2c2c2c;border-radius:0 0 14px 14px;display:flex;flex-direction:column;z-index:1000;max-height:400px;overflow-y:auto}.header-gray-container button{background:none;border:none;color:#d9d9d9;margin:5px 0}.header-gray-container button:hover{color:#fff}.header-categories-container{position:fixed;top:0;left:100px;width:calc(100% - 200px);background-color:#0b0b0b;z-index:1000;display:flex;flex-wrap:wrap;box-sizing:border-box;max-height:60%;overflow-y:auto}.header-categories-container button{background-color:#0000;color:#fff;border:1px solid rgba(60,60,60,1);border-left:none;padding:10px 20px;cursor:pointer;flex:0 0 25%;box-sizing:border-box;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:10px}.header-categories-container button:nth-child(4n){border-right:none}.header-categories-container button:hover{background-color:#1e1e1e}.button-left-content{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:600}.header-category-icon{width:35px;height:35px}.header-category-icon-down{width:16px;height:16px;transform:rotate(-90deg)}.header-search-wrapper{position:relative;width:100%;max-width:600px}.header-search-wrapper .input-field{margin-bottom:0}.header-menu-icon{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:20px;cursor:pointer;position:relative;z-index:10}.header-menu-icon span{display:block;height:3px;width:100%;background-color:#fff;border-radius:2px;transition:all .3s ease}.header-menu-icon.open span:nth-child(1){transform:rotate(45deg);position:absolute;top:50%;left:0;transform-origin:center}.header-menu-icon.open span:nth-child(2){opacity:0}.header-menu-icon.open span:nth-child(3){transform:rotate(-45deg);position:absolute;top:50%;left:0;transform-origin:center}@media (max-width: 1280px){.header-logo{width:90%;height:auto}.header{padding:10px 30px}.main-header{flex-direction:column}.header-right{position:fixed;bottom:0;background-color:#1d1d1d;border-top-left-radius:10px;border-top-right-radius:10px;width:100%;padding:10px 20px;box-sizing:border-box}.header-right .vertical-icons-list{justify-content:space-between;width:100%}.header-left .border-button{margin-left:auto}.header-search-wrapper{margin-right:10px}.header-gray-container.profile-menu{bottom:100%;top:auto;border-radius:14px 14px 0 0;z-index:10000}.header-categories-container button{flex:0 0 50%}.header-categories-container button:nth-child(2n){border-right:none}}@media (max-width: 768px){.header-logo{width:auto;height:100%;margin-right:10px}.header-right .vertical-icons-list{gap:0}.header-gray-container.profile-menu button{font-size:12px}.header-search-wrapper .header-gray-container{position:fixed;width:90%;left:50%;transform:translate(-50%);top:auto}.header-left .border-button{margin-right:0}.header-categories-container{width:90%;left:50%;transform:translate(-50%)}.header-categories-container button{flex:0 0 100%;border-right:none}}.top-nav{display:flex;justify-content:space-between;background-color:#0b0b0b;padding:5px 80px 0;gap:10px;z-index:9999}.language-switcher{display:flex;gap:10px;align-items:center}.language-switcher span{color:#d9d9d9;font-size:14px;cursor:pointer}.language-switcher span.active{text-decoration:underline;font-weight:700}.language-switcher span:hover{color:#fff}.main-links{display:flex;gap:10px}.main-links a{text-decoration:none;font-size:14px;color:#d9d9d9}.main-links a:hover{color:#fff}@media (max-width: 960px){.top-nav{justify-content:center;padding:5px 0}}@media (max-width: 768px){.top-nav{padding:5px 15px}.main-links{display:none}.language-switcher{justify-content:flex-end;width:100%}}.input-field{position:relative;margin-bottom:5px;width:100%}.input-field.grey p,.input-field.white p{margin-top:5px;margin-bottom:10px;font-size:16px;font-weight:600}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:10px;width:20px;height:20px}.input-field.white input,.input-field.white textarea{background-color:#d9d9d9;color:#1d1d1d;caret-color:#828282}.input-field.white input::placeholder,.input-field.white textarea::placeholder{color:#828282}.input-field.grey input,.input-field.grey textarea{background-color:#2c2c2c;color:#828282;caret-color:#828282}.input-field.grey input::placeholder,.input-field.grey textarea::placeholder{color:#828282}input,textarea{font-size:14px;border:none;border-radius:13px;padding:10px;width:100%;font-weight:500;align-items:center}input.input-field-with-icon,textarea.input-field-with-icon{padding-left:40px}input:focus,textarea:focus{outline:none}input:disabled,textarea:disabled{opacity:32%}input:invalid:not(:focus),textarea:invalid:not(:focus){border:1px solid #952323}textarea{resize:none}.error-container{position:absolute;bottom:-30px;right:0;background-color:#611919;color:#fff;border-radius:6px;padding:5px 10px;display:flex;align-items:center}.error-container p{font-size:14px;margin:0}.error-triangle{position:absolute;top:-5px;right:25%;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #611919}.error-message{margin:0}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.vertical-icons-list{display:flex;align-items:center;gap:10px}.vertical-icon-button{display:flex;flex-direction:column;align-items:center;background:none;border:none;color:#d9d9d9;cursor:pointer;border-radius:5px;padding:5px 10px;position:relative}.vertical-icon-button:hover{background:#222}.vertical-icon-button img{width:24px;height:24px}.vertical-icon-button span{font-size:14px}.vertical-icon-button.selected span{font-weight:600}.vertical-icon-button .additional-text{position:absolute;top:0;right:10px;border-radius:50%;background-color:red;padding:2px 5px;font-size:12px;font-weight:700;color:#d9d9d9;text-align:center}@media (max-width: 768px){.vertical-icon-button span{font-size:12px}}.border-button{display:flex;align-items:center;justify-content:center;background:none;border:1px solid rgba(130,130,130,1);color:#828282;padding:8px 15px;cursor:pointer;font-size:14px;transition:background .3s,color .3s;border-radius:14px;margin:0 20px}.border-button span{margin:0 5px}.border-button img{width:14px}.border-button:hover{border:1px solid rgba(200,200,200,1)}.border-button:disabled{opacity:.5;cursor:not-allowed}.product-search-element{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;padding:10px;cursor:pointer;width:100%;box-sizing:border-box;color:#d9d9d9;border-bottom:1px solid rgba(200,200,200,1)}.product-search-element:hover{background-color:#0000000d}.product-search-element h4{margin:0 0 5px}.product-details{display:flex;align-items:center;width:100%;box-sizing:border-box}.product-icon{width:40px;height:40px;margin-right:10px}.product-name{font-size:14px;font-weight:500;word-break:break-all;overflow-wrap:break-word}.product-additional-details{display:flex;flex-direction:row;gap:10px}.product-additional-details p{margin:0}.product-price,.product-quantity{background-color:#1d1d1d;padding:5px 10px;border-radius:14px;margin-bottom:5px;font-size:14px}.product-price:last-child{margin-bottom:0}.loading-dots-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%;min-height:75px;flex-grow:1}.dot{width:10px;height:10px;margin:0 5px;background-color:#e9e9e9;border-radius:50%;animation:dotPulse 1s infinite ease-in-out}.dot:nth-child(1){animation-delay:0s}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,to{transform:scale(1)}50%{transform:scale(1.5)}}.cart-product-item{display:flex;justify-content:space-between;align-items:center;padding:5px 15px;background-color:#1d1d1d;border-radius:14px;margin:10px 0}.cart-product-details{display:flex;align-items:center}.cart-product-icon{width:50px;height:50px;margin-right:15px}.cart-product-name{font-size:16px;font-weight:500;word-break:break-all;overflow-wrap:break-word}.cart-product-actions{display:flex;align-items:center;gap:15px}.cart-product-delete{width:30px;height:30px;cursor:pointer}.cart-product-delete:hover{filter:brightness(0) invert(1)}.cart-product-quantity{display:flex;align-items:center;gap:10px;color:#d9d9d9}.cart-product-quantity button{padding:8px 14px;font-size:16px;cursor:pointer;border:none;background-color:#2c2c2c;color:#d9d9d9;border-radius:14px}.cart-product-quantity button:hover{background-color:#3c3c3c}.cart-product-quantity button.disabled{opacity:.5;cursor:not-allowed}.cart-product-quantity span{font-size:16px;width:100px;text-align:center;background-color:#2c2c2c;border-radius:14px;padding:8px 0;white-space:nowrap}.cart-product-price{font-size:16px;font-weight:600;color:#d9d9d9;text-align:center;width:100px;white-space:nowrap;background-color:#2c2c2c;border-radius:14px;padding:8px 0}.cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:flex-end;z-index:10001}.cart-container{width:1000px;height:100%;box-sizing:border-box;background-color:#0b0b0b;box-shadow:-2px 0 10px #0003;display:flex;flex-direction:column;padding:20px;color:#d9d9d9}.cart-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px}.cart-header img:hover{filter:brightness(0) invert(1)}.cart-header h1{margin:0;font-size:24px}.cart-header img{cursor:pointer}.cart-content{flex:1;padding:0;overflow-y:auto}.cart-content.empty{display:flex;justify-content:center;align-items:center;height:100%;font-size:18px;font-weight:700}.cart-footer,.cart-footer-content{display:flex;flex-direction:column;align-items:center;width:100%}.continue-shopping-button{display:flex;flex-direction:row;background:none;border:none;color:#d9d9d9;padding:20px 40px;font-size:18px;font-weight:700;gap:10px;cursor:pointer;max-width:350px}.continue-shopping-button img{width:26px;height:20px}.continue-shopping-button:hover{color:#fff}.continue-shopping-button:hover img{filter:brightness(0) invert(1)}.checkout-button{background-color:#1d1d1d;border-radius:14px;padding:10px 20px;font-size:18px;font-weight:700;border:none;color:#d9d9d9;width:100%;box-sizing:border-box;cursor:pointer;max-width:350px}.checkout-button:hover{background-color:#2c2c2c}.checkout-button:disabled{opacity:.5;cursor:not-allowed}.cart-price{width:100%;box-sizing:border-box;margin-right:30px;font-size:20px;color:#d9d9d9;text-align:end}.cart-price span{font-weight:700;text-decoration:underline}.cart-content-payment{display:flex;gap:10px;width:100%}.cart-container .checkbox-container{margin:0}@media (max-width: 768px){.cart-container{width:100%}.cart-content-payment,.cart-product-item{flex-direction:column}.cart-product-actions{gap:0;width:100%;justify-content:space-between;flex-wrap:wrap}.cart-product-delete{width:24px;height:24px;order:1;margin-top:10px}.cart-product-quantity{gap:5px;width:100%}.cart-product-quantity span{font-size:14px;width:100%}.cart-product-details h2{margin-top:0}.cart-product-item{padding:10px}.cart-product-price{margin:10px 0 0;font-size:14px;width:calc(100% - 40px)}.cart-container .checkbox-container{padding:5px 0}.cart-container .checkbox-label span{font-size:12px}.cart-price{margin:0}.cart-price p{margin:5px 0;font-size:14px;width:100%;text-align:start;text-wrap:nowrap;display:flex;justify-content:space-between;align-items:center}.cart-price p span{width:100%;text-align:end}.continue-shopping-button{padding-bottom:0}}.drop-list{position:relative;width:100%;margin-bottom:5px}.drop-list-label{margin-top:5px!important;margin-bottom:10px!important;font-size:16px!important;font-weight:600!important;color:#d9d9d9!important}.drop-list-header{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;background-color:#2c2c2c;border-radius:14px;cursor:pointer}.drop-list-header.open{border-bottom-left-radius:0;border-bottom-right-radius:0}.drop-list-header span{font-size:14px;color:#d9d9d9}.drop-list-arrow{width:16px;height:16px;transition:transform .3s ease}.drop-list-arrow.open{transform:rotate(180deg)}.drop-list-options{position:absolute;top:100%;left:0;width:100%;background-color:#2c2c2c;border-top:none;border-radius:0 0 14px 14px;list-style:none;padding:0;margin:0;z-index:10;box-shadow:0 4px 6px #0000001a;max-height:200px;overflow-y:auto}.drop-list-option:first-child{border-top:1px solid rgba(29,29,29,1)}.drop-list-option{display:flex;justify-content:space-between;align-items:center;padding:3px 15px;font-size:14px;color:#d9d9d9;cursor:pointer;border-bottom:1px solid rgba(29,29,29,1)}.drop-list-option:last-child{border-bottom:none}.drop-list-option:hover{background-color:#3c3c3c}.drop-list-option:last-child:hover{border-bottom-left-radius:14px;border-bottom-right-radius:14px}.drop-list-option-image{width:24px;height:24px;object-fit:cover;margin-left:10px}.checkbox-container{display:flex;justify-content:space-between;align-items:center;border-radius:10px;padding:10px 16px;margin:20px 0 5px}.checkbox-container.disabled{cursor:not-allowed}.checkbox-container.disabled .checkbox{opacity:.2;cursor:not-allowed}.checkbox-container.white .checkbox{border-color:#d9d9d9}.checkbox-container.white .checkbox-label span,.checkbox-label span a{color:#d9d9d9}.checkbox-container.grey .checkbox{border-color:#828282}.checkbox-container.grey .checkbox-label span,.checkbox-label.grey span a,.checkbox-label span a{color:#828282}.checkbox-label{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:600}.checkbox{width:20px;height:20px;border:2px solid rgba(217,217,217,1);border-radius:4px;display:flex;justify-content:center;align-items:center;cursor:pointer}.check-icon{width:18px;height:18px}@media (max-width: 768px){.checkbox-container{padding:5px 0}.checkbox-label span{font-size:12px}}.popup-message{position:fixed;top:20px;right:20px;color:#d9d9d9;padding:15px 20px;border-radius:8px;box-shadow:0 4px 10px #0003;font-size:14px;font-weight:600;z-index:10000;animation:fade-in-out .3s ease-in-out;max-width:75vw}.popup-message.red{background-color:#c8322d}.popup-message.green{background-color:#2a9926}.popup-message.yellow{background-color:#806f1b}@keyframes fade-in-out{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.full-screen-loading-dots{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#000c;z-index:10002}.modal-redirect-link p{color:#d9d9d9}.modal-redirect-link{max-width:400px;z-index:10000}.modal-redirect-copy-link{display:flex;align-items:center;background-color:#2c2c2c;color:#828282;border-radius:13px;padding:10px;width:100%;font-size:14px;font-weight:500;box-sizing:border-box;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;opacity:.32}.modal-redirect-copy-link span{color:#828282;font-size:14px;font-weight:500;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:10000}.modal-container{background:#1d1d1d;border-radius:14px;padding:20px 40px;position:relative;box-shadow:0 4px 10px #0000004d;max-height:80vh;overflow-y:auto}.modal-close-icon{position:absolute;top:20px;right:20px;width:20px;height:20px;cursor:pointer}.modal-buttons{display:flex;justify-content:space-between}@media (max-width: 768px){.modal-container{padding:20px}}.footer{background-color:#000;color:#d9d9d9;padding:20px 80px;display:flex;flex-direction:column;align-items:center;text-align:center}.footer-logo{margin-bottom:30px;margin-top:50px}.footer-logo img{width:150px}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:50px}.footer-links a{color:#d9d9d9;text-decoration:none;margin:0 10px;font-size:14px}.footer-links a:hover{text-decoration:underline}.footer-info{display:flex;justify-content:space-between;width:100%;font-size:12px}.footer-info-left{display:flex;flex-direction:column;align-items:center}.footer-info-right{display:flex;align-items:center;gap:50px}.footer-info-right p{color:#828282;margin:0}.footer-info-right a{color:#d9d9d9;text-decoration:none}@media (max-width: 1280px){.footer{padding:20px 50px 100px}}@media (max-width: 768px){.footer{padding:20px 30px 80px}.footer-info{flex-direction:column;align-items:start}.footer-links{margin-bottom:10px;justify-content:space-between}.footer-links a{font-size:12px;width:33%;box-sizing:border-box;margin:0}.footer-links a:nth-child(3n-2){text-align:start}.footer-links a:nth-child(3n){text-align:end}.footer-info-left,.footer-info-right{margin-bottom:0}.footer-info-right p{text-align:start}.footer-info-right p:nth-child(2){text-wrap:nowrap}.footer-info-left p{margin:0;color:#828282}.footer-logo{margin:0 0 10px}}.not-found-page-banner{position:relative;width:100%;display:flex;flex-direction:column;color:#d9d9d9;text-align:center;justify-content:center;align-items:center}.not-found-page-banner .gray-background{position:absolute;width:100%;height:100%;object-fit:cover;z-index:-1}.not-found-page-banner:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:30%;background:linear-gradient(to bottom,#0000,#0b0b0b);z-index:-1}.not-found-page-banner-content,.not-found-page-banner .alien-square{display:flex;flex-direction:column;position:relative;z-index:1}.not-found-page-banner .alien-square{max-width:400px;max-height:400px}.not-found-page-banner-content h1{font-size:48px;font-weight:400;margin:0}.not-found-page-banner-content h2{font-size:24px;font-weight:400;margin:10px 0 30px}.not-found-page-banner .gray-button{align-self:center;margin-bottom:60px;font-size:20px}.gray-button{display:flex;align-items:center;justify-content:center;background:#828282;border:none;color:#d9d9d9;padding:8px 14px;cursor:pointer;font-size:24px;transition:background .3s,color .3s;border-radius:14px;margin:0 20px}.gray-button img{width:24px;filter:invert(1)}.gray-button span{margin:0 5px}.gray-button:hover{background:#646464}.gray-button:disabled{opacity:.5;cursor:not-allowed}.main-container{display:flex;flex-direction:column;align-items:center;justify-content:start;padding:20px 50px;background-color:#0b0b0b;color:#d9d9d9;flex:1;max-width:1520px;align-self:center;width:100%;box-sizing:border-box}@media (max-width: 1440px){.main-container{padding:20px 50px}}@media (max-width: 768px){.main-container{padding:10px 20px}}.main-banner{position:relative;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.main-banner .gray-background{position:absolute;width:100%;height:100%;object-fit:cover;z-index:-1}.main-banner:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:30%;background:linear-gradient(to bottom,#0000,#0b0b0b);z-index:-1}.main-banner-content{display:flex;align-items:center;justify-content:space-between;width:95%;max-width:1520px;position:relative}.main-banner-alien-square{width:659px;height:659px}.main-banner-text-content{display:flex;flex-direction:column;align-items:flex-start;margin-left:20px;color:#d9d9d9}.main-banner-text-content h1{font-size:64px;font-weight:400;margin:0}.main-banner-text-content h2{font-size:64px;font-weight:600;margin:10px 0 0}.main-banner-text-content h3{font-size:48px;font-weight:600;margin:0}.main-banner-text-content p{font-size:20px;font-weight:300;margin:10px 0 30px}.main-banner-text-content .white-button{margin-top:20px;padding:12px;border:2px solid rgba(130,130,130,1)}.main-banner .transparent-card-with-text{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:335px;position:absolute;bottom:-50px;right:-80px;transform:translate(-50%,-50%)}@media (max-width: 1280px){.main-banner-text-content h1{font-size:48px;font-weight:400}.main-banner-text-content h2{font-size:48px;font-weight:600}.main-banner-text-content h3{font-size:36px;font-weight:600}.main-banner-text-content p{font-size:16px;font-weight:300}.main-banner-alien-square{width:400px;height:400px}.main-banner .transparent-card-with-text{max-width:300px;bottom:-30px;right:-100px;font-size:14px}}@media (max-width: 960px){.main-banner-text-content h2,.main-banner-text-content h3{display:none}.main-banner-text-content p{font-size:32px;font-weight:500}}@media (max-width: 768px){.main-banner-alien-square{width:200px;height:200px}.main-banner .transparent-card-with-text{display:none}.main-banner-text-content h1{font-size:18px;font-weight:500;margin:0}.main-banner-text-content p{font-size:16px;font-weight:400;margin:0}.main-banner-text-content .white-button{padding:8px;font-size:14px;margin:10px 0 0}}.white-button{display:flex;align-items:center;justify-content:center;background:#d9d9d9;border:none;color:#1e1e1e;padding:5px 10px;cursor:pointer;font-size:20px;transition:background .3s,color .3s;border-radius:14px;margin:0 20px}.white-button img{width:20px;filter:invert(1)}.white-button span{margin:0 5px}.white-button:hover{background:#a5a5a5}.white-button:disabled{opacity:.5;cursor:not-allowed}.transparent-card-with-text{display:flex;flex-direction:column;align-items:center;background-color:#d9d9d914;color:#d9d9d9;-webkit-backdrop-filter:blur(21px);backdrop-filter:blur(21px);border-radius:14px;padding:20px;font-size:16px;font-weight:400}.transparent-card-with-text a{color:#d9d9d9;text-decoration:none;font-weight:700}.transparent-card-with-text p{margin:0}.text-card-list{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:space-between;gap:20px;margin-top:50px}.text-card{flex:1 1 calc(33% - 40px);max-width:calc(33% - 40px);display:flex;flex-direction:column;background-color:#d9d9d917;box-shadow:13px 8px 29px #6463634a;box-sizing:border-box;padding:30px 20px;border-radius:21px;align-items:center;justify-content:center;text-align:center}.text-card h2{font-size:32px;font-weight:600;margin:0}.text-card p{font-size:24px;font-weight:400;margin-bottom:0}@media (max-width: 1280px){.text-card-list{gap:10px}.text-card h2{font-size:28px;font-weight:600;margin:0}.text-card p{font-size:20px;font-weight:400;margin-bottom:0}}@media (max-width: 960px){.text-card-list{flex-direction:column;gap:20px;width:100%;margin-top:5px}.text-card{flex:1 1 100%;max-width:100%;padding:20px;box-shadow:5px 5px 15px #6463634a}.text-card h2{font-size:26px;font-weight:600;margin:0}.text-card p{font-size:20px;font-weight:400;margin-bottom:0}}@media (max-width: 768px){.text-card-list{margin:0}.text-card{padding:10px}.text-card h2{font-size:20px;font-weight:600;margin:0}.text-card p{font-size:16px;font-weight:400;margin-bottom:0;margin-top:5px}}.category-container{width:100%}.subcategory-container{display:flex;flex-direction:column;flex-grow:1;width:100%;margin-top:30px}.subcategory-container>.white-button img{width:14px;height:8px}.subcategory-container>.white-button{align-self:center}.subcategory-content{width:100%}.empty-sub-category{display:flex;align-items:center;justify-content:center;text-align:center;width:100%;border-radius:16px;background-color:#1d1d1d;padding:20px;margin-bottom:16px;font-size:16px;font-weight:400;box-sizing:border-box}@media (max-width: 768px){.subcategory-container{margin-top:10px}}.subcategory-title-container{display:flex;align-items:center;padding:10px}.subcategory-title-container img{width:45px;height:45px;margin-right:15px}.subcategory-title-text{display:flex;flex-direction:column;color:#d9d9d9}.subcategory-title-text h1{margin:0;font-size:24px;font-weight:600}.subcategory-title-text p{margin:0;font-size:20px}.product-list-element{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background-color:#1d1d1d;border-radius:14px;margin-bottom:15px;color:#d9d9d9;width:100%;position:relative;cursor:pointer;box-sizing:border-box;text-decoration:none}.product-list-element.out-of-stock{opacity:.5}.overlay-blocker{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff0;cursor:not-allowed;z-index:10}.product-list-element-title{display:flex;align-items:center}.product-list-element-title img{width:45px;height:45px;margin-right:15px}.product-list-element-title h3{margin:0;font-size:20px;font-weight:500}.product-list-element-info{display:flex;align-items:center}.product-list-element-info img{width:24px;height:24px;margin:0 10px;cursor:pointer}.product-list-element-info .product-price,.product-list-element-info .product-quantity{margin:0 6px;font-size:16px;background-color:#2c2c2c;padding:5px 12px;border-radius:14px;text-wrap:nowrap;min-width:125px;text-align:center}.product-list-element-info .white-button{margin-left:10px}.product-list-element-info .white-button img{width:20px;height:20px;margin:0}.product-list-element .border-button{background-color:#2c2c2c;font-weight:600px;font-size:16px;padding:12px 16px;margin:0}.product-list-element .modal-container{width:1000px}.info-icon-container{position:relative;display:flex}.info-popup{position:absolute;bottom:30px;right:0;background-color:#d9d9d9;padding:15px 25px;border-radius:29px;z-index:1000;width:500px}.info-popup h4{margin:0 0 5px;font-size:16px;color:#0b0b0b}.info-popup-description a{color:#0b0b0b}.info-popup-description{font-size:15px;color:#7c7c7c}@media (max-width: 1280px){.product-list-element-info img{margin:0 5px}.product-list-element-title h3{font-size:18px}.product-list-element-title img{width:40px;height:40px;margin-right:10px}.product-list-element-info .product-price,.product-list-element-info .product-quantity{margin:0 3px;width:100%}.product-list-element-info .white-button{margin:0 0 0 5px}.product-list-element{flex-direction:column;gap:5px;align-items:flex-start}.product-list-element-info{width:100%}.product-list-element .info-popup{right:auto;left:0}}@media (max-width: 768px){.product-list-element-info{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.button-container{flex-basis:100%}.button-container .white-button{width:100%;box-sizing:border-box;margin:0}.product-list-element-info .product-price,.product-list-element-info .product-quantity{width:fit-content;min-width:unset}.product-list-element-title h3{font-size:16px}.product-price,.product-quantity{font-size:14px!important}.product-list-element-info img{width:20px;height:20px}.product-list-element-info .white-button{font-size:14px}.product-list-element-info .white-button img{width:16px;height:16px}.overlay-buttons button{font-size:14px!important}.product-list-element .info-popup{max-width:70vw}}.pay-order-modal{display:flex;flex-direction:column;text-align:start;color:#d9d9d9;height:600px;width:1000px;cursor:default}.pay-order-modal h2{font-size:24px;margin-bottom:5px;margin-top:0}.pay-order-modal-input{display:flex;flex-direction:row;align-items:center;gap:80px}.pay-order-description-text{font-size:16px;font-weight:600;background-color:#2c2c2c;border-radius:14px;padding:15px;color:#828282;max-height:200px;overflow-y:auto;box-sizing:border-box}.pay-order-description-text p{margin:0}.pay-order-description-text a{color:#d9d9d9;text-decoration:underline}.pay-order-modal .checkbox-container{padding:0}@media (max-width: 1280px){.pay-order-modal-window .modal-container{max-width:75%}.pay-order-modal-window .empty-space{display:none}.pay-order-modal-window .pay-order-modal{width:auto;height:auto}.pay-order-modal-window .pay-order-modal-input{flex-direction:column;gap:10px}}@media (max-width: 768px){.pay-order-modal .modal-buttons{flex-direction:column-reverse;gap:5px}.pay-order-modal .modal-buttons .border-button{width:100%}.pay-order-modal .order-summary{margin:10px 0}.pay-order-modal .pay-order-modal-input{gap:0}.pay-order-modal .checkbox-container{margin:5px 0}}.expandable-container{position:relative;width:100%;margin-bottom:5px}.expandable-container-label{margin-top:5px!important;margin-bottom:10px!important;font-size:16px!important;font-weight:600!important;color:#d9d9d9!important}.expandable-container-header{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;background-color:#2c2c2c;border-radius:14px;cursor:pointer;max-width:250px;box-sizing:border-box}.expandable-container-header span{font-size:14px;font-weight:600;color:#828282}.expandable-container-arrow{width:16px;height:16px;transition:transform .3s ease}.expandable-container-arrow.open{transform:rotate(180deg)}.expandable-container-children{margin-top:10px}.login-form{display:flex;flex-direction:column;align-items:center;width:650px}.login-form form{display:flex;flex-direction:column;align-items:center;width:100%}.login-form .gray-button{min-width:50%;margin-bottom:15px}.login-form-links{display:flex;justify-content:center;align-items:center;margin-top:20px;width:100%;padding:25px 20px 20px;border-top:1px solid rgba(130,130,130,1);gap:5px}.login-form-links span{font-weight:600}.login-white-text{font-weight:600;color:#d9d9d9}.login-gray-text{color:#828282}@media (max-width: 768px){.login-form{width:100%}.login-form .checkbox-container{margin-top:5px}.login-form-title{margin:10px 0}.login-form-links a{font-size:14px}}.gray-container{background-color:#1d1d1d;padding:10px 20px;border-radius:14px}.register-form{display:flex;flex-direction:column;align-items:center;width:650px}.register-form form{display:flex;flex-direction:column;align-items:center;width:100%}.register-form .gray-button{margin:0 0 10px;min-width:50%}.register-form-links{display:flex;justify-content:center;align-items:center;margin-top:20px;width:100%;padding:25px 20px 20px;border-top:1px solid rgba(130,130,130,1);gap:5px}.register-form-links span{font-weight:600}.register-white-text{font-weight:600;color:#d9d9d9}@media (max-width: 768px){.register-form{width:100%}.register-form .checkbox-container{margin-top:5px}.register-form-title{margin:10px 0}.register-form-links a{font-size:14px}}.reset-password-form{display:flex;flex-direction:column;align-items:center;width:650px}.reset-password-form form{display:flex;flex-direction:column;align-items:center;width:100%}.reset-password-form .gray-button{min-width:50%;margin-top:25px;margin-bottom:15px}.reset-password-form-links{display:flex;justify-content:center;align-items:center;margin-top:20px;width:100%;padding:25px 20px 20px;border-top:1px solid rgba(130,130,130,1);gap:5px}.reset-password-form-links span{font-weight:600}.reset-password-white-text{font-weight:600;color:#d9d9d9}.reset-password-gray-text{color:#828282}@media (max-width: 768px){.reset-password-form{width:100%}.reset-password-form .checkbox-container{margin-top:5px}.reset-password-form-title{margin:10px 0}.reset-password-form-links a{font-size:14px}}.empty-container-message{display:flex;justify-content:center;align-items:center;text-align:center;flex-grow:1}.empty-container-message p{font-size:18px;font-weight:600;margin:10px;padding:125px 250px;background-color:#1d1d1d;color:#828282;border-radius:16px;display:flex;align-items:center;flex-direction:column;gap:10px}.empty-container-message a{color:#d9d9d9;text-decoration:underline}@media (max-width: 768px){.empty-container-message p{padding:50px 20px;font-size:16px}}.page-selector{display:flex;justify-content:center;align-items:center;gap:8px;margin:auto 0 20px;color:#d9d9d9}.page-selector-button,.page-selector-page{padding:8px 12px;font-size:14px;border:none;background-color:#2c2c2c;cursor:pointer;border-radius:8px;transition:background-color .2s,color .2s;color:#d9d9d9}.page-selector-button:disabled{cursor:not-allowed;opacity:.5;color:#d9d9d9}.page-selector-page.active{background-color:#3b3b3b;color:#d9d9d9}.page-selector-page:hover:not(.active),.page-selector-button:hover:not(:disabled){background-color:#1d1d1d}.product-card-path{font-size:16px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;display:block;text-align:start}.button-container{position:relative;display:inline-block}.overlay-buttons{position:absolute;top:0;left:0;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#d9d9d9;z-index:10;border-radius:14px;padding:1px}.overlay-buttons button{width:100%;padding:8px;font-size:16px;cursor:pointer;color:#1e1e1e;border:none;border-radius:14px;text-align:start;background:none}.overlay-buttons button:hover{background-color:#2c2c2c;color:#d9d9d9}.product-card{background-color:#1d1d1d;padding:10px 20px;border-radius:14px;display:flex;width:100%;height:500px;margin-top:10px;color:#d9d9d9;box-sizing:border-box}.product-card-container p{font-size:14px;font-weight:600;margin:5px}.product-card-container,.product-card-title,.product-card-description{background-color:#2c2c2c;border-radius:14px}.product-card-container{padding:10px 20px;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;box-sizing:border-box}.product-card-image{width:200px;height:auto}.product-card-title,.product-card-description{padding:10px 15px}.product-card-description{position:relative;height:100%;overflow-y:auto;box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.product-card-title p,.product-card-description p{font-size:16px;font-weight:600;margin:0}.product-card-description a{color:#a0a0a0;text-decoration:underline}.product-card-info{display:flex;flex-direction:column;margin-left:20px;width:100%;gap:10px;box-sizing:border-box}.product-card-favorite{display:flex;justify-content:center;align-items:center;flex-direction:row;margin-top:10px}.product-card-path-link{color:#d9d9d9;text-decoration:none}@media (max-width: 768px){.product-card{flex-direction:column;height:unset;gap:10px}.product-card-info{margin-left:0}.product-card-container div{width:100%}.product-card-container div:nth-child(2){align-items:start}.product-card-image-container img{width:75px;height:75px}.product-card-image-container{display:flex;flex-direction:row;align-items:center;margin-bottom:10px}.product-card-image-container .product-card-info-text{display:flex;flex-direction:column;align-items:start}}.profile-settings{min-width:500px}.profile-settings h1{text-align:center;font-size:20px;font-weight:700}.profile-settings .gray-button{font-size:16px;background-color:#2c2c2c;padding:5px;margin-left:0}.profile-settings .gray-button:hover{background-color:#353535}.profile-settings-element{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.profile-settings-element p{margin:10px 20px 10px 0}.profile-settings-element input{border:none;background:transparent;color:inherit;font-size:inherit}.profile-settings .input-field p{font-size:14px}.profile-settings .gray-container{margin-top:15px}.gray-container:first-of-type>.gray-button:last-child{margin-top:15px}@media (max-width: 768px){.profile-settings{min-width:unset}.profile-settings h1{margin-top:0}.profile-settings-element .gray-button{margin:0}.gray-container .gray-button{width:100%}.profile-settings .gray-button{margin:0}}.top-up-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.top-up-container h1{font-size:20px;font-weight:700}.top-up-sections{display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;width:100%}.top-up-sections h2{font-size:20px;font-weight:700;text-align:center;margin-top:5px}.top-up-left,.top-up-right{flex:0 0 45%}.top-up-right{overflow-y:auto;max-height:300px;box-sizing:border-box}.top-up-payment-method-section,.top-up-amount-container,.top-up-right{display:flex;flex-direction:column;background-color:#1d1d1d;border-radius:14px;padding:15px}.top-up-left{display:flex;gap:5px;flex-direction:column}.top-up-payment-methods{display:flex;flex-wrap:wrap;gap:10px;width:100%}.top-up-payment-method{background-color:#2c2c2c;color:#d9d9d9;border-radius:14px;flex:1 1 calc(25% - 10px);max-width:calc(25% - 10px);box-sizing:border-box;text-align:center;padding:10px 10px 14px;cursor:pointer}.top-up-payment-method:hover{background-color:#282828}.top-up-payment-method.active{background-color:#353535;cursor:pointer}.top-up-payment-method p{margin:3px 0 0;text-align:center;font-size:14px;font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.top-up-payment-method img{height:calc(100% - 24px);box-sizing:border-box}.top-up-payment-method span{font-size:8px;position:relative;bottom:8px}.top-up-amount-container{display:flex;flex-direction:row;gap:5px;padding:5px 10px}.top-up-amount-container .input-field,.top-up-amount-container .input-field p{margin:0}.top-up-amount-container .input-field input{color:#d9d9d9;background-color:#0000}.top-up-right table{border-collapse:collapse;min-width:700px}.top-up-right thead tr{background-color:#151515}.top-up-right thead th:first-child{border-top-left-radius:14px}.top-up-right thead th:last-child{border-top-right-radius:14px}.top-up-right thead th{background-color:inherit;text-align:left;padding:10px}.top-up-right tbody tr{text-align:left}.top-up-right tbody td{padding:10px}.top-up-right tbody tr:nth-child(2n){background-color:#2c2c2c}.top-up-container .gray-button{font-size:16px;background-color:#2c2c2c;padding:5px;margin-left:0;margin-right:0}.top-up-container .gray-button:hover{background-color:#353535}.top-up-amount-container .gray-button{text-wrap:nowrap}@media (max-width: 1280px){.top-up-sections{flex-direction:column;gap:20px}}@media (max-width: 768px){.top-up-payment-method{flex:1 1 calc(50% - 10px);max-width:calc(50% - 10px)}.top-up-right table{min-width:100%;font-size:14px;text-wrap:nowrap}}.catalog-page-container{width:100%}.catalog-page-main-container{display:flex;flex-direction:row;width:100%;gap:20px;color:#d9d9d9}.catalog-page-main-container h1{font-size:24px;font-weight:600;margin:20px 0 0}.catalog-page-main-container h2{font-size:16px;font-weight:400;margin:5px 0}.catalog-page-filters{min-width:400px}.catalog-page-filters-count{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:center;margin-top:40px;margin-bottom:20px;padding-bottom:5px;font-size:16px;border-bottom:1px solid rgba(29,29,29,1);color:#d9d9d9}.catalog-page-filters-count-clear{display:flex;flex-direction:row;gap:5px;align-items:center}.catalog-page-filters-count-clear:hover{cursor:pointer;color:#fff}.catalog-page-filters-count-clear:hover img{filter:brightness(2)}.catalog-page-filters-main-container{display:flex;flex-direction:column;width:100%;box-sizing:border-box;background-color:#1d1d1d;border-radius:14px;padding:10px;gap:15px}.catalog-page-filters-main-container .drop-list{margin:0}.catalog-page-filters-main-container .checkbox-container{margin:0;padding:0 4px}.catalog-page-filters-main-container .checkbox-container span{font-size:14px;font-weight:400}.catalog-page-filters-main-container .slider-container{padding:0 4px;margin-bottom:10px;box-sizing:border-box}.catalog-page-filters-main-container .slider-value{padding:0}.catalog-page-filters-main-container .slider-range,.catalog-page-filters-main-container .slider-thumb{background-color:#2c2c2c}.catalog-page-products{width:100%;box-sizing:border-box}.catalog-page-products-header{display:flex;flex-direction:row;width:100%;align-items:end;justify-content:flex-end;gap:10px}.catalog-page-products-header .drop-list:first-child{width:200px}.catalog-page-products-header .drop-list:last-child{width:100px}.catalog-page-products-header .drop-list-header{gap:10px}@media (max-width: 1280px){.catalog-page-main-container{flex-direction:column}.catalog-page-products h1{margin-top:0}.catalog-page-filters{min-width:unset}.catalog-page-filters-count{margin-top:20px}.catalog-page-products-header .drop-list:first-child{width:100%}.catalog-page-products-header{margin-bottom:10px}}.toggle-switch-container{display:flex;justify-content:space-between;align-items:center;border-radius:10px;padding:10px 16px;background-color:#2c2c2c;font-size:16px;font-weight:600}.toggle-switch-container.disabled{opacity:.32;cursor:not-allowed}.toggle-switch-container.disabled .toggle-switch{cursor:not-allowed}.toggle-switch-label{display:flex;align-items:center;gap:10px}.toggle-switch{width:40px;height:24px;border-radius:14px;position:relative;cursor:pointer;transition:background-color .3s,border-color .3s}.toggle-switch.off{background-color:#1d1d1d}.toggle-switch.on{background-color:#0b0b0b}.toggle-switch-circle{width:20px;height:20px;border-radius:50%;background-color:#fff;position:absolute;top:2px;left:2px;transition:left .3s,opacity .3s}.toggle-switch.off .toggle-switch-circle{opacity:.32}.toggle-switch.on .toggle-switch-circle{left:16px;opacity:1}.toggle-switch-buttons{display:flex;flex-direction:row;align-items:center;gap:16px}.toggle-switch-delete-button{background-color:#ffffff05;border:1px solid rgba(255,255,255,.08);padding:8px;border-radius:8px;cursor:pointer}.toggle-switch-delete-button img{width:18px;height:18px}.slider-container{width:100%}.slider-lable{font-size:16px;font-weight:600;margin:10px 0}.slider-track{position:relative;height:8px;background-color:#d9d9d9;border-radius:3px}.slider-range{position:absolute;height:100%;background-color:#1d1d1d;border-radius:3px}.slider-thumb{position:absolute;top:50%;width:16px;height:16px;background-color:#1d1d1d;border-radius:50%;transform:translate(-50%,-50%);cursor:pointer;z-index:2}.slider-values{display:flex;justify-content:space-between;font-family:sans-serif;font-size:14px;color:#d9d9d9;margin-bottom:10px;gap:10px}.slider-value{display:flex;flex-direction:row;align-items:center;background-color:#1d1d1d;border-radius:14px;font-size:14px;font-weight:600;padding:0 10px}.slider-value input{width:100%;height:100%;max-width:75px;padding:10px;border:none;background-color:transparent;color:#d9d9d9;font-family:sans-serif;font-size:14px;text-align:end}.slider-value-text{color:#828282}.category-page-title{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.category-page-title h1{font-size:20px;font-weight:500}.category-page-title .drop-button{max-width:280px}.category-page-filters{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:start;gap:10px}.category-page-filters-container{display:flex;flex-direction:column;width:100%;gap:10px}.category-page-filters-list{display:flex;flex-direction:row;width:100%;gap:25px}.category-page-filters .white-button{margin:36px 0 0;color:#828282}.category-page-filters .white-button img{width:18px;height:17px}.category-page-filters .white-button img:nth-child(3){width:14px;height:8px;transform:rotate(-90deg)}@media (max-width: 768px){.category-page-title{flex-direction:column;align-items:flex-start}.category-page-title .drop-button{width:100%;max-width:unset;margin-bottom:5px}.category-page-filters{flex-direction:column}.category-page-filters .white-button{width:100%;margin-top:0}.category-page-filters-list{flex-direction:column;gap:0}.category-page-filters-container{gap:0}}.drop-button{display:flex;align-items:center;justify-content:space-between;padding:10px 15px;background-color:#2c2c2c;border-radius:14px;cursor:pointer;width:100%;box-sizing:border-box}.drop-button-content{display:flex;align-items:center;justify-content:space-between;width:100%;gap:10px}.drop-button-left,.drop-button-right{display:flex;align-items:center;justify-content:center}.drop-button-icon-left{width:24px;height:24px;margin-right:10px}.drop-button-text{font-size:14px;color:#828282;flex-grow:1;text-align:left}.drop-button-arrow{width:16px;height:16px;transition:transform .3s ease}.drop-button-arrow.open{transform:rotate(180deg)}.orders-page-container{display:flex;flex-direction:column;align-items:center;width:100%;flex-grow:1}.orders-page-container .drop-list{width:100%;margin-bottom:15px}.orders-page-container .drop-list .drop-list-option{padding-top:10px;padding-bottom:10px}.orders-page-content-empty{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1}.orders-page-content-list{width:100%;display:flex;flex-direction:column;align-items:center;gap:10px}.orders-page-container .page-selector{margin-top:15px}.order-item-element{display:flex;flex-direction:column;width:100%;background-color:#2c2c2c;border-radius:14px}.order-item-element-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;box-sizing:border-box;padding:10px;color:#828282;gap:10px}.order-item-element-header-left,.order-item-element-header-right{display:flex;flex-direction:row;align-items:center;gap:10px}.order-item-element-header-left p,.order-item-element-header-right p{margin:0;font-size:16px;font-weight:600}.order-item-element-header-left span,.order-item-element-header-right span{font-weight:400}.order-item-element-header .gray-button{font-size:16px;margin:0;background-color:#1d1d1d!important}.order-item-element-header .gray-button:hover{background-color:#111!important}.order-item-element-content{background-color:#1d1d1d;display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-radius:14px;padding:10px;color:#d9d9d9;gap:10px;cursor:default}.order-item-element-content.product{cursor:pointer}.order-item-element-content-left,.order-item-element-content-right{display:flex;flex-direction:row;align-items:center;gap:10px}.order-item-element-content-right p{margin:0;font-size:16px;font-weight:600;background-color:#2c2c2c;border-radius:14px;padding:8px 14px;text-wrap:nowrap}.order-item-element-content-left h3{margin:0;font-size:18px;font-weight:600}.order-item-element-content-left img,.order-item-element-content-right img{width:40px;height:40px}.order-item-element-content-right img:hover{cursor:pointer;filter:brightness(2)}.order-item-element-content-right .white-button{margin:0}.order-item-modal{display:flex;flex-direction:column;gap:10px;border-radius:14px;max-width:500px;margin:0 auto}.order-item-modal-header h2{margin:10px 0 5px}.order-item-modal-body{display:flex;align-items:center;justify-content:space-between;gap:10px}.order-item-modal-image img{width:120px;height:120px;object-fit:cover}.order-item-modal-image img:hover{cursor:default;filter:none}.order-item-modal-details{display:flex;flex-direction:column;justify-content:center;gap:8px;width:100%}.order-item-modal-product-name{font-size:18px;font-weight:600;margin:0}.order-item-modal-price-quantity{font-size:16px;font-weight:500;text-align:center;background-color:#2c2c2c;padding:8px 14px;border-radius:14px;width:100%;box-sizing:border-box}.order-item-modal-file-content{font-size:16px;font-weight:400;background-color:#2c2c2c;padding:10px;border-radius:14px}.order-item-modal-file-content p{word-wrap:break-word;margin:0}.order-item-modal-footer{padding-top:10px}@media (max-width: 768px){.order-item-element-content{flex-direction:column;gap:5px}.order-item-element-content-right{justify-content:space-between;width:100%}.order-item-element-content-right p{font-size:14px}.order-item-element-content-right img{width:36px;height:36px}.order-item-element-content{align-items:start}.order-item-element-header-left p{font-size:14px}.order-item-element-header-left p span{display:none}.order-item-element-header-right span,.order-item-element-content-right .white-button,.order-item-element-header-right .gray-button{font-size:14px}.order-item-element-content-left h3{font-size:16px}.order-item-element-header{padding:5px 10px}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.domains-banner{position:relative;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.domains-banner .gray-background{position:absolute;width:100%;height:100%;object-fit:cover;z-index:-1}.domains-banner:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:30%;background:linear-gradient(to bottom,#0000,#0b0b0b);z-index:-1}.domains-banner-content{display:flex;align-items:center;justify-content:space-between;width:95%;max-width:1520px;position:relative}.domains-banner-alien-square{width:659px;height:659px}.domains-banner-text-content{display:flex;flex-direction:column;align-items:flex-start;margin-left:20px;color:#d9d9d9}.domains-banner-text-content h1{font-size:64px;font-weight:400;margin:0}.domains-banner-text-content h2{font-size:64px;font-weight:600;margin:10px 0 0}.domains-banner-text-content h3{font-size:48px;font-weight:600;margin:0}.domains-banner-text-content p{font-size:20px;font-weight:300;margin:10px 0 30px}.domains-banner-text-content .white-button{margin-top:20px;padding:12px;border:2px solid rgba(130,130,130,1)}.domains-banner .transparent-card-with-text{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:335px;position:absolute;bottom:-50px;right:-80px;transform:translate(-50%,-50%)}@media (max-width: 1280px){.domains-banner-text-content h1{font-size:48px;font-weight:400}.domains-banner-text-content h2{font-size:48px;font-weight:600}.domains-banner-text-content h3{font-size:36px;font-weight:600}.domains-banner-text-content p{font-size:16px;font-weight:300}.domains-banner-alien-square{width:400px;height:400px}.domains-banner .transparent-card-with-text{max-width:300px;bottom:-30px;right:-100px;font-size:14px}}@media (max-width: 768px){.domains-banner-alien-square{width:200px;height:200px}.domains-banner .transparent-card-with-text{display:none}.domains-banner-text-content h1{font-size:18px;font-weight:500;margin:0}.domains-banner-text-content h3{display:none}.domains-banner-text-content p{font-size:14px;font-weight:400;margin:0}.domains-banner-text-content .white-button{padding:8px;font-size:14px;margin:10px 0 0}}.domain-list-element{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background-color:#1d1d1d;border-radius:14px;margin-bottom:15px;color:#d9d9d9;width:100%;position:relative;box-sizing:border-box}.domain-list-element-title{display:flex;align-items:center}.domain-list-element-title img{width:45px;height:45px;margin-right:15px}.domain-list-element-title h3{margin:0;font-size:20px;font-weight:500;word-break:break-all;overflow-wrap:break-word}.domain-list-element-info{display:flex;align-items:center}.domain-list-element-info .domain-price{margin:0 6px;font-size:16px;background-color:#2c2c2c;padding:5px 12px;border-radius:14px;text-wrap:nowrap;min-width:125px;text-align:center}.domain-list-element-info .white-button{margin-left:10px}.domain-list-element .modal-container{width:1000px}.domain-list{width:100%}@media (max-width: 768px){.domain-list-element-title,.domain-list-element-info{width:100%}.domain-list-element-info{align-items:stretch}.domain-price{text-align:center;padding:0}.domain-list-element-info .domain-price{width:100%;min-width:unset;font-size:14px}.domain-list-element{flex-direction:column}.domain-list-element-info .white-button{margin:0}.domain-list-element-title img{width:35px;height:35px;margin-right:5px}.domain-list-element-title h3{font-size:16px}.domain-list-element-info .white-button{font-size:14px}}.pay-domain-modal{display:flex;flex-direction:column;text-align:start;color:#d9d9d9;height:600px;width:1000px}.pay-domain-modal h2{font-size:24px;margin-bottom:5px}.pay-order-description{font-size:16px;font-weight:600;color:#7f7f7f;margin:5px 0}.pay-order-price{font-size:16px;font-weight:600;color:#d9d9d9;margin:5px 0 15px}.pay-domain-modal-input{display:flex;flex-direction:row;align-items:center;gap:80px}.order-summary{display:flex;align-items:center;font-size:16px;font-weight:600;margin:10px 0 25px;color:#d9d9d9}.order-summary-text{white-space:nowrap;color:#828282}.order-summary-dots{flex-grow:1;text-align:left;overflow:hidden;white-space:nowrap}.order-summary-price{white-space:nowrap;color:#828282}.empty-space{flex-grow:1}.pay-domain-modal .modal-buttons{display:flex;align-items:center;width:100%;justify-content:space-between}@media (max-width: 1280px){.pay-domain-modal-window .modal-container{max-width:75%}.pay-domain-modal-window .empty-space{display:none}.pay-domain-modal-window .pay-domain-modal{width:auto;height:auto}.pay-domain-modal-window .pay-domain-modal-input{flex-direction:column;gap:10px}}@media (max-width: 768px){.pay-domain-modal .modal-buttons{flex-direction:column-reverse;gap:5px}.pay-domain-modal .modal-buttons .border-button{width:100%}.pay-domain-modal .order-summary{margin:10px 0}.pay-domain-modal .pay-domain-modal-input{gap:0}.pay-domain-modal .checkbox-container{margin:5px 0}}.control-domain-container{width:100%;color:#d9d9d9}.control-domain-container h1{font-size:36px;font-weight:600;margin:0}.control-domain-container h2{font-size:24px;font-weight:500;margin:20px 0}.control-domain-container h4{font-size:14px;font-weight:400;margin:5px 0;color:#d9d9d980}.control-domain-container h3{margin:5px 0}.control-domain-container h4 span.red{color:#bc0000}.control-domain-container h4 span.green{color:#00b862}.domain-control-container{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;width:100%;gap:20px}.domain-control-panels{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;gap:10px}.domain-control-card{background-color:#1d1d1d;padding:10px;border-radius:14px}.domain-control-title-header{display:flex;justify-content:space-between;align-items:center}.domain-control-toggle-switches{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:stretch;gap:20px}.domain-control-cloudflare,.domain-control-bans{width:100%;align-items:center}.domain-control-cloudflare-status,.domain-control-bans-status{display:flex;flex-direction:column;gap:10px;margin-top:5px}.domain-control-data{display:flex;flex-direction:column;min-width:350px;font-weight:600;gap:10px}.domain-control-data p{margin:5px 0}.domain-control-gray-background{background-color:#2c2c2c;padding:10px;border-radius:14px}.domain-control-ns-records,.domain-control-dns-records{display:flex;flex-direction:column;width:100%;box-sizing:border-box;gap:10px}.domain-control-dns-records{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.domain-control-records-status{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}.domain-control-dns-record-unavailable{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#2c2c2c;border-radius:14px;padding:10px}.domain-control-ns-record{display:flex;flex-direction:row;gap:10px;padding:10px;border-radius:14px;background-color:#2c2c2c}.domain-control-ns-record input{width:100%;background-color:#2c2c2c;border:none;color:#d9d9d9;font-size:16px;font-weight:600}.domain-control-records-buttons{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;margin-top:10px}.domain-control-records-buttons .border-button{margin:0}.domain-control-records-more-button{background:none;border:none;color:#d9d9d9;font-size:16px;font-weight:600;cursor:pointer;text-decoration:underline}.domain-control-delete-button{width:24px;height:24px;cursor:pointer;background-color:#1d1d1d;border-radius:14px;padding:10px;align-self:center}.domain-control-delete-button img:hover{background-color:#2c2c2c}.domain-control-delete-button.disabled{opacity:.5;cursor:not-allowed}.domain-control-dns-record{display:flex;flex-direction:row;gap:10px;align-items:flex-end;justify-content:space-between}.domain-control-dns-record .drop-list,.domain-control-dns-record .input-field{margin:0}.domain-control-dns-record .drop-list{max-width:125px}.domain-control-dns-record .drop-list-label,.domain-control-dns-record .input-field p{opacity:.5;font-size:16px!important;font-weight:400!important}.domain-control-dns-record .domain-control-delete-button{background-color:#2c2c2c}.domain-control-dns-record .domain-control-delete-button img:hover{background-color:#1d1d1d}.domain-control-dns-record .domain-control-delete-button.disabled{opacity:.5;cursor:not-allowed}.domain-control-dns-record .input-field p{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media (max-width: 1280px){.domain-control-container{flex-direction:column}.domain-control-panels{width:100%}.domain-control-card{width:100%;box-sizing:border-box}.domain-control-ns-record input{padding:0 0 0 10px}}@media (max-width: 768px){.control-domain-container h1{font-size:24px}.control-domain-container h2{font-size:18px}.domain-control-toggle-switches{flex-direction:column;margin-bottom:10px}.domain-control-dns-record{flex-direction:column}.domain-control-dns-record .drop-list{width:100%;max-width:unset}.domain-control-dns-record .domain-control-delete-button{width:calc(100% - 20px);margin-top:5px}.domain-control-dns-record{gap:5px;background-color:#161616;border-radius:14px;padding:10px;margin-top:5px}.domains-banner-text-content{gap:10px}}.article-element-item{display:flex;flex-direction:row;padding:10px;border-radius:14px;background-color:#1d1d1d;margin-top:10px;width:100%;box-sizing:border-box;cursor:pointer}.article-element-item img{width:45px;height:auto;margin-right:5px}.article-element-item-info{display:flex;flex-direction:column;justify-content:space-between;width:0;flex-grow:1;box-sizing:border-box}.article-element-item-info h2{margin:0;font-size:18px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.article-element-item-info p{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.article-container{display:flex;flex-direction:column;align-items:center;width:100%}.article-title{font-size:24px;font-weight:600}.article-content{width:100%;display:flex;flex-direction:column;padding:20px;box-sizing:border-box;background-color:#1d1d1d;border-radius:14px}.article-content a{color:#d9d9d9;text-decoration:underline;font-weight:700}.article-content p{margin:0;font-size:16px;font-weight:500}.article-content h2{font-size:20px;font-weight:600}.article-content ol{font-size:16px;font-weight:500;margin:0 auto;box-sizing:border-box;width:100%}@media (max-width: 1280px){.article-title{margin-top:0}}.right-screen-buttons{position:fixed;right:20px;top:0;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;z-index:9998;pointer-events:none}.right-screen-buttons>*{pointer-events:auto}.right-screen-buttons .telegram-button{background-color:#1d1d1d;border-radius:14px;border:none;padding:10px;cursor:pointer;display:flex}.right-screen-buttons .telegram-button img{width:24px;height:24px}.right-screen-buttons .support-button{background-color:#1d1d1d;border-radius:14px;border:none;padding:10px;color:#d9d9d9;font-size:14px;text-align:center;cursor:pointer;writing-mode:vertical-rl;display:inline-block;rotate:180deg}.right-screen-buttons .arrow-button{position:fixed;bottom:20px;right:20px;background-color:#1d1d1d;border-radius:14px;border:none;padding:10px;cursor:pointer;display:flex}.right-screen-buttons .arrow-button img{width:24px;height:24px}.right-screen-buttons .arrow-button:hover,.right-screen-buttons .telegram-button:hover,.right-screen-buttons .support-button:hover{background-color:#292929}@media (max-width: 1280px){.right-screen-buttons .arrow-button{bottom:80px}}@media (max-width: 768px){.right-screen-buttons{display:none}}
