/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

.mfp-ie7 .mfp-img {
    padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
    padding: 0; }

.mfp-ie7 .mfp-content {
    padding-top: 44px; }

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,input,textarea,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {border:0;margin:0;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}/*IE8*/
audio,canvas,video{display:inline-block;}/*IE8/9*/
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:400;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
b,strong{font-weight: bold;}
q:before,q:after{content:'';}
table{border-collapse:collapse;border-spacing:0;}
form{display:inline;}
*{outline:none;}
input[type=submit]:hover,input[type=checkbox]:hover,label:hover{cursor:pointer;}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}
textarea{overflow:auto;vertical-align:top;}
ol,ul{list-style:none;}
a{text-decoration:none;}
.clear {clear:both;font-size:0px;height:0px;margin:0px;padding:0px;overflow:hidden;}
.cf::after, .clearfix::after {
    content: '';
    display: table;
    clear: both;
}
.clear2{clear:both;}
main { display: block;}
﻿@charset "utf-8";

/* Large desktop */
@media (max-width: 1199px) {  }

/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {  }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {  }

/* Landscape phones and down */
@media (max-width: 534px) {  }

/* Landscape phones and down */
@media (max-width: 320px) {  }


@-ms-viewport {
    width: device-width;
}



/***************************************************
Global styles
***************************************************/
html {
    width: 100%;
    height: 100%;
    -ms-text-size-adjust: none;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: 'Lato', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #575757;
    background: #434242;
    margin: 0;
    min-width: 320px;
}
body.sub {
    padding-top: 80px;
}

a {
    color: #575757;
}
a:hover {
    color: #e41d37;
}


/***************************************************
Szkielet
***************************************************/

.wrapper {
    margin: 0 auto;
    max-width: 1920px;
}
.container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}

.header-wrapper {
    background: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
}
.header-wrapper .container {
    height: 80px;
    position: relative;
    transition: height .25s linear;
    -moz-transition: height .25s linear;
    -webkit-transition: height .25s linear;
}
.header-logo img {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    height: 55px;
}


.sub .header-wrapper {
    background-color: rgba(0,0,0,1);
}

