html, body{
    scroll-padding-top: 0px !important;
}

.sec_ttl{
    font-size: 150%;
    font-family: var(--ft-t1);
    margin: 0 0 30px;
}

.view_dekstop {
    @media(width<575px){
        display: none;
    }
}
.view_mobile {
    @media(width>=575px){
        display: none;
    }
}

.sidemenubx{
    position: fixed;
    right: 15px;
    top: 50%;
    translate: 0 -50%;
    z-index: 30;
    gap: 35px;
    width: 15px !important;

    a.dot-{
        display: block;
        aspect-ratio: 1;
        width: 15px;
        background-color: transparent;
        border-radius: 50%;
        border: 2px solid #ccc;
    }
}

[mn]{
    h2{
        margin: 0 0 45px;
        font-size: 10svh;
        line-height: 1.1;

        @media (width < 575px) {
            font-size: 5svh;
        }
    }
}

[mn="100"]{
    position: absolute;
    padding: 15px 0; 
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    color: #fff;

    img{
        max-height: 90px;
        @media(width<575px){
            max-height: 45px;
        }
    }

    .navbx{
        .navw{
            gap: 21px;
            @media(width>=991px){
                min-width: 300px;
            }
        }
    }

}  
[mn="101"]{
    background-attachment: fixed;
    min-height: 100svh;
    --secpt: 120px;
    --secpb: 60px;

    .title{
        font-size: 10svh;
        color: #fff;
        font-family: var(--ft-t2);
        line-height: 1.1;

        @media(width<575px){
            font-size: 5svh;
        }
    } 

    .arrowbx{
        position: absolute;
        left: 50%;
        bottom: 21px;
        color: #ccc;
        translate: -50% 0;
        font-size: 250%;
    }
}
[mn="102"]{
    .categorylistbx{
        --listset-gap: 30px;
        --listset-count: 3;

        @media(width<767px){
            --listset-count: 1;
        }

        .ttl{
            text-align: center;
            margin: 0 auto 30px;
            font-family: var(--ft-t1);
            font-size: 150%;
            line-height: 1.2;
            width: 250px;
            max-width: 100%;

            @media(width<767px){
                margin: 0 auto 15px;
            }
        }

        .boxw{
            width: 300px;
            max-width: 100%;
            margin: 0 auto;
 
            .top{
                & > * {
                    padding: 1px;
                }
            }
            .btm{
                text-align: center;
            }
        }


    }
}
[mn="103"]{
    padding-bottom: 0;

    .formular{
        width: 450px;
        max-width: 100%;
        margin: 0 auto;
    }

    .yellow_gap{
        display: block;
        background-color: #179fa4;
        height: 60px;
        width: 100%;
        margin: 21px 0 0;
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    }
}

[mn="104"]{
    --secpt: 120px;
    --secpb: 120px;
    color: #fff;
    background-attachment: fixed;
    background-position: bottom;
    
    .ttl{
        margin: 0 0 21px;
    }

}








 
















































/* ================================ */
/* ================================ */

[mn="menu"]{
    padding: 15px 0;

    .logo{
        line-height: 1;
    }
}

nav {
    line-height: 1;
}

nav :is(ul, li) {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    /* justify-content: center; */
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

nav a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: var(--ft-t1);
    /* font-size: 110%; */
    /* text-transform: uppercase; */
    text-decoration: none;
    color: inherit;
    position: relative; 
}

nav a:hover,
nav a.active {
    color: var(--clr02)
}


.mobilenavw nav>ul {
    gap: 15px;
}

nav>ul {
    gap: 15px;
    width: 100%;
    justify-content: space-between;
}

nav>ul>li>a{
text-transform: uppercase;
}
nav>ul li a i {
    margin: 0 0 0 6px;
}

nav>ul>li~li {
    /* margin: 0 0 0 12px;
    padding: 0 0 0 12px; */
    position: relative
}

@media (max-width: 767px) {
    nav>ul>li ul {
        padding: 0 0 0 12px !important
    }

    nav>ul>li>ul li {
        width: 100%;
        font-size: 80%;
    }

    nav>ul>li>ul li~li {
        border-top: 1px solid #eee
    }

    nav>ul>li>ul a {
        text-transform: initial;
        width: 100%;
        justify-content: flex-start;
    }
}

