#footer.simple {
    padding: 30px 15px;
    background-color: var(--dark-color)
}

#footer.simple.no-footer {
    padding: 0
}

#footer.simple .copyright {
    color: var(--grey-color);
    font-size: 15px
}

#footer.simple .copyright a {
    text-decoration: none;
    color: var(--grey-color);
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

#footer.simple .copyright a:hover {
    color: var(--light-color)
}

#footer.simple .col-xs-12:not(.col-sm-6) {
    width: 100%
}

#footer.simple .wpcf7 {
    display: inline-block
}

#footer.simple form {
    width: 400px
}

#footer.simple form .email {
    position: relative
}

#footer.simple form .email::after {
    content: "\f119";
    font-family: Ionicons, sans-serif;
    font-size: 20px;
    color: var(--light-color);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#footer.simple form input {
    width: 100%;
    background-color: transparent;
    border: 0;
    outline: none;
    padding: 10px 0;
    color: var(--light-color);
    border-bottom: 2px solid rgba(var(--light-color), 0.2);
    -webkit-transition: border-color .35s ease;
    -o-transition: border-color .35s ease;
    transition: border-color .35s ease
}

#footer.simple form input::-webkit-input-placeholder {
    color: var(--light-color)
}

#footer.simple form input::-moz-placeholder {
    color: var(--light-color)
}

#footer.simple form input:-ms-input-placeholder {
    color: var(--light-color)
}

#footer.simple form input::-ms-input-placeholder {
    color: var(--light-color)
}

#footer.simple form input::placeholder {
    color: var(--light-color)
}

#footer.simple form input:focus {
    border-color: var(--light-color)
}

#footer.simple span.wpcf7-not-valid-tip {
    position: absolute
}

#footer.simple div.wpcf7-validation-errors,
#footer.simple div.wpcf7-acceptance-missing {
    border: 1px solid #eee;
    margin-top: 25px;
    max-width: 400px;
    color: var(--grey-color);
    margin-left: auto
}

#footer.simple.-light .copyright {
    color: var(--dark-color)
}

#footer.simple.-light .copyright a {
    color: var(--dark-color)
}

#footer.simple.-light .copyright a:hover {
    color: var(--grey-color)
}

#footer.simple.-light form .email::after {
    color: var(--dark-color)
}

#footer.simple.-light form input {
    color: var(--dark-color);
    border-color: rgba(var(--dark-color), 0.2)
}

#footer.simple.-light form input::-webkit-input-placeholder {
    color: var(--dark-color)
}

#footer.simple.-light form input::-moz-placeholder {
    color: var(--dark-color)
}

#footer.simple.-light form input:-ms-input-placeholder {
    color: var(--dark-color)
}

#footer.simple.-light form input::-ms-input-placeholder {
    color: var(--dark-color)
}

#footer.simple.-light form input::placeholder {
    color: var(--dark-color)
}

#footer.simple.-light form input:focus {
    border-color: var(--dark-color)
}

@media only screen and (max-width: 1024px) {
    #footer.simple form {
        max-width: 100%;
        width: auto
    }
}

@media only screen and (max-width: 576px) {
    #footer.simple form p {
        margin-bottom: 0
    }
    #footer.simple .copyright,
    #footer.simple .footer-form-wrap {
        text-align: center
    }
    #footer.simple .copyright {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    #footer.simple .copyright:not(:last-child) {
        margin-top: 20px
    }
}

#footer.classic {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2
}

#footer.classic::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    z-index: -1
}

#footer.classic .footer-simple-title {
    margin-top: 90px;
    max-width: 780px;
    color: var(--light-color);
    font-size: 42px;
    font-weight: bold;
    line-height: 1.3
}

#footer.classic .info .title {
    color: var(--light-color);
    font-size: 18px;
    font-weight: bold
}

#footer.classic .info .text {
    margin-top: 35px;
    color: var(--light-color);
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3
}

#footer.classic .footer-contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 50px
}

#footer.classic .footer-contacts .info {
    max-width: 300px
}

#footer.classic .footer-contacts .info:not(:last-of-type) {
    margin-right: 65px
}

