html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: middle;
}

/* style wordpress start */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* style wordpress stop */


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    /* line-height:1; */
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define visible focus styles!
:focus{
  outline:?????;
  } */

  /* remember to highlight inserts somehow! */
  ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 5;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

.aligncenter {
    text-align: center;
    display: block;
    margin: 0 auto;
}

@font-face {
    font-family: Prosens;
    src: url(http://prosens24.eu/wordpress/wp-content/themes/prosens/fonts/calibri.ttf);
}

html {
    font-family: calibri, Prosens;
    font-weight: 800;
}

body header {
    display: inline-block;
    position: relative;
}

header {
    padding: 1em 0 0 0;
    background-color: #fff;
    display: inline-block;
    /*width: 100%;*/
    width: 1080px;
}
body {
    width: 1080px;
    min-width: 250px;
    max-width: 1080px;
    margin: 0 auto;
    line-height: 1.2em;
}
@media(max-width: 1199px){
    header{
        width:970px;
    }
    body{
        width:970px;
    }
    .content{
        width:970px;
    }
}
@media(max-width: 991px){
    header{
        width:750px;
    }
    body{
        width:750px;
    }
    .content{
        width:750px;
    }
}
@media(max-width: 767px){
    header{
        width:100%;
    }
    body{
        width:100%;
    }
    .content{
        width:100%;
    }
}



/*@media (max-width: 951px) {*/
    /*body {*/
        /*width: 100%;*/
        /*}*/
        /*}*/

        h1 {
            font-size: 32px;
            line-height: 32px;
        }

        h2 {
            font-size: 26px;
            line-height: 26px;
        }

        h3 {
            font-size: 22px;
            line-height: 22px;
        }

        h4 {
            font-size: 18px;
            line-height: 18px;
        }

        h5 {
            font-size: 14px;
            line-height: 14px;
        }

        h6 {
            font-size: 12px;
            line-height: 12px;
        }

        h1, h2, h3, h4, h5, h6 {
            font-weight: 600;
        }

        strong {
            font-weight: 800;
        }

        #logo {
            padding: 1em 2em 2em 2em;
            display: inline-block;
        }

        a {
            text-decoration: none;
        }

        p {
            /* padding: 0.5em; */
            font-weight: 400;
        }

        .showrow {
            margin: 0;
            padding: 0;
            position: relative;
            top: -4px;
            display: inline-block;

        }

        .show {
            position: absolute;
            margin-left: 200px;
            top: 35px;
            right: 130px;
            display: inline-block;
        }

        .show a {
            color: #aaa;
        }

        .show2, .showlabel, .showcontents, .showinner {
        }

        .show2 {
            color: #aaa;
            margin-right: 20px;
            position: relative;
            display: inline-block;
            width: 40px;
            height: 30px;
            -webkit-transition: width 0.5s ease-in-out;
            -moz-transition: width 0.5s ease-in-out;
            -o-transition: width 0.5s ease-in-out;
            transition: width 0.5s ease-in-out;
            overflow: hidden;
        }

        .show2:after {
            content: "";
        }

        .showlabel {
            width: auto;
            height: 25px;
        }

        .showcontents, .showcontents .showinner {
            display: inline-block;
            font-size: 1.1em;
        }

        .showcontents {
            margin-left: 1em;
            position: absolute;
            white-space: nowrap;
            width: 30px;
            display: inline-block;
            overflow: hidden;
        }

        .showinner {
            width: 30px;
        }

        .showcontents {
            width: 260px;
            height: 30px;
            overflow: hidden;
        }

        .show2:hover {
            width: 260px;
        }

        #languagePL {
            position: relative;
            display: inline-block;
            margin-left: 10px;
        }

        #languageEN {
            position: relative;
            display: inline-block;
            margin-left: 10px;
        }

        #langmenu {
            position: absolute;
            right: -120px;
            width: 120px;
            top: 5px;
        }

        .flag a img {
            padding: 1em;
        }

        .flags-styled {
            top: -13px;
            position: relative;
        }

        ul {
            list-style: none;
            white-space: nowrap;
        }

        .menu-menu2-container a {
            color: #666;
        }

        .menu-menu2-container > ul {
            width: 100%;
        }

        .menu-menu2-container > li {
            text-align: center;
            display: block;
            float: left;
        }

        #footer {
            display: inline-block;
            color: #666;
            width: 100%;
            background-color: #fff;
            height: 120px;
        }

        #footer span::before {
            content: "|";
            padding: 0 0.5em 0 0.5em;
        }

        #footer ul > li {
            text-transform: uppercase;
            padding: 0 0 1em 0;
            font-size: 0.8em;
            display: inline;
        }

        #footer li :after {
            content: " | ";
        }

        #footer h6 {
            margin-top: 1em;
        }

        #list {
            margin: 0 auto;
            float: left;
            width: 30%;
        }

        #list article {
            padding: 1em 1em 2em 1em;
            margin: 0;
            background-color: #ccc;
            color: #333;
            border-bottom: 1px solid white;
            border-top: 1px solid white;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        #list article:hover {
            background: rgba(66, 66, 66, 0.1);
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        #list a {
            color: #333;
            font-size: 20px;
            text-transform: uppercase;
        }

        #list header {
            padding: 0.1em 1em 0.1em 1em;
            text-align: center;
            display: inline;
            background-color: #bbb;
            color: #666;
        }

        #list section {
            cursor: pointer;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            padding: 0.5em 0;
            color: #fff;
            background-color: #666;
            text-align: center;
        }

        .listactive {
            background-color: #28bad4 !important;
            color: #fff;
        }

        .listactive a {
            color: white !important;
        }
        .listactive h2{
            color: #fff !important;
        }

        #maincontent {
            padding: 1em;
            margin-left: 30%;
        }

        .title {
            padding: 1em;
            text-align: center;
            color: #fff;
            background-color: #aaa;
        }

        .titleproduct {
            position: relative;
            height: 140px;
            background: -webkit-linear-gradient(white, #ccc);
            background: -o-linear-gradient(white, #ccc);
            background: -moz-linear-gradient(white, #ccc);
            background: linear-gradient(white, #ccc);
        }

        .titleproduct h1 {
            position: relative;
            right: 0px;
            font-size: 3em;
            padding: 1em;
            vertical-align: baseline;
        }

        @media (max-width: 601px) {
            .titleproduct {
                position: relative;
                height: 170px;
                background: -webkit-linear-gradient(white, #ccc);
                background: -o-linear-gradient(white, #ccc);
                background: -moz-linear-gradient(white, #ccc);
                background: linear-gradient(white, #ccc);
            }

            .titleproduct h1 {
                position: relative;
                right: 0px;
                top: 100px;
                font-size: 2em;
                padding: 1em;
                vertical-align: baseline;
            }

            #tags {
                display: none;
            }
        }

        .accordion-hor table {
            table-layout: fixed;
        }

        .titleproduct img {
            position: absolute;
            left: 8%;
            display: none;
        }

        .titleproduct #ptitle {
            position: absolute;
            right: 0;
        }

        #tags {
            white-space: nowrap;
            font-size: 25px;
            position: absolute;
            color: black;
            right: 50px;
            bottom: 15px;
        }

        .content {
            display: inline-block;
            background-color: #fff;
            width: 100%;
            margin-bottom: 3em;
        }

        .content p a,
        .content p strong,
        .content p span {
            vertical-align: top;
        }

        .footerleft {
            padding: 2em;

            float: left;
        }

        .footerright {
            margin-top: 2.5em;
            float: right;
            text-align: right;
            white-space: nowrap;
        }

        .button {
            font-size: 1.5em;
            color: white;
            background-color: #28bad4;
            margin: 1em;
            padding: 1em 2em;
            text-decoration: none;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .button:hover {
            opacity: 0.7;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .buttongray {
            position: relative;
            top: 20px;
            color: white;
            background-color: #aaa;
            margin: 1em;
            padding: 0.7em 2.5em;
            text-decoration: none;
            margin-top: 1em;
        }

        .buttongrays {
            position: relative;
            top: 20px;
            color: white;
            background-color: #aaa;
            margin: 1em;
            padding: 0.2em 0.5em;
            text-decoration: none;
            margin-top: 0.5em;
        }

        .nlbuttongrays {
            white-space: nowrap;
            position: relative;
            font-weight: 800 !important;
            color: white !important;
            background-color: #aaa;
            margin: 1em;
            padding: 0.7em 2.5em;
            text-decoration: none;
            margin-top: 1em;
        }

        .nlbuttonblue {
            white-space: nowrap;
            position: relative;
            font-weight: 800 !important;
            color: white !important;
            background-color: #28bad4;
            margin: 1em;
            padding: 0.7em 2.5em;
            text-decoration: none;
            margin-top: 1em;
        }

        .aside {
            text-transform: uppercase;
            width: 80px;
            font-size: 0.7em;
            position: fixed;
            top: 20%;
            right: 0px;
            display: inline;
            float: right;
            -moz-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
            -webkit-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;

        }

        .asidebutton img {
            margin-top: 10px;
            height: 70px;
            width: auto;
            color: white;
            text-decoration: none;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out
        }

        .asidebutton img:hover {
            opacity: 0.7;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        @media (max-width: 601px) {
            .aside {
                position: relative;
                width: 100%;
                top: 0;
                left: 0;
                display: block;
                float: none;
                text-align: center;
            }

            .footerright {
                display: none;
            }
        }

        .attachment-post-thumbnail {
            width: auto;
            height: 100px;
            margin: 1em;
            float: left;
        }

        .menu-menu1-container {
            width: 100%;
        }

        .menu {
            margin-left: 0;
            margin-right: 0;
        }
        #menu-menu1{
            background: #ddd;
            overflow: hidden;
        }
        .menu-menu1-container .menu-item {
            background-color: #ddd;
            max-height: 100px;
            padding: 0;
            display: inline-block;
            text-align: center;
            text-transform: uppercase;
            /*width: calc(100% / 6);*/
            float: left;
        }



        .menu-menu1-container .menu-item.active a {
            background-color: #3566a3;
            color: #fff;
        }

        .menu-menu1-container .menu-item a {
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            color: #333;
            display: block;
            font-size: 1em;
            height: 100%;
            padding: 1em 2.75em;
            /*width: 100%;*/
        }
        .menu_ang .menu-item a{
            padding: 1em 3.35em;
        }
        .menu-menu1-container .menu-item:last-child{
            float: right;
        }
        .menu-menu1-container .menu-item:last-child a{
            padding: 1em 2.75em 1em 2.82em
        }
        .menu_ang .menu-item:last-child a{
            padding: 1em 3em 1em 2.6em;
        }
        @media(max-width: 1199px){
            .menu-menu1-container .menu-item a{
                padding: 14px 34px;
            }
            .menu_ang .menu-item a{
                padding: 14px 44px;
            }
        }
        @media(max-width: 991px){
            .menu-menu1-container .menu-item a{
                padding: 10px 16px;
            }
            .menu-menu1-container .menu-item:last-child a{
                padding:10px 19px 10px 19px;
            }
            .menu_ang .menu-item a{
                padding: 10px 27px;
            }
            .menu_ang .menu-item:last-child a{
                padding: 10px 21px 10px 21px;
            }
        }

        @media (max-width: 767px) {
            .menu-menu1-container .menu-item a {
                padding: 15px 0;
            }
            .menu_ang .menu-item a{
                padding: 15px 0;
            }
        }
        @media (max-width: 767px) {
            .menu-menu1-container .menu-item {
                float: none;
                width: auto;
                display: block;
            }
        }

        .menu-menu1-container .menu-item a:hover {
            background-color: #28bad4;
            color: #fff;
        }

        .menu-menu1-container .current-menu-item a {
            background-color: #28bad4;
            color: #fff;
        }

        .menu-menu1-container .current-menu-parent a {
            background-color: #28bad4;
            color: #fff;
        }

        .menu-menu1-container .current-page-ancestor a {
            background-color: #28bad4;
            color: #fff;
        }

        #mikesliderv {
            max-height: 390px;
            overflow: hidden;
        }

        #mikesliderv article h2 {
            position: relative;
            top: 5px;
            font-size: 20px;
        }

        .middle {
            position: relative;
            display: block;
            text-align: center;
            width: 99%;
            margin: 0 auto;
        }

        .hslider {
            text-align: center;
            height: 330px;
            width: 100%
        }

        .hslider img {
            float: none;
            height: 200px;
            width: auto;
            margin: 1em auto;
        }

        .hslider h2 {
            color: #28bad4;
            font-weight: 800;
        }

        .hsliders {
            text-align: center;
            height: 233px;
            width: 100%
        }

        .hsliders img {
            float: none;
            height: 100px;
            width: auto;
            margin: 1em auto;
        }

        .hsliders h2 {
            color: #28bad4;
            font-weight: 800;
        }

        .supportmenu #sec1 a, .supportmenu #sec2 a {
            text-decoration: none;
            color: #333;
            display: block;
            padding: 1.5em 1em 1.8em 1em;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .supportmenu #sec2 a {
            padding: 1em 1em 1em 0em;
        }

        .supportmenu #sec2 {
            font-size: 18px;

        }

        .supportmenu #sec1 a:hover {
            text-decoration: none;
            color: #333;
            display: block;
            background-color: #28bad4;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .strong {
            font-weight: 800;
            pointer-events: none;
            cursor: default;
        }

        #sec1 .supportactive, #sec1 .supportactive h3 {
           background-color: #28bad4;
           color: white;
           pointer-events: none;
           cursor: default;
       }

       .active{
        background-color: #28bad4;
        color: white;
    }
    .active h3{
        color: #fff;
    }
    .active img{
        -webkit-filter: contrast(10000%);
        -o-filter: contrast(10000%);
        -moz-filter: contrast(10000%);
        filter: contrast(10000%);
    }
    /*.supportactive img {*/
        /*-webkit-filter: contrast(10000%);*/
        /*-o-filter: contrast(10000%);*/
        /*-moz-filter: contrast(10000%);*/
        /*filter: contrast(10000%);*/
        /*}*/

        /*.glow {*/
            /*-webkit-filter: contrast(10000%);*/
            /*-o-filter: contrast(10000%);*/
            /*-moz-filter: contrast(10000%);*/
            /*filter: contrast(10000%);*/
            /*}*/

            .supportmenu {
                display: inline-flex !important;
                margin: 0 auto;
                padding: 0;
                width: 100%;
                position: relative;
            }

            .supportmenu ul {
                list-style: initial;
                padding: 0 0 0 2em;
                white-space: normal;
            }

            .supportmenu, .supportmenu #sec1, #sec2, #sec3 {
                position: relative;
                display: inline-block;
                margin: 0;
                padding: 0;
            }

            .supportmenu #sec1 {
                padding-bottom: 150px;
                min-width: 30%;
                text-transform: uppercase;
                background: -webkit-linear-gradient(#dff5f9, white);
                background: -o-linear-gradient(#dff5f9, white);
                background: -moz-linear-gradient(#dff5f9, white);
                background: linear-gradient(#dff5f9, white);
            }

            .supportmenu #sec1 img {
                /* border: 1px solid black; */
                -moz-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
                -webkit-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
            }

            .supportmenu #sec1 h3 {
                padding-left: 0.5em;
                position: absolute;
                display: inline-block;
                font-size: 20px;
                line-height:28px;
            }

            .supportmenu #sec3 img {
                padding: 0.3em;
                max-width:99%;
                height:auto;
                box-sizing: border-box;
            }

            .supportmenu #sec2 {
                font-weight: 100;
                position: relative;
                display: inline-block;
                top: 0px;
                min-width: 30%;
                border-left: 2px solid #ccc;
                border-right: 2px solid #ccc;
                background: white;
                overflow: auto;
                max-height: 625px;
                overflow-y: scroll;
            }

            .supportmenu #sec2 a {
                padding-bottom: 1em;
            }

            .supportmenu #sec2 .target a {
                font-weight: bold;
            }

            .supportmenu a:active {
                font-weight: 800;
            }

            .supportmenu #sec3 {
                color: #666;
                position: relative;
                width: auto;
                vertical-align: top;
                top: 0px;
                overflow-y: scroll;
                max-height: 625px;
                min-width: 40%;
                overflow-x: hidden;
                padding:0 10px;
                box-sizing: border-box;
            }

            .supportmenu #sec3 a {
                color: #666;
            }

            .supportmenu #sec3 > span {
                position: relative;
                margin: 1em;
                display: none;
            }

            /*.supportmenu #sec3 span:target,*/
            /*.supportmenu #sec3 span.target {*/
                /*display: block;*/
                /*-webkit-animation: targetfix 1s;*/
                /*-moz-animation: targetfix 1s;*/
                /*-o-animation: targetfix 1s;*/
                /*animation: targetfix 1s;*/
                /*}*/

                #sec3.hide_span span{
                    display: none;
                }
                #sec2 .active_col2{
                    font-weight: bold;
                }
                .supportmenu #sec3 .active_col3{
                    display: block;
                }
                #productmenubg {
                    background: white;
                    width: 100%;
                    position: relative;
                }

                #productmenu {
                    min-width: 240px;
                    width: 100%;
                    position: relative;
                    display: block;
                    text-transform: uppercase;

                    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff5f9), to(#ffffff));
                    background-image: -moz-linear-gradient(#dff5f9 0%, #ffffff 100%);
                    background-repeat: no-repeat;

                    background-size: 34% 100%;
                    -o-background-size: 34% 100%;
                    -moz-background-size: 34% 100%;
                    -webkit-background-size: 34% 100%;

                }

                #productmenu h2 a {

                    font-size: 0.8em;
                    text-decoration: none;
                    color: #333;
                    display: block;
                    padding: 1em 1em 2.8em 1em;
                    width: 30%;
                }

                #productmenu h2 a img {
                    position: relative;
                    bottom: 3px;
                    padding: 0 1em 0 0;
                }

                #productmenu p {
                    clear: both;
                    position: absolute;
                    top: 0px;
                    width: 59%;
                    margin-left: 35%;
                    color: #333;
                    display: none;
                    padding: 1em 1em 2.8em 1em;
                    overflow: auto;
                }

                #productmenu p:target {
                    display: block;
                    -webkit-animation: targetfix 1s;
                    -moz-animation: targetfix 1s;
                    -o-animation: targetfix 1s;
                    animation: targetfix 1s;
                }

                #productmenu h2 a:hover {
                    width: 30%;
                    text-decoration: none;
                    color: #333;
                    display: block;
                    background-color: #28bad4;
                    -moz-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    -webkit-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }

                .productactive {
                    background-color: #28bad4;
                    color: white !important;
                    pointer-events: none;
                    cursor: default;
                }

                @-webkit-keyframes targetfix {
                    0% {
                        opacity: 0;
                        top: -1000px;
                    }
                    1% {
                        top: 0px;
                    }
                    100% {
                        opacity: 1;
                        top: 0px;
                    }
                }

                @-moz-keyframes targetfix {
                    0% {
                        opacity: 0;
                        top: -1000px;
                    }
                    1% {
                        top: 0px;
                    }
                    100% {
                        opacity: 1;
                        top: 0px;
                    }
                }

                @-o-keyframes targetfix {
                    0% {
                        opacity: 0;
                        top: -1000px;
                    }
                    1% {
                        top: 0px;
                    }
                    100% {
                        opacity: 1;
                        top: 0px;
                    }
                }

                @keyframes targetfix {
                    0% {
                        opacity: 0;
                        top: -1000px;
                    }
                    1% {
                        top: 0px;
                    }
                    100% {
                        opacity: 1;
                        top: 0px;
                    }
                }

                .bx-wrapper .bx-pager {
                    display: none;
                }

                iconimg {
                    display: block;
                    max-width: 26px;
                    max-height: 26px;
                    width: auto;
                    height: auto;
                }

                .visi {
                    display: block !important;
                }

                .slider-row {
                    white-space: normal;
                }

                .slider-wrapper {
                }

                .slider-row .slider-left {
                    float: left;
                    width: 50%;
                    padding: 30px 5%;
                }

                .slider-row .slider-right {
                    float: left;
                    width: 35%;
                    padding: 30px 0;
                }

                .slider-row .slider-right img {
                    max-width: 100%;
                    height: auto;
                    max-height: 340px;
                    width: auto;
                }

                @media (max-width: 951px) {
    /*.slider-row .slider-left {
        width: 90%;
    }

    .slider-row .slider-right {
        width: 90%;
        padding: 30px 5%;
        }*/

        .slider-row .slider-right img {
            display: none;
        }
    }

    @media (max-width: 600px) {
        div, span, applet, object, iframe,
        h1, h2, h3, h4, h5, h6, p, blockquote, pre,
        a, img {
            font-size: 50%;
            font: inherit;
        }

        #list {
            width: 100% !important;
        }

        .show {
            display: block !important;
            position: relative !important;
            left: -180px;
            top: -20px;
        }

        .show2 {
            width: 250px !important;
            padding: 5px !important;
        }

        #langmenu {
            position: relative !important;
            display: block !important;
            left: 0px;
        }

        #maincontent {
            margin: 0 !important;
        }

        .footerleft {
            font-size: 70%;
        }

        .supportmenu {
            width: 100%;
            height: auto !important;
            display: block !important;
        }

        #sec1, #sec2, #sec3 {
            width: 100% !important;
            height: auto !important;
        }

        .supportmenu #sec3 {
            position: relative !important;
        }

        #accordion1 {
            display: none !important;
        }

        #accordion2 {
            display: block !important;
        }

        .supportmenu #sec1 {
            padding-bottom: 0;
        }
    }
    .item_app{
        width: 25%;
        display: block;
        float: left;
    }
    .item_app img{
        max-width:100%;
    }
    .bx-wrapper .bx-viewport{
        border: none !important;
        left:0 !important;
    }
    input, select, textarea{
        width:96% !important;
    }
    @media(max-width: 1400px){
        #sec3 table{
            width:100% !important;
        }

    }
    @media(max-width: 1199px){
        .supportmenu #sec1 h3{
            font-size: 20px;
            line-height: 16px;
        }
    }
    @media(max-width: 991px){
        .supportmenu #sec1 h3{
            font-size: 18px;
            line-height: 16px;
        }
        .aside{
            display: none;
        }
        .supportmenu #sec3{
            max-height: none;
            overflow-y: hidden;
        }
        #sec3 table{
            width:100%;
        }

    }
    @media(max-width: 767px){

        .item_app{
            width:50%;
            display: block;
            margin:0 auto 15px;
        }
        .item_app img{
            max-width:100%;
            display: block;
            margin:0 auto;
        }
        .supportmenu #sec1 h3{
            font-size: 14px;
            line-height: 16px;
        }
        .visi img{
            max-width:100%;
            height:auto;
        }
        .visi table td{
            display: block;
            width: 100% !important;
            padding: 10px 0;
margin: 0 auto;
        }
        .supportmenu #sec3 img.alignright{
            float: none;
            display: block;
            margin:0 auto;
            clear: both;
        }
        .target img{
            width:100%;
            height:auto;
        }
        #maincontent{
            padding:10px !important;
        }
        #maincontent td{
            display: block;
            width: 100% !important;
        }
        #maincontent table{
            width:80% !important;
            margin:0 auto !important;
        }
        #maincontent td img{
            margin:0 auto;
            display: block;
        }
        .titleproduct img{
            display: none;
        }
        .titleproduct #ptitle h1{
            padding: 20px;
            top: 15px;
            line-height: 1em;
        }
        .titleproduct #ptitle #tags{
            display: block;
            bottom: -15px;
        }
        .menu-menu1-container .menu-item:last-child{   
            float: none;
        }
    }
    @media(max-width: 600px){
        .supportmenu #sec1 h3{
            line-height: 30px;
        }
        input, select, textarea, p{
            width:100% !important;
            box-sizing: border-box;
        }
        .accordion-ver>ul>li>div{
            padding: 10px;
            word-wrap: break-word;
            box-sizing: border-box;
            white-space: normal;
        }
        .simplecf p{
            padding:inherit !important;
            margin-bottom: 10px;
        }
    }
    @media(max-width: 479px){
        .item_app{
            width:100%;
            display: block;
            margin:0 auto 15px;
        }
        .item_app img{
            max-width:300px;
            display: block;
            margin:0 auto;
        }
    }
   /*
    @media(min-width: 1600px){

		.accordion-hor>ul>li.last{
		width: 49px !important;
		}
        .accordion-hor>ul>li.last.small{
            width: 926px !important;
        }
    }
	*/

    #accordion1 {
        display: block;
    }

    #accordion2 {
        display: none;
    }

	
    .products-wrapper {
        background: #fff;
        width: 100%;
    }

    .products-wrapper h2 {
        text-align: left;
        padding: 20px 30px 10px;
        color: #aaa;
    }
    #accordion2 img{
        max-width: 280px;
        height: auto;
        display: block;
        margin:0 auto;
        max-height: 200px;
        width: auto;
    }
    .dane_techniczne table tr, .technical_data table tr{
        border-bottom: 1px solid #28bad4;
        border-color: #28bad4 !important;
    }
    .dane_techniczne table td, .technical_data table td{
        padding: 4px 0;
    }
    #send-query.titleproduct{
        display: none;
    }
    .freshmail_form_2 .button{
    padding: 10px 20px;
    font-size: 1.3em;
    border: none;
    margin: 20px auto;
    width: 180px;
    display: block;
    }
    #menu-menu2 li a{
    color: #aaa
    }