.sticky .header-wrapper {
    background-color: rgba(0,0,0,1);
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.sticky .header-wrapper .container {
    height: 60px;
}
.sticky .header-logo img {
    height: 40px;
}


@media (max-height: 500px) and (max-width: 1023px) and (orientation: landscape) {
    .sticky .header-wrapper {
        background: none;
        box-shadow: none;
    }
    .sticky .header-wrapper .header-logo {
        display: none;
    }
    .sticky .header-wrapper .container {
        height: 0;
    }
}



.footer-wrapper {
    color: #f6f6f6;
    background: #434242;
    padding: 20px 0;
    line-height: 1.5em;
}
.footer-wrapper a {
    color: #f6f6f6;
}
.footer-wrapper h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-links {

}
.footer-links li {
}
.footer-links li a {
    color: #f6f6f6;
}

.footer-logo img {
    width: 100%;
    max-width: 200px;
}


.footer2-wrapper {
    color: #8c8d8d;
    background: #2b2a29;
    padding: 20px 0;
    line-height: 1.5em;
}
.footer-make {
    text-align: center;
}

.studiomh {
    float: right;
}
.studiomh:hover {
}

.partners-wrapper {
    background: #9d9e9e;
    padding: 30px 0;
}
.partners-wrapper h2 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}
.partners-logos {
    text-align: center;
    margin: 30px 0;
}
.partners-logos .slick-slide {
    height: 50px;
    position: relative;
}
.partners-logos .slick-slide img {
    display: block!important;
    width: auto!important;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.partners-logos .slick-slide div {
    height: 100%;
    position: relative;
}


.reference-item {
    text-align: center;
    color: #fff;
}
.reference-name {
    text-align: right;
    margin-top: 20px;
}


.g-grid {
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.g-row, .g-row {
    margin-top: -50px;
    margin-left: -50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.g-row-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.g-row-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.g-row-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.g-row-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}

.g-row-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.g-row-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-row-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.g-row-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.g-row-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


[class*="g-col-"] {
    min-height: 1px;
    padding-top: 50px;
    padding-left: 50px;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}

.g-col-center {
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-col-content {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.g-col-auto {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.g-col-right {
    margin-right: 0;
    margin-left: auto;
}

.g-col-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.g-col-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.g-col-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.g-col-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}

.g-col-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.g-col-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.g-col-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.g-col-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}

.g-col-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.g-col-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.g-col-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}

.g-col-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.g-col-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.g-col-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}

.g-col-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.g-gutter-reset {
    margin-left: 0;
}
.g-gutter-reset > [class*="g-col-"] {
    padding-left: 0;
}


.g-pdd-0 {
    margin-left: 0;
    margin-top: 0;
}
.g-pdd-0 > [class*="g-col-"] {
    padding-left: 0;
    padding-top: 0;
}

.g-pddX-0 {
    margin-left: 0;
}
.g-pddX-0 > [class*="g-col-"] {
    padding-left: 0;
}
.g-pddY-0 {
    margin-top: 0;
}
.g-pddY-0 > [class*="g-col-"] {
    padding-top: 0;
}

.g-pddX-50 {
    margin-top: -50px;
}
.g-pddX-50 > * {
    padding-top: 50px;
}


@media (min-width: 535px) {
    .g-col-s-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-s-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-s-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-s-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-s-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-s-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-s-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-s-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-s-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-s-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-s-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-s-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-s-content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-s-auto {
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}

@media (min-width: 768px) {
    .g-col-m-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-m-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-m-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-m-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-m-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-m-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-m-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-m-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-m-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-m-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-m-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-m-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-m-content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-m-auto {
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}

@media (min-width: 980px) {
    .g-col-l-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-l-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-l-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-l-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-l-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-l-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-l-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-l-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-l-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-l-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-l-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-l-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-l-content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-l-auto {
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}



[class*="g-hide-"] {
    display: block;
}

[class*="g-show-"] {
    display: none;
}

@media (min-width: 535px) {
    .g-show-s {
        display: block;
    }
    .g-hide-s {
        display: none;
    }
}

@media (min-width: 768px) {
    .g-show-m {
        display: block;
    }
    .g-hide-m {
        display: none;
    }
}

@media (min-width: 980px) {
    .g-show-l {
        display: block;
    }
    .g-hide-l {
        display: none;
    }
}

/***************************************************
content
***************************************************/

.content p {
    margin: 15px 0;
    line-height: 1.6em;
}

.content h1 {
    font-size: 20px;
    margin: 30px 0 20px 0;
}
.content h2 {
    font-weight: normal;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 10px;
    background: #e41d37;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -30px;
}
.sub .content h2 {
    position: relative;
    top: 0;
    margin-bottom: 30px;
}
.content h3 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #e41d37;
    margin: 15px 0 10px 0;
}
.content h3 a {
    color: #e41d37;
}
.content h3 a:hover {
    text-decoration: underline;
}
.content h3.red {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    margin: 15px 0 10px 0;
    padding: 7px 30px;
    background: #e41d37;
    display: inline-block;
}

.content h4 {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 1px;
    color: #e41d37;
    margin: 15px 0 10px 0;
}
.content h4 a {
    color: #e41d37;
}
.content h4 a:hover {
    text-decoration: underline;
}

.content ul {
    display: block;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0;
    padding-left: 20px;
    line-height: 1.5em;
}

/*.content ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}
.content ul li {
    position: relative;
    padding-left: 30px;
}
.content ul li::before {
    content: "";
    position: absolute;
    background: #28cb80;
    display: block;
    width: 6px;
    height: 6px;
    top: 7px;
    left: 10px;
    border-radius: 50%;
}*/


.content ol {
    display: block;
    list-style-position: outside;
    list-style-type: decimal;
    margin: 0;
    padding-left: 20px;
    line-height: 1.5em;
}

.content p:last-child {
    margin-bottom: 0;
}

/***************************************************
menu
***************************************************/

.navbar {
    position: absolute;
    top: 50%;
    left: 60%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    width: max-content;
    width: -moz-max-content;
}
.navbar > ul > li {
    float: left;
    margin: 0 15px;
}
.navbar > ul > li > a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 2px 10px 4px 10px;
    display: block;
    position: relative;
}
.navbar > ul > li > a span {
    position: relative;
    z-index: 2;
}
.navbar > ul > li > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #e41d37;
    transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    z-index: 1;
}
.navbar > ul > li > a:hover:after, .navbar > ul > li > a.active:after {
    height: 100%;
}

.navbar .navbar-social {
    margin-right: 0;
}
.navbar .icon-fb, .navbar .icon-insta {
    margin: -7px 0 -7px;
}


.navbar > ul > li:hover .navbar-sub {
    display: block;
}
.navbar .navbar-sub {
    position: absolute;
    top: 100%;
    left: 50%;
    border-top: 10px solid #fff;
    width: 300px;
    background: #f2f2f2;
    z-index: 999;
    padding: 10px 0;
    display: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.navbar .navbar-sub:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f2f2f2;
}
.navbar .navbar-sub li {
    margin: 5px 0;
}
.navbar .navbar-sub a {
    color: #394671;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 2.5em;
    display: block;
    transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
}
.navbar .navbar-sub a:hover {
    color: #1aa74f;
}
.navbar .navbar-sub li.current a {
    color: #1aa74f;
}


@media (max-width: 1023px) {
    .navbar {
        display: none;
    }
}


.mobile-overlay {
    display: none;
    position: fixed;
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
    background: rgba(68, 68, 68, 0.5);
    z-index: 999998;
}

.sidr-animating .mobile-overlay,
.sidr-open .mobile-overlay {
    display: block;
}

.mobile-offcanvas {
    display: none;
}

@media (min-width: 1023px) {
    .mobile-offcanvas {
        display: block;
    }
}

.mobile-nav {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #e41d37;
}
.mobile-navCat {
    background: #000;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}

@media (min-width: 1024px) {
    .mobile-nav {
        display: none;
    }
}
@media (min-width: 769px) {
    .mobile-navCat {
        display: none;
    }
}

.mobile-nav:hover {
    text-decoration: none;
}

.mobile-nav span {
    position: relative;
    padding: 0 0 0 55px;
    height: 60px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}
.mobile-navCat span {
    padding-right: 15px;
}
.mobile-nav span::after {
    display: block;
    position: absolute;
    top: 27px;
    left: 15px;
    width: 25px;
    height: 4px;
    background: #fff;
    box-shadow: 0 9px 0 #fff,
    0 -9px 0 #fff;
    content: '';
}


.sidr {
    display: block;
    position: fixed;
    top: 0;
    width: 250px;
    height: 100%;
    background: #fff;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidr ul {
    margin: 30px 10px;
    padding: 0;
    list-style: none;
}
.sidr li {
    border-bottom: 1px solid #e4e4e4;
}
.sidr a {
    display: block;
    padding: 5px;
    margin: 5px 0;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.sidr a:hover {
    color: #e5001d;
}


.sidr-class-navbar-sub {
    margin: 0!important;
}
.sidr-class-navbar-sub li {
    border-top: 1px solid #e4e4e4;
    border-bottom: 0;
    padding-left: 20px;
}
.sidr-class-navbar-sub a {
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
}

.sidr-class-navbar-social {
    float: left;
    border-bottom: 0!important;
}


.sidr.right {
    right: -250px;
    left: auto;
}

.sidr.left {
    right: auto;
    left: -250px;
}

.sidr-open .sidr {
    box-shadow: 1px 0 0 #ccc;
}


/***************************************************
			        SLIDER
***************************************************/

.slider-wrapper {
    margin: 0 auto;
    z-index: 1;
    max-width: 1920px;
    overflow: hidden;
    position: relative;
    background: #000;
}

.slider-wrapper .slick-slide {
    position: relative;
}

.slider1 {
}
.slider2 {
    clip-path: polygon(0% 15%, 16% 90%, 100% 80%, 100% 30%);
    position: absolute!important;
    top: 0;
    left: 25%;
    right: 0;
    z-index: 9;
    display: none;
}
.slider3 {
    position: absolute!important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 10;
    display: none;
}
.slider3 .slick-list {
    height: 100%;
}
.slider3 .slick-track {
    height: 100%;
}
.slider3 .slick-slide {
    position: relative;
}
.slider3-txt {
    position: absolute!important;
    top: 40%;
    left: 5%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
    font-style: italic;
    text-shadow: 0 0 5px rgba(0,0,0,0.2);
    width: fit-content;
}
.slider3-txt strong {
    font-weight: 800;
    font-size: 60px;
}

.slider-wrapper .slick-slide img {
    width: 100%;
}

.slider-wrapper .slick-slide>a {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    text-align: right;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: absolute;
    z-index: 99999;
    background: #d3141b;
    bottom: 0;
    left: 50%;
    right: 0;
    padding: 30px 40px;
    display: block;
}
.slider-wrapper .slick-slide>a[href]:hover {
    background: #dc151c;
}
.slider-wrapper .slick-slide>a h1 {
    font-size: 49px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}


.slider-down {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 70%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: max-content;
    width: -moz-max-content;
}
.slider-down a span {
    margin-top: 10px;
}


@media (max-width: 767px) {

    .slider2 {
        clip-path: polygon(0% 15%, 0% 75%, 100% 67%, 100% 29%);
        left: 0;
    }

    .slider3-txt {
        top: 66%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .slider-down {
        top: 82%;
    }
}


@media (max-width: 600px) {

    .slider3-txt {
        top: 61%;
        font-size: 9vw;
    }
    .slider3-txt strong {
        font-size: 10vw;
    }
    .slider-down {
        top: 80%;
    }
}


@media (max-width: 500px) {

    .slider2 {
        clip-path: polygon(0% 20%, 0% 80%, 100% 72%, 100% 34%);
        left: 0;
    }

    .slider1 img {
        height: 160vw;
        object-fit: cover;
    }
    .slider-down {
        top: 78%;
    }
}



/* PAGER */

.slick-dots {
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    color: #666;
    padding: 7px 0;
    z-index: 99;
    position: absolute;
    top: calc(43% + 120px);
    left: 5%;
}
.slick-dots li {
    float: left;
}
.slick-dots li button {
    text-indent: -9999px;
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 10px 0 0;
    padding: 0;
    outline: 0;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    border: 0;
    cursor: pointer;
    border-radius: 50%;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #e41d37;
}


@media (max-width: 767px) {
    .slick-dots {
        display: none!important;
    }

}



/***************************************************
Specifics
***************************************************/

.right {
    float: right!important;
}
.left {
    float: left!important;
}
.center {
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

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

.color1 {
    color: #e41d37;
}

.label {
    display: inline-block;
    width: 100px;
}

hr {
    background: #C2C2C2;
    height: 1px;
    border: 0;
    margin: 30px 0;
}

a.img figure {
    position: relative;
}
a.img figure img {
    display: block;
    border-radius: 5px;
}
a.img figure:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: #f6cd9d;
    opacity: 0;
    transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
    border-radius: 5px;
}
a.img:hover figure:after {
    opacity: 0.4;
}


.img-6-right, .img-6-left, .img-4-right, .img-4-left {
    width: 100%;
    margin: 20px 0;
}
p img {
    margin-top: 0!important;
}
@media (min-width: 534px) {
    .img-6-right {
        width: 50%;
        float: right;
        margin: 20px 0 20px 40px;
    }
    .img-6-left {
        width: 50%;
        float: left;
        margin: 20px 40px 20px 0;
    }
    .img-4-right {
        width: 33%;
        float: right;
        margin: 20px 0 20px 40px;
    }
    .img-4-left {
        width: 33%;
        float: left;
        margin: 20px 40px 20px 0;
    }
}

.pagination {
    text-align: center;
    margin: 30px 0 0 0;
}
.pagination .btn {
    margin: 0 5px;
}


.loader {
    background: url(/assets/img/loader.gif) no-repeat center;
    position: absolute;
    z-index: 9999;
    height: 100%;
    padding: 10px;
    margin: -10px;
}


#cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    padding: 5px;
    width: 100%;
    font-size: 12px;
    line-height: 1.2em;
    color: #fff;
    text-align: center;
    z-index: 8;
}
#cookies a {
    color: #fff;
}
#cookies .ok {
    text-transform: uppercase;
    background: #e41d37;
    color: #fff;
    padding: 2px 8px;
    margin: 0 5px;
    line-height: 2em;
}
body.hasCookies {
    padding-bottom: 25px;
}


.widget {
    position: fixed;
    right: 0;
    bottom: 20px;
    z-index: 9;
}
.widget a {
    display: block;
    margin-bottom: 10px;
    position: relative;
    transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    right: 0;
}
.widget a:hover {
    right: 5px;
}
.widget .icon-arrow-top {
    visibility: hidden;
}
.sticky .widget .icon-arrow-top {
    visibility: visible;
}


.videodetector {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.videodetector iframe,
.videodetector object,
.videodetector embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/***************************************************
Zewnętrzne pluginy
***************************************************/

.qtip-error{
    background-color: #d8514d!important;
    border-color: #b92c28!important;
    color: #fff!important;
    border-radius: 0;
    font-size: 12px!important;
    line-height: 1.2em!important;
}
.qtip-info{
    background-color: #59bfdd!important;
    border-color: #28a4c9!important;
    color: #fff!important;
    border-radius: 0;
    font-size: 12px!important;
    line-height: 1.2em!important;
}


/***************************************************
Forms
***************************************************/

fieldset.form {
    border: 0;
    padding: 0;
    margin: 0;
}
fieldset.form-center {
    width: 280px;
    margin: 0 auto;
}


/* wiersz */
.form-group {
    clear: both;
    margin-bottom: 10px;
}


/* buttony */
fieldset.form .form-btns {

}


/* podpis */
.form-label {
    text-align: left;
    display: block;
    float: left;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
}


/* gwiazdka */
.form-req {
    color: #ff0000;
    margin-left: 3px;
}


/* grupa kontolek */
.form-control-group {
    max-width: 600px;
    margin: 6px 0;
    float: left;
}

.form-error {
    display: none;
}


/* kontrolka */
.form-control {
    background: #fff;
    padding: 6px 8px;
    margin: 0;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    width: 100%;
}
.form-control:hover {
    border-color: #a7a7a7;
}
.form-control:focus {
    box-shadow: 0 0 5px 0 rgba(120,90,190,0.3);
}
select.form-control {
}
textarea.form-control {
    height: 150px;
}

.form-control-lg {
    width: 400px;
}
.form-control-sm {
    width: 100px;
}

.form-control-checkbox {
    margin-right: 5px;
}



/***************************************************
Messages
***************************************************/

.msg {
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;

    color: #C09853;
    border-radius: 3px;
    border: 1px solid #f5e79e;
    background: #fcf8e2; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcf8e2 0%, #f8efc0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf8e2), color-stop(100%,#f8efc0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcf8e2 0%,#f8efc0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcf8e2 0%,#f8efc0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcf8e2 0%,#f8efc0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcf8e2 0%,#f8efc0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf8e2', endColorstr='#f8efc0',GradientType=0 ); /* IE6-9 */
}

.msg.msg-info {
    color: #3A87AD;
    border-radius: 3px;
    border: 1px solid #9acfea;
    background: #e2f1f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #e2f1f9 0%, #b9def0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2f1f9), color-stop(100%,#b9def0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e2f1f9 0%,#b9def0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f1f9', endColorstr='#b9def0',GradientType=0 ); /* IE6-9 */
}

.msg.msg-danger {
    color: #B94A48;
    border-radius: 3px;
    border: 1px solid #dca7a7;
    background: #f2dddd; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2dddd 0%, #e7c3c3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2dddd), color-stop(100%,#e7c3c3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2dddd 0%,#e7c3c3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dddd', endColorstr='#e7c3c3',GradientType=0 ); /* IE6-9 */
}

.msg.msg-success {
    color: #468847;
    border-radius: 3px;
    border: 1px solid #B2DBA1;
    background: #def0d7; /* Old browsers */
    background: -moz-linear-gradient(top,  #def0d7 0%, #c9e5bd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#def0d7), color-stop(100%,#c9e5bd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #def0d7 0%,#c9e5bd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def0d7', endColorstr='#c9e5bd',GradientType=0 ); /* IE6-9 */
}


/***************************************************
Buttons
***************************************************/

.btn {
    font-size: 12px;
    font-weight: 400;
    text-align: center;

    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;

    display: inline-block;
    padding: 6px 12px;
    border: 0;
    border-radius: 0;

    background: #000;

    transition: background .15s linear;
    -moz-transition: background .15s linear;
    -webkit-transition: background .15s linear;
}
.btn:hover {
    background: #ff0000;
}

.btn [class*="icon-"] {
    margin-right: 5px;
    margin-top: -2px;
}


.btn-info:hover, .btn-success:hover, .btn-danger:hover {
    color: #fff;
}


.btn-lg {
    font-size: 18px;
    padding: 8px 16px;
}
.btn-sm {
    font-size: 11px;
    padding: 3px 6px;
}
.btn-xs {
    font-size: 11px;
    padding: 0px 4px;
}

.btn-w100 {
    width: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.btn-w150 {
    width: 150px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.btn-w200 {
    width: 200px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.btn-block {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.btn-disabled {
    opacity: 0.7;
}


.btns {
    margin-top: 30px;
    clear: both;
}


/***************************************************
Links
***************************************************/

.link-u {
    text-decoration: underline;
}
.link-info {
    color: #2AABD2;
}
.link-success {
    color: #419741;
}
.link-danger {
    color: #C12F2B;
}

/***************************************************
Icons
***************************************************/

[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
    content:'';
}

.icon-fb, .icon-insta, .icon-fun, .icon-arrow-top {
    width: 34px;
    height: 34px;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.861' height='17' viewBox='0 0 8.861 17'%3E%3Cpath id='Path_1' data-name='Path 1' d='M16.169,24.067H13.034V16.328l-2.62-.024c-.037-.4,0-2.02-.012-2.669,0-.269-.037-.294.049-.343l2.584-.012a21.644,21.644,0,0,1,.073-3.1,3.474,3.474,0,0,1,3.184-3.073,14.046,14.046,0,0,1,2.963.086V9.875c-.771.159-2.253-.269-2.829.441-.392.49-.282,2.229-.269,2.976h2.988l-.4,2.976c-.049.024.012.012-.073.024s-2.425,0-2.51,0v7.763Z' transform='translate(-10.394 -7.067)' fill='%23fefefe' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
.icon-insta {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3E%3Cpath id='Path_4' data-name='Path 4' d='M11.888,7.07h7.384a4.816,4.816,0,0,1,4.808,4.808v7.384a4.816,4.816,0,0,1-4.808,4.808H11.888A4.816,4.816,0,0,1,7.08,19.262V11.878A4.816,4.816,0,0,1,11.888,7.07Zm3.692,4.17A4.36,4.36,0,0,1,18.646,12.5,4.309,4.309,0,0,1,19.91,15.57a4.36,4.36,0,0,1-1.263,3.066A4.309,4.309,0,0,1,15.58,19.9a4.36,4.36,0,0,1-3.066-1.263A4.309,4.309,0,0,1,11.25,15.57,4.36,4.36,0,0,1,12.514,12.5,4.309,4.309,0,0,1,15.58,11.24ZM17.6,13.558a2.872,2.872,0,1,0,.834,2.024A2.844,2.844,0,0,0,17.6,13.558Zm2.478-3.643a1.055,1.055,0,1,1-1.055,1.055A1.055,1.055,0,0,1,20.081,9.916Zm-.81-1.263H11.888A3.267,3.267,0,0,0,8.65,11.89v7.384a3.267,3.267,0,0,0,3.238,3.238h7.384a3.267,3.267,0,0,0,3.238-3.238V11.89a3.267,3.267,0,0,0-3.238-3.238Z' transform='translate(-7.08 -7.07)' fill='%23fefefe'/%3E%3C/svg%3E%0A");
}
.icon-fun {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12.75' viewBox='0 0 17 12.75'%3E%3Cg id='_1223890183712' transform='translate(-7.01 -8.76)'%3E%3Cpath id='Path_2' data-name='Path 2' d='M24.01,17.41a20.019,20.019,0,0,1-8.5,1.85,19.938,19.938,0,0,1-8.5-1.85V15.53a17.519,17.519,0,0,0,8.5,2.14,17.519,17.519,0,0,0,8.5-2.14Z' transform='translate(0 2.25)' fill='%23fefefe'/%3E%3Ccircle id='Ellipse_1' data-name='Ellipse 1' cx='1.33' cy='1.33' r='1.33' transform='translate(19.67 8.76)' fill='%23fefefe'/%3E%3Cpath id='Path_3' data-name='Path 3' d='M11.49,9.51a1.157,1.157,0,0,1,.13.58,1.351,1.351,0,0,1-.26.78c-.35-.03-.97-.05-1.34-.05s-1,.02-1.35.05a1.459,1.459,0,0,1-.26-.79,1.274,1.274,0,0,1,.13-.58c.4-.04,1.07-.06,1.48-.06s1.07.02,1.46.06Z' fill='%23fefefe' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.icon-arrow-top {
    background-color: #e41d37;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cg id='Warstwa_x0020_1' transform='translate(-13.29 -11.39)'%3E%3Cpath id='Path_2' data-name='Path 2' d='M13.29,25.39l6.832-14,7.168,14Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.icon-arrow-down {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath d='M20,0A20,20,0,1,1,0,20,20,20,0,0,1,20,0Zm0,1.537A18.463,18.463,0,1,0,38.463,20,18.466,18.466,0,0,0,20,1.537Z' fill='%23e41d37'/%3E%3Cpath d='M13.84,15.81,20.4,29.25l6.88-13.44Z' transform='translate(-0.56 -0.64)' fill='%23e41d37'/%3E%3C/svg%3E%0A");
}


.icon-arrow-left, .icon-arrow-right {
    width: 16px;
    height: 80px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='80' viewBox='0 0 16 80'%3E%3Cpath id='Path_1' data-name='Path 1' d='M-.047,0H5.925L-4.106,39.862,5.925,80H-.047L-10.075,39.862S-.047,0-.047,0Z' transform='translate(10.075)' fill='%23fff'/%3E%3C/svg%3E%0A");
    opacity: 0.5;
}
.icon-arrow-right {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.icon-arrow-left:hover, .icon-arrow-right:hover {
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='80' viewBox='0 0 16 80'%3E%3Cpath id='Path_1' data-name='Path 1' d='M-.047,0H5.925L-4.106,39.862,5.925,80H-.047L-10.075,39.862S-.047,0-.047,0Z' transform='translate(10.075)' fill='red'/%3E%3C/svg%3E%0A");
}

/***************************************************
Table
***************************************************/
table.table {
    margin: 10px auto;
    clear: both;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #C2C2C2;
}

table.table thead tr {
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #f9f9f9 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f9f9f9 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}

table.table thead th {
    font-weight: bold;
    padding: 8px 10px;
    border-right: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
}
table.table thead th[data-sort] {
    cursor: pointer;
    *cursor: hand;
}
table.table thead th span {
    margin: 0 0 0 2px;
}


table.table td {
    padding: 6px 10px;
    border-right: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
}

table.table tr:nth-child(odd) { background-color: #fff; }
table.table tr:nth-child(even) { background-color: #f6f6f6; }

table.table tr:hover {
    background-color: #ebebeb;
}

table.table tr td.sub {
    padding-left: 30px;
}

table.table input[type=text] {
    margin: -4px -5px;
    padding: 2px;
}
table.table input[type=text].act-order {
    width: 30px;
    text-align: center;
}


/*@media screen and (max-width: 1000px) {*/
/*    table.table {*/
/*        overflow-x: auto;*/
/*        display: block;*/
/*    }*/
/*}   */



/***************************************************
podstrona - o nas
***************************************************/

.about-wrapper  {
    color: #fff;
    background: #6c6d70;
    position: relative;
    padding-top: 1px;
    padding-bottom: 180px;
    z-index: 2;
    margin-top: -3px;
}
.sub .about-wrapper {
    padding: 50px 0;
}
.about-wrapper > svg {
    content: '';
    left: 0;
    right: 0;
    top: -100px;
    height: 100px;
    width: 100%;
    position: absolute;
}


.about-text  {
    max-width: 900px;
    margin: 0 auto;
}

.about-counter {
    text-align: center;
}
.about-counter h3.red {
    margin: 50px 0;
}
.about-counter-box {
    width: 200px;
    height: 200px;
    border: 2px solid #fff;
    display: inline-block;
    margin: 0 20px 20px 20px;
    padding: 25px 15px 0 15px;
    vertical-align: top;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 25px;
}
.about-counter-box strong {
    font-size: 70px;
    text-transform: none;
    line-height: 70px;
    display: block;
}

@media (max-width: 600px) {

    .about-wrapper > svg {
        display: none;
    }
    .about-wrapper {
        padding: 80px 0 50px 0;
    }

    .content h2 {
        top: -51px;
    }
}


/***************************************************
podstrona - oferta
***************************************************/

.offer-wrapper, .sub-wrapper  {
    background: #fff;
    position: relative;
    z-index: 3;
    padding-bottom: 180px;
}
.sub .offer-wrapper, .sub .sub-wrapper {
    padding: 50px 0;
}
.offer-wrapper > svg {
    content: '';
    left: 0;
    right: 0;
    top: -100px;
    height: 100px;
    width: 100%;
    position: absolute;
}


.offer-wrapper .g-col-s-6:last-child {
    padding-top: 150px;
}
.offer-wrapper .g-col-s-6:last-child h3 {
    text-align: left;
}
@media (max-width: 767px) {

    .offer-wrapper .g-col-s-6:last-child {
        padding-top: 50px;
    }
}



.offer-text  {
    margin: 0 auto;
}

.offer-text h3  {
    text-align: center;
    z-index: 9;
    position: relative;
}
.offer-text h4  {
    margin-top: 0;
}
.offer-text a img  {
    display: block;
    margin: 0 auto;
}


@media (max-width: 600px) {

    .offer-wrapper > svg {
        display: none;
    }
    .offer-wrapper {
        padding: 80px 0 50px 0;
    }

}

/***************************************************
podstrona - kontakt
***************************************************/

.contact-wrapper #map {
    width: 100%;
    height: 550px;
}

/***************************************************
podstrona - galeria
***************************************************/


.gallery-wrapper  {
    color: #fff;
    background: #6c6d70;
    position: relative;
    padding-top: 20px;
    padding-bottom: 180px;
    z-index: 4;
}
.sub .gallery-wrapper {
    padding-bottom: 50px;
}
.gallery-wrapper > svg {
    content: '';
    left: 0;
    right: 0;
    top: -100px;
    height: 100px;
    width: 100%;
    position: absolute;
}
.gallery-wrapper h2 {
    top: -130px;
}

.gallery-wrapper .icon-arrow-left {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -40px;
    cursor: pointer;
}
.gallery-wrapper .icon-arrow-right {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -40px;
    cursor: pointer;
}

.gallery-nav-wrapper {
    margin-bottom: 20px;
    position: relative;
    min-height: 42px;
}

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

.gallery-nav ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    list-style-type: none;
}
.gallery-nav ul li {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    text-align: center;
}
.gallery-nav ul li a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.2em;
    padding: 2px 5px 4px 5px;
    display: block;
    transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    position: relative;
}
.gallery-nav ul li a span {
    position: relative;
    z-index: 2;
}
.gallery-nav ul li a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #e41d37;
    transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    z-index: 1;
}
.gallery-nav ul li a:hover:after, .gallery-nav ul li.active a:after {
    height: 100%;
}

.gallery {
    padding: 0 30px;
}

.gallery-item {
    padding: 10px;
}
.gallery-item img {
    width: 100%;
    display: block;
}

@media (max-width: 600px) {

    .gallery-wrapper > svg {
        display: none;
    }
    .gallery-wrapper {
        padding: 80px 0 50px 0;
    }

    .gallery-wrapper h2 {
        top: -102px;
    }
}


/***************************************************
kontakt
***************************************************/


.contact-wrapper  {
    background: #fff;
    position: relative;
    z-index: 5;
    padding-bottom: 50px;
}
.contact-wrapper > svg {
    content: '';
    left: 0;
    right: 0;
    top: -100px;
    height: 100px;
    width: 100%;
    position: absolute;
}


.contact-text  {
    margin: 0 auto;
    padding-top: 50px;
}
.contact-text iframe  {
    width: 100%;
    height: 500px;
}


@media (max-width: 600px) {

    .contact-wrapper > svg {
        display: none;
    }
    .contact-wrapper {
        padding: 80px 0 50px 0;
    }

    .contact-text  {
        padding-top: 0;
    }
}


/***************************************************
moduł - news
***************************************************/

.news-wrapper article {
    margin-bottom: 15px;
}
.news-wrapper article header {
    margin-bottom: 10px;
    height: 100%;
    overflow: hidden;
}
.news-wrapper article header h2 {
    margin: 0;
    float: left;
}
.news-wrapper article header h2 a {
    text-decoration: none;
}
.news-wrapper article header time {
    color: #999;
    float: right;
}
.news-wrapper article figure {
    float: left;
    margin-right: 10px;
}
.news-wrapper article figure img {
    width: 90px;
    display: block;
}
.news-wrapper article section time {
    color: #999;
}
.news-wrapper article section p {
    margin: 10px 0;
}


