/*
Theme Name: Kordit theme
Theme URI: https://motyw.kordit.pl
Author: the Kordit Team
Author URI: https://kordit.pl/
Version: 1.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swa');

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: #6e6e6e;
    margin: 0;
}
body::-webkit-scrollbar {
    width: 0.5em;
  }
   
  body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
   
  body::-webkit-scrollbar-thumb {
    background-color: #091932;
    outline: 1px solid black;
  }

main {
    display: block;
}

h1 {
    color: #C21E00;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2em;
    margin: .67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

figure {
    margin-bottom: 0;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    font-family: 'Nunito', sans-serif;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*# sourceMappingURL=normalize.min.css.map */
span.wpcf7-not-valid-tip {
    padding-top: 15px;
}

.pagination {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    z-index: 10;
    display: flex;
    flex-direction: column;
}

.pagination a {
    display: block;
    margin-bottom: 5px;
    color: white;
    position: relative;
    padding: 4px;
}

.pagination a span {
    opacity: 1;
    color: rgba(0, 0, 0, 0.1);
    transition-duration: .5s;
}

.pagination a.active span {
    opacity: 1;
    color: #000;
    transition-duration: .5s;
}

.pagination a.active:after {
    box-shadow: inset 0 0 0 5px;
}

.pagination a .hover-text {
    position: absolute;
    right: 15px;
    top: 7px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    padding-right: 15px;
}

.pagination a:hover .hover-text {
    opacity: 1;
    margin-left: 15px;
}

.pagination a:after {
    -webkit-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    width: 10px;
    height: 10px;
    display: block;
    border: 1px solid;
    border-radius: 50%;
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}

ul#list-spy li a {
    text-transform: uppercase;
    color: #2e332f;
    font-weight: 600;
}

ul#list-spy a.active {
    margin-bottom: 60px;
    margin-top: 60px;
}

ul#list-spy a.active:after {
    content: " ";
}

.pagination li a span {
    padding-left: 15px;
}

.pagination li a span:after {
    content: " ";
    height: 40px;
    background: #fff;
    display: block;
    position: absolute;
    width: 2px;
    margin-left: 2.5px;
    margin-top: 10px;
}

.pagination li a span:before {
    content: " ";
    height: 40px;
    background: #fff;
    display: block;
    position: absolute;
    width: 2px;
    margin-left: 2.5px;
    margin-top: -50px;
}

.pagination li:first-child a span {
    padding-left: 15px;
}

.pagination li:first-child a span:after {
    content: " ";
    height: 40px;
    background: #fff;
    display: block;
    position: absolute;
    width: 2px;
    margin-left: 2.5px;
    margin-top: 10px;
}

.pagination li:first-child a span:before {
    content: " ";
    height: 0px;
    background: #fff;
    display: block;
    position: absolute;
    width: 0px;
    margin-left: 2.5px;
    margin-top: 0px;
}

.pagination li:last-child a span {
    padding-left: 15px;
}

.pagination li:last-child a span:after {
    content: " ";
    height: 0px;
    background: transparent;
    display: block;
    position: absolute;
    width: 0px;
    margin-left: 2.5px;
    margin-top: 10px;
}

.pagination li:last-child a span:before {
    content: " ";
    height: 40px;
    background: #fff;
    display: block;
    position: absolute;
    width: 2px;
    margin-left: 2.5px;
    margin-top: -50px;
}

@keyframes fadeleftslider {
    from {
        transform: translateX(-1000px);
    }

    to {
        transform: translateX(0px);
    }
}

@keyframes showslider {
    from {
        opacity: 0;
    }

    to {
        opacity: 1 !important;
    }
}

@keyframes opacity {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes flytext {
    from {
        transform: translateX(-1550px);
    }

    to {
        transform: translateX(-1050px);
    }
}

@keyframes servicefly {
    from {
        left: 5vw;
    }

    to {
        left: 35vw;
    }
}

@keyframes flytextblogbot {
    from {
        transform: translateX(-2200px);
    }

    to {
        transform: translateX(-1750px);
    }
}

@keyframes flytextblogtop {
    from {
        transform: translateX(350px);
    }

    to {
        transform: translateX(800px);
    }
}

@keyframes running {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(-25px);
    }

    50% {
        transform: translateY(-50px);
    }

    75% {
        transform: translateY(-25px);
    }

    100% {
        transform: translateY(0px);
    }
}

body {
    width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
    outline: none;
}

a:hover {
    text-decoration: none;
}

main {
    transition-duration: .5s;
    transition-timing-function: easeOutElastic;
    filter: blur(0px);
    transform: scale(1);
    opacity: 1;
}

main.blur {
    filter: blur(10px);
    transform: scale(1.1);
    overflow: hidden;
    transition-duration: .5s;
    transition-timing-function: easeOutElastic;
}

main.blur-1 {
    filter: blur(10px);
    transform: scale(1.1);
    overflow: hidden;
    opacity: .5;
    transition-duration: .5s;
    transition-timing-function: easeOutElastic;
}

*,
p,
ul,
li,
a {
    font-family: 'Nunito', sans-serif;
}

span.theme {
    letter-spacing: 5px;
    color: #313131;
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: 'Nunito', sans-serif;
}

svg {
    width: 100%;
}

.thumbnail img {
    max-width: 100%;
    margin-bottom: 30px;
    height: auto;
}

.top-header {
    background: #a7261f;
    height: 40px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99329;
}

.top-header ul {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 0;
    height: 40px;
}

.top-header ul li {
    list-style-type: none;
    padding-right: 30px;
    display: flex;
    color: #fff;
    align-items: center;
}

.top-header ul li p {
    margin-bottom: 0;
}

.top-header ul li img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    padding: 5px;
    background: #224f8a;
}

.top-header ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    line-height: 40px;
    padding-left: 5px;
}

.top-header ul li a:hover {
    color: #fff;
}







#header-3 {
    display: block;
}

#header-3 nav {
    height: auto;
    position: fixed;
    z-index: 1;
    width: 100%;
    background-color: #091932;
    height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#header-3 #navbarSupportedContent-7 {
    display: flex;
    justify-content: flex-end;
    font-size: 1.2em;
}

.navbar-brand {
    max-width: 165px;
    background: #091932;
    border-radius: 0px 0px 25px 25px;
}

.brand-logo img {
    width: 100%;
    padding: 10px;
}

.navbar-dark .navbar-toggler {
    background-color: #333f89;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 16px;
    height: 80px;
    color: #fff;
    letter-spacing: 1px;
    margin-right: 20px;
    font-weight: 300;
    display: flex;
    align-items: center;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #000;
    font-weight: 600;
}

.main-nav {
    height: 80px;
}

.row-header {
    flex-direction: column;
}

.affix {
    transition-duration: .5s;
    border-bottom: 1px solid #ddd !important;
   
    background-color: #fff !important;
    color:#000 !important;
}
.affix .nav-link, .nav-link.active{
    color:#bbb !important;
}
.affix .nav-item a.nav-link.active {
    color: #000 !important;
}
.affix .navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff !important;
}

.dropdown-menu {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ddd !important;
}

.dropdown-menu a {
    display: inline-flex;
    color: #000 !important;
    font-weight: 300;
    padding: 5px 10px;
    border-bottom: 1px solid;
}

.dropdown-menu a:hover {
    color: #000 !important;
    background: transparent;
}

