@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

:root {
    --green500: #71B54D;
    --green400: #B4DAA1;
    --orange500: #F26027;
    --orange400: #F8CCBB;
    --orange-new: #EC6717;
    --grey500: #828B7D;
    --grey01: #A6A6A6;
    --grey02: #606060;
    --grey03: #E3E3E3;
    --grey04: #EFEEEE;
    --grey05: #f6f6f6;
    --grey08: #2C2C2C;
    --black: #000;
    --white: #fff;
}

body, p {
  padding: 0;
  margin: 0;
  font-family: 'Lexend', sans-serif !important;
  font-weight : 300;
  font-size: 14px;
  line-height: 28px;
  color: #000;
}

h1 {
  font-size: 40px;
  line-height: 56px;
  font-family: 'Lexend', sans-serif;
  font-weight : 700;
  padding-bottom: 40px;
}

h2 {
  font-size: 30px;
  line-height: 36px;
  font-family: 'Lexend', sans-serif;
  font-weight : 700;
  padding-bottom: 20px;
}

b, strong {
  font-weight: 600 !important;
}

.hide-me {
  display: none;
}

.show-me {
  display: block;
}

.clr {
    clear: both;
}

.flex_div {
  display:flex;
  flex-wrap: wrap;
}

.produkt .flex_div {
  flex-wrap: wrap-reverse;
  padding-top: 60px;
}

.radius-25 {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.radius-15 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.kategorie p,
.podkategorie p {
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
  margin-bottom: 80px;
}

.podkategorie p {
  margin-bottom: 0px;
}

@media only screen and (max-width:600px) {
  .kategorie p,
  .podkategorie p {
    font-size: 16px;
    line-height: 28px; /* 177.778% */
  }
}

.kategorie p a,
.podkategorie p a {
  color: var(--orange-new);
}

.kategorie h2,
.podkategorie h2 {
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-bottom: 40px;
}

.podkat_ods {
  width: 100%;
}
#bootstrapCookieConsentSettingsModal {
  z-index: 3000;
}
/* akcni modal */
  #akceModal {
    font-family: 'Lexend', sans-serif;
    color: var(--black);
  }

  #akceModal .modal-content {
    border-radius: 12px;
  }

  #akceModal .modal-header {
    padding: 0;
    position: relative;
  }

  #akceModal .modal-header img {
    width: 100%;
  }

  #akceModal .modal-header .close {
    position: absolute;
    right: 30px;
    top: 30px;
    background-color: white;
    opacity: 1;
    padding: 5px 12px 9px 12px;
    border-radius: 18px;
  }

  #akceModal .modal-body {
    text-align: center;
    padding: 3rem;
  }

  #akceModal .modal-body .akcni_nabidka {
    display: inline-block;
    border-radius: 12px;
    text-transform: uppercase;
    font-size: 12px;
    color: var(--white);
    line-height: 16px;
    font-weight: 500;
    padding: 4px 16px;
    background: rgb(240,125,38);
    background: -moz-linear-gradient(318deg, rgba(240,125,38,1) 0%, rgba(250,179,3,1) 100%);
    background: -webkit-linear-gradient(318deg, rgba(240,125,38,1) 0%, rgba(250,179,3,1) 100%);
    background: linear-gradient(318deg, rgba(240,125,38,1) 0%, rgba(250,179,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f07d26",endColorstr="#fab303",GradientType=1);
  }

  #akceModal .modal-body .akce {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 20px;
  }

  #akceModal .modal-body .akce .big {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    display: block;
  }

  #akceModal .modal-body .seda {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: var(--grey01);
    margin-top: 20px;
  }

  #akceModal button.link{
    cursor: pointer;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 15px 20px;
    margin-top: 20px;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(to right, #F07D26, #FAB303) border-box;
    border-radius: 50em;
    border: 2px solid transparent;
  }
/* konec akcni modal */
/*
#header {
  width: 100%;
  top: 0px;
  background-color: var(--black);
  z-index: 1000;
  position: relative;
  border-bottom: 1px solid var(--grey08);
}

#logo {
  float: left;
  width: 115px;
  margin-top: 5px;
}

.logo {
  font-size: 36px;
  padding:0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  #logo {
    width: 50px;
  }

  .logo {
    font-size: 10px;
    line-height: normal;
  }

  #logo .logo img {
    width: 50px;
  }
}*/

.double-space { height: 150px; }
.kategorie .double-space,
.podkategorie .double-space {
  height: 75px; 
}

@media only screen and (max-width:600px) {
  .double-space { height: 75px; }
}

.section {
  min-height: 500px;
  overflow: hidden;
}

section .top_80 {
  margin-top: 80px;
}

.gray { background-color : #f1f1f3; }
.lighter { background-color : #fff; }

.centered-wrapper { margin: 0 auto; text-align: center; max-width: 1440px; /*overflow: hidden;*/ }
.lefted-wrapper { 
  margin: 0 auto;
  text-align: left;
  max-width: 1440px;
  overflow: hidden;
}

.produkt_tabs { 
  background-color: var(--grey03);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 0 120px;
}

@media only screen and (max-width:1450px) {
  .centered-wrapper { padding: 0 10px; }

  .lefted-wrapper { padding: 0 10px; }
}

.section.gray h1 { color: #000; }
.section.gray h2 { color: #000; }

.section.lighter h1 { color: #000; }
.section.lighter h2 { color: #000; }


#wrapper {
  text-align: left;
}

header .logo svg {
  width: 100%;
  max-width: 120px;
  max-height: 80px;
  vertical-align: middle;
}

header .logo svg path {
  fill: currentColor;
}

.navigate_line {
  color: #f3862a;
  font-weight: 700;
  width: 100%;
  text-transform: uppercase;
}

.back_image {
  width: 100%;
  height: auto;
  line-height: 0;
}

.class_img {
  max-width: 100%;
  height: auto;
}

 .class_img img {
  height: auto;
}

#sluzby .lefted-wrapper .box-content img {
  width: 50px;
  height: 50px;
  margin-left: 0;
  margin-bottom: 35px;
}

#sluzby .lefted-wrapper .box-content h3 {
  margin-bottom: 35px;
}

#cenik .lefted-wrapper .box-content form input,
#kontakt .lefted-wrapper .box-content form input {
  border: 0;
  width: 100%;
  border-bottom: 3px solid #000;
  padding: 10px 0;

  background-color: transparent;
  color: #000;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 15px;
}

#cenik .lefted-wrapper .box-content form input.half,
#kontakt .lefted-wrapper .box-content form input.half {
 width: calc(50% - 15px);
 display: inline-block;
}

#cenik .lefted-wrapper .box-content form input.half:nth-child(1),
#kontakt .lefted-wrapper .box-content form input.half:nth-child(1) {
  margin-right: 25px;
}

#cenik .lefted-wrapper .box-content form textarea,
#kontakt .lefted-wrapper .box-content form textarea {
  border: 0;
  width: 100%;
  border-bottom: 3px solid #000;
  padding: 10px 0;
  background-color: transparent;
  color: #000;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 15px;
  resize: vertical;
}

#cenik .lefted-wrapper .box-content form input.error,
#kontakt .lefted-wrapper .box-content form input.error,
#cenik .lefted-wrapper .box-content form textarea.error,
#kontakt .lefted-wrapper .box-content form textarea.error {
  color: #d64545;
  border-bottom: 3px solid #d64545;
}

#cenik .lefted-wrapper .box-content form textarea:focus,
#kontakt .lefted-wrapper .box-content form textarea:focus,
#cenik .lefted-wrapper .box-content form input:focus,
#kontakt .lefted-wrapper .box-content form input:focus {
  border:0;
  border-bottom: 3px solid #d57c31;
  color: #d57c31;
  outline-width: 0;
}

#cenik .lefted-wrapper .box-content form button,
#kontakt .lefted-wrapper .box-content form button {
  color: #fff;
  background-color: #000;
  padding: 15px 35px;
  margin: 30px 0;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}

#cenik .lefted-wrapper .box-content form button:hover,
#kontakt .lefted-wrapper .box-content form button:hover {
  background-color: #d57c31;
  color: #fff;
  transition: all 0.3s;
}

#galerie {
  text-align: left;
  padding-bottom: 150px;
}

#galerie a {
  display: inline-block;
  width: calc((100% - 55px) / 4);
  min-width: 230px;
  margin: 5px;
  text-align: left;
  overflow: hidden;
  text-decoration: none;
}

#galerie a .project_name {
  font-weight: bold;
  color: #000;
}

#galerie a p {
  color: #808080;
  line-height: 20px;
}

#kontakt a{
  color: #000;
  text-decoration: none;
  position: relative;
}

#kontakt a:hover,
#kontakt a:focus,
#kontakt a:active {
  transition: all 0.3s;
}

#kontakt a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #d57c31;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

#kontakt a:hover::before {
  visibility: visible !important;
  transform: scaleX(1)!important;
}

#kontakt a:nth-child(1) {
  margin-right: 50px;
}

#kontakt .box .box-content img {
  width: 15px;
  height: 15px;
  display: inline-block;
  padding-right: 15px;
}

#kontakt .lefted-wrapper .box-content .poznamka {
  font-size: 12px;
}

#kontakt .lefted-wrapper .box-content .poznamka a {
  color: #808080;
}

#hp_top {
  background-color: var(--black);
}

#hp_top #top_img {
  width: 100%;
  position: relative;
  min-height: 750px;
  background-image: url("/images/hp_top_new.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
}

.parapetni-systemy #hp_top #top_img {
  background-image: url("/images/hp_top_parapetni_systemy.webp");
}

#hp_top.produkt #top_img {
  background-image: none;
  background-color: var(--white);
  color: var(--black);
}

@media only screen and (max-width:1000px) {
  #hp_top #top_img {
    display: none;
  }
}

.kontakt #hp_top #top_img,
.servis #hp_top #top_img,
.online-poptavka #hp_top #top_img {
  min-height: 536px;
  background-image: url("/images/bg_top_prodejna.jpg");
}

#hp_top #top_img .centered-wrapper {
  /*height: 750px;*/
  width: 100%;
  position: relative;
}

#hp_top #top_img .centered-wrapper:first-child {
  padding-top: 50px;
}

#hp_top.produkt #top_img .centered-wrapper:nth-child(2) {
  flex-grow: 1;
}

#hp_top #top_img .centered-wrapper:not(:first-child) {
  margin-top: auto;
}

#hp_top #top_img img {
  width: 100%;
}

#hp_top #top_img #hp_bottom_arrow,
#hp_top #top_img_res #hp_bottom_arrow {
  width: 100%;
  height: 44px;
  margin: 0 auto;
  margin-bottom: 0px;
  align-self: flex-end;
  background-image: url("/images/ico/hp_bottom_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}

#hp_top #top_img #hp_bottom_arrow img,
#hp_top #top_img_res #hp_bottom_arrow img {
  width: 40px;
  height: 40px;
  min-height: auto;
  margin-top: 20px;
}

#hp_top #top_img #hp_text {
  align-self: flex-end;
  padding-bottom: 80px;
}

#hp_top.produkt #top_img #hp_text {
  padding-bottom: 0px;
}

#hp_top.produkt #top_img #hp_text
 {
  align-self: center;
}

