.footer{
    color: rgba(255, 255, 255, 0.6);
    padding-bottom: 71px;
    padding-top: 127px;
    position: relative;
    z-index: 5;
    background-color: #0E1018;
}

.footer__container{
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
}

.footer__logo{
    display: flex;
    align-items: center;
}

.footer__logo-text{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 134.5%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.footer__des{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 175%;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 16px;
}

.footer__logo-img{
    width: 41px;
    height: 41px;
    margin-right: 11px;
}

.footer__box{
    display: flex;
}

.footer__columns{
    display: flex;
    justify-content: space-between;
    margin-left: 90px;
    width: 100%;
    padding-right: 86px;
}

.footer__column-title{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 23px;
    line-height: 133.5%;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.footer__column-links{
    display: flex;
    flex-direction: column;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 234.5%;
}

.footer__column-link{
    color: rgba(255, 255, 255, 0.6);
    transition: color .3s ease-in-out;
    max-width: max-content;
}

.footer__column-link:hover{
    color: rgba(255, 255, 255, 1);
}

.footer__info{
    width: 375px;
}

.subFooter {
    margin-top: 16px;
    margin-bottom: 18px;
}

.subFooter__text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 175%;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    padding: 0 15px;
}

@media (max-width: 1100px) {
    .footer__box {
        flex-direction: column;
    }

    .footer__info {
        margin: auto auto 35px auto;
        text-align: center;
    }

    .footer__logo {
        justify-content: center;
    }

    .footer__columns {
        margin: 0 auto;
        padding-right: 0;
        column-gap: 70px;
        row-gap: 25px;
        flex-wrap: wrap;
    }
}

@media (max-width: 1000px) {
    .footer {
        padding-top: 20px;
    }
}

@media (max-width: 515px) {
    .footer__columns {
        justify-content: space-around;
    }
}

@media (max-width: 500px) {
    .footer {
        padding-bottom: 24px;
    }

    .subFooter {
        margin-top: 9px;
        margin-bottom: 14px;
    }
}

@media (max-width: 430px) {
    .footer__info {
        width: auto;
    }

    .footer__container {
        padding: 0 19px;
    }

    .subFooter__text {
        text-align: left;
        padding: 0 19px;
    }

    .footer__des {
        max-width: 267px;
        margin-top: 8px;
    }

    .footer__columns {
        justify-content: normal;
        column-gap: 47px;
        padding-left: 4px;
    }

    .footer__column:nth-child(2) {
        padding-left: 24px;
    }

    .footer__column-title {
        margin-bottom: 15px;
    }
}
