#footer {
    color: #fff;
    background-color: #272b36;
    padding: 60px 0;
}
@media (max-width: 1199px) {
    #footer {
        padding: 42px 0;
    }
}
@media (max-width: 749px) {
    #footer {
        padding: 15px 0;
    }
}
#footer .container {
    width: 1200px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    margin-left: 20px;
    margin-right: 20px;
}
@media (min-width: 1240px) {
    #footer .container {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1240px) and (max-width: 749px) {
    #footer .container {
        max-width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (min-width: 1200px) {
    #footer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 40px;
    }
}
@media (max-width: 749px) {
    #footer .footer-logo img {
        height: 22px;
    }
}
@media (max-width: 1199px) {
    #footer .footer-nav {
        margin-top: 16px;
    }
}
@media (max-width: 749px) {
    #footer .footer-nav {
        margin-top: 10px;
    }
}
#footer .footer-nav ul {
    margin-top: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#footer .footer-nav ul li + li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 14px;
    background-color: #fff;
    margin: 0 22px 0 26px;
}
@media (max-width: 749px) {
    #footer .footer-nav ul li + li::before {
        margin: 0 12px 0 16px;
    }
}
#footer .footer-nav ul a {
    font-weight: 600;
}
#footer address {
    color: #b1b1b1;
    line-height: 1.5;
}
#footer address p span {
    word-break: keep-all;
    white-space: nowrap;
}
@media (max-width: 749px) {
    #footer address p span {
        display: block;
    }
}
#footer address em span {
    display: inline-block;
    margin-right: 25px;
}
@media (max-width: 749px) {
    #footer address em span {
        display: block !important;
    }
}
#footer .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#footer .footer-nav ul a {
    color: #fff;
    font-weight: 600;
}
#footer address {
    margin: 20px 0 30px;
    font-style: normal;
    color: #b1b1b1;
    line-height: 1.7;
}
@media (max-width: 749px) {
    #footer address {
        margin: 10px 0 20px;
    }
}
#footer address p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
}
@media (max-width: 1199px) {
    #footer address p {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 749px) {
    #footer address p span {
        display: block;
    }
}
#footer address em {
    display: block;
}
@media (max-width: 1199px) {
    #footer address em {
        margin-top: 5px;
    }
}
#footer address em span {
    display: inline-block;
    margin-right: 20px;
}
#footer .footer-family {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
@media (max-width: 749px) {
    #footer .footer-family {
        display: block;
    }
}
#footer .footer-family select {
    background-color: #272b36;
}
#footer .footer-family select option {
    color: #1a1a1a;
}
#footer .footer-family select,
#footer .footer-family button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: unset;
    width: 190px;
    text-align: left;
    padding: 11px 40px 11px 16px;
    border: 1px solid #666;
    background: url("/resources/img/common/bt-down.png") calc(100% - 20px) 50% no-repeat;
    border-radius: 5px;
}
@media (max-width: 1199px) {
    #footer .footer-family select,
    #footer .footer-family button {
        width: 25%;
    }
}
@media (max-width: 749px) {
    #footer .footer-family select,
    #footer .footer-family button {
        width: 100%;
        margin-bottom: 4px;
    }
}/*# sourceMappingURL=footer.css.map */