@charset "UTF-8";

/* Reset */

@import "reset.css";

/* kolory svg
---------------------------------------------------------------------------------------------------- */

.cls-1 {
    fill: #fff;
    fill-rule: evenodd;
}

.cls-2 {
    fill: #8a157e;
    fill-rule: evenodd;
}

.cls-3 {
    fill: #a3a3a3;
    fill-rule: evenodd;
}

.cls-4 {
    fill: #2d9be8;
    fill-rule: evenodd;
}

.cls-5 {
    fill: #e2001a;
    fill-rule: evenodd;
}

.cls-6 {
    fill: #727272;
    fill-rule: evenodd;
}

/* Ustawienia globalne
---------------------------------------------------------------------------------------------------- */

body {
    background: #fff;
    width: 100%;
    height: 100%;
}

body a {
    text-decoration: none;
}

* {
    outline: 0;
}


.last {
    margin-right: 0 !important;
}

.f_kolumna_block {
    display: block !important;
}

.clear:before, .clear:after {
    content: "";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.strong {
    font-weight: 700;
}

.nopaddingtop {
    padding-top: 0 !important;
}

.nopaddingbottom {
    padding-bottom: 0 !important;
}

.floatleft {
    float: left !important;
}

.nomargintop {
    margin-top: 0 !important;
}

.pnomarginright {
    margin-right: 0 !important;
}

.nomarginbottom {
    margin-bottom: 0 !important;
}

.nopaddingright {
    padding-right: 0 !important;
}

.justify {
    text-align: justify;
}

.center {
    text-align: center;
}

.hide, .wyskakujace_okno {
    display: none !important;
}


.center-align {
    text-align: center;
    display: block;
}

.content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.content_2 {
    width: 1600px;
}

#fixed-search {
    position: fixed;
    height: 92px;
    width: 320px;
    background: #e2001a;
    right: -250px;
    top: 170px;
    z-index: 999;
    transition: all 0.3s;
}

#fixed-search.open {
    right: 0;
}

#fixed-search form {
    display: inline-block;
    margin: 28px 0 0 18px;
}

#search-btn {
    width: 45px;
    height: 45px;
    display: inline-block;
    margin: 25px 0 0 12px;
    border: none;
    outline: none;
    vertical-align: top;
    background: url("../grafika/search-ico.png") 0 0 no-repeat;
}

#fixed-search .pole1 {
    display: inline-block;
    margin: 0 6px 0 6px;
    vertical-align: top;
}

#fixed-search .pole1 input {
    background: #fff;
    height: 40px;
    width: 125px;
    border: none;
    color: #848484;
    font: 300 14px/14px "Open Sans", sans-serif;
    padding: 0 5px 0 10px;
}

#fixed-search .pole1 input.de {
    width: 116px;
}

#fixed-search .pole1 input.fr {
    width: 108px;
}

#fixed-search .pole1 input.it {
    width: 108px;
}


#fixed-search .pole2 {
    display: inline-block;
    vertical-align: top;
}

#fixed-search .pole2 input {
    border: none;
    outline: none;
    background: #424242;
    height: 40px;
    color: #fff;
    padding: 0 18px 0 18px;
    font: 600 14px/14px "Open Sans", sans-serif;
    transition: all 0.3s;
}

#fixed-search .pole2 input:hover {
    background: #ff0000;
}

#catalog-fixed {
    position: fixed;
    width: 60px;
    height: 92px;
    display: block;
    padding: 14px 0 0 30px;
    background: #727272;
    right: -20px;
    z-index: 999;
    top: 280px;
    text-align: left;
    color: #fff;
    transition: all 0.3s;
    font: 700 18px/18px "Open Sans", sans-serif;
}

#catalog-fixed:after {
    width: 45px;
    height: 41px;
    position: absolute;
    top: 38px;
    left: 14px;
    content: '';
    background: url("../grafika/katalog-ico2.png") 0 0 no-repeat;
}

#catalog-fixed:hover {
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Header
---------------------------------------------------------------------------------------------------- */

#main-wrapper {
    width: 100%;
    height: auto;
    position: relative;
    min-width: 1200px;
    z-index: 10;
}

#main-wrapper .arrow-down {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 64px;
    height: 64px;

    /*background: url("../grafika/romb-bg2.png") 0 0 no-repeat;*/
    z-index: 100;
    outline: none;
}

#main-wrapper .arrow-down img {
    width: 17px;
    height: 19px;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: 22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-wrapper .arrow-down:hover img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    top: 28px;
}

#main-wrapper .back_pic {
    height: 826px;
    float: left;
    position: relative;
    z-index: 2;
}

#wrapper_content .back_pic.fullscreen_video {
    z-index: 1;
}

#main-wrapper .back_pic .videooverlay {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

#wrapper_content {
    position: relative;
    height: 826px;
    width: 100%;
    float: left;
    left: 0 !important;
    overflow: hidden;
}

#wrapper_content .content {
    width: 1200px;
}

#wrapper_content .back_pic {
    float: left;
    display: block;
    position: relative;
    z-index: 95;
}

#wrapper_content .slider-info {
    margin: 250px 0;
    display: block;
    width: 880px;
    text-align: left;
    position: relative;
    padding: 0 0 0 0;
    z-index: 1;
}

#wrapper_content .slider-info .big-text {
    color: #fff;
    font: 700 72px/80px "Open Sans", sans-serif;
    display: block;
    margin: 0 0 42px 0;
    text-shadow: -1px 2px 0 rgba(0, 0, 0, 0.32);
}


#wrapper_content .slider-info .small-text {
    color: #fff;
    font: 600 18px/24px "Open Sans", sans-serif;
    display: block;
    margin: 0 0 55px 0;
    text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.32);
}

#wrapper_content .slider-info .more-btn {
    background: #fff;
    margin: 0 0 0 0;
    font: 300 16px/16px "Open Sans", sans-serif;
    padding: 13px 72px 13px 32px;
    color: #424242;
    position: relative;
    transition: all 0.3s;
}

#wrapper_content .slider-info .more-btn:before {
    content: '';
    width: 19px;
    height: 17px;
    position: absolute;
    opacity: 1;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
    background: url("../grafika/more-arrow.png") 0 0 no-repeat;
    transition: all 0.3s;
}

#wrapper_content .slider-info .more-btn:after {
    content: '';
    width: 19px;
    height: 17px;
    position: absolute;
    opacity: 0;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
    background: url("../grafika/more-arrow.png") 0 -19px no-repeat;
    transition: all 0.3s;
}

#wrapper_content .slider-info .more-btn:hover {
    background: #e2001a;
    color: #fff;
}

#wrapper_content .slider-info .more-btn:hover:before {
    opacity: 0;
}

#wrapper_content .slider-info .more-btn:hover:after {
    opacity: 1;
    right: 20px;
}

#main-header {
    width: 100%;
    min-width: 1200px;
    height: 145px;
    display: block;
    margin: 0 auto;
    position: absolute;
    z-index: 150;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

#main-header.header-fixed {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    top: 0;
    height: 92px;
    background: #181818;
    opacity: 0.9;
    z-index: 9999;

}

#main-header.header-fixed nav {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: 38px 0 0 0 !important;
}

#main-header.header-fixed nav ul li ul li .column a {
    padding: 7px 0 7px 0 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-header.header-fixed nav ul li ul li a {
    padding: 7px 0 7px 0 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


#main-header.header-fixed nav ul li a {
    padding-bottom: 34px !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-header.header-fixed nav ul li div a {
    padding-bottom: 7px !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-header.header-fixed nav a:after {
    bottom: 0 !important;
    opacity: 1 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-header.header-fixed .right-side {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 92px;
    z-index: 9999;
}

#main-header.header-fixed .logo {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    margin: 24px 0 0 0;
}

#main-header.header-fixed .logo img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: auto;
    height: 36px;
}

#main-header.header-fixed .right-side nav:after {
    display: none;
}

#main-header.header-fixed .right-side #header-icos {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    top: -60px;
}

#main-header .logo {
    display: block;
    margin: 48px 0 0 0;
    float: left;
    width: auto;
    height: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-header .logo img {
    width: auto;
    height: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-header .right-side {
    float: right;
    display: block;
    height: 145px;
    width: 920px;
}

#main-header .right-side {
    float: right;
    display: block;
    height: 145px;
    width: 920px;
}

#main-header .right-side nav {
    display: block;
    margin: 74px 0 0 0;
    float: right;
    padding: 0 0 36px 0;
    position: relative;
}

#main-header .right-side nav ul {
    list-style: none;
}

#main-header .right-side nav ul li {
    display: inline-block;
    margin: 0 6px 0 6px;
    position: relative;
}


#main-header .right-side nav ul li a {
    padding: 28px 22px 32px 22px;
    position: relative;
    color: #fff;
    font: 700 14px/14px "Open Sans", sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-header .right-side nav ul li:hover a, #main-header .right-side nav a.active {
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #222222;
    -webkit-box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.2);
}


#main-header .right-side nav a:before, #main-header .right-side nav a.active:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 10px;
    height: 0;
    margin-left: -5px;
    background: url("../grafika/nav-arrow.png") no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-header .right-side nav ul li:hover a:before, #main-header .right-side nav a.active:before {
    height: 12px;
    bottom: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#menu-link {
    height: 30px;
    position: relative;
    z-index: 151;
}

#menu-link .linia {
    display: flex;
}

#menu-link .linia > span {
    font: 400 12px/12px "Open Sans", sans-serif;
    padding: 9px 20px 9px 0;
}

#menu-link .linia a {
    color: #E42313;
    font: 700 14px/14px "Open Sans", sans-serif;
    text-transform: uppercase;
    padding: 9px 20px;
    position: relative;
    width: auto;
}

#menu-link .linia a span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: #E42313;
    height: 50px;
    width: 100%;
    padding: 0;
    z-index: 100;
    top: -60px;
    left: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#menu-link .linia a span img {
    width: 100px;
    height: auto;
}

#menu-link .linia a:hover span {
    top: 0;
}

#header-icos {
    position: absolute;
    right: 0;
    top: 7px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#header-icos .social-icos {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 0;
    padding: 0 17px 0 0;
    border-right: 1px solid #fff;
}

#header-icos .social-icos .ico {
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: top;
    margin: 0 2px 0 2px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#header-icos .social-icos .ico:before {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#header-icos .social-icos .ico:after {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#header-icos .social-icos .ico:hover:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

#header-icos .social-icos .ico:hover:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

#header-icos .social-icos .fb-ico:before {
    background: url("../grafika/fb-ico.png") 0 0 no-repeat;
}

#header-icos .social-icos .fb-ico:after {
    background: url("../grafika/fb-ico.png") 0 -30px no-repeat;
}

#header-icos .social-icos .yt-ico:before {
    background: url("../grafika/yt-ico.png") 0 0 no-repeat;
}

#header-icos .social-icos .yt-ico:after {
    background: url("../grafika/yt-ico.png") 0 -30px no-repeat;
}

#header-icos .social-icos .in-ico:before {
    background: url("../grafika/in-ico.png") 0 0 no-repeat;
}

#header-icos .social-icos .in-ico:after {
    background: url("../grafika/in-ico.png") 0 -30px no-repeat;
}

#header-icos .social-icos .google-ico:before {
    background: url("../grafika/google-ico.png") 0 0 no-repeat;
}

#header-icos .social-icos .google-ico:after {
    background: url("../grafika/google-ico.png") 0 -30px no-repeat;
}

#header-icos .language-icos {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 0;
    padding: 0 0 0 17px;
}

#header-icos .language-icos .ico {
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: top;
    margin: 0 2px 0 2px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#header-icos .language-icos .ico:hover:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

#header-icos .language-icos .ico:hover:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

#header-icos .language-icos .ico.active:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

#header-icos .language-icos .ico:before {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#header-icos .language-icos .ico:after {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#header-icos .language-icos .pl-ico:before {
    background: url("../grafika/jezyki/pl.png") 0 0 no-repeat;
}


#header-icos .language-icos .pl-ico.active:after {
    background: url("../grafika/jezyki/pl.png") 0 -30px no-repeat;
}

#header-icos .language-icos .pl-ico:after {
    background: url("../grafika/jezyki/pl.png") 0 -30px no-repeat;
}

#header-icos .language-icos .en-ico:before {
    background: url("../grafika/jezyki/en.png") 0 0 no-repeat;
}

#header-icos .language-icos .en-ico:after {
    background: url("../grafika/jezyki/en.png") 0 -30px no-repeat;
}

#header-icos .language-icos .fr-ico:before {
    background: url("../grafika/jezyki/fr.png") 0 0 no-repeat;
}

#header-icos .language-icos .fr-ico:after {
    background: url("../grafika/jezyki/fr.png") 0 -30px no-repeat;
}

#header-icos .language-icos .de-ico:before {
    background: url("../grafika/jezyki/de.png") 0 0 no-repeat;
}

#header-icos .language-icos .de-ico:after {
    background: url("../grafika/jezyki/de.png") 0 -30px no-repeat;
}

#header-icos .language-icos .ru-ico:before {
    background: url("../grafika/jezyki/ru.png") 0 0 no-repeat;
}

#header-icos .language-icos .ru-ico:after {
    background: url("../grafika/jezyki/ru.png") 0 -30px no-repeat;
}

#header-icos .language-icos .it-ico:before {
    background: url("../grafika/jezyki/it.png") 0 0 no-repeat;
}

#header-icos .language-icos .it-ico:after {
    background: url("../grafika/jezyki/it.png") 0 -30px no-repeat;
}

#header-icos .language-icos .es-ico:before {
    background: url("../grafika/jezyki/es.png") 0 0 no-repeat;
}

#header-icos .language-icos .es-ico:after {
    background: url("../grafika/jezyki/es.png") 0 -30px no-repeat;
}


/* Strona Główna - Top - Menu rozwijane
---------------------------------------------------------------------------------------------------- */

nav ul li .expand-nav {
    overflow: hidden;
    position: absolute;
    margin-top: 32px;
    z-index: 9999;
    margin-right: 0;
    opacity: 0;
    height: 0;
    padding: 0 0 0 0;;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.15);
    width: 195px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

nav ul li:hover .expand-nav {
    opacity: 1;
    height: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 15px 15px 15px 15px;;
}

#main-header .right-side nav ul li:hover .expand-nav a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

nav ul li .expand-nav a {
    padding: 7px 10px 7px 10px !important;
    font: 300 15px/20px "Open Sans", sans-serif !important;
    color: #222222 !important;
    text-align: left;
    text-transform: none !important;
    text-decoration: none;
    outline: none;
    border: none;
    float: none;
    display: block;
}

nav ul li .expand-nav a:hover {
    background: #f4f4f4 !important;
}

nav ul li .expand-nav a:before {
    content: '';
    display: none !important;
}

nav ul li .expand-nav a:after {
    content: '';
    display: none !important;
}

#offer-li:hover #offer-nav {
    opacity: 1;
    height: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 35px 40px 35px 40px;
}

#offer-nav {
    overflow: hidden;
    position: absolute;
    margin-top: 32px;
    z-index: 9999;
    margin-right: 0;
    opacity: 0;
    height: 0;
    padding: 0 0 0 0;
    margin-left: -232px;
    left: 50%;
    background: #fff;
    -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.15);
    width: 645px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#offer-nav .column {
    display: inline-block;
    width: 182px;
    vertical-align: top;
    margin: 0 15px 0 15px;
}

#offer-nav .column .kat:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #e2001a !important;
    background: none !important;
}

#offer-nav .column .kat {
    display: block;
    text-transform: uppercase !important;
    color: #222222;
    margin: 0 0 16px 0;
    padding: 0 0 0 0 !important;
    font: 700 14px/20px "Open Sans", sans-serif !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#offer-nav .column a {
    display: block;
    padding: 7px 7px 7px 20px !important;
    font: 300 15px/20px "Open Sans", sans-serif !important;
    color: #222222 !important;
    text-transform: none !important;
    text-align: left;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#offer-nav .column a .square {
    height: 10px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 10px;
}

#main-header .right-side nav ul li#offer-li:hover a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}


#offer-nav .column a:hover {

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #f4f4f4 !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#offer-nav .column a:before {
    content: '';
    height: 0 !important;

    display: none !important;
}

#offer-nav .column a:after {
    content: '';
    height: 0 !important;
    display: none !important;
}

.content_pag {
    position: absolute;
    left:50%;
    transform: translate(-50%,0);
    bottom: 30px;
    height: 78px;
    z-index: 100;
}

div#pag {
    overflow: hidden;
    outline: 0;
    height: 35px;
    position: absolute;
    right: 0;
    bottom: 0;
}

div#pag a {
    background: url("../grafika/top/pag.png") 0 0 no-repeat transparent;
    display: inline-block;
    height: 12px;
    text-indent: -9999px;
    width: 12px;
    padding: 0 3px;
    outline: medium none;
    margin: 12px 4px 10px 4px;

}

div#pag a.selected {
    background-position: 0 -14px;
    cursor: default;
    outline: none;
}

#main-header .right-side .languages {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-header .right-side .languages p {
    display: inline-block;
    color: #fff;
    font: 400 12px/12px "Lato", sans-serif;
    vertical-align: top;
    margin: 15px 0 0 0;
}

#main-header .right-side .languages .language-btn {
    color: #fff;
    font: 700 18px/18px "Lato", sans-serif;
    position: relative;
    width: 55px;
    padding: 0 0 0 8px;
    outline: none;
    text-align: left;
    margin: 12px 0 0 0;
    display: inline-block;
    background: transparent;
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-header .right-side .languages .language-btn:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #ff3c41;
}

#main-header .right-side .languages .language-btn:hover:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

#main-header .right-side .languages .language-btn:hover:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

#main-header .right-side .languages .language-btn:before {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    opacity: 1;
    background: url('../grafika/lang-arrow.png') 0 0 no-repeat;
    right: 6px;
    top: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-header .right-side .languages .language-btn:after {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    opacity: 0;
    background: url('../grafika/lang-arrow.png') 0 -15px no-repeat;
    right: 6px;
    top: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-header .right-side .languages .language-content {
    list-style: none;
    width: 70px;
    padding: 2px 0 4px 14px;
    margin: 0 0 0 0;
    position: relative;
    display: none;
    opacity: 0;
    z-index: 30;
    text-align: right;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-header .right-side .languages .language-content.open {
    opacity: 1;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-header .right-side .languages .language-content li a {
    color: #fff;
    font: 700 18px/18px "Lato", sans-serif;
    padding: 3px 0 3px 0;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-header .right-side .languages .language-content li a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #4b4b4c;
}


/* Main offer
---------------------------------------------------------------------------------------------------- */

#main-offer {
    width: 100%;
    padding: 80px 0 110px;
    position: relative;
    background: #fff;
    min-width: 1200px;
    z-index: 0;
}

#main-offer .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#main-offer .naglowek {
    text-align: center;
    color: #222222;
    display: block;
    font: 700 24px/30px "Open Sans", sans-serif;
    margin: 0 0 40px;
    width: 100%;
}

#main-offer .offer-box {
    display: inline-block;
    width: 30%;
    text-align: center;
    position: relative;
    border: 2px solid #eff0f0;
    overflow: hidden;
    transition: all 0.3s;
}

#main-offer .offer-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
}

#main-offer .offer-box:hover:before {
    box-shadow: 0 21px 29px 0 rgba(226, 0, 26, 0.28);
    background-color: #e2001a;
    mix-blend-mode: multiply;
}

#main-offer .offer-box-foto {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#main-offer .offer-box img.product-pic {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

