@font-face {
    font-family: 'hind-regular';
    src: url('../fonts/Hind-Regular.ttf'); 
}

@font-face {
    font-family: 'hind-medium';
    src: url('../fonts/Hind-Medium.ttf'); 
}
@font-face {
    font-family: 'hind-bold';
    src: url('../fonts/Hind-Bold.ttf'); 
}

@font-face {
    font-family: 'hind-semi-bold';
    src: url('../fonts/Hind-SemiBold.ttf'); 
}

@font-face {
    font-family: 'hind-light';
    src: url('../fonts/Hind-Light.ttf'); 
}


* {

    --font_regular: 'hind-regular', sans-serif;
    --font_medium: 'hind-medium', sans-serif;
    --font_bold: 'hind-bold', sans-serif;
    --font_semi_bold: 'hind-semi-bold', sans-serif;
    --font_light: 'hind-light', sans-serif;



    --padding: 11vw;
    --textmenu: #7B7B7B;
    --textmenuhover: #F67373;
    --menu_bg_hover: transparent;

    --menu_open_bg: #F67373;
    --header_bg_full: transparent linear-gradient(90deg, #FFF8F2 0%, #FFDFC8 100%) 0% 0% no-repeat padding-box;;

    --textcontent: #F1A46C;
    --main_bg: transparent linear-gradient(90deg, #FFF8F2 0%, #FFDFC8 100%) 0% 0% no-repeat padding-box;
    --header_bg: transparent linear-gradient(0deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    
    --okno_text: #F1A46C;

    --vice_bg: #F67373;
    --c_before: #F1A46C;
    --sipka_c: #0159C3;
    --vice_c: #FFFFFF;
    --vice_bg_hover: #0159C3;
    --topbar_c2: #1D6ABB;

    --okna-h4: #2C2829;
    --okna_popis: #7B7B7B;
    --okna_vice_bg:#F67373;

    --show_text: #F67373;

    --foot_loga_border: #939598;
    --footer_mail: #0159C3;
    --web_max_w: 2000px;

    --menu_open_time: .4s;

    --foot_bg: white;

    --meho_c: black;

}

img {
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    
}

body{
    margin:0;
    max-width: var(--web_max_w);
    overflow-x: hidden;
    margin: 0 auto;
    overscroll-behavior-y: none;
}



a:link {
    text-decoration: unset;
}

a:visited {
    color: none;
}

a:-webkit-any-link {
    text-decoration: none;
}





header {
    z-index: 100;
    box-sizing: border-box;
    height: fit-content;
    top:-1px;
    position: fixed;
    width: 100%;
    max-width: var(--web_max_w);

    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    user-select: none;
}


header.podstranka {
    background: none;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}

header.full, header.full_open {
    background: var(--header_bg_full);
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}




.open {
    background: white;
    opacity: 100%;
    transition-delay: 0s;
    transition-duration: 0s;
}

a.logo {
    position: relative;
    display: block;
    height: clamp(2.5rem, 3vw, 3.8rem);
    width: fit-content;
    margin-top: 1rem
}

a.logo img {
    height: 100%;
    width: auto;
    display: block;
    padding-left: min(var(--padding), 13.75rem);

}



.menu{ 
    position: relative;
    height:auto; 
    padding-top: clamp(1rem, 2vw, 2.4rem);
    padding-bottom: min(1.25rem, 1vw);
    padding-right: var(--padding);
    display: flex;
    justify-content: center;
    user-select: none;


}


.menu > ul{ 
    height:auto; 
    margin:0; 
    padding:0; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1.5rem, 2vw,2.5rem);
    border-radius: .4rem 0 0 .4rem;
}



.menu ul li, .menu ul li a{ 
    list-style: none; 
    margin: 0; 
    padding: 0 0.7rem; 
    color: var(--textmenu);
    font-family: var(--font_medium);
    font-size: clamp(.8rem, 1.5vw, 1rem); 
    text-transform: uppercase;
    text-decoration: none; 
}


.menu > ul > li {
    padding: 0;
}

.menu > ul > li > a {
    position: relative;
    display: block;
    width: fit-content;
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.menu > ul > li a:hover, .menu > ul > li > a.actived  {
    background-color: var(--menu_bg_hover);
    color: var(--textmenuhover)
}

@media (min-width: 851px){

    .menu > ul > li > a.actived::before {
        content: '';
        width: clamp(1rem, 2.4vw,3rem);
        height: clamp(1rem, 2.4vw,3rem);
        position: absolute;
        top: calc(-1 * clamp(.8rem, 1.16vw, 1.5rem));
        left: calc(50% - (clamp(1rem, 2.4vw,3rem))/2);
        margin: auto;
        background-image: url('../img/linka.svg');
        background-repeat: no-repeat;
    }
}



.menu ul li > ul{ 
    display: flex;
    position: absolute; 
    height: 8rem;
    top:220%; 
    right:max(-6vw,-7.2rem);
    width: auto; 
    opacity: 0; 
    visibility:hidden; 
    transition:all .2s ease-in-out;
    z-index: 100;
    padding-block: .8rem;
    background-color: white;
    box-sizing: border-box;
    padding: 1rem 0 ;
    box-shadow: 0px 10px 30px #00000026;
    transition-delay: .5s;
}

.menu ul li:hover > ul {
    opacity: 1; 
    visibility:visible; 
    transition-delay: 0s;
}

.menu ul li > ul > li{

    width: clamp(11rem, 13vw, 14.6rem);
    display: flex;
    align-items: flex-end;
    position: relative;
    cursor:pointer;
}



.menu ul li > ul > li > a{
    font-family: var(--font_medium);
    font-size: clamp(.8rem, 1.2vw, 1.2rem);
    display:block;
    color:black;
    height: fit-content;
    margin-bottom: 1rem;
    padding: 0;
    text-align: center;
    position: relative;
}



@media (min-width: 851px) {

    .menu ul li > ul::before{
        content: '';
        width: 2rem;
        height: 2rem;
        position: absolute;
        top:-5%;
        rotate: 50deg;
        transform: skew(10deg, 0deg);    
        right: min(11.25rem, 9vw);
        -webkit-mask-size: cover;
        mask-size: cover;
        background-color: rgb(255, 255, 255);
    
    }
    
    .menu ul li > ul > li > a::before{
        content: '';
        width: 2.1rem;
        height: 2rem;
        position: absolute;
        -webkit-mask-size: cover;
        mask-size: cover;
        background:  #000000;
        left: calc(50% - 1.05rem);
        top: -2.5rem;
        transition: all .3s ease-in-out; 
    
    }
    
    .menu ul li > ul > li:hover > a::before {
        background: #DD1A1A;
    }
    
    .menu ul li > ul > li:hover > a{
        color:#DD1A1A;
    }
    
    .menu ul li > ul > li:nth-child(odd){
        border-left: 1px solid #E1E1E1;
        border-right: 1px solid #E1E1E1;
    }


    .menu > ul > li:last-child {
        padding-right: 0;
    }
}



.main {
    position: relative;
    top:0;
    left:0;
    min-height: clamp(22rem,58vw, 58rem);
    height: fit-content;
    background: var(--main_bg);
    box-sizing: border-box;
    padding-bottom: 3rem;
    display:flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-left: min(13.75rem, var(--padding));
    padding-top:clamp(5rem, 6.2vw, 7.75rem);

}

.main::before {
    content: '';
    width: clamp(7rem, 12vw, 15rem);
    height: clamp(7rem, 12vw, 15rem);
    position: absolute;
    left: 0;
    bottom: 0;
    rotate: 90deg;
    background-color: #FFDCC2;
    mask-image: url('../img/doplnek_pulkruh_bila.png');
    -webkit-mask-image: url('../img/doplnek_pulkruh_bila.png');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;

}


.main > img {
    margin-right: min(var(--padding), 13.75rem);
    width: clamp(18rem, 41vw, 51rem);
    object-fit: contain;
}






.place {
    position:relative;
    top:0;
    left:0;
    width:100%;
    min-height: 50rem;
    height: fit-content;
    background: white;

}


#content {
    position: relative;
    top:0;
    left:0;
    padding-top: clamp(3.5rem,15vw,15rem);
    width:fit-content;
    font-family: var(--font_bold)
}

@media (max-width:850px) {
    .main {
        flex-direction: column;
    }

    .main > img {
        width: 80vw;
        margin-right: 0;
        margin-bottom: min(5.2vw, 6.5rem);
    }

    #content {
        padding-top: 0;
    }
}
.c1 {
    color:var(--textcontent);
    font-size: clamp(2rem,3.23vw, 4rem);
    padding-bottom: clamp(.5rem,1vw,1rem);
    margin:0;
    position: relative;
    line-height: 110%;
}

.c1::before  {
    content: '';
    height: clamp(1.3rem,2vw, 2rem);
    width: clamp(1.3rem,2vw, 2rem);
    position:absolute;
    bottom: -25%;
    left:0;
    background-image: url('../img/linka.svg');
    background-repeat: no-repeat;
    
}





#c2 {
    color:var(--textcontent);
    font-size: clamp(.9rem,1.4vw, 1.4rem);
    margin-top: 0;
    margin-bottom: clamp(1rem,2vw,2rem);
}

