@charset "utf-8";

/*
-----------------------------------------------
   Author's custom styles based on Bootstrap
-----------------------------------------------

 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

*/


html {
    scroll-behavior: smooth;
}

body {
    overflow-y: scroll; /* scroll bar allways visible */
}

a:focus {
    outline: none;
}

a:focus-visible {
    outline: 2px solid #C49C64;
}

b, strong {
    font-weight: 400;
}

@media (min-width: 768px) {
    .container {
        width: auto;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

/* aadditional views */

@media (min-width: 1400px) {
    .container {
      width: 1320px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1470px;
    }
}

@media (min-width: 1920px) {
    .container {
        width: 1600px;
    }
}


/* --- content-wrapper (podstrony) --- */

.content-wrapper {
    line-height: 1.7;
    min-height: 150px;
    overflow: hidden;
}

.content-wrapper-overflow {
    overflow: visible;
}

.content-wrapper img {
    max-width: 100%;
    height: auto;
}

.content-wrapper iframe {
    max-width: 100%;
    border-radius: 0px;
}

@media (min-width: 992px) {

    .content-wrapper {
        min-height: 300px;
    }
}


/* --- forms --- */

.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 0px;
    box-shadow:  none;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 1.5;
    padding: 9px 12px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}

.form-control:focus {
    border-color: #C49C64;
    outline: 0;
    box-shadow: none;
}

textarea.form-control {
    height: auto;
    resize: vertical;
    min-height: 132px;
}

input[type=checkbox] {
  accent-color: #C49C64;
}

input[type=radio] {
  accent-color: #C49C64;
}


.form-data-info {
    border: 1px solid #DDDDDD;
    border-radius: 0px;
    font-size: 13px;
    padding: 15px 15px;
    margin-bottom: 15px;
}

.form-data-info a {
    font-weight: 300;
}

.form-captcha {
    width: 200px;
    margin-bottom: 15px;
}

.form-captcha img {
    margin-bottom: 15px;
    border-radius: 0px;
}


/* --- alert --- */

.alert {
    border-radius: 0px;	
}

.alert-form {
    margin-top: 0px;
    margin-bottom: 1px;
    padding: 7px 12px;
    font-size: 0.9em;
    font-weight: 400;
}


/* --- btn--- */

.btn {
    border: 0px solid transparent;
    border-radius: 0px;
    transition: background 0.3s ease-in-out;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    box-shadow: none;
}


/* --- breadcrumb --- */

.breadcrumb {
    padding: 15px 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #FFFFFF;
    border-radius: 0px;
    font-size: 13px;
    white-space: normal;
    overflow-x: hidden;
}

.breadcrumb-bcg {
    width: 100%; 
    background: #FFFFFF;
}

@media only screen and (max-device-width: 767px) { /* mobile */
    .breadcrumb {
        white-space: nowrap;
        overflow-x: scroll;
    }
}


/* --- lista aktualności (strona główna i podstrony) --- */

.news-section {
    background: #EFEFEF;
    margin-top: 60px;
    padding-bottom: 40px;
}

.news-section h2 {
     margin: 40px 0 30px 0;
     padding: 0;
    font-size: 25px;
    text-align: center;
}

.news-boxes {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -15px;
    margin-right: -15px;
}

.news-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
    padding: 0px 15px 50px 15px;
}

.news-box .news-box-img {
    height: 190px;
    margin-bottom: 15px;
}

