.styles-module__KN5_mW__Hero{--hero-text:#3d352e;--hero-accent:var(--main-color);--hero-radius:12px;--photo-pos:50% 25%;--photo-zoom:1.18;color:var(--hero-text);background-color:#fdfbf7;background-image:radial-gradient(circle,#3d352e0d 1px,#0000 1px),linear-gradient(135deg,#fdfbf7 0%,#f4f9f4 35%,#f9f4f2 70%,#f4f4f9 100%);background-position:0 0,0 0;background-size:16px 16px,100% 100%;border-radius:24px;padding:70px 20px}.styles-module__KN5_mW__Container{align-items:center;gap:48px;max-width:960px;margin:0 auto;display:flex}.styles-module__KN5_mW__Photo{border-radius:50%;flex-shrink:0;width:260px;height:260px;overflow:hidden;box-shadow:0 8px 24px #3d352e1a}.styles-module__KN5_mW__Photo img{-o-object-fit:cover;object-fit:cover;-o-object-position:var(--photo-pos);object-position:var(--photo-pos);width:100%;height:100%;transform:scale(var(--photo-zoom))}.styles-module__KN5_mW__Content h1{color:var(--hero-text);margin:0 0 16px;font-size:2rem;font-weight:600;line-height:1.2}.styles-module__KN5_mW__Subtitle{color:var(--hero-text);opacity:.95;max-width:540px;margin:0 0 28px;font-size:1rem;line-height:1.6}.styles-module__KN5_mW__Links{align-items:center;gap:16px;display:flex}.styles-module__KN5_mW__LinkText{color:var(--hero-accent);border-bottom:1px solid #0000;font-size:1rem;font-weight:500;text-decoration:none;transition:border-color .2s}.styles-module__KN5_mW__LinkText:hover{border-bottom-color:var(--hero-accent)}.styles-module__KN5_mW__Separator{color:var(--hero-text);opacity:.3;font-size:.9rem}.styles-module__KN5_mW__Links a svg{color:var(--hero-text);opacity:.7;transition:opacity .2s,color .2s}.styles-module__KN5_mW__Links a:hover svg{opacity:1;color:var(--hero-accent)}.dark .styles-module__KN5_mW__Hero{--hero-text:#e7e5e4;--hero-accent:var(--main-color);background-color:#292524;background-image:radial-gradient(circle,#ffffff0f 1px,#0000 1px),linear-gradient(135deg,#292524 0%,#1c1917 35%,#292524 70%,#1c1917 100%);background-size:16px 16px,100% 100%}.dark .styles-module__KN5_mW__Photo{box-shadow:0 8px 24px #00000080}@media not all and (min-width:1024px){.styles-module__KN5_mW__Hero{padding:40px 20px}.styles-module__KN5_mW__Container{text-align:center;flex-direction:column;gap:24px}.styles-module__KN5_mW__Photo{width:200px;height:200px}.styles-module__KN5_mW__Links{justify-content:center}}@media not all and (min-width:768px){.styles-module__KN5_mW__Photo{width:160px;height:160px}.styles-module__KN5_mW__Content h1{font-size:1.5rem}}
.styles-module__g0S33W__SearchForm{width:100%;margin:0}.styles-module__g0S33W__SearchWrapper{width:100%;position:relative}.styles-module__g0S33W__SearchIcon{color:var(--main-color);opacity:.8;pointer-events:none;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.styles-module__g0S33W__SearchInput{width:100%;color:var(--search-text,#3d352e);background:#fff;border:1px solid #3d352e26;border-radius:999px;outline:none;padding:14px 112px 14px 48px;font-size:1rem;transition:border-color .2s,box-shadow .2s;box-shadow:0 4px 16px #3d352e0f}.styles-module__g0S33W__SearchInput:focus{border-color:var(--main-color);box-shadow:0 4px 20px #d36d6d40}.styles-module__g0S33W__SearchInput::placeholder{color:var(--search-text,#3d352e);opacity:.45}.styles-module__g0S33W__SearchInput::-webkit-search-cancel-button{appearance:none}.styles-module__g0S33W__SearchButton{background:var(--main-color);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:10px 24px;font-size:1rem;font-weight:600;transition:opacity .2s;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.styles-module__g0S33W__SearchButton:hover{opacity:.88}.dark .styles-module__g0S33W__SearchInput{--search-text:#e7e5e4;color:#e7e5e4;background:#292524;border-color:#ffffff26;box-shadow:0 4px 16px #0006}@media not all and (min-width:768px){.styles-module__g0S33W__SearchInput{padding:12px 104px 12px 44px}.styles-module__g0S33W__SearchIcon{left:16px}.styles-module__g0S33W__SearchButton{padding:10px 18px}}
.styles-module__B5xxiW__Search{--search-text:#3d352e;width:100%;color:var(--search-text);margin:0 auto}.styles-module__B5xxiW__PopularQueries{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:16px;display:flex}.styles-module__B5xxiW__PopularLabel{opacity:.6;font-size:14px}.styles-module__B5xxiW__QueryChip{color:var(--search-text);background:#fff;border:1px solid #3d352e26;border-radius:999px;align-items:center;padding:6px 14px;font-size:14px;text-decoration:none;transition:border-color .2s,color .2s;display:inline-flex}.styles-module__B5xxiW__QueryChip:hover{border-color:var(--main-color);color:var(--main-color)}.dark .styles-module__B5xxiW__Search{--search-text:#e7e5e4}.dark .styles-module__B5xxiW__QueryChip{color:#e7e5e4;background:#292524;border-color:#ffffff26}.dark .styles-module__B5xxiW__QueryChip:hover{border-color:var(--main-color);color:var(--main-color)}@media not all and (min-width:768px){.styles-module__B5xxiW__PopularQueries{gap:4px;margin-top:12px}.styles-module__B5xxiW__PopularLabel{font-size:12px}.styles-module__B5xxiW__QueryChip{padding:4px 8px;font-size:12px}}
@keyframes styles-module__2_X51q__rotate{to{transform:rotate(360deg)}}@keyframes styles-module__2_X51q__dash{0%{stroke-dasharray:1 150;stroke-dashoffset:0}50%{stroke-dasharray:90 150;stroke-dashoffset:-35px}to{stroke-dasharray:90 150;stroke-dashoffset:-124px}}.styles-module__2_X51q__Spinner{z-index:2;width:1em;height:1em;animation:2s linear infinite styles-module__2_X51q__rotate}.styles-module__2_X51q__Spinner circle{stroke:currentColor;stroke-linecap:round;animation:1.5s ease-in-out infinite styles-module__2_X51q__dash}
.styles-module__uQrP0W__block{box-shadow:none;background-color:#fcfaf6;border-radius:20px;padding:28px 32px}.dark .styles-module__uQrP0W__block{background-color:#292524}.styles-module__uQrP0W__title{text-align:center;color:#3e3d3a;margin-bottom:16px;font-size:20px;font-weight:600}.dark .styles-module__uQrP0W__title{color:#e7e5e4}.styles-module__uQrP0W__buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.styles-module__uQrP0W__btn{cursor:pointer;color:#3e3d3a;background:#fff;border:1px solid #eeeae4;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-family:inherit;font-size:15px;font-weight:500;transition:all .2s;display:flex}.dark .styles-module__uQrP0W__btn{color:#e7e5e4;background:#44403c;border-color:#57534e}.styles-module__uQrP0W__btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000000a}.styles-module__uQrP0W__icon:before{content:"";background-position:50%;background-repeat:no-repeat;background-size:contain;width:20px;height:20px;display:block}.styles-module__uQrP0W__vk:before{background-image:url(/images/icon-vk.svg)}.styles-module__uQrP0W__ok:before{background-image:url(/images/icon-ok.png)}.styles-module__uQrP0W__max:before{background-image:url(/images/icon-max.png)}@media not all and (min-width:768px){.styles-module__uQrP0W__block{padding:20px 24px}.styles-module__uQrP0W__btn>span:last-child{display:none}}
.styles-module__bWI3rW__wrapper{background-color:#fcfaf6;border-radius:20px;padding:28px 32px}.dark .styles-module__bWI3rW__wrapper{background-color:#292524}.styles-module__bWI3rW__nav{gap:20px;width:100%;display:flex}.styles-module__bWI3rW__card{color:#3e3d3a;background-color:#fff;border:1px solid #eeeae4;border-radius:20px;flex:1;padding:24px;text-decoration:none;transition:all .2s}.dark .styles-module__bWI3rW__card{color:#e7e5e4;background-color:#44403c;border-color:#57534e}.styles-module__bWI3rW__card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000000a}.styles-module__bWI3rW__label{color:#d36d6d;font-size:14px;font-weight:500}.styles-module__bWI3rW__title{color:#3e3d3a;margin-top:6px;font-size:18px;font-weight:600}.dark .styles-module__bWI3rW__title{color:#e7e5e4}@media not all and (min-width:768px){.styles-module__bWI3rW__wrapper{padding:20px 24px}.styles-module__bWI3rW__title{font-size:16px}.styles-module__bWI3rW__nav{flex-direction:column}}
.styles-module__GinrNa__content{font-size:18px;line-height:1.5}.styles-module__GinrNa__content h2{margin-top:48px;margin-bottom:32px;font-size:32px;font-weight:600;line-height:1.25}.styles-module__GinrNa__content h2:first-child{margin-top:0}.styles-module__GinrNa__content h2:last-child{margin-bottom:0}@media (max-width:767px){.styles-module__GinrNa__content h2{font-size:28px}}.styles-module__GinrNa__content h3{margin-top:48px;margin-bottom:32px;font-size:28px;font-weight:600;line-height:1.25}.styles-module__GinrNa__content h3:first-child{margin-top:0}.styles-module__GinrNa__content h3:last-child{margin-bottom:0}@media (max-width:767px){.styles-module__GinrNa__content h3{font-size:24px}}.styles-module__GinrNa__content p{margin:32px 0}.styles-module__GinrNa__content p:first-child{margin-top:0}.styles-module__GinrNa__content p:last-child{margin-bottom:0}.styles-module__GinrNa__content img[width="400"]{width:100%;height:auto}.styles-module__GinrNa__content .recipe-step{counter-increment:recipe-step;background:#fff;border-radius:20px;margin:32px 0;padding:28px 32px;display:block;position:relative;overflow:hidden;box-shadow:0 6px 24px #0000000d}.dark .styles-module__GinrNa__content .recipe-step{background:#292524;box-shadow:0 6px 24px #0006}.styles-module__GinrNa__content .recipe-step:first-child{margin-top:0}.styles-module__GinrNa__content .recipe-step:last-child{margin-bottom:0}.styles-module__GinrNa__content .recipe-step:before{content:counter(recipe-step);color:#7c9471;opacity:.05;pointer-events:none;z-index:0;font-size:100px;font-weight:700;line-height:1;position:absolute;top:-4px;right:8px}.styles-module__GinrNa__content .recipe-step__num{margin-top:-8px;margin-bottom:24px;display:block;position:relative}.styles-module__GinrNa__content .recipe-step__num:before{content:counter(recipe-step);text-align:left;color:#fff;background:#d36d6d;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:28px;font-weight:600;line-height:1;display:flex}.styles-module__GinrNa__content .recipe-step__body{min-width:0;position:relative}.styles-module__GinrNa__content .recipe-steps{counter-reset:recipe-step;margin:48px 0}.styles-module__GinrNa__content .recipe-steps:first-child{margin-top:0}.styles-module__GinrNa__content .recipe-steps:last-child{margin-bottom:0}.styles-module__GinrNa__content .gallery{grid-template-columns:repeat(2,1fr);gap:16px;margin:32px 0;display:grid}.styles-module__GinrNa__content .gallery:first-child{margin-top:0}.styles-module__GinrNa__content .gallery:last-child{margin-bottom:0}.styles-module__GinrNa__content .gallery img{cursor:zoom-in;border-radius:12px;width:100%;height:auto;display:block}@media not all and (min-width:768px){.styles-module__GinrNa__content .recipe-step{padding:20px 24px}.styles-module__GinrNa__content .gallery{gap:12px}}
.styles-module__udgj-W__Avatar{color:#f5f5f5;background-color:#e1bfbf;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;margin-top:48px;font-size:28px;transition:all .3s ease-out;display:flex;position:relative;overflow:hidden}.styles-module__udgj-W__Avatar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.styles-module__udgj-W__Input{color:#000;box-sizing:border-box;background:#fdfeff;border:1px solid #e8e9eb;border-radius:4px;width:100%;height:44px;padding:0 16px;font-size:16px}.dark .styles-module__udgj-W__Input{color:#e7e5e4;background:#1c1917;border-color:#57534e}.styles-module__udgj-W__Field{cursor:text;color:#000;background:#fdfeff;border:1px solid #e8e9eb;border-radius:4px;width:100%;padding:16px;display:block;position:relative}.dark .styles-module__udgj-W__Field{color:#e7e5e4;background:#1c1917;border-color:#57534e}.styles-module__udgj-W__Field:before{content:"";border:18px solid #0000;border-left-width:0;border-right-color:#e8e9eb;width:0;height:0;margin-top:-18px;position:absolute;top:50%;right:100%}.dark .styles-module__udgj-W__Field:before{border-color:#0000 #57534e #0000 #0000}.styles-module__udgj-W__Field:after{content:"";border:16px solid #0000;border-left-width:0;border-right-color:#fff;width:0;height:0;margin-top:-16px;position:absolute;top:50%;right:100%}.dark .styles-module__udgj-W__Field:after{border-color:#0000 #1c1917 #0000 #0000}.styles-module__udgj-W__Field:focus-within{background:#f5faff}.styles-module__udgj-W__Field:focus-within:after{border-right-color:#f5faff}.dark .styles-module__udgj-W__Field:focus-within{background:#292524}.dark .styles-module__udgj-W__Field:focus-within:after{border-right-color:#292524}@media not all and (min-width:768px){.styles-module__udgj-W__Field{padding:8px}}.styles-module__udgj-W__Textarea{resize:none;background:0 0;flex-grow:1;padding:0;font-size:16px;line-height:1.25;display:block}.styles-module__udgj-W__Textarea:focus{outline:none}@media not all and (min-width:768px){.styles-module__udgj-W__Textarea{font-size:14px}}.styles-module__udgj-W__Action{color:#c66;opacity:.6;opacity:.6;justify-content:center;align-self:flex-end;align-items:center;width:40px;height:40px;margin-top:-10px;margin-bottom:-10px;font-size:20px;display:flex}.styles-module__udgj-W__Action:hover{opacity:1}.styles-module__udgj-W__Form{width:100%;min-width:0;position:relative}.styles-module__udgj-W__QuoteIcon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:20px;display:flex}.styles-module__udgj-W__QuoteText{flex-grow:1;margin:0 6px}.styles-module__udgj-W__QuoteRemove{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:18px;display:flex}.styles-module__udgj-W__Quote{color:#c66;background:#ffe6c5;border-radius:4px;align-items:center;margin-bottom:16px;padding:8px;font-size:12px;line-height:1;text-decoration:none;display:flex;position:relative}.dark .styles-module__udgj-W__Quote{background:#44403c}.styles-module__udgj-W__Wrapper{align-items:center;gap:20px;scroll-margin-top:100px;display:flex}*+.styles-module__udgj-W__Wrapper{margin-top:2.5rem}@media not all and (min-width:768px){.styles-module__udgj-W__Input{height:36px;padding:0 12px;font-size:14px}.styles-module__udgj-W__Wrapper{flex-direction:column}.styles-module__udgj-W__Avatar{margin-top:0}.styles-module__udgj-W__Field:before,.styles-module__udgj-W__Field:after{display:none}}
.styles-module__sQ2XGa__Avatar{color:#f5f5f5;background:#e1bfbf;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;margin-right:20px;font-size:28px;display:flex;position:relative;overflow:hidden}.styles-module__sQ2XGa__Avatar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.styles-module__sQ2XGa__Name{max-width:120px;margin-right:20px;font-size:14px;font-weight:600;text-decoration:none;display:block}.styles-module__sQ2XGa__Date{color:#c66;letter-spacing:.55px;align-items:center;font-size:11px;font-weight:700;display:inline-flex}.styles-module__sQ2XGa__Date svg{margin-right:4px;font-size:20px}.styles-module__sQ2XGa__Headline{align-items:center;margin-bottom:12px;display:flex}.styles-module__sQ2XGa__Body{flex-grow:1}.styles-module__sQ2XGa__Text{font-size:14px}.styles-module__sQ2XGa__Action{color:#c66;text-transform:uppercase;border-bottom:1px dashed #c66;margin-top:8px;padding:2px 0;font-size:12px;font-weight:600;line-height:1;display:inline-block}.styles-module__sQ2XGa__Wrapper{z-index:1;align-items:flex-start;scroll-margin-top:100px;display:flex;position:relative}*+.styles-module__sQ2XGa__Wrapper{margin-top:2.5rem}.styles-module__sQ2XGa__Wrapper:before{content:"";z-index:-1;opacity:0;background:#ffd59c33;border-radius:6px;transition:opacity 1s;position:absolute;inset:-10px}.styles-module__sQ2XGa__WrapperHighlight{opacity:1}.styles-module__sQ2XGa__QuoteIcon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:20px;display:flex}.styles-module__sQ2XGa__QuoteText{flex-grow:1;margin:0 6px}.styles-module__sQ2XGa__Quote{color:#c66;background:#ffe6c5;border-radius:4px;align-items:center;margin-bottom:16px;padding:8px;font-size:12px;line-height:1;text-decoration:none;display:flex;position:relative}.dark .styles-module__sQ2XGa__Quote{background:#44403c}@media not all and (min-width:768px){.styles-module__sQ2XGa__Avatar{width:40px;height:40px;margin-right:12px;font-size:18px}.styles-module__sQ2XGa__Headline{flex-wrap:wrap}.styles-module__sQ2XGa__Name{max-width:none;font-size:13px}.styles-module__sQ2XGa__Text{font-size:13px}.styles-module__sQ2XGa__Quote{font-size:11px}}
.styles-module__1KVcrq__Title{color:#8496aa;text-transform:uppercase;border-bottom:1px solid #e5e7eb;margin-bottom:30px;padding-bottom:20px;font-size:16px;font-weight:600;line-height:1}.styles-module__1KVcrq__Title span{color:#000;margin-left:12px;font-weight:400}.dark .styles-module__1KVcrq__Title{border-bottom-color:#44403c}.dark .styles-module__1KVcrq__Title span{color:#e7e5e4}.styles-module__1KVcrq__Wall{background:#fcfaf6;border-radius:20px;padding:56px 64px}.dark .styles-module__1KVcrq__Wall{background:#292524}@media not all and (min-width:768px){.styles-module__1KVcrq__Wall{padding:20px 24px}}
.styles-module__cA8G2W__main{align-items:flex-start;gap:48px;display:flex}.styles-module__cA8G2W__right{flex-direction:column;flex:1;gap:40px;display:flex}.styles-module__cA8G2W__rightWide{flex:0 960px;width:100%;max-width:960px;margin-inline:auto}.styles-module__cA8G2W__left{flex-direction:column;flex:0 0 30%;align-self:stretch;gap:24px;display:flex}@media not all and (min-width:1024px){.styles-module__cA8G2W__left{flex:1;width:100%;position:static}}.styles-module__cA8G2W__ad{text-align:center;background-color:#fff;border-radius:20px;padding:24px;box-shadow:0 6px 24px #0000000a}.dark .styles-module__cA8G2W__ad{background-color:#292524}.styles-module__cA8G2W__adText{color:#9e9e9e;letter-spacing:.5px;font-size:14px}.dark .styles-module__cA8G2W__adText{color:#a8a29e}.styles-module__cA8G2W__bottom{flex-direction:column;gap:48px;display:flex}@media not all and (min-width:1024px){.styles-module__cA8G2W__main{flex-direction:column}}
.styles-module__c4O8EG__card{background-color:#fff;background-image:linear-gradient(#fff,#fff),linear-gradient(135deg,#d36d6d40 0%,#7c947133 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border:2px solid #0000;border-radius:20px;padding:28px 32px 24px;position:sticky;top:88px}.styles-module__c4O8EG__isStatic{position:static}.dark .styles-module__c4O8EG__card{background-color:#111827;background-image:linear-gradient(#111827,#111827),linear-gradient(135deg,#d36d6d66 0%,#7c947159 100%)}.styles-module__c4O8EG__title{color:#3e3d3a;margin-bottom:16px;font-size:22px;font-weight:600}:is(.dark .styles-module__c4O8EG__title,.dark .styles-module__c4O8EG__headerName,.dark .styles-module__c4O8EG__name){color:#e7e5e4}.styles-module__c4O8EG__list{flex-direction:column;gap:0;display:flex}.styles-module__c4O8EG__item{border-bottom:1px solid #ebe7de;justify-content:space-between;align-items:center;padding:8px 0;display:flex}.dark .styles-module__c4O8EG__item{border-bottom-color:#44403c}.styles-module__c4O8EG__item:last-child{border-bottom:none}.styles-module__c4O8EG__left{align-items:center;gap:12px;display:flex}.styles-module__c4O8EG__icon{stroke:#7c9471;stroke-width:1.5px;fill:none;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:20px;height:20px}.styles-module__c4O8EG__header{justify-content:space-between;align-items:center;margin-top:16px;padding:8px 0;display:flex}.styles-module__c4O8EG__header:first-child{margin-top:0}.styles-module__c4O8EG__headerName{color:#3e3d3a;font-size:15px;font-weight:700;line-height:1.2}.styles-module__c4O8EG__name{color:#3e3d3a;font-size:15px;line-height:1.2}.styles-module__c4O8EG__amount{color:#d36d6d;white-space:nowrap;background-color:#fdf3f3;border-radius:6px;padding:2px 8px;font-size:13px;font-weight:500}.dark .styles-module__c4O8EG__amount{background-color:#44403c}@media not all and (min-width:768px){.styles-module__c4O8EG__item{flex-wrap:wrap;gap:4px}.styles-module__c4O8EG__card{padding:20px 24px}}.styles-module__c4O8EG__fab{z-index:90;position:fixed;bottom:12px;left:50%;transform:translate(-50%)}.styles-module__c4O8EG__fabButton{color:#3e3d3a;cursor:pointer;background-image:linear-gradient(#fff,#fff),linear-gradient(135deg,#d36d6df2 0%,#7c9471f2 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border:2px solid #0000;border-radius:999px;align-items:center;gap:10px;height:48px;padding:0 24px;font-size:16px;font-weight:600;display:flex;box-shadow:0 10px 28px #00000038}.styles-module__c4O8EG__fabIcon{flex-shrink:0;width:22px;height:22px;display:flex}.styles-module__c4O8EG__fabIcon svg{stroke:#7c9471;width:100%;height:100%}.styles-module__c4O8EG__fabText{white-space:nowrap}.dark .styles-module__c4O8EG__fabButton{color:#e7e5e4;background-color:#292524;background-image:linear-gradient(#292524,#292524),linear-gradient(135deg,#d36d6df2 0%,#7c9471f2 100%)}.styles-module__c4O8EG__popup{width:calc(var(--container-width) - 2 * var(--container-padding));z-index:103;background-color:#fff;background-image:linear-gradient(#fff,#fff),linear-gradient(135deg,#d36d6d40 0%,#7c947133 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border:2px solid #0000;border-radius:20px;flex-direction:column;max-width:100%;max-height:calc(100vh - 84px);display:flex;position:fixed;bottom:72px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 14px 36px #00000038}.styles-module__c4O8EG__popupHeader{border-bottom:1px solid #ebe7de;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px 12px;display:flex}.styles-module__c4O8EG__popupTitle{color:#3e3d3a;margin:0;font-size:18px;font-weight:600}.styles-module__c4O8EG__popupClose{cursor:pointer;color:#7c9471;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.styles-module__c4O8EG__popupClose svg{width:22px;height:22px}.styles-module__c4O8EG__popupBody{padding:4px 20px 16px;overflow-y:auto}.dark .styles-module__c4O8EG__popup{background-color:#111827;background-image:linear-gradient(#111827,#111827),linear-gradient(135deg,#d36d6d66 0%,#7c947159 100%)}.dark .styles-module__c4O8EG__popupHeader{border-bottom-color:#44403c}.dark .styles-module__c4O8EG__popupTitle{color:#e7e5e4}
.styles-module__ETbn-G__card{background-color:#fff;background-image:linear-gradient(#fff,#fff),linear-gradient(135deg,#d36d6d40 0%,#7c947133 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border:2px solid #0000;border-radius:20px;padding:28px 32px}.dark .styles-module__ETbn-G__card{background-color:#111827;background-image:linear-gradient(#111827,#111827),linear-gradient(135deg,#d36d6d66 0%,#7c947159 100%)}.styles-module__ETbn-G__block{border:none;padding:0}.styles-module__ETbn-G__title{color:#3e3d3a;letter-spacing:.5px;margin-bottom:12px;font-size:14px;font-weight:600}.dark .styles-module__ETbn-G__title{color:#e7e5e4}.styles-module__ETbn-G__grid{grid-template-columns:repeat(2,1fr);gap:12px 24px;display:grid}.styles-module__ETbn-G__item{flex-direction:column;align-items:flex-start;gap:0;display:flex}.styles-module__ETbn-G__value{color:#7c9471;font-size:18px;font-weight:700}.dark .styles-module__ETbn-G__value{color:#9db894}.styles-module__ETbn-G__label{color:#9e9e9e;font-size:12px}:is(.dark .styles-module__ETbn-G__label,.dark .styles-module__ETbn-G__note){color:#a8a29e}.styles-module__ETbn-G__note{color:#9e9e9e;margin-top:16px;font-size:11px;line-height:1.4}@media not all and (min-width:1024px){.styles-module__ETbn-G__grid{grid-template-columns:repeat(4,1fr)}}@media not all and (min-width:768px){.styles-module__ETbn-G__card{padding:20px 24px}.styles-module__ETbn-G__grid{grid-template-columns:repeat(2,1fr)}}
.styles-module__ZYTWdW__Container{width:var(--container-width);max-width:100%;padding:0 var(--container-padding);box-sizing:border-box;margin-left:auto;margin-right:auto}
.styles-module__0FgoKG__Wrapper{position:relative}.styles-module__0FgoKG__Field{z-index:1;transform-origin:2rem;background:#fff;border-radius:24px;width:0;padding-left:3rem;padding-right:0;transition:background .3s ease-out,box-shadow .3s ease-out;position:absolute;inset:-8px;box-shadow:0 -5.9px 2.7px #00000005,0 -1.2px 6.9px #00000005,0 8px 14.2px #00000008,0 21.9px 29.2px #0000000a}.dark .styles-module__0FgoKG__Field{background:#6b7280;box-shadow:0 -5.9px 2.7px #fff0,0 -1.2px 6.9px #ffffff05,0 8px 14.2px #ffffff08,0 21.9px 29.2px #ffffff0a}.styles-module__0FgoKG__Button{z-index:2;opacity:.7;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;display:flex;position:relative}.styles-module__0FgoKG__Button:hover{opacity:1}
.styles-module__hdN3kq__headerTop{height:var(--header-top-height);background:url(/images/header-top.png) calc(50% - 20px) 0/auto 100% no-repeat;width:100%;display:block;position:relative}.styles-module__hdN3kq__headerBottom{background:url(/images/header-bottom.png) calc(50% - 20px) 0/auto 100% no-repeat;width:100%;height:60px;display:block;position:relative}.styles-module__hdN3kq__logo{--logo-size:116;--logo-pinned-size:56;width:calc(var(--logo-size) * 1px);height:calc(var(--logo-size) * 1px);margin-left:calc(calc(var(--logo-size) * 1px) / 2 * -1);margin-top:calc(calc(var(--logo-size) * 1px) / 2 * -1);z-index:20;position:absolute;top:50%;left:50%}.styles-module__hdN3kq__logo img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}@media not all and (min-width:1280px){.styles-module__hdN3kq__logo{--logo-size:96}}@supports not (animation-timeline:scroll()){.styles-module__hdN3kq__logo{transition:all .4s ease-in-out}.styles-module__hdN3kq__bar[data-bar-pinned=true] .styles-module__hdN3kq__logo{width:calc(var(--logo-pinned-size) * 1px);height:calc(var(--logo-pinned-size) * 1px);margin-left:calc(calc(var(--logo-pinned-size) * 1px) / 2 * -1);margin-top:calc(calc(var(--logo-pinned-size) * 1px) / 2 * -1)}}@supports (animation-timeline:scroll()){.styles-module__hdN3kq__logo{animation:linear both styles-module__hdN3kq__header-logo-shrink;animation-timeline:scroll(root);animation-range:0 var(--header-top-height)}@media not all and (min-width:1024px){.styles-module__hdN3kq__logo{animation-range:0 calc(var(--header-top-height) - 48px)}}@keyframes styles-module__hdN3kq__header-logo-shrink{0%{transform:scale(1)}to{transform:scale(calc(var(--logo-pinned-size) / var(--logo-size)))}}}.styles-module__hdN3kq__bar{z-index:100;transition:all .3s;position:sticky;top:0}@media not all and (min-width:1024px){.styles-module__hdN3kq__bar{margin-top:-48px;margin-bottom:-16px}}.styles-module__hdN3kq__bar:before{content:"";background:var(--color-blurred-background);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;box-shadow:var(--shadow-sm);z-index:-1;transition:all .3s;position:absolute;inset:0}.styles-module__hdN3kq__bar[data-bar-pinned=true]:before{opacity:1}.styles-module__hdN3kq__barAnchor{width:100%;height:1px;position:absolute;top:-2px;left:0}.styles-module__hdN3kq__barContainer{min-height:64px;display:flex;position:relative}.styles-module__hdN3kq__headerBottom:before{content:"";border-top:1px dashed var(--header-nav-border-color);border-bottom:1px dashed var(--header-nav-border-color);z-index:1;pointer-events:none;padding-top:1px;transition:all .3s ease-out;display:block;position:absolute;top:0;left:0;right:0}@media not all and (min-width:1024px){.styles-module__hdN3kq__headerBottom:before{border-top:0}}.styles-module__hdN3kq__headerTop:after{content:"";border-top:1px dashed var(--header-nav-border-color);border-bottom:1px dashed var(--header-nav-border-color);z-index:1;pointer-events:none;padding-top:1px;transition:all .3s ease-out;display:block;position:absolute;bottom:0;left:0;right:0}@media not all and (min-width:1024px){.styles-module__hdN3kq__headerTop:after{border-bottom:0}}.styles-module__hdN3kq__search{top:calc(1rem - var(--header-top-height));z-index:30;display:flex;position:absolute;left:1rem}.styles-module__hdN3kq__button{opacity:.7;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;display:flex}.styles-module__hdN3kq__button:hover{opacity:1}.styles-module__hdN3kq__slogan{border-top:4px dotted var(--slogan-border-top-color);text-align:center;color:var(--slogan-color);text-transform:uppercase;letter-spacing:12px;text-indent:12px;z-index:20;white-space:nowrap;width:max-content;margin:-20px auto 20px;padding-top:16px;font-size:14px;font-weight:400;line-height:1;transition:border-top-color .3s ease-out,color .3s ease-out}.styles-module__hdN3kq__toggle{z-index:120;width:32px;height:32px;top:1rem;right:1rem;right:calc((100vw - var(--container-width)) / 2 + 1rem);position:fixed}.styles-module__hdN3kq__toggle:after,.styles-module__hdN3kq__toggle:before{content:"";background:currentColor;border-radius:2px;width:28px;height:3px;transition:all .3s ease-out;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.styles-module__hdN3kq__toggle:before{margin-top:-8px}.styles-module__hdN3kq__toggle:after{margin-top:8px}.styles-module__hdN3kq__toggleActive.styles-module__hdN3kq__toggle:before{margin-top:0;transform:translate(-50%,-50%)rotate(-45deg)}.styles-module__hdN3kq__toggleActive.styles-module__hdN3kq__toggle:after{margin-top:0;transform:translate(-50%,-50%)rotate(45deg)}@media (min-width:1024px){.styles-module__hdN3kq__toggle{display:none}.styles-module__hdN3kq__buttons{top:calc(1rem - var(--header-top-height));align-items:center;gap:16px;display:flex;position:absolute;right:1rem}.styles-module__hdN3kq__nav{grid-template-columns:1fr 1fr;align-self:stretch;gap:140px;width:100%;display:grid}@media not all and (min-width:1280px){.styles-module__hdN3kq__nav{gap:112px}}.styles-module__hdN3kq__menu{justify-content:space-around;display:flex;position:relative}.styles-module__hdN3kq__menu li{display:flex}.styles-module__hdN3kq__menu li a{text-transform:uppercase;color:inherit;letter-spacing:.1em;white-space:nowrap;align-items:center;font-size:18px;font-weight:500;display:flex;position:relative}@media not all and (min-width:1536px){.styles-module__hdN3kq__menu li a{font-size:16px}}@media not all and (min-width:1280px){.styles-module__hdN3kq__menu li a{font-size:14px}}.styles-module__hdN3kq__menu li a:hover{color:#d36d6d}.styles-module__hdN3kq__menu li a span{border-radius:12px;padding:.25rem .75rem;transition:background .15s ease-out;display:inline-block}@media not all and (min-width:1280px){.styles-module__hdN3kq__menu li a span{border-radius:8px;padding:.25rem .5rem}}.styles-module__hdN3kq__menu li a:hover span{background:var(--muted)}.styles-module__hdN3kq__menu li:hover .styles-module__hdN3kq__menuSub{opacity:1;visibility:visible;transform:translateY(0);box-shadow:0 -5.9px 2.7px #00000005,0 -1.2px 6.9px #00000005,0 8px 14.2px #00000008,0 21.9px 29.2px #0000000a,0 49px 80px #00000012}.styles-module__hdN3kq__menuSub{box-sizing:border-box;background:var(--popover);width:max-content;min-width:100%;color:var(--popover-foreground);z-index:130;opacity:0;visibility:hidden;border-radius:6px;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 4px;padding:.75rem 1rem;transition:opacity .25s cubic-bezier(.25,.46,.45,.94),transform .25s cubic-bezier(.25,.46,.45,.94),box-shadow .25s cubic-bezier(.25,.46,.45,.94),visibility .25s cubic-bezier(.25,.46,.45,.94);display:grid;position:absolute;top:100%;transform:translateY(-10px);box-shadow:0 -2.95px 1.35px #00000005,0 -.6px 3.45px #00000005,0 4px 7.1px #00000008,0 10.95px 14.6px #0000000a,0 24.5px 40px #00000012}.styles-module__hdN3kq__menuLeft .styles-module__hdN3kq__menuSub{left:0}.styles-module__hdN3kq__menuRight .styles-module__hdN3kq__menuSub{right:0}.styles-module__hdN3kq__menuSub li a{text-transform:none;letter-spacing:0;height:40px;color:var(--popover-foreground);white-space:nowrap;border-radius:12px;flex-grow:1;align-items:center;padding:0 .75rem;font-size:16px;font-weight:400;transition:background .15s ease-out;display:flex;position:relative}@media not all and (min-width:1280px){.styles-module__hdN3kq__menuSub li a{border-radius:8px;padding:0 .5rem;font-size:14px}}.styles-module__hdN3kq__menuSub li a:hover{background:var(--muted);color:#d36d6d}}@media not all and (min-width:1024px){.styles-module__hdN3kq__buttons{align-items:center;gap:16px;padding:1rem;display:flex}.styles-module__hdN3kq__headerBottom{height:48px}.styles-module__hdN3kq__search{top:1rem;left:calc((100vw - var(--container-width)) / 2 + 1rem);position:fixed}.styles-module__hdN3kq__slogan{border-top:0;margin-top:-8px;margin-bottom:16px;padding-top:0}.styles-module__hdN3kq__nav{z-index:110;background:var(--color-blurred-background);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);-webkit-overflow-scrolling:touch;flex-direction:column;gap:0;display:none;position:fixed;inset:0;overflow-y:auto}.styles-module__hdN3kq__navShow.styles-module__hdN3kq__nav{display:flex}.styles-module__hdN3kq__menu{flex-direction:column}.styles-module__hdN3kq__menu li>a{text-transform:uppercase;letter-spacing:.1em;color:inherit;align-items:center;gap:8px;padding:1rem 1.25rem;font-size:18px;font-weight:600;display:flex}.styles-module__hdN3kq__menu li>a.styles-module__hdN3kq__hasChildren:after{content:"";border-bottom:2px solid;border-right:2px solid;flex:none;width:8px;height:8px;transform:rotate(45deg)translateY(-2px)}.styles-module__hdN3kq__menuItemOpen>a.styles-module__hdN3kq__hasChildren:after{background:currentColor;border:none;border-radius:50%;width:8px;height:8px;transform:none}.styles-module__hdN3kq__menuSub{display:none}.styles-module__hdN3kq__menuItemOpen>.styles-module__hdN3kq__menuSub{display:block}.styles-module__hdN3kq__menuSub li a{text-transform:none;letter-spacing:normal;color:inherit;padding:.75rem 1.25rem .75rem 2.25rem;font-size:16px;font-weight:400;display:block}}@media not all and (min-width:768px){.styles-module__hdN3kq__toggle{right:1rem}.styles-module__hdN3kq__search{left:1rem}}
.styles-module__8JAVWq__SectionName{letter-spacing:1px;text-transform:uppercase;border-bottom:1px solid;font-size:12px}.styles-module__8JAVWq__SectionIcon{font-size:16px}.styles-module__8JAVWq__Section{align-items:center;gap:8px;line-height:1;display:flex}.styles-module__8JAVWq__Section:hover .styles-module__8JAVWq__SectionIcon{color:var(--color-text)}.styles-module__8JAVWq__Section:hover .styles-module__8JAVWq__SectionName{border-bottom-color:#0000}.styles-module__8JAVWq__List{margin-top:16px;line-height:1}.styles-module__8JAVWq__List li+li{margin-top:12px}.styles-module__8JAVWq__List a{color:#c66;text-transform:uppercase;letter-spacing:1px;font-size:12px}.styles-module__8JAVWq__List a:hover{color:#c00}
.styles-module__IbBAjG__Overlay{z-index:105;position:fixed;inset:0}.styles-module__IbBAjG__Backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;background:#fffffff5;transition:opacity .2s ease-out;position:absolute;inset:0}
@font-face{font-family:Golos Text;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/75f2fdf2e0b68dfe-s.0fq57cj8krwmf.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Golos Text;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/cfdfbee4d6cf0a93-s.p.1jwcpm6w583_v.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Golos Text;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/634e9805ffc8f226-s.2ocajiqvilzpk.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Golos Text;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/b4a06a523f527a0e-s.p.3psl0_mnhzy2y.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Golos Text Fallback;src:local(Arial);ascent-override:90.27%;descent-override:20.26%;line-gap-override:0.0%;size-adjust:108.57%}.golos_text_c502fb89-module__rUxrSG__className{font-family:Golos Text,Golos Text Fallback;font-style:normal}.golos_text_c502fb89-module__rUxrSG__variable{--font-sans:"Golos Text", "Golos Text Fallback"}
.styles-module__SuJP_G__Wrapper{position:relative}.styles-module__SuJP_G__Wrapper:before{content:"";border-top:1px dashed var(--header-nav-border-color);border-bottom:1px dashed var(--header-nav-border-color);z-index:1;pointer-events:none;padding-top:1px;transition:all .3s ease-out;display:block;position:absolute;top:0;left:0;right:0}.styles-module__SuJP_G__Primary{padding-top:64px;padding-bottom:128px;position:relative}.styles-module__SuJP_G__Primary:before{content:"";background:url(/images/footer.png) 50% no-repeat;width:258px;height:126px;display:block;position:absolute;bottom:0;right:0}@media (max-width:1023px){.styles-module__SuJP_G__Primary:before{display:none}}.styles-module__SuJP_G__Secondary{justify-content:space-between;align-items:center;gap:2em;padding-top:32px;padding-bottom:32px;display:flex;position:relative}@media (max-width:767px){.styles-module__SuJP_G__Secondary{flex-wrap:wrap}}.styles-module__SuJP_G__Copyright{letter-spacing:.14px;font-size:13px;line-height:1.3}@media (max-width:767px){.styles-module__SuJP_G__Copyright{font-size:12px}}.styles-module__SuJP_G__Creator{letter-spacing:.14px;text-align:right;white-space:nowrap;align-items:center;margin-left:auto;font-size:13px;line-height:1.3;display:flex}.styles-module__SuJP_G__Creator:after{content:"";background:url(/images/footer-domenart.png);width:45px;height:37px;margin-left:12px;display:inline-block}.styles-module__SuJP_G__Creator:hover:after{background:url(/images/footer-domenart_hover.png)}@media (max-width:767px){.styles-module__SuJP_G__Creator{font-size:12px}}
