* {
    box-sizing: border-box;
    color: var(--color-font);
    font-family: 'Roboto Condensed',sans-serif
}

a {
    color: var(--color-main);
    text-decoration: none
}

    a:hover {
        text-decoration: underline
    }

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    display: block
}

h1 {
    color: var(--color-font);
    font-size: 25px;
    font-weight: 300;
    line-height: 25px;
    text-align: left !important;
    margin-bottom: 25px;
    padding-bottom: 10px;
    background: url(../images/h1.gif) no-repeat left bottom
}

.h1 {
    color: var(--color-font);
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    text-align: left !important;
    margin-bottom: 25px;
    padding-bottom: 10px;
    background: url(../images/h1.gif) no-repeat left bottom
}

.h2, h2 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px
}

h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
	padding-left: 28px;
	height: 23px;
    color: #fff;
	background: url(../images/titleico.svg) no-repeat;
}

h3.center {margin-left:43%;}
.attachments h2 {
	font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
	padding-left: 28px;
    color: blue;
	background: url(../images/down.svg) no-repeat left bottom;
}

p {
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 30px
}

ul {
    margin-bottom: 30px
}

    ul li {
        font-size: 15px;
        font-weight: 300;
        line-height: 24px
    }

body {
    margin: 0;
    padding: 0;
    text-align: center;
    border-top: 4px solid var(--color-main)
}

.wrapper {
    margin: 0 auto;
    width: 1140px;
    overflow: hidden
}

.cln {
    float: none !important;
    clear: both;
    width: 1px;
    height: 1px;
    line-height: 1px
}

.btn {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 25px;
    background: var(--color-main);
    border: none;
    cursor: pointer
}

    .btn:hover {
        background: var(--color-main-hover)
    }

input[type=email], input[type=number], input[type=password], input[type=search], input[type=text], select, textarea {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #dcdde0;
    margin-bottom: 15px
}

.desktop {
    display: block
}

.mobile {
    display: none
}

header {
    width: 100%;
	height:150px;
    background-color: #249e31;
    background-image:
    /* Top jagged 
    linear-gradient(135deg, #249e31 100%, transparent 50%), linear-gradient(225deg, #249e31 100%, transparent 100%),
    /* Bottom jagged 
    linear-gradient(45deg, #fff 50%, transparent 50%), linear-gradient(-45deg, #fff 50%, transparent 50%);*/
    background-position: top left, top left, bottom left, bottom left;
    background-size: 35px 35px;
    background-repeat: repeat-x;
}

    header #logo {
        float: left;
        height: 75px;
        margin-top: 30px;
        margin-bottom: 24px
    }

        header #logo img {
            height: 100%
        }

    header .languages {
        float: right;
        margin-top: 45px;
        margin-left: 17px
    }

        header .languages a {
            float: left;
            width: 16px;
            height: 11px;
            margin-left: 10px
        }

            header .languages a:first-child {
                margin-left: 0 !important
            }

            header .languages a.cz {
                background: url(../images/flags/cz.png)
            }

            header .languages a.en {
                background: url(../images/flags/en.png)
            }

main {
    background: #cdcecf; 
	background-image:
    /* Top jagged 
    linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(225deg,#fff 50%, transparent 50%),
    /* Bottom jagged 
    linear-gradient(45deg, #fff 50%, transparent 50%), linear-gradient(-45deg, #fff 50%, transparent 50%);*/
    background-position: top left, top left, bottom left, bottom left;
    background-size: 35px 35px;
    background-repeat: repeat-x;
	padding-top: 25px;
	padding-bottom: 25px;
}

    main .wrapper {
        padding: 30px 0;
        text-align: left;
      
    }

    main.left-sidebar .col-content {
        float: left;
        width: 65%
    }

    main.left-sidebar .col-sidebar {
        float: left;
        width: 30%;
        margin-right: 5%
    }

    main.right-sidebar .col-content {
        float: left;
        width: 65%;
        margin-right: 5%
    }

    main.right-sidebar .col-sidebar {
        float: left;
        width: 30%
    }

