* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  border: 0;
  outline: none;
}

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

@font-face {
  font-family: "Inter black";
  src: url("../font/Inter-Black.eot");
  src: url("../font/Inter-Black.eot?#iefix") format("embedded-opentype"), url("../font/Inter-Black.woff") format("woff"), url("../font/Inter-Black.ttf") format("truetype"), url("../font/Inter-Black.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Bold.eot");
  src: url("../font/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Inter-Bold.woff") format("woff"), url("../font/Inter-Bold.ttf") format("truetype"), url("../font/Inter-Bold.svg#fontname") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Italic.eot");
  src: url("../font/Inter-Italic.eot?#iefix") format("embedded-opentype"), url("../font/Inter-Italic.woff") format("woff"), url("../font/Inter-Italic.ttf") format("truetype"), url("../font/Inter-Italic.svg#fontname") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Inter light";
  src: url("../font/Inter-Light.eot");
  src: url("../font/Inter-Light.eot?#iefix") format("embedded-opentype"), url("../font/Inter-Light.woff") format("woff"), url("../font/Inter-Light.ttf") format("truetype"), url("../font/Inter-Light.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.eot");
  src: url("../font/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Inter-Regular.woff") format("woff"), url("../font/Inter-Regular.ttf") format("truetype"), url("../font/Inter-Regular.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter semibold";
  src: url("../font/Inter-SemiBold.eot");
  src: url("../font/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../font/Inter-SemiBold.woff") format("woff"), url("../font/Inter-SemiBold.ttf") format("truetype"), url("../font/Inter-SemiBold.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter thin";
  src: url("../font/Inter-Thin.eot");
  src: url("../font/Inter-Thin.eot?#iefix") format("embedded-opentype"), url("../font/Inter-Thin.woff") format("woff"), url("../font/Inter-Thin.ttf") format("truetype"), url("../font/Inter-Thin.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TitilliumWeb";
  src: url("../font/TitilliumWeb-Bold.eot");
  src: url("../font/TitilliumWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../font/TitilliumWeb-Bold.woff") format("woff"), url("../font/TitilliumWeb-Bold.ttf") format("truetype"), url("../font/TitilliumWeb-Bold.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #565656;
}
body header .zarovnani {
  max-width: 1750px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 180px 1fr 411px;
}
@media only screen and (max-width: 1100px) {
  body header .zarovnani {
    grid-template-columns: 180px 1fr 381px;
  }
}
@media screen and (max-width: 700px) {
  body header .zarovnani {
    display: block;
  }
}
body header .zarovnani #logo {
  display: block;
  width: 100%;
  height: 50px;
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  margin-top: 31px;
}
body header .zarovnani nav {
  text-align: center;
  position: relative;
}
body header .zarovnani nav ul {
  list-style: none;
  margin-left: 0px;
  margin-top: 47px;
}
body header .zarovnani nav ul li {
  display: inline-block;
  width: 100px;
  margin-left: 15px;
}
@media only screen and (max-width: 1450px) {
  body header .zarovnani nav ul li {
    margin-left: 10px;
    width: 90px;
  }
}
@media only screen and (max-width: 1300px) {
  body header .zarovnani nav ul li {
    margin-left: 5px;
    width: 75px;
  }
}
@media only screen and (max-width: 1180px) {
  body header .zarovnani nav ul li {
    width: 65px;
  }
}
@media only screen and (max-width: 1100px) {
  body header .zarovnani nav ul li {
    width: auto;
    margin-left: 10px;
  }
}
body header .zarovnani nav ul li a {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #000000;
  text-decoration: none;
  transition: 500ms;
  position: relative;
}
@media only screen and (max-width: 1180px) {
  body header .zarovnani nav ul li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1100px) {
  body header .zarovnani nav ul li a {
    display: inline-block;
  }
}
body header .zarovnani nav ul li a::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  background-color: white;
  margin-left: 28px;
  margin-top: 4px;
}
@media only screen and (max-width: 1450px) {
  body header .zarovnani nav ul li a::after {
    margin-left: 24px;
  }
}
@media only screen and (max-width: 1300px) {
  body header .zarovnani nav ul li a::after {
    margin-left: 14px;
  }
}
@media only screen and (max-width: 1180px) {
  body header .zarovnani nav ul li a::after {
    display: none;
  }
}
body header .zarovnani nav ul li a.active, body header .zarovnani nav ul li a:hover {
  color: #E30521;
}
body header .zarovnani nav ul li a.active::after, body header .zarovnani nav ul li a:hover::after {
  background-color: #E0E0E0;
}
@media screen and (max-width: 980px) {
  body header .zarovnani nav ul li {
    display: block;
    width: 100%;
    margin: 0px auto;
  }
  body header .zarovnani nav ul li a {
    display: block;
    padding: 10px;
    border-bottom: solid 1px #ededed;
  }
}
@media screen and (max-width: 980px) {
  body header .zarovnani nav ul {
    position: absolute;
    display: none;
    z-index: 99;
    background: white;
    margin-top: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  body header .zarovnani nav #hamburger {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    margin-top: 40px;
  }
  body header .zarovnani nav #hamburger span {
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    background-color: black;
    transition: 500ms;
  }
  body header .zarovnani nav #hamburger span:nth-child(1) {
    top: 0px;
  }
  body header .zarovnani nav #hamburger span:nth-child(2) {
    top: 15px;
  }
  body header .zarovnani nav #hamburger span:nth-child(3) {
    top: 30px;
  }
  body header .zarovnani nav #hamburger.open span:nth-child(1) {
    top: 20px;
    transform: rotateZ(135deg);
    background-color: #000000;
  }
  body header .zarovnani nav #hamburger.open span:nth-child(2) {
    top: 20px;
    transform: rotateZ(45deg);
    background-color: #000000;
  }
  body header .zarovnani nav #hamburger.open span:nth-child(3) {
    display: none;
    background-color: #000000;
  }
}
@media screen and (max-width: 700px) {
  body header .zarovnani nav #hamburger {
    margin-top: 20px;
  }
}
body header .zarovnani #icons .phone {
  display: inline-block;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
  text-decoration: none;
  margin-top: 46px;
  padding-left: 30px;
  background-image: url("../img/phone.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
  vertical-align: middle;
}
body header .zarovnani #icons .phone:hover {
  text-decoration: underline;
}
@media screen and (max-width: 700px) {
  body header .zarovnani #icons .phone {
    margin-top: 10px;
  }
}
@media screen and (max-width: 400px) {
  body header .zarovnani #icons .phone {
    margin: 10px 0px;
    width: 48%;
    text-align: center;
  }
}
body header .zarovnani #icons .mail {
  display: inline-block;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
  text-decoration: none;
  margin-top: 46px;
  margin-left: 33px;
  padding-left: 43px;
  background-image: url("../img/mail.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
  vertical-align: middle;
}
@media only screen and (max-width: 1100px) {
  body header .zarovnani #icons .mail {
    margin-left: 23px;
  }
}
body header .zarovnani #icons .mail:hover {
  text-decoration: underline;
}
@media screen and (max-width: 700px) {
  body header .zarovnani #icons .mail {
    margin-top: 10px;
  }
}
@media screen and (max-width: 400px) {
  body header .zarovnani #icons .mail {
    margin: 10px 0px;
    width: 48%;
    text-align: center;
  }
}
body header .zarovnani #icons .searching {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 44px;
  margin-left: 46px;
  background-image: url("../img/searching.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  vertical-align: middle;
  cursor: pointer;
}
@media only screen and (max-width: 1100px) {
  body header .zarovnani #icons .searching {
    margin-left: 26px;
  }
}
@media screen and (max-width: 700px) {
  body header .zarovnani #icons .searching {
    margin-top: 10px;
  }
}
@media screen and (max-width: 400px) {
  body header .zarovnani #icons .searching {
    display: block;
    margin: 10px auto;
    width: 100%;
    text-align: center;
  }
}
body header .zarovnani #icons .searching_wrap {
  display: none;
  position: absolute;
  top: 34px;
  right: 50px;
  z-index: 99;
  height: 50px;
  width: 370px;
  background: white;
}
@media screen and (max-width: 700px) {
  body header .zarovnani #icons .searching_wrap {
    margin-top: 140px;
    right: calc(50% - 185px);
  }
}
body header .zarovnani #icons .searching_wrap form {
  line-height: 0px;
  font-size: 0px;
}
body header .zarovnani #icons .searching_wrap form input[type=text] {
  display: inline-block;
  width: 75%;
  height: 50px;
  border: solid 1px black;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #000000;
  padding-left: 10px;
  outline: none;
}
body header .zarovnani #icons .searching_wrap form input[type=text]::-moz-placeholder {
  font-family: "Inter";
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #555;
}
body header .zarovnani #icons .searching_wrap form input[type=text]::placeholder {
  font-family: "Inter";
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #555;
}
body header .zarovnani #icons .searching_wrap form input[type=submit] {
  display: inline-block;
  width: 25%;
  height: 50px;
  background-color: #E30521;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  outline: none;
  cursor: pointer;
}
body header .zarovnani #icons .searching_wrap form input[type=submit]:hover {
  background-color: #000;
}
@media screen and (max-width: 700px) {
  body header .zarovnani #icons {
    max-width: 400px;
    margin: 0px auto;
  }
}
body header .header_content {
  max-width: 1750px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  height: 743px;
  margin-top: 43px;
  background-image: url("../../galerie_obrazky/big/11.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  position: relative;
}
body header .header_content .shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.33) 6.8%, #000000 39.52%, rgba(0, 0, 0, 0) 87.82%);
  mix-blend-mode: darken;
  opacity: 0.5;
  z-index: 0;
}
body header .header_content .content {
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
body header .header_content .content h1 {
  font-family: "TitilliumWeb";
  font-style: 700;
  font-weight: normal;
  font-size: 50px;
  line-height: 76px;
  letter-spacing: 0px;
  color: #FFF;
  padding-top: 228px;
}
body header .header_content .content p {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #FFF;
  max-width: 712px;
  margin: 10px auto;
}
body header .header_content .content .links {
  width: 624px;
  margin: 58px auto;
}
body header .header_content .content .links .poptavka {
  display: block;
  width: 242px;
  height: 47px;
  background-color: #E30521;
  font-family: "Inter semibold";
  font-style: 700;
  font-weight: normal;
  font-size: 15px;
  line-height: 47px;
  letter-spacing: 0px;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  transition: 500ms;
  float: left;
}
body header .header_content .content .links .poptavka:hover {
  background-color: white;
  color: #E30521;
}
body header .header_content .content .links .phone {
  display: block;
  width: 283px;
  height: 40px;
  margin-top: 7px;
  float: right;
  font-family: "Inter semibold";
  font-style: 700;
  font-weight: normal;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #FFF;
  text-decoration: none;
}
body header .header_content .content .links .phone span {
  background-image: url("../img/phone_color.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  vertical-align: middle;
  transition: 500ms;
}
body header .header_content .content .links .phone:hover span {
  transform: scale(1.3);
}
@media only screen and (max-width: 980px) {
  body header .header_content {
    height: 543px;
  }
  body header .header_content .content h1 {
    font-family: "TitilliumWeb";
    font-style: 700;
    font-weight: normal;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0px;
    color: #FFF;
    padding-top: 108px;
  }
  body header .header_content .content p {
    font-family: "Inter";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #FFF;
    max-width: 612px;
  }
}
@media only screen and (max-width: 720px) {
  body header .header_content {
    height: 380px;
  }
  body header .header_content .content h1 {
    font-family: "TitilliumWeb";
    font-style: 700;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #FFF;
    padding-top: 108px;
  }
  body header .header_content .content p {
    font-family: "Inter";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #FFF;
    max-width: 400px;
  }
  body header .header_content .content .links {
    width: 400px;
  }
  body header .header_content .content .links .poptavka {
    width: 200px;
    height: 40px;
    font-family: "Inter semibold";
    font-style: 700;
    font-weight: normal;
    font-size: 15px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #FFF;
  }
  body header .header_content .content .links .phone {
    width: 195px;
    height: 40px;
    margin-top: 0px;
    font-family: "Inter semibold";
    font-style: 700;
    font-weight: normal;
    font-size: 15px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #FFF;
  }
}
@media only screen and (max-width: 440px) {
  body header .header_content {
    height: 300px;
  }
  body header .header_content .content h1 {
    font-family: "TitilliumWeb";
    font-style: 700;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #FFF;
    padding-top: 50px;
  }
  body header .header_content .content p {
    font-family: "Inter";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #FFF;
  }
  body header .header_content .content .links {
    width: 200px;
    margin-top: 30px;
  }
  body header .header_content .content .links .phone {
    margin-top: 10px;
  }
}
body main .zarovnani {
  max-width: 1750px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body main .zarovnani #sluzby {
  margin-top: 82px;
  text-align: center;
}
body main .zarovnani #sluzby h2 {
  font-family: "TitilliumWeb";
  font-style: 700;
  font-weight: normal;
  font-size: 36px;
  line-height: 55px;
  letter-spacing: 0px;
  color: #000000;
}
body main .zarovnani #sluzby h3 {
  font-family: "TitilliumWeb";
  font-style: 700;
  font-weight: normal;
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 0px;
  color: #6A5053;
  margin-top: 81px;
}
body main .zarovnani #sluzby p {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #565656;
  padding-top: 18px;
}
body main .zarovnani #sluzby .another {
  display: block;
  background: #F1F1F1;
  height: 30px;
  max-width: 133px;
  margin: 0px auto;
  margin-top: 24px;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #E30521;
  transition: 500ms;
  text-decoration: none;
}
body main .zarovnani #sluzby .another i {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 9px;
  margin-left: 10px;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  transition: 500ms;
}
body main .zarovnani #sluzby .another:hover {
  background-color: #e3e3e3;
}
body main .zarovnani #sluzby .another:hover i {
  margin-left: 4px;
}
body main .zarovnani #sluzby .sluzby_wrap {
  max-width: 1183px;
  margin: 0px auto;
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 45px;
}
@media only screen and (max-width: 730px) {
  body main .zarovnani #sluzby .sluzby_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 440px) {
  body main .zarovnani #sluzby .sluzby_wrap {
    grid-template-columns: 1fr;
  }
}
body main .zarovnani #sluzby .sluzby_wrap .sluzba .ico {
  display: block;
  width: 127px;
  height: 127px;
  margin: 0px auto;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body main .zarovnani #sluzby .sluzby_wrap .sluzba a {
  text-decoration: none;
}
body main .zarovnani #sluzby .sluzby_wrap .sluzba a h3 {
  font-family: "TitilliumWeb";
  font-style: 700;
  font-weight: normal;
  font-size: 25px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #000;
  margin-top: 14px;
}
body main .zarovnani #sluzby .sluzby_wrap .sluzba a.more {
  display: block;
  background: #F1F1F1;
  height: 30px;
  max-width: 127px;
  margin: 0px auto;
  margin-top: 24px;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #E30521;
  transition: 500ms;
}
body main .zarovnani #sluzby .sluzby_wrap .sluzba a.more i {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 9px;
  margin-left: 10px;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  transition: 500ms;
}
body main .zarovnani #sluzby .sluzby_wrap .sluzba a:hover.more {
  background-color: #e3e3e3;
}
body main .zarovnani #sluzby .sluzby_wrap .sluzba a:hover.more i {
  margin-left: 4px;
}
body main .zarovnani #sluzby .sluzby_wrap .sluzba a:hover h3 {
  text-decoration: underline;
}
body main .zarovnani #sluzby .sluzby_wrap .sluzba p {
  padding-top: 10px;
}
@media only screen and (max-width: 980px) {
  body main .zarovnani #sluzby .sluzby_wrap .sluzba p {
    font-size: 13px;
    line-height: 18px;
  }
}
body main .zarovnani #komponenty {
  position: relative;
  width: 100%;
  height: 667px;
  background-image: url("../img/panel_komponenty.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  margin-top: 141px;
}
body main .zarovnani #komponenty .content {
  position: absolute;
  top: 161px;
  left: 50%;
  padding-right: 20px;
}
body main .zarovnani #komponenty .content h2 {
  font-family: "TitilliumWeb";
  font-style: 700;
  font-weight: normal;
  font-size: 36px;
  line-height: 55px;
  letter-spacing: 0px;
  color: #FFF;
  max-width: 554px;
}
body main .zarovnani #komponenty .content p {
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #FFF;
  padding-top: 20px;
  max-width: 513px;
}
body main .zarovnani #komponenty .content a {
  display: inline-block;
  width: 269px;
  height: 47px;
  margin-top: 28px;
  transition: 500ms;
  background-color: #000;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 47px;
  letter-spacing: 0px;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
