html {
  scroll-behavior: smooth;
  font-size: 18px;
}
@media only screen and (max-width: 1999.98px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199.98px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: 13px;
  }
}
@media only screen and (max-width: 575.98px) {
  html {
    font-size: 12px;
  }
}
html h2.underline, html h3.underline, html h4.underline, html h5.underline, html h6.underline {
  position: relative;
  display: inline-block;
}
html h2.underline::after, html h3.underline::after, html h4.underline::after, html h5.underline::after, html h6.underline::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 10px);
  width: 100%;
  min-width: 4rem;
  max-width: 10rem;
  height: 3px;
  background-color: #EC671A;
}
html h2.underline.underline-center::after, html h3.underline.underline-center::after, html h4.underline.underline-center::after, html h5.underline.underline-center::after, html h6.underline.underline-center::after {
  left: 50%;
  transform: translate(-50%, -50%);
}
html h2, html .h2 {
  font-size: 2rem;
  font-weight: 700;
}
html h3, html .h3 {
  font-size: 1.5rem;
  font-weight: 500;
}

* {
  color: #34424B;
}

.container-1400 {
  max-width: 1300px;
}

.maly-obrazek img {
  width: auto !important;
  height: auto !important;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif !important;
  color: #34424B;
}
.btn {
  border-radius: 100px;
  white-space: nowrap;
}
.btn:focus, .btn:active {
  outline: 2px solid #EC671Aaa;
  outline-offset: 3px;
  box-shadow: none;
}
.btn.btn-orange {
  background: #EC671A;
  color: white !important;
  padding: 4px 15px;
  font-size: 1rem;
  border: 1px solid transparent;
}
.btn.btn-orange:not(.no-hover):hover {
  color: #EC671A !important;
  background: white;
}
.btn.btn-orange.hover-outline:hover {
  color: #EC671A !important;
  border-color: #EC671A;
}
.btn.btn-white {
  background: white;
  color: #34424B;
  padding: 4px 15px;
  font-size: 14px;
}
.btn.btn-white:hover {
  background-color: #EC671A;
  color: white;
}
.btn.btn-white:hover i {
  fill: white;
}
.btn.btn-steelblue {
  background: #526672;
  color: white !important;
}
.btn.btn-steelblue:hover {
  background-color: #EC671A;
  color: white;
}
.btn.btn-steelblue:hover i {
  fill: white;
}
.btn.btn-orange-outline {
  background: transparent;
  color: #EC671A;
  border: 1px solid #EC671A;
}
.btn.btn-orange-outline:not(.no-hover):hover {
  color: white;
  background: #EC671A;
}
.btn.btn-hover-beige:hover {
  color: #34424B;
  background-color: #F5ECE4;
}
.btn.btn-small {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.3em 1.5rem;
}
.btn.btn-medium {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.4em 2.5rem;
}

a {
  color: #EC671A;
}

::-moz-selection {
  background: #EC671A; /* WebKit/Blink Browsers */
  color: white;
}

::selection {
  background: #EC671A; /* WebKit/Blink Browsers */
  color: white;
}

::-moz-selection {
  background: #EC671A; /* Gecko Browsers */
  color: white;
}

.text-align-center {
  text-align: center;
}

.orange {
  color: #EC671A;
}

.nadpis404 {
  font-size: 12rem;
  text-align: center;
}

.page-wrapper {
  min-height: 100%;
}

.txt-orange {
  color: #EC671A;
}

.txt-steelblue {
  color: #526672;
}

.bg-lightgray {
  background-color: #f2f2f266;
}

#screen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 500;
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
#screen-overlay.hidden {
  pointer-events: none;
  opacity: 0;
}

.go-back a {
  padding: 0.3rem 1.5rem;
  background-color: white;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  color: #EC671A;
  text-decoration: none;
  transition: 0.3s;
}
.go-back a i {
  fill: #EC671A;
  color: #EC671A;
  transition: 0.3s;
}
.go-back a:hover {
  box-shadow: 5px 6px 8px 1px #34424B22;
  background-color: #EC671A;
  color: white !important;
}
.go-back a:hover i {
  margin-left: -0.5rem;
  color: white;
}

/* Navbar */
header.menu .navbar-wrap.transparent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1103;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 5%, rgba(255, 255, 255, 0.3) 15%, rgba(255, 255, 255, 0.3) 85%, rgba(255, 255, 255, 0.2) 95%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding-left: 0;
  padding-right: 0;
  transition: 0.4s;
}
@media screen and (max-width: 767.98px) {
  header.menu .navbar-wrap.transparent {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 5%, rgba(255, 255, 255, 0.3) 15%, rgba(255, 255, 255, 0.3) 85%, rgba(255, 255, 255, 0.3) 95%, rgba(255, 255, 255, 0.3) 100%);
  }
}
header.menu .navbar-wrap.transparent.scrolled-down {
  background-color: rgba(255, 255, 255, 0.9);
}
header.menu .navbar-wrap.transparent .navbar {
  background-color: transparent;
  transition: 0.4s;
}
header.menu .navbar-wrap.transparent .navbar.shown {
  background-color: white;
}
header.menu .navbar-wrap .navbar {
  padding: 0.8rem 2rem;
  max-width: 1300px;
}
header.menu .navbar-wrap .navbar .navbar-brand img {
  height: 3rem;
}
@media screen and (max-width: 991.98px) {
  header.menu .navbar-wrap .navbar .navbar-brand img {
    height: 2rem;
  }
}
header.menu .navbar-wrap .navbar .navbar-toggler {
  padding: 0;
}
header.menu .navbar-wrap .navbar .navbar-nav .menu-item {
  margin: 0 2rem;
}
@media screen and (max-width: 991.98px) {
  header.menu .navbar-wrap .navbar .navbar-nav .menu-item {
    margin: 0 1rem;
  }
}
header.menu .navbar-wrap .navbar .navbar-nav .menu-item .nav-link {
  text-decoration: none;
  font-weight: 600;
  color: rgba(23, 24, 24, 0.8);
  font-size: 1.1rem;
  padding-bottom: 0;
  transition: 0.3s;
}
header.menu .navbar-wrap .navbar .navbar-nav .menu-item .nav-link:before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #EC671A;
  opacity: 0;
  position: relative;
  top: 29px;
}
@media screen and (max-width: 767.98px) {
  header.menu .navbar-wrap .navbar .navbar-nav .menu-item .nav-link:before {
    top: 22px;
    height: 2px;
  }
}
header.menu .navbar-wrap .navbar .navbar-nav .menu-item .nav-link:hover {
  color: #EC671A;
}
header.menu .navbar-wrap .navbar .navbar-nav .menu-item .nav-link.active, header.menu .navbar-wrap .navbar .navbar-nav .menu-item.current-page-ancestor .nav-link {
  color: #EC671A;
}
header.menu .navbar-wrap .navbar .navbar-nav .menu-item .nav-link.active:before, header.menu .navbar-wrap .navbar .navbar-nav .menu-item.current-page-ancestor .nav-link:before {
  opacity: 1;
}
header.menu .navbar-wrap .navbar .navbar-nav .dropdown-menu {
  display: none;
  width: auto;
  margin: 0;
  padding-bottom: 0;
  background-color: white;
}
header.menu .navbar-wrap .navbar .navbar-nav .dropdown-menu .dropdown-item {
  margin: 0;
  padding: 5px 30px;
  color: black;
  background: transparent;
}
header.menu .navbar-wrap .navbar .navbar-nav .dropdown-menu .dropdown-item .active {
  color: #EC671A;
}
header.menu .navbar-wrap .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #EC671A;
}
header.menu .navbar-wrap .navbar .menu-item-has-children:hover > .dropdown-menu {
  display: block;
}
header.menu .navbar-wrap .navbar .search-button {
  background: transparent;
  border: none;
  padding: 0;
}
header.menu .navbar-wrap .navbar .search-button #search-image {
  height: 1.4rem;
  width: 1.4rem;
  margin-bottom: 2px;
  cursor: pointer;
}
header.menu .navbar-wrap .navbar .search-button #search-image:hover path {
  color: #EC671A;
}
header.menu .modal-content {
  border-radius: 100px;
}
header.menu .modal-content .search-group input[type=text] {
  width: 80%;
  padding: 2px 5px;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #EC671A;
}
header.menu .modal-content .search-group svg {
  width: 1.4rem;
  height: 1.6rem;
  margin-left: 5%;
}
header.menu .modal-content .search-group svg:hover path {
  color: #EC671A;
}

