.styles-module__root--T5xz5{display:flex;align-items:flex-start;justify-content:flex-end}.styles-module__item--Sqe6s{border:2px solid #eee;display:flex;justify-content:center;padding:15px 25px 12px;color:var(--primary-1);font-size:14px;font-weight:500;-webkit-text-decoration:none;text-decoration:none;cursor:pointer;text-transform:uppercase;white-space:nowrap;border-right:none}.styles-module__item--Sqe6s:hover{background:var(--alabaster)}.styles-module__item--Sqe6s:first-child{border-top-left-radius:var(--tabs-border-radius);border-bottom-left-radius:var(--tabs-border-radius)}.styles-module__item--Sqe6s:last-child{border-top-right-radius:var(--tabs-border-radius);border-bottom-right-radius:var(--tabs-border-radius);border-right:2px solid #eee}@media only screen and (min-width: 640px)and (max-width: 767px){.styles-module__item--Sqe6s{padding:15px 0 12px;font-size:12px}}@media only screen and (max-width: 639px){.styles-module__item--Sqe6s{height:35px;padding:0 2vw;line-height:33px;font-size:10px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.styles-module__item--Sqe6s{width:100%}}@media only screen and (min-width: 640px)and (max-width: 767px){.styles-module__item--Sqe6s{width:100%}}@media only screen and (max-width: 639px){.styles-module__item--Sqe6s{width:100%}}.styles-module__active--cPTMr{background:var(--primary-1);color:var(--white);border-color:var(--primary-1);cursor:default}.styles-module__active--cPTMr:hover{background:var(--primary-1)}.styles-module__active--cPTMr:last-child{border-right-color:var(--primary-1)}
.styles-module__pageTitle--qi6gQ{margin:0;text-transform:uppercase;color:var(--primary-1);font-size:26px;font-weight:normal;padding-left:4px}@media only screen and (min-width: 1024px)and (max-width: 1279px){.styles-module__pageTitle--qi6gQ{font-size:30px}}@media only screen and (min-width: 1280px){.styles-module__pageTitle--qi6gQ{font-size:30px}}@media only screen and (max-width: 639px){.styles-module__isCenterOnMobile--B3Bbn{text-align:center}}@media only screen and (min-width: 640px)and (max-width: 767px){.styles-module__isCenterOnMobile--B3Bbn{text-align:center}}@media only screen and (min-width: 768px)and (max-width: 1023px){.styles-module__isCenterOnMobile--B3Bbn{text-align:center}}
.cityAvg-module__deliveryCityAvg--UXBzC{display:flex;flex-wrap:wrap;gap:30px}@media only screen and (min-width: 768px)and (max-width: 1023px){.cityAvg-module__deliveryCityAvg--UXBzC{justify-content:space-between;margin-bottom:0;gap:10px}}@media only screen and (min-width: 640px)and (max-width: 767px){.cityAvg-module__deliveryCityAvg--UXBzC{justify-content:space-between;margin-bottom:0;gap:10px}}@media only screen and (max-width: 639px){.cityAvg-module__deliveryCityAvg--UXBzC{justify-content:space-between;margin-bottom:0;gap:10px}}.cityAvg-module__infoRow--Gtij3{font-size:18px;font-weight:normal;display:flex;flex-direction:column}@media only screen and (min-width: 768px)and (max-width: 1023px){.cityAvg-module__infoRow--Gtij3{flex-grow:0;padding-bottom:20px}}@media only screen and (min-width: 640px)and (max-width: 767px){.cityAvg-module__infoRow--Gtij3{flex-grow:0;padding-bottom:20px}}@media only screen and (max-width: 639px){.cityAvg-module__infoRow--Gtij3{flex-grow:0;padding-bottom:20px}}@media only screen and (max-width: 639px){.cityAvg-module__infoRow--Gtij3{width:46%}}.cityAvg-module__infoRow--Gtij3 span{display:inline-block;margin-bottom:5px;text-transform:uppercase;font-size:13px;font-weight:500;color:var(--gray);white-space:nowrap}@media only screen and (min-width: 768px)and (max-width: 1023px){.cityAvg-module__infoRow--Gtij3 span{font-weight:300}}@media only screen and (min-width: 640px)and (max-width: 767px){.cityAvg-module__infoRow--Gtij3 span{font-weight:300}}@media only screen and (max-width: 639px){.cityAvg-module__infoRow--Gtij3 span{font-weight:300}}@media only screen and (max-width: 639px){.cityAvg-module__infoRow--Gtij3 span:first-child{white-space:normal}}.cityAvg-module__infoRow--Gtij3 span:nth-child(2){text-transform:none;font-size:32px;color:inherit;font-weight:300}@media only screen and (min-width: 768px)and (max-width: 1023px){.cityAvg-module__infoRow--Gtij3 span:nth-child(2){font-size:26px}}@media only screen and (min-width: 640px)and (max-width: 767px){.cityAvg-module__infoRow--Gtij3 span:nth-child(2){font-size:20px}}@media only screen and (max-width: 639px){.cityAvg-module__infoRow--Gtij3 span:nth-child(2){font-size:20px}}.cityAvg-module__poligons--a_jjc{font-size:17px;width:130px;white-space:normal;font-weight:500}
.pin-module__mobilePin--LUR4c{position:absolute;top:50%;left:50%;transform:translate(-50%, -90%);pointer-events:none}.pin-module__pinButton--A1zgV{pointer-events:all;border:2px solid var(--primary-2);color:var(--primary-2);padding:0 10px;cursor:pointer;text-transform:uppercase;background-color:#fff;position:relative;border-radius:var(--sw-button-border-radius);font-weight:500;height:40px;white-space:nowrap;overflow:hidden;min-width:40px;animation:pin-module__anim--ctu_T .3s ease-in-out}@keyframes pin-module__anim--ctu_T{0%{width:0;border-width:20px}100%{width:unset;border-width:2px}}.pin-module__buttonText--PiHv8{animation:pin-module__textAnim--so18K .4s ease-in-out}@keyframes pin-module__textAnim--so18K{0%{font-size:0}70%{font-size:0}100%{font-size:unset}}.pin-module__pinButtonFetching--k9gmS{border:5px solid var(--primary-2);border-top:5px solid #fff;background-color:#fff;position:relative;border-radius:var(--sw-button-border-radius);width:40px;height:40px;animation:pin-module__spin--XTsgK 1s linear infinite}@keyframes pin-module__spin--XTsgK{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.pin-module__pinButtonSuccess--VXUsa{border:5px solid var(--primary-2);background-color:#fff;position:relative;border-radius:var(--sw-button-border-radius);width:40px;height:40px}.pin-module__pinButtonSuccess--VXUsa .pin-module__check--tq0B5{position:absolute;width:20px;height:20px;bottom:6px;left:6px;background:rgba(0,0,0,0);transform:rotate(-45deg)}.pin-module__pinButtonSuccess--VXUsa .pin-module__check--tq0B5::before{content:"";display:block;position:relative;width:21px;height:15px;border:solid var(--primary-2);border-bottom-width:6px;border-left-width:6px;border-right-width:0;border-top-width:0;animation:pin-module__check-mark-animation--HlslQ .3s ease-in-out}@keyframes pin-module__check-mark-animation--HlslQ{0%{border-color:var(--primary-2);border-bottom-width:0;border-left-width:6px;width:0;height:0}40%{height:15px;border-bottom-width:6px;width:0;animation-timing-function:ease-out}100%{width:21px;height:15px;border-bottom-width:6px;border-left-width:6px;border-color:var(--primary-2)}}.pin-module__pinBody--l1XPV{border:10px solid var(--primary-2);background-color:#fff;position:relative;border-radius:var(--sw-button-border-radius);width:40px;height:40px}.pin-module__pinTail--HaqY5{margin:-8px auto;display:flex;justify-items:center;height:40px;width:30px;border:15px solid rgba(0,0,0,0);border-top:20px solid var(--primary-2)}.pin-module__pinButtonError--DKycX{border:5px solid var(--primary-2);background-color:#fff;position:relative;border-radius:var(--sw-button-border-radius);width:40px;height:40px}.pin-module__pinButtonError--DKycX::before,.pin-module__pinButtonError--DKycX::after{bottom:0;right:0;content:"";position:absolute;margin:auto;top:0;left:0;width:26px;height:4px;background:var(--primary-2)}.pin-module__pinButtonError--DKycX::before{transform:rotate(45deg);animation:pin-module__cross-mark-animation--rfEy4 .1s ease-in-out}.pin-module__pinButtonError--DKycX::after{transform:rotate(-45deg);animation:pin-module__cross-mark-animation-2--NhiQE .2s ease-in-out}@keyframes pin-module__cross-mark-animation--rfEy4{0%{width:0;top:0;left:0}100%{width:26px}}@keyframes pin-module__cross-mark-animation-2--NhiQE{0%{width:0;height:0}50%{height:4px;width:0}100%{width:26px}}
.deliveryMap-module__deliveryMap--voXop{height:100%}