.vice {
    display: block;
    color: var(--vice_c);
    width:clamp(8.5rem,12.4vw, 15.56rem);
    font-size: clamp(.8rem,1.1vw, 1.357rem);
    margin-top: clamp(1.5rem,3vw,3rem);
    justify-content: space-between;
    background-color: var(--vice_bg);
    border:none;
    padding-left: clamp(.4rem,1vw,1rem);
    text-align: start;
    transition: all .3s ease-in-out;
    border: 1px solid #ffffff00;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    border-radius: .2rem;
    font-family: var(--font_medium);
}

.vice:hover {
    cursor: pointer;
    background-color: var(--vice_bg_hover);
    border-color: var(--vice_bg_hover);
}

.vice:hover > p {
    color: white
}

.vice:hover p::after {
    background: white;
}

.vice p {
    position: relative;
    padding-right: 0;
    margin-block: clamp(.5rem,.6vw,.75rem);
    width: 97%;
}

.vice p::after  {
    content: '';
    height: clamp(1rem,1.6vw, 2rem);
    width: clamp(1.3rem,1.7vw, 1.7rem);
    background: var(--vice_c);
    mask-image: url('../img/ikona_cta_sipka.svg');
    -webkit-mask-image: url('../img/ikona_cta_sipka.svg');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    right: clamp(.4rem,1vw,1rem);
    
}

.okna {
    position:relative;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    margin-block: 8.8vw;
    gap: 8vw;
    padding-inline: min(var(--padding), 13.75rem);
}


.okna::before {
    content: '';
    background: var(--c_before);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    position:absolute;
}

.okna.decor_1::before{
    mask-image: url('../img/doplnek_a.png');
    -webkit-mask-image: url('../img/doplnek_a.png');
    width: min(7.2vw, 9rem);
    height: min(9.89vw, 12.37rem);
    right: 0;
    top:clamp(2.2rem,4.4vw,4.4rem);
}