section.plain-header {
  background-color: #F5ECE4;
  border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
  position: relative;
}
section.plain-header img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.4;
}
section.plain-header .content-wrap {
  position: relative;
  z-index: 5;
}
section.plain-header .content-wrap p.sub-title {
  text-transform: uppercase;
}

section.banner-title {
  position: relative;
  height: 200px;
}
section.banner-title picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
section.banner-title picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.banner-title .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
}
section.banner-title h1 {
  font-size: 3rem;
  color: white;
  font-weight: bold;
}
section.banner-title::after {
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 -6px 10px #F5ECE477;
}

section.introduction-slider .splide .splide__list .splide__slide {
  padding: 10rem 0 9rem 0;
}
@media screen and (max-width: 767.98px) {
  section.introduction-slider .splide .splide__list .splide__slide {
    height: 400px;
  }
}
section.introduction-slider .splide .splide__list .splide__slide img, section.introduction-slider .splide .splide__list .splide__slide .background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  background-size: cover;
  background-position: right center;
}
section.introduction-slider .splide .splide__list .splide__slide .content {
  z-index: 3000;
}
@media screen and (max-width: 1500px) {
  section.introduction-slider .splide .splide__list .splide__slide .content {
    margin-left: 12%;
    max-width: 80%;
  }
}
@media screen and (max-width: 767.98px) {
  section.introduction-slider .splide .splide__list .splide__slide .content {
    margin-left: 10%;
    max-width: 84%;
  }
}
section.introduction-slider .splide .splide__list .splide__slide .content h1, section.introduction-slider .splide .splide__list .splide__slide .content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  section.introduction-slider .splide .splide__list .splide__slide .content h1, section.introduction-slider .splide .splide__list .splide__slide .content h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  section.introduction-slider .splide .splide__list .splide__slide .content .desc br {
    display: none;
  }
}
section.introduction-slider .splide .splide__arrows button {
  position: absolute;
  z-index: 100;
  top: 50%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100px;
  border: none;
  outline: none !important;
  padding: 0.7rem;
  box-shadow: 0px 0px 8px 1px #34424B22;
  opacity: 0.5;
  transition: 0.2s;
}
section.introduction-slider .splide .splide__arrows button:not(:disabled) {
  cursor: pointer;
  opacity: 1;
}
section.introduction-slider .splide .splide__arrows button:not(:disabled):hover, section.introduction-slider .splide .splide__arrows button:not(:disabled):active, section.introduction-slider .splide .splide__arrows button:not(:disabled):focus {
  box-shadow: 0 0 0 2px #EC671Aaa;
  background: white;
}
section.introduction-slider .splide .splide__arrows button:not(:disabled):hover svg path, section.introduction-slider .splide .splide__arrows button:not(:disabled):active svg path, section.introduction-slider .splide .splide__arrows button:not(:disabled):focus svg path {
  fill: #EC671A;
}
section.introduction-slider .splide .splide__arrows button svg {
  width: 2rem;
  height: 2rem;
  transform: translate(1px, 0);
  transition: 0.2s;
}
@media screen and (max-width: 1199.98px) {
  section.introduction-slider .splide .splide__arrows button svg {
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  section.introduction-slider .splide .splide__arrows button svg {
    width: 1.3rem;
    height: 1.3rem;
  }
}
section.introduction-slider .splide .splide__arrows button svg path {
  fill: rgba(255, 255, 255, 0.7);
  fill: #EC671Abb;
  transition: 0.3s;
}
section.introduction-slider .splide .splide__arrows button.splide__arrow--prev {
  left: 3%;
  transform: translate(0, -50%) rotate(180deg);
}
@media screen and (max-width: 767.98px) {
  section.introduction-slider .splide .splide__arrows button.splide__arrow--prev {
    left: 1rem;
  }
}
section.introduction-slider .splide .splide__arrows button.splide__arrow--next {
  right: 3%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767.98px) {
  section.introduction-slider .splide .splide__arrows button.splide__arrow--next {
    right: 1rem;
  }
}
section.introduction-slider .background-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #F5ECE4;
  z-index: 1;
}