.news-box .news-box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news-box-heading {
    color: #333333;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}

.news-box-heading a {
    color: #333333;
    transition: color 0.3s ease-in-out;
}

.news-box-heading a:hover,
.news-box-heading a:hover
{
    color: #C49C64;
}

.news-box-date {
    color: #827F7F;
    margin-bottom: 15px;
}

.news-box-part {
    line-height: 1.7;
    margin-bottom: 20px;
}

.news-box-more a {
    background: #C49C64;
    font-size: 13px;
    padding: 5px 20px;
    border-radius: 0px;
    font-weight: 600;
    color: #FFF;
    transition: background 0.3s ease-in-out;
}

.news-box-more a:hover,
.news-box-more a:focus {
    background: #333333;
    color: #FFF;
}

@media (min-width: 768px) {

    .news-boxes {
        flex-direction: row;
    }

    .news-box {
        width: 33.33333333%;
    }

}


/* --- aktualność --- */

.news-main-img {
    background: #FFFFFF;
    border: 0px solid #CCCCCC;
    border-radius: 0px;
    margin-bottom: 30px;
    text-align: left;
    max-height: 150px;
    overflow: hidden;
}

.news-main-img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media (min-width: 768px) {
    .news-main-img {
        max-height: 350px;
    }
}


/* --- baner (podstrony) --- */

.p-wrapper {
    position: relative;
    margin: 0;
}

.p-banner {
    position: relative;
    margin: 0;
    height: 150px;
    overflow: hidden;
    background-color:#DDD;
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
}

.p-banner-txt {
    position: absolute;
    top: 55px;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
}

@media (min-width: 768px) {
    
    .p-banner {
        height: 190px;
    }

    .p-banner-txt {
        top: 65px;
        font-size: 40px;	
    }

}

@media (min-width: 1970px) {

    .p-banner {
        width: 1920px;
        margin-left: auto; margin-right: auto;
    }
}


/* --- menu boczne: wszystkie --- */

.nav-pills {
     margin-bottom:20px 
}

.nav-pills > li > a {
    border-radius: 0px;
    color: #333333;
    padding: 10px 20px 10px 20px;

}

.nav-pills > li.nav-pill-child > a {
    padding-left: 40px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #FFFFFF;
    background-color: #C49C64;
}

.nav-stacked > li + li {
  margin-top: 0px;
}


/* menu boczne: podstrony, oferty, blog */

.content-submenu-wrapper, .offer-submenu-wrapper, .blog-submenu-wrapper {
    margin-top: 30px;
}

.content-prev, .offer-cat-prev, .blog-cat-prev {
    margin-top: 20px;
    overflow: hidden;
}

.content-prev a, .offer-cat-prev a, .blog-cat-prev a {
    font-weight: 300;
    color: #C49C64;
}

.content-prev a:hover, .content-prev a:focus,
.offer-cat-prev a:hover, .offer-cat-prev a:focus,
.blog-cat-prev a:hover, .blog-cat-prev a:focus
{
    color: #828282;
}

.content-submenu, .offer-submenu, .blog-submenu {
    margin-top: 20px;
    border: 1px solid #E7E7E7;
    border-radius: 0px;
    overflow: hidden;
}

@media (min-width: 992px) {

    .content-submenu-wrapper, .offer-submenu-wrapper, .blog-submenu-wrapper {
        margin-top: 50px;
    }
}


/* content attributes */

.content-attribute-name-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.content-attribute-img {
    width: 50px;
    flex-shrink: 0
}

.content-attribute-img img {
    max-width: 30px;
    max-height: 30px;
}

.content-attribute-name {
    flex-grow: 1;
    font-weight: bold;
}


/* --- filtrowanie / szukanie ofert --- */

.search-form-wrapper {
    padding: 15px 0 15px 0;
}

.search-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch
}


@media (min-width: 768px) {

    .search-form {
        flex-direction: row;
        gap: 16px;
    }

    .search-form-control {
        width: calc((100% - 32px) / 3);
    }
    
}

/* res-sort */

.res-sort-panel {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
      align-items: flex-start;
    padding-bottom: 15px;
}

.res-sort-item {
    width: 100%;
}

.res-sort-item form {
    margin-top: 0px;
}

@media (min-width: 768px) {

    .res-sort-panel {
        flex-direction: row;
        justify-content: flex-end;
    }
    
    .res-sort-item {
        width: auto;
    }

}

/* btn filter */

.btn-filter {
    color: #fff;
    background-color: #C49C64;
    font-weight: 300;
    font-size: 14px;
    padding: 10px 15px;
    text-align: center;
}

.btn-filter:hover,
.btn-filter:focus {
    background-color: #939393;
    color: #fff;
}


/* --- search --- */

.search-panel {
    padding: 15px 0 15px 0;
}

