/**************************************
FOOTER
**************************************/

.footer {
    padding: 108px 0px 77px;
}
.cell-3 {
    width: 25%;
}
.cell-9 {
    width: 75%;
    padding-left: 30px;
}
.col-9-reg {
    width: 100%;
}
.reg-wrapp {
    display: flex;
}
.footer-panel:after,
.footer-panel:after {
    content: "";
    clear: both;
    display: table;
}

.footer-ul-left {
    float: left;
    width: 48.6%;
}

.footer-ul-right {
    float: left;
    width: 51.4%;
}

.footer-ul-left li:first-child {
    width: 17%;
    padding-left: 0px;
    border-bottom: none;
}

.footer-ul-left li {
    display: inline-block;
    width: 62%;
    vertical-align: top;
}

.footer-ul-left li {
    display: inline-block;
    width: 65%;
    vertical-align: top;
    padding: 0px 20px 84px;
}

.footer-ul-left li {
    display: inline-block;
    width: 65%;
    vertical-align: top;
    padding: 0px 2px 84px 78px;
    position: relative;
    min-height: 184px;
}

.footer-panel p {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}
.footer-panel p {
    color: #2E2D2D;
}
.footer-ul-right li {
    float: left;
    width: 50%;
    position: relative;
    padding: 0px 64px 84px 3px;
    min-height: 184px;
}

.footer-ul-right li:after {
    content: "";
    background: #ccc;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.footer-ul-left li::after {
    content: "";
    background: #ccc;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.footer-ul-left li:first-child:after {
    display: none;
}

.footer-ul-right li:nth-child(2) {
    padding-left: 17px;
}

.uparrow-section {
    position: absolute;
    bottom: -5px;
    left: 36.8%;
    -webkit-transform: translateX(-36.8%);
    transform: translateX(-36.8%);
}

.footer .headSocial li {
    margin: 0 14px;
}

.footer .headSocial li:last-child {
    margin-right: 0;
}

.footer .headSocial {
    margin-top: 172px;
    margin-left: 25px;
}

.copyright p {
    color: #CCCCCC;
    font-size: 14px;
}

.footer-panel {
    position: relative;
}

.copyright {
    padding-top: 68px;
    padding-left: 158px;
    text-align: center;
}
.copyright {
    display: flex;
    justify-content: center;
    position: relative;
}
.copyright p {
    color: #2E2D2D;
}
.desktopscroll.scrollto {
    background: url(../images/slideuparrowsprit_29.png);
    background-repeat: no-repeat;
    background-position: 2px -4px;
    position: absolute;
    top: 44px;
    width: 27px;
    height: 28px;
}
footer .footer-ul-left li img, footer .col-9-reg .cell-3 img, footer .col-9 .cell-3 a img {
    width: 200px;
    height: auto;
}
/*footer text*/
.footer-text{
    text-align: center;
}
@media screen and (max-width: 991px) {
    .copyright {
        padding: 65px 40px;
    }
}
@media screen and (max-width: 767px) {
    .footer {
        padding: 70px 0px 0px;
    }
    footer .inner-width {
        width: 100%;
        padding: 0px 20px;
    }
}
@media screen and (max-width: 480px) {
    footer .inner-width {
        padding: 0px 20px;
    }
    .reg-wrapp {
        display: block;
    }
    .reg-wrapp .cell-3 {
        width: 120px;
        margin: 0 auto 25px;
    }
    .reg-wrapp .cell-9 {
        width: 100%;
        padding-left: 0;
    }
    .copyright {
        padding: 64px 0px 50px;
    }
}
