/**
 * Redakční systém JSR
 * popisy_produktu.css
 * Soubor s CSS styly pro zobrazení v popisů u produktů z office.
 *
 * @author Jakub Roček <jakub@skit.cz>
 * @copyright (c) 2007-2024 Josef Šmíd
 * @version 2.5.4
 */

/*jen pro konfigurátor*********************************************************/
.titulek ,.titulek.titulek_new, .menu-top
{
    display: none!important;
}

.info_vrsek { position: fixed; }

.margin_top {
    margin-top: 2vw;
}

/* základní nastavení *********************************************************/

.prodpage {
    display: block;
    width: 100%;
    height: fit-content;
}
.text_center {
    display: block;
    position: relative;
    padding: 2% 2%;
    font-size: 1vw;
    text-align: center;
    line-height: 200%;
    width: 96%;
}
.bg_image  {
    position: relative;
}
.bg_image_odkaz a {
    display: block;
    font-size: 0;
    font-weight: normal;
    border: none;
    color: transparent;
}
.bg_image_button a
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18vw;
    height: 4.6vw;
    float: left;
    font-weight: 500;
    line-height: 4.5vw;
    background-color: #00AE58;
    text-align: center;
    color: white;
    border-radius: 0.3vw;
    font-size: 1vw;
    border: 0.13vw solid #00AE58;
    transition: all 0.3s ease;
    display: none;
}
.bg_image_button a:hover
{
    background-color: white;
    color: #00AE58;
}
.bg_image_button:hover a
{
    display: block;
}
.bg_image img {
    width: 100%;
    margin: 0;
}
.text_vpravo {
    display: inline-block;
    width: 44%;
    float: right;
    font-size: 1vw;
    margin: 3%;
    text-align: justify;
    margin-top: 13%;
    font-weight: 300;
    line-height: 150%;
}
.text_vlevo {
    display: block;
    width: 44%;
    float: left;
    font-size: 1vw;
    margin: 3%;
    text-align: justify;
    margin-top: 13%;
    font-weight: 300;
    line-height: 150%;
}

.obrazek_vlevo img {
    display: inline-block;
    width: 50%;
    margin: 0;
    margin-bottom: -5px;
}
.nahore {
    margin-top: 1% !important;
    margin-bottom: 0 !important;
}
.prodpage h2 {
    font-weight: 300;
    text-align: center;
    font-size: 180%;
    text-transform: uppercase;
    padding: 0;
    position: relative;
    line-height: normal;
    margin-bottom: 2.6vw;
}
.prodpage p {
    font-weight: normal;
}
.obrazek_vpravo {
    display: inline-block;
    width: 50%;
}
.obrazek_vpravo img {
    width: 100%;
    margin: 0;
    margin-bottom: -5px;
}

.prodpage video {
    max-width: 100%;
    height: auto;
    width: 100%;
    margin: auto;
    margin-bottom: -0.35%;
}

.text_vlevo.parametry {
    display: flex;
    flex-flow: row wrap;
    vertical-align: top;
    float: left;
    margin-left: 5%;
    margin-top: 5%;
    margin-right: 10%;
}
.text_vlevo.parametry p {
    width: 90%;
    margin: 0 5%;
}
.text_vlevo.parametry ul {
    margin: 0.5vw 1vw;
}
.text_vlevo.parametry li {
    display: inline-block;
    width: 33%;
    list-style: none;
    min-width: 130px;
}
.text_vlevo.parametry li img {
    display: block;
    width: 50%;
    margin: 25%;
}
.text_vlevo.parametry li p {
    text-align: center;
    font-size: 0.8vw;
    width: 100%;
    margin: 0;
}
.obrazek_vpravo.parametry {
    display: inline-block;
    width: 40%;
}
.bg_image .text_right {
    display: block;
    padding: 0 2%;
    font-size: 1vw;
    padding-top: 5%;
    line-height: 150%;
}
.bg_image .text_center
{
    position: absolute;
}
.bg_image .text_vlevo
{
    position: absolute;
}