#main-offer .offer-box:hover img.product-pic {
    transform: scale(1.1);
}

#main-offer .offer-box-foto .pola {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    font: 700 17px/17px "Open Sans", sans-serif;
    z-index: 2;
}

#main-offer .offer-box .nowosc {
    background-color: #ff842f;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 0 10px 0 0;
}

#main-offer .offer-box .na-zapytanie {
    background-color: #959595;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
}

#main-offer .offer-box-text {
    position: relative;
    padding: 35px 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 2;
}

#main-offer .offer-box .kolko {
    width: 31px;
    height: 31px;
    flex: 0 0 auto;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

#main-offer .offer-box .kolko_1 {
    background-color: #fff;
    width: 0;
    height: 0;
}

#main-offer .offer-box:hover .kolko_1 {
    width: 31px;
    height: 31px;
}

#main-offer .offer-box .kolko_2 {
    background-color: #424242;
    margin: 0 0 0 10px;
}

#main-offer .offer-box:hover .kolko_2 {
    width: 0;
    height: 0;
    margin: 0;
}

#main-offer .offer-box .kolko .arrow {
    width: 16px;
    height: auto;
    flex: 0 0 auto;
    transition: all 0.3s;
}

#main-offer .offer-box .kolko_1 .arrow,
#main-offer .offer-box:hover .kolko_2 .arrow {
    width: 0;
}

#main-offer .offer-box:hover .kolko_1 .arrow {
    width: 16px;
}

#main-offer .offer-box .product {
    margin: 0 auto 0 0;
    transition: all 0.3s;
}

#main-offer .offer-box:hover .product {
    margin: 0 auto 0 25px;
}

#main-offer .offer-box .product-name {
    text-align: left;
    display: block;
    text-transform: uppercase;
    color: #222222;
    margin: 0 0 15px;
    font: 700 24px/24px "Open Sans", sans-serif;
    transition: all 0.3s;
}

#main-offer .offer-box:hover .product-name {
    color: #fff;
}

#main-offer .offer-box .product-category {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#main-offer .offer-box .product-category span {
    display: inline-block;
    vertical-align: super;
}

#main-offer .offer-box .product-category span.category {
    text-transform: uppercase;
    color: #222222;
    font: 300 12px/14px "Open Sans", sans-serif;
    transition: all 0.3s;
}

#main-offer .offer-box:hover .product-category span.category {
    color: #fff;
}

#main-offer .offer-box .product-category svg {
    margin: 0 5px;
    width: 10px;
    height: auto;
    flex: 0 0 auto;
}

#main-offer .offer-box .product-category svg .cls-3 {
    transition: all 0.3s;
}


#main-offer .offer-box:hover .product-category svg .cls-3 {
    fill: #fff;
}

/* Main offer
---------------------------------------------------------------------------------------------------- */

#technology-grey {
    width: 100%;
    padding: 60px 0 80px;
    position: relative;
    background: #424242;
    min-width: 1200px;
    z-index: 0;
}

#technology-grey .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#technology-grey .naglowek {
    text-align: center;
    color: #fff;
    display: block;
    font: 700 24px/30px "Open Sans", sans-serif;
    margin: 0 0 40px;
    width: 100%;
}

#technology-grey .technology-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 22.2%;
    height: 270px;
    box-sizing: border-box;
    padding: 50px;
    border: 2px solid #fff;
    text-align: center;
    transition: all 0.3s;
}

#technology-grey .technology-box:hover {
    background: #fff;
    border-color: #ff0000;
    box-shadow: 0 21px 29px 0 rgba(226, 0, 26, 0.28);
}

#technology-grey .technology-box .technology-title {
    font: 600 20px/28px "Open Sans", sans-serif;
    color: #fff;
    height: auto;
    max-height: 56px;
    overflow: hidden;
    margin: 0;
    transition: all 0.3s;
}

#technology-grey .technology-box:hover .technology-title {
    color: #222222;
    margin: 0 0 10px;
}


#technology-grey .technology-box .hidden-content {
    overflow: hidden;
    transition: all 0.3s;
    height: 0;
}

#technology-grey .technology-box:hover .hidden-content {
    height: 90px;
}

#technology-grey .technology-box .hidden-content .text {
    color: #222222;
    font: 300 14px/20px "Open Sans", sans-serif;
    display: block;
    overflow: hidden;
    height: 40px;
    margin: 0 0 30px;
    transition: all 0.3s;
}

#technology-grey .technology-box .hidden-content .arrow_pion {
    width: 18px;
    height: auto;
    flex: 0 0 auto;
}

/* Main offer
---------------------------------------------------------------------------------------------------- */

#main-download {
    width: 100%;
    padding: 60px 0 60px 0;
    position: relative;
    background: #fff;
    min-width: 1200px;
    z-index: 0;
}

#main-download .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#main-download .naglowek {
    text-align: center;
    color: #222222;
    display: block;
    font: 700 24px/30px "Open Sans", sans-serif;
    margin: 0 0 40px;
    width: 100%;
}

#main-download .download-item {
    width: 25%;
    position: relative;
}

#main-download .download-item a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 60px;
}

#main-download .download-item .ikona {
    height: 60px;
    width: auto;
    flex: 0 0 auto;
    margin: 15px 0 25px;
    transition: all 0.3s;
}

#main-download .download-item:hover .ikona {
    margin: 0 0 40px;
    filter: drop-shadow(0px 15px 6px rgba(226, 0, 26, 0.21));
}

#main-download .download-item .ikona .cls-6 {
    transition: all 0.3s;
}

#main-download .download-item:hover .ikona .cls-6 {
    fill: #e2001a;
}

#main-download .download-item p {
    text-align: center;
    text-transform: uppercase;
    color: #424242;
    font: 700 18px/20px "Open Sans", sans-serif;
    margin: 0;
    transition: all 0.3s;
}

#main-download .download-item:hover p {
    color: #e2001a;
}

#main-download .download-item .arrow_pion {
    width: 0;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all 0.3s;
}

#main-download .download-item:hover .arrow_pion {
    width: 17px;
}

/* Main about
---------------------------------------------------------------------------------------------------- */
#main-about {
    width: 100%;
    padding: 30px 0 0;
    position: relative;
    background: #eff0f0;;
    min-width: 1200px;
    z-index: 0;
}

#main-about .content {
    display: flex;
    flex-direction: column;
}

#main-about .about-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-bottom: 2px solid #e1e1e1;
}

#main-about .about-text .naglowek {
    color: #414647;
    font: 700 28px/36px "Open Sans", sans-serif;
    display: block;
    margin: 0 0 50px;
}

#main-about .about-text .tekst {
    color: #646565;
    font: 300 16px/24px "Open Sans", sans-serif;
    text-align: justify;
    display: block;
    margin: 0 0 50px;
    column-gap: 60px;
    column-count: 3;
}

#main-about .about-text .more-btn {
    background: #424242 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font: 300 16px/16px "Open Sans", sans-serif;
    padding: 9px 62px 12px 26px;
    position: relative;
    transition: all 0.3s;
}

#main-about .about-text .more-btn:hover {
    background: #e2001a;
}

#main-about .about-text .more-btn:before {
    background: rgba(0, 0, 0, 0) url("../grafika/white-arrow2.png") no-repeat scroll 0 0;
    content: "";
    height: 17px;
    position: absolute;
    right: 25px;
    top: 11px;
    transition: all 0.3s;
    width: 19px;
}

#main-about .about-text .more-btn:hover:before {
    transition: all 0.3s;
    right: 15px;
}

#main-about .main-about-video {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 100px;
    box-sizing: border-box;
    transition: all 0.3s;
}

#main-about .main-about-video .video_foto {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 2;
    transition: all 0.3s;
    overflow: hidden;
}

#main-about .main-about-video.open .video_foto {
    z-index: -1;
}

#main-about .main-about-video .video_foto:before,
#main-about .main-about-video .video_foto:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 156px;
}

#main-about .main-about-video .video_foto:before {
    top: 0;
    background: url('../video/foto_video_gora.png');
}

#main-about .main-about-video .video_foto:after {
    bottom: 0;
    background: url('../video/foto_video_dol.png');
}

#main-about .main-about-video .video_foto img {
    width: 100%;
    height: auto;
}

#main-about iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

#main-about .main-about-video .more-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    display: inline-block;
    font: 600 16px/16px "Open Sans", sans-serif;
    padding: 25px 75px 25px 30px;
    background: #e2001a;
    color: #fff;
    z-index: 3;
    cursor: pointer;
    transition: all 0.3s;
}

#main-about .main-about-video .more-btn:hover {
    padding: 25px 30px 25px 75px;
    background: #ff0000;
}

#main-about .main-about-video .more-btn span {
    width: 90px;
    display: inline-block;
}

#main-about .main-about-video .more-btn.en span,
#main-about .main-about-video .more-btn.es span {
    width: 105px;
}

#main-about .main-about-video .more-btn.de span {
    width: 127px;
}

#main-about .main-about-video .more-btn.fr span {
    width: 133px;
}

#main-about .main-about-video .more-btn.it span {
    width: 120px;
}

#main-about .main-about-video .more-btn.ru span {
    width: 153px;
}

#main-about .main-about-video .more-btn .ukryj,
#main-about .main-about-video .more-btn.open .zobacz {
    display: none;
}

#main-about .main-about-video .more-btn.open .ukryj {
    display: inline-block;
}

#main-about .main-about-video .more-btn .ico_trojkat_video {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 16px;
    height: auto;
    flex: 0 0 auto;
    transition: all 0.3s;
}

#main-about .main-about-video .more-btn .ico_1 {
    left: 30px;
    width: 0;
}

#main-about .main-about-video .more-btn:hover .ico_1 {
    width: 16px;
}

#main-about .main-about-video .more-btn .ico_2 {
    right: 30px;
}

#main-about .main-about-video .more-btn:hover .ico_2 {
    width: 0;
}


/* Main connections
---------------------------------------------------------------------------------------------------- */
#baner_video_2 {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #eff0f0;
}

#main-slogan {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

#main-slogan::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url('../video/maska_video_gora.png') no-repeat;
    z-index: 1;
}

#main-slogan::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 556px;
    width: 100%;
    background: url('../video/zaciemnienie_dolne_video.png');
    z-index: 1;
}

#main-slogan .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(239, 240, 240, 0.5);
}

#main-slogan .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 130px 0;
    z-index: 2;
}

#main-slogan .big-text {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font: 700 88px/90px "Open Sans", sans-serif;
    color: #fff;
    padding: 0 0 40px;
    margin: 0 0 30px;
}

#main-slogan .big-text:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 80px;
    margin-left: -40px;
    height: 6px;
    background: #fff;
    bottom: -6px;
}

#main-slogan .small-text {
    text-align: center;
    display: block;
    position: relative;
    font: 400 18px/30px "Open Sans", sans-serif;
    color: #222;
    margin: 0 0 40px;
}

#main-slogan .btn-more {
    position: relative;
    background: #424242;
    display: block;
    padding: 14px 0 16px 32px;
    width: 206px;
    color: #fff;
    font: 300 16px/16px "Open Sans", sans-serif;
    text-decoration: none;
    transition: all 0.3s;
}

#main-slogan .btn-more:hover {
    background: #e2001a;
    color: #fff;
    text-decoration: none;
}

#main-slogan .btn-more:before {
    content: '';
    width: 19px;
    height: 17px;
    opacity: 1;
    transition: all 0.3s;
    position: absolute;
    top: 15px;
    right: 32px;
    background: url('../grafika/more-arrow.png') 0 -19px no-repeat
}


#main-slogan .btn-more:after {
    content: '';
    width: 19px;
    height: 17px;
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
    top: 15px;
    right: 32px;
    background: url('../grafika/more-arrow.png') 0 -19px no-repeat
}

#main-slogan .btn-more:hover:before {
    opacity: 0;
    right: 22px;
}

#main-slogan .btn-more:hover:after {
    opacity: 1;
    right: 22px;
}


/* Main realizacje
---------------------------------------------------------------------------------------------------- */
#main-realizacje {
    width: 100%;
    padding: 130px 0 0;
    position: relative;
    background: #eff0f0;
    min-width: 1200px;
    z-index: 0;
    overflow: hidden;
}

#main-realizacje .naglowek {
    text-align: center;
    color: #222222;
    display: block;
    font: 700 24px/30px "Open Sans", sans-serif;
    margin: 0 0 40px;
}

#slider_realizacji {
    display: flex;
    justify-content: center;
    padding: 0 0 60px;
    background-color: #eff0f0;
}

#slider_realizacji .realizacje-item {
    flex: 0 0 auto;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    /*width: calc(100% / 3);*/
    width: 31%;
    box-sizing: border-box;
    transition: all 0.3s;
}

#slider_realizacji .realizacje-pic {
    box-sizing: border-box;
    position: relative;
    display: block;
    margin: 0 0 30px;
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: all 0.3s;

}

#slider_realizacji .realizacje-item:hover .realizacje-pic {
    box-shadow: 0 21px 29px 0 rgba(226, 0, 26, 0.28);
}

#slider_realizacji .realizacje-item .realizacje-pic::before {
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(226, 0, 26, 0);
    z-index: 1;
    transition: all 0.3s;
    border: 2px solid transparent;
}

#slider_realizacji .realizacje-item:hover .realizacje-pic::before {
    background-color: #e2001a;
    mix-blend-mode: multiply;
    border-color: #e2001a;
}

#slider_realizacji .realizacje-pic img {
    width: 100%;
    height: 100%;
    /*height: auto;*/
    object-fit: cover;
}

#slider_realizacji .realizacje-item .podpis {
    color: #222222;
    font: 600 20px/24px "Open Sans", sans-serif;
    text-align: center;
    overflow: hidden;
    height: 24px;
    margin: 0 0 15px 0;
    transition: all 0.3s;
}

#slider_realizacji .realizacje-item .arrow_pion {
    width: 14px;
    height: auto;
    flex: 0 0 auto;
    margin: 20px 0 0;
    transition: all 0.3s;
}

#slider_realizacji .realizacje-item:hover .arrow_pion {
    margin: 0 0 20px;
}


#slider_realizacji .realizacje-item .arrow_pion .cls-6 {
    transition: all 0.3s;
}

#slider_realizacji .realizacje-item:hover .arrow_pion .cls-6 {
    fill: #e2001a;
}

#slider_realizacji .slick-dots {
    bottom: 0;
    left: 50%;
    z-index: 10;
    width: 1600px;
    transform: translate(-50%, 0);
    background-color: #e1e1e1;
    height: 3px;
}

#slider_realizacji .slick-dots li {
    position: relative;
    width: calc(100% / 12);
    height: 3px;
    margin: 0;
}

#slider_realizacji .slick-dots li button {
    width: 100%;
    height: 3px;
    background-color: #e1e1e1;
    border-radius: 0;
    margin: 0;
    line-height: inherit;

}

#slider_realizacji .slick-dots li.slick-active button {
    background-color: #9b9b9b;
}

#slider_realizacji button {
    background-color: transparent;
    color: inherit;
    border-width: 0;
    padding: 0;
    cursor: pointer;
}


#main-realizacje .appla {
    position: absolute;
    bottom: -1px;
    left: 50%;
    z-index: 11;
    width: 1600px;
    transform: translate(-50%, 0);
    background-color: transparent;
    height: 5px;
}

/* Parallax
---------------------------------------------------------------------------------------------------- */

#baner_video {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: auto;
}

#main-parallax {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

#main-parallax::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url('../video/maska_video_dol.png') no-repeat;
    z-index: 1;
}

#main-parallax::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 556px;
    width: 100%;
    background: url('../video/zaciemnienie_gorne_video.png');
    z-index: 1;
}

#main-parallax .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(239, 240, 240, 0.5);
}

#main-parallax .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

#main-parallax .box {
    box-sizing: border-box;
    width: 50%;
    padding: 130px 50px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#main-parallax .box.ru {
    padding: 110px 50px;
}

#main-parallax .box svg {
    width: 84px;
    height: auto;
    flex: 0 0 auto;
    margin: 0 0 40px;
}

#main-parallax .box .podpis {
    text-transform: uppercase;
    font: 300 42px/42px "Open Sans", sans-serif;
    display: block;
    text-align: center;
    color: #414647;
    margin: 0 0 15px;
}

/*#main-parallax .box .podpis.de {*/
/*    font: 300 40px/46px "Open Sans", sans-serif;*/
/*}*/

/*#main-parallax .box .podpis.es {*/
/*    font: 300 35px/40px "Open Sans", sans-serif;*/
/*}*/

/*#main-parallax .box .podpis.fr {*/
/*    font: 300 33px/40px "Open Sans", sans-serif;*/
/*}*/

/*#main-parallax .box .podpis.ru {*/
/*    font: 300 24px/36px "Open Sans", sans-serif;*/
/*}*/

#main-parallax .box .podpis strong {
    font-weight: 700;
}

#main-parallax .box .opis {
    font: 300 15px/24px "Open Sans", sans-serif;
    text-align: center;
    color: #222222;
    margin: 0 0 25px;
}

#main-parallax .box .more-btn {
    background: #fff;
    display: block;
    width: 136px;
    font: 300 16px/16px "Open Sans", sans-serif;
    padding: 14px 52px 15px 32px;
    color: #424242;
    position: relative;
    transition: all 0.3s;
}

#main-parallax .box .more-btn.fr,
#main-parallax .box .more-btn.ru {
    width: 170px;
}


#main-parallax .box .more-btn:before {
    content: '';
    width: 19px;
    height: 17px;
    position: absolute;
    opacity: 1;
    top: 50%;
    transform: translate(0, -50%);
    right: 30px;
    background: url("../grafika/more-arrow.png") 0 0 no-repeat;
    transition: all 0.3s;
}

#main-parallax .box .more-btn:after {
    content: '';
    width: 19px;
    height: 17px;
    position: absolute;
    opacity: 0;
    top: 50%;
    transform: translate(0, -50%);
    right: 30px;
    background: url("../grafika/more-arrow.png") 0 -19px no-repeat;
    transition: all 0.3s;
}

#main-parallax .box .more-btn:hover:before {
    opacity: 0;
}

#main-parallax .box .more-btn:hover:after {
    opacity: 1;
    right: 20px;
}

#main-parallax .box .more-btn:hover {
    background: #e2001a;
    color: #fff;
}

/* Jbg-2-Group
---------------------------------------------------------------------------------------------------- */
#jbg-2-group {
    width: 100%;
    padding: 70px 0;
    position: relative;
    background: #fff;
    min-width: 1200px;
    z-index: 0;
}

#jbg-2-group .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#jbg-2-group .naglowek {
    text-align: center;
    color: #222222;
    display: block;
    font: 700 24px/30px "Open Sans", sans-serif;
    margin: 0 0 40px;
    width: 100%;
}

#jbg-2-group .item-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 11%;
    position: relative;
    padding: 0 0 35px;
}

#jbg-2-group .item-box img {
    max-width: 100%;
    max-height: 46px;
}

#jbg-2-group .item-box svg {
    position: absolute;
    width: 0;
    height: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all 0.3s;
}

#jbg-2-group .item-box:hover svg {
    width: 17px;
}


/* Subpage header
---------------------------------------------------------------------------------------------------- */


#subpage-wrapper {
    width: 100%;
    min-width: 1200px;
    background: url('../grafika/top-subpage.jpg') 0 0 no-repeat;
    height: 141px;
    position: relative;
    background-size: cover;
    z-index: 100;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}


