:root {
    --white: rgb(255, 255, 255);
    --black: rgb(0, 0, 0);
    --yellow: rgb(226, 222, 0);
    --graphite: rgb(80, 89, 100);
    --graphite-dark: rgb(62, 69, 78);
    --black: rgb(29, 29, 27);
    --gray: rgb(157, 157, 157);
    --gray-dark: rgb(57, 57, 57);
}

@font-face {
    src: url("Roboto-Regular.ttf");
    font-family: Roboto;
}

@font-face {
    src: url("Roboto-Light.ttf");
    font-family: Roboto-Light;
}

@font-face {
    src: url("Roboto-Medium.ttf");
    font-family: Roboto-Medium;
}

body {
    background: url(gap_bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow-x: hidden;
}

.slash-left {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    transform: skewX(-20deg);
    top: 0;
    left: -98%;
}

.slash-right {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    transform: skewX(-20deg) translateX(-350px);
    top: 0;
    left: 100%;
}

#top {
    height: 60px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

#logo img {
    height: 50px;
}

#hamburger img {
    height: 36px;
    width: 36px;
}

#header {
    padding-top: 60px !important;
    background: linear-gradient(138.29deg, #508AA8 11.47%, #9DD1F1 76.44%);    
}

.context {
}

h1 {
    font-family: Roboto-Medium;
    color: #fff;
    font-size: 50px !important;
}

h1 span {
    white-space: nowrap;
}

.links a {
    padding: 10px 20px;
    border-radius: 30px;
    font-family: Roboto-Medium;
    background: #fff;
    color: #000;
    text-decoration: none;
    display: inline-block;
}

.links a:first-child(1) {
    color: #000;
}


.links a:nth-child(2) {
    background: #031927;
    color :#fff;
    margin-right: 0;
}


.links a:nth-child(2):hover {
    background: #05263C !important;
}

.links a:hover {
    cursor: pointer;
}

.photo img {
    width: 70%;
    z-index: 3;
}


@media (max-width: 1400px) {
    h1 {
        font-size: 50px !important;
    }
    .links a {
        padding: 15px 30px;
    }
    
    .photo img {
        width: 70%;
    }
}

@media (min-width: 1401px) {
    h1 {
        font-size: 70px !important;
    }
    .links a {
        padding: 15px 30px;
    }
    
    .photo img {
        width: 90%;
    }
}

@media (max-width: 992px) {
    h1 {
        font-size: 42px !important;
    }
}

/*nowe koniec*/

/* stary nav */

.widescreen-logo {
    height: 100px;
}

nav {
    position: absolute;
    width: 100%;
}

#nav {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 2;
}

#nav a:last-child {
    margin-right: 0;
}

#nav a {
    color: #fff;
    text-decoration: none;
    font-family: Roboto-Medium;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 20px;
    padding: 20px;
}

#nav a:hover {
    color: #eee;
}

#socials a {
    margin: 0 5px;
}

/* stary nav KONIEC*/

#submenu {
    position: fixed;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 15000;
}

#sub {
    display:none;
}

.mbg {
    position: absolute;
    top: 0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    z-index:499;
}

.subnav {
    display: none;
    position: fixed;
    display: flex;
    flex-direction: column;
    background: #fff;
    height: 100%;
    right: 0;
    width: 80%;
    max-width: 280px;
    z-index: 50000;
}

.subnav a {
    padding: 10px;
    border-bottom: #eee 1px solid;
    color: #6DA5C4;
    text-decoration: none;
}

.subnav a:hover {
    border-left: 10px solid #6DA5C4;
    color: #6DA5C4;
}



.about_grid {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 20px;
}

.about1 {
    grid-area: 1 / 2 / 2 / 3;
}

.about2 {
    grid-area: 1 / 1 / 3 / 2;
}

.about3 {
    grid-area: 2 / 2 / 3 / 3;
}

@media (max-width: 992px) {
    .about_grid {
        grid-template-columns: repeat(2, 100%);
    }

    .about1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .about2 {
        grid-area: 2 / 1 / 3 / 2;
        min-height: 400px;
    }

    .about3 {
        grid-area: 3 / 1 / 4 / 2;
    }
}

.about1 {
    border-left: 5px solid #508AA8;
    padding-left: 10px;
}

.about2 {
    background: url(photo0.jpg) top center no-repeat;
    background-size: cover;
    border-radius: 10px;
}