.dropdown-menu a:last-child {
    border: none !important;
    
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #C21E00;
    color: #fff !important;
}




.header-bg {
    background: url(/wp-content/themes/kordit/img/footer-bg.jpg);
    height: 350px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
p#breadcrumbs {
    position: relative;
    z-index: 2;
    color: #091932;
    font-family: 'Nunito', sans-serif;
    font-size: 21px;
    letter-spacing: 2px;
    text-align: center;
}

p#breadcrumbs a {
    color: #091932;

}

span.breadcrumb_last {
    font-weight: bold;
    color: #061122;
}
.header-bg h2 {
    font-weight: 600;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    padding-top: 150px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 50px;
}
.page_title_katalog{
    font-weight: 600;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    padding-top: 150px;
    text-transform: uppercase;
    color: #091932 !important;
    position: relative;
    z-index: 1;
    font-size: 50px;
}
#blog-page {
    background-color: #fff;
    color: #000;
    padding-top: 80px;
    padding-bottom: 80px;
}

#blog-page .card {
    margin-bottom: 50px;
    border: none;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
}

#blog-page .card button {
    background-color: #C21E00;
    color: #fff;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
}

#blog-page img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

#blog-page .autor {
    padding-top: 14px;
    padding-left: 15px;
}

#blog-page .autor a {
    color: #C21E00;
}

#blog-page .sidebar {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
}

#blog-page .sidebar h4 {
    font-weight: 400;
    color: #222222;
    font-size: 20px;
    text-align: center;
    margin: 20px auto;
}

#blog-page .sidebar ul {
    padding-left: 0;
}

#blog-page .sidebar li {
    list-style-type: none;
    border-bottom: 1px solid #e1e1e1;
}

#blog-page .sidebar li a {
    color: #222222;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
    display: inline-block;
}

#blog-page .post-date {
    padding: 15px;
}

#blog-page .max-word-height {
    padding: 15px;
}

#blog-post {
    background-color: #fff;
    color: #000;
    padding-top: 80px;
    padding-bottom: 80px;
}

#category {
    background-color: #fff;
    color: #000;
    padding-top: 80px;
    padding-bottom: 80px;
}

#category .sidebar {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
}

#category .sidebar h4 {
    font-weight: 400;
    color: #222222;
    font-size: 20px;
    text-align: center;
    margin: 20px auto;
}

#category .sidebar ul {
    padding-left: 0;
}

#category .sidebar li {
    list-style-type: none;
    border-bottom: 1px solid #e1e1e1;
}

#category .sidebar li a {
    color: #222222;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
    display: inline-block;
}

#category a {
    color: #C21E00;
    font-weight: bold;
}

button:empty {
    display: none !important;
}

section {
    position: relative;
    z-index: 1;
}

section {
    padding-top: 0px;
    padding-bottom: 0px;
}

section:first-child {
    padding-top: 0px;
}

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

a:hover {
    transition-duration: .5s;
}


.carousel-control-prev {
    left: 0%;
    top: 50%;
    background: #091932;
    width: 48px;
    height: 48px;
}

.carousel-control-next {
    right: 0%;
    top: 50%;
    background: #091932;
    width: 48px;
    height: 48px;
}

.carousel-indicators {
    bottom: 100px;
}

.carousel-indicators .active {
    background-color: #fff;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}
.nm{
    padding: 0;
}
.mc{
    background: #091932;
}
.service-6-img img {
    width: 100%;
}
.service-6-img {
    display: block;
    width: 100%;
    height: auto;
}
.about_box {
    padding: 25px 50px;
}
.about_box h2{
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    margin: 30px 0;
    text-align: left;
    font-size: 42px;
}
.about_box p {
    color: #fff;
    line-height: 25px;
    margin: 0 0 15px;
    letter-spacing: 1px;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
}

.subpage {
    height: 35vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.btn-about{
    border: 1px solid #fff;
    display: inline-block;
    color: #fff;
    padding: 15px 25px;
    font-size: 18px;
    margin-top: 30px;
    border-radius: 5px;
}
.subpage h1 {
    color: #fff;
    margin-top: 20vh;
    font-size: 36px;
    text-transform: uppercase;
}

footer#footer-1 {
    position: relative;
    background-color: #fff;
    color: #000;
}

footer {
    background-color: #091932;
    color: #fff;
    font-size: 16px;
    border-top: 1px solid #ddd;
}

.footer-contact-box img {
    width: auto;
}

.footer-container {
    padding-bottom: 80px;
}

footer h5 {
    color: #C21E00;
}

footer p {
    font-size: 16px;
    color: #fff;
}

footer .footer-bg {
    padding-top: 80px;
}

footer a {
    font-size: 16px;
    color: #fff;
}

footer a:hover {
    color: #C21E00;
}

footer .navbar-brand {
    color: #C21E00;
}

footer .footer-contact {
    list-style-type: none;
    padding-left: 0;
    margin-top: 20px;
}

footer .footer-contact li {
    display: flex;
}

footer .footer-contact img {
    width: 32px;
    height: 32px;
    padding: 4px;
    border: 1px solid #fff;
    margin-right: 10px;
}

footer .fb-logo {
    width: 32px !important;
    border: 1px solid #fff;
    padding: 6px !important;
    border-radius: 10px;
}

footer .footer-contact a {
    margin-bottom: 16px;
    white-space: pre;
}

.footer-contact-box,
.footer-contact-box2 {
    border-right: 1px dashed;
}

.footer-box {
    padding-top: 30px;
}

.menu-footer-menu-container {
    padding-top: 30px;
}

.menu-2 {
    padding-top: 30px;
}

footer .nav-link:before {
    content: "";
    background: url(/wp-content/themes/kordit/img/arrow1.png) no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 2px 0px 0 0;
    display: block;
    transform: scale(.6);
}

footer .footer-copyright {
    background-color: #000;
    text-align: center;
    display: flex;
    border-top: 1px solid #313131;
    justify-content: center;
    align-items: baseline;
}

footer .footer-copyright p {
    color: #fff;
    font-size: 12px;
    line-height: 65px;
    padding-top: 10px;
    padding-right: 20px;
}

footer .footer-copyright img {
    max-width: 100px;
}

footer #scroll-up {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    background: rgba(0, 0, 0, 0.5);
    padding: 12px 17px 12px 17px;
}

svg path,
svg line,
svg polyline {
    stroke: #fff;
    stroke-width: 2px;
}



#slider-carousel {
    width: 100%;
    height: 90vh;
}

#slider-carousel .carousel-inner,
#slider-carousel .carousel-item {
    height: 100%;
}

#slider-carousel .carousel-item .carousel-caption {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    flex-direction: column;
}

.gradient-img {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 90vh;
    z-index: 1;
     
    }
    .wavesshape img {
        width: 100vw;
    }
    .wavesshape {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100vw;
    }
.img_icon_slider {
    width: 100% !important;
    height: 350px !important;
    object-fit: contain;
}
.icon_slider_box {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.tt-shape-top {
    bottom: -1px;
}
.tt-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 1;
    direction: ltr;
    transform: rotate(180deg);
}
.tt-shape[data-negative=false].tt-shape-bottom, .tt-shape[data-negative=true].tt-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tt-shape-bottom {
    bottom: -1px;
}
#slider-carousel .carousel-item .carousel-caption h3 {
    color: #fff;
    font-size: 55px;
    font-weight: bold;
    font-family: 'Nunito', sans-serif !important;
    text-align: right;
}