/* Breadcrumbs
---------------------------------------------------------------------------------------------------- */

#breadcrumbs {
    min-width: 1200px;
    width: 100%;
    background: #fff;
    padding: 20px 0 20px 0;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #e8e8e8;
}

#breadcrumbs .back-btn {
    float: right;
    display: block;
    color: #fff;
    background: #424242;
    position: relative;
    font: 300 16px/16px "Open Sans", sans-serif;
    padding: 14px 25px 14px 55px;
    margin: 0 0 0 0;
    transition: all 0.3s;
    z-index: 1;
}

#breadcrumbs .back-btn:hover {
    background: #e2001a;
}

#breadcrumbs .back-btn:hover:before {
    transition: all 0.3s;
    left: 14px;
}

#breadcrumbs .back-btn:before {
    content: '';
    position: absolute;
    width: 19px;
    height: 17px;
    left: 18px;
    top: 50%;
    transform: translate(0, -50%);
    background: url('../grafika/back-arrow.png') 0 0 no-repeat;
    transition: all 0.3s;
}

#breadcrumbs .home-ico {
    position: relative;
    display: inline-block;
    margin: 1px 12px 0 0;
    width: 18px;
    height: 18px;
    transition: all 0.3s;
    vertical-align: top;
}

#breadcrumbs .home-ico:before {
    content: '';
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 18px;
    height: 18px;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../grafika/home-ico.png') 0 0 no-repeat;
}

#breadcrumbs .home-ico:after {
    content: '';
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 18px;
    height: 18px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../grafika/home-ico.png') 0 -20px no-repeat;
}

#breadcrumbs .home-ico:hover:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

#breadcrumbs .home-ico:hover:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

#breadcrumbs .arrow {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 4px 12px 0 0;
    vertical-align: middle;
    background: url('../grafika/bread-arrow.png') 0 0 no-repeat;
}


#breadcrumbs .bread-anchor {
    text-transform: uppercase;
    display: inline-block;
    color: #676767;
    font: 400 12px/12px "Open Sans", sans-serif;
    margin: 0 12px 0 0;
    vertical-align: middle;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#breadcrumbs .bread-anchor:hover {
    transition: all 0.3s;
    color: #e2001a;
}

#breadcrumbs p {
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    color: #aaaaaa;
    font: 400 12px/12px "Open Sans", sans-serif;
    margin: 0 12px 0 0;
    text-decoration: none;
}

#breadcrumbs .breadcrumbs {
    float: left;
    width: 800px;
    display: block;
    margin: 10px 0 0 0;
}

/* Subpage content
---------------------------------------------------------------------------------------------------- */

#subpage-content {
    width: 1200px;
    margin: 0 auto 0;
    display: block;
    position: relative;
    padding: 50px 0 40px 0;
}


#left-column {
    float: left;
    display: block;
    width: 200px;
    padding: 0 50px 0 0;
}

#left-column hr {
    border-bottom: none;
    border-top: 1px solid #e2e2e2;
    display: block;
    margin: 35px 0;
}

#right-column {
    float: right;
    display: block;
    border-left: 1px solid #e8e8e8;
    width: 900px;
    padding: 0 0 0 49px;
}

#right-column h1.aktualnosci-h1 {
    float: left;
    width: 560px;
}

#sortowanie-aktualnosci {
    float: right;
    width: 180px;
    margin: 30px 0 0 0;
    display: block;
}

#sortowanie-aktualnosci p.p-sort {
    color: #aaaaaa;
    display: inline-block;
    margin: 0 0 0 0;
    font: 400 12px/12px "Open Sans", sans-serif;
}

#sortowanie-aktualnosci a.a-sort {
    display: inline-block;
    text-transform: uppercase;
    font: 400 12px/12px "Open Sans", sans-serif;
    color: #646565;
    margin: 0 0 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#sortowanie-aktualnosci a.a-sort .arrow-up {
    display: inline-block;
    width: 8px;
    height: 10px;
    background: url('../grafika/sort-arrows.png') 0 0 no-repeat;
    margin: 0 3px 0 3px;
}

#sortowanie-aktualnosci a.a-sort .arrow-down {
    display: inline-block;
    width: 8px;
    height: 10px;
    background: url('../grafika/sort-arrows.png') 0 -12px no-repeat;
    margin: 0 3px 0 3px;
}

#sortowanie-aktualnosci a.a-sort:hover {
    text-decoration: none;
    color: #2d9be8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-column h1 {
    margin: 0 0 45px 0;
    color: #222222;
    font: 700 48px/54px "Open Sans", sans-serif;
    position: relative;
    padding: 0 0 0 62px;
}

#right-column h1.produkt {
    margin: 0 0 5px 0;
}

#right-column h1.produkt span {
    color: #979797;
}

#right-column .produkt-info {
    position: relative;
    display: flex;
}

#right-column .produkt-info .produkt-oszklenie {
    margin: 0 0 15px 62px;
    font: 700 24px/36px "Open Sans", sans-serif;
}

#right-column .produkt-info .produkt-kat {
    margin: 0 0 15px 62px;
    font: 700 24px/36px "Open Sans", sans-serif;
}

#right-column h1:after,
#right-column h2.prod:after {
    content: '';
    width: 44px;
    height: 44px;
    position: absolute;
    top: 7px;
    left: 0;
    background: url('../grafika/h1-addon.png') 0 0 no-repeat;
}

#right-column h3 {
    margin: 0 0 25px 0;
    color: #000000;
    display: block;
    font: 600 24px/28px "Open Sans", sans-serif;
}

#right-column h2 {
    margin: 0 0 30px 0;
    color: #222222;
    display: block;
    font: 600 36px/42px "Open Sans", sans-serif;
    padding: 0 0 0 0;
}

#right-column h2.prod {
    margin: 0 0 45px 0;
    color: #222222;
    display: block;
    position: relative;
    font: 700 48px/54px "Open Sans", sans-serif;
    padding: 0 0 0 62px;
}

#right-column p {
    color: #646565;
    display: block;
    margin: 0 0 25px 0;
    font: 300 15px/25px "Open Sans", sans-serif;
}

#right-column a {
    color: #e2001a;
    margin: 0 0 25px 0;
    font: 300 15px/25px "Open Sans", sans-serif;
}

#right-column a:hover {
    text-decoration: underline;
}

#right-column ul {
    margin: 0 0 30px 30px;
    list-style-image: url('../grafika/ul.png');
}

#right-column ol {
    margin: 0 0 30px 34px;
}

#right-column hr {
    display: block;
    margin: 25px 0 25px 0;
    border-bottom: none;
    border-top: 1px solid #e8e8e8;
}

#right-column ul li, #right-column ol li {
    color: #646565;
    margin: 0 0 5px 0;
    font: 300 15px/25px "Open Sans", sans-serif;
    padding: 0 0 0 5px;
}

#right-column table {
    width: 100%;
    display: block;
    /*	overflow-x: scroll;  */
    margin: 0 0 30px 0;
}

#right-column table tr {
    width: 100%;
}

#right-column table th {
    background: #fff;

    color: #222222;
    vertical-align: middle;
    padding: 20px 14px 20px 14px;
    font: 700 14px/20px "Open Sans", sans-serif;
    border-right: 1px solid #e8e8e8;
}

#right-column table td {
    background: #fff;

    vertical-align: middle;
    color: #222222;
    font: 300 13px/20px "Open Sans", sans-serif;
    padding: 14px 14px 14px 14px;
    border-right: 1px solid #e8e8e8;
}


#right-column table tr:nth-child(2n +1) td {
    background: #f9f9f9;
}

#right-column .download-item {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 0 32px;
    font: 400 14px/20px "Open Sans", sans-serif;
    color: #222222;
}

#right-column .download-item:before {
    content: '';
    width: 12px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 4px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: url('../grafika/download-ico.png') 0 0 no-repeat;
}


#right-column .download-item:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #2d9be8;
    text-decoration: none;
}


#right-column .back-btn {
    display: block;
    float: left;
    color: #fff;
    background: #424242;
    position: relative;
    font: 300 16px/16px "Open Sans", sans-serif;
    padding: 14px 25px 14px 55px;
    margin: 35px 0 35px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

#right-column .back-btn:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #e2001a;
    text-decoration: none;
}

#right-column .back-btn:hover:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    left: 14px;
}

#right-column .back-btn:before {
    content: '';
    position: absolute;
    width: 19px;
    height: 17px;
    left: 18px;
    top: 14px;
    background: url('../grafika/back-arrow.png') 0 0 no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* Realizacje
---------------------------------------------------------------------------------------------------- */

#right-column .realizacje-item {
    display: inline-block;
    width: 290px;
    margin: 0 3px 38px 3px;
    padding: 0 0 30px 0;
    position: relative;
    border-bottom: 1px solid #d6d6d6;
    vertical-align: top;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-column .realizacje-item .realizacje-pic {
    position: relative;
    display: block;
    margin: 0 0 25px 0;
    width: 290px;
    height: 210px;
}

#right-column .realizacje-item .realizacje-pic img {
    width: 290px;
    height: 210px;
    position: absolute;
    top: 0;
    left: 0;
}

#right-column .realizacje-item .realizacje-pic .overlay {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../grafika/overlay-bg.png") repeat scroll 0 0;
}

#right-column .realizacje-item:hover {
    text-decoration: none;
}

#right-column .realizacje-item:hover .realizacje-pic .overlay {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

#right-column .realizacje-item .realizacje-pic .ico {
    background: rgba(0, 0, 0, 0) url("../grafika/gal-ico.png") repeat scroll 0 0;
    height: 0;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
}

#right-column .realizacje-item:hover .realizacje-pic .ico {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 90px;
    height: 90px;
    opacity: 1;
}

#right-column .realizacje-item .podpis {
    font: 300 16px/24px "Open Sans", sans-serif;
    color: #222222;
    display: block;
    text-align: center;
    overflow: hidden;
    height: 48px;
}

#right-column .realizacje-item .purple-arrow {
    background: rgba(0, 0, 0, 0) url("../grafika/purple-arrow2.png") no-repeat scroll 0 0;
    bottom: 15px;
    display: block;
    height: 12px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 10px;
}

#right-column .realizacje-item:hover .purple-arrow {
    transition: all 0.3s ease 0s;
    bottom: 24px;
}

/* Subpage offer
---------------------------------------------------------------------------------------------------- */

#right-column .offer-container,
#right-column .video-container {
    display: block;
    width: 900px;
    margin: 0 0 0 0;
    padding: 45px 0 0 0;
    border-top: 1px solid #444644;
}

#right-column .offer-container.no-border,
#right-column .video-container.no-border {
    border-top: none;
    padding-top: 0;
    margin-bottom: 30px;
}

#right-column .offer-container .offer-box2 {
    display: inline-block;
    width: 418px;
    height: 422px;
    border: 1px solid #e3e3e3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    margin: 0 13px 0 13px;
    overflow: hidden;
}

#right-column .video-container .video-box {
    display: inline-block;
    width: 418px;
    height: 450px;
    border: 1px solid #e3e3e3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    margin: 0 13px 0 13px;
    overflow: hidden;
}

#right-column .offer-container .offer-box3 {
    display: inline-block;
    width: 418px;
    height: 422px;
    border: 1px solid #e3e3e3;
    position: relative;
    margin: 0 13px 0 13px;
    overflow: hidden;
}

#right-column .offer-container .offer-box2 a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 418px;
    height: 422px;
}

#right-column .video-container .video-box a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 418px;
    height: 450px;
}

#right-column .video-container .video-box a .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 418px;
    height: 303px;
    /*background: url("../grafika/overlay-bg.png") repeat;*/
    transition: all 0.3s;
}

#right-column .video-container .video-box a:hover .overlay {
    background-color: rgba(266, 0, 26, 0.5);
}

#right-column .video-container .video-box a .gal-ico {
    position: absolute;
    left: 50%;
    top: 150px;
    width: 0;
    height: 0;
    margin-left: -45px;
    margin-top: -45px;
    opacity: 0;
    background: url("../grafika/ico-video.png") repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-column .video-container .video-box a:hover .gal-ico {
    opacity: 1;
    width: 90px;
    height: 90px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-column .offer-container .offer-box3 a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 418px;
    height: 422px;
    cursor: move;
}

#right-column .offer-container .offer-box2:hover a,
#right-column .video-container .video-box:hover a,
#right-column .offer-container .offer-box3:hover a {
    text-decoration: none;
}

#right-column .offer-container .offer-box2 .nowosc,
#right-column .offer-container .offer-box3 .nowosc {
    background: url("../grafika/bg-nowosc.png") no-repeat scroll 0 0;
    color: #fff;
    height: 215px;
    left: 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 44px;
    z-index: 99;
}

#right-column .offer-container .offer-box2 .na-zapytanie,
#right-column .offer-container .offer-box3 .na-zapytanie {
    background: url("../grafika/bg-na-zapytanie.png") no-repeat scroll 0 0;
    color: #fff;
    left: 10px;
    position: absolute;
    text-transform: uppercase;
    width: 44px;
    z-index: 99;
    height: 215px;
}

#right-column .offer-container .offer-box2 .odstep,
#right-column .offer-container .offer-box3 .odstep {
    left: 64px;
}

#right-column .offer-container .offer-box2 .nowosc.en,
#right-column .offer-container .offer-box3 .nowosc.en,
#right-column .offer-container .offer-box2 .na-zapytanie.en,
#right-column .offer-container .offer-box3 .na-zapytanie.en {
    top: -60px;
}

#right-column .offer-container .offer-box2 .nowosc.pl,
#right-column .offer-container .offer-box3 .nowosc.pl,
#right-column .offer-container .offer-box2 .na-zapytanie.pl,
#right-column .offer-container .offer-box3 .na-zapytanie.pl {
    top: -50px;
}

#right-column .offer-container .offer-box2 .nowosc.de,
#right-column .offer-container .offer-box3 .nowosc.de,
#right-column .offer-container .offer-box2 .na-zapytanie.de,
#right-column .offer-container .offer-box3 .na-zapytanie.de {
    top: -50px;
}

#right-column .offer-container .offer-box2 .nowosc.fr,
#right-column .offer-container .offer-box3 .nowosc.fr,
#right-column .offer-container .offer-box2 .na-zapytanie.fr,
#right-column .offer-container .offer-box3 .na-zapytanie.fr {
    top: -50px;
}

#right-column .offer-container .offer-box2 .nowosc.it,
#right-column .offer-container .offer-box3 .nowosc.it,
#right-column .offer-container .offer-box2 .na-zapytanie.it,
#right-column .offer-container .offer-box3 .na-zapytanie.it {
    top: -65px;
}

#right-column .offer-container .offer-box2 .nowosc.es,
#right-column .offer-container .offer-box3 .nowosc.es,
#right-column .offer-container .offer-box2 .na-zapytanie.es,
#right-column .offer-container .offer-box3 .na-zapytanie.es {
    top: -70px;
}

#right-column .offer-container .offer-box2 .nowosc.ru,
#right-column .offer-container .offer-box3 .nowosc.ru,
#right-column .offer-container .offer-box2 .na-zapytanie.ru,
#right-column .offer-container .offer-box3 .na-zapytanie.ru {
    top: -60px;
}


#right-column .offer-container .offer-box2 .nowosc .podpis,
#right-column .offer-container .offer-box3 .nowosc .podpis {
    display: block;
    font: 700 14px/14px "Open Sans", sans-serif;
    height: 44px;
    left: -30px;
    position: absolute;
    top: 85px;
    transform: rotate(270deg);
    width: 133px;
}

#right-column .offer-container .offer-box2 .na-zapytanie .podpis,
#right-column .offer-container .offer-box3 .na-zapytanie .podpis {
    display: block;
    font: 700 14px/14px "Open Sans", sans-serif;
    height: 44px;
    left: -30px;
    position: absolute;
    top: 85px;
    transform: rotate(270deg);
    width: 133px;
}

#right-column .offer-container.no-border .offer-box2,
#right-column .offer-container.no-border .offer-box3,
#right-column .video-container.no-border .video-box {
    margin-bottom: 25px;
}


#right-column .offer-container .offer-box2 .cat-btn,
#right-column .offer-container .offer-box2 .cat-usun,
#right-column .offer-container .offer-box3 .cat-usun {
    width: 50px;
    height: 44px;
    position: absolute;
    top: 19px;
    right: 20px;
    z-index: 9;
    border: 1px solid #dbdbdb;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-column .produkt-info .produkt-kat .cat-btn,
#right-column .produkt-info .produkt-kat .cat-usun {
    width: 50px;
    height: 44px;
    position: absolute;
    top: 19px;
    right: 0;
    z-index: 9;
    border: 1px solid #dbdbdb;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-column .offer-container .offer-box2 .cat-btn .ico,
#right-column .offer-container .offer-box2 .cat-usun .ico,
#right-column .offer-container .offer-box3 .cat-usun .ico {
    position: absolute;
    width: 37px;
    height: 20px;
    left: 5px;
    top: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
    display: block;
}

#right-column .produkt-info .produkt-kat .cat-btn .ico,
#right-column .produkt-info .produkt-kat .cat-usun .ico {
    position: absolute;
    width: 37px;
    height: 20px;
    left: 5px;
    top: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
    display: block;
    cursor: pointer;
}

#right-column .offer-container .offer-box2 .cat-btn .ico:before {
    content: "";
    width: 37px;
    height: 20px;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-column .produkt-info .produkt-kat .ico:before {
    content: "";
    width: 37px;
    height: 20px;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-column .offer-container .offer-box2 .cat-usun .ico:before,
#right-column .offer-container .offer-box3 .cat-usun .ico:before {
    content: "";
    width: 37px;
    height: 20px;
    left: 8px;
    top: 1px;
    position: absolute;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-column .produkt-info .produkt-kat .cat-usun .ico:before {
    content: "";
    width: 37px;
    height: 20px;
    left: 8px;
    top: 1px;
    position: absolute;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-column .produkt-info .produkt-kat .cat-btn .ico:before,
#right-column .offer-container .offer-box2 .cat-btn .ico:before,
#right-column .offer-container .offer-box3 .cat-btn .ico:before {
    background: url("../grafika/cat-ico.png") 0 0 no-repeat;
}

#right-column .produkt-info .produkt-kat .cat-usun .ico:before,
#right-column .offer-container .offer-box2 .cat-usun .ico:before,
#right-column .offer-container .offer-box3 .cat-usun .ico:before {
    background: url("../grafika/cat-ico-usun.png") 0 0 no-repeat;
}

#right-column .produkt-info .produkt-kat .cat-btn:hover .ico:before,
#right-column .produkt-info .produkt-kat .cat-btn.active .ico:before,
#right-column .offer-container .offer-box2 .cat-btn:hover .ico:before,
#right-column .offer-container .offer-box2 .cat-btn.active .ico:before,
#right-column .offer-container .offer-box2 .cat-usun:hover .ico:before,
#right-column .offer-container .offer-box2 .cat-usun.active .ico:before,
#right-column .offer-container .offer-box3 .cat-usun:hover .ico:before,
#right-column .offer-container .offer-box3 .cat-usun.active .ico:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    cursor: pointer;
}

#right-column .produkt-info .produkt-kat .cat-btn:hover .ico:after,
#right-column .produkt-info .produkt-kat .cat-btn.active .ico:after,
#right-column .offer-container .offer-box2 .cat-btn:hover .ico:after,
#right-column .offer-container .offer-box2 .cat-btn.active .ico:after,
#right-column .offer-container .offer-box2 .cat-usun:hover .ico:after,
#right-column .offer-container .offer-box2 .cat-usun.active .ico:after,
#right-column .offer-container .offer-box3 .cat-usun:hover .ico:after,
#right-column .offer-container .offer-box3 .cat-usun.active .ico:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    cursor: pointer;
}

