/*  GENERAL */

.front-title--image-after:after {
    margin-top: 40px;
    width: auto;
}

.contact .st0 {
    stroke: none;
}

* {
    outline: none !important;
}

a {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

slider {
    outline: 0;
}

.slick-slider {
    margin-bottom: 0
}

body, html {
    font-family: 'Lato', sans-serif;
    font-family: 'Open Sans', sans-serif;
    background-color: #f1f1f1;
    color: #575757;
}

body {
    opacity: 0;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    /* Safari */
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.container-fluid>.row {
    margin-left: 0;
    margin-right: 0;
}

h1 {
    font-size: 48px;
    font-weight: bold;
}

h2 {
    font-size: 36px;
    font-weight: bold;
}

h3 {
    font-size: 30px;
    font-weight: bold;
}

h4 {
    font-size: 24px;
    font-weight: bold;
}

h5 {
    font-size: 18px;
    font-weight: bold;
}

p {
    font-size: 14px;
}

.scrollUp {
    position: fixed;
    right: 25px;
    bottom: 25px;
}

.scrollUp--round, .scrollUp--square, .scrollUp--rounded {
    width: 35px;
    height: 35px;
    padding: 6px;
    border: 2px solid black;
}

.scrollUp--round {
    border-radius: 50%;
}

.scrollUp--square {
    border-radius: 0;
}

.scrollUp--rounded {
    border-radius: 5px;
}

/* ------------------------ ODSTĘPY SEKCJI ------------------------- */

:root {
    --section__margin-bottom: 0;
    --news-wide__margin-bottom: 100px;
    --p__margin-bottom: 10px;
    --gallery__photo--3__margin-bottom: 30px;
    --boxes-four-icons-2__margin-bootom: 20px;
    --boxes-image-hover__margin-bottom: 30px;
    --boxes-icons__item__margin-bottom: 20px;
}

.page-section-text, .page-section {
    margin: 0;
    margin-bottom: var(--section__margin-bottom);
}

.page-section {
    padding: 40px 0;
}

.page-section--background-image {
    padding: 120px 0;
}

/* odstępy od treści */

p {
    margin-bottom: var(--p__margin-bottom);
}

.page-section--page-content {
    margin-bottom: calc(var(--section__margin-bottom) - var(--p__margin-bottom));
}

/* galerie odstepy*/

.gallery__photo--3 {
    margin-bottom: var(--gallery__photo--3__margin-bottom);
}

.page-section--gallery3 {
    margin-bottom: calc(var(--section__margin-bottom) - var(--gallery__photo--3__margin-bottom)));
}

/* boxy odstępy */

.boxes-four-icons-2__item {
    margin-bottom: var(--boxes-four-icons-2__margin-bootom);
}

.page-section--boxes-four-icons-2 {
    margin-bottom: calc(var(--section__margin-bottom) - var(--boxes-four-icons-2__margin-bootom));
}

.page-section--boxes-4-background-border-title {
    margin-bottom: calc(var(--section__margin-bottom) - var(--boxes-icons__item__margin-bottom))
}

.page-section--boxes-image-hover {
    margin-bottom: calc(var(--section__margin-bottom) - var(--boxes-image-hover__margin-bottom));
}

.page-section--boxes-3-img-button {
    margin-bottom: calc(var(--section__margin-bottom) - var(--boxes-icons__item__margin-bottom))
}

.page-section--boxes-icons-row {
    margin-bottom: calc(var(--section__margin-bottom) - var(--boxes-icons__item__margin-bottom))
}

/* newsy odstępy */

.news-item--wide {
    margin-bottom: var(--news-wide__margin-bottom)
}

.page-section--news-wide {
    margin-bottom: var(--section__margin-bottom)
}

/* ------------------------ end file ------------------------- */

/*********Validation*******/

.info, .success, .warning, .error, .validation, .error_message {
    border: 1px solid;
    margin: 10px 0px;
    padding: 7px 10px 7px 35px;
    background-repeat: no-repeat;
    background-position: 10px 6px;
    text-align: left !important;
}

.success {
    color: #4f8a10;
    background-image: url(../../../img/icons/accept.png);
    background-color: #dff2bf;
}

.error, .error_message {
    color: #d8000c;
    background-image: url(../../../img/icons/exclamation.png);
    background-color: #ffbaba;
}

.info {
    color: #00529b;
    background-image: url(../../../img/icons/information.png);
    background-color: #bde5f8;
}

.warning {
    color: #9f6000;
    background-image: url(../../../img/icons/error.png);
    background-color: #feefb3;
}

/*FRONT PAGE*/

.front-title {
    text-transform: uppercase;
    text-align: center;
    margin: 40px 0;
    margin-top: -3px;
}

.front-title:after {
    display: block;
    margin: 0 auto;
}

/*BUTON Z KLASĄ BTN PRZYGOTOWANY POD NOWEGO CMS-A*/

.btn {
    border: 1px solid;
    padding: 15px 40px;
    border-radius: 0;
    background-color: transparent;
    text-align: center;
    max-width: 250px;
    color: black;
}

.btn--more {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.front-title--gallery {
    margin-bottom: 35px;
}

/*SLIDER*/

.slider .slick-slide img {
    width: 100%;
}

/*SLIDER homepage*/

/*SLIDER NEW CMS NORMAL ARROWS*/

.slider-normal-arrows .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.slider-normal-arrows .slider-news__text {
    left: 0;
    text-align: center;
    width: 100%;
    margin-top: 50px;
    color: #fff;
}

.slider-normal-arrows .slick-slide .slider-news__img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.slider-normal-arrows .slick-dots li.slick-active {
    width: 25px;
    opacity: 1;
}

.slider-normal-arrows .slick-dots li {
    width: 25px;
    opacity: 0.6;
    margin-bottom: 40px;
}

.slider-normal-arrows .slider-news__btn {
    margin-top: 40px;
}

.slider-normal-arrows .slider-news__short-description {
    padding: 0 150px;
}

.slider-normal-arrows .slick-arrow {
    z-index: 999;
}

.slider-normal-arrows .cls-1 {
    stroke-width: 2px;
}

.slider-normal-arrows .slick-next:before {
    background: url(../../../img/cms_ux/arrow_ring.svg);
    content: '';
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    display: inline-block;
}

.slider-normal-arrows .slick-prev:before {
    background: url(../../../img/cms_ux/arrow_ring_left.svg);
    content: '';
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    display: inline-block;
}

.slider-normal-arrows .slick-prev, .slider-normal-arrows .slick-next {
    top: 50%;
}

.slider-normal-arrows .slick-prev, .slider-normal-arrows .slick-prev {
    width: auto;
}

.slider-normal-arrows .slick-prev {
    left: 60px;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
}

.slider-normal-arrows .slick-next {
    right: 60px;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
}

.slider-normal-arrows .slick-dots {
    bottom: -18px;
}

.slider-normal-arrows .slick-prev::before {
    background: none;
}

.slider-normal-arrows .slick-next::before {
    background: none;
}

.slider-normal-arrows .slick-dots svg {
    width: 15px;
}

/*SLIDER NEW CMS BOTTOM ARROWS*/

.slider-bottom-arrows .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.slider-bottom-arrows .slider-news__text {
    left: 0;
    text-align: center;
    width: 100%;
    margin-top: 12.5%;
    color: #fff;
}

.slider-bottom-arrows .slick-slide .slider-news__img img, .slider-bottom-arrows .slick-slide .image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}

.slider-bottom-arrows .slick-dots {
    bottom: -18px
}

.slider-bottom-arrows .slick-dots li.slick-active {
    width: 70px;
    opacity: 1;
}

.slider-bottom-arrows .slick-dots li {
    width: 70px;
    opacity: 0.6;
    margin-bottom: 40px;
}

.slider-bottom-arrows .slider-news__btn {
    margin-top: 40px;
}

.slider-bottom-arrows .slider-news__short-description {
    padding: 0 150px;
}

.slider-bottom-arrows .slick-arrow {
    height: 40px;
    z-index: 999;
}

.slider-bottom-arrows .slick-prev::before {
    background: none;
    content: unset;
}

.slider-bottom-arrows .slick-next::before {
    background: none;
    content: unset;
}

.slider-bottom-arrows-arrow {
    height: 50px;
    width: 50px;
}

.slider-bottom-arrows .slick-prev, .slider-bottom-arrows .slick-next {
    top: 50%;
}

.slider-bottom-arrows .slick-prev, .slider-normal-arrows .slick-prev {
    width: auto;
}

.slider-bottom-arrows .slick-prev {
    left: 60px;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
}

.slider-bottom-arrows .slick-next {
    right: 60px;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
}

.slider .slick-dots li button:before {
    font-size: 20px;
    line-height: 20px;
    border: 1px solid #000;
    border-radius: 100%;
    color: Transparent;
}

.slider .slick-dots li.slick-active button:before {
    color: #000;
    background-color: #000;
}

.slick-slide {
    outline: none;
}

#main-slider-wrapper .slick-dots {
    bottom: 20px;
}

.slider-news {
    position: relative;
}

.slider-news__text {
    position: absolute;
    top: 0;
    left: 50%;
    color: #252525;
    z-index: 999999;
    margin-top: 60px;
}

.slider-news__title {
    padding-right: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-top: 20px;
    letter-spacing: 1px;
}

.slider-news__text img {
    margin-left: 0;
    text-align: left;
    display: block;
    max-width: 130px;
    margin-top: 20px;
}

/*end slider*/

/*NEWSLETTER*/

.front-title--newsletter {
    text-align: left;
}

.newsletter__input {
    text-align: left;
    line-height: 1;
    font-size: 14px;
    display: inline;
    border: none;
    margin-top: 20px;
    margin-left: 40px;
    position: relative;
}

.newsletter__input:hover, .newsletter__input:active, .newsletter__input:focus, .newsletter__input:focus:active {
    border: none;
    box-shadow: none !important;
}

.newsletter-form:before {
    content: url('../../../img/koperta.svg');
    display: block;
    position: absolute;
    top: 23px;
    z-index: 1;
    width: 20px;
    height: 20px;
}

.newsletter-form {
    border: 2px solid #bdbdbd;
    border-radius: 20px;
    display: block;
    max-width: 560px;
    padding-right: 0;
}

.btn--newsletter {
    display: inline;
    padding: 25px 45px;
    height: auto;
    margin: 0;
    line-height: 1;
    font-size: 14px;
    border: none;
    border-radius: 18px;
    border-right: none;
    background: #1c8cd6;
    float: right;
}

.newsletter_image img {
    display: block;
    margin: 0 auto;
}

.newsletter-content {
    margin-top: 20px;
}

/* NEWSLETTER CENTER BACKGROUND dodano 13.08.2018*/

.newsletter-center-background__content {
    text-align: center;
}

.newsletter-center-background__content>div {
    height: 368px;
}

.newsletter-center-background__text {
    font-family: 'Open sans', sans-serif;
    font-weight: 900;
    font-size: 48px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0px;
    margin-top: 92px;
    text-align: center;
    line-height: 39px;
}

.newsletter-center-background__form {
    margin: 0 auto;
    width: 570px;
    max-width: 100%;
    border: none;
    display: inline-block;
    position: relative;
    margin-top: 56px;
    text-align: left;
}

.newsletter-center-background__input {
    display: inline-block;
    border: 1px solid #ffffff;
    color: #ffffff;
    caret-color: #ffffff;
    border-radius: 25px;
    background-color: transparent;
    padding-left: 30px;
    font-family: 'Open sans', sans-serif;
    width: 500px;
    height: 63px;
    margin: 0;
}

.newsletter-center-background__input:focus {
    border: 1px solid #ffffff!important;
}

.newsletter-center-background__input:focus:active {
    border: 1px solid #ffffff;
}

.newsletter-center-background__input:focus::placeholder {
    opacity: 0;
}

.newsletter-center-background__input::placeholder {
    color: #ffffff!important;
    opacity: 1;
}

.newsletter-center-background__btn {
    display: inline-block;
    float: right;
    background-color: #007cc2;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 25px;
    width: 170px;
    font-family: 'Open sans', sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 25px 45px;
    height: auto;
    margin: 0;
    line-height: 1;
    border: none;
}

/* NEWSLETTER CENTER BACKGROUND END--END--END--END*/

/* mod ux */

.checkator_holder {
    float: left!important
}

.newsletter-form {
    max-width: 100%;
    float: left;
    width: 100%
}

.newsletter__checkbox {
    float: left;
    margin-top: 15px;
    margin-left: 5px;
}

.newsletter__checkbox label {
    display: block;
    float: left;
}

.newsletter__checkbox .show_more {
    display: inline-block;
    float: left;
    margin-top: 10px;
}

.newsletter-form:before {
    left: 23px;
}

/*NEWS*/

.news__box {
    color: #757575;
}

.news__more {
    margin: 25px 0;
}

.news__description {
    font-size: 15px;
}

.news {
    position: relative;
}

/*SUBMENU*/