#slider-carousel .carousel-item .carousel-caption h6 {
    font-family: 'Nunito', sans-serif;
    font-size:25px;
    color: #fff;
    font-weight: 400;
    text-align: right;
}
.content-slider-box {
    display: block;
    text-align: right;
}
.katalog_box_img {
    width: 100%;
    height: 200px;
    display: block;
}
.katalog_box_img img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    display: block;
}
a.slider-link {
    display: inline-block;
    margin-top: 20px;
    text-transform: lowercase;
    background-color: #091932;
    border-radius: 5px;
    padding: 15px 40px;
    font-weight: 300;
    font-family: 'Nunito', sans-serif;
    color: #fff;
    text-align: center;
}
#slider-carousel .carousel-item .carousel-caption a:hover {
    opacity: .8;
    transition-duration: .5s;
}

.carousel-caption {
    position: relative;
    z-index: 2;
}



#slider-carousel .carousel-item .carousel-caption a button:empty {
    display: none;
}

.shape_header_bg {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -1px;
}
.shape_header_bg img {
    width: 100%;
    position: relative;
    top: 1px;
}
.row.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

#face-box {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
}

.bg-theme-colored {
    background-color: #a7261f!important;
    position: relative;
    top: -100px;
}

.bg-icon {
    bottom: -200px;
    color: #fff;
    width: 58px;
    line-height: 1;
    opacity: 0.3;
    position: absolute;
    right: 10px;
    transform: rotate(-0deg);
}

.bg-theme-colored h3 {
    font-family: 'Nunito', sans-serif;
    text-transform: lowercase !important;
    font-size: 24px;
}

.offer-bg-color-2 {
    background-color: #333f89 !important;
}

.offer-bg-color-3 {
    background-color: #c30a00 !important;
}

.offer-bg-color-4 {
    background-color: #d70b00 !important;
}

.btn-transparent.btn-border {
    background-color: transparent;
    border-color: #eeeeee;
}

.btn-xs {
    font-size: 13px;
    padding: 3px 14px;
    color: #fff;
}

.btn-circled {
    border-radius: 0px;
}

.btn-border {
    border-width: 2px;
}




.hg_section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.hg_section:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hg_section_heading{
    text-align: center;
    color: #000;
    padding: 30px 0;
}
.white {
    color: #fff;
}

.fw-semibold {
    font-weight: 600;
}

.fs-xxl {
    font-size: 2.2rem;
    line-height: 1.3;
}

.tbk__symbol {
    margin-bottom: 20px;
    margin-top: -5px;
    display: inline-block;
}

.tbk__symbol span {
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #cd2122;
}

.services_box .services_box_inner {
    margin-bottom: 30px;
    position: relative;
}

.services_box .services_box_icon {
    float: left;
    width: 80px;
    line-height: 80px;
    box-shadow: inset 0 0 0 2px #fff;
    background: #091932;
    text-align: center;
    margin-right: 20px;
    vertical-align: middle;
    border-radius: 50%;
    height: 80px;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.services_box .services_box_icon_inner {
    position: relative;
    height: 100%;
}

.services_box .services_box_icon:after {
    content: '';
    position: absolute;
    top: 80px;
    left: 40px;
    height: calc(100% - 60px);
    width: 1px;
    background-color: #666;
}

.services_box_title {
    margin-left: 100px;
}

.services_box .services_box_title {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin: 15px 0;
    vertical-align: middle;
}

.services_box_desc {
    margin-left: 100px;
    color: #000;
    font-weight: bold;
}

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

.services_box_list li {
    padding-left: 100px;
    padding-bottom: 15px;
}

.services_box .services_box_list li {
    position: relative;
    color: #666;
}

.services_box .services_box_list li:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: 38px;
    top: 9px;
    border-radius: 50%;
    display: block;
    background-color: #fff;
    box-shadow: 0 0 0 2px #091932;
    -webkit-transition: all .15s;
    transition: all .15s;
}

.services_box .services_box_list-text {
    vertical-align: middle;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.services_box .services_box_icon_inner img {
    position: relative;
    width: 48px;
    top: -215px;
}


.bor-r{
    border-right:1px solid #ddd;
}
.bor-l{
    border-left:1px solid #ddd;
}


.btn.circle {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.btn-gradient {
    padding: 15px 40px;
}
.btn-gradient, .btn-gradient:focus {
    background-image: linear-gradient(90deg, rgba(30,85,189,1) 0%, rgba(67,126,235,1) 100%);
    color: #ffffff !important;
    background-color: #437eeb;
    transition: all 500ms ease;
}


.hg_section_1 {
    padding-top: 80px;
    padding-bottom: 80px;
    
}


.services_box_1 .services_box_inner_1 {
    margin-bottom: 30px;
    position: relative;
}

.services_box_1 .services_box_icon_1 {
    float: left;
    width: 80px;
    line-height: 80px;
    background-color: #cd2122;
    box-shadow: inset 0 0 0 2px #000;
    text-align: center;
    margin-right: 20px;
    vertical-align: middle;
    border-radius: 50%;
    height: 80px;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.services_box_1 .services_box_icon_inner_1 {
    position: relative;
    height: 100%;
}

.services_box_1 .services_box_icon_1:after {
    content: '';
    position: absolute;
    top: 80px;
    left: 40px;
    height: calc(100% - 60px);
    width: 1px;
    background-color: #000;
}

.services_box_title_1 {
    margin-left: 100px;
}

.services_box_1 .services_box_title_1 {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin: 15px 0;
    vertical-align: middle;
}

.services_box_desc_1 {
    margin-left: 100px;
    margin-bottom: 15px;
    color: #6e6e6e;
    border-top: 1px dashed #6e6e6e;
    border-bottom: 1px dashed #6e6e6e;
}

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

.services_box_list_1 li {
    padding-left: 100px;
    padding-bottom: 15px;
}

.services_box_1 .services_box_list_1 li {
    position: relative;
    color: #000;
}

.services_box_1 .services_box_list_1 li:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: 38px;
    top: 9px;
    border-radius: 50%;
    display: block;
    background-color: #fff;
    box-shadow: 0 0 0 2px #cd2122;
    -webkit-transition: all .15s;
    transition: all .15s;
}

.services_box_1 .services_box_list-text_1 {
    vertical-align: middle;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.services_box_1 .services_box_icon_inner_1 img {
    position: relative;
    width: 48px;
    top: -215px;
}

.price_heading{
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin: 15px 0;
    vertical-align: middle;
}
.price_box {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.price_element {
    justify-content: space-between;
    display: flex;
    width: 100%;
}

#face-slider {
    position: fixed;
    /* sprawia że slider jest widoczny w stałym miejscu przeglądarki, nie przewija się wraz ze stroną, a pozostaje w miejscu */
    right: -290px;
    /* pozycjonuje slider poza widoczny obszar okna przeglądarki, efekt schowania */
    top: 130px;
    /* pozycjonuje slider 190px od góry okna przegladarki */
    z-index: 1000;
    /* po wyjechaniu, otworzeniu się slidera, jego okno ma być ponad wszystkimi innymi warstwami - na samej górze */
}

#face-slider #tab {
    cursor: pointer;
    /* zmienia domyślny kursor na wskazującą rączkę - tylko efekt wizualny */
    height: 110px;
    /* wysokość diva, będącego zakładką, również wysokość grafiki */
    width: 45px;
    /* szerokość widocznej zakładki, również szerokość grafiki zakłądki */
    float: left;
    /* przyleganie do lewej krawędzi kontenera slidera */
}

div#tab img {
    width: 100%;
}

#face-code {
    padding: 5px;
    /* definiuje odstęp od krawędzi kontenera pluginu Facebooka */
    border: solid #0170cf 3px;
    /* ustawia ładną niebieską ramkę dookoła widgetu Facebooka */
    background: #fff;
    /* ustawia białe tło pod pluginem Facebook */
    float: left;
    /* przyleganie do lewej, czyli ma przylegać do kontenera zakładki */
    width: 286px;
    /* szerokość  */
    height: 100px;
    /* wysokość */
    -moz-border-radius: 0 0 0 8px;
    /* zaokrągla lewy dolny róg */
    -webkit-border-radius: 0 0 0 8px;
    /* zaokrągla lewy dolny róg*/
    border-radius: 0 0 0 8px;
    /* zaokrągla lewy dolny róg */
}

