* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

::-moz-selection {
    background-color: gray;
    color: #fff
}

::selection {
    background-color: gray;
    color: #fff
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    overflow-x: hidden;
    color: #000;
    font-size: 18px;
    transition: all 0.2s;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    text-transform: uppercase
}

li {
    margin-left: 1em
}

a {
    text-decoration: none;
    transition: all 0.2s;
    color: inherit
}

img {
    transition: all 0.2s
}

a:hover {
    text-decoration: none;
    color: inherit
}

a>img:hover {
    opacity: 0.8
}

input:focus,
textarea:focus {
    outline: 0
}

.btn {
    border: 1px solid rgb(49, 110, 190);
    border-radius: 0;
    padding: 0.2em 2em;
    position: relative;
    color: #fff;
    transition: all .2s;
    background-color: rgb(49, 110, 190);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.btn:hover {
    color: rgb(49, 110, 190);
    background-color: #fff;
}

.phone {
    font-weight: 700
}

.phone a {
    font-weight: 400;
    text-decoration: underline;
    margin-left: 1em;
    -webkit-text-decoration-color: rgb(49, 110, 190);
    text-decoration-color: rgb(49, 110, 190);
}

/* .btn:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    right: -0.2em;
    bottom: -0.2em;
    background-color: rgb(49, 110, 190);
    z-index: -1;
    transition: all .2s;
}

.btn:hover::before {
    right: 0;
    bottom: 0
} */

.navigation {
    transition: all 0.2s;
    width: 100%
}

.navigation__nav {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: flex-end
}

.navigation__nav ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    width: 100%;
    justify-content: space-between
}

.navigation li {
    list-style: none;
    display: flex;
    margin-left: 0
}

.navigation li a {
    position: relative;
    font-size: 27px;
    color: #fff;
    font-weight: 700;
}

.navigationBtn {
    position: fixed;
    top: 30px;
    right: 30px;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 9;
    transition: opacity .25s ease
}

.navigationBtn span {
    background: #000;
    left: 0;
    width: 100%;
    border: none;
    height: 5px;
    position: absolute;
    transition: all .35s ease;
    cursor: pointer
}

.navigationBtn--top {
    top: 0
}

.navigationBtn--middle {
    top: 11px
}

.navigationBtn--bottom {
    top: 22px
}

.navigation__nav ul.open {
    position: fixed;
    padding: 18% 15px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: rgb(49, 110, 190);
    flex-direction: column;
    justify-content: space-around;
    z-index: 8
}

.navigationBtn.active .navigationBtn--top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #FBF9F9;
    z-index: 99999
}

.navigationBtn.active .navigationBtn--middle {
    opacity: 0
}

.navigationBtn.active .navigationBtn--bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #FBF9F9;
    z-index: 99999
}

.overflow {
    overflow: hidden
}

.navigation__nav ul {
    display: none
}

.navigationBtn {
    display: block;
    margin-left: auto
}

.navigationBtn {
    display: block;
    margin-left: auto
}

.navigation__nav ul {
    display: none
}

.navigation__nav li {
    margin-left: 0;
    color: #fff;
    font-size: 29px;
    text-align: center
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px
    }
}

@media (min-width: 1280) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width: 1680px) {
    .container--changed {
        max-width: 1600px
    }
}

@media (min-width: 1400px) and (max-width: 1680px) {
    .container--changed {
        max-width: 1360px
    }
}

.header {
    background-color: rgb(49, 110, 190);
}

.header__logo {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.header__logo img {
    max-width: 108px;
}

.header h1 {
    text-transform: lowercase;
    margin-bottom: 0.2em;
    position: relative;
    font-weight: 800;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.3em
}


.header h1:before {
    content: '';
    position: absolute;
    height: 1em;
    width: 50%;
    left: -0.2em;
    top: -0.15em;
    background-color: rgb(49, 110, 190);
    z-index: -1
}

.title {
    font-size: 1.3em;
    margin-bottom: 0.5em;
    position: relative;
    display: inline-block;
    z-index: 1
}


.hero {
    display: flex;
    align-items: center;
    padding: 7% 0;
    background-image: url(../../img/serwis-www.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
}

.hero__image img {
    max-width: 100%
}

.hero__row {
    align-items: center
}

.hero__text-2 h2 {
    font-size: 1.2em
}

.hero__text h1 {
    font-size: 1.6em;
    text-align: center;
}

.uslugi {
    padding: 3em 0;
    border-top: 3px solid #d6d6d6;
}

.uslugi h3 {
    font-size: 1.2em;
    margin-bottom: 1em
}

.uslugi ul {
    background-color: #CCA000;
    border-radius: 5px;
    box-shadow: 0 25px 25px -15px rgba(0, 0, 0, 0.2)
}

.uslugi__row {
    align-items: center;
    padding-top: 3em
}

.uslugi li {
    list-style: none;
    padding: 8px 15px;
    margin-left: 0
}

.uslugi li:nth-of-type(even) {
    background-color: #FFD84D
}

/* .uslugi img {
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 25px 25px -15px rgba(0, 0, 0, 0.2)
} */

.uslugi__phone {
    text-align: center;
    margin-top: 3em
}

.uslugi__phone h4 {
    font-size: 1em
}

.uslugi__phone p {
    margin-bottom: 0
}

.uslugi__button {
    position: relative;
    z-index: 2
}

.ciezki {
    color: #fff;
    padding: 3em 0;
    background-image: linear-gradient(to top, #6699ff 0%, #6699ff 1%, #25528e 100%), linear-gradient(to top, #6699ff 0%, #5d53e8 100%);
}

.budowlane__tabel {
    padding: 0;
    margin: 2em 0;
    color: #131615;
    border-radius: 5px;
    box-shadow: 0 25px 25px -15px rgba(255, 255, 255, 0.2)
}

.budowlane li:nth-of-type(even) {
    background-color: #fff
}

.kontakt {
    padding: 3em 0;
    background-color: #ececec
}

.kontakt ul {
    display: flex;
    flex-direction: column;
    align-items: center
}

.kontakt h2 {
    position: relative;
    display: inline-block
}

.kontakt__box {
    margin: 30px auto;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 25px 25px -15px rgba(0, 0, 0, 0.2)
}

.dotacja {
    margin-top: 3em;
    font-weight: bold
}

.dotacja p {
    font-size: 0.8em
}

.dotacja__bold {
    font-weight: 800
}

.dotacja img {
    max-width: 100%
}

@media (max-width: 991px) {
    body {
        font-size: 16px
    }

    .hero {
        padding-bottom: 30px
    }

    .hero__text {
        text-align: center
    }

    .hero__image {
        margin: 30px auto;
    }

    .container img {
        margin: 30px auto;
    }

    .container .mt-5 {
        margin-top: 30px !important;
    }
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 24px
    }

    .uslugi__table {
        order: 2
    }

    .uslugi__table h3 {
        margin: 2em 0
    }

    .uslugi ul {
        text-align: center
    }

    .usługi__table--2 {
        order: unset
    }

    .hero h1 span {
        font-size: 20px
    }

    .hero__quote {
        top: 5px;
        height: 32px
    }
}

@media (max-width: 576px) {
    body {
        font-size: 14px
    }

    .hero__text h2 {
        font-size: 1.8em
    }

    .uslugi li {
        padding: 4px 10px
    }

    .kwalifikacje__cert img {
        max-height: 200px
    }

    .container img {
        margin: 15px auto;
    }
}