.header__menu--horizontal {
    margin: 40px 0 20px 0;
}

.header__menu--horizontal .header__menu .catlist ul li {
    clear: both;
    list-style-type: none;
}

.header__menu--horizontal .header__menu .catlist {
    position: relative;
}

.header__menu--horizontal .header__menu ul ul ul {
    display: none !important;
}

.burger__mobile-nav .has-ul .cat-sub {
    display: none !important;
}

.header__menu--horizontal .header__menu ul.cat-sub>li {
    border-right: none;
    display: block;
    background: #8e8e8e;
    padding: 20px 0 0 0;
    top: 20px;
    z-index: 999;
    font-weight: 600;
}

.header__menu--horizontal .header__menu ul.cat-sub>li:last-child {
    padding-bottom: 20px;
}

.header__menu--horizontal .header__menu ul.cat-sub li a {
    color: #fff;
}

.header__menu--horizontal .header__menu ul.cat-sub li a:hover {
    color: #fff;
    text-decoration: underline;
}

/*BOXES*/

.boxes-container .slick-dots li button:before {
    margin-top: 20px;
    font-size: 20px;
    line-height: 20px;
    border: 2px solid #dadada;
    border-radius: 100%;
    color: Transparent;
}

.boxes-container .slick-dots li.slick-active button:before {
    color: #dadada;
    background-color: #dadada;
}

/*----------------------------breadcrumb-wrapp ----------------*/

.breadcrumb-box__img {
    margin-right: 10px;
    max-width: 30px;
    height: auto;
    fill: white;
}

.breadcrumb-wrapp__inside {
    border-top: 1px solid #ededed;
    padding-top: 20px;
}

/* --------------------------------- BREADCRUMBS --------------------- */

.breadcrumb-box__img {
    margin-right: 10px;
}

.breadcrumb-box__separate {
    color: #b3b3b3;
}

.breadcrumb-box__link {
    color: #b3b3b3;
}

.breadcrumb-box__link:active, .breadcrumb-box__link:focus, .breadcrumb-box__link:hover {
    text-decoration: none;
}

.breadcrumb-box__link--current-page {
    color: #8e8e8e;
    font-weight: 600;
}

.breadcrumb-box__link--current-page:hover, .breadcrumb-box__link--current-page:focus, .breadcrumb-box__link--current-page:active {
    text-decoration: none;
}

.breadcrumb-box__link--current-page-no-link {
    color: #8e8e8e;
    font-weight: 600;
}

.breadcrumb-box__link--current-page-no-link:hover, .breadcrumb-box__link--current-page-no-link:focus, .breadcrumb-box__link--current-page-no-link:active {
    font-weight: 600;
}

.breadcrumb-box__content {
    display: inline-block;
    transform: translateY(-8px)
}

/* end breadcrumbs */

/*BOARD - TREŚĆ STRONY - BOXY PRAWO/LEWO  + BOXY - SZACHOWNICA + FRONT-TITLE NEWS*/

.text-page__content--board {
    margin-left: 70px;
    margin-right: 50px;
    /*line-height: 1.3;*/
}

.front-title--news:after, .front-title--board:after, .front-title--board-right:after {
    content: '';
    height: 10px;
    width: 100px;
    background: #de5e5e;
    margin-top: 25px;
    display: block;
}

.front-title--board {
    text-align: center;
    margin: 40px 0 10px 45px;
    transition: ease-all 0.3s;
}

.front-title--board::after {
    margin-bottom: 50px;
    margin-top: 15px;
}

.front-title--board-right {
    text-align: left;
    margin: 40px 40px 10px 0;
}

.text-page__content {
    padding-left: 18px;
}

.board {
    position: relative;
}

.page-content__text {
    width: 50%;
}

.page-content__img--left {
    padding-right: 0px;
}

.page-content__img--right {
    padding-left: 0px;
    float: right;
}

.page-content__text--board, .page-content__text--board-left {
    line-height: 1.8;
}

.page-content__text--board-left {
    margin-left: 45px;
}

.page-content__block-right .page-content__text--board {
    margin-right: 45px;
}

.page-content__text--board {
    margin-bottom: 40px;
}

/* Boxy jako szachownica  */

.box-board a {
    color: inherit;
}

.box-board--left .front-title--board {
    margin: 40px 0 10px 45px;
}

.box-board--left .page-content__text--board, .box-board--left .btn--boxes {
    margin-left: 45px;
}

.box-board--right .front-title--board {
    margin: 40px 40px 10px 0;
}

.box-board--right .page-content__text--board {
    margin-right: 45px;
}

.box-board__img--right {
    float: right;
    margin-left: 0px;
    padding-left: 0;
}

.box-board__img--left {
    margin-right: 0px;
    padding-right: 0;
}

.box-board-img {
    width: 100%;
    height: auto;
}

.btn--boxes {
    margin: 0 0 40px 0;
}

/* FOOTER */

.footer__copyright--anchor {
    text-align: right;
}

.footer-icons--margin-right {
    padding-right: 60px;
}

/*footer end*/

/* ------------------------------------------------------------------------------- HEADER --------------------------------------------*/

.header-menu-center .header__menu--horizontal .header__menu--content>ul>li.active>a {
    border-top: 2px solid;
}

.header__top-box {
    padding-top: 40px;
}

.header-social__item {
    height: 25px;
    float: left;
    margin-right: 20px
}

.header-logo {
    margin: 0 auto;
    text-align: center;
}

.header-logo img {
    margin: 0 auto;
}

.top-box__right-box {
    float: right;
}

/*.my-account-box{margin: 0 -15px;}*/

.my-account-box__link {
    color: #8e8e8e;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    margin-right: 15px;
}

.my-account-box__link:hover {
    color: #4f4f4f;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.my-account-box__link:active, .my-account-box__link:focus {
    text-decoration: none;
    color: #8e8e8e;
}

.my-account-box__cost-summary {
    vertical-align: top;
    color: #8e8e8e;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.cart-link img {
    vertical-align: top;
}

.header__basket {
    font-weight: 600;
    font-size: 12px;
    color: #000;
    vertical-align: top;
}

#cart-drop2 {
    background: rgba(142, 142, 142, 0.9);
    color: white;
    z-index: 99999;
    padding: 10px;
    display: none;
}

#cart-drop2 a, #cart-drop2 #cart-details {
    color: white;
}

#cart-drop {
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 500;
    padding-top: 15px;
    min-width: 220px;
}

/* ------------------ header searchbox */

/*.header__search {margin:10px -15px;}*/

.search-box__input {
    outline: none;
    height: 25px;
    border: 1px solid #dadada;
    padding-right: 30px;
    position: relative;
}

.search-box__button {
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    position: relative;
}

/*.search-box__input{outline:none; padding: 3px; padding-right:30px;}*/

.search-box__input--main-page {
    margin-top: 14px;
    width: 90%;
}

/* ------------------ header burger */

/* ------------------ header small */

#header {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    z-index: 9999;
}

.header-menu-small #burger {
    z-index: 999;
}

.header.header-menu-small {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.header-menu-small .header__top-box {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-menu-small .header__menu--horizontal {
    margin-top: 0;
    margin-bottom: 0;
}

.header-menu-small .header-logo__img {
    max-height: 100px;
}

.header-menu-small .header__menu--horizontal .header__menu--content>ul>li.active>a {
    border-color: rgb(255, 255, 255);
}

.header-menu-small .header__menu--horizontal .header__menu--content>ul>li.active>a {
    border-top: 2px solid;
}

.header-menu-small .header__menu--content {
    margin-top: 0;
    margin-bottom: 0px;
    text-align: right;
    text-transform: uppercase;
}

.header-menu-small .header__menu--horizontal .header__menu--content>ul>li {
    border: none;
    padding: 14px 15px 9px 0;
    position: relative;
}

.header-menu-small .header__menu--horizontal .header__menu--content>ul>li>a {
    font-size: 16px;
    color: #575757;
    font-weight: 700;
    padding: 14px 5px 9px 5px;
}

.header-menu-small .header__menu--horizontal .header__menu--content>ul>li:last-child {
    margin-right: 0;
}

.header-menu-small .header__menu--horizontal .header__menu--content ul.cat-sub>li {
    background: white;
    text-align: center;
    max-width: 100%;
    padding-top: 10px;
    float: none;
}

.header-menu-small .header__menu--horizontal .header__menu--content ul.cat-sub>li>a {
    color: #505050;
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
}

.header-menu-small .header__menu--horizontal .header__menu--content ul.cat-sub>li:hover>a {
    color: #000;
    text-decoration: none;
}

.header-menu-small.header__menu--fixed .header__top-box {
    padding-top: 1px;
    padding-bottom: 1px;
}

.header-menu-small.header__menu--fixed .header__menu--horizontal .header__menu--content>ul>li>a {
    font-size: 14px;
}

.header-menu-small.header__menu--fixed .header-logo__img {
    max-height: 50px;
}

.header-menu-small .header__menu .header__menu li {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.header-menu-small .header__menu .header__menu ul {
    display: table;
    margin: 0 auto;
    padding: 0;
    z-index: 100;
    float: right;
}

/*.header__menu{margin: 0 auto; margin:45px 0 40px 0;}*/

.header__menu .header__menu ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    z-index: 100;
}

.header__menu .header__menu li {
    display: inline-block;
    padding: 5px 30px;
    text-align: center;
}

.header__menu .header__menu li a {
    color: #bdbdbd;
}

.header__menu .header__menu li a:hover, .header__menu .header__menu li a:active, .header__menu .header__menu li a:focus {
    text-decoration: none;
    color: #757575;
}

.header__menu .header__menu li a:hover {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.header__menu .header__menu>li:first-child {
    padding-left: 0;
}

.header__menu .header__menu li:last-child {
    border-right: none;
}

.burger__close-menu {
    display: inline-block;
    font-size: 40px;
    position: absolute;
    top: 0;
    right: 18px;
    cursor: pointer;
}

.burger__mobile-nav {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    padding-top: 30px;
    z-index: 999999;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center;
    top: 0px;
    overflow-y: auto;
}

.burger__button {
    display: none;
    cursor: pointer;
    z-index: 9900;
}

.burger__mobile-nav ul {
    padding-left: 0;
    padding-top: 20px;
}

.burger__mobile-nav ul li {
    list-style-type: none;
    margin-top: 10px;
    padding: 5px 0;
}

.burger__mobile-nav ul li ul {
    display: none;
}

.burger__mobile-nav ul li:after {
    content: "";
    display: block;
    height: 2px;
    border-bottom: 1px dashed #dadada;
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
}

.burger__mobile-nav ul li:last-child:after {
    content: "";
    display: none;
}

.burger__mobile-nav ul li a {
    text-align: center;
    color: #757575;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
}

.burger__mobile-nav ul li a:hover {
    color: black;
}

.burger__mobile-nav ul li a:focus, .burger__mobile-nav ul li a:hover, .burger__mobile-nav ul li a:active {
    text-decoration: none;
}

/* -------------- MENU WYSUWANE KATEGORIE --------- */

.burger__mobile-nav ul#pagesTree-0.cat-sub {
    display: none
}

.burger__mobile-nav ul#pagesTree-0.cat-sub a {
    font-size: 12px;
}

.burger__mobile-nav .search-box__button {
    height: 35px;
}

.burger__mobile-nav .search-box__input {
    height: 35px;
    border: 1px solid #757575;
    width: 65%;
}

/* ------------------hello User -------------*/

.logged-in__hello {
    margin-bottom: 0px;
    text-align: left;
}

.logged__in__hello__header {
    color: #333;
    font-weight: 600;
}

.logged__in__hello__header:active, .logged__in__hello__header:focus, .logged__in__hello__header:hover {
    color: #333;
    text-decoration: none;
}

.header__basket {
    text-align: left;
    float: left;
    position: relative
}

.logged-in__account-options {
    display: none;
    background: rgba(142, 142, 142, 0.9);
    padding: 20px 15px 0px 20px;
    z-index: 9999;
    width: 200px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.logged-in__account-options ul {
    padding-left: 0;
}

.account-options__option {
    list-style-type: none;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 15px;
    color: white;
    text-align: center;
}

.account-options__option a {
    color: white;
}

.account-options__option a:hover, .account-options__option a:active, .account-options__option a:focus {
    text-decoration: underline;
    color: white
}

/* galeria */

.gallery__photos {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.gallery__photo--no-margin img {
    margin: 0;
    height: 300px;
    width: 100%
}

.container-fluid .gallery-normal .gallery__one-photo {
    height: 270px;
    width: 270px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
}

.container .gallery-normal .gallery__one-photo {
    height: 270px;
    width: 270px;
    /*margin:30px 15px 0 15px;*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
}

.gallery .gallery__one-photo {
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.gallery__photo--no-margin {
    padding: 0;
}

.gallery-normal .gallery__photo {
    margin: 30px 15px 0 15px;
}

.container-fluid .gallery-normal .gallery__photo {
    margin: 0;
}

.gallery__photo {
    position: relative;
}

.gallery_photo-img img {
    min-height: 100%;
    visibility: hidden;
}

.gallery__one-photo:after {
    content: '';
    position: absolute;
    top: 10%;
    left: 10%;
    height: 80%;
    vertical-align: middle;
    opacity: 0;
    width: 80%;
    transition: all .5s ease;
    border: 4px solid #fff;
}

.loop_svg {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: none;
    transition: all .5s ease;
    width: 50px;
    height: 50px;
}

.gallery__photo:hover .loop_svg {
    display: block;
    z-index: 100;
    transition: all .5s ease;
}

.gallery__one-photo:before {
    content: '';
    position: absolute;
    background: #686767;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s ease;
}

.gallery__photos--no-margin .gallery__one-photo:before {
    height: 100%;
    width: 100%;
}

.gallery__photo:hover:after {
    opacity: 1;
    transition: all .5s ease;
}

.gallery__photo:hover .gallery__one-photo:before {
    opacity: 0.9;
    transition: all .5s ease;
}

.gallery__photo:hover .gallery__one-photo:after {
    opacity: 1;
    transition: all .5s ease;
}

.loop_galerry {
    color: white;
}

.gallery_4--img, .gallery_1--img, .gallery_2--img, .gallery_3--img {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
}

.gallery_4--img {
    height: 292.5px;
}

.gallery_1--img {
    height: 300px
}

@media only screen and (min-width: 1200px) {
    .gallery-3-img {
        height: 270px;
        object-fit: cover;
        object-position: center;
    }
}

@media only screen and (max-width: 991px) {
    .gallery_1--img, .gallery_4--img {
        width: 100%;
        max-width: 320px;
        height: 320px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 680px) and (max-width: 767px) {
    .gallery_1--img, .gallery_4--img {
        max-width: 100%;
        height: 600px;
    }
}

@media only screen and (max-width: 680px) {
    .gallery--1 .gallery__photo, .gallery--4 .gallery__photo {
        max-width: 320px;
        left: 50%;
        transform: translateX(-50%);
    }
}

/*      GALLERY         */

/* contact */

#contact__map {
    width: 100%;
    height: 400px
}

.contact-block {
    margin-bottom: 50px;
}

.contact-block--middle {
    border-left: 2px solid #dadada;
    border-right: 2px solid #dadada;
    height: 140px;
    margin-top: -10px;
}

.text-after-header {
    text-align: center;
    margin-top: -30px;
    margin-bottom: 30px;
    color: #888888;
}

.contact-block__header {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 15px 0;
    font-size: 20px;
}

.contact-link {
    display: block
}

.contact-block__header--middle {
    margin-top: 10px;
}

.contact-map {
    max-width: 100%;
    height: 300px;
    display: block;
    margin: 0 auto;
    margin-bottom: 60px;
}

.contact-section__cols {
    margin-bottom: 100px;
}

.front-title--contact-form {
    margin-bottom: 40px;
}

.form__text {
    width: 100%;
    height: 306px;
    border: 1px solid #c2c2c2;
    color: #000;
}

.control-label {
    text-align: right;
    padding-top: 18px
}

.control-label::first-letter {
    text-transform: uppercase;
}

.btn--contact-form {
    height: 54px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    background: #000;
    border: none;
    margin-left: 15px;
    margin-top: 15px;
}

.btn--contact-form:hover, .btn--contact-form:active, .btn--contact-form:focus, .btn--contact-form:visited, .btn--contact-form:active:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px
}

.form-group--submit {
    margin-top: 20px;
}

.g-recaptcha {
    margin-left: 15px;
}

/* boxy */

.two-cols-box__img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 213px;
}

/*------------------------------ COOKIE ------------------- */

#cookie-policy-banner {
    padding: 15px 15px;
    font-size: 12px;
    border: 1px solid #000;
}

