@charset "UTF-8";.dp__input_wrap{box-sizing:unset;position:relative;width:100%}.dp__input_wrap:focus{border-color:var(--dp-border-color-hover);outline:none}.dp__input{background-color:var(--dp-background-color);border:1px solid var(--dp-border-color);border-radius:var(--dp-border-radius);box-sizing:border-box;color:var(--dp-text-color);font-family:var(--dp-font-family);font-size:var(--dp-font-size);line-height:calc(var(--dp-font-size)*1.5);outline:none;padding:var(--dp-input-padding);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.dp__input::-moz-placeholder{opacity:.7}.dp__input::placeholder{opacity:.7}.dp__input:hover{border-color:var(--dp-border-color-hover)}.dp__input_reg{caret-color:transparent}.dp__input_focus{border-color:var(--dp-border-color-hover)}.dp__disabled{background:var(--dp-disabled-color)}.dp__disabled::-moz-placeholder{color:var(--dp-disabled-color-text)}.dp__disabled::placeholder{color:var(--dp-disabled-color-text)}.dp__input_icons{box-sizing:content-box;color:var(--dp-icon-color);display:inline-block;font-size:var(--dp-font-size);height:var(--dp-font-size);line-height:calc(var(--dp-font-size)*1.5);padding:6px 12px;stroke-width:0;width:var(--dp-font-size)}.dp__input_icon{inset-inline-start:0}.dp__clear_icon,.dp__input_icon{color:var(--dp-icon-color);cursor:pointer;position:absolute;top:50%;transform:translateY(-50%)}.dp__clear_icon{inset-inline-end:0}.dp__input_icon_pad{padding-inline-start:var(--dp-input-icon-padding)}.dp__input_valid{box-shadow:0 0 var(--dp-border-radius) var(--dp-success-color)}.dp__input_valid,.dp__input_valid:hover{border-color:var(--dp-success-color)}.dp__input_invalid{box-shadow:0 0 var(--dp-border-radius) var(--dp-danger-color)}.dp__input_invalid,.dp__input_invalid:hover{border-color:var(--dp-danger-color)}.dp__menu{background:var(--dp-background-color);border:1px solid var(--dp-menu-border-color);border-radius:var(--dp-border-radius);font-family:var(--dp-font-family);font-size:var(--dp-font-size);min-width:var(--dp-menu-min-width);-webkit-user-select:none;-moz-user-select:none;user-select:none}.dp__menu,.dp__menu:after,.dp__menu:before{box-sizing:border-box}.dp__menu:focus{border:1px solid var(--dp-menu-border-color);outline:none}.dp--menu-wrapper{position:absolute;z-index:99999}.dp__menu_inner{padding:var(--dp-menu-padding)}.dp--menu--inner-stretched{padding:6px 0}.dp__menu_index{z-index:99999}.dp__menu_disabled,.dp__menu_readonly{inset:0;position:absolute;z-index:999999}.dp__menu_disabled{background:#ffffff80;cursor:not-allowed}.dp__menu_readonly{background:transparent;cursor:default}.dp__arrow_top{border-inline-end:1px solid var(--dp-menu-border-color);border-top:1px solid var(--dp-menu-border-color);top:0;transform:translate(-50%,-50%) rotate(-45deg)}.dp__arrow_bottom,.dp__arrow_top{background-color:var(--dp-background-color);height:12px;left:50%;position:absolute;width:12px}.dp__arrow_bottom{border-bottom:1px solid var(--dp-menu-border-color);border-inline-end:1px solid var(--dp-menu-border-color);bottom:0;transform:translate(-50%,50%) rotate(45deg)}.dp__action_extra{padding:2px 0;text-align:center}.dp--preset-dates{border-inline-end:1px solid var(--dp-border-color);padding:5px}@media only screen and (width<=600px){.dp--preset-dates{align-self:center;border:none;display:flex;max-width:calc(var(--dp-menu-width) - var(--dp-action-row-padding)*2);overflow-x:auto}}.dp__sidebar_left{border-inline-end:1px solid var(--dp-border-color);padding:5px}.dp__sidebar_right{margin-inline-end:1px solid var(--dp-border-color);padding:5px}.dp--preset-range{border-radius:var(--dp-border-radius);color:var(--dp-text-color);display:block;padding:5px;text-align:left;transition:var(--dp-common-transition);white-space:nowrap;width:100%}.dp--preset-range:hover{background-color:var(--dp-hover-color);color:var(--dp-hover-text-color);cursor:pointer}@media only screen and (width<=600px){.dp--preset-range{border:1px solid var(--dp-border-color);margin:0 3px}.dp--preset-range:first-child{margin-left:0}.dp--preset-range:last-child{margin-right:0}}.dp__menu_content_wrapper{display:flex}@media only screen and (width<=600px){.dp__menu_content_wrapper{flex-direction:column-reverse}}.dp__calendar_header{align-items:center;color:var(--dp-text-color);display:flex;font-weight:700;justify-content:center;position:relative;white-space:nowrap}.dp__calendar_header_item{box-sizing:border-box;flex-grow:1;height:var(--dp-cell-size);padding:var(--dp-cell-padding);text-align:center;width:var(--dp-cell-size)}.dp__calendar_row{align-items:center;display:flex;justify-content:center;margin:var(--dp-row-margin)}.dp__calendar_item{box-sizing:border-box;color:var(--dp-text-color);flex-grow:1;text-align:center}.dp__calendar{position:relative}.dp__calendar_header_cell{border-bottom:thin solid var(--dp-border-color);padding:var(--dp-calendar-header-cell-padding)}.dp__cell_inner{align-items:center;border:1px solid transparent;border-radius:var(--dp-cell-border-radius);box-sizing:border-box;display:flex;height:var(--dp-cell-size);justify-content:center;padding:var(--dp-cell-padding);position:relative;text-align:center;width:var(--dp-cell-size)}.dp__cell_inner:hover{transition:all .2s}.dp__cell_auto_range_start,.dp__date_hover_start:hover,.dp__range_start{border-end-end-radius:0;border-start-end-radius:0}.dp__cell_auto_range_end,.dp__date_hover_end:hover,.dp__range_end{border-end-start-radius:0;border-start-start-radius:0}.dp__active_date,.dp__range_end,.dp__range_start{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__cell_auto_range_end,.dp__cell_auto_range_start{border-bottom:1px dashed var(--dp-primary-color);border-top:1px dashed var(--dp-primary-color)}.dp__date_hover:hover,.dp__date_hover_end:hover,.dp__date_hover_start:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__cell_disabled,.dp__cell_offset{color:var(--dp-secondary-color)}.dp__cell_disabled{cursor:not-allowed}.dp__range_between{background:var(--dp-range-between-dates-background-color);border:1px solid var(--dp-range-between-border-color);border-radius:0;color:var(--dp-range-between-dates-text-color)}.dp__range_between_week{background:var(--dp-primary-color);border-bottom:1px solid var(--dp-primary-color);border-radius:0;border-top:1px solid var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__today{border:1px solid var(--dp-primary-color)}.dp__week_num{color:var(--dp-secondary-color);text-align:center}.dp__cell_auto_range{border-bottom:1px dashed var(--dp-primary-color);border-radius:0;border-top:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_start{border-inline-start:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_end{border-inline-end:1px dashed var(--dp-primary-color)}.dp__calendar_header_separator{background:var(--dp-border-color);height:1px;width:100%}.dp__calendar_next{margin-inline-start:var(--dp-multi-calendars-spacing)}.dp__marker_dot,.dp__marker_line{background-color:var(--dp-marker-color);bottom:0;height:5px;position:absolute}.dp__marker_dot{border-radius:50%;left:50%;transform:translate(-50%);width:5px}.dp__marker_line{left:0;width:100%}.dp__marker_tooltip{background-color:var(--dp-tooltip-color);border:1px solid var(--dp-border-color);border-radius:var(--dp-border-radius);box-sizing:border-box;cursor:default;padding:5px;position:absolute;z-index:99999}.dp__tooltip_content{white-space:nowrap}.dp__tooltip_text{align-items:center;color:var(--dp-text-color);display:flex;flex-flow:row nowrap}.dp__tooltip_mark{background-color:var(--dp-text-color);border-radius:50%;color:var(--dp-text-color);height:5px;margin-inline-end:5px;width:5px}.dp__arrow_bottom_tp{background-color:var(--dp-tooltip-color);border-bottom:1px solid var(--dp-border-color);border-inline-end:1px solid var(--dp-border-color);bottom:0;height:8px;position:absolute;transform:translate(-50%,50%) rotate(45deg);width:8px}.dp__instance_calendar{position:relative;width:100%}@media only screen and (width<=600px){.dp__flex_display{flex-direction:column}}.dp__cell_highlight{background-color:var(--dp-highlight-color)}.dp__month_year_row{align-items:center;box-sizing:border-box;color:var(--dp-text-color);display:flex;height:var(--dp-month-year-row-height)}.dp__inner_nav{align-items:center;border-radius:50%;color:var(--dp-icon-color);cursor:pointer;display:flex;height:var(--dp-month-year-row-button-size);justify-content:center;text-align:center;width:var(--dp-month-year-row-button-size)}.dp__inner_nav svg{height:var(--dp-button-icon-height);width:var(--dp-button-icon-height)}.dp__inner_nav:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}[dir=rtl] .dp__inner_nav{transform:rotate(180deg)}.dp__inner_nav_disabled,.dp__inner_nav_disabled:hover{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp--year-select,.dp__month_year_select{align-items:center;border-radius:var(--dp-border-radius);box-sizing:border-box;color:var(--dp-text-color);cursor:pointer;display:flex;height:var(--dp-month-year-row-height);justify-content:center;text-align:center}.dp--year-select:hover,.dp__month_year_select:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp__month_year_select{width:50%}.dp--year-select{width:100%}.dp__month_year_wrap{display:flex;width:100%}.dp__year_disable_select{justify-content:space-around}.dp__overlay{background:var(--dp-background-color);box-sizing:border-box;color:var(--dp-text-color);font-family:var(--dp-font-family);transition:opacity 1s ease-out;width:100%;z-index:99999}.dp--overlay-absolute{height:100%;left:0;position:absolute;top:0}.dp--overlay-relative{position:relative}.dp__overlay_container::-webkit-scrollbar-track{background-color:var(--dp-scroll-bar-background);box-shadow:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar{background-color:var(--dp-scroll-bar-background);width:5px}.dp__overlay_container::-webkit-scrollbar-thumb{background-color:var(--dp-scroll-bar-color);border-radius:10px}.dp__overlay:focus{border:none;outline:none}.dp__container_flex{display:flex}.dp__container_block{display:block}.dp__overlay_container{flex-direction:column;overflow-y:auto}.dp__time_picker_overlay_container{height:100%}.dp__overlay_row{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;margin-inline:auto auto;max-width:100%;padding:0;width:100%}.dp__flex_row{flex:1}.dp__overlay_col{box-sizing:border-box;padding:var(--dp-overlay-col-padding);white-space:nowrap;width:33%}.dp__overlay_cell_pad{padding:var(--dp-common-padding) 0}.dp__overlay_cell_active{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__overlay_cell,.dp__overlay_cell_active{border-radius:var(--dp-border-radius);cursor:pointer;text-align:center}.dp__overlay_cell:hover{transition:var(--dp-common-transition)}.dp__cell_in_between,.dp__overlay_cell:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__over_action_scroll{box-sizing:border-box;right:5px}.dp__overlay_cell_disabled{cursor:not-allowed}.dp__overlay_cell_disabled,.dp__overlay_cell_disabled:hover{background:var(--dp-disabled-color)}.dp__overlay_cell_active_disabled{cursor:not-allowed}.dp__overlay_cell_active_disabled,.dp__overlay_cell_active_disabled:hover{background:var(--dp-primary-disabled-color)}.dp--tp-wrap{max-width:var(--dp-menu-min-width)}.dp__time_input{align-items:center;color:var(--dp-text-color);display:flex;font-family:var(--dp-font-family);justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.dp__time_col_reg_block{padding:0 20px}.dp__time_col_reg_inline{padding:0 10px}.dp__time_col_reg_with_button{padding:0 15px}.dp__time_col_sec{padding:0 10px}.dp__time_col_sec_with_button{padding:0 5px}.dp__time_col{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.dp__time_col_block{font-size:var(--dp-time-font-size)}.dp__time_display{align-items:center;border-radius:var(--dp-border-radius);color:var(--dp-text-color);cursor:pointer;display:flex;justify-content:center}.dp__time_display:hover:enabled{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__time_display_block{padding:0 3px}.dp__time_display_inline{padding:5px}.dp__time_picker_inline_container{display:flex;justify-content:center;width:100%}.dp__inc_dec_button{align-items:center;border-radius:50%;box-sizing:border-box;color:var(--dp-icon-color);cursor:pointer;display:flex;justify-content:center;margin:0;padding:5px}.dp__inc_dec_button,.dp__inc_dec_button svg{height:var(--dp-time-inc-dec-button-size);width:var(--dp-time-inc-dec-button-size)}.dp__inc_dec_button:hover{background:var(--dp-hover-color);color:var(--dp-primary-color)}.dp__inc_dec_button_inline{align-items:center;cursor:pointer;display:flex;height:8px;padding:0;width:100%}.dp__inc_dec_button_disabled,.dp__inc_dec_button_disabled:hover{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp__pm_am_button{background:var(--dp-primary-color);border:none;border-radius:var(--dp-border-radius);color:var(--dp-primary-text-color);cursor:pointer;padding:var(--dp-common-padding)}.dp__tp_inline_btn_bar{background-color:var(--dp-secondary-color);border-collapse:collapse;height:4px;transition:var(--dp-common-transition);width:100%}.dp__tp_inline_btn_top:hover .dp__tp_btn_in_r{background-color:var(--dp-primary-color);transform:rotate(12deg) scale(1.15) translateY(-2px)}.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_r,.dp__tp_inline_btn_top:hover .dp__tp_btn_in_l{background-color:var(--dp-primary-color);transform:rotate(-12deg) scale(1.15) translateY(-2px)}.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_l{background-color:var(--dp-primary-color);transform:rotate(12deg) scale(1.15) translateY(-2px)}.dp--time-overlay-btn{background:none}.dp--time-invalid{background-color:var(--dp-disabled-color)}.dp__action_row{align-items:center;box-sizing:border-box;color:var(--dp-text-color);display:flex;flex-flow:row nowrap;padding:var(--dp-action-row-padding);width:100%}.dp__action_row svg{height:var(--dp-button-icon-height);width:auto}.dp__selection_preview{color:var(--dp-text-color);display:block;font-size:var(--dp-preview-font-size);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dp__action_buttons{align-items:center;display:flex;flex:0;justify-content:flex-end;margin-inline-start:auto}.dp__action_button{align-items:center;background:transparent;border:1px solid transparent;border-radius:var(--dp-border-radius);cursor:pointer;display:inline-flex;font-family:var(--dp-font-family);font-size:var(--dp-preview-font-size);height:var(--dp-action-button-height);line-height:var(--dp-action-button-height);margin-inline-start:3px;padding:var(--dp-action-buttons-padding)}.dp__action_select{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__action_select:hover{background:var(--dp-primary-color);transition:var(--dp-action-row-transtion)}.dp__action_select:disabled{background:var(--dp-primary-disabled-color);cursor:not-allowed}.dp__action_cancel{border:1px solid var(--dp-border-color);color:var(--dp-text-color)}.dp__action_cancel:hover{border-color:var(--dp-primary-color);transition:var(--dp-action-row-transtion)}.dp-quarter-picker-wrap{display:flex;flex-direction:column;height:100%;min-width:var(--dp-menu-min-width)}.dp--qr-btn{padding:var(--dp-common-padding);width:100%}.dp--qr-btn:not(.dp--highlighted,.dp--qr-btn-active,.dp--qr-btn-disabled,.dp--qr-btn-between){background:none}.dp--qr-btn:hover:not(.dp--qr-btn-active,.dp--qr-btn-disabled){background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp--quarter-items{display:flex;flex:1;flex-direction:column;height:100%;justify-content:space-evenly;width:100%}.dp--qr-btn-active{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp--qr-btn-between{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp--qr-btn-disabled{cursor:not-allowed}.dp--qr-btn-disabled,.dp--qr-btn-disabled:hover{background:var(--dp-disabled-color)}.dp--qr-btn,.dp--time-invalid,.dp--time-overlay-btn,.dp__btn{border:none;font:inherit;line-height:normal;transition:var(--dp-common-transition)}.dp--year-mode-picker{align-items:center;display:flex;height:var(--dp-cell-size);justify-content:space-between;width:100%}:root{--dp-common-transition:all .1s ease-in;--dp-menu-padding:6px 8px;--dp-animation-duration:.1s;--dp-menu-appear-transition-timing:cubic-bezier(.4,0,1,1);--dp-transition-timing:ease-out;--dp-action-row-transtion:all .2s ease-in;--dp-font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen,ubuntu,cantarell,"Open Sans","Helvetica Neue",sans-serif;--dp-border-radius:4px;--dp-cell-border-radius:4px;--dp-transition-length:22px;--dp-transition-timing-general:.1s;--dp-button-height:35px;--dp-month-year-row-height:35px;--dp-month-year-row-button-size:25px;--dp-button-icon-height:20px;--dp-calendar-wrap-padding:0 5px;--dp-cell-size:35px;--dp-cell-padding:5px;--dp-common-padding:10px;--dp-input-icon-padding:35px;--dp-input-padding:6px 30px 6px 12px;--dp-menu-min-width:260px;--dp-action-buttons-padding:1px 6px;--dp-row-margin:5px 0;--dp-calendar-header-cell-padding:.5rem;--dp-multi-calendars-spacing:10px;--dp-overlay-col-padding:3px;--dp-time-inc-dec-button-size:32px;--dp-font-size:1rem;--dp-preview-font-size:.8rem;--dp-time-font-size:2rem;--dp-action-button-height:22px;--dp-action-row-padding:8px}.dp__theme_dark{--dp-background-color:#212121;--dp-text-color:#fff;--dp-hover-color:#484848;--dp-hover-text-color:#fff;--dp-hover-icon-color:#959595;--dp-primary-color:#005cb2;--dp-primary-disabled-color:#61a8ea;--dp-primary-text-color:#fff;--dp-secondary-color:#a9a9a9;--dp-border-color:#2d2d2d;--dp-menu-border-color:#2d2d2d;--dp-border-color-hover:#aaaeb7;--dp-disabled-color:#737373;--dp-disabled-color-text:#d0d0d0;--dp-scroll-bar-background:#212121;--dp-scroll-bar-color:#484848;--dp-success-color:#00701a;--dp-success-color-disabled:#428f59;--dp-icon-color:#959595;--dp-danger-color:#e53935;--dp-marker-color:#e53935;--dp-tooltip-color:#3e3e3e;--dp-highlight-color:rgba(0,92,178,.2);--dp-range-between-dates-background-color:var(--dp-hover-color,#484848);--dp-range-between-dates-text-color:var(--dp-hover-text-color,#fff);--dp-range-between-border-color:var(--dp-hover-color,#fff)}.dp__theme_light{--dp-background-color:#fff;--dp-text-color:#212121;--dp-hover-color:#f3f3f3;--dp-hover-text-color:#212121;--dp-hover-icon-color:#959595;--dp-primary-color:#1976d2;--dp-primary-disabled-color:#6bacea;--dp-primary-text-color:#f8f5f5;--dp-secondary-color:#c0c4cc;--dp-border-color:#ddd;--dp-menu-border-color:#ddd;--dp-border-color-hover:#aaaeb7;--dp-disabled-color:#f6f6f6;--dp-scroll-bar-background:#f3f3f3;--dp-scroll-bar-color:#959595;--dp-success-color:#76d275;--dp-success-color-disabled:#a3d9b1;--dp-icon-color:#959595;--dp-danger-color:#ff6f60;--dp-marker-color:#ff6f60;--dp-tooltip-color:#fafafa;--dp-disabled-color-text:#8e8e8e;--dp-highlight-color:rgba(25,118,210,.1);--dp-range-between-dates-background-color:var(--dp-hover-color,#f3f3f3);--dp-range-between-dates-text-color:var(--dp-hover-text-color,#212121);--dp-range-between-border-color:var(--dp-hover-color,#f3f3f3)}.dp__flex{align-items:center;display:flex}.dp__btn{background:none}.dp__main{box-sizing:border-box;font-family:var(--dp-font-family);position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.dp__pointer{cursor:pointer}.dp__icon{fill:currentcolor;stroke:currentcolor}.dp__button{align-items:center;box-sizing:border-box;color:var(--dp-icon-color);cursor:pointer;display:flex;height:var(--dp-button-height);padding:var(--dp-common-padding);place-content:center center;text-align:center;width:100%}.dp__button.dp__overlay_action{bottom:0;position:absolute}.dp__button:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__button svg{height:var(--dp-button-icon-height);width:auto}.dp__button_bottom{border-bottom-left-radius:var(--dp-border-radius);border-bottom-right-radius:var(--dp-border-radius)}.dp__flex_display{display:flex}.dp__flex_display_with_input{align-items:flex-start;flex-direction:column}.dp__relative{position:relative}.calendar-next-enter-active,.calendar-next-leave-active,.calendar-prev-enter-active,.calendar-prev-leave-active{transition:all var(--dp-transition-timing-general) ease-out}.calendar-next-enter-from{opacity:0;transform:translate(var(--dp-transition-length))}.calendar-next-leave-to,.calendar-prev-enter-from{opacity:0;transform:translate(calc(var(--dp-transition-length)*-1))}.calendar-prev-leave-to{opacity:0;transform:translate(var(--dp-transition-length))}.dp-menu-appear-bottom-enter-active,.dp-menu-appear-bottom-leave-active,.dp-menu-appear-top-enter-active,.dp-menu-appear-top-leave-active,.dp-slide-down-enter-active,.dp-slide-down-leave-active,.dp-slide-up-enter-active,.dp-slide-up-leave-active{transition:all var(--dp-animation-duration) var(--dp-transition-timing)}.dp-menu-appear-top-enter-from,.dp-menu-appear-top-leave-to,.dp-slide-down-leave-to,.dp-slide-up-enter-from{opacity:0;transform:translateY(var(--dp-transition-length))}.dp-menu-appear-bottom-enter-from,.dp-menu-appear-bottom-leave-to,.dp-slide-down-enter-from,.dp-slide-up-leave-to{opacity:0;transform:translateY(calc(var(--dp-transition-length)*-1))}.dp--arrow-btn-nav{transition:var(--dp-common-transition)}.dp--highlighted{background-color:var(--dp-highlight-color)}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translate(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--default{background:var(--toastify-color-progress-colored)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentcolor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__none{0%,60%,75%,90%,to{animation-duration:0;animation-timing-function:none}0%{opacity:1;transform:translateZ(0)}to{transform:translateZ(0)}}.Toastify__none-enter--bottom-center,.Toastify__none-enter--bottom-left,.Toastify__none-enter--bottom-right,.Toastify__none-enter--top-center,.Toastify__none-enter--top-left,.Toastify__none-enter--top-right{animation-name:Toastify__none}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.vue-slider-dot{position:absolute;transition:all 0s;z-index:5}.vue-slider-dot:focus{outline:none}.vue-slider-dot-tooltip{position:absolute;visibility:hidden}.vue-slider-dot-hover:hover .vue-slider-dot-tooltip,.vue-slider-dot-tooltip-show{visibility:visible}.vue-slider-dot-tooltip-top{left:50%;top:-10px;transform:translate(-50%,-100%)}.vue-slider-dot-tooltip-bottom{bottom:-10px;left:50%;transform:translate(-50%,100%)}.vue-slider-dot-tooltip-left{left:-10px;top:50%;transform:translate(-100%,-50%)}.vue-slider-dot-tooltip-right{right:-10px;top:50%;transform:translate(100%,-50%)}.vue-slider-marks{height:100%;position:relative;width:100%}.vue-slider-mark{position:absolute;z-index:1}.vue-slider-ltr .vue-slider-mark,.vue-slider-rtl .vue-slider-mark{height:100%;top:50%;width:0}.vue-slider-ltr .vue-slider-mark-step,.vue-slider-rtl .vue-slider-mark-step{top:0}.vue-slider-ltr .vue-slider-mark-label,.vue-slider-rtl .vue-slider-mark-label{margin-top:10px;top:100%}.vue-slider-ltr .vue-slider-mark{transform:translate(-50%,-50%)}.vue-slider-ltr .vue-slider-mark-step{left:0}.vue-slider-ltr .vue-slider-mark-label{left:50%;transform:translate(-50%)}.vue-slider-rtl .vue-slider-mark{transform:translate(50%,-50%)}.vue-slider-rtl .vue-slider-mark-step{right:0}.vue-slider-rtl .vue-slider-mark-label{right:50%;transform:translate(50%)}.vue-slider-btt .vue-slider-mark,.vue-slider-ttb .vue-slider-mark{height:0;left:50%;width:100%}.vue-slider-btt .vue-slider-mark-step,.vue-slider-ttb .vue-slider-mark-step{left:0}.vue-slider-btt .vue-slider-mark-label,.vue-slider-ttb .vue-slider-mark-label{left:100%;margin-left:10px}.vue-slider-btt .vue-slider-mark{transform:translate(-50%,50%)}.vue-slider-btt .vue-slider-mark-step{top:0}.vue-slider-btt .vue-slider-mark-label{top:50%;transform:translateY(-50%)}.vue-slider-ttb .vue-slider-mark{transform:translate(-50%,-50%)}.vue-slider-ttb .vue-slider-mark-step{bottom:0}.vue-slider-ttb .vue-slider-mark-label{bottom:50%;transform:translateY(50%)}.vue-slider-mark-label,.vue-slider-mark-step{position:absolute}.vue-slider{box-sizing:content-box;display:block;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.vue-slider-rail{height:100%;position:relative;transition-property:width,height,left,right,top,bottom;width:100%}.vue-slider-process{position:absolute;z-index:1}.vue-slider-disabled .vue-slider-rail{background-color:#ccc}.vue-slider-disabled .vue-slider-dot-handle,.vue-slider-disabled .vue-slider-mark-step,.vue-slider-disabled .vue-slider-process{background-color:#666}.vue-slider-disabled .vue-slider-mark-step-active{background-color:#ccc}.vue-slider-rail{background-color:#bda1f3;border-radius:15px}.vue-slider-process{background-color:#6200ee;border-radius:15px}.vue-slider-mark{z-index:4}.vue-slider-mark-step{background-color:#6200ee;border-radius:50%;height:100%;width:100%}.vue-slider-mark-step-active{background-color:#bda1f3}.vue-slider-mark-label{font-size:14px;white-space:nowrap}.vue-slider-dot-handle{background-color:#6200ee;border-radius:50%;box-sizing:border-box;cursor:pointer;height:100%;position:relative;width:100%}.vue-slider-dot-handle:after{background-color:#6200ee61;border-radius:50%;content:"";height:200%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:transform .2s;width:200%;z-index:-1}.vue-slider-dot-handle-focus:after{transform:translate(-50%,-50%) scale(1)}.vue-slider-dot-handle-disabled{background-color:#666!important;cursor:not-allowed}.vue-slider-dot-tooltip{visibility:visible}.vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner{opacity:1}.vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner-top{transform:rotate(-45deg)}.vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner-bottom{transform:rotate(135deg)}.vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner-left{transform:rotate(-135deg)}.vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner-right{transform:rotate(45deg)}.vue-slider-dot-tooltip-inner{background-color:#6200ee;border-radius:50% 50% 50% 0;opacity:0;transition:transform .4s cubic-bezier(.25,.8,.25,1),opacity .2s linear}.vue-slider-dot-tooltip-inner-top{transform:translateY(50%) scale(.01) rotate(-45deg)}.vue-slider-dot-tooltip-inner-bottom{transform:translateY(-50%) scale(.01) rotate(135deg)}.vue-slider-dot-tooltip-inner-left{transform:translate(50%) scale(.01) rotate(-135deg)}.vue-slider-dot-tooltip-inner-right{transform:translate(-50%) scale(.01) rotate(45deg)}.vue-slider-dot-tooltip-text{align-items:center;box-sizing:content-box;color:#fff;display:flex;font-size:12px;height:30px;justify-content:center;text-align:center;white-space:nowrap;width:30px}.vue-slider-dot-tooltip-inner-top .vue-slider-dot-tooltip-text{transform:rotate(45deg)}.vue-slider-dot-tooltip-inner-bottom .vue-slider-dot-tooltip-text{transform:rotate(-135deg)}.vue-slider-dot-tooltip-inner-left .vue-slider-dot-tooltip-text{transform:rotate(135deg)}.vue-slider-dot-tooltip-inner-right .vue-slider-dot-tooltip-text{transform:rotate(-45deg)}.vue-skeletor{background-color:#0000001f;overflow:hidden;position:relative}.vue-skeletor:not(.vue-skeletor--shimmerless):after{animation:shimmer 1.5s infinite;background-image:linear-gradient(90deg,#fff0,#ffffff4d,#25161600);content:"";height:100%;left:0;position:absolute;top:0;transform:translate(-100%);width:100%}.vue-skeletor--circle,.vue-skeletor--rect{display:block}.vue-skeletor--circle{border-radius:50%}.vue-skeletor--pill,.vue-skeletor--text{border-radius:9999px}.vue-skeletor--text{display:inline-block;height:inherit;line-height:1;top:-1px;vertical-align:middle;width:100%}@keyframes shimmer{to{transform:translate(100%)}}.vfm--fixed{position:fixed}.vfm--absolute{position:absolute}.vfm--inset{inset:0}.vfm--overlay{background-color:#00000080;z-index:-1}.vfm--prevent-none{pointer-events:none}.vfm--prevent-auto{pointer-events:auto}.vfm--outline-none:focus{outline:none}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.vfm-fade-enter-active{animation:fade-in .3s ease}.vfm-fade-leave-active{animation:fade-out .3s ease}.vfm-bounce-back{transition-duration:.3s;transition-property:transform}.vfm-slide-down-enter-active,.vfm-slide-down-leave-active,.vfm-slide-up-enter-active,.vfm-slide-up-leave-active{transition:transform .3s ease}.vfm-slide-down-enter-from,.vfm-slide-down-leave-to{transform:translateY(100vh)!important}.vfm-slide-up-enter-from,.vfm-slide-up-leave-to{transform:translateY(-100vh)!important}.vfm-slide-left-enter-active,.vfm-slide-left-leave-active,.vfm-slide-right-enter-active,.vfm-slide-right-leave-active{transition:transform .3s ease}.vfm-slide-right-enter-from,.vfm-slide-right-leave-to{transform:translate(100vw)!important}.vfm-slide-left-enter-from,.vfm-slide-left-leave-to{transform:translate(-100vw)!important}.vfm-swipe-banner-back,.vfm-swipe-banner-forward{bottom:0;position:fixed;top:0;width:27px;z-index:10}.vfm-swipe-banner-back{left:0}.vfm-swipe-banner-forward{right:0}.vl-overlay,.vl-shown{overflow:hidden}.vl-overlay{align-items:center;display:none;justify-content:center;inset:0;position:absolute;z-index:9999}.vl-overlay.vl-active{display:flex}.vl-overlay.vl-full-page{position:fixed;z-index:9999}.vl-overlay .vl-background{background:#fff;inset:0;opacity:.5;position:absolute}.vl-overlay .vl-icon,.vl-parent{position:relative}.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-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.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-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{fill:currentColor;height:100%;-o-object-fit:contain;object-fit:contain;pointer-events:none;transform-origin:center;width:100%}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.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-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;.swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,.swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;content:"";filter:blur(50px);inset:0;position:absolute}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,.swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:300;src:url(./MontserratLight.tDyAfqrP.eot);src:local("Montserrat Light"),local("Montserrat-Light"),url(./MontserratLight.tDyAfqrP.eot) format("embedded-opentype"),url(./MontserratLight.CwU_FuxB.woff2) format("woff2"),url(./MontserratLight.Br7HqB7g.woff) format("woff"),url(./MontserratLight.CNmTbY4b.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(./MontserratRegular.BShw5wOS.eot);src:local("Montserrat Regular"),local("Montserrat-Regular"),url(./MontserratRegular.BShw5wOS.eot) format("embedded-opentype"),url(./MontserratRegular.Cc18FU0w.woff2) format("woff2"),url(./MontserratRegular.2oVpyzPb.woff) format("woff"),url(./MontserratRegular.kv9Cf5ql.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:italic;font-weight:500;src:url(./MontserratMediumItalic.BWobNlr0.eot);src:local("Montserrat MediumItalic"),local("Montserrat-MediumItalic"),url(./MontserratMediumItalic.BWobNlr0.eot) format("embedded-opentype"),url(./MontserratMediumItalic.DVfTJEaK.woff2) format("woff2"),url(./MontserratMediumItalic.BkrBKlsM.woff) format("woff"),url(./MontserratMediumItalic.CrH1uIZJ.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:500;src:url(./MontserratMedium.24WXboZe.eot);src:local("Montserrat Medium"),local("Montserrat-Medium"),url(./MontserratMedium.24WXboZe.eot) format("embedded-opentype"),url(./MontserratMedium.2fhQeA8d.woff2) format("woff2"),url(./MontserratMedium.BWHcGYup.woff) format("woff"),url(./MontserratMedium.B8t7UCGV.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:700;src:url(./MontserratBold.Br0wAGaw.eot);src:local("Montserrat Bold"),local("Montserrat-Bold"),url(./MontserratBold.Br0wAGaw.eot) format("embedded-opentype"),url(./MontserratBold.BDGAjmAa.woff2) format("woff2"),url(./MontserratBold.nlJ94J3z.woff) format("woff"),url(./MontserratBold.B0IpJVX6.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(./MontserratSemiBold.BLgzDePF.eot);src:local("Montserrat SemiBold"),local("Montserrat-SemiBold"),url(./MontserratSemiBold.BLgzDePF.eot) format("embedded-opentype"),url(./MontserratSemiBold.B2Itrc4U.woff2) format("woff2"),url(./MontserratSemiBold.Dr7eZBpY.woff) format("woff"),url(./MontserratSemiBold.D2BqYPev.ttf) format("truetype")}jdiv .__jivoMobileButton{margin-bottom:35rem}@media(max-width:1024px){jdiv .__jivoMobileButton{display:none}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:""}table{border-spacing:0}*{box-sizing:border-box;outline:none}img{display:block;height:auto;max-width:100%}button,input,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0;font-family:Montserrat,"sans-serif"}button{background:transparent;padding:0}button,input[type=checkbox],input[type=radio]{cursor:pointer}a,a:active,a:focus,a:hover{color:inherit;text-decoration:none}label{cursor:pointer}input,select,textarea{font-size:14px}@media only screen and (max-width:419px){input,select,textarea{font-size:12px}}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{-webkit-text-fill-color:inherit!important;-webkit-box-shadow:inset 0 0 0 1000px #fff;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}*,:after,:before{border-style:solid;border-width:0;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1}input::placeholder,textarea::placeholder{opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}html{font-size:1px;text-rendering:optimizelegibility;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-font-feature-settings:"kern";-webkit-font-smoothing:antialiased}@media only screen and (max-width:1439px){html{font-size:.8px}}@media only screen and (max-width:1279px){html{font-size:.075555555vw}}@media only screen and (max-width:1023px){html{font-size:.089999999vw}}@media only screen and (max-width:767px){html{font-size:.2777777778vw}}body{color:#323232;font-family:Montserrat,"sans-serif";font-size:14px;font-weight:400;line-height:1.5}::-webkit-scrollbar{background-color:#f8f8f8;border-radius:999px;box-shadow:inset 1px 1px 4px #adadad52;width:4px}::-webkit-scrollbar-thumb{background-color:#c3c1c1;border-radius:999px}::-webkit-scrollbar-thumb:hover{background-color:#7f7d80}img{pointer-events:none}h1,h2{color:#000;font-size:22rem;font-weight:600}@media only screen and (max-width:767px){h1,h2{font-size:20rem}}@media only screen and (max-width:339px){h1,h2{font-size:18rem}}@media only screen and (max-width:767px){.layout-wrapper{display:flex;flex-direction:column;min-height:100vh}.main-wrapper{flex-grow:1}}.navbar{bottom:10px;display:none;flex-direction:column;justify-content:space-between;left:0;margin-top:30px;position:sticky;right:0;z-index:2000}.navbar__layer{margin:0 auto 10px;overflow-y:auto;transition:transform .3s;width:95%}.navbar__layer.active{transform:translate(100%)}.navbar__menu{padding:30rem 20rem}.navbar__navigation{width:100%}@media only screen and (max-width:767px){.navbar{display:flex}}.ymab-integration-split-popup{top:120px!important}.color-red{color:#ff4d4f!important}.message{background:#f7f7f7;border:1px solid #e5e5e5;border-radius:6px;cursor:pointer;gap:6rem;margin-bottom:20rem;padding:6rem 16rem;text-align:center}.message_alert{color:#ff4d4f}.message_success{background-color:#32bb5826;border:1px solid #32bb58;color:#323232}.vl-overlay.vl-active{z-index:1000}.cursor-pointer{cursor:pointer}.delivery-warning{display:none!important}.cart-stores__map-icon__info-store{background:#009a72;border-radius:19px;color:#fff;font-family:Montserrat,"sans-serif";font-size:10px;left:16px;padding:2px 8px;position:absolute;top:-18px;transform:translate(-50%);width:-moz-max-content;width:max-content}.cart-stores__map-icon__info-store.danger{background:#f77931}.marker-container{height:1px;position:relative;width:1px}.map-marker{background-position:bottom;border-radius:9999px;bottom:0;cursor:pointer;height:44px;left:-18px;max-width:unset;position:absolute;transition:all .2s ease-in-out;width:36px;z-index:2000}.map-marker__today-label{background:#159c47;border-radius:35px;bottom:calc(100% + 4px);color:#fff}.map-marker__chosen-label:before,.map-marker__today-label{font-size:12px;font-style:normal;font-weight:500;line-height:150%;min-width:12px;padding:2px 4px;position:absolute;right:50%;transform:translate(50%);width:-moz-max-content;width:max-content}.map-marker__chosen-label:before{background:#e5e5e5 -59.105px -20.473px/108.301% 171.152% no-repeat;border:1px solid #c3c1c1;border-radius:20px;box-shadow:-2px -4px 6px #501c1d26,2px 4px 6px #501c1d26;color:#323232;content:"Выбрали магазин"}.map-marker__chosen-label_lonely:before{bottom:calc(100% + 4px)}.map-marker__chosen-label_not-lonely:before{bottom:calc(100% + 30px)}.marker{border-radius:35%;bottom:0;cursor:pointer;height:48px;left:-16px;max-width:unset;position:absolute;transition:all .2s ease-in-out;width:32px;z-index:2000}.marker-today{background:#009a72;border-radius:19px;color:#fff;font-family:Montserrat,"sans-serif";font-size:10px;left:16px;padding:2px 8px;position:absolute;top:-18px;transform:translate(-50%);width:-moz-max-content;width:max-content}.cluster{background-color:#b3b3b3;background-size:46px 46px;border:1px solid #d2d2d3;border-radius:50%;cursor:pointer;height:44px;position:relative;width:44px}.cluster-content{background-color:#fff;border-radius:50%;height:32px;width:32px}.cluster-content,.cluster-text{left:50%;position:absolute;top:50%;transform:translate(-50%) translateY(-50%)}.cluster-text{font:13px Arial,sans-serif;height:16px;text-align:center;width:46px}.scroll-block{overflow:hidden!important}.vfm{z-index:2001!important}.button{align-items:center;border-radius:100rem;display:flex;font-family:Montserrat,"sans-serif";font-size:14rem;font-weight:600;justify-content:center;letter-spacing:.055em;line-height:18rem;margin:0;padding:15rem 35rem;transition:all .15s ease-in-out}@media only screen and (max-width:339px){.button{font-size:12rem}}.button span{align-items:center;display:flex}.button.disabled,.button:disabled{color:#00000080;cursor:not-allowed}.button_dashed{border:1px dashed #aaa}.button_red{background-color:#ff4d4f;color:#fff;text-align:center}.button_red.disabled,.button_red.muted,.button_red:disabled{color:#ffffff80}.button_red:not(.muted):not(.disabled):focus,.button_red:not(.muted):not(.disabled):hover{background-color:#fc393b;color:#fff}@media only screen and (max-width:419px){.button_red{padding:15rem}}.button_green{background-color:#159c47;color:#fff;width:-moz-max-content;width:max-content}.button_green:hover{background:#fff;color:#159c47}.button_green.disabled,.button_green.muted,.button_green:disabled{color:#ffffff80}.button_green:not(.muted):focus,.button_green:not(.muted):hover{color:#fff}.button_black{background-color:#323232;border-color:#323232;color:#fff}.button_black.disabled,.button_black.muted,.button_black:disabled{color:#ffffff80}.button_black:not(.muted):focus,.button_black:not(.muted):hover{color:#fff}.button_red-bordered{background:transparent;border:2rem solid #ff4d4f;color:#ff4d4f}.button_red-bordered.disabled,.button_red-bordered.muted,.button_red-bordered:disabled{color:#ff4d4f80}@media only screen and (max-width:575px){.button_red-bordered{border-width:1px}}.button_black-bordered{background:transparent;border:2px solid #323232;color:#323232}.button_black-bordered.disabled,.button_black-bordered.muted,.button_black-bordered:disabled{color:#32323280}.button_bordered{background:transparent;border:2rem solid #ffd645;border-radius:10rem;color:#000}.button_bordered.disabled,.button_bordered.muted,.button_bordered:disabled{color:#00000080}.button_gray-bordered{border:1px solid #323232;color:#323232}.button_gray-bordered:hover{background:#323232;color:#fff}.button_gray-bordered.disabled,.button_gray-bordered.muted,.button_gray-bordered:disabled{background:transparent;color:#32323280}.button_square{border-radius:5rem;font-weight:400;padding:12rem 24rem;text-transform:none}.button_purple-bordered{border:1px solid #cd5ee0;color:#cd5ee0}.button_purple-bordered.disabled,.button_purple-bordered.muted,.button_purple-bordered:disabled{color:#cd5ee080}.button_light-gray{background:#f1f1f1;font-weight:600}.button_huge{font-size:20rem;font-weight:600;line-height:18rem;padding:25rem 60rem}@media only screen and (max-width:1023px){.button_huge{font-size:18rem;line-height:20rem;padding:20rem 25rem}}@media only screen and (max-width:767px){.button_huge{font-size:14rem;line-height:16rem;padding:15rem 18rem}}.button_big{font-size:20rem;font-weight:600;height:50rem;line-height:22rem}@media only screen and (max-width:1023px){.button_big{font-size:18rem;line-height:20rem}}@media only screen and (max-width:767px){.button_big{font-size:14rem;height:38rem;line-height:16rem;padding:8rem 12rem}}.button_short{padding:18rem}.button_middle{padding:10rem 15rem}.button_middle,.button_small{font-size:12rem;line-height:18rem}.button_small{padding:7rem 15rem}.button_wide{width:100%}.button_more-round{border-radius:12rem}@media only screen and (max-width:767px){.button_md-wide{width:100%}}@media only screen and (max-width:575px){.button_sm-wide{width:100%}}.button-split{display:flex;flex-direction:column}.button-split button{align-items:center;color:#323232;display:flex;flex:1;font-size:14rem;justify-content:center;line-height:15rem;padding:12rem 24rem;text-align:center;transition:all .15s ease-in-out}.button-split button:hover{background-color:#f4f4f4}.button-split button:first-child:last-child{border-radius:5rem}.button-split button:first-child{border-left-width:1px;border-radius:5rem 5rem 0 0}.button-split button:last-child{border-radius:0 0 5rem 5rem;margin-top:-1rem}@media only screen and (max-width:1279px){.button-split button:last-child{border-radius:0 0 5rem 5rem}}@media only screen and (max-width:575px){.button-split button:last-child{border-radius:0 0 5rem 5rem}}.button-split button.active{background-color:#323232;border-color:transparent;color:#fff;position:relative}.button-split_row{flex-direction:row}.button-split_row button:first-child{border-left-width:1px;border-radius:5rem 0 0 5rem}.button-split_row button:not(:first-child){margin-left:-1rem}@media only screen and (max-width:1279px){.button-split_row button:not(:first-child){margin-left:0;margin-top:-1rem}}@media only screen and (max-width:575px){.button-split_row button:not(:first-child){margin-left:0;margin-top:-1rem}}.button-split_row button:last-child{border-radius:0 5rem 5rem 0}.button-split_solid button{border:1px solid #323232}.button-split_dashed button{border:1px dashed #aaa}.button-split_large button{padding:20rem 30rem}.button-split_small button{padding:10rem 15rem}.button-split_uppercase button{font-size:14rem;font-weight:600;letter-spacing:.055em;line-height:18rem;text-transform:uppercase}.button-split_uppercase-large button{font-size:16rem}.button-split_start button{align-items:flex-start;justify-content:flex-start;text-align:left}@media only screen and (max-width:1279px){.button-split_start button{justify-content:center}}@media only screen and (max-width:575px){.button-split_start button{justify-content:center}}@media only screen and (max-width:767px){.button-split_md-small button{font-size:12rem;padding:10rem 15rem}.button-split_md-wrap{flex-direction:column}.button-split_md-wrap button{width:100%}.button-split_md-wrap button:first-child{border-bottom-color:transparent;border-radius:5rem 5rem 0 0;border-right-color:#aaa}.button-split_md-wrap button:last-child{border-radius:0 0 5rem 5rem}}.btn-description{align-self:center}.button-select{align-items:center;border:1px solid rgba(55,55,55,.15);border-radius:6rem;display:flex;justify-content:space-between;padding-left:20rem;padding-right:20rem;width:100%}.button-select:not(:last-child){margin-bottom:10rem}.button-select:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none' viewBox='0 0 25 24'%3E%3Cpath stroke='currentColor' stroke-width='1.5' d='m7.667 21 9.5-9-9.5-9'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";display:inline-block;height:16rem;margin-left:20rem;width:16rem}.button-select_selected{background:#f1f1f1;border:none}.button-select_selected:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='13' fill='none' viewBox='0 0 17 13'%3E%3Cpath stroke='currentColor' stroke-width='2' d='M1 6.5 5.5 11l10-10'/%3E%3C/svg%3E")}.button-switcher{display:flex;position:relative;z-index:0}.button-switcher:before{border:1px solid #323232;border-radius:10rem;content:"";inset:0;position:absolute;z-index:-1}.button-switcher.horizontal{flex-direction:row}.button-switcher.with-info button{padding:15rem 10rem}@media only screen and (min-width:1024px){.button-switcher.with-info button{padding:15rem 25rem}}.button-switcher.with-info button .title{flex-wrap:wrap;justify-content:center;text-align:center}.button-switcher button{align-items:center;border-radius:10rem;color:#323232;display:flex;flex:1;flex-direction:column;justify-content:center;letter-spacing:.055em;padding:15rem 30rem}.button-switcher button .title{align-items:center;display:flex;font-size:14rem;font-weight:600;text-transform:uppercase}@media only screen and (max-width:767px){.button-switcher button .title{font-size:14px;height:-moz-max-content!important;height:max-content!important}}.button-switcher button .info{font-size:10rem;font-weight:500;margin-top:7rem;text-transform:uppercase}@media only screen and (max-width:767px){.button-switcher button .info{max-width:90%}}@media only screen and (max-width:339px){.button-switcher button .info{font-size:9rem}}.button-switcher button.active{background-color:#323232;color:#fff}@media only screen and (max-width:767px){.button-switcher{flex-direction:column}}.button-switcher.without-active button+button{border-bottom-left-radius:0;border-left:1px solid #323232;border-top-left-radius:0}@media only screen and (max-width:767px){.stick-button__static{display:none}}.stick-button__float{bottom:0;display:none;left:10px;right:10px;z-index:1000}@media only screen and (max-width:767px){.stick-button__float{display:block}}@media only screen and (min-width:768px){.stick-button__float_mobile{display:none}}.classButtonStick .stick-button__float{box-shadow:none}.breadcrumbs{margin:0 0 20rem;overflow:hidden}.breadcrumbs__wrapper{align-items:center;display:flex;gap:5px;padding:8px 0}@media only screen and (max-width:767px){.breadcrumbs__wrapper{margin-top:10px;padding:0}.breadcrumbs__wrapper li:last-child{padding-right:10rem}}.breadcrumbs__item{align-items:center;display:block;font-size:12px;line-height:150%;white-space:nowrap}.breadcrumbs__item:last-child{overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap}@media only screen and (max-width:767px){.breadcrumbs__item{font-size:14px;line-height:21px}}.breadcrumbs__gray{color:#7f7d80}.breadcrumbs__home{display:none}@media only screen and (max-width:767px){.breadcrumbs__home{align-items:center;display:flex}}.breadcrumbs__home .delimiter{display:block;height:16rem;margin:0 5rem;width:16rem}@media only screen and (max-width:767px){.breadcrumbs{overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.breadcrumbs::-webkit-scrollbar{display:none}}.checkbox{background-color:#fff;border:1px solid #323232;display:inline-block;height:18rem;margin-right:10rem;overflow:hidden;position:relative;transition:background .15s;width:18rem}.checkbox:checked{background-color:#323232;border-width:0}.checkbox:checked:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='13' fill='none' viewBox='0 0 17 13'%3E%3Cpath stroke='currentColor' stroke-width='2' d='M1 6.5 5.5 11l10-10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";height:72.22%;position:absolute;right:-2rem;top:0;width:94.44%}.checkbox:disabled{opacity:.5;pointer-events:none}.form-field{margin-bottom:30rem;position:relative}@media only screen and (max-width:339px){.form-field{margin-bottom:10rem}}.form-field__status{background-repeat:no-repeat;background-size:contain;display:inline-block;line-height:inherit;pointer-events:none;text-rendering:auto;-webkit-font-smoothing:antialiased;background-position-x:left;height:-moz-max-content;height:max-content}.form-field__status.error{color:#ff4d4f}.form-field__status.done{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='13' fill='none' viewBox='0 0 17 13'%3E%3Cpath stroke='currentColor' stroke-width='2' d='M1 6.5 5.5 11l10-10'/%3E%3C/svg%3E")}.form-field__pincode-error{margin:10rem 0;position:relative}.form-field__field{position:relative}.form-field__field :-moz-placeholder,.form-field__field ::-moz-placeholder{opacity:0}.form-field__field ::-webkit-input-placeholder{opacity:0}.form-field__field_placeholder :-moz-placeholder,.form-field__field_placeholder ::-moz-placeholder{color:#c3c1c1;opacity:1}.form-field__field_placeholder ::-webkit-input-placeholder{color:#c3c1c1;opacity:1}.form-field__field_placeholder .form-field__label{cursor:pointer;transform:translate(0) scale(.87)}.form-field__field_success .form-field__input{border-color:transparent}.form-field__field_success .form-field__success{opacity:1}.form-field__field_error .form-field__input{border-color:#ff4d4f}.form-field__field>svg{bottom:10rem;position:absolute!important;right:0}.form-field__field>.vl-overlay.vl-active{align-items:flex-end;justify-content:flex-end;padding:5rem}.form-field__input{background-color:transparent;border-bottom:1px solid #c3c1c1;color:#151515;font-family:Montserrat,"sans-serif";font-size:14rem;height:60rem;line-height:23rem;padding:28rem 0 5rem;text-align:start;width:100%}@media only screen and (max-width:339px){.form-field__input{font-size:12rem;height:50rem;line-height:12rem;padding:18rem 0 5rem}}.form-field__input::-webkit-date-and-time-value{text-align:start}textarea.form-field__input{height:auto;min-height:60rem}.form-field__input:not(:-moz-read-only):focus+.form-field__label{cursor:pointer;transform:translate(0) scale(.87)}.form-field__input:not(:read-only):focus+.form-field__label{cursor:pointer;transform:translate(0) scale(.87)}.form-field__input:not(:-moz-placeholder)+.form-field__label{cursor:pointer;transform:translate(0) scale(.87)}.form-field__input:not(:placeholder-shown)+.form-field__label{cursor:pointer;transform:translate(0) scale(.87)}.form-field__input_icon{padding-right:20rem}.form-field div.form-field__input{height:auto;min-height:60rem}@media only screen and (max-width:339px){.form-field div.form-field__input{padding:25rem 0 5rem}}.form-field__label{color:#c3c1c1;cursor:text;font-size:16rem;left:0;line-height:20rem;max-width:100%;overflow:hidden;position:absolute;text-overflow:ellipsis;top:5rem;transform:translateY(21rem) scale(1);transform-origin:left bottom;transition:transform .3s;white-space:nowrap}@media only screen and (max-width:339px){.form-field__label{font-size:12rem;line-height:16rem}}.form-field__label_small{font-size:14rem;line-height:20rem}@media only screen and (max-width:339px){.form-field__label_small{font-size:11rem;line-height:14rem}}.form-field__label_large{font-size:16rem;line-height:20rem}@media only screen and (max-width:339px){.form-field__label_large{font-size:12rem;line-height:16rem}}.form-field__label small{color:#7f7d80;font-size:14rem;line-height:25rem}@media only screen and (max-width:339px){.form-field__label small{font-size:10rem;line-height:14rem}}.form-field__success{opacity:0;position:absolute;right:20rem;top:50%;transform:translateY(-50%);transition:opacity .3s}.form-field__error{color:#ff4d4f;font-size:12rem;line-height:20rem;margin-top:5rem;position:relative}.form-field__error:not(:last-child){margin-bottom:3rem}.form-field__error_icon{padding-left:20rem}.form-field__error_icon:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M10.832 4.715a1.384 1.384 0 0 1 2.404 0l8.687 15.204a1.384 1.384 0 0 1-1.201 2.07H3.346a1.384 1.384 0 0 1-1.201-2.07z'/%3E%3Cpath fill='%23fff' d='M12.034 15.76a1.04 1.04 0 0 1-1.038-1.038V9.186a1.038 1.038 0 0 1 2.076 0v5.536c0 .574-.465 1.038-1.038 1.039m0 3.807a1.385 1.385 0 1 1 0-2.77 1.385 1.385 0 0 1 0 2.77'/%3E%3C/svg%3E");content:"";height:16rem;left:0;position:absolute;top:2rem;width:16rem}.form-field__text{color:#7f7d80;font-size:14rem;line-height:21rem}.form-field__text a{text-decoration:underline}.form-field__text_error{color:#ff4d4f}.form-field__text_warning{color:#ff8311}.form-field__checkbox,.form-field__radio{display:flex}.form-field__checkbox_error,.form-field__radio_error{color:#ff4d4f}.form-field__checkbox_error input,.form-field__radio_error input{border-color:#ff4d4f}.form-field__checkbox .checkbox,.form-field__checkbox .radio,.form-field__radio .checkbox,.form-field__radio .radio{flex-shrink:0;margin-right:10rem;margin-top:5rem}@media screen and (min-width:768rem)and (max-width:1200rem){.form-field__checkbox .checkbox,.form-field__checkbox .radio,.form-field__radio .checkbox,.form-field__radio .radio{margin-top:0}}.form-field__checkbox .form-field__label,.form-field__radio .form-field__label{color:#323232;cursor:pointer;flex:1;position:static;transform:none;white-space:normal}.form-field__pincode input::-webkit-input-placeholder{opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.form-field__pincode input:-moz-placeholder,.form-field__pincode input::-moz-placeholder{opacity:1;-moz-transition:opacity .3s ease;transition:opacity .3s ease}.form-field__pincode input:-ms-input-placeholder{opacity:1;-ms-transition:opacity .3s ease;transition:opacity .3s ease}.form-field__pincode input:focus::-webkit-input-placeholder{opacity:.3;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.form-field__pincode input:focus:-moz-placeholder,.form-field__pincode input:focus::-moz-placeholder{opacity:.3;-moz-transition:opacity .3s ease;transition:opacity .3s ease}.form-field__pincode input:focus:-ms-input-placeholder{opacity:.3;-ms-transition:opacity .3s ease;transition:opacity .3s ease}.form-field__pincode_error .form-field__pincode-input{border-color:#ff4d4f}.form-field__pincode-label{color:#7f7d80;display:block;font-size:14rem;line-height:20rem;margin-bottom:10rem;text-align:center}.form-field__pincode-input{border-bottom:1px solid #323232;display:flex;justify-content:center}.form-field__pincode-input input{font-family:Montserrat,"sans-serif";font-size:32rem;font-weight:400;height:60rem;line-height:20rem;margin:0!important;text-align:center;width:60rem}@media only screen and (max-width:375px){.form-field__pincode-input input{font-size:24rem}}.form-field__pincode-input input:-moz-placeholder,.form-field__pincode-input input::-moz-placeholder{color:#c3c1c1}.form-field__pincode-input input::-webkit-input-placeholder{color:#c3c1c1}.form__bottom-notice{margin-top:20rem}.select-field{position:relative}.select-field__input{border-bottom:1px solid #c3c1c1;color:#151515;display:flex;font-size:16rem;height:60rem;line-height:20rem;padding:30rem 0 10rem;width:100%}.select-field__input_selected .select-field__label{cursor:pointer;transform:translate(0) scale(.87)}.select-field__label{color:#c3c1c1;cursor:text;font-size:16rem;left:0;line-height:20rem;position:absolute;top:5rem;transform:translateY(21rem) scale(1);transform-origin:left bottom;transition:transform .3s}.select-field__label,.select-field__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-field__value{flex:1;text-align:left}.select-field__icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none' viewBox='0 0 25 24'%3E%3Cpath stroke='currentColor' stroke-width='1.5' d='m3.667 6.5 9 9.5 9-9.5'/%3E%3C/svg%3E");height:20rem;width:20rem}.select-field__items{background-color:#fff;box-shadow:0 0 15rem #14141426;max-height:250rem;overflow-y:auto;position:absolute;scrollbar-color:#c3c1c1 #f8f8f8;scrollbar-width:thin;width:100%;z-index:10}.select-field__items ::-webkit-scrollbar{border-radius:6px;width:12px}.select-field__items ::-webkit-scrollbar-track{background:#f8f8f8;border-radius:6px}.select-field__items ::-webkit-scrollbar-thumb{background:#c3c1c1;border-radius:6px}.select-field__item{cursor:pointer;font-size:14rem;padding:10rem 15rem;text-align:left}.select-field__item.active,.select-field__item:hover{background-color:#14141426}textarea{height:auto}.modal-container{align-items:center;display:flex;justify-content:center;min-height:100%;padding-left:20rem;padding-right:20rem}@media only screen and (max-width:1023px){.modal-container{padding-left:15rem;padding-right:15rem}}.modal__delivery-user-map .modal-content{max-width:960rem;width:100%}.modal-overflow{height:100%;overflow-y:auto}.modal-content{background:#fff;display:flex;flex-direction:column;position:relative}.modal-content__top-block{display:flex}.modal-content__top-block .inform-block-small{margin:20rem 30rem -25rem;width:-moz-max-content;width:max-content}@media only screen and (max-width:1023px){.modal-content__top-block .inform-block-small{margin:20rem}}@media only screen and (max-width:575px){.modal-content__top-block .inform-block-small{display:none}}.modal-content__title{display:-webkit-box;font-size:18px;font-weight:500;line-height:25.2px;overflow:hidden;width:91.67%;-webkit-box-orient:vertical;-webkit-line-clamp:1}.modal__content-padding{padding:20rem}@media only screen and (max-width:419px){.modal__content-padding{padding:16rem}}.modal__close{align-items:center;display:flex;justify-content:center;position:absolute;right:15rem;top:12rem;z-index:10}.modal__title{font-size:24rem;font-weight:700;line-height:29rem;padding-top:10rem;text-align:center}.modal__title_left{text-align:left}@media only screen and (max-width:767px){.modal__title_left{text-align:center}}@media only screen and (max-width:479px){.modal__title{font-size:22rem;line-height:22rem;margin-bottom:20rem}}@media only screen and (max-width:419px){.modal__title{font-size:20rem;line-height:20rem}}.modal_large-wide{margin:20px 0;max-height:calc(100dvh - 40px);overflow-y:auto;width:1200rem}@media only screen and (max-width:1439px){.modal_large-wide{width:100%}}@media only screen and (max-width:767px){.modal_large-wide{margin:0;max-height:100dvh}}.modal_middle-wide{width:600rem}@media only screen and (max-width:767px){.modal_middle-wide{width:100%}}.modal_small-wide{width:470rem}@media only screen and (max-width:575px){.modal_small-wide{max-width:470rem;width:100%}}.modal__full-height{height:100dvh}.modal_full-screen .modal__title{display:none}@media only screen and (max-width:1023px)and (orientation:landscape){.modal_full-screen>.modal-container{padding-left:0;padding-right:0}.modal_full-screen>.modal-container>.modal-content{height:100dvh;width:100vw}.modal_full-screen>.modal-container>.modal-content.height-100{height:100%}.modal_full-screen .modal__title{background-color:#f7f5f8;display:block;font-size:20rem;font-weight:600;line-height:20rem;margin-bottom:0;padding:23rem 80rem;position:relative}}@media only screen and (max-width:1023px)and (orientation:landscape)and (max-width:339px){.modal_full-screen .modal__title{font-size:18rem;padding:20rem 40rem}}@media only screen and (max-width:1023px)and (orientation:landscape){.modal_full-screen .modal__title>.modal__close{height:12rem;left:25rem;top:50%;transform:translateY(-50%);width:41rem}}@media only screen and (max-width:767px){.modal_full-screen{overflow-y:visible}.modal_full-screen.scroll{overflow-y:auto}.modal_full-screen>.modal-container{padding-left:0;padding-right:0}.modal_full-screen>.modal-container>.modal-content{height:100dvh;width:100vw}.modal_full-screen>.modal-container>.modal-content.height-100{height:100%}.modal_full-screen .modal__title{background-color:#f7f5f8;display:block;font-size:20rem;font-weight:600;line-height:20rem;margin-bottom:0;padding:23rem 80rem;position:relative}}@media only screen and (max-width:767px)and (max-width:339px){.modal_full-screen .modal__title{font-size:18rem;padding:20rem 40rem}}@media only screen and (max-width:767px){.modal_full-screen .modal__title>.modal__close{height:12rem;left:25rem;top:50%;transform:translateY(-50%);width:41rem}.modal_bottom-expand .modal-container{align-items:flex-end;padding-left:0;padding-right:0}.modal_bottom-expand .modal-content{border-radius:10rem 10rem 0 0;width:100vw}.modal_bottom-expand .modal__content-padding{padding:30rem 20rem}}.present-modal__success,.subscribe-modal__success{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.present-modal__text,.subscribe-modal__text{font-size:20rem;margin-top:30rem;text-align:center;width:100%}.benefit-modal .modal-content{border-radius:10rem}.benefit-modal .modal__dialog-content{margin-bottom:10rem}@media only screen and (min-width:768px){.sales-modal-root{width:470rem}}@media only screen and (max-width:767px){.sales-modal-root{bottom:0;left:0;position:absolute;right:0}.sales-modal-root .modal_small-wide{width:100%}}.sales-modal-content{max-height:460px}.sales-modal-content .modal__content-padding{padding:40rem 0 0}.sales-modal-content .modal__dialog-content{margin:0;max-height:400px;overflow-y:auto;width:100%}.qr-modal{width:470rem}.qr-modal .modal__dialog-content{margin:0}@media only screen and (max-width:767px){.qr-modal{width:100%}}.telegram-modal{width:470rem}.telegram-modal__title{color:#323232;font-size:24rem;font-weight:700;line-height:29rem;text-align:center;width:376rem}.telegram-modal__qr{display:flex;justify-content:center}.telegram-modal .modal__title{display:none}.telegram-modal .modal__dialog-content{align-items:center;display:flex;flex-direction:column;gap:20rem;justify-content:center;margin:0}@media only screen and (max-width:767px){.telegram-modal{width:100%}}.popperjs{display:inline-block;font-family:Montserrat,sans-serif;font-size:13px;font-weight:400;max-width:340px}.popperjs__content{z-index:100}.popperjs__content[data-popper-placement^=top] .popperjs__arrow{bottom:5rem}.popperjs__content[data-popper-placement^=top] .popperjs__arrow:before{border-bottom:5rem solid #fff;border-right:5rem solid #fff}.popperjs__content[data-popper-placement^=bottom] .popperjs__arrow{top:5rem}.popperjs__content[data-popper-placement^=bottom] .popperjs__arrow:before{border-left:5rem solid #fff;border-top:5rem solid #fff}.popperjs__content[data-popper-placement^=left] .popperjs__arrow{right:5rem}.popperjs__content[data-popper-placement^=left] .popperjs__arrow:before{border-right:5rem solid #fff;border-top:5rem solid #fff}.popperjs__content[data-popper-placement^=right] .popperjs__arrow{left:5rem}.popperjs__arrow{height:15rem;position:absolute;width:15rem}.popperjs__arrow:before{background:#fff;content:"";display:block;height:10rem;transform:rotate(45deg);width:10rem}.popperjs__popper{background-color:#fff;border-radius:6px;box-shadow:0 0 30px -6px #00000040;font-size:13rem;margin:10rem;max-width:300rem;padding:20rem;position:relative}.popperjs__close{cursor:pointer;position:absolute;right:5rem;top:5rem}.popperjs-button-info{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cg stroke='currentColor'%3E%3Ccircle cx='8' cy='8' r='6.5'/%3E%3Cpath stroke-linecap='round' d='M8 7.545v4M8 4.557v.028'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;border-radius:30rem;color:#fff;display:block;height:15rem;width:15rem}.popperjs-button-text-gray{border-bottom:1px solid;color:#7f7d80;cursor:pointer;font-family:Montserrat,sans-serif;font-size:12rem;line-height:1}.popperjs-info .popperjs__button,.popperjs-specification .popperjs__button{display:block}.popperjs .title{font-size:13rem;font-weight:700;margin-bottom:10rem}.popperjs-size .popperjs__popper ul.list{font-size:12rem;list-style-type:decimal;padding-left:16rem}.popperjs-size .popperjs__popper ul.list li{line-height:15rem}.dp__theme_light{--dp-font-family:Montserrat,sans-serif;--dp-font-size:16rem;--dp-preview-font-size:36rem;--dp-time-font-size:36rem;--dp-border-radius:6px;--dp-cell-border-radius:6px;--dp-menu-padding:30rem 40rem;--dp-common-padding:10rem;--dp-button-height:50rem;--dp-cell-size:38rem;--dp-menu-min-width:300rem;--dp-input-padding:6rem 20rem 6rem 12rem;--dp-background-color:#fff;--dp-text-color:#323232;--dp-hover-color:#f7f5f8;--dp-hover-text-color:#323232;--dp-hover-icon-color:#7f7d80;--dp-primary-color:#323232;--dp-primary-text-color:#f1f1f1;--dp-secondary-color:#ddd;--dp-border-color:transparent;--dp-menu-border-color:#f1f1f1;--dp-border-color-hover:#7f7d80;--dp-disabled-color:#f7f5f8;--dp-scroll-bar-background:#f7f5f8;--dp-scroll-bar-color:#7f7d80;--dp-success-color:#159c47;--dp-success-color-disabled:rgba(#159C47,.5);--dp-icon-color:#7f7d80;--dp-danger-color:#ff4d4f;--dp-highlight-color:#f1f1f1}@media only screen and (max-width:767px){.dp__theme_light{--dp-menu-padding:20rem;--dp-cell-size:36rem}}.dp__theme_light.dp__main{width:auto}.dp__theme_light .dp--overlay-relative{z-index:auto}.dp__theme_light .dp__cell_inner,.dp__theme_light .dp__cell_offset{font-weight:500}.dp__theme_light .dp__overlay{border-radius:30rem;z-index:1000}.dp__theme_light .dp__time_display_block{height:60rem;padding:10rem;width:60rem}.dp__theme_light .dp__input{border:none;border-bottom:1px solid #c3c1c1;border-radius:0}.dp__theme_light .dp__input_icons{padding-left:0;padding-right:0}.dp__theme_light .dp__input_icon_pad{padding-inline-start:25rem}.content-header{align-items:center;display:flex;justify-content:center;margin:30px 0;position:relative}.content-header__cart-back{display:none}@media only screen and (min-width:768px){.content-header__cart-back{display:inline-block}}.content-header__cart-back-text{display:none}@media only screen and (min-width:1024px){.content-header__cart-back-text{display:inline}}.content-header h1{letter-spacing:.055em;line-height:19px;text-align:center}@media only screen and (max-width:339px){.content-header h1{font-size:20px}}.content-header h2{letter-spacing:.055em;line-height:19px;text-align:center}@media only screen and (max-width:339px){.content-header h2{font-size:16px}}@media only screen and (max-width:1023px){.content-header{height:65px;margin:0 24px;padding:0 50px}}.content-wrapper{align-items:flex-start;display:flex}@media only screen and (max-width:1023px){.content-wrapper{align-items:normal;flex-direction:column}}@media only screen and (max-width:575px){.content-wrapper{padding-bottom:0}}.favorite-button{background-repeat:no-repeat;display:inline-block;height:24px;width:24px}.favorite-button,.favorite-button.active{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M12.05 7.349a1.75 1.75 0 0 1-1.495-.804C9.93 5.571 8.787 5 7.245 5 4.862 5 3 6.863 3 9.244c0 .915.336 1.91.954 2.95.615 1.035 1.477 2.061 2.44 3.02 1.91 1.899 4.128 3.44 5.336 4.177q.075.046.145.1c.04.03.079.043.135.042a.53.53 0 0 0 .27-.092c1.156-.8 3.377-2.355 5.306-4.263.965-.955 1.832-1.973 2.452-3.002.623-1.034.962-2.02.962-2.932C21 6.94 19.036 5 16.844 5c-1.57 0-2.769.6-3.321 1.508a1.75 1.75 0 0 1-1.474.84m1.21 13.542c-.744.496-1.707.552-2.442-.006-1.288-.785-3.624-2.409-5.658-4.431-1.027-1.022-1.995-2.163-2.71-3.367-.714-1.2-1.2-2.506-1.2-3.843A5.95 5.95 0 0 1 7.244 3.25c1.326 0 2.566.339 3.549 1.046.48.345.898.779 1.235 1.303.319-.525.737-.959 1.225-1.304.996-.707 2.28-1.045 3.591-1.045 3.178 0 5.906 2.744 5.906 5.994 0 1.34-.494 2.641-1.213 3.835-.721 1.196-1.695 2.329-2.72 3.343-2.052 2.028-4.389 3.66-5.546 4.461z' clip-rule='evenodd'/%3E%3C/svg%3E")}.metro-circle{background-color:#7f7d80;border-radius:50%;display:inline-block;font-size:10px;font-weight:600;height:17px;line-height:17px;margin-right:5px;min-width:17px;text-align:center;width:17px}.metro-circle:before{color:#fff;content:"M"}.main-content{padding-bottom:60px}@media only screen and (max-width:1279px){.main-content{padding-bottom:30px}}@media only screen and (max-width:1023px){.main-content{padding:0}}@media only screen and (max-width:767px){.main-content{padding-bottom:90px}}.main-content.no-padding .container{padding:0}@media only screen and (max-width:1023px){.container{padding:0}}@media only screen and (max-width:767px){.container{max-width:100%}}.carousel{position:relative;z-index:1}@media only screen and (max-width:575px){.carousel{padding:0}}.carousel__track{display:flex;margin:0;padding:0;position:relative}.carousel-items{display:flex}.carousel__item{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.carousel__slide{align-items:flex-start;display:flex;flex-shrink:0;justify-content:center;margin:0;padding:15px;position:relative;scroll-snap-stop:auto}@media only screen and (max-width:767px){.carousel__slide{justify-content:normal}}.carousel__viewport{background:#fff;cursor:grab;order:2;overflow:hidden;touch-action:pan-y}.carousel-button-next,.carousel-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='12' fill='none' viewBox='0 0 64 12'%3E%3Cpath fill='%23aaa' d='M.47 5.47a.75.75 0 0 0 0 1.06l4.773 4.773a.75.75 0 1 0 1.06-1.06L2.061 6l4.242-4.243a.75.75 0 0 0-1.06-1.06zM64 5.25H1v1.5h63z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;cursor:pointer;height:30px;position:absolute;width:64px;z-index:1}@media only screen and (max-width:767px){.carousel-button-next,.carousel-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='12' fill='none' viewBox='0 0 41 12'%3E%3Cpath fill='%23aaa' d='M.47 5.47a.75.75 0 0 0 0 1.06l4.773 4.773a.75.75 0 1 0 1.06-1.06L2.061 6l4.242-4.243a.75.75 0 0 0-1.06-1.06zM41 5.25H1v1.5h40z'/%3E%3C/svg%3E");width:40px}}.carousel-button-prev{left:0}.carousel-button-next{right:0;transform:rotate(180deg)}.carousel__pagination{display:flex;justify-content:center;list-style:none}.swiper-pagination-bullet{background-color:#fff!important;border:1rem solid #f1f1f1!important;border-radius:0!important;height:5rem!important;opacity:1!important;transition:all .2s!important;width:65rem!important}@media only screen and (max-width:767px){.swiper-pagination-bullet{height:3rem!important;width:40rem!important}}.swiper-pagination-bullet:hover{background-color:#fc393b!important;border:1rem solid #fc393b!important;transition:all .2s!important}.swiper-pagination-bullet-active{border:1rem solid #ff4d4f!important}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active:hover{background-color:#ff4d4f!important}.custom-toast{border-radius:initial;box-shadow:0 0 15px #00000026;font-family:Montserrat,"sans-serif";max-width:400px;width:100%}.custom-toast.Toastify__toast--error{background-color:#ff4d4f;color:#fff}.custom-toast.Toastify__toast--success{background-color:#32bb58;color:#fff}.custom-toast .Toastify__toast-icon{display:none}.custom-toast [data-testid=toast-content]{text-align:center}.skeleton{animation:shine-lines .7s linear infinite;background-image:linear-gradient(90deg,#f7f5f8,#eceaea 40px,#f7f5f8 80px);background-size:600px;border-radius:7rem;display:block;margin-top:5rem}.product-suggestion-slider-skeleton{display:flex;flex-direction:column;gap:20rem;margin:60rem auto;width:100%}.product-suggestion-slider-skeleton__top{display:flex;justify-content:center}.product-suggestion-slider-skeleton__top>div{max-width:300rem;width:70%}.product-suggestion-slider-skeleton__bottom{align-items:flex-start;display:flex;gap:20px;justify-content:space-between}@media only screen and (max-width:767px){.product-suggestion-slider-skeleton__bottom{padding:0 16px}}.product-suggestion-slider-skeleton__bottom>div{width:25%}@media only screen and (max-width:1023px){.product-suggestion-slider-skeleton__bottom>div{width:50%}.product-suggestion-slider-skeleton__bottom>div:nth-child(n+3){display:none}}@media only screen and (max-width:767px){.product-suggestion-slider-skeleton__bottom>div{width:50%}.product-suggestion-slider-skeleton__bottom>div:nth-child(n+3){display:none}}@keyframes shine-lines{0%{background-position:100%}to{background-position:-100%}}.bottom-navigation__wrapper{align-items:flex-end;display:flex;justify-content:space-between;padding:13px 20px;width:100%}.bottom-navigation__item{cursor:pointer;position:relative}.bottom-navigation__item .circle{align-items:center;background:#fff;border-radius:50%;display:flex;font-size:11px;height:20px;justify-content:center;min-width:20px;position:absolute;right:-14px;top:-6px}.cart__choose-all{align-items:center;display:flex;margin:0 0 10rem 15rem}@media only screen and (max-width:1439px){.cart__choose-all{margin:0 10rem 10rem 15rem}}@media only screen and (max-width:767px){.cart__choose-all{margin:0 10rem 10rem 20rem}}@media only screen and (max-width:419px){.cart__choose-all{margin:0 10rem 10rem}}.cart__choose-all-checkbox-label{color:#323232;font-size:14rem;font-weight:400;line-height:17rem}.cart__choose-all-delete-chosen{color:#ff4d4f;font-weight:400;letter-spacing:0;padding:10rem 20rem;text-transform:none}.cart__remove-items-title{font-size:20rem}.cart__back{left:0;position:absolute;top:50%;transform:translateY(-50%)}.cart__back,.cart__back:hover{color:#323232}.cart__back svg{margin-right:30rem}.cart__back-icon_desktop{display:none!important}@media only screen and (min-width:1024px){.cart__back-icon_desktop{display:inline-block!important}.cart__back-icon_mobile{display:none!important}}.cart__content{flex:1 1 auto;margin-bottom:40rem;position:relative}@media only screen and (max-width:1279px){.cart__content{margin-bottom:0}}.cart-sidebar{background-color:#fff;flex:0 0 360rem;height:-moz-max-content;height:max-content;margin-bottom:40rem;margin-left:25rem;padding:15rem;position:sticky;top:115rem}@media only screen and (max-width:1439px){.cart-sidebar{flex:0 0 315rem}}@media only screen and (max-width:1023px){.cart-sidebar{flex:1 1 auto;margin-left:0;width:100%}}@media only screen and (max-width:767px){.cart-sidebar{margin-bottom:0;padding-bottom:0;position:static}}.cart-sidebar__message{align-items:center;border:1rem solid #cd5ee1;border-radius:5rem;color:#cd5ee1;display:flex;font-size:14rem;justify-content:center;line-height:17rem;min-height:48rem;padding:7rem 24rem}.cart-sidebar__message svg{flex-shrink:0;margin-right:10rem}.cart__items{background-color:#fff}.cart__free-delivery{align-items:center;background-color:#323232;color:#fff;display:flex;justify-content:center;padding:12rem}.cart__free-delivery svg{margin-right:5rem}.cart-package-modal{max-height:825rem;overflow:hidden}@media(max-height:900rem){.cart-package-modal{max-height:90vh;max-height:calc(var(--vh, 1vh)*90)}}@media only screen and (max-width:575px){.cart-package-modal{max-height:100vh;max-height:calc(var(--vh, 1vh)*100)}}.cart-package-modal .cart-package__items{overflow-y:auto}.cart__map-icon__info-store{background:#009a72;border-radius:19rem;color:#fff;font-family:Montserrat,"sans-serif";font-size:10rem;left:16rem;padding:2rem 8rem;position:absolute;top:-18rem;transform:translate(-50%);width:-moz-max-content;width:max-content}.cart__map-icon__info-store.danger{background:#f77931}.cart-item{align-items:flex-start;border-bottom:1rem solid #f1f1f1;display:grid;gap:0;grid-template-columns:auto 1fr;grid-template-rows:auto 1fr;justify-content:left;padding:35rem 15rem;position:relative}.cart-item:last-child{border-bottom:none;padding-bottom:80rem}.cart-item__remove{background-position:50%;background-repeat:no-repeat;color:#7f7d80;display:block;height:12rem;position:absolute;right:20rem;top:20rem;width:12rem}.cart-item__left{align-items:center;display:flex;grid-row:span 2}@media only screen and (max-width:767px){.cart-item__left{align-items:flex-start;flex-direction:column}}.cart-item__image{height:220rem;margin-right:40rem;min-width:220rem;overflow:hidden;position:relative;width:220rem}@media only screen and (max-width:1439px){.cart-item__image{height:170rem;margin-right:20rem;min-width:170rem;width:170rem}}@media only screen and (max-width:1279px){.cart-item__image{height:150rem;min-width:150rem;width:150rem}}.cart-item__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media only screen and (max-width:767px){.cart-item__image{height:100rem;margin-right:20rem;min-width:100rem;width:100rem}}.cart-item__label{align-items:center;background-color:#ffd645;border-radius:15px;color:#333;display:flex;height:25px;left:0;overflow:hidden;position:absolute;top:0;transition:all .3s;width:25px}.cart-item__label:hover{width:160px}.cart-item__label-title{font-size:10px;line-height:12px;width:25px}.cart-item__label-text,.cart-item__label-title{align-items:center;display:flex;font-weight:600;height:100%;justify-content:center}.cart-item__label-text{font-size:11px;left:25px;line-height:13px;position:absolute;text-wrap:nowrap;width:135px}.cart-item__label_yellow{background-color:#ffd645;color:#333}.cart-item__label_orange{background-color:#ff6545;color:#fff}.cart-item__label_green{background-color:#32bb58;color:#fff}.cart-item__label_black{background-color:#333;color:#fff}.cart-item__label_blue{background-color:#00a3ff;color:#fff}.cart-item__label_red{background-color:#ff4d4f;color:#333}.cart-item__mini{border:2rem solid #d3d3d3;height:80rem;margin-bottom:40rem;margin-right:20rem;position:relative;width:80rem}.cart-item__mini:last-child{margin-right:0}.cart-item__mini_quantity{align-items:center;background-color:#fff;border:2rem solid #d3d3d3;border-radius:50%;display:inline-block;display:flex;font-size:13rem;font-weight:600;height:30rem;justify-content:center;left:-12rem;position:absolute;top:-12rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:30rem}.cart-item__discount{background-color:#ffa800;bottom:0;font-size:16rem;font-weight:600;line-height:20rem;padding:5rem;position:absolute;right:0}@media only screen and (max-width:767px){.cart-item__discount{font-size:12rem;line-height:14rem}}.cart-item__discount.mobile{bottom:unset;display:none;left:75rem;right:unset}.cart-item__discount.two-equals-one{background-color:#ff4d4f;border-right:3rem solid #ffa800;color:#fff;font-size:14rem;font-weight:500}.cart-item__discount.two-equals-one.mobile{bottom:unset;display:inline;font-size:10rem;left:60rem;right:unset}@media only screen and (min-width:768px){.cart-item__discount.two-equals-one.mobile{display:none}}.cart-item__discount.two-equals-one:before{content:"Акция 2=1"}.cart-item__info{display:flex;justify-content:space-between;margin-right:30rem;margin-top:20rem}@media only screen and (max-width:767px){.cart-item__info{align-items:flex-start;flex-direction:column;margin-right:20rem;margin-top:15rem}}@media only screen and (max-width:575px){.cart-item__info{margin-right:0}}.cart-item__name{font-size:20rem;font-weight:500;line-height:24rem;margin-bottom:20rem;margin-right:20rem}@media only screen and (max-width:767px){.cart-item__name{font-size:16rem;line-height:20rem}}@media only screen and (max-width:419px){.cart-item__name{margin-right:0}}.cart-item__desc{color:#7f7d80;display:none;font-size:14rem;line-height:1.5;margin-bottom:20rem}@media only screen and (min-width:768px){.cart-item__desc{display:block}}.cart-item__wrapper-price{align-items:flex-start;display:flex;flex-direction:column}.cart-item__points{margin-bottom:20rem;margin-right:30rem;text-align:right}@media only screen and (max-width:767px){.cart-item__points{margin:0 0 10rem;text-align:left}}.cart-item__price{color:#323232;font-size:20rem;font-weight:600;line-height:24rem;margin-bottom:5rem;white-space:nowrap}@media only screen and (max-width:767px){.cart-item__price{margin-bottom:10rem}}.cart-item__price.color-red{font-size:16rem}.cart-item__old-price{color:#7f7d80;font-size:16rem;line-height:18rem;margin-bottom:5rem;white-space:nowrap}.cart-item__actions{display:flex;flex-direction:column;gap:14rem;grid-row:auto}@media only screen and (max-width:767px){.cart-item__actions{flex-direction:column-reverse;gap:10rem;grid-column:span 2;justify-content:flex-start;margin-top:10rem}}.cart-item__right{grid-row:auto}@media only screen and (max-width:419px){.cart-item__right{grid-column:2}}.cart-item__right .favorite-button{cursor:pointer;margin-top:5rem}@media only screen and (max-width:1023px){.cart-item__right .favorite-button{margin-top:0}}.cart-item__options{align-items:center;display:flex;gap:20rem}.cart-item__option{align-items:center;display:flex;flex-direction:row}@media only screen and (min-width:768px){.cart-item__option-title{display:none}}.cart-item__option:last-child{margin-right:0}.cart-item__option span{color:#7f7d80;display:block;font-size:14rem;line-height:28rem;margin-right:10rem}@media only screen and (max-width:1279px){.cart-item__option{align-items:flex-start;flex-direction:column}}@media only screen and (max-width:1023px){.cart-item__option{align-items:center;flex-direction:row}}@media only screen and (max-width:575px){.cart-item__option{align-items:flex-start;flex-direction:column}}.cart-item__informers{align-items:center;display:flex;flex-wrap:wrap;gap:14rem}.cart-item__informer{align-items:center;border-radius:6rem;display:flex;flex-direction:row;font-size:12rem;padding:4rem 16rem}.cart-item__informer_green{background-color:#32bb5826;color:#159c47}.cart-item__informer_pink{background-color:#ed2d8926;color:#ed2d89}.cart-item__informer_orange{background-color:#ed672d26;color:#d4480b}.cart-item__not-available{align-items:center;color:#ff4d4f;display:flex;margin-bottom:15rem}.cart-item__not-available svg{margin-right:5rem}.cart-item__not-available-icon{display:none}@media only screen and (min-width:768px){.cart-item__not-available-icon{display:inline-block}}.cart-item__button{margin-top:20rem}.cart-item__certificate{font-size:14rem;margin-top:10rem}@media only screen and (max-width:767px){.cart-item{padding:20rem}}@media only screen and (max-width:419px){.cart-item{padding:20rem 10rem}}.cart-mini__modal{background-color:#fff;border-radius:7rem;box-shadow:0 0 15rem #00000026;display:flex;justify-content:space-around;left:125rem;padding:16rem;position:absolute;top:150rem}.cart-mini__modal:before{background-color:#fff;border-radius:4rem;content:"";height:30rem;position:absolute;right:15rem;top:-4rem;transform:rotate(45deg);width:30rem}.cart-mini__modal .cart-item__mini{height:63rem;margin-bottom:0;width:63rem}.cart-quantity{align-items:center;display:flex;justify-content:space-between}.cart-quantity button{align-items:center;background-color:#fff;border:1rem solid #ddd;color:#323232;display:flex;font-family:Montserrat,"sans-serif";font-size:20rem;font-weight:300;height:36rem;justify-content:center;min-width:32rem}.cart-quantity button.disabled{background-color:#ddd}.cart-quantity input{border-bottom:1rem solid #ddd;border-top:1rem solid #ddd;font-family:Montserrat,"sans-serif";font-size:14rem;font-weight:600;height:36rem;max-width:60rem;min-width:40rem;padding:0;text-align:center;width:100%}.cart-package{margin:40rem 0;padding:0 40rem}.cart-package__title{font-size:24rem;font-weight:700;line-height:29rem;padding:40rem;text-align:center}@media only screen and (max-width:767px){.cart-package__title{display:none}}.cart-package__items{border-top:1rem solid #f1f1f1;min-height:150rem;padding:0 40rem}@media only screen and (max-width:767px){.cart-package__items{flex:1;overflow-y:auto;padding:0}}.cart-package__item{border-bottom:1rem solid #f1f1f1;cursor:pointer;display:flex;padding:25rem 20rem}.cart-package__item:hover{background-color:#f1f1f1}.cart-package__item-select{margin-right:20rem;margin-top:20rem}.cart-package__item-left{flex:1}.cart-package__item-image{height:60rem;margin-right:30rem;min-width:60rem;overflow:hidden;width:60rem}.cart-package__item-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.cart-package__item-info{display:flex}@media only screen and (max-width:767px){.cart-package__item-info{align-items:flex-start;flex-direction:column}}.cart-package__item-wrapper-name{flex:1}.cart-package__item-name{color:#323232;font-size:16rem;font-weight:600}.cart-package__item-desc,.cart-package__item-name{line-height:20rem;margin-bottom:10rem;text-align:left}.cart-package__item-desc{color:#7f7d80;font-size:14rem}.cart-package__item-price{font-size:18rem;line-height:22rem;text-align:right}@media only screen and (max-width:767px){.cart-package__item-price{font-size:16rem;line-height:20rem;margin-bottom:10rem}}.cart-package__item-price.color-red{font-size:16rem}.cart-package__empty{border-bottom:1rem solid #f1f1f1;border-top:1rem solid #f1f1f1;padding:20rem 40rem}.cart-package__empty .message{margin-bottom:0}@media only screen and (max-width:767px){.cart-package__empty{flex:1}}.cart-package__buttons{padding:40rem 60rem}@media only screen and (max-width:767px){.cart-package__buttons{box-shadow:0 0 15rem #00000026;padding:20rem}.cart-package{margin:40rem 0;padding:0 40rem;text-align:center}}@media only screen and (max-width:419px){.cart-package{margin:30rem 0;padding:0 17rem}}@media only screen and (max-width:1279px){.cart-package{display:flex;justify-content:flex-end}}.cart-removed{margin:40rem 0;padding:0 20rem}.cart-removed__title{color:#323232;font-size:16rem;font-weight:600;line-height:20rem;margin-bottom:20rem}.cart-removed__item{align-items:center;display:flex;gap:20rem;padding:20rem 0}.cart-removed__item-image{background-color:#fff;height:60rem;min-width:60rem;overflow:hidden;position:relative;width:60rem}.cart-removed__item-image img{height:100%;-o-object-fit:cover;object-fit:cover;opacity:.5;position:relative;width:100%}.cart-removed__item-name{color:#323232;flex:1;font-size:14rem;line-height:17rem;margin-right:20rem}.cart-removed__item-restore{border:1rem solid #323232;border-radius:100rem;font-size:12rem;font-weight:600;letter-spacing:.055em;line-height:18rem;padding:6rem 20rem;text-align:center;text-transform:uppercase;transition:all .15s ease-in-out}.cart-removed__item-restore:hover{background:#323232;color:#fff}@media only screen and (max-width:575px){.cart-removed__item-restore{border-width:0;padding:0}}@media only screen and (max-width:419px){.cart-removed{margin:30rem 0;padding:0 17rem}}.cart-total{position:relative}.cart-total__row{padding:0 20rem}.cart-total__title{color:#323232;font-size:24rem;font-weight:700;line-height:29rem;margin-bottom:20rem;margin-top:20rem}@media only screen and (max-width:767px){.cart-total__title{font-size:20rem;line-height:24rem;margin-top:0}}.cart-total__items{display:flex;position:relative}.cart-total__items-dropdown{background-color:#fff;border-radius:5rem;box-shadow:0 0 15rem #00000026;margin-top:15rem;padding:15rem;position:absolute;right:0;top:100%;z-index:2}.cart-total__items-dropdown:before{border-bottom:7rem solid #fff;border-left:7rem solid transparent;border-right:7rem solid transparent;content:"";position:absolute;right:15rem;top:-7rem}.cart-total__items-dropdown .cart-total__items{flex-wrap:wrap;gap:15rem}.cart-total__items-dropdown .cart-total__items .cart-total__item{margin-right:0}@media only screen and (max-width:767px){.cart-total__items{display:none}}.cart-total__image_greyed{filter:saturate(0);opacity:.7}.cart-total__item{aspect-ratio:1/1;border:1rem solid #ddd;height:auto;margin-right:15rem;position:relative;width:25%}.cart-total__item>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.cart-total__item:last-child{margin-right:0}.cart-total__item_small{height:63rem;width:63rem}.cart-total__item-image{height:100%;min-width:100%;overflow:hidden;width:100%}.cart-total__item-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.cart-total__item_all{align-items:center;color:#323232;display:flex;font-family:Montserrat,"sans-serif";justify-content:center;margin-right:0}.cart-total__item_all.open-last-items{background-color:#f1f1f1}.cart-total__item_all span{font-size:18rem;line-height:22rem}.cart-total__item_all span:after{border-bottom:1rem dashed #c3c1c1;content:"";display:block}.cart-total__item-quantity{background-color:#fff;border:1rem solid #ddd;border-radius:50%;color:#323232;font-size:12rem;font-weight:500;height:24rem;left:-10rem;line-height:22rem;position:absolute;text-align:center;top:-10rem;width:24rem}.cart-total .button:not(:last-child){margin-bottom:30rem}.cart-total__info{margin-bottom:20rem}.cart-total__info-line{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:10rem}.cart-total__info-line:last-child{margin-bottom:0}.cart-total__info-name{color:#323232;font-size:16rem;line-height:20rem;padding-right:15rem;white-space:nowrap}.cart-total__info-name.wide{flex-basis:65%}.cart-total__info-name.title-discount{cursor:pointer}.cart-total__info-name-total{font-size:24rem;font-weight:700}.cart-total__info-value{color:#323232;font-size:20rem;font-weight:600;letter-spacing:.055em;line-height:24rem;white-space:nowrap}.cart-total__info-value_old-price{color:#c3c1c1}.cart-total__info-value_discount{border-bottom:1rem dashed #c3c1c1;color:#c3c1c1;cursor:pointer}.cart-total__info-sub{color:#7f7d80;flex-basis:100%;font-size:14rem;margin-bottom:10rem;white-space:nowrap}.cart-total__info-agreement{font-size:11rem;margin-left:27rem;margin-top:20rem}.cart-total__info-agreement a{font-weight:600;text-decoration:underline}.cart-total__info_discount{background-color:#f7f5f8;border-radius:5rem;display:none;margin-bottom:15rem;padding:12rem 20rem}@media only screen and (max-width:1023px){.cart-total__info_discount{padding:10rem 20rem}}.cart-total__info_discount.active{display:block}.cart-total__info_discount .cart-total__info-line{padding:5rem 0}.cart-total__info_discount .cart-total__info-name{font-size:14rem;line-height:17rem}.cart-total__info_discount .cart-total__info-value{font-size:16rem;line-height:24rem}.cart-total__info_total .cart-total__info-line{align-items:flex-end;flex-wrap:nowrap}@media only screen and (max-width:1023px){.cart-total__info_total .cart-total__info-line{align-items:center}}.cart-total__info_total .cart-total__info-name{font-size:18rem;line-height:22rem}@media only screen and (max-width:1279px){.cart-total__info_total .cart-total__info-name{font-size:16rem}}.cart-total__info_total .cart-total__info-value{font-size:30rem;line-height:33rem}@media only screen and (max-width:1279px){.cart-total__info_total .cart-total__info-value{font-size:28rem}}@media only screen and (max-width:767px){.cart-total__info_total .cart-total__info-value{font-size:24rem}}.cart-total__promo{margin:30rem 0}@media only screen and (max-width:1023px){.cart-total__promo{margin:0}}.cart-total__promo-tab{margin-top:20rem}.cart-total__mini{display:flex;justify-content:space-between;position:relative}.cart-total__mini .mini-hide{align-items:center;display:flex;font-size:18rem;font-weight:400;justify-content:center;-webkit-text-decoration:underline dotted #d3d3d3;text-decoration:underline dotted #d3d3d3;text-decoration-thickness:3rem;text-underline-offset:3rem}.cart-total__mini .mini-hide:hover{background-color:#ddd}.cart-points{margin:15rem 0 30rem}@media only screen and (max-width:1023px){.cart-points{margin:0}.cart-points button{border-radius:5rem 5rem 0 0}}.cart-points__field{padding:0 20rem}.cart-points__field .form-field__status{background-position:50%;background-repeat:no-repeat;background-size:contain;display:inline-block;height:15rem;line-height:inherit;pointer-events:none;position:absolute;right:0;text-rendering:auto;top:50%;width:15rem;-webkit-font-smoothing:antialiased}.cart-points__field .form-field__status.error{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M10.832 4.715a1.384 1.384 0 0 1 2.404 0l8.687 15.204a1.384 1.384 0 0 1-1.201 2.07H3.346a1.384 1.384 0 0 1-1.201-2.07z'/%3E%3Cpath fill='%23fff' d='M12.034 15.76a1.04 1.04 0 0 1-1.038-1.038V9.186a1.038 1.038 0 0 1 2.076 0v5.536c0 .574-.465 1.038-1.038 1.039m0 3.807a1.385 1.385 0 1 1 0-2.77 1.385 1.385 0 0 1 0 2.77'/%3E%3C/svg%3E")}.cart-points__field .form-field__status.done{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='13' fill='none' viewBox='0 0 17 13'%3E%3Cpath stroke='currentColor' stroke-width='2' d='M1 6.5 5.5 11l10-10'/%3E%3C/svg%3E")}.cart-empty{flex:1;width:100%}.cart-empty__content{align-items:center;display:flex;justify-content:center;position:relative}.cart-empty__block{align-items:center;display:flex;flex-direction:column;padding:0 20rem 50rem;text-align:center}.cart-empty__title{font-size:24rem;font-weight:600;line-height:140%;margin-bottom:40rem;margin-top:40rem}.cart-empty__text{font-size:18rem;line-height:150%;margin-bottom:20rem}.cart-empty>.cart-removed{padding-top:20rem}.cart-remove-item{align-items:center;border:1rem solid #ddd;display:flex;justify-content:flex-start;margin-bottom:30rem;padding:8rem}.cart-remove-item__image{height:60rem;margin-right:10rem;min-width:60rem;overflow:hidden;width:60rem}.cart-remove-item__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.cart-remove-item__name{color:#323232;font-size:14rem;line-height:17rem;text-align:left}.cart-stores{display:flex;flex:1;flex-direction:column}@media only screen and (max-width:767px){.cart-stores{min-height:70vh;min-height:calc(var(--vh, 1vh)*70);position:relative}}.cart-stores__title{font-size:24rem;font-weight:700;line-height:29rem;padding:20rem 0}@media only screen and (max-width:1023px){.cart-stores__title{padding-top:20rem}}@media only screen and (max-width:767px){.cart-stores__title{display:none}}@media only screen and (max-width:1023px)and (orientation:landscape){.cart-stores__title{display:none}}.cart-stores__filters{align-items:flex-end;border-bottom:1rem solid #f1f1f1;display:flex;flex-wrap:wrap;gap:20rem;justify-content:flex-end;padding:0 0 40rem}@media only screen and (max-width:767px){.cart-stores__filters{align-items:normal;flex-direction:column;padding:0 0 20rem}}@media only screen and (max-width:1023px){.cart-stores__filters{padding-bottom:20rem}}.cart-stores__filters>:first-child{flex:1;min-width:300rem}.cart-stores__filters-fields{align-items:center;display:flex;gap:20rem;justify-content:flex-start}@media only screen and (max-width:1279px){.cart-stores__filters-fields{justify-content:space-between;width:100%}}@media only screen and (max-width:1023px){.cart-stores__filters-fields{align-items:normal;flex-direction:column}}.cart-stores__filters-checkboxes{align-items:center;display:flex;flex-wrap:wrap}.cart-stores__filters-checkboxes .form-field__checkbox{margin-right:20rem}@media only screen and (max-width:1023px){.cart-stores__filters-checkboxes .form-field__checkbox{margin-bottom:20rem}}.cart-stores__filters-checkboxes .form-field__checkbox .checkbox{margin-top:0}.cart-stores__filters .button-split{margin-bottom:0;min-width:250rem}.cart-stores__view-switcher button{padding:10rem 25rem}.cart-stores__view-switch{height:24rem;position:absolute;right:0;top:26rem;width:24rem}@media only screen and (min-width:1024px){.cart-stores__view-switch{display:none}}.cart-stores__map{display:flex;height:560rem;position:relative}.cart-stores__map [class$=controls__toolbar_left]{margin-top:-10rem}.cart-stores__map [class$=controls__toolbar_left] [class$=controls__control_toolbar]{margin-top:10rem}@media only screen and (max-width:767px){.cart-stores__map{height:auto;inset:0;position:absolute}}.cart-stores__map-top{position:absolute;z-index:50}@media only screen and (min-width:768px){.cart-stores__map-top{right:10px;top:10px}}@media only screen and (max-width:767px){.cart-stores__map-top{left:0;top:8px;width:100%}}.cart-stores__map-content{flex:1;overflow:hidden;position:relative}.cart-stores__map-content .__ymap,.cart-stores__map-content .__ymap>div{height:100%;width:100%}.cart-stores__map-delivery-switchers{display:flex;gap:10rem}@media only screen and (max-width:767px){.cart-stores__map-delivery-switchers{bottom:0;gap:8px;justify-content:center;overflow-x:auto;padding:4px 10px;right:0;scrollbar-width:none;top:auto;width:100%}.cart-stores__map-delivery-switchers::-webkit-scrollbar{display:none}}.cart-stores__map-delivery-switchers button{align-items:center;background-color:#fff;border-radius:8rem;box-shadow:0 1px 2px 1px #00000026,0 2px 5px -3px #00000026;color:#333;display:flex;display:-webkit-box;font-family:Montserrat,sans-serif;font-size:14rem;height:40px;overflow:hidden;padding:8rem 16rem;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-wrap:nowrap}.cart-stores__map-delivery-switchers button.active{background-color:#323232;color:#fff}@media only screen and (max-width:767px){.cart-stores__map-delivery-switchers button{display:flex;flex-grow:1;font-size:13px;justify-content:center;padding:0 8px;width:-moz-max-content;width:max-content}}.cart-stores__map-sidebar{background-color:#fff;height:100%;max-width:360rem;overflow:hidden;width:360rem}@media only screen and (max-width:767px){.cart-stores__map-sidebar{bottom:0;height:100%;max-width:100%;position:absolute;width:100%;z-index:50}}@media only screen and (max-width:1023px){.cart-stores__map{flex:1;overflow:hidden}}.cart-stores__items{max-height:600rem;overflow-x:hidden;overflow-y:auto;padding:0 40rem}@media only screen and (max-width:1023px){.cart-stores__items{max-height:none;padding:0}}.cart-stores__location{display:inline-block;padding-left:40rem;position:relative}.cart-stores__location:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M3.75 9.267C3.75 4.71 7.45 1 12 1s8.25 3.709 8.25 8.267c0 7.33-7.424 13.1-7.74 13.342L12 23l-.51-.39c-.316-.243-7.74-6.012-7.74-13.343m1.68 0c0 5.465 4.943 10.178 6.57 11.58 1.625-1.404 6.57-6.127 6.569-11.58 0-3.63-2.947-6.583-6.569-6.583-3.623 0-6.57 2.953-6.57 6.583m3.923.602a2.87 2.87 0 0 0 2.868 2.868A2.87 2.87 0 0 0 15.09 9.87 2.87 2.87 0 0 0 12.221 7a2.87 2.87 0 0 0-2.868 2.869m.94 0a1.93 1.93 0 0 1 1.928-1.928 1.93 1.93 0 0 1 1.928 1.928 1.93 1.93 0 0 1-1.928 1.928 1.93 1.93 0 0 1-1.928-1.928' clip-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;content:"";height:24rem;left:0;position:absolute;top:0;width:24rem}.cart-stores__location:after{content:"—";margin-left:10rem;margin-right:10rem}@media only screen and (max-width:767px){.cart-stores__location{display:none}}.cart-stores__delimiter{margin-left:10rem;margin-right:10rem}.cart-stores__empty{font-size:15rem;font-weight:500;padding:40rem;text-align:center}.cart-stores__pagination{align-items:center;display:flex;justify-content:center;margin:10rem 0}.cart-stores__pagination .page-item{display:block;margin:0 3rem}.cart-stores__pagination .page-item.disabled{opacity:.5;pointer-events:none}.cart-stores__pagination .page-item .page-link{border-radius:50%;cursor:pointer;display:block;font-size:12rem;height:25rem;line-height:25rem;text-align:center;width:25rem}.cart-stores__pagination .page-item:hover .page-link{background-color:#f1f1f1}.cart-stores__pagination .page-item.active .page-link{background-color:#323232;color:#fff}.cart-delivery-address__title{font-size:24rem;font-weight:700;line-height:29rem;padding:0 0 10rem}@media only screen and (max-width:1023px){.cart-delivery-address__title{padding-top:20rem}}@media only screen and (max-width:767px){.cart-delivery-address__title{display:none}}@media only screen and (max-width:1023px)and (orientation:landscape){.cart-delivery-address__title{display:none}}.cart-delivery-address__wrapper{align-items:flex-start;display:flex;justify-content:space-between;position:relative}@media only screen and (max-width:575px){.cart-delivery-address__wrapper{align-items:stretch;flex-direction:column}}.cart-delivery-address__fields{flex:1}.cart-delivery-address__list li:not(.active):hover{background-color:transparent}.cart-delivery-address__confirm{padding-top:25rem}.cart-delivery-address__confirm>button{font-size:11rem;margin-left:30rem}@media only screen and (max-width:575px){.cart-delivery-address__confirm>button{margin-left:0;width:100%}.cart-delivery-address__confirm{padding-top:20rem}}.cart-delivery-address__additional{align-items:flex-end;display:flex;flex-wrap:wrap;justify-content:space-between}.cart-delivery-address__additional>.form-field__field{flex-basis:30%}.cart-delivery-address__map{display:flex;min-height:375rem;padding-top:40rem;width:100%}@media only screen and (max-width:1023px){.cart-delivery-address__map{padding-top:20rem}}@media only screen and (min-width:768px){.cart-delivery-address__map{height:500rem}}.cart-delivery-address__map-content{flex:1;overflow:hidden;position:relative}.cart-delivery-address__map-content .__ymap,.cart-delivery-address__map-content .__ymap>div{height:100%;width:100%}.cart-delivery-address__map-sidebar{height:600rem;max-width:340rem;overflow-y:auto;width:340rem}@media only screen and (max-width:767px){.cart-delivery-address__map-sidebar{display:none}.cart-delivery-address__map{flex:1;overflow:hidden;padding-top:20rem}}.cart-delivery-address__items{max-height:600rem;overflow-y:auto;padding:0 40rem}@media only screen and (max-width:767px){.cart-delivery-address__items{max-height:none;padding:0}}.cart-delivery-address__location{display:inline-block;padding-left:40rem;position:relative}.cart-delivery-address__location:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M3.75 9.267C3.75 4.71 7.45 1 12 1s8.25 3.709 8.25 8.267c0 7.33-7.424 13.1-7.74 13.342L12 23l-.51-.39c-.316-.243-7.74-6.012-7.74-13.343m1.68 0c0 5.465 4.943 10.178 6.57 11.58 1.625-1.404 6.57-6.127 6.569-11.58 0-3.63-2.947-6.583-6.569-6.583-3.623 0-6.57 2.953-6.57 6.583m3.923.602a2.87 2.87 0 0 0 2.868 2.868A2.87 2.87 0 0 0 15.09 9.87 2.87 2.87 0 0 0 12.221 7a2.87 2.87 0 0 0-2.868 2.869m.94 0a1.93 1.93 0 0 1 1.928-1.928 1.93 1.93 0 0 1 1.928 1.928 1.93 1.93 0 0 1-1.928 1.928 1.93 1.93 0 0 1-1.928-1.928' clip-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;content:"";height:24rem;left:0;position:absolute;top:0;width:24rem}.cart-delivery-address__location:after{content:"—";margin-left:10rem;margin-right:10rem}@media only screen and (max-width:767px){.cart-delivery-address__location{display:none}}.cart-delivery-address__delimiter{margin-left:10rem;margin-right:10rem}.cart-delivery-address__empty{font-size:15rem;font-weight:500;padding:40rem;text-align:center}.checkout__sidebar-wrapper{flex:0 0 360rem;margin-left:30rem}@media only screen and (max-width:1279px){.checkout__sidebar-wrapper{flex:1 1 auto;margin-left:0;max-width:100%}}@media only screen and (max-width:767px){.checkout__sidebar-wrapper{padding:0}}.checkout__content{background-color:#fff;flex:1 1 auto;padding:60rem}@media only screen and (max-width:767px){.checkout__content{margin-bottom:0;padding:30px 16px 0}}@media only screen and (max-width:375px){.checkout__content{padding:30rem 15rem 20rem}}.checkout__section{margin-bottom:60rem}.checkout__section-title{font-size:24rem;font-weight:700;line-height:29rem;margin-bottom:20rem}@media only screen and (max-width:767px){.checkout__section-title{flex-direction:column;font-size:20rem;line-height:24rem}}@media only screen and (max-width:339px){.checkout__section-title{font-size:16rem}}.checkout__section-error{display:none}@media only screen and (min-width:1024px){.checkout__section-error{display:block}}.checkout__section-wrapper{display:flex}@media only screen and (max-width:767px){.checkout__section-wrapper{align-items:flex-start;flex-direction:column}}.checkout__section-left{flex:1}@media only screen and (max-width:767px){.checkout__section-left{width:100%}}.checkout__section-right{flex:1;margin-left:70rem}@media only screen and (max-width:767px){.checkout__section-right{margin-left:0;width:100%}.checkout__section{margin-bottom:60rem}}@media only screen and (max-width:339px){.checkout__section{margin-bottom:30rem}}.checkout__section__promo{margin-bottom:20rem}.checkout__section__promo .button-split button{height:50rem}@media only screen and (min-width:1024px){.checkout__section__promo{display:none}}.checkout__section-messages{display:flex;flex-direction:column;gap:8rem;margin-top:20rem}.checkout__error{align-items:flex-end;border-radius:8rem;display:inline-flex;flex-shrink:0}.checkout__error-text{color:#ff4d4f;font-size:12rem;font-weight:400;line-height:12rem;padding-left:.5em}.checkout__payment{margin-bottom:0;position:relative}@media only screen and (max-width:767px){.checkout__payment{margin-bottom:30rem}}.checkout__payment .not-available-payment-desc{font-style:normal;font-weight:400;margin-left:50rem}@media only screen and (max-width:1023px){.checkout__payment .not-available-payment-desc_lg{display:none}}@media only screen and (min-width:1024px){.checkout__payment .not-available-payment-desc_lg{font-size:10rem;line-height:12rem}}@media only screen and (max-width:1023px){.checkout__payment .not-available-payment-desc_sm{font-size:9rem;line-height:11rem}}@media only screen and (min-width:1024px){.checkout__payment .not-available-payment-desc_sm{display:none}}.checkout__contacts,.checkout__delivery{position:relative}.checkout-sidebar{background-color:#fff;height:-moz-max-content;height:max-content;margin-left:25rem;max-width:360rem;min-width:329rem;padding:40rem 20rem;position:sticky;top:115rem;transition:.2s;width:100%}@media only screen and (max-width:1279px){.checkout-sidebar{flex:0 0 320rem}}@media only screen and (max-width:1023px){.checkout-sidebar{flex:1 1 auto;margin-left:0;max-width:100%;padding:40rem 60rem}}@media only screen and (max-width:767px){.checkout-sidebar{min-width:auto;padding:0;position:static}}.checkout-sidebar__total{display:none}@media only screen and (min-width:768px){.checkout-sidebar__total{display:block}}.checkout-sidebar .same-as-page .checkout-button__stick{box-shadow:none}.checkout__agree-checkbox{display:none}@media only screen and (max-width:767px){.checkout__agree-checkbox{display:block}}@media only screen and (min-width:768px){.checkout__agree-checkbox-policy{margin-bottom:120rem}}.checkout.info-policy{font-size:11rem;margin:20rem 0 0;text-align:justify}@media only screen and (max-width:339px){.checkout.info-policy{font-size:9rem}}.checkout.info-policy>a{font-weight:600;text-decoration:underline}.checkout-button{margin-top:30rem}.checkout-button__loading>button{height:100%;overflow:hidden;pointer-events:none;position:relative;transition:.5s linear;-webkit-transition:.5s linear;width:100%}.checkout-button__loading>button:after{animation:stripes-move 2s linear infinite;background-image:linear-gradient(-45deg,hsla(0,0%,100%,.2) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.2) 75%,transparent 0,transparent);background-size:50rem 50rem;content:"";inset:0;overflow:hidden;position:absolute;z-index:1}@keyframes stripes-move{0%{background-position:0 0}to{background-position:50rem 50rem}}.checkout-button__row{align-items:center;display:flex;justify-content:space-between;margin-bottom:20rem}@media only screen and (max-width:339px){.checkout-button__row{zoom:.8}}.checkout-button__expand{border-bottom:1rem dashed #c3c1c1;color:#323232;font-family:Montserrat,"sans-serif";font-size:14rem;font-weight:700;line-height:17rem}@media only screen and (max-width:339px){.checkout-button__expand{font-size:14rem}}.checkout-button__quantity{color:#323232;font-size:14rem;line-height:17rem}.checkout-button__value{color:#323232;font-size:20rem;font-weight:600;line-height:24rem}@media only screen and (max-width:339px){.checkout-button__value{font-size:18rem}}.checkout-delivery__tab{position:relative}.checkout-delivery__courier-types{border:1rem dashed #aaa;border-radius:5rem;display:flex;height:auto;justify-content:space-between;width:100%}.checkout-delivery__courier-types .radio{flex-shrink:0;margin:0}@media only screen and (max-width:575px){.checkout-delivery__courier-types{flex-direction:column;height:auto}}.checkout-delivery__courier-type{cursor:pointer;display:flex;padding:20rem;width:50%}.checkout-delivery__courier-type:last-child{border-left:1rem dashed #aaa}@media only screen and (max-width:575px){.checkout-delivery__courier-type{width:100%}.checkout-delivery__courier-type:last-child{border:none;border-top:1rem dashed #aaa}}.checkout-delivery__courier-text{display:flex;flex-direction:column;margin-left:16rem}.checkout-delivery__courier-title{align-items:center;color:#333;display:flex;font-size:16rem;font-weight:400;line-height:20rem}.checkout-delivery__courier-title svg:last-child{height:13rem;margin-left:5rem;width:13rem}.checkout-delivery__courier-icon{bottom:1px;margin-right:4px}.checkout-delivery__courier-description{color:#888;font-size:14rem;font-weight:400;line-height:150%}.checkout-delivery__address-button{justify-content:flex-start}.checkout-delivery__undeliverable{margin:10rem 0}.checkout-delivery__undeliverable-message{color:#ff4d4f}.checkout-delivery__undeliverable-list{display:flex;gap:10rem;margin-top:5rem}.checkout-delivery__undeliverable-item{align-items:center;border:1rem solid #ddd;display:flex;height:70rem;justify-content:center;width:70rem}.checkout-delivery__undeliverable-item img{height:auto;max-height:100%;max-width:100%}.checkout-authentication{color:#323232}@media only screen and (max-width:767px){.checkout-authentication{margin-top:30rem}}.checkout-contacts textarea#address,.checkout-contacts textarea#address-modal{height:auto;line-height:12rem;padding-bottom:0;padding-top:40rem;resize:none}.checkout-contacts .form-field:last-of-type{margin:0}.checkout-payment__delivery-message{align-items:flex-start;display:flex;margin-bottom:10rem}@media only screen and (max-width:575px){.checkout-payment__delivery-message{max-width:none}}.checkout-payment__delivery-message a{font-weight:600;text-decoration:underline}.checkout-payment__payment-type{border-radius:10rem;flex-direction:column;margin-bottom:20px;overflow:hidden}.checkout-payment__payment-type button{align-items:flex-start;border-radius:3rem;font-weight:400;margin:0;min-height:60rem;padding:15rem 25rem;position:relative;text-transform:none}.checkout-payment__payment-type button:disabled{color:initial;opacity:.4}@media(min-width:1024rem)and (max-width:1080rem){.checkout-payment__payment-type button{padding:15rem 20rem}}@media only screen and (max-width:375px){.checkout-payment__payment-type button{padding:15rem 10rem 10rem 45rem}}@media only screen and (max-width:575px){.checkout-payment__payment-type button .price{margin:0 0 0 50rem;width:100%}}@media only screen and (max-width:375px){.checkout-payment__payment-type button{padding:15rem 10rem 10rem}.checkout-payment__payment-type button .price{margin:0 0 0 45rem;width:100%}}.checkout-payment__payment-type button .title{align-items:center;display:flex;flex-wrap:wrap;font-size:14rem;font-weight:600;gap:15rem;justify-content:flex-start}@media only screen and (max-width:375px){.checkout-payment__payment-type button .title{font-size:12rem}}@media only screen and (max-width:575px){.checkout-payment__payment-type button .title>.light,.checkout-payment__payment-type button .title>.price{margin:0 0 0 50rem;width:100%}}@media only screen and (max-width:375px){.checkout-payment__payment-type button .title>.light,.checkout-payment__payment-type button .title>.price{margin:0 0 0 45rem}}.checkout-payment__payment-type button .light{font-weight:500}.checkout-payment__payment-type button .price{font-size:15rem;font-weight:600}.checkout-payment__payment-type button .price.offline{font-weight:400}.checkout-payment__payment-type button .price del{font-weight:200;margin-right:10rem}.checkout-payment__payment-type button .round-check{background:#fff;border:1rem solid #343a40;border-radius:30rem;height:16rem;position:absolute;right:24rem;top:25rem;width:16rem}@media only screen and (max-width:375px){.checkout-payment__payment-type button .round-check{height:15rem;right:10rem;width:15rem}}.checkout-payment__payment-type button .bottom-content,.checkout-payment__payment-type button .sub-title{display:none}.checkout-payment__payment-type button .bottom-content{align-items:flex-start;gap:30rem;padding:15rem 30rem 10rem;width:100%}.checkout-payment__payment-type button .bottom-content .right{flex:0 1 50%;font-size:11rem;font-weight:200;text-align:left;text-transform:none}.checkout-payment__payment-type button .bottom-content .right span{display:inline}.checkout-payment__payment-type button .bottom-content .right a{text-decoration:underline}@media only screen and (max-width:1279px){.checkout-payment__payment-type button .bottom-content .right{padding-top:20rem}}@media only screen and (max-width:767px){.checkout-payment__payment-type button .bottom-content .right{text-align:center}}.checkout-payment__payment-type button .bottom-content .left{max-width:320rem;width:100%}@media only screen and (max-width:767px){.checkout-payment__payment-type button .bottom-content .left{justify-content:center;max-width:none}}.checkout-payment__payment-type button .bottom-content .steps{align-items:flex-start;display:flex;flex-direction:column;width:25%}.checkout-payment__payment-type button .bottom-content .steps-container{display:flex;max-width:360rem;width:100%}@media only screen and (max-width:575px){.checkout-payment__payment-type button .bottom-content .steps:last-child{margin-right:0}}.checkout-payment__payment-type button .bottom-content .steps .bnpl-icon{background-color:#333;margin:0 0 10rem;position:relative}@media only screen and (max-width:419px){.checkout-payment__payment-type button .bottom-content .steps .bnpl-icon{width:40rem}}.checkout-payment__payment-type button .bottom-content .steps .bnpl-icon:after{background-color:#99a3b3;content:"";height:1rem;position:absolute;right:-100%;top:50%;width:100%}.checkout-payment__payment-type button .bottom-content .steps:last-child>.bnpl-icon:after{display:none}.checkout-payment__payment-type button .bottom-content .steps .text{align-items:flex-start;display:flex;flex-direction:column;width:-moz-max-content;width:max-content}@media only screen and (max-width:375px){.checkout-payment__payment-type button .bottom-content .steps .text{font-size:10rem}}.checkout-payment__payment-type button .bottom-content .steps .text small{font-size:10rem}@media only screen and (max-width:375px){.checkout-payment__payment-type button .bottom-content .steps .text small{font-size:8rem}}@media only screen and (max-width:1279px){.checkout-payment__payment-type button .bottom-content{flex-direction:column}}@media only screen and (max-width:479px){.checkout-payment__payment-type button .bottom-content{padding:15rem 0 10rem 20rem}}@media only screen and (max-width:419px){.checkout-payment__payment-type button .bottom-content{padding-left:0;padding-right:0}}@media screen and (min-width:768rem)and (max-width:1024rem){.checkout-payment__payment-type button .bottom-content{flex-direction:row}.checkout-payment__payment-type button .bottom-content .right{padding-top:0}}.checkout-payment__payment-type button.active .bottom-content{display:flex}.checkout-payment__payment-type button.active .sub-title{display:block;font-size:10rem;font-weight:200;line-height:12rem;max-width:460rem;padding:10rem 0 10rem 50rem;text-align:left;text-transform:none}@media only screen and (max-width:767px){.checkout-payment__payment-type button.active .sub-title:not(.online-sup){padding-left:0;text-align:center}.checkout-payment__payment-type button.active .sub-title.spb-title{padding:15rem 15rem 10rem 20rem}}@media only screen and (max-width:419px){.checkout-payment__payment-type button.active .sub-title{padding-left:0;text-align:center;width:100%}.checkout-payment__payment-type button.active .sub-title.spb-title{padding:15rem 15rem 10rem 20rem}}.checkout-payment__payment-type button.active .round-check{align-items:center;border:initial;display:flex;justify-content:center;position:absolute}.checkout-payment__payment-type button.active .round-check:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='8.5' stroke='%23333' stroke-width='3'/%3E%3C/svg%3E");background-position:50%;background-size:cover;content:"";height:12rem;width:12rem}.checkout-empty{align-items:center;background-color:#fff;display:flex;flex:1;justify-content:center;min-height:50vh;min-height:calc(var(--vh, 1vh)*50);position:relative}.selected-store{display:flex}.selected-store__address{font-size:18rem;font-weight:400;margin-bottom:20rem}.selected-store__lines{margin-bottom:20rem}.selected-store__line:not(:last-child){margin-bottom:10rem}.selected-store__button{padding-left:20rem;padding-right:20rem;width:310rem}.selected-store__text{flex:1 1 auto;padding-right:20rem}.selected-store__map{background:red;border-radius:12rem;flex:0 0 485rem;height:200rem;overflow:hidden;width:485rem}.full-name-modal__title{font-size:24rem;font-weight:700;line-height:29rem;padding:40rem 40rem 30rem;text-align:center}@media only screen and (max-width:767px){.full-name-modal__title{display:none}}@media only screen and (max-width:1023px)and (orientation:landscape){.full-name-modal__title{display:none}}.full-name-modal__content{padding:0 40rem}@media only screen and (max-width:767px){.full-name-modal__content{flex:1;margin:0;overflow-y:auto;padding:30rem 20rem}}.full-name-modal__message{margin-bottom:10rem}.store-item{border-bottom:1px solid #f1f1f1;display:flex;flex-direction:column;position:relative;transition:.3s}.store-item,.store-item_small{padding:16px}@media only screen and (max-width:375px){.store-item_small{padding-top:24px}}.store-item_small .store-item__wrapper{flex-direction:column}.store-item_small .store-item__schedule{order:1}.store-item_small .store-item__schedule-icons{margin-left:12px}.store-item_small .store-item__content{order:2}.store-item_small .store-item__labels{order:3}.store-item:last-child{border-bottom:none}.store-item_active{background-color:#f8f8f8}.store-item_selected{border:1px solid #c3c1c1;border-radius:6px;margin-bottom:30px}@media only screen and (min-width:768px){.store-item_selected__date{flex:0 1 200px}}.store-item_selected .store-item__select{display:none}.store-item__delivery{background:#f8f8f8;border-radius:12px;display:flex;flex-direction:column;gap:10px;margin-top:6px;max-width:320px;padding:14px 16px}@media only screen and (max-width:767px){.store-item__delivery{max-width:100%}}.store-item__labels{align-items:center;display:flex;justify-content:flex-start;order:3}.store-item__label{align-items:center;color:#7f7d80;display:flex;font-size:11px;font-weight:400;margin-right:5px}.store-item__label_green{color:#32bb58}.store-item__label:after{content:"●";display:block;font-size:5px;margin-left:5px}.store-item__label:last-child:after{display:none}.store-item__schedule{align-items:center;color:#7f7d80;display:flex;font-size:12px;line-height:18px;margin-bottom:12px;order:1}.store-item__schedule-icons{align-items:center;display:flex;margin-left:12px}.store-item__wrapper{display:flex;flex-direction:column}.store-item__content{align-items:center;display:flex;margin-bottom:12px;order:2}.store-item__picture{cursor:pointer;height:65px;margin-right:15px;min-width:95px;overflow:hidden;position:relative;width:95px}.store-item__picture img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.store-item__title{color:#323232;font-size:14px;font-weight:600;line-height:130%;margin-bottom:4px}.store-item__address{color:#000;font-size:12px;line-height:15px;margin-bottom:4px}.store-item__metros{-moz-column-gap:16px;column-gap:16px;display:flex;flex-wrap:wrap}.store-item__metro{align-items:center;display:flex;font-size:12px;line-height:15px;margin:3px 0}.store-item__date{flex:0 1 200px;font-size:12px}@media only screen and (max-width:767px){.store-item__date{flex-basis:150px}}.store-item__date .badge{font-size:10px}.store-item__date p{font-family:Montserrat,"sans-serif"}.store-item__table{align-items:flex-start;display:flex;gap:10px;justify-content:space-between;max-width:360px}@media only screen and (max-width:767px){.store-item__table{max-width:100%}}.store-item__status{font-weight:600}.store-item__deliveries{display:flex;flex:1 1 calc(100% - 170px);justify-content:flex-end;z-index:0}.store-item__delivery-list{display:flex;flex-direction:row;gap:20px;justify-content:flex-end}.store-item__delivery-items{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.store-item__delivery-image{border-radius:8px;display:block;height:40px;position:relative;width:40px;z-index:1}@media only screen and (max-width:419px){.store-item__delivery-image{height:30px;width:30px}}.store-item__delivery-image img{border-radius:3px;height:100%;width:100%}.store-item__delivery-image.inactive{filter:grayscale(1)}.store-item__delivery-image.inactive img{border-radius:50%}.store-item__delivery-image.inactive:before{border:2px solid #323232;border-radius:50%;content:"";display:block;height:44px;left:-4px;position:absolute;top:-4px;width:44px;z-index:2}.store-item__delivery-image.inactive:after{background-color:#333;content:"";display:block;height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-45deg);transform-origin:center;width:46px}.store-item__delivery-count{align-items:center;background-color:#fff;border:1px solid #ddd;border-radius:50%;color:#333;display:flex;font-size:10px;height:20px;justify-content:center;left:-8px;position:absolute;top:-8px;width:20px;z-index:10}.store-item__entry{position:relative}.store-item__size{align-items:center;background-color:#fff;border:1px solid #333;border-radius:30px;bottom:-2px;display:flex;font-size:10px;height:23px;justify-content:center;line-height:16px;pointer-events:none;position:absolute;right:-15px;transform:translate(-10px);width:23px;z-index:3}.store-item__route{bottom:20px;height:35px;left:25px;line-height:35px;position:absolute}.store-item__route a{font-size:12px;line-height:15px;text-decoration:underline}.store-item__select{display:flex;justify-content:flex-end;margin-top:10px}@media only screen and (min-width:1440px){.store-item:not(.store-item_small){padding:16px}.store-item:not(.store-item_small) .store-item__picture{height:66px;margin-right:14px;width:94px}.store-item:not(.store-item_small) .store-item__title{font-size:16px;line-height:20px}.store-item:not(.store-item_small) .store-item__address{font-size:14px;line-height:17px}.store-item:not(.store-item_small) .store-item__route{height:auto;line-height:normal;margin-top:20px;position:static}.store-item:not(.store-item_small) .store-item__route a{font-size:14px;line-height:15px}.store-item:not(.store-item_small) .store-item__metro{font-size:14px;line-height:17px}.store-item:not(.store-item_small) .store-item__schedule{color:#c3c1c1;font-size:14px;line-height:150%;order:-1}.store-item:not(.store-item_small) .store-item__labels{margin-left:180px}.store-item:not(.store-item_small) .store-item__label{font-size:12px}.store-item:not(.store-item_small) .store-item__content{order:0}.store-item:not(.store-item_small) .store-item__table{gap:0}.store-item:not(.store-item_small) .store-item__date{font-size:13px;line-height:130%}.store-item:not(.store-item_small) .store-item__select{align-items:flex-end}.store-item:not(.store-item_small).store-item_selected{margin-bottom:16px}.store-item:not(.store-item_small).store-item_selected .store-item__schedule{display:flex}.store-item:not(.store-item_small).store-item_selected .store-item__date{margin:0}}@media only screen and (max-width:375px){.cart-stores .modal__close{right:5px;top:5px}}.product-suggestion-container{height:516px;min-width:265px;position:relative}@media only screen and (max-width:767px){.product-suggestion-container{width:100%}}.product-suggestion-container_small{height:auto;min-width:265px;position:relative}@media only screen and (max-width:767px){.product-suggestion-container_small{width:100%}}.product-suggestion-card{background-color:#fff;cursor:pointer;height:100%;padding:20px 16px;width:100%}.product-suggestion-card .product-suggestion-card__sizes{flex-wrap:wrap;margin-top:15px}.product-suggestion-card .product-suggestion-card__img-container{margin-bottom:30px;position:relative;width:100%}.product-suggestion-card .product-suggestion-card__img-container img{height:303px;-o-object-fit:contain;object-fit:contain;width:100%}.product-suggestion-card .product-suggestion-card__link{height:335px;left:0;margin:0 auto;position:absolute;right:0;top:0;width:100%}.product-suggestion-card .product-suggestion-card__discount{background-color:#ffa800;bottom:0;font-size:14px;font-weight:600;left:0;line-height:17px;padding:3px 4px;position:absolute;z-index:10}.product-suggestion-card .product-suggestion-card__title{font-size:16px;font-weight:400;height:50px;line-height:24px;text-align:start}.product-suggestion-card .product-suggestion-card__old-price{color:#7f7d80;font-size:16px;font-weight:400;line-height:30px;margin-left:5px;text-decoration-line:line-through}.product-suggestion-card .product-suggestion-card__total-price{font-size:24px}.product-suggestion-card .product-suggestion-card__price-container{align-items:center;display:flex;font-size:25px;font-weight:400;justify-content:space-between;line-height:30px;margin-top:16px}.product-suggestion-card .product-suggestion-card__price{align-items:flex-start;display:flex}.product-suggestion-card .product-suggestion-card__credit{align-items:center;color:#7f7d80;display:flex;font-size:14px;font-weight:400;line-height:18px;margin-top:5px;text-align:start}.product-suggestion-card .product-suggestion-card__add-cart{align-items:center;display:flex;height:40px!important;justify-content:space-between;overflow:hidden;padding:8px 10px!important;position:relative;width:40px!important}.product-suggestion-card .product-suggestion-card__add-cart_bordered{border:1px solid #323232;width:110px!important}.product-suggestion-card .product-suggestion-card__add-cart_added{background-color:#fc393b;transition:all .2s}.product-suggestion-card .product-suggestion-card__add-cart-text{color:#323232;font-size:10.5px;font-weight:500;line-height:13px;margin:0 auto}.product-suggestion-card .product-suggestion-card__add-cart-text_added{color:#f1f1f1;display:none!important}.product-suggestion-card .product-suggestion-card__about{font-size:14px}.product-suggestion-card .product-suggestion-card__about>div{color:#000;line-height:1.25}.product-suggestion-card .product-suggestion-card__about span{color:#7f7d80}@media only screen and (max-width:767px){.product-suggestion-card .product-suggestion-card__about{font-size:11px;-webkit-line-clamp:4;line-clamp:4;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;max-height:100px;overflow:hidden}}.product-suggestion-card .product-suggestion-card__info-bottom{display:flex;font-size:12px;justify-content:space-between}@media only screen and (max-width:1365px){.product-suggestion-card .product-suggestion-card__info-bottom{font-size:11px}}@media only screen and (max-width:575px){.product-suggestion-card .product-suggestion-card__info-bottom{font-size:10px}}.product-suggestion-card .product-suggestion-card__info-bottom>div{display:flex;font-size:12px;line-height:14px;width:50%}@media only screen and (max-width:575px){.product-suggestion-card .product-suggestion-card__info-bottom>div{width:100%}}.product-suggestion-card_small{background-color:#fff;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:17px 13.6px;width:100%}.product-suggestion-card_small .product-suggestion-card__sizes{flex-wrap:wrap;margin-top:12.75px}.product-suggestion-card_small .product-suggestion-card__img-container{margin-bottom:25.5px;position:relative;width:100%}.product-suggestion-card_small .product-suggestion-card__img-container img{height:257.55px;-o-object-fit:contain;object-fit:contain;width:100%}.product-suggestion-card_small .product-suggestion-card__link{height:335px;left:0;margin:0 auto;position:absolute;right:0;top:0;width:100%}.product-suggestion-card_small .product-suggestion-card__discount{background-color:#ffa800;bottom:0;font-size:11.9px;font-weight:600;left:0;line-height:14.45px;padding:2.55px 3.4px;position:absolute;z-index:10}.product-suggestion-card_small .product-suggestion-card__title{font-size:16px;font-weight:400;height:50px;line-height:20.4px;text-align:start}.product-suggestion-card_small .product-suggestion-card__old-price{color:#7f7d80;font-size:11.9px;font-weight:400;line-height:25.5px;margin-left:4.25px;text-decoration-line:line-through}.product-suggestion-card_small .product-suggestion-card__total-price{font-size:20.4px}.product-suggestion-card_small .product-suggestion-card__price-container{align-items:center;display:flex;font-size:21.25px;font-weight:400;justify-content:space-between;line-height:25.5px;margin-top:13.6px}.product-suggestion-card_small .product-suggestion-card__price{align-items:flex-start;display:flex}.product-suggestion-card_small .product-suggestion-card__credit{align-items:center;color:#7f7d80;display:flex;font-size:11.9px;font-weight:400;line-height:15.3px;margin-top:4.25px;text-align:start}.product-suggestion-card_small .product-suggestion-card__add-cart{align-items:center;display:flex;height:34px!important;justify-content:space-between;overflow:hidden;padding:6.8px 8.5px!important;position:relative;width:34px!important}.product-suggestion-card_small .product-suggestion-card__add-cart_bordered{border:1px solid #323232;width:93.5px!important}.product-suggestion-card_small .product-suggestion-card__add-cart_added{background-color:#fc393b;transition:all .2s}.product-suggestion-card_small .product-suggestion-card__add-cart-text{color:#323232;font-size:8.925px;font-weight:500;line-height:11.05px;margin:0 auto}.product-suggestion-card_small .product-suggestion-card__add-cart-text_added{color:#f1f1f1;display:none!important}.product-suggestion-card_small .product-suggestion-card__about{font-size:11.9px}.product-suggestion-card_small .product-suggestion-card__about>div{color:#000;line-height:1.25}.product-suggestion-card_small .product-suggestion-card__about span{color:#7f7d80}@media only screen and (max-width:767px){.product-suggestion-card_small .product-suggestion-card__about{font-size:9.35px;-webkit-line-clamp:4;line-clamp:4;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;max-height:85px;overflow:hidden}}.product-suggestion-card_small .product-suggestion-card__info-bottom{display:flex;font-size:10.2px;justify-content:space-between}@media only screen and (max-width:1365px){.product-suggestion-card_small .product-suggestion-card__info-bottom{font-size:9.35px}}@media only screen and (max-width:575px){.product-suggestion-card_small .product-suggestion-card__info-bottom{font-size:8.5px}}.product-suggestion-card_small .product-suggestion-card__info-bottom>div{display:flex;font-size:10.2px;line-height:11.9px;width:50%}@media only screen and (max-width:575px){.product-suggestion-card_small .product-suggestion-card__info-bottom>div{width:100%}}.product-suggestion-card__detailed{position:absolute;width:340px;z-index:100}.product-suggestion-card__detailed:hover{border:1px solid #c3c1c1}.product-list__wrapper{display:grid;grid-template-columns:repeat(auto-fill,25%);justify-content:space-between;min-height:100px;overflow:auto}@media only screen and (max-width:1023px){.product-list__wrapper{grid-template-columns:repeat(auto-fill,30%)}}@media only screen and (max-width:767px){.product-list__wrapper{grid-template-columns:repeat(auto-fill,100%)}}.heading__h2{font-size:26px;font-weight:600;line-height:18px;padding-bottom:24px;text-align:center}@media only screen and (max-width:767px){.heading__h2{font-size:20px;line-height:22px;padding-bottom:10px}}.heading__container{flex:1}.heading__divider{border:1px solid #ff4d4f;width:100px}.add-to-favorites{background:#f7f5f8;border:1px solid transparent;border-radius:50%;cursor:pointer;padding:4px;position:absolute;right:5px;top:5px;z-index:10}.add-to-favorites_simple{background:#fff;color:#000}.add-to-favorites.active{background-color:#fff;border-color:#32bb58}.filters{display:flex;flex-direction:column;gap:14rem}@media(max-width:768px){.filters{gap:16px}}.filters__size{display:inline-block;width:-moz-max-content;width:max-content}.filters__hover-btn{cursor:pointer;font-size:14rem;font-style:normal;font-weight:400;line-height:18rem;margin-top:10rem}.filters__item-head{align-items:center;display:flex;justify-content:space-between}.filters__item-title{font-size:14rem;font-weight:500;line-height:21rem;text-align:left;text-transform:uppercase}@media only screen and (max-width:767px){.filters__item-title{font-weight:400;text-transform:lowercase}}.filters__list{display:flex;flex-direction:column;gap:10rem;max-height:300rem;overflow-y:auto;padding-bottom:20rem;padding-top:20rem}.filters__list_grid{display:grid;grid-template-columns:repeat(6,34rem);grid-gap:8rem}.filters__list_grid>*{height:34rem}.filter_checkbox{align-items:center;display:flex}.filter_checkbox.disabled{opacity:.5;pointer-events:none}.filter_checkbox .checkbox{flex-shrink:0;margin-right:13rem}.filter_radio{align-items:center;display:flex}.filter_radio.disabled{opacity:.5;pointer-events:none}.filter_radio .radio{flex-shrink:0;margin-right:13rem}.filter_range .range__inputs{display:flex;justify-content:space-between;margin-bottom:20rem;width:260rem}.filter_range .range__label{display:flex;flex-direction:column;font-size:14rem;line-height:20rem;position:relative}.filter_range .range__max,.filter_range .range__min{border-bottom:1rem solid #aaa;font-size:14rem;font-weight:400;line-height:20rem;text-align:left;width:76rem}.filter_range .range__max-slider{transform:translateY(-21rem)}.filter_range .range__buttons{display:flex;flex-wrap:wrap;gap:8rem;margin-top:20rem}.filter_range .range__btn{height:32rem}.filter_range .range__divider,.filter_range .range__units{padding-top:20rem}.filter_radio-cell{height:100%}.filter_radio-cell .filter__label{padding:6rem 10rem}.filter_checkbox-cell,.filter_checkbox-color-cell,.filter_radio-cell{align-items:center;display:flex;justify-content:center;position:relative;text-align:center}.filter_checkbox-cell .checkbox-cell,.filter_checkbox-cell .radio-cell,.filter_checkbox-color-cell .checkbox-cell,.filter_checkbox-color-cell .radio-cell,.filter_radio-cell .checkbox-cell,.filter_radio-cell .radio-cell{display:block;height:100%;position:absolute;width:100%}.filter_checkbox-cell .filter__label,.filter_checkbox-color-cell .filter__label,.filter_radio-cell .filter__label{align-items:center;background-color:#f7f5f8;border:1rem solid #f7f5f8;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.filter_checkbox-cell .checkbox-cell:checked~.filter__label,.filter_checkbox-cell .radio-cell:checked~.filter__label,.filter_checkbox-color-cell .checkbox-cell:checked~.filter__label,.filter_checkbox-color-cell .radio-cell:checked~.filter__label,.filter_radio-cell .checkbox-cell:checked~.filter__label,.filter_radio-cell .radio-cell:checked~.filter__label{background-color:#fff;border:1rem solid #323232;font-weight:600}.filter_checkbox-color-cell .checkbox-cell:checked~.filter__color-label{box-shadow:inset 0 0 0 2rem #323232}.filter_search .input{border-bottom:2rem solid #aaa;font-size:14rem;font-weight:400;line-height:20rem;padding:4rem 0 9rem;width:100%}.filter__label{line-height:18rem}.filter__color-label{display:block;height:36rem;width:36rem}.additional-photos-page{padding:60rem 40rem}.additional-photos-page__title{font-size:28rem;font-weight:600;line-height:34rem;margin-bottom:40rem}@media only screen and (max-width:767px){.additional-photos-page__title{font-size:23rem;line-height:26rem;margin-bottom:20rem;text-align:center}}.additional-photos-page__list{align-items:center;display:flex;flex-wrap:wrap;gap:20rem;justify-content:center;margin-bottom:50rem}@media only screen and (max-width:767px){.additional-photos-page__list{gap:10rem;margin-bottom:30rem}}.additional-photos-page__status{background:#f7f8fa;border-radius:4rem;font-size:18rem;font-weight:500;margin-bottom:30rem;padding:25rem}.additional-photos-page__item img{height:auto;width:180rem}@media only screen and (max-width:767px){.additional-photos-page__item img{width:130rem}}.additional-photos-page__wrapper{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;position:relative}.additional-photos-page__wrapper form{display:flex}.additional-photos-page__wrapper .form-field{max-width:500rem;width:100%}@media only screen and (max-width:767px){.additional-photos-page__wrapper{margin-bottom:40rem}}.additional-photos-page__button{display:flex;margin-bottom:50rem}@media only screen and (max-width:767px){.additional-photos-page__button{margin-bottom:30rem}}.additional-photos-page__subtitle{font-size:26rem;font-weight:600;line-height:32rem;margin-bottom:50rem;padding-bottom:20rem;position:relative;text-align:center}.additional-photos-page__subtitle:after{background:#ff4d4f;bottom:-10rem;content:"";display:block;height:2rem;left:50%;position:absolute;transform:translate(-50%);width:100rem}@media only screen and (max-width:767px){.additional-photos-page__subtitle{font-size:20rem;line-height:23rem;margin-bottom:30rem}}.additional-photos-page__text{font-size:20rem;font-weight:600;line-height:26rem;margin-bottom:40rem;max-width:700rem;text-align:center}@media only screen and (max-width:767px){.additional-photos-page__text{font-size:14rem;line-height:18rem;margin-bottom:20rem}.additional-photos-page{padding:20rem}}.error-page{padding:60rem 0}.error-page__title{font-weight:500;margin-bottom:20rem;margin-top:40rem}.error-page__expired{align-items:center;background-color:#f7f5f8;border-radius:20rem;display:flex;font-size:26rem;font-weight:400;justify-content:center;letter-spacing:.26rem;line-height:34rem;margin:0 auto 40rem;max-width:1024rem;padding:40rem;text-align:center;width:100%}@media only screen and (max-width:767px){.error-page__expired{font-size:16rem;letter-spacing:.16rem;line-height:24rem;padding:30rem;text-transform:uppercase}}.error-page__products{margin-top:80rem}@media only screen and (max-width:575px){.error-page__products{margin-left:-16px;margin-right:-16px}}.error-page__products-slider{margin-bottom:0;margin-top:20rem}@media only screen and (min-width:768px){.error-page__products-slider{margin-top:80rem}}.error-page__carousel{margin-bottom:0;margin-top:20rem}@media only screen and (min-width:768px){.error-page__carousel{margin-top:80rem}}.error-page .error-page__content a{text-decoration:underline}@media only screen and (max-width:767px){.error-page{padding:40rem 20rem}}.list-enter-active{animation:show-in .3s}.list-leave-active,.list-move{animation:show-in .3s reverse}.fade-enter-active,.fade-leave-active{transition:opacity .2s}.fade-enter-from,.fade-leave-to{opacity:0}.fade-leave-active{position:absolute}.fade-in-enter-active,.fade-in-leave-active{transition:opacity .3s ease}.fade-in-enter-from,.fade-in-leave-to{opacity:0}.fade-in-leave-active{display:none}.fade-zoom-enter-active,.fade-zoom-leave-active{transition:all .2s ease}.fade-zoom-enter-from,.fade-zoom-leave-to{opacity:0;transform:scale(0)}@keyframes show-in{0%{max-height:0;opacity:0;overflow-y:hidden}to{max-height:300px;opacity:1;overflow-y:hidden}}.slide-fade-enter-active{transition:all .08s ease-out}.slide-fade-leave-active{transition:all .1s ease-in-out}.slide-fade-enter-from,.slide-fade-leave-to{opacity:0;transform:translateY(20px)}.slide-top-enter-active{animation:slide-top-in .3s}.slide-top-leave-active{animation:slide-top-in .3s reverse}@keyframes slide-top-in{0%{opacity:0}to{opacity:1}}.new-container{margin:0 auto;max-width:1440px;padding:0 60px;position:relative;width:100%}@media only screen and (max-width:1023px){.new-container{max-width:1024px;padding:0 20px}}@media only screen and (max-width:767px){.new-container{max-width:552px;padding:0}}.frisbuy-sr-story-wrapper{background:#ed2d2f!important}.frisbuy-sr-block{overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.frisbuy-sr-block::-webkit-scrollbar{display:none}@media only screen and (max-width:767px){.frisbuy-goods-popup-good__description{display:-webkit-box;max-height:32px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}}@media only screen and (min-width:1024px){.frisbuy-sr-stories{--frisbuy-desktop-size:auto!important;gap:16px!important}.frisbuy-sr-widget.frisbuy-sr-inline .frisbuy-sr-story{flex-basis:0;flex-grow:1;margin-right:unset!important;padding-left:unset!important}.frisbuy-sr-widget .frisbuy-sr-story .frisbuy-sr-story-wrapper{aspect-ratio:1/1!important;width:100%!important}.frisbuy-sr-widget .frisbuy-sr-story-image img{display:block!important;height:100%!important;width:100%!important}}@keyframes ymaps3--controls-spinner-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.ymaps3--controls-spinner{animation-duration:1s;animation-iteration-count:infinite;animation-name:ymaps3--controls-spinner-spin;animation-timing-function:linear;display:block;height:16px;margin:4px;position:relative;width:16px}.ymaps3--controls-spinner__circle{color:#000;height:100%;left:50%;overflow:hidden;position:absolute;top:0;width:100%}.ymaps3--controls-spinner__dark{color:#fff}.ymaps3--controls-spinner__circle:before{border-radius:100%;box-shadow:inset 0 0 0 2px;content:"";height:100%;left:-50%;position:absolute;top:0;width:100%}.ymaps3--geolocation-control{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZmlsbD0iIzRkNGQ0ZCIgZD0iTTEuMzE1IDYuNzNjLS40ODIuMjI3LS4zOS45NC4xMzQgMS4wMzdsNC4wNi43MjQuNzIzIDQuMDZjLjA5OC41MjUuODEuNjE3IDEuMDM3LjEzNWw0LjY3NS05LjlhLjU1LjU1IDAgMCAwLS43MzItLjczbC05LjkgNC42NzRoLjAwMnoiLz48L3N2Zz4=) 50%/24px 24px no-repeat;display:block;height:24px;width:24px}.ymaps3--geolocation-control__dark{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZmlsbD0iI2NjYyIgZD0iTTEuMzE1IDYuNzNjLS40ODIuMjI3LS4zOS45NC4xMzQgMS4wMzdsNC4wNi43MjQuNzIzIDQuMDZjLjA5OC41MjUuODEuNjE3IDEuMDM3LjEzNWw0LjY3NS05LjlhLjU1LjU1IDAgMCAwLS43MzItLjczbC05LjkgNC42NzRoLjAwMnoiLz48L3N2Zz4=) 50%/24px 24px no-repeat}.ymaps3--geolocation-control-is-loading{background:inherit;height:auto}.ymaps3--geolocation-control-self{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE2IDI4YzYuNjI3IDAgMTItNS4zNzMgMTItMTJTMjIuNjI3IDQgMTYgNCA0IDkuMzczIDQgMTZzNS4zNzMgMTIgMTIgMTIiLz48cGF0aCBmaWxsPSIjZjQzIiBkPSJNMTYgMjVhOSA5IDAgMSAwIDAtMTggOSA5IDAgMCAwIDAgMTgiLz48L3N2Zz4=) 50%/24px 24px no-repeat;display:block;height:40px;transform:translate(-50%,-50%);width:40px}.ymaps3--rotate-control{align-items:center;background-color:#fff;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2NjYyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNDggMjRhMiAyIDAgMSAwIDAgNCAyIDIgMCAwIDAgMC00TTAgMjZhMiAyIDAgMSAxIDQgMCAyIDIgMCAwIDEtNCAwbTIzLjAwNCAyMy4wMDRhMiAyIDAgMSAxIDQgMCAyIDIgMCAwIDEtNCAwIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBmaWxsPSIjZjQzIiBkPSJNMjQuODIxLjM1OGEuMi4yIDAgMCAxIC4zNTggMGwyLjY3NiA1LjM1M2EuMi4yIDAgMCAxLS4xNzguMjloLTUuMzUzYS4yLjIgMCAwIDEtLjE4LS4yOXoiLz48L3N2Zz4=);background-position:50%;background-repeat:no-repeat;background-size:48px;border-radius:50%;box-shadow:0 2px 6px #0003;box-sizing:border-box;color:#34374a;cursor:pointer;display:flex;font-size:19px;height:56px;justify-content:center;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:56px}.ymaps3--rotate-control:hover{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzdiN2Q4NSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNDggMjRhMiAyIDAgMSAwIDAgNCAyIDIgMCAwIDAgMC00TTAgMjZhMiAyIDAgMSAxIDQgMCAyIDIgMCAwIDEtNCAwbTIzLjAwNCAyMy4wMDRhMiAyIDAgMSAxIDQgMCAyIDIgMCAwIDEtNCAwIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBmaWxsPSIjZjQzIiBkPSJNMjQuODIxLjM1OGEuMi4yIDAgMCAxIC4zNTggMGwyLjY3NiA1LjM1M2EuMi4yIDAgMCAxLS4xNzguMjloLTUuMzUzYS4yLjIgMCAwIDEtLjE4LS4yOXoiLz48L3N2Zz4=);color:#050d33;transition:color,background-image .4s}.ymaps3--rotate-tilt_rotate{align-items:center;display:flex;height:56px;justify-content:center;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:56px}.ymaps3--rotate-tilt_rotate__ring{border:10px solid #fff;border-radius:50%;box-shadow:inset 0 2px 6px #0003,0 2px 6px #0003;box-sizing:border-box;cursor:pointer;height:100%;pointer-events:all;position:absolute;width:100%}.ymaps3--rotate-tilt_rotate__ring:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2NjYyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNDggMjRhMiAyIDAgMSAwIDAgNCAyIDIgMCAwIDAgMC00TTAgMjZhMiAyIDAgMSAxIDQgMCAyIDIgMCAwIDEtNCAwbTIzLjAwNCAyMy4wMDRhMiAyIDAgMSAxIDQgMCAyIDIgMCAwIDEtNCAwIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBmaWxsPSIjZjQzIiBkPSJNMjQuODIxLjM1OGEuMi4yIDAgMCAxIC4zNTggMGwyLjY3NiA1LjM1M2EuMi4yIDAgMCAxLS4xNzguMjloLTUuMzUzYS4yLjIgMCAwIDEtLjE4LS4yOXoiLz48L3N2Zz4=) 50% no-repeat;border-radius:50%;content:"";height:56px;position:absolute;transform:translate(-10px,-10px);width:56px}.ymaps3--rotate-tilt_rotate__ring:hover:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzdiN2Q4NSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNDggMjRhMiAyIDAgMSAwIDAgNCAyIDIgMCAwIDAgMC00TTAgMjZhMiAyIDAgMSAxIDQgMCAyIDIgMCAwIDEtNCAwbTIzLjAwNCAyMy4wMDRhMiAyIDAgMSAxIDQgMCAyIDIgMCAwIDEtNCAwIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBmaWxsPSIjZjQzIiBkPSJNMjQuODIxLjM1OGEuMi4yIDAgMCAxIC4zNTggMGwyLjY3NiA1LjM1M2EuMi4yIDAgMCAxLS4xNzguMjloLTUuMzUzYS4yLjIgMCAwIDEtLjE4LS4yOXoiLz48L3N2Zz4=) 50% no-repeat;transition:background .4s}.ymaps3--rotate-tilt_rotate__container{z-index:1}.ymaps3--rotate-tilt_tilt{align-items:center;background-color:#fff;border-radius:50%;color:#4d4d4d;cursor:pointer;display:flex;font-size:16px;height:32px;justify-content:center;pointer-events:all;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:32px}.ymaps3--rotate-tilt_tilt:hover{color:#050d33}.ymaps3--rotate-tilt_tilt__tilted{background-color:#196dff;color:#fff;transition:background-color .4s}.ymaps3--rotate-tilt_tilt__tilted:hover{color:#fff}.ymaps3--rotate-tilt_tilt__in-action{cursor:grabbing}.ymaps3--suggest-control{background-color:#fff;border-radius:12px;box-shadow:0 4px 24px #5f69830a,0 4px 12px #5f69831a;display:flex;flex-direction:column;gap:12px 0;padding:12px 4px}.ymaps3--suggest-control._dark{background-color:#111}.ymaps3--suggest-control._bottom{flex-direction:column-reverse}.ymaps3--suggest-control._hide{display:none}.ymaps3--suggest-item-control{border-radius:6px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;gap:4px 0;padding:6px 12px}.ymaps3--suggest-item-control._active{background-color:#5c5e660a}.ymaps3--suggest-item-control._active._dark{background-color:#9c9fa90a}.ymaps3--suggest-item-control__title{font-size:16px;font-weight:600}.ymaps3--suggest-item-control__title._dark{color:#fff}.ymaps3--suggest-item-control__subtitle{color:#6e7077}.ymaps3--suggest-item-control__subtitle._dark{color:#868892}.ymaps3--route-control_waypoint-input{display:flex;flex-direction:column;position:relative}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input_form{align-items:center;align-self:stretch;display:flex;flex-direction:row;padding:4px 4px 4px 2px;position:relative}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input_suggest{position:absolute;top:48px;z-index:1000}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input_suggest._bottom{bottom:48px;top:unset}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__indicator{align-items:center;display:flex;justify-content:center;margin-right:12px}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__indicator.ymaps3--route-control_waypoint-input__indicator_empty{color:#c8c9cc!important}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__field{background:#f6f6f6;border:none;border-radius:8px;box-sizing:border-box;color:#000;flex-grow:1;font-size:14px;font-style:normal;font-weight:400;height:40px;line-height:16px;padding:12px 30px 12px 12px;text-overflow:ellipsis}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__field:focus{border:1px solid #196dff}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__field-buttons{display:none;position:relative}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__field:focus+.ymaps3--route-control_waypoint-input__field-buttons{display:inline-block}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__field:focus:-moz-placeholder+.ymaps3--route-control_waypoint-input__field-buttons .ymaps3--route-control_waypoint-input__field-buttons__location,.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__field:focus:-moz-placeholder-shown+.ymaps3--route-control_waypoint-input__field-buttons .ymaps3--route-control_waypoint-input__field-buttons__location{display:flex}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__field:focus:placeholder-shown+.ymaps3--route-control_waypoint-input__field-buttons .ymaps3--route-control_waypoint-input__field-buttons__location{display:flex}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__field:focus:not(:-moz-placeholder)+.ymaps3--route-control_waypoint-input__field-buttons .ymaps3--route-control_waypoint-input__field-buttons__reset,.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__field:focus:not(:-moz-placeholder-shown)+.ymaps3--route-control_waypoint-input__field-buttons .ymaps3--route-control_waypoint-input__field-buttons__reset{display:flex}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__field:focus:not(:placeholder-shown)+.ymaps3--route-control_waypoint-input__field-buttons .ymaps3--route-control_waypoint-input__field-buttons__reset{display:flex}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__field-buttons__location{align-items:center;background:none;border:none;border-radius:8px;color:#196dff;cursor:pointer;display:none;justify-content:center;outline:none;padding:8px;position:absolute;transform:translate(-36px,-50%)}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__field-buttons__location:hover{background:#122db20a;color:#3c83ff}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__field-buttons__reset{align-items:center;background:none;border:none;border-radius:8px;color:#878787;cursor:pointer;display:none;justify-content:center;outline:none;padding:8px;position:absolute;transform:translate(-36px,-50%)}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__field-buttons__reset:hover{background:#122db20a}.ymaps3--route-control_waypoint-input._dark-input .ymaps3--route-control_waypoint-input__field{background:#111;color:#ccc}.ymaps3--route-control_waypoint-input._dark-input .ymaps3--route-control_waypoint-input__field:focus{border:1px solid #3d7eff}.ymaps3--route-control_waypoint-input._dark-input .ymaps3--route-control_waypoint-input__indicator_empty{color:#666!important}.ymaps3--route-control_waypoint-input._dark-input .ymaps3--route-control_waypoint-input__field-buttons__location{color:#3d7eff}.ymaps3--route-control_waypoint-input._dark-input .ymaps3--route-control_waypoint-input__field-buttons__location:hover{background:#7d90f012;color:#5794ff}.ymaps3--route-control_waypoint-input._dark-input .ymaps3--route-control_waypoint-input__field-buttons__reset{color:#999}.ymaps3--route-control_waypoint-input._dark-input .ymaps3--route-control_waypoint-input__field-buttons__reset:hover{background:#7d90f012}.ymaps3--route-control{display:flex;flex-direction:column;gap:4px}.ymaps3--route-control.ymaps3--route-control_bottom{flex-direction:column-reverse}.ymaps3--route-control svg{display:block}.ymaps3--route-control_parameters{background:#fff;border-radius:12px;box-shadow:0 4px 12px #5f69831a,0 4px 24px #5f69830a;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;padding:12px;width:330px}.ymaps3--route-control_parameters svg{display:block}.ymaps3--route-control_info{align-items:flex-start;background:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 4px 12px #5f69831a,0 4px 24px #5f69830a;box-sizing:border-box;display:flex;gap:20px;padding:12px 16px;width:330px}.ymaps3--route-control_info.ymaps3--route-control_info__error{align-items:center;flex-direction:column;gap:12px;padding:20px 16px}.ymaps3--route-control_modes{padding:4px;width:100%}.ymaps3--route-control_modes .ymaps3--route-control_modes__container{align-items:center;background:#f6f6f6;border-radius:8px;display:flex;flex-direction:row;gap:5px;justify-content:space-between;padding:2px}.ymaps3--route-control_modes input[type=radio]{display:none}.ymaps3--route-control_modes label{border-radius:8px;color:#878787;cursor:pointer;display:flex;flex-grow:1;justify-content:center;padding:6px}.ymaps3--route-control_modes input[type=radio]:checked+label{background:#fff;box-shadow:0 4px 12px #5f69831a,0 4px 24px #5f69830a;color:#000}.ymaps3--route-control_waypoints{display:flex;flex-direction:column;gap:12px}.ymaps3--route-control_actions{display:flex;flex-direction:row;justify-content:space-between}.ymaps3--route-control_actions button{align-items:center;background:none;border:none;color:#196dff;cursor:pointer;display:flex;font-size:14px;font-style:normal;font-weight:500;gap:6px;justify-content:center;line-height:16px;padding:8px 0;text-align:center}.ymaps3--route-control_actions button:hover{color:#2e4ce5}.ymaps3--route-control_actions button:disabled{color:#ccc}@keyframes ymaps3--spinner_rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.ymaps3--route-control_info_loading{align-items:center;color:#34374a;display:flex;justify-content:center;width:100%}.ymaps3--route-control_info_loading svg{animation:ymaps3--spinner_rotate 1.5s linear infinite;position:relative}.ymaps3--route-control_info_container{display:flex;flex-direction:column;flex-grow:1}.ymaps3--route-control_info_container .ymaps3--route-control_info_container__label{color:#878787;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.ymaps3--route-control_info_container .ymaps3--route-control_info_container__value{color:#000;font-size:20px;font-style:normal;font-weight:500;line-height:28px}.ymaps3--route-control_info_error__icon{background:#ffeceb;border-radius:12px;display:flex;gap:10px;padding:10px}.ymaps3--route-control_info_error__text-container{align-items:center;display:flex;flex-direction:column;gap:8px}.ymaps3--route-control_info_error__label{color:#000;font-size:14px;font-style:normal;font-weight:500;line-height:20px;text-align:center}.ymaps3--route-control_info_error__description{color:#878787;font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-align:center}.ymaps3--route-control_info_error__button{background-color:#196dff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-style:normal;font-weight:500;line-height:16px;padding:8px 12px}.ymaps3--route-control_info_error__button:hover{background-color:#2e4ce5}.ymaps3--route-control._dark .ymaps3--route-control_parameters{background:#212326;box-shadow:0 4px 12px #12141a38,0 4px 24px #12141a24}.ymaps3--route-control._dark .ymaps3--route-control_modes .ymaps3--route-control_modes__container{background:#111}.ymaps3--route-control._dark .ymaps3--route-control_modes input[type=radio]:checked+label{background:#212326;color:#ccc}.ymaps3--route-control._dark .ymaps3--route-control_actions button{color:#3d7eff}.ymaps3--route-control._dark .ymaps3--route-control_actions button:disabled{color:#666}.ymaps3--route-control._dark .ymaps3--route-control_info{background:#212326;border:1px solid #393e46;box-shadow:0 4px 12px #12141a38,0 4px 24px #12141a24}.ymaps3--route-control._dark .ymaps3--route-control_info .ymaps3--route-control_info_container__value{color:#ccc}.ymaps3--route-control._dark .ymaps3--route-control_info .ymaps3--route-control_info_error__icon{background:#4f1f24}.ymaps3--route-control._dark .ymaps3--route-control_info .ymaps3--route-control_info_error__label{color:#ccc}.ymaps3--route-control._dark .ymaps3--route-control_info .ymaps3--route-control_info_loading{color:#f2f5fa}.ymaps3--search-control{display:flex;flex-direction:column;gap:4px 0;width:320px}.ymaps3--search-control._bottom{flex-direction:column-reverse}.ymaps3--search-control__form{position:relative}.ymaps3--search-control__input{border:none;border-radius:12px;box-shadow:0 2px 4px #5f698333,0 0 2px #5f698314;box-sizing:border-box;font-size:16px;height:48px;outline:none;padding-left:16px;padding-right:50px;width:100%}.ymaps3--search-control__input:focus{box-shadow:0 2px 12px #5f698333,0 0 6px #5f698314}.ymaps3--search-control__input::-moz-placeholder{color:#7b7d85}.ymaps3--search-control__input::placeholder{color:#7b7d85}.ymaps3--search-control__input._dark{background-color:#111;color:#ccc}.ymaps3--search-control__input._dark::-moz-placeholder{color:#92959f}.ymaps3--search-control__input._dark::placeholder{color:#92959f}.ymaps3--search-control__clear{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iIzRkNGQ0ZCIgZD0iTTQuMjkzIDE4LjI5MyAxMC41ODYgMTIgNC4yOTMgNS43MDdhMSAxIDAgMCAxIDEuNDE0LTEuNDE0TDEyIDEwLjU4Nmw2LjI5My02LjI5M2ExIDEgMCAxIDEgMS40MTQgMS40MTRMMTMuNDE0IDEybDYuMjkzIDYuMjkzYTEgMSAwIDEgMS0xLjQxNCAxLjQxNEwxMiAxMy40MTRsLTYuMjkzIDYuMjkzYTEgMSAwIDAgMS0xLjQxNC0xLjQxNCIvPjwvc3ZnPg==) 50% no-repeat;border:0;cursor:pointer;display:block;height:24px;outline:0;position:absolute;right:16px;top:50%;transform:translateY(-50%);width:24px}.ymaps3--search-control__clear._hide{display:none}.ymaps3--tilt{align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 2px 6px #0003;color:#34374a;cursor:pointer;display:flex;flex-direction:column;font-size:19px;height:48px;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:48px}.ymaps3--tilt:hover{color:#050d33}.ymaps3--tilt_active{color:#2e4ce5;transition:color .4s}.ymaps3--tilt_active:hover{color:#2e4ce5}.ymaps3--tilt_indicator_in,.ymaps3--tilt_indicator_out{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA4IDciPjxwYXRoIGZpbGw9IiNlNGU2ZWIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTMuNjY4LjQ5NGEuNC40IDAgMCAxIC42NjQgMEw3LjgxNiA1LjY4YS40LjQgMCAwIDEtLjA1LjUwN2wtLjU4NS41ODFhLjQuNCAwIDAgMS0uNTA3LjA0OEw0LjMzNyA1LjIyOWEuNi42IDAgMCAwLS42NzQgMEwxLjMyNiA2LjgxNWEuNC40IDAgMCAxLS41MDctLjA0OGwtLjU4NS0uNTgxYS40LjQgMCAwIDEtLjA1LS41MDd6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) 50% no-repeat;height:7px;width:8px}.ymaps3--tilt_indicator_out{transform:rotate(180deg)}.ymaps3--tilt_indicator__active{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA4IDciPjxwYXRoIGZpbGw9IiMyZTRjZTUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTMuNjY4LjQ5NGEuNC40IDAgMCAxIC42NjQgMEw3LjgxNiA1LjY4YS40LjQgMCAwIDEtLjA1LjUwN2wtLjU4NS41ODFhLjQuNCAwIDAgMS0uNTA3LjA0OEw0LjMzNyA1LjIyOWEuNi42IDAgMCAwLS42NzQgMEwxLjMyNiA2LjgxNWEuNC40IDAgMCAxLS41MDctLjA0OGwtLjU4NS0uNTgxYS40LjQgMCAwIDEtLjA1LS41MDd6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) 50% no-repeat;transition:background .4s}.ymaps3--tilt_label{align-items:center;display:flex;height:24px;justify-content:center;padding:2px 0;width:24px}.ymaps3--tilt-control__in-action{cursor:grabbing}.hide-indicator{display:none}.ymaps3--zoom-control{display:flex}.ymaps3--zoom-control_vertical{flex-direction:column}.ymaps3--zoom-control_horizontal{flex-direction:row-reverse}.ymaps3--zoom-control__in{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iIzRkNGQ0ZCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTEgNS45OTJjMC0uNTM3LjQ0OC0uOTkyIDEtLjk5Mi41NTYgMCAxIC40NDQgMSAuOTkyVjExaDUuMDA4Yy41MzcgMCAuOTkyLjQ0OC45OTIgMSAwIC41NTYtLjQ0NCAxLS45OTIgMUgxM3Y1LjAwOGMwIC41MzctLjQ0OC45OTItMSAuOTkyLS41NTYgMC0xLS40NDQtMS0uOTkyVjEzSDUuOTkyQzUuNDU1IDEzIDUgMTIuNTUyIDUgMTJjMC0uNTU2LjQ0NC0xIC45OTItMUgxMXoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) 50% no-repeat;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block;height:24px;width:24px}.ymaps3--zoom-control__dark-in{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iI2NjYyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTEgNS45OTJjMC0uNTM3LjQ0OC0uOTkyIDEtLjk5Mi41NTYgMCAxIC40NDQgMSAuOTkyVjExaDUuMDA4Yy41MzcgMCAuOTkyLjQ0OC45OTIgMSAwIC41NTYtLjQ0NCAxLS45OTIgMUgxM3Y1LjAwOGMwIC41MzctLjQ0OC45OTItMSAuOTkyLS41NTYgMC0xLS40NDQtMS0uOTkyVjEzSDUuOTkyQzUuNDU1IDEzIDUgMTIuNTUyIDUgMTJjMC0uNTU2LjQ0NC0xIC45OTItMUgxMXoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) 50% no-repeat}.ymaps3--zoom-control__out{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iIzRkNGQ0ZCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNSAxMmExIDEgMCAwIDEgMS0xaDEyYTEgMSAwIDEgMSAwIDJINmExIDEgMCAwIDEtMS0xIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) 50% no-repeat;border-top-left-radius:0;border-top-right-radius:0;display:block;height:24px;width:24px}.ymaps3--zoom-control__dark-out{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iI2NjYyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNSAxMmExIDEgMCAwIDEgMS0xaDEyYTEgMSAwIDEgMSAwIDJINmExIDEgMCAwIDEtMS0xIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) 50% no-repeat}@keyframes ymaps3--popup-marker-show-top{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes ymaps3--popup-marker-show-bottom{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:none}}@keyframes ymaps3--popup-marker-show-left{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:none}}@keyframes ymaps3--popup-marker-show-right{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:none}}.ymaps3--popup-marker{--ymaps3-default-tail-height:8px;--ymaps3-default-tail-width:24px;--ymaps3-default-border-radius:12px;--ymaps3-default-tail-height-and-offset:calc(var(--ymaps3-default-tail-height) + var(--ymaps3-default-offset));--ymaps3-default-popup-tail-rotate-offset:calc(var(--ymaps3-default-tail-width)/2 - var(--ymaps3-default-tail-height)/2);--ymaps3-default-popup-tail-transform-top:translate(-50%,calc(-100% - var(--ymaps3-default-offset))) rotate(180deg);--ymaps3-default-popup-tail-transform-bottom:translate(-50%,var(--ymaps3-default-offset));position:absolute}.ymaps3--popup-marker.ymaps3--popup-marker__hide{display:none}.ymaps3--popup-marker svg{display:block}.ymaps3--popup-marker_container{background-color:#fff;border-radius:var(--ymaps3-default-border-radius);box-shadow:0 4px 12px #5f69831a,0 4px 24px #5f69830a;color:#34374a;display:block;font-size:14px;font-style:normal;font-weight:400;line-height:20px;max-height:600px;max-width:500px;overflow:hidden;padding:8px 12px;position:absolute;text-overflow:ellipsis;width:-moz-max-content;width:max-content}.ymaps3--popup-marker_container.ymaps3--popup-marker__dark{background-color:#272729;color:#c8c9cc}.ymaps3--popup-marker_tail{color:#fff;display:block;position:absolute}.ymaps3--popup-marker_tail.ymaps3--popup-marker__dark{color:#272729}.ymaps3--popup-marker_tail svg{filter:drop-shadow(0 4px 24px rgba(95,105,131,.04)) drop-shadow(0 4px 12px rgba(95,105,131,.1))}.ymaps3--popup-marker__position-top{animation:ymaps3--popup-marker-show-top .2s ease-out!important}.ymaps3--popup-marker__position-top .ymaps3--popup-marker_container{transform:translate(-50%,calc(-100% - var(--ymaps3-default-tail-height-and-offset)))}.ymaps3--popup-marker__position-top .ymaps3--popup-marker_tail{transform:var(--ymaps3-default-popup-tail-transform-top)}.ymaps3--popup-marker__position-top.ymaps3--popup-marker__position-left .ymaps3--popup-marker_container{transform:translate(calc(-100% + var(--ymaps3-default-border-radius) + var(--ymaps3-default-tail-width)/2),calc(-100% - var(--ymaps3-default-tail-height-and-offset)))}.ymaps3--popup-marker__position-top.ymaps3--popup-marker__position-left .ymaps3--popup-marker_tail{transform:var(--ymaps3-default-popup-tail-transform-top)}.ymaps3--popup-marker__position-top.ymaps3--popup-marker__position-right .ymaps3--popup-marker_container{transform:translate(calc(var(--ymaps3-default-border-radius)*-1 - var(--ymaps3-default-tail-width)/2),calc(-100% - var(--ymaps3-default-tail-height-and-offset)))}.ymaps3--popup-marker__position-top.ymaps3--popup-marker__position-right .ymaps3--popup-marker_tail{transform:var(--ymaps3-default-popup-tail-transform-top)}.ymaps3--popup-marker__position-bottom{animation:ymaps3--popup-marker-show-bottom .2s ease-out!important}.ymaps3--popup-marker__position-bottom .ymaps3--popup-marker_container{transform:translate(-50%,var(--ymaps3-default-tail-height-and-offset))}.ymaps3--popup-marker__position-bottom .ymaps3--popup-marker_tail{transform:var(--ymaps3-default-popup-tail-transform-bottom)}.ymaps3--popup-marker__position-bottom.ymaps3--popup-marker__position-left .ymaps3--popup-marker_container{transform:translate(calc(-100% + var(--ymaps3-default-border-radius) + var(--ymaps3-default-tail-width)/2),var(--ymaps3-default-tail-height-and-offset))}.ymaps3--popup-marker__position-bottom.ymaps3--popup-marker__position-left .ymaps3--popup-marker_tail{transform:var(--ymaps3-default-popup-tail-transform-bottom)}.ymaps3--popup-marker__position-bottom.ymaps3--popup-marker__position-right .ymaps3--popup-marker_container{transform:translate(calc(var(--ymaps3-default-border-radius)*-1 - var(--ymaps3-default-tail-width)/2),var(--ymaps3-default-tail-height-and-offset))}.ymaps3--popup-marker__position-bottom.ymaps3--popup-marker__position-right .ymaps3--popup-marker_tail{transform:var(--ymaps3-default-popup-tail-transform-bottom)}.ymaps3--popup-marker__position-left{animation:ymaps3--popup-marker-show-left .2s ease-out}.ymaps3--popup-marker__position-left .ymaps3--popup-marker_container{transform:translate(calc(-100% - var(--ymaps3-default-tail-height-and-offset) + 2px),-50%)}.ymaps3--popup-marker__position-left .ymaps3--popup-marker_tail{transform:translate(calc(-100% - var(--ymaps3-default-offset) + var(--ymaps3-default-popup-tail-rotate-offset)),-50%) rotate(90deg)}.ymaps3--popup-marker__position-right{animation:ymaps3--popup-marker-show-right .2s ease-out}.ymaps3--popup-marker__position-right .ymaps3--popup-marker_container{transform:translate(calc(var(--ymaps3-default-tail-height-and-offset) - 2px),-50%)}.ymaps3--popup-marker__position-right .ymaps3--popup-marker_tail{transform:translate(calc(var(--ymaps3-default-offset) - var(--ymaps3-default-popup-tail-rotate-offset)),-50%) rotate(-90deg)}@keyframes ymaps3--default-marker-hint-hover{0%{margin-left:-10px;opacity:0}to{margin-left:0;opacity:1}}.ymaps3--default-marker-point{cursor:pointer;position:absolute}.ymaps3--default-marker-point svg{display:block}.ymaps3--hint{align-items:center;background:#ffffffd6;border-radius:1000px;box-sizing:border-box;flex-direction:column;line-height:16px;max-width:190px;padding:4px 12px 4px 20px;position:absolute;white-space:nowrap;z-index:-2}.ymaps3--hint__stable{display:inline-flex}.ymaps3--hint__hovered{display:none}.ymaps3--default-marker-point:hover .ymaps3--hint__hovered{animation:ymaps3--default-marker-hint-hover .2s ease-out;display:inline-flex}.ymaps3--hint-title{color:#050d33;font-size:14px;font-weight:500}.ymaps3--hint-subtitle,.ymaps3--hint-title{display:block;overflow:hidden;text-overflow:ellipsis;width:100%}.ymaps3--hint-subtitle{color:#7b7d85;font-size:12px;font-weight:400}.ymaps3--pin .ymaps3--default-marker__background{filter:drop-shadow(0 2px 6px rgba(24,27,34,.4));position:absolute;transform:translate(-50%,calc(-100% + 2px))}.ymaps3--pin .ymaps3--default-marker__stroke{position:absolute;transform:translate(-50%,-50%);z-index:-1}.ymaps3--pin .ymaps3--default-marker__icon{position:absolute;transform:translate(-50%,-49px);z-index:1}.ymaps3--pin .ymaps3--hint{transform:translate(11px,-49px)}.ymaps3--pin .ymaps3--hint.ymaps3--hint__big{transform:translate(11px,-57px)}.ymaps3--small-poi .ymaps3--default-marker__background{position:absolute;transform:translate(-50%,-50%)}.ymaps3--small-poi .ymaps3--default-marker__stroke{filter:drop-shadow(0 4px 4px rgba(0,0,0,.1));position:absolute;transform:translate(-50%,-50%);z-index:-1}.ymaps3--small-poi .ymaps3--default-marker__icon{position:absolute;transform:translate(-50%,-50%);z-index:1}.ymaps3--small-poi .ymaps3--default-marker__icon svg{transform:scale(.58333)}.ymaps3--small-poi .ymaps3--hint{transform:translateY(-12px)}.ymaps3--small-poi .ymaps3--hint.ymaps3--hint__big{transform:translateY(-20px)}.ymaps3--micro-poi .ymaps3--default-marker__background{position:absolute;transform:translate(-50%,-50%)}.ymaps3--micro-poi .ymaps3--default-marker__stroke{filter:drop-shadow(0 4px 4px rgba(0,0,0,.1));position:absolute;transform:translate(-50%,-50%);z-index:-1}.ymaps3--micro-poi .ymaps3--hint{transform:translate(-1px,-12px)}.ymaps3--micro-poi .ymaps3--hint.ymaps3--hint__big{transform:translate(-1px,-20px)}.ymaps3--default-marker-point_dark .ymaps3--hint{background:#1d1e1fd6}.ymaps3--default-marker-point_dark .ymaps3--hint-title{color:#f2f5fa}.ymaps3--default-marker-point_dark .ymaps3--hint-subtitle{color:#7b7d85}.ymaps3--default-ruler-point_icon{cursor:pointer;position:absolute;transform:translate(-50%,-50%)}.ymaps3--default-ruler-point_icon svg{display:block}.ymaps3--default-ruler-preview-point{cursor:pointer;opacity:.6;position:absolute;transform:translate(-50%,-50%)}.ymaps3--default-ruler-preview-point svg{display:block}.ymaps3--default-ruler-point_tooltip{position:relative}.ymaps3--default-ruler-point_tooltip svg{display:block}.ymaps3--default-ruler-point_measurements{align-items:flex-start;background:#fff;border-radius:8px;box-shadow:0 0 2px #5f698314,0 2px 4px #5f698333;color:#050d33;display:inline-flex;font-size:14px;font-style:normal;font-weight:500;line-height:20px;padding:2px 6px;position:absolute;text-align:center;transform:translate(10px,-50%);white-space:nowrap}.ymaps3--default-ruler-point_actions.ymaps3--default-ruler-point__hidden,.ymaps3--default-ruler-point_measurements.ymaps3--default-ruler-point__hidden{display:none}.ymaps3--default-ruler-point_actions{align-items:center;background:#fff;border-radius:8px;box-shadow:0 0 2px #5f698314,0 2px 4px #5f698333;display:inline-flex;padding:0;position:absolute;transform:translate(10px,14px)}.ymaps3--default-ruler-point_actions button{align-items:center;background:#fff0;border:none;border-radius:8px;cursor:pointer;display:flex;justify-content:center;padding:8px}.ymaps3--default-ruler-point_actions .ymaps3--default-ruler-point_actions__finish{align-items:center;display:flex;gap:6px;justify-content:center;padding:8px}.ymaps3--default-ruler-point_actions button:hover{color:#122db2}.g-btn[data-v-b986dcf7]{align-items:center;border-radius:6px;cursor:pointer;display:flex;font-weight:500;gap:12px;justify-content:center;position:relative}.g-btn_red[data-v-b986dcf7]{background-color:#ff4d4f;color:#fff;outline:transparent;transition:all .2s ease-out}@media only screen and (min-width:1024px){.g-btn_red[data-v-b986dcf7]:hover{background-color:#ed2d2f}}.g-btn_red[data-v-b986dcf7]:active{background-color:#ce0002}.g-btn_red[data-v-b986dcf7]:focus{outline:6px solid rgba(0,85,255,.063)}.g-btn_white[data-v-b986dcf7]{background-color:#fff;box-shadow:0 4px 124px #00000012;color:#151515;outline:1px solid transparent;transition:all .2s ease-out}@media only screen and (min-width:1024px){.g-btn_white[data-v-b986dcf7]:hover{outline-color:#e5e5e5}}.g-btn_white[data-v-b986dcf7]:active{background-color:#e5e5e5}.g-btn_white[data-v-b986dcf7]:focus{outline-color:#e5e5e5;outline-width:6px}.g-btn_bordered[data-v-b986dcf7]{background-color:#fff;color:#151515;outline:1px solid #c3c1c1;transition:all .2s ease-out}@media only screen and (min-width:1024px){.g-btn_bordered[data-v-b986dcf7]:hover{color:#ff4d4f}}.g-btn_bordered[data-v-b986dcf7]:active{color:#ed2d2f}.g-btn_bordered[data-v-b986dcf7]:focus{color:#ce0002;outline-color:#e5e5e5;outline-width:6px}.g-btn_gray[data-v-b986dcf7]{background-color:#f8f8f8;color:#7f7d80;transition:color .2s ease-out,background-color .2s ease-out,outline-width .2s ease-out,outline-color .2s ease-out}@media only screen and (min-width:1024px){.g-btn_gray[data-v-b986dcf7]:hover{background-color:#e5e5e5;color:#7f7d80}}.g-btn_gray[data-v-b986dcf7]:active{background-color:#c3c1c1;color:#7f7d80}.g-btn_large[data-v-b986dcf7]{font-size:18px;letter-spacing:.16px;line-height:24px;min-height:48px;padding:12px 20px}.g-btn_medium[data-v-b986dcf7]{font-size:16px;letter-spacing:.14px;line-height:21px;min-height:42px;padding:10px 16px}.g-btn_small[data-v-b986dcf7]{font-size:14px;letter-spacing:.16px;line-height:21px;min-height:36px;padding:8px}.g-btn_wide[data-v-b986dcf7]{width:100%}.g-btn_squared[data-v-b986dcf7]{padding:0}.g-btn_squared.g-btn_large[data-v-b986dcf7]{min-height:48px;min-width:48px}.g-btn_squared.g-btn_medium[data-v-b986dcf7]{min-height:42px;min-width:42px}.g-btn_squared.g-btn_small[data-v-b986dcf7]{min-height:36px;min-width:36px}.g-btn_disabled[data-v-b986dcf7]{background-color:#e5e5e5!important;border:none!important;color:#7f7d80!important;outline:none!important}.new-modal-content[data-v-f3306ccd]{border-radius:18px!important;max-width:100%;padding:30px!important;transition-duration:.2s}@media only screen and (max-width:767px){.new-modal-content[data-v-f3306ccd]{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;bottom:0;left:0;padding:10px 16px 16px!important;position:absolute;right:0}}@media only screen and (max-width:767px){.modal-container{padding:0}}.new-dialog-modal[data-v-85243a43]{display:flex;flex-direction:column;gap:30rem;position:relative;-ms-overflow-style:none;max-width:100%;overflow:hidden;scrollbar-width:none}.new-dialog-modal.overflow-visible[data-v-85243a43],.new-dialog-modal.overflow-visible .new-dialog-modal__content[data-v-85243a43]{overflow:visible}.new-dialog-modal[data-v-85243a43]::-webkit-scrollbar{display:none}@media only screen and (max-width:767px){.new-dialog-modal[data-v-85243a43]{gap:20px;max-height:80vh;min-height:25vh;overflow-y:auto;width:100%!important}.new-dialog-modal_mobile-small[data-v-85243a43]{min-height:auto}}.new-dialog-modal__divider[data-v-85243a43]{background-color:#d9d9d9;border-radius:9999px;height:4px;margin:0 auto 20px;width:60%}.new-dialog-modal__title[data-v-85243a43]{color:#323232;font-size:24rem;font-weight:500;line-height:140%;text-align:center}@media only screen and (max-width:767px){.new-dialog-modal__title[data-v-85243a43]{font-size:20px}}.new-dialog-modal__content[data-v-85243a43]{color:#323232;display:flex;flex-direction:column;line-height:150%;overflow-y:auto;width:100%}.new-dialog-modal__button[data-v-85243a43]{padding:1px}.new-dialog-modal__button[data-v-85243a43]>*{margin-bottom:12px}.new-dialog-modal__button[data-v-85243a43]>:last-child{margin-bottom:0}.new-dialog-modal__close[data-v-85243a43]{position:absolute;right:10px;top:10px}@media only screen and (max-width:767px){.new-dialog-modal__close[data-v-85243a43]{display:none}}.new-dialog-modal__wrapper .new-modal-content{max-height:96dvh}.modal__image[data-v-beb578d0]{display:block;margin:0 auto;max-width:260px}.modal__text[data-v-beb578d0]{color:#151515;font-size:18px;line-height:150%;margin-top:40px;text-align:center}.modal__button[data-v-beb578d0]{margin:0 auto}@media only screen and (max-width:767px){.modal__button[data-v-beb578d0]{width:100%}}.modal__dialog-title[data-v-db7451d0]{margin-bottom:20rem;padding:0}.modal__dialog-content[data-v-db7451d0]{margin-bottom:30rem}.modal__dialog-content a[data-v-db7451d0]{text-decoration:underline}.modal__dialog-button[data-v-db7451d0]{margin-right:20rem;min-width:185rem}.modal__dialog-button[data-v-db7451d0]:last-child{margin:0 0 0 auto}.modal__dialog-buttons[data-v-db7451d0]{align-items:center;display:flex;justify-content:space-between}@media(max-width:480rem){.modal__dialog-buttons[data-v-db7451d0]{flex-direction:column}.modal__dialog-buttons>button[data-v-db7451d0]{margin:10rem 0;width:100%}}.cart-is-full__content[data-v-b0928280]{display:flex;flex-direction:column;gap:10px;justify-items:center;margin-top:36px;width:100%}.g-input[data-v-8866a42c]{cursor:text;display:block;height:-moz-max-content;height:max-content;min-width:50rem;overflow-x:clip;overflow-y:visible;position:relative;width:100%}.g-input_email[data-v-8866a42c]{font-size:16rem}.g-input_no-margin[data-v-8866a42c]{margin:0 0 10px}.g-input_with-icon input[data-v-8866a42c]{padding-right:26px}.g-input__label[data-v-8866a42c],.g-input__label_hide[data-v-8866a42c]{color:#7f7d80;font-size:16rem;font-style:normal;font-weight:400;height:-moz-max-content;height:max-content;left:0;line-height:20px;overflow:hidden;position:absolute;text-overflow:ellipsis;top:0;transition:all .2s ease-out}.g-input__label_has-placeholder[data-v-8866a42c],.g-input__label_hide_has-placeholder[data-v-8866a42c]{top:-20px}@media only screen and (min-width:768px){.g-input__label_has-placeholder[data-v-8866a42c],.g-input__label_hide_has-placeholder[data-v-8866a42c]{top:-25rem}}.g-input__label_error[data-v-8866a42c],.g-input__label_hide_error[data-v-8866a42c]{color:#ff4d4f}.g-input__label_email[data-v-8866a42c],.g-input__label_hide_email[data-v-8866a42c]{font-size:16px}@media only screen and (min-width:768px){.g-input__label_email[data-v-8866a42c],.g-input__label_hide_email[data-v-8866a42c]{font-size:16rem}}.g-input__input[data-v-8866a42c]{background-color:transparent;font-size:16rem;width:100%}.g-input__input_underlined[data-v-8866a42c]{border-bottom:1px solid #7f7d80}.g-input__input_email[data-v-8866a42c]{font-size:16px}@media only screen and (min-width:1024px){.g-input__input_email[data-v-8866a42c]{font-size:16rem}}.g-input__input[data-v-8866a42c]::-webkit-inner-spin-button{display:none}.g-input__input[data-v-8866a42c]::-webkit-input-placeholder{color:#7f7d80!important;display:-webkit-box!important;font-size:16rem!important;overflow:hidden!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:1!important}@media only screen and (max-width:767px){.g-input__input[data-v-8866a42c]::-webkit-input-placeholder{font-size:16px!important}}.g-input__input[data-v-8866a42c]::-moz-placeholder{color:#7f7d80!important;display:-webkit-box!important;font-size:16rem!important;overflow:hidden!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:1!important}@media only screen and (max-width:767px){.g-input__input[data-v-8866a42c]::-moz-placeholder{font-size:16px!important}}.g-input__error[data-v-8866a42c]{font-size:12rem;margin-top:5px;z-index:100}.g-input__error a[data-v-8866a42c]{text-decoration-line:underline!important}.g-input__error[data-v-8866a42c]{color:#ff4d4f;display:inline-block;font-size:14rem;font-weight:500;left:0;margin-top:5rem;position:absolute;top:100%}@media only screen and (min-width:768px){.g-input__error[data-v-8866a42c]{font-size:14rem}}.g-input_disabled[data-v-8866a42c]{cursor:not-allowed;opacity:.3}.g-input__input:-moz-placeholder+.g-input__label_has-placeholder[data-v-8866a42c],.g-input__input:not(:-moz-placeholder)+.g-input__label[data-v-8866a42c]{font-size:14rem;top:-20px;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.g-input__input:focus+.g-input__label[data-v-8866a42c],.g-input__input:not(:placeholder-shown)+.g-input__label[data-v-8866a42c],.g-input__input:placeholder-shown+.g-input__label_has-placeholder[data-v-8866a42c]{font-size:14rem;top:-20px;transition:all .15s ease-out}@media only screen and (min-width:768px){.g-input__input:-moz-placeholder+.g-input__label_has-placeholder[data-v-8866a42c],.g-input__input:not(:-moz-placeholder)+.g-input__label[data-v-8866a42c]{top:-20rem}.g-input__input:focus+.g-input__label[data-v-8866a42c],.g-input__input:not(:placeholder-shown)+.g-input__label[data-v-8866a42c],.g-input__input:placeholder-shown+.g-input__label_has-placeholder[data-v-8866a42c]{top:-20rem}}:not(:-moz-placeholder)+.g-input__label_hide[data-v-8866a42c]{font-size:14rem;opacity:0;top:-20px;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.g-input__input:focus+.g-input__label_hide[data-v-8866a42c],:not(:placeholder-shown)+.g-input__label_hide[data-v-8866a42c]{font-size:14rem;opacity:0;top:-20px;transition:all .15s ease-out}@media only screen and (min-width:768px){:not(:-moz-placeholder)+.g-input__label_hide[data-v-8866a42c]{top:-20rem}.g-input__input:focus+.g-input__label_hide[data-v-8866a42c],:not(:placeholder-shown)+.g-input__label_hide[data-v-8866a42c]{top:-20rem}}.g-input[data-v-8866a42c] .vl-icon,.g-input__icon[data-v-8866a42c]{pointer-events:none;position:absolute;right:4px;top:50%;transform:translateY(-50%)}.fade-enter-active[data-v-8866a42c],.fade-leave-active[data-v-8866a42c]{transition:opacity .2s}.fade-enter-from[data-v-8866a42c],.fade-leave-to[data-v-8866a42c]{opacity:0}.g-img[data-v-68a00a42]{pointer-events:auto}.g-img[loading=lazy][data-v-68a00a42]{background-image:url(data:image/webp;base64,UklGRlwBAABXRUJQVlA4IFABAADyHgCdASosASwBP222x140rqckoCiGni2KaW7d9fqPKP7AE+rxC4wC6moCLt1DsrLTzt1DxXx0BLy2377KHZ+0WDVcdnkXsiGmvZ0iuvg/CPaT2FXwHIfWL4peRQ4AovsUUqg3tkgCYXY0YfOCZ8s+Lx/IB+D11+qzxxavESV6iXp3zcpvRyEYbbqdOt1CxtanIWbTsB7zQ75K6/kf2coKS/OCESV6zJyu2Moxmdqs2tTp1vrHkTsZWP2vfFwJVBPga2BoIYmTixet2VE+zjcrjFPQCts/2VF5mLi8LxlVhnZXZcwL2PLFXwPg5dlzAvY8sVfA+Dl2XMC9jyxV8DIAAP7tqAAAOc3+fZlxLQgtsf3fJX8f97YkCWrhfX/Wo0NT9vDAGVoVw3EPzI8gkXILbH6s+zSFJncWNcNO1j9tVncvNXnZLOgUOcVwAAAAAAA=);background-position:50%;background-repeat:no-repeat;background-size:contain}.g-toggle[data-v-c316f2d6]{border:1px solid #323232;border-radius:8px;display:flex;position:relative;transition:all .2s ease-out;width:100%}@media only screen and (max-width:575px){.g-toggle[data-v-c316f2d6]{flex-direction:column}}.g-toggle__btn-left[data-v-c316f2d6],.g-toggle__btn-right[data-v-c316f2d6]{align-items:center;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-weight:600;gap:4px;justify-content:center;padding:18px 14px;text-transform:uppercase;transition:all .2s ease-out;width:50%;z-index:10}@media only screen and (max-width:575px){.g-toggle__btn-left[data-v-c316f2d6],.g-toggle__btn-right[data-v-c316f2d6]{width:100%}}.g-toggle__btn-left-title[data-v-c316f2d6],.g-toggle__btn-right-title[data-v-c316f2d6]{font-size:14px;letter-spacing:.77px;line-height:100%}.g-toggle__btn-left-text[data-v-c316f2d6],.g-toggle__btn-right-text[data-v-c316f2d6]{font-size:10px;letter-spacing:.55px}.g-toggle__btn-left_active[data-v-c316f2d6],.g-toggle__btn-right_active[data-v-c316f2d6]{color:#323232}.g-toggle__lever[data-v-c316f2d6]{height:100%;position:absolute;transition:all .2s ease-out;width:100%;z-index:0}.g-toggle__lever-input[data-v-c316f2d6]{background-color:#323232;border-radius:6px;height:100%;transition:all .2s ease-out;width:50%}@media only screen and (max-width:575px){.g-toggle__lever-input[data-v-c316f2d6]{height:50%;width:100%}}.g-toggle__lever-input_active[data-v-c316f2d6]{transform:translate(100%)}@media only screen and (max-width:575px){.g-toggle__lever-input_active[data-v-c316f2d6]{transform:translateY(100%)}}.g-toggle-wrapper[data-v-aed7e410]{gap:16px}.g-toggle[data-v-aed7e410],.g-toggle-wrapper[data-v-aed7e410]{align-items:center;display:flex}.g-toggle[data-v-aed7e410]{background-color:#c3c1c1;border-radius:9999px;height:28px;padding:3px;transition:all .2s ease-out;width:60px}.g-toggle[data-v-aed7e410]:hover{background-color:#a7a7a7}.g-toggle_active[data-v-aed7e410]{background-color:#323232}.g-toggle_active[data-v-aed7e410]:hover{background-color:#4e4e4e}.g-toggle_loading[data-v-aed7e410]{background-color:#7f7d80;pointer-events:none}.g-toggle_disabled[data-v-aed7e410]{opacity:.3;pointer-events:none}.g-toggle-lever[data-v-aed7e410]{border-radius:9999px;height:22px;transition:all .2s ease-out;width:22px}.g-toggle-lever_active[data-v-aed7e410]{transform:translate(32px)}.g-toggle-loader[data-v-aed7e410]{animation:spin-aed7e410 1s linear infinite!important;height:22px;width:22px}@keyframes spin-aed7e410{to{transform:rotate(1turn)}}.g-toggle-input[data-v-aed7e410]{background-color:#fff;border-radius:9999px;height:22px;width:22px}.auth-form__content[data-v-7f0d82b1]{display:flex;flex-direction:column;gap:30rem}.auth-form__content+.auth-form__content[data-v-7f0d82b1]{margin-top:30rem}.auth-form__content-main[data-v-7f0d82b1]{align-items:center;background-color:#f8f8f8;border-radius:10px;display:flex;flex-direction:column;gap:20rem;padding:30rem}@media only screen and (max-width:767px){.auth-form__content-main[data-v-7f0d82b1]{padding:20px}}.auth-form__content[data-v-7f0d82b1] .g-input__input{background-color:transparent}.auth-form__content-bottom .error[data-v-7f0d82b1]{align-items:center;background:linear-gradient(0deg,#ff4d4f33,#ff4d4f33),#fff;border:1px solid #ff4d4f;border-radius:6px;color:#323232;display:flex;flex-direction:column;font-size:16rem;justify-content:center;letter-spacing:.16rem;line-height:24rem;margin-bottom:30rem;padding:10rem 12rem;width:100%}.auth-form__content-bottom .content-inbound[data-v-7f0d82b1]{display:flex;flex-direction:column;font-size:16rem;gap:20rem}.auth-form__content-bottom .content-inbound__info[data-v-7f0d82b1]{line-height:24rem}@media only screen and (max-width:767px){.auth-form__content-bottom .content-inbound__info[data-v-7f0d82b1]{display:none}}.auth-form__content-bottom .content-inbound__phone[data-v-7f0d82b1]{font-size:24rem;font-weight:500;letter-spacing:.24rem;line-height:33.6rem;margin-bottom:20rem;text-align:center;width:100%}@media only screen and (max-width:767px){.auth-form__content-bottom .content-inbound__phone[data-v-7f0d82b1]{display:none}}.auth-form__resend[data-v-7f0d82b1]{align-self:flex-start;color:#7f7d80;font-size:14rem;text-align:center;text-decoration:underline;width:100%}.auth-form__resend_disabled[data-v-7f0d82b1]{pointer-events:none}.auth-form__header[data-v-7f0d82b1]{font-size:16rem;line-height:24rem;position:relative;text-align:center}@media only screen and (max-width:1023px){.auth-form__header[data-v-7f0d82b1]{align-items:center;display:flex;flex-direction:column}}.auth-form__header_inbound[data-v-7f0d82b1],.auth-form__header_sms[data-v-7f0d82b1]{align-items:center;display:flex;flex-direction:column}.auth-form__header-phone[data-v-7f0d82b1]{align-items:center;display:inline-flex;font-size:16rem;font-style:normal;font-weight:500;justify-content:flex-start;line-height:24rem}.auth-form__header-phone button[data-v-7f0d82b1]{margin-left:5rem}.auth-form__phone-call[data-v-7f0d82b1]{align-self:flex-start;color:#323232;display:flex;flex-direction:column;font-size:16rem;text-align:left}.auth-form__phone-call[data-v-7f0d82b1]:disabled{opacity:.5}.auth-form__inbound[data-v-7f0d82b1]{display:flex;flex-direction:column;gap:30rem}.auth-form__inbound+.auth-modal__content[data-v-7f0d82b1]{margin-top:30rem}.auth-form__inbound-title[data-v-7f0d82b1]{align-items:center;display:flex;flex-direction:column;font-size:18px;font-weight:500;letter-spacing:.2rem;line-height:27rem}@media only screen and (min-width:768px){.auth-form__inbound-title[data-v-7f0d82b1]{font-size:24rem;letter-spacing:.24rem;line-height:36rem}}.auth-form__inbound-btn[data-v-7f0d82b1]{display:flex;gap:6px;margin:0 auto}@media only screen and (min-width:768px){.auth-form__inbound-btn[data-v-7f0d82b1]{display:none}}.auth-form__inbound-phone[data-v-7f0d82b1]{display:block;font-size:24px;font-weight:500;text-align:center;text-decoration:none!important}@media only screen and (max-width:767px){.auth-form__inbound-phone[data-v-7f0d82b1]{font-size:16px}}.auth-form__inbound-text[data-v-7f0d82b1]{font-weight:500}.auth-form__inbound-resend[data-v-7f0d82b1]{align-items:center;display:flex;flex-direction:column;font-size:24px;font-weight:500;gap:10rem;letter-spacing:.24px;line-height:33.6px;text-align:center;white-space:break-spaces}.auth-form__inbound-resend button[data-v-7f0d82b1]{color:#323232;font-family:Montserrat,"sans-serif";text-decoration:underline}.auth-form__inbound-error[data-v-7f0d82b1]{color:#ff4d4f;line-height:20rem;margin-top:5rem;text-align:center}.auth-form__inbound img[data-v-7f0d82b1]{display:block;height:170px;margin:0 auto;width:170px}@media only screen and (max-width:767px){.auth-form__inbound img[data-v-7f0d82b1]{display:none}.auth-form__inbound[data-v-7f0d82b1]{text-align:center}}.auth-form__success[data-v-7f0d82b1]{align-items:center;display:flex;flex-direction:column;font-size:24rem;font-weight:500;gap:10rem;letter-spacing:.27rem;line-height:36rem}@media only screen and (max-width:767px){.auth-form__success[data-v-7f0d82b1]{font-size:16px}}.auth-form__alt-link[data-v-7f0d82b1]{color:#4690f1;cursor:pointer;text-decoration-line:underline;transition:color .2s ease-out}.auth-form__alt-link[data-v-7f0d82b1]:hover{color:#3281de}.auth-form__pincode-field[data-v-7f0d82b1]{border-bottom:1px solid;width:100%}.auth-form__pincode-field[data-v-7f0d82b1] .form-field__pincode-input{border:none}.auth-form__pincode-field[data-v-7f0d82b1] input{background-color:transparent}.auth-form__external[data-v-7f0d82b1]{display:flex;gap:8px}.auth-form__external-button[data-v-7f0d82b1]{height:48px;width:48px;z-index:1}.auth-form__external-button[data-v-7f0d82b1] .yaPreloadingSuggestBlock{background:#fff!important;border:1px solid rgba(0,0,0,.12)!important}.auth-form__external-button #vk-auth-container[data-v-7f0d82b1]{background:#fff;border-radius:50%}.auth-form__external-button #vk-auth-container[data-v-7f0d82b1] div>div>button{background:#fff!important}.auth-form__external--bottom[data-v-7f0d82b1]{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:20rem}.auth-form__external--bottom span[data-v-7f0d82b1]{margin-bottom:10px}.auth-form__phone[data-v-7f0d82b1]{margin-top:20px}.auth-form__policy[data-v-7f0d82b1]:not(:last-child){margin-bottom:16px}.auth-form__subscribe[data-v-7f0d82b1]{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.auth-form__subscribe p[data-v-7f0d82b1]{font-size:14px;line-height:140%}@media only screen and (max-width:767px){.auth-form__subscribe p br[data-v-7f0d82b1]{display:none}}.auth-form__buttons[data-v-7f0d82b1]{display:flex;gap:16px;margin-top:16px;width:100%}@media only screen and (max-width:575px){.auth-form__buttons[data-v-7f0d82b1]{flex-direction:column}}.auth-form__main-page[data-v-7f0d82b1]{color:#7f7d80}.auth-modal__title[data-v-fc4a57e4]{font-size:20rem;font-weight:500;letter-spacing:.2rem;line-height:normal}@media only screen and (min-width:768px){.auth-modal__title[data-v-fc4a57e4]{font-size:24rem;letter-spacing:.4rem}}.auth-modal__subtitle[data-v-fc4a57e4]{color:#6b6b6b;font-size:16rem;line-height:20rem;margin-bottom:20rem;text-align:center}.hide-close-button .modal__close{display:none}.auth-modal__title[data-v-f77a53da]{font-size:20rem;font-weight:500;letter-spacing:.2rem;line-height:normal}.auth-modal__subtitle[data-v-f77a53da]{color:#6b6b6b;font-size:16rem;line-height:20rem;margin-bottom:20rem;text-align:center}.modal-city__list[data-v-11f68529]{-moz-column-count:3;column-count:3}@media only screen and (max-width:575px){.modal-city__list[data-v-11f68529]{-moz-column-count:2;column-count:2}}.modal-city__content[data-v-11f68529]{scrollbar-color:#c3c1c1 #f8f8f8;scrollbar-width:thin}@media only screen and (max-width:767px){.modal-city__content[data-v-11f68529]{max-height:70vh}}.modal-city__content[data-v-11f68529] ::-webkit-scrollbar{border-radius:6px;width:12px}.modal-city__content[data-v-11f68529] ::-webkit-scrollbar-track{background:#f8f8f8;border-radius:6px}.modal-city__content[data-v-11f68529] ::-webkit-scrollbar-thumb{background:#c3c1c1;border-radius:6px}.modal-city__item-title[data-v-11f68529]{color:#151515;font-size:16px;font-weight:700;line-height:175%}.modal-city__item-city[data-v-11f68529]{color:#151515;cursor:pointer;font-size:14px;font-weight:500;line-height:195%}.modal-city__item-city.active[data-v-11f68529]{color:#ed2d2f}.modal-city__item-city[data-v-11f68529]:last-child{margin-bottom:10px}.modal-city__search-block[data-v-11f68529]{display:flex;flex-wrap:wrap;gap:15rem;justify-content:space-between;margin-bottom:20rem}@media only screen and (max-width:767px){.modal-city__search-block[data-v-11f68529]{flex-direction:column;gap:15rem;margin-bottom:15rem}}.modal-city__search-block__left[data-v-11f68529]{position:relative;width:100%}.modal-city__popular[data-v-11f68529]{margin-bottom:25px;margin-top:25px}.modal-city__popular-title[data-v-11f68529]{color:#151515;font-size:20px;font-weight:500;line-height:140%;margin-bottom:10px;text-align:center}@media only screen and (max-width:575px){.modal-city__popular-title[data-v-11f68529]{font-size:19px}}.modal-city__popular-items[data-v-11f68529]{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}@media only screen and (max-width:575px){.modal-city__popular-items[data-v-11f68529]{gap:8px}}.modal-city__popular-item[data-v-11f68529]{border:1px solid #c3c1c1;border-radius:6px;color:#7f7d80;font-size:15px;line-height:100%;padding:10px;transition-duration:.2s}@media only screen and (max-width:575px){.modal-city__popular-item[data-v-11f68529]{font-size:14px;padding:8px}}.modal-city__popular-item[data-v-11f68529]:hover{border-color:#7f7d80}.modal-city__popular-item.active[data-v-11f68529]{border-color:#323232;color:#323232;order:-1}.select-field__items[data-v-11f68529]{border-radius:6px;left:0;right:0;top:65rem}.promo-modal{align-items:center;display:flex;flex-direction:column;padding:15rem;position:relative;width:360rem}.promo-modal__close{align-items:center;cursor:pointer;display:flex;height:25rem;justify-content:center;position:absolute;right:10rem;top:10rem;width:25rem}.promo-modal__title{color:#5c595c;font-size:14rem;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:1.1;margin:25rem 0;text-transform:uppercase}.promo-modal__timer{border:2rem solid #ff4d4f;border-radius:4rem;display:flex;margin-bottom:25rem;width:80%}.promo-modal__timer span{font-size:30rem;font-weight:500;margin:auto}.promo-modal__sale-text{color:#5c595c;font-size:14rem;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:1.1;margin-bottom:25rem;text-align:center;text-transform:uppercase;width:80%}.promo-modal__sale-text span{color:#e72121;font-size:16rem}.promo-modal__promocode{align-items:center;border:2rem solid #ff4d4f;border-radius:4rem;display:flex;font-size:24rem;font-weight:500;justify-content:center;padding:5rem}.promo-modal__desc,.promo-modal__promocode{margin-bottom:25rem;text-align:center;width:80%}.promo-modal__desc{font-size:12rem}.promo-modal__btn{width:80%}.promo-modal__background-img{bottom:-160rem;left:-200rem;max-width:none;position:absolute;width:550rem}.hidden-promo[data-v-fa9dd8ca]{bottom:0;cursor:pointer;height:160rem;left:0;position:fixed;width:300rem;z-index:1000}@media only screen and (max-width:767px){.hidden-promo[data-v-fa9dd8ca]{bottom:50rem;height:75rem;left:-5rem;width:140rem}}.hidden-promo__img[data-v-fa9dd8ca]{bottom:-22rem;left:-10rem;position:absolute}.hidden-promo__time-left[data-v-fa9dd8ca]{align-items:center;background-color:#fff;border:1rem solid #ff4d4f;display:flex;font-size:30rem;font-weight:500;justify-content:center;padding:4rem;position:absolute;right:40rem;top:25rem;width:40%}@media only screen and (max-width:767px){.hidden-promo__time-left[data-v-fa9dd8ca]{font-size:14rem;right:25rem;top:30rem;width:50%}}html[data-v-c4398808]{scroll-behavior:smooth}.change-build[data-v-b1c2edc0]{background-color:gray;border:1px solid green;bottom:100px;color:#fff;cursor:pointer;padding:5px}.change-build[data-v-b1c2edc0],.chooser[data-v-b1c2edc0]{left:0;position:fixed;z-index:9999}.chooser[data-v-b1c2edc0]{bottom:140px;width:130px}.chooser__variant[data-v-b1c2edc0]{background-color:gray;border:1px solid green;color:#fff;cursor:pointer;margin:auto 0;padding:4px 0;text-align:center}.chooser__variant_active[data-v-b1c2edc0]{background-color:green}.chooser__inner[data-v-b1c2edc0]{display:flex;flex-direction:column;position:relative}.chooser__platform[data-v-b1c2edc0]{background-color:gray;max-width:160px;padding:10px;position:absolute;right:0;transform:translate(100%)}.chooser__label[data-v-b1c2edc0]{color:#fff}.chooser__platforms[data-v-b1c2edc0]{align-items:center;display:flex;margin-bottom:10px}.chooser__platforms .chooser__variant[data-v-b1c2edc0]{flex-basis:0;flex-grow:1;flex-shrink:1}.chooser__input[data-v-b1c2edc0]{font-size:14px;font-weight:500;max-width:100%;padding:5px 10px}.enable-marking[data-v-2e11170d]{cursor:pointer;left:0}.enable-marking[data-v-2e11170d],.enable-marking__input[data-v-2e11170d]{background-color:gray;border:1px solid green;bottom:0;color:#fff;padding:5px;position:fixed;z-index:9999}.enable-marking__input[data-v-2e11170d]{left:71px}.enable-marking .marking[data-v-2e11170d]{display:flex;inset:0 60px;pointer-events:none;position:absolute}@media only screen and (max-width:1023px){.enable-marking .marking[data-v-2e11170d]{inset:0 20px}}@media only screen and (max-width:767px){.enable-marking .marking[data-v-2e11170d]{inset:0}}.enable-marking .marking__item[data-v-2e11170d]{border:1px solid red;border-bottom:none;border-top:none;pointer-events:none;width:calc(100%/var(--f3147668))}.agreement[data-v-5d9641de]{align-items:flex-end;background:#fff;border-radius:6px;bottom:30px;box-shadow:0 4px 25px #00000026;display:flex;gap:20px;left:35px;padding:20px;position:fixed;z-index:2000}@media only screen and (max-width:575px){.agreement[data-v-5d9641de]{align-items:stretch;bottom:20px;flex-direction:column;left:10px;right:10px}}.agreement__left[data-v-5d9641de]{display:flex;flex-direction:column;gap:8px}.agreement__text[data-v-5d9641de]{color:#151515;font-size:12px;font-weight:500;letter-spacing:.12px;line-height:140%}.agreement__text--bold[data-v-5d9641de]{font-weight:600}.agreement__text a[data-v-5d9641de]{color:#58a5ff;text-decoration:underline}.agreement__text a[data-v-5d9641de]:hover{color:#3281de}.agreement__button[data-v-5d9641de]{padding-left:40px;padding-right:40px}@media only screen and (max-width:575px){.agreement__button[data-v-5d9641de]{width:100%}}.i-flocktory[data-v-fefda2d9]{display:none}.product-card-images[data-v-4fe78e9e]{height:100%;position:relative}.product-card-images__wrapper[data-v-4fe78e9e]{aspect-ratio:1/1;display:flex;height:100%;justify-content:center;margin:0 auto;overflow:hidden;position:relative}.product-card-images__tabs[data-v-4fe78e9e]{display:flex;inset:0;position:absolute;z-index:5}.product-card-images__tab[data-v-4fe78e9e]{height:100%;width:100%}.product-card-images__viewport[data-v-4fe78e9e]{align-items:center;display:flex;justify-content:center;-o-object-fit:cover;object-fit:cover}.product-card-images__video-container[data-v-4fe78e9e]{height:100%;width:100%}.product-card-images__img[data-v-4fe78e9e]{margin:auto;-o-object-fit:contain;object-fit:contain}.product-card-images__video[data-v-4fe78e9e]{height:100%;-o-object-fit:contain;object-fit:contain;pointer-events:none;width:100%}.product-card-images__indicators[data-v-4fe78e9e]{display:flex;gap:8px;justify-content:center;margin-top:6px;transition:all .15s ease-out;width:100%}.product-card-images__indicator[data-v-4fe78e9e]{background-color:#d9d9d9;border-radius:14px;height:4px;width:10px}.product-card-images__indicator_active[data-v-4fe78e9e]{background-color:#ff3a3c}.g-badge-wrapper[data-v-846c3581]{display:flex}.g-badge-wrapper[data-v-846c3581] .popperjs__popper{padding:10rem}.g-badge-wrapper .g-badge[data-v-846c3581]{align-items:center;color:#fff;cursor:pointer;display:flex;flex-direction:column;height:48rem;justify-content:center;overflow:hidden;position:relative;width:48rem}@media only screen and (max-width:767px){.g-badge-wrapper .g-badge[data-v-846c3581]{height:36px;width:36px}}.g-badge-wrapper .g-badge_large[data-v-846c3581]{height:68rem;width:68rem}.g-badge-wrapper .g-badge__main-text[data-v-846c3581]{font-size:14rem;font-weight:500;line-height:150%;text-align:center}@media only screen and (max-width:767px){.g-badge-wrapper .g-badge__main-text[data-v-846c3581]{font-size:10px}}.g-badge-wrapper .g-badge__add-text[data-v-846c3581]{font-size:8rem;font-weight:700;line-height:150%;text-align:center}@media only screen and (max-width:767px){.g-badge-wrapper .g-badge__add-text[data-v-846c3581]{font-size:8px}}.g-badge-wrapper .g-badge__hint[data-v-846c3581]{color:#323232;font-size:14rem;font-weight:500;line-height:150%;text-wrap:balance;width:100%}.g-badge-wrapper .g-badge[data-v-846c3581]:after{background:#0000000d;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease-out;width:100%}.g-badge-wrapper .g-badge[data-v-846c3581]:hover:after{opacity:1}.g-badge-wrapper[data-v-846c3581] .popperjs:first-child .g-badge{border-top-left-radius:6rem}.g-badge-wrapper[data-v-846c3581] .popperjs:last-child .g-badge{border-bottom-right-radius:6rem}.g-badge-wrapper[data-v-846c3581] .popperjs:first-child .g-badge_large{border-top-left-radius:12rem}.g-badge-wrapper[data-v-846c3581] .popperjs:last-child .g-badge_large{border-bottom-right-radius:12rem}.dev-info[data-v-ccf656a5]{background:#fff;cursor:text;z-index:9999}.product-card-reviews[data-v-d6a27fe7]{align-items:center;display:flex;font-size:12px;gap:6px;line-height:9px}@media only screen and (min-width:768px){.product-card-reviews[data-v-d6a27fe7]{font-size:15rem;line-height:12rem}}.product-card-reviews__icon[data-v-d6a27fe7]{height:14px;width:14px}@media only screen and (max-width:339px){.product-card-reviews__icon[data-v-d6a27fe7]{height:10px;width:10px}}@media only screen and (min-width:768px){.product-card-reviews__icon[data-v-d6a27fe7]{height:18rem;width:18rem}}.product-card-reviews__count[data-v-d6a27fe7]{color:#888;font-size:12px;line-height:14px;text-align:center}@media only screen and (min-width:768px){.product-card-reviews__count[data-v-d6a27fe7]{font-size:15rem;line-height:12rem}}@media only screen and (max-width:767px){.product-card-reviews__count[data-v-d6a27fe7]{line-height:13px}}@media only screen and (max-width:339px){.product-card-reviews__count[data-v-d6a27fe7]{font-size:10px}}.product-card-reviews__count span[data-v-d6a27fe7]{white-space:nowrap}.product-card-btn[data-v-9337a172]{align-items:center;display:flex;height:40rem;justify-content:center;position:relative;transition:all .2s;width:40rem}.product-card-btn[data-v-9337a172] .vl-active{height:100%;width:100%}.product-card-btn[data-v-9337a172] .vl-active svg{height:100%}.product-card-btn__loading[data-v-9337a172] .vl-icon{align-items:center;display:flex;height:24rem;justify-content:center;width:24rem}.product-card-btn_active[data-v-9337a172]{background-color:#ff4d4f;border:none;color:#fff}.product-card-btn_disabled[data-v-9337a172]{opacity:.3;pointer-events:none}.product-card-btn-mobile[data-v-9337a172]{align-items:center;background-color:#fff;border-radius:50rem;bottom:0;color:#333;display:flex;height:32rem;justify-content:center;margin:auto 0;position:absolute;right:5rem;top:0;transition:all .2s;width:32rem}.product-card-btn-mobile_active[data-v-9337a172]{background-color:#ff4d4f;border:none;color:#fff}.g-chip[data-v-25a3a9a8]{align-items:center;background-color:#f8f8f8;border:1px solid #f8f8f8;border-radius:6px;color:#7f7d80;cursor:pointer;display:flex;flex-shrink:0;gap:10rem;justify-content:center;position:relative;text-wrap:nowrap;transition:all .2s ease-out}@media only screen and (min-width:768px){.g-chip[data-v-25a3a9a8]{width:-moz-max-content;width:max-content}}.g-chip_large[data-v-25a3a9a8]{line-height:16rem;padding:11rem}.g-chip_small[data-v-25a3a9a8]{line-height:normal;padding:4rem 10rem}.g-chip_active[data-v-25a3a9a8]{color:#323232}.g-chip_wrap[data-v-25a3a9a8]{flex-shrink:1!important;text-wrap:wrap!important}.g-chip_active-not-transparent[data-v-25a3a9a8]{background-color:#e5e5e5;border-color:#e5e5e5}.g-chip__close-icon[data-v-25a3a9a8]{color:#c3c1c1;transition:all .2s ease-out}.g-chip[data-v-25a3a9a8]:hover{background-color:#e5e5e5;border-color:#e5e5e5}.g-chip[data-v-25a3a9a8]:active{color:#323232}.g-chip_transparent[data-v-25a3a9a8]{background-color:transparent;border:1px solid #c3c1c1}.g-chip_transparent:hover .g-chip__close-icon[data-v-25a3a9a8]{color:#7f7d80}.g-chip_transparent:active .g-chip__close-icon[data-v-25a3a9a8]{color:#323232}.g-chip_transparent__close-icon[data-v-25a3a9a8]{color:#c3c1c1}.g-chip_transparent__close-icon[data-v-25a3a9a8]:hover{color:#7f7d80}.g-chip_transparent__close-icon[data-v-25a3a9a8]:active{color:#323232}.g-chip_transparent[data-v-25a3a9a8]:active,.g-chip_transparent[data-v-25a3a9a8]:hover{background-color:transparent;border:1px solid transparent}.g-chip_transparent[data-v-25a3a9a8]:hover{border-color:#7f7d80}.g-chip_transparent[data-v-25a3a9a8]:active{border-color:#323232;color:#323232}.actions-sizes-head__info-title[data-v-7a1c8e8c]{font-size:14px;font-weight:500;line-height:150%;margin-bottom:20px}.actions-sizes-head__info-list[data-v-7a1c8e8c]{font-size:14px;font-weight:500;line-height:150%;list-style-type:decimal;padding-left:20px}.actions-sizes-head__info-list li[data-v-7a1c8e8c]{line-height:15px;margin-bottom:5px}.actions-sizes-wrapper[data-v-87696054]>*{margin-bottom:26rem}.actions-sizes-wrapper[data-v-87696054]>:last-child{margin-bottom:0}.actions-sizes-wrapper .actions-sizes-head[data-v-87696054]{align-items:center;display:flex;justify-content:space-between;margin-bottom:12rem}.actions-sizes-wrapper .actions-sizes-head[data-v-87696054] .popperjs__popper{max-width:450rem}.actions-sizes-wrapper .actions-sizes-head__title[data-v-87696054]{color:#323232;font-size:22rem;font-weight:500;line-height:150%}@media only screen and (max-width:767px){.actions-sizes-wrapper .actions-sizes-head__title[data-v-87696054]{font-size:18px}}@media only screen and (max-width:375px){.actions-sizes-wrapper .actions-sizes-head__title[data-v-87696054]{font-size:16px}}.actions-sizes-wrapper .actions-sizes-head__info[data-v-87696054]{align-items:center;color:#58a5ff;cursor:pointer;display:flex;font-size:12rem;gap:4rem;justify-content:center;line-height:150%;text-decoration-line:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font;transition:color .2s ease-in-out}@media only screen and (max-width:767px){.actions-sizes-wrapper .actions-sizes-head__info[data-v-87696054]{font-size:12px}}@media only screen and (max-width:375px){.actions-sizes-wrapper .actions-sizes-head__info[data-v-87696054]{font-size:10px}}.actions-sizes-wrapper .actions-sizes-head__info[data-v-87696054]:hover{color:#3281de}.actions-sizes-wrapper .actions-sizes-list[data-v-87696054]{display:flex;flex-wrap:wrap;gap:12rem}@media only screen and (max-width:767px){.actions-sizes-wrapper .actions-sizes-list[data-v-87696054]{flex-wrap:nowrap;gap:6px;overflow-x:auto;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none}.actions-sizes-wrapper .actions-sizes-list[data-v-87696054]::-webkit-scrollbar{display:none}}.actions-sizes-wrapper .actions-sizes-list__item[data-v-87696054]{height:40rem;min-width:40rem}@media only screen and (max-width:767px){.actions-sizes-wrapper .actions-sizes-list__item[data-v-87696054]{height:32px;min-width:32px}}.actions-sizes-wrapper .actions-sizes-list__item_hidden[data-v-87696054]{display:none}.actions-sizes-wrapper .actions-sizes-list__item_disabled[data-v-87696054]{opacity:.3;position:relative}.actions-sizes-wrapper .actions-sizes-list__item_disabled[data-v-87696054]:before{border-right:1.5px solid #333;content:"";height:80%;left:50%;position:absolute;top:8%;transform:rotate(49deg);width:0}.product-similar-modal__title[data-v-e4762b16]{font-size:24rem;font-weight:700;line-height:29rem;margin:38rem 0;text-align:center}@media only screen and (max-width:767px){.product-similar-modal__title[data-v-e4762b16]{display:none}}@media only screen and (max-width:1023px)and (orientation:landscape){.product-similar-modal__title[data-v-e4762b16]{display:none}}@media only screen and (max-width:767px){.product-similar-modal__content[data-v-e4762b16]{overflow-y:scroll}}.product-similar-modal__wrapper[data-v-e4762b16]{display:grid;gap:5rem;grid-template-columns:repeat(4,24%);justify-content:space-between;min-height:100rem}@media only screen and (max-width:1023px){.product-similar-modal__wrapper[data-v-e4762b16]{grid-template-columns:repeat(3,33%)}}@media only screen and (max-width:767px){.product-similar-modal__wrapper[data-v-e4762b16]{grid-template-columns:repeat(2,1fr)}}.product-card[data-v-927f30c2]{align-items:center;background-color:#fff;border:1px solid #e5e5e5;border-radius:6px;display:flex;flex-direction:column;gap:12px;overflow:hidden;padding-bottom:12px;position:relative;transition:all .2s ease-in-out .1s;z-index:2}@media only screen and (min-width:768px){.product-card[data-v-927f30c2]{border:none;border-radius:6rem;padding:16rem}.product-card[data-v-927f30c2]:hover{box-shadow:0 4px 25px #00000015}.product-card:hover .product-card__caption[data-v-927f30c2]{transform:translateY(0)}.product-card:hover .product-card__controls[data-v-927f30c2]{opacity:1}.product-card:hover .product-card__caption__details[data-v-927f30c2],.product-card:hover .product-card__specs[data-v-927f30c2]{color:var(--primary-5);opacity:1}}.product-card__picture[data-v-927f30c2]{height:186rem}@media only screen and (max-width:1439px){.product-card__picture[data-v-927f30c2]{height:210rem}}@media only screen and (max-width:1279px){.product-card__picture[data-v-927f30c2]{height:180rem}}@media only screen and (max-width:767px){.product-card__picture[data-v-927f30c2]{height:150px}}@media only screen and (max-width:339px){.product-card__picture[data-v-927f30c2]{height:130px}}.product-card__link[data-v-927f30c2]{inset:0;position:absolute;z-index:5}.product-card__controls[data-v-927f30c2]{display:flex;flex-direction:column;position:absolute;right:0;top:0;z-index:10}@media only screen and (min-width:768px){.product-card__controls[data-v-927f30c2]{right:12px;top:12px;transition:all .2s ease-in-out .1s}}@media only screen and (min-width:1024px){.product-card__controls[data-v-927f30c2]{opacity:0}}@media only screen and (max-width:767px){.product-card__controls .combo-btn[data-v-927f30c2]{display:none}}@media only screen and (min-width:768px){.product-card__controls .btn[data-v-927f30c2]{display:none}}.product-card__specs[data-v-927f30c2]{-moz-column-gap:10rem;column-gap:10rem;display:flex;flex-wrap:wrap;font-size:10rem;justify-content:center;padding:0 8px;row-gap:5rem;text-transform:uppercase;transition:all .2s ease-in-out 75ms}@media only screen and (min-width:768px){.product-card__specs[data-v-927f30c2]{opacity:0}}.product-card__specs_vv[data-v-927f30c2]{opacity:1}.product-card__caption[data-v-927f30c2]{display:flex;flex-direction:column;gap:4px;position:relative;transition:all .2s ease-in-out 75ms;width:100%;z-index:10}@media only screen and (min-width:768px){.product-card__caption[data-v-927f30c2]{align-items:center;gap:8rem;padding:0 8rem;transform:translateY(15px)}}.product-card__caption_vv[data-v-927f30c2]{transform:translateY(0)}.product-card__caption__price[data-v-927f30c2]{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;gap:8rem;justify-content:center;padding:0}@media only screen and (max-width:767px){.product-card__caption__price[data-v-927f30c2]{align-items:start;gap:0;padding:0 12px}}.product-card__caption__price_actual[data-v-927f30c2]{font-size:16px;font-weight:500;letter-spacing:.16px;line-height:24px;text-transform:uppercase}@media only screen and (min-width:768px){.product-card__caption__price_actual[data-v-927f30c2]{font-size:26rem;font-weight:400;letter-spacing:.26rem;line-height:33.8rem}}.product-card__caption__price_old[data-v-927f30c2]{color:var(--primary-4);font-size:12rem;font-weight:500;letter-spacing:.12px;line-height:18px;text-decoration:line-through}@media only screen and (min-width:768px){.product-card__caption__price_old[data-v-927f30c2]{font-size:16rem;font-weight:400;letter-spacing:.16rem;line-height:24rem}}.product-card__caption__price_discount[data-v-927f30c2]{color:#ff4d4f;font-size:12px;font-weight:500;letter-spacing:.12px;line-height:18px}@media only screen and (min-width:768px){.product-card__caption__price_discount[data-v-927f30c2]{font-size:16rem;letter-spacing:.16rem;line-height:24rem}}.product-card__caption__reviews[data-v-927f30c2]{align-items:center;cursor:pointer;display:flex;gap:15px;height:12rem;padding:0 12px;z-index:10}@media only screen and (min-width:768px){.product-card__caption__reviews[data-v-927f30c2]{gap:20rem;justify-content:center;padding:0}}.product-card__caption__details[data-v-927f30c2]{color:#7f7d80;display:-webkit-box;font-size:12px;gap:12px;opacity:1;overflow:hidden;padding:0 12px;text-align:center;transition:all .2s ease-in-out 75ms;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-height:150%}@media only screen and (min-width:768px){.product-card__caption__details[data-v-927f30c2]{font-size:14rem;gap:12rem;-webkit-line-clamp:2;opacity:0;padding:0}}.product-card__caption__details_vv[data-v-927f30c2]{opacity:1}.product-card__out-stock[data-v-927f30c2]{align-items:center;display:flex;flex-direction:column;min-height:95rem;padding:10rem 0}.product-card__out-stock-title[data-v-927f30c2]{display:inline-block;margin:10rem 0}.product-card__btn[data-v-927f30c2]{display:block;position:absolute;right:0;top:0;z-index:5}@media only screen and (min-width:768px){.product-card__btn[data-v-927f30c2]{display:none}}.product-card__sub-data[data-v-927f30c2]{display:none}.product-suggestion-card-skeleton[data-v-93ade954]{height:365.8rem}@media only screen and (max-width:1439px){.product-suggestion-card-skeleton[data-v-93ade954]{height:390rem}}@media only screen and (max-width:1279px){.product-suggestion-card-skeleton[data-v-93ade954]{height:355rem}}@media only screen and (max-width:1023px){.product-suggestion-card-skeleton[data-v-93ade954]{height:358rem}}@media only screen and (max-width:767px){.product-suggestion-card-skeleton[data-v-93ade954]{height:290px;max-height:100%}}@media only screen and (max-width:339px){.product-suggestion-card-skeleton[data-v-93ade954]{height:229px}}.product-suggestion-card-skeleton .inner[data-v-93ade954]{align-items:center;display:flex;flex-direction:column;height:30%}: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:content-box;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-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;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: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(0)}to{transform:rotate(1turn)}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.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-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.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&{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&: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-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap;.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,rgba(0,0,0,.25));position:absolute;.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-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{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%;>canvas,>img,>svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.actions-slider-controls[data-v-70a3da25]{align-items:center;border:1px solid #e5e5e5;border-radius:12rem;display:flex;gap:2rem;padding:2rem}.actions-slider-controls__control[data-v-70a3da25]{align-items:center;border-radius:10rem;color:#e5e5e5;cursor:pointer;display:flex;height:26rem;justify-content:center;padding:4rem 9rem;transition:background-color .2s ease-out;width:26rem}@media only screen and (min-width:1024px){.actions-slider-controls__control[data-v-70a3da25]:hover{background-color:#e5e5e5;color:#c3c1c1}}@media only screen and (max-width:1023px){.actions-slider-controls__control[data-v-70a3da25]:active{background-color:#e5e5e5;color:#c3c1c1}}.product-suggestion-slider[data-v-7834914a]{display:flex;flex-direction:column;gap:24rem;margin:0;padding:0;position:relative}@media only screen and (max-width:767px){.product-suggestion-slider[data-v-7834914a]{gap:20px;margin-bottom:40px!important}.product-suggestion-slider__container[data-v-7834914a]{height:295px}}@media only screen and (max-width:339px){.product-suggestion-slider__container[data-v-7834914a]{height:275px}}@media only screen and (max-width:767px){.product-suggestion-slider__container[data-v-7834914a] .product-card__caption__details{height:54px}}.product-suggestion-slider__top[data-v-7834914a]{align-items:center;display:flex;justify-content:space-between}.product-suggestion-slider__title[data-v-7834914a]{color:#323232;font-size:26rem;font-weight:500;line-height:140%;margin-bottom:0;padding-bottom:0}@media only screen and (max-width:767px){.product-suggestion-slider__title[data-v-7834914a]{font-size:18px}}@media only screen and (max-width:375px){.product-suggestion-slider__title[data-v-7834914a]{font-size:16px}}.product-suggestion-slider__item[data-v-7834914a]{height:100%;max-height:100%}.carousel[data-v-7834914a]{padding:0}@media only screen and (min-width:768px){.carousel[data-v-7834914a]{padding:0 1rem}}.carousel-slide[data-v-7834914a]{height:auto;margin-right:20px;width:23.85%}@media only screen and (max-width:1023px){.carousel-slide[data-v-7834914a]{margin-right:20px;width:31.88%}}@media only screen and (max-width:767px){.carousel-slide[data-v-7834914a]{margin-right:15.7rem;width:43.7vw}}[data-v-7834914a] .product-card__picture{max-width:250rem}@media only screen and (min-width:768px){[data-v-7834914a] .swiper{padding:20rem}}@media only screen and (max-width:767px){[data-v-7834914a] .swiper{height:100%}}
