html {
  scroll-behavior: smooth;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
body {
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
}

p, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}
img {
    max-width:100%;
}
strong{
    font-weight: bold;
}
.blue-text{
    color: #008acc!important;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
    box-shadow: 0 5px 25px rgba(0,0,0,.3);
}
.naprawa_form .btn-info{
    background-color: #008bd2!important;
}
.myselect{
    display:block!important;
    border:0;
    border-bottom:1px solid #ced4da;
}

.bordered-div{
    border: 3px solid #008bd2;
    margin-left: -20%;
    padding: 5px;
    padding-left: 20%!important;
}
.myblock{
    padding: 70px 0 70px 0!important;
}

.nostyle{

    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    border-radius: 0!important;
}
.card-img-top{
    width: 100%;
    border-top-left-radius:0!important;
    border-top-right-radius:0!important;
}
.blue-bg{
    background-color: #008bd2!important;
}
.color-blue{
    color: #008bd2!important;
}

.top {
    height: 46px;
    background-color: #313131;
}

.top-link {
    color: #a0a0a0;
    font-size: 15px;
    font-weight: 400;
    line-height: 49.42px;
}

p.top-link {
    margin-right: 40px;
}

.links-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.social-circle {
    width: 20px;
    height: 20px;
    background-color: #a0a0a0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 3px;
    transition: all .4s;
}

.social-links {
    margin-left: -10px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.social-circle .fab {
    color: #313131;
    font-size: 12px;
}

.top .row {
    justify-content: space-between;
}

.social-links-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navbar {
    box-shadow: none;
    height: 103px;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #454545;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-nav a:hover::before {
    visibility: visible;
    transform: scaleX(1);
}

.nav-item a::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    bottom: 0;
    left: 10%;
    background-color: #008bd2;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-carousel-background {
    background-image: url("../img/header.jpg");
    background-size: cover;
    background-position: center;
    height: 721px;
    position: relative;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 3%;
}

.carousel-header {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 0.96px;
}

.carousel-text-wrapper {
    padding-top: 140px;
    width: 60%;
}

.container {
    max-width: 1200px;
}

.white-line {
    width: 70px;
    height: 2px;
    background-color: #ffffff;
    margin-top: 30px;
    margin-bottom: 30px;
}

.carousel-para {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.24px;
    padding-right: 160px;
}

.more-btn {
    min-width: 143px;
    max-width: 170px;
    height: 48px;
    background-color: #008bd2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 21.99px;
    text-transform: uppercase;
    margin: 40px 0 0;
    letter-spacing: 0.68px;
}

.carousel-indicators {
    justify-content: flex-end;
    bottom: 150px;
    align-items: center;
}

.carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #fff;
    margin-right: 7px;
    margin-left: 7px;
}

.carousel .carousel-indicators .active {
    width: 24px;
    height: 24px;
    background-color: #008bd2;
    ;
    border: 7px solid #fff;
}

.icon-wrapper {
    width: 20%;
    max-width: 20%;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 50px 0 110px 0;
    text-align: center;
    background-color: #fff;
}

.icon-para {
    color: #000000;
    font-size: 19px;
    font-weight: 700;
    margin-top: 40px;
    text-transform: uppercase;
}

.icon-line {
    width: 58px;
    height: 2px;
    background-color: #008bd2;
    margin: 15px auto 0;
}

.first-icon-wrapper {
    border-left: 1px solid #e4e4e4;
}

.bootstrap-carousel {
    position: relative;
}

.icons .container {
    position: relative;
}

