@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  line-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  outline: none;
}

@font-face {
  font-family: "Archivo-Regular";
  src: url("../font/Archivo-Regular.woff");
}

@font-face {
  font-family: "Archivo-Bold";
  src: url("../font/Archivo-Bold.woff");
}

.clr {
  clear: both;
  float: none;
}

body {
  font-family: "Archivo-Regular";
  font-size: 15px;
}

body #header {
  height: 152px;
}

body #header .zarovnani {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 680px) {
  body #header {
    height: 172px;
  }
}

body #header #logo {
  margin-top: 37px;
  float: left;
  width: 224px;
  height: 78px;
  display: block;
}

@media screen and (max-width: 680px) {
  body #header #logo {
    float: none;
    margin: 10px auto;
  }
}

body #header #nav ul {
  list-style: none;
  text-align: center;
  float: left;
  margin-left: 17%;
  width: calc(100% - 17% - 224px);
  margin-top: 49px;
}

body #header #nav ul li {
  display: inline-block;
  margin: 0px 18px;
}

@media screen and (max-width: 980px) {
  body #header #nav ul li {
    display: block;
    margin: 0px;
    padding: 10px 0px;
  }
}

body #header #nav ul li:nth-child(1) {
  margin-left: 0px;
}

body #header #nav ul li:last-child {
  margin-right: 0px;
}

body #header #nav ul li a {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #000000;
  text-decoration: none;
}

body #header #nav ul li a:hover, body #header #nav ul li a.active {
  text-decoration: underline;
}

@media screen and (max-width: 980px) {
  body #header #nav ul li a {
    padding: 10px 0px;
  }
}

@media only screen and (max-width: 1370px) {
  body #header #nav ul {
    margin-left: 7%;
  }
}

@media only screen and (max-width: 1120px) {
  body #header #nav ul {
    margin-left: 0%;
  }
}

@media screen and (max-width: 980px) {
  body #header #nav ul {
    display: none;
    width: 100%;
    margin-top: 0px;
    background: white;
    z-index: 999;
    position: absolute;
    -webkit-box-shadow: #8d8d8d 4px 4px 5px;
            box-shadow: #8d8d8d 4px 4px 5px;
  }
  ą
body #header #nav ul li {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 10px;
  }
  ą
body #header #nav ul li a {
    padding: 10px;
  }
}

@media screen and (max-width: 680px) {
  body #header #nav ul {
    width: 300px;
    left: calc(50% - 150px);
  }
  body #header #nav ul li {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 10px;
  }
  body #header #nav ul li a {
    padding: 10px;
  }
}

@media screen and (max-width: 520px) {
  body #header #nav ul {
    left: 0px;
  }
}

@media screen and (max-width: 980px) {
  body #header #nav {
    float: left;
    margin-left: 0%;
    width: calc(100% - 17% - 224px);
    margin-top: 49px;
    position: relative;
  }
  body #header #nav #hamburger {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0 auto;
    margin-top: 0px;
    cursor: pointer;
  }
  body #header #nav #hamburger span {
    display: block;
    height: 8px;
    width: 100%;
    position: absolute;
    background-color: black;
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  body #header #nav #hamburger span:nth-child(1) {
    top: 0px;
  }
  body #header #nav #hamburger span:nth-child(2) {
    top: 18px;
  }
  body #header #nav #hamburger span:nth-child(3) {
    top: 36px;
  }
  body #header #nav #hamburger:hover span:nth-child(1), body #header #nav #hamburger.open span:nth-child(1) {
    top: 20px;
    -webkit-transform: rotateZ(135deg);
    transform: rotateZ(135deg);
    background-color: #000000;
  }
  body #header #nav #hamburger:hover span:nth-child(2), body #header #nav #hamburger.open span:nth-child(2) {
    top: 20px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    background-color: #000000;
  }
  body #header #nav #hamburger:hover span:nth-child(3), body #header #nav #hamburger.open span:nth-child(3) {
    display: none;
    background-color: #000000;
  }
}

@media screen and (max-width: 680px) {
  body #header #nav {
    float: none;
    margin: 10px auto;
    margin-top: 30px;
    clear: both;
  }
}

@media screen and (max-width: 520px) {
  body #header #nav {
    margin-right: auto;
    margin-left: 0px;
  }
}

body .tel {
  position: absolute;
  top: 37px;
  right: 33px;
  display: block;
  width: 182px;
  height: 40px;
  border-radius: 24px;
  background-color: #000000;
  color: white;
  text-decoration: none;
  padding-left: 20px;
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #FFFFFF;
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.5 10.5L10.0403 4.0302' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/><path d='M4.8125 3.5H10.5V9.1875' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 146px;
  background-position-y: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

body .tel:hover {
  background-color: white;
  color: black;
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.5 10.5L10.0403 4.0302' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/><path d='M4.8125 3.5H10.5V9.1875' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 146px;
  background-position-y: center;
}

@media screen and (max-width: 680px) {
  body .tel {
    top: 117px;
  }
}

body #main .zarovnani {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

body #main .zarovnani .slogan {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 15px;
}

body #main .zarovnani h1 {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 64px;
  line-height: 70px;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 48px;
  max-width: 996px;
}

@media screen and (max-width: 870px) {
  body #main .zarovnani h1 {
    font-size: 48px;
    line-height: 62px;
    margin-top: 28px;
  }
}

@media screen and (max-width: 640px) {
  body #main .zarovnani h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

body #main .zarovnani .nase_sluzby {
  margin-top: 46px;
  display: block;
  width: 146px;
  height: 44px;
  border-radius: 24px;
  border: 1px solid #BBBBBB;
  text-decoration: none;
  padding-left: 22px;
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #000000;
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.5 10.5L10.0403 4.0302' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/><path d='M4.8125 3.5H10.5V9.1875' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 110px;
  background-position-y: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

body #main .zarovnani .nase_sluzby:hover {
  background-color: black;
  color: white;
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.5 10.5L10.0403 4.0302' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/><path d='M4.8125 3.5H10.5V9.1875' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 110px;
  background-position-y: center;
}

body #main .zarovnani .home_pic {
  display: block;
  width: 100%;
  margin-top: 88px;
}

@media screen and (max-width: 640px) {
  body #main .zarovnani .home_pic {
    margin-top: 34px;
  }
}

body #services {
  border-bottom: solid 1px #DDDDDD;
  padding-bottom: 141px;
}

@media screen and (max-width: 640px) {
  body #services {
    padding-bottom: 50px;
  }
}

body #services .zarovnani {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 150px;
}

@media screen and (max-width: 640px) {
  body #services .zarovnani {
    margin-top: 50px;
  }
}

body #services .zarovnani h2, body #services .zarovnani .h2 {
  float: left;
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #000000;
  width: 33%;
}

@media only screen and (max-width: 960px) {
  body #services .zarovnani h2, body #services .zarovnani .h2 {
    float: none;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
  }
}

body #services .zarovnani .services_show {
  float: left;
  width: 67%;
}

@media only screen and (max-width: 960px) {
  body #services .zarovnani .services_show {
    float: none;
    clear: both;
    width: 100%;
  }
}

