footer {
    background: linear-gradient(0deg, rgba(220, 227, 235, 0.3), rgba(220, 227, 235, 0.3)), #FFFFFF;
    border-top: 1px solid #D0D6DE;
    padding: 32px 48px;
    margin: 10px -32px 0;
    cursor: default;

    font-family: 'Inter', Arial, sans-serif;
    font-size: 12px;
    color: #95ACBC;
}
.footerFullMenu{
    margin-bottom: 96px;
    padding-bottom: 20px;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footerFullMenu a {
    font-family: 'Inter', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #3D3D3B;
}

.footerFullMenu ul li:not(:last-child) {
    margin-bottom: 16px;
}

.footerFullMenu > div > a{
    font-family: 'russo_oneregular', Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #0097CE;
    margin-bottom: 16px;
    display: block;
}

.footerFullMenu > div > a:hover {
    color: #3D3D3B;
}

.footerCompanyInfo {
    margin-bottom: 96px;
}

.footer-logo-wrapper {
    margin-bottom: 64px;
}

.footer-link-list_pos {
    margin-bottom: 16px;
}

.footer-link {
    font-family: 'Inter', Arial, sans-serif;
    color: #95ACBC;
    font-size: 14px;
}

.footer-link_pos {
    margin-right: 32px;
    display: block;
    margin-bottom: 16px;
}

.footer-additional-block-title {
    font-family: 'Inter', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #95ACBC;
}

.footer-additional-block-title_pos {
    margin-bottom: 16px;
}

.footer-contact {
    display: flex;
    margin-bottom: 18px;
}

.footer-contact-icon-wrapper {
    display: inline-block;
    margin-right: 18px;
}

.footer-contact-label-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.footer-contact-label-text {
    font-family: 'Inter', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #787876;
}

.footer-contact-label-link {
    font-family: 'russo_oneregular', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D3D3B;
}

.footer-contact-label-link:hover {
    color: #3D3D3B;
}

.footer-contact-label-link_blue {
    color: #0097CE;
}

button.btn.btn-default.btn-feedback-44 {
    border-radius: 4px;
    white-space: normal;
}

.footer-social-link_pos {
    margin-right: 16px;
}

.footer-payment-method_pos {
    margin-right: 24px;
}

.feedback-44 {
    white-space: nowrap;
    margin-left: 32px;
    display: flex;
    align-items: center;
}