@charset "UTF-8";
h1, h2, h3, h4, h5, h6 {
  font-family: "poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #001F47;
  text-transform: uppercase;
  line-height: 1.2;
}

h1, h2 {
  font-size: 5.5rem;
}

h3 {
  font-size: 4.4rem;
}

h4 {
  font-size: 4rem;
}

h5 {
  font-size: 3.6rem;
}

h6 {
  font-size: 2.4rem;
}

.grey-text {
  line-height: 2;
}

.bordered-heading, .contact-us h2 {
  position: relative;
  line-height: 1.2;
  padding-bottom: 45px;
}
.bordered-heading::before, .contact-us h2::before {
  border-top: 0;
  border-left: 0;
  border-bottom: 3px solid #FCC200;
  border-right: 0;
  display: block;
  content: "";
  position: absolute;
  transform: scaleX(0.9);
  transition: all 0.5s ease;
  left: -5px;
  bottom: 2rem;
  width: 16rem;
}

p, a {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #001F47;
}
p strong, a strong {
  font-weight: 700;
  color: #001F47;
}

article p, hgroup p, .lh p {
  line-height: 2.2;
}
article strong, hgroup strong, .lh strong {
  font-weight: 700;
}
article ul, hgroup ul, .lh ul {
  margin-left: 40px;
}
article li, hgroup li, .lh li {
  line-height: 2.2;
  font-size: 1.6rem;
  color: #001F47;
  list-style-image: url("../../img/list-style-square.svg");
}

.yellow-text {
  color: #FCC200;
}

.grey-text {
  color: #8E8E8E;
}

@media screen and (max-width: 1450px) {
  h1, h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1366px) {
  h1, h2 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  hgroup p,
  article p,
  .lh p,
  p {
    line-height: 1.6;
  }
}
html {
  font-size: 62.5%; /*10px*/
  box-sizing: border-box;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1700px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 45%;
  }
}
html:focus-within {
  scroll-behavior: smooth;
}

body {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  margin: auto;
}

/*
body {
    position: relative;
}

main {
    padding-bottom: 33rem;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35rem;
}

@media screen and ($mq-medium) {
    main {
        padding-bottom: 57rem;
    }
    footer {
        height: 57rem;
    }


}

@media screen and ($mq-small) {
    main {
        padding-bottom: 80rem;
    }
    footer {
        height: 80rem;
    }


}


@media screen and (max-width: 600px) {
    main {
        padding-bottom: 105rem;
    }
    footer {
        height: 105rem;
    }
}


@media screen and (max-width: 501px) {
    main {
        padding-bottom: 125rem;
    }
    footer {
        height: 125rem;
    }
}

*/
body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-thumb {
  background: #001F47;
  border-left: solid 0.3px #F8FBFF;
}

body::-webkit-scrollbar-track {
  background: #F8FBFF;
}

.input:focus {
  outline: none !important;
  border: 1px solid #001F47;
  box-shadow: 0 0 10px #719ECE;
}

main {
  max-width: 2300px;
  margin: auto;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}

* {
  font: inherit;
  text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg {
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.buttons-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.btn, .menu-icons a span, .secondary-btn, .secondary-btn-filled, .primary-btn, .header .primary-navigation .contact-menu-item, .header .primary-navigation .menu-contact-btn, form .grid-line p input,
dialog form .grid-line p input {
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem 0.5rem;
  min-width: 17rem;
  max-width: 20rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 3px solid #FCC200;
  max-height: 50px;
}
.btn:hover, .menu-icons a span:hover, .secondary-btn:hover, .secondary-btn-filled:hover, .primary-btn:hover, .header .primary-navigation .contact-menu-item:hover, .header .primary-navigation .menu-contact-btn:hover, form .grid-line p input:hover {
  background: #FCC200;
}

.primary-btn, .header .primary-navigation .contact-menu-item, .header .primary-navigation .menu-contact-btn, form .grid-line p input,
dialog form .grid-line p input {
  background: #FCC200;
}
.primary-btn:hover, .header .primary-navigation .contact-menu-item:hover, .header .primary-navigation .menu-contact-btn:hover, form .grid-line p input:hover {
  background: white;
}
.primary-btn:hover a, .header .primary-navigation .contact-menu-item:hover a, .header .primary-navigation .menu-contact-btn:hover a, form .grid-line p input:hover a {
  transform: scale(1.1);
}

.secondary-btn, .secondary-btn-filled {
  border: 3px solid #001F47;
}
.secondary-btn:hover, .secondary-btn-filled:hover {
  background: #001F47;
  color: white;
}

.secondary-btn-filled {
  background-color: #001F47;
  color: white;
  display: flex;
  gap: 10px;
}
.secondary-btn-filled svg {
  width: 20%;
}
.secondary-btn-filled:hover {
  background: white;
  color: black;
}
.secondary-btn-filled:hover a {
  transform: scale(1.1);
}

.vertical-tag, .header .header-tag, .horizontal-tag {
  background: #FCC200;
  padding: 0 15px;
  border-radius: 0 0 8rem 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.vertical-tag img, .header .header-tag img, .horizontal-tag img {
  width: 90%;
  min-width: 50px;
}

.horizontal-tag {
  border-radius: 0 8rem 8rem 0;
  max-width: 50rem;
  max-height: 12rem;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 30%;
  background: #fff;
  padding-left: 0;
}
.horizontal-tag img {
  width: 25px;
  min-width: auto;
}
.horizontal-tag a {
  align-self: flex-start;
  padding: 0 4rem;
  padding-left: 10rem;
  width: 100%;
}
.horizontal-tag p {
  color: white;
  font-weight: 700;
  font-size: 1.9rem;
  text-align: start;
  padding-bottom: 1rem;
  color: #FCC200;
}
.horizontal-tag span {
  font-weight: 700;
  display: flex;
  gap: 2rem;
  font-size: 2.6rem;
}
.horizontal-tag svg {
  color: #FCC200;
  width: 30px;
  height: 30px;
}

.phone-num {
  color: #FCC200;
  font-size: 2.9rem;
  font-weight: 700;
  display: flex;
  gap: 10px;
  align-items: center;
}
.phone-num svg {
  color: #FCC200;
  transform: rotate(10deg);
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 1450px) {
  .horizontal-tag {
    gap: 5px;
    min-width: 27%;
  }
  .horizontal-tag p {
    padding-bottom: 10px;
  }
}
.swiper-wrapper {
  display: flex;
  align-items: center;
  padding: 0;
}

.swiper-buttons-wrapper {
  display: flex;
  justify-content: space-between;
}
.swiper-buttons-wrapper .swiper-button-disabled {
  opacity: 0.3;
}

.hero-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
}
.hero-wrapper .hero-title h1 {
  text-transform: uppercase;
}
.hero-wrapper .hero-title h1 span {
  color: #FCC200;
}
.hero-wrapper .info-wrapper,
.hero-wrapper .hero-title {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: -moz-fit-content;
  width: fit-content;
}
.hero-wrapper .info-wrapper p,
.hero-wrapper .hero-title p {
  max-width: 60ch;
}
.hero-wrapper .main-hero-gallery {
  width: 60%;
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(100px, auto));
  grid-template-columns: repeat(auto-fit, minmax(100px, auto));
  margin-right: 10rem;
  gap: 0;
  height: 100%;
  margin-top: 2rem;
}
.hero-wrapper .main-hero-gallery div {
  grid-area: 1/3/4/5;
  align-self: self-end;
  width: 100%;
  aspect-ratio: 2/1.1;
  max-height: 100%;
}
.hero-wrapper .main-hero-gallery div img {
  width: 100%;
  min-width: auto;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-wrapper .main-hero-gallery div:first-child {
  grid-area: 3/1/5/3;
  justify-self: self-end;
  width: 90%;
  aspect-ratio: 1/1;
  max-width: 410px;
  align-self: center;
  margin-right: 2rem;
}
.hero-wrapper .main-hero-gallery div:first-child img {
  aspect-ratio: 1/1;
  min-width: 200px;
}
.hero-wrapper .main-hero-gallery div:last-child {
  width: 100%;
  aspect-ratio: 2/1.2;
  grid-area: 4/3/6/6;
  align-self: self-start;
  max-height: 100%;
  position: relative;
  margin-top: 2rem;
}
.hero-wrapper .main-hero-gallery div:last-child::before {
  top: 70%;
  right: 0;
  bottom: 0;
  left: 70%;
  content: "";
  position: absolute;
  opacity: 1;
  z-index: 0;
  background: url(../../img/fire.svg) no-repeat;
  height: 100%;
}

@media screen and (max-width: 1650px) {
  .hero-wrapper .main-hero-gallery div:last-child::before {
    top: 70%;
    background-size: 50%;
  }
}
@media screen and (max-width: 1366px) {
  .hero-wrapper .main-hero-gallery div:first-child img {
    min-width: 220px;
  }
}
@media screen and (max-width: 1400px) {
  .hero-wrapper .info-wrapper .hero-title p {
    max-width: 70ch;
  }
}
@media screen and (max-width: 1280px) {
  .hero-wrapper .main-hero-gallery {
    margin-left: 0;
  }
  .hero-wrapper .main-hero-gallery div {
    aspect-ratio: 2/1.2;
  }
  .hero-wrapper .main-hero-gallery div:first-child {
    justify-self: auto;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 1024px) {
  .hero-wrapper .main-hero-gallery {
    width: 100%;
    margin-right: 0;
  }
  .hero-wrapper .main-hero-gallery div {
    grid-area: 1/3/4/6;
    width: 90%;
    aspect-ratio: 2/1.1;
  }
  .hero-wrapper .main-hero-gallery div:first-child {
    justify-self: self-end;
  }
  .hero-wrapper .main-hero-gallery div:first-child img {
    min-width: 100%;
  }
  .hero-wrapper .main-hero-gallery div:last-child {
    grid-area: 4/3/6/7;
  }
  .hero-wrapper .main-hero-gallery div img {
    min-width: 100%;
  }
  .hero-wrapper .info-wrapper {
    width: 100%;
  }
  .hero-wrapper .info-wrapper .hero-title p {
    max-width: 100%;
  }
  .swiper {
    z-index: 0;
  }
}
@media screen and (max-width: 950px) {
  .hero-wrapper .main-hero-gallery {
    margin-left: 0;
    grid-template-rows: repeat(auto-fit, minmax(50px, auto));
    grid-template-columns: repeat(auto-fit, minmax(50px, auto));
  }
}
@media screen and (max-width: 768px) {
  .hero-wrapper .hero-title {
    gap: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .hero-wrapper .main-hero-gallery {
    grid-template-rows: repeat(auto-fit, minmax(20px, auto));
    grid-template-columns: repeat(auto-fit, minmax(20px, auto));
    gap: 10px;
  }
  .hero-wrapper .main-hero-gallery div:first-child {
    width: 100%;
  }
  .hero-wrapper .main-hero-gallery div:last-child {
    width: 100%;
    aspect-ratio: 2/1.1;
  }
  .hero-wrapper .main-hero-gallery div:last-child::before {
    background-size: 50%;
  }
  .hero-wrapper .main-hero-gallery .round-corners {
    border-radius: 3rem;
  }
}
#single_service_slider .swiper-slide {
  display: block;
  min-height: 55rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#single_service_slider .swiper-slide {
  min-height: 35rem;
}
#single_service_slider .swiper-pagination {
  display: flex;
  justify-content: flex-start;
  position: static;
  width: 100%;
  padding-left: 15%;
  height: 20px;
}
#single_service_slider .swiper-pagination .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #001F47;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  box-shadow: 0px 0px 0px 0.3px rgb(255, 255, 255);
}
#single_service_slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #FCC200;
  border-radius: 0;
  border: none;
  box-shadow: 0px 0px 0.5px 1px #FCC200;
}

@media screen and (max-width: 768px) {
  #single_service_slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 25rem;
  }
}
#brand_slider,
#brand_slider_verified {
  display: flex;
  justify-content: center;
  padding: 0 10rem;
}
#brand_slider .swiper-wrapper,
#brand_slider_verified .swiper-wrapper {
  width: 100%;
}
#brand_slider .swiper-wrapper .swiper-slide,
#brand_slider_verified .swiper-wrapper .swiper-slide {
  width: 27%;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #FCC200;
}