body #services .zarovnani .services_show .item {
  width: calc(50% - 24px);
  margin-right: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #D8D8D8;
  height: 173px;
  display: block;
  float: left;
  -webkit-transition: 500ms;
  transition: 500ms;
  text-decoration: none;
}

body #services .zarovnani .services_show .item:nth-child(even) {
  margin-right: 0px;
}

@media only screen and (max-width: 700px) {
  body #services .zarovnani .services_show .item {
    float: none;
    clear: both;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    height: auto;
  }
}

body #services .zarovnani .services_show .item .ico {
  width: 64px;
  height: 64px;
  display: block;
  border-radius: 32px;
  background-color: #F0F0F0;
}

body #services .zarovnani .services_show .item .ico span {
  display: block;
  width: 64px;
  height: 64px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}

body #services .zarovnani .services_show .item h3 {
  font-family: "Archivo-Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #000000;
  height: 22px;
  overflow: hidden;
  margin-top: 30px;
}

body #services .zarovnani .services_show .item h3 i {
  font-style: normal;
  float: left;
}

body #services .zarovnani .services_show .item h3 span {
  -webkit-transition: 500ms;
  transition: 500ms;
}

@media only screen and (max-width: 700px) {
  body #services .zarovnani .services_show .item h3 {
    height: auto;
    line-height: 23px;
  }
}

body #services .zarovnani .services_show .item p {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #777777;
  height: 44px;
  overflow: hidden;
  margin-top: 10px;
}

@media only screen and (max-width: 700px) {
  body #services .zarovnani .services_show .item p {
    height: auto;
  }
}

body #services .zarovnani .services_show .item:hover {
  border-bottom: 1px solid #000000;
}

body #services .zarovnani .services_show .item:hover .ico {
  background-color: #000000;
}

body #services .zarovnani .services_show .item:hover .ico span {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

body #services .zarovnani .services_show .item:hover h3 {
  text-decoration: underline;
}

body #services .zarovnani .services_show .item:hover h3 span {
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 17L16 7' stroke='black' stroke-width='1.65' stroke-linecap='square'/><path d='M8 6H17V15' stroke='black' stroke-width='1.65' stroke-linecap='square'/></svg>");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  display: block;
  width: 22px;
  height: 22px;
  float: left;
  margin-left: 16px;
}

@media only screen and (max-width: 700px) {
  body #services .zarovnani .services_show .item:hover h3 span {
    display: none;
  }
}

body #services .zarovnani .services_show .item:hover p {
  color: #000000;
}

body #why_us {
  border-bottom: solid 1px #DDDDDD;
  padding-bottom: 112px;
}

@media screen and (max-width: 640px) {
  body #why_us {
    padding-bottom: 50px;
  }
}

body #why_us .zarovnani {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 112px;
}

@media screen and (max-width: 640px) {
  body #why_us .zarovnani {
    margin-top: 50px;
  }
}

body #why_us .zarovnani h2 {
  float: left;
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #000000;
  width: 33%;
  max-width: 282px;
}

@media screen and (max-width: 640px) {
  body #why_us .zarovnani h2 {
    max-width: 100%;
  }
}

@media only screen and (max-width: 960px) {
  body #why_us .zarovnani h2 {
    float: none;
    clear: both;
    width: 100%;
  }
}

body #why_us .zarovnani .services_show {
  float: right;
  width: 67%;
}

@media only screen and (max-width: 960px) {
  body #why_us .zarovnani .services_show {
    float: none;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
  }
}

body #why_us .zarovnani .services_show h3 {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 51px;
}

body #why_us .zarovnani .services_show .item {
  width: calc(50% - 24px);
  margin-right: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #D8D8D8;
  height: 98px;
  display: block;
  float: left;
  -webkit-transition: 500ms;
  transition: 500ms;
  text-decoration: none;
}

body #why_us .zarovnani .services_show .item:nth-child(odd) {
  margin-right: 0px;
}

@media only screen and (max-width: 700px) {
  body #why_us .zarovnani .services_show .item {
    float: none;
    clear: both;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

body #why_us .zarovnani .services_show .item .ico {
  width: 78px;
  height: 78px;
  display: block;
  border-radius: 39px;
  background-color: #F0F0F0;
  float: left;
}

body #why_us .zarovnani .services_show .item .ico span {
  display: block;
  width: 78px;
  height: 78px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}

body #why_us .zarovnani .services_show .item .descr {
  float: left;
  width: calc(100% - 24px - 78px);
  margin-left: 24px;
}

body #why_us .zarovnani .services_show .item .descr h3 {
  font-family: "Archivo-Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #000000;
  height: 22px;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 700px) {
  body #why_us .zarovnani .services_show .item .descr h3 {
    height: auto;
    overflow: unset;
  }
}

body #why_us .zarovnani .services_show .item .descr h3 i {
  font-style: normal;
  float: left;
}

body #why_us .zarovnani .services_show .item .descr h3 span {
  -webkit-transition: 500ms;
  transition: 500ms;
}

body #why_us .zarovnani .services_show .item .descr p {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #777777;
  height: 44px;
  overflow: hidden;
  margin-top: 10px;
}

@media only screen and (max-width: 700px) {
  body #why_us .zarovnani .services_show .item .descr p {
    height: auto;
  }
}

body #why_us .zarovnani .services_show .item:hover {
  border-bottom: 1px solid #000000;
}

body #why_us .zarovnani .services_show .item:hover .ico {
  background-color: #000000;
}

body #why_us .zarovnani .services_show .item:hover .ico span {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

body #why_us .zarovnani .services_show .item:hover .descr h3 {
  text-decoration: underline;
}

body #why_us .zarovnani .services_show .item:hover .descr h3 span {
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 17L16 7' stroke='black' stroke-width='1.65' stroke-linecap='square'/><path d='M8 6H17V15' stroke='black' stroke-width='1.65' stroke-linecap='square'/></svg>");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  display: block;
  width: 22px;
  height: 22px;
  float: left;
  margin-left: 16px;
}

@media only screen and (max-width: 700px) {
  body #why_us .zarovnani .services_show .item:hover .descr h3 span {
    display: none;
  }
}

body #why_us .zarovnani .services_show .item:hover .descr p {
  color: #000000;
}

body #reference {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-top: 142px;
}

@media only screen and (max-width: 860px) {
  body #reference {
    padding-top: 50px;
  }
}

body #reference .zarovnani h2 {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #000000;
  padding-bottom: 48px;
  float: left;
  width: 50%;
}

body #reference .zarovnani .nav_slider {
  float: right;
  text-align: right;
  width: 50%;
}

body #reference .zarovnani .nav_slider .slick-prev {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M16.875 9H2.8125' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M7.875 3.9375L2.8125 9L7.875 14.0625' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  -webkit-transition: 600ms;
  transition: 600ms;
}

body #reference .zarovnani .nav_slider .slick-prev:hover {
  background-color: #EDEDED;
  border-radius: 20px;
}

body #reference .zarovnani .nav_slider .slick-next {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.125 9H15.1875' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M10.125 3.9375L15.1875 9L10.125 14.0625' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  -webkit-transition: 600ms;
  transition: 600ms;
}

