/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

@font-face {
    font-family: 'NexaLight';
    src: url('../fonts/FontfabricNexaLight.eot');
    src: url('../fonts/FontfabricNexaLight.eot') format('embedded-opentype'),
         url('../fonts/FontfabricNexaLight.woff2') format('woff2'),
         url('../fonts/FontfabricNexaLight.woff') format('woff'),
         url('../fonts/FontfabricNexaLight.ttf') format('truetype'),
         url('../fonts/FontfabricNexaLight.svg#FontfabricNexaLight') format('svg');
}

@font-face {
    font-family: 'NexaBold';
    src: url('../fonts/FontfabricNexaBold.eot');
    src: url('../fonts/FontfabricNexaBold.eot') format('embedded-opentype'),
         url('../fonts/FontfabricNexaBold.woff2') format('woff2'),
         url('../fonts/FontfabricNexaBold.woff') format('woff'),
         url('../fonts/FontfabricNexaBold.ttf') format('truetype'),
         url('../fonts/FontfabricNexaBold.svg#FontfabricNexaBold') format('svg');
}

/* *** GLOBAL *** */

.bx-wrapper {
    z-index: 1;
}

@media (min-width: 1200px) {
    body .container {
        max-width: 1200px;
    }
}

iframe {
    border: none;
}

input, textarea, button {
    font-family: arial;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
}

p {
    margin-bottom: 25px;
}

h2 {
    font-size: 20px;
    margin-bottom: 25px;
}

ul {
    margin-bottom: 25px;
    padding-left: 16px;
}