#about {
    background: #fff;
}

.about-title {
    font-size: 36px;
    color: #031927;
    font-family: Roboto-Medium;
    display: block;
}

.about-desc {
    font-family: Roboto;
    text-align: justify;
}

.slider-title {
    text-transform: uppercase;
    font-size: 24px;
    font-family: Roboto-Medium;
    background: url(bar.png) bottom center no-repeat;
    color: #031927;
}

#slider {
    height: 650px;
    background: linear-gradient(96.54deg, #E0E0E0 0%, #B3B3B3 100%);
    position: relative;
    z-index: -1;
}

.slide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 80%;
    filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.25));
    display: none;
}

.slide:first-child {
    display: block;
}

#arrows {
    position: absolute;
    z-index: 2;
    height: 650px;
    width: 100%;
}

#arrows button {
    position: absolute;
    z-index: 5;
    height: 650px;
    background: none;
    font-size: 0;
    outline: none;
    border: 0;
}

.prev {
    position: absolute;
    left: 0;
    z-index: 5;
}

.next {
    position: absolute;
    right: 0;
    z-index: 5;
}

@media (min-width:992px) {
    .prev {
        padding-left: 100px;
    }

    .next {
        padding-right: 100px;
    }
}

#slider-indicators {
    background: #fff;
}

#slider-indicators button {
    font-size: 0;
    height: 10px;
    border: 0;
    outline: none;
    background: #D9D9D9;
    height: 10px;
    width: 24px;
    transform: skew(-30deg);
}

#slider-indicators button.active {
    background: #508AA8;
}

#visit {
    background: linear-gradient(105.57deg, #508AA8 19.04%, #9DD1F1 87.77%);
}

.blue-text {
    font-family: Roboto-Light;
    text-align: justify;
}

.blue-subtitle {
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.left-bar {
    border-left: 5px solid #fff;
    padding-left: 10px;
    background: rgba(47, 47, 47, .06);
    margin-bottom: 20px;
    color: #fff;
    padding: 10px;
    font-family: Roboto-Light;
    text-align: justify;
}


#photos {
    display: grid;
    grid-template-columns: 33.33% 33.34% 33.33% repeat(2, 1fr);
    grid-template-rows: 20vw repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}


.photo1 {
    grid-area: 1 / 1 / 2 / 2;
    background: url(photo1.jpg) center center no-repeat;
    background-size: cover;
}

.photo2 {
    grid-area: 1 / 2 / 2 / 3;
    background: url(photo2.jpg) center center no-repeat;
    background-size: cover;
}

.photo3 {
    grid-area: 1 / 3 / 2 / 4;
    background: url(photo3.jpg) center center no-repeat;
    background-size: cover;
}

.bar_white {
    background: #fff;
}

.bar_white .bar {
    height: 40px;
    background: linear-gradient(0deg, rgba(135, 188, 220, 0.74) 0%, rgba(80, 138, 168, 0.74) 100%);
    width: 100%;
    transform: translateX(-10%) skewX(-20deg);
}

.bar_blue .bar {
    height: 40px;
    background: linear-gradient(0deg, rgba(135, 188, 220, 0.74) 0%, rgba(80, 138, 168, 0.74) 0);
    width: 100%;
    transform: translateX(-10%) skewX(-20deg);
}

.bar_blue_end .bar {
    height: 40px;
    background: linear-gradient(0deg, rgba(135, 188, 220, 0.74) 0%, rgba(80, 138, 168, 0.74) 0);
    width: 100%;
    transform: translateX(10%) skewX(-20deg);
}

@media (max-width:992px) {

    .bar_blue .bar,
    .bar_blue_end .bar,
    .bar_white .bar {
        height: 35px;
    }
}

#pricing {
    background: #fff url(cennik_bg.jpg) center center no-repeat;
    background-size: auto;
}

.option {
    border-bottom: 1px solid rgba(77, 77, 77, .15);
    min-height: 60px;
}

.option:hover {
    background: rgba(245, 245, 245, 0.5);
    transition: 0.1s ease;
}

.price-desc {
    color: #5c5c5c;
    font-size: 12px;
}

.price-name {
    color: #031927;
    font-size: 16px;
    font-family: Roboto-Medium;
}

.price-count {
    background: #031927;
    color: #fff;
    font-family: Roboto-Medium;
    min-width: 100px;
}