body #reference .zarovnani .nav_slider .slick-next:hover {
  background-color: #EDEDED;
  border-radius: 20px;
}

body #reference .zarovnani .slick-carousel {
  height: 404px;
  overflow: hidden;
  margin-top: 16px;
  width: 100%;
}

@media only screen and (max-width: 960px) {
  body #reference .zarovnani .slick-carousel {
    height: 342px;
  }
}

@media only screen and (max-width: 960px) {
  body #reference .zarovnani .slick-carousel {
    height: 302px;
  }
}

@media only screen and (max-width: 690px) {
  body #reference .zarovnani .slick-carousel {
    height: auto;
  }
}

body #reference .zarovnani .slick-carousel a {
  display: inline-block;
  max-width: 390px;
  width: calc(33% - 16px);
  height: 404px;
  margin: 0 8px;
  text-decoration: none;
  vertical-align: top;
}

@media only screen and (max-width: 960px) {
  body #reference .zarovnani .slick-carousel a {
    height: 342px;
  }
}

@media only screen and (max-width: 800px) {
  body #reference .zarovnani .slick-carousel a {
    height: 302px;
  }
}

@media only screen and (max-width: 690px) {
  body #reference .zarovnani .slick-carousel a {
    display: block;
    width: 390px;
    margin: 10px auto;
    height: auto;
  }
}

body #reference .zarovnani .slick-carousel a img {
  display: none;
}

body #reference .zarovnani .slick-carousel a .obr {
  display: inline-block;
  width: 100%;
  height: 288px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  margin: 0 8px;
}

@media only screen and (max-width: 960px) {
  body #reference .zarovnani .slick-carousel a .obr {
    height: 222px;
  }
}

@media only screen and (max-width: 800px) {
  body #reference .zarovnani .slick-carousel a .obr {
    height: 152px;
  }
}

@media only screen and (max-width: 690px) {
  body #reference .zarovnani .slick-carousel a .obr {
    height: 288px;
  }
}

body #reference .zarovnani .slick-carousel a h3 {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000000;
  width: 100%;
  margin: 0 8px;
  height: 60px;
  overflow: hidden;
  clear: both;
}

@media only screen and (max-width: 960px) {
  body #reference .zarovnani .slick-carousel a h3 {
    font-size: 18px;
  }
}

body #reference .zarovnani .slick-carousel a span {
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.5 14.5188H12.5H3.5Z' fill='black'/><path d='M3.5 14.5188H12.5' stroke='black' stroke-width='1.2' stroke-linecap='square'/><circle cx='8' cy='6.5' r='2' stroke='black' stroke-width='1.2' stroke-linecap='square'/><path fill-rule='evenodd' clip-rule='evenodd' d='M13 6.5C13 11 8 14.5 8 14.5C8 14.5 3 11 3 6.5C3 3.73858 5.23858 1.5 8 1.5C10.7614 1.5 13 3.73858 13 6.5Z' stroke='black' stroke-width='1.2' stroke-linecap='square'/></svg>");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
  margin-left: 8px;
  padding-left: 24px;
  margin-top: 17px;
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #000000;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

body #reference .zarovnani .slick-carousel a:hover h3 {
  text-decoration: underline;
}

body #reference .zarovnani .slick-carousel a:hover h3 i {
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 17L16 7' stroke='black' stroke-width='1.65' stroke-linecap='square'/><path d='M8 6H17V15' stroke='black' stroke-width='1.65' stroke-linecap='square'/></svg>");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-left: 8px;
}

body #reference .zarovnani .slick-carousel .slick-list {
  width: 100%;
  display: block;
  margin: 0 auto;
  float: left;
}

body #reference .zarovnani .cara {
  width: 100%;
  position: relative;
  height: 1px;
  background-color: #CECECE;
  clear: both;
  margin-top: 75px;
}

body #reference .zarovnani .cara span {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 200px;
  background-color: #000000;
}

body #reference .zarovnani .more {
  display: block;
  margin: 32px auto;
  width: 189px;
  height: 48px;
  border: 1px solid #BBBBBB;
  border-radius: 24px;
  text-decoration: none;
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #000000;
  padding-left: 22px;
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.5 10.5001L10.0403 4.03027' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M4.8125 3.5H10.5V9.1875' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 153px;
  background-position-y: center;
  -webkit-transition: 600ms;
  transition: 600ms;
}

body #reference .zarovnani .more:hover {
  background-color: black;
  color: white;
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.5 10.5001L10.0403 4.03027' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M4.8125 3.5H10.5V9.1875' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 153px;
  background-position-y: center;
}

body #news {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-top: 80px;
}

@media only screen and (max-width: 860px) {
  body #news {
    padding-top: 30px;
  }
}

body #news .zarovnani h2 {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #000000;
  padding-bottom: 48px;
  float: left;
  width: 50%;
}

body #news .zarovnani .nav_slider {
  float: right;
  text-align: right;
  width: 50%;
}

body #news .zarovnani .nav_slider .slick-prev {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M16.875 9H2.8125' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M7.875 3.9375L2.8125 9L7.875 14.0625' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  -webkit-transition: 600ms;
  transition: 600ms;
}

body #news .zarovnani .nav_slider .slick-prev:hover {
  background-color: #EDEDED;
  border-radius: 20px;
}

body #news .zarovnani .nav_slider .slick-next {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.125 9H15.1875' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M10.125 3.9375L15.1875 9L10.125 14.0625' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  -webkit-transition: 600ms;
  transition: 600ms;
}

body #news .zarovnani .nav_slider .slick-next:hover {
  background-color: #EDEDED;
  border-radius: 20px;
}

body #news .zarovnani .slick-carousel1 {
  height: 442px;
  overflow: hidden;
  margin-top: 16px;
}

@media only screen and (max-width: 960px) {
  body #news .zarovnani .slick-carousel1 {
    height: 372px;
  }
}

@media only screen and (max-width: 960px) {
  body #news .zarovnani .slick-carousel1 {
    height: 352px;
  }
}

@media only screen and (max-width: 690px) {
  body #news .zarovnani .slick-carousel1 {
    height: auto;
  }
}

body #news .zarovnani .slick-carousel1 a {
  display: inline-block;
  max-width: 390px;
  width: calc(33% - 16px);
  height: 442px;
  margin: 0 8px;
  text-decoration: none;
  vertical-align: top;
}

@media only screen and (max-width: 960px) {
  body #news .zarovnani .slick-carousel1 a {
    height: 372px;
  }
}

@media only screen and (max-width: 800px) {
  body #news .zarovnani .slick-carousel1 a {
    height: 342px;
  }
}

@media only screen and (max-width: 690px) {
  body #news .zarovnani .slick-carousel1 a {
    display: block;
    width: 390px;
    margin: 10px auto;
    height: auto;
    margin-bottom: 30px;
  }
}

body #news .zarovnani .slick-carousel1 a img {
  display: none;
}

body #news .zarovnani .slick-carousel1 a .obr {
  display: inline-block;
  width: 100%;
  height: 288px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  margin: 0 8px;
}

