.main-footer{display:grid;grid-template-columns:auto 1fr auto;gap:100px;width:100%;max-width:var(--main-width);margin-top:auto;padding:64px 0}@media only screen and (max-width:1200px){.main-footer{padding:32px 0}}@media only screen and (max-width:990px){.main-footer{gap:32px}}@media only screen and (max-width:860px){.main-footer{padding:16px 0;grid-template-columns:auto auto}}@media only screen and (max-width:640px){.main-footer{grid-template-columns:1fr;gap:24px}}.main-footer .logo-icon{height:26px}.main-footer--middle{display:flex;justify-content:space-around;gap:32px}@media only screen and (max-width:860px){.main-footer--middle{justify-content:space-between}}@media only screen and (max-width:640px){.main-footer--middle{justify-content:flex-start;gap:24px}}@media only screen and (max-width:440px){.main-footer--middle{flex-wrap:wrap}}.main-footer__block{display:flex;flex-direction:column}@media only screen and (max-width:860px){.main-footer__block{align-items:flex-start}}@media only screen and (max-width:860px){.main-footer__block:first-child{grid-column:span 2}}@media only screen and (max-width:640px){.main-footer__block:first-child{grid-column:auto}}@media only screen and (min-width:641px){.main-footer__block--contacts{align-items:flex-end}}.main-footer__block .btn--md{padding:12px 37px;height:46px}.main-footer__block-socials{display:flex;margin-top:34px;gap:20px}.main-footer__block-socials-item,.main-footer__block-socials-item a{display:flex;justify-content:center;align-items:center}.main-footer__block-socials-item a{width:36px;height:36px;border-radius:50%;overflow:hidden}.main-footer__block-socials-item a:hover{background:var(--green-50)}.main-footer__block-socials-item svg path{fill:var(--gray-3)}.main-footer__block-links{display:flex;flex-direction:column;gap:2px}.main-footer__block-links li a{font-weight:400;font-size:.85em;text-decoration:none;line-height:20px;color:var(--gray-2)}.main-footer__block-links li a:hover{color:var(--main)}.main-footer__block--number{display:flex;font-weight:700;font-size:1.5em;line-height:33px;text-align:justify;color:var(--gray-dark)}.main-footer__block--schedule{font-weight:400;font-size:14px;line-height:24px;color:var(--dark);padding:8px 0 16px;text-align:right}@media only screen and (max-width:640px){.main-footer__block--schedule{text-align:left}}.small-footer{display:flex;padding:24px 0;justify-content:space-between;gap:100px}@media only screen and (max-width:640px){.small-footer{padding:16px 0}}.small-footer__documents{display:flex;flex-wrap:wrap;gap:24px}.small-footer__documents span{font-weight:400;font-size:.75em;line-height:20px;color:var(--gray-700)}@media only screen and (max-width:440px){.small-footer__documents span:not(.small-footer__title){display:none}}.small-footer__documents a{font-weight:400;font-size:.75em;line-height:20px;color:var(--gray-700);text-decoration:underline}.small-footer__documents a:hover{color:var(--main)}.small-footer__wrapper{display:flex;gap:18px}.small-footer__pay-method{display:flex;gap:34px}.small-footer__pay-method .icon svg{width:35px}.section-inner{display:flex;flex-direction:column;gap:var(--gap)}.footer{display:flex;width:100%;margin-top:auto}.footer__inner{display:flex;flex-direction:column}