#cookie-policy-banner .inner {
    float: left;
    width: 85%
}

/* popup informacyjny */

.popup-info {
    position: fixed;
    background: #ef1919;
    color: white;
    border: 0px;
    padding: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#content-404 .front-title {
    text-align: left;
}

#content-404 #info {
    text-align: left;
    margin-bottom: 50px;
    color: #757575
}

#content-404 .front-title--404 {
    color: #303030;
    text-transform: none;
    font-weight: 400;
    font-size: 36px;
    text-align: center;
}

.page404 {
    position: inherit;
    background: url(../../../img/cms_ux/background404-transparency2.png) no-repeat center center;
    background-size: 100%;
    background-position: 0 0;
    height: 70vh;
}

.page404 .content404 {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

img.img-404 {
    margin-top: 20px;
    width: 70vh;
    -webkit-animation-name: error;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: 3;
    animation-name: error;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

@-webkit-keyframes error {
    0% {
        transform: translateY(-100%);
    }
    50% {
        transform: translateY(8%);
    }
    65% {
        transform: translateY(-4%);
    }
    80% {
        transform: translateY(4%)
    }
    95% {
        transform: translateY(-2%);
    }
    100% {
        transform: translateY(0%);
    }
}

.page404 .backHome {
    font-size: 30px;
    color: #303030;
    padding-top: 25px;
    font-weight: 800;
    z-index: 0;
    position: relative;
    -webkit-animation: full 2s;
    -moz-animation: full 2s;
    -ms-animation: full 2s;
    -o-animation: full 2s;
    animation: full 2s;
}

.page404 .backHome:hover {
    cursor: pointer;
}

.page404 .backHome:before {
    content: '';
    width: 380px;
    height: 25px;
    position: absolute;
    bottom: -5px;
    left: -10px;
    background: #ffcd28;
    z-index: -1;
    transition: ease-in-out 2s;
    -webkit-transition: ease-in-out 0.5s;
}

.page404 .backHome:hover:before {
    left: 30px;
}

/* ------------------------------------------------------- SZABLONY NEWSÓW ---------------------------*/

.news__date {
    padding-top: 10px;
}

/* WIDE NEWS AND SHORT NEWS */

.news-title {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.news-text--wide {
    margin-bottom: 30px;
}

.news-wide {
    margin-top: 0px;
}

.news-wide .box-board-img {
    max-height: 500px;
}

/* .news-item--wide{margin-bottom:60px;} */

.news-item--wide .news-content {
    margin-left: 45px;
}

.news-item--wide:last-child {
    margin-bottom: 0;
}

.news-wide .front-title--news {
    margin-left: 40px;
}

/* SHORT NEWS */

.page-section--news-template-1 .news-img {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 300px;
    max-width: 270px;
}

.news-template-1--news-img-container {
    height: 300px;
    max-width: 270px;
}

.news-short__one-news {
    margin-bottom: 20px;
}

.news-text--short {
    margin-bottom: 20px;
}

/* single-news */

.page-singlenews--img {
    margin: 0 auto;
}

.page-singlenews__img, .page-single-news__information, .page-single-news__text {
    margin-bottom: 25px;
}

.front-title--news {
    text-transform: uppercase;
    text-align: left;
}

.front-title--news:after {
    content: '';
    height: 10px;
    width: 60px;
    background: #de5e5e;
    margin: 20px 0;
    display: block;
}

/* NEWS MEDIUM 3-COLS  WITH IMAGE */

.news-medium .news-img .boxes__one-photo {
    border: 1px solid #f1f1f1;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.news-medium .news-content--medium {
    border: 1px solid #f1f1f1;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fff;
    padding: 10px 20px 40px 20px;
    height: 350px;
}

.news-medium .news__date {
    padding-top: 2js-btn-medium-toggle5px;
}

.news-content--medium .btn {
    position: absolute;
    bottom: 20px;
}

/* NEWS_TEMPLATE_4 */

.news-template-4--container {
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.news-content--news-template-4 {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.front-title--news-template-4 {
    font-size: 32px;
}

.front-title--news-template-4 a:hover {
    text-decoration: none;
}

/* -------------------------------------   SZABLONY BOXÓW -------------------------------- */

/* BOXY jako SLIDER (opinie)*/

.small-box-no-background-row {}

.front-title--recomendation {
    margin-bottom: 0px;
    font-weight: 400;
}

.boxes-slick-no-background-container {
    padding: 0 100px;
}

.small-box-no-background {
    padding-top: 25px;
    margin-bottom: 25px;
}

.small-box-no-background__tittle {
    color: #505050;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

.small-box-no-background__text {
    color: #505050;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    font-style: italic;
    text-align: center;
}

.small-box-no-background-row .slick-dots {
    top: 0px;
    position: relative;
}

.small-box-no-background-row .slick-dots li.slick-active button:before {
    color: black;
    background-color: #a0a0a0;
}

.boxes-slick-no-background-container .arrow-right__svg {
    transform: rotate(180deg)
}

.boxes-slick-no-background-container .custom-slick-arrow {
    fill: gray;
}

.boxes-slick-no-background-container .slick-dots svg {
    width: 15px;
}

.boxes-slick-no-background-container .slick-dots .slick-active svg circle {
    fill: gray;
    stroke: black;
}

.small-box-no-background-row .slick-prev::before, .small-box-no-background-row .slick-next::before {
    content: unset;
}

img {
    max-width: 100%;
}

.small-box-no-background-row .slick-dots li.slick-active button:before, .small-box-no-background-row .slick-dots li, .small-box-no-background-row .slider .slick-dots li button:before, .small-box-no-background-row.slider .slick-dots li button:before, .small-box-no-background-row .slick-dots li button, .small-box-no-background-row .slick-dots li button:before, .small-box-no-background-row .slick-dots li button:before {
    width: 10px !important;
    height: 10px !important;
    line-height: 10px;
    font-size: 10px;
    border-radius: 50%
}

.small-box-no-background__content {
    padding: 0 80px;
}

.boxes-slick-no-background-container .slick-prev, .boxes-slick-no-background-container .slick-next {
    top: 45%;
}

.boxes-slick-no-background-container .slick-prev {
    left: 15px;
}

.boxes-slick-no-background-container .slick-next {
    right: 15px;
}

.boxes-slick-no-background-container .slick-dots li button {
    background: white;
    border-color: green;
}

.boxes-slick-no-background-container .slick-dots li button::before {
    background: white;
}

.small-box-no-background-row .slick-dots li.slick-active button:before {
    background: #a0a0a0;
    color: #a0a0a0;
}

.small-box-no-background-row .slick-dots li button:before {
    border-color: red;
}

.small-box-no-background-row .slick-arrow, .small-box-no-background-row .slick-prev:before, .small-box-no-background-row .slick-next:before {
    width: 60px;
    height: 60px;
}

/*Blok boksów "Boxy ze zdjęciami jako slick"*/

.boxes-slick-images-row .slick-prev {
    left: 15px;
    width: 60px;
    height: 60px;
    z-index: 999999;
}

.boxes-slick-images-row .slick-next {
    right: 15px;
    width: 60px;
    height: 60px;
}

.boxes-slick-images-row .slick-next:before, .boxes-slick-images-row .slick-prev:before {
    content: unset;
}

.slick-next .boxes-slick-no-background-arrow {
    transform: rotate(180deg);
}

/* BOXES under SLIDER */

.small-box-background {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    background-position: center;
}

.small-box-background__content {
    width: 370px;
    padding: 25px 30px 20px 30px;
    position: relative;
    min-height: 500px;
}

.small-box-background__tittle {
    color: white;
    font-weight: 600;
    display: block;
    margin-bottom: 25px;
    line-height: 1;
}

.small-box-background__text {
    color: white;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}

.btn--small-box-background {
    margin-top: 25px;
    margin-bottom: 35px;
}

.small-box-background-row .slick-dots {
    bottom: 20px;
}

.small-box-background-row .front-title {
    margin-bottom: 60px;
}

.small-box-background-row .slick-dots li.slick-active button:before {
    color: black;
    background-color: black;
}

.small-box-background-row .slick-dots li button:before {
    border-color: black;
}

.slider-news__btn {
    margin: 0 auto;
    margin-top: 50px;
    display: block;
    text-align: center;
}

.small-box-background-row .slick-dots li.slick-active button:before, .small-box-background-row .slick-dots li, .small-box-background-row .slider .slick-dots li button:before, .small-box-background-row .slider .slick-dots li button:before, .small-box-background-row .slick-dots li button, .small-box-background-row .slick-dots li button:before, .small-box-background-row .slick-dots li button:before {
    width: 10px !important;
    height: 10px !important;
    line-height: 10px;
    font-size: 10px;
}

.boxes__background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: #000;
    opacity: 0.5;
    top: 0;
    border-radius: 10px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.boxes-container {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.boxes__one-box {
    max-width: 370px;
    min-height: 500px;
    position: relative;
    margin: 10px;
}

.boxes-icons__tittle {
    text-align: center;
    margin-bottom: 0;
    position: relative;
}

.boxes-icons__tittle:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    border-bottom: 5px solid grey;
    visibility: hidden;
    height: 5px;
    /*    transition: width 0.3s;
        -webkit-transition: width 0.3s;*/
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}

.boxes-icons__link-image:hover .boxes-icons__tittle:after {
    visibility: visible;
    transform: scaleX(1);
}

/*boxes-4-background-border-title*/

.boxes-icons__item {
    margin-bottom: 30px;
}

.boxes-4-background-border-photo {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    max-height: 262px;
    max-width: 270px;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
    transition: all 300ms ease-in-out;
}

.boxes-4-background-border-photo:hover {
    transition: all 300ms ease-in-out;
    text-decoration: none;
}

.boxes-4-background-border-photo:after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 0px;
    left: 0px;
    width: 88%;
    height: 88%;
    border: 2px solid;
    border-color: #ffffff;
    border-radius: 15px;
    margin: 6%;
    transition: all 300ms ease-in-out;
}

.boxes-icons__link-image:hover .boxes-4-background-border-photo:after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 0px;
    left: 0px;
    width: calc( 100% + 2px);
    height: calc( 100% + 2px);
    border: 2px solid;
    border-color: #1aace3;
    border-radius: 15px;
    margin: 0%;
    transition: all 300ms ease-in-out;
}

.boxes-icons__link-image:hover {
    text-decoration: none;
}

.boxes-4-background-border--link:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 0px;
    height: 3px;
    margin: 0 auto;
    background-color: #1aace3;
    transition: all 300ms ease-in-out;
}

.boxes-4-background-border--link:hover {
    transition: all 300ms ease-in-out;
    text-decoration: none;
}

.boxes-4-background-border--link:hover:after {
    width: 100%;
    transition: all 300ms ease-in-out;
}

.boxes-4-background-border-title .product-tab-boxes__menu--wrapper {
    min-height: 70px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

/* BOXES ICONS */

.boxes-icons__icon {
    float: left;
    margin-right: 15px;
    display: block;
    max-width: 100%;
}

.boxes__one-photo {
    height: 300px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.boxes-icons__content {
    text-align: center;
}

.boxes-icons__all-boxes {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* BOXES ICONS LEFT - BOXY Z IKONĄ PO LEWEJ STRONIE */

.oxes-icons-left__tittle {
    margin-bottom: 25px;
}

.boxes-icons-left {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
}

.boxes-icons-left__icon {
    max-width: 75px;
    margin-right: 20px;
}

.boxes-icons-left__content {
    text-align: left;
}

.boxes-icons-left__all-boxes {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.boxes-icons-left__one-box {
    border: 1px solid #dedede;
    border-radius: 10px;
    background: #fff;
    padding: 60px 20px;
    margin: 15px;
    width: 370px;
}

.boxes-icons-left__link:hover {
    text-decoration: none;
}

/* boxes slick only image */

/*.boxes-slick-images__container{height:110px; margin-bottom:70px;}*/

.box-slick-image__img {
    height: 270px;
    width: 270px;
    margin: auto;
}

.box-slick-image {
    position: relative;
}

.box-slick-text {
    position: absolute;
    z-index: 9;
    color: #fff;
    bottom: 10px;
    left: 30px;
    background: #333;
    padding: 10px 15px;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

/*.box-slick-image  img{ max-width:85%; height:auto; max-height:100%; position:relative;  top: 50%; transform: translateY(-50%); margin: 0 auto;}
.slick-slide, .slick-slide:focus *, .slick-slide:active *, .slick-slide:focus:active *{outline:none!important;}*/

/* boxes 3 icons center   */

.container-fluid.boxes-3_icons {
    padding: 0;
}

.boxes-3_icons-center__title-boxes {
    text-align: center !important;
    margin-bottom: 60px;
}

.boxes-3_icons__background {
    background: #cdcdcd;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
}

.box-3-icons-center {
    text-align: center
}

.box-3-icons-center__icon {
    max-height: 135px;
    width: auto;
    max-width: 100%;
}

svg.box-3-icons-center__icon {
    max-height: 135px;
    width: auto;
    max-width: 100%;
}

.box-3-icons-center__content {
    text-align: center;
    padding: 0 30px;
}

.box-3-icons-center__tittle {
    font-weight: 600;
    margin-top: 35px;
}

.box-3-icons-center__contents {
    font-size: 14px;
}

.box-3-icons-center__tittle:after {
    content: '';
    height: 10px;
    width: 70px;
    background: #de5e5e;
    margin: 20px auto;
    display: block;
}

/* boxy zdjęcie + tekst + button  */

.front-title.box-3-img-button__tittle {
    text-align: left;
    font-size: 33px;
    margin: 0;
    margin-bottom: 15px;
    margin-top: 20px;
    display: block;
}

.box-3-img-button__description {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #505050;
    margin-bottom: 12px;
}

.box-3-img-button__button {
    margin: 0;
    width: 115px;
    box-sizing: border-box;
    height: 32px;
    line-height: 30px;
}

.box-3-img-button__img {
    max-width: 100%;
}

.box-3-img-button__button {
    width: 115px;
    box-sizing: border-box;
    text-align: center;
    line-height: 30px;
    height: 32px;
    border: 1px solid #e0e0e0;
    font-size: 12px;
    display: block;
    margin: 0 auto;
    margin-bottom: 120px;
}

.box-3-img-button__content {
    text-align: center;
}

.boxes-3-img-button-row {
    margin: 0;
}

.boxes-3-img-button-row .boxes-icons__text {
    margin-bottom: 50px;
}

.box-3-img-button {
    border: 1px solid #f1f1f1;
    background: white;
    padding: 20px 15px;
    margin: 0px;
}

/* ----------------------------------------SZABLONY FOOTER  ----------------------------------------*/

/* FOOTER  BIG  */

.footer-big .footer--big {
    background: #f0f0f0;
}

.footer-big .footer__content {
    padding: 30px 0;
}

.footer-big .footer-one-box__title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
    color: black;
    font-size: 13px;
}

.footer-big .footer-one-box p, .footer-big .footer-one-box li {
    margin-bottom: 10px;
}

.footer-big .footer__bottom {
    min-height: 50px;
    background: #9e9e9e;
}

.footer-big .footer__copyright {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    color: white;
    font-size: 10px;
    line-height: 10px;
}

.footer-big .footer__logo {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
}

.footer-big .footer-social__item {
    height: auto;
    margin-right: 15px;
}

.footer-big .footer-social {
    line-height: 50px;
}

.footer-big .footer__logo-img {
    max-width: 100%
}

.footer-big .footer__bottom .footer-social svg img {
    max-width: 40px;
    max-height: 40px;
}

/* FOOTER  MEDIUM */

.footer-medium .footer--medium {
    background: #f0f0f0;
}

.footer-medium .footer__content {
    padding: 25px 0;
}

.footer-medium .footer-one-box__title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
    color: black;
    font-size: 13px;
    font-weight: 500;
}

.footer-medium .footer-one-box p, .footer-medium .footer-one-box li {
    margin-bottom: 10px;
}

.footer-medium .footer__bottom {
    height: 50px;
    background: #9e9e9e;
}

.footer-medium .footer__copyright {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    color: #505050;
    font-size: 10px;
    line-height: 10px;
}

.footer-medium .footer-social__item {
    margin-right: 15px;
}

.footer-medium .footer-social {
    margin-top: 25px;
    margin-bottom: 30px;
}

.footer-medium .footer__logo-img {
    max-width: 100%
}

/*.footer-medium .footer__bottom .footer-social svg, img {max-width: 40px; max-height: 40px;}*/

/* FOOTER  SMALL    */

.footer-small .footer--small {
    background: #fff;
    border-top: 1px solid #e0e0e0;
}

.footer-small .footer__content {
    padding: 40px 0 25px;
}

.footer-small .footer-one-box__title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    ;
    color: #505050;
    font-size: 13px;
    font-weight: 400;
}

.footer-small .footer-one-box p, .footer-small .footer-one-box li {
    margin-bottom: 10px;
}

.footer-small .footer__bottom {
    min-height: 50px;
    background: #f0f0f0;
}

.footer-small .footer__copyright {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    color: #505050;
    font-size: 10px;
    line-height: 10px;
}

.footer-small .footer-social__item {
    height: auto;
    margin-right: 15px;
}

.footer-small .footer-social {
    margin: 0;
    line-height: 50px;
}

.footer-small .footer__logo-img {
    max-width: 100%
}

/*FOOTER ICONS*/

footer.footer-icons {
    background: none;
}

.footer-icons .footer_icons__img {
    display: inline-block;
}

.footer-icons .footer-icons__details {
    display: inline-block;
    margin-left: 20px;
}

.footer-icons .footer__bottom {
    background: transparent;
    text-align: center;
}

.footer-icons .footer__bottom {
    font-size: 12px;
    margin-bottom: 20px;
}

#footer .footer-icons li::before {
    display: none;
}

#footer .footer-icons li {
    display: inline-block;
    margin-right: 15px;
}

.footer-icons .footer-icons__details-info {
    margin: 0;
}

.footer_icons__img {
    vertical-align: top;
}

.footer-icons .footer__content {
    margin: 50px 0;
    padding: 30px 0 20px 0;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7
}

.footer-icons .catlist:hover ul {
    display: none;
}

.footer-icons__one-box {
    margin-top: 0px;
}

.footer-icons__one-box--right {
    text-align: right;
}

.footer-social {
    margin-top: -10px;
}

.footer-icons ul li ul {
    display: none;
}

.footer-no-icons-ux__social-icons svg {
    width: 40px;
    height: 40px;
}

.footer-icons .footer__content .footer-social svg {
    max-width: 40px;
    max-height: 40px;
}

/*FOOTER footer_logo_left_4_cols*/

.footer_logo_left_4_cols .footer__top .footer-social svg {
    max-width: 40px;
    max-height: 40px;
}

/* ------------------------------------------------------------ SZABLONY HEADER ------------------------------------------------ */

/* -------- LANDINGPAGE MENU LEFT  ---------  */

.header-menu-left .header__top-box {
    padding-top: 20px;
}

.header-menu-left .header-logo {
    margin-left: 0;
    text-align: left;
    margin-top: 10px;
}

.header-menu-left .header-logo__img {
    max-width: 100%;
    z-index: 999;
}

.header-menu-left .header__search {
    margin: 0;
    padding: 0;
}

.header-menu-left #search_phrase {
    border: none;
}

.header-menu-left .search-box__input {
    margin-top: 0;
    height: 25px;
    width: 270px;
    float: right;
    display: block;
    background: #f0f0f0;
    color: #505050;
    font-size: 11px;
}

.header-menu-left .search-box__button {
    position: absolute;
    top: 0;
    left: auto;
    right: 15px;
}

.header-menu-left .header__menu--horizontal {
    margin-top: 25px;
    margin-bottom: 0;
}

.header-menu-left .header__menu--content {
    margin-top: 0;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 0px;
}

.header-menu-left .header__menu--horizontal .header__menu--content>ul {
    margin-top: 15px;
}

.header-menu-left .header__menu--horizontal .header__menu--content>ul>li {
    border: none;
    padding: 0;
    margin-right: 15px;
}

.header-menu-left .header__menu--horizontal .header__menu--content>ul>li>a {
    font-size: 12px;
    color: #505050;
    font-weight: 500;
}

.header-menu-left .header__menu--horizontal .header__menu--content>ul>li:last-child {
    margin-right: 0;
    right: 15px;
}

.header-menu-left .header__menu--horizontal .header__menu--content ul.cat-sub {
    padding-right: 10px;
    padding-bottom: 10px;
}

.header-menu-left .header__menu--horizontal .header__menu--content ul.cat-sub>li {
    background: white;
    min-width: 150px;
    text-align: left;
    max-width: 100%;
    padding-top: 10px;
}

.header-menu-left .header__menu--horizontal .header__menu--content ul.cat-sub>li>a {
    color: #505050;
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
    padding-left: 20px;
}

.header-menu-left .header__menu--horizontal .header__menu--content ul.cat-sub>li:hover>a {
    color: #000;
    text-decoration: none;
}

.header-menu-left .header__menu--horizontal .header__menu--content ul.cat-sub>li>a:before {
    content: url('../../../img/landingpage/menu-dropdown.png');
    margin-right: 5px;
    margin-left: -5px;
}

.header-menu-left .header__menu--horizontal .header__menu ul.cat-sub {
    top: 20px;
}

/* ---------- LANDINGPAGE MENU CENTER   --------- */

.landingpage-center-burger__button {
    -moz-transform: scaleX(-1);
    /* Gecko */
    -o-transform: scaleX(-1);
    /* Opera */
    -webkit-transform: scaleX(-1);
    /* Webkit */
    transform: scaleX(-1);
    /* Standard */
}

.header-menu-center .header__top-box {
    padding-top: 25px;
    padding-bottom: 25px;
}

.header-menu-center .header__top-box {
    padding-bottom: 0px;
}

.header-menu-center .header-logo {
    text-align: center;
    margin-top: 0;
}

.header-menu-center .header-logo__img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}

.header-menu-center .header__search {
    margin: 0;
    padding: 0;
}

.header-menu-center #search_phrase {
    border-color: #e0e0e0;
    ;
}