@media only screen and (max-width: 960px) {
  body #news .zarovnani .slick-carousel1 a .obr {
    height: 202px;
  }
}

@media only screen and (max-width: 800px) {
  body #news .zarovnani .slick-carousel1 a .obr {
    height: 152px;
  }
}

@media only screen and (max-width: 690px) {
  body #news .zarovnani .slick-carousel1 a .obr {
    height: 288px;
  }
}

body #news .zarovnani .slick-carousel1 a .datum {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #777777;
  width: 100%;
  margin: 16px 8px;
}

body #news .zarovnani .slick-carousel1 a h3 {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000000;
  width: 100%;
  margin: 0 8px;
  height: 60px;
  overflow: hidden;
}

@media only screen and (max-width: 960px) {
  body #news .zarovnani .slick-carousel1 a h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 690px) {
  body #news .zarovnani .slick-carousel1 a h3 {
    height: auto;
  }
}

body #news .zarovnani .slick-carousel1 a span {
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.5 10.5001L10.0403 4.03027' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M4.8125 3.5H10.5V9.1875' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 79px;
  background-position-y: center;
  margin-left: 8px;
  padding-right: 24px;
  margin-top: 17px;
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #000000;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

body #news .zarovnani .slick-carousel1 a:hover h3 {
  text-decoration: underline;
}

body #news .zarovnani .slick-carousel1 .slick-list {
  width: 100%;
  display: block;
  margin: 0 auto;
  float: left;
}

body #news .zarovnani .cara {
  width: 100%;
  position: relative;
  height: 1px;
  background-color: #CECECE;
  clear: both;
  margin-top: 75px;
}

body #news .zarovnani .cara span {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 200px;
  background-color: #000000;
}

body #news .zarovnani .more {
  display: block;
  margin: 32px auto;
  width: 189px;
  height: 48px;
  border: 1px solid #BBBBBB;
  border-radius: 24px;
  text-decoration: none;
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #000000;
  padding-left: 22px;
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.5 10.5001L10.0403 4.03027' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M4.8125 3.5H10.5V9.1875' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 153px;
  background-position-y: center;
  -webkit-transition: 600ms;
  transition: 600ms;
}

body #news .zarovnani .more:hover {
  background-color: black;
  color: white;
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.5 10.5001L10.0403 4.03027' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M4.8125 3.5H10.5V9.1875' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 153px;
  background-position-y: center;
}

body #contact {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-bottom: 112px;
  margin-top: 112px;
}

body #contact form {
  border: 2px solid #777777;
  padding: 0px 44px;
  padding-bottom: 35px;
}

@media only screen and (max-width: 400px) {
  body #contact form {
    padding: 0px 20px;
    padding-bottom: 15px;
  }
}

body #contact form h2 {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  padding-top: 62px;
}

@media only screen and (max-width: 720px) {
  body #contact form h2 {
    font-size: 32px;
    padding-top: 40px;
  }
}

body #contact form p {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #777777;
  text-align: center;
  padding-top: 21px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 720px) {
  body #contact form p {
    font-size: 13px;
    margin-bottom: 30px;
  }
}

body #contact form .troj {
  width: 100%;
}

body #contact form .troj label {
  height: 63px;
  width: calc(32% - 23px);
  margin-right: 46px;
  display: block;
  float: left;
  position: relative;
}

body #contact form .troj label:last-child {
  margin-right: 0px;
}

@media only screen and (max-width: 720px) {
  body #contact form .troj label {
    width: 100%;
    margin-right: 0px;
  }
}

body #contact form .troj label input {
  border: none;
  outline: none;
  border-bottom: solid 1px #DDDDDD;
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #000000;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 9999;
  background-color: transparent;
  padding-bottom: 16px;
  -webkit-transition: 500ms;
  transition: 500ms;
  width: 100%;
}

body #contact form .troj label input#name:focus, body #contact form .troj label input#name.ok {
  border-bottom: solid 2px black;
}

body #contact form .troj label input#name:focus + #name_t, body #contact form .troj label input#name.ok + #name_t {
  bottom: 49px !important;
}

body #contact form .troj label input#eml:focus, body #contact form .troj label input#eml.ok {
  border-bottom: solid 2px black;
}

body #contact form .troj label input#eml:focus + #eml_t, body #contact form .troj label input#eml.ok + #eml_t {
  bottom: 49px !important;
}

body #contact form .troj label input#tel:focus, body #contact form .troj label input#tel.ok {
  border-bottom: solid 2px black;
}

body #contact form .troj label input#tel:focus + #tel_t, body #contact form .troj label input#tel.ok + #tel_t {
  bottom: 49px !important;
}

body #contact form .troj label span {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #777777;
  position: absolute;
  bottom: 16px;
  left: 0px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

body #contact form label#zprava_l {
  height: 157px;
  width: 100%;
  max-width: 1091px;
  display: block;
  position: relative;
  margin-top: 32px;
}

body #contact form label#zprava_l textarea {
  border: none;
  outline: none;
  border-bottom: solid 1px #DDDDDD;
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #000000;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 9999;
  background-color: transparent;
  padding-bottom: 16px;
  -webkit-transition: 500ms;
  transition: 500ms;
  width: 100%;
  height: 141px;
}

body #contact form label#zprava_l textarea#zprava:focus, body #contact form label#zprava_l textarea#zprava.ok {
  border-bottom: solid 2px black;
}

body #contact form label#zprava_l textarea#zprava:focus + #zprava_t, body #contact form label#zprava_l textarea#zprava.ok + #zprava_t {
  bottom: 141px !important;
}

body #contact form label#zprava_l span {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #777777;
  position: absolute;
  bottom: 16px;
  left: 0px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

body #contact form .gdpr {
  display: block;
  float: left;
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #000000;
  width: 44px;
  margin-top: 48px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

body #contact form .gdpr:hover {
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  body #contact form .gdpr {
    float: none;
    clear: both;
  }
}

body #contact form input[type="submit"] {
  width: 157px;
  height: 48px;
  border-radius: 24px;
  background-color: #000000;
  float: right;
  margin-top: 32px;
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding-left: 22px;
  text-align: left;
  -webkit-transition: 500ms;
  transition: 500ms;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.5 10.5001L10.0403 4.03027' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/><path d='M4.8125 3.5H10.5V9.1875' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 121px;
  background-position-y: center;
}

body #contact form input[type="submit"]:hover {
  background-color: white;
  color: black;
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.5 10.5001L10.0403 4.03027' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/><path d='M4.8125 3.5H10.5V9.1875' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 121px;
  background-position-y: center;
}

body #contact form #trust_l {
  float: right;
  margin-right: 24px;
  margin-top: 36px;
}

body #contact form #trust_l p {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0px;
  color: #777777;
  float: right;
  margin-top: 14px;
  padding-top: 0px;
  margin-bottom: 0px;
}

body #contact form #trust_l input[type="checkbox"] {
  float: right;
  margin-top: 14px;
  margin-right: 10px;
}