footer {
    padding-top: 20px;
    padding-bottom: 10px
}

    footer p {
        text-align: center
    }

    footer .copy {
        font-size: 12px;
        margin-bottom: 10px
    }

#maintanence {
    text-align: center;
    padding: 20px;
    padding-top: 50px
}

    #maintanence .info {
        margin-top: 50px;
        padding-top: 250px;
        background: url(../images/maintenance.png) no-repeat top center
    }

        #maintanence .info h1 {
            background: 0 0 !important;
            font-weight: 700;
            text-align: center !important
        }

        #maintanence .info p {
            margin-bottom: 40px;
            text-align: center !important
        }

    #maintanence .footer {
        padding-top: 40px;
        border-top: 1px solid #b1b1b1
    }

        #maintanence .footer * {
            font-size: 12px;
            text-align: center !important
        }

        #maintanence .footer .icons img {
            height: 25px;
            margin: 0 10px
        }

.page #map {
    width: 50%;
    height: 300px;
    float: right;
    margin-top: -55px;
    margin-left: 20px;
    margin-bottom: 20px
}

.paging {
    text-align: center
}

    .paging a {
        display: inline-block;
        padding: 6px;
        font-size: 12px;
        background: var(--color-white);
        border: 1px solid var(--color-main);
        border-radius: 3px;
        margin-right: 3px
    }

.article {
    position: relative;
    margin-bottom: 40px;
    cursor: pointer;
	height: 150px !important;
}

    .article.list-only {
        cursor: auto
    }

    .article .img {
        float: left;
        width: 20%;
        height: 15%;
        margin-right: 5%;
        overflow: hidden
    }

.left-right-articles .article:nth-child(odd) .img {
    float: left;
    margin-left: 0;
    margin-right: 5%
}

.left-right-articles .article:nth-child(even) .img {
    float: right;
    margin-left: 5%;
    margin-right: 0
}

.article .img img {
    width: 100%
}

    .article .img img[src=''] {
        display: none
    }

.article h2 {
    width: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left
}

.article p {
    width: auto;
    height: 70px;
    margin: 0 !important;
    margin-bottom: 10px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify
}

.article .btn {
    position: absolute;
    right: 0;
    bottom: 0
}

.page-article .image {
    float: right;
    max-width: 35%;
    margin-left: 5%;
    margin-bottom: 20px
}

.page-article .perex, .page-article .perex * {
    font-weight: 500
}

.ad {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

    .ad img {
        max-width: 100%;
        height: auto
    }

.search-results .search-result {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #d9d9d9
}

    .search-results .search-result:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: none
    }

    .search-results .search-result p {
        margin-bottom: 0
    }

main section, section#bottom {
    padding-bottom: 20px
}

    main section#bottomcontent, main section#rightcontent {
        padding-bottom: 0
    }

section .module {
    margin-bottom: 20px !important
}

    section .module:last-child {
        margin-bottom: 0 !important
    }

section#top {
    float: right
}

    section#top .module {
        float: left;
        margin-bottom: 0 !important
    }

.gallery a {
    float: left;
    width: 18%; /*22,75*/
	height: 18%;
    margin-left: 3%;
    margin-top: 3%;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    text-align: center
}

.gallery {
	
}

.gallery-item {

	
}

    .gallery a:nth-child(4n+1) {
        margin-left: 0
    }

    .gallery a:nth-child(1), .gallery a:nth-child(2), .gallery a:nth-child(3), .gallery a:nth-child(4) {
        margin-top: 0
    }

    .gallery a img {
        max-width: 100%;
        max-height: 100%
		display: list-item;
    }

.breadcrumbs.module a {
    font-size: 12px
}

    .breadcrumbs.module a:last-child {
        color: var(--color-font);
        text-decoration: none !important
    }