@media (min-width: 767px) {
    nav>ul>li>ul {
        position: absolute;
        bottom: -15px;
        right: 50%;
        translate: 50% 100%;
        scale: 1 0;
        /* display: none; */
        min-width: 250px;
        background-color: #fff;
        padding: 9px;
        transition: .6s all .3s ease;
        display: block;
        transform-origin: top;
        border: 1px solid #999;
        border-radius: 3px;
    }

    nav>ul>li:hover{
        z-index: 4;
    }
    nav>ul>li:hover>ul {
        transition: .6s all ease;
        scale: 1 1;
        
    }

    nav>ul>li>a:not(.vbtn) { 
 
        .main_nav{
            translate: 0 0;
            display: block;
            text-align: center;
        } 

        &::after{
            content: '';
            width: 100%;
            height: 3px;
            display: block;
            position: absolute;
            bottom: 0;
            left: 0; 
            translate: 0 9px;
            background-color: var(--clr01);
            opacity: 0;
            /* transition: .6s all cubic-bezier(0.075, 0.82, 0.165, 1); */
        }

        &:hover,
        &.active{
            &::after{ 
                width: 100%; 
                opacity: 1;
            }
        }

    }
    nav>ul>li>ul a {
        text-transform: initial;
        width: 100%;
        justify-content: flex-start;
        padding: 9px !important;
        border-radius: 3px;
    }

    nav>ul>li>ul a:hover,
    nav>ul>li>ul a.active {
        /* background-color: #444; */
        color: var(--clr02);
    }

    nav>ul>li>ul li {
        width: 100%;
        justify-content: flex-start;
    }

    nav>ul>li>ul li~li {
        /* margin-top: 9px; */
    }
}

@media (min-width: 767px) {
    /* nav > ul > li::after {
        content: '';
        display: block;
        right: 0;
        top: 50%;
        translate: 0 -50%;
        height: 12px;
        width: 2px;
        background-color: #999;
        position: absolute;
    }
    nav > ul > li:last-child::after {
        display: none;
    } */
}

.dekstopnav .main>* {
    padding: 3px 0
}
 

.mobilenav {
    position: fixed;
    height: 100vh;
    background-color: rgba(0 0 0 / 50%);
    z-index: 50;
    padding: 0 0 0 0;
    width: 100% !important;
    display: block;
    translate: -101% 0;
    opacity: 0;
    transition: .6s all .3s ease;
}