section.service-box-list.desktop {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  z-index: 502;
}
section.service-box-list.desktop.hidden .box-wrap .sub-services {
  margin-top: 0;
  max-height: 0px;
  pointer-events: none;
}
section.service-box-list.desktop.hidden .box-wrap .arrow {
  transform: translate(-50%, -50%) rotate(0deg);
}
section.service-box-list.desktop .box-wrap {
  background-color: white;
  border-radius: 50px;
  box-shadow: 0px 0px 8px 1px #34424B22;
  padding: 1rem 4rem 1rem;
}
section.service-box-list.desktop .box-wrap .headings .service-item {
  padding: 1rem 0;
  border-right: 1px solid #34424B33;
}
section.service-box-list.desktop .box-wrap .headings .service-item h2 a {
  color: #34424B;
  font-size: 1.4rem;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
}
@media screen and (max-width: 991.98px) {
  section.service-box-list.desktop .box-wrap .headings .service-item h2 a {
    font-size: 1.3rem;
  }
}
section.service-box-list.desktop .box-wrap .headings .service-item h2 a:hover {
  color: #EC671A;
}
section.service-box-list.desktop .box-wrap .headings .service-item:last-child {
  border: none;
}
section.service-box-list.desktop .box-wrap .sub-services {
  margin-top: 0.5rem;
  max-height: 25rem;
  overflow: hidden;
  transition: 0.8s;
}
section.service-box-list.desktop .box-wrap .sub-services ul {
  list-style: none;
}
section.service-box-list.desktop .box-wrap .sub-services ul li {
  margin: 0.9rem 0;
  text-align: center;
}
section.service-box-list.desktop .box-wrap .sub-services ul li a {
  color: #34424B;
}
section.service-box-list.desktop .box-wrap .sub-services ul li a:hover {
  color: #EC671A;
}
section.service-box-list.desktop .box-wrap .sub-services ul:last-child {
  border: none;
}
section.service-box-list.desktop .box-wrap .arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  background-color: white;
  border: 2px solid transparent;
  border-radius: 100%;
  padding: 0rem;
  transition: 0.3s;
}
section.service-box-list.desktop .box-wrap .arrow i {
  font-size: 2.4rem;
  color: #EC671A;
  cursor: pointer;
  line-height: 1;
}
section.service-box-list.desktop .box-wrap .arrow:hover {
  padding: 0.2rem;
  border-color: #EC671A;
}
section.service-box-list.mobile .box-wrap .service-item {
  padding: 1rem 0;
  box-shadow: 0px 0px 8px 1px #34424B22;
  border-radius: 2rem;
  padding: 1rem;
}
section.service-box-list.mobile .box-wrap .service-item h2 a {
  color: #34424B;
  font-size: 1.8rem;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
}
section.service-box-list.mobile .box-wrap .service-item h2 a:hover {
  color: #EC671A;
}
section.service-box-list.mobile .box-wrap .service-item ul.service-list {
  list-style: none;
  padding-left: 0;
}
section.service-box-list.mobile .box-wrap .service-item ul.service-list li {
  margin: 0.4rem 0;
}

section.text-and-image h2 {
  font-weight: 700;
  font-size: 2.2rem;
}
@media screen and (max-width: 991.98px) {
  section.text-and-image .desc br {
    display: none;
  }
}
section.text-and-image .thumb-wrap img {
  max-width: 100%;
  height: 20rem;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 15% 0 15% 0;
}
@media screen and (max-width: 991.98px) {
  section.text-and-image .thumb-wrap img {
    height: 15rem;
  }
}
@media screen and (max-width: 767.98px) {
  section.text-and-image .thumb-wrap img {
    height: auto;
  }
}
section.text-and-image .thumb-wrap svg {
  position: absolute;
  width: 8rem;
  top: -4rem;
  right: -4rem;
  height: 10rem;
  z-index: -1;
}
@media screen and (max-width: 1300px) {
  section.text-and-image .thumb-wrap svg {
    right: 0rem;
  }
}
@media screen and (max-width: 991.98px) {
  section.text-and-image .thumb-wrap svg {
    top: -3rem;
  }
}
@media screen and (max-width: 767.98px) {
  section.text-and-image .thumb-wrap svg {
    top: 0rem;
  }
}
section.text-and-image .thumb-wrap svg path {
  fill: #EC671Abb !important;
}
section.text-and-image .flex-row-reverse .thumb-wrap img {
  border-radius: 0 15% 0 15%;
}
section.text-and-image .flex-row-reverse .thumb-wrap svg {
  right: auto;
  left: -4rem;
}
@media screen and (max-width: 1300px) {
  section.text-and-image .flex-row-reverse .thumb-wrap svg {
    left: 0rem;
  }
}

.form-theme label p {
  margin-left: 15px;
}
.form-theme label {
  width: 100%;
  color: rgb(40, 40, 40);
  font-weight: 700;
  color: #EC671A;
  margin-bottom: 0.5rem;
}
.form-theme label input:not([type=checkbox]), .form-theme label textarea {
  width: 100%;
  padding: 9px 15px;
  font-size: 0.85rem;
  border: 1px solid lightgray;
  border-radius: 2px;
  outline-color: rgba(236, 103, 26, 0.5);
  outline-width: 1px;
  margin-left: -5px;
}
.form-theme label textarea {
  height: 217px;
  margin-left: -5px;
}
.form-theme .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
.form-theme .wpcf7-form-control .wpcf7-list-item label {
  font-weight: 400;
}
.form-theme input[type=submit] {
  background-color: #EC671A;
  color: white;
  border: none;
  padding: 8px 20px;
  transition: 0.3s;
}
.form-theme input[type=submit]:hover {
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.25);
}
.form-theme .upload-and-submit-wrap {
  align-items: center;
  position: relative;
  margin-top: 1.5rem;
}
.form-theme .upload-and-submit-wrap input[type=submit] {
  margin-left: auto;
}
.form-theme .upload-and-submit-wrap .wpcf7-spinner {
  position: absolute;
  left: 0;
  top: "calc(100% + 2rem)";
}
.form-theme .codedropz-upload-handler {
  max-width: 200px;
  padding: 0;
  margin: 0;
}
.form-theme .codedropz-upload-handler .codedropz-upload-container {
  padding: 9px 15px;
}
.form-theme .codedropz-upload-handler .codedropz-upload-container h3 {
  display: none;
}
.form-theme .codedropz-upload-handler .codedropz-upload-container span {
  display: none;
}
.form-theme .codedropz-upload-handler .codedropz-upload-container a {
  color: #EC671A;
}
.form-theme .codedropz-upload-handler .dnd-upload-counter {
  display: none;
}

.modal .modal-content {
  border-radius: 1rem;
}
.modal .nf-form-cont .one-half {
  width: 100%;
}
.modal .nf-form-fields-required {
  display: none;
}
.modal #nf-field-15-container {
  margin-bottom: 0px;
}
.modal #nf-field-15-container p {
  margin-bottom: 0px !important;
}
.modal .nf-field-element {
  display: flex;
}
.modal .nf-field-element input[type=button] {
  width: 75% !important;
  margin: auto !important;
  font-weight: 600;
  border-radius: 25px;
  background-color: #EC671A !important;
  color: white !important;
}
.modal .nf-field-element input[type=button]:hover {
  transform: scale(1.02) !important;
  color: white !important;
}
.modal .nf-field-element textarea {
  height: 150px;
}