.breadcrumbs.module span {
    font-size: 10px;
    margin: 0 1px
}

nav.module {
    width: 100%
}

    nav.module .menu-head {
        display: none
    }
     #rightcontent .menu-item {
		 border: 1px solid #000;
		     margin-top: 5px;
	 }
    nav.module .menu-item a {
        width: 100%;
        display: block;
        color: #000 !important;
        padding: 9px 17px;
        font-size: 16px;
        text-align: left
    }

        nav.module .menu-item a.active {
            color: #fff !important;
            background: var(--color-main);
            text-decoration: none !important
        }

            nav.module .menu-item a.active:hover {
                color: #fff !important;
                background: var(--color-main) !important
            }

        nav.module .menu-item a:hover {
            color: var(--color-font);
            background: var(--color-main);
            text-decoration: none !important
        }

    nav.module .menu-item .submenu {
        display: none
    }

    nav.module .menu-item:hover > .submenu {
        display: block
    }

    nav.module .menu-item .submenu .menu-item {
        box-sizing: border-box;
        display: block;
        border-left: none
    }

        nav.module .menu-item .submenu .menu-item a {
            display: block;
            float: none;
            padding: 10px;
            padding-top: 11px;
            padding-left: 30px;
            padding-right: 60px;
            font-size: 13px;
            font-weight: 400;
            text-align: left;
            text-transform: none;
            white-space: nowrap
        }

section#top nav.module {
    float: left;
    width: auto;
    margin-left: 30px;
    margin-right: 15px;
    margin-top: 32px;
    margin-bottom: 30px !important
}

.absolute .wrapper {
    overflow: unset;
    position: relative;
    padding-bottom: 168px
}

.absolute section#top nav.module {
    position: absolute;
    width: auto;
    bottom: 0;
    right: 0;
    margin-right: 0
}

section#top nav.module .menu-head {
    display: none
}

section#top nav.module .menu-item {
    float: left;
    padding: 0
}

    section#top nav.module .menu-item a {
        box-sizing: border-box;
        display: block;
        color: var(--color-font);
        padding: 9px 17px;
        font-size: 16px
    }

    section#top nav.module .menu-item .submenu {
        display: none;
        position: absolute;
        z-index: 3;
        top: 99px;
        left: 0;
        background: #fff
    }

section#top nav.module .menu-content > .menu-item {
    margin-left: 10px
}

    section#top nav.module .menu-content > .menu-item > a {
        text-align: center;
       
    }

    section#top nav.module .menu-content > .menu-item > .submenu {
        padding-top: 30px
    }

        section#top nav.module .menu-content > .menu-item > .submenu > .menu-item:first-child {
            border-top: 1px solid #d9d9d9
        }

section#top nav.module .menu-item:hover > .submenu {
    display: block
}

section#top nav.module .menu-item .submenu .menu-item {
    float: none;
    padding: 0;
    position: relative
}

    section#top nav.module .menu-item .submenu .menu-item a {
        display: block;
        float: none;
        padding-top: 11px;
        padding-left: 11px;
        padding-right: 60px;
        padding-bottom: 10px;
        font-size: 13px;
        font-weight: 400;
        text-align: left;
        text-transform: none;
        white-space: nowrap
    }

section#rightcontent nav.module {
    background: #6e7888;
    border-radius: 5px
}

section#top .slider.module {
    display: none !important
}

.slider.module .title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-top: 0
}

.slider.module .text {
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 30px
}

.contacts.module div.phone {
    background: url(../images/phone-icon.png) no-repeat center left
}

.contacts.module div.email {
    background: url(../images/email-icon.png) no-repeat center left
}

.contacts.module {
    width: 100%;
    padding: 15px;
    padding-right: 0;
    padding-bottom: 7px;
    border-radius: 5px;
   /* background: #f4f6f9*/
}

main .contacts.module {
    /*background: var(--color-background)*/
}