#hp_top.produkt #top_img #hp_text,
#hp_top.produkt #top_img #hp_img {
  width: 50%;
  align-self: center;
}

#hp_top.produkt #top_img_res #hp_img img {
  width: 100%;
  margin-bottom: 25px;
}

#hp_top #top_img_res #hp_text {
  align-self: center;
  text-align: left;
}

@media only screen and (max-width:640px) {
  .prodejna #hp_top #top_img_res #hp_text {
    align-self: end;
  }
}

#hp_top #top_img #hp_text h1,
#hp_top #top_img_res #hp_text h1 {
  color: var(--white);
  line-height: 64px;
  font-size: 64px;
  font-weight: 600;
  display: block;
  max-width: 690px;
  text-align: left;
  margin: 0;
}

body:not(:has(.produkt)) #hp_top #top_img_res #hp_text h1 {
  width: 100%;
}

#hp_top.produkt #top_img #hp_text h1,
#hp_top.produkt #top_img_res #hp_text h1{
  color: var(--black);
}

.kontakt #hp_top #top_img #hp_text h1,
.kontakt #hp_top #top_img_res #hp_text h1,
.servis #hp_top #top_img #hp_text h1,
.servis #hp_top #top_img_res #hp_text h1,
.online-poptavka #hp_top #top_img #hp_text h1,
.online-poptavka #hp_top #top_img_res #hp_text h1 {
  color: var(--black);
}

.kontakt #hp_top #top_img_res #hp_text h1,
.servis #hp_top #top_img_res #hp_text h1,
.online-poptavka #hp_top #top_img_res #hp_text h1 {
  color: var(--black);
  display: block;
  text-align: center;
}

@media only screen and (max-width:1300px) {
  #hp_top #top_img #hp_text,
  #hp_top #top_img_res #hp_text {
    bottom: 30px;
  }

  #hp_top #top_img #hp_text h1,
  #hp_top #top_img_res #hp_text h1 {
    line-height: 56px;
    font-size: 56px;
  }
}

@media only screen and (max-width:900px) {
  #hp_top #top_img #hp_text h1,
  #hp_top #top_img_res #hp_text h1 {
    line-height: 40px;
    font-size: 36px;
    padding-bottom: 20px;
    text-align: center;
    display: inline-block;
  }
}

@media only screen and (max-width:640px) {
  #hp_top #top_img #hp_text {
    left: 30px;
    bottom: 10px;
  }

  #hp_top #top_img #hp_text h1 {
    line-height: 30px;
    font-size: 30px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width:590px) {
  #hp_top #top_img #hp_text h1 {
    line-height: 20px;
    font-size: 20px;
    padding-bottom: 15px;
  }
}

#hp_top #top_img #hp_text p,
#hp_top #top_img_res #hp_text p {
  display: block;
  width: 55%;
  color: var(--white);
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  /*margin-bottom: 50px;*/
  margin-bottom: 0;
  text-align: left;
  max-width: none;
  margin-left: 0;
}

#hp_top.produkt #top_img #hp_text p {
  color: var(--black);
  width: 100%;
  max-width: 600px;
  padding-bottom: 20px;
}

#hp_top.produkt #top_img #hp_text p span {
  font-size: 16px;
  display: inline-block;
  padding-left: 15px;
}

#hp_top.produkt #top_img_res #hp_text p {
  color: var(--black);
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}

.kontakt #hp_top #top_img #hp_text p,
.kontakt #hp_top #top_img_res #hp_text p,
.servis #hp_top #top_img #hp_text p,
.servis #hp_top #top_img_res #hp_text p,
.online-poptavka #hp_top #top_img #hp_text p,
.online-poptavka #hp_top #top_img_res #hp_text p {
  color: var(--black);
}

.kontakt #hp_top #top_img #hp_text p span,
.kontakt #hp_top #top_img_res #hp_text p span {
  color: var(--orange-new);
}

.kontakt #hp_top #top_img #hp_text p a.prodejna,
.kontakt #hp_top #top_img_res #hp_text p a.prodejna {
  color: var(--orange-new);
  display: inline !important;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-transform: none;
  letter-spacing: normal;
}
.kontakt #hp_top #top_img #hp_text p a.prodejna:hover,
.kontakt #hp_top #top_img_res #hp_text p a.prodejna:hover {
  text-decoration: underline;
}

.kontakt #hp_top #top_img #hp_text p a.prodejna::before,
.kontakt #hp_top #top_img_res #hp_text p a.prodejna::before {
  display: none;
}

@media only screen and (max-width:900px) {
  #hp_top #top_img #hp_text p,
  #hp_top #top_img_res #hp_text p {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    text-align: center;
  }
}

#hp_top #top_img #hp_text a,
#hp_top #top_img_res #hp_text a {
  position: relative;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.1em;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  margin-top: 30px;
  padding-left: 45px;
}

@media only screen and (max-width:640px) {
  #hp_top #top_img #hp_text a,
  #hp_top #top_img_res #hp_text a {
    margin-top: 20px;
    padding-left: 30px;
  }
}

#hp_top #top_img #hp_text a::before,
#hp_top #top_img_res #hp_text a::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 35px;
  height: 35px;
  background-image: url("/images/ico/sipka_vpravo_small.svg");
  background-repeat: no-repeat;
}

@media only screen and (max-width:640px) {
  #hp_top #top_img #hp_text a::before,
  #hp_top #top_img_res #hp_text a::before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    top: 0px;
    left: 0px;
  }
}

#hp_top.produkt #top_img #hp_text a,
#hp_top.produkt #top_img_res #hp_text a {
  background-color: var(--orange500);
  padding: 15px 25px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 0;
}

#hp_top.produkt #top_img #hp_text span a,
#hp_top.produkt #top_img_res #hp_text span a {
  color: var(--orange-new);
  padding: 0;
  background-color: transparent;
  text-transform: lowercase;
  font-size: 16px;
  letter-spacing: normal;
}

#hp_top.produkt #top_img #hp_text a::before,
#hp_top.produkt #top_img_res #hp_text a::before {
  display: none;
}

#hp_top #top_img_res {
  width: 100%;
  position: relative;
  min-height: 550px;
  background-image: url("/images/hp_top_new.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  display: none;
  flex-direction: column;
}

.kontakt #hp_top #top_img_res,
.online-poptavka #hp_top #top_img_res,
.servis #hp_top #top_img_res {
  min-height: 380px;
  background-image: url("/images/bg_top_prodejna.jpg");
}

#hp_top.produkt  #top_img_res {
  background-color: var(--white);
  background-image: none;
}

@media only screen and (max-width:999px) {
  #hp_top #top_img_res {
    display: flex;
  }

  #hp_top #top_img_res .centered-wrapper {
    flex-grow: 1;
  }
}

#hp_top .kategorie_box_grey {
  padding-top: 100px;
}

#hp_top .kategorie_box_grey,
#hp_top .kategorie_box_grey .box
 {
  width: 100%;
  color: var(--white);
  text-align: left;
}

#hp_top .kategorie_box_grey .box .box-content-2 h1 {
  font-weight: 600;
  font-size: 64px;
  line-height: 64px;
  color: var(--white);
  margin: 0 0 10px 0;
  padding: 0;
}

#hp_top .kategorie_box_grey .box .box-content-3 p {
  color: var(--white);
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
}

#hp_top .kategorie_box_grey .box .box-content-4 {
  padding-top: 20px;
}

#hp_top .kategorie_box_grey .box .box-content-4 img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

@media only screen and (max-width:960px) {
  #hp_top .kategorie_box_grey .box .box-content-4 img {
    max-width: 95% !important;
  }
}

#hp_top .kategorie_box_grey .box .box-content-5 p {
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  display: block;
  width: 70%;
  margin: 50px 15% 30px 15%;
}

@media only screen and (max-width:960px) {
  #hp_top .kategorie_box_grey .box .box-content-5 p {
    width: 90%;
    margin: 50px 5% 30px 5%;
  }
}

#hp_top #produkt_top {
  max-width: 1440px !important;
  margin: 0 auto;
  color: var(--white);
  padding-top: 32px;
}

@media only screen and (max-width:1460px) {
  #hp_top #produkt_top {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#hp_top #produkt_top .pr_left {
  float: left;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

#hp_top #produkt_top .pr_right {
  float: right;
  margin-top: 4px;
}

#hp_top #produkt_top .pr_right a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  color: white;
  text-decoration: none;
  padding: 0.5rem 1rem;

  background: linear-gradient(black, black) padding-box,
              linear-gradient(to right, #F07D26, #FAB303) border-box;
  border-radius: 50em;
  border: 2px solid transparent;
}

#hp_top #produkt_top_img {
  width: 100%;
  margin: 0 auto;
  margin-top: 24px;
  position: relative;
  max-width: 1440px;
}

@media only screen and (max-width:1860px) {
  #hp_top #produkt_top_img {
    padding: 0 30px;
    width: calc(100% - 60px);
  }
}

@media only screen and (max-width:1000px) {
  #hp_top #produkt_top_img {
    padding: 0px;
    height: 350px;
    margin: 20px 0 0 0;
    width: 100%;
    overflow: hidden;

    object-fit: cover;
  }
}

#hp_top #produkt_top_img img {
  max-width: 100%;
  position: relative;
}

@media only screen and (max-width:1000px) {
  #hp_top #produkt_top_img img {
    max-width: none;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
  }

  #hp_top #produkt_top_img img.radius-25 {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
}

#hp_top #produkt_top_img #top_popis {
  top: 50%;
  bottom: 50%;
  left: 72px;
  position: absolute;
  width: 50%;
}

@media only screen and (max-width:1050px) {
  #hp_top #produkt_top_img #top_popis {
    left: 0;
    width: 100%;

    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    inset: 0;
  }
}

#hp_top #produkt_top_img #top_popis #top_center_vertical {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width:1050px) {
  #hp_top #produkt_top_img #top_popis #top_center_vertical {
    top: 35%;
    padding: 0 30px;
  }
}

@media only screen and (max-width:700px) {
  #hp_top #produkt_top_img #top_popis #top_center_vertical {
    top: 39%;
    padding: 0 30px;
  }
}

#hp_top #produkt_top_img #top_popis h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 64px;
  color: var(--white);
  margin: 0;
  padding: 0;
}

@media only screen and (max-width:1050px) {
  #hp_top #produkt_top_img #top_popis h1 {
    font-size: 32px !important;
    line-height: 32px;
  }
}

#hp_top #produkt_top_img #top_popis p {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: var(--white);
  margin: 0;
  margin-top: 24px;
  padding: 0;
}

@media only screen and (max-width:1050px) {
  #hp_top #produkt_top_img #top_popis p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
}

#hp_top #produkt_top.poptavka {
  padding-top: 80px;
  padding-bottom: 80px;
}

#hp_top #produkt_top.poptavka .pr_left{
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

@media only screen and (max-width:1860px) {
  #hp_top #produkt_top.poptavka .pr_left{
    font-size: 18px;
  }
}

#hp_top #produkt_top.poptavka .pr_left h1 {
  margin: 0;
}

#hp_top #produkt_top.poptavka .pr_left:nth-child(2) {
  margin-left: 120px;
}

