.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #18466e;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

@media (min-width:1200px) {
  .container {
    max-width: 1410px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1410px;
}

.header {
  margin-top: 78px;
}

.nav-link {
  color: #42C6C3 !important;
  font-family: 'Lato';
  font-size: 15px;
  font-weight: 700;
  color: #18466e !important;
  text-transform: uppercase;
  padding: 0px !important;
}

.nav-link:hover {
  color: #42C6C3 !important;
}

.header-txt {
  background-color: #18466e;
  position: absolute;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Lato';
  padding: 15px;
  font-size: 19px;
  /*margin-left: 50px;*/
  top: 29%;
}

@media (min-width: 576px) {
  .header-txt {
    background-color: #18466e;
    position: absolute;
    color: #ffffff;
    font-family: 'Lato';
    padding: 22px;
    font-size: 24px;
    /*margin-left: 50px;*/
    top: 41%;
  }
}

@media (min-width: 768px) {
  .header-txt {
    background-color: #18466e;
    position: absolute;
    color: #ffffff;
    font-family: 'Lato';
    padding: 30px;
    font-size: 34px;
    margin-left: 50px;
    top: 50%;
  }
}

@media (min-width: 992px) {
  .header-txt {
    background-color: #18466e;
    position: absolute;
    color: #ffffff;
    font-family: 'Lato';
    padding: 30px;
    font-size: 48px;
    margin-left: 50px;
    top: 50%;
  }
}

.txt-title {
  color: #18466e;
  font-family: 'Lato';
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
}

@media (min-width: 768px) {
  .txt-title {
    color: #18466e;
    font-family: 'Lato';
    font-size: 42px;
    font-weight: 400;
    line-height: normal;
  }
}

.txt-body-midi {
  color: #18466e;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

@media (min-width: 768px) {
  .txt-body-midi {
    color: #18466e;
    font-family: 'Lato';
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
  }
}

.txt-body-number {
  color: #18466e;
  font-family: 'Lato';
  font-size: 42px;
  font-weight: 400;
  padding-top: 4px;
  line-height: normal;
}

.txt-body-small {
  color: #18466e;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.txt-p-uslugi {
  padding-top: 2px !important;
}

@media (min-width: 768px) {
  .txt-p-uslugi {
    padding-top: 25px !important;
  }
}

.img-ico {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .img-ico {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
}

.img-ico-1 {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.img-ico-check {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

@media (min-width: 1400px) {
  .bgr-header {
  }
}

.short-stripe {
  background-color: #42C6C3;
  height: 4px;
  width: 66px;
}

.border-b-gray {
  border-bottom: 1px solid #ded8d8;
  padding-right: 30px !important;
}

.p-list {
  padding-left: 21px;
}

ul {
  /*list-style: none;*/
}

ul li::before {
  /*content: "\2022";*/
  /*font-size: 12px;*/
  /*color: #18466e;*/
  /*font-weight: bold;*/
  /*padding-right: 12px;*/
  /*margin-left: -20px;*/
}

.box-1 {
  -webkit-box-shadow: 0px 0px 30px 3px rgba(119, 119, 119, 0.19);
  -moz-box-shadow: 0px 0px 30px 3px rgba(119, 119, 119, 0.19);
  box-shadow: 0px 0px 30px 3px rgba(119, 119, 119, 0.19);
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
}

.numberinggg {
  text-align: center;
  font-size: xx-large;
  font-weight: 700;
  color: white;
  position: relative;
  width: 70px;
  height: 70px;
  top: -64px;
  background-color: #ffffff;
  border-radius: 34px;
  border: 3px solid #42C6C3;
}

.box-text-space-1 {
  border-bottom: 1px solid #42C6C3;
  min-height: 99px;
}

@media (min-width: 992px) {
  .box-text-space-1 {
    border-bottom: 1px solid #42C6C3;
    min-height: 60px;
  }
}

@media (min-width: 1200px) {
  .box-text-space-1 {
    border-bottom: 1px solid #42C6C3;
    min-height: 60px;
  }
}

.nav-item {
  margin-left: 41px;
}

#top {
  scroll-margin-top: 60px;
}

#funkcjonalnosc {
  scroll-margin-top: 60px;
}

#eusluga {
  scroll-margin-top: 60px;
}

#korzysci {
  scroll-margin-top: 60px;
}

#model {
  scroll-margin-top: 60px;
}

#kontakt {
  scroll-margin-top: 60px;
}

#mainNav {
  background-color: #ffffff;
  -webkit-box-shadow: -9px -2px 32px 0px rgba(42,42,42,0.08);
  -moz-box-shadow: -9px -2px 32px 0px rgba(42,42,42,0.08);
  box-shadow: -9px -2px 32px 0px rgba(42,42,42,0.08);
}

.navbar-light .navbar-toggler {
  color: #18466e;
  border-color: rgba(0,0,0,.1);
}

.navbar-light .navbar-toggler {
  color: #18466e;
  height: 40px;
  border: none;
}

.navbar-light .navbar-toggler {
  color: #42c6c3;
  border: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.txt-link, .txt-link:hover {
  color: #18466e !important;
  font-family: 'Lato';
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  line-height: normal;
}

.bgr-footer {
  height: 60px;
  background-color: #18466e;
}

.container-h100 {
  min-height: calc(100vh - 150px) !important;
}

.top-margin-content {
  margin-top: 90px;
}

.btn-link {
  padding-top: 11px;
  text-decoration: none;
}

.email-btn, .email-btn:hover {
  margin-top: 20px;
  font-size: 16px;
  width: 200px;
  height: 50px;
  background-color: #42c6c3;
  border-color: transparent;
  color: #ffffff;
  font-family: 'Lato';
  font-weight: 700;
  padding: 16px 36px 18px 36px;
  border-radius: 5px;
}