.contacts.module.full {
    display: none;
    width: auto;
    padding: 0;
    background: 0 0;
    border-radius: 0
}

section#content .contacts.module.full {
    display: block
}

section#top .contacts.module {
    width: auto;
    float: left;
    padding: 8px 15px;
    padding-right: 0;
    padding-bottom: 0;
    margin-top: 25px;
    margin-left: 15px;
    margin-bottom: 23px !important;
  /*  background: #fff;
    border: 1px solid #d9d9d9*/
}

section#bottom .contacts.module {
    width: auto;
    display: inline-block
}

section#top .contacts.module strong.h1 {
    display: none
}

.contacts.module > div {
    font-size: 17px;
    line-height: 17px;
    text-align: left;
    height: 33px;
    padding-top: 9px;
    padding-left: 40px;
    margin-bottom: 8px;
    background-size: auto 30px !important
}

section#bottom .contacts.module > div, section#top .contacts.module > div {
    float: left;
    margin-right: 15px
}

section#top .contacts.module > div {
    font-size: 17px;
    line-height: 17px;
    height: 33px;
    padding-top: 9px;
    padding-left: 40px
}

.contacts.socials.module {
    padding: 0;
    background: 0 0;
    line-height: 0
}

section#rightcontent .contacts.module {
    width: 100%;
    padding: 15px;
    padding-bottom: 6px;
    border-radius: 5px;
    background: var(--color-background)
}

.contacts.socials.module a {
    display: inline-block;
    width: 32px;
    height: 31px;
    margin-right: 7px;
    margin-bottom: 0;
    background: url(../images/socials-sprite.png) no-repeat;
    background-size: auto 65px
}

section#rightcontent .contacts.module a, section#top .contacts.module a {
    margin-bottom: 9px
}

.contacts.socials.module a:last-child {
    margin-right: 15px
}

section#bottom .contacts.module a:last-child {
    margin-right: 0
}

.contacts.socials.module a.facebook {
    background-position: 0 0
}

    .contacts.socials.module a.facebook:hover {
        background-position: 0 -34.5px
    }

.contacts.socials.module a.twitter {
    background-position: -37.5px 0
}

    .contacts.socials.module a.twitter:hover {
        background-position: -37.5px -34.5px
    }

.contacts.socials.module a.linkedin {
    background-position: -76px 0
}

    .contacts.socials.module a.linkedin:hover {
        background-position: -76px -34.5px
    }

.contacts.socials.module a.youtube {
    background-position: -115.5px 0
}

    .contacts.socials.module a.youtube:hover {
        background-position: -115.5px -34.5px
    }

.contacts.socials.module a.instagram {
    background-position: -154px 0
}

    .contacts.socials.module a.instagram:hover {
        background-position: -154px -34.5px
    }

.contacts.module a {
    color: white !important
}

.html-box.box {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    background: #f4f6f9
}

main .html-box.box {
    background: var(--color-background)
}

    main .html-box.box :first-child {
        margin-top: 0 !important;
        padding-top: 0 !important
    }

    main .html-box.box :last-child {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important
    }

.search-button {
    display: none
}

.searchform.module input[type=submit] {
    float: right;
    padding: 11px 25px;
    margin-top: -37.5px;
    position: relative;
    border-radius: 5px
}

.searchform.module input[type=search] {
    margin-bottom: 0
}

section#bottom .searchform.module {
    width: 60%;
    margin: 0 auto
}

section#top .search.module {
    margin-bottom: 34px !important
}

    section#top .search.module .search-button {
        display: block;
        width: 30px;
        height: 30px;
        margin-top: 35px;
        margin-left: 25px;
        margin-right: 10px;
        cursor: pointer;
        background: url(../images/search-dark-icon.png) no-repeat center center;
        background-size: 30px auto
    }

.searchform.module.top, section#top .searchform.module {
    display: none
}

section#top .module.articles {
    display: none
}