#footer.classic .contacts-wrap {
    padding: 0 100px 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-around;
    min-width: 67%
}

#footer.classic .socials-wrap {
    padding: 100px 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: var(--footer-background-color);
    width: 33%
}

#footer.classic .socials-wrap .info {
    margin-bottom: 10px
}

#footer.classic .social-title {
    margin-bottom: 60px;
    color: var(--light-color);
    font-size: 18px;
    font-weight: bold
}

#footer.classic .social {
    color: var(--light-color);
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    text-align: right;
    text-decoration: none;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

#footer.classic .social:hover {
    color: var(--grey-color)
}

@media only screen and (max-width: 1200px) {
    #footer.classic .socials-wrap {
        padding: 50px
    }
    #footer.classic .contacts-wrap {
        padding: 0 50px 50px
    }
    #footer.classic .footer-simple-title {
        margin-top: 90px
    }
    #footer.classic .footer-contacts {
        margin-top: 120px
    }
    #footer.classic .social-title {
        margin-bottom: 45px
    }
}

@media only screen and (max-width: 1024px) {
    #footer.classic .socials-wrap {
        padding: 30px
    }
    #footer.classic .contacts-wrap {
        padding: 0 30px 30px
    }
    #footer.classic .footer-simple-title {
        font-size: 35px
    }
    #footer.classic .social {
        font-size: 28px
    }
    #footer.classic .social-title {
        margin-bottom: 35px
    }
}

@media only screen and (max-width: 768px) {
    #footer.classic {
        min-height: auto
    }
    #footer.classic .socials-wrap {
        padding: 30px 15px 20px;
        width: 43%
    }
    #footer.classic .contacts-wrap {
        padding: 0 15px 30px
    }
    #footer.classic .footer-simple-title {
        margin-top: 50px;
        font-size: 28px
    }
    #footer.classic .footer-contacts {
        margin-top: 70px
    }
    #footer.classic .footer-contacts .info:not(:last-of-type) {
        margin-right: 20px
    }
    #footer.classic .social {
        font-size: 18px
    }
    #footer.classic .social-title {
        margin-bottom: 25px;
        font-size: 16px
    }
    #footer.classic .info {
        max-width: 230px
    }
    #footer.classic .info .title {
        font-size: 16px
    }
    #footer.classic .info .text {
        margin-top: 20px;
        font-size: 18px
    }
}

@media only screen and (max-width: 576px) {
    #footer.classic {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #footer.classic .socials-wrap {
        width: 100%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    #footer.classic .footer-simple-title {
        margin-top: 30px;
        font-size: 22px;
        max-width: 100%
    }
    #footer.classic .footer-contacts {
        margin-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #footer.classic .footer-contacts .info {
        max-width: 100%
    }
    #footer.classic .footer-contacts .info:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 20px
    }
    #footer.classic .footer-contacts .info .text {
        margin-top: 15px
    }
}

#footer.modern {
    background-color: #f8f6f5
}

#footer.modern .inner-wrap {
    max-width: 1595px;
    margin: 0 auto;
    padding: 40px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#footer.modern .footer-bottom {
    width: 33.3333%
}

#footer.modern .footer-bottom-logo {
    text-align: center
}

#footer.modern .footer-bottom-logo .footer-item {
    max-width: 120px;
    margin: 0 auto
}

#footer.modern .footer-bottom-logo img {
    display: block;
    max-width: 100%;
    height: auto
}

#footer.modern .footer-bottom-phone {
    text-align: right
}

#footer.modern .title {
    color: #b9a893;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 4px
}

#footer.modern .text {
    margin-top: 15px;
    color: var(--dark-color);
    font-size: 24px;
    font-style: italic;
    letter-spacing: 1px
}

@media only screen and (max-width: 1600px) {
    #footer.modern .inner-wrap {
        max-width: 1200px
    }
}

@media only screen and (max-width: 1200px) {
    #footer.modern .inner-wrap {
        padding: 30px 0;
        max-width: 1050px
    }
}

@media only screen and (max-width: 1024px) {
    #footer.modern .inner-wrap {
        max-width: 100%;
        padding: 30px
    }
    #footer.modern .footer-bottom-logo .footer-item {
        max-width: 80px
    }
    #footer.modern .text {
        margin-top: 10px;
        font-size: 20px
    }
}