section.our-partners {
  padding: 0 10%;
  background-color: #f2f2f277;
}
section.our-partners .splide .splide__list .splide__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
section.our-partners .splide .splide__list .splide__slide a {
  text-decoration: none;
}
section.our-partners .splide .splide__list .splide__slide a img {
  width: 100%;
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
}
section.our-partners .splide .splide__list .splide__slide a h3 {
  transition: 0.3s;
}
section.our-partners .splide .splide__list .splide__slide a:hover img {
  transform: scale(1.1);
}
section.our-partners .splide .splide__list .splide__slide a:hover h3 {
  color: #EC671A;
}
section.our-partners .splide .splide__arrows button {
  position: absolute;
  z-index: 100;
  top: 50%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100px;
  border: none;
  outline: none !important;
  padding: 0.7rem;
  box-shadow: 0px 0px 8px 1px #34424B22;
  opacity: 0.5;
  transition: 0.2s;
}
section.our-partners .splide .splide__arrows button:not(:disabled) {
  cursor: pointer;
  opacity: 1;
}
section.our-partners .splide .splide__arrows button:not(:disabled):hover, section.our-partners .splide .splide__arrows button:not(:disabled):active, section.our-partners .splide .splide__arrows button:not(:disabled):focus {
  box-shadow: 0 0 0 2px #EC671Aaa;
  background: white;
}
section.our-partners .splide .splide__arrows button:not(:disabled):hover svg path, section.our-partners .splide .splide__arrows button:not(:disabled):active svg path, section.our-partners .splide .splide__arrows button:not(:disabled):focus svg path {
  fill: #EC671A;
}
section.our-partners .splide .splide__arrows button svg {
  width: 2rem;
  height: 2rem;
  transform: translate(1px, 0);
  transition: 0.2s;
}
@media screen and (max-width: 1199.98px) {
  section.our-partners .splide .splide__arrows button svg {
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  section.our-partners .splide .splide__arrows button svg {
    width: 1.3rem;
    height: 1.3rem;
  }
}
section.our-partners .splide .splide__arrows button svg path {
  fill: rgba(255, 255, 255, 0.7);
  fill: #EC671Abb;
  transition: 0.3s;
}
section.our-partners .splide .splide__arrows button.splide__arrow--prev {
  left: -8%;
  transform: translate(0, -50%) rotate(180deg);
}
@media screen and (max-width: 767.98px) {
  section.our-partners .splide .splide__arrows button.splide__arrow--prev {
    left: -1rem;
  }
}
section.our-partners .splide .splide__arrows button.splide__arrow--next {
  right: -8%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767.98px) {
  section.our-partners .splide .splide__arrows button.splide__arrow--next {
    right: -1rem;
  }
}

main.single-service .side-content .text-blocks {
  background-color: white;
  border-radius: 15px;
  padding: 20px;
}
main.single-service .side-content .text-blocks .text-block {
  margin: 2.5rem 0;
}
main.single-service .side-content .text-blocks .text-block:first-child {
  margin-top: 10px;
}
main.single-service .side-content .text-blocks .text-block:last-child {
  margin-bottom: 0;
}
main.single-service .side-content .text-blocks .text-block h2 {
  font-weight: 600;
}
main.single-service .side-content .text-blocks .text-block h2 svg {
  display: inline-block;
  height: 100%;
  width: auto;
  margin-bottom: 2px;
  margin-right: 5px;
}
main.single-service .side-content .text-blocks .text-block h2 svg path {
  fill: #EC671A;
}
main.single-service .side-content .contact-personel {
  background-color: white;
  border-radius: 15px;
  padding: 20px;
}
main.single-service .side-content .contact-personel .accordion .card {
  border: none;
  border-bottom: 1px solid #b4b4b477;
}
main.single-service .side-content .contact-personel .accordion .card .card-header {
  cursor: pointer;
  transition: 0.2s;
  padding: 15px;
  display: flex;
  align-items: center;
}
main.single-service .side-content .contact-personel .accordion .card .card-header h3 {
  margin: 0;
}
main.single-service .side-content .contact-personel .accordion .card .card-header:hover h3 {
  color: #EC671A;
}
main.single-service .side-content .contact-personel .accordion:last-child .card {
  border: none;
}
main.single-service .side-content .contact-personel .accordion:first-child {
  border-radius: 5px 5px 0 0;
}
main.single-service .side-content .contact-personel .accordion:last-child {
  border-radius: 0 0 5px 5px;
}
main.single-service .side-content .issue-wrap {
  background-color: white;
  padding: 2rem 1rem;
  border-radius: 1.5rem;
  box-shadow: 0px 0 5px 2px #f2f2f2;
}
main.single-service .side-content .issue-wrap h3 {
  font-weight: 600;
}
main.single-service .side-content .issue-wrap .modal button[type=submit] {
  padding: 0.8rem 3rem;
  background-color: #EC671A;
  color: white;
  border-radius: 50px;
  margin: 0 auto;
  width: 12rem;
  display: block;
}
main.single-service .side-content .contact-personel .card-header {
  cursor: pointer;
}
main.single-service .side-content .contact-personel .card-body p {
  margin-bottom: 0;
}
main.single-service .side-content .service-request-form {
  background-color: white;
  padding: 20px;
  border-radius: 15px;
}
main.single-service .side-content .service-request-form h3 {
  font-size: 20px;
  font-weight: 700;
}

.service-item-simple {
  border-radius: 15px;
  background-color: white;
  border: 1px solid #b4b4b4aa;
  text-decoration: none !important;
  transition: 0.3s;
}
.service-item-simple h3 {
  font-size: 1.4rem;
  transition: 0.3s;
}
.service-item-simple span {
  color: #EC671A;
}
.service-item-simple span svg {
  margin-left: 10px;
  fill: #EC671A;
}
.service-item-simple:hover {
  border-color: transparent;
  box-shadow: 0px 0px 5px 0px #EC671A;
  transform: translate(0, -10px);
}
.service-item-simple:hover * {
  color: #EC671A;
}
.service-item-simple:hover svg {
  transform: translate(10px, 0);
}

main.single-employee section.employee {
  margin-top: 8rem;
  background-color: #F5ECE4;
  border-top: 2px solid #EC671A;
}
main.single-employee section.employee a:hover {
  color: #EC671A;
}
main.single-employee section.employee .profile {
  margin-bottom: -7rem;
}
main.single-employee section.employee .profile .main {
  transform: translate(0, -8rem);
}
main.single-employee section.employee .profile .main .thumb-wrap {
  width: 15rem;
  height: 15rem;
  display: inline-block;
  border-radius: 100%;
  background-color: white;
  box-shadow: 0 0 12px #34424B55;
  padding: 2rem;
}
main.single-employee section.employee .profile .main .thumb-wrap img {
  width: 10rem;
  height: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 100%;
}
main.single-employee section.employee .profile .main h1 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #34424B;
}
main.single-employee section.employee .profile .main .job-positions h3 {
  font-size: 1.3rem;
  font-weight: 600;
}
main.single-employee section.employee .profile .contacts a {
  color: #EC671A;
}
main.single-employee section.employee .profile .contacts a i {
  fill: #EC671A;
}

.emp-item {
  color: rgba(23, 24, 24, 0.8);
}
.emp-item a {
  text-decoration: none;
}
.emp-item .img-wrap {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  border: 4px solid #F5ECE4;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .emp-item .img-wrap {
    width: 120px;
    height: 120px;
  }
}
.emp-item .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s;
}
.emp-item h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #34424B;
  transition: 0.3s;
}
.emp-item .job-position p {
  color: rgba(23, 24, 24, 0.8);
}
.emp-item .btn-orange {
  transition: 0.3s;
}
.emp-item:hover .img-wrap img {
  transform: scale(1.1);
}
.emp-item:hover h2 {
  color: #EC671A;
}
.emp-item:hover .btn-orange {
  box-shadow: 0 2px 5px 2px #34424B44;
}