#right-column .produkt-info .produkt-kat .ico:after,
#right-column .offer-container .offer-box2 .cat-btn .ico:after,
#right-column .offer-container .offer-box2 .cat-usun .ico:after,
#right-column .offer-container .offer-box3 .cat-usun .ico:after {
    content: "";
    width: 37px;
    height: 20px;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-column .produkt-info .produkt-kat .cat-btn .ico:after,
#right-column .offer-container .offer-box2 .cat-btn .ico:after {
    background: url("../grafika/cat-ico.png") 0 -23px no-repeat;
}

#right-column .produkt-info .produkt-kat .cat-usun .ico:after,
#right-column .offer-container .offer-box2 .cat-usun .ico:after,
#right-column .offer-container .offer-box3 .cat-usun .ico:after {
    background: url("../grafika/cat-ico-usun.png") 0 -23px no-repeat;
    left: 8px;
}

#right-column .produkt-info .produkt-kat .cat-btn:hover,
#right-column .produkt-info .produkt-kat .cat-btn.active,
#right-column .produkt-info .produkt-kat .cat-usun.active,
#right-column .produkt-info .produkt-kat .cat-usun:hover,
#right-column .offer-container .offer-box2 .cat-btn:hover,
#right-column .offer-container .offer-box2 .cat-btn.active,
#right-column .offer-container .offer-box2 .cat-usun:hover,
#right-column .offer-container .offer-box2 .cat-usun.active,
#right-column .offer-container .offer-box3 .cat-usun:hover {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #e2001a;
}

#right-column .offer-container .offer-box2 .purple-arrow,
#right-column .offer-container .offer-box3 .purple-arrow {
    background: url("../grafika/purple-arrow2.png") no-repeat scroll 0 0;
    bottom: 20px;
    display: block;
    height: 12px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 10px;
}

#right-column .video-container .video-box .purple-arrow {
    background: url("../grafika/purple-arrow2.png") no-repeat scroll 0 0;
    bottom: 20px;
    display: block;
    height: 12px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 10px;
}

#right-column .offer-container .offer-box2:hover .purple-arrow {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    bottom: 28px;
}

#right-column .video-container .video-box:hover .purple-arrow {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    bottom: 28px;
}

#right-column .offer-container .offer-box3:hover .purple-arrow {
    bottom: 28px;
}

#right-column .offer-container .offer-box2:hover {
    border-color: #e2001a;
    transition: all 0.3s;
}

#right-column .video-container .video-box:hover {
    border-color: #2d9be8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-column .offer-container .offer-box3:hover {
    border-color: #2d9be8;
    cursor: move;
}

#right-column .offer-container .offer-box2 img {
    display: block;
    width: 418px;
    height: 303px;
    margin: 0 0 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-column .video-container .video-box img {
    display: block;
    width: 418px;
    height: 303px;
    margin: 0 0 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-column .offer-container .offer-box3 img {
    display: block;
    width: 418px;
    height: 303px;
    margin: 0 0 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-column .offer-container .offer-box2:hover img,
#right-column .offer-container .offer-box3:hover img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    transform: scale(1.02);
}

#right-column .offer-container .offer-box2 .product-name,
#right-column .offer-container .offer-box3 .product-name {
    text-align: center;
    display: block;
    text-transform: uppercase;
    color: #222222;
    font: 400 24px/28px "Open Sans", sans-serif;
    margin: 16px 0 8px 0;
    overflow: hidden;
    height: 28px;
}

#right-column .video-container .video-box .product-name {
    text-align: center;
    display: block;
    text-transform: uppercase;
    color: #222222;
    font: 400 20px/26px "Open Sans", sans-serif;
    margin: 16px 10px 8px;
    overflow: hidden;
    height: 55px;
}

#right-column .offer-container .offer-box2 .product-category,
#right-column .offer-container .offer-box3 .product-category {
    display: block;
    margin: 0 0 18px;
    text-align: center;
}

#right-column .video-container .video-box .krotki-opis {
    display: block;
    margin: 0 0 18px;
    text-align: center;
}

#right-column .offer-container .offer-box2:hover,
#right-column .video-container .video-box:hover,
#right-column .offer-container .offer-box3:hover {
    text-decoration: none;
}

#right-column .offer-container .offer-box2 .product-category .category,
#right-column .offer-container .offer-box3 .product-category .category {
    color: #222222;
    font: 400 12px/16px "Open Sans", sans-serif;
    text-transform: uppercase;
}

#right-column .video-container .video-box .krotki-opis span {
    color: #222222;
    font: 400 12px/16px "Open Sans", sans-serif;
}

#right-column .offer-container .offer-box2 .product-category span,
#right-column .video-container .video-box .krotki-opis span,
#right-column .offer-container .offer-box3 .product-category span {
    display: inline-block;
    vertical-align: super;
}

#right-column .offer-container .offer-box2 .product-category span img,
#right-column .offer-container .offer-box3 .product-category span img {
    width: 8px;
    height: 7px;
}

.add-cat-btn {
    background: #2d9be8 none repeat scroll 0 0;
    color: #fff !important;
    display: inline-block;
    font: 300 16px/16px "Open Sans", sans-serif;
    margin: 5px auto;
    padding: 10px 60px 12px 26px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.add-cat-btn:after {
    background: rgba(0, 0, 0, 0) url("../grafika/katalog-ico2.png") no-repeat scroll 0 0;
    background-size: 20px 18px;
    content: "";
    height: 18px;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 20px;
}

.add-cat-btn:hover {
    background: #e2001a;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.del-cat-btn {
    width: auto;
    background: #f4f4f4 none repeat scroll 0 0;
    color: #222222 !important;
    display: inline-block;
    font: 300 16px/16px "Open Sans", sans-serif;
    margin: 5px auto;
    padding: 8px 60px 10px 26px;
    position: relative;
    transition: all 0.3s ease 0s;
    border: 2px solid #f4f4f4;
}

.del-cat-btn:after {
    content: '';
    width: 17px;
    height: 19px;
    position: absolute;
    right: 18px;
    top: 14px;
    background: url('../grafika/trash-ico.png') 0 0 no-repeat;
}

.del-cat-btn:hover {
    border-color: #e2001a;
    background: transparent;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Boxy kategorie
---------------------------------------------------------------------------------------------------- */
#right-column .box-kat {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    margin: 0 4px 8px 4px;
    width: 271px;
    height: 271px;
    text-align: center;
    line-height: 271px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#box-kat-container {
    display: block;
    text-align: center;
}

#right-column a.box-kat div {
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#right-column a.box-kat div::before,
#right-column a.box-kat div::after {
    pointer-events: none;
}

#right-column a.box-kat div,
#right-column a.box-kat div > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*---------------*/
/***** Jazz *****/
/*---------------*/

a.box-kat.effect-jazz img {
    opacity: 1;
}

a.box-kat.effect-jazz div::before,
a.box-kat.effect-jazz div::after,
a.box-kat.effect-jazz img,
a.box-kat.effect-jazz p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

a.box-kat.effect-jazz div::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: none;
    border-bottom: 1px solid #e2e2e2;
    content: '';
    opacity: 0;
    z-index: 9;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 43% 43%;
    transform-origin: 43% 43%;
}

a.box-kat.effect-jazz div::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #e2e2e2;
    border-bottom: none;
    content: '';
    opacity: 0;
    z-index: 9;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 57%;
    transform-origin: 57%;
}

a.box-kat.effect-jazz .ico {
    background: #fff;
    width: 108px;
    height: 108px;
    display: block;
    -webkit-box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.18);
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    position: absolute;
    top: 62px;
    left: 50%;
    margin-left: -54px;
    z-index: 100;
}

a.box-kat.effect-jazz .ico:before {
    content: '';
    width: 58px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -28px;
    margin-top: -30px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a.box-kat.effect-jazz .ico:after {
    content: '';
    width: 58px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -28px;
    margin-top: -30px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a.box-kat.effect-jazz:hover .ico:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

a.box-kat.effect-jazz:hover .ico:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}


#right-column a.box-kat.effect-jazz h2 {
    display: inline-block;
    vertical-align: middle;
    font: 700 18px/24px "Lato", sans-serif;
    opacity: 1;
    z-index: 2;
    width: 260px;
    margin: 0 auto;
    position: relative;
}

#right-column a.box-kat:hover h2 {
    color: #e2001a;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-column a.box-kat:hover {
    border-color: #e2001a;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


a.box-kat.effect-jazz:hover img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

a.box-kat.effect-jazz:hover div::after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

a.box-kat.effect-jazz:hover div::before {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

/* Side aktualności
---------------------------------------------------------------------------------------------------- */

#side-aktualnosci {
    display: block;
    width: 200px;
    border-bottom: 1px solid #e8e8e8;
    padding: 40px 0 20px 0;
}

#side-aktualnosci .naglowek {
    color: #222222;
    display: block;
    font: 400 24px/28px "Open Sans", sans-serif;
    margin: 0 0 30px;
    padding: 0 0 0 56px;
    position: relative;
    text-align: left;
}

#side-aktualnosci .naglowek:before {
    background: url("../grafika/akt-ico-purple.png") no-repeat;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 43px;
}

#side-aktualnosci .side-akt {
    position: relative;
    display: block;
    margin: 0 0 24px 0;
    transition: all 0.3s;
}

#side-aktualnosci .side-akt:hover .akt-tyt {
    color: #e2001a;
}

#side-aktualnosci .side-akt .akt-tyt {
    overflow: hidden;
    display: block;
    margin: 0 0 0 0;
    font: 600 16px/22px "Open Sans", sans-serif;
    color: #222222;
    height: 45px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#side-aktualnosci .side-akt .akt-data {
    display: block;
    margin: 8px 0 0 0;
    font: 300 12px/12px "Open Sans", sans-serif;
    color: #646565;
}

#side-aktualnosci .side-akt .arrow {
    background: url("../grafika/akt-arrow.png") no-repeat scroll 0 0;
    height: 10px;
    position: absolute;
    left: 68px;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 12px;
}

#side-aktualnosci .side-akt:hover .arrow {
    left: 185px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#side-aktualnosci .more-btn, #right-column .btn {
    background: #424242;
    color: #fff;
    display: inline-block;
    font: 300 16px/16px "Open Sans", sans-serif;
    margin: 5px auto;
    padding: 10px 58px 12px 26px;
    position: relative;
    transition: all 0.3s ease 0s;
}

#side-aktualnosci .more-btn:hover, #right-column .btn:hover {
    background: #e2001a;
}

#side-aktualnosci .more-btn:after, #right-column .btn:after {
    content: '';
    width: 19px;
    height: 17px;
    position: absolute;
    right: 22px;
    top: 11px;
    background: url("../grafika/white-arrow2.png") no-repeat scroll 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#side-aktualnosci .more-btn:hover:after, #right-column .btn:hover:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    right: 15px;
}

/* Side contact
---------------------------------------------------------------------------------------------------- */

#side-contact {
    display: block;
    width: 200px;
    margin: 0 0 0 0;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #e8e8e8;
}

#side-contact .naglowek {
    padding: 0 0 0 56px;
    display: block;
    position: relative;
    margin: 0 0 30px 0;
    color: #222222;
    text-align: left;
    font: 400 24px/28px "Open Sans", sans-serif;
}

#side-contact .naglowek:before {
    background: url("../grafika/contact-ico-purple.png") no-repeat scroll 0 0;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 40px;
}

#side-contact .adress {
    display: block;
    position: relative;
    margin: 0 0 28px 0;
    padding: 0 0 0 26px;
    color: #646565;
    font: 300 13px/20px "Open Sans", sans-serif;
}

#side-contact .adress:before {
    background: url("../grafika/footer-adres-ico.png") no-repeat scroll 0 0;
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 16px;
}

#side-contact .tel {
    display: block;
    position: relative;
    margin: 0 0 25px 0;
    padding: 0 0 0 26px;
    color: #646565;
    font: 300 13px/20px "Open Sans", sans-serif;
}

#side-contact .tel:before {
    background: url("../grafika/footer-tel-ico.png") no-repeat scroll 0 0;
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 16px;
}

#side-contact .mail {
    display: block;
    position: relative;
    margin: 0 0 25px 0;
    padding: 0 0 0 26px;
    color: #646565;
    font: 300 13px/20px "Open Sans", sans-serif;
}

#side-contact .mail:before {
    background: rgba(0, 0, 0, 0) url("../grafika/footer-mail-ico.png") no-repeat scroll 0 0;
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 13px;
}

#side-contact .mail a {
    display: block;
    margin: 0 0 0 0;
    color: #e2001a;
}

#side-contact .mail a:hover {
    text-decoration: underline;
}


#side-contact .form-btn {
    background: #424242;
    color: #fff;
    display: inline-block;
    font: 300 16px/16px "Open Sans", sans-serif;
    margin: 5px auto;
    padding: 10px 52px 12px 26px;
    position: relative;
    transition: all 0.3s ease 0s;
}

#side-contact .form-btn.de, #side-contact .form-btn.es, #side-contact .form-btn.fr {
    font: 300 16px/20px "Open Sans", sans-serif;
}

#side-contact .form-btn:after {
    background: rgba(0, 0, 0, 0) url("../grafika/ask-ico.png") no-repeat scroll 0 0;
    content: "";
    height: 19px;
    position: absolute;
    right: 20px;
    top: 9px;
    width: 12px;
}

#side-contact .form-btn.de:after {
    top: 22px;
}

#side-contact .form-btn.es:after {
    top: 22px;
}

#side-contact .form-btn.fr:after {
    top: 22px;
}

#side-contact .form-btn.ru:after {
    top: 18px;
}

#side-contact .form-btn:hover {
    background: #e2001a;
}

/* Side icos
---------------------------------------------------------------------------------------------------- */

#side-icos {
    display: block;
    width: 200px;
    padding: 25px 0 10px 0;
    border-bottom: 1px solid #e8e8e8;
}

#side-icos .download-item {
    display: block;
    width: 200px;
    margin: 0 0 30px 0;
    position: relative;
}

#side-icos .download-item a {
    display: block;
    position: relative;
    transition: all 0.3s;
    padding: 70px 0 0 0;
}

#side-icos .download-item a .ico {
    width: 50px;
    height: 46px;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -25px;
    transition: all 0.3s;
}

#side-icos .download-item a:hover .ico {
    top: 0;
    transition: all 0.3s;
}

#side-icos .download-item a .ico:before {
    content: '';
    width: 50px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    transition: all 0.3s;
}

#side-icos .download-item a .ico:after {
    content: '';
    width: 50px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s;
}

#side-icos .download-item a:hover .ico:before {
    opacity: 0;
}

#side-icos .download-item a:hover .ico:after {
    opacity: 1;
}

#side-icos .download-item a .katalog:after {
    background: url('../grafika/katalog-ico.png') 0 0 no-repeat;
}

#side-icos .download-item a .katalog:before {
    background: url('../grafika/katalog-ico.png') 0 -46px no-repeat;
}

#side-icos .download-item a .ulotki:after {
    background: url('../grafika/ulotki-ico.png') 0 0 no-repeat;
}

#side-icos .download-item a .ulotki:before {
    background: url('../grafika/ulotki-ico.png') 0 -46px no-repeat;
}

#side-icos .download-item a .dokumenty:after {
    background: url('../grafika/dokumenty-ico.png') 0 0 no-repeat;
}

#side-icos .download-item a .dokumenty:before {
    background: url('../grafika/dokumenty-ico.png') 0 -46px no-repeat;
}

#side-icos .download-item a p {
    text-transform: uppercase;
    color: #424242;
    font: 700 16px/26px "Open Sans", sans-serif;
    display: block;
    margin: 0 0 0 0;
    text-align: center;
    transition: all 0.3s;
}

#side-icos .download-item a:hover p {
    color: #e2001a;
}

/* Boczne logowanie
---------------------------------------------------------------------------------------------------- */

#side-login {
    display: block;
    padding: 0 0 25px;
    margin: 0 0 20px 0;
    width: 200px;
    border-bottom: 1px solid #e8e8e8;
}


#side-login form {
    display: block;
    padding: 18px 20px 18px 20px;
    width: 160px;
    background: #eff0f0;
}

#side-login form input {
    width: 143px;
    border: 1px solid #c2c2c2;
    height: 34px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
    padding: 0 5px 0;
}

#side-login form input:hover, #side-login form input:focus {
    border-color: #8e1d83;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#side-login .f_wiersz {
    display: block;
    margin: 0 0 20px 0;
}

#side-login .f_wiersz .f_info {
    color: #222222;
    display: block;
    font: 300 14px/18px "Open Sans", sans-serif;
    margin: 0 0 11px 0;
}

#side-login .naglowek {
    color: #222222;
    display: block;
    font: 400 24px/28px "Open Sans", sans-serif;
    margin: 0 0 30px;
    padding: 0 0 0 56px;
    position: relative;
    text-align: left;
}

#side-login .naglowek:after {
    background: url("../grafika/log-ico.png") no-repeat scroll 0 0;
    content: "";
    height: 39px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 40px;
}

#side-login .f_button {
    display: block;
    margin: 15px 0 0 0;
}

#side-login .f_button .f_input_button {
    background: #424242;
    color: #fff;
    font: 300 16px/22px "Open Sans", sans-serif;
    position: relative;
    padding: 8px 0 10px 20px;
    border: none;
    width: 156px;
    text-align: left;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#side-login .f_button .f_input_button.fr:after {
    display: none;
}

#side-login .f_button .f_input_button.es:after {
    right: 12px;
}

#side-login .f_button .f_input_button:hover:after {
    right: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#side-login .f_button .f_input_button:after {
    background: url("../grafika/white-arrow2.png") no-repeat scroll 0 0;
    content: "";
    height: 17px;
    opacity: 1;
    position: absolute;
    right: 24px;
    top: 13px;
    transition: all 0.3s ease 0s;
    width: 19px;
}

#side-login .f_button .f_input_button:hover {
    background: #e2001a;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* Boczne filtrowanie
---------------------------------------------------------------------------------------------------- */

#side-filters {
    border-bottom: 1px solid #e8e8e8;
    display: block;
    margin: 0;
    padding: 0 0 25px;
    width: 200px;
}

#side-filters .naglowek {
    display: block;
    text-transform: uppercase;
    color: #222222;
    font: 600 21px/27px "Open Sans", sans-serif;
}

#side-filters .clear-btn {
    display: block;
    background: #f4f4f4;
    color: #222222;
    font: 300 16px/16px "Open Sans", sans-serif;
    position: relative;
    padding: 12px 0 12px 30px;
    border: 2px solid #f4f4f4;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 0 15px 0;
}

#side-filters .clear-btn.de {
    padding: 10px 10px 12px 20px;
}

#side-filters .clear-btn.ru {
    padding: 10px 10px 12px 8px;
}

#side-filters .clear-btn:hover {
    transition: all 0.3s;
    border-color: #e2001a;
    background: transparent;
}

#side-filters .clear-btn:after {
    content: '';
    width: 17px;
    height: 19px;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translate(0, -50%);
    background: url('../grafika/trash-ico.png') 0 0 no-repeat;
}

#side-filters .clear-btn.de:after {
    right: 12px;
}

#side-filters .clear-btn.ru:after {
    right: 12px;
}