.absolute-icons {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -134px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.welcome, .icons {
    background-color: #f5f5f5;
}

.icons {
    padding-bottom: 200px;
}

.welcome {
    padding-bottom: 80px;
}

.absolute-icons .row {
    margin-left: 0;
    margin-right: 0;
}

.section-header {
    color: #008bd2;
    font-size: 40px;
    font-weight: 700;
    line-height: 57.05px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-align: center;
}

.smaller-header {
    color: #000000;
    margin-top: 35px;
    line-height: 32px;
    /* Text style for "Zapraszamy" */
    font-family: "Open Sans";
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-para {
    color: #000000;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}
.miasto-para{
    font-size: 1.35rem!important;
    font-weight: 600;

}

.img-logo{
    webkit-filter: opacity(75%) grayscale(100%)!important;
        filter: opacity(75%) grayscale(1);
}
.img-logo:hover{
    webkit-filter: opacity(75%) grayscale(100%)!important;
        filter: none;
}

.our-work {
    background-image: url("../img/numbers-count.png");
    height: 660px;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.our-work .section-header {
    color: #fff;
}

.section-para-big {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 80px;
}

.trusted .section-para-big, .our-offer .section-para-big, .certificates .section-para-big {
    color: black;
}

.white-circle {
    width: 119px;
    height: 119px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 46px;
}

.our-numbers-big {
    color: #ffffff;
    font-size: 53px;
    font-weight: 700;
    line-height: 36.97px;
    text-transform: uppercase;
}

.carousel-control-next, .carousel-control-prev {
    width: 8%;
}

.icon-wrapper .categories-icon-hover-js {
    position: absolute;
}

.icon-wrapper .categories-icon-js {
    position: absolute;
}

.icon-cell {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 82px;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.icon-wrapper {
    background-color: #fff;
    transition: all .2s;
}

.icon-wrapper:hover {
    background-color: #008bd2;
}

.icon-wrapper:hover .icon-para {
    color: #fff;
}

.icon-wrapper:hover .icon-line {
    background-color: #fff;
}

.our-number-small {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.5px;
    margin-top: 20px;
}

.trusted {
    margin-top: 100px;
}

.firm-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e4e4e4;
    width: 100%;
    height: 221px;
    padding: 0 20px;
}

.grey-background {
    background-color: #f7f7f7;
}

.my-logo-column {
    width: 20%;
    max-width: 20%;
}

.satisfaction {
    background-image: url("../img/satisfy-background.png");
    height: 663px;
    padding: 70px 0;
    background-position: center;
    background-size: cover;
    margin-top: 90px;
}

.opinion-wrapper {
    background-color: #fff;
    padding: 20px 50px;
    text-align: center;
}

.client-name {
    color: #008bd2;
    margin-top: 20px;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}

.client-city {
    color: #008bd2;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    color: #1b1b1b;
    font-size: 20px;
    margin-top: 15px;
}

.opinion-details {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
}

.big-padding-left {
    padding-left: 30px;
}

.big-padding-right {
    padding-right: 30px;
}

.second-carousel .carousel-control-prev, .third-carousel .carousel-control-prev {
    left: -80px;
}

.second-carousel .carousel-control-next, .third-carousel .carousel-control-next {
    right: -80px;
}

.second-carousel {
    margin-top: 80px;
}

.our-offer {
    margin-top: 90px;
}

.certificates {
    background-color: #f5f5f5;
    margin-top: 100px;
    padding: 80px 0 120px;
}

.slick-center {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transform: scale(1.25);
}

.cert-wrapper {
    background-image: url("../img/makita-certificate.png");
    width: 224px;
    height: 316px;
    background-size: cover;
    background-position: center;
}

.slick-slide {
    margin: 0 27px;
}

/* the parent */

.slick-list {
    margin: 0 -27px;
}

.line-wrapper {
    position: absolute;
    bottom: -70px;
}

.my-col {
    width: 20%;
    max-width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.call-para {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    /* Text style for "Zadzwoń do" */
    font-size: 30px;
    letter-spacing: 1.8px;
}

.call-link {
    color: #ffffff;
    font-size: 68px;
    font-weight: 700;
    line-height: 78px;
    text-transform: uppercase;
}

.call-us {
    background-image: url("../img/call-us-background.png");
    background-size: cover;
    background-position: center;
    min-height: 345px;
    padding: 60px 0 70px 0;
}

.call-link:hover {
    color: #fff;
}

.call-us .smaller-header, .call-us .section-para {
    color: #fff;
}

.contact-button {
    width: 282px;
    height: 48px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 17px;
    font-weight: 700;
    line-height: 21.99px;
    text-transform: uppercase;
    margin: 50px auto 0;
    letter-spacing: 0.68px;
}

.contact-button:hover {
    color: black;
}

.main-footer {
    background-color: #313131;
    padding: 100px 0 110px;
}

.my-footer-colun {
    width: 20%;
    max-width: 20%;
}

.footer-header {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
}

.footer-line {
    background: linear-gradient(to right, #008bd2 30%, #535353 30%, #535353 100%);
    background-repeat: no-repeat;
    height: 2px;
    margin: 20px 0 40px;
}

.footer-column .invisible {
    color: transparent;
}

.footer-para {
    color: #ffffff;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    /* Text style for "SUMAX ELEK" */
    letter-spacing: -0.16px;
}

footer .row {
    justify-content: space-between;
}

.footer-wrapper {
    margin: 30px 0;
}

.circle-list li:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 10px;
    width: 7px;
    height: 7px;
    background-color: #008bd2;
    border-radius: 50%;
}

.circle-list li {
    position: relative;
    margin-bottom: 9px;
}

footer ul {
    list-style-type: none;
    padding-left: 25px;
}

.social-links-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 40px;
}

.blue-circle {
    width: 30px;
    height: 29px;
    background-color: #008bd2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    border-radius: 50px;
}

.blue-circle .fab {
    color: #313131;
}

.last-header {
    text-align: right;
    line-height: 23px;
}

.bottom-footer {
    height: 83px;
    background-color: #006da4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-footer-para {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}
.top a:hover {
    color:#006da4;
}
.social-circle:hover {
    background-color:#006da4;
}
.img-scale:hover{
    transform: scale(1.05);
    transition: 0.4s;
}
@media only screen and (min-width:992px) and (max-width: 1332px) {

p.top-link {
    margin-right:15px;
}
.carousel-text-wrapper {
    padding-top:50px;
    padding-left:70px;
}
.carousel-text-wrapper {
    width:67%;

}
.second-carousel .carousel-control-next {
    right:0;
}
.second-carousel .carousel-control-prev {
    left:0;
}
.third-carousel .carousel-control-next {
    right:0;
}
.third-carousel .carousel-control-prev {
    left:0;
}
footer .row {
    justify-content: space-around;
}
.my-footer-column {
    width: 30%;
    max-width: 30%;
    margin-bottom:30px;
}
}




.collapse-content a.collapsed:after {
    content: 'Czytaj więcej'!important;
}

.promoting-card{
    transition: ease-in 0.5s;
}

.promoting-card:hover{
    transform: scale(1.05);
}

.myhover{
     transition: ease-in 0.5s;
}
.myhover:hover{
    transform: scale(1.05);
}

@media only screen and (min-width:768px) and (max-width: 992px) {

    p.top-link {
        margin-right:15px;
    }
    .carousel-text-wrapper {
        padding-top:50px;
        padding-left:70px;
    }
    .carousel-text-wrapper {
        width:67%;

    }
    .second-carousel .carousel-control-next {
        right:0;
    }
    .second-carousel .carousel-control-prev {
        left:0;
    }
    .third-carousel .carousel-control-next {
        right:0;
    }
    .third-carousel .carousel-control-prev {
        left:0;
    }
    footer .row {
        justify-content: space-around;
    }
    .my-footer-column {
        width: 30%;
        max-width: 30%;
        margin-bottom:30px;
    }


}
@media (min-width: 991px ) and (max-width: 1075px ) {
.navbar.navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 90%;
}
}
@media all and (max-width: 992px) {
  .our-work {
    padding: 50px 0;
  }
  .navbar {
    box-shadow: none;
    height: initial;
}
.navbar .dropdown-menu {
    width: 100%;
    }
.our-work .section-para-big {
    margin-bottom: 40px;
  }

  .white-circle {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    margin-top: 10px;
}
 .our-work .white-circle img {
  max-width: 50%;
}
.our-numbers-big {
    font-size: 45px;

}
.my-col {
    width: 20%;
    max-width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
}

@media all and (max-width:767px) {
  .carousel-text-wrapper {
    padding-top: 40px;
    width: 80%;
}
.carousel-header {
    font-size: 37px;
    line-height: 45px;
}
.quote{
    display: none;
}
}

@media all and (max-width:767px) {
    .section-header {
    color: #008bd2;
    font-size: 2rem;
    font-weight: 700;
    line-height: 37.05px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-align: center;
}
.smaller-header {
    color: #000000;
    margin-top: 28px;
    line-height: 25px;
    font-family: "Open Sans";
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}
    .bordered-div{
        padding-top: 15px!important;
        padding-left: 5px!important;
        margin-left: 0!important;
        border: none;
    }
    .none-arrows{
        display: none;
    }
  .carousel-text-wrapper {
    padding-top: 40px;
    width: 80%;
}
.carousel-header {
    font-size: 37px;
    line-height: 45px;
}
.carousel-para {
    padding-right: 50px;
}
.top {
    height: initial;
    background-color: #313131;
}
.links-wrapper {
    justify-content: center;
}
.social-links-wrapper {
    justify-content: center;
}
.second-carousel .carousel-control-next {
       right:0;
   }
   .second-carousel .carousel-control-prev {
       left:0;
   }
   .third-carousel .carousel-control-next {
       right:0;
   }
   .third-carousel .carousel-control-prev {
       left:0;
   }

   .big-padding-left, .big-padding-right {
     padding: 0;
   }
   .opinion-wrapper {
    background-color: #fff;
    padding: 10px 10px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.satisfaction {
  height: initial;
}
.my-logo-column {
    width: 50%;
    max-width: 50%;
}
.our-work {
  height: initial;
}
.icon-wrapper {
    width: 50%;
    max-width: 50%;
}
.absolute-icons {
    position: relative;
    bottom: initial;
}
.icons .container {
  padding-left: 0;
  padding-right: 0;
}
.my-col {
    width: 50%;
    max-width: 50%;
}
.call-link {
    font-size: 49px;
}
.my-footer-column {
  width: 100%;
  padding: 0 15px;
}
.social-links-footer {
    justify-content: center;
}
.last-header {
    text-align: center;
}
.bottom-footer-para {
    font-size: 13px;
}
.mobile-hidden {
  display: none;
}
.main-footer {
  text-align: center;
}
.circle-list li:before {
  display: none;
}
.footer ul {
  padding-left: 0;
}
}

@media all and (max-width:450px) {
  p.top-link {
    margin-right: 22px;
}
.contact-button {
    margin: 9px auto 0;
}
.section-header {
    color: #008bd2;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 30.05px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-align: center;
}
.smaller-header {
    color: #000000;
    margin-top: 28px;
    line-height: 22px;
    font-family: "Open Sans";
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.top-link {
    font-size: 0.8rem;
}
}
@media all and (max-width:350px) {

.top-link {
    font-size: 0.7rem;
}
}
@media all and (max-width:320px) {
    .section-header {
    color: #008bd2;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 28.05px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-align: center;
}
  .links-wrapper {
      justify-content: center;
      flex-flow: column;
      text-align: center;
  }
  .top-link {
    line-height: 35.42px;
}
.carousel-header {
    font-size: 32px;
    line-height: 34px;
}
.carousel-para {
    padding-right: 0px;
}
.call-link {
    font-size: 35px;
}
.smaller-header {
    margin-top: 0px;
    line-height: 20px;
    font-size: 1rem;
}
.call-us {
    height: initial;
}
}
