.dark-bg {
    background: #2a2a32;
}

.title-big {
    font-size: 4rem;
    font-weight: bold;
}

.tit-small {
    display: block;
    font-size: 1.7rem;
}

.bg-lgray {
    background-color: #EFEFEF;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.mt-100 {
    margin-top: 100px;

}

.mb-100 {
    margin-bottom: 100px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

a:hover {
    text-decoration: none;
}

/* MENU START */

body.home .sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


.justify {
    text-align: justify;
}

.start-slider {
    /* position: relative; */
    padding: 2rem;
}

.start-slider .slick-item {
    position: relative;
    min-height: 80vh;
    margin-bottom: 100px;
    overflow-y: visible;
}

.start-slider::before {
    content: "";
    background: #2a2a32;
    z-index: -1;
    width: 100%;
    height: calc(100% - 100px);
    position: absolute;
    top: 0;
    left: 0;
}



.bg-img-cover {
    width: 100%;
    height: 100%;
    background: rgba(3, 3, 3, 0.6);
}

.start-slider .slider-bg-img {
    background-size: cover;
    width: 300px;
    height: 500px;
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;

}

.start-slider .slider-primary-img {
    background-size: cover;
    width: 40%;
    height: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-80%, 5%);
    min-width: 400px;
    max-width: 600px;

}

.start-slider .slider-text {
    position: absolute;
    z-index: 100;
    top: 40%;
    left: 50%;
    max-width: 500px;
    transform: translate(-50%, 0%);
}

.start-slider .slider-text h1,
.start-slider .slider-text h2 {
    font-size: 5rem;
    font-weight: bold;
}


.start-slider .slider-text p {
    padding-left: 5em;
    padding-top: 1.8rem;
    line-height: 17px;
    font-size: 1.7rem;
}

.slider-bg-img1 {
    background: url(../images/bg1.jpg);
}

.slider-bg-img2 {
    background: url(../images/bg2.jpg);
}

.slider-bg-img3 {
    background: url(../images/bg3.jpg);
}

.slider-primary-img1 {
    background: url(../images/bg2-3.jpg);
}

.slider-primary-img2 {
    background: url(../images/bg2-2.jpg);
}

.slider-primary-img3 {
    background: url(../images/bg2-1.jpg);
}

.start-slider .slick-arrows {

    position: absolute;
    /* top: 0; */
    z-index: 100;
    bottom: 30%;
    left: 39%;
}

.start-slider .slick-prev {
    position: absolute;
    color: #fff;
    font-size: 2rem;
    bottom: -45px;
    left: 0;
    z-index: 9999;
    background: url(../images/left-arrow.png) no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    border: none;
    outline: none;
}

.start-slider .slick-next {
    position: absolute;
    color: #fff;
    font-size: 2rem;
    bottom: -90px;
    /* left: 4em; */
    z-index: 9999;
    background: url(../images/right-arrow.png) no-repeat;
    background-size: cover;
    width: 45px;
    height: 45px;
    border: none;
    outline: none;
}



/* START */

.realizacje-start {
    display: flex;
    justify-content: center;
    align-items: center;

}

.icons {
    flex-wrap: wrap;
}

.icons-start {
    font-size: 17px;
    font-weight: bold;
    position: relative;
    margin: 40px 0;
}


.icons-start::before {
    content: "";
    background-size: cover !important;
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    top: -45px;
    left: 0;

}

.medal.icons-start::before {
    background: url(../images/medal.png) no-repeat;
}

.timer.icons-start::before {
    background: url(../images/timer.png) no-repeat;
}

.qualification.icons-start::before {
    background: url(../images/qualification.png) no-repeat;
}

.precision.icons-start::before {
    background: url(../images/precision.png) no-repeat;
}

.machine.icons-start::before {
    background: url(../images/machine.png) no-repeat;
}

.team.icons-start::before {
    background: url(../images/team.png) no-repeat;
}

/* MAPA KRYCIA */

.district-link path {
    fill: #2A2A32;
    transition: 0.5s ease-in-out;
}

.district-link path:hover {
    fill: #ccc;
}

.district-link path:hover+.city-pl {
    fill: #C23220;

}

.city-pl {
    fill: #FFFFFF;
}

svg {
    max-width: 100% !important;
    height: auto;
    display: block;
}

.heyo:hover {
    fill: #CC2929;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.district {
    fill: #21669E;
    cursor: pointer;
}

.description {
    pointer-events: none;
    position: absolute;
    font-size: 18px;
    text-align: center;
    background: white;
    padding: 0px 15px;
    z-index: 5;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    color: #21669e;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #eee;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

.description.active {
    display: block;
}

.description:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
}

.back-btn {
    background: #2A2A32;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    padding-left: 65px;
}

.back-btn::before {
    content: "";
    background: url(../images/left-arrow.png) no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 8px;
    left: 20px;
    background-size: 30px;
}

.back-btn:hover {
    background: #C23220;
    color: #fff;
}

/* OFERTA */

.offer-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.offer-img {
    width: 50%;
}

.offer-title {
    width: 50%;
}

.offer-title>h3 {
    font-size: 1.5rem !important;
    font-weight: bold;
    padding-left: 15px;
}

.offers-links {
    color: #000;
}

.offers-links:hover {
    color: #CC2929;
}

/* FOOTER */
ul.dashed li {
    color: #979090;
    font-size: 1.4em;
}

.realizacja-footer {
    color: #fff;
}

@media (min-width: 1600px) {
    /* .start-slider .slider-primary-img {
        width: 400px;
        height: 700px;
    } */

}

@media (min-width: 600px) {
    .start-slider .slick-item {
        /* min-height: 60vh; */
    }

    .mb-100 {
        margin-bottom: 50px;
    }

    .mt-100 {
        margin-top: 50px;
    }
}

@media (max-width: 600px) {

    .title-big {
        font-size: 3rem;
    }

    .mb-100 {
        margin-bottom: 50px;
    }

    .mt-100 {
        margin-top: 50px;
    }

    .start-slider .slider-text p {
        padding-left: 0;
    }

    .start-slider .slider-text h1,
    .start-slider .slider-text h2 {
        font-size: 3rem;
    }

    .start-slider .slider-text {
        top: 85px;
        left: 40%;
    }

    .start-slider .slider-primary-img {
        height: 40%;
        transform: translate(-70%, 15%);
        min-width: 200px;
    }

    .start-slider .slick-item {
        position: relative;
        min-height: 70vh;
        margin-bottom: 100px;
        overflow-y: visible;
    }

    .start-slider .slick-next,
    .start-slider .slick-prev {
        position: relative;
        bottom: 0;
        left: 0;

    }

    .start-slider .slick-prev {
        width: 45px;
        height: 45px;
    }

    .start-slider .slick-next {}

    .start-slider .slick-arrows {
        bottom: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        display: flex;
        justify-content: space-between;
    }
}