body #footer {
  border-top: solid 1px #D8D8D8;
  padding-top: 49px;
  position: relative;
}

body #footer .to_top {
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M16 28.0005V9.00049' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/><path d='M7 18.0005L16 9.00049L25 18.0005' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/><path d='M5 5H27' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 49px;
  right: 33px;
  display: block;
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
  z-index: 999;
}

body #footer .to_top:hover {
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M16 26.0005V6.00049' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/><path d='M7 18.0005L16 6.00049L25 18.0005' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/><path d='M5 5H27' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

body #footer .zarovnani {
  max-width: 1215px;
  width: 96%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

body #footer .zarovnani .col1 {
  float: left;
  width: 33%;
}

body #footer .zarovnani .col1 #logo_bottom {
  margin-top: 0px;
  width: 224px;
  height: 78px;
  display: block;
}

@media only screen and (max-width: 800px) {
  body #footer .zarovnani .col1 #logo_bottom {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 800px) {
  body #footer .zarovnani .col1 {
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 20px;
  }
}

body #footer .zarovnani .col2 {
  float: left;
  width: 33%;
}

body #footer .zarovnani .col2 ul {
  list-style: none;
  width: 164px;
  display: block;
  margin: 0px auto;
}

body #footer .zarovnani .col2 ul li {
  display: inline-block;
  width: 49%;
  text-align: left;
}

body #footer .zarovnani .col2 ul li:nth-child(even) {
  text-align: right;
}

body #footer .zarovnani .col2 ul li a {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #777777;
  text-decoration: none;
}

body #footer .zarovnani .col2 ul li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 620px) {
  body #footer .zarovnani .col2 {
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 20px;
  }
}

body #footer .zarovnani .col3 {
  float: right;
  width: 33%;
  max-width: 257px;
}

body #footer .zarovnani .col3 .tel {
  position: relative;
  top: 0px;
  right: 0px;
  display: block;
  width: auto;
  height: auto;
  border-radius: 24px;
  background-color: transparent;
  margin-bottom: 31px;
  color: black;
  text-decoration: none;
  padding-left: 0px;
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: 0px;
  color: black;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 146px;
  background-position-y: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

body #footer .zarovnani .col3 .tel:hover {
  background-color: white;
  color: black;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 146px;
  background-position-y: center;
  text-decoration: underline;
}

body #footer .zarovnani .col3 .mail {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 0px;
  color: black;
  text-decoration: none;
}

body #footer .zarovnani .col3 .mail:hover {
  text-decoration: underline;
}

body #footer .zarovnani .col3 p {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #777777;
  padding-top: 18px;
}

body #footer .zarovnani .col3 p strong {
  font-family: "Archivo-Bold";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #777777;
}

@media only screen and (max-width: 620px) {
  body #footer .zarovnani .col3 {
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 20px;
    max-width: 100%;
    text-align: center;
  }
}

body #footer .zarovnani .col4 {
  float: left;
  width: 33%;
  margin-top: 107px;
  margin-bottom: 26px;
}

body #footer .zarovnani .col4 p {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #000000;
}

@media only screen and (max-width: 800px) {
  body #footer .zarovnani .col4 {
    width: 25%;
  }
}

@media only screen and (max-width: 620px) {
  body #footer .zarovnani .col4 {
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 17px;
  }
}

body #footer .zarovnani .col5 {
  float: left;
  width: 33%;
  margin-top: 107px;
  margin-bottom: 26px;
  text-align: center;
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #A8A8A8;
}

body #footer .zarovnani .col5 a {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #A8A8A8;
  margin-left: 5px;
  margin-right: 5px;
}

body #footer .zarovnani .col5 a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 800px) {
  body #footer .zarovnani .col5 {
    width: 50%;
  }
}

@media only screen and (max-width: 620px) {
  body #footer .zarovnani .col5 {
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 20px;
    margin-top: 17px;
  }
}

body #footer .zarovnani .col6 {
  float: right;
  width: 33%;
  max-width: 257px;
  margin-top: 107px;
  margin-bottom: 26px;
  text-align: right;
}

@media only screen and (max-width: 800px) {
  body #footer .zarovnani .col6 {
    width: 25%;
  }
}

@media only screen and (max-width: 620px) {
  body #footer .zarovnani .col6 {
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 20px;
    max-width: 100%;
    text-align: center;
    margin-top: 17px;
  }
}

body #footer .zarovnani .col6 .developed {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}

body #footer .zarovnani .col6 .developed a {
  width: auto;
  height: auto;
  margin-left: 0px;
  color: #A8A8A8;
}

body #footer .zarovnani .col6 a {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-left: 16px;
}

body #footer .zarovnani .col6 a.facebook {
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='11' cy='11' r='8.25' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/><path d='M14.4375 7.5625H13.0625C11.9234 7.5625 11 8.48591 11 9.625V19.25' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/><path d='M8.25 12.387H13.75' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

body #footer .zarovnani .col6 a.instagram {
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='11' cy='11' r='3.4375' stroke='black' stroke-width='1.2'/><rect x='3.09375' y='3.09375' width='15.8125' height='15.8125' rx='4' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/><circle cx='15.4688' cy='6.53125' r='1.03125' fill='black'/></svg>");
}

body #footer .zarovnani .col6 a.youtube {
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M13.75 11L9.625 8.25V13.75L13.75 11V11Z' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2.0625 11.0002C2.0625 13.5573 2.32668 15.0577 2.52751 15.8288C2.63643 16.256 2.94463 16.6046 3.35534 16.765C6.23226 17.8706 11 17.8402 11 17.8402C11 17.8402 15.7677 17.8706 18.6446 16.765C19.0554 16.6046 19.3635 16.256 19.4725 15.8288C19.6733 15.0577 19.9375 13.5573 19.9375 11.0002C19.9375 8.4431 19.6733 6.94278 19.4725 6.17168C19.3636 5.74442 19.0554 5.39586 18.6447 5.23545C15.7677 4.12988 11 4.16024 11 4.16024C11 4.16024 6.23231 4.12988 3.35536 5.23543C2.94465 5.39585 2.63645 5.7444 2.52753 6.17166C2.3267 6.94277 2.0625 8.4431 2.0625 11.0002Z' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

body #kontakt_form_odpoved_nacitaci {
  position: relative;
  display: none;
  height: 64px;
  margin-top: 10px;
  margin-bottom: 10px;
}

body #kontakt_form_odpoved_nacitaci img {
  position: absolute;
  width: 64px;
  display: block;
  left: calc(50% - 32px);
}

body #kontakt_form_odpoved {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #a72514;
  clear: both;
}

body #kontakt_form_odpoved_ok {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #2da714;
  clear: both;
}

body.subpage #header {
  border-bottom: solid 1px #DDDDDD;
}

body.subpage #main h2, body.subpage #main .h2 {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #000000;
  padding-top: 75px;
  margin-top: 0px;
}

body.subpage #main .reference_list {
  padding-top: 48px;
  text-align: center;
}

body.subpage #main .reference_list .ref {
  display: inline-block;
  width: calc(32% - 12px);
  height: 404px;
  margin: 0 12px;
  margin-bottom: 63px;
  text-decoration: none;
  vertical-align: top;
}

