@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap');
.container {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.columns-4 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 40px;
}
.footer {
    background: #1b1b1b;
    color: #fff;
    font-weight: 100;
}

.footer__columns {
    padding: 70px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

@media (max-width: 992px) {
    .footer__columns {
        display: block;
        padding: 15px 0;
        border: none
    }
    .footer__slide {
        position: relative;
        cursor: pointer;
        width: 100vw;
        margin-bottom: 0px !important;
        padding: 0 10px;
        border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    }
    .footer__slide:before {
        content: "";
        position: absolute;
        display: block;
        width: 12px;
        height: 2px;
        background-color: white;
        right: 20px!important;
        top: 14px!important;
        transform: rotate(45deg) !important;
        -webkit-transform: rotate(45deg) !important;
        -moz-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
        -o-transform: rotate(45deg) !important;
        transition: .3s all ease;
        -webkit-transition: .3s all ease;
        -moz-transition: .3s all ease;
        -ms-transition: .3s all ease;
        -o-transition: .3s all ease;
    }
    .footer__slide:after {
        content: "";
        position: absolute;
        display: block;
        width: 12px;
        height: 2px;
        background-color: white;
        right: 12px!important;
        top: 14px!important;
        transform: rotate(-45deg) !important;
        -webkit-transform: rotate(-45deg) !important;
        -moz-transform: rotate(-45deg) !important;
        -ms-transform: rotate(-45deg) !important;
        -o-transform: rotate(-45deg) !important;
        transition: .3s all ease;
        -webkit-transition: .3s all ease;
        -moz-transition: .3s all ease;
        -ms-transition: .3s all ease;
        -o-transition: .3s all ease;
    }
    .footer__links{
        display: none;
    }
}

.footer__columns a {
    display: block;
    line-height: 35px
}

@media (hover: hover) and (pointer: fine) {
    .footer__columns a:hover {
        color: #e94998
    }
}

.footer__columns a:not([href^=mailto]) {
    text-transform: uppercase;
    font-weight: 100;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: hsla(0,0%,100%,.6);
}
.footer__columns a {
    display: block;
    line-height: 35px;
    font-size: 14px;
    color: hsla(0, 0%, 100%, 0.6);
    text-decoration: none;
}
.footer__icon:before {
    content: "";
    position: absolute;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.footer__bottom {
    padding: 12px 0;
    position: relative;
    display: flex;
    justify-content: space-between
}

.footer__bottom span {
    line-height: 35px
}

@media (max-width: 992px) {
    .footer__bottom span {
        order: 1
    }
}

@media (max-width: 992px) {
    .footer__bottom {
        flex-direction: column;
        align-items: center
    }
}

.footer__icons {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%)
}

@media (max-width: 992px) {
    .footer__icons {
        position: static;
        display: block;
        transform: unset;
        order: 1
    }
}

.footer__payment {
    width: 40px;
    height: 35px
}

@media (hover: hover) and (pointer: fine) {
    .footer__payment:hover path {
        fill: #e94998
    }
}

.footer__payment path {
    fill: hsla(0, 0%, 100%, .6);
    transition: all .3s ease
}

.footer__social {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: all .3s ease
}

.footer__social svg {
    width: 15px;
    height: 15px;
    transition: all .3s ease
}

.footer__social path {
    fill: hsla(0, 0%, 100%, .6);
    transition: all .3s ease
}

@media (hover: hover) and (pointer: fine) {
    .footer__social:hover {
        box-shadow: 0 0 20px 7px hsla(0, 0%, 41.6%, .4)
    }

    .footer__social:hover svg {
        transform: scale(1.2)
    }

    .footer__social:hover svg path {
        fill: #fff
    }
}

@media (max-width: 992px) {
    .footer__column[open] .footer__column-name:before {
        transform: translateY(-50%) rotate(0deg)
    }
}

@media (max-width: 992px) {
    .footer__column:not([open]) .footer__links {
        transform: scaleY(0);
        transform-origin: top;
        opacity: 0;
        height: 0;
        padding: 0
    }
}

.footer__links {
    color: hsla(0, 0%, 100%, .6);
    overflow: hidden;
    transition: all .3s ease
}

.footer__column-name {
    font-size: 16px;
    margin-bottom: 18px;
    position: relative;
    text-transform: uppercase
}

.footer__column-name:focus {
    outline: none
}

.footer__column-name:before {
    display: none;
    top: 50%;
    transition: all .3s ease;
    transform: translateY(-50%) rotate(180deg)
}

@media (max-width: 992px) {
    .footer__column-name {
        padding: 5px 0;
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
        margin-bottom: 0;
        width: 100%;
    }

    .footer__column-name:before {
        display: block
    }
}

.footer {
    background: #1b1b1b;
    color: #fff;
    font-weight: 100
}

.footer__columns {
    padding: 70px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

@media (max-width: 992px) {
    .footer__columns {
        display: block;
        padding: 15px 0;
        border: none
    }
}

.footer__columns a {
    display: block;
    line-height: 35px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}

@media (hover: hover) and (pointer: fine) {
    .footer__columns a:hover {
        color: #e94998
    }
}

.footer__columns a:not([href^=mailto]) {
    text-transform: uppercase
}

.footer__icon:before {
    content: "";
    position: absolute;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.footer__bottom {
    padding: 12px 0;
    position: relative;
    display: flex;
    justify-content: space-between
}

.footer__bottom span {
    line-height: 35px;
    font-weight: 100;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

@media (max-width: 992px) {
    .footer__bottom span {
        order: 1
    }
}

@media (max-width: 992px) {
    .footer__bottom {
        flex-direction: column;
        align-items: center
    }
}

.footer__icons {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%)
}

@media (max-width: 992px) {
    .footer__icons {
        position: static;
        display: block;
        transform: unset;
        order: 1
    }
}

.footer__payment {
    width: 40px;
    height: 35px
}

@media (hover: hover) and (pointer: fine) {
    .footer__payment:hover path {
        fill: #e94998
    }
}

.footer__payment path {
    fill: hsla(0, 0%, 100%, .6);
    transition: all .3s ease
}

.footer__social {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: all .3s ease
}

.footer__social svg {
    width: 15px;
    height: 15px;
    transition: all .3s ease
}

.footer__social path {
    fill: hsla(0, 0%, 100%, .6);
    transition: all .3s ease
}

@media (hover: hover) and (pointer: fine) {
    .footer__social:hover {
        box-shadow: 0 0 20px 7px hsla(0, 0%, 41.6%, .4)
    }

    .footer__social:hover svg {
        transform: scale(1.2)
    }

    .footer__social:hover svg path {
        fill: #fff
    }
}

@media (max-width: 992px) {
    .footer__column[open] .footer__column-name:before {
        transform: translateY(-50%) rotate(0deg)
    }
}

@media (max-width: 992px) {
    .footer__column:not([open]) .footer__links {
        transform: scaleY(0);
        transform-origin: top;
        opacity: 0;
        height: 0;
        padding: 0
    }
}

.footer__links {
    color: hsla(0, 0%, 100%, .6);
    overflow: hidden;
    transition: all .3s ease
}

.footer__column-name {
    font-size: 16px;
    margin-bottom: 18px;
    position: relative;
    text-transform: uppercase;

}

.footer__column-name:focus {
    outline: none
}

.footer__column-name:before {
    display: none;
    top: 50%;
    transition: all .3s ease;
    transform: translateY(-50%) rotate(180deg)
}

@media (max-width: 992px) {
    .footer__column-name {
        padding: 5px 0;
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
        margin-bottom: 0
    }

    .footer__column-name:before {
        display: block
    }
}