.okna img {
    width: clamp(15rem, 30.8vw, 38rem);
    object-fit: contain;
}



h1 {
    color: var(--okno_text);
    font-family: var(--font_bold);
    font-size: clamp(1.6rem,2.1vw, 2.6rem);
    margin: 0 0 clamp(.4rem, 1.3vw, 1.3rem) 0;  
    line-height: 2.2rem;
}

h1.decor {
    position: relative;
    margin-bottom: clamp(1rem, 1.8vw,2.25rem);
}

h1.decor::before  {
    content: '';
    height: clamp(1.3rem,2vw, 2rem);
    width: clamp(1.3rem,2.4vw, 3rem);
    position:absolute;
    bottom: calc(-1 * clamp(1.8rem, 3vw, 3.75rem));
    left:0;
    background-image: url('../img/linka.svg');
    background-size: contain;
    background-repeat: no-repeat;
    
}

.okno1 h1.decor::before  {
    bottom: calc(-1 * clamp(1.4rem, 2.2vw, 2.8rem))
    
}

h1.decor.center {
    text-align: center;
}

h1.decor.center::before {
    left: calc(50% - calc(clamp(1.3rem,2.4vw, 3rem) /2 ))
}

.okna h1 {
    position:relative;
}

.okna h4 {
    font-weight: normal;
    color: var(--okna-h4);
    font-size: clamp(.9rem,1vw, 1.2rem);
    margin: 0 0 clamp(1rem, 2vw, 2rem) 0;  
    line-height: 1.5rem;
    position:relative;
}


.okna > a{
    color: var(--okna-h4);
    text-decoration: underline;
}

.okna > a:visited{
    color: var(--okna-h4);
    text-decoration: underline;
}

.okna p.popis {
    position:relative;
    font-family: var(--font_regular);
    color: var(--okna_popis);
    font-size: clamp(.8rem,1.04vw, 1.36rem);
    margin: 0 0 clamp(1rem, 2vw, 2rem) 0;  
    line-height: 1.5rem;
    line-height: 160%;

}

.okna p.popis a {
    color: var(--okno_text);
    text-decoration: underline;
}


.okno1 {
    position: relative;
    display:block;
    width: clamp(36rem,48vw,48rem);
    height: fit-content;
    background-color: rgb(255, 255, 255);
    padding: clamp(2.2rem,4.4vw,4.4rem) clamp(2rem,5vw,6.25rem) 0 0;
    box-sizing: border-box;

}


.okno_vice {
    display: block;
    color: var(--vice_c);
    width:clamp(11rem,15vw, 15rem);
    font-size: clamp(.8rem,1vw, 1rem);
    justify-content: space-between;
    background-color: var(--okna_vice_bg);
    border:none;
    padding:0 clamp(.7rem,1.5vw,1.5rem) ;
    margin-bottom: clamp(1rem,2vw,2rem);
    text-align: start;
    border: 1px solid #ffffff00;
    position: relative;
    left:0px;
    bottom: 0px;
    transition: all .3s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    border-radius: .4rem;

    
}


.okno_vice p {
    position: relative;
    padding-right: 0;
    width: 97%;
    margin-block: clamp(1rem,1.4vw,1.5rem);
}

.okno_vice p::after  {
    content: '';
    height: clamp(1rem,1.4vw, 1.4rem);
    width: clamp(1.3rem,1.7vw, 1.7rem);
    background: var(--vice_c);
    mask-image: url('../img/ikona_sipka_20x16.svg');
    -webkit-mask-image: url('../img/ikona_sipka_20x16.svg');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    position:absolute;
    top: 0;
    right:0
    
}

.okno_vice:hover {
    cursor: pointer;
    border-color: var(--vice_bg_hover);
    background-color: var(--vice_bg_hover);
}


@media (max-width:700px) {
    .okno1 {
        padding-right: 0rem;
        width: 100%;

    }

}

@media (max-width: 630px){
    .okna{
        flex-direction: column;
        gap: 0vw;
    }

    .okno1 {
        padding-top:0;
    }

    .okna img {
        margin-left: auto;
    }
}


.images {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}




.images img {
    margin-bottom: 1%;


}


body > .images {
    width: 100%;
}

body > .images img {
    margin-top: clamp(6rem,7.86vw,9.8rem);
    width: 24.7%;
    height: auto;
    margin-bottom: 0;


}