section#overcontent .article, section#undercontent .article {
    margin-right: 5%
}

    section#overcontent .article h2, section#undercontent .article h2 {
        padding-top: 5%
    }

section#rightcontent .article p {
    display: none
}

section#bottom .article p {
    height: 140px;
    -webkit-line-clamp: 6
}

.articles .article:last-child {
    margin-bottom: 0
}

.articles.box {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    background: #f4f6f9
}

main .articles.box {
    background: var(--color-background)
}

#configurator .article {
    height: auto !important;
    cursor: unset
}

    #configurator .article p {
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        height: auto
    }

.configurator-components {
    clear: both
}

    .configurator-components .price {
        float: right
    }

        .configurator-components .price, .configurator-components .price span {
            color: red;
            font-weight: 700
        }

    .configurator-components h3 {
        margin-top: 20px;
        margin-bottom: 10px
    }

    .configurator-components > div {
        position: relative;
        padding: 10px 0;
        border-bottom: 1px solid #d9d9d9;
        cursor: help
    }

        .configurator-components > div label {
            cursor: help
        }

            .configurator-components > div label input {
                cursor: pointer
            }

        .configurator-components > div:last-child {
            border-bottom: none
        }

        .configurator-components > div .info {
            display: none;
            position: absolute;
            left: 22px;
            bottom: 36px;
            z-index: 1000;
            max-width: calc(50% - 22px);
            background: #fff;
            padding: 15px;
            border: 1px solid #d9d9d9
        }

            .configurator-components > div .info h4 {
                font-size: 12px
            }

            .configurator-components > div .info img, .configurator-components > div .info p {
                margin-top: 0;
                padding-top: 10px;
                font-size: 12px;
                line-height: 15px
            }

        .configurator-components > div:hover .info {
            display: block
        }

        .configurator-components > div .info img {
            max-width: 100px;
            float: left;
            margin-right: 10px;
            margin-bottom: 10px
        }

    .configurator-components .sum {
        font-size: 20px;
        padding-top: 15px;
        border-top: 1px solid #d9d9d9
    }

@media (max-width:1200px) {
    .h1, h1 {
        font-size: 19px;
        margin-bottom: 20px;
        padding-bottom: 8px
    }

    .h2, h2 {
        font-size: 17px;
        margin-bottom: 16px
    }

    .h3, h3 {
        font-size: 15px;
        margin-bottom: 16px
    }

    p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px
    }

    ul {
        margin-bottom: 20px
    }

        ul li {
            font-size: 14px;
            line-height: 20px
        }

    .wrapper {
        width: 912px
    }