.fb-page.fb_iframe_widget {
    transform: scale(1);
}

.service-1 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.contact_me {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 20px;
}
.contact_me  a{
    border: 1px solid #224F8A;
    color: #333f89 !important;
    background: transparent !important;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 0 !important;
    transition-duration: fadeIn 0.2s;
}
.contact_me  a:hover{
    background-color: #333f89 !important;
    color: #fff !important;
    transition-duration: fadeOut 0.2s;
}
.service-3 {
    color: #555;
    z-index: 2;
    padding: 80px 0;
    background-color: #fff;
}

.service-3 h2 {
        color: #3e3e3e;
        font-size: 30px;
        line-height: 32px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0px;
        text-transform: uppercase;
}

.service-3-box {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
    padding: 0;
}

.services-3-img-box {
    position: relative;
    z-index: 1;
    padding-left: 0;
    padding-right: 0;
}

.services-3-img-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.service-3 .content {
    height: 100%;
    padding: 20px;
    border: 1px solid #333f89 ;
    background-color: #fff;
}
.service-3 .content-1 {
    height: 100%;
    padding: 20px;
    border: 1px solid #333f89 ;
    background-color: #fff;
}
.service-3 a {
    background-color: #fab702;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
}

.logo-1 {
    background-color: #fff;
    color: #000;
    padding-top: 80px;
    padding-bottom: 80px;
}

#paving .row {
    flex-direction: row-reverse;
}

#paving h2 {
    color: #C21E00;
}

#paving a {
    background-color: #C21E00;
}

#paving .content {
    margin-right: 0;
    margin-left: -100px;
}

.service-5 {
    color: #fff;
}

.service-5 button {
    font-family: 'Josefin Sans', sans-serif;
}

.service-5 .content {
    padding: 20px;
}

.service-5 .corner-right {
    width: 280px;
    height: 280px;
    background-color: #fff;
    border-top-left-radius: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.service-5 h2 {
    padding-top: 40px;
}

.service-5 .service-5-box {
    background-color: #C21E00;
}

.services-5-img-box {
    background-color: #8DBF59;
    padding-left: 0;
    padding-right: 0;
}

.services-5-img-box img {
    width: 100%;
    width: 100%;
    height: 900px;
    object-fit: cover;
}

.service-4 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.service-4 iframe {
    width: 100%;
}

.service-4 a {
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    border: 2px solid #C21E00;
    padding: 10px 20px;
    font-weight: 500;
    background-color: #C21E00;
    color: #fff;
    border-radius: 3px;
    letter-spacing: 1px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.service-4 a:hover {
    opacity: .8;
}

.service-4 video {
    width: 100%;
    height: 400px;
}



.promo h3 {
    font-family: 'Josefin Sans', sans-serif;
}

.promo-contact {
    margin-top: 30px;
    margin-bottom: 30px;
}

.promo-name {
    font-weight: bold;
    font-size: 18px;
}

.promo a {
    display: flex;
    color: #212529;
}

.promo a:hover {
    color: #8DBF59;
}

.promo-adres {
    margin-top: 20px;
}

.promo-social {
    margin-top: 20px;
}

.promo-logo img {
    display: flex;
}

.modal {
    display: none;
    position: relative;
    left: 0;
    z-index: 998;
}

.modalWindow {
    display: none;
    position: relative;
    left: 50%;
    z-index: 999 !important;
    width: 600px;
    height: auto;
    min-height: 200px;
    margin-top: 20px;
    margin-left: -300px;
    background: #FFF;
    cursor: default;
}

.modal.overlay {
    display: none;
    position: relative;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 997;
    cursor: pointer;
}

.modalWindow .modalWrapper {
    margin: 30px 0 20px 0;
    border: 1px solid #DADADA;
    padding: 5px;
    text-align: left;
    line-height: 20px !important;
    height: auto;
}

.closeBtn {
    color: #000 !important;
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
}

.closeBtn:hover {
    color: red;
}

.service-6 {
    padding-top: 0px !important;
    padding-bottom: 80px;
}





.service-6 .h2-small {
    font-size: 25px;
    font-family: 'Rubik', sans-serif;
    color: #C21E00;
}

.service-6 .btn-link {
    color: #fff;
}

.service-6 .card {
    border-radius: 0;
}

.service-6 .card-header {
    background-color: #8DBF59;
}

.employees {
    padding-bottom: 80px;
}

.employees h2 {
    margin-bottom: 30px;
}

.employees-wrapper {
    margin-bottom: 50px;
}

.employees-box {
    height: 155px;
    position: relative;
    padding: 15px;
    -webkit-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .1);
    border-bottom: 2px solid #C21E00;
}

.employees-box h4 {
    text-align: center;
    margin-bottom: 0;
}

.employees-box p {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #C21E00;
}

.employees-box a {
    display: flex;
    justify-content: center;
    color: #fff;
}

.hover-employees {
    margin-bottom: 155px;
    width: 90%;
    height: 0;
    padding: 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    text-align: justify;
}

.employees-wrapper:hover .hover-employees {
    height: 250px;
    position: absolute;
    bottom: 0;
    padding: 25px;
}

.employees-wrapper:hover h4 {
    color: #000;
}

.employees-wrapper:hover p {
    color: #000;
}

.employees-wrapper:hover a {
    color: #000;
}

.employees-wrapper:hover .employees-box {
    background-color: #C21E00;
}

.employees-wrapper:hover img {
    opacity: .6;
}

#menu-page {
    padding-top: 120px;
    padding-bottom: 100px;
}

.menu-cart-menu-container {
    width: 100%;
}

#menu-cart-menu {
    flex-direction: row;
    justify-content: space-around;
}

#menu-cart-menu li {
    width: 100%;
    text-align: center;
    margin: 10px;
}

#menu-cart-menu .nav-link {
    display: flex;
    text-align: center;
    flex-direction: column;
    color: #000;
    font-weight: bold;
    border-bottom: 5px solid #000;
}

#menu-cart-menu .nav-link:hover {
    border-bottom: 5px solid #C21E00;
}

#menu-cart-menu .nav-link.active {
    border-bottom: 5px solid #C21E00 !important;
}

.menu-box {
    padding-top: 80px;
}

.menu {
    padding-top: 80px !important;
    padding-bottom: 80px;
}

.menu h2 {
    text-align: center;
    margin-bottom: 50px;
}

