*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0}.carousel-wrapper{width:100%;height:400px;overflow:hidden;position:relative;margin:10px 0}.carousel-container{display:flex;height:400px;gap:5px;animation:scroll 40s linear infinite}.carousel-container:hover{animation-play-state:paused;transition:animation-play-state .5s ease-in-out}.carousel-image{height:400px;width:auto;flex-shrink:0;object-fit:cover}@keyframes scroll{0%{transform:translateZ(0)}to{transform:translate3d(-106%,0,0)}}.page{display:flex;flex-direction:column;align-items:center}.catalog_title{margin:auto;padding:40px}.catalog_title h1{letter-spacing:2px;text-align:center;font-size:var(--size-20);font-weight:600}.catalog{display:grid;max-width:1040px;grid-template-columns:repeat(4,1fr);gap:20px;row-gap:40px;padding-bottom:80px}.product_card{display:flex;flex-direction:column;opacity:0;transform:scale(.9);animation:fadeScale .8s ease forwards;transition:transform .3s ease}.product_card:hover{cursor:pointer}.product_card:hover .product_card-image img{transform:scale(1.05);transition:transform .3s ease}.description_container{display:flex;flex-direction:column}.information{display:flex;flex-direction:row;justify-content:space-between;font-size:var(--size-12);max-width:245px;margin-top:10px}h2{font-weight:400;margin:0;padding:0;font-size:var(--size-12)}p{font-size:var(--size-14);font-weight:600;margin:5px 0;padding:0}.product_card-image{width:245px;height:328px;overflow:hidden;position:relative}.product_card-image img{width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none}.color_container{display:flex;flex-direction:row;font-weight:400}.colorSquer{width:10px;height:10px;margin:0 5px}.mew_lable{position:absolute;top:0;left:0;display:inline-block;padding:5px;font-size:var(--size-14);font-weight:500;background-color:var( --accent-color);color:#fff;z-index:5}.hidden{visibility:hidden}@keyframes fadeScale{to{opacity:1;transform:scale(1)}}.galerey{display:flex;flex-direction:column}.main_image{width:577px;height:629px}.main_image img{width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none}.galerey-pictures{display:flex;flex-direction:row;gap:20px;max-width:376px}.miniature{min-width:112px;width:112px;height:160px;overflow:hidden;position:relative}.miniature img{width:100%;height:100%;object-fit:cover;object-position:center;cursor:pointer}.active{opacity:.5}.galerey-pictures{display:flex;flex-direction:row;gap:20px;max-width:375px;overflow-x:auto;overflow-y:hidden;margin-left:auto;margin-top:20px;scrollbar-width:thin;scrollbar-color:#c0c0c0 #f5f5f5}.galerey-pictures::-webkit-scrollbar{height:3px}.galerey-pictures::-webkit-scrollbar-track{background:#f5f5f5}.galerey-pictures::-webkit-scrollbar-thumb{background:silver}.galerey-pictures::-webkit-scrollbar-thumb:hover{background:#a0a0a0}button{padding:0;border:none;background:none;font-family:inherit;font-size:100%;line-height:inherit;color:inherit;cursor:pointer;text-transform:none}.name_block{margin-bottom:25px;display:flex;flex-direction:column;gap:5px}.name_block h1,.name_block p{font-size:var(--size-25);font-weight:600}.content__information_block hr{margin-bottom:10px}.content{display:flex;flex-direction:row;align-content:space-around;max-width:1040px}.left_block{grid-column:1;margin-left:-200px}.collor_name{font-weight:400}.right_block{grid-column:2;align-self:start;margin-left:160px;margin-top:100px}.right_block h2{font-size:var(--size-25);font-weight:600}.arrow_button{border:none;background:none;margin-bottom:25px;fill:currentColor;color:#000}.arrow_button:hover{cursor:pointer;color:var( --accent-color)}.collors_button{display:flex;flex-direction:row;gap:10px;margin:15px 0}.color_item{width:25px;height:25px;background-color:#fff;box-shadow:0 0 0 1px #fff,0 0 0 2px #ccc}.color_item:hover{cursor:pointer}.activColor{box-shadow:0 0 0 1px #fff,0 0 0 2px var( --accent-color)}.add_btn{background-color:#fff;border:1px solid var(--accent-color);color:var(--accent-color);width:100%;padding:17px;font-size:var(--size-14);text-transform:uppercase;font-weight:600;margin-top:25px;transition:all .3s ease}.add_btn:hover{background-color:var( --accent-color);color:#fff}.one_size_string{font-size:var(--size-14);font-weight:400}.size_string{display:flex;flex-direction:row;gap:10px}.size_container{display:flex;flex-direction:row;justify-content:space-between}.size_help{display:flex;flex-direction:row;gap:5px;color:#000;background:none;border:none;padding:0;font-family:inherit;font-size:inherit;white-space:nowrap;align-items:center}.size_help:hover{color:var( --accent-color);cursor:pointer}.size_help p{font-size:var(--size-14);font-weight:400}.description_block-title{display:flex;flex-direction:row;gap:20px;text-transform:uppercase;margin-top:60px}.description_block-title a,.description_block-title button{font-size:var(--size-14);font-weight:600;background:none;border:none;padding:0;text-transform:uppercase;font-family:inherit}.description_block-title a:hover,.description_block-title button:hover{color:var( --accent-color);cursor:pointer}.description_block-paragraf{display:flex;flex-direction:column;gap:1rem;margin-top:20px}.paragraf{text-transform:uppercase;font-size:var(--size-14);font-weight:400;line-height:1.2rem;white-space:pre-line}.recomendation-cards{width:1040px;max-width:1040px;display:flex;flex-direction:row;align-content:space-around;justify-content:space-around}.recomendation{display:flex;flex-direction:column;gap:25px;margin:80px 0}.recomendation-title{align-self:self-end;font-size:var(--size-20);font-weight:600;text-transform:uppercase}.disable_color{position:relative;opacity:.5;cursor:auto}.disable_size{opacity:.4;cursor:auto;pointer-events:none}.color_item.disable_color:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom right,transparent 0%,transparent 45%,#ff0000 45%,#ff0000 55%,transparent 55%,transparent 100%);pointer-events:none}.color_item.disable_color:hover{cursor:auto}.page{margin:auto}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.overlay{width:100%;height:100%;background-color:#000;opacity:.5;z-index:100;position:fixed;top:0;left:0;transition:all 1s ease-in-out}.content_window{background-color:#fff;color:#000;padding:20px 40px 40px;max-height:90vh;z-index:150;position:fixed;top:50%;left:50%;max-width:600px;transform:translate(-50%,-50%);box-shadow:0 4px 20px #0000004d}.window-close{display:flex;flex-direction:row;width:100%;height:50px;align-items:center;justify-content:end}.cross{background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;width:16px;height:16px;border:none;cursor:pointer;fill:#000;margin:-35px -25px 0 0}.cross:hover{fill:var( --accent-color)}@keyframes popupHide{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.9)}}.content_block{display:flex;flex-direction:column;gap:15px;max-width:500px}.content_block h1{font-size:var(--size-25);text-transform:uppercase;font-weight:500}.content_block h2{font-size:var(--size-12);font-weight:500}.content_block p{font-size:var(--size-12);line-height:140%;font-weight:400;letter-spacing:-.4}#big_text{text-transform:uppercase;font-size:var(--size-12);font-weight:600;line-height:140%}.circle{border:solid 2px black;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:100%;font-size:var(--size-12);font-weight:700}.care_title{display:flex;flex-direction:row;gap:10px;align-items:center;font-size:var(--size-12);font-weight:700}.care_list{display:flex;flex-direction:column;list-style-type:disc;gap:10px;margin-left:22px;font-size:var(--size-12);font-weight:500;margin-bottom:20px}footer{background-color:#000;margin:0;width:100%;position:relative;left:0;right:0;padding:20px}.footer_grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;max-width:1040px;margin:20px auto 60px;column-gap:55px}.brand_block{grid-column:1;display:flex;flex-direction:column;color:#fff;gap:20px}.brand_blok-name{font-size:var(--size-25);font-weight:600}.brand_blok-logo{width:51px;height:51px}.brand_blok-text{font-size:var(--size-12);font-weight:400;line-height:1.4;letter-spacing:-.4}.contact_blok{grid-column:2;color:#fff;display:flex;flex-direction:column;text-transform:uppercase;gap:4px;font-size:var(--size-12);font-weight:600;align-self:flex-end;padding-bottom:5px;line-height:110%}.information_blok{grid-column:3;color:#fff;align-self:flex-end}.information_blok p{font-size:var(--size-12);font-weight:400;line-height:140%;margin:0;padding:0;white-space:nowrap}hr{opacity:.5;height:1px;max-width:1040px;margin:auto}.footer_end{padding-top:15px;display:flex;flex-direction:row;justify-content:space-between;color:#fff;max-width:1040px;margin:auto}.footer_end p{font-size:var(--size-12);font-weight:400;opacity:.5}.icon_bar{display:flex;flex-direction:row;gap:33px}.icon_bar img{width:20px;height:20px;opacity:.5;transition:all .3s ease}.icon_bar img:hover{opacity:1;transform:scale(1.3);transition:all .3s ease}.big_head{width:100%;background-color:#fff;box-shadow:0 2px 4px #0000;position:sticky;top:0;transition:all .3s ease;z-index:90}.content-box{display:flex;flex-direction:column;width:100%;max-width:1040px;margin:auto;padding-top:20px}.header-up{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 20px}.a{text-decoration:none;color:inherit;font-weight:500;letter-spacing:2px;font-size:var(--size-12);padding:5px 0}.logo{justify-self:center;grid-column:2;letter-spacing:1px;font-weight:700;padding:0;margin:0;font-size:var(--size-25)}.logo:hover{cursor:pointer}.header-up_right{justify-self:end;grid-column:3;display:flex;flex-direction:row;gap:20px;align-items:flex-start}.header-up_right_phone{font-size:var(--size-14);font-weight:500;margin-top:0}.basket-icon{margin-top:-5px}.main-navigation{margin:20px 0 18px;padding:0;width:100%}ul{display:flex;flex-direction:row;gap:20px;list-style:none;padding:0;margin:0;justify-content:center}.scrolled{box-shadow:0 4px 20px #0000001a;padding-top:15px}.main-navigation li{position:relative;display:inline-block}.main-navigation li:after{content:"";position:absolute;width:0;height:3px;left:0;bottom:-5px;background-color:var( --accent-color);transition:width .3s ease}.main-navigation li:hover:after{width:100%}.basket{position:relative;transition:all .1s ease-in-out}.basket:hover{cursor:pointer;transform:scale(1.1);transition:all .1s ease-in-out}.basket-counter{position:absolute;top:-10px;right:-10px;background-color:var( --accent-color);color:#fff;width:20px;height:20px;border-radius:100%;display:flex;align-items:center;justify-content:center}.basket-counter p{font-size:var(--size-11)}hr{height:1px}.basket-head{transition:box-shadow .3s ease;padding-bottom:10px}.scroll{box-shadow:0 4px 6px -2px #0000001a;width:115%;margin-left:-40px;padding-left:40px}.bascet-title{font-size:28px;font-weight:500;margin-bottom:10px}.mini_image{max-width:90px;max-height:90px}.scroll-content{overflow-y:auto;max-height:calc(80vh - 80px);scrollbar-width:none}.scroll-content::-webkit-scrollbar{width:0px}.delete_button{opacity:.5;font-size:var(--size-13)}.delete_button:hover{opacity:1}.miniature{margin:15px 0;display:flex;flex-direction:row;width:500px;height:90px}.info{display:flex;flex-direction:column;padding-left:20px;width:100%;align-self:center}.info-first_line{width:100%;display:flex;flex-direction:row;align-content:end;justify-content:space-between}.color_and_size{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.color_and_size p,.info-first_line p{font-size:var(--size-12);font-weight:400}.color_string{display:flex;flex-direction:row;align-items:center;gap:5px;margin:10px 0}.color_string p{font-size:var(--size-12);text-transform:lowercase;font-weight:400}.price{font-size:var(--size-14);font-weight:600}.color_squer{width:10px;height:10px}.form-group{position:relative;margin-top:20px}.form__block{margin:40px 0}.inputForm{padding:10px;font-size:16px;border:none;border-bottom:1px solid #000000;outline:none;width:100%}.inputLabel{position:absolute;left:10px;top:15px;transition:all .2s;color:#000;pointer-events:none}.inputForm:focus+.inputLabel,.inputForm:not(:placeholder-shown)+.inputLabel{top:-10px;font-size:var(--size-12);color:var(--accent-color)}.radio-button_group{display:flex;flex-direction:column;gap:10px;margin-top:18px}.radio-lable_group{display:flex;flex-direction:row;gap:5px;font-weight:600;font-size:var(--size-12);align-items:center}.radio_button{accent-color:var(--accent-color);width:18px;height:18px;color:#888}.message-box{font-size:var(--size-12);font-weight:400;line-height:140%;padding-right:120px}.total_summ{margin-top:40px;font-size:var(--size-20);font-weight:700}.submit__button{background-color:#fff;border:1px solid var(--accent-color);color:var(--accent-color);width:100%;padding:17px;font-size:var(--size-14);text-transform:uppercase;font-weight:600;margin-top:25px;transition:all .3s ease}.submit__button:hover{background-color:var( --accent-color);color:#fff}.bottom-string{font-size:var(--size-12);font-weight:400;line-height:140%}.bottom-string a{font-size:12;font-weight:400;letter-spacing:0,4;color:var( --accent-color);line-height:140%}.bottom-string a:hover{cursor:pointer}:root{--accent-color: #0B0B0B;--size-10: 10px;--size-11: 11px;--size-12: 12px;--size-14: 14px;--size-20: 20px;--size-25: 25px}.desktop-header{display:block;position:sticky}.mobile-header{display:none;position:sticky}@media(max-width:768px){.desktop-header{display:none}.mobile-header{display:block}}@font-face{font-family:Graphik;src:url(/assets/GraphikLCG-Regular-BteGvBxa.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Graphik;src:url(/assets/GraphikLCG-Medium-C3iboBQC.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Graphik;src:url(/assets/GraphikLCG-Semibold-KTcuLY-Y.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Graphik;src:url(/assets/GraphikLCG-Bold-oGnNkPcM.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}.page{color:#0b0b0b}#root{font-family:Graphik}h1{font-weight:700}h2{font-weight:600}.content{padding:60px 0;display:flex;flex-direction:row;width:100%;margin:auto}.more-margin{padding:100px 0}.void{width:50%;display:flex;flex-direction:column;justify-content:center;padding-left:20px}.about-omage{max-width:577px;max-height:629px;width:100%;height:auto;margin-left:calc(-50vw + 100%)}.information_block{width:50%;display:flex;flex-direction:column;gap:80px}.block{display:flex;flex-direction:column;gap:30px}.block h1{font-size:25px;font-weight:600;text-transform:uppercase}.block p{font-size:12px;font-weight:400;line-height:140%}.slogan{font-size:var(--size-25);font-weight:500;text-transform:uppercase;text-align:center;margin:60px 0}.slogan span{font-weight:600}.mobile-header{width:100%;background-color:#fff;box-shadow:0 2px 4px #0000;top:0;transition:all .3s ease;z-index:90;position:sticky}