@media only screen and (max-width: 768px) {
    #footer.modern .footer-bottom-logo {
        width: 20%
    }
    #footer.modern .footer-bottom-address,
    #footer.modern .footer-bottom-phone {
        width: 40%
    }
    #footer.modern .text {
        font-size: 18px
    }
}

@media only screen and (max-width: 576px) {
    #footer.modern .inner-wrap {
        padding: 30px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    #footer.modern .footer-bottom {
        width: 100%;
        text-align: left
    }
    #footer.modern .footer-bottom-logo {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    #footer.modern .footer-bottom-address {
        margin-top: 25px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    #footer.modern .footer-bottom-phone {
        margin-top: 25px;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    #footer.modern .text {
        font-size: 18px
    }
}

#footer [class*='sidebar-'] ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0
}

#footer [class*='sidebar-'] ul li:not(:last-child) {
    margin-bottom: 10px
}

#footer [class*='sidebar-'] ul li li {
    margin-left: 10px
}

#footer [class*='sidebar-'] ul li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

#footer [class*='sidebar-'] ul li a:hover {
    text-decoration: none;
    color: var(--light-color);
    opacity: 1
}

#footer [class*='sidebar-'].widget_recent_entries li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px
}

#footer [class*='sidebar-'].widget_recent_entries li .post-date {
    font-size: 10px;
    color: var(--dark-color);
    font-weight: bold;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-transform: uppercase
}

#footer [class*='sidebar-'].widget_recent_entries li>a {
    display: inline-block;
    font-weight: 600
}

#footer [class*='sidebar-'].widget_recent_entries li>a:not(:hover) {
    color: #aaa
}

#footer [class*='sidebar-'] h5,
#footer [class*='sidebar-'] h4,
#footer [class*='sidebar-'] .insta-title {
    color: var(--light-color);
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600
}

#footer [class*='sidebar-'] h5 a.rsswidget,
#footer [class*='sidebar-'] h4 a.rsswidget,
#footer [class*='sidebar-'] .insta-title a.rsswidget {
    opacity: 1
}

#footer [class*='sidebar-'].sidebar-item--title-h4 h4,
#footer [class*='sidebar-'].sidebar-item--title-h4 .insta-title {
    font-size: 26px;
    font-weight: 700
}

#footer [class*='sidebar-'] a,
#footer [class*='sidebar-'] label,
#footer [class*='sidebar-'] p,
#footer [class*='sidebar-'] strong,
#footer [class*='sidebar-'] span,
#footer [class*='sidebar-'] caption,
#footer [class*='sidebar-'] .rssSummary {
    color: var(--grey-color);
    text-decoration: none;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    line-height: 2
}

#footer [class*='sidebar-'] .rsswidget {
    padding-right: 10px
}

#footer [class*='sidebar-'] a:hover {
    color: var(--light-color)
}

#footer [class*='sidebar-'] .images-wrap {
    margin: -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 5px
}

#footer [class*='sidebar-'] .images-wrap a {
    width: 83px;
    padding-bottom: 83px;
    margin: 5px;
    display: block
}

#footer [class*='sidebar-'] .instagram-text {
    display: none
}

#footer [class*='sidebar-'] img {
    max-width: 100%;
    height: auto
}

#footer [class*='sidebar-'] .textwidget p {
    margin-bottom: 0;
    word-break: break-word
}

#footer [class*='sidebar-'] a.rsswidget,
#footer [class*='sidebar-'].widget_rss cite {
    color: var(--light-color)
}

#footer [class*='sidebar-'] a.rsswidget:hover {
    opacity: .7
}

#footer [class*='sidebar-'] select {
    color: var(--dark-color);
    width: 100%
}

#footer [class*='sidebar-'].widget_product_search .searchform,
#footer [class*='sidebar-'].widget_search .searchform {
    position: relative
}