.more-about-employees-box {
  background-color: #F5ECE4;
}

.post-item-wrap {
  transition: 0.4s;
}
.post-item-wrap.hidden {
  display: none;
}
.post-item-wrap .post-item {
  border-radius: 20px;
  background-color: white;
  box-shadow: 5px 6px 8px 1px #34424B22;
  text-decoration: none;
  transition: 0.3s;
}
.post-item-wrap .post-item .thumb-wrap {
  overflow: hidden;
}
.post-item-wrap .post-item .thumb-wrap img {
  width: 100%;
  height: 11rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.post-item-wrap .post-item .content .categories .cat {
  padding: 0.3rem 0.5rem;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #F5ECE4;
  color: #EC671A;
}
.post-item-wrap .post-item .content .title {
  font-size: 1.2rem;
  color: #34424B;
  font-weight: 700;
  transition: 0.3s;
}
.post-item-wrap .post-item .content .date {
  color: gray;
  font-size: 0.9rem;
}
.post-item-wrap .post-item:hover {
  transform: translate(0, -10px);
  box-shadow: 5px 6px 8px 1px #EC671A22;
  border-radius: 30px 30px 20px 20px;
}
.post-item-wrap .post-item:hover .thumb-wrap img {
  transform: scale(1.1);
}
.post-item-wrap .post-item:hover .content .title {
  color: #EC671A;
}

.post-item-small-wrap {
  height: 100%;
  border: 1px solid rgb(192, 192, 192);
  border-radius: 15px;
  transition: 0.4s;
}
.post-item-small-wrap:not(:last-child) {
  margin-bottom: 20px;
}
.post-item-small-wrap .post-item-small {
  background-color: white;
  text-decoration: none;
  transition: 0.3s;
}
.post-item-small-wrap .post-item-small .thumb-wrap {
  overflow: hidden;
  background-color: #F5ECE4;
}
.post-item-small-wrap .post-item-small .thumb-wrap img {
  padding: 15px;
  width: 100%;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
}
.post-item-small-wrap .post-item-small .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-item-small-wrap .post-item-small .content .title {
  font-size: 1.2rem;
  color: #34424B;
  font-weight: 700;
  line-height: 1.5;
  transition: 0.3s;
}
.post-item-small-wrap .post-item-small:hover {
  transform: translate(0, -10px);
  box-shadow: 5px 6px 8px 1px #EC671A22;
  border-radius: 30px 30px 20px 20px;
}
.post-item-small-wrap .post-item-small:hover .thumb-wrap img {
  transform: scale(1.1);
}
.post-item-small-wrap .post-item-small:hover .content .title {
  color: #EC671A;
}

section.newests-posts {
  background-color: #F5ECE4;
}
section.newests-posts h2 {
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  section.newests-posts h2 {
    margin-bottom: 4rem;
  }
}
section.newests-posts .splide__track {
  padding: 0 !important;
}
section.newests-posts .splide__track .splide__slide {
  margin-bottom: 2rem;
}
section.newests-posts .splide__arrows button {
  position: absolute;
  z-index: 100;
  top: -4rem;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.4rem 1rem;
  border: none;
  outline: none;
  border-radius: 20px;
  opacity: 0.5;
  transition: 0.3s;
}
section.newests-posts .splide__arrows button:not(:disabled) {
  cursor: pointer;
  opacity: 1;
}
section.newests-posts .splide__arrows button:not(:disabled):hover, section.newests-posts .splide__arrows button:not(:disabled):active, section.newests-posts .splide__arrows button:not(:disabled):focus {
  box-shadow: 0 0 0 2px #EC671Aaa;
  background: white;
}
@media screen and (max-width: 767.98px) {
  section.newests-posts .splide__arrows button {
    top: -3rem;
  }
}
section.newests-posts .splide__arrows button svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #EC671A;
  transition: 0.2s;
}
section.newests-posts .splide__arrows button.splide__arrow--prev {
  right: 5rem;
  transform: translate(0, -50%) rotate(180deg);
}
section.newests-posts .splide__arrows button.splide__arrow--next {
  right: 0;
  transform: translate(0, -50%);
}