#side-filters .clear-btn.es:after {
    right: 12px;
}

#side-filters .clear-btn.fr:after {
    right: 16px;
}

#side-filters .filter-criterion {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 20px;
}

#side-filters .filter-criterion.expand {
    overflow: hidden;
    height: 170px;
    position: relative;
    padding: 0 0 50px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

#side-filters .filter-criterion.expand.open {
    height: auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

#side-filters .filter-criterion .podpis {
    color: #222222;
    font: 400 16px/24px "Open Sans", sans-serif;
}

#side-filters .filter-criterion label {
    display: block;
    margin: 0 0 6px 0;
}

#side-filters .filter-criterion input {
    vertical-align: middle;
}

#side-filters .filter-criterion span {
    color: #222222;
    vertical-align: top;
    padding-left: 5px;
    font: 300 14px/24px "Open Sans", sans-serif;
}

#side-filters .filter-criterion .criterion-more {
    display: block;
    text-transform: uppercase;
    color: #e2001a;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 200px;
    background: #fff;
    font: 700 11px/11px "Open Sans", sans-serif;
    padding: 10px 0 20px 20px;
    transition: all 0.3s;
}

#side-filters .filter-criterion .criterion-more:hover {
    cursor: pointer;
}

#side-filters .filter-criterion .criterion-more .ico {
    width: 14px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 12px;
    transition: all 0.3s;
}

#side-filters .filter-criterion .criterion-more .ico:before {
    content: '';
    width: 14px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    background: url('../grafika/filter-arrow.png') 0 0 no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#side-filters .filter-criterion .criterion-more .ico:after {
    content: '';
    width: 14px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: url('../grafika/filter-arrow.png') 0 -10px no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#side-filters .filter-criterion .criterion-more.open .ico:before, #side-filters .filter-criterion .criterion-more.open .ico:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    transform: rotate(180deg);
}

#side-filters .filter-criterion .criterion-more:hover .ico:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

#side-filters .filter-criterion .criterion-more:hover .ico:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

#side-filters .filter-criterion .criterion-more:after {
    content: '';
    width: 200px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -20px;
    background: url('../grafika/criterion-more-after.png') 0 0 no-repeat;
}

#side-filters .filter-criterion .criterion-more:hover {
    color: #424242;
}

#side-filters .filter-quantity {
    text-align: center;
    display: block;
    margin: 12px 0 17px 0;
    color: #222222;
    font: 400 12px/12px "Open Sans", sans-serif;
}

#side-filters .filter-quantity span {
    font: 600 14px/14px "Open Sans", sans-serif;
}

#side-filters .filter-btn {
    display: block;
    background: #424242;
    margin: 0 0 15px 0;
    padding: 15px 0 15px 32px;
    position: relative;
    color: #fff;
    font: 300 16px/16px "Open Sans", sans-serif;
    transition: all 0.3s;
}

#side-filters .filter-btn:hover {
    background: #e2001a;
}

#side-filters .filter-btn:after {
    content: '';
    width: 17px;
    height: 18px;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translate(0, -50%);
    background: url('../grafika/filter-ico.png') 0 0 no-repeat;
    transition: all 0.3s;
}

#side-filters .filter-btn:hover:after {
    transform: translate(0, -50%) rotate(360deg);
}

/* Widok produktu
---------------------------------------------------------------------------------------------------- */
#right-column .produkt-kategorie {
    text-transform: uppercase;
    font: 400 14px/20px "Open Sans", sans-serif;
    color: #222222;
    display: block;
    margin: 0 0 4px 0;
}

#right-column .produkt-kategorie span {
    color: #979797;
    font-weight: 700;
}

#right-column .column-content {
    display: block;
    margin: 20px 0 0 0;
}

#right-column .column-content .ramka {
    display: block;
    margin: 0 0 30px -30px;
    position: relative;
    overflow: hidden;
}

#right-column .column-content .product-info {
    float: right;
    width: 250px;
    display: block;
}

#right-column .column-content .ramka-info {
    display: block;
    margin: 25px 0 0 0;
}

#right-column .column-content .ramka-info .left-column {
    width: 275px;
    margin-left: 25px;
}

#right-column .column-content .ramka-info .left-column ul.expand_wrapper {
    border-bottom: 0 !important;
}

#right-column .column-content .ramka-info .left-column ul.expand_wrapper .toggle_container {
    width: 240px;
}

#right-column .column-content .ramka-info .etykieta {
    width: 190px;
    float: right;
    text-align: right;
}

#right-column .column-content .ramka-info .etykieta .ikona {
    width: 120px;
    margin: 0 0 0 auto;
}

#right-column .column-content .ramka-info .etykieta .karta a {
    font: 300 14px/30px "Open Sans", sans-serif;
    color: #979797;
    text-decoration: none;
    display: none;
}

#right-column .column-content .ramka-info .etykieta .karta a:hover {
    color: #e2001a;
}

#right-column .column-content .ramka-info .etykieta .karta.open a {
    display: inline-block;
}

#right-column .column-content .ramka-info .etykieta .modul {
    font: 600 24px/30px "Open Sans", sans-serif;
}

#right-column .column-content .ramka-info .przeszklenie_opis {
    margin: 0 0 15px 25px;
}

#right-column .column-content .main-product-pic {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 598px;
    height: 433px;
    border: 1px solid #f4f4f4;
}

#right-column .column-content .ramka .nowosc {
    position: absolute;
    left: 10px;
    top: 0;
    width: 44px;
    height: 215px;
    background: url('../grafika/bg-nowosc.png') 0 0 no-repeat;
    color: #fff;
    text-transform: uppercase;
}

#right-column .column-content .zdjecie_glowne {
    position: absolute;
    left: 0;
    top: 0;
}

#right-column .column-content .ramka .na-zapytanie {
    position: absolute;
    left: 10px;
    top: 0;
    width: 44px;
    height: 215px;
    background: url('../grafika/bg-na-zapytanie.png') 0 0 no-repeat;
    color: #fff;
    text-transform: uppercase;
}

#right-column .column-content .ramka .odstep {
    left: 64px;
}

#right-column .column-content .ramka .nowosc.en,
#right-column .column-content .ramka .na-zapytanie.en {
    top: -60px;
}

#right-column .column-content .ramka .nowosc.pl,
#right-column .column-content .ramka .na-zapytanie.pl {
    top: -50px;
}

#right-column .column-content .ramka .nowosc.de,
#right-column .column-content .ramka .na-zapytanie.de {
    top: -50px;
}

#right-column .column-content .ramka .nowosc.fr,
#right-column .column-content .ramka .na-zapytanie.fr {
    top: -50px;
}

#right-column .column-content .ramka .nowosc.it,
#right-column .column-content .ramka .na-zapytanie.it {
    top: -65px;
}

#right-column .column-content .ramka .nowosc.es,
#right-column .column-content .ramka .na-zapytanie.es {
    top: -70px;
}

#right-column .column-content .ramka .nowosc.ru,
#right-column .column-content .ramka .na-zapytanie.ru {
    top: -60px;
}

#right-column .column-content .ramka .nowosc .podpis {
    transform: rotate(270deg);
    width: 133px;
    height: 44px;
    display: block;
    position: absolute;
    left: -30px;
    top: 85px;
    font: 700 14px/14px "Open Sans", sans-serif;
}

#right-column .column-content .ramka .na-zapytanie .podpis {
    transform: rotate(270deg);
    width: 133px;
    height: 44px;
    display: block;
    position: absolute;
    left: -30px;
    top: 85px;
    font: 700 14px/14px "Open Sans", sans-serif;
}

#right-column .column-content .main-product-pic img {
    width: 598px;
    height: 433px;
}

#right-column .column-content .main-product-pic .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*background: url("../grafika/overlay-bg.png") repeat;*/
    transition: all 0.3s;
}

#right-column .column-content .main-product-pic:hover .overlay {
    opacity: 1;
    background-color: rgba(226, 0, 26, 0.8);
    mix-blend-mode: multiply;
}

#right-column .column-content .main-product-pic .gal-ico {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    margin-left: -45px;
    margin-top: -45px;
    opacity: 0;
    background: url("../grafika/gal-ico.png") repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-column .column-content .main-product-pic:hover .gal-ico {
    opacity: 1;
    width: 90px;
    height: 90px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-column .column-content .product-info {
    float: right;
    width: 300px;
    height: 434px;
}

#right-column .column-content .product-info .wybor_przeszklenia {
    display: flex;
    justify-content: center;
    clear: both;
}

#right-column .column-content .product-info .wybor_przeszklenia button {
    display: inline-block;
    padding: 6px 10px;
    color: #fff;
    background: #979797;
    font: 700 16px/16px "Open Sans", sans-serif;
    margin: 0 6px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
}

#right-column .column-content .product-info .wybor_przeszklenia button.active {
    background: #e2001a;
}

#right-column .column-content .product-info .przekroje {
    position: relative;
}

#right-column .column-content .product-info .cat-btn,
#right-column .column-content .product-info .cat-usun {
    display: block;
    position: relative;
    color: #fff;
    font: 300 16px/20px "Open Sans", sans-serif;
    padding: 12px 0 14px 35px;
    background: #2d9be8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-column .column-content .product-info .cat-btn:after {
    background: url("../grafika/cat-ico.png") 0 -23px no-repeat;
    content: "";
    height: 20px;
    right: 20px;
    position: absolute;
    top: 13px;
    transition: all 0.3s ease 0s;
    width: 37px;
}

#right-column .column-content .product-info .cat-usun:after {
    background: url("../grafika/cat-ico-usun.png") 0 -30px no-repeat;
    content: "";
    height: 20px;
    right: 27px;
    position: absolute;
    top: 13px;
    transition: all 0.3s ease 0s;
    width: 23px;
}

#right-column .column-content .product-info .cat-btn:hover,
#right-column .column-content .product-info .cat-btn.active,
#right-column .column-content .product-info .cat-usun:hover,
#right-column .column-content .product-info .cat-usun.active,
#right-column .column-content .product-info .gal-btn:hover,
#right-column .column-content .product-info .ask-btn:hover {
    text-decoration: none;
    background: #9d2791;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-column .column-content .product-info .gal-btn {
    display: block;
    position: relative;
    color: #fff;
    font: 300 16px/20px "Open Sans", sans-serif;
    padding: 12px 100px 14px 35px;
    background: #d7007b;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-column .column-content .product-info .gal-btn:after {
    background: url("../grafika/gal-ico2.png") 0 0 no-repeat;
    content: "";
    height: 22px;
    right: 21px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    transition: all 0.3s ease 0s;
    width: 26px;
}

#right-column .column-content .product-info .ask-btn {
    display: block;
    position: relative;
    color: #fff;
    font: 300 16px/20px "Open Sans", sans-serif;
    padding: 12px 80px 14px 35px;
    background: #03ac53;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-column .column-content .product-info .ask-btn:after {
    background: url("../grafika/ask-ico2.png") 0 0 no-repeat;
    content: "";
    height: 21px;
    right: 21px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    transition: all 0.3s ease 0s;
    width: 25px;
}

#right-column .column-content .product-info .naglowek {
    display: block;
    margin: 0 0 25px 0;
    padding: 0 0 0 48px;
    color: #222222;
    position: relative;
    font: 600 20px/20px "Open Sans", sans-serif;
}

#right-column .column-content .product-info .naglowek:before {
    content: '';
    width: 34px;
    height: 34px;
    position: absolute;
    left: 0;
    top: -5px;
    background: url("../grafika/przekroj-ico.png") 0 0 no-repeat;
}

#right-column .column-content .product-info .przekrojprzekroje {
    position: relative;
}

#right-column .column-content .product-info .przekroj-item {
    display: inline-block;
    width: 300px;
    height: 434px;
    padding: 0;
    color: #fff;
    font: 700 12px/12px "Open Sans", sans-serif;
    margin: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
}

#right-column .column-content .product-info .przekroj-item img {
    width: 100%;
    height: auto;
}

/*#right-column .column-content .product-info .przekroj-item:hover {*/
/*    text-decoration: none;*/
/*    background: #9d2791;*/
/*    -webkit-transition: all 0.3s;*/
/*    -moz-transition: all 0.3s;*/
/*    transition: all 0.3s;*/
/*}*/

#right-column .column-content .left-column {
    float: left;
    display: block;
    width: 400px;
}

#right-column .column-content .right-column {
    float: right;
    display: block;
    width: 400px;
}

#right-column .column-content .left-column .naglowek,
#right-column .column-content .right-column .naglowek {
    display: block;
    color: #222222;
    position: relative;
    font: 600 20px/25px "Open Sans", sans-serif;
    padding: 0 0 0 48px;
    margin: 0 0 0 0;
}

#right-column .column-content .left-column .naglowek:before, #right-column .column-content .right-column .naglowek:before {
    content: '';
    width: 34px;
    height: 34px;
    position: absolute;
    left: 0;
    top: -3px;
}

#right-column .column-content .left-column .moduly:before {
    background: url("../grafika/moduly-ico.png") 0 0 no-repeat;
}

#right-column .column-content .left-column .klasa-temp:before {
    background: url("../grafika/klasa-temp-ico.png") 0 0 no-repeat;
}

#right-column .column-content .left-column .czynnik-chlodniczy:before {
    background: url("../grafika/czynnik-chlod-ico.png") 0 0 no-repeat;
}

#right-column .column-content .right-column .cechy:before,
#right-column .column-content .left-column .cechy:before {
    background: url("../grafika/cechy-ico.png") 0 0 no-repeat;
}

ul.expand_wrapper {
    display: block;
    list-style: none !important;
    margin: 30px 0 25px 0 !important;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 10px 0;
}

ul.expand_wrapper li {
    padding: 0 0 0 0 !important;
    width: 400px;

    margin: 0 0 13px 0 !important;
    position: relative;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
}

ul.expand_wrapper li:hover .move {
    color: #48b0df;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

ul.expand_wrapper span.move {
    width: 383px;
    padding: 0 0 0 17px;
    text-decoration: none;
    font: 700 14px/18px "Open Sans", sans-serif;
    color: #979797;
    display: block;
    position: relative;
    z-index: 99;
    cursor: pointer;
    margin: 0 0 12px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}

ul.expand_wrapper span.static {

    padding: 0 0 0 17px;
    text-decoration: none;
    font: 700 14px/18px "Open Sans", sans-serif;
    color: #979797;
    display: block;
    position: relative;
    z-index: 99;
    margin: 0 0 12px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

ul.expand_wrapper span.static:before {
    content: '';
    width: 8px;
    height: 7px;
    position: absolute;
    top: 5px;
    left: 0;
    background: url("../grafika/grey-arrow.png") 0 0 no-repeat;
    transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

ul.expand_wrapper span.move:before {
    content: '';
    width: 8px;
    height: 7px;
    position: absolute;
    top: 5px;
    left: 0;
    background: url("../grafika/blue-arrow.png") 0 0 no-repeat;
    transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

ul.expand_wrapper span.active:before {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    transform: rotate(90deg) !important;
}

ul.expand_wrapper span.move:hover {
    cursor: pointer;

}

ul.expand_wrapper span.active {
    background: none;
}

ul.expand_wrapper .toggle_container {
    clear: both;
    margin: 0;
    overflow: hidden;
    width: 366px;
    background: none;
    position: relative;

    display: none;
    background: #f9f9f9;

    padding: 14px 17px 0 17px;
}

ul.expand_wrapper .toggle_container p {
    font: 300 14px/18px "Open Sans", sans-serif;
    color: #646565;
}

#right-column .description {
    display: block;
    margin: 0 0 0 0;
}

#right-column .description .naglowek {
    display: block;
    color: #222222;
    position: relative;
    font: 600 20px/25px "Open Sans", sans-serif;
    padding: 0 0 0 48px;
    margin: 0 0 30px 0;
}

#right-column .description .naglowek:before {
    content: '';
    width: 34px;
    height: 34px;
    position: absolute;
    left: 0;
    top: -3px;
    background: url("../grafika/description-ico.png") 0 0 no-repeat;
}

#right-column .description p {
    color: #646565;
    font: 300 16px/24px "Open Sans", sans-serif;
}

#right-column .technical-data {
    display: block;
    margin: 30px 0 0 0;
}

#right-column .dodatkowe-ustawienia .naglowek {
    display: block;
    color: #222222;
    position: relative;
    font: 600 20px/25px "Open Sans", sans-serif;
    padding: 0;
    margin: 0 0 30px 0;
}

#right-column .dodatkowe-ustawienia .naglowek_simple {
    font: 600 15px/25px "Open Sans", sans-serif;
}

#right-column .dodatkowe-ustawienia span {
    font: 300 15px/25px "Open Sans", sans-serif;
    color: #646565;
}

#right-column .dodatkowe-ustawienia .dodatkowe-ustawienia-opis {
    margin: 15px 0 0 0;
    font: 300 12px/18px "Open Sans", sans-serif;
}

#right-column .technical-data .naglowek {
    display: block;
    color: #222222;
    position: relative;
    font: 600 20px/25px "Open Sans", sans-serif;
    padding: 0 0 0 48px;
    margin: 0 0 30px 0;
}

#right-column .technical-data .naglowek:before {
    content: '';
    width: 34px;
    height: 34px;
    position: absolute;
    left: 0;
    top: -3px;
    background: url("../grafika/tech-data-ico.png") 0 0 no-repeat;
}

#right-column .naglowek-pliki, #right-column .naglowek-galeria, #right-column .naglowek-formularz {
    display: block;
    color: #222222;
    position: relative;
    font: 600 20px/25px "Open Sans", sans-serif;
    padding: 0 0 0 48px;
    margin: 0 0 30px 0;
}

#right-column .naglowek-pliki:before {
    content: '';
    width: 34px;
    height: 34px;
    position: absolute;
    left: 0;
    top: -3px;
    background: url("../grafika/pliki-ico.png") 0 0 no-repeat;
}

#right-column .naglowek-galeria:before {
    content: '';
    width: 34px;
    height: 34px;
    position: absolute;
    left: 0;
    top: -3px;
    background: url("../grafika/galeria-ico.png") 0 0 no-repeat;
}

#right-column .naglowek-formularz:before {
    content: '';
    width: 34px;
    height: 34px;
    position: absolute;
    left: 0;
    top: -3px;
    background: url("../grafika/formularz-ico.png") 0 0 no-repeat;
}

/* FAQ
---------------------------------------------------------------------------------------------------- */

ul#expand_wrapper {
    display: block;
    list-style: none !important;
    margin: 50px 0 0 0 !important;
}

ul#expand_wrapper li {
    padding: 15px 0 0 0;
    width: 850px;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
    cursor: pointer;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
}

ul#expand_wrapper li .move:after {
    content: '';
    width: 35px;
    height: 35px;
    background: center no-repeat #43b666;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

ul#expand_wrapper li .move.active:after {
    background: center no-repeat #43b666;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

ul#expand_wrapper li .move:hover:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: center no-repeat #43b666;
}

ul#expand_wrapper li .move:hover {
    color: #43b666;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

ul#expand_wrapper span.move {
    width: 785px;
    padding: 10px 0 0 65px;
    text-decoration: none;
    font: 500 26px/30px "Fira Sans", sans-serif;
    color: #364771;
    display: block;
    position: relative;
    margin: 0 0 30px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

ul#expand_wrapper span.move:hover {
    cursor: pointer;

}

ul#expand_wrapper span.active {
    background: none;
}

ul#expand_wrapper .toggle_container {
    clear: both;
    margin: 0;
    overflow: hidden;
    width: 100%;
    background: none;
    position: relative;
    display: none;
}

/* Galeria - podstrona
---------------------------------------------------------------------------------------------------- */

#galeria {
    text-align: center;
}

#galeria .galeria-item {
    display: inline-block;
    width: 290px;
    height: 210px;
    position: relative;
    overflow: hidden;
    z-index: 10;
    margin: 0 3px 5px 3px;
}


#galeria .galeria-item .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*background: url("../grafika/overlay-bg.png") repeat;*/
    /*-webkit-transition: all 0.3s;*/
    /*-moz-transition: all 0.3s;*/
    transition: all 0.3s;
}

#galeria .galeria-item .gal-ico {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    margin-left: -45px;
    margin-top: -45px;
    opacity: 0;
    background: url("../grafika/gal-ico.png") repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#galeria .galeria-item:hover .gal-ico {
    opacity: 1;
    width: 90px;
    height: 90px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#galeria .galeria-item:hover .overlay {
    opacity: 1;
    background-color: rgba(226, 0, 26, 0.8);
    mix-blend-mode: multiply;
}

#galeria .galeria-item img {
    width: 290px;
    height: 210px;
}

/*---------------*/
/***** Jazz *****/
/*---------------*/


a.galeria-item.effect-jazz img {
    opacity: 1;
}

a.galeria-item.effect-jazz div::before,
a.galeria-item.effect-jazz div::after,
a.galeria-item.effect-jazz img,
a.galeria-item.effect-jazz p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

a.galeria-item.effect-jazz div::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: none;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    z-index: 9;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 43% 43%;
    transform-origin: 43% 43%;
}

a.galeria-item.effect-jazz div::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: none;
    content: '';
    opacity: 0;
    z-index: 9;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 57%;
    transform-origin: 57%;
}

a.galeria-item.effect-jazz .ico {
    background: #fff;
    width: 108px;
    height: 108px;
    display: block;
    -webkit-box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.18);
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    position: absolute;
    top: 62px;
    left: 50%;
    margin-left: -54px;
    z-index: 100;
}

a.galeria-item.effect-jazz .ico:before {
    content: '';
    width: 58px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -28px;
    margin-top: -30px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a.galeria-item.effect-jazz .ico:after {
    content: '';
    width: 58px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -28px;
    margin-top: -30px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a.galeria-item.effect-jazz:hover .ico:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

a.galeria-item.effect-jazz:hover .ico:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

a.galeria-item.effect-jazz:hover img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

a.galeria-item.effect-jazz:hover div::after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

a.galeria-item.effect-jazz:hover div::before {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

a.galeria-item.effect-jazz:hover h2,
a.galeria-item.effect-jazz:hover p {
    opacity: 1;

}

/* Aktualności
---------------------------------------------------------------------------------------------------- */

#right-column .aktualnosc-item {
    display: block;
    margin: 0 0 40px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #e8e8e8;
    height: 251px;
    width: 850px;
}

#right-column .aktualnosc-item .akt-pic {
    float: left;
    width: 290px;
    height: 210px;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-column .aktualnosc-item .akt-pic .overlay {
    width: 290px;
    height: 210px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
    /*background: url('../grafika/overlay-bg.png') repeat;*/
}

#right-column .aktualnosc-item .akt-pic:hover .overlay {
    background-color: rgba(226, 0, 26, 0.5);
}

#right-column .aktualnosc-item .akt-pic .overlay .ico {
    width: 0;
    height: 75px;
    position: absolute;
    transition: all 0.3s;
    top: 50%;
    margin-top: -37px;
    left: 90px;
    background: url('../grafika/enter-ico.png') repeat;
}

#right-column .aktualnosc-item .akt-pic:hover .overlay .ico {
    width: 92px;
}

#right-column .aktualnosc-item .akt-pic img {
    width: 290px;
    height: 210px;
}

#right-column .aktualnosc-item .akt-content {
    float: right;
    display: block;
    width: 538px;
    height: 210px;
}

#right-column .aktualnosc-item .akt-content .data {
    background: #e8e8e8;
    color: #222222;
    font: 300 12px/12px "Open Sans", sans-serif;
    padding: 3px 9px 3px 9px;
    margin: 0 0 0 0;
}

#right-column .aktualnosc-item .akt-content .akt-tyt {
    display: block;
    overflow: hidden;
    font: 600 24px/30px "Open Sans", sans-serif;
    color: #222222;
    text-decoration: none;
    height: 64px;
    margin: 15px 0 8px 0;
    transition: all 0.3s;
}

#right-column .aktualnosc-item .akt-content .akt-tyt:hover {
    color: #e2001a;
}

#right-column .aktualnosc-item .akt-content .more-btn {
    font: 600 14px/14px "Open Sans", sans-serif;
    margin: 0 0 0 0;
    position: relative;
    color: #222222;
    transition: all 0.3s;
}

#right-column .aktualnosc-item .akt-content .more-btn:hover {
    text-decoration: none;
    color: #e2001a;
}

#right-column .aktualnosc-item .akt-content .more-btn:hover:after {
    right: -26px;
}

#right-column .aktualnosc-item .akt-content .more-btn:after {
    content: '';
    width: 12px;
    height: 10px;
    position: absolute;
    right: -20px;
    top: 6px;
    background: url("../grafika/akt-arrow.png") no-repeat;
    transition: all 0.3s;
}

#right-column .aktualnosc-item .akt-content p {
    display: block;
    overflow: hidden;
    font: 300 15px/24px "Open Sans", sans-serif;
    color: #646565;
    margin: 0 0 10px 0;
    text-decoration: none;
    height: 72px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


#right-column .aktualnosc-item .akt-content .akt-more:hover:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    right: 10px;
}

#right-column .load-more {
    background: #2d9be8;
    color: #ffffff;
    text-align: center;
    font: 300 16px/16px "Open Sans", sans-serif;
    padding: 9px 56px 10px 28px;
    margin: 35px auto 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-column .load-more:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #e2001a;
}

#right-column .load-more:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-column .load-more:before {
    content: '';
    width: 17px;
    height: 19px;
    position: absolute;
    right: 20px;
    top: 12px;
    background: url("../grafika/arrow-down.png") no-repeat;
}

/* Menu boczne - podstrona
---------------------------------------------------------------------------------------------------- */


#side-nav {
    width: 200px;
    display: block;
    padding: 0 0 25px 0;
    margin: 0 0 30px 0;
    list-style: none;
    border-bottom: 1px solid #e8e8e8;
}

#side-nav li a {
    text-transform: uppercase;
    font: 700 14px/20px "Open Sans", sans-serif;
    color: #222222;
    padding: 6px 0 6px 0;
    display: block;
    position: relative;
    transition: all 0.3s;
}

#side-nav li a.active {
    color: #e2001a;
}

#side-nav li a:hover {
    color: #e2001a;
}

#side-nav li > ul {
    border-top: none;
    list-style: none;
    padding: 10px 0 10px 0;
}


#side-nav li > ul li a {
    text-transform: none;
    font: 400 15px/18px "Lato", sans-serif;
    color: #222222;
    padding: 8px 0 8px 29px;
    border-bottom: none;
    position: relative;
    transition: all 0.3s;
}

#side-nav li > ul li a:hover {
    background: #f4f4f4;
    color: #e2001a;
}

#side-nav li > ul li a .square {
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 12px;
    background: #d8d8d8;
}


/* Blog - lista
---------------------------------------------------------------------------------------------------- */

#right-column .blog-item {
    display: block;
    margin: 0 0 25px 0;
}

#right-column .blog-pic {
    float: left;
    display: block;
    position: relative;
    width: 273px;
    height: 273px;
}

#right-column .blog-content {
    float: right;
    display: block;
    width: 537px;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 20px 0;
}

#right-column .blog-item .blog-data {
    display: block;
    text-align: center;
    font: 300 14px/14px "Fira Sans", sans-serif;
    color: #828282;
    background: #f3f3f3;
    width: 98px;
    padding: 8px 0 5px 0;
    margin: 0 0 18px 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#right-column .blog-item .blog-tytul {
    font: 500 26px/32px "Fira Sans", sans-serif;
    color: #636363;
    overflow: hidden;
    height: 64px;
    display: block;
    margin: 0 0 16px 0;

}

#right-column .blog-item .blog-tytul:hover {
    text-decoration: none;
    color: #43b666;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-column .blog-item p {
    display: block;
    margin: 0 0 18px 0;
    overflow: hidden;
    height: 70px;
    color: #585858;
    font: 300 15px/24px "Fira Sans", sans-serif;
}

#right-column .blog-item .blog-more {
    background: #43b666 none repeat scroll 0 0;
    border-radius: 22px;
    color: #fff;
    display: block;
    font: 500 13px/13px "Fira Sans", sans-serif;
    padding: 14px 0 12px 20px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 142px;
    margin: 0 0 0 0;
}

#right-column .blog-item .blog-more:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #49ce72;
}

#right-column .blog-item .blog-more:after {
    background: rgba(0, 0, 0, 0) no-repeat scroll 0 0;
    content: "";
    height: 15px;
    position: absolute;
    right: 25px;
    top: 13px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 19px;
}

#right-column .blog-item .blog-more:hover:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    right: 15px;
}

#strony-pozycja {
    display: block;
    width: 260px;
    margin: 40px auto 0;
}

#strony-pozycja .poprzednia, #strony-pozycja .nastepna {
    display: inline-block;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 0 0 0;
    position: relative;
    vertical-align: middle;
    margin-bottom: 0;
}

#strony-pozycja .poprzednia:hover:before {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#strony-pozycja .poprzednia:hover:after {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#strony-pozycja .poprzednia:before {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../grafika/arrow-prev.png') 0 0 no-repeat;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#strony-pozycja .poprzednia:after {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../grafika/arrow-prev.png') 0 -24px no-repeat;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


#strony-pozycja .nastepna:before {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../grafika/arrow-next.png') 0 0 no-repeat;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#strony-pozycja .nastepna:after {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../grafika/arrow-next.png') 0 -24px no-repeat;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#strony-pozycja .nastepna:hover:before {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#strony-pozycja .nastepna:hover:after {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#strony-pozycja .poprzednia:hover, #strony-pozycja .nastepna:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#strony-pozycja .poprzednia {
    margin-right: 20px;
}

#strony-pozycja .nastepna {
    margin-left: 20px;
}

#strony-pozycja .strona-input {
    display: inline-block;
    color: #58585a;
    font: 300 14px/14px "Lato", sans-serif;
}

#strony-pozycja .strona-input input {
    background: #fff;
    border: 1px solid #e2e2e2;
    width: 39px;
    height: 39px;
    margin: 0 5px;
    text-align: center;
    color: #58585a;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font: 300 14px/14px "Lato", sans-serif;
}

#strony-pozycja .strona-input input:hover, #strony-pozycja .strona-input input:focus {
    background: #fff;
    border-color: #e2001a;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Galeria - kategorie
---------------------------------------------------------------------------------------------------- */

#galeria-kategorie {
    text-align: center;
}

/* Common style */
#galeria-kategorie .box-item {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0 3px 5px 3px;
    width: 273px;
    height: 273px;
    text-align: center;
    cursor: pointer;
    line-height: 273px;
}


#galeria-kategorie .box-item img {
    position: relative;
    display: block;
    width: 273px;
    height: 273px;
    opacity: 1;
}

#galeria-kategorie .box-item div {
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#galeria-kategorie .box-item div::before,
#galeria-kategorie .box-item div::after {
    pointer-events: none;
}

#galeria-kategorie .box-item div,
#galeria-kategorie .box-item div > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#galeria-kategorie .box-item .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: url('../grafika/box-px.png') repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#galeria-kategorie .box-item .overlay-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: url('../grafika/box-px-2.png') repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#galeria-kategorie .box-item:hover .overlay-1 {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#galeria-kategorie .box-item:hover .overlay {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#galeria-kategorie .box-item.effect-jazz h2 {
    padding-top: 0;
    display: inline-block;
    font: 700 18px/26px "Lato", sans-serif;
    opacity: 1;
    z-index: 2;

    color: #fff;
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.00);
}

#galeria-kategorie .box-item .gal-more {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font: 700 14px/14px "Lato", sans-serif;
    position: absolute;
    bottom: 20px;
    left: 0;
    opacity: 0;
    width: 273px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#galeria-kategorie .box-item:hover .gal-more {
    opacity: 1;
    bottom: 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* Galeria - filrtowanie
---------------------------------------------------------------------------------------------------- */

#galeria-form {
    display: block;
    margin: 0 0 40px 0;
}

#galeria-form p {
    display: inline-block;
    vertical-align: middle;
    margin: 4px 10px 0 0;
}

#galeria-form label {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 5px;
}

#galeria-form label select {
    outline: none;
    border: 1px solid #e2e2e2;
    height: 38px;
    width: 258px;
    padding: 5px 5px 5px 10px;
    font: 300 15px/15px "Lato", sans-serif;
    color: #58585a;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#galeria-form label select:hover, #galeria-form label select:focus {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-color: #e2001a;
}


/* Kategorie
---------------------------------------------------------------------------------------------------- */

#right-column .kat-box {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 11px 3px;
    width: 238px;
    padding: 0 25px 0 25px;
    text-align: center;
    position: relative;
    height: 238px;
    border: solid 1px #e8e8e8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
}

#right-column .kat-box.dp {
    height: 280px !important;
    background: #eff0f0;
    border: 1px solid #fff;
}

#right-column .kat-box:hover {
    text-decoration: none;
    border-color: #e2001a;
    /*-webkit-box-shadow: inset 0 0 0 1px rgba(45, 155, 232, 1);*/
    /*-moz-box-shadow: inset 0 0 0 1px rgba(45, 155, 232, 1);*/
    /*box-shadow: inset 0 0 0 1px rgba(45, 155, 232, 1);*/
    /*-webkit-transition: all 0.3s;*/
    /*-moz-transition: all 0.3s;*/
    transition: all 0.3s;
}

#right-column .kat-box img.piktogram {
    position: relative;
    margin-top: 40px;
    width: 50px;
    height: 50px;
}

#right-column .kat-box img.pdf {
    position: relative;
    width: auto;
    height: 120px;
}

#right-column .kat-box .podglad {
    font: 600 50px/120px "Open Sans", sans-serif;
    display: block;
    color: #fff;
    margin: 20px 0 0 0;
    height: 120px;
    overflow: hidden;
}

#right-column .kat-box .tytul {
    font: 600 24px/30px "Open Sans", sans-serif;
    display: block;
    color: #222222;
    margin: 20px 0 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    height: 60px;
}

#right-column .kat-box.dp .tytul {
    font: 600 14px/20px "Open Sans", sans-serif;
    color: #222222;
}

#right-column .kat-box.dp .rozmiar {
    font: 400 14px/20px "Open Sans", sans-serif;
    color: #222222;
    margin: 10px 0 0 0;
    display: block;
}

#right-column .kat-box:hover .tytul {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #e2001a;
}

#right-column .kat-box .purple-arrow {
    background: rgba(0, 0, 0, 0) url("../grafika/purple-arrow2.png") no-repeat scroll 0 0;
    bottom: 38px;
    display: block;
    height: 12px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 10px;
}

#right-column .kat-box:hover .purple-arrow {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    bottom: 45px;
}


/* Kontakt - podstrona
---------------------------------------------------------------------------------------------------- */

#right-column .contact-line {
    display: block;
    margin: 0 0 25px 0;

}

#right-column .contact-adres {
    display: inline-block;
    margin: 10px 0 0 0;
    position: relative;
    padding: 0 0 0 26px;
    vertical-align: top;
    color: #646565;
    float: left;
    font: 300 15px/24px "Open Sans", sans-serif;
}

#right-column .contact-adres strong {
    font-weight: 600;
}

#right-column .contact-adres:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 25px;
    left: 0;
    top: 4px;
    background: url("../grafika/adres-ico2.png") no-repeat;
}

#right-column .contact-btns {
    display: block;
    float: right;
}

#right-column .contact-btns .map-btn {
    display: inline-block;

    vertical-align: top;
    color: #fff;
    background: #03ac53;
    font: 300 16px/20px "Open Sans", sans-serif;
    text-align: left;
    width: 98px;
    height: 54px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 14px 80px 0 35px;
    margin-right: 15px;
}

#right-column .contact-btns .map-btn.ru {
    display: block;
    width: 165px;
    padding: 14px 95px 0 20px;
    font: 300 15px/20px "Open Sans", sans-serif;
}

#right-column .contact-btns .map-btn.es {
    padding: 14px 95px 0 20px;
    font: 300 15px/20px "Open Sans", sans-serif;
}

#right-column .contact-btns .map-btn.fr {
    padding: 14px 95px 0 20px;
    font: 300 15px/20px "Open Sans", sans-serif;
}

#right-column .contact-btns .map-btn.de {
    padding: 14px 95px 0 20px;
}

#right-column .contact-btns .map-btn:after {
    content: '';
    width: 31px;
    height: 31px;
    position: absolute;
    right: 25px;
    top: 19px;
    background: url("../grafika/globus-ico.png") no-repeat;
}

#right-column .contact-btns .map-btn.de:after {
    right: 15px;
}

#right-column .contact-btns .serwis-btn {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    color: #fff;
    background: #424242;
    font: 300 16px/20px "Open Sans", sans-serif;
    text-align: left;
    width: 128px;
    height: 45px;
    position: relative;
    transition: all 0.3s;
    padding: 23px 0 0 34px;
}

#right-column .contact-btns .serwis-btn.de {
    width: 200px;
}

#right-column .contact-btns .serwis-btn.ru {
    display: block;
    margin-left: 0;
    width: 165px;
    padding: 14px 95px 9px 20px;
    font: 300 15px/20px "Open Sans", sans-serif;
}

#right-column .contact-btns .serwis-btn:before {
    content: '';
    width: 28px;
    height: 28px;
    position: absolute;
    right: 25px;
    top: 19px;
    background: url("../grafika/serwis-ico.png") no-repeat;
}

#right-column .contact-btns .serwis-btn:hover {
    text-decoration: none;
    background: #e2001a;
}

#right-column .contact-btns .map-btn:hover {
    text-decoration: none;
    background: #e2001a;
}

#right-column .contact-box img {
    display: block;
    position: relative;
    margin: 0 0 10px 0;
}

#right-column .contact-box .contact-tel {
    display: block;
    position: relative;
    font: 300 15px/20px "Open Sans", sans-serif;
    color: #646565;
    padding: 0 0 0 24px;
    margin: 0 0 25px 0;
}

#right-column .contact-box .contact-mail {
    display: block;
    position: relative;
    font: 300 15px/20px "Open Sans", sans-serif;
    color: #e2001a;
    padding: 0 0 0 24px;
    margin: 0 0 20px 0;
}


#right-column .contact-tel:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 25px;
    left: 0;
    top: -1px;
    background: url("../grafika/tel-ico3.png") no-repeat;
}

#right-column .contact-mail:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 35px;
    left: 0;
    top: -2px;
    background: url("../grafika/mail-ico2.png") no-repeat;
}


#contact-map {
    height: 310px;
    width: 900px;
    margin: 30px 0 40px 0;
}

#zasieg-mapa {
    height: 500px;
    width: 900px;
    margin: 30px 0 40px 0;
}


#right-column .contact-box {
    display: inline-block;
    margin: 0 30px 30px 0;
    vertical-align: top;
    width: 417px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e8e8e8;
}