.search-info {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 0px;
}

.search-results {
    padding-bottom: 15px;
}

.search-result-item {
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    overflow: hidden;
    padding: 15px;
    background: #FFF;
    transition: all 0.3s ease-out;
}


/* btn search */

.btn-search {
    color: #fff;
    background-color: #C49C64;
    font-weight: 300;
    font-size: 14px;
    padding: 10px 15px;
    text-align: center;
}

.btn-search:hover,
.btn-search:focus {
    background-color: #939393;
    color: #fff;
}


/* --- contact --- */

.contact-box-form .form-control {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #555555;
    font-weight: 300;
    padding: 12px 15px;
    height: 46px;
}

.contact-box-form .form-control:focus {
    border-color: #C49C64;
}

.contact-box-form textarea.form-control {
    min-height: 170px;
    padding-top: 15px;
}

.contact-box {
    overflow: hidden
}

.contact-box h2 {
    margin-top: 0;
}

@media (min-width: 992px) {

    .contact-box h2 {
        margin-top: 0;
    }

    .contact-box-form h2 {
        margin-top: 0;
    }
    
}


/* --- contact: report --- */

.report-box-form .form-control {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #555555;
    font-weight: 300;
    padding: 12px 15px;
    height: 46px;
}

.report-box-form .form-control:focus {
    border-color: #C49C64;
}

.report-box-form textarea.form-control {
    min-height: 180px;
    padding-top: 15px;
}

.report-box h2 {
    margin-top: 0;
}

@media (min-width: 992px) {

    .report-box h2 {
        margin-top: 0;
    }

    .report-box-form h2 {
        margin-top: 0;
    }
    
}


/* btn send */

.btn-send {
    color: #fff;
    background-color: #C49C64;
    font-weight: 300;
    font-size: 14px;
    padding: 12px 30px;
    text-align: center;
}

.btn-send:hover,
.btn-send:focus {
    background-color: #939393;
    color: #fff;
}


/* --- gallery / thumbnail --- */

.gallery {
    margin-top: 20px;
}

.gallery-separator {
    clear: both;
    width: 100%; 
    height: 5px; 
}

.thumbnail {
    border: 1px solid #DDD;
    border-radius: 0px;
}

a.thumbnail {
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 100%;
    aspect-ratio: 4/3;
}

a.thumbnail-horizontal {
    aspect-ratio: 4/3;
}

a.thumbnail-square {
    aspect-ratio: 1/1;
}

a.thumbnail-vertical {
    aspect-ratio: 3/4;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
     border-color: #C49C64;
}

a.thumbnail > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0px;
}


/* --- media: gallery --- */

.media-gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -5px;
    margin-right: -5px;
}

.media-gal-pic {
    width: 33.33333333%;
    padding: 0px 5px;
}


/* media: gallery (content) */

.media-pic {
    width: 100%;
    padding: 0px 5px;
    margin-bottom: 10px;
}

.media-pic img {
    max-width: 100%;
    height: auto;
}

a.media-gal-thmb {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 0px;
    background-color: #fff;
    transition: border .3s ease-in-out;
    aspect-ratio: 1/1
}

a.media-gal-thmb:hover,
a.media-gal-thmb:focus,
a.media-gal-thmb.active {
     border-color: #C49C64;
}

a.media-gal-thmb > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0px;
}


/* --- media: documents --- */

.media-documents {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
}

.media-doc {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #f4f4f4;
}

.media-doc-icon {
    padding: 15px 0;
    flex-shrink: 0;
}

.media-doc-icon img {
    width: 29px;
    min-width: 29px;
    height: auto;
}

.media-doc-desc {
    padding: 10px 0 10px 15px;
    font-size: 0.9em;
    font-weight: bold;
    overflow: hidden;
    flex-grow: 1;
}

.media-doc-date {
    padding: 10px 0 10px 15px;
    font-size: 0.9em;
    width: 90px;
    flex-shrink: 0;
    text-align: right;
}


/* --- kategoria --- */

.category-txt-wrapper {
    padding-bottom: 20px;
}


/* --- offer_p --- */

