.air-datepicker-cell.-day-.-other-month-,.air-datepicker-cell.-year-.-other-decade-{color:var(--adp-color-other-month)}.air-datepicker-cell.-day-.-other-month-:hover,.air-datepicker-cell.-year-.-other-decade-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-day-.-other-month-,.-selected-.air-datepicker-cell.-year-.-other-decade-{background:var(--adp-background-color-selected-other-month);color:#fff}.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-day-.-other-month-,.-in-range-.air-datepicker-cell.-year-.-other-decade-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-day-.-other-month-:empty,.air-datepicker-cell.-year-.-other-decade-:empty{background:none;border:none}.air-datepicker-cell{align-items:center;border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;position:relative;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{color:var(--adp-color-disabled);cursor:default}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-.-focus-,.air-datepicker-cell.-in-range-:hover{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{background-color:var(--adp-cell-background-color-in-range);border:1px solid var(--adp-cell-border-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{background-color:var(--adp-cell-background-color-in-range);border:1px solid var(--adp-cell-border-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{border:none}.air-datepicker-cell.-selected-,.air-datepicker-cell.-selected-.-current-{background:var(--adp-cell-background-color-selected);color:#fff}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7,var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{align-items:center;color:var(--adp-day-name-color);display:flex;flex:1;font-size:.8em;justify-content:center;text-align:center;text-transform:uppercase}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-auto-rows:var(--adp-day-cell-height);grid-template-columns:repeat(7,var(--adp-day-cell-width))}.air-datepicker-body--cells.-months-{grid-auto-rows:var(--adp-month-cell-height);grid-template-columns:repeat(3,1fr)}.air-datepicker-body--cells.-years-{grid-auto-rows:var(--adp-year-cell-height);grid-template-columns:repeat(4,1fr)}.air-datepicker-nav{border-bottom:1px solid var(--adp-border-color-inner);box-sizing:initial;display:flex;justify-content:space-between;min-height:var(--adp-nav-height);padding:var(--adp-padding)}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--action,.air-datepicker-nav--title{align-items:center;cursor:pointer;display:flex;justify-content:center}.air-datepicker-nav--action{border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--adp-nav-action-size)}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{height:32px;width:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{color:var(--adp-nav-color-secondary);font-style:normal;margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{background:none;cursor:default}.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{background:#fff0;border:none;border-radius:var(--adp-btn-border-radius);color:var(--adp-btn-color);cursor:pointer;display:inline-flex;height:var(--adp-btn-height)}.air-datepicker-button:focus,.air-datepicker-button:hover{background:var(--adp-btn-background-color-hover);color:var(--adp-btn-color-hover)}.air-datepicker-button:focus{outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{align-items:center;display:flex;height:100%;justify-content:center;outline:none;width:100%}.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;padding:0 var(--adp-time-padding-inner);position:relative}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{align-items:center;display:flex;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{line-height:1;margin:0 2px 3px}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;font-size:19px;line-height:1;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);bottom:-2px;content:"";left:-2px;opacity:0;position:absolute;right:-2px;top:-3px;z-index:-1}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{align-self:flex-end;color:var(--adp-time-day-period-color);font-size:11px;margin-bottom:1px;margin-left:6px;text-transform:uppercase}.air-datepicker-time--row{align-items:center;background:linear-gradient(to right,var(--adp-time-track-color),var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;display:flex;font-size:11px;height:17px}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{-webkit-appearance:none;background:none;cursor:pointer;flex:1;height:100%;margin:0;padding:0;width:100%}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{background:#fff;border:1px solid var(--adp-time-track-color);border-radius:3px;box-sizing:border-box;cursor:pointer;height:12px;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration);width:12px}.air-datepicker-time--row input[type=range]::-moz-range-thumb{background:#fff;border:1px solid var(--adp-time-track-color);border-radius:3px;box-sizing:border-box;cursor:pointer;height:12px;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration);width:12px}.air-datepicker-time--row input[type=range]::-ms-thumb{background:#fff;border:1px solid var(--adp-time-track-color);border-radius:3px;box-sizing:border-box;cursor:pointer;height:12px;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration);width:12px}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{background:#0000;border:none;color:#0000;cursor:pointer;height:var(--adp-time-track-height)}.air-datepicker-time--row input[type=range]::-moz-range-track{background:#0000;border:none;color:#0000;cursor:pointer;height:var(--adp-time-track-height)}.air-datepicker-time--row input[type=range]::-ms-track{background:#0000;border:none;color:#0000;cursor:pointer;height:var(--adp-time-track-height)}.air-datepicker-time--row input[type=range]::-ms-fill-lower,.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:#0000}.air-datepicker{--adp-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--adp-font-size:14px;--adp-width:246px;--adp-z-index:100;--adp-padding:4px;--adp-grid-areas:"nav" "body" "timepicker" "buttons";--adp-transition-duration:.3s;--adp-transition-ease:ease-out;--adp-transition-offset:8px;--adp-background-color:#fff;--adp-background-color-hover:#f0f0f0;--adp-background-color-active:#eaeaea;--adp-background-color-in-range:#5cc4ef1a;--adp-background-color-in-range-focused:#5cc4ef33;--adp-background-color-selected-other-month-focused:#8ad5f4;--adp-background-color-selected-other-month:#a2ddf6;--adp-color:#4a4a4a;--adp-color-secondary:#9c9c9c;--adp-accent-color:#4eb5e6;--adp-color-current-date:var(--adp-accent-color);--adp-color-other-month:#dedede;--adp-color-disabled:#aeaeae;--adp-color-disabled-in-range:#939393;--adp-color-other-month-hover:#c5c5c5;--adp-border-color:#dbdbdb;--adp-border-color-inner:#efefef;--adp-border-radius:4px;--adp-border-color-inline:#d7d7d7;--adp-nav-height:32px;--adp-nav-arrow-color:var(--adp-color-secondary);--adp-nav-action-size:32px;--adp-nav-color-secondary:var(--adp-color-secondary);--adp-day-name-color:#ff9a19;--adp-day-name-color-hover:#8ad5f4;--adp-day-cell-width:1fr;--adp-day-cell-height:32px;--adp-month-cell-height:42px;--adp-year-cell-height:56px;--adp-pointer-size:10px;--adp-poiner-border-radius:2px;--adp-pointer-offset:14px;--adp-cell-border-radius:4px;--adp-cell-background-color-hover:var(--adp-background-color-hover);--adp-cell-background-color-selected:#5cc4ef;--adp-cell-background-color-selected-hover:#45bced;--adp-cell-background-color-in-range:#5cc4ef1a;--adp-cell-background-color-in-range-hover:#5cc4ef33;--adp-cell-border-color-in-range:var(--adp-cell-background-color-selected);--adp-btn-height:32px;--adp-btn-color:var(--adp-accent-color);--adp-btn-color-hover:var(--adp-color);--adp-btn-border-radius:var(--adp-border-radius);--adp-btn-background-color-hover:var(--adp-background-color-hover);--adp-btn-background-color-active:var(--adp-background-color-active);--adp-time-track-height:1px;--adp-time-track-color:#dedede;--adp-time-track-color-hover:#b1b1b1;--adp-time-thumb-size:12px;--adp-time-padding-inner:10px;--adp-time-day-period-color:var(--adp-color-secondary);--adp-mobile-font-size:16px;--adp-mobile-nav-height:40px;--adp-mobile-width:320px;--adp-mobile-day-cell-height:38px;--adp-mobile-month-cell-height:48px;--adp-mobile-year-cell-height:64px}.air-datepicker-overlay{--adp-overlay-background-color:#0000004d;--adp-overlay-transition-duration:.3s;--adp-overlay-transition-ease:ease-out;--adp-overlay-z-index:99}.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);border-radius:var(--adp-border-radius);box-shadow:0 4px 12px #00000026;box-sizing:initial;color:var(--adp-color);display:grid;font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);grid-template-areas:var(--adp-grid-areas);grid-template-columns:1fr;grid-template-rows:repeat(4,max-content);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);width:var(--adp-width);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset)*-1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset)*-1))}.air-datepicker.-active-:not(.-custom-position-){opacity:1;transform:translate(0)}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;left:auto;opacity:1;position:static;right:auto;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size:var(--adp-mobile-font-size);--adp-day-cell-height:var(--adp-mobile-day-cell-height);--adp-month-cell-height:var(--adp-mobile-month-cell-height);--adp-year-cell-height:var(--adp-mobile-year-cell-height);--adp-nav-height:var(--adp-mobile-nav-height);--adp-nav-action-size:var(--adp-mobile-nav-height);border:none;position:fixed;width:var(--adp-mobile-width)}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%,calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%,-50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{left:0;position:absolute;top:0}.air-datepicker--pointer{--pointer-half-size:calc(var(--adp-pointer-size)/2);z-index:-1}.air-datepicker--pointer,.air-datepicker--pointer:after{height:var(--adp-pointer-size);position:absolute;width:var(--adp-pointer-size)}.air-datepicker--pointer:after{background:#fff;border-right:1px solid var(--adp-border-color-inline);border-top:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);box-sizing:border-box;content:""}.-top-center- .air-datepicker--pointer,.-top-left- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-center- .air-datepicker--pointer:after,.-top-left- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-bottom- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-bottom- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-top- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-center- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-center- .air-datepicker--pointer:after,.-bottom-left- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-bottom- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-top- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-bottom- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-top- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-bottom-left- .air-datepicker--pointer,.-top-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-bottom-right- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-bottom-center- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:initial;grid-area:body;padding:var(--adp-padding)}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{border-top:1px solid var(--adp-border-color-inner);padding:var(--adp-padding)}.air-datepicker-overlay{background:var(--adp-overlay-background-color);height:0;left:0;opacity:0;position:fixed;top:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);width:0;z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{height:100%;opacity:1;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s;width:100%}

/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */.toastify{background:-webkit-linear-gradient(315deg,#73a5ff,#5477f5);background:linear-gradient(135deg,#73a5ff,#5477f5);border-radius:2px;box-shadow:0 3px 6px -1px #0000001f,0 10px 36px -4px #4d60e84d;color:#fff;cursor:pointer;display:inline-block;max-width:calc(50% - 20px);opacity:0;padding:12px 20px;position:fixed;text-decoration:none;transition:all .4s cubic-bezier(.215,.61,.355,1);z-index:2147483647}.toastify.on{opacity:1}.toast-close{background:#0000;border:0;color:#fff;cursor:pointer;font-family:inherit;font-size:1em;opacity:.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{border-radius:2px;height:1.5em;margin:-7px 5px;width:1.5em}.toastify-center{left:0;margin-left:auto;margin-right:auto;max-width:fit-content;max-width:-moz-fit-content;right:0}@media only screen and (max-width:360px){.toastify-left,.toastify-right{left:0;margin-left:auto;margin-right:auto;max-width:fit-content;right:0}}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-moz-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none}.noUi-target{position:relative}.noUi-base,.noUi-connects{height:100%;position:relative;width:100%;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{height:100%;position:absolute;right:0;top:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-style:flat;width:100%;will-change:transform;z-index:1}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{height:28px;right:-17px;top:-6px;width:34px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{bottom:-17px;height:34px;right:-6px;width:28px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#fafafa;border:1px solid #d3d3d3;border-radius:4px;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb}.noUi-connects{border-radius:3px}.noUi-connect{background:#3fb8af}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{background:#fff;border:1px solid #d9d9d9;border-radius:3px;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb;cursor:default}.noUi-active{box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}.noUi-handle:after,.noUi-handle:before{background:#e8e7e6;content:"";display:block;height:14px;left:14px;position:absolute;top:6px;width:1px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{height:1px;left:6px;top:14px;width:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#b8b8b8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{color:#999;position:absolute}.noUi-value{position:absolute;text-align:center;white-space:nowrap}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{background:#ccc;position:absolute}.noUi-marker-large,.noUi-marker-sub{background:#aaa}.noUi-pips-horizontal{height:80px;left:0;padding:10px 0;top:100%;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{height:5px;margin-left:-1px;width:2px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{height:100%;left:100%;padding:0 10px;top:0}.noUi-value-vertical{padding-left:25px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.noUi-rtl .noUi-value-vertical{-webkit-transform:translateY(50%);transform:translateY(50%)}.noUi-marker-vertical.noUi-marker{height:2px;margin-top:-1px;width:5px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{background:#fff;border:1px solid #d9d9d9;border-radius:3px;color:#000;display:block;padding:5px;position:absolute;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{bottom:120%;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.noUi-vertical .noUi-tooltip{right:120%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.noUi-horizontal .noUi-origin>.noUi-tooltip{bottom:10px;left:auto;-webkit-transform:translate(50%);transform:translate(50%)}.noUi-vertical .noUi-origin>.noUi-tooltip{right:28px;top:auto;-webkit-transform:translateY(-18px);transform:translateY(-18px)}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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") format("woff")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{bottom:0;height:15px}.ps__rail-x,.ps__rail-y{display:none;opacity:0;position:absolute;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear}.ps__rail-y{right:0;width:15px}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{background-color:initial;display:block}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{bottom:2px;height:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-y{right:2px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports(-ms-overflow-style:none){.ps{overflow:auto!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:700;src:url(../static/fonts/manrope-bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:600;src:url(../static/fonts/manrope-semibold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:400;src:url(../static/fonts/manrope-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:500;src:url(../static/fonts/manrope-medium.woff2) format("woff2")}html{color:#101323;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:140%;scroll-behavior:smooth;scrollbar-gutter:stable}html::-webkit-scrollbar{height:4px;width:4px}html::-webkit-scrollbar-thumb{background-color:#66708533;border-radius:2px}html::-webkit-scrollbar-track{background-color:#6670851a;border-radius:2px}@media(max-width:1280px){html{font-size:10px}}html body{height:100%;margin:0;text-rendering:optimizeLegibility;width:100%;-webkit-font-smoothing:antialiased}html body._locked{overflow:hidden}*,:after,:before{box-sizing:border-box}*{-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none}@media(max-width:768px){.hidden-xs{display:none!important}}@media(max-width:1024px){.hidden-sm{display:none!important}}@media(max-width:1600px){.hidden-lg{display:none!important}}.hidden{display:none!important}@media(min-width:768px){.visible-xs{display:none!important}}@media(min-width:1024px){.panel__button,.visible-sm{display:none!important}}@media(min-width:1280px){.visible-md{display:none!important}}@media(min-width:1600x){.visible-lg{display:none!important}}.embed-responsive{display:block;height:auto;overflow:hidden;padding:0;position:relative}.embed-responsive .thumbnail{height:100%;margin:0;position:absolute;top:0;width:100%}.embed-responsive-16by9{padding-bottom:56.25%}svg{fill:none}.swiper-button-next:after,.swiper-button-prev:after{display:none!important}input:not([type=checkbox]):not([type=radio]),select,textarea{appearance:none}fieldset{border:none;margin:0;padding:0}.visually-hidden{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0 0 0 0);border:0;clip-path:inset(100%);white-space:nowrap}.button{background-color:#0000;border:none;color:inherit;cursor:pointer;font:inherit;outline:none;padding:0}.icon{height:20px;width:20px}@media screen and (max-width:768px){.icon{height:16px;width:16px}}.availability._loading,.availability__reserve-loader,.base-counter._loading,.cards__list._loading,.checkout-pharmacy-card._loading,.checkout._loading,.favorite-card-shopping-item._loading,.favorites._loading,.form-subscribe:has(form._loading),.loader,.modal form._loading,.notify-modal._loading,.notify._loading,.personal-change-phone-modal._loading,.personal-pharmacy._loading,.pharmacy-card._loading,.request:has(form._loading),.round._loading,[data-btn-ajax-load]._loading{position:relative}.availability._loading:before,.availability__reserve-loader:before,.base-counter._loading:before,.cards__list._loading:before,.checkout-pharmacy-card._loading:before,.checkout._loading:before,.favorite-card-shopping-item._loading:before,.favorites._loading:before,.form-subscribe:has(form._loading):before,.loader:before,.modal form._loading:before,.notify-modal._loading:before,.notify._loading:before,.personal-change-phone-modal._loading:before,.personal-pharmacy._loading:before,.pharmacy-card._loading:before,.request:has(form._loading):before,.round._loading:before,[data-btn-ajax-load]._loading:before{border-radius:inherit;content:"";height:100%;left:0;opacity:.9;position:absolute;top:0;width:100%;z-index:3}.availability._loading:after,.availability__reserve-loader:after,.base-counter._loading:after,.cards__list._loading:after,.checkout-pharmacy-card._loading:after,.checkout._loading:after,.favorite-card-shopping-item._loading:after,.favorites._loading:after,.form-subscribe:has(form._loading):after,.loader:after,.modal form._loading:after,.notify-modal._loading:after,.notify._loading:after,.personal-change-phone-modal._loading:after,.personal-pharmacy._loading:after,.pharmacy-card._loading:after,.request:has(form._loading):after,.round._loading:after,[data-btn-ajax-load]._loading:after{animation:rotation .7s linear infinite;background-color:#0000;border:4px solid #00a95d;border-bottom-color:#e4e7ec;border-radius:50%;content:"";height:100px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100px;z-index:4}@media screen and (max-width:1024px){.availability._loading:after,.availability__reserve-loader:after,.base-counter._loading:after,.cards__list._loading:after,.checkout-pharmacy-card._loading:after,.checkout._loading:after,.favorite-card-shopping-item._loading:after,.favorites._loading:after,.form-subscribe:has(form._loading):after,.loader:after,.modal form._loading:after,.notify-modal._loading:after,.notify._loading:after,.personal-change-phone-modal._loading:after,.personal-pharmacy._loading:after,.pharmacy-card._loading:after,.request:has(form._loading):after,.round._loading:after,[data-btn-ajax-load]._loading:after{border-width:3px;height:80px;width:80px}}@keyframes rotation{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}body ._hidden{display:none}body span[data-text-accent]{color:#00a95d}main{min-width:0}.wrapper{display:grid;grid-template-rows:max-content 1fr max-content;min-height:100%}.wrapper footer,.wrapper header,.wrapper main,.wrapper>div{min-width:0}.base-container{margin:0 auto;max-width:1304px;padding:0 32px;width:100%}@media(max-width:768px){.base-container{padding:0 12px}}h1,h2,h3,h4,h5,p{margin:0}button,input,textarea{font-family:inherit}.hidden{display:none}img{height:auto;max-width:100%}input:not([type=checkbox]):not([type=radio]):not([type=number]),select,textarea{appearance:none}input[type=date]{appearance:none;cursor:pointer}input[type=date]::-webkit-datetime-edit-fields-wrapper{margin:0;padding:0}input[type=date]::-webkit-calendar-picker-indicator{display:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}input[type=number]{appearance:textfield}button:not(:disabled){cursor:pointer}a{color:currentColor;-webkit-text-decoration:none;text-decoration:none}a,a:active,a:focus{outline:none}.base-title{font-size:28px;font-style:normal;font-weight:700;line-height:normal}@media(max-width:1024px){.base-title{font-size:24px}}@media(max-width:768px){.base-title{font-size:20px;line-height:120%}}.base-title-link,.main-brands__link{color:var(--Green,#00a95d);font-size:18px;font-style:normal;font-weight:600;line-height:100%;transition:all .3s ease}@media(min-width:1025px){.base-title-link:hover,.main-brands__link:hover{color:#00a95d80}}@media(max-width:1024px){.base-title-link,.main-brands__link{display:none}}.h1{font-size:28px;font-weight:700;line-height:120%}@media screen and (max-width:1024px){.h1{font-size:24px}}@media screen and (max-width:768px){.h1{font-size:20px}}.text2{font-size:18px;font-weight:500;line-height:120%}@media screen and (max-width:1024px){.text2{font-size:16px}}@media screen and (max-width:768px){.text2{font-size:14px}}.text3{font-size:18px;font-weight:600;line-height:120%}@media screen and (max-width:768px){.text3{font-size:14px;font-weight:500}}.text4{font-size:18px;font-weight:500;line-height:140%}@media screen and (max-width:768px){.text4{font-size:14px;font-weight:500}}.text5{font-size:16px;font-weight:800;line-height:120%;text-transform:uppercase}.text6{font-size:20px;font-weight:700}.text6,.text7{line-height:140%}.text7{font-size:18px;font-weight:600}@media screen and (max-width:768px){.text7{font-size:14px;font-weight:500}}.green-text{color:#00a95d}.ruble-symbol{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}*{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}body :contains("₽"){font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important}.alphabet-section__head,.alphabet__title,.page__title{color:#101323;font-size:28px;font-weight:700;line-height:140%;margin-bottom:24px}@media screen and (max-width:1024px){.alphabet-section__head,.alphabet__title,.page__title{font-size:24px}}@media screen and (max-width:768px){.alphabet-section__head,.alphabet__title,.page__title{font-size:20px}}.page__main{background-color:#fff;padding-bottom:64px;width:100%}@media screen and (max-width:1024px){.page__main{background:var(--white,linear-gradient(0deg,#10132308 0,#10132308 100%),#fff)}.page__wrapper{padding-bottom:calc(var(--user-panel-height) + env(safe-area-inset-bottom))}}.page__controls{display:grid;margin-top:24px;row-gap:32px}@media screen and (min-width:768px)and (max-width:1024px){.page__controls{row-gap:16px}}@media screen and (max-width:1024px){.page__controls{margin-top:16px}}@media screen and (max-width:768px){.page__controls{row-gap:16px}}.content h2{font-size:20px;font-weight:600;line-height:normal;margin:24px 0;scroll-margin-top:10px}.content h2:first-of-type{margin-top:0}.content figure{margin:0 0 24px;padding:0}.content figure img{border-radius:6px;display:block;height:100%;height:440px;object-fit:cover;object-position:center;width:100%}@media screen and (max-width:1024px){.content figure img{height:320px}}@media screen and (max-width:768px){.content figure img{height:200px}}.content figure figcaption{color:#667085;font-size:16px;font-weight:400;line-height:160%;margin-top:8px}@media screen and (max-width:768px){.content figure figcaption{font-size:12px}}.content p{font-size:18px;font-weight:400;line-height:140%}@media screen and (max-width:768px){.content p{font-size:14px}}.content ul{font-size:18px;font-weight:400;line-height:140%;list-style:none;margin:0;padding:0}@media screen and (max-width:768px){.content ul{font-size:14px}}.content ul>li{align-items:center;display:flex;gap:10px;padding-left:10px}.content ul>li:before{background-color:#101323;border-radius:50%;content:"";display:block;height:3px;width:3px}.layout{column-gap:24px;display:grid;grid-template-columns:291px repeat(3,1fr);margin-bottom:60px}@media screen and (max-width:1024px){.layout{grid-template-columns:repeat(4,1fr);margin-bottom:24px}}.layout__aside{grid-column:1/2}.layout__main{grid-column:2/-1}.ps{position:relative}.ps .ps__rail-x,.ps .ps__rail-y{background-color:#6670851a;border-radius:2px;cursor:pointer;opacity:1;width:4px}.ps .ps__rail-x{transition:height .2s linear,height .2s ease-in-out}.ps .ps__rail-y{transition:width .2s linear,height .2s ease-in-out}.ps .ps__thumb-x,.ps .ps__thumb-y{background-color:#66708580;border-radius:2px;opacity:1;right:0;width:4px}.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y.ps--clicking .ps__thumb-y,.ps .ps__rail-y:focus,.ps .ps__rail-y:focus>.ps__thumb-y,.ps .ps__rail-y:hover,.ps .ps__rail-y:hover>.ps__thumb-y{width:11px}:root{--section-offset:42px;--base-container-pd:32px;--header-main-height:119px;--header-top-height:60px;--base-container-width:1304px;--user-panel-height:70px}@media screen and (max-width:1024px){:root{--section-offset:32px;--header-main-height:64px;--header-top-height:36px}}@media screen and (max-width:768px){:root{--base-container-pd:12px;--user-panel-height:54px}}.toastify.custom-toast,.toastify.custom-toast--alert,.toastify.custom-toast--error,.toastify.custom-toast--success{align-items:center;border-radius:6px;color:#fff;column-gap:10px;display:flex;font-size:14px;line-height:normal;max-width:350px;padding:20px;text-align:center;text-align:left}.toastify.custom-toast--alert:before,.toastify.custom-toast--error:before,.toastify.custom-toast--success:before,.toastify.custom-toast:before{background-position:50%;background-repeat:no-repeat;content:"";display:inline-block;flex-shrink:0;height:36px;position:relative;width:36px}@media screen and (max-width:768px){.toastify.custom-toast,.toastify.custom-toast--alert,.toastify.custom-toast--error,.toastify.custom-toast--success{font-size:10px;max-width:60%}.toastify.custom-toast--alert:before,.toastify.custom-toast--error:before,.toastify.custom-toast--success:before,.toastify.custom-toast:before{height:24px;width:24px}}.toastify.custom-toast--success:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZGF0YS1uYW1lPSJMYXllciAxIiB2aWV3Qm94PSIwIDAgNTIgNTIiPjxwYXRoIGQ9Ik0yNiA1MmEyNiAyNiAwIDEgMSAyNi0yNiAyNiAyNiAwIDAgMS0yNiAyNlptMC00OGEyMiAyMiAwIDEgMCAyMiAyMkEyMiAyMiAwIDAgMCAyNiA0WiIvPjxwYXRoIGQ9Ik0yMyAzNy42YTIgMiAwIDAgMS0xLjQxLS42bC05LjItOS4xOUEyIDIgMCAwIDEgMTUuMjIgMjVsOS4xOSA5LjE5QTIgMiAwIDAgMSAyMyAzNy42WiIvPjxwYXRoIGQ9Ik0yMyAzNy42YTIgMiAwIDAgMS0xLjQxLTMuNDJMMzYuNzggMTlhMiAyIDAgMCAxIDIuODMgMi44M0wyNC40MSAzN2EyIDIgMCAwIDEtMS40MS42WiIvPjwvc3ZnPg==)}.toastify.custom-toast--success{background:#00a95df2}.toastify.custom-toast--error:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIuMDA1IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZD0iTTQzNy4wMTYgNzQuOTg0Yy05OS45NzktOTkuOTc5LTI2Mi4wNzUtOTkuOTc5LTM2Mi4wMzMuMDAyLTk5Ljk3OCA5OS45NzgtOTkuOTc4IDI2Mi4wNzMuMDA0IDM2Mi4wMzEgOTkuOTU0IDk5Ljk3OCAyNjIuMDUgOTkuOTc4IDM2Mi4wMjktLjAwMiA5OS45NzktOTkuOTU2IDk5Ljk3OS0yNjIuMDUxIDAtMzYyLjAzMXptLTMwLjE2OCAzMzEuODZjLTgzLjMxOCA4My4zMTgtMjE4LjM5NiA4My4zMTgtMzAxLjY5MS4wMDQtODMuMzE4LTgzLjI5OS04My4zMTgtMjE4LjM3Ny0uMDAyLTMwMS42OTMgODMuMjk3LTgzLjMxNyAyMTguMzc1LTgzLjMxNyAzMDEuNjkxIDBzODMuMzE2IDIxOC4zOTQuMDAyIDMwMS42ODl6Ii8+PHBhdGggZD0iTTM2MS41OTIgMTUwLjQwOGMtOC4zMzEtOC4zMzEtMjEuODM5LTguMzMxLTMwLjE3IDBsLTc1LjQyNSA3NS40MjUtNzUuNDI1LTc1LjQyNWMtOC4zMzEtOC4zMzEtMjEuODM5LTguMzMxLTMwLjE3IDBzLTguMzMxIDIxLjgzOSAwIDMwLjE3bDc1LjQyNSA3NS40MjVMMTUwLjQzIDMzMS40Yy04LjMzMSA4LjMzMS04LjMzMSAyMS44MzkgMCAzMC4xN3MyMS44MzkgOC4zMzEgMzAuMTcgMGw3NS4zOTctNzUuMzk3IDc1LjQxOSA3NS40MTljOC4zMzEgOC4zMzEgMjEuODM5IDguMzMxIDMwLjE3IDBzOC4zMzEtMjEuODM5IDAtMzAuMTdsLTc1LjQxOS03NS40MTkgNzUuNDI1LTc1LjQyNWM4LjMzMS04LjMzMSA4LjMzMS0yMS44MzggMC0zMC4xN3oiLz48L3N2Zz4=)}.toastify.custom-toast--error{background:#f03859f2}.toastify.custom-toast--alert:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9Ii0wLjUgMCAyNSAyNSI+PHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTE4LjIyIDIxLjI1SDUuNzhhMy42IDMuNiAwIDAgMS0zLjMxLTUuMzNMOC42OSA1LjExYTMuODcgMy44NyAwIDAgMSA2LjYyIDBsNi4yMiAxMC44MWEzLjYgMy42IDAgMCAxLTMuMzEgNS4zMyIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC44OCAxNy4xNWExLjEyIDEuMTIgMCAwIDEgMS4xMy0xLjEyIDEuMTEgMS4xMSAwIDEgMS0xLjEzIDEuMTJtLjM2LTIuNzNMMTEuMSA5LjJhLjg5OC44OTggMCAwIDEgMS4yNjItLjkxNy45LjkgMCAwIDEgLjQ5LjU0NWMuMDM5LjEyLjA1Mi4yNDcuMDM5LjM3MmwtLjEzIDUuMjJhLjc2Ljc2IDAgMCAxLTEuNTIgMCIvPjwvc3ZnPg==)}.toastify.custom-toast--alert{background:#ff9913f2}.breadcrumbs{margin-bottom:24px;max-width:100%;overflow-x:hidden;overflow-y:hidden;padding-top:42px}@media screen and (max-width:1024px){.breadcrumbs{padding-top:16px}}.breadcrumbs__list{align-items:center;display:flex;gap:6px;list-style:none;margin:0;overflow-x:auto;overflow-y:hidden;padding:0;scrollbar-width:none}.breadcrumbs__list::-webkit-scrollbar{display:none;height:0;width:0}.breadcrumbs__list-item{align-items:center;color:#667085;display:flex;font-size:16px;font-style:normal;font-weight:500;line-height:100%;white-space:nowrap}@media(max-width:1024px){.breadcrumbs__list-item{font-size:14px;line-height:24px}}.breadcrumbs__list-item a{transition:all .3s ease}@media(min-width:1025px){.breadcrumbs__list-item a:hover{color:#00a95d}}.breadcrumbs__list-item:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)' opacity='.4'%3E%3Cpath fill='%23667085' d='m4.644 4.058 1.94 1.94-1.94 1.94a.498.498 0 1 0 .705.705l2.295-2.295a.5.5 0 0 0 0-.705L5.35 3.348a.5.5 0 0 0-.705 0 .51.51 0 0 0 0 .71'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 12V0h12v12z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;flex-shrink:0;height:12px;margin-right:6px;width:12px}.breadcrumbs__list-item:first-of-type:before{display:none}.base-alphabet-filter{background-color:#00a95d14;border-radius:4px;margin-bottom:40px;max-width:100%;overflow:hidden}@media screen and (max-width:768px){.base-alphabet-filter{margin-bottom:24px}}.base-alphabet-filter__list{align-items:center;display:flex;gap:20px;justify-content:space-evenly;list-style:none;margin:0;padding:0}@media screen and (max-width:768px){.base-alphabet-filter__list{gap:12px}}.base-alphabet-filter__list{min-width:max-content;padding:8px 16px}.base-alphabet-filter__item{align-items:center;display:flex;flex-shrink:0;gap:12px;position:relative}.base-alphabet-filter__item._bordered:after{background-color:#e4e7ec;border-radius:99px;content:"";height:10px;width:2px}.base-alphabet-filter__item._bordered .base-alphabet-filter__link{-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:3px}.base-alphabet-filter__link{background-color:#0000;border:none;color:inherit;color:#667085;cursor:pointer;font:inherit;font-size:16px;font-weight:500;line-height:140%;outline:none;padding:0;transition:all .3s ease;transition:all .3s linear}@media screen and (max-width:1024px){.base-alphabet-filter__link{font-size:12px}}@media(min-width:1025px){.base-alphabet-filter__link:hover{color:#00a95d;transform:scale(1.2)}}.base-alphabet-filter__link._disabled{opacity:.5;pointer-events:none}.base-alphabet-filter__link._active{color:#00a95d;font-weight:700}.base-socials{align-items:center;display:flex;gap:12px;list-style:none;margin:0;padding:0}.base-socials__item{position:relative}.base-socials__link{align-items:center;border-radius:50%;display:flex;height:32px;justify-content:center;transition:all .3s ease;width:32px}.base-socials__link svg{display:block;height:32px;width:32px}@media(min-width:1025px){.base-socials__link:hover{opacity:.7}}.base-button{align-items:center;background-color:#0000;border:0;border-radius:99px;color:inherit;cursor:pointer;display:flex;font:inherit;font-size:16px;font-weight:600;justify-content:center;line-height:100%;outline:none;padding:13px 16px;text-align:center;transition:all .3s ease}@media(max-width:768px){.base-button{font-size:14px}}.base-button--primary{background-color:#00a95d;color:#fff}@media(min-width:1025px){.base-button--primary:hover{background-color:#00a95dcc;color:#fff}}.base-button--bordered{background-color:#0000;border:1px solid #00a95d;color:#00a95d}@media(min-width:1025px){.base-button--bordered:hover{background-color:#00a95dcc;color:#fff}}.base-button--wide{width:100%}.base-button--stable{width:304px}@media screen and (max-width:768px){.base-button--stable{width:100%}}.base-button--translucent{background-color:#00a95d14;color:#00a95d}@media(min-width:1025px){.base-button--translucent:hover{background-color:#00a95dcc;color:#fff}}.base-button--bold{background-color:#0000;color:#667085;font-weight:500;padding:0}.base-button--secondary{background-color:#fff;border:1px solid #e4e7ec;color:#667085}@media(min-width:1025px){.base-button--secondary:hover{background-color:#00a95d14;border-color:#0000;color:#667085}}.base-button--transparent{background-color:#0000}.base-button--cancel{background-color:#f03859;border:1px solid #f03859;color:#fff;transition:background-color .3s ease-in-out,color .3s ease-in-out}@media(min-width:1025px){.base-button--cancel:hover{background-color:#fff;color:#f03859}}.base-button--grey{background-color:#e4e7ec4d;border:none}.base-button[disabled]{background-color:#ddd;border:none;color:#fff;opacity:.8;pointer-events:none}.base-button__text{align-items:center;display:flex;justify-content:center}[data-btn-ajax-load]._loading:before{background-color:#ffffffc7}[data-btn-ajax-load]._loading:after{border-width:2px;height:22px;width:22px}[data-btn-ajax-load]._loading{color:#0000!important;pointer-events:none}.base-radio__control{align-items:center;box-sizing:border-box;color:#101323;cursor:pointer;display:flex;font-size:18px;font-weight:400;gap:12px;line-height:120%;width:fit-content}.base-radio__control input:checked+.base-radio__marker{border-color:#00a95d}.base-radio__control input:checked+.base-radio__marker:after{opacity:1}.base-radio__control input:checked+.base-radio__icon{color:#00a95d}.base-radio__control:has(input[disabled]){opacity:.6;pointer-events:none}@media(min-width:1025px){.base-radio__control:hover .base-radio__marker{border-color:#00a95d}}@media screen and (max-width:768px){.base-radio__control{font-size:14px}}.base-radio__text{align-items:center;display:inline-flex;gap:12px}.base-radio__marker{border:2px solid #e4e7ec;border-radius:50%;flex-shrink:0;height:20px;padding:2px;position:relative;transition:all .3s ease;width:20px}.base-radio__marker:after{background-color:#00a95d;border-radius:50%;content:"";height:8px;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:8px}.base-radio__icon{color:gray;flex-shrink:0;height:20px;width:20px}@media screen and (max-width:1024px){.base-radio__icon{height:15px;width:15px}}.base-share{position:relative}.base-share__block{align-items:center;background-color:#fff;border:1px solid #00a95d;border-radius:99px;display:flex;inset:0;justify-content:center;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;visibility:hidden;z-index:5}.base-share__block._active{opacity:1;pointer-events:all;visibility:visible}.base-checkbox{align-items:flex-start;cursor:pointer;display:flex;position:relative}.base-checkbox input:checked+.base-checkbox__icon{background-color:#00a95d;border-color:#00a95d}.base-checkbox input:checked+.base-checkbox__icon svg{opacity:1;visibility:visible}.base-checkbox input._invalid+.base-checkbox__icon{border-color:#f03859}.base-checkbox:has(input[disabled]){opacity:.5;pointer-events:none}.base-checkbox__icon{align-items:center;border:2px solid #c2c6ce;border-radius:2px;display:flex;flex-shrink:0;height:20px;justify-content:center;margin-right:8px;width:20px}.base-checkbox__icon svg{height:100%;opacity:0;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;visibility:hidden;width:100%}.base-checkbox__text{color:#667085;font-size:18px;font-weight:400;line-height:15px;transition:all .3s ease;-webkit-user-select:none;user-select:none}@media screen and (max-width:1024px){.base-checkbox__text{font-size:14px}}@media screen and (max-width:768px){.base-checkbox__text{font-size:12px}}.base-checkbox__text a{color:#00a95d;transition:all .3s ease}@media(min-width:1025px){.base-checkbox__text a:hover{color:#00a95db3}}.base-checkbox__subtitle{color:#667085;display:block;font-size:14px;font-weight:400;line-height:140%;margin-top:4px}@media screen and (max-width:768px){.base-checkbox__subtitle{font-size:10px}}.base-checkbox__subtitle a{color:#00a95d;transition:all .3s ease}@media(min-width:1025px){.base-checkbox__subtitle a:hover{color:#00a95db3}}.base-collapse{width:100%}.base-collapse._active>.base-collapse__trigger .base-collapse__icon{color:#00a95d;transform:rotate(180deg)}.base-collapse._active>.base-collapse__trigger .base-collapse__title{color:#00a95d}.base-collapse__trigger{align-items:center;display:flex;gap:24px;justify-content:space-between;transition:color .3s ease-in-out;width:100%}@media(min-width:1025px){.base-collapse__trigger:hover .base-collapse__icon,.base-collapse__trigger:hover .base-collapse__title{color:#00a95d}}.base-collapse__title{color:#101323;font-size:16px;font-weight:400;line-height:140%;text-align:left;transition:color .3s ease-in-out}.base-collapse__icon{color:#667085;flex-shrink:0;height:20px;transition:all .3s ease-in-out;width:20px}.base-collapse__content{height:0;overflow:hidden;transition:height .3s ease-in-out}:root{--green-base-background:0 0% 93.5%;--white-base-background:0 0% 100%}.text-collapse._active .text-collapse__icon{color:#00a95d;transform:rotate(180deg)}.text-collapse._active .text-collapse__content:after{opacity:0;visibility:hidden}.text-collapse:not(:has(.text-collapse__icon._active)){pointer-events:none}.text-collapse:not(:has(.text-collapse__icon._active)) .text-collapse__content:after{opacity:0;visibility:hidden}.text-collapse ._hidden{display:none}.text-collapse__inner{background-color:#fff;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:16px;padding:16px}.text-collapse__title{color:#101323;font-size:24px;font-weight:700;line-height:140%}@media screen and (max-width:1024px){.text-collapse__title{font-size:20px}}.text-collapse__icon{align-self:center;color:#667085;display:none;flex-shrink:0;height:20px;transition:transform .3s ease-in-out;width:20px}.text-collapse__icon._active{display:inline-block}.text-collapse__content{font-size:16px;font-weight:400;height:auto;line-height:160%;overflow:hidden;position:relative;transition:height .3s ease-in-out}.text-collapse__content:after{bottom:0;content:"";height:50%;left:0;pointer-events:none;position:absolute;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;width:100%;z-index:2}@media screen and (max-width:1024px){.text-collapse__content{font-size:14px}.text-collapse__content:after{background:linear-gradient(180deg,hsla(var(--white-base-background)/0) 0,hsla(var(--white-base-background)/1) 100%)}}.text-collapse__content ul li{list-style-type:disc!important}.base-pagination{column-gap:4px;display:flex!important;list-style:none}.base-pagination,.base-pagination .paginate-buttons{align-items:center;justify-content:center;margin:0;padding:0}.base-pagination .paginate-buttons{background-color:#0000;border:1px solid #e4e7ec;border-radius:2px;color:inherit;color:#667085;cursor:pointer;display:flex;font:inherit;font-size:14px;font-weight:500;height:28px;line-height:100%;outline:none;transition:all .3s ease;width:28px}@media screen and (max-width:768px){.base-pagination .paginate-buttons{height:24px;width:24px}}.base-pagination .paginate-buttons svg{height:20px;width:20px}@media screen and (max-width:768px){.base-pagination .paginate-buttons svg{height:24px;width:24px}}.base-pagination .paginate-buttons.active-page{background-color:#00a95d14;border-color:#0000;color:#00a95d;pointer-events:none}.base-pagination .paginate-buttons.disabled{opacity:.2;pointer-events:none}@media(min-width:1025px){.base-pagination .paginate-buttons:not(.active-page):hover{background-color:#00a95d14;border-color:#0000;color:#00a95d}}.base-range{display:flex;flex-direction:column;row-gap:24px}.base-range__slider{background-color:#00000014;border:none;height:3px}.base-range__slider .noUi-connect{background:#00a95d}.base-range__slider .noUi-handle{background-color:#fff;border:4px solid #00a95d;border-radius:50%;cursor:pointer;height:16px;right:-8px;top:-6px;width:16px}.base-range__slider .noUi-handle:after,.base-range__slider .noUi-handle:before{display:none}.base-range__output{align-items:center;display:flex;gap:8px;justify-content:space-between}.base-range__output .base-input__control{padding-left:42px}.base-slider{position:relative}.base-slider__navigation{align-items:center;display:flex;justify-content:space-between;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:1}.base-slider__next,.base-slider__prev{align-items:center;background-color:#0000;background-color:#fff;border:1px solid #0000;border-radius:50%;box-shadow:0 4px 12px 0 rgba(0,0,0,.102);color:inherit;cursor:pointer;display:flex;font:inherit;height:40px;justify-content:center;outline:none;padding:0;pointer-events:all;transition:all .3s ease;width:40px;z-index:1}.base-slider__next svg,.base-slider__prev svg{color:#00a95d;height:24px;width:24px}.base-slider__next[disabled],.base-slider__prev[disabled]{opacity:0;pointer-events:none;visibility:hidden}@media(min-width:1025px){.base-slider__next:hover,.base-slider__prev:hover{border-color:#00a95d}}.base-slider__zoom{bottom:25px;display:flex;flex-direction:column;position:absolute;right:25px;row-gap:10px;z-index:15}.base-slider__zoom-button{align-items:center;background-color:#0000;background-color:#fff;border:1px solid #0000;border-radius:50%;box-shadow:0 4px 12px 0 rgba(0,0,0,.102);color:inherit;cursor:pointer;display:flex;font:inherit;height:45px;justify-content:center;outline:none;padding:0;pointer-events:all;transition:all .3s ease;width:45px;z-index:1}.base-slider__zoom-button svg{color:#00a95d;height:24px;width:24px}@media(min-width:1025px){.base-slider__zoom-button:hover{border-color:#00a95d}}.base-input{flex-grow:1;position:relative;width:100%}@media(min-width:1025px){.base-input:not(.base-input--disabled):focus-visible .base-input__control,.base-input:not(.base-input--disabled):hover .base-input__control{border-color:#00a95d}.base-input:not(.base-input--disabled):focus-visible .base-input__label,.base-input:not(.base-input--disabled):hover .base-input__label{color:#00a95d}}.base-input__outer{position:relative}.base-input__outer--error .base-input__control{border:1px solid #f03859}@media(max-width:768px){.base-input__outer--error .base-input__control{border:.6px solid #f03859}}.base-input__outer--error .base-input__control::placeholder,.base-input__outer--error .base-input__label{color:#f03859}.base-input__inner{position:relative}.base-input__label{background:#fff;border-radius:6px;color:#0009;font-size:12px;font-weight:600;left:12px;line-height:140%;padding:0 4px;position:absolute;top:-7px;transition:all .3s ease;z-index:1}@media(max-width:1024px){.base-input__label{font-size:10px}}.base-input__control{background:#fff;border:1px solid #0000;border-radius:6px;box-sizing:border-box;color:#101323;display:block;font-size:18px;font-weight:400;line-height:140%;padding:9.5px 16px;transition:all .3s ease;width:100%}@media(max-width:1024px){.base-input__control{font-size:14px;padding:10px 12px}}@media(max-width:768px){.base-input__control{border:1px solid #e4e4e7}}.base-input__control::placeholder{color:#667085;transition:all .3s ease}.base-input__control:disabled{color:#667085;pointer-events:none}.base-input__control[type=file]{color:#0000;cursor:pointer}.base-input__control::-webkit-file-upload-button{visibility:hidden}.base-input__control._invalid{border-color:#f03859!important}.base-input__error{color:#f03859;display:flex;font-size:14px;font-weight:400;gap:8px;line-height:140%;margin-top:8px}.base-input__error :deep(svg){height:16px;width:16px}@media(max-width:1024px){.base-input__error{font-size:12px}}.base-input__password-show{align-items:center;background-color:#0000;border:none;color:inherit;cursor:pointer;display:flex;font:inherit;height:100%;justify-content:center;outline:none;padding:0;position:absolute;right:16px;top:50%;transform:translateY(-50%);width:20px}.base-input__password-show._active .base-input__password-icon{fill:#00a95d}.base-input__password-show._active .base-input__password-icon--hide{display:block}.base-input__password-show._active .base-input__password-icon--show{display:none}.base-input__password-icon{fill:#e4e7ec;transition:fill .3s ease-in-out}@media(hover:hover)and (min-width:1025px){.base-input__password-show:hover .base-input__password-icon{fill:#00a95d}}.base-input__password-icon--show{height:15px;width:22px}.base-input__password-icon--hide{display:none;height:19px;width:22px}.base-input__btn{align-items:center;background-color:#0000;border:none;color:inherit;cursor:pointer;display:flex;font:inherit;justify-content:center;outline:none;padding:0;position:absolute;right:4px;top:50%;transform:translateY(-50%);transition:all .3s ease}.base-input__btn-icon{height:20px;width:20px}@media screen and (max-width:1024px){.base-input__btn-icon{height:16px;width:16px}}.base-input__prelabel{color:#667085;font-size:14px;font-weight:400;left:16px;line-height:140%;position:absolute;top:52%;transform:translateY(-50%)}.base-input--bordered .base-input__control{border:1px solid #e4e7ec}.base-input--secondary .base-input__control{border:1px solid rgba(0,0,0,.122);font-weight:500;line-height:19.5px}.base-input--secondary .base-input__control::placeholder{color:rgba(0,0,0,.122)}.base-input--grey .base-input__control{background-color:#f7f8f8}.base-input--search .base-input__outer:before{background:no-repeat 50% url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23E4E7EC' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m21 21-4.343-4.343m0 0A8 8 0 1 0 5.345 5.344a8 8 0 0 0 11.312 11.313'/%3E%3C/svg%3E");content:"";height:24px;width:24px}.base-input--search .base-input__control{background:#fff;border:1px solid #e4e7ec;border-radius:99px;font-size:18px;font-weight:500;line-height:100%;padding-left:50px}.base-input--search .base-input__control::placeholder{color:#e4e7ec}.base-input--password .base-input__control{padding-right:45px}.base-input__note{font-size:14px;font-weight:400;line-height:140%;margin-top:16px;opacity:.8}.base-input__file-preview{align-items:center;color:#000;column-gap:8px;display:flex;font-size:14px;padding-top:14px}.base-input__file-preview._hidden{display:none}.base-input__file-delete{background-color:#0000;border:none;color:inherit;cursor:pointer;font:inherit;margin-left:auto;outline:none;padding:0}.base-input__cv-icon,.base-input__delete-icon{flex-shrink:0;transition:color .3s ease-in-out}.base-input__cv-icon{height:20px;width:20px}@media screen and (max-width:1024px){.base-input__cv-icon{height:16px;width:16px}}.base-input__delete-icon{color:#0006;height:16px;width:16px}@media(min-width:1025px){.base-input__delete-icon:hover{color:#f03859}}.base-input__caption,.base-input__file-icon{color:#00a95d;height:16px;pointer-events:none;position:absolute;right:16px;top:50%;transform:translateY(-50%);width:16px;z-index:0}.base-input__file-name{font-size:12px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.base-input__caption{left:16px;max-width:80%;width:fit-content}.base-input-search{flex-grow:1;position:relative;width:100%}.base-input-search:not(.base-input-search--disabled):focus{background-color:#f7f8f8}@media(min-width:1025px){.base-input-search:not(.base-input-search--disabled):hover .base-input-search__control{border:1px solid #00a95d}.base-input-search:not(.base-input-search--disabled):hover .base-input-search__control::placeholder,.base-input-search:not(.base-input-search--disabled):hover .base-input-search__label{color:#101323}}.base-input-search__inner{position:relative}.base-input-search__inner--error .base-input-search__control{border:1px solid #f03859}.base-input-search__inner--error .base-input-search__control::placeholder,.base-input-search__inner--error .base-input-search__label{color:#f03859}.base-input-search__label{background:#fff;color:#adadb8;font-size:1rem;font-weight:400;left:.8rem;line-height:normal;padding:.2rem .4rem;position:absolute;top:-.8rem;z-index:1}@media(max-width:1024px){.base-input-search__label{font-size:10px;left:8px;padding:2px 4px;top:-8px}}.base-input-search__control{background:#fff;border:1px solid #e4e7ec;border-radius:99px;box-sizing:border-box;color:#101323;display:block;font-size:14px;font-weight:500;line-height:100%;padding:14.5px 50px;transition:all .3s ease;width:100%}@media screen and (max-width:768px){.base-input-search__control{padding:px 44px}}.base-input-search__control::placeholder{color:#667085;font-weight:400;transition:all .3s ease}.base-input-search__control:disabled{opacity:.6}.base-input-search__control::-webkit-search-cancel-button{display:none}.base-input-search__control:focus-visible{border:1px solid #00a95d}.base-input-search__control:focus-visible::placeholder{color:#101323}.base-input-search__icon{color:#e4e7ec;position:absolute;top:50%;transform:translateY(-50%)}.base-input-search__icon--search{height:24px;left:16px;width:24px}@media screen and (max-width:768px){.base-input-search__icon--search{height:20px;width:20px}}.base-input-search__icon--close{color:#f03859;height:12px;width:12px}@media screen and (max-width:768px){.base-input-search__icon--close{height:10px;width:10px}}.base-input-search__clear{align-items:center;background-color:#0000;border:none;color:inherit;cursor:pointer;display:flex;font:inherit;height:24px;justify-content:center;opacity:1;outline:none;padding:0;pointer-events:all;position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:opacity .1s,visibility .1s;visibility:visible;width:24px}@media screen and (max-width:768px){.base-input-search__clear{height:20px;width:20px}}.base-input-search__clear._hidden{opacity:0;pointer-events:none;visibility:hidden}.base-input-search__error{color:#f03859;display:flex;font-size:14px;font-weight:400;gap:8px;line-height:140%;margin-top:8px}.base-input-search__error :deep(svg){height:16px;width:16px}@media(max-width:1024px){.base-input-search__error{font-size:12px}}.base-input-search--secondary::placeholder{color:#e4e7ec}.base-select{color:#667085;cursor:pointer;display:inline-block;font-size:16px;font-weight:500;line-height:normal;position:relative}@media screen and (max-width:768px){.base-select{font-size:14px}}.base-select.isActive .base-select__toggle-icon{transform:rotate(180deg)}.base-select.isActive .base-select__drop{box-shadow:0 8px 6px -6px #0000000d,-8px 0 6px -6px #0000000d,8px 0 6px -6px #0000000d;padding:12px 0}.base-select.isActive .base-select__drop-list{max-height:350px}.base-select.isActive .base-select__drop-label input{pointer-events:all}.base-select.isDisabled{cursor:default;pointer-events:none}.base-select.isDisabled .base-select__toggle{opacity:.6}@media(min-width:1025px){.base-select:not(.isDisabled):hover:not(.isActive) .base-select__toggle,.base-select:not(.isDisabled):hover:not(.isActive) .base-select__toggle-icon{color:#00a95d}}.base-select__wrap{align-items:center;display:inline-flex;gap:4px;position:relative;width:100%}.base-select__wrap--error .base-select__label,.base-select__wrap--error .base-select__toggle-wrap{color:#f03859}.base-select__toggle{align-items:center;background-color:#fff;border-radius:6px;display:inline-flex;gap:4px;justify-content:space-between;padding:12px;transition:all .3s ease;width:100%}.base-select__toggle-text{max-width:100%;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.base-select__toggle-icon{color:#667085;flex-shrink:0;transition:all .3s ease}.base-select__error{color:#f03859;font-size:14px;font-weight:400;line-height:normal}.base-select__drop{background-color:#fff;border-radius:8px;left:0;min-width:100%;position:absolute;top:140%;transition:all .3s ease;z-index:1}.base-select__drop-list{list-style:none;margin:0;padding:0}.base-select__drop-list::-webkit-scrollbar{height:4px;width:4px}.base-select__drop-list::-webkit-scrollbar-thumb{background-color:#66708533;border-radius:2px}.base-select__drop-list::-webkit-scrollbar-track{background-color:#6670851a;border-radius:2px}.base-select__drop-list{display:flex;flex-direction:column;gap:8px;max-height:0;overflow-y:auto;padding:0 12px}.base-select__drop-item{flex-shrink:0;font-weight:400;padding-bottom:8px}.base-select__drop-label{cursor:pointer;display:block}.base-select__drop-label input{pointer-events:none}.base-select__drop-label input:checked+.base-select__drop-text{color:#00a95d}@media(min-width:1025px){.base-select__drop-label:hover{color:#00a95d}}.base-select__drop-text{display:inline-block;transition:all .3s ease;white-space:nowrap}.base-select--sort{color:#101323}.base-select--sort .base-select__toggle{background-color:#0000;border-radius:0;padding:0}.base-select--sort .base-select__toggle-icon{height:16px;width:16px}.base-product-label{align-items:center;border-radius:99px;color:#fff;display:flex;font-size:14px;font-weight:600;gap:4px;line-height:100%;padding:5px 8px;position:relative;text-overflow:ellipsis;white-space:nowrap}.base-product-label--purple{background-color:#d6bbfb}.base-product-label--green{background-color:#4fb7ab}.base-product-label--yellow{background-color:#fec84b}@media screen and (max-width:1024px){.base-product-label{font-size:12px}}@media screen and (max-width:768px){.base-product-label{font-size:10px}}.base-product-label__icon{color:#fff9;flex-shrink:0;height:12px;width:12px}.base-product-label__popup,.base-product-label__popup .base-popup__btn{height:100%;width:100%}.base-product-label__popup .base-popup__text-wrap{position:static}.base-product-label__popup .base-popup__text{color:#667085;text-align:left}.base-product-label__popup .base-popup__text:first-line{color:#101323;font-weight:600}.base-product-label__popup .base-popup__text a{color:#008de0}.base-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.base-map .base-map__search-block{height:450px}@media screen and (max-width:1024px){.base-map .base-map__search-block{height:auto}}.base-map .base-map__search{width:50%}@media screen and (max-width:1024px){.base-map .base-map__search{width:90%}}.base-map--three{display:grid;gap:24px;grid-template-columns:2fr 1fr}.base-map--three .base-map__search-block{height:auto;min-height:910px}@media screen and (max-width:1024px){.base-map--three .base-map__search-block{min-height:auto}}.base-map--three .base-map__search-map{min-height:910px}@media screen and (max-width:1024px){.base-map--three .base-map__search-map{min-height:400px}.base-map--three{grid-template-columns:1fr;min-height:auto}}.base-map--six{display:flex;flex-direction:column;row-gap:24px}.base-map--six .base-map__places{padding-bottom:24px}.base-map--six .base-map__places-list{grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1024px){.base-map--six .base-map__places-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.base-map--six .base-map__places-list{grid-template-columns:1fr}}.base-map__search-block{border-radius:8px;height:100%;transition:height .3s ease-in-out}.base-map__search-block:has(ymaps._hidden){height:45px}.base-map__search-block:has(ymaps._hidden) .base-map__search{left:0;transform:translateY(-20px)}.base-map__search-block:has(ymaps._hidden) .base-map__search-map{height:0}.base-map__tabs{align-items:center;background-color:#fff;border-radius:99px;display:grid;flex-shrink:0;grid-template-columns:repeat(2,1fr);list-style:none;margin:0;overflow:hidden;padding:0;position:relative}.base-map__tabs-bg{background-color:#00a95d14;border-radius:99px;inset:5px;position:absolute;transition:width .3s,transform .3s ease-out;z-index:0}.base-map__tab{color:#667085;cursor:pointer;font-size:18px;font-weight:400;padding:15px 0;text-align:center;transition:all .3s ease;-webkit-user-select:none;user-select:none;z-index:1}@media(min-width:1025px){.base-map__tab:hover{opacity:.7}}.base-map__tab._active{color:#00a95d;cursor:default}@media(min-width:1025px){.base-map__tab._active:hover{opacity:1}}@media screen and (max-width:768px){.base-map__tab{font-size:14px}}.base-map__search-map{height:100%;position:relative}@media screen and (max-width:1024px){.base-map__search-map{height:400px}}.base-map__search{background-color:#fff;border-radius:99px;box-shadow:0 4px 8px 0 rgba(0,0,0,.102);display:flex;left:5%;padding:12px 16px;position:absolute;top:20px;transition:all .3s ease-in-out;width:90%;z-index:2}.base-map__search [data-suggest]{border-radius:6px}.base-map__search-input{border:none;display:block;flex-grow:1;font-size:18px;font-weight:500;line-height:18px;padding-left:25px}@media(max-width:1280px){.base-map__search-input{font-size:14px;line-height:14px}}.base-map__search-input::placeholder{color:#e4e7ec}.base-map__search-icon{color:#6670854d;height:20px;left:16px;position:absolute;top:15px;width:20px}@media(max-width:1280px){.base-map__search-icon{height:16px;left:16px;top:15px;width:16px}}.base-map__search-stub{background-color:#fff;border-radius:6px;box-shadow:0 4px 8px 0 rgba(0,0,0,.102);font-size:12px;line-height:14px;padding:10px;position:absolute;top:calc(100% + 10px);width:calc(100% - 30px);z-index:22}.base-map__places{display:flex;flex-direction:column;text-align:right}@media screen and (max-width:1024px){.base-map__places{text-align:inherit}}.base-map__places-link{color:#00a95d;cursor:pointer;display:inline-block;font-size:18px;font-weight:600;line-height:1;margin-bottom:20px}@media screen and (max-width:1024px){.base-map__places-link{display:none}}.base-map__places-list{display:grid;flex-grow:1;gap:16px;grid-template-columns:1fr;list-style:none;margin:0;padding:0;text-align:left}@media screen and (max-width:1024px){.base-map__places-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.base-map__places-list{grid-template-columns:1fr}}.base-map__stub{align-self:flex-start;color:#667085;font-size:16px}@media screen and (max-width:1024px){.base-map__stub{align-self:center;font-size:14px}}.base-map__all{display:none}@media screen and (max-width:1024px){.base-map__all{display:block;margin-top:16px}}.base-map__more{margin:24px auto 0;width:40%}@media screen and (max-width:768px){.base-map__more{margin:16px auto 0;width:100%}}.base-map__control-button{align-items:center;background-color:#0000;background-color:#fff;border:none;border-radius:6px;box-shadow:0 4px 10px 0 rgba(102,112,133,.149);color:inherit;cursor:pointer;display:flex;font:inherit;height:40px;justify-content:center;outline:none;padding:0;width:40px}.base-map__control-button--location svg{height:25px;width:25px}.base-map__control-button--zoom-in{border-radius:6px 6px 0 0}.base-map__control-button--zoom-in svg{height:20px;width:20px}.base-map__control-button--zoom-out{border-radius:0 0 6px 6px}.base-map__control-button--zoom-out svg{height:20px;width:20px}.base-map__control-button svg{color:#667085;transition:color .3s ease-in-out}.base-map__control-button:active svg,.base-map__control-button:hover svg{color:#00a95d}.base-rating{color:#667085;display:flex;flex-direction:column;font-size:18px;font-weight:500;gap:16px;line-height:normal;position:relative}.base-rating--big .base-rating__icon{height:30px;width:30px}@media screen and (max-width:1024px){.base-rating--big .base-rating__icon{height:28px;width:28px}.base-rating{font-size:14px;gap:12px}}.base-rating[data-rating-dynamic] .base-rating__list-item{cursor:pointer}.base-rating__list{align-items:center;display:flex;list-style:none;margin:0;padding:0}.base-rating__icon{height:21px;width:21px}@media screen and (max-width:1024px){.base-rating__icon{height:16px;width:16px}}.base-rating__icon._fill{fill:#fec84b}.base-feedback__top{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.base-feedback__author{color:#2e2e2e;font-size:18px;font-weight:500;line-height:120%}@media screen and (max-width:1024px){.base-feedback__author{font-size:16px}}.base-feedback__date{color:#667085;font-size:16px;font-weight:400;line-height:1}@media screen and (max-width:1024px){.base-feedback__date{font-size:14px}}.base-feedback__rating{margin-bottom:12px}.base-feedback__description{color:#2e2e2e;font-size:18px;font-weight:400;line-height:160%}@media screen and (max-width:1024px){.base-feedback__description{font-size:14px}}.base-counter{align-items:center;background-color:#0000;background-color:#00a95d;border:1px solid #00a95d;border-radius:99px;color:inherit;color:#fff;cursor:pointer;display:flex;font:inherit;font-size:16px;font-weight:600;gap:20px;justify-content:center;line-height:1.2;outline:none;padding:10px;text-align:center}@media(min-width:1025px){.base-counter:hover{background-color:#00a95dcc}}@media(max-width:768px){.base-counter{font-size:14px}}.base-counter._active{background-color:#fff;border:1px solid #e4e7ec;color:#101323}.base-counter._active .base-counter__btn{opacity:1;pointer-events:all;visibility:visible}.base-counter._active .base-counter__input{display:inline-block}.base-counter._active .base-counter__text{display:none}.base-counter--wide{width:100%}.base-counter--disabled{background-color:#2e2e2e14;border-color:#e4e7ec;color:#667085;pointer-events:none}.base-counter--disabled .base-counter__input{display:none}.base-counter._loading{opacity:.85}.base-counter._loading:before{background-color:#fff}.base-counter._loading:after{border-width:2px;height:25px;width:25px}.base-counter__text{flex-shrink:0;min-width:20px}.base-counter__input{background-color:#0000;border:none;color:inherit;display:none;font-size:16px;font-weight:600;line-height:1.2;max-width:40px;text-align:center}@media(max-width:768px){.base-counter__input{font-size:14px}}.base-counter__btn{align-items:center;background-color:#0000;background-color:#00a95d14;border:none;border-radius:50%;color:inherit;cursor:pointer;display:flex;font:inherit;height:20px;justify-content:center;opacity:0;outline:none;padding:0;pointer-events:none;visibility:hidden;width:20px}.base-counter__btn[disabled]{filter:grayscale(50)}.base-counter__btn svg,.base-counter__btn-icon{color:#00a95d;height:14px;width:14px}.base-promo{align-items:center;background:#f7f8f8;border-radius:6px;display:flex;gap:12px;padding:6px 6px 6px 16px;transition:opacity .3s ease-in-out}.base-promo._disabled{opacity:.5;pointer-events:none}.base-promo__label{display:block;flex-grow:1}.base-promo__input{background:#0000;border:0;display:block;width:100%}.base-promo__input._invalid{color:#00a95d}.base-promo__confirm{align-items:center;background:#00a95d;border:0;border-radius:99px;color:#fff;display:flex;font-size:18px;font-weight:600;height:30px;justify-content:center;line-height:100%;padding:5px 12px;transition:opacity .3s ease-in-out;-webkit-user-select:none;user-select:none}@media screen and (max-width:1024px){.base-promo__confirm{font-size:14px}}.base-promo__confirm._disabled{opacity:.5;pointer-events:none}.base-nav{border-bottom:1px solid #6670851a;overflow:hidden}.base-nav__slider{height:30px;padding-bottom:4px}.base-nav__item{color:#667085;flex-shrink:0;font-size:20px;font-style:normal;font-weight:500;height:fit-content;line-height:120%;position:relative;transition:color .3s ease-in-out;-webkit-user-select:none;user-select:none;width:fit-content}.base-nav__item:after{background-color:#0000;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:background-color .3s ease-in-out;width:100%}.base-nav__item:hover{color:#00a95d}@media(max-width:1024px){.base-nav__item{font-size:16px}}@media(max-width:768px){.base-nav__item{font-size:14px}}.base-nav__item._active{color:#00a95d}.base-nav__item._active:after{background-color:#00a95d}.base-tabs__list{align-items:center;column-gap:32px;display:flex;list-style:none;margin:0;padding:0}@media screen and (max-width:1024px){.base-tabs__list{column-gap:16px}}.base-tabs__item{border-bottom:1px solid #e4e7ec;width:50%}.base-tabs__control{background-color:#0000;border:none;color:inherit;color:#667085;cursor:pointer;font:inherit;font-size:18px;font-weight:600;line-height:120%;outline:none;padding:0 0 8px;position:relative;transition:all .3s ease;width:100%}@media screen and (max-width:768px){.base-tabs__control{font-size:14px}}.base-tabs__control:after{background-color:#00a95d;border-radius:99px;bottom:0;content:"";height:2px;left:0;opacity:0;position:absolute;transition:all .3s ease;width:100%}.base-tabs__control._active{color:#00a95d}.base-tabs__control._active:after{opacity:1}@media(min-width:1025px){.base-tabs__control:hover{color:#00a95d}}.base-filters{display:flex;flex-direction:column;row-gap:16px}.base-filters__dropdown{align-items:center;color:#667085;column-gap:10px;display:flex;flex-wrap:wrap;font-size:14px;font-weight:500;line-height:19px;position:relative;z-index:1}.base-filters__select{z-index:9}.base-filters__label{font-size:16px}@media screen and (max-width:768px){.base-filters__label{font-size:14px}}.base-filters__viewport{overflow:hidden}.base-filters__list{align-items:center;column-gap:4px;display:flex;list-style:none;margin:0;padding:0}.base-filters__button{border:1px solid #e4e7ec;border-radius:99px;color:#2e2e2e;cursor:pointer;display:block;font-size:16px;font-weight:500;line-height:normal;padding:6.5px 16px;transition:.3s ease-in-out;-webkit-user-select:none;user-select:none;width:max-content}@media(min-width:1025px){.base-filters__button:hover{background-color:#0000;border:1px solid #00a95d}}.base-filters__button._active{background-color:#0000;border:1px solid #00a95d;color:#00a95d}@media(max-width:1024px){.base-filters__button{font-size:14px}}.base-filters__reset{background-color:#0000;border:none;color:inherit;color:#667085;cursor:pointer;font:inherit;font-size:16px;font-weight:500;line-height:normal;margin-right:10px;outline:none;padding:0;-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:2px;transition:opacity .3s ease-in-out}@media screen and (max-width:1024px){.base-filters__reset{font-size:14px}}@media(min-width:1025px){.base-filters__reset:hover{opacity:.7}}.base-user-panel{align-items:center;background-color:#fff;box-shadow:0 -4px 8px 0 #0000000d;display:flex;gap:8px;justify-content:space-between;list-style:none;margin:0;padding:16px 42px calc(16px + env(safe-area-inset-bottom))}@media screen and (max-width:768px){.base-user-panel{padding:8px 16px calc(8px + env(safe-area-inset-bottom))}}.base-user-panel__btn{align-items:center;background-color:#0000;border:none;color:inherit;color:#667085;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;font:inherit;font-size:14px;font-weight:500;gap:2px;line-height:16px;outline:none;padding:0;position:relative}@media screen and (max-width:1024px){.base-user-panel__btn{font-size:11px}}.base-user-panel__btn._active .base-user-panel__basket-marker{align-items:center;display:flex;justify-content:center;text-align:center}.base-user-panel__icon{color:#66708599;height:20px;width:20px}.base-user-panel__basket-marker{background-color:#00a95d;border-radius:50%;color:#fff;display:none;font-size:10px;font-weight:700;height:16px;line-height:100%;min-width:16px;position:absolute;right:5px;top:-5px}.base-popup{position:absolute;right:0;top:0}.base-popup__btn{align-items:center;color:#66708533;display:flex;justify-content:center;transition:all .3s ease}@media(min-width:1025px){.base-popup__btn:hover{color:#667085}}.base-popup__icon{height:15px;width:15px}.base-popup__text-wrap{display:none;position:relative}.base-popup__text-wrap._active{display:block}.base-popup__text{background-color:#fff;border-radius:6px;box-shadow:0 4px 8px 0 #0000000d;color:#000;font-size:11px;font-weight:400;line-height:140%;max-width:256px;min-width:159px;padding:8px;position:absolute;top:120%;z-index:1}.base-popup__text--right{right:-7.5px}.base-popup__text--left{left:-7.5px}.base-textarea{flex-grow:1;position:relative;width:100%}@media(min-width:1025px){.base-textarea:not(.base-textarea--disabled):focus-visible .base-textarea__control,.base-textarea:not(.base-textarea--disabled):hover .base-textarea__control{border-color:#00a95d}.base-textarea:not(.base-textarea--disabled):focus-visible .base-textarea__control::placeholder,.base-textarea:not(.base-textarea--disabled):hover .base-textarea__control::placeholder{color:#101323}.base-textarea:not(.base-textarea--disabled):focus-visible .base-textarea__label,.base-textarea:not(.base-textarea--disabled):hover .base-textarea__label{color:#00a95d}}.base-textarea__wrap{position:relative}.base-textarea__control::-webkit-scrollbar{height:4px;width:4px}.base-textarea__control::-webkit-scrollbar-thumb{background-color:#66708533;border-radius:2px}.base-textarea__control::-webkit-scrollbar-track{background-color:#6670851a;border-radius:2px}.base-textarea__control{background-color:#fff;border:1px solid #e4e7ec;border-radius:6px;color:#101323;font-size:18px;line-height:140%;margin:0;min-height:92px;padding:10px 16px;resize:none;transition:all .3s ease;width:100%}.base-textarea__control::placeholder{color:#667085;font-family:inherit;font-size:18px;transition:.3s ease-in-out}@media screen and (max-width:1024px){.base-textarea__control::placeholder{font-size:14px}}.base-textarea__control:disabled{color:#667085;pointer-events:none}.base-textarea__control._invalid{border-color:#f03859!important}@media screen and (max-width:1024px){.base-textarea__control{font-size:14px}}.base-pin{display:flex;flex-direction:column;font-size:inherit;font-weight:inherit;gap:20px;line-height:inherit}.base-pin ._hidden{display:none}.base-pin [disabled]{pointer-events:none}.base-pin__alert{align-items:center;gap:6px;margin:-4px 0 0;white-space:nowrap}.base-pin__alert .form-alert__icon{height:14px;width:14px}.base-pin__alert .form-alert__text{font-size:12px;line-height:140%}.base-pin__inner{display:flex;gap:8px;justify-content:center}.base-pin__label span{color:#101323}.base-pin__input{background-color:#0000000a;border:none;border-radius:4px;font-size:14px;font-weight:500;height:40px;line-height:140%;width:40px}.base-pin__input,.base-pin__input::placeholder{text-align:center}.base-pin__input._error{outline:1px solid #f03859}.base-pin__timer-inner{display:flex;flex-wrap:wrap;gap:4px;width:fit-content}.base-pin__timer-title{width:100%}.base-pin__timer-error{color:#f03859;line-height:140%}.base-pin__timer-send[disabled]{opacity:1}.base-pin__timer-send{background-color:#0000;border:none;color:inherit;color:#101323;cursor:pointer;font:inherit;outline:none;padding:0;-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:3px}.base-banner{height:100%;position:relative}.base-banner__wrapper{background-color:#00a95d;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:6px;display:flex;flex-direction:column;gap:8px;height:100%;justify-content:center;overflow:hidden}.base-banner__labels{display:flex;flex-direction:column;gap:4px;left:16px;position:absolute;top:16px}@media screen and (max-width:768px){.base-banner__labels{left:8px;top:8px}}.base-banner__content{align-items:flex-start;display:flex;flex-direction:column;gap:4px}.base-banner__text,.base-banner__title{color:#fff;line-height:140%}.base-banner__title{font-size:28px;font-weight:700;max-width:90%}@media screen and (max-width:1024px){.base-banner__title{font-size:24px}}@media screen and (max-width:768px){.base-banner__title{font-size:20px}}.base-banner__text{font-size:18px;font-weight:400}@media screen and (max-width:1024px){.base-banner__text{font-size:14px}}.base-ad{border:1px solid #e4e7ec;border-radius:6px;height:100%;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none}.base-ad--white .base-ad__content{color:#fff}.base-ad--grey .base-ad__content{color:#667085}@media screen and (max-width:1024px){.base-ad{border:none}}.base-ad__inner{background-color:#00a95d;background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;padding:30px 24px 16px}.base-ad__inner,.base-ad__labels{display:flex;flex-direction:column}.base-ad__labels{gap:4px;left:16px;position:absolute;top:16px}@media screen and (max-width:768px){.base-ad__labels{left:8px;top:8px}}.base-ad__content{display:flex;flex-direction:column;gap:4px;margin:auto 0}.base-ad__text,.base-ad__title{line-height:140%;max-width:50%}@media screen and (max-width:1024px){.base-ad__text,.base-ad__title{max-width:70%}}@media screen and (max-width:768px){.base-ad__text,.base-ad__title{max-width:50%}}.base-ad__title{font-size:18px;font-weight:700}@media screen and (max-width:1024px){.base-ad__title{font-size:18px}}.base-ad__text{font-size:16px;font-weight:500}@media screen and (max-width:1024px){.base-ad__text{font-size:14px}}.base-ad__button{max-width:178px;z-index:1}@media screen and (min-width:768px)and (max-width:1024px){.base-ad__button{font-size:12px;line-height:1;max-width:142px;padding:8px 16px}}.base-ad__link{inset:0;position:absolute}.line-ad{display:none;height:min-content;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none}.line-ad--white .line-ad__inner{color:#fff}.line-ad--grey .line-ad__inner{color:#667085}.line-ad--app{background-color:#fff;background-image:none;border-bottom:1px solid #e4e7ec}@media screen and (max-width:1024px){.line-ad--app._active{display:block}}.line-ad--app .line-ad__inner{align-items:center;column-gap:8px;display:flex;height:100%;justify-content:space-between;padding:11px 0}.line-ad--app .line-ad__title{color:inherit;font-size:12px;font-weight:400;line-height:17px;text-align:left}.line-ad--app .line-ad__close{background-color:#0000;border:none;color:inherit;cursor:pointer;font:inherit;outline:none;padding:6px}.line-ad--app .line-ad__close-icon{color:inherit;height:10px;width:10px}.line-ad--app .line-ad__link{background-color:#00a95d;border-radius:99px;color:#fff;display:inline-block;font-size:14px;font-weight:600;line-height:14px;margin-left:auto;padding:7px 16px;text-align:center;width:fit-content}.line-ad--app .line-ad__logo{align-items:center;border:1px solid #66708533;border-radius:6px;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.line-ad--app .line-ad__logo svg{height:18px;width:18px}.line-ad--promo{background-position:50%;background-repeat:no-repeat;background-size:cover}@media screen and (min-width:1025px){.line-ad--promo._active{display:block}}.line-ad--promo .line-ad__inner{align-items:center;color:#fff;column-gap:40px;display:flex;height:100%;justify-content:space-between;padding:11px 0}.line-ad--promo .line-ad__title{font-size:20px;font-weight:700;line-height:140%;max-width:70%}.line-ad--promo .line-ad__close{background-color:#0000;border:none;color:inherit;cursor:pointer;font:inherit;outline:none;padding:6px}@media(min-width:1025px){.line-ad--promo .line-ad__close:hover svg{opacity:.8}}.line-ad--promo .line-ad__close-icon{color:inherit;height:12px;transition:opacity .3s ease-in-out;width:12px}.line-ad--promo .line-ad__link{border:1px solid #fff;border-radius:99px;color:inherit;display:inline-block;font-size:18px;font-weight:600;line-height:18px;margin-left:auto;min-width:200px;padding:11px;text-align:center;transition:opacity .3s ease-in-out}@media(min-width:1025px){.line-ad--promo .line-ad__link:hover{opacity:.8}}.report-ad{background-color:#fff;border-bottom:1px solid #f2f4f7;display:none}.report-ad._active{display:block}.report-ad__inner{align-items:center;color:#fff;column-gap:100px;display:flex;flex-wrap:wrap;height:100%;padding:20px 0;position:relative;row-gap:12px}@media screen and (max-width:1024px){.report-ad__inner{column-gap:40px;padding:26px 0}}@media screen and (max-width:768px){.report-ad__inner{padding:16px}}.report-ad__question{color:#2e2e2e;font-size:18px;font-weight:400;letter-spacing:0;line-height:normal}@media screen and (max-width:1024px){.report-ad__question{font-size:16px;max-width:60%}}@media screen and (max-width:768px){.report-ad__question{font-size:14px}}.report-ad__accent{color:#00a95d;cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:5px}.report-ad__close{align-items:center;background-color:#0000;background-color:#6670851a;border:none;border-radius:50%;color:inherit;cursor:pointer;display:flex;font:inherit;height:32px;justify-content:center;outline:none;padding:0;width:32px}@media screen and (max-width:1024px){.report-ad__close{height:28px;position:absolute;right:0;top:12px;width:28px;z-index:2}}@media(min-width:1025px){.report-ad__close:hover{opacity:.8}}.report-ad__close-icon{color:#667085;height:12px;transition:opacity .3s ease-in-out;width:12px}.report-ad__link{margin-left:auto;max-width:300px}@media screen and (max-width:1024px){.report-ad__link{margin-left:0;max-width:none;width:fit-content}}@media screen and (max-width:540px){.report-ad__link{width:100%}}@media(min-width:1025px){.report-ad__link:hover{background-color:#fff;border-color:#00a95d;color:#00a95d}}.form-select{background-color:#fff;border:1px solid #0000;border-radius:6px;color:#667085;font-size:18px;font-style:normal;font-weight:400;line-height:1;position:relative;transition:border-color .3s ease-in-out}@media(min-width:1025px){.form-select:hover{border-color:#00a95d}}@media screen and (max-width:1024px){.form-select{font-size:14px}}.form-select._opened{border:1px solid #e4e7ec;border-radius:8px 8px 0 0}.form-select._opened .form-select__drop-title{opacity:.5}.form-select._opened .form-select__list{background-color:inherit;border:1px solid #e4e7ec;border-radius:0 0 8px 8px;opacity:1;pointer-events:all;visibility:visible}.form-select._opened .form-select__option-btn{color:inherit}@media(min-width:1025px){.form-select._opened .form-select__option-btn:hover{color:#00a95d}}.form-select._opened .form-select__drop-icon{color:#00a95d;transform:rotate(-180deg)}.form-select:has(.form-select__drop-btn[disabled]){opacity:.5;pointer-events:none}.form-select__drop-title{color:inherit;transition:opacity .3s ease-in-out}.form-select__drop-btn{align-items:center;background-color:#0000;border:none;color:inherit;cursor:pointer;display:flex;font:inherit;font-size:inherit;gap:8px;justify-content:space-between;outline:none;padding:12px;width:100%}.form-select__drop-icon{height:20px;transition:transform .3s ease-in-out,color .3s ease-in-out;width:20px}@media(hover:hover)and (min-width:1025px){.form-select__drop-btn:hover .form-select__drop-icon{color:#00a95d}}@media screen and (max-width:1024px){.form-select__drop-icon{height:16px;width:16px}}.form-select__list{font-size:inherit;height:0;left:-1px;list-style:none;margin:0;opacity:0;padding:12px 12px 0;pointer-events:none;position:absolute;right:-1px;top:100%;transition:height .3s ease,opacity .3s ease;visibility:hidden;z-index:2}.form-select__list-item{padding-bottom:16px}.form-select__list-item._active{color:#00a95d;pointer-events:none}.form-select__option-btn{background-color:#0000;border:none;color:inherit;color:#0000;cursor:pointer;font:inherit;font-size:inherit;outline:none;padding:0;text-align:left;transition:color .3s ease;width:100%}.hint{background-color:#fff;border:1px solid #f03859;border-radius:8px;bottom:100%;color:#f03859;font-size:14px;font-weight:400;left:0;line-height:120%;opacity:0;padding:8px;position:absolute;visibility:hidden;width:fit-content;z-index:6}@media screen and (max-width:1024px){.hint{font-size:12px}}.hint:before{background-color:#fff;border-bottom:1px solid #f03859;border-left:1px solid #f03859;bottom:0;content:"";height:5px;left:20px;position:absolute;transform:translateY(calc(100% - 1px)) rotate(-45deg);width:5px}.hint_show{opacity:1;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;visibility:visible}.form-alert{align-items:flex-start;color:#f03859;display:flex;gap:8px}.form-alert__icon{color:inherit;flex-shrink:0;height:16px;width:16px}.form-alert__text{font-size:14px;line-height:140%}.form-alert__text a,.form-alert__text button{background-color:#0000;border:none;color:inherit;cursor:pointer;font:inherit;font-weight:700;outline:none;padding:0;-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:3px;transition:color .3s ease-in-out}@media(min-width:1025px){.form-alert__text a:hover,.form-alert__text button:hover{color:#00a95d}}.ad-portal{left:0;position:fixed;top:0;width:100%;z-index:10}.header{padding-top:var(--header-ad-height,0);position:relative}@media screen and (max-width:1024px){.header._search .header__bottom{opacity:1;visibility:visible}}.header ._hidden{display:none}.header:has(.header__top) .mobile-menu{transform:translate(-100%,calc(var(--header-main-height) + var(--header-top-height) + var(--header-ad-height, 0px)))}.header:has(.header__top) .mobile-menu._opened{transform:translateY(calc(var(--header-main-height) + var(--header-top-height) + var(--header-ad-height, 0px)))}.header-alt._scrolled,.header._scrolled{padding-top:0;position:fixed;top:var(--header-ad-height,0);width:100%;z-index:9}.header-alt._scrolled .header-bottom__categories,.header-alt._scrolled .header-bottom__variants,.header-alt._scrolled .header-main__contact,.header-alt._scrolled .header__top,.header._scrolled .header-bottom__categories,.header._scrolled .header-bottom__variants,.header._scrolled .header-main__contact,.header._scrolled .header__top{max-height:0;opacity:0;pointer-events:none;visibility:hidden}.header-alt._scrolled .header__bottom,.header._scrolled .header__bottom{bottom:0;left:calc((100vw - var(--header-main-width))/2 + 96px);position:absolute;width:calc(var(--header-main-width) - 381px)}@media screen and (max-width:1024px){.header-alt._scrolled .header__bottom,.header._scrolled .header__bottom{bottom:0;left:0;width:100%}}.header-alt._scrolled .header__bottom .header__search-modal.modal--searchPopup,.header._scrolled .header__bottom .header__search-modal.modal--searchPopup{max-height:80vh}.header-alt._scrolled .header__bottom .header__search-modal.modal--searchPopup .modal__scroll-container,.header._scrolled .header__bottom .header__search-modal.modal--searchPopup .modal__scroll-container{max-height:70vh}.header-alt._scrolled .header__bottom .header__catalog-modal,.header._scrolled .header__bottom .header__catalog-modal{max-height:80vh}.header-alt._scrolled .header__catalog-modal,.header-alt._scrolled .header__search-modal.modal--searchPopup,.header._scrolled .header__catalog-modal,.header._scrolled .header__search-modal.modal--searchPopup{top:calc(var(--header-ad-height) + 86px)}.header-alt._scrolled .header__main,.header._scrolled .header__main{height:80px}@media screen and (max-width:1024px){.header-alt._scrolled .header__main,.header._scrolled .header__main{height:auto}}.header-alt._scrolled .header-main__wrap,.header._scrolled .header-main__wrap{height:80px;padding:16px 0;position:relative}@media screen and (max-width:1024px){.header-alt._scrolled .header-main__wrap,.header._scrolled .header-main__wrap{height:auto}}.header-alt._scrolled .header-main__logo,.header._scrolled .header-main__logo{height:50px;width:67px}@media screen and (max-width:1024px){.header-alt._scrolled .header-main__logo,.header._scrolled .header-main__logo{height:28px;width:128px}}@media screen and (min-width:1025px){.header-alt._scrolled .header-bottom__wrap,.header._scrolled .header-bottom__wrap{gap:16px;padding-top:0}}.header-alt._scrolled .mobile-menu,.header._scrolled .mobile-menu{padding-bottom:calc(var(--user-panel-height));transform:translate(-100%,calc(var(--header-main-height) + var(--header-ad-height, 0px)))}.header-alt._scrolled .mobile-menu._opened,.header._scrolled .mobile-menu._opened{transform:translateY(calc(var(--header-main-height) + var(--header-ad-height, 0px)))}.header__top{max-height:var(--header-top-height,60px);opacity:1;pointer-events:auto;visibility:visible}.header-top__wrap{align-items:center;column-gap:10px;display:flex;justify-content:space-between;padding:22px 0;position:relative}@media(max-width:1024px){.header-top__wrap{padding:10px 0}}.location{gap:5px;width:fit-content}.location.base-button{padding:0}.location__icon{height:16px;width:16px}.location__icon--dot{color:#00a95d}.location__content{color:#101323;font-size:14px;font-weight:500;letter-spacing:.28px;line-height:100%;text-align:left}.header-top__nav-wrap{display:flex;gap:16px;justify-content:flex-start}.header-top__nav{align-items:center;display:flex;gap:16px;list-style:none;margin:0;padding:0}.header-top__nav-item{color:#667085;font-size:14px;font-weight:500;line-height:100%}.header-top__nav-item:hover{color:#00a95d;cursor:pointer}@media(max-width:1024px){.header-top__nav-item:not(:first-of-type){display:none}}.user.base-button{gap:4px;padding:0}.user__icon{color:#00a95d;height:16px;width:16px}.user__content{font-size:14px;font-weight:500;letter-spacing:.28px;line-height:100%}.header__main{background-color:#f9f9f9;height:119px}@media(max-width:1024px){.header__main{background-color:#e9e9e9;height:64px}}.header-main__wrap{align-items:center;display:flex;justify-content:space-between;padding:27px 0 26px;position:relative;transition:height .3s ease-in-out,padding .3s ease-in-out}@media(max-width:1024px){.header-main__wrap{padding:16px 0}}.header-main__nav{display:flex;gap:12px}.header-main__button{align-items:center;background-color:#0000;background:#fff;border:none;border-radius:4px;color:inherit;cursor:pointer;display:flex;flex-shrink:0;font:inherit;height:32px;justify-content:center;outline:none;padding:0;width:32px}@media(min-width:1025px){.header-main__button:hover{background-color:#00a95d14;color:#667085}.header-main__button{display:none}}.header-main__button-icon{color:#00a95d;flex-shrink:0;height:20px;width:20px}.header-main__logo{display:block;flex-shrink:0;height:63px;position:relative;width:291px}@media(max-width:1280px){.header-main__logo{height:50px;width:233px}}@media(max-width:1024px){.header-main__logo{height:28px;width:128px}}.header-main__logo-icon{display:block;left:0;position:absolute;top:50%;transform:translateY(-50%)}.header-main__logo-icon--large{height:63px;opacity:1;visibility:visible;width:291px}@media(max-width:1280px){.header-main__logo-icon--large{height:50px;width:233px}}@media(max-width:1024px){.header-main__logo-icon--large{height:28px;width:128px}}.header-main__logo-icon--small{height:50px;opacity:0;visibility:hidden;width:67px}.header._scrolled .header-main__logo-icon--large{opacity:0;visibility:hidden}@media screen and (max-width:1024px){.header._scrolled .header-main__logo-icon--large{opacity:1;visibility:visible}}.header._scrolled .header-main__logo-icon--small{opacity:1;visibility:visible}@media screen and (max-width:1024px){.header._scrolled .header-main__logo-icon--small{opacity:0;visibility:hidden}}.header-main__content{display:flex;gap:16px}.header-main__contact{display:flex;flex-direction:column;gap:4px;max-height:120px;opacity:1;overflow:hidden;pointer-events:auto;visibility:visible}@media(max-width:1024px){.header-main__contact{display:none}}.header-main__contact-title{color:#667085;font-size:14px;font-weight:500;letter-spacing:.28px;line-height:normal}.header-main__contact-link{color:#101323;display:flex;font-size:18px;font-weight:600;gap:8px;letter-spacing:.36px;line-height:normal}.phone-icon{flex-shrink:0;height:24px;width:24px}.header-main__contact-schedule{color:#667085;font-size:10px;font-weight:500;letter-spacing:.2px;line-height:normal}.header-main__buttons{align-items:center;display:flex;gap:16px;transition:gap .3s ease-in-out}@media(max-width:1024px){.favorites.header__favorites-button{display:none}}@media(max-width:768px){.modal--right.header__favorites-modal._opened{height:calc(100vh - 56px);justify-content:space-between;right:-11px;top:-36px;width:100%}}.header__favorites-modal{max-height:60vh}@media(max-width:768px){.header__favorites-modal{height:100%}}.header-main__like-icon{height:50px;width:50px}@media(max-width:1024px){.header-main__basket{display:none}}.header-main__basket-button{background-color:#00a95d;border:1px solid #00a95d;color:#fff;gap:8px;min-width:187px;padding:11px 16px}.header-main__basket-button._active{background-color:#00a95d14}.header-main__basket-button._active .header-main__basket-counter{display:inline-block}.header-main__basket-button._active .header-main__basket-amount{display:block}.header-main__basket-button._active .header-main__basket-title{display:none}.header-main__basket-button._active .header-main__basket-icon{color:#00a95d}@media(min-width:1025px){.header-main__basket-button:hover{opacity:.7}}.header-main__basket-inner{display:inline-block;position:relative}.header-main__basket-counter{background-color:#00a95d;border-radius:50%;bottom:100%;color:#fff;display:none;font-size:10px;font-weight:700;height:16px;line-height:16px;position:absolute;right:0;transform:translate(30%,70%);width:16px}.header-main__basket-icon{flex-shrink:0;height:24px;width:24px}.header-main__basket-amount,.header-main__basket-title{font-size:20px}.header-main__basket-amount{color:#00a95d;display:none}.header__bottom:has(.header__search-modal._opened) .header-bottom__search{position:relative;z-index:11}@media screen and (max-width:1024px){.header__bottom{background-color:#fff;border-top:1px solid #e4e7ec;bottom:0;display:flex;flex-direction:column;height:var(--header-main-height);justify-content:center;opacity:0;position:absolute;visibility:hidden;width:100%}.header__bottom .header-bottom__categories,.header__bottom .header-bottom__variants{display:none}}.header-bottom__wrap{display:flex;flex-direction:column;gap:24px;padding-top:24px}.header__catalog-button{color:#fff;font-size:20px;font-weight:600;gap:8px;line-height:100%;min-width:185px}@media(max-width:1024px){.header__catalog-button{display:none}}.header__catalog-button._active .header__catalog-open{display:none}.header__catalog-button._active .header__catalog-close{display:block}.header__catalog-close,.header__catalog-open{flex-shrink:0;height:24px;width:24px}.header__catalog-close{display:none}.header-bottom__actions{align-items:center;column-gap:16px;display:flex}.header-bottom__search{align-items:center;background:#fff;border:1px solid #e6e6e6;border-radius:99px;box-shadow:0 4px 8px 0 #0000001a;display:flex;flex-grow:1;gap:10px;justify-content:space-between;padding:12px 16px}@media screen and (max-width:1024px){.header-bottom__search{border-color:#00a95d;box-shadow:none;padding:8px 16px}.header-bottom__search~.modal-overlay{top:var(--header-ad-height)}}.header__search-modal.modal--searchPopup{max-height:calc(70vh - var(--header-ad-height));max-width:calc(var(--base-container-width) - var(--base-container-pd)*2);padding:0;top:calc(275px + var(--header-ad-height));transform:translate(-50%);transition:top .3s ease-in-out,max-height .3s ease-in-out;width:calc(100% - var(--base-container-pd)*2)}.header__search-modal.modal--searchPopup .modal__scroll-container{max-height:calc(60vh - var(--header-ad-height));padding:0 16px 0 0}@media screen and (max-width:1024px){.header__search-modal.modal--searchPopup{max-height:90vh;top:calc(112px + var(--header-ad-height))}.header__search-modal.modal--searchPopup .modal__scroll-container{max-height:70vh;padding:0 8px 0 0}}.header__catalog-modal.modal{box-shadow:0 0 8px 4px #00000026;max-height:calc(65vh - var(--header-ad-height));max-width:calc(var(--base-container-width) - var(--base-container-pd)*2);padding:0;top:calc(275px + var(--header-ad-height));transform:translate(-50%);transition:top .3s ease-in-out,max-height .3s ease-in-out;width:calc(100% - var(--base-container-pd)*2)}.header__catalog-modal.modal .modal__scroll-container{overflow:hidden;padding:0}.header-bottom__search-icon{cursor:pointer;flex-shrink:0;height:24px;transition:stroke .3s ease-in-out,color .3s ease-in-out;width:24px}@media screen and (max-width:1024px){.header-bottom__search-icon{height:20px;width:20px}}.header-bottom__search-icon--search{color:#00a95d}.header-bottom__search-icon--clear{stroke:#e4e7ec}@media(min-width:1025px){.header-bottom__search-icon--clear:hover{stroke:#f03859}}.header-bottom__search-icon--voice{stroke:#667085}.header-bottom__search-icon--voice._recording{animation:beat .5s infinite alternate;stroke:#f03859}@media(min-width:1025px){.header-bottom__search-icon--voice:hover{stroke:#00a95d}}.header-bottom__search-icon._hidden{display:none}.header-bottom__search-submit{background-color:#0000;background-color:#00a95d;border:none;border-radius:40px;color:inherit;color:#fff;cursor:pointer;font:inherit;font-size:20px;font-weight:500;line-height:100%;margin:-13px -16px -13px 0;outline:none;padding:15px 35px;position:relative;transition:opacity .3s ease-in-out;z-index:10}@media(min-width:1025px){.header-bottom__search-submit:hover{opacity:.7}}@media screen and (max-width:1024px){.header-bottom__search-submit{font-size:16px;margin:-9px -16px -9px 0;padding:17px 24px}}.header-bottom__search-inner{position:relative;width:100%}.header-bottom__search-hint{color:#667085;display:inline-block;font-size:14px;font-weight:400;left:0;line-height:100%;max-width:100%;overflow:hidden;position:absolute;text-overflow:ellipsis;top:50%;transform:translateY(-50%);white-space:nowrap;width:100%}@media screen and (max-width:1024px){.header-bottom__search-hint{font-size:12px}}.header-bottom__search-hint a{color:#00a95d;font-size:16px;font-weight:500;line-height:16px}@media screen and (max-width:1024px){.header-bottom__search-hint a{font-size:12px}}.header-bottom__search-input{border:none;color:#667085;font-size:14px;font-weight:400;line-height:100%;width:100%}.header-bottom__search-input:focus-within+.header-bottom__search-hint,.header-bottom__search-input:not(:placeholder-shown)+.header-bottom__search-hint{display:none}.header-bottom__categories{display:flex;gap:20px;justify-content:flex-start;list-style:none;margin:0;max-height:80px;opacity:1;overflow:hidden;padding:0;transition:max-height .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out;visibility:visible}.header-bottom__categories-item{color:#2e2e2e;font-size:24px;font-weight:500;line-height:normal}@media(max-width:1280px){.header-bottom__categories-item{font-size:18px}}.header-bottom__viewport{overflow:hidden}.header-bottom__variants{align-items:center;align-self:stretch;display:flex;gap:38px;max-height:80px;opacity:1;overflow:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;visibility:visible}.header-bottom__promotions{align-content:center;flex-shrink:0}.header-bottom__diseases,.header-bottom__promotions{align-items:center;display:flex;gap:16px}.header-bottom__tag{align-items:center;border-radius:115px;display:flex;gap:10px;justify-content:center;padding:6.5px 15px;white-space:nowrap}.header-bottom__tag-colored{color:#fff;font-size:16px;font-weight:500;line-height:normal;width:140px}.header-bottom__tag-colored--yellow{background:#fec84b}.header-bottom__tag-colored--pink{background:#f03859cc}.header-bottom__tag-colored--red{background:#f03859}.header-bottom__tag-colored svg{color:#fff;opacity:.8}.tag__icon--yellow{flex-shrink:0;height:18px;width:18px}.tag__icon--pink{flex-shrink:0;height:20px;width:20px}.tag__icon--red{flex-shrink:0;height:22px;width:22px}.header-bottom__diseases-tag{align-items:center;border:1px solid #e4e7ec;border-radius:115px;color:#667085;display:flex;font-size:18px;font-weight:500;gap:10px;justify-content:center;line-height:normal;padding:6.5px 15px;white-space:nowrap}.header-bottom__diseases-tag:active{background-color:#00a95d14;border-color:#0000;color:#00a95d}.header-bottom__diseases-tag--green{background:#00a95d14;border:none;color:#00a95d}@keyframes beat{to{transform:scale(1.25)}}.header__recovery-modal.modal,.header__recovery-modal.modal .modal__scroll-container{overflow:visible}.header-alt{background-color:#f9f9f9;padding-top:var(--header-ad-height,0);transition:padding-top .3s ease-in-out}@media(max-width:1024px){.header-alt{background-color:#e9e9e9}}.header-alt__inner{align-items:center;display:flex;height:119px;justify-content:space-between}@media(max-width:1024px){.header-alt__inner{height:64px}}.header-alt__logo-link{display:block;height:63px;width:291px}.header-alt__logo-link svg{height:100%;width:100%}@media screen and (max-width:1024px){.header-alt__logo-link{height:28px;width:128px}}.header-alt__call-link{align-items:center;background-color:#fff;border:1px solid #00a95d;border-radius:6px;display:flex;height:45px;justify-content:center;transition:box-shadow .3s ease-in-out;width:45px}@media screen and (max-width:1024px){.header-alt__call-link{border-color:#fff;border-radius:4px;height:32px;width:32px}}.header-alt__call-link svg{height:24px;width:24px}@media screen and (max-width:1024px){.header-alt__call-link svg{height:20px;width:20px}}@media(min-width:1025px){.header-alt__call-link:hover{box-shadow:0 0 10px #0000004d}}.footer{padding-bottom:32px;padding-top:32px}.footer__subscribe{margin-bottom:24px}.footer__wrap{display:grid;gap:24px;grid-template-columns:1fr}.footer__top{column-gap:90px;display:flex;row-gap:24px}@media(max-width:1024px){.footer__top{flex-direction:column}}.footer-menu{max-width:33%}@media(max-width:1024px){.footer-menu{max-width:100%}}@media screen and (min-width:1025px){.footer-menu:nth-of-type(odd) .footer-menu__list{column-count:1}}.footer-menu__title{font-size:20px;font-weight:600;letter-spacing:.4px;line-height:normal;margin-bottom:16px}@media(max-width:1024px){.footer-menu__title{font-size:16px}}.footer-menu__list{column-count:2;list-style:none;margin:0;padding:0}.footer-menu__item{margin-bottom:8px}.footer-menu__link{color:#667085;font-size:16px;font-weight:500;line-height:140%;outline:#00a95d12;transition:all .3s ease}@media(min-width:1025px){.footer-menu__link:hover{color:#00a95d}}@media(max-width:1024px){.footer-menu__link{font-size:14px}}@media(max-width:768px){.footer-menu__link{font-size:12px}}.footer__links{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between}@media(max-width:1024px){.footer__links{align-items:flex-start;flex-direction:column;row-gap:24px}}.footer-charity{align-items:center;background-color:#00a95d14;border:1px solid #0000;border-radius:8px;color:#00a95d;display:flex;gap:6px;padding:12px 16px;transition:all .3s ease}@media(min-width:1025px){.footer-charity:hover{border-color:#00a95d;opacity:.7}}@media(max-width:1024px){.footer-charity{width:100%}}.footer-charity svg{flex-shrink:0}.footer-charity__img{display:block;flex-shrink:0;height:40px;object-fit:cover;object-position:center;width:40px}.footer-charity__title{font-size:18px;font-weight:600;line-height:120%}@media(max-width:1024px){.footer-charity__title{flex-grow:1;font-size:16px}}.footer-apps{align-items:center;display:flex;gap:8px}.footer-apps__item{display:block;height:56px;transition:all .3s ease;width:189px}@media(min-width:1025px){.footer-apps__item:hover{transform:scale(1.05)}}@media(max-width:768px){.footer-apps__item{height:40px;width:135px}}.footer__socials-title{font-size:20px;font-weight:600;letter-spacing:.4px;line-height:normal;margin-bottom:16px}@media(max-width:1024px){.footer__socials-title{font-size:16px}}.footer__copyright{color:#667085;font-size:16px;font-style:normal;font-weight:500;letter-spacing:.32px;line-height:160%}@media(max-width:1024px){.footer__copyright{font-size:14px;margin-bottom:70px}}@media(max-width:768px){.footer__copyright{margin-bottom:54px}}.footer-contacts__title{font-size:20px;font-style:normal;font-weight:600;letter-spacing:.4px;line-height:normal;margin-bottom:16px}@media(max-width:1024px){.footer-contacts__title{font-size:16px}}.footer-contacts__row{display:grid;gap:16px;grid-template-columns:1fr 1fr}@media(max-width:768px){.footer-contacts__row{gap:8px;grid-template-columns:1fr}}.footer-contacts__item{background:#f9fafb;border-radius:8px;padding:16px}.footer-contacts__item-title{color:#667085;font-size:16px;font-style:normal;font-weight:500;letter-spacing:.32px;line-height:normal;margin-bottom:16px}@media(max-width:1024px){.footer-contacts__item-title{font-size:14px;margin-bottom:8px}}.footer-contacts__item-link{align-items:center;display:flex;gap:8px}.footer-contacts__item-link a{color:#101323;font-size:20px;font-weight:600;letter-spacing:.4px;line-height:normal;transition:all .3s ease;white-space:nowrap}@media(min-width:1025px){.footer-contacts__item-link a:hover{color:#00a95d}}@media(max-width:1024px){.footer-contacts__item-link a{font-size:16px}}@media(max-width:768px){.footer-contacts__item-link a{font-size:14px}}.footer-contacts__item-link span{color:#667085;font-size:16px;font-weight:500;letter-spacing:.32px;line-height:normal}@media(max-width:1024px){.footer-contacts__item-link span{font-size:14px}}@media(max-width:768px){.footer-contacts__item-link span{font-size:10px}}.footer-contacts__item-link svg{color:#00a95d;flex-shrink:0;height:26px;width:26px}@media(max-width:768px){.footer-contacts__item-link svg{height:20px;width:20px}}.footer__panel{bottom:0;left:0;position:fixed;width:100%;z-index:6}.scroll-top{align-items:center;background-color:#0000;background-color:#fff;border:1px solid #0000;border-radius:50%;bottom:50px;box-shadow:0 4px 12px 0 rgba(0,0,0,.102);color:inherit;cursor:pointer;display:flex;font:inherit;height:60px;justify-content:center;opacity:0;outline:none;padding:0;pointer-events:none;position:fixed;right:var(--base-container-pd);transition:all .3s ease;visibility:hidden;width:60px;z-index:1;z-index:4}.scroll-top svg{color:#00a95d;height:40px;transform:rotate(180deg);width:40px}@media screen and (max-width:1024px){.scroll-top{bottom:calc(var(--user-panel-height) + 15px);height:40px;width:40px}.scroll-top svg{height:24px;width:24px}}@media(min-width:1025px){.scroll-top:hover{border-color:#00a95d}}.scroll-top._active{opacity:1;pointer-events:all;visibility:visible}@media screen and (max-width:1024px){body:has(.product-purshase__buttons._fixed) .scroll-top{bottom:calc(var(--user-panel-height) + 90px)}}.report-button{align-items:center;background-color:#0000;background-color:#f03859;border:1px solid #0000;border-radius:4px 4px 0 0;box-shadow:0 4px 19px 0 rgba(102,112,133,.149);color:inherit;color:#fff;cursor:pointer;display:flex;font:inherit;font-size:14px;font-weight:500;height:47px;justify-content:center;line-height:100%;outline:none;padding:18px 14px;position:fixed;right:0;top:30dvh;transform:rotate(-90deg);transform-origin:right bottom;transition:all .3s ease;width:178px;z-index:10}@media screen and (max-width:1024px){.report-button{height:35px;padding:14px 8px;width:170px}}@media(min-width:1025px){.report-button:hover{opacity:.75}}.form-subscribe{background-color:#00a95d14;border-radius:4px;padding:12px}.form-subscribe:has(form._loading):before{background-color:#fff}.form-subscribe__header{align-items:center;display:flex;gap:16px;margin-bottom:16px}@media screen and (max-width:1024px){.form-subscribe__header{align-items:flex-start;flex-direction:column;gap:8px}}.form-subscribe__title{color:#2e2e2e;font-size:20px;font-weight:600;letter-spacing:.28px;line-height:normal}@media screen and (max-width:1024px){.form-subscribe__title{font-size:16px}}@media screen and (max-width:768px){.form-subscribe__title{font-size:16px}}.form-subscribe__subtitle{color:#667085;font-size:18px;font-weight:500;line-height:140%}@media screen and (max-width:1024px){.form-subscribe__subtitle{font-size:14px}}@media screen and (max-width:768px){.form-subscribe__subtitle{font-size:12px}}.form-subscribe__form{align-items:center;display:flex;gap:16px}@media screen and (max-width:1024px){.form-subscribe__form{align-items:flex-start;flex-direction:column}}.form-subscribe__input{max-width:452px}.form-subscribe__input .base-input__control{padding-right:64px}.form-subscribe__input .base-input__btn{background-color:#00a95d;border-radius:3px;color:#fff;height:32px;width:48px}@media screen and (max-width:1024px){.form-subscribe__input{max-width:100%}}.form-subscribe__button{max-width:240px}@media screen and (max-width:768px){.form-subscribe__button{max-width:100%}}.promotions .swiper-grid>.swiper-wrapper{flex-wrap:wrap}.promotions .swiper-grid-column>.swiper-wrapper{flex-direction:unset!important;flex-wrap:wrap;gap:24px}@media screen and (max-width:768px){.promotions__inner--offset{margin-right:calc(var(--base-container-pd)*-1)}}.promotions__filters{margin-bottom:24px}.promotions__slider{padding-bottom:32px}@media(max-width:1024px){.promotions__slider{padding:0}}.promotions__slider--inside-bullets{padding-bottom:0}@media(max-width:1024px){.promotions__slider--inside-bullets .promotions__pagination{display:block}}.promotions__slider--inside-bullets .promotions__pagination .promotions__bullet:not(.promotions__bullet-active){background-color:#fff3}@media(max-width:1024px){.promotions__pagination{display:none}}.promotions__bullet{background-color:#66708533;opacity:1}.promotions__bullet-active{background-color:#00a95d}.promotions__more{display:none}@media(max-width:1024px){.promotions__more{display:block}}.promotion{min-width:0;-webkit-user-select:none;user-select:none;width:100%}@media(max-width:768px){.promotion{width:270px}}.promotion__inner{background-color:#00a95d;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:6px;display:flex;flex-direction:column;gap:8px;height:272px;justify-content:center;overflow:hidden;padding-left:24px;position:relative}@media(max-width:1024px){.promotion__inner{height:200px;padding-left:16px}}@media(max-width:768px){.promotion__inner{justify-content:center}}.promotion__inner :not(.promotion__image){z-index:1}.promotion__image{inset:0;pointer-events:none;position:absolute;z-index:0}.promotion__image img{height:100%;width:100%}@media screen and (max-width:768px){.promotion__image img{height:100%;object-fit:cover;width:auto}}.promotion__main{align-items:flex-start;color:#fff;display:flex;flex-direction:column;gap:4px;max-width:90%;transition:color .3s ease-in-out}.promotion__main:after{content:"";inset:0;position:absolute;z-index:0}@media(min-width:1025px){.promotion__main:hover{color:#72d769}}.promotion__title{color:inherit;font-size:24px;font-weight:700;line-height:140%}@media(max-width:1024px){.promotion__title{font-size:18px;line-height:normal}}@media(max-width:768px){.promotion__title{font-size:16px;padding-top:8px}}.promotion__text{color:inherit;font-size:16px;font-weight:400;line-height:140%}@media(max-width:1024px){.promotion__text{font-size:14px}}@media(max-width:768px){.promotion__text{font-size:10px}}.promotion__ad{left:24px;position:absolute;top:24px;z-index:2}@media(max-width:1024px){.promotion__ad{left:8px;top:8px}}.promotion__add{color:#fff;display:flex;flex-direction:column;font-size:16px;font-weight:500;gap:8px;line-height:140%;position:relative;width:fit-content;z-index:2}@media(max-width:1024px){.promotion__add{font-size:14px}}.promotion__add-link{color:#fff;transition:color .3s ease-in-out}@media(min-width:1025px){.promotion__add-link:hover{color:#72d769}}.main-brands__list{display:grid;gap:16px 8px;grid-template-columns:repeat(4,1fr);list-style:none;list-style-type:none;margin:0;padding:0;padding-inline-start:0}@media(max-width:1024px){.main-brands__list{display:flex;flex-direction:column;gap:8px}}.brand-card{align-items:center;background-color:#fff;border:1px solid #e4e7ec;border-radius:8px;display:flex;flex:1 0 0;flex-direction:column;gap:12px;justify-content:center;max-width:100%;min-width:0;padding:16px;position:relative;transition:border-color .3s ease-in-out}.brand-card:hover{border-color:#00a95d}.brand-card:hover .brand-card__icon{color:#00a95d;transform:translate(5px,-50%)}@media(max-width:1024px){.brand-card{align-items:flex-start;border:none;border-radius:6px;gap:12px;width:100%}}.brand__logo{height:40px;object-fit:contain;object-position:center;width:100%}@media(max-width:1024px){.brand__logo{display:none}}.brand-card__title{color:#2e2e2e;font-size:18px;font-style:normal;font-weight:500;line-height:140%}@media(max-width:1024px){.brand-card__title{font-size:16px}}@media(max-width:768px){.brand-card__title{font-size:14px}}.brand-card__icon{color:#667085;height:20px;opacity:.6;position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:all .3s ease;width:20px;z-index:1}.more-button__brands{display:none;margin-top:16px}@media(max-width:768px){.more-button__brands{display:flex}}.main-advantages{margin-bottom:58px}@media(max-width:1024px){.main-advantages{margin-bottom:34px}}@media(max-width:768px){.main-advantages{margin-bottom:8px}}.main-advantages__title{margin-bottom:19px}@media(max-width:1024px){.main-advantages__title{margin-bottom:24px}}.main-advantages__list{display:flex;gap:8px;justify-content:center;list-style:none;margin:0;padding:0}@media(max-width:768px){.main-advantages__list{flex-direction:column}}.main-advantages__list li{display:flex;flex:1 1 408px}@media(max-width:768px){.main-advantages__list li{flex:1 1 94px}}.advantages-card{background-color:#fff;border:1px solid #e4e7ec;border-radius:8px;display:flex;justify-content:center;padding:16px;width:100%}@media(max-width:1024px){.advantages-card{border:none;border-radius:4px}}@media(max-width:768px){.advantages-card{height:auto}}.advantages-card__content{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}@media(max-width:1024px){.advantages-card__content{justify-content:flex-start}}@media(max-width:768px){.advantages-card__content{flex-direction:row}}.advantages-card__icon svg{height:52px;width:52px}@media(max-width:1024px){.advantages-card__icon svg{height:32px;width:32px}}.advantages-card__icon{color:#00a95d;margin-bottom:16px}@media(max-width:768px){.advantages-card__icon{margin-bottom:auto;margin-right:16px;margin-top:auto}}.advantages-card__title{font-size:20px;font-weight:500;letter-spacing:.02em;line-height:27px;margin-bottom:4px;text-align:center}@media(max-width:1024px){.advantages-card__title{font-size:18px;letter-spacing:.36px;line-height:normal;text-align:left}}@media(max-width:768px){.advantages-card__title{font-size:14px;font-weight:600;letter-spacing:.28px;line-height:140%;margin-bottom:8px}}.advantages-card__text{color:#0009;font-size:18px;font-weight:400;letter-spacing:.02em;line-height:25px;text-align:center;white-space:pre-line}@media(max-width:1024px){.advantages-card__text{font-size:14px;letter-spacing:.28px;line-height:normal;text-align:left}}@media(max-width:768px){.advantages-card__text{font-size:12px;letter-spacing:.24px;line-height:140%}}@media screen and (min-width:768px)and (max-width:1024px){#el1{order:2}#el2{order:1}.advantages-card__content-text{align-self:flex-start}}.main-alphabet-list{background:#00a95d14;overflow:hidden}.main-alphabet-list__content{align-items:center;align-self:stretch;border-radius:4px;display:flex;list-style:none;min-width:max-content;padding:8px 16px}.main-alphabet-list__content svg{width:auto}.alphabet-list__content-left{align-items:center;display:flex;flex-shrink:0;gap:12px;list-style:none;margin:0;padding:0}.alphabet-list__item-left{color:#667085;display:flex;flex-shrink:0;font-size:16px;font-style:normal;font-weight:500;line-height:140%;text-decoration-line:underline}@media(max-width:1024px){.alphabet-list__item-left:nth-of-type(2),.alphabet-list__item-left:nth-of-type(3),.alphabet-list__item-left:nth-of-type(4),.alphabet-list__item-left:nth-of-type(5){display:none}}@media(max-width:768px){.alphabet-list__item-left{font-size:12px}.alphabet-list__item-left:nth-of-type(2),.alphabet-list__item-left:nth-of-type(3),.alphabet-list__item-left:nth-of-type(4),.alphabet-list__item-left:nth-of-type(5){display:flex}}.alphabet-list__item-left svg{height:12px;width:3px}.alphabet-list__content-right{display:flex;flex-grow:1;flex-shrink:1;gap:1.5vw;justify-content:flex-start;list-style:none;margin:0;margin-block-start:0;padding-left:1.5vw}@media(min-width:1441px){.alphabet-list__content-right{gap:1.3vw;padding-left:1.3vw}}@media(min-width:1025px)and (max-width:1180px){.alphabet-list__content-right{gap:1.3vw;padding-left:1.3vw}}@media(max-width:1024px){.alphabet-list__content-right{gap:12px;padding-left:12px}}.alphabet-list__item-right{color:#667085;font-size:16px;font-style:normal;font-weight:500;line-height:140%;text-transform:uppercase}@media(max-width:768px){.alphabet-list__item-right{font-size:12px}}.alphabet-list__item._active{color:#00a95d}.base-title__wraper{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.main-partners__logos-content{align-items:center;column-gap:80px;display:flex;flex:1 0 0;flex-wrap:wrap;justify-content:center;list-style:none;list-style-type:none;margin:0;padding:0;row-gap:40px}@media(max-width:1024px){.main-partners__logos-content{column-gap:60px;row-gap:30px}}@media screen and (max-width:540px){.main-partners__logos-content{display:grid;gap:30px;grid-template-columns:repeat(2,1fr)}}.partner-logo-wraper{align-items:center;display:flex;height:79px;justify-content:center}@media(max-width:1024px){.partner-logo-wraper{height:65px}}@media(max-width:768px){.partner-logo-wraper{height:48px}}.partner__logo{height:100%;max-width:126px;object-fit:scale-down;object-position:center}@media(max-width:1024px){.partner__logo{max-width:96px}}@media(max-width:768px){.partner__logo{max-width:76px}}.more-button__partners{display:none;margin-top:16px}@media(max-width:1024px){.more-button__partners{display:flex}}.main-text__content{color:#667085;font-size:18px;font-style:normal;font-weight:400;letter-spacing:.36px;line-height:160%}@media(max-width:1024px){.main-text__content{font-size:16px;font-size:14px;letter-spacing:.32px;letter-spacing:.28px}}.main-text ul{color:#667085;font-size:18px;font-style:normal;font-weight:400;letter-spacing:.36px;line-height:160%}@media(max-width:1024px){.main-text ul{font-size:16px;font-size:14px;letter-spacing:.32px;letter-spacing:.28px}}.catalog-sort{padding-top:24px}.catalog-sort__controls{display:grid;margin-top:30px;row-gap:8px}.catalog-sort__inputs{display:flex;flex-direction:column;gap:13px}.catalog-sort__inputs .base-radio__marker{height:17px;width:17px}.panel{gap:24px;justify-content:space-between}.panel,.panel__button{align-items:center;display:flex}.panel__button{background-color:#0000;border:none;color:inherit;color:#667085;cursor:pointer;font:inherit;justify-content:center;outline:none;padding:0;position:relative;transition:all .3s ease}@media(min-width:1025px){.panel__button:hover{color:#00a95d}}.panel__icon{height:26px;width:26px}@media screen and (max-width:768px){.panel__icon{height:24px;width:24px}}.panel__counter{align-items:center;background-color:#f03859;border:2px solid #fff;border-radius:50%;color:#fff;display:none;font-size:12px;font-weight:800;height:20px;justify-content:center;line-height:100%;position:absolute;right:-10px;top:-6px;width:20px;z-index:1}@media screen and (max-width:768px){.panel__counter{font-size:10px;height:20px;right:-8px;top:-4px;width:20px}}.panel__counter._active{display:flex}.panel__select{background-color:#0000;border:none;color:#101323;font-size:16px;min-width:220px}@media screen and (max-width:1024px){.panel__select{font-size:14px}}@media(min-width:1025px){.panel__select:not(._opened):hover .form-select__drop-btn{color:#00a95d}}.panel__select._opened{border:none}.panel__select._opened .form-select__list{background-color:#fff;border:none;border-radius:8px;box-shadow:0 8px 6px -6px rgba(0,0,0,.051),-8px 0 6px -6px rgba(0,0,0,.051),8px 0 6px -6px rgba(0,0,0,.051)}.panel__select .form-select__drop-btn{column-gap:18px;justify-content:flex-start;padding:10px 10px 10px 0;transition:.3s ease-in-out}@media screen and (max-width:1024px){.panel__select .form-select__drop-btn{column-gap:12px}.catalog-filters{padding-top:16px}}.catalog-filters__inner{display:flex;flex-direction:column;gap:28px}@media screen and (max-width:1024px){.catalog-filters__inner{gap:20px}.catalog-filters__block{border-bottom:1px solid #00000014;padding-bottom:20px}.catalog-filters__block:last-child{border-bottom:none;padding-bottom:0}}.catalog-filters__block .base-collapse__content{padding:0 10px}.catalog-filters__block-top{align-items:center;color:#101323;display:flex;font-size:16px;font-weight:400;gap:12px;justify-content:space-between;line-height:140%}.catalog-filters__block-top--clickable{cursor:pointer}.catalog-filters__block .base-collapse__title,.catalog-filters__block-title{color:#101323;font-size:20px;font-weight:700;line-height:120%;max-width:90%}@media screen and (max-width:1024px){.catalog-filters__block .base-collapse__title,.catalog-filters__block-title{font-size:18px;font-weight:400;line-height:140%}}@media screen and (max-width:768px){.catalog-filters__block .base-collapse__title,.catalog-filters__block-title{font-size:16px}}.catalog-filters__block-btn{color:#667085;display:none;font-size:12px;font-style:normal;font-weight:400;line-height:140%;-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:2px;transition:all .3s ease}@media(min-width:1025px){.catalog-filters__block-btn:hover{color:#00a95d}}@media screen and (max-width:1024px){.catalog-filters__block-btn{display:block}}.catalog-filters__block-content{display:flex;flex-direction:column;gap:24px;margin-top:24px}.catalog-filters__block-content--searchable{gap:16px;margin-top:16px}@media screen and (max-width:1024px){.catalog-filters__block-content{gap:15px;margin-top:15px}}@media screen and (max-width:768px){.catalog-filters__block-content{gap:12px}}@media screen and (max-width:1024px){.catalog-filters__block-search{display:none}}.catalog-filters__block-inputs::-webkit-scrollbar{height:4px;width:4px}.catalog-filters__block-inputs::-webkit-scrollbar-thumb{background-color:#66708533;border-radius:2px}.catalog-filters__block-inputs::-webkit-scrollbar-track{background-color:#6670851a;border-radius:2px}.catalog-filters__block-inputs{display:flex;flex-direction:column;gap:24px;list-style:none;margin:0;max-height:175px;overflow-y:auto;padding:1px}@media screen and (max-width:1024px){.catalog-filters__block-inputs{gap:15px;max-height:unset}.catalog-filters__block-inputs .catalog-filters__block-input::placeholder{color:#e4e7ec}}@media screen and (max-width:768px){.catalog-filters__block-inputs{gap:14px}}.catalog-filters__block-input .base-checkbox{align-items:center}.catalog-filters__block-input .base-checkbox__text{hyphens:auto;line-height:120%}.catalog-filters__link{align-items:center;color:#667085;display:flex;font-size:18px;font-weight:400;gap:24px;justify-content:space-between;line-height:15px;margin-right:12px;transition:all .3s ease;-webkit-user-select:none;user-select:none}@media(min-width:1025px){.catalog-filters__link:hover,.catalog-filters__link:hover svg{color:#00a95d}}@media screen and (max-width:1024px){.catalog-filters__link{font-size:14px;margin-right:0}}@media screen and (max-width:768px){.catalog-filters__link{font-size:12px}}.catalog-filters__link-icon{color:#6670854d;height:20px;transition:all .3s ease;width:20px}.catalog-filters__controls{display:grid;margin-top:50px;row-gap:8px}.catalog-filters__range{margin-top:32px}.catalog-filters__stub{color:#667085;font-size:16px;font-weight:400;line-height:15px;transition:all .3s ease;-webkit-user-select:none;user-select:none}@media screen and (max-width:1024px){.catalog-filters__stub{font-size:14px}}@media screen and (max-width:768px){.catalog-filters__stub{font-size:12px}}.catalog-filters__stub{padding-left:15px;width:fit-content}.selected__list{align-items:center;display:flex;flex-wrap:wrap;gap:10px;list-style:none;margin:0;max-width:100%;padding:0}.selected__item{align-items:center;border:1px solid #e4e7ec;border-radius:99px;color:#101323;display:flex;flex-shrink:0;font-size:18px;font-weight:500;gap:8px;line-height:normal;padding:5px 16px}@media screen and (max-width:1024px){.selected__item{font-size:14px;padding:5px 10px}}.selected__clear button{background-color:#0000;border:none;color:inherit;color:#667085;cursor:pointer;font:inherit;font-size:16px;font-weight:500;line-height:normal;margin-right:10px;outline:none;padding:0;-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:2px;text-underline-offset:3px;transition:opacity .3s ease-in-out}@media screen and (max-width:1024px){.selected__clear button{font-size:14px}}@media(min-width:1025px){.selected__clear button:hover{opacity:.7}}.selected__btn{align-items:center;background-color:#0000;border:none;color:inherit;cursor:pointer;display:flex;font:inherit;height:20px;justify-content:center;outline:none;padding:0;transition:all .3s ease;width:20px}@media(min-width:1025px){.selected__btn:hover{color:#00a95d}}.selected__btn-icon{height:10px;width:10px}.categories._opened .categories__list{grid-auto-rows:auto;overflow-y:unset}@media screen and (max-width:1024px){.categories{background-color:#fff;border-radius:6px;padding:16px}}.categories__list{column-gap:15px;display:grid;grid-auto-rows:0;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,auto);list-style:none;margin:0;overflow-y:hidden;padding:0}.categories__list:has(li:nth-child(10))+.categories__btn{display:block}@media screen and (max-width:1024px){.categories__list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:540px){.categories__list{grid-template-columns:1fr}.categories__list:has(li:nth-child(4))+.categories__btn{display:block}}.categories__item{color:#000;font-size:18px;font-weight:500;hyphens:auto;line-height:1.5;max-width:90%;padding:4px 0;transition:all .3s ease;width:fit-content;word-break:break-word}@media(min-width:1025px){.categories__item:hover{color:#00a95d}}@media screen and (max-width:768px){.categories__item{color:#667085;font-size:14px}}.categories__btn{background-color:#0000;border:none;color:inherit;color:#00a95d;cursor:pointer;display:none;font:inherit;font-size:14px;font-weight:600;line-height:100%;margin-top:15px;outline:none;padding:0;transition:all .3s ease}@media(min-width:1025px){.categories__btn:hover{color:#00a95db3}}@media screen and (max-width:768px){.categories__btn{font-size:12px}}.checkout-order{display:flex;flex-direction:column;gap:16px 0;padding-top:15px}.checkout-order__location{display:flex;justify-content:flex-start}.checkout-order__location .base-button{padding:0}.checkout-order__list{display:grid;gap:5px;list-style:none;margin:0;padding:0}.checkout-order__list-item:not(:last-child):not(:has(.checkout-card._unavailable)){border-bottom:1px solid #f2f4f7}.checkout-delivery{background-color:#fff;border:1px solid #e4e7ec;border-radius:8px;display:flex;flex-direction:column;gap:16px 0;padding:16px}@media screen and (max-width:1024px){.checkout-delivery{border:none}}.checkout-delivery__title{font-size:20px;font-weight:700;line-height:140%}.checkout-delivery__list{display:grid;gap:16px;list-style:none;margin:0;padding:0}.checkout-delivery__list-title{color:#667085;font-size:18px;font-style:normal;font-weight:500;line-height:140%;margin-bottom:8px}.checkout-delivery__list-note{color:#667085;font-size:16px;font-style:normal;font-weight:400;line-height:120%;margin-top:8px}.checkout-order-sum{background-color:#fff;border-radius:8px;display:grid;gap:16px;padding:16px}.checkout-order-sum__header{align-items:center;display:flex;justify-content:space-between}.checkout-order-sum__header-sum{font-size:28px;font-style:normal;font-weight:700;line-height:100%;text-align:right}.checkout-order-sum__content{display:grid;gap:12px}.checkout-order-sum__content .base-input-btn._error{border:1px solid #f03859}.checkout-order-sum__content .base-input-btn._error+.checkout-order-sum__content-subtext{color:#f03859}.checkout-order-sum__content .base-input-btn__btn{font-size:18px;opacity:.5}.checkout-order-sum__content .base-input-btn__btn._active{opacity:1}@media screen and (max-width:768px){.checkout-order-sum__content .base-input-btn__btn{font-size:14px}}.checkout-order-sum__content-subtext{color:#667085;font-size:16px;font-weight:500;line-height:120%}.checkout-order-sum__content-subtext span{color:#00a95d;font-weight:600}@media screen and (max-width:768px){.checkout-order-sum__content-subtext{font-size:12px}}.checkout-order-sum-content__bonuses-text{font-size:16px;font-weight:500;line-height:120%}@media screen and (max-width:768px){.checkout-order-sum-content__bonuses-text{font-size:12px}}.checkout-order-sum__content-bonuses{border-bottom:1px solid #e4e7ec;display:flex;justify-content:space-between;padding-bottom:16px;padding-top:4px}.checkout-order-sum__checkbox{align-items:flex-start;background:#00a95d14;border-radius:6px;flex-grow:1;padding:14px 16px}.checkout-order-sum__checkbox--grey{background:#f7f8f8}.checkout-order-sum__checkbox .base-checkbox__text{color:#101323;font-size:16px;font-style:normal;font-weight:500;line-height:140%;padding-right:36px}.checkout-order-sum__checkbox .base-checkbox__subtitle{margin:0}.checkout-order-sum__checkbox .base-checkbox__icon{margin-top:5px}.checkout-order-sum__checkbox .base-popup{right:16px;top:16px}.checkout--order--item{display:inline-flex;position:relative}.checkout--order--item__img{height:70px;justify-content:start;position:relative;width:70px}.checkout--order--item__img img{height:100%;width:100%}.checkout--order--item__text{display:flex;flex-direction:column;gap:12px 0;margin-left:12px}.checkout--order--item--count{color:#667085;font-size:16px;font-weight:500;justify-content:flex-end;line-height:140%;margin-left:8px}.checkout-order-suggest{background:#00a95d14;border-radius:8px;padding:16px}.checkout-order-suggest .base-collapse__title{display:flex;font-size:16px;font-weight:500;line-height:120%}@media screen and (max-width:768px){.checkout-order-suggest .base-collapse__title{font-size:14px}}.checkout-order-suggest .base-collapse__trigger :before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23F03859' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6.764 7.352h.01m5.285 5.294h.008m.874-6.176-7.059 7.059m12.353-3.53A8.823 8.823 0 1 1 .588 10a8.823 8.823 0 0 1 17.647 0M7.205 7.352a.441.441 0 1 1-.882 0 .441.441 0 0 1 .883 0m5.295 5.294a.441.441 0 1 1-.883 0 .441.441 0 0 1 .883 0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;flex-shrink:0;height:15px;margin-right:10px;width:15px}.checkout-order-suggest__icon{display:block;height:20px;margin-right:8px;width:20px}.checkout-order-suggest__text{color:#101828;font-size:16px;font-style:normal;font-weight:500;line-height:120%}.checkout-order-suggest__list{align-items:flex-start;display:grid;list-style:none;margin:0;padding:20px 0 0}.checkout-order-suggest__list-item{border-top:1px solid #e4e7ec;padding:16px 0}.checkout-order-sum-total ._hidden{display:none}.checkout-order-sum-total-bonuses,.checkout-order-sum-total-delivery,.checkout-order-sum-total-discount,.checkout-order-sum-total-itog,.checkout-order-sum-total-round{display:flex;justify-content:space-between}.checkout-order-sum-total-discount{color:#667085}.checkout-order-sum-total-delivery,.checkout-order-sum-total-round{margin:12px 0}.checkout-order-sum-total-delivery span:last-of-type,.checkout-order-sum-total-round span:last-of-type{color:#667085}.checkout-order-sum-total-bonuses__text{color:#667085;font-size:16px;font-weight:500;line-height:120%}@media screen and (max-width:768px){.checkout-order-sum-total-bonuses__text{font-size:12px}}.checkout-suggest-card{border:none;display:grid;padding:0;row-gap:16px}.checkout-suggest-card__product{display:grid;gap:12px;grid-template-columns:40px 1fr}@media(min-width:1025px){.checkout-suggest-card__product:hover .checkout-suggest-card__product-name{color:#00a95d}}.checkout-suggest-card__product-image{max-height:40px;width:40px}.checkout-suggest-card__product-image img{height:100%;object-fit:contain;object-position:center;width:100%}.checkout-suggest-card__product-inner{display:flex;flex-direction:column;gap:12px}.checkout-suggest-card__product-name{font-size:18px;font-weight:500;line-height:22px;max-width:300px;transition:all .3s ease}@media(max-width:768px){.checkout-suggest-card__product-name{font-size:14px;line-height:19.5px}}.checkout-suggest-card__product-info{color:#667085;font-size:16px;font-weight:500;letter-spacing:-.2px;line-height:22.5px}@media(max-width:768px){.checkout-suggest-card__product-info{font-size:12px;line-height:17px}}.checkout-suggest-card__top{border-bottom:1px solid #e4e7ec;margin-bottom:16px;padding-bottom:16px}.checkout-suggest-card__bottom,.checkout-suggest-card__top{align-items:center;display:flex;justify-content:space-between}.checkout-suggest-card__price{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.checkout-suggest-card__price-name{color:#667085;font-size:16px;line-height:19px}@media(max-width:768px){.checkout-suggest-card__price-name{font-size:12px;line-height:17px}}.checkout-suggest-card__price-block{align-items:center;display:flex;gap:27px}.checkout-suggest-card__discount{align-self:flex-start;background-color:#f03859;border-radius:2px;color:#fff;font-size:16px;font-weight:700;line-height:16px;padding:4px 6px}@media(max-width:768px){.checkout-suggest-card__discount{font-size:12px;line-height:12px}}.checkout-suggest-card__bonuses{color:#00a95d;font-size:16px;font-weight:800;line-height:19px;margin-left:auto;text-transform:uppercase}@media(max-width:768px){.checkout-suggest-card__bonuses{font-size:12px;line-height:17px}}.checkout-suggest-card__promotion{background-color:rgba(240,56,89,.078);border:none;border-radius:99px;color:#f03859;font-size:16px;font-weight:600;line-height:16px;padding:7px;text-align:center}.checkout-suggest-card__promotion svg{height:16px;width:16px}@media(max-width:768px){.checkout-suggest-card__promotion{font-size:12px;line-height:12px}}.checkout-suggest-card__promotion-info{align-items:center;color:#667085;display:flex;font-size:16px;font-weight:500;gap:6px;line-height:19px;margin:12px 0}.checkout-suggest-card__promotion-info svg{height:20px;width:20px}.checkout-suggest-card__promotion--true{align-items:center;background-color:rgba(0,169,93,.078);color:#00a95d;display:flex;gap:4px;justify-content:center}.checkout-suggest-card__controls{align-items:center;display:flex;gap:8px}.checkout-suggest-card__btn-delete{align-items:center;background-color:#0000;background-color:rgba(228,231,236,.302);border:none;border-radius:50%;color:inherit;cursor:pointer;display:flex;flex-shrink:0;font:inherit;height:40px;justify-content:center;outline:none;padding:0;width:40px}.checkout-suggest-card__btn-delete svg{height:20px;width:20px}.checkout-suggest-card__product-inner--small{gap:8px}.checkout-suggest-card__price-block--small{justify-content:space-between}.checkout-suggest-card__totalprice-wrap{align-items:center;display:flex;gap:8px}.checkout-suggest-card__quantity{color:#667085;font-size:16px;font-weight:500;line-height:140%}@media screen and (max-width:1024px){.checkout-suggest-card__quantity{font-size:14px}}@media screen and (max-width:768px){.checkout-suggest-card__quantity{font-size:12px}}.checkout-suggest-card__totalprice{color:#101323;font-size:24px;font-style:normal;font-weight:700;line-height:140%}@media screen and (max-width:1024px){.checkout-suggest-card__totalprice{font-size:16px}}@media screen and (max-width:768px){.checkout-suggest-card__totalprice{font-size:14px}}.checkout-suggest-card__totalprice.price__before:after{left:-10px;width:50px}.checkout-suggest-card__add-btn{align-items:center;background:#00a95d;border:0;border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:46px;justify-content:center;pointer-events:none;width:46px}@media screen and (max-width:768px){.checkout-suggest-card__add-btn{height:32px;width:32px}}.checkout-suggest-card__add-btn svg{height:28px;width:28px}@media screen and (max-width:768px){.checkout-suggest-card__add-btn svg{height:20px;width:20px}}.checkout-suggest-card__add-btn svg:first-of-type{display:none}.checkout-suggest-card__add-btn._active{pointer-events:all}.checkout-suggest-card__add-btn._active svg:first-of-type{display:block}.checkout-suggest-card__add-btn._active svg:last-of-type{display:none}.checkout-confirmation-newsletter .checkout-confirmation-newsletter--container{background:#00a95d14;border-radius:6px;display:flex;padding:14px 16px}.checkout-confirmation-newsletter .checkout-confirmation-newsletter--container__title{font-size:16px;font-weight:500;line-height:140%}.checkout-confirmation-newsletter .checkout-confirmation-newsletter--container__text{color:#667085;font-size:16px;font-weight:400;line-height:140%}.checkout-card{border-radius:8px;display:flex;flex-direction:column;padding:10px}.checkout-card._unavailable{background:#66708514}.checkout-card._unavailable .checkout-card__quantity{display:none}.checkout-card._unavailable .checkout-card__product-inner{color:#667085}.checkout-card__product__avaliability{display:flex;flex-direction:column;gap:4px;margin-bottom:16px;padding-right:30px;position:relative}.checkout-card__product__avaliability-text{color:#f03859;font-size:16px;font-weight:500;line-height:120%}@media screen and (max-width:768px){.checkout-card__product__avaliability-text{font-size:12px}}.checkout-card__additional{color:#667085;font-size:12px;font-weight:500;line-height:120%}@media screen and (max-width:768px){.checkout-card__additional{font-size:10px}}.checkout-card__additional button{background-color:#0000;border:none;color:inherit;cursor:pointer;font:inherit;outline:none;padding:0;-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:2px;text-underline-offset:3px;transition:opacity .3s ease-in-out}@media(min-width:1025px){.checkout-card__additional button:hover{opacity:.7}}.checkout-card__product__avaliability-info{color:#667085;font-size:14px;font-weight:500;line-height:120%}.checkout-card__product__avaliability-info a{-webkit-text-decoration:underline;text-decoration:underline}.checkout-card__product__avaliability-info a:hover{color:#101323}@media screen and (max-width:768px){.checkout-card__product__avaliability-info{font-size:10px}}.checkout-card__product__remove{padding:0;position:absolute;right:0;top:0}.checkout-card__product__remove svg{height:14px;opacity:.3;width:14px}.checkout-card__product{align-items:flex-start;display:grid;gap:12px;grid-template-columns:83px 1fr max-content;width:100%}.checkout-card__product-image{align-self:center;flex-shrink:0;height:70px;overflow:hidden;width:70px}.checkout-card__product-image img{height:100%;object-fit:contain;object-position:center;width:100%}.checkout-card__product-inner{align-items:flex-start;display:grid;gap:12px}.checkout-card__product-name{font-size:18px;font-style:normal;font-weight:500;line-height:120%;transition:all .3s ease}@media(max-width:768px){.checkout-card__product-name{font-size:14px;line-height:19.5px}}.checkout-card__prices{position:relative;width:fit-content}.checkout-card__totalprice.price__before:after{left:-10px;width:50px}.checkout-card__price{font-size:18px;font-style:normal;font-weight:600;line-height:100%}.checkout-card__discount{align-self:flex-start;background-color:#f03859;border-radius:2px;color:#fff;font-size:16px;font-weight:700;left:calc(100% + 18px);line-height:16px;padding:4px 6px;position:absolute;top:-5px}@media(max-width:768px){.checkout-card__discount{font-size:12px;line-height:12px}}.checkout-card__quantity{color:#667085;flex-shrink:0;font-size:16px;font-style:normal;font-weight:500;line-height:140%;margin-left:auto;text-align:right}.checkout-order .checkout-card__product{pointer-events:none}.checkout-radio{cursor:pointer;display:block;position:relative}.checkout-radio input:checked+.checkout-radio__inner{border:1px solid #00a95d}.checkout-radio input:checked+.checkout-radio__inner:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none'%3E%3Cg fill='%2300A95D' clip-path='url(%23a)'%3E%3Cpath d='M10 2.166a8.336 8.336 0 0 0-8.334 8.333c0 4.6 3.733 8.334 8.333 8.334s8.334-3.734 8.334-8.334-3.734-8.333-8.334-8.333m0 15a6.665 6.665 0 0 1-6.667-6.667 6.665 6.665 0 0 1 6.666-6.666 6.665 6.665 0 0 1 6.667 6.666 6.665 6.665 0 0 1-6.667 6.667'/%3E%3Cpath d='M10 14.667a4.167 4.167 0 1 0 0-8.333 4.167 4.167 0 0 0 0 8.333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .5h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.checkout-radio__inner{align-items:center;background:#fff;border:1px solid #e4e7ec;border-radius:6px;display:flex;gap:12px;padding:10px 16px}.checkout-radio__inner:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)' opacity='.3'%3E%3Cpath fill='%23667085' d='M10 1.666a8.336 8.336 0 0 0-8.334 8.333c0 4.6 3.733 8.334 8.333 8.334s8.334-3.734 8.334-8.334-3.734-8.333-8.334-8.333m0 15a6.665 6.665 0 0 1-6.667-6.667 6.665 6.665 0 0 1 6.666-6.666 6.665 6.665 0 0 1 6.667 6.666 6.665 6.665 0 0 1-6.667 6.667'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;flex-shrink:0;height:20px;width:20px}.checkout-radio__inner-wrap{display:flex;flex-direction:column;gap:4px;width:100%}.checkout-radio__name{align-items:center;display:flex;font-size:18px;font-style:normal;font-weight:500;gap:20px;justify-content:space-between;line-height:140%}@media screen and (max-width:768px){.checkout-radio__name{font-size:14px;font-style:normal;font-weight:500;line-height:140%}}.checkout-radio__address{color:#667085;display:block;font-size:16px;font-style:normal;font-weight:500;line-height:120%}@media screen and (max-width:768px){.checkout-radio__address{font-size:12px}}.checkout-radio__total{color:#00a95d;flex-shrink:0;font-size:18px;font-style:normal;font-weight:600;line-height:140%;margin-left:auto;text-align:right}@media screen and (max-width:768px){.checkout-radio__total{font-size:14px}}.checkout-radio__delete-button{height:40px;padding:0;position:absolute;right:16px;top:50%;transform:translateY(-50%);width:40px}.checkout-radio__delete-button svg{color:#667085;height:16px;transition:color .3s ease-in-out;width:13px}@media screen and (max-width:768px){.checkout-radio__delete-button svg{height:13px;width:10px}.checkout-radio__delete-button{height:32px;width:32px}}@media(min-width:1025px){.checkout-radio__delete-button:hover svg{color:#f03859}}.checkout-radio__date{color:#667085;display:block;font-size:14px;font-weight:500;line-height:120%}@media screen and (max-width:768px){.checkout-radio__date{font-size:10px}}.checkout-payment{background-color:#fff;border:1px solid #e4e7ec;border-radius:8px;display:flex;flex-direction:column;gap:16px 0;padding:16px}@media screen and (max-width:768px){.checkout-payment{border:none}}.checkout-payment__title{font-size:20px;font-style:normal;font-weight:700;line-height:140%}.checkout-payment__list{display:grid;gap:8px;list-style:none;margin:0;padding:0}.checkout-contacts{background-color:#fff;border:1px solid #e4e7ec;border-radius:8px;display:flex;flex-direction:column;gap:16px 0;padding:16px}@media screen and (max-width:1024px){.checkout-contacts{border:none}}.checkout-contacts__title{font-size:20px;font-style:normal;font-weight:700;line-height:140%}.checkout-contacts__fields{display:flex;flex-direction:column;gap:8px}.checkout-contacts__textarea{background-color:#f7f8f8}.checkout-contacts__checkbox{padding-top:8px}.checkout-contacts__checkbox .base-checkbox__text{color:#101323;font-size:18px;font-weight:400}@media screen and (max-width:768px){.checkout-contacts__checkbox .base-checkbox__text{font-size:14px}}.checkout__round{background-color:#fff;border:1px solid #e4e7ec;border-radius:8px;padding:16px}@media screen and (max-width:1024px){.checkout__round{border:none}}.checkout-receiver{background-color:#fff;border:1px solid #e4e7ec;border-radius:8px;display:flex;flex-direction:column;gap:16px 0;padding:16px}@media screen and (max-width:1024px){.checkout-receiver{border:none}}.checkout-receiver__collapse .base-collapse__title{align-items:center;display:flex;font-size:18px;font-weight:400;justify-content:space-between;line-height:1;min-height:28px;padding-right:110px;position:relative;transition:all .3s ease;width:100%}@media screen and (max-width:768px){.checkout-receiver__collapse .base-collapse__title{font-size:14px}}.checkout-receiver__collapse .base-collapse__icon{display:none}.checkout-receiver__collapse._active .checkout-receiver__same--false{opacity:0;pointer-events:none;visibility:hidden}.checkout-receiver__collapse._active .checkout-receiver__same--true{opacity:1;pointer-events:all;visibility:visible}.checkout-receiver__collapse._active .base-collapse__title{margin-bottom:16px}.checkout-receiver__same{align-items:center;border-radius:99px;cursor:pointer;display:flex;font-size:16px;font-weight:600;height:25px;justify-content:center;line-height:100%;opacity:1;outline:none;padding:13px 16px;pointer-events:all;position:absolute;right:16px;text-align:center;top:50%;transform:translateY(-50%);transition:all .3s ease;visibility:visible;width:88px}.checkout-receiver__same--false{background-color:#0000;border:1px solid #00a95d;color:#00a95d}.checkout-receiver__same--true{background-color:#00a95d;color:#fff;opacity:0;pointer-events:none;visibility:hidden}.checkout-receiver__saved{border-top:1px solid #f2f4f7;display:flex;flex-direction:column;gap:16px;padding-top:16px}.checkout-receiver__saved-title{font-size:18px;font-weight:500;line-height:140%}@media screen and (max-width:768px){.checkout-receiver__saved-title{font-size:14px}}.checkout-receiver__saved-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.checkout-receiver__saved-item .checkout-radio__inner{min-height:60px}.checkout-add-receiver{display:flex;flex-direction:column;height:0;overflow:hidden;row-gap:16px}.checkout-add-receiver__title{font-size:18px;font-weight:500;line-height:140%;margin-top:16px}@media screen and (max-width:768px){.checkout-add-receiver__title{font-size:14px}}.checkout-pharmacy-card{background-color:#fff;border:1px solid #e4e7ec;border-radius:8px;display:flex;flex-direction:column;gap:12px;padding:16px}.checkout-pharmacy-card._loading:before{background-color:#fff}.checkout-pharmacy-card:has(.checkout-pharmacy-card__closest._hidden) .checkout-pharmacy-card__delivery{border-bottom:none}.checkout-pharmacy-card .pharmacy-card{border:0;padding:0}.checkout-pharmacy-card__avaliability{color:#667085;font-size:16px;font-weight:700;line-height:100%}.checkout-pharmacy-card__avaliability.allAvaliable{color:#00a95d}@media screen and (max-width:768px){.checkout-pharmacy-card__avaliability{font-size:12px}}.checkout-pharmacy-card__closest{align-items:center;border:1px solid #e4e7ec;border-radius:8px;color:#667085;display:flex;font-size:14px;font-weight:500;justify-content:space-between;line-height:140%;padding:12px 16px;transition:color .3s ease-in-out,border-color .3s ease-in-out}@media screen and (max-width:768px){.checkout-pharmacy-card__closest{font-size:10px}}@media(min-width:1025px){.checkout-pharmacy-card__closest:hover{border-color:#00a95d;color:#00a95d}}.checkout-pharmacy-card__closest-icon{flex-shrink:0;height:16px;width:16px}.checkout-pharmacy-card__details{border:1px solid #e4e7ec;border-radius:6px;padding:8px}.checkout-pharmacy-card__details .base-collapse__icon{color:#00a95d}.checkout-pharmacy-card__details .base-collapse__title{color:#00a95d;font-size:14px}@media screen and (max-width:768px){.checkout-pharmacy-card__details .base-collapse__title{font-size:10px}}.checkout-pharmacy-card__details._active>.base-collapse__trigger .base-collapse__icon,.checkout-pharmacy-card__details._active>.base-collapse__trigger .base-collapse__title{color:#667085}.checkout-pharmacy-card__control:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath fill='%23fff' d='M7 .75A6.25 6.25 0 1 0 13.25 7c0-.725-.131-1.444-.381-2.119l-1 1q.13.555.131 1.119a5 5 0 1 1-5-5q.564 0 1.119.131l1.006-1.006A6.3 6.3 0 0 0 7 .75m4.375 0-2.5 2.5v.938L7.281 5.78C7.188 5.75 7.094 5.75 7 5.75A1.25 1.25 0 1 0 8.25 7c0-.094 0-.187-.031-.281l1.594-1.594h.937l2.5-2.5h-1.875zM7 3.25A3.75 3.75 0 1 0 10.75 7H9.5A2.5 2.5 0 1 1 7 4.5z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;flex-shrink:0;height:13px;margin-right:6px;width:13px}.checkout-pharmacy-card__delivery{align-items:center;border-bottom:1px solid #e4e7ec;border-top:1px solid #e4e7ec;color:#667085;display:flex;font-size:16px;font-weight:500;gap:8px;justify-content:flex-start;line-height:16px;padding:12px 0}@media screen and (max-width:1024px){.checkout-pharmacy-card__delivery{font-size:12px}}.checkout-pharmacy-card__delivery svg{height:30px;width:30px}@media screen and (max-width:1024px){.checkout-pharmacy-card__delivery svg{height:28px;width:28px}}.checkout-pharmacy-card__delivery-title{color:#2e2e2e}.checkout-pharmacy-card__delivery-date{margin-left:auto}.alphabet-tabs{align-items:center;border-bottom:1px solid #e4e7ec;display:flex;list-style:none;margin:0;padding:0}.alphabet-tabs__item{width:50%}.alphabet-tabs__control{background-color:#0000;border:none;color:inherit;color:#667085;cursor:pointer;font:inherit;font-size:18px;font-weight:600;line-height:120%;outline:none;padding:0 0 12px;position:relative;transition:all .3s ease;width:100%}@media screen and (max-width:768px){.alphabet-tabs__control{font-size:14px}}.alphabet-tabs__control:after{background-color:#00a95d;border-radius:99px;bottom:-1px;content:"";height:2px;left:0;opacity:0;position:absolute;transition:all .3s ease;width:100%}.alphabet-tabs__control._active{color:#00a95d}.alphabet-tabs__control._active:after{opacity:1}@media(min-width:1025px){.alphabet-tabs__control:hover{color:#00a95d}}.alphabet-section._opened .alphabet-section__list{grid-auto-rows:auto;overflow-y:unset}.alphabet-section._opened .alphabet-section__btn{display:none}.alphabet-section__head{display:block;margin-bottom:12px}.alphabet-section__list{column-gap:15px;display:grid;grid-auto-rows:0;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,auto);list-style:none;margin:0;overflow-y:hidden;padding:0}@media screen and (max-width:1024px){.alphabet-section__list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:540px){.alphabet-section__list{grid-template-columns:1fr}}.alphabet-section__item{color:#667085;font-size:18px;font-weight:500;hyphens:auto;line-height:1.5;max-width:90%;padding:4px 0;transition:all .3s ease;width:fit-content;word-break:break-word}@media(min-width:1025px){.alphabet-section__item:hover{color:#00a95d}}@media screen and (max-width:768px){.alphabet-section__item{font-size:14px}}.alphabet-section__btn{background-color:#0000;border:none;color:inherit;color:#00a95d;cursor:pointer;font:inherit;font-size:18px;font-weight:500;line-height:100%;margin-top:10px;outline:none;padding:0;transition:all .3s ease}@media(min-width:1025px){.alphabet-section__btn:hover{color:#00a95db3}}@media screen and (max-width:768px){.alphabet-section__btn{font-size:14px}}.brands-item-main__filters{display:flex;flex-direction:column;gap:42px;margin-bottom:42px}@media screen and (max-width:1024px){.brands-item-main__filters{gap:24px;margin-bottom:12px}}@media screen and (max-width:768px){.brands-item-main__filters{gap:12px}}.brands-item-list{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);list-style:none;margin:0;padding:0}@media screen and (max-width:1024px){.brands-item-list{column-gap:8px;grid-template-columns:repeat(4,1fr);row-gap:12px}}@media screen and (max-width:768px){.brands-item-list{grid-template-columns:repeat(2,1fr);row-gap:8px}}.alphabet-content{margin-top:24px}.alphabet-content__list{display:flex;flex-direction:column;gap:24px;list-style:none;margin:0;padding:0}.news-card{background-color:#fff;border:none;border-radius:6px;padding:12px}.news-card__wrap{display:flex;flex-direction:column;gap:16px}.news-card__image-wrap{border:none;border-radius:6px;overflow:hidden}.news-card__image{height:100%;object-fit:cover;object-position:center;width:100%}.news-card__content{display:flex;flex-direction:column}.news-card__content-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.news-card__date{align-items:center;color:#667085;display:grid;font-size:14px;gap:6px;grid-template-columns:16px 1fr;line-height:19.5px}.news-card__date svg{color:#00a95d;height:16px;width:16px}.news-card__views{align-items:center;color:#667085;display:grid;font-size:14px;gap:6px;grid-template-columns:16px 1fr;line-height:19.5px}.news-card__views svg{color:#00a95d;height:16px;width:16px}.news-card__title{font-size:16px;font-weight:600;line-height:22.5px;margin-bottom:16px}.news-card__description{color:#667085;font-size:14px;line-height:19.5px;margin-bottom:16px}.news-card__time{color:#667085;font-size:12px;line-height:17px}.news-card__time span{color:#00a95d}.news-other__slide{margin-right:8px;width:272px}.news-other__slider-control{align-items:center;background-color:#0000;background-color:#fff;border:1px solid #0000;border-radius:50%;color:inherit;color:#00a95d;cursor:pointer;display:flex;font:inherit;height:40px;justify-content:center;outline:none;padding:0;position:absolute;top:50%;top:40%;transform:translateY(-50%);transition:all .3s ease;width:40px;z-index:1}.news-other__slider-control--prev{left:8px}.news-other__slider-control--next{right:8px}.news-other__slider-control.swiper-button-disabled{display:none}.accept{background-color:#00a95d14;border-radius:8px;padding:16px;width:100%}.accept__top{align-items:center;display:flex;gap:13px;margin-bottom:8px}.accept__title{color:#00a95d;font-size:28px;font-weight:700}@media screen and (max-width:1024px){.accept__title{font-size:24px}}@media screen and (max-width:768px){.accept__title{font-size:20px}}.accept__icon{height:32px;width:32px}@media screen and (max-width:1024px){.accept__icon{height:22px;width:22px}}.accept__img{border-radius:50%;display:block;height:83px;object-fit:cover;width:83px}@media screen and (max-width:1024px){.accept__img{height:55px;width:55px}}.accept__info{color:#101323;display:flex;flex-direction:column;font-size:18px;font-weight:500;gap:5px}@media screen and (max-width:1024px){.accept__info{font-size:16px}}@media screen and (max-width:768px){.accept__info{font-size:14px}}.accept__expirience{color:#667085;font-size:16px}@media screen and (max-width:1024px){.accept__expirience{font-size:14px}}.accept__bottom{align-items:center;display:flex;gap:16px}.rating-summary{align-items:center;display:flex;font-size:20px;gap:8px}@media screen and (max-width:1024px){.rating-summary{font-size:12px;gap:4px}}.rating-summary__total{color:#2e2e2e;font-size:inherit;font-weight:600;line-height:1}.rating-summary__count{align-items:center;color:#667085;display:inline-flex;font-size:inherit;font-weight:500;gap:5px;-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:5px}.rating-summary__star{fill:#fec84b;height:16px;width:16px}.rating-summary__comment{height:16px;stroke:#00a95d;width:16px}@media screen and (max-width:1024px){.rating-summary__comment{stroke:#667085}}.product-head{background-color:#fff;display:flex;flex-direction:column;gap:24px;margin-top:-42px}@media(max-width:1024px){.product-head{gap:16px;margin-top:-32px}}.product-head._sticky{position:sticky;top:calc(var(--header-main-height) + var(--header-ad-height));z-index:4}.product-head__title-wrapper{align-items:center;display:flex;justify-content:space-between;position:relative}header._scrolled+main .product-head__buttons-wrapper,header._scrolled+main .product-head__title-wrapper{display:none}@media screen and (min-width:1025px){header._scrolled+main .product-head{top:calc(79px + var(--header-ad-height))}}header._scrolled+main .product-head__nav{background-color:#fff;padding:20px 0}@media screen and (max-width:1024px){header._scrolled+main .product-head__nav{background-color:#f9f9f9;padding:12px 0 0}}header._scrolled+main .product-head__nav .base-nav__list{border-bottom:none}.product-head__title{display:flex;font-size:28px;line-height:normal}@media(max-width:1024px){.product-head__title{flex-wrap:wrap;font-size:24px;max-width:488px}}@media(max-width:768px){.product-head__title{font-size:20px;width:100%}}.product-head__share.modal{overflow:visible}.product-head__share.modal .modal__scroll-container{height:auto;overflow:initial}.product-head__buttons{align-items:center;column-gap:10px;display:flex;width:fit-content}@media screen and (max-width:1024px){.product-head__buttons{display:none}}.product__share-button{background:#0000;border:0;display:flex;justify-self:flex-end;padding:5px}.product__share-button svg{color:#00a95d;display:block;fill:none;flex-shrink:0;height:24px;transition:.3s ease-in-out;width:24px}@media(min-width:1025px){.product__share-button:hover svg{opacity:.5}}.product__favorite-button{background:#0000;border:0;display:flex;padding:0}.product__favorite-button svg{color:#00a95d;display:block;fill:none;flex-shrink:0;height:25px;width:25px}.product__favorite-button._favorite svg{color:#00a95d;fill:#00a95d}.product-like svg{height:20px;width:21px}.product-like svg:active,.product-like svg:hover{fill:#00a95d}.product-download svg{height:20px;width:16px}.product-head__buttons-wrapper{background:#fff;display:flex;justify-content:space-between}@media screen and (max-width:1024px){.product-head__buttons-wrapper{background:var(--white,linear-gradient(0deg,#10132308 0,#10132308 100%),#fff)}}.product-head__options-btn{display:flex;font-size:18px;gap:4px;height:40px;padding:7px 11px 7px 16px}@media(max-width:1024px){.product-head__options-btn{font-size:16px;height:30px}}@media(max-width:768px){.product-head__options-btn{font-size:14px}}.product-head._sticky .product-head__options-btn{display:none}.product-head__options-btn svg{height:16px;width:16px}.product-head__rating{align-items:center;display:flex;gap:8px;padding-top:6px}.product-rating__star{color:#fec84b;fill:#fec84b;height:16px;width:16px}.product-rating__value{color:#2e2e2e;font-size:20px;font-style:normal;font-weight:600;line-height:100%}@media(max-width:1024px){.product-rating__value{font-size:14px;order:-1}}@media(max-width:768px){.product-rating__value{font-size:12px}}.product-rating__reviews-wrapper{align-items:center;display:flex;gap:4px}.product-rating__reviews-icon{color:#00a95d;height:16px;width:16px}@media(max-width:1024px){.product-rating__reviews-icon{color:#667085}}.product-rating__reviews-value{color:#667085;font-size:20px;font-style:normal;font-weight:500;line-height:100%;text-decoration-line:underline}@media(max-width:1024px){.product-rating__reviews-value{font-size:14px}}@media(max-width:768px){.product-rating__reviews-value{font-size:12px}}.product-head__summary{margin-top:11px}@media screen and (max-width:1024px){.product-head__summary{margin-top:0}}.product-head__summary .rating-summary__star{order:-1}@media screen and (max-width:1024px){.product-head__summary .rating-summary__star{order:inherit}}.product-main__form{column-gap:16px;display:grid;grid-template-columns:minmax(320px,1fr) minmax(0,1fr) minmax(0,1fr)}@media(max-width:1024px){.product-main__form{display:flex;flex-direction:column;gap:16px}}.product-main-wrapper{display:flex;flex-direction:column;gap:16px;min-width:0}.product-main__image{backface-visibility:hidden;background-color:#fff;border-radius:8px;height:528px;overflow:hidden;position:relative;transform:translateZ(0);-webkit-user-select:none;user-select:none}@media screen and (max-width:1024px){.product-main__image{height:260px}}@media screen and (max-width:768px){.product-main__image{border-radius:4px}}@media(min-width:1025px){.product-main__image:hover .product-main__navigation{opacity:1;visibility:visible}}.product-main__picture{flex-shrink:0}.product-main__picture img{cursor:pointer;display:block;height:100%;object-fit:contain;width:100%}.product-main__slider{height:100%}@media screen and (max-width:1024px){.product-main__slider{max-width:100%}}.product-main__navigation{opacity:0;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;visibility:hidden}.product-main__cards{height:inherit}.product-main__image-tip{position:absolute;top:16px;z-index:2}@media screen and (max-width:1024px){.product-main__image-tip{top:8px}}.product-main__bullet{background-color:#66708533;height:6px;opacity:1;width:6px}.product-main__bullet-active{background-color:#00a95d}.product-main__image-tip{left:16px}@media screen and (max-width:1024px){.product-main__image-tip{left:8px}}.product-main__buttons{align-items:center;column-gap:10px;display:flex;position:absolute;right:15px;top:15px;width:fit-content;z-index:1}@media screen and (min-width:1025px){.product-main__buttons{display:none}}.product-main__tags{align-content:flex-start;align-items:flex-start;display:flex;flex-wrap:wrap;gap:4px;grid-column:1/1;min-width:0;padding:16px}@media(max-width:1024px){.product-main__tags{padding:0}}.tags__item{align-items:center;border-radius:99px;color:#fff;display:flex;font-size:14px;font-style:normal;font-weight:600;gap:2px;justify-content:center;line-height:100%;padding:4px 8px 4px 5px;width:fit-content}@media(max-width:768px){.tags__item{font-size:10px}}.tags__item--hit{background:#4fb7ab}.tags__item--of-the-day{background:#fec84b}.tags__item--checked{background:#89c3ff}.tags__item--recipe{background:#d6bbfb}.tags__icon{height:16px;opacity:.6;width:16px}@media(max-width:768px){.tags__icon{height:12px;width:12px}}.product-main__info{align-items:flex-start;background:#fff;border-radius:4px;color:#667085;display:flex;flex-direction:column;flex-shrink:0;font-size:18px;font-weight:500;gap:16px;grid-column:2/2;letter-spacing:.36px;line-height:normal;list-style-type:none;margin:0;padding:16px}@media(max-width:1024px){.product-main__info{font-size:14px}}@media(max-width:768px){.product-main__info{font-size:12px}}@media(max-width:1024px){.product-main__info--large{display:none}.product-info__item{display:flex;justify-content:space-between;width:100%}}.product-info__term{hyphens:auto}.product-info__term>a[href]{color:#00a95d;transition:opacity .3s ease-in-out;white-space:normal}@media(min-width:1025px){.product-info__term>a[href]:hover{cursor:pointer;opacity:.7}}.product-info__term .product-info__description+.product-info__description{margin-left:.5rem}@media(min-width:1025px){.product-main__info--small{display:none}}.product-main__variants{align-items:center;background:#fff;border-radius:8px;display:flex;flex-direction:column;gap:16px;grid-column:2/2;height:fit-content;margin:0;padding:16px}@media(max-width:1024px){.product-main__variants{flex-direction:row}}@media(max-width:768px){.product-main__variants{flex-direction:column}}.product-variants--inactive{color:#667085;pointer-events:none}.product-variants--inactive .variant-tags__button,.product-variants--inactive .variant-tags__button.active{background-color:#2e2e2e14;border:none;color:inherit}.product-variants__wrapper{align-items:flex-start;align-self:stretch;display:flex;gap:15px;justify-content:space-between}@media(max-width:1024px){.product-variants__wrapper{flex:1 0 0;flex-direction:column;gap:8px;justify-content:flex-start;width:100%}.product-variants__wrapper:nth-of-type(2){order:1}}.product-variants__term{color:#667085;float:left;font-size:18px;font-weight:500;line-height:120%}@media(max-width:1024px){.product-variants__term{font-size:12px}}.product-variants__tags{align-items:center;display:flex;flex-wrap:wrap;gap:10px}@media screen and (min-width:1025px){.product-variants__tags{justify-content:flex-end}}.variant-tags__button{border-radius:99px;color:#2e2e2e;font-size:16px;font-weight:500;line-height:normal;padding:6.5px 16px;text-align:start}@media(min-width:1025px){.variant-tags__button:hover{background-color:#0000;border:1px solid #00a95d}}.variant-tags__button.active{background-color:#0000;border:1px solid #00a95d}@media(max-width:1024px){.variant-tags__button{font-size:14px}}.product-main__purshase{align-items:flex-start;border:1px solid #e4e7ec;border-radius:8px;display:flex;flex-direction:column;gap:24px;grid-column:3/3;min-width:0;padding:22px;width:100%}@media(max-width:1024px){.product-main__purshase{background:#fff;border:none;padding:16px}}.product-purshase__price-wrapper{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:16px}.product-purchase__price,.product-purshase__price{align-items:flex-start;align-self:stretch;display:flex;gap:8px}.product-purshase__proposal-collapse{width:100%}.product-purshase__proposal-collapse.base-collapse>.base-collapse__trigger{background:#00a95d14;border-radius:8px;padding:18px 16px}.product-purshase__proposal-collapse.base-collapse>.base-collapse__trigger .base-collapse__title{color:#2e2e2e;font-size:18px;font-weight:800;line-height:120%}.product-purshase__proposal-collapse.base-collapse>.base-collapse__trigger .base-collapse__icon{color:#2e2e2e;height:18px;width:18px}.product-purshase__proposal-collapse.base-collapse>.base-collapse__content{padding-top:12px}.product-purshase__proposal-collapse.base-collapse._active>.base-collapse__trigger .base-collapse__icon,.product-purshase__proposal-collapse.base-collapse._active>.base-collapse__trigger .base-collapse__title{color:#2e2e2e}@media screen and (max-width:540px){.product-purshase__proposal-collapse.base-collapse .base-collapse__title{font-size:14px!important}}.product-purshase__offer-switcher{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.product-purshase__offer-button{background-color:#0000;background:#fff;border:2px solid #e4e7ec;border-radius:8px;color:inherit;cursor:pointer;display:flex;flex-direction:column;font:inherit;gap:4px;justify-content:flex-start;min-height:85px;outline:none;padding:14px;text-align:left;transition:all .3s ease;width:100%}.product-purshase__offer-button._active{border-color:#00a95d;box-shadow:inset 0 0 0 1px #00a95d29}@media(min-width:1025px){.product-purshase__offer-button:hover{border-color:#00a95d73}}.product-purshase__offer-heading{align-items:baseline;display:flex;flex-wrap:nowrap;gap:6px}.product-purshase__offer-caption{color:#2e2e2e;font-size:14px;font-weight:500;line-height:120%;white-space:nowrap}.product-purshase__offer-price{color:#2e2e2e;font-size:20px;font-weight:700;line-height:100%;white-space:nowrap}@media screen and (max-width:1024px){.product-purshase__offer-price{font-size:18px}}@media screen and (max-width:540px){.product-purshase__offer-price{font-size:16px}}@media screen and (max-width:360px){.product-purshase__offer-price{font-size:14px}}.product-purshase__offer-pharmacies,.product-purshase__offer-range{color:#667085;font-size:13px;font-weight:500;line-height:120%}@media screen and (max-width:768px){.product-purshase__offer-pharmacies,.product-purshase__offer-range{font-size:12px}}.product-avaliability__pharmacies[data-price-offer-panel]:not(._active),.product-purchase__actions,.product-purchase__price[data-price-offer-panel]:not(._active),.product-purshase__actions,.product-purshase__price[data-price-offer-panel]:not(._active){display:none}.product-purchase__actions._active,.product-purchase__price[data-price-offer-panel]._active,.product-purshase__actions._active,.product-purshase__price[data-price-offer-panel]._active{display:flex}@media screen and (max-width:768px){.product-purchase__actions._active,.product-purshase__actions._active{flex-direction:row}}.product-purchase__price,.product-purshase__price{flex-direction:column;gap:16px;width:100%}.product-purshase__availability{align-items:center;border-bottom:1px solid #f2f4f7;color:#00a95d;display:flex;font-size:16px;font-weight:700;gap:10px;line-height:120%;padding-bottom:16px;width:100%}@media screen and (max-width:1024px){.product-purshase__availability{font-size:14px}}.product-purshase__availability-icon{color:inherit;height:24px;width:24px}@media screen and (max-width:768px){.product-purshase__availability-icon{height:20px;width:20px}}.price-wrapper--inactive{color:#667085;filter:grayscale(1)}.price-wrapper--inactive .price__actual{color:inherit}.product-purshase__stockout{align-items:center;align-self:stretch;color:#667085;display:flex;filter:grayscale(1);flex:1 0 0;font-size:16px;font-weight:500;gap:12px;line-height:120%}@media(max-width:1024px){.product-purshase__stockout{font-size:14px}}@media(max-width:768px){.product-purshase__stockout{font-size:12px}}.product-purshase__stockout svg{color:inherit;height:11px;width:11px}@media(max-width:1024px){.product-purshase__stockout svg{height:6px;width:6px}}.price-wrapper__title{color:#667085;font-size:18px;font-weight:500;line-height:120%}@media(max-width:1024px){.price-wrapper__title{font-size:14px}}@media(max-width:768px){.price-wrapper__title{font-size:12px}}.price-wrapper__main{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:12px}.price-main__meta,.price-main__numbers,.price-main__total{align-items:center;display:flex;gap:10px}.price-main__meta,.price-main__total{flex-wrap:wrap}.product-purshase__panel .price-main__numbers{align-items:center;display:grid;gap:10px 10px;grid-template-areas:"discount before ." "actual actual bonuses";grid-template-columns:max-content max-content max-content;justify-content:start;justify-items:start}.product-purshase__panel .price-numbers__price{display:contents}.price__before{color:#667085;font-size:16px;font-weight:600;line-height:120%;position:relative;white-space:nowrap}.price__before:after{background-color:#667085;bottom:10px;content:"";height:1px;left:0;margin:10px 13px -2px 6px;position:absolute;transform:rotate(166.651deg);width:60px}@media(max-width:768px){.price__before:after{left:-6px}}@media(max-width:1024px){.price__before{font-size:14px}}@media(max-width:768px){.price__before{font-size:12px}}.product-purshase__panel .price__before{align-self:center;grid-area:before;justify-self:start}.price__actual{color:#2e2e2e;font-size:28px;font-style:normal;font-weight:600;line-height:100%;white-space:nowrap}@media(max-width:1024px){.price__actual{font-size:20px}}.product-purshase__panel .price__actual{align-self:center;font-size:38px;font-weight:700;grid-area:actual;justify-self:start}@media(max-width:1024px){.product-purshase__panel .price__actual{font-size:28px}}@media(max-width:768px){.product-purshase__panel .price__actual{font-size:24px}}.price__actual--strong{font-weight:700}.price-numbers__discount{align-items:flex-start;align-self:flex-start;background:#f03859;border-radius:2px;color:#fff;display:flex;font-size:18px;font-style:normal;font-weight:700;gap:2px;justify-content:center;line-height:100%;padding:4px 6px}@media(max-width:1024px){.price-numbers__discount{font-size:14px}}@media(max-width:768px){.price-numbers__discount{font-size:12px}}.product-purshase__panel .price-numbers__discount{align-self:center;background:#00a95d;border-radius:6px;grid-area:discount;justify-self:start;padding:7px 8px}.price-numbers__bonuses{align-items:center;color:#00a95d;display:flex;font-size:16px;font-weight:800;height:53px;justify-content:flex-end;line-height:120%;text-align:right;text-transform:uppercase;width:100%}@media(max-width:1024px){.price-numbers__bonuses{font-size:12px;height:fit-content}}@media(max-width:768px){.price-numbers__bonuses{font-size:10px;margin-left:5px}}.product-purshase__panel .price-numbers__bonuses{align-self:center;color:#89c3ff;font-size:16px;font-weight:700;grid-area:bonuses;height:auto;justify-content:flex-start;justify-self:start;line-height:100%;margin-left:0;text-align:left;text-transform:none;width:auto}@media(max-width:1024px){.product-purshase__panel .price-numbers__bonuses{font-size:14px}}.price-main__info{align-items:center;align-self:stretch;display:flex;gap:4px}.info__icon{height:24px;opacity:.4;width:24px}@media(max-width:1024px){.info__icon{height:16px;width:16px}}.product-purshase__panel .info__icon{display:none}.info__text{color:#667085;flex:1 0 0;font-size:16px;font-size:14px;font-weight:500;line-height:120%}@media(max-width:768px){.info__text{font-size:12px}}.info__text--warning{color:#f03859}.product-purshase__offer-wrapper{display:flex;gap:8px;width:100%}.product-purshase__offer{align-items:center;background:#feeff2;border-radius:99px;color:#f03859;display:flex;flex:1 0 0;font-size:16px;font-weight:600;gap:10px;justify-content:center;line-height:100%;padding:6px 8px;text-align:center;width:100%}@media(max-width:1024px){.product-purshase__offer{font-size:14px}}@media(max-width:768px){.product-purshase__offer{font-size:12px}}.offer-icon{height:20px;opacity:.4;width:20px}@media(min-width:767px){.offer-icon{display:none}}@media(max-width:768px){.offer-icon{transform:rotate(180deg)}}.product-purshase__buttons{align-items:flex-end;align-self:stretch;display:flex;flex-direction:column;flex-shrink:0;gap:8px}@media(max-width:1024px){.product-purshase__buttons{flex-direction:row}}@media screen and (max-width:1024px){.product-purshase__buttons._fixed{animation:move-up .3s;background:#fff;bottom:calc(var(--user-panel-height) + env(safe-area-inset-bottom));box-shadow:0 -4px 8px 0 #0000000d;flex-direction:row;left:0;padding:20px 15px;position:fixed;transition:all .3s ease;width:100vw;z-index:6}}@keyframes move-up{0%{transform:translateY(0)}}.product-purchase__actions,.product-purshase__actions{align-items:stretch;flex-direction:column;gap:8px;width:100%}@media screen and (max-width:768px){.product-purchase__actions>.product-purchase__button,.product-purchase__actions>.product-purshase__button,.product-purshase__actions>.product-purchase__button,.product-purshase__actions>.product-purshase__button{flex:1 1 0;min-width:0}}.product-purshase__button{border-radius:8px;font-size:18px;height:50px;white-space:nowrap;width:100%}@media(max-width:1024px){.product-purshase__button{font-size:14px;height:40px}}@media(max-width:768px){.product-purshase__button{height:36px}}.product-purchase__actions .base-button:only-child,.product-purshase__actions .base-button:only-child{flex:0 0 100%;width:100%}.product-purshase__button.base-counter{border-radius:8px}.product-purshase__more-info{align-items:flex-start;background:#fff;border-radius:8px;display:flex;flex-direction:column;padding:0 16px;width:100%}.more-info__item{align-items:center;align-self:stretch;color:#2e2e2e;display:flex;flex:1 0 0;font-size:15px;font-style:normal;font-weight:500;gap:16px;line-height:120%;padding:16px 0;position:relative}.more-info__item:not(:last-of-type):after{background:#f2f4f7;bottom:0;content:"";flex-grow:1;height:1px;left:0;position:absolute;width:100%}@media(max-width:1024px){.more-info__item{font-size:14px}}@media(max-width:768px){.more-info__item{font-size:12px}}@media(min-width:1025px){.more-info__item:hover .more-info__arrow{transform:translateX(5px)}.more-info__item:hover .more-info__icon,.more-info__item:hover .more-info__x2-circle{transform:scale(1.1)}}.more-info__item *{transition:all .3s ease}.more-info__arrow{flex-shrink:0;height:16px;margin-left:auto;opacity:.4;width:16px}.more-info__icon{flex-shrink:0;height:24px;width:24px}.more-info__x2-circle{align-items:center;background:#00a95d;border-radius:99px;color:#fff;display:flex;font-size:10px;font-weight:800;height:24px;justify-content:center;line-height:100%;padding:6px;position:relative;text-align:center;text-transform:uppercase;width:24px;z-index:1}.more-info__x2-circle:after{background-color:#00a95d33;border-radius:99px;bottom:-6px;content:"";height:36px;left:-6px;position:absolute;width:36px;z-index:-1}@media(max-width:1024px){.more-info__text{width:100%}}.product-main__avaliability{align-items:center;align-items:flex-start;background:#fff;border-radius:8px;display:flex;flex-direction:column;gap:12px;grid-column:3/3;justify-content:center;margin-top:auto;padding:16px}@media(max-width:1024px){.product-main__avaliability{gap:16px;width:100%}}.product-avaliability__pharmacies{align-items:center;align-self:stretch;border-bottom:1px solid #f2f4f7;color:#667085;display:flex;flex:1 0 0;font-size:16px;font-weight:500;gap:12px;line-height:120%;padding-bottom:12px}@media(max-width:1024px){.product-avaliability__pharmacies{font-size:14px}}@media(max-width:768px){.product-avaliability__pharmacies{font-size:12px}}.product-avaliability__pharmacies svg{color:#00a95d;height:11px;width:11px}@media(max-width:1024px){.product-avaliability__pharmacies svg{height:6px;width:6px}}.product-avaliability__date{align-items:center;align-self:stretch;display:flex;gap:24px;justify-content:space-between}.delivery-date__item{align-items:center;display:flex;gap:8px}@media(max-width:1024px){.delivery-date__item{width:100%}}.delivery-date__item svg{height:35px;width:35px}@media(max-width:768px){.delivery-date__item svg{height:28px;width:28px}}.delivery-date__content{align-items:flex-start;display:flex;flex:1 0 0;flex-direction:column;font-size:16px;font-weight:500;gap:4px;line-height:100%}@media(max-width:1024px){.delivery-date__content{font-size:14px}}@media(max-width:768px){.delivery-date__content{font-size:12px}}.delivery-date__value{color:#667085}.product-card{border:1px solid #e4e7ec;border-radius:8px;display:flex;flex-direction:column;gap:12px;height:100%;padding:12px;position:relative;width:100%;z-index:0}@media screen and (max-width:1024px){.product-card{border:none;padding:0}}.product-card__price{display:flex;flex-direction:column;flex-grow:1;justify-content:flex-end;min-height:60px}.product-card__price-main{display:flex;flex-direction:column;justify-content:flex-start}.product-card__isg-slot{min-height:56px}@media screen and (max-width:768px){.product-card__isg-slot{min-height:48px}}.product-card__isg-slot._empty{pointer-events:none;visibility:hidden}.product-card__isg-link{align-items:flex-start;color:#fe964b;display:flex;flex-direction:column;row-gap:4px;-webkit-text-decoration:none;text-decoration:none;width:100%}.product-card__isg-link *{transition:all .3s ease}@media(min-width:1025px){.product-card__isg-link:hover .product-card__isg-arrow{opacity:1;transform:translateX(3px)}}@media screen and (max-width:768px){.product-card__isg-link{row-gap:3px}}.product-card__isg-caption{align-items:start;column-gap:4px;display:grid;grid-template-columns:minmax(0,1fr) auto;width:100%}.product-card__isg-price{align-items:center;background:#fe964b;border-radius:4px;color:#fff;display:inline-flex;font-size:14px;font-weight:700;line-height:100%;padding:4px 8px;white-space:nowrap}.product-card__isg-price span{margin-left:2px}@media screen and (max-width:1024px){.product-card__isg-price{font-size:13px}}@media screen and (max-width:768px){.product-card__isg-price{font-size:12px;padding:4px 7px}}.product-card__isg-text{color:#fe964b;font-size:14px;font-weight:500;line-height:120%;min-width:0;white-space:normal}@media screen and (max-width:1024px){.product-card__isg-text{font-size:13px}}@media screen and (max-width:768px){.product-card__isg-text{font-size:12px}}.product-card__isg-arrow{align-self:start;color:#fe964b;flex-shrink:0;font-size:18px;line-height:1;opacity:.7}.product-card__price-additional{align-items:center;display:flex}.product-card__price-old{color:#667085;font-size:16px;font-style:normal;font-weight:500;line-height:140%;margin-right:18px;position:relative}.product-card__price-old span{font-weight:700}.product-card__price-old:after{background-color:#667085;bottom:10px;content:"";height:1px;left:0;margin:10px 13px -2px 6px;position:absolute;transform:rotate(166.651deg);width:60px}@media(max-width:768px){.product-card__price-old:after{left:-6px}}@media screen and (max-width:1024px){.product-card__price-old{font-size:14px}}@media screen and (max-width:768px){.product-card__price-old{font-size:12px}}.product-card__price-discount{align-items:center;background:#f03859;border-radius:2px;color:#fff;display:flex;font-size:16px;font-style:normal;font-weight:700;line-height:100%;padding:4px 6px}.product-card__price-discount:before{content:"-"}@media screen and (max-width:1024px){.product-card__price-discount{font-size:12px}}.product-card__price-val{color:#101323;font-size:24px;font-style:normal;font-weight:500;line-height:140%}.product-card__price-val span{font-weight:700}@media screen and (max-width:1024px){.product-card__price-val span{font-size:20px}}@media screen and (max-width:768px){.product-card__price-val span{font-size:16px}}@media screen and (max-width:1024px){.product-card__price-val{font-size:14px}}@media screen and (max-width:768px){.product-card__price-val{font-size:16px}}.product-card__last-price{color:#667085}.product-card__last-price span{display:block}.product-card__last-text{font-size:16px;font-weight:500;line-height:140%}@media screen and (max-width:1024px){.product-card__last-text{font-size:14px}}@media screen and (max-width:768px){.product-card__last-text{font-size:12px}}.product-card__last-value{font-size:24px;font-weight:700;line-height:140%}@media screen and (max-width:1024px){.product-card__last-value{font-size:20px;line-height:120%}}@media screen and (max-width:768px){.product-card__last-value{font-size:16px}}.product-card__bottom{display:grid;grid-row-gap:8px}.product-card__link-button{width:100%}.product-card__properties{display:grid;list-style:none;margin:0;padding:0;grid-row-gap:12px}@media screen and (max-width:768px){.product-card__properties{grid-row-gap:6px}}.product-card__properties-item{align-items:center;color:#667085;display:flex;font-size:16px;font-style:normal;font-weight:500;gap:6px;letter-spacing:.32px;line-height:120%}.product-card__properties-item svg{height:18px;order:-1}.product-card__properties-item img,.product-card__properties-item svg{display:block;flex-shrink:0;width:18px}@media screen and (max-width:1024px){.product-card__properties-item{font-size:14px}}@media screen and (max-width:768px){.product-card__properties-item{font-size:12px}}.product-card__properties-item--accent{color:#00a95d}.product-card__description{border:1px solid #00a95d1f;border-radius:4px;color:#00a95d;font-size:16px;font-style:normal;font-weight:500;line-height:140%;padding:8px}@media screen and (max-width:1024px){.product-card__description{font-size:12px}}@media screen and (max-width:768px){.product-card__description{font-size:10px}}.product-card__content{display:flex;flex-direction:column;gap:12px;height:180px}@media screen and (max-width:1024px){.product-card__content{height:155px}}@media screen and (max-width:768px){.product-card__content{height:135px}}.product-card__title{color:#101323;display:block;display:-webkit-box;font-size:20px;font-style:normal;font-weight:500;-webkit-line-clamp:4;line-height:120%;transition:all .3s ease;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:1025px){.product-card__title:hover{color:#00a95d}}@media screen and (max-width:1024px){.product-card__title{font-size:16px}}@media screen and (max-width:768px){.product-card__title{font-size:14px}}.product-card__title--uppercase{text-transform:uppercase}.product-card__title:active{color:#00a95d}.product-card__discount{display:flex;flex-direction:column;gap:13px}.product-card__discount-title{color:#101323;font-size:20px;font-style:normal;font-weight:600;line-height:120%}@media screen and (max-width:1024px){.product-card__discount-title{font-size:16px}}@media screen and (max-width:768px){.product-card__discount-title{font-size:14px}}.discount-block{border:1px solid #00a95d;border-radius:6px;padding:8px}.discount-block__item{align-items:center;display:flex;gap:12px}.discount-block__item:not(:last-of-type){border-bottom:1px solid #e4e7ec;margin-bottom:8px;padding-bottom:8px}.discount-block__name{color:#667085;font-size:16px;font-style:normal;font-weight:500;line-height:120%;width:100%}@media screen and (max-width:1024px){.discount-block__name{font-size:14px}}@media screen and (max-width:768px){.discount-block__name{font-size:12px}}.discount-block__percent{color:#00a95d;flex-shrink:0;font-size:20px;font-size:14px;font-style:normal;font-weight:500;line-height:120%}@media screen and (max-width:1024px){.discount-block__percent{font-size:16px}}@media screen and (max-width:768px){.discount-block__percent{font-size:14px}}.discount-block__value{color:#00a95d80;flex-shrink:0;font-size:16px;font-style:normal;font-weight:500;line-height:120%}@media screen and (max-width:1024px){.discount-block__value{font-size:14px}}@media screen and (max-width:768px){.discount-block__value{font-size:12px}}.product-card__delivery{backdrop-filter:blur(110px);border-radius:50%;bottom:40px;height:35px;position:absolute;right:13px;width:35px;z-index:1}@media screen and (max-width:1024px){.product-card__delivery{height:31px;width:31px}}@media screen and (max-width:768px){.product-card__delivery{height:28px;width:28px}}.product-card__top{padding-bottom:30px;position:relative;z-index:0}.product-card__img-wrap{background-color:#fff;border-radius:8px;display:flex;height:160px;justify-content:center;padding:10px}.product-card__img{display:block;height:100%;object-fit:contain;object-position:center;width:100%}.product-card__favorite{background:#0000;border:0;display:flex;padding:0;position:absolute;right:3px;top:3px;z-index:1}.product-card__favorite svg{color:#667085;display:block;fill:none;flex-shrink:0;height:27px;width:27px}@media screen and (max-width:1024px){.product-card__favorite svg{height:18px;width:18px}}.product-card__favorite._favorite svg{color:#00a95d;fill:#00a95d}.product-card__labels{display:flex;flex-direction:column;gap:4px;left:8px;list-style:none;margin:0;padding:0;position:absolute;top:8px}.product-card__label{width:fit-content}.product-card__warning{color:#667085;font-size:16px;font-weight:500;line-height:22.5px;text-transform:uppercase}@media screen and (max-width:1024px){.product-card__warning{font-size:12px;line-height:17px;margin-bottom:12px}}@media screen and (max-width:768px){.product-card__warning{font-size:10px;line-height:14px}}.product-card__rating{font-size:16px;left:12px;min-height:20px;position:absolute;top:176px}@media screen and (max-width:1024px){.product-card__rating{font-size:12px;min-height:16px}}.product-card__avaliability{align-items:center;align-self:stretch;color:#667085;display:flex;font-size:16px;font-weight:500;gap:12px}@media(max-width:1024px){.product-card__avaliability{font-size:14px}}@media(max-width:768px){.product-card__avaliability{font-size:12px}}.product-card__avaliability svg{color:#00a95d;height:6px;width:6px}.product-card__avaliability-link{-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:2px}.product-card__delivery-date{display:flex;flex-direction:column;gap:12px;min-height:84px}@media(max-width:1024px){.product-card__delivery-date{min-height:76px}}@media(max-width:768px){.product-card__delivery-date{min-height:68px}}.product-card__delivery-date-item{align-items:center;display:flex;gap:8px}.product-card__delivery-date-item-content{display:flex;flex-direction:column;font-size:16px;font-weight:500;gap:4px;line-height:100%}.product-card__delivery-date-item-content span:last-child{color:#667085}@media(max-width:1024px){.product-card__delivery-date-item-content{font-size:14px}}@media(max-width:768px){.product-card__delivery-date-item-content{font-size:12px}}.product-card__delivery-date-item svg{flex-shrink:0;height:28px;width:28px}.share{background-color:#fff;height:auto;min-width:300px;position:relative;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;z-index:6}.share__content{display:flex;flex-direction:column;gap:13px;position:relative;z-index:1}.share__title{color:#00a95d;font-size:16px;font-style:normal;font-weight:600;line-height:120%;max-width:65%}@media screen and (max-width:1024px){.share__title{font-size:14px}}.share__link{border:1px solid #00a95d}.basket-card{background-color:#fff;border:1px solid #e4e7ec;border-radius:8px;display:flex;flex-direction:column;padding:16px;position:relative}@media screen and (max-width:1024px){.basket-card{border-color:#0000}}.basket-card._deleted .basket-card__controls{display:none}.basket-card._deleted .basket-card__restore{display:flex}.basket-card._deleted:after{opacity:1;pointer-events:all;visibility:visible}.basket-card:after{background-color:hsla(0,0%,96%,.698);content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;visibility:hidden;z-index:1}.basket-card__restore{display:none;margin-top:12px;position:relative;z-index:7}.basket-card__product{border-bottom:1px solid #e4e7ec;display:grid;gap:12px;grid-template-columns:83px 1fr;margin-bottom:16px;padding-bottom:16px}.basket-card__product-name{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;max-width:90%}.basket-card__product-name span{transition:color .3s ease-in-out}@media(min-width:1025px){.basket-card__product-name span:hover{color:#00a95d}}.basket-card__favorite{background-color:#0000;border:none;color:inherit;cursor:pointer;font:inherit;outline:none;padding:3px;position:absolute;right:16px;top:16px;z-index:1}.basket-card__favorite svg{color:#667085;display:block;fill:none;flex-shrink:0;height:20px;width:20px}.basket-card__favorite._favorite svg{color:#00a95d;fill:#00a95d}.basket-card__product-image{max-height:91px;max-width:82px;position:relative}.basket-card__product-image img{height:100%;object-fit:contain;object-position:center;width:100%}.basket-card__delivery{backdrop-filter:blur(110px);border-radius:50%;bottom:0;height:30px;position:absolute;right:0;width:30px;z-index:1}@media screen and (max-width:1024px){.basket-card__delivery{height:25px;width:25px}}.basket-card__product-inner{display:flex;flex-direction:column;gap:12px}.basket-card__product-name{font-size:18px;font-weight:500;line-height:22px;transition:all .3s ease}@media(max-width:768px){.basket-card__product-name{font-size:14px;line-height:19.5px}}.basket-card__product-info{color:#667085;font-size:16px;font-weight:500;letter-spacing:-.2px;line-height:22.5px}@media(max-width:768px){.basket-card__product-info{font-size:12px;line-height:17px}}.basket-card__top{align-items:center;display:flex;justify-content:space-between}.basket-card__top:not(:empty){border-bottom:1px solid #e4e7ec;margin-bottom:16px;padding-bottom:16px}.basket-card__top-col{display:flex;flex-direction:column;gap:6px}.basket-card__top-name{font-size:16px;font-weight:500;letter-spacing:-.2px;line-height:22.5px}@media(max-width:768px){.basket-card__top-name{font-size:12px;line-height:17px}}.basket-card__recipe{align-items:center;display:flex;font-size:16px;gap:6px;line-height:19px}.basket-card__recipe svg{height:16px;width:16px}@media(max-width:768px){.basket-card__recipe{font-size:12px;line-height:17px}}.basket-card__recipe{color:#00a95d}.basket-card__no-recipe{color:#667085}.basket-card__top-date{color:#667085;font-size:16px;letter-spacing:-.2px;line-height:22.5px;text-align:right}@media(max-width:768px){.basket-card__top-date{font-size:12px;line-height:17px}}.basket-card__bottom{display:flex;flex-direction:column;gap:12px}.basket-card__price{display:flex;flex-direction:column;gap:8px}.basket-card__price-name{color:#667085;font-size:16px;line-height:19px}@media(max-width:768px){.basket-card__price-name{font-size:12px;line-height:17px}}.basket-card__price-block{align-items:center;display:flex;gap:8px}@media screen and (max-width:540px){.basket-card__price-block{flex-wrap:wrap}}.basket-card__discount{background-color:#f03859;border-radius:2px;color:#fff;flex-shrink:0;font-size:16px;font-weight:700;line-height:16px;padding:4px 6px}@media(max-width:768px){.basket-card__discount{font-size:12px;line-height:12px}}.basket-card__bonuses{color:#00a95d;font-size:16px;font-weight:800;line-height:19px;margin-left:auto;text-transform:uppercase}@media(max-width:768px){.basket-card__bonuses{font-size:12px;line-height:17px}}.basket-card__promo-alert{background-color:rgba(240,56,89,.078);border:none;border-radius:99px;color:#f03859;display:block;font-size:16px;font-weight:600;line-height:16px;padding:7px;text-align:center}.basket-card__promo-alert svg{height:16px;width:16px}@media(max-width:768px){.basket-card__promo-alert{font-size:12px;line-height:12px}}.basket-card__promo-info{align-items:center;color:#667085;display:flex;font-size:16px;font-weight:500;gap:6px;line-height:19px;margin:12px 0}.basket-card__promo-info svg{height:20px;width:20px}.basket-card__promo-alert--applied{align-items:center;background-color:rgba(0,169,93,.078);color:#00a95d;display:flex;gap:4px;justify-content:center}.basket-card__controls{align-items:center;display:flex;gap:8px}.basket-card__counter{flex-grow:1}.basket-card__btn-delete{align-items:center;background-color:#0000;background-color:rgba(228,231,236,.302);border:none;border-radius:50%;color:inherit;cursor:pointer;display:flex;flex-shrink:0;font:inherit;height:40px;justify-content:center;margin-left:auto;outline:none;padding:0;width:40px}.basket-card__btn-delete svg{color:#667085;height:20px;transition:color .3s ease-in-out;width:20px}@media(min-width:1025px){.basket-card__btn-delete:hover svg{color:#f03859}}.basket-card--small{border:none;padding:6px}.basket-card__product--small{align-items:center;border:none;gap:8px;grid-template-columns:70px 1fr;margin-bottom:0}.basket-card__product-inner--small{gap:8px}.basket-card__isg{display:flex;flex-wrap:wrap;gap:6px}.basket-card__isg-badge{align-items:center;background:#00a95d14;border-radius:99px;color:#00a95d;display:inline-flex;font-size:11px;font-weight:700;line-height:120%;padding:4px 8px}.basket-card__isg-range{color:#667085;font-size:12px;font-weight:500;line-height:120%}.basket-card__price-block--small{justify-content:space-between}.basket-card__fullprice--small{color:#667085;font-size:16px;font-weight:600;letter-spacing:1%;line-height:100%;white-space:nowrap}@media screen and (max-width:1024px){.basket-card__fullprice--small{font-size:14px}}@media screen and (max-width:768px){.basket-card__fullprice--small{font-size:12px}}.basket-card__totalprice-wrap{align-items:center;display:flex;gap:8px}.basket-card__quantity{color:#667085;font-size:16px;font-weight:500;letter-spacing:1%;line-height:140%;white-space:nowrap}@media screen and (max-width:1024px){.basket-card__quantity{font-size:14px}}@media screen and (max-width:768px){.basket-card__quantity{font-size:12px}}.basket-card__totalprice{font-size:18px;font-weight:600;letter-spacing:1%;line-height:140%}@media screen and (max-width:1024px){.basket-card__totalprice{font-size:16px}}@media screen and (max-width:768px){.basket-card__totalprice{font-size:14px}}.basket-card__totalprice-block{padding-left:10px}.basket-card__totalprice.price__before:after{left:-10px;width:50px}.basket-card__discount--small{align-self:flex-start;border-radius:2px}.basket-aside__wrap{background-color:#fff;border:1px solid #e4e7ec;border-radius:8px;display:flex;flex-direction:column;padding:16px}@media screen and (max-width:1024px){.basket-aside__wrap{border-color:#0000}}@media screen and (min-width:1025px){.basket-aside__wrap{position:sticky;top:calc(var(--header-main-height) + var(--header-ad-height) + 20px)}}.basket-aside__top{align-items:center;border-bottom:1px solid #f2f4f7;display:flex;margin-bottom:16px;padding-bottom:16px}.basket-aside__top-title{font-size:28px;font-weight:700;line-height:39px;margin-right:16px}@media(max-width:1280px){.basket-aside__top-title{font-size:18px;font-weight:600;line-height:25px}}@media(max-width:768px){.basket-aside__top-title{font-size:16px;line-height:19px}}.basket-aside__products{color:#667085;font-size:16px;font-weight:500;line-height:19px}@media(max-width:1280px){.basket-aside__products{font-size:14px;line-height:17px}}.basket-aside__price{font-size:28px;font-weight:700;line-height:39px;margin-left:auto}@media(max-width:1280px){.basket-aside__price{font-size:22px;line-height:22px}}@media(max-width:768px){.basket-aside__price{font-size:20px;line-height:20px}}.basket-aside__list{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0 0 16px;padding:0}.basket-aside__item{align-items:center;display:flex;justify-content:space-between}.basket-aside__item-title{font-size:18px;font-weight:500;line-height:25px}@media(max-width:768px){.basket-aside__item-title{font-size:14px;line-height:19.5px}}.basket-aside__item-value{color:#667085;font-size:18px;font-weight:600;line-height:25px;text-align:right}@media(max-width:768px){.basket-aside__item-value{font-size:14px;line-height:19.5px}}.basket-aside__item-bonuses{color:#00a95d;font-size:16px;line-height:19px;text-transform:uppercase}@media(max-width:768px){.basket-aside__item-bonuses{font-size:14px;line-height:19.5px}}.review{border:1px solid #e4e7ec;border-radius:6px;display:flex;flex-direction:column;height:100%;padding:12px}.review__top{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px}.review__date,.review__user{color:#667085;font-size:12px;line-height:14.5px}.review__rating{margin-bottom:12px}.review__text{display:-webkit-box;font-size:14px;font-weight:500;-webkit-line-clamp:4;line-height:19px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}.review__btn{background-color:#0000;border:none;color:inherit;color:#b3b3b3;cursor:pointer;font:inherit;font-size:12px;outline:none;padding:0;text-align:left}.pharmacy-card{background-color:#fff;border:1px solid #e4e7ec;border-radius:8px;display:flex;flex-direction:column;gap:16px;height:100%;padding:16px}@media screen and (max-width:1024px){.pharmacy-card{border:none}}.pharmacy-card._loading:before{background-color:#fff}.pharmacy-card__top{align-items:center;display:flex;justify-content:space-between}.pharmacy-card__btn{align-items:center;background-color:#0000;border:1px solid #4fb7ab;border-radius:99px;color:inherit;color:#4fb7ab;cursor:pointer;display:flex;font:inherit;font-size:14px;font-weight:600;gap:4px;line-height:14px;outline:none;padding:5px 8px;text-align:center;transition:all .3s ease}@media(max-width:1280px){.pharmacy-card__btn{font-size:12px;line-height:12px}}@media(max-width:768px){.pharmacy-card__btn{font-size:10px;line-height:10px}}@media(min-width:1025px){.pharmacy-card__btn:hover{opacity:.7}}.pharmacy-card__btn svg{color:#4fb7ab;fill:#4fb7ab;height:16px;width:16px}.pharmacy-card__btn .pharmacy-card__btn-delete{display:none}.pharmacy-card__btn._favorite{background-color:#4fb7ab;color:#fff}.pharmacy-card__btn._favorite svg{color:#fff;fill:#fff}.pharmacy-card__btn._favorite .pharmacy-card__btn-add{display:none}.pharmacy-card__btn._favorite .pharmacy-card__btn-delete{display:inline-block}.pharmacy-card__content{display:flex;flex-direction:column;gap:16px;width:100%}.pharmacy-card__title{font-size:20px;font-weight:600;line-height:22.5px}@media(max-width:1280px){.pharmacy-card__title{font-size:16px;line-height:19px}}@media(max-width:768px){.pharmacy-card__title{font-size:14px;line-height:17px}}.pharmacy-card__list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.pharmacy-card__item{align-items:center;display:grid;gap:6px;grid-template-columns:16px 1fr}.pharmacy-card__item svg{color:#00a95d;height:16px;width:16px}.pharmacy-card__item-link,.pharmacy-card__item-text{color:#667085;font-size:16px;font-weight:500}@media(max-width:1280px){.pharmacy-card__item-link,.pharmacy-card__item-text{font-size:12px;line-height:12px}}.pharmacy-card__item-link{cursor:pointer;transition:all .3s ease}@media(min-width:1025px){.pharmacy-card__item-link:hover{color:#00a95d}}.pharmacy-card__delivery{align-items:center;border-top:1px solid #e4e7ec;color:#667085;display:flex;font-size:16px;font-weight:500;gap:8px;justify-content:flex-start;line-height:16px;padding-top:12px}@media screen and (max-width:1024px){.pharmacy-card__delivery{font-size:12px}}.pharmacy-card__delivery__icon{height:30px;width:30px}@media screen and (max-width:1024px){.pharmacy-card__delivery__icon{height:28px;width:28px}}.pharmacy-card__delivery__title{color:#2e2e2e}.pharmacy-card__delivery__date{margin-left:auto}.pharmacy-card__controls{grid-column:2;margin-top:auto}@media(max-width:768px){.pharmacy-card__controls{width:100%}}.pharmacy-card__header{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.pharmacy-card__title-availability{align-items:center;background:#fe964b14;border-radius:99px;color:#fe964b;display:flex;font-size:12px;font-weight:600;gap:30px;padding:9px 16px}[data-available=true] .pharmacy-card__title-availability{background:#00a95d14;color:#00a95d}.pharmacy-card__availability-price{align-items:center;color:#2e2e2e;display:inline-flex;font-size:14px;font-weight:700;gap:4px;line-height:120%}.pharmacy-card__top-price{font-size:20px;font-weight:600;line-height:22.5px}@media(max-width:1280px){.pharmacy-card__top-price{font-size:16px;line-height:19px}}@media(max-width:768px){.pharmacy-card__top-price{font-size:14px;line-height:17px}}.pharmacy-card--isg{height:fit-content}.pharmacy-card--isg .pharmacy-card__title-availability{background:#00a95d14;color:#00a95d}.pharmacy-card__footer{align-items:center;display:grid;gap:16px;grid-template-columns:1fr 1fr}@media screen and (max-width:768px){.personal-tabs{border-bottom:1px solid #6670851f;margin-bottom:24px;max-width:100%;overflow:hidden}}.personal-tabs__list{border-right:2px solid #e4e7ec;list-style:none;margin:0;padding:0}@media screen and (max-width:768px){.personal-tabs__list{align-items:center;border-right:none;display:flex;gap:20px;padding:0}}.personal-tabs__item{flex-shrink:0}.personal-tabs__item:not(:has(.personal-tabs__link._active)){margin-bottom:24px}@media screen and (max-width:768px){.personal-tabs__item:not(:has(.personal-tabs__link._active)){margin-bottom:0}}@media screen and (min-width:768px){.personal-tabs__item{margin-right:-1px}}.personal-tabs__link{color:#667085;display:flex;font-size:20px;font-weight:500;line-height:120%;margin-right:-1px;padding-right:20px;position:relative;transition:all .3s ease}.personal-tabs__link:after{background-color:#00a95d;border-radius:99px;bottom:0;content:"";height:2px;left:0;opacity:0;position:absolute;transition:all .3s ease;width:100%}.personal-tabs__link._active{border-right:2px solid #00a95d;color:#00a95d;font-weight:600;padding-bottom:20px;pointer-events:none}@media screen and (max-width:768px){.personal-tabs__link._active{border-right:none;padding-bottom:12px;padding-top:0}.personal-tabs__link._active:after{opacity:1}}@media(min-width:1025px){.personal-tabs__link:hover{color:#00a95d}}@media screen and (max-width:1024px){.personal-tabs__link{font-size:16px}}@media screen and (max-width:768px){.personal-tabs__link{font-size:14px;padding:0 0 12px;white-space:nowrap}}.personal-form__inputs{background-color:#fff;border-radius:8px;display:grid;gap:22px 16px;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1024px){.personal-form__inputs{grid-template-columns:repeat(2,1fr);padding:16px}}@media screen and (max-width:540px){.personal-form__inputs{grid-template-columns:1fr}}.personal-form__input--email{position:relative}.personal-form__row{display:flex;flex:1 0 auto;gap:16px}.personal-form__row--wide{grid-column:1/-1}.personal-form__gender{width:100%}.personal-form__gender .base-radio__control{border:1px solid #e4e7ec;border-radius:6px;flex-grow:1;padding:10px 12px;transition:all .3s ease;width:100%}.personal-form__gender .base-radio__control:has(input:checked){border-color:#00a95d}@media(min-width:1025px){.personal-form__gender .base-radio__control:hover{border-color:#00a95d}}.personal-form__checkbox{background-color:#00a95d14;border-radius:6px;flex-grow:1;padding:14px 16px}.personal-form__checkbox .base-checkbox__popup{right:12px;top:10px}.personal-form__controls,.round__buttons{display:flex;gap:16px;margin-top:24px}@media screen and (max-width:1024px){.personal-form__controls,.round__buttons{flex-direction:column}}@media screen and (max-width:768px){.personal-form__controls,.round__buttons{gap:8px}}.personal-form__input .base-input__control{padding-right:42px}@media screen and (max-width:540px){.personal-form__input .base-input__control{padding-right:38px}}.personal-form__input .base-input__btn{color:#667085;right:16px}@media(min-width:1025px){.personal-form__input .base-input__btn:hover{color:#101323}}.personal-form__input .base-input__btn-icon{height:18px;width:18px}@media screen and (max-width:768px){.personal-form__input .base-input__btn-icon{height:14px;width:14px}}.personal-form__input--password .base-input__password-show{display:none}.personal-form__input-alert{margin-top:8px}.personal-form__input-alert._hidden{display:none}.personal-form__input-alert-text{align-items:center;color:#f03859;display:flex;font-size:14px;font-weight:400;gap:6px;line-height:140%}@media screen and (max-width:768px){.personal-form__input-alert-text{font-size:12px}}.personal-form__input-alert-btn{color:#101323;font-size:12px;font-weight:500;line-height:140%;margin-top:8px;-webkit-text-decoration:underline;text-decoration:underline;transition:all .3s ease}@media(min-width:1025px){.personal-form__input-alert-btn:hover{color:#00a95d}}.personal-form__verified{align-items:center;color:#00a95d;column-gap:10px;display:flex;font-size:14px;font-weight:400;line-height:140%;margin-top:8px}@media screen and (max-width:768px){.personal-form__verified{font-size:12px}}.personal-form__verified._hidden{display:none}.personal-form .base-radio__marker,.personal-form__verified-icon{height:18px;width:18px}.notify{color:#667085;display:flex;flex-direction:column;gap:24px}.notify._loading:before{background-color:#fff}.notify__inner{display:flex;flex-direction:column;gap:12px}@media screen and (max-width:1024px){.notify__inner{gap:8px}}.notify__fieldset{background-color:#fff;border-radius:6px;display:flex;flex-direction:column;gap:12px;padding:8px 12px}.notify__legend{color:#101323;font-size:20px;font-weight:600;letter-spacing:.32px;line-height:140%}@media screen and (max-width:1024px){.notify__legend{font-size:16px}}.notify__note{font-size:14px;font-weight:400;line-height:120%;padding-left:24px}@media screen and (max-width:1024px){.notify__note{font-size:12px}}@media screen and (max-width:768px){.notify__note{font-size:10px}}.notify__submit{max-width:40%}@media screen and (max-width:1024px){.notify__submit{max-width:none}}.notify__remain{align-items:center}.notify__remain .base-checkbox__text{font-size:18px;font-weight:400;line-height:120%}@media screen and (max-width:1024px){.notify__remain .base-checkbox__text{font-size:16px}}@media screen and (max-width:768px){.notify__remain .base-checkbox__text{font-size:14px}}.round{color:#000;display:flex;flex-direction:column;font-size:18px;font-style:normal;font-weight:500;line-height:normal;min-width:0;row-gap:16px}@media screen and (max-width:1024px){.round{font-size:16px}}@media screen and (max-width:768px){.round{font-size:14px;line-height:19px}}.round._loading:before{background-color:#fff}.round__title{font-size:20px;font-style:normal;font-weight:700;line-height:140%}.round__description{display:flex;flex-direction:column;max-width:90%;row-gap:20px}@media screen and (max-width:540px){.round__description{max-width:none}}.round__text{color:inherit}.round__text--green{color:#00a95d;font-size:20px;font-weight:600}@media screen and (max-width:768px){.round__text--green{font-size:16px;line-height:22px}}.round__values{align-items:center;column-gap:5px;display:flex;padding-top:24px}.round__next,.round__prev{background-color:#0000;border:none;color:inherit;color:#00a95d;cursor:pointer;display:flex;font:inherit;outline:none;padding:5px;place-content:center;transition:color .3s ease-in-out,opacity .3s ease-in-out}.round__next.swiper-button-disabled,.round__prev.swiper-button-disabled{color:#667085;opacity:.8}.round__next svg,.round__prev svg{color:inherit;height:24px;width:24px}.round__prev{margin-left:auto}.round__next{margin-right:auto}.round__value{border:1px solid #e4e7ec;border-radius:99px;color:#2e2e2e;cursor:pointer;display:inline-block;margin-right:5px;padding:7px 15px;transition:background-color .3s ease-in-out,border-color .3s ease-in-out;-webkit-user-select:none;user-select:none;white-space:nowrap;width:fit-content}.round__value:active{background:#00a95d14;border-color:#00a95d}.round__value._current{border-color:#00a95d}.round__value._active{background:#00a95d14}.round__slider{margin:0}.round__accept._disabled{opacity:.5;pointer-events:none}.round__reset{background:#a6a6a6cc;color:#fff}.round__note{color:#667085;font-size:16px;font-weight:400;line-height:normal}@media screen and (max-width:768px){.round__note{font-size:12px;text-align:center}}.round__note a{color:#00a95d;transition:color .3s ease-in-out,opacity .3s ease-in-out}@media(min-width:1025px){.round__note a:hover{opacity:.7}}.personal-link{align-items:center;backdrop-filter:blur(2px);background:#fff6;border-radius:6px;display:flex;gap:8px;padding:10px 16px;width:100%}.personal-link__field{appearance:none;background-color:#0000;border:none;color:#667085;font-size:16px;font-style:normal;font-weight:500;line-height:140%;width:100%}@media screen and (max-width:1024px){.personal-link__field{font-size:14px}}.personal-link__button{background-color:#0000;border:none;color:inherit;cursor:pointer;font:inherit;outline:none;padding:0}.personal-link__icon{flex-shrink:0;height:20px;width:20px}.personal-link__tooltip{display:inline-block;position:relative}.personal-link__tooltip:active .personal-link__tooltip-text,.personal-link__tooltip:hover .personal-link__tooltip-text{opacity:1;visibility:visible}.personal-link__tooltip-text{background-color:#00a95d;border-radius:6px;bottom:150%;color:#fff;font-size:14px;left:50%;opacity:0;padding:5px 10px;position:absolute;text-align:center;transform:translateX(-50%);transition:opacity .3s ease-in-out;visibility:hidden;width:fit-content;z-index:1}@media screen and (max-width:1024px){.personal-link__tooltip-text{font-size:12px}}.personal-link__tooltip-text:after{border:5px solid #0000;border-top-color:#00a95d;content:"";left:50%;margin-left:-5px;position:absolute;top:100%}.personal-bonus-stats{background-color:#00a95d14;border:1px solid #00a95d;border-radius:6px;box-shadow:0 4px 19px 0 #66708526;overflow:hidden;padding:16px;position:relative}.personal-bonus-stats__inner{display:flex;flex-direction:column;justify-content:space-between;position:relative;z-index:1}.personal-bonus-stats__count{color:#00a95d;font-size:24px;font-weight:600;line-height:100%}.personal-bonus-stats__count span{display:block;font-size:64px;line-height:1}.personal-bonus-stats__limit{color:#f03859;margin-top:60px}.personal-bonus-stats__limit-value{display:block;font-size:18px;line-height:120%}@media screen and (max-width:768px){.personal-bonus-stats__limit-value{font-size:14px;font-weight:500}}.personal-bonus-stats__limit-value{font-weight:600;line-height:1}.personal-bonus-stats__limit-date{font-size:16px;font-weight:400;line-height:100%}@media screen and (max-width:1024px){.personal-bonus-stats__limit-date{font-size:12px}}.personal-bonus-stats__img{background-image:url(../static/img/bonus-stats-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:228px;position:absolute;right:0;top:0;width:228px}.personal-bonus-banner{background-color:#fff;border-radius:6px;box-shadow:0 4px 19px 0 #10132326;margin-bottom:32px;padding:16px;position:relative}.personal-bonus-banner__inner{align-items:flex-start;display:flex;flex-direction:column;gap:12px;position:relative;width:75%;z-index:1}.personal-bonus-banner__title{font-size:18px;font-weight:500;line-height:120%}@media screen and (max-width:1024px){.personal-bonus-banner__title{font-size:16px}}@media screen and (max-width:768px){.personal-bonus-banner__title{font-size:14px}}.personal-bonus-banner__title{color:#00a95d;font-weight:600}.personal-bonus-banner__text{font-size:16px;font-weight:400;line-height:100%}@media screen and (max-width:1024px){.personal-bonus-banner__text{font-size:14px}}.personal-bonus-banner__text{color:#667085}.personal-bonus-banner__link{display:inline-flex;font-size:16px;font-weight:400;line-height:100%}@media screen and (max-width:1024px){.personal-bonus-banner__link{font-size:12px}}.personal-bonus-banner__link{color:#101323;-webkit-text-decoration:underline;text-decoration:underline;transition:all .3s ease}@media(min-width:1025px){.personal-bonus-banner__link:hover{color:#00a95d}}.personal-bonus-banner__img{background:no-repeat 50% url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='57' height='56' fill='none'%3E%3Cpath fill='url(%23a)' d='M0 55.921h57V.855H0z'/%3E%3Cdefs%3E%3Cpattern id='a' width='1' height='1' patternContentUnits='objectBoundingBox'%3E%3Cuse xlink:href='%23b' transform='scale(.00625)'/%3E%3C/pattern%3E%3Cimage xlink:href='data:image/png;base64,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' id='b' width='160' height='160'/%3E%3C/defs%3E%3C/svg%3E");height:55px;position:absolute;right:37px;top:12px;width:55px}.personal-bonus-card{align-items:center;border:1px solid #00a95d;border-radius:4px;display:flex;font-size:16px;font-weight:400;gap:8px;justify-content:space-between;line-height:100%;margin-top:14px;padding:8px 21px}@media screen and (max-width:1024px){.personal-bonus-card{font-size:12px}}.personal-bonus-card{color:#00a95d}.personal-bonus-card:before{background-color:#00a95d;content:"";height:16px;width:1px}.personal-bonus-card__name{order:-1}.personal-bonus-history{background-color:#fff;padding:16px}.personal-bonus-history__title{font-size:24px;font-weight:600;line-height:100%}@media screen and (max-width:1024px){.personal-bonus-history__title{font-size:20px}}@media screen and (max-width:768px){.personal-bonus-history__title{font-size:16px}}.personal-bonus-history__content{margin-top:16px}.personal-bonus-history__list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.personal-bonus-history__controls{display:flex;flex-direction:column;gap:16px;margin-top:24px}.personal-bonus-history-card{align-items:center;border:1px solid #e4e7ec;border-radius:4px;display:flex;gap:24px;justify-content:space-between;padding:11px 12px}.personal-bonus-history-card--add{background-color:#00a95d14;border:none}.personal-bonus-history-card--add .personal-bonus-history-card__title{color:#00a95d}.personal-bonus-history-card--add .personal-bonus-history-card__value{background-color:#00a95d14;border:none;color:#00a95d}.personal-bonus-history-card--destroy{border-color:#f03859}.personal-bonus-history-card--destroy .personal-bonus-history-card__text,.personal-bonus-history-card--destroy .personal-bonus-history-card__title{color:#f03859}.personal-bonus-history-card--destroy .personal-bonus-history-card__value{border-color:#f03859;color:#f03859}.personal-bonus-history-card__main{align-items:center;display:flex;gap:54px}@media screen and (max-width:1024px){.personal-bonus-history-card__main{gap:32px}}.personal-bonus-history-card__info{align-items:center;display:grid;gap:12px;grid-template-columns:120px 1fr}@media screen and (max-width:1024px){.personal-bonus-history-card__info{column-gap:12px;display:flex;flex-wrap:wrap;min-width:140px;row-gap:2px}}@media screen and (max-width:768px){.personal-bonus-history-card__info{align-items:flex-start;flex-direction:column;min-width:unset}}.personal-bonus-history-card__title{font-size:18px;font-weight:500;line-height:120%}@media screen and (max-width:1024px){.personal-bonus-history-card__title{font-size:14px}}.personal-bonus-history-card__title{color:#101323}@media screen and (max-width:1024px){.personal-bonus-history-card__title{min-width:85px}}.personal-bonus-history-card__date{font-size:16px;font-weight:400;line-height:100%}@media screen and (max-width:1024px){.personal-bonus-history-card__date{font-size:12px}}.personal-bonus-history-card__date{color:#667085;font-weight:500}.personal-bonus-history-card__text{font-size:16px;font-weight:400;line-height:100%}@media screen and (max-width:1024px){.personal-bonus-history-card__text{font-size:12px}}.personal-bonus-history-card__text{color:#667085;font-weight:500}.personal-bonus-history-card__value{font-size:18px;font-weight:500;line-height:120%;padding:9px 8px}@media screen and (max-width:1024px){.personal-bonus-history-card__value{font-size:14px}}.personal-bonus-history-card__value{border:1px solid #e4e7ec;border-radius:2px;color:#667085}.personal-pharmacy{align-items:center;background:#fff;border:1px solid #e4e7ec;border-radius:8px;column-gap:12px;display:grid;grid-template-columns:17% 1fr;padding:16px;width:100%}.personal-pharmacy._loading:before{background-color:#fff}.personal-pharmacy__link{width:232px}.personal-pharmacy__list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0 0 32px;padding:0}.personal-pharmacy__image{flex-shrink:0;height:56px;min-height:0;min-width:0;width:58.8px}@media screen and (max-width:1024px){.personal-pharmacy__image{height:48px;width:50.4px}}@media screen and (max-width:768px){.personal-pharmacy__image{height:40px;width:42px}}.personal-pharmacy__details{align-items:flex-start;display:flex;flex-direction:column;gap:12px;justify-content:center}@media screen and (max-width:1024px){.personal-pharmacy__details{gap:8px}}.personal-pharmacy__details svg{color:#00a95d;flex-shrink:0;height:18px;width:18px}@media screen and (max-width:1024px){.personal-pharmacy__details svg{height:16px;width:16px}}.personal-pharmacy__title{color:#00a95d;font-size:18px;font-style:normal;font-weight:700;line-height:normal}@media screen and (max-width:1024px){.personal-pharmacy__title{font-size:16px}}@media screen and (max-width:768px){.personal-pharmacy__title{font-size:14px}}.personal-pharmacy__address,.personal-pharmacy__hours,.personal-pharmacy__phone{align-items:center;color:#667085;display:flex;font-size:16px;font-style:normal;font-weight:500;gap:6px;line-height:100%}@media screen and (max-width:1024px){.personal-pharmacy__address,.personal-pharmacy__hours,.personal-pharmacy__phone{font-size:14px}}@media screen and (max-width:768px){.personal-pharmacy__address,.personal-pharmacy__hours,.personal-pharmacy__phone{font-size:12px}}.personal-pharmacy__phone{color:inherit}.career-review{display:flex;flex-direction:column;gap:16px;height:fit-content}.career-review__image{border-radius:6px;flex-shrink:0;height:300px;object-fit:contain}@media screen and (max-width:768px){.career-review__image{height:200px}}.career-review__user{display:flex;flex-direction:column;font-weight:600;gap:4px;line-height:normal}.career-review__user-name{font-size:20px}@media screen and (max-width:1024px){.career-review__user-name{font-size:16px}}.career-review__user-position{color:#667085;font-size:16px;letter-spacing:.24px}@media screen and (max-width:1024px){.career-review__user-position{font-size:12px}}.career-review>p,.career-review>span,.career-review__text{font-size:14px;font-weight:400;line-height:normal}@media screen and (max-width:1024px){.career-review>p,.career-review>span,.career-review__text{font-size:12px}}.career-vacancy{background-color:#fff;border:1px solid #e4e7ec;border-radius:6px;padding:12px}@media screen and (max-width:1024px){.career-vacancy{border:none}}.career-vacancy .base-collapse__title{font-size:16px;font-style:normal;font-weight:600;letter-spacing:.32px;line-height:normal}.career-vacancy__confirm{margin-top:24px}.career-vacancy__top{display:flex;flex-direction:column;gap:24px;padding:8px 0 24px}.career-vacancy__location{color:#667085;font-size:14px;font-weight:400;letter-spacing:.28px;line-height:normal}.career-vacancy__info{display:grid;gap:24px;grid-template-columns:repeat(2,1fr);list-style:none;margin:0;padding:0}@media screen and (max-width:768px){.career-vacancy__info{grid-template-columns:1fr}}.career-vacancy__info-item{align-items:flex-start;display:flex;gap:8px}.career-vacancy__info-icon{color:#00a95d;flex-shrink:0;height:20px;width:20px}.career-vacancy__info-wrapper{font-size:14px;font-weight:400;letter-spacing:.28px;line-height:140%}.career-vacancy__info-title{color:#667085}.career-vacancy__info-text{color:#101323}.career-vacancy__content{background-color:#00a95d14;border-radius:4px;display:flex;flex-direction:column;gap:24px;list-style:none;margin:0;padding:16px}.career-vacancy__block-title{font-size:16px;font-weight:600;letter-spacing:.32px;line-height:normal;margin-bottom:16px}.career-vacancy__block-list{list-style:none;margin:0;padding:0}.career-vacancy__block-item{align-items:center;color:#667085;display:flex;font-size:14px;font-weight:400;gap:10px;line-height:160%;padding-left:8px}.career-vacancy__block-item:before{background-color:#667085;border-radius:50%;content:"";display:block;flex-shrink:0;height:4px;width:4px}.career-vacancy__control{margin-top:24px}.career-contacts{padding:32px}@media screen and (max-width:1024px){.career-contacts{padding:12px}}.career-contacts__links{display:flex;flex-direction:column;gap:8px;list-style:none;margin:8px 0 12px;padding:0}.career-contacts__copyright,.career-contacts__link{color:#667085}.career-contacts__name{display:block;font-size:22px;font-weight:400;letter-spacing:.36px;line-height:normal;margin-bottom:24px}@media screen and (max-width:768px){.career-contacts__name{font-size:16px}}.career-contacts__list{display:flex;flex-direction:column;gap:24px;list-style:none;margin:0;padding:0}.career-contacts__item{align-items:center;display:flex;gap:8px}.career-contacts__item svg{color:#00a95d;height:22px;width:22px}.career-contacts__item a{color:#667085;font-size:16px;font-weight:400;letter-spacing:.32px;line-height:140%;transition:all .3s ease}@media(min-width:1025px){.career-contacts__item a:hover{color:#00a95d}}.career-contacts__location{align-items:flex-start;display:flex;gap:8px;margin-top:24px}.career-contacts__location svg{color:#00a95d;height:22px;width:22px}.career-contacts__office{font-weight:400;line-height:140%}.career-contacts__office-title{color:#667085;font-size:14px;letter-spacing:.28px}.career-contacts__office-address{font-size:16px;font-style:normal;letter-spacing:.32px;margin:8px 0 0;padding:0}.career-promo{background-color:#00a95d14;border-radius:6px;display:flex;flex-direction:column;gap:30px;justify-content:space-between;padding:24px}.career-promo__title{margin-bottom:0}.career-events__slider,.career-reviews__slider{overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.career-events__slider{border-radius:6px;height:400px}@media screen and (max-width:1024px){.career-events__slider{height:200px}}.career-events__picture img{height:100%;object-fit:cover;width:100%}.career-resume{display:flex;flex-direction:column;gap:16px}@media screen and (max-width:768px){.career-resume{gap:8px}}.career-vacancies__list{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}@media screen and (max-width:768px){.career-vacancies__list{gap:8px}}.career-vacancies__controls{display:flex;flex-direction:column;gap:24px;margin-top:32px}@media screen and (max-width:768px){.career-vacancies__controls{gap:16px;margin-top:16px}}.career-vacancies__more{margin:16px auto 0;width:40%}@media screen and (max-width:768px){.career-vacancies__more{width:100%}}.career-mission{border-bottom:1px solid #00000014;display:grid;grid-template-columns:1fr;row-gap:24px}.career-mission__image{height:480px}.career-mission__image img{border-radius:6px;display:block;height:100%;object-fit:cover;object-position:center;width:100%}@media screen and (max-width:1024px){.career-mission__image{height:380px}}@media screen and (max-width:768px){.career-mission__image{height:160px}}.career-mission__labels{display:grid;gap:32px 8px;grid-template-columns:repeat(4,1fr);list-style:none;margin:0;padding:0}@media screen and (max-width:1024px){.career-mission__labels{grid-template-columns:repeat(2,1fr)}}.career-mission__label{align-items:center;color:#00a95d;display:flex;flex-direction:column}.career-mission__label-count{font-size:31px;font-weight:600;line-height:normal}.career-mission__label-text{font-size:16px;font-weight:600;letter-spacing:.32px;line-height:normal}.career-mission__text{margin-bottom:32px}.rent-advantages__title{color:#101323;font-size:20px;font-weight:700;line-height:normal}.rent-advantages,.rent-advantages__list{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}.rent-advantage{background-color:#fff;border-radius:6px;display:flex;flex-direction:column;gap:16px;padding:16px}.rent-advantage__title{color:#101323;font-size:16px;font-weight:600;letter-spacing:.32px;line-height:normal}.rent-advantage__list{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}.rent-advantage__list-item{align-items:center;color:#667085;display:flex;font-size:16px;font-weight:400;gap:10px;line-height:160%;padding-left:8px}@media screen and (min-width:1025px){.rent-advantage__list-item{max-width:60%}}@media screen and (max-width:1024px){.rent-advantage__list-item{font-size:14px}}.rent-advantage__list-item:before{background-color:#667085;border-radius:50%;content:"";display:block;flex-shrink:0;height:4px;width:4px}.subrent-object{background-color:#fff;border-radius:6px;column-gap:40px;display:grid;grid-template-columns:repeat(2,1fr);padding:16px;row-gap:16px}@media screen and (max-width:1024px){.subrent-object{align-items:flex-start;column-gap:normal;flex-wrap:nowrap;grid-template-columns:1fr}}.subrent-object__title{color:#101323;font-size:16px;font-weight:600;grid-column:span 2;letter-spacing:.32px;line-height:normal}@media screen and (max-width:1024px){.subrent-object__title{grid-column:span 1}}.subrent-object__wrapper{display:flex;flex-direction:column;gap:8px;width:fit-content}.subrent-object__wrapper:not(:last-of-type){color:#101323}@media screen and (max-width:1024px){.subrent-object__wrapper:not(:last-of-type){border-bottom:1px solid #e4e7ec;padding-bottom:16px;width:100%}}.subrent-object__list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.subrent-object__item{align-items:center;display:flex;gap:8px}.subrent-object__item svg{color:#00a95d;flex-shrink:0;height:22px;width:22px}.subrent-object__item a{color:#667085;font-size:16px;font-weight:400;letter-spacing:.32px;line-height:140%;transition:all .3s ease}@media(min-width:1025px){.subrent-object__item a:hover{color:#00a95d}}.subrent-object__duty{font-size:14px;font-style:normal;font-weight:600;line-height:160%}.subrent__title{color:#101323;font-size:20px;font-weight:700;line-height:normal}.subrent,.subrent__list{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}.favorite-card{background-color:#fff;border:1px solid #e4e7ec;border-radius:8px;display:flex;flex-direction:column;padding:12px}.favorite-card__wrap{position:relative}.favorite-card__product{border-bottom:1px solid #e4e7ec;display:grid;gap:12px;grid-template-columns:180px 1fr;margin-bottom:16px;padding-bottom:16px}@media screen and (max-width:1024px){.favorite-card__product{grid-template-columns:150px 1fr}}@media screen and (max-width:768px){.favorite-card__product{grid-template-columns:70px 1fr}}.favorite-card__btn{color:#00a95d;position:absolute;right:0;top:0;transition:all .3s ease}.favorite-card__btn-icon{height:20px;width:20px}@media(max-width:768px){.favorite-card__btn-icon{height:14px;width:14px}}.favorite-card__btn-close-icon{height:14px;width:14px}@media screen and (max-width:768px){.favorite-card__btn-close-icon{height:8px;width:8px}}.favorite-card__labels{display:flex;flex-direction:column;gap:4px;left:0;list-style:none;margin:0;padding:0;position:absolute;top:0;z-index:1}.favorite-card__label{width:fit-content}.favorite-card__label .base-product-label{gap:2px;padding:4px 8px 4px 5px}.favorite-card__product-image{background-color:#fff;border-radius:4px;flex-shrink:0;height:100%;position:relative;width:180px}@media screen and (max-width:1024px){.favorite-card__product-image{width:150px}}@media screen and (max-width:768px){.favorite-card__product-image{width:70px}}.favorite-card__product-image img{border-radius:4px;display:block;height:100%;object-fit:contain;object-position:center;width:100%}.favorite-card__delivery-icon{bottom:0;height:42px;position:absolute;right:0;width:42px;z-index:1}@media screen and (max-width:1024px){.favorite-card__delivery-icon{height:32px;width:32px}}@media screen and (max-width:768px){.favorite-card__delivery-icon{height:20px;width:20px}}.favorite-card__product-inner{display:flex;flex-direction:column;gap:12px;padding-right:30px}@media(max-width:768px){.favorite-card__product-inner{padding-right:26px}}.favorite-card__product-name{font-size:18px;font-weight:500;line-height:22px;transition:all .3s ease}@media(min-width:1025px){.favorite-card__product-name:hover{color:#00a95d}}@media(max-width:768px){.favorite-card__product-name{font-size:14px;line-height:19.5px}}.favorite-card__product-info{color:#667085;font-size:16px;font-weight:500;letter-spacing:-.2px;line-height:22.5px}@media(max-width:768px){.favorite-card__product-info{font-size:12px;line-height:17px}}.favorite-card__top{align-items:center;border-bottom:1px solid #e4e7ec;display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:16px}.favorite-card__top-col{display:flex;flex-direction:column;gap:6px}.favorite-card__top-name{font-size:16px;font-weight:500;letter-spacing:-.2px;line-height:22.5px}@media(max-width:768px){.favorite-card__top-name{font-size:12px;line-height:17px}}.favorite-card__inner{display:flex;flex-direction:column;gap:12px}.favorite-card__price{display:flex;flex-direction:column;gap:8px}.favorite-card__price-name{color:#667085;font-size:16px;line-height:19px}@media(max-width:768px){.favorite-card__price-name{font-size:12px;line-height:17px}}.favorite-card__price-block{align-items:center;display:flex;gap:8px}.favorite-card__fullprice{font-size:22px;font-weight:600;line-height:22px}@media screen and (max-width:768px){.favorite-card__fullprice{font-size:20px;line-height:1}}.favorite-card__price-old{color:#667085;font-size:16px;font-weight:400;line-height:100%;position:relative}@media screen and (max-width:1024px){.favorite-card__price-old{font-size:12px}}.favorite-card__price-old:after{background-color:#667085;border-radius:2px;content:"";height:1px;left:0;position:absolute;top:50%;transform:rotate(-10deg);width:100%;z-index:1}.favorite-card__discount{background-color:#f03859;border-radius:2px;color:#fff;font-size:16px;font-weight:400;line-height:100%;padding:4px 6px}@media screen and (max-width:1024px){.favorite-card__discount{font-size:12px}}.favorite-card__discount{font-weight:700}.favorite-card__bonuses{color:#00a95d;font-size:16px;font-weight:700;line-height:19px;margin-left:auto;text-transform:uppercase}@media(max-width:768px){.favorite-card__bonuses{font-size:10px;line-height:120%;text-align:right}}.favorite-card__controls{align-items:center;display:flex;gap:8px;justify-content:flex-end;margin-bottom:12px;padding:0 16px}.favorite-card__recommends .base-collapse__title{font-size:16px;font-weight:400;line-height:100%}@media screen and (max-width:1024px){.favorite-card__recommends .base-collapse__title{font-size:12px}}.favorite-card__recommends .base-collapse__title{color:#667085}@media(max-width:768px){.favorite-card__recommends .base-collapse__icon{height:14px;width:14px}}.favorite-card__recommends .base-collapse._active .base-collapse__title{color:#667085}.favorite-card__recommends-list{background-color:#00a95d14;border:none;border-radius:6px;display:flex;flex-direction:column;list-style:none;margin:12px 0 0;overflow:hidden;padding:16px;transition:all .3s ease}.favorite-card__recommends-item{border-bottom:1px solid #e4e7ec;margin-bottom:12px;padding-bottom:12px}.favorite-card__recommends-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.favorite-card__status{font-size:16px;font-weight:400;line-height:100%;margin-bottom:12px}@media screen and (max-width:1024px){.favorite-card__status{font-size:12px}}.favorite-card__status--disabled{color:#f03859}.favorite-card--disabled{background-color:#00a95d14}.favorite-card--disabled .favorite-card__product-info,.favorite-card--disabled .favorite-card__product-name{color:#667085}.favorite-card--disabled .favorite-card__product{border-bottom:none;padding-bottom:0}.favorite-card--disabled .favorite-card__controls{margin-bottom:0}.basket-add{align-items:center;background-color:#0000;background-color:#00a95d;border:none;border-radius:50%;color:inherit;color:#fff;cursor:pointer;display:flex;font:inherit;height:40px;justify-content:center;outline:none;padding:0;pointer-events:none;transition:all .3s ease;width:40px}@media(min-width:1025px){.basket-add:hover{background-color:#00a95d80}}.basket-add svg{height:24px;width:24px}.basket-add svg:first-of-type{display:none}.basket-add._active{pointer-events:all}.basket-add._active svg:first-of-type{display:block}.basket-add._active svg:last-of-type{display:none}.favorite-modal-card__product{display:grid;gap:12px;grid-template-columns:180px 1fr}@media screen and (max-width:1024px){.favorite-modal-card__product{grid-template-columns:150px 1fr}}@media screen and (max-width:768px){.favorite-modal-card__product{grid-template-columns:70px 1fr}}.favorite-modal-card__inner{display:flex;gap:8px;width:100%}.favorite-modal-card__product-inner{padding-right:0}.favorite-modal-card__top-wrap{align-items:flex-start;display:flex;justify-content:space-between;width:100%}.favorite-modal-card__product-name{padding-right:20px}.favorite-modal-card__btn{color:#00a95d;transition:all .3s ease}.favorite-modal-card__discount{padding:2px 3px}.favorite-modal-card__price{display:flex;justify-content:space-between;width:100%}.favorite-modal-card__price-old{width:fit-content}.favorite-modal-card__controls{margin-bottom:0}.favorite-modal-card__control{padding:8px;pointer-events:none}.favorite-modal-card__control svg{height:24px;width:24px}.favorite-modal-card__control svg:first-of-type{display:none}.favorite-modal-card__control._active{pointer-events:all}.favorite-modal-card__control._active svg:first-of-type{display:block}.favorite-modal-card__control._active svg:last-of-type{display:none}.favorite-card-shopping-item{display:grid;gap:12px;grid-template-columns:180px 1fr}@media screen and (max-width:1024px){.favorite-card-shopping-item{grid-template-columns:150px 1fr}}@media screen and (max-width:768px){.favorite-card-shopping-item{grid-template-columns:70px 1fr}}.favorite-card-shopping-item._loading:before{background-color:#fff}.favorite-card-shopping-item__image-wrap{background-color:#fff;border-radius:4px;flex-shrink:0;grid-row:1/3;height:100%;position:relative;width:180px}.favorite-card-shopping-item__image-wrap--search{min-height:64px}@media screen and (max-width:1024px){.favorite-card-shopping-item__image-wrap{width:150px}}@media screen and (max-width:768px){.favorite-card-shopping-item__image-wrap{height:75px;width:70px}}.favorite-card-shopping-item__image{border-radius:4px;display:block;height:100%;object-fit:contain;object-position:center;width:100%}.favorite-card-shopping-item__labels{display:flex;flex-direction:column;gap:4px;left:0;list-style:none;margin:0;padding:0;position:absolute;top:0}.favorite-card-shopping-item__label{width:fit-content}.favorite-card-shopping-item__double-bonus-btn{align-items:center;display:flex;justify-content:center;left:0;position:absolute;top:0}.favorite-card-shopping-item__double-bonus-icon{height:42px;width:42px}@media screen and (max-width:768px){.favorite-card-shopping-item__double-bonus-icon{height:30px;width:30px}}.favorite-card-shopping-item__title{display:block;font-size:18px;font-weight:500;line-height:120%;margin-bottom:22px;max-width:80%}@media screen and (max-width:1024px){.favorite-card-shopping-item__title{font-size:16px}}@media screen and (max-width:768px){.favorite-card-shopping-item__title{font-size:14px}}.favorite-card-shopping-item__title{color:#101323;text-align:left;transition:all .3s ease}@media(min-width:1025px){.favorite-card-shopping-item__title:hover{color:#00a95d}}@media screen and (max-width:768px){.favorite-card-shopping-item__title{margin-bottom:12px}}.favorite-card-shopping-item__info{align-items:center;display:flex;gap:16px;grid-column:2/-1}@media screen and (max-width:1024px){.favorite-card-shopping-item__info--search{grid-column:1/-1}}@media screen and (max-width:768px){.favorite-card-shopping-item__info{gap:6px}}.favorite-card-shopping-item__prices{display:flex;flex-direction:column;flex-shrink:0;gap:5px}.favorite-card-shopping-item__price-old{color:#667085;font-size:16px;font-weight:400;line-height:100%;position:relative;width:fit-content}@media screen and (max-width:1024px){.favorite-card-shopping-item__price-old{font-size:12px}}.favorite-card-shopping-item__price-old:after{background-color:#667085;border-radius:2px;content:"";height:1px;left:0;position:absolute;top:50%;transform:rotate(-10deg);width:100%;z-index:1}.favorite-card-shopping-item__price{font-size:24px;font-weight:600;line-height:100%}@media screen and (max-width:1024px){.favorite-card-shopping-item__price{font-size:20px}}@media screen and (max-width:768px){.favorite-card-shopping-item__price{font-size:16px}}.favorite-card-shopping-item__price{color:#101323}.favorite-card-shopping-item__discount{align-self:flex-start;background-color:#f03859;color:#fff;font-size:16px;font-weight:400;line-height:100%;padding:4px 6px}@media screen and (max-width:1024px){.favorite-card-shopping-item__discount{font-size:12px}}.favorite-card-shopping-item__discount{border-radius:2px;font-weight:700}.favorite-card-shopping-item__controls{margin-left:auto}.order-card{background-color:#fff;border:none;border-radius:4px;overflow:hidden;padding:24px;width:100%}.order-card--ready-for-pickup{background-color:#00a95d14}.order-card--delete .order-card__title{color:#f03859}.order-card--cancelled .base-collapse__title{color:#f03859!important}.order-card--new .base-collapse__title,.order-card--ready-for-pickup .base-collapse__title{color:#00a95d}.order-card ._hidden{display:none}.order-card__top{border-bottom:1px solid #f2f4f7;display:flex;flex-direction:column;gap:16px;margin-top:16px;padding-bottom:16px}.order-card__isg{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.order-card__isg-badge{align-items:center;background:#00a95d14;border-radius:99px;color:#00a95d;display:inline-flex;font-size:13px;font-weight:700;line-height:120%;padding:6px 10px}.order-card__isg-text{color:#667085;font-size:14px;font-weight:500;line-height:120%}.order-detail-wrap{display:flex;flex-direction:column;row-gap:10px}@media screen and (max-width:768px){.order-detail-wrap{row-gap:8px}}.order-card__getting-text{color:#667085;font-size:16px;font-weight:500}@media screen and (max-width:1024px){.order-card__getting-text{font-size:14px}}@media screen and (max-width:768px){.order-card__getting-text{font-size:12px}}.order-card__getting-info{color:#667085;font-size:18px;font-weight:400}@media screen and (max-width:1024px){.order-card__getting-info{font-size:16px}}@media screen and (max-width:768px){.order-card__getting-info{font-size:14px}}.order-card__getting-title{align-items:center;display:flex;font-size:18px;font-weight:500;gap:8px}@media screen and (max-width:1024px){.order-card__getting-title{font-size:16px}}@media screen and (max-width:768px){.order-card__getting-title{font-size:14px}}.order-card__getting-title svg{color:#00a95d;height:20px;width:20px}.order-card__getting-storage{font-size:18px;font-weight:500;line-height:140%}@media screen and (max-width:1024px){.order-card__getting-storage{font-size:16px}}@media screen and (max-width:768px){.order-card__getting-storage{font-size:14px}}.order-card__delivery-title{font-size:18px;font-weight:600}@media screen and (max-width:1024px){.order-card__delivery-title{font-size:16px}}@media screen and (max-width:768px){.order-card__delivery-title{font-size:14px}}.order-card__delivery-address{color:#667085;font-size:18px;font-weight:500;-webkit-text-decoration:underline;text-decoration:underline}@media screen and (max-width:1024px){.order-card__delivery-address{font-size:16px}}@media screen and (max-width:768px){.order-card__delivery-address{font-size:14px}}.order-card__getting-time-wrap{display:flex;flex-direction:column;gap:12px}.order-card__getting-time-text{font-size:18px;font-weight:500}@media screen and (max-width:1024px){.order-card__getting-time-text{font-size:16px}}@media screen and (max-width:768px){.order-card__getting-time-text{font-size:14px}}.order-card__getting-time{display:flex;gap:8px}.order-card-time-element{align-items:center;border:1px solid #e4e7ec;border-radius:6px;color:#667085;display:flex;font-size:18px;font-weight:400;gap:8px;padding:8px 16px;white-space:nowrap}@media screen and (max-width:1024px){.order-card-time-element{font-size:16px}}@media screen and (max-width:768px){.order-card-time-element{font-size:14px}}.order-card-time-element svg{height:20px;width:20px}.order-card__getting-phone{align-items:center;display:flex;font-size:18px;font-weight:500;gap:8px;line-height:100%}@media screen and (max-width:1024px){.order-card__getting-phone{font-size:16px}}@media screen and (max-width:768px){.order-card__getting-phone{font-size:14px}}.order-card__getting-phone svg{color:#00a95d;height:20px;width:20px}.order-card__info-text{font-size:20px;font-weight:400;line-height:26px}@media screen and (max-width:1024px){.order-card__info-text{font-size:18px;line-height:24px}}@media screen and (max-width:768px){.order-card__info-text{font-size:16px;line-height:22px}}.order-card__info-text--alert{color:#f03859;display:flex;font-size:18px;font-weight:500;gap:10px;line-height:140%}@media screen and (max-width:1024px){.order-card__info-text--alert{font-size:16px}}@media screen and (max-width:768px){.order-card__info-text--alert{font-size:14px}}.order-card__info-text--alert svg{flex-shrink:0;height:20px;width:20px}.order-card__share-text{border:1px solid #e4e7ec;border-radius:6px;color:#667085;font-size:18px;font-weight:400;line-height:157%;padding:8px 16px}@media screen and (max-width:1024px){.order-card__share-text{font-size:16px}}@media screen and (max-width:768px){.order-card__share-text{font-size:14px}}.order-card__share-link{color:#00a95d;cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline}.order-card__info-cancel{background:#f0385914;border-radius:4px;color:red;display:flex;font-size:18px;font-weight:500;gap:10px;justify-content:center;line-height:140%;padding:16px}@media screen and (max-width:1024px){.order-card__info-cancel{font-size:16px}}@media screen and (max-width:768px){.order-card__info-cancel{font-size:14px}}.order-card__info-cancel svg{flex-shrink:0;height:20px;width:20px}.order-card__collapse .base-collapse__title{font-size:20px;font-weight:600;line-height:140%}@media screen and (max-width:1024px){.order-card__collapse .base-collapse__title{font-size:18px}}@media screen and (max-width:768px){.order-card__collapse .base-collapse__title{font-size:16px}}.order-card__collapse .base-collapse__title span{color:#667085;font-size:16px;font-weight:500}@media screen and (max-width:1024px){.order-card__collapse .base-collapse__title span{font-size:14px}}@media screen and (max-width:768px){.order-card__collapse .base-collapse__title span{font-size:12px}}.order-card .order-label{margin-bottom:4px}.order-card__summary{display:flex;flex-direction:column;gap:6px;list-style:none;margin:16px 0 0;padding:0}.summary-item{color:#667085;display:flex;font-weight:500;justify-content:space-between;line-height:16px}.summary-item--add{color:#00a95d}.summary-item--pay{color:#101323;display:flex;flex-direction:column;gap:4px}.summary-item__text{font-size:16px;line-height:20px}@media screen and (max-width:1024px){.summary-item__text{font-size:14px;line-height:18px}}@media screen and (max-width:768px){.summary-item__text{font-size:12px;line-height:16px}}.summary-item__value{font-size:18px}@media screen and (max-width:1024px){.summary-item__value{font-size:16px}}@media screen and (max-width:768px){.summary-item__value{font-size:14px}}.summary-item--pay__item{display:flex;justify-content:space-between}.summary-item__value--secondary{color:#667085}.summary-item__value--price{font-size:20px;font-weight:700}@media screen and (max-width:1024px){.summary-item__value--price{font-size:18px}}@media screen and (max-width:768px){.summary-item__value--price{font-size:16px}}.summary-item__value--ok{color:#00a95d}.summary-item__value--alert{color:#f03859}.order-card__basket-list{list-style:none;margin:0;padding:0}.order-card__basket-item{padding-top:16px}.order-card__basket-item:not(:last-of-type){border-bottom:1px solid #e4e7ec}.order-card__controls{align-items:center;display:grid;gap:8px;grid-template-columns:1fr;margin-top:24px}.order-card__btn{height:42px}@media screen and (max-width:768px){.order-card__btn{height:36px}}.order-card__delivery-btn{font:inherit;font-size:12px;font-weight:600;padding:4px 0}.order-card__delivery-btn,.order-card__extend,.order-card__show-map{background-color:#0000;border:none;color:inherit;color:#667085;cursor:pointer;line-height:12px;outline:none;text-align:center}.order-card__extend,.order-card__show-map{font:inherit;font-size:14px;font-weight:600;margin-top:4px;padding:0;transition:color .3s ease-in-out}@media screen and (max-width:1024px){.order-card__extend,.order-card__show-map{font-size:12px}}@media(min-width:1025px){.order-card__extend:hover,.order-card__show-map:hover{color:#00a95d}}.order-card__route{padding:10px 16px}.order-card__route-icon{color:#00a95d;height:18px;margin-right:8px;width:18px}.order-card__map-controls{align-items:center;display:grid;gap:8px;grid-template-columns:1fr}.order-label{align-items:center;border-radius:99px;color:#fff;display:flex;font-size:16px;font-weight:600;line-height:150%;overflow:hidden;padding:2px 8px;text-overflow:ellipsis;white-space:nowrap;width:fit-content}.order-label--purple{background-color:#d6bbfb}.order-label--main-green{background-color:#00a95d}.order-label--light-green{background-color:#00a95d14;color:#00a95d}.order-label--yellow{background-color:#fec84b}.order-label--red{background-color:#f03859;color:#fff}.order-label--grey{background-color:#667085}.order-label--blue{background-color:#89c3ff}.order-label--dark-blue{background-color:#008de0}.order-label--pink{background:#f0385914;color:red}@media screen and (max-width:1024px){.order-label{font-size:14px}}@media screen and (max-width:768px){.order-label{font-size:12px}}.promotions-card__wrap{display:flex;flex-direction:column;gap:8px;position:relative}.promotions-card__image-wrap{height:100%;width:100%}.promotions-card__image{align-items:center;border-radius:6px;display:flex;justify-content:center;object-fit:cover;overflow:hidden;width:100%}.promotions-advert{left:8px;position:absolute;top:8px}@media screen and (max-width:768px){.promotions-advert{left:8px;top:8px}}.promotions-item__inner .promotions-advert{left:8px;top:8px}@media(max-width:1024px){.promotions-item__inner .promotions-advert{left:8px;top:8px}}.promotions-card__title{color:#00a95d;font-size:18px;font-weight:500;line-height:120%;margin-bottom:4px}.promotions-card__title span{color:#101323}@media(max-width:768px){.promotions-card__title{font-size:16px}}.promotions-card__period{color:#667085;font-size:16px;font-weight:500;line-height:120%}@media(max-width:768px){.promotions-card__period{font-size:14px}}.article-card{background:#fff;border-radius:6px;height:100%;padding:16px}.article-card.swiper-slide{height:auto}.article-card__link{align-items:stretch;display:flex;flex-direction:column;gap:16px;height:100%}.article-card__image{border-radius:6px;height:200px;object-fit:cover;width:100%}.article-card__title{font-size:18px;font-weight:700;line-height:22px}@media(max-width:768px){.article-card__title{font-size:16px}}.article-card__content{color:#667085;display:-webkit-box;font-size:16px;font-weight:500;hyphens:auto;-webkit-line-clamp:10;line-height:140%;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.article-card__content{font-size:14px}}.article-card__info{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;list-style:none;margin:0;padding:0}.article-card__info-item{align-items:center;display:flex;gap:6px}.article-card__info-item svg{color:#00a95d;height:16px;width:16px}.article-card__info-text{color:#667085;font-size:14px;font-weight:500;line-height:normal}@media(max-width:768px){.article-card__info-text{font-size:12px}}.article-card__reading{color:#667085;font-size:14px;font-weight:500;line-height:1}.article-card__reading span{color:#00a95d}@media(max-width:768px){.article-card__reading{font-size:12px}}.m-section{border-radius:16px;overflow:hidden;padding:30px 40px;position:relative;z-index:1}@media screen and (max-width:1024px){.m-section{min-height:390px;padding:16px}}@media screen and (max-width:540px){.m-section{padding:10px}}.m-section:not(:last-of-type){margin-bottom:42px}@media screen and (max-width:1024px){.m-section:not(:last-of-type){margin-bottom:24px}}.m-section{column-gap:40px;display:grid;grid-template-columns:2fr 1fr;min-height:457px}@media screen and (max-width:1024px){.m-section{grid-template-columns:1.5fr 1.5fr;min-height:390px}}@media screen and (max-width:540px){.m-section{grid-template-columns:1fr;row-gap:24px}}.m-section .m-section__image{align-self:center;justify-self:center}.m-section--white{background-color:#fff}.m-section--red{background-color:#f03859}.m-section--green{background:linear-gradient(180deg,#00a95d14,#00a95d00 132%)}.m-section--right{grid-template-columns:1fr 2fr}@media screen and (max-width:1024px){.m-section--right{grid-template-columns:1.5fr 1.5fr}}@media screen and (max-width:540px){.m-section--right{grid-template-columns:1fr}}.m-section--right .m-section__image{order:-1}@media screen and (max-width:540px){.m-section--right .m-section__image{order:inherit}}.m-section__image{width:fit-content}.m-section__image img{height:100%;object-fit:cover;width:100%}.m-section__title,.mobile__together .m-section__text{font-size:48px;font-weight:700;line-height:58px;margin-bottom:42px;position:relative;z-index:1}@media screen and (max-width:1024px){.m-section__title,.mobile__together .m-section__text{font-size:24px;line-height:28px;margin-bottom:24px}}@media screen and (max-width:540px){.m-section__title,.mobile__together .m-section__text{font-size:18px;line-height:22px;margin-bottom:8px}}.m-section__title span,.mobile__together .m-section__text span{color:#00a95d}@media screen and (max-width:1024px){.m-section__title--outer{margin-bottom:24px}}.m-section__list{margin:0 0 32px;padding:0}@media screen and (max-width:540px){.m-section__list{margin-bottom:15px}}.m-section__list-item{color:#667085;font-size:20px;font-weight:500;line-height:32px;margin-left:40px}@media screen and (max-width:1024px){.m-section__list-item{font-size:16px;line-height:26px;margin-left:30px}}@media screen and (max-width:540px){.m-section__list-item{font-size:14px;line-height:22px}}.m-section__bottom{align-items:flex-start;display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;padding-right:30px}.m-section__bottom .m-section__bottom-image{display:none;max-height:200px;width:100px}.download{column-gap:6px;display:grid;grid-template-columns:120px 168px;width:fit-content}@media screen and (max-width:540px){.download{grid-template-columns:1fr;max-width:112px;row-gap:8px}}.download__links{display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:540px){.download__links{row-gap:8px}.download__qr{height:62px;width:62px}}.download__link-image{height:100%}.about-block{column-gap:24px;display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:1024px){.about-block{grid-template-columns:1fr;row-gap:16px}}.about-block__image{border-radius:8px;height:auto;padding:0 2px 2px;width:100%}.about-block__image--right{order:-1}@media screen and (max-width:1024px){.about-block__image--right{order:0}.about-block__image{height:302px;overflow:hidden}}@media screen and (max-width:768px){.about-block__image{height:212px}}.about-block__inner{align-self:center}@media screen and (max-width:1024px){.about-block__inner:has(.about-block__subtitle){align-items:center;display:flex;gap:24px;justify-content:space-between}}@media screen and (max-width:768px){.about-block__inner:has(.about-block__subtitle){flex-direction:column}}.about-block__title{font-size:28px;font-weight:700;line-height:38.25px;padding-bottom:16px}@media screen and (max-width:1024px){.about-block__title{font-size:24px;line-height:32.78px}}@media screen and (max-width:768px){.about-block__title{font-size:16px;line-height:21.86px}}.about-block__subtitle{font-size:28px;font-weight:700;letter-spacing:-.2px;line-height:44.8px;padding-bottom:16px}.about-block__subtitle span{color:#667085;font-weight:300}@media screen and (max-width:1024px){.about-block__subtitle{font-size:16px;line-height:25.6px;padding-bottom:0}}.about-block__infoblock{background-color:#fff;border-radius:8px;color:#667085;font-size:18px;line-height:160%;margin-top:8px;padding:16px}@media screen and (max-width:1024px){.about-block__infoblock{font-size:16px;margin-top:0;max-width:397px}}@media screen and (max-width:768px){.about-block__infoblock{font-size:14px;max-width:none}}.about-block__info-list{list-style:none;margin:0;padding:0 0 0 32px}@media screen and (max-width:768px){.about-block__info-list{padding-left:26px}}.about-block__info-item{color:#667085;font-size:18px;line-height:160%;list-style-type:disc}@media screen and (max-width:1024px){.about-block__info-item{font-size:16px}}@media screen and (max-width:768px){.about-block__info-item{font-size:14px}}.about-block__promo-list{display:grid;gap:24px;grid-template-columns:repeat(2,1fr);list-style:none;margin:28px 0 0;padding:0}@media screen and (max-width:1024px){.about-block__promo-list{gap:31px;margin-top:16px}}@media screen and (max-width:768px){.about-block__promo-list{gap:22px}}.about-block__promo-item{background-color:#00a95d;border-radius:12px;color:#fff;padding:16px;width:100%}.about-block__promo-item--light{background-color:#00a95d0a;color:#101323}.about-block__promo-item svg{display:block;height:58px;margin-bottom:6px;width:54px}@media screen and (max-width:768px){.about-block__promo-item svg{height:29px;margin-bottom:11px;width:29px}}.about-block__promo-title{font-size:20px;font-weight:600;line-height:120%;margin-bottom:8px}@media screen and (max-width:768px){.about-block__promo-title{font-size:16px;margin-bottom:4px}}.about-block__promo-text{font-size:14px;font-weight:500;line-height:140%}@media screen and (max-width:768px){.about-block__promo-text{font-size:12px}}.about-block__promo-item--light .about-block__promo-text{color:#667085}.about-block__text-block{display:flex;flex-direction:column;gap:16px;list-style:none;margin:16px 0 0;padding:0}.about-block__text-title{color:#000;font-size:20px;font-weight:600;line-height:120%;margin-bottom:8px}@media screen and (max-width:768px){.about-block__text-title{font-size:16px}}.about-block__text-text{color:#667085;font-size:16px;font-weight:400;line-height:160%}@media screen and (max-width:1024px){.about-block__text-text br{display:none}}@media screen and (max-width:768px){.about-block__text-text{font-size:14px}}.cards:has(.cards__list._empty)>*{display:none}.cards:has(.cards__list._empty) .cards__stub{display:flex}.cards__filters{column-gap:16px;margin-bottom:16px}.cards__slider{margin-bottom:0}@media screen and (max-width:1024px){.cards__slider{margin-bottom:16px}}.cards__navigation{top:45%}.cards__list{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);list-style:none;margin:0;padding:0}.cards__list--wide{grid-template-columns:repeat(4,1fr)}@media screen and (max-width:1024px){.cards__list{column-gap:8px;grid-template-columns:repeat(4,1fr);row-gap:12px}}@media screen and (max-width:768px){.cards__list{grid-template-columns:repeat(2,1fr);row-gap:8px}}.cards__list._loading:before{background-color:#fff}.cards__list-item{display:flex}.cards__stub{align-items:center;color:#667085;display:none;flex-direction:column;font-size:18px;justify-content:center;line-height:normal;row-gap:15px}@media screen and (max-width:768px){.cards__stub{font-size:14px}}.cards__stub-img{height:150px;object-fit:contain;width:150px}@media screen and (max-width:768px){.cards__stub-img{height:100px;width:100px}}.cards__stub-text{text-align:center}.cards__controls{display:grid;margin-top:32px;row-gap:24px}@media screen and (min-width:768px)and (max-width:1024px){.cards__controls{row-gap:16px}}@media screen and (max-width:1024px){.cards__controls{margin-top:24px}}.cards__link{margin-top:24px}.spoilers__list{list-style:none;margin:0;padding:0}.spoilers__list-item:not(:last-child){margin-bottom:16px}@media screen and (max-width:1024px){.spoilers__list-item:not(:last-child){margin-bottom:8px}}.instruction__list{display:flex;flex-direction:column;list-style:none;margin:0;padding:16px}@media screen and (max-width:768px){.instruction__list{background-color:#fff;border-radius:8px}}.instruction__list--collapse{background-color:#0000;border-radius:none;gap:8px;padding:0}.instruction__item--text{padding:24px 0}.instruction__item--text:not(:last-child){border-bottom:1px solid #f2f4f7}.instruction__item--text:first-child{padding-top:0}.instruction__item--text:last-child{padding-bottom:0}.instruction__item--collapse{background-color:#fff;border:1px solid #e4e7ec;border-radius:8px;padding:16px}@media screen and (max-width:1024px){.instruction__item--collapse{border:none}}.instruction__item--collapse .base-collapse__title{color:#2e2e2e;font-size:18px;font-weight:500;line-height:140%}@media screen and (max-width:1024px){.instruction__item--collapse .base-collapse__title{font-size:16px}}@media screen and (max-width:768px){.instruction__item--collapse .base-collapse__title{font-size:14px}}.instruction__title{font-size:20px;font-weight:600;line-height:140%;margin-bottom:16px}@media screen and (max-width:768px){.instruction__title{font-size:16px}}.instruction__description{color:#667085;font-size:16px;line-height:140%}@media screen and (max-width:768px){.instruction__description{font-size:12px}}.instruction__content{color:#667085;font-size:18px;font-weight:400;line-height:160%;padding-top:24px}@media(max-width:1024px){.instruction__content{font-size:14px}}@media(max-width:768px){.instruction__content{font-size:12px}}.instruction__content--tags{align-self:stretch;display:flex;flex-wrap:wrap;gap:4px}.instruction__tag{align-items:center;background:#00a95d14;border-radius:99px;color:#00a95d;display:flex;font-size:18px;font-weight:500;gap:10px;justify-content:center;line-height:normal;padding:6px 16px;-webkit-text-decoration:none;text-decoration:none;transition:color .3s ease-in-out,background-color .3s ease-in-out;width:fit-content}.instruction__tag:hover{background:#00a95d;color:#fff}@media(max-width:1024px){.instruction__tag{font-size:14px}}.availability{scroll-margin-top:calc(var(--header-main-height) + var(--header-ad-height, 0px) + 100px)}@media screen and (max-width:1024px){.availability{scroll-margin-top:calc(var(--header-main-height) + var(--header-ad-height, 0px) + 70px)}}.availability._loading:before{background-color:#fff}.availability__reserve-loader{inset:0;position:fixed;z-index:1000}.availability__reserve-loader:before{background-color:#fff}.availability__selected-offer{align-items:center;background:#00a95d0a;border:1px solid #00a95d29;border-radius:12px;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px;padding:14px 16px}@media screen and (max-width:768px){.availability__selected-offer{align-items:stretch;flex-direction:column}}.availability__selected-content{display:grid;gap:4px}.availability__selected-title{color:#667085;font-size:14px;font-weight:600;line-height:120%}.availability__selected-price{color:#2e2e2e;font-size:22px;font-weight:700;line-height:120%}@media screen and (max-width:768px){.availability__selected-price{font-size:18px}}.availability__selected-meta{color:#667085;display:flex;flex-wrap:wrap;font-size:14px;font-weight:500;gap:8px 16px;line-height:120%}.availability__selected-counter{align-items:center;align-self:flex-start;background:#fff;border:1px solid #e4e7ec;border-radius:99px;display:inline-flex;gap:12px;padding:6px 8px}.availability__selected-counter-btn{align-items:center;background-color:#0000;background:#00a95d14;border:none;border-radius:50%;color:inherit;color:#00a95d;cursor:pointer;display:inline-flex;font:inherit;font-size:18px;font-weight:700;height:28px;justify-content:center;outline:none;padding:0;transition:all .3s ease;width:28px}@media(min-width:1025px){.availability__selected-counter-btn:hover{background:#00a95d29}}.availability__selected-counter-value{color:#2e2e2e;font-size:16px;font-weight:700;min-width:16px;text-align:center}.feedbacks__summary{display:none}@media screen and (max-width:1024px){.feedbacks__summary{display:flex}}.feedbacks__summary .rating-summary__total{font-size:24px}@media screen and (max-width:1024px){.feedbacks__summary .rating-summary__total{font-size:20px}}.feedbacks__head-summary{font-size:24px;margin:0 auto 0 20px}@media screen and (max-width:1024px){.feedbacks__head-summary{display:none}}.feedbacks__head-summary .rating-summary__star{height:27px;order:-1;width:27px}.feedbacks__head-summary .rating-summary__star~*{display:none}.feedbacks__top{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:24px;row-gap:24px}.feedbacks__list{list-style:none;margin:0;padding:0}@media screen and (max-width:1024px){.feedbacks__list{margin-bottom:16px}.feedbacks__sort{margin-right:16px}}.feedbacks__list-item{padding:16px 0}.feedbacks__list-item:first-of-type{padding-top:0}.feedbacks__list-item:last-of-type{padding-bottom:0}.feedbacks__list-item:not(:last-child){border-bottom:1px solid #f1f1f1}@media(min-width:1024px){.feedbacks__add{background-color:#fff;border:1px solid #00a95d;color:#00a95d;margin-left:auto;min-width:245px;width:fit-content}}@media(min-width:1024px)and (min-width:1025px){.feedbacks__add:hover{background-color:#00a95dcc;color:#fff}}.feedbacks__more{display:none}@media screen and (max-width:1024px){.feedbacks__more{display:flex}}.feedbacks__bottom{background:#fff;border:1px solid #e4e7ec;border-radius:8px;padding:24px 16px}@media screen and (max-width:1024px){.feedbacks__bottom{border:none}}@media screen and (max-width:768px){.feedbacks__bottom{padding:16px}}.advantages{display:flex;flex-direction:column;line-height:140%}.advantages__title{font-size:24px;font-weight:600}@media(max-width:1024px){.advantages__title{font-size:20px}}@media(max-width:768px){.advantages__title{font-size:18px}}.advantages__list{display:grid;gap:12px;grid-template-columns:repeat(3,1fr);list-style:none;margin:0;padding:0}@media(max-width:768px){.advantages__list{display:flex;flex-direction:column;gap:8px}}.advantages__item{align-items:center;background-color:#fff;border:1px solid #e4e7ec;border-radius:4px;display:grid;gap:16px;grid-template-columns:32px 1fr;min-height:110px;padding:16px}@media(max-width:1024px){.advantages__item{min-height:auto}}.advantages__item svg{color:#00a95d;height:32px;width:32px}.advantages__item-description,.advantages__right :not(.advantages__item-title){color:#667085;font-size:18px;font-weight:400;hyphens:auto;line-height:140%}@media(max-width:1024px){.advantages__item-description,.advantages__right :not(.advantages__item-title){font-size:14px}}.advantages__item-title{font-size:20px;font-weight:500;line-height:140%}@media(max-width:1024px){.advantages__item-title{font-size:20px}}@media(max-width:768px){.advantages__item-title{font-size:18px}}.advantages__right{display:flex;flex-direction:column;gap:8px}@media screen and (max-width:768px){.advantages__right{gap:4px}}.request{border-radius:6px;display:flex;flex-direction:column;font-size:14px;font-weight:500;gap:24px;line-height:140%;padding:24px}.request--green{background-color:#00a95d14}.request ._hidden{display:none}.request:has(form._loading):before{background-color:#fff}.request__form{color:#667085;display:flex;flex-direction:column;gap:24px;height:fit-content;transition:opacity .3s ease-in-out}.request__form._drag{opacity:.5}.request__top{display:flex;flex-direction:column;gap:8px}.request__title{color:#101323;font-size:20px;font-weight:600;line-height:normal}.request__subtitle{color:#667085}.request__policy a{color:#00a95d;-webkit-text-decoration:underline;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.request__fields{display:flex;flex-direction:column;gap:16px}.request__input[type=file]{background:#0000;border:1px dashed var(--Green,#00a95d)}.request__input[type=file]~.base-input__prelabel{align-items:center;color:#101323;cursor:pointer;display:flex;font-size:18px;font-style:normal;font-weight:600;gap:8px;left:50%;line-height:100%;min-width:max-content;pointer-events:none;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;z-index:1}.request__input[type=file]~.base-input__prelabel:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none'%3E%3Cpath stroke='%2300A95D' stroke-linecap='round' stroke-width='1.2' d='m11.166 4.162-5.893 5.892a1 1 0 1 0 1.415 1.415l5.892-5.893a2 2 0 1 0-2.828-2.828L3.859 8.64a3 3 0 1 0 4.243 4.243l6.064-6.064'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;flex-shrink:0;height:20px;width:20px}@media screen and (max-width:1024px){.request__input[type=file]~.base-input__prelabel{font-size:14px}}.request__input[type=file]~.base-input__file-icon{display:none}.gallery__slider{height:325px;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none}@media screen and (max-width:1024px){.gallery__slider{height:200px}}@media screen and (max-width:768px){.gallery__slider{height:115px}}.gallery__card{cursor:pointer;object-fit:contain}.ad__slider{border-radius:6px}.ad__slider .swiper-pagination{margin-top:8px;position:static}.ad__slider .swiper-pagination-bullet{background-color:#66708533;opacity:1}.ad__slider .swiper-pagination-bullet-active{background-color:#00a95d}.ad__card{height:200px}@media screen and (max-width:1024px){.ad__card{height:140px}}@media screen and (max-width:768px){.ad__card{height:200px}}.modal{border-radius:6px;left:50%;max-height:90vh;opacity:0;overflow:hidden;padding:24px 8px 24px 24px;pointer-events:none;position:fixed;top:50%;transform:translate(-50%,-50%);transition:opacity .3s ease-in-out,visibility .3s ease-in-out,transform .3s ease-in-out;visibility:hidden;width:min-content;z-index:100}.modal,.modal form._loading:before{background-color:#fff}.modal ._hidden{display:none}.modal._opened{opacity:1;pointer-events:all;visibility:visible}.modal._opened+.modal-overlay{opacity:1;visibility:visible;z-index:10}@media screen and (max-width:1024px){.modal._opened.modal--curtain{transform:translateY(0)}.modal{padding:16px 8px 16px 16px}.modal .modal__scroll-container{padding:1px 8px 1px 0}}.modal--left,.modal--right{position:absolute;top:60px;transform:none}.modal--left{left:0}.modal--right{left:auto;right:0}.modal--popup{border:1px solid #e4e7ec;box-shadow:0 4px 19px 0 #66708526;padding:12px 8px 12px 12px;position:absolute}.modal--popup .modal__scroll-container{max-height:125px;padding-right:4px}.modal--small{left:50%;position:absolute;position:fixed;top:50%;transform:translate(-50%,-50%)}.modal--gallery{height:90vh;overflow:hidden;width:80vw;z-index:16}@media screen and (max-width:1024px){.modal--gallery{padding:0;width:100vw}.modal--gallery .modal__scroll-container{max-height:none;overflow-y:clip;padding:0}.modal--curtain{border-radius:16px 16px 0 0;bottom:0;left:0;max-height:90vh;opacity:1;top:auto;transform:translateY(100%);width:100vw}}.modal__scroll-container::-webkit-scrollbar{height:4px;width:4px}.modal__scroll-container::-webkit-scrollbar-thumb{background-color:#66708533;border-radius:2px}.modal__scroll-container::-webkit-scrollbar-track{background-color:#6670851a;border-radius:2px}.modal__scroll-container{display:flex;flex-direction:column;gap:16px;height:100%;max-height:85vh;overflow-y:auto;padding:1px 16px 1px 0}.modal__inner{height:100%}.modal-overlay{background-color:#0003;inset:0;opacity:0;position:fixed;transition:opacity .3s ease-in-out;visibility:hidden;z-index:-1}.modal__close{background-color:#0000;border:none;color:inherit;cursor:pointer;display:block;font:inherit;opacity:.3;outline:none;padding:5px;position:absolute;right:20px;top:20px;transition:color .3s ease-in-out,opacity .3s ease-in-out;z-index:5}@media(min-width:1025px){.modal__close:hover{color:#00a95d;opacity:1}}.modal__close-icon{display:block;flex-shrink:0;height:14px;width:14px}.modal__title{font-size:20px;font-weight:700;line-height:120%;padding-right:25px}.modal-small{background-color:#fff;border:1px solid #0000000a;border-radius:6px;box-shadow:0 4px 19px 0 #66708526;display:flex;flex-direction:column;gap:16px;height:fit-content;left:50%;max-width:280px;opacity:0;padding:12px;pointer-events:none;position:fixed;top:50%;transform:translate(-50%,-50%);transition:opacity .3s ease-in-out;width:100%;z-index:100}@media screen and (max-width:768px){.modal-small{max-width:241px}}.modal-small._opened{opacity:1;pointer-events:all}.modal-small._opened+.modal-overlay{opacity:1;visibility:visible;z-index:10}.modal-small__title{color:#101323;display:inline-block;font-size:16px;font-weight:500;line-height:normal;margin-bottom:24px;padding-right:25px}@media screen and (max-width:768px){.modal-small__title{font-size:14px}}.modal-small__text{color:#667085;font-size:14px;font-weight:500;line-height:140%}@media screen and (max-width:768px){.modal-small__text{font-size:12px}}.modal-small__action{margin-top:16px}.modal-small__close{background-color:#0000;border:none;color:inherit;cursor:pointer;display:block;font:inherit;opacity:.3;outline:none;padding:5px;position:absolute;right:12px;top:12px;transition:color .3s ease-in-out,opacity .3s ease-in-out;z-index:5}@media(min-width:1025px){.modal-small__close:hover{color:#00a95d;opacity:1}}.modal-small__close svg{display:block;flex-shrink:0;height:10px;width:10px}.modal-curtain{background-color:#0003;display:none;height:100dvh;left:0;position:fixed;top:0;width:100vw;z-index:1000}.modal-curtain.isActive{display:block;scrollbar-width:none}.modal-curtain.isActive::-webkit-scrollbar{display:none;height:0;width:0}.modal-curtain__wrap{background-color:#fff;border-radius:6px 6px 0 0;bottom:0;overflow-y:auto;padding:24px;position:absolute;scrollbar-width:none;width:100%}.modal-curtain__wrap::-webkit-scrollbar{display:none;height:0;width:0}.modal-curtain__wrap{transform:translateY(100%);transition:transform .4s cubic-bezier(.22,.675,.355,1)}.modal-curtain__wrap.isActive{transform:translateY(0)}.modal-curtain__close{align-items:center;color:#0000004d;display:flex;height:20px;justify-content:center;position:absolute;right:23px;top:23px;width:20px}.modal-curtain__close-icon{height:10px;width:10px}.modal-curtain__title{border-bottom:1px solid #10132333;color:#101323;font-size:20px;font-weight:700;line-height:120%;padding-bottom:11px;text-align:center}@media screen and (max-width:1024px){.modal-curtain__title{border-bottom:1px solid #1013231a;font-size:16px;padding-bottom:16px}.modal-curtain--catalog-filters .modal-curtain__wrap{top:100px}.modal-curtain--catalog-filters .catalog-filters__block-inputs .catalog-filters__block-input:nth-of-type(n+5){display:none}}@media screen and (max-width:768px){.modal-curtain--catalog-category .catalog-filters__block-content{gap:24px;margin-top:24px}}.modal-curtain--catalog-category .catalog-filters__block-search{display:block}.modal-curtain--catalog-category .catalog-filters__block-inputs{max-height:325px;overflow-y:auto}@media screen and (min-width:1025px){.modal-curtain--catalog-filters{scrollbar-width:none}.modal-curtain--catalog-filters::-webkit-scrollbar{display:none;height:0;width:0}.modal-curtain--catalog-filters{background-color:#0000;display:block;height:auto;position:static;top:130px;width:100%;z-index:3}.modal-curtain--catalog-filters .modal-curtain__wrap{border-radius:0;display:block;height:auto;padding:0;position:static;transform:none;width:100%}.modal-curtain--catalog-filters .catalog-filters-modal__controls,.modal-curtain--catalog-filters .modal-curtain__close,.modal-curtain--catalog-filters .modal-curtain__title{display:none}}.gallery-modal{display:grid;gap:24px;grid-template-columns:140px 1fr;height:100%;justify-content:center;-webkit-user-select:none;user-select:none}@media screen and (max-width:1024px){.gallery-modal{grid-template-columns:1fr;grid-template-rows:80% 15%}}.gallery-modal__main{cursor:grab;height:100%;order:1;width:100%}@media screen and (max-width:1024px){.gallery-modal__main{height:auto;order:0;width:100vw}}.gallery-modal__thumbs{cursor:grab;width:140px}@media screen and (max-width:1024px){.gallery-modal__thumbs{height:auto;width:100vw}.gallery-modal__thumbs .swiper{max-height:none}}.gallery-modal__thumbs.swiper-vertical .swiper-navigation{flex-direction:column;height:100%}.gallery-modal__thumbs.swiper-vertical .swiper-navigation-next,.gallery-modal__thumbs.swiper-vertical .swiper-navigation-prev{transform:rotate(90deg)}.gallery-modal__thumbs-image{height:fit-content;opacity:.5;transition:opacity .3s ease-in-out;width:100%}@media screen and (max-width:1024px){.gallery-modal__thumbs-image{height:100%;width:140px!important}}.gallery-modal__thumbs-image img{border-radius:6px;height:100%;object-fit:cover;width:100%}.gallery-modal__main-image{height:100%;width:100%}.gallery-modal__main-image img{border-radius:6px;height:100%;object-fit:contain;width:100%}@media screen and (max-width:1024px){.gallery-modal__main-image img{border-radius:0}}.gallery-modal__thumbs-image._active{opacity:1}.catalog-filters-modal__controls{display:grid;margin-top:20px;row-gap:20px}@media screen and (max-width:768px){.catalog-filters-modal__controls{margin-top:50px;row-gap:8px}}.catalog-category-modal:has([data-content-type=L]) .catalog-category-modal__controls{display:none}.catalog-category-modal__controls{display:grid;margin-top:20px;row-gap:20px}@media screen and (max-width:768px){.catalog-category-modal__controls{margin-top:32px;row-gap:8px}}.mobile-menu{background-color:#f7f8f8;display:flex;flex-direction:column;gap:24px;height:calc(100vh - var(--header-main-height) - var(--header-ad-height, 0px));inset:0;overflow-y:auto;padding:24px 20px 30px 16px;padding-bottom:calc(var(--user-panel-height) + var(--header-top-height));pointer-events:none;position:fixed;transform:translate(-100%,var(--header-main-height));transition:transform .3s ease-in-out;z-index:5}.mobile-menu::-webkit-scrollbar{height:4px;width:4px}.mobile-menu::-webkit-scrollbar-thumb{background-color:#66708533;border-radius:2px}.mobile-menu::-webkit-scrollbar-track{background-color:#6670851a;border-radius:2px}.mobile-menu._opened{pointer-events:all;transform:translateY(var(--header-main-height))}@supports(height:100dvh){.mobile-menu{height:calc(100dvh - var(--header-main-height) - var(--header-ad-height, 0px))}}.mobile-menu:has(.mobile-menu__contacts){padding-bottom:calc(var(--user-panel-height) + var(--header-top-height) + 24px)}.mobile-menu__title{color:#0006;font-size:14px;font-weight:500;line-height:120%}.mobile-menu__list{list-style:none;margin:0;padding:0}.mobile-menu__list:has(+.mobile-menu__contacts) .mobile-menu__list-item:last-child{border-bottom:1px solid #f1f1f1}.mobile-menu__list-item{align-items:center;color:#101323;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:12px;justify-content:space-between;line-height:120%;padding:16px 0}.mobile-menu__list-item:first-of-type{padding-top:0}.mobile-menu__list-item:not(:last-child){border-bottom:1px solid #f1f1f1}.mobile-menu__link{flex-grow:1}.mobile-menu__link-icon{display:block;flex-shrink:0;height:16px;opacity:.3;width:16px}.header__favorites-mobile-button{font-size:14px;font-weight:500;line-height:120%;padding:0}.mobile-menu__contacts,.mobile-menu__contacts .career-contacts{padding:0}.auth-modal__list{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:1px}.auth-modal__list._hidden{display:none}.auth-modal__item{font-size:12px;font-weight:500;letter-spacing:.24px;line-height:1;-webkit-user-select:none;user-select:none}.auth-modal__link{color:#00a95d;display:inline-block;min-width:max-content}.auth-modal__btn{background-color:#0000;border:none;color:inherit;color:#101323;cursor:pointer;font:inherit;outline:none;padding:0;transition:color .3s ease-in-out}@media(min-width:1025px){.auth-modal__btn:hover{color:#00a95d}}.location-modal{display:flex;flex-direction:column;gap:16px;height:400px;transition:opacity .3s ease-in-out;width:280px}.location-modal__current{align-items:center;display:flex;flex-wrap:wrap;font-size:14px;font-weight:500;gap:5px;line-height:120%}.location-modal__current-text{text-transform:lowercase}.location-modal__current-place{color:#00a95d;font-weight:700}.location-modal__search{flex-grow:0;margin-right:16px;width:auto}.location-modal__search .base-input-search__control{border-radius:6px;height:36px}.location-modal__list{display:flex;flex-direction:column;flex-grow:1;list-style:none;margin:0;overflow-y:auto;padding:0}.location-modal__list::-webkit-scrollbar{height:4px;width:4px}.location-modal__list::-webkit-scrollbar-thumb{background-color:#66708533;border-radius:2px}.location-modal__list::-webkit-scrollbar-track{background-color:#6670851a;border-radius:2px}.location-modal__list:has(.location-modal__stub){justify-content:center}.location-modal__list-item{color:#101323;cursor:pointer;font-size:14px;font-weight:500;hyphens:auto;line-height:130%;padding-right:10px;transition:opacity .3s ease-in-out}.location-modal__list-item:not(:last-child){margin-bottom:16px}.location-modal__list-item._active{font-weight:700}.location-modal__list-item._disabled{font-weight:700;opacity:.5;pointer-events:none}@media(min-width:1025px){.location-modal__list-item:not(._active):not(._disabled):hover{opacity:.7}}.location-modal__list-item span:not(.location-modal__region){color:#00a95d;font-weight:700}.location-modal__region{color:#0009;font-size:inherit;font-weight:400}.location-modal__geo-button{align-items:center;background-color:#0000;border:none;color:inherit;cursor:pointer;display:flex;font:inherit;font-size:12px;gap:3px;outline:none;padding:0;transition:opacity .3s ease-in-out,color .3s ease-in-out}@media(min-width:1025px){.location-modal__geo-button:hover{opacity:.8}}.location-modal__geo-button:active{color:#00a95d}.location-modal__geo-icon{display:block;flex-shrink:0;height:14px;order:-1;width:14px}.location-modal__stub{text-align:center}.location-modal__alert{color:#f03859;font-size:11px;hyphens:auto;line-height:normal;padding-left:17px}.register-modal{color:#667085;display:flex;flex-direction:column;font-size:14px;font-weight:500;gap:16px;height:fit-content;line-height:140%;position:relative;transition:opacity .3s ease-in-out;width:280px}.register-modal .base-button{font-size:14px;min-height:36px;padding:11px 20px}.register-modal__back{align-items:center;background-color:#0000;border:none;color:inherit;cursor:pointer;display:flex;font:inherit;font-style:normal;font-weight:700;gap:8px;line-height:1;outline:none;padding:0}.register-modal__back svg{height:16px;order:-1;width:16px}.register-modal__legend{margin-bottom:8px}.register-modal__fieldset{display:flex;flex-direction:column;gap:24px}.register-modal__fieldset[data-step="2"]{gap:24px}.register-modal__fieldset[data-step="2"]:not(._hidden)~.register-modal__bottom{display:none}.register-modal__input{font-size:14px;font-weight:500;line-height:140%}.register-modal__input .base-input__control{border-color:#0000001f;font-size:14px;font-weight:500;padding:9px 16px}.register-modal__input .base-input__control::placeholder{color:#e4e7ec}.register-modal__remain{margin-top:8px}.register-modal__remain span{align-items:center;font-size:12px;line-height:1}.register-modal__bottom{display:flex;flex-direction:column;margin-top:8px;row-gap:8px}.register-modal__policy span,.register-modal__subscription span{color:inherit;font-size:10px;line-height:140%}.register-modal__policy a,.register-modal__subscription a{color:#101323;-webkit-text-decoration:underline;text-decoration:underline;text-decoration-thickness:1px}.register-modal__phone{color:#667085;font-size:14px;font-weight:500;line-height:140%}.register-modal__phone b{color:#000;font-weight:700}.recovery-modal{color:#667085;display:flex;flex-direction:column;font-size:14px;font-weight:500;gap:24px;height:fit-content;line-height:140%;transition:opacity .3s ease-in-out;width:280px}.recovery-modal .base-button{font-size:14px;min-height:36px;padding:11px 20px}.recovery-modal__fieldset{display:flex;flex-direction:column;gap:24px}.recovery-modal__fieldset._hidden{display:none}.recovery-modal__input{font-size:14px;font-weight:500;line-height:140%}.recovery-modal__input .base-input__control{border-color:#0000001f;font-size:14px;font-weight:500;padding:9px 16px}.recovery-modal__input .base-input__control::placeholder{color:#e4e7ec}.recovery-modal__back{align-items:center;background-color:#0000;border:none;color:inherit;cursor:pointer;display:flex;font:inherit;font-style:normal;font-weight:700;gap:8px;line-height:1;outline:none;padding:0}.recovery-modal__back svg{height:16px;order:-1;width:16px}.recovery-modal__phone-line{color:#667085}.recovery-modal__phone{background-color:#0000;border-radius:0;color:#000;font-weight:700;padding:0}.recovery-modal__code-title span{color:#101323}.login-modal{color:#667085;display:flex;flex-direction:column;gap:24px;height:fit-content;transition:opacity .3s ease-in-out;width:280px}.login-modal .base-button{font-size:14px;min-height:36px;padding:11px 20px}.login-modal__legend{font-size:14px;font-weight:500;line-height:140%}.login-modal__fieldset{display:flex;flex-direction:column;gap:24px}.login-modal__input{font-size:14px;font-weight:500;line-height:140%}.login-modal__input .base-input__control{border-color:#0000001f;font-size:14px;font-weight:500;padding:9px 16px}.login-modal__input .base-input__control::placeholder{color:#e4e7ec}.login-modal__bottom{align-items:center;display:flex;justify-content:space-between}.login-modal__remain span{align-items:center;font-size:12px;font-weight:500;line-height:1}.login-modal__recovery{background-color:#0000;border:none;color:inherit;cursor:pointer;font:inherit;font-size:12px;font-style:normal;font-weight:500;line-height:1;outline:none;padding:0;transition:color .3s ease-in-out}@media(min-width:1025px){.login-modal__recovery:hover{color:#00a95d}}.login-modal__back{align-items:center;background-color:#0000;border:none;color:inherit;cursor:pointer;display:flex;font:inherit;font-size:14px;font-style:normal;font-weight:700;gap:8px;line-height:1;outline:none;padding:0}.login-modal__back svg{height:16px;order:-1;width:16px}.login-modal__phone{color:#667085;font-size:14px;font-weight:500;line-height:140%}.login-modal__phone b{color:#000;font-weight:700}.login-modal__alert{margin-top:-8px}.personal-modal{color:#667085;display:flex;flex-direction:column;gap:24px;height:fit-content;min-width:min(85vw,300px);transition:opacity .3s ease-in-out}.personal-modal__legend{font-size:14px;font-weight:500;line-height:140%}.personal-modal__fieldset{display:flex;flex-direction:column;gap:14px}.personal-modal__input{font-size:14px;font-weight:500;line-height:140%}.personal-modal__input+.base-input__btn{color:#667085;right:16px}@media(min-width:1025px){.personal-modal__input+.base-input__btn:hover{color:#101323}}.personal-modal__radio-outer{align-items:center;column-gap:8px;display:flex;justify-content:flex-start;margin-top:8px}.personal-modal__radio{width:100%}.personal-modal__radio .base-radio__control{border:1px solid #e4e7ec;border-radius:6px;flex-grow:1;padding:10px 12px;transition:all .3s ease;width:100%}.personal-modal__radio .base-radio__control:has(input:checked){border-color:#00a95d}@media(min-width:1025px){.personal-modal__radio .base-radio__control:hover{border-color:#00a95d}}.personal-modal__radio .base-radio__text{font-size:14px}.personal-modal__alert{align-items:center;color:#f03859;display:flex;flex-wrap:wrap;gap:5px}.personal-modal__alert._hidden{display:none}.personal-modal__alert--verified{color:#00a95d}.personal-modal__alert-text{font-size:14px;font-weight:400;line-height:140%}@media screen and (max-width:768px){.personal-modal__alert-text{font-size:12px}}.personal-modal__icon{height:20px;width:20px}.personal-modal__alert-btn{background-color:#0000;border:none;color:inherit;color:#667085;cursor:pointer;font:inherit;font-size:12px;font-weight:500;line-height:17px;outline:none;padding:0;text-align:start;-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:3px;width:fit-content;width:100%}.personal-modal__confirm{background-color:#00a95d14;border-radius:6px;flex-grow:1;padding:14px 16px}.personal-modal__confirm .base-checkbox__text{color:#101323;font-size:14px}.personal-modal__confirm .base-checkbox__subtitle{font-size:10px}.order-modal{color:#667085;display:flex;flex-direction:column;gap:24px;height:fit-content;min-width:min(300px,85vw);transition:opacity .3s ease-in-out;width:min-content}.order-modal ._hidden{display:none}.order-modal__legend{font-size:14px;font-weight:500;line-height:140%}.order-modal__fieldset{display:flex;flex-direction:column;gap:24px}.order-modal__confirm{background-color:#fff;border:1px solid #e4e7ec;border-radius:6px;color:#000;font-size:14px;font-weight:500;line-height:140%;padding:10px 16px;text-align:left;width:100%}.order-modal__back{align-items:center;background-color:#0000;border:none;color:inherit;cursor:pointer;display:flex;font:inherit;font-size:14px;font-style:normal;font-weight:700;gap:8px;line-height:1;outline:none;padding:0}.order-modal__back svg{height:16px;order:-1;width:16px}.order-modal__empty{align-items:center;display:flex;flex-direction:column;gap:12px;padding:0 0 140px;text-align:center}.order-modal__empty-image{height:105px;margin:65px 0 4px;width:120px;z-index:1}.order-modal__empty-title{color:#000;font-size:16px;font-weight:700;line-height:19px}.order-modal__empty-subtitle{color:#667085;font-size:14px;font-weight:500;line-height:19px}.order-modal__list{list-style:none;margin:0;padding:0}.order-modal__list::-webkit-scrollbar{height:4px;width:4px}.order-modal__list::-webkit-scrollbar-thumb{background-color:#66708533;border-radius:2px}.order-modal__list::-webkit-scrollbar-track{background-color:#6670851a;border-radius:2px}.order-modal__list{display:flex;flex-direction:column;gap:16px;margin-right:-10px;max-height:70vh;min-width:500px;overflow-y:auto;padding-right:10px}.order-modal__list .order-card{padding:8px}@media screen and (max-width:1024px){.order-modal__list{min-width:auto}}.order-modal__fieldset[data-hide-submit]:not(._hidden)~button[type=submit]{display:none}.report-modal{color:#667085;display:flex;flex-direction:column;gap:24px;height:fit-content;min-width:min(328px,85vw);transition:opacity .3s ease-in-out;width:min-content}.report-modal ._hidden{display:none}.report-modal__legend{font-size:14px;font-weight:500;line-height:140%;margin-bottom:12px}.report-modal__fieldset{display:flex;flex-direction:column;gap:12px}.report-modal__back{align-items:center;background-color:#0000;border:none;color:inherit;cursor:pointer;display:flex;font:inherit;font-size:14px;font-style:normal;font-weight:700;gap:8px;line-height:1;outline:none;padding:0}.report-modal__back svg{height:16px;order:-1;width:16px}.modal:has(.report-modal) .modal__title{color:#00a95d;font-size:20px;font-weight:700;line-height:1}.favorites-modal{min-width:350px;width:fit-content}.favorites-modal__empty,.favorites-modal__inner{gap:36px}@media(max-width:768px){.favorites-modal__empty,.favorites-modal__inner{height:100%}}.favorites-modal__empty{flex-direction:column}@media(max-width:768px){.favorites-modal__empty-block,.favorites-modal__section{display:flex;flex-direction:column;height:100%;justify-content:space-between}.favorites-modal__empty-block{justify-content:center}}.favorites-modal__buy-all{margin-bottom:0}.favorites-modal__buy-icon{height:16px;margin-right:8px;width:16px}.catalog-list{list-style:none;margin:0;padding:0}.catalog-list::-webkit-scrollbar{height:4px;width:4px}.catalog-list::-webkit-scrollbar-thumb{background-color:#66708533;border-radius:2px}.catalog-list::-webkit-scrollbar-track{background-color:#6670851a;border-radius:2px}.catalog-list{display:flex;flex-direction:column;height:100%;max-height:60vh;overflow-y:auto;position:relative}.catalog-list._active{display:flex}.catalog-list{margin-right:-8px;padding-right:8px}.catalog-list__item{border-radius:8px;color:#667085;font-size:20px;font-weight:500;letter-spacing:0;line-height:120%;overflow-y:visible;padding:23px 12px}.catalog-list__item._active{background-color:#00a95d14;color:#00a95d}.catalog-list__item._active .catalog-list__icon{color:#00a95d}.catalog-list__link{align-items:center;display:flex;justify-content:space-between}.catalog-list__icon{height:24px;width:24px}.catalog-modal__inner{display:grid;grid-template-columns:repeat(3,1fr)}.catalog-modal__level{padding:18px}.catalog-modal__level:first-of-type{border-right:1px solid #e4e7ec}.catalog-modal__level:not(:last-of-type):has(.catalog-list._active){border-right:1px solid #e4e7ec}.catalog-modal__level:not(:first-child) .catalog-list__item{padding:13px 12px}.catalog-modal__level:not(:first-child)>.catalog-list:not(._active){display:none}.search-modal{color:#667085;font-weight:700;height:fit-content;letter-spacing:0;text-align:center;transition:opacity .3s ease-in-out;width:100%}.search-modal ._hidden{display:none}.search-modal__stub{align-items:center;display:flex;flex-direction:column;gap:24px;margin:0 auto;max-width:fit-content;padding:50px}@media screen and (max-width:1024px){.search-modal__stub{gap:12px;padding:27px}}@media screen and (max-width:540px){.search-modal__stub{max-width:none}}.search-modal__title{color:#101323;font-size:20px;line-height:28px}@media screen and (max-width:1024px){.search-modal__title{font-size:14px;line-height:20px}}.search-modal__subtitle{font-size:18px;font-weight:400;line-height:25px}@media screen and (max-width:1024px){.search-modal__subtitle{font-size:14px;line-height:20px}}.search-modal__subtitle a{color:#00a95d}.search-modal__inner:has(>:not(._hidden)){padding:24px 8px 24px 24px}@media screen and (max-width:1024px){.search-modal__inner:has(>:not(._hidden)){padding:16px 8px 16px 16px}}.search-modal__inner:empty{padding:0}.search-modal__block{border-bottom:1px solid #e4e7ec;display:flex;flex-direction:column;font-weight:500;gap:12px;line-height:14px;padding:16px 0;text-align:left}.search-modal__block:first-of-type{padding-top:0}.search-modal__block:has(+div._hidden){border:none}.search-modal__block-list{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0;text-align:left;width:100%}.search-modal__block-item{align-items:center;color:#101323;display:flex;gap:8px}.search-modal__block-link{flex-grow:1;font-size:18px;transition:color .3s ease-in-out}@media screen and (max-width:1024px){.search-modal__block-link{font-size:14px}}@media(min-width:1025px){.search-modal__block-link:hover{color:#00a95d}}.search-modal__block-title{font-size:20px;line-height:120%}@media screen and (max-width:1024px){.search-modal__block-title{font-size:12px}}.search-modal__block-delete{align-items:center;background-color:#0000;border:none;color:inherit;cursor:pointer;display:flex;font:inherit;justify-content:center;outline:none;padding:4px}.search-modal__block-icon{color:green;flex-shrink:0;height:24px;width:24px}@media screen and (max-width:1024px){.search-modal__block-icon{height:16px;width:16px}}.search-modal__delete-icon{color:#667085;height:16px;transition:color .3s ease-in-out;width:16px}@media screen and (max-width:1024px){.search-modal__delete-icon{height:12px;width:12px}}@media(hover:hover)and (min-width:1025px){.search-modal__block-delete:hover .search-modal__delete-icon{color:#f03859}}.search-modal__result{display:flex;flex-direction:column;gap:16px;padding-top:16px}.search-modal__result:not(:last-of-type){border-bottom:1px solid #e4e7ec}.search-modal__result-title{color:#101323;font-size:20px;font-weight:700;line-height:24px;text-align:left}@media screen and (max-width:1024px){.search-modal__result-title{font-size:12px;line-height:14px}}.search-modal__result-list{list-style:none;margin:0;padding:0}.search-modal__result-item{padding:16px 0;-webkit-user-select:none;user-select:none}.search-modal__result-item:not(:last-of-type){border-bottom:1px solid #e4e7ec}.search-modal__result-item .base-counter{width:160px}@media screen and (max-width:1024px){.search-modal__result-item{padding:12px 0}}.search-modal__result-item:last-of-type{padding-bottom:0}@media(min-width:768px){.search-modal__result-item .favorite-card-shopping-item{align-items:center;display:flex}.search-modal__result-item .favorite-card-shopping-item .favorite-card-shopping-item__product{align-items:flex-start;align-self:baseline;display:flex;flex-direction:column}.search-modal__result-item .favorite-card-shopping-item .favorite-card-shopping-item__title{font-size:20px;line-height:24px;margin-bottom:0}.search-modal__result-item .favorite-card-shopping-item .favorite-card-shopping-item__info{margin-left:auto}.search-modal__result-item .favorite-card-shopping-item .base-counter{margin-left:40px}}@media screen and (min-width:768px)and (max-width:1024px){.search-modal__result-item .favorite-card-shopping-item .favorite-card-shopping-item__title{font-size:16px;font-weight:500;line-height:18px;margin-bottom:0}}@media screen and (max-width:768px){.search-modal__result-item .favorite-card-shopping-item{column-gap:12px;row-gap:0}}.search-modal__result-item .favorite-card-shopping-item__image{object-fit:cover}.search-modal__result-item .favorite-card-shopping-item__price{font-size:18px}@media screen and (max-width:1024px){.search-modal__result-item .favorite-card-shopping-item__price{font-size:14px}}.search-modal__result-item .favorite-card-shopping-item__price-old{font-weight:600}@media screen and (max-width:1024px){.search-modal__result-link{gap:8px}}.search-modal__result-link svg{height:16px;width:16px}.personal-delete-profile-modal{display:grid;margin-top:24px;row-gap:24px;width:280px}.personal-delete-profile-modal__text{color:#667085;font-size:16px;font-weight:500;line-height:140%}.personal-delete-profile-modal__text span{color:#00a95d;font-weight:600}@media screen and (max-width:768px){.personal-delete-profile-modal__text{font-size:14px}}.personal-delete-profile-modal__controls{align-items:center;display:flex;gap:12px}@media screen and (max-width:768px){.personal-delete-profile-modal__controls{gap:8px}}.personal-delete-profile-confirm-modal{margin-top:16px;width:280px}.personal-delete-profile-confirm-modal__text{color:#667085;font-size:14px;font-weight:500;line-height:140%;margin-bottom:24px}.personal-delete-profile-confirm-modal__selects{display:grid;margin-bottom:16px;row-gap:12px}.personal-delete-profile-confirm-modal__controls{display:grid;margin-top:24px;row-gap:8px}.personal-change-password-modal{width:280px}.personal-change-password-modal__password-old{margin-bottom:16px}.personal-change-password-modal__passwords{display:grid;row-gap:8px}.personal-change-password-modal__control{margin-top:24px}.personal-change-phone-modal{color:#667085;display:flex;flex-direction:column;font-size:14px;font-weight:500;gap:24px;height:fit-content;line-height:140%;transition:opacity .3s ease-in-out;width:280px}.personal-change-phone-modal._loading:before{background-color:#fff}.personal-change-phone-modal ._hidden{display:none}.personal-change-phone-modal__fieldset{display:flex;flex-direction:column;gap:24px}.personal-change-phone-modal__fieldset._hidden{display:none}.personal-change-phone-modal__input{background-color:#f7f8f8;border-color:#0000}.personal-change-phone-modal__input::placeholder{font-size:inherit;font-weight:inherit;line-height:inherit}.personal-change-phone-modal__back{align-items:center;background-color:#0000;border:none;color:inherit;cursor:pointer;display:flex;font:inherit;font-style:normal;font-weight:700;gap:8px;line-height:1;outline:none;padding:0}.personal-change-phone-modal__back svg{height:16px;order:-1;width:16px}.personal-change-phone-modal__phone{background-color:#f7f8f8;border-radius:6px;color:#000;padding:10px 16px}.personal-change-phone-modal__code-title span{color:#101323}.personal-change-email-modal__form{row-gap:24px}.personal-change-email-modal__form,.personal-confirm-email-modal{color:#667085;display:flex;flex-direction:column;font-size:14px;font-weight:500;line-height:140%;width:280px}.personal-confirm-email-modal{gap:24px;height:fit-content;transition:opacity .3s ease-in-out}.personal-confirm-email-modal__fieldset{display:flex;flex-direction:column;gap:24px}.personal-confirm-email-modal__fieldset._hidden{display:none}.personal-confirm-email-modal__input{font-size:14px;font-weight:500;line-height:140%}.personal-confirm-email-modal__back{align-items:center;background-color:#0000;border:none;color:inherit;cursor:pointer;display:flex;font:inherit;font-style:normal;font-weight:700;gap:8px;line-height:1;outline:none;padding:0}.personal-confirm-email-modal__back svg{height:16px;order:-1;width:16px}.personal-confirm-email-modal__email{background-color:#f7f8f8;border-radius:6px;color:#000;padding:10px 16px}.personal-confirm-email-modal__code-title span{color:#101323}.questionnaire-modal{color:#667085;display:flex;flex-direction:column;gap:24px;height:fit-content;transition:opacity .3s ease-in-out;width:400px}@media screen and (max-width:1024px){.questionnaire-modal{width:min(85vw,360px)}}.questionnaire-modal{font-size:14px;font-weight:500;line-height:140%}.questionnaire-modal._drag{opacity:.5}.questionnaire-modal__policy span{color:inherit;font-size:12px;line-height:140%}.questionnaire-modal__policy a{color:#101323;-webkit-text-decoration:underline;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.questionnaire-modal__fieldset{display:flex;flex-direction:column;gap:16px}.questionnaire-modal__input[type=file]{background:#00a95d14;border:1px dashed var(--Green,#00a95d)}.questionnaire-modal__input[type=file]~.base-input__prelabel{color:#00a95d;cursor:pointer;font-size:18px;font-style:normal;font-weight:500;line-height:140%;z-index:2}@media screen and (max-width:1024px){.questionnaire-modal__input[type=file]~.base-input__prelabel{font-size:14px}}.questionnaire-modal__back{align-items:center;background-color:#0000;border:none;color:inherit;cursor:pointer;display:flex;font:inherit;font-style:normal;font-weight:700;gap:8px;line-height:1;outline:none;padding:0}.questionnaire-modal__back svg{height:16px;order:-1;width:16px}.questionnaire-modal__status{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;padding-top:27px}.questionnaire-modal__status-title{color:#101323;font-size:20px;font-weight:700;line-height:1;text-align:center}.questionnaire-modal__status-link{margin-top:auto}.questionnaire-modal__fieldset[data-hide-submit]:not(._hidden)~.base-checkbox,.questionnaire-modal__fieldset[data-hide-submit]:not(._hidden)~button[type=submit]{display:none}.feedback-modal{color:#101323;display:flex;flex-direction:column;font-size:14px;font-weight:400;gap:24px;height:fit-content;line-height:normal;width:600px}@media screen and (max-width:1024px){.feedback-modal{width:280px}}.feedback-modal__title{font-size:16px;font-weight:600}@media screen and (max-width:1024px){.feedback-modal__title{font-size:inherit}}.feedback-modal__preview{align-items:center;border:1px solid #e4e7ec;border-radius:6px;display:flex;font-size:18px;font-weight:500;gap:12px;line-height:140%;padding:16px}@media screen and (max-width:1024px){.feedback-modal__preview{font-size:inherit;padding:12px}}.feedback-modal__preview-img{height:70px}@media screen and (max-width:1024px){.feedback-modal__preview-img{height:50px}}.feedback-modal__fields{display:flex;flex-direction:column;gap:16px}.feedback-modal__policy span{color:inherit;font-size:14px;line-height:140%}@media screen and (max-width:1024px){.feedback-modal__policy span{font-size:12px}}.feedback-modal__policy a{color:#101323;-webkit-text-decoration:underline;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.availability__reserve-modal{width:min(100%,520px)}.isg-reserve-modal{color:#2e2e2e;display:flex;flex-direction:column;gap:20px;width:100%}.isg-reserve-modal__notice{color:#667085;font-size:14px;font-weight:500;line-height:140%}.isg-reserve-modal__product{align-items:start;border-bottom:1px solid #10132314;border-top:1px solid #10132314;display:grid;gap:16px;grid-template-columns:72px minmax(0,1fr) auto;padding:16px 0}@media screen and (max-width:768px){.isg-reserve-modal__product{grid-template-columns:64px minmax(0,1fr)}}.isg-reserve-modal__image{display:block;height:72px;object-fit:contain;width:72px}@media screen and (max-width:768px){.isg-reserve-modal__image{height:64px;width:64px}}.isg-reserve-modal__product-content{display:grid;gap:8px;min-width:0}.isg-reserve-modal__product-title{font-size:16px;font-weight:600;line-height:130%}.isg-reserve-modal__product-term{color:#00a95d;font-size:14px;font-weight:600;line-height:120%}.isg-reserve-modal__product-pharmacy{color:#667085;font-size:13px;font-weight:500;line-height:130%}.isg-reserve-modal__counter{align-items:center;background:#10132308;border-radius:10px;display:inline-flex;gap:12px;padding:6px 8px;width:fit-content}.isg-reserve-modal__counter-btn{align-items:center;background-color:#0000;background:#fff;border:none;border-radius:6px;color:inherit;color:#667085;cursor:pointer;display:inline-flex;font:inherit;font-size:18px;font-weight:700;height:24px;justify-content:center;outline:none;padding:0;transition:all .3s ease;width:24px}@media(min-width:1025px){.isg-reserve-modal__counter-btn:hover{color:#00a95d}}.isg-reserve-modal__counter-value{color:#2e2e2e;font-size:14px;font-weight:700;line-height:120%;min-width:36px;text-align:center}.isg-reserve-modal__price{align-self:center;color:#2e2e2e;font-size:28px;font-weight:700;line-height:120%;white-space:nowrap}@media screen and (max-width:768px){.isg-reserve-modal__price{font-size:22px;grid-column:2;justify-self:end}}.isg-reserve-modal__policy span{color:#667085;font-size:10px;font-weight:500;line-height:140%}.isg-reserve-modal__policy a{color:#101323;-webkit-text-decoration:underline;text-decoration:underline;text-decoration-thickness:1px;transition:all .3s ease}@media(min-width:1025px){.isg-reserve-modal__policy a:hover{color:#00a95d}}.isg-reserve-modal__alert{margin-top:-8px}.notify-modal{color:#667085;display:flex;flex-direction:column;gap:24px;height:fit-content;transition:opacity .3s ease-in-out;width:280px}.notify-modal._loading:before{background-color:#fff}.notify-modal__legend{font-size:14px;font-weight:500;line-height:140%}.notify-modal__fieldset{display:flex;flex-direction:column;gap:24px}.notify-modal__input::placeholder{font-size:14px;font-weight:500;line-height:140%}.notify-modal__policy span{font-size:12px;font-weight:500;line-height:140%}.notify-modal__policy a{color:#00a95d;-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:2px}.notify-modal__alert{align-items:center;font-size:12px;font-weight:500;gap:4px;line-height:140%;margin-top:-16px}.notify-modal__alert._hidden{display:none}.notify-modal__alert-icon{color:inherit;height:16px;width:16px}.notify-modal__verify{background-color:#00a95d14;border-radius:4px;color:#00a95d;font-size:12px;font-weight:500;line-height:140%;margin-top:-8px;padding:12px}.notify-modal__verify._hidden{display:none}.pharmacy-info{display:flex;flex-direction:column;row-gap:15px}@media screen and (min-width:1025px){.pharmacy-info{width:400px}}.pharmacy-info__map{border-radius:10px;min-height:250px;overflow:hidden}.product-delete{color:#101323;display:flex;flex-direction:column;gap:16px;height:fit-content;transition:opacity .3s ease-in-out;width:247px}.product-delete__legend{font-size:14px;font-weight:500;line-height:140%}.product-delete__buttons{display:flex;flex-direction:column;row-gap:8px}.order-cancel{color:#667085;display:flex;flex-direction:column;gap:24px;height:fit-content;transition:opacity .3s ease-in-out;width:450px}@media screen and (max-width:1024px){.order-cancel{width:300px}}.order-cancel__legend{font-size:14px;font-weight:500;line-height:140%}.order-cancel__fieldset{display:flex;flex-direction:column;gap:24px}.order-cancel__input::placeholder{font-size:14px;font-weight:500;line-height:140%}.order-cancel__back{align-items:center;background-color:#0000;border:none;color:inherit;cursor:pointer;display:flex;font:inherit;font-size:14px;font-style:normal;font-weight:700;gap:8px;line-height:1;outline:none;padding:0}.order-cancel__back svg{height:16px;order:-1;width:16px}.order-cancel__inner{border:1px solid #e4e7ec;border-radius:6px;display:flex;flex-direction:column;gap:16px;padding:12px}.order-cancel__head{align-items:baseline;display:flex;gap:8px}.order-cancel__title{color:#000;font-size:16px;font-weight:700;line-height:22px;text-align:left}.order-cancel__date{color:#667085;font-size:12px;font-weight:500;line-height:16px}.order-survey{color:#667085;display:flex;flex-direction:column;gap:24px;height:fit-content;transition:opacity .3s ease-in-out;width:450px}@media screen and (max-width:1024px){.order-survey{width:300px}}.order-survey__legend{font-size:14px;font-weight:500;line-height:140%}.order-survey__fieldset{display:flex;flex-direction:column;gap:24px}.order-survey__inputs{display:flex;flex-direction:column;gap:12px}.order-survey__buttons{display:flex;flex-direction:column;row-gap:8px}.order-extend{color:#667085;display:flex;flex-direction:column;gap:24px;height:fit-content;min-width:min(280px,85vw);transition:opacity .3s ease-in-out}.order-extend__legend{font-size:14px;font-weight:500;line-height:140%}.order-extend__fieldset{display:flex;flex-direction:column;gap:24px}.order-extend__inputs{display:flex;flex-direction:column;gap:12px}.double-bonus-modal{display:flex;flex-direction:column;gap:16px;width:280px}@media screen and (max-width:768px){.double-bonus-modal{width:206px}}.double-bonus-modal__icon{align-self:center;flex-shrink:0;height:76px;width:76px}.double-bonus-modal__text{font-size:16px;font-weight:400;line-height:100%}@media screen and (max-width:1024px){.double-bonus-modal__text{font-size:12px}}.double-bonus-modal__text{font-weight:500;text-align:left}.form-review,.form-review__header{display:flex;flex-direction:column}.form-review__header{gap:12px;margin-bottom:32px}.form-review__title{font-size:20px;font-weight:700;line-height:110%}.form-review__subtitle{font-size:14px;font-weight:700;line-height:110%}.form-review__form-inputs{display:grid;gap:8px;grid-template-columns:1fr;margin-bottom:24px}.form-review__form-review{min-height:75px}.form-review__form-btn{margin-bottom:24px}.delivery-modal__fieldset{display:flex;flex-direction:column;row-gap:24px}.delivery-modal__input:focus,.delivery-modal__textarea:focus{border-color:#00a95d}.delivery-modal__group{display:flex;flex-direction:column;row-gap:8px}.delivery-modal__group:nth-of-type(2){gap:12px}.delivery-modal__subgroup{display:flex;gap:8px}.delivery-modal__subgroup--time{border-top:1px solid #e4e7ec;flex-wrap:wrap;padding-top:12px}.delivery-modal__subgroup--time .delivery-modal__radio{width:calc(50% - 4px)}.delivery-modal__subgroup--time .delivery-modal__radio .base-radio__control{border:1px solid #e4e7ec;border-radius:6px;color:#667085;flex-grow:1;padding:10px 12px;transition:all .3s ease;width:100%}.delivery-modal__subgroup--time .delivery-modal__radio .base-radio__control:has(input:checked){border-color:#00a95d}@media(min-width:1025px){.delivery-modal__subgroup--time .delivery-modal__radio .base-radio__control:hover{border-color:#00a95d}}.delivery-modal__subgroup--date{border-top:1px solid #e4e7ec;flex-wrap:wrap;padding-top:12px}.delivery-modal__subgroup--date .delivery-modal__radio{width:100%}.delivery-modal__subgroup--date .delivery-modal__radio .base-radio__control{border:1px solid #e4e7ec;border-radius:6px;color:#667085;flex-grow:1;padding:10px 12px;transition:all .3s ease;width:100%}.delivery-modal__subgroup--date .delivery-modal__radio .base-radio__control:has(input:checked){border-color:#00a95d}@media(min-width:1025px){.delivery-modal__subgroup--date .delivery-modal__radio .base-radio__control:hover{border-color:#00a95d}}.delivery-modal__textarea{margin-top:16px}.delivery-modal__group-title{color:#000;font-size:14px;font-weight:500;line-height:19px}.delivery-modal__date{cursor:pointer;font-size:14px;padding:10px 16px 10px 42px;transition:border-color .3s ease-in-out,color .3s ease-in-out;width:min(160px,50%)}.delivery-modal__date._active{border-color:#00a95d;color:#00a95d}.delivery-modal__date._active+svg{color:#00a95d}@media(min-width:1025px){.delivery-modal__date:hover{border-color:#00a95d}.delivery-modal__date:hover::placeholder{color:#00a95d!important}.delivery-modal__date:hover+svg{color:#00a95d}}.delivery-modal__date-icon{color:#667085;height:18px;left:17px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:color .3s ease-in-out;width:18px}.delivery-modal__submit{margin-top:24px}.ya-delivery__fieldset{display:flex;flex-direction:column;row-gap:24px}.ya-delivery__input:focus,.ya-delivery__textarea:focus{border-color:#00a95d}.ya-delivery__group{display:flex;flex-direction:column;row-gap:8px}.ya-delivery__group:nth-of-type(2){gap:12px}.ya-delivery__subgroup{display:flex;gap:8px}.ya-delivery__subgroup--time{border-top:1px solid #e4e7ec;flex-wrap:wrap;padding-top:12px}.ya-delivery__subgroup--time .ya-delivery__radio{width:calc(50% - 4px)}.ya-delivery__subgroup--time .ya-delivery__radio .base-radio__control{border:1px solid #e4e7ec;border-radius:6px;color:#667085;flex-grow:1;padding:10px 12px;transition:all .3s ease;width:100%}.ya-delivery__subgroup--time .ya-delivery__radio .base-radio__control:has(input:checked){border-color:#00a95d}@media(min-width:1025px){.ya-delivery__subgroup--time .ya-delivery__radio .base-radio__control:hover{border-color:#00a95d}}.ya-delivery__textarea{margin-top:16px}.ya-delivery__group-title{color:#000;font-size:14px;font-weight:500;line-height:19px}.ya-delivery__date{cursor:pointer;font-size:14px;padding:10px 16px 10px 42px;transition:border-color .3s ease-in-out,color .3s ease-in-out;width:min(160px,50%)}.ya-delivery__date._active{border-color:#00a95d;color:#00a95d}.ya-delivery__date._active+svg{color:#00a95d}@media(min-width:1025px){.ya-delivery__date:hover{border-color:#00a95d}.ya-delivery__date:hover::placeholder{color:#00a95d!important}.ya-delivery__date:hover+svg{color:#00a95d}}.ya-delivery__date-icon{color:#667085;height:18px;left:17px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:color .3s ease-in-out;width:18px}.ya-delivery__submit{margin-top:24px}.ya-delivery__back{align-items:center;background-color:#0000;border:none;color:inherit;color:#667085;cursor:pointer;display:flex;font:inherit;font-size:14px;font-style:normal;font-weight:700;gap:8px;line-height:1;outline:none;padding:0}.ya-delivery__back svg{height:16px;order:-1;width:16px}.ya-delivery:has(.ya-delivery__stub:not(._hidden)):after{background-color:#fff;content:"";inset:0;opacity:.5;pointer-events:none;position:absolute;transition:opacity .3s ease-in-out;visibility:visible;z-index:-1;z-index:10}.ya-delivery__stub{background-color:#fff;border:1px solid #f03859;border-radius:6px;box-shadow:0 4px 8px 0 rgba(0,0,0,.102);color:#667085;font-size:16px;font-weight:400;line-height:normal;padding:15px 10px;position:absolute;top:calc(100% + 10px);width:100%;z-index:22}@media screen and (max-width:768px){.ya-delivery__stub{font-size:14px}}.ya-delivery__list{display:flex;flex-direction:column;list-style:none;margin:0;padding:0;row-gap:8px}.ya-delivery__alert{margin-top:12px}.delivery-date__back{background-color:#0000;border:none;color:inherit;cursor:pointer;font:inherit;left:16px;outline:none;padding:5px;position:absolute;top:22px}@media screen and (max-width:1024px){.delivery-date__back{top:14px}}.delivery-date__back-icon{height:19px;width:11px}.delivery-date__picker{border:none;font-family:inherit;--adp-day-cell-height:40px;--adp-day-cell-width:40px;--adp-grid-gap:4px;--adp-day-name-color:#667085;--adp-width:280px;--adp-padding:0;--adp-color-current-date:#00a95d}.delivery-date__picker .air-datepicker-cell.-day-.-current-{background-color:rgba(0,169,93,.078)}.delivery-date__picker .air-datepicker-cell.-day-.-selected-{background-color:#00a95d}.delivery-date__picker .air-datepicker-cell.-day-.-day-:not(.-disabled-){border:1px solid #00a95d}.delivery-date__picker .air-datepicker-nav--title{color:#00a95d;font-size:20px;font-weight:500;line-height:24px;margin-right:auto;order:-1}.delivery-date__picker .air-datepicker-nav{border-bottom:none}.delivery-date__picker .air-datepicker--navigation{margin-bottom:15px}.delivery-date__picker .air-datepicker-nav--action path{stroke:#00a95d}.delivery-date__picker .air-datepicker-body--day-names{margin-bottom:10px}.delivery-map{display:flex;flex-direction:column;gap:24px;height:100%;min-width:50vw}@media screen and (max-width:1024px){.delivery-map{min-width:none}}.delivery-map ._hidden{display:none}.delivery-map__location{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.delivery-map__location .location-modal__geo-button{color:#667085}.delivery-map__inner{display:flex;flex-direction:column;gap:16px;height:100%;position:relative}.delivery-map__inner:has(button[data-tab-id=map]._active) .delivery-map__search{box-shadow:0 4px 8px 0 rgba(0,0,0,.102);left:5%;margin-bottom:0;position:absolute;transform:translateY(20px)}@media screen and (max-width:1024px){.delivery-map__inner:has(button[data-tab-id=map]._active) .delivery-map__search{transform:translateY(15px)}}.delivery-map__inputs{display:flex;display:none;gap:20px;list-style:none;margin:0;padding:0;pointer-events:none}.delivery-map__inputs .base-radio__marker{height:18px;width:18px}.delivery-map__inputs .base-radio__control{gap:6px}.delivery-map__inputs .base-radio__text{color:#667085}.delivery-map__inputs .base-radio__control input:checked~.base-radio__text{color:#101323}.delivery-map__filters-wrap{display:flex;flex-direction:column;gap:8px}.delivery-map__filters{display:flex;gap:20px;list-style:none;margin:0;padding:0}.delivery-map__filter-control{color:#667085;font-size:16px;font-weight:400;line-height:120%}@media screen and (max-width:768px){.delivery-map__filter-control{font-size:12px}}.delivery-map__content{backdrop-filter:blur(0);height:100%;position:relative}.delivery-map__map-block{display:flex;flex-direction:column;gap:24px;height:100%;position:relative}.delivery-map__map-block._hidden{display:block;height:0;overflow:hidden;visibility:hidden}.delivery-map__map{border-radius:6px;display:block;height:100%;min-height:400px;overflow:hidden;position:relative;transition:height .3s ease-in-out}.delivery-map__search{background-color:#fff;border-radius:99px;display:flex;left:0;margin-bottom:15px;padding:12px 16px;position:relative;top:0;transition:all .3s ease-in-out;width:90%;z-index:2}.delivery-map__search [data-suggest]{border-radius:6px}.delivery-map__search-input{border:none;display:block;flex-grow:1;font-size:18px;font-weight:500;line-height:18px;padding-left:25px}@media(max-width:1280px){.delivery-map__search-input{font-size:14px;line-height:14px}}.delivery-map__search-input::placeholder{color:#e4e7ec}.delivery-map__search-icon{color:#6670854d;height:20px;left:16px;position:absolute;top:15px;width:20px}@media(max-width:1280px){.delivery-map__search-icon{height:16px;left:16px;top:15px;width:16px}}.delivery-map__search-stub{background-color:#fff;border-radius:6px;font-size:12px;line-height:14px;padding:10px;position:absolute;top:calc(100% + 10px);width:calc(100% - 30px);z-index:22}.delivery-map__search-tabs{align-items:center;background-color:#fff;border-radius:99px;display:grid;grid-template-columns:repeat(2,1fr);list-style:none;margin:0 0 16px;padding:4px}.delivery-map__search-tab{color:#667085;cursor:pointer;font-size:18px;font-weight:400;text-align:center;transition:all .3s ease;-webkit-user-select:none;user-select:none}@media(min-width:1025px){.delivery-map__search-tab:hover{color:#00a95d}}@media(max-width:1280px){.delivery-map__search-tab{font-size:14px;line-height:19.5px}}.delivery-map__search-tab-button{background-color:#0000;border:none;color:inherit;cursor:pointer;font:inherit;outline:none;padding:8px;width:100%}@media screen and (max-width:1024px){.delivery-map__search-tab-button{padding:4px 8px}}.delivery-map__search-tab-button._active{background-color:rgba(0,169,93,.078);border-radius:99px;color:#00a95d}.delivery-map__search-list{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}.delivery-map__search-item{background-color:#fff;border:1px solid #e4e7ec;border-radius:8px;padding:16px}@media screen and (max-width:768px){.delivery-map__search-item{border:none}}.delivery-map__map .ymaps-2-1-79-islets_icon-caption{background-color:#fe964b;border-radius:4px;color:#fff;height:auto;left:6px;line-height:120%;padding:5px 6px 5px 12px!important}.delivery-map__map .ymaps-2-1-79-islets_icon-caption:empty{display:none}[class*=svg-icon-content]{top:48%!important;transform:translateY(-50%)}.ymaps-2-1-79-islets_circle-dot-icon-with-caption:has([class*=islands_circleDotIcon___FF931E__FF931E_27x27]) .ymaps-2-1-79-islets_icon-caption{background-color:#fe964b}.ymaps-2-1-79-islets_circle-dot-icon-with-caption:has([class*=islands_circleIcon___FF931E_27x27]) .ymaps-2-1-79-islets_icon-caption{background-color:#fe964b}.ymaps-2-1-79-circle-icon-with-caption:has([class*=islands_circleDotIcon___FF931E__FF931E_27x27]) .ymaps-2-1-79-islets_icon-caption{background-color:#fe964b}.ymaps-2-1-79-circle-icon-with-caption:has([class*=islands_circleIcon___FF931E_27x27]) .ymaps-2-1-79-islets_icon-caption{background-color:#fe964b}.delivery-map__stub{align-items:center;align-self:center;backdrop-filter:blur(15px);border-radius:6px;color:#667085;display:flex;flex-direction:column;font-size:18px;height:100%;inset:0;justify-content:center;overflow:hidden;position:absolute;row-gap:20px;z-index:55}@media screen and (max-width:1024px){.delivery-map__stub{font-size:16px}}.delivery-map__reset{background-color:#0000;border:none;color:inherit;color:#00a95d;cursor:pointer;font:inherit;font-size:16px;outline:none;padding:0;transition:opacity .3s ease-in-out}.delivery-map__reset:hover{opacity:.7}@media screen and (max-width:1024px){.delivery-map__reset{font-size:14px}}.modal:has(.delivery-map){background:#f8f8f8;height:85dvh;max-height:none}.mark-caption{align-items:center;display:flex;height:auto;left:0;position:absolute;top:2px;width:max-content;z-index:10}.mark-caption:empty{display:none}.mark-caption--normal{left:0}.mark-caption__circle{flex:0 0 auto;height:30px;position:relative;width:30px}.mark-caption__circle,.mark-caption__circle-inner{align-items:center;background:#fff;border-radius:50%;display:flex;justify-content:center}.mark-caption__circle-inner{border:3px solid #00a95d;height:26px;width:26px}.mark-caption__circle-inner:after{background:#00a95d;border-radius:50%;content:"";display:block;height:12px;visibility:hidden;width:12px}.active .mark-caption__circle-inner:after{visibility:visible}.mark-caption__content{background-color:#00a95d;border-radius:4px;color:#fff;display:inline-block;flex:0 0 auto;height:26px;line-height:120%;margin-left:-5px;padding:5px 6px 5px 12px!important;position:relative;width:max-content;z-index:-1}.empty .mark-caption__content{display:none}.mark-caption--favorite{left:4px;top:-1px}.mark-caption--favorite .mark-caption__circle{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Cg clip-path='url(%23b)'%3E%3Crect width='24' height='24' x='4' fill='%23fff' rx='12'/%3E%3Crect width='24' height='24' x='4' fill='%2300A95D' rx='12'/%3E%3Cpath fill='%23B49FFF' d='M19.426 6.84a3.5 3.5 0 0 0-1.116-.173c-.977 0-1.643.493-2.31 1-.655-.5-1.333-1-2.298-1-.37 0-.758.04-1.11.16-2.238.729-3.036 3.144-2.358 5.256a7.7 7.7 0 0 0 1.807 2.862A23.5 23.5 0 0 0 16 18a22.4 22.4 0 0 0 3.967-3.049 7.6 7.6 0 0 0 1.805-2.868c.667-2.112-.131-4.527-2.346-5.243'/%3E%3Cpath fill='%23fff' d='M19.426 6.84a3.5 3.5 0 0 0-1.116-.173c-.977 0-1.643.493-2.31 1-.655-.5-1.333-1-2.298-1-.37 0-.758.04-1.11.16-2.238.729-3.036 3.144-2.358 5.256a7.7 7.7 0 0 0 1.807 2.862A23.5 23.5 0 0 0 16 18a22.4 22.4 0 0 0 3.967-3.049 7.6 7.6 0 0 0 1.805-2.868c.667-2.112-.131-4.527-2.346-5.243'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='b'%3E%3Crect width='24' height='24' x='4' fill='%23fff' rx='12'/%3E%3C/clipPath%3E%3Cfilter id='a' width='32' height='32' x='0' y='0' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_14_88976'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_14_88976' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");background-position:-4px 1px;background-repeat:no-repeat;background-size:42px;height:34px;width:34px}.mark-caption--favorite .mark-caption__circle-inner{display:none}.mark-caption--orange .mark-caption__circle-inner{border:3px solid #fe964b}.mark-caption--orange .mark-caption__circle-inner:after{background:#fe964b}.mark-caption--orange .mark-caption__content{background-color:#fe964b}.sbp-payment-modal{max-width:90dvw;width:350px}.sbp-payment-modal__content{align-items:center;display:flex;flex-direction:column;padding:2rem;text-align:center}.sbp-payment-modal__qr-container{margin-bottom:1.5rem;transition:opacity .3s ease}.sbp-payment-modal__qr-container._hidden{display:none}.sbp-payment-modal__qr{border-radius:8px;height:auto;max-width:300px;width:100%}.sbp-payment-modal__loader{margin-bottom:1.5rem;transition:opacity .3s ease}.sbp-payment-modal__loader._hidden{display:none}.sbp-payment-modal__spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#00a95d;height:60px;width:60px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sbp-payment-modal__info{text-align:center}.sbp-payment-modal__title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.sbp-payment-modal__description{color:#666;font-size:.95rem;margin-bottom:1rem}.sbp-payment-modal__status{font-size:1rem;font-weight:500;margin-top:1rem}.basket-clear{color:#101323;display:flex;flex-direction:column;gap:16px;height:fit-content;transition:opacity .3s ease-in-out;width:247px}.basket-clear__legend{font-size:14px;font-weight:500;line-height:140%}.basket-clear__buttons{display:flex;flex-direction:column;row-gap:8px}.error__inner{padding-top:70px}.error__block{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-bottom:75px;position:relative}.error__image-wrap{margin-bottom:24px;max-height:166px;max-width:328px}@media(max-width:768px){.error__image-wrap{margin-bottom:12px}}.error__image{height:100%;object-fit:contain;object-position:center;width:100%}.error__title{font-size:20px;font-weight:700;line-height:140%;margin-bottom:24px;text-align:center}@media(max-width:1280px){.error__title{font-size:16px;margin-bottom:16px}}@media(max-width:768px){.error__title{font-size:14px;line-height:19.5px;margin-bottom:12px}}.error__subtitle{font-size:20px;font-weight:400;line-height:140%;margin-bottom:24px;text-align:center}@media(max-width:1280px){.error__subtitle{font-size:16px;margin-bottom:16px}}@media(max-width:768px){.error__subtitle{font-size:14px;line-height:19.5px;margin-bottom:12px}}.error__subtitle a{color:#00a95d;font-weight:700;-webkit-text-decoration:underline;text-decoration:underline;transition:all .3s ease}@media(min-width:1025px){.error__subtitle a:hover{opacity:.7}}.error__link{min-width:328px}.error__recommendations-title{margin-bottom:24px}.error__recommendations-btn{width:328px}@media(max-width:1024px){.error__recommendations-btn{width:100%}}.error__recommendations-list{display:grid;gap:24px;grid-template-columns:repeat(4,1fr);list-style:none;margin:0 0 16px;padding:0}@media(max-width:768px){.error__recommendations-list{grid-template-columns:repeat(2,1fr)}}.error__recommendations-item{min-width:0}.alphabet__title{margin-bottom:24px}.alphabet__tabs{margin-bottom:12px}.pharmacies{background-color:#f9fafb}.pharmacies__title{margin-bottom:24px}.page__main:has(.about-company){padding-bottom:84px}@media screen and (max-width:1024px){.page__main:has(.about-company){padding-bottom:71px}}.page__main:has(.about-company) .header__bottom{background-color:#f9f9f9}.about-company .breadcrumbs{margin-bottom:42px;padding-top:24px}@media screen and (max-width:1024px){.about-company .breadcrumbs{margin-bottom:24px;padding-top:16px}}.about-company__banner{margin-bottom:42px;position:relative}@media screen and (max-width:1024px){.about-company__banner{margin-bottom:24px}}.about-company__banner-wraper{background-color:#00a95d;border-radius:12px;display:flex;flex-direction:column;height:233px;justify-content:center;padding-left:39px}@media screen and (max-width:1024px){.about-company__banner-wraper{justify-content:flex-start;padding-left:44px;padding-top:86px}}@media screen and (max-width:768px){.about-company__banner-wraper{height:200px;padding-left:16px;padding-top:74px}}.about-company__banner-image{background-position:100%;background-repeat:no-repeat;background-size:cover;height:233px;position:absolute;right:108px;top:0;width:594px}@media screen and (max-width:1024px){.about-company__banner-image{right:5px;top:117px;width:311px}}@media screen and (max-width:768px){.about-company__banner-image{top:0;width:223px}}.about-company__banner-content{align-items:flex-start;display:flex;flex-direction:column;gap:8px;max-width:742px}@media screen and (max-width:1024px){.about-company__banner-content{max-width:577px}}@media screen and (max-width:768px){.about-company__banner-content{gap:15px}}.about-company__banner-title{color:#fff;font-size:32px;font-weight:700;line-height:140%}@media screen and (max-width:1024px){.about-company__banner-title{font-size:24px}}@media screen and (max-width:768px){.about-company__banner-title{font-size:18px}}.about-company__banner-text{color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:140%}@media screen and (max-width:768px){.about-company__banner-text{font-size:12px}}.about-company__advantages{align-items:center;display:flex;height:56px;justify-content:space-between;list-style:none;margin:0 0 42px;padding:0}@media screen and (max-width:1024px){.about-company__advantages{margin-bottom:24px}}@media screen and (max-width:768px){.about-company__advantages{display:grid;grid-template-columns:repeat(2,1fr);height:fit-content;row-gap:8px}}.about-company__advantage{align-items:center;display:flex;flex-shrink:0;font-size:16px;font-weight:600px;gap:8px;line-height:140%}.about-company__advantage svg{height:24px;width:24px}@media screen and (max-width:1024px){.about-company__advantage{font-size:14px}}@media screen and (max-width:768px){.about-company__advantage{font-size:10px}.about-company__advantage svg{height:16px;width:16px}}.about-company__content{display:flex;flex-direction:column;gap:42px;list-style:none;margin:0;padding:0}@media screen and (max-width:1024px){.about-company__content{gap:24px}}.news{background-color:#f9fafb}.news__inner{padding:0 0 4rem}@media(max-width:768px){.news__inner{padding:0 0 64px}}.news__title{margin-bottom:32px}@media(max-width:768px){.news__title{margin-bottom:24px}}.news__socials{background-color:#fff;border:none;border-radius:6px;margin-bottom:24px;padding:16px}.news__socials-title{font-size:20px;font-weight:500;line-height:normal;margin-bottom:8px}@media(max-width:768px){.news__socials-title{font-size:16px}}.news__list{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);list-style:none;margin:0 0 24px;padding:0}@media(max-width:1024px){.news__list{gap:16px;grid-template-columns:repeat(2,1fr);margin-bottom:14px}}@media(max-width:768px){.news__list{grid-template-columns:1fr}}.news-item__title{margin-bottom:32px}@media screen and (max-width:768px){.news-item__title{margin-bottom:16px}}.news-item__info{margin-bottom:32px}.news-item__info,.news-item__info-item{align-items:center;display:flex;gap:6px}.news-item__info-item{color:#00a95d}.news-item__info-item svg{display:block;height:16px;width:16px}.news-item__info-value{color:#667085;font-size:18px;font-weight:500;line-height:140%}@media screen and (max-width:768px){.news-item__info-value{font-size:14px}}.news-item__image{height:440px;margin-bottom:24px}@media screen and (max-width:1024px){.news-item__image{height:320px}}@media screen and (max-width:540px){.news-item__image{height:200px}}.news-item__image img{border-radius:6px;display:block;height:100%;object-fit:cover;object-position:center;width:100%}.news-item__content{border-bottom:1px solid #00000014;color:#667085;padding-bottom:32px}.news-item__subtitle{font-size:18px;font-weight:400;line-height:140%;margin-bottom:18px}@media screen and (max-width:768px){.news-item__subtitle{font-size:14px;margin-bottom:12px}}.news-item__back{margin-top:24px}.news-item__other{padding-top:32px}.catalog-item .base-container{display:flex;flex-direction:column;gap:var(--section-offset)}.catalog-item__title{margin-bottom:42px}@media screen and (max-width:1024px){.catalog-item__title{margin-bottom:24px}}.catalog-item__title span{color:#00a95d}.catalog-item__categories{margin-bottom:24px}@media screen and (max-width:1024px){.catalog-item__main{grid-column:1/-1}}.catalog-item__filters{display:flex;flex-direction:column;gap:24px;margin-bottom:42px}@media screen and (max-width:1024px){.catalog-item__filters{margin-bottom:12px}}@media screen and (max-width:768px){.catalog-item__filters{gap:12px}}.listing-item .base-container{display:flex;flex-direction:column;gap:var(--section-offset)}.listing-item__title span{color:#00a95d}.listing-item__title span:last-of-type{color:gray;font-weight:400}.listing-item__categories{margin-bottom:24px}.listing-item__nav{margin-bottom:42px}@media screen and (max-width:1024px){.listing-item__nav{margin-bottom:12px}.listing-item__main{grid-column:1/-1}}.listing-item__filters{display:flex;flex-direction:column;gap:24px;margin-bottom:24px}@media screen and (max-width:1024px){.listing-item__filters{margin-bottom:12px}}@media screen and (max-width:768px){.listing-item__filters{gap:12px}}.basket ._hidden{display:none}.basket__title{margin:0}.basket__empty{display:flex;justify-content:center}.basket__empty-block{align-items:center;display:flex;flex-direction:column}.basket__empty-image-wrap{height:236px;margin-bottom:40px;position:relative;width:235px}@media(max-width:1280px){.basket__empty-image-wrap{height:163px;width:162px}}@media(max-width:768px){.basket__empty-image-wrap{height:137px;margin-bottom:24px;width:136px}}.basket__empty-image{height:100%;object-fit:contain;object-position:center;width:100%}.basket__empty-content{align-items:center;display:flex;flex-direction:column;row-gap:24px}@media screen and (max-width:1024px){.basket__empty-content{row-gap:16px}}.basket__empty-title{font-size:20px;font-weight:700;text-align:center}@media(max-width:1280px){.basket__empty-title{font-size:16px;line-height:22px}}.basket__empty-subtitle{font-size:18px;font-weight:500;line-height:25px;max-width:70%;text-align:center}@media(max-width:1280px){.basket__empty-subtitle{font-size:14px;line-height:19px}}.basket__empty-controls{display:grid;gap:8px;grid-template-columns:repeat(2,1fr);width:100%}@media screen and (max-width:1024px){.basket__empty-controls{grid-template-columns:1fr}}.basket__content{display:grid;gap:25px;grid-template-columns:repeat(2,1fr)}@media(max-width:1280px){.basket__content{grid-template-columns:1fr}}.basket__header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:32px;position:relative}.basket__share-button{background-color:#0000;border:none;color:inherit;color:#00a95d;cursor:pointer;font:inherit;outline:none;padding:0;transition:all .3s ease}@media(min-width:1025px){.basket__share-button:hover{opacity:.7}}.basket__share-icon{height:34px;width:34px}@media screen and (max-width:768px){.basket__share-icon{height:25px;width:25px}}.basket__btn-clear{background-color:#0000;border:none;color:inherit;color:#f03859;cursor:pointer;font:inherit;font-size:16px;font-weight:600;margin-bottom:32px;outline:none;padding:0}@media screen and (max-width:1024px){.basket__btn-clear{font-size:14px}}@media screen and (max-width:768px){.basket__btn-clear{font-size:12px}}.basket__list{display:flex;flex-direction:column;gap:24px;list-style:none;margin:0;padding:0}.basket__useful{margin-top:50px}@media screen and (max-width:1024px){.basket__useful{margin-top:24px}}.partners__title{margin-bottom:32px}@media(max-width:768px){.partners__title{margin-bottom:28px}}.partners__list{display:grid;gap:24px;grid-template-columns:repeat(4,1fr);list-style:none;margin:0 0 42px;padding:0}@media(max-width:1280px){.partners__list{gap:12px;margin-bottom:24px}}@media screen and (max-width:1024px){.partners__list{gap:16px;grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.partners__list{gap:4px;grid-template-columns:repeat(3,1fr)}}.partners__item{align-items:center;background-color:rgba(16,19,35,.031);border:none;border-radius:8px;display:flex;height:240px;justify-content:center;min-width:0;overflow:hidden;padding:0 50px;position:relative}@media screen and (max-width:1024px){.partners__item{background-color:#fff;height:109px;padding:0 20px}}@media screen and (max-width:768px){.partners__item{height:56px;padding:8px}}.partners__item-image{height:80%;max-width:100%;object-fit:contain;object-position:center;width:100%}@media screen and (max-width:768px){.partners__item-image{height:90%}}.partners__item-image-wrap{align-items:center;display:flex;height:100%;justify-content:center}.partners__text{color:#667085;font-size:18px;font-weight:400;letter-spacing:-.2px;line-height:29px}@media(max-width:1280px){.partners__text{font-size:14px;line-height:22.5px}}.partners__text p{margin-bottom:24px}.partners__text p:last-child{margin-bottom:0}.contacts__section{border-bottom:1px solid #e4e7ec;margin-bottom:24px;padding-bottom:24px}.contacts__section:last-of-type{border-bottom:none;margin-bottom:32px;padding-bottom:0}.contacts__section-title{font-size:20px;font-weight:600;line-height:25px;margin-bottom:12px}@media(max-width:1024px){.contacts__section-title{font-size:18px}}.contacts__address-map{border-radius:4px;height:500px;margin-bottom:16px;overflow:hidden;width:100%}@media(max-width:1024px){.contacts__address-map{height:233px}}.contacts__address-list{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0 0 24px;padding:0}.contacts__address-item{align-items:center;display:grid;gap:8px;grid-template-columns:20px 1fr}.contacts__address-item svg{height:20px;width:20px}.contacts__address-text{color:#667085;font-size:18px;line-height:140%}@media(max-width:1024px){.contacts__address-text{font-size:14px}}.contacts__address-btn{margin:0 auto;min-width:328px}@media(max-width:1024px){.contacts__address-btn{width:100%}}.contacts__address-btn-icon{color:#fff;height:20px;margin-right:8px;width:20px}.contacts__phone-list{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.contacts__phone-item{align-items:center;display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}@media(max-width:768px){.contacts__phone-item{gap:8px;grid-template-columns:1fr}}.contacts-phone-item__wrap{display:flex;gap:8px}.contacts-phone-item__wrap svg{height:20px;width:20px}.contacts-phone-item__tel{font-size:18px;font-weight:400;line-height:140%;transition:all .3s ease}@media(min-width:1025px){.contacts-phone-item__tel:hover{color:#00a95d}}@media(max-width:1024px){.contacts-phone-item__tel{font-size:16px}}@media(max-width:768px){.contacts-phone-item__tel{font-size:14px;line-height:14px}}.contacts-phone-item__name{color:#667085;font-size:18px;font-weight:400;line-height:140%}@media(max-width:1024px){.contacts-phone-item__name{font-size:16px}}@media(max-width:768px){.contacts-phone-item__name{font-size:14px;line-height:14px}}.contacts__requisites{border-bottom:none}.contacts__requisites-list{display:grid;gap:24px;grid-template-columns:repeat(2,1fr);list-style:none;margin:0;padding:0}@media(max-width:768px){.contacts__requisites-list{gap:8px;grid-template-columns:1fr}}.contacts__requisites-item{border-bottom:1px solid #e4e7ec;display:flex;flex-direction:column;gap:5px;padding-bottom:8px}@media(max-width:768px){.contacts__requisites-item:last-child{border:none;padding:0}}.contacts-requisites-item__name{color:#000;font-size:18px;line-height:140%}@media(max-width:1024px){.contacts-requisites-item__name{font-size:16px}}@media(max-width:768px){.contacts-requisites-item__name{font-size:14px;line-height:14px}}.contacts-requisites-item__value{color:#667085;font-size:18px;line-height:140%}@media(max-width:1024px){.contacts-requisites-item__value{font-size:16px}}@media(max-width:768px){.contacts-requisites-item__value{font-size:14px;line-height:14px}}.contacts__feedback-list{display:grid;gap:12px;grid-template-columns:repeat(3,1fr);list-style:none;margin:0 0 24px;padding:0}@media(max-width:768px){.contacts__feedback-list{grid-template-columns:1fr}}.contacts__feedback-item{display:flex;flex-direction:column;gap:12px}.contacts-feedback-item__title{color:#667085;font-size:18px;font-weight:600;line-height:140%}@media(max-width:1024px){.contacts-feedback-item__title{font-size:16px;line-height:16px}}.contacts-feedback-item__link{align-items:center;display:grid;gap:8px;grid-template-columns:20px 1fr}.contacts-feedback-item__link svg{height:20px;width:20px}.contacts-feedback-item__mail{color:#148fd8;font-size:18px;font-weight:400;line-height:140%;-webkit-text-decoration:underline;text-decoration:underline;transition:all .3s ease}@media(min-width:1025px){.contacts-feedback-item__mail:hover{color:#00a95d}}@media(max-width:1024px){.contacts-feedback-item__mail{font-size:16px}}@media(max-width:768px){.contacts-feedback-item__mail{font-size:14px;line-height:14px}}.contacts__feedback-socials-title{font-size:20px;font-weight:600;letter-spacing:.4px;line-height:140%;margin-bottom:16px}@media(max-width:1024px){.contacts__feedback-socials-title{font-size:16px}}.reviews__title{margin-bottom:24px}.reviews__add{margin-bottom:32px;max-width:250px}@media screen and (max-width:1024px){.reviews__add{margin-bottom:16px;max-width:none}}.reviews__inner{background-color:#fff;border:none;border-radius:8px;margin-bottom:24px;padding:12px}.reviews__top{display:flex;flex-direction:column;gap:12px;justify-content:space-between;margin-bottom:16px}.reviews__sort,.reviews__summary{width:fit-content}.reviews__list{display:grid;gap:12px;grid-template-columns:repeat(4,1fr);list-style:none;margin:0;padding:0}@media(max-width:1280px){.reviews__list{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.reviews__list{grid-template-columns:1fr}}.reviews__list-item{border:1px solid #e4e7ec;border-radius:6px;padding:12px}.reviews__controls{display:flex;flex-direction:column;gap:24px}@media(max-width:768px){.reviews__controls{gap:16px}}.reviews__button{margin:0 auto;max-width:923px}.product-page .base-container{display:flex;flex-direction:column;gap:var(--section-offset)}.product-page__breadcrumbs{margin-bottom:24px}@media screen and (max-width:1024px){.product-page__breadcrumbs{margin-bottom:16px}}.product-page .availability .pharmacy-card__title-availability{display:none}.product-page .availability .pharmacy-card__top-price{color:#2e2e2e;font-size:24px;font-weight:700;line-height:100%;white-space:nowrap}.product-page .availability__map{align-items:start}.product-page .availability__map .base-map__search-map{max-height:910px}.policy__inner{padding:0 0 4rem}@media(max-width:768px){.policy__inner{padding:0 0 64px}}.policy__title{margin-bottom:30px}@media(max-width:768px){.policy__title{margin-bottom:16px}}.policy__subtitle{color:#667085;font-size:18px;font-weight:400;line-height:140%;margin-bottom:24px}@media(max-width:1024px){.policy__subtitle{font-size:16px}}@media(max-width:768px){.policy__subtitle{font-size:14px;margin-bottom:8px}}.policy__list{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}@media(max-width:1024px){.policy__list{gap:8px}}.policy__item{background:#fff;border-radius:6px;font-size:20px;font-weight:500;line-height:normal;padding:16px;text-align:left}@media(max-width:1024px){.policy__item{font-size:16px}}.policy__item-content{color:#667085;font-size:18px;font-weight:400;line-height:140%;margin-top:16px}@media(max-width:1024px){.policy__item-content{font-size:16px}}@media(max-width:768px){.policy__item-content{font-size:14px}}.policy__item-content p{margin-bottom:25px}@media(max-width:1024px){.policy__item-content p{margin-bottom:22px}}@media(max-width:768px){.policy__item-content p{margin-bottom:20px}}.policy__item .base-collapse__title{color:#101323;font-size:20px;font-weight:600;line-height:normal}@media(max-width:1024px){.policy__item .base-collapse__title{font-size:16px}}.charity__title{margin-bottom:30px}.charity__list{display:grid;gap:32px;grid-template-columns:repeat(2,1fr);list-style:none;margin:0;padding:0}@media(max-width:768px){.charity__list{gap:24px;grid-template-columns:1fr}.charity__item{border-bottom:1px solid rgba(0,0,0,.078);padding-bottom:28px}.charity__item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}}.charity__item-banner{margin-bottom:24px}.charity__item-title{font-size:28px;font-weight:600;line-height:140%;margin-bottom:24px}@media(max-width:1024px){.charity__item-title{font-size:24px}}@media(max-width:768px){.charity__item-title{font-size:20px}}.charity__item-text{font-size:18px;line-height:140%;margin-bottom:32px}@media(max-width:1024px){.charity__item-text{font-size:16px}}@media(max-width:768px){.charity__item-text{font-size:14px}}.charity-card{position:relative}.charity-card__wraper-image img{border-radius:6px;display:block;height:auto;width:100%}.charity-card__wraper{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:6px;display:flex;flex-direction:column;gap:8px;inset:0;justify-content:center;min-height:240px;overflow:hidden;padding-left:24px;position:absolute}@media(max-width:1024px){.charity-card__wraper{min-height:200px;padding-left:16px}}@media(max-width:768px){.charity-card__wraper{justify-content:center}}.charity-advert{background-color:#b49fff;border-radius:99px;left:24px;padding:5px 8px;position:absolute;top:24px}@media(max-width:1024px){.charity-advert{left:8px;top:8px}}.charity-advert-text{color:#fff;font-size:14px;font-style:normal;font-weight:600;line-height:100%}@media(max-width:1024px){.charity-advert-text{font-size:12px}}@media(max-width:768px){.charity-advert-text{font-size:10px}}.charity-card-content{align-items:flex-start;display:flex;flex-direction:column;gap:4px}@media(max-width:768px){.charity-card-content{width:132px}}.charity-card__title{font-size:20px}.charity-card__text{font-size:14px}.charity-card__text,.charity-card__title{color:#fff;font-weight:700;line-height:140%}.charity-card__image{border-radius:6px;height:100%;inset:0;overflow:hidden;pointer-events:none;width:100%;z-index:0}.charity-card__image img{height:100%;object-fit:cover;width:100%}.cooperation__title{margin-bottom:30px}.cooperation__banner{margin-bottom:32px;position:relative}.cooperation__banner-wraper{background-color:#00a95d;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:6px;display:flex;flex-direction:column;gap:8px;height:240px;justify-content:center;padding-left:24px}@media(max-width:1024px){.cooperation__banner-wraper{height:200px;padding-left:16px}}@media(max-width:768px){.cooperation__banner-wraper{justify-content:center}}.cooperation__banner-advert{left:24px;position:absolute;top:24px;width:fit-content}@media(max-width:1024px){.cooperation__banner-advert{left:8px;top:8px}}.cooperation__banner-text{color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:140%}@media(max-width:1024px){.cooperation__banner-text{font-size:14px}}@media(max-width:768px){.cooperation__banner-text{font-size:12px}}.cooperation__banner-content{align-items:flex-start;display:flex;flex-direction:column;gap:4px}@media(max-width:768px){.cooperation__banner-content{width:90%}}.cooperation__banner-title{color:#fff;font-size:28px;font-weight:700;line-height:140%}@media(max-width:1024px){.cooperation__banner-title{font-size:24px;line-height:normal}}@media(max-width:768px){.cooperation__banner-title{font-size:20px;padding-top:8px}}.cooperation__text{font-size:20px;font-weight:400;line-height:140%;margin-bottom:24px;margin-top:24px}@media(max-width:1024px){.cooperation__text{font-size:16px;margin-top:16px}}@media(max-width:768px){.cooperation__text{font-size:14px;margin-top:12px}}.cooperation__text p{margin-bottom:16px}.cooperation__text p:last-child{margin-bottom:0}.cooperation__advantages{display:flex;flex-direction:column;gap:24px;margin-bottom:24px}.cooperation__advantages-title{font-size:24px;font-weight:600;line-height:140%}@media(max-width:1024px){.cooperation__advantages-title{font-size:20px}}@media(max-width:768px){.cooperation__advantages-title{font-size:18px}}.cooperation__advantages-list{display:grid;gap:12px;grid-template-columns:repeat(3,1fr);list-style:none;margin:0;padding:0}@media(max-width:768px){.cooperation__advantages-list{display:flex;flex-direction:column;gap:8px}}.cooperation__advantages-item{align-items:center;background-color:#fff;border:1px solid rgba(0,0,0,.059);border-radius:4px;display:grid;gap:16px;grid-template-columns:32px 1fr;padding:16px}.cooperation__advantages-item svg{height:32px;width:32px}.cooperation__advantages-item-content{display:flex;flex-direction:column;gap:4px}.cooperation__advantages-item-title{font-size:24px;font-weight:500;line-height:140%}@media(max-width:1024px){.cooperation__advantages-item-title{font-size:20px}}@media(max-width:768px){.cooperation__advantages-item-title{font-size:18px}}.cooperation__advantages-item-subtitle{color:#667085;font-size:18px;line-height:140%}@media(max-width:1024px){.cooperation__advantages-item-subtitle{font-size:14px}}.loyalty-rules-page{width:100%}.loyalty-rules__inner{display:flex;flex-direction:column;gap:32px;padding:0 0 4rem}@media(max-width:768px){.loyalty-rules__inner{gap:24px;padding:0 0 64px}}.loyalty-rules__title{margin-bottom:0}.loyalty-rules__promotions-link{align-items:center;background:#f0385914;border-radius:6px;color:#f03859;display:grid;gap:16px;grid-template-columns:22px 1fr 24px;padding:16px}@media(max-width:1024px){.loyalty-rules__promotions-link{width:100%}}svg.loyalty-rules__promotions-icon{height:22px;opacity:.8;width:22px}.loyalty-rules__promotions-title{font-size:18px;font-weight:600;line-height:120%;width:100%}@media(max-width:768px){.loyalty-rules__promotions-title{flex-grow:1;font-size:16px}}.loyalty-rules__promotions-arrow{color:#667085;flex-shrink:0;height:24px;width:24px}@media(max-width:1024px){.loyalty-rules__promotions-arrow{height:16px;width:16px}}.loyalty-rules__list{align-items:stretch;display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}@media(max-width:1024px){.loyalty-rules__list{gap:8px}}.loyalty-rules__item{background:#fff;border-radius:6px;padding:16px}.loyalty-rules__item .base-collapse__title{font-size:20px;font-weight:500;line-height:normal;text-align:left}@media(max-width:1024px){.loyalty-rules__item .base-collapse__title{font-size:16px}}.loyalty-rules__item-content{color:#667085;font-size:18px;font-style:normal;font-weight:400;line-height:140%;list-style-type:disc;padding-top:16px;transition:all .3s ease}@media(max-width:1024px){.loyalty-rules__item-content{font-size:14px}}.loyalty-rules__item-content ul{list-style-type:disc;margin-left:12px;padding:inherit;padding-bottom:0;padding-left:12px}.loyalty-rules__item-content ul ul{margin-left:0;padding:0}ul.loyalty-rules__item-list{list-style-type:none;margin-left:0;padding:0}.loyalty-rules__item-content ol{margin-left:12px;padding:inherit;padding-left:12px}.loyalty-rules__item-content ol ul{margin:10px}.loyalty-rules__sub-item-title{color:#00a95d;font-weight:600;padding:16px 0 12px}.sub-item__list{align-self:stretch;display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.loyalty-rules__item-content .sub-item__list{padding:0}.sub-item__item{align-items:center;align-self:stretch;display:flex;gap:16px;justify-content:space-between;padding-bottom:12px;position:relative}.sub-item__item:after{background-color:#e4e7ec;bottom:-12px;content:"";height:1px;left:0;margin-bottom:12px;position:absolute;width:100%}.sub-item__list>:last-child{padding-bottom:0}.sub-item__list>:last-child:after{content:none}.sub-item__key{color:#667085;font-size:16px;font-weight:400;line-height:140%}@media(max-width:1024px){.sub-item__key{font-size:12px}}.sub-item__value{color:#667085;font-size:16px;font-weight:600;line-height:140%;text-align:right}@media(max-width:1024px){.sub-item__value{font-size:12px}}.sub-sub-item__item{align-items:flex-start;align-self:stretch;border:1px solid #e4e7ec;border-radius:6px;display:flex;flex-direction:column;gap:10px;justify-content:center;margin-bottom:16px;padding:16px 8px}.loyalty-rules__item-content .sub-sub-item__list{margin:0;padding:0}.sub-sub-item__title{color:#667085;font-size:18px;font-weight:600;line-height:140%;margin-bottom:10px}@media(max-width:1024px){.sub-sub-item__title{font-size:14px}}.loyalty-rules__item-text a{transition:color .3s ease-in-out}.loyalty-rules__item-text a:hover{color:#00a95d}.about{background-color:#f9fafb;width:100%}.about__inner{padding:0 0 4rem}@media(max-width:768px){.about__inner{padding:0 0 64px}}.about__title{margin-bottom:32px}@media(max-width:768px){.about__title{margin-bottom:24px}}.about__charity{margin-bottom:32px}@media(max-width:768px){.about__charity{margin-bottom:24px}}.about__charity-link{align-items:center;background-color:#00a95d14;border-radius:8px;color:#00a95d;display:flex;gap:6px;padding:12px 16px}@media(max-width:1024px){.about__charity-link{width:100%}}.about__charity-img{display:block;flex-shrink:0;height:40px;object-fit:cover;object-position:center;width:40px}.about__charity-title{font-size:18px;font-weight:600;line-height:120%;width:100%}@media(max-width:768px){.about__charity-title{flex-grow:1;font-size:16px}}.about__charity-link svg{flex-shrink:0;height:24px;width:24px}@media(max-width:1024px){.about__charity-link svg{height:16px;width:16px}}.questions-list{display:grid;list-style:none;margin:0;padding:0;grid-row-gap:16px}@media(max-width:1024px){.questions-list{grid-row-gap:8px}}.questions-list__item{background:#fff;border-radius:6px;padding:16px}.questions-list__item .base-collapse._active .base-collapse__title{color:#101323;font-weight:700}.questions-list__item .base-collapse__title{font-size:20px;font-weight:500;line-height:normal;text-align:left}@media(max-width:1024px){.questions-list__item .base-collapse__title{font-size:16px}}.questions-list__item-content{color:#667085;transition:all .3s ease}.questions-list__item-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:16px 0 1px}.questions-list__item-list-item{border-bottom:1px solid #e4e7ec;display:flex;flex-direction:column;padding-bottom:8px}.about-list-item__name{color:#000;font-size:18px;line-height:140%}@media(max-width:1024px){.about-list-item__name{font-size:14px}}.about-list-item__value{font-size:18px;line-height:140%}@media(max-width:1024px){.about-list-item__value{font-size:14px}}.about-list-file__link{align-items:center;border:1px solid #e4e7ec;border-radius:6px;display:grid;gap:15px;grid-template-columns:20px 1fr;padding:16px;-webkit-text-decoration:underline;text-decoration:underline}.about-list-file__icon{color:#00a95d;height:20px;width:20px}.about-list-file__name{font-size:18px;line-height:140%}@media(max-width:1024px){.about-list-file__name{font-size:14px}}.questions-list__item-text{font-size:18px;font-weight:400;line-height:140%;padding-top:8px}@media(max-width:1024px){.questions-list__item-text{font-size:14px}}@media(max-width:768px){.questions-list__item-text{flex-grow:1;font-size:16px}}.about-list-item__value a,.questions-list__item-text a{color:#101323;-webkit-text-decoration:underline;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:1px;transition:all .3s ease}@media(min-width:1025px){.about-list-item__value a:hover,.questions-list__item-text a:hover{color:#00a95db3}}.customers-head__title{display:none}@media screen and (max-width:1024px){.customers-head__title{display:block;font-size:24px;font-weight:700;line-height:normal;margin-bottom:16px;margin-top:24px}}@media screen and (max-width:1024px)and (max-width:768px){.customers-head__title{font-size:20px;margin-bottom:24px}}.customers-page__promo{display:none}@media screen and (max-width:1024px){.customers-page__promo{display:block}}.customers-promo__link{align-items:center;background:#f0385914;border-radius:6px;display:flex;gap:16px;justify-content:center;padding:16px}.customers-promo__icon{color:#f03859;flex-shrink:0;height:22px;opacity:.8;width:22px}.customers-promo__text{color:#f03859;font-size:18px;font-weight:600;line-height:normal;width:100%}@media screen and (max-width:768px){.customers-promo__text{font-size:16px}}.customers-promo__arrow{height:16px;opacity:.3;width:16px}.customers-inner{display:grid;gap:42px;grid-template-columns:.35fr 1fr;margin-top:42px}@media screen and (max-width:1024px){.customers-inner{display:flex;flex-direction:column;gap:24px;margin-top:24px}}.title-index{align-items:flex-start;align-self:flex-start;border-right:1px solid #e4e7ec;display:flex;flex-direction:column;gap:24px;list-style:none;margin:0;padding:16px 8px 16px 0}.title-index__item{color:#667085;font-size:20px;font-weight:400;line-height:normal;width:100%}.title-index__item-tab{background-color:#0000;border:none;color:inherit;cursor:pointer;display:flex;font:inherit;outline:none;padding:0;position:relative;text-align:left;width:100%}.title-index__item-tab._active{color:#00a95d}.title-index__item-tab._active:after{background-color:#00a95d;bottom:0;content:"";height:68px;margin:auto;position:absolute;right:-8px;top:0;width:1px}@media screen and (max-width:1024px){.customers-inner__index{display:none}}.customers-inner__questions{list-style:none;margin:0;padding:0}@media screen and (max-width:1024px){.customers-inner__questions{display:flex;flex-direction:column;gap:8px}}@media screen and (min-width:1025px){.customers-inner__questions--small{display:none}}@media screen and (max-width:1024px){.customers-inner__questions--large{display:none}}.customers-question{background:#fff;border-radius:6px;padding:16px 0}@media screen and (max-width:1024px){.customers-question{padding:16px}}.customers-question__title{font-size:28px;font-weight:400;letter-spacing:.56px;line-height:100%}@media screen and (max-width:1024px){.customers-question .base-collapse__title{font-size:18px;font-style:normal;font-weight:400;line-height:normal;margin:0}}@media screen and (max-width:768px){.customers-question .base-collapse__title{font-size:16px}}.customers-question__content{align-items:center;display:flex;padding:16px 0 0}@media screen and (max-width:1024px){.customers-question__content{align-items:normal;flex-direction:column;gap:16px}}.question-text{color:#667085;flex-basis:calc(50% + 10px);flex-grow:1;font-size:18px;font-style:normal;font-weight:400;line-height:140%}@media screen and (max-width:1024px){.question-text{font-size:16px}}@media screen and (max-width:768px){.question-text{font-size:14px}}.question-text ul{list-style:disc;padding-left:22px}.question-images{display:flex;flex-basis:calc(50% - 10px);flex-grow:1;gap:16px;list-style:none;margin:0;padding:0 0 0 16px}@media screen and (max-width:1024px){.question-images{padding-left:0;width:100%}.question-image-wrap{width:50%}}@media screen and (max-width:768px){.question-image-wrap{width:100%}}.question-image{display:block;max-height:390px}@media screen and (max-width:1024px){.question-image{max-height:none;width:100%}.question-images--subblock{align-self:flex-start;width:78%}}@media screen and (max-width:768px){.question-images--subblock{width:100%}}.customers-question__subquestions{align-self:stretch;display:flex;flex-direction:column;gap:24px;list-style:none;margin:16px 0 0;padding:0}@media screen and (max-width:1024px){.customers-question__subquestions{gap:16px}}@media screen and (max-width:768px){.customers-question__subquestions{gap:8px}}.customers-question__link{transition:all .3s ease}@media screen and (max-width:1024px){.customers-question__link{font-size:18px;font-style:normal;font-weight:400;line-height:normal;margin:0}}@media screen and (max-width:768px){.customers-question__link{font-size:16px}}.customers-question__link:active,.customers-question__link:hover{color:#00a95d}.customers-subquestion{border:1px solid #e4e7ec;border-radius:6px;padding:16px}@media screen and (max-width:1024px){.customers-subquestion{background:var(--white,linear-gradient(0deg,#10132308 0,#10132308 100%),#fff);border:none}}.customers-subquestion .base-collapse__title{font-size:18px;font-style:normal;font-weight:400;line-height:100%}@media screen and (max-width:768px){.customers-subquestion .base-collapse__title{font-size:16px}}.customers-subquestion__content{padding-top:24px}@media screen and (max-width:1024px){.customers-subquestion__content{padding-top:16px}}.customers-subquestion__subquestions{align-items:flex-start;display:flex;flex-direction:column;gap:24px;list-style:none;margin:0;padding:0}@media screen and (max-width:1024px){.customers-subquestion__subquestions{gap:16px}}.customers-subquestion-block{align-items:center;display:flex}.customers-subquestion-block:not(:last-of-type){border-bottom:1px solid #e4e7ec;padding-bottom:24px}@media screen and (max-width:1024px){.customers-subquestion-block:not(:last-of-type){border-bottom:none;padding-bottom:0;width:100%}.customers-subquestion-block{align-items:flex-start;flex-direction:column;gap:16px}}.customers-subquestion-subblock{align-items:center;display:flex}@media screen and (max-width:1024px){.customers-subquestion-subblock{flex-direction:column;gap:16px;width:100%}}.customers-subquestion__deliveries{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;gap:42px;justify-content:center;list-style:none;margin:0;padding:16px}@media screen and (max-width:768px){.customers-subquestion__deliveries{gap:4px;padding:0}}@media screen and (max-width:768px){.customers-subquestion__content:has(.customers-subquestion__deliveries){border-top:1px solid #e4e7ec;margin-top:16px;padding-top:4px}}.customers-delivery-subsection{display:grid;gap:32px;column-gap:0;grid-template-columns:.5fr 1fr;width:100%}@media screen and (max-width:768px){.customers-delivery-subsection{display:flex;flex-direction:column}}.customers-delivery-subsection:not(:last-of-type){border-bottom:1px solid #e4e7ec;padding-bottom:42px}@media screen and (max-width:768px){.customers-delivery-subsection:not(:last-of-type){gap:4px;padding-bottom:16px}.customers-delivery-subsection{gap:16px}.customers-delivery-subsection:last-of-type .customers-delivery-price__name{display:none}.customers-delivery-subsection:last-of-type{flex-direction:row;justify-content:space-between;padding-top:12px}}.customers-delivery-subsection__title{font-size:20px;font-weight:600;grid-column:span 2;line-height:140%}@media screen and (max-width:768px){.customers-delivery-subsection__title{color:#667085;font-size:14px}}.customers-delivery-subsection__text{font-size:18px;font-weight:600;grid-column:span 2;line-height:140%}@media screen and (max-width:768px){.customers-delivery-subsection__text{color:#667085;font-size:12px;font-weight:400}}.customers-delivery-subsection__prices{display:grid;grid-column:span 2;grid-row:2;grid-template-columns:.5fr 1fr;list-style:none;margin:0 0 10px;padding:0}@media screen and (max-width:768px){.customers-delivery-subsection__prices{display:flex;flex-direction:column;gap:4px}}.customers-delivery-price{display:flex;flex-direction:column;gap:12px}.customers-delivery-price:last-of-type .customers-delivery-price__value{color:#00a95d}@media screen and (max-width:768px){.customers-delivery-price:last-of-type .customers-delivery-price__name{color:#00a95d}.customers-delivery-price{flex-direction:row;justify-content:space-between}}.customers-delivery-price__name{font-size:18px;font-weight:600;line-height:140%}@media screen and (max-width:768px){.customers-delivery-price__name{color:#667085;font-size:12px;font-weight:400}}.customers-delivery-price__value{font-size:28px;font-style:normal;font-weight:600;line-height:140%}@media screen and (max-width:768px){.customers-delivery-price__value{color:#667085;font-size:12px}}.customers-delivery-time{display:flex;flex-direction:column;gap:12px;grid-row:3}@media screen and (max-width:768px){.customers-delivery-time{flex-direction:row;justify-content:space-between;padding-bottom:8px}}.customers-delivery-time__name{font-size:18px;font-weight:600;line-height:140%}@media screen and (max-width:768px){.customers-delivery-time__name{color:#667085;font-size:12px;font-weight:400}}.customers-delivery-time__value{font-size:18px;font-weight:600;line-height:140%}@media screen and (max-width:768px){.customers-delivery-time__value{color:#667085;font-size:12px}}.customers-delivery-date{display:flex;flex-direction:column;gap:12px;grid-column:2/4;grid-row:3}@media screen and (max-width:768px){.customers-delivery-date{gap:4px}}.customers-delivery-date__title{font-size:18px;font-weight:600;line-height:140%}@media screen and (max-width:768px){.customers-delivery-date__title{color:#667085;font-size:12px}}.customers-delivery-date__values{align-items:flex-start;display:flex;gap:14px;list-style:none;margin:0;padding:0}@media screen and (max-width:768px){.customers-delivery-date__values{justify-content:space-between}}.customers-delivery-date__value{font-size:18px;font-weight:600;line-height:140%}@media screen and (max-width:768px){.customers-delivery-date__value{color:#667085;font-size:12px;font-weight:400}}.personal__inner{column-gap:42px;display:grid;grid-template-columns:minmax(200px,min-content) 1fr}@media screen and (max-width:768px){.personal__inner{grid-template-columns:1fr}}.personal__aside,.personal__content{min-width:0}.personal__content{padding-top:12px}.personal__empty{align-items:center;display:flex;flex-direction:column;gap:30px;margin-bottom:19px;margin-top:83px}.personal__empty-image{width:217px}.personal__empty-text{font-size:20px;font-style:normal;font-weight:700;line-height:120%;text-align:center}@media screen and (max-width:1024px){.personal__empty-text{font-size:18px}}@media screen and (max-width:768px){.personal__empty-text{font-size:16px}}.referral .page__main{background-color:#f9fafb}.referral--lk .page__main{background:#fff}.referral--lk .referral__card--list{background-color:#fff;gap:24px;padding:16px}.referral ._hidden{display:none}.referral__inner{column-gap:42px;display:grid;grid-template-columns:min-content 1fr}@media screen and (max-width:768px){.referral__inner{grid-template-columns:1fr}}.referral__content{min-width:0;padding-top:12px}.referral__title{margin-bottom:30px}.referral__card{background-size:contain;border-radius:6px;display:flex;flex-direction:column;justify-content:center}.referral__card--list{background-color:#fff;gap:24px;padding:16px}@media screen and (max-width:1024px){.referral__card--list{border:none}}.referral__card--list-title{font-size:20px;font-style:normal;font-weight:700;line-height:normal}@media screen and (max-width:1024px){.referral__card--list-title{font-size:18px}}@media screen and (max-width:768px){.referral__card--list-title{font-size:16px}}.top-card{background-color:#00a95d;height:200px;margin-bottom:32px}.referral__info-text{font-size:18px;font-style:normal;font-weight:400;line-height:160%;margin-bottom:18px}@media screen and (max-width:1024px){.referral__info-text{font-size:16px}}@media screen and (max-width:768px){.referral__info-text{font-size:14px}}.link-card{background-color:#00a95d14;border:1px solid #00a95d;border-radius:6px;box-shadow:0 4px 19px 0 #66708526;height:211px;margin-bottom:16px;padding:16px;position:relative;width:100%}.link-card:after{background-image:url(../static/img/referral-link-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:188px;position:absolute;right:0;top:0;width:175px}.link-card__content{display:flex;flex-direction:column;gap:13px;position:relative;z-index:1}.link-card__title{color:#00a95d;font-size:16px;font-style:normal;font-weight:600;line-height:120%;max-width:65%}@media screen and (max-width:1024px){.link-card__title{font-size:14px}}.referral__terms{color:#667085;display:block;font-size:18px;font-style:normal;font-weight:600;line-height:160%;margin-bottom:32px;text-align:center;text-decoration-line:underline}@media screen and (max-width:1024px){.referral__terms{font-size:16px}}@media screen and (max-width:768px){.referral__terms{font-size:14px}}.explanation-card__content{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:42px;list-style:none;margin:0;padding:0}.explanation-card__item{align-items:center;display:flex;gap:24px;min-height:60px}.explanation-card__item-number{color:#00a95d;flex-shrink:0;font-size:32px;font-style:normal;font-weight:600;height:fit-content;line-height:160%;position:relative;text-align:center;width:60px}.explanation-card__item-number:after{align-items:center;background-color:#00a95d14;border-radius:50%;content:"";display:flex;height:60px;justify-content:center;left:0;left:50%;position:relative;position:absolute;top:0;top:50%;transform:translate(-50%,-50%);width:60px}.explanation-card__item-content{display:flex;flex-direction:column;gap:8px}.explanation-card__item-title{color:#00a95d;font-size:20px;font-style:normal;font-weight:600;line-height:normal}@media screen and (max-width:1024px){.explanation-card__item-title{font-size:18px}}@media screen and (max-width:768px){.explanation-card__item-title{font-size:16px}}.explanation-card__item-text{color:#667085;font-size:18px;font-style:normal;font-weight:400;line-height:normal}@media screen and (max-width:1024px){.explanation-card__item-text{font-size:16px}}@media screen and (max-width:768px){.explanation-card__item-text{font-size:14px}}.referral__auth,.referral__banner{margin-bottom:32px}.referral__onlink-title{font-size:20px;font-style:normal;font-weight:600;line-height:160%;margin-bottom:16px}@media screen and (max-width:1024px){.referral__onlink-title{font-size:18px}}@media screen and (max-width:768px){.referral__onlink-title{font-size:16px}}.bonuses-card{background:#b7a3ff26;border-radius:6px;box-shadow:0 4px 19px 0 #66708526;display:flex;flex-direction:column;height:209px;justify-content:space-between;margin-bottom:24px;padding:16px;position:relative;width:100%}.bonuses-card:after{background-image:url(../static/img/referral-bonuses-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:197px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:154px}.bonuses-card__bonuses-wrap{color:#00a95d}.bonuses-card__bonuses-value{font-size:68px;font-style:normal;font-weight:700;line-height:100%;text-shadow:0 4px 4px #00000040}@media screen and (max-width:768px){.bonuses-card__bonuses-value{font-size:64px}}.bonuses-card__bonuses-text{font-size:28px;font-style:normal;font-weight:600;line-height:100%}@media screen and (max-width:768px){.bonuses-card__bonuses-text{font-size:24px}}.bonuses-card__recomendations{display:flex;font-size:16px;font-style:normal;font-weight:500;line-height:100%}@media screen and (max-width:768px){.bonuses-card__recomendations{font-size:12px}}.bonuses-card__recomendations-value{color:#7070ca}.bonuses-card__recomendations-text{color:#667085}.history-card{margin-bottom:24px}.referral__offer{margin-top:6px}.personal-bonus__banner{margin-bottom:32px}.personal-bonus__intro{margin-bottom:46px}.personal-bonus__intro-text{color:#101323;font-size:16px;font-weight:400;line-height:160%}@media screen and (max-width:768px){.personal-bonus__intro-text{font-size:14px}}.personal-bonus__stats{margin-bottom:32px}.personal-offer{text-align:center}.personal-bonus__offer{margin-top:32px}.personal-offer__link{color:#667085;font-size:18px;font-weight:500;line-height:100%;-webkit-text-decoration:underline;text-decoration:underline}.personal-offer__link:hover{color:#00a95d}@media screen and (max-width:1024px){.personal-offer__link{font-size:16px}}@media screen and (max-width:768px){.personal-offer__link{font-size:14px}}.comments-tabs{margin-bottom:24px;max-width:100%;overflow:hidden}.comments-tabs__list{align-items:center;display:flex;gap:4px;list-style:none;margin:0;overflow-x:auto;padding:0;scrollbar-width:none}.comments-tabs__list::-webkit-scrollbar{display:none;height:0;width:0}.comments-tabs__item{display:flex;flex-shrink:0}.comments-tabs__link{align-items:center;border:1px solid #e0e0e0;border-radius:99px;color:#2e2e2e;font-size:20px;font-style:normal;font-weight:500;justify-content:center;line-height:normal;padding:6.5px 16px}.comments-tabs__link._active{border:1px solid #00a95d;color:#00a95d;pointer-events:none}@media(min-width:1025px){.comments-tabs__link:hover{color:#00a95d}}@media screen and (max-width:1024px){.comments-tabs__link{font-size:16px}}@media screen and (max-width:768px){.comments-tabs__link{font-size:14px;white-space:nowrap}}.personal-comments__list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.comments-item{align-items:flex-start;align-self:stretch;background:#fff;border:1px solid #e4e7ec;border-radius:8px;display:flex;flex-direction:column;gap:16px;padding:12px}@media screen and (max-width:1024px){.comments-item{border:none}}.comments-item__head{align-items:center;column-gap:12px;display:grid;grid-template-columns:17% 1fr;width:100%}.comments-item__image{min-height:0;min-width:0}.comments-item__title{font-size:16px;font-style:normal;font-weight:500;line-height:120%}@media screen and (max-width:1024px){.comments-item__title{font-size:14px}}@media screen and (max-width:768px){.comments-item__title{font-size:12px}}.comments-item__content{color:#667085;font-size:18px;font-style:normal;font-weight:400;line-height:140%}@media screen and (max-width:1024px){.comments-item__content{font-size:16px}}@media screen and (max-width:768px){.comments-item__content{font-size:14px}}.comments-item__content .text-collapse__inner{gap:0;padding:0}.comments-item__answer{border-top:1px solid #f2f4f7;padding-top:16px;width:100%}.comments-item__answer .base-collapse__title{color:#00a95d;font-size:18px;font-weight:500;line-height:120%}@media screen and (max-width:1024px){.comments-item__answer .base-collapse__title{font-size:16px}}@media screen and (max-width:768px){.comments-item__answer .base-collapse__title{font-size:14px}}.comments-item__answer-content{color:#667085;font-size:18px;font-style:normal;font-weight:400;line-height:140%;padding-top:16px}@media screen and (max-width:1024px){.comments-item__answer-content{font-size:16px}}@media screen and (max-width:768px){.comments-item__answer-content{font-size:14px}}.personal-comments__controls{display:flex;flex-direction:column;gap:16px;margin-top:24px}.comments-item__head--pharmacy{display:flex}.comments-item__image--pharmacy{flex-shrink:0;height:56px;width:58.8px}@media screen and (max-width:1024px){.comments-item__image--pharmacy{height:48px;width:50.4px}}@media screen and (max-width:768px){.comments-item__image--pharmacy{height:40px;width:42px}}.comments-item__title-wrap{align-items:flex-start;display:flex;flex-direction:column;gap:8px;justify-content:center}.comments-item__title--pharmacy{color:#00a95d;font-size:18px;font-style:normal;font-weight:700;line-height:normal}@media screen and (max-width:1024px){.comments-item__title--pharmacy{font-size:16px}}@media screen and (max-width:768px){.comments-item__title--pharmacy{font-size:14px}}.comments-item__title-address{color:#667085;font-size:16px;font-style:normal;font-weight:500;line-height:100%}@media screen and (max-width:1024px){.comments-item__title-address{font-size:14px}}@media screen and (max-width:768px){.comments-item__title-address{font-size:12px}}.comments-item__title-address svg{height:16px;width:16px}@media screen and (max-width:1024px){.comments-item__title-address svg{height:14px;width:14px}}@media screen and (max-width:768px){.comments-item__title-address svg{height:12px;width:12px}}.feedback-item__question-wrap{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:12px}.feedback-item__question-title{color:#667085;font-size:18px;font-style:normal;font-weight:400;line-height:140%}@media screen and (max-width:1024px){.feedback-item__question-title{font-size:16px}}@media screen and (max-width:768px){.feedback-item__question-title{font-size:14px}}.feedback-item__question-text{font-size:18px;font-style:normal;font-weight:400;line-height:140%}@media screen and (max-width:1024px){.feedback-item__question-text{font-size:16px}}@media screen and (max-width:768px){.feedback-item__question-text{font-size:14px}}.feedback-item__answer-wrap{align-items:flex-start;align-self:stretch;background:#00a95d14;border-radius:4px;display:flex;flex-direction:column;gap:12px;padding:12px}.feedback-item__answer-title{color:#00a95d;font-size:18px;font-style:normal;font-weight:400;line-height:140%}@media screen and (max-width:1024px){.feedback-item__answer-title{font-size:16px}}@media screen and (max-width:768px){.feedback-item__answer-title{font-size:14px}}.feedback-item__answer-text{font-size:18px;font-style:normal;font-weight:400;line-height:140%}@media screen and (max-width:1024px){.feedback-item__answer-text{font-size:16px}}@media screen and (max-width:768px){.feedback-item__answer-text{font-size:14px}}.favorites._loading:before{background-color:#fff}.favorites__title{margin-bottom:32px}.favorites__buy-all{margin-bottom:24px;width:fit-content}.favorites__list{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0 0 12px;padding:0}.favorites__recommends{margin-top:60px}.favorites__empty{display:flex;justify-content:center;padding-top:28px}.favorites__empty._hidden{display:none}.favorites__empty-block{align-items:center;display:flex;flex-direction:column}.favorites__empty-image-wrap{margin-bottom:40px;max-height:200px;max-width:300px;position:relative}@media(max-width:1280px){.favorites__empty-image-wrap{max-height:180px;max-width:300px}}@media(max-width:768px){.favorites__empty-image-wrap{margin-bottom:6px;max-height:148px;max-width:225px}}.favorites__empty-image{height:100%;object-fit:contain;object-position:center;width:100%}.favorites__empty-content{align-items:center;display:flex;flex-direction:column;gap:16px}@media(max-width:768px){.favorites__empty-content{gap:6px}}.favorites__empty-title{font-size:24px;font-weight:600;line-height:100%}@media screen and (max-width:1024px){.favorites__empty-title{font-size:20px}}@media screen and (max-width:768px){.favorites__empty-title{font-size:16px}}.favorites__empty-title{text-align:center}.favorites__empty-subtitle{align-items:center;display:flex;font-size:18px;font-weight:500;line-height:120%}@media screen and (max-width:1024px){.favorites__empty-subtitle{font-size:14px}}.favorites__empty-subtitle{color:#667085;flex-wrap:wrap;justify-content:center;text-align:center}@media(max-width:768px){.favorites__empty-subtitle{display:block;max-width:200px}}.favorites__empty-icon{color:#00a95d;display:inline-block;flex-shrink:0;height:19px;margin:0 12px;width:19px}@media(max-width:768px){.favorites__empty-icon{height:14px;width:14px}}.orders-tabs{margin-bottom:24px;max-width:100%;overflow:hidden}.orders-tabs__list{align-items:center;display:flex;gap:4px;list-style:none;margin:0;padding:0}.orders-tabs__item{display:flex;flex-shrink:0}.orders-tabs__link{align-items:center;border:1px solid #e0e0e0;border-radius:99px;color:#2e2e2e;font-size:20px;font-style:normal;font-weight:500;justify-content:center;line-height:normal;padding:6.5px 16px}.orders-tabs__link._active{border:1px solid #00a95d;color:#00a95d;pointer-events:none}@media(min-width:1025px){.orders-tabs__link:hover{color:#00a95d}}@media screen and (max-width:1024px){.orders-tabs__link{font-size:16px}}@media screen and (max-width:768px){.orders-tabs__link{font-size:14px;white-space:nowrap}}.orders-tabs__toggle{background-color:#0000;border:1px solid #e0e0e0;border-radius:99px;color:inherit;color:#2e2e2e;cursor:pointer;font:inherit;font-size:20px;font-weight:500;line-height:normal;outline:none;padding:6.5px 16px;white-space:nowrap}.orders-tabs__toggle._active{background:#00a95d14;border-color:#00a95d;color:#00a95d}@media(min-width:1025px){.orders-tabs__toggle:hover{color:#00a95d}}@media screen and (max-width:1024px){.orders-tabs__toggle{font-size:16px}}@media screen and (max-width:768px){.orders-tabs__toggle{font-size:14px}}.personal-orders__list{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}.personal-orders__reserve-success{background:#00a95d14;border:1px solid #00a95d29;border-radius:16px;display:grid;gap:6px;margin-bottom:16px;padding:16px 18px}.personal-orders__reserve-success-title{color:#00a95d;font-size:18px;font-weight:700;line-height:120%}.personal-orders__reserve-success-text{color:#2e2e2e;font-size:14px;font-weight:500;line-height:140%}.personal-orders__controls{display:flex;flex-direction:column;gap:16px;margin-top:24px}.personal-orders__empty{gap:24px;margin-bottom:59px;margin-top:59px}.personal-orders__empty,.personal-orders__empty-info{align-items:center;display:flex;flex-direction:column}.personal-orders__empty-info{gap:16px;max-width:75%}.personal-orders__empty-image{width:120px}.personal-orders__empty-text{align-items:center;display:flex;flex-direction:column;gap:12px}.personal-orders__empty-title{font-size:20px;font-style:normal;font-weight:700;line-height:120%;text-align:center}@media screen and (max-width:1024px){.personal-orders__empty-title{font-size:18px}}@media screen and (max-width:768px){.personal-orders__empty-title{font-size:16px}}.personal-orders__empty-advise{color:#667085;font-size:18px;font-weight:500;line-height:normal;text-align:center}@media screen and (max-width:1024px){.personal-orders__empty-advise{font-size:16px}}@media screen and (max-width:768px){.personal-orders__empty-advise{font-size:14px}}.personal-orders__empty-controls{align-items:center;display:flex;flex-direction:column;gap:8px;width:100%}.personal-orders__link{width:100%}.promotions__search-form{align-items:center;display:flex;justify-content:center;margin-bottom:24px;width:100%}.promotions__search-form-control{display:block;flex-grow:1;position:relative}.promotions__search-form-input{background-color:#fff;border:1px solid #e4e7ec;border-radius:99px;box-shadow:0 4px 8px 0 #0000001a;display:block;font-size:18px;font-weight:500;line-height:18px;padding:12px 16px 12px 42px;width:100%}@media(max-width:1280px){.promotions__search-form-input{font-size:14px;line-height:14px}}.promotions__search-form-input::placeholder{color:#667085}.promotions__search-form-icon{height:20px;left:16px;opacity:.3;position:absolute;top:15px;width:20px}@media(max-width:1280px){.promotions__search-form-icon{height:16px;left:16px;top:15px;width:16px}}.promotions__list{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);list-style:none;margin:0 0 24px;padding:0}@media(max-width:1024px){.promotions__list{gap:16px;grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.promotions__list{grid-template-columns:1fr}}.promotions-item__inner{display:flex;flex-direction:column;gap:21px}.promotions-item__inner .promotions-card__wrap{display:inline-flex}.promotions-item__inner .promotions-card__image{width:auto}.promotions-item__info .text-collapse{margin-top:-16px}.promotions-item__info .text-collapse__inner{cursor:default}.promotions-item__info .text-collapse__content{font-size:18px;font-weight:400;line-height:120%}@media screen and (max-width:1024px){.promotions-item__info .text-collapse__content{font-size:16px}}@media screen and (max-width:768px){.promotions-item__info .text-collapse__content{font-size:14px}}.promotions-item__search-form-input{background-color:#fff;border:1px solid #e4e7ec;border-radius:99px;display:block;font-size:18px;font-weight:500;line-height:18px;padding:12px 16px 12px 42px;width:100%}@media(max-width:1280px){.promotions-item__search-form-input{font-size:14px;line-height:14px}}.promotions-item__search-form-input::placeholder{color:#e4e7ec}.promotions-item__list{display:grid;gap:24px;grid-template-columns:repeat(4,1fr);list-style:none;margin:0;padding:0}@media screen and (max-width:1024px){.promotions-item__list{column-gap:8px;row-gap:12px}}@media screen and (max-width:768px){.promotions-item__list{grid-template-columns:repeat(2,1fr);row-gap:8px}}.promotion-item__filters{margin-bottom:8px}.promotions-item__ad-bottom{display:none;margin-top:24px}@media screen and (max-width:540px){.promotions-item__ad-bottom{display:block}}.order main{min-height:calc(100vh - var(--header-main-height))}.order__list{gap:16px;list-style:none;margin:0;padding:0}.order__list,.order__section{display:flex;flex-direction:column}.order__section{align-items:center}.order__list{padding:24px 0 0;width:60%}@media screen and (max-width:1024px){.order__list{padding:16px 0 0;width:auto}}.order__list .order-card{background-color:#fff;border:1px solid #e4e7ec;border-radius:6px}@media screen and (max-width:1024px){.order__list .order-card{border:none;border-radius:4px}}.articles__inner{display:flex;flex-direction:column;gap:24px}.articles-section{background:#fff;border-radius:6px;padding:16px}.articles__socials-title{font-size:20px;font-weight:500;line-height:120%;margin-bottom:8px}@media(max-width:1280px){.articles__socials-title{font-size:18px}}@media(max-width:768px){.articles__socials-title{font-size:16px}}.articles__socials .base-socials{margin-bottom:16px}.articles__index-title{font-size:20px;font-weight:600;line-height:140%;margin-bottom:16px}@media(max-width:1280px){.articles__index-title{font-size:18px}}@media(max-width:768px){.articles__index-title{font-size:16px}}.articles__index-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0 0 0 24px}.articles__index-item{list-style-type:disc}.articles__index-item-link{color:#667085;font-size:18px;font-weight:500;line-height:140%}@media(max-width:1280px){.articles__index-item-link{font-size:16px}}@media(max-width:768px){.articles__index-item-link{font-size:14px}}.articles__list{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);list-style:none;margin:0;padding:0}@media(max-width:1024px){.articles__list{gap:16px;grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.articles__list{grid-template-columns:1fr}}.articles-item__inner{display:flex;flex-direction:column;gap:24px}.articles-item__top{display:flex;flex-direction:column;gap:16px}.articles-item__title{margin-bottom:0}.articles-item__author-wrap{color:#667085;font-size:18px;font-weight:500;line-height:140%}.articles-item__author-wrap a{color:#00a95d;-webkit-text-decoration:underline;text-decoration:underline}@media(max-width:1280px){.articles-item__author-wrap{font-size:16px}}@media(max-width:768px){.articles-item__author-wrap{font-size:14px}}.articles-item__author-description{font-size:16px}@media(max-width:1280px){.articles-item__author-description{font-size:14px}}@media(max-width:768px){.articles-item__author-description{font-size:12px}}.articles-item__info-wrap{display:flex;gap:6px}.articles-item__date-wrap,.articles-item__views-wrap{align-items:center;display:flex;gap:6px}.articles-item__date-wrap svg,.articles-item__views-wrap svg{color:#00a95d;height:16px;width:16px}.articles-item__date,.articles-item__views{color:#667085;font-size:16px;font-weight:500;line-height:1}@media(max-width:1280px){.articles-item__date,.articles-item__views{font-size:14px}}@media(max-width:768px){.articles-item__date,.articles-item__views{font-size:12px}}.articles-item__content{border-bottom:1px solid #00000014;display:flex;flex-direction:column;gap:24px;padding-bottom:32px}.articles-item__content-list{list-style:none;margin:0;padding:0}.articles-item__content-item,.articles-item__content-list{display:flex;flex-direction:column;gap:24px}.article__title{font-size:20px;font-weight:700;line-height:22px}@media(max-width:1280px){.article__title{font-size:18px}}@media(max-width:768px){.article__title{font-size:16px}}.article__image-wrap{height:100%;position:relative;width:100%}.article__image{border-radius:6px;max-height:450px;object-fit:cover;width:100%}@media(max-width:1280px){.article__image{max-height:300px}}@media(max-width:768px){.article__image{max-height:200px}}.article__image-title{color:#667085;font-size:16px;font-weight:400;line-height:160%;padding-top:8px}@media(max-width:1280px){.article__image-title{font-size:14px}}@media(max-width:768px){.article__image-title{font-size:12px}}.article__content{color:#667085;font-size:18px;font-weight:500;line-height:140%;overflow-wrap:anywhere;word-break:break-word}@media(max-width:1280px){.article__content{font-size:16px}}@media(max-width:768px){.article__content{font-size:14px}}.article__content a{color:#101323;overflow-wrap:anywhere;-webkit-text-decoration:underline;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:1px;transition:all .3s ease;word-break:break-word}@media(min-width:1025px){.article__content a:hover{color:#00a95db3}}.articles-item__bottom{display:flex;flex-direction:column;gap:32px}.bottom-title{font-size:20px;font-weight:600;line-height:27px;margin-bottom:24px}.articles-item__slider{overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}@media(max-width:768px){.article-slider-card{width:272px}}.articles-item__related-products-title{margin-bottom:0}.articles-author__top{display:flex;flex-direction:column;gap:8px;margin-bottom:31px}.articles-author__title{margin-bottom:0}.articles-author__description{color:#667085;font-size:18px;font-weight:500;line-height:140%}@media(max-width:1280px){.articles-author__description{font-size:16px}}@media(max-width:768px){.articles-author__description{font-size:14px}}.articles-author__content{display:flex;flex-direction:column;gap:24px}.articles-author__image{border-radius:6px;height:200px;margin-right:auto;object-fit:contain;width:auto}.articles-author__section{display:flex;flex-direction:column;gap:24px;padding-bottom:24px}.articles-author__section:not(:last-of-type){border-bottom:1px solid #00000014}.articles-author__section-title{font-size:24px;font-weight:600;line-height:27px}@media(max-width:1280px){.articles-author__section-title{font-size:22px}}@media(max-width:768px){.articles-author__section-title{font-size:20px}}.articles-author__section-text{font-size:20px;font-weight:400;line-height:160%;overflow-wrap:anywhere;word-break:break-word}@media(max-width:1280px){.articles-author__section-text{font-size:18px}}@media(max-width:768px){.articles-author__section-text{font-size:16px}}.articles-author__sections{gap:24px}.articles-author__sections,.articles-author__subsection{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.articles-author__subsection{gap:8px}.articles-author__subsection-text{font-size:20px;font-weight:400;line-height:140%;list-style:disc;margin-left:16px;overflow-wrap:anywhere;word-break:break-word}@media(max-width:1280px){.articles-author__subsection-text{font-size:18px}}@media(max-width:768px){.articles-author__subsection-text{font-size:16px}}.search-empty__title{margin-bottom:42px}@media screen and (max-width:1024px){.search-empty__title{margin-bottom:16px}}.search-empty__title span{color:#00a95d}.search-empty__inner{align-items:center;display:flex;flex-direction:column;gap:25px;margin-bottom:50px;text-align:center}@media screen and (max-width:1024px){.search-empty__inner{align-items:flex-start;gap:16px;margin-bottom:32px;text-align:left}}.search-empty__image{height:433px;object-fit:contain;object-position:center;width:445px}@media screen and (max-width:1024px){.search-empty__image{display:none}}.search-empty__subtitle{color:#667085;font-size:24px;font-weight:400;line-height:34px}.search-empty__subtitle a{color:#00a95d;font-weight:700;-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:2px}@media screen and (max-width:1024px){.search-empty__subtitle{font-size:14px;line-height:20px}}.search-empty__button{width:min(100%,328px)}.FAQ-page .base-container{display:flex;flex-direction:column;gap:var(--section-offset)}.FAQ-list{align-items:stretch;display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}@media screen and (max-width:1024px){.FAQ-list{gap:8px}}.FAQ__list{margin-bottom:41px}.FAQ-list__item{background-color:#fff;border:1px solid #e4e7ec;border-radius:8px;padding:16px}@media screen and (max-width:1024px){.FAQ-list__item{border:none}}.FAQ-list__item .base-collapse__title{font-size:20px;font-weight:500;line-height:normal;text-align:left}@media screen and (max-width:1024px){.FAQ-list__item .base-collapse__title{font-size:16px}}.FAQ-list__item-content{color:#667085;font-size:18px;font-style:normal;font-weight:400;line-height:140%;padding-top:24px}@media screen and (max-width:1024px){.FAQ-list__item-content{font-size:14px;padding-top:16px}}.license-page__questions{align-items:stretch;display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}@media screen and (max-width:1024px){.license-page__questions{gap:8px}}.license-question{background-color:#fff;border:1px solid #e4e7ec;border-radius:8px;padding:16px}@media screen and (max-width:1024px){.license-question{border:none}}.license-question .base-collapse__title{font-size:20px;line-height:normal;text-align:left}@media screen and (max-width:1024px){.license-question .base-collapse__title{font-size:16px}}.license-question__content{color:#667085;font-size:18px;font-style:normal;font-weight:400;line-height:140%;padding-top:24px}@media screen and (max-width:1024px){.license-question__content{font-size:14px;padding-top:16px}}.license-question__elements{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.license-question__element-wrap{align-items:center;align-self:stretch;background:#fff;border:1px solid var(--stroke-grey,#e4e7ec);border-radius:6px;display:flex;gap:16px;padding:16px}.license-question__icon{color:#00a95d;height:20px;width:20px}.career-title{margin:24px 0 0}.career-title span{color:#00a95d}.career__inner{display:grid;grid-template-columns:1fr;row-gap:32px}.career__section{background-color:#fff;border-radius:6px;display:flex;flex-direction:column;gap:24px;min-width:0;padding:12px}.career__section--transparent{background-color:#0000;border-radius:0;padding:0}.career-text{color:inherit;font-size:18px;font-weight:400;line-height:160%}@media screen and (max-width:1024px){.career-text{font-size:16px}}@media screen and (max-width:768px){.career-text{font-size:14px}}.career-bottom{color:#667085;font-size:20px;font-weight:400;letter-spacing:2%;line-height:140%}@media screen and (max-width:1024px){.career-bottom{font-size:18px}}@media screen and (max-width:768px){.career-bottom{font-size:16px}}.career-bottom__link:hover{color:#00a95d}body:has(.career) .footer__top{display:none}.rent{color:#667085;font-size:18px;font-weight:400;line-height:160%}@media screen and (max-width:1024px){.rent{font-size:16px}}@media screen and (max-width:768px){.rent{font-size:14px}}.rent-title{margin-bottom:0}.rent-title span{color:#00a95d}.rent__inner{display:grid;grid-template-columns:1fr;row-gap:32px}.rent__banner{min-height:400px}@media screen and (max-width:1024px){.rent__banner{min-height:200px}}.rent__banner .base-banner__title{font-weight:600}@media screen and (min-width:1025px){.rent__banner .base-banner__title{max-width:70%}}.main-page__container{display:flex;flex-direction:column;gap:42px}@media(max-width:1024px){.main-page__container{gap:32px}}@media(max-width:768px){.main-page__container{gap:24px}}.main-page__banner{padding-top:42px}@media screen and (min-width:1025px){.main-page__categories .promotion__inner{height:240px}}@media(max-width:1024px){.main-page__categories .promotion__inner{height:200px}}@media(max-width:768px){.main-page__categories .promotion__inner{justify-content:flex-start;padding-top:16px}}@media screen and (min-width:1025px){.main-page__promotions .promotion__inner{height:240px}}.main-page .product-card__avaliability{display:none}.catalog__list{display:grid;gap:24px;grid-template-columns:repeat(4,1fr);list-style:none;margin:0;padding:0}@media screen and (max-width:1024px){.catalog__list{gap:16px;grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.catalog__list{gap:8px;grid-template-columns:1fr}}.catalog__item-link{align-items:center;background-color:rgba(16,19,35,.031);border:none;border-radius:6px;display:flex;flex-direction:column;gap:12px;justify-content:center;padding:16px}.catalog__item-link svg{color:#667085;display:none;height:14px;width:14px}@media screen and (max-width:768px){.catalog__item-link svg{display:block;margin-left:auto}}@media screen and (max-width:1024px){.catalog__item-link{background-color:#fff}}@media screen and (max-width:768px){.catalog__item-link{flex-direction:row;justify-content:flex-start}}.catalog__item-image-wrap{aspect-ratio:1/1;border:none;border-radius:6px;overflow:hidden;width:100%}@media screen and (max-width:768px){.catalog__item-image-wrap{height:46px;width:51px}}.catalog__item-image-wrap img{height:100%;object-fit:cover;object-position:center;width:100%}.catalog__item-title{font-size:18px;line-height:22.5px}@media screen and (max-width:1024px){.catalog__item-title{font-size:14px;line-height:19.5px}}.catalog-category__list{display:grid;gap:24px;grid-template-columns:repeat(2,1fr);list-style:none;margin:0;padding:0}@media screen and (max-width:1024px){.catalog-category__list{gap:16px;grid-template-columns:1fr}}@media screen and (max-width:768px){.catalog-category__list{gap:8px}}.catalog-category__item-link{align-items:center;background-color:rgba(16,19,35,.031);border:none;border-radius:6px;display:flex;gap:12px;justify-content:flex-start;padding:16px}.catalog-category__item-link svg{color:#667085;height:14px;margin-left:auto;width:14px}@media screen and (max-width:1024px){.catalog-category__item-link{background-color:#fff}}@media screen and (max-width:768px){.catalog-category__item-link{justify-content:flex-start}}.catalog-category__item-title{font-size:18px;line-height:22.5px}@media screen and (max-width:1024px){.catalog-category__item-title{font-size:14px;line-height:19.5px}}.catalog-subcategory__list{display:grid;gap:24px;grid-template-columns:repeat(2,1fr);list-style:none;margin:0;padding:0}@media screen and (max-width:1024px){.catalog-subcategory__list{gap:16px;grid-template-columns:1fr}}@media screen and (max-width:768px){.catalog-subcategory__list{gap:8px}}.catalog-subcategory__item-link{align-items:center;background-color:rgba(16,19,35,.031);border:none;border-radius:6px;display:flex;gap:12px;justify-content:flex-start;padding:16px}.catalog-subcategory__item-link svg{color:#667085;height:14px;margin-left:auto;width:14px}@media screen and (max-width:1024px){.catalog-subcategory__item-link{background-color:#fff}}@media screen and (max-width:768px){.catalog-subcategory__item-link{justify-content:flex-start}}.catalog-subcategory__item-title{font-size:18px;line-height:22.5px}@media screen and (max-width:1024px){.catalog-subcategory__item-title{font-size:14px;line-height:19.5px}}.producer-program-head{padding-top:var(--section-offset)}.producer-top{margin-bottom:32px;position:relative}.producer-advert{left:8px;position:absolute;top:8px}@media screen and (max-width:768px){.producer-advert{left:8px;top:8px}}.producer-top__logo{height:auto;margin-bottom:24px;width:40%}@media screen and (max-width:1024px){.producer-top__logo{width:50%}}@media screen and (max-width:768px){.producer-top__logo{margin-bottom:8px;width:100%}}.producer-top__period{color:#667085;font-size:18px;font-weight:500;line-height:120%;margin-bottom:24px}@media screen and (max-width:1024px){.producer-top__period{font-size:16px}}@media screen and (max-width:768px){.producer-top__period{font-size:14px}}.info-block{background-color:rgba(0,169,93,.078);border:none;border-radius:16px;color:#00a95d;display:grid;gap:10px;grid-template-columns:25px 1fr;padding:16px}.info-block .text-collapse__inner{background:none;padding:0}@media screen and (max-width:1024px){.info-block .text-collapse__content:after{background:linear-gradient(1turn,#e4f2ec 5.56%,#e4f2ec00)}}.producer-top__info-block .text-collapse__title{color:#00a95d;font-size:18px;font-weight:500;line-height:22px}@media screen and (max-width:768px){.producer-top__info-block .text-collapse__title{font-size:14px;line-height:17px}}.info-block__icon{height:20px;width:20px}.producer-top__info-block .text-collapse__content{font-size:18px;font-weight:400;line-height:160%}@media screen and (max-width:768px){.producer-top__info-block .text-collapse__content{font-size:14px}}.producer-top__info-block .text-collapse__content ul{margin:0}.producer-main{display:flex;flex-direction:column;gap:16px}.producer-main__title{font-size:20px;font-style:normal;font-weight:600;line-height:120%}@media screen and (max-width:1024px){.producer-main__title{font-size:16px}}.producer-main__block-search .base-input-search__label{display:none}.checkout{display:flex;gap:0 24px}.checkout._loading:before{background-color:#fff}.checkout__form-content{align-items:flex-start;display:grid;gap:24px;grid-template-columns:1.2fr 1fr}@media screen and (max-width:1024px){.checkout__form-content{display:flex;flex-direction:column}}.checkout__item{display:grid;grid-row-gap:24px;align-items:flex-start;grid-column:1;min-width:0;width:100%}.checkout__item-contacts{grid-column:1}.checkout__item-sum{border:1px solid #e4e7ec;border-radius:8px;grid-column:2;grid-row:1/5;grid-row-gap:0}@media screen and (max-width:1024px){.checkout__item-sum{border:none}}.checkout__order{background-color:#fff;border:1px solid #e4e7ec;border-radius:8px;padding:16px}@media screen and (max-width:1024px){.checkout__order{border:none}}.checkout__order .base-collapse__title{font-size:20px;font-weight:700}@media screen and (max-width:768px){.checkout__order .base-collapse__title{font-size:16px}}.checkout__bottom{display:grid;gap:16px;padding:16px}.checkout__warning-block{align-items:flex-start;background:#f0385914;border-radius:4px;color:#f03859;display:flex;font-size:16px;font-style:normal;font-weight:500;gap:10px;line-height:140%;padding:16px}.checkout__warning-block:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23F03859' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M10.223 17.5a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15M10.223 6.666v3.333m0 3.334h.008'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;flex-shrink:0;height:20px;width:20px}.checkout__warning{align-items:center;color:#f03859;display:flex;font-size:18px;font-style:normal;font-weight:400;gap:10px;line-height:100%}.checkout__warning:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23F03859' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M10.223 17.5a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15M10.223 6.666v3.333m0 3.334h.008'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;flex-shrink:0;height:20px;width:20px}.checkout__submit{margin-top:6px}.checkout__delivery-date .modal__title{padding-left:36px}.checkout__location-modal{width:280px}@media screen and (max-width:1024px){.checkout__location-modal{width:100%}}.checkout__delivery-modal,.checkout__ya-delivery{width:400px}@media screen and (max-width:1024px){.checkout__delivery-modal,.checkout__ya-delivery{width:100%}}@media screen and (min-width:1025px){.transfer__title{max-width:80%}}.transfer__list{align-items:stretch;display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}@media screen and (max-width:1024px){.transfer__list{gap:8px}}.transfer-item{background-color:#fff;border:1px solid #e4e7ec;border-radius:8px;padding:16px}@media screen and (max-width:1024px){.transfer-item{border:none}}.transfer-item .base-collapse__title{font-size:20px;line-height:normal;text-align:left}@media screen and (max-width:1024px){.transfer-item .base-collapse__title{font-size:16px}}.transfer-item__content{color:#667085;font-size:18px;font-style:normal;font-weight:400;line-height:140%;padding-top:24px}@media screen and (max-width:1024px){.transfer-item__content{font-size:14px;padding-top:16px}}.transfer-item__elements{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.transfer-item__wrap{align-items:center;align-self:stretch;background:#fff;border:1px solid var(--stroke-grey,#e4e7ec);border-radius:6px;display:flex;gap:16px;padding:16px}.transfer-item__link{align-items:center;column-gap:5px;display:flex}.transfer-item__icon{color:#00a95d;height:20px;width:20px}.mobile .page__main{background:var(--white,linear-gradient(0deg,#10132308 0,#10132308 100%),#fff)}@media screen and (min-width:1025px){.mobile__x2 .m-section__inner{align-self:center}}@media screen and (max-width:540px){.mobile__promo .m-section__bottom-image{display:block}.mobile__promo .m-section__image{display:none}}.mobile__together{min-height:495px}@media screen and (max-width:1024px){.mobile__together{display:flex;flex-direction:column;min-height:714px}}@media screen and (max-width:540px){.mobile__together{min-height:auto}}@media screen and (max-width:1024px){.mobile__together .m-section__inner{display:flex;flex-direction:column;flex-grow:1}}.mobile__together .m-section__text,.mobile__together .m-section__title{color:#fff;font-size:32px;line-height:1;margin-bottom:24px}@media screen and (max-width:1024px){.mobile__together .m-section__text,.mobile__together .m-section__title{font-size:24px}}@media screen and (max-width:540px){.mobile__together .m-section__text,.mobile__together .m-section__title{font-size:18px}}.mobile__together .m-section__list{display:flex;gap:8px;list-style:none;margin:0 0 36px;padding:0}@media screen and (max-width:540px){.mobile__together .m-section__list{flex-direction:column;margin-bottom:24px}}.mobile__together .m-section__list-item{border:1px dotted #fec84b;border-radius:12px;color:#fff;font-size:16px;font-weight:700;line-height:140%;margin-left:0;padding:24px 16px;text-transform:uppercase;width:33.33%}@media screen and (max-width:1024px){.mobile__together .m-section__list-item{padding:19px 16px}}@media screen and (max-width:540px){.mobile__together .m-section__list-item{font-size:14px;line-height:inherit;max-width:70%;padding:16px;width:auto}}.mobile__together .m-section__bottom{flex-grow:1}@media screen and (max-width:1024px){.mobile__together .m-section__bottom-image{display:block;flex-grow:1;max-height:none;max-width:310px;order:-1}}@media screen and (max-width:540px){.mobile__together .m-section__bottom-image{max-width:150px}}@media screen and (max-width:1024px){.mobile__together .m-section__image{display:none}}.loyalty__inner{display:flex;flex-direction:column;row-gap:42px}@media screen and (max-width:1024px){.loyalty__inner{row-gap:24px}}.loyalty__promo{min-height:auto;padding:23px 200px 23px 48px}.loyalty__promo:not(:last-of-type){margin-bottom:0}@media screen and (max-width:1024px){.loyalty__promo{grid-template-columns:1fr;padding:30px 40px;row-gap:50px}}@media screen and (max-width:540px){.loyalty__promo{padding:60px 17px 20px;row-gap:15px}}.loyalty__promo .m-section__title,.loyalty__promo .mobile__together .m-section__text,.mobile__together .loyalty__promo .m-section__text{margin-bottom:24px}.loyalty__promo .m-section__text{color:#667085;font-size:16px;line-height:160%}@media screen and (max-width:540px){.loyalty__promo .m-section__text{font-size:14px;line-height:inherit}}.loyalty__info .loyalty__promo .loyalty__tabs-content-link,.loyalty__promo .loyalty__info .loyalty__tabs-content-link,.loyalty__promo .m-section__control{border-radius:43px;display:block;font-size:20px;line-height:1;margin:32px 0;padding:16px;width:fit-content}@media screen and (max-width:1024px){.loyalty__info .loyalty__promo .loyalty__tabs-content-link,.loyalty__promo .loyalty__info .loyalty__tabs-content-link,.loyalty__promo .m-section__control{font-size:16px}}@media screen and (max-width:540px){.loyalty__info .loyalty__promo .loyalty__tabs-content-link,.loyalty__promo .loyalty__info .loyalty__tabs-content-link,.loyalty__promo .m-section__control{font-size:14px;margin:24px 0 16px;padding:7px 16px}}.loyalty__promo .m-section__bottom{padding:0}.loyalty__promo .download{align-items:center;column-gap:16px;display:flex;height:48px;max-width:none}.loyalty__promo .download__qr{height:100%;width:48px}.loyalty__promo .download__links{align-items:center;column-gap:16px;flex-direction:row;height:inherit}.loyalty__promo .download__link{height:100%}.loyalty__bonuses{align-items:center;column-gap:100px;display:flex;justify-content:space-between}@media screen and (max-width:1024px){.loyalty__bonuses{align-items:flex-start;flex-direction:column;row-gap:24px}}.loyalty__bonuses-indicators{column-gap:48px;display:flex}@media screen and (max-width:768px){.loyalty__bonuses-indicators{flex-direction:column;row-gap:32px}}.loyalty__bonuses-title{font-size:32px;font-weight:700;line-height:120%;width:45%}@media screen and (max-width:1024px){.loyalty__bonuses-title{font-size:24px;width:auto}}@media screen and (max-width:540px){.loyalty__bonuses-title{font-size:16px}}.loyalty__bonuses-title span{color:#00a95d;font-size:40px;line-height:inherit}@media screen and (max-width:1024px){.loyalty__bonuses-title span{font-size:30px}}@media screen and (max-width:540px){.loyalty__bonuses-title span{font-size:20px}}.loyalty__bonuses-indicator{column-gap:16px;display:flex;height:min-content;position:relative}.loyalty__bonuses-indicator:not(:last-child):after{border-right:1px solid #e4e7ec;content:"";height:80%;left:calc(100% + 24px);position:absolute;top:50%;transform:translateY(-50%);width:0}@media screen and (max-width:768px){.loyalty__bonuses-indicator:not(:last-child):after{display:none}.loyalty__bonuses-indicator{flex-basis:auto}}.loyalty__bonuses-value{color:#00a95d;font-size:72px;font-weight:800;letter-spacing:-2px;line-height:100%}@media screen and (max-width:540px){.loyalty__bonuses-value{font-size:40px}}.loyalty__bonuses-value span{font-size:20px;line-height:inherit}@media screen and (max-width:540px){.loyalty__bonuses-value span{font-size:14px}}.loyalty__bonuses-text{color:#667085;display:flex;flex-direction:column;font-size:14px;line-height:120%;row-gap:8px}@media screen and (max-width:768px){.loyalty__bonuses-text span{max-width:90%}}.loyalty__bonuses-subtitle{color:#000;font-size:16px;font-weight:700;white-space:nowrap}.loyalty__faq-title{color:#000;font-size:32px;font-weight:700;line-height:120%;margin-bottom:40px}@media screen and (max-width:1024px){.loyalty__faq-title{font-size:24px;margin-bottom:24px}}@media screen and (max-width:768px){.loyalty__faq-title{font-size:20px}}.loyalty__faq-list{align-items:stretch;display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}@media(max-width:1024px){.loyalty__faq-list{gap:8px}}.loyalty__faq-list{margin-bottom:16px}@media screen and (max-width:1024px){.loyalty__faq-list{margin-bottom:8px}}.loyalty__faq-item{background:#fff;border-radius:8px;padding:16px}.loyalty__faq-item .base-collapse__title{font-size:18px;font-weight:500;font-weight:140%;text-align:left}@media(max-width:1024px){.loyalty__faq-item .base-collapse__title{font-size:16px}}.loyalty-faq__item-content{color:#667085;font-size:16px;font-weight:400;line-height:160%;padding-top:16px;transition:all .3s ease}@media(max-width:1024px){.loyalty-faq__item-content{font-size:14px}}.loyalty__faq-link{color:#00a95d;font-size:18px;line-height:160%;-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:3px}@media screen and (max-width:1024px){.loyalty__faq-link{font-size:16px}}.loyalty__get{position:relative}.loyalty__get-banner{border-radius:12px;margin-bottom:85px;min-height:233px;padding:66px 48px;position:relative}@media screen and (max-width:1024px){.loyalty__get-banner{margin-bottom:115px;padding:36px 42px}}@media screen and (max-width:540px){.loyalty__get-banner{margin-bottom:77px;min-height:200px;padding:14px 16px}}.loyalty__get-subtitle{color:#fff;font-size:32px;font-weight:700;line-height:120%;margin-bottom:8px;max-width:45%;position:relative;z-index:1}@media screen and (max-width:1024px){.loyalty__get-subtitle{font-size:24px;max-width:none}}@media screen and (max-width:768px){.loyalty__get-subtitle{font-size:18px;margin-bottom:10px}}.loyalty__get-text{color:#fff;font-size:14px;font-weight:400;line-height:120%;max-width:45%;position:relative;z-index:1}.loyalty__get-title{color:#000;font-size:48px;font-weight:700;line-height:120%;margin-bottom:42px}@media screen and (max-width:1024px){.loyalty__get-title{font-size:24px;margin-bottom:24px}}@media screen and (max-width:768px){.loyalty__get-title{font-size:20px}}.loyalty__get-image-wrap{border-radius:12px;inset:0;overflow:hidden;position:absolute;z-index:0}.loyalty__get-image-wrap img{height:100%;object-fit:cover;width:100%}.loyalty__get-card{border-radius:12px;height:207px;position:absolute;right:20%;top:40%;width:336px;z-index:2}@media screen and (max-width:1024px){.loyalty__get-card{right:10%;top:50%}}@media screen and (max-width:540px){.loyalty__get-card{height:106px;top:70%;width:171px}}.loyalty__get-list{margin:0;padding:0}.loyalty__get-item{color:#667085;font-size:20px;font-weight:300;line-height:160%;margin-left:40px}@media screen and (max-width:1024px){.loyalty__get-item{font-size:16px;margin-left:30px}}@media screen and (max-width:540px){.loyalty__get-item{font-size:12px}}.loyalty__info{position:relative}.loyalty__info .loyalty__info-logo{left:150px;position:absolute;top:0;z-index:0}@media screen and (max-width:1024px){.loyalty__info .loyalty__info-logo{left:88px;top:-33px}}@media screen and (max-width:540px){.loyalty__info .loyalty__info-logo{left:0;top:-15px}}.loyalty__info .m-section{border-radius:0;grid-template-columns:repeat(2,1fr);margin-bottom:42px;min-height:517px;padding:0 60px 0 0}@media screen and (max-width:1024px){.loyalty__info .m-section{margin-bottom:24px;min-height:288px;padding:0 40px}}@media screen and (max-width:540px){.loyalty__info .m-section{grid-template-columns:1fr;min-height:415px;padding:0}}.loyalty__info .m-section__title,.loyalty__info .mobile__together .m-section__text,.mobile__together .loyalty__info .m-section__text{color:#000;font-size:48px;font-weight:700;line-height:58px;margin-bottom:24px}@media screen and (max-width:1024px){.loyalty__info .m-section__title,.loyalty__info .mobile__together .m-section__text,.mobile__together .loyalty__info .m-section__text{font-size:24px;line-height:28px}}@media screen and (max-width:540px){.loyalty__info .m-section__title,.loyalty__info .mobile__together .m-section__text,.mobile__together .loyalty__info .m-section__text{font-size:20px;line-height:24px}}.loyalty__info .m-section__title span,.loyalty__info .mobile__together .m-section__text span,.mobile__together .loyalty__info .m-section__text span{color:#667085;font-size:18px;font-weight:500;line-height:29px}@media screen and (max-width:1024px){.loyalty__info .m-section__title span,.loyalty__info .mobile__together .m-section__text span,.mobile__together .loyalty__info .m-section__text span{font-size:16px;line-height:26px}}@media screen and (max-width:540px){.loyalty__info .m-section__title span,.loyalty__info .mobile__together .m-section__text span,.mobile__together .loyalty__info .m-section__text span{font-size:14px;line-height:22px}}.loyalty__info .m-section__text{color:#667085;font-size:18px;font-weight:500;line-height:29px}@media screen and (max-width:1024px){.loyalty__info .m-section__text{font-size:16px;line-height:26px}}@media screen and (max-width:540px){.loyalty__info .m-section__text{font-size:14px;line-height:22px}}.loyalty__info .m-section__text span{color:#00a95d}@media(min-width:768px){.loyalty__info .m-section__inner{align-self:center}.loyalty__info .m-section__inner .m-section__image{order:-1}}.loyalty__info .loyalty__tabs{flex-shrink:0}.loyalty__info .loyalty__tabs-outer{column-gap:32px;display:flex}@media screen and (max-width:540px){.loyalty__info .loyalty__tabs-outer{flex-direction:column;row-gap:24px}}.loyalty__info .base-tabs__list{border-right:1px solid #e4e7ec;flex-direction:column;row-gap:24px}@media screen and (max-width:1024px){.loyalty__info .base-tabs__list{row-gap:16px}}@media screen and (max-width:540px){.loyalty__info .base-tabs__list{align-items:stretch;border-bottom:1px solid #e4e7ec;border-right:none;column-gap:8px;flex-direction:row;overflow-x:auto;scrollbar-width:none}.loyalty__info .base-tabs__list::-webkit-scrollbar{display:none;height:0;width:0}}.loyalty__info .base-tabs__item{border-bottom:none;position:relative;text-align:left;width:auto;width:100%}.loyalty__info .base-tabs__item:has(.base-tabs__control._active):after{background-color:#00a95d;border-radius:99px;bottom:0;content:"";height:100%;position:absolute;right:-1px;transition:all .3s ease;width:2px}@media screen and (max-width:540px){.loyalty__info .base-tabs__item:has(.base-tabs__control._active):after{bottom:0;height:2px;left:0;right:auto;width:100%}}@media screen and (max-width:540px){.loyalty__info .base-tabs__item{align-items:end;display:flex;min-width:120px;padding:0 5px}}.loyalty__info .base-tabs__control{font-size:20px;font-weight:400;line-height:27px;max-width:90%;padding-bottom:0;text-align:left}.loyalty__info .base-tabs__control:after{display:none}@media screen and (max-width:1024px){.loyalty__info .base-tabs__control{font-size:16px;line-height:22px}}@media screen and (max-width:540px){.loyalty__info .base-tabs__control{font-size:12px;hyphens:auto;line-height:18px;max-width:none;padding-bottom:8px}}.loyalty__info .loyalty__tabs-content{display:flex;flex-direction:column;row-gap:16px}.loyalty__info .loyalty__tabs-content._hidden{display:none}.loyalty__info .loyalty__tabs-content-title{color:#000;font-size:28px;font-weight:700;line-height:1}@media screen and (max-width:1024px){.loyalty__info .loyalty__tabs-content-title{font-size:24px}}@media screen and (max-width:540px){.loyalty__info .loyalty__tabs-content-title{font-size:16px}}.loyalty__info .loyalty__tabs-content-link{width:fit-content}.loyalty__info .loyalty__tabs-content-list{margin:0;padding:0}.loyalty__info .loyalty__tabs-content-item,.loyalty__info .loyalty__tabs-content-text{color:#667085;font-size:18px;line-height:160%;margin-left:40px}@media screen and (max-width:1024px){.loyalty__info .loyalty__tabs-content-item,.loyalty__info .loyalty__tabs-content-text{font-size:16px;margin-left:30px}}@media screen and (max-width:540px){.loyalty__info .loyalty__tabs-content-item,.loyalty__info .loyalty__tabs-content-text{font-size:12px}}.loyalty__info .loyalty__tabs-content-item span,.loyalty__info .loyalty__tabs-content-text span{color:#00a95d;font-weight:700}.loyalty__info .loyalty__tabs-content-subtitle{color:#101323;font-size:20px;font-weight:700;line-height:normal}@media screen and (max-width:1024px){.loyalty__info .loyalty__tabs-content-subtitle{font-size:16px}}@media screen and (max-width:540px){.loyalty__info .loyalty__tabs-content-subtitle{font-size:14px}}