body main .zarovnani #komponenty .content a:hover {
  background-color: #FFF;
  color: #000;
}
@media only screen and (max-width: 750px) {
  body main .zarovnani #komponenty {
    height: 500px;
    margin-top: 90px;
  }
  body main .zarovnani #komponenty .content {
    top: 60px;
  }
  body main .zarovnani #komponenty .content h2 {
    font-family: "TitilliumWeb";
    font-style: 700;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #FFF;
  }
  body main .zarovnani #komponenty .content p {
    font-family: "Inter light";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #FFF;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 620px) {
  body main .zarovnani #komponenty .content a {
    width: 200px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 500px) {
  body main .zarovnani #komponenty {
    background-position-x: right;
    height: 400px;
  }
  body main .zarovnani #komponenty .content {
    left: 0px;
    width: 100%;
    padding: 20px;
  }
}
body main .zarovnani #proc_nas {
  text-align: center;
}
body main .zarovnani #proc_nas h2 {
  font-family: "TitilliumWeb";
  font-style: 700;
  font-weight: normal;
  font-size: 36px;
  line-height: 55px;
  letter-spacing: 0px;
  color: #000;
  margin-top: 82px;
}
body main .zarovnani #proc_nas .wrap {
  max-width: 1219px;
  margin: 0px auto;
  margin-top: 63px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 29px;
}
@media only screen and (max-width: 980px) {
  body main .zarovnani #proc_nas .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 700px) {
  body main .zarovnani #proc_nas .wrap {
    grid-template-columns: 1fr;
  }
}
body main .zarovnani #proc_nas .wrap a {
  background: #F0F0F0;
  height: 162px;
  display: grid;
  grid-template-columns: 75px 1fr;
  grid-gap: 15px;
  text-align: left;
  text-decoration: none;
  transition: 500ms;
}
body main .zarovnani #proc_nas .wrap a .icon {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  justify-self: start;
  justify-self: start;
  width: 60px;
  height: 60px;
  margin-top: 32px;
  margin-left: 15px;
}
body main .zarovnani #proc_nas .wrap a h3 {
  font-family: "TitilliumWeb";
  font-style: 700;
  font-weight: normal;
  font-size: 25px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #000;
  margin-top: 32px;
}
body main .zarovnani #proc_nas .wrap a p {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #565656;
  max-width: 95%;
}
@media only screen and (max-width: 1200px) {
  body main .zarovnani #proc_nas .wrap a p {
    font-size: 14px;
    line-height: 19px;
    max-width: 98%;
  }
}
body main .zarovnani #proc_nas .wrap a:hover {
  background-color: #e3e3e3;
  transform: scale(1.1);
  box-shadow: #565656 0px 0px 5px;
}
@media only screen and (max-width: 980px) {
  body main .zarovnani #proc_nas .wrap a:hover {
    transform: scale(1.05);
  }
}
@media only screen and (max-width: 700px) {
  body main .zarovnani #proc_nas .wrap a:hover {
    transform: scale(1.02);
  }
}
@media only screen and (max-width: 700px) {
  body main .zarovnani #proc_nas .wrap a {
    height: auto;
    padding-bottom: 30px;
  }
}
body main .zarovnani #o_nas {
  margin-top: 108px;
  background-color: #7B474E;
}
body main .zarovnani #o_nas .wrap {
  display: grid;
  grid-template-columns: 1fr 501px;
  grid-gap: 138px;
  margin: 0px auto;
  max-width: 1220px;
  width: 96%;
}
@media only screen and (max-width: 1200px) {
  body main .zarovnani #o_nas .wrap {
    grid-template-columns: 1fr 301px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 980px) {
  body main .zarovnani #o_nas .wrap {
    grid-template-columns: 100%;
  }
}
@media only screen and (max-width: 500px) {
  body main .zarovnani #o_nas .wrap {
    padding-bottom: 50px;
  }
}
body main .zarovnani #o_nas .wrap .content h2 {
  font-family: "TitilliumWeb";
  font-style: 700;
  font-weight: normal;
  font-size: 36px;
  line-height: 55px;
  letter-spacing: 0px;
  color: #FFF;
  margin-top: 123px;
}
@media only screen and (max-width: 980px) {
  body main .zarovnani #o_nas .wrap .content h2 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 500px) {
  body main .zarovnani #o_nas .wrap .content h2 {
    margin-top: 50px;
  }
}
body main .zarovnani #o_nas .wrap .content h3 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #EADDDD;
}
body main .zarovnani #o_nas .wrap .content p {
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #D8B6B6;
  margin-top: 25px;
}
body main .zarovnani #o_nas .wrap .content p:nth-child(1) {
  margin-top: 14px;
}
body main .zarovnani #o_nas .wrap .content p:nth-child(2), body main .zarovnani #o_nas .wrap .content p:nth-child(3) {
  margin-top: 5px;
}
body main .zarovnani #o_nas .wrap .content .cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 90px;
  margin-top: 44px;
}
@media only screen and (max-width: 500px) {
  body main .zarovnani #o_nas .wrap .content .cols {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-top: 20px;
  }
}
body main .zarovnani #o_nas .wrap img {
  display: block;
  margin-top: 125px;
  margin-bottom: 102px;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  body main .zarovnani #o_nas .wrap img {
    display: none;
  }
}
body main .zarovnani #reference {
  max-width: 1213px;
  margin: 0px auto;
  margin-top: 66px;
  text-align: center;
}
body main .zarovnani #reference h2 {
  font-family: "TitilliumWeb";
  font-style: 700;
  font-weight: normal;
  font-size: 36px;
  line-height: 55px;
  letter-spacing: 0px;
  color: #000;
}
body main .zarovnani #reference p {
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #717171;
  margin-top: 26px;
}
body main .zarovnani #reference p .all {
  display: inline-block;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #717171;
  text-decoration: none;
}
body main .zarovnani #reference p .all span {
  background-image: url("../img/bigger_arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 10px;
  height: 9px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 6px;
  transition: 500ms;
}
body main .zarovnani #reference p .all:hover span {
  margin-left: 12px;
}
body main .zarovnani #reference .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 26px;
  margin-top: 54px;
  margin-bottom: 56px;
}
@media only screen and (max-width: 880px) {
  body main .zarovnani #reference .wrap {
    display: block;
    max-width: 400px;
    margin: 40px auto;
  }
}
body main .zarovnani #reference .wrap .ref {
  text-align: left;
  border-bottom: solid 1px #BABABA;
  padding-bottom: 22px;
}
@media only screen and (max-width: 880px) {
  body main .zarovnani #reference .wrap .ref {
    margin-bottom: 20px;
  }
}
body main .zarovnani #reference .wrap .ref .obr {
  display: block;
  position: relative;
  width: 100%;
  height: 267px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body main .zarovnani #reference .wrap .ref .obr .kat {
  position: absolute;
  width: 63px;
  height: 63px;
  display: block;
  left: 24px;
  bottom: -31px;
}
body main .zarovnani #reference .wrap .ref .obr .kat.chytre_reseni {
  background-image: url("../img/reference_spolehlivost.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body main .zarovnani #reference .wrap .ref a {
  text-decoration: none;
}
body main .zarovnani #reference .wrap .ref a h3 {
  margin-top: 66px;
  margin-left: 24px;
  margin-right: 24px;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000;
}
body main .zarovnani #reference .wrap .ref a:hover h3 {
  text-decoration: underline;
}
body main .zarovnani #reference .wrap .ref p {
  margin-left: 24px;
  margin-right: 24px;
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #464646;
}
body main .zarovnani #reference .wrap .ref .link {
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 15px;
  display: inline-block;
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000;
  text-decoration: none;
}
body main .zarovnani #reference .wrap .ref .link span {
  background-image: url("../img/bigger_arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 10px;
  height: 9px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 6px;
  transition: 500ms;
}
body main .zarovnani #reference .wrap .ref .link:hover span {
  margin-left: 12px;
}
body main .zarovnani #kontaktujte_nas_default {
  max-width: 1215px;
  margin: 0px auto;
  margin-top: 114px;
  padding-top: 145px;
}
@media only screen and (max-width: 980px) {
  body main .zarovnani #kontaktujte_nas_default {
    margin-top: 40px;
    padding-top: 20px;
  }
}
body main .zarovnani #kontaktujte_nas_default .wrap {
  display: grid;
  grid-template-columns: 1fr 623px;
  grid-gap: 84px;
}
@media only screen and (max-width: 1160px) {
  body main .zarovnani #kontaktujte_nas_default .wrap {
    grid-template-columns: 1fr 520px;
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 980px) {
  body main .zarovnani #kontaktujte_nas_default .wrap {
    display: block;
  }
}
body main .zarovnani #kontaktujte_nas_default .wrap .content h2 {
  font-family: "TitilliumWeb";
  font-style: 700;
  font-weight: normal;
  font-size: 36px;
  line-height: 55px;
  letter-spacing: 0px;
  color: #000;
}
body main .zarovnani #kontaktujte_nas_default .wrap .content p {
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #717171;
  margin-top: 23px;
}
body main .zarovnani #kontaktujte_nas_default .wrap .content p a {
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #717171;
  text-decoration: none;
  white-space: nowrap;
}
body main .zarovnani #kontaktujte_nas_default .wrap .content p a:hover {
  text-decoration: underline;
}
body main .zarovnani #kontaktujte_nas_default .wrap form {
  line-height: 0px;
  font-size: 0px;
}
@media only screen and (max-width: 980px) {
  body main .zarovnani #kontaktujte_nas_default .wrap form {
    margin-top: 30px;
  }
}
body main .zarovnani #kontaktujte_nas_default .wrap form .inpts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 22px;
}
@media only screen and (max-width: 420px) {
  body main .zarovnani #kontaktujte_nas_default .wrap form .inpts {
    grid-template-columns: 1fr;
  }
}
body main .zarovnani #kontaktujte_nas_default .wrap form .inpts input {
  display: block;
  width: 100%;
  border: solid 1px black;
  height: 46px;
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #000;
  padding: 0px 23px;
  outline: none;
  box-sizing: border-box;
}
body main .zarovnani #kontaktujte_nas_default .wrap form .inpts input::-moz-placeholder {
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #000;
}
body main .zarovnani #kontaktujte_nas_default .wrap form .inpts input::placeholder {
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #000;
}
body main .zarovnani #kontaktujte_nas_default .wrap form textarea {
  width: 100%;
  border: solid 1px black;
  height: 93px;
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 31px;
  letter-spacing: 0px;
  color: #000;
  padding: 23px;
  outline: none;
  margin-top: 18px;
}
body main .zarovnani #kontaktujte_nas_default .wrap form textarea::-moz-placeholder {
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 31px;
  letter-spacing: 0px;
  color: #000;
}
body main .zarovnani #kontaktujte_nas_default .wrap form textarea::placeholder {
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 31px;
  letter-spacing: 0px;
  color: #000;
}
body main .zarovnani #kontaktujte_nas_default .wrap form input[type=submit] {
  display: block;
  width: 190px;
  height: 43px;
  margin-top: 10px;
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  outline: none;
  cursor: pointer;
  background: #E30521;
  transition: 500ms;
}
body main .zarovnani #kontaktujte_nas_default .wrap form input[type=submit]:hover {
  background-color: #000;
}
body main .zarovnani #clanky {
  max-width: 1213px;
  margin: 0px auto;
  margin-top: 104px;
  text-align: center;
}
body main .zarovnani #clanky h2 {
  font-family: "TitilliumWeb";
  font-style: 700;
  font-weight: normal;
  font-size: 36px;
  line-height: 55px;
  letter-spacing: 0px;
  color: #000;
}
body main .zarovnani #clanky p {
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #717171;
  margin-top: 26px;
}
body main .zarovnani #clanky p .all {
  display: inline-block;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #717171;
  text-decoration: none;
}
body main .zarovnani #clanky p .all span {
  background-image: url("../img/bigger_arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 10px;
  height: 9px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 6px;
  transition: 500ms;
}
body main .zarovnani #clanky p .all:hover span {
  margin-left: 12px;
}
body main .zarovnani #clanky .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 26px;
  margin-top: 54px;
  margin-bottom: 42px;
}
@media only screen and (max-width: 880px) {
  body main .zarovnani #clanky .wrap {
    display: block;
    max-width: 400px;
    margin: 40px auto;
  }
}
body main .zarovnani #clanky .wrap .article {
  text-align: left;
  border-bottom: solid 1px #BABABA;
  padding-bottom: 22px;
}
@media only screen and (max-width: 880px) {
  body main .zarovnani #clanky .wrap .article {
    margin-bottom: 20px;
  }
}
body main .zarovnani #clanky .wrap .article .obr {
  display: block;
  position: relative;
  width: 100%;
  height: 197px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body main .zarovnani #clanky .wrap .article .obr .kat {
  position: absolute;
  width: 63px;
  height: 63px;
  display: block;
  left: 24px;
  bottom: -31px;
}
body main .zarovnani #clanky .wrap .article .obr .kat.chytre_reseni {
  background-image: url("../img/clanek_spolehlivost.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body main .zarovnani #clanky .wrap .article a {
  text-decoration: none;
}
body main .zarovnani #clanky .wrap .article a h3 {
  margin-top: 46px;
  margin-left: 24px;
  margin-right: 24px;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000;
}
body main .zarovnani #clanky .wrap .article a:hover h3 {
  text-decoration: underline;
}
body main .zarovnani #clanky .wrap .article p {
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 12px;
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #464646;
}
body main .zarovnani #clanky .wrap .article .link {
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 15px;
  display: inline-block;
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000;
  text-decoration: none;
}
body main .zarovnani #clanky .wrap .article .link span {
  background-image: url("../img/bigger_arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 10px;
  height: 9px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 6px;
  transition: 500ms;
}
body main .zarovnani #clanky .wrap .article .link:hover span {
  margin-left: 12px;
}
body footer {
  height: 244px;
  margin-top: 91px;
  background-image: url("../img/footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
body footer .zarovnani {
  max-width: 1530px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 175px 1fr;
}
@media only screen and (max-width: 1100px) {
  body footer .zarovnani {
    grid-template-columns: 1fr 175px 360px;
  }
}
@media only screen and (max-width: 1000px) {
  body footer .zarovnani {
    grid-template-columns: 1fr 175px 300px;
  }
}
@media only screen and (max-width: 940px) {
  body footer .zarovnani {
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
body footer .zarovnani p {
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #FFF;
}
body footer .zarovnani p strong {
  font-family: "Inter semibold";
}
body footer .zarovnani p a {
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #FFF;
  text-decoration: none;
  margin: 0px 3px;
}
body footer .zarovnani p a:hover {
  text-decoration: underline;
}
body footer .zarovnani .left {
  margin-top: 113px;
}
@media only screen and (max-width: 940px) {
  body footer .zarovnani .left {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 430px) {
  body footer .zarovnani .left {
    margin-top: 10px;
  }
}
body footer .zarovnani .socials {
  font-size: 0px;
  line-height: 0px;
}
body footer .zarovnani .socials a {
  display: inline-block;
  width: 48px;
  height: 48px;
  transition: 800ms;
  margin-top: 102px;
}
body footer .zarovnani .socials a.facebook {
  background-image: url("../img/facebook.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body footer .zarovnani .socials a.youtube {
  background-image: url("../img/youtube.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  margin-left: 15px;
  margin-right: 15px;
}
body footer .zarovnani .socials a.instagram {
  background-image: url("../img/instagram.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body footer .zarovnani .socials a:hover {
  transform: scale(1.3);
}
@media only screen and (max-width: 940px) {
  body footer .zarovnani .socials {
    margin-top: 20px;
    text-align: center;
  }
  body footer .zarovnani .socials a {
    margin-top: 0px;
  }
}
body footer .zarovnani .right {
  margin-top: 113px;
  text-align: right;
}
@media only screen and (max-width: 940px) {
  body footer .zarovnani .right {
    margin-top: 20px;
    text-align: center;
  }
}
body.podstrana header .header_content {
  max-width: 1750px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  height: 15px;
  margin-top: 43px;
  background-image: url("../img/header_smaller.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  position: relative;
}
body.podstrana main .top_content {
  max-width: 1219px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 54px;
  display: grid;
  grid-template-columns: 1fr 303px;
  grid-gap: 70px;
}
@media only screen and (max-width: 1160px) {
  body.podstrana main .top_content {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 980px) {
  body.podstrana main .top_content {
    grid-template-columns: 100%;
  }
}
body.podstrana main .top_content .content h1 {
  font-family: "TitilliumWeb";
  font-style: 700;
  font-weight: normal;
  font-size: 50px;
  line-height: 76px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1050px) {
  body.podstrana main .top_content .content h1 {
    font-family: "TitilliumWeb";
    font-style: 700;
    font-weight: normal;
    font-size: 36px;
    line-height: 52px;
    letter-spacing: 0px;
    color: #000000;
  }
}
@media only screen and (max-width: 600px) {
  body.podstrana main .top_content .content h1 {
    text-align: center;
  }
}
body.podstrana main .top_content .content .panely {
  max-width: 572px;
  margin-top: 27px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 90px;
}
body.podstrana main .top_content .content .contacts {
  display: grid;
  grid-template-columns: 142px 148px 1fr;
  grid-gap: 60px;
  margin-top: 73px;
}
@media only screen and (max-width: 760px) {
  body.podstrana main .top_content .content .contacts {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 690px) {
  body.podstrana main .top_content .content .contacts {
    grid-template-columns: 1fr;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 40px;
  }
}
body.podstrana main .top_content .content .contacts a {
  font-family: "Inter";
  font-style: 700;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #000000;
  text-decoration: none;
}
body.podstrana main .top_content .content .contacts a.mail {
  padding-left: 38px;
  background-image: url("../img/mailto.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: top;
}
@media only screen and (max-width: 690px) {
  body.podstrana main .top_content .content .contacts a.mail {
    width: 142px;
    display: inline-block;
    margin: 0px auto;
  }
}
body.podstrana main .top_content .content .contacts a.tel {
  padding-left: 23px;
  background-image: url("../img/tel.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: top;
}
@media only screen and (max-width: 690px) {
  body.podstrana main .top_content .content .contacts a.tel {
    width: 148px;
    display: inline-block;
    margin: 0px auto;
  }
}
body.podstrana main .top_content .content .contacts a.lokace {
  padding-left: 32px;
  background-image: url("../img/lokace.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: top;
}
@media only screen and (max-width: 690px) {
  body.podstrana main .top_content .content .contacts a.lokace {
    width: 320px;
    display: inline-block;
    margin: 0px auto;
  }
}
body.podstrana main .top_content .content p {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #000;
  padding-top: 27px;
  max-width: 750px;
}
@media only screen and (max-width: 1050px) {
  body.podstrana main .top_content .content p {
    padding-top: 15px;
    font-family: "Inter";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000;
    max-width: 550px;
  }
}
@media only screen and (max-width: 600px) {
  body.podstrana main .top_content .content p {
    text-align: center;
    max-width: 100%;
  }
}
body.podstrana main .top_content .content p a {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #000;
}
body.podstrana main .top_content .content p a:hover {
  text-decoration: none;
}
body.podstrana main .top_content .content .links {
  width: 624px;
  margin-top: 39px;
}
@media only screen and (max-width: 1050px) {
  body.podstrana main .top_content .content .links {
    width: 550px;
  }
}
@media only screen and (max-width: 980px) {
  body.podstrana main .top_content .content .links {
    width: 100%;
  }
}
body.podstrana main .top_content .content .links .poptavka {
  display: block;
  width: 242px;
  height: 47px;
  background-color: #E30521;
  font-family: "Inter semibold";
  font-style: 700;
  font-weight: normal;
  font-size: 15px;
  line-height: 47px;
  letter-spacing: 0px;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  transition: 500ms;
  float: left;
  text-align: center;
}
body.podstrana main .top_content .content .links .poptavka:hover {
  background-color: black;
}
@media only screen and (max-width: 600px) {
  body.podstrana main .top_content .content .links .poptavka {
    float: none;
    margin: 10px auto;
  }
}
body.podstrana main .top_content .content .links .phone {
  display: block;
  width: 283px;
  height: 40px;
  margin-top: 7px;
  float: right;
  font-family: "Inter semibold";
  font-style: 700;
  font-weight: normal;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #000;
  text-decoration: none;
}
body.podstrana main .top_content .content .links .phone span {
  background-image: url("../img/phone_red.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  vertical-align: middle;
  transition: 500ms;
}
body.podstrana main .top_content .content .links .phone:hover span {
  transform: scale(1.3);
}
@media only screen and (max-width: 600px) {
  body.podstrana main .top_content .content .links .phone {
    float: none;
    margin: 10px auto;
  }
}
body.podstrana main .top_content img {
  margin-top: 30px;
  width: 100%;
}
@media only screen and (max-width: 1050px) {
  body.podstrana main .top_content img {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 980px) {
  body.podstrana main .top_content img {
    display: none;
  }
}
body.podstrana main #proc_nas {
  text-align: left;
  max-width: 1219px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 91px;
}
body.podstrana main #kontaktujte_nas_img {
  position: relative;
  background-color: #EFE4E2;
  margin-top: 89px;
  height: 563px;
}
@media only screen and (max-width: 980px) {
  body.podstrana main #kontaktujte_nas_img {
    padding: 30px auto;
    height: auto;
  }
}
body.podstrana main #kontaktujte_nas_img .wrap {
  max-width: 1219px;
  margin: 0px auto;
}
@media only screen and (max-width: 1300px) {
  body.podstrana main #kontaktujte_nas_img .wrap {
    margin: 0px 10px;
  }
}
@media only screen and (max-width: 980px) {
  body.podstrana main #kontaktujte_nas_img .wrap {
    text-align: center;
    padding-bottom: 30px;
  }
}
body.podstrana main #kontaktujte_nas_img .wrap h2 {
  font-family: "TitilliumWeb";
  font-style: 700;
  font-weight: normal;
  font-size: 36px;
  line-height: 55px;
  letter-spacing: 0px;
  color: #000000;
}
body.podstrana main #kontaktujte_nas_img .wrap p.ask {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #B88B90;
  text-transform: uppercase;
  padding-top: 96px;
}
@media only screen and (max-width: 980px) {
  body.podstrana main #kontaktujte_nas_img .wrap p.ask {
    padding-top: 30px;
  }
}
body.podstrana main #kontaktujte_nas_img .wrap p {
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #B88B90;
  max-width: 545px;
  padding-top: 16px;
}
@media only screen and (max-width: 980px) {
  body.podstrana main #kontaktujte_nas_img .wrap p {
    max-width: 100%;
    padding: 10px 20px;
  }
}
body.podstrana main #kontaktujte_nas_img .wrap p a {
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #B88B90;
  text-decoration: none;
}
body.podstrana main #kontaktujte_nas_img .wrap p a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 980px) {
  body.podstrana main #kontaktujte_nas_img .wrap p a {
    white-space: nowrap;
  }
}
body.podstrana main #kontaktujte_nas_img .wrap form {
  line-height: 0px;
  font-size: 0px;
  max-width: 646px;
  margin-top: 42px;
}
@media only screen and (max-width: 980px) {
  body.podstrana main #kontaktujte_nas_img .wrap form {
    margin: 30px auto;
  }
}
body.podstrana main #kontaktujte_nas_img .wrap form .inpts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
@media only screen and (max-width: 480px) {
  body.podstrana main #kontaktujte_nas_img .wrap form .inpts {
    grid-template-columns: 1fr;
  }
}
body.podstrana main #kontaktujte_nas_img .wrap form .inpts input {
  display: block;
  width: 100%;
  height: 46px;
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #818181;
  padding: 0px 23px;
  outline: none;
  box-sizing: border-box;
}
body.podstrana main #kontaktujte_nas_img .wrap form .inpts input::-moz-placeholder {
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #818181;
}
body.podstrana main #kontaktujte_nas_img .wrap form .inpts input::placeholder {
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #818181;
}
body.podstrana main #kontaktujte_nas_img .wrap form textarea {
  width: 100%;
  height: 62px;
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #818181;
  padding: 16px;
  outline: none;
  margin-top: 8px;
}
body.podstrana main #kontaktujte_nas_img .wrap form textarea::-moz-placeholder {
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #818181;
}
body.podstrana main #kontaktujte_nas_img .wrap form textarea::placeholder {
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #818181;
}
@media only screen and (max-width: 480px) {
  body.podstrana main #kontaktujte_nas_img .wrap form textarea {
    margin-top: 10px;
  }
}
body.podstrana main #kontaktujte_nas_img .wrap form input[type=submit] {
  display: block;
  width: 209px;
  height: 43px;
  margin-top: 10px;
  font-family: "Inter light";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  outline: none;
  cursor: pointer;
  background: #E30521;
  transition: 500ms;
}
body.podstrana main #kontaktujte_nas_img .wrap form input[type=submit]:hover {
  background-color: #000;
}
body.podstrana main #kontaktujte_nas_img .wrap .img {
  position: absolute;
  background-image: url("../img/kontaktujte_nas.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 523px;
  height: 617px;
  bottom: 0px;
  right: 213px;
}
@media only screen and (max-width: 1450px) {
  body.podstrana main #kontaktujte_nas_img .wrap .img {
    right: 100px;
  }
}
@media only screen and (max-width: 1300px) {
  body.podstrana main #kontaktujte_nas_img .wrap .img {
    right: 0px;
  }
}
@media only screen and (max-width: 1150px) {
  body.podstrana main #kontaktujte_nas_img .wrap .img {
    width: 323px;
    background-size: contain;
    background-position-y: bottom;
  }
}
@media only screen and (max-width: 980px) {
  body.podstrana main #kontaktujte_nas_img .wrap .img {
    display: none;
  }
}
body.podstrana main #reference {
  max-width: 1213px;
  margin: 0px auto;
  margin-top: 112px;
  text-align: center;
}
body.podstrana main #reference p:last-child {
  text-align: center;
}
body.podstrana main #reference .wrap p {
  text-align: left;
}
body.podstrana main #kontaktujte_nas_default {
  margin-top: 0px;
}
body.podstrana .formatovani_textu {
  max-width: 800px;
  width: 96%;
  margin: 0px auto;
}
body.podstrana .formatovani_textu.sirsi {
  max-width: 1227px;
  margin-top: 134px;
}
body.podstrana .formatovani_textu.sirsi .content_map {
  display: grid;
  grid-template-columns: 1fr 636px;
  grid-gap: 191px;
}
@media only screen and (max-width: 1340px) {
  body.podstrana .formatovani_textu.sirsi .content_map {
    grid-gap: 121px;
  }
}
@media only screen and (max-width: 1150px) {
  body.podstrana .formatovani_textu.sirsi .content_map {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
}
@media only screen and (max-width: 850px) {
  body.podstrana .formatovani_textu.sirsi .content_map {
    grid-template-columns: 1fr;
  }
}
body.podstrana .formatovani_textu.sirsi .content_map .contact_content {
  align-self: start;
}
body.podstrana .formatovani_textu.sirsi .content_map .contact_content a {
  white-space: nowrap;
}
body.podstrana .formatovani_textu.sirsi .content_map .mapa {
  background-image: url("../img/mapa.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  height: 714px;
}
@media only screen and (max-width: 1150px) {
  body.podstrana .formatovani_textu.sirsi .content_map .mapa {
    height: initial;
    aspect-ratio: 0.89;
  }
}
@media only screen and (max-width: 850px) {
  body.podstrana .formatovani_textu.sirsi .content_map .mapa {
    max-width: 636px;
    margin: 0px auto;
    display: block;
    width: 100%;
  }
}
body.podstrana .formatovani_textu h1 {
  font-family: "TitilliumWeb";
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 11px;
  padding-top: 40px;
}
body.podstrana .formatovani_textu h2 {
  font-family: "TitilliumWeb";
  font-style: 700;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #E30521;
  padding: 0px 0px 17px 0px;
}
body.podstrana .formatovani_textu h3 {
  font-family: "TitilliumWeb";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0px;
  color: black;
  padding: 25px 0px 13px 0px;
}
body.podstrana .formatovani_textu h4 {
  font-family: "TitilliumWeb";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #E30521;
  padding: 13px 0px 13px 0px;
}
body.podstrana .formatovani_textu h5 {
  font-family: "TitilliumWeb";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000;
  padding: 10px 0px 10px 0px;
}
body.podstrana .formatovani_textu .panely {
  max-width: 572px;
  margin-top: 27px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 90px;
}
body.podstrana .formatovani_textu p {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: black;
  padding-bottom: 23px;
}
body.podstrana .formatovani_textu p em {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  color: black;
}
body.podstrana .formatovani_textu p.velky {
  font-size: 18px;
  line-height: 170%;
}
body.podstrana .formatovani_textu p.vyrazny {
  padding: 15px;
  background-color: rgb(222, 222, 222);
  color: black;
  margin: 40px 0px;
}
body.podstrana .formatovani_textu p.vyrazny2 {
  padding: 15px;
  background-color: #E30521;
  color: white;
  margin: 40px 0px;
}
body.podstrana .formatovani_textu p.maly_1 {
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}
body.podstrana .formatovani_textu p.maly_2 {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.podstrana .formatovani_textu p.maly_3 {
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.podstrana .formatovani_textu p.velky_1 {
  font-size: 17px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.podstrana .formatovani_textu p.velky_2 {
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.podstrana .formatovani_textu p.velky_3 {
  font-size: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.podstrana .formatovani_textu p.nejvetsi {
  font-size: 26px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.podstrana .formatovani_textu ul {
  margin-left: 20px;
  width: calc(100% - 20px);
  margin-top: 15px;
  margin-bottom: 25px;
  /*list-style: none;*/
}
body.podstrana .formatovani_textu ul li {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: black;
  padding-left: 5px;
}
body.podstrana .formatovani_textu ul li.no_li {
  list-style: none;
  margin-top: 30px;
}
body.podstrana .formatovani_textu ol {
  margin-left: 20px;
  width: calc(100% - 20px);
  margin-top: 15px;
  margin-bottom: 25px;
}
body.podstrana .formatovani_textu ol li {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: black;
}
body.podstrana .formatovani_textu a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: black;
}
body.podstrana .formatovani_textu a:hover {
  text-decoration: none;
}
body.podstrana .formatovani_textu a.a_vyrazny {
  color: black;
}
body.podstrana .formatovani_textu a.a_nevyrazny {
  color: black;
}
body.podstrana .formatovani_textu a.a_cta {
  display: inline-block;
  width: 210px;
  background-color: #ededed;
  text-decoration: none;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  color: black;
  cursor: pointer;
  font-size: 100%;
}
body.podstrana .formatovani_textu a.a_cta:hover {
  background-color: black;
  color: white;
}
body.podstrana .formatovani_textu a.a_cta2 {
  display: inline-block;
  width: 210px;
  background-color: #C91235;
  text-decoration: none;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  color: white;
  cursor: pointer;
  font-size: 100%;
}
body.podstrana .formatovani_textu a.a_cta2:hover {
  background-color: black;
  color: white;
}
body.podstrana .formatovani_textu a.a_cta3 {
  display: inline-block;
  width: 210px;
  background-color: black;
  text-decoration: none;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  color: white;
  cursor: pointer;
  font-size: 100%;
}
body.podstrana .formatovani_textu a.a_cta3:hover {
  background-color: gray;
  color: black;
}
body.podstrana .formatovani_textu span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  color: black;
}
body.podstrana .formatovani_textu span.vyrazny {
  font-weight: bold;
}
body.podstrana .formatovani_textu strong {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #C91235;
}
body.podstrana .formatovani_textu strong.nejvetsi {
  font-size: 26px;
}
body.podstrana .formatovani_textu table {
  margin-top: 15px;
  margin-bottom: 64px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
}
body.podstrana .formatovani_textu table tr {
  border-bottom: 2px solid rgba(158, 158, 158, 0.4);
}
body.podstrana .formatovani_textu table tr:nth-child(even) {
  background-color: #E6E6E6;
}
body.podstrana .formatovani_textu table tr:nth-child(1) td {
  color: #8193A5 !important;
}
body.podstrana .formatovani_textu table tr:last-child {
  border-bottom: none;
}
body.podstrana .formatovani_textu table tr td {
  text-align: center;
  padding: 15px 11px 8px 11px;
  margin: 3px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: black;
}
body.podstrana .formatovani_textu table tr td img {
  width: 100%;
}
body.podstrana .formatovani_textu table tr td ul {
  list-style: disc;
  margin-left: 20px;
}
body.podstrana .formatovani_textu table tr td ul li {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: black;
  text-align: left;
  background-image: none;
}
body.podstrana .formatovani_textu table tr td ol {
  margin-left: 20px;
  text-align: left;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: black;
}
body.podstrana .formatovani_textu table tr td p {
  padding: 0px;
}
body.podstrana .formatovani_textu table.table_svetla {
  margin-top: 15px;
  margin-bottom: 64px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
}
body.podstrana .formatovani_textu table.table_svetla td {
  text-align: center;
  padding: 15px 11px 8px 11px;
  margin: 3px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: black;
}
body.podstrana .formatovani_textu table.table_tmava {
  margin-top: 15px;
  margin-bottom: 64px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: white;
}
body.podstrana .formatovani_textu table.table_tmava tr {
  border-bottom: 2px solid white;
  background-color: #C91235;
}
body.podstrana .formatovani_textu table.table_tmava tr:nth-child(1) {
  background-color: white;
}
body.podstrana .formatovani_textu table.table_tmava tr:nth-child(1) td {
  color: #C91235 !important;
}
body.podstrana .formatovani_textu table.table_tmava tr:last-child {
  border-bottom: none;
}
body.podstrana .formatovani_textu table.table_tmava tr td {
  text-align: center;
  padding: 15px 11px 8px 11px;
  margin: 3px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: white;
}
body.podstrana .formatovani_textu table.table_tmava tr td img {
  width: 100%;
}
body.podstrana .formatovani_textu table.table_tmava tr td ul {
  list-style: disc;
  margin-left: 20px;
}
body.podstrana .formatovani_textu table.table_tmava tr td ul li {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: white;
}
body.podstrana .formatovani_textu table.table_tmava tr td ol li {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: white;
  background-image: none;
}
body.podstrana .formatovani_textu table.table_tmava tr td p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: white;
  padding: 0px;
}
body.podstrana .formatovani_textu table.table_tmava tr td a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: white;
}
body.podstrana .formatovani_textu table.table_tmava tr td a:hover {
  text-decoration: none;
}
body.podstrana .formatovani_textu img.img_vpravo {
  float: right;
  margin-top: 5px;
  margin-left: 20px;
  margin-bottom: 20px;
  max-width: 400px;
  width: calc(100% - 20px);
}
body.podstrana .formatovani_textu img.img_vlevo {
  float: left;
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 400px;
  width: calc(100% - 20px);
}
body.podstrana .formatovani_textu img.img_100 {
  width: 100%;
  height: auto;
  display: block;
}
body.podstrana .formatovani_textu select {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: black;
}
body.podstrana .formatovani_textu input[type=submit] {
  padding: 0px;
  display: block;
  width: 200px;
  height: 40px;
  border: none;
  background-color: black;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: white;
  cursor: pointer;
  transition: 500ms;
}
body.podstrana .formatovani_textu input[type=submit]:hover {
  background-color: gray;
}
body.podstrana .formatovani_textu .galerie {
  text-align: left;
}
body.podstrana .formatovani_textu .galerie h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0px;
  color: black;
  padding: 25px 0px 13px 0px;
}
body.podstrana .formatovani_textu .galerie a.obr {
  display: inline-block;
  width: 29%;
  margin-left: 1.4%;
  margin-right: 1.4%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/vychozi.png");
  height: 150px;
  margin-bottom: 20px;
}
body.podstrana .formatovani_textu .galerie a.obr img {
  display: none;
}
body.podstrana .formatovani_textu iframe {
  width: 100%;
  height: 400px;
  border: 0;
}
body.podstrana .formatovani_textu .strankovani {
  text-align: center;
  margin-top: 20px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0px;
  color: black;
  margin-bottom: 50px;
}
body.podstrana .formatovani_textu .strankovani a {
  padding: 10px 14px;
  background-color: rgb(220, 220, 220);
  text-decoration: none;
}
body.podstrana .formatovani_textu .strankovani a:hover, body.podstrana .formatovani_textu .strankovani a.active {
  background-color: #C91235;
  color: white;
}
body.podstrana .formatovani_textu .marginBottom250 {
  margin-bottom: 250px;
}
body.podstrana .galerie {
  text-align: left;
  line-height: 0px;
  font-size: 0px;
}
body.podstrana .galerie h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0px;
  color: black;
  padding: 25px 0px 13px 0px;
  margin-left: 2.4%;
}
@media screen and (max-width: 980px) {
  body.podstrana .galerie h3 {
    margin-left: 0px;
    text-align: center;
  }
}
body.podstrana .galerie a.obrazek {
  display: inline-block;
  width: 24%;
  margin-left: 0.4%;
  margin-right: 0.4%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/vychozi.png");
  height: 140px;
  margin-bottom: 20px;
}
body.podstrana .galerie a.obrazek img {
  display: none;
}
@media screen and (max-width: 630px) {
  body.podstrana .galerie a.obrazek {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
}/*# sourceMappingURL=style.css.map */