#right-column .contact-box .contact-adres {
    display: block;
    margin: 0 0 25px 0;
    position: relative;
    padding: 0 0 0 26px;
    color: #646565;
    float: none;
    font: 300 15px/24px "Open Sans", sans-serif;
}

#right-column .contact-box .contact-adres:before {
    top: -1px;
}

/* Kontakt - formularz
---------------------------------------------------------------------------------------------------- */

#formularz-popup-style {
    padding: 25px;
}

#formularz-kontaktowy {
    width: 900px;
}

/* dolozone */

#formularz-kontaktowy #kraj {
    margin-bottom: 25px;
}

#formularz-kontaktowy #kraj span {
    font: 600 26px/26px "Open Sans", sans-serif;
}

#formularz-kontaktowy a {
    color: #e30613;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#formularz-kontaktowy a:hover {
    text-decoration: underline;
}

#formularz-kontaktowy .right_form {
    float: right;
    margin-right: 4px;
    width: 202px;
    padding-top: 25px;
}

#form_token2 {
    width: 202px;
    display: block;
    float: left;
}

#formularz-kontaktowy .f_kolumna_1 {
    width: 204px;
    display: inline-block;
    margin: 0 10px 22px 10px;
}

#formularz-kontaktowy .f_tekst {
    width: 660px;
    display: inline-block;
    margin: 0 10px 15px 10px;
    clear: both;
}

#formularz-kontaktowy .f_tekst .checkbox {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
}

#formularz-kontaktowy .f_tekst .checkbox .checkbox-bg {
    width: 27px;
    height: 32px;
    background: #f9f9f9;
    padding: 8px 0 0 13px;
    display: inline-block;
}

#formularz-kontaktowy .f_tekst .checkbox .checkbox-bg-white {
    width: 27px;
    height: 32px;
    background: #fff;
    padding: 8px 0 0 13px;
    display: inline-block;
}

#formularz-kontaktowy .f_tekst .checkbox input {
    display: inline-block;
    vertical-align: middle;
}

#formularz-kontaktowy .f_tekst .checkbox label {
    display: inline-block;
    vertical-align: top;
    /*padding: 0 0 0 15px;*/
    width: 600px;
    text-align: justify;
}

#formularz-kontaktowy .f_tekst .checkbox label span {
    color: #222222;
    display: inline-block;
    font: 300 12px/16px "Open Sans", sans-serif;

}

#formularz-kontaktowy .f_tekst .checkbox label a {
    display: inline-block;
    color: #e2001a;
    margin-bottom: 0;
    font: 300 12px/14px "Open Sans", sans-serif;
}

#formularz-kontaktowy .f_button {
    text-align: center;
    float: right;
    clear: both;
}

#formularz-kontaktowy .f_info, #formularz-kontaktowy .f_info3 {
    margin-bottom: 12px;
    float: left;
    clear: both;
    font: 300 14px/21px "Open Sans", sans-serif !important;
    color: #222222;
}

#formularz-kontaktowy .f_info3 {
    display: block;
    float: none;
}

#formularz-kontaktowy .f_info span, #formularz-kontaktowy .f_info3 span {
    color: #e2001a;
}

#formularz-kontaktowy .wymagane {
    display: block;
    margin-top: 50px;
    margin-bottom: 10px;
    font: 300 14px/15px "Open Sans", sans-serif !important;
    color: #222222;
}

#formularz-kontaktowy .wymagane span {
    color: #2d9be8;

    margin-top: 10px;
}

#formularz-kontaktowy .f_token_input {
    float: right;
    width: 69px;
    height: 52px;
}

#formularz-kontaktowy .f_token_img {
    float: left;
    width: 90px;
    height: 50px;
    margin-bottom: 15px;
}

#formularz-kontaktowy .f_token_img img {
    margin: 2px 0 0 0 !important;
    width: 90px;
    height: 50px;
}

#formularz-kontaktowy .f_input {
    font: 400 14px/20px "Open Sans", sans-serif !important;
    color: #222222;
    border: 1px solid #c2c2c2;
    padding: 4px 8px;
    outline: none;
    width: 186px;
    height: 30px;
    margin: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;

}

#formularz-kontaktowy .f_input:hover, #formularz-kontaktowy .f_input:focus {
    border: 1px solid #e2001a;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#formularz-kontaktowy .f_select {
    font: 400 14px/20px "Open Sans", sans-serif !important;
    color: #222222;
    border: 1px solid #c2c2c2;
    padding: 4px 8px;
    outline: none;
    width: 205px;
    height: 40px;
    margin: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;

}

#formularz-kontaktowy .f_select:hover, #formularz-kontaktowy .f_select:focus {
    border: 1px solid #e2001a;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#formularz-kontaktowy .f_input_token {
    margin-top: 5px;
    font: 400 14px/14px "Open Sans", sans-serif !important;
    border: 1px solid #c2c2c2;
    color: #222222;
    float: right;
    padding: 3px 6px;
    width: 66px;
    height: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;

}

#formularz-kontaktowy .f_input_token:hover, #formularz-kontaktowy .f_input_token:focus {
    border: 1px solid #e2001a;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#formularz-kontaktowy .f_textarea {
    font: 400 14px/20px "Open Sans", sans-serif;
    color: #222222;
    padding: 6px 8px;
    width: 642px;
    height: 98px;
    border: 1px solid #c2c2c2;
    outline: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#kariera_content #formularz-kontaktowy .f_textarea {
    width: 872px;
}

#formularz-kontaktowy .f_textarea:hover, #formularz-kontaktowy .f_textarea:focus {
    border: 1px solid #e2001a;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#formularz-kontaktowy .f_input_button {
    display: block;
    position: relative;
    color: #fff;
    font: 300 16px/16px "Open Sans", sans-serif;
    background: #424242;
    height: 42px;
    text-align: left;
    padding: 0 0 0 25px;
    width: 202px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
    border: none;
    margin: 10px 0 0 0;
}

#formularz-kontaktowy .f_input_button.es {
    padding: 0 0 0 10px;

}

#formularz-kontaktowy .f_input_button.it {
    padding: 0 0 0 10px;

}

#formularz-kontaktowy .f_input_button.fr {
    padding: 0 0 0 10px;
    font: 300 15px/15px "Open Sans", sans-serif;

}


#formularz-kontaktowy .f_input_button:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    background: #e2001a;
}


#formularz-kontaktowy .f_input_button:before {
    content: '';
    position: absolute;
    right: 24px;
    top: 13px;
    opacity: 1;
    width: 19px;
    height: 17px;
    background: url("../grafika/white-arrow2.png") no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#formularz-kontaktowy .f_input_button.es:before {
    right: 12px;
}

#formularz-kontaktowy .f_input_button.fr:before {
    right: 12px;
}

#formularz-kontaktowy .f_input_button.it:before {
    right: 16px;
}

#formularz-kontaktowy .f_input_button:hover:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    right: 10px;
}


#formularz-kontaktowy .f_brak {
    background-color: #eeeeed;
}

#form_prawy {
    display: block;
}

/* Formularz pop-up
---------------------------------------------------------------------------------------------------- */

#formularz-pop-up {
    width: 718px;
    margin: 0 auto 0;
}

#formularz-pop-up h2 {
    font-size: 32px;
}


#formularz-pop-up .form-pic {
    width: 273px;
    height: 273px;
    display: inline-block;
    margin: 0 32px 25px 0;
    vertical-align: top;
}

#form-pop-up-r {
    display: inline-block;
    margin: 0 0 0 0;
    width: 408px;
    vertical-align: top;
}

#formularz-pop-up a {
    color: #e30613;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#formularz-pop-up a:hover {
    text-decoration: underline;
}

#formularz-pop-up .right_form2 {
    float: right;
    width: 190px;
    padding-top: 25px;
    padding-bottom: 45px;
}

#form_token3 {
    width: 168px;
    display: block;
    float: left;
}

#formularz-pop-up .f_kolumna_1 {
    width: 182px;
    display: inline-block;
    margin: 0 10px 22px 10px;
}

#formularz-pop-up .f_tekst {
    width: 490px;
    display: inline-block;
    margin: 0 10px 15px 0;
    clear: both;
}

#formularz-pop-up .f_button {
    text-align: center;
    float: right;
    clear: both;
}

#formularz-pop-up .f_info, #formularz-pop-up .f_info3 {
    margin-bottom: 12px;
    float: left;
    clear: both;
    font: 300 14px/15px "Lato", sans-serif !important;
    color: #58585a;
}

#formularz-pop-up .f_info3 {
    display: block;
    float: none;
}

#formularz-pop-up .f_info span, #formularz-pop-up .f_info3 span {
    color: #f72b3e;
}

#formularz-pop-up .wymagane {
    display: block;
    margin-top: 50px;
    margin-bottom: 10px;
    font: 300 14px/15px "Lato", sans-serif !important;
    color: #58585a;
}

#formularz-pop-up .wymagane span {
    color: #e2001a;

    margin-top: 10px;
}

#formularz-pop-up .f_token_input {
    float: right;
    width: 69px;
    height: 52px;
}

#formularz-pop-up .f_token_img {
    float: left;
    width: 90px;
    height: 50px;
    margin-bottom: 15px;
}

#formularz-pop-up .f_token_img img {
    margin: 2px 0 0 0 !important;
    width: 90px;
    height: 50px;
}

#formularz-pop-up .f_input {
    font: 400 14px/20px "Lato", sans-serif !important;
    color: #58585a;
    border: 1px solid #e2e2e2;
    padding: 4px 8px;
    outline: none;
    width: 163px;
    height: 30px;
    margin: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;

}

#formularz-pop-up .f_input:hover, #formularz-pop-up .f_input:focus {
    border: 1px solid #e2001a;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#formularz-pop-up .f_input_token {
    margin-top: 5px;
    font: 400 14px/14px "Lato", sans-serif !important;
    border: 1px solid #e2e2e2;
    color: #58585a;
    float: right;
    padding: 3px 6px;
    width: 55px;
    height: 36px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;

}

#formularz-pop-up .f_input_token:hover, #formularz-pop-up .f_input_token:focus {
    border: 1px solid #e2001a;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#formularz-pop-up .f_textarea {
    font: 400 14px/20px "Lato", sans-serif;
    color: #58585a;
    padding: 4px 8px;
    width: 470px;
    height: 167px;
    border: 1px solid #e2e2e2;
    outline: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#formularz-pop-up .f_textarea:hover, #formularz-pop-up .f_textarea:focus {
    border: 1px solid #e2001a;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#formularz-pop-up .f_input_button {
    display: block;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    font: 700 14px/14px "Lato", sans-serif;
    background: #e12234;
    height: 45px;
    text-align: left;
    padding: 0 0 0 15px;
    width: 190px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
    border: none;
    margin: 10px 0 0 0;
}

#formularz-pop-up .f_input_button:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    background: #ff3c41;
}


#formularz-pop-up .f_input_button:before {
    content: '';
    position: absolute;
    right: 14px;
    top: 12px;
    opacity: 1;
    width: 22px;
    height: 22px;
    background: url("../grafika/submit-arrow.png") no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#formularz-pop-up .f_input_button:hover:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    right: 10px;
}


#formularz-pop-up .f_brak {
    background-color: #eeeeed;
}

#form_prawy {
    display: block;
}

/* Footer
---------------------------------------------------------------------------------------------------- */

footer {
    width: 100%;
    min-width: 1200px;
    position: relative;
    padding: 0 0 0;
}

footer .top {
    min-width: 1200px;
    width: 100%;
    background: #2a2c2c;
    position: relative;
    padding: 60px 0 80px;
}

footer .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .top .content:before {
    content: '';
    width: 39px;
    height: 19px;
    position: absolute;
    top: -60px;
    left: 0;
    background: url('../grafika/footer-addon.png') 0 0 no-repeat;
}

footer .top .content:after {
    display: none;
}

footer .top .footer-box {
    display: inline-block;
    width: 25%;
}

footer .top .footer-box svg {
    height: 45px;
    width: auto;
    margin-bottom: 4px;
}

footer .top .footer-box hr {
    border-top: none;
    border-bottom: 1px solid #1b1b1b;
    margin: 25px 0 25px;
}

footer .top .footer-box .naglowek {
    display: block;
    padding: 0 0 0 62px;
    position: relative;
    margin: 14px 0 40px 0;
    color: #b7b7b7;
    font: 400 24px/26px "Open Sans", sans-serif;
}

footer .top .footer-box .aktualnosci:before {
    content: '';
    width: 43px;
    height: 40px;
    position: absolute;
    top: -6px;
    left: 0;
    background: url('../grafika/akt-ico.png') 0 0 no-repeat;
}

footer .top .footer-box .kontakt:before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: -6px;
    left: 0;
    background: url('../grafika/kontakt-ico.png') 0 0 no-repeat;
}

footer .top .footer-box .social-icos {
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

footer .top .footer-box .social-icos .ico {
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: top;
    margin: 0 15px 0 15px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

footer .top .footer-box .social-icos .ico:before {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

footer .top .footer-box .social-icos .ico:after {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

footer .top .footer-box .social-icos .ico:hover:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

footer .top .footer-box .social-icos .ico:hover:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

footer .top .footer-box .social-icos .fb-ico:before {
    background: url("../grafika/fb-ico.png") 0 0 no-repeat;
}

footer .top .footer-box .social-icos .fb-ico:after {
    background: url("../grafika/fb-ico.png") 0 -30px no-repeat;
}

footer .top .footer-box .social-icos .yt-ico:before {
    background: url("../grafika/yt-ico.png") 0 0 no-repeat;
}

footer .top .footer-box .social-icos .yt-ico:after {
    background: url("../grafika/yt-ico.png") 0 -30px no-repeat;
}

footer .top .footer-box .social-icos .in-ico:before {
    background: url("../grafika/in-ico.png") 0 0 no-repeat;
}

footer .top .footer-box .social-icos .in-ico:after {
    background: url("../grafika/in-ico.png") 0 -30px no-repeat;
}

footer .top .footer-box .social-icos .google-ico:before {
    background: url("../grafika/google-ico.png") 0 0 no-repeat;
}

footer .top .footer-box .social-icos .google-ico:after {
    background: url("../grafika/google-ico.png") 0 -30px no-repeat;
}

#footer-nav {
    display: block;
    margin: 35px 0 0 0;
}

#footer-nav a {
    display: block;
    position: relative;
    padding: 0 0 0 50px;
    text-transform: uppercase;
    color: #b7b7b7;
    font: 700 14px/14px "Open Sans", sans-serif;
    margin: 28px 0 28px 0;
    transition: all 0.3s;
}

#footer-nav a:hover {
    color: #fff;
}

#footer-nav a:before {
    content: '';
    width: 8px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 4px;
    opacity: 1;
    background: url('../grafika/footer-nav-arrow.png') 0 0 no-repeat;
    transition: all 0.3s;
}

#footer-nav a:after {
    content: '';
    width: 8px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 4px;
    opacity: 0;
    background: url('../grafika/footer-nav-arrow.png') 0 -8px no-repeat;
    transition: all 0.3s;
}

#footer-nav a:hover:before {
    opacity: 0;
    left: 25px;
}

#footer-nav a:hover:after {
    opacity: 1;
    left: 25px;
}


footer .top .footer-box .footer-akt {
    display: block;
    margin: 0 0 20px 0;

}

footer .top .footer-box .footer-akt .akt-nazwa {
    display: block;
    color: #b7b7b7;
    font: 600 16px/20px "Open Sans", sans-serif;
    margin: 0 0 0 0;
    text-decoration: none;
    overflow: hidden;
    height: 22px;
}

footer .top .footer-box .footer-akt .akt-nazwa:hover {
    text-decoration: underline;
}

footer .top .footer-box .footer-akt .data {
    color: #767676;
    font: 600 12px/12px "Open Sans", sans-serif;
    margin: 6px 0 0 0;
}

footer .top .footer-box .more-btn {
    background: #727272;
    color: #fff;
    display: inline-block;
    font: 300 16px/16px "Open Sans", sans-serif;
    margin: 5px auto;
    padding: 11px 62px 11px 26px;
    position: relative;
    transition: all 0.3s;
}

footer .top .footer-box .more-btn:hover {
    transition: all 0.3s;
    background: #e2001a;
}

footer .top .footer-box .more-btn:hover:before {
    right: 15px;
}

footer .top .footer-box .more-btn:before {
    background: rgba(0, 0, 0, 0) url("../grafika/white-arrow2.png") no-repeat scroll 0 0;
    content: "";
    height: 17px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.3s ease 0s;
    width: 19px;
}

footer .top .footer-box .form-btn {
    background: #727272;
    color: #fff;
    display: inline-block;
    font: 300 16px/16px "Open Sans", sans-serif;
    margin: 5px auto;
    padding: 11px 52px 11px 26px;
    position: relative;
    transition: all 0.3s;
}

footer .top .footer-box .form-btn:after {
    content: '';
    width: 12px;
    height: 19px;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    background: url("../grafika/ask-ico.png") no-repeat;
}

footer .top .footer-box .form-btn:hover {
    background: #e2001a;
}

footer .top .footer-box .footer-adres, footer .top .footer-box .footer-tel, footer .top .footer-box .footer-mail {
    display: block;
    position: relative;
    padding: 0 0 0 32px;
    margin: 0 0 30px 0;
    color: #767676;
    font: 300 14px/22px "Open Sans", sans-serif;
}

footer .top .footer-box .footer-adres:before {
    content: '';
    width: 16px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 4px;
    background: url("../grafika/footer-adres-ico.png") no-repeat;
}

footer .top .footer-box .footer-tel:before {
    content: '';
    width: 16px;
    height: 25px;
    position: absolute;
    left: 0;
    top: -2px;
    background: url("../grafika/footer-tel-ico.png") no-repeat;
}

footer .top .footer-box .footer-mail:before {
    content: '';
    width: 13px;
    height: 25px;
    position: absolute;
    left: 0;
    top: -1px;
    background: url("../grafika/footer-mail-ico.png") no-repeat;
}

footer .top .footer-box .footer-mail a {
    color: #b7b7b7;
}

footer .top .footer-box .footer-mail a:hover {
    text-decoration: underline;
}


footer .bottom {
    min-width: 1200px;
    width: 100%;
    background: #eff0f0;
    position: relative;
    padding: 18px 0 18px 0;
}

footer .bottom .content:after,
footer .bottom .content:before {
    display: none;
}

footer .bottom .copyright {
    float: left;
    color: #818181;
    font: 400 11px/11px "Open Sans", sans-serif;
}

footer .bottom .copyright .separator {
    margin: 0 10px;
}

footer .bottom .copyright a {
    font: 400 11px/11px "Open Sans", sans-serif;
    color: #818181;
}

footer .bottom .copyright a:hover {
    text-decoration: underline;
}

footer .bottom .euforia {
    float: right;
    color: #818181;
    font: 400 11px/11px "Open Sans", sans-serif;
}

footer .bottom .euforia a {
    text-decoration: none;
    color: #818181;
    font: 400 11px/11px "Open Sans", sans-serif;
}

footer .bottom .euforia a:hover {
    text-decoration: underline;
}

footer .bottom .footer-totop {
    width: 84px;
    height: 84px;
    position: absolute;
    left: 50%;
    margin-left: -42px;
    background: url("../grafika/footer-totop-bg.png") no-repeat;
    top: -60px;
}

footer .bottom .footer-totop img {
    position: absolute;
    bottom: 28px;
    left: 50%;
    width: 23px;
    height: 26px;
    margin-left: -12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}

