.footer-section{display:block;padding:4rem 20px 8rem}
.footer-section.border-top{border-top:.1rem solid #181818}
@media only screen and (min-width:48em){
.footer-section{padding:7.5rem 5.5rem 2.4rem}
}
.footer-section .page-width{padding:0 24px}
.footer-section .footer-section-inner{padding:40px 0 24px 0;background:var(--footer-background,#f6f6f6)}
@media only screen and (min-width:48em){
.footer-section .footer-section-inner{padding:60px 0}
}
.footer-section .footer-container{display:flex;flex-direction:column;gap:1.5rem}
.footer-section .footer-container .footer-form-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:8.5rem}
.footer-section .footer-container .footer-wrapper{width:100%}
@media only screen and (min-width:48em){
.footer-section .footer-container .footer-wrapper{display:grid;width:80%;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;grid-column-gap:5rem;grid-row-gap:3.5rem;margin:0 auto}
}
@media only screen and (min-width:64em){
.footer-section .footer-container .footer-wrapper{width:100%;grid-template-columns:repeat(4,1fr);grid-template-rows:1fr;grid-row-gap:1.5rem}
}
@media only screen and (min-width:75em){
.footer-section .footer-container .footer-wrapper{width:100%;grid-template-columns:repeat(6,1fr)}
}
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav{display:flex;flex-direction:column;gap:12px;margin-bottom:30px}
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav:last-child{margin-bottom:0}
@media only screen and (min-width:48em){
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav{gap:28px;margin-bottom:0}
}
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav.accordion{border-bottom:.1rem solid #181818}
@media only screen and (min-width:48em){
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav.accordion{border-bottom:0}
}
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .footer-menu_heading{display:flex;align-items:center;justify-content:space-between;font-family:"Darker Grotesque",sans-serif;font-weight:600;font-size:17px;line-height:2rem;text-transform:uppercase;color:#000;cursor:pointer;padding-right:1rem}
[lang=uk] .footer-section .footer-container .footer-wrapper .footer-wrapper__nav .footer-menu_heading{font-family:"Source Sans Pro",sans-serif}
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .footer-menu_heading svg{display:flex;transform:rotate(0);transition:all .3s ease 0s}
@media only screen and (min-width:48em){
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .footer-menu_heading svg{display:none}
}
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .footer-menu_heading.open svg{transform:rotate(180deg)}
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .footer-wrapper__link-list{height:0;display:flex;flex-direction:column;gap:8px;overflow:hidden;transition:all .3s ease 0s}
@media only screen and (min-width:48em){
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .footer-wrapper__link-list{height:100%;display:flex;overflow:auto}
}
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .footer-wrapper__link-list .link-list_item .link-list_link{display:block;font-family:"Darker Grotesque",sans-serif;font-weight:400;font-size:1.6rem;line-height:2.2rem;color:#9a9fa4}
[lang=uk] .footer-section .footer-container .footer-wrapper .footer-wrapper__nav .footer-wrapper__link-list .link-list_item .link-list_link{font-family:"Source Sans Pro",sans-serif}
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .footer-wrapper__link-list .link-list_item .link-list_link:focus,.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .footer-wrapper__link-list .link-list_item .link-list_link:hover{color:#861515;outline:0}
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .footer-wrapper__link-list .link-list_item:last-child{margin-bottom:15px}
@media only screen and (min-width:48em){
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .footer-wrapper__link-list .link-list_item:last-child{margin-bottom:0}
}
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .contact-heading{display:block;font-family:"Darker Grotesque",sans-serif;font-weight:600;font-size:1.6rem;line-height:2rem;text-transform:uppercase;color:#181818}
[lang=uk] .footer-section .footer-container .footer-wrapper .footer-wrapper__nav .contact-heading{font-family:"Source Sans Pro",sans-serif}
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .contact-text{display:flex;flex-direction:column;gap:8px;font-family:"Darker Grotesque",sans-serif;font-weight:400;font-size:1.2rem;line-height:2.2rem;color:#9a9fa4}
[lang=uk] .footer-section .footer-container .footer-wrapper .footer-wrapper__nav .contact-text{font-family:"Source Sans Pro",sans-serif}
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .contact-text p{margin:0}
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .contact-text p a{font-family:"Darker Grotesque",sans-serif;font-weight:600;font-size:1.6rem;line-height:1.9rem;color:#181818}
[lang=uk] .footer-section .footer-container .footer-wrapper .footer-wrapper__nav .contact-text p a{font-family:"Source Sans Pro",sans-serif}
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .contact-text p a:focus,.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .contact-text p a:hover{color:#861515;outline:0}
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .footer-wrapper__store-switcher{display:flex;align-items:center;gap:6px}
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .footer-wrapper__store-switcher svg{width:28px;height:28px}
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .footer-wrapper__lang-switcher{width:19rem;height:2.2rem;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(2,1fr);grid-column-gap:0;grid-row-gap:1rem;grid-area:1;position:relative;overflow:hidden;transition:all .3s ease 0s}
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .footer-wrapper__lang-switcher.open{height:100%}
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .footer-wrapper__lang-switcher.open .button-lang-switcher{transform:rotate(180deg)}
@media only screen and (min-width:64em){
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .footer-wrapper__lang-switcher{grid-area:1/3/2/4}
}
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .footer-wrapper__lang-switcher .button-lang-switcher{width:22px;height:22px;display:flex;align-items:center;justify-content:center;position:absolute;top:2px;right:0;transform:rotate(0);transition:all .3s ease 0s}
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .footer-wrapper__lang-switcher .lang-item{display:flex;align-items:flex-start;gap:8px}
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .footer-wrapper__lang-switcher .lang-item.current{display:none}
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .footer-wrapper__lang-switcher .lang-item div{font-family:"Darker Grotesque",sans-serif;font-weight:600;font-size:1.6rem;line-height:2rem;color:#181818;cursor:pointer;transition:color .3s ease 0s}
[lang=uk] .footer-section .footer-container .footer-wrapper .footer-wrapper__nav .footer-wrapper__lang-switcher .lang-item div{font-family:"Source Sans Pro",sans-serif}
.footer-section .footer-container .footer-wrapper .footer-wrapper__nav .footer-wrapper__lang-switcher .lang-item div:hover{color:#861515}
.footer-section .footer-container .footer-made{display:flex;align-items:center;justify-content:center;gap:.6rem;font-family:"Darker Grotesque",sans-serif;font-weight:400;font-size:1.8rem;line-height:95%;color:#181818;transition:color .3s ease 0s;margin:4rem auto 0}
[lang=uk] .footer-section .footer-container .footer-made{font-family:"Source Sans Pro",sans-serif}
@media only screen and (min-width:64em){
.footer-section .footer-container .footer-made{margin:2rem auto 0}
}
.footer-section .footer-container .footer-made:hover{color:#861515}
.footer-section .footer-section-copyright{padding-top:24px}
.footer-section .footer-copyright{display:flex;flex-direction:column-reverse;gap:10px;padding-bottom:12px}
@media only screen and (min-width:48em){
.footer-section .footer-copyright{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;gap:0;padding-bottom:0}
}
.footer-section .footer-logo{display:flex;justify-content:center;align-items:center;color:#434242;min-width:80px}
.footer-section .footer-logo svg{width:80px}
.footer-section .copyright-text{font-size:13px;line-height:18px;color:#000;text-align:center}
@media only screen and (min-width:48em){
.footer-section .copyright-text{text-align:left}
}
.footer-section .footer-wrapper__social{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.7rem;justify-content:flex-end}
.footer-section .footer-wrapper__social .social-url{display:flex;align-items:center}
.footer-section .footer-wrapper__social .social-url svg path{transition:all .3s ease 0s}
.footer-section .footer-wrapper__social .social-url:hover svg path{fill:#861515}
.footer-section .footer-wrapper__social .social-url:hover svg path.fill-white{fill:#fff}
.footer-section .footer-newsletter{width:100%;color:#000;justify-self:center;margin-bottom:40px}
@media only screen and (min-width:48em){
.footer-section .footer-newsletter{max-width:420px;grid-column:span 2}
}
@media only screen and (min-width:64em){
.footer-section .footer-newsletter{grid-column:span 4}
}
@media only screen and (min-width:75em){
.footer-section .footer-newsletter{justify-self:flex-start;grid-column:span 2;margin-bottom:0}
}
.footer-section .footer-newsletter .footer-newsletter-heading{font-size:23px;font-weight:600;line-height:1.2;text-transform:uppercase;margin-bottom:2px}
.footer-section .footer-newsletter .footer-newsletter-subheading{font-size:13px;line-height:20px;margin-bottom:20px}
.footer-section .footer-newsletter .footer-newsletter-agreement{font-size:14px;line-height:16px;margin-top:28px}
.footer-section .footer-newsletter .footer-newsletter-agreement p{margin:0 0 8px 0}
.footer-section .footer-newsletter .footer-newsletter-agreement p:last-child{margin-bottom:0}
.footer-section .footer-newsletter .footer-newsletter-reviews-container{display:flex;margin-top:40px;width:100%;align-items:center;flex-wrap:wrap;gap:12px}
.footer-section .footer-newsletter .footer-newsletter-reviews-rate{display:flex;align-items:center;font-size:27px;font-family:Inter,sans-serif;font-weight:500}
.footer-section .footer-newsletter .footer-newsletter-reviews-info{flex-grow:1}
.footer-section .footer-newsletter .footer-newsletter-reviews-logo img{display:block;width:120px}
.footer-section .footer-newsletter .footer-newsletter-reviews-text{font-size:13px;line-height:1;font-weight:600;margin-top:2px}
.footer-section .footer-newsletter .footer-newsletter-reviews-count{color:#ef7f1a;font-weight:700}
.footer-section .footer-newsletter .footer-newsletter-reviews-button a{display:flex;height:25px;align-items:center;justify-content:center;white-space:nowrap;color:#fefefe;background:#2b2a29;padding:0 28px;text-decoration:none;gap:8px;line-height:100%;font-size:14px}
.footer-section .footer-newsletter .footer-newsletter-reviews-button span,.footer-section .footer-newsletter .footer-newsletter-reviews-button svg{display:block}
.footer-section .footer-newsletter .footer-newsletter-reviews-button svg{margin-top:2px}
.footer-section .footer-newsletter .newsletter-wrapper{width:100%;display:grid;grid-template-columns:1fr auto;grid-template-rows:1fr;grid-column-gap:0;grid-row-gap:0;border-bottom:.1rem solid #181818}
.footer-section .footer-newsletter .newsletter-wrapper .field-input{font-family:"Darker Grotesque",sans-serif;font-weight:600;font-size:14px;line-height:1.2;padding:8px 0;background:rgba(0,0,0,0)}
[lang=uk] .footer-section .footer-newsletter .newsletter-wrapper .field-input{font-family:"Source Sans Pro",sans-serif}
.footer-section .footer-newsletter .newsletter-wrapper .newsletter-button{background:rgba(0,0,0,0);border:0;cursor:pointer;padding:0}
.footer-section .footer-newsletter .newsletter-wrapper .newsletter-button svg{width:17px;transform:translate(0,0);transition:all .3s ease 0s}
.footer-section .footer-newsletter .newsletter-wrapper .newsletter-button:hover svg{transform:translate(5px,0)}
.footer-section .footer-wrapper__store-container{display:flex;justify-content:space-between;margin-top:40px}
@media only screen and (min-width:48em){
.footer-section .footer-wrapper__store-container{display:block;margin-top:0}
}
.footer-section .footer-wrapper__store-container .footer-wrapper__social{display:flex}
@media only screen and (min-width:48em){
.footer-section .footer-wrapper__store-container .footer-wrapper__social{display:none}
}
.footer-section .footer-section-copyright .footer-wrapper__social{display:none}
@media only screen and (min-width:48em){
.footer-section .footer-section-copyright .footer-wrapper__social{display:flex}
}