@media only screen and (max-width:700px) {
  #hp_top #produkt_top.poptavka .pr_left:nth-child(2) {
    margin-left: 20px;
  }
}

#hp_top #produkt_top.poptavka .pr_left:nth-child(2) a {
  text-decoration: none;
  color: var(--white);
  display: inline-block;
  margin-top: 25px;
}

#hp_top #produkt_top.poptavka .pr_left:nth-child(2) a {
  padding-right: 45px;
}

#hp_top #produkt_top.poptavka .pr_left:nth-child(2) img {
  width: 24px;
  vertical-align: middle;
}

#hp_top.kontakt {
  background: white;
}

#hp_top #back_black {
  width: 100%;
  background: black;
}

#hp_top #produkt_top.kontakt {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  display: relative;

}

#hp_top #produkt_top.kontakt h1 {
  font-size: 64px;
  line-height: 64px;
}

#hp_top  #adresa {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 180px;
}

#hp_top #produkt_top.kontakt #adresa {
  font-weight: 400;
}

#hp_top #produkt_top.kontakt #adresa .yellow {
  color: var(--orange500);
}

@media only screen and (max-width:1000px) {
  #hp_top  #adresa {
    margin-bottom: 80px;
  }
}

#hp_top  #adresa a {
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: var(--orange500);
}

#hp_top #kontakt_form {
  float: right;
  background: var(--white);
  color: var(--black);
  width: 100%;
  max-width: 30%;
  padding: 60px;
  margin-top: -600px;
  margin-right: calc((100% - 1440px) / 2);
  margin-bottom: 60px;
  overflow-y: auto;
  overflow-x: hidden;
}

@media only screen and (max-width:1440px) {
  #hp_top #kontakt_form {
    margin-right: 20px;
  }
}

@media only screen and (max-width:1000px) {
  #hp_top #kontakt_form {
    float: none;
    margin-top: 0px;
    max-width: calc(100% - 120px);
  }
}

@media only screen and (max-width:600px) {
  #hp_top #kontakt_form {
    float: none;
    margin-top: 0px;
    max-width: 100%;
  }
}

#hp_top #kontakt_form #form_popis {
  font-size: 24px;
  line-height: 32px;
  width: 80%;
  margin-bottom: 24px;
}

#hp_top #kontakt_form div {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
}

#hp_top #kontakt_form div.small {
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  color: var(--grey02);
  text-align: center;
}

#hp_top #kontakt_form div.small a {
  color: var(--grey02);
}

#hp_top #kontakt_form div input[type="text"] {
  display: block;
  border: 1px solid var(--grey01);
  padding: 24px 16px;
  background: var(--white);
  width: calc(100% - 32px);
  margin-top: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}

@media only screen and (max-width:600px) {
  #hp_top #kontakt_form div input[type="text"] {
    width: 100%;
  }
}

#hp_top #kontakt_form div textarea {
  display: block;
  border: 1px solid var(--grey01);
  padding: 24px 16px;
  background: var(--white);
  width: calc(100% - 32px);
  height: 130px;
  margin-top: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  resize: none;
}

@media only screen and (max-width:600px) {
  #hp_top #kontakt_form div textarea {
    width: 100%;
  }
}

#hp_top #kontakt_form button {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 100%;
  padding: 20px 0;

  background: linear-gradient(white, white) padding-box,
              linear-gradient(to right, #F07D26, #FAB303) border-box;
  border-radius: 50em;
  border: 2px solid transparent;
}

.kontakt h2.kontakt_h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  padding: 100px 0 40px 0;
}

@media (max-width: 650px) {
  .kontakt h2.kontakt_h2 {
    padding: 60px 0 40px 0;
  }
}

.container_duo {
  display: flex;
  gap: 10px; /* Rozestup mezi boxy */
  color: var(--white);
  padding-top: 50px;
}

.servis .container_duo {
  padding-top: 15px;
}

.container_duo .box {
  flex: 1; /* Oba boxy mají stejnou šířku */
  width: calc(50% - 5px); /* 50% šířky mínus polovina mezery */
  padding: 120px 50px;
  text-align: center;
  align-items: center; /* Zarovnání textu na střed vertikálně */
  justify-content: center; /* Zarovnání textu na střed horizontálně */
  background-color: var(--black);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;

  display: flex;
  flex-direction: column; /* Uvnitř boxu jsou prvky v řádcích */
  align-items: center; /* Zarovnání obsahu na střed */
  justify-content: space-between; /* Rozložení prvků rovnoměrně */
}

.prodejna .container_duo .box {
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent !important;
}

@media (max-width: 950px) {
  .container_duo  {
    flex-direction: column;
  }

  .container_duo  .box{
    width: 100%;
    padding: 60px 30px;
  }
}

.container_duo .box:last-child {
  background-color: var(--orange-new);
}

.container_duo .box iframe {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}


.container_duo .box div {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  max-width: 380px;
}

@media (max-width: 520px) {
  .container_duo .box div {
    font-size: 30px;
    line-height: 30px;
  }
}

.container_duo .box p {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: var(--white);
  max-width: 450px;
  margin: 0;
}

@media (max-width: 520px) {
  .container_duo .box p {
    font-size: 16px;
    line-height: 20px;
  }
}

.container_duo .box p:nth-child(3) {
  font-weight: 600;
  padding-top: 10px;
}

.container_duo .box img {
  padding-right: 10px;
}

.prodejna .container_duo .box img {
  padding-right: 0px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

@media (max-width: 1440px) {
  .prodejna .container_duo .box img {
    width: 100%;
  }
}

@media (max-width: 950px) {
  .prodejna .container_duo .box img {
    max-width: 696px;
  }
}

.container_duo .box a {
  color: var(--white);
  padding-bottom: 10px;
}

.prodejna .container_duo .box a {
  padding-bottom: 0px;
}

.container_duo .box a.bttn {
  color: var(--orange-new);
  background-color: var(--white);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.servis .container_duo .box:first-child a.bttn {
  color: var(--white);
  background-color: var(--orange-new);
}

.container_trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 4 sloupce pro velká rozlišení */
  gap: 0; /* Mezera mezi boxy není, protože oddělovač je součástí boxu */
  width: 100%;
  /*max-width: 1000px;*/
  max-width: 1325px;
  margin: 0 auto;
  margin-top: 40px;
}

.container_trio .box {
  padding: 0 40px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative; /* Pro oddělovač */

  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

/* Oddělovač mezi boxy */
.container_trio .box:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ccc; /* Šedá čára */
}

@media (max-width: 810px) {
  .container_trio .box:not(:last-child)::after {
    height: 1px;
    width: 30%;
    left: 35%;
    top: 100%;
  }
}

.container_trio .box a {
  color: var(--black);
}

.container_trio .box div {
  margin: 0 0 10px 0; /* Mezera pod nadpisem */
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--orange-new);
}

.container_trio .box p {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
}

/* Responzivní nastavení */
@media (max-width: 810px) {
  .container_trio {
    grid-template-columns: 1fr; /* Jediný sloupec */
  }

  .container_trio .box {
    padding: 20px 40px;
  }

  /* Odstranění všech oddělovačů v jednom sloupci */
  /*.container_trio .box::after {
    display: none;
  }*/

  /* Přidání čáry mezi všemi boxy kromě posledního */
  /*.container_trio .box:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }*/

  .container_trio .box div {
    text-align: center ;
  }

  .container_trio .box p {
    font-size: 18px;
    line-height: 24px;
    text-align: center ;
  }

}

.container_quattro {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 sloupce pro velká rozlišení */
  gap: 0; /* Mezera mezi boxy není, protože oddělovač je součástí boxu */
  width: 100%;
}
.prodejna .container_quattro {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 80px;
}

.container_quattro .box {
  padding: 0 34px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative; /* Pro oddělovač */

  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 930px) {
  .prodejna .container_quattro .box {
    flex-direction: row;
  }
}
/* Oddělovač mezi boxy */
.container_quattro .box:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ccc; /* Šedá čára */
}
.prodejna .container_quattro .box:not(:last-child)::after {
  background: transparent;
}

.container_quattro .box a {
  color: var(--black);
}

.container_quattro .box div {
  margin: 0 0 10px 0; /* Mezera pod nadpisem */
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

@media (max-width: 930px) {
  .prodejna .container_quattro .box div {
    /*margin: 0 20px 10px 0; /* Mezera pod nadpisem */
    width: 80px;
    text-align: left;
    margin:0;
  }
}

.container_quattro .box p {
  margin: 0;
  line-height: 24px;
}

.prodejna .container_quattro .box p {
  font-weight: 600;
}

@media (max-width: 930px) {
  .prodejna .container_quattro .box p {
    text-align: left;
    width: calc(100% - 80px);
  }
}

/* Responzivní nastavení */
@media (max-width: 930px) {
  .container_quattro {
    grid-template-columns: repeat(2, 1fr); /* Dva sloupce */
    grid-template-rows: repeat(2, auto); /* Dva řádky */
  }
  
  /* Odstranění oddělovače pro sudé boxy v mobilním zobrazení */
  .container_quattro .box:nth-child(2)::after,
  .container_quattro .box:nth-child(4)::after {
    display: none;
  }

  /* Přidání horizontální oddělovací čáry mezi řádky */
  .container_quattro .box:nth-child(1),
  .container_quattro .box:nth-child(2) {
    border-bottom: 1px solid #ccc;
  }

  .prodejna .container_quattro .box:nth-child(1),
  .prodejna .container_quattro .box:nth-child(2) {
    border-bottom: 0px solid #ccc;
  }

  .container_quattro .box {
    padding: 10px 30px;
  }
}

@media (max-width: 610px) {
  .container_quattro {
    grid-template-columns: 1fr; /* Jediný sloupec */
  }

  /* Odstranění všech oddělovačů v jednom sloupci */
  .container_quattro .box::after {
    display: none;
  }

  /* Přidání čáry mezi všemi boxy kromě posledního */
  .container_quattro .box:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }

  .prodejna .container_quattro .box:not(:last-child) {
    border-bottom: none;
  }
}

.fakturacni_info {
  padding-top: 100px;
  font-size: 16px;
  line-height: 24px;
  max-width: 430px;
  margin: 0 auto;
}

.fakturacni_info div {
  font-weight: 600;
}

.fakturacni_info p {
  line-height: 24px;
}

.fakturacni_info p:nth-child(2) {
  margin-bottom: 7px;
}

.servis section p {
  max-width: 920px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 24px;
}

.servis section p:first-child {
  margin-top: 80px;
}

.servis h2 {
  display: inline-block;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 60px;
}

.prodejna p.ukaz_zkousej {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 80px;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 800px) {
  .prodejna p.ukaz_zkousej {
    text-align: left;
  }
}

#produkt_menu {
  margin: 0 auto;
  /*background-color: var(--black);*/
  background-color: var(--white);
  padding: 20px 0 24px 0;
}

#produkt_menu ul {
  margin: 0 auto;
  text-align: center;
}

#produkt_menu ul li {
  display: inline-block;
  margin: 0 10px;
  border: none;
  background-color: transparent;
}

