@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Work+Sans:wght@400;600;700&display=swap&subset=latin-ext");

* {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  padding-top: 140px;
}

.container-fluid {
  padding: 0 80px;
}

.center {
  text-align: center;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
}

h1.line:before, h2.line:before, h3.line:before, h4.line:before, h5.line:before {
  content: "";
  width: 33px;
  height: 30px;
  background-image: url("/template/img/content/symbol-barevny.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

h1.line:before, h2.line:before {
  margin-bottom: 10px;
}

h3.line:before {
  margin-bottom: 10px;
}

h4.line:before, h5.line:before {
  margin-bottom: 10px;
}


h1.line-center, h2.line-center, h3.line-center, h4.line-center, h5.line-center {
  text-align: center;
}


h1.line-center:before, h2.line-center:before, h3.line-center:before, h4.line-center:before, h5.line-center:before {
  margin: auto;
}

h1.line-center:before, h2.line-center:before {
  margin-bottom: 10px;
}

h3.line-center:before {
  margin-bottom: 10px;
}

h4.line-center:before, h5.line-center:before {
  margin-bottom: 10px;
}

.nadpis-h1 {
  padding-top: 80px;
}
.banner.subpage .breadcrumbs {
  text-align: center !important;
  margin-bottom: 0 !important;
}
.breadcrumbs {
  font-size: 0.8em;
  color: #E0FFE2;
  margin-top: 25px;
  margin-bottom: -44px;
  text-align: right;
  z-index: 9;
  position: relative;
}

.breadcrumbs>a {
  color: #E0FFE2;
}

.breadcrumbs>a:hover {
  text-decoration: none;
}

.breadcrumbs>i {
  padding: 0 5px 0 5px;
}

a, button {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

html, body {
  overflow-x: hidden;
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}

@media (max-width: 1400px) {
  main {
    padding-top: 140px;
  }
}

@media (max-width: 991px) {
  .container-fluid {
    padding: 0 20px !important;
  }

  .container {
    /*padding: 0 20px;*/
    padding-left: 20px;
    padding-right: 20px;
  }

  .breadcrumbs {
    text-align: center;
  }
}

.btn-my {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 10px;
  padding: 0 30px 0 62px;
  background-color: transparent;
  text-align: center;
  position: relative;
}
.btn-my::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 20px;
  background-image: url("/template/img/content/symbol.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transition: all 0.3s;
  left: 30px;
  transform: translate(-0%, -50%);
}
.btn-my:hover::after {
  background-image: url("/template/img/content/symbol-barevny.svg");
}

.btn-my:hover {
  text-decoration: none !important;
}

.btn-my.lh-60 {
  line-height: 60px;
}

.btn-my.lh-50 {
  line-height: 50px;
}

.btn-my.lh-40 {
  line-height: 40px;
}

.btn-my.w-160 {
  width: 160px;
}

.btn-my.w-270 {
  width: 270px;
}

.btn-my.w-240 {
  width: 240px;
}

.btn-my-blue {
  background-color: #2E9737;
  color: #FFFFFF;
}

.btn-my-blue:hover {
  background-color: #1c5c22;
  color: #FFFFFF;
}

.btn-my-dark {
  color: #FFFFFF;
  background-color: #000000;
}

.btn-my-dark:hover {
  background-color: #333333;
  color: #FFFFFF;
}

.error label {
  color: red !important;
}

.error input[type='text'], .error input[type='email'], .error textarea {
  border: 1px solid red !important;
}

.nav-item.poptavka .count{
  color: white;
  display: inline-block;
  background-color: #002f4c;
  border-radius: 50%;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-weight: bold;
  margin-left: 10px;
}

.banner.subpage {
  color: #fff;
  background-size: cover;
  min-height: 250px;
  max-width: 100%;

  width: auto;
  border-radius: 10px;
  padding: 0;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url("/template/img/sekce-3/slide1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
  position: relative;
}
.banner.subpage::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  border-radius: 10px;
  background: transparent linear-gradient(90deg, #2E9737 0%, #2E9737 100%) 0% 0% no-repeat padding-box;
}
.banner.subpage h1 {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  position: relative;
}
.banner.subpage h1::before {
  content: "";
  width: 33px;
  height: 30px;
  background-image: url("/template/img/content/symbol.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: auto;
  margin-bottom: 10px !important;
}

.banner.subpage .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90vw;
}
.about {
  padding: 80px 0;
}
.about .content {
  background: transparent linear-gradient(270deg, #FFFFFF 0%, #F5F5F5 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px #0000001A;
  border-radius: 10px;
  padding: 40px;
}
.about h1 {
  color: #333;
  font-size: 36px;
  margin-bottom: 39px;
}
.about p {
  font-size: 18px;
  text-align: center;
  line-height: 35px;
  color: #696969;
  padding: 0 20px;
  margin-bottom: 40px;
}
.about p:last-of-type {
  margin-bottom: 0 !important;
}

.services {
  padding-bottom: 40px;
}
.services .service img {
  border-radius: 10px;
  width: 100%;
  height: 265px;
  object-fit: cover;
  transition: all 0.6s;
}
.service {
  margin-bottom: 40px;
}
.service .content {
  padding: 40px 20px 45px 20px;
  position: relative;
}
.service.yellow .content {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFEF 100%) 0% 0% no-repeat padding-box;
}
.service.yellow .content::after {
  content: "";
  width: 100%;
  height: 5px;
  border-radius: 10px;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #FBDF00;
  transition: all 0.3s;
}
.services.sub .col-md-4:nth-child(even) .service.yellow .content {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #FDFFEF 100%) 0% 0% no-repeat padding-box !important;
}
.services.sub .col-md-4:nth-child(even) .service.yellow .content::after {
  background-color: #ACC022 !important;
}
.service.light-green .content {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #FDFFEF 100%) 0% 0% no-repeat padding-box;
}
.service.light-green .content::after {
  content: "";
  width: 100%;
  height: 5px;
  border-radius: 10px;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #ACC022;
  transition: all 0.3s;
}
.service.green .content {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #F4FFF5 100%) 0% 0% no-repeat padding-box;
}
.service.green .content::after {
  content: "";
  width: 100%;
  height: 5px;
  border-radius: 10px;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #2E9737;
  transition: all 0.3s;
}
.service .content span {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.services a {
  text-decoration: none;
  display: block;
  transition: all 0.3s;
}
.services a:hover .content::after {
  padding: 0 20px;
  width: 80%;
  left: 10%;
  right: 10%;
  margin: auto;
}
.service .content p {
  text-align: center;
  font-size: 18px;
  color: #696969;
  margin-bottom: 0;
}
.service .image {
  overflow: hidden;
  border-radius: 10px;
}
.services a:hover img {
  transform: scale(1.1);
}

.links {
  padding: 80px 0 40px 0;
}
.links .link {
  position: relative;
  display: block;
}
.links .image {
  position: relative;
  overflow: hidden;
  height: 410px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.links .bg {
  transition: all 0.6s;
}
.links .link:hover .bg {
  transform: scale(1.1);
}
.links .content {
  position: absolute;
  z-index: 9;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(46, 151, 55,0.7);
  padding: 30px 20px 30px 70px;
  border-radius: 0 0 10px 10px;
}
.links .content h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
}
.links .content p {
  color: #E0FFE2;
  font-size: 20px;
}
.links .col-md-8, .links .col-md-4 {
  padding: 0 20px;
}
.links .content .inner {
  position: relative
}
.links .content .inner::before {
  content: "";
  width: 4px;
    height: 110%;
    background-color: #FBDF00;
    transition: all 0.3s;
    position: absolute;
    left: -30px;
    top: -5px;
    margin: auto;
    transition: all 0.3s;
}
.links .link:hover .inner::before {
  background-color: #ACC022;
}

@media (max-width: 767px) {
  main {
    padding-top: 110px !important;
  }
  .banner.subpage .content {
    position: initial;
    transform: none;
    padding: 40px 0;
  }
  .banner.subpage {
    min-height: unset;
  }
}
@media (max-width: 575px) {
  .about .content {
    padding: 40px 10px;
  }
  .about h1 {
    font-size: 30px;
  }
  .services .service img {
    height: 200px;
  }
  .banner.subpage h1 {
    font-size: 30px;
  }
  .links .content {
    padding: 30px 20px 30px 50px !important;
  }
  .links .content h2 {
    font-size: 25px;
  }
  .links .content p {
    font-size: 18px;
  }
}
.services.sub {
  padding-top: 40px;
}
.services.sub .service .content span {
  margin-bottom: 0;
}