header {height:110px;}
    header #logo {
        height: 36px;
        margin-top: 24px;
        margin-bottom: 17px
    }

    header .languages {
        margin-top: 34px;
        margin-left: 13px
    }

        header .languages a {
            margin-left: 8px
        }

    footer {
        padding-top: 16px;
        padding-bottom: 8px
    }

        footer .copy {
            font-size: 10px;
            margin-bottom: 8px
        }

    .article h2 {
        margin-bottom: 13px
    }

    .article p {
        font-size: 13px;
        line-height: 18px;
        height: 52px;
        -webkit-line-clamp: 3
    }

    .module {
        margin-bottom: 15px
    }

        .module .breadcrumbs a {
            font-size: 10px
        }

        .module .breadcrumbs span {
            font-size: 8px;
            margin: 0 1px
        }

    .absolute .wrapper {
        padding-bottom: 130px
    }

    section#top nav.module {
        margin-left: 20px;
        margin-right: 10px;
        margin-top: 25px;
        margin-bottom: 21px !important
    }

        section#top nav.module .menu-item a {
            padding: 7px 13px;
            font-size: 14px
        }

        section#top nav.module .menu-item .submenu {
            top: 79px
        }

        section#top nav.module .menu-content > .menu-item > .submenu {
            padding-top: 21.5px
        }

        section#top nav.module .menu-item .submenu .menu-item a {
            padding: 8px;
            padding-top: 9px;
            padding-left: 9px;
            padding-right: 48px;
            font-size: 11px
        }

    .slider.module .title {
        font-size: 24px
    }

    .slider.module .text {
        font-size: 14px;
        margin-top: 16px;
        margin-bottom: 24px
    }

    section#top .contacts.module {
        padding: 5px 12px;
        padding-right: 0;
        padding-bottom: 0;
        margin-top: 20px;
        margin-left: 10px;
        margin-bottom: 15px;
        margin-bottom: 18px !important
    }

        section#top .contacts.module > div {
            font-size: 14px;
            line-height: 14px;
            height: 27px;
            padding-top: 7px;
            padding-left: 32px;
            background-size: auto 24px !important;
            margin-bottom: 5px
        }

        section#bottom .contacts.module > div, section#top .contacts.module > div {
            margin-right: 12px
        }

    .contacts.socials.module a {
        width: 28px;
        height: 27px;
        margin-right: 4px;
        background-size: auto 58px
    }

    section#rightcontent .contacts.module a, section#top .contacts.module a {
        margin-bottom: 5px
    }

    .contacts.socials.module a:last-child {
        margin-right: 12px
    }

    .contacts.socials.module a.facebook {
        background-position: 0 0
    }

        .contacts.socials.module a.facebook:hover {
            background-position: 0 -30.5px
        }

    .contacts.socials.module a.twitter {
        background-position: -34px 0
    }

        .contacts.socials.module a.twitter:hover {
            background-position: -34px -30.5px
        }

    .contacts.socials.module a.linkedin {
        background-position: -68px 0
    }

        .contacts.socials.module a.linkedin:hover {
            background-position: -68px -30.5px
        }

    .contacts.socials.module a.youtube {
        background-position: -102.5px 0
    }

        .contacts.socials.module a.youtube:hover {
            background-position: -102.5px -30.5px
        }

    .contacts.socials.module a.instagram {
        background-position: -137.5px 0
    }

        .contacts.socials.module a.instagram:hover {
            background-position: -137.5px -30.5px
        }

    section#top .search.module {
        margin-bottom: 21px !important
    }

        section#top .search.module .search-button {
            margin-top: 26px
        }

    section#bottom .article p {
        height: 108px;
        -webkit-line-clamp: 6
    }
}

