.gh-footer{background:rgb(var(--gh-surface-dark));color:#fff;font-family:var(--font-body-family)}.gh-footer a{color:inherit;text-decoration:none}.gh-footer .list-unstyled{list-style:none;padding:0;margin:0}.gh-footer__band{background:rgb(var(--gh-accent));padding:var(--gh-space-4) 0;color:#000}.gh-footer__band-inner{display:flex;flex-direction:column;align-items:center;gap:var(--gh-space-3);text-align:center}.gh-footer__band-title{margin:0;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);text-transform:uppercase;font-size:var(--gh-text-base);letter-spacing:.02em;line-height:1.2}.gh-footer__band-form{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--gh-space-2);width:100%;max-width:520px;margin:0}.gh-footer__band-input{flex:1 1 240px;min-width:0;padding:.625rem 1rem;border:1px solid #000;border-radius:var(--inputs-radius, 8px);background:#fff;color:#000;font-family:var(--font-body-family);font-size:var(--gh-text-base)}.gh-footer__band-input::placeholder{color:#00000073}.gh-footer__band-btn{padding:.625rem 1.25rem;border:none;border-radius:var(--buttons-radius, 8px);background:#000;color:#fff;font-family:var(--font-heading-family);font-weight:700;font-size:var(--gh-text-base);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:filter .15s ease}.gh-footer__band-btn:hover{filter:brightness(1.15)}.gh-footer__band-msg{flex-basis:100%;margin:0;font-size:var(--gh-text-sm)}.gh-footer__band-msg--error{color:#7a1f1f}.gh-footer__inner{padding-top:var(--gh-space-9);padding-bottom:var(--gh-space-7)}.gh-footer__cols{display:grid;grid-template-columns:minmax(200px,260px) repeat(3,1fr) minmax(220px,1.4fr);grid-template-areas:"brand social  social  social map" "brand account company legal  map";column-gap:var(--gh-space-7);row-gap:var(--gh-space-6);align-items:start}.gh-footer__brand{grid-area:brand;text-align:center;display:flex;flex-direction:column;gap:var(--gh-space-4);align-items:center}.gh-footer__social{grid-area:social;text-align:center}.gh-footer__col--account{grid-area:account}.gh-footer__col--company{grid-area:company}.gh-footer__col--legal{grid-area:legal}.gh-footer__col--map{grid-area:map}.gh-footer__cols>.gh-footer__col:not(.gh-footer__col--map){justify-self:center;text-align:left}.gh-footer__logo img{display:block;width:160px;height:auto}.gh-footer__name{color:inherit}.gh-footer__label{margin:0 0 var(--gh-space-2);font-size:var(--gh-text-xs);font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#ffffff8c}.gh-footer__contact{display:flex;flex-direction:column;gap:var(--gh-space-2);width:100%;max-width:200px}.gh-footer__contact-btn{width:100%;justify-content:center;--gh-btn-text: #fff;color:#fff;border-color:#ffffff80;border-radius:var(--gh-radius-full);font-weight:700;letter-spacing:.04em}.gh-footer__contact-btn:hover{border-color:rgb(var(--gh-accent));color:rgb(var(--gh-accent));background:transparent}.gh-footer__payment{width:100%}.gh-footer__payment .gh-footer__label{text-align:center}.gh-footer__payment-list{display:grid;grid-template-columns:repeat(5,auto);gap:var(--gh-space-2);justify-content:center}.gh-footer__payment-item{display:inline-flex;align-items:center;justify-content:center;width:38px;height:24px;background:#fff;border-radius:4px}.gh-footer__payment-item .icon{width:100%;height:100%}.gh-footer__social-title{margin:0 0 var(--gh-space-3);font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:var(--gh-text-sm);letter-spacing:.08em;text-transform:uppercase;color:#ffffffbf}.gh-footer__social-list{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--gh-space-3)}.gh-footer__social-list .list-social__item{list-style:none}.gh-footer__social-list .list-social__link{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:6px;background:#ffffff14;color:#fff;transition:background .2s ease}.gh-footer__social-list .list-social__link:hover{background:rgba(var(--gh-accent) / .25)}.gh-footer__social-list .svg-wrapper{display:inline-flex}.gh-footer__social-list svg{width:18px;height:18px;fill:currentColor}.gh-footer__title{margin:0 0 var(--gh-space-3);font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);letter-spacing:.06em;text-transform:uppercase}.gh-footer__list li{margin:0}.gh-footer__link{display:inline-block;padding:.375rem 0;font-size:var(--gh-text-base);opacity:.9;transition:color .15s ease,opacity .15s ease}.gh-footer__link:hover{opacity:1;color:rgb(var(--gh-accent))}.gh-footer__col--map{justify-self:stretch}.gh-footer__map-text{margin:0 0 var(--gh-space-3);font-size:var(--gh-text-sm);line-height:1.6;color:#ffffffb3}.gh-footer__map{position:relative;padding-top:56%;border-radius:var(--gh-radius-1);overflow:hidden}.gh-footer__map iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.gh-footer__bottom{margin-top:var(--gh-space-7);padding-top:var(--gh-space-5);border-top:1px solid rgba(255 255 255 / .12);text-align:center;font-size:var(--gh-text-sm);color:#fff9}.gh-footer__bottom small{font-size:inherit}@media screen and (max-width:989px){.gh-footer__cols{grid-template-columns:1fr;grid-template-areas:"brand" "social" "account" "company" "legal" "map";row-gap:var(--gh-space-5)}.gh-footer__cols>.gh-footer__col:not(.gh-footer__col--map){justify-self:stretch;text-align:center}.gh-footer__col[data-accordion] .gh-footer__title{position:relative;padding:var(--gh-space-3) var(--gh-space-4);border-top:1px solid rgba(255 255 255 / .12);cursor:pointer;-webkit-user-select:none;user-select:none}.gh-footer__col[data-accordion] .gh-footer__title:after{content:"+";position:absolute;right:var(--gh-space-4);top:50%;transform:translateY(-50%);font-size:var(--gh-text-xl);line-height:1;font-weight:700;opacity:.85}.gh-footer__col[data-accordion].is-open .gh-footer__title:after{content:"\2212"}.gh-footer__col[data-accordion] .gh-footer__list{display:none}.gh-footer__col[data-accordion].is-open .gh-footer__list{display:block}.gh-footer__link{display:inline-block}.gh-footer__col--map{text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/74/assets/section-gh-footer.css.map */