@media screen and (max-width: 1150px) {
  body.subpage #main .reference_list .ref {
    width: calc(31% - 12px);
    height: 364px;
  }
}

@media screen and (max-width: 980px) {
  body.subpage #main .reference_list .ref {
    width: calc(48% - 12px);
  }
}

@media screen and (max-width: 720px) {
  body.subpage #main .reference_list .ref {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
  }
}

body.subpage #main .reference_list .ref img {
  display: none;
}

body.subpage #main .reference_list .ref .obr {
  display: inline-block;
  width: 100%;
  height: 288px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  margin: 0 8px;
}

@media screen and (max-width: 1150px) {
  body.subpage #main .reference_list .ref .obr {
    height: 248px;
  }
}

@media screen and (max-width: 720px) {
  body.subpage #main .reference_list .ref .obr {
    margin: 0px auto;
  }
}

body.subpage #main .reference_list .ref h2, body.subpage #main .reference_list .ref h3 {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000000;
  width: 390px !important;
  margin: 0 8px;
  height: 60px;
  overflow: hidden;
  clear: both;
  text-align: left;
  padding-top: 0px;
}

@media screen and (max-width: 1150px) {
  body.subpage #main .reference_list .ref h2, body.subpage #main .reference_list .ref h3 {
    width: 100% !important;
  }
}

body.subpage #main .reference_list .ref span {
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.5 14.5188H12.5H3.5Z' fill='black'/><path d='M3.5 14.5188H12.5' stroke='black' stroke-width='1.2' stroke-linecap='square'/><circle cx='8' cy='6.5' r='2' stroke='black' stroke-width='1.2' stroke-linecap='square'/><path fill-rule='evenodd' clip-rule='evenodd' d='M13 6.5C13 11 8 14.5 8 14.5C8 14.5 3 11 3 6.5C3 3.73858 5.23858 1.5 8 1.5C10.7614 1.5 13 3.73858 13 6.5Z' stroke='black' stroke-width='1.2' stroke-linecap='square'/></svg>");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
  margin-left: 8px;
  padding-left: 24px;
  margin-top: 17px;
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #000000;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-align: left;
}

body.subpage #main .reference_list .ref:hover h3 {
  text-decoration: underline;
}

body.subpage #main .reference_list .ref:hover h3 i {
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 17L16 7' stroke='black' stroke-width='1.65' stroke-linecap='square'/><path d='M8 6H17V15' stroke='black' stroke-width='1.65' stroke-linecap='square'/></svg>");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-left: 8px;
}

@media screen and (max-width: 720px) {
  body.subpage #main .reference_list .ref:hover h3 i {
    display: none;
  }
}

body.subpage #main .strankovani {
  text-align: center;
}

body.subpage #main .strankovani a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #000000;
  text-decoration: none;
  -webkit-transition: 600ms;
  transition: 600ms;
  vertical-align: top;
}

body.subpage #main .strankovani a:hover, body.subpage #main .strankovani a.active {
  background-color: #EDEDED;
  border-radius: 20px;
}

body.subpage #main .strankovani a.prev {
  margin-left: 32px;
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M16.875 9H2.8125' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M7.875 3.9375L2.8125 9L7.875 14.0625' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}

body.subpage #main .strankovani a.next {
  margin-left: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.125 9H15.1875' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M10.125 3.9375L15.1875 9L10.125 14.0625' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}

body.subpage #main .obr_vlevo {
  float: left;
  max-width: 572px;
  width: 50%;
  margin-top: 55px;
}

@media screen and (max-width: 870px) {
  body.subpage #main .obr_vlevo {
    display: none;
  }
}

body.subpage #main .kontakt_descr {
  margin-top: 55px;
  margin-left: 170px;
  width: calc(50% - 170px);
  float: left;
}

@media screen and (max-width: 1000px) {
  body.subpage #main .kontakt_descr {
    margin-left: 70px;
    width: calc(50% - 70px);
  }
}

@media screen and (max-width: 870px) {
  body.subpage #main .kontakt_descr {
    width: 100%;
    margin: 0 auto;
  }
}

body.subpage #main .kontakt_descr h2.h3 {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 3px;
  color: #000000;
  padding-top: 31px;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 24px;
}

body.subpage #main .kontakt_descr h3.h4 {
  font-family: "Archivo-Bold";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #000000;
  padding-top: 25px;
}

body.subpage #main .kontakt_descr p {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #777777;
}

body.subpage #main .kontakt_descr p strong {
  font-family: "Archivo-Bold";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #777777;
}

body.subpage #main .kontakt_descr p a {
  color: #777777;
}

body.subpage #main .kontakt_descr p a:hover {
  text-decoration: none;
}

body.subpage #main .kontakt_descr .social {
  display: inline-block;
  vertical-align: top;
  padding-top: 31px;
  margin-left: 35px;
}

body.subpage #main .kontakt_descr .social a {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-left: 16px;
}

body.subpage #main .kontakt_descr .social a.facebook {
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='11' cy='11' r='8.25' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/><path d='M14.4375 7.5625H13.0625C11.9234 7.5625 11 8.48591 11 9.625V19.25' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/><path d='M8.25 12.387H13.75' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

body.subpage #main .kontakt_descr .social a.instagram {
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='11' cy='11' r='3.4375' stroke='black' stroke-width='1.2'/><rect x='3.09375' y='3.09375' width='15.8125' height='15.8125' rx='4' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/><circle cx='15.4688' cy='6.53125' r='1.03125' fill='black'/></svg>");
}

body.subpage #main .kontakt_descr .social a.youtube {
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M13.75 11L9.625 8.25V13.75L13.75 11V11Z' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/><path fill-rule='evenodd' clip-rule='evenodd' d='M2.0625 11.0002C2.0625 13.5573 2.32668 15.0577 2.52751 15.8288C2.63643 16.256 2.94463 16.6046 3.35534 16.765C6.23226 17.8706 11 17.8402 11 17.8402C11 17.8402 15.7677 17.8706 18.6446 16.765C19.0554 16.6046 19.3635 16.256 19.4725 15.8288C19.6733 15.0577 19.9375 13.5573 19.9375 11.0002C19.9375 8.4431 19.6733 6.94278 19.4725 6.17168C19.3636 5.74442 19.0554 5.39586 18.6447 5.23545C15.7677 4.12988 11 4.16024 11 4.16024C11 4.16024 6.23231 4.12988 3.35536 5.23543C2.94465 5.39585 2.63645 5.7444 2.52753 6.17166C2.3267 6.94277 2.0625 8.4431 2.0625 11.0002Z' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

body.subpage #services {
  border-bottom: none;
  padding-bottom: 0px;
}

body.subpage #services .zarovnani {
  margin-top: 136px;
}

@media screen and (max-width: 680px) {
  body.subpage #services .zarovnani {
    margin-top: 36px;
  }
}

body.subpage #why_us {
  border-bottom: solid 1px #DDDDDD;
  padding-bottom: 112px;
}

body.subpage #why_us .zarovnani {
  margin-top: 190px;
}