.mobilestickbx {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px 12px;
    width: 100% !important;
    background-color: var(--clr02x, #fff);
    z-index: 50;
    /* border-bottom: 1px solid #ccc; */
}

.mobilestickbx .mobilesocialcon {
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%
}

.mobilestickbx img {
    max-height: 45px;
    max-width: calc(100% - 45px);
}

.mobilestickbx ._imgobj {
    max-width: 28vw;
}

.mobilestickbx{

    .otherbx{
        gap: 15px;
        margin-top: 12px;
    }

}

.mobilenav nav a {
    flex: 0 0 100%;
    width: 100%;
    justify-content: flex-start;
    color: inherit;
    text-decoration: none;
    padding: 6px 0;
    font-size: 150%;

    .sub_nav{
        width: 100%;
        font-family: var(--ft-t1);
        font-weight: bold;
        font-size: 80%;
        margin: 6px 0 0;
    }
}

.mobilenav.active {
    translate: 0 0;
    opacity: 1;
    transition: .3s all ease;
}

.mobilenavw {
    transition: .3s all cubic-bezier(0.075, 0.82, 0.165, 1);
    height: 100vh;
    background-color: #fff;

    width: calc(100% - 90px) !important;
    display: block;
    overflow: hidden;
    overflow-y: auto;
    translate: -101% 0;
    opacity: 0;
    max-width: 400px;
}

.mobilenav.active .mobilenavw {
    transition: .9s all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
    translate: 0 0;
    opacity: 1;
}

.mobilenav nav {
    padding: 90px 24px 15px;
}

.mobilenav .infobx {
    padding: 0 24px 60px;
}

.mobilenav .infow {
    border-top: 1px solid #ccc;
    padding: 21px 0 0;
}

.mobilenav nav :is(ul, li) {
    margin: 0;
    padding: 0;
}

.mobilenav nav>ul>li {
    flex: 0 0 100%;
}

.mobilenav nav a {
    flex: 0 0 100%;
    width: 100%;
    justify-content: flex-start;
    color: inherit;
    text-decoration: none;
    flex-wrap: wrap;
}
.mobilenav nav a.vbtn {
   padding: 15px !important; 
}

.mobilenav nav .med a {
    width: auto;
    flex: auto
} 

/* ===================== */
.menuburger {
    --square: 35px;
    --height: 3px;
    --top: 9px;
    --vpadding: 15px;
    --bgclr: var(--clr01);
    --radius: 5px;
    position: fixed;
    width: var(--square) !important;
    height: var(--square);
    top: 4px;
    right: 15px;
    transition-duration: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 55;
    scale: 0.7;
}

.menuburger .icon {
    transition-duration: 0.5s;
    position: relative;
    height: var(--height);
    width: var(--square);
    top: 0;
    background-color: var(--bgclr);
    border-radius: var(--radius)
}

.menuburger .icon:before {
    transition-duration: 0.5s;
    position: absolute;
    width: var(--square);
    height: var(--height);
    background-color: var(--bgclr);
    content: "";
    top: calc(-1 * var(--top));
    border-radius: var(--radius)
}

.menuburger .icon:after {
    transition-duration: 0.5s;
    position: absolute;
    width: calc(var(--square) / 2);
    height: var(--height);
    background-color: var(--bgclr);
    content: "";
    top: var(--top);
    border-radius: var(--radius)
}

.menuburger.open {
    --bgclr: var(--clr02);
}

.menuburger.open .icon {
    transition-duration: 0.5s;
    transform: rotateZ(180deg);
}

.menuburger.open .icon:before {
    transform: rotateZ(45deg) scaleX(0.75) translate(var(--top), -6px);
}

.menuburger.open .icon:after {
    width: var(--square);
    transform: rotateZ(-45deg) scaleX(0.75) translate(var(--top), 6px);
}


.mobilestickbxp,
.dekstickbx {
    width: 100% !important;
}

.dekstickbx {
    padding: 15px 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
    /* border-bottom: 1px solid #eee; */
    transition: 2s all cubic-bezier(0.075, 0.82, 0.165, 1);
    translate: 0 -101%;
}

body.scrolled .dekstickbx {
    translate: 0 0;
}

.dekstickbx .logo img {
    max-height: 55px;
}

.dekstickbx .logo ._imgobj img {
    max-height: 15px;
}

@media (max-width: 767px) {

    .dekstickbx,
    [mn="menu"] {
        display: none;
    }
}

@media (max-width: 575px) {
    .mobilestickbx>* {
        /* justify-content: flex-end; */

    }
}

@media (min-width: 767px) {

    .menuburger,
    .mobilestickbxp,
    .mobilestickbx,
    .mobilenav {
        display: none !important;
    }
}
 
:where(.mobilenav, .topmenu) .iconbx a {
    text-decoration: none;
}

:where(.mobilenav, .topmenu) .iconbx { 
    --clr: var(--secftclr, #000);
    --clrhov: var(--secftclr, #000);
    --font: inherit;
    font-size: 80%;
    margin: 0 6px 0 0;
}

:where(.mobilenav, .topmenu) .iconbx h4 {
    font-family: inherit;
    font-size: inherit;
    color: inherit; 
    margin: 0 0 3px;
}
/* ============ */
/* ============ */
/* ============ */
nav .horibar {
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    margin: 0;
    transition: .4s all ease;
    opacity: 0;
    display: none;
}

nav li>a.active .horibar,
nav a:hover .horibar {
    opacity: 1
}

nav .horibar:before {
    width: 20px;
}

nav .horibar:after {
    width: 10px;
}

nav .med .scon {
    border-radius: 3px;
}

.mobilenavw .horibar {
    display: none;
}

.mobilenav .med .scon {
    border-radius: 3px
}

/* .mobilenavw .med .bimg, */
nav .med .bimg {
    background-color: #fff
}

nav .mediabx .unit {
    margin: 0 0 0 9px
}

.dekstickbx nav .med .bimg {
    background-color: #000
}

.med .scon.special {
    overflow: visible;
}

.med .scon.special ul {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    padding: 12px;
    translate: 0 100%;
    background: #fff;
    display: none;
    list-style: none;
    margin: 0 !important;
}

.med .scon.special ul a {
    color: inherit
}

.med .scon.special ul li~li {
    margin: 9px 0 0;
}

.med .scon.special ul li {
    width: 100%;
}

.med .scon.special:hover ul {
    display: block;
}

@media (max-width: 767px) {
    .mobilenav .med .scon.special ul {
        border: 1px solid #ccc;
        border-radius: 3px;
    }
}

[mn="menu"] img.decor {
    max-height: 100%;
} 
 

body.nobanner [mn="menu"] .dekstopnav>* {
    margin-top: 0px;
}

nav .login {
    color: #ec008c
}

li .med .scon {
    border: 0 !important;
    background-color: transparent;
}

li .med .bimg {
    background-color: var(--clr01);
}

.med .count {
    --square: 15px;
    width: var(--square);
    height: var(--square);
    position: absolute;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 75%;
    font-family: var(--ft-t2);
}

.medstick {
    position: fixed;
    right: 5px;
    top: 81px;
    z-index: 10;
    width: 40px;
}

@media (min-width: 767px) {
    .medstick {
        display: none;
    }
}

.mobilestickbx .med {
    margin-left: 21px;
}

.mobilestickbx .med .scon {
    max-width: 30px;
    width: 30px;
    background-color: transparent;
    border: 0;
    overflow: initial;
}

.mobilestickbx .med .scon {
    max-width: 30px;
    width: 30px;
    background-color: transparent;
    border: 0;
    margin: 0;
}

.mobilestickbx .med .bimg-w {
    background-color: transparent;
}

.mobilestickbx .med .bimg {
    background-color: #000;
    min-width: 18px;
    min-height: 18px;
}

.mobilenav .mediabx {
    padding: 15px 24px;
}
.mobilenav .mediabx,
.dekstickbx .mediabx,
.mobilestickbx .mediabx,
[mn="menu"] .mediabx {
    --bgclr: var(--clr01x, #fff);
    --bghovclr: var(--clr01);
    --pd: 6px;
    --mediaborderradius: 3px;
    --iconclr: var(--clr01);
    --mediaborder: 2px solid #ccc;
    --mediahovborder: 2px solid var(--bghovclr);
 
}
.othernavbx{
    padding: 15px 0 0;
    border-top: 1px solid #000;
    margin: 15px 0 0;
    line-height: 1;

    a{
        text-decoration: none;

        &:hover{
            color: var(--clr02);
        }
    }

    .othernavw{
        --gap: 21px;
        gap: var(--gap);

        .othernav-{
            position: relative;

            &::after{
                content: '';
                position: absolute;
                display: block;
                right: calc(var(--gap) / 2 * -1);
                top: 0;
                translate: -50% 0;
                height: 100%;
                width: 1px;
                background-color: #000;
            } 
            &:last-child::after {
                display: none;
            }
           
        }
    }

    :is(select){
        margin: 0; 
    }
}
.iconbtnbx{
    --mask-clr: #000;

    a:hover{
        --mask-clr: var(--clr02);
    }
    .iconbtnw{
        gap: 15px;
    }
    .icon-{
        width: 30px; 
    }
    .bg-mask{
        background-color: var(--mask-clr);
    }
}

.otherbx{
    --div: 210px;
    --div-l: 1 0 0;
    --div-r: initial;
    gap: 0 45px;

    .div-{
        &.div-l{
            flex: var(--div-l);
        }
        &.div-r{
            flex: var(--div-r);
        }
    }

    .suchbx{
        :is(input){
            margin: 0;
            width: 100%;
            padding-right: 45px;
        }
        button{
            position: absolute;
            right: 0;
            top: 0;
            display: flex;
            height: 100%;
            justify-content: center;
            align-items: center;
            padding: 0 15px;
            background-color: transparent;
            border: 0;
            cursor: pointer;
            font-size: 100%;
        }
    }
    
}

[mn="footer"]{
    padding-bottom: 0;
    background-color: #f7f7f7;

    ul, li {
        padding: 0;
        list-style: none;

        a:not(:hover) {
            text-decoration: none;
        }
    }

    ul {
        li ~ li {
            margin-top: 6px;
        }
    }

    .copyright{
        padding: 15px;
        background-color: #000;
        color: #fff;
        text-align: center;
    }

    .pament_methodbx{
        text-align: center;
        padding: 15px;
    }

    .info-{

        .ttl{
            font-family: var(--ft-t1);
        }
        ._content{
            font-size: 90%;
        }

    }
}







 
/* ================================ */
/* ================================ */

.scrollTop,
.whatsappstickybx {
    display: none;
}

/* ================================ */
/* ================================ */
