footer{
    padding-bottom: 30px;
    width: 100%;
    background: #262626;
}
footer *{
    color: #FF9811;
}
.footer-content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.col{
    margin-top: 61px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.col-logo{
    margin-top: 24px;
}
.col-center{
    align-items: center;
}
.logo{
    height: 43px;
    width: 196px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo > img{
    max-width: 100%;
    max-height: 100%;
}
.footer-main-link{
    margin-top: 24px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
}
.footer-category-title{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-category-arrow{
    margin-left: 7px;
    width: 10px;
    height: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-category-arrow > img{
    max-width: 100%;
    max-height: 100%;
}
.footer-subcategory-link{
    font-size: 14px;
    margin-top: 12px;
}
.footer-subcategory-link:first-child{
    margin-top: 16px;
}
.footer-category-link{
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
}
.footer-category-link:first-child{
    margin-top: 0;
}
.footer-contacts{
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.footer-contacts:last-child{
    margin-top: 21px;
}
.footer-contact-text{
    font-size: 12px;
    line-height: 14px;
}
.footer-copyright{
    margin-top: 24px;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: rgba(255, 152, 17, 0.5);
}