#produkt_menu ul a {
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#produkt_menu ul #send_poptavka {
  display: inline-block;
  margin: 0 27px;
  float: none;
  color: var(--white);

  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  padding: 0.5rem 1rem;

  background: linear-gradient(black, black) padding-box,
              linear-gradient(to right, #F07D26, #FAB303) border-box;
  border-radius: 50em;
  border: 2px solid transparent;
}

#produkt_menu ul #send_poptavka:hover {
  color: var(--grey02);
  text-decoration: none;
}

#hp_line_1 {
  color: var(--black);
  padding-top: 90px;
}

#hp_line_1 h2 {
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}

#hp_line_1 p {
  width: 80%;
  max-width: 700px;
  margin-top: 15px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

#hp_line_2 {
  color: var(--black);
  padding-top: 90px;
}

#hp_line_2 .slider-container,
.servis .slider-container {
  max-width: 1600px;
  margin: 0 auto;
  /*overflow: hidden;*/
  position: relative;
  overflow: visible;
}

#hp_line_2 .slider-container .slider-nav-wrapper,
.servis .slider-container .slider-nav-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

#hp_line_2 .slider-container .slider-nav {
  display: flex;
  width: max-content;
  width: 100%;
  margin-bottom: 10px;
}

.servis .slider-container .slider-nav {
  width: auto;
  margin: 0 auto;
  display: flex;
  width: max-content;
  margin-bottom: 10px;
}

#hp_line_2 .slider-container .nav-item,
.servis .slider-container .nav-item {
  flex: 1;
  min-width: 135px;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.servis .slider-container .nav-item {
  flex:none;
  min-width: 50px;
  padding: 0 20px;
}

@media only screen and (max-width:870px) {
  #hp_line_2 .slider-container .nav-item img,
  .servis .slider-container .nav-item img {
    max-width: 120px;
  }
}

@media only screen and (max-width:650px) {
  #hp_line_2 .slider-container .nav-item img,
  .servis .slider-container .nav-item img {
    max-width: 80px;
  }
}

#hp_line_2 .slider-container .nav-item.active,
.servis .slider-container .nav-item.active {
   color: var(--orange-new);
}

#hp_line_2 .slider-container .nav-item p,
.servis .slider-container .nav-item p {
  padding-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
}

@media only screen and (max-width:870px) {
  #hp_line_2 .slider-container .nav-item p,
  .servis .slider-container .nav-item p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
  }
}

#hp_line_2 .slider-container .nav-item.active p,
.servis .slider-container .nav-item.active p {
  color: var(--orange-new);
}

#hp_line_2 .slider-container .nav-item .arrow,
.servis .slider-container .nav-item .arrow {
  display: none;
  width: 10px;
  height: 10px;
  border-left: 2px solid var(--orange-new);
  border-bottom: 2px solid var(--orange-new);
  transform: rotate(-45deg);
  margin: 5px auto;
}

#hp_line_2 .slider-container .nav-item.active .arrow,
.servis .slider-container .nav-item.active .arrow {
  display: block;
}

#hp_line_2 .slider-container .slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.servis .slider-container .slider-wrapper {
  overflow: visible;
  position: relative;
  width: 100%;
}

#hp_line_2 .slider-container .slider-wrapper .slider-obal,
.servis .slider-container .slider-wrapper .slider-obal {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#hp_line_2 .slider-container .slider,
.servis .slider-container .slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

#hp_line_2 .slider-container .slide,
.servis .slider-container .slide {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*padding: 40px 100px;*/
  flex-wrap: wrap;
  background-color: #e3e3e3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.servis .slider-container .slide {
  padding: 0px 0px;
}

/*@media only screen and (max-width:1000px) {
  #hp_line_2 .slider-container .slide,
  .servis .slider-container .slide {
    padding: 40px 50px;
  }
  .servis .slider-container .slide {
    padding: 20px 50px;
  }
}*/

#hp_line_2 .text-content,
.servis .text-content {
  flex: 1;
  /*padding-right: 20px;*/
  text-align: left;
  padding: 40px 0 40px 120px;
}

@media only screen and (max-width:1000px) {
  #hp_line_2 .text-content,
  .servis .text-content {
    padding: 20px 50px;
  }
}

.servis .text-content .inner-content {
  max-width: 450px;
  /*margin: 0 auto;*/
}

#hp_line_2 .text-content h2,
.servis .text-content h2,
.servis .text-content h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 20px;
}

#hp_line_2 .text-content h2 span,
.servis .text-content h2 span {
  color: var(--orange-new);
}

.servis .slide .text-content h2,
.servis .slide .text-content h3 {
  text-align: left;
  margin-top: 0;
}

#hp_line_2 .text-content p,
.servis .text-content p {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: var(--orange-new);
}

#hp_line_2 .text-content p:nth-child(3),
.servis .text-content p:nth-child(3) {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--black);
  margin-top: 20px;
}

@media only screen and (max-width:800px) {
  #hp_line_2 .text-content h2,
  .servis .text-content h3 {
    font-size: 30px;
    line-height: 30px;
  }
  #hp_line_2 .text-content p,
  .servis .text-content p {
    font-size: 20px;
    line-height: 26px;
  }
  #hp_line_2 .text-content p:nth-child(3) {
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (max-width:600px) {
  .servis .text-content {
    flex: none;
    width: 100%;
    padding: 15px 50px;
  }
}

#hp_line_2 .text-content .btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 10%;
  color: var(--white);
  text-transform: uppercase;
  background-color: var(--orange-new);
  padding: 15px 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 20px;
}

#hp_line_2 .image-content,
.servis .image-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  padding-top: 40px;
}

#hp_line_2 .slide:nth-child(4) .image-content{
  padding: 0px;
  padding-bottom: 73px;
}

.servis .image-content {
  justify-content: end;
  padding: 0px;
}

.servis .image-content img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

@media only screen and (max-width:600px) {
  #hp_line_2 .image-content,
  .servis .image-content {
    display: none;
  }
}

#hp_line_2 .image-content img,
.servis .image-content img {
  max-width: 100%;
  height: auto;
  display: block;
}

#hp_line_2 .slider-controls,
.servis .slider-controls {
  position: absolute;
  top: 64%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none; /* šipky nebudou blokovat interakci s podkladem */
  z-index: 10;
}

.servis .slider-controls{
  top: 50%;
}

#hp_line_2 .slider-controls span,
.servis .slider-controls span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  cursor: pointer;
  /*background: rgba(0, 0, 0, 0.5);*/
  background: rgba(0, 0, 0, 1.0);
  color: white;
  padding: 20px;
  border-radius: 50%;
  user-select: none;
}

#hp_line_2 .slider-controls .prev,
#hp_line_2 .slider-controls .next,
.servis .slider-controls .prev,
.servis .slider-controls .next {
  pointer-events: all; /* šipky zůstávají klikatelné */
  background-color: var(--black); /* přizpůsob si */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

@media only screen and (max-width:1532px) {
  #hp_line_2 .slider-controls .prev,
  #hp_line_2 .slider-controls .next,
  .servis .slider-controls .prev,
  .servis .slider-controls .next {
    width: 25px;
    height: 25px;
  }

  #hp_line_2 .slider-controls .prev img,
  #hp_line_2 .slider-controls .next img,
  .servis .slider-controls .prev img ,
  .servis .slider-controls .next img {
    width: 12px;
    height: auto;
  }
}

#hp_line_2 .prev,
.servis .prev {
  /*left: 0px;*/
  margin-left: -25px; /* posune šipku vlevo přes hranici containeru */
}

#hp_line_2 .next, 
.servis .next {
  right: -25px;
  /*margin-right: -25px; /* posune šipku vpravo přes hranici containeru */
}

@media only screen and (max-width:1532px) {
  #hp_line_2 .prev,
  .servis .prev {
    margin-left: 0px;
  }
  
  #hp_line_2 .next,
  .servis .next {
    right: 0px;
  }
}

#komplex_reseni {
  margin-top: 100px;
}

#komplex_reseni h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

#komplex_reseni p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  max-width: 700px;
  margin: 0 auto;
}

.servis .cenik_praci {
  width: 100%;
  max-width: 100%;
  padding-bottom: 20px;
}

.servis .cenik_praci .row {
  display: grid;
  grid-template-columns: 300px auto 180px; /* Levý, střední, pravý sloupec */
  width: 100%;
  margin: 0;
}

.servis .cenik_praci .row:nth-child(odd) {
  background-color: var(--grey05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.servis .cenik_praci .row > div {
  padding: 15px 20px;
  display: flex;
  align-items: center;
}

.servis .cenik_praci .row > div:first-child {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.servis .cenik_praci .row > div:last-child {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  justify-self: end;
}

@media (max-width: 760px) {
  .servis .cenik_praci .row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 15px 0;
    position: relative;
  }

  .servis .cenik_praci .row > div {
    width: 100%;
    padding: 0 20px;
    text-align: left;
    justify-content: flex-start !important;
  }

  .servis .cenik_praci .row > div:last-child {
    justify-content: flex-start;
  }
}

.accordion-wrapper {
  width: 100%;
  padding: 100px 10px;
  margin-top: 80px;
  box-sizing: border-box;
  background-color: var(--grey03);
  text-align: center;
}

.accordion-wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.accordion-wrapper p.top_30 {
  margin-bottom: 30px;
}

.accordion {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  max-width: 688px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.accordion-header {
  padding: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  user-select: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.accordion-header .toggle {
  font-size: 20px;
  width: 20px;
  display: inline-block;
  transition: transform 0.2s ease;
}

.accordion-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  padding: 0 20px;
}

.accordion-content p {
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  padding-left: 30px;
  padding-bottom: 24px;
}

.accordion.open .toggle {
  content: "-";
}

/* nastaveni pro slider 2 */

#hp_line_2 .slider-container-2 {
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-top: 100px;
}

#hp_line_2 .slider-container-2 .slider-nav {
  text-align: center;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow-x: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  font-family: 'Lexend', sans-serif;
}
#hp_line_2 .slider-container-2 .nav-links {
  display: inline-flex;
  gap: 20px;
}
#hp_line_2 .slider-container-2 .nav-item.active {
  color: var(--orange-new);
}
/*#hp_line_2 .slider-container-2 .nav-links .nav-item a p:hover{
  color: var(--orange-new);
  text-decoration: none;
}*/
#hp_line_2 .slider-container-2 .slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 600%; /* 100% nasobit poctem slidu */
  align-items: flex-start; /* klíčové pro dynamickou výšku */
  height: auto !important;
}

#hp_line_2 .slider-container-2 .slides,
.slides {
  display: flex;
  width: 100%;
  align-items: flex-start;
  /*height: auto !important;*/
  overflow: hidden; /* aby se obsah nepřeléval */
  transition: height 0.3s ease;
}

.slides_kat_nadpis {
  margin: 0 auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}


#hp_line_2 .slider-container-2 .nav-item {
  flex:1;
  /*min-width: 150px;*/
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#hp_line_2 .slider-container-2 .nav-item p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 0 15px;
}

#hp_line_2 .slider-container-2 .nav-links .nav-item:hover {
  color: var(--orange-new) !important;
  text-decoration: none !important;
}

#hp_line_2 .slider-container-2 .nav-links .nav-item p:hover {
  color: var(--orange-new) !important;
  text-decoration: none !important;
}

#hp_line_2 .slider-container-2 .nav-item.active p {
  color: var(--orange-new);
  font-size: 18px;
  font-weight: 500;
}