@media (max-width:990px) and (min-width:751px) {
    .wrapper {
        width: 684px
    }
    header {min-height:35px;}
    header #logo {
        height: 31px;
        margin-top: 21px;
        margin-bottom: 15px
    }

    header .languages {
        margin-top: 31px;
        margin-left: 10px
    }

        header .languages a {
            margin-left: 6px
        }

    footer {
        padding-top: 14px;
        padding-bottom: 7px
    }

        footer .copy {
            font-size: 10px;
            margin-bottom: 7px
        }

    .article p {
        height: 17px;
        -webkit-line-clamp: 1
    }

    .module .breadcrumbs a {
        font-size: 10px
    }

    .module .breadcrumbs span {
        font-size: 8px;
        margin: 0 1px
    }

    .absolute .wrapper {
        padding-bottom: 113px
    }

    section#top nav.module {
        margin-left: 18px;
        margin-right: 10px;
        margin-top: 21px;
        margin-bottom: 19px !important
    }

        section#top nav.module .menu-item a {
            padding: 7px 10px;
            font-size: 11px
        }

        section#top nav.module .menu-item .submenu {
            top: 59px
        }

        section#top nav.module .menu-content > .menu-item {
            margin-left: 5px
        }

            section#top nav.module .menu-content > .menu-item > .submenu {
                padding-top: 19px
            }

        section#top nav.module .menu-item .submenu .menu-item a {
            padding: 8px;
            padding-top: 9px;
            padding-left: 9px;
            padding-right: 48px;
            font-size: 11px
        }

    .slider.module .title {
        font-size: 24px
    }

    .slider.module .text {
        font-size: 14px;
        margin-top: 16px;
        margin-bottom: 24px
    }

    section#top .contacts.module {
        padding: 4px 9px;
        padding-right: 0;
        padding-bottom: 0;
        margin-top: 20px;
        margin-left: 8px;
        margin-bottom: 17px !important
    }

        section#top .contacts.module > div {
            font-size: 12px;
            line-height: 12px;
            height: 20px;
            padding-top: 5px;
            padding-left: 24px;
            margin-bottom: 4px;
            background-size: auto 18px !important
        }

        section#bottom .contacts.module > div, section#top .contacts.module > div {
            margin-right: 9px
        }

    section#rightcontent .contacts.module {
        width: 100%;
        padding: 15px;
        padding-bottom: 6px;
        border-radius: 5px;
        background: var(--color-background)
    }

    .contacts.socials.module a {
        width: 21.5px;
        height: 20px;
        margin-right: 4px;
        background-size: auto 43px
    }

    section#rightcontent .contacts.module a, section#top .contacts.module a {
        margin-bottom: 4px !important
    }

    .contacts.socials.module a:last-child {
        margin-right: 10px
    }

    .contacts.socials.module a.facebook {
        background-position: 0 0
    }

        .contacts.socials.module a.facebook:hover {
            background-position: 0 -22.5px
        }

    .contacts.socials.module a.twitter {
        background-position: -24.5px 0
    }

        .contacts.socials.module a.twitter:hover {
            background-position: -24.5px -22.5px
        }

    .contacts.socials.module a.linkedin {
        background-position: -50px 0
    }

        .contacts.socials.module a.linkedin:hover {
            background-position: -50px -22.5px
        }

    .contacts.socials.module a.youtube {
        background-position: -76px 0
    }

        .contacts.socials.module a.youtube:hover {
            background-position: -76px -22.5px
        }

    .contacts.socials.module a.instagram {
        background-position: -101.5px 0
    }

        .contacts.socials.module a.instagram:hover {
            background-position: -101.5px -22.5px
        }

    section#top .search.module {
        margin-bottom: 17px !important
    }

        section#top .search.module .search-button {
            margin-top: 20px;
            background-size: 22px auto
        }

    section#rightcontent .article h2 {
        font-size: 14px
    }

    section#rightcontent .article .btn {
        display: none
    }

    section#bottom .article p {
        height: 70px;
        -webkit-line-clamp: 4
    }

    .configurator-components > div .info {
        max-width: calc(100% - 22px)
    }
}