main.magazin {
  background-color: #F5ECE4;
}
main.magazin section.header h1 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #34424B;
}
main.magazin section.header .excerpt {
  color: #34424B;
}
main.magazin section.filtration .filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 767.98px) {
  main.magazin section.filtration .filters {
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
main.magazin section.filtration .filters .filter-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767.98px) {
  main.magazin section.filtration .filters .filter-wrap {
    justify-content: space-between;
    width: 300px;
  }
}
main.magazin section.filtration .filters .filter-wrap p {
  font-weight: bold;
  margin-bottom: 0;
  white-space: nowrap;
}
main.magazin section.filtration .filters .filter-wrap select {
  border-radius: 5px;
  padding: 5px 10px;
  min-width: 200px;
}

main.single {
  background-color: #F5ECE4;
}
main.single .main .about-post h1 {
  font-size: 2rem;
  font-weight: 700;
  color: rgba(23, 24, 24, 0.8);
}
@media screen and (max-width: 767.98px) {
  main.single .main .about-post h1 {
    font-size: 1.6rem;
  }
}
main.single .main .about-post .thumbnail {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
main.single .main .meta .col-12 {
  border-bottom: 1px solid #EC671A88;
}
main.single .main .meta .date {
  font-size: 0.9rem;
}
main.single .main .meta ul {
  list-style: none;
  padding-inline-start: 0;
  transform: translate(0, -4px);
}
main.single .main .meta ul li {
  border: none;
  padding: 0.2rem 0.9em;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: white;
  border-radius: 100px;
  color: #34424B;
}
main.single .main .meta ul li a {
  text-decoration: none;
}
main.single .main .meta ul li:hover {
  background-color: #EC671A;
}
main.single .main .meta ul li:hover a {
  color: white;
}
main.single .main .content {
  color: rgba(23, 24, 24, 0.8);
}
main.single .sidebar h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
main.single .sidebar .posts .post-item-wrap .post-item .thumb-wrap {
  display: none;
}
main.single .sidebar .posts .post-item-wrap .post-item .content .categories {
  display: none;
}
main.single .wp-block-image img {
  max-width: 100%;
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.single .wp-block-image-full img {
  height: 100% !important;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  main.podporuji-nas .nav-tabs {
    display: flex;
    flex-direction: column;
  }
}
main.podporuji-nas .nav-tabs a {
  font-weight: 600;
}
main.podporuji-nas .tab-pane {
  padding-top: 30px;
}
main.podporuji-nas .tab-pane .tab-pane-title {
  margin-bottom: 50px;
}
main.podporuji-nas .tab-pane .companies {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
main.podporuji-nas .tab-pane .companies .company-wrap {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1199.98px) {
  main.podporuji-nas .tab-pane .companies .company-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
main.podporuji-nas .tab-pane .companies .company-wrap img {
  max-width: 300px;
  max-height: 300px;
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1199.98px) {
  main.podporuji-nas .tab-pane .companies .company-wrap img {
    max-width: 100%;
    height: 80px;
  }
}
main.podporuji-nas .tab-pane .companies .company-wrap h3 {
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}
main.podporuji-nas .tab-pane .companies .company-wrap h4 {
  font-size: 20px;
  font-weight: 500;
}
main.podporuji-nas .tab-pane .companies .company-wrap ul {
  padding-left: 15px;
}
main.podporuji-nas .tab-pane .posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1199.98px) {
  main.podporuji-nas .tab-pane .posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767.98px) {
  main.podporuji-nas .tab-pane .posts {
    grid-template-columns: repeat(1, 1fr);
  }
}

main.single-branch h2 {
  font-weight: 500;
}

section.contacts-and-map .content-wrap {
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  section.contacts-and-map .content-wrap {
    border-radius: 30px 30px 0 0;
  }
}
section.contacts-and-map .content-wrap .contact-info {
  background-color: white;
}
section.contacts-and-map .content-wrap .contact-info .contact-box {
  position: relative;
  width: 100%;
  background-color: white;
}
section.contacts-and-map .content-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 991.98px) {
  section.contacts-and-map .content-wrap iframe {
    border-radius: 0 0 30px 30px;
  }
}

.contact-box .label {
  color: rgba(23, 24, 24, 0.8);
  font-weight: 500;
  font-size: 1rem;
}
.contact-box .label svg {
  height: 1.6rem;
  width: 1.6rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
  transform: translate(0, -2px);
  fill: #EC671A;
}
.contact-box p {
  display: inline;
  margin: 0;
}
.contact-box a {
  color: rgba(23, 24, 24, 0.8);
}
.contact-box a:hover {
  color: #EC671A;
}

.branch-item.big-box {
  text-decoration: none;
}
.branch-item.big-box .upper-part {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(236, 103, 26, 0) 90%);
  background-color: #526672;
  position: relative;
  padding: 3rem;
  padding-bottom: 4rem;
  border: 1px solid #b4b4b4;
  box-shadow: 0 0 8px 0px #526672;
  border-radius: 15px;
  transition: 0.3s;
}
.branch-item.big-box .upper-part img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
  opacity: 0.4;
  transition: 0.3s;
}
.branch-item.big-box .upper-part .content {
  position: relative;
  z-index: 10;
}
.branch-item.big-box .upper-part .content * {
  color: white;
}
.branch-item.big-box .upper-part .content h3 {
  font-size: 2.2rem;
}
.branch-item.big-box .bottom-part {
  width: 100%;
  margin: 0 auto;
  transform: translate(0, -50%);
}
.branch-item.big-box.stredisko .upper-part {
  padding: 2.5rem;
}
@media screen and (max-width: 991.98px) {
  .branch-item.big-box.stredisko .upper-part {
    padding: 4rem 2.5rem;
  }
}
.branch-item.big-box.stredisko .upper-part .content h3 {
  font-size: 1.6rem;
}
.branch-item.big-box:hover .upper-part {
  background-color: #EC671A;
}
.branch-item.small-box {
  border-radius: 100px;
  background-color: #F5ECE4;
  box-shadow: 0 0 8px 0px #b4b4b4;
  text-decoration: none;
  transition: 0.3s;
}
.branch-item.small-box:hover {
  background-color: #EC671A;
  color: white;
}
.branch-item.small-box:hover svg {
  fill: white;
}

.branches-map #map .leaflet-popup {
  padding-top: 1.5rem;
}
.branches-map #map .leaflet-popup span {
  font-size: 1.2rem;
  font-weight: bold;
}
.branches-map #map .leaflet-popup span p {
  font-weight: 400;
  font-size: 1rem;
}
.branches-map #map .leaflet-popup a.btn {
  transform: scale(0.8);
  transform-origin: left;
}

section.service-type-list .service-type {
  height: 400px;
  position: relative;
  text-decoration: none;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(236, 103, 26, 0) 90%);
  background-color: #526672;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 767.98px) {
  section.service-type-list .service-type {
    height: 280px;
  }
}
section.service-type-list .service-type img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.5;
}
section.service-type-list .service-type h3, section.service-type-list .service-type .desc {
  position: relative;
  z-index: 5;
  color: white;
  text-shadow: 0 0 3px rgba(23, 24, 24, 0.8);
}
section.service-type-list .service-type .desc {
  font-weight: 500;
  max-width: 80%;
}
section.service-type-list .service-type svg {
  position: absolute;
  z-index: 5;
  left: calc(100% - 5rem);
  top: calc(100% - 5.2rem);
  width: 2rem;
  height: 2rem;
  fill: white;
  opacity: 0;
  transform: translate(-10px, 0);
  transition: 0.3s;
}
section.service-type-list .service-type:hover {
  background-color: #EC671A;
}
section.service-type-list .service-type:hover svg {
  opacity: 1;
  transform: translate(0);
}

.services h2 {
  font-weight: 500;
}

.general-post-type-item {
  background-color: white;
  box-shadow: 5px 6px 8px 1px #34424B22;
  border-radius: 1rem;
  transition: 0.3s;
  text-decoration: none !important;
}
.general-post-type-item h3 {
  text-transform: capitalize;
  font-size: 1rem;
}
.general-post-type-item:hover {
  background-color: #F5ECE4;
}
.general-post-type-item:hover h3 {
  color: #EC671A;
}

main.search header {
  background-color: #EC671A44;
}
main.search header h1 {
  font-weight: 600;
}
main.search header h1 span {
  color: #EC671A;
}
main.search .post-section:nth-of-type(2n) {
  background-color: #F5ECE4;
}
main.search .post-section h2 {
  font-weight: 600;
}

main.template-page-odkazy, main.template-page-fotogalerie {
  background-color: #f2f2f2;
}
main.template-page-odkazy .page-nadpis .nadpis-row, main.template-page-fotogalerie .page-nadpis .nadpis-row {
  background-attachment: fixed;
  min-height: 300px;
}
main.template-page-odkazy .page-nadpis .nadpis-row .col-12, main.template-page-fotogalerie .page-nadpis .nadpis-row .col-12 {
  background: rgba(0, 0, 0, 0.3);
}
main.template-page-odkazy .page-nadpis .nadpis-row h1, main.template-page-fotogalerie .page-nadpis .nadpis-row h1 {
  font-weight: bold;
  font-size: 46px;
  color: white;
  z-index: 20;
}

#breadcrumbs {
  box-shadow: -40px -1px 1px 0px #dadada;
  border-radius: 15px 15px 0 0;
  transform: translate(0, 2px);
}
#breadcrumbs > span > span {
  display: inline-block;
  margin-left: -40px;
}
#breadcrumbs > span > span a {
  display: inline-block;
  padding: 10px 60px 10px 40px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #EC671A;
}
#breadcrumbs > span > span:not(.breadcrumb_last) {
  background-color: white;
  clip-path: polygon(0 0, calc(100% - 22px) 0%, calc(100% - 34px) 100%, 0% 100%);
  transition: 0.3s;
}
#breadcrumbs > span > span:not(.breadcrumb_last):not(:nth-last-child(2)) {
  position: relative;
}
#breadcrumbs > span > span:not(.breadcrumb_last):not(:nth-last-child(2))::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(100% - 29px);
  background-color: #b4b4b4;
  width: 1px;
  height: 100%;
  transform: skew(-16deg, -16deg);
}
#breadcrumbs > span > span:not(.breadcrumb_last):hover {
  background-color: #EC671A;
}
#breadcrumbs > span > span:not(.breadcrumb_last):hover a {
  text-decoration: none;
  color: white;
}
#breadcrumbs > span > span:not(.breadcrumb_last):hover::after {
  opacity: 0;
}
#breadcrumbs > span > span.breadcrumb_last {
  padding: 10px 30px 10px 60px;
  margin-left: -60px;
  background: linear-gradient(110deg, rgb(172, 63, 0) 0%, rgb(236, 103, 26) 45%);
  color: white;
}
#breadcrumbs > span > span:first-child, #breadcrumbs > span > span:last-child {
  border-radius: 15px 15px 0 0;
}
#breadcrumbs > span > span:first-child a {
  padding: 10px 60px 10px 30px;
}
#breadcrumbs > span > span:not(.breadcrumb_last):nth-child(1) {
  z-index: calc(10 - 1);
}
#breadcrumbs > span > span:not(.breadcrumb_last):nth-child(2) {
  z-index: calc(10 - 2);
}
#breadcrumbs > span > span:not(.breadcrumb_last):nth-child(3) {
  z-index: calc(10 - 3);
}
#breadcrumbs > span > span:not(.breadcrumb_last):nth-child(4) {
  z-index: calc(10 - 4);
}
#breadcrumbs > span > span:not(.breadcrumb_last):nth-child(5) {
  z-index: calc(10 - 5);
}

.side-nav {
  box-shadow: 0px 0 5px 2px #f2f2f2;
  background-color: white;
  border-radius: 20px;
  padding: 0;
  margin-top: 10px;
  overflow: hidden;
}
.side-nav .accordion .card {
  border: none;
}
.side-nav .accordion .card .card-header {
  background-color: white;
  cursor: pointer;
  border-top: 1px solid #b4b4b477;
  transition: 0.2s;
  padding: 0.5rem 1.25rem;
}
.side-nav .accordion .card .card-header button {
  text-decoration: none;
  color: rgba(23, 24, 24, 0.8);
  font-weight: bold;
}
.side-nav .accordion .card .card-header svg {
  width: 1rem;
  height: 1rem;
  margin-top: 12px;
  transition: 0.2s;
}
.side-nav .accordion .card .card-header:hover {
  background-color: #EC671A55;
}
.side-nav .accordion .card .card-header:not(.collapsed) {
  background-color: #EC671Add;
}
.side-nav .accordion .card .card-header:not(.collapsed) button {
  color: white;
}
.side-nav .accordion .card .card-header:not(.collapsed) svg {
  transform-origin: center;
  transform: rotate(90deg);
}
.side-nav .accordion .card .card-header:not(.collapsed) svg path {
  fill: white !important;
}
.side-nav .accordion:first-child .card .card-header {
  border: none;
}
.side-nav ul {
  margin-bottom: 0;
}
.side-nav ul li {
  padding-bottom: 15px;
}
.side-nav ul li a {
  color: #707070;
}
.side-nav ul li:hover {
  list-style-image: url("../img/oranzove_srdicko_mensi.png");
}
.side-nav ul li:hover a {
  color: #EC671A;
  text-decoration: none;
}
.side-nav ul li.current_page_item {
  list-style-image: url("../img/oranzove_srdicko_mensi.png");
}
.side-nav ul li.current_page_item ul {
  list-style-image: none;
}
.side-nav ul li.current_page_item > a {
  color: #EC671A;
}

.page-content .main-content h2, .page-content .main-content h3, .page-content .main-content h4, .page-content .main-content h5, .page-content .main-content h6,
.service-other-content h2,
.service-other-content h3,
.service-other-content h4,
.service-other-content h5,
.service-other-content h6 {
  padding-top: 1rem;
  font-weight: 700;
}
.page-content .main-content h2,
.service-other-content h2 {
  font-size: 1.6rem;
}
.page-content .main-content h3,
.service-other-content h3 {
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.page-content .main-content p,
.service-other-content p {
  margin-bottom: 1.5rem;
}
.page-content .main-content ul,
.service-other-content ul {
  padding-left: 20px;
}
.page-content .main-content ul li,
.service-other-content ul li {
  padding: 7px 0;
  padding-left: 10px;
  list-style-image: url("../img/oranzove_srdicko_mensi.png");
}

@media screen and (max-width: 991.98px) {
  body .carousel .popis h1 {
    font-size: 30px !important;
  }
  body .vedeli-jste .vedeli-jste-slider .slick-next {
    left: 93% !important;
  }
  body .vedeli-jste .vedeli-jste-slider .slick-prev {
    left: 0% !important;
  }
  body .vedeli-jste .vedeli-jste-slider .slick-slide p {
    width: 80% !important;
    margin: auto;
  }
  .slider .slide1 {
    height: 400px !important;
  }
  .slider .slide2 {
    height: 400px !important;
  }
  .slider .slide3 {
    height: 400px !important;
  }
  .sluzby {
    justify-content: center !important;
  }
  .sluzby .sluzba {
    margin: 10px;
  }
  .sluzby .sluzba h2 {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .navbar-sluzby ul li a.nav-link {
    padding: 10px 20px !important;
  }
  .mista-obdelnik {
    width: 90%;
  }
  .sluzby {
    position: relative;
    margin-top: 30px;
  }
  .sluzby .sluzba .sipka {
    position: inherit;
  }
  main.home-page .slider .carousel .popis .col-12 {
    height: auto !important;
  }
  main.home-page .slider .carousel .popis h1 {
    font-size: 1.5rem !important;
  }
  .slider .slide1 {
    height: 350px !important;
  }
  .slider .slide2 {
    height: 350px !important;
  }
  .slider .slide3 {
    height: 350px !important;
  }
  footer .kontakty {
    font-size: 16px !important;
  }
  body .nadpis {
    font-size: 22px !important;
  }
  body .sluzba:hover {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .sluzby .sluzba {
    height: auto;
    transition: 0.3s;
  }
  .sluzby .sluzba h2 {
    color: #EC671A;
  }
  .sluzby .sluzba .sipka {
    opacity: 0;
    transition: 0s;
    pointer-events: none;
  }
  .sluzby .sluzba .odkazy {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
  }
  .sluzby .sluzba .odkazy .odkazy-hidden .odkaz a {
    max-height: 200px;
  }
  .sluzby .sluzba .btn-dark {
    display: flex;
    align-items: center;
    width: 88px;
    border-radius: 20px;
    background-color: #707070;
    border-color: #707070;
    color: white !important;
    text-align: center;
    font-size: 18px;
    opacity: 1;
    transition: 0.3s;
    pointer-events: auto;
  }
  .sluzby .sluzba .btn-dark .btn-sipka {
    margin-left: 4px;
    width: 19px;
    height: 22px;
    background-image: url("/wp-content/uploads/2021/03/arrow-right.png");
    background-position: center;
    background-size: cover;
    transition: 0.3s;
  }
  .sluzby .sluzba .btn-dark:hover {
    text-decoration: none;
    background-color: #EC671A;
    pointer-events: auto;
    transition: 0.3s;
  }
  .sluzby .sluzba .btn-dark:hover .btn-sipka {
    margin-left: 7px;
    transition: 0.3s;
  }
  .nadpis404 {
    font-size: 8rem;
    text-align: center;
  }
  body .navbar-sluzby ul li {
    margin-bottom: 25px;
  }
  body .sluzby .sluzba {
    width: 100%;
  }
  body .navbar {
    font-size: 18px !important;
  }
  body section.slider {
    margin-top: 10px !important;
  }
  body section.slider s .slide1 {
    height: 280px !important;
  }
  body section.slider s .slide1 .popis h1 {
    font-size: 20px;
  }
  body section.slider .slide2 {
    height: 280px !important;
  }
  body section.slider .slide3 {
    height: 280px !important;
  }
  body .navbar .navbar-toggler {
    outline: none;
  }
  body .navbar .navbar-toggler img {
    width: 37px;
    height: 30px;
  }
  body .navbar .logo {
    margin-left: 0 !important;
    height: 30px !important;
  }
  body #carousel-sluzby .carousel-item h1 {
    font-size: 35px !important;
  }
  body .spodni-carousel {
    margin-bottom: 0px !important;
  }
  body .spodni-carousel .indi {
    height: 100px !important;
  }
  body .spodni-carousel .indi .carousel-indicators {
    transform: none !important;
    position: relative !important;
    margin-left: 0px;
    margin-right: 0px;
  }
  body .spodni-carousel .indi .carousel-indicators li {
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    border-radius: 50%;
    background-color: #707070;
  }
  body .spodni-carousel .indi .carousel-indicators li.active {
    background-color: #EC671A;
  }
  body .spodni-carousel .carousel-item h3 {
    font-size: 28px !important;
  }
  body .vedeli-jste {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  body .vedeli-jste .popis {
    margin-bottom: 15px !important;
  }
  body .vedeli-jste .vedeli-jste-slider .slick-slide p {
    width: 80%;
    margin: auto;
  }
  body .vedeli-jste .vedeli-jste-slider .slick-prev {
    z-index: 2;
    top: 35%;
    left: 5% !important;
    width: 40px;
    height: 40px;
  }
  body .vedeli-jste .vedeli-jste-slider .slick-next {
    z-index: 2;
    top: 35%;
    left: 85% !important;
    width: 40px;
    height: 40px;
  }
  body .spodni-carousel .carousel .carousel-indicators {
    margin-bottom: 0px !important;
  }
  body .spodni-carousel .carousel-obrazek {
    height: 200px;
  }
  body .spodni-carousel .carousel-text {
    margin-left: 20px !important;
    margin-right: 15px !important;
    padding: 0px !important;
  }
  body .spodni-carousel .carousel-text .nadpis {
    margin-top: 10px;
  }
  body .spodni-carousel .carousel-text .popis {
    margin-top: 15px !important;
  }
  body .spodni-carousel .carousel-text .datum {
    margin-top: 15px !important;
  }
  body .carousel .indi .carousel-indicators {
    margin-bottom: 0px !important;
  }
  body footer .telefon {
    margin-top: 5px !important;
  }
  body footer .fixed-contacts {
    right: 7px !important;
  }
  body footer .fixed-contacts img {
    width: 35px !important;
    margin: 2px !important;
  }
  body footer .copyright-texty .footer-part {
    width: 100%;
  }
  main.detail-prispevku .thumbnail-detail {
    height: 300px;
  }
  main.detail-prispevku .wp-block-image img {
    height: 300px;
  }
}
@media screen and (max-width: 575.98px) {
  .main-menu {
    width: 100%;
    background-color: white !important;
  }
  .main-menu .mobile-collapse-menu {
    width: 100%;
    box-shadow: 0px 15px 17px 5px rgba(0, 0, 0, 0.35);
    border-radius: 25px;
    border-top: none !important;
  }
  section.slider .slide1, section.slider .slide2, section.slider .slide3 {
    height: 220px !important;
  }
  section.slider .popis h1 {
    font-size: 20px !important;
    margin-left: auto;
  }
  main.detail-prispevku .thumbnail-detail {
    height: 200px;
  }
  main.detail-prispevku .wp-block-image img {
    height: 200px;
  }
}
footer {
  position: relative;
  background-color: #707070;
  color: white;
}
footer * {
  color: white;
}
footer p {
  color: white;
}
footer .kontakty {
  background-color: #f2f2f2;
  color: #EC671A;
  font-size: 22px;
}
footer .kontakty .designovy-prvek {
  max-width: 30%;
}
footer .kontakty a {
  color: #EC671A;
  font-weight: 700;
}
footer .footer-menu h3 a {
  font-size: 20px;
  font-weight: bold;
  color: white;
}
footer .footer-menu ul {
  margin-bottom: 40px;
  list-style: none;
  padding-inline-start: 0;
}
footer .footer-menu ul li {
  margin: 6px 0;
}
footer .footer-menu ul li a {
  color: rgba(255, 255, 255, 0.8);
}
footer .footer-menu ul li a:hover {
  color: white;
}
footer #footer-menu-container {
  border-left: 2px solid rgba(255, 255, 255, 0.8);
  padding-left: 30px;
}
footer #footer-menu-container a {
  color: white;
}
footer #footer-menu-container ul {
  list-style-type: none;
}
footer #footer-menu-container ul .nav-item {
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
}
footer #footer-menu-container ul .nav-item .nav-link {
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
}
footer #footer-menu-container ul .nav-item .nav-link:hover {
  color: white;
}
footer .copyright-texty {
  font-size: 14px;
}
footer .copyright-texty h3 {
  color: white;
  max-width: 500px;
}
footer .copyright-texty img {
  height: 35px;
}
footer .copyright-texty img.tritonit-logo {
  height: 22px;
  transform: translate(0, 1px);
}
footer .copyright-texty img.boost-it-logo {
  height: 15px;
  transform: translate(0, -1px);
}
footer .copyright-texty a {
  color: white;
}
footer .fixed-contacts {
  position: fixed;
  bottom: 40px;
  right: 5%;
  z-index: 100;
  opacity: 1;
  pointer-events: all;
  transition: 0.5s;
}
footer .fixed-contacts.hidden {
  opacity: 0;
  pointer-events: none;
}
footer .fixed-contacts img {
  width: 50px;
  margin: 5px;
}
footer .fixed-contacts .telefon {
  width: 50px;
  margin: 5px;
  margin-left: 3px;
}