ol {
    padding-left: 20px;
    margin-bottom: 25px;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #4d4d4d;
    background: #fff;
    line-height: 1.3;
    min-width: 320px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a, a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.clearer {
    clear: both;
    height: 0;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.logo, img, a, button, :after, :before, a span {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.bx-caption {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background:transparent;
}

.content-box {
    float: left;
    width: 100%;
}

.table-cell {
    width: 1000px;
    display: table-cell;
    vertical-align: middle;
}

.styledCheckbox input {
    display: block !important;
    opacity: 0;
    filter: alpha(opacity = 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.styledCheckbox {
    position: relative;
}

/* *** HEADER *** */

header {
    height: 100px;
    float: left;
    width: 100%;
}

.header-box {
    float: left;
    width: 100%;
    padding: 16px 0;
}

.header-box #pimcore_editable_header_linkblock {
    display: inline-block;
}

.header-box #pimcore_editable_header_linkblock .pimcore_block_entry {
    position: relative;
}

.header-box #pimcore_editable_header_linkblock .pimcore_block_buttons {
    position: absolute;
    bottom: -30px;
    left: 10px;
}

header .logo {
    float: left;
}

header .logo img {
    float: left;
    height: 64px;
}

.h-button {
    float: left;
    height: 64px;
    padding: 12px 30px;
    color: #000;
    font-size: 14px;
    border-right: 1px solid #bfbfbf;
    font-family: 'NexaLight';
}

.h-button a {
    display: block;
    padding: 15px 0;
    color: #000;
    line-height: 10px;
}

.h-button a:hover {
    color: #000;
    opacity: 0.6;
}

.h-button .phone {
    background: url('../img/icons/img01.png') left center no-repeat;
    background-size: contain;
    line-height: 2;
    padding: 0 0 0 40px;
    margin: 6px 0px;
}

.h-button.social {
    padding: 0px 5px !important;
    border-right: none;
}

.h-button.social a {
    display: inline-block;
    margin: 12px 0 0 5px;
    width: 30px;
    height: 30px;
    background-size: cover;
}

.h-button .facebook {
    background-image: url(/statyczne/ikony/facebook.svg);
}

.h-button .instagram {
    background-image: url(/statyczne/ikony/instagram.svg);
}

.h-button .pinterest {
    background-image: url(/statyczne/ikony/pinterest.svg);
}

.h-button .youtube {
    background-image: url(/statyczne/ikony/youtube.svg);
}

.header-box .h-button:last-child {
    border-right: none;
}

.header-box .gotobrand {
    display: none;
    float: left;
    height: 75px;
    width: 90px;
    padding-left: 0;
    margin-top: -5px;
    margin-left: 15px;
}

.header-rsp .gotobrand {
    position: absolute;
    margin-top: 8px;
    right: 15px;
    height: 35px;
    width: 54px;
    overflow: hidden;
}

.header-rsp .gotobrand img {
    height: 100%;
    max-width: none;
    float: right;
}

#search-box .ajax-loader {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    height: 50px;
    width: 50px;
    background: #fff url(../img/loading.gif) center no-repeat;
}

.menu-box {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu {
    float: left;
    width: 100%;
    padding-right: 150px;
}

.main-menu > ul > li {
    position: relative;
    float: left;
    margin-right: 19px;
    list-style: none;
}

.main-menu > ul > li:before {
    content: "";
    width: 20px;
    height: 1px;
    float: left;
    margin-top: 23px;
    margin-right: 19px;
    background: #fff;
    display: block;
}

.main-menu > ul > li:first-child:before {
    display: none;
}

.main-menu > ul > li:first-child {
    background: none;
    padding-left: 0;
    border-left: 0;
    margin-left: 0;
}

.main-menu > ul > li > a {
    color: #fff;
    display: block;
    float: left;
    height: 44px;
    line-height: 49px;
    font-size: 15px;
    font-family: 'NexaBold';
}

.main-menu > ul > li:hover > a, .main-menu > ul > .current > a {
    color: #dadada;
}

.main-menu ul ul {
    position: absolute;
    top: 100%;
    left: 38px;
    text-align: center;
    list-style: none;
    width: 250px;
    background: #bfbfbf;
    display: none;
}

.main-menu ul li:first-child ul {
    left: 0;
}

.main-menu ul ul li {
    position: relative;
    float: left;
    width: 100%;
}

.main-menu ul ul li a {
    position: relative;
    color: #000;
    text-align: left;
    display: block;
    padding: 11px 15px 10px 15px;
    float: left;
    width: 100%;
    font-size: 14px;
}

.main-menu ul ul li:hover > a {
    background: #000;
    color: #bfbfbf;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
}

.main-menu .hoverIn {
    display: block;
}

.main-menu .hoverOut {
    display: none;
}

.language-menu {
    position: absolute;
    text-align: right;
    right: 0;
    color: #fff;
    cursor: pointer;
    min-width: 100px;
}

.language-menu:hover li {
    display: block;
}

.language-menu:hover span,
.language-menu:hover li.active {
    color: #dadada;
}

.language-menu span {
    margin-left: -5px;
    vertical-align: -5px;
    font-size: 20px;
}

.language-menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;
}

.language-menu li {
    display: none;
    position: absolute;
    background: #bfbfbf;
    text-align: right;
    right: 0;
    width: 100%;
}

.language-menu li.active {
    position: relative;
    display: inline-block;
    height: 44px;
    line-height: 49px;
    padding: 0 15px;
    font-size: 15px;
    background: none;
    font-family: 'NexaBold';
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}


.language-menu ul a {
    color: #000000;
    display: block;
    padding: 11px 15px 10px 15px;
    font-size: 15px;
}


.language-menu ul a:hover {
    background: #000;
    color: #bfbfbf;
}



/**header .lang-switcher {
    float: left;
    margin: 25px 0;
    border: 1px solid #ffffff;
}

header .lang-switcher ul {
    margin: 0;
    padding: 0;
    list-style: none;
}



header .lang-switcher:hover {
    border: 1px solid #b6b6b6;
    overflow: hidden;
}

header .lang-switcher:hover li {
    display: block;
}

header .lang-switcher li a {
    display: block;
    width: 22px;
    height: 15px;
    -webkit-box-shadow: 0 0 1px #666;
    box-shadow: 0 0 1px #666;
    -moz-box-shadow: 0 0 1px #666;
    text-indent: -9999px;
}**/

.h-boxes {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

/* *** HOME *** */
.normal b {
    font-weight: normal;
}

.upper {
    text-transform: uppercase;
}

.content-box-1 {
    background: url('/statyczne/strona-glowna/tło.jpg') center no-repeat;
    background-size: cover;
}

.content-box-2 {
    margin: 15px 0;
}

.pimcore_area_home-two-columns-row .pimcore_tag_image {
    min-height: 175px;
}

.pimcore_area_home-three-columns-row .pimcore_tag_image {
    min-height: 600px;
}

.pimcore_area_home-three-columns-row .h-box-2 .pimcore_tag_image {
    min-height: 292px;
}

.pimcore_area_home-three-columns-row img {
    height: 100%;
}

.pimcore_area_slogan {
    overflow: hidden;
    width: 100%;
}


.box-1 {
    height: 190px;
    background-size: cover;
    background-position: center center;
    display: block;
    color: #fff;
    text-align: center;
    margin: 15px 0;
}

.box-1:hover {
    color: #fff;
}

.box-1 .description {
    max-width: 65%;
    float: left;
    text-align: center;
    padding: 40px 60px;
    display: block;
}

.box-1 .txt {
    display: block;
    font-size: 22px;
    line-height: 1.2;
    font-family: 'NexaLight';
    margin-bottom: 20px;
}

.box-1 .txt strong {
    font-size: 26px;
    font-weight: normal;
    font-family: 'NexaBold';
}

.btn-1 {
    display: inline-block;
    text-align: center;
    padding: 0 30px;
    height: 30px;
    background: #000;
    color: #fff;
    font-size: 11px;
    line-height: 32px;
    font-family: 'NexaBold';
}

.btn-1:hover {
    color: #fff;
    background: #434343;
}

.btn-2:hover {
    color: #000;
    background: #dadada;
}

.h-box:hover .btn-2 {
    color: #000;
    background: #dadada;
}

.h-box:hover .btn-1, .box-1:hover .btn-1 {
    color: #fff;
    background: #434343;
}

.h-box {
    position: relative;
    display: block;
    height: 600px;
    margin-bottom: 16px;
    background-size: cover;
    background-position: center center;
}

.h-box p {
    margin: 0;
}

.h-box-2 {
    height: 292px;
}

.row8 {
    margin-left: -8px;
    margin-right: -8px;
}

.row8 > div {
    padding: 0 8px;
}

.h-box .description {
    padding: 50px 60px;
    display: block;
}

.h-box .txt {
    color: #fff;
    font-family: 'NexaLight';
    font-size: 30px;
    line-height: 1.1;
    display: block;
}

.h-box-1 .description {
    position: absolute;
    bottom: 0;
    padding: 20px 25px;
    left: 0;
    width: 100%;
    color: #000;
}

.h-box-1 .txt {
    color: #000;
}

.h-box .txt strong {
    font-size: 36px;
    font-family: 'NexaBold';
    font-weight: normal;
}

.h-box-3 .txt:after, .h-box-1 .txt:after {
    margin-bottom: 27px;
    margin-top: 19px;
    width: 63px;
    height: 7px;
    background: #cccccc;
    content: "";
    display: block;
}

.btn-2 {
    display: inline-block;
    text-align: center;
    height: 38px;
    background: #fff;
    color: #000;
    padding: 0 34px;
    font-size: 14px;
    line-height: 41px;
    font-family: 'NexaBold';
}

.btn-1-large {
    height: 38px;
    padding: 0 34px;
    font-size: 14px;
    line-height: 41px;
}

.h-box-2 .description {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
}

.h-box-2 .txt {
    color: #000;
}

.h-box-2 .txt:after {
    width: 44px;
    margin: 7px auto 12px auto;
    height: 5px;
    background: #cccccc;
    content: "";
    display: block;
}

.h-box-2 .txt {
    font-size: 20px;
    line-height: 1.2;
}

.h-box-2 .txt strong {
    font-size: 24px;
}

.line-box {
    width: calc(100% - 60px);
    height: 1px;
    background: #000;
    margin: 15px 0 15px 30px;
    float: left;
}

.content-box-1-1 {
    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    margin: 15px 0;
    font-size: 24px;
    padding: 39px 15px 35px 15px;
    color: #000;
    font-family: 'NexaLight';
}

.content-box-1-1 h2 {
    font-family: 'NexaLight';
    font-size: 30px;
    margin-bottom: 12px;
}

.content-box-1-1 h2 p {
    margin: 0;
}

.content-box-1-1 h2 strong {
    font-family: 'NexaBold';
}

.content-box-1-1 strong {
    font-family: 'NexaBold';
}

.content-box-1-1 .txt {
    max-width: 920px;
    margin: 0 auto;
}

.content-box-1-1 .txt p {margin: 0;}


/* *** FOOTER *** */

footer {
    float: left;
    width: 100%;
    text-align: left;
    background: #fff;
    color: #4d4d4d;
    padding-top: 30px;
}

.created {
    float: right;
}

.copyright {
    float: left;
}

footer a {
    color: #4d4d4d;
}

footer a:hover {
    color: #000;
}

footer nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.f-title {
    color: #000;
    font-family: 'NexaBold';
    margin-bottom: 20px;
}

.f-title:before {
    margin-bottom: 30px;
    width: 44px;
    content: "";
    display: block;
    height: 5px;
    background: #cccccc;
}

footer .row > div {
    margin-bottom: 30px;
}

.copyright {
    border-top: 1px solid #dadada;
    padding: 35px 0;
    width: 100%;
    position: relative;
    float: left;
}

.copyright:after {
    position: absolute;
    width: 30px;
    height: 1px;
    background: #fff;
    top: -1px;
    left: 0;
    content: "";
}

.copyright:before {
    position: absolute;
    width: 30px;
    height: 1px;
    background: #fff;
    top: -1px;
    right: 0;
    content: "";
}

/* *** CUSTOM SELECT *** */

.select {
    width: 100%;
    float: left;
}

.select .chosen-container {
    width: 100% !important;
}

.select ul {
    margin: 0 4px 4px 0 !important;
    padding: 0 0 0 4px !important;
}

.select .chosen-search {
    display: none;
}

.select .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 10px;
    height: 29px;
    border: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 27px;
}

.select .chosen-drop ul li {
    background-image: none !important;
    height: auto !important;
}

.select .chosen-container-single .chosen-single div {
    width: 32px;
    /*background: url('../img/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
    background: #fff;
    color: #000;
}

.select .chosen-container .chosen-results li:hover {
    background: #ec008d;
    color: #fff;
}

/* *** MENU RSP *** */

.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    overflow: hidden;
    z-index: 101;
    width: 100%;
    padding: 15px 15px;
    height: 70px;
    background: #fff;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    display: none;
}

.header-rsp .logo-rsp {
    text-align: center;
}

.header-rsp .logo-rsp img {
    max-width: 100%;
    max-height: 50px;
}

.hamburger-box {
    padding: 0 5px
}

.hamburger {
    position: relative;
    margin: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: #000;
}

.data-rsp {
    position: absolute;
    top: 27px;
    right: 70px;
}

.data-rsp a {
    font-size: 11px;
}

.menu-rsp {
    width: 100%;
    position: absolute;
    top: 208px;
    left: 0;
    border-top: 1px solid #bfbfbf;
    z-index: 100;
    width: 100%;
    float: right;
    display: none;
    border-bottom: 1px solid #bfbfbf;
}

.menu-rsp  .opacity-rsp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.4;
}

