body footer {
    background-color: #000;
    border-top: 0;
    padding: 40px 0 34px;
}

footer .list-unstyled li {
    margin-bottom: 6px;
}

footer #logo{
    width: 30%;
}

footer .row{
    width: 68%;
    justify-content: space-between;
}

footer .row .col-sm-3 {
    width: auto;
    margin-bottom: 20px;
}

footer .container{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .footer-bottom {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 42px;
}

footer .footer-bottom p{
    font-family: Roboto Mono;
    font-size: 14px;
    font-weight: 300;
    line-height: 18.46px;
    text-transform: capitalize;
    color: #fff;
}

footer h5.footer-title-menu{
    font-family: Roboto Mono;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.74px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
    color: #fff;
}

footer .list-unstyled li a {
    text-decoration: none;
    font-family: Roboto Mono;
    font-size: 15px;
    font-weight: 300;
    line-height: 19.78px;
    text-transform: capitalize;
    color: #fff;
}

footer .list-unstyled li a:hover{
    text-decoration: underline;
}
.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
    vertical-align: middle;
    display: none;
    align-items: center;
    z-index: 9;
    background: rgba(0,0,0,.3);
    justify-content: center;
}
.popup-container .popup-content {
    display: inline-block;
    background: #FFF;
    position: relative;
    padding: 24px;
    max-width: 620px;
    text-align: left;
    max-height: 656px;
}
.popup-container .popup-content .close-popup {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}
.popup-container .popup-content .close-popup svg {
    width: 20px;
    height: 20px;
}
.popup-container .popup-content .popup-title {
    padding-left: 10px;
    text-transform: capitalize;
}
.popup-container .popup-content .popup-image {
    margin-top: 24px;
    width: 100%;    
    object-fit: cover;
}
.popup-container .popup-content .popup-description {
    margin-top: 16px;
    color: #000;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 18.46px;
    margin-bottom: 0;
    overflow-y: auto;
    max-height: 105px;
}
.popup-container .popup-content .popup-description p {
    margin: 0;
}
.popup-container .popup-content .popup-privacy,
.popup-container .popup-content .popup-privacy .popup-privacy-link {
    margin-top: 15px;
    color: #4F4F4F;
    font-size: 12px;
    line-height: 15.83px;
}
.popup-container .popup-content .popup-privacy .popup-privacy-text {
    font-size: 12px;
    line-height: 15.83px;
    color: #4f4f4f;
    cursor: pointer;
    font-weight: 300;
}
.popup-container .popup-content .popup-privacy .popup-privacy-link {
    color: #2F80ED;
}
.popup-container .popup-content .popup-privacy {
    position: relative;
    padding-left: 20px;
    text-transform: capitalize;
}
.popup-container .popup-content .popup-privacy p {
    margin: 0;
}
.popup-container .popup-content .popup-privacy .checkbox {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0.1;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.popup-privacy-text a {
    color: #2F80ED;
}
input#promotion-check {
    margin-top: 0;
}
.popup-privacy .form-check-input:checked[type="checkbox"] {
    background: url('../../images/active.svg') no-repeat center;
}
@media screen and (max-width: 991px) {
    footer .row{
        width: 100%;
    }

    footer #logo {
        width: 100%;
        padding-bottom: 33px;
    }
}

@media screen and (max-width: 767px) {
    .popup-container .popup-content {
        width: 100%;
        max-width: calc(100% - 58px);padding: 16px;
    }
    .popup-container .popup-content .popup-image {
        width: 100%;
    }
    .popup-container .popup-content .popup-title {
        font-size: 16px;
        margin-bottom: 0;
        padding-left: 1px;
    }
    .popup-container .popup-content .popup-image {
        margin-top: 10px;
    }
    .popup-container .popup-content .popup-description {
        line-height: normal;
        max-height: 55px;
    }
    .popup-container .popup-content .popup-privacy {
        margin-bottom: 0;
        margin-top: 14px;
    }    
    body footer {
        /* z-index: 5;
        position: relative; */
    }
}
@media screen and (max-width: 639px) {
    footer .row {
        display: block;
        margin: 0;
    }

    footer .container {
        display: block;
    }

    footer .row .col-sm-3 {
        margin-bottom: 40px;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding: 0;
    }

    footer ul.list-unstyled{
        display: none;
    }

    footer h5.footer-title-menu{
        position: relative;
        cursor: pointer;
    }

    footer h5.footer-title-menu:before{
        position: absolute;
        top: 8px;
        content: '';
        display: block;
        background: url(../../images/arrow-down.svg);
        background-repeat: no-repeat;
        background-size: contain;
        right: 0;
        transition: all .5s;
        width: 12px;
        height: 12px;
        filter: invert(99%) sepia(4%) saturate(4%) hue-rotate(13deg) brightness(106%) contrast(100%);
    }

    footer h5.footer-title-menu.active:before{
        transform: rotate(-180deg);
        top: 2px;
    }

    footer .footer-bottom {
        display: block;
        padding-top: 48px;
    }
}
@media screen and (max-width: 480px) {
    .popup-container .popup-content .popup-privacy .checkbox {
        top: 2px;
        transform: translateY(0);
    }
}
@media screen and (max-height: 660px) {
    .popup-container .popup-content {
        max-height: calc(100vh - 96px);
    }
}