.offer-p-txt-wrapper {
    padding-bottom: 20px;
}

.offer-p-img {
    margin-bottom: 15px;
    overflow: hidden;
}

.offer-p-img img {
    max-width: 100%;
    height: auto;
}


/* --- oferty: all (boxes / lists )  --- */

.offers-item {
    border: 1px solid #CCCCCC;
    border-radius: 0px;
    overflow: hidden;
    padding: 15px;
    background: #FFF;
    transition: border 0.3s ease-out;
}

.offers-item:hover,
.offers-item:focus {
    border: 1px solid #C49C64;
}

.offers-item-img {
    width: 150px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.offers-item-img img {
    max-width: 100%;
    max-height: 100%;
}
    /* alt:
    width: 100%;
    height: 100%;
    object-fit: cover;
    */

.offers-item-name {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300;
}

.offers-item-name-add {
    font-size: 14px;
    line-height: 1.4;
}

.posts-item-category {
    margin-top: 10px;
    font-size: 14px;
}

.offers-item-prices {
    margin-top: 10px;
}

.offers-item-price {
    font-weight: 600;
}

.offers-item-price-primary {
    font-size: 0.9em;
    text-decoration: line-through;
}

.offers-item-part {
    margin-top: 10px;
    font-size: 13px;
}


/* oferty: boxes --- */

.offers-boxes {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 16px;
}

.offers-boxes .offers-item {
    width: 100%;
}


@media (min-width: 768px) {

    .offers-boxes {
        flex-direction: row;
    }

    .offers-boxes .offers-item {
        width: calc((100% - 32px) / 3);
    }

}


/* oferty: lista --- */

.offers-list .offers-item {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 15px;
}

.offers-list .offers-item-part {
    margin-bottom: 10px;
}

@media (min-width: 484px) {

    .offers-list .offers-item {
        flex-direction: row;
    }

    .offers-list .offers-item-img {
        margin-right: 30px;
        margin-bottom: 0;
        align-self: center;
        flex-shrink: 0
    }

    .offers-list .offers-item-data {
        flex-grow: 1;
    }
}


/* --- promowane oferty - sekcja (strona główna) --- */

.promo-offers-section {
    background: #EFEFEF;
    margin-top: 60px;
    padding-bottom: 40px;
}

.promo-offers-section h2 {
     margin: 40px 0 30px 0;
     padding: 0;
    font-size: 25px;
    text-align: center;
}


/* oferty: zobacz wszystkie */

.offers-see-all {
    text-align: center;
    margin-top: 60px;
    padding-bottom: 20px;
}

.offers-see-all a {
    background: #C49C64;
    color: #FFF;
    font-weight: 600;
    padding: 15px 30px;
    transition: all 0.3s ease-in-out;
    border-radius: 0px;
}

.offers-see-all a:hover,
.offers-see-all a:focus
{
    background: #828282;
    color: #fff;
}


/* --- oferta / produkt --- */

.offer-status {
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 5px;
    display: table;
    border-radius: 0px;
    font-weight: 600;
}

.offer-status-onorder {
    background: #999999
}

.offer-status-unavailable {
    background: #9F1811;
}

/* images */

.offer-images-box {
    background: #FFFFFF;
}

.offer-img {
    background: #FFFFFF;
    border: 0px solid #CCCCCC;
    border-radius: 0px;
    margin-bottom: 30px;
    text-align: center;
    max-height: 350px;
    overflow: hidden;
}

.offer-img img {
    max-width: 100%;
    max-height: 300px;
}

/* details */

.offer-details-box {
    background: #FFFFFF;
    margin-top: 15px;
    margin-bottom: 30px;
}

.offer-details-box .offer-p {
    color: #777777;
    margin-bottom: 10px;
}

.offer-details-box .offer-p b {
    color: #333333;
}

.offer-details-box .offer-p-img {
    overflow: hidden;
    margin-bottom: 10px;
}

.offer-details-box .offer-p-img img {
    max-width: 150px;
    height: auto;
}

.offer-name-add {
    color: #777777;
    margin-bottom: 10px;
}

.offer-name-add b {
    color: #333333;
}

.offer-param-1 {
    color: #777777;
    margin-bottom: 10px;
}

.offer-param-1 b {
    color: #333333;
}


@media (min-width: 992px) {

    .offer-details-box {
        margin-top: 0px;
    }

}

/* terms */

.offer-terms {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 15px;
}

.offer-dates-box,
.offer-hours-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    border-left: 1px solid #ddd;
    padding: 0 15px 0 15px;
    line-height: 1;
}