footer .bottom .footer-totop:hover img {
    bottom: 36px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* Mobile
---------------------------------------------------------------------------------------------------- */

/* Fixed btns
---------------------------------------------------------------------------------------------------- */

.fixed-btn {
    position: fixed;
    width: 86px;
    height: 60px;
    right: -24px;
    z-index: 999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.fixed-btn.open {
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#formed-fix {
    top: 54px;
}

#fb-fix {
    top: 316px;
}

#yt-fix {
    top: 377px;
}

#katalog-fix {
    top: 438px;
}

#kontakt-btn {
    position: fixed;
    right: -224px;
    top: 135px;
    width: 286px;
    height: 180px;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#kontakt-btn.open {
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#kontakt-btn .naglowek {
    font: 700 20px/20px "Lato", sans-serif;
    color: #fff;
    display: block;
    height: 41px;
    left: -60px;
    padding: 20px 0 0 69px;
    position: absolute;
    text-align: left;
    top: 59px;
    transform: rotate(90deg);
    width: 111px;
    text-transform: uppercase;
    background: #e2001a;
}

#kontakt-btn .naglowek:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 11px;
    width: 40px;
    height: 40px;
    background: url('../grafika/tel-ico2.png') no-repeat;
    transform: rotate(-90deg);
}

#kontakt-btn .fixed-tel {
    float: right;
    width: 224px;
    height: 180px;

}

#kontakt-btn .fixed-tel .tel {
    background: #e2001a;
    width: 206px;
    height: 70px;
    margin: 0 0 1px 0;
    padding: 20px 0 0 18px;
}

#kontakt-btn .fixed-tel .tel2 {
    background: #e2001a;
    width: 206px;
    height: 69px;
    margin: 0 0 0 0;
    padding: 20px 0 0 18px;
}


#kontakt-btn .fixed-tel .tel ._1, #kontakt-btn .fixed-tel .tel2 ._1 {
    display: block;
    margin: 0 0 10px 0;
    color: #fff;
    font: 700 16px/16px "Lato", sans-serif;
}

#kontakt-btn .fixed-tel .tel ._2, #kontakt-btn .fixed-tel .tel2 ._2 {
    display: block;
    margin: 0 0 0 0;
    color: #fff;
    font: 400 16px/16px "Lato", sans-serif;
}

#kontakt-btn .fixed-tel .tel ._2 .bigger, #kontakt-btn .fixed-tel .tel2 ._2 .bigger {
    font: 400 20px/20px "Lato", sans-serif;
}

/* toTop
---------------------------------------------------------------------------------------------------- */

#toTop {
    width: 49px;
    height: 57px;
    padding: 0;
    position: fixed;
    bottom: 60px;
    right: 20px;
    cursor: pointer;
    text-decoration: none;
    z-index: 9999;
    float: right;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#toTop:before {
    content: '';
    width: 49px;
    height: 57px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    background: url('../grafika/totop.png') 0 0 no-repeat;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#toTop:after {
    content: '';
    width: 49px;
    height: 57px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: url('../grafika/totop.png') 0 -62px no-repeat;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#toTop:hover {
    bottom: 70px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#toTop:hover:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;

}

#toTop:hover:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

/* =============================================================================
   Cookies
   ========================================================================== */

#ciasteczka {
    color: #434648;
    font: 12px/18px Tahoma;
    line-height: 1.5;
    max-width: 300px;
    height: auto;
    background: #fff;
    *background: #00aeef;
    padding: 6px 10px;
    position: fixed;
    bottom: 9px;
    left: 0;
    z-index: 9999;
    opacity: 0.9;
    -webkit-border-radius: 0 40px 40px 0;
    border-radius: 0 40px 40px 0;
    border: 1px solid #E0E0E0;
    overflow: hidden;
}

#ciasteczka .zawartosc {
    max-width: 300px; /* do zmiany */
}

#ciasteczka p.info {
    margin: 4px 0 0 0;
    font: 400 10px/12px "Lato", sans-serif;
    text-align: justify;
}

#ciasteczka p.info a {
    color: #2d9be8;
}

#ciasteczka p strong {
    font: 500 11px/12px "Lato", sans-serif;
}

#ciasteczka a.zamknij {
    float: right;
    width: 34px;
    height: 35px;
    background: url('../grafika/ico-ok.png') no-repeat;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

#ciasteczka a.zamknij.en {
    margin: 15px 0 15px 9px;
}

#ciasteczka a.zamknij.pl {
    margin: 24px 0 24px 9px;
}

#ciasteczka a.zamknij.de {
    margin: 30px 0 30px 9px;
}

#ciasteczka a.zamknij.fr {
    margin: 22px 0 22px 9px;
}

#ciasteczka a.zamknij.it {
    margin: 12px 0 14px 9px;
}

#ciasteczka a.zamknij.es {
    margin: 17px 0 17px 9px;
}

#ciasteczka a.zamknij.ru {
    margin: 23px 0 23px 9px;
}

#ciasteczka a.zamknij:hover {
    background-position: 0 -36px;
}

/* Komunikaty
---------------------------------------------------------------------------------------------------- */

.komunikat_ok:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('../grafika/ikona-ok.png');
    width: 64px;
    height: 64px;
}

.komunikat_ok {
    position: relative;
    background-color: #99cc00;
    color: #ffffff;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    padding: 15px 75px;
    margin: 5px 0;
    display: block;
    overflow: hidden;
}

.komunikat_uwaga:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('../grafika/ikona-uwaga.png');
    width: 64px;
    height: 64px;
}

.komunikat_uwaga {
    position: relative;
    background-color: #ED6F00;
    color: #ffffff;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    padding: 15px 75px;
    margin: 5px 0;
    display: block;
    overflow: hidden;
}

.komunikat_blad:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('../grafika/ikona-blad.png');
    width: 64px;
    height: 64px;
}

.komunikat_blad {
    position: relative;
    background-color: #ff0000;
    color: #ffffff;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    padding: 15px 75px;
    margin: 5px 0;
    display: block;
    overflow: hidden;
}

.komunikat_info:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('../grafika/ikona-info.png');
    width: 64px;
    height: 64px;
}

.komunikat_info {
    position: relative;
    background-color: #00A4FF;
    color: #ffffff;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    padding: 15px 75px;
    margin: 5px 0;
    display: block;
    overflow: hidden;
}

/* =============================================================================
   Style mobilne
   ========================================================================== */

#mobile-header {
    position: absolute;
    width: 100%;
    min-width: 740px;
    display: none;
    z-index: 999;
}

#mobile-header .logo {
    display: block;
    margin: 15px 0 0 0;
    float: left;
    width: auto;
    height: 36px;
    position: relative;
    z-index: 99999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#mobile-header .logo img {
    width: auto;
    height: 36px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#menu-boczne-mobilne {
    display: none;
    margin: 0 auto 15px;
    width: 402px;
}

#menu-boczne-mobilne select {
    font: 400 14px/20px "Lato", sans-serif !important;
    color: #58585a;
    border: 1px solid #e2e2e2;
    padding: 4px 8px;
    outline: none;
    width: 400px;
    height: 45px;
    margin: 0 0 25px 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;

}

#menu-boczne-mobilne select:hover, #menu-boczne-mobilne select:focus {
    border-color: #e2001a;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#header-mobile-icos {
    position: absolute;
    right: 72px;
    width: 424px;
    top: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#header-mobile-icos .social-icos {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 0;
    padding: 0 10px 0 10px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

#header-mobile-icos .social-icos .ico {
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: top;
    margin: 0 2px 0 2px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#header-mobile-icos .social-icos .ico:before {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#header-mobile-icos .social-icos .ico:after {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#header-mobile-icos .social-icos .ico:hover:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

#header-mobile-icos .social-icos .ico:hover:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

#header-mobile-icos .social-icos .fb-ico:before {
    background: url("../grafika/fb-ico.png") 0 0 no-repeat;
}

#header-mobile-icos .social-icos .fb-ico:after {
    background: url("../grafika/fb-ico.png") 0 -30px no-repeat;
}

#header-mobile-icos .social-icos .yt-ico:before {
    background: url("../grafika/yt-ico.png") 0 0 no-repeat;
}

#header-mobile-icos .social-icos .yt-ico:after {
    background: url("../grafika/yt-ico.png") 0 -30px no-repeat;
}

#header-mobile-icos .social-icos .in-ico:before {
    background: url("../grafika/in-ico.png") 0 0 no-repeat;
}

#header-mobile-icos .social-icos .in-ico:after {
    background: url("../grafika/in-ico.png") 0 -30px no-repeat;
}

#header-mobile-icos .social-icos .google-ico:before {
    background: url("../grafika/google-ico.png") 0 0 no-repeat;
}

#header-mobile-icos .social-icos .google-ico:after {
    background: url("../grafika/google-ico.png") 0 -30px no-repeat;
}

#mobile-btns {
    vertical-align: top;
    margin: 0 0 0 0;
    padding: 0 0 0 10px;
    position: absolute;
    left: 0;
    z-index: 99;
    top: 105px;
    display: none;
}

#mobile-btns .ico {
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: top;
    margin: 0 2px 0 2px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#mobile-btns .ico:hover:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

#mobile-btns .ico:hover:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

#mobile-btns .ico.active:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

#mobile-btns .ico:before {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#mobile-btns .ico:after {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#mobile-btns .pl-ico:before {
    background: url("../grafika/jezyki/pl.png") 0 0 no-repeat;
}

#mobile-btns .pl-ico:after {
    background: url("../grafika/jezyki/pl.png") 0 -30px no-repeat;

}

#mobile-btns .pl-ico.active:before {
    background: url("../grafika/jezyki/pl.png") 0 0 no-repeat;
    opacity: 0;
}


#mobile-btns .pl-ico.active:after {
    background: url("../grafika/jezyki/pl.png") 0 -30px no-repeat;
    opacity: 1;
}

#mobile-btns .en-ico:before {
    background: url("../grafika/jezyki/en.png") 0 0 no-repeat;
}

#mobile-btns .en-ico:after {
    background: url("../grafika/jezyki/en.png") 0 -30px no-repeat;
}

#mobile-btns .de-ico:before {
    background: url("../grafika/jezyki/de.png") 0 0 no-repeat;
}

#mobile-btns .de-ico:after {
    background: url("../grafika/jezyki/de.png") 0 -30px no-repeat;
}

#mobile-btns .fr-ico:before {
    background: url("../grafika/jezyki/fr.png") 0 0 no-repeat;
}

#mobile-btns .fr-ico:after {
    background: url("../grafika/jezyki/fr.png") 0 -30px no-repeat;
}

#mobile-btns .it-ico:before {
    background: url("../grafika/jezyki/it.png") 0 0 no-repeat;
}

#mobile-btns .it-ico:after {
    background: url("../grafika/jezyki/it.png") 0 -30px no-repeat;
}

#mobile-btns .es-ico:before {
    background: url("../grafika/jezyki/es.png") 0 0 no-repeat;
}

#mobile-btns .es-ico:after {
    background: url("../grafika/jezyki/es.png") 0 -30px no-repeat;
}

#mobile-btns .ru-ico:before {
    background: url("../grafika/jezyki/ru.png") 0 0 no-repeat;
}

#mobile-btns .ru-ico:after {
    background: url("../grafika/jezyki/ru.png") 0 -30px no-repeat;
}

#mobile-btns .separator {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 28px;
    background: #fff;
    margin: 0 0 0 10px;
}

#mobile-btns .mobile-catalog-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 0 30px;
    margin: 2px 0 0 13px;
    color: #ffffff;
    font: 400 14px/14px "Open Sans", sans-serif;
}

#mobile-btns .mobile-catalog-btn:before {
    content: '';
    width: 22px;
    height: 20px;
    position: absolute;
    top: -3px;
    left: 0;
    background: url("../grafika/small-cat-ico.png") 0 0 no-repeat;
}

#header-mobile-icos .mobile-search {
    width: 106px;
    display: inline-block;
    vertical-align: top;
    margin: 23px 10px 0 10px;
}

#header-mobile-icos .mobile-search form {
    width: 106px;
}

#header-mobile-icos .mobile-search form .pole1 {
    display: inline-block;
    vertical-align: top;
    width: 78px;
    margin: 0 -2px 0 -2px;
}

#header-mobile-icos .mobile-search form .pole2 {
    display: inline-block;
    vertical-align: top;
    width: 28px;
    margin: 0 -2px 0 -3px;
}

#header-mobile-icos .mobile-search form .pole1 input {
    border: 1px solid #fff;
    background: transparent;
    width: 69px;
    color: #fff;
    height: 24px;
    padding: 0 0 0 5px;
    font: 300 12px/12px "Open Sans", sans-serif;
}

#header-mobile-icos .mobile-search form .pole2 button {
    border: none;
    width: 26px;
    background: #424242;
    height: 26px;
    padding: 0 0 0 0;
}

#menu-boczne-mobilne {
    display: none;
    margin: 0 auto 15px;
    width: 402px;
}

#menu-boczne-mobilne select {
    font: 400 14px/20px "Open Sans", sans-serif !important;
    color: #58585a;
    border: 1px solid #e2e2e2;
    padding: 4px 8px;
    outline: none;
    width: 400px;
    height: 45px;
    margin: 0 0 25px 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;

}

#menu-boczne-mobilne select:hover, #menu-boczne-mobilne select:focus {
    border-color: #e2001a;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#left-column .mobile-filter-btn {
    background: #424242;
    color: #fff;
    display: none;
    font: 300 16px/16px "Open Sans", sans-serif;
    margin: 0 0 15px;
    padding: 15px 60px 15px 22px;
    position: relative;
    transition: all 0.3s ease 0s;
}

#left-column .mobile-filter-btn:after {
    background: rgba(0, 0, 0, 0) url("../grafika/filter-ico.png") no-repeat scroll 0 0;
    content: "";
    height: 18px;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translate(0,-50%);
    transition: all 0.3s ease 0s;
    width: 17px;
}

#mobile-filters {
    display: none;
}

#mobile-filters .filter-criterion {
    display: block;
    text-align: left;
    font: 400 16px/16px "Open Sans", sans-serif;
    margin: 0 0 25px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e2e2e2;
}

#mobile-filters .filter-criterion label {
    margin: 0 10px 15px 10px;
    display: inline-block;
}

#mobile-filters .filter-criterion .podpis {
    color: #222222;
    font: 600 16px/24px "Open Sans", sans-serif;
}

#mobile-filters .filter-criterion span {
    color: #222222;
    font: 300 14px/24px "Open Sans", sans-serif;
    padding-left: 5px;
    vertical-align: top;
}

#mobile-filters .filter-criterion input {
    vertical-align: middle;
}

#mobile-filters .filter-quantity {
    color: #222222;
    float: left;
    font: 400 12px/12px "Open Sans", sans-serif;
    margin: 12px 0 17px;
    text-align: left;
}

#mobile-filters .filter-quantity span {
    font: 600 14px/14px "Open Sans", sans-serif;
}

#mobile-filters .btns-right {
    float: right;
}

#mobile-filters .filter-btn {
    background: #2d9be8 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font: 300 16px/16px "Open Sans", sans-serif;
    margin: 0 20px 15px;
    padding: 10px 64px 15px 22px;
    position: relative;
    transition: all 0.3s ease 0s;
}

#mobile-filters .filter-btn:after {
    background: rgba(0, 0, 0, 0) url("../grafika/filter-ico.png") no-repeat scroll 0 0;
    content: "";
    height: 18px;
    position: absolute;
    right: 26px;
    top: 10px;
    transition: all 0.3s ease 0s;
    width: 17px;
}

#mobile-filters .clear-btn, #menu-boczne-mobilne .clear-btn {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 2px solid #f4f4f4;
    color: #222222;
    display: inline-block;
    font: 300 16px/16px "Open Sans", sans-serif;
    margin: 0 0 15px;
    padding: 8px 64px 13px 22px;
    position: relative;
    transition: all 0.3s ease 0s;
}

#mobile-filters .clear-btn:after, #menu-boczne-mobilne .clear-btn:after {
    background: rgba(0, 0, 0, 0) url("../grafika/trash-ico.png") no-repeat scroll 0 0;
    content: "";
    height: 19px;
    position: absolute;
    right: 28px;
    top: 10px;
    width: 17px;
}

#mobile-filters .clear-btn:hover, #mobile-filters .filter-btn:hover, #menu-boczne-mobilne .clear-btn:hover {
    text-decoration: none;
}

#privacy_content {
    padding: 25px;
    max-width: 1024px;
}

/* =============================================================================
   Style mobilne
   ========================================================================== */

#right-column ul.no_expand_wrapper {
    margin-left: 0;
    margin-top: 25px;
}

#right-column ul.no_expand_wrapper li:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 6px;
    left: 0;
    top: 11px;
    background: url("../grafika/ul.png") no-repeat;
}

#right-column ul.no_expand_wrapper li {
    display: inline-block;
    margin: 0 20px 10px 0;
    position: relative;
    padding-left: 10px;

}

/* =============================================================================
   Kariera
   ========================================================================== */

#kariera_content {
    position: relative;
    width: 900px;
    display: block;
    margin: 0 auto;
}

#kariera_content header {
    position: relative;
    width: 900px;
    height: 120px;
    display: block;
    margin: 0 auto 30px;
    background: url('../grafika/parallax-bg.jpg') 50% center no-repeat fixed;
    background-size: cover;
}

#kariera_content header .logo {
    position: relative;
    margin: 40px 0 0 30px;
    float: left;
}

#kariera_content header .logo img {
    width: 200px;
    height: auto;
}

#kariera_content header .naglowek {
    float: left;
    position: relative;
    display: block;
    margin: 45px 0 0 140px;
    color: #fff;
    font: 600 36px/36px "Open Sans", sans-serif;
    text-shadow: -1px 2px 0 rgba(0, 0, 0, 0.32);
}

#kariera_content .wstep {
    position: relative;
    display: block;
    margin: 25px 0 25px 0;
    font: 300 16px/24px "Open Sans", sans-serif !important;
    color: #222222;
}

#kariera_content hr {
    width: 900px;
    border-top: 1px solid #e8e8e8;
    border-bottom: none;
    margin: 0 0 22px 0;
}

#kariera_content footer {
    position: relative;
    width: 900px;
    display: block;
    margin: 30px auto;
    font: 300 14px/15px "Open Sans", sans-serif !important;
    color: #222222;
}

#kariera_content footer a {
    color: #2d9be8;
}

#kariera_content h3 {
    margin: 0 0 25px 0;
    color: #000000;
    display: block;
    font: 600 24px/28px "Open Sans", sans-serif;
}

#kariera_content h2 {
    margin: 0 0 30px 0;
    color: #222222;
    display: block;
    font: 600 36px/42px "Open Sans", sans-serif;
}

#kariera_content p {
    color: #646565;
    display: block;
    margin: 0 0 25px 0;
    font: 300 15px/25px "Open Sans", sans-serif;
}

#kariera_content a {
    color: #2d9be8;
    margin: 0 0 25px 0;
    font: 300 15px/25px "Open Sans", sans-serif;
}

.gwiazdka {
    color: #2d9be8 !important;
}

#logo_ue {
    position: absolute;
    display: block;
    z-index: 999;
}

#logo_ue img {
    width: 70px;
    height: auto;
}

#logo_ue.desktop {
    top: 20px;
    right: 20px;
}

#logo_ue.mobile.bottom {
    bottom: 25px;
    left: 20px;
}

#logo_ue.mobile.top {
    top: 750px;
    left: 20px;
}