@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Space+Grotesk:wght@700&display=swap);.payment-method-selection[data-v-66295e80]{display:flex;flex-direction:column;gap:10px}.expiration-container[data-v-66295e80]{position:relative}.expiration-container .expiration-wrapper[data-v-66295e80]{display:flex;align-items:center;width:100%}.expiration-container .expiration-input[data-v-66295e80]{flex:1;border:none;outline:none;background:transparent;font-size:inherit;text-align:center}.expiration-container .expiration-input[data-v-66295e80]::-moz-placeholder{color:#999}.expiration-container .expiration-input[data-v-66295e80]::placeholder{color:#999}.expiration-container .expiration-separator[data-v-66295e80]{margin:0 8px;color:#666;font-weight:500}.error-desc[data-v-66295e80]{margin-top:10px;font-size:14px}.error-desc.red[data-v-66295e80]{color:#e74c3c}.slide-enter-active[data-v-66295e80],.slide-leave-active[data-v-66295e80]{transition:all .3s ease}.slide-enter-from[data-v-66295e80],.slide-leave-to[data-v-66295e80]{opacity:0;transform:translateY(-10px)}.cookies-modal-title[data-v-94a01c86]{font-size:24px;font-weight:700;margin-bottom:10px}.spinner-wrapper[data-v-68963c85]{display:flex;justify-content:center;align-items:center}.spinner[data-v-68963c85]{border:4px solid #969595;border-top:4px solid transparent;border-radius:50%;width:30px;height:30px;animation:spin-68963c85 1s linear infinite}@keyframes spin-68963c85{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.image-preview-modal__overlay[data-v-32e9b710]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(47,45,45,.15);z-index:999}.image-preview-modal-wrapper[data-v-32e9b710]{background-color:#fbfbfb;z-index:1000;max-width:598px;width:100%;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:4px;height:440px;display:flex;flex-direction:column}.image-preview-modal__content[data-v-32e9b710]{padding:32px 16px 0 16px;position:relative}.image-preview-modal__close-button[data-v-32e9b710]{position:absolute;top:18px;right:18px;width:18px;height:18px;cursor:pointer}.image-preview-modal__image-container[data-v-32e9b710]{flex:1;display:flex;justify-content:center;align-items:center;height:332px}.image-preview-modal__image-wrapper[data-v-32e9b710]{position:relative;overflow:hidden;max-width:100%;max-height:100%}.image-preview-modal__image-wrapper[data-v-32e9b710]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../img/spiral-behind-item-image.85f6b9f6.png);background-size:contain;background-repeat:no-repeat;background-position:50%;z-index:0}.image-preview-modal__image[data-v-32e9b710]{max-width:406px;max-height:308px;-o-object-fit:contain;object-fit:contain;position:relative;z-index:1}.image-preview-modal__footer[data-v-32e9b710]{background-color:var(--bg-main-gray);min-height:108px;display:flex;justify-content:center;align-items:center}.modal-header[data-v-63099bba]{font-size:36px;text-align:center}.modal-buttons[data-v-63099bba]{display:flex;justify-content:flex-end;margin-top:24px;gap:20px}.profile-top[data-v-769d74f5]{display:flex;justify-content:space-between;align-items:center;gap:26px;padding:42px 42px 42px 32px;background-color:#fbfbfb;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.profile-top .title[data-v-769d74f5]{font-size:24px}.profile-top button[data-v-769d74f5]{height:auto}#spinner-wrapper{height:50vh;display:flex;align-items:center;justify-content:center}.spinner{border:16px solid #f3f3f3;border-top:16px solid #3498db;border-radius:50%;width:120px;height:120px;animation:spin 2s linear infinite}.check,.spinner{transform:translate(-50%,-50%)}.check{font-size:120px;color:green;position:absolute;top:50%;left:50%}:root{--white:#fff;--text-primary:#2f2d2d;--bg-main-gray:#efefef;--bg-red:#d00404;--bg-footer:#eee;--bg-gray:#2f2d2d;--font-roboto:"Roboto",sans-serif;--font-space-grotesk:"Space Grotesk",sans-serif;--card-width:240px;--gap-width:10px;--filters-width:400px;--gap-between-filters-and-cards:28px}*{box-sizing:border-box}body.hidden{overflow:hidden}body{color:var(--text-primary);background:var(--bg-main-gray);font-family:var(--font-roboto)}#app.Home{background:linear-gradient(90deg,#efefef,#cfc9c9)}input,select{outline:0}.bold{font-weight:700}.red{color:var(--bg-red)}.page{overflow:hidden;position:relative}.sort-dropdown{position:relative;width:123px}.sort-dropdown select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:13px 16px;padding-right:30px;border:1px solid #cfc9c9;border-radius:4px;font-size:14px;line-height:1.5;cursor:pointer}.title{font-weight:600;font-size:48px;position:relative}.title.big{font-size:calc(25.7047px + 1.34228vw);line-height:1.3;font-weight:700;max-width:659px;z-index:2;font-family:var(--font-space-grotesk)}.desc{font-weight:400;font-size:16px;line-height:1.5}.desc.red{color:#ff4766!important;margin-top:24px}.desc.green{color:#fca330!important;margin-top:24px}.mob{display:none}a,button{border:0;outline:0;cursor:pointer;transition:.3s;text-decoration:none}a:hover{opacity:.5}.arrow-icon{position:absolute;top:50%;right:10px;transform:translateY(-50%);width:16px;height:16px;background-image:url(../img/arrow-down.6d6c3d30.svg);background-repeat:no-repeat;background-position:50%;background-size:contain;transition:transform .3s ease;cursor:pointer;pointer-events:none}.arrow-icon.active{transform:translateY(-50%) rotate(-90deg)}.button{font-family:var(--font-space-grotesk);font-weight:700;font-size:16px;line-height:1.5;color:var(--white);background-color:var(--bg-gray);transition:.3s;padding:11px 34px;position:relative;text-align:center;letter-spacing:-.022em;border-radius:4px;cursor:pointer;height:46px}.button.dark{background:var(--bg-main-gray)}.button.button-arrow:before{content:"";border-bottom:27px solid transparent;border-top:27px solid transparent;border-left:27px solid #1797fd;height:0;width:0;position:absolute;left:calc(100% - 1px);top:0}.button:hover{opacity:.7}.button.gray:hover{background:linear-gradient(270deg,#e88e49,#e10473);border:none}.button span{z-index:2;position:relative}.button.disabled{pointer-events:none;opacity:.2}button.resend-link-button.button{align-self:center;width:300px}.red-ellipse-separator{width:6px;height:6px;border-radius:50%;background-color:#ed1c24}.section{padding:0 16px}.wrapper{max-width:1330px;margin:0 auto}.header-container{padding:16px;background-color:var(--white);transition:.3s;position:relative;z-index:3}.header{width:100%}.header,.header .right .icon{display:flex;align-items:center}.header .right .icon{margin-left:40px;position:relative;justify-content:center;margin-right:20px;border:1px solid #cfc9c9;background:#fff;width:46px;height:46px;border-radius:4px}.header .right .icon .img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header .right .icon .indicator{position:absolute;top:-8px;right:-8px;background-color:red;color:#fff;font-size:12px;font-weight:700;padding:2px 6px;border-radius:50%}.header .right .user-balance{display:flex;align-items:center;margin-right:16px;border:1px solid #cfc9c9;background:var(--bg-main-gray);border-radius:4px;height:46px;padding:13px 12px;color:var(--text-primary)}.header .right .user-balance:hover{opacity:.5}.header .right .user-balance .img.wallet{width:20px;height:20px;margin-right:6px}.header .right .user-balance img.arrow{width:12px;height:12px;transform:rotate(90deg)}.header .right .user-balance span{font-size:14px;font-weight:700;margin-right:14px;text-wrap:nowrap;font-family:var(--font-roboto);line-height:1.3}.header .right .header-profile{display:flex;gap:8px;align-items:center;position:relative;cursor:pointer}.header .right .header-profile img.profile{width:32px;height:32px}.header .right .header-profile span{font-size:16px;font-weight:700;line-height:1.5;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:142px}.header .right .header-profile .dropdown-menu{display:none;position:absolute;z-index:1;background-color:#f1f1f1;min-width:160px;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);padding:12px 16px;top:100%;right:0}.header .right .header-profile .dropdown-menu .dropdown-item{color:#333;padding:8px 0;text-decoration:none;display:block}.header .right .header-profile .dropdown-menu .dropdown-item:hover{background-color:#ddd}.header .right .header-profile.show .dropdown-menu{display:block}.header .right .link-container{gap:35px}.header .right .link-container,.header .right .link-container .nav{display:flex;align-items:center}.header .right .link-container .nav .sort-dropdown{position:relative;width:85px}.header .right .link-container .nav .sort-dropdown select{border:1px solid var(--bg-gray)}.header .right .nav__item.login{margin-left:35px}.header .wrapper{display:flex;align-items:center;justify-content:space-between;width:100%;gap:16px}.header .logo .img{width:145px;display:block}.header .logo .img.mob{display:none;width:45px}.header .right{justify-content:flex-end}.header .left,.header .right{display:flex;align-items:center;flex:1}.header .left{gap:60px}.header .nav{display:flex;align-items:center;position:relative}.nav__item a{font-family:var(--font-roboto);color:var(--text-primary);font-size:16px;line-height:1.5;letter-spacing:-.022em}.header .nav__item{text-align:center;text-wrap:nowrap}.header .nav__item a{font-family:var(--font-roboto);color:var(--text-primary);font-size:16px;line-height:1.5;letter-spacing:-.022em;padding:11px 35px}.header .nav__item a:hover{opacity:.7}.header .nav__item.login{background:transparent;color:var(--text-primary);border:1px solid var(--bg-gray);display:flex;align-items:center}.header .nav__item.login a{padding:unset;font-family:var(--font-space-grotesk)}.header .nav__item-signIn{background-color:transparent;border:1px solid var(--orange);color:var(--orange);margin-right:20px}.header .nav__item-signUp{background-color:var(--orange)}.header .nav__item-signIn a:hover{opacity:.7}.header .nav__item .active,.header .nav__item .router-link-active{position:relative;opacity:1}.header .button span{vertical-align:middle}.menu-icon{position:absolute;right:20px;top:40px;z-index:4;transform:translateY(-50%)}.menu-icon span{border-radius:4px;background:var(--bg-gray);width:24px;height:3px;display:block;transition:.3s}.menu-icon span+span{margin-top:4px}.menu-icon.active span:first-child{transform:rotate(-45deg);margin-top:6px}.menu-icon.active span:nth-child(2){opacity:0}.menu-icon.active span:last-child{transform:rotate(45deg);margin-top:-9px}.menu{position:fixed;left:0;top:0;width:100%;height:100%;background:var(--bg-main-gray);z-index:4;padding:80px 32px}.menu .nav{flex-direction:column}.menu .icon,.menu .nav,.menu .user-balance{display:flex;justify-content:center;align-items:center;gap:25px}.menu .icon,.menu .user-balance{color:var(--text-primary)}.menu .indicator{font-size:16px!important}.header .dropdown-open .img{width:19px}.header .dropdown-open:before{display:none}.header .dropdown-open:hover{opacity:1}.header .dropdown-open .arrow{position:absolute;width:12px;height:25px;right:16px;top:50%;transform:translateY(-50%);z-index:1;transition:.3s}.header .dropdown-open .arrow .img{width:100%;margin:0}.icon .indicator{background:var(--bg-second-black);font-size:12px;line-height:18px;text-align:center;border-radius:2px;min-width:18px;padding:0 3px;margin-left:6px}.dropdown{padding-top:8px;top:100%;right:0;position:absolute;width:100%;transition:.3s;visibility:hidden;opacity:0;max-height:0;overflow:hidden}.dropdown .dropdown-wrapper{padding:18px 16px;background:#1797fd;border-radius:2px;width:100%;position:relative}.dropdown .nav__item+.nav__item{margin-left:0}.dropdown .nav__item a{display:block;padding:0}.dropdown .nav__item-logout{position:relative;padding-top:18px}.dropdown .nav__item-logout a{display:flex;align-items:center;justify-content:center}.dropdown .nav__item-logout svg{margin-left:16px}.dropdown .dropdown-wrapper:before{content:"";width:calc(100% - 32px);height:2px;border-radius:6px;background:#fff;position:absolute;left:16px;bottom:59px;opacity:0;transition:.5s}.dropdown .nav__item{margin:0;text-align:center}.dropdown .nav__item+.nav__item{margin-top:18px}.dropdown .nav__item a{font-size:16px;line-height:26px;opacity:1}.dropdown .nav__item a:hover{opacity:.7}.dropdown-open:hover .dropdown{opacity:1;visibility:visible;max-height:150px}.dropdown-open:hover .dropdown-wrapper:before{opacity:1}.dropdown-open:hover .arrow{transform:translateY(-50%) scale(-1);top:calc(50% + 2px)}.hero-section{padding:0 16px 10px;position:relative}.home-page .hero-section{background-size:cover;background-position:50%;background-repeat:no-repeat;padding-bottom:0}.product-list-section{background-color:var(--bg-main-gray);padding:0}.product-list-section.hero-section .wrapper{position:relative;display:flex;flex-wrap:wrap;min-width:100%;overflow-x:hidden}.hero-section .home.wrapper{display:flex}.hero-section .home.wrapper .left{width:60%;text-align:left;padding-top:128px;flex-direction:column;gap:33px;display:flex;align-items:flex-start;margin-bottom:100px}.hero-section .home.wrapper .right{width:40%;padding-top:30px}.hero-section .home .desc{max-width:368px;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:.0022em}.img-container{position:absolute;right:50%;bottom:0;transform:translateX(66.6%)}.img-container img{z-index:1}.hero-section .home .img-container{display:flex;justify-content:flex-end}.blending-into-section{position:relative;text-align:center}.blending-into-section .desc{margin-top:32px;position:relative;z-index:2}.blending-into-section .blending-into-button{margin-top:42px;display:inline-block}.blending-into-section img{user-select:none;-moz-user-select:none;-webkit-user-drag:none;-webkit-user-select:none;-ms-user-select:none}.rectangle{max-width:1080px;background:#fff;margin:0 auto;padding:125px 200px}.blending-into-image{position:absolute;top:0}.blending-into-image.left{left:0;top:55px}.blending-into-image.right{right:0;top:-150px;z-index:-1}.blending-into-image.weapon{top:210px;right:60px;z-index:1}.dont-just-play-section{display:flex;justify-content:space-between;gap:20px;max-width:973px;margin:0 auto;margin-top:112px}.dont-just-play-section .left{display:flex;flex-direction:column;align-items:flex-start;max-width:47%}.dont-just-play-section .left .title.big{margin-top:66px}.dont-just-play-section .left .desc{margin-top:18px}.dont-just-play-section .left .button{margin-top:42px;margin-bottom:28px}.dont-just-play-section .right img{width:100%}.discover-section{margin-top:92px;width:100%;height:851px;text-align:center;background-color:#f5f5f5}.discover-section,.discover-section .rectangle{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.discover-section .rectangle{z-index:1;background:transparent;height:484px;padding:0 9.72vw}.discover-section .rectangle .title.big{max-width:none}.discover-section .rectangle .desc{font-size:clamp(.9rem,2.5vw,1rem);line-height:1.5;margin-top:42px;color:var(--text-primary)}.discover-section .rectangle:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.5);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);z-index:-1}.discover-section .video-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.discover-section .video-background video{min-width:100%;min-height:100%;width:auto;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:1;transition:opacity .5s ease-in-out}.features-section{margin-top:26px}.features-section .list{max-width:1330px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);justify-content:center;position:relative;gap:20px}.features-section .item{border-radius:12px;background-color:var(--bg-second-black);padding:24px;text-align:left;line-height:0;margin-bottom:0;position:relative}.features-section .icon{width:32px;height:32px;position:absolute;background-image:url(../img/secure_icon.30d94e1f.svg);background-size:contain;background-position:50%;background-repeat:no-repeat}.features-section .item:nth-child(2) .icon{background-image:url(../img/wide_selection_icon.1980ebef.svg)}.features-section .item:nth-child(3) .icon{background-image:url(../img/best_prices_icon.27bf6f9f.svg)}.features-section .title{font-size:18px;font-weight:700;line-height:32px;margin-left:42px}.features-section .desc{margin-top:16px}.features-section .desc.small{font-size:16px;font-weight:500;line-height:24px}.recommended-section{padding:120px 16px}.slider{margin-top:0;font-size:0}.slick-slider{margin:20px auto 0;overflow:visible;overflow-x:clip;position:relative}.slick-slider .slick-track{display:flex;gap:10px;margin:0}.slick-slider .card{display:flex!important;height:186px;padding:14px 0}.slick-slider .card__weapon{margin-bottom:6px}.slick-slider .card__skin{margin-bottom:3px}.slick-slider .card__exterior{margin-bottom:14px}.slick-slider .card__preview{position:relative;cursor:pointer;width:75px;height:58px;display:flex;justify-content:center;align-items:center}.slick-slider .card__preview:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../img/spiral-behind-item-image.85f6b9f6.png);background-size:contain;background-repeat:no-repeat;background-position:50%;z-index:0}.slick-slider .card__action-wrapper .card__add-to-cart-icon{position:absolute;width:12px;height:12px;top:15px;left:16px}.slick-slider .card__action-wrapper span{font-size:12px}.slider-small{margin:0 auto;display:none}.slider .slick-arrow{height:100%;background:transparent;position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:0;transition:.3s;background-image:url(../img/next.fb104ca3.svg);background-size:16px;background-position:50%;background-repeat:no-repeat;z-index:3;padding:40px 15px}.slider .slick-arrow:hover{opacity:.7}.slider .slick-prev{right:auto;left:5px;transform:translateY(-50%) rotate(180deg)}.slider .slick-disabled{opacity:.2!important;pointer-events:none}.slider .slick-list{position:relative;overflow:visible;z-index:2}.slider-small .slick-list{width:100%;left:0}.preview{position:relative}.preview .title{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:36px}.ProductListPage .header-container{box-shadow:0 4px 12px rgba(47,45,45,.1)}.products .item-wrapper{padding:8px 12px 12px;margin:0 1px;height:100%;transition:.3s;border-radius:2px;width:197px;position:relative;background:var(--bg-second-black)}.products .item-wrapper.disabled{pointer-events:none}.product-list-section .products .item-wrapper .link .img{width:19px}.product-list-section .products .item-wrapper .link:hover{opacity:.7}.product-list-section .products .item-wrapper{margin:0;width:100%;display:flex;flex-direction:column}.page-inside .hero-section .wrapper .products a.title{margin-top:12px}.products a.desc{margin-top:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;cursor:pointer;font-size:14px;height:66px;line-height:22px;transition:.3s}.products .tag{position:absolute;left:24px;top:28px;font-weight:400;font-size:16px;line-height:20px;color:#00b224;transition:.3s}.products .tag span{position:relative;z-index:1}.recommended-section .tag{color:#1797fd}.sale-section .tag{color:#d94848}.products .price{font-size:18px;line-height:24px;position:relative;font-weight:400;transition:.3s;white-space:nowrap}.products .price-container{display:flex;justify-content:space-between}.discount+span{top:8px;position:relative}.products .price .discount{font-size:14px;line-height:17px;position:absolute;top:-8px;left:0;left:auto;color:#d94848}.products .price .discount span{color:#d94848}.product-list-section .products .discount,.products .slick-center .discount{top:-8px}.products .discount:after{content:"";width:100%;height:2px;position:absolute;left:0;top:50%;transform:translateY(-50%);background:#ff4766}.products .link{text-align:center;background:transparent;font-size:16px;background:linear-gradient(90deg,#ec7633,var(--bg-second-black),#efefef);padding:0 24px;transition:.3s;border-radius:0 0 2px 2px;display:flex;justify-content:center;align-items:center;position:absolute;min-width:0;width:100%;left:0;top:calc(100% - 2px);overflow:hidden;height:0;line-height:0}.products .item-wrapper:hover .link{height:47px;padding:12px 24px}.products a:hover{opacity:1}.card{display:flex;flex-direction:column;align-items:center;border-radius:4px;padding:20px 0;height:283px;background-color:#fbfbfb;position:relative}.card__weapon{font-size:12px;line-height:1.3;opacity:.5;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:92px;display:inline-block}.card__skin,.card__weapon{margin-bottom:8px}.card__skin-name{font-weight:700;font-size:14px}.card__exterior{margin-bottom:22px}.card__exterior-name{font-size:14px}.card__preview{position:relative;cursor:pointer;width:126px;height:121px;display:flex;justify-content:center;align-items:center}.card__preview:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../img/spiral-behind-item-image.85f6b9f6.png);background-size:contain;background-repeat:no-repeat;background-position:50%;z-index:0}.card__image{z-index:1;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.card__action-wrapper{display:flex;justify-content:center;align-items:center;width:100%;position:absolute;bottom:0;left:0;background-color:var(--bg-red);padding:12px 20px;transform:translateY(100%);transition:transform .6s ease;border-radius:4px;z-index:2;color:#fff;cursor:pointer}.card__action-wrapper .card__add-to-cart-icon{position:absolute;width:16px;height:16px;top:15px;left:16px}.card__action-wrapper span{text-align:center;font-family:Space Grotesk,sans-serif;line-height:1.5;font-weight:700;font-size:16px}.card__price{margin-top:15px;font-size:14px;font-weight:700;line-height:1.3;color:#29bc5b}.card__price-discount{color:grey;text-decoration:line-through;margin-right:8px}.card__add-to-cart{background-color:#333;color:#fff;padding:8px 12px;border-radius:4px;cursor:pointer;display:flex;align-items:center;font-size:14px}.card__add-to-cart-icon{width:16px;height:16px}.slider-section{padding:0}.slider-small{background:#efefef;position:relative;padding:30px 0}.products.slider-small .item-wrapper{display:flex;align-items:center;min-height:122px;border-radius:0;padding:10px;position:relative;width:auto;margin:0;box-shadow:none;overflow:hidden;transition:.3s;background:linear-gradient(90deg,#efefef,#081b3a 20%)}.products.slider-small .item-wrapper:before{display:none}.products.slider-small .item-wrapper:after{content:"";width:2px;height:100%;background:linear-gradient(#2b2770,#8155c2,#2b2770);position:absolute;right:0;top:0}.products.slider-small .item-wrapper:hover{transform:none}.slider-small .text{position:relative;position:absolute;left:10px;bottom:8px;opacity:0;transition:.3s}.slider-small .item-wrapper:hover .text{opacity:1}.slider-small .item-wrapper:hover .preview{top:-20px}.slider-small .item-wrapper .desc{font-size:12px;line-height:17px;opacity:1;text-align:left;min-height:0;padding-left:0;height:auto}.slider-small .preview{flex:3;align-items:center;display:flex;position:relative;background:transparent;border-radius:0;padding-top:0;margin:0;height:88px;width:auto;left:0;top:0;transition:.3s}.slider-small .preview .img{width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.slider-small .title{font-size:12px;line-height:18px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word;margin-top:4px;padding-right:8px}.sale-section{margin-top:160px;padding-bottom:60px}.footer{background:linear-gradient(90deg,#eee,#fbfbfb)}.footer-container{transition:.3s;position:relative;z-index:1}.footer-section{padding:56px 94px 42px 92px}.footer-section .left .first-row{display:flex;justify-content:space-between;max-width:729px;margin-bottom:74px}.footer-section .left .first-row .left-list{line-height:2}.footer-section .left .first-row .left-list__item{max-width:347px;line-height:24px}.footer-section .left .first-row .left-list__item:first-child{margin-bottom:47px;line-height:1.5}.footer-section .left .first-row .img{width:123px;height:158px}.footer-section .left .second-row{margin-right:159px;line-height:1.5;text-wrap:balance}.footer-section .right ul.payment-methods-list{display:flex;align-items:center;flex-wrap:wrap;gap:30px 40px}.footer-section .right .site-navigation__list{display:flex;flex-direction:row;flex-wrap:wrap;gap:14px}.footer-section .right .site-navigation__list li{position:relative;padding-left:29px;width:calc(50% - 7px)}.footer-section .right .site-navigation__list li:before{content:"";display:inline-block;width:6px;height:6px;background-color:red;border-radius:50%;position:absolute;left:0;top:50%;transform:translateY(-50%)}.footer-section .right .site-navigation__list li a{text-transform:lowercase}.footer-section .right .site-navigation__list li a:first-letter{text-transform:uppercase}.footer-section-wrapper{display:flex;gap:60px;justify-content:space-between}.footer-section-wrapper .right{display:flex;flex-direction:column-reverse;gap:66px;flex:4;max-width:650px}.footer-section-wrapper .footer-requisites{margin-top:16px}.footer-section-wrapper .text{max-width:282px}.footer-section-wrapper li{display:flex;flex-direction:column;gap:4px}.footer-section-wrapper li img{max-width:80px;max-height:50px}.footer-section-wrapper a{font-size:16px;font-weight:400;line-height:1.5;color:var(--text-primary)}.footer-section-wrapper a:hover{opacity:.7}.footer-section-wrapper .support{font-weight:600;font-size:16px;line-height:24px}.footer-section-wrapper .support-email{font-weight:400}.footer-section-wrapper .support-icon{max-width:99px}.footer-section-wrapper .right .list{gap:16px;display:flex;flex-direction:column}.footer-section .wrapper{display:flex;gap:24px}.footer-section .wrapper+.wrapper{position:relative}.footer-section .wrapper .nav{flex:1}.footer-section .wrapper .right .list{display:flex;flex-direction:column}.footer-section .wrapper .right .list .item{margin-bottom:20px;display:flex;align-items:center}.footer-section .wrapper .right .list .item+.item{margin-left:36px}.footer-section .wrapper .right .list .item .desc{word-break:break-all;margin-top:14px}.footer-section .wrapper .right .list .item .title+.desc{color:#ec7633;font-size:14px;line-height:20px;margin-top:0;margin-left:14px;text-decoration:underline}.footer-section .wrapper .left{flex:2}.footer-section .wrapper .left .nav{width:50%}.footer-section .wrapper .center{flex:2;padding:0 16px;text-align:left;display:flex;justify-content:center}.footer-section .wrapper .right{flex:1}.footer-section .wrapper .right .text{margin:20px 0 0 auto;text-align:right;max-width:384px}.footer-section .wrapper .left .text .desc{font-size:14px;color:#fff}.footer-section .wrapper .left .text{margin-top:24px;max-width:384px}.footer-section .wrapper .left .text+.text{margin-top:12px}.footer-section .wrapper .left .text+.text .desc{font-size:16px;line-height:24px;max-width:282px;font-weight:500}.footer-section .wrapper .title{font-size:14px;color:#9898a9;line-height:20px;font-weight:400;opacity:1}.copyright-section .list{display:flex;align-items:center;justify-content:flex-end}.copyright-section .social-links{display:flex;-moz-column-gap:6px;column-gap:6px;margin-right:146px}.footer .social-links .link .link-img{cursor:pointer;max-height:40px;max-width:40px}.footer-section .social-links{display:none}.copyright-section .item{margin-right:42px}.copyright-section .item:first-child .img{width:53px}.copyright-section .item:nth-child(2) .img,.copyright-section .item:nth-child(3) .img{width:63px}.copyright-section .item:last-child .img{width:65px}.copyright-section{padding:16px;background:#56a7a1}.copyright-section .wrapper{display:flex;align-items:center;justify-content:space-between;max-width:1293px}.copyright-section .desc{font-size:12px;line-height:16px;color:#9898a9}.modal{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:5000;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.modal.change-email .wrapper,.modal.deposit .wrapper{all:unset;max-width:300px;margin:0 auto;width:100%;text-align:center;max-height:calc(100vh - 100px);overflow:auto}.modal.change-email .wrapper .container,.modal.deposit .wrapper .container{overflow-y:scroll;padding-bottom:40px;scrollbar-width:none}.modal.change-email .wrapper .container .form-fields-wrapper,.modal.deposit .wrapper .container .form-fields-wrapper{gap:10px}.modal.change-email .wrapper .container .form-fields-wrapper input,.modal.change-email .wrapper .container .form-fields-wrapper select,.modal.deposit .wrapper .container .form-fields-wrapper input,.modal.deposit .wrapper .container .form-fields-wrapper select{min-width:300px}.modal.change-email .wrapper .container .form-fields-wrapper input[disabled],.modal.deposit .wrapper .container .form-fields-wrapper input[disabled]{opacity:.7}.modal.change-email .wrapper .container .form-fields-wrapper select:invalid,.modal.change-email .wrapper .container .form-fields-wrapper select [disabled],.modal.deposit .wrapper .container .form-fields-wrapper select:invalid,.modal.deposit .wrapper .container .form-fields-wrapper select [disabled]{color:#969595}.modal.change-email .wrapper .container .form-fields-wrapper select option,.modal.deposit .wrapper .container .form-fields-wrapper select option{color:#2f2d2d}.modal.change-email .wrapper .container .form-fields-wrapper .description,.modal.deposit .wrapper .container .form-fields-wrapper .description{text-align:left;font-size:14px}.modal.change-email .wrapper .container .form-fields-wrapper .error-description,.modal.deposit .wrapper .container .form-fields-wrapper .error-description{font-size:12px;margin-top:10px;text-align:left}.modal.change-email .wrapper .container .form-fields-wrapper .deposit-amount-display,.modal.deposit .wrapper .container .form-fields-wrapper .deposit-amount-display{margin:10px 0;font-size:18px;font-weight:700}.modal.change-email .wrapper .container .form-fields-wrapper button:disabled,.modal.deposit .wrapper .container .form-fields-wrapper button:disabled{opacity:.5}.modal.sign-modal.login{justify-content:flex-start}.modal.sign-modal.login .wrapper{margin:97px auto 20px;overflow-y:auto}.modal.sign-modal.login .header{width:unset;z-index:2;margin-top:60px;justify-content:center}.modal.sign-modal.login .header .header-buttons{display:flex;gap:90px}.modal.sign-modal.login .header .header-buttons a{color:rgba(47,45,45,.5);font-size:24px;font-family:var(--font-space-grotesk);font-weight:700;line-height:1.3}.modal.sign-modal.login .header .header-buttons a.router-link-active{color:var(--text-primary);position:relative}.modal.sign-modal.login .header .header-buttons a.router-link-active:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:4px;background-color:var(--bg-red)}.modal.sign-modal.login .or-separator{margin-top:24px;margin-bottom:24px;display:flex;align-items:center;justify-content:center;gap:22px}.modal.sign-modal.login .or-separator .or{font-size:16px;line-height:1.5}.modal.sign-modal.login label{margin-bottom:12px}.modal.sign-modal.login img{position:absolute}.modal.sign-modal.login .signIn-left{bottom:0;left:0;z-index:1}.modal.sign-modal.login .signIn-right{top:0;right:0}.modal.sign-modal.login button,.modal.sign-modal.login input{width:100%;width:254px}.modal.sign-modal.login button.steam{margin-top:42px;background-color:#2b68c2}.modal.sign-modal.login button.steam img{left:11px}.modal.sign-modal.login .chekbox-label-wrapper:before{background:#fff}.cart-modal__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:999}.cart-modal-wrapper{background-color:#fbfbfb;z-index:1000;min-width:544px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:4px}.cart-modal__content{padding:26px 16px 21px 16px}.cart-modal__header{display:flex;justify-content:space-between;align-items:center;margin:0 16px 26px 16px}.cart-modal__header-title{font-size:20px;font-weight:700}.cart-modal__header-actions{display:flex;align-items:center;cursor:pointer}.cart-modal__header-actions-text{font-size:14px;line-height:1.5}.cart-modal__header-actions-icon{margin-left:12px;width:18px;height:18px}.cart-modal__separator{width:100%;height:1px;background-color:var(--bg-main-gray)}.cart-modal__items{max-height:400px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.cart-modal__items::-webkit-scrollbar{width:0;height:0}.cart-modal__item{display:flex;justify-content:space-between;align-items:center;padding:23px 16px 21px 16px}.cart-modal__item-image{width:60px;height:45px;-o-object-fit:cover;object-fit:cover;margin-right:16px}.cart-modal__item-info{display:flex;align-items:center}.cart-modal__item-info-weapon{font-size:12px;color:#666}.cart-modal__item-info-name{font-size:14px;font-weight:700}.cart-modal__item-info-exterior{font-size:14px}.cart-modal__item-price{display:flex;align-items:center}.cart-modal__item-price-text{font-size:14px;font-weight:700;margin-right:16px}.cart-modal__item-price-icon{cursor:pointer}.cart-modal__footer{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 32px;background-color:var(--bg-main-gray)}.cart-modal__footer-left{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.cart-modal__footer-left-count{font-size:14px}.cart-modal__footer-left-total{font-size:18px;font-weight:700}.cart-modal__footer-right{display:flex;gap:12px;font-size:18px}.cart-modal__footer-right-checkout-button,.cart-modal__footer-right-clear-button{line-height:1.5;padding:11px 18px;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:700;text-wrap:nowrap}.cart-modal__footer-right-clear-button{background-color:transparent;color:var(--text-primary);border:1px solid #2f2d2d}.cart-modal__footer-right-checkout-button{padding:11px 24px;background-color:var(--bg-gray);color:#fff}.modal .close{width:32px;height:32px;position:absolute;right:92px;top:60px;cursor:pointer;z-index:2;transition:.3s}.modal .close:hover{opacity:.7}.modal .logo{top:32px}.modal .logo,.overlay{position:absolute;left:0}.overlay{background:linear-gradient(90deg,#efefef,#cfc9c9);top:0;width:100%;height:100%}.modal .wrapper{position:relative;margin:0 auto;width:100%;max-width:500px;overflow:hidden;z-index:2}.modal .wrapper .container{background:var(--bg-second-black);position:relative;z-index:1;height:100%;padding:0;border-radius:6px}.modal label .desc{display:none}.modal label input{width:100%;height:46px;background-color:var(--white);border:1px solid #cfc9c9;color:var(--text-primary)}.modal label input::-moz-placeholder{font-family:var(--font-roboto);font-size:14px;line-height:1.5;color:#969595}.modal label input::placeholder{font-family:var(--font-roboto);font-size:14px;line-height:1.5;color:#969595}.modal .link{color:#ec7633;font-weight:400;font-size:16px;line-height:21px;cursor:pointer;transition:.3s}.modal .cta-container .link{align-self:flex-start}.modal .link:hover{opacity:.7}.modal .wrapper .form{width:100%;max-width:1280px;margin:0 auto;display:table;position:relative}.modal .wrapper .form-wrapper{width:100%;overflow:hidden;display:table-cell;vertical-align:middle;text-align:left}.modal .form-fields{opacity:1;transition:.5s;overflow:hidden;text-align:center}.modal .form-fields.hidden{opacity:0;max-height:0;padding:0}.form-fields-wrapper{display:flex;flex-direction:column;align-items:center;max-width:390px;margin:0 auto}.modal .tab-list{display:flex;align-items:center;justify-content:space-between;padding:0 14px;margin-bottom:125px}.modal .tab-list .title{color:#495a73;transition:.3s;cursor:pointer;position:relative}.modal .tab-list .title.active:after{top:calc(100% + 16px)}.modal .tab-list .title.active:after,.modal .tab-list .title.active:before{content:"";width:81px;height:7px;position:absolute;left:50%;transform:translateX(-50%);background:#1797fd;border-radius:4px}.modal .tab-list .title.active:before{top:calc(100% + 9px);filter:blur(18px)}.modal .tab-list .title:hover{opacity:.7}input,select{width:100%;height:46px;border:1px solid #cfc9c9;background:var(--white);color:var(--text-primary);font-weight:400;font-size:14px;line-height:1.5;padding:13px 18px;border-radius:4px;font-family:var(--font-roboto)}select{-moz-appearance:none;appearance:none;-webkit-appearance:none}::-moz-placeholder{color:#969595}::placeholder{color:#969595}.modal .error-desc{margin-top:24px;overflow:hidden}.cta-container{display:flex;flex-direction:column;align-items:center}.forgot-pass-content .cta-container{justify-content:flex-end}.modal-bottom{margin-top:50px;display:flex;align-items:center;justify-content:center;border-radius:2px;background:#282633;padding:30px 16px}.modal-bottom .desc{margin-right:14px}.modal .chekbox-label{display:block;cursor:pointer;margin-top:0}.chekbox-label-wrapper{position:relative;padding-left:40px}.chekbox-label-wrapper .title{font-size:14px;line-height:24px;font-weight:400}.chekbox-label-wrapper:before{content:"";width:24px;height:24px;border-radius:4px;background:#efefef;position:absolute;left:0;top:0;cursor:pointer}.checkbox{content:"";width:12px;height:9px;position:absolute;left:6px;top:8px;background:url(../img/check-mark.6041ef5d.svg);background-size:contain;background-position:50%;opacity:0;visibility:hidden;transition:.3s}input:checked+.checkbox{opacity:1;visibility:visible}.chekbox-container{flex:1;text-align:left}.chekbox-label+.chekbox-label{margin-top:10px;display:table}.product-list-section .chekbox-label .title{font-weight:400;font-size:14px;line-height:24px;padding:0}.product-list-section .chekbox-label .title:after{display:none}.chekbox-label a.title{color:#d00404}.chekbox-label input{display:none}.products-container{margin:0 28px;flex:1;display:flex;flex-direction:column;overflow-x:clip;overflow:hidden}.products-container.active{width:100%}.products-container+.button{position:absolute;right:0;top:185px}.list.products{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));position:relative;gap:10px;padding-bottom:48px}.back .img{width:28px}.back{transition:.3s;color:#495a73;font-size:16px;font-weight:400;line-height:22px}.back:before{content:"";width:21px;height:12px;background:url(../img/back.28b310df.svg);background-size:contain;background-position:50%;background-repeat:no-repeat;margin-right:10px}.back:before,.back span{display:inline-block;vertical-align:middle}.back+.title{margin-top:48px;width:100%}.filter-btn{display:flex;align-items:center}.filter-btn-wrapper{cursor:pointer}.filter-btn .img{width:20px}.filter-btn .desc+.img{width:12px;transition:.3s}.filter-btn .desc{margin-top:0;color:#8d8e92;font-size:16px;font-weight:400;line-height:21px;margin:0 20px;transition:.3s}.filter-btn.active .desc+.img{transform:rotate(180deg)}.page-inside.product-page .product-list-section .wrapper>.title:after{display:none}.product-list-section .top .wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.product-list-section .right{justify-content:flex-end}.filters .select-container{transition:.3s;overflow:auto;padding-bottom:40px;padding-left:26px}.filters .select-container-reset{padding-bottom:0;margin:18px auto 0;display:table}.filters .select-container-reset:before{display:none}.filters .select-container-reset .reset{justify-content:center;width:126px}.filters .select-container.hidden{max-height:0;padding-bottom:0}.select-container-reset{margin-right:0}.select-container .desc+.select2{margin-left:16px}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.select2-container--default .select2-selection--single .select2-selection__rendered{font-size:15px;font-weight:400;line-height:46px;height:48px;border:none;border-radius:2px;text-align:left}body .select2-container--default .select2-selection--single{background:transparent;border:0;border-radius:2px!important;height:48px;width:100%}.select2-search--dropdown{display:none}.select2-container{width:100%!important}.select2-container .select2-selection--single .select2-selection__rendered{padding-left:0;padding-right:35px;display:flex;align-items:center}.select2-container--default .select2-selection--single .select2-selection__arrow{top:11px;right:12px;background:url(../img/arrow-down.6d6c3d30.svg);background-size:12px;background-position:50%;background-repeat:no-repeat}.select2-container--open .select2-selection--single .select2-selection__arrow{transform:rotate(180deg)}.select2-container--default .select2-selection--single .select2-selection__arrow b{opacity:0}.select2-container--open .select2-dropdown--below{border-radius:2px;margin-top:0;overflow:hidden;box-shadow:none;transform:translateY(1px);border-top:1px solid transparent}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:inherit}body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,body .select2-container--default .select2-results__option--highlighted[aria-selected],body .select2-container--default .select2-results__option--selected,body .select2-container--default .select2-results__option[aria-selected=true],body .select2-results__option{background:#efefef;font-size:15px;font-weight:400;line-height:16px;display:flex;align-items:center;padding-left:15px}.select2-results__option{margin-top:12px;padding-left:0}.select2-dropdown{background:#efefef;border:1px solid #495a73}.select2-container--default .select2-results>.select2-results__options{padding-bottom:12px}.cart-select .select2-container--default .select2-selection--single{background:#efefef;border:0;border-radius:2px!important;height:48px;width:100%}.cart-select .select2-dropdown{background:#efefef;border:1px solid #495a73}.cart-select .select2-container--default .select2-selection--single .select2-selection__rendered{font-size:15px;font-weight:400;line-height:46px;height:48px;padding-left:15px;border:none;border-radius:2px;text-align:left}.product-list-section .top{width:0;background:var(--bg-second-black);border-radius:2px;transition:.3s;position:relative;overflow:hidden;opacity:0}.product-list-section .top.active{flex:0 0 400px;background-color:#fbfbfb;opacity:1}.filters{position:relative;margin:0 auto;padding:0;overflow:auto;scrollbar-width:thin;padding:42px 22px 29px 64px;height:100%}.search-container{position:relative;max-width:262px;margin-left:28px}.search-container .search-input:disabled{background-color:var(--bg-main-gray)}.search-container img.search{position:absolute;top:11px;right:14px;border:none;background:none;cursor:pointer;width:24px;height:24px}.filters .title{font-size:18px;line-height:22px;font-weight:400;padding:18px 0 18px 26px;cursor:pointer;position:relative}.filters .title:after{content:"";position:absolute;right:5px;top:calc(50% - 6px);width:12px;height:12px;background:url(../img/arrow.d242650d.svg);background-size:12px;background-position:50%;background-repeat:no-repeat;transition:.3s;transform:rotate(90deg)}.filters .title.active:after{transform:none}.filters-wrapper .title{font-family:var(--font-space-grotesk);font-weight:700;font-size:16px;line-height:1.3}.filters-wrapper>.title{margin-top:44px;padding-top:0;position:relative;display:flex;justify-content:space-between;font-size:24px;cursor:default;padding-bottom:20px}.filters-wrapper>.title:after{display:none}.filters-wrapper>.title:before{content:"";width:100%;left:0;bottom:0;position:absolute;height:2px;background:var(--bg-main-gray)}.filters-wrapper img.close{right:24px;width:18px;position:relative;cursor:pointer}.filters-wrapper>div{position:relative}.filters-wrapper>div:before{content:"";width:100%;left:0;bottom:0;position:absolute;height:2px;background:#efefef}.hero-section .select-container .desc{margin-top:0;font-size:14px}.select-container.select-container-range .price-filter{display:flex;align-items:center}.select-container.select-container-range .price-filter .price-max,.select-container.select-container-range .price-filter .price-min{position:relative;width:118px}.select-container.select-container-range .price-filter .price-max input,.select-container.select-container-range .price-filter .price-min input{padding-left:25px;padding-right:40px}.select-container.select-container-range .price-filter .price-max .desc,.select-container.select-container-range .price-filter .price-min .desc{position:absolute;font-size:14px;line-height:1.5;color:#969595;top:50%;transform:translateY(-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-container.select-container-range .price-filter .price-max .desc.currency,.select-container.select-container-range .price-filter .price-min .desc.currency{left:10px}.select-container.select-container-range .price-filter .price-max .desc.text,.select-container.select-container-range .price-filter .price-min .desc.text{right:10px}.select-container.select-container-range .price-filter .divider{margin:0 10px}.select-container.hidden{display:none}.items-header{display:flex;justify-content:space-between;align-items:center;margin:25px 0;gap:20px}.items-header .cs2-text{text-wrap:nowrap;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:24px;line-height:1.3}.items-header .sort-container{display:flex;align-items:center}.items-header .sort-container .clear-filters{display:flex;align-items:center;cursor:pointer;margin-right:32px}.items-header .sort-container .clear-filters img{width:18px;height:18px;margin-right:12px}.items-header .sort-container .clear-filters span{font-family:var(--font-roboto);line-height:1.5;font-size:14px;font-weight:400;padding:12.5px 0}.items-header .sort-container .sort-dropdown{width:100%;max-width:156px}.reset{display:flex;align-items:center;cursor:pointer;transition:.3s}.reset:hover{opacity:.7}.reset .img{width:21px}.reset .desc{color:#b0afb2;font-weight:400;font-size:14px;color:#297ae5}.VuePagination{display:flex;justify-content:flex-end;align-items:center;margin-right:28px}.pagination,.VuePagination{width:100%;text-align:right}.pagination{max-width:1280px;position:relative;margin:24px auto 48px}.pagination a{font-size:18px;line-height:42px;width:54px;display:block;text-align:center}.pagination li{margin:0;width:42px;display:inline-block;vertical-align:middle}.pagination li.active a{color:#ec7633}.pagination .VuePagination__pagination-item-next-page,.pagination .VuePagination__pagination-item-next-page a,.pagination .VuePagination__pagination-item-prev-page,.pagination .VuePagination__pagination-item-prev-page a{width:42px}.pagination ul{display:flex;justify-content:flex-end}.pagination .VuePagination__pagination-item-next-page:first-child,.pagination .VuePagination__pagination-item-next-page:last-child,.VuePagination p{display:none}.VuePagination__pagination-item-next-page a{font-size:0!important;position:relative;background-color:#efefef;border-radius:2px}.VuePagination__pagination-item-next-page a:before{content:"";width:100%;height:100%;left:0;top:0;position:absolute;background:url(../img/next.fb104ca3.svg);background-size:21px 12px;background-position:50%;background-repeat:no-repeat}.VuePagination__pagination-item-prev-page:first-child{display:none}.pagination .VuePagination__pagination-item-prev-page a{font-size:0!important;position:relative;background-color:#efefef;border-radius:2px}.VuePagination__pagination-item-prev-page a:before{content:"";width:100%;height:100%;left:0;top:0;position:absolute;background:url(../img/next.fb104ca3.svg);background-size:21px 12px;background-position:50%;background-repeat:no-repeat;transform:scale(-1)}.VuePagination__pagination-item-next-page.disabled a:before,.VuePagination__pagination-item-prev-page.disabled a:before{transform:scale(1);opacity:.2}.VuePagination__pagination-item-prev-page.disabled a:before{transform:scale(-1)}.product-preview{display:flex;align-items:center;width:100%;max-width:1330px;margin:0 auto;margin-top:76px;justify-content:center}.product-preview .button{margin-top:28px;width:232px}.product-preview .preview{height:100%;width:45%;display:flex;justify-content:center;align-items:center;font-size:0;height:288px}.product-preview .preview-container{width:100%;position:relative}.product-preview .price-container{width:20%;text-align:center;padding:0 10px 0 42px}.product-preview .price-container .desc{font-size:16px;line-height:22px}.product-preview .price-container .title{margin-top:20px;color:#fc7915;font-size:32px;line-height:40px;white-space:nowrap}.product-preview .preview-wrapper{display:flex}.product-preview .preview-wrapper .title{width:100%;text-align:left;font-size:42px;line-height:51px;margin-top:16px}.product-preview .preview-wrapper .title.price{margin-top:29px;font-size:28px;line-height:34px}.product-preview .preview .title{text-align:center}.product-preview .preview img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.product-preview .text{width:55%;padding-left:36px}.product-preview .text .desc{color:var(--orange);font-size:16px;line-height:22px}.product-preview .text .title+.desc{margin-top:16px;color:#fff}.product-preview .text-wrapper{width:100%}.product-preview .row{margin-top:20px;display:flex;align-items:center}.product-preview .row+.row{margin-top:20px}.product-preview .row .desc{margin-top:0;color:#1c1c2e;width:90px;font-size:16px;line-height:22px;margin:0;text-align:left}.product-preview .row .desc+.desc{width:auto;color:#57586f;font-weight:400}.product-page .hero-section{padding-bottom:148px;padding-left:16px;padding-right:16px}.product-page .wrapper{position:relative}.product-page .recommended-section{padding-bottom:100px;position:relative;padding-top:100px;background:#efefef}.profile-page .wrapper{margin-top:42px;justify-content:space-between}.profile-page .profile-info{justify-content:space-between}.profile-page .profile-info,.profile-page .profile-info-left{display:flex;align-items:center}.profile-page .profile-info-left .profile-image{width:64px;height:64px;margin-right:10px}.profile-page .profile-info-left .profile-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-page .profile-info-left .profile-name{font-size:16px;font-weight:700;margin-right:62px}.profile-page .profile-info-left .separator{width:2px;height:44px;background-color:#cfc9c9;margin-right:52px}.profile-page .profile-info-left .wallet-info{display:flex;align-items:center}.profile-page .profile-info-left .wallet-info img{width:32px;height:32px;margin-right:16px}.profile-page .profile-info-left .wallet-info .balance-info{display:flex;flex-direction:column;gap:3px;margin-right:16px}.profile-page .profile-info-left .wallet-info .balance-info .balance-text{line-height:1.3;opacity:.5;font-size:12px}.profile-page .profile-info-left .wallet-info .balance-info .balance-amount{font-size:14px;font-weight:700;line-height:1.3}.profile-page .profile-info-left .wallet-info .balance-add{width:18px;height:18px;color:var(--text-primary)}.profile-page .profile-info-right{display:flex;align-items:center}.profile-page .profile-info-right .steam-id{display:flex;align-items:center;border-radius:4px;border:1px solid #cfc9c9;max-width:256px;padding:9px 16px 9px 12px;font-size:14px;line-height:1.3;text-wrap:nowrap}.profile-page .profile-info-right .steam-id-label{font-weight:700;margin-right:4px}.profile-page .profile-info-right .steam-id-value{margin-right:12px}.profile-page .profile-info-right .steam-id-copy{width:16px;height:16px;cursor:pointer}.profile-page .profile-tabs{overflow-x:auto;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:0 60px;margin-top:42px;box-shadow:0 4px 12px rgba(47,45,45,.1);font-family:var(--font-space-grotesk);font-size:16px;background-color:#fbfbfb;position:relative}.profile-page .profile-tabs .tab-item{text-align:center;line-height:1.3;font-size:16px;font-weight:700;padding:25px 0;text-decoration:none;position:relative;color:#2f2d2d;opacity:.5;cursor:pointer}.profile-page .profile-tabs .tab-item.active{opacity:1}.profile-page .profile-tabs .tab-item.active:after{content:"";height:4px;width:62px;position:absolute;top:55px;left:50%;background-color:var(--bg-red);transform:translateX(-50%)}.profile-page .profile-settings__content{display:flex;padding:42px 39px 25px 32px;background-color:#fbfbfb}.profile-page .profile-settings__left{flex:1}.profile-page .profile-settings__separator{width:2px;background-color:var(--bg-main-gray);margin:0 24px}.profile-page .profile-settings__right{flex:1}.profile-page .profile-settings__input-wrapper{display:flex}.profile-page .profile-settings__password-toggle{position:relative}.profile-page .profile-settings__block{margin-bottom:24px}.profile-page .profile-settings__heading{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:700;line-height:1.3;margin-bottom:27px}.profile-page .profile-settings__row{display:flex;align-items:center;margin-bottom:12px}.profile-page .profile-settings__row-left{display:flex;justify-content:space-between}.profile-page .profile-settings__label{color:#969595;font-weight:400;font-size:14px;line-height:1.5;flex:1}.profile-page .profile-settings__input{width:254px;height:46px;padding:13px 16px 12px 13px;border:1px solid #cfc9c9;border-radius:4px}.profile-page .profile-settings__button{min-width:190px;height:46px;font-size:16px;font-weight:700;font-family:var(--font-space-grotesk);margin-left:38px;padding:11px 15px 10px 15px;background-color:var(--bg-main-gray);color:var(--text-primary);border:none;border-radius:4px;cursor:pointer;line-height:1.5;text-align:center}.profile-page .profile-settings__button:hover{opacity:.5}.profile-page .profile-info-block__row{display:flex;align-items:center;margin-bottom:12px}.profile-page .profile-info-block__label{color:#969595;font-weight:400;font-size:14px;line-height:1.5;flex:1}.profile-page .profile-info-block__input-group{display:flex;flex:0 1 482px}.profile-page .profile-info-block__password-toggle{position:relative}.profile-page .profile-info-block__password-icon{position:absolute;right:5px;padding:10px;top:5px}.profile-page .profile-info-block__input{width:254px;height:46px;padding:13px 16px 12px 13px;border:1px solid #cfc9c9;border-radius:4px}.profile-page .security-block{margin-top:62px}.profile-page .security-block__row{display:flex;align-items:center;margin-bottom:12px;justify-content:space-between}.profile-page .security-block__row-content{width:100%;display:flex;justify-content:space-between;align-items:center}.profile-page .security-block__label{font-weight:700;font-size:14px;line-height:1.3;flex:1}.profile-page .security-block__clarification{max-width:365px;font-size:14px;line-height:1.5;margin-bottom:10px;color:#969595}.profile-page .settings-block__row{display:flex;align-items:center;margin-bottom:12px;max-width:204px}.profile-page .settings-block__label{color:#969595;font-weight:400;font-size:14px;line-height:1.5;flex:1}.profile-page .settings-block__select{max-width:123px;height:46px;padding:13px 16px 12px 13px;border:1px solid #cfc9c9;border-radius:4px}.profile-page .steam-settings-block__row{display:flex;align-items:center;margin-bottom:12px}.profile-page .steam-settings-block__row.status-row{justify-content:space-between}.profile-page .steam-settings-block__row.status-row .steam-settings-block__label{flex:1 0 auto;letter-spacing:-.022rem}.profile-page .steam-settings-block__row.status-row .steam-settings-block__content{min-width:482px;display:flex;justify-content:space-between;align-items:center}.profile-page .steam-settings-block__row.status-row .steam-settings-block__content .steam-settings-block__status{font-weight:700;font-size:14px;line-height:1.3}.profile-page .steam-settings-block__row.status-row .steam-settings-block__content .steam-settings-block__status.status-public{color:#29bc5b}.profile-page .steam-settings-block__row.status-row .steam-settings-block__content .steam-settings-block__status.status-private{color:#d00404}.profile-page .steam-settings-block__label{color:#969595;font-weight:400;font-size:14px;line-height:1.5;flex:1}.profile-page .steam-settings-block__input-group{display:flex}.profile-page .steam-settings-block__password-toggle{position:relative}.profile-page .steam-settings-block__password-icon{position:absolute;right:5px;padding:10px;top:5px}.profile-page .steam-settings-block__input{width:254px;height:46px;padding:13px 40px 12px 13px;border:1px solid #cfc9c9;border-radius:4px}.profile-page .account-balance .bold{color:var(--text-primary)}.profile-page .account-balance__text{font-size:14px;font-weight:700;line-height:1.3}.profile-page .account-balance__label{margin-right:8px;font-size:14px;font-weight:400;color:#969595;line-height:1.5}.profile-page .account-balance__content{display:flex;padding:42px 39px 25px 32px;background-color:#fbfbfb}.profile-page .account-balance__left,.profile-page .account-balance__right{flex:1}.profile-page .account-balance__row{display:flex;align-items:center;margin-bottom:22px;justify-content:space-between}.profile-page .account-balance__row.enter-amount{justify-content:flex-start}.profile-page .account-balance__row_2{justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;margin-top:24px;gap:16px}.profile-page .account-balance__row_2 .account-balance__button--primary{margin-top:0}.profile-page .account-balance__row_2 .btn{flex:unset;width:calc(33.33333% - 10.66667px);height:65px}.profile-page .account-balance__row_2 .btn-img{background:transparent;border:1px solid #000;border-radius:2px;padding:10px}.profile-page .account-balance__row_2 .img{width:auto;height:40px}.profile-page .account-balance__row.account-balance__row--card-deposit{justify-content:space-between}.profile-page .account-balance__row.or-select{display:flex;align-items:center;margin-bottom:55px}.profile-page .account-balance__row.or-select:after{content:"";flex-grow:1;height:2px;background-color:#ccc;margin-left:24px}.profile-page .account-balance__row .account-balance__separator{height:2px;color:var(--bg-main-gray);max-width:483px;margin:0;flex:1}.profile-page .account-balance__icon-text{display:flex;align-items:center}.profile-page .account-balance__icon-text .account-balance__label{font-size:14px;line-height:1.3;font-weight:700}.profile-page .account-balance__icon-text .account-balance__icon{margin-right:12px}.profile-page .account-balance__limit{display:flex;align-items:center}.profile-page .account-balance__limit .account-balance__value{font-size:14px;font-weight:700;line-height:1.3}.profile-page .account-balance__separator{width:2px;background-color:var(--bg-main-gray);margin:0 42px}.profile-page .account-balance__block{margin-bottom:24px}.profile-page .account-balance__heading{font-size:16px;font-family:var(--font-space-grotesk);font-weight:700;line-height:1.3}.profile-page .account-balance__heading.deposit{margin-bottom:32px}.profile-page .account-balance__heading.balance{margin-bottom:21px}.profile-page .account-balance__icon{margin-right:12px}.profile-page .account-balance__input-wrapper{display:flex;align-items:center;position:relative;width:118px}.profile-page .account-balance__currency{position:absolute;left:14px;font-size:14px;line-height:1.5;color:#969595;top:50%;transform:translateY(-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none}.profile-page .account-balance__input{border:1px solid #cfc9c9;border-radius:4px;padding:12px 12px 12px 25px;line-height:1.5}.profile-page .account-balance__tooltip{margin:0 14px 0 16px;cursor:pointer}.profile-page .account-balance__button-group{max-width:473px;gap:10px 11px;display:flex;flex-wrap:wrap}.profile-page .account-balance__button{padding:14px 23px;height:46px;background-color:var(--bg-main-gray);color:var(--text-primary);border:1px solid #cfc9c9;border-radius:4px;cursor:pointer;font-size:14px;font-weight:700;line-height:1.3;text-align:center;text-wrap:nowrap;flex:0 0 110px}.profile-page .account-balance__button:hover{opacity:.5}.profile-page .account-balance__button--primary{margin-top:42px;padding:11px 41px;height:46px;background-color:var(--bg-gray);color:#fff;border-radius:4px;cursor:pointer;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:700;line-height:1.5;text-align:center;width:254px;letter-spacing:-.04rem}.profile-page .account-balance .wallet-info{display:flex;align-items:center;margin-right:24px}.profile-page .account-balance .wallet-info-icon{width:32px;height:32px}.profile-page .account-balance .wallet-info .balance-info{margin-left:12px}.profile-page .account-balance .wallet-info .balance-info .balance-text{margin-right:8px;font-size:14px;font-weight:400;color:#969595;line-height:1.5}.profile-page .account-balance .wallet-info .balance-info .balance-amount{font-size:16px;font-weight:700;text-wrap:nowrap}.profile-page .account-balance .wallet-info .balance-add{margin-left:12px;font-size:24px;font-weight:700;color:#007bff;cursor:pointer}.profile-page .transaction-history__block{display:flex;gap:26px;padding:42px 42px 42px 32px;background-color:#fbfbfb;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.profile-page .transaction-history__no-data-row td:first-child{text-align:center;font-style:italic}.profile-page .transaction-history__item-image{max-width:100px;max-height:70px;-o-object-fit:contain;object-fit:contain}.profile-page .transaction-history__row{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.profile-page .transaction-history__row.service{max-width:254px;flex:1}.profile-page .transaction-history__row.actions{flex-direction:row;align-items:flex-end;gap:16px;justify-content:flex-end;flex:1}.profile-page .transaction-history__label{font-size:14px;line-height:1.5;font-weight:400;color:#969595;text-transform:capitalize}.profile-page .transaction-history__select-wrapper{width:100%;position:relative}.profile-page .transaction-history__select-wrapper .arrow-icon{width:12px;height:12px;right:18px}.profile-page .transaction-history__select{padding:8px 12px;border:1px solid #ccc;border-radius:4px}.profile-page .transaction-history__divider{margin:0 10px}.profile-page .transaction-history__price-filter{display:flex;align-items:center}.profile-page .transaction-history__price-filter .desc{position:absolute;font-size:14px;line-height:1.5;color:#969595;top:50%;transform:translateY(-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none}.profile-page .transaction-history__price-filter .desc.currency{left:10px}.profile-page .transaction-history__price-filter .desc.text{right:10px}.profile-page .transaction-history__price-max,.profile-page .transaction-history__price-min{position:relative;width:118px}.profile-page .transaction-history__currency{left:10px}.profile-page .transaction-history__text{right:10px}.profile-page .transaction-history__input{padding-left:25px;padding-right:40px}.profile-page .transaction-history__input.date{padding-left:16px}.profile-page .transaction-history__button{padding:11px 36px;height:46px;background-color:#efefef;color:var(--text-primary);border:1px solid #2f2d2d;border-radius:4px;width:110px;cursor:pointer;font-size:16px;font-weight:700;line-height:1.5;font-family:Space Grotesk,sans-serif}.profile-page .transaction-history__button.apply{width:124px;background-color:var(--bg-gray);color:#fff;padding:11px 24px}.profile-page .transaction-history__button:hover{opacity:.5}.profile-page .transaction-history .transaction-history__table-wrapper{margin-top:14px;background-color:#fbfbfb;border-radius:4px;overflow-x:auto}.profile-page .transaction-history__table{width:100%;border-collapse:collapse;font-family:Roboto,sans-serif}.profile-page .transaction-history__table thead{font-size:14px;line-height:1.5;font-weight:400;color:#969595;padding-left:32px}.profile-page .transaction-history__table td,.profile-page .transaction-history__table th{padding:12px 6px;text-align:left;border-bottom:1px solid #ddd;vertical-align:middle;text-wrap:nowrap}.profile-page .transaction-history__table tr:hover{background:rgba(47,45,45,.5);color:#fbfbfb}.profile-page .transaction-history__table thead tr:hover{background:#fbfbfb;color:#969595}.profile-page .transaction-history__table th:first-child{padding-left:32px}.profile-page .transaction-history__table td:first-child{width:8.64%;padding-left:32px}.profile-page .transaction-history__table td:nth-child(2){width:16.77%;max-width:223px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-page .transaction-history__table td:nth-child(3){width:32.39%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:616px}.profile-page .transaction-history__table td:nth-child(4){width:14.51%;font-weight:700}.profile-page .transaction-history__table td:nth-child(4).success{color:#1a631a}.profile-page .transaction-history__table td:nth-child(4).error{color:#d00404}.profile-page .transaction-history__table td:nth-child(4).pending{color:#d6a715}.checkout__content{display:flex;align-items:flex-start;gap:68px;max-width:1218px;margin:0 auto;margin-top:42px;padding:0 10px}.checkout__back-button{display:flex;align-items:center;opacity:.5;font-size:12px;cursor:pointer;height:32px}.checkout__back-icon{margin-right:7px;width:12px;height:12px;transform:scaleX(-1)}.checkout__container{display:flex;gap:38px;flex:0 0 1104px}.checkout__left{flex:1 1 656px}.checkout__right{flex:1 1 410px}.checkout__heading{font-size:24px;line-height:1.3;font-weight:700;font-family:Space Grotesk,sans-serif}.checkout__alert-block{background-color:rgba(208,4,4,.1);border-radius:4px;background-image:repeating-linear-gradient(-28deg,red,red 6px,transparent 0,transparent 9px,red 0),repeating-linear-gradient(62deg,red,red 6px,transparent 0,transparent 9px,red 0),repeating-linear-gradient(152deg,red,red 6px,transparent 0,transparent 9px,red 0),repeating-linear-gradient(242deg,red,red 6px,transparent 0,transparent 9px,red 0);background-size:1px 100%,100% 1px,1px 100%,100% 1px;background-position:0 0,0 0,100% 0,0 100%;background-repeat:no-repeat;padding:20px 32px;display:flex;align-items:center;justify-content:space-between;margin:18px 0}.checkout__alert-left{display:flex;align-items:center;justify-content:center}.checkout__alert-content{display:flex}.checkout__alert-icon{margin-right:28px}.checkout__alert-text{display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin-right:12px;max-width:375px}.checkout__alert-text h3{font-weight:700;font-size:14px;line-height:1.3}.checkout__alert-text p{font-size:14px;font-weight:400;line-height:1.3}.checkout__cart-block{background-color:#fff;padding:26px 16px 10px 16px;margin-top:18px}.checkout__cart-line{display:flex;align-items:baseline;gap:16px}.checkout__cart-line .checkout__cart-count{font-size:14px;font-weight:700;line-height:1.3;color:var(--text-primary)}.checkout__cart-header{display:flex;justify-content:space-between;align-items:center;padding:0 16px 16px 16px}.checkout__cart-actions{display:flex;align-items:center;cursor:pointer}.checkout__cart-icon{margin-right:8px}.checkout__cart-item{display:flex;justify-content:space-between;align-items:center;padding:13px 16px 11px 16px}.checkout__cart-item-info{display:flex;align-items:center;font-size:12px}.checkout__cart-item-info .checkout__cart-item-weapon{line-height:1.3;opacity:.5}.checkout__cart-item-info .checkout__cart-item-name{line-height:1.3;font-size:14px;font-weight:700}.checkout__cart-item-info .checkout__cart-item-exterior{line-height:1.3;font-size:14px}.checkout__cart-item-image{margin-right:32px;position:relative;width:71px;height:53px;display:flex;justify-content:center;align-items:center;background-color:hsla(0,0%,100%,.5)}.checkout__cart-item-image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../img/spiral-behind-item-image.85f6b9f6.png);background-size:contain;background-repeat:no-repeat;background-position:50%;z-index:0}.checkout__cart-item-price{display:flex;align-items:center;margin-left:10px}.checkout__cart-item-price .checkout__cart-item-price-text{font-size:14px;font-weight:700;line-height:1.3;text-wrap:nowrap}.checkout__cart-item-icon{margin-left:94px;cursor:pointer}.checkout__order-summary{background-color:#fbfbfb;padding:32px 16px;border-radius:4px}.checkout__order-summary .checkout__heading{margin-bottom:14px;padding-left:16px;padding-right:16px}.checkout__order-summary .checkout__order-info{margin-bottom:36px;font-size:14px;line-height:1.3;padding-left:16px;padding-right:16px}.checkout__order-separator{width:100%;margin:10px auto;padding:0 16px;height:2px;background-color:var(--bg-main-gray)}.checkout__empty-cart{text-align:center}.checkout__order-row{display:flex;justify-content:space-between;margin-bottom:8px;line-height:1.3;font-size:14px;font-weight:700;padding-left:16px;padding-right:16px}.checkout__order-row .checkout__order-label{color:#969595}.checkout__order-total{display:flex;justify-content:space-between;margin-top:18px;margin-bottom:24px;padding:14px 16px;line-height:1.3;font-size:18px;font-weight:700;background-color:var(--bg-main-gray);border-radius:4px}.checkout__deposit-info{display:flex;align-items:flex-start;margin-bottom:16px;padding-left:16px;padding-right:16px}.checkout__deposit-info span{max-width:318px;font-size:14px;line-height:1.3;color:var(--text-primary)}.checkout__deposit-icon{margin-right:20px;width:16px;height:16px}.checkout__deposit_topup{display:flex;justify-content:flex-end}.checkout__button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer}.checkout__button--primary{background-color:var(--bg-main-gray);color:var(--text-primary);font-family:var(--font-space-grotesk);font-size:16px;line-height:1.5;padding:11px 16px;border:1px solid var(--bg-gray);height:46px;text-wrap:nowrap}.checkout__button--primary:disabled{opacity:.5;cursor:not-allowed}.page-inside{margin-bottom:20px}.page-inside .hero-section .wrapper .profile-form .title{margin-bottom:28px;padding:0;font-size:18px;line-height:24px}.page-inside .profile-form .button{border:2px solid #efefef;margin:30px auto 0}.profile-form .wrapper input{width:100%;margin-top:8px}.profile-form .pass-rules{margin-top:2px;display:none}.profile-form .wrapper .button{margin-top:28px;min-width:184px;background:transparent;padding:14px}.profile-form .wrapper .pass-rules .desc{color:#aab0c5;font-size:14px;line-height:19px;margin-top:8px;width:100%}.profile-form .wrapper .pass-rules .desc.bold{margin-top:0;color:#363d47;font-size:16px;line-height:22px}.input-container{width:100%;margin-bottom:16px;text-align:left}.input-container .desc{display:none}.table-container{overflow:auto}.cart-page .hero-section .title{width:100%;max-width:100%}.cart-page .hero-section .wrapper>.title{text-align:center}.cart-page .hero-section .left{width:calc(55% - 8px);padding:0;margin-right:8px;background:transparent;margin-top:52px}.cart-page .hero-section .right{width:calc(45% - 8px);margin-left:8px;margin-top:52px}.cart-page .hero-section .right .wrapper{padding:48px;text-align:left;border:0;background:var(--bg-second-black)}.cart-page .hero-section .right .title{text-align:left;padding:0;font-size:20px;line-height:28px}.cart-page .hero-section .wrapper{display:flex;flex-direction:row;flex-wrap:wrap;font-size:0;max-width:950px}.cart-page .hero-section .left .top{display:flex;justify-content:space-between;align-items:center;padding:0 30px}.cart-page .hero-section .left .top .title{flex:1;padding-right:16px}.cart-page .hero-section .left .top .input-container{margin-bottom:0;position:relative;width:100%;max-width:326px;display:none}.cart-page .hero-section .left .top .input-container .submit{border-radius:7px;background:#373845;border:0;position:absolute;right:1px;top:1px;width:110px;height:calc(100% - 2px);cursor:pointer}.cart-page .product-list .item{padding:16px;display:flex;align-items:center;flex-wrap:wrap;position:relative;background:var(--bg-second-black);border-radius:2px}.cart-page .product-list .item+.item{margin-top:8px}.cart-page .product-list .preview{width:112px;height:112px;margin-bottom:-9px;margin-left:12px}.cart-page .product-list .preview .img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.cart-page .product-list .title{font-weight:400;font-size:16px;line-height:24px;color:#d5d5d7;text-align:left;padding-left:40px;padding-right:120px;flex:1;width:calc(100% - 124px)}.cart-page .product-list .price{font-size:18px;line-height:21px;margin:0;width:calc(100% - 134px);padding-left:30px;display:inline-block;vertical-align:middle;text-align:left;white-space:nowrap}.cart-page .product-list .delete{width:auto;display:flex;justify-content:center;align-items:center;cursor:pointer;position:absolute;right:26px;top:50%;transform:translateY(-50%)}.cart-page .product-list .delete .desc{font-size:16px;line-height:22px;color:#ec7633}.cart-page .product-list .count{overflow:hidden;display:inline-flex;vertical-align:middle}.cart-page .product-list .count input{width:50px;padding:0 7px;border:0;line-height:42px;font-size:18px;text-align:center;border-radius:0;background:transparent}.cart-page .product-list .count__item{height:42px;width:42px;display:flex;justify-content:center;align-items:center;cursor:pointer;position:relative;background:#efefef;border-radius:2px}.cart-page .product-list .count__item:before{content:"";width:16px;height:2px;background:#fff}.cart-page .product-list .count__item.plus:after{content:"";width:2px;height:16px;background:#fff;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.cart-page .hero-section .right{flex-direction:column}.cart-page .hero-section .right .desc{margin-top:0;font-size:14px;line-height:18px;color:#9898a9;display:none}.cart-page .hero-section .right .row .desc{display:block}.cart-page .hero-section .right input{margin-top:4px}.cart-page .hero-section .right .input-container{width:100%}.cart-page .hero-section .right .steam-input-container{padding:8px 0 16px;margin-top:3px;margin-bottom:4px;border-top:1px solid #efefef;border-bottom:1px solid #efefef}.cart-page .hero-section .right .title+.input-container{margin-top:30px}.cart-page .hero-section .right .select2,.cart-page .hero-section .right .select2-container{width:100%!important;max-width:100%}.cart-page .hero-section .right .select2-container{margin-top:12px;position:relative;z-index:1052}.cart-page .hero-section .right .select2-container--open .select2-selection--single .select2-selection__rendered{border-color:#495a73}.select2-container--default .select2-selection--single{width:100%}.cart-page .hero-section .chekbox-label .title{font-size:14px;line-height:22px;top:-3px;color:#9898a9}.cart-page .hero-section .chekbox-label a.title{color:#ec7633}.cart-page .chekbox-container{max-width:100%;margin-top:10px}.cart-page .chekbox-container .chekbox-label-wrapper:before{top:-3px}.cart-page .chekbox-container .checkbox{top:3px}.cart-page .hero-section .wrapper+.wrapper{margin-top:0;padding-top:0;position:relative}.cart-page .hero-section .wrapper+.wrapper .row{margin-top:32px;width:100%}.cart-page .hero-section .wrapper+.wrapper .row .title{text-align:left;white-space:nowrap;font-size:32px;line-height:51px;color:#fff;margin-top:20px}.cart-page .hero-section .right .button{width:232px;margin:32px 0 0 auto}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.slide-enter-active,.slide-leave-active{transition:.5s}.slide-enter,.slide-leave-to{opacity:0;max-height:0;padding:0;margin-top:0}.payment-result-page .hero-section{min-height:80vh}.payment-result-page .hero-section .title{text-align:center;width:100%;max-width:900px;font-size:24px;line-height:32px;margin:50px auto 0}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.payment-result-page .hero-section .wrapper{display:flex;flex-direction:column;align-items:center}.payment-result-page .loader{border:8px solid #f3f3f3;border-top:8px solid #32303d;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}.text-page .desc{max-width:100%}.page-not-found .hero-section .title{font-size:82px;line-height:112px}.text-page .hero-section .title{max-width:100%;text-align:left}.text-page .hero-section .wrapper>.title{margin-bottom:24px;text-align:center}.text-page .hero-section .desc{max-width:100%;text-align:left;max-width:1064px;margin:0 auto}.text-page .hero-section{padding:0 16px 100px}.text-page .hero-section .wrapper{padding-top:56px}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10}.cookies-modal{background-color:var(--bg-main-gray);padding:20px;box-shadow:0 0 10px rgba(0,0,0,.2);text-align:center;max-width:500px;margin:40px auto 0;border-radius:8px}.cookies-modal .button{margin:16px 8px;width:120px;display:inline-block}.order-modal .wrapper .container{max-height:calc(100vh - 32px)}.order-modal{z-index:1100;padding:16px}.order-modal .wrapper{max-width:1300px}.order-modal .button{width:190px;margin:0}.order-modal .img-btn{line-height:0;padding:0;background:transparent;flex:1;align-items:center;display:flex;gap:16px;font-family:Roboto,sans-serif;font-weight:400;font-size:24px;line-height:30px;text-align:left;padding:6px 16px 6px 6px;transition:.3s;border-radius:24px}.order-modal .img-btn .img{height:100%}.order-modal .img-btn:hover{background:#1c1a24}.order-modal .button-list-container{padding:50px}.order-modal .button-list-container>.desc{text-align:center}.order-modal .button-list{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;gap:10px 20px}.empty-desc{width:100%;text-align:center;margin-top:42px}.order-modal .title{text-align:center;padding-top:50px}body .app .page .vue-phone-number-input{margin-top:0;gap:16px}body .app .page .contact-form .vue-phone-number-input{margin-top:0}body .app .page .contact-form .vue-phone-number-input .input-tel__input::-moz-placeholder{opacity:0}body .app .page .contact-form .vue-phone-number-input .input-tel__input::placeholder{opacity:0}body .app .page .country-selector,body .app .page .input-tel{height:auto}body .app .page .country-selector__country-flag{top:17px}body .app .page .country-selector__input,body .app .page .input-tel__input{height:45px;margin-top:0;border-radius:4px!important;border-top-left-radius:4px!important;border-bottom-left-radius:4px!important;background:#efefef;border:0!important;font-weight:400;font-size:14px;line-height:19px;outline:0!important;padding:13px 22px;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none!important}body .app .page .country-selector__input::-moz-placeholder,body .app .page .input-tel__input::-moz-placeholder{color:#9898a9!important;font-size:14px!important;opacity:1!important;visibility:visible!important}body .app .page .country-selector__input::placeholder,body .app .page .input-tel__input::placeholder{color:#9898a9!important;font-size:14px!important;opacity:1!important;visibility:visible!important}body .app .page .country-selector__input{height:45px;margin-top:0}body .app .page .input-tel__label{display:none!important}body .app .page .country-selector__label,body .app .page .country-selector__toggle{display:none}.payment-methods-list__item.apple-pay img,.payment-methods-list__item.google-pay img{width:80px;height:28px}.checkout .account-balance__row_2 .btn{padding:0}.checkout .account-balance__row_2 .btn.disabled{pointer-events:none;opacity:.3}.checkout .account-balance__row_2 .img{height:30px}@media screen and (max-width:1366px){.footer-section .center{width:200px}}@media screen and (max-width:1200px){.hero-section .home.wrapper .right{display:none}.hero-section .home.wrapper .left{text-align:center;width:100%;padding-top:72px}.hero-section .home .title{margin:0 auto;max-width:800px}.hero-section .home .button,.hero-section .home .desc{margin:0 auto}.blending-into-image.left{left:-100px}.blending-into-image.weapon{right:0}.slider .tag{font-size:12px;padding:5px 10px}.slider .slick-dots{margin-top:0}.slider .slick-arrow:after{background-size:20px 35px}.footer-section{padding:32px 30px 32px 30px}.footer-section-wrapper{gap:60px}.footer-section-wrapper .first-row a{display:none}.filters-wrapper .select2-container{width:138px!important}.filters-wrapper .select2-container--default .select2-selection--single{width:138px}.cart-page .hero-section .left{flex:2}.checkout__content{flex-direction:column;gap:30px;flex-wrap:wrap;align-content:center}.title.big{font-size:calc(25.7047px + 1.34228vw);margin:0 auto}.product-list-section .products .item{width:20%}.product-list-section .products .price{font-size:16px}.products .item-wrapper .desc{font-size:14px;line-height:18px}.product-preview .price-container{width:30%}.product-preview .preview-container{width:100%}.product-page .hero-section{padding-bottom:48px}.daily-poduct-container{padding:0}.products-container.active .list.products .item{width:calc(25% - 6px)}.filters{padding:16px}.ProductListPage .product-list-section .products .item{width:calc(25% - 4px)}.profile-page .profile-settings__content{flex-direction:column}.profile-page .profile-settings__content .profile-settings__left,.profile-page .profile-settings__content .profile-settings__right{max-width:600px}.profile-page .profile-settings__content .profile-settings__right .steam-settings-block{margin-top:62px}.profile-page .profile-settings__content .profile-settings__right .steam-settings-block .steam-settings-block__row{max-width:600px}.profile-page .account-balance .account-balance__content{flex-direction:column}.profile-page .account-balance .account-balance__row{justify-content:flex-start}.profile-page .account-balance .account-balance__row--card-deposit{justify-content:flex-start;gap:20px}.profile-page .transaction-history__block{flex-direction:column;align-items:center}.profile-page .transaction-history__row.service{max-width:none}.profile-page .transaction-history__row.service .transaction-history__select-wrapper,.profile-page .transaction-history__row .transaction-history__price-filter{width:300px}.profile-page .transaction-history__row .transaction-history__price-filter .transaction-history__price-max,.profile-page .transaction-history__row .transaction-history__price-filter .transaction-history__price-min{flex:1}}@media screen and (max-width:1100px){.footer-section-wrapper{flex-flow:column}.footer-section-wrapper .left{display:flex;order:2;width:100%;flex-flow:column}.footer-section .center{text-align:center;width:100%}.footer-section .left .first-row{max-width:100%;margin-bottom:30px}.footer-section-wrapper .right,.footer-section .left .first-row .left-list__item{max-width:100%}.footer-section .left .first-row .left-list__item:first-child{margin-bottom:30px}}@media screen and (max-width:900px){.cart-modal__footer{flex-direction:column}.modal.sign-modal.login .signIn-left,.modal.sign-modal.login .signIn-right{display:none}.checkout__container{flex-direction:column}.checkout__container .checkout__left{order:2;margin-bottom:40px}.checkout__container .checkout__right{order:1;min-width:100%}.discover-section,.dont-just-play-section{margin-top:72px}.footer-section .wrapper .center{flex:2}.product-list-section .right{display:flex!important}.filters-wrapper .select2-container{width:196px!important}.filters-wrapper .select2-container--default .select2-selection--single{width:196px}.cart-page .hero-section .left{width:100%;margin-right:0;margin-top:16px}.cart-page .hero-section .right{width:100%;margin-left:0}.cart-page .hero-section .right .desc{margin-left:0}.product-list-section .products .item{width:33.33333%}.pagination li{margin-bottom:9px}.features-section .list{gap:16px}.filters-wrapper{flex-wrap:wrap}.filters-wrapper .left{flex-wrap:wrap;width:100%}.filters-wrapper .select-container+.select-container{margin-left:0}.filters-wrapper .select-container-reset{margin-top:8px}.hero-section .filters-wrapper .select-container .desc{margin-top:0}.header .dropdown-open,.header .right{margin-left:16px}.ProductListPage .product-list-section .products .item{width:calc(50% - 4px)}.product-list-section .top.active{flex-basis:380px}.products-container .list.products{grid-template-columns:repeat(auto-fit,225px);justify-content:center}.rectangle{padding:45px 10px}.blending-into-image.left,.blending-into-image.weapon{display:none}}@media screen and (max-width:768px){a:hover{opacity:1}.title:not(.modal.sign-modal .title):not(.filters-wrapper .title){font-size:28px;line-height:36px}.title.small:not(.modal.sign-modal .title):not(.filters-wrapper .title){font-size:24px;line-height:28px}.mob{display:block}.header .nav{display:none!important}.header .right{padding-right:55px}.header .logo .img{display:none;width:45px}.header .logo .img.mob{display:block}.hero-section .wrapper{flex-direction:column}.hero-section .right{display:none}.hero-section .left{width:100%;text-align:center}.hero-section .left .desc,.hero-section .left .title{max-width:100%}.hero-section .left .button{margin:32px auto 0}.footer .footer-section{flex-direction:column}.footer .footer-section .left .second-row{margin-right:0}.product-preview{flex-direction:column;padding:16px 16px 32px;margin-top:24px;width:100%;left:0;margin-top:0}.product-preview .text{margin-top:24px;width:100%;margin:16px auto 0;padding:0}.product-preview .preview{height:180px;width:100%}.product-preview .preview-container{width:100%}.product-preview .preview-wrapper{flex-direction:column;padding:0}.product-preview .preview-wrapper .title{font-size:18px;line-height:32px;padding-left:0;width:100%;text-align:center}.product-preview .preview-wrapper .preview+.title{width:100%;padding:0 16px 32px}.product-preview .price-container{width:100%;padding-left:0;text-align:left}.product-preview .button{max-width:208px;min-width:0;margin:28px auto 0}.pagination{margin-top:16px}.pagination a{font-size:16px;line-height:32px;width:32px;line-height:42px}.pagination .paginationjs-next{margin-left:3px}.pagination .paginationjs-prev{margin-right:3px}.pagination li{width:32px}.paginationjs-next a{font-size:0;background-size:11px}.paginationjs-prev a{font-size:0}.paginationjs-prev a:before{background-size:11px}.product-list-section.hero-section .wrapper{flex-wrap:nowrap}.product-list-section .top{padding:16px}.product-list-section .top.active{width:100%;overflow:auto}.product-list-section .top .filters{height:100%}.product-list-section .products .item{width:50%}.product-list-section .products .price{font-size:24px}.VuePagination{justify-content:center}.paginationjs-ellipsis.disabled{display:none}.profile-form-wrapper{padding:16px;display:block;padding:0}.profile-form-wrapper .wrapper{padding:24px}.page-inside .features-section{padding-top:48px}.list.products{margin-top:0}.list.products,.slick-slider{margin-top:24px}.products .slick-center .price{font-size:24px}.slider-small .title{-webkit-line-clamp:3}.slider-small .item-wrapper{width:100%;padding:16px}.slider .slick-dots li{margin:0 6px 6px}.slider .slick-arrow{display:none}.cta-container{margin:0 33px}.cta-container,.modal-bottom{flex-direction:column;align-items:center}.modal-bottom .desc{margin-left:0;margin-right:0}.profile-page .account-balance__row_2 .btn{width:100%}}@media screen and (max-width:600px){.modal .close{right:15px;top:15px}.cart-modal{overflow-x:scroll}.cart-modal .cart-modal-wrapper{min-width:auto;width:360px;scrollbar-width:thin}.cart-modal .cart-modal-wrapper .cart-modal__item-price-text{text-wrap:nowrap}.product-list-section .top .wrapper{flex-direction:column;align-items:flex-start}.product-list-section .right{margin-top:24px}.filters-wrapper .select-container{justify-content:flex-start}.slick-slider{margin-top:16px}.dropdown .nav__item-logout svg{display:none}.dropdown .nav__item a{display:flex;justify-content:center}.profile-page .main-wrapper .hero-section .wrapper .profile-info,.profile-page .main-wrapper .hero-section .wrapper .profile-info-left{flex-direction:column;gap:10px}.profile-page .main-wrapper .hero-section .wrapper .profile-info-left .profile-image,.profile-page .main-wrapper .hero-section .wrapper .profile-info-left .profile-name{margin-right:0}.profile-page .main-wrapper .hero-section .wrapper .profile-info-left .separator{transform:rotate(90deg);margin-right:0;height:24px}.profile-page .main-wrapper .hero-section .wrapper .profile-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:0}.profile-page .main-wrapper .hero-section .wrapper .profile-tab-content .profile-settings .profile-info-block__row{flex-direction:column;gap:10px;align-items:flex-start}.profile-page .main-wrapper .hero-section .wrapper .profile-tab-content .profile-settings .profile-info-block__row .profile-info-block__input-group{flex-direction:column;gap:10px;flex:0}.profile-page .main-wrapper .hero-section .wrapper .profile-tab-content .profile-settings .profile-info-block__row .profile-info-block__input-group .profile-info-block__button{margin-left:0}.profile-page .main-wrapper .hero-section .wrapper .profile-tab-content .profile-settings .security-block__row,.profile-page .main-wrapper .hero-section .wrapper .profile-tab-content .profile-settings .security-block__row .security-block__row-content{flex-direction:column;gap:10px;align-items:flex-start}.profile-page .main-wrapper .hero-section .wrapper .profile-tab-content .profile-settings .security-block__button,.profile-page .main-wrapper .hero-section .wrapper .profile-tab-content .profile-settings .security-block__row .security-block__row-content .security-block__button{margin-left:0}.profile-page .main-wrapper .hero-section .wrapper .profile-tab-content .profile-settings .steam-settings-block__row{flex-direction:column;gap:10px;align-items:flex-start}.profile-page .main-wrapper .hero-section .wrapper .profile-tab-content .profile-settings .steam-settings-block__row .steam-settings-block__input-group{flex-direction:column;gap:10px}.profile-page .main-wrapper .hero-section .wrapper .profile-tab-content .profile-settings .steam-settings-block__row .steam-settings-block__input-group .steam-settings-block__button{margin-left:0}.profile-page .main-wrapper .hero-section .wrapper .profile-tab-content .profile-settings .steam-settings-block__row.status-row .steam-settings-block__content{flex-direction:column;gap:10px;align-items:flex-start}.profile-page .main-wrapper .hero-section .wrapper .profile-tab-content .profile-settings .steam-settings-block__row.status-row .steam-settings-block__content .steam-settings-block__button{margin-left:0}.products-container.active .list.products .item,.products-container .list.products .item{width:calc(50% - 4px)}.dont-just-play-section{margin-top:72px;justify-content:center}.dont-just-play-section .left{max-width:80%}.dont-just-play-section .left .title.big{margin-top:0}.dont-just-play-section .right{display:none}.discover-section{margin-top:72px}.footer{padding:32px 15px}.footer .footer-section-wrapper{flex-direction:column;align-items:center;gap:25px}.footer .footer-section-wrapper .left{display:flex;flex-direction:column;align-items:center;max-width:300px;order:2}.footer .footer-section-wrapper .left .first-row .left-list__item:first-child{margin-bottom:25px}.footer .footer-section-wrapper .right{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.footer .footer-section-wrapper .right .site-navigation__list{margin-top:0}.footer .footer-section-wrapper .right ul.payment-methods-list{flex-direction:row;order:2}.footer .footer-section .nav__item{margin-bottom:0}.footer .footer-section .left .second-row{margin-right:auto}}@media screen and (max-width:460px){.profile-page .profile-tabs .tab-item{font-size:14px}.profile-page .profile-tabs .tab-item.active:after{top:60px}.product-list-section .products .item{width:100%;padding:0 0 16px}.input-container{display:block}.profile-form .wrapper input{width:100%;margin-top:8px}.cart-page .product-list{padding-bottom:24px}.cart-page .product-list .title-container{padding-left:0}.cart-page .product-list .title{padding-right:0}.products-container{margin:0 10px}.products-container.active .list.products .item{width:100%}.products-container .list.products{grid-template-columns:repeat(auto-fit,195px)}.products-container .list.products .item{width:100%}.products-container .items-header .clear-filters{margin-right:16px}.product-list-section .top.active{padding:0}.filters .select-container-reset{padding-top:0}.checkout .checkout__heading{font-size:18px}.checkout .checkout__cart-block{padding:26px 10px 10px 10px}.checkout .checkout__alert-left{flex-direction:column}.checkout .checkout__button--primary{margin-top:12px}.checkout .checkout__cart-item-icon{margin-left:35px}.footer .footer-section-wrapper .left{max-width:100%}.footer-section .right .site-navigation__list li a{white-space:nowrap}.footer{padding:32px 0}}.mx-datepicker{width:100%}.mx-datepicker .mx-input{height:46px;width:100%;min-width:254px;padding-left:16px}.mx-datepicker .mx-icon-calendar,.mx-datepicker .mx-icon-clear{right:20px}@media screen and (max-width:1200px){.mx-datepicker{width:300px}.mx-datepicker .mx-input{flex:1;max-width:none}.mx-calendar{width:300px}}.profile-table .profile-table-wrapper{margin-top:14px;background-color:#fbfbfb;border-radius:4px;overflow-x:auto}.profile-table .profile-table-wrapper table{width:100%;border-collapse:collapse;font-family:Roboto,sans-serif}.profile-table .profile-table-wrapper thead{font-size:14px;line-height:1.5;font-weight:400;color:#969595;padding-left:32px}.profile-table .profile-table-wrapper td,.profile-table .profile-table-wrapper th{padding:12px 6px;text-align:left;border-bottom:1px solid #ddd;vertical-align:middle;white-space:nowrap}.profile-table .profile-table-wrapper tr:hover{background:rgba(47,45,45,.5);color:#fbfbfb}.profile-table .profile-table-wrapper thead tr:hover{background:#fbfbfb;color:#969595}.profile-table .profile-table-wrapper th:first-child{padding-left:32px}.profile-table .profile-table-wrapper td:first-child{width:8.64%;padding-left:32px}.profile-table .profile-table-wrapper td:nth-child(2){width:16.77%;max-width:223px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-table .profile-table-wrapper td:nth-child(3){width:32.39%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:616px}.profile-table .profile-table-wrapper td:nth-child(4){width:14.51%;font-weight:700}.profile-table .profile-table-wrapper td:nth-child(4).green{color:#50af55}.profile-table .profile-table-wrapper td:nth-child(4).red{color:#f3453e}.profile-table .profile-table-wrapper .transaction-history__item-image{max-width:100px;max-height:70px;-o-object-fit:contain;object-fit:contain}.modal select:invalid,select:invalid,select[disabled]{color:#969595}.modal.offer-modal .wrapper{max-width:500px;margin:0 auto;width:100%;text-align:center;max-height:calc(100vh - 100px);overflow:auto;scrollbar-width:none}.modal.offer-modal .wrapper::-webkit-scrollbar{display:none}.modal.offer-modal .wrapper .form-wrapper{display:block}.modal.offer-modal .container{padding:20px;background:var(--bg-second-black);border-radius:6px;overflow-y:auto;scrollbar-width:none}.modal.offer-modal .container::-webkit-scrollbar{display:none}.modal.offer-modal .close{right:20px;top:20px}.modal.offer-modal .form-fields{width:100%;max-width:390px;margin:0 auto}.modal.offer-modal .form-fields .title{font-size:24px;font-weight:700;margin-bottom:20px;text-align:center}.modal.offer-modal .form-fields .form-fields-wrapper{display:flex;flex-direction:column;align-items:center;width:100%}.modal.offer-modal .form-fields .form-fields-wrapper label{width:100%}.modal.offer-modal .form-fields .form-fields-wrapper input,.modal.offer-modal .form-fields .form-fields-wrapper select{width:100%;height:46px;border:1px solid #cfc9c9;background:var(--white);color:var(--text-primary);font-weight:400;font-size:14px;padding:13px 18px;border-radius:4px;font-family:var(--font-roboto);-webkit-appearance:none;-moz-appearance:none;appearance:none}.modal.offer-modal .form-fields .form-fields-wrapper input::-moz-placeholder,.modal.offer-modal .form-fields .form-fields-wrapper select::-moz-placeholder{color:#969595}.modal.offer-modal .form-fields .form-fields-wrapper input::placeholder,.modal.offer-modal .form-fields .form-fields-wrapper select::placeholder{color:#969595}.modal.offer-modal .form-fields .form-fields-wrapper select:invalid{color:#969595!important}.modal.offer-modal .form-fields .form-fields-wrapper select:valid{color:var(--text-primary)}.modal.offer-modal .form-fields .form-fields-wrapper select[value=""]{color:#969595!important}.modal.offer-modal .form-fields .form-fields-wrapper select option{color:#2f2d2d}.modal.offer-modal .form-fields .form-fields-wrapper .payment-method-selection{width:100%}.modal.offer-modal .form-fields .form-fields-wrapper .payment-method-selection .button{width:100%;background-color:var(--bg-gray)}.modal.offer-modal .form-fields .form-fields-wrapper .chekbox-container{text-align:left;margin-top:10px}.modal.offer-modal .form-fields .form-fields-wrapper .chekbox-label{display:block;cursor:pointer;margin:0}.modal.offer-modal .form-fields .form-fields-wrapper .chekbox-label input{display:none}.modal.offer-modal .form-fields .form-fields-wrapper .chekbox-label .chekbox-label-wrapper{position:relative;padding-left:35px;line-height:24px}.modal.offer-modal .form-fields .form-fields-wrapper .chekbox-label .chekbox-label-wrapper:before{content:"";width:24px;height:24px;border-radius:4px;background:#efefef;position:absolute;left:0;top:0;cursor:pointer}.modal.offer-modal .form-fields .form-fields-wrapper .chekbox-label .chekbox-label-wrapper .checkbox{content:"";width:12px;height:9px;position:absolute;left:6px;top:8px;background-image:url(https://ninja-skins.com/img/check-mark.6041ef5d.svg);background-size:contain;background-position:50%;background-repeat:no-repeat;opacity:0;visibility:hidden;transition:.3s}.modal.offer-modal .form-fields .form-fields-wrapper .chekbox-label .chekbox-label-wrapper .title{font-size:14px;font-weight:400;padding-right:4px}.modal.offer-modal .form-fields .form-fields-wrapper .chekbox-label .chekbox-label-wrapper a.title{color:#d00404;text-decoration:underline}.modal.offer-modal .form-fields .form-fields-wrapper .chekbox-label input:checked+.checkbox{opacity:1;visibility:visible}.modal.offer-modal .form-fields .form-fields-wrapper .error-desc{font-size:14px;color:var(--bg-red);margin-top:10px;text-align:center;width:100%}.modal.offer-modal .buttons{display:flex;justify-content:center;gap:10px;margin-top:20px;width:100%}.modal.offer-modal .buttons .button{flex:1;max-width:190px;height:46px;padding:11px 20px;font-family:var(--font-space-grotesk);font-weight:700;font-size:16px;border-radius:4px;text-align:center;transition:.3s;background-color:var(--bg-gray);color:var(--white)}.modal.offer-modal .buttons .button:hover{opacity:.7}.modal.offer-modal .buttons .button.orange-btn{background-color:var(--bg-main-gray);color:var(--text-primary)}.modal.offer-modal .buttons .button.disabled{opacity:.5;cursor:not-allowed}.modal.offer-details-modal .wrapper{max-width:500px;margin:0 auto;width:100%;text-align:center;max-height:calc(100vh - 100px);overflow:auto;scrollbar-width:none}.modal.offer-details-modal .wrapper::-webkit-scrollbar{display:none}.modal.offer-details-modal .container{padding:42px 39px 25px 32px;background:var(--bg-second-black);border-radius:6px;overflow-y:auto;scrollbar-width:none}.modal.offer-details-modal .container::-webkit-scrollbar{display:none}.modal.offer-details-modal .close{right:20px;top:20px}.modal.offer-details-modal .form-fields{width:100%;max-width:390px;margin:0 auto}.modal.offer-details-modal .form-fields .title.title-24{font-size:24px;font-weight:700;margin-bottom:27px;text-align:center}.modal.offer-details-modal .offer-wrapper{display:flex;flex-direction:column;width:100%;margin-bottom:25px}.modal.offer-details-modal .offer-wrapper .row{display:flex;align-items:center;margin-bottom:12px;justify-content:space-between}.modal.offer-details-modal .offer-wrapper .row:last-of-type{margin-bottom:0}.modal.offer-details-modal .offer-wrapper .row .title{font-weight:400;font-size:14px;color:#969595;flex:1;text-align:left;margin:0}.modal.offer-details-modal .offer-wrapper .row .desc{font-weight:400;font-size:14px;color:var(--text-primary);text-align:right;word-break:break-word}.modal.offer-details-modal .offer-wrapper .row .desc b{font-weight:700}.modal.offer-details-modal .offer-wrapper .row.row-spec{border-top:1px solid #cfc9c9;padding-top:15px;margin-top:15px}.modal.offer-details-modal .offer-wrapper .row.row-spec .desc,.modal.offer-details-modal .offer-wrapper .row.row-spec .title{font-weight:700}.modal.offer-details-modal .buttons{display:flex;justify-content:center;gap:10px;width:100%}.modal.offer-details-modal .buttons .button{min-width:190px;height:46px;padding:11px 15px;font-family:var(--font-space-grotesk);font-weight:700;font-size:16px;border-radius:4px;transition:.3s}.modal.offer-details-modal .buttons .button:hover{opacity:.7}.modal.offer-details-modal .buttons .button.orange-btn{background-color:var(--bg-main-gray);color:var(--text-primary)}.modal.offer-details-modal .buttons .button.red{background-color:var(--bg-red);color:var(--white)}@media screen and (max-width:768px){.modal.offer-details-modal .buttons,.modal.offer-modal .buttons{flex-direction:column}.modal.offer-details-modal .buttons .button,.modal.offer-modal .buttons .button{max-width:100%;min-width:unset}.modal.offer-details-modal .offer-wrapper .row{flex-direction:column;align-items:flex-start;gap:5px}.modal.offer-details-modal .offer-wrapper .row .desc{text-align:left}}