#hp_line_2 .slider-container-2 .nav-item .arrow {
  display: none;
  width: 10px;
  height: 10px;
  border-left: 2px solid var(--orange-new);
  border-bottom: 2px solid var(--orange-new);
  transform: rotate(-45deg);
  margin: 5px auto;
}

#hp_line_2 .slider-container-2 .nav-item.active .arrow {
  display: block;
}
#hp_line_2 .slider-container-2 .slide.active {
  display: grid; /* nebo flex, podle konkrétního slidu */
}
/* prvni slide */
#hp_line_2 .slider-container-2 .slide:nth-child(1),
.first {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 25px;
  max-width: 1440px;
  width: 100%;
  background: white;
}
#hp_line_2 .slider-container-2 .first .left-box,
.first .left-box {
  display: flex;
  flex-direction: column;
  height: 928px;
  gap: 25px;
}
#hp_line_2 .slider-container-2 .first .inner-box,
.first .inner-box {
  width: 100%;
  height: auto; /* odstranění pevné výšky */
  min-height: 458px; /* můžeš nastavit minimální výšku dle potřeby */
  padding: 50px;
  text-align: left;
  box-sizing: border-box;
  background-image: url("/images/slider_2/slide1/venkovni_rolety.webp");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

@media only screen and (max-width:800px) {
  #hp_line_2 .slider-container-2 .slide:nth-child(1),
  .first {
    /*grid-template-rows: 2fr 1fr;*/
    grid-template-rows: auto auto;
    grid-template-columns: unset;
  }
}

#hp_line_2 .slider-container-2 .first .inner-box:nth-child(2),
.first .inner-box:nth-child(2) {
  background-image: url("/images/slider_2/slide1/screenove_rolety.webp");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
#hp_line_2 .slider-container-2 .first .right-box,
.first .right-box {
  padding: 50px;
  height: 940px;
  text-align: left;
  background-image: url("/images/slider_2/slide1/venkovni_zaluzie.webp");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

@media only screen and (max-width:800px) {
  #hp_line_2 .slider-container-2 .first .right-box,
  .first .right-box {
    height: 451px;
  }
}
/* end - prvni slide */

/* druhy slide */
/*#hp_line_2 .slider-container-2 .slide:nth-child(2),*/
#hp_line_2 .slider-container-2 .second,
.second,
.interierove-stineni .slide {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  max-width: 1440px;
  width: 100%;
  height: 896px;
  gap: 25px;
}
@media only screen and (max-width:800px) {
  /*#hp_line_2 .slider-container-2 .slide:nth-child(2),*/
  #hp_line_2 .slider-container-2 .second,
  .second,
  .interierove-stineni .slide {
    height: 1792px;
  }
}
/*#hp_line_2 .slider-container-2 .slide:nth-child(2) .box,*/
#hp_line_2 .slider-container-2 .second .box,
.second .box,
.interierove-stineni .slide .box {
  height: 448px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width:800px) {
  /*#hp_line_2 .slider-container-2 .slide:nth-child(2) .box,*/
  #hp_line_2 .slider-container-2 .second .box,
  .second .box,
  .interierove-stineni .slide .box {
    height: 896px;
  }
}
/*#hp_line_2 .slider-container-2 .slide:nth-child(2) .top-box,*/
#hp_line_2 .slider-container-2 .second .top-box,
.second .top-box,
.interierove-stineni .slide .top-box {
  display: flex;
  gap: 25px;
  width: 100%;
  /*height: 100%;*/
}
@media only screen and (max-width:800px) {
  /*#hp_line_2 .slider-container-2 .slide:nth-child(2) .top-box,*/
  #hp_line_2 .slider-container-2 .second .top-box,
  .second .top-box,
  .interierove-stineni .slide .top-box {
    display: grid;
  }
}
/*#hp_line_2 .slider-container-2 .slide:nth-child(2) .left-box,*/
#hp_line_2 .slider-container-2 .second .left-box,
.second .left-box,
.interierove-stineni .slide .left-box {
  flex: 2;
  display: flex;
  height: 100%;
  background-image: url("/images/slider_2/slide3/hlinikove_pergoly.webp");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 50px;
}
/*#hp_line_2 .slider-container-2 .slide:nth-child(2) .right-box,*/
#hp_line_2 .slider-container-2 .second .right-box,
.second .right-box,
.interierove-stineni .slide .right-box {
  flex: 1;
  display: flex;
  text-align: left;
  height: 100%;
  background-image: url("/images/slider_2/slide3/markyzy_vysuvne.webp");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 50px;
}
/*#hp_line_2 .slider-container-2 .slide:nth-child(2) .bottom-box,*/
#hp_line_2 .slider-container-2 .second .bottom-box,
.second .bottom-box,
.interierove-stineni .slide .bottom-box {
  display: flex;
  gap: 25px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:800px) {
  /*#hp_line_2 .slider-container-2 .slide:nth-child(2) .bottom-box,*/
  #hp_line_2 .slider-container-2 .second .bottom-box,
  .second .bottom-box,
  .interierove-stineni .slide .bottom-box {
    display: grid;
  }
}

/*#hp_line_2 .slider-container-2 .slide:nth-child(2) .bottom-left,*/
#hp_line_2 .slider-container-2 .second .bottom-left,
.second .bottom-left,
.interierove-stineni .slide .bottom-left {
  flex: 1;
  display: flex;
  text-align: left;
  height: 100%;
  background-image: url("/images/slider_2/slide3/markyzy_vyklopne.webp");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 50px;
}
/*#hp_line_2 .slider-container-2 .slide:nth-child(2) .bottom-right,*/
#hp_line_2 .slider-container-2 .second .bottom-right,
.second .bottom-right,
.interierove-stineni .slide .bottom-right {
  flex: 2;
  display: flex;
  text-align: left;
  height: 100%;
  background-image: url("/images/slider_2/slide3/markyzy_volne_stojici.webp");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 50px;
}
/* end - druhy slide */
/* treti slide */
.third {
  display: grid;
  max-width: 1440px;
  width: 100%;
  gap: 25px;
}
.third .box {
  height: 448px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.third .top-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Stejné rozdělení jako spodní boxy */
  gap: 25px;
  width: 100%;
}
.third .top-box .inner-box:first-child {
  grid-column: span 2; /* Levý box zabere 2/3 */
  background-image: url("/images/slider_2/slide2/horizontalni_zaluzie.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.third .bottom-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: 100%;
}
.third .inner-box {
  background-color: #bbb;
  display: flex;
  text-align: left;
  width: 100%;
  height: 100%;
  background-image: url("/images/slider_2/slide2/textilni_roletky.webp");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 50px;
}

.third .inner-box:nth-child(2) {
  background-image: url("/images/slider_2/slide2/textilni_roletky.webp");
}
.third .bottom-box .inner-box:nth-child(1) {
  background-image: url("/images/slider_2/slide2/textilni_roletky_dennoc.webp");
}
.third .bottom-box .inner-box:nth-child(2) {
  background-image: url("/images/slider_2/slide2/latkove_plise_zaluzie.webp");
}
.third .bottom-box .inner-box:nth-child(3) {
  background-image: url("/images/slider_2/slide2/vertikalni_zaluzie.webp");
}

@media (max-width: 768px) {
  .third {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .third .top-box,
  .third .bottom-box {
      display: flex;
      flex-direction: column;
      height: auto;
  }
  .third .box {
      width: 100%;
  }
  .third .inner-box {
      height: 458px;
  }
}

.b-box {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-end;
  justify-content: flex-end;
  gap:15px
}

.b-box div {
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}

.b-box a {
  text-transform: uppercase;
  display: inline-block;
  background-color: var(--orange-new);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 10%;
  text-decoration: none;
  color: var(--white);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 20px;
  margin-top: 15px;
}
/* end - treti slide */

/* four slide */
.four {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 25px;
  max-width: 1440px;
  width: 100%;
  background: white;
}
.four .left-box {
  display: flex;
  flex-direction: column;
  height: 928px;
  gap: 25px;
}
.four .inner-box {
  width: 100%;
  height: calc(50% - 12.5px);
  padding: 50px;
  text-align: left;
  box-sizing: border-box;
  background-image: url("/images/slider_2/slide4/okna-a-dvere-okna.webp");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

@media only screen and (max-width:800px) {
  .four {
    /*grid-template-rows: 2fr 1fr;*/
    grid-template-rows: auto auto;
    grid-template-columns: unset;
  }
}

.four .inner-box:nth-child(2) {
  background-image: url("/images/slider_2/slide4/okna-a-dvere-hs-portaly.webp");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.four .right-box {
  padding: 50px;
  height: 928px;
  text-align: left;
  background-image: url("/images/slider_2/slide4/okna-a-dvere-dvere.webp");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

@media only screen and (max-width:800px) {
  .four .right-box {
    height: 451px;
  }
}
/* end - four slide */

/* paty slide */
.five {
  display: grid;
  max-width: 1440px;
  width: 100%;
  gap: 25px;
}
.five .box {
  height: 448px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.five .top-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Stejné rozdělení jako spodní boxy */
  gap: 25px;
  width: 100%;
}

@media (max-width: 768px) {
  .five .top-box {
    height: auto;
  }
}

.five .top-box .inner-box:first-child {
  grid-column: span 2; /* Levý box zabere 2/3 */
  background-image: url("/images/slider_2/slide5/sekcni_garazova_vrata.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.five .bottom-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: 100%;
}
.five .inner-box {
  background-color: #bbb;
  display: flex;
  /*align-items: center;
  justify-content: center;*/
  text-align: left;
  width: 100%;
  height: 100%;
  background-image: url("/images/slider_2/slide5/rolovaci_garazova_vrata.webp");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 50px;
}
@media (max-width: 768px) {
  .five .inner-box {
    height: 458px;
  }
}

.five .inner-box:nth-child(2) {
  background-image: url("/images/slider_2/slide2/textilni_roletky.webp");
}
.five .bottom-box .inner-box:nth-child(1) {
  background-image: url("/images/slider_2/slide2/textilni_roletky_dennoc.webp");
}
.five .bottom-box .inner-box:nth-child(2) {
  background-image: url("/images/slider_2/slide2/latkove_plise_zaluzie.webp");
}
.five .bottom-box .inner-box:nth-child(3) {
  background-image: url("/images/slider_2/slide2/vertikalni_zaluzie.webp");
}

@media (max-width: 768px) {
  .five {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .five .top-box,
  .five .bottom-box {
      display: flex;
      flex-direction: column;
  }
  .five .box {
      width: 100%;
  }
}

/* end - paty slide */

/* six slide */
.six {
  display: grid;
  max-width: 1440px;
  width: 100%;
  gap: 25px;
}
.six .box {
  height: 448px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.six .top-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Stejné rozdělení jako spodní boxy */
  gap: 25px;
  width: 100%;
}


.six .top-box .inner-box:first-child {
  grid-column: span 2; /* Levý box zabere 2/3 */
  background-image: url("/images/slider_2/slide6/site-proti-hmyzu-pevne-ramove-okenni-site.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.six .bottom-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: 100%;
}
.six .inner-box {
  background-color: #bbb;
  display: flex;
  text-align: left;
  width: 100%;
  height: 100%;
  background-image: url("/images/slider_2/slide6/site-proti-hmyzu-pevne-ramove-dverni-site.webp");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 50px;
}

.six .inner-box:nth-child(2) {
  background-image: url("/images/slider_2/slide6/site-proti-hmyzu-pevne-ramove-dverni-site.webp");
}
.six .bottom-box .inner-box:nth-child(1) {
  background-image: url("/images/slider_2/slide6/site-proti-hmyzu-plise-site-dverni.webp");
}
.six .bottom-box .inner-box:nth-child(2) {
  background-image: url("/images/slider_2/slide6/site-proti-hmyzu-rolovaci-site.webp");
}
.six .bottom-box .inner-box:nth-child(3) {
  background-image: url("/images/slider_2/slide6/site-proti-hmyzu-posuvne-site-dverni.webp");
}

@media (max-width: 768px) {
  .six {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .six .top-box,
  .six .bottom-box {
      display: flex;
      flex-direction: column;
      height: auto;
  }
  .six .box {
      width: 100%;
  }
  .six .inner-box {
    height: 458px;
  }
}
/* konec six slide */

/*  seven slide */

.seven {
  display: grid;
  max-width: 1440px;
  width: 100%;
  gap: 25px;
}
.seven .box {
  height: 448px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.seven .top-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Stejné rozdělení jako spodní boxy */
  gap: 25px;
  width: 100%;
}
.seven .top-box .inner-box:first-child {
  grid-column: span 2; /* Levý box zabere 2/3 */
  background-image: url("/images/slider_2/slide7/venkovni_stineni.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.seven .bottom-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: 100%;
}
.seven .inner-box {
  background-color: #bbb;
  display: flex;
  /*align-items: center;
  justify-content: center;*/
  text-align: left;
  width: 100%;
  height: 100%;
  background-image: url("/images/slider_2/slide7/venkovni_stineni.webp");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 50px;
}

.seven .inner-box:nth-child(2) {
  background-image: url("/images/slider_2/slide7/parapetni_systemy.webp");
}

@media (max-width: 768px) {
  .seven {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .seven .top-box {
      display: flex;
      flex-direction: column;
  }
  .seven .box {
      width: 100%;
  }
}


/* odstranění pevné výšky, použití min-height, pokud je potřeba */
.first, .second, .third, .four, .five, .six {
  display: grid;
  gap: 25px;
  max-width: 1440px;
  width: 100%;
  background: white;
  height: auto !important;
}

/*#hp_line_2 .slider-container-2 .slide span,*/
.slides .slide span {
  display: block;
  max-width: 470px;
  text-align: left;
}

.b-box a:hover,
#hp_line_2 .slider-container-2 .slide a:hover {
  text-decoration: none;
  color: var(--white);
}

/*  konec seven slide */

/* konec nasaveni pro slider 2*/

#tabs .tabs_popis {
  width: 100%;
  margin: 0;
  text-align: left;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  padding-bottom: 22px;
  margin-bottom: 10px;
}

#tabs .tabs_popis h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
}

#tabs .foto {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;

}

#tabs .foto a {
  display: inline-block;
  margin: 10px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  #tabs .foto {
    text-align: center;
  }
}

#tabs .foto a img {
  width: 100%;
  display: block;
  vertical-align: text-bottom;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#tabs .foto a img:hover {
  width: 100%;

  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#tabs .vzornik {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

#tabs .vzornik .vzor {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  max-width: 220px;
}

#tabs .vzornik .vzor img {
  max-width: 100%;
  display: block;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  z-index: 10;
}

#tabs .vzornik .vzor .popis {
  font-size: 12px; /* volitelné */
  line-height: 24px;
  background-color: white;
  width: 100%;
  margin-top: -12px;
  padding-top: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

#tabs p.popis_vzornik {
  text-align: left !important;
  max-width: 800px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 40px;
}

#tabs p.popis_vzornik a {
  color: var(--orange-new);
  margin: 0;
  display: inline;
}

#tabs #tabs-5 p{
  text-align: center;
}

#tabs .hl_tech_udaje {
  /*max-width: 1200px;*/
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px 0 50px 0;
}

#tabs .hl_tech_udaje .box-tech {
  width: 285px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  text-align: center;
  box-sizing: border-box;
}

#tabs .hl_tech_udaje .box-icon {
  font-size: 20px;
  margin-bottom: 15px;
}