#footer [class*='sidebar-'].widget_product_search input[type="search"],
#footer [class*='sidebar-'].widget_product_search input[type="text"],
#footer [class*='sidebar-'].widget_search input[type="search"],
#footer [class*='sidebar-'].widget_search input[type="text"] {
    background-color: transparent;
    padding: 11px 15px;
    width: 100%
}

#footer [class*='sidebar-'].widget_product_search input[type="submit"],
#footer [class*='sidebar-'].widget_search input[type="submit"] {
    background: transparent;
    border: 0;
    color: transparent;
    text-indent: -999px;
    overflow: hidden;
    width: 50px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    outline: none
}

#footer [class*='sidebar-'].widget_product_search input[type="submit"]:hover,
#footer [class*='sidebar-'].widget_search input[type="submit"]:hover {
    opacity: 1
}

#footer .widget_calendar table {
    width: 100%;
    text-align: center;
    color: var(--light-color)
}

#footer .widget_calendar caption {
    text-align: center
}

#footer .widget_calendar td,
#footer .widget_calendar th {
    border: 1px solid var(--grey-color);
    padding: 3px
}

#footer .widget_calendar td {
    color: var(--grey-color)
}

#footer.-light [class*='sidebar-'] ul li a:hover {
    color: var(--dark-color)
}

#footer.-light [class*='sidebar-'].widget_recent_entries li .post-date {
    color: var(--dark-color)
}

#footer.-light [class*='sidebar-'].widget_recent_entries li>a:not(:hover) {
    color: var(--dark-color)
}

#footer.-light [class*='sidebar-'] h5,
#footer.-light [class*='sidebar-'] h4,
#footer.-light [class*='sidebar-'] .insta-title {
    color: var(--dark-color)
}

#footer.-light [class*='sidebar-'] a,
#footer.-light [class*='sidebar-'] label,
#footer.-light [class*='sidebar-'] p,
#footer.-light [class*='sidebar-'] strong,
#footer.-light [class*='sidebar-'] span,
#footer.-light [class*='sidebar-'] caption,
#footer.-light [class*='sidebar-'] .rssSummary {
    color: var(--grey-color)
}

#footer.-light [class*='sidebar-'] a:hover {
    color: var(--dark-color)
}

#footer.-light [class*='sidebar-'] a.rsswidget,
#footer.-light [class*='sidebar-'].widget_rss cite {
    color: var(--dark-color)
}

#footer.-light [class*='sidebar-'] select {
    color: var(--dark-color)
}

#footer.-light .widget_calendar table {
    color: var(--dark-color)
}

@media (max-width: 991px) {
    #footer .sidebar-item[class*='sidebar-'].sidebar-item--title-h4 h4,
    #footer .sidebar-item[class*='sidebar-'].sidebar-item--title-h4 .insta-title {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    #footer .sidebar-item[class*='sidebar-'] ul li {
        margin-bottom: 5px
    }
    #footer .sidebar-item[class*='sidebar-'] h5,
    #footer .sidebar-item[class*='sidebar-'] .insta-title {
        margin-bottom: 20px
    }
}

@media (max-width: 575px) {
    #footer .sidebar-item[class*='sidebar-'] {
        min-width: auto;
        width: 100%;
        max-width: 400px
    }
    #footer .sidebar-item[class*='sidebar-'] .images-wrap {
        max-width: 280px
    }
}

#footer.creative {
    background-color: var(--dark-color)
}

#footer.creative .footer-top-wrap {
    padding: 100px 0 90px
}

#footer.creative .footer-top-wrap:not(:last-child) {
    padding-bottom: 50px
}

#footer.creative .sidebar-item[class*='sidebar-'] {
    margin-bottom: 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: -webkit-calc((100% - 299px) / 2);
    min-width: calc((100% - 299px) / 2)
}

#footer.creative .sidebar-item[class*='sidebar-'].OnoInstagramWidget {
    min-width: 299px
}

#footer.creative .footer-bottom-wrap {
    padding: 30px 0
}

#footer.creative .footer-menu ul {
    margin: -5px -10px
}

#footer.creative .footer-menu ul li {
    display: inline-block;
    margin: 5px 10px
}

#footer.creative .footer-menu ul li a {
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none
}

#footer.creative .footer-menu ul li a:hover {
    color: var(--light-color)
}

