.footer {
    background-color: #fff;
    overflow: hidden;
    padding: 40px 0 20px;
}

.footer__container {
    margin: 0 auto;
}

.footer__block1 {
    padding-bottom: 32px;
    border-bottom: 1px solid #ededed;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.footer__wrapper {
    width: 251px;
}

.footer__title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .3px;
    margin-bottom: 10px;
    height: 48px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.footer__item {
    margin-bottom: 10px;
}

.footer__item a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #767676;
    transition: .3s ease-out;
}

.footer__item a:hover {
    color: #000000;
}

.footer__subtitle {
    margin: 0 0 20px;
}

.footer__list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.panel {
    margin-bottom: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.footer__list4 .footer__item {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
}

.footer__list4 .footer__item b {
    font-weight: 700;
}

.footer__block2 {
    padding: 20px 60px;
    border-bottom: 1px solid #ededed;
}

.footer__titleBlock2 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .3px;
    margin: 0 0 10px;
    font-weight: 700;
    color: #000;
}

.footer__social {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer__linkVK {
    display: block;
    width: 24px;
    height: 24px;
    background: url("/images/vk.svg") center no-repeat;
    opacity: .4;
    transition: 0.6s;
}

.footer__linkVK:hover {
    opacity: 1;
    transition: 0.6s;
}

.footer__linkTelegram {
    display: block;
    width: 34px;
    height: 34px;
    background: url("/images/tg.svg") center no-repeat;
    background-size: contain;
    opacity: .4;
    transition: 0.6s;
}

.footer__linkTelegram:hover {
    opacity: 1;
    transition: 0.6s;
}

.footer__linkYoutube {
    display: block;
    width: 34px;
    height: 34px;
    background: url("/images/youtube.svg") center no-repeat;
    background-size: contain;
    opacity: .4;
    transition: 0.6s;
}

.footer__linkYoutube:hover {
    opacity: 1;
    transition: 0.6s;
}


.footer__linkRutube {
    display: block;
    width: 34px;
    height: 34px;
    background: url("/images/rutube.svg") center no-repeat;
    background-size: contain;
    opacity: .4;
    transition: 0.6s;
}

.footer__linkRutube:hover {
    opacity: 1;
    transition: 0.6s;
}

.footer__linkDzen {
    display: block;
    width: 34px;
    height: 34px;
    background: url("/images/dzen.svg") center no-repeat;
    background-size: contain;
    opacity: .4;
    transition: 0.6s;
}

.footer__linkDzen:hover {
    opacity: 1;
    transition: 0.6s;
}

.footer__block3 {
    padding: 20px 40px 0 60px;
    font-size: 14px;
    font-weight: 500;
    color: #7f7f7f;
    line-height: 24px;
}

.footer__itemView {
    display: none;
}

@media (max-width: 730px) {
    .footer {
        padding: 22px 0;
    }

    .footer__block1 {
        padding-bottom: 0;
        border-bottom: none;
        flex-direction: column;
        gap: 0;
    }

    .footer__wrapper {
        width: 100%;
        border-bottom: 1px solid #ededed;
    }

    .footer__title {
        height: auto;
        font-weight: 300;
        padding: 0 15px;
    }

    .footer__item:first-child {
        margin-top: 20px;
    }

    .footer__item {
        margin-bottom: 10px;
    }

    .footer__subtitle {
        margin: 20px 0 20px;
    }

    .accordion {
        color: #444;
        cursor: pointer;
        border: none;
        text-align: left;
        outline: none;
        font-size: 16px;
        transition: 0.4s;
    }

    .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    .active:after {
        content: "\2212";
    }

    .panel {
        padding: 0 18px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }

    .footer__item a img {
        display: none;
    }

    .footer__block2 {
        padding: 20px 15px;
    }

    .footer__block3 {
        padding: 20px 15px 0 15px;
    }
}

@media (min-width: 731px) {
    .footer__block1 {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding-bottom: 10px;
    }

    .footer__wrapper {
        width: 100%;
        border-top: 1px solid #ededed;
        padding-top: 20px;
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: center;
    }

    .footer__wrapper:first-child {
        border: none;
        padding-top: 0;
    }

    .footer__list {
        display: flex;
        gap: 20px;
    }

    .footer__item {
        max-width: 220px;
    }

    .footer__item a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer__item a:hover {
        opacity: .4;
        transition: 0.4s;
    }

    .footer__title {
        height: 100%;
        margin-top: 0;
    }

    .footer__title4 {
        display: none;
    }
}