@media (max-width:750px) {
    body {
        min-width: 350px
    }

    .desktop {
        display: none
    }

    .mobile {
        display: block
    }

    .h1, h1 {
        font-size: 22px
    }

    .h2, h2 {
        font-size: 17px
    }

    .h3, h3 {
        font-size: 15px
    }

    p {
        font-size: 14px;
        line-height: 21px
    }

    ul li {
        font-size: 14px;
        line-height: 21px
    }

    .wrapper {
        width: initial !important;
        padding: 20px !important
    }

    header .wrapper {
        padding: 0 !important
    }

    header {
        height: auto;
		min-height:95px;
    }

        header #logo {
            margin-top: 15px;
            margin-left: 15px;
            margin-bottom: 15px
        }

    main .col-content, main .col-sidebar {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important
    }

    section#top {
        float: none
    }

    main .right section#rightcontent {
        padding-top: 20px
    }

    footer {
        padding-top: 0
    }

    .article h2 {
        font-size: 15px;
        margin-bottom: 5px
    }

    .article p {
        text-align: left
    }

    .gallery a {
        width: 48.5%
    }

        .gallery a:nth-child(4n+1) {
            margin-left: 3%
        }

        .gallery a:nth-child(1), .gallery a:nth-child(2), .gallery a:nth-child(3), .gallery a:nth-child(4) {
            margin-top: 3%
        }

        .gallery a:nth-child(2n+1) {
            margin-left: 0
        }

        .gallery a:nth-child(1), .gallery a:nth-child(2) {
            margin-top: 0
        }

    nav.module .menu-head {
        display: none
    }

    section#top nav.module {
        clear: both;
        float: none;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0 !important;
        border-top: none
    }

        section#top nav.module .menu-head {
            position: absolute;
            top: 12px;
            right: 15px;
            z-index: 500;
            float: right;
            display: block
        }

            section#top nav.module .menu-head .img {
                cursor: pointer;
                width: 50px;
                height: 50px;
                background: url(../images/menu.png) no-repeat
            }

        section#top nav.module .menu-content {
            display: none;
            border-bottom: 1px solid #fff;
			    padding-bottom: 35px;
        }

            section#top nav.module .menu-content .menu-item {
                margin-left: 0
            }

            section#top nav.module .menu-content .mobile > .menu-item, section#top nav.module .menu-content > .menu-item {
                width: 100%;
                float: none;
                display: block;
                border-top: 1px solid #e9f2f9
            }

                section#top nav.module .menu-content .mobile > .menu-item > a, section#top nav.module .menu-content > .menu-item > a {
                    float: none;
                    display: block;
                    padding-top: 10px;
                    padding-bottom: 10px;
                    font-size: 14px;
                    text-align: left !important;
                    border-radius: 0 !important
                }

        section#top nav.module .submenu {
            display: none !important
        }

        section#top nav.module .menu-item.language a {
            padding-left: 40px;
            background-repeat: no-repeat;
            background-position-x: 10px;
            background-position-y: center
        }

            section#top nav.module .menu-item.language a.cz {
                background-image: url(../images/flags/cz.png)
            }

            section#top nav.module .menu-item.language a.en {
                background-image: url(../images/flags/en.png)
            }

    .slider.module .title {
        font-size: 24px
    }

    .slider.module .text {
        font-size: 14px;
        margin-top: 16px;
        margin-bottom: 24px
    }

    section#top .contacts.module {
        display: none
    }

    section#bottom .searchform.module {
        width: 100%
    }

    section#top .module.search {
        position: absolute;
        top: -11px;
        right: 80px;
        z-index: 500;
        float: right;
        display: block
    }

    section#top .search.module .search-button {
        margin-top: 35px
    }

    section#top .search.module .search-button {
        display: block;
        width: 30px;
        height: 30px;
        margin-top: 30px;
        margin-left: 25px;
        margin-right: 5px;
        padding: 18px;
        cursor: pointer;
        background: url(../images/search-icon.png) no-repeat center center;
        background-color: var(--color-main);
        background-size: 25px auto;
        border-radius: 7px
    }

    section#rightcontent .article p {
        display: -webkit-box
    }
}

@media only screen and (max-device-width:480px) {
    .article .img {
        width: 40%;
        height: 33.2%
    }
}

.owl-carousel {
    position: relative;
    min-height: 100px
}

    .owl-carousel .owl-stage-outer, .owl-carousel .owl-stage-outer div {
        height: 100%
    }

.owl-item .item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: block
}

    .owl-item .item a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        color: #fff !important
    }

        .owl-item .item a:hover {
            text-decoration: none !important
        }

        .owl-item .item a .text, .owl-item .item a .title {
            display: block
        }

        .owl-item .item a .slide-content {
            display: block;
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%)
        }

@media (max-width:750px) {
    .owl-item .item a .slide-content {
        zoom: .7
    }

    main .wrapper:first-child section:first-child .module.slider:first-child {
        margin-top: -20px;
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px)
    }
}

input.err, select.err, textarea.err {
    border-color: red !important
}

.err::-webkit-input-placeholder {
    color: red
}

.err:-ms-input-placeholder {
    color: red
}

.err::placeholder {
    color: red
}