#footer.creative .copyright {
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px
}

#footer.creative .copyright a {
    color: var(--light-color);
    text-decoration: none
}

#footer.creative .copyright a:hover {
    color: var(--grey-color)
}

#footer.creative .footer-info {
    width: 28%;
    padding-left: 15px;
    padding-right: 15px
}

#footer.creative .footer-info--mobile {
    display: none
}

#footer.creative .footer-info .footer-title {
    font-size: 30px;
    color: var(--light-color);
    font-weight: bold;
    margin-bottom: 24px
}

#footer.creative .footer-info .footer-description {
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 26px
}

#footer.creative .footer-info .footer-description a {
    color: var(--light-color);
    text-decoration: none
}

#footer.creative .footer-info .footer-description a:hover {
    color: var(--grey-color)
}

#footer.creative .footer-widget {
    width: 72%;
    padding-left: 70px;
    margin-bottom: -50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#footer.creative.-light .footer-menu ul li a:hover {
    color: var(--dark-color)
}

#footer.creative.-light .copyright a {
    color: var(--dark-color)
}

#footer.creative.-light .copyright a:hover {
    color: var(--grey-color)
}

#footer.creative.-light .footer-info .footer-title {
    color: var(--dark-color)
}

#footer.creative.-light .footer-info .footer-description a {
    color: var(--dark-color)
}

#footer.creative.-light .footer-info .footer-description a:hover {
    color: var(--grey-color)
}

@media (max-width: 1200px) {
    #footer.creative .footer-top-wrap {
        padding: 80px 0 70px
    }
    #footer.creative .footer-top-wrap:not(:last-child) {
        padding-bottom: 40px
    }
    #footer.creative .footer-info {
        width: 25%
    }
    #footer.creative .footer-widget {
        width: 75%;
        padding-left: 40px;
        margin-bottom: -40px
    }
}

@media (max-width: 991px) {
    #footer.creative .footer-top-wrap {
        padding: 60px 0 50px
    }
    #footer.creative .footer-top-wrap:not(:last-child) {
        padding-bottom: 30px
    }
    #footer.creative .footer-info {
        width: 100%;
        margin-bottom: 25px
    }
    #footer.creative .footer-widget {
        width: 100%;
        padding-left: 0;
        margin-bottom: -35px
    }
    #footer.creative .sidebar-item[class*='sidebar-'] {
        min-width: 33.33%;
        margin-bottom: 35px
    }
    #footer.creative .sidebar-item[class*='sidebar-'].OnoInstagramWidget {
        min-width: 33.33%
    }
}

@media (max-width: 767px) {
    #footer.creative .footer-info {
        width: 50%;
        margin-bottom: 30px
    }
    #footer.creative .footer-info--desktop {
        display: none
    }
    #footer.creative .footer-info--mobile {
        display: block
    }
    #footer.creative .footer-info:not(:last-child) {
        margin-bottom: 30px
    }
    #footer.creative .footer-info .footer-title {
        margin-bottom: 20px
    }
    #footer.creative .footer-widget {
        width: 100%;
        margin-bottom: -30px
    }
    #footer.creative .sidebar-item[class*='sidebar-'] {
        min-width: 50%;
        margin-bottom: 30px
    }
    #footer.creative .sidebar-item[class*='sidebar-'].OnoInstagramWidget {
        min-width: 50%
    }
}

@media (max-width: 575px) {
    #footer.creative .footer-top-wrap {
        padding: 30px 0 25px
    }
    #footer.creative .footer-top-wrap:not(:last-child) {
        padding-bottom: 25px
    }
    #footer.creative .footer-info {
        width: 100%;
        max-width: 400px
    }
    #footer.creative .footer-widget {
        display: block
    }
    #footer.creative .footer-menu {
        text-align: left
    }
    #footer.creative .footer-menu:not(:last-child) {
        margin-bottom: 15px
    }
    #footer.creative .copyright {
        text-align: left
    }
}

#footer.center {
    background-color: var(--dark-color);
    padding: 100px 0;
    text-align: center;
    overflow: hidden
}