.menu-rsp nav {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.menu-rsp > nav > ul:first-child {
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
}

.menu-rsp nav ul {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0;
}

.menu-rsp nav li {
    position: relative;
    list-style: none;
    float: left;
    border: none;
    width: 100%;
    height: auto;
    border-top: 1px solid #bfbfbf;
}

.menu-rsp nav > ul > li:first-child {
    border-top: none;
}

.menu-rsp nav a {
    line-height: normal;
    height: auto;
    color: #000;
    font-size: 16px;
    float: left;
    width: 100%;
    padding: 16px 15px 15px 15px;
}

.menu-rsp nav a:hover {
    background-color: #bfbfbf;
    color: #fff;
}

.menu-rsp nav ul .li-submenu > a {
    padding-right: 53px;
}

.menu-rsp .btn-slide-down {
    display: block !important;
}

.btn-slide-down {
    width: 40px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #bfbfbf;
    position: absolute;
    top: 0;
    font-size: 14px;
    text-align: center;
    color: #000;
    right: 0;
    z-index: 2;
    display: none !important;
    line-height: 52px;
    cursor: pointer;
}

.menu-rsp nav ul ul {
    display: none;
    background: #e3e3e3;
    color: #fff;
}

.menu-rsp nav ul ul ul {
    background: #f6f6f6;
}

.menu-rsp nav ul ul ul ul {
    background: #fff;
}

.menu-rsp nav ul ul a {
    padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
    padding-left: 45px;
}

/* *** CONTACT *** */

.banner-box {
    height: 226px;
    float: left;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.banner-box .main-menu {
    border-bottom: 1px solid #656565;
}

.banner-box h1 {
    font-size: 30px;
    color: #fff;
    margin-top: 70px;
    margin-bottom: 28px;
    float: left;
    font-family: 'NexaBold';
    min-width: 100px;
    text-transform: uppercase;
}

.breadcrumb-box {
    float: left;
    width: 100%;
    font-size: 15px;
    font-family: 'NexaLight';
    color: #fff;
}

.breadcrumb-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb-box ul li {
    float: left;
}

.breadcrumb-box ul li:after {
    width: 6px;
    height: 1px;
    color: #fff;
    content: "";
    display: block;
    float: left;
    margin: 9px 6px;
    background: #fff;
}

.breadcrumb-box ul li:first-child:after {
    display: none;
}

.breadcrumb-box a {
    color: #fff;
}

.breadcrumb-box a:hover {
    color: #dadada;
}

.main-content {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.main-content .container:before {
    position: absolute;
    width: 30px;
    height: 1px;
    background: #fff;
    bottom: -1px;
    right: 0;
    content: "";
}

.main-content .container:after {
    position: absolute;
    width: 30px;
    height: 1px;
    background: #fff;
    bottom: -1px;
    left: 0;
    content: "";
}

.main-content .container {
    position: relative;
    padding: 40px 15px 40px 15px;
    border-bottom: 1px solid #dadada;
    overflow: hidden;
}

.title h2 {
    border-bottom: 2px solid #cccccc;
    font-size: 24px;
    margin: 0;
    font-family: 'NexaBold';
    padding-bottom: 20px;
    color: #000;
    text-transform: uppercase;
}

.title {
    margin-bottom: 31px;
}

.nav ul,
.menu-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav a,
.menu-1 a {
    color: #4d4d4d;
}

.nav a:hover,
.menu-1 a:hover {
    color: #000;
}

.nav li,
.menu-1 li {
    margin-top: 12px;
}

.nav:before {
    display: none;
}

.nav > li > a {
    padding: 0;
    display: inline;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: none;
}

.nav a.main {
    text-transform: uppercase;
}

.nav li:first-child,
.menu-1 ul li:first-child {
        margin-top: 0;
}

.sidebar {
    width: 290px;
    float: left;
    padding-right: 20px;
}

.main {
    overflow: hidden;
}

.box-2 {
    margin-bottom: 30px;
}

.box-2 h3 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.box-2 a {
    color: #4d4d4d;
}

.box-2 a:hover {
    color: #000;
}

.box-2 a strong {
    color: #000;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.box-2 a:hover strong {
    color: #4d4d4d;
}

.box-2 p {
    margin: 0;
}

.box-2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.box-2 ul li {
    position: relative;
    padding-left: 16px;
}

.box-2 ul li:after {
    position: absolute;
    top: 11px;
    left: 0;
    content: "";
    display: block;
    width: 4px;
    height: 1px;
    background: #4d4d4d;
}

/* *** ABOUT US *** */
.main-content .content-box-1-1 {
    margin-top: 10px;
    margin-bottom: 45px;
    padding: 0 150px;
}

.main-content .content-box-1-1 h2 {
    margin-bottom: 20px;
}

.content-box-3 {
    text-align: center;
    font-size: 24px;
    padding: 0 150px;
    font-family: 'NexaLight';
    color: #000;
    margin-top: 10px;
    margin-bottom: 45px;
}

.content-box-3 h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.content-box-3 strong {
    font-family: 'NexaBold';
}

.title-1 h2 {
    font-size: 24px;
    font-family: 'NexaBold';
    color: #000;
    margin: 0;
    text-transform: uppercase;
}

.title-1 h2:after {
    margin-bottom: 30px;
    margin-top: 22px;
    width: 44px;
    height: 5px;
    background: #cccccc;
    content: "";
    display: block;
}

.content-box-4 {
    margin-bottom: 15px;
}

.content-box-4-1 {
    margin: 20px 0;
}

.content-box-4-1 .txt {
    margin-bottom: 35px;
}


.btn-3 {
    border: 1px solid #000;
    display: inline-block;
    text-align: center;
    height: 38px;
    background: #fff;
    color: #000;
    padding: 0 34px;
    font-size: 14px;
    line-height: 39px;
    font-family: 'NexaBold';
}

.btn-3:hover {
    color: #fff;
    background: #000;
}

.box-3 {
    margin-bottom: 30px;
    display: block;
    position: relative;
    color: #fff;
}

.box-3 .description {
    display: block;
    position: absolute;
    padding: 35px;
    bottom: 0;
    left: 0;
}

.box-3 .txt {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.2;
    font-family: 'NexaLight';
}

.box-3 .txt strong {
    font-size: 24px;
    font-family: 'NexaBold';
}

.box-3 .txt p {
    margin-bottom: 0;
}

.box-3:hover .btn-2 {
    color: #000;
    background: #dadada;
}

.box-3:hover {
    color: #fff;
}

/* *** COMPARISON *** */

.table-box {
    width: 100%;
    float: left;
    overflow: auto;
}

.table-1 {
    width: 100%;
}

.table-1 td {
    border: 1px solid #cccccc;
    padding: 15px;
}

.table-1 a {
    color: #4d4d4d;
}

.table-1 td {
    width: auto;
    vertical-align: top;
}

.table-1 tr td:first-child {
    width: 300px;
}

.table-1 td.vertical-middle {
    vertical-align: middle;
}

.table-1 a:hover img {
    opacity: 0.9;
}

.table-1 .btn-4 {
    width: 100%;
    padding: 0 10px;
    text-transform: uppercase;
}

.table-1 a:hover {
    color: #000;
}

.btn-4 {
    overflow: hidden;
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    height: 35px;
    background: #989898;
    color: #000 !important;
    font-size: 16px;
    font-size: 11px;
    line-height: 39px;
    font-family: 'NexaBold';
}

.btn-4:hover {
    color: #fff !important;
    background: #000;
}

.t-box {
  text-align: center;
  position: relative;
}

.t-box .name {
    font-weight: bold;
    padding: 10px 0 20px 0;
}

.t-box .price {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.t-box .price span {
    font-size: 16px;
    margin-left: 10px;
    color: #000;
    font-family: 'NexaBold';
}

.t-box .photo {
    max-width: 200px;
}

/* *** PRODUCT CARD *** */
.nav ul ul a,
.menu-1 ul ul a {
    color: #000;
}

.nav ul ul,
.menu-1 ul ul {
    display: none;
    padding-top: 10px;
}

.nav ul ul li,
.menu-1 ul ul li {
    margin-top: 5px;
}

.nav >.active > a,
.menu-1 > ul >.active > a {
    padding-left: 15px;
    position: relative;
    color: #000;
    font-weight: bold;
}

.nav >.active > a:after,
.menu-1 > ul >.active > a:after {
    position: absolute;
    left: 0;
    top: 2px;
    width: 5px;
    height: 16px;
    background: #000;
    content: "";
}
.nav >.active ul,
.menu-1 > ul >.active ul {
    display: block;
}

.nav ul a,
.menu-1 ul ul a {
    padding-left: 32px;
    position: relative;
}

.nav ul a:after,
.menu-1 ul ul a:after {
    width: 15px;
    height: 1px;
    background: #000;
    content: "";
    top: 10px;
    position: absolute;
    left: 0;
    display: block;
}

.nav ul li.active > a, .nav ul a:hover,
.menu-1 ul li.active > a, .menu-1 ul a:hover {
    font-weight: bold;
}

.nav ul ul,
.menu-1 ul ul ul {
    padding: 10px;
}

.nav,
.menu-1 {
    margin-bottom: 45px;
}

.phone-1-wysiwyg {
    display: inline-block;
    font-size: 17.78px;
    padding: 7px 0;
    font-family: 'NexaBold';
    color: #000;
    background: url('../img/icons/img03.png') left center no-repeat;
    padding-left: 53px;
}

.phone-1-wysiwyg:hover {
    opacity: 0.6;
    color: #000;
}

.mail-1-wysiwyg {
    display: inline-block;
    font-size: 17.78px;
    padding: 7px 0;
    font-family: 'NexaBold';
    color: #000;
    background: url('../img/icons/img04.png') left center no-repeat;
    padding-left: 53px;
}

.mail-1-wysiwyg:hover {
    opacity: 0.6;
    color: #000;
}

.side-button a {
    display: inline-block;
    font-size: 17.78px;
    padding: 7px 0;
    font-family: 'NexaBold';
    color: #000;
    margin: -5px 0 10px 0;
}

.side-button .phone-1 {
    background: url('../img/icons/img03.png') left center no-repeat;
    padding-left: 53px;
}

.side-button .mail-1 {
    background: url('../img/icons/img04.png') left center no-repeat;
    padding-left: 53px;
}

.side-button a:hover {
    opacity: 0.6;
    color: #000;
}

.pr-images {
    width: 516px;
    float: left;
}

.pr-images a:hover img {
    opacity: 0.9;
}

.pr-main-image {
    border: 1px solid #dbdbdb;
    margin-bottom: 10px;
}

.pr-main-image figure {
    position: relative;
}

.pr-main-image a {
    display: table-cell;
    padding: 15px;
    position: relative;
    z-index: 2;
    vertical-align: middle;
    width: 1000px;
    text-align: center;
    height: 514px;
}

.pr-main-image figure a:after {
    width: 29px;
    height: 29px;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    background: url('../img/icons/img05.png') left center no-repeat;
    display: block;
    margin: 11px;
}

.carousel {
    float: left;
    position: relative;
    width: 100%;
}

.carousel li {
    width: 131px;
    float: left;
    list-style: none;
    border: 1px solid #dbdbdb;
}

.carousel li a {
    width: 129px;
    height: 129px;
    padding: 10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.carousel img {
    float: none;
    display: inline-block;
}

.carousel ul {
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.carousel .bx-controls {
    display: none;
}

.carousel .bx-controls-direction {
    display: none;
}

.carousel .prev-box, .carousel .next-box {
    position: absolute;
    top: 0%;
    right: 0;
    width: 21px;
    height: 100%;
    z-index: 1000;
}

.carousel .prev-box {
    left: 0;
}

.carousel .next-box {
    right: 44px;
}

.carousel .bx-prev, .carousel .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.carousel .bx-prev {
    display: none;
    background: url('../img/icons/img06.png') center no-repeat;
}

.carousel .bx-next {
    background: url('../img/icons/img06.png') center no-repeat;
}

.carousel .bx-prev:hover, .carousel .bx-next:hover {
    opacity: 0.90;
    filter: alpha(opacity = 90);
}

.pr-description {
    overflow: hidden;
    padding-left: 20px;
}

.pr-description h2 {
    color: #000;
    font-size: 24px;
    font-family: 'NexaBold';
    margin-top: 5px;
    margin-bottom: 23px;
}

.pr-description h2::first-letter {
    text-transform: uppercase;
}

.pr-icons {
    margin-bottom: 20px;
    margin-right: -6px;
}

.pr-icons img {
    margin-right: 6px;
    margin-bottom: 10px;
    height: 47px;
}

.pr-table-1 td, .pr-table-1 th {
    color: #000000;
    font-size: 14px;
    text-align: left;
    padding-right: 20px;
}

.pr-table-1 {
    margin-bottom: 20px;
}

.pr-txt-1 {
    font-size: 14px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 19px 0 22px 0;
}

.variants {
    padding: 0 4px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.icons-box {
    padding: 0 5px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.icons-box a,
.icons-box span {
    position: relative;
    display: block;
    float: left;
    margin: 0 13px 13px 0;
    height: 40px;
}

.icons-box a:after,
.icons-box span:after  {
    position: absolute;
    border: 1px solid #dbdbdb;
    display: block;
    content: "";
    width: calc(100% + 8px);
    height: 47px;
    opacity: 0;
    top: -4px;
    left: -4px;
}

.icons-box a:hover:after, .icons-box a.active:after,
.icons-box span:hover:after, .icons-box span.active:after {
    opacity: 1;
}

.icons-box a:last-child,
.icons-box span:last-child {
    margin-right: 0;
}

.pr-title-1 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin: 18px 0 15px 0;
    text-transform: uppercase;
}

.btn-5 .pr-title-1 {
    font-size: 15px;
}

.pr-price {
    color: #000;
    font-family: 'NexaLight';
    margin-bottom: 5px;
    font-size: 23px;
    float: left;
    width: 100%;
}

.pr-price span {
    font-family: 'NexaBold';
}

.pr-buttons {
    float: left;
    width: 100%;
    position: relative;
}

.pr-btn-1 {
    text-align: center;
    line-height: 52px;
    display: block;
    height: 47px;
    font-size: 16px;
    font-family: 'NexaBold';
    color: #000 !important;
    background: #989898;
    padding: 0 10px;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

.pr-btn-1:hover {
    color: #000 !important;
}

.pr-btn-1:hover, .pr-btn-2:hover, .pr-btn-3:hover, .pr-btn-4:hover {
    opacity: 0.9;
}

.pr-row {
    margin-left: -4px;
    margin-right: -4px;
}

.pr-row > div {
    padding: 0 4px 8px;
    float: left;
    width: 20%;
}

.pr-buttons .col-1 {
    width: 60%;
}

.pr-buttons .col-4 {
    float: right;
    width: 40%;
}

.pr-btn-2 {
    text-align: center;
    line-height: 51px;
    display: block;
    height: 47px;
    font-size: 16px;
    font-family: 'NexaBold';
    color: #000;
    padding: 0 10px;
    float: left;
    width: 100%;
    background: #989898 url('../img/icons/img11b.png') center no-repeat;
}
.pr-btn-2.selected {
    background: #989898 url('../img/icons/img11.png') center no-repeat;
}

.pr-btn-3 {
    text-align: center;
    line-height: 51px;
    display: block;
    height: 47px;
    font-size: 16px;
    font-family: 'NexaBold';
    color: #000;
    padding: 0 10px;
    float: left;
    width: 100%;
    background: #989898 url('../img/icons/img12.png') center no-repeat;
}

.pr-btn-4 {
    text-align: center;
    line-height: 51px;
    display: block;
    height: 47px;
    width: 100%;
    background: #989898 url('../img/icons/img21.png') center no-repeat;
    border: 0;
}

.relative {
    position: relative;
}

.share-submenu {
    display: none;
    width: 240px;
    height: 100px;
    list-style: none;
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 2;
}
.share-submenu.visible {
    display: block;
}

.share-submenu li {
    margin-bottom: 2px;
    line-height: 35px;
    position: relative;
}

.share-submenu li button {
    width: 100%;
    border: 0px;
    background-color: #989898;
    color: #000;
    text-align: left;
    line-height: 1;
    font-size: 12px;
    font-family: 'NexaBold';
    padding: 11px 10px 8px;
}

.share-submenu li button img {
    margin: -3px 10px 0 0;
}

.share-submenu li button:hover {
    opacity: 0.9;
}

.z-box-1 .share-submenu {
    top: 35px;
    margin-right: 0;
    padding-left: 8px;
}

.title-2 {
    font-size: 18px;
    font-family: 'NexaBold';
    clear: both;
    border-bottom: 1px solid #dadada;
    padding-bottom: 8px;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.main-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.pr-content-box-1 {
    padding-bottom: 35px;
    float: left;
    width: 100%;
}

.pr-table-2 {
    width: 100%;
}

.pr-table-2 td, .pr-table-2 th {
    vertical-align: top;
    padding: 3px 0;
}

.pr-table-2 th {
    padding-right: 60px;
    text-align: right;
    white-space: nowrap;
    width: 1%;
}

.download-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.download-list a {
    color: #000;
    padding: 4px 0;
    padding-left: 40px;
    display: inline-block;
    background: url('../img/icons/img13.png') left center no-repeat;
}

.download-list a:hover {
    opacity: 0.6;
    color: #000;
}

.box-4 {
    text-align: center;
}

.box-4 .price-2 {
    font-family: 'NexaBold';
    font-size: 24px;
    color: #000;
}

.box-4 a:hover img {
    opacity: 0.9;
}

.box-4 .name {
    color: #4d4d4d;
    font-size: 18px;
    padding: 20px 0;
    font-weight: bold;
}

.box-4 .name a {
    color: #4d4d4d;
}

.box-4 .name a:hover {
    color: #000;
}

.sidebar-rwd {
    float: left;
    width: 100%;
    display: none;
}

/* *** PRODUCTS LIST *** **/

.main-wrapper-1 {
    float: left;
    width: 100%;
}

.f-title-1 {
    float: left;
    width: 100%;
    color: #4d4d4d;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.f-box {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.icheckbox, .iradio {
    border: 1px solid #d5d5d5;
    float: left;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    position: relative;
    width: 24px;
    height: 24px;
    background: #fff;
    cursor: pointer;
}

.icheckbox.checked, .iradio.checked {
    background: #fff;
}

.icheckbox.checked:after, .iradio.checked:after {
    width: 10px;
    height: 10px;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px;
    background: #000;
    pointer-events: none;
}

.iradio {
    border-radius: 50px;
}

.iradio.checked:after {
    border-radius: 50px;
}

.checkbox-list {
    float: left;
    width: 100%;
}

.checkbox-box {
    float: left;
    margin-top: 12px;
    width: 100%;
}

.checkbox-list .checkbox-box:first-child {
    margin-top: 0;
}

.checkbox-box .icheckbox {
    float: left;
}

.checkbox-box label {
    display: block;
    padding-top: 2px;
    padding-left: 15px;
    overflow: hidden;
    color: #000;
    font-weight: normal;
}


body .ui-widget.ui-widget-content,
body .ui-widget-header {
    background: #b2b2b2;
    border-color: #b2b2b2;
}

body .ui-slider-horizontal .ui-slider-range {
    background: #b2b2b2 !important;
    border-color: #b2b2b2 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: #000 !important;
    border-color: #000 !important;
    border-radius: 0 !important;
    top: -10px !important;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.s-slider {
    float: left;
    width: 100%;
}

.s-data .k, .s-data input {
    border: none;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.s-slider-box {
    padding: 0 8px;
}

.s-data {
    float: left;
    width: 100%;
    margin-top: 15px;
}

body .ui-slider-horizontal {
    height: 1px;
}

.z-title {
    position: relative;
}

.z-title h2, .z-title h1 {
    padding-right: 50%;
}

.z-filtration {
    position: absolute;
    top: 0;
    right: 0;
}

.z-icons {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.z-icons a {
    color: #000;
    opacity: 0.4;
    font-size: 18px;
    margin-right: 5px;
}

.z-icons a.active, .z-icons a:hover {
    opacity: 1;
}

.z-pages {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.z-pages label {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    color: #000;
}

.z-pages .txt {
    display: inline-block;
    vertical-align: middle;
}

.z-select {
    display: inline-block;
    vertical-align: middle;
    width: 108px;
    margin: 0 5px;
}

.z-select .chosen-container {
    width: 100% !important;
}

.z-select ul {
    margin: 0 4px 4px 0 !important;
    padding: 0 0 0 4px !important;
}

.z-select .chosen-search {
    display: none;
}

.z-select .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 10px;
    height: 27px;
    border: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #d6d4d3;
    box-shadow: none;
    color: #4d4d4d;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 26px;
}

.z-select .chosen-container .chosen-drop {
    border-color: #d6d4d3;
}

.z-select .chosen-drop ul li {
    background-image: none !important;
    height: auto !important;
}

.z-select .chosen-container-single .chosen-single div {
    width: 23px;
    height: 23px;
    margin: 1px;
    background: url('../img/icons/img14.png') center no-repeat;
}

.z-select .chosen-container .chosen-results li.active-result {
    background: #fff;
    color: #000;
    padding-top: 6px;
}

.z-select .chosen-container .chosen-results li:hover {
    background: #000;
    color: #fff;
}

.z-boxes {
    float: left;
    width: 100%;
    margin-top: 1px;
    margin-bottom: 45px;
}

.z-box {
    margin-top: -1px;
    position: relative;
    float: left;
    width: 100%;
    padding: 25px;
    border: 1px solid transparent;
    border-bottom: 1px solid #cccccc;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.z-box .pr-title-1 {
    margin-bottom: 5px;
}

.z-box .inside br {
    display: none;
}

.z-box .inside a {
    margin-right: 10px;
}

.z-box .inside.icons-box-1 a {
    height: 25px;
}

.z-box figure {
    width: 127px;
    text-align: center;
    height: 127px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    position: relative;
}

.z-box figure a {
    display: block;
    height: 100%;
}

.z-box figure .btn-5 {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    left: 0;
    opacity: 0;
    padding: 0;
}

.z-box:hover {
    border-color: #cccccc;
}

.z-box:hover .btn-5 {
    opacity: 1;
}

.z-box .description {
    float: left;
    width: 459px;
    padding: 0 40px;
    font-size: 14px;
}

.z-box h3 {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.z-box h3 a {
    color: #4d4d4d;
}

.z-box .z-data {
    overflow: hidden;
    width: 214px;
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.pr-buttons-1 a,
.pr-buttons-1 button {
    height: 33px;
    font-size: 12.28px;
    line-height: 37px;
}

.pr-price-1 {
    font-size: 15px;
    color: #4d4d4d;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}

.pr-price-1 span {
    color: #000000;
    font-size: 17px;
    font-weight: bold;
}

.z-box .btn-5 {
    width: 100%;
}

.btn-5 {
    background: rgba(255,255,255,0.9);
    font-size: 14px;
    font-family: 'NexaBold';
    text-align: left;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.z-box .btn-6 {
    width: 100%;
}

.btn-6 {
    background: rgba(0,0,0,0.8);
    display: inline-block;
    text-align: center;
    height: 38px;
    color: #fff;
    padding: 0 34px;
    font-size: 14px;
    line-height: 41px;
    font-family: 'NexaBold';
    text-transform: uppercase;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.row0 {
    margin-left:0;
    margin-right: 0;
}

.row0 > div {
    padding: 0;
}

.z-box-1 {
    position: relative;
    float: left;
    width: 100%;
    padding: 25px;
    border: 1px solid transparent;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.z-box-1:hover {
    border-color: #ccc;
}

.z-box-1 figure .inside {
    display: table-cell;
    height: 231px;
    width: 1000px;
    vertical-align: middle;
    text-align: center;
}

.z-box-1 figure .inside a {
    display: inline-block;
    margin-bottom: 9px;
}

.inside.icons-box-1 a {
    position: relative;
    display: block;
    float: left;
    margin: 0 9px 9px 0;
    height: 35px;
}

.z-box-1 figure {
    position: relative;
    width: 100%;
}

.z-box-1 figure .btn-5 {
    position: absolute;
    top: 0;
    padding: 9px 0 0 9px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.z-box figure .btn-6 {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    left: 0;
    opacity: 0;
    padding: 0;
}

.z-box-1:hover .btn-5 {
    opacity: 1;
}

.z-box-1 figure .btn-6 {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    left: 10%;
    width: 80%;
    opacity: 0;
}

.z-box-1:hover .btn-6 {
    opacity: 1;
}

.z-box:hover .btn-6 {
    opacity: 1;
}

.z-box-1 h3 {
    color: #4d4d4d;
    text-align: center;
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    margin: 10px 0;
}

.z-box-1 .pr-price-1 {
    line-height: 30px;
}

.z-box-1 .pr-price-1 span {
    font-size: 19px;
    display: inline-block;
    line-height: 1;
}

.z-box-1 h3 a {
    color: #4d4d4d;
}

.z-box-1 h3 a:hover, .z-box h3 a:hover {
    color: #000;
}

.l-color {
    width: 39px;
    height: 39px;
    margin: -6px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.checkbox-box label {
    overflow: visible;
    display: block;
    width: calc(100% - 24px);
    float: left;
}

.checkbox-list-1 label {
    padding-top: 0;
    cursor: pointer;
}

.l-txt {
    display: inline-block;
    vertical-align: middle;
    margin: -7px 0 0 0;
}

.z-title {
    clear: both;
}

/* *** NEWS *** */

.menu-1-1 > ul >.active > a {
    padding-left: 0;
    font-weight: normal;
    color: #4d4d4d;
    background: url('../img/icons/img15.png') right center no-repeat;
}

.menu-1-1 > ul > li > a {
    width: 100%;
    display: block;
    padding-right: 30px;
    background: url('../img/icons/img16.png') right center no-repeat;
}

.menu-1-1 > ul >.active > a:hover {
    color: #000;
}

.menu-1-1 > ul >.active > a:after {
    display: none;
}

.new-boxes {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.new-box {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.new-box h3 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 20px;
}

.new-box h3 a {
    color: #000;
}

.new-box figure {
    float: left;
    max-width: 290px;
}

.new-box .description {
    overflow: hidden;
    font-size: 16px;
    padding-left: 20px;
}

.new-box .txt {
    margin-bottom: 15px;
}

.new-box figure img:hover {
    opacity: 0.9;
}

.link-2 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.pagination-box {
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.pagination-box ul {
    margin: 0;
    padding: 0;
}

.pagination-box li {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-family: 'NexaBold';
    font-size: 13px;
}

.pagination-box li a {
    color: #000;
}

.pagination-box li a:hover, .pagination-box li.active a {
    color: #4d4d4d;
}

.link-2:hover, .new-box h3 a:hover {
     color: #4d4d4d;
}

.pagination-box .p-prev {
    float: left;
}

.pagination-box .p-next {
    float: right;
}

.pagination-box li:before {
    width: 15px;
    height: 1px;
    background: #cccccc;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
}

.pagination-box li:first-child:before, .pagination-box li:nth-child(2):before,
.pagination-box li:last-child:before {
    display: none;
}

.c-price {
    font-family: 'NexaBold';
    color: #000;
    margin-bottom: 15px;
}

.c-price span {
    font-size: 19px;
}

.c-price-1 {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-family: 'NexaBold';
    clear: both;
    padding: 10px 10px 8px 10px;
    margin-bottom: 8px;
}

/* *** ZOOM *** */

.zoom {
    display:inline-block;
    position: relative;
}

.zoom img {
    display: block;
}

.cz-boxes h3 {
    color: #000;
    font-family: 'NexaBold';
    font-size: 16px;
    margin-bottom: 20px;
}

.cz-box {
    margin-bottom: 35px;
}

.cz-form {
    float: left;
    width: 100%;
    background: #f9f9f9;
    padding: 25px 30px;
}

.cz-form label {
    font-weight: bold;
    color: #000;
    font-size: 14px;
    padding-bottom: 0;
}

.cz-form input, .cz-form textarea {
    width: 100%;
    display: block;
    border: none;
    margin-bottom: 10px;
    height: 29px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    padding: 8px 15px;
    display: block;
    border: 1px solid #cccccc;
}

.cz-form textarea {
    resize: none;
    height: 234px;
    overflow: auto;
}

.cz-button {
    float: left;
    width: 100%;
    margin-top: -48px;
}

.cz-button button {
    border: none;
    padding: 0 15px;
}

.cz-button button:hover {
    color: #fff;
    opacity: 0.9;
}

.cz-box a {
    color: #4d4d4d;
}

.cz-box a:hover {
    color: #000;
}

body {
    overflow-x: hidden;
}

.po-item {
  width: 200px;
  float: left;
  margin: 0px 15px;
}

.po-content {
    position: fixed;
    top: 230px;
    right: -9999px;
    z-index: 10;
    -webkit-transition: 0.55s linear;
    -moz-transition: 0.55s linear;
    -ms-transition: 0.55s linear;
    -o-transition: 0.55s linear;
    transition: 0.55s linear;
}

.checkbox-list label {
    cursor: pointer;
}

.po-content:hover {
    right: 0;
}

.po-close {
    position: absolute;
    top: -20px;
    right: 0px;
    color: #000;
    display: block;
}

.po-remove {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #000;
    display: block;
    z-index: 5;
}

.po-box {
    position: relative;
}

.po-button  {
    text-align: center;
    padding-top: 30px;
}

.po-button .pr-btn-1 {
    display: inline-block;
    padding: 0 30px;
    width: auto;
    float: none;
}

.po-btn {
    width: 49px;
    height: 49px;
    display: block;
    background: url('../img/icons/img17.png');
    position: absolute;
    top: 0;
    left: -49px;
}

.po-btn:hover {
    opacity: 0.9;
}

.po-content-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 30px;
    float: left;
    width: 100%;
}
.po-content-box .col-sm-3 {
    width: 200px;
    float: left;
}

.po-box {
    text-align: center;
}

.po-box figure {
    margin-bottom: 20px;
}

.po-box a {
        color: #4d4d4d;
}

.po-box a:hover{
        color: #000;
}

.data-row.different td {
    background: #dadada;
}

.menu-1-js ul ul {
    display: none;
}

.modal-communique {
    text-align: center;

}

.modal-communique .modal-content {
    padding: 10px 0 8px 0;
    border: none !important;
}

.modal-communique .modal-title, .modal-communique .modal-header {
    border: none;
}

.modal-communique .close {
    opacity: 0;
}

body.modal-open {
  overflow-y: auto;
  padding-right: 0px !important;
}

.fancybox-container {
    z-index: 1000000 !important;
}

.cookieinfo {
    position: fixed;
    left: 0px;
    right: 0px;
    height: auto;
    min-height: 21px;
    z-index: 2147483647;
    background: #000;
    color: rgb(255, 255, 255);
    line-height: 21px;
    padding: 8px 18px;
    font-size: 14px;
    bottom: 0px;
}

.cookieinfo-close {
    float: right;
    display: block;
    cursor: pointer;
    text-align: center;
    background: #fff;
    color: #000;
    padding: 5px 8px;
    min-width: 100px;
    margin-left: 5px;
    font-weight: bold;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
    font-size: 12px;
}

.cookieinfo-close:hover {
    background: #dadada
}

.cookieinfo span {
    display:block;
    padding:5px 0 5px 0;
}


/* *** RWD *** */

@media only screen and (max-width: 1199px) {
    .carousel {
        padding-right: 50px;
    }
    .carousel .next-box {
        right: 0;
    }
    .pr-images {
        width: 65%;
    }
    .pr-price .pull-left {
        width: 100%;
        text-align: right;
    }
    .h-box .description {
        padding: 15px 20px;
    }
    .h-box .txt {
        font-size: 26px;
    }
    .h-box .txt strong {
        font-size: 32px;
    }
    .h-box-2 .txt, .box-1 .txt {
        font-size: 16px;
    }
    .h-box-2 .txt strong, .box-1 .txt strong {
        font-size: 20px;
    }
    .box-1 .description {
        padding: 53px 20px;
    }
    footer {
        font-size: 15px;
    }
    .content-box-3 {
        padding: 0;
    }
    .z-box .z-data {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        float: left;
    }
    .z-box .description {
        width: calc(100% - 127px);
        padding-right: 0;
    }
    .z-box-1 .pr-price-1 {
        width: 100%;
        text-align: center;
    }
    .z-box-1 .pr-price-1 div {
        width: 100%;
        text-align: center;
    }
    .new-box figure {
        width: 30%;
    }
    .new-box .description {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 480px) {
    .header-rsp .gotobrand {
        width: auto;
    }
}

@media only screen and (min-width: 650px) {
    .header-rsp .gotobrand {
        margin-top: 4px;
        height: 40px;
    }
}

@media only screen and (min-width: 991px) {
    .menu-rsp {
        display: none !important;
    }

    .h-button.social {
        padding: 12px 15px !important;
    }

    .h-button.social a {
        margin: 5px 0 0 5px;
    }

    .header-box .gotobrand {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .po-content {
        display: none;
    }
    .pr-description {
        padding: 22px 0 0 0;
        float: left;
        width: 100%;
    }
    .pr-table-2 th {
        padding-right: 15px;
    }
    .box-4 .name {
        font-size: 16px;
    }
    .box-4 .price-2 {
        font-size: 18px;
    }
    .pr-images {
        width: 100%;
    }
    .pr-main-image a {
        height: auto;
        width: 100%;
        display: block;
    }
    .table-1 {
        font-size: 14px;
    }
    .banner-box {
        height: auto;
        padding: 32px 0 30px 0;
    }
    .sidebar {
        width: 250px;
    }
    .breadcrumb-box {
        margin-top: 15px;
    }
    .banner-box h1 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .title h2 {
        font-size: 18px;
    }
    .btn-2, .btn-1 {
        padding: 0 25px;
    }
    .h-box .txt strong {
        font-size: 28px;
    }
    .h-box .txt {
        font-size: 24px;
    }
    .h-box-2 .txt strong, .box-1 .txt strong {
        font-size: 15px;
    }
    .content-box-1-1 {
        font-size: 20px;
    }
    .content-box-1-1 h2 {
        font-size: 25px;
    }
    .h-box-2 .txt, .box-1 .txt {
        font-size: 14px;
    }
    header {
        height: auto;
    }
    .header-rsp {
        height: 80px;
        border-bottom: 1px solid #bfbfbf;
        box-shadow: none;
    }
    .main-menu {
        display: none;
    }
    .header-rsp {
        display: block;
    }
    body {
        padding-top: 80px;
    }
    .header-box {
        padding: 0;
    }
    .h-button {
        width: 33.3333%;
        height: 28px;
        margin: 0;
        padding: 0 38px;
    }
    header .pull-right {
        width: 100%;
    }
    header {
        text-align: center;
        position: relative;
    }
    header .h-button {
        padding: 0;
    }
    .h-button .phone {
        width: 33px;
        height: 33px;
        background-position: center center;
        background-size: auto 100%;
        display: inline-block;
        vertical-align: top;
        margin: 10px 0;
        text-indent: -99999px;
    }
    header .pull-right .h-button:last-child {
        border: none;
    }
    .h-button .service {
        width: 33px;
        height: 33px;
        margin: 10px 0;
        background-image: url('../img/icons/img02.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        display: inline-block;
        vertical-align: top;
        padding: 0;
        text-indent: -99999px;
    }
    .logo {
        display: none;
    }
    .search-box {
        width: 100%;
    }
    .header-right-box {
        width: 100%;
    }
    #search-box {
        width: 100%;
    }
    header .langs-box {
        display: none;
    }
    .banner-full-screen {
        height: calc(100% - 72px);
    }

}

@media only screen and (max-width: 991px) {
    .z-filtration {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin-top: 20px;
        margin-bottom: -13px;
    }
    .z-box .description {
        padding-left: 25px;
        padding-bottom: 15px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .z-box figure {
        margin-bottom: 20px;
    }
    .z-pages label {
        display: none;
    }
    .sidebar-filtration {
        display: block !important;
    }
    .sidebar {
        padding-right: 0;
    }
    .title-rwd-1.active:before {
        display: none;
    }
    .filtration-box {
        display: none;
    }
    .boxes-2 {
        margin-bottom: 50px;
    }
    .sidebar {
        display: none;
    }
    .sidebar-1-rwd {
        display: block;
        margin-bottom: 0 !important;
    }
    .sidebar-1-rwd .sidebar-contact {
        display: none;
    }
    .sidebar-rwd > .title:first-child {
        display: none;
    }
    .sidebar-rwd .sidebar-contact {
        padding-bottom: 5px;
    }
    .sidebar-rwd {
        display: block;
    }
    .nav,
    .menu-1 {
        display: none;
    }
    .h-box-1 .txt:after {
            width: 44px;
        margin: 7px auto 12px auto;
        height: 5px;
        background: #cccccc;
        content: "";
        display: block;
    }
    .h-box-1-1 .btn-1-large {
            display: inline-block;
    text-align: center;
    padding: 0 30px;
    height: 30px;
    background: #000;
    color: #fff;
    font-size: 11px;
    line-height: 32px;
    font-family: 'NexaBold';
    }
    .h-box-1-1 .description {
        width: 100%;
        text-align: center;
        float: left;
        background: rgba(255,255,255,0.4);
    }
    .title-rwd-1 {
        cursor: pointer;
        position: relative;
    }
    .title-rwd-1:after {
        width: 13px;
        height: 3px;
        background: #000;
        position: absolute;
        top: 50%;
        right: 2px;
        margin-top: -12px;
        content: "";
    }
    .title-rwd-1:before {
        height: 13px;
        width: 3px;
        background: #000;
        position: absolute;
        top: 50%;
        right: 7px;
        margin-top: -17px;
        content: "";
    }
    .box-4 {
        margin-top: 20px;
    }
    .boxes-4 .row > div:first-child {
        margin-top: 0;
    }
    .box-4 .name {
        padding: 10px 0;
    }
    .table-1 {
        min-width: 700px;
    }
    .box-3 .description {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        padding: 15px;
    }
    .banner-box h1 {
        font-size: 26px;
    }
    .content-box-3 {
        font-size: 18px;
    }
    .main-content .container {
        padding: 25px 15px;
    }
    .title-1 h2 {
        font-size: 20px;
    }
    .content-box-3 h2 {
        font-size: 24px;
    }
    .main-content .container:before, .main-content .container:after {
        width: 15px;
    }
    .copyright:before, .copyright:after {
        display: none;
    }
    .sidebar {
        width: 100%;
        margin-bottom: 30px;
    }
    .main {
        width: 100%;
    }
    .h-box {
        height: 292px;
        margin-bottom: 15px;
    }
    .line-box {
        display: none;
    }
    header .container {
        padding: 0;
    }
    .h-box .txt strong {
        font-size: 20px;
    }
    .content-box-1-1 {
        font-size: 16px;
        padding: 15px;
    }
    .h-box .txt {
        font-size: 18px;
    }
    .content-box-1-1 h2 {
        font-size: 20px;
    }
    .box-1 {
        margin-top: 15px;
    }
    .box-1 .description {
        max-width: 100%;
        width: 100%;
    }
    .content-box-2 {
        margin-bottom: 0;
    }
    footer {
        text-align: center;
        padding: 25px 0 0 0;
    }
    .f-title:before {
        margin: 0 auto 20px auto;
    }
    .f-title {
        margin-bottom: 12px;
    }
    .copyright {
        padding: 26px 0 25px 0;
        font-size: 12px;
    }
    .pagination-box .p-prev, .pagination-box .p-next {
        width: 100%;
    }
    .pagination-box a {
        margin: 2px 0;
        display: inline-block;
    }
}


@media only screen and (max-width: 600px) {
    .h-button {
        width: 30%;
    }
    .h-button.social {
        width: 40%;
    }
}

@media only screen and (max-width: 475px) {
    .new-box figure {
        width: 100%;
    }
    .new-box figure img {
        width: 100%;
    }
    .new-box .description {
        float: left;
        width: 100%;
        padding: 15px 0 0 0;
    }
    .h-button {
        width: 22%;
    }
    .h-button.social {
        width: 56%;
    }
    .z-box .description {
        padding-left: 0;
        width: 100%;
    }
    .z-box figure {
        height: 180px;
        width: 100%;
    }
}

    .pull-right.searching .h-button .account {
        padding-left: 70px;
        background: url('../img/icons/img02.png') left center no-repeat;
    }

    .pull-right.searching .h-button {
        padding: 12px 20px;
    }


    .help {
        float: left;
        height: 72px;
        padding: 16px 20px;
        color: #000;
        font-size: 14px;
        margin-top: -16px;
        font-family: 'NexaBold';
    }

    .help a {
        display: block;
        padding: 15px 0;
        color: #000;
        font-weight: bold;
        font-size: 15px;
    }

    .help .phone {
        padding-left: 53px;
        background: url('../img/icons/img01.png') left center no-repeat;

    }

    .help .email {
        padding-left: 53px;
        background: url('../img/icons/img04.png') left center no-repeat;
    }

    #search-box {
        width: 420px;
        float: left;
        height: 64px;
        padding: 3px 25px;
        color: #000;
        font-size: 14px;
        border-right: 1px solid #bfbfbf;
        font-family: 'NexaLight';
        position: relative;
    }

    #search-box .wrapper {
        margin-top: 4px;
        border: 1px solid #b6b6b6;
        position: relative;
    }

    #search-box input {
        height: 50px;
        width: 100%;
        padding: 13px 10px;
        color: #7D7D7D;
        border: none;
        display: inline-block;
        vertical-align: middle;
        padding-right: 50px;
    }

    #search-box button {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
        background: url(../img/icons/img20.png) center no-repeat;
        border: none;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
    }

    #search-box button:hover {
        opacity: 0.5;
        -webkit-transition: opacity 0.15s linear;
        -moz-transition: opacity 0.15s linear;
        -ms-transition: opacity 0.15s linear;
        -o-transition: opacity 0.15s linear;
        transition: opacity 0.15s linear;
    }

    #search-results {
        width: 540px;
        display: none;
        position: absolute;
        top: 60px;
        left: -70px;
        z-index: 5;
    }

    #search-results ul {
        list-style: none;
        padding: 0;
        margin: 0;
        border: 1px solid #b6b6b6;
        border-bottom: none;
        background-color: #fff;
    }

    #search-results li {
        width: 100%;
        display: block;
        border-bottom: 1px solid #b6b6b6;
        -webkit-transition: 0.15s linear;
        -moz-transition: 0.15s linear;
        -ms-transition: 0.15s linear;
        -o-transition: 0.15s linear;
        transition: 0.15s linear;
    }

    #search-results li:hover {
        background-color: #f2f2f2;
    }

    #search-results .result {
        color: inherit;
        display: block;
        overflow: hidden;
        padding: 0px 20px;
        position: relative;
    }

    #search-results .show-more {
        display: none;
    }

    #search-results .show-more a {
        display: block;
        overflow: hidden;
        position: relative;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 10px 0;
        color: #fff;
        background-color: #000;
        margin: 0 -1px -1px;
    }

    #search-results .show-more a:hover {
        background-color: #434343;
    }

    #search-results .no-results {
        display: block;
        padding: 10px 20px;
        background-color: #fff !important;
    }

    #search-results .result-img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 60px;
        height: 60px;
        padding: 6px;
        background: #fff;
        text-align: center;
    }

    #search-results .result-desc {
        margin-left: 75px;
        padding: 15px 0px;
    }

    #search-results .result-desc h4 {
        margin-bottom: 8px;
        font-weight: bold;
    }

    #search-results .result-desc span {
        font-size: 15px;
    }

    #search-input:focus + #search-results {
        display: block;
    }


    @media only screen and (max-width: 1200px) and (min-width: 992px) {
        .pull-right.searching .h-button {
            min-width: 70px;
            margin-left: 0;
        }

        .pull-right.searching .h-button .account,
        .pull-right.searching .h-button .phone {
            text-indent: -99999px;
            width: 100%;
            padding-left: 0;
            background-position: center;
        }

    }

    @media only screen and (max-width: 991px) {

        .pull-right.searching .h-button .account {
            width: 33px;
            height: 33px;
            background-position: center center;
            background-size: auto 100%;
            display: inline-block;
            vertical-align: top;
            margin: 10px 0;
            text-indent: -99999px;
        }

        .pull-right.searching .h-button {
            height: 55px;
            padding: 0px;
        }

        .search-header {
            height: 135px;
            position: relative;
        }

        #search-box {
            position: relative;
            height: 70px;
            width: 100%;
            border-right: hidden;
            margin-top: 3px;
            border-bottom: 1px solid #bfbfbf;
        }

        #search-results {
            width: calc(100% + 2px);
            top: 50px;
            left: -1px;
            text-align: left;
        }

        .menu-box {
            z-index: 102;
        }

        .language-menu {
            color: #000000;
            top: 20px;
            right: auto;
            left: 15px;
            position: fixed;
        }

        .language-menu li.active {
            margin-left: 20px;
        }

        .language-menu span {
            position: absolute;
            left: 5px;
            top: 10px;
        }
    }

    @media only screen and (max-width: 585px) {
        #search-results .result {
            padding: 0 15px;
        }

        #search-results h4 {
            font-size: 14px;
        }

        #search-results .result-desc span {
            font-size: 13px;
        }

        .language-menu li.active {
            margin-left: 8px;
        }

        .language-menu span {
            top: 13px;
            font-size: 16px;
        }
    }

    @media only screen and (max-width: 427px) {
        #search-box {
            padding: 3px 25px;
        }

        .search-header {
            height: 135px;
            position: relative;
        }

        #search-results h4 {
            font-size: 11px;
            font-weight: bold;
        }

        #search-results .result-desc span {
            font-size: 10px;
            font-weight: normal;
        }

        #search-results .result-desc {
            float: none;
        }

    }
