html {
  scroll-behavior: smooth;
}
body{
    background-color: #FFFFFF;
    font-family: 'Mulish', sans-serif;
}
.navbar .dropdown-menu {
  background-color: rgba(0, 30, 42, 0.5);
}
.navbar .dropdown-item:hover {
  background-color: #005073;
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{ color: rgba(255, 255, 255, 0.7) !important}
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
}
@media all and (max-width: 992px) {
  .navbar-collapse {background: rgba(0, 30, 42, 0.5);}
}
.start-title {
  font-size: calc(1rem + 1.5vw);
}
.border-ola {
  border-color: #57afd5;
}
.bg-ola {
  background-color: #57afd5;
}
.text-ola {
  color: #57afd5;
}
.start_section {
  background-image: url("/storage/img/Hb6uWq0i4MI.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 853px;
}
.start_small_section {
  background-image: url("/storage/img/Hb6uWq0i4MI.jpg");
  background-position: 0 -320px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 200px;
}
.start_box {
  position: absolute;
  width: 670px;
  height: 853px;
  left: 0px;
  top: 0px;
  background: rgba(0, 30, 42, 0.5);
}
.start_box_max {
  max-width: 670px;
}
.hr_big {
  width: 80px;
  margin-top: 4rem;
  margin-bottom: 4rem;
  border: 0;
  border-top: 2px solid #57AFD5;
  margin-left: auto;
  margin-right: auto;
}
.hr_big_white {
  width: 80px;
  margin-top: 2rem;
  border: 0;
  border-top: 2px solid #FFFFFF;
  margin-left: auto;
  margin-right: auto;
}
.hr_small {
  width: 30px;
  margin-top: 1rem;
  margin-left: 3px;
  margin-bottom: 0.75rem;
  border: 0;
  border-top: 2px solid #57AFD5;
}
.faq_start {
  background-color: #57AFD5;
  height: 241px;
}
.oferta_start {
  background-color: #57AFD5;

}
.vl {
  border-left: 1px solid grey;
  height: 420px;
}
.stopka_section {
  background: #005073;
}
.kadra_text {
  color:  #005073;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
}

.kadra_img {
  max-width: 180px;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
}
.kadra_img:hover {
  box-shadow: 0px 2px 16px rgba(0, 80, 115, 0.4);
}
.nounderline {
  text-decoration: none !important
}
.modal-open {
    overflow: visible;
}
.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    padding-right:0px!important;
}
.lista ul {
  margin-left: 25px;
}
.lista ol {
  margin-left: 25px;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}
