.breadcrumbs{display:flex;align-items:center;gap:4px}.breadcrumbs__list{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}.breadcrumbs__item{display:flex;align-items:center;gap:4px}.breadcrumbs__link{font-size:12px;font-weight:400;line-height:1.4;letter-spacing:-.12px;color:#6b6b6b;text-decoration:none;white-space:nowrap;transition:color .3s ease-in-out}.breadcrumbs__link:hover{color:#080808}.breadcrumbs__current{font-size:12px;font-weight:400;line-height:1.4;letter-spacing:-.12px;color:#080808;white-space:nowrap}.breadcrumbs__divider{display:flex;align-items:center;justify-content:center;height:10px;font-size:8px;font-weight:400;line-height:1;letter-spacing:-.08px;color:#6b6b6b;text-transform:uppercase;-webkit-user-select:none;user-select:none}.breadcrumbs__item:last-child .breadcrumbs__divider{color:#080808}.breadcrumbs--mobile{display:none}@media(max-width:1023px){.breadcrumbs--mobile{display:flex;padding-bottom:8px;margin-bottom:4px;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.breadcrumbs--mobile::-webkit-scrollbar{display:none}}.breadcrumbs--desktop{display:none}@media(min-width:1024px){.breadcrumbs--desktop{display:flex;margin-bottom:24px}}.breadcrumbs--desktop .breadcrumbs__list{flex-wrap:wrap}.breadcrumbs--inline{margin-bottom:16px}@media(max-width:767px){.breadcrumbs--inline{display:none}}.breadcrumbs--inline .breadcrumbs__divider{font-size:12px;color:#080808}.breadcrumbs--inline .breadcrumbs__link:hover{color:#008484}.contact-form{display:flex;flex-direction:column;gap:24px}.contact-form__inputs{display:flex;flex-direction:column;gap:16px}.contact-form__row{display:flex;gap:16px}@media(max-width:767px){.contact-form__row{flex-direction:column;gap:16px}}.contact-form__row--full{flex-direction:column}.contact-form__row--half>.form-field{flex:1}.form-field{display:flex;flex-direction:column;gap:6px}.form-field__label{display:flex;gap:2px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:400;line-height:1.4;letter-spacing:-.12px;color:#080808}.form-field__required{color:#008484;font-size:10px;line-height:1.2}.form-field__input{width:100%;height:42px;padding:4px 16px;background:#f2f2f2;border:none;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:1.4;letter-spacing:-.14px;color:#080808;transition:background .3s ease-in-out,outline .3s ease-in-out}.form-field__input::placeholder{color:#6b6b6b}.form-field__input:hover{background:#e8e8e8}.form-field__input:focus{outline:2px solid #99CECE;outline-offset:-2px;background:#fefefe}.form-field__input:disabled{opacity:.5;cursor:not-allowed}.form-field__input[aria-invalid=true]{outline:2px solid #DA1E28;outline-offset:-2px}.form-field__textarea{width:100%;min-height:120px;padding:8px 16px;background:#f2f2f2;border:none;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:1.4;letter-spacing:-.14px;color:#080808;resize:vertical;transition:background .3s ease-in-out,outline .3s ease-in-out}.form-field__textarea::placeholder{color:#6b6b6b}.form-field__textarea:hover{background:#e8e8e8}.form-field__textarea:focus{outline:2px solid #99CECE;outline-offset:-2px;background:#fefefe}.form-field__textarea:disabled{opacity:.5;cursor:not-allowed}.form-field__textarea[aria-invalid=true]{outline:2px solid #DA1E28;outline-offset:-2px}@media(max-width:767px){.form-field__textarea{min-height:100px}}.form-field--textarea .form-field__label{align-self:flex-start}.contact-form__submit{width:100%;height:48px;padding:8px 24px;background:#008484;border:none;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;line-height:1;letter-spacing:-.14px;color:#fff;cursor:pointer;transition:background .3s ease-in-out,transform .15s ease-in-out}.contact-form__submit:hover{background:#006a6a;color:#fff}.contact-form__submit:active{transform:scale(.98);color:#fff}.contact-form__submit:focus-visible{outline:2px solid #99CECE;outline-offset:2px}.contact-form__submit:disabled{opacity:.5;cursor:not-allowed}@media(max-width:767px){.contact-form__submit{height:44px}}.contacts-page{min-height:calc(100vh - 200px);padding-bottom:60px}@media(max-width:767px){.contacts-page{padding-bottom:40px}}.contacts-header{padding:30px 80px 20px}@media(max-width:1023px){.contacts-header{padding:24px 16px}}@media(max-width:767px){.contacts-header{padding:10px 16px}}.contacts-header__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:26px;font-weight:500;line-height:1;letter-spacing:-.52px;color:#080808;margin:0}@media(max-width:767px){.contacts-header__title{font-size:18px;line-height:1.2;letter-spacing:-.36px}}.contacts-manager{display:flex;flex-direction:column;align-items:center;gap:20px;background:#f5fafa;padding:40px 80px}@media(max-width:1023px){.contacts-manager{padding:40px 16px}}@media(max-width:767px){.contacts-manager{padding:20px 24px}}.contacts-manager__subtitle{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 80px}@media(max-width:767px){.contacts-manager__subtitle{padding:10px 16px}}.contacts-manager__icons{display:flex;align-items:center;gap:4px}.contacts-manager__icon{width:24px;height:24px;color:#080808}.contacts-manager__worktime{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.contacts-manager__worktime-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px;font-weight:400;line-height:1.2;letter-spacing:-.1px;color:#6b6b6b;text-transform:uppercase;margin-bottom:4px}.contacts-manager__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:500;line-height:1.2;letter-spacing:-.36px;color:#080808}.contacts-manager__schedule{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:1.4;letter-spacing:-.14px;color:#393939}.contacts-manager__phones{display:flex;align-items:center;justify-content:center;gap:60px}@media(max-width:1023px){.contacts-manager__phones{flex-wrap:wrap;gap:24px}}@media(max-width:767px){.contacts-manager__phones{display:grid;grid-template-columns:repeat(2,auto);justify-content:center;gap:20px 24px}}.contacts-manager__phone{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:-.16px;color:#393939;text-decoration:none;white-space:nowrap;transition:color .3s ease-in-out}@media(max-width:767px){.contacts-manager__phone{font-size:12px}}.contacts-manager__phone:hover{color:#008484}.contacts-legal{padding:20px 80px}@media(max-width:1023px){.contacts-legal{padding:20px 16px}}@media(max-width:767px){.contacts-legal{padding:16px 24px}}.contacts-legal__content{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.contacts-legal__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px;font-weight:400;line-height:1.2;letter-spacing:-.1px;color:#6b6b6b;text-transform:uppercase}.contacts-legal__address{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:1.4;letter-spacing:-.14px;color:#393939}.contacts-stores{padding:60px 80px}@media(max-width:1023px){.contacts-stores{padding:40px 16px}}@media(max-width:767px){.contacts-stores{padding:20px 0}}.contacts-stores__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px 20px}@media(max-width:1023px){.contacts-stores__grid{grid-template-columns:1fr;gap:40px}}@media(max-width:767px){.contacts-stores__grid{gap:24px}}.store-card{display:flex;flex-direction:column;gap:20px}.store-card__map{width:100%;height:380px;border-radius:12px;overflow:hidden;background:#f2f2f2}@media(max-width:767px){.store-card__map{height:180px;border-radius:8px}}.store-card__map iframe{width:100%;height:100%;border:0}.store-card__content{display:flex;flex-direction:column;gap:16px}.store-card__header{display:flex;align-items:flex-start;justify-content:space-between}@media(max-width:767px){.store-card__header{flex-direction:column;align-items:flex-start;gap:8px}}.store-card__address{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:500;font-style:normal;line-height:1.5;letter-spacing:-.16px;color:#080808}.store-card__contact{display:flex;align-items:center;gap:6px;flex-shrink:0}.store-card__icons{display:flex;align-items:center;gap:4px}.store-card__icon{width:24px;height:24px;color:#080808;transition:color .3s ease-in-out}.store-card__messenger{display:flex;align-items:center;justify-content:center}.store-card__messenger:hover .store-card__icon{color:#008484}.store-card__phone{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:1.4;letter-spacing:-.14px;color:#080808;text-decoration:none;transition:color .3s ease-in-out;white-space:nowrap}.store-card__phone:hover{color:#008484}.store-card__schedule{display:flex;flex-direction:column;gap:6px}.store-card__schedule-label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px;font-weight:400;line-height:1.2;letter-spacing:-.1px;color:#6b6b6b}.store-card__schedule-item{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:1.4;letter-spacing:-.14px;color:#393939}.contacts-form-section{background:#f9f9f9;padding:60px 80px}@media(max-width:1023px){.contacts-form-section{padding:40px 0}}@media(max-width:767px){.contacts-form-section{padding:20px 0}}.contacts-form-section__header{text-align:center;margin-bottom:40px}@media(max-width:767px){.contacts-form-section__header{margin-bottom:24px}}.contacts-form-section__title{display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:500;line-height:1.2;letter-spacing:-.36px;color:#080808;margin-bottom:8px}@media(max-width:767px){.contacts-form-section__title{font-size:16px;letter-spacing:-.16px}}.contacts-form-section__subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:1.4;letter-spacing:-.14px;color:#6b6b6b;margin:0}.contacts-form-section__form-wrapper{max-width:630px;margin:0 auto;padding:40px;background:#fff;border:1px solid #CCE6E6;border-radius:16px}@media(max-width:767px){.contacts-form-section__form-wrapper{padding:24px;border-radius:12px}}
