@charset "UTF-8";.b-burger{display:flex;justify-content:center;align-items:center;font-size:0;cursor:pointer;position:relative;margin-right:10px;height:24px;width:24px}.b-burger__wrapper{position:relative;height:14px;width:18px}.b-burger__col{background:rgb(34,34,34);height:2px;left:0;position:absolute;transition:transform .4s,width .4s,top .4s,background .3s}.b-burger__col--first{top:0;width:100%}.b-burger__col--second,.b-burger__col--second-for-cross{top:6px;width:100%}.b-burger__col--third{bottom:0;width:100%}.b-burger__text{color:#222;display:none;margin:0 0 0 10px;font-size:13px;font-weight:600;line-height:13px;letter-spacing:1.2px;text-transform:uppercase;vertical-align:middle;transition:color .3s ease-in-out}@media (hover: none),(pointer: coarse){.b-burger:active{text-decoration:none}.b-burger:active .b-burger__col--first,.b-burger:active .b-burger__col--second,.b-burger:active .b-burger__col--third{width:100%}.b-burger:active .b-burger__col{background:var(--light-orange)}.b-burger:active .b-burger__text{color:var(--light-orange);text-decoration:none}}@media not all and (pointer: coarse){.b-burger:hover{text-decoration:none}.b-burger:hover .b-burger__col--first,.b-burger:hover .b-burger__col--second,.b-burger:hover .b-burger__col--third{width:100%}.b-burger:hover .b-burger__col{background:var(--light-orange)}.b-burger:hover .b-burger__text{color:var(--light-orange);text-decoration:none}}.b-burger.open{position:absolute;top:20px;left:20px;transition:.5s ease-in-out;transform:rotate(0)}.b-burger.open .b-burger__col--first,.b-burger.open .b-burger__col--third{position:absolute;top:7px;left:50%;width:0;transform:rotate(0);transition:.25s ease-in-out}.b-burger.open .b-burger__col--second,.b-burger.open .b-burger__col--second-for-cross{position:absolute;top:7px;transform:rotate(-45deg);transition:.25s ease-in-out}.b-burger.open .b-burger__col--second-for-cross{transform:rotate(45deg)}@media (hover: none),(pointer: coarse){.b-burger.open:active .b-burger__col--first,.b-burger.open:active .b-burger__col--third{width:0}}@media not all and (pointer: coarse){.b-burger.open:hover .b-burger__col--first,.b-burger.open:hover .b-burger__col--third{width:0}}@media (hover: none),(pointer: coarse){.b-header--dark .b-burger:active .b-burger__col{background:rgba(34,34,34,.5)}.b-header--dark .b-burger:active .b-burger__text{color:#22222280}}@media not all and (pointer: coarse){.b-header--dark .b-burger:hover .b-burger__col{background:rgba(34,34,34,.5)}.b-header--dark .b-burger:hover .b-burger__text{color:#22222280}}@media (hover: none),(pointer: coarse){.b-header--cart-bottom .b-burger .b-burger__col{background:var(--light-orange)}.b-header--cart-bottom .b-burger .b-burger__text{color:var(--light-orange)}}@media not all and (pointer: coarse){.b-header--cart-bottom .b-burger .b-burger__col{background:var(--light-orange)}.b-header--cart-bottom .b-burger .b-burger__text{color:var(--light-orange)}}.b-contacts{align-items:center;display:flex}.b-contacts__item{margin-right:24px;padding-left:0}.b-contacts__item:last-child{margin-right:0}.b-contacts__link{align-items:center;color:#b1b1b1;display:flex;height:18px;justify-content:center;width:18px}.b-header-btn{color:#222;display:block}.b-header-btn:hover{color:#222;text-decoration:none}@media (hover: none),(pointer: coarse){.b-header-btn:active{color:#222;text-decoration:none}}@media not all and (pointer: coarse){.b-header-btn:hover{color:#222;text-decoration:none}}.b-header-btn__inner{align-items:center;display:flex;position:relative}.b-header-btn__icon{align-items:center;display:flex;height:20px;justify-content:center;line-height:0;width:20px}.b-header-btn__counter{font-size:12px;font-weight:600;line-height:12px;background:#ffc769;border-radius:25px;height:20px;padding:4px 3px;position:absolute;right:-10px;top:-8px;transition:background-color .3s ease-in-out,color .3s ease-in-out;min-width:20px;display:flex;align-items:center;justify-content:center}.b-header-btn__counter--null{background:#eeeeee;color:#7a7a7a}.b-header-btn__text{display:none}.b-header-btn--user .b-header-btn__icon:before{border-radius:50%;content:"";height:33px;position:absolute;right:-9px;top:-8px;transform:scale(1);width:33px;transition:background .3s ease-in-out,transform .3s ease-in-out}.b-header-btn--compare{display:none;display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background-color:transparent;transition:.3s}.b-header-btn--compare:hover,.b-header-btn--compare:active,.b-header-btn--compare.open{background-color:#e6f7f9}.b-header-btn--search{margin-right:16px}.b-header-btn--search:last-child{margin-right:0}.b-header-btn--search{order:0}.b-header-btn--favorite{order:2;display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background-color:transparent;transition:.3s}.b-header-btn--favorite:hover,.b-header-btn--favorite:active,.b-header-btn--favorite.open{background-color:#e6f7f9}.b-header-btn--cart{order:4;display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background-color:transparent;transition:.3s}.b-header-btn--cart:hover,.b-header-btn--cart:active,.b-header-btn--cart.open{background-color:#e6f7f9}.b-header-btn--menu{display:block;padding:14px 30px 15px 19px;margin:0;border-bottom:1px solid rgba(0,0,0,.07);position:relative}.b-header-btn--menu:first-of-type{border-top:1px solid rgba(0,0,0,.07)}.b-header-btn--menu .b-header-btn__icon:before{display:none}.b-header-btn--menu .b-icon--header-btn.icon-heart{height:19px;line-height:19px;font-size:19px}.b-header-btn--menu .b-icon--header-btn.icon-compare{height:21px;line-height:21px;font-size:21px}.b-header-btn--menu .b-icon--header-btn.icon-bag{height:24px;line-height:24px;font-size:24px}.b-header-btn--menu .b-icon--header-btn.icon-user{height:18px;line-height:18px;font-size:18px}.b-header-btn--menu .b-icon--header-btn.icon-marker-thin{height:22px;line-height:22px;font-size:22px}.b-header-btn--menu .b-icon--header-btn.icon-phone-thin{height:21px;line-height:21px;font-size:21px}.b-header-btn--menu .b-icon--menu{display:inline-block}.b-header-btn--menu .b-icon--menu.icon-arrow-right{height:11px;line-height:11px;font-size:11px}.b-header-btn--menu .b-header-btn__inner{justify-content:flex-start}.b-header-btn--menu .b-header-btn__icon{min-width:25px;text-align:center}@media (hover: none),(pointer: coarse){.b-header-btn--thin:active,.b-header-btn--thin:active .b-header-btn__icon{color:#aaa}}@media not all and (pointer: coarse){.b-header-btn--thin:hover,.b-header-btn--thin:hover .b-header-btn__icon{color:#aaa}}@media (hover: none),(pointer: coarse){.b-header-btn--login:active,.b-header-btn--search:active,.b-header-btn--login:active .b-header-btn__icon,.b-header-btn--search:active .b-header-btn__icon{color:#7a7a7a}}@media not all and (pointer: coarse){.b-header-btn--login:hover,.b-header-btn--search:hover,.b-header-btn--login:hover .b-header-btn__icon,.b-header-btn--search:hover .b-header-btn__icon{color:#7a7a7a}}@media (min-width: 375px){.b-header-btn--compare{display:flex;order:3}}@media (min-width: 768px){.b-header-btn--user .b-header-btn__icon:before{width:40px;height:40px;top:-10px;right:-11px}.b-header-btn--burger{margin:0 10px 0 0}.b-header-btn--menu{margin:0}.b-header-btn__text{font-size:14px;font-weight:400;line-height:16px;display:block;transition:color .3s ease-in-out}.b-header-btn--with-text .b-header-btn__icon{height:18px;margin-right:8px;width:18px}.b-header-btn--search{margin-right:50px;padding:5px}.b-header-btn--favorite:last-child,.b-header-btn--compare:last-child{margin-right:0}.b-header-btn__icon{height:26px;width:26px}.b-header-btn--login{padding-bottom:4px;padding-top:4px}.b-header-btn--login .b-header-btn__text{max-width:34px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}@media (min-width: 1440px){.b-header-btn.right-hide{display:none}.b-header-btn--thin{padding:0}.b-header-btn--with-text .b-header-btn__icon{height:16px;margin-right:6px;width:16px}.b-header-btn--login{padding:5px}.b-header-btn--user .b-header-btn__icon{background:#F2F2F2;border-radius:36px;height:36px;width:36px}.b-header-btn--search.b-header-btn--with-text{padding:5px}.b-header-btn--search{margin-right:30px}.b-header-btn--search:last-child{margin-right:0}.b-header--type-1 .b-header__buttons .b-header-btn--search,.b-header--type-10 .b-header__buttons .b-header-btn--search,.b-header--type-11 .b-header__buttons .b-header-btn--search,.b-header--type-15 .b-header__buttons .b-header-btn--search,.b-header--type-2 .b-header__buttons .b-header-btn--search,.b-header--type-3 .b-header__buttons .b-header-btn--search,.b-header--type-4 .b-header__buttons .b-header-btn--search{display:none}.b-header--type-3 .b-header__buttons .b-header-btn--login,.b-header--type-4 .b-header__buttons .b-header-btn--login{padding:0}.b-header--type-3 .b-header__buttons .b-header-btn--login .b-header-btn__icon,.b-header--type-4 .b-header__buttons .b-header-btn--login .b-header-btn__icon{background:#F2F2F2;border-radius:36px;height:36px;margin-right:0;width:36px}.b-header--type-3 .b-header__buttons .b-header-btn--login .b-header-btn__text,.b-header--type-4 .b-header__buttons .b-header-btn--login .b-header-btn__text{display:none}.b-header--type-5 .b-header__buttons .b-header-btn--search,.b-header--type-5 .b-header__buttons .b-header-btn--login,.b-header--type-6 .b-header__buttons .b-header-btn--search,.b-header--type-6 .b-header__buttons .b-header-btn--login,.b-header--type-7 .b-header-btn--search,.b-header--type-7 .b-header-btn--login,.b-header--type-8 .b-header__buttons .b-header-btn--search,.b-header--type-8 .b-header__buttons .b-header-btn--login,.b-header--type-9 .b-header-btn--search,.b-header--type-9 .b-header-btn--login,.b-header--type-12 .b-header__buttons .b-header-btn--search,.b-header--type-12 .b-header__buttons .b-header-btn--login,.b-header--type-13 .b-header__buttons .b-header-btn--search,.b-header--type-13 .b-header__buttons .b-header-btn--login,.b-header--type-14 .b-header-btn--search,.b-header--type-14 .b-header-btn--login{padding:0}.b-header--type-5 .b-header__buttons .b-header-btn--search .b-header-btn__icon,.b-header--type-6 .b-header__buttons .b-header-btn--search .b-header-btn__icon,.b-header--type-7 .b-header-btn--search .b-header-btn__icon,.b-header--type-8 .b-header__buttons .b-header-btn--search .b-header-btn__icon,.b-header--type-9 .b-header-btn--search .b-header-btn__icon,.b-header--type-12 .b-header__buttons .b-header-btn--search .b-header-btn__icon,.b-header--type-13 .b-header__buttons .b-header-btn--search .b-header-btn__icon,.b-header--type-14 .b-header-btn--search .b-header-btn__icon{height:26px;margin-right:0;width:26px}.b-header--type-5 .b-header__buttons .b-header-btn--login .b-header-btn__icon,.b-header--type-6 .b-header__buttons .b-header-btn--login .b-header-btn__icon,.b-header--type-7 .b-header-btn--login .b-header-btn__icon,.b-header--type-8 .b-header__buttons .b-header-btn--login .b-header-btn__icon,.b-header--type-9 .b-header-btn--login .b-header-btn__icon,.b-header--type-12 .b-header__buttons .b-header-btn--login .b-header-btn__icon,.b-header--type-13 .b-header__buttons .b-header-btn--login .b-header-btn__icon,.b-header--type-14 .b-header-btn--login .b-header-btn__icon{background:#F2F2F2;border-radius:36px;height:36px;margin-right:0;width:36px}.b-header--type-5 .b-header__buttons .b-header-btn--search .b-header-btn__text,.b-header--type-5 .b-header__buttons .b-header-btn--login .b-header-btn__text,.b-header--type-6 .b-header__buttons .b-header-btn--search .b-header-btn__text,.b-header--type-6 .b-header__buttons .b-header-btn--login .b-header-btn__text,.b-header--type-7 .b-header-btn--search .b-header-btn__text,.b-header--type-7 .b-header-btn--login .b-header-btn__text,.b-header--type-8 .b-header__buttons .b-header-btn--search .b-header-btn__text,.b-header--type-8 .b-header__buttons .b-header-btn--login .b-header-btn__text,.b-header--type-9 .b-header-btn--search .b-header-btn__text,.b-header--type-9 .b-header-btn--login .b-header-btn__text,.b-header--type-12 .b-header__buttons .b-header-btn--search .b-header-btn__text,.b-header--type-12 .b-header__buttons .b-header-btn--login .b-header-btn__text,.b-header--type-13 .b-header__buttons .b-header-btn--search .b-header-btn__text,.b-header--type-13 .b-header__buttons .b-header-btn--login .b-header-btn__text,.b-header--type-14 .b-header-btn--search .b-header-btn__text,.b-header--type-14 .b-header-btn--login .b-header-btn__text{display:none}.b-header--type-12 .b-header-btn--search,.b-header--type-13 .b-header-btn--search{margin-left:10px}}.b-popover{background:rgb(255,255,255);border-radius:0 0 4px 4px;box-shadow:0 10px 30px #0000001a;padding:28px 10px;position:absolute;top:100%;right:0;z-index:100;max-width:364px;pointer-events:none;opacity:0;transform:translate(100vw);transition-property:opacity,transform;transition-duration:.3s,0s;transition-delay:0s,.3s}.b-popover:before{background:#96E6EF;content:"";height:2px;left:0;position:absolute;top:0;width:100%}.b-popover.open{pointer-events:auto;transform:none;opacity:1;transition-delay:0s}@media (min-width: 375px){.b-popover{padding-left:20px;padding-right:20px}}@media (min-width: 768px){.b-popover{top:calc(100% + 11px);right:-10px}}@media (min-width: 1440px){.b-popover{top:calc(100% + 18px)}.b-header--type-2 .b-popover,.b-header--type-3 .b-popover,.b-header--type-4 .b-popover,.b-header--type-10 .b-popover{top:calc(100% + 32px)}.b-header--type-5 .b-popover{top:calc(100% + 18px)}.b-header--type-13 .b-popover{top:calc(100% + 19px)}}.b-popover-wrap--favorite{order:2;margin-right:16px}.b-popover-wrap--compare{display:none}.b-popover-wrap--cart{order:4}@media (min-width: 375px){.b-popover-wrap--compare{display:block;order:3;margin-right:16px}}@media (min-width: 768px){.b-popover-wrap{position:relative}.b-popover-wrap--favorite,.b-popover-wrap--compare{margin-right:16px}.b-popover-wrap--favorite:last-child,.b-popover-wrap--compare:last-child{margin-right:0}}@media (min-width: 1440px){.b-header--type-1 .b-popover-wrap--favorite{margin-left:10px}.b-header--type-1 .b-popover-wrap--cart{margin-right:10px}.b-header--type-2 .b-popover-wrap--favorite{margin-left:10px}.b-header--type-2 .b-popover-wrap--cart{margin-right:10px}.b-header--type-10 .b-popover-wrap--favorite{margin-left:10px}.b-header--type-10 .b-popover-wrap--cart{margin-right:10px}.b-header--type-11 .b-popover-wrap--favorite{margin-left:10px}.b-header--type-11 .b-popover-wrap--cart{margin-right:10px}.b-header--type-15 .b-popover-wrap--favorite{margin-left:10px}.b-header--type-15 .b-popover-wrap--cart{margin-right:10px}.b-header--type-3 .b-header__buttons .b-popover-wrap--cart,.b-header--type-4 .b-header__buttons .b-popover-wrap--cart,.b-header--type-5 .b-header__buttons .b-popover-wrap--cart,.b-header--type-6 .b-header__buttons .b-popover-wrap--cart,.b-header--type-7 .b-popover-wrap--cart,.b-header--type-8 .b-header__buttons .b-popover-wrap--cart,.b-header--type-9 .b-popover-wrap--cart,.b-header--type-12 .b-header__buttons .b-popover-wrap--cart,.b-header--type-13 .b-header__buttons .b-popover-wrap--cart,.b-header--type-14 .b-popover-wrap--cart{margin-right:30px}}.b-header-link{display:block;color:#222;cursor:pointer;position:relative;transition:.2s linear}@media (hover: none),(pointer: coarse){.b-header-link:active{text-decoration:none;color:#aaa}.b-header-link:focus-visible{text-decoration:none;color:#aaa}}@media not all and (pointer: coarse){.b-header-link:hover{text-decoration:none;color:#aaa}}.b-header-link__inner{align-items:center;display:flex}.b-header-link__icon{align-items:center;color:var(--light-orange);display:flex;height:16px;justify-content:center;margin-right:6px;transition:color .3s ease-in-out;width:16px}.b-header-link__content{font-size:14px;font-family:Inter-Medium;line-height:16px}.b-header-link__content:before{content:"";width:100%;height:3px;background-color:transparent;transition:background-color .3s ease-in-out;position:absolute;bottom:-14px;left:0;right:0}.active .b-header-link__content:before{background-color:#ffc769}.b-header-link__address{margin-left:30px;font-size:14px;font-weight:400;line-height:16px;color:#7a7a7a;padding-left:13px;padding-right:3px}.b-header-link--call,.b-header-link--city{display:none;padding:5px}.b-header__burger .b-header-link--city{display:block}.b-header-link--top-city,.b-header-link--tel{position:relative}.b-header-link--top-city .b-icon--arrow-down,.b-header-link--tel .b-icon--arrow-down{width:11px}.b-header-link--top-city .b-icon--arrow-down:before,.b-header-link--tel .b-icon--arrow-down:before{position:absolute;transform:rotate(0);transition:transform .3s}.b-header-link--top-city.active .b-icon--arrow-down:before,.b-header-link--tel.active .b-icon--arrow-down:before{transform:rotate(-180deg);transition:transform .3s}.b-header-link--footer{display:inline-block}.b-header-link--footer .b-menu-inner,.b-header-link--footer .b-menu-inner-icon{right:auto;left:0}.b-header-link--footer .b-menu-inner-icon{top:40px}.b-header-link--footer .b-header-link__icon{display:none}.b-header-link--footer .b-header-link__content{font-size:20px;line-height:23px}.b-header-link--footer .b-header-link__content:before{content:none}.b-header-link--links{display:block;padding:0}.b-header-link--links .b-header-link__icon{margin-right:4px}.b-header-link--links .b-header-link__content{font-size:12px;font-weight:400;line-height:16px;margin-right:4px}.b-header-link--links .b-header-link__address{display:none}.b-header-link--phone{display:block;padding:5px}.b-header-link--phone .b-header-link__icon{display:none}.b-header-link--phone .b-header-link__content{color:#222;font-size:12px;font-family:Inter-Medium;line-height:12px;margin-right:0}@media (min-width: 375px){.b-header-link--links{padding:5px}.b-header-link--links .b-header-link__icon{margin-right:6px}.b-header-link--links .b-header-link__content{font-size:14px;font-weight:400;line-height:16px;margin-right:6px}}@media (min-width: 768px){.b-header-link__content{font-family:Inter-Medium;font-size:16px;font-weight:500;line-height:22px}.b-header-link--tel .b-header-link__content{font-family:Inter-Medium;font-size:14px;font-weight:500;line-height:16px}.b-header-link--top-city{padding:5px 8px}.b-header-link--top-city:after{bottom:-14px}.b-header-link--footer .b-menu-inner,.b-header-link--footer .b-menu-inner-icon{top:40px}.b-header-link--footer .b-header-link__content{font-size:20px;line-height:23px}.b-header-link--phone{margin-right:30px}.b-header-link--phone .b-header-link__content{font-size:14px;line-height:16px;margin-right:6px}.b-header-link--phone .b-header-link__icon{display:flex}.b-header--type-2 .b-header-link--city{display:block}}@media (min-width: 1024px){.b-header-link--links .b-header-link__address{display:block}}@media (min-width: 1440px){.b-header-link--tel{white-space:nowrap}.b-header-link--tel .b-header-link__content{font-size:14px;font-weight:500;line-height:16px}.b-header-link--top-city{position:relative;margin:0 auto 0 0}.b-header--main-slider .b-header-link{color:#fff}.b-header-link--footer .b-menu-inner,.b-header-link--footer .b-menu-inner-icon{top:40px}.b-header-link--footer .b-header-link__content{font-size:20px;line-height:23px}.b-header-link--call,.b-header-link--city{display:block}.b-header--type-1 .b-header-link--call{margin-right:30px}.b-header--type-2 .b-header-link--call{margin-right:8px}.b-header--type-3 .b-header-link--city,.b-header--type-3 .b-header-link--call,.b-header--type-4 .b-header-link--city,.b-header--type-4 .b-header-link--call{margin-right:59px}.b-header--type-7 .b-header-link--call,.b-header--type-9 .b-header-link--call{margin-right:63px}.b-header--type-10 .b-header-link--call{margin-right:8px}.b-header--type-11 .b-header-link--call{margin-right:10px}.b-header--type-12 .b-header-link--city{margin-right:80px}.b-header--type-12 .b-header-link--call{margin-right:20px}.b-header--type-13 .b-header-link--city{margin-right:30px}.b-header--type-13 .b-header-link--call,.b-header--type-14 .b-header-link--call{margin-right:20px}.b-header--type-15 .b-header-link--call{margin-right:30px}}.b-link-city .form-control.form-group-search{background:#F2F2F2;border-color:#dedede;border-radius:4px;color:#7a7a7a;font-size:14px;height:44px;line-height:16px;padding:13px 59px 13px 13px;transition:all .3s ease}.b-link-city .form-control.form-group-search::placeholder{color:#7a7a7a;transition:all .3s ease}.b-link-city .form-control.form-group-search:not(:placeholder-shown)~.btn--clear,.b-link-city .form-control.form-group-search:focus-within~.btn--clear{opacity:1;pointer-events:auto}.b-link-city .form-control.form-group-search:hover,.b-link-city .form-control.form-group-search:active{background-color:#fff;box-shadow:inset 0 0 0 2px #dedede}.b-link-city .form-control.form-group-search:hover::placeholder,.b-link-city .form-control.form-group-search:active::placeholder{color:#000}.b-link-city .btn--clear{display:flex;right:38px;opacity:0;pointer-events:none;transition-property:opacity,background-color,outline-color;border-radius:50%}.b-link-city .btn--clear:active{background-color:#e6f7f9;outline-color:#22cbdd;color:#b1b1b1}@media (hover: hover){.b-link-city .btn--clear:hover{background-color:#e6f7f9;outline-color:#22cbdd;color:#b1b1b1}}.b-link-city .form-group{padding-bottom:0;margin-bottom:10px}.b-link-city .b-header-link{pointer-events:none}.b-link-city .b-header-link .b-header-link__icon,.b-link-city .b-header-link .b-header-link__content{pointer-events:auto}.b-link-city .b-header-link .b-icon--arrow-down{pointer-events:auto;line-height:1;height:auto}.b-link-city .b-header-link.expanded{display:none}.b-link-city .b-header-link.expanded .b-icon--arrow-down{transform:rotate(180deg)}.b-header__burger .b-link-city{position:relative}.js-popup-type-1 .b-header-link--top-city.active~.b-toggle-list,.js-popup-type-1 .b-header-link--city.active~.b-toggle-list,.js-popup-type-2 .b-header-link--top-city.active~.b-toggle-list,.js-popup-type-2 .b-header-link--city.active~.b-toggle-list{display:block;opacity:1;transition:opacity .4s}@media (min-width: 768px){.b-link-city .b-header-link.expanded{display:block}}@media (min-width: 1440px){.b-link-city{position:relative}.b-header--type-1 .b-link-city,.b-header--type-15 .b-link-city{position:static}.b-header--type-5 .b-link-city{margin-right:30px}.b-header--type-6 .b-link-city{margin-right:31px}.b-header--type-7 .b-link-city{margin-right:63px}.b-header--type-8 .b-link-city{margin-right:38px}.b-header--type-9 .b-link-city{margin-right:63px}.b-header--type-10 .b-link-city{margin-right:82px}.b-header--type-11 .b-link-city{margin-right:27px}.b-header--type-14 .b-link-city{margin-right:78px}}.b-toggle-city{position:absolute;top:100%;left:0;background-color:#fff;width:0;padding:24px 19px 19px;box-sizing:border-box;z-index:2000;box-shadow:0 2px 20px #0000001a;border-top:2px solid #22CBDD;border-radius:0 0 4px 4px;pointer-events:none;opacity:0;transition-property:opacity,transform;transition-duration:.3s,0s;transition-delay:0s,.3s}.b-toggle-city__title{margin-bottom:12px;display:block}.b-toggle-city.open{pointer-events:auto;transform:none;opacity:1;height:auto;transition-delay:0s;width:320px}.b-toggle-list{position:absolute;top:100%;background-color:#fff;box-sizing:border-box;z-index:2000;border-radius:0 0 4px 4px;pointer-events:none;opacity:0;transition-property:opacity,transform;transition-duration:.3s,0s;transition-delay:0s,.3s;width:0;box-shadow:none;padding:0}.b-toggle-list__title{font-family:RobotoSlab-SemiBold;font-weight:600;font-size:20px;line-height:24px;margin-bottom:30px}.b-toggle-list.open{pointer-events:auto;transform:none;opacity:1;transition-delay:0s;height:auto;width:100%}.b-toggle-list__scroll-wrap{height:0}.open .b-toggle-list__scroll-wrap{height:auto}.b-toggle-list__scroll-wrap .os-scrollbar-track{height:calc(100% - 8px)}.b-toggle-list .b-list{padding:0 0 8px}.b-toggle-list .b-list li{list-style-type:none;color:#222;font-family:Inter-Medium;font-size:14px;line-height:16px;padding-bottom:12px;padding-top:11px}.b-toggle-list .b-list li:last-child{margin-bottom:0}.b-toggle-list .b-list--city-list a{font-family:Inter-Regular;color:#7a7a7a;text-decoration:none}@media (hover: none),(pointer: coarse){.b-toggle-list .b-list--city-list a:active{text-decoration:none;color:#222}}@media not all and (pointer: coarse){.b-toggle-list .b-list--city-list a:hover{text-decoration:none;color:#222}}.b-toggle-list .b-list--city-list a:focus-visible{text-decoration:none}.b-toggle-list .os-scrollbar .os-scrollbar-track,.b-toggle-list .os-scrollbar .os-scrollbar-track:hover{background-color:#f2f2f2}.b-toggle-list .os-scrollbar .os-scrollbar-track:hover .os-scrollbar-handle{background-color:#c7edf1}.b-toggle-list .os-scrollbar .os-scrollbar-track:focus-visible,.b-toggle-list .os-scrollbar .os-scrollbar-track:active{background-color:#f2f2f2}.b-toggle-list .os-scrollbar .os-scrollbar-track:focus-visible .os-scrollbar-handle,.b-toggle-list .os-scrollbar .os-scrollbar-track:active .os-scrollbar-handle{background-color:#ffc769}.b-toggle-list .os-scrollbar .os-scrollbar-handle{background-color:#dedede}@media (min-width: 375px){.b-toggle-city{left:20px}}@media (min-width: 520px){.b-toggle-city{left:calc(50vw - 240px)}}@media (min-width: 768px){.b-toggle-list{right:calc(50vw - 364px);width:280px;box-shadow:0 2px 20px #0000001a;padding:24px 16px 0}.b-toggle-list__scroll-wrap{max-height:203px}.b-toggle-list__title{display:none}.b-toggle-list.open{width:280px}.b-toggle-city{left:auto;right:calc(50vw - 364px);width:313px}}@media (min-width: 1024px){.b-toggle-city,.b-toggle-list{right:calc(50vw - 492px)}}@media (min-width: 1200px){.b-toggle-city,.b-toggle-list{right:20px}}@media (min-width: 1300px){.b-toggle-city,.b-toggle-list{right:calc(50vw - 630px)}}@media (min-width: 1440px){.b-toggle-list,.b-toggle-city{right:0}.b-header--type-1 .b-toggle-city,.b-header--type-15 .b-toggle-city{left:calc(50vw - 630px)}.b-header--type-2 .b-toggle-city,.b-header--type-3 .b-toggle-city,.b-header--type-4 .b-toggle-city,.b-header--type-7 .b-toggle-city,.b-header--type-9 .b-toggle-city,.b-header--type-10 .b-toggle-city,.b-header--type-14 .b-toggle-city{top:calc(100% + 25px)}.b-header--type-5 .b-toggle-city{top:calc(100% + 19px)}.b-header--type-6 .b-toggle-city,.b-header--type-8 .b-toggle-city,.b-header--type-12 .b-toggle-city{top:calc(100% + 25px)}.b-header--type-11 .b-toggle-city{top:calc(100% + 11px)}.b-header--type-13 .b-toggle-city{top:calc(100% + 21px)}}:root{--light-orange: #ffc769;--black-text: rgb(34, 34, 34);--black-background: rgb(34, 34, 34);--white-text: rgb(255, 255, 255);--white-background: rgb(255, 255, 255);--alpha-black-07-text: rgba(34, 34, 34, .7);--alpha-black-06-text: rgba(34, 34, 34, .6);--alpha-black-03-text: rgba(34, 34, 34, .3);--alpha-black-02-text: rgba(34, 34, 34, .2);--alpha-black-07-background: rgba(34, 34, 34, .7);--alpha-black-06-background: rgba(34, 34, 34, .6);--alpha-black-03-background: rgba(34, 34, 34, .3);--alpha-black-02-background: rgba(34, 34, 34, .2);--alpha-black-01-background: rgba(34, 34, 34, .1)}.popup-form__links{margin-top:16px;border-top:1px solid #dedede;padding-top:14px;display:flex;flex-direction:column;gap:8px;align-items:flex-start}@media (min-width: 768px){.popup-form__links{margin-top:30px;flex-direction:row;justify-content:space-between}}