.menu h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background-color: #311814;
    margin: 10px auto;
}

.menu-item-box {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
}

.menu-wrapper {
    padding-bottom: 50px;
}

.menu .dish {
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    padding-right: 10px;
}

.menu .price {
    margin-bottom: 0;
    padding-left: 10px;
}

.menu .desc {
    color: #646464;
    font-style: italic;
}

.dotted-line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #000;
    padding-top: 15px;
}

.about-1 {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-box {
    display: grid;
    grid-template-columns: 1fr 6fr;
    padding-top: 20px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
.heading_zalety{
    text-align: center;
    margin-bottom: 30px;
}
.about-box:last-child {
    border: none;
}

.about-1 .check {
    width: 32px;
    display: block;
    margin: 0 auto;
}

.about-1 h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-left: 10px;
    color: #091932;
}

.about-1 p {
    padding-left: 10px;
}

.about-1-img img {
    width: 100%;
    object-fit: cover;
}

.log {
    padding-top: 80px;
}

.log h2 {
    margin: 20px auto 60px auto;
    text-transform: uppercase;
}

.log-box {
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid lightgray;
}

.log-box img {
    display: flex;
    margin: auto;
}

.log-desc-box {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.log-desc-box img {
    margin-right: 10px;
    margin-top: 0;
}

.log-desc-box h3 {
    font-family: "Josefin Sans", sans-serif;
}

.date-box {
    display: flex;
}

#paralaxoption {
    color: #fff;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 150px;
    padding-top: 150px;
}

.paralax-video {
    width: 100% !important;
    position: absolute;
    object-fit: cover;
    -webkit-filter: brightness(50%);
    /* Safari 6.0 - 9.0 */
    filter: brightness(50%);
}

.paralax-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background: #eee;
}
.box_parallax_img img {
    width: 128px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.parallax_heading_box h2 {
    text-transform: uppercase;
    margin: auto;
    text-align: center;
    font-size: 50px;
    color: #091932;
    
}

#paralaxoption h3 {
    font-size: 21px;
    text-align: center;
    height: 40px;
    text-transform: uppercase;
    position: relative;
    color: #091932;
}

#paralaxoption p {
    text-align: center;
    font-size: 20px;
    padding: 15px;
    position: relative;
    margin: auto;
    color: #666;
}
.parallax_link_box {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.link_parallax{
    background: #091932;
    color: #fff;
    padding: 5px 15px;
    font-size: 19px;
    opacity: 0;
    transition: ease-out 0.7s;
    position: relative;
    top: 0;
}
.link_parallax:hover{
    color: #fff;
}
#paralaxoption .item {
    padding: 25px;
    border-right: 3px solid #091932;
    min-height: 425px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#paralaxoption .item:hover .link_parallax {
    opacity: 1;
    transition: ease-in 0.7s;
    top: 30px;
}
#paralaxoption .thumbnail img {
    max-width: 100%;
    height: auto;
}

#paralaxoption svg {
    width: 60%;
    margin: auto;
    position: relative;
    display: block;
    height: auto;
    margin-bottom: 25px;
}

.cpt-1 .col-xl-3:nth-child(1) .item-portfolio {
    animation-delay: 0s;
}

.cpt-1 .col-xl-3:nth-child(2) .item-portfolio {
    animation-delay: .25s;
}

.cpt-1 .col-xl-3:nth-child(3) .item-portfolio {
    animation-delay: .5s;
}

.cpt-1 .col-xl-3:nth-child(4) .item-portfolio {
    animation-delay: .75s;
}

#cpt {
    padding-top: 90px;
    padding-bottom: 60px;
}

#cpt .item-portfolio {
    border: solid 1px #404040;
    padding: 15px;
    background: rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-radius: 10% 10% 0px 0px;
    color: #fff;
    text-align: center;
    transform: scale(1);
    transition-duration: .5s;
    padding-bottom: 20px;
    padding-top: 20px;
}

#cpt .item-portfolio:hover {
    border: solid 1px rgba(0, 0, 0, 0.4);
    transform: scale(1.05);
    transition-duration: .5s;
    background: rgba(0, 0, 0, 0.4);
}

#cpt h5 {
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px;
}

#cpt p {
    text-align: justify;
    font-size: 12px;
    color: #a5a3a3;
    text-align-last: center;
}

#cpt button {
    background: transparent;
    border: solid 1px #fff;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    font-size: 11px;
    transition-duration: .5s;
}

#cpt button:hover {
    background-color: #fff;
    color: #000;
    transition-duration: .5s;
}

.gallery a {
    width: 100%;
}

.gallery a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 30px;
}

.gallery-2 figure {
    margin: 0px;
    transition-duration: .5s;
    opacity: 1;
    cursor: zoom-in;
}

.gallery-2 figure a,
.gallery-2 figure img {
    cursor: zoom-in;
}

.gallery-2 figure:hover {
    opacity: .5;
    transition-duration: .5s;
    margin: 0px;
    cursor: zoom-in;
}

#galeria-single {
    padding-top: 80px;
    padding-bottom: 80px;
}

#galeria-single img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 30px;
}

#gallery {
    padding-top: 80px;
    padding-bottom: 80px;
}

#gallery .box {
    height: 300px;
    background-size: cover;
    margin-bottom: 30px;
}

#gallery .box p {
    font-size: 18px;
    height: 100px;
    color: #fff;
    position: absolute;
    top: 100px;
    width: calc(100% - 30px);
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .5s;
    transition-timing-function: linear;
    text-transform: uppercase;
}

#gallery .box:hover p {
    height: 300px;
    top: 0;
    transition-duration: .5s;
    transition-timing-function: linear;
}

#gwolle_gb_write_button {
    display: flex;
    justify-content: flex-end;
}

#gwolle-gb-total {
    display: none;
}

.homepage-img {
    height: 300px !important;
}

footer .logo p {
    text-align: center;
}

footer .logo {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}

footer .logo h4 {
    text-align: center;
    margin-bottom: 30px;
}

footer .logo .show-btn {
    font-family: 'Rubik', sans-serif;
    width: 200px;
    text-transform: uppercase;
    border: 2px solid #C21E00;
    padding: 10px 20px;
    font-weight: 500;
    background-color: #C21E00;
    color: #000;
    border-radius: 3px;
    letter-spacing: 1px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    margin: 20px auto 70px auto;
}

footer .logo .show-btn:hover {
    filter: brightness(90%);
    transition-duration: .5s;
}

footer .logo img {
    display: flex;
    margin: auto;
    align-items: center;
    height: 80px;
    width: 220px;
    object-fit: contain;
}

footer .logo .col-md-4:nth-child(2) img {
    height: 100px;
    margin-top: 25px;
}

