.breadcrumbs{width:100%;margin-bottom:30px}.breadcrumbs__inner{display:flex;flex-direction:column;gap:5px}.breadcrumbs__container{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;gap:4px 10px}.breadcrumbs__container li{display:flex;align-items:center;gap:10px}.breadcrumbs__container li:not(:last-child):after{content:"";display:block;height:1px;width:20px;background:var(--dark-light)}.breadcrumbs__container li>span,.breadcrumbs__container li a{font-size:.875em;line-height:22px;display:flex;align-items:center;color:var(--dark-light);transition:var(--transition)}.breadcrumbs__container li>span .icon,.breadcrumbs__container li a .icon{width:12px;height:12px}.breadcrumbs__page-title{width:100%;margin:0}.shops-contacts__types{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--gap)}@media only screen and (max-width:1100px){.shops-contacts__types{grid-template-columns:1fr;grid-gap:20px}}@media only screen and (max-width:860px){.shops-contacts__types{grid-gap:15px}}.shops-contacts__type{padding:15px 20px;display:flex;flex-direction:column;background:var(--white);border-radius:var(--big-radius)}@media only screen and (max-width:540px){.shops-contacts__type{padding:15px}}.shops-location{display:grid;grid-template-columns:1fr 2fr;grid-gap:25px;padding:30px;border-radius:var(--big-radius);background:var(--white)}@media only screen and (max-width:990px){.shops-location{grid-template-columns:1fr}}@media only screen and (max-width:520px){.shops-location{padding:15px}}.shops-location__addresses-wrap{position:relative}.shops-location__addresses-wrap:after{content:"";display:block;background:linear-gradient(180deg,hsla(0,0%,100%,0),var(--white));height:48px;position:absolute;left:0;right:0;bottom:0;pointer-events:none}.shops-location__addresses-wrap .title{margin-bottom:30px}.shops-location__addresses{display:flex;flex-direction:column;gap:10px;max-height:495px;overflow:auto;padding-right:10px;padding-bottom:48px;scrollbar-width:thin}.shops-location__addresses-item{flex-shrink:0;display:flex;flex-direction:column}.shops-location__address{border:2px solid var(--border-color);border-radius:var(--big-radius);padding:10px 15px;display:flex;flex-direction:column;gap:1px}.shops-location__address:hover{border-color:var(--main)}.shops-location__address--active{background:var(--gray)}.shops-location__address-title{font-weight:700;font-size:1.125em;line-height:1.55}.shops-location__address-value{color:var(--dark-light)}.shops-location__map .ymap-container{height:563px}@media only screen and (max-width:990px){.shops-location__map .ymap-container{height:500px}}@media only screen and (max-width:860px){.shops-location__map .ymap-container{height:420px}}.textarea{display:inline-flex;flex-direction:column;gap:5px}.textarea__container{display:flex;position:relative;background:var(--white);border:2px solid var(--border-color);box-sizing:border-box;border-radius:var(--main-radius);height:auto;transition:var(--transition)}.textarea__container:hover{border-color:var(--dark-light)}.textarea:focus-within .textarea__container{border-color:var(--brown-light)}.textarea:focus-within .icon svg path{stroke:var(--gray-3-dark)}.textarea--filled:not(:focus-within) .textarea__container{border-color:var(--dark)}.textarea--filled:not(:focus-within) .icon svg path{stroke:var(--dark)}.textarea--error.textarea .textarea__container{border-color:var(--red)}.textarea--error.textarea .icon svg path{stroke:var(--red)}.textarea--error.textarea__field{color:var(--red)}.textarea--error.textarea__field::placeholder{color:var(--red)}.textarea--focused .textarea__container{border-color:var(--dark)}.textarea--error .textarea__container{border-color:var(--red)}.textarea--icon-left .textarea__action{position:absolute;left:0;top:0}.textarea--icon-left .textarea__field{padding:12px 16px 12px 44px}.textarea--icon-right .textarea__action{position:absolute;right:0;top:0}.textarea--icon-right .textarea__field{padding:12px 44px 12px 16px}.textarea--modified{position:relative}.textarea--modified .textarea__title{position:absolute;top:7px;left:15px;z-index:1;font-size:.85em;line-height:20px}.textarea--modified .textarea__field{padding:32px 15px 5px}.textarea__title{font-size:.75em;line-height:13px;color:var(--body-color);opacity:.5;white-space:pre-line}.textarea__subtitle{font-weight:400;font-size:.75em;line-height:20px;color:var(--gray)}.textarea__required{color:var(--red)}.textarea__error{font-weight:400;font-size:.75em;line-height:20px;color:var(--red)}.textarea__action{height:100%;display:inline-flex;align-items:center}.textarea__action,.textarea__field{background:none;border:none;padding:16px}.textarea__field{width:100%;height:100px;outline:none;font-weight:400;font-size:1em;color:var(--body-color)}.textarea__field::placeholder{font-weight:400;color:var(--gray)}.textarea .icon{width:20px;height:20px}.textarea .icon svg path{transition:var(--transition);stroke:var(--gray)}.shops-feedback{display:grid;grid-template-columns:minmax(400px,440px) 1fr;grid-gap:var(--gap);padding:30px;border-radius:var(--big-radius);background:var(--white)}@media only screen and (max-width:1150px){.shops-feedback{grid-template-columns:1fr;grid-gap:15px}}@media only screen and (max-width:540px){.shops-feedback{padding:15px}}.shops-feedback .title{margin-bottom:20px}.shops-feedback__description{color:var(--dark-light);font-size:1.125em;line-height:28px}@media only screen and (max-width:540px){.shops-feedback__description{font-size:1em;line-height:22px}}.shops-feedback__form{display:grid;grid-gap:20px;grid-template-columns:1fr 1fr}@media only screen and (max-width:620px){.shops-feedback__form{grid-template-columns:1fr;grid-gap:15px}}@media only screen and (min-width:621px){.shops-feedback__form>:nth-child(n+3){grid-column:auto/span 2}}.shops-feedback__bottom{display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:20px;max-width:612px}@media only screen and (max-width:540px){.shops-feedback__bottom{grid-template-columns:1fr;grid-gap:15px}}.shops-feedback__terms{font-size:.75em;line-height:14px;color:var(--dark-light)}.shops-feedback__terms a{border-bottom:1px solid}