.footer{display:flex;flex-direction:column;padding-block:72px 40px;background:var(--linear);color:var(--light-vanilla)}.footer__logo{display:inline-block;margin-bottom:48px}.footer__container{position:relative;margin-bottom:88px}.footer__content{grid-column:span 6;display:flex;flex-direction:column;row-gap:32px}.footer__text{max-width:440px;margin:0;color:var(--light-mint)}.footer__contacts{display:flex;gap:8px;flex-wrap:wrap}.footer__suptitle{margin-bottom:16px;color:var(--olive)}.footer__links{display:flex;flex-direction:column;row-gap:10px}.footer__link>a{color:var(--light-mint);text-decoration:none}.footer__link>a:after{background-color:var(--light-mint)}.footer__btn{width:fit-content}.footer__btn>a{padding-inline:18px}.footer__links-block{grid-column:span 2}.header__up{grid-column:12;justify-self:flex-end;position:relative;display:block;width:48px;height:48px;border-radius:50%;border:1px solid var(--green-gray);transition:border-color .3s}.header__up:hover{border-color:var(--soft-green)}.header__up:after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;width:24px;height:24px;background-color:var(--green-gray);background-repeat:no-repeat;transition:background-color .3s;-webkit-mask:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 12.0087L11.9907 1M11.9907 1L23 11.9901M11.9907 1L12.0104 23" stroke="%239EAFA4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');mask:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 12.0087L11.9907 1M11.9907 1L23 11.9901M11.9907 1L12.0104 23" stroke="%239EAFA4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.header__up:hover:after{background-color:var(--soft-green)}.footer__privacy{display:flex;padding-top:24px;justify-content:space-between;border-top:1px solid var(--olive);color:var(--olive)}@media screen and (max-width:1024px){.footer__content{grid-column:span 4}.header__up{position:absolute}}@media screen and (max-width:992px){.footer__logo>img{height:32px}.footer__content{grid-column:span 2}.footer__links-block{grid-column:span 1}.footer__text{font-size:32px;line-height:124%}.footer__btn>a{font-size:14px;font-weight:500;line-height:120%}.header__up{top:-100px}}@media screen and (max-width:640px){.footer__content{grid-column:span 4;margin-bottom:56px}.footer__links-block{grid-column:span 2}}