@keyframes smartphoto {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes smartphoto-img-wrap {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes smartphoto-inner {
    from {
        transform: translate(0, 100px);
    }

    to {
        transform: translate(0, 0);
    }
}

@keyframes smartphoto-loader {
    0% {
        opacity: .4;
        transform: rotate(0deg);
    }

    50% {
        opacity: 1;
        transform: rotate(180deg);
    }

    100% {
        opacity: .4;
        transform: rotate(360deg);
    }
}

@keyframes smartphoto-appear {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes smartphoto-hide {
    0% {
        display: block;
        opacity: 1;
    }

    99% {
        display: block;
        opacity: 0;
    }

    100% {
        display: none;
        opacity: 0;
    }
}

.smartphoto {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 1;
    font-family: sans-serif;
    cursor: pointer;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    transition: all 0.3s ease-out;
    animation-name: smartphoto;
    animation-duration: .3s;
    animation-timing-function: ease-out;
}

.smartphoto[aria-hidden="true"] {
    display: none;
}

.smartphoto-close {
    opacity: 0;
}

.smartphoto-count {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
}

.smartphoto-header {
    display: block;
    box-sizing: border-box;
    position: fixed;
    z-index: 102;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.2);
}

.smartphoto-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.smartphoto-dismiss {
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    background-color: transparent;
    background-image: url(data:image/svg+xml;
 base64, PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNTc2LjQyLDE0MDYuNzYsMjc4NCwxOTkuMTlhNTYuODYsNTYuODYsMCwwLDAsMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYsNTYuODYsMCwwLDAtODAuMTgsMEwxNDE3LjMyLDEyNDcuNjYsMjA5Ljc1LDQwLjA5YTU2Ljg2LDU2Ljg2LDAsMCwwLTgwLjE4LDBMNTAuNjUsMTE5YTU2Ljg2LDU2Ljg2LDAsMCwwLDAsODAuMThMMTI1OC4yMywxNDA2Ljc2LDUwLjY1LDI2MTQuMzRhNTYuODYsNTYuODYsMCwwLDAsMCw4MC4xOGw3OC45Miw3OC45MmE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwTDE0MTcuMzIsMTU2NS44NiwyNjI0LjksMjc3My40NGE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwbDc4LjkyLTc4LjkyYTU2Ljg2LDU2Ljg2LDAsMCwwLDAtODAuMThaIi8+PC9zdmc+);
    text-shadow: 0 1px 0 #FFF;
    color: #FFF;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
}

.smartphoto-body {
    position: relative;
    z-index: 102;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.smartphoto-inner {
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.smartphoto-img {
    display: none;
    max-width: none;
    width: auto;
    height: auto;
    cursor: zoom-in;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: transform 0.3s ease-out;
    -webkit-user-drag: none;
}

.smartphoto-img.active {
    display: block;
}

.smartphoto-img-onmove {
    cursor: grab;
    cursor: -webkit-grab;
    transition: none;
}

.smartphoto-img-elasticmove {
    transition: transform 0.3s ease-out;
}

.smartphoto-img-wrap {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    animation-name: smartphoto-img-wrap;
    animation-duration: .3s;
    animation-timing-function: ease-out;
}

.smartphoto-img-left {
    transform: translateX(150%) !important;
}

.smartphoto-img-right {
    transform: translateX(-150%) !important;
}

.smartphoto-arrows {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1002;
    top: 50%;
    left: 0;
    opacity: 1;
    animation-name: smartphoto-appear;
    animation-duration: .3s;
    animation-timing-function: ease-out;
}

.smartphoto-arrows[aria-hidden="true"] {
    animation-name: smartphoto-hide;
    display: none;
}

.smartphoto-arrows li {
    display: block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    animation-duration: .3s;
    animation-timing-function: ease-out;
    animation-name: smartphoto-appear;
}

.smartphoto-arrows li:focus {
    outline: none;
}

.smartphoto-arrows [aria-hidden="true"] {
    animation-name: smartphoto-hide;
    display: none;
}

.smartphoto-arrows a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.smartphoto-arrow-right {
    right: 0;
    background-image: url(data:image/svg+xml;
 base64, PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiAiPjx0aXRsZT5pY29uPC90aXRsZT48cGF0aCBkPSJNMTgzNy44OCwxNDE3LjMyLDY0My41OSwyMjNhNzIuMjEsNzIuMjEsMCwwLDEsMC0xMDEuODJMNzQzLjgyLDIxYTcyLjIxLDcyLjIxLDAsMCwxLDEwMS44MiwwTDIwOTAuODMsMTI2Ni4xOWwxMDAuMjMsMTAwLjIzYTcyLjIxLDcyLjIxLDAsMCwxLDAsMTAxLjgyTDg0NS42NCwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwxLTEwMS44MiwwTDY0My41OSwyNzEzLjQyYTcyLjIxLDcyLjIxLDAsMCwxLDAtMTAxLjgyWiIvPjwvc3ZnPg==);
}

.smartphoto-arrow-left {
    left: 0;
    background-image: url(data:image/svg+xml;
 base64, PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik05OTYuNzcsMTQxNy4zMiwyMTkxLjA2LDIyM2E3Mi4yMSw3Mi4yMSwwLDAsMCwwLTEwMS44MkwyMDkwLjgzLDIxQTcyLjIxLDcyLjIxLDAsMCwwLDE5ODksMjFMNzQzLjgyLDEyNjYuMTksNjQzLjU5LDEzNjYuNDJhNzIuMjEsNzIuMjEsMCwwLDAsMCwxMDEuODJMMTk4OSwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwwLDEwMS44MiwwbDEwMC4yMy0xMDAuMjNhNzIuMjEsNzIuMjEsMCwwLDAsMC0xMDEuODJaIi8+PC9zdmc+);
}

.smartphoto-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    animation-name: smartphoto-appear;
    animation-duration: .3s;
    animation-timing-function: ease-out;
}

.smartphoto-nav[aria-hidden="true"] {
    animation-name: smartphoto-hide;
    display: none;
}

.smartphoto-nav ul {
    display: block;
    overflow-x: scroll;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.smartphoto-nav li {
    display: inline-block;
    overflow: hidden;
    width: 50px;
    height: 50px;
}

.smartphoto-nav a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    background-position: center center;
    background-size: cover;
    opacity: .5;
}

.smartphoto-nav a:focus {
    opacity: .8;
}

.smartphoto-nav a.current {
    opacity: 1;
}

.smartphoto-nav img {
    width: auto;
    height: 100%;
}

.smartphoto-list {
    list-style-type: none;
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.smartphoto-list li {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out;
}

.smartphoto-list li:focus {
    outline: none;
}

.smartphoto-list-onmove {
    transition: all 0.3s ease-out;
}

.smartphoto-caption {
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 50px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.smartphoto-caption:focus {
    outline: none;
}

.smartphoto-loader-wrap {
    display: block;
    position: relative;
    z-index: 103;
    width: 0;
    height: 0;
    transform: translate(50vw, 50vh);
}

.smartphoto-loader {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin-top: -25px;
    margin-left: -25px;
    border: 8px solid #17CDDD;
    border-right-color: transparent;
    border-radius: 50%;
    animation: smartphoto-loader .5s infinite linear;
}

.smartphoto-img-clone {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    transition: all .3s ease-out;
}

.smartphoto-sr-only {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
}

#o-nas .thumbnail {
    padding-left: 40px;
    padding-right: 40px;
    height: auto;
}

#o-nas h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 42px;
}

#o-nas h2 span {
    font-family: 'Rubik', sans-serif;
    color: #313131;
    display: block;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 14px;
}

#o-nas p {
    font-size: 15px;
    text-align: justify;
}

#paralax {
    padding-top: 0px;
}

#paralax p {
    text-align: center;
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
    font-weight: 300;
    font-size: 15px;
}

#paralax h2 {
    width: 100%;
    text-align: center;
    margin-top: 70px;
    text-transform: uppercase;
    font-weight: 600;
}

#paralax h2 span {
    letter-spacing: 5px;
    color: #EB3E96;
}