#tabs .hl_tech_udaje .box-text {
  font-size: 16px;
  color: var(--black);
}

#tabs .hl_tech_udaje .box-highlight {
  font-size: 24px;
  color: var(--orange-new);
  font-weight: 500;
}

table.twolayout {
  margin: 0 auto;
  max-width: 1200px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
  border-collapse: collapse;
}

/*table.twolayout tr {
  border-bottom: 1px solid var(--grey01);
}*/

table.twolayout tr:nth-child(odd) {
  background-color: var(--grey05);
  clip-path: xywh(0 0 100% 100% round 4px); /* kulate rohy pro TR / podpora od 2024 */
}

table.twolayout tr th {
  color: var(--black);
}

table.twolayout tr td {
  vertical-align: top;
  padding: 16px;
}

table.twolayout tr td:nth-child(1) {
  /*font-weight: 600;*/
  color: var(--black);
  text-transform: lowercase !important;
  width: 350px;
}

@media only screen and (max-width:800px) {
  table.twolayout tr td:nth-child(1) {
    width: auto;
  }
}

table.twolayout tr td:nth-child(1)::first-letter {
  text-transform: capitalize !important;
}

table.threelayout {
  margin: 0 auto;
  max-width: 800px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--grey02);
  border-collapse: collapse;
}

table.threelayout tr {
  border-bottom: 1px solid var(--grey01);
}

table.threelayout tr:nth-child(even) {
  background: var(--grey04);
}

table.threelayout tr th,
table.threelayout tr td {
  vertical-align: top;
  padding: 16px;
}

table.threelayout tr th {
  color: var(--black);
}

table.dreviny tr td:nth-child(1) {
  width: 30%;
}

table.dreviny img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  margin: 10px 10px 10px 0px;
  width: 100%;
  height: auto;
}

@media all and (max-width:500px){
  table.dreviny{
      width:100%;
  }
  
  table.dreviny td{
      display:block;
      width:100%;
  }
  
  table.dreviny tr{
      display:block;
      margin-bottom:30px;
  }
  
  table.dreviny tr tr{
      margin-bottom:0;
  }

  table.dreviny tr td:nth-child(1) {
    width: 100%;
  }
}

#bottom_line {
  background: var(--white);
  margin: 0 auto;
  padding: 90px 0;
}

@media only screen and (max-width: 700px) {
  #bottom_line {
    padding: 40px 0;
  }
}

.kontakt #bottom_line,
.servis #bottom_line,
.prodejna #bottom_line,
.on-line-poptavka #bottom_line {
  display: none;
}

#bottom_line .lefted-wrapper {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 1440px;
}

#bottom_line .lefted-wrapper .box {
  flex-grow: 1;
  border-left: 2px solid var(--grey03);
  padding: 0 10px 0 75px;
}

@media only screen and (max-width:1200px) {
  #bottom_line .lefted-wrapper .box {
    padding: 0 10px 0 20px;
  }
}

#bottom_line .lefted-wrapper .box:nth-child(1) {
  border-left: none;
}

#bottom_line .lefted-wrapper .box img {
  border-radius: 50%;
  float: left;
}

@media only screen and (max-width:1400px) {
  #bottom_line .lefted-wrapper .box img {
    width: 100px;
  }
}

#bottom_line .lefted-wrapper .box .content {
  float: right;
  width: calc(100% - 158px);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--black);
  padding: 18px 0 0 30px;
}

@media only screen and (max-width:1400px) {
  #bottom_line .lefted-wrapper .box .content {
    width: calc(100% - 130px);
    font-size: 15px;
  }
}

#bottom_line .lefted-wrapper .box .content span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: var(--black);
  padding-top: 7px;
}

#bottom_line .lefted-wrapper .box .content a {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: var(--black);
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
  padding-right: 20px;
  padding-top: 7px;
}

@media only screen and (max-width:1400px) {
  #bottom_line .lefted-wrapper .box .content a {
    font-size: 12px;
  }
}

#bottom_line .lefted-wrapper .box .content a img {
  padding-right: 10px;
  border-radius: unset;
  float: none;
  vertical-align: middle;
  width: 32px;
}

@media only screen and (max-width:1000px) {
  #bottom_line .lefted-wrapper {
    flex-direction: column;
  }

  #bottom_line .lefted-wrapper .box {
    padding: 20px 10px 20px 20px;
    border-top: 2px solid var(--grey03);
    border-left: none;
    margin: 0 auto;
  }

  #bottom_line .lefted-wrapper .box:nth-child(1) {
    border-top: none;
  }

  #bottom_line .lefted-wrapper .box img {
    width: 128px;
  }

  #bottom_line .lefted-wrapper .box .content {
    width: calc(100% - 158px);
    font-size: 17px;
  }

  #bottom_line .lefted-wrapper .box .content a {
    font-size: 14px;
  }

}

@media only screen and (max-width: 700px) {
  #bottom_line .lefted-wrapper .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 10px 40px 10px;
  }

  #bottom_line .lefted-wrapper .box img {
    float: none;
    width: 100%;
    max-width: 80px;
    margin: 0 auto;
    margin-bottom: 15px;
    vertical-align: middle;
  }

  #bottom_line .lefted-wrapper .box .content {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  #bottom_line .lefted-wrapper .box .content a {
    padding-right: 0;
  }

  #bottom_line .lefted-wrapper .box .content img { 
    margin-bottom: 0px;
  }
}

#produkt_list .lefted-wrapper {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 1440px;
  padding-bottom: 100px;
  gap: 16px;
  flex-wrap:wrap;
  justify-content: space-evenly;
}
/* stary odkaz na produkt */
#produkt_list .lefted-wrapper a {
  flex-grow: 1;
  justify-content: space-between;
  text-decoration: none;
  margin: 64px 16px 0px 16px;
  padding-bottom: 31px;
  border-bottom: 1px solid var(--grey01);
  display: block;
  max-width: 437px;
}

#produkt_list .lefted-wrapper a .pr_nazev {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: var(--black);
}

#produkt_list .lefted-wrapper a .pr_img {
  width: 100%;
  padding-top: 24px;
}

#produkt_list .lefted-wrapper a .pr_img img{
  max-width: 100%;
}

#produkt_list .lefted-wrapper a .pr_text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: var(--grey02);
  padding-top: 24px;
}

#produkt_list .lefted-wrapper a .pr_detail {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--black);
  padding-top: 24px;
  display: block;
}

#produkt_list .lefted-wrapper a .pr_detail img {
  padding-right: 10px;
  border-radius: unset;
  float: none;
  vertical-align: middle;
  width: 32px;
}

/* konec - stary odkaz na produkt */

/* novy odkaz produkt */
#produkt_list .lefted-wrapper a {
  flex-grow: 1;
  justify-content: space-between;
  text-decoration: none;
  margin: 64px 16px 0px 16px;
  padding: 40px;
  display: block;
  max-width: 437px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid var(--grey03);
}

