html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

a, input, button, select, option {
    outline: none !important;
}

a:focus, input:focus, button:focus, select:focus, option:focus, a:active {
    outline: none;
}

html {
    line-height: 1;
    font-weight: 300;
    height: 100%;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

address {
    font-style: normal;
}

body {
    font-family: "Lato", sans-serif;
    background: #fff;
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 300;
    min-height: 100%;
}

a {
    text-decoration: none;
    color: #2d2d2d;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

p {
    line-height: 140%;
    margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
    color: #3a3a3a;
    font-weight: 600;
}

h1 {
    font-size: 30px;
}

h3,
h2 {
    font-size: 36px;
}

h3 {
    font-size: 25px;
    color: #f07d00;
    margin-top: 50px;
    margin-bottom: 20px;
}

h4 {
    font-size: 25px;
}

h4 strong {
    color: #f07d00;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    margin: 10px 0;
}

.insta-aboutus h2::after, .boxuslugi h2::after, .boxrealizacje h2::after, .insta-aboutus-wrap h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: #f07d00;
    margin: 10px 0 15px;
}

.opis p strong {
    color: #f07d00;
}

.hide {
    opacity: 0;
}

.show {
    opacity: 1;
}

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

.left {
    float: left;
}

.right {
    float: right;
}

.text-justify {
    text-align: justify;
}

hr {
    border: 0;
    height: 1px;
    background: #ababab;
}

img.lazy {
    opacity: 1;
    transition: opacity 0.3s;
}

img.lazy[data-src] {
    opacity: 0;
}

section {
    position: relative;
    overflow: hidden;
}

.opis {
    margin-top: 20px;
}

.txt-form p {
    margin-right: 40px;
    text-align: justify;
    font-size: 14px;
}

#cookies-message-container {
    font-size: 14px;
    line-height: 22px;
    border-top: 1px solid #1e3a58;
    text-align: center;
    position: fixed;
    bottom: 0;
    background-color: #1d4674;
    width: 100%;
    z-index: 99999;
    color: #fff;
}

#cookies-message {
    padding: 10px 0;
}

#cookies-message a {
    color: #fff;
}

#accept-cookies-checkbox {
    background-color: #e48a1c;
    padding: 5px 10px;
    color: #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
    cursor: pointer;
}

.main-page {
    width: 100%;
    height: 100vh;
}

.main-page .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 50px;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.boxlink {
    min-height: 400px;
    position: relative;
    padding: 20px 15px;
    -webkit-transition: all 1.3s ease-in-out;
    -moz-transition: all 1.3s ease-in-out;
    -o-transition: all 1.3s ease-in-out;
    transition: all 1.3s ease-in-out;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: translateY(60px);
    display: block;
    margin: 0 37px 0 38px;
}

.boxlink.show {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.boxlink::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.45;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.boxlink h2 {
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    color: #fff;
    position: relative;
    z-index: 5;
    font-size: 30px;
}

.boxlink h2::after {
    display: none;
}

.boxlink:hover h2 {
    text-decoration: none;
    color: #111;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35);
}

.boxlink-logo {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -40px);
    max-width: 200px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    z-index: 5;
}

.boxlink:hover .boxlink-logo {
    transform: translate(-50%, -15px);
    opacity: 1;
}

.bg-main-img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.bg-main-img-hover {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.boxlink:hover .bg-main-img-hover {
    opacity: 1;
}

textarea, input, input[type='text'], input[type='time'], input[type='url'], input[type='month'], input[type='week'], input[type='email'], input[type='color'], input[type='datetime'], input[type='datetime-local'], input[type='range'], input[type='search'], input[type='tel'], input[type='date'], input[type='password'], input[type='number'] {
    border: 1px #fff solid;
    background: none;
    color: #a7a7a7;
    margin: 10px 0;
    width: 100%;
    font-size: 14px;
    padding: 8px 15px;

}

textarea {
    font-family: "Arial", sans-serif;
}

input[type="submit"], .button {
    display: inline-block;
    vertical-align: top;
    border: 1px #ef7d00 solid;
    background: transparent;
    color: #fff;
    padding: 8px 15px 7px;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

input[type="submit"]:hover, .button:hover {
    background: #ef7d00;
}

.newsletter-form input[type="email"] {
    border: 1px #fff solid;
    background: none;
    padding: 8px 15px;
    color: #fff;
    width: 250px;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
}

.newsletter-form input[type="submit"] {
    width: 120px;
}

textarea:focus,
input:focus {
    border-color: #ef7d00 !important;
    outline: none !important;
}

textarea::placeholder,
input::placeholder {
    color: #a7a7a7;
}

.search-price-wrap #search-criteria {
    border: 1px #efefef solid;
    margin: 0;
    color: #a7a7a7;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    padding: 8px 10px 6px;
    font-size: 16px;
}

.search-price-wrap #search {
    margin: 0;
    border: 1px #efefef solid;
    border-left: 0;
    width: 36px;
    height: 37px;
    padding: 5px 7px;
    background-size: inherit;
    font-size: 0;
    position: absolute;
    top: -1px;
    right: 15px;
    background: #ef7d00 url(../img/search-icon.png) 0 0 no-repeat;
}

.search-price-wrap #search.clear {
    background: #ef7d00 url(../img/search-icon.png) -36px 0 no-repeat;
}

.manulist > div {
    cursor: pointer;
}

.manulist .price-list-item {
    border: 2px #efefef solid;
}

.manulist .active {
    border: 2px #ef7d00 solid;
    text-decoration: none;
}

.home .logo {
    margin-bottom: 52px;
}

.mdi-close {
    text-align: right;
    font-size: 45px;
}

header {
    z-index: 99;
    position: relative;
}

.menu {
    text-align: right;
    padding-top: 7px;
}

.submenu {
    display: none;
}

.menu li {
    display: inline-block;
    margin: 0 5px;
}

.menu li a {
    display: block;
    padding: 10px 7px;
    color: #424242;
    font-size: 15px;
    font-weight: 300;
}

.menu li.active a {
    color: #f07d00;
}

.orange {
    color: #f07d00;
}

.error404 header {
    background: #222;
    padding: 20px 60px;
}

.installation.error404 header {
    padding: 0;
}

.error404 header .logo {
    padding-top: 15px;
}

.error404 header a {
    font-weight: bold;
    color: #fff;
}

.error404 h1 {
    margin-top: 100px;
    color: #ef7d00;
}

.error404 h2 a {
    font-size: 18px;
    margin: 40px 0 10px 0;
    display: block;
}

.error404 .container.wrap {
    height: calc(100vh - 328px);
}

.error404.installation .container.wrap {
    height: calc(100vh - 393px);
}

.error404.distribute header {
    background: transparent;
}

.error404.distribute header a {
    font-weight: 300;
    color: #222;
}

.error404.distribute .container.wrap {
    height: calc(100vh - 282px);
}

.videoContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.videoContainer iframe {
    width: 100%;
    height: 100%;
}

footer {
    background: #222;
    color: #fff;
    padding-bottom: 15px;
    margin-top: 20px;
}

.contact-info {
    font-size: 14px;
    margin-top: 15px;
}

.contact-info p {
    display: inline-block;
    margin-top: 5px;
    margin-left: 15px;
}

.f_header {
    display: block;
}

.contact-info strong {
    color: #f07d00;
    margin-left: 30px;
}

.contact-info p:first-of-type {
    margin-left: 0;
}

.contact-info strong:first-of-type {
    margin-left: 0;
}

.newsletter {
    padding: 10px 0 0;
}

.newsletter-allow {
    border-bottom: 1px solid #fff;
}

.newsletter-allow .newsletter-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    margin-left: 30px;
    margin-right: 29px;
}

.newsletter-text {
    margin-bottom: 14px;
    font-weight: 600;
}

.newsletter input::placeholder {
    color: #fff;
}

.newsletter-text p {
    font-size: 18px;
    padding-top: 4px;
}

.form_container p {
    line-height: 100% !important;
    margin-bottom: 0 !important;
}

footer p {
    display: inline-block;
    margin: 0;
    line-height: 100%;
    vertical-align: middle;
}

footer .mdi-facebook-box {
    color: #fff;
    font-size: 41px;
}

.social {
    margin-top: 5px;
}

.search-price {
    text-align: right;
}

.hamburger {
    display: none;
    padding: 5px 0 5px 15px;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    float: right;
    outline: none;
    z-index: 999999999;
}

.hamburger-box {
    width: 30px;
    height: 20px;
    display: inline-block;
    position: relative;
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #3a3a3a;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #3a3a3a;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger--collapse .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger-inner::after {
    bottom: -8px;
}

.hamburger-inner::before {
    bottom: 8px;
}

.newsletter .newsletter-text::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 22px;
    background: #fff;
    margin-right: 20px;
}

.newsletter-form {
    margin-top: -15px;
}

.menu-wrap {
    position: relative;
}

.baner-wrap {
    position: relative;
}

.baner-wrap img {
    width: 100%;
}

.baner-wrap .baner-description {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 50px;
    text-align: right;
    width: 50%;
}

.baner-wrap .baner-description h1 {
    color: #fff;
    background: #434343;
    display: inline-block;
    padding: 10px 10px 5px;
    margin-bottom: 10px;
}

.baner-wrap .baner-description .baner-desc-wrap {
    background: #434343;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 7px 20px 0;
    margin-right: 5px;
}

.baner-wrap .baner-description .baner-desc-wrap p {
    margin-bottom: 5px;
}

.search-price input {
    border: 1px #efefef solid;
    margin: 0;
    color: #a7a7a7;
}

.search-price-wrap {
    text-align: right;
    position: relative;
}

.nomargin.row {
    margin-left: 0;
    margin-right: 0;
}

.nomargin.row > div {
    padding-left: 0;
    padding-right: 0;
}

.price-list-item {
    height: 180px;
    border: 1px #efefef solid;
    text-decoration: none;
    position: relative;
    -webkit-transition: border .4s ease-in-out;
    -moz-transition: border .4s ease-in-out;
    -o-transition: border .4s ease-in-out;
    transition: border .4s ease-in-out;
    background: #fff;

}

.manulist .price-list-item {
    height: initial;
    overflow: hidden;
    margin: 0 15px 15px;
}

.filteritem {
    display: none;
}

.price-list-item:hover {
    border: 4px #ef7d00 solid;
    text-decoration: none;
}

.manulist .price-list-item:hover {
    border: 2px #ef7d00 solid;
}

.price-list-item .logo-white {
    display: none;
}

