@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-Regular.ttf') format('truetype');
}
body {
  font-family: Lexend !important;
}
body.custom {
  margin: 30px 0;
}
body p {
  font-size: 23px;
  font-size: 1.4375rem;
  margin-bottom: 0;
}
.color_orange {
  color: #ff8050;
}
.color_green {
  color: #618064;
}
.mh {
  min-height: 70px;
}
.box > div {
  background-color: #dcddde;
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-bottom: 30px;
}
.button_color {
  text-transform: uppercase;
  color: #fff;
  padding: 8px 35px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  font-size: 32px;
  font-size: 2rem;
  transition: all 0.2s;
}
.button_color.btn_orange {
  border: 5px solid #ff8050;
  background-color: #ff8050;
}
.button_color.btn_orange:hover {
  color: #ff8050;
}
.button_color.btn_green {
  border: 5px solid #618064;
  background-color: #618064;
}
.button_color.btn_green:hover {
  color: #618064;
}
.button_color:hover {
  background: #dcddde;
}
header h1 {
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 600;
}
header h1.decor {
  padding-bottom: 15px;
}
header h1.decor.decor_orange {
  border-bottom: 5px solid #ff8050;
}
header h1.decor.decor_green {
  border-bottom: 5px solid #618064;
}
header img {
  max-width: 100%;
  height: auto;
}
header .button {
  padding: 0px 50px 5px 50px;
  background: #000;
  color: #fff;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  border: 5px solid #000;
  transition: all 0.2s;
}
header .button:hover {
  background: #dcddde;
  color: #000;
}
main p {
  margin-bottom: 0;
}
main a {
  color: #000;
  text-decoration: none;
}
main a:hover {
  color: #000;
  text-decoration: underline;
}
.main_rozcestnik .box > div {
  padding-top: 200px;
}
@media (max-width: 1399px) {
  #rozcestnik header .container > div {
    padding-top: 20px;
  }
  #rozcestnik h1 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  #rozcestnik .button_color {
    margin: 30px 0;
  }
  #rozcestnik .right {
    padding-left: 15px !important;
  }
  .main_rozcestnik .box > div {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  header .pe-5 {
    padding-right: 15px !important;
  }
  header img {
    width: 100%;
    margin-bottom: 30px;
  }
  #rozcestnik .mh {
    min-height: auto;
  }
  #rozcestnik .left .pt-5,
  #rozcestnik .right .pt-5 {
    padding-top: 0 !important;
  }
}
@media (max-width: 768px) {
  header h1,
  header .button {
    font-size: 40px;
    font-size: 2.5rem;
  }
  body p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 576px) {
  header h1,
  header .button {
    font-size: 32px;
    font-size: 2rem;
  }
  header h1.decor_green {
    margin-top: 0 !important;
  }
  body p {
    font-size: 16px;
    font-size: 1rem;
  }
  .container .fbox {
    display: block !important;
  }
  #rozcestnik h1 {
    font-size: 32px;
    font-size: 2rem;
  }
  .button_color {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
