@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,100..900;1,100..900&family=Alumni+Sans+Pinstripe:ital@0;1&family=El+Messiri:wght@400..700&family=Kiwi+Maru&family=M+PLUS+Rounded+1c&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+JP:wght@300&family=Noto+Serif+TC:wght@200..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&family=Yuji+Mai&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic&display=swap');

/*卷軸設定↓*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 10px;
    /*右側捲軸寬度*/
    height: 0px;
    /*下方捲軸高度*/
}

/* 軌道背景底色 */
::-webkit-scrollbar-track {
    background: #EBEDE8;
}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
    background: #6c5c4b;
}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
    background: #333;
}

/*Loading*/

.bannerindex::after {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/hyuil/loading.png);
    background-size: cover;
    width: 150px;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000000000000000000001;
    pointer-events: none;
    animation: banner-logo 2.5s forwards;
}

.bannerindex::before {
    content: "";
    display: block;
    background: #74747485;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1000000000000000000000;
    animation: banner-bg 3s forwards;
    backdrop-filter: grayscale(1) blur(7px);
}



@keyframes banner-logo {
    0% {
        opacity: 0;
        filter: blur(0);
    }

    25% {
        opacity: 1;
        filter: blur(0);
    }

    50% {
        filter: blur(0);
        opacity: 1;
    }

    80% {
        filter: blur(0);
        opacity: 1;
    }

    100% {
        filter: blur(10);
        opacity: 0;

    }
}

@keyframes banner-bg {
    0% {}

    50% {}

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*new----------------------------------*/
/*header*/
.nav-menu {
    margin: 0 0 0 0;
}

.nav-brand img {
    filter: brightness(12.5);
}

li.tp_links {
    display: none;
}

.header_area {
    padding: 0px 0;
    height: 100px;
    background: #ffffff00;
    position: fixed;
}

.me_tp_features {
    display: none;
}

.navigation {
    padding: 27px;
}

.header_area.sticky {
    backdrop-filter: blur(4px);
    background: #66666642;
    transition: all .5s ease;
}

.header_area.sticky .nav-header {
    margin-top: -10px;
    transition: all .5s ease;
}

/*輪播圖-大圖*/
.swiper-slide {
    position: relative;
}

.swiper-slide:before,
.swiper-slide:after {
    content: "";
    letter-spacing: 1px;
    z-index: 100;
    color: var(--MainColor);

}

.pageIndex .swiper-slide:nth-child(1).swiper-slide-active:before {
    /* font-size: min(max(1.2vw, 15px), 100px);*/
    font-size: 36px;
    animation: slide-top 2s ease forwards;
    content: "以心築室，因情為居";
    position: absolute;
    bottom: 20%;
    /* 用 bottom 替代 top，距離底部 10% */
    left: 10%;
    /* 距離左邊 5% */
    width: auto;
    /* 讓字不用硬撐滿 100%，比較自然 */
    text-align: left;
    /* 靠左對齊 */
    font-family: "Playfair Display", serif;
    animation-fill-mode: both;
    letter-spacing: 1px;
    font-weight: 400;
    color: #ffffffbf;
    font-family: "Noto Serif TC", serif;
    font-weight: 300;
}

.pageIndex .swiper-slide:nth-child(2).swiper-slide-active:before {
    /* font-size: min(max(1.2vw, 15px), 100px);*/
    font-size: 36px;
    animation: slide-top 2s ease forwards;
    content: "一隅一景，皆寄溫情";
    position: absolute;
    bottom: 20%;
    /* 用 bottom 替代 top，距離底部 10% */
    left: 10%;
    /* 距離左邊 5% */
    width: auto;
    /* 讓字不用硬撐滿 100%，比較自然 */
    text-align: left;
    /* 靠左對齊 */
    font-family: "Playfair Display", serif;
    animation-fill-mode: both;
    letter-spacing: 1px;
    font-weight: 400;
    color: #ffffffbf;
    font-family: "Noto Serif TC", serif;
    font-weight: 300;
}

.pageIndex .swiper-slide:nth-child(1).swiper-slide-active:after {
    font-size: min(max(1vw, 13px), 16px);
    margin-top: 0.5vw;
    animation: slide-top 2.5s ease forwards;
    content: "讓每一處空間，皆承載家的溫度與歲月的陪伴。";
    position: absolute;
    bottom: 17%;
    /* 第二行文字比第一行更靠下 */
    left: 10%;
    width: auto;
    text-align: left;
    animation-fill-mode: both;
    color: #ffffffbf;
    font-family: "Noto Serif TC", serif;
    font-weight: 200;
    letter-spacing: 2px;
}

.pageIndex .swiper-slide:nth-child(2).swiper-slide-active:after {
    font-size: min(max(1vw, 13px), 16px);
    margin-top: 0.5vw;
    animation: slide-top 2.5s ease forwards;
    content: "從規劃到陳設，讓生活多一份安然自在。";
    position: absolute;
    bottom: 17%;
    /* 第二行文字比第一行更靠下 */
    left: 10%;
    width: auto;
    text-align: left;
    animation-fill-mode: both;
    color: #ffffffbf;
    font-family: "Noto Serif TC", serif;
    font-weight: 200;
    letter-spacing: 2px;
}

.module_i_projects .swiper-slide.swiper-slide-active:before,
.module_i_projects .swiper-slide.swiper-slide-active:after {
    display: none;
}

@media screen and (max-width: 570px) {

    .pageIndex .swiper-slide:nth-child(1).swiper-slide-active:before,
    .pageIndex .swiper-slide:nth-child(2).swiper-slide-active:before {
        font-size: 25px;
        bottom: 22%;
    }

}

/*下拉選單*/
.stellarnav>ul>li>li>a {
    display: block;
    color: #343a40 !important;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus,
.nav-dropdown>li>a:active {
    color: #343a40 !important;
}

.nav-dropdown>li>a:before,
.nav-dropdown>li>a:after {
    color: #343a40 !important;
}

.nav-dropdown {
    background: #ffffff;
}

.nav-dropdown>li {
    padding: 3px 0;
    border-bottom: 1px solid #c3c3c3;
}

.nav-dropdown>li>a {
    padding: 6px 20px;
    color: #343a40 !important;
}

.stellarnav li.has-sub>a:after {
    display: none;
}

.main_header_area .container {
    max-width: 1600px;
}

.stellarnav ul ul {
    width: 200px;
    background: #ffffffde;
}


/*特效*/
.stellarnav>ul>li>a {
    padding: 0px 15px;
    font-family: "Noto Serif TC", serif;
    color: #ffffff;
    letter-spacing: 1px;
}

.stellarnav>ul>li>a {
    position: relative;
}

.stellarnav>ul>li:hover>a:after {
    width: 100%;
}

.stellarnav>ul>li>a:after {
    content: "";
    width: 0%;
    height: 1px;
    background: #c3c3c3;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transition: all .3s;
    transform: translate(-50%, 0);
    color: #343a40 !important;
}

/*浮動按鈕*/
.info_fix_links {
    display: flex !important;
}

.linksBtn {
    display: none;
}

a.info_fix_default.info_fix_mail {
    display: none;
}

.info_fix_links a {
    border-radius: 0;
    margin-bottom: 0;
    background: #be996bbd;
    backdrop-filter: blur(10px);
    opacity: 0;
    animation: con_btn 1s ease-out forwards;
}

.info_fix_links a:nth-child(odd) {
    background: #be996b91;
}

.info_fix_links a:hover {
    background: #777;
}

.info_fix_links a:nth-child(1) {
    animation-delay: 1s;
}

.info_fix_links a:nth-child(2) {
    animation-delay: 1.5s;
}

.info_fix_links a:nth-child(3) {
    animation-delay: 2s;
}

.info_fix_links a:nth-child(4) {
    animation-delay: 2.5s;
}

@keyframes con_btn {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/*文章修改*/
.subbox_item a:before,
.subbox_item a:after {
    display: none;
}

.subbox_item a {
    display: block;
}

.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
}

.blog_le .accordion {
    border: none;
}

.news_related {
    display: none;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #333 !important;
}

.module_i_projects .title_i_box h4,
.module_i_news .title_i_box h6,
.module_i_album .title_i_box h4 {
    display: none;
}

.module_i_projects .title_i_box h6,
.module_i_news .title_i_box h4,
.module_i_album .title_i_box h6 {
    color: #000000;
    font-size: 55px;
    font-family: 'Playfair Display';
    font-weight: 100;
}

.blog_le .accordion {
    border-radius: 5px;
}

.blog_in_page .path {
    margin-bottom: 50px;
}

.blog_in_page h4.blog_category_title {
    color: #333;
    margin-bottom: -10px;
    font-family: "Noto Serif TC", serif;
    font-weight: 400;
}


.promotion_title {
    display: none;
}

.other_promotion {
    display: none;
}

.other_select_page .page {
    display: none;
}

.i_blog_ri {
    margin-top: 15px;
}

.module_i_news li a:before {
    bottom: -45px;
}

/*footer*/
.box_link {
    display: none;
}

.footer {
    background-color: white;
}

.footer_menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.footer_menu a {
    background: #ffffff;
    font-size: 12px;
}

.footer_menu a:hover {
    background: #cdcdcd;
}

.footer_menu a:hover .footer .center {
    text-align: center;
}

.footer_info ul {
    display: flex;
    justify-content: space-between;
}


/*相簿修改*/
.product_page .main_part,
.product_info_page .main_part {
    padding: 100px 20px 50px;
}

.other_album {
    display: none;
}

.subalbum-menu h2 {
    color: #000000;
    font-size: 75px;
    font-family: 'Playfair Display';
    font-weight: 100;
    margin-bottom: 35px;
}

.other_subalbum li {
    background: #ffffff00;
    letter-spacing: 1px;
}

.other_subalbum li a p {
    text-align: center;
    margin: 15px 0;
}

.overlay {
    background: rgb(255 255 255 / 29%);
}

.products-list .name {
    font-size: 16px;
    font-family: "Noto Serif TC", serif;
    text-align: center;
}

/*文章修改*/
h5.blog_le_t span {
    display: none;
}

h5.blog_le_t em {
    color: #000000;
    font-size: 75px;
    font-family: 'Playfair Display';
    font-weight: 100;
}

.blog_le .accordion>li.on_this_category {
    background: #3c3c3c !important;
}

.blog_search input[type=submit] {
    display: none;
}

.animated-arrow {
    background: #393939;
}

.module_i_album section,
.module_i_news section {
    max-width: 1600px;
}

.module_i_news li a:after {
    display: none;
}

.i_blog_b,
.i_album_b {
    display: none;
}

.i_album_list {
    grid-template-columns: repeat(2, 1fr);
}

.i_album_list li a p {
    background: rgb(137 137 137 / 60%);
    color: #ffffff;
    height: 3em;
    backdrop-filter: blur(5px);
}

.i_blog_ri h5 {
    color: #5b5b5b;
}

.module_i_news li a {
    display: block;
}

.module_i_news ul {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.ProjSwiper li>a:after {
    background: rgb(0 0 0 / 0%);
}

.ProjSwiper li section h6 {
    font-size: 17px;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 1px;
}

.ProjSwiper li section,
.ProjSwiper li>a:hover:after {
    display: none;
}

/*聯絡我們*/
.contact_page .main_part {
    padding: 150px 20px;
    max-width: 1000px;
}

.contact_content .information_left {
    display: none;
}

.contact_content .information_right {
    width: calc(100% - 0px);
}

.contact_form {
    grid-gap: 25px;
}

.contact_form li {
    grid-template-columns: 130px 1fr;
}

.contact_form li .form__label {
    max-width: 115px;
    text-align: left;
}

.contact_form li.last cite {
    background: #7d7d7d;
    border: none;
}

.blank_letter {
    display: none;
}

.contact_content .information_right:after {
    position: absolute;
    content: "FORM";
    color: #000;
    font-size: 80px;
    font-weight: 300;
    font-family: 'Playfair Display';
    left: 30px;
    top: -80px;
}

@media screen and (max-width: 1024px) {
    .i_prod_tit span {
        font-size: 60px;
    }
}

@media screen and (max-width: 570px) {
    .contact_form li .form__label {
        background: rgb(255 255 255 / 0%);
        text-align: left;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .contact_form li.last {
        flex-direction: row;
    }

    .contact_form li.last blockquote,
    .contact_form li.last cite {
        border: none;
    }

    .info_fix {
        right: 0px;
        width: 40px;
    }

    .info_fix_links a {
        width: 40px;
        height: 40px;
        font-size: 1.2em;
    }

    .i_prod_tit span {
        font-size: 50px;
    }

    .pageIndex .productsListBox {
        padding: 30px 0;
    }
}

/*內頁BANNER 設定*/
.banner {
    height: 400px;
}

.banner h5 {
    display: none;
}

.banner.banA {
    background-image: url(https://pic03.eapple.com.tw/hyuil/banA.jpg);
    background-position: center;
    width: 100%;
    height: 30vw;
    background-size: cover;
}

.banner.banB {
    background-image: url(https://pic03.eapple.com.tw/hyuil/banB.jpg);
    background-position: center;
    width: 100%;
    height: 30vw;
    background-size: cover;
}

.banner.banC {
    background-image: url(https://pic03.eapple.com.tw/hyuil/banC.jpg);
    background-position: center;
    width: 100%;
    height: 30vw;
    background-size: cover;
}

.banner.banD {
    background-image: url(https://pic03.eapple.com.tw/hyuil/banD.jpg);
    background-position: center;
    width: 100%;
    height: 30vw;
    background-size: cover;
}

.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/hyuil/banE.jpg);
    background-position: center;
    width: 100%;
    height: 30vw;
    background-size: cover;
}

.banner.banF {
    background-image: url(https://pic03.eapple.com.tw/hyuil/banDesign.jpg);
    background-position: center;
    width: 100%;
    height: 30vw;
    background-size: cover;
}

.banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/hyuil/banblog.jpg);
    background-position: center;
    width: 100%;
    height: 30vw;
    background-size: cover;
}

.banner.banDesign {
    background-image: url(https://pic03.eapple.com.tw/hyuil/banDesign.jpg);
    background-position: center;
    width: 100%;
    height: 30vw;
    background-size: cover;
}

.banner.banDesign_c {
    background-image: url(https://pic03.eapple.com.tw/hyuil/banDesign.jpg);
    background-position: center;
    width: 100%;
    height: 30vw;
    background-size: cover;
}

#content {
    background-image: url(https://pic03.eapple.com.tw/hyuil/background.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}


.car_page .information_left {
    display: block;
}

/*設計作品*/
.sidebar__inner {
    padding: 170px 50px 0 50px;
}

.pd_tabTitle {
    display: none;
}

.path {
    display: none;
}

.ProjsDetail_info_3_5 {
    padding-top: 50px;
}

.ProjsDetail_Title h4 span {
    font-size: 50px;
    color: #000000;
    font-family: 'Playfair Display';
    font-weight: 400;
}

.ProjsDetail_Title h4 {
    font-size: 20px;
    color: #000000;
    font-family: "Noto Serif TC", serif;
    font-weight: 400;
    display: flex;
    flex-direction: column-reverse;
    margin-top: 65px;
}

.ProjsDetail_Title p a::before {
    font-size: 9px;
}

.ProjsDetail_Title p a {
    width: 26px;
    height: 26px;
}

.ProjsDetail_Intro em.TxtHouseType::before,
.ProjsDetail_Intro em.TxtHouseType::after {
    display: none;
}

.ProjsDetail_info_3_5 {
    color: #838383;
    letter-spacing: 1px;
    line-height: 35px;
}


/*購物車 */
.pageIndex .productsListBox {
    padding: 70px 0;
}

.products-list {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-gap: 25px;
}

.products-list .pic {
    aspect-ratio: auto;
}

.prod_part {
    padding: 120px 20px 0px;
}

.i_prod_tit h2 {
    display: none;
}

.i_prod_tit span {
    font-size: 70px;
    font-family: "Playfair Display", serif;
}

.pageIndex .products-list {
    grid-template-columns: repeat(3, 1fr);
}

.product_pic #bx-pager {
    display: none;
}

.bx-wrapper .bx-pager {
    display: none;
}

.product_pic {
    padding: 0px;
}

.product_info_page .main_part {
    max-width: 1800px;
}

.bxslider li {
    width: 100% !important;
}

.bxslider li img {
    width: 100%;
    height: auto !important;
    object-fit: contain;
}

.product_main {
    padding: 0px;
    width: 65%;
}

.product_pic .bx-wrapper {
    margin: 0px;
    padding: 0px;
}

#prod_thumbSwiper {
    display: none;
}

.sidebarBtn {
    border: none;
    box-shadow: none;
    padding: 0px 0px 0px 40px;
}

.sidebarBtn h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 150px;
    text-align: end;
    font-family: "Noto Serif TC", serif;
}

.product_menu_list,
.toShare,
.prod_related {
    display: none;
}

.prod_tabs {
    margin-top: 30px;
    width: 50%;
}

.proImgSwiper {
    aspect-ratio: auto;
}

.product-wrapper {
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}

.product_edit {
    width: 50%;
}

.product_info li {
    padding-left: 0px;
    margin: 0px;
    padding-bottom: 60px;
    position: relative;
    font-family: "Noto Serif TC", serif;
}

.sidebarBtn {
    position: relative;
}

.bx-wrapper .bx-viewport {
    border: none;
}

.product_info {
    margin: 0px;
}

.product_info li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    right: 0px;
    background: #000;
}



.product_info li:before {
    content: 'INFORMATION';
    position: absolute;
    bottom: 10px;
    right: 0px;
}

.product_info li .txt_box {
    color: #353535;
    font-family: "Noto Serif TC", serif;
    line-height: 30px;
    letter-spacing: 1px;
}

.product_info li span {
    display: none;
}

.clearfix {
    text-align: center;
}

.products-list .name {
    margin: 25px 0;
}

.prod-thumb {
    display: none;
}

@media screen and (max-width: 1200px) {
    .sidebarBtn h2 {
        font-size: 25px;
    }
}

@media screen and (max-width: 1024px) {

    .product_main {
        width: 100%;
    }

    .sidebarBtn {
        width: 100%;
        padding: 40px;
    }


}


@media screen and (max-width: 768px) {
    .mobile_product_name {
        display: none;
    }

    .sidebarBtn {
        padding: 15px;
    }

}

@media screen and (max-width: 600px) {}


@media screen and (max-width: 500px) {
    .sidebarBtn h2 {
        font-size: 20px;
        padding-bottom: 100px;
    }

    .prod_tabs {
        margin-top: 0px;
        width: 70%;
    }
}


.product_page .path {
    display: none;
}

.product-layer-two li a {
    display: none;
}

.products-list .pic img {
    aspect-ratio: auto
}

.products-list .more {
    display: none;
}

.products-list .item {
    margin-bottom: 0;
}

.products-list .item a {
    padding-bottom: 0px;
}

.products-list .item img {
    transition: all .8s;
}

.products-list .item:hover img {
    transform: scale(1.1);
    transition: all .8s;
}

@media screen and (max-width: 1024px) {

    .ProjsDetail_info_2_5,
    .ProjsDetail_info_3_5 {
        padding: 20px 30px;
    }

    .projects_detaild_page .header_area {
        position: relative !important;
    }

    .sidebar__inner {
        padding: 50px 50px 0 50px;
    }

    .ProjsDetail_OtherObjs li {
        padding: 2%;
    }

    .ProjsDetail_OtherObjs li>a {
        padding: 0 0 300px;
    }
}

@media screen and (max-width: 768px) {
    .ProjsDetail_OtherObjs li>a {
        padding: 0 0 220px;
    }
}

@media screen and (max-width: 480px) {

    .ProjsDetail_ImgView ul li a,
    .ProjsDetail_OtherObjs li>a {
        padding: 0 0 130px;
    }

    .ProjsDetail_OtherObjs li {
        padding: 20px 30px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}


@media screen and (max-width: 1367px) {}

@media screen and (max-width: 1200px) {
    .swiper-slide img {
        height: auto;
    }

    /*文章管理*/
}

@media screen and (max-width: 1050px) {}

@media screen and (max-width: 1035px) {}

@media screen and (max-width: 1024px) {
    .navigation {
        padding: 15px 0 0 0;
    }

    .header_area {
        position: relative;
        height: auto;
    }

    .nav-brand img {
        filter: none;
    }

    .stellarnav>ul>li>a {
        color: #777;
    }
}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }

    .main_header_area .container {
        max-width: 100%;
        margin: 0;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #827c78;
    }

    .stellarnav .menu-toggle:after {
        color: #827c78;
    }

    .navigation {
        padding: 1%;
    }

    .footer_info li {
        padding: 2% 5%;
    }

    .footer_logo {
        display: none;
    }

    .nav-brand img {
        max-width: 75%;
    }

    /*文章管理/＝＝＝＝＝*/
    h4.blog_category_title {
        font-size: 24px;
    }

    h4.blog_category_title span {
        font-size: 20px;
    }

    .pageIndex .swiper-slide.swiper-slide-active:before {
        bottom: 20%;
        font-size: 6vw;
    }

    .pageIndex .swiper-slide.swiper-slide-active:after {
        bottom: 15%;
        width: 65%;
    }

    .swiper-banner .swiper-slide img {
        height: 70vw;
        width: 120%;
        max-width: 160%;
    }
}

@media screen and (max-width: 570px) {
    .header_area {
        position: relative;
    }

    .navigation {
        padding: 2%;
    }

    .product_page .products-list {
        width: 100%;
    }

    .products-list {
        grid-template-columns: 1fr 1fr;
    }

    .contact_form li {
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
    }

    .contact_form li .form__label {
        width: 100%;
    }

    #content_main {
        margin-top: -10px;
    }

    .product_page .products-list {
        width: auto;
    }

    .products-list {
        display: block;
    }

    .products-list .item {
        display: inline-block;
        vertical-align: top;
    }

    .subbox_item {
        width: 100%;
        border-bottom: none;
    }

    .contact_form li {
        grid-gap: 0px;
    }

    .footer {
        padding: 50px 0 0;
    }

    .footer_info li {
        text-align: center;
    }

    .footer_info ul {
        display: block;
    }

    .footer_menu a {
        display: inline-block;
        border: 1px #ccc solid;
    }

    .stellarnav .menu-toggle {
        padding: 15px;
    }

    .pageIndex .swiper-slide.swiper-slide-active:before {
        bottom: 30%;
    }

    .pageIndex .swiper-slide.swiper-slide-active:after {
        bottom: 22%;
        width: 80%;
    }
}


@media screen and (max-width: 414px) {}