#produkt_list .lefted-wrapper a .pr_img {
  width: 100%;
  padding-top: 0px;
}

#produkt_list .lefted-wrapper a .pr_nazev {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: var(--black);
  margin-top: 20px;
}

#produkt_list .lefted-wrapper a .pr_text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
  padding-top: 24px;
}

#produkt_list .lefted-wrapper a .pr_detail {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  background-color: var(--orange-new);
  margin-top: 20px;
  padding: 20px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* konec - novy odkaz produkt */

.lefted-wrapper #send_form {
  /*margin: 0 auto;*/
  /*max-width: 890px;*/
  width: calc(100% - 480px);
  margin-top: 55px;
  margin-bottom: 105px;
  padding: 0 10px;
  float: left;
}

.lefted-wrapper #send_form .popt_popis {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: var(--black);
}

.lefted-wrapper #send_form .popt_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  row-gap: 24px;
  column-gap: 32px;
  margin-top: 24px;
  margin-bottom: 40px;
  padding: 25px 20px;

  border: 1px solid var(--grey03);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.lefted-wrapper #send_form .polozka-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  row-gap: 24px;
  column-gap: 32px;
  margin-top: 24px;
  margin-bottom: 40px;
  padding: 25px 20px;
  border: 1px solid var(--grey03);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.lefted-wrapper #send_form .popt_form:nth-child(2) {
  border: none;
}

.lefted-wrapper #send_form .popt_form div,
.lefted-wrapper #send_form .polozka-wrapper div {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  width: calc(50% - 16px);
}

@media only screen and (max-width:835px) {
  .lefted-wrapper #send_form .popt_form div,
  .lefted-wrapper #send_form .polozka-wrapper div {
    width: 100%;
  }
}

.lefted-wrapper #send_form .polozka-wrapper div:nth-child(5) {
  width: 100%;
}

.lefted-wrapper #send_form .popt_form div .fancy-select,
.lefted-wrapper #send_form .popt_form #txtResult,
.lefted-wrapper #send_form .polozka-wrapper div .fancy-select {
  width: 100%;
}

.lefted-wrapper #send_form .popt_form div input[type="text"],
.lefted-wrapper #send_form .popt_form div textarea,
.lefted-wrapper #send_form .polozka-wrapper div input[type="text"],
.lefted-wrapper #send_form .polozka-wrapper div textarea {
  display: block;
  border: 1px solid var(--grey03);
  background-color: var(--grey05);
  padding: 24px 16px;
  /*width: calc(100% - 32px);*/
  width: 100%;
  margin-top: 16px;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: var(--black);

  resize: none;
}

.lefted-wrapper #send_form .popt_form div input[type="text"].error,
.lefted-wrapper #send_form .popt_form div textarea.error,
#kontakt_form form input[type="text"].error,
#kontakt_form form textarea.error {
  border: 1px solid #ec3535;
}

.lefted-wrapper #send_form .popt_form div input[type="text"].small,
.lefted-wrapper #send_form .polozka-wrapper div input[type="text"].small {
  display: inline-block;
  width: 100px;
  margin-right: 12px;
}

.lefted-wrapper #send_form .popt_form div input[type="text"].small:nth-child(4),
.lefted-wrapper #send_form .polozka-wrapper div input[type="text"].small:nth-child(4) {
  margin-left: 30px;
}

.lefted-wrapper #send_form .popt_form div #mnozstvi_form,
.lefted-wrapper #send_form .polozka-wrapper div .mnozstvi_form .minus,
.lefted-wrapper #send_form .polozka-wrapper div .mnozstvi_form .plus {
  display: block;
  /*border: 1px solid var(--grey01);*/
  padding: 2px;
  width: 194px;
  margin-top: 16px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}

.lefted-wrapper #send_form .popt_form div #mnozstvi_form .button,
.lefted-wrapper #send_form .polozka-wrapper div .mnozstvi_form .button{
  /*padding:21px 0px;*/
  cursor:pointer;
  background: var(--black);
  color: var(--white);
  font-size: 30px;
  font-weight: 400;
  line-height: 52px;
  width:40px;
  height:64px;
  text-align:center;
  display:inline-block;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.lefted-wrapper #send_form .popt_form div #mnozstvi_form input[type="text"],
.lefted-wrapper #send_form .polozka-wrapper div .mnozstvi_form input[type="text"]{
  border: 1px solid var(--grey03);
  display: inline-block;
  width: 85px;
  height: 64px;
  margin: 0 5px;
  text-align: center;
  vertical-align: bottom;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: var(--grey05);
}

.lefted-wrapper #send_form div.poznamka{
  width: 100%;
}

.lefted-wrapper #send_form div.poznamka a {
  color: var(--orange-new);
}

.lefted-wrapper #send_form div.poznamka span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--grey02);
}

.lefted-wrapper #send_form div.poznamka button[type="submit"] {
  cursor:pointer;
  display: block;
  /*width: calc(100% - 32px);*/
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: var(--white);
  background-color: var(--orange-new);

  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 20px 30px;
  margin-top: 20px;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  
}

.lefted-wrapper #pridat-polozku {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--grey03);
    -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-align: left;
  padding: 20px;
}

.lefted-wrapper .odebrat {
  text-align: right;
  width: auto;
  padding: 5px;
  color: #CA0C0C;
   font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 10%;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
  margin-left: auto;
}

.lefted-wrapper #poptavka_div {
  float: right;
  width: 440px;
  padding-top: 55px;
}

.lefted-wrapper #poptavka_div .box {
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: var(--black);
  color: var(--white);
  padding: 70px 45px 50px 45px;
  margin-bottom: 20px;
}

.lefted-wrapper #poptavka_div .box:nth-child(2) {
  background-color: var(--orange-new);
}

.lefted-wrapper #poptavka_div .box div {
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}

.lefted-wrapper #poptavka_div .box p {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.lefted-wrapper #poptavka_div .box p:nth-child(3) {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 30px;
}

.lefted-wrapper #poptavka_div .box a {
  color: var(--white);
  display: block;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.lefted-wrapper #poptavka_div .box a img {
  padding-right: 10px;
}

.lefted-wrapper #poptavka_div .box:nth-child(2) a {
  display: inline-block;
  background-color: var(--white);
  color: var(--orange-new);
  font-weight: 600;
  letter-spacing: 10%;
  text-transform: uppercase;
  padding: 20px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

@media only screen and (max-width: 1000px) {
  .lefted-wrapper #send_form,
  .lefted-wrapper #poptavka_div {
    display: block;
    float: none;
    width: 100%;
  }
  
}

footer {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: 80px 0;
  margin-top: 130px;
}

.prodejna footer {
  margin-top: 0px;
}

@media screen and (max-width: 800px) {
  footer {
    text-align: left;
  }
}

footer p {
  color: var(--grey01);
  margin-top: 50px;
}

footer .wrapper_center {
  flex-direction: column;
}

@media screen and (max-width: 1460px) {
  footer .wrapper_center {
    padding: 0 60px;
  }
}

@media screen and (max-width: 660px) {
  footer .wrapper_center {
    padding: 0 20px;
  }
}

footer .container {
  display: grid;
  grid-template-columns: 280px auto 130px; /* První a poslední sloupec pevně, prostřední automaticky */
  grid-template-rows: repeat(2, 1fr); /* Dva řádky stejné výšky */
  gap: 10px;
  width: 100%; /* Přizpůsobení šířce okna */
  max-width: 1440px;
}

@media screen and (max-width: 900px) {
  footer .container {
    display: grid;
    grid-template-columns: 1fr 1fr; /* dva stejné sloupce */
    gap: 10px;
  }
}

footer .box {
  display: flex;
  align-items: center;
  justify-content: left;
  color: white;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

@media screen and (max-width: 1300px) {
  footer .box:nth-child(5) {
    grid-column: span 3; /* Pátý box zabere celou šířku */
    justify-content: center; /* Vycentrování obsahu */
  }

  footer .box:nth-child(4) {
    order: 5;
  }
}

@media screen and (max-width: 910px) {
  footer .box:nth-child(2) {
    order:3
  }
}

@media screen and (max-width: 650px) {
  footer .box:nth-child(1) img {
    max-width: 120px;
  }
}

footer .box:nth-child(2) {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: var(--orange-new);
  text-align: left;
}

footer .box:nth-child(3) {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  justify-content: right;
  position: relative;
}

footer .box:nth-child(3) .icon-wrapper {
  padding-left: 10px;
}

footer .box:nth-child(3) div#scrollToTop {
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--footer);
  position: relative;
  letter-spacing: 8%;
  cursor: pointer;
  background-color: var(--orange-new);
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
  width: 96px;
  height: 96px;
  padding-top: 30px;
  position: absolute;
  top: -110px;
}

footer .box:nth-child(5) {
  display: flex;
  align-items: flex-start;
}

footer .box:nth-child(5) .list-wrapper {
  flex: 1; /* Každý UL seznam zabere 33.3 % */
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}

@media screen and (max-width: 850px) {
  footer .box:nth-child(5) {
    display: block;
  }

  footer .box:nth-child(5) .list-wrapper {
    padding-bottom: 20px;
  }
}

footer .box:nth-child(5) .list-wrapper div {
  text-transform: uppercase;
  padding-bottom: 20px;
  letter-spacing: 10%;
  font-weight: 500;
}

footer .box:nth-child(6) svg {
  padding-right: 10px;
}

footer .box:nth-child(6) a:hover .svg rect,
footer .box:nth-child(6) a.active .svg rect {
  fill: var(--white);
}

footer .box:nth-child(6) a:hover .svg path,
footer .box:nth-child(6) a.active .svg path {
  fill: var(--dark_gray);
}

@media screen and (max-width: 900px) {
  footer .container .box:nth-child(1) {
    order: 1;
  }
  
  footer .container .box:nth-child(2) {
    grid-column: 1 / -1;
    order: 3;
  }

  footer .container .box:nth-child(3) {
    order: 2;
  }

  footer .container .box:nth-child(4) {
    grid-column: 1 / -1;
    order: 4;
  }
  footer .container .box:nth-child(5) {
    grid-column: 1 / -1;
    order: 5;
  }
  footer .container .box:nth-child(6) {
    grid-column: 1 / -1;
    order: 6;
  }
}

footer a {
  color: var(--white);
  text-decoration: none;
}

footer a.underline {
  text-decoration: underline;
}

footer a:hover {
  color: var(--orange-new);
}

#bootstrapCookieConsentSettingsModal ul {
  margin-left: 40px;
}

/* IMAGE LIGHTBOX SELECTOR */

#imagelightbox
{
  cursor: pointer;
  position: fixed;
  z-index: 10000;

  -ms-touch-action: none;
  touch-action: none;

  -webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
  box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
}


/* ACTIVITY INDICATION */