.header-menu-center .search-box__input {
    margin-top: 0;
    height: 25px;
    width: 170px;
    float: right;
    display: block;
    background: #fff;
    color: #505050;
    font-size: 11px;
}

.header-menu-center .search-box__button {
    position: absolute;
    top: 0;
    left: auto;
    right: 15px;
}

.header-menu-center .header__menu--horizontal {
    margin-top: 25px;
    margin-bottom: 0;
}

.header-menu-center .header__menu--content {
    margin-top: 0;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 0px;
}

.header-menu-center .header__menu--horizontal .header__menu--content>ul>li {
    border: none;
    padding: 20px 15px 20px 0;
    position: relative;
}

.header-menu-center .header__menu--horizontal .header__menu--content>ul>li>a:hover, .header-menu-center .header__menu--horizontal .header__menu--content>ul>li>a:active {
    border-top: 2px solid #1a77cc;
}

.header-menu-center .header__menu--horizontal .header__menu--content>ul>li>a {
    font-size: 14px;
    color: #575757;
    font-weight: 700;
    padding: 20px 10px 30px 10px;
}

.header-menu-center .header__menu--horizontal .header__menu--content>ul>li:last-child {
    margin-right: 0;
}

.header-menu-center .header__menu--horizontal .header__menu--content ul.cat-sub>li {
    background: white;
    text-align: center;
    max-width: 100%;
    padding-top: 10px;
    float: none;
}

