.desq-footer {
    background: #b39b81;
    box-shadow: 0 0 9px rgba(14, 4, 9, 0.12);
}

.desq-footer #footer {
    padding: 50px 0 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.desq-footer #footer h5 {
    font-size: 20px;
    color: #2e2e2e;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 15px;
    padding-bottom: 18px;
    font-weight: bold;
    /*border-bottom: 1px solid #E0E0E0;*/
    border-bottom: 1px solid #202020;
}

.desq-footer .foot-logo {
    width: 360px;
    margin-top: 30px;
}

.desq-footer .foot-logo img {
    height: 55px;
}

.desq-footer .foot-logo p {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #202020;
    line-height: 2;
    font-size: 18px;
    color: #2e2e2e;
    /*text-transform: uppercase;*/
}

.desq-footer .foot-logo p span {
  font-size: 22px;
}

.desq-footer .foot-logo .share {
    margin: 40px 0 0;
}

.desq-footer .foot-logo .share a {
    display: inline-block;
}

.desq-footer .foot-logo .share a + a {
    margin-left: 24px;
}

.desq-footer .foot-logo .share a:hover {
    opacity: 0.8;
}

.desq-footer .foot-nav {
    margin-top: 66px;
}

.desq-footer .foot-nav ul {
    margin: 15px 0 0;
}

.desq-footer .foot-nav ul li {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 10px;
}

.desq-footer .foot-nav ul li a {
    color: #2e2e2e;
}

.desq-footer .foot-nav ul li a:hover {
    text-decoration: underline;
}

.desq-footer .foot-contact {
    /*width: 445px;*/
    width: 25%;
    margin-top: 66px;
}

.desq-footer .foot-contact ul {
    margin: 15px 0 0;
}

.desq-footer .foot-contact ul li {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 10px;
    color: #2e2e2e;
    font-weight: normal;
}

.desq-footer .foot-contact ul li img {
    width: 80px;
}

.desq-footer .foot-contact ul li a {
    color: #2e2e2e;
}

.desq-footer .foot-contact ul li a:hover {
    text-decoration: underline;
}

.desq-footer .copyright {
    padding: 35px 0;
    text-align: center;
    border-top: 1px solid #202020;
    /*background-color: #fff;*/
}

.desq-footer .copyright p {
    font-size: 14px;
    color: #626262;
}

.desq-side-bar {
    top: 80%;
    /*margin-top: -200px;*/
    position: fixed;
    right: 10px;
    z-index: 999;
}

.desq-side-bar a {
    display: block;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 6px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: rgba(62, 57, 107, 0.3) 0px 6px 16px 0px;
}

.desq-side-bar a + a {
    margin-top: 7px;
}

.desq-side-bar a:first-child {
    background: var(--color-primary);
}

.desq-side-bar a:nth-child(2) {
    /*background: rgba(0, 115, 177, 0.75);*/
    background: var(--color-primary);
}

.desq-side-bar a:nth-child(3) {
    background: rgba(212, 36, 40, 0.75);
}

.desq-side-bar a:nth-child(4) {
    background: rgba(56, 86, 154, 0.75);
}

.desq-side-bar a:nth-child(5) {
    background: var(--color-primary)
}

.desq-side-bar a i {
    display: inline-block;
    font-size: 20px;
    color: #fff;
}

#desq-footBar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    display: none;
    z-index: 999;
    background: #333;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}

#desq-footBar li {
    width: 25%;
    height: 45px;
    float: left;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    padding: 6px 0 0 0;
    box-sizing: border-box;
}

#desq-footBar li:first-child {
    border-left: none;
}

#desq-footBar li a {
    display: block;
    height: 45px;
    line-height: 1;
    text-transform: uppercase;
}

#desq-footBar li i {
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

#desq-footBar li span {
    display: block;
    color: #fff;
    font-size: 12px;
    margin-top: 3px;
}

@media screen and (max-width: 1400px) {
    .desq-footer .foot-logo {
        width: 320px;
    }

    .desq-footer .foot-contact {
        /*width: 400px;*/
    }
}

@media screen and (max-width: 1280px) {

    .desq-footer .foot-logo {
        width: 260px;
    }

    .desq-footer .foot-logo p {
        /*margin: 30px 0 0;*/
        /*padding: 25px 0 0;*/
        line-height: 1.6;
        font-size: 17px;
    }

    .desq-footer .foot-logo .share a + a {
        margin-left: 15px;
    }

    .desq-footer .foot-contact {
        /*width: 350px;*/
    }

    .desq-footer .foot-nav ul li {
        font-size: 17px;
        line-height: 26px;
    }

    .desq-footer .foot-contact ul li {
        font-size: 17px;
        line-height: 26px;
    }
}

@media screen and (max-width: 992px) {
    .desq-footer .foot-nav {
        display: none;
    }

    .desq-footer .foot-logo {
        width: 48%;
    }

    .desq-footer .foot-contact {
        width: 48%;
    }
}

@media screen and (max-width: 768px) {
    .desq-footer #footer {
        padding: 30px 0 20px;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .desq-footer #footer h5 {
        font-size: 18px;
        margin: 0 0 12px;
        padding-bottom: 12px;
        text-align: center;
    }

    .desq-footer .foot-logo {
        width: 100%;
        text-align: center;
    }

    .desq-footer .foot-logo p {
        margin: 15px 0 0;
        padding: 15px 0 0;
        line-height: 1.4;
        font-size: 16px;
    }

    .desq-footer .foot-logo .share {
        margin: 20px 0 0;
    }

    .desq-footer .foot-logo .share a + a {
        margin-left: 10px;
    }

    .desq-footer .foot-contact {
        width: 100%;
        margin-top: 25px;
    }

    .desq-footer .foot-contact ul {
        margin: 15px 0 0;
    }

    .desq-footer .foot-contact ul li {
        font-size: 16px;
        line-height: 24px;
    }

    .desq-footer .copyright {
        padding: 15px 0 60px;
    }

    .desq-side-bar {
        display: none;
    }

    #desq-footBar {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .desq-footer .foot-logo > img {
        height: 55px;
    }
}