#imagelightbox-loading,
#imagelightbox-loading div
{
  border-radius: 50%;
}
#imagelightbox-loading
{
  width: 2.5em; /* 40 */
  height: 2.5em; /* 40 */
  background-color: #444;
  background-color: rgba( 0, 0, 0, .5 );
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.625em; /* 10 */
  margin: -1.25em 0 0 -1.25em; /* 20 */

  -webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
  box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
}
  #imagelightbox-loading div
  {
    width: 1.25em; /* 20 */
    height: 1.25em; /* 20 */
    background-color: #fff;

    -webkit-animation: imagelightbox-loading .5s ease infinite;
    animation: imagelightbox-loading .5s ease infinite;
  }

  @-webkit-keyframes imagelightbox-loading
  {
    from { opacity: .5;	-webkit-transform: scale( .75 ); }
    50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
    to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
  }
  @keyframes imagelightbox-loading
  {
    from { opacity: .5;	transform: scale( .75 ); }
    50%	 { opacity: 1;	transform: scale( 1 ); }
    to	 { opacity: .5;	transform: scale( .75 ); }
  }


/* OVERLAY */

#imagelightbox-overlay
{
  background-color: #fff;
  background-color: rgba( 255, 255, 255, .9 );
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


/* "CLOSE" BUTTON */

#imagelightbox-close
{
  width: 2.5em; /* 40 */
  height: 2.5em; /* 40 */
  text-align: left;
  background-color: #666;
  border-radius: 50%;
  position: fixed;
  z-index: 10002;
  top: 2.5em; /* 40 */
  right: 2.5em; /* 40 */

  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
#imagelightbox-close:hover,
#imagelightbox-close:focus { background-color: #111; }

  #imagelightbox-close:before,
  #imagelightbox-close:after
  {
    width: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px;
  }
  #imagelightbox-close:before
  {
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    transform: rotate( 45deg );
  }
  #imagelightbox-close:after
  {
    -webkit-transform: rotate( -45deg );
    -ms-transform: rotate( -45deg );
    transform: rotate( -45deg );
  }


/* CAPTION */

#imagelightbox-caption
{
  text-align: center;
  color: #fff;
  background-color: #666;
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625em; /* 10 */
}


/* NAVIGATION */

#imagelightbox-nav
{
  background-color: #444;
  background-color: rgba( 0, 0, 0, .5 );
  border-radius: 20px;
  position: fixed;
  z-index: 10001;
  left: 50%;
  bottom: 3.75em; /* 60 */
  padding: 0.313em; /* 5 */

  -webkit-transform: translateX( -50% );
  -ms-transform: translateX( -50% );
  transform: translateX( -50% );
}
  #imagelightbox-nav button
  {
    width: 1em; /* 20 */
    height: 1em; /* 20 */
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 0.313em; /* 5 */
  }
  #imagelightbox-nav button.active
  {
    background-color: #fff;
  }


/* ARROWS */

.imagelightbox-arrow
{
  width: 3.75em; /* 60 */
  height: 7.5em; /* 120 */
  background-color: #444;
  background-color: rgba( 0, 0, 0, .5 );
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  margin-top: -3.75em; /* 60 */
}
.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus	{ background-color: rgba( 0, 0, 0, .75 ); }
.imagelightbox-arrow:active { background-color: #111; }

  .imagelightbox-arrow-left	{ left: 2.5em; /* 40 */ }
  .imagelightbox-arrow-right	{ right: 2.5em; /* 40 */ }

  .imagelightbox-arrow:before
  {
    width: 0;
    height: 0;
    border: 1em solid transparent;
    content: '';
    display: inline-block;
    margin-bottom: -0.125em; /* 2 */
  }
    .imagelightbox-arrow-left:before
    {
      border-left: none;
      border-right-color: #fff;
      margin-left: -0.313em; /* 5 */
    }
    .imagelightbox-arrow-right:before
    {
      border-right: none;
      border-left-color: #fff;
      margin-right: -0.313em; /* 5 */
    }

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow
{
  -webkit-animation: fade-in .25s linear;
  animation: fade-in .25s linear;
}
  @-webkit-keyframes fade-in
  {
    from	{ opacity: 0; }
    to		{ opacity: 1; }
  }
  @keyframes fade-in
  {
    from	{ opacity: 0; }
    to		{ opacity: 1; }
  }

@media only screen and (max-width: 41.250em) /* 660 */
{
  #container
  {
    width: 100%;
  }
  #imagelightbox-close
  {
    top: 1.25em; /* 20 */
    right: 1.25em; /* 20 */
  }
  #imagelightbox-nav
  {
    bottom: 1.25em; /* 20 */
  }

  .imagelightbox-arrow
  {
    width: 2.5em; /* 40 */
    height: 3.75em; /* 60 */
    margin-top: -2.75em; /* 30 */
  }
  .imagelightbox-arrow-left	{ left: 1.25em; /* 20 */ }
  .imagelightbox-arrow-right	{ right: 1.25em; /* 20 */ }
}

@media only screen and (max-width: 20em) /* 320 */
{
  .imagelightbox-arrow-left	{ left: 0; }
  .imagelightbox-arrow-right	{ right: 0; }
}

#form_cenik_popup {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}


#form_cenik_popup img {
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 150px;
  width: 30%;
  height: auto;
  display: block;
}

#form_cenik_popup button {
  color: #fff !important;
  background: #000  !important;
  padding: 10px 40px  !important;
  cursor: pointer !important;
  transition: all 0.3s !important;
  font-family: 'Montserrat', sans-serif  !important;
  display: block  !important;
  margin: 0 auto  !important;
  margin-top: 30px !important;
  border-radius: 0 !important;
  width: auto !important;
}

#form_cenik_popup button:hover {
  background: #d57c31 !important;
}

#form_cenik_popup #content_message {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

/* imagelight box */

/* IMAGE LIGHTBOX SELECTOR */

		#imagelightbox
		{
			cursor: pointer;
			position: fixed;
			z-index: 10000;

			-ms-touch-action: none;
			touch-action: none;

			-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
			box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
		}


		/* ACTIVITY INDICATION */

		#imagelightbox-loading,
		#imagelightbox-loading div
		{
			border-radius: 50%;
		}
		#imagelightbox-loading
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			position: fixed;
			z-index: 10003;
			top: 50%;
			left: 50%;
			padding: 0.625em; /* 10 */
			margin: -1.25em 0 0 -1.25em; /* 20 */

			-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
			box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
		}
			#imagelightbox-loading div
			{
				width: 1.25em; /* 20 */
				height: 1.25em; /* 20 */
				background-color: #fff;

				-webkit-animation: imagelightbox-loading .5s ease infinite;
				animation: imagelightbox-loading .5s ease infinite;
			}

			@-webkit-keyframes imagelightbox-loading
			{
				from { opacity: .5;	-webkit-transform: scale( .75 ); }
				50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
				to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
			}
			@keyframes imagelightbox-loading
			{
				from { opacity: .5;	transform: scale( .75 ); }
				50%	 { opacity: 1;	transform: scale( 1 ); }
				to	 { opacity: .5;	transform: scale( .75 ); }
			}


		/* OVERLAY */

		#imagelightbox-overlay
		{
			background-color: #fff;
			background-color: rgba( 255, 255, 255, .9 );
			position: fixed;
			z-index: 9998;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		}


		/* "CLOSE" BUTTON */

		#imagelightbox-close
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			text-align: left;
			background-color: #666;
			border-radius: 50%;
			position: fixed;
			z-index: 10002;
			top: 2.5em; /* 40 */
			right: 2.5em; /* 40 */

			-webkit-transition: color .3s ease;
			transition: color .3s ease;
		}
		#imagelightbox-close:hover,
		#imagelightbox-close:focus { background-color: #111; }

			#imagelightbox-close:before,
			#imagelightbox-close:after
			{
				width: 2px;
				background-color: #fff;
				content: '';
				position: absolute;
				top: 20%;
				bottom: 20%;
				left: 50%;
				margin-left: -1px;
			}
			#imagelightbox-close:before
			{
				-webkit-transform: rotate( 45deg );
				-ms-transform: rotate( 45deg );
				transform: rotate( 45deg );
			}
			#imagelightbox-close:after
			{
				-webkit-transform: rotate( -45deg );
				-ms-transform: rotate( -45deg );
				transform: rotate( -45deg );
			}


		/* CAPTION */

		#imagelightbox-caption
		{
			text-align: center;
			color: #fff;
			background-color: #666;
			position: fixed;
			z-index: 10001;
			left: 0;
			right: 0;
			bottom: 0;
			padding: 0.625em; /* 10 */
		}


		/* NAVIGATION */

		#imagelightbox-nav
		{
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			border-radius: 20px;
			position: fixed;
			z-index: 10001;
			left: 50%;
			bottom: 3.75em; /* 60 */
			padding: 0.313em; /* 5 */

			-webkit-transform: translateX( -50% );
			-ms-transform: translateX( -50% );
			transform: translateX( -50% );
		}
			#imagelightbox-nav button
			{
				width: 1em; /* 20 */
				height: 1em; /* 20 */
				background-color: transparent;
				border: 1px solid #fff;
				border-radius: 50%;
				display: inline-block;
				margin: 0 0.313em; /* 5 */
			}
			#imagelightbox-nav button.active
			{
				background-color: #fff;
			}


		/* ARROWS */

		.imagelightbox-arrow
		{
			width: 3.75em; /* 60 */
			height: 7.5em; /* 120 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			vertical-align: middle;
			display: none;
			position: fixed;
			z-index: 10001;
			top: 50%;
			margin-top: -3.75em; /* 60 */
		}
		.imagelightbox-arrow:hover,
		.imagelightbox-arrow:focus	{ background-color: rgba( 0, 0, 0, .75 ); }
		.imagelightbox-arrow:active { background-color: #111; }

			.imagelightbox-arrow-left	{ left: 2.5em; /* 40 */ }
			.imagelightbox-arrow-right	{ right: 2.5em; /* 40 */ }

			.imagelightbox-arrow:before
			{
				width: 0;
				height: 0;
				border: 1em solid transparent;
				content: '';
				display: inline-block;
				margin-bottom: -0.125em; /* 2 */
			}
				.imagelightbox-arrow-left:before
				{
					border-left: none;
					border-right-color: #fff;
					margin-left: -0.313em; /* 5 */
				}
				.imagelightbox-arrow-right:before
				{
					border-right: none;
					border-left-color: #fff;
					margin-right: -0.313em; /* 5 */
				}

		#imagelightbox-loading,
		#imagelightbox-overlay,
		#imagelightbox-close,
		#imagelightbox-caption,
		#imagelightbox-nav,
		.imagelightbox-arrow
		{
			-webkit-animation: fade-in .25s linear;
			animation: fade-in .25s linear;
		}
			@-webkit-keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}
			@keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}

		@media only screen and (max-width: 41.250em) /* 660 */
		{
			#container
			{
				width: 100%;
			}
			#imagelightbox-close
			{
				top: 1.25em; /* 20 */
				right: 1.25em; /* 20 */
			}
			#imagelightbox-nav
			{
				bottom: 1.25em; /* 20 */
			}

			.imagelightbox-arrow
			{
				width: 2.5em; /* 40 */
				height: 3.75em; /* 60 */
				margin-top: -2.75em; /* 30 */
			}
			.imagelightbox-arrow-left	{ left: 1.25em; /* 20 */ }
			.imagelightbox-arrow-right	{ right: 1.25em; /* 20 */ }
		}

		@media only screen and (max-width: 20em) /* 320 */
		{
			.imagelightbox-arrow-left	{ left: 0; }
			.imagelightbox-arrow-right	{ right: 0; }
		}