.header {
    font-size: 48px;
    font-family: Roboto-Medium;
    background: url(bar.svg) bottom center no-repeat;
    color: #031927;
}

.header-light {
    font-size: 48px;
    font-family: Roboto-Medium;
    background: url(bar_light.svg) bottom center no-repeat;
    color: #fff;
}

.title-text {
    font-size: 48px;
}

@media (max-width:992px) {
    .title-text {
        font-size: 36px;
    }
}

.blue-subtitle {
    font-size: 24px;
    font-family: Roboto-Medium;
}

.blue-shadow {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    color: #fff;
}

.time {
    color: #5c5c5c;
}

#gap {
    min-height: 480px;
}

#map {
    background: #222;
    height: 250px;
}

#map > iframe {}


#foot-nav {
    background: linear-gradient(180deg, #1A1A1A 0%, #222222 100%);
    color: #D3D3D3;
    font-family: Roboto;
    font-size: 12px;
}

.foot-panel {
    font-family: Roboto;
    color: #fff;
}

.foot-title {
    width: 100%;
    border-bottom: 1px solid #2f2f2f;
    padding-bottom: 10px;
    font-family: Roboto-Medium;
}

.foot-link {
    font-family: Roboto-Light;
    color: #fff;
    padding-bottom: 10px;
    display: block;
    text-decoration: none;
    display: flex;
    padding: 5px;
}

.foot-link:hover {
    color: #eee;
    background: rgba(255, 255, 255, 0.05);
    border-left: 5px solid #fff;
}

#copyrights {
    background: #131313;
    color: #D3D3D3;
    font-family: Roboto-Light;
    font-size: 12px;
}

.person {
    font-weight: bold;
}

#opinions-parent {
    background: #fff;
}

#google-opinions .row div > div:first-child {
    background:#fff;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 0 30px #ddd;
}

#google-opinions .row div > div:last-child() {
    background:none;
    border-radius: 4px 4px 0 0;
}

.opinion {
    font-size: 14px;
    border-radius: 4px;
}

.stars {
    height: 16px;
}

.opinion .link {
    font-family: Roboto-Light;
    color: #000;
    text-decoration: none;
}

.opinion .link:hover {
    text-decoration: underline
}

.opinion .arrow {
    position: absolute;
    height: 8px;
    top: 100%;
    left: 14px;
}

#call {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 20000;
    border-radius: 100%;
}

#call img {
    height: 64px;
}

#call:hover {
    box-shadow: 0 0 50px rgba(21,67,79,0.3);
    transform: translate(-2px,-2px);
    transition: 0.2s ease all;
}
#zoom {
    position: absolute;
    border: 0;
    outline: none;
    border: 4px 4px 0 0;
    transform: translate(-50%,-100%);
    left: 50%;
    border-radius: 4px 4px 0 0;
    padding: 10px 50px;
    cursor: pointer;
    filter: brightness(120%);
    z-index: 5;
    background: rgba(255,255,255,.3);
}

#zoom:hover {
    background: rgba(255,255,255,.5);
}

#zoom img {
    height: 24px;
}

#zoombox {
    z-index: 25000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
}

#zoombox > div {
    display: flex;
    justify-content: center;
    align-items:center;
    height: 100%;
}

#zoombox > .close {
    height: auto;
    justify-content: flex-end;
}

#zoombox img {
    max-width: 95%;
    max-height: 95%;
    z-index: 2;
    box-shadow: 0 0 150px rgba(0,0,0,1);
}

#close {
    border: 0;
    background: 0;
    margin: 20px 20px 0 0;
    z-index: 2;
}

.closebg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.8);
}

@media (max-width: 768px) {
    #call img {
        height: 48px;
    }
    #close img {
        height: 24px;
    }
}

.services {
    background: #fff;
}

.services img {
    height: 50px;
}

.services .ttl {
    font-family: Roboto;
    font-size: 24px;
    color: #508AA8;
    padding:0;
}

.services .txt {
    font-family: Roboto;
    font-size: 16px;
    color: #508AA8;
}

.phone-number {
    font-size: 42px;
    color: #508AA8;
    text-decoration:none;
}
.phone-number:hover {
    
    color: #508AA8 !important;
    opacity: 0.8;
}

.mobilne {
    font-size: 24px;
    color: #508AA8;
    text-transform: uppercase;
}

.mobilne:hover {
}

.msmall {
    font-size: 18px;
}