.header-menu-center .header__menu--horizontal .header__menu--content ul.cat-sub>li>a {
    color: #505050;
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
}

.header-menu-center .header__menu--horizontal .header__menu--content ul.cat-sub>li:hover>a {
    color: #000;
    text-decoration: none;
}

.header-menu-center .header-social__item {
    height: 40px;
    width: 40px;
    margin-right: 15px;
}

.header-menu-center a:last-of-type .header-social__item {
    margin-right: 0;
}

.toplang, .toplang--mobile {
    z-index: 999999;
    vertical-align: middle;
    width: 65px;
    height: 40px;
    border: 2px solid #575757;
    border-radius: 10px;
    display: inline-block;
    overflow: hidden;
    background-image: url(../../../img/cms_ux/down_arrow.svg);
    rotation: 90deg;
    background-position: 35px 13px;
    background-repeat: no-repeat;
    background-size: 14px;
    transform: 0.5s;
}

.toplang__item {
    display: block;
    color: #000;
    text-align: center;
    padding-right: 20px;
    color: #575757;
    text-transform: lowercase;
    font-weight: 600;
    padding-top: 5px;
}

.toplang:hover {
    position: absolute;
    color: #000;
    height: auto;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    transform: 0.5s;
}

.header-menu-center .header__menu--horizontal .header__menu li ul {
    position: absolute;
    top: 66px;
    right: 55%;
    transform: translate(50%, 0%);
    box-shadow: 0 18px 20px rgba(0, 0, 0, 0.5);
    z-index: 999;
    background: #fff;
    min-width: 161px;
    display: none;
}

.header-menu-center .header__menu--horizontal .header__menu li ul li:last-of-type {
    padding-top: 2px;
    border-bottom: 4px solid #1c8cd6;
    width: 100%;
    padding-bottom: 15px;
}

.header-menu-center .header__menu--horizontal .header__menu li ul li:not(:last-of-type):after {
    content: "";
    border-bottom: 1px solid #ebebeb;
    display: block;
    height: 1px;
    margin: 0 auto;
    padding: 5px 0;
}

/* --------------------------------------------------------- */

.mainslider img {
    max-width: 100%;
}

/* BANNER PROMOCYJNY */

.banner-promotion--home-top {
    height: 260px;
    margin-top: calc(-60px + 40px);
    margin-bottom: calc( 73px + 65px);
    background: url('../../../img/common/baner_czasowy.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-clock {
    margin-top: 97px;
    float: right;
}

.banner-clock__title {
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 21.65px;
    color: #1b2330;
    line-height: 22.7px;
    font-weight: 400;
}

.banner-clock__item {
    text-align: center;
    display: inline-block;
    width: 62px;
    background-repeat: no-repeat;
    background-position: bottom 0 right 0;
    background-image: url('../../../img/common/hr-pion.png');
}

.banner-clock__item:last-child {
    background: none;
}

.banner-clock__value {
    display: block;
    font-size: 31.82px;
    line-height: 1;
    font-weight: 900;
}

.banner-clock__label {
    display: block;
    font-size: 11.92px;
    line-height: 15px;
    font-weight: 700;
}

.banner-clock__button {
    float: right;
    margin-top: 119px;
    margin-left: 57px;
}

.banner-promotion__image {
    padding-top: 48px;
    padding-left: 35px;
    display: inline-block;
    float: left;
}

.banner-promotion--img {
    max-width: 188px;
}

.banner-promotion__content-text {
    float: left;
    padding-top: 85px;
    padding-left: 80px;
    font-size: 37px;
    line-height: 38.05px;
}

.banner-promotion__clock {
    float: right;
}

.banner-promotion__content-text p {
    margin: 0;
}

.banner-promotion__content-text strong {
    font-weight: 900;
}

.banner-promotion__content-text--full {
    max-width: 695px;
}

.banner-promotion__content-text--full p {
    display: inline-block;
}

.banner-promotion__image {
    position: relative;
}

.banner-promotion--img {
    -webkit-box-shadow: 0px 12px 3px -10px rgba(179, 179, 179, 0.79);
    -moz-box-shadow: 0px 12px 3px -10px rgba(179, 179, 179, 0.79);
    box-shadow: 0px 12px 3px -10px rgba(179, 179, 179, 0.79);
}

.banner-promotion__image--shop {
    padding-left: 20px;
    padding-top: 0;
}

.banner-promotion--img-shop {
    max-width: 165px;
    padding-top: 60px;
}

.banner-promotion__content-text--shop {
    padding-left: 20px;
    padding-top: calc(55px + 30px);
}

.banner-clock__button--shop {
    float: none;
    text-align: center;
    margin: 0 auto;
}

.banner-clock--shop {
    margin-top: 90px;
    margin-bottom: 15px;
}

.banner-promotion__clock--shop {
    float: left;
    margin-left: 55px;
}

.banner-clock__item--day {
    margin-left: -17px;
}

.banner-clock__button--shop-no-clock {
    margin-top: 40px;
}

.banner-promotion__clock--shop-full {
    margin: 0 0 0 20px;
    text-align: center;
}

.banner-promotion--shop {
    margin-top: 0;
    margin-bottom: calc(35px + 55px)
}

.banner-clock__item--shop {
    width: 73px;
}

.banner-promotion__image:after {
    content: '';
    background-image: url('../../../img/common/banner_shadow.png');
    background-size: cover;
    background-repeat: no-repeat;
    display: inline;
    width: 120px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: -120px
}

.slider-promotion .slick-prev:before {
    content: url(../../../img/common/slider_arrow_bold_left.png)!important;
}

.slider-promotion .slick-next:before {
    content: url(../../../img/common/slider_arrow_bold_right.png)!important;
}

.slider-promotion .slick-prev, .slider-promotion .slick-next {
    top: calc( 120px + 11px);
}

/* BOXY OBRAZKOWE Z TAGAMI */

.box-3-background-tags {
    height: 302px;
    background-size: cover;
    margin-bottom: 0;
    position: relative;
}

.box-3-background-tags.first {
    height: 625px;
}

.box-3-background-tags.first .box-3-background-tags__hashtag {
    margin-top: 0;
}

.box-3-background-tags__hashtag {
    color: white;
    background: #1b2330;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 900;
    line-height: 0.9;
    padding: 20px;
    display: inline-block;
    position: relative;
    margin-top: 0;
}

.box-3-background-tags.second {
    margin-bottom: 21px;
    background-position: center;
}

.box-3-background-tags__content {
    position: absolute;
    bottom: 25px;
    left: 25px;
    margin-right: 25px;
}

.box-3-background-tags.third {
    margin-bottom: 0;
}

@media only screen and (min-width: 1px) {
    .box-3-background-tags__hashtag {
        overflow: hidden;
        color: white;
        background: #1b2330;
        text-transform: uppercase;
        font-size: 36px;
        font-weight: 900;
        line-height: 0.9;
        padding: 20px;
        display: inline-block;
        position: relative;
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) {
    .box-3-background-tags__content {
        max-width: 232.5px;
        overflow: hidden;
        bottom: 25px;
        left: 25px;
        margin-right: 25px;
    }
    .box-3-background-tags__hashtag {
        font-size: 22px;
    }
}

@media only screen and (min-width: 992px) {
    .box-3-background-tags__content {
        max-width: 324px;
    }
    .box-3-background-tags__hashtag {
        font-size: 28px;
    }
}

@media only screen and (min-width: 1200px) {
    .box-3-background-tags__content {
        max-width: 420px;
    }
    .box-3-background-tags__hashtag {
        font-size: 36px;
    }
}

.slider-boxes-arrow {
    width: 60px;
    height: 60px;
}

.slider-boxes .arrow-left__svg {
    transform: rotate(180deg);
}

.slider-boxes .slick-next, .slider-boxes .slick-prev {
    top: 46.5%;
}

.slider-boxes .slick-next:before, .slider-boxes .slick-prev:before {
    content: unset;
}

.slider-boxes .slick-prev {
    left: -60px;
}

/* BOXY OBRAZKOWE Z EFEKTEM HOVER I PRZYCISKIEM */

.box-image-hover__box {
    position: relative;
    margin: 0px auto 30px auto;
    display: inline-block;
}

.box-image-hover__box--center {
    position: relative;
    text-align: center;
}

.box-image-hover__box>img {
    width: 100%;
    height: auto;
    position: relative;
    box-shadow: -8px 11px 10px rgba(0, 0, 0, 0.12);
}

.box-image-hover__content {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s ease;
    text-align: center;
    background-color: rgba(29, 54, 143, 0.7);
}

.box-image-hover__box:hover .box-image-hover__content {
    opacity: 1;
}

.box-image-hover__text {
    display: block;
    position: absolute;
    width: 100%;
    color: #fefefe;
    margin: 40% auto 0px auto;
}

.box-image-hover__title {
    display: block;
    position: absolute;
    width: 100%;
    margin: 45% auto 10px auto;
    color: #fefefe;
}

.box-image-hover__btn {
    padding: 15px 40px;
    border-radius: 15px;
    background: #eb0044;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 65% auto 0px auto;
}

.box-image-hover__btn:hover {
    text-decoration: none;
    color: #ffd3e0;
}

/*          BOXY Z IKONAMI 4 W RZĘDZIE          */

.boxes-four-icons {}

.boxes-four-icons__photo {
    text-align: center;
    margin: 0 auto;
}

.boxes-four-icons__content:before {
    content: "";
    display: block;
    background-color: #aeaeae;
    width: 72px;
    height: 8px;
    margin: 30px auto 0 auto;
}

.boxes-four-icons__title {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    display: block;
    text-align: center;
    margin: 30px auto 20px auto;
}

.boxes-four-icons__text {
    text-align: center;
}

.boxes-four-icons__img {
    max-height: 120px;
}

.boxes-four-icons__link-box:hover, .boxes-four-icons__link-box:focus {
    text-decoration: none;
}

/* popup modalbox */

.popup__shadow {
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999999;
}

.popup__box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 768px;
    max-width: 90%;
    height: 340px;
    max-height: 78%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .33);
    -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, .33);
    box-shadow: 0 1px 7px rgba(0, 0, 0, .33);
    padding: calc(82px - 36px) 36px calc(90px - 36px) 36px;
    z-index: 99999999;
}

.popup__content {
    overflow-y: scroll;
    height: 170px;
}

.popup__close {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    background-image: url('../../../img/common/popup-close.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: -25px;
    right: -21px;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .33);
    -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, .33);
    box-shadow: 0 1px 7px rgba(0, 0, 0, .33);
    cursor: pointer;
}

.front-title--popup {
    margin-bottom: 30px;
}

#footer h3 {
    font-size: 22px;
}

#footer h4 {
    font-size: 20px;
}

.show_more {
    position: relative
}

.show_more_btn {
    text-decoration: underline;
    cursor: pointer;
}

.show_more:hover .show_more_text, .show_more:focus .show_more_text, .show_more:active .show_more_text {
    display: block;
}

.show_more_text {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 9999;
    padding: 10px;
    border: 1px solid #dadada;
    background: white;
    width: 450px;
    text-align: justify
}

.show_more_text p {
    margin: 0px;
    padding: 0px;
}

/* ---------------- SZABLON HEADER CMS-UX HEADER-MENU-BURGER ---------------- */

/* .header-menu-burger .btn--menu path {fill: #575757;} */

.header-menu-burger .btn--menu:hover {
    cursor: pointer;
}

.header-menu-burger .burger__close-menu {
    padding: 40px;
}

.header-menu-burger .burger__mobile-nav ul li a {
    font-weight: 300;
    display: block;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    font-size: 54px;
    text-transform: none;
}