.show {
    position:relative;
    height: fit-content;
    display: flex;
    flex-direction: column;
    background: transparent linear-gradient(270deg, #FFF8F2 0%, #FFDFC8 100%) 0% 0% no-repeat padding-box;;
    padding: min(10.5vw, 13rem) min(var(--padding), 13.75rem);
    align-items: center;

}



.place.dekorace .show {
    align-items: normal;
    padding: clamp(6rem,10.5vw, 13rem) min(var(--padding), 13.75rem);
    min-height: 60rem;

}

.show h1 {
    position: relative;
    margin-bottom: clamp(3rem, 4.47vw, 5.6rem);
}

.place.dekorace .show h1 {
    position: relative;
    margin-bottom: clamp(1.5rem, 2.5vw, 3.125rem);
}


.place.dekorace .show p {
    position:relative;
    font-family: var(--font_regular);
    color: var(--okna_popis);
    font-size: clamp(.8rem,1.04vw, 1.36rem);
    margin: 0;
    line-height: 1.5rem;
    line-height: 160%;
    width: clamp(15rem, 40vw, 50rem);

}


.place.dekorace .show .filtry {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(1rem, 2vw, 2.5rem);
    margin-block: clamp(1.5rem, 2.5vw, 3.125rem);


}


@media (max-width:420px){
    .place.dekorace .show .filtry {
        flex-direction: column;
        align-items: flex-start;
    }
}

.place.dekorace .show .filtry select {
    background-color: var(--vice_bg);
    color: white;
    font-family: var(--font_medium);
    font-size: clamp(.85rem,1.1vw, 1.45rem);
    padding: clamp(10px, .75vw, 15px);
    padding-right: clamp(25px, 3vw, 60px);
    cursor: pointer;


}

.place.dekorace .show .filtry select:last-of-type {
    margin-right: clamp(25px, 3vw, 60px);

}

.place.dekorace .show .filtry input {
    background-color: var(--vice_bg);
    color: white;
    font-family: var(--font_medium);
    font-size: clamp(.85rem,1.1vw, 1.45rem);
    padding: clamp(10px, .75vw, 15px);
    padding-right: clamp(15px, 2vw, 40px);
    cursor: pointer;



}

.place.dekorace .show .filtry .filtr {
    position: relative;
    color: var(--vice_c);
    display: block;
    height: fit-content;
    font-size: clamp(.8rem,1.1vw, 1.357rem);
    background-color: var(--vice_bg);
    padding: clamp(.5rem,.6vw,.75rem) clamp(1rem, 2vw, 2.5rem) clamp(.5rem,.6vw,.75rem) clamp(.4rem,1vw,1rem);
    border-radius: 1rem;
    cursor: pointer;


}

.place.dekorace .show .filtry .filtr::after {
    content: '';
    height: clamp(.5rem,.8vw, 1rem);
    width: clamp(.5rem,.8vw, 1rem);
    mask: url('../img/ikona_krizek.svg');
    -webkit-mask: url('../img/ikona_krizek.svg');
    background: white;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    position:absolute;
    top: calc(49% - (clamp(.5rem,.8vw, 1rem))/2 );
    right: 0;
    transform:translateX(-60%) scale(1);
}

.place.dekorace .show .vice_show, .place.dekorace .show .vice_show.open li ul{
    position: relative;
    display: block;
    color: var(--vice_c);
    width:clamp(12rem,18vw, 24rem);
    font-size: clamp(.8rem,1.1vw, 1.357rem);
    margin: clamp(.8rem,1.5vw,1.875rem) 0 clamp(.8rem,1.5vw,1.875rem) 0;
    justify-content: space-between;
    background-color: var(--vice_bg);
    border:none;
    padding-left: 0;
    text-align: start;
    transition: all .3s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    border-radius: .2rem;
    font-family: var(--font_medium);
    list-style: none;
}

.place.dekorace .show .vice_show.open {
    border-radius: .2rem .2rem 0 0 ;

}



.place.dekorace .show .vice_show li ul, .place.dekorace .show .vice_show.open li ul {
    position: absolute;
    list-style: none;
    display: none;
    left:0;
    top:100%;
    padding-left: 0 !important;
    border-radius: 0 0 .2rem .2rem !important;
    overflow: hidden;
    max-height: 0vh;
    -webkit-transition: max-height var(--menu_open_time) ease-in-out;
    -moz-transition: max-height var(--menu_open_time) ease-in-out;
    -o-transition: max-height var(--menu_open_time) ease-in-out;
    transition: max-height var(--menu_open_time) ease-in-out;
}

.place.dekorace .show .vice_show li p.toggle {
    color: var(--vice_c);
    padding-right: 0;
    padding-left: clamp(.4rem,1vw,1rem);
    padding-block: clamp(.5rem,.6vw,.75rem);
    max-width: 95%;
    z-index: 50;
}


.place.dekorace .show .vice_show.open li ul {
    display: block;
    margin: 0;
    z-index: 10;
    box-shadow: 0px 3px 6px #00000029;
    max-height: 100vh
}

.place.dekorace .show .vice_show li ul li {
    color: var(--show_text);
    background-color: white;
    margin-block: 0;
    padding-block: clamp(.5rem,.6vw,.75rem);
    padding-left: clamp(.4rem,1vw,1rem);
    
}

.place.dekorace .show .vice_show li ul li:hover {
    background-color: #FEF1F1;
}


.place.dekorace .show .vice_show:hover {
    cursor: pointer;
}

.place.dekorace .show .vice_show:hover > p {
    color: white
}

.place.dekorace .show .vice_show li {
    position: relative;
    color: white;

}

.place.dekorace .show .vice_show li::after  {
    content: '';
    height: clamp(.5rem,.8vw, 1rem);
    width: clamp(.5rem,.8vw, 1rem);
    border-color: var(--vice_c);
    border-style: solid;
    border-width: 0 0 2.5px 2.5px;
    rotate: -45deg;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    position:absolute;
    top: 0;
    right: clamp(.4rem,1vw,1rem);
    transform: translateY(70%) translateX(-60%) scale(.7);
    
}

.place.dekorace .show .vice_show li ul li::after  {
    transform: translateY(-150%) scale(.7);
    rotate: -135deg;
    border-color: var(--show_text);
    right: 0;
    

    
}



.show::before {
    content: '';
    background: #FFDCC2;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    position:absolute;
}

.show span {
    display: block;
}

.show.kontakt::before {
    content: '';
    background: #FFF8F1;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    position:absolute;
}

.show.decor {
    background: transparent linear-gradient(90deg, #FFF8F2 0%, #FFDFC8 100%) 0% 0% no-repeat padding-box;
}

.show.decor.nahled {
    padding: clamp(6rem,10.5vw, 13rem) min(23vw, 28.75rem);
}

@media (max-width: 850px) {
    .show.decor.nahled {
        padding: clamp(6rem,10.5vw, 13rem) var(--padding);
    }
}

.show.decor.nahled .wrapNahled {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.show.decor.nahled .buy, .show.decor.nahled .zpet {
    box-sizing: border-box;
    position: relative;
    display: block;
    color: var(--vice_c);
    width:clamp(9rem,12vw, 15rem);
    font-size: clamp(.8rem,1.1vw, 1.357rem);
    margin: 0;
    height: fit-content;
    justify-content: space-between;
    background-color: var(--vice_bg);
    border:none;
    padding-left: 0;
    text-align: start;
    transition: all .3s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    border-radius: .2rem;
    font-family: var(--font_medium);
    list-style: none;
    padding-right: clamp(.4rem,1vw,1rem);
}

.show.decor.nahled .wrapNahled .buy {
    margin-bottom: clamp(1rem, 1.8vw,2.25rem);

}

.show.decor.nahled .zpet {
    text-align: right;
    background: #9B9B9B;
    box-shadow: inset 0px 0px 5px #00000029;
    padding-right: clamp(0.4rem,1vw,1rem) !important;
}

.show.decor.nahled > p {
    width: 100%;
    margin-bottom: clamp(.75rem, 1.25vw, 1.6rem);
}

.show.decor.nahled .buy span, .show.decor.nahled .zpet span  {
    color: var(--vice_c);
    padding-right: 0;
    padding-left: clamp(.4rem,1vw,1rem);
    padding-block: clamp(.5rem,.6vw,.75rem);
    max-width: 90%;
    font-size: clamp(1rem,1.1vw, 1.45rem);
}

.show.decor.nahled .buy span::after,  .show.decor.nahled .zpet span::after  {
    content: '';
    height: clamp(1.25rem,1.6vw, 2rem);
    width: clamp(1.25rem,1.6vw, 2rem);
    
    mask-image: url("../img/ikona_cta_kosik.svg");
    -webkit-mask-image: url("../img/ikona_cta_kosik.svg");
    background: var(--vice_c);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    position:absolute;
    top: 0;
    right: clamp(0.5rem,0.8vw, 1rem);
    transform: translateY(50%);
    
}

.show.decor.nahled .zpet span::after{
    rotate: 180deg;
    mask-image: url("../img/ikona_cta_sipka.svg");
    -webkit-mask-image: url("../img/ikona_cta_sipka.svg");
    left: clamp(.4rem,1vw,1rem);;
    transform: translateY(-50%);
}

.show .nahled_pata {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 5vw min(1vw, 1.25rem);
    margin-top: clamp(.75rem, 1.25vw, 1.6rem);
    margin-bottom: clamp(2.5rem, 5vw, 6rem);
}

.show .show_nahledy {
    display: flex;
    flex-direction: column;
    gap: clamp(.4rem, .5vw, .625rem)
}

.show .show_nahledy .container {
    background: white;
    width: 100%;
    display: flex;
}

.show .show_nahledy .container img {
    width: 100%;
    object-fit: contain;
}

.show.decor::before{
    background: #FFF8F2;
    mask-image: url('../img/doplnek_pulkruh_bila.png');
    -webkit-mask-image: url('../img/doplnek_pulkruh_bila.png');
    mask-size: cover;
    -webkit-mask-size: cover;
    width: clamp(7rem, 12vw, 15rem);
    height: clamp(7rem, 12vw, 15rem);
    right: 0;
    bottom: 0;
}

.show .show_pole {
    position:relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    gap: clamp(2rem, 4vw, 5rem) clamp(1rem, 2vw, 2.2rem)
}

.place.dekorace .show .show_pole {
    justify-content: left;
    gap: clamp(2rem, 4vw, 5rem) clamp(.5rem, 1.5vw, 1.6rem)
}

.show .show_pole.decor_1::after {
    content: '';
    background: var(--c_before);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    position: absolute;
    mask-image: url('../img/doplnek_d.png');
    -webkit-mask-image: url('../img/doplnek_d.png');
    width: min(7.2vw, 9rem);
    height: min(9.89vw, 12.37rem);
    right: calc(-1 *  min(var(--padding), 13.75rem));
    top: max(-12vw, -15rem);
}

.show .show_pole.decor_1::before {
    content: '';
    background: var(--c_before);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    position: absolute;
    mask-image: url('../img/doplnek_e.png');
    -webkit-mask-image: url('../img/doplnek_e.png');
    width: min(8.2vw, 10.25rem);
    height: min(5.89vw, 7.36rem);
    left: calc(-1 *  min(var(--padding), 13.75rem));
    top: max(-12vw, -15rem);
}


.place.dekorace .show .show_pole.decor_1::before {
    top: 0
}

.place.dekorace .show .show_pole.decor_1::after {
    mask-image: url('../img/doplnek_a.png');
    -webkit-mask-image: url('../img/doplnek_a.png');
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.show.kontakt {
    background: transparent linear-gradient(90deg, #FFF8F2 0%, #FFDFC8 100%) 0% 0% no-repeat padding-box;
    min-height: 0 !important;
    padding-bottom:clamp(4rem,8.5vw, 10rem) !important;

}


.show.kontakt .kontakt_wrap {
    width: clamp(30rem, 43vw, 54rem);
    height: fit-content;
    background: white;
    border: 1px solid #F8E1D0;
    margin: auto;
    padding: clamp(1.2rem,2vw, 2.54rem);

    display: grid;
    grid-template-columns: 1fr 1fr;
}

.show.kontakt .kontakt_wrap p {
    width: fit-content;
}

.show.kontakt .kontakt_wrap div.facebook {
    justify-self: right;
    grid-column: 2;
    height: 100%;
    grid-row: 1/3;
}

.show.kontakt .kontakt_wrap div.facebook .mobil, .show.kontakt .kontakt_wrap div.facebook .mid {
    display:none;
}


.show.kontakt .info p:nth-of-type(1){
    font-family: var(--font_bold);
}

.show.kontakt .info > a::before {
    transform: translateY(50%) !important;
}

.show.kontakt .info > a.tel {
    font-family: var(--font_bold);
}

.show.kontakt .info a, .show.kontakt .info p {
    margin-bottom: .3vw;
}




/* MEHO PODPIS */

.meh {
    display: flex;
    justify-content: center;
    width: 100%;
}

footer .meho {
    flex-basis: 100%;
}

p.autor {
    font-size: 15px;
    display: inline-flex;
    justify-content: flex-end;
    margin-bottom: 0;
    color: var(--meho_c);
    font-family: 'light', sans-serif;
    align-items: center
}

a.meho {
    padding: 0.4rem 0 0.4rem 0rem;
    transition: 0.3s all ease-in;
    text-align: left;
    font-size: 15px;
    line-height: 15px;
    display: flex;
    border-radius: 3px;
    font-weight: 300;
    color: var(--meho_c);
}


a.meho span {
    transition: 0.3s all ease-in;
    font-size: 15px;
    line-height: 15px;
    color: var(--meho_c);
}

a.meho span.dia, a.meho span.me {
    position: relative;
    width: 0px;
    left: 0;
    bottom: 0;
    display: inline-block;
    overflow: hidden;
}

a.meho:hover {
    background: #1DB094;
    color: #D7DF21;
    padding: 0.4rem 1rem;
}

a.meho:hover span.mh {
    color: white;
}

a.meho:hover span.dia {
    width: 25px;
    text-align: left;
    color: white;
}

a.meho:hover span.me {
    width: 40px;
    text-align: left;
    color: #D7DF21;
}

/* KONEC PODPIS */

.show.kontakt .info > a.mail {
    font-family: var(--font_bold);
    color:#F67373;
    text-decoration: underline;
}

.place.dekorace .show.kontakt .show_pole.decor_1::after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


@media (max-width: 1260px){
    .show.kontakt .kontakt_wrap{
        display: flex;
        flex-direction: column-reverse;
    }

    .show.kontakt .kontakt_wrap div.facebook .mid {
        display: block;
    }

    .show.kontakt .kontakt_wrap div.facebook .desktop, .show.kontakt .kontakt_wrap div.facebook .mobil {
        display: none;
    }

    .show.kontakt .kontakt_wrap div.facebook {
        margin-top: 1.5rem;
        height: 14rem;
        width: 100%;
    }
}

@media (max-width: 576px){
    .show.kontakt .kontakt_wrap div.facebook .mobil {
        display: block;
    }

    .show.kontakt .kontakt_wrap div.facebook .desktop, .show.kontakt .kontakt_wrap div.facebook .mid {
        display: none;
    }
}


.show .show_pole .img {
    position: relative;
    width: clamp(12rem, 17.86vw, 22.325rem);
    height: clamp(12rem, 17.86vw, 22.325rem);
    background: rgb(255, 255, 255);
    border-radius: 10px;
    overflow: hidden;
    transition: opacity .3s ease-in-out;
}

.place.dekorace .show .show_pole .img {
    width: min(24vw, 31.31rem);
    height: min(24vw, 31.31rem);
    display: flex;
}

.place.dekorace .show .show_pole .img img{
    width: 100%;
    object-fit: cover;
}

@media (max-width: 1070px){
    .place.dekorace .show .show_pole .img{
        width: 38vw;
        height: 38vw;
    }
}

@media (max-width: 450px){
    .place.dekorace .show .show_pole .img{
        width: 78vw;
        height: 78vw;
    }
}

.show .show_pole .img::after {
    visibility: hidden;
    opacity: 0;
    content: '';
    position: absolute;
    top:calc(50% - ((15%)/2));
    left:calc(50% - ((15%)/2));
    width: 15%;
    height: 15%;
    background: white;
    mask-image: url('../img/lupa_50.svg');
    -webkit-mask-image: url('../img/lupa_50.svg');
    mask-size: cover;
    -webkit-mask-size: cover;
    transition: all .3s ease-in-out;

}

.show .show_pole .img::before {
    visibility: hidden;
    opacity: 0;
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    transition: all .3s ease-in-out;


}

.show input, .show select, .show textarea {
    display: block;
    padding: clamp(.4rem, .8vw, 1rem) clamp(.4rem, .8vw, 1rem);
    font-size: clamp(.8rem, .8vw, 1rem);
    border-radius: 5px;
    box-shadow: 0px 0px 5px #1717172e;
    border: 1px solid #C5C5C5;
    font-family: var(--font_regular);
}

.show .show_pole .img:hover::before, .show .show_pole .img:hover::after {
    visibility: visible;
    opacity: 1;
    cursor: pointer;

}

.show .show_pole a.popis {
    font-family: var(--font_bold);
    font-size: clamp(1rem, 1.3vw, 1.62rem);
    margin-top: clamp(.5rem, .9vw, 1.1rem);
    /*padding-left: clamp(.4rem, .7vw, .875rem);*/
    display: block;
    width: 100%;
    text-align: center;
    color: var(--show_text);
    text-decoration: underline;
}

.place.dekorace .show .show_pole a.popis span{
    padding-left: clamp(.4rem, .7vw, .875rem);
    text-align: left;

}



.show form{
    position: relative;
    background-color: white;
    padding: clamp(2rem, 3vw, 4.2rem) clamp(1.5rem, 5.57vw, 7rem);
    box-shadow: 0px 0px 30px #0000000D;


    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.5rem, 2vw, 2.5rem);
    display: none;
}



.show form.form_visible {
    display: grid;
}

form * {
    box-sizing: border-box;
}

.show form div {
    position: relative;
}

.show form h2 {
    font-family: var(--font_bold);
    font-size: clamp(1.8rem, 2vw, 2.5rem);
    grid-column-start: 1;
    grid-column-end: 3;
    color: var(--okno_text);
    text-align: center;
    position: relative;

}
.show form h2::after {
    content: '';
    height: clamp(1.3rem,2vw, 2rem);
    width: clamp(1.3rem,2.4vw, 3rem);
    position:absolute;
    bottom: calc(-1 * clamp(1.8rem, 3vw, 3.75rem));
    left:calc(50% - clamp(1.3rem,2.4vw, 3rem)/2);
    border-top: 2px solid var(--okno_text);
}

.show form label {
    font-family: var(--font_regular);
    font-size: clamp(.8rem, .8vw, 1.1rem);
    color: var(--vyhody_text);
    display: inline;
}

.show form input, .show form textarea {
    margin-top: .3rem;
    border-color: #A1A1A1;
    border-width: 1px;
    width: 100%;
}

.show form .textarea {
    grid-column: 1/3;

}

.show form .textarea textarea {
    resize: none;
    min-height: 10rem;

}

.show form .buy {
    width: 100% !important;
    background: #63C570 !important;
    box-shadow: inset 0px 0px 5px #00000029;
}

.show form .textarea {
    grid-column: 1/3;
}

.show form .captcha {
    display: block;
    width: clamp(12rem,13.5vw, 13.5rem);
    height: auto;

}

@media screen and (max-width:1038px) {
    .show form .captcha .g-recaptcha {
        transform: scale(.6) !important;
    
    }
}



.show form button.vice {
    margin:0;
}

.show form button.vice span {
    font-family: var(--font_medium);
}


.show form button {
    justify-self: right;
}


@media (max-width: 600px){
    .show form {
        display: flex !important;
        flex-direction: column;
    }

    .show form .captcha .g-recaptcha {
        transform: scale(.8) !important;
    
    }
}

@media (max-width: 400px){

    .show form .captcha .g-recaptcha {
        transform: scale(.7) !important;
    
    }
}


.place.kontakt .showroom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.2vw;
    height: clamp(9rem, calc(98vw / 7), 16.7rem );
    overflow: hidden;
    background: var( --main_bg);
}

@media (max-width: 500px){
    .place.kontakt .showroom {
        justify-content: space-around;
    }
}

.place.kontakt .showroom img {
    width: clamp(9rem, calc(98vw / 7), 16.7rem );
    height: clamp(9rem, calc(98vw / 7), 16.7rem );
    object-fit: cover;
}


footer {
    position:relative;
    display: flex;
    gap: min(3.38vw, 4.23rem);
    top:0;
    left:0;
    width:100%;
    height: fit-content;
    background: var(--foot_bg);
    user-select: none;
    font-family: var(--font_bold);
    -webkit-user-select: none;
    -webkit-user-drag: none;
    box-sizing: border-box;
    padding: clamp(2.3rem, 3.4vw, 4.25rem) 1rem clamp(2.3rem, 3.4vw, 4.25rem) 1rem;
    justify-content: center
}

footer::before {
    content: '';
    background: var(--c_before);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    position: absolute;
    mask-image: url('../img/doplnek_b.png');
    -webkit-mask-image: url('../img/doplnek_b.png');
    width: min(7.2vw, 9rem);
    height: min(5.89vw, 7.36rem);
    left: min(var(--padding), 13.75rem);
    top: 0;
    mask-position: right -.6rem;
    -webkit-mask-position: right -.6rem;
}

footer::after {
    content: '';
    background: var(--c_before);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    position: absolute;
    mask-image: url('../img/doplnek_c.png');
    -webkit-mask-image: url('../img/doplnek_c.png');
    width: min(7.2vw, 9rem);
    height: min(7vw, 8.75rem);
    right: min(var(--padding), 13.75rem);
    bottom: 0;

    mask-position: right .7rem;
    -webkit-mask-position: right .7rem;
}

footer .info {
    display: flex;
    flex-direction: column;
    
    position: relative;
    top:0;
    left:0;
    min-height: 200%;

}




footer .info > a ,.show.kontakt .info > a{
    position: relative;
    display: flex;
}

footer .info > a::before, .show.kontakt .info > a::before {
    content: '';
    display: block;
    height: clamp(.7rem, .9vw, 1.17rem);
    width: clamp(.7rem, .9vw, 1.17rem);
    background: #B1B1B1;
    mask-size: contain;
    -webkit-mask-size: contain;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding-right: clamp(.4rem, .5vw, .59rem);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(../img/ikona_e-mail.svg);
    -webkit-mask-image: url(../img/ikona_e-mail.svg);
}

footer .info > a:nth-child(1)::before, .show.kontakt .info > a:nth-of-type(1)::before {
    mask-image: url(../img/ikona_telefon.svg);
    -webkit-mask-image: url(../img/ikona_telefon.svg);
}

footer a, .show.kontakt .info a {
    color:#7B7B7B;
    font-size: clamp(.7rem, 1.15vw, 1.4rem);
}

footer a:nth-child(2) , .show.kontakt .info a:nth-child(2) {
    text-decoration: underline !important;
    color:#F67373;
    font-size: clamp(.7rem, 1.15vw, 1.4rem);
}

footer .facebook {
    width: fit-content;
    height: fit-content;
}

footer .facebook .mid, footer .facebook .mobile {
    display: none;
}

@media screen and (max-width: 1220px) {
    footer .facebook .desktop, footer .facebook .mobile {
        display: none;
    }

    footer .facebook .mid {
        display: block;
    }
    
}

@media screen and (max-width: 632px) {
    footer {
        flex-direction: column;
        align-items: center;
    }

    footer .info > a::before, .show.kontakt .info > a::before {
        top: 50%;
        transform: translateY(0);

    }

    footer .facebook .desktop, footer .facebook .mid {
        display: none;
    }

    footer .facebook .mobile {
        display: block;
    }
    
}

footer .meho {
    font-family: var(--font_medium);
    width: 100%;
    bottom: 0;
    margin-top: auto;
    margin-bottom: 0;
    text-decoration: underline;
    
}

footer .meho a {
    font-size: 0.7rem;
    color:#F67373;
    text-decoration: underline;


}







@media (max-width: 850px) {

    header {
        -webkit-transition: all var(--menu_open_time) ease-in-out;
        -moz-transition: all var(--menu_open_time) ease-in-out;
        -o-transition: all var(--menu_open_time) ease-in-out;
        transition: all var(--menu_open_time) ease-in-out;

        transition-delay: var(--menu_open_time);
    }

    .menu {
        position: absolute;
        box-sizing: border-box;
        top: clamp(3.6rem, 7.2vw, 7.8rem);
        left:0;
        width: 100%;
        overflow: hidden;
        padding: 0;
        padding-inline: 0;
        max-height: 0vh;
        background: var(--header_bg_full);

        -webkit-transition: all var(--menu_open_time) ease-in-out;
        -moz-transition: all var(--menu_open_time) ease-in-out;
        -o-transition: all var(--menu_open_time) ease-in-out;
        transition: all var(--menu_open_time) ease-in-out;
    }

    .menu ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 2vw;
        align-items: flex-end;
        box-shadow: none;
        padding-inline: var(--padding);



    }

    header.full .menu > ul, header.full_open .menu > ul {
        box-shadow: none;


    }

    .menu > ul > li {
        display:grid;
        

    }

    .menu ul li > ul {
        position: relative; 
        display: none;
        height: 0;
        top:1rem;
        right:0;
        background-color: white;
        opacity: 0;
        box-shadow: none;
        gap:1rem;
        width: 100%;
        padding-top: 0;
        padding-right: 4vw;
    }


    .menu ul li.sipka_dolu {
        padding-right: .7rem;

    }
    
    
    .menu ul li.sipka_dolu::after {
        content: '';
        right:-1.1rem;
    }

    .menu ul li > ul > li {
        padding-inline: 0;
        width: 100%
    }
    .menu ul li > ul > li > a{
        font-size: clamp(1.1rem, 1.5vw, 1.2rem);
    }

    .menu > ul > li > ul > li > a {
        margin-bottom: 0;
        color: var(--textmenu);
        text-align: right;
    }

    .menu > ul > li > a {
        text-align: right;
    }

    .menu_open {
        position: absolute;
        top: 1.5rem;
        right: var(--padding);
        height: clamp(1.6rem,2vw, 1rem);
        width: clamp(1.8rem,3.6vw, 2rem);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer
    }

    .menu_open div{
        box-sizing: border-box;
        width: 100%;
        border-bottom: var(--menu_open_bg) solid clamp(1px,.8vw, 3px);
        transition: all .4s;

    }

    header.podstranka.full .menu_open div, header.podstranka.full_open .menu_open div{
        border-bottom: var(--menu_open_bg) solid clamp(1px,.8vw, 3px);
        transition: all .4s;


    }

    header.podstranka .menu_open div{
        border-bottom: white solid clamp(1px,.8vw, 3px);
        transition: all .4s;
        

    }

    header.full .menu_open div, header.full_open .menu_open div{
        border-bottom: var(--menu_open_bg) solid clamp(1px,.8vw, 3px);
        transition: all .4s;
        

    }


    
    @keyframes rot {
        from {transform: rotate(0deg)}
        to {transform: rotate(360deg)}
    }

    @keyframes caraFadeOff {
        from {width: 100%}
        to {width: 0}

    }

    @keyframes caraFadeIn {
        from {width: 0}
        to {width: 100%}

    }

    .carRot {
        animation-name: rot;
        animation-duration: 1.4s;
    }



    .menu.visible {
        max-height: 100vh;
        padding-bottom: 3rem;
        padding-top: min(3.2rem, 3vw);
        
    }

    .menu ul li > ul.visible {
        display: flex !important;
        height: auto !important;
        visibility: visible !important;
        opacity: 100 !important;
        
    }
}




@media (max-width: 950px){


    .place.podstranka .images {
        margin-left:0
    }
}


@media (max-width: 620px){
    footer .akcionari {
        flex-direction: column;
        gap: 1.5rem;
    }

    footer {
        gap: 1.5rem
    }


    footer .odkazy {
        flex-direction: column;
        gap: 1.5rem;
    }

    footer .odkazy, footer .akcionari{
        width: 100%;
        margin:none;
        align-items: center
    }
}