.offer-dates,
.offer-hours {
    padding-left: 15px;
}

.offer-date,
.offer-date-to,
.offer-time-start,
.offer-time-end {
    padding-bottom: 5px
}

/* action / price */

.offer-action-box {
    margin-bottom: 5px;
}

.offer-price-box {
    margin-bottom: 35px;
}

.offer-price {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 1;
    font-weight: 600;
}

.offer-price-units {
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
}

.offer-price-primary {
    font-size: 16px;
    line-height: 1;
    text-decoration: line-through;
    font-weight: 500;
}

.offer-price-primary .offer-price-units {
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
}


/* offer txt */

.offer-txt {
    color: #333333;
    overflow: hidden;
    margin-bottom: 30px;
}

.offer-txt iframe {
    max-width: 100%;
    border-radius: 0px;
}


/* offer attributes */

.offer-attribute-name-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.offer-attribute-img {
    width: 50px;
    flex-shrink: 0
}

.offer-attribute-img img {
    max-width: 30px;
    max-height: 30px;
}

.offer-attribute-name {
    flex-grow: 1;
    font-weight: bold;
}


/* --- offer ask --- */

.btn-ask {
    width: 100%;
    color: #fff;
    background-color: #C49C64;
    font-weight: 300;
    font-size: 14px;
    padding: 14px 21px;
    display: block;
    text-align: center;
}

.btn-ask-1 {
    background-color: #333333;
}

.btn-ask:hover,
.btn-ask:focus {
    background-color: #939393;
    color: #fff;
}

.btn-ask-explain {
    color: #777777;
    font-size: 0.9em;
    padding: 15px;
}


/* --- offer ask form --- */

.offer-ask-form-wrapper {
    margin-top: 25px;
    overflow: hidden;
}

.offer-ask-form-wrapper h1 {
    margin-bottom: 20px;
}

.offer-ask-form-of-name {
    padding: 12px 15px;
    overflow: hidden;
    border: 1px solid #CCCCCC;
    font-weight: 300;
    margin-bottom: 20px;
}

.offer-ask-form-wrapper .form-group {
    margin-bottom: 20px;
}

.offer-ask-form-wrapper .form-control {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #555555;
    font-weight: 300;
    padding: 12px 15px;
    height: 46px;
}

.offer-ask-form-wrapper .form-control:focus {
    border-color: #C49C64;
}

.offer-ask-form-wrapper textarea.form-control {
    padding-top: 15px;
}


@media (min-width: 992px) {

    .offer-ask-form-wrapper {
        margin-top: 45px;
        padding: 0 200px;
    }

}


/* --- persons --- */

.persons-wrapper {
    margin-top: 15px;
}

.person {
    padding-top: 30px;
}

.person-img {
    padding-bottom: 15px;
    border-radius: 0px;
}

.person-img img {
    max-width: 100%;
    height: auto;
    border-radius: 0px;
}


/* --- locations asgn --- */

.locations-asgn-wrapper {
    margin-bottom: 15px;
    margin-top: 15px;
}

.location-asgn-box {
    margin-bottom: 25px;
}

.location-asgn-name {
    font-weight: bold;
    padding-bottom: 5px;
}

.location-img {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0px;
}

.location-img img {
    max-width: 100%;
    height: auto;
    border-radius: 0px;
}

.location-asgn-address-box,
.location-asgn-gc-box,
.location-asgn-hasl-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1.5;
}

.location-asgn-address-box img,
.location-asgn-gc-box img,
.location-asgn-hasl-box img {
    margin-top: 3px;
}

.location-asgn-address,
.location-asgn-gc,
.location-asgn-hasl {
    padding: 0 0 5px 10px;
}