.header-menu-burger ul li {
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 54px;
}

.header-menu-burger .burger__mobile-nav ul li:after {
    display: none;
}

.header-menu-burger .header-social {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* ---------------- SZABLON HEADER CMS-UX header-landingpage_left ---------------- */

.header-landingpage_left .header-menu-center .header__menu--content {
    border: none;
    text-align: right;
}

.header-landingpage_left .header-menu-center .header__menu--horizontal .header__menu--content>ul>li {
    padding: 0 13px 0 0;
}

.header-landingpage_left .header-menu-center .header__menu--horizontal .header__menu--content>ul>li>a {
    padding: 0 0 5px 0;
}

.header-landingpage_left .header-menu-center .header__menu--horizontal {
    margin-top: 50px;
}

.header-landingpage_left .header-menu-center .header-social__item {
    margin-bottom: 15px;
}

.header-landingpage_left .header__menu--content>ul>li>a:hover, .header-landingpage_left .header__menu--content>ul>li>a:active {
    border-bottom: 3px solid;
    border-width: 80%;
}

@media only screen and (max-width: 768px) {
    .header-landingpage_left .header-social {
        display: none;
    }
}

.header-landingpage_left .header-menu-center .header__menu--horizontal .header__menu--content>ul>li>a:hover, .header-landingpage_left .header-menu-center .header__menu--horizontal .header__menu--content>ul>li>a:active {
    border-top: none;
}

.header-landingpage_left .burger__button {
    right: unset;
    left: 10px;
    top: 25px;
}

.header-landingpage_left .header-social {
    margin-top: 35px
}

/* ---------------- SZABLON FOOTER CMS-UX footer_no_icons_2 ---------------- */

.footer-no-icons-2 .footer-no-icons-ux__social-icons svg {
    margin-right: 10px;
}

.footer-no-icons-2 .footer-no-icons-ux__social-icons {
    text-align: center;
    margin-bottom: 15px;
}

.footer-no-icons-2 .footer-no-icons-ux__pages {
    text-align: right;
}

#footer .footer-no-icons-2 .footer-icons li:last-of-type {
    margin-right: 0;
}

.footer-no-icons-2 .footer-icons .footer__content {
    margin: 30px 0;
    padding: 13px 0 20px 0;
}

.footer-no-icons-2 .footer-no-icons-ux__pages {
    padding-right: 0;
    padding-top: 15px;
}

.footer-no-icons-2 #footer ul {
    margin-top: 15px;
}

.footer-no-icons-2 a:hover, .footer-no-icons-2 a:active {
    text-decoration: none;
    padding-bottom: 6px;
    border-bottom: 3px solid;
}

#contact-popup {
    position: fixed;
    right: 30px;
    bottom: 20px;
    color: #575757;
    z-index: 999;
    font-family: 'Lato', sans-serif !important;
    font-size: 14px;
}

.contact-popup__close {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border: 2px solid #000;
    background-color: #000;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding: 4px 0;
    cursor: pointer;
    position: absolute;
    right: -13px;
    top: -13px;
}

.contact-popup__phone {
    cursor: pointer;
    float: right;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    width: 100px;
}

.contact-popup__window {
    display: none;
    position: relative;
    width: 260px;
    padding: 25px 40px 45px;
    box-shadow: 1px 1px 11px 6px #38383880;
    background: #ffffff80;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 15px;
}

.contact-popup__phone {
    border: 2px solid #000;
    padding: 15px;
    border-radius: 50%;
}

#contact-popup h2 {
    font-size: 18px;
}

.contact-popup_image {
    width: 26px;
    display: inline-block;
}

.contact-popup__phone:hover {
    opacity: 0.7;
}

.contact-popup__close:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* ------------------------ SZABLON HEADER  header-menu-burger-phone.php -------------------*/

.header-menu-burger-phone .header__top-box {
    padding-top: 35px;
    padding-bottom: 42px;
    position: relative;
}

.header-menu-burger-phone .header-phone-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    float: right;
}

.header-menu-burger-phone .header-phone-box__icon {
    display: inline-block;
    float: left;
}

.header-menu-burger-phone .header-phone-box__number {
    display: inline-block;
    float: left;
}

.header-menu-burger-phone .header-phone-box--icon {
    fill: #575757!important;
    width: 50px;
    height: 54px;
}

.header-menu-burger-phone .header-phone-box__number {
    padding-left: 29px;
    color: #575757;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    line-height: 0.7;
    margin-top: 12px;
}

.header-menu-burger-phone .burger__mobile-nav ul li a.active {
    font-weight: 700;
    color: #96cb50;
}

.header-menu-burger-phone .header-menu-center .header-logo {
    margin-left: 23px;
}

.btn-menu-label {
    color: #575757;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    font-size: 24px;
    transform: translate(15px, 6px);
    display: inline-block;
}

.header-menu-burger-phone__menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header--pos-init {
    position: initial;
}

/* end */

/* FOOTER logo + dane adresowe + dane kontaktowe  footer-logo-adres-phone.php */

.footer-logo-adres-phone {
    background: #f3f3f3;
    margin-top: 80px;
}

.footer-logo-adres-phone footer {
    margin-top: 0;
}

.footer-logo-adres-phone__inner footer {
    background: transparent;
    margin: 0;
}

.footer-logo-adres-phone__inner {
    border: 1px solid #c8c8c8;
    border-left: none;
    border-right: none;
    padding-top: 78px;
    padding-bottom: 50px;
}

.footer-logo-adres-phone__icon {
    float: left;
    width: 67px;
}

.footer-logo-adres-phone__data {
    float: left;
    padding-left: 30px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #646464;
    font-weight: 900;
    line-height: 24px;
}

.footer-logo-adres-phone__box--address {
    padding-left: 20px;
}

.footer-logo-adres-phone__data--tel {
    margin-top: 5px;
}

.footer-logo-adres-phone__data p {
    margin: 0;
}

.footer-bottom--footer-logo-adres-phone {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 12px;
    color: #818181;
    line-height: 21px;
    padding: 20px 0 32px 0;
    border-top: 1px solid #c8c8c8;
}

/* menu */

.footer-bottom-menu {
    padding-bottom: 30px;
}

.footer-bottom-menu ul {
    margin: 0;
    margin-top: 31px;
}

.footer-bottom-menu li {
    display: inline-block;
}

.footer-bottom-menu a {
    color: #6a6a6a;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 10px
}

.footer-bottom-menu a.active {
    color: #000;
    text-decoration: none;
}

/* end */

/* CONTACT FORM app_contact_form_recaptcha.php */

.form__input-site--transparent-round, .form__text--transparent-round {
    background: transparent;
    border-width: 1px;
    border-color: rgb(106, 106, 106);
    border-style: solid;
    border-radius: 15px;
    width: 100%;
    height: 63px;
    line-height: 63px;
    padding: 0 10px 0 69px;
}

.form__input-site--transparent-round::placeholder, .form__text--transparent-round::placeholder, .form__input-site--transparent-round, .form__text--transparent-round {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 400;
}

.input-image {
    position: relative;
    height: 0;
    display: block;
}

.input-image--transparent-square svg {
    position: absolute;
    top: 15px;
    left: 22px;
}

.form__input-site--transparent-round {
    margin-bottom: 19.2px;
    box-sizing: border-box;
}

.form__text--transparent-round {
    height: 310px;
    box-sizing: border-box;
}

.contact-transparent-round__buttons {
    margin: 38px 0 -14px 0
}

.btn--transparent-round-mouse {
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms2s ease-out;
    float: left;
    margin: 0;
    margin-left: 35px;
    position: relative;
    border-radius: 15px;
    background-color: rgb(136, 136, 133);
    box-shadow: 0px 4px 0px 0px rgb(88, 88, 88);
    color: white;
    font-size: 16px;
    font-weight: 400;
    width: 271px;
    height: 66px;
    line-height: 66px;
    padding: 0 15px;
    padding-left: 24px;
}

.btn-transparent-round-mouse__image {
    position: absolute;
    top: 21px;
    left: 39px;
    fill: #fff!important;
    width: 26px;
    height: 26px;
}

.btn--transparent-round-mouse:hover, .btn--transparent-round-mouse:focus, .btn--transparent-round-mouse:active, .btn--transparent-round-mouse:focus:active {
    box-shadow: 0px 4px 0px 0px rgb(97, 97, 97);
}

.btn--transparent-round-mouse:hover {
    background: #a7a7a7;
    box-shadow: 0px 3px 0px 0px #585858;
}

.g-recaptcha--transparent-round {
    display: inline-block;
    margin-left: 0 transform:scale(0.88);
    -webkit-transform: scal(0.88);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    float: left;
    margin-left: 0;
}

.g-recaptcha--transparent-round>div {
    display: inline-block;
    margin: 0;
}

.checkbox__label--form-transparent-round {
    margin-top: 0
}

.contact-transparent-round__accept {
    margin-bottom: -6px;
    font-size: 12px;
    margin-bottom: 38px;
}

.contact-transparent-round__accept .checkator_holder {
    margin-left: 0!important;
    ;
}

.contact-transparent-round__label {
    font-weight: 300;
}

.contact-transparent-round__accept a {
    font-weight: 600;
}

.contact-transparent-round .input-image svg {
    position: absolute;
    top: 15px;
    left: 22px;
}

.contact-transparent-round .btn-contact__image {
    position: absolute;
    top: 17px;
    left: 23px;
}

.form__input-site--transparent-round.form__input-site--no-image, .form__input-site--no-image.form__input-site--no-image {
    padding: 0 10px 0 20px;
}

/* Maciej - CONTACT FORM app_contact_form_recaptcha.php */

.form__input-site--transparent-square, .form__text--transparent-square {
    background: transparent;
    border-width: 1px;
    border-radius: 0;
    width: calc(100% - 63px);
    height: 63px;
    line-height: 63px;
}

.form__input-site--transparent-square::placeholder, .form__text--transparent-square::placeholder, .form__input-site--transparent-square, .form__text--transparent-square {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 400;
}

.form__input-site--transparent-square {
    margin-bottom: 19.2px;
    box-sizing: border-box;
}

.form__text--transparent-square {
    height: 310px;
    box-sizing: border-box;
    width: 100%;
}

.contact-transparent-square__buttons {
    margin: 38px 0 -14px 0
}

.btn--transparent-square-mouse {
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms2s ease-out;
    float: left;
    margin: 0;
    position: relative;
    background-color: rgb(136, 136, 133);
    box-shadow: 0px 4px 0px 0px rgb(88, 88, 88);
    color: white;
    font-size: 16px;
    font-weight: 400;
    width: 271px;
    height: 66px;
    line-height: 66px;
    padding: 0 15px;
    padding-left: 24px;
    margin-left: 35px;
}

.btn-transparent-square-mouse__image {
    position: absolute;
    top: 21px;
    left: 39px;
    fill: #fff!important;
    width: 26px;
    height: 26px;
}

.btn--transparent-square-mouse:hover, .btn--transparent-square-mouse:focus, .btn--transparent-square-mouse:active, .btn--transparent-square-mouse:focus:active {
    box-shadow: 0px 4px 0px 0px rgb(97, 97, 97);
}

.btn--transparent-square-mouse:hover {
    background: #a7a7a7;
    box-shadow: 0px 3px 0px 0px #585858;
}

.g-recaptcha--transparent-square {
    display: inline-block;
    margin-left: 0;
    transform: scale(0.88);
    -webkit-transform: scal(0.88);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-left: 0;
}

.contact-transparent-square .g-recaptcha>div {
    display: inline-block;
    margin: 0;
}

.contact-transparent-square__accept {
    margin-bottom: -6px;
    font-size: 12px;
    margin-bottom: 38px;
}

.contact-transparent-square__accept .checkator_holder {
    margin-left: 0 !important;
}

.contact-transparent-square__label {
    font-weight: 300;
}

.contact-transparent-square__accept a {
    font-weight: 600;
}

.contact-transparent-square .form__text--transparent-square {
    padding: 0 60px;
}

.input-container {
    width: 100%;
    height: 63px;
    display: flex;
    justify-content: space-between;
    border-collapse: collapse;
    margin-bottom: 18px;
}

.form__input-site--transparent-square {
    padding: 0 10px 0 25px;
    border: 1px solid #c2c2c2;
}