.price-list-item img {
    transform: translateY(0px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
    vertical-align: middle;
}

.price-list-item h3 {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.manulist .price-list-item h3 {
    margin-top: 0;
    margin-bottom: 0;
    color: #3a3a3a;
    font-size: 16px;
    text-transform: initial;
    padding: 10px 0;
}

.price-list-item:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.price-list-item:hover img {
    transform: translateY(-20px);
}

.price-list-item .data {
    opacity: 0;
    color: #fff;
    font-weight: 900;
    margin-top: 15px;
    text-decoration: none;
}

.price-list-item:hover .data {
    opacity: 1;
}

.price-list-item .download-row {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    position: absolute;
    opacity: 0;
    width: 100%;
    text-align: center;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.price-list-item .download {
    padding: 6px 10px;
    color: #fff;
    background: #424242;
    font-weight: 900;
    text-align: center;
    display: inline-block;
    margin: 0 3px;
}

.price-list-item .download:hover {
    opacity: 1;
    color: #fff;
    background: #ef7d00;
}

.price-list-item a:hover {
    text-decoration: none;
}

.price-list-item:hover .download-row {
    opacity: 1;
}

.price-list-item:hover .data,
.price-list-item .data {
    text-decoration: none;
}

.baner-index {
    position: relative;
    z-index: 1;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;

}

.baner-index .menu a {
    padding: 30px 5px;
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.baner-index a:hover {
    text-decoration: none;
    color: #ffa200;
}

.installation .baner-index {
    min-height: 550px;
}

.error404.installation .baner-index {
    min-height: 1px;
}

.installation .logo {
    margin-top: 10px;
}

.baner-index .hamburger-inner, .baner-index .hamburger-inner::before, .baner-index .hamburger-inner::after {
    background: #fff;
}

.installation .slider-description {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    bottom: 40px;
    text-shadow: 3px 3px 10px #000;
}

.installation .slider-description h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.installation .slider-description p {
    font-weight: 400;
}

.installation .slider-description strong {
    color: #f07d00;
}

.installation .slider-description h1::after {
    content: "";
    display: block;
    width: 60px;
    height: 7px;
    background: #f07d00;
    margin: 15px 0 20px;
}

.insta-aboutus {
    margin-top: -20px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.insta-aboutus-bg {
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    border-right: 20px solid rgba(239, 125, 0, 0.81);
    border-top: 20px solid rgba(239, 125, 0, 0.81);
    border-bottom: 20px solid rgba(239, 125, 0, 0.81);
    height: 435px;
}

.text-right {
    text-align: right;
}

.insta-aboutus-txt h4 {
    margin-bottom: 10px;
}

.insta-aboutus-txt {
    padding: 110px 20px 0 40px;
    margin-left: 30px;
    font-weight: 400;
}

.boxuslugi {
    margin-top: 40px;
}

.boxuslugi-txt {
    padding: 30px 40px 30px 20px;

}

.col-md-6.boxuslugi-txt {
    float: right;
    padding-right: 40px;
}

.boxuslugi-bg img {
    width: 100%;
}

.boxuslugi-txt h2 {
    display: inline-block;
}

.boxuslugi-txt ul {
    padding-left: 0;
    list-style: none;
}

.boxuslugi-txt {
    min-width: 100%;
}

.boxuslugi-txt li {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    cursor: pointer;
}

.boxuslugi-txt li.active {
    color: #f07d00;
    cursor: pointer;
}

.boxuslugi-bg-item-content {
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 15px;
    width: 100%;
    max-width: 65%;
    font-weight: 400;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
}

.boxuslugi-bg-item-content a {
    color: #f07d00;
}

.boxuslugi-bg-item-content a.readmore {
    background: #f07d00;
    color: #fff;
    border: 2px solid #f07d00;
    padding: 6px 13px;
}

.boxuslugi-bg-item-content a:hover {
    color: #fff;
}

.boxuslugi-bg-item-content a.readmore:hover {
    color: #f07d00;
    background: rgba(255, 255, 255, 0.8);
    text-shadow: none;
}

.boxuslugi-bg-item {
    height: 100%;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.boxuslugi-bg {
    border-left: 20px solid rgb(195, 102, 1);
    border-top: 20px solid rgb(195, 102, 1);
    border-bottom: 20px solid rgb(195, 102, 1);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.col-md-7.boxuslugi-bg {
    padding-left: 0;
    padding-right: 0;
}

.boxuslugi-bg-item-content a > h2 {
    color: #fff;
}

.boxuslugi-bg-item-content a:hover,
.boxuslugi-bg-item-content a:hover > h2 {
    color: #fff;
    text-decoration: none;
}

.boxrealizacje {
    margin-top: 50px;
    background: #121212;
}

.boxrealizacje-txt {
    padding-left: 40px;
    background: #fff;
}

.boxrealizacje-txt p {
    max-width: 60%;
    font-size: 16px;
    font-weight: 400;
}

.boxrealizacje-item.col-md-2 {
    position: relative;
    padding: 0;
    margin: 0 0 -1px 0;
}

.boxrealizacje-item a {
    display: flex;
}

.boxrealizacje-item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
}

.boxrealizacje-item:hover .content {
    background: rgba(239, 125, 0, 0.75);
    opacity: 1;
    margin: 0 0 0 1px;
}

.col-md-6.boxrealizacje-txt {
    float: right;
    display: table;
}

.boxrealizacje-item .content {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    opacity: 0;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 28px;
    z-index: 9;

}

.boxrealizacje-item .seemore {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    z-index: 9;
    opacity: 0;
    display: block;
}

.boxrealizacje-item:hover .seemore {
    opacity: 1;
}

.boxrealizacje-txt-wrap {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.kontakt {
    padding: 30px 0 10px;
    background: #121212;
    color: #fff;
    margin-bottom: -20px;
}

.left-element {
    position: relative;
}

.left-element::before {
    content: '';
    display: block;
    position: absolute;
    top: 3%;
    left: -15px;
    width: 8px;
    height: 80%;
    background: #fff;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel] {
    border: 1px solid #fff;
}

.installation .wpcf7-form textarea::placeholder,
.installation .wpcf7-form input::placeholder {
    color: #fff;
}

.kontakt h4 {
    text-align: left;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}

.wpcf7-form {
    margin-top: 20px;
}

.single-installation .menu li a {
    font-weight: 400;
    margin-bottom: 40px;
}

.single-installation .insta-aboutus-bg {
    height: 455px;
}

.praktyka-slider {
    padding-right: 0;
    margin-top: 50px;

}

.praktyka-obraz {
    padding-right: 0;
    position: relative;
    width: 100%;
    flex: none;

}

.praktyka-obraz img {
    width: 100%;
}

.praktyka-pointer {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: #f07d00;
    cursor: pointer;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.praktyka-pointer::before {
    width: 25px;
    height: 25px;
    border: 1px #f07d00 solid;
    border-radius: 100%;
    position: absolute;
    top: -6px;
    left: -6px;
    display: block;
    content: '';
}

.praktyka-pointer:hover {
    background: #fff;
}

.row.single-installation {
    margin-right: 0;
}

h2.tooltip-header {
    font-size: 26px;
    color: #fff !important;
}

h2.tooltip-header::after {
    display: none;
}

p.tooltip-text {
    font-size: 12px;
    line-height: 14px;
}

.tooltip {
    text-align: left;
    border-radius: 15px;
    margin-top: 5px;
}

.obraz-border {
    border-left: 20px solid rgb(195, 102, 1);
    border-top: 20px solid rgb(195, 102, 1);
    border-bottom: 20px solid rgb(195, 102, 1);
}

.praktyka-obraz .obraz-border {
    border: 20px solid rgb(195, 102, 1);
}

.gallery-thumbs {
    padding-left: 15px;
    padding-right: 15px;
}

.gallery-thumb {
    width: 100%;
}

.gallery-thumb .slick-slide {
    padding: 10px;
}

.gallery-thumb img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.gallery-thumb a:hover img {
    -webkit-filter: grayscale(40%); /* Safari 6.0 - 9.0 */
    filter: grayscale(40%);
}

.gallery-thumb a.slick-center img {
    -webkit-filter: grayscale(60%); /* Safari 6.0 - 9.0 */
    filter: grayscale(60%);
}

.praktyka-slider .slick-arrow,
.gallery-images .slick-arrow {
    background-image: url(../img/icons.svg);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 45px;
    height: 50px;
    z-index: 99999;
    top: 0;
    text-indent: 999px;
    background-color: #fff;
    overflow: hidden;
    opacity: 0.8;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.praktyka-slider .slick-arrow {
    background-color: rgb(195, 102, 1);
}

.praktyka-slider .slick-arrow:hover,
.gallery-images .slick-arrow:hover {
    opacity: 1;
    outline: none;
}

.praktyka-slider .slick-arrow:focus,
.gallery-images .slick-arrow:focus {
    outline: none;
}

.gallery-images .slick-next {
    background-position: -78px 13px;
    float: right;
    position: absolute;

    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.gallery-images .slick-prev {
    background-position: -35px 14px;
    float: left;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.warianty {
    display: flex;
    flex-wrap: nowrap;
    //justify-content: flex-end;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 30px;
    position: relative;
}

.wariant {
    margin-left: 15px;
}

.wariant .inner {
    display: flex;
    border: 1px orange solid;
    padding: 7px 35px 7px 13px;
    position: relative;
    line-height: 20px;
}

.wariant .inner:before, .wariant .inner:after {
    display: none;
}

.wariant .showoptions {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
    background-image: url(../img/arrow-down.ico);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.wariant.active .showoptions {
    transform: translateY(-50%) rotate(-180deg);
}

.wariant ul {
    display: none;
    border: 1px orange solid;
    list-style: none;
    padding-left: 0;
    position: absolute;
    width: auto;
    background: #fff;
    right: 0;
    min-width: 110px;
    z-index: 99999;
}

.wariant ul li {
    padding: 7px 10px;
    border-bottom: 1px #e6e6e6 solid;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    line-height: 20px;
    display: block;
}

.wariant ul li:hover {
    background: #f3dcb2;
}

.wariant ul li:last-child {
    border-bottom: 0;
}

.wariant img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-bottom;
}

.product-gallery {
    padding-left: 0;
}

.prizes-slider,
.thumb-product-gallery {
    padding: 0 40px;
    position: relative;
    margin-bottom: 50px;
}

.prizes-slider .slick-arrow,
.thumb-product-gallery .slick-arrow {
    background-image: url(../img/icons.svg);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 45px;
    height: 50px;
    top: 0;
    text-indent: 999px;
    background-color: #fff;
    overflow: hidden;
}

.prizes-slider .slick-prev,
.thumb-product-gallery .slick-prev {
    background-position: -35px 14px;
    float: left;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.prizes-slider .slick-next,
.thumb-product-gallery .slick-next {
    background-position: -78px 13px;
    float: right;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.prizes {
    margin-top: 50px;
}

.prizes-slider .slick-slide {
    padding: 10px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    height: 125px;
}

.prizes-slider .slick-slide img {
    max-width: 100%;
    vertical-align: bottom;
}

.thumb-product-gallery .slick-slide {
    opacity: 0.6;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 120px;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin: 0 5px;
}

.thumb-product-gallery .slick-slide:focus {
    outline: none;
}

.thumb-product-gallery .slick-slide img {
    max-height: 120px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    max-width: 100%;
    height: auto;
}

.thumb-product-gallery .slick-slide.slick-current.slick-active {
    opacity: 1;
}

.opis p {
    font-weight: 400;
}

.praktyka-slider .slick-next {
    top: 50px;
    right: 60px;
    background-position: -78px 13px;
    float: right;
    position: absolute;
}

.praktyka-slider .slick-prev {
    top: 50px;
    right: 105px;
    background-position: -35px 14px;
    float: right;
    position: absolute;
}

.gallery-images .slick-slide {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.gallery-images .slick-slide img {
    margin: 0 auto;
}

.single-installation .insta-aboutus-bg-txt {
    display: table;
    height: 455px;
    padding-left: 40px;
}

.insta-aboutus-wrap {
    display: table-cell;
    vertical-align: middle;
}

.insta-aboutus-wrap h2 {
    font-weight: 300;
    font-size: 24px;
}

.insta-aboutus-wrap h4 {
    font-size: 20px;
    line-height: 140%;
    font-weight: 500;
}

h2.tooltip-header {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff !important;
}

h2.tooltip-header::after {
    display: none;
}

p.tooltip-text {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
}

.tooltip {
    text-align: left;
    border-radius: 15px;
    margin-top: 5px;
}

.material-tooltip {
    padding: 15px 20px;
    font-size: 1rem;
    z-index: 2000;
    border-radius: 2px;
    color: #fff;
    min-height: 36px;
    line-height: 120%;
    opacity: 0;
    position: absolute;
    text-align: center;
    max-width: calc(100% - 4px);
    overflow: hidden;
    left: 0;
    top: 0;
    pointer-events: none;
    visibility: hidden;
    background-color: #323232;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #fff !important;
    margin: 0 !important;
    padding: 10px 0 !important;
}

.salon .baner-index, .distribute .baner-index {
    background: #1d1d1d;
}

.single .products-head::before {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.salon .baner-index header {
    padding: 20px 60px;
    background: url(https://nautilus.net.pl/wp-content/uploads/2020/05/salony_menu_tlo.png);
    /* background: url(https://nauti.fusiondev.pl/wp-content/uploads/2020/05/salony_menu_tlo.png); */
}

.single-cpost.salon .baner-index header {
    background: #343434;
}

.salon .baner-index .menu a, .distribute .baner-index .menu a {
    padding-top: 8px;
    padding-bottom: 0;
}

.salon .baner-index .container.content, .distribute .baner-index .container.content {
    min-height: 400px;
}

.salon .baner-index h1 span, .distribute .baner-index h1 span {
    color: #ef7d00;
}

.salon .baner-index .slider-description, .distribute .baner-index .slider-description {
    top: 55%;
    position: absolute;
}

.salon .baner-index .slider-description:before, .distribute .baner-index .slider-description:before {
    content: '';
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    left: -100%;
    top: 0;
    bottom: 0;
    right: 0;
}

.salon .baner-index .slider-description.to_right:before, .distribute .baner-index .slider-description.to_right:before {
    left: 0;
    right: -100%;
}

.single-salon_realizations #opis {
    margin-top: 50px;
    display: block;
}

.distribute .baner-index:before {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.distribute .baner-index .container.content {
    min-height: 500px;
}

.inner {
    border-top: 3px #ef7d00 solid;
    border-bottom: 3px #ef7d00 solid;
    padding: 20px 20px 20px 0;
    position: relative;
}

.to_left .inner {
    border-right: 3px #ef7d00 solid;
}

.to_right .inner {
    padding: 20px 0 20px 20px;
    border-left: 3px #ef7d00 solid;
}

.inner::before {
    width: 30vw;
    height: 3px;
    background: #ef7d00;
    display: block;
    content: '';
    transform: translate(-99%, -23px);
}

.inner::after {
    width: 30vw;
    height: 3px;
    background: #ef7d00;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-99%, 3px);
}

.aboutus {
    margin-top: 40px;
    padding: 15px 20px !important;
}

.lgc-column img {
    max-width: 100%;
    vertical-align: bottom;
    margin-bottom: 20px;
}

.salon .baner-index .slider-description.to_right {
    right: 15%;
}

.to_right .inner::before {
    transform: translate(50%, -23px);
    width: calc(30vw - 6px);
}

.to_right .inner::after {
    left: auto;
    right: 0;
    transform: translate(50%, 3px);
    width: calc(30vw - 6px);
}

.salon .button {
    background: #ef7d00;
    padding: 10px 30px;
    margin-top: 20px;
    font-size: 17px;
}

.salon .button:hover {
    background: #fff;
    color: #ef7d00;
}

.salon .baner-index .button {
    float: right;
    position: absolute;
}

.salon .baner-index h1, .salon .baner-index h2 {
    font-weight: 300;
    font-size: 38px;
    line-height: 44px;
    color: #fff;
    margin: 0;
}

.salon .baner-index h2 {
    font-weight: 600
}

.menu .submenu {
    position: absolute;
    z-index: 9999;
    right: -66%;
    top: 37px;
    background: rgba(0, 0, 0, 0.79);
    min-width: 120px;
    text-align: center;
    padding: 6px 30px;
}

.menu .submenu li {
    display: block;
}

.page-id-30.salon .baner-index .container.content,
.page-id-1617.salon .baner-index .container.content {
    min-height: 650px;
}

.menu ul li a {
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.menu .has-children {
    position: relative;
}

.menu .has-children:hover .submenu {
    display: block;
}

.menu .has-children a, .salon .baner-index .menu .has-children a {
    padding-bottom: 11px;
}

#categories {
    margin-top: 30px;
}

#categories h2 {
    font-size: 32px;
}

.catblock {
    height: 260px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-top: 15px;
    padding-bottom: 25px;
    position: relative;
}

.catblock::before {
    width: calc(100% - 86px);
    height: calc(100% - 50px);
    border: 1px #ef7d00 solid;
    z-index: -1;
    position: absolute;
    top: 25px;
    left: 43px;
    display: block;
    content: '';
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.catblock:hover::before {
    border: 3px #ef7d00 solid;
}

.catblock img {
    max-width: 100%;
    max-height: 100%;
    align-self: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin-bottom: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-top: -15px;
}

.catblock:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.catblock h3 {
    position: absolute;
    z-index: 3;
    bottom: 15px;
    left: 56px;
    font-size: 22px;
    font-weight: 900;
    color: #353434;
    padding-left: 20px;
}

.catblock h3::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 19px;
    background: #ef7d00;
    content: '';
    display: block;
}

footer a {
    color: #fff;
}

.newsletter-text p:nth-of-type(2) {
    font-weight: 300;
    font-size: 12px;
    line-height: 120%;
    margin-left: 30px;
    margin-right: 29px;
}

.newsletter-text a {
    color: #f07d00;
    font-weight: bold;
}

#portfolio {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 50px;
    color: #fff;
    margin-bottom: 40px;
}

#map1 {
    border-right: 1px solid #fff;
}

#map2 {
    border-left: 1px solid #fff;
}

.gm-style-iw h4 {
    display: none;
}

.sliderrealizacje .slick-dots {
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin-top: 15px;
}

.sliderrealizacje .slick-dots li {
    display: inline-block;
    margin: 0 7px;
}

.sliderrealizacje .slick-dots li button {
    width: 15px;
    height: 15px;
    border: 1px #fff solid;
    transform: rotate(45deg);
    background: transparent;
    text-indent: 999px;
    overflow: hidden;
}

.sliderrealizacje .slick-dots li button:focus {
    outline: none;
}

.sliderrealizacje .slick-dots li.slick-active button {
    border-color: #ef7d00;
}

.realizacje-slide {
    position: relative;
}

.realizacje-slide:hover {
    text-decoration: none;
    color: #fff;
}

.realizacje-slide .slider-content {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
}

.realizacje-slide .slider-content h3 {
    font-weight: 900;
    font-size: 22px;
    margin: 0 0 5px 0;
    color: #fff;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 1);
}

.realizacje-slide .slider-content p {
    margin-top: 0;
    margin-bottom: 0;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 1);
}

#portfolio h2 {
    color: #fff;
    font-size: 38px;
    margin-bottom: 10px;
}

.mic-bg h2 {
    color: #fff;
    font-size: 38px;
}

.salony-bg {
    background-image: url(../img/salony-background.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 50px;
    color: #fff;
    margin-bottom: 50px;
}

.mic-bg .button {
    width: auto;
    float: none;
}

.mic-bg .liczby {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    line-height: 47px;
    text-align: right;
    padding-right: 45px;
}

.mic-bg .liczby::after {
    display: inline-block;
    width: 10px;
    background: #ef7d00;
    content: '';
    height: 44px;
    margin: 0 15px 0 25px;
    position: absolute;
}

.mic-bg .liczbyrow .desc {

    margin-top: 5px;
}

.mic-bg .liczbyrow {
    margin: 30px 0;
}

.breadcrumb {
    background: #ef7d00;
    color: #fff;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb strong {
    font-weight: 400;
}

.acf-map {
    width: 100%;
    height: 380px;
    border: 0;
    margin: 30px 0;
}

.acf-map img {
    max-width: inherit !important;
}

.cform textarea {
    max-height: 60px;
}

.cform textarea::placeholder,
.cform input::placeholder {
    color: #3a3a3a;
}

.cform input[type="submit"] {
    color: #3a3a3a;
}

.cform input[type="submit"]:hover {
    color: #fff;
}

.cf .contact-text {
    color: #3a3a3a;
    font-weight: 700;
}

.kontakt-salon h3,
.cf h1 {
    font-size: 36px;
    font-weight: 900;
    color: #3a3a3a;
    display: block;
    padding-left: 25px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
}

.kontakt-salon h3 {
    margin-bottom: 20px;
}

.kontakt-salon .opis {
    font-weight: 600;
}

.kontakt-salon h3::before,
.cf h1::before {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 8px;
    height: 30px;
    background: #ef7d00;
}

.kontakt-salon {
    background-size: 50%;
    background-position: center right;
    background-repeat: no-repeat;
    margin: 50px 0;
}

.kontakt-salon:nth-child(odd) {
    background-position: center left;
}

@media (max-width: 1024px) {
    .kontakt-salon:nth-child(odd) {
        background-position: center right;
    }
}

.kontakt-salon .details {
    margin: 20px 0;
}

.kontakt-salon .details .info {
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
}

.kontakt-salon .details .title {
    width: 120px;
    padding-left: 30px;
    position: relative;
    display: inline-block;
}

.earlier-review {
    font-weight: 400;
    color: #2d2d2d;
}

/* @media (min-width: 1200px) {
    .kontakt-salon:nth-child(odd) .col-md-5:nth-child(1) {
        order: 3;
    }

    .kontakt-salon:nth-child(odd) .col-md-2 {
        order: 2;
    }

    .kontakt-salon:nth-child(odd) .col-md-5:nth-child(2) {
        order: 1;
    }
} */

.kontakt-salon .d-flex > div { flex: 1; }
.kontakt-salon:nth-child(odd) .d-flex {flex-direction: row-reverse;}

@media (max-width: 960px) {
    .kontakt-salon .d-flex > div { flex: none; }
}


.kontakt-salon .details .title.address::before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 14px;
    height: 22px;
    background-image: url(../img/icons/icon-address.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.kontakt-salon .details .title.tel::before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(../img/icons/icon-phone.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.kontakt-salon .details .title.open::before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 18px;
    background-image: url(../img/icons/icon-open.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.contact-text p {
    font-size: 17px;
}

.cform textarea, .cform input,
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=tel] {
    border: 0;
    border-top: 1px #ef7d00 solid;
    color: #3a3a3a;
}

.installation .cform textarea, .installation .cform input,
.installation .wpcf7-form input[type=text], .installation .wpcf7-form input[type=email], .installation .wpcf7-form input[type=tel] {
    border: 1px #fff solid;
    color: #fff;
}

.cform input[type="submit"] {
    display: inline-block;
    float: right;
    border: 1px #ef7d00 solid;
    background: #ef7d00;
    color: #fff;
    padding: 8px 15px;
    font-weight: 300;
    font-size: 14px;
    margin-top: 15px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 120px;
}

.cform input[type="submit"]:hover {
    background: transparent;
    color: #ef7d00;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: wrap;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.distribute .wpcf7 textarea, .distribute .wpcf7 input {
    border: 0;
    border-top: 1px #ef7d00 solid;
    color: #3a3a3a;
    margin-bottom: 14px;
}

.distribute .wpcf7 textarea {
    height: 80px;
}

.wpcf7 textarea {
    max-width: 100%;
    min-width: 100%;
}

.distribute .wpcf7 input[type="submit"], .distribute .button {
    background: transparent;
    color: #3a3a3a;
    border: 1px solid #ef7d00;
    display: inline-block;
}

.distribute .wpcf7 input[type="submit"]:hover, .distribute .button:hover {
    background: #ef7d00;
}

.distribute ::-webkit-input-placeholder {
    color: #3a3a3a;
}

.distribute ::-moz-placeholder {
    color: #3a3a3a;
}

.distribute :-ms-input-placeholder {
    color: #3a3a3a;
}

.distribute :-moz-placeholder {
    color: #3a3a3a;
}

.distribute .baner-wrap .baner-description h1 {
    background: rgba(34, 34, 34, 0.8)
}

.distribute .headerimage h3, .contact-info h3 {
    background: #434343;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding: 10px 13px 8px;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
}

.distribute .contact-info h3:first-of-type {
    margin-top: 0;
}

.distribute .contactpage .contact-info p {
    margin: 0 0 9px;
    float: none;
    font-size: 16px;
    display: block;
}

.distribute .cf h1 {
    margin-top: 20px;
}

.distribute .wpcf7 input[type="submit"] {
    width: 130px;
    float: right;
}

.box {
    border: 2px solid #434343;
}

.box .box-title {
    padding: 10px;
    font-weight: 700;
}

.box .box-title.dark {
    background: #434343;
    color: #fff;
}

.box .button {
    margin: 15px;
    background: #ef7d00;
    float: right;
}

.box .button:hover {
    background: transparent;
}

.box .content {
    padding: 10px;
    line-height: 135%;
}

.box .content strong {
    color: #ef7d00;
}

.hd-title h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    background-color: #434343;
    color: #fff;
    padding: 10px;
}

.hd-heading span {
    text-align: center;
    border: 2px solid #d5d5d5;
    width: 100%;
    display: block;
    padding: 10px;
    font-weight: 700;
    cursor: pointer;
}

.hd-heading > span.active, .hd-heading:hover > span {
    border: 2px solid #ef7d00;
}

.hd-heading {
    margin-bottom: 15px;
}

.hdlist {
    display: none;
}

.hdlist span {
    display: block;
    background: #d5d5d5;
    font-weight: 700;
    padding: 10px;
    margin-bottom: 10px;
}

.hdlist a {
    display: block;
    padding-left: 10px;
    font-weight: 400;
    margin-bottom: 5px;
}

.hdlist a:hover {
    color: #ef7d00;
}

.hdlist > div:last-of-type a {
    margin-bottom: 10px;
}

.clear {
    clear: both;
}

.nocontent {
    min-height: calc(100vh - 282px);
}

.salon .nocontent {
    min-height: calc(100vh - 738px);
}

.distribute .menu li.active a {
    font-weight: bold;
}

.distribute .menu li a:hover {
    font-weight: bold;
}

.stores-wrap {
    position: relative;
}

.stores-wrap img {
    width: 100%;
    height: auto;
}

.store-item {
    position: absolute;
}

.store-pin {
    width: 26px;
    height: 26px;
    border: 1px solid #ef7d00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.store-pin span {
    width: 16px;
    height: 16px;
    background: #ef7d00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin-top: 4px;
    margin-left: 4px;
}

.store-pin.active span, .store-pin:hover span {
    background: #313131;
}

.store-desc h5 {
    color: #fff;
    font-size: 14px;
}

.store-desc {
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 120%;
    display: none;
    margin-left: 12px;
    margin-top: -16px;
    z-index: 99;
    position: relative;
}

.store-desc strong {
    color: #ef7d00;
}

.store-desc a {
    border: 2px solid #ef7d00;
    background: #dcdcdc;
    padding: 5px 0;
    display: block;
    width: 100px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0 80px;
}

.store-desc a:hover {
    background: #ef7d00;
}

.store-f {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 140%;
}

.store-f h5, .store-f a, .store-f {
    font-size: 16px;
}

.store-f strong {
    color: #ef7d00;
}

.store-f > div {
    margin-bottom: 30px;
}

.store-title {
    margin-bottom: 20px;
}

.store-link {
    color: #ef7d00;
}

.store {
    min-height: calc(100vh - 282px);
}

.store h4 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.store .manufacturer {
    margin-top: 40px;
}

.store .manufacturer h5 {
    font-weight: 400;
    color: #4a4a4a;
    font-size: 18px;
    margin-bottom: 9px;
}

.store .manufacturer p {
    font-weight: 400;
    line-height: 110%;
}

.store .manufacturer p span {
    font-size: 12px;
}

.stores > .row {
    position: relative;
}

.stores .manufacturer {
    right: 30px;
    position: absolute;
    z-index: 999;
}

.stores .manufacturer .mtitle {
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    border: 1px solid #ef7d00;
    padding: 10px 40px 8px;
}

.stores .manufacturer .mtitle:hover {
    background: #ef7d00;
}

.gallery .slick-slide img {
    max-height: 405px;
    margin: 0 auto;
}

.gallery .slick-slide a {
    height: 405px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mlist {
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 8px;
    display: none;
}

.mlist-item {
    color: #fff;
    font-size: 15px;
    padding: 2px 10px;
    cursor: pointer;
}

.mlist-item:hover, .mlist-item.active {
    background: #939393;
}

.store-desc .mdi-close-box-outline {
    display: block;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.store-desc .mdi-close-box-outline:hover {
    color: #ef7d00;
}

.choice {
    text-align: center;
    font-weight: 400;
    background: #939393;
    color: #fff;
    margin-top: 5px;
    position: relative;
}

.choice .choice-name {
    line-height: 29px;
    display: none;
}

.choice .mdi-close {
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    display: none;
    z-index: 99;
    top: 6px;
}

.show-item {
    display: block;
}

.hide-item {
    display: none;
}

.searchandfilter ul li.open > ul.children {
    display: block;
}

.searchandfilter ul.children {
    display: none;
}

.searchandfilter li[data-sf-field-input-type=checkbox] label, .searchandfilter li[data-sf-field-input-type=radio] label, .searchandfilter li[data-sf-field-input-type=range-radio] label, .searchandfilter li[data-sf-field-input-type=range-checkbox] label {
    margin: 3px 0 5px 0;
    padding-left: 0;
    padding-right: 20px;
}

.searchandfilter ul li.sf-field-search {
    padding: 0;
}

.searchandfilter ul li.sf-field-search input {
    margin-top: 0;
}

.searchandfilter .sf-range-max::placeholder, .searchandfilter .sf-range-min::placeholder,
.sf-field-search input::placeholder {
    color: #3a3a3a;
}

.searchandfilter .sf-range-max, .searchandfilter .sf-range-min,
.searchandfilter select.sf-input-select,
.sf-field-search input {
    border: 1px #ef7d00 solid !important;
    width: 100%;
    color: #353434;
}

.sf-range-values-seperator {
    margin-left: 5px;
}

.sf-field-search label {
    width: 100%;
}

.searchandfilter label {
    display: block;
    word-wrap: normal;
}

.searchandfilter .sf-field-post-meta-stara_cena label {
    display: inline-block;
}

.searchandfilter ul li.sf-field-sort_order {
    margin-top: 30px;
}

.sf-field-post-meta-stara_cena label:nth-of-type(2) {
    float: right;
}

.sf-field-post-meta-producent ul {
    padding-left: 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    height: 140px;
}

.sf-field-post-meta-producent {
    margin-top: 20px;
}

.sf-field-post-meta-producent ul.hide-items::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.sf-field-post-meta-producent h4 {
    position: relative;
    cursor: pointer;
}

.sf-field-post-meta-producent h4::after {
    content: '[ + rozwiń ]';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-70%);
    font-size: 12px;
    color: #1d1d1d;
}

.sf-field-post-meta-producent.open-all h4::after {
    content: '[ - zwiń ]';
}

.sf-field-post-meta-producent.open-all ul {
    height: auto;
}

.sf-field-post-meta-producent.open-all ul::after {
    display: none;
}

.category_desc {
    margin-bottom: 20px;
    display: block;
}

.searchandfilter .noUi-connect {
    background-color: #ef7d00 !important;
}

.searchandfilter .sf-range-max, .searchandfilter .sf-range-min {
    max-width: 100px !important;
}

.searchandfilter .meta-slider {
    max-width: 260px !important;
}

.catalog-menu {
    margin-bottom: 50px;
}

.salon .catalog-products, .salon .catalog-menu {
    margin-top: 30px;
}

.sf-field-sort_order label {
    width: 100%;
}

.catalog-menu input[type="submit"] {
    background: #ef7d00;
    width: 100px;
    float: right;
}

@media (min-width: 992px) {
    .catalog-products h2 {
        height: 33px;
        overflow: hidden;
    }
}

.searchandfilter select.sf-input-select {
    padding: 5px 8px;
}

.searchandfilter select.sf-input-select:focus {
    outline: none;
}

.searchandfilter select.sf-input-select option {
    padding: 3px 0;
}

.searchandfilter select.sf-input-select option:hover {
    background: #ef7d00;
    color: #fff;
}

.icheckbox_square-orange,
.iradio_square-orange {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../img/orange.png) no-repeat;
    border: none;
    cursor: pointer;
    float: left;
    margin-right: 10px
}

.icheckbox_square-orange {
    background-position: 0 0;
}

.icheckbox_square-orange.hover {
    background-position: -24px 0;
}

.icheckbox_square-orange.checked {
    background-position: -48px 0;
}

.icheckbox_square-orange.disabled {
    background-position: -72px 0;
    cursor: default;
}

.icheckbox_square-orange.checked.disabled {
    background-position: -96px 0;
}

.iradio_square-orange {
    background-position: -120px 0;
}

.iradio_square-orange.hover {
    background-position: -144px 0;
}

.iradio_square-orange.checked {
    background-position: -168px 0;
}

.iradio_square-orange.disabled {
    background-position: -192px 0;
    cursor: default;
}

.iradio_square-orange.checked.disabled {
    background-position: -216px 0;
}

@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_square-orange,
    .iradio_square-orange {
        background-image: url(../img/orange@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

.opis-produktu p {
    text-align: justify;
}

.prizesdiv {
    margin-top: 50px;
}

#show-hide-filters {
    display: none;
    width: 100%;
    border: none;
    padding-top: 10px;
    padding-bottom: 8px;
    background: none;
    text-transform: uppercase;
    background: #E0E0E0;
}

#show-hide-filters:hover {
    color: #ef7d00;
}

#show-hide-filters:focus {
    outline: none;
}

.pagination {
    margin: 40px 0;
    text-align: center;
}

.pagination .page-numbers {
    margin: 0 6px;
    font-weight: 400;
}

.pagination .page-numbers li {
    display: inline-block;
}

.pagination .page-numbers.current {
    margin: 0 6px;
    font-weight: 600;
    color: #ef7d00;
}

.pagination .page-numbers:hover {
    text-decoration: none;
    color: #ef7d00;
}

.single .products-head::before {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

article {
    overflow: hidden;
    position: relative;
}

.type-products h2 a,
.zobacz-takze-article h2 a,
.category-promocje article h2 a,
.post-type-archive-products article h2 a {
    color: #ef7d00;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    display: block;
}

.type-products h3,
.zobacz-takze-article h3,
.category-promocje article h3,
.post-type-archive-products article h3 {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #3a3a3a;
}

.zobacz-takze-article h3 {
    margin: 10px 0;
}

.single-products .product-content {
    margin-top: 50px;
}

.single-products .short-desc .manufakturer {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

.zobacz-takze-article {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.zobacz-takze-article img {
    max-height: 200px;
    width: auto;
    margin: 0 auto;
    margin-bottom: 15px;
}

.zobacz-takze > h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.distribute .zobacz-takze > h3 {
    margin-top: 10px;
}

.category-promocje article:hover,
#clist article:hover,
.page-template-distribute article:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.category-promocje article .product-category,
.post-type-archive-products article .product-category {
    font-size: 14px;
    text-align: right;
    margin-bottom: 10px;
}

.prod-image-box {
    display: flex;
    height: 250px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

.prod-image-box img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 250px;
    display: inline-block;
    margin: 0 auto;
}

.product-discount {
    position: absolute;
    top: 10px;
    left: 15px;
    background: #ef7d00;
    padding: 4px 7px 4px 7px;
    color: #fff;
    font-weight: 700;
}

.products .short-desc h1 {
    margin-top: 7px;
}

.products .testy_recenzje {
    margin-top: 50px;
    margin-bottom: 50px;
}

.products .recenzja {
    margin: 5px;
    border-bottom: 1px #f5f5f5 solid;
}

.products .recenzja a {
    display: inline-block;
    padding: 5px;
    color: #ef7d00;
    font-weight: 400;
}

.products .recenzja a:hover {
    text-decoration: none;
    color: #353434;
}

.products .product-price {
    position: relative;
    margin: 15px 0;
    padding: 10px 0;
    border-top: 1px #f5f5f5 solid;
    border-bottom: 1px #f5f5f5 solid;
}

.product-newprice,
.product-oldprice {
    text-align: center;
    margin: 5px 0;
}

.product-newprice {
    font-weight: 700;
    font-size: 16px;
    color: #3a3a3a;
}

.product-oldprice {
    font-size: 14px;
    opacity: 50%;
}

.single-products h4 {
    color: #3a3a3a;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
}

.single-products .product-discount {
    left: 0;
}

.category-promocje article.type-products .product-price,
.post-type-archive-products article.type-products .product-price,
.single-products .product-price {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.category-promocje article.type-products .product-price .product-oldprice,
.post-type-archive-products article.type-products .product-price .product-oldprice,
.page-id-1646 article.type-products .product-price .product-oldprice,
.single-products .product-oldprice, .zobacz-takze-article .product-oldprice {
    margin-right: 10px;
    position: relative;
    line-height: 35px;
    font-size: 18px;
    padding: 0 5px;
    margin-bottom: 0;
}

.category-promocje article.type-products .product-price .product-oldprice::after,
.post-type-archive-products article.type-products .product-price .product-oldprice::after,
.page-id-1646 article.type-products .product-price .product-oldprice::after,
.single-products .product-oldprice::after, article.products.type-products .product-oldprice::after,
.zobacz-takze-article .product-oldprice:after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    top: 48%;
    position: absolute;
    left: 0;
    background: red;
}

.category-promocje article.type-products .product-price .product-newprice,
.post-type-archive-products article.type-products .product-price .product-newprice,
.single-products .product-newprice {
    font-size: 26px;
    line-height: 30px;
}

.zobacz-takze-article .product-price {
    display: block;
    text-align: center;
}

.zobacz-takze-article .product-price > div {
    display: inline-block;
    text-align: center;
}

.zobacz-takze-article div.product-newprice {
    display: block;
    font-size: 26px;
    line-height: 30px;
}

.techtab .row {
    padding-top: 3px;
    padding-bottom: 3px;
}

.techtab .etykieta {
    font-size: 18px;
    font-weight: 700;
    color: #303030;
    line-height: 22px;
}

.techtab .wartosc {
    font-size: 16px;
    font-weight: 700;
    color: #ef7d00;
    line-height: 22px;
}

.colors {
    margin-top: 50px;
}

.colors .color-item img {
    box-shadow: 2px 2px 20px rgba(48, 48, 48, 0.76);
    margin-bottom: 15px;
}

.colors .color-item {
    text-align: center;
}

.colors .color-item .color-title {
    text-align: center;
    font-weight: 600;
}

.relative-products {
    margin-top: 50px;
    margin-bottom: 50px;
}

.relative-products .title {
    font-weight: 900;
    color: #ef7d00;
    text-align: center;
    font-size: 18px;
}

.relative-products a:hover {
    text-decoration: none;
}

.relative-products .producent {
    font-weight: 900;
    font-size: 14px;
    text-align: center;
    margin: 10px 0 5px;
}

.relative-products .prod-image-box {
    height: 200px;
}

.relative-products .prod-image-box img {
    max-height: 200px;
}

.category-promocje article.type-products .product-price,
.post-type-archive-products article.type-products .product-price,
.relative-products .product-price {
    justify-content: center;
    margin-top: 10px;
}

.category-promocje article.type-products .product-price,
.post-type-archive-products article.type-products .product-price {
    border-bottom: 0;
}

.category-promocje article.type-products .product-price .product-newprice,
.post-type-archive-products article.type-products .product-price .product-newprice,
.relative-products .product-price .product-newprice {
    font-size: 18px;
    line-height: 22px;
}

.category-promocje article.type-products .product-price .product-oldprice,
.post-type-archive-products article.type-products .product-price .product-oldprice,
.page-id-1646 article.type-products .product-price .product-oldprice,
.relative-products .product-price .product-oldprice {
    margin-right: 10px;
    position: relative;
    line-height: 28px;
    font-size: 14px;
    padding: 0 5px;
    margin-bottom: 0;
    margin-top: 3px;
}

article.products.type-products .product-price .product-oldprice {
    display: inline-block;
    padding: 0;
    position: relative;
}

article.products.type-products .product-price .product-newprice {
    display: inline-block;
}

article.products.type-products .product-price {
    text-align: center;
}

.thumb-gallery {
    list-style: none;
    padding-left: 0;
}

.thumb-gallery li {
    display: inline-block;
    padding: 10px;
}

.home .mainslider {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 50px;
}

.post-type-archive-aktualnosci .text,
.post-type-archive-nowosci_produktowe .text,
.single .products-head .text,
.category .products-head .text,
.home .mainslider .text {
    top: 55%;
    position: absolute;
}

.post-type-archive-aktualnosci .text .inner,
.post-type-archive-nowosci_produktowe .text .inner,
.single .text .inner,
.category .text .inner,
.home .mainslider .inner {
    border-top: 3px #ef7d00 solid;
    border-bottom: 3px #ef7d00 solid;
    padding: 20px 20px 20px 0;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
    position: relative;
}

.single .text .inner,
.home .mainslider .inner {
    border-right: 3px #ef7d00 solid;
}

.post-type-archive-aktualnosci .text .inner,
.post-type-archive-nowosci_produktowe .text .inner,
.category .text .inner {
    border-left: 3px #ef7d00 solid;
    border-right: 0;
    padding: 20px 0 20px 20px;
}

.post-type-archive-aktualnosci .text .inner::before,
.post-type-archive-nowosci_produktowe .text .inner::before,
.single .text .inner::before,
.category .text .inner::before,
.home .mainslider .inner::before {
    width: 30vw;
    height: 3px;
    background: #ef7d00;
    display: block;
    content: '';
    transform: translate(-99%, -23px);
}

.post-type-archive-aktualnosci .text .inner::after,
.post-type-archive-nowosci_produktowe .text .inner::after,
.single .text .inner::after,
.category .text .inner::after,
.home .mainslider .inner::after {
    width: 30vw;
    height: 3px;
    background: #ef7d00;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-99%, 3px);
}

.post-type-archive-aktualnosci .text .inner::before,
.post-type-archive-nowosci_produktowe .text .inner::before,
.category .text .inner::before {
    left: auto;
    transform: translate(99%, -22px);
    right: 0;
}

.post-type-archive-aktualnosci .text .inner::after,
.post-type-archive-nowosci_produktowe .text .inner::after,
.category .text .inner::after {
    left: auto;
    transform: translate(99%, 2px);
    right: 0;
}

.container ul {
    list-style: initial;
    margin-left: 30px;
    margin-bottom: 20px;
}

.container ol {
    list-style: decimal;
    margin-left: 30px;
    margin-bottom: 20px;
}

.container li {
    font-weight: 300;
    line-height: 140%;
}

.opis .container li {
    font-weight: 400;
}

#clist, .category-promocje ul {
    list-style: none;
}

.catalog-products .row > div {
    position: relative;
}

.catalog-promotions .row > div {
    position: relative;
}

.nopromo-header {
    margin-top: 30px;
    min-height: calc(100vh - 843px);
}

.worker .worker-inner,
.new-product-item a {
    position: relative;
    display: block;
    margin: 20px 0;
    overflow: hidden;
    line-height: 120%;
}

.new-product-item img, .worker .worker-inner img {
    width: 100%;
}

.worker .worker-inner::before,
.new-product-item a::before {
    width: calc(100% - 10px);
    height: calc(100% - 15px);
    border: 1px #ef7d00 solid;
    position: absolute;
    top: 5px;
    left: 5px;
    content: '';
    display: block;
    z-index: 9;
}

.new-product-item .npi-date {
    position: absolute;
    top: 15px;
    left: 0;
    background: #ef7d00;
    padding: 3px 5px 0 15px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.worker h3,
.new-product-item h2 {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 900;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    padding-left: 15px;
    padding-right: 10px;
    z-index: 9;
}

.worker h3::before,
.new-product-item h2::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: '';
    width: 8px;
    height: 20px;
    background: #ef7d00;
    margin-right: 10px;
    z-index: 9;
}

.worker .shortdsc {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.worker:hover .shortdsc {
    opacity: 1;
}

.team {
    margin-top: 50px;
}

.team-desc .opis,
.team-desc h2 {
    padding-left: 30px;
    position: relative;
}

.team-desc h2::before {
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    content: '';
    width: 8px;
    height: 30px;
    background: #ef7d00;
    margin-right: 10px;
}

.form_subscribe > div {
    width: 60% !important;
    display: inline-block;
    vertical-align: top;
}

.form_subscribe > div input {
    padding: 0 10px !important;
    margin: 0;
}

.form_subscribe > p:first-of-type {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-bottom: 0;
}

.form_subscribe > p:first-of-type button {
    height: initial !important;
    padding: 10px 20px 9px;
    margin: 0;
    line-height: 33px !important;
    margin-left: 15px;
}

.form_subscribe > p:first-of-type button br {
    display: none;
}

.form_container {
    margin-top: 20px;
}

.form_container p:nth-of-type(2) {
    display: none;
}

.newsletter-text {
    margin-top: 11px;
}

.single-cpost article {
    margin-top: 45px;
}

.distribute.single-cpost article {
    margin-top: 10px;
}

.post-gallery {
    margin-top: 50px;
}

.post-gallery ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.post-gallery ul li {
    width: 20%;
    padding: 10px 0;
}

.aligncenter {
    text-align: center;
    margin: 20px auto;
    display: block;
}

.post-inner .post-thumb {
    width: 30%;
    text-align: center;
    padding: 15px;
}

.post-inner .post-thumb img {
    max-width: 360px;
    width: 100%;
    height: auto;
}

.content-new .post-inner .post-thumb img {
    max-width: 400px;
}

.content-new .post-inner .post-thumb {
    width: 40%;
    text-align: left;
}

.post-inner .post-content {
    padding: 15px;
    width: 70%;
    position: relative;
}

.content-new .post-inner .post-content {
    width: 60%;
}

.post-inner .post-content h2 a {
    font-weight: 700;
    color: #ef7d00;
    font-size: 32px;
}

.post-inner .post-content h2 a:hover {
    text-decoration: none;
}

.post-inner .post-date {
    display: inline-block;
    float: right;
    margin-right: -15px;
    padding: 5px 9px 2px 10px;
    background: #ef7d00;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.post-inner {
    margin-bottom: 50px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.15);
}

.post-header {
    padding: 10px;
    border-bottom: 1px #F0F0F0 solid;
    margin-bottom: 25px;
    padding-left: 40px;
}

.post-excerpt {
    padding-left: 40px;
}

.view-article {
    color: #ef7d00;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    right: 25px;
}

.view-article:hover {
    color: #ef7d00;
    text-decoration: underline;
}

.realization {
    margin-top: 30px;
}

.relproduct {
    position: relative;
}

#clist h2 {
    font-size: 26px;
    margin: 25px auto 0;
    display: block;
    width: 100%;
    text-align: center;
    color: #ef7d00;
}

article h3 {
    margin-top: 0;
}

article ul, article ol {
    line-height: 140%;
    margin: 10px 0;
}

article ul {
    list-style: disc;
    list-style-position: inside;
}

article ol {
    list-style: decimal;
    list-style-position: inside;
}

.bl {
    display: block;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-40 {
    margin-top: 40px;
}

.footer-bg {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
    position: relative;
    margin-bottom: -20px;
    margin-top: -30px;
}

.visitus h2 {
    margin-bottom: 10px;
    margin-top: 40px;
}

.footer-bg.footer-salony {
    padding-top: 0;
}

.footer-salony .contactbar {
    padding-top: 80px;
    background: rgba(239, 125, 0, 0.81);
    position: relative;
}

.footer-salony .contactbar .inner {
    border-color: #fff;
}

.footer-salony .contactbar .inner::before,
.footer-salony .contactbar .inner::after {
    background: #fff;
}

.footer-bg::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(211, 118, 17, 0.95);
    position: absolute;
    top: 0;
    left: 0;
}

.contactbar .inner {
    border-top: 3px #fff solid;
    border-right: 3px #fff solid;
    border-bottom: 3px #fff solid;
    padding: 20px 20px 20px 0;
    color: #fff;
    position: relative;
}

.contactbar .inner::before {
    width: 30vw;
    height: 3px;
    background: #fff;
    display: block;
    content: '';
    transform: translate(-99%, -23px);
}

.contactbar .inner::after {
    width: 30vw;
    height: 3px;
    background: #fff;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-99%, 3px);
}

.contactbar .cform textarea, .cform input, .contactbar .wpcf7-form input[type=text], .contactbar .wpcf7-form input[type=email], .contactbar .wpcf7-form input[type=tel] {
    color: #fff;
    border-top: 1px #fff solid;

}

.contactbar textarea {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.contactbar input[type="submit"] {
    color: #fff;
    border: 1px #fff solid;
    cursor: pointer;
    z-index: 999;
    position: relative;
}

.contactbar input[type="submit"]:focus {
    border: 1px solid #fff !important;
}

.contactbar span.wpcf7-not-valid-tip {
    color: #fff !important;
    z-index: 999;
    position: relative;
}

.contactbar div.wpcf7-validation-errors, .contactbar div.wpcf7-acceptance-missing {
    border: 2px solid #fff;
    margin: 0;
    color: #fff;
}

.contactbar div.wpcf7-validation-errors {
    position: relative;
    z-index: 999;
}

.contactbar textarea::placeholder,
.contactbar input::placeholder {
    color: #fff;
}

.contactbar textarea:focus,
.contactbar input:focus {
    border-top: 1px #fff solid !important;
}

.contactbar .inner p.large {
    font-size: 38px;
    color: #fff;
    font-weight: 900;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.contactbar .wpcf7-form {
    margin-top: -10px;
}

.catalogbar {
    padding: 70px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 50px;
}

.catalogbar .inner {
    border-top: 3px #ef7d00 solid;
    border-right: 3px #ef7d00 solid;
    border-bottom: 3px #ef7d00 solid;
    padding: 20px 20px 20px 0;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
    position: relative;
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    display: inline-block;
}

.catalogbar .inner::before {
    width: 30vw;
    height: 3px;
    background: #ef7d00;
    display: block;
    content: '';
    transform: translate(-99%, -23px);
}

.catalogbar .inner::after {
    width: 30vw;
    height: 3px;
    background: #ef7d00;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-99%, 3px);
}

.large span {
    color: #ef7d00;
}

.footer-bg.home .contactbar .inner {
    border-top: 3px #ef7d00 solid;
    border-right: 3px #ef7d00 solid;
    border-bottom: 3px #ef7d00 solid;
}

.footer-bg.home .inner::after, .footer-bg.home .inner::before {
    background: #ef7d00;
}

.footer-bg.home {
    margin-top: 0;
}

.footer-bg.home::before {
    display: none;
}

.newsitem {
    margin: 5px 0;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.newsitem a:hover {
    text-decoration: none;
}

.newsitem h4 {
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    background: #f07d00;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    margin-top: 0;
}

.cenniki-header h2.news-head,
.newsbar h2.news-head {
    font-size: 26px;
    background: #222222;
    color: #fff;
    font-weight: 900;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;

    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 10px;
}

.newsitem h2 {
    background: rgba(34, 34, 34, 0.8);
    color: #fff;
    font-weight: 900;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
}

.newsitem .inner {
    min-height: 415px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.newsitem.news-6 .inner,
.newsitem.news-7 .inner,
.newsitem.news-8 .inner,
.newsitem.news-9 .inner {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.newsitem.news-2 .inner,
.newsitem.news-3 .inner,
.newsitem.news-4 .inner,
.newsitem.news-5 .inner {
    min-height: 235px;
}

.newsitem.news-6 .inner,
.newsitem.news-7 .inner,
.newsitem.news-8 .inner,
.newsitem.news-9 .inner {
    min-height: 335px;
}

.newsitem.news-1 h4,
.newsitem.news-2 h4,
.newsitem.news-3 h4,
.newsitem.news-4 h4,
.newsitem.news-5 h4 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 40px;
    padding-top: 5px;
    margin-bottom: 0;
}

.newsitem.news-6 h4,
.newsitem.news-7 h4,
.newsitem.news-8 h4,
.newsitem.news-9 h4 {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.newsitem.news-1 h2,
.newsitem.news-2 h2,
.newsitem.news-3 h2,
.newsitem.news-4 h2,
.newsitem.news-5 h2 {
    margin-top: 5px;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 0;
}

.newsitem.news-6 h2,
.newsitem.news-7 h2,
.newsitem.news-8 h2,
.newsitem.news-9 h2 {
    font-size: 17px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 5px;
}

.newsitem .inner::before, .newsitem .inner::after {
    display: none;
}

.newsitem .inner {
    border: 0;
}

.newsbar {
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.newslist-btn {
    position: absolute;
    z-index: 9999;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    width: 250px;
    background: rgba(255, 255, 255, 0.75);
    padding: 10px 10px 8px;
    margin-left: calc(50% - 125px);
}

.distribute .newsbar {
    margin-top: 0;
}

.cpost-cat {
    font-size: 16px;
    font-weight: 300;
    background: #fff;
    display: inline-block;
    position: absolute;
    z-index: 999;
    width: 130px;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    left: calc(50% - 67px);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.single-products.distribute .short-desc h3 {
    text-align: left;
}

.distribute .breadcrumb {
    background: transparent;
    color: #3a3a3a;
}

.distribute .breadcrumb .container .breadcrumb {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 13px 0 12px;
}

.distribute .breadcrumb a {
    color: #3a3a3a;
}

#loadMore {
    cursor: pointer;
    text-align: center;
    margin-top: 30px;
    border: 2px solid #ef7d00;
    width: 200px;
    font-weight: bold;
}

#loadMore:hover {
    background: #ef7d00;
    color: #fff;
}

h1.slim {
    font-weight: 300;
    font-size: 38px;
    line-height: 44px;
    color: #fff;
    margin: 0;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}

.share {
    border-top: 1px #f5f5f5 solid;
    border-bottom: 1px #f5f5f5 solid;
    font-size: 12px;
    margin-top: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.sh-title {
    float: left;
    margin-top: 12px;
    margin-right: 15px;
    font-size: 16px;
}

.share div:nth-of-type(n + 2) {
    width: 38px;
    height: 38px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    padding-top: 2px;
    cursor: pointer;
}

.single-cpost .share {
    margin-top: 25px;
}

.single-cpost .baner-index {
    max-height: 490px;
    overflow: hidden;
    background-position-y: 89px !important;
}

.distribute.single-cpost .baner-index {
    background-position-y: 0 !important;
}

.distribute.single-cpost .share {
    margin-top: 0;
    border-top: 0;
    margin-bottom: 50px;
}

.mdi-facebook {
    border: 2px solid #4267b2;
    color: #4267b2;
}

.mdi-facebook:hover {
    background: #4267b2;
    color: #fff;
}

.mdi-twitter {
    border: 2px solid #1da1f2;
    color: #1da1f2;
}

.mdi-twitter:hover {
    background: #1da1f2;
    color: #fff;
}

.mdi-google {
    border: 2px solid #dd4a40;
    color: #dd4a40;
}

.mdi-google:hover {
    background: #dd4a40;
    color: #fff;
}

.share .mdi {
    font-size: 30px;
    text-align: center;
    transition: all ease-in-out 0.3s;
}

.manulist {
    margin-bottom: 30px;
}

.review h4 {
    color: #f07d00;
    text-align: center;
    margin-bottom: 30px;
}

.distribute .zobacz-takze.review > h3 {
    margin-top: 50px;
}

.review .button {
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 40px;
}

.post-info {
    background: #efefef;
    padding: 15px 20px 13px;
    margin-bottom: 30px;
}

.button.linktype {
    display: block;
    margin: 45px auto 0;
    text-align: center;
    max-width: 280px;
}

.cpost .helpdesk-list {
    margin-top: 30px;
}

.hdlist .row {
    width: 100%;
    margin-bottom: 10px;
}

.slides-nav button {
    position: absolute;
    margin: 0;
    border: 0;
    transition: color 0.5s ease;
    z-index: 999;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    color: #fff;
    font-size: 50px;
    display: none;
}

.slides:hover .slides-nav button {
    display: block;
}

.slides-nav button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 0;
    background: #111;
    transition: width 0.4s ease;
}

.slides-nav button:focus {
    outline: 0;
}

.is-sliding .slides-nav {
    pointer-events: none;
}

.js-prev {
    left: 40px;
    right: initial;
    top: calc(50% - 35px);
}

.js-next {
    right: 40px;
    top: calc(50% - 35px);
}

.slides {
    position: relative;
    display: block;
    height: 415px;
    width: 100%;
    background: #fff;
    transition: background 1s cubic-bezier(0.99, 1, 0.92, 1);
    overflow: hidden;
}

.slides.container {
    padding: 0 30px;
    margin-bottom: 30px;
}

.is-sliding .slides {
    background: #ededed;
    transition: background 0.3s cubic-bezier(0.99, 1, 0.92, 1);
}

.slide {
    z-index: -1;
    padding: 0;
    position: absolute;
    width: 1140px;
    height: 415px;
    transition: z-index 1s ease;

}

.slide.is-active {
    z-index: 19;
    transition: z-index 1s ease;
}

.slide__content {
    position: relative;
    height: 100%;
    width: 100%;
}

.slide__header {
    z-index: 9;
    position: absolute;
    display: block;
    align-items: center;
    overflow-y: hidden;
    bottom: 80px;
    left: 100px;
    top: initial;
}

.slide__title {
    font-weight: bold;
    color: #fff;
    line-height: 100%;
    transition: z-index 1s ease;
}

.slide__title .title1 {
    background: rgba(34, 34, 34, 0.8);
    color: #ef7d00;
    font-size: 20px;
    padding: 10px 10px 9px;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 120%;
}

.slide__title .title2 {
    background: rgba(34, 34, 34, 0.8);
    font-size: 27px;
    padding: 7px 10px 7px;
    display: block;
    line-height: 120%;
}

.slide__figure {
    z-index: 7;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-sliding .slide__figure {
    transform: scale(0.8);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.slide__img {
    position: relative;
    display: block;
    -webkit-backface-visibility: hidden;
    height: 0;
    width: 100%;
    filter: grayscale(0%);
    background-size: cover;
    background-position: 50% 50%;
    transition: height 1s 1.4s cubic-bezier(0.19, 1, 0.22, 1), filter 0.4s 0.1s ease;
}

.is-active .slide__img {
    height: 100%;
    opacity: 1;
    transition: height 0.5s 0.3s cubic-bezier(0.77, 0, 0.175, 1), filter 0.4s 0.1s ease;
}

.is-sliding .slide__img {
    filter: grayscale(100%);
}

.inside-grid-column {
    line-height: 140%;
    text-align: justify;
}

.showlist, .closelist {
    display: none;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: text-bottom;
    cursor: pointer;
}

.salon-cpost .review h4 {
    margin-top: 30px;
}

.salon-cpost .linktype {
    max-width: 340px;
}

.salon-cpost article {
    margin-top: 25px !important;
}

.search-nav {
    position: absolute;
    cursor: pointer;
    top: 9px;
    right: 0;
    font-weight: bold;
    font-size: 12px;
}

.sf-field-taxonomy-category_products ul li {
    position: relative;
}

.search-nav.expand {
    display: block;
}

.search-nav.fold {
    display: none;
}

.open > .search-nav.expand {
    display: none;
}

.open > .search-nav.fold {
    display: block;
}

.container img {
    max-width: 100%;
    height: auto;
}

.mobile {
    display: none;
}

.cpost-title {
    margin-top: 0;
    margin-bottom: 30px;
}

.installation ul.uslugi-lista {
    margin-left: 0;
}

.installation .uslugi-lista li {
    display: inline-block;
    margin: 0 0.5em 0.5em 0;
    padding: 7px;
    background: #f07d00;
    color: #fff;
}

.installation .uslugi-lista li a {
    color: #fffdfd;
}


.installation .insta-aboutus-wrap h1 {
    font-weight: 300;
    font-size: 24px;
    float: left;
}

.installation .insta-aboutus-wrap h1 {
    display: block;
    font-size: 1.5em;
    width: 60%;
    padding-left: 10px;
}

.installation .insta-aboutus-wrap span::after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: #f07d00;
    margin: 10px 0 15px;
}

.installation .insta-aboutus-wrap p {
    font-size: 20px;
    line-height: 140%;
    font-weight: 500;
    margin-top: 100px;
}

.page-id-188 .box .button {
    color: #fff;
}

.page-id-188 .box .button:hover {
    color: #f07d00;
}

.contactbar .wpcf7-form span {
	color: #fff;
}

.contactbar .wpcf7-form span a {
    color: #fff !important;
    font-weight: bold;
}

.accept_privacy_policy_row span {
    display: block;
    text-align: left;
}

@media (max-width: 767px) {

    .box {
        border-top: 0;
    }

    .gallery .slick-slide img {

        height: auto;
        margin: 0 auto;
    }

    .product-content .row, .wrap-gallery-content {
        display: flex;
        flex-wrap: wrap;
    }

    .single-products h4 {
        font-size: 30px;
    }

}

@media (min-width: 992px) {
    .helpdesk-list {
        position: relative;
    }

    .hdlist {
        position: absolute;
        width: 66%;
        left: 35%;
        top: 0;
    }
}

@media (max-width: 1199px ) {

    .distribute .newsbar {
        margin-left: -15px;
        margin-right: -15px;
    }

    .boxlink {
        margin: auto;
    }

    .bg-main-img, .bg-main-img-hover {
        width: 100%;
    }

    .boxlink h2 {
        font-size: 20px;
    }

    .contact-info {
        text-align: center;
        margin-top: -8px;
    }

    .slide {
        width: 100%;
    }

    .slides.container {
        width: 100%;
        padding: 0;
    }

    #newslist.container {
        padding: 15px 45px;
    }

    .slides.container {
        margin: 0 auto;
    }

    .slide, .slides.container {
        width: 690px;
        height: 250px;
    }

    .js-prev {
        left: 0;
    }

    .js-next {
        right: 0;
    }

    .slide__header {
        top: 20px;
        left: 50px;
    }

    .page-id-30.salon .baner-index .container.content,
    .page-id-1617.salon .baner-index .container.content {
        min-height: 260px;
    }

    .salon .baner-index .slider-description, .distribute .baner-index .slider-description {
        top: 35%;
    }

    .post-inner .post-thumb {
        width: 100%;
        text-align: left;
        height: auto;
    }

    .boxuslugi-bg-item img {
        width: 100%;
    }

    .view-article {
        position: static;
        display: block;
        margin-top: 20px;
        text-align: right;
    }
}

@media (max-width: 991px ) {
    .mobile {
        display: block;
    }

    .videoContainer {
        display: none;
    }

    .row.manulist {
        margin-left: -15px;
    }

    .row.manulist > div {
        width: calc(50% - 38px);
        float: left;
    }

    .praktyka {
        display: none;
    }

    .hdlist {
        margin-top: 30px;
    }

    .gallery h4 {
        margin-top: 40px;
    }

    .showlist {
        display: inline-block;
    }

    .serviceslist {
        background: #fff;
        padding: 20px 0;
        margin-left: 10px;
    }

    .serviceslist li {
        margin: 0 20px;
    }

    .newsletter-form {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .post-inner .post-thumb {
        text-align: center;
    }

    .post-inner .post-content {
        width: 100%;
    }

    .post-excerpt {
        padding-left: 0;
    }

    .post-header {
        padding-left: 0;
    }

    .salon .baner-index .container.content, .distribute .baner-index .container.content {
        min-height: 100px;
    }

    .single-cpost.distribute .baner-index .container.content {
        min-height: 200px;
    }

    .single-cpost.distribute .slider-description h1 {
        font-size: 28px;
    }

    .distribute .baner-index .inner, .distribute .baner-index .to_right .inner, .distribute .baner-index .to_left .inner {
        margin-top: 0;
        padding: 0;
    }

    .inner::before, .inner::after {
        display: none;
    }

    .inner, .to_right .inner, .to_left .inner {
        border-left: 0;
        border-right: 0;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        margin-top: 30px;
    }

    .salon .baner-index .slider-description.to_right, .salon .baner-index .slider-description.to_left {
        right: 0;
    }

    .acf-map {
        margin-bottom: 0;
    }

    .newsletter-text {
        text-align: center;
    }

    .contact-info {
        margin-top: 0;
    }

    .search-price-wrap #search {
        right: 30px;
    }

    footer {
        text-align: center;
    }

    footer .row > div:first-of-type, .contact-info {
        margin-bottom: 20px;
    }

    .price-list-item .download-row {
        opacity: 1;
    }

    .price-list-item img {
        transform: translateY(-20px);
    }

    .menu-wrap-ul {
        display: none;
        min-width: 250px;
    }

    .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
        background: #fff;
    }

    .hamburger {
        display: block;
        padding: 0;
        position: absolute;
        top: 15px;
        right: 30px;
    }

    .hamburger.is-active {
        position: fixed;
        top: 30px;
        right: 30px;
    }

    .nav ul li a {
        color: #fff;
    }

    .nav ul li.current_page_item a {
        background: none;

    }

    #header.header-subpage .menu-wrap-ul,
    .menu-wrap-ul.active {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 9999999;
        background-color: #000000db;
        text-align: center;
        padding: 20px;
    }

    .hamburger--collapse .hamburger-inner {
        top: auto;
        bottom: 0;
        transition-duration: 0.13s;
        transition-delay: 0.13s;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .hamburger--collapse .hamburger-inner::after {
        top: -16px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    }

    .hamburger--collapse .hamburger-inner::before {
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .hamburger--collapse.is-active .hamburger-inner {
        transform: translate3d(0, -10px, 0) rotate(-45deg);
        transition-delay: 0.22s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .hamburger--collapse.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    }

    .hamburger--collapse.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-90deg);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .nav ul li a, .baner-index .menu a {
        font-size: 30px;
        padding: 20px 10px;
        font-weight: 300;
    }

    #header.header-subpage .menu-wrap-ul {
        top: 70px;
    }

    .menu-wrap-ul ul li {
        display: block;
        text-align: center;
        margin: 10px 0;

    }

    .hslider .hslider-content {
        margin: 45px 0 80px;
    }

    .menu-wrap-ul ul li.active a {

        color: #ef7d00;
    }

    nav.active {
        height: 100vh;
        position: fixed;
        z-index: 99;
        width: 100%;
    }

    .menu li a {
        font-size: 30px;
        color: #fff;
    }

    .slider-description h1 {
        font-size: 36px;
    }

    .insta-aboutus-bg {
        display: none;
    }

    .insta-aboutus-txt {
        padding: 50px 15px 0;
        margin-left: 0;
    }

    .slider-description {
        left: 0;
    }

    .boxuslugi-txt ul {
        display: none;
    }

    .boxuslugi {
        position: relative;
    }

    .col-md-7.boxuslugi-bg {
        padding-right: 0;
        margin-left: 90px;
        overflow: hidden;
    }

    .col-md-6.boxuslugi-txt {
        float: none;
        margin-left: 30px;
        margin-right: 60px;
    }

    .boxuslugi .slick-arrow {
        position: absolute;
        top: 20px;
        right: 0;
        z-index: 999;
    }

    .text-right {
        text-align: left;
    }

    .boxuslugi .slick-prev {
        border: 0;
        right: 85px;
        width: 28px;
        height: 30px;
        border-top: 5px #f1f1f1 solid;
        border-bottom: 5px #f1f1f1 solid;
        display: block;
        overflow: hidden;
        background: #f1f1f1;
        text-indent: 999px;
        background-image: url(../img/arrow-left.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .boxuslugi .slick-next {
        border: 0;
        right: 50px;
        width: 28px;
        height: 30px;
        border-top: 5px #f1f1f1 solid;
        border-bottom: 5px #f1f1f1 solid;
        display: block;
        overflow: hidden;
        background: #f1f1f1;
        text-indent: 999px;

        background-image: url(../img/arrow-right.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .insta-aboutus {
        padding: 0 15px;
    }

    .col-md-6.boxrealizacje-txt {
        float: none;
        padding-left: 40px;
        padding-right: 50px;
    }

    .boxrealizacje-txt p {
        max-width: 90%;
        padding-bottom: 30px;
        margin: 0;
    }

    .single-installation .insta-aboutus-bg-txt {
        height: auto;
    }

    .gallery-thumbs {
        display: none;
    }

    .gallery-images .slick-next {
        right: 30px;
    }

    .gallery-images .slick-prev {
        left: 30px;
    }

    .row.single-installation {
        margin-top: 40px;
        padding: 0 20px;
    }

    .txt-form p {
        margin-right: 0;
    }

    .row.newsletter {
        padding-bottom: 30px;
    }

    .single-installation .menu li a {
        font-weight: 300;
    }

    .slides-nav button {
        display: block;
    }

    .stores-wrap {
        display: none;
    }

    .stores .manufacturer {
        position: static;
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-bottom: 10px;
    }

    .stores .manufacturer .mtitle {
        text-align: center;
    }

    .stores hr {
        display: none;
    }

    .hdlist .row {
        margin: 0;
    }

    .hdlist a {
        line-height: 160%;
        padding-top: 5px;
    }

    .hdlist .row > div {
        margin-bottom: 10px;
    }

    .cpost .post-thumb {
        display: none;
    }

    .cpost .post-inner .post-content {
        width: 100%;
    }

    .to_left .inner {
        padding-left: 30px;
    }

    .kontakt-salon {
        background-image: none !important;
    }

    .kontakt-salon .col-md-5, .kontakt-salon .col-md-2 {
        float: none;
        width: 100%;
        display: block;
    }

    .product-content .short-desc, .product-content .gallery {
        width: 100%;
    }

    .kontakt-salon .button.left.dark {
        margin-bottom: 30px;
    }

    .menu .submenu {
        display: block;
        position: static;
        background: transparent;
    }

    .menu .submenu a {
        font-size: 23px;
        padding: 0;
        margin: 0;
    }

    .menu .submenu li {
        margin: 0;
    }

    .contactform .wpcf7-form {
        margin-top: 30px;
    }

    .slide, .slides.container {
        width: 100%;
        height: 220px;
    }

    .boxlink {
        min-height: 1px;
        width: 100%;
        height: 270px;
        display: block;
    }

    .boxlink img {
        width: 100%;
    }

    .boxlink .boxlink-logo {
        width: 70%;
        bottom: 20px;
    }

    .boxrealizacje .row {
        margin-left: 0;
        margin-right: 0;
    }

    .boxrealizacje-item {
        height: 200px;
        overflow: hidden;
        border: 2px solid #fff;
        margin-bottom: 0;
    }

    .boxrealizacje-item .content, .boxrealizacje-item:hover .content {
        display: block;
        padding: 0 20px;
        height: 50px;
        opacity: 1;
        background: transparent;
        width: 100%;
        top: 13px;
        font-weight: 500;
        font-size: 22px;
        text-align: center;
    }

    .boxrealizacje-item .seemore {
        opacity: 1;
        margin-bottom: 10px;
    }

    .boxrealizacje-item.col-md-2 {
        height: 200px;
        overflow: hidden;

    }

    .boxrealizacje-item a {
        height: 200px;
        position: relative;
        display: block;
    }

    .boxrealizacje-item img {
        height: initial;
    }

    .product-content .short-desc {
        order: 1;
        -webkit-order: 1;
    }

    .product-content .gallery {
        order: 2;
        -webkit-order: 2;
    }

    .installation .gallery-images .slick-slide img {
        margin: 0 auto;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .salon .baner-index .slider-description, .distribute .baner-index .slider-description {
        width: 100%;
    }

    .inner, .to_left .inner, .to_right .inner {
        border-left: 0;
        border-right: 0;
    }

    .boxlink h2 {
        font-size: 36px;
    }

    .baner-wrap .baner-description {
        right: 0;
        width: 100%;
    }

    .contact-info strong {
        display: block;
        margin: 0 0 5px 0;
    }

    .boxlink {
        min-height: 230px;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .main-page .container {
        position: static;
        transform: translate(0, 0);
    }

    .main-page {
        height: 100%;
    }

    .baner-wrap img {
        width: 200%;
    }

    .baner-wrap {
        overflow: hidden;
        margin-right: 15px;
    }

    .contact-info p {
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }

    .f_header {
        margin-bottom: 10px;
    }

    .newsletter .newsletter-text::before {
        display: none;
    }

    .col-xs-12.baner-wrap {
        width: calc(100% - 30px);
    }

    .boxuslugi-bg {
        border: 0;
    }

    .boxuslugi-bg-item-content {
        position: static;
        color: #000;
        text-shadow: none;
    }

    .boxuslugi-bg-item-content a > h2 {
        color: #000;
    }

    .boxuslugi-bg-item-content {
        max-width: 100%;
        padding-left: 0;
        margin-top: 20px;
        padding-right: 40px;
    }

    .col-md-7.boxuslugi-bg {
        margin-left: 60px;
    }

    .slide__title .title2 {
        font-size: 20px;
    }

    .boxlink:hover .bg-main-img-hover {
        opacity: 0;
    }

    .bg-main-img {
        margin-top: -50%;
    }

    .salon .baner-index h1, .salon .baner-index h2 {
        font-size: 24px;
        line-height: 120%;
    }

    .contact-form {
        background-image: none !important;
    }

    .lgc-column img, .single-cpost article img {
        width: 100%;
        height: auto;
    }

    #swipebox-slider .slide {
        width: 80%;
    }

    .techtab .row {
        display: block;
    }

    .colors .color-item {
        width: 50%;
    }

}

@media (max-width: 487px) {
    .boxrealizacje-item {
        border-left: 0;
        border-right: 0;
    }

    .logo img {
        width: 80%;
    }

    .boxlink h2 {
        font-size: 26px;
    }

    .gallery .slick-slide a {
        text-align: center;
    }

    .baner-wrap .baner-description {
        width: 90%;
        right: 5%;
    }

    .baner-wrap .baner-description h1 {
        font-size: 26px;
    }

    h1, h2, h3 {
        font-size: 23px;
    }

    h4, h5, h6 {
        font-size: 16px;
    }

    .form_subscribe > div {
        width: 100%;
        margin-bottom: 20px;
    }

    .form_subscribe > p:first-of-type {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }

    .price-list-item {
        width: 50%;
        float: left;
        height: 130px;
    }

    .price-list-item img {
        width: 90%;
        display: block;
        opacity: 1;
        transition: all;
        margin: 0 auto;
        position: absolute;
        top: 20px;
        left: 5%;
    }

    .price-list-item .download {
        font-size: 14px;
        padding: 3px 5px;
    }

    .row.manulist > div {
        width: calc(100% - 45px);
        float: left;
    }
}

@media (max-width: 460px) {
    .opis-produktu img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 380px) {
    .newsletter-form input[type="email"] {
        width: 100%;
    }

    .baner-wrap .baner-description {
        position: static;
        padding: 0;
        width: calc(100% + 30px);
        margin-top: -3px;
    }

    .baner-wrap .baner-description h1 {
        font-size: 20px;
        padding: 10px 0;
        margin-bottom: 0;
        width: 100%;
        text-align: center;
    }

    .baner-wrap .baner-description .baner-desc-wrap {
        margin-right: 0;
        width: 100%;
        text-align: center;
        padding: 9px 0 1px;
        font-size: 14px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {

    .col-md-6.boxuslugi-txt {
        float: none;
    }

    .boxuslugi-txt li {
        border-bottom: 1px solid #e8e8e8;
        margin-left: 30px;
        padding-top: 3px;
    }
}
.leasing-calc {
  float: right;
  width: 100%;
  text-align:  right;
  padding-bottom: 15px;
}

.kontakt-salon .details .title.user::before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 18px;
    background-image: url(../img/icons/icon-user.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.top_border {
    border-top: 3px solid #f07d00;
    padding-top: 10px;
}

.top_border .details .title {
    width: 100%;
}

.top_border .details .title .pracownicy {
    display: block;
    padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
    .team-desc .opis,
    .team-desc .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .m-pl-0 {
        padding-left: 0 !important;
    }
    .m-pr-0 {
        padding-right: 0 !important;
    }
    .m-ml-30 {
        margin-left: 30px !important;
    }
    .m-mr-30 {
        margin-right: 30px !important;
    }

    .to_left .inner {
        padding-left: 0;
    }
}

@media screen and (max-width: 345px) {
    .team-desc .details .title {
        padding-bottom: 15px;
    }
}

.team-desc .details .info a {
    color: #fff;
}

button.form_subscribe_button {
    line-height: 35px;
    margin-left: 15px;
}


.hdlist:target {
    display: block;
    width: 66%;
}

.hdlist:target .item {
border: 1px #ef7d00 solid;
}

.title {
    width: 33%;
}

.title span {
    width: 100%;
}


@media screen and (max-width: 999px) {
    .title {
        width: 100%;
    }
    .hdlist:target {
        justify-content: center;
        width: 100%;
    }
}

.custom-category-description h1 {
    font-size: 1.4em;
    color: #000;
    margin: 0;
}

.custom-category-description h2 {
    font-size: 1.3em;
    color: #000;
    margin: 0;
}

.custom-category-description h3 {
    font-size: 1.2em;
    color: #000;
    margin: 0;
}

.custom-category-description h4,
.custom-category-description h5,
.custom-category-description h6 {
    font-size: 1.1em;
    color: #000;
    margin: 0;
}