:root{
    --main-cl: #000000;
    --sub-cl: #B4A5D1;
    --container-w: 72.917rem;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0.052rem 0.052rem 0.15625rem rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0.052rem 0.052rem 0.15625rem rgba(0,0,0,0);
    box-shadow: inset 0.052rem 0.052rem 0.15625rem rgba(0,0,0,.0);
    outline: none !important;
}
body{
    overflow-x: hidden;
    background-color: #fff;
    letter-spacing: 0.08em;
}
@media (min-width: 1280px) {
    body, html {
        font-size: 1vw;
    }
}
.grid-container{
    max-width: var(--container-w);
}
.font_mulish{
    font-family: "Mulish" !important;
}
.section{
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    position: relative;
    left: 50%;
    right: 50%;
}
.text_3{
    color: #333333
}
.text_5{
    color: #555555
}
.text_white{
    color: #FFF;
}
.text_underline{
    text-decoration: underline;
}
.text_center{
    text-align: center;
}
.text_right{
    text-align: right;
}
.text_uppercase{
    text-transform: uppercase;
}
.obj_cover{
    object-fit: cover;
}
.text_italic{
    font-style: italic;
}
.text_primary{
    color: var(--main-cl)
}
.al_center{
    align-items: center;
}
.mx_auto{
    margin-left: auto;
    margin-right: auto;
}
.img_wrap{
    overflow: hidden;
}
.img_wrap img{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a{
    text-decoration: none;
}
.ts_03{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ts_04{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ts_05{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fs_11{
    font-size: 0.573rem;
}
.fs_12{
    font-size: 0.625rem;
}
.fs_13{
    font-size: 0.677rem;
}
.fs_14{
    font-size: 0.729rem;
}
.fs_15{
    font-size: 0.78125rem;
}
.fs_16{
    font-size: 0.833rem;
}
.fs_17{
    font-size: 0.885rem;
}
.fs_18{
    font-size: 0.9375rem;
}
.fs_19{
    font-size: 0.99rem;
}
.fs_20{
    font-size: 1.042rem;
}
.fs_21{
    font-size: 1.09375rem;
}
.fs_22{
    font-size: 1.146rem;
}
.fs_23{
    font-size: 1.198rem;
}
.fs_24{
    font-size: 1.25rem;
}
.fs_25{
    font-size: 1.302rem;
}
.fs_30{
    font-size: 1.5625rem;
}
.lh_20{
    line-height: 1.042rem;
}
.lh_21{
    line-height: 1.09375rem;
}
.lh_22{
    line-height: 1.146rem;
}
.lh_23{
    line-height: 1.198rem;
}
.lh_24{
    line-height: 1.25rem;
}
.lh_25{
    line-height: 1.302rem;
}
.lh_26{
    line-height: 1.354rem;
}
.lh_27{
    line-height: 1.40625rem;
}
.lh_28{
    line-height: 1.458rem;
}
.lh_29{
    line-height: 1.51rem;
}
.lh_30{
    line-height: 1.5625rem;
}
.lh_31{
    line-height: 1.615rem;
}
.lh_32{
    line-height: 1.667rem;
}
.lh_33{
    line-height: 1.71875rem;
}
.lh_34{
    line-height: 1.771rem;
}
.lh_40{
    line-height: 2.083rem
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.wrap_link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.m_auto{
    margin: auto;
}
.col_1{flex:0 0 auto;width:8.33333333%}
.col_2{flex:0 0 auto;width:16.66666667%}
.col_3{flex:0 0 auto;width:25%}
.col_4{flex:0 0 auto;width:33.33333333%}
.col_5{flex:0 0 auto;width:41.66666667%}
.col_6{flex:0 0 auto;width:50%}
.col_7{flex:0 0 auto;width:58.33333333%}
.col_8{flex:0 0 auto;width:66.66666667%}
.col_9{flex:0 0 auto;width:75%}
.col_10{flex:0 0 auto;width:83.33333333%}
.col_11{flex:0 0 auto;width:91.66666667%}
.col_12{flex:0 0 auto;width:100%}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.p_unset{
    position: unset !important;
}
.flex_box{
    display: flex;
}
.flex_wrap{
    flex-wrap: wrap;
}
.flex_row{
    flex-direction: row !important;
}
.flex_col{
    flex-direction: column;
}
.al-center{
    align-items: center;
}
.al_start{
    align-items: flex-start;
}
.al_end{
    align-items: flex-end;
}
.al_baseline{
    align-items: baseline;
}
.jus_start{
    justify-content: flex-start;
}
.jus_end{
    justify-content: flex-end;
}
.jus_center{
    justify-content: center;
}
.jus_between{
    justify-content: space-between;
}
.grid_box{
    display: grid;
}
.grid_2{
    grid-template-columns: repeat(2, 1fr);
}
.grid_3{
    grid-template-columns: repeat(3, 1fr);
}
.grid_4{
    grid-template-columns: repeat(4, 1fr);
}
.d_block{
    display: block;
}
.swiper-button-disabled{
    opacity: 0.3 !important;
}
.limit_line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit_line.limit_1{
    -webkit-line-clamp: 1;
}
.limit_line.limit_2{
    -webkit-line-clamp: 2;
}
.limit_line.limit_3{
    -webkit-line-clamp: 3;
}
.limit_line.limit_4{
    -webkit-line-clamp: 4;
}
.limit_line.limit_5{
    -webkit-line-clamp: 5;
}
.limit_line.limit_6{
    -webkit-line-clamp: 6;
}
.limit_line.limit_7{
    -webkit-line-clamp: 7;
}
.m_0{
    margin: 0;
}
.p_middle{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@keyframes scaleBorder {
    0%{
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100%{
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
.pl_cont{
    padding-left: calc(calc(100vw - 72.917rem) / 2);
}
.pr_cont{
    padding-right: calc(calc(100vw - 72.917rem) / 2);
}
.left_cont{
    left: calc(calc(100vw - 72.917rem) / 2);
}
.right_cont{
    right: calc(calc(100vw - 72.917rem) / 2);
}
.h_full{
    height: 100%;
}
.w_full{
    width: 100%;
}
.ls_none{
    list-style: none;
}
span.required{
    color: #FF1B1B;
}
.site-content{
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
}
.wpcf7 form.invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
}
.wpcf7-response-output{
    color: #FFF !important;
    margin-top: 1rem !important;
    text-align: center !important;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-size: 0.833rem;
    font-family: 'Montserrat 600';
}
.form_wrap .wpcf7-not-valid-tip{
    font-size: 0.677rem;
    position: absolute;
}
.wpcf7-spinner{
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(100%, -50%);
}
.bg_center{
    background-position: center;
}
.bg_custom{
    background-repeat: no-repeat;
}
.bg_cover{
    background-size: cover;
}
.bg_contain{
    background-size: contain;
}
.bg_primary{
    background-color: var(--main-cl);
}

@keyframes fade_up {
    0%{
        opacity: 0;
        transform: translateY(2.083rem);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
.swiper-button-lock{
    display: none !important;
}
.swiper-button-disabled{
    opacity: 0.4 !important;
}
/*========== Single Product ==========*/
section.product_details_1{
    padding-top: 3.125rem;
    padding-bottom: 5.208rem;
    overflow: unset;
}
section.product_details_1 .col_5{
    padding-left: 0.677rem;
}
section.product_details_1 .col_7{
    padding-right: 5.46875rem;
}
section.product_details_1 .col_7 > .sticky_wrap{
    position: sticky;
    top: 9.896rem;
}
section.product_details_1 .col_7 > .sticky_wrap > .gallery_wrap{
    margin-bottom: 1.042rem
}
section.product_details_1 .col_7 .ecommerce_wrap {
    padding-left: 8.59375rem;
    width: 100%
}
section.product_details_1 .col_7 .ecommerce_wrap .item{
    border: 1px solid #66666633;
    height: 4.6875rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.product_details_1 .col_7 .ecommerce_wrap .grid_box{
    grid-gap: 0.208rem;
}
section.product_details_1 .col_7 .ecommerce_wrap .item img{
    max-height: 100%;
    width: auto;
    object-fit: contain;
    display:  block;
}
.product_swiper_thumb{
    max-height: 31.771rem;
    width: 7.292rem;
    margin-right: 1.302rem;
}
.product_swiper_thumb .img_wrap{
    cursor: pointer;
}
.product_swiper_thumb .img_wrap,
.product_swiper_thumb img,
.product_swiper_thumb video{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.product_swiper .swiper-slide{
    align-items: center;
    display: flex;
}
.product_swiper .swiper-slide .img_wrap{
    width: 100%;
    height: 100%;
}
.product_swiper video{
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.product_swiper{
    width: calc(100% - 8.59375rem);
}
.product_swiper img{
    width: 100%;
    height: 31.771rem;
}
section.product_details_1 h1{
    font-size: 1.5625rem;
    line-height: 1.979rem;
    color: var(--main-cl);
    margin-bottom: 1.042rem;
}
section.product_details_1 .sku{
    margin-bottom: 1.5625rem;
}
section.product_details_1 .price{
    font-size: 1.5625rem;
    line-height: 1.979rem;
    margin-bottom: 1.5625rem;
}
section.product_details_1 .price+.content{
    margin-bottom: 2.083rem;
    text-align: justify;
}
section.product_details_1 .icon_wrap{
    margin-bottom: 1.042rem;
}
section.product_details_1 .col_5 .grid_box{
    grid-gap: 2.8125rem 1.5625rem;
    padding-bottom: 2.083rem;
    margin-bottom: 2.083rem;
    border-bottom: 1px solid #66666633;
}
section.product_details_1 .content.fw600{
    font-weight: 600;
}
section.product_details_1 .col_5 .grid_box .item img{
    height: 3.646rem;
    width: auto;
    object-fit: contain;
}
.content{
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5625rem;
    color: #000000;
}
.tab_title{
    padding: 0.9375rem 1.302rem;
    background: #F5F5F5;
    cursor: pointer;
}
.tab_item:not(:last-child){
    margin-bottom: 1.042rem;
}
.tab_title span{
    font-size: 0.833rem;
    font-weight: 600;
    line-height: 1.25rem;
    color: #000000;
    text-transform: uppercase;
    max-width: 93%;
}
.tab_title svg{
    width: 1.25rem;
    min-width: 1.25rem;
    height: auto;
}
.tab_title.active svg{
    transform: rotate(180deg);
}
.tab_content{
    display: none;
}
.tab_content{
    padding: 0.521rem 1.302rem 0;
}
svg,path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.vertical_arrow{
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.vertical_arrow svg{
    width: 0.833rem;
    height: 0.417rem;
}
.vertical_arrow.prev{
    top: 0;
}
.vertical_arrow.next{
    bottom: 0;
}
.product_details_2{
    padding-top: 5.208rem;
    padding-bottom: 5.208rem;
    background: #F5F5F5;
    overflow: unset;
}
.product_details_2 > .grid-container{
    position: relative;
    z-index: 5;
}
.product_details_2 .tabs_container{
    width: 48.28125rem;
    max-width: 100%;
}
.parallax_bubble{
    position: absolute;
}
.parallax_bubbles > img:nth-child(1){
    right: -3.333rem;
    top: 5.729rem;
    width: 8.90625rem;
    height: 9.635rem;
}
.parallax_bubbles > img:nth-child(2){
    left: 13.542rem;
    bottom: 5.46875rem;
    width: 8.646rem;
    height: 9.375rem;
}
.parallax_bubbles > img:nth-child(3){
    left: 5rem;
    bottom: 1.771rem;
    width: 2.708rem;
    height: 2.396rem;
}
.parallax_bubbles > img:nth-child(4){
    right: 13.542rem;
    top: 22.396rem;
    width: 2.1875rem;
    height: 2.083rem;
}
.parallax_bubbles > img:nth-child(5){
    right: 16.40625rem;
    top: 18.75rem;
    width: 4.948rem;
    height: 4.948rem;
}
.parallax_bubbles > img:nth-child(6){
    top: 2.604rem;
    left: 19.792rem;
    width: 3.021rem;
    height: 3.021rem;
}
.parallax_bubbles > img:nth-child(7){
    top: 11.71875rem;
    left: -2.083rem;
    width: 7.8125rem;
    height: 7.8125rem;
}
.parallax_bubbles > img:nth-child(8){
    bottom: 6.25rem;
    right: 5.729rem;
    width: 7.8125rem;
    height: 7.8125rem;
}
.product_details_2 .tab_title{
    background: #E9E9E9;
}
.product_details_2 .sec_title{
    margin-bottom: 1.5625rem;
}
.text_black{
    color: #000000;
}
.sec_title{
    font-size: 2.083rem;
    font-weight: 600;
    line-height: 2.5rem;
    color: #000000;
}
.sec_title_2{
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1.979rem;
    color: #000000;
}
.product_item img{
    height: 17.292rem;
    width: 100%;
}
.product_item .cont_wrap{
    margin-top: 1.042rem;
}
.product_item .cont_wrap > a:first-child{
    margin-bottom: 0.521rem;
}
.product_details_3 .sec_title{
    margin-bottom: 2.083rem;
}
.product_details_3 > .grid-container{
    padding-top: 6.25rem;
    padding-bottom: 5.208rem;
    border-bottom: 1px solid #66666633;
}
.box_swiper{
    position: relative;
}
.box_swiper .swiper_arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.875rem;
    height: 1.875rem;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.box_swiper .swiper_arrow > svg{
    width: 0.677rem;
    height: 1.25rem;
}
.box_swiper .swiper_arrow.next{
    right: -1.354rem;
    transform: translate(100%, -50%);
}
.box_swiper .swiper_arrow.prev{
    left: -1.354rem;
    transform: translate(-100%, -50%);
}
.product_details_4{
    padding-top: 5.208rem;
    padding-bottom: 6.25rem;
}
.product_details_4 .sec_title{
    margin-bottom: 2.083rem;
}
.post_item .cont_wrap{
    margin-top: 1.042rem;
}
.post_item img{
    height: 15.625rem;
    width: 100%;
}
.post_item .cont_wrap > .flex_box{
    margin-bottom: 0.521rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
section.products_page{
    padding-top: 2.8125rem;
    padding-bottom: 6.25rem;
}
section.products_page .grid_box{
    grid-gap: 2.083rem 1.25rem;
}
section.products_page .grid_box+ul.thenativePagination{
    margin-top: 2.604rem;
}
ul.thenativePagination{
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
    list-style: none;
}
ul.thenativePagination > li{
    position: relative;
    margin: 0 0.26rem;
}
ul.thenativePagination > li > a{
    width: 2.292rem;
    height: 2.292rem;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.458rem;
    color: #555555;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
ul.thenativePagination > li:not(.thenativePaginationPrev):not(.thenativePaginationNext) > a:after,
ul.thenativePagination > li:not(.thenativePaginationPrev):not(.thenativePaginationNext) > a:before,
ul.thenativePagination > li:not(.thenativePaginationPrev):not(.thenativePaginationNext):after,
ul.thenativePagination > li:not(.thenativePaginationPrev):not(.thenativePaginationNext):before {
    position: absolute;
    content: '';
    background: #555555;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
ul.thenativePagination > li:not(.thenativePaginationPrev):not(.thenativePaginationNext):after,
ul.thenativePagination > li:not(.thenativePaginationPrev):not(.thenativePaginationNext):before{
    height: 1px;
    width: 100%;
}
ul.thenativePagination > li:not(.thenativePaginationPrev):not(.thenativePaginationNext):after{
    top: 0;
    left: 0;
}
ul.thenativePagination > li:not(.thenativePaginationPrev):not(.thenativePaginationNext):before{
    bottom: 0;
    right: 0;
}
ul.thenativePagination > li:not(.thenativePaginationPrev):not(.thenativePaginationNext) > a:after,
ul.thenativePagination > li:not(.thenativePaginationPrev):not(.thenativePaginationNext) > a:before {
    width: 1px;
    height: 100%;
}
ul.thenativePagination > li:not(.thenativePaginationPrev):not(.thenativePaginationNext) > a:after{
    left: 0;
    bottom: 0;
}
ul.thenativePagination > li:not(.thenativePaginationPrev):not(.thenativePaginationNext) > a:before{
    right: 0;
    top: 0;
}
ul.thenativePagination > li.active:before,
ul.thenativePagination > li.active:after{
    width: 0 !important;
}
ul.thenativePagination > li.active > a{
    background: #000000;
    color: #FFF
}
ul.thenativePagination > li.active > a:before,
ul.thenativePagination > li.active > a:after{
    height: 0 !important;
}
section.products_page .terms_menu{
    margin-bottom: 1.302rem;
}
section.products_page .sec_title{
    margin-bottom: 1.5625rem;
}
.terms_menu li:not(:last-child){
    padding-right: 1.5625rem;
    margin-right: 1.5625rem;
    position: relative;
}
.terms_menu li:not(:last-child):before{
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
    transform: translateY(-50%);
    background: #7777774D;
    width: 1px;
    height: 0.729rem;
}
.terms_menu li{
    margin-bottom: 0.78125rem
}
.terms_menu li > a{
    position: relative;
    display: block;
}
.terms_menu li > a:after{
    bottom: 0;
    width: 0;
    left: 50%;
    position: absolute;
    content: '';
    transform: translateX(-50%);
    background: #000;
    height: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.terms_menu li.active > a{
    color: #000000;
    font-weight: 600;
}
.terms_menu li.active > a:after{
    width: 100%;
}

/*========== End Single Product ==========*/
/*========== Header ==========*/
header.site-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #0000001A
}
header.site-header .inside-header{
    flex-wrap: wrap;
    padding: 0;
}
header.site-header .inside-header .site-logo img{
    width: 6.09375rem;
}
header.site-header .inside-header .site-logo{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.302rem;
    z-index: 999;
}
header.site-header .main-navigation{
    width: 100%;
    padding: 0.833rem 0 1.25rem;
}
header.site-header .menu-bar-items .search-item{
    margin-left: 3.646rem;
}
header.site-header .before_header{
    display: flex;
    padding: 0.573rem 0;
    background: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
}
header.site-header .menu-bar-items .search-item > a{
    padding: 0;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    line-height: unset;
    align-items: center;
    justify-content: center;
}
header.site-header .before_menu{
    padding: 1.198rem 0 0.833rem;
}
header.site-header .language_switcher{
    margin-left: 2.083rem;
    pointer-events: none !important;
}
header.site-header .language_switcher li:last-child{
    padding-left: 0.521rem;
    margin-left: 0.521rem;
    position: relative;
}
header.site-header .language_switcher li > a.active > span{
    color: #000000 !important;
}
header.site-header .language_switcher li:last-child:before{
    position: absolute;
    content: '';
    width: 1px;
    height: 0.625rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.2);
}
header.site-header .socials_list li:not(:first-child){
    margin-left: 1.146rem;
}
header.site-header .inside-navigation > .mega-menu-wrap{
    width: 100% !important;
    background: transparent !important;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:not(:first-child):not(.mega-empty_item){
    width: calc(calc(100% - 25.78125rem) / 6);
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-empty_item{
    width: 16.927rem;
    opacity: 0;
    padding: 0 0.521rem;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child,
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child{
    width: 4.427rem !important;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child  > a{
    margin-left: auto !important;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    font-size: 0.833rem;
    font-weight: 600;
    line-height: 1.25rem;
    color: #000000 !important;
    text-transform: uppercase;
    height: unset !important;
    display: flex;
    width: max-content;
    background: transparent !important;
    padding: 0;
}
header.site-header li.mega-menu-item > a.mega-menu-link:before{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute !important;
    content: '';
    height: 1px !important;
    background: #000 !important;
    width: 0 !important;
    opacity: 0 !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
header.site-header li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
header.site-header li.mega-menu-item:hover > a.mega-menu-link{
    color: #000000 !important
}
header.site-header li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:before,
header.site-header li.mega-menu-item:hover > a.mega-menu-link:before{
    width: 100% !important;
    opacity: 1 !important;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-child(2) > a.mega-menu-link,
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-child(3) > a.mega-menu-link,
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-child(4) > a.mega-menu-link{
    margin: auto;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-child(6) > a.mega-menu-link,
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-child(7) > a.mega-menu-link,
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-child(8) > a.mega-menu-link{
    margin: auto;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary{
    justify-content: space-between;
    display: flex;
    align-items: center;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child > a.mega-menu-link{
    padding: 0;
    margin-right: 3.646rem;
    width: 1.25rem;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
    /*visibility: unset !important;*/
    /*opacity: 1 !important;*/
    border: 1px solid #66666633;
    background: #FFF;
    width: var(--container-w);
    padding: 2.865rem 3.90625rem;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    display: block;
    margin-bottom: 1.302rem;
    font-size: 0.833rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: #000000;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    width: max-content;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{
    font-size: 0.729rem;
    font-weight: 300;
    line-height: 1.146rem;
    letter-spacing: 0.05em;
    color: #555555;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.78125rem;
    width: max-content;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
    padding-top: 0;
    padding-bottom: 0;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:first-child{
    padding-left: 0;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:last-child{
    padding-right: 0;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item img{
    display: block;
    margin-left: auto;
}
.container.grid-container.site{
    margin-top: 8.854rem;
}
.search_form{
    position: relative;
}
.search_form input{
    width: 14.0625rem;
    height: 2.083rem;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #000000;
    padding-left: 0.78125rem;
    padding-right: 1.823rem;
    background-color: #F5F5F5;
    border: none !important;
}
.search_form input::placeholder{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #555555;
}
.search_form button{
    background: transparent;
    padding: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    right: 0.625rem;
}
/*========== End Header ==========*/
/*========== Footer ==========*/
footer.footer_nk .wpcf7-not-valid-tip{
    display: none !important;
}
footer.footer_nk > .footer_form{
    background: #F5F5F5;
    padding: 2.96875rem 0;
}
footer.footer_nk > .footer_form .sec_title_2{
    margin-bottom: 0.521rem;
}
footer.footer_nk > .footer_form input[type='email'],
footer.footer_nk > .footer_form input[type='email']::placeholder{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #555555;
}
footer.footer_nk > .footer_form .input_wrap{
    flex-grow: 1;
}
footer.footer_nk > .footer_form p{
    margin-bottom: 0 !important;
}
footer.footer_nk > .footer_form input[type='submit']{
    height: 3.125rem;
    width: 3.125rem;
    background: #000000;
    color: #000000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid transparent;
}
footer.footer_nk > .footer_form .submit_wrap{
    position: relative;
    margin-left: 1.823rem;
}
footer.footer_nk > .footer_form .btn > p{
    display: flex;
}
footer.footer_nk > .footer_form svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    pointer-events: none;
}
footer.footer_nk > .footer_form input[type='email']{
    height: 3.125rem;
    background: transparent;
    padding: 0;
    border: none;
    border-bottom: 1px solid #555555;
    width: 100%;
}
footer.footer_nk > .footer_main{
    padding: 3.125rem 0 2.865rem
}
footer.footer_nk .col_3:first-child img{
    width: 11.09375rem;
}
footer.footer_nk .title_footer{
    font-size: 0.833rem;
    font-weight: 600;
    line-height: 1.25rem;
    color: #001022;
    margin-bottom: 0.78125rem;
}
footer.footer_nk .col_4{
    padding-left: 1.71875rem;
    padding-right: 1.042rem;
}
footer.footer_nk .col_5{
    padding-left: 0.677rem;
}
footer.footer_nk .col_6:last-child{
    padding-left: 2.34375rem;
}
footer.footer_nk .content_footer,
footer.footer_nk .content_footer p,
footer.footer_nk .content_footer li,
footer.footer_nk .content_footer a{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #555555;
}
footer.footer_nk .content_footer b,
footer.footer_nk .content_footer strong{
    font-weight: 600;
}
footer.footer_nk .content_footer p,
footer.footer_nk .content_footer li{
    margin-bottom: 0.26rem;
}
footer.footer_nk .content_footer > *:last-child{
    margin-bottom: 0 !important
}
footer.footer_nk .menu_footer > li > a{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #555555;
    margin-bottom: 0.26rem;
    display: block;
}
footer.footer_nk .col_6:last-child .content_footer{
    margin-top: 1.71875rem;
}
footer.footer_nk .socials_list li:not(:last-child){
    margin-right: 0.78125rem;
}
/*========== End Footer ==========*/
/*========== Banner ==========*/
#banner_gr .gr_head{
    top: 50%;
    transform: translateY(-50%);
    width: 27.604rem;
    max-width: 100%;
}
#banner_gr .gr_head h1{
    font-size: 2.083rem;
    font-weight: 600;
    line-height: 2.5rem;
    margin-bottom: 0.78125rem;
}
#banner_gr .gr_head:before{
    width: calc(100%  + 9.375rem);
    height: 30.208rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(50% 50% at 50% 50%, rgba(242, 243, 247, 0.8) 0%, rgba(242, 243, 247, 0.707879) 20%, rgba(242, 243, 247, 0.641667) 65%, rgba(242, 243, 247, 0) 100%);
}
.breadcrumbs ul{
    margin: 2.083rem 0 0 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.breadcrumbs ul li cite{
    display: flex;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.354rem;
    color: #555555;
    font-style: normal !important;
}
.breadcrumbs ul li:last-child cite{
    color: #000000;
    font-weight: 600;
}
.breadcrumbs ul span.divider{
    display: flex;
    margin: 0 0.833rem;
}
.card_hover .img_wrap{
    position: relative;
}
.card_hover .img_wrap:before,
.card_hover .img_wrap:after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: rgba(0, 0, 0, 0.1);
    content: "";
    pointer-events: none;
    z-index: 5;
 }
.card_hover .img_wrap::before {
    transform-origin: left top;
}
.card_hover .img_wrap::after {
    transform-origin: right bottom;
}
.card_hover .img_wrap:hover::before, .card_hover .img_wrap:hover::after{
    transform: scale3d(1, 1, 1);
}
.card_hover .img_wrap:hover img{
    transform: scale(1.2);
}
/*========== End Banner ==========*/
/*========== Search ==========*/
.wrap_search_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .3s all;
    pointer-events: none;
}

.wrap_search_popup.show {
    opacity: 1;
    pointer-events: unset;
}

.wrap_search_popup .inner {
    background: #353535e8;
    padding: 1.25rem calc(calc(100vw - 56.25rem) / 2) 1.25rem;
    position: relative;
    z-index: 2;
    transform: translateY(-120%);
    transition: .3s all;
}

.wrap_search_popup.show .inner {
    transform: translateY(0%);
    transition-delay: .3s;
}

.wrap_search_popup .inner .button_close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);right: 2.8125rem;
    cursor: pointer;
}

.wrap_search_popup .inner .button_close path {
    fill: white;
}

.wrap_search_popup .inner h2 {
    font-size: 2.5rem;
    margin-bottom: 1.875rem;
}

.wrap_search_popup input::placeholder {
    font-size: 1.5625rem;
    color: #929292;
}

.wrap_search_popup input#s {
    margin-bottom: 0;
    height: 3.125rem;
    width: 100%;
    margin-right: 0.625rem;
    outline: none;
    background-color: #232323;
    border-radius: 0;
    border: 0.0625rem solid transparent;
    color: white;
    font-size: 1rem;
    transition: .5s all;
    padding: 0 1.25rem;
}

.wrap_search_popup input#s:focus {
    border-color: var(--main-cl);
}

.wrap_search_popup input#s::placeholder {
    font-size: 1.125rem;
}

.wrap_search_popup input#searchsubmit {
    height: 3.125rem;
    width: 12.5rem;
    font-size: 1rem;
    text-transform: uppercase;
    color: white;
    flex: 0 0 auto;
    background: var(--main-cl);
    border-radius: 0.3125rem;
    position: unset;
    opacity: 1;
    border: none;
    cursor: pointer;
    transition: .5s ease-in-out;
}

.wrap_search_popup input#searchsubmit:hover{
    background: var(--main-cl);
}
.wrap_search_popup form {
    display: flex;
}

.wrap_search_popup h2 {
    color: #fff;
}
.wrap_search_popup .bg_close{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.btn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.521rem 1.042rem;
    width: max-content;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    cursor: pointer;
}
.btn span{
    font-size: 0.833rem;
    font-weight: 500;
    line-height: 1.042rem;
    letter-spacing: 0.05em;
    color: #000000;
}
.btn svg{
    margin-left: 0.521rem;
    position: relative;
    z-index: 2;
}
.btn_transparent{
    border: 1px solid #000000;
}
.btn_transparent span{
    color: #000000;
}
.btn_primary{
    border: 1px solid #000000;
    background: #000000;
}
.btn_primary span{
    color: #FFF;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn_primary:before{
    left: 50%;
    width: 0%;
    width: 100%;
    transform: translateX(-50%) scaleX(0);
    position: absolute;
    content: '';
    background-color: #FFF;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.search_grid:not(:last-child){
    margin-bottom: 3.125rem;
}
.search_grid > div.grid_box{
    grid-gap: 1.25rem
}
section.page_default{
    padding: 2.083rem 0  3.125rem;
}
.search_grid > div.btn{
    margin-top: 2.083rem;
}
section.search_page{
    padding: 3.125rem 0 5.208rem;
}
section.search_page h1{
    margin-bottom: 1.823rem
}
section.search_page h2{
    margin-bottom: 1.5625rem;
}
.btn.btn_loading span{
    color: #FFF !important
}
.btn.btn_loading svg path{
    stroke: #FFF !important;
}
.btn.btn_loading:before{
    transform: translateX(-50%) scaleX(1);
}
.btn.btn_loading:after{
    position: absolute;
    content: '';
    z-index: 4;
    height: 1.771rem;
    width: 1.771rem;
    top: calc(50% - 0.885rem);
    left: calc(50% - 0.885rem);
    background-image: linear-gradient(#FFF , #FFF), radial-gradient(at top, #000  25%, #cccccc, #cccccc, #cccccc, #cccccc);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border: double 0.15625rem transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    animation: spin 1s infinite;
    pointer-events: none;
}
.loading{
    position: relative;
}
.loading:before{
    position: absolute;
    content: '';
    z-index: 4;
    height: 4.167rem;
    width: 4.167rem;
    top: calc(50% - 2.083rem);
    left: calc(50% - 2.083rem);
    background-image: linear-gradient(#FFF , #FFF), radial-gradient(at top, #000  25%, #cccccc, #cccccc, #cccccc, #cccccc);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border: double 0.208rem transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    animation: spin 1s infinite;
    pointer-events: none;
}
#home_products.loading:before{
    background-image: linear-gradient(#F5F5F5 , #F5F5F5), radial-gradient(at top, #000  25%, #cccccc, #cccccc, #cccccc, #cccccc);
}
.hover_underline{
    background-image: linear-gradient(90deg,transparent,transparent),linear-gradient(90deg,#1F1C17,#1F1C17);
    background-size: 100% 1px,0 1px;
    background-position: 100% calc(100% - 0px),0 calc(100% - 0px);
    background-repeat: no-repeat;
    transition: background-size .4s;
    display: inline;
}
.hover_underline:hover{
    background-size: 0 1px,100% 1px;
}
/*========== End Search ==========*/
/*========== About ==========*/
section.about_1{
    padding-top: 3.385rem;
    padding-bottom: 6.25rem;
}
.sec_des,
.sec_des p,
.sec_des li{
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5625rem;
    color: #555555;
    letter-spacing: 0.08em;
}
.sec_des p,
.sec_des li{
    margin-bottom: 0.521rem;
}
.sec_des > *:last-child{
    margin-bottom: 0 !important;
}
.sec_des.hide{
    display: none;
    margin-top: 0.9375rem;
}
section.about_1 .btn{
    margin-top: 1.458rem;
}
section.about_1 .col_6:first-child{
    padding-right: 6.771rem;
}
section.about_2{
    padding-top: 9.271rem;
    padding-bottom: 6.354rem;
}
body.page-template-about .sec_title{
    margin-bottom: 0.78125rem;
}
section.about_2 .col_5{
    padding-left: 0.625rem;
}
section.about_2 .swiper_control{
    margin-top: 1.5625rem
}
.bg_cus{
    background-size: cover;
    background-repeat: no-repeat;
}
.swiper_fraction{
    width: max-content;
    margin: 0 1.25rem;
}
.swiper_fraction .swiper-pagination-current{
    font-family: "Mulish";
    font-size: 2.083rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.1em;
    margin-top: 0.26rem;
}
.swiper_fraction .swiper-pagination-total {
    font-family: "Mulish";
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.1em;
}
section.about_3{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}
section.about_4 .grid-container > .sec_des,
section.about_3 .grid-container > .sec_des{
    margin-bottom: 2.083rem;
}
section.about_3 h3{
    margin-bottom: 0.521rem;
}
section.about_3 .cont_wrap{
    padding: 0 1.042rem;
}
section.about_3 .img_wrap{
    margin-bottom: 1.823rem;
}
section.about_4 .img_wrap{
    margin-bottom: 1.302rem;
}
section.about_4{
    padding-top: 6.51rem;
    padding-bottom: 5.46875rem;
}
section.about_4 h3{
    margin-bottom: 0.521rem;
}
.bg_gray{
    background-color: #F5F5F5;
}
section.about_5{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}
section.about_5 .grid_box{
    grid-gap: 1.25rem;
}
section.about_5 .col_5{
    padding-right: 1.5625rem;
}
section.about_5 .grid_box .item{
    height: 8.333rem;
    border: 1px solid #66666633;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.042rem;
}
    /*========== End About ==========*/
/*========== Home ==========*/
section.home_1{
    padding-top: 7.1875rem;
    padding-bottom: 5.46875rem;
}
section.home_1 .grid-container{
    padding: 0 12.24rem;
    position: relative;
    z-index: 5;
}
body.page-template-home .sec_title{
    margin-bottom: 0.78125rem;
}
section.home_1 .sec_des{
    margin-bottom: 2.34375rem;
}
section.home_1 .grid_box{
    margin-bottom: 2.604rem;
    padding: 0 5.46875rem;
    grid-gap: 42px;
}
section.home_1 .icon_wrap img{
    height: 3.646rem;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.042rem;
}
.mx_auto{
    margin-left: auto;
    margin-right: auto;
}
section.home_2{
    padding-top: 6.25rem;
    padding-bottom: 3.125rem;
}
section.home_2 .sec_des{
    margin-bottom: 2.083rem;
}
.home_swiper_1{
    overflow: unset;
    text-align: center;
}
.home_swiper_1 .swiper-slide{
    opacity: 0.3;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.home_swiper_1 .swiper-slide a{
    pointer-events: none;
}
.home_swiper_1 .swiper-slide.swiper-slide-active,
.home_swiper_1 .swiper-slide.swiper-slide-next,
.home_swiper_1 .swiper-slide.swiper-slide-prev{
    opacity: 1;
}
.home_swiper_1 .swiper-slide.swiper-slide-active a,
.home_swiper_1 .swiper-slide.swiper-slide-next a,
.home_swiper_1 .swiper-slide.swiper-slide-prev a{
    pointer-events: unset;
}
section.home_3{
    padding-top: 3.125rem;
    padding-bottom: 6.25rem;
}
section.home_3 .sec_des{
    margin-bottom: 2.083rem;
}
.home_swiper_2 .img_wrap{
    height: 30.573rem;
}
.home_swiper_2 .col_4{
    background-color: #F5F5F5;
    padding: 3.125rem 3.646rem;
    box-sizing: border-box;
}
.home_swiper_2 h3{
    margin-bottom: 0.78125rem;
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1.979rem;
}
.home_swiper_2 .price{
    margin-bottom: 1.302rem;
}
.home_swiper_2 .swiper-slide .sec_des{
    margin-bottom: 1.5625rem;
}
.product_item.type_2  .cont_wrap > a:first-child{
    margin-bottom: 0.521rem !important;
    display: block;
}
.product_item.type_2 .cont_wrap{
    padding: 0 2.292rem;
}
.product_item.type_2 .price{
    margin-bottom: 1.5625rem;
}
.product_item.type_2 img{
    height: 22.396rem;
}
.home_4{
    padding-top: 6.458rem;
    padding-bottom: 6.25rem;
}
.home_4 .btn_primary{
    margin-top: 2.083rem;
}
.home_4 .terms_menu{
    margin-bottom: 1.40625rem;
    margin-top: 1.5625rem
}
.home_5{
    padding-top: 5.573rem;
    padding-bottom: 5.99rem;
}
.home_5 .sec_des{
    margin-bottom: 2.8125rem;
}
.home_5 .grid_box{
    grid-gap: 2.8125rem 1.25rem;
}
.home_5 .grid_box h3{
    margin-bottom: 0.26rem;
}
.home_5 .grid_box .icon_wrap img{
    display: block;
    margin: 0 auto 1.25rem;
    height: 3.385rem;
    width: auto;
}
.home_6{
    padding-top: 6.25rem;
    padding-bottom: 5.208rem;
}
.home_6 .sec_title{
    margin-bottom: 0;
}
.home_6 .flex_box{
    margin-bottom: 2.083rem;
}
/*========== End Home ==========*/
/*========== Recruitment ==========*/
section.recruit_page_1{
    padding-top: 2.8125rem;
    padding-bottom: 6.25rem;
}
section.recruit_page_1 .grid-container{
    padding: 0 12.24rem;
}
section.recruit_page_2{
    overflow: unset;
}
section.recruit_page_2:before{
    position: absolute;
    left: 5.729rem;
    bottom: -2.8125rem;
    background-image: url('../../images/bubble_recruit.svg');
    background-size: contain;
    width: 7.8125rem;
    height: 7.8125rem;
    content: '';
    pointer-events: none;
}
section.recruit_page_2 .col_6:first-child{
    padding-right: 6.51rem;
}
section.recruit_page_3{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}
section.recruit_page_3 .terms_menu{
    margin-top: 1.5625rem;
    margin-bottom: 1.823rem;
}
.recruit_table{
    border: none;
    margin-bottom: 0;
}
.recruit_table+.btn{
    margin-top: 2.083rem;
}
.recruit_table thead {
    background-color: #6666661A;
}
.recruit_table thead th{
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.354rem;
    color: #000000;
    height: 4.375rem;
    border-bottom: none;
    border-color: #6666661A;
}
.recruit_table thead th:nth-child(1){
    width: 8.5%;
}
.recruit_table thead th:last-of-type{
    border-right: none;
}
.recruit_table thead th:nth-child(2){
    text-align: left;
    padding-left: 1.458rem;
    width: 26%;
}
.recruit_table thead th:nth-child(3){
    width: 12%;
}
.recruit_table thead th:nth-child(4){
    width: 17%;
}
.recruit_table thead th:nth-child(5){
    width: 19%;
}
.recruit_table thead th:nth-child(6){
    width: 17.5%;
}
.recruit_table tbody td{
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.354rem;
    color: #555555;
    text-align: center;
    height: 4.375rem;
    border-left: none;
    border-top: none;
    border-color: #6666661A;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.recruit_table tbody tr:last-child td{
    border-bottom: none;
}
.recruit_table tbody td:nth-child(1){
    font-size: 1.5625rem;
    line-height: 2.865rem;
}
.recruit_table tbody td:nth-child(2){
    text-align: left;
    padding-left: 1.458rem;
    padding-right: 1.5625rem;
}
.recruit_table tbody td:nth-child(3){
    font-size: 1.042rem
}
.recruit_table tbody td:last-of-type{
    border-right: none;
}
.recruit_table tbody td .btn{
    width: 7.552rem;
}
.recruit_table tbody td > strong{
    display: none;
}
.recruit_table tbody tr td:first-child:before{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid transparent;
    position: absolute;
    content: '';
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.recruit_table tbody tr:hover td:first-child:before{
    border-color: #B4A5D1
}
.recruit_table tbody tr:hover td:not(:last-of-type){
    color: #000000;
}
.recruit_table tbody tr:hover > td:not(:first-child){
    font-weight: 600;
}
.recruit_table tbody tr:hover .btn_primary{
    background-color: #B4A5D1;
    border-color: #B4A5D1;
}
.recruit_table tbody tr:hover .btn_transparent{
    background-color: #000000;
}
.recruit_table tbody tr:hover .btn_transparent > span{
    color: #FFF
}
section.recruit_details_1 {
    padding-top: 2.8125rem;
}
section.recruit_details_1 h2{
    font-size: 1.5625rem;
    line-height: 2.34375rem;
    margin-bottom: 0.78125rem;
}
section.recruit_details_1 .recruit_nav{
    margin-bottom: 1.5625rem;
    padding-bottom: 1.5625rem;
    border-bottom: 1px solid #E1E1E1
}
section.recruit_details_1 .recruit_nav .left_col li svg{
    margin-right: 0.521rem;
}
section.recruit_details_1 .recruit_nav .left_col li:not(:last-of-type){
    margin-right: 2.083rem;
}
section.recruit_details_1 .recruit_nav .right_col a{
    margin-left: 0.78125rem
}
section.recruit_details_1 .col_8{
    border: 1px solid #6666661A;
    padding: 2.5rem 3.229rem;
}
section.recruit_details_1 .col_4{
    background-color: #6666661A;
    padding: 2.76rem 3.646rem;
}
section.recruit_details_1 .col_4 .fs_20{
    margin-bottom: 0.15625rem;
}
section.recruit_details_1 .col_4 .btn{
    margin-bottom: 2.292rem;
}
section.recruit_details_1 .col_4 .fs_20+.fs_18{
    margin-bottom: 1.042rem;
}
section.recruit_details_2{
    padding-top: 3.125rem;
    padding-bottom: 6.25rem;
}
section.recruit_details_2 .col_8{
    padding-right: 4.167rem;
}
section.recruit_details_2 .right_block{
    padding-bottom: 1.5625rem;
    border: 1px solid #6666661A;
    position: sticky;
    top: 10.417rem;
}
section.recruit_details_2 .right_block .block_title{
    padding: 1.25rem 1.875rem 1.25rem 2.8125rem;
    background-color: #6666661A;
    margin-bottom: 0;
}
section.recruit_details_2 .right_block .item:not(:last-of-type) .cont_wrap{
    border-bottom: 1px solid #6666661A;
    padding-bottom: .833rem;
}
section.recruit_details_2 .right_block .item{
    padding: 1.458rem 1.875rem 0 2.8125rem;
}
section.recruit_details_2 .right_block .item .icon{
    margin-left: 1.823rem;
}
section.recruit_details_2 .right_block .item h3{
    margin-bottom: 0.26rem;
}
section.recruit_details_2 .title{
    padding-right: 1.823rem;
}
.content_post,
.content_post li,
.content_post p{
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: 0.08em;
    color: #555555
}
.content_post li,
.content_post p{
    margin-bottom: 0.521rem;
}
.content_post > *:last-child{
    margin-bottom: 0 !important;
}
.content_post ul{
    margin-left: 1.5625rem;
}
section.recruit_details_2 .job_des{
    margin-bottom: 5.208rem;
}
section.recruit_details_2 .col_8 .item:not(:last-of-type){
    padding-bottom: 2.083rem;
    margin-bottom: 2.083rem;
    border-bottom: 1px solid #66666633;
}
section.recruit_details_2{
    overflow: unset;
}
#form_td{
    padding: 3.90625rem 6.25rem;
    background-color: #F0F0F0;
}
#form_td h2{
    font-size: 1.5625rem;
    line-height: 2.34375rem;
    margin-bottom: 1.5625rem;
}
.form_wrap .col_6{
    width: calc(50% - 0.625rem);
}
.form_wrap p{
    margin-bottom: 0;
}
.form_wrap .form_group:not(:last-child){
    margin-bottom: 1.042rem
}
.form_wrap .form_group:not(:last-child) label{
    font-size: 0.833rem;
    font-weight: 600;
    line-height: 1.25rem;
    color: #000000;
    display: block;
    margin-bottom: 0.3125rem;
    text-transform: uppercase;
}
.form_wrap .form_group:last-child label > strong{
    font-weight: 400;
    letter-spacing: unset;
}
.form_wrap .form_group:last-child label{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.042rem;
    margin-bottom: 0.521rem;
    letter-spacing: unset;
}
.form_wrap .form_group:last-child .btn > p{
    display: flex;
    align-items: center;
}
.form_wrap .form_group:last-child input[type='submit']{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 33;
    opacity: 0;
}
.form_wrap .form_group input:not([type='file']),
.form_wrap .form_group textarea,
.form_wrap .form_group input::placeholder,
.form_wrap .form_group textarea::placeholder{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.354rem;
    color: #555555;
    letter-spacing: 0.08em;
}
.form_wrap .form_group input:not([type='file']),
.form_wrap .form_group textarea{
    width: 100%;
    color: #000000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid transparent;
    background-color: #fff;
}
.form_wrap .form_group input:focus,
.form_wrap .form_group textarea:focus{
    border-color: #B4A5D1
}
.form_wrap .form_group textarea{
    height: 4.6875rem;
}
/*========== End Recruitment ==========*/
/*========== Contact ==========*/
section.contact_page{
    padding-top: 5.208rem;
    padding-bottom: 6.25rem;
    background-position: bottom;
}
section.contact_page .grid-container{
    padding: 0 5.208rem;
}
section.contact_page .grid-container > .flex_box > .col_6:first-child{
    padding-right: 2.865rem;
    border-right: 1px solid rgba(102, 102, 102, 0.2);
}
section.contact_page .grid-container > .flex_box > .col_6:first-child .content_post{
    margin-bottom: 1.042rem
}
section.contact_page .grid-container > .flex_box > .col_6:nth-child(2){
    padding-left: 2.865rem;
}
section.contact_page .grid-container > .flex_box > .col_6:nth-child(2) .btn_submit{
    width: max-content;
}
section.contact_page .grid-container > .flex_box > .col_6:nth-child(2) textarea{
    height: 9.375rem;
}
section.contact_page .grid-container > .flex_box > .col_6:nth-child(2) .sec_des{
    margin-bottom: 2.083rem;
}
.wpcf7 form.invalid .wpcf7-response-output{
    letter-spacing: 0;
}
section.contact_page input,
section.contact_page textarea{
    background-color: #f8f8f8 !important;
}
/*========== End Contact ==========*/
/*========== News ==========*/
section.news_page{
    padding-top: 5.208rem;
    padding-bottom: 6.25rem;
}
section.news_page .terms_menu{
    margin-bottom: 2.604rem;
}
section.news_page .sec_des{
    margin-bottom: 2.083rem;
}
section.news_page .grid_3{
    grid-gap : 2.083rem;
    margin-bottom: 2.8125rem;
}
section.news_page .grid_4{
    grid-gap: 1.667rem 1.25rem;
}
section.news_page .grid_4 .post_item > .cont_wrap > .flex_box{
    font-size: 0.729rem;
}
/*========== End News ==========*/
.img_gray_scale img{
    filter: grayscale(1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.terms_menu > .select,
.mobile_only{
    display: none;
}
#mobile_menu{
    display: none;
}
section.product_details_1 .content{
    text-align: justify;
}
section.product_details_1 .content ul{
    margin-left: 1.302rem;
}
section.product_details_1 .content > *:not(:last-child){
    margin-bottom: 1rem;
}
section.post_details_1 h1+.flex_box{
    margin-bottom: 1.5625rem;
    padding-bottom: 0.78125rem;
}
section.post_details_1{
    padding: 2.083rem 0 3.125rem;
}
section.post_details_1  .share_group > a{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #555555;
    padding: 0.625rem;
    width: 2.083rem;
    height: 2.083rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.78125rem;
}
section.post_details_2{
    padding-top: 2.083rem;
    padding-bottom: 6.25rem;
}
section.post_details_2 .grid_box{
    grid-gap: 1.667rem 1.25rem;
    margin-top: 1.5625rem;
}
.swiper.home_swiper .cont_wrap{
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 24.479rem;
    max-width: 95%;
}
.swiper.home_swiper .cont_wrap:before{
    width: calc(100% + 9.375rem);
    height: 30.208rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(50% 50% at 50% 50%, rgba(242, 243, 247, 0.8) 0%, rgba(242, 243, 247, 0.707879) 20%, rgba(242, 243, 247, 0.641667) 65%, rgba(242, 243, 247, 0) 100%);
}
.swiper.home_swiper .cont_wrap .sec_title{
    margin-bottom: 0.78125rem;
}
.swiper.home_swiper .cont_wrap .sec_des{
    margin-bottom: 1.5625rem;
}
.swiper.home_swiper .swiper-slide .sec_title{
    transform: translateY(1.5625rem);
    opacity: 0;
}
.swiper.home_swiper .swiper-slide .sec_des{
    transform: translateY(1.5625rem);
    opacity: 0;
}
.swiper.home_swiper .swiper-slide .btn:after,
.swiper.home_swiper .swiper-slide .btn:before{
    display: none !important;
}
.swiper.home_swiper .swiper-slide .btn{
    transform: translateY(1.5625rem);
    opacity: 0;
    border: none !important;
}
.swiper.home_swiper .swiper-slide.swiper-slide-active .btn,
.swiper.home_swiper .swiper-slide.swiper-slide-active .sec_des,
.swiper.home_swiper .swiper-slide.swiper-slide-active .sec_title{
    transform: translateY(0);
    opacity: 1;
}
.search_open,
.faq_content{
    display: none;
}
.faq_content.active{
    animation: 1s fade_up;
    display: block;
}
.faq_title{
    cursor: pointer;
}
.faq_title.active{
    background-color: #000 !important;
    color:  #FFF
}
.faq_title.active img{
    filter: brightness(0) invert(1);
}
@media only screen and (min-width: 1280px){
    .terms_menu li:hover > a:after{
        width: 100%;
    }
    .vertical_arrow:hover{
        background: #000;
    }
    ul.thenativePagination > li:not(.thenativePaginationPrev):not(.thenativePaginationNext):hover > a:before,
    ul.thenativePagination > li:not(.thenativePaginationPrev):not(.thenativePaginationNext):hover > a:after{
        height: 0;
    }
    ul.thenativePagination > li:not(.thenativePaginationPrev):not(.thenativePaginationNext):hover:before,
    ul.thenativePagination > li:not(.thenativePaginationPrev):not(.thenativePaginationNext):hover:after{
        width: 0;
    }
    ul.thenativePagination > li:not(.thenativePaginationPrev):not(.thenativePaginationNext):hover > a{
        background:  #000000;
        color: #FFF
    }
    .add_line:hover:before,
    .add_line:hover:after{
        height: 100%;
    }
    .add_line:hover .btn:before,
    .add_line:hover .btn:after{
        width: 100%;
    }
    .add_line:hover .btn{
        background: transparent;
    }
    .add_line:hover .btn svg{
        transform: rotate(-90deg);
    }
    section.product_details_1 .col_7 .ecommerce_wrap .item img,
    section.product_details_1 .grid_box .col_5 .item img{
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    section.product_details_1 .grid_box .col_5 .item:hover img{
        transform: rotateY(360deg);
    }
    .box_swiper .swiper_arrow:hover{
        background: #000;
    }
    .box_swiper .swiper_arrow:hover path{
        stroke: #FFF
    }
    .box_swiper .swiper_arrow.next:hover svg{
        transform: translateX(0.26rem);
    }
    .box_swiper .swiper_arrow.prev:hover svg{
        transform: translateX(-0.26rem);
    }
    footer.footer_nk a:hover{
        text-decoration: underline !important;
    }
    footer.footer_nk > .footer_form .submit_wrap:hover input[type='submit']{
        background: transparent;
        border: 1px solid #000;
        color: transparent;
    }
    footer.footer_nk > .footer_form .submit_wrap:hover svg path{
        stroke: #000000;
    }
    .btn_primary:hover:before{
        transform: translateX(-50%) scaleX(1);
    }
    .btn_primary:hover span{
        color: #000000;
    }
    .btn_primary:hover svg path{
        stroke: #000000;
    }
    .swiper.home_swiper .swiper-slide .btn:hover{
        background: transparent !important;
    }
    .icon_wrap img{
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .icon_wrap:hover img{
        transform: rotateY(360deg);
    }
    .img_gray_scale:hover img{
        filter: grayscale(0);
    }
}
@media only screen and (max-width: 1199px){
    :root{
        --container-w: 57.5rem;
    }
    .left_cont{
        left: calc(calc(100vw - 57.5rem) / 2);
    }
    .pl_cont{
        padding-left: calc(calc(100vw - 57.5rem) / 2);
    }
    .right_cont{
        right: calc(calc(100vw - 57.5rem) / 2);
    }
    .pr_cont{
        padding-right: calc(calc(100vw - 57.5rem) / 2);
    }
    section.contact_page .grid-container{
        padding: 0 0.625rem;
    }
    section.contact_page{
        padding: 3rem 0 4rem;
    }
    .sec_title{
        font-size: 1.875rem;
        line-height: 2.5rem;
    }
    footer.footer_nk .col_6:last-child{
        padding-left: 1rem;
    }
    footer.footer_nk .footer_form .col_7,
    footer.footer_nk .footer_form .col_5{
        width: 50%;
    }
    header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child > a.mega-menu-link{
        margin-right: 1.5rem;
    }
    header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-empty_item{
        width: 12rem;
    }
    header.site-header .menu-bar-items .search-item{
        margin-left: 1.5rem;
    }
    #mega-menu-wrap-primary{
        flex-grow: 1;
    }
    header.site-header .before_menu{
        padding: 0.5rem 0;
    }
    header.site-header .main-navigation{
        padding: 0.5rem 0 1rem;
    }
    header.site-header .inside-header .site-logo{
        bottom: 0.75rem;
    }
    #banner_gr img{
        height: 28.125rem;
    }
    .container.grid-container.site{
        margin-top: 7.6875rem;
    }
    section.news_page .grid_4 .post_item img{
        height: 12rem;
    }
    section.news_page{
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
    section.recruit_page_2 .col_6:first-child{
        padding-right: 1rem;
    }
    section.recruit_page_1{
        padding-top: 2rem;
        padding-bottom: 4rem;
    }
    section.recruit_page_3{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    section.recruit_page_3 .terms_menu{
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    section.products_page{
        padding-bottom: 4rem;
    }
    .product_item img{
        height: 14rem;
    }
    section.recruit_details_1 .col_8{
        padding: 1rem 1.5rem;
    }
    section.recruit_details_1 .col_4{
        padding: 1.8rem 2.5rem;
    }
    section.recruit_details_1 .recruit_nav .left_col li:not(:last-of-type){
        margin-right: 1rem;
    }
    section.recruit_details_1 .recruit_nav .left_col li > span{
        font-size: 0.875rem;
        letter-spacing: 0.05em;
    }
    section.recruit_details_1 .col_4 .btn{
        margin-bottom: 1.5rem;
    }
    section.recruit_details_2 .col_8{
        padding-right: 2rem;
    }
    section.recruit_details_1 h2{
        font-size: 1.5rem;
    }
    section.recruit_details_2{
        padding-bottom: 3rem;
    }
    section.recruit_details_2 .job_des{
        margin-bottom: 2.5rem;
    }
    #form_td{
        padding: 2rem 3rem;
    }
    section.product_details_1 .col_7{
        padding-right: 1.5rem;
    }
    .product_swiper img{
        height: 28rem;
    }
    .product_swiper_thumb{
        max-height: 28rem;
    }
    .parallax_bubbles > img:nth-child(1){
        right: 0;
        width: 6.25rem;
        height: auto;
    }
    .product_details_4,
    .product_details_3 > .grid-container{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    section.home_1{
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    section.home_1 .grid-container{
        padding: 0 2rem;
    }
    section.home_1 .grid_box{
        margin-bottom: 1.5rem;
    }
    section.home_2{
        padding-top: 3.5rem;
        padding-bottom: 2rem;
    }
    .product_item.type_2 img{
        height: 19rem;
    }
    .product_item.type_2 .cont_wrap{
        padding: 0 0.5rem;
    }
    .product_item.type_2 .price{
        margin-bottom: 0.875rem;
    }
    section.home_3{
        padding-top: 2rem;
        padding-bottom: 3.5rem;
    }
    .home_swiper_2 .col_4{
        padding: 1.5rem 2rem;
    }
    .home_swiper_2 .col_4 h3{
        font-size: 1.375rem;
    }
    .home_swiper_2 .img_wrap{
        height: 28rem;
    }
    .home_4{
        padding: 3rem 0;
    }
    .home_5{
        padding: 3rem 0;
    }
    .home_5 > .grid-container{
        position: relative;
        z-index: 3;
    }
    .home_5:before{
        position: absolute;
        content: '';
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.1) 100%);
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }
    .home_5 .col_6{
        margin: auto;
        width: 75%;
    }
    .home_6{
        padding: 4rem 0 3rem;
    }
    section.about_1 .col_6:first-child{
        padding-right: 2rem;
    }
    section.about_1{
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
    section.about_2{
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    section.about_2 .swiper_control{
        margin-top: 0.5rem;
    }
    section.about_3{
        padding: 3rem 0;
    }
    section.about_3 h3{
        font-size: 1rem;
    }
    section.about_3 .cont_wrap{
        padding: 0;
    }
    section.about_4{
        padding-top: 3.5rem;
        padding-bottom: 2.5rem;
    }
    section.about_5{
        padding: 3rem 0;
    }
    section.about_5 .col_5{
        width: 50%;
    }
    section.about_5 .grid_box{
        grid-gap: 0.625rem
    }
    section.about_5 .grid_box .item{
        height: 7rem;
    }
    section.post_details_1{
        padding: 2rem 0 1.5rem
    }
    section.post_details_2{
        padding: 1.5rem 0 3rem;
    }
    section.post_details_2 .post_item img{
        height: 12rem;
    }
    .swiper.home_swiper .swiper-slide img{
        height: 28.125rem;
    }
    header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child, header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child{
        width: 2rem !important;
    }
    header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:not(:first-child):not(.mega-empty_item){
        width: calc(calc(100% - 16rem) / 6);
    }
}
@media only screen and (max-width: 991px){
    :root{
        --container-w: 45rem;
    }
    .tablet_col_1{flex:0 0 auto;width:8.33333333% !important}
    .tablet_col_2{flex:0 0 auto;width:16.66666667% !important}
    .tablet_col_3{flex:0 0 auto;width:25% !important}
    .tablet_col_4{flex:0 0 auto;width:33.33333333% !important}
    .tablet_col_5{flex:0 0 auto;width:41.66666667% !important}
    .tablet_col_6{flex:0 0 auto;width:50% !important}
    .tablet_col_7{flex:0 0 auto;width:58.33333333% !important}
    .tablet_col_8{flex:0 0 auto;width:66.66666667% !important}
    .tablet_col_9{flex:0 0 auto;width:75% !important}
    .tablet_col_10{flex:0 0 auto;width:83.33333333% !important}
    .tablet_col_11{flex:0 0 auto;width:91.66666667% !important}
    .tablet_col_12{flex:0 0 auto;width:100% !important}
    .tablet_flex_col{
        flex-direction: column;
    }
    .left_cont{
        left: calc(calc(100vw - 45rem) / 2);
    }
    .pl_cont{
        padding-left: calc(calc(100vw - 45rem) / 2);
    }
    .right_cont{
        right: calc(calc(100vw - 45rem) / 2);
    }
    .pr_cont{
        padding-right: calc(calc(100vw - 45rem) / 2);
    }
    .tablet_grid_3{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .tablet_grid_2{
        grid-template-columns: 1fr 1fr;
    }
    .tablet_grid_1{
        grid-template-columns: 1fr;
    }
    .tablet_col_reverse{
        flex-direction: column-reverse;
    }
    .tablet_text_center{
        text-align: center;
    }
    .tablet_al_center{
        align-items: center;
    }
    .tablet_jus_center{
        justify-content: center;
    }
    section.contact_page .grid-container > .flex_box > .col_6:first-child{
        padding-right: 1.5rem;
    }
    section.contact_page .grid-container > .flex_box > .col_6:nth-child(2){
        padding-left: 1.5rem;
    }
    .sec_title{
        font-size: 1.5625rem;
        line-height: 2rem;
        margin-bottom: 0.625rem
    }
    footer.footer_nk .footer_form .flex_box{
        flex-wrap: wrap;
    }
    footer.footer_nk .footer_form .col_7{
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    footer.footer_nk .footer_form .col_5{
        text-align: center;
        padding: 0;
        margin-bottom: 1.25rem;
        width: 100%;
    }
    footer.footer_nk > .footer_form{
        padding: 2rem 0;
    }
    footer.footer_nk .col_3{
        margin-bottom: 2.5rem;
    }
    footer.footer_nk .col_3 img{
        margin-left: auto;
        margin-right: auto;
    }
    footer.footer_nk .col_4{
        padding-left: 0;
    }
    footer.footer_nk .col_5{
        padding-left: 0;
    }
    .main-navigation .menu-toggle {
        display: none;
    }
    header.site-header .before_menu{
        padding: 0.5rem 0;
    }
    .breadcrumbs ul{
        margin-top: 0.75rem;
    }
    .hamburger{
        display: flex;
        align-items: center;
        cursor: pointer;
        flex-direction: column;
        margin-left: 1.25rem;
    }
    .hamburger span{
        -webkit-border-radius: 0.521rem;
        -moz-border-radius: 0.521rem;
        border-radius: 0.521rem;
        background: var(--main-cl);
        display: block;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        height: 2px;
        width: 2.1875rem;
        margin: 0.3125rem 0;
    }
    .hamburger.active span:last-child{
        transform: translateY(10px);
    }
    .hamburger.active span:first-child{
        transform: translateY(-10px);
    }
    .hamburger.active span:first-child{
        transform: rotate(45deg) translateX(8px)
    }
    .hamburger.active span:last-child{
        transform: rotate(135deg) translateX(-8px)
    }
    header.site-header .main-navigation{
        justify-content: space-between;
        padding: 1rem 0 2rem;
    }
    header.site-header .menu-bar-items .search-item{
        margin: 0;
    }
    header.site-header .before_header{
        display: none;
    }
    .container.grid-container.site{
        margin-top: 7.6875rem;
    }
    .nav-float-right #site-navigation{
        display: none;
    }
    #banner_gr .gr_head h1{
        font-size: 1.75rem;
        margin-bottom: 0.3125rem;
    }
    #banner_gr img{
        height: 25rem;
    }
    #mobile_menu{
        display: block;
        position: fixed;
        top: 7.6875rem;
        right: 0;
        background-color: #FFF;
        width: 50vw;
        height: calc(100vh - 7.6875rem);
        padding: 1.5rem 3rem;
        transform: translateX(100%);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    #mobile_menu.active{
        transform: translateX(0);
    }
    #mobile_menu > ul{
        margin: 0;
        list-style: none;
    }
    #mobile_menu ul > li > a{
        font-size: 18px;
        line-height: 1.5;
        color: #000000;
        font-weight: 600;
        text-transform: uppercase;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #555555;
    }
    #mobile_menu ul ul.sub-menu{
        list-style: none;
        margin-left: 1.5625rem;
    }
    section.news_page .grid_3 .post_item:nth-child(odd):last-child{
        grid-column: 1/3;
        width: 50%;
        margin: auto;
    }
    .terms_menu > ul{
        display: none;
    }
    .terms_menu > .select{
        display: block;
        position: relative;
        width: 25rem;
        margin: auto;
        max-width: 100%;
    }
    .terms_menu .select-styled:before{
        position: absolute;
        content: '';
        right: 0.375rem;
        top: 50%;
        transform: translateY(-50%);
        background-image: url('../../images/CaretDown.png');
        width: 1.5rem;
        height: 1.5rem;
        pointer-events: none;
    }
    .terms_menu .select-styled{
        padding: 0.625rem 2.1875rem 0.625rem 0.9375rem;
        border: 1px solid #000;
        position: relative;
    }
    .terms_menu .select-options{
        position: absolute;
        width: 100%;
        border: 1px solid #000000;
        list-style: none;
        margin: 0;
        z-index: 999;
        background-color: #FFF;
    }
    .terms_menu .select-options > li{
        padding: 10px 15px;
        border-bottom: 1px solid #000000;
        margin: 0 !important;
    }
    .terms_menu .select-options > li.active{
        background-color: #000000;
        color: #FFF
    }
    section.recruit_page_1 .grid-container{
        padding: 0;
    }
    section.recruit_page_2 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    section.recruit_page_2 .col_6:first-child{
        margin-bottom: 2rem;
        padding-right: 0;
    }
    .recruit_table thead{
        display: none;
    }
    .recruit_table tbody > tr{
        display: flex;
        flex-direction: column;
        border: 1px solid #000000;
        margin-bottom: 1.5rem;
    }
    .recruit_table tbody > tr > td{
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.625rem 1.25rem !important;
        height: auto;
        min-height: 50px;
        border-right: none;
    }
    .recruit_table tbody td > span{
        text-align: right;
    }
    .recruit_table tbody td > strong{
        display: block;
        width: 35%;
        text-align: left;
    }
    .recruit_table tbody td .btn{
        margin-right: unset;
    }
    section.recruit_page_1{
        padding-bottom: 2rem;
    }
    .product_item img{
        height: 22rem;
    }
    section.recruit_details_2 .col_8{
        padding-right: 0;
        margin-bottom: 2rem;
    }
    section.recruit_details_1 .col_4{
        padding: 1.5rem 1rem;
    }
    section.recruit_details_1 h2{
        font-size: 1.25rem;
    }
    section.recruit_details_1 .recruit_nav{
        justify-content: center;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    section.recruit_details_1 .col_4 .fs_20{
        font-size: 0.9375rem
    }
    .breadcrumb{
        overflow: hidden;
    }
    .breadcrumb > ul > li{
        flex: 0 0 auto;
    }
    .product_swiper_thumb{
        min-width: 10rem;
        max-height: 32rem;
        margin-right: 1rem;
    }
    section.product_details_1 .col_7 .ecommerce_wrap{
        padding-left: 0;
    }
    .product_swiper{
        width: auto;
        flex-grow: 1;
    }
    .product_swiper img{
        height: 32rem;
    }
    section.product_details_1 .col_5{
        padding-left: 0;
        padding-top: 1.5rem;
    }
    .product_details_2{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    section.product_details_1 .col_7{
        padding-right: 0;
    }
    .product_item.type_2 img{
        height: 16rem;
    }
    .product_item.type_2 .cont_wrap{
        padding: 0;
    }
    section.home_1 .grid-container{
        padding: 0 0.625rem;
    }
    section.about_1 .col_6:first-child{
        padding-right: 0;
        margin-bottom: 1.5rem;
        text-align: center
    }
    section.about_1 .col_6:first-child .btn{
        margin-left: auto;
        margin-right: auto;
    }
    section.about_2 .flex_box{
        justify-content: center;
        text-align: center;
    }
    .about_2:before{
        position: absolute;
        content: '';
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.1) 100%);
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }
    section.about_5 .col_5{
        padding-right: 0;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    section.about_2 .col_5{
        padding-left: 0;
    }
    section.recruit_details_2 .right_block .item .cont_wrap{
        width: calc(100% - 3.3125rem);
    }
    section.recruit_details_1 .col_8{
        padding: 1rem;
    }
    section.recruit_details_1 h2{
        text-align: center;
    }
    section.product_details_1 .price{
        font-size: 1.375rem;
    }
    .swiper.home_swiper .swiper-slide img{
        height: 21.875rem
    }
    header.site-header .language_switcher{
        margin: 0;
    }

}
@media only screen and (max-width: 767px){
    :root{
        --container-w: 100%;
    }
    .grid-container{
        padding-right: 10px;
        padding-left: 10px;
    }

    .mobile_col_1{flex:0 0 auto;width:8.33333333% !important;}
    .mobile_col_2{flex:0 0 auto;width:16.66666667% !important;}
    .mobile_col_3{flex:0 0 auto;width:25% !important;}
    .mobile_col_4{flex:0 0 auto;width:33.33333333% !important;}
    .mobile_col_5{flex:0 0 auto;width:41.66666667% !important;}
    .mobile_col_6{flex:0 0 auto;width:50% !important;}
    .mobile_col_7{flex:0 0 auto;width:58.33333333% !important;}
    .mobile_col_8{flex:0 0 auto;width:66.66666667% !important;}
    .mobile_col_9{flex:0 0 auto;width:75% !important;}
    .mobile_col_10{flex:0 0 auto;width:83.33333333% !important;}
    .mobile_col_11{flex:0 0 auto;width:91.66666667% !important;}
    .mobile_col_12{flex:0 0 auto;width:100% !important;}
    .mobile_flex_col{
        flex-direction: column;
    }
    .mobile_al_center{
        align-items: center;
    }
    .mobile_al_start{
        align-items: flex-start;
    }
    .mobile_al_end{
        align-items: flex-end;
    }
    .mobile_jus_start{
        justify-content: flex-start;
    }
    .mobile_jus_end{
        justify-content: flex-end;
    }
    .mobile_jus_center{
        justify-content: center;
    }
    .mobile_jus_between{
        justify-content: space-between;
    }

    .mobile_grid_2{
        grid-template-columns: 1fr 1fr;
    }
    .mobile_grid_1{
        grid-template-columns: 1fr;
    }
    .mobile_col_reverse{
        flex-direction: column-reverse;
    }
    .mobile_text_center{
        text-align: center;
    }
    .mobile_text_center{
        text-align: center;
    }
    section.contact_page{
        padding: 2rem 0 1.5rem;
    }
    section.contact_page .grid-container > .flex_box > .col_6 {
        padding: 0 !important;
        border: none !important;
        margin-bottom: 1.5rem;
    }
    .sec_title{
        font-size: 1.375rem;
        line-height: 1.875rem;
    }
    .mobile_only{
        display: flex;
    }
    footer.footer_nk .title_footer{
        display: flex;
        justify-content: space-between;

    }
    footer.footer_nk .col_4{
        padding-right: 0;
        margin-bottom: 1.25rem;
    }
    footer.footer_nk .col_6{
        margin-bottom: 1.25rem;
        padding: 0 !important;
    }
    footer.footer_nk > .footer_main{
        padding-bottom: 0;
    }
    footer.footer_nk .title_footer{
        margin-bottom: 0.3125rem;
    }
    footer.footer_nk .title_footer.toggle svg{
        transform: rotate(-180deg);
    }
    footer.footer_nk .col_6:last-child .content_footer{
        text-align: center;
    }
    footer.footer_nk .footer_form form .flex_box{
        flex-wrap: nowrap;
    }
    header.site-header .before_header{
        display: none;
    }
    header.site-header .before_menu > .flex_box{
        flex-direction: column;
        letter-spacing: 0;
        text-align: center;
    }
    header.site-header .before_menu > .flex_box .left_col{
        margin-bottom: 0.625rem;
    }
    header.site-header .before_menu{
        padding: 0;
        margin: 0;
        height: 0;
        margin: 0;
    }
    header.site-header .before_menu .left_col{
        position: fixed;
        top: 2rem;
        width: 100%;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;   
    }
    header.site-header .before_menu .left_col.show{
        top: 5.703125rem;
    }
    header.site-header .before_menu .left_col input{
        width: 100%;
        height: 2.5rem;
    }
    header.site-header.sticky .before_menu .left_col.show{
        top: 5.703125rem;
    }
    .search_open{
        display: flex;
    }
    .search_open svg{
        width: 1.5625rem;
        height: auto;
    }
    header.site-header .main-navigation{
        padding: 2rem 1rem;
    }
    #banner_gr img{
        height: 15.625rem
    }
    .container.grid-container.site{
        margin-top: 8.0625rem;
    }
    #banner_gr .gr_head{
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0 0.9375rem;
        text-align: center;
    }
    #banner_gr .gr_head .content{
        font-size: 0.875rem;
        line-height: 1.375rem;
    }
    #banner_gr .gr_head h1{
        font-size: 1.35rem;
        line-height: 1.65rem;
        margin-bottom: 0.3125rem;
    }
    header.site-header #mobile_menu{
        top: 5.703125rem;
        width: 100vw;
        height: calc(100vh - 5.703125rem);
    }
    header.site-header.sticky #mobile_menu{
        top: 5.703125rem;
        height: calc(100vh - 5.703125rem);
    }
    section.news_page .grid_3 .post_item:nth-child(odd):last-child{
        grid-column: unset !important;
        width: 100%;
    }
    section.news_page .grid_4{
        grid-gap: 1.25rem 0.625rem
    }
    .recruit_table tbody > tr > td{
        padding: 0.625rem !important;
    }
    .recruit_table tbody td > span{
        flex-grow: 1;
        width: 55%;
    }
    .recruit_table tbody td > strong{
        width: 45%;
        font-size: 0.875rem;
    }
    .product_item img{
        height: 12rem;
    }
    .product_details_4, .product_details_3 > .grid-container{
        padding: 2rem 0;
    }
    .product_details_3 > .grid-container{
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    section.product_details_1 h1{
        font-size: 1.25rem;
        line-height: 1.625rem;
    }
    section.product_details_1 .grid_box{
        grid-gap: 1.25rem 0.9375rem
    }
    section.product_details_1 .col_7 > .sticky_wrap > .gallery_wrap{
        flex-direction: column-reverse;
    }
    .product_swiper{
        width: 100%;
    }
    .product_swiper_thumb{
        width: 100%;
        height: 7.5rem;
        margin: 0.625rem 0 0;
    }
    .vertical_arrow.prev{
        top: 50%;
        left: 0;
        transform: translateY(-50%) rotate(-90deg);
    }
    .vertical_arrow.next{
        top: 50%;
        right: 0;
        left: unset;
        transform: translateY(-50%) rotate(-90deg);
    }
    .product_swiper img{
        height: 25rem;
    }
    section.breadcrumbs{
        display: none;
    }
    section.home_1{
        padding-top: 2rem;
    }
    section.home_1 .grid_box{
        padding: 0;
        grid-gap: 1rem;
        margin-bottom: 0;
    }
    section.home_2{
        padding-top: 1.5rem;
    }
    .home_5 .col_6{
        width: 100%;
    }
    .home_5 .sec_des{
        margin-bottom: 1.5rem;
    }
    .home_6{
        padding: 2rem 0 1.5rem;
    }
    .home_6 .flex_box{
        flex-direction: column;
    }
    .home_6 .flex_box > a{
        display: none !important;
    }
    .home_6 a.btn{
        margin-top: 1.25rem;
    }
    .home_swiper_2 .img_wrap{
        height: 25rem;
    }
    .home_swiper_2 .col_4{
        padding: 1rem 1.5rem;
    }
    .home_swiper_2 .col_4 h3{
        font-size: 1.125rem;
        line-height: 1.625rem;
        margin-bottom: 0.5rem;
    }
    .home_swiper_2 .price{
        margin-bottom: 0.5rem;
    }
    section.home_3{
        padding-top: 1.5rem;
        padding-bottom: 2rem;
    }
    .home_swiper_1 .swiper-slide{
        opacity: 0.3 !important;
    }
    .home_swiper_1 .swiper-slide-active{
        opacity: 1 !important;
    }
    section.about_5,
    section.about_3{
        padding: 2rem 0;
    }
    section.about_4{
        padding: 2rem 0 1.5rem;
    }
    section.recruit_details_2 .right_block .block_title{
        text-align: center;
    }
    section.recruit_details_2 .right_block .item{
        padding: 1rem 1rem 0;
    }
    section.recruit_details_2 .col_8 .item:not(:last-of-type){
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
    #form_td{
        padding: 1rem 1.5rem;
    }
    #form_td h2{
        font-size: 1.25rem;
    }
    .form_wrap .col_6{
        width: 100%;
    }
    .form_wrap .file_wrap{
        flex-wrap: wrap;
    }
    .form_wrap .file_wrap .file{
        margin-bottom: 0.9375rem;
    }
    section.post_details_2{
        padding-top: 0;
    }
    section.product_details_1 .price{
        font-size: 1.25rem;
    }
    section.product_details_1 h1{
        margin-bottom: 0.625rem;
    }
    .swiper.home_swiper .swiper-slide{
        text-align: center;
    }
    .swiper.home_swiper .swiper-slide .btn{
        margin-left: auto;
        margin-right: auto;
    }
    .swiper.home_swiper .swiper-slide img{
        height: 15.625rem
    }
    .swiper.home_swiper .cont_wrap{
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .swiper.home_swiper .swiper-slide .sec_title{
        margin-bottom: 0.375rem;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .swiper.home_swiper .swiper-slide.swiper-slide-active .btn{
        transform: scale(0.7) translateY(0);
    }
    .swiper.home_swiper .swiper-slide .sec_des{
        margin-bottom: 0.625rem;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    section.post_details_2 .grid_box,
    section.products_page .grid_box{
        grid-gap: 15px 10px;
    }
    .faq_content .btn_primary{
        margin-left: auto;
        margin-right: auto;
    }
    #mobile_menu ul > li.current-menu-item > a{
        background-color: #000;
        color: #FFF;
    }
    #mobile_menu ul > li > a{
        padding-left: 8px;
    }
    header.site-header #mobile_menu{
        padding: 1rem 2rem
    }
    section.product_details_1{
        padding-top: 0.625rem;
    }
    #mobile_menu ul.socials_list{
        margin-top: 1.875rem;
    }
    .before_menu .right_col{
        display: none !important;
    }
    #mobile_menu ul.socials_list > li > a{
        padding: 0 !important;
        border: none !important;
    }
    .language_switcher img{
        width: 1.75rem;
        display: block;
        -webkit-border-radius: 0.1875rem;
        -moz-border-radius: 0.1875rem;
        border-radius: 0.1875rem;
    }
}