.input-image-container--transparent-square {
    height: 63px;
    width: 63px;
    border-left: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-transparent-square__buttons {
    margin: 38px 0 -14px 0
}

.contact-transparent-square_ .input-image svg {
    position: absolute;
    top: 15px;
    left: 22px;
}

.contact-transparent-square_ .btn-contact__image {
    position: absolute;
    top: 17px;
    left: 23px;
}

.form__input-site--transparent-square.form__input-site--no-image, .form__text--transparent-square.form__input-site--no-image {
    padding: 0 10px 0 20px;
    width: 100%;
}

.form__input-site--horizontal-input.form__input-site--no-image, .form__input-site--horizontal-input.form__input-site--no-image {
    padding: 0 10px 0 20px;
    width: 100%;
}

/* app_contact_form_template_1 */

.form__input-site--template_1, .form__text--template_1 {
    background: transparent;
    border-width: 1px;
    border-color: rgb(106, 106, 106);
    border-style: solid;
    width: 93%;
    height: 63px;
    line-height: 63px;
    padding: 0 25px;
}

.form__input-site--template_1::placeholder, .form__text--template_1::placeholder, .form__input-site--template_1, .form__text--template_1 {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 400;
}

.input-image {
    position: relative;
    height: 0;
    display: block;
}

.input-image--transparent-square svg {
    position: absolute;
    top: 15px;
    left: 22px;
}

.form__input-site--template_1 {
    margin-bottom: 34px;
    box-sizing: border-box;
}

.form__text--template_1 {
    height: 310px;
    box-sizing: border-box;
}

.contact-template_1__buttons {
    margin: 38px 0 -14px 0
}

.btn--template_1-mouse {
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms2s ease-out;
    float: left;
    margin: 0;
    position: relative;
    color: black;
    border: 1px solid black;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    width: 271px;
    height: 66px;
    line-height: 66px;
    padding: 0 15px;
    margin: 0 15px;
}

.btn-template_1-mouse__image {
    position: absolute;
    top: 21px;
    left: 39px;
    fill: #fff!important;
    width: 26px;
    height: 26px;
}

.btn--template_1-mouse:hover, .btn--template_1-mouse:focus, .btn--template_1-mouse:active, .btn--template_1-mouse:focus:active {
    box-shadow: 0px 4px 0px 0px rgb(97, 97, 97);
}

.btn--template_1-mouse:hover {
    background: #a7a7a7;
    box-shadow: 0px 3px 0px 0px #585858;
}

.g-recaptcha--template_1 {
    display: inline-block;
    margin-left: 0;
    transform: scale(0.88);
    -webkit-transform: scal(0.88);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-left: 0;
}

.g-recaptcha--template_1>div {
    display: inline-block;
    margin: 0;
}

.checkbox__label--form-template_1 {
    margin-top: 0
}

.contact-template_1__accept {
    margin-bottom: -6px;
    font-size: 12px;
    margin-bottom: 38px;
}

.contact-template_1__accept .checkator_holder {
    margin-left: 0!important;
    ;
}

.contact-template_1__label {
    font-weight: 300;
}

.contact-template_1__accept a {
    font-weight: 600;
}

.contact-template_1 .input-image svg {
    position: absolute;
    top: 15px;
    left: 22px;
}

.contact-template_1 .btn-contact__image {
    position: absolute;
    top: 17px;
    left: 23px;
}

.form__input-site--template_1.form__input-site--no-image, .form__input-site--no-image.form__input-site--no-image {
    padding: 0 10px 0 20px;
}

.contact-template_1 .input-image svg {
    height: 30px;
}

.page-section--contact-template_1 h3, .page-section--contact-template_1 p, .page-section--contact-template_1 input, .page-section--contact-template_1 a {
    font-size: 18px;
    line-height: 27px;
}

.page-section--contact-template_1 h3, .page-section--contact-template_1 p {
    margin-bottom: 28px;
}

.page-section--contact-template_1 input, .page-section--contact-template_1 textarea, .page-section--contact-template_1 button {
    height: 69px;
}

.contact-template_1 .contact-template_1__input-container {
    position: relative;
}

.contact-template_1 .contact-template_1__input-container label {
    padding: 10px 15px;
    background-color: white;
    font-weight: normal;
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 1;
    transition: 0.5s;
}

.contact-template_1 .contact-template_1__input-container .form__input-site--template_1:focus + label,  .contact-template_1 .contact-template_1__input-container .form__text--template_1:focus + label{
    top: -20px;
    transition: 0.5s;
}

.page-section--contact-template_1 .contact-template_1 h3{
    font-size: 28px;
}

/* end contact */

/* footer center logo */

.footer_center_logo {
    position: relative;
}

.footer_center_logo .footer-one-box__links {
    padding-top: 69px;
}

.footer_center_logo .footer-one-box__links ul {
    display: table;
    margin: 0 auto;
    padding: 0;
    z-index: 100;
    float: left;
    width: 100%;
}

.footer_center_logo .footer-one-box__links ul ul {
    display: none;
}

.footer_center_logo .footer-one-box__links li {
    width: 12.5%;
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}

.footer_center_logo .footer-one-box__links li:nth-of-type(2) {
    padding-left: 32px;
}

.footer_center_logo .footer-one-box__links li:nth-of-type(3) {
    margin-right: 25%;
}

.footer_center_logo .footer-one-box__links li:nth-of-type(4) {
    text-align: right;
}

.footer_center_logo .footer-one-box__links li:nth-of-type(5) {
    text-align: right;
}

.footer_center_logo .footer-one-box__links li:nth-of-type(6) {
    text-align: right;
}

.footer_center_logo .footer-one-box__links li a {
    color: rgb(78, 54, 16);
    font-weight: 700;
    font-size: 14px;
}

.footer_center_logo .footer-one-box__logo {
    max-width: 260px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 7px;
}

.footer_center_logo .footer-one-box__social {
    margin: 20px 0 10px;
    text-align: center;
}

.footer_center_logo .footer-social a {
    width: 40px;
    margin: auto;
    display: inline-block;
}

.footer_center_logo .footer__top {
    padding-bottom: 20px;
}

.footer_center_logo .footer_top_bg {
    background-color: #fff;
}

.footer_center_logo .footer-bottom-content {
    margin-bottom: 15px;
    font-size: 12px;
}

.footer_center_logo .footer-copyright-olicom {
    font-size: 12px;
}

.footer_center_logo .footer-one-box__links ul>li.active>a {
    border-bottom: 2px solid;
    border-top: 0;
}

.footer_center_logo .footer-one-box__logo {
    text-align: center;
}

.footer_center_logo .footer-one-box__logo img {
    display: inline-block;
}

/* end footer center logo */

.boxes-wrap {
    margin-top: 50px;
}

.boxes-3-img-photo {
    border: 1px solid #f1f1f1;
    background: white;
    padding: 20px 15px;
    margin: 0px;
}

.box-3-img {
    display: table;
    width: 100%;
    text-align: center;
    height: 300px;
}

.boxes-3__one-photo {
    display: table-cell;
    vertical-align: middle;
}

.login-box input {
    margin-bottom: 0;
}

/*    FOOTER footer_logo_left_4_cols       */

/*top*/

.footer_logo_left_4_cols .footer {
    background-color: #eeeeee;
}

.footer_logo_left_4_cols .footer__content {
    position: relative;
    height: 100%;
}

.footer_logo_left_4_cols .footer__top {
    position: relative;
    min-height: 313px;
}

.footer_logo_left_4_cols .footer-one-box__logo {
    height: 313px;
    padding-top: 87px;
}

.footer_logo_left_4_cols .footer-one-box__logo img {
    margin: 0 auto;
}

.footer_logo_left_4_cols .footer-one-box__social {
    height: 313px;
}

.footer_logo_left_4_cols .footer-social {
    margin: 0px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.footer_logo_left_4_cols .footer-social svg {
    width: 37px;
    height: 37px;
    display: block;
    margin-top: 11px;
}

.footer_logo_left_4_cols .footer-social .st0 {
    /* 'st0' to jest klasa plików ikon socials*/
    fill: #919191;
}

.footer_logo_left_4_cols .footer-one-box__links {
    display: block;
    position: relative;
    font-family: 'Open sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-top: 98px;
    height: 313px;
}

.footer_logo_left_4_cols .footer-one-box__links a {
    color: #000000;
    line-height: 24px;
}

.footer_logo_left_4_cols .footer-bottom-content img {
    display: inline-block;
}

/*bottom*/

.footer_logo_left_4_cols .footer__bottom {
    display: block;
    position: relative;
    height: 249px;
    background-color: #ffffff;
}

.footer_logo_left_4_cols .footer-bottom-content {
    display: block;
    position: relative;
    margin-top: 40px;
}

.footer_logo_left_4_cols .footer-copyright {
    display: inline-block;
    font-family: 'Open sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #7b7b7b;
}

.footer_logo_left_4_cols .footer-copyright-olicom {
    display: inline-block;
    margin-top: 16px;
    font-family: 'Open sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #7b7b7b;
}

.footer_logo_left_4_cols .footer-copyright-olicom a {
    color: #7b7b7b;
    font-weight: 700;
}

.footer_logo_left_4_cols .footer-copyright-olicom a:hover {
    text-decoration: none;
}

.footer_logo_left_4_cols .sub-arrow {
    display: none;
}

.footer_logo_left_4_cols .footer-one-box__link {
    display: block;
}

.footer-one-box__title--menu {}

.footer_logo_left_4_cols .footer__bottom {
    height: auto;
}

.footer_logo_left_4_cols .footer-bottom-content {
    margin-bottom: 40px;
}

/* SHORTCODY */

.shortcodemap {
    width: 100%;
    height: 580px;
}

/* end shortcody */

/* MAPKA W STOPCE */

.contact-footer-map {
    width: 100%;
    height: 580px;
    margin-bottom: 80px;
}

/* end contact-footer-map */

/* FOOTER footer_no_icons_ux_social_next_to_menu */

.footer-no-icons-ux__social-icons--1 {
    float: right
}

/* end footer */

.front-title--image-after:after {
    width: auto;
}

/* checkator */

.checkbox-box {
    display: flex;
}

.checkbox__label {
    width: calc(100% - 38px - 15px)
}

.checkbox label, .radio label {
    padding: 0;
}

.checkator_holder .checkbox, .checkator_holder .radio {
    position: absolute;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}

.checkator_holder {
    display: inline-block !important;
    width: 38px !important;
    height: 38px !important;
    margin-top: 0px !important;
    margin-right: 15px !important;
    margin-left: 10px !important;
    vertical-align: middle;
}

.checkator_element {
    background-color: #fff;
    border: 1px solid #656565;
}

.checkator_element.checkbox {
    border: 1px solid;
}

.checkator_source:checked+.checkator_element::after {
    background-color: #656565;
}

.checkator_element.radio, .checkator_element.radio::after {
    border-radius: 0 !important;
}

.checkator_source:hover+.checkator_element {
    border: 2px solid #797979;
}

.checkator_source:focus+.checkator_element {
    border: 1px solid #797979;
}

.slick-dots {
    margin-bottom: 0;
}

.menu-button__img {
    max-height: 45px;
}

/******** */

/* odstępy sekcji w których jest tekst */

.boxes-four-icons__text {
    margin-bottom: calc(var(--p__margin-bottom)*(-1));
}

.boxes-template-1__content {
    margin-bottom: calc(var(--p__margin-bottom)*(-1));
}

.box-image-hover__box {
    margin-bottom: var(--boxes-image-hover__margin-bottom);
}

.boxes-icons__text {
    margin-bottom: calc(var(--p__margin-bottom)*(-1))
}

/************************************************************** 12/06/2019 ***************************************/

/* BOXY */

/* *** boxes-four-icons-2  *** */

.boxes-four-icons-2__photo {
    min-height: 185px;
}

.boxes-four-icons-2__item {
    max-width: 350px;
    border: 4px solid;
    margin: 20px auto;
    transition: ease all 0.3s;
}

.boxes-four-icons-2__img {
    position: relative;
    margin-top: calc(50% - 54px);
    left: 50%;
    transform: translateX(-50%);
    max-height: 110px;
}

.boxes-four-icons-2__title {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
}

.boxes-four-icons-2__content {
    padding: 0 10px;
}

.boxes-four-icons-2__link-box:hover {
    text-decoration: none;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .boxes-four-icons-2__title {
        font-size: 20px;
    }
    .boxes-four-icons-2__img {
        margin-top: calc(50% - 40px);
    }
}

/* *** boxes-icon-2 *** */

.boxes-icon-2__item {
    border: 6px solid white;
    max-width: 570px;
    width: 100%;
    padding: 0 40px;
    background-position: 93% 27%;
    background-repeat: no-repeat;
    margin: auto;
    transition: all 300ms ease-in-out;
}

.boxes-icon-2__title {
    text-transform: uppercase;
    font-size: 36px;
    margin: 40px 0 20px 0;
}

.boxes-icon-2__text {
    min-height: 100px;
}

.boxes-icon-2__link-box:hover {
    text-decoration: none;
}

@media screen and (max-width: 450px), screen and (min-width: 768px) and (max-width: 991px) {
    .boxes-icon-2__title {
        font-size: 30px;
        margin: 20px 0 20px 0;
    }
    .boxes-icon-2__item {
        padding: 0 20px;
    }
}

/* boxes_template_1.php */

.boxes-template-1__content {
    display: none;
}

.boxes-template-1__tittle {
    position: relative;
}

.boxes-template-1__tittle::before {
    content: '';
    border: 2px solid grey;
    margin-right: 15px;
}

.boxes-template-1__img {}

.boxes-template-1__image-box {
    position: relative;
    max-width: 370px;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.boxes-template-1__image-box::after {
    z-index: 10;
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88%;
    height: 88%;
    border: 2px solid;
    transition: all 300ms ease-in-out;
}

.boxes-template-1__link:hover {
    text-decoration: none;
}

.home .boxes-template-1__item {
    margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .boxes-template-1__image-box {
        height: 300px;
    }
}

/* boxes_template_3 */

.boxes-template-3__boxes {
    background-color: transparent;
    width: 262px;
    height: 342px;
    margin: 0 auto 15px auto;
}

.boxes-template-3__single-box {
    border: 1px solid black;
    position: relative;
    transition: transform 0.9s;
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
}

.boxes-template-3__boxes:hover .boxes-template-3__single-box {
    transform: rotateY(180deg);
}

.boxes-template-3__image-box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.boxes-template-3__image-box, .boxes-template-3__content {
    position: absolute;
    width: 260px;
    height: 340px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.boxes-template-3__content {
    transform: rotateY(180deg);
    text-align: center;
}

/* SLIDER */

/* **** SLIDER 07 **** */

.slider07 .slick-prev:before {
    content: unset;
}

.slider07 .slick-next:before {
    content: unset;
}

.slider07 .arrow-right__svg, #slider07 .arrow-left__svg {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.slider07 .slick-arrow {
    padding: 31px;
    background: rgb(189, 189, 189);
    z-index: 2;
    position: absolute;
    border: 1px solid gray;
}

.slider07 .slick-arrow:hover {
    transition: ease 0.5s;
}

.slider07-arrow {
    transition: ease 0.4s;
}

.slider07 .slick-next {
    top: calc(100% - 2.5px);
    right: 110px;
}

.slider07 .slick-prev {
    top: calc(100% - 2.5px);
    right: 190px;
    left: auto;
}

.slider07-container {
    position: relative;
}

.slider07__text {
    width: 100%;
    position: relative;
}

.slider07 .btn--slider07 {
    position: absolute;
    right: 280px;
    bottom: -30px;
    padding: 22px 40px;
    text-transform: uppercase;
    font-weight: 500;
}

.btn--slider07 {
    display: none;
}

.slider07-box__image {
    max-height: 450px;
}

@media screen and (max-width: 768px) {
    .slider07 .btn--slider07 {
        display: none;
    }
}

/* SLIDER06 */

.slider06__single-img {
    /*    width: 100%;*/
    margin: 0 auto;
    object-fit: cover;
}

.slider06-box__image {
    max-height: 1000px;
}

.slider06__text {
    width: 100%;
}

.slider06__wrapper {
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn--slider06 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 500;
}

.slider06__short-description {
    text-align: center;
    margin-bottom: 30px;
}

/* slider05 */

.slider05 .slick-next {
    right: 40px;
    top: 50%;
}

.slider05 .slick-prev {
    left: 10px;
    top: 50%;
}

.slider05 .slick-arrow:before {
    content: unset;
}

.slider05-arrow {
    width: 60px;
}

.slider05-arrow path {
    fill: white;
}

.btn--slider05 {
    position: relative;
    border: 0;
    padding: 15px 0px 15px 60px;
}

.btn--slider05::before {
    content: '';
    width: 50px;
    height: 0;
    position: absolute;
    border: 2px solid white;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.slider05__single-slide {
    background-color: gray;
}

.slider05-box__image {
    width: 50%;
    float: right;
    height: 600px;
}

.slider05__image {
    height: 600px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.slider05__text {
    width: 50%;
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
}

.slider05__btn {
    display: block;
    padding-top: 50px;
}

.slider05__wrapper, .slider05__btn {
    width: 90%;
    margin: 0 auto;
}

.slider05__short-description {
    width: 90%;
    margin: 0 auto;
}

/* FACEBOOK */

.facebook-post__content {
    border-bottom: 2px solid white;
}

.facebook-post .facebook-post__button {
    text-align: center;
    margin: 20px 0;
}

.facebook-post__img {
    height: 300px;
    width: auto;
    margin: 0px auto 20px auto;
    object-fit: cover;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .facebook-post__img {
        height: 200px;
    }
}

/* BUTTONS */

.btn--arrow-left {
    left: 95px;
}

.btn--arrow-left:before {
    content: ">";
    font-size: 30px;
    position: absolute;
    left: 0;
    transform: translate(-100%, -31%);
    border: 1px solid black;
    padding: 4px 20px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

/* z NEW_TEMPLATE */

/* header-landingpage_center */

.header-menu-center .header-logo {
    max-width: 320px;
}

.header-menu-center .header-social__burger {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 0;
}

.header-menu-center .st11 {
    fill: white;
}

@media screen and (max-width: 768px) {
    .header-menu-center .burger__mobile-nav ul li ul {
        display: block
    }
    .header-menu-center .burger__mobile-nav ul li ul a {
        font-size: 14px;
    }
    .header-menu-center .burger__mobile-nav ul li ul li {
        margin-top: 0;
    }
    .header-menu-center .burger__mobile-nav ul li ul li:after {
        width: 40%;
    }
}

/* header-landingpage_left */

.header-landingpage_left .burger__close-menu {
    width: 58px;
    top: 10px;
    right: 10px;
}

/*** FOTER_1 ***/

.footer-1__bottom {
    border-top: 1px solid gray;
    padding-top: 25px;
    margin: 0 auto 25px auto;
}

.footer-1__logo-olicom {
    text-align: center;
}

.img-footer1-olicom {
    margin: 0 auto
}

.footer-1__copyrights, .footer-1__realization {
    text-align: center;
}

.footer-1__realization {
    margin: 25px 0;
}

/**** HEADER-MENU-BURGER.PHP ****/

#header-landingpage-center .header-social {
    right: 15px;
}

/* social */

.header-social {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 126px;
}

.header-social__item:hover {
    transform: scale(1.2);
    transition: 0.4s;
}

.burger__mobile-nav .header-social__burger {
    position: initial;
    margin-top: 25px;
}

@media only screen and (min-width: 768px) {
    .header-menu-burger .header-social__burger {
        display: none;
    }
    .header-menu-burger-phone .header-social__burger {
        display: flex;
    }
}

@media only screen and (max-width: 768px) {
    .header-menu-burger .header-social {
        display: none;
    }
    .header-menu-burger .header-social__burger {
        display: flex;
    }
}

/* ikona hamburgera */

.header-menu-burger .menu-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header-menu-burger .menu-button__text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 65px;
}

/* footer_no_icons_ux_social_next_to_menu */

.footer-copyrights {
    text-align: center;
}

.footer-copyrights a {
    text-transform: capitalize;
    font-weight: 700;
}

.footer_no_icons_ux_social_next_to_menu__details-info {
    font-size: 22px;
    margin: 0 auto;
}

.footer_no_icons_ux_social_next_to_menu .pagesTree-0 {
    padding-inline-start: 0;
}

@media only screen and (max-width: 991px) {
    .footer_no_icons_ux_social_next_to_menu__social-icons {
        text-align: center;
        margin-top: 10px;
    }
    .footer-social__item {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 1200px) {
    .footer_no_icons_ux_social_next_to_menu__details-info {
        font-size: 18px;
    }
}

/* contact-horizontal-input */

input-container--horizontal-input {
    border: 1px solid #c2c2c2;
}

.form__input-site--horizontal-input {
    padding-left: 15px;
    border: 1px solid #c2c2c2;
}

.input-image-container--horizontal-input {
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    height: 63px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.text-container--horizontal-input {
    margin-bottom: 15px;
}

.input-image--horizontal-input svg {
    position: absolute;
    top: 15px;
    left: 22px;
}

.btn--horizontal-input {
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms2s ease-out;
    margin: 0;
    margin-right: 34px;
    position: relative;
    background-color: rgb(136, 136, 133);
    box-shadow: 0px 4px 0px 0px rgb(88, 88, 88);
    color: white;
    font-size: 16px;
    font-weight: 400;
    width: 271px;
    height: 66px;
    line-height: 66px;
    padding: 0 15px;
    padding-left: 20px;
}

@media only screen and (max-width: 991px) {
    .btn--horizontal-input {
        margin-top: 15px;
    }
    .contact-horizontal-input .contact-transparent-square__accept {
        margin-bottom: 15px;
    }
}

.btn--horizontal-input svg {
    position: absolute;
    top: 17px;
    left: 23px;
}

.form__input-site--horizontal-input {
    width: calc(100% - 63px);
}

.form__text--horizontal-input {
    line-height: 63px;
    padding: 0 60px;
}

.g-recaptcha--horizontal-input {
    margin-left: 0;
}

/* BOXES_TEMPLATE_4 */

.boxes-template-4__container {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.boxes-template-4__one-box, .boxes-template-4__link-box {
    max-width: 370px;
    min-height: 500px;
    position: relative;
    margin: 10px;
    overflow: hidden;
}

.boxes-template-4__link-box:hover .boxes-template-4__image {
    transition: .4s ease-in all;
    transform: scale(1.15);
}

.boxes-template-4__link-box:hover .boxes-template-4__image-mg {
    transition: .4s ease-in all;
    transform: scale(1.15);
}

.boxes-template-4__image {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    transition: .4s ease-in all;
}

.boxes-template-4__image-box, .boxes-template-4__image-bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
}

.boxes-template-4__image-bg {
    z-index: 1;
    transition: .4s ease-in all;
}

.boxes-template-4__content {
    width: 370px;
    padding: 25px 30px 20px 30px;
    position: relative;
    min-height: 500px;
    z-index: 1;
    position: relative;
}

.boxes-template-4__tittle {
    font-size: 44px;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    display: block;
    line-height: 1;
    position: absolute;
    top: 65%;
}

.boxes-template-4__tittle:after {
    content: "";
    display: block;
    background-color: #aeaeae;
    width: 72px;
    height: 8px;
    margin-top: 15px;
    margin-left: 2px;
}

.boxes-template-4__word {
    position: absolute;
    top: 60%;
    margin-left: 2px;
    margin-bottom: 10px;
}

.boxes-template-4__word p {
    font-size: 16px;
    text-transform: none;
}

.boxes-template-4__word:hover {
    text-decoration: none;
}

/* menu category on right_menu_content */

.menu-category {
    position: relative;
    margin-bottom: 40px;
    z-index: 99999;
}

.menu-category__header {
    height: 70px;
    width: 100%;
    background: #e6e5e3;
    color: #474747;
    font-size: 14px;
    z-index: 99999;
    font-weight: 800;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 70px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.menu-category__burger {
    width: 25px !important;
    margin-left: 55px;
    height: 13px !important;
    fill: #000;
    margin-right: 40px;
    z-index: 900;
}

.menu-category__arrow {
    height: 10px !important;
    width: 15px !important;
    position: absolute;
    right: 38px;
    transform: rotate(180deg);
    top: 33px;
    fill: #474747;
    z-index: 700;
}

.menu-category__box {
    display: none;
    background: white;
    z-index: 200;
    padding: 20px;
    position: relative;
    width: calc(100% - 16px);
    margin: 0 8px 0 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, .38);
    -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, .38);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .38);
}

.menu-category__box svg {
    height: auto;
    z-index: 900;
    width: 32px !important;
    fill: #898989;
    margin-right: 25px;
    position: absolute;
    top: 10px;
}

.menu-category__box li>ul {
    display: none;
}

.menu-category__box ul>li {
    border-bottom: 1px solid #e8e8e8;
    min-height: 45px;
    vertical-align: middle;
    line-height: 45px;
    padding-left: 30px;
}

.menu-category__box ul>li>a {
    padding: 0;
    padding-left: 57px;
}

.menu-category__box svg:hover {
    fill: #a2c221;
}

.menu-category__box ul>li a:hover {
    color: #a2c221;
}

.menu-category__box ul {
    margin-bottom: 0
}

.menu-category__box ul>li:last-child {
    border-bottom: none;
    padding-top: 0;
}

.category-menu-arrow {
    display: inline-block;
    position: absolute;
    right: 0;
    width: 30px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px;
    cursor: pointer;
}

.category-menu-arrow--down {
    background-image: url(../../../img/down_arrow_black.png);
}

.category-menu-arrow--up {
    background-image: url(../../../img/up_arrow_black.png);
}

.menu-category__box ul>li ul a {
    padding: 0
}

.menu-category__box ul>li {
    border-bottom: 1px solid #e8e8e8;
    min-height: 45px;
    vertical-align: middle;
    line-height: 45px;
    padding-left: 30px;
}

.menu-category__box ul>li ul {
    margin-bottom: 20px;
}

.menu-category__box ul>li ul li {
    border: none;
    min-height: 25px;
    vertical-align: middle;
    line-height: 25px;
    padding-left: 0px;
}

.menu-category__box ul>li ul {
    padding-top: 0;
    margin-left: 80px;
}

.menu-category__header--up .menu-category__arrow {
    transform: rotate(0deg);
}