#footer.center .footer-bg {
    -webkit-text-stroke: 1px #2d2d2d;
    font-size: 20vw;
    font-weight: bold;
    color: transparent;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 100px
}

#footer.center .footer-bg~* {
    position: relative
}

#footer.center .socials-wrap {
    margin-top: 30px
}

#footer.center .socials-wrap ul {
    list-style-type: none;
    font-size: 0;
    margin: -5px
}

#footer.center .socials-wrap li {
    margin: 5px;
    display: inline-block
}

#footer.center .socials-wrap li a {
    width: 60px;
    height: 60px;
    display: block;
    line-height: 60px;
    background-color: #303030;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 14px;
    color: #878787;
    text-decoration: none
}

#footer.center .socials-wrap li a:hover {
    color: var(--light-color);
    background-color: var(--dark-color)
}

#footer.center .footer-text {
    font-size: 14px;
    color: #7f7f7f
}

#footer.center .footer-text h1,
#footer.center .footer-text h2,
#footer.center .footer-text h3,
#footer.center .footer-text h4,
#footer.center .footer-text h5,
#footer.center .footer-text h6 {
    color: var(--light-color);
    margin-bottom: 12px
}

#footer.center .footer-text h1 {
    font-size: 60px
}

#footer.center .footer-text h2 {
    font-size: 50px
}

#footer.center .footer-text h3 {
    font-size: 40px
}

#footer.center .footer-text a {
    text-decoration: none;
    color: #7f7f7f;
    font-weight: 600
}

#footer.center .footer-text a:hover {
    color: var(--dark-color)
}

#footer.center .footer-text p {
    margin-bottom: 0
}

#footer.center.-light .footer-bg {
    -webkit-text-stroke: 1px var(--grey-color)
}

#footer.center.-light .socials-wrap li a {
    background-color: var(--light-color);
    color: var(--dark-color)
}

#footer.center.-light .socials-wrap li a:hover {
    color: var(--light-color);
    background-color: var(--dark-color)
}

#footer.center.-light .footer-text {
    color: var(--dark-color)
}

#footer.center.-light .footer-text h1,
#footer.center.-light .footer-text h2,
#footer.center.-light .footer-text h3,
#footer.center.-light .footer-text h4,
#footer.center.-light .footer-text h5,
#footer.center.-light .footer-text h6 {
    color: var(--dark-color)
}

#footer.center.-light .footer-text a {
    color: var(--dark-color)
}

#footer.center.-light .footer-text a:hover {
    color: var(--dark-color)
}

@media (max-width: 991px) {
    #footer.center {
        padding: 80px 0
    }
    #footer.center .footer-bg {
        font-size: 50vw
    }
}

@media (max-width: 767px) {
    #footer.center {
        padding: 50px 0
    }
    #footer.center .socials-wrap li a {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

#footer.construct {
    background-color: var(--dark-color);
    padding: 100px 0;
    overflow: hidden
}

#footer.construct .footer-bg {
    -webkit-text-stroke: 1px #2d2d2d;
    font-size: 20vw;
    font-weight: bold;
    color: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 100px;
    pointer-events: none
}

#footer.construct .footer-bg~* {
    position: relative
}

#footer.construct .footer-col {
    padding-left: 15px;
    padding-right: 15px
}

#footer.construct .footer-col .footer-text {
    font-size: 14px;
    color: #7f7f7f
}

#footer.construct .footer-col .footer-text h1,
#footer.construct .footer-col .footer-text h2,
#footer.construct .footer-col .footer-text h3,
#footer.construct .footer-col .footer-text h4,
#footer.construct .footer-col .footer-text h5,
#footer.construct .footer-col .footer-text h6 {
    color: var(--light-color);
    margin-bottom: 30px;
    margin-top: 10px
}

#footer.construct .footer-col .footer-text h1 {
    font-size: 60px
}

#footer.construct .footer-col .footer-text h2 {
    font-size: 50px
}

#footer.construct .footer-col .footer-text h3 {
    font-size: 40px
}

#footer.construct .footer-col .footer-text h4 {
    font-size: 35px
}

#footer.construct .footer-col .footer-text h5 {
    font-size: 26px
}

#footer.construct .footer-col .footer-text h6 {
    font-size: 20px
}

