#footer {
    margin-top: 50px
}

.footer__row_main {
    flex-wrap: wrap;
}

#footer .footer__logo_row {
    align-items: center;
    display: flex;
    margin-bottom: 25px
}

#footer .footer__logo_row span {
    background: linear-gradient(90deg,hsla(0,0%,100%,.2) 9.92%,transparent);
    display: inline-block;
    flex-grow: 1;
    height: 1px;
    margin-left: 25px;
    transform: translateY(4px)
}

#footer .custom-logo-link img {
    max-width: 60px;
    height: auto;
}

#footer .footer__support_icon svg {
    fill: #fff;
    max-width: 13px
}

#footer .icon_apple svg {
    fill: #fff;
    width: 24px
}

#footer .icon_android svg,#footer .icon_windows svg {
    width: 28px
}

#footer .footer__app_arrow {
    align-items: center;
    background-color: #464646;
    border-radius: 100%;
    display: flex;
    height: 14px;
    justify-content: center;
    width: 14px
}

#footer .footer__app_arrow svg {
    fill: #fff;
    max-width: 6px;
    transform: rotate(-90deg)
}

#footer .footer__row {
    display: flex;
    justify-content: space-between
}

#footer .footer__col_title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px
}

#footer .footer__support_subtitle {
    color: #384872;
    font-size: 12px
}

#footer .footer__support_icon {
    align-items: center;
    background-image: linear-gradient(144deg,#0095ff -27%,#0855c4 151%,#0855c4 0);
    border-radius: 6px;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px
}

#footer .footer__support_icon path,#footer .footer__support_icon svg {
    fill: #fff
}

#footer .footer__support_icon svg {
    height: 100%
}

#footer .footer__support_row {
    align-items: center;
    display: flex;
    margin-top: 10px
}

#footer .footer__support_row span {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px
}

#footer .footer__support_row span:hover {
    text-decoration: underline
}

#footer nav ul {
    margin: 10px 0 0;
    padding: 0
}

#footer nav li {
    list-style: none;
    margin-bottom: 5px
}

#footer nav a {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    transition: .3s
}

#footer nav a:after {
    background-color: #0095ff;
    content: "";
    display: inline-block;
    height: 1px;
    transition: .3s;
    width: 0
}

#footer nav a:hover {
    color: #0095ff
}

#footer nav a:hover:after {
    width: 100%
}

#footer .footer__categories ul {
    -moz-column-gap: 15px;
    column-gap: 15px;
    display: grid;
    grid-template-columns: repeat(3,1fr)
}

#footer .footer__app {
    align-items: center;
    background-color: transparent;
    border: 1px solid #444;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    padding: 4px 15px;
    transition: .3s
}

#footer .footer__app:hover {
    background-color: hsla(0,0%,53%,.1)
}

#footer .footer__app_container {
    align-items: center;
    display: flex
}

#footer .footer__app_subtitle {
    color: hsla(0,0%,100%,.5);
    font-size: 10px
}

#footer .footer__app_title {
    color: #fff;
    font-size: 12px;
    font-weight: 600
}

#footer .footer__app_wrap {
    margin-left: 10px
}

#footer .footer__apps {
    display: flex
}

#footer .footer__app_for_android {
    margin-top: 8px
}

#footer .footer__app_for_android .footer__app_wrap,#footer .footer__app_for_apple .footer__app_wrap {
    margin-right: 5px
}

#footer .footer__app_for_windows {
    display: flex;
    flex-direction: column;
    margin-left: 8px;
    padding: 10px
}

#footer .footer__app_for_windows .footer__app_container {
    display: flex;
    justify-content: space-between;
    width: 100%
}

#footer .footer__brands_row {
    display: flex;
    flex-direction: column;
    margin-top: 50px
}

#footer .footer__socials,#footer .footer__socials a {
    align-items: center;
    display: flex
}

#footer .footer__socials a {
    border-radius: 10px;
    height: 35px;
    justify-content: center;
    margin-left: 10px;
    transition: .3s ease-out;
    width: 35px
}

#footer .footer__socials a:hover {
    transform: scale(1.1)
}

#footer .footer__socials a svg {
    max-width: 65%
}

#footer .twitter_link svg {
    max-width: 100%!important
}

#footer .telegram_link {
    background: linear-gradient(240.2deg,#0fb1d6,#08c 61.34%)
}

#footer .youtube_link {
    background: linear-gradient(135deg,#ff4f4f,red)
}

#footer .vk_link {
    background: linear-gradient(108.65deg,#91b8ef 2.63%,#4288ed 101.05%),linear-gradient(135deg,#ff4f4f,red)
}

#footer .instagram_link {
    background: linear-gradient(214.99deg,#7e2bf4 7.65%,#ed146e 51.93%,#ffc90c 95.29%)
}

#footer .facebook_link {
    background: linear-gradient(135deg,#82a4e9,#4267b2)
}

#footer .footer__content_row {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    width: 100%
}

#footer .footer__brands {
    align-items: center;
    display: flex
}

#footer .footer__brands svg {
    height: 25px
}

#footer .footer__brand {
    margin: 0 25px
}

#footer .footer__controls,#footer .footer__controls_btn {
    align-items: center;
    display: flex
}

#footer .footer__controls_btn {
    background: linear-gradient(92.58deg,#1e283f,rgba(20,27,46,.6) 99.71%);
    border-radius: 10px;
    height: 35px;
    justify-content: center;
    width: 35px
}

#footer .footer__controls_btn:hover {
    background: linear-gradient(92.58deg,#2a3858,rgba(31,44,78,.6) 99.71%)
}

#footer .footer__controls_btn svg,#footer .footer__controls_btn svg path {
    fill: #fff
}

#footer .footer__controls_btn:nth-child(2) {
    margin-left: 10px
}

#footer .footer_phone_icon {
    max-width: 30%
}

#footer .footer_arrow_icon {
    max-width: 40%
}

#footer .footer__row_partners {
    align-items: center;
    border-bottom: 1px solid hsla(0,0%,100%,.2);
    border-top: 1px solid hsla(0,0%,100%,.2);
    justify-content: space-between;
    padding: 30px 0
}

#footer .footer__row_partners svg:hover .svg__mono {
    opacity: 0
}

#footer .footer__row_partners svg:hover .svg__color {
    opacity: 1
}

#footer .footer__row_partners svg .svg__mono {
    transition: .2s
}

#footer .footer__row_partners svg .svg__color {
    opacity: 0;
    transition: .2s
}

#footer .footer__desc_row {
    display: flex;
    justify-content: center;
    padding: 30px 0
}

#footer .footer__desc_row .footer__desc {
    color: #34405e;
    font-size: 10px;
    text-align: center
}

#footer .footer__row.footer__brands_row>div.footer__content_row>div.footer__socials>a.telegram_link {
    margin-left: 0
}

#footer .phone_svg {
    -o-object-fit: contain;
    object-fit: contain
}

#footer .footer__app_arrow svg,#footer .footer__controls_btn svg,#footer .footer__socials a>svg,#footer .phone_svg svg {
    height: 100%
}

#footer .footer__row_partners {
    display: flex;
    width: 100%
}

#footer .footer__row_partners svg {
    height: 22px
}
@media (max-width: 1200px) {
    #footer .footer__brand {
        margin: 0 10px
    }

    #footer .footer__row_partners {
        display: inline-block;
        line-height: 40px;
        text-align: center
    }
}
@media (max-width: 970px) {
    #footer nav a {
        max-width:105px
    }

    #footer nav li {
        margin-bottom: 12px
    }
    #footer .footer__conrols {
        order: 1
    }
    #footer .footer__brands {
        display: flex;
        justify-content: center;
        margin-top: 35px;
        order: 2;
        width: 100%
    }
    #footer .footer__content_row {
        flex-wrap: wrap
    }
}
@media (max-width: 660px) {
    #footer .footer__col_info {
        margin-top: 25px;
        order: 2
    }

    #footer .footer__col_category {
        margin-top: 25px;
        order: 1
    }

    #footer .footer__apps {
        margin-bottom: 25px
    }
}
@media (max-width: 570px) {
    #footer .footer__brands {
        flex-wrap: wrap
    }

    #footer .footer__brands svg,#footer .footer__row_partners svg {
        height: 18px
    }
}
@media (max-width: 510px) {
    #footer .footer__col_category,#footer .footer__col_info {
        margin-top: 0
    }
}
@media (max-width: 460px) {
    #footer .footer__apps {
        flex-direction: column;
        margin-top: 0
    }

    #footer .footer__app_for_windows {
        align-items: start;
        margin-left: 0
    }

    #footer .footer__app_for_windows .footer__app_wrap {
        margin-left: 0
    }

    #footer .footer__app {
        margin-bottom: 10px
    }

    #footer .footer__col_category,#footer .footer__col_info {
        justify-content: space-between;
        width: 100%
    }

    #footer .footer__col_info {
        margin-top: 25px;
        width: auto
    }

    #footer .footer__col_info nav a {
        max-width: none
    }

    #footer .footer__col_title {
        color: #0095ff
    }
}
@media (max-width: 390px) {
    #footer .footer__apps {
        flex-direction: row;
        margin-bottom: 10px;
        margin-top: 25px
    }

    #footer .footer__app_for_windows {
        margin-left: 10px
    }

    #footer .footer__row_partners {
        text-align: justify
    }
}
@media (max-width: 325px) {
    #footer .footer__socials {
        justify-content:space-between;
        width: 100%
    }

    #footer .footer__conrols {
        margin-top: 25px
    }

    #footer .footer__controls {
        margin-top: 25px
    }
}