@media screen and (max-width: 680px) {
  body.subpage #why_us .zarovnani {
    margin-top: 30px;
  }
}

@media screen and (max-width: 680px) {
  body.subpage #why_us {
    padding-bottom: 30px;
  }
}

body.subpage #reference {
  padding-top: 118px;
}

@media screen and (max-width: 680px) {
  body.subpage #reference {
    padding-top: 30px;
  }
}

body.subpage #contact {
  margin-top: 140px;
}

@media screen and (max-width: 680px) {
  body.subpage #contact {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

body.subpage #mapa {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: 721px;
  background-image: url("../img/mapa.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

body.subpage .formatuj_obsah {
  min-height: 700px;
}

body.subpage .formatuj_obsah .zarovnani {
  max-width: 980px;
  width: 96%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

body.subpage .formatuj_obsah h1 {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: left;
  color: black;
}

body.subpage .formatuj_obsah h2 {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 45px;
  letter-spacing: left;
  color: black;
  padding-top: 50px;
  padding-bottom: 30px;
}

body.subpage .formatuj_obsah h3 {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 45px;
  letter-spacing: left;
  color: black;
  padding-top: 36px;
}

body.subpage .formatuj_obsah h4 {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: left;
  color: black;
  padding-top: 36px;
}

body.subpage .formatuj_obsah h5 {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: left;
  color: #000000;
  padding-top: 36px;
}

body.subpage .formatuj_obsah span.vyrazny {
  color: #000000;
}

body.subpage .formatuj_obsah strong {
  font-family: "Archivo-Regular";
  font-weight: bold;
  font-size: 110%;
}

body.subpage .formatuj_obsah strong.nejvetsi {
  font-size: 150%;
}

body.subpage .formatuj_obsah a.a_vyrazny {
  color: #000000;
}

body.subpage .formatuj_obsah a.a_nevyrazny {
  color: gray;
}

body.subpage .formatuj_obsah a.a_cta {
  display: inline-block;
  width: 210px;
  background-color: #000000;
  text-decoration: none;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  color: white;
  cursor: pointer;
  font-size: 100%;
}

body.subpage .formatuj_obsah a.a_cta:hover {
  background-color: black;
}

body.subpage .formatuj_obsah a.a_cta2 {
  display: inline-block;
  width: 210px;
  background-color: #5e5e5e;
  text-decoration: none;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  color: white;
  cursor: pointer;
  font-size: 100%;
  font-weight: bold;
}

body.subpage .formatuj_obsah a.a_cta2:hover {
  background-color: black;
}

body.subpage .formatuj_obsah a.a_cta3 {
  display: inline-block;
  width: 210px;
  background-color: white;
  border: solid 1px black;
  text-decoration: none;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  color: black;
  cursor: pointer;
  font-size: 100%;
}

body.subpage .formatuj_obsah a.a_cta3:hover {
  background-color: lightgray;
}

body.subpage .formatuj_obsah table.table_svetla {
  margin-top: 15px;
  margin-bottom: 15px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
}

body.subpage .formatuj_obsah table.table_svetla td {
  border: solid 1px black;
  text-align: center;
  padding: 7px 15px;
  margin: 3px;
  font-size: 100%;
}

body.subpage .formatuj_obsah table td p {
  font-size: 100%;
}

body.subpage .formatuj_obsah table.table_tmava {
  margin-top: 15px;
  margin-bottom: 15px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
}

body.subpage .formatuj_obsah table.table_tmava td {
  padding: 7px 15px;
  color: white;
  background-color: #000000;
  font-size: 100%;
  border-color: white;
}

body.subpage .formatuj_obsah table.table_tmava td p {
  color: white;
}

body.subpage .formatuj_obsah table.table_tmava td a {
  color: white;
}

body.subpage .formatuj_obsah table {
  margin-top: 15px;
  margin-bottom: 15px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
}

body.subpage .formatuj_obsah table td {
  border: solid 1px black;
  padding: 7px 15px;
  margin: 3px;
  font-size: 100%;
}

body.subpage .formatuj_obsah table td img {
  width: 100%;
}

body.subpage .formatuj_obsah table td ul li {
  font-size: 100%;
}

body.subpage .formatuj_obsah table td ol {
  margin-left: 20px;
  text-align: left;
}

body.subpage .formatuj_obsah img.img_vpravo {
  float: right;
  margin: 5px;
}

body.subpage .formatuj_obsah img.img_vlevo {
  float: left;
  margin: 5px;
}

body.subpage .formatuj_obsah img.img_100 {
  width: 100%;
  height: auto;
  display: block;
}

body.subpage .formatuj_obsah ul.none {
  list-style: none;
}

body.subpage .formatuj_obsah iframe {
  border: 0;
  width: 33%;
}

body.subpage .formatuj_obsah iframe {
  width: 100%;
  height: 400px;
}

body.subpage .formatuj_obsah p {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: left;
  color: black;
  padding-top: 24px;
}

body.subpage .formatuj_obsah p.velky {
  font-size: 150%;
  line-height: 170%;
}

body.subpage .formatuj_obsah p.vyrazny {
  background-color: #dfdfdf;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
}

body.subpage .formatuj_obsah p.vyrazny2 {
  background-color: #000000;
  color: white;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
}

body.subpage .formatuj_obsah p.maly_1 {
  font-size: 60%;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

body.subpage .formatuj_obsah p.maly_2 {
  font-size: 75%;
  padding-top: 5px;
  padding-bottom: 5px;
}

body.subpage .formatuj_obsah p.maly_3 {
  font-size: 80%;
  padding-top: 5px;
  padding-bottom: 5px;
}

body.subpage .formatuj_obsah p.velky_1 {
  font-size: 110%;
  padding-top: 5px;
  padding-bottom: 5px;
}

body.subpage .formatuj_obsah p.velky_2 {
  font-size: 120%;
  padding-top: 5px;
  padding-bottom: 5px;
}

body.subpage .formatuj_obsah p.velky_3 {
  font-size: 130%;
  padding-top: 5px;
  padding-bottom: 5px;
}

body.subpage .formatuj_obsah p.nejvetsi {
  font-size: 150%;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 170%;
}

body.subpage .formatuj_obsah ul {
  padding-top: 24px;
  margin-left: 0px;
  list-style: none;
}

body.subpage .formatuj_obsah ul li {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: left;
  color: black;
  list-style: none;
}

body.subpage .formatuj_obsah ul li::before {
  content: "❖ ";
  position: relative;
  padding-right: 10px;
}

body.subpage .formatuj_obsah a {
  color: black;
}

body.subpage .formatuj_obsah a:hover {
  text-decoration: none;
}

body.subpage .formatuj_obsah a.cta {
  display: inline-block;
  height: 37px;
  min-width: 184px;
  text-decoration: none;
  border: solid 1px black;
  -webkit-transition: 600ms;
  transition: 600ms;
  margin-top: 24px;
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 37px;
  letter-spacing: center;
  color: black;
  background-color: #000000;
  border-color: #000000;
  color: white;
}

body.subpage .formatuj_obsah a.cta:hover {
  background-color: transparent;
  border-color: black;
  color: black;
}

body.subpage .formatuj_obsah form#contact_form {
  float: right;
  width: calc(70% - 20px);
  max-width: 720px;
  margin-bottom: 25px;
  margin-top: 36px;
  margin-left: 20px;
}

@media only screen and (max-width: 880px) {
  body.subpage .formatuj_obsah form#contact_form {
    clear: both;
    float: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 550px) {
  body.subpage .formatuj_obsah form#contact_form {
    margin-top: 41px;
  }
}

body.subpage .formatuj_obsah form#contact_form input[type="text"] {
  float: left;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30%;
  margin: 0 2%;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 46px;
  letter-spacing: left;
  color: #000000;
  padding: 0px 27px;
}

body.subpage .formatuj_obsah form#contact_form input[type="text"]::-webkit-input-placeholder {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 46px;
  letter-spacing: left;
  color: #000000;
}