@media screen and (max-width: 1350px) {
  #brand_slider .swiper-wrapper .swiper-slide {
    width: 35%;
    display: flex;
    justify-content: center;
  }
  #brand_slider_verified .swiper-wrapper .swiper-slide {
    width: 35%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  #brand_slider .swiper-wrapper .swiper-slide {
    width: 50%;
  }
  #brand_slider_verified .swiper-wrapper .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #brand_slider .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  #brand_slider_verified .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  .hero-wrapper .main-hero-gallery {
    margin-right: 0;
  }
}
form,
dialog form {
  width: 100%;
}
form .line,
dialog form .line {
  width: 100%;
}
form .line p,
dialog form .line p {
  display: flex;
  padding: 10px;
  gap: 10px;
  width: 100%;
  justify-content: flex-end;
}
form .line input,
form .line select,
dialog form .line input,
dialog form .line select {
  border-radius: 6rem;
  padding: 15px;
  margin-top: 5px;
  margin-left: -10px;
  width: 100%;
  border: 2px solid #001F47;
  max-height: 60px;
}
form .line input option,
form .line select option,
dialog form .line input option,
dialog form .line select option {
  background-color: #F8FBFF;
  font-size: 2rem;
}
form .line input[type=checkbox],
dialog form .line input[type=checkbox] {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-right: 5px;
  width: 0;
  min-width: 0;
}
form .line input[type=checkbox]:before,
dialog form .line input[type=checkbox]:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  margin-top: -1rem;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  background: #fcfcfc;
  border-radius: 50%;
}
form .line input[type=checkbox]:checked:before,
dialog form .line input[type=checkbox]:checked:before {
  background: #FCC200;
  border-color: #FCC200;
  border: none;
}
form .line input[type=checkbox]:disabled,
dialog form .line input[type=checkbox]:disabled {
  color: #b8b8b8;
  cursor: auto;
}
form .line input[type=checkbox]:disabled:before,
dialog form .line input[type=checkbox]:disabled:before {
  box-shadow: none;
  background: #ddd;
}
form .line input[type=checkbox]:checked:after,
dialog form .line input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5px;
  left: -15px;
  right: 0px;
  background: #001F47;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #001F47, 4px 0 0 #001F47, 4px -2px 0 #001F47, 4px -4px 0 #001F47, 4px -6px 0 #001F47, 4px -8px 0 #001F47;
  transform: rotate(45deg);
}
form .line label,
dialog form .line label {
  width: 100%;
  font-weight: medium;
}
form .wpcf7-list-item,
dialog form .wpcf7-list-item {
  width: 5px;
}
form .accept-btn,
dialog form .accept-btn {
  position: relative;
  height: 3rem;
  bottom: 12rem;
}
form .accept-btn p,
dialog form .accept-btn p {
  position: absolute;
  top: 0;
}
form textarea.wpcf7-form-control.wpcf7-textarea,
dialog form textarea.wpcf7-form-control.wpcf7-textarea {
  border: 2px solid #001F47;
  border-radius: 3rem;
  width: 100%;
  margin-top: 5px;
  margin-left: -10px;
  padding: 25px;
  height: 100%;
}
form .grid-line p,
dialog form .grid-line p {
  /* display: grid;
   grid-template-columns: repeat(4, 1fr);
   grid-template-rows: repeat(6, 15%);*/
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}
form .grid-line p:first-child,
dialog form .grid-line p:first-child {
  max-height: 200px;
}
form .grid-line p label,
dialog form .grid-line p label {
  grid-area: 1/1/4/6;
}
form .grid-line p input,
dialog form .grid-line p input {
  grid-area: 5/3/7/5;
  position: relative;
  align-self: self-start;
  justify-self: center;
  width: 100%;
  max-width: 25rem;
}
form .grid-line .line,
dialog form .grid-line .line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
form .grid-line .line a,
dialog form .grid-line .line a {
  color: white;
}
form .grid-line .line p,
dialog form .grid-line .line p {
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
form .grid-line .wpcf7-spinner,
dialog form .grid-line .wpcf7-spinner {
  display: none;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.59);
}

#popup-form {
  width: 100vw;
  height: 100vh;
  background: transparent;
  border: none;
  justify-content: center;
  align-items: center;
}
#popup-form .form-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#popup-form .form-wrapper::after {
  display: inline-block;
  content: "×";
  position: absolute;
  top: 5%;
  right: 23%;
  font-size: 5rem;
  cursor: pointer;
  color: #fff;
  transition: all 0.5s ease-in;
}
#popup-form .form-wrapper .contact-form {
  background: white;
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 6rem;
  padding: 5rem;
  max-height: 90%;
}
#popup-form .form-wrapper .contact-form input[type=checkbox]:before {
  border: 1px solid #001F47;
}
#popup-form .form-wrapper .contact-form input[type=checkbox]:checked:before {
  border: none;
}
#popup-form form textarea.wpcf7-form-control.wpcf7-textarea, #popup-form dialog form textarea.wpcf7-form-control.wpcf7-textarea {
  height: 20rem;
}

.contact-us {
  padding: 0 0 10rem 10rem;
  margin-top: 1px;
  position: relative;
  background: #001F47;
  padding-bottom: 5rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(100px, 1fr));
}
.contact-us .contact-form-page {
  grid-area: 2/1/3/4;
  display: flex;
  justify-content: space-between;
  height: -moz-fit-content;
  height: fit-content;
}
.contact-us::before {
  border-top: 0;
  border-left: 0;
  border-bottom: 3px solid #FCC200;
  border-right: 0;
  display: block;
  content: "";
  position: absolute;
  transform: scaleX(0.9);
  transition: all 0.5s ease;
  bottom: 2rem;
  width: 100%;
  left: 0;
}
.contact-us .form-wrapper {
  width: 60%;
  padding: 0;
  padding-bottom: 0;
  flex: 1 1 48%;
  padding-right: 5rem;
  height: -moz-fit-content;
  height: fit-content;
}
.contact-us h2 {
  color: white;
  color: white;
  grid-area: 1/1/2/4;
  padding-top: 10rem;
}
.contact-us form label {
  color: white;
}
.contact-us form .grid-line p {
  height: -moz-fit-content;
  height: fit-content;
}
.contact-us form .acceptance-button-label {
  display: flex;
  align-items: center;
}
.contact-us form .accept-btn {
  position: relative;
  height: 3rem;
  bottom: 10rem;
}
.contact-us form .accept-btn p {
  position: absolute;
  top: 0;
}
.contact-us .wpcf7-response-output {
  color: white;
}
.contact-us .emergency {
  background: url(../../img/white-bg.png) no-repeat;
  background-size: 100% 70%;
  background-position: 100% 0%;
  grid-area: 1/5/3/8;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10rem;
  gap: 2rem;
  grid-area: 1/5/5/8;
  width: 90%;
  justify-self: self-end;
  align-items: flex-end;
  padding-right: 10rem;
}
.contact-us .emergency a {
  display: flex;
  font-size: 3rem;
  font-weight: 700;
  width: 100%;
  justify-content: flex-end;
}
.contact-us .emergency a svg {
  color: #FCC200;
  width: 20%;
  height: 50%;
  transform: rotate(10deg);
  max-width: 60px;
  flex: 1 0 20%;
}
.contact-us .emergency a p {
  color: inherit;
  font-size: inherit;
  flex: none;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-us .emergency p {
  font-weight: 700;
  font-size: 2.2rem;
  color: #FCC200;
}
.contact-us .img-wrapper {
  width: 100%;
  position: relative;
  align-self: center;
  max-height: 100%;
  grid-area: 2/4/4/8;
  height: 100%;
  padding-top: 3rem;
  padding-right: 10rem;
  padding-bottom: 5rem;
}
.contact-us .img-wrapper::before {
  top: 80%;
  right: 0;
  bottom: 0;
  left: 10%;
  content: "";
  position: absolute;
  opacity: 1;
  z-index: 0;
  background: url(../../img/fire.svg) no-repeat;
}
.contact-us .img-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 45rem;
}

.anchor-filler {
  height: 15rem;
}

.white-form {
  display: flex;
  justify-content: center;
  padding-top: 5rem;
  background: #FCC200;
  padding-bottom: 5rem;
}
.white-form .bordered-heading::before, .white-form .contact-us h2::before, .contact-us .white-form h2::before {
  border-bottom: 3px solid #001f47;
}
.white-form .yellow-text {
  color: #001F47;
}
.white-form .from-wrapper {
  max-width: 50%;
}
.white-form .from-wrapper label {
  color: #001F47;
  font-size: 15px;
}
.white-form .from-wrapper label span {
  font-size: 12px;
}
.white-form .from-wrapper label input {
  border: none;
}
.white-form .from-wrapper input[type=checkbox]:before {
  border: 1px solid #001F47;
}
.white-form .from-wrapper input[type=checkbox]:checked:before {
  border: 1px solid #001F47;
}
.white-form .from-wrapper .grid-line p input {
  align-self: self-end;
  background: #001F47;
  color: white;
}
.white-form .from-wrapper .grid-line a {
  color: #001F47;
}
.white-form .from-wrapper .select-label label {
  color: #001F47;
}
.white-form .from-wrapper .wpcf7-form-control.wpcf7-textarea {
  border: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2rem 0 !important;
  padding: 0.2em 0.2em !important;
  max-width: 90%;
  justify-items: center;
}

.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute !important;
  width: 40rem;
  top: 0;
  left: 10px;
}

@media screen and (min-width: 2200px) {
  .white-form {
    width: 101vw;
    position: relative;
    left: -11rem;
  }
}
.check-list {
  grid-area: 4/2/6/4;
  display: flex;
  flex-direction: column;
}
.check-list p {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-weight: 600;
  padding-bottom: 2rem;
}

@media screen and (max-width: 1536px) {
  .contact-us .img-wrapper::before {
    top: 75%;
  }
  .contact-us .img-wrapper img {
    max-height: 50rem;
  }
}
@media screen and (max-width: 1366px) {
  .contact-us .img-wrapper img {
    max-height: 42rem;
  }
  .contact-us .grid-line p:first-child label {
    max-height: 15rem;
  }
  .contact-us .grid-line p:first-child textarea {
    height: 95%;
  }
}
@media screen and (min-width: 1250px) {
  form .grid-line p input {
    align-self: self-start;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1280px) {
  .contact-us .emergency p {
    font-size: 3rem;
  }
  .contact-us .emergency a {
    font-size: 3.5rem;
  }
  .contact-us .contact-form-page {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  .contact-us .img-wrapper {
    display: flex;
    justify-content: center;
    height: 100%;
    grid-area: 2/4/5/8;
  }
  .contact-us .img-wrapper::before {
    top: 70%;
    right: 0;
    bottom: 0;
    left: 20%;
    content: "";
    position: absolute;
    opacity: 1;
    z-index: 0;
    background: url(../../img/fire.svg) no-repeat;
  }
  .contact-us .form-wrapper {
    width: 100%;
    flex: none;
    padding-right: 0;
  }
  form .grid-line p {
    height: -moz-fit-content;
    height: fit-content;
  }
  form .acceptance-button-label {
    display: flex;
    align-items: center;
  }
  form .accept-btn {
    position: relative;
    height: 3rem;
    bottom: 10rem;
  }
  form .accept-btn p {
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .contact-us {
    padding: 0 0 5rem 5rem;
  }
  .contact-us h2 {
    padding-top: 5rem;
    grid-area: 1/1/2/3;
  }
  .contact-us .emergency {
    width: 80%;
    grid-area: 1/3/4/6;
    padding-top: 5rem;
  }
  .contact-us .contact-form-page {
    grid-area: 4/1/5/6;
  }
  .contact-us .img-wrapper {
    grid-area: 2/1/4/6;
    padding-right: 5rem;
    padding-bottom: 5rem;
  }
  .contact-us .img-wrapper::before {
    background-size: 20% 100%;
    top: 80%;
    left: 0;
  }
  .contact-us .form-wrapper {
    width: 100%;
    padding-right: 5rem;
    flex: none;
  }
  .anchor-filler {
    height: 5rem;
  }
  .white-form .from-wrapper {
    max-width: 100%;
  }
  .check-list {
    grid-area: 4/2/6/6;
  }
}
@media screen and (max-width: 768px) {
  .contact-us form .accept-btn,
  .white-form form .accept-btn {
    bottom: 10rem;
  }
  .contact-us form .grid-line p input,
  .white-form form .grid-line p input {
    grid-area: 6/1/7/5;
  }
  .contact-us form .grid-line .line p,
  .white-form form .grid-line .line p {
    padding-left: 2rem;
  }
  .contact-us .contact-form-page,
  .white-form .contact-form-page {
    grid-area: 3/1/6/6;
    padding-bottom: 5rem;
  }
  .contact-us .form-wrapper,
  .white-form .form-wrapper {
    padding: 0 2rem;
  }
  .contact-us form .line input,
  .contact-us form .line select,
  .white-form form .line input,
  .white-form form .line select {
    max-height: 40px;
    margin-left: 0;
    padding: 10px;
  }
  .contact-us form .line p,
  .white-form form .line p {
    padding: 2rem 0;
    padding-bottom: 0;
  }
  .contact-us form .line textarea,
  .white-form form .line textarea {
    margin-left: 0;
    padding: 10px;
    max-height: 80px;
  }
  .contact-us form .line input[type=checkbox],
  .white-form form .line input[type=checkbox] {
    padding: 0;
  }
  .contact-us .emergency,
  .white-form .emergency {
    background: white;
    background-size: 101% 70%;
    grid-area: 1/1/2/6;
    /* padding-bottom: 2rem; */
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 5rem 2rem;
  }
  .contact-us .emergency a,
  .white-form .emergency a {
    width: 100%;
    justify-content: center;
  }
  .contact-us .emergency a p,
  .white-form .emergency a p {
    flex: none;
  }
  .contact-us .img-wrapper,
  .white-form .img-wrapper {
    display: none;
  }
  .contact-us {
    padding: 0;
  }
  .contact-us h2 {
    font-size: 3.8rem;
    padding-top: 5rem;
    grid-area: 2/1/2/6;
    padding-left: 2rem;
  }
  .contact-us h2::before {
    left: 2rem;
  }
  #popup-form {
    width: 100%;
    height: auto;
  }
  #popup-form h2 {
    font-size: 4rem;
  }
  #popup-form .form-wrapper {
    width: 100%;
    padding: 10rem 5rem;
    padding: 5rem 2rem;
    margin-left: 2rem;
  }
  #popup-form .form-wrapper::after {
    top: 0%;
    right: 0%;
  }
  #popup-form .form-wrapper .contact-form {
    width: 100%;
    padding: 3rem;
  }
  .white-form form .accept-btn {
    bottom: 3rem;
  }
  .white-form .form-wrapper label {
    font-size: 0px;
  }
  .white-form .form-wrapper label span {
    font-size: 12px;
  }
  .white-form .line p {
    gap: 2.5px;
  }
}
@media screen and (max-width: 768px) {
  .white-form {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 500px) {
  .contact-us .emergency a {
    font-size: 3rem;
  }
  .contact-us .contact-form-page .wrapper {
    grid-template-columns: 5rem 1fr 1fr 5rem;
    justify-content: center;
  }
  .contact-us .img-wrapper {
    grid-area: 2/3/6/4;
    align-self: center;
    justify-self: center;
  }
  .contact-us form .grid-line > p {
    grid-template-rows: repeat(7, 15%);
    height: 17rem;
  }
  .contact-us form .grid-line > p input {
    grid-area: 6/1/8/5;
    align-self: center;
  }
  .contact-us form .line {
    gap: 5px;
    padding-bottom: 5px;
  }
  .contact-us form .line p {
    gap: 5px;
  }
  .contact-us form .line p:last-child {
    padding: 1rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .white-form form .grid-line .line p input {
    height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .white-form .bordered-heading, .white-form .contact-us h2, .contact-us .white-form h2 {
    font-size: 3.8rem;
  }
  .contact-us form .accept-btn {
    bottom: -10px;
  }
  .contact-us form .grid-line p:first-child {
    max-height: 110px;
  }
  .contact-us form .line {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .contact-us form .line p {
    padding: 0;
  }
  .contact-us form .line input[type=checkbox] {
    width: 0;
    margin-right: 35px;
    padding: 0;
  }
  .contact-us form .line input[type=checkbox]::before {
    margin-left: -3px;
  }
  .contact-us form .line input[type=checkbox]::after {
    right: 5px;
  }
}
@media screen and (max-width: 400px) {
  .white-form form .grid-line .line {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .white-form form .grid-line .line::before {
    left: -35px;
  }
  .white-form form .grid-line .line p {
    padding-top: 0;
    padding-left: 2rem;
    width: 100%;
    justify-content: flex-start;
  }
  .white-form form .grid-line .line p:last-child {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .white-form form .grid-line .line a {
    padding-left: 2rem;
  }
  .white-form form .grid-line .line p input,
  .contact-us form .grid-line .line p input {
    padding: 7px;
    height: 40px;
  }
  .white-form form .grid-line .line p input[type=checkbox],
  .contact-us form .grid-line .line p input[type=checkbox] {
    padding: 0;
  }
}
.counter-banner {
  display: flex;
  width: 100%;
  background-color: #001F47;
  text-align: center;
  padding: 10rem;
  justify-content: space-between;
}
.counter-banner .count-details {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 10%;
}
.counter-banner .count-details:last-child {
  padding-right: 0;
}
.counter-banner .count-details:last-child::before {
  display: none;
}
.counter-banner .count-details h4, .counter-banner .count-details p {
  color: white;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
.counter-banner .count-details p {
  font-size: 2.4rem;
  font-weight: 900;
}
.counter-banner .count-details::before {
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  border-right: 3px solid #FCC200;
  display: block;
  content: "";
  position: absolute;
  transform: scaleX(0.9);
  transition: all 0.5s ease;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -5px;
  bottom: 2rem;
  height: 5rem;
  left: 0;
  width: 100%;
  transform: scale(1);
}

@media screen and (max-width: 1366px) {
  .counter-banner .count-details {
    padding-right: 8%;
  }
}
@media screen and (max-width: 1100px) {
  .counter-banner {
    flex-wrap: wrap;
  }
  .counter-banner .count-details {
    padding: 4rem;
    flex: 1 0 50%;
  }
}
@media screen and (max-width: 1024px) {
  .counter-banner {
    padding: 0;
  }
  .count-details:nth-child(2) {
    padding-right: 0;
  }
  .count-details:nth-child(2)::before {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .counter-banner .count-details {
    padding: 4rem;
    flex: 1 0 100%;
  }
  .counter-banner .count-details::before {
    border-top: 0;
    border-left: 0;
    border-bottom: 3px solid #FCC200;
    border-right: 0;
    display: block;
    content: "";
    position: absolute;
    transform: scaleX(0.9);
    transition: all 0.5s ease;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20%;
    top: 10rem;
  }
  .counter-banner .count-details:last-child::before {
    display: none;
  }
}
.contact {
  color: white;
  display: flex;
  grid-area: 1/1/1/8;
  height: auto;
  justify-content: flex-end;
  justify-self: self-end;
}
.contact svg {
  color: #FCC200;
  width: 20px;
  height: 20px;
}
.contact a {
  height: -moz-fit-content;
  height: fit-content;
  color: white;
}
.contact p {
  display: flex;
  padding: 0 2rem;
  padding-right: 0;
  gap: 2rem;
  color: white;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.contact p:hover {
  color: #FCC200;
  transform: scale(1.1);
}

.blue-bg {
  background-color: #F8FBFF;
}

.slider-background {
  background: url(../../img/blue-bg-high.png) no-repeat;
  background-position: 120% 30%;
  background-size: 100% 100%;
  height: 100rem;
  width: 59%;
  position: absolute;
  top: 0;
  right: 0rem;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .slider-background {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .slider-background {
    background-size: 100% 70%;
    background-position: 120% 0%;
  }
}
@media screen and (max-width: 480px) {
  .slider-background {
    background-size: 100% 50%;
  }
}
.rounded-card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5rem;
  gap: 2rem;
  transition: all 3s ease-in-out;
}

.rounded-card-wrapper a:hover .ronded-card-content {
  border: solid 1px transparent;
  transform: scale(1.05);
}

.ronded-card-content {
  width: 100%;
  border: solid 1px #001F47;
  border-radius: 6rem;
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.75);
  display: flex;
  flex-direction: column;
  padding: 2rem;
  gap: 2rem;
  padding-bottom: 5rem;
}
.ronded-card-content img {
  border-radius: 6rem;
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
}

.home-hero .hero-wrapper {
  display: flex;
  margin-top: 2rem;
}
.home-hero .hero-wrapper .info-wrapper, .home-hero .hero-wrapper .hero-title {
  margin-top: 8rem;
}
.home-hero .hero-wrapper .info-wrapper {
  max-width: 40%;
}
.home-hero .hero-wrapper .swiper {
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 0;
}
.home-hero .hero-wrapper .main-hero-gallery {
  margin-top: 0rem;
  gap: 0;
}
.home-hero .relative-container {
  top: 2rem;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .home-hero .hero-wrapper .info-wrapper {
    max-width: 100%;
  }
  .home-hero .hero-wrapper .main-hero-gallery {
    gap: 2rem;
  }
  .hero-wrapper .main-hero-gallery {
    gap: 2rem;
  }
  .hero-wrapper .main-hero-gallery div:first-child {
    margin-right: 0;
  }
  .hero-wrapper .main-hero-gallery div:last-child {
    margin-top: 0;
  }
  .swiper-slide {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  .relative-container {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .home-hero .hero-wrapper .main-hero-gallery {
    margin-top: 5rem;
  }
  .home-hero .hero-wrapper .info-wrapper {
    margin-top: 0;
  }
  .home-hero .hero-wrapper .hero-title {
    margin-top: 5rem;
  }
  .home-hero .swiper-wrapper {
    padding-top: 0;
  }
}
.about {
  padding-top: 10rem;
}
.about .section-wrapper {
  display: grid;
  grid-template-columns: 20% 20% 60%;
  grid-auto-rows: minmax(100px, auto);
  padding-bottom: 5rem;
}
.about .info-wrapper {
  grid-area: 1/1/3/3;
}
.about .info-wrapper hgroup h2, .about .info-wrapper hgroup p {
  padding: 10px 0;
  line-height: 2.2;
}
.about .info-wrapper hgroup h2 {
  position: relative;
  line-height: 1.2;
  padding-bottom: 45px;
  padding-top: 0;
}
.about .info-wrapper hgroup h2::before {
  border-top: 0;
  border-left: 0;
  border-bottom: 3px solid #FCC200;
  border-right: 0;
  display: block;
  content: "";
  position: absolute;
  transform: scaleX(0.9);
  transition: all 0.5s ease;
  left: -5px;
  bottom: 2rem;
  width: 16rem;
}
.about .info-wrapper .primary-btn {
  margin-top: 30px;
  max-width: 20rem;
}
.about .section-tag {
  grid-area: 2/2/4/3;
  align-self: self-end;
  width: 70%;
  max-width: 400px;
}
.about .section-img {
  grid-area: 1/3/3/4;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 8rem;
  position: relative;
  height: calc(100% + 5rem);
  align-self: center;
  max-height: 100%;
  padding-bottom: 5rem;
  padding-left: 15rem;
}
.about .section-img::before {
  top: 70%;
  right: 0;
  bottom: 0;
  left: 20%;
  content: "";
  position: absolute;
  opacity: 1;
  z-index: 0;
  background: url(../../img/fire.svg) no-repeat;
}
.about .section-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1900px) {
  .about .section-img {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 15rem;
  }
  .about .section-img::before {
    top: 70%;
    right: 0;
    bottom: 0;
    left: 20%;
    content: "";
    position: absolute;
    opacity: 1;
    z-index: 0;
    background: url(../../img/fire.svg) no-repeat;
  }
}
.home-reviews {
  padding-top: 10rem;
}

@media screen and (max-width: 1024px) {
  .about {
    padding-top: 5rem;
  }
  .about .info-wrapper {
    grid-area: 1/1/3/4;
  }
  .about .section-tag {
    max-width: 200px;
    grid-area: 2/3/4/3;
  }
  .about .section-img {
    grid-area: 4/1/4/4;
    height: calc(100% + 5rem);
    justify-self: center;
    padding-left: 0;
    width: 90%;
    padding-top: 5rem;
  }
  .about .section-img::before {
    background-size: 10% 100%;
  }
  .home-reviews {
    padding-top: 5rem;
  }
}
/*
@media screen and ($mq-small) {
    .home-hero, 
    section.product-hero {
        .slider-background {
            background-size: 100% 30%;
            background-position: 110% 10%;
        }
        .swiper-slide, 
        .hero-wrapper  {
            flex-wrap: wrap;
        }
        div.hero-wrapper {
            .main-hero-gallery {
                margin-top: 0;
            }
        }
    }
}
*/
@media screen and (max-width: 768px) {
  .about .section-img {
    aspect-ratio: 1.6/1;
    padding-left: 0;
  }
  .about .info-wrapper hgroup p, .about .info-wrapper hgroup h2 {
    line-height: 1.6;
  }
  .about .info-wrapper hgroup p {
    padding: 5px 0;
  }
}
@media screen and (max-width: 480px) {
  .about .info-wrapper {
    grid-area: 1/1/2/4;
  }
  .about .section-tag {
    grid-area: 1/3/3/3;
    width: 60%;
    align-self: self-end;
    justify-self: self-end;
    margin-bottom: 5rem;
  }
  .about .section-img {
    grid-area: 3/1/4/4;
    width: 100%;
    padding-top: 0rem;
  }
  .home-hero div.hero-wrapper, .product-hero div.hero-wrapper {
    padding: 0 2rem;
    padding-left: 2rem;
  }
  .home-hero .hero-wrapper div.info-wrapper {
    margin-top: 10rem;
  }
  .home-hero .hero-wrapper .hero-title {
    margin-top: 0;
  }
}
.service-hero {
  margin-top: 5rem !important;
}
.service-hero .section-heading::before {
  border-top: 0;
  border-left: 0;
  border-bottom: 3px solid #FCC200;
  border-right: 0;
  display: block;
  content: "";
  position: absolute;
  transform: scaleX(0.9);
  transition: all 0.5s ease;
}
.service-hero div.hero-wrapper {
  padding-left: 0;
}
.service-hero div.hero-wrapper .info-wrapper {
  max-width: 40%;
  margin-top: 0;
}
.service-hero div.hero-wrapper .main-hero-gallery {
  margin-left: 3rem;
}
.service-hero .hero-title {
  padding-left: 10rem;
  padding-top: 5rem;
  margin-top: 0;
}
.service-hero .horizontal-tag {
  position: static;
  display: none;
}
.service-hero .breadcrumb-nav {
  padding-left: 10rem;
  padding-top: 2rem;
}

@media screen and (max-width: 1024px) {
  .service-hero div.hero-wrapper .info-wrapper {
    max-width: 100%;
  }
  .service-hero .info-wrapper .hero-title {
    padding-left: 5rem;
  }
  .service-hero .info-wrapper .hero-title p {
    max-width: 90%;
  }
  .service-hero .info-wrapper .breadcrumb-nav {
    padding-left: 5rem;
  }
}
.brands-service {
  padding: 0;
}
.brands-service .text-full-width,
.brands-service .brand-info-wrapper {
  padding: 10rem;
  padding-top: 0;
}
.brands-service .brand-slider {
  padding-bottom: 10rem;
}
.brands-service .brand-info-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}
.brands-service .brand-info-wrapper > * {
  width: 48%;
}
.brands-service .brand-info-wrapper > * img {
  width: 100%;
  min-width: 50rem;
}

@media screen and (max-width: 1200px) {
  .brands-service .brand-info-wrapper {
    flex-wrap: wrap;
  }
  .brands-service .brand-info-wrapper > * {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .brands-service .text-full-width,
  .brands-service .brand-info-wrapper {
    padding: 5rem;
  }
  .brands-service .brand-info-wrapper {
    flex-wrap: wrap;
  }
  .brands-service .brand-info-wrapper > * {
    width: 100%;
  }
  .brands-service .brand-info-wrapper img {
    min-width: 30rem;
  }
}
.process {
  padding-top: 0;
}
.process .proces-steps {
  display: flex;
  gap: 40px;
  margin-top: 2rem;
}
.process .proces-steps .process-wrapper {
  flex: 1 0 20%;
}
.process .proces-steps h5 {
  display: flex;
  align-items: flex-end;
  font-weight: 700;
  gap: 10px;
  max-width: 100%;
  min-height: 10rem;
}
.process .proces-steps span {
  font-size: 8.4rem;
  color: #FCC200;
  font-weight: 500;
  max-height: 84px;
}
.process .proces-steps p {
  line-height: 2;
  max-width: 40ch;
}

.service-reviews {
  padding-top: 10rem;
}

@media screen and (max-width: 1450px) {
  .process div.proces-steps, .advantages div.proces-steps {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .process div.proces-steps .process-wrapper, .advantages div.proces-steps .process-wrapper {
    gap: 2rem;
    display: flex;
    flex-direction: column;
    max-width: 50%;
    flex: 1 0 40%;
  }
  .process div.proces-steps .process-wrapper h5, .advantages div.proces-steps .process-wrapper h5 {
    max-width: none;
  }
  .process div.proces-steps span, .advantages div.proces-steps span {
    max-height: 61px;
  }
}
@media screen and (max-width: 600px) {
  .process .proces-steps, .advantages .proces-steps {
    justify-content: center;
  }
  .process .proces-steps .process-wrapper, .advantages .proces-steps .process-wrapper {
    flex: 1 0 50%;
  }
}
@media screen and (max-width: 768px) {
  .brands-service .text-full-width {
    padding: 5rem 2rem;
    padding-bottom: 0;
  }
  .brands-service .brand-info-wrapper {
    padding: 0 2rem;
    padding-bottom: 5rem;
  }
  .brands-service .brand-slider {
    padding: 5rem 0;
  }
  .service-hero .hero-wrapper .hero-title {
    padding: 0 2rem;
    margin-top: 0;
  }
  .service-hero .info-wrapper .breadcrumb-nav {
    padding-left: 2rem;
  }
  .process .proces-steps {
    gap: 5rem;
  }
  .process .proces-steps h5 {
    min-height: 10rem;
  }
  .process .proces-steps p {
    line-height: 1.6;
  }
}
@media screen and (max-width: 480px) {
  .process div.proces-steps, .advantages div.proces-steps {
    justify-content: flex-start;
    gap: 2rem;
  }
  .process div.proces-steps .process-wrapper, .advantages div.proces-steps .process-wrapper {
    max-width: 100%;
    flex: none;
  }
  .process {
    padding-top: 5rem;
  }
}
.contact-hero div.hero-wrapper {
  padding: 0;
}
.contact-hero div.hero-wrapper .main-hero-gallery {
  margin-left: 3rem;
}
.contact-hero .section-heading::before {
  border-top: 0;
  border-left: 0;
  border-bottom: 3px solid #FCC200;
  border-right: 0;
  display: block;
  content: "";
  position: absolute;
  transform: scaleX(0.9);
  transition: all 0.5s ease;
}
.contact-hero .info-wrapper {
  margin-top: 0;
}
.contact-hero .hero-title {
  margin-top: 0;
  gap: 0;
  display: grid;
  grid-template-columns: 10rem 1fr 1fr;
  grid-template-rows: repeat(3, 1fr);
}
.contact-hero .hero-title h1 {
  grid-area: 1/2/2/3;
}
.contact-hero .hero-title .tag-wrapper {
  grid-area: 2/1/3/4;
  align-self: center;
}
.contact-hero .hero-title .tag-wrapper .horizontal-tag {
  position: static;
  text-align: start;
}
.contact-hero .hero-title .tag-wrapper .horizontal-tag p {
  width: 100%;
}
.contact-hero .hero-title .tag-wrapper .horizontal-tag a {
  justify-content: flex-start;
  width: 100%;
}
.contact-hero .hero-title div.grey-text {
  grid-area: 3/2/4/4;
}

.contact-adress {
  display: flex;
  justify-content: center;
  gap: 20rem;
  margin-top: 5rem;
}
.contact-adress .adress {
  display: flex;
  flex-direction: column;
  line-height: 2.2;
}
.contact-adress h6 {
  padding-bottom: 2rem;
  position: relative;
}
.contact-adress h6::before {
  border-top: 0;
  border-left: 0;
  border-bottom: 3px solid #FCC200;
  border-right: 0;
  display: block;
  content: "";
  position: absolute;
  transform: scaleX(0.9);
  transition: all 0.5s ease;
  width: 70px;
  bottom: 10px;
  left: 0;
}

.google-map {
  padding: 0;
}

.acf-map {
  width: 100%;
  height: 500px;
  border: #ccc solid 1px;
}

@media screen and (max-width: 1400px) {
  .contact-hero {
    margin-top: 0;
  }
  .contact-hero .horizontal-tag {
    max-width: 50rem;
  }
  .contact-adress {
    margin-top: 10rem;
    margin-top: 10rem;
  }
  .contact-adress .adress {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  section.contact-hero {
    margin-top: 5rem;
  }
  section.contact-hero .info-wrapper {
    padding-left: 5rem;
  }
  section.contact-hero .hero-title {
    display: flex;
  }
  .contact-adress {
    gap: 5rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-hero .info-wrapper {
    padding: 0 2rem;
  }
  .contact-adress {
    flex-wrap: wrap;
  }
  .contact-adress .adress {
    width: 100%;
    align-items: center;
  }
}
.prodejna-hero .hero-title, .pruvodce-hero .hero-title {
  gap: 10px;
}
.prodejna-hero .hero-wrapper .info-wrapper, .pruvodce-hero .hero-wrapper .info-wrapper {
  width: 40%;
}
.prodejna-hero .hero-wrapper .main-hero-gallery, .pruvodce-hero .hero-wrapper .main-hero-gallery {
  grid-auto-rows: auto;
  grid-template-rows: none;
  margin-left: 0;
  margin-top: 10rem;
}
.prodejna-hero .hero-wrapper .main-hero-gallery div, .pruvodce-hero .hero-wrapper .main-hero-gallery div {
  width: 100%;
  height: auto;
  grid-area: 1/2/5/6;
  min-width: 65rem;
  justify-self: center;
}
.prodejna-hero .hero-wrapper .main-hero-gallery div::before, .pruvodce-hero .hero-wrapper .main-hero-gallery div::before {
  top: 85%;
  left: 75%;
}
.prodejna-hero .hero-wrapper .main-hero-gallery div img, .pruvodce-hero .hero-wrapper .main-hero-gallery div img {
  max-width: none;
  max-height: none;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
}

.prodejna-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 2;
}
.prodejna-info h6 {
  line-height: 2.2;
}
.prodejna-info .contact-wrapper {
  padding-right: 20%;
}
.prodejna-info .contact p {
  color: #001F47;
  font-weight: 400;
  padding-left: 0;
}
.prodejna-info .contact svg {
  color: #001F47;
  width: 30px;
  height: 30px;
}

.open-hours-wrapper {
  width: 30%;
  margin-top: 5rem;
}

.open-hours {
  display: flex;
  justify-content: space-between;
}
.open-hours .open-hour {
  font-weight: 600;
}

.prodejna-reviews {
  margin-top: 10rem;
}

@media screen and (max-width: 1920px) {
  .prodejna-hero .hero-wrapper .main-hero-gallery div::before, .pruvodce-hero .hero-wrapper .main-hero-gallery div::before {
    top: 80%;
    left: 75%;
  }
}
@media screen and (max-width: 90.25em) {
  .prodejna-hero, .pruvodce-hero {
    margin-top: 5rem;
  }
  .prodejna-hero .hero-wrapper .info-wrapper, .pruvodce-hero .hero-wrapper .info-wrapper {
    gap: 2rem;
  }
  .prodejna-hero .hero-wrapper .main-hero-gallery div::before, .pruvodce-hero .hero-wrapper .main-hero-gallery div::before {
    top: 75%;
    left: 75%;
  }
}
@media screen and (max-width: 1366px) {
  .prodejna-hero .hero-wrapper .main-hero-gallery div::before, .pruvodce-hero .hero-wrapper .main-hero-gallery div::before {
    top: 65%;
    left: 75%;
  }
}
@media screen and (max-width: 1024px) {
  section.prodejna-hero, .pruvodce-hero {
    margin-top: 5rem;
  }
  section.prodejna-hero .hero-wrapper .main-hero-gallery div::before, .pruvodce-hero .hero-wrapper .main-hero-gallery div::before {
    top: 85%;
    left: 70%;
  }
  section.prodejna-hero .hero-wrapper .info-wrapper, .pruvodce-hero .hero-wrapper .info-wrapper {
    width: 100%;
  }
  .prodejna-info {
    gap: 5rem;
  }
  .prodejna-info .contact-wrapper {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .prodejna-hero .hero-wrapper .info-wrapper, .pruvodce-hero .hero-wrapper .info-wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .prodejna-hero .hero-wrapper .info-wrapper .breadcrumb-nav, .pruvodce-hero .hero-wrapper .info-wrapper .breadcrumb-nav {
    align-self: flex-start;
    padding: 0;
  }
  .prodejna-hero .hero-wrapper .main-hero-gallery, .pruvodce-hero .hero-wrapper .main-hero-gallery {
    display: flex;
    align-self: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }
  .prodejna-hero .hero-wrapper .main-hero-gallery div, .pruvodce-hero .hero-wrapper .main-hero-gallery div {
    min-width: 20rem;
    max-width: 60rem;
  }
  .prodejna-info {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5rem;
  }
  .open-hours-wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .prodejna-hero .hero-wrapper {
    margin-top: 5rem;
  }
  .prodejna-hero .hero-wrapper .main-hero-gallery div {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .prodejna-hero .hero-wrapper .hero-title {
    margin-top: 5rem;
  }
  .prodejna-info .contact {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
  .prodejna-info h6 {
    text-align: center;
  }
  .prodejna-reviews {
    margin-top: 0;
  }
}
.clanek-hero {
  padding-top: 5rem !important;
}
.clanek-hero .slider-background {
  display: none;
}
.clanek-hero .breadcrumb-nav {
  grid-area: 1/1/3/4;
  align-self: self-start;
  padding-top: 0;
  padding-left: 10rem;
}
.clanek-hero .hero-wrapper {
  padding-left: 0;
  padding-right: 5rem;
  background: white;
  box-shadow: none;
  position: relative;
  margin-top: 5rem;
  padding-bottom: 5rem;
  border-radius: 0 6rem;
  margin-right: 10rem;
  padding-top: 0;
}
.clanek-hero .hero-wrapper .grid-info-wrapper {
  flex: 1 0 55%;
}
.clanek-hero .hero-wrapper .grid-info-wrapper .hero-title {
  grid-area: 1/1/5/5;
  padding-top: 0;
}
.clanek-hero .hero-wrapper .grid-info-wrapper .hero-title .section-heading {
  max-width: 17ch;
}
.clanek-hero .hero-wrapper .hero-right-section {
  flex: 1 0 51%;
  grid-template-rows: minmax(100px, 1fr);
  margin-right: 0;
  margin-left: 0;
}
.clanek-hero .hero-wrapper .hero-right-section::before {
  display: none;
}

.introduction-wrapper {
  grid-area: 1/1/5/6;
  align-self: start;
  line-height: 2;
}
.introduction-wrapper h6 {
  padding-bottom: 2rem;
}

.blog-articles {
  display: flex;
  justify-content: flex-start;
  padding-top: 0;
  flex-wrap: wrap;
  gap: 5rem;
}
.blog-articles section.blog-article {
  flex: 1 0 51%;
  gap: 5rem;
}
.blog-articles section.blog-article h6 {
  padding-bottom: 2rem;
}
.blog-articles section.blog-article img {
  min-width: auto;
}
.blog-articles .full-width-article {
  max-width: 100%;
  min-width: 100%;
}

.demand-buttons {
  padding-top: 0;
}

.demand-buttons-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  margin-top: 30px;
}
.demand-buttons-wrapper .primary-btn {
  max-width: none;
  padding: 10px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

@media screen and (max-width: 1536px) {
  .clanek-hero {
    margin-top: 5rem;
  }
  .blog-articles {
    flex-wrap: wrap;
  }
  .blog-articles section.blog-article {
    flex: 1 0 51%;
    margin-bottom: 5rem;
    align-items: flex-start;
    gap: 10rem;
  }
}
@media screen and (max-width: 1024px) {
  .clanek-hero .breadcrumb-nav {
    padding-left: 2rem;
  }
  .clanek-hero .slider-background {
    background-position: 110% 0%;
    background-size: 100% 80%;
  }
  .clanek-hero div.hero-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .clanek-hero div.hero-wrapper .grid-info-wrapper {
    padding-top: 5rem;
    grid-template-columns: 5rem 1fr;
  }
  .clanek-hero div.hero-wrapper .grid-info-wrapper .hero-title .section-heading {
    max-width: 100%;
  }
  .clanek-hero div.hero-wrapper .hero-right-section,
  .clanek-hero div.hero-wrapper .grid-info-wrapper {
    margin-bottom: 5rem;
  }
  section.blog-articles {
    margin-top: 5rem;
  }
  section.blog-articles .blog-article {
    flex-wrap: nowrap;
    gap: 5rem;
  }
  section.blog-articles .blog-article article {
    flex: 1 0 40%;
  }
}
@media screen and (max-width: 768px) {
  section.clanek-hero div.hero-wrapper {
    margin-right: 2rem;
  }
  section.clanek-hero div.hero-wrapper .grid-info-wrapper {
    padding-top: 0;
  }
  .blog-articles {
    flex-wrap: wrap;
  }
  .blog-articles .blog-article {
    width: 100%;
    padding-right: 0;
    max-width: none;
  }
  .introduction-wrapper {
    grid-area: 1/1/5/6;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .clanek-hero .slider-background {
    background-size: 100% 60%;
  }
  .clanek-hero div.hero-wrapper .hero-right-section {
    margin-top: 5rem;
  }
  .clanek-hero div.hero-wrapper div.info-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
  .clanek-hero div.hero-wrapper div.info-wrapper .hero-title {
    margin-top: 5rem;
  }
  .clanek-hero div.hero-wrapper div.info-wrapper .hero-title .section-heading {
    font-size: 3.8rem;
  }
  .blog-articles section.blog-article {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .blog-articles section.blog-article article {
    flex: 1 0 100%;
  }
  .blog-articles section.blog-article img {
    min-width: 100%;
  }
  .demand-buttons .bordered-heading {
    font-size: 3.8rem;
  }
  .single-blog-services .bordered-heading {
    font-size: 3.8rem;
  }
  .demand-buttons-wrapper {
    flex-wrap: wrap;
  }
}
.blog-hero {
  margin-top: 10rem;
}
.blog-hero .hero-right-section {
  width: 80%;
  margin-top: 10rem;
}
.blog-hero .hero-right-section .qoute-wrapper {
  grid-area: 2/2/4/5;
}

@media screen and (min-width: 1025px) {
  .blog-hero {
    margin-top: 0;
  }
  .blog-hero .hero-wrapper .info-wrapper {
    max-width: 70%;
  }
}
.articles-cards .rounded-cards-wrapper {
  margin-top: 5rem;
}
.articles-cards h6 {
  margin-bottom: 2rem;
}

.services-nav {
  padding: 0 10rem;
}

@media screen and (max-width: 1024px) {
  .blog-hero .hero-right-section {
    margin-top: 10rem;
  }
  .services-nav {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-hero div.hero-right-section {
    grid-template-rows: minmax(100px, 1fr);
    width: 100%;
    margin-left: 0;
    margin-top: 5rem;
  }
  .blog-hero .slider-background {
    background-size: 100% 60%;
  }
  .blog-hero .hero-wrapper div.info-wrapper {
    margin-top: 10rem;
  }
  .blog-hero .hero-wrapper .hero-title {
    margin-top: 0;
  }
  .blog-hero .slider-background {
    background-position: 120% 20%;
  }
  .services-nav {
    padding: 0 2rem;
  }
}
.product-hero div.hero-wrapper {
  padding-left: 0;
}
.product-hero div.hero-wrapper .main-hero-gallery {
  margin-left: 3rem;
}
.product-hero .primary-btn,
.product-hero .secondary-btn {
  padding: 15px;
  max-width: 40rem;
  min-width: 25rem;
}
.product-hero .slider-background {
  z-index: -1;
}
.product-hero .tag-wrapper {
  display: none;
}
.product-hero .hero-wrapper .grid-info-wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 10rem;
  gap: 2rem;
}

.product-services {
  padding-top: 0;
}
.product-services .product-service {
  display: flex;
  margin-bottom: 5rem;
}
.product-services .product-services-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.product-services .services-wrapper {
  flex: 1 0 50%;
}
.product-services .service-info-wrapper {
  display: flex;
  align-items: center;
  flex: 1 0 65%;
  gap: 2rem;
  margin-right: 5rem;
}
.product-services .service-info-wrapper .product-service {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-services .service-info-wrapper .service-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  line-height: 2.2;
}
.product-services .buttons-wrapper .btn svg {
  width: 20px;
  height: auto;
  margin-left: 9px;
}

.contact-card-wrapper {
  flex: 1 0 20%;
  display: flex;
  justify-content: flex-end;
}
.contact-card-wrapper .contact-card {
  background: #001F47;
  border-radius: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  max-height: 60%;
  padding: 40px;
}
.contact-card-wrapper .contact-card h6, .contact-card-wrapper .contact-card p, .contact-card-wrapper .contact-card a {
  color: white;
}
.contact-card-wrapper .contact-card .phone-num {
  color: #FCC200;
  margin-top: 2rem;
}
.contact-card-wrapper .contact-card .button-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
.contact-card-wrapper .contact-card .button-wrapper .btn {
  max-height: 50px;
  min-width: 25rem;
}
.contact-card-wrapper .contact-card .button-wrapper .btn:hover {
  color: #001F47;
}

.brands-wrapper {
  padding: 5rem 0;
}
.brands-wrapper h2, .brands-wrapper p {
  padding-right: 10rem;
  padding-left: 10rem;
}
.brands-wrapper h2::before, .brands-wrapper p::before {
  left: 10rem;
}
.brands-wrapper .grey-text {
  margin-top: 50px;
}
.brands-wrapper .brand-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5rem 0;
  flex-wrap: nowrap;
}

@media screen and (min-width: 1024px) {
  .product-hero .grid-info-wrapper {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .contact-card-wrapper .contact-card {
    min-height: 40rem;
  }
}
@media screen and (max-width: 1450px) {
  .product-services .services-wrapper {
    flex: none;
    max-width: 100%;
  }
  .product-services .contact-card-wrapper {
    flex: none;
  }
  .product-services .product-services-wrapper {
    flex-direction: column;
  }
  .product-services .contact-card-wrapper {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1300px) {
  .product-services .services-wrapper,
  .product-services .contact-card-wrapper {
    flex: 1 0 100%;
    justify-content: center;
  }
  .product-services .contact-card {
    max-height: 100%;
    min-width: 50%;
    gap: 2rem;
  }
  .brand-wrapper {
    flex-wrap: wrap;
  }
  .brand-wrapper img {
    flex: 1 0 30%;
  }
}
@media screen and (max-width: 1024px) {
  .product-hero {
    margin-top: 5rem;
  }
  .product-hero div.hero-wrapper {
    padding-left: 5rem;
  }
  .product-hero div.hero-wrapper .main-hero-gallery {
    margin-left: 0;
  }
  .product-hero div.hero-wrapper .grid-info-wrapper {
    width: 100%;
    padding-left: 0;
  }
  .product-services {
    padding-top: 5rem;
  }
  .product-services .service-info-wrapper {
    flex: 1 1 65%;
  }
  .product-services .product-services .buttons-wrapper {
    flex: 1 1 35%;
  }
  .brands-wrapper h2, .brands-wrapper p {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .brands-wrapper h2::before, .brands-wrapper p::before {
    left: 5rem;
  }
  .brands-wrapper .brand-wrapper {
    flex-wrap: nowrap;
  }
  .brands-wrapper .brand-wrapper img {
    flex: 1 0 30%;
  }
  .secondary-btn-filled {
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .product-hero div.hero-wrapper {
    padding-left: 2rem;
  }
  .product-hero div.grid-info-wrapper {
    margin-top: 0;
  }
  section.product-hero {
    margin-top: 5rem;
  }
  section.product-hero div.hero-wrapper .grid-info-wrapper {
    gap: 2rem;
  }
  section.product-hero div.hero-wrapper .info-wrapper {
    margin-top: 0;
  }
  .product-services .service-info-wrapper {
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    margin-right: 0;
  }
  .product-services .product-service {
    margin-bottom: 10rem;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
  }
  .product-services .product-service .service-info {
    align-items: center;
    gap: 2rem;
  }
  .product-services .product-service .service-info h6, .product-services .product-service .service-info p {
    text-align: center;
  }
  .product-services .buttons-wrapper {
    flex: none;
  }
  .product-services .buttons-wrapper .btn, .product-services .buttons-wrapper .secondary-btn-filled {
    padding: 0;
    height: 5rem;
  }
  .brands-wrapper h2, .brands-wrapper p {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .brands-wrapper h2::before, .brands-wrapper p::before {
    left: 2rem;
  }
  .brands-wrapper .brand-wrapper img {
    flex: none;
  }
  .phone-num {
    font-size: 2.3rem;
  }
  .phone-num svg {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 450px) {
  .product-services {
    padding-top: 5rem;
  }
  .product-services .product-service {
    margin-bottom: 5rem;
  }
  .product-hero div.grid-info-wrapper .hero-title {
    grid-area: 3/2/5/4;
  }
  .product-hero div.grid-info-wrapper .buttons-wrapper {
    grid-area: 5/2/6/4;
  }
  .product-hero div.grid-info-wrapper .buttons-wrapper .primary-btn, .product-hero div.grid-info-wrapper .buttons-wrapper .secondary-btn {
    min-width: 20rem;
  }
  .brands-wrapper .grey-text {
    margin-top: 2rem;
  }
  .brands-wrapper .brand-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 400px) {
  .product-hero div.grid-info-wrapper .buttons-wrapper .primary-btn,
  .product-hero div.grid-info-wrapper .buttons-wrapper .secondary-btn {
    min-width: 17rem;
    padding: 10px;
  }
}
.page-hero.single-product-hero {
  padding-bottom: 10rem;
}
.page-hero.single-product-hero div.hero-wrapper {
  padding-right: 10rem;
}
.page-hero.single-product-hero div.hero-wrapper .grid-info-wrapper {
  grid-template-columns: 10rem 1fr 1fr 40rem;
  min-width: 40%;
}
.page-hero.single-product-hero div.hero-wrapper .grid-info-wrapper .breadcrumb-nav {
  padding-top: 2rem;
  padding-bottom: 30px;
  grid-area: 1/2/2/5;
}
.page-hero.single-product-hero div.hero-wrapper .grid-info-wrapper .tag-wrapper {
  grid-area: 1/1/2/5;
  display: none;
}
.page-hero.single-product-hero div.hero-wrapper .grid-info-wrapper .hero-title {
  grid-area: 2/2/4/5;
}
.page-hero.single-product-hero div.hero-wrapper .grid-info-wrapper .hero-title h1 {
  max-width: 17ch;
}
.page-hero.single-product-hero div.hero-wrapper .grid-info-wrapper .check-list {
  grid-area: 4/2/6/5;
}
.page-hero.single-product-hero div.hero-wrapper .grid-info-wrapper .buttons-wrapper {
  grid-area: 6/2/7/4;
}
.page-hero.single-product-hero div.hero-wrapper .grid-info-wrapper .primary-btn, .page-hero.single-product-hero div.hero-wrapper .grid-info-wrapper .secondary-btn {
  padding: 15px;
  max-width: 40rem;
}
.page-hero.single-product-hero div.hero-wrapper .main-hero-single-gallery {
  flex: 1 0 30%;
  margin-top: 5rem;
  padding-left: 10rem;
}
.page-hero.single-product-hero div.hero-wrapper .main-hero-single-gallery .swiper-slide div {
  position: relative;
}
.page-hero.single-product-hero div.hero-wrapper .main-hero-single-gallery .swiper-slide div::before {
  top: 450px;
  right: 0;
  bottom: 0;
  left: 500px;
  content: "";
  position: absolute;
  opacity: 1;
  z-index: 0;
  background: url(../../img/fire.svg) no-repeat;
}
.page-hero.single-product-hero div.hero-wrapper .main-hero-single-gallery .swiper-slide div img {
  max-width: 50rem;
}

.section-articles-images article {
  flex: 1 0 45%;
}
.section-articles-images .article-image {
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: space-between;
  margin-bottom: 10rem;
  gap: 10rem;
}
.section-articles-images .article-image img {
  border-radius: 6rem;
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.75);
  flex: 1 0 45%;
  max-width: 48%;
}
.section-articles-images .article-image .primary-btn {
  margin-top: 2rem;
}
.section-articles-images .article-image article .article-content {
  margin: 2rem 0;
}
.section-articles-images .article-image article p, .section-articles-images .article-image article li {
  line-height: 1.6;
}

.brand-wrapper img {
  max-width: 30rem;
  width: 100%;
}
.brand-wrapper .swiper-slide {
  justify-content: center;
}

.rounded-card-wrapper a {
  width: 25%;
  display: block;
}

.demand {
  padding-top: 5rem;
}

@media screen and (max-width: 1600px) {
  .single-product-hero {
    margin-top: 5rem;
  }
  .section-articles-images {
    margin-top: 0;
  }
  .section-articles-images .article-image img {
    width: 50%;
    min-width: 60rem;
  }
}
@media screen and (max-width: 1200px) {
  .single-product-hero .grid-info-wrapper div.tag-wrapper {
    grid-area: 1/1/2/5;
  }
  .rounded-card-wrapper {
    flex-wrap: wrap;
  }
  .rounded-card-wrapper a {
    width: 35%;
    min-width: 40rem;
  }
}
@media screen and (max-width: 1024px) {
  #single_service_slider .swiper-slide {
    display: flex;
    justify-content: center;
  }
  #single_service_slider .swiper-pagination {
    justify-content: center;
    padding: 0;
  }
  .section-articles-images .article-image {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  .white-form .form-wrapper {
    width: 80%;
  }
  .page-hero.single-product-hero div.hero-wrapper {
    padding-right: 5rem;
  }
  .page-hero.single-product-hero div.hero-wrapper .main-hero-single-gallery {
    min-height: 50rem;
  }
  .page-hero.single-product-hero div.hero-wrapper .grid-info-wrapper {
    grid-template-columns: 5rem 1fr 1fr 30rem;
    flex: 1 0 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-articles-images {
    margin-top: 0;
  }
  .section-articles-images .article-image {
    margin-bottom: 5rem;
    gap: 5rem;
  }
  .section-articles-images .article-image img {
    min-width: 100%;
    width: 100%;
  }
  .rounded-card-wrapper {
    justify-content: center;
  }
  .page-hero.single-product-hero {
    padding-bottom: 5rem;
  }
  .page-hero.single-product-hero div.hero-wrapper {
    padding-right: 2rem;
  }
  .page-hero.single-product-hero div.hero-wrapper .grid-info-wrapper .breadcrumb-nav {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-hero.single-product-hero div.hero-wrapper .main-hero-single-gallery {
    min-height: 35rem;
    flex: 1 0 100%;
    padding-left: 0;
  }
  .page-hero.single-product-hero div.hero-wrapper .main-hero-single-gallery .swiper-slide div img {
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .page-hero.single-product-hero div.hero-wrapper .main-hero-gallery {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 480px) {
  .page-hero.single-product-hero div.grid-info-wrapper {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 400px) {
  .rounded-card-wrapper a {
    width: 100%;
  }
}
section.reklamace-hero, section.pohotovost-hero {
  padding-bottom: 20rem;
}
section.reklamace-hero div.grid-info-wrapper, section.pohotovost-hero div.grid-info-wrapper {
  grid-template-columns: 10rem 1fr 1fr;
  grid-template-rows: repeat(auto-fit, minmax(50px, auto));
}
section.reklamace-hero p, section.pohotovost-hero p {
  line-height: 1.6;
  padding-bottom: 2rem;
}
section.reklamace-hero div.hero-wrapper, section.pohotovost-hero div.hero-wrapper {
  padding-left: 0;
}

.reklamace-hero div.grid-info-wrapper {
  display: flex;
  padding-left: 10rem;
}

.page-hero .hero-right-section {
  width: 60%;
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  grid-template-columns: repeat(5, 1fr);
  margin-left: 90px;
  position: relative;
  margin-top: 10rem;
}
.page-hero .hero-right-section::before {
  top: 70%;
  right: 0;
  bottom: 0;
  left: 80%;
  content: "";
  position: absolute;
  opacity: 1;
  z-index: 0;
  background: url(../../img/fire.svg) no-repeat;
}
.page-hero .hero-right-section .qoute-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  grid-area: 1/2/4/5;
  gap: 2rem;
  position: relative;
}
.page-hero .hero-right-section .qoute-wrapper h3 {
  max-width: 20ch;
  text-align: center;
}
.page-hero .hero-right-section .qoute-wrapper q {
  color: #FCC200;
  font-style: italic;
}
.page-hero .hero-right-section .qoute-wrapper::before {
  display: none;
}

.reklamace-hero .hero-wrapper .grid-info-wrapper .breadcrumb-nav {
  grid-area: 1/2/3/4;
}
.reklamace-hero .hero-wrapper .grid-info-wrapper .hero-title {
  grid-area: 2/2/4/5;
  align-self: end;
  margin-top: 2rem;
}
.reklamace-hero .hero-right-section svg {
  display: none;
}

.pohotovost-hero .hero-wrapper .grid-info-wrapper {
  gap: 2rem 0;
}
.pohotovost-hero .hero-wrapper .grid-info-wrapper .breadcrumb-nav {
  grid-area: 1/2/2/4;
}
.pohotovost-hero .hero-wrapper .grid-info-wrapper .tag-wrapper {
  grid-area: 2/1/2/4;
  align-self: self-end;
}
.pohotovost-hero .hero-wrapper .grid-info-wrapper .hero-title {
  grid-area: 3/2/4/5;
  align-self: end;
}
.pohotovost-hero .hero-wrapper .hero-right-section {
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  .slider-background {
    background-position: 120% 0%;
    background-size: 100% 90%;
  }
}
@media screen and (max-width: 1400px) {
  .reklamace-hero .hero-wrapper .info-wrapper, .pohotovost-hero .hero-wrapper .info-wrapper {
    width: 50%;
  }
  .reklamace-hero .hero-wrapper .info-wrapper .hero-title p, .pohotovost-hero .hero-wrapper .info-wrapper .hero-title p {
    max-width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .reklamace-hero .slider-background, .pohotovost-hero .slider-background {
    background-size: 100% 80%;
  }
  .reklamace-hero div.hero-wrapper, .pohotovost-hero div.hero-wrapper {
    flex-wrap: wrap-reverse;
    padding-right: 0;
  }
  .reklamace-hero div.hero-wrapper .grid-info-wrapper, .pohotovost-hero div.hero-wrapper .grid-info-wrapper {
    width: 100%;
  }
  .reklamace-hero .hero-right-section, .pohotovost-hero .hero-right-section {
    grid-template-rows: repeat(5, 1fr);
    width: 100%;
    margin-left: 0;
  }
  .reklamace-hero .hero-right-section .qoute-wrapper, .pohotovost-hero .hero-right-section .qoute-wrapper {
    justify-content: flex-start;
    grid-area: 1/1/4/6;
  }
  .reklamace-hero div.hero-wrapper .grid-info-wrapper {
    padding-top: 10rem;
  }
  .reklamace-hero .hero-right-section {
    padding-top: 0;
  }
  .reklamace-hero .hero-right-section::before {
    top: 40%;
    background-size: 30%;
  }
  .pohotovost-hero div.hero-wrapper .grid-info-wrapper {
    width: 100%;
    display: flex;
    padding: 5rem;
  }
  .pohotovost-hero div.hero-wrapper .grid-info-wrapper .hero-title {
    align-self: flex-start;
  }
  .pohotovost-hero .hero-right-section::before {
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  .reklamace-hero .slider-background,
  .pohotovost-hero .slider-background {
    background-size: 100% 65%;
  }
  .reklamace-hero div.hero-wrapper,
  .pohotovost-hero div.hero-wrapper {
    padding: 0;
    flex-wrap: wrap-reverse;
  }
  .reklamace-hero div.hero-wrapper .grid-info-wrapper,
  .pohotovost-hero div.hero-wrapper .grid-info-wrapper {
    margin-top: 0;
    padding: 0 2rem;
    grid-template-columns: 2rem 1fr 1fr 2rem;
  }
  .reklamace-hero .hero-right-section,
  .pohotovost-hero .hero-right-section {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    padding-bottom: 10rem;
    padding-top: 0;
  }
  .reklamace-hero .hero-right-section::before,
  .pohotovost-hero .hero-right-section::before {
    top: 60%;
  }
  .reklamace-hero .hero-right-section .qoute-wrapper q,
  .pohotovost-hero .hero-right-section .qoute-wrapper q {
    font-size: 2.5rem;
  }
  .reklamace-hero .hero-right-section .qoute-wrapper h3,
  .pohotovost-hero .hero-right-section .qoute-wrapper h3 {
    max-width: 15ch;
  }
  .pohotovost-hero .hero-wrapper .grid-info-wrapper {
    grid-template-rows: minmax(50px, auto);
  }
  .pohotovost-hero .hero-wrapper .grid-info-wrapper .breadcrumb-nav {
    grid-area: 1/2/3/4;
  }
  .pohotovost-hero .hero-wrapper .grid-info-wrapper .hero-title {
    grid-area: 2/2/4/5;
  }
  .pohotovost-hero .hero-right-section {
    width: 100%;
  }
  .pohotovost-hero .hero-right-section .qoute-wrapper {
    grid-area: 1/1/3/6;
  }
  .pohotovost-hero .hero-right-section::before {
    top: 80%;
  }
  .reklamace-hero .hero-right-section .qoute-wrapper {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 480px) {
  .reklamace-hero .hero-wrapper .grid-info-wrapper {
    margin-top: 10rem;
  }
  .reklamace-hero .hero-wrapper .hero-right-section .qoute-wrapper {
    grid-area: 1/2/4/5;
  }
  .reklamace-hero .hero-right-section::before,
  .pohotovost-hero .hero-right-section::before {
    background-size: 50%;
    background-position: 0;
  }
  .reklamace-hero .hero-right-section .qoute-wrapper,
  .pohotovost-hero .hero-right-section .qoute-wrapper {
    gap: 0;
  }
  .reklamace-hero .hero-right-section .qoute-wrapper svg,
  .pohotovost-hero .hero-right-section .qoute-wrapper svg {
    width: 100%;
  }
  .reklamace-hero .hero-right-section .qoute-wrapper h3,
  .pohotovost-hero .hero-right-section .qoute-wrapper h3 {
    max-width: 12ch;
  }
}
@media screen and (max-width: 400px) {
  .reklamace-hero div.hero-wrapper .grid-info-wrapper {
    margin-top: 5rem;
  }
}
section.pruvodce-hero .hero-wrapper {
  padding-left: 0;
}
section.pruvodce-hero .grid-info-wrapper {
  grid-template-rows: none;
  grid-auto-rows: min-content;
}
section.pruvodce-hero .grid-info-wrapper .breadcrumb-nav {
  grid-area: 1/2/2/4;
  align-self: self-end;
  padding-bottom: 3rem;
}
section.pruvodce-hero .grid-info-wrapper .hero-title {
  grid-area: 2/2/3/5;
  margin-top: 0;
  align-self: self-start;
}
section.pruvodce-hero .grid-info-wrapper .check-list {
  grid-area: 3/2/6/4;
}

@media screen and (max-width: 1024px) {
  section.pruvodce-hero .hero-wrapper {
    padding-left: 2rem;
  }
}
.privacy-policy-header #header-contact {
  display: none !important;
}
.privacy-policy-header .primary-navigation {
  height: 10rem !important;
  width: 60% !important;
}

.privacy-policy-section {
  padding-top: 20rem;
}
.privacy-policy-section p {
  padding: 2rem 0;
  max-width: 170ch;
}
.privacy-policy-section h2 {
  padding-top: 2rem;
}
.privacy-policy-section h1 {
  font-size: 3.8rem;
}
.privacy-policy-section h3, .privacy-policy-section h2 {
  font-size: 3.4rem;
}

@media screen and (max-width: 1024px) {
  .privacy-policy-header #header-contact {
    display: flex !important;
  }
  .privacy-policy-header .primary-navigation .contact .phone-num p {
    font-size: 1.7rem;
  }
  .privacy-policy-section {
    padding: 10rem 3rem;
    padding-top: 15rem;
  }
}
.thank-you {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.thank-you .primary-btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 10px 20px;
}

footer {
  background-color: #001F47;
}
footer .contact {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
footer .contact p, footer .contact a {
  font-size: 2.2rem;
}
footer .contact .phone-num {
  margin-top: 0;
}
footer .footer-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5rem 10rem;
  gap: 3rem;
}
footer .footer-menu-wrapper {
  display: flex;
  flex: 1 0 48%;
  justify-content: flex-start;
  gap: 10rem;
}
footer .footer-menu-wrapper .about-menu-wrapper,
footer .footer-menu-wrapper .services-menu-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 10rem;
}
footer .footer-contact-wrapper {
  display: flex;
  flex: 1 0 48%;
  justify-content: space-between;
}
footer .footer-contact-wrapper .adress {
  padding-left: 0;
  display: flex;
}
footer .footer-contact-wrapper .adress p {
  padding-left: 3rem;
}
footer .footer-contact-wrapper img {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
footer .services-menu-wrapper,
footer .about-menu-wrapper {
  display: flex;
  justify-content: space-between;
}
footer .footer-mobile-btn {
  display: none;
}

.footer-down {
  color: white;
  padding: 3rem 10rem;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
}
.footer-down .created {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.footer-down .footer-mobile-btn {
  display: none;
}

@media screen and (min-width: 2200px) {
  footer .footer-menu-wrapper {
    gap: 20rem;
  }
  footer .footer-menu-wrapper .about-menu-wrapper,
  footer .footer-menu-wrapper .services-menu-wrapper {
    gap: 20rem;
  }
}
@media screen and (max-width: 1450px) {
  footer .footer-menu-wrapper {
    flex: 1 0 30%;
  }
  footer .footer-menu-wrapper {
    gap: 5rem;
  }
  footer .footer-menu-wrapper .about-menu-wrapper,
  footer .footer-menu-wrapper .services-menu-wrapper {
    gap: 2rem;
  }
  footer .contact p, footer .contact a {
    font-size: 1.8rem;
  }
  footer .contact svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1366px) {
  footer .footer-info-wrapper {
    gap: 0;
  }
  footer .footer-info-wrapper a {
    padding-left: 1.5rem;
  }
  footer .footer-contact-wrapper .adress p {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 1250px) {
  footer .footer-menu-wrapper {
    justify-content: center;
    gap: 20rem;
  }
  footer .footer-menu-wrapper .about-menu-wrapper,
  footer .footer-menu-wrapper .services-menu-wrapper {
    justify-content: center;
    gap: 20rem;
  }
  footer .footer-menu-wrapper {
    flex: 1 0 20%;
  }
  footer .footer-contact-wrapper {
    flex: 1 0 65%;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-info-wrapper {
    flex-wrap: wrap;
    padding: 5rem;
    gap: 2rem;
  }
  footer .footer-info-wrapper a {
    padding-left: 2rem;
  }
  footer .footer-contact-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1 1 100%;
    gap: 5rem;
  }
  footer .footer-contact-wrapper .adress p {
    padding-left: 2rem;
  }
  footer .footer-menu-wrapper {
    justify-content: space-between;
    gap: 0;
    flex: 1 1 100%;
  }
  footer .footer-menu-wrapper .about-menu-wrapper,
  footer .footer-menu-wrapper .services-menu-wrapper {
    justify-content: center;
    gap: 10rem;
  }
  footer .contact .phone-num,
  footer .contact .email {
    padding-left: 0;
  }
  footer .contact .phone-num p,
  footer .contact .email p {
    padding-left: 0;
  }
  .footer-down {
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footmenu-container {
    flex: 1 0 30%;
  }
  footer .footer-info-wrapper {
    padding: 5rem 5rem;
    flex-direction: column;
  }
  footer .footer-info-wrapper .adress {
    padding: 0;
  }
  footer .footer-info-wrapper .menu {
    padding: 1rem 0;
  }
  footer .contact p {
    padding: 0;
  }
  footer .footer-services-menu,
  footer .footer-about-menu {
    width: 100%;
  }
  footer .footer-menu-wrapper {
    margin-bottom: 5rem;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .footer-menu-wrapper .services-menu-wrapper,
  footer .footer-menu-wrapper .about-menu-wrapper {
    justify-content: space-around;
    gap: 5rem;
  }
  .footer-down {
    padding: 3rem 2rem;
    justify-content: center;
  }
  .footer-down .created {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-menu-wrapper {
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-around;
  }
}
@media screen and (max-width: 500px) {
  footer .footer-menu-wrapper .services-menu-wrapper,
  footer .footer-menu-wrapper .about-menu-wrapper {
    justify-content: space-between;
  }
  footer .footer-contact-wrapper {
    gap: 5rem;
    justify-content: center;
  }
  footer .footer-contact-wrapper .contact,
  footer .footer-contact-wrapper .adress {
    width: 100%;
  }
  footer .footer-contact-wrapper .contact::before,
  footer .footer-contact-wrapper .adress::before {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  footer .footer-menu-wrapper .services-menu-wrapper,
  footer .footer-menu-wrapper .about-menu-wrapper {
    justify-content: flex-start;
    gap: 40%;
  }
  footer .footer-info-wrapper a {
    white-space: normal;
  }
}
.ios.mobile footer .footer-info-wrapper {
  gap: 3rem;
}

.figure-wrapper {
  position: absolute;
  top: -20px;
  left: -15px;
  display: flex;
  gap: 2rem;
}
.figure-wrapper .figure-blue, .figure-wrapper .figure-yellow {
  width: 3rem;
  height: 10rem;
  border-radius: 6px;
  background-color: #001F47;
  transform: skew(332deg, 360deg);
}
.figure-wrapper .figure-yellow {
  background-color: #FCC200;
}

.header {
  display: flex;
  align-items: center;
  height: 12rem;
  width: 100vw;
  position: fixed;
  top: 0;
  background: transparent;
}
.header .wrapper-header {
  width: 40%;
  padding: 0 10rem;
  display: flex;
  justify-content: space-between;
  height: 100%;
  background: white;
  padding-left: 10rem;
}
.header .wrapper-header .logo-wrap {
  display: flex;
  align-items: center;
}
.header .wrapper-header .logo-wrap img {
  width: 80%;
}
.header .header-tag {
  height: 20rem;
  left: 32%;
  position: fixed;
}
.header .header-tag p {
  font-size: 1.5rem;
}
.header .header-tag p:last-child {
  font-size: 1.2rem;
}
.header .header-tag span {
  font-size: 2rem;
}

@media screen and (max-width: 1440px) {
  #menu_logo img {
    width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    background: white !important;
    justify-content: space-between;
    height: 10rem;
  }
  .header .primary-navigation {
    height: inherit;
    width: 60%;
  }
  .header .wrapper-header {
    padding: 0 5rem;
  }
  .header .wrapper-header #menu_logo_wrap {
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .header .wrapper-header {
    padding: 0 2rem;
  }
  .header .wrapper-header .figure-wrapper {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 8rem;
  }
  .header nav.primary-navigation {
    height: 8rem;
    width: 100%;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    right: 0;
    padding-left: 0 !important;
  }
  .header nav.primary-navigation .logo-mobile {
    padding-left: 2rem;
  }
  .header .wrapper-header {
    max-width: 35%;
  }
  .header .wrapper-header #menu-logo img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .wrapper-header {
    flex: 1 0 30%;
  }
  .primary-navigation {
    flex: 1 0 70%;
  }
  #menu_logo img {
    width: 100%;
    max-width: 13rem;
  }
}
@media screen and (max-width: 400px) {
  #menu-logo img {
    max-width: 10rem;
  }
}
.header {
  z-index: 999;
}
.header .logo-mobile {
  display: none;
}
.header .primary-navigation {
  padding: 3rem 0;
  width: 58%;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 4% 1fr 1fr 1fr 1fr 1fr 1fr 10rem;
  background: url(../../img/blue-bg-scroll.png) no-repeat;
  background-position: 100% 100%;
  background-size: 100% 100%;
  height: 8rem;
  position: fixed;
  top: 0;
  right: 1.2rem;
}
.header .primary-navigation .contact-menu-item {
  display: none;
  color: #001F47;
  min-width: 17rem;
  max-width: 25rem;
  padding: 0.5rem 0.5rem;
  margin-top: 2rem;
}
.header .primary-navigation .navmenu-container {
  width: 100%;
  grid-area: 2/2/2/7;
  height: 100%;
}
.header .primary-navigation .contact {
  height: 4rem;
}
.header .primary-navigation .menu-contact-btn {
  grid-area: 2/7/2/8;
  max-height: 33px;
  min-width: 10rem;
  max-width: 15rem;
  padding: 5px 15px;
  justify-self: self-end;
  z-index: 10;
}
.header .primary-navigation .phone-num {
  margin-top: 0;
}
.header .navmenu-container .menu-item a {
  padding-left: 0;
  padding-right: 3rem;
}

.blog-header .primary-navigation {
  height: 15rem;
}
.blog-header .menu {
  justify-content: flex-end;
}

.menu-item-has-children svg {
  display: none;
}

.menu {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  color: white;
  list-style-type: none;
}

.menu-item a {
  transition: all 0.5s ease;
  padding-left: 3rem;
}

#menu-hlavni-menu a,
#menu-hlavni-menu-1 a {
  flex-direction: row-reverse;
  gap: 5px;
  align-items: center;
  height: 100%;
  z-index: 100;
  position: relative;
}
#menu-hlavni-menu a img,
#menu-hlavni-menu-1 a img {
  width: 2.5rem;
  filter: invert(100%);
}
#menu-hlavni-menu a img path,
#menu-hlavni-menu-1 a img path {
  fill: white;
}

.menu-item a {
  display: flex;
}
.menu-item a:hover {
  color: #FCC200;
  opacity: 1;
  transform: scale(1.05);
}

.contact-menu-item a {
  padding-left: 0;
}

.navmenu-container-mobile-wrap {
  display: none;
}

.mobile_right_menu_container {
  display: none;
}

.mobile-menu-button {
  background-color: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 0px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.menu-icon .navicon {
  background: #001F47;
  background: transparent;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 30px;
  transform: scaleX(-1);
  transition: all 0.2s ease-out;
}
.menu-icon .navicon::after {
  background: #001F47;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 40px;
  top: -7px;
}
.menu-icon .navicon::before {
  background: #001F47;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 40px;
  top: 7px;
}

.menu-btn {
  display: none !important;
}

.menu-icon.change > .menu {
  max-height: 540px;
}

.menu-icon.change .navicon::before {
  transform: rotate(-45deg);
  width: 30px;
}

.menu-icon.change .navicon:after {
  transform: rotate(45deg);
  width: 30px;
}

.menu-icon.change .navicon::before,
.menu-icon.change .navicon:after {
  top: 0;
}

@media screen and (max-width: 1800px) {
  .header .primary-navigation {
    grid-template-columns: 0% 1fr 1fr 1fr 1fr 1fr 1fr 10rem;
  }
}
@media screen and (max-width: 1600px) {
  .header .primary-navigation {
    grid-template-columns: 0% 1fr 1fr 1fr 1fr 1fr 1fr 10rem;
    padding-right: 0;
  }
  .header .primary-navigation .contact {
    padding-right: 0 !important;
    grid-area: 1/1/1/8;
  }
  .header .primary-navigation .navmenu-container {
    grid-area: 2/2/2/7;
    margin-right: 2rem;
  }
  .header .primary-navigation .menu-contact-btn {
    grid-area: 2/7/2/7;
  }
  .header .sub-menu {
    top: 3.7rem;
  }
  .header .menu a {
    font-size: 1.4rem;
  }
  .primary-navigation .menu {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 1400px) {
  .header .primary-navigation .navmenu-container {
    grid-area: 2/1/2/8;
    align-self: self-end;
  }
  .header .primary-navigation .menu-contact-btn {
    display: none;
  }
  .header .wrapper-header .header-tag {
    display: none;
  }
}
@media screen and (max-width: 1366px) {
  #menu-hlavni-menu {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1024px) {
  .header .logo-mobile {
    display: flex;
    width: 33%;
    flex: 1 0 30%;
  }
  .header .wrapper-header {
    display: none;
  }
  .header .menu a {
    font-size: 2.5rem;
  }
  #menu-hlavni-menu-1 {
    padding-left: 0;
    padding-right: 0;
  }
  #menu-hlavni-menu-1 > .menu-item {
    width: 100%;
  }
  ul.sub-menu li a {
    justify-content: flex-end;
    padding-left: 10rem;
  }
  li.menu-item {
    -webkit-tap-highlight-color: transparent;
  }
  li.menu-item a:hover {
    color: white;
    transform: scale(1);
  }
  li.menu-item .sub-menu {
    position: static;
    width: 100%;
  }
  li.menu-item:hover .sub-menu {
    opacity: 0;
    height: 0;
    padding: 0;
    transition: height 0.5s ease-in;
    transition: opacity 0s ease-in;
  }
  .menu-item.active.clicked .sub-menu {
    display: flex;
    margin-top: 1.5rem;
    position: static;
    width: 100%;
    opacity: 1;
    height: auto;
    padding: 0;
    transition: all 0.5s ease-in;
  }
  .menu-item.active.clicked a:hover {
    color: #FCC200;
  }
  li.menu-item-has-children:hover svg {
    transform: rotate(270deg);
  }
  .menu-item-has-children.clicked:hover svg {
    transform: rotate(0deg);
  }
  .menu-item-home > a {
    justify-content: flex-end;
    padding-left: 3rem;
  }
  .menu-item-has-children > a {
    justify-content: flex-end;
  }
  .header .primary-navigation {
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 5rem;
    width: 100%;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    height: 10rem;
  }
  .header .primary-navigation .contact-menu-item {
    display: flex;
    margin-left: 3rem;
  }
  .header .primary-navigation .menu {
    background: #001F47;
    flex-direction: column;
    gap: 2rem;
    padding: 5rem 3rem;
    margin-top: 0;
    border-radius: 0 0 0 3rem;
    width: 100%;
    transform: translateX(50%);
  }
  .header .primary-navigation .contact {
    align-items: center;
    position: relative;
    flex: 1 0 30%;
    justify-content: center;
  }
  .header .primary-navigation .contact .email {
    display: none;
  }
  .header .primary-navigation .contact .phone-num {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 30rem;
  }
  .header .primary-navigation .contact .phone-num p {
    color: #001F47;
    font-weight: 600;
    font-size: 2rem;
    padding: 0;
    width: 100%;
  }
  .header .primary-navigation .contact .phone-num img {
    width: 10%;
  }
  .header .primary-navigation .navmenu-container {
    display: none;
  }
  .mobile_right_menu_container {
    display: flex;
    height: 5px;
    position: relative;
    top: 0%;
    justify-content: flex-end;
    flex: 1 0 20%;
    align-items: center;
  }
  .mobile_right_menu_container .mobile-menu-button {
    right: 0;
    top: initial;
  }
  .navmenu-container-mobile-wrap.active {
    display: flex;
    position: absolute;
    top: 15rem;
    width: 100vw;
    max-height: -webkit-fill-available;
  }
  .navmenu-container-mobile-wrap.active .mobile-menu-wrapper,
  .navmenu-container-mobile-wrap.active .primary-menu-container-mobile {
    width: 100%;
  }
  .menu.activated {
    transition: transform 1000ms ease-out;
  }
  .menu-item a {
    font-size: 2.5rem;
  }
  .menu-icons {
    padding: 5rem;
  }
  .menu-item-has-children svg {
    display: block;
    max-width: 20px;
    height: auto;
    margin-left: 15px;
    position: absolute;
    transform: rotate(270deg);
    right: 60%;
    z-index: 9999999;
  }
  .menu-item-has-children:hover svg {
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 768px) {
  .navmenu-container-mobile-wrap.active {
    top: 8rem;
  }
  .header .primary-navigation .menu {
    width: 100%;
    transform: translateX(40%);
  }
}
@media screen and (max-width: 610px) {
  .menu-item-has-children svg {
    right: 50%;
  }
}
@media screen and (max-width: 500px) {
  .header .primary-navigation .menu {
    transform: translateX(0%);
    width: 70vw;
  }
}
@media screen and (max-width: 480px) {
  .header .primary-navigation ul.menu {
    transform: translateX(0);
    margin-left: 0;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    border-radius: 0 0 3rem 3rem;
  }
  .header .primary-navigation ul.menu .contact-menu-item {
    width: 50%;
  }
  .header .primary-navigation .contact .phone-num {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .header .primary-navigation .contact .phone-num::before {
    border-top: 0;
    border-left: 0;
    border-bottom: 3px solid #FCC200;
    border-right: 0;
    display: block;
    content: "";
    position: absolute;
    transform: scaleX(0.9);
    transition: all 0.5s ease;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .header .primary-navigation .contact .phone-num img {
    display: none;
  }
  .header .primary-navigation .contact .phone-num p {
    font-size: 1.6rem;
  }
  .menu-item-has-children svg {
    right: 10%;
  }
}
@media screen and (max-width: 400px) {
  .header .primary-navigation {
    padding-right: 2rem !important;
  }
  .header .primary-navigation .menu {
    transform: translateX(-10%);
    width: 80vw;
  }
  .header .mobile-menu-button {
    position: static;
  }
}
.menu-item {
  position: relative;
  cursor: pointer;
}
.menu-item:hover .sub-menu {
  display: flex;
  min-width: 30rem;
  z-index: 10;
}

.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 2.8rem;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #001F47;
  list-style: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 0 2rem 2rem;
  z-index: -1;
  transition: all 1s ease;
}
.sub-menu li {
  margin: 1.5rem 0;
  width: 100%;
  padding: 0;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: all 0.5s ease;
}
.sub-menu li:first-child {
  margin-top: 2.5rem;
}
.sub-menu li a {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  padding-left: 3rem !important;
}

.menu-icons {
  padding: 10rem 0;
}
.menu-icons a {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.menu-icons a span {
  color: #001F47;
}
.menu-icons a img {
  width: 10rem;
}
.menu-icons .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 1rem;
}

#menu-menu-s-ikonami {
  justify-content: center;
}

.services-nav .bordered-heading {
  margin-bottom: 30px;
}
.services-nav .menu-icons {
  padding: 0;
  padding-top: 3rem;
}

@media screen and (max-width: 1024px) {
  #menu-menu-s-ikonami {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .menu-icons {
    padding: 0;
    padding-top: 3rem;
  }
  #menu-menu-s-ikonami {
    padding-left: 2rem;
  }
  .sub-menu li a {
    padding-left: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .menu-icons {
    padding: 0 2rem;
    padding-top: 3rem;
  }
  .menu-icons a span {
    min-width: 16rem;
  }
  .menu-icons .menu {
    padding: 2rem 0;
  }
  #menu-menu-s-ikonami {
    padding-left: 0;
  }
}
.breadcrumb-nav span:last-child {
  color: #001F47;
  font-weight: 600;
}

.footer-info-wrapper .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.footer-info-wrapper .adress {
  padding: 10px;
}
.footer-info-wrapper .menu, .footer-info-wrapper .adress {
  position: relative;
}
.footer-info-wrapper .menu::before, .footer-info-wrapper .adress::before {
  border-top: 0;
  border-left: 3px solid #FCC200;
  border-bottom: 0;
  border-right: 0;
  display: block;
  content: "";
  position: absolute;
  transform: scaleX(0.9);
  transition: all 0.5s ease;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-color: white;
  border-width: 1px;
  height: 70%;
  left: 0;
}
.footer-info-wrapper p, .footer-info-wrapper a {
  color: white;
  line-height: 2.2;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.footer-info-wrapper svg {
  color: #FCC200;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 380px) {
  .header .logo-mobile {
    width: -moz-fit-content;
    width: fit-content;
    flex: none;
  }
  .header .logo-mobile #menu_logo img {
    max-width: 10rem;
  }
  .header .primary-navigation .contact {
    width: -moz-fit-content;
    width: fit-content;
    flex: none;
  }
  .header .mobile_right_menu_container {
    width: -moz-fit-content;
    width: fit-content;
    flex: none;
  }
}
.ios.mobile .sub-menu li {
  margin: 0.5rem 0;
}
.ios.mobile .sub-menu li:first-child {
  margin-top: 0.5rem;
}
.ios.mobile .header .primary-navigation .menu {
  gap: 0.5rem;
}

section {
  padding: 5rem 10rem;
  padding-top: 0;
}

.set-margin-hor {
  margin: 0 100px;
}

@media screen and (max-width: 1024px) {
  section {
    padding: 5rem;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 5rem 2rem;
  }
}
.page-hero {
  padding: 0;
  margin-top: 0;
}
.page-hero .breadcrumb-nav {
  grid-area: 1/2/2/4;
  grid-area: 1/2/1/4;
  align-self: self-start;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  font-size: 1.3rem;
}
.page-hero .breadcrumb-nav img {
  width: 15px;
}
.page-hero .breadcrumb-nav a, .page-hero .breadcrumb-nav span {
  font-size: 1.3rem;
}
.page-hero .hero-wrapper {
  padding-left: 10rem;
  margin-top: 2rem;
}
.page-hero .grid-info-wrapper {
  gap: 0;
  display: grid;
  grid-template-columns: 10rem 1fr 1fr;
  grid-template-rows: minmax(200px, auto);
}
.page-hero .grid-info-wrapper > * {
  padding-top: 2rem;
}
.page-hero .grid-info-wrapper .tag-wrapper {
  grid-area: 1/1/2/4;
  align-self: center;
}
.page-hero .grid-info-wrapper .tag-wrapper .horizontal-tag {
  position: static;
  text-align: start;
  background: transparent;
}
.page-hero .grid-info-wrapper .tag-wrapper .horizontal-tag p {
  width: 100%;
  color: #FCC200;
}
.page-hero .grid-info-wrapper .tag-wrapper .horizontal-tag span {
  justify-content: flex-start;
  width: 100%;
}
.page-hero .grid-info-wrapper .hero-title {
  grid-area: 2/2/5/5;
  margin-top: 0;
  align-self: self-start;
}
.page-hero .grid-info-wrapper .buttons-wrapper {
  grid-area: 5/2/6/4;
  gap: 2rem;
}

.section-articles-images.universal .article-image img {
  height: auto;
  max-height: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
.section-articles-images.universal .image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.section-articles-images.universal .image-wrapper img {
  max-height: 100%;
}

.page-hero.universal-hero div.hero-wrapper .main-hero-single-gallery .swiper-slide div {
  display: flex;
  justify-content: center;
}
.page-hero.universal-hero div.hero-wrapper .main-hero-single-gallery .swiper-slide div img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-height: 70rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-hero.universal-hero div.hero-wrapper .main-hero-single-gallery .swiper-slide div::before {
  display: none;
}

.archive-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.archive-hero {
  min-height: auto;
}

.archive-post {
  max-width: 50%;
  height: auto;
  display: block;
  margin-bottom: 50px;
}
.archive-post img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .page-hero .grid-info-wrapper .buttons-wrapper {
    max-width: 70%;
  }
  .product-services .buttons-wrapper {
    max-width: 25%;
    margin-right: 5rem;
  }
}
@media screen and (max-width: 1400px) {
  .page-hero .grid-info-wrapper .tag-wrapper .horizontal-tag {
    max-width: 50rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-hero {
    margin-top: 5rem;
  }
  .page-hero .hero-wrapper {
    flex-wrap: wrap-reverse;
    justify-content: center;
    padding: 0 5rem;
  }
  .page-hero .tag-wrapper, .page-hero .horizontal-tag {
    display: none;
  }
  .page-hero .grid-info-wrapper {
    grid-template-rows: minmax(5rem, auto);
    grid-template-columns: 5rem 1fr 1fr;
  }
  .page-hero .grid-info-wrapper .breadcrumb-nav {
    grid-area: 1/2/3/5;
  }
  .page-hero .grid-info-wrapper .buttons-wrapper {
    grid-area: 5/2/6/3;
  }
}
@media screen and (max-width: 768px) {
  .page-hero .hero-wrapper {
    padding: 0 2rem;
  }
  .page-hero .hero-wrapper .main-hero-gallery {
    margin-top: 0;
  }
  .page-hero .hero-wrapper .info-wrapper {
    margin-top: 5rem;
  }
}
.blog-hero p {
  line-height: 1.6;
}
.blog-hero .hero-right-section::before {
  display: none;
}

.hero-wrapper {
  display: flex;
}

.no-padding {
  padding: 0;
}

.round-corners {
  border-radius: 6rem;
}

.relative-container {
  position: relative;
}

.reviews .HeaderTitle__Container-sc-18we3dm-0.hNKTeB.es-header-title-container {
  flex-direction: row-reverse;
}
.reviews .gBqUJH {
  font-family: "poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #001F47;
  text-transform: uppercase;
  font-size: 6rem;
}
.reviews .hCZUyA {
  margin-left: 30px;
  height: auto;
}
.reviews .goBwwS {
  position: relative;
}
.reviews .goBwwS::before {
  border-top: 0;
  border-left: 0;
  border-bottom: 3px solid #FCC200;
  border-right: 0;
  display: block;
  content: "";
  position: absolute;
  transform: scaleX(0.9);
  transition: all 0.5s ease;
  width: 100%;
  bottom: -20px;
  left: -30px;
  width: 40%;
}
.reviews .kzANES svg {
  height: 5rem;
}
.reviews .jtinqy {
  padding-top: 5rem;
}
.reviews .capcOd {
  background-color: #F8FBFF;
}
.reviews .dndYiv {
  border-radius: 3rem;
  min-height: 34rem;
}
.reviews .cvBsnK, .reviews .cvBsnK * {
  line-height: 2.2;
}
.reviews .ckhVYo {
  justify-content: space-between;
  min-height: 20rem;
}
.reviews .jCXFfl, .reviews .hXrUSE {
  display: none;
}
.reviews .kzANES {
  max-width: none !important;
}
.reviews .bOAeit .swiper-autoheight .swiper-wrapper {
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.reviews .hwydCi {
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .reviews .jCXFfl, .reviews .hXrUSE {
    display: block;
  }
  .reviews .jCXFfl svg, .reviews .hXrUSE svg {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .reviews .HeaderTitle__Container-sc-18we3dm-0.hNKTeB.es-header-title-container {
    flex-direction: row;
  }
  .reviews .HeaderTitle__Container-sc-18we3dm-0.hNKTeB.es-header-title-container .gBqUJH {
    flex-direction: row;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    color: #001F47;
    text-transform: capitalize;
    font-size: 20px;
  }
  .reviews .hCZUyA {
    margin-left: 0;
  }
  .reviews .hwydCi {
    padding: 0;
  }
  .reviews .goBwwS::before {
    left: 0;
  }
}/*# sourceMappingURL=styles.css.map */