.main-footer {
    position: relative;
    background-color: #fff;
}
.rcc-app-cta-wrap { z-index: 6; }
.main-footer__arrow-up {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -2.5rem;
    margin-left: -2.5rem;
    background-color: #FCC643;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    color: #000;
}
.main-footer__arrow-up i {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-left: 0.1rem;
    color: #000;
}
.main-footer__location {
    text-transform: uppercase;
    font-style: normal;
    color: #000101;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}

.social-media--footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.social-media--footer .social-media__link{
    background-color: #285C6D;
}
.social-media--footer i {
    color: #fff;
}
.main-footer__policy {
    display: inline-block;
    color: #000;
    font-weight: 700;
    font-family: futura-pt, sans-serif;
}
.main-footer__policy:after { content: '|'; margin: 0 .5rem 0 1rem; }
.main-footer__policy:last-child:after { content: none; }

.main-footer__lease,
.main-footer__number,
.main-footer__schedule {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-footer__lease {
    z-index: 3;
}

.main-footer__number {
    z-index: 2;
}

.main-footer__schedule {
    z-index: 1;
}

.main-footer__lease::before,
.main-footer__number::before,
.main-footer__schedule::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    display: inline-block;
    z-index: 0;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
}

.main-footer__lease::before {
    right: -1rem;
    background-color: #FCC643;
}

.main-footer__number::before {
    width: 100%;
    left: 0;
    background-color: #39B0C7;
}

.main-footer__schedule::before {
    background-color: #165D65;
    left: -1rem;
}

.main-footer__link {
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.main-footer__bottom {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: opacity .7s, visibility .7s, -webkit-transform .7s;
    transition: opacity .7s, visibility .7s, -webkit-transform .7s;
    -o-transition: opacity .7s, visibility .7s, transform .7s;
    transition: opacity .7s, visibility .7s, transform .7s;
    transition: opacity .7s, visibility .7s, transform .7s, -webkit-transform .7s;
}
.onScroll .main-footer__bottom {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.main-footer__lease .main-footer__link {
    color: var(--black);
}

.main-footer__number .main-footer__link {
    color: var(--black);
}

.main-footer__schedule .main-footer__link {
    color: #FAC95B;
}

@media only screen and (min-width : 961px) {
    .main-footer__top {
        margin-bottom: 7rem;
    }
    .main-footer__top,
    .main-footer__row--top {
        height: 30.3rem;
        overflow: hidden;
    }
    .main-footer__left-column {
        padding-top: 4.7rem;
        text-align: left;
    }
    .main-footer__logo-container {
        margin-bottom: 4.3rem;
    }
    .main-footer__logo {
        width: 10rem;
        height: auto;
    }
    .main-footer__bttn-container {
        margin-bottom: 4.9rem;
        margin-left: .6rem;
    }
    .main-footer__bttn {
        width: 24.8rem;
        height: 6.4rem;
    }
    .main-footer__bttn .icon-arrow {
        margin-left: 2.8rem;
    }
    .main-footer__center-column {
        padding-top: 10.4rem;
        text-align: center;
    }
    .main-footer__address {
        margin-bottom: 5.6rem;
    }
    .main-footer__location {
        font-size: 1.8rem;
        line-height: 1.38em;
        letter-spacing: .11em;
    }
    .main-footer__policy {
        font-size: 1.4rem;
        line-height: 1.35em;
    }
    .main-footer__location:hover,
    .main-footer__policy:hover {
        opacity: .7;
    }
    .social-media--footer {
        margin-bottom: 1.6rem;
    }
    .social-media--footer .social-media__item i {
        font-size: 1.6rem;
    }
    .main-footer__right-column .main-footer__policy {
        display: none;
    }
    .main-footer__right-column {
        padding-top: 4.4rem;
        text-align: right;
    }
    .logo-cp {
        margin-bottom: 4.2rem;
    }
    .logo-cp__ico {
        width: 18.1rem;
        height: auto;
    }
    .logo-jag {
        margin-bottom: 5.2rem;
    }
    .logo-jag__ico {
        width: 8.3rem;
        height: auto;
    }
    .icos-footer__icos {
        width: 5.5rem;
        height: auto;
    }
    .main-footer__row---bottom {
        height: 7rem;
    }
    .main-footer__lease,
    .main-footer__number {
        padding-left: 4rem;
    }
    .main-footer__schedule {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .main-footer__link {
        font-size: 1.8rem;
        line-height: 1.44em;
        letter-spacing: .062em;
        -webkit-transition: opacity .7s;
        -o-transition: opacity .7s;
        transition: opacity .7s;
    }
    .main-footer__link:hover {
        opacity: .7;
    }
    .main-footer__arrow-up:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}

@media only screen and (max-width : 960px) {
    .main-footer__top {
        position: relative;
        margin-bottom: 7rem;
    }
    .main-footer__border-mobile {
        border-bottom: .2rem solid var(--main-color);
    }
    .main-footer__left-column .main-footer__border-mobile {
        padding-top: 9.6rem;
        padding-bottom: 4.5rem;
        text-align: center;
    }
    .main-footer__logo-container {
        margin-bottom: 2.5rem;
    }
    .main-footer__logo {
        width: 10rem;
        height: auto;
    }
    .main-footer__bttn {
        width: 21.5rem;
        height: 6rem;
    }
    .main-footer__bttn .icon-arrow {
        margin-left: 1rem;
    }
    .main-footer__center-column {
        position: static;
    }
    .main-footer__center-column .main-footer__border-mobile {
        padding: 4.4rem 0;
        text-align: center;
    }
    .main-footer__address {
        max-width: 21.5rem;
        margin: 0 auto;
        margin-bottom: 2.5rem;
    }
    .main-footer__location {
        font-size: 1.8rem;
        line-height: 1.88em;
        letter-spacing: .11em;
    }
    .social-media--footer .social-media__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 4.5rem;
                flex: 0 1 4.5rem;
        height: 4.5rem;
    }
    .social-media--footer .social-media__item i {
        font-size: 1.9rem;
    }
    .main-footer__center-column .main-footer__policy {
        display: none;
    }
    .main-footer__policy {
        font-size: 1.4rem;
        line-height: 1.35em;
    }
    .main-footer__right-column {
        padding-top: 4.4rem;
        text-align: center;
        padding-bottom: 0;
        margin-bottom: 4.5rem;
    }
    .logo-cp {
        margin-bottom: 2rem;
    }
    .logo-cp__ico {
        width: 18.1rem;
        height: auto;
    }
    .logo-jag {
        margin-bottom: 4.5rem;
    }
    .logo-jag__ico {
        width: 8.3rem;
        height: auto;
    }
    .icos-footer {
        margin-bottom: 3.2rem;
    }
    .icos-footer__icos {
        width: 5.5rem;
        height: auto;
    }
    .main-footer__row---bottom {
        height: 7rem;
    }
    .main-footer__number {
        display: none;
    }
    .main-footer__lease,
    .main-footer__schedule {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
        max-width: 50%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0;
    }
    .main-footer__lease::before {
        right: 0;
    }
    .main-footer__link {
        font-size: 1.7rem;
        line-height: 1.47em;
        letter-spacing: .062em;
    }
}

body:not(.onScroll).active-openForm .openform {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
}
.active-openForm .openform {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.openform {
    position: fixed;
    bottom: 7rem;
    right: 0;
    width: 60rem;
    height: 41rem;
    background-color: #FCC643;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: opacity .7s, transform .7s;
    z-index: 999;
}
.openform__content {
    overflow-y: auto;
    height: 100%;
    padding: 3rem;
}
@media only screen 
and (max-width : 960px) {
    .openform {
        width: 100%;
        height: auto;
    }
}