body.subpage .formatuj_obsah form#contact_form input[type="text"]:-ms-input-placeholder {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 46px;
  letter-spacing: left;
  color: #000000;
}

body.subpage .formatuj_obsah form#contact_form input[type="text"]::-ms-input-placeholder {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 46px;
  letter-spacing: left;
  color: #000000;
}

body.subpage .formatuj_obsah form#contact_form input[type="text"]::placeholder {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 46px;
  letter-spacing: left;
  color: #000000;
}

@media only screen and (max-width: 550px) {
  body.subpage .formatuj_obsah form#contact_form input[type="text"] {
    width: 100%;
    margin: 10px auto;
  }
}

body.subpage .formatuj_obsah form#contact_form input[type="text"]:first-child {
  margin-left: 0px;
}

body.subpage .formatuj_obsah form#contact_form input[type="text"]:last-child {
  margin-right: 0px;
}

body.subpage .formatuj_obsah form#contact_form textarea {
  margin-top: 18px;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 98%;
  height: 98px;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: left;
  color: #000000;
  padding: 24px 27px;
}

@media only screen and (max-width: 550px) {
  body.subpage .formatuj_obsah form#contact_form textarea {
    width: 100%;
    margin: 10px auto;
  }
}

body.subpage .formatuj_obsah form#contact_form textarea::-webkit-input-placeholder {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: left;
  color: #000000;
}

body.subpage .formatuj_obsah form#contact_form textarea:-ms-input-placeholder {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: left;
  color: #000000;
}

body.subpage .formatuj_obsah form#contact_form textarea::-ms-input-placeholder {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: left;
  color: #000000;
}

body.subpage .formatuj_obsah form#contact_form textarea::placeholder {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: left;
  color: #000000;
}

body.subpage .formatuj_obsah form#contact_form input[type="submit"] {
  display: block;
  width: 218px;
  height: 41px;
  margin-left: 0px;
  background-color: #000000;
  border: solid 1px #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 43px;
  letter-spacing: center;
  color: white;
  padding: 0px;
  margin-top: 10px;
  -webkit-transition: 300ms ease-in;
  transition: 300ms ease-in;
  cursor: pointer;
}

@media only screen and (max-width: 550px) {
  body.subpage .formatuj_obsah form#contact_form input[type="submit"] {
    margin: 10px auto;
  }
}

body.subpage .formatuj_obsah form#contact_form input[type="submit"]:hover {
  background-color: transparent;
  border: solid 1px black;
  color: black;
}

body.subpage .formatuj_obsah div.galerie {
  padding-top: 47px;
  vertical-align: top;
}

body.subpage .formatuj_obsah div.galerie a {
  height: 200px;
  width: 23.5%;
  margin: 11px 0.4%;
  border: none;
  display: inline-block;
  vertical-align: top;
  background-image: url(none);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

body.subpage .formatuj_obsah div.galerie a img {
  display: none;
}

body.subpage .formatuj_obsah div.galerie a.link {
  background-color: #4FBFAE;
  color: white;
  text-transform: uppercase;
  padding-top: 61px;
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 39px;
  letter-spacing: center;
  color: white;
}

@media only screen and (max-width: 1120px) {
  body.subpage .formatuj_obsah div.galerie a {
    height: 180px;
  }
  body.subpage .formatuj_obsah div.galerie a.link {
    padding-top: 41px;
  }
}

@media only screen and (max-width: 1050px) {
  body.subpage .formatuj_obsah div.galerie a {
    height: 160px;
  }
  body.subpage .formatuj_obsah div.galerie a.link {
    padding-top: 21px;
  }
}

@media only screen and (max-width: 900px) {
  body.subpage .formatuj_obsah div.galerie a {
    height: 180px;
    width: 31.5%;
  }
  body.subpage .formatuj_obsah div.galerie a.link {
    padding-top: 41px;
  }
}

@media only screen and (max-width: 760px) {
  body.subpage .formatuj_obsah div.galerie a {
    height: 160px;
  }
  body.subpage .formatuj_obsah div.galerie a.link {
    padding-top: 21px;
  }
}

@media only screen and (max-width: 660px) {
  body.subpage .formatuj_obsah div.galerie a {
    height: 180px;
    width: 48.5%;
  }
  body.subpage .formatuj_obsah div.galerie a.link {
    padding-top: 41px;
  }
}

@media only screen and (max-width: 490px) {
  body.subpage .formatuj_obsah div.galerie a {
    height: 160px;
  }
  body.subpage .formatuj_obsah div.galerie a.link {
    padding-top: 21px;
  }
}

@media only screen and (max-width: 400px) {
  body.subpage .formatuj_obsah div.galerie a {
    height: 120px;
    width: 47%;
    min-width: 47%;
  }
  body.subpage .formatuj_obsah div.galerie a.link {
    font-size: 20px;
  }
}

body.subpage .formatuj_obsah table {
  border-collapse: collapse;
}

body.subpage .formatuj_obsah table.cenik {
  max-width: 824px;
  width: 100%;
  margin-top: 19px;
  margin-bottom: 52px;
}

body.subpage .formatuj_obsah table.cenik tbody tr td {
  background-color: #F2F2F2;
  border: solid 1px white;
  padding: 4px 17px;
}

body.subpage .formatuj_obsah table.cenik tbody tr td:nth-child(2) {
  width: 148px;
}

body.subpage .formatuj_obsah table.cenik tbody tr td p {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: center;
  color: black;
}

body.subpage .formatuj_obsah div.cara {
  background-color: #D8D8D8;
  width: 100%;
  display: block;
  height: 1px;
}

body.subpage .formatuj_obsah img.img_vpravo {
  float: right;
  margin-left: 128px;
  margin-bottom: 128px;
}

body.subpage .formatuj_obsah img.img_vpravo.margin24 {
  margin-top: 24px;
}

@media only screen and (max-width: 980px) {
  body.subpage .formatuj_obsah img.img_vpravo {
    margin-left: 64px;
    margin-bottom: 64px;
  }
}

@media only screen and (max-width: 600px) {
  body.subpage .formatuj_obsah img.img_vpravo {
    float: none;
    clear: both;
    margin: 10px auto;
    max-width: auto;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */