@charset "UTF-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{background-color:#fbfbfa;color-scheme:light}body{font-family:Manrope,system-ui,sans-serif;font-size:16px;line-height:1.55;background-color:#fbfbfa;color:#0c0c0d;-webkit-font-smoothing:antialiased}a{text-decoration:none;transition:color .18s cubic-bezier(.22,.61,.36,1)}h1,h2,h3,.page-title,.header-title{font-family:Unbounded,system-ui,sans-serif;font-weight:400;line-height:.96;text-wrap:balance;letter-spacing:-.035em}:focus-visible{outline:2px solid #c8102e;outline-offset:2px}.page{display:flex;flex-direction:column;min-height:100vh}.wrapper{width:100%;max-width:1050px;margin:auto;padding-inline:24px;box-sizing:border-box;flex:1}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.icon-badge{position:absolute;top:-2px;right:-6px;min-width:17px;height:17px;padding:0 4px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;background:#c8102e;color:#fff;font-size:10px;font-weight:700;line-height:1;border-radius:999px}button{cursor:pointer}input,textarea{font-family:inherit;font-weight:400}input:focus,textarea:focus{outline:none}select:focus:not(:focus-visible){outline:none}select:focus-visible{outline:2px solid #c8102e;outline-offset:2px}input[type=number]{-moz-appearance:textfield}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input-block{display:flex;align-items:center}.input-block h4{width:-webkit-fill-available;width:-moz-fit-content;width:fit-content;font-size:14px;font-weight:400;color:#0c0c0d}.select-primary{padding:10px;border:1px solid;width:100%}.btn{padding:15px 30px;min-height:48px;font-family:inherit;font-size:14px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border-radius:0;cursor:pointer;box-sizing:border-box;transition:background-color .18s cubic-bezier(.22,.61,.36,1),color .18s cubic-bezier(.22,.61,.36,1),border-color .18s cubic-bezier(.22,.61,.36,1)}.btn svg{margin-right:5px}.btn-primary,.btn-transparent,.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent}.btn-primary{background:#0c0c0d;border-color:#0c0c0d;color:#fbfbfa;text-align:center}.btn-primary:hover{background:#c8102e;border-color:#c8102e;color:#fff}.btn-outline{background:none;border-color:#0c0c0d;color:#0c0c0d}.btn-outline:hover{background:#0c0c0d;color:#fbfbfa}.btn-transparent{background:transparent;border:0;padding:0;min-height:0;text-transform:none;letter-spacing:0;font-weight:400}.input-count{display:flex;justify-content:space-between;align-items:center;width:132px;border:1px solid #6a6a70;border-radius:0;background:#f1f1ef;font-weight:700;color:#0c0c0d}.input-count button{cursor:pointer;font-size:20px;border:0;background:none;width:44px;height:44px;margin:0;padding:0;color:inherit;line-height:1;border-radius:0;transition:background-color .18s cubic-bezier(.22,.61,.36,1);-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none}.input-count button:hover{background-color:#0000000f}.input-count input{background:none;width:25px;border:none;text-align:center;font-size:18px}.inp-radio-primary{cursor:pointer;padding-left:28px;position:relative;line-height:1.4}.inp-radio-primary:before{position:absolute;content:"";width:18px;height:18px;box-sizing:border-box;border:1px solid #6a6a70;background:#fbfbfa;left:0;top:50%;transform:translateY(-50%);transition:border-color .18s cubic-bezier(.22,.61,.36,1),background-color .18s cubic-bezier(.22,.61,.36,1),box-shadow .18s cubic-bezier(.22,.61,.36,1)}.input-label{display:flex;align-items:center;font-size:14px;min-height:44px;cursor:pointer;position:relative}.input-label input[type=radio],.input-label input[type=checkbox]{position:absolute;left:0;width:18px;height:18px;margin:0;opacity:0;cursor:pointer}.input-label input[type=radio]:checked~.inp-radio-primary:before,.input-label input[type=checkbox]:checked~.inp-radio-primary:before{border-color:#c8102e;background-color:#c8102e}.input-label input[type=radio]:focus-visible~.inp-radio-primary:before,.input-label input[type=checkbox]:focus-visible~.inp-radio-primary:before{outline:2px solid #c8102e;outline-offset:2px}.input-label input[type=radio]~.inp-radio-primary:before{border-radius:50%}.input-label input[type=radio]:checked~.inp-radio-primary:before{box-shadow:inset 0 0 0 3px #fff}.input-label input[type=checkbox]~.inp-radio-primary:after{position:absolute;content:"";width:10px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;left:4px;top:50%;transform:translateY(-70%) rotate(-45deg) scale(.6);opacity:0;transition:opacity .18s cubic-bezier(.22,.61,.36,1),transform .18s cubic-bezier(.22,.61,.36,1)}.input-label input[type=checkbox]:checked~.inp-radio-primary:after{opacity:1;transform:translateY(-70%) rotate(-45deg) scale(1)}.field{display:flex;flex-direction:column;gap:4px;flex:1 1 200px;min-width:0}.field-full{flex-basis:100%}.field .inp-text-primary,.field .inp-textarea-primary{margin-right:0;width:100%}.field-label{font-size:13px;color:#55555c;line-height:1.3}.field-hint{font-size:13px;color:#55555c;line-height:1.45;margin-top:8px}.inp-text-primary,.inp-textarea-primary{background:none;border:0;border-bottom:1px solid #d9d9d6;color:#0c0c0d;width:100%;box-sizing:border-box;padding:10px 2px;min-height:44px;border-radius:0;font-weight:400;transition:border-color .18s cubic-bezier(.22,.61,.36,1)}.inp-text-primary::-moz-placeholder,.inp-textarea-primary::-moz-placeholder{color:#6a6a70}.inp-text-primary::placeholder,.inp-textarea-primary::placeholder{color:#6a6a70}.inp-text-primary:hover,.inp-textarea-primary:hover{border-bottom-color:#00000073}.inp-text-primary:focus,.inp-textarea-primary:focus{border-bottom-color:#0c0c0d;border-bottom-width:2px;padding-bottom:9px}.inp-textarea-primary{height:65px;resize:none;width:100%}.inp-w-20{width:200px}.inp-w-8{width:80px}hr{background:#d9d9d6;border:0;width:100%;height:1px}.address-dadata{position:absolute;width:100%;background:#fbfbfa;left:-1px;border:1px solid;max-height:185px;overflow:scroll;z-index:1;top:133px}.address-dadata_item{padding:15px;border-bottom:1px solid}.address-dadata_item label{cursor:pointer;display:block;width:100%}.address-dadata_item input[type=radio]{display:none}.input-error{font-size:14px;color:#ff4e4e;display:block;margin-top:15px}.select-date--picker{position:relative;margin-right:15px}.select-date--picker_text{padding:10px 0 10px 25px;box-sizing:border-box;background-color:#fbfbfa;cursor:pointer;border-bottom:1px solid;color:#55555c;font-weight:400;width:255px;height:40px;position:relative}.select-date--picker_text:before{content:"";position:absolute;top:12px;left:0;width:15px;height:15px;background-size:contain;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBVcGxvYWRlZCB0bzogU1ZHIFJlcG8sIHd3dy5zdmdyZXBvLmNvbSwgR2VuZXJhdG9yOiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIGZpbGw9IiMwMDAwMDAiIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgDQoJIHZpZXdCb3g9IjAgMCA0OTAgNDkwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnIGlkPSJYTUxJRF80MDhfIj4NCgkJPHJlY3QgeD0iMzEzLjYwNyIgeT0iMzYuNzI2IiB3aWR0aD0iODUuNzM3IiBoZWlnaHQ9IjE1LjMxMyIvPg0KCTwvZz4NCgk8ZyBpZD0iWE1MSURfNTg1XyI+DQoJCTxyZWN0IHg9IjIwNS41ODIiIHk9IjM2LjcyNiIgd2lkdGg9Ijc3Ljg3MSIgaGVpZ2h0PSIxNS4zMTMiLz4NCgk8L2c+DQoJPGcgaWQ9IlhNTElEXzU4Nl8iPg0KCQk8cmVjdCB4PSI5Mi4zMTYiIHk9IjM2LjcyNiIgd2lkdGg9IjgyLjU4OSIgaGVpZ2h0PSIxNS4zMTMiLz4NCgk8L2c+DQoJPGcgaWQ9IlhNTElEXzk4XyI+DQoJCTxwb2x5Z29uIHBvaW50cz0iNDkwLDQ5MCAwLDQ5MCAwLDM2LjcyNiA2MC4xNDMsMzYuNzI2IDYwLjE0Myw1Mi4wMzkgMTUuMzEzLDUyLjAzOSAxNS4zMTMsNDc0LjY4OCA0NzQuNjg4LDQ3NC42ODggDQoJCQk0NzQuNjg4LDUyLjAzOSA0MjguMjc5LDUyLjAzOSA0MjguMjc5LDM2LjcyNiA0OTAsMzYuNzI2IAkJIi8+DQoJPC9nPg0KCTxnIGlkPSJYTUxJRF81ODBfIj4NCgkJPHJlY3QgeD0iNjkiIHk9IjAiIHdpZHRoPSIxNSIgaGVpZ2h0PSI5MiIvPg0KCTwvZz4NCgk8ZyBpZD0iWE1MSURfNTgxXyI+DQoJCTxyZWN0IHg9IjE4NCIgeT0iMCIgd2lkdGg9IjE1IiBoZWlnaHQ9IjkyIi8+DQoJPC9nPg0KCTxnIGlkPSJYTUxJRF81ODJfIj4NCgkJPHJlY3QgeD0iMjkxIiB5PSIwIiB3aWR0aD0iMTUiIGhlaWdodD0iOTIiLz4NCgk8L2c+DQoJPGcgaWQ9IlhNTElEXzU4M18iPg0KCQk8cmVjdCB4PSI0MDYiIHk9IjAiIHdpZHRoPSIxNSIgaGVpZ2h0PSI5MiIvPg0KCTwvZz4NCgk8ZyBpZD0iWE1MSURfNDA3XyI+DQoJCTxyZWN0IHg9IjMxIiB5PSIxMjMiIHdpZHRoPSI0MjgiIGhlaWdodD0iMTUiLz4NCgk8L2c+DQoJPGcgaWQ9IlhNTElEXzQwNl8iPg0KCQk8cGF0aCBkPSJNMTIyLjg4OSwyNDYuMjE5aC03Ny4yNXYtNzcuMjVoNzcuMjVWMjQ2LjIxOXogTTYwLjk1MSwyMzAuOTA2aDQ2LjYyNXYtNDYuNjI1SDYwLjk1MVYyMzAuOTA2eiIvPg0KCTwvZz4NCgk8ZyBpZD0iWE1MSURfNDEwXyI+DQoJCTxwYXRoIGQ9Ik0yMzAuMDMxLDI0Ni4yMTloLTc3LjI1di03Ny4yNWg3Ny4yNVYyNDYuMjE5eiBNMTY4LjA5NCwyMzAuOTA2aDQ2LjYyNXYtNDYuNjI1aC00Ni42MjVWMjMwLjkwNnoiLz4NCgk8L2c+DQoJPGcgaWQ9IlhNTElEXzQ0Nl8iPg0KCQk8cGF0aCBkPSJNMzM3LjIxOSwyNDYuMjE5aC03Ny4yNXYtNzcuMjVoNzcuMjVWMjQ2LjIxOXogTTI3NS4yODEsMjMwLjkwNmg0Ni42MjV2LTQ2LjYyNWgtNDYuNjI1VjIzMC45MDZ6Ii8+DQoJPC9nPg0KCTxnIGlkPSJYTUxJRF80NDdfIj4NCgkJPHBhdGggZD0iTTQ0NC4yNjQsMjQ2LjIxOWgtNzcuMjV2LTc3LjI1aDc3LjI1VjI0Ni4yMTl6IE0zODIuMzI3LDIzMC45MDZoNDYuNjI1di00Ni42MjVoLTQ2LjYyNVYyMzAuOTA2eiIvPg0KCTwvZz4NCgk8ZyBpZD0iWE1MSURfNDUwXyI+DQoJCTxwYXRoIGQ9Ik0xMjIuODg5LDM0NS43NWgtNzcuMjVWMjY4LjVoNzcuMjVWMzQ1Ljc1eiBNNjAuOTUxLDMzMC40MzdoNDYuNjI1di00Ni42MjVINjAuOTUxVjMzMC40Mzd6Ii8+DQoJPC9nPg0KCTxnIGlkPSJYTUxJRF80NDlfIj4NCgkJPHBhdGggZD0iTTIzMC4wMzEsMzQ1Ljc1aC03Ny4yNVYyNjguNWg3Ny4yNVYzNDUuNzV6IE0xNjguMDk0LDMzMC40MzdoNDYuNjI1di00Ni42MjVoLTQ2LjYyNVYzMzAuNDM3eiIvPg0KCTwvZz4NCgk8ZyBpZD0iWE1MSURfNDQ4XyI+DQoJCTxwYXRoIGQ9Ik0zMzcuMjE5LDM0NS43NWgtNzcuMjVWMjY4LjVoNzcuMjVWMzQ1Ljc1eiBNMjc1LjI4MSwzMzAuNDM3aDQ2LjYyNXYtNDYuNjI1aC00Ni42MjVWMzMwLjQzN3oiLz4NCgk8L2c+DQoJPGcgaWQ9IlhNTElEXzQwOV8iPg0KCQk8cGF0aCBkPSJNNDQ0LjI2NCwzNDUuNzVoLTc3LjI1VjI2OC41aDc3LjI1VjM0NS43NXogTTM4Mi4zMjcsMzMwLjQzN2g0Ni42MjV2LTQ2LjYyNWgtNDYuNjI1VjMzMC40Mzd6Ii8+DQoJPC9nPg0KCTxnIGlkPSJYTUxJRF81NzdfIj4NCgkJPHBhdGggZD0iTTEyMi44ODksNDQ1LjI4MWgtNzcuMjV2LTc3LjI1aDc3LjI1VjQ0NS4yODF6IE02MC45NTEsNDI5Ljk2OWg0Ni42MjV2LTQ2LjYyNUg2MC45NTFWNDI5Ljk2OXoiLz4NCgk8L2c+DQoJPGcgaWQ9IlhNTElEXzQ1M18iPg0KCQk8cGF0aCBkPSJNMjMwLjAzMSw0NDUuMjgxaC03Ny4yNXYtNzcuMjVoNzcuMjVWNDQ1LjI4MXogTTE2OC4wOTQsNDI5Ljk2OWg0Ni42MjV2LTQ2LjYyNWgtNDYuNjI1VjQyOS45Njl6Ii8+DQoJPC9nPg0KCTxnIGlkPSJYTUxJRF80NTJfIj4NCgkJPHBhdGggZD0iTTMzNy4yMTksNDQ1LjI4MWgtNzcuMjV2LTc3LjI1aDc3LjI1VjQ0NS4yODF6IE0yNzUuMjgxLDQyOS45NjloNDYuNjI1di00Ni42MjVoLTQ2LjYyNVY0MjkuOTY5eiIvPg0KCTwvZz4NCgk8ZyBpZD0iWE1MSURfNDUxXyI+DQoJCTxwYXRoIGQ9Ik00NDQuMjY0LDQ0NS4yODFoLTc3LjI1di03Ny4yNWg3Ny4yNVY0NDUuMjgxeiBNMzgyLjMyNyw0MjkuOTY5aDQ2LjYyNXYtNDYuNjI1aC00Ni42MjVWNDI5Ljk2OXoiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4=)}.select-date--picker_text--active{position:relative}.select-date--picker_text--active-label{position:absolute;top:-5px;left:0;font-size:12px}.select-date--picker_text--active-time{position:absolute;top:10px;left:0;font-size:14px;font-weight:700}.select-date--body{border:1px solid;box-sizing:border-box;position:absolute;border-top:0;background-color:#fbfbfa;width:255px;z-index:1}.select-time--picker{position:relative}.select-time--picker_text{padding:10px 0 10px 25px;box-sizing:border-box;background-color:#fbfbfa;border-bottom:1px solid;color:#55555c;font-weight:400;cursor:pointer;width:170px;height:40px;position:relative}.select-time--picker_text:before{content:"";position:absolute;top:12px;left:0;width:15px;height:15px;background-size:contain;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiPjxjaXJjbGUgY3g9IjMyIiBjeT0iMzIiIHI9IjI0Ii8+PHBvbHlsaW5lIHBvaW50cz0iNDAgNDQgMzIgMzIgMzIgMTYiLz48L3N2Zz4=)}.select-time--picker_text--active{position:relative}.select-time--picker_text--active-label{position:absolute;top:-5px;left:0;font-size:12px}.select-time--picker_text--active-time{position:absolute;top:10px;left:0;font-size:14px;font-weight:700}.select-time--body{position:absolute;background:#fbfbfa;left:0;box-sizing:border-box;border:1px solid;border-top:0;z-index:1;width:170px;max-height:185px;overflow:scroll}.select-time_item{width:100%}.select-time_item:not(:last-child){border-bottom:1px solid}.select-time_item label{width:100%;display:block;cursor:pointer;padding:10px;box-sizing:border-box}.select-time_item label input{display:none}.icon{color:#0c0c0d}.header-menu_btn--item{margin:0 10px;position:relative}.header-menu_nav--link-mob{font-size:18px;color:#0c0c0d;margin-right:35px}.header-menu_nav--link-mob--drop{font-size:18px;margin-bottom:15px;display:flex;align-items:center;color:#0c0c0d}.header-menu_nav--link-mob--drop .icon{margin-left:10px}.header-menu_nav--link-mob--drop_content{padding-left:15px;box-sizing:border-box;margin-bottom:15px}.header-menu_nav--link-mob--drop_content p{margin:5px 0}.header{display:flex;align-items:center;gap:clamp(20px,4vw,56px);margin:18px 0 40px}.header_logo{flex-shrink:0;line-height:0}.header_logo img{width:auto;height:56px}.header_nav{display:flex;align-items:center;gap:clamp(14px,2.4vw,32px);margin-right:auto}.header_link{position:relative;display:inline-flex;align-items:center;gap:6px;font-size:15px;color:#0c0c0d;white-space:nowrap;padding:4px 0}.header_link:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#0c0c0d;transform:scaleX(0);transform-origin:left;transition:transform .18s cubic-bezier(.22,.61,.36,1)}.header_link:hover:after,.header_link.is-active:after{transform:scaleX(1)}.header_link.is-active{font-weight:600}.header_drop{position:relative}.header_drop:after{content:"";position:absolute;left:0;right:0;top:100%;height:12px}.header_chevron{flex-shrink:0;transition:transform .18s cubic-bezier(.22,.61,.36,1)}.header_drop:hover .header_chevron{transform:rotate(180deg)}.header_menu{position:absolute;z-index:20;top:calc(100% + 12px);left:-16px;min-width:230px;display:flex;flex-direction:column;padding:8px 0;background:#fbfbfa;border:1px solid #0c0c0d}.header_menu--link,.header_menu--all{padding:9px 16px;font-size:14px;color:#0c0c0d;transition:background-color .18s cubic-bezier(.22,.61,.36,1)}.header_menu--link:hover,.header_menu--all:hover{background:#f1f1ef}.header_menu--all{margin-top:6px;border-top:1px solid #d9d9d6;color:#55555c}.header_actions{display:flex;align-items:center;gap:clamp(12px,1.6vw,22px);flex-shrink:0}.header_phone{font-size:15px;font-weight:500;color:#0c0c0d;white-space:nowrap}.header_phone:hover{color:#c8102e}.header_icon{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:#0c0c0d}.header_icon:hover{color:#c8102e}.header_count{position:absolute;top:4px;right:2px;min-width:17px;height:17px;padding:0 4px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;background:#c8102e;color:#fff;font-size:10px;font-weight:700;line-height:1;border-radius:999px}.hero{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(24px,4vw,56px);align-items:center;margin-bottom:clamp(48px,7vw,88px)}.hero_title{font-family:Unbounded,system-ui,sans-serif;font-size:clamp(34px,6.6vw,88px);font-weight:400;line-height:.93;letter-spacing:-.045em;margin:0 0 20px}.hero_title b{font-weight:800;color:#c8102e}.hero_delivery{font-size:14px;margin:0 0 10px}.hero_delivery b{font-weight:700;color:#c8102e}.hero_lead{color:#55555c;margin:0 0 22px;max-width:40ch}.hero_marks{list-style:none;display:flex;flex-wrap:wrap;gap:6px 14px;margin:18px 0 0;padding:0;font-size:12px;color:#55555c}.hero_marks li{display:flex;align-items:center;gap:6px}.hero_marks li:before{content:"";width:5px;height:5px;background:#c8102e;border-radius:50%}.hero_shot{display:block;position:relative;aspect-ratio:4/5;overflow:hidden;background:#f1f1ef}.hero_shot img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.22,.61,.36,1)}.hero_shot:hover img{transform:scale(1.04)}.hero_shot--meta{position:absolute;inset:auto 0 0 0;display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:34px 14px 12px;color:#fff;background:linear-gradient(0deg,rgba(0,0,0,.8) 12%,transparent);text-shadow:0 1px 3px rgba(0,0,0,.4)}.hero_shot--name{font-size:13px}.hero_shot--price{font-family:Unbounded,system-ui,sans-serif;font-size:14px;white-space:nowrap}.band{display:grid;grid-template-columns:1fr 1fr;margin-bottom:clamp(56px,9vw,104px)}.band_img{display:block;aspect-ratio:4/3;overflow:hidden;background:#f1f1ef}.band_img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.22,.61,.36,1)}.band_img:hover img{transform:scale(1.04)}.band_text{padding:clamp(22px,3.4vw,48px);display:flex;flex-direction:column;justify-content:center}.band_text h3{font-size:clamp(24px,2.8vw,32px);margin:0 0 14px}.band_text p{color:#55555c;line-height:1.6;margin:0 0 22px;max-width:40ch}.band_text .btn{align-self:flex-start}.ranked{position:relative}.ranked_index{position:absolute;z-index:2;top:12px;left:12px;font-family:Unbounded,system-ui,sans-serif;font-size:11px;background:#fbfbfa;padding:5px 9px}.ranked_badge{position:absolute;z-index:2;top:12px;right:12px;background:#c8102e;color:#fff;font-size:11px;font-weight:700;padding:5px 9px;text-transform:uppercase;letter-spacing:.04em}.ways{margin-bottom:clamp(56px,9vw,104px)}.ways_grid{display:flex;flex-wrap:wrap;gap:12px}.ways_item{position:relative;flex:1 1 200px;max-width:calc(33.333% - 8px);height:clamp(240px,26vw,330px);overflow:hidden;border-radius:0;background:#f1f1ef;color:#fff;display:flex;align-items:flex-end}.ways_item--feature{flex:2 1 420px;max-width:calc(50% - 6px)}.ways_item--img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.22,.61,.36,1)}.ways_item--empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:32px;letter-spacing:.12em;color:#9c2b4e47}.ways_item--body{position:relative;width:100%;padding:44px 18px 16px;background:linear-gradient(0deg,rgba(20,12,14,.82) 12%,transparent);text-shadow:0 1px 3px rgba(0,0,0,.4)}.ways_item--name{display:block;font-family:Unbounded,system-ui,sans-serif;font-size:20px;line-height:1.15}.ways_item--count{display:block;margin-top:4px;font-size:13px;color:#ffffffc7}.ways_item:hover .ways_item--img{transform:scale(1.05)}.main-container{display:flex;justify-content:space-between;align-items:center}.main-container_text{width:685px;max-width:100%;color:#0c0c0d;font-style:normal;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjc4IiBoZWlnaHQ9IjI5NiIgdmlld0JveD0iMCAwIDY3OCAyOTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDI3My43MDFMMzE3LjQwOCAxOTJDMjQzLjcxNCAyMjkuOTk0IDQ0MC40NTUgMzEwLjgzOCA2NzEgMjkyLjI2OSIgc3Ryb2tlPSIjRjhFOEVFIi8+CjxwYXRoIGQ9Ik01MTIgMjguNzI4MUM2NzkuODY1IDI4LjMzNTUgNjc0LjkzOSAxMzQuMjY0IDY1MS40OTIgMTg3LjI3NyIgc3Ryb2tlPSIjRjhFOEVFIi8+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-position:top right;padding:25px 0}.main-container_text--title{font-family:Unbounded,system-ui,sans-serif;font-size:clamp(34px,6.6vw,88px);font-weight:400;line-height:1.08;letter-spacing:-.015em}.main-container_text--title-sub{margin-left:75px;width:-moz-fit-content;width:fit-content}.main-container_text span{color:#c8102e;font-style:italic}.main-container_text--desc{max-width:440px;margin-top:35px}.main-container_slide--item{width:330px;height:350px;background-size:cover;background-position:center;display:flex;align-items:flex-end;position:relative}.main-container_slide--item:after{content:"";width:330px;height:350px;display:block;z-index:-1;background-color:#f1f1ef;position:absolute;top:-10px;right:-10px}.main-container_slide--item-text{height:100px;width:100%;background:linear-gradient(0deg,#434343 5%,rgba(217,217,217,0) 100%);display:flex;align-items:flex-end;padding:10px}.main-container_slide--item-text a{font-style:normal;font-weight:400;color:#fff;font-size:24px;display:flex;align-items:center;width:100%}.main-container_slide--item-text a svg{margin-left:5px}.breadcrumbs{display:flex;margin:50px 0}.breadcrumbs li:not(:last-child):after{content:"/";margin:0 5px}.breadcrumbs-item{display:flex;align-items:center}.breadcrumbs-item a{color:#55555c;font-size:16px;font-weight:400;display:inline-flex;align-items:center;min-height:32px}.breadcrumbs-item a:hover{color:#c8102e}.breadcrumbs-item:last-child a{color:#0c0c0d}.catalog-page{display:block}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:clamp(28px,4vw,44px)}.chip{display:inline-flex;align-items:center;gap:7px;border:1px solid #0c0c0d;color:#0c0c0d;border-radius:999px;padding:10px 18px;font-size:13px;font-weight:500;min-height:44px;box-sizing:border-box;transition:background-color .18s cubic-bezier(.22,.61,.36,1),color .18s cubic-bezier(.22,.61,.36,1)}.chip i{font-style:normal;font-size:11px;color:#6a6a70}.chip:hover,.chip--active{background:#0c0c0d;color:#fbfbfa}.chip:hover i,.chip--active i{color:#ffffffb3}.catalog-product_sort{font-size:14px;color:#55555c;font-weight:400;margin-bottom:30px}.catalog-product_sort span{margin-right:15px}.catalog-product_sort--text{color:#0c0c0d;cursor:pointer}.catalog-product_sort--active{color:#373737;border-bottom:1px solid #373737}.catalog-product_data{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:32px 15px}.product-recommended{margin-top:30px;display:grid;grid-template-columns:repeat(3,1fr);gap:32px clamp(16px,2vw,28px)}.product-item{display:flex;flex-direction:column;height:100%}.product-item_deactivate{position:relative}.product-item_deactivate:after{content:"";position:absolute;width:101%;height:101%;background-color:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(2px);z-index:1;top:-3px;left:-1px}.product-item_link{display:block;color:inherit}.product-item_img{width:100%;aspect-ratio:3/4;position:relative;overflow:hidden;background-color:#f1f1ef}.product-item_img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s cubic-bezier(.22,.61,.36,1)}.product-item_img--empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:28px;letter-spacing:.12em;color:#a0144747}.product-item_img--postcard{aspect-ratio:2/3;height:100%;background-size:contain;background-position:center;background-repeat:no-repeat;cursor:zoom-in}.product-item:hover .product-item_img img{transform:scale(1.04)}.product-item_content{margin:15px 0;width:100%}.product-item_content--title{font-family:Unbounded,system-ui,sans-serif;color:#0c0c0d;font-size:20px;font-style:normal;font-weight:400;line-height:1.2;margin-bottom:8px;transition:color .18s cubic-bezier(.22,.61,.36,1)}.product-item_content--title:after{color:#55555c}.product-item_content--compound{color:#55555c;font-size:13px;font-style:normal;font-weight:400;line-height:1.45;min-height:38px}.product-item:hover .product-item_content--title{color:#c8102e}.product-item_footer{display:flex;flex-wrap:wrap;gap:8px 12px;justify-content:space-between;align-items:center;margin-top:auto;padding-top:12px}.product-item_footer--price{font-family:Unbounded,system-ui,sans-serif;font-size:20px;font-style:normal;font-weight:700;white-space:nowrap}.product-item_footer--btn{font-size:14px;display:flex;align-items:center}.product-item_footer--btn--item{display:flex;align-items:center;cursor:pointer;margin:0 5px;white-space:nowrap}.product-item_footer--btn--item_label{display:none}.product-item_footer--btn--item .icon{margin-left:5px}.popular-items{margin-top:clamp(48px,7vw,88px);margin-bottom:clamp(48px,7vw,88px)}.popular-items_head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:18px}.popular-items_head--title{font-size:clamp(24px,2.8vw,32px);font-weight:400;margin:0}.popular-items_head--link{font-family:Manrope,system-ui,sans-serif;font-size:14px;font-weight:600;color:#c8102e}.popular-items_head--link:hover{color:#a30d25}.popular-items_content{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:3px}.header-title{font-size:clamp(24px,2.8vw,32px);margin-bottom:30px;font-style:normal;font-weight:400}.product-detail{display:flex;gap:clamp(24px,4vw,56px);margin-bottom:56px;padding-bottom:56px;border-bottom:1px solid #d9d9d6}.product-more_head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:12px}.product-more_head .header-title{margin-bottom:0}.product-more_all{font-size:14px;font-weight:600;color:#c8102e;white-space:nowrap}.product-more_all:hover{color:#a30d25}.product-info{flex:1;min-width:0;max-width:460px}.product-info_head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.product-info_cat{display:block;font-size:13px;color:#6a6a70;margin-bottom:6px}.product-info_name{font-family:Unbounded,system-ui,sans-serif;font-size:clamp(24px,2.8vw,32px);font-weight:400;letter-spacing:-.03em;line-height:1.05;margin:0}.product-info_fav{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;padding:0;background:none;border:1px solid #d9d9d6;border-radius:0;color:#0c0c0d;transition:border-color .18s cubic-bezier(.22,.61,.36,1),color .18s cubic-bezier(.22,.61,.36,1)}.product-info_fav:hover{border-color:#0c0c0d}.product-info_fav.is-on{border-color:#c8102e;color:#c8102e}.product-info_desc{margin:18px 0 0;font-size:15px;line-height:1.6;color:#55555c}.product-info_specs{margin:22px 0 0}.product-info_spec{display:grid;grid-template-columns:104px 1fr;gap:14px;padding:11px 0;border-top:1px solid #d9d9d6;font-size:14px}.product-info_spec:last-child{border-bottom:1px solid #d9d9d6}.product-info_spec dt{color:#6a6a70}.product-info_spec dd{margin:0;line-height:1.5}.product-info_delivery{margin:22px 0 0;padding-left:14px;border-left:2px solid #c8102e}.product-info_slot{font-size:15px;margin:0}.product-info_slot b{font-weight:600}.product-info_note{margin:5px 0 0;font-size:13px;color:#6a6a70}.product-info_stock{margin:14px 0 0;font-size:13px;font-weight:600;color:#c8102e}.product-info_size{display:block;margin:22px 0 0}.product-info_size span{display:block;font-size:13px;color:#6a6a70;margin-bottom:7px}.product-info_buy{margin-top:26px;padding-top:22px;border-top:1px solid #0c0c0d}.product-info_price{font-family:Unbounded,system-ui,sans-serif;font-size:clamp(26px,3.4vw,34px);font-weight:700;letter-spacing:-.03em;line-height:1;white-space:nowrap;margin-bottom:18px}.product-info_unit{display:block;margin-top:7px;font-family:Manrope,system-ui,sans-serif;font-size:13px;font-weight:400;letter-spacing:0;color:#6a6a70}.product-info_row{display:flex;align-items:stretch;gap:12px}.product-info_add{flex:1;min-height:46px;white-space:nowrap;text-decoration:none}.product-info_off{margin:0;font-size:14px;color:#55555c}.product-info_ask{display:block;margin-top:8px;font-size:14px;font-weight:600;color:#c8102e}.product-info_ask:hover{color:#a30d25}.order-form{margin-top:25px;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:25px clamp(20px,3vw,40px);align-items:start}.order-form_block{min-width:0;display:flex;flex-direction:column;gap:25px 0}.order-form_block--child{position:relative;padding:15px;border:1px solid #0c0c0d}.order-form_block--child .btn-primary{width:100%;justify-content:center;font-size:16px;padding:10px}.order-form_block--child--table{width:100%}.order-form_block--child--table_item{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.order-form_block--child--table_item span{color:#3e3e3e;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.order-form_block--child--table_item h1{font-weight:700}.order-form_block--child--table_item h2{font-weight:400}.order-form_block--child--title{font-size:18px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.32px}.order-form_block--child--title span{margin-top:5px;display:block;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.order-form_block--child--content{display:flex;flex-wrap:wrap;align-items:flex-start;gap:16px 20px;margin-top:20px}.order-form_block--child--content--sublink{font-size:14px;line-height:18px}.order-form_block--child--content--sublink p{font-weight:400}.order-form_block--child--content--sublink a{color:#0c0c0d;border-bottom:.5px dashed}.footer{background:#0c0c0d;color:#ffffffb8;margin-top:clamp(48px,7vw,88px);padding:clamp(40px,6vw,72px) clamp(16px,4vw,48px) 0}.footer a{color:#ffffffb8}.footer a:hover{color:#fff}.footer_inner{max-width:1050px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:clamp(24px,3vw,48px);padding-bottom:clamp(32px,4vw,56px)}.footer_logo{filter:invert(1);width:170px;height:auto;margin-bottom:18px}.footer_about{font-size:13px;line-height:1.6;max-width:34ch;margin:0 0 18px}.footer_social{display:inline-flex;align-items:center;gap:8px;font-size:14px}.footer_col{display:flex;flex-direction:column;align-items:flex-start;gap:10px;font-size:14px}.footer_head{font-family:Unbounded,system-ui,sans-serif;font-weight:400;font-size:15px;color:#fff;margin:0 0 6px;letter-spacing:-.01em}.footer_all{color:#fff;margin-top:4px}.footer_phone{font-family:Unbounded,system-ui,sans-serif;font-size:20px;color:#fff;letter-spacing:-.02em}.footer_wa{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:9px 16px;font-size:13px;transition:background-color .18s cubic-bezier(.22,.61,.36,1),border-color .18s cubic-bezier(.22,.61,.36,1),color .18s cubic-bezier(.22,.61,.36,1)}.footer_wa:hover{background:#c8102e;border-color:#c8102e;color:#fff}.footer_line{font-size:13px;line-height:1.5;margin:0}.footer_badge{margin-top:6px;border:0;max-width:100%}.footer_bottom{max-width:1050px;margin:0 auto;border-top:1px solid rgba(255,255,255,.14);padding:20px 0 24px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px 20px;font-size:12px;color:#ffffff80}.cart-item{display:grid;grid-template-columns:104px minmax(0,1fr) auto;gap:18px;align-items:start;padding:20px 0;border-bottom:1px solid #d9d9d6}.cart-item_img{display:block;width:104px;aspect-ratio:3/4;overflow:hidden;background:#f1f1ef;position:relative}.cart-item_img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.cart-item_body{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.cart-item_cat{font-size:12px;color:#6a6a70;margin-bottom:5px}.cart-item_name{font-family:Unbounded,system-ui,sans-serif;font-size:18px;font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#0c0c0d;margin:0}.cart-item_name:hover{color:#c8102e}.cart-item_modify{margin-top:6px;font-size:13px;color:#55555c}.cart-item_remove{display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding:8px 0 0;background:none;border:0;font-family:inherit;font-size:13px;color:#6a6a70;transition:color .18s cubic-bezier(.22,.61,.36,1)}.cart-item_remove:hover{color:#c8102e}.cart-item_side{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.cart-item_sum{font-family:Unbounded,system-ui,sans-serif;font-size:18px;font-weight:700;letter-spacing:-.02em;white-space:nowrap;text-align:right}.cart-item_sum span{display:block;margin-top:4px;font-family:Manrope,system-ui,sans-serif;font-size:12px;font-weight:400;letter-spacing:0;color:#6a6a70}.cart-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:clamp(48px,9vw,96px) 0}.cart-empty .icon{color:#d9d9d6}.cart-empty_title{font-family:Unbounded,system-ui,sans-serif;font-size:clamp(24px,2.8vw,32px);font-weight:400;letter-spacing:-.03em;margin:18px 0 0}.cart-empty_text{margin:10px 0 0;max-width:38ch;color:#55555c;line-height:1.6}.cart-empty_actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:26px}.cart-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:26px}.cart-head_title{font-family:Unbounded,system-ui,sans-serif;font-size:clamp(24px,2.8vw,32px);font-weight:400;letter-spacing:-.03em;margin:0}.cart-head_back{font-size:14px;color:#55555c}.cart-head_back:hover{color:#c8102e}.cart{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:clamp(28px,4vw,64px);align-items:start;margin-bottom:clamp(48px,7vw,88px)}.cart_items{border-top:1px solid #0c0c0d}.cart_summary{position:sticky;top:24px;border-top:2px solid #0c0c0d;padding-top:18px}.cart_summary--title{font-size:16px;font-weight:600;margin:0 0 16px}.cart_row{display:flex;align-items:baseline;justify-content:space-between;gap:16px;font-size:14px;margin-bottom:11px}.cart_row--muted{color:#6a6a70;text-align:right}.cart_total{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-top:16px;padding-top:14px;border-top:1px solid #d9d9d6;font-size:15px}.cart_total b{font-family:Unbounded,system-ui,sans-serif;font-size:24px;font-weight:700;letter-spacing:-.03em;white-space:nowrap}.cart_note{margin:12px 0 0;font-size:12px;line-height:1.5;color:#6a6a70}.cart_submit{display:flex;width:100%;margin-top:18px}.cart_slot{margin:12px 0 0;font-size:13px;text-align:center;color:#55555c}.cart_slot b{font-weight:600;color:#0c0c0d}.page-title{color:#0c0c0d;font-size:clamp(24px,2.8vw,32px);font-style:normal;font-weight:400;margin-bottom:35px}.page-title-sub{font-size:18px;font-weight:700;margin:20px 0}.page-container{max-width:800px}.page-container_list{list-style-type:disc;margin-left:25px}.page-container_list li{margin:5px 0}.page-container_header-sub{font-size:18px;font-weight:500;margin:15px 0!important}.page-container_header-sub:before{content:"—";margin-right:10px}.page-container p{margin:5px 0;line-height:18px}.faq{margin:clamp(48px,7vw,88px) 0}.faq_title{font-size:clamp(24px,2.8vw,32px);font-weight:400;margin:0 0 6px}.faq_list{display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:clamp(28px,5vw,72px);column-gap:clamp(28px,5vw,72px);margin:0}.faq_item{display:grid;grid-template-columns:34px 1fr;align-items:baseline;padding:20px 0;border-top:1px solid #d9d9d6}.faq_num{font-family:Unbounded,system-ui,sans-serif;font-size:12px;color:#c8102e;letter-spacing:-.02em}.faq_q{font-size:16px;font-weight:600;margin:0}.faq_a{grid-column:2;margin:7px 0 0;font-size:14px;line-height:1.6;color:#55555c;max-width:46ch}.faq_more{margin:26px 0 0;font-size:14px;color:#55555c}.faq_more a{color:#c8102e;font-weight:600;margin-left:6px}.faq_more a:hover{color:#a30d25}.header-menu_mob{display:none}.dropdown{position:relative;display:inline-block}.dropdown-content{display:block;position:absolute;background-color:#f9f9f9;width:100%;box-shadow:0 8px 16px #0003;padding:12px 16px;z-index:1;box-sizing:border-box}.page-container_gallery{overflow:hidden;width:100%;margin-top:50px}.carousel__item{width:250px;height:250px;max-width:100%;-o-object-fit:cover;object-fit:cover;background-color:#f1f1ef}.carousel__slide{padding:5px}.carousel__slide--active .carousel__item{width:450px;height:450px;position:relative}.page-about_info{display:flex;align-items:center;margin-top:50px}.page-about_info--stat{display:flex;flex-direction:column;gap:25px 0}.page-about_info--stat-item{width:170px}.page-about_info--stat-item p{font-size:32px;font-style:normal;font-weight:500;margin-bottom:10px}.page-about_info--text{font-size:32px;font-style:normal;font-weight:500;line-height:normal}.page-about_info--text span{color:#a01447}.product-favorites{display:flex;gap:20px;margin-bottom:30px}.ql-align-center{text-align:center}.product-item_carousel{width:100%;aspect-ratio:2/3;overflow:hidden;background:#f1f1ef}.product-item_carousel .carousel,.product-item_carousel .carousel__viewport,.product-item_carousel .carousel__track,.product-item_carousel .carousel__slide{height:100%}.product-item_carousel .carousel__slide{padding:0!important}.text-small_info{font-size:14px;margin-bottom:15px;color:#0c0c0d}.text-small_info a{border-bottom:1px dashed;color:#0c0c0d}.modal-container{z-index:99}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.catalog-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px 24px;margin-bottom:20px}.catalog-toolbar_label{font-size:14px;color:#55555c}.catalog-toolbar_sort,.catalog-toolbar_price{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.catalog-toolbar_option{border:0;background:none;font:inherit;font-size:14px;color:#55555c;cursor:pointer;padding:6px 2px;border-bottom:1px solid transparent;transition:color .18s cubic-bezier(.22,.61,.36,1),border-color .18s cubic-bezier(.22,.61,.36,1)}.catalog-toolbar_option:hover{color:#0c0c0d}.catalog-toolbar_option--active{color:#0c0c0d;border-bottom-color:#c8102e}.catalog-toolbar_price input{width:84px;padding:8px 10px;border:1px solid #d9d9d6;border-radius:0;font:inherit;font-size:14px;min-height:40px;box-sizing:border-box}.catalog-toolbar_price input:focus{border-color:#c8102e}.catalog-toolbar_apply,.catalog-toolbar_reset{border:0;background:none;font:inherit;font-size:14px;cursor:pointer;padding:8px 12px;min-height:40px;border-radius:0;transition:background-color .18s cubic-bezier(.22,.61,.36,1),color .18s cubic-bezier(.22,.61,.36,1)}.catalog-toolbar_apply{background:#fbe9ec;color:#a30d25}.catalog-toolbar_apply:hover{background:#c8102e;color:#fff}.catalog-toolbar_reset{color:#55555c}.catalog-toolbar_reset:hover{color:#0c0c0d}.catalog-count{font-size:14px;color:#55555c;margin-bottom:20px}.catalog-empty{padding:48px 0;max-width:46ch}.catalog-empty_title{font-family:Unbounded,system-ui,sans-serif;font-size:clamp(24px,2.8vw,32px);margin-bottom:12px}.catalog-empty p{color:#55555c;line-height:1.5;margin-bottom:20px}.catalog-empty .btn{display:inline-flex;width:-moz-fit-content;width:fit-content}.catalog-more{display:flex;justify-content:center;margin-top:40px}.product-gallery{width:420px;max-width:100%}.product-gallery_main{display:block;width:100%;aspect-ratio:3/4;padding:0;border:0;border-radius:0;overflow:hidden;position:relative;background:#f1f1ef;cursor:zoom-in}.product-gallery_main img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.product-gallery_thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto;padding-bottom:4px}.product-gallery_thumb{flex:0 0 72px;width:72px;aspect-ratio:3/4;padding:0;border:1px solid transparent;border-radius:0;overflow:hidden;background:#f1f1ef;cursor:pointer;transition:border-color .18s cubic-bezier(.22,.61,.36,1),opacity .18s cubic-bezier(.22,.61,.36,1);opacity:.7}.product-gallery_thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.product-gallery_thumb:hover{opacity:1}.product-gallery_thumb--active{border-color:#c8102e;opacity:1}.about-hero{display:grid;grid-template-columns:1.15fr 1fr;gap:clamp(24px,4vw,56px);align-items:start;margin-bottom:clamp(40px,6vw,72px)}.about-hero_title{font-family:Unbounded,system-ui,sans-serif;font-size:clamp(28px,4vw,44px);font-weight:400;line-height:.96;letter-spacing:-.04em;margin:0}.about-hero_title b{font-weight:800;color:#c8102e}.about-hero_body{color:#55555c;line-height:1.65;max-width:56ch}.about-hero_body h2{font-family:Unbounded,system-ui,sans-serif;font-size:20px;font-weight:400;color:#0c0c0d;letter-spacing:-.02em;margin:0 0 12px}.about-hero_body p{margin:0 0 14px}.about-hero_body strong{color:#0c0c0d;font-weight:600}.about-hero_body .ql-align-center{text-align:center}.about-hero_body .ql-align-right{text-align:right}.about-hero_body .ql-align-justify{text-align:justify}.about-hero_actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.about-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:3px;margin-bottom:clamp(40px,6vw,72px)}.about-gallery_item{margin:0;aspect-ratio:3/4;overflow:hidden;background:#f1f1ef}.about-gallery_item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.22,.61,.36,1)}.about-gallery_item:hover img{transform:scale(1.04)}.about-gallery_item--wide{grid-column:span 2;aspect-ratio:3/2}.contacts{display:grid;grid-template-columns:1fr 1.15fr;gap:clamp(24px,4vw,56px);align-items:stretch;border-top:2px solid #0c0c0d;padding-top:clamp(28px,4vw,44px);margin-bottom:clamp(48px,7vw,88px)}.contacts_title{font-family:Unbounded,system-ui,sans-serif;font-size:clamp(24px,2.8vw,32px);font-weight:400;letter-spacing:-.03em;margin:0 0 22px}.contacts_phone{display:block;font-family:Unbounded,system-ui,sans-serif;font-size:clamp(22px,2.2vw,26px);letter-spacing:-.02em;color:#0c0c0d}.contacts_phone:hover{color:#c8102e}.contacts_links{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.contacts_links a{border:1px solid #0c0c0d;border-radius:999px;padding:9px 16px;font-size:13px;font-weight:500;color:#0c0c0d;transition:background-color .18s cubic-bezier(.22,.61,.36,1),color .18s cubic-bezier(.22,.61,.36,1)}.contacts_links a:hover{background:#0c0c0d;color:#fbfbfa}.contacts_facts{margin:30px 0 0;border-top:1px solid #d9d9d6}.contacts_facts>div{display:grid;grid-template-columns:130px 1fr;gap:12px;padding:13px 0;border-bottom:1px solid #d9d9d6}.contacts_facts dt{font-size:13px;color:#55555c}.contacts_facts dd{margin:0;font-size:14px}.contacts_facts dd a{color:#0c0c0d;border-bottom:1px solid #d9d9d6}.contacts_facts dd a:hover{color:#c8102e;border-bottom-color:#c8102e}.contacts_legal{margin-top:24px;font-size:12px;color:#55555c}.contacts_legal--head{font-size:13px;font-weight:500;color:#0c0c0d;margin:0 0 8px}.contacts_legal p{margin:5px 0 0;line-height:1.55}.contacts_legal a{color:#55555c;border-bottom:1px solid #d9d9d6}.contacts_legal a:hover{color:#c8102e}.contacts_map{min-height:380px;background:#f1f1ef;overflow:hidden}.contacts_map iframe{width:100%;height:100%;min-height:380px;border:0;display:block}.header-mobile{width:100%;top:0;left:0;position:fixed;padding:5px 20px;box-sizing:border-box;display:none;justify-content:space-between;align-items:center;background-image:linear-gradient(to right,black 33%,rgba(255,255,255,0) 0%);background-position:bottom;background-size:3px .6px;background-repeat:repeat-x;background-color:#fbfbfa;z-index:99}.header-mobile_logo img{width:48px;height:48px}.header-mobile_btn{display:flex;justify-content:flex-end;width:110px}.header-mobile_menu{width:110px}.header-menu_nav--link-mob{color:#0c0c0d;font-size:18px;display:flex;align-items:center;min-height:44px}.menu-mobile{position:fixed;padding:20px;background-color:#fbfbfa;width:100%;display:none;flex-direction:column;left:0;top:60px;background-image:linear-gradient(to right,black 33%,rgba(255,255,255,0) 0%);background-position:bottom;background-size:5px .6px;background-repeat:repeat-x}@media (max-width: 960px){.cart{grid-template-columns:1fr}.cart_summary{position:static}.header{display:none}.header-mobile{display:flex}.wrapper{padding-top:170px}.main-container_text--title{font-size:56px;font-weight:500}.main-container_text--title-sub{margin-left:0}.main-container{width:100%}.main-container_text{width:-moz-fit-content;width:fit-content}.header{width:100%}.catalog-product_data{gap:35px 15px}.product-item_footer--price{font-size:24px;font-style:normal;font-weight:500}.order-form{grid-template-columns:1fr}}@media (max-width: 640px){.cart-item{grid-template-columns:84px minmax(0,1fr);gap:14px}.cart-item_img{width:84px;grid-row:1/span 2}.cart-item_side{grid-column:2;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.product-info_row{flex-wrap:wrap}.product-info_add{flex-basis:100%}.faq_list{grid-template-columns:1fr}.catalog-product_sort{display:flex;align-items:center}.catalog-product{width:100%}.header{display:none}.wrapper{padding:70px 25px 0}.product-detail{flex-direction:column}.product-info{max-width:100%}.product-gallery{width:100%}.product-recommended,.popular-items_content{gap:35px 15px}.main-container{width:100%;flex-direction:column}.main-container_slide{width:100%}.main-container_slide--item{width:100%;height:350px}.main-container_slide--item-text a{font-size:28px}.main-container_slide--item:after{width:100%;height:100%}.main-container_text{width:100%}.main-container_text--title{font-size:40px;font-weight:500}.main-container_text--title-sub{margin-left:25px}.popular-items_head{flex-direction:column;align-items:start}.popular-items_head--title{margin-bottom:10px;font-size:28px}.popular-items_head--title h1{line-height:10px}.header{width:100%}.page-container_gallery{margin-top:50px}.carousel__slide--active .carousel__item{width:350px;height:350px}.page-about_info{flex-direction:column}.page-about_info--text{font-size:24px}.page-about_info--stat{flex-direction:row;margin-top:20px;width:100%}.product-favorites{flex-wrap:wrap;gap:20px 0}}@media (max-width: 425px){.product-item_footer--btn--item_label{display:block}.product-item_carousel{width:100%}.select-date--picker{margin:30px 0}.product-item_img{width:100%;height:350px}.page-title{font-size:18px}.order-form_block--child,.order-form_block--child .btn-primary{font-size:14px}.catalog-product_sort{display:block}.header-mobile_logo svg{width:80px;height:80px}.main-container_text--title{font-size:40px}.main-container_slide{width:100%}.main-container_slide--item{width:100%;height:350px}.main-container_slide--item-text a{font-size:28px}.main-container_slide--item:after{width:100%;height:100%}.popular-items_head{flex-direction:column;align-items:start}.popular-items_head--title{margin-bottom:10px;font-size:28px}.popular-items_head--title h1{line-height:10px}.product-item_footer--price{font-size:18px;font-style:normal;font-weight:500}.order-form_block--child--content{margin-top:10px}.inp-text-primary{font-size:16px}.address-dadata{top:190px}.page-about_info--text{font-size:18px}.page-about_info--stat-item p{font-size:22px}.breadcrumbs-item a{font-size:12px}}@media (max-width: 390px){.main-container_text--title{font-size:28px}.header-mobile_logo svg{width:70px;height:70px}}.header-mobile_menu--burger{z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.header-mobile_menu--burger a{text-decoration:none;color:#232323;transition:color .3s ease}.header-mobile_menu--burger span:first-child{transform-origin:0% 0%}.header-mobile_menu--burger span:nth-last-child(2){transform-origin:0% 100%}.header-mobile_menu--burger input{position:absolute;cursor:pointer;opacity:0;width:40px;z-index:2;-webkit-touch-callout:none}.header-mobile_menu--burger span{display:block;width:33px;height:2px;margin-bottom:5px;position:relative;background:#0c0c0d;border-radius:1px;z-index:1;transition:transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease;transform-origin:4px 0px}.header-mobile_menu--burger input:checked~span{opacity:1;transform:rotate(45deg) translate(-2px,-1px);background:#232323}.header-mobile_menu--burger input:checked~span:nth-last-child(3){opacity:0;transform:rotate(0) scale(.2)}.header-mobile_menu--burger input:checked~span:nth-last-child(2){transform:rotate(-45deg) translateY(-1px)}.header-mobile_menu--burger input:checked~.menu-mobile{display:flex}@media (max-width: 860px){.hero{grid-template-columns:1fr;gap:28px}.hero_shot{order:2;aspect-ratio:4/3}.hero .btn-primary{width:100%}}@media (max-width: 560px){.ways_item,.ways_item--feature{flex:1 1 100%;max-width:none;height:200px}}@media (max-width: 900px){.footer_inner{grid-template-columns:1fr 1fr}}@media (max-width: 560px){.footer_inner{grid-template-columns:1fr;gap:28px}.footer_bottom{flex-direction:column}}@media (max-width: 760px){.about-hero{grid-template-columns:1fr;gap:20px}.about-gallery_item--wide{grid-column:span 1;aspect-ratio:3/4}.contacts{grid-template-columns:1fr}.contacts_map,.contacts_map iframe{min-height:280px}.contacts_facts>div{grid-template-columns:1fr;gap:2px}}.vc-popover-content-wrapper{--popover-horizontal-content-offset: 8px;--popover-vertical-content-offset: 10px;--popover-caret-horizontal-offset: 18px;--popover-caret-vertical-offset: 8px;position:absolute;display:block;outline:none;z-index:10}.vc-popover-content-wrapper:not(.is-interactive){pointer-events:none}.vc-popover-content{position:relative;color:var(--vc-popover-content-color);font-weight:var(--vc-font-medium);background-color:var(--vc-popover-content-bg);border:1px solid;border-color:var(--vc-popover-content-border);border-radius:var(--vc-rounded-lg);padding:4px;outline:none;z-index:10;box-shadow:var(--vc-shadow-lg)}.vc-popover-content.direction-bottom{margin-top:var(--popover-vertical-content-offset)}.vc-popover-content.direction-top{margin-bottom:var(--popover-vertical-content-offset)}.vc-popover-content.direction-left{margin-right:var(--popover-horizontal-content-offset)}.vc-popover-content.direction-right{margin-left:var(--popover-horizontal-content-offset)}.vc-popover-caret{content:"";position:absolute;display:block;width:12px;height:12px;border-top:inherit;border-left:inherit;background-color:inherit;z-index:-1}.vc-popover-caret.direction-bottom{top:0}.vc-popover-caret.direction-bottom.align-left{transform:translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-bottom.align-center{transform:translate(-50%) translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-bottom.align-right{transform:translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-top{top:100%}.vc-popover-caret.direction-top.align-left{transform:translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-top.align-center{transform:translate(-50%) translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-top.align-right{transform:translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-left{left:100%}.vc-popover-caret.direction-left.align-top{transform:translate(-50%) rotate(135deg)}.vc-popover-caret.direction-left.align-middle{transform:translateY(-50%) translate(-50%) rotate(135deg)}.vc-popover-caret.direction-left.align-bottom{transform:translate(-50%) rotate(135deg)}.vc-popover-caret.direction-right{left:0}.vc-popover-caret.direction-right.align-top{transform:translate(-50%) rotate(-45deg)}.vc-popover-caret.direction-right.align-middle{transform:translateY(-50%) translate(-50%) rotate(-45deg)}.vc-popover-caret.direction-right.align-bottom{transform:translate(-50%) rotate(-45deg)}.vc-popover-caret.align-left{left:var(--popover-caret-horizontal-offset)}.vc-popover-caret.align-center{left:50%}.vc-popover-caret.align-right{right:var(--popover-caret-horizontal-offset)}.vc-popover-caret.align-top{top:var(--popover-caret-vertical-offset)}.vc-popover-caret.align-middle{top:50%}.vc-popover-caret.align-bottom{bottom:var(--popover-caret-vertical-offset)}.vc-day-popover-row{display:flex;align-items:center;transition:var(--vc-day-content-transition)}.vc-day-popover-row-indicator{display:flex;justify-content:center;align-items:center;flex-grow:0;width:15px}.vc-day-popover-row-indicator span{transition:var(--vc-day-content-transition)}.vc-day-popover-row-label{display:flex;align-items:center;flex-wrap:none;flex-grow:1;width:-moz-max-content;width:max-content;margin-left:4px;margin-right:4px;font-size:var(--vc-text-xs);line-height:var(--vc-leading-normal)}.vc-day-popover-row-highlight{width:8px;height:5px;border-radius:3px}.vc-day-popover-row-bar{width:10px;height:3px}.vc-base-icon{display:inline-block;stroke:currentColor;stroke-width:2;fill:none}.vc-header{display:grid;grid-gap:4px;align-items:center;height:30px;margin-top:10px;padding-left:10px;padding-right:10px}.vc-header.is-lg{font-size:var(--vc-text-lg)}.vc-header.is-xl{font-size:var(--vc-text-xl)}.vc-header.is-2xl{font-size:var(--vc-text-2xl)}.vc-header .vc-title-wrapper{grid-row:1;grid-column:title}.vc-header .vc-prev{grid-row:1;grid-column:prev}.vc-header .vc-next{grid-row:1;grid-column:next}.vc-header .vc-title,.vc-header .vc-prev,.vc-header .vc-next{display:flex;align-items:center;border:0;border-radius:var(--vc-rounded);pointer-events:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.vc-header .vc-title{color:var(--vc-header-title-color);font-weight:var(--vc-font-semibold);white-space:nowrap;padding:0 8px;margin:0;line-height:30px}.vc-header .vc-title:hover{opacity:.75}.vc-header .vc-arrow{display:flex;justify-content:center;align-items:center;color:var(--vc-header-arrow-color);width:28px;height:30px;margin:0;padding:0}.vc-header .vc-arrow:hover{background:var(--vc-header-arrow-hover-bg)}.vc-header .vc-arrow:disabled{opacity:.25;pointer-events:none}.vc-nav-header{display:flex;justify-content:space-between}.vc-nav-title,.vc-nav-arrow,.vc-nav-item{font-size:var(--vc-text-sm);margin:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:0;border-radius:var(--vc-rounded);white-space:nowrap}.vc-nav-title:hover,.vc-nav-arrow:hover,.vc-nav-item:hover{background-color:var(--vc-nav-hover-bg)}.vc-nav-title:disabled,.vc-nav-arrow:disabled,.vc-nav-item:disabled{opacity:.25;pointer-events:none}.vc-nav-title{color:var(--vc-nav-title-color);font-weight:var(--vc-font-bold);line-height:var(--vc-leading-snug);height:30px;padding:0 6px}.vc-nav-arrow{display:flex;justify-content:center;align-items:center;color:var(--vc-header-arrow-color);width:26px;height:30px;padding:0}.vc-nav-items{display:grid;grid-template-columns:repeat(3,1fr);grid-row-gap:2px;grid-column-gap:5px;margin-top:2px}.vc-nav-item{width:48px;text-align:center;font-weight:var(--vc-font-semibold);line-height:var(--vc-leading-snug);padding:6px 0}.vc-nav-item.is-active{color:var(--vc-nav-item-active-color);background-color:var(--vc-nav-item-active-bg);font-weight:var(--vc-font-bold)}.vc-nav-item.is-active:not(:focus){box-shadow:var(--vc-nav-item-active-box-shadow)}.vc-nav-item.is-current{color:var(--vc-nav-item-current-color)}.vc-day{position:relative;min-height:32px;z-index:1}.vc-monthly .is-not-in-month *{opacity:0;pointer-events:none}.vc-day-layer{position:absolute;left:0;right:0;top:0;bottom:0;pointer-events:none}.vc-day-box-center-center{display:flex;justify-content:center;align-items:center;transform-origin:50% 50%}.vc-day-box-left-center{display:flex;justify-content:flex-start;align-items:center;transform-origin:0% 50%}.vc-day-box-right-center{display:flex;justify-content:flex-end;align-items:center;transform-origin:100% 50%}.vc-day-box-center-bottom{display:flex;justify-content:center;align-items:flex-end}.vc-day-content{display:flex;justify-content:center;align-items:center;font-size:var(--vc-text-sm);font-weight:var(--vc-font-medium);width:28px;height:28px;line-height:28px;border-radius:var(--vc-rounded-full);-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.vc-day-content:hover{background-color:var(--vc-day-content-hover-bg)}.vc-day-content.vc-disabled{color:var(--vc-day-content-disabled-color)}.vc-content:not(.vc-base){font-weight:var(--vc-font-bold);color:var(--vc-content-color)}.vc-highlights{overflow:hidden;pointer-events:none;z-index:-1}.vc-highlight{width:28px;height:28px}.vc-highlight.vc-highlight-base-start{width:50%!important;border-radius:0!important;border-right-width:0!important}.vc-highlight.vc-highlight-base-end{width:50%!important;border-radius:0!important;border-left-width:0!important}.vc-highlight.vc-highlight-base-middle{width:100%;border-radius:0!important;border-left-width:0!important;border-right-width:0!important;margin:0 -1px}.vc-highlight-bg-outline,.vc-highlight-bg-none{background-color:var(--vc-highlight-outline-bg);border:2px solid;border-color:var(--vc-highlight-outline-border);border-radius:var(--vc-rounded-full)}.vc-highlight-bg-light{background-color:var(--vc-highlight-light-bg);border-radius:var(--vc-rounded-full)}.vc-highlight-bg-solid{background-color:var(--vc-highlight-solid-bg);border-radius:var(--vc-rounded-full)}.vc-highlight-content-outline,.vc-highlight-content-none{font-weight:var(--vc-font-bold);color:var(--vc-highlight-outline-content-color)}.vc-highlight-content-light{font-weight:var(--vc-font-bold);color:var(--vc-highlight-light-content-color)}.vc-highlight-content-solid{font-weight:var(--vc-font-bold);color:var(--vc-highlight-solid-content-color)}.vc-dots{display:flex;justify-content:center;align-items:center}.vc-dot{width:5px;height:5px;border-radius:9999px;transition:var(--vc-day-content-transition)}.vc-dot:not(:last-child){margin-right:3px}.vc-bars{display:flex;justify-content:flex-start;align-items:center;width:75%}.vc-bar{flex-grow:1;height:3px;transition:var(--vc-day-content-transition)}.vc-dot{background-color:var(--vc-dot-bg)}.vc-bar{background-color:var(--vc-bar-bg)}.vc-pane{min-width:250px}.vc-weeknumber{display:flex;justify-content:center;align-items:center;position:absolute}.vc-weeknumber.is-left{left:calc(var(--vc-weeknumber-offset-inside) * -1)}.vc-weeknumber.is-right{right:calc(var(--vc-weeknumber-offset-inside) * -1)}.vc-weeknumber.is-left-outside{left:calc(var(--vc-weeknumber-offset-outside) * -1)}.vc-weeknumber.is-right-outside{right:calc(var(--vc-weeknumber-offset-outside) * -1)}.vc-weeknumber-content{display:flex;justify-content:center;align-items:center;font-size:var(--vc-text-xs);font-weight:var(--vc-font-medium);font-style:italic;width:28px;height:28px;margin-top:2px;color:var(--vc-weeknumber-color);-webkit-user-select:none;-moz-user-select:none;user-select:none}.vc-weeks{position:relative;-webkit-overflow-scrolling:touch;padding:6px;min-width:232px}.vc-weeks.vc-show-weeknumbers-left{margin-left:var(--vc-weeknumber-offset-inside)}.vc-weeks.vc-show-weeknumbers-right{margin-right:var(--vc-weeknumber-offset-inside)}.vc-weekday{text-align:center;color:var(--vc-weekday-color);font-size:var(--vc-text-sm);font-weight:var(--vc-font-bold);line-height:14px;padding-top:4px;padding-bottom:8px;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vc-week,.vc-weekdays{display:grid;grid-template-columns:repeat(7,1fr);position:relative}.vc-pane-container{width:100%;position:relative}.vc-pane-container.in-transition{overflow:hidden}.vc-pane-layout{display:grid}.vc-pane-header-wrapper{position:absolute;top:0;width:100%;pointer-events:none}.vc-day-popover-container{font-size:var(--vc-text-xs);font-weight:var(--vc-font-medium)}.vc-day-popover-header{font-size:var(--vc-text-xs);color:var(--vc-day-popover-header-color);font-weight:var(--vc-font-semibold);text-align:center}.vc-base-select{position:relative;display:flex;justify-content:center;align-items:center;height:30px;font-size:var(--vc-text-base);font-weight:var(--vc-font-medium)}.vc-base-select.vc-has-icon select{padding:0 27px 0 9px}.vc-base-select.vc-has-icon .vc-base-sizer{padding:0 28px 0 10px}.vc-base-select.vc-fit-content select{position:absolute;top:0;left:0;width:100%}.vc-base-select .vc-base-icon{position:absolute;top:6px;right:4px;opacity:.6;pointer-events:none}.vc-base-select .vc-base-sizer{font-size:var(--vc-text-base);font-weight:var(--vc-font-medium);color:transparent;padding:0 8px;margin:0}.vc-base-select select{display:inline-flex;justify-content:center;color:var(--vc-select-color);display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--vc-select-bg);border-radius:var(--vc-rounded);height:30px;width:-moz-max-content;width:max-content;padding:0 7px;margin:0;line-height:var(--leading-none);text-indent:0px;background-image:none;cursor:pointer;text-align:center}.vc-base-select select:hover{background-color:var(--vc-select-hover-bg)}.vc-base-select select.vc-align-left{text-align:left}.vc-base-select select.vc-align-right{text-align:right}.vc-time-picker{display:flex;flex-direction:column;align-items:center;padding:8px 4px}.vc-time-picker.vc-invalid{pointer-events:none;opacity:.5}.vc-time-picker.vc-attached{border-top:1px solid var(--vc-time-picker-border)}.vc-time-picker>*+*{margin-top:4px}.vc-time-header{display:flex;align-items:center;font-size:var(--vc-text-sm);font-weight:var(--vc-font-semibold);text-transform:uppercase;margin-top:-4px;padding-left:4px;padding-right:4px;line-height:21px}.vc-time-select-group{display:inline-flex;align-items:center;padding:0 4px;background:var(--vc-time-select-group-bg);border-radius:var(--vc-rounded-md);border:1px solid var(--vc-time-select-group-border)}.vc-time-select-group .vc-base-icon{margin-right:4px;color:var(--vc-time-select-group-icon-color)}.vc-time-select-group select{background:transparent;padding:0 4px}.vc-time-weekday{color:var(--vc-time-weekday-color);letter-spacing:var(--tracking-wide)}.vc-time-month{color:var(--vc-time-month-color);margin-left:8px}.vc-time-day{color:var(--vc-time-day-color);margin-left:4px}.vc-time-year{color:var(--vc-time-year-color);margin-left:8px}.vc-time-colon{margin:0 1px 2px 2px}.vc-time-decimal{margin:0 0 0 1px}.vc-none-enter-active,.vc-none-leave-active{transition-duration:0s}.vc-fade-enter-active,.vc-fade-leave-active,.vc-slide-left-enter-active,.vc-slide-left-leave-active,.vc-slide-right-enter-active,.vc-slide-right-leave-active,.vc-slide-up-enter-active,.vc-slide-up-leave-active,.vc-slide-down-enter-active,.vc-slide-down-leave-active,.vc-slide-fade-enter-active,.vc-slide-fade-leave-active{transition:transform var(--vc-slide-duration) var(--vc-slide-timing),opacity var(--vc-slide-duration) var(--vc-slide-timing);backface-visibility:hidden;pointer-events:none}.vc-none-leave-active,.vc-fade-leave-active,.vc-slide-left-leave-active,.vc-slide-right-leave-active,.vc-slide-up-leave-active,.vc-slide-down-leave-active{position:absolute!important;width:100%}.vc-none-enter-from,.vc-none-leave-to,.vc-fade-enter-from,.vc-fade-leave-to,.vc-slide-left-enter-from,.vc-slide-left-leave-to,.vc-slide-right-enter-from,.vc-slide-right-leave-to,.vc-slide-up-enter-from,.vc-slide-up-leave-to,.vc-slide-down-enter-from,.vc-slide-down-leave-to,.vc-slide-fade-enter-from,.vc-slide-fade-leave-to{opacity:0}.vc-slide-left-enter-from,.vc-slide-right-leave-to,.vc-slide-fade-enter-from.direction-left,.vc-slide-fade-leave-to.direction-left{transform:translate(var(--vc-slide-translate))}.vc-slide-right-enter-from,.vc-slide-left-leave-to,.vc-slide-fade-enter-from.direction-right,.vc-slide-fade-leave-to.direction-right{transform:translate(calc(-1 * var(--vc-slide-translate)))}.vc-slide-up-enter-from,.vc-slide-down-leave-to,.vc-slide-fade-enter-from.direction-top,.vc-slide-fade-leave-to.direction-top{transform:translateY(var(--vc-slide-translate))}.vc-slide-down-enter-from,.vc-slide-up-leave-to,.vc-slide-fade-enter-from.direction-bottom,.vc-slide-fade-leave-to.direction-bottom{transform:translateY(calc(-1 * var(--vc-slide-translate)))}:root{--vc-white: #ffffff;--vc-black: #000000;--vc-gray-50: #f8fafc;--vc-gray-100: #f1f5f9;--vc-gray-200: #e2e8f0;--vc-gray-300: #cbd5e1;--vc-gray-400: #94a3b8;--vc-gray-500: #64748b;--vc-gray-600: #475569;--vc-gray-700: #334155;--vc-gray-800: #1e293b;--vc-gray-900: #0f172a;--vc-font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;--vc-font-normal: 400;--vc-font-medium: 500;--vc-font-semibold: 600;--vc-font-bold: 700;--vc-text-2xs: 10px;--vc-text-xs: 12px;--vc-text-sm: 14px;--vc-text-base: 16px;--vc-text-lg: 18px;--vc-text-xl: 20px;--vc-text-2xl: 24px;--vc-leading-none: 1;--vc-leading-tight: 1.25;--vc-leading-snug: 1.375;--vc-leading-normal: 1.5;--vc-rounded: .25rem;--vc-rounded-md: .375rem;--vc-rounded-lg: .5rem;--vc-rounded-full: 9999px;--vc-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--vc-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--vc-shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, .06);--vc-slide-translate: 22px;--vc-slide-duration: .15s;--vc-slide-timing: ease;--vc-day-content-transition: all .13s ease-in;--vc-weeknumber-offset-inside: 26px;--vc-weeknumber-offset-outside: 34px}.vc-gray{--vc-accent-50: var(--vc-gray-50);--vc-accent-100: var(--vc-gray-100);--vc-accent-200: var(--vc-gray-200);--vc-accent-300: var(--vc-gray-300);--vc-accent-400: var(--vc-gray-400);--vc-accent-500: var(--vc-gray-500);--vc-accent-600: var(--vc-gray-600);--vc-accent-700: var(--vc-gray-700);--vc-accent-800: var(--vc-gray-800);--vc-accent-900: var(--vc-gray-900)}.vc-red{--vc-accent-50: #fef2f2;--vc-accent-100: #fee2e2;--vc-accent-200: #fecaca;--vc-accent-300: #fca5a5;--vc-accent-400: #f87171;--vc-accent-500: #ef4444;--vc-accent-600: #dc2626;--vc-accent-700: #b91c1c;--vc-accent-800: #991b1b;--vc-accent-900: #7f1d1d}.vc-orange{--vc-accent-50: #fff7ed;--vc-accent-100: #ffedd5;--vc-accent-200: #fed7aa;--vc-accent-300: #fdba74;--vc-accent-400: #fb923c;--vc-accent-500: #f97316;--vc-accent-600: #ea580c;--vc-accent-700: #c2410c;--vc-accent-800: #9a3412;--vc-accent-900: #7c2d12}.vc-yellow{--vc-accent-50: #fefce8;--vc-accent-100: #fef9c3;--vc-accent-200: #fef08a;--vc-accent-300: #fde047;--vc-accent-400: #facc15;--vc-accent-500: #eab308;--vc-accent-600: #ca8a04;--vc-accent-700: #a16207;--vc-accent-800: #854d0e;--vc-accent-900: #713f12}.vc-green{--vc-accent-50: #f0fdf4;--vc-accent-100: #dcfce7;--vc-accent-200: #bbf7d0;--vc-accent-300: #86efac;--vc-accent-400: #4ade80;--vc-accent-500: #22c55e;--vc-accent-600: #16a34a;--vc-accent-700: #15803d;--vc-accent-800: #166534;--vc-accent-900: #14532d}.vc-teal{--vc-accent-50: #f0fdfa;--vc-accent-100: #ccfbf1;--vc-accent-200: #99f6e4;--vc-accent-300: #5eead4;--vc-accent-400: #2dd4bf;--vc-accent-500: #14b8a6;--vc-accent-600: #0d9488;--vc-accent-700: #0f766e;--vc-accent-800: #115e59;--vc-accent-900: #134e4a}.vc-blue{--vc-accent-50: #eff6ff;--vc-accent-100: #dbeafe;--vc-accent-200: #bfdbfe;--vc-accent-300: #93c5fd;--vc-accent-400: #60a5fa;--vc-accent-500: #3b82f6;--vc-accent-600: #2563eb;--vc-accent-700: #1d4ed8;--vc-accent-800: #1e40af;--vc-accent-900: #1e3a8a}.vc-indigo{--vc-accent-50: #eef2ff;--vc-accent-100: #e0e7ff;--vc-accent-200: #c7d2fe;--vc-accent-300: #a5b4fc;--vc-accent-400: #818cf8;--vc-accent-500: #6366f1;--vc-accent-600: #4f46e5;--vc-accent-700: #4338ca;--vc-accent-800: #3730a3;--vc-accent-900: #312e81}.vc-purple{--vc-accent-50: #faf5ff;--vc-accent-100: #f3e8ff;--vc-accent-200: #e9d5ff;--vc-accent-300: #d8b4fe;--vc-accent-400: #c084fc;--vc-accent-500: #a855f7;--vc-accent-600: #9333ea;--vc-accent-700: #7e22ce;--vc-accent-800: #6b21a8;--vc-accent-900: #581c87}.vc-pink{--vc-accent-50: #fdf2f8;--vc-accent-100: #fce7f3;--vc-accent-200: #fbcfe8;--vc-accent-300: #f9a8d4;--vc-accent-400: #f472b6;--vc-accent-500: #ec4899;--vc-accent-600: #db2777;--vc-accent-700: #be185d;--vc-accent-800: #9d174d;--vc-accent-900: #831843}.vc-focus:focus-within{outline:0;box-shadow:var(--vc-focus-ring)}.vc-light{--vc-color: var(--vc-gray-900);--vc-bg: var(--vc-white);--vc-border: var(--vc-gray-300);--vc-hover-bg: hsla(211, 25%, 84%, .3);--vc-focus-ring: 0 0 0 2px rgb(59, 131, 246, .4);--vc-header-arrow-color: var(--vc-gray-500);--vc-header-arrow-hover-bg: var(--vc-gray-200);--vc-header-title-color: var(--vc-gray-900);--vc-weekday-color: var(--vc-gray-500);--vc-weeknumber-color: var(--vc-gray-400);--vc-nav-hover-bg: var(--vc-gray-200);--vc-nav-title-color: var(--vc-gray-900);--vc-nav-item-hover-box-shadow: none;--vc-nav-item-active-color: var(--vc-white);--vc-nav-item-active-bg: var(--vc-accent-500);--vc-nav-item-active-box-shadow: var(--vc-shadow);--vc-nav-item-current-color: var(--vc-accent-600);--vc-day-popover-container-color: var(--vc-white);--vc-day-popover-container-bg: var(--vc-gray-800);--vc-day-popover-container-border: var(--vc-gray-700);--vc-day-popover-header-color: var(--vc-gray-700);--vc-popover-content-color: var(--vc-gray-900);--vc-popover-content-bg: var(--vc-gray-50);--vc-popover-content-border: var(--vc-gray-300);--vc-time-picker-border: var(--vc-gray-300);--vc-time-weekday-color: var(--vc-gray-700);--vc-time-month-color: var(--vc-accent-600);--vc-time-day-color: var(--vc-accent-600);--vc-time-year-color: var(--vc-gray-500);--vc-time-select-group-bg: var(--vc-gray-50);--vc-time-select-group-border: var(--vc-gray-300);--vc-time-select-group-icon-color: var(--vc-accent-500);--vc-select-color: var(--vc-gray-900);--vc-select-bg: var(--vc-gray-100);--vc-select-hover-bg: var(--vc-gray-200);--vc-day-content-hover-bg: var(--vc-hover-bg);--vc-day-content-disabled-color: var(--vc-gray-400)}.vc-light.vc-attr,.vc-light .vc-attr{--vc-content-color: var(--vc-accent-600);--vc-highlight-outline-bg: var(--vc-white);--vc-highlight-outline-border: var(--vc-accent-600);--vc-highlight-outline-content-color: var(--vc-accent-700);--vc-highlight-light-bg: var(--vc-accent-200);--vc-highlight-light-content-color: var(--vc-accent-900);--vc-highlight-solid-bg: var(--vc-accent-600);--vc-highlight-solid-content-color: var(--vc-white);--vc-dot-bg: var(--vc-accent-600);--vc-bar-bg: var(--vc-accent-600)}.vc-dark{--vc-color: var(--vc-white);--vc-bg: var(--vc-gray-900);--vc-border: var(--vc-gray-700);--vc-hover-bg: hsla(216, 15%, 52%, .3);--vc-focus-ring: 0 0 0 2px rgb(59 130 246 / .7);--vc-header-arrow-color: var(--vc-gray-300);--vc-header-arrow-hover-bg: var(--vc-gray-800);--vc-header-title-color: var(--vc-gray-100);--vc-weekday-color: var(--vc-accent-200);--vc-weeknumber-color: var(--vc-gray-500);--vc-nav-hover-bg: var(--vc-gray-700);--vc-nav-title-color: var(--vc-gray-100);--vc-nav-item-hover-box-shadow: none;--vc-nav-item-active-color: var(--vc-white);--vc-nav-item-active-bg: var(--vc-accent-500);--vc-nav-item-active-box-shadow: none;--vc-nav-item-current-color: var(--vc-accent-400);--vc-day-popover-container-color: var(--vc-gray-800);--vc-day-popover-container-bg: var(--vc-white);--vc-day-popover-container-border: var(--vc-gray-100);--vc-day-popover-header-color: var(--vc-gray-300);--vc-popover-content-color: var(--vc-white);--vc-popover-content-bg: var(--vc-gray-800);--vc-popover-content-border: var(--vc-gray-700);--vc-time-picker-border: var(--vc-gray-700);--vc-time-weekday-color: var(--vc-gray-400);--vc-time-month-color: var(--vc-accent-400);--vc-time-day-color: var(--vc-accent-400);--vc-time-year-color: var(--vc-gray-500);--vc-time-select-group-bg: var(--vc-gray-700);--vc-time-select-group-border: var(--vc-gray-500);--vc-time-select-group-icon-color: var(--vc-accent-400);--vc-select-color: var(--vc-gray-200);--vc-select-bg: var(--vc-gray-700);--vc-select-hover-bg: var(--vc-gray-600);--vc-day-content-hover-bg: var(--vc-hover-bg);--vc-day-content-disabled-color: var(--vc-gray-600)}.vc-dark.vc-attr,.vc-dark .vc-attr{--vc-content-color: var(--vc-accent-500);--vc-highlight-outline-bg: var(--vc-gray-900);--vc-highlight-outline-border: var(--vc-accent-300);--vc-highlight-outline-content-color: var(--vc-accent-200);--vc-highlight-light-bg: var(--vc-accent-800);--vc-highlight-light-content-color: var(--vc-accent-100);--vc-highlight-solid-bg: var(--vc-accent-500);--vc-highlight-solid-content-color: var(--vc-white);--vc-dot-bg: var(--vc-accent-500);--vc-bar-bg: var(--vc-accent-500)}.vc-container{position:relative;display:inline-flex;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;font-family:var(--vc-font-family);color:var(--vc-color);background-color:var(--vc-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}.vc-container,.vc-container *{box-sizing:border-box}.vc-container:focus,.vc-container *:focus{outline:none}.vc-container .vc-container{border:none}.vc-bordered{border:1px solid;border-color:var(--vc-border);border-radius:var(--vc-rounded-lg)}.vc-expanded{min-width:100%}.vc-transparent{background-color:transparent}.vc-date-picker-content{padding:0;background-color:var(--vc-bg)}.vc-date-picker-content .vc-container{border:0}
