@CHARSET "UTF-8";
#tracy-debug {
    z-index: 1000000;
}

#tracy-debug .tracy-mode-peek .tracy-inner, #tracy-debug .tracy-mode-float .tracy-inner {
    max-width: 1700px !important;
    max-height: 800px !important;
}

html.magnifying > body {
    overflow-x: hidden !important;
}

.magnify, .magnify > .magnify-lens, .magnify-mobile, .lens-mobile {
    min-width: 0;
    min-height: 0;
    animation: none;
    border: none;
    float: none;
    margin: 0;
    opacity: 1;
    outline: none;
    overflow: visible;
    padding: 0;
    text-indent: 0;
    transform: none;
    transition: none;
}

.magnify {
    position: relative;
    width: auto;
    height: auto;
    box-shadow: none;
    display: inline-block;
    z-index: inherit;
}

.magnify > .magnify-lens {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    cursor: none;
    display: none;
    z-index: 99;
}

.magnify > .magnify-lens.loading {
    background: #333 !important;
    opacity: 0.8;
}

.magnify > .magnify-lens.loading:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    content: 'Loading...';
    font: italic normal 16px/1 Calibri, sans-serif;
    letter-spacing: 1px;
    margin-top: -8px;
    text-align: center;
    text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
    text-transform: none;
}

@media screen and (max-width: 1030px) {
    .magnify {
        margin-left: auto;
        margin-right: auto;
    }
}

.jquery-overlayContent {
    background: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3000000, endColorstr=#B3000000);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100000;
}

.jquery-overlayContent-container {
    width: 511px;
    position: absolute;
}

.jquery-overlayContent-box {
    text-align: left;
    padding-bottom: 30px;
}

.jquery-overlayContent-box-content {
    border: 1px solid transparent;
    background: #fff;
    padding: 19px 25px;
    overflow: hidden;
}

.jquery-overlayContent-box-close {
    background: url('/media/images/zaviraci-krizek-resp.svg') 0 0 / contain no-repeat;
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
}

.jquery-overlayContent-title {
    color: #ce0100;
    font-size: 20px;
}

@font-face {
    font-family: 'open_sans';
    src: url('/media/fonts/opensans-regular-webfont.eot');
    src: url('/media/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/media/fonts/opensans-regular-webfont.woff2') format('woff2'), url('/media/fonts/opensans-regular-webfont.woff') format('woff'), url('/media/fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sans';
    src: url('/media/fonts/opensans-bold-webfont.eot');
    src: url('/media/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/media/fonts/opensans-bold-webfont.woff2') format('woff2'), url('/media/fonts/opensans-bold-webfont.woff') format('woff'), url('/media/fonts/opensans-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'open_sans_light';
    src: url('/media/fonts/opensans-light-webfont.eot');
    src: url('/media/fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('/media/fonts/opensans-light-webfont.woff2') format('woff2'), url('/media/fonts/opensans-light-webfont.woff') format('woff'), url('/media/fonts/opensans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sans_light';
    src: url('/media/fonts/opensans-semibold-webfont.eot');
    src: url('/media/fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/media/fonts/opensans-semibold-webfont.woff2') format('woff2'), url('/media/fonts/opensans-semibold-webfont.woff') format('woff'), url('/media/fonts/opensans-semibold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

select.nothingSelected {
    color: #a0a0a0;
}

select option.nothingSelected {
    color: #a0a0a0;
}

*::-moz-selection {
    background: #e1f5fe;
}

*::selection {
    background: #e1f5fe;
}

html {
    padding: 0px;
    margin: 0px;
}

body {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    font-family: 'open_sans', 'Arial';
    font-size: 14px;
    min-width: 1030px;
    color: #1b1b1b;
}

form {
    margin: 0px;
}

a, a:active, a:focus, a:visited, a:hover, object {
    border: none;
    outline: none;
}

a {
    color: #0594d6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.button {
    border: 1px solid #0594d6;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'open_sans', 'Arial';
    font-size: 12px;
}

.slide a.button, .intro-content a.button, #about a.button {
    border: none;
    background-color: #0594d6;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'open_sans', 'Arial';
    font-size: 12px;
}

.slide a.button:hover, .intro-content a.button:hover, #about a.button:hover {
    background: #5dbe33;
    color: #fff;
}

a.button:hover {
    background: #0594d6;
    color: #fff;
}

a.buttonWithArrow {
    border: 1px solid #0594d6;
    background: white url('/media/images/odrazka_btn.svg') no-repeat right 15px top;
    display: inline-block;
    height: 40px;
    padding: 0px 40px 0px 15px;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'open_sans', 'Arial';
    font-size: 14px;
}

a.buttonWithArrow:hover {
    background-color: #0594d6;
    background-position: right 15px top -40px;
    color: #fff;
}

img {
    border: none;
}

h1 {
    margin: 0px;
}

h2 {
    margin: 30px 0px;
    padding-bottom: 5px;
    font-family: 'open_sans_light', 'Arial';
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

h2.hp {
    padding-bottom: 0px;
    font-family: 'open_sans_light', 'Arial';
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
}

h2.product {
    padding-bottom: 0px;
    font-family: 'open_sans', 'Arial';
    font-size: 23px;
    font-weight: normal;
}

h2.text {
    border-bottom: 1px solid #d7d7d7;
    color: #0594d6;
    text-align: left;
    text-transform: none;
}

h2 span {
    color: #636363;
}

h3 {
    font-family: 'open_sans', 'Arial';
    font-size: 16px;
    font-weight: bold;
}

.clear {
    clear: both;
}

.clear_left {
    clear: left;
}

.clear_right {
    clear: right;
}

.layout_container {
    /*width: 980px;*/
    margin: 0px auto;
    margin: 0 30px 0 30px;
    text-align: left;
}

span.error, div.error, p.error {
    color: #d12e2e;
    margin: 5px 0px;
}

@media screen and (max-width: 1030px) {
    body {
        min-width: auto;
    }

    .layout_container {
        width: auto;
    }

    .playground {
        /*display: block !important;*/
    }
}

header {
    border-bottom: 1px solid #d7d7d7;
    /*min-width: 980px;*/
}

header > div.layout_container {
    height: 115px;
    position: relative;
}

header > div.layout_container img.logo {
    width: 200px;
    height: 57px;
    position: absolute;
    left: 0px;
    top: 29px;
}

header > div.layout_container a.logo.lang_sk {
    background-image: url('/media/images/logo_sk.svg');
    width: 260px;
}

header > div.layout_container div.buttons {
    position: absolute;
    right: 0px;
    top: 35px;
    zoom: 1;
}

header > div.layout_container div.buttons:before, header > div.layout_container div.buttons:after {
    content: "";
    display: table;
}

header > div.layout_container div.buttons:after {
    clear: both;
}

header > div.layout_container div.buttons a {
    background: no-repeat 0px 0px;
    display: block;
    width: 45px;
    height: 45px;
    float: left;
}

header > div.layout_container div.buttons a + a {
    margin-left: 10px;
}

header > div.layout_container div.buttons a:hover, header > div.layout_container div.buttons a.act {
    background-position: 0px -45px;
}

header > div.layout_container div.buttons a.cart {
    background-image: url('/media/images/ikona_menu_kosik.svg');
    position: relative;
}

header > div.layout_container div.buttons a.cart span {
    position: absolute;
    left: 38px;
    bottom: 42px;
    color: #0594d6;
}

header > div.layout_container div.buttons a.search {
    background-image: url('/media/images/ikona_menu_vyhledat.svg');
}

header > div.layout_container div.buttons a.profile {
    background-image: url('/media/images/ikona_menu_prihlasit.svg');
}

header > div.search_container {
    border-top: 1px solid #d7d7d7;
    background: #fff;
    display: none;
    width: 100%;
    position: absolute;
    z-index: 10;
}

header > div.search_container.open {
    display: block;
}

header > div.search_container form {
    width: 980px;
    margin: 50px auto;
    text-align: center;
}

header > div.search_container form input[type=text] {
    outline: none;
    border: none;
    background: none;
    margin: 0px;
    padding: 0px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    border-right: none;
    width: 550px;
    height: 60px;
    padding: 0px 20px;
    font-family: 'open_sans', 'Arial';
    font-size: 15px;
    vertical-align: top;
}

header > div.search_container form input[type=text]::-webkit-input-placeholder {
    color: #a0a0a0;
}

header > div.search_container form input[type=text]:-moz-placeholder {
    color: #a0a0a0;
}

header > div.search_container form input[type=text]::-moz-placeholder {
    color: #a0a0a0;
}

header > div.search_container form input[type=text]:-ms-input-placeholder {
    color: #a0a0a0;
}

header > div.search_container form input[type=text].placeholder {
    color: #a0a0a0;
}

header > div.search_container form input[type=text]:focus, header > div.search_container form input[type=text]:active {
    outline: none;
}

header > div.search_container form input[type=submit] {
    outline: none;
    border: none;
    background: none;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #0594d6 url('/media/images/lupa.svg') no-repeat center center;
    background-size: 45%;
    width: 60px;
    height: 60px;
    vertical-align: top;
}

header > div.search_container form input[type=submit]:focus, header > div.search_container form input[type=submit]:active {
    outline: none;
}

header > div.search_container form input[type=submit]:hover {
    background-color: #5dbe33;
}

header > div.profile_container {
    border-top: 1px solid #d7d7d7;
    background: #fff;
    display: none;
    width: 100%;
    position: absolute;
    z-index: 10;
}

header > div.profile_container.open {
    display: block;
}

header > div.profile_container form {
    width: 980px;
    margin: 50px auto;
    text-align: center;
}

header > div.profile_container form input[type=text], header > div.profile_container form input[type=password] {
    outline: none;
    border: none;
    background: none;
    margin: 0px;
    padding: 0px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    display: block;
    width: 350px;
    height: 40px;
    margin: 0px auto 15px auto;
    padding: 0px 20px;
    font-family: 'open_sans', 'Arial';
    font-size: 15px;
    vertical-align: top;
}

header > div.profile_container form input[type=text]::-webkit-input-placeholder, header > div.profile_container form input[type=password]::-webkit-input-placeholder {
    color: #a0a0a0;
}

header > div.profile_container form input[type=text]:-moz-placeholder, header > div.profile_container form input[type=password]:-moz-placeholder {
    color: #a0a0a0;
}

header > div.profile_container form input[type=text]::-moz-placeholder, header > div.profile_container form input[type=password]::-moz-placeholder {
    color: #a0a0a0;
}

header > div.profile_container form input[type=text]:-ms-input-placeholder, header > div.profile_container form input[type=password]:-ms-input-placeholder {
    color: #a0a0a0;
}

header > div.profile_container form input[type=text].placeholder, header > div.profile_container form input[type=password].placeholder {
    color: #a0a0a0;
}

header > div.profile_container form input[type=text]:focus, header > div.profile_container form input[type=text]:active, header > div.profile_container form input[type=password]:focus, header > div.profile_container form input[type=password]:active {
    outline: none;
}

header > div.profile_container form input[type=text].error, header > div.profile_container form input[type=password].error {
    background: #f6d9cb;
}

header > div.profile_container form input[type=submit] {
    outline: none;
    border: none;
    background: none;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('/media/images/btn_prihlasit.svg') no-repeat 0px 0px;
    width: 131px;
    height: 40px;
    vertical-align: top;
}

header > div.profile_container form input[type=submit]:focus, header > div.profile_container form input[type=submit]:active {
    outline: none;
}

header > div.profile_container form input[type=submit]:hover {
    background-position: 0px -40px;
}

header > div.profile_container form input[type=submit].lang_sk {
    background-image: url('/media/images/btn_prihlasit_sk.svg');
}

header > div.profile_container form div.forgotten_pass {
    width: 350px;
    margin: 15px auto 25px auto;
    text-align: left;
}

@media screen and (max-width: 1030px) {
    header {
        min-width: unset;
    }

    header > div.layout_container img.logo {
        margin-left: -100px;
        left: 50%;
    }

    header > div.layout_container .menu-wrapper {
        display: none;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 9;
        justify-content: center;
        flex-direction: column;
    }

    header > div.layout_container .menu-wrapper.open {
        display: flex;
    }

    header > div.layout_container .menu-close-trigger {
        position: absolute;
        right: 40px;
        top: 40px;
        background: url(/media/images/zaviraci-krizek-resp.svg);
        width: 37px;
        height: 37px;
        display: block;
        cursor: pointer;
    }

    header > div.layout_container div.buttons {
        position: static;
    }

    header > div.layout_container div.buttons a {
        background-size: contain;
    }

    header > div.layout_container div.buttons a:hover, header > div.layout_container div.buttons a.act {
        background-position: 0 0;
    }

    header > div.layout_container div.buttons a.cart {
        background-image: url('/media/images/ikona-kosik-resp.svg');
    }

    header > div.layout_container div.buttons a.search {
        background-image: url('/media/images/ikona-vyhledat-resp.svg');
    }

    header > div.layout_container div.buttons a.profile {
        background-image: url('/media/images/ikona-profil-resp.svg');
    }

    header .menu-trigger {
        position: absolute;
        right: 40px;
        top: 40px;
        background: url(/media/images/ikona-menu-resp.svg) 0 0 no-repeat;
        width: 62px;
        height: 33px;
        display: block;
    }

    header div.search_container {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border: none;
        justify-content: center;
        flex-direction: column;
    }

    header div.search_container.open {
        display: flex;
    }

    header div.search_container form {
        margin: 0 30px;
        width: auto;
    }

    header div.search_container form input[type="text"] {
        border-right: 1px solid #d7d7d7;
        width: 100%;
    }

    header div.search_container form input[type="submit"] {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        background-size: auto 45%;
    }

    header div.search_container .search-close-trigger {
        position: absolute;
        right: 40px;
        top: 40px;
        background: url(/media/images/zaviraci-krizek-resp.svg);
        width: 37px;
        height: 37px;
        display: block;
        cursor: pointer;
    }

    header div.profile_container {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border: none;
        justify-content: center;
        flex-direction: column;
    }

    header div.profile_container.open {
        display: flex;
    }

    header div.profile_container form {
        margin: 0 30px;
        width: auto;
    }

    header div.profile_container form input[type="submit"] {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        background-position: center bottom;
        background-color: #0594d6;
    }

    header div.profile_container form input[type="submit"]:hover {
        background-position: center bottom;
    }

    header div.profile_container form input[type="text"], header div.profile_container form input[type="password"] {
        max-width: 100%;
    }

    header div.profile_container form div.forgotten_pass {
        width: auto;
        text-align: center;
    }

    header div.profile_container .profile-close-trigger {
        position: absolute;
        right: 40px;
        top: 40px;
        background: url(/media/images/zaviraci-krizek-resp.svg);
        width: 37px;
        height: 37px;
        display: block;
        cursor: pointer;
    }

    header .header-fixed {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        height: 115px;
        background: #fff;
        top: -116px;
        transition: all 0.3s ease-out;
        border-bottom: 1px solid #d7d7d7;
        z-index: 5;
    }

    header .header-fixed.open {
        top: 0;
    }

    header .header-fixed .logo {
        background: url('/media/images/logo.svg') no-repeat;
        display: block;
        width: 200px;
        height: 57px;
        position: absolute;
        left: 50%;
        top: 29px;
        margin-left: -100px;
    }

    [lang=sk] header .header-fixed .logo {
        width: 260px;
        background-image: url(/media/images/logo_sk.svg);
        margin-left: -130px;
    }
}

@media screen and (max-width: 1024px) {
    #index div.slider div.container div.slide.slide1 {
        background-position: top;
        text-align: center;
    }

    #index div.slider {
        height: 380px !important;
    }


    #index div.slider div.container div.slide {
        padding: 20px !important;
        height: 800px !important;
    }

    #index div.slider div.container div.slide .title {
        margin-top: 390px !important;

    }
    #index div.slider div.container div.slide .indextxt{
        background-color: #fff!important;
    }

    #index div.slider div.container div.slide img {
        left: 550px !important;
    }

    #index div.layout_container {
        margin-top: 400px;
    }

    header > div.layout_container {
        height: 70px;
    }

    header > div.layout_container img.logo {
        width: 108px;
        height: 30px;
        margin-left: -54px;
        top: 20px;
    }

    header > div.layout_container .menu-close-trigger {
        right: 20px;
        top: 20px;
        background-size: contain;
        width: 20px;
        height: 20px;
    }

    header .menu-trigger {
        height: 20px;
        width: 36px;
        background-size: contain;
        top: 25px;
        right: 20px;
    }

    header .header-fixed {
        height: 70px;
        background: #fff;
        top: -71px;
    }

    header .header-fixed .logo {
        width: 108px;
        height: 30px;
        background-size: contain;
        margin-left: -54px;
        top: 20px;
    }

    [lang=sk] header .header-fixed .logo {
        margin-left: -130px;
    }

    header div.search_container .search-close-trigger, header div.profile_container .profile-close-trigger {
        right: 20px;
        top: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 376px) {
    #index div.layout_container {
        margin-top: 450px;
    }
}

#overlay_1 {
    background: rgba(0, 0, 0, 0.7);
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 115px;
    z-index: 5;
}

#menu {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    zoom: 1;
    margin-left: 300px;
    padding-top: 40px;
}

#menu:before, #menu:after {
    content: "";
    display: table;
}

#menu:after {
    clear: both;
}

#menu li {
    float: left;
}

#menu li + li {
    margin-left: 10px;
}

#menu li a {
    display: block;
    padding: 5px 20px;
    color: #1b1b1b;
    text-transform: uppercase;
    text-decoration: none;
}

#menu li a:hover, #menu li a.act {
    color: #0594d6;
}

@media screen and (max-width: 1030px) {
    #menu {
        margin: 0;
    }

    #menu li {
        display: block;
        float: none;
    }

    #menu li + li {
        margin-left: 0;
    }

    #index div.slider div.container div.slide img{
        left: 50% !important;
        width: 70px;

        /*display: none;*/
    }

    #index div.slider div.container div.slide.slide1{
        background-size: 390px!important;
    }

    #about p {
        text-align: center!important;
    }
    #product_detail {
        margin: 0 30px!important;
    }

}

@media screen and (max-width: 1030px) {
    #menu li a {
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 16px;
    }
}

div.product_list {
    zoom: 1;
    margin-right: -35px;
}

div.product_list:before, div.product_list:after {
    content: "";
    display: table;
}

div.product_list:after {
    clear: both;
}

div.product_list > div.item {
    display: block;
    width: 170px;
    height: 284px;
    overflow: hidden;
    margin: 0px 33px 40px 0px;
    float: left;
    position: relative;
    text-decoration: none;
}

div.product_list > div.item:hover > span.image {
    border-color: #0594d6;
}

div.product_list > div.item > span.serie {
    display: block;
    color: #0594d6;
    text-align: center;
}

div.product_list > div.item > span.image {
    border: 1px solid #d7d7d7;
    background: no-repeat center center;
    display: block;
    height: 196px;
}

div.product_list > div.item > span.line1 {
    display: block;
    height: 32px;
    position: relative;
}

div.product_list > div.item > span.line1 > span {
    display: block;
    position: absolute;
}

div.product_list > div.item > span.title {
    display: block;
    margin-top: 5px;
    color: #636363;
}

div.product_list > div.item > span.label {
    background: #f6d9cb;
    display: block;
    max-width: 207px;
    max-height: 25px;
    overflow: hidden;
    padding: 3px 8px;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #977a6c;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.product_list > div.item > span.gradient {
    display: block;
    width: 100%;
    height: 15px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);;
}

div.product_list > div.item > a.detail {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

footer {
    background: #edebec;
    min-width: 980px;
    margin-top: 45px;
    order: 3;
    /*text-align: center;*/
}

footer div.columns {
    zoom: 1;
}

footer div.columns:before, footer div.columns:after {
    content: "";
    display: table;
}

footer div.columns:after {
    clear: both;
}

footer div.columns div.column {
    height: 340px;
    padding: 70px 35px 0px 0px;
    float: left;
    color: #636363;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

footer div.columns div.column.column_sortiment {
    width: 430px;
}

footer div.columns div.column.column_sortiment ul li {
    width: 50%;
}

footer div.columns div.column.column_support {
    width: 200px;
}

footer div.columns div.column.column_contact {
    width: 350px;
    float: right;
    padding-right: 0px;
}

footer div.columns div.column.column_contact div.contacts {
    margin-top: 20px;
    zoom: 1;
}

footer div.columns div.column.column_contact div.contacts:before, footer div.columns div.column.column_contact div.contacts:after {
    content: "";
    display: table;
}

footer div.columns div.column.column_contact div.contacts:after {
    clear: both;
}

footer div.columns div.column.column_contact div.contacts div.contact {
    width: 50%;
    float: right;
    font-family: 'open_sans', 'Arial';
    font-size: 13px;
}

footer div.columns div.column h2 {
    border-color: #575757;
    display: inline-block;
    margin: 0px;
    padding: 0px 35px 0px 0px;
    color: #0594d6;
    font-weight: normal;
}

footer div.columns div.column ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    zoom: 1;
    width: 100%;
    margin-top: 15px;
}

footer div.columns div.column ul:before, footer div.columns div.column ul:after {
    content: "";
    display: table;
}

footer div.columns div.column ul:after {
    clear: both;
}

footer div.columns div.column ul li {
    width: 100%;
    float: left;
}

footer div.columns div.column ul li a {
    background: url('/media/images/footer_odrazka.svg') no-repeat left center;
    display: block;
    padding: 5px 0px 5px 15px;
    font-family: 'open_sans', 'Arial';
    font-size: 13px;
    color: #636363;
}

footer div.copyright {
    border-top: 1px solid #d7d7d7;
    height: 160px;
    line-height: 160px;
    color: #636363;
    font-family: 'open_sans', 'Arial';
    font-size: 13px;
    zoom: 1;
    margin-top: 70px;
}

footer div.copyright:before, footer div.copyright:after {
    content: "";
    display: table;
}

footer div.copyright:after {
    clear: both;
}

footer div.copyright div.che {
    float: right;
}

@media screen and (max-width: 1030px) {
    footer {
        min-width: auto;
    }

    footer div.columns {
        padding-left: 30px;
        padding-right: 30px;
    }

    footer div.columns div.column {
        height: auto;
    }

    footer div.columns div.column.column_contact {
        float: left;
    }

    footer div.copyright {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 55px;
    }

    .layout_container_playground {
        width: auto !important;
    }

    .intro-logo {
        flex: 0 0 0!important;
    }

    #index div.categorymap a.category {
        width: 330px!important;
    }



    #about .all-img {
        width: 300px!important;
    }

    .intro-bottom {
        flex-direction: column!important;
    }

    div.page-playground{
        display: block!important;
    }

    #index .intro-logo, #index .intro-content2 {
        text-align: center;
    }

    #about span.image-box {
        margin-bottom: 50px!important;
    }
}

@media screen and (max-width: 500px) {
    footer div.columns div.column.column_contact, footer div.columns div.column.column_support, footer div.columns div.column.column_sortiment {
        width: auto;
        float: none;
        max-width: 250px;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    footer div.columns div.column.column_contact ul li, footer div.columns div.column.column_support ul li, footer div.columns div.column.column_sortiment ul li {
        width: auto;
        float: none;
    }

    footer div.columns div.column.column_contact div.contacts div.contact {
        width: auto;
        float: none;
        margin-bottom: 10px;
    }

    footer div.copyright {
        line-height: 20px;
        padding: 15px 30px 55px;
        text-align: center;
    }

    footer div.copyright div.che {
        float: none;
    }
}


.playground {
    display: flex;
    flex-flow: row wrap;
}

/*.playground > * {*/
/*    padding: 10px;*/
/*    flex: 1 100%;*/
/*}*/

.playground-right {
    order: 2;
    flex: 1;
    text-align: left;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
}

.layout_container_playground {
    width: 980px;
    margin: 0 auto;
}

.intro-bottom {
    display: flex;
    max-width: 980px;
    flex-direction: row;
    margin: 130px auto 130px auto;
}

.intro-logo {
    flex: 0 0 340px;
    padding: 10px;
}

.intro-content {
    padding: 10px;
    flex: 1;
    text-align: justify;
    max-width: 500px;
    line-height: 25px;
}

.bluetxt {
    font-weight: bold;
    color: #0594d6;
}

.image-box img {
    margin-bottom: 10px;
}

.panelLeft img.eu {
    margin: 20px 0 0 70px;
}
