/* footer */
.footer {
    background-color: #383838;
    padding: 59px 0px;
}
.footer > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
address {
    font-style: normal;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 36px;
    opacity: 0.5;
}

.quick_bar {
    position: fixed;
    bottom: 62.5px;
    right: 116px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 999;
}
.quick_bar ul {
    background-color: #baaa91;
    border-radius: 50px;
    width: 62px;
    padding: 39px 0px 38px;
    box-shadow: 0px 2.214px 3.69px 0px rgba(0, 0, 0, 0.2);
    display: none;
}
.quick_bar ul li:not(:last-child) {
    margin-bottom: 12px;
}
.quick_bar ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.quick_bar ul li a span {
    color: #fff;
    font-size: 11.81px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.295px;
    display: inline-block;
}
.quick_bar .quick_plus {
    background-color: #baaa91;
    width: 62px;
    height: 62px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 28.86px;
}
.quick_bar .quick_plus div {
    display: flex;
    align-items: center;
    position: relative;
    transition: transform 0.3s;
    width: 31px;
    height: 31px;
}
.quick_bar .quick_plus div span {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 5px;
    background-color: #fff;
    border-radius: 10px;
    font-size: 11.81px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.295px;
}
.quick_bar .quick_plus div span:last-child {
    transform: rotate(90deg);
}
.quick_bar .quick_plus div.quick_on {
    transform: rotate(45deg);
}
.quick_bar > a {
    background-color: #fff;
    border: none;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(51, 51, 51, 0.1);
    font-size: 34px;
    width: 62px;
    height: 62px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
