

/* Start:/static/styles/page-personal.css?175569881833597*/
.es-page-personal-container{display:flex;flex-direction:column;gap:var(--section-after-head-s)}.es-menu-chips{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start;padding-bottom:var(--section-after-head-s)}.es-menu-chips-item{background-color:var(--color-surface-middle);border:1px solid transparent;border-radius:28px;color:var(--color-on-surface-main);padding:6px 14px;white-space:nowrap}.es-menu-chips-item.active{background-color:var(--color-secondary);color:var(--color-on-secondary)}.es-menu-chips-item:hover{background-color:var(--color-primary);color:var(--color-on-primary)}.es-menu-chips-item-empty{flex:1}.es-menu-chips-item-logout-btn{--es-menu-chips-item-logout-width:40px;--es-menu-chips-item-logout-icon-width:24px;align-items:center;color:var(--color-secondary);display:flex;height:var(--es-menu-chips-item-logout-width);justify-content:center;width:var(--es-menu-chips-item-logout-width)}.es-menu-chips-item-logout-btn .es-ui-icon{width:var(--es-menu-chips-item-logout-icon-width)}.es-menu-chips-item-logout-btn:hover{--es-ui-icon-color:var(--color-primary)}@media screen and (min-width:1280px){.es-menu-chips-item-logout-btn{border:2px solid var(--color-secondary);padding:18px 36px;width:unset}.es-menu-chips-item-logout-btn:hover{background-color:var(--color-primary);border-color:var(--color-primary);color:var(--color-on-primary)}.es-menu-chips-item-logout-btn .es-ui-icon{display:none}}@media screen and (min-width:1920px){.es-menu-chips-item-logout-btn{border:2px solid var(--color-secondary);padding:20px 42px;width:unset}.es-menu-chips-item-logout-btn .es-ui-icon{display:none}}.es-menu-chips-item-logout-title{display:none}@media screen and (min-width:1280px){.es-menu-chips-item-logout-title{display:block}}.es-personal-profile-app{display:flex;flex-direction:column;gap:var(--section-after-head-s)}.es-personal-profile-container{display:flex;flex-direction:column;gap:var(--card-padding-s);position:relative}.es-personal-profile-data-list{display:flex;flex-direction:column;gap:var(--space-s)}.es-personal-profile-data-list-profile{display:grid;grid-template-areas:"name" "email" "gender" "birthday" "phone" "occupation"}@media screen and (min-width:768px){.es-personal-profile-data-list-profile{display:grid;gap:var(--space-s);grid-template-areas:"name birthday" "email phone" "gender occupation"}}.es-personal-profile-data-item.email{grid-area:email}.es-personal-profile-data-item.gender{grid-area:gender}.es-personal-profile-data-item.birthday{grid-area:birthday}.es-personal-profile-data-item.phone{grid-area:phone}.es-personal-profile-data-item.occupation{grid-area:occupation}.es-personal-profile-data-item.name{grid-area:name}.es-personal-profile-data-item-title{font-size:var(--typography-caption-1);min-height:1em;opacity:.5}.es-personal-profile-data-item-value{font-size:var(--typography-paragraph-p1);min-height:1em}.es-personal-profile-button-change{color:var(--color-primary);line-height:calc(var(--typography-headline-h4)*1.3);position:absolute;right:0;top:0;z-index:1}.es-personal-profile-button-change button{height:100%;text-align:center;width:100%}@media screen and (min-width:1280px){.es-personal-profile-button-change{align-items:center;background-color:transparent;border:2px solid var(--color-on-surface-main);color:var(--color-on-surface-main);display:flex;font-size:16px;height:59px;justify-content:center;width:228px}.es-personal-profile-button-change:hover{background-color:var(--color-primary);border-color:var(--color-primary);color:var(--color-on-primary)}}.es-personal-profile-button-add>button{margin:0 auto}@media screen and (min-width:768px){.es-personal-profile-button-add>button{margin:unset}}.personal-profile-inputs{gap:40px!important;padding:16px 0 18px}.personal-profile-input .hidden{display:none}.es-personal-profile-editor{--es-personal-profile-editor-width:1200px;align-content:center;align-items:stretch;backdrop-filter:saturate(180%) blur(20px);background:rgba(0,0,0,.2);bottom:0;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;left:0;margin:0;padding:0;position:fixed;right:0;top:0;z-index:10600}@media screen and (min-width:1280px){.es-personal-profile-editor{padding:0 var(--page-margin)}}.es-personal-profile-editor-wrapper{background:var(--color-surface-light);display:flex;flex-direction:column;gap:var(--space-l);justify-content:space-between;margin:0;max-width:var(--es-personal-profile-editor-width);overflow-y:auto;padding:var(--section-after-head-s);position:relative;scrollbar-width:thin;width:100%;z-index:99}.es-personal-profile-editor-wrapper form{display:block;height:100%}.es-personal-profile-editor-wrapper input,.es-personal-profile-editor-wrapper input:active,.es-personal-profile-editor-wrapper input:focus{border-bottom-color:var(--color-primary);outline:none}@media screen and (max-width:1279px){.es-personal-profile-editor-wrapper{bottom:0;left:0;position:absolute;right:0;top:0}}@media screen and (min-width:1920px){.es-personal-profile-editor-wrapper{--es-personal-profile-editor-width:1600px}}.es-personal-profile-editor-container{display:flex;flex-direction:column;gap:var(--space-2xs) var(--card-padding-s);height:100%}.es-personal-profile-editor-title{font-size:var(--typography-headline-h2)}.es-personal-profile-editor-data{gap:var(--space-l);margin-top:var(--space-l)}.es-personal-profile-editor-data,.es-personal-profile-editor-data-item{display:flex;flex-direction:column}.es-personal-profile-editor-data-item>.label,.es-personal-profile-editor-data-item>label{font-size:var(--typography-caption-1);opacity:.5}.es-personal-profile-editor-data-item>input{border-bottom:2px solid var(--color-on-surface-main);padding:16px 0 18px}.es-personal-profile-editor-data-item__is-default,.es-personal-profile-editor-data-item__is-save{align-items:center;display:flex;flex-direction:row;gap:var(--space-s)}.es-personal-profile-editor-data-item__is-default>.label,.es-personal-profile-editor-data-item__is-default>label,.es-personal-profile-editor-data-item__is-save>.label,.es-personal-profile-editor-data-item__is-save>label{font-size:var(--typography-paragraph-p1)}.es-personal-profile-editor-data-item.errors{color:var(--color-primary);font-size:var(--typography-caption-1)}.es-personal-profile-editor-data-item.address{color:var(--color-secondary);font-size:var(--typography-headline-h5)}.es-personal-profile-editor-buttons{align-items:center;display:flex;flex:1;flex-direction:column;gap:var(--space-5xs);justify-content:flex-end}@media screen and (max-width:1279px){.es-personal-profile-editor-buttons{align-items:stretch}.es-personal-profile-editor-buttons .es-ui-button{width:auto!important}}@media screen and (min-width:1280px){.es-personal-profile-editor-buttons{align-self:flex-start;display:grid;grid-template-columns:2fr 1fr;justify-content:space-between}.es-personal-profile-editor-buttons .errors{color:var(--color-primary);font-size:var(--typography-caption-1);grid-column:1/3}}.es-personal-profile-editor-buttons button.color-primary{width:unset!important}.es-personal-profile-editor-data-suggest{position:relative}.es-personal-profile-editor-data-suggest-items{background-color:var(--color-surface-lowest);left:0;position:absolute;right:0;top:100%;z-index:10}.es-personal-profile-editor-data-suggest-items>div{cursor:pointer;font-size:var(--typography-caption-1);padding:16px var(--space-4xs) 18px;text-transform:uppercase}.es-personal-profile-editor-data-suggest-items>div:not(:last-child){border-bottom:1px solid var(--color-outline-lowest)}.es-personal-profile-editor-data-suggest-items>div:hover{background-color:var(--color-surface-middle);border-bottom-color:var(--color-outline-middle)}.suggest-coincidences-higtlight{color:var(--color-primary)}.es-personal-profile-editor-wrapper.delivery{--es-personal-profile-editor-map-width:100svw;--es-personal-profile-editor-map-height:220px}@media screen and (min-width:768px){.es-personal-profile-editor-wrapper.delivery{--es-personal-profile-editor-map-height:442px}}@media screen and (min-width:1280px){.es-personal-profile-editor-wrapper.delivery{--es-personal-profile-editor-map-width:679px;--es-personal-profile-editor-map-height:463px}}@media screen and (min-width:1920px){.es-personal-profile-editor-wrapper.delivery{--es-personal-profile-editor-map-width:908px;--es-personal-profile-editor-map-height:700px}}@media screen and (min-width:1280px){.es-personal-profile-editor-container.delivery{display:grid;grid-template-areas:"title title" "map data" "map detail" "map buttons";grid-template-columns:var(--es-personal-profile-editor-map-width) 1fr}}.es-personal-profile-editor-data{grid-area:data}@media screen and (min-width:1280px){.es-personal-profile-editor-data{margin-top:0}}.es-personal-profile-editor-title{grid-area:title}.es-personal-profile-delivery-editor-map{background-color:var(--color-outline-lowest);grid-area:map;margin:0 calc(var(--page-margin)*-1)}.es-personal-profile-delivery-editor-map,.es-personal-profile-delivery-editor-map .b-map,.es-personal-profile-delivery-editor-map .b-map_canvas{height:var(--es-personal-profile-editor-map-height);width:var(--es-personal-profile-editor-map-width)}@media screen and (min-width:1280px){.es-personal-profile-delivery-editor-map{margin:0}}.es-personal-profile-editor-buttons.delivery{grid-area:buttons}.es-personal-profile-editor-buttons.delivery .es-ui-button{width:unset!important}@media screen and (min-width:1280px){.es-personal-profile-editor-buttons.delivery{align-items:flex-end}}.es-personal-profile-delivery-editor-coords{display:none}.es-personal-profile-editor-data.personal{display:grid;grid-template-areas:"name" "lastname" "secondname" "birthday" "phone" "email" "occupation" "gender"}@media screen and (min-width:768px){.es-personal-profile-editor-data.personal{grid-template-areas:"name lastname" "secondname birthday" "phone email" "occupation gender"}}@media screen and (min-width:1280px){.es-personal-profile-editor-data.personal{grid-template-areas:"name lastname secondname" "birthday phone email" "occupation gender empty"}}.es-personal-profile-editor-data-item.name{grid-area:name}.es-personal-profile-editor-data-item.lastname{grid-area:lastname}.es-personal-profile-editor-data-item.secondname{grid-area:secondname}.es-personal-profile-editor-data-item.birthday{grid-area:birthday}.es-personal-profile-editor-data-item.phone{grid-area:phone}.es-personal-profile-editor-data-item.email{grid-area:email}.es-personal-profile-editor-data-item.occupation{grid-area:occupation}.es-personal-profile-editor-data-item.gender{grid-area:gender}.es-personal-profile-editor-data-item.gender .personal-profile-inputs{display:flex;flex-direction:column;gap:var(--space-s)!important}@media screen and (min-width:768px){.es-personal-profile-editor-data-item.gender .personal-profile-inputs{flex-direction:row}}.es-personal-profile-delivery-item{--es-personal-profile-delivery-item-map-width:100%;--es-personal-profile-delivery-item-map-height:190px}@media screen and (min-width:768px){.es-personal-profile-delivery-item{--es-personal-profile-delivery-item-map-height:200px}}@media screen and (min-width:1280px){.es-personal-profile-delivery-item{--es-personal-profile-delivery-item-map-width:424px;--es-personal-profile-delivery-item-map-height:230px}}.es-personal-profile-delivery-item div{display:flex;flex-direction:column;gap:0}.es-personal-profile-delivery-item div.es-personal-profile-delivery-item-content{gap:var(--space-2xs);justify-content:space-between}.es-personal-profile-delivery-item div .es-personal-profile-delivery-item-title{gap:var(--gap-20)}@media screen and (min-width:768px){.es-personal-profile-delivery-item div .es-personal-profile-delivery-item-title{flex-direction:row;justify-content:space-between}}.es-personal-profile-delivery-item div .es-personal-profile-delivery-is-default{flex-direction:row;gap:var(--space-s);justify-content:space-between}.es-personal-profile-delivery-item div .es-personal-profile-delivery-item-buttons{flex-direction:row;gap:24px}.es-personal-profile-delivery-item{background-color:var(--color-surface-lowest)}.es-personal-profile-delivery-item .b-map_canvas{height:var(--es-personal-profile-delivery-item-map-height);width:var(--es-personal-profile-delivery-item-map-width)}@media screen and (min-width:1280px){.es-personal-profile-delivery-item{display:grid;gap:25px;grid-template-columns:2fr var(--es-personal-profile-delivery-item-map-width)}}.es-personal-profile-delivery-item-content,.es-personal-profile-delivery-map>div{padding:24px 24px 12px}.es-personal-profile-delivery-item-title{font-size:18px;font-weight:500}.es-personal-profile-delivery-item-is-default-title{font-size:var(--typography-paragraph-p1)}.es-personal-profile-delivery-item-address{flex:1}.es-personal-profile-delivery-item-address span{font-size:var(--typography-caption-1);opacity:.5}.es-personal-profile-delivery-item-buttons{justify-self:flex-end}.es-personal-profile-delivery-item-buttons button{padding:20px 0}.es-personal-profile-delivery-item-button-edit{color:var(--color-primary)}.es-personal-profile-delivery-map>div{align-items:center;display:flex;font-size:var(--typography-caption-1);height:var(--es-personal-profile-delivery-item-map-height);justify-content:flex-end;position:relative;text-align:center;width:var(--es-personal-profile-delivery-item-map-width);z-index:1}.es-personal-profile-delivery-map>div:before{background:transparent url(/images/estima-picture-heart.svg) 50% no-repeat;background-size:contain;content:"";inset:0;position:absolute;z-index:-1}:root{--es-transition:400ms ease;--es-transition-in-out-quart:700ms cubic-bezier(0.76,0,0.24,1);--es-transition-in:400ms cubic-bezier(0.55,0.055,0.675,0.19);--es-transition-out:800ms cubic-bezier(0.55,0.055,0.675,0.19)}.yandex-map-point-list{display:block;overflow-x:scroll;padding-left:var(--page-margin);scroll-snap-type:x mandatory;scrollbar-width:none;width:100%}@media screen and (min-width:768px){.yandex-map-point-list{padding-left:var(--page-margin)}}@media screen and (min-width:1280px){.yandex-map-point-list{padding:0}}.yandex-map-point-list-wrapper{display:flex;gap:var(--grid-gutter)}@media screen and (min-width:1280px){.yandex-map-point-list-wrapper{flex-direction:column}}.yandex-map-point{--yandex-map-point-color:var(--yandex-map-point-r-color,var(--color-on-surface-main));--yandex-map-point-bgcolor:var(--yandex-map-point-r-bgcolor,var(--color-surface-middle));--yandex-map-point-color-active:var(--yandex-map-point-r-color-active,var(--color-on-primary));--yandex-map-point-bgcolor-active:var(--yandex-map-point-r-bgcolor-active,var(--color-on-surface-fix-black-fix));background-color:var(--yandex-map-point-bgcolor);color:var(--yandex-map-point-color);cursor:pointer;display:flex;flex:0 0 300px;flex-direction:column;gap:16px;padding:24px 20px;scroll-snap-align:start}.yandex-map-point .yandex-map-point-title{border-bottom:1px solid rgba(44,46,56,.12)}@media screen and (min-width:1280px){.yandex-map-point .yandex-map-point-title{border-bottom:1px solid hsla(0,0%,100%,.1)}}.yandex-map-point.active{background-color:var(--yandex-map-point-bgcolor-active);color:var(--yandex-map-point-color-active)}.yandex-map-point.active .yandex-map-point-title{border-bottom:1px solid hsla(0,0%,100%,.1)}@media screen and (min-width:1280px){.yandex-map-point.active .yandex-map-point-title{border-bottom:1px solid rgba(44,46,56,.12)}}.yandex-map-point.active .yandex-map-point-mark{background-color:var(--color-primary)}@media screen and (min-width:1280px){.yandex-map-point.active{background-color:var(--yandex-map-point-bgcolor-active);color:var(--yandex-map-point-color-active)}}@media screen and (min-width:768px){.yandex-map-point{display:grid;flex:0 0 450px;grid-template-columns:1fr 1fr}}@media screen and (min-width:1280px){.yandex-map-point{background-color:var(--yandex-map-point-bgcolor);color:var(--yandex-map-point-color);flex:0 0 240px;position:relative}}@media screen and (min-width:1920px){.yandex-map-point{flex:0 0 310px;padding:30px 32px 32px}}.yandex-map-point-title{display:flex;gap:8px}@media screen and (min-width:768px){.yandex-map-point-title{font-size:18px;grid-column:1/3}}@media screen and (min-width:1280px){.yandex-map-point-title{font-size:20px}}@media screen and (min-width:1920px){.yandex-map-point-title{font-size:26px}}.yandex-map-point-mark{background-color:var(--yandex-map-point-bgcolor-active);border:0 solid transparent;border-radius:2px;flex:0 0 22px;height:22px;padding:0;position:relative;width:22px}.yandex-map-point-mark svg{height:calc(100% - 5px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% - 5px)}.yandex-map-point-name{padding-bottom:22px}.yandex-map-point-block{display:flex;flex-direction:column;gap:2px}@media screen and (min-width:768px){.yandex-map-point-address{grid-column:1/3}}.yandex-map-point-label{color:var(--color-on-surface-variant);font-size:var(--typography-caption-1);text-transform:uppercase}.yandex-map-point-value{font-size:14px}@media screen and (min-width:1280px){.yandex-map-point-value{opacity:.8}}.yandex-map-point-email .yandex-map-point-value{border-bottom:1px solid var(--color-outline-variant)}.yandex-map-content{display:flex;flex-direction:column;gap:var(--grid-gutter)}@media screen and (min-width:1280px){.yandex-map-content{flex-direction:row;max-height:580px;overflow:hidden}}@media screen and (min-width:1920px){.yandex-map-content{max-height:780px}}.yandex-map-row{flex:1}.b-map_canvas,.yandex-map-row{height:320px}@media screen and (min-width:768px){.b-map_canvas,.yandex-map-row{height:560px}}@media screen and (min-width:1280px){.b-map_canvas,.yandex-map-row{height:580px}}@media screen and (min-width:1920px){.b-map_canvas,.yandex-map-row{height:780px}}@media screen and (min-width:768px) and (max-width:1279px){.yandex-map-row-map{padding-left:var(--page-margin);padding-right:var(--page-margin)}}@media screen and (min-width:1280px){.yandex-map-row-points{flex:0 0 444px;overflow-x:hidden;overflow-y:scroll;scrollbar-width:none}}@media screen and (min-width:1920px){.yandex-map-row-points{flex:0 0 592px}}.b-map,.b-map_canvas{position:relative}.b-map.is-init .e-fetch{background:hsla(0,0%,100%,.85);height:100%;pointer-events:auto;width:100%;z-index:10}.b-map.is-loaded .e-fetch{opacity:0;pointer-events:none;visibility:hidden}.gm-style-pbc{display:none!important;pointer-events:none;z-index:40!important}.e-gmap-cluster>div{background:var(--color-secondary);color:var(--color-on-primary);font:400 18px/1 Stolzl,sans-serif;height:0;left:0;padding-top:100%;position:absolute;right:0;text-align:center;top:-11px;width:54px}.e-gmap-cluster>div:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:11px solid var(--color-secondary);content:"";left:50%;margin-left:-7px;margin-top:-1px;position:absolute;top:100%}.e-gmap-cluster>div>span{left:0;margin-top:-7px;position:absolute;right:0;top:50%}.e-gmap-cluster>div:before{border-left-width:6px;border-right-width:6px;border-top-width:11px;margin-left:-6px}.b-map.__noCopyright [class*=ymaps-2][class*=-copyright],.b-map.__noExternal [class*=ymaps-2][class*=copyrights-promo]{opacity:0;visibility:hidden}.b-map.is-gray [class*=ymaps-2][class*=-ground-pane]{filter:url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");filter:gray;filter:grayscale(100%);-webkit-filter:grayscale(100%)}.b-map_marker{height:0;position:absolute;width:0}.b-map_marker_box{background:var(--color-secondary);bottom:100%;color:var(--color-on-primary);height:26px;left:50%;margin:0 0 6px -13px;padding:5px;position:absolute;width:26px}.b-map_marker_box:before{border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid var(--color-secondary);content:"";left:50%;margin-left:-5px;margin-top:-1px;position:absolute;top:100%}.b-map_marker_box img,.b-map_marker_box svg{display:block;height:100%;margin:0 auto;position:relative;width:100%;fill:currentColor;backface-visibility:hidden}.b-map_marker.__ruby .b-map_marker_box{background-color:var(--color-primary)}.b-map_marker.__ruby .b-map_marker_box:before{border-top-color:var(--color-primary)}.b-map_marker.__large .b-map_marker_box{height:60px;margin:0 0 13px -30px;width:60px}.b-map_marker.__large .b-map_marker_box:before{border-left:8px solid transparent;border-right:8px solid transparent;border-top-width:13px;margin-left:-8px}.b-map_cluster_box{background:var(--color-secondary);bottom:100%;color:var(--color-on-primary);font:400 18px/56px Stolzl,sans-serif;height:54px;left:50%;margin:0 0 11px -27px;position:absolute;text-align:center;width:54px}.b-map_cluster_box:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:11px solid var(--color-secondary);content:"";left:50%;margin-left:-7px;margin-top:-1px;position:absolute;top:100%}.b-map_cluster.__small .b-map_cluster_box{height:34px;line-height:36px;margin:0 0 11px -17px;width:34px}.b-map_cluster.__small .b-map_cluster_box:before{border-left-width:6px;border-right-width:6px;border-top-width:11px;margin-left:-6px}.b-map_balloon{background:var(--color-on-primary);box-shadow:0 4px 14px rgba(0,0,0,.25);display:block;left:35px;max-height:calc(100% - 70px);max-width:calc(100% - 70px);position:absolute;top:35px;width:408px;z-index:9}.b-map_balloon::-webkit-scrollbar{display:none}.b-map_balloon{opacity:0;pointer-events:none;transform:translateY(10%);transition:opacity .4s ease,transform .4s ease,padding .4s ease,height .4s ease}.b-map_balloon.is-shown{opacity:1;pointer-events:auto;transform:none}@media (max-width:767px){.b-map_balloon{left:15px;max-height:calc(100% - 30px);max-width:calc(100% - 30px);top:15px}}.es-personal-order-list-container{--es-personal-order-item-link-width:63px;--es-personal-order-item-products-gap:6px;display:flex;flex-direction:column;gap:var(--space-l)}@media screen and (min-width:768px){.es-personal-order-list-container{--es-personal-order-item-link-width:153px;--es-personal-order-item-products-gap:12px}}@media screen and (min-width:1280px){.es-personal-order-list-container{--es-personal-order-item-link-width:140px;--es-personal-order-item-products-gap:16px}}@media screen and (min-width:1920px){.es-personal-order-list-container{--es-personal-order-item-link-width:200px;--es-personal-order-item-products-gap:20px}}.es-personal-order-status-container{display:flex;flex-direction:column;gap:var(--space-m)}.es-personal-order-status-container:not(:last-child){border-bottom:1px solid var(--color-surface-middle);padding-bottom:var(--space-xl)}.es-personal-order-list{display:flex;flex-direction:column;gap:var(--space-m)}.es-personal-order-item{background-color:var(--color-outline-variant);display:flex;flex-direction:column;gap:0;padding:18px 24px 24px}.es-personal-order-item,.es-personal-order-item:hover{color:var(--color-on-surface-main)}.es-personal-order-item-header{align-items:flex-start;border-bottom:1px solid var(--color-outline-variant);display:flex;flex-direction:column;gap:14px;margin:0 -24px;padding:0 24px 14px}@media screen and (min-width:1280px){.es-personal-order-item-header{padding:0 24px 16px}}.es-personal-order-item-title{font-size:var(--typography-headline-h2)}.es-personal-order-item-status{background-color:var(--color-surface-middle);border:1px solid transparent;border-radius:28px;color:var(--color-on-surface-main);font-size:var(--typography-paragraph-p3);padding:6px 14px}.es-personal-order-item-content{align-items:flex-start;display:flex;flex-direction:column;gap:24px;padding:24px 0 0}@media screen and (min-width:1280px){.es-personal-order-item-content{flex-direction:row;justify-content:space-between}}.es-personal-order-item-values{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.es-personal-order-item-values>div span:first-child{color:var(--color-on-surface-variant);display:block;font-size:var(--typography-caption-1)}@media screen and (min-width:768px){.es-personal-order-item-values>div{align-items:center;display:flex;flex-direction:row}.es-personal-order-item-values>div span:first-child{font-size:var(--typography-paragraph-p1);margin-right:24px;min-width:120px}.es-personal-order-item-values{gap:10px}}.es-personal-order-item-products{display:flex;flex-wrap:wrap;gap:var(--es-personal-order-item-products-gap);justify-content:flex-end;position:relative}@media screen and (min-width:1280px){.es-personal-order-item-products{width:calc(var(--es-personal-order-item-link-width)*4 + var(--es-personal-order-item-products-gap)*3)}}.es-personal-order-item-link{height:var(--es-personal-order-item-link-width);position:relative;width:var(--es-personal-order-item-link-width)}.es-personal-order-item-link.hidden{display:none}.es-personal-order-item-product-no-left{font-size:10px}.es-personal-order-item-product-show-state{display:none}.es-personal-order-item-product-show-control{align-items:center;color:var(--color-on-primary);cursor:pointer;display:flex;font-size:var(--typography-caption-1);height:var(--es-personal-order-item-link-width);justify-content:center;overflow:hidden;position:absolute;right:0;top:0;width:var(--es-personal-order-item-link-width)}.es-personal-order-item-product-show-control:hover{color:var(--color-interaction-on-surface)}@media screen and (min-width:768px){.es-personal-order-item-product-show-control{font-size:var(--typography-paragraph-p1)}}.es-personal-order-item-product-show-state:checked~.es-personal-order-item-products{justify-content:flex-start}.es-personal-order-item-product-show-state:checked~.es-personal-order-item-products .es-personal-order-item-link.hidden{display:block}.es-personal-order-item-product-show-state:checked~.es-personal-order-item-products .es-personal-order-item-product-show-control{display:none}.es-order-detail{--es-order-detail-road-point-width:50px;--es-order-detail-road-point-second-width:24px;--es-order-detail-product-photo-height:218px;display:flex;flex-direction:column;font-size:var(--typography-paragraph-other);gap:0}.es-order-detail-header{display:flex;flex-direction:column;gap:16px}.es-order-detail-basket{display:flex;flex-direction:column;gap:var(--space-l);padding:var(--card-padding-s) 0 var(--card-padding-m)}.es-order-detail-basket-title-kg{color:var(--color-on-surface-variant);font-size:var(--typography-headline-h5)}.es-order-detail-delivery-and-payment{display:flex;flex-direction:column;gap:var(--section-padding-m);padding:var(--section-padding-m) 0 var(--section-padding-l)}@media screen and (min-width:1280px){.es-order-detail-delivery-and-payment{flex-direction:row}}.es-order-detail-row{display:flex;flex:1;flex-direction:column;gap:var(--section-after-head-s)}.es-order-detail-col{display:flex;flex-direction:column;gap:0}.es-order-detail-value{border-bottom:1px solid var(--color-outline-variant);display:flex;flex-direction:column;gap:var(--space-5xs);padding:var(--space-xs) 0}@media screen and (min-width:768px){.es-order-detail-value{flex-direction:row;justify-content:space-between}}.es-order-detail-values-title{color:var(--color-on-surface-variant)}.es-order-detail-products{display:flex;flex-direction:column;gap:10px}.es-order-detail-product{border:1px solid var(--color-outline-lowest);display:flex;flex-direction:column;gap:20px;padding:20px}.es-order-detail-product:not(:last-child){border-bottom:none}.es-order-detail-product-data{display:grid;gap:6px;grid-template-areas:"title title" "article article" "color size" "price price" "quantity quantity"}.es-order-detail-product-value .name{display:none}.es-order-detail-product-photo{height:var(--es-order-detail-product-photo-height);position:relative;width:100%}.es-order-detail-title h1{margin:0}.es-order-detail-product-title{font-size:17px;grid-area:title}.es-order-detail-product-article{grid-area:article}.es-order-detail-product-size{grid-area:size}.es-order-detail-product-quantity{grid-area:quantity}.es-order-detail-product-quantity>div{background-color:var(--color-surface-lowest);padding:20px 0;text-align:center}.es-order-detail-product-price{grid-area:price}.es-order-detail-product-color{grid-area:color}.es-order-detail-title-status{color:var(--color-on-surface-variant);font-size:var(--typography-headline-h4)}.es-order-detail-road{display:none}@media screen and (min-width:1280px){.es-order-detail-road{display:flex;gap:12px;justify-content:space-between}}.es-order-detail-road-point{flex:1;padding-top:calc(var(--es-order-detail-road-point-width) + var(--space-m));position:relative;--es-order-detail-road-point-icon-mask-id:-1}.es-order-detail-road-point:after,.es-order-detail-road-point:before{background-color:var(--color-surface-middle);content:"";position:absolute}.es-order-detail-road-point:before{border-radius:50%;display:block;height:var(--es-order-detail-road-point-width);left:0;top:0;width:var(--es-order-detail-road-point-width)}.es-order-detail-road-point:nth-child(2n):before{height:var(--es-order-detail-road-point-second-width);top:calc(var(--es-order-detail-road-point-width)/2 - var(--es-order-detail-road-point-second-width)/2);width:var(--es-order-detail-road-point-second-width)}.es-order-detail-road-point:after{height:6px;right:0;top:calc(var(--es-order-detail-road-point-width)/2 - 3px);width:100%}.es-order-detail-road-point span{display:block}.es-order-detail-road-point.active:after,.es-order-detail-road-point.active:before{background-color:var(--color-primary)}.es-order-detail-road-point:first-child{--es-order-detail-road-point-icon-mask-id:5!important}.es-order-detail-road-point:nth-child(3){--es-order-detail-road-point-icon-mask-id:26!important}.es-order-detail-road-point:last-child{--es-order-detail-road-point-icon-mask-id:18!important}.es-order-detail-road-point-icon{--es-order-detail-road-point-icon-width:calc(var(--es-order-detail-road-point-width)*0.6);--es-order-detail-road-point-icon-top:calc(var(--es-order-detail-road-point-width)*0.2);height:var(--es-order-detail-road-point-icon-width);left:var(--es-order-detail-road-point-icon-top);position:absolute;top:var(--es-order-detail-road-point-icon-top);width:var(--es-order-detail-road-point-icon-width);z-index:10}.es-order-detail-road-point-icon:before{background-color:var(--ui-color-on-primary);bottom:0;content:"";display:block;left:0;-webkit-mask-image:url(/local/js/estima/ui/icons/images/estima-icons-stroke.svg);mask-image:url(/local/js/estima/ui/icons/images/estima-icons-stroke.svg);-webkit-mask-position:calc(3.33444%*var(--es-order-detail-road-point-icon-mask-id)) 0;mask-position:calc(3.33444%*var(--es-order-detail-road-point-icon-mask-id)) 0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:auto 100%;mask-size:auto 100%;padding-top:100%;position:relative;right:0;top:0;width:100%}.es-order-detail-road-point-date{font-size:var(--typography-caption-2);opacity:.3}.es-order-detail-products .product-item-photos{--product-item-photo-height:100%!important}.es-order-detail-products .product-item{font-size:var(--typography-paragraph-other);grid-template-areas:"badges badges like" "photos photos photos" "delivery delivery delivery" "article article article" "title title title" "color size size" "prices prices prices" "unit unit unit"}.es-order-detail-products .product-item-article .product-item-block-data-title,.es-order-detail-products .product-item-unit .product-item-block-data-title{display:none}.es-order-detail-products .product-item-article,.es-order-detail-products .product-item-article div{align-items:center;font-size:var(--typography-caption-1)!important;line-height:1.6!important}@media screen and (min-width:768px){.es-order-detail-products{--product-item-photo-width:154px;--product-item-ch-width:max-content;gap:var(--space-5xs)}.es-order-detail-products .product-item-container{border:none;border-bottom:1px solid var(--color-outline-light);padding:0}.es-order-detail-products .product-item{gap:8px var(--space-m);grid-template-areas:"photos article article . prices" "photos title title title prices" "photos color size unit prices";grid-template-columns:var(--product-item-photo-width) var(--product-item-ch-width) var(--product-item-ch-width) 1fr .5fr;grid-template-rows:25px 1fr 1fr;padding:var(--space-s) 0}.es-order-detail-products .product-item-article .product-item-block-data-title,.es-order-detail-products .product-item-unit .product-item-block-data-title{display:block}.es-order-detail-products .product-item-photos{--product-item-photo-height:100%!important;border-right:1px solid var(--color-outline-lowest);height:var(--product-item-photo-width);padding:var(--space-s)}.es-order-detail-products .product-item-photo{left:var(--space-s);right:var(--space-s)}.es-order-detail-products .product-item-prices{justify-content:flex-end}.es-order-detail-products .product-item-unit{align-items:unset;background-color:unset;flex-direction:column;justify-content:unset;padding:0}.es-order-detail-products .product-item-article{flex-direction:row;height:-moz-min-content;height:min-content}}@media screen and (min-width:1920px){.es-order-detail-products .product-item{grid-template-areas:"photos article color size unit prices" "photos title color size unit prices";grid-template-columns:var(--product-item-photo-width) 2fr var(--product-item-ch-width) var(--product-item-ch-width) var(--product-item-ch-width) .5fr;grid-template-rows:25px 1fr;padding:0}.es-order-detail-products .product-item-photos{padding-bottom:0;padding-top:0}.es-order-detail-products .product-item-link{font-size:22px}.es-order-detail-products .product-item-prices{align-self:center}}
/* End */


/* Start:/static/styles/404.css?17556988181359*/
.es-page-404,.es-page-under-construction{display:flex;flex-direction:column;gap:40px}@media screen and (min-width:768px){.es-page-404,.es-page-under-construction{gap:100px}}.es-page-404-sprite,.es-page-under-construction-sprite{height:200px;margin:20px auto 0;position:relative;width:315.65px}@media screen and (min-width:768px){.es-page-404-sprite,.es-page-under-construction-sprite{height:260px;margin-top:100px;width:410.35px}}@media screen and (min-width:1280px){.es-page-404-sprite,.es-page-under-construction-sprite{height:340px;margin-top:60px;width:540px}}@media screen and (min-width:1920px){.es-page-404-sprite,.es-page-under-construction-sprite{height:460px;margin-top:0;width:726px}}.es-page-404-content,.es-page-under-construction-content{align-items:center;display:flex;flex-direction:column;gap:var(--section-after-head-s)}@media screen and (min-width:1280px){.es-page-404-content,.es-page-under-construction-content{margin:0 auto;width:760px}}.es-page-404-text,.es-page-under-construction-text{align-items:center;display:flex;flex-direction:column;gap:20px}.es-page-404-text *,.es-page-under-construction-text *{text-align:center}.es-page-404-title,.es-page-under-construction-title{font-weight:700}.es-page-404-description,.es-page-under-construction-description{color:var(--color-on-surface-variant);font-size:var(--typography-paragraph-p1)}
/* End */
/* /static/styles/page-personal.css?175569881833597 */
/* /static/styles/404.css?17556988181359 */
