@font-face{font-family:Inter;src:url(../fonts/Inter-V.ttf)}body{margin:0;font-family:Inter;background:center top/cover no-repeat fixed #1a1a1a;color:var(--main-color);display:flex;flex-direction:column;min-height:100vh;min-width:260px}body::-webkit-scrollbar{width:5px;height:5px}body::-webkit-scrollbar-track{background:#171717}body::-webkit-scrollbar-thumb{background-color:var(--line-color);border-radius:20px}*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none;color:inherit}input,button{outline:0}.load-site{position:fixed;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background:#fcfefc;z-index:99999;transition:opacity .3s ease-out}.logo-load-site{width:11%;animation:spin 2.2s linear infinite}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.messErrorOrSuc{position:fixed;bottom:25px;right:50px;z-index:99999;width:390px;padding:0 10px;height:75px;line-height:28px;font-weight:700;font-size:1.1em;align-items:center;text-align:center;margin-right:-470px;transition:margin-right .4s ease-in-out;display:none;border-radius:2px;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2)}.iconMessErrorOrSuc{margin-left:24px;margin-right:.5em}.suc{background:#c8e6c9;border-left:5px solid #1b5e20}.suc *{color:#1b5e20}.warn{background:#ffecb3;border-left:5px solid #795548}.warn *{color:#795548}.err{background:#ffcdd2;border-left:5px solid #b71c1c}.err *{color:#b71c1c}.tech-works{width:100%;margin-top:-5px;display:none;position:absolute;z-index:60}.tech-works div{background:linear-gradient(to right,#cc2500,#db8b14);width:50%;padding:10px 15px;border-radius:2px;margin:-18px auto 0;text-align:center;font-weight:500;font-size:17px;display:block}.area-pop-up-buy{width:100%;height:100vh;position:fixed;display:none;justify-content:center;align-items:center;background:#0f0f0fcb;backdrop-filter:blur(2px);z-index:100;opacity:0;transition:opacity .4s ease-out}.area-pop-up-buy:before{content:"";position:absolute;width:100%;height:40%;opacity:.64;bottom:0;background:linear-gradient(to top,var(--color-area-pop-up) 0,#d9d9d900 100%)}.pop-up-buy{width:435px;height:auto;background:var(--pop-up-color);display:flex;flex-direction:column;position:relative;padding:40px 46px 35px;box-sizing:border-box;border-top:3px solid var(--line-color);border-radius:9.5px;overflow:hidden}.pop-up-buy:before{content:"";width:100%;position:absolute;left:0;top:0;height:57px;background:linear-gradient(to bottom,var(--shadow-color) 0,#d9d9d900 100%);opacity:.41}.pop-up-buy-exit-btn{position:absolute;right:0;color:var(--main-color);background:0 0;border:0;cursor:pointer;margin-right:15px;margin-top:-24px;font-size:28px;transition:color .2s ease}.pop-up-buy-exit-btn:hover{color:var(--secondary-color)}.title-product-pop-up-buy{font-size:18px;color:var(--main-color)}.product-pop-up-buy{color:var(--secondary-color)}.nick-pop-up-buy{margin-top:25px}.nick-pop-up-buy,.amount-pop-up-buy,.promo-pop-up-buy{background:0 0;border:2px solid #424242;border-radius:5px;width:100%;height:44px;color:var(--main-color);box-sizing:border-box;padding-left:18px;padding-right:18px;margin-bottom:16px;transition:box-shadow .2s,border .2s;font-size:15.5px;letter-spacing:.7px;font-family:Inter}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none}input[type=number]{-moz-appearance:textfield}.nick-pop-up-buy::placeholder,.amount-pop-up-buy::placeholder,.promo-pop-up-buy::placeholder{color:var(--main-color)}.nick-pop-up-buy:hover,.amount-pop-up-buy:hover,.promo-pop-up-buy:hover{box-shadow:0 0 18px var(--hover-btn-color)}.nick-pop-up-buy:focus,.amount-pop-up-buy:focus,.promo-pop-up-buy:focus{border:2px solid var(--border-input-color)}.price-and-btn-buy-container{margin-top:15px;display:flex;justify-content:space-between;width:100%}.price-container{display:flex;flex-direction:column;align-items:flex-start}.title-price-container{color:var(--price-color);font-size:17px;letter-spacing:.3px;font-weight:500}.price-pop-up{font-size:19.5px;font-weight:600;text-align:center;position:relative}.value-old-price-pop-up{font-size:14px;font-weight:500;text-decoration:line-through;position:absolute;margin-top:20px;margin-left:1px}.buy-product-btn{background:0 0;border:1px solid var(--border-btn-color);padding:0;width:170px;height:52px;font-family:Inter;font-weight:700;font-size:15.5px;letter-spacing:.5px;color:var(--main-color);border-radius:5px;cursor:pointer;transition:box-shadow .2s}.buy-product-btn:hover{box-shadow:0 0 18px var(--hover-btn-color)}header{width:1130px;margin:16px auto 0;display:flex;justify-content:space-between;align-items:center}.title-server{font-size:21px;font-weight:600;color:var(--main-title-color);padding:0;margin:0}.second-color-title-server{color:var(--secondary-title-color)}.contacts{display:flex;justify-content:space-between;width:300px;font-size:18.5px;font-weight:400}.mobile-contatcs{display:none}.contacts a{color:var(--main-color);box-sizing:content-box;border-bottom:2px solid #fffFFF00;transition:color .2s ease;position:relative;padding-left:4px;padding-right:4px}.contacts a:hover{color:var(--secondary-color)}main{flex:1 0 auto}.latest-products{width:1130px;height:180px;display:flex;flex-direction:column;justify-content:flex-start;background:var(--block-products-color);border-radius:9.5px;box-sizing:border-box;border-top:3px solid var(--line-color);position:relative;margin:0 auto;margin-bottom:70px;margin-top:42px;overflow:hidden}.select-product{width:1130px;height:510px;margin:140px auto 0;display:flex;justify-content:space-between;position:relative}.container-list-products{display:flex;flex-direction:column;justify-content:flex-start;height:510px;width:435px;background:var(--block-products-color);border-radius:9.5px;overflow:hidden;box-sizing:border-box;border-top:3px solid var(--line-color);position:relative}.container-list-products:before,.container-info-product:before,.latest-products:before{content:"";width:100%;position:absolute;left:0;height:57px;background:linear-gradient(to bottom,var(--shadow-color) 0,#d9d9d900 100%);opacity:.41}.title-list-products{margin-top:24px;margin-left:45px;font-size:19px;font-weight:500;z-index:10}.title-latest-products{margin-top:24px;margin-left:45px;font-size:19px;font-weight:500;z-index:10}.list-last-products{display:flex;margin-top:20px;width:calc(100% - 90px);margin-left:45px}.list-products{display:flex;flex-direction:column;overflow:auto;width:100%;height:412px;margin-top:25px;z-index:10}.one-list-product,.one-list-last-product{border:0;background:0 0;height:45px;min-height:45px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:0;margin-bottom:7px;position:relative}.one-list-last-product{width:18.5%;margin-right:1.875%;cursor:inherit;flex-direction:column;align-items:flex-start;height:82px;position:relative;padding:4px 2px 3px 9px}.one-list-last-product:after{content:"";position:absolute;height:100%;width:100%;left:0;top:0;background:var(--shadow-color);opacity:.15;border-radius:3px}.one-list-last-product:last-child{margin-right:0}.one-list-last-product .img-and-title-product{margin-left:0;width:100%}.one-list-product:before{content:"";width:100%;position:absolute;height:100%;padding:0;background:linear-gradient(to right,var(--shadow-color) 0,#d9d9d900 100%);opacity:0;transition:opacity .2s}.one-list-product:not(.selected-one-product):hover:before{opacity:.25}.selected-one-product:before{content:"";width:100%;position:absolute;height:100%;padding:0;background:linear-gradient(to right,var(--shadow-color) 0,#d9d9d900 100%);opacity:.88}.one-list-product:last-child{margin-bottom:0}.img-and-title-product{display:flex;align-items:center;margin-left:45px;z-index:2}.title-product{margin-left:10px;color:var(--main-color);font-family:Inter;letter-spacing:.3px;font-size:15.5px;text-align:left}.img-product{width:45px}.price-product,.buyer-product{margin-right:30px;font-weight:600;font-size:16px;font-family:Inter;z-index:2;color:var(--price-color);width:140px;text-align:right}.buyer-product{width:auto;margin-right:0;font-size:17px}.value-old-price-product{font-size:11.5px;font-weight:500;text-decoration:line-through;margin-right:-3px}.list-products::-webkit-scrollbar{width:5px}.list-products::-webkit-scrollbar-track{background:#17171700}.list-products::-webkit-scrollbar-thumb{background-color:var(--line-color);border-radius:20px}.container-info-product{display:flex;flex-direction:column;justify-content:flex-start;height:510px;width:655px;background:var(--block-products-color);border-radius:9.5px;overflow:hidden;box-sizing:border-box;border-top:3px solid var(--line-color);position:relative}.container-select-term{margin-top:24px;height:55px;width:100%;z-index:10}.select-term{width:100%;display:flex;justify-content:space-between}.title-select-term{margin-left:45px;font-size:19px;font-weight:500}.title-product-info-product{margin-left:45px;font-size:19px;font-weight:500;display:none}.list-term{margin-right:45px;display:flex;width:310px;min-height:22px}.two-elem-list-term{justify-content:flex-end}.two-elem-list-term .one-term{margin-left:30px}.two-elem-list-term .one-term:first-child{margin-left:0}.three-elem-list-term{justify-content:space-between}.more-three-elem-list-term{justify-content:flex-start;overflow-x:auto;height:50px;scroll-behavior:smooth}.more-three-elem-list-term .one-term{margin-right:32px;white-space:nowrap;height:22px;max-height:22px}.more-three-elem-list-term .one-term:last-child{margin-right:0}.more-three-elem-list-term::-webkit-scrollbar{height:5px}.more-three-elem-list-term::-webkit-scrollbar-track{background:#17171700}.more-three-elem-list-term::-webkit-scrollbar-thumb{background-color:var(--line-color);border-radius:20px}.one-term{background:0 0;border:0;cursor:pointer;font-family:Inter;color:var(--main-color);font-size:16.5px;font-weight:500;position:relative}.one-term:after{content:"";width:100%;height:2px;position:absolute;bottom:-14px;left:0;background:var(--line-color);opacity:0;transition:opacity .2s ease}.one-term:before{content:"";width:100%;height:25px;position:absolute;bottom:-14px;left:0;background:linear-gradient(to top,var(--shadow-color) 0%,#d9d9d900 100%);opacity:0;transition:opacity .2s ease}.one-term:not(.selected-term):hover:after,.one-term:not(.selected-term):hover:before{opacity:.6}.selected-term:after{content:"";width:100%;height:2px;position:absolute;bottom:-14px;left:0;background:var(--line-color);opacity:1}.selected-term:before{content:"";width:100%;height:25px;position:absolute;bottom:-14px;left:0;background:linear-gradient(to top,var(--shadow-color) 0%,#d9d9d900 100%);opacity:.78}.info-product{width:100%;box-sizing:border-box;padding-left:45px;padding-right:45px;height:320px;overflow:auto;font-size:15.5px;letter-spacing:.3px;line-height:23px}.info-product::-webkit-scrollbar{width:5px}.info-product::-webkit-scrollbar-track{background:#17171700}.info-product::-webkit-scrollbar-thumb{background-color:var(--line-color);border-radius:20px}.selection-text{font-weight:500;color:var(--secondary-color);font-size:17px}.price-and-buy-product{margin-top:10px;width:100%;display:flex;justify-content:space-between;align-items:center}.price-info-product{font-size:21px;font-weight:600;margin-left:45px;display:flex;align-items:center}.title-price{color:var(--price-color);font-size:17px;letter-spacing:.3px;margin-right:9px;font-weight:500}.container-price-info-product{position:relative}.value-old-price-info-product{position:absolute;font-weight:500;font-size:14.5px;text-decoration:line-through;margin-top:21px;margin-left:2px}.open-pop-up-buy-btn{margin-right:45px;background:0 0;border:1px solid var(--border-btn-color);padding:0;width:180px;height:55px;font-family:Inter;font-weight:700;font-size:15.5px;color:var(--main-color);border-radius:5px;cursor:pointer;transition:box-shadow .2s}.open-pop-up-buy-btn:hover{box-shadow:0 0 18px var(--hover-btn-color)}footer{background:#0f0f0f;width:100%;height:110px;display:flex;align-items:center;flex:0 0 auto}.footer{width:1130px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-end}.info-footer{font-size:14px;line-height:18px;width:305px}.info-footer a{color:var(--secondary-color);transition:filter .2s ease}.info-footer a:hover{filter:brightness(110%)}.copyright{color:#737373;font-weight:500;font-size:14px;margin-bottom:5px;text-align:right}.copyright a{color:var(--secondary-color);transition:filter .2s ease}.copyright a:hover{filter:brightness(110%)}.category-products{font-size:19px;font-weight:500;color:var(--secondary-color);margin-top:3px;margin-bottom:7px;margin-left:45px}@media (max-width:1280px){header{width:960px;margin:16px auto 0;display:flex;justify-content:space-between;align-items:center}.footer{width:960px}.select-product{width:960px}.latest-products{width:960px}.buyer-product{font-size:14px}.one-list-last-product .img-and-title-product .title-product{font-size:14px}.title-latest-products{margin-left:25px}.list-last-products{width:calc(100% - 50px);margin-left:25px}.container-list-products{width:370px}.container-info-product{width:550px}.title-list-products{margin-left:25px;font-size:18.5px}.img-and-title-product{margin-left:25px}.title-select-term{margin-left:25px;font-size:18.5px}.title-product-info-product{margin-left:25px;font-size:18.5px}.list-term{margin-right:25px;width:304px}.info-product{padding-left:25px;padding-right:25px}.price-info-product{margin-left:25px}.open-pop-up-buy-btn{margin-right:25px}.category-products{margin-left:25px}}@media (max-width:1024px){header{width:740px}.footer{width:740px}.select-product{width:740px;flex-direction:column;height:1060px;margin-bottom:40px}.latest-products{width:740px;height:400px;margin-bottom:55px}.list-last-products{flex-direction:column}.buyer-product{font-size:15.5px}.one-list-last-product{flex-direction:row;width:100%;padding:0;height:55px;align-items:center;margin-right:0;width:100%}.one-list-last-product:after{display:none}.one-list-last-product .img-and-title-product .title-product{font-size:15.5px}.container-list-products{width:740px}.container-info-product{width:740px}.messErrorOrSuc{bottom:20px;right:30px;width:390px;height:75px;line-height:28px;font-size:1.1em;margin-right:-470px}.iconMessErrorOrSuc{margin-left:20px;margin-right:.4em}.tech-works div{width:60%;padding:8px 14px;margin-top:-18px;font-size:16.5px}.info-footer{width:310px;min-width:310px}}@media (max-width:800px){header{width:550px}.mobile-contatcs{display:block}.pc-contatcs{display:none}.contacts{width:110px}.footer{width:550px}.info-footer{font-size:12px;line-height:16px}.copyright{font-size:13.5px}.select-product{width:550px;margin-top:80px}.latest-products{width:550px}.container-list-products{width:550px}.container-info-product{width:550px}.messErrorOrSuc{bottom:15px;right:20px;width:380px;height:73px;line-height:25px;font-size:1em;margin-right:-460px}.iconMessErrorOrSuc{margin-left:18px;margin-right:.35em}.tech-works div{width:75%;padding:6px 12px;margin-top:-10px;font-size:14.5px}}@media (max-width:578px){header{width:95%}footer{height:165px}.footer{width:95%;flex-direction:column;align-items:center}.info-footer{text-align:center;max-width:320px;min-width:200px;width:auto}.copyright{text-align:center;margin-top:15px}.title-server{font-size:17px}header{flex-wrap:wrap}.contacts{width:95px;font-size:17px}.select-product{width:95%}.latest-products{width:95%}.buyer-product{font-size:13.5px;padding-left:6px;width:155px}.one-list-last-product .img-and-title-product .title-product{font-size:14px}.container-list-products{width:100%}.container-info-product{width:100%}.messErrorOrSuc{bottom:0;right:0;width:100%;height:71px;line-height:23px;font-size:1em;margin-right:-100%}.iconMessErrorOrSuc{margin-left:22px;margin-right:.35em}.pop-up-buy{width:100%;padding:18px 25px 20px;border-radius:0}.pop-up-buy-exit-btn{margin-top:-5px}.tech-works{padding:9px 3px;margin-top:-15px;margin-left:-3px}.tech-works div{width:80%;padding:6px 12px;margin-top:-13px;font-size:14px}.buy-product-btn{width:160px}.select-term{flex-direction:column;align-items:flex-start}.container-select-term{height:70px}.list-term{margin-left:30px;margin-top:15px;max-width:285px;width:85%}.one-term{font-size:16px}.open-pop-up-buy-btn{width:130px;height:42px;font-weight:700;font-size:13px}.price-info-product{flex-direction:column;align-items:flex-start;font-size:19px}.two-elem-list-term{justify-content:flex-start}.two-elem-list-term .one-term{margin-left:0;margin-right:30px}.two-elem-list-term .one-term:last-child{margin-right:0}}