.prodpage_tabulka {
    padding: 2% 0px;
    margin-left: auto;
    margin-right: auto;
}
.prodpage_tabulka ul, ol {
    width: 90%;
    display: flex;
    justify-content: space-between;
    display: flex;
    flex-flow: row wrap;
    padding: 0 5%;
    margin: 0;
    text-align: center;
    list-style: none;
    align-items: center;
}

.prodpage_tabulka li {
    width: 24.8%;
    padding: 4% 0;
    height: 100px;
    margin: 0;
    border-bottom: 1px solid #3c3c3c;
    border-right: 1px solid #3c3c3c;
    vertical-align: middle;
}
.prodpage_tabulka li p {
    font-size: 1.2vw;
    line-height: 120%;
    font-weight: 700;
}
.prodpage_tabulka .no-bottom {
    border-bottom: 0px !important;
}
.prodpage_tabulka .no-right {
    border-right: 0px !important;
}
.text_tri_bloky
{
    width: 92%;
    margin: 4%;
    display: inline-block;
    height: 40vw;
    border-radius: 1vw;
    background-repeat: no-repeat;
    background-position: center center;
}
.text_tri_bloky ul
{
    margin: 0;
    display: flex;
    width: 100%;
    height: 100%;

}
.text_tri_bloky li
{
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 33%;
}
.text_tri_bloky li:nth-of-type(2)
{
    border-right: 1px solid #3c3c3c;
    border-left: 1px solid #3c3c3c;
}
.text_tri_bloky h2
{
    margin-bottom: 1vw;
}
.slider
{
    padding: 4% 0;
    width: 100%;
}
.slider .bx-viewport
{
    height: auto!important;
}
.slider .bx-wrapper img
{
    height: auto;
    border: none;
    margin: auto;
    position: relative !important;
    max-height: 39vw;
    width: auto!important;
    padding: 0 1vw;
}
.slider .bx-pager
{
    display: none;
}

.slider .bx-wrapper .bx-controls-direction a
{
    top: 46%;
    z-index: 0;
    width: 2.7vw;
    height: 2.7vw;
    border-radius: 4vw;
    border-bottom: 0;
    text-decoration: none;
}
.slider .bx-wrapper .bx-controls-direction a:hover
{
    background-color: #f6f6f6;
}
.slider .bx-wrapper .bx-next:hover
{

    background: url(../images/svg/013-next.svg) no-repeat 0.85vw center;
    background-size: 1.25vw;

}
.slider .bx-wrapper .bx-prev:hover
{

    background: url(../images/svg/013-next.svg) no-repeat 0.85vw center;
    background-size: 1.25vw;

}
.slider .bx-wrapper .bx-next
{
    right: 2vw;
    background: url(../images/svg/027-nexts.svg) no-repeat 0.85vw center;
    background-size: 1.25vw;

}
.slider .bx-wrapper .bx-prev
{
    left: 2vw;
    background: url(../images/svg/027-nexts.svg) no-repeat 0.85vw center;
    transform: rotate(180deg);
    background-size: 1.25vw;

}

.text_tri_bloky_sloupec
{
    width: 92%;
    padding: 4%;
    display: inline-block;
    height: 40vw;

}
.text_tri_bloky_sloupec ul
{
    margin: 0;
    display: flex;
    width: 100%;
    height: 100%;

}
.text_tri_bloky_sloupec li
{
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;

    flex-direction: column;
    width: 33%;
    padding-bottom: 2vw;
}
.text_tri_bloky_sloupec li img
{
    margin: 0;
    width: 100%;
    height: auto;
}
.text_tri_bloky_sloupec h2,.text_tri_bloky_sloupec p
{
    text-align: left;
    width: 90%;
}
.text_tri_bloky_sloupec li h2
{
    margin-top: 1vw;
    margin-bottom: 1vw;
}
.text_tri_bloky_sloupec h3
{
    margin-bottom: 2vw;
    font-size: 2vw;
}
.slider .bx-wrapper {

    margin-bottom: 0;
}