.location-asgn-txt {
    padding-top: 5px;
}


/* --- opinions list --- */

.opinions-boxes {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 16px;
}

.opinion-box {
    width: 100%;
    overflow: hidden;
    padding: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 0px;
}

.opinion-box-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.opinion-box-img {
    height: 102px;
    width: 102px;
    padding: 1px;
    margin-bottom: 30px;
    margin-right: 15px;
    border-radius: 51px;
    border: 1px solid #DDD;
    overflow: hidden;
    flex-shrink: 0;
}

.opinion-box-img img {
    width: 100%;
    max-height: 100%;
    border-radius: 50px;
}

.opinion-box-img-nophoto img {
    height: 50%;
    width: 50%;
    border-radius: 0px;
    margin: 25% 25%;
}

.opinion-box-signatures {
    overflow: hidden;
    margin-bottom: 30px;
}

.opinion-box-signature1 {
    margin-top: 0;
    font-weight: bold;
    font-size: 1.1em;
}

.opinion-box-signature2 {
    margin-top: 0px;
}

.opinion-box-rating {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
      align-items: flex-start;
    margin-top: 10px;
    column-gap: 4px
}

.opinion-box-rating span {
    display: block;
    font-size: 1.2em;
}

.opinion-box-date {
    font-size: 0.8em;
}

.opinion-box-txt {
    font-size: 15px;
}

.opinion-box-see-all {
    text-align: center;
    margin-top: 180px;
}

.opinion-box-see-all a {
    font-weight: bold;
    border:  1px solid #DDD;
    padding: 15px 30px;
    border-radius: 0px;
}

@media (min-width: 992px) {

    .opinions-boxes {
        flex-direction: row;
    }
    
    .opinion-box {
        width: calc((100% - 32px) / 3);
    }

}


/* sekcja na stronie głównej */

.opinions-section {
    background: #EFEFEF;
    margin-top: 60px;
    padding-bottom: 40px;
}

.opinions-section h2 {
     margin: 40px 0 30px 0;
     padding: 0;
    font-size: 25px;
    text-align: center;
}

.opinions-see-all {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
}

.opinions-see-all a {
    background: #C49C64;
    color: #FFF;
    font-weight: 600;
    padding: 15px 30px;
    transition: all 0.3s ease-in-out;
    border-radius: 0px;
}

.opinions-see-all a:hover,
.opinions-see-all a:focus
{
    background: #828282;
    color: #fff;
}


/* --- mapy --- */

/* g */

.g-map {
    display: block;
    margin: 90px 0 30px 0;
    padding: 0px;
}
.g-map iframe {
    width: 100%;
    height: 420px ;
    border: none;
}

/* osm */

.osm-map {
    width: 100%;
    height: 420px;
}


/* --- scroll-top --- */

.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 5px;
    width: 41px;
    height: 41px;
    padding: 15px 0 0 11px;
    background: rgba(172,172,172,0.70);
    display: none;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    cursor: pointer;
    font-size: 14px;
    border-radius: 0px;
}

.scroll-top-visible {
      opacity: 1;
}

.scroll-top-on {
    display: block;
}

.scroll-top .to-top-arrow {
    border: solid #FFFFFF;
    border-width: 3px 0 0 3px;
    border-top-left-radius: 2px;
    display: inline-block;
    padding: 8px;
    transform: rotate(45deg);
    transition: all 0.3s ease-out;
}

@media (min-width: 992px) {
    .scroll-top {
        right: 5px;
    }
}


/* --- pagination --- */