#paralax .item h3 {
    height: 75px;
    color: #1CA6E2;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

#paralax .item p {
    font-size: 14px;
    padding-bottom: 100px;
}

.phone-box {
    background: linear-gradient(90deg, rgba(3,25,65,1) 0%, rgba(67,126,235,1) 100%);

    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.phone-box p {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.phone-box a {
    color: #fff;
    font-size: 24px;
    display: flex;
    justify-content: center;
}

#cooker {
    background-size: cover;
}

#cooker .thumbnail.responsive {
    margin-top: -200px;
}

#cooker .container-fluid>.row {
    display: flex;
    align-items: center;
}

#cooker .col-xl-6:nth-child(1) {
    order: 2;
}

#cooker .col-xl-6:nth-child(2) {
    order: 1;
}

#cooker .col-xl-6:nth-child(2) .content {
    margin-left: auto;
}

#cooker h2 {
    width: 75%;
    font-size: 36px;
}

#cooker h2 span {
    display: block;
    font-weight: 600;
    color: #313131;
    text-transform: uppercase;
    letter-spacing: 5px;
}

#cooker p {
    font-size: 21px;
    line-height: 44px;
    margin-top: 55px;
}

#cooker p.podpis {
    font-style: italic;
    font-size: 14px;
    margin-top: 0px;
}

.gallery h2 {
    color: #000;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-top: 40px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    margin: auto;
    font-size: 30px;
}

.gallery p {
    width: 80%;
    color: #ccc;
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
}

section#kontakt {
    background-size: cover;
    background-attachment: fixed;
    padding-top: 80px;
}

.kontakt #face-box {
    padding-top: 0 !important;
}

section#kontakt svg {
    max-width: 40px;
    height: auto;
}

section#kontakt .text {
    color: #fff;
    margin-left: 60px;
    margin-bottom: 70px;
}

section#kontakt .text:hover {
    transition-duration: .5s;
    color: #fff;
}

section#kontakt h2 {
    color: #fff;
    margin-bottom: 30px;
}

section#kontakt label {
    width: 100%;
}

section#kontakt input,
section#kontakt textarea {
    width: 100%;
    border: solid 1px #fff;
    background-color: transparent;
    color: #fff;
    padding: 15px;
}

section#kontakt input::placeholder,
section#kontakt textarea::placeholder {
    color: #fff;
}

section#kontakt .phone,
section#kontakt .mail {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

section#kontakt .phone a,
section#kontakt .mail a {
    color: #fff;
    font-size: 17px;
    margin-top: 10px;
    margin-left: 60px;
    transition-duration: .5s;
}

section#kontakt .phone a:hover,
section#kontakt .mail a:hover {
    transition-duration: .5s;
    color: #fff;
}

.kontakt {
    padding-top: 80px !important;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 0px;
}

.kontakt .phone {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid lightgray;
}

.phone-wrapper {
    display: flex;
    margin-bottom: 15px;
}

.kontakt .phone img {
    height: 32px;
    width: 32px;
}

.kontakt .mail {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid lightgray;
}

.kontakt .mail img {
    height: 48px;
    width: 48px;
}

.header-img-test {
    position: absolute;
    display: block;
    right: 10%;
    top: 100px;
}
.header-img-test img {
    width: 350px;
    height: 250px;
}

img.contact_icon {
    width: 40px;
    padding: 6px;
    margin-right: 10px;
    background:#091932;
    border-radius: 10px;
}
.kontakt .text {
    display: flex;
    margin-bottom: 20px;
    align-items: baseline;
}
.tel, .text {
    margin-bottom: 14px;
    display: flex;
    border: 1px solid #666;
    border-radius: 10px;
    align-items: center;
    font-weight: bold;
    color: #666;
}
.tel a{
    color: #666;
}
.contact-box2 {
    background-image: linear-gradient(-90deg, #C21E00, #C21E00) !important;
    padding: 25px;
    margin-top: 24px;
}

.contact-box input {
    font-weight: 300;
    background-color: transparent;
    border: 1px solid #091932;
    color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    width: 100%;
    font-family: 'Nunito', sans-serif;
    border-radius: 10px;
}

.contact-box label {
    display: block;
}

.contact-box input::placeholder {
    color: #888 !important;

}

.contact-box input[type=submit] {
    background: #091932;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    display: flex;
    width: 120px;
    justify-content: center;
    font-family: 'Nunito', sans-serif;
    border-radius: 10px;
}

.contact-box textarea {
    font-weight: 300;
    background-color: transparent;
    border: 1px solid #091932;
    color: #fff;
    width: 100%;
    height: 120px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 10px;
    font-family: 'Nunito', sans-serif;
    border-radius: 10px;
}

.contact-box textarea:placeholder {
    color: #888 !important;
    font-family: 'Nunito', sans-serif;
}

.input-title {
    font-size: 12px;
}

.label-input {
    height: 70px;
}

.contact {
    padding-top: 80px !important;
}

.contact h3 {
    padding: 15px;
    margin-top: 20px;
}

.sale-contact-box img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.rodo label {
    display: flex;
}

.rodo span {
    color: #000;
    font-size: 10px;
    text-align: justify;
}

.rodo input {
    width: 20px;
    margin-left: -10px;
    margin-right: 10px;
}

.sale-contact {
    padding: 15px;
}

.sale-contact-box a {
    color: #000;
}

.sale-contact-box a:hover {
    color: #C21E00;
}

.sale-contact-adress {
    display: flex;
}

.sale-contact-phone {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid lightgray;
}

.sale-contact-mail {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid lightgray;
}

.sale-contact-adress {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.input-h {
    height: 50px !important;
}

.inner-opis .h2-slim {
    font-size: 25px;
    font-weight: 300;
}

.inner-opis h2 {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 40px;
}

.inner-opis img {
    display: flex;
    width: 64px;
    margin-right: 20px;
}

.inner-opis a {
    font-size: 18px;
    color: #000;
    display: flex;
    justify-content: center;
}

.inner-opis p {
    font-size: 18px;
    color: #000;
    display: flex;
    justify-content: center;
}

.oferta-1 {
    padding-top: 80px !important;
    padding-bottom: 80px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.offer-wrapper {
    height: 380px;
    margin-bottom: 30px;
}
.offer-box {
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    padding: 50px 30px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    height: 380px;
    
}
.offer-box::after {
    position: absolute;
    left: 0;
    bottom: -100%;
    content: "";
    height: 100%;
    width: 100%;
    background:#091932;
    opacity: 0;
    z-index: -1;
    transition: all 0.25s ease-in-out;
}
.offer-box:hover::after {
    opacity: 1;
    bottom: 0;
}
.offer-box:hover p {
    color: #ffffff;
    transition: all 0.35s ease-in-out;
}
.offer-box:hover h3 {
    color: #fff !important;   
}
.offer-box:hover img {
    padding: 15px;
    filter: drop-shadow(0px 0px 5px #ccc);
    background: transparent !important
}

.offer-box:hover a{
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}
.title_section{
        margin-bottom: 60px;
        overflow: hidden;
        margin-top: -5px;
}
.title_section h2 {
        display: block;
        font-weight: 700;
        position: relative;
        margin-bottom: 0;
        font-size: 36px;
        color: #232323;
}
.title_section h4{
        text-transform: uppercase;
        font-weight: 800;
        color: #000;
        font-size: 20px;
        position: relative;
        z-index: 1;
        display: inline-block;
        letter-spacing: 2px;
   
}

.title_section h4::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 10px;
    width: 100%;
    background: #000;
    z-index: -1;
    opacity: 0.2;
}
.oferta-1 p {
    color: #666666;
    line-height: 28px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
}

.oferta-1 a {
    display: inline-block;
    text-align: center;
    color: #333;
    position: relative;
    border: 1px solid #e7e7e7;
    padding: 10px 30px;
    text-transform: none;
    border-radius: 30px;
    font-weight: 800;
}

.oferta-1 .offer-box img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 200px;
    padding: 15px;
    margin-bottom: 30px;
}
 .offer-box h3 {
    font-weight: 700;
    color: #232323;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;

}
a.back-link {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 10px 15px;
    border: 1px solid #ddd;
    color: #888;
}
.about-area  {
    text-transform: uppercase;
    color: #437eeb;
    margin-bottom: 25px;
    font-weight: 600;
}

.page-id-202 .oferta-1 .offer-box img {
    height: auto;
}

.page-id-202 .offer-wrapper {
    min-height: 200px;
}

.page-id-202 .row {
    justify-content: center;
}

.catalog {
    padding-bottom: 80px;
}

.offerbox {
    background-color: #fff;
    color: #000;
}

.simple-offer-box {
    padding: 50px 25px;
    border: 1px solid lightgray;
}

.offerbox img {
    display: flex;
    margin: 0 auto 30px auto;
    width: 50%;
}

.offerbox h3 {
    font-size: 22px;
    text-align: center;
}

.logo-1 {
    background-color: #fff;
    color: #000;
    padding-top: 80px;
    padding-bottom: 80px;
}

.logo-1 h2 {
    width: 100%;
    text-align: center;
    margin-top: 70px;
    text-transform: uppercase;
}

.logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    height: 100%;
    margin-bottom: 50px;
}

.map-box {
    width: 30vw;
    height: 200px;
    background-color: #fff;
    border: 1px solid #C21E00;
    border-radius: 5px;
    margin: auto;
    position: relative;
    bottom: -100px;
    padding: 20px;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.15);
}

.map-box img {
    display: flex;
    margin: 0 auto 20px auto;
}

.map-box p {
    text-align: center;
}

.map-box p:first-child {
    text-transform: uppercase;
}

.map-box p:last-child {
    font-weight: bold;
}

.textbox {
    padding-top: 80px !important;
    padding-bottom: 80px;
    color: #fff;
}

.textbox p {
    color: #313131;
}

.collapse-section {
    padding-top: 50px;
}

.collapse-section h2 {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 50px;
    margin: 50px auto;
}

.collapse-section .h2-slim {
    font-size: 25px;
    font-weight: 300;
}

.collapse-section p {
    text-align: center;
}

.collapse-section .card-header {
    background-color: #313131;
}

.collapse-section .btn-link {
    color: #fff;
    font-weight: 300;
}

@media (max-width: 1920px) {
    
}

@media (max-width: 1366px) {
    .service-3 .corner {
        width: 160px;
        height: 160px;
    }

    .service-5 .corner-right {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 1024px) {
    .service-4 .content {
        padding: 15px;
    }

    .service-3 .content {
        height: 450px;
    }

    .service-5 .content {
        height: 450px;
    }

    .service-3 h2 {
        padding-top: 30px;
    }

    .service-5 h2 {
        padding-top: 30px;
    }
}

@media (max-width: 991px) {
    #main-single-page {
        padding-top: 0px;
    }
    .btn-xs {
        font-size: 16px;
        padding: 4px 16px;
        color: #fff;
    }
    #slider-carousel .carousel-item .carousel-caption {
        position: absolute;
        top: -10%;
        left: 0%;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-top: 50px;
    }

    .carousel-indicators {
        bottom: 10px;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .header-bg h2 {
        width: 100%;
    }
    .wavesshape {
        
        bottom: -1px;
    }
    #slider-carousel {
        padding: 0;
        height:65vh;
    }
    .carousel-control-prev {
        left: 0px;
    }
    
    .carousel-control-next {
        right: 0px;
    }
    #header-3 nav {
        height: auto;
    }

    #header-3 {
        height: 70px;
        display: block;
    }

    .brand-logo img {
        width: 70%;
        padding: 0px;
    }

    #header-3 #navbarSupportedContent-7 {
        justify-content: center;
    }

    .navbar {
        transition-duration: .5s;
        background-color: #091932 !important;
    }

    .row-header {
        flex-direction: row;
    }

    body:not(.home) .navbar-dark .navbar-nav .nav-link {
        color: #000;
    }

    .affix {
        margin-top: 0;
    }

    .affix a {
        color: #000 !important;
    }

    .collapse-section h2 {
        font-size: 30px;
    }

    .show {

        padding: 5px 0;
        margin: 5px 0;
        display: block !important;
    }

    .service-6 h2 {
        font-size: 30px;
    }

    .service-3 .content {
        width: 90%;
        margin: 20px auto;
    }

    #paving .content {
        width: 100%;
        margin: 20px auto;
    }

    .inner-opis h2 {
        font-size: 30px;
    }

    .service-4 video {
        margin-top: 50px;
    }

    .subpage {
        height: 50vh;
        background-position: center;
    }

    .service-6 img {
        margin-bottom: 40px;
    }

    .offerts {
        grid-template-columns: none;
        grid-template-rows: 1fr;
    }

    .service-3 .content {
        height: auto;
        padding: 15px 15px 200px 15px;
    }

    .service-5 .content {
        height: auto;
        padding: 15px 15px 200px 15px;
    }

    .subpage h1 {
        font-size: 35px;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: 15px;
        text-align: center;
        height: 40px;
        line-height: 0px;
        color: #000;
    }

    .navbar-dark .navbar-nav .active>.nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .show>.nav-link {
        background-color: transparent;
        color: #000 !important;
    }

    .map-box {
        display: none;
    }

    .service-4 video {
        height: auto;
    }

    .paralax-video {
        display: none;
    }

    .paralax-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .about-box {
        width: 100%;
    }

    .slider-link a {
        display: inline-block;
        margin-top: 20px;
        text-transform: uppercase;
        background-color: transparent;
        border:1px solid #fff;
        border-radius: 25px;
        padding: 15px 20px;
        font-weight: 300;
        font-family: 'Nunito', sans-serif;
        color: #fff;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .top-header {
        display: none;
    }

    #header-3 nav {
        top: 0;
    }

    .modalWindow {
        width: 280px;
        left: 50%;
        margin-top: 20px;
        margin-left: -140px !important;
    }

    .bg-icon {
        bottom: -180px;
        color: #fff;
        width: 58px;
        line-height: 1;
        opacity: 0.3;
        position: absolute;
        right: 30px;
        transform: rotate(-0deg);
    }
}

@media (max-width: 576px) {
    #slider-carousel .carousel-item .carousel-caption h3 {
        font-size: 35px;
    }

    #slider-carousel .carousel-item .carousel-caption h6 {
        font-size: 20px;
    }

    .paralax-wrapper {
        display: grid;
        grid-template-columns: none;
        grid-template-rows: 1fr;
    }

    .service-3 h2 {
        margin-top: 30px;
    }

    .offer-wrapper {
        border: none;
    }

    

    #cooker h2 {
        width: 75%;
        font-size: 29px;
    }
}