.footer{background-color:var(--navy-blue);color:var(--white-footer);overflow:hidden}.footer .footer__container{position:relative;padding:32px 32px 32px 31px;display:flex;flex-direction:column}.footer .footer__top{z-index:1;display:flex;flex-direction:column;gap:30px}.footer .footer__main-item{display:flex;flex-direction:column;gap:15px}.footer .footer__logo{width:var(--width-icon);height:var(--height-icon)}.footer .footer__contacts{display:flex;flex-direction:column;gap:5px;text-align:center}.footer .footer__phone{--titlecard-size: 26px;color:var(--orange);font-family:var(--font-inter);font-weight:var(--titlecard-weight, 600);font-size:var(--titlecard-size, 18px);line-height:1.3;letter-spacing:-0.5px}.footer .footer__email{font-family:var(--font-inter);font-weight:var(--titlecard-weight, 600);font-size:var(--titlecard-size, 18px);line-height:1.3;letter-spacing:-0.5px;font-weight:400;color:currentColor}.footer .subscribe{display:flex;flex-direction:column;gap:10px;text-align:center;margin-top:15px}.footer .subscribe .subscribe__field{display:flex;background:rgba(255, 255, 255, 0.05);border-radius:36px}.footer .subscribe .subscribe__input{background:none;border:none;width:100%;padding:11px 0 11px 20px;color:var(--white);border-radius:36px 16px 16px 36px}.footer .subscribe .subscribe__btn:after{content:attr(data-no-send)}.footer .subscribe .response{position:absolute;left:0;top:0;width:100%;height:100%;display:none;align-items:center;justify-content:center;background:#ffffffe6;border-radius:36px;color:var(--orange)}.footer .subscribe .form-sent{position:relative}.footer .subscribe .form-sent .response{display:flex}.footer .footer__navigation{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:40px}.footer .footer__column{display:flex;flex-direction:column;gap:20px}.footer .footer__title{font-family:var(--font-inter);font-weight:var(--titlecard-weight, 600);font-size:var(--titlecard-size, 18px);line-height:1.3;letter-spacing:-0.5px;color:var(--blue-lite)}.footer .footer__rows{display:flex;flex-direction:column;gap:15px}.footer .footer__socials{--background-btn: none;--primary-color-icon: var(--white-opacity-40);--secondary-color-icon: none}.footer .footer__link{color:currentColor}.footer .footer__down{z-index:1;display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:20px;margin-top:40px;gap:10px}.footer .footer__down .footer__down-text+.footer__down-link{margin-left:auto}.footer .footer__down-text,.footer .footer__down-link{color:var(--white-opacity-20);flex:auto;text-align:center}.footer .footer__down-link{text-decoration:underline}.footer .footer__icon{--width-icon: 600px;--height-icon: 600px;--primary-color-icon: #0D2347;position:absolute;top:50%;right:-200px;transform:translateY(-50%) rotate(5deg)}@media (max-width:768px){.footer .footer__down-text{order:1}}@media (min-width:768px){.footer .footer__container{gap:80px;padding-top:67px;padding-bottom:20px}.footer .footer__top{flex-direction:row;justify-content:space-between}.footer .footer__main-item{width:100%;max-width:405px;gap:25px}.footer .footer__logo{max-width:300px}.footer .footer__contacts{text-align:left;gap:10px}.footer .footer__phone{--titlecard-size: 32px}.footer .footer__navigation{column-gap:50px}.footer .subscribe{flex-direction:row;gap:20px}.footer .subscribe .subscribe__name{max-width:80px;text-align:left}.footer .footer__down{margin-top:initial;padding-top:20px;border-top:1px solid #FFFFFF1A}.footer .footer__down-text,.footer .footer__down-link{flex:initial}.footer .footer__icon{top:initial;right:0;transform:rotate(10deg);bottom:-210px}}