#footer.construct .footer-col .footer-text a {
    text-decoration: none;
    color: #7f7f7f;
    font-weight: 600
}

#footer.construct .footer-col .footer-text a:hover {
    color: var(--dark-color)
}

#footer.construct .footer-col .footer-text p:last-child {
    margin-bottom: 0
}

#footer.construct .socials-wrap {
    margin-top: 20px
}

#footer.construct .socials-wrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -8px;
    list-style-type: none
}

#footer.construct .socials-wrap li {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 8px
}

#footer.construct .socials-wrap li a {
    font-size: 14px;
    color: #c2c2c2;
    text-decoration: none
}

#footer.construct .socials-wrap li a:hover {
    color: var(--dark-color)
}

#footer.construct .container .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#footer.construct .footer-col {
    width: 30%
}

#footer.construct .footer-widget {
    width: 70%;
    padding-left: 30px;
    margin-bottom: -50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#footer.construct [class*='sidebar-'] {
    margin-bottom: 50px
}

#footer.construct.-light .footer-bg {
    -webkit-text-stroke: 1px var(--grey-color)
}

#footer.construct.-light .footer-col .footer-text {
    color: var(--grey-color)
}

#footer.construct.-light .footer-col .footer-text h1,
#footer.construct.-light .footer-col .footer-text h2,
#footer.construct.-light .footer-col .footer-text h3,
#footer.construct.-light .footer-col .footer-text h4,
#footer.construct.-light .footer-col .footer-text h5,
#footer.construct.-light .footer-col .footer-text h6 {
    color: var(--dark-color)
}

#footer.construct.-light .footer-col .footer-text a {
    color: var(--grey-color)
}

#footer.construct.-light .footer-col .footer-text a:hover {
    color: var(--dark-color)
}

#footer.construct.-light .socials-wrap li a {
    color: var(--dark-color)
}

#footer.construct.-light .socials-wrap li a:hover {
    color: var(--dark-color)
}

@media (max-width: 1200px) {
    #footer.construct {
        padding: 80px 0
    }
    #footer.construct .footer-widget {
        margin-bottom: -40px
    }
    #footer.construct [class*='sidebar-'] {
        margin-bottom: 40px
    }
}

@media (max-width: 991px) {
    #footer.construct {
        padding: 60px 0
    }
    #footer.construct .footer-bg {
        font-size: 40vw
    }
    #footer.construct .footer-widget {
        padding-left: 0;
        margin-bottom: -30px
    }
    #footer.construct [class*='sidebar-'] {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    #footer.construct {
        padding: 50px 0
    }
    #footer.construct [class*='sidebar-'] {
        min-width: 50%
    }
    #footer.construct .container .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #footer.construct .footer-col {
        margin-bottom: 30px
    }
    #footer.construct .footer-col,
    #footer.construct .footer-widget {
        width: 100%
    }
    #footer.construct .sidebar-item {
        margin-bottom: 20px
    }
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* 黑色半透明 */
    pointer-events: none;
    /* 允许点击透过 */
    z-index: 1;
    /* 覆盖层的 z-index */
}

.footer-simple-title,
.footer-contacts,
.social-title,
.social {
    position: relative;
    /* 确保这些元素在覆盖层上方 */
    z-index: 2;
    /* 使文本在覆盖层上方 */
}

.main-wrapper.footer-parallax {
    background-color: var(--light-color);
    position: relative;
    z-index: 31
}

#footer {
    width: 100%;
    position: absolute;
    bottom: 30px;
    z-index: 30
}

#footer.footer-parallax {
    position: fixed
}

#footer.fix-bottom {
    position: fixed;
    background-color: transparent
}

.fp-enabled #footer {
    position: relative;
    min-height: 100vh
}

.footer-copyright {
    font-size: 20px;
    color: white;
    position: relative;
    z-index: 99999;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.footer-copyright p{
    font-size: 20px;
    color: white;
    position: relative;
    z-index: 99999;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size:14px;
}
@media (max-width: 768px) {
    .footer-copyright {
        font-size: 16px;
    }
}


/*# sourceMappingURL=footer.min.css.map */