.pagination-wrapper {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.pagination > li > a,
.pagination > li > span {
    color: #C49C64;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #C49C64;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #fff;
    background-color: #C49C64;
    border-color: #ddd;
}


/* --- cookie-bar --- */

.cookie-bar {
    background: rgba(76,76,76,0.85);
    height: auto;
    width: 100%;
    z-index: 999999999;
    position: fixed;
    bottom: 0;
    color: #FFFFFF;
    text-align: center;
    padding: 20px 2px 20px 2px;
    line-height: 1.5;
    display: none;
}

.cookie-bar-opened {
    display: block;
}

.cb-txt {
    font-size: 13px;
}

.cb-txt a {
    color: #FFFFFF;
    font-weight: bold;
}

.cb-txt a:hover,
.cb-txt a:focus {
    color: #D9D9D9;
}

.cb-actions {
    margin-top: 15px;
}

.cb-actions .cb-accept-button {
    padding: 7px 10px;
    font-size: 12px;
    font-weight: bold;
    background: #FFFFFF;
    transition: background 0.3s ease-in-out;
    color: #666666;
    border: 0px solid transparent;
    border-radius: 0px;
}

.cb-actions .cb-accept-button:hover
{
    background: #D9D9D9;
    color: #333333;
}

.cb-actions .cb-accept-button:focus,
.cb-actions .cb-accept-button:active {
    outline: none;
    box-shadow: none;
}


/* --- order --- */

.offer-order-form-wrapper {
    margin-top: 25px;
}

.offer-order-form-wrapper h1 {
    margin-bottom: 20px;
}

.offer-order-form-h {
    font-size: 18px;
    color: #999999;
    font-weight: 600;
    padding-top: 35px;
    padding-bottom: 20px;
}

.offer-order-form-wrapper .form-group {
    margin-bottom: 20px;
}

.offer-order-form-wrapper .form-control {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #555555;
    font-weight: bold;
    padding: 12px 15px;
    height: 46px;
}

.offer-order-form-wrapper .form-control:focus {
    border-color: #C49C64;
}

.offer-order-form-wrapper textarea.form-control {
    padding-top: 15px;
}

.form-group-off {
    display: none;
}

@media (min-width: 992px) {

    .offer-order-form-wrapper {
        margin-top: 45px;
        padding: 0 200px;
    }

}


/* order summary */

.order-summary {
    width: 100%;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    padding: 12px 15px;
    margin-bottom: 15px;
    border-radius: 0px;
}

.order-summary-offer {
    width: 100%;
    overflow: hidden;
}

.order-summary-offer a {
    font-weight: 600;
    margin-bottom: 5px;
}

.order-summary-price {
    width: 100%;
    overflow: hidden;
    padding-top: 5px;
}

.order-summary-quantity {
    width: 100%;
    overflow: hidden;
    padding-top: 5px;
    text-align: left;
}

.order-total {
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
    clear: both;
}

.order-summary-cd {
    width: 100%;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 15px;
}

.order-purchaser-basic-data {
    width: 100%;
    overflow: hidden;
}

.order-purchaser-inv-data {
    width: 100%;
    overflow: hidden;
}

.order-payment-info {
    width: 100%;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {

    .order-summary:after {
        clear: both;
        display: table;
        content: "";
    }

    .order-summary-offer {
        float: left;
        width: 50%;
    }

    .order-summary-price {
        float: left;
        width: 30%;
        padding: 0 15px;
    }

    .order-summary-quantity {
        float: left;
        width: 20%;
        padding: 0 15px;
        text-align: center;
    }

    .order-summary-cd:after {
        clear: both;
        display: table;
        content: "";
    }

    .order-purchaser-basic-data {
        float: left;
        width: 50%;
    }

    .order-purchaser-inv-data {
        float: left;
        width: 50%;
        padding: 0 15px;
    }

}


/* btn order */

.btn-order {
    width: 100%;
    color: #fff;
    background-color: #C49C64;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 21px;
    display: block;
    text-align: center;
}

.btn-order:hover,
.btn-order:focus {
    background-color: #939393;
    color: #fff;
}

.btn-order-1 {
    margin-bottom: 15px;
}


/* --- order result --- */

.order-result-wrapper {
    margin-top: 25px;
    min-height: 250px;
}

.order-result-icon img {
    max-width: 95px;
    height: auto;
}

.order-result-wrapper h1 {
    margin-bottom: 20px;
}
.order-result-desc {
    margin-top: 20px;
    font-size: 12px;
}


@media (min-width: 992px) {

    .order-result-wrapper {
        margin-top: 45px;
        min-height: 350px;
        padding: 0 200px;
    }
}
