.big-footer-arrow a {
    color: inherit !important;
}

html body .big-footer-arrow > * {
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
}

.big-footer-arrow.hidden {
    display: none !important;
}

.big-footer-arrow .fa-times-circle:before {
    margin-bottom: -3px;
    display: block;
}

.big-footer-arrow.active {
    padding: 0;
    width: 40px !important;
}

.big-footer-arrow.active > *:not(.fa-times-circle) {
    display: none;
}

.big-footer-arrow.active .fa-times-circle {
    width: 100%;
    margin: 0;
}

.big-footer-arrow.active .fa-times-circle:before {
    content: '\f078';
    margin: 0;
}

.big-footer-arrow i:hover {
    opacity: 0.8;
}

.big-footer-arrow i {
    font-size: 11px;
    width: 30px;
}

.big-footer-arrow {
    position: fixed;
    bottom: 0;
    text-align: center;
    font-family: 'apercu_pro', sans-serif;
    background-color: #e03a3a;
    text-transform: uppercase;
    font-size: 13px;
    white-space: nowrap;
    padding: 0 15px 0 25px;
    border-radius: 100px 100px 0 0;
    color: #ffffff !important;
    cursor: pointer;
    display: block;
    border: none;
    width: auto !important;
    line-height: 30px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    z-index: 90;
}

.big-footer {
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.big-footer .big-footer__bg {
    position: relative;
    background: #eeeeee;
    overflow: hidden;
}

.big-footer .big-footer__link {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 9;
}

.big-footer .big-footer__erid.active .hint {
    display: block !important;
    color: #666666 !important;
    font-size: 10px !important;
    bottom: auto;
    top: 30px !important;
    line-height: 17px !important;
    left: auto !important;
    right: 10px !important;
}

.big-footer .big-footer__erid.active::after {
    content: '\f00d';
}

.big-footer .big-footer__erid::after {
    content: "\f142";
    width: 15px;
    border-radius: 100%;
    margin-left: 10px;
    text-align: center;
    height: 15px;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    background: #ffffff;
    font-size: 7px;
}

.big-footer .big-footer__info {
    right: 0;
    padding: 2px 5px;
    bottom: 10px;
}

.big-footer .big-footer__erid, .big-footer .big-footer__info {
    font-size: 10px;
    color: #262525;
    position: absolute;
    z-index: 2;
    background: #ffffffa8;
    border-radius: 5px 0 0 5px;
}

.big-footer .big-footer__erid {
    position: absolute;
    right: 0;
    top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px 5px 10px;
    line-height: 15px;
    font-family: 'apercu_pro', sans-serif;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
}

@media screen and (max-width: 1346px) {
    html body .big-footer-arrow > * {
        line-height: normal;
        height: auto;
        display: block;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
    }

    .big-footer-arrow i {
        margin: 10px 0 5px 0;
        line-height: 14px;
        font-size: 9px;
    }

    .big-footer-arrow.active {
        padding: 0;
        height: 35px;
        width: 14px !important;
        border-radius: 5px 0 0 5px;
        right: -7px;
    }

    .big-footer-arrow.active .fa-times-circle:before {
        content: '\f053';
    }

    .big-footer-arrow {
        font-size: 10px;
        bottom: calc(50% - 5px);
        border-radius: 10px 0 0 10px;
        right: -10px;
        left: auto;
        width: 20px !important;
        padding: 13px 4px 10px 4px;
    }

    .big-footer-arrow.active .fa-times-circle {
        opacity: 1;
        font-size: 12px;
        line-height: 15px;
    }
}

@media screen and (max-width: 1025px) {
    .big-footer .big-footer__info {
        right: auto;
        left: 0;
        bottom: auto;
        top: 7px;
        border-radius: 0;
    }
}

@media screen and (max-width: 1023px) {
    .big-footer-arrow {
        font-size: 10px;
        line-height: 21px;
    }

    .big-footer .big-footer__info {
        padding: 5px;
    }

    .big-footer .big-footer__erid {
        padding: 3px 10px 3px 10px;
    }

    .big-footer .big-footer__info, .big-footer .big-footer__erid {
        font-size: 7px;
        top: 5px;
    }
}