@media (max-width: 991px)
{
    .prodpage p
    {
        font-size: 18px!important;
    }
    .prodpage h2
    {
        font-size: 28px!important;
    }
    .prodpage h3
    {
        font-size: 28px!important;
        margin-bottom: 30px;
    }
    .text_center
    {
        font-size: 21px;
        padding: 5% 2%;
    }
    .nahore
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .text_vpravo {
        width: 96%;
        font-size: 21px;
        margin: 0;
        margin-top: 0;
        padding: 5% 2%;
        float: none;
    }
    .text_vlevo {
        width: 96%;
        font-size: 21px;
        margin: 0;
        margin-top: 0;
        padding: 5% 2%;
        float: none;
    }
    .obrazek_vlevo img {
        width: 100%;
        margin-bottom: 0;
    }
    .obrazek_vpravo {
        width: 100%;
    }
    .text_vlevo.parametry {
        margin-left: 0%;
        margin-top: 0!important;
        margin-right: 0%;
    }
    .text_vlevo.parametry li {
        width: 50%;
    }
    .text_vlevo.parametry p {
        width: 100%;
        margin: 0 0%;
    }
    .bg_image div {
        position: relative!important;
        height: auto!important;
        width: auto!important;
        display: flex!important;
    }
    .bg_image.parametry img {
        width: 0%;
        margin: 0;
    }
    .bg_image div img {
        width: 0%;
        margin: 0;
    }
    .bg_image {
        background-position: center center;
    }
    .obrazek_vpravo.parametry {
        display: inline-block;
        width: 100%;
    }
    .text_vlevo.parametry li img {
        max-width: 130px;
        margin: 10% auto;
    }
    .bg_image .text_right {
        font-size: 21px;
        padding-top: 5%;
        width: 96%!important;
        padding-bottom: 5%;
    }
    .bg_image_button a
    {
        width: 50%;
        height: 60px;
        line-height: 60px;
        border-radius: 4px;
        font-size: 100%;
        border: 2px solid #00AE58;
        display: block;
    }
    .text_vlevo.parametry ul {
        margin: 0 0;
    }
    .prodpage_tabulka li {
        width: 49.7%;
        height: 75px;
    }
    .prodpage_tabulka .no-bottom {
        border-bottom: 1px solid #3c3c3c!important;
    }
    .prodpage_tabulka .no-right {
        border-right: 1px solid #3c3c3c!important;
    }
    .prodpage_tabulka li p {
        font-size:19px!important;
    }
    .prodpage_tabulka {
        padding: 4% 0px;

    }
    .text_tri_bloky {
        width: 96%;
        margin: 2%;
        height: 400px;
        border-radius: 16px;
    }
    .text_tri_bloky h2 {
        margin-bottom: 20px;
    }
    .slider .bx-wrapper img
    {
        max-height: 400px;
    }

    .slider .bx-wrapper .bx-controls-direction a
    {
        top: 46%;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        background-size: 35px;
    }
    .slider .bx-wrapper .bx-next:hover
    {
        background: url(../images/svg/013-next.svg) no-repeat 10px center;
        background-size: 35px;
    }
    .slider .bx-wrapper .bx-prev:hover
    {
        background: url(../images/svg/013-next.svg) no-repeat 10px center;
        background-size: 35px;
    }
    .slider .bx-wrapper .bx-next {
        background: url(../images/svg/027-nexts.svg) no-repeat 10px center;
    }
    .slider .bx-wrapper .bx-prev {
        background: url(../images/svg/027-nexts.svg) no-repeat 10px center;
        transform: rotate(180deg);
    }
    .text_tri_bloky_sloupec ul {
        display: block;
    }
    .text_tri_bloky_sloupec li {
        display: block;
        width: 100%;
        padding-bottom: 30px;
    }
    .text_tri_bloky_sloupec h2, .text_tri_bloky_sloupec p {
        margin: auto;
    }
    .text_tri_bloky_sloupec li h2 {
        margin: 20px auto;
    }
    .margin_top {
        margin-top: 30px !important;
    }
}

@media (max-width: 545px)
{ 
    .margin_top {
        margin-top: 100px !important;
    }
    .top_posun {
        top: 45px !important;
    }
}
