@charset "UTF-8";

#a-home{display: none !important;}

#footer .vyhody {
        background: #fff;
        text-align: center;
        padding-top: 70px;
        color: #509605;
    }
    
    #footer .vyhody > div {
        padding-bottom: 70px;
    }
    
    #footer .vyhody > div > p {
        margin-bottom: 0;
        font-weight: 400;
    }
    
    #footer .vyhody > div > p:first-child {
        height: 100px;
    }
    
    #footer .vyhody > div {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    @media (min-width: 768px) {
        #footer .vyhody > div {
            display: inline-block;
            vertical-align: top;
            width: 49%;
        }
    }
    
    @media (min-width: 1024px) {
        #footer .vyhody > div {
            display: inline-block;
            width: 33%;
        }
    }
    
    @media (min-width: 1224px) {
        #footer .vyhody > div {
            display: inline-block;
            width: 16%;
        }
    }

    @media only screen and (max-width: 40em) {
        #footer-in .footer-row-element:not(.banner), #footer-in .banner img {
            display: block;
        }

        #contactbox-right {
            /*display: inline-block;
            width: auto;*/
            float: none;
        }

        #footer .ccr-single {
            text-align: left;
        }

        /*#footer-in .topic {
            text-align: center;
        }*/

        #footer-in .hide-for-small {
            display: block !important;
            /*text-align: center;*/
        }
        
        #footer-in .hide-for-small ul {
            display: inline-block;
        }
        
        #footer-in .hide-for-small ul>li {
            text-align: left;
            line-height: 1.6rem;
        }
    }

    .vo-link {
        color: #484848;
        font-size: 0.6875rem;
        margin-left: 1em;
    }

    @media (min-width: 768px) {
        .vo-link {
            font-size: 0.8125rem;
        }
    }

    #header .vo-link:hover {
        text-decoration: underline;
    }

    .columns > .news-item .text .description {
        /*max-height: 420px;
        overflow: hidden;*/
    }

    #footer-in a {
        font-size: 1rem;
        line-height: 1.5;
    }

    @media (min-width: 768px) {
        .searchform .s-word, #s-word {
            height: 2.8rem;
            font-size: 1.1rem;
            color: #444;
        }
    
        .searchform form .tar {
            height: 2.8rem;
        }
    
        .searchform .b-search {
            top: 0.82rem;
        }

        #category-filter-hover input {
            margin-top: 0.25rem;
        }

        #content-in #category-filter-wrapper {
            display: none;
        }

        aside #slider-wrapper strong {
            white-space: nowrap;
            font-size: 0.625rem;
        }

        aside #param-filter-right {
            margin-top: 15px;
        }

        aside #param-filter-hover {
            width: 100%;
        }
    }

    .parametric-filter > div, .parametric-filter > .param-filter-single-cell {
        display: none;
    }

    .open .parametric-filter > div {
        display: block;
    }

    .param-filter-single:not(.open) {
        padding-bottom: 0;
    }

    .param-filter-single fieldset > strong:before {
        content: "\e61f";
        position: absolute;
        right: 0;
        font-family: "shoptet";
        font-size: 12px;
        line-height: 14px;
        cursor: pointer
    }

    .param-filter-single.open fieldset > strong:before {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .param-filter-single fieldset > strong {
        width: 100%;
        cursor: pointer;
        position: relative;
    }

    @media only screen and (max-width: 413px) {
        body #header-in .header-phone {
            margin-right: 5px;
        }
        body #header-in .header-email, body #header-in .header-phone {
            font-size: 70%;
            padding-left: 2px;
            width: auto;
        }
        #header-in .header-phone a:before, #header-in .header-email a:before, .header-social-icon a:before, .icon-account-login:before {
            margin-right: 0.1ex;
        }
        body #header-in .header-email a {
            padding-top: 1px;
        }
    }
    
    @media only screen and (max-width: 320px) {
        body #header-in .header-email a {
            padding-top: 0;
        }
        body #header-in .header-phone {
            margin-right: 8px;
        }
        body #header-in .header-email, body #header-in .header-phone {
            font-size: 9px;
            padding-left: 2px;
            width: auto;
        }
        #header-in .header-phone a:before, #header-in .header-email a:before, .header-social-icon a:before, .icon-account-login:before {
            margin-right: 0.1ex;
        }
    }
    

.dynamic-height-wrap {
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height 0.25s ease-in-out;
    -moz-transition: max-height 0.25s ease-in-out;
    -o-transition: max-height 0.25s ease-in-out;
    transition: max-height 0.25s ease-in-out;
    width: 100%;
}

/* Bottom gradient (optional, but recommended)*/
.dynamic-height-active .dynamic-height-wrap:before {
    background: -moz-linear-gradient(top, rgba(240, 249, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240, 249, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(240, 249, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(240, 249, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(240, 249, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(240, 249, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f0f9ff', endColorstr='#ffffff', GradientType=0);
    bottom: 0;
    content: '';
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;    
}

.dynamic-show-more-wrap {
    text-align: center;
    display: none;
}

.dynamic-height-active .dynamic-show-more-wrap {
    display: block;
}

.dynamic-show-more {
    cursor: pointer;
    text-decoration: underline;
}



