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

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

@font-face {
  font-family: "Lato regular";
  src: url("../font/Lato-Regular.eot");
  src: url("../font/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Lato-Regular.woff") format("woff"), url("../font/Lato-Regular.ttf") format("truetype"), url("../font/Lato-Regular.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato bold";
  src: url("../font/Lato-Bold.eot");
  src: url("../font/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Lato-Bold.woff") format("woff"), url("../font/Lato-Bold.ttf") format("truetype"), url("../font/Lato-Bold.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato black";
  src: url("../font/Lato-Black.eot");
  src: url("../font/Lato-Black.eot?#iefix") format("embedded-opentype"), url("../font/Lato-Black.woff") format("woff"), url("../font/Lato-Black.ttf") format("truetype"), url("../font/Lato-Black.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
body header {
  width: 100%;
  position: relative;
}
body header#hlavicka_pozadi {
  background-image: url("../img/home_header.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  width: 100%;
  height: 1080px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  body header#hlavicka_pozadi {
    height: 720px;
  }
}
@media (max-width: 980px) {
  body header#hlavicka_pozadi {
    background-image: url("../img/home_header_tablet.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
  }
}
@media (max-width: 700px) {
  body header#hlavicka_pozadi {
    background-image: url("../img/home_header_mobile.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    height: auto;
    padding-bottom: 120px;
  }
}
body header .zarovnani {
  max-width: 1230px;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body header .zarovnani #top_header {
  display: grid;
  grid-template-columns: 196px 1fr;
  grid-gap: 25px;
  padding-top: 50px;
}
@media (max-width: 980px) {
  body header .zarovnani #top_header {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  body header .zarovnani #top_header {
    grid-template-columns: 170px 1fr;
  }
}
body header .zarovnani #top_header #logo {
  display: block;
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 100%;
  height: 52px;
}
@media (max-width: 508px) {
  body header .zarovnani #top_header #logo {
    margin-top: 16px;
    margin-left: 51px;
    background-size: contain;
  }
}
@media (max-width: 415px) {
  body header .zarovnani #top_header #logo {
    margin-left: 10px;
  }
}
body header .zarovnani #top_header nav {
  text-align: right;
}
body header .zarovnani #top_header nav ul {
  list-style: none;
}
body header .zarovnani #top_header nav ul li {
  display: inline-block;
}
body header .zarovnani #top_header nav ul li a {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #fff;
  text-decoration: none;
  margin: 0px 20px;
  transition: 500ms;
}
body header .zarovnani #top_header nav ul li a:hover {
  text-decoration: underline;
}
body header .zarovnani #top_header nav ul li:nth-child(1) a {
  margin-left: 0px;
}
body header .zarovnani #top_header nav ul li:last-child a {
  margin-right: 0px;
  border-radius: 40px;
  background: #F52F6E;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  padding: 0px 40px;
  height: 52px;
  display: block;
}
@media (max-width: 480px) {
  body header .zarovnani #top_header nav ul li:last-child a {
    padding: 0px 0px;
  }
}
body header .zarovnani #top_header nav ul li:last-child a:hover {
  background-color: #00C4B3;
  text-decoration: none;
}
@media (max-width: 980px) {
  body header .zarovnani #top_header nav ul {
    position: absolute;
    background: #00c4b3;
    z-index: 999;
    width: 100%;
    text-align: center;
    display: none;
  }
  body header .zarovnani #top_header nav ul li {
    display: block;
    border-bottom: solid 1px #ededed;
  }
  body header .zarovnani #top_header nav ul li a {
    margin: 0px;
    display: block;
    width: 100%;
  }
  body header .zarovnani #top_header nav ul li:last-child a {
    background: transparent;
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 52px;
    letter-spacing: 0px;
    color: #fff;
  }
  body header .zarovnani #top_header nav ul li:last-child a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 508px) {
  body header .zarovnani #top_header nav ul {
    margin-top: 20px;
  }
}
@media (max-width: 980px) {
  body header .zarovnani #top_header nav {
    position: relative;
  }
  body header .zarovnani #top_header nav #hamburger {
    display: block;
    width: 62px;
    height: 50px;
    position: relative;
    margin-left: auto;
    cursor: pointer;
  }
}
@media (max-width: 980px) and (max-width: 508px) {
  body header .zarovnani #top_header nav #hamburger {
    display: block;
    width: 65px;
    height: 33px;
    position: relative;
    margin-left: auto;
    cursor: pointer;
    margin-top: 22px;
    margin-right: 33px;
  }
}
@media (max-width: 980px) and (max-width: 415px) {
  body header .zarovnani #top_header nav #hamburger {
    margin-right: 0px !important;
  }
}
@media (max-width: 980px) {
  body header .zarovnani #top_header nav #hamburger span {
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: #fff;
    transition: 500ms;
  }
  body header .zarovnani #top_header nav #hamburger span:nth-child(1) {
    top: 6px;
  }
}
@media (max-width: 980px) and (max-width: 508px) {
  body header .zarovnani #top_header nav #hamburger span:nth-child(1) {
    top: 0px;
  }
}
@media (max-width: 980px) {
  body header .zarovnani #top_header nav #hamburger span:nth-child(2) {
    top: 22px;
  }
}
@media (max-width: 980px) and (max-width: 508px) {
  body header .zarovnani #top_header nav #hamburger span:nth-child(2) {
    top: 16px;
  }
}
@media (max-width: 980px) {
  body header .zarovnani #top_header nav #hamburger span:nth-child(3) {
    top: 38px;
  }
}
@media (max-width: 980px) and (max-width: 508px) {
  body header .zarovnani #top_header nav #hamburger span:nth-child(3) {
    top: 33px;
  }
}
@media (max-width: 980px) {
  body header .zarovnani #top_header nav #hamburger.open span:nth-child(1) {
    top: 22px;
    transform: rotateZ(135deg);
    background-color: #e31e25;
  }
  body header .zarovnani #top_header nav #hamburger.open span:nth-child(2) {
    top: 22px;
    transform: rotateZ(45deg);
    background-color: #e31e25;
  }
  body header .zarovnani #top_header nav #hamburger.open span:nth-child(3) {
    display: none;
    background-color: #e31e25;
  }
}
@media (max-width: 480px) {
  body header .zarovnani #top_header nav #hamburger {
    margin-right: auto;
  }
}
body header .zarovnani #content_header {
  margin-top: 222px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  body header .zarovnani #content_header {
    margin-top: 25px;
  }
}
body header .zarovnani #content_header h1 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 62px;
  line-height: 130%;
  letter-spacing: 1px;
  color: #fff;
  max-width: 445px;
}
@media screen and (max-width: 1100px) {
  body header .zarovnani #content_header h1 {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 46px;
    line-height: 130%;
    letter-spacing: 1px;
    color: #fff;
  }
}
@media (max-width: 980px) {
  body header .zarovnani #content_header h1 {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 508px) {
  body header .zarovnani #content_header h1 {
    padding-top: 35px;
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #fff;
    text-align: left;
    padding-left: 50px;
  }
}
@media (max-width: 380px) {
  body header .zarovnani #content_header h1 {
    padding-left: 20px;
  }
}
body header .zarovnani #content_header h2 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 60px;
  letter-spacing: 1px;
  color: #00C4B3;
}
@media screen and (max-width: 1100px) {
  body header .zarovnani #content_header h2 {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 60px;
    letter-spacing: 1px;
    color: #00C4B3;
  }
}
@media (max-width: 980px) {
  body header .zarovnani #content_header h2 {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 508px) {
  body header .zarovnani #content_header h2 {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #00C4B3;
    text-align: left;
    padding-left: 50px;
    padding-top: 20px;
  }
}
@media (max-width: 380px) {
  body header .zarovnani #content_header h2 {
    padding-left: 20px;
  }
}
body header .zarovnani #content_header a {
  margin-top: 24px;
  display: inline-block;
  width: 251px;
  height: 52px;
  text-align: center;
  border-radius: 40px;
  background: #F52F6E;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 52px;
  letter-spacing: 0.5px;
  color: #fff;
  text-decoration: none;
  transition: 500ms;
}
body header .zarovnani #content_header a:hover {
  background-color: #00C4B3;
  text-decoration: none;
}
@media (max-width: 980px) {
  body header .zarovnani #content_header a {
    display: block;
    margin: 0px auto;
    margin-top: 160px;
  }
}
@media (max-width: 700px) {
  body header .zarovnani #content_header a {
    margin-top: 0px;
  }
}
@media (max-width: 508px) {
  body header .zarovnani #content_header a {
    margin-top: 45px;
    margin-left: 50px;
  }
}
@media (max-width: 380px) {
  body header .zarovnani #content_header a {
    margin-left: 20px;
  }
}
body header .zarovnani #content_header p {
  position: absolute;
  left: 620px;
  bottom: -16px;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 52px;
  letter-spacing: 0.5px;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  body header .zarovnani #content_header p {
    left: 520px;
  }
}
@media screen and (max-width: 1100px) {
  body header .zarovnani #content_header p {
    left: 400px;
    bottom: -29px;
  }
}
@media (max-width: 980px) {
  body header .zarovnani #content_header p {
    text-align: center;
    width: 100%;
    left: 0px;
    bottom: 0px;
    position: relative;
  }
}
@media (max-width: 508px) {
  body header .zarovnani #content_header p.desktop {
    display: none;
  }
}
body header .zarovnani #bottom_header {
  margin-top: 206px;
}
@media screen and (max-width: 1500px) {
  body header .zarovnani #bottom_header {
    margin-top: 150px;
  }
}
@media (max-width: 980px) {
  body header .zarovnani #bottom_header {
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  body header .zarovnani #bottom_header {
    padding-bottom: 340px;
  }
}
@media (max-width: 508px) {
  body header .zarovnani #bottom_header {
    padding-bottom: 390px;
  }
}
@media (max-width: 380px) {
  body header .zarovnani #bottom_header {
    padding-bottom: 415px;
  }
}
body header .zarovnani #bottom_header .content {
  display: grid;
  grid-template-columns: 210px 193px 1fr;
  grid-gap: 65px;
  justify-items: end;
  height: 120px;
  align-content: end;
}
@media (max-width: 700px) {
  body header .zarovnani #bottom_header .content {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    height: 100%;
    align-content: center;
    margin-top: 90px;
  }
}
@media (max-width: 508px) {
  body header .zarovnani #bottom_header .content {
    max-width: 320px;
    margin-left: 50px;
    grid-template-columns: 147px 1fr;
    grid-gap: 39px;
    margin-top: 40px;
  }
}
@media (max-width: 430px) {
  body header .zarovnani #bottom_header .content {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 30px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
body header .zarovnani #bottom_header .content ul {
  list-style: none;
  padding-left: 24px;
}
@media (max-width: 508px) {
  body header .zarovnani #bottom_header .content ul {
    padding-left: 16px;
  }
}
body header .zarovnani #bottom_header .content ul:first-child {
  border-left: 1px solid #F52F6E;
}
body header .zarovnani #bottom_header .content ul:nth-child(2) {
  border-left: 1px solid #00C4B3;
}
body header .zarovnani #bottom_header .content ul li a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #FFF;
  opacity: 0.7;
  text-decoration: none;
}
@media (max-width: 508px) {
  body header .zarovnani #bottom_header .content ul li a {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #FFF;
  }
}
body header .zarovnani #bottom_header .content p {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
  padding-top: 82px;
}
@media (max-width: 700px) {
  body header .zarovnani #bottom_header .content p {
    grid-column: span 2;
    padding-top: 10px;
    text-align: center;
  }
}
@media (max-width: 500px) {
  body header .zarovnani #bottom_header .content p {
    padding-top: 30px;
  }
}
@media (max-width: 700px) {
  body header .zarovnani #bottom_header .content .zkusenosti {
    display: none;
  }
}
body header .to_down {
  width: 122px;
  height: 24px;
  position: absolute;
  left: calc(50% - 61px);
  bottom: 135px;
  cursor: pointer;
  font-size: 0px;
  line-height: 0px;
}
body header .to_down i {
  display: inline-block;
  background-image: url("../img/arrow_down.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  transition: 300ms;
}
body header .to_down em {
  display: inline-block;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
  width: 90px;
  height: 24px;
  margin-left: 8px;
  vertical-align: middle;
}
body header .to_down:hover i {
  transform: translateY(5px);
}
@media screen and (max-width: 1500px) {
  body header .to_down {
    bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  body header .to_down {
    left: 30px;
  }
}
@media (max-width: 508px) {
  body header#hlavicka_pozadi {
    padding-bottom: 0px;
  }
  body header .to_down {
    bottom: 247px;
    left: 20px;
  }
}
body header .mobile {
  display: none;
}
@media (max-width: 508px) {
  body header .mobile {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #7CC8C1;
    position: absolute;
    right: 0px;
    bottom: 10px;
    display: block;
  }
}
body header#hlavicka_white {
  padding-bottom: 50px;
}
body header#hlavicka_white .zarovnani #top_header #logo {
  background-image: url("../img/logo_black.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
@media (max-width: 508px) {
  body header#hlavicka_white .zarovnani #top_header #logo {
    margin-top: 16px;
    margin-left: 51px;
    background-size: contain;
  }
}
@media (max-width: 415px) {
  body header#hlavicka_white .zarovnani #top_header #logo {
    margin-left: 10px;
  }
}
body header#hlavicka_white .zarovnani #top_header nav ul li a {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #000;
}
body header#hlavicka_white .zarovnani #top_header nav ul li:last-child a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #fff;
}
@media (max-width: 980px) {
  body header#hlavicka_white .zarovnani #top_header nav #hamburger span {
    background-color: #000;
  }
  body header#hlavicka_white .zarovnani #top_header nav ul li a {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 52px;
    letter-spacing: 0px;
    color: #fff;
  }
}
main { min-height: 600px }
body main .formatovani_textu {
  padding-top: 120px;
}
body main .formatovani_textu.mensi_odsazeni {
    padding-top: 0px;
}
@media (max-width: 980px) {
  body main .formatovani_textu {
    padding-top: 45px;
  }
}
body main .formatovani_textu.no_margin {
  padding: 0px;
}
body main .formatovani_textu.no_margin .zarovnani p {
  padding: 0px;
}
body main .kdo_jsme .zarovnani {
  max-width: 1240px;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 480px;
  grid-gap: 107px;
}
@media (max-width: 1120px) {
  body main .kdo_jsme .zarovnani {
    grid-gap: 40px;
  }
}
@media (max-width: 980px) {
  body main .kdo_jsme .zarovnani {
    display: block;
  }
}
@media (max-width: 508px) {
  body main .kdo_jsme .zarovnani {
    max-width: 359px;
  }
}
body main .kdo_jsme .zarovnani .content h2 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #1E212C;
  text-transform: uppercase;
}
@media (max-width: 508px) {
  body main .kdo_jsme .zarovnani .content h2 {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #1E212C;
    text-align: left;
  }
}
body main .kdo_jsme .zarovnani .content p {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-top: 20px;
}
body main .kdo_jsme .zarovnani .content p a {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #1E212C;
  text-decoration: none;
  background-image: url("../img/line_a.svg");
  background-repeat: repeat-x;
  background-size: initial;
  background-position-x: center;
  background-position-y: bottom;
}
body main .kdo_jsme .zarovnani .content p a:hover {
  background-image: none;
}
@media (max-width: 1080px) {
  body main .kdo_jsme .zarovnani .content p {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #1E212C;
    padding-top: 20px;
  }
  body main .kdo_jsme .zarovnani .content p a {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #1E212C;
  }
}
@media (max-width: 508px) {
  body main .kdo_jsme .zarovnani .content p {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #1E212C;
    text-align: left;
    background-image: url("../img/line_a.svg");
    background-repeat: repeat-x;
    background-size: initial;
    background-position-x: center;
    background-position-y: bottom;
    padding-bottom: 20px;
  }
  body main .kdo_jsme .zarovnani .content p a {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1E212C;
  }
}
@media (max-width: 980px) {
  body main .kdo_jsme .zarovnani .content {
    text-align: center;
  }
}
body main .kdo_jsme .zarovnani .co_delame_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  padding-top: 44px;
}
@media (max-width: 1080px) {
  body main .kdo_jsme .zarovnani .co_delame_wrap {
    grid-gap: 25px;
  }
}
@media (max-width: 508px) {
  body main .kdo_jsme .zarovnani .co_delame_wrap {
    padding-top: 19px;
    grid-template-columns: 110px 104px 115px;
    grid-gap: 14px;
  }
}
@media (max-width: 420px) {
  body main .kdo_jsme .zarovnani .co_delame_wrap {
    grid-gap: 4px;
  }
}
body main .kdo_jsme .zarovnani .co_delame_wrap .col h3 a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #1E212C;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
body main .kdo_jsme .zarovnani .co_delame_wrap .col span {
  width: 100%;
  height: 35px;
  display: block;
  margin: 0px auto;
  margin-top: 18px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body main .kdo_jsme .zarovnani .co_delame_wrap .col p a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #AAB0C7;
  text-align: center;
  padding-top: 13px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
body main .smartim_pristup .zarovnani {
  max-width: 1240px;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 508px) {
  body main .smartim_pristup .zarovnani {
    max-width: 359px;
  }
}
body main .smartim_pristup .zarovnani h2 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1E212C;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  body main .smartim_pristup .zarovnani h2 {
    text-align: center;
  }
}
@media (max-width: 508px) {
  body main .smartim_pristup .zarovnani h2 {
    text-align: left;
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #1E212C;
  }
}
body main .smartim_pristup .zarovnani h3 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-top: 8px;
}
@media (max-width: 980px) {
  body main .smartim_pristup .zarovnani h3 {
    text-align: center;
  }
}
@media (max-width: 508px) {
  body main .smartim_pristup .zarovnani h3 {
    text-align: left;
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 1px;
    color: #1E212C;
  }
}
body main .smartim_pristup .zarovnani .kroky {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
@media (max-width: 980px) {
  body main .smartim_pristup .zarovnani .kroky {
    display: block;
  }
}
@media (max-width: 508px) {
  body main .smartim_pristup .zarovnani .kroky {
    margin-top: 33px;
  }
}
body main .smartim_pristup .zarovnani .kroky .krok {
  position: relative;
  cursor: pointer;
}
@media (max-width: 980px) {
  body main .smartim_pristup .zarovnani .kroky .krok {
    margin-bottom: 40px;
    margin-left: 30px;
    position: relative;
  }
}
@media (max-width: 508px) {
  body main .smartim_pristup .zarovnani .kroky .krok {
    margin-left: 0px;
  }
}
body main .smartim_pristup .zarovnani .kroky .krok .krok_nadpis {
  width: 100%;
  height: 60px;
  position: relative;
  background-image: url("../img/line.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 76px;
  background-position-y: center;
}
body main .smartim_pristup .zarovnani .kroky .krok .krok_nadpis span {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 92px;
  letter-spacing: 1px;
  color: #D7DADD;
  text-align: center;
  position: absolute;
  width: 92px;
  height: 92px;
  background-color: white;
  z-index: 59;
  border-radius: 50%;
  top: -18px;
  left: -18px;
}
@media (max-width: 980px) {
  body main .smartim_pristup .zarovnani .kroky .krok .krok_nadpis {
    position: absolute;
    left: -20px;
    background-image: none;
  }
}
@media (max-width: 508px) {
  body main .smartim_pristup .zarovnani .kroky .krok .krok_nadpis {
    position: relative;
    left: 0px;
    background-image: url("../img/line.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: 76px;
    background-position-y: center;
  }
}
body main .smartim_pristup .zarovnani .kroky .krok .nazev {
  margin-top: 18px;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1E212C;
}
@media (max-width: 980px) {
  body main .smartim_pristup .zarovnani .kroky .krok .nazev {
    padding-left: 80px;
  }
}
@media (max-width: 508px) {
  body main .smartim_pristup .zarovnani .kroky .krok .nazev {
    max-width: 285px;
    padding-left: 0px;
  }
}
body main .smartim_pristup .zarovnani .kroky .krok .popis {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #787A80;
  padding-top: 8px;
}
@media (max-width: 980px) {
  body main .smartim_pristup .zarovnani .kroky .krok .popis {
    padding-left: 80px;
  }
}
@media (max-width: 508px) {
  body main .smartim_pristup .zarovnani .kroky .krok .popis {
    max-width: 285px;
    padding-left: 0px;
  }
}
body main .smartim_pristup .zarovnani .kroky .krok:hover .krok_nadpis span {
  /*background-color: hsla(341, 91%, 57%, 0.12);
  border: solid 12px hsla(341, 91%, 57%, 0.059);*/
  background-image: url("../img/krok.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 116px;
  height: 116px;
  top: -30px;
  left: -30px;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 116px;
  letter-spacing: 1px;
  color: #F52F6E;
}
body main .co_umime .zarovnani {
  max-width: 1240px;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 507px;
  grid-gap: 20px;
}
@media (max-width: 980px) {
  body main .co_umime .zarovnani {
    grid-template-columns: 1fr 400px;
  }
}
@media (max-width: 820px) {
  body main .co_umime .zarovnani {
    grid-template-columns: 1fr 300px;
  }
}
@media (max-width: 720px) {
  body main .co_umime .zarovnani {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 508px) {
  body main .co_umime .zarovnani {
    max-width: 365px;
  }
}
body main .co_umime .zarovnani .content {
  padding-top: 86px;
}
@media (max-width: 720px) {
  body main .co_umime .zarovnani .content {
    padding-top: 0px;
  }
}
body main .co_umime .zarovnani .content h2 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1E212C;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  body main .co_umime .zarovnani .content h2 {
    text-align: center;
  }
}
@media (max-width: 508px) {
  body main .co_umime .zarovnani .content h2 {
    text-align: left;
  }
}
body main .co_umime .zarovnani .content h3 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-top: 8px;
  padding-bottom: 60px;
}
@media (max-width: 720px) {
  body main .co_umime .zarovnani .content h3 {
    text-align: center;
    padding-bottom: 30px;
  }
}
@media (max-width: 508px) {
  body main .co_umime .zarovnani .content h3 {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #1E212C;
    text-align: left;
    padding-bottom: 20px;
  }
}
body main .co_umime .zarovnani .content .sluzby {
  max-width: 422px;
  width: 100%;
}
@media (max-width: 720px) {
  body main .co_umime .zarovnani .content .sluzby {
    margin: 0px auto;
    max-width: 350px;
  }
}
body main .co_umime .zarovnani .content .sluzby h4 {
  margin-top: 23px;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-left: 46px;
  background-image: url("../img/plus_pink.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
  cursor: pointer;
}
body main .co_umime .zarovnani .content .sluzby h4.otevreno {
  background-image: url("../img/minus_pink.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
}
@media (max-width: 508px) {
  body main .co_umime .zarovnani .content .sluzby h4.otevreno {
    background-size: 12px;
  }
}
@media (max-width: 508px) {
  body main .co_umime .zarovnani .content .sluzby h4 {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1E212C;
    background-size: 12px;
    padding-left: 32px;
    margin-top: 10px;
  }
}
body main .co_umime .zarovnani .content .sluzby p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #787A80;
  padding-left: 46px;
  margin-bottom: 26px;
  margin-top: 13px;
  display: none;
}
body main .co_umime .zarovnani .content .sluzby p a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #787A80;
  text-decoration: none;
  background-image: url("../img/line_a.svg");
  background-repeat: repeat-x;
  background-size: initial;
  background-position-x: center;
  background-position-y: bottom;
}
body main .co_umime .zarovnani .content .sluzby p a:hover {
  background-image: none;
  color: #1E212C;
}
@media (max-width: 508px) {
  body main .co_umime .zarovnani .content .sluzby p {
    padding-left: 32px;
    margin-top: 9px;
  }
}
body main .co_umime .zarovnani .co_umime_obr {
  background-image: url("../img/nase_sluzby.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: bottom;
  width: 100%;
  height: 692px;
}
@media (max-width: 980px) {
  body main .co_umime .zarovnani .co_umime_obr {
    background-position-y: center;
  }
}
@media (max-width: 508px) {
  body main .co_umime .zarovnani .co_umime_obr {
    display: none;
  }
}
@media (max-width: 460px) {
  body main .co_umime .zarovnani .co_umime_obr {
    height: 600px;
  }
}
@media (max-width: 400px) {
  body main .co_umime .zarovnani .co_umime_obr {
    height: 500px;
  }
}
@media (max-width: 360px) {
  body main .co_umime .zarovnani .co_umime_obr {
    height: 450px;
  }
}
body main .reference {
  margin-top: 40px;
  background-color: #F4F5F6;
  padding-top: 80px;
  padding-bottom: 87px;
}
@media (max-width: 600px) {
  body main .reference {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 508px) {
  body main .reference {
    background-color: #fff;
    padding-top: 24px;
    margin-top: 0px;
  }
}
body main .reference .zarovnani {
  max-width: 1240px;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 508px) {
  body main .reference .zarovnani {
    max-width: 370px;
  }
}
body main .reference .zarovnani h2 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1E212C;
  text-transform: uppercase;
}
body main .reference .zarovnani .nadpis_nav {
  display: grid;
  grid-template-columns: 1fr 108px;
  grid-gap: 20px;
}
body main .reference .zarovnani .nadpis_nav h3 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-top: 8px;
  padding-bottom: 60px;
}
@media (max-width: 508px) {
  body main .reference .zarovnani .nadpis_nav h3 {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #1E212C;
    padding-bottom: 21px;
  }
}
body main .reference .zarovnani .nadpis_nav .nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
}
body main .reference .zarovnani .nadpis_nav .nav .prev {
  background-image: url("../img/reference_normal.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  transition: 300ms;
  display: block;
  width: 48px;
  height: 48px;
}
body main .reference .zarovnani .nadpis_nav .nav .prev:hover {
  transform: rotateZ(180deg);
  background-image: url("../img/smartim-sipka-hover.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body main .reference .zarovnani .nadpis_nav .nav .next {
  background-image: url("../img/reference_hover.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  transition: 300ms;
  display: block;
  width: 48px;
  height: 48px;
}
body main .reference .zarovnani .nadpis_nav .nav .next:hover {
  background-image: url("../img/smartim-sipka-hover.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  transform: rotateZ(0deg);
}
body main .reference .zarovnani .ref_wrap {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0px;
}
@media (max-width: 780px) {
  body main .reference .zarovnani .ref_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
body main .reference .zarovnani .ref_wrap .item {
  display: none;
  border-radius: 4px;
  padding: 16px;
}
body main .reference .zarovnani .ref_wrap .item:hover {
  background: #fff;
  box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, 0.03), 0px 12px 10px -6px rgba(154, 156, 165, 0.04), 0px 30px 24px -10px rgba(154, 156, 165, 0.05), 0px 80px 80px -20px rgba(154, 156, 165, 0.08);
}
body main .reference .zarovnani .ref_wrap .item:nth-child(1), body main .reference .zarovnani .ref_wrap .item:nth-child(2), body main .reference .zarovnani .ref_wrap .item:nth-child(3) {
  display: block;
}
@media (max-width: 780px) {
  body main .reference .zarovnani .ref_wrap .item:nth-child(3) {
    display: none;
  }
}
body main .reference .zarovnani .ref_wrap .item .obrazek {
  display: block;
  width: 100%;
  aspect-ratio: 0.85;
  border-radius: 4px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
body main .reference .zarovnani .ref_wrap .item h4 {
  margin-top: 16px;
}
body main .reference .zarovnani .ref_wrap .item h4 a {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1E212C;
  text-decoration: none;
}
body main .reference .zarovnani .ref_wrap .item h4 a:hover {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #F52F6E;
}
body main .reference .zarovnani .ref_wrap .item p {
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
}
body main .reference .zarovnani .ref_wrap .item p a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
  text-decoration: none;
}
body main .reference .zarovnani .pod_carou {
  margin-top: 58px;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #1E212C;
  text-align: center;
}
body main .reference .zarovnani .pod_carou a {
  display: inline-block;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #FFF;
  text-align: center;
  border-radius: 40px;
  background: #00C4B3;
  padding: 0px 40px;
  margin-left: 40px;
  text-decoration: none;
  transition: 500ms;
}
body main .reference .zarovnani .pod_carou a:hover {
  background-color: #F52F6E;
}
@media (max-width: 600px) {
  body main .reference .zarovnani .pod_carou a {
    display: block;
    margin: 10px auto;
  }
}
@media (max-width: 508px) {
  body main .reference .zarovnani .pod_carou {
    margin-top: 56px;
    text-align: left;
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #1E212C;
    padding-left: 16px;
  }
  body main .reference .zarovnani .pod_carou a {
    width: 194px;
    margin-right: auto;
    margin-left: 0px;
  }
}
/*@media (max-width: 950px) {
  body main .klienti {
    /*display: none;*/
  /*}
}*/
body main .klienti .zarovnani_nadpisu {
  padding-top: 90px;
  max-width: 1240px;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 58px;
}
@media (max-width: 980px) {
  body main .klienti .zarovnani_nadpisu {
    padding-top: 60px;
    padding-bottom: 35px;
  }
}
body main .klienti .zarovnani_nadpisu p {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #1E212C;
  text-transform: uppercase;
}
body main .klienti .zarovnani_nadpisu h2 {
  margin-top: 8px;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #1E212C;
}
@media (max-width: 980px) {
  body main .klienti .zarovnani_nadpisu h2 {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #1E212C;
  }
}
body main .klienti .zarovnani {
  max-width: 1240px;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  /*padding-top: 135px;*/
  text-align: center;
}
/*@media (max-width: 1240px) {
  body main .klienti .zarovnani {
    /*padding-top: 90px;*/
  /*}
}
@media (max-width: 1120px) {
  body main .klienti .zarovnani {
    /*padding-top: 45px;*/
  /*}
}*/
body main .klienti .zarovnani a {
  display: inline-block;
  margin: 0px 20px;
  height: 44px;
}
@media (max-width: 1330px) {
  body main .klienti .zarovnani a {
    margin: 0px 18px;
  }
}
@media (max-width: 1255px) {
  body main .klienti .zarovnani a {
    margin: 0px 15px;
  }
}
@media (max-width: 1190px) {
  body main .klienti .zarovnani a {
    margin: 0px 5px;
  }
}
@media (max-width: 1140px) {
  body main .klienti .zarovnani a {
    height: 34px;
  }
}
@media (max-width: 400px) {
  body main .klienti .zarovnani a {
    display: block;
    width: 100px;
    /*height: auto;*/
    margin: 20px auto;
  }
}
body main .klienti .zarovnani a img {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  filter: grayscale(100%);
  transition: 300ms;
}
body main .klienti .zarovnani a img:hover {
  filter: grayscale(0%);
}
body main .klienti .zarovnani a.vice_klientu {
  width: 48px;
  height: 48px;
  /*height: 11px;*/
  margin-left: 0px;
  background-image: url("../img/klienti_next.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body main .klienti .zarovnani a.vice_klientu:hover {
    background-image: url("../img/smartim-sipka-hover.svg");
}
body main .klienti .zarovnani a:first-child {
  margin-left: 0px;
}
@media (max-width: 400px) {
  body main .klienti .zarovnani a:first-child {
    display: block;
    width: 100px;
    height: auto;
    margin: 20px auto;
  }
}
body main .klienti .zarovnani a:last-child {
  margin-right: 0px;
}
@media (max-width: 400px) {
  body main .klienti .zarovnani a:last-child {
    display: block;
    width: 18px;
    height: 11px;
    margin: 20px auto;
  }
}
body main .klienti .zarovnani a.ikona {
  width: 149px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  filter: grayscale(100%);
  transition: 300ms;
}
body main .klienti .zarovnani a.ikona:hover, body main .klienti .zarovnani a.ikona.active {
  filter: grayscale(0%);
}
@media (max-width: 1140px) {
  body main .klienti .zarovnani a.ikona {
    width: 130px;
  }
}
@media (max-width: 1020px) {
  body main .klienti .zarovnani a.ikona {
    width: 120px;
  }
}
body main .co_na_nas_rikaji {
  position: relative;
}
body main .co_na_nas_rikaji.no_gray .bottom {
  background-color: white;
}
body main .co_na_nas_rikaji .bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 45px;
  background-color: #F4F5F6;
}
@media (max-width: 508px) {
  body main .co_na_nas_rikaji .bottom {
    background-color: white;
  }
}
body main .co_na_nas_rikaji .zarovnani {
  max-width: 1240px;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 495px;
  grid-gap: 135px;
}
@media (max-width: 1160px) {
  body main .co_na_nas_rikaji .zarovnani {
    grid-gap: 20px;
  }
}
@media (max-width: 1040px) {
  body main .co_na_nas_rikaji .zarovnani {
    grid-template-columns: 1fr 445px;
  }
}
@media (max-width: 980px) {
  body main .co_na_nas_rikaji .zarovnani {
    display: block;
  }
}
@media (max-width: 508px) {
  body main .co_na_nas_rikaji .zarovnani {
    max-width: 363px;
  }
}
@media (max-width: 980px) {
  body main .co_na_nas_rikaji .zarovnani .content {
    max-width: 600px;
    margin: 0px auto;
  }
}
body main .co_na_nas_rikaji .zarovnani .content h2 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1E212C;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  body main .co_na_nas_rikaji .zarovnani .content h2 {
    text-align: center;
  }
}
@media (max-width: 508px) {
  body main .co_na_nas_rikaji .zarovnani .content h2 {
    text-align: left;
  }
}
body main .co_na_nas_rikaji .zarovnani .content h3 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-top: 8px;
  padding-bottom: 60px;
  /*@media (max-width: 500px) {
      padding-bottom: 20px;
      @include pismo('Lato bold', normal, normal, 36px, 50px, 0px, #1E212C);
  }*/
}
@media (max-width: 980px) {
  body main .co_na_nas_rikaji .zarovnani .content h3 {
    text-align: center;
  }
}
@media (max-width: 508px) {
  body main .co_na_nas_rikaji .zarovnani .content h3 {
    text-align: left;
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #1E212C;
  }
}
body main .co_na_nas_rikaji .zarovnani .content .refky {
  max-width: 600px;
}
@media (max-width: 980px) {
  body main .co_na_nas_rikaji .zarovnani .content .refky {
    max-width: 100%;
  }
}
@media (max-width: 508px) {
  body main .co_na_nas_rikaji .zarovnani .content .refky {
    margin-top: 50px;
  }
}
body main .co_na_nas_rikaji .zarovnani .content .refky .refka {
  display: none;
}
body main .co_na_nas_rikaji .zarovnani .content .refky .refka .obrazek {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-image: url(".");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
body main .co_na_nas_rikaji .zarovnani .content .refky .refka .obr_jmeno {
  display: grid;
  grid-template-columns: 72px 1fr;
  grid-gap: 37px;
}
@media (max-width: 508px) {
  body main .co_na_nas_rikaji .zarovnani .content .refky .refka .obr_jmeno .jmeno_spol p {
    margin-top: 24px;
    display: inline-block;
  }
  body main .co_na_nas_rikaji .zarovnani .content .refky .refka .obr_jmeno .jmeno_spol p.jmeno {
    margin-right: 23px;
  }
  body main .co_na_nas_rikaji .zarovnani .content .refky .refka .obr_jmeno .jmeno_spol p.spolecnost {
    white-space: nowrap;
  }
}
body main .co_na_nas_rikaji .zarovnani .content .refky .refka p {
  margin-top: 24px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #424551;
}
body main .co_na_nas_rikaji .zarovnani .content .refky .refka p.jmeno {
  margin-top: 10px;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1E212C;
}
body main .co_na_nas_rikaji .zarovnani .content .refky .refka p.spolecnost {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
  margin-top: 4px;
}
body main .co_na_nas_rikaji .zarovnani .content .refky .refka p a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #424551;
  text-decoration: none;
  border-bottom: 1px dashed #424551;
}
body main .co_na_nas_rikaji .zarovnani .content .refky .refka p a:hover {
  border-bottom: none;
}
body main .co_na_nas_rikaji .zarovnani .content .refky .refka:nth-child(1) {
  display: block;
}
body main .co_na_nas_rikaji .zarovnani .content .refky .nav {
  margin-left: calc(100% - 100px);
  display: grid;
  grid-template-columns: repeat(2, 48px);
  grid-gap: 4px;
}
body main .co_na_nas_rikaji .zarovnani .content .refky .nav .prev {
  background-image: url("../img/reference_normal.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  transition: 300ms;
  display: block;
  width: 48px;
  height: 48px;
}
body main .co_na_nas_rikaji .zarovnani .content .refky .nav .prev:hover {
  transform: rotateZ(180deg);
  background-image: url("../img/smartim-sipka-hover.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body main .co_na_nas_rikaji .zarovnani .content .refky .nav .next {
  background-image: url("../img/reference_hover.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  transition: 300ms;
  display: block;
  width: 48px;
  height: 48px;
}
body main .co_na_nas_rikaji .zarovnani .content .refky .nav .next:hover {
  background-image: url("../img/smartim-sipka-hover.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
@media (max-width: 508px) {
  body main .co_na_nas_rikaji .zarovnani .content .refky .nav {
    position: absolute;
    top: 100px;
    right: calc(50% - 48px);
  }
}
body main .co_na_nas_rikaji .zarovnani .porada {
  width: 100%;
  aspect-ratio: 0.9;
  border-radius: 4px;
  background-image: url("../img/porada.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
@media (max-width: 980px) {
  body main .co_na_nas_rikaji .zarovnani .porada {
    max-width: 600px;
    margin: 0px auto;
    margin-top: 20px;
  }
}
@media (max-width: 508px) {
  body main .co_na_nas_rikaji .zarovnani .porada {
    aspect-ratio: 1.8;
  }
}
body main .blog {
  background-color: #F4F5F6;
  padding-top: 33px;
  padding-bottom: 80px;
}
@media (max-width: 508px) {
  body main .blog {
    background-color: white;
    padding-top: 95px;
  }
}
body main .blog.bckgwhite {
  background-color: white;
}
body main .blog.bckgwhite .blog_wrap {
  margin-top: 0px !important;
}
body main .blog .zarovnani {
  max-width: 1240px;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 580px) {
  body main .blog .zarovnani {
    text-align: center;
  }
}
@media (max-width: 508px) {
  body main .blog .zarovnani {
    max-width: 363px;
  }
}
body main .blog .zarovnani h2 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1E212C;
  text-transform: uppercase;
}
@media (max-width: 508px) {
  body main .blog .zarovnani h2 {
    text-align: left;
  }
}
body main .blog .zarovnani .headers_cta {
  display: grid;
  grid-template-columns: 1fr 152px;
  grid-gap: 20px;
  height: 60px;
  align-items: end;
}
@media (max-width: 580px) {
  body main .blog .zarovnani .headers_cta {
    display: block;
    height: auto;
  }
}
body main .blog .zarovnani .headers_cta h3 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-top: 8px;
}
@media (max-width: 508px) {
  body main .blog .zarovnani .headers_cta h3 {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #1E212C;
    text-align: left;
  }
}
body main .blog .zarovnani .headers_cta a {
  width: 152px;
  height: 44px;
  border-radius: 40px;
  border: 1px solid #F52F6E;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0.5px;
  color: #F52F6E;
  text-align: center;
  text-decoration: none;
  transition: 300ms;
}
body main .blog .zarovnani .headers_cta a:hover {
  background-color: #F52F6E;
  color: white;
}
@media (max-width: 580px) {
  body main .blog .zarovnani .headers_cta a {
    display: block;
    margin: 10px auto;
  }
}
body main .blog .zarovnani .blog_wrap_mobile {
  display: none;
}
@media (max-width: 508px) {
  body main .blog .zarovnani .blog_wrap_mobile {
    display: block;
    margin-top: 31px;
    padding-bottom: 25px;
  }
  body main .blog .zarovnani .blog_wrap_mobile .clanek {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-column-gap: 14px;
    margin-bottom: 35px;
  }
  body main .blog .zarovnani .blog_wrap_mobile .clanek .obrazek {
    border-radius: 4px;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    display: block;
    margin: 0px auto;
    width: 100px;
    height: 100px;
    border: none;
  }
  body main .blog .zarovnani .blog_wrap_mobile .clanek .obsah .top {
    text-align: left;
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #787A80;
  }
  body main .blog .zarovnani .blog_wrap_mobile .clanek .obsah .bottom h3 a {
    text-align: left;
    display: block;
    margin: 0px auto;
    width: 100%;
    height: auto;
    border: none;
    border-radius: none;
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1E212C;
    text-decoration: none;
  }
  body main .blog .zarovnani .blog_wrap_mobile .clanek .obsah .bottom h3 a:hover {
    text-decoration: underline;
    background-color: transparent;
  }
  body main .blog .zarovnani .blog_wrap_mobile .clanek .obsah .bottom .cist_vice {
    position: relative;
    text-align: left;
    display: block;
    margin: 0px;
    width: 129px;
    height: 26px;
    border: none;
    border-radius: none;
  }
  body main .blog .zarovnani .blog_wrap_mobile .clanek .obsah .bottom .cist_vice em {
    display: inline-block;
    vertical-align: middle;
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1E212C;
  }
  body main .blog .zarovnani .blog_wrap_mobile .clanek .obsah .bottom .cist_vice i {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../img/sipka_vpravo_ruzova.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    width: 24px;
    height: 24px;
    margin-left: 8px;
  }
  body main .blog .zarovnani .blog_wrap_mobile .clanek .obsah .bottom .cist_vice:hover {
    text-decoration: underline;
    background-color: transparent;
  }
}
body main .blog .zarovnani .blog_wrap {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media (max-width: 720px) {
  body main .blog .zarovnani .blog_wrap {
    display: block;
  }
}
@media (max-width: 508px) {
  body main .blog .zarovnani .blog_wrap {
    display: none;
  }
}
body main .blog .zarovnani .blog_wrap .item {
  text-decoration: none;
  position: relative;
  aspect-ratio: 1;
  border-radius: 4px;
  border: 1px solid #E5E8ED;
  background: #FFF;
  background-image: none;
  box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, 0.03), 0px 12px 10px -6px rgba(154, 156, 165, 0.04), 0px 30px 24px -10px rgba(154, 156, 165, 0.05), 0px 80px 80px -20px rgba(154, 156, 165, 0.08);
}
@media (max-width: 920px) {
  body main .blog .zarovnani .blog_wrap .item {
    aspect-ratio: 0.8;
  }
}
@media (max-width: 800px) {
  body main .blog .zarovnani .blog_wrap .item {
    aspect-ratio: 0.6;
  }
}
@media (max-width: 720px) {
  body main .blog .zarovnani .blog_wrap .item {
    display: block;
    width: 100%;
    max-width: 300px;
    aspect-ratio: 0.9;
    margin: 10px auto;
  }
}
body main .blog .zarovnani .blog_wrap .item .pozadi {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  opacity: 0;
  transition: 400ms;
}
body main .blog .zarovnani .blog_wrap .item .wrapik {
  padding: 40px;
  position: relative;
  height: 100%;
  display: block;
}
@media (max-width: 920px) {
  body main .blog .zarovnani .blog_wrap .item .wrapik {
    padding: 20px;
  }
}
body main .blog .zarovnani .blog_wrap .item .wrapik .kampan {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
}
body main .blog .zarovnani .blog_wrap .item .wrapik .nazev {
  display: block;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1E212C;
  margin-top: 16px;
}
body main .blog .zarovnani .blog_wrap .item .wrapik .cist_vice {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
body main .blog .zarovnani .blog_wrap .item .wrapik .cist_vice em {
  display: inline-block;
  vertical-align: middle;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1E212C;
}
body main .blog .zarovnani .blog_wrap .item .wrapik .cist_vice i {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/sipka_vpravo_ruzova.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
body main .blog .zarovnani .blog_wrap .item:hover {
  box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, 0.05), 0px 12px 10px -6px rgba(154, 156, 165, 0.08), 0px 30px 24px -10px rgba(154, 156, 165, 0.1), 0px 80px 80px -20px rgba(154, 156, 165, 0.16);
}
body main .blog .zarovnani .blog_wrap .item:hover .pozadi {
  opacity: 1;
}
body main .blog .zarovnani .blog_wrap .item:hover .wrapik {
  border-radius: 4px;
  background: rgba(30, 33, 44, 0.6);
}
body main .blog .zarovnani .blog_wrap .item:hover .wrapik .kampan {
  color: white;
}
body main .blog .zarovnani .blog_wrap .item:hover .wrapik .nazev {
  color: white;
}
body main .blog .zarovnani .blog_wrap .item:hover .wrapik .cist_vice em {
  color: white;
}
body main .blog .zarovnani .blog_wrap .item:hover .wrapik .cist_vice i {
  background-image: url("../img/sipka_vpravo_bila.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
body main .kurzy {
  padding-top: 120px;
}
@media (max-width: 1020px) {
  body main .kurzy {
    padding-top: 40px;
  }
}
@media (max-width: 508px) {
  body main .kurzy {
    padding-top: 20px;
  }
}
body main .kurzy .zarovnani {
  max-width: 1240px;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 270px 1fr;
  grid-gap: 200px;
}
@media (max-width: 1180px) {
  body main .kurzy .zarovnani {
    grid-gap: 80px;
  }
}
@media (max-width: 1020px) {
  body main .kurzy .zarovnani {
    grid-gap: 40px;
  }
}
@media (max-width: 980px) {
  body main .kurzy .zarovnani {
    display: block;
    text-align: center;
  }
}
@media (max-width: 508px) {
  body main .kurzy .zarovnani {
    max-width: 363px;
    text-align: left;
  }
}
body main .kurzy .zarovnani .nadpisy h2 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1E212C;
  text-transform: uppercase;
}
body main .kurzy .zarovnani .nadpisy h3 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-top: 8px;
}
@media (max-width: 508px) {
  body main .kurzy .zarovnani .nadpisy h3 {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #1E212C;
  }
}
body main .kurzy .zarovnani .kurzy_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 48px;
  grid-gap: 18px;
  margin-top: 36px;
}
@media (max-width: 660px) {
  body main .kurzy .zarovnani .kurzy_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
body main .kurzy .zarovnani .kurzy_wrap a {
  max-width: 130px;
  text-decoration: none;
  transition: 300ms;
  height: 74px;
}
@media (max-width: 660px) {
  body main .kurzy .zarovnani .kurzy_wrap a {
    height: auto;
    margin: 0px auto;
  }
}
@media (max-width: 508px) {
  body main .kurzy .zarovnani .kurzy_wrap a {
    margin-left: 0px;
  }
}
body main .kurzy .zarovnani .kurzy_wrap a .obrazek {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: left;
  background-position-y: center;
  width: 100%;
  height: 33px;
  display: block;
  filter: grayscale(100%);
}
@media (max-width: 980px) {
  body main .kurzy .zarovnani .kurzy_wrap a .obrazek {
    background-position-x: center;
  }
}
@media (max-width: 508px) {
  body main .kurzy .zarovnani .kurzy_wrap a .obrazek {
    background-position-x: left;
  }
}
body main .kurzy .zarovnani .kurzy_wrap a .obsah {
  display: block;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #1E212C;
  margin-top: 13px;
}
body main .kurzy .zarovnani .kurzy_wrap a:hover .obrazek {
  filter: grayscale(0%);
}
body main .kurzy .zarovnani .kurzy_wrap a.vice_kurzu {
  background-image: url("../img/sipka_vpravo_ruzova.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body main .kurzy .zarovnani .kurzy_wrap a.vice_kurzu:hover {
    background-image: url("../img/smartim-sipka-hover.svg");
}
@media (max-width: 660px) {
  body main .kurzy .zarovnani .kurzy_wrap a.vice_kurzu {
    grid-column: span 2;
    width: 48px;
    height: 48px;
    display: block;
  }
}
@media (max-width: 508px) {
  body main .kurzy .zarovnani .kurzy_wrap a.vice_kurzu {
    display: none;
  }
}
body main .nas_tym {
  padding-top: 60px;
}
@media (max-width: 508px) {
  body main .nas_tym {
    padding-top: 0px;
  }
}
body main .nas_tym .zarovnani {
  max-width: 1240px;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 390px 1fr;
  grid-gap: 105px;
}
@media (max-width: 1320px) {
  body main .nas_tym .zarovnani {
    grid-gap: 50px;
  }
}
@media (max-width: 1040px) {
  body main .nas_tym .zarovnani {
    grid-template-columns: 340px 1fr;
  }
}
@media (max-width: 980px) {
  body main .nas_tym .zarovnani {
    display: block;
  }
}
@media (max-width: 508px) {
  body main .nas_tym .zarovnani {
    max-width: 363px;
    text-align: left;
  }
}
body main .nas_tym .zarovnani .porada_2 {
  width: 100%;
  aspect-ratio: 0.89;
  border-radius: 4px;
  background-image: url("../img/porada_2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
@media (max-width: 980px) {
  body main .nas_tym .zarovnani .porada_2 {
    max-width: 390px;
    margin: 0px auto;
  }
}
@media (max-width: 508px) {
  body main .nas_tym .zarovnani .porada_2 {
    display: none;
  }
}
body main .nas_tym .zarovnani .porada_2.mobile {
  display: none;
}
@media (max-width: 508px) {
  body main .nas_tym .zarovnani .porada_2.mobile {
    display: block;
    aspect-ratio: 1.48;
  }
}
@media (max-width: 980px) {
  body main .nas_tym .zarovnani .content {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  body main .nas_tym .zarovnani .content {
    margin-top: 50px;
  }
}
body main .nas_tym .zarovnani .content .headers_cta {
  display: grid;
  grid-template-columns: 1fr 152px;
  grid-gap: 20px;
}
@media (max-width: 1000px) {
  body main .nas_tym .zarovnani .content .headers_cta {
    grid-gap: 10px;
  }
}
@media (max-width: 600px) {
  body main .nas_tym .zarovnani .content .headers_cta {
    display: block;
  }
}
body main .nas_tym .zarovnani .content .headers_cta h2 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1E212C;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  body main .nas_tym .zarovnani .content .headers_cta h2 {
    text-align: center;
  }
}
@media (max-width: 508px) {
  body main .nas_tym .zarovnani .content .headers_cta h2 {
    text-align: left;
    width: 200px;
  }
}
body main .nas_tym .zarovnani .content .headers_cta h3 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-top: 8px;
}
@media (max-width: 600px) {
  body main .nas_tym .zarovnani .content .headers_cta h3 {
    text-align: center;
  }
}
@media (max-width: 508px) {
  body main .nas_tym .zarovnani .content .headers_cta h3 {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #1E212C;
    text-align: left;
    padding-bottom: 20px;
  }
}
body main .nas_tym .zarovnani .content .headers_cta a {
  width: 152px;
  height: 44px;
  border-radius: 40px;
  border: 1px solid #00C4B3;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0.5px;
  color: #00C4B3;
  text-align: center;
  text-decoration: none;
  transition: 300ms;
}
body main .nas_tym .zarovnani .content .headers_cta a:hover {
  background-color: #00C4B3;
  color: white;
}
@media (max-width: 600px) {
  body main .nas_tym .zarovnani .content .headers_cta a {
    display: block;
    margin: 10px auto;
  }
}
@media (max-width: 508px) {
  body main .nas_tym .zarovnani .content .headers_cta a {
    display: none;
  }
}
body main .nas_tym .zarovnani .content .tym {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 25px;
  margin-top: 83px;
}
@media (max-width: 1280px) {
  body main .nas_tym .zarovnani .content .tym {
    grid-column-gap: 20px;
  }
}
@media (max-width: 1160px) {
  body main .nas_tym .zarovnani .content .tym {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 60px;
  }
}
@media (max-width: 1040px) {
  body main .nas_tym .zarovnani .content .tym {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  body main .nas_tym .zarovnani .content .tym {
    display: block;
  }
}
@media (max-width: 508px) {
  body main .nas_tym .zarovnani .content .tym {
    margin-top: 33px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
  }
}
body main .nas_tym .zarovnani .content .tym a {
  cursor: pointer;
  text-decoration: none;
  transition: 300ms;
}
@media (max-width: 600px) {
  body main .nas_tym .zarovnani .content .tym a {
    display: block;
    margin: 10px auto;
    width: 100%;
    max-width: 210px;
  }
}
@media (max-width: 508px) {
  body main .nas_tym .zarovnani .content .tym a {
    margin: 0px;
    max-width: 100%;
  }
}
body main .nas_tym .zarovnani .content .tym a.cely_tym {
  display: none;
}
body main .nas_tym .zarovnani .content .tym a i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  background-image: url("../img/plus_pink.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
@media (max-width: 508px) {
  body main .nas_tym .zarovnani .content .tym a i {
    width: 12px;
    height: 12px;
    margin-right: 8px;
  }
}
body main .nas_tym .zarovnani .content .tym a em {
  display: inline-block;
  vertical-align: middle;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #1E212C;
}
@media (max-width: 508px) {
  body main .nas_tym .zarovnani .content .tym a em {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #1E212C;
  }
}
body main .nas_tym .zarovnani .content .tym a:hover i, body main .nas_tym .zarovnani .content .tym a.pridej i {
  background-image: url("../img/plus_tmave.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
@media (max-width: 508px) {
  body main .nas_tym .zarovnani .content .tym a.cely_tym {
    display: block;
  }
  body main .nas_tym .zarovnani .content .tym a.cely_tym i {
    background-image: url("../img/tym.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
  }
}
body main .nas_tym .zarovnani .content .tym .popup_zamestnanec {
  display: none;
  position: fixed;
  width: 550px;
  height: 606px;
  top: calc(50% - 303px);
  left: calc(50% - 275px);
  z-index: 999;
  background: linear-gradient(0deg, #F0F0F0 0%, #F0F0F0 100%), linear-gradient(0deg, #F0F0F0 0%, #F0F0F0 100%), #F0F0F0;
  padding: 54px 51px;
}
body main .nas_tym .zarovnani .content .tym .popup_zamestnanec .zavrit_popup_zamestnanec {
  position: absolute;
  top: 54px;
  right: 51px;
  width: 27px;
  height: 27px;
  cursor: pointer;
  background-image: url("../img/zavrit_popup.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  transition: 300ms;
}
body main .nas_tym .zarovnani .content .tym .popup_zamestnanec .zavrit_popup_zamestnanec:hover {
  transform: scale(1.05);
}
body main .nas_tym .zarovnani .content .tym .popup_zamestnanec h3 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-top: 18px;
  padding-bottom: 2px;
}
body main .nas_tym .zarovnani .content .tym .popup_zamestnanec p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-top: 9px;
  text-transform: initial;
}
body main .nas_tym .zarovnani .content .tym .popup_zamestnanec p a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1E212C;
  text-decoration: none;
  opacity: 0.6;
  transition: 300ms;
}
body main .nas_tym .zarovnani .content .tym .popup_zamestnanec p a:hover {
  opacity: 1;
}
body main .nas_tym .zarovnani .content .tym .popup_zamestnanec .fotka {
  display: block;
  width: 236px;
  height: 281.971px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  margin-top: 18px;
}
@media (max-width: 600px) {
  body main .nas_tym .zarovnani .content .tym .popup_zamestnanec {
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
  }
}
body main .chcete_s_nami_spolupracovat.odsazeni_shora {
  padding-top: 179px;
  padding-bottom: 108px;
}
@media (max-width: 980px) {
  body main .chcete_s_nami_spolupracovat.odsazeni_shora {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
@media (max-width: 508px) {
  body main .chcete_s_nami_spolupracovat {
    padding-top: 27px;
  }
}
body main .chcete_s_nami_spolupracovat .zarovnani {
  max-width: 1240px;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 508px) {
  body main .chcete_s_nami_spolupracovat .zarovnani {
    max-width: 370px;
    text-align: left;
  }
}
body main .chcete_s_nami_spolupracovat .zarovnani h2 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-bottom: 79px;
  text-align: center;
}
@media (max-width: 1260px) {
  body main .chcete_s_nami_spolupracovat .zarovnani h2 {
    padding-bottom: 30px;
  }
}
body main .chcete_s_nami_spolupracovat .zarovnani .kontakty {
  display: grid;
  grid-template-columns: 1fr 470px 1fr;
  grid-gap: 22px;
}
@media (max-width: 1260px) {
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty {
    grid-template-columns: 1fr 420px 1fr;
    grid-gap: 20px;
  }
}
@media (max-width: 1200px) {
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty {
    grid-template-columns: 1fr 410px 1fr;
  }
}
@media (max-width: 1150px) {
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty {
    grid-template-columns: 1fr 370px 1fr;
  }
}
@media (max-width: 1060px) {
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty {
    grid-template-columns: 1fr 370px 1fr;
    grid-gap: 10px;
  }
}
@media (max-width: 1040px) {
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty {
    display: block;
  }
}
@media (max-width: 508px) {
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty {
    text-align: left;
  }
}
body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .mobil {
  height: 176px;
}
body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .mobil p {
  width: calc(100% - 1px);
  float: left;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 176px;
  letter-spacing: 0px;
  color: #1E212C;
  background-image: url("../img/telefon.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
  padding-left: 35px;
}
body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .mobil p a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 176px;
  letter-spacing: 0px;
  color: #1E212C;
  text-decoration: none;
}
body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .mobil p a:hover {
  text-decoration: underline;
}
@media (max-width: 1150px) {
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .mobil p {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 176px;
    letter-spacing: 0px;
    color: #1E212C;
  }
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .mobil p a {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 176px;
    letter-spacing: 0px;
    color: #1E212C;
  }
}
@media (max-width: 1040px) {
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .mobil p {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: 0px;
    color: #1E212C;
  }
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .mobil p a {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: 0px;
    color: #1E212C;
  }
}
body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .mobil::after {
  content: "";
  display: block;
  width: 1px;
  height: 176px;
  background: linear-gradient(315deg, rgba(218, 219, 221, 0) 0%, rgba(218, 219, 221, 0.5) 12.33%, #DADBDD 51.91%, rgba(218, 219, 221, 0.5) 87.85%, rgba(218, 219, 221, 0) 100%);
  float: left;
}
@media (max-width: 1040px) {
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .mobil::after {
    display: none;
  }
}
@media (max-width: 1040px) {
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .mobil {
    display: block;
    margin: 10px auto;
    max-width: 250px;
    height: auto;
    clear: both;
    float: none;
  }
}
@media (max-width: 508px) {
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .mobil {
    text-align: left;
    margin-top: 8px;
    margin-left: 0px;
  }
}
body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .adresa {
  height: 176px;
}
body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .adresa p {
  width: calc(100% - 1px - 32px);
  float: left;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 176px;
  letter-spacing: 0px;
  color: #1E212C;
  background-image: url("../img/adresa.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
  padding-left: 35px;
  margin-left: 32px;
}
body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .adresa p a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 176px;
  letter-spacing: 0px;
  color: #1E212C;
  text-decoration: underline;
}
body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .adresa p a:hover {
  text-decoration: none;
}
@media (max-width: 1260px) {
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .adresa p {
    margin-left: 0px;
    margin-right: 5px;
  }
}
@media (max-width: 1150px) {
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .adresa p {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 176px;
    letter-spacing: 0px;
    color: #1E212C;
  }
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .adresa p a {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 176px;
    letter-spacing: 0px;
    color: #1E212C;
  }
}
@media (max-width: 1040px) {
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .adresa p {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: 0px;
    color: #1E212C;
  }
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .adresa p a {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: 0px;
    color: #1E212C;
  }
}
@media (max-width: 508px) {
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .adresa p {
    text-align: left;
    margin-top: 8px;
    margin-left: 0px;
  }
}
@media (max-width: 420px) {
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .adresa p {
    width: 100%;
  }
}
body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .adresa::after {
  content: "";
  display: block;
  width: 1px;
  height: 176px;
  background: linear-gradient(315deg, rgba(218, 219, 221, 0) 0%, rgba(218, 219, 221, 0.5) 12.33%, #DADBDD 51.91%, rgba(218, 219, 221, 0.5) 87.85%, rgba(218, 219, 221, 0) 100%);
  float: left;
}
@media (max-width: 1040px) {
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .adresa::after {
    display: none;
  }
}
@media (max-width: 1040px) {
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .adresa {
    display: block;
    margin: 10px auto;
    max-width: 365px;
    height: auto;
    clear: both;
    float: none;
  }
}
body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .napiste_nam {
  height: 176px;
  display: grid;
  grid-template-columns: 175px 1fr;
  grid-gap: 45px;
  align-items: center;
}
body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .napiste_nam .cta {
  display: block;
  width: 100%;
  height: 52px;
  background-color: #F52F6E;
  border-radius: 40px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 52px;
  letter-spacing: 0.5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: 500ms;
}
body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .napiste_nam .cta:hover {
  background-color: #00C4B3;
  text-decoration: none;
}
body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .napiste_nam a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 176px;
  letter-spacing: 0px;
  color: #1E212C;
  text-decoration: none;
}
body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .napiste_nam a:hover {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .napiste_nam {
    grid-gap: 20px;
  }
}
@media (max-width: 1150px) {
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .napiste_nam .cta {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 52px;
    letter-spacing: 0.5px;
    color: #fff;
  }
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .napiste_nam a {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 176px;
    letter-spacing: 0px;
    color: #1E212C;
  }
}
@media (max-width: 1040px) {
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .napiste_nam a {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: 0px;
    color: #1E212C;
  }
}
@media (max-width: 1040px) {
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .napiste_nam {
    display: block;
    margin: 10px auto;
    max-width: 365px;
    height: auto;
    clear: both;
    float: none;
    text-align: center;
  }
}
@media (max-width: 508px) {
  body main .chcete_s_nami_spolupracovat .zarovnani .kontakty .napiste_nam {
    display: grid;
    grid-template-columns: 175px 1fr;
    grid-gap: 30px;
    padding-top: 30px;
    text-align: left;
  }
}
body footer {
  background: #1E212C;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 508px) {
  body footer {
    padding-top: 53px;
  }
}
body footer .zarovnani {
  max-width: 1240px;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body footer .zarovnani .content {
  display: grid;
  grid-template-columns: 206px 1fr 192px 286px;
  grid-gap: 138px;
}
@media (max-width: 1250px) {
  body footer .zarovnani .content {
    grid-gap: 80px;
  }
}
@media (max-width: 1160px) {
  body footer .zarovnani .content {
    grid-gap: 40px;
  }
}
@media (max-width: 980px) {
  body footer .zarovnani .content {
    grid-template-columns: 206px 1fr 192px;
  }
}
@media (max-width: 640px) {
  body footer .zarovnani .content {
    grid-template-columns: 206px 1fr;
  }
}
@media (max-width: 508px) {
  body footer .zarovnani .content {
    display: block;
    max-width: 368px;
    width: 100%;
    margin: 0px auto;
  }
}
body footer .zarovnani .content .kontakt h2 {
  text-transform: uppercase;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #fff;
}
body footer .zarovnani .content .kontakt p {
  padding-top: 16px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
}
body footer .zarovnani .content .kontakt p a {
  text-decoration: none;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  opacity: 0.6;
  transition: 300ms;
}
body footer .zarovnani .content .kontakt p a:hover {
  opacity: 1;
}
body footer .zarovnani .content .odkazy h2 {
  text-transform: uppercase;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #fff;
}
body footer .zarovnani .content .odkazy ul {
  list-style: none;
  margin-left: 0px;
  padding-top: 16px;
}
body footer .zarovnani .content .odkazy ul li a {
  text-decoration: none;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  opacity: 0.6;
  transition: 300ms;
}
body footer .zarovnani .content .odkazy ul li a:hover {
  opacity: 1;
}
@media (max-width: 980px) {
  body footer .zarovnani .content .odkazy {
    text-align: center;
  }
}
@media (max-width: 640px) {
  body footer .zarovnani .content .odkazy {
    text-align: right;
  }
}
@media (max-width: 508px) {
  body footer .zarovnani .content .odkazy {
    float: left;
    width: 64px;
    text-align: left;
    margin-top: 31px;
  }
}
body footer .zarovnani .content .sledujte_nas h2 {
  text-transform: uppercase;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #fff;
}
body footer .zarovnani .content .sledujte_nas .odkazy {
  display: grid;
  grid-template-columns: repeat(5, 32px);
  grid-gap: 8px;
  margin-top: 24px;
}
body footer .zarovnani .content .sledujte_nas .odkazy a {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.12);
  transition: 300ms;
}
body footer .zarovnani .content .sledujte_nas .odkazy a .icon {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body footer .zarovnani .content .sledujte_nas .odkazy a:hover {
  background-color: white;
}
body footer .zarovnani .content .sledujte_nas .odkazy a:hover .icon {
  filter: invert(34%) sepia(90%) saturate(4335%) hue-rotate(324deg) brightness(99%) contrast(94%);
}
@media (max-width: 508px) {
  body footer .zarovnani .content .sledujte_nas {
    float: left;
    width: calc(100% - 97px - 64px);
    text-align: left;
    margin-top: 31px;
    margin-left: 97px;
  }
}
body footer .zarovnani .content .newsletter h2 {
  text-transform: uppercase;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #fff;
}
body footer .zarovnani .content .newsletter form {
  margin-top: 24px;
}
body footer .zarovnani .content .newsletter form .ulozen {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0px;
  color: rgb(17, 95, 15);
  padding-top: 12px;
}
body footer .zarovnani .content .newsletter form .inputs {
  width: 100%;
  height: 36px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
  display: grid;
  grid-template-columns: 1fr 28px;
}
body footer .zarovnani .content .newsletter form .inputs input {
  background-color: transparent;
  outline: none;
}
body footer .zarovnani .content .newsletter form .inputs input[type=text] {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  padding-left: 12px;
}
body footer .zarovnani .content .newsletter form .inputs input[type=text]::-moz-placeholder {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #fff;
  opacity: 0.6;
}
body footer .zarovnani .content .newsletter form .inputs input[type=text]::placeholder {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #fff;
  opacity: 0.6;
}
body footer .zarovnani .content .newsletter form .inputs input[type=submit] {
  background-image: url("../img/sipka_newsletter.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  height: 34px;
}
body footer .zarovnani .content .newsletter form .inputs input[type=submit]:hover {
  background-color: #F52F6E;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
body footer .zarovnani .content .newsletter p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #fff;
  padding-top: 12px;
}
@media (max-width: 508px) {
  body footer .zarovnani .content .newsletter p {
    max-width: 285px;
  }
}
@media (max-width: 980px) {
  body footer .zarovnani .content .newsletter {
    grid-column: span 3;
    max-width: 320px;
    margin: 0px auto;
  }
}
@media (max-width: 640px) {
  body footer .zarovnani .content .newsletter {
    grid-column: span 1;
  }
}
@media (max-width: 508px) {
  body footer .zarovnani .content .newsletter {
    clear: both;
    float: none;
    width: 100%;
    padding-top: 28px;
    max-width: 100%;
  }
}
body footer .zarovnani .copy_to_up {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-top: 10px;
}
body footer .zarovnani .copy_to_up .copy p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #fff;
  padding-bottom: 3px;
}
body footer .zarovnani .copy_to_up .copy p a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #fff;
}
body footer .zarovnani .copy_to_up .copy p a:hover {
  text-decoration: none;
}
body footer .zarovnani .copy_to_up .copy p i {
  display: inline-block;
  background-image: url("../img/s_laskou.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 16px;
  height: 18px;
  vertical-align: bottom;
}
@media (max-width: 508px) {
  body footer .zarovnani .copy_to_up .copy {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
body footer .zarovnani .copy_to_up .to_up {
  text-align: right;
  cursor: pointer;
  transition: 300ms;
}
body footer .zarovnani .copy_to_up .to_up p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
  padding-right: 16px;
}
@media (max-width: 508px) {
  body footer .zarovnani .copy_to_up .to_up p {
    padding-top: 10px;
    vertical-align: top;
  }
}
body footer .zarovnani .copy_to_up .to_up i {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../img/nahoru.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  transition: 300ms;
}
body footer .zarovnani .copy_to_up .to_up:hover i {
  transform: translateY(-5px);
}
@media (max-width: 508px) {
  body footer .zarovnani .copy_to_up .to_up {
    position: absolute;
    top: 0px;
    right: 60px;
  }
}
@media (max-width: 508px) {
  body footer .zarovnani .copy_to_up {
    display: block;
    max-width: 368px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
  }
}
body.subpage header {
  width: 100%;
  height: auto;
  position: relative;
}
body.subpage header.reference_detail_header {
  width: 100%;
  height: 1080px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
@media (max-width: 508px) {
  body.subpage header.reference_detail_header {
    height: auto;
    padding-bottom: 100px;
  }
}
body.subpage header.reference_detail_header .stinidlo {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  opacity: 0.6;
  background: #1E212C;
  position: absolute;
  top: 0px;
  left: 0px;
}
body.subpage header.reference_detail_header .obsah_v_hlavicce .zarovnani {
  max-width: 1230px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding-top: 74px;
}
body.subpage header.reference_detail_header .obsah_v_hlavicce .zarovnani .top_kat_socky {
  display: grid;
  grid-template-columns: 1fr 192px;
  grid-gap: 20px;
}
@media (max-width: 508px) {
  body.subpage header.reference_detail_header .obsah_v_hlavicce .zarovnani .top_kat_socky {
    grid-template-columns: 1fr;
  }
}
body.subpage header.reference_detail_header .obsah_v_hlavicce .zarovnani .top_kat_socky .kat .datum {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  opacity: 0.5;
  display: inline-block;
  vertical-align: middle;
}
body.subpage header.reference_detail_header .obsah_v_hlavicce .zarovnani .top_kat_socky .kat .kategorie {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 508px) {
  body.subpage header.reference_detail_header .obsah_v_hlavicce .zarovnani .top_kat_socky .kat {
    text-align: center;
  }
}
body.subpage header.reference_detail_header .obsah_v_hlavicce .zarovnani .top_kat_socky .socky {
  display: grid;
  grid-template-columns: repeat(5, 32px);
  grid-gap: 8px;
}
body.subpage header.reference_detail_header .obsah_v_hlavicce .zarovnani .top_kat_socky .socky a {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: solid 1px rgba(255, 255, 255, 0.4);
  transition: 400ms;
}
body.subpage header.reference_detail_header .obsah_v_hlavicce .zarovnani .top_kat_socky .socky a.facebook i {
  background-image: url("../img/facebook.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 29px;
  height: 32px;
  display: block;
  opacity: 0.4;
}
body.subpage header.reference_detail_header .obsah_v_hlavicce .zarovnani .top_kat_socky .socky a.twitter i {
  background-image: url("../img/twitter.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 31px;
  height: 30px;
  display: block;
  opacity: 0.4;
}
body.subpage header.reference_detail_header .obsah_v_hlavicce .zarovnani .top_kat_socky .socky a.linkedin i {
  background-image: url("../img/linkedin.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 31px;
  height: 30px;
  display: block;
  opacity: 0.4;
}
body.subpage header.reference_detail_header .obsah_v_hlavicce .zarovnani .top_kat_socky .socky a.bubble {
  cursor: pointer;
}
body.subpage header.reference_detail_header .obsah_v_hlavicce .zarovnani .top_kat_socky .socky a.bubble i {
  background-image: url("../img/share_bubbles.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 31px;
  height: 30px;
  display: block;
  opacity: 0.4;
}
body.subpage header.reference_detail_header .obsah_v_hlavicce .zarovnani .top_kat_socky .socky a.share i {
  background-image: url("../img/share_arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 31px;
  height: 30px;
  display: block;
  opacity: 0.4;
}
body.subpage header.reference_detail_header .obsah_v_hlavicce .zarovnani .top_kat_socky .socky a:hover {
  background-color: white;
  border-color: white;
}
body.subpage header.reference_detail_header .obsah_v_hlavicce .zarovnani .top_kat_socky .socky a:hover i {
  filter: invert(34%) sepia(90%) saturate(4335%) hue-rotate(324deg) brightness(99%) contrast(94%);
  opacity: 1;
}
@media (max-width: 508px) {
  body.subpage header.reference_detail_header .obsah_v_hlavicce .zarovnani .top_kat_socky .socky {
    text-align: center;
    width: 192px;
    margin: 0px auto;
  }
}
body.subpage header.reference_detail_header .obsah_v_hlavicce .zarovnani .obsah_hlavicka {
  padding-top: 160px;
}
body.subpage header.reference_detail_header .obsah_v_hlavicce .zarovnani .obsah_hlavicka h1 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 72px;
  line-height: 94px;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
}
body.subpage header.reference_detail_header .obsah_v_hlavicce .zarovnani .obsah_hlavicka p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  max-width: 810px;
  margin: 0px auto;
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 508px) {
  body.subpage header.reference_detail_header .obsah_v_hlavicce .zarovnani .obsah_hlavicka {
    padding-top: 80px;
  }
  body.subpage header.reference_detail_header .obsah_v_hlavicce .zarovnani .obsah_hlavicka h1 {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: 1px;
    color: #fff;
  }
  body.subpage header.reference_detail_header .obsah_v_hlavicce .zarovnani .obsah_hlavicka p {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #fff;
    padding-top: 20px;
  }
}
body.subpage header.reference_detail_header .obsah_v_hlavicce #detail_projektu_arrow {
  position: absolute;
  bottom: 130px;
  left: calc(50% - 63px);
  display: block;
  width: 126px;
  height: 24px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
  cursor: pointer;
}
body.subpage header.reference_detail_header .obsah_v_hlavicce #detail_projektu_arrow i {
  background-image: url("../img/arrow_down.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  transition: 300ms;
}
body.subpage header.reference_detail_header .obsah_v_hlavicce #detail_projektu_arrow:hover i {
  transform: translateY(10px);
}
@media (max-width: 508px) {
  body.subpage header.reference_detail_header .obsah_v_hlavicce #detail_projektu_arrow {
    bottom: 50px;
  }
}
body.subpage header#hlavicka_pozadi {
  background-image: url("../img/sluzby_header.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  width: 100%;
  min-height: 653px;
  height: auto;
  position: relative;
}
@media (max-width: 1100px) {
  body.subpage header#hlavicka_pozadi {
    height: auto;
    padding-bottom: 80px;
  }
}
body.subpage header.height_165 {
  min-height: 165px;
}
/*body.subpage header .zarovnani {
  /*& #top_header {
      & nav {
          & ul {
              & li {
                  & a {
                      @include pismo('Lato regular', normal, normal, 16px, 52px, 0px, rgba(255, 255, 255, 0.6));
                  }
                  &:last-child {
                      & a {
                          @include pismo('Lato regular', normal, normal, 16px, 52px, 0px, #fff);
                      }
                  }
              }
          }
      }
  }*/
/*}*/
body.subpage header .zarovnani #content_header {
  margin-top: 124px;
  position: relative;
  text-align: center;
}
@media (max-width: 1100px) {
  body.subpage header .zarovnani #content_header {
    margin-top: 30px;
  }
}
body.subpage header .zarovnani #content_header h1 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 72px;
  line-height: 130%;
  letter-spacing: 1px;
  color: #fff;
  max-width: 100%;
}
@media (max-width: 600px) {
  body.subpage header .zarovnani #content_header h1 {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 46px;
    line-height: 130%;
    letter-spacing: 1px;
    color: #fff;
  }
}
@media (max-width: 508px) {
  body.subpage header .zarovnani #content_header h1 {
    text-align: center;
    padding-left: 0px;
  }
}
body.subpage header .zarovnani #content_header p {
  position: relative;
  left: 0;
  bottom: 0;
  max-width: 810px;
  padding-top: 24px;
  margin: 0px auto;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 600px) {
  body.subpage header .zarovnani #content_header p {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.6);
  }
}
body.subpage header .zarovnani #content_header .ctas {
  width: 462px;
  margin: 0px auto;
  margin-top: 60px;
  display: grid;
  grid-template-columns: 220px 1fr;
  grid-gap: 40px;
}
@media (max-width: 500px) {
  body.subpage header .zarovnani #content_header .ctas {
    display: block;
    text-align: center;
    width: 100%;
  }
}
body.subpage header .zarovnani #content_header .ctas .prvni {
  margin-top: 0px;
  background-color: #00C4B3;
  width: 100%;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 52px;
  letter-spacing: 0.5px;
  color: #fff;
}
body.subpage header .zarovnani #content_header .ctas .prvni:hover {
  background-color: #F52F6E;
}
@media (max-width: 508px) {
  body.subpage header .zarovnani #content_header .ctas .prvni {
    margin-left: 0px;
  }
}
@media (max-width: 500px) {
  body.subpage header .zarovnani #content_header .ctas .prvni {
    max-width: 300px;
    margin: 10px auto;
  }
}
body.subpage header .zarovnani #content_header .ctas .tel {
  margin-top: 0px;
  display: inline-block;
  width: 100%;
  height: 48px;
  vertical-align: middle;
  text-align: left;
  border-radius: none;
  background: transparent;
  font-family: "Lato bold";
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: 500ms;
  padding-left: 52px;
  background-image: url("../img/telefon_color.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
}
body.subpage header .zarovnani #content_header .ctas .tel .prvni {
  display: block;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.6);
  background: transparent;
}
@media (max-width: 500px) {
  body.subpage header .zarovnani #content_header .ctas .tel .prvni {
    margin: 0px auto;
  }
}
body.subpage header .zarovnani #content_header .ctas .tel .druhy {
  display: block;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #fff;
  background: transparent;
}
@media (max-width: 508px) {
  body.subpage header .zarovnani #content_header .ctas .tel {
    margin-left: 0px;
  }
}
@media (max-width: 500px) {
  body.subpage header .zarovnani #content_header .ctas .tel {
    max-width: 220px;
    margin: 10px auto;
  }
}
body.subpage header .breadnav {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
body.subpage header .breadnav p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #6A6985;
}
body.subpage header .breadnav p a {
  display: inline-block;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #6A6985;
  vertical-align: middle;
  text-decoration: none;
}
body.subpage header .breadnav p a.home {
  width: 16px;
  height: 16px;
  background-image: url("../img/icon_home.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body.subpage header .breadnav p a:hover {
  text-decoration: underline;
}
body.subpage header .breadnav p i {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url("../img/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  margin: 0px 8px;
}
body.subpage main .smartim_pristup .zarovnani h2 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #1E212C;
  text-transform: initial;
}
body.subpage main .vypis_rozcestniku {
  padding-top: 45px;
}
@media (max-width: 600px) {
  body.subpage main .vypis_rozcestniku {
    padding-top: 10px;
  }
}
body.subpage main .vypis_rozcestniku .zarovnani {
  /*max-width: 1636px;*/
  max-width: 1380px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body.subpage main .vypis_rozcestniku .zarovnani .radek {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 80px;
  align-items: center;
}
body.subpage main .vypis_rozcestniku .zarovnani .radek:nth-child(1) {
    margin-bottom: 90px;
}
body.subpage main .vypis_rozcestniku .zarovnani .radek:nth-child(odd) .sloupec.s_obr {
    text-align: right;
}
body.subpage main .vypis_rozcestniku .zarovnani .radek:nth-child(even) .sloupec.s_obr {
    text-align: left;
}
@media (max-width: 1370px) {
  body.subpage main .vypis_rozcestniku .zarovnani .radek {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 900px) {
  body.subpage main .vypis_rozcestniku .zarovnani .radek {
    grid-template-columns: 1fr 300px;
    margin-bottom: 30px;
  }
}
@media (max-width: 800px) {
  body.subpage main .vypis_rozcestniku .zarovnani .radek {
    display: block;
    margin-bottom: 80px;
  }
}
body.subpage main .vypis_rozcestniku .zarovnani .radek h2 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-bottom: 88px;
}
@media (max-width: 800px) {
  body.subpage main .vypis_rozcestniku .zarovnani .radek h2 {
    text-align: center;
  }
}
@media (max-width: 600px) {
  body.subpage main .vypis_rozcestniku .zarovnani .radek h2 {
    padding-bottom: 20px;
  }
}
@media (max-width: 800px) {
  body.subpage main .vypis_rozcestniku .zarovnani .radek .sloupec .content {
    text-align: center;
  }
}
body.subpage main .vypis_rozcestniku .zarovnani .radek .sloupec .content h3 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #1E212C;
}
body.subpage main .vypis_rozcestniku .zarovnani .radek .sloupec .content h3 a {
  text-decoration: none;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #1E212C;
}
body.subpage main .vypis_rozcestniku .zarovnani .radek .sloupec .content p {
  margin-top: 18px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
  max-width: 575px;
  width: 100%;
}
@media (max-width: 800px) {
  body.subpage main .vypis_rozcestniku .zarovnani .radek .sloupec .content p {
    max-width: 100%;
  }
}
body.subpage main .vypis_rozcestniku .zarovnani .radek .sloupec .content .ctas {
  margin-top: 48px;
  /*margin-bottom: 100px;*/
}
@media (max-width: 800px) {
  body.subpage main .vypis_rozcestniku .zarovnani .radek .sloupec .content .ctas {
    margin-top: 10px;
    text-align: center;
  }
}
body.subpage main .vypis_rozcestniku .zarovnani .radek .sloupec .content .ctas a:first-child {
  display: inline-block;
  width: 189px;
  height: 52px;
  border: solid 1px #00C4B3;
  border-radius: 40px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 0.5px;
  color: #00C4B3;
  text-align: center;
  text-decoration: none;
  transition: 500ms;
}
body.subpage main .vypis_rozcestniku .zarovnani .radek .sloupec .content .ctas a:first-child:hover {
  background-color: #00C4B3;
  color: #fff;
}
@media (max-width: 800px) {
  body.subpage main .vypis_rozcestniku .zarovnani .radek .sloupec .content .ctas a:first-child {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
body.subpage main .vypis_rozcestniku .zarovnani .radek .sloupec .content .ctas a:last-child {
  display: inline-block;
  width: 152px;
  height: 52px;
  margin-left: 24px;
  background-color: #00C4B3;
  border-radius: 40px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 0.5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: 500ms;
}
body.subpage main .vypis_rozcestniku .zarovnani .radek .sloupec .content .ctas a:last-child:hover {
  background-color: #F52F6E;
}
@media (max-width: 800px) {
  body.subpage main .vypis_rozcestniku .zarovnani .radek .sloupec .content .ctas a:last-child {
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
body.subpage main .vypis_rozcestniku .zarovnani .radek .sloupec:nth-child(odd) {
  padding-left: 100px;
}
@media (max-width: 1370px) {
  body.subpage main .vypis_rozcestniku .zarovnani .radek .sloupec:nth-child(odd) {
    padding-left: 50px;
  }
}
@media (max-width: 1120px) {
  body.subpage main .vypis_rozcestniku .zarovnani .radek .sloupec:nth-child(odd) {
    padding-left: 0px;
  }
}
body.subpage main .vypis_rozcestniku .zarovnani .radek .sloupec .obrazek {
  width: 100%;
  max-width: 560px;
  display: inline-block;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  aspect-ratio: 1;
}
body.subpage main .vypis_rozcestniku .zarovnani .radek .sloupec .obrazek.ctverec {
  aspect-ratio: 1;
}
body.subpage main .vypis_rozcestniku .zarovnani .radek .sloupec .obrazek.lezate {
  aspect-ratio: 1.5;
}
@media (max-width: 800px) {
  body.subpage main .vypis_rozcestniku .zarovnani .radek .sloupec .obrazek {
    display: none;
  }
}
body.subpage main .vypis_rozcestniku .zarovnani .radek:nth-child(even) .sloupec:nth-child(even) {
  grid-column: 1;
  grid-row: 1;
}
@media (max-width: 900px) {
  body.subpage main .vypis_rozcestniku .zarovnani .radek:nth-child(even) .sloupec:nth-child(even) {
    grid-column: 2;
    grid-row: 1;
  }
}
body.subpage main .vypis_rozcestniku .zarovnani .radek:nth-child(even) .sloupec:nth-child(odd) {
  padding-left: 0px;
}
body.subpage main .kontaktujte_nas {
  width: 100%;
  height: 556px;
  background-image: url("../img/newsletter.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
@media (max-width: 1300px) {
  body.subpage main .kontaktujte_nas {
    background-image: url("../img/newsletter.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -50px;
    background-position-y: center;
  }
}
@media (max-width: 1200px) {
  body.subpage main .kontaktujte_nas {
    background-image: url("../img/newsletter.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -100px;
    background-position-y: center;
  }
}
@media (max-width: 1150px) {
  body.subpage main .kontaktujte_nas {
    background-image: url("../img/newsletter.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -200px;
    background-position-y: center;
  }
}
@media (max-width: 1050px) {
  body.subpage main .kontaktujte_nas {
    background-image: url("../img/newsletter.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -300px;
    background-position-y: center;
  }
}
@media (max-width: 950px) {
  body.subpage main .kontaktujte_nas {
    background-image: url("../img/newsletter.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -400px;
    background-position-y: center;
  }
}
@media (max-width: 840px) {
  body.subpage main .kontaktujte_nas {
    background-image: url("../img/newsletter.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -700px;
    background-position-y: center;
  }
}
body.subpage main .kontaktujte_nas .zarovnani {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px;
}
@media (max-width: 1200px) {
  body.subpage main .kontaktujte_nas .zarovnani {
    grid-template-columns: 1fr 560px;
  }
}
@media (max-width: 840px) {
  body.subpage main .kontaktujte_nas .zarovnani {
    grid-template-columns: 1fr;
  }
}
body.subpage main .kontaktujte_nas .zarovnani .content h2 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #fff;
  padding-top: 80px;
}
body.subpage main .kontaktujte_nas .zarovnani .content form {
  width: 100%;
}
body.subpage main .kontaktujte_nas .zarovnani .content form .inpts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
body.subpage main .kontaktujte_nas .zarovnani .content form p {
  padding-top: 21px;
}
body.subpage main .kontaktujte_nas .zarovnani .content form p span {
  display: block;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .kontaktujte_nas .zarovnani .content form p input {
  width: 100%;
  height: 52px;
  outline: none;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
  padding-left: 10px;
  margin-top: 8px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .kontaktujte_nas .zarovnani .content form .info {
  display: grid;
  grid-template-columns: 1fr 208px;
  grid-gap: 86px;
  padding-top: 31px;
  align-items: center;
}
body.subpage main .kontaktujte_nas .zarovnani .content form .info p {
  padding-top: 0px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #999;
}
body.subpage main .kontaktujte_nas .zarovnani .content form .info p a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #999;
}
body.subpage main .kontaktujte_nas .zarovnani .content form .info p a:hover {
  text-decoration: none;
}
@media (max-width: 500px) {
  body.subpage main .kontaktujte_nas .zarovnani .content form .info {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
body.subpage main .kontaktujte_nas .zarovnani .content form input[type=submit] {
  display: block;
  width: 100%;
  height: 52px;
  cursor: pointer;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  background-color: #00C4B3;
  transition: 400ms;
}
body.subpage main .kontaktujte_nas .zarovnani .content form input[type=submit]:hover {
  background-color: #F52F6E;
}
body.subpage main .reference {
  margin-top: 0px;
}
body.subpage main .podruzne_sluzby {
  padding-top: 120px;
}
body.subpage main .podruzne_sluzby h2 {
  text-align: center;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #1E212C;
}
body.subpage main .podruzne_sluzby .podruzne_sluzby_grid_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0px;
  max-width: 1230px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  body.subpage main .podruzne_sluzby .podruzne_sluzby_grid_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  body.subpage main .podruzne_sluzby .podruzne_sluzby_grid_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.subpage main .podruzne_sluzby .podruzne_sluzby_grid_wrap.grid_4 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 800px) {
  body.subpage main .podruzne_sluzby .podruzne_sluzby_grid_wrap.grid_4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.subpage main .podruzne_sluzby .podruzne_sluzby_grid_wrap.grid_4 .sluzba:nth-child(2) {
  border-right: none;
}
body.subpage main .podruzne_sluzby .podruzne_sluzby_grid_wrap.grid_4 .sluzba:nth-child(3) {
  border-bottom: none;
}
body.subpage main .podruzne_sluzby .podruzne_sluzby_grid_wrap.grid_4 .sluzba:nth-child(4) {
  border-right: none;
  border-bottom: none;
}
@media (max-width: 800px) {
  body.subpage main .podruzne_sluzby .podruzne_sluzby_grid_wrap.grid_4 .sluzba:nth-child(2) {
    border-right: solid 1px #ececec;
  }
  body.subpage main .podruzne_sluzby .podruzne_sluzby_grid_wrap.grid_4 .sluzba:nth-child(3) {
    border-bottom: solid 1px #ececec;
  }
  body.subpage main .podruzne_sluzby .podruzne_sluzby_grid_wrap.grid_4 .sluzba:nth-child(4) {
    border-bottom: solid 1px #ececec;
    border-right: solid 1px #ececec;
  }
}
body.subpage main .podruzne_sluzby .podruzne_sluzby_grid_wrap .sluzba {
  padding: 40px;
  border-bottom: solid 1px #ececec;
  border-right: solid 1px #ececec;
}
@media (max-width: 800px) {
  body.subpage main .podruzne_sluzby .podruzne_sluzby_grid_wrap .sluzba {
    padding: 20px;
  }
}
body.subpage main .podruzne_sluzby .podruzne_sluzby_grid_wrap .sluzba .ikonka {
  display: block;
  width: 48px;
  height: 48px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body.subpage main .podruzne_sluzby .podruzne_sluzby_grid_wrap .sluzba h3 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-top: 24px;
}
body.subpage main .podruzne_sluzby .podruzne_sluzby_grid_wrap .sluzba p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
  padding-top: 8px;
}
body.subpage main .podruzne_sluzby .podruzne_sluzby_wrap {
  max-width: 1230px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  margin-top: 60px;
}
body.subpage main .podruzne_sluzby .podruzne_sluzby_wrap .radek_top {
  display: grid;
  grid-template-columns: 1fr 473px 1fr;
  grid-gap: 0px;
}
body.subpage main .podruzne_sluzby .podruzne_sluzby_wrap .radek_top::after {
  grid-column: span 3;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(315deg, rgba(218, 219, 221, 0) 0%, rgba(218, 219, 221, 0.5) 12.33%, #DADBDD 51.91%, rgba(218, 219, 221, 0.5) 87.85%, rgba(218, 219, 221, 0) 100%);
}
@media (max-width: 1200px) {
  body.subpage main .podruzne_sluzby .podruzne_sluzby_wrap .radek_top {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 980px) {
  body.subpage main .podruzne_sluzby .podruzne_sluzby_wrap .radek_top {
    display: none;
  }
}
body.subpage main .podruzne_sluzby .podruzne_sluzby_wrap .radek_bottom {
  display: grid;
  grid-template-columns: 1fr 473px 1fr;
  grid-gap: 0px;
}
@media (max-width: 1200px) {
  body.subpage main .podruzne_sluzby .podruzne_sluzby_wrap .radek_bottom {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 980px) {
  body.subpage main .podruzne_sluzby .podruzne_sluzby_wrap .radek_bottom {
    display: none;
  }
}
body.subpage main .podruzne_sluzby .podruzne_sluzby_wrap .radek_mobile {
  display: none;
}
@media (max-width: 980px) {
  body.subpage main .podruzne_sluzby .podruzne_sluzby_wrap .radek_mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px;
  }
}
@media (max-width: 580px) {
  body.subpage main .podruzne_sluzby .podruzne_sluzby_wrap .radek_mobile {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
}
body.subpage main .podruzne_sluzby .podruzne_sluzby_wrap .sluzba {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
}
body.subpage main .podruzne_sluzby .podruzne_sluzby_wrap .sluzba:nth-child(1) {
  padding-right: 94px;
  border-image-slice: 1;
}
body.subpage main .podruzne_sluzby .podruzne_sluzby_wrap .sluzba:nth-child(2) {
  padding-left: 94px;
  padding-right: 94px;
  border-left: solid 1px #ececec;
  border-right: solid 1px #ececec;
}
body.subpage main .podruzne_sluzby .podruzne_sluzby_wrap .sluzba:nth-child(3) {
  padding-left: 94px;
}
@media (max-width: 1200px) {
  body.subpage main .podruzne_sluzby .podruzne_sluzby_wrap .sluzba:nth-child(1) {
    padding-right: 50px;
  }
  body.subpage main .podruzne_sluzby .podruzne_sluzby_wrap .sluzba:nth-child(2) {
    padding-left: 50px;
    padding-right: 50px;
  }
  body.subpage main .podruzne_sluzby .podruzne_sluzby_wrap .sluzba:nth-child(3) {
    padding-left: 50px;
  }
}
@media (max-width: 980px) {
  body.subpage main .podruzne_sluzby .podruzne_sluzby_wrap .sluzba {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.subpage main .podruzne_sluzby .podruzne_sluzby_wrap .sluzba:nth-child(1) {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.subpage main .podruzne_sluzby .podruzne_sluzby_wrap .sluzba:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
    border-left: none;
    border-right: none;
  }
  body.subpage main .podruzne_sluzby .podruzne_sluzby_wrap .sluzba:nth-child(3) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 580px) {
  body.subpage main .podruzne_sluzby .podruzne_sluzby_wrap .sluzba {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
body.subpage main .podruzne_sluzby .podruzne_sluzby_wrap .sluzba .ikonka {
  display: block;
  width: 48px;
  height: 48px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body.subpage main .podruzne_sluzby .podruzne_sluzby_wrap .sluzba h3 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-top: 24px;
}
body.subpage main .podruzne_sluzby .podruzne_sluzby_wrap .sluzba p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
  padding-top: 8px;
}
body.subpage main .zajem_o_spolupraci .zarovnani {
  max-width: 1230px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  border-radius: 4px;
  background: #00C4B3;
  box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, 0.03), 0px 12px 10px -6px rgba(154, 156, 165, 0.04), 0px 30px 24px -10px rgba(154, 156, 165, 0.05), 0px 80px 80px -20px rgba(154, 156, 165, 0.08);
  background-image: url("../img/chci_poptat_svg_elements.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
body.subpage main .zajem_o_spolupraci .zarovnani h2 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #FFF;
  text-align: center;
  padding-top: 37px;
}
body.subpage main .zajem_o_spolupraci .zarovnani .odpoved {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
body.subpage main .zajem_o_spolupraci .zarovnani form {
  margin-top: 43px;
  max-width: 1056px;
  width: calc(100% - 60px);
  margin-left: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr) 126px;
  grid-gap: 24px;
  padding-bottom: 48px;
}
@media (max-width: 1230px) {
  body.subpage main .zajem_o_spolupraci .zarovnani form {
    max-width: 96%;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 800px) {
  body.subpage main .zajem_o_spolupraci .zarovnani form {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  body.subpage main .zajem_o_spolupraci .zarovnani form {
    grid-template-columns: 1fr;
  }
}
body.subpage main .zajem_o_spolupraci .zarovnani form label p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #FFF;
}
body.subpage main .zajem_o_spolupraci .zarovnani form label input {
  margin-top: 8px;
  width: 100%;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #D7DADD;
  background: #F4F5F6;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #9A9CA5;
  padding-left: 16px;
}
body.subpage main .zajem_o_spolupraci .zarovnani form label input::-moz-placeholder {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #9A9CA5;
}
body.subpage main .zajem_o_spolupraci .zarovnani form label input::placeholder {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #9A9CA5;
}
body.subpage main .zajem_o_spolupraci .zarovnani form input[type=submit] {
  border-radius: 40px;
  background: #1E212C;
  width: 100%;
  height: 44px;
  margin-top: 29px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0.5px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: 300ms;
}
body.subpage main .zajem_o_spolupraci .zarovnani form input[type=submit]:hover {
  background-color: white;
  color: #1E212C;
}
body.subpage main .timeline .zarovnani {
  max-width: 810px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body.subpage main .timeline .zarovnani h2 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #1E212C;
  text-align: center;
}
body.subpage main .timeline .zarovnani .timeline_wrap {
  margin-top: 60px;
}
body.subpage main .timeline .zarovnani .timeline_wrap .krok {
  display: block;
  position: relative;
}
body.subpage main .timeline .zarovnani .timeline_wrap .krok::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #00C4B3;
  border: solid 4px white;
  border-radius: 50%;
  position: absolute;
  top: 0px;
}
body.subpage main .timeline .zarovnani .timeline_wrap .krok.prava {
  float: right;
  width: 50%;
  border-left: solid 1px rgba(154, 156, 165, 0.5);
  padding-left: 44px;
  text-align: left;
}
body.subpage main .timeline .zarovnani .timeline_wrap .krok.prava::after {
  left: -8px;
}
@media (max-width: 800px) {
  body.subpage main .timeline .zarovnani .timeline_wrap .krok.prava {
    border-right: none;
    border-left: solid 1px rgba(154, 156, 165, 0.5);
    padding-left: 44px;
    text-align: left;
    float: left;
    width: 100%;
    padding-bottom: 40px;
  }
}
body.subpage main .timeline .zarovnani .timeline_wrap .krok.leva {
  float: left;
  width: calc(50% + 1px);
  border-right: solid 1px rgba(154, 156, 165, 0.5);
  padding-right: 44px;
  text-align: right;
}
body.subpage main .timeline .zarovnani .timeline_wrap .krok.leva::after {
  right: -9px;
}
@media (max-width: 800px) {
  body.subpage main .timeline .zarovnani .timeline_wrap .krok.leva {
    border-right: none;
    border-left: solid 1px rgba(154, 156, 165, 0.5);
    padding-left: 44px;
    text-align: left;
    float: left;
    width: 100%;
    padding-bottom: 40px;
  }
  body.subpage main .timeline .zarovnani .timeline_wrap .krok.leva::after {
    left: -8px;
  }
}
body.subpage main .timeline .zarovnani .timeline_wrap .krok .kroky {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #787A80;
  text-transform: uppercase;
}
body.subpage main .timeline .zarovnani .timeline_wrap .krok h3 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-top: 2px;
}
body.subpage main .timeline .zarovnani .timeline_wrap .krok p {
  padding-top: 8px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
}
body.subpage main .cenik {
  margin-top: 122px;
}
@media (max-width: 800px) {
  body.subpage main .cenik {
    margin-top: 45px;
  }
}
body.subpage main .cenik .zarovnani {
  max-width: 1230px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body.subpage main .cenik .zarovnani h2 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #1E212C;
  text-align: center;
}
body.subpage main .cenik .zarovnani p {
  max-width: 1020px;
  margin: 0px auto;
  text-align: center;
  padding-top: 28px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
}
body.subpage main .cenik .zarovnani .cenik_wrap .vyber_skupiny {
  border-radius: 40px 40px 40px 40px;
  border: 1px solid #00C4B3;
  width: 390px;
  display: block;
  margin: 0px auto;
  margin-top: 38px;
  line-height: 0px;
  font-size: 0px;
  overflow: hidden;
  position: relative;
  transition: 500ms;
}
@media (max-width: 400px) {
  body.subpage main .cenik .zarovnani .cenik_wrap .vyber_skupiny {
    width: 100%;
  }
}
body.subpage main .cenik .zarovnani .cenik_wrap .vyber_skupiny .skupina {
  display: inline-block;
  width: 50%;
  text-align: center;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #00C4B3;
  cursor: pointer;
  transition: 400ms;
}
body.subpage main .cenik .zarovnani .cenik_wrap .vyber_skupiny .skupina.active {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .cenik .zarovnani .cenik_wrap .vyber_skupiny .pozadi_ceniku {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  border-radius: 40px 40px 40px 40px;
  background-color: #00C4B3;
  z-index: -1;
}
body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap {
  margin-top: 60px;
}
body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni.sl_1, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy.sl_1 {
    grid-template-columns: repeat(1, 1fr);
    max-width: 390px;
    margin: 0px auto;
}
body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni.sl_2, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy.sl_2 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 810px;
    margin: 0px auto;
}
@media (max-width: 880px) {
    body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy {
        grid-template-columns: 1fr;
        max-width: 400px;
        width: 100%;
        margin: 0px auto;
    }
    body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni.sl_1, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy.sl_1 {
        grid-template-columns: 1fr;
        max-width: 400px;
        width: 100%;
        margin: 0px auto;
    }
    body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni.sl_2, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy.sl_2 {
        grid-template-columns: 1fr;
        max-width: 400px;
        width: 100%;
        margin: 0px auto;
    }
}
body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni.active, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy.active {
  display: grid;
}
body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni .cenik_suma, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy .cenik_suma {
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(119, 114, 241, 0.4);
  background: #FFF;
  padding: 40px 0px;
}
body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni .cenik_suma h3, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy .cenik_suma h3 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #1E212C;
  text-align: center;
}
body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni .cenik_suma .cena, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy .cenik_suma .cena {
  text-align: center;
  margin-top: 8px;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #00C4B3;
}
body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni .cenik_suma .cena span, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy .cenik_suma .cena span {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #00C4B3;
  vertical-align: top;
  display: inline-block;
  margin-left: 8px;
}
body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni .cenik_suma .cena span.od, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy .cenik_suma .cena span.od {
    padding-top: 10px;
    font-size: 18px;
}
body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni .cenik_suma .line, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy .cenik_suma .line {
  margin-top: 18px;
  width: 100%;
  height: 1px;
  display: block;
  background: linear-gradient(315deg, rgba(218, 219, 221, 0) 0%, rgba(218, 219, 221, 0.5) 12.33%, #DADBDD 51.91%, rgba(218, 219, 221, 0.5) 87.85%, rgba(218, 219, 221, 0) 100%);
}
body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni .cenik_suma ul, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy .cenik_suma ul {
  max-width: 275px;
  width: 100%;
  list-style: none;
  margin: 0px auto;
  margin-top: 24px;
}
body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni .cenik_suma ul li, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy .cenik_suma ul li {
  margin-bottom: 8px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-left: 24px;
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
}
body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni .cenik_suma ul li.no, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy .cenik_suma ul li.no {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #9A9CA5;
  background-image: url("../img/uncheck.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
}
body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni .cenik_suma a, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy .cenik_suma a {
  width: 160px;
  height: 44px;
  display: block;
  border-radius: 40px;
  border: 1px solid #00C4B3;
  margin: 0px auto;
  margin-top: 32px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #00C4B3;
  text-align: center;
  text-decoration: none;
  transition: 500ms;
}
body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni .cenik_suma a:hover, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy .cenik_suma a:hover {
  background-color: #00C4B3;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni .cenik_suma.top, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy .cenik_suma.top {
  border-radius: 4px;
  border: 1px solid #03CEA4;
  background: #1B4953;
}
body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni .cenik_suma.top h3, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy .cenik_suma.top h3 {
  color: white;
}
body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni .cenik_suma.top .cena, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy .cenik_suma.top .cena {
  color: #03CEA4;
}
body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni .cenik_suma.top .cena span, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy .cenik_suma.top .cena span {
  color: #03CEA4;
}
body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni .cenik_suma.top .line, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy .cenik_suma.top .line {
  background: linear-gradient(315deg, rgba(218, 219, 221, 0) 0%, rgba(218, 219, 221, 0.5) 12.33%, #DADBDD 51.91%, rgba(218, 219, 221, 0.5) 87.85%, rgba(218, 219, 221, 0) 100%);
}
body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni .cenik_suma.top ul li, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy .cenik_suma.top ul li {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #F2F2F2;
}
body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni .cenik_suma.top ul li.no, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy .cenik_suma.top ul li.no {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #9A9CA5;
}
body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni .cenik_suma.top a, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy .cenik_suma.top a {
  background-color: #00C4B3;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .prvni .cenik_suma.top a:hover, body.subpage main .cenik .zarovnani .cenik_wrap .ceniky_wrap .druhy .cenik_suma.top a:hover {
  border: solid 1px #fff;
  background-color: #fff;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #00C4B3;
}
body.subpage main .dalsi_sluzby {
  /*padding-top: 214px;*/
  padding-bottom: 129px;
}
body.subpage main .dalsi_sluzby .zarovnani {
  max-width: 1416px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body.subpage main .dalsi_sluzby .zarovnani h2 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #1E212C;
  text-align: center;
}
body.subpage main .dalsi_sluzby .zarovnani .vyber_sluzeb {
  margin-top: 40px;
  text-align: center;
  line-height: 0px;
  font-size: 0px;
}
body.subpage main .dalsi_sluzby .zarovnani .vyber_sluzeb .sluzba {
  display: inline-block;
  width: 246px;
  height: 46px;
  text-align: center;
  border: solid 1px white;
  border-radius: 4px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #9A9CA5;
  cursor: pointer;
}
body.subpage main .dalsi_sluzby .zarovnani .vyber_sluzeb .sluzba:hover, body.subpage main .dalsi_sluzby .zarovnani .vyber_sluzeb .sluzba.active {
  border: solid 1px #00C4B3;
  color: #00C4B3;
}
body.subpage main .dalsi_sluzby .zarovnani .obsah {
  margin-top: 70px;
  display: none;
  grid-template-columns: 1fr 800px;
  grid-gap: 30px;
  align-items: center;
}
@media (max-width: 1300px) {
  body.subpage main .dalsi_sluzby .zarovnani .obsah {
    grid-template-columns: 1fr 700px;
  }
}
@media (max-width: 1200px) {
  body.subpage main .dalsi_sluzby .zarovnani .obsah {
    grid-template-columns: 1fr 600px;
  }
}
@media (max-width: 1100px) {
  body.subpage main .dalsi_sluzby .zarovnani .obsah {
    grid-template-columns: 1fr 500px;
  }
}
@media (max-width: 980px) {
  body.subpage main .dalsi_sluzby .zarovnani .obsah {
    grid-template-columns: 1fr;
  }
}
body.subpage main .dalsi_sluzby .zarovnani .obsah.active {
  display: grid;
}
body.subpage main .dalsi_sluzby .zarovnani .obsah .content h2 {
  text-align: left;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #1E212C;
}
body.subpage main .dalsi_sluzby .zarovnani .obsah .content p {
  padding-top: 24px;
  text-align: left;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
}
body.subpage main .dalsi_sluzby .zarovnani .obsah .content .ctas {
  margin-top: 48px;
}
body.subpage main .dalsi_sluzby .zarovnani .obsah .content .ctas a {
  display: inline-block;
}
body.subpage main .dalsi_sluzby .zarovnani .obsah .content .ctas a:nth-child(1) {
  width: 189px;
  height: 52px;
  border: solid 1px #00C4B3;
  border-radius: 40px;
  text-decoration: none;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #00C4B3;
  text-align: center;
  transition: 500ms;
  margin-right: 24px;
}
@media (max-width: 420px) {
  body.subpage main .dalsi_sluzby .zarovnani .obsah .content .ctas a:nth-child(1) {
    width: 160px;
    margin-right: 10px;
  }
}
body.subpage main .dalsi_sluzby .zarovnani .obsah .content .ctas a:nth-child(1):hover {
  background-color: #00C4B3;
  color: white;
}
body.subpage main .dalsi_sluzby .zarovnani .obsah .content .ctas a:nth-child(2) {
  width: 156px;
  height: 52px;
  background-color: #00C4B3;
  border-radius: 40px;
  text-decoration: none;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  transition: 500ms;
}
@media (max-width: 420px) {
  body.subpage main .dalsi_sluzby .zarovnani .obsah .content .ctas a:nth-child(2) {
    width: 140px;
  }
}
body.subpage main .dalsi_sluzby .zarovnani .obsah .content .ctas a:nth-child(2):hover {
  background-color: #F52F6E;
  color: white;
}
body.subpage main .dalsi_sluzby .zarovnani .obsah .obrazek {
  width: 100%;
  aspect-ratio: 1.4;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
@media (max-width: 980px) {
  body.subpage main .dalsi_sluzby .zarovnani .obsah .obrazek {
    display: none;
  }
}
body.subpage main .blog_main_wrap {
  display: grid;
  grid-template-columns: 1fr 342px;
  grid-gap: 78px;
}
@media (max-width: 980px) {
  body.subpage main .blog_main_wrap {
    grid-template-columns: 1fr 262px;
    grid-gap: 40px;
  }
}
@media (max-width: 750px) {
  body.subpage main .blog_main_wrap {
    grid-template-columns: 1fr;
  }
}
body.subpage main .blog_main_wrap .blog_vypis {
  padding-bottom: 113px;
}
@media (max-width: 584px) {
  body.subpage main .blog_main_wrap .blog_vypis {
    padding-bottom: 35px;
  }
}
body.subpage main .blog_main_wrap .blog_vypis .clanek {
  margin-top: 50px;
  margin-bottom: 10px;
}
@media (max-width: 584px) {
  body.subpage main .blog_main_wrap .blog_vypis .clanek {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 24px;
    margin-top: 0px;
    margin-bottom: 34px;
  }
}
body.subpage main .blog_main_wrap .blog_vypis .clanek .obrazek {
  width: 100%;
  aspect-ratio: 2.25;
  display: block;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  border-radius: 4px;
}
@media (max-width: 584px) {
  body.subpage main .blog_main_wrap .blog_vypis .clanek .obrazek {
    aspect-ratio: 1;
  }
}
body.subpage main .blog_main_wrap .blog_vypis .clanek .obsah .info_top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media (max-width: 584px) {
  body.subpage main .blog_main_wrap .blog_vypis .clanek .obsah .info_top {
    grid-template-columns: 1fr;
  }
}
body.subpage main .blog_main_wrap .blog_vypis .clanek .obsah .info_top .kampan {
  text-align: left;
  padding-bottom: 0px;
}
body.subpage main .blog_main_wrap .blog_vypis .clanek .obsah .info_top .kampan a {
  text-decoration: none;
}
body.subpage main .blog_main_wrap .blog_vypis .clanek .obsah .info_top .kampan a:hover {
  text-decoration: underline;
}
@media (max-width: 584px) {
  body.subpage main .blog_main_wrap .blog_vypis .clanek .obsah .info_top .kampan {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #787A80;
    padding: 0px;
  }
}
body.subpage main .blog_main_wrap .blog_vypis .clanek .obsah .info_top .autor {
  text-align: right;
  padding-bottom: 0px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
}
body.subpage main .blog_main_wrap .blog_vypis .clanek .obsah .info_top .autor strong {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
}
@media (max-width: 584px) {
  body.subpage main .blog_main_wrap .blog_vypis .clanek .obsah .info_top .autor {
    display: none;
  }
}
body.subpage main .blog_main_wrap .blog_vypis .clanek .obsah h3 {
  text-align: left;
  margin-bottom: 0px;
  padding-top: 0px;
  margin-top: 8px;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1E212C;
}
body.subpage main .blog_main_wrap .blog_vypis .clanek .obsah h3 a {
  text-decoration: none;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1E212C;
  margin-bottom: 0px;
  margin-top: 0px;
}
@media (max-width: 584px) {
  body.subpage main .blog_main_wrap .blog_vypis .clanek .obsah h3 {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1E212C;
    height: 48px;
    overflow: hidden;
    margin: 0px;
  }
  body.subpage main .blog_main_wrap .blog_vypis .clanek .obsah h3 a {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1E212C;
  }
}
body.subpage main .blog_main_wrap .blog_vypis .clanek .obsah .uvod {
  text-align: left;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #424551;
}
@media (max-width: 584px) {
  body.subpage main .blog_main_wrap .blog_vypis .clanek .obsah .uvod {
    display: none;
  }
}
body.subpage main .blog_main_wrap .blog_vypis .clanek .obsah .cist_vice {
  display: none;
}
@media (max-width: 584px) {
  body.subpage main .blog_main_wrap .blog_vypis .clanek .obsah .cist_vice {
    position: relative;
    text-align: left;
    display: block;
    margin: 0px;
    width: 129px;
    height: 26px;
    border: none;
    border-radius: none;
  }
  body.subpage main .blog_main_wrap .blog_vypis .clanek .obsah .cist_vice em {
    display: inline-block;
    vertical-align: middle;
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1E212C;
  }
  body.subpage main .blog_main_wrap .blog_vypis .clanek .obsah .cist_vice i {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../img/sipka_vpravo_ruzova.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    width: 24px;
    height: 24px;
    margin-left: 8px;
  }
  body.subpage main .blog_main_wrap .blog_vypis .clanek .obsah .cist_vice:hover {
    text-decoration: underline;
    background-color: transparent;
  }
}
body.subpage main .blog_main_wrap .side_panel {
  text-align: left;
}
@media (max-width: 750px) {
  body.subpage main .blog_main_wrap .side_panel {
    padding-bottom: 50px;
  }
}
body.subpage main .blog_main_wrap .side_panel .hledani_clanky {
  width: 100%;
  margin-bottom: 60px;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #D7DADD;
  background: #F4F5F6;
  display: grid;
  grid-template-columns: 1fr 44px;
  position: relative;
}
body.subpage main .blog_main_wrap .side_panel .hledani_clanky input[type=text] {
  background-color: transparent;
  outline: none;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #9A9CA5;
  padding: 0px 16px;
}
body.subpage main .blog_main_wrap .side_panel .hledani_clanky input[type=text]::-moz-placeholder {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #9A9CA5;
}
body.subpage main .blog_main_wrap .side_panel .hledani_clanky input[type=text]::placeholder {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #9A9CA5;
}
body.subpage main .blog_main_wrap .side_panel .hledani_clanky input[type=submit] {
  background-color: transparent;
  outline: none;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  transition: 300ms;
  border: none;
  border-radius: 4px;
  height: 42px;
}
body.subpage main .blog_main_wrap .side_panel .hledani_clanky input[type=submit]:hover {
  background-color: #d1d1d1;
}
body.subpage main .blog_main_wrap .side_panel .hledani_clanky .naseptavac_wrap {
  grid-column: span 2;
  position: absolute;
  top: 44px;
  left: 0px;
  width: 100%;
  z-index: 99;
}
body.subpage main .blog_main_wrap .side_panel .hledani_clanky .naseptavac_wrap .naseptavani {
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
}
body.subpage main .blog_main_wrap .side_panel .hledani_clanky .naseptavac_wrap .naseptavani ul {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  list-style: none;
}
body.subpage main .blog_main_wrap .side_panel .hledani_clanky .naseptavac_wrap .naseptavani ul li a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  display: block;
  text-decoration: none;
}
body.subpage main .blog_main_wrap .side_panel .hledani_clanky .naseptavac_wrap .naseptavani ul li a:hover {
  text-decoration: underline;
}
body.subpage main .blog_main_wrap .side_panel .top_clanky {
  padding-bottom: 60px;
}
body.subpage main .blog_main_wrap .side_panel .top_clanky h2 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #1E212C;
  text-transform: uppercase;
  margin-bottom: 24px;
}
body.subpage main .blog_main_wrap .side_panel .top_clanky .clanky_wrap .clanek {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-column-gap: 20px;
  margin-bottom: 24px;
}
body.subpage main .blog_main_wrap .side_panel .top_clanky .clanky_wrap .clanek:last-child {
  margin-bottom: 0px;
}
body.subpage main .blog_main_wrap .side_panel .top_clanky .clanky_wrap .clanek .obrazek {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  aspect-ratio: 1;
  display: block;
  border-radius: 4px;
}
body.subpage main .blog_main_wrap .side_panel .top_clanky .clanky_wrap .clanek .obsah .datum {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
}
body.subpage main .blog_main_wrap .side_panel .top_clanky .clanky_wrap .clanek .obsah h3 {
  margin-top: 4px;
  margin-bottom: 0px;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1E212C;
  height: 78px;
  overflow: hidden;
}
body.subpage main .blog_main_wrap .side_panel .top_clanky .clanky_wrap .clanek .obsah h3 a {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1E212C;
  text-decoration: none;
}
body.subpage main .blog_main_wrap .side_panel .top_clanky .clanky_wrap .clanek .obsah h3 a:hover {
  color: #F52F6E;
}
body.subpage main .blog_main_wrap .side_panel .stitky {
  padding-bottom: 60px;
}
body.subpage main .blog_main_wrap .side_panel .stitky h2 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #1E212C;
  text-transform: uppercase;
  margin-bottom: 24px;
}
body.subpage main .blog_main_wrap .side_panel .stitky .stitky_wrap {
  text-align: left;
}
body.subpage main .blog_main_wrap .side_panel .stitky .stitky_wrap a {
  display: inline-block;
  vertical-align: middle;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
  text-decoration: none;
  padding: 5px 16px;
  border-radius: 40px;
  border: 1px solid #D7DADD;
  margin: 6px;
  transition: 300ms;
}
body.subpage main .blog_main_wrap .side_panel .stitky .stitky_wrap a:hover {
  background-color: #F52F6E;
  border: 1px solid #F52F6E;
  color: white;
}
body.subpage main .blog_main_wrap .side_panel .posledni_projekty {
  padding-bottom: 60px;
}
body.subpage main .blog_main_wrap .side_panel .posledni_projekty h2 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #1E212C;
  text-transform: uppercase;
  margin-bottom: 24px;
}
body.subpage main .blog_main_wrap .side_panel .posledni_projekty .posledni_projekty_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
}
@media (max-width: 584px) {
  body.subpage main .blog_main_wrap .side_panel .posledni_projekty .posledni_projekty_wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
body.subpage main .blog_main_wrap .side_panel .posledni_projekty .posledni_projekty_wrap a {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 4px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  position: relative;
  transition: 300ms;
}
body.subpage main .blog_main_wrap .side_panel .posledni_projekty .posledni_projekty_wrap a span {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 33, 44, 0.4);
  border-radius: 4px;
  opacity: 0;
  transition: 300ms;
}
body.subpage main .blog_main_wrap .side_panel .posledni_projekty .posledni_projekty_wrap a span i {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../img/project_hover.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body.subpage main .blog_main_wrap .side_panel .posledni_projekty .posledni_projekty_wrap a:hover span {
  opacity: 1;
}
body.subpage main .blog_main_wrap .side_panel .posledni_projekty .posledni_projekty_wrap a:nth-child(7), body.subpage main .blog_main_wrap .side_panel .posledni_projekty .posledni_projekty_wrap a:nth-child(8) {
  display: none;
}
@media (max-width: 584px) {
  body.subpage main .blog_main_wrap .side_panel .posledni_projekty .posledni_projekty_wrap a:nth-child(7), body.subpage main .blog_main_wrap .side_panel .posledni_projekty .posledni_projekty_wrap a:nth-child(8) {
    display: block;
  }
}
@media (max-width: 584px) {
  body.subpage main .blog_main_wrap .side_panel .socky {
    padding-bottom: 70px;
  }
}
body.subpage main .blog_main_wrap .side_panel .socky h2 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #1E212C;
  text-transform: uppercase;
  margin-bottom: 24px;
}
body.subpage main .blog_main_wrap .side_panel .socky .socky_wrap {
  display: grid;
  grid-template-columns: repeat(3, 32px);
  grid-gap: 8px;
}
body.subpage main .blog_main_wrap .side_panel .socky .socky_wrap a {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: rgba(120, 122, 128, 0.12);
  transition: 300ms;
}
body.subpage main .blog_main_wrap .side_panel .socky .socky_wrap a span {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  display: block;
  width: 32px;
  height: 32px;
  filter: invert(52%) sepia(11%) saturate(170%) hue-rotate(187deg) brightness(89%) contrast(89%);
}
body.subpage main .blog_main_wrap .side_panel .socky .socky_wrap a:hover {
  background-color: rgb(245, 47, 110);
}
body.subpage main .blog_main_wrap .side_panel .socky .socky_wrap a:hover span {
  filter: none;
}
body.subpage main .header_news {
  background: #F4F5F6;
  width: 100%;
  margin-bottom: 60px;
}
body.subpage main .header_news .zarovnani {
  max-width: 1230px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding: 60px 0px;
}
body.subpage main .header_news .zarovnani .kampan {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
}
body.subpage main .header_news .zarovnani .kampan a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
  text-decoration: none;
}
body.subpage main .header_news .zarovnani .kampan a:hover {
  text-decoration: underline;
}
body.subpage main .header_news .zarovnani h1 {
  margin-top: 8px;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #1E212C;
  max-width: 810px;
}
@media (max-width: 508px) {
  body.subpage main .header_news .zarovnani h1 {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 0px;
    color: #1E212C;
  }
}
body.subpage main .header_news .zarovnani .cteni {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
  padding-top: 20px;
}
body.subpage main .detail_clanku {
  display: grid;
  grid-template-columns: 1fr 342px;
  grid-gap: 78px;
  max-width: 1230px;
  margin: 0px auto;
  width: 96%;
}
@media (max-width: 980px) {
  body.subpage main .detail_clanku {
    grid-template-columns: 1fr 262px;
    grid-gap: 40px;
  }
}
@media (max-width: 750px) {
  body.subpage main .detail_clanku {
    grid-template-columns: 1fr;
  }
}
body.subpage main .detail_clanku .formatovani_textu {
  padding-top: 0px;
}
body.subpage main .detail_clanku .formatovani_textu .zarovnani {
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body.subpage main .detail_clanku .formatovani_textu .zarovnani p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #424551;
  padding-top: 0px;
  padding-bottom: 24px;
}
body.subpage main .detail_clanku .formatovani_textu .zarovnani p b, body.subpage main .detail_clanku .formatovani_textu .zarovnani p strong {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  /*font-size: 20px;
  line-height: 30px;*/
  letter-spacing: 0px;
  color: #1E212C;
}
body.subpage main .detail_clanku .formatovani_textu .zarovnani p.citovani {
  background-image: url("../img/uvozovky.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: top;
  padding-left: 58px;
  margin: 24px 0px;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1E212C;
}
@media (max-width: 508px) {
  body.subpage main .detail_clanku .formatovani_textu .zarovnani p.citovani {
    padding-left: 48px;
    font-family: "Lato bold";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #1E212C;
  }
}
body.subpage main .detail_clanku .formatovani_textu .zarovnani ul {
  margin-left: 16px;
  margin-top: 0px;
  margin-bottom: 24px;
}
body.subpage main .detail_clanku .formatovani_textu .zarovnani ul li {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #424551;
  margin-bottom: 4px;
}
body.subpage main .detail_clanku .formatovani_textu .zarovnani ul li::marker {
  color: #F52F6E;
  font-size: 12px;
}
body.subpage main .detail_clanku .formatovani_textu .zarovnani .stitky_sdileni {
  display: grid;
  grid-template-columns: 1fr 112px;
  grid-gap: 20px;
  margin-top: 63px;
  margin-bottom: 113px;
}
@media (max-width: 508px) {
  body.subpage main .detail_clanku .formatovani_textu .zarovnani .stitky_sdileni {
    margin-top: 42px;
    margin-bottom: 30px;
  }
}
body.subpage main .detail_clanku .formatovani_textu .zarovnani .stitky_sdileni .stitky strong {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #1E212C;
  margin-right: 6px;
}
body.subpage main .detail_clanku .formatovani_textu .zarovnani .stitky_sdileni .stitky a {
  display: inline-block;
  border-radius: 40px;
  vertical-align: middle;
  border: 1px solid #D7DADD;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #787A80;
  padding: 0px 16px;
  text-decoration: none;
  margin: 3px 6px;
  white-space: nowrap;
  transition: 300ms;
}
body.subpage main .detail_clanku .formatovani_textu .zarovnani .stitky_sdileni .stitky a:hover {
  color: white;
  background-color: #F52F6E;
  border-color: #F52F6E;
}
body.subpage main .detail_clanku .formatovani_textu .zarovnani .stitky_sdileni .socky_wrap {
  display: grid;
  grid-template-columns: repeat(3, 32px);
  grid-gap: 8px;
}
body.subpage main .detail_clanku .formatovani_textu .zarovnani .stitky_sdileni .socky_wrap a {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: rgba(120, 122, 128, 0.12);
  transition: 300ms;
}
body.subpage main .detail_clanku .formatovani_textu .zarovnani .stitky_sdileni .socky_wrap a span {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  display: block;
  width: 32px;
  height: 32px;
  filter: invert(52%) sepia(11%) saturate(170%) hue-rotate(187deg) brightness(89%) contrast(89%);
}
body.subpage main .detail_clanku .formatovani_textu .zarovnani .stitky_sdileni .socky_wrap a:hover {
  background-color: rgb(245, 47, 110);
}
body.subpage main .detail_clanku .formatovani_textu .zarovnani .stitky_sdileni .socky_wrap a:hover span {
  filter: none;
}
body.subpage main .detail_clanku .side_panel {
  text-align: left;
}
@media (max-width: 750px) {
  body.subpage main .detail_clanku .side_panel {
    padding-bottom: 50px;
  }
}
body.subpage main .detail_clanku .side_panel .hledani_clanky {
  width: 100%;
  margin-bottom: 60px;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #D7DADD;
  background: #F4F5F6;
  display: grid;
  grid-template-columns: 1fr 44px;
  position: relative;
}
body.subpage main .detail_clanku .side_panel .hledani_clanky input[type=text] {
  background-color: transparent;
  outline: none;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #9A9CA5;
  padding: 0px 16px;
}
body.subpage main .detail_clanku .side_panel .hledani_clanky input[type=text]::-moz-placeholder {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #9A9CA5;
}
body.subpage main .detail_clanku .side_panel .hledani_clanky input[type=text]::placeholder {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #9A9CA5;
}
body.subpage main .detail_clanku .side_panel .hledani_clanky input[type=submit] {
  background-color: transparent;
  outline: none;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  transition: 300ms;
  border: none;
  border-radius: 4px;
}
body.subpage main .detail_clanku .side_panel .hledani_clanky input[type=submit]:hover {
  background-color: #d1d1d1;
}
body.subpage main .detail_clanku .side_panel .hledani_clanky .naseptavac_wrap {
  grid-column: span 2;
  position: absolute;
  top: 44px;
  left: 0px;
  width: 100%;
  z-index: 99;
}
body.subpage main .detail_clanku .side_panel .hledani_clanky .naseptavac_wrap .naseptavani {
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
}
body.subpage main .detail_clanku .side_panel .hledani_clanky .naseptavac_wrap .naseptavani ul {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  list-style: none;
}
body.subpage main .detail_clanku .side_panel .hledani_clanky .naseptavac_wrap .naseptavani ul li a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  display: block;
  text-decoration: none;
}
body.subpage main .detail_clanku .side_panel .hledani_clanky .naseptavac_wrap .naseptavani ul li a:hover {
  text-decoration: underline;
}
body.subpage main .detail_clanku .side_panel .autor {
  padding-bottom: 60px;
}
body.subpage main .detail_clanku .side_panel .autor h2 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #1E212C;
  text-transform: uppercase;
  margin-bottom: 24px;
}
body.subpage main .detail_clanku .side_panel .autor .autor_wrap.obrazek {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 20px;
}
@media (max-width: 980px) {
  body.subpage main .detail_clanku .side_panel .autor .autor_wrap.obrazek {
    grid-template-columns: 50px 1fr;
  }
}
body.subpage main .detail_clanku .side_panel .autor .autor_wrap.noobrazek {
  display: block;
  width: 100%;
}
body.subpage main .detail_clanku .side_panel .autor .autor_wrap .obrazek {
  width: 100%;
  aspect-ratio: 1;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  display: block;
  border-radius: 50%;
}
body.subpage main .detail_clanku .side_panel .autor .autor_wrap .info_autor h3 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #424551;
}
body.subpage main .detail_clanku .side_panel .autor .autor_wrap .info_autor p {
  padding-top: 4px;
  margin-top: 0px;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
}
body.subpage main .detail_clanku .side_panel .autor .autor_wrap .info_autor .socky {
  display: grid;
  grid-template-columns: repeat(5, 32px);
  grid-gap: 8px;
  margin-top: 16px;
}
body.subpage main .detail_clanku .side_panel .autor .autor_wrap .info_autor .socky a {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: solid 1px rgb(215, 218, 221);
  transition: 300ms;
}
body.subpage main .detail_clanku .side_panel .autor .autor_wrap .info_autor .socky a .icon {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  filter: invert(100%) sepia(0%) saturate(4290%) hue-rotate(324deg) brightness(40%) contrast(0%);
}
body.subpage main .detail_clanku .side_panel .autor .autor_wrap .info_autor .socky a:hover {
  border: solid 1px rgb(245, 47, 110);
}
body.subpage main .detail_clanku .side_panel .autor .autor_wrap .info_autor .socky a:hover .icon {
  filter: invert(34%) sepia(90%) saturate(4335%) hue-rotate(324deg) brightness(99%) contrast(94%);
}
body.subpage main .detail_clanku .side_panel .top_clanky {
  padding-bottom: 60px;
}
body.subpage main .detail_clanku .side_panel .top_clanky h2 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #1E212C;
  text-transform: uppercase;
  margin-bottom: 24px;
}
body.subpage main .detail_clanku .side_panel .top_clanky .clanky_wrap .clanek {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-column-gap: 20px;
  margin-bottom: 24px;
}
body.subpage main .detail_clanku .side_panel .top_clanky .clanky_wrap .clanek:last-child {
  margin-bottom: 0px;
}
body.subpage main .detail_clanku .side_panel .top_clanky .clanky_wrap .clanek .obrazek {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  aspect-ratio: 1;
  display: block;
  border-radius: 4px;
}
body.subpage main .detail_clanku .side_panel .top_clanky .clanky_wrap .clanek .obsah .datum {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
}
body.subpage main .detail_clanku .side_panel .top_clanky .clanky_wrap .clanek .obsah h3 {
  margin-top: 4px;
  margin-bottom: 0px;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1E212C;
  height: 78px;
  overflow: hidden;
}
body.subpage main .detail_clanku .side_panel .top_clanky .clanky_wrap .clanek .obsah h3 a {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1E212C;
  text-decoration: none;
}
body.subpage main .detail_clanku .side_panel .top_clanky .clanky_wrap .clanek .obsah h3 a:hover {
  color: #F52F6E;
}
body.subpage main .detail_clanku .side_panel .posledni_projekty {
  padding-bottom: 60px;
}
body.subpage main .detail_clanku .side_panel .posledni_projekty h2 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #1E212C;
  text-transform: uppercase;
  margin-bottom: 24px;
}
body.subpage main .detail_clanku .side_panel .posledni_projekty .posledni_projekty_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
}
@media (max-width: 584px) {
  body.subpage main .detail_clanku .side_panel .posledni_projekty .posledni_projekty_wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
body.subpage main .detail_clanku .side_panel .posledni_projekty .posledni_projekty_wrap a {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 4px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  position: relative;
  transition: 300ms;
}
body.subpage main .detail_clanku .side_panel .posledni_projekty .posledni_projekty_wrap a span {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 33, 44, 0.4);
  border-radius: 4px;
  opacity: 0;
  transition: 300ms;
}
body.subpage main .detail_clanku .side_panel .posledni_projekty .posledni_projekty_wrap a span i {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../img/project_hover.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body.subpage main .detail_clanku .side_panel .posledni_projekty .posledni_projekty_wrap a:hover span {
  opacity: 1;
}
body.subpage main .detail_clanku .side_panel .posledni_projekty .posledni_projekty_wrap a:nth-child(7), body.subpage main .detail_clanku .side_panel .posledni_projekty .posledni_projekty_wrap a:nth-child(8) {
  display: none;
}
@media (max-width: 584px) {
  body.subpage main .detail_clanku .side_panel .posledni_projekty .posledni_projekty_wrap a:nth-child(7), body.subpage main .detail_clanku .side_panel .posledni_projekty .posledni_projekty_wrap a:nth-child(8) {
    display: block;
  }
}
body.subpage main .formatovani_textu {
  padding-top: 120px;
  /*&:nth-child(1) {
      .zarovnani {
          padding-top: 139px;
      }
  }*/
}
body.subpage main .formatovani_textu.mensi_odsazeni {
    padding-top: 0px;
}
body.subpage main .formatovani_textu.kariera.mensi_odsazeni {
    padding-bottom: 400px;
}
@media (max-width: 980px) {
    body.subpage main .formatovani_textu.kariera.mensi_odsazeni {
        padding-bottom: 100px;
    }
}
body.subpage main .formatovani_textu.mensi_odsazeni .zarovnani {
    max-width: 1275px;
}
@media (max-width: 980px) {
  body.subpage main .formatovani_textu {
    padding-top: 45px;
  }
}
body.subpage main .formatovani_textu::after {
  content: "";
  clear: both;
  float: none;
  display: block;
}
body.subpage main .formatovani_textu.blog_text {
  padding-top: 50px;
  text-align: center;
}
@media (max-width: 584px) {
  body.subpage main .formatovani_textu.blog_text {
    text-align: left;
    max-width: 480px;
    margin: 0px auto;
    padding-top: 40px;
  }
}
body.subpage main .formatovani_textu.blog_text .nazev {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #1E212C;
  text-transform: uppercase;
  padding: 0px;
}
@media (max-width: 584px) {
  body.subpage main .formatovani_textu.blog_text .nazev {
    display: none;
  }
}
body.subpage main .formatovani_textu.blog_text h1 {
  font-family: "Lato black";
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #1E212C;
  margin-top: 8px;
}
@media (max-width: 584px) {
  body.subpage main .formatovani_textu.blog_text h1 {
    font-family: "Lato black";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #1E212C;
    margin-bottom: 27px;
  }
}
body.subpage main .formatovani_textu.blog_text .zarovnani {
  max-width: 1230px;
}
body.subpage main .formatovani_textu.blog_text .zarovnani .kategorie {
  text-align: center;
}
@media (max-width: 584px) {
  body.subpage main .formatovani_textu.blog_text .zarovnani .kategorie {
    margin-bottom: 45px;
  }
}
body.subpage main .formatovani_textu.blog_text .zarovnani .kategorie a {
  display: inline-block;
  vertical-align: middle;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #9A9CA5;
  text-decoration: none;
  padding: 0px;
  margin: 0px 26px;
}
body.subpage main .formatovani_textu.blog_text .zarovnani .kategorie a:first-child {
  margin-left: 0px;
}
body.subpage main .formatovani_textu.blog_text .zarovnani .kategorie a:last-child {
  margin-right: 0px;
}
body.subpage main .formatovani_textu.blog_text .zarovnani .kategorie a sup {
  margin-left: 2px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #9A9CA5;
}
body.subpage main .formatovani_textu.blog_text .zarovnani .kategorie a:hover, body.subpage main .formatovani_textu.blog_text .zarovnani .kategorie a.active {
  color: #F52F6E;
}
body.subpage main .formatovani_textu.blog_text .zarovnani .kategorie a:hover sup, body.subpage main .formatovani_textu.blog_text .zarovnani .kategorie a.active sup {
  color: #F52F6E;
}
body.subpage main .formatovani_textu .uvod_obr {
  display: block;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 24px;
  aspect-ratio: 2.46;
}
body.subpage main .formatovani_textu .uvod_obr img {
  display: none;
}
@media (max-width: 508px) {
  body.subpage main .formatovani_textu .uvod_obr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
body.subpage main .formatovani_textu.reference {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: white;
}
body.subpage main .formatovani_textu.reference .uvod p {
  text-align: center;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #1E212C;
  max-width: 810px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 84px;
}
@media (max-width: 750px) {
  body.subpage main .formatovani_textu.reference .uvod p {
    margin-top: 55px;
  }
}
@media (max-width: 508px) {
  body.subpage main .formatovani_textu.reference .uvod p {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #1E212C;
    margin-top: 20px;
  }
}
body.subpage main .formatovani_textu.reference .uvod_obr {
  display: block;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 80px;
  aspect-ratio: 2.46;
}
body.subpage main .formatovani_textu.reference .uvod_obr img {
  display: none;
}
@media (max-width: 508px) {
  body.subpage main .formatovani_textu.reference .uvod_obr {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
body.subpage main .formatovani_textu.reference .recenze {
  max-width: 868px;
  width: 96%;
  display: grid;
  grid-template-columns: 28px 1fr;
  grid-gap: 30px;
  margin: 0px auto;
}
body.subpage main .formatovani_textu.reference .recenze i.uvozovky {
  background-image: url("../img/uvozovky.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: top;
  width: 28px;
  height: 28px;
  display: block;
}
body.subpage main .formatovani_textu.reference .recenze .obsah p {
  padding-top: 0px;
}
body.subpage main .formatovani_textu.reference .recenze .obsah .ikona {
  margin-top: 16px;
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}
body.subpage main .formatovani_textu.reference .recenze .obsah .jmeno_spolecnost {
  margin-top: 26px;
  float: left;
}
body.subpage main .formatovani_textu.reference .recenze .obsah .jmeno_spolecnost .jmeno {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1E212C;
}
body.subpage main .formatovani_textu.reference .recenze .obsah .jmeno_spolecnost .spolecnost {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
}
body.subpage main .formatovani_textu.reference .zarovnani {
  max-width: 810px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body.subpage main .formatovani_textu .zarovnani {
  max-width: 1020px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body.subpage.pribramsko main .formatovani_textu .zarovnani {
    max-width: 1226px;
}
body.subpage main .formatovani_textu.no_margin {
  padding: 0px;
}
body.subpage main .formatovani_textu.no_margin .zarovnani p {
  padding: 0px;
}
body.subpage main .formatovani_textu .margin_228h {
  margin-top: 228px;
  display: block;
  width: 100%;
}
@media (max-width: 980px) {
  body.subpage main .formatovani_textu .margin_228h {
    margin-top: 114px;
  }
}
@media (max-width: 508px) {
  body.subpage main .formatovani_textu .margin_228h {
    margin-top: 34px;
  }
}
body.subpage main .formatovani_textu .margin_313h {
  margin-top: 313px;
  display: block;
  width: 100%;
}
@media (max-width: 980px) {
  body.subpage main .formatovani_textu .margin_313h {
    margin-top: 150px;
  }
}
@media (max-width: 508px) {
  body.subpage main .formatovani_textu .margin_313h {
    margin-top: 50px;
  }
}
body.subpage main .formatovani_textu.reference_vypis {
  padding-top: 70px;
}
body.subpage main .formatovani_textu.reference_vypis .zarovnani {
  max-width: 1262px;
}
body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie {
  display: grid;
  grid-template-columns: 258px 1fr;
  grid-gap: 30px;
  padding-bottom: 38px;
}
@media (max-width: 920px) {
  body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie {
    display: block;
  }
}
body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .nadpis .nase_prace {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #1E212C;
  text-transform: uppercase;
  padding: 0px;
}
body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .nadpis h1 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #1E212C;
  margin-bottom: 0px;
  margin-top: 8px;
}
body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .nadpis h5 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1E212C;
  margin-bottom: 0px;
  margin-top: 4px;
}
body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .kategorie {
  text-align: right;
  margin-top: 45px;
  position: relative;
}
@media (max-width: 920px) {
  body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .kategorie {
    text-align: center;
    margin-top: 15px;
  }
}
body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .kategorie a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #9A9CA5;
  text-decoration: none;
  display: inline-block;
  margin: 0px 24px;
  transition: 300ms;
}
@media (max-width: 980px) {
  body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .kategorie a {
    margin: 5px 10px;
  }
}
body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .kategorie a sup {
  margin-left: 2px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #9A9CA5;
}
body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .kategorie a:first-child {
  margin-left: 0px;
}
body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .kategorie a:last-child {
  margin-right: 0px;
}
body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .kategorie a:hover, body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .kategorie a.active {
  color: #F52F6E;
}
body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .kategorie a:hover sup, body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .kategorie a.active sup {
  color: #F52F6E;
}
body.subpage main .formatovani_textu.reference_vypis .wrap_referenci {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0px;
}
@media (max-width: 710px) {
  body.subpage main .formatovani_textu.reference_vypis .wrap_referenci {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 500px) {
  body.subpage main .formatovani_textu.reference_vypis .wrap_referenci {
    max-width: 430px;
    margin: 0px auto;
    grid-template-columns: 1fr;
  }
}
body.subpage main .formatovani_textu.reference_vypis .wrap_referenci .item {
  display: block;
  border-radius: 4px;
  padding: 16px;
  border: solid 1px white;
}
body.subpage main .formatovani_textu.reference_vypis .wrap_referenci .item:hover {
  box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, 0.03), 0px 12px 10px -6px rgba(154, 156, 165, 0.04), 0px 30px 24px -10px rgba(154, 156, 165, 0.05), 0px 80px 80px -20px rgba(154, 156, 165, 0.08);
}
body.subpage main .formatovani_textu.reference_vypis .wrap_referenci .item .obrazek {
  display: block;
  width: 100%;
  height: 440px;
  border-radius: 4px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
@media (max-width: 1300px) {
  body.subpage main .formatovani_textu.reference_vypis .wrap_referenci .item .obrazek {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  body.subpage main .formatovani_textu.reference_vypis .wrap_referenci .item .obrazek {
    height: 360px;
  }
}
@media (max-width: 1080px) {
  body.subpage main .formatovani_textu.reference_vypis .wrap_referenci .item .obrazek {
    height: 320px;
  }
}
@media (max-width: 980px) {
  body.subpage main .formatovani_textu.reference_vypis .wrap_referenci .item .obrazek {
    height: 220px;
  }
}
@media (max-width: 710px) {
  body.subpage main .formatovani_textu.reference_vypis .wrap_referenci .item .obrazek {
    height: 140px;
  }
}
@media (max-width: 500px) {
  body.subpage main .formatovani_textu.reference_vypis .wrap_referenci .item .obrazek {
    height: auto;
    aspect-ratio: 1.3;
  }
}
body.subpage main .formatovani_textu.reference_vypis .wrap_referenci .item h4 {
  margin-top: 4px;
  margin-bottom: 0px;
}
body.subpage main .formatovani_textu.reference_vypis .wrap_referenci .item h4 a {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1E212C;
  text-decoration: none;
  max-height: 60px;
  overflow: hidden;
  display: block;
}
body.subpage main .formatovani_textu.reference_vypis .wrap_referenci .item h4 a:hover {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #F52F6E;
}
body.subpage main .formatovani_textu.reference_vypis .wrap_referenci .item p {
  margin-top: 0px;
  margin-bottom: 4px;
  padding: 0px;
}
body.subpage main .formatovani_textu.reference_vypis .wrap_referenci .item p a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
  text-decoration: none;
}
body.subpage main .formatovani_textu.reference_vypis .wrap_referenci .item:nth-child(1), body.subpage main .formatovani_textu.reference_vypis .wrap_referenci .item:nth-child(7) {
  grid-column: span 2;
}
@media (max-width: 710px) {
  body.subpage main .formatovani_textu.reference_vypis .wrap_referenci .item {
    grid-column: span 2;
  }
  body.subpage main .formatovani_textu.reference_vypis .wrap_referenci .item:nth-child(2), body.subpage main .formatovani_textu.reference_vypis .wrap_referenci .item:nth-child(3) {
    grid-column: span 3;
  }
  body.subpage main .formatovani_textu.reference_vypis .wrap_referenci .item:nth-child(1), body.subpage main .formatovani_textu.reference_vypis .wrap_referenci .item:nth-child(7) {
    grid-column: span 6;
  }
}
@media (max-width: 500px) {
  body.subpage main .formatovani_textu.reference_vypis .wrap_referenci .item, body.subpage main .formatovani_textu.reference_vypis .wrap_referenci .item:nth-child(1), body.subpage main .formatovani_textu.reference_vypis .wrap_referenci .item:nth-child(7), body.subpage main .formatovani_textu.reference_vypis .wrap_referenci .item:nth-child(2), body.subpage main .formatovani_textu.reference_vypis .wrap_referenci .item:nth-child(3) {
    grid-column: span 1;
  }
}
body.subpage main .formatovani_textu h1 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  line-height: 64px;
  letter-spacing: 0px;
  color: #1E212C;
  margin-bottom: 40px;
  margin-top: 20px;
}
body.subpage main .formatovani_textu h1 em {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: 400;
    font-size: 46px;
    line-height: 64px;
    letter-spacing: 0px;
    color: #F52F6E;
    margin-bottom: 40px;
    margin-top: 20px;
}
@media (max-width: 450px) {
  body.subpage main .formatovani_textu h1 {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #1E212C;
  }
    body.subpage main .formatovani_textu h1 em {
        font-family: "Lato bold";
        font-style: normal;
        font-weight: 400;
        font-size: 38px;
        line-height: 40px;
        letter-spacing: 0px;
        color: #F52F6E;
    }
}
body.subpage main .formatovani_textu h2 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #1E212C;
  margin-bottom: 40px;
  margin-top: 0px;
}
@media (max-width: 450px) {
  body.subpage main .formatovani_textu h2 {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #1E212C;
  }
}
body.subpage main .formatovani_textu h3 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #F52F6E;
  margin-bottom: 10px;
  margin-top: 30px;
}
body.subpage main .formatovani_textu h4 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #00C4B3;
  margin-bottom: 10px;
  margin-top: 30px;
}
body.subpage main .formatovani_textu h5 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 10px;
  margin-top: 30px;
}
body.subpage main .formatovani_textu p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
  padding: 10px 0px;
}
body.subpage main .formatovani_textu p em, body.subpage main .formatovani_textu p i {
  font-family: "Lato regular";
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
}
body.subpage main .formatovani_textu p.velky {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
}
body.subpage main .formatovani_textu p.vyrazny {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: white;
  background-color: #F52F6E;
  padding: 10px 20px;
  margin: 20px 0px;
}
body.subpage main .formatovani_textu p.vyrazny2 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: white;
  background-color: #00C4B3;
  padding: 10px 20px;
  margin: 20px 0px;
}
body.subpage main .formatovani_textu p.maly_1 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #787A80;
}
body.subpage main .formatovani_textu p.maly_2 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #787A80;
}
body.subpage main .formatovani_textu p.maly_3 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #787A80;
}
body.subpage main .formatovani_textu p.velky_1 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
}
body.subpage main .formatovani_textu p.velky_2 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #787A80;
}
body.subpage main .formatovani_textu p.velky_3 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #787A80;
}
body.subpage main .formatovani_textu p.nejvetsi {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #787A80;
}
body.subpage main .formatovani_textu p.jmeno {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
  padding: 0px;
}
body.subpage main .formatovani_textu p.spolecnost {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
  padding: 0px;
}
body.subpage main .formatovani_textu h1.nazev_hodnoceni {
  float: left;
  width: calc(100% - 160px);
}
@media (max-width: 500px) {
  body.subpage main .formatovani_textu h1.nazev_hodnoceni {
    float: none;
    width: 100%;
  }
}
body.subpage main .formatovani_textu .spolecnost_img {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  width: 130px;
  height: 50px;
  display: block;
  margin-left: 30px;
  margin-top: 30px;
  float: right;
}
body.subpage main .formatovani_textu .spolecnost_img img {
  display: none;
}
@media (max-width: 500px) {
  body.subpage main .formatovani_textu .spolecnost_img {
    float: none;
    margin: 10px auto;
  }
}
body.subpage main .formatovani_textu .ikona {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  width: 72px;
  height: 72px;
  display: block;
  margin-top: 30px;
}
body.subpage main .formatovani_textu .ikona img {
  display: none;
}
body.subpage main .formatovani_textu .porada {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  width: 100%;
  max-width: 360px;
  aspect-ratio: 1.3;
  display: block;
  margin-top: 30px;
  border-radius: 10px;
}
body.subpage main .formatovani_textu .porada img {
  display: none;
}
body.subpage main .formatovani_textu ul {
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 20px;
}
body.subpage main .formatovani_textu ul li {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
}
body.subpage main .formatovani_textu ul li.no_li {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
  list-style: none;
}
body.subpage main .formatovani_textu a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
  text-decoration: underline;
}
body.subpage main .formatovani_textu a:hover {
  text-decoration: none;
}
body.subpage main .formatovani_textu a.a_vyrazny {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #f526f5;
}
body.subpage main .formatovani_textu a.a_nevyrazny {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #b1b1b1;
}
body.subpage main .formatovani_textu a.a_cta {
  padding: 0px 40px;
  border-radius: 40px;
  background: #F52F6E;
  display: inline-block;
  text-decoration: none;
  margin-top: 40px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 52px;
  letter-spacing: 0.5px;
  color: #FFF;
  transition: 500ms;
  cursor: pointer;
}
body.subpage main .formatovani_textu a.a_cta:hover {
  background-color: #00C4B3;
}
body.subpage main .formatovani_textu a.a_cta2 {
  padding: 0px 40px;
  border-radius: 40px;
  background: #00C4B3;
  display: inline-block;
  text-decoration: none;
  margin-top: 40px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 52px;
  letter-spacing: 0.5px;
  color: #FFF;
  transition: 500ms;
  cursor: pointer;
}
body.subpage main .formatovani_textu a.a_cta2:hover {
  background-color: #F52F6E;
}
body.subpage main .formatovani_textu a.a_cta3 {
  padding: 0px 40px;
  border-radius: 40px;
  background: #000;
  display: inline-block;
  text-decoration: none;
  margin-top: 40px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 52px;
  letter-spacing: 0.5px;
  color: #FFF;
  transition: 500ms;
  cursor: pointer;
}
body.subpage main .formatovani_textu a.a_cta3:hover {
  background: #fff;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 52px;
  letter-spacing: 0.5px;
  color: #000;
}
body.subpage main .formatovani_textu span {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
}
body.subpage main .formatovani_textu span.vyrazny {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #000;
}
body.subpage main .formatovani_textu strong, body.subpage main .formatovani_textu b {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #1E212C;
}
body.subpage main .formatovani_textu strong.nejvetsi, body.subpage main .formatovani_textu b.nejvetsi {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #1E212C;
}
body.subpage main .formatovani_textu table {
  margin-top: 15px;
  margin-bottom: 64px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
}
body.subpage main .formatovani_textu table tr {
  border-bottom: 1px solid rgba(158, 158, 158, 0.4);
}
body.subpage main .formatovani_textu table tr td {
  text-align: left;
  padding: 15px 11px 8px 11px;
  margin: 3px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
}
body.subpage main .formatovani_textu table tr td img {
  width: 100%;
}
body.subpage main .formatovani_textu table tr td ul li {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
}
body.subpage main .formatovani_textu table tr td ol {
  margin-left: 20px;
  text-align: left;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
}
body.subpage main .formatovani_textu table tr td p {
  padding: 0px;
}
body.subpage main .formatovani_textu table.table_svetla td {
  background-color: #00C4B3;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .formatovani_textu table.table_svetla td p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .formatovani_textu table.table_svetla td p strong, body.subpage main .formatovani_textu table.table_svetla td p b {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .formatovani_textu table.table_svetla td a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .formatovani_textu table.table_svetla td ul li, body.subpage main .formatovani_textu table.table_svetla td ol li {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .formatovani_textu table.table_tmava tr td {
  background-color: #F52F6E;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .formatovani_textu table.table_tmava tr td p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .formatovani_textu table.table_tmava tr td p strong, body.subpage main .formatovani_textu table.table_tmava tr td p b {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .formatovani_textu table.table_tmava tr td a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .formatovani_textu table.table_tmava tr td ul li, body.subpage main .formatovani_textu table.table_tmava tr td ol li {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main .formatovani_textu img.img_vpravo {
  float: right;
  margin-top: 0px;
  margin-left: 72px;
  margin-bottom: 20px;
  max-width: 560px;
  width: calc(100% - 20px);
}
@media (max-width: 1100px) {
  body.subpage main .formatovani_textu img.img_vpravo {
    max-width: 420px;
    margin-left: 30px;
  }
}
@media (max-width: 880px) {
  body.subpage main .formatovani_textu img.img_vpravo {
    max-width: 560px;
    width: 100%;
    margin: 10px auto;
    float: none;
    display: block;
  }
}
body.subpage main .formatovani_textu img.img_vlevo {
  float: left;
  margin-top: 0px;
  margin-right: 72px;
  margin-bottom: 20px;
  max-width: 560px;
  width: calc(100% - 20px);
}
@media (max-width: 1100px) {
  body.subpage main .formatovani_textu img.img_vlevo {
    max-width: 420px;
    margin-right: 30px;
  }
}
@media (max-width: 880px) {
  body.subpage main .formatovani_textu img.img_vlevo {
    max-width: 560px;
    width: 100%;
    margin: 10px auto;
    float: none;
    display: block;
  }
}
body.subpage main .formatovani_textu img.img_100, body.subpage main .formatovani_textu img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    font-style: italic;
    background-repeat: no-repeat;
    background-size: cover;
    shape-magrgin: 0.75rem;
}
body.subpage main .formatovani_textu select {
  border: solid 1px black;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #000;
}
body.subpage main .formatovani_textu select::-moz-placeholder {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #000;
}
body.subpage main .formatovani_textu select::placeholder {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #000;
}
body.subpage main .formatovani_textu input[type=submit] {
  background-color: #F52F6E;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
}
body.subpage main .formatovani_textu input[type=submit]:hover {
  background-color: #000;
}
body.subpage main .formatovani_textu iframe {
  width: 100%;
  border: none;
}
body.subpage main .formatovani_textu .galerie {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  margin: 20px 0px;
}
body.subpage main .formatovani_textu .galerie a {
  display: block;
  aspect-ratio: 1;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  border-radius: 4px;
  opacity: 0.8;
  transition: 300ms;
}
body.subpage main .formatovani_textu .galerie a:hover {
  opacity: 1;
}
body.subpage main .formatovani_textu .galerie a img {
  display: none;
}
body.subpage main .formatovani_textu .wrap_referenci {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
@media (max-width: 780px) {
  body.subpage main .formatovani_textu .wrap_referenci {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.subpage main .formatovani_textu .wrap_referenci .item {
  display: block;
  border-radius: 4px;
  padding: 16px;
  border: solid 1px #f4f4f4;
}
body.subpage main .formatovani_textu .wrap_referenci .item:hover {
  box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, 0.03), 0px 12px 10px -6px rgba(154, 156, 165, 0.04), 0px 30px 24px -10px rgba(154, 156, 165, 0.05), 0px 80px 80px -20px rgba(154, 156, 165, 0.08);
}
body.subpage main .formatovani_textu .wrap_referenci .item .obrazek {
  display: block;
  width: 100%;
  aspect-ratio: 0.85;
  border-radius: 4px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
body.subpage main .formatovani_textu .wrap_referenci .item h4 {
  margin-top: 16px;
}
body.subpage main .formatovani_textu .wrap_referenci .item h4 a {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1E212C;
  text-decoration: none;
}
body.subpage main .formatovani_textu .wrap_referenci .item h4 a:hover {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #F52F6E;
}
body.subpage main .formatovani_textu .wrap_referenci .item p {
  margin-top: 4px;
  margin-bottom: 4px;
}
body.subpage main .formatovani_textu .wrap_referenci .item p a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
  text-decoration: none;
}
body.subpage main .formatovani_textu .strankovani {
  margin-top: 120px;
  text-align: left;
}
body.subpage main .formatovani_textu .strankovani a {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  margin: 0px 5px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #424551;
  text-decoration: none;
}
body.subpage main .formatovani_textu .strankovani a.sipka {
  background-image: url("../img/arrow_left_dark.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 48px;
  height: 48px;
}
body.subpage main .formatovani_textu .strankovani a.sipka:hover {
    background-image: url("../img/smartim-sipka-hover.svg");
}
body.subpage main .formatovani_textu .strankovani a.active, body.subpage main .formatovani_textu .strankovani a:hover {
  color: #F52F6E;
}
@media (max-width: 584px) {
  body.subpage main .formatovani_textu .strankovani {
    margin-top: 48px;
  }
}
body.subpage main .o_nas_wrap {
  margin-top: 50px;
}
body.subpage main .o_nas_wrap .zarovnani {
  max-width: 1230px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body.subpage main .o_nas_wrap .zarovnani .main_text {
  position: relative;
}
body.subpage main .o_nas_wrap .zarovnani .main_text .obrazek {
  float: right;
  width: 705px;
  margin-top: 32px;
}
body.subpage main .o_nas_wrap .zarovnani .main_text .obrazek .obr {
  background-image: url("../img/tym_venku.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  display: block;
  width: 100%;
  aspect-ratio: 1.23;
  border-radius: 4px;
}
body.subpage main .o_nas_wrap .zarovnani .main_text .obrazek .btn {
  margin-top: 32px;
  width: 152px;
  display: block;
  cursor: pointer;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #1E212C;
  z-index: 99;
  position: absolute;
  text-decoration: none;
}
body.subpage main .o_nas_wrap .zarovnani .main_text .obrazek .btn i {
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: rgb(245, 47, 110);
  background-image: url("../img/play.svg");
  background-repeat: no-repeat;
  background-size: 11px;
  background-position-x: 21px;
  background-position-y: center;
  transition: 500ms;
  vertical-align: middle;
  margin-right: 16px;
}
body.subpage main .o_nas_wrap .zarovnani .main_text .obrazek .btn:hover i {
  background-color: rgb(82, 9, 32);
}
@media (max-width: 1140px) {
  body.subpage main .o_nas_wrap .zarovnani .main_text .obrazek {
    width: 605px;
    margin-top: 52px;
  }
}
@media (max-width: 1020px) {
  body.subpage main .o_nas_wrap .zarovnani .main_text .obrazek {
    width: 550px;
  }
}
body.subpage main .o_nas_wrap .zarovnani .main_text .obrazek.mobil {
  display: none;
}
body.subpage main .o_nas_wrap .zarovnani .main_text .obrazek.mobil .btn {
    position: relative;
    width: 156px;
}
@media (max-width: 980px) {
  body.subpage main .o_nas_wrap .zarovnani .main_text .obrazek {
    display: none;
  }
  body.subpage main .o_nas_wrap .zarovnani .main_text .obrazek.mobil {
    display: block;
    float: none;
    width: 100%;
  }
  body.subpage main .o_nas_wrap .zarovnani .main_text .obrazek.mobil .obr {
    display: block;
    margin: 0px auto;
    max-width: 550px;
  }
}
@media (max-width: 980px) and (max-width: 584px) {
  body.subpage main .o_nas_wrap .zarovnani .main_text .obrazek.mobil .obr {
    aspect-ratio: 1.85;
  }
}
@media (max-width: 980px) {
  body.subpage main .o_nas_wrap .zarovnani .main_text .obrazek.mobil .btn {
    margin: 20px auto;
  }
}
body.subpage main .o_nas_wrap .zarovnani .main_text .obsah p {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #1E212C;
  text-transform: uppercase;
}
body.subpage main .o_nas_wrap .zarovnani .main_text .obsah h1 {
  font-family: "Lato black";
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 1px;
  color: #1E212C;
  margin-top: 8px;
}
@media (max-width: 1020px) {
  body.subpage main .o_nas_wrap .zarovnani .main_text .obsah h1 {
    font-family: "Lato black";
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 60px;
    letter-spacing: 1px;
    color: #1E212C;
  }
}
@media (max-width: 584px) {
  body.subpage main .o_nas_wrap .zarovnani .main_text .obsah h1 {
    font-family: "Lato black";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #1E212C;
    max-width: 300px;
  }
}
body.subpage main .o_nas_wrap .zarovnani .main_text .obsah .pozadi {
  position: relative;
  margin-top: 100px;
  padding-top: 60px;
  padding-left: 48px;
  padding-bottom: 44px;
}
body.subpage main .o_nas_wrap .zarovnani .main_text .obsah .pozadi::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 705px;
  height: 100%;
  background-color: rgb(244, 245, 246);
  z-index: -1;
}
@media (max-width: 1050px) {
  body.subpage main .o_nas_wrap .zarovnani .main_text .obsah .pozadi::before {
    width: 100%;
  }
}
body.subpage main .o_nas_wrap .zarovnani .main_text .obsah .pozadi p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
  text-transform: initial;
  padding-top: 26px;
  max-width: 400px;
  padding-right: 30px;
}
body.subpage main .o_nas_wrap .zarovnani .main_text .obsah .pozadi p.est {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #1E212C;
  text-transform: uppercase;
  padding-top: 0px;
}
@media (max-width: 1220px) {
  body.subpage main .o_nas_wrap .zarovnani .main_text .obsah .pozadi p {
    max-width: 320px;
  }
}
body.subpage main .o_nas_wrap .zarovnani .main_text .obsah .pozadi h2 {
  font-family: "Lato black";
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 1px;
  color: #1E212C;
  padding-bottom: 14px;
}
@media (max-width: 584px) {
  body.subpage main .o_nas_wrap .zarovnani .main_text .obsah .pozadi h2 {
    font-family: "Lato black";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #1E212C;
    padding-bottom: 0px;
  }
}
body.subpage main .o_nas_wrap .zarovnani .main_text .obsah .pozadi .vice_o_nas {
  display: none;
}
body.subpage main .o_nas_wrap .zarovnani .main_text .obsah .pozadi .zobrazit_vice {
  margin-top: 26px;
  display: inline-block;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #424551;
  cursor: pointer;
}
body.subpage main .o_nas_wrap .zarovnani .main_text .obsah .pozadi .zobrazit_vice i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/arrow_down_black.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position-x: center;
  background-position-y: center;
  vertical-align: middle;
  margin-left: 8px;
  transition: 400ms;
}
body.subpage main .o_nas_wrap .zarovnani .main_text .obsah .pozadi .zobrazit_vice:hover {
  text-decoration: underline;
}
body.subpage main .o_nas_wrap .zarovnani .main_text .obsah .pozadi .zobrazit_vice:hover i {
  transform: translateY(10px);
}
body.subpage main .o_nas_wrap .zarovnani .main_text .obsah .pozadi.rozsirene::before {
  width: 994px;
}
@media (max-width: 1050px) {
  body.subpage main .o_nas_wrap .zarovnani .main_text .obsah .pozadi.rozsirene::before {
    width: 100%;
  }
}
body.subpage main .o_nas_wrap .zarovnani .main_text .obsah .pozadi.rozsirene .vice_o_nas p {
  max-width: 828px;
  padding-right: 0px;
}
body.subpage main .o_nas_wrap .zarovnani .main_text .obsah .pozadi.rozsirene .vice_o_nas .zavrit_vice {
  margin-top: 26px;
  display: inline-block;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #424551;
  cursor: pointer;
}
body.subpage main .o_nas_wrap .zarovnani .main_text .obsah .pozadi.rozsirene .vice_o_nas .zavrit_vice i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/arrow_down_black.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position-x: center;
  background-position-y: center;
  transform: rotate(180deg);
  vertical-align: middle;
  margin-left: 8px;
  transition: 400ms;
}
body.subpage main .o_nas_wrap .zarovnani .main_text .obsah .pozadi.rozsirene .vice_o_nas .zavrit_vice:hover {
  text-decoration: underline;
}
body.subpage main .o_nas_wrap .zarovnani .main_text .obsah .pozadi.rozsirene .vice_o_nas .zavrit_vice:hover i {
  transform: rotate(180deg) translateY(10px);
}
@media (max-width: 980px) {
  body.subpage main .o_nas_wrap .zarovnani .main_text .obsah .pozadi {
    margin-top: 40px;
    padding-top: 40px;
    padding-right: 48px;
  }
  body.subpage main .o_nas_wrap .zarovnani .main_text .obsah .pozadi p {
    max-width: 100%;
    padding-right: 0px;
  }
}
body.subpage main .o_nas_wrap .zarovnani .co_jak_proc {
  width: 1020px;
  margin-left: auto;
  margin-top: 110px;
  display: grid;
  grid-template-columns: 1fr 705px;
  grid-column-gap: 67px;
}
@media (max-width: 1100px) {
  body.subpage main .o_nas_wrap .zarovnani .co_jak_proc {
    width: 100%;
    grid-template-columns: 248px 1fr;
  }
}
@media (max-width: 940px) {
  body.subpage main .o_nas_wrap .zarovnani .co_jak_proc {
    display: block;
    margin-top: 80px;
  }
}
body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .prepinace div {
  transition: 400ms;
  cursor: pointer;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #9A9CA5;
}
body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .prepinace div strong {
  font-family: "Lato black";
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #9A9CA5;
  padding-right: 8px;
  transition: 400ms;
}
body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .prepinace div i {
  display: inline-block;
  width: 18px;
  height: 26px;
  background-image: url("../img/arrow_left_light.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  vertical-align: middle;
  margin-left: 11px;
  transition: 400ms;
}
body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .prepinace div:hover {
  cursor: pointer;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #424551;
}
body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .prepinace div:hover strong {
  font-family: "Lato black";
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #424551;
}
body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .prepinace div:hover i {
  background-image: url("../img/arrow_left_dark.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .prepinace div.active {
  cursor: pointer;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #F52F6E;
}
body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .prepinace div.active strong {
  font-family: "Lato black";
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #F52F6E;
}
body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .prepinace div.active i {
  display: none;
}
@media (max-width: 940px) {
  body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .prepinace div {
    display: inline-block;
    width: 98px;
    margin-right: 48px;
    vertical-align: top;
    padding-bottom: 7px;
    border-bottom: solid 1px white;
  }
  body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .prepinace div strong {
    font-family: "Lato black";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #9A9CA5;
    display: block;
  }
  body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .prepinace div:hover strong {
    font-family: "Lato black";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #424551;
  }
  body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .prepinace div.active {
    border-bottom: solid 1px #F52F6E;
  }
  body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .prepinace div.active strong {
    font-family: "Lato black";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #F52F6E;
  }
  body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .prepinace div i {
    display: none;
  }
}
@media (max-width: 480px) {
  body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .prepinace div {
    margin-right: 20px;
  }
}
@media (max-width: 400px) {
  body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .prepinace div {
    width: 80px;
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #9A9CA5;
  }
  body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .prepinace div strong {
    font-family: "Lato black";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #9A9CA5;
    display: block;
  }
  body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .prepinace div:hover {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #424551;
  }
  body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .prepinace div:hover strong {
    font-family: "Lato black";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #424551;
  }
  body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .prepinace div.active {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #F52F6E;
  }
  body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .prepinace div.active strong {
    font-family: "Lato black";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #F52F6E;
  }
}
body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .obsahy div {
  display: none;
}
@media (max-width: 940px) {
  body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .obsahy div {
    margin-top: 17px;
  }
}
body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .obsahy div p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #424551;
  padding-bottom: 30px;
}
@media (max-width: 940px) {
  body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .obsahy div p {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #424551;
  }
}
body.subpage main .o_nas_wrap .zarovnani .co_jak_proc .obsahy div.active {
  display: block;
}
body.subpage main .kdo_jsme_s_fotkami {
  padding-top: 169px;
}
@media (max-width: 980px) {
  body.subpage main .kdo_jsme_s_fotkami {
    padding-top: 47px;
  }
}
body.subpage main .kdo_jsme_s_fotkami.v_kontaktu {
  padding-top: 53px;
  padding-bottom: 162px;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani {
  max-width: 1230px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani p {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #1E212C;
  text-transform: uppercase;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani h2 {
  margin-top: 8px;
  font-family: "Lato black";
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #1E212C;
}
@media (max-width: 980px) {
  body.subpage main .kdo_jsme_s_fotkami .zarovnani h2 {
    font-family: "Lato black";
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #1E212C;
  }
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .wrap {
  padding-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 60px;
}
@media (max-width: 780px) {
  body.subpage main .kdo_jsme_s_fotkami .zarovnani .wrap {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
  }
}
@media (max-width: 700px) {
  body.subpage main .kdo_jsme_s_fotkami .zarovnani .wrap {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 26px;
    grid-row-gap: 38px;
  }
}
@media (max-width: 584px) {
  body.subpage main .kdo_jsme_s_fotkami .zarovnani .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .wrap .popup_zamestnanec {
  display: none;
  position: fixed;
  width: 550px;
  height: 606px;
  top: calc(50% - 303px);
  left: calc(50% - 275px);
  z-index: 999;
  background: linear-gradient(0deg, #F0F0F0 0%, #F0F0F0 100%), linear-gradient(0deg, #F0F0F0 0%, #F0F0F0 100%), #F0F0F0;
  padding: 54px 51px;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .wrap .popup_zamestnanec .zavrit_popup_zamestnanec {
  position: absolute;
  top: 54px;
  right: 51px;
  width: 27px;
  height: 27px;
  cursor: pointer;
  background-image: url("../img/zavrit_popup.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  transition: 300ms;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .wrap .popup_zamestnanec .zavrit_popup_zamestnanec:hover {
  transform: scale(1.05);
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .wrap .popup_zamestnanec h3 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-top: 18px;
  padding-bottom: 2px;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .wrap .popup_zamestnanec p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-top: 9px;
  text-transform: initial;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .wrap .popup_zamestnanec p a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1E212C;
  text-decoration: none;
  opacity: 0.6;
  transition: 300ms;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .wrap .popup_zamestnanec p a:hover {
  opacity: 1;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .wrap .popup_zamestnanec .fotka {
  display: block;
  width: 236px;
  height: 281.971px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  margin-top: 18px;
}
@media (max-width: 600px) {
  body.subpage main .kdo_jsme_s_fotkami .zarovnani .wrap .popup_zamestnanec {
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
  }
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .wrap .karta_tymu {
  text-align: center;
  transition: 500ms;
  cursor: pointer;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .wrap .karta_tymu .obrazek {
  display: block;
  width: 100%;
  aspect-ratio: 0.83;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  position: relative;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .wrap .karta_tymu .jmeno {
  margin-top: 16px;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #424551;
  text-transform: initial;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .wrap .karta_tymu .pozice {
  margin-top: 4px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
  text-transform: initial;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .wrap .karta_tymu:hover .obrazek .wrappik {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(30, 33, 44, 0) 43.9%, rgba(30, 33, 44, 0.03) 55.21%, rgba(30, 33, 44, 0.33) 68.73%, rgba(30, 33, 44, 0.56) 76.17%, rgba(30, 33, 44, 0.77) 83.75%, rgba(30, 33, 44, 0.92) 91.49%, #1E212C 100%);
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .wrap .karta_tymu:hover .obrazek .wrappik .stin {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 52px;
  right: 16px;
  text-align: right;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .wrap .karta_tymu:hover .obrazek .wrappik .stin a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.12);
  transition: 300ms;
  vertical-align: bottom;
  margin: 0px 3px;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .wrap .karta_tymu:hover .obrazek .wrappik .stin a .icon {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .wrap .karta_tymu:hover .obrazek .wrappik .stin a:hover {
  background-color: white;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .wrap .karta_tymu:hover .obrazek .wrappik .stin a:hover .icon {
  filter: invert(34%) sepia(90%) saturate(4335%) hue-rotate(324deg) brightness(99%) contrast(94%);
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .wrap .karta_tymu:hover .obrazek .wrappik .stin a.facebook .icon {
  background-image: url("../img/facebook.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .wrap .karta_tymu:hover .obrazek .wrappik .stin a.instagram .icon {
  background-image: url("../img/instagram.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .wrap .karta_tymu:hover .obrazek .wrappik .stin a.linkedin .icon {
  background-image: url("../img/linkedin.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .odkazy {
  padding-top: 76px;
  text-align: center;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .odkazy a {
  display: inline-block;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .odkazy a.prohlednout_cely_tym {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #1E212C;
  text-decoration: none;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .odkazy a.prohlednout_cely_tym i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 18px;
  background-image: url("../img/tym.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  margin-right: 14px;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .odkazy a.prohlednout_cely_tym:hover {
  text-decoration: underline;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .odkazy a.pridej_se_k_nam {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #F52F6E;
  text-decoration: none;
  margin-left: 60px;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .odkazy a.pridej_se_k_nam i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-image: url("../img/plus_pink.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  margin-right: 17px;
}
body.subpage main .kdo_jsme_s_fotkami .zarovnani .odkazy a.pridej_se_k_nam:hover {
  text-decoration: underline;
}
@media (max-width: 470px) {
  body.subpage main .kdo_jsme_s_fotkami .zarovnani .odkazy a.pridej_se_k_nam {
    margin-left: 20px;
  }
}
@media (max-width: 430px) {
  body.subpage main .kdo_jsme_s_fotkami .zarovnani .odkazy a {
    display: block;
    text-align: left;
    margin: 10px auto !important;
  }
}
body.subpage main .kontakty_wrap {
  margin-top: 50px;
}
@media (max-width: 584px) {
  body.subpage main .kontakty_wrap {
    margin-top: 30px;
  }
}
body.subpage main .kontakty_wrap .zarovnani {
  max-width: 1230px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple {
  display: grid;
  grid-template-columns: 328px 1fr;
  grid-column-gap: 92px;
}
@media (max-width: 1070px) {
  body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple {
    grid-column-gap: 20px;
  }
}
@media (max-width: 980px) {
  body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple {
    display: block;
  }
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .vyber_formuluar h2 {
  font-family: "Lato black";
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #1E212C;
}
@media (max-width: 584px) {
  body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .vyber_formuluar h2 {
    font-family: "Lato black";
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #1E212C;
  }
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .vyber_formuluar .vybery {
  margin-top: 32px;
}
@media (max-width: 584px) {
  body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .vyber_formuluar .vybery {
    margin-top: 16px;
    text-align: center;
  }
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .vyber_formuluar .vybery div {
  transition: 400ms;
  margin-bottom: 12px;
  cursor: pointer;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #9A9CA5;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .vyber_formuluar .vybery div i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../img/arrow_left_light.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  vertical-align: middle;
  margin-left: 11px;
  transition: 400ms;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .vyber_formuluar .vybery div:hover {
  cursor: pointer;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #424551;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .vyber_formuluar .vybery div:hover i {
  background-image: url("../img/arrow_left_dark.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .vyber_formuluar .vybery div.active {
  cursor: pointer;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #F52F6E;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .vyber_formuluar .vybery div.active i {
  display: none;
}
@media (max-width: 584px) {
  body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .vyber_formuluar .vybery div {
    display: inline-block;
    vertical-align: middle;
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #9A9CA5;
    padding-bottom: 17px;
    margin: 0px 10px;
  }
  body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .vyber_formuluar .vybery div i {
    display: none;
  }
  body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .vyber_formuluar .vybery div:hover {
    cursor: pointer;
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #424551;
  }
  body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .vyber_formuluar .vybery div:hover i {
    display: none;
  }
  body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .vyber_formuluar .vybery div.active {
    cursor: pointer;
    position: relative;
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #F52F6E;
  }
  body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .vyber_formuluar .vybery div.active i {
    display: none;
  }
  body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .vyber_formuluar .vybery div.active::after {
    content: "";
    background-color: #F52F6E;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare {
  grid-row: span 2;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah {
  display: none;
  margin-top: 40px;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah.active, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah.active, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah.active {
  display: block;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah p, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah p, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1E212C;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form {
  margin-top: 60px;
  width: 100%;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form .inpts, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form .inpts, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form .inpts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 470px) {
  body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form .inpts, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form .inpts, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form .inpts {
    display: block;
  }
  body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form .inpts label, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form .inpts label, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form .inpts label {
    margin-top: 12px;
    display: block;
  }
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form label p, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form label p, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form label p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #424551;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form label input, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form label input, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form label input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #D7DADD;
  background: #F4F5F6;
  padding: 13px 16px;
  margin-top: 8px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #9A9CA5;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form label input::-moz-placeholder, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form label input::-moz-placeholder, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form label input::-moz-placeholder {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #9A9CA5;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form label input::placeholder, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form label input::placeholder, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form label input::placeholder {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #9A9CA5;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form label textarea, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form label textarea, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form label textarea {
  width: 100%;
  height: 102px;
  border-radius: 4px;
  border: 1px solid #D7DADD;
  background: #F4F5F6;
  padding: 13px 16px;
  margin-top: 8px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #9A9CA5;
  resize: none;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form label textarea::-moz-placeholder, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form label textarea::-moz-placeholder, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form label textarea::-moz-placeholder {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #9A9CA5;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form label textarea::placeholder, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form label textarea::placeholder, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form label textarea::placeholder {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #9A9CA5;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form label select, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form label select, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form label select {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #D7DADD;
  background: #F4F5F6;
  padding: 13px 16px;
  margin-top: 8px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #9A9CA5;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: 300ms;
  background-image: url("../img/arrow_down_light.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 94%;
  background-position-y: center;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form label select::-moz-placeholder, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form label select::-moz-placeholder, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form label select::-moz-placeholder {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #9A9CA5;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form label select::placeholder, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form label select::placeholder, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form label select::placeholder {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #9A9CA5;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form label select:hover, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form label select:hover, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form label select:hover {
  background-color: #ffffff;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form input[type=submit], body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form input[type=submit], body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form input[type=submit] {
  margin-top: 48px;
  width: 194px;
  height: 52px;
  border-radius: 40px;
  border-radius: 40px;
  background: #F52F6E;
  cursor: pointer;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 52px;
  letter-spacing: 0.5px;
  color: #FFF;
  text-align: center;
  transition: 500ms;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form input[type=submit]:hover, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form input[type=submit]:hover, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form input[type=submit]:hover {
  background-color: #000;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form .orientacni_cena, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form .orientacni_cena, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form .orientacni_cena {
  margin-bottom: 40px;
  display: block;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form .orientacni_cena p, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form .orientacni_cena p, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form .orientacni_cena p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #424551;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form .orientacni_cena input#amount, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form .orientacni_cena input#amount, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form .orientacni_cena input#amount {
  color: white !important;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form .orientacni_cena .range-wrap, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form .orientacni_cena .range-wrap, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form .orientacni_cena .range-wrap {
  width: 100%;
  position: relative;
  height: 22px;
  margin-top: 20px;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form .orientacni_cena .range-value, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form .orientacni_cena .range-value, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form .orientacni_cena .range-value {
  position: absolute;
  top: -50%;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form .orientacni_cena .range-value span, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form .orientacni_cena .range-value span, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form .orientacni_cena .range-value span {
  width: auto;
  height: 22px;
  text-align: center;
  padding: 0px 10px;
  background: #424551;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 6px;
  white-space: nowrap;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #FFF;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form .orientacni_cena .ui-slider-horizontal, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form .orientacni_cena .ui-slider-horizontal, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form .orientacni_cena .ui-slider-horizontal {
  height: 2px;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form .orientacni_cena .ui-widget-content, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form .orientacni_cena .ui-widget-content, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form .orientacni_cena .ui-widget-content {
  background-color: #D7DADD;
  border: none;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form .orientacni_cena .ui-widget-header, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form .orientacni_cena .ui-widget-header, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form .orientacni_cena .ui-widget-header {
  background-color: #F52F6E;
  border: none;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form .orientacni_cena .ui-state-default, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form .orientacni_cena .ui-widget-content .ui-state-default, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form .orientacni_cena .ui-widget-header .ui-state-default, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form .orientacni_cena .ui-button, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form .orientacni_cena html .ui-button.ui-state-disabled:hover, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form .orientacni_cena html .ui-button.ui-state-disabled:active, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form .orientacni_cena .ui-state-default, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form .orientacni_cena .ui-widget-content .ui-state-default, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form .orientacni_cena .ui-widget-header .ui-state-default, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form .orientacni_cena .ui-button, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form .orientacni_cena html .ui-button.ui-state-disabled:hover, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form .orientacni_cena html .ui-button.ui-state-disabled:active, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form .orientacni_cena .ui-state-default, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form .orientacni_cena .ui-widget-content .ui-state-default, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form .orientacni_cena .ui-widget-header .ui-state-default, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form .orientacni_cena .ui-button, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form .orientacni_cena html .ui-button.ui-state-disabled:hover, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form .orientacni_cena html .ui-button.ui-state-disabled:active {
  background-color: #F52F6E;
  height: 16px;
  width: 16px;
  border: solid 1px white;
  border-radius: 8px;
  top: -8px;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah .nabidky_prace, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah .nabidky_prace, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah .nabidky_prace {
  width: 100%;
  margin-top: 60px;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah .nabidky_prace .nabidka, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah .nabidky_prace .nabidka, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah .nabidky_prace .nabidka {
  padding-bottom: 24px;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah .nabidky_prace .nabidka .nazev_prace h3, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah .nabidky_prace .nabidka .nazev_prace h3, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah .nabidky_prace .nabidka .nazev_prace h3 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1E212C;
  cursor: pointer;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah .nabidky_prace .nabidka .nazev_prace h3 i, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah .nabidky_prace .nabidka .nazev_prace h3 i, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah .nabidky_prace .nabidka .nazev_prace h3 i {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/plus_pink.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah .nabidky_prace .nabidka .nazev_prace.active h3 i, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah .nabidky_prace .nabidka .nazev_prace.active h3 i, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah .nabidky_prace .nabidka .nazev_prace.active h3 i {
  background-image: url("../img/minus_pink.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah .nabidky_prace .nabidka .obsah_prace, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah .nabidky_prace .nabidka .obsah_prace, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah .nabidky_prace .nabidka .obsah_prace {
  display: none;
  grid-template-columns: 1fr 139px;
  grid-gap: 77px;
  padding-left: 40px;
  padding-top: 12px;
}
@media (max-width: 584px) {
  body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah .nabidky_prace .nabidka .obsah_prace, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah .nabidky_prace .nabidka .obsah_prace, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah .nabidky_prace .nabidka .obsah_prace {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah .nabidky_prace .nabidka .obsah_prace.active, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah .nabidky_prace .nabidka .obsah_prace.active, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah .nabidky_prace .nabidka .obsah_prace.active {
  display: grid;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah .nabidky_prace .nabidka .obsah_prace p, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah .nabidky_prace .nabidka .obsah_prace p, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah .nabidky_prace .nabidka .obsah_prace p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah .nabidky_prace .nabidka .obsah_prace .zajem, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah .nabidky_prace .nabidka .obsah_prace .zajem, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah .nabidky_prace .nabidka .obsah_prace .zajem {
  border-radius: 40px;
  border: 1px solid #F52F6E;
  height: 44px;
  text-align: center;
  text-decoration: none;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0.5px;
  color: #F52F6E;
  transition: 300ms;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah .nabidky_prace .nabidka .obsah_prace .zajem:hover, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah .nabidky_prace .nabidka .obsah_prace .zajem:hover, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah .nabidky_prace .nabidka .obsah_prace .zajem:hover {
  background-color: #F52F6E;
  color: white;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .adresa {
  padding-top: 50px;
}
@media (max-width: 980px) {
  body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .adresa {
    max-width: 400px;
    margin: 0px auto;
  }
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .adresa h3 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #1E212C;
  text-transform: uppercase;
  padding-bottom: 8px;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .adresa p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #424551;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .adresa a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #424551;
  text-decoration: none;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .adresa a:hover {
  text-decoration: underline;
}
body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .adresa .pobocky, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .adresa .kontakt_mail_tel, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .adresa .fakturacni_udaje {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
  padding-bottom: 61px;
}

.popup_kontakt {
  left: calc(50% - 486px);
  top: 85px;
  width: 973px;
  height: 804px;
  position: fixed;
  z-index: 99;
  background-color: rgb(240, 240, 240);
  padding: 54px 51px;
  display: none;
}
.popup_kontakt.active {
  display: block;
}
@media (max-width: 980px) {
  .popup_kontakt {
    width: 100%;
    left: 0px;
  }
}
@media (max-width: 508px) {
  .popup_kontakt {
    padding: 54px 46px;
    overflow-y: scroll;
    top: 90px;
    height: calc(100% - 90px);
    padding-bottom: 40px;
  }
}
.popup_kontakt .zavrit_popup_kontakt {
  position: absolute;
  top: 54px;
  right: 51px;
  width: 27px;
  height: 27px;
  cursor: pointer;
  background-image: url("../img/zavrit_popup.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  transition: 300ms;
}
.popup_kontakt .zavrit_popup_kontakt:hover {
  transform: scale(1.05);
}
@media (max-width: 508px) {
  .popup_kontakt .zavrit_popup_kontakt {
    right: 47px;
  }
}
.popup_kontakt h2 {
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-top: 18px;
  padding-bottom: 2px;
  padding-left: 30px;
}
@media (max-width: 508px) {
  .popup_kontakt h2 {
    padding-top: 0px;
    padding-left: 0px;
  }
}
.popup_kontakt p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-left: 30px;
  padding-top: 15px;
  text-transform: initial;
}
@media (max-width: 508px) {
  .popup_kontakt p {
    padding-top: 15px;
    padding-left: 0px;
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1E212C;
  }
}
.popup_kontakt form {
  width: 100%;
  padding-top: 60px;
  padding-left: 30px;
}
@media (max-width: 508px) {
  .popup_kontakt form {
    padding-top: 28px;
    padding-left: 0px;
  }
}
.popup_kontakt form .inpts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 24px;
  grid-column-gap: 30px;
}
@media (max-width: 508px) {
  .popup_kontakt form .inpts {
    grid-column-gap: 18px;
  }
}
@media (max-width: 490px) {
  .popup_kontakt form .inpts {
    display: block;
  }
}
@media (max-width: 490px) {
  .popup_kontakt form label {
    margin-top: 24px;
    display: block;
  }
}
.popup_kontakt form p {
  padding-left: 0px;
  padding-top: 0px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #424551;
}
.popup_kontakt form .zprava {
  padding-top: 24px;
  display: block;
}
@media (max-width: 490px) {
  .popup_kontakt form .zprava {
    padding-top: 0px;
  }
}
.popup_kontakt form input {
  width: 100%;
  height: 52px;
  outline: none;
  border-radius: 4px;
  padding-left: 10px;
  margin-top: 8px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #9A9CA5;
  border-radius: 4px;
  border: 1px solid #D7DADD;
  background: #F4F5F6;
}
.popup_kontakt form input::-moz-placeholder {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #9A9CA5;
}
.popup_kontakt form input::placeholder {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #9A9CA5;
}
.popup_kontakt form input[type=submit] {
  display: block;
  width: 194px;
  height: 52px;
  cursor: pointer;
  font-family: "Lato bold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  background-color: #F52F6E;
  transition: 400ms;
  border-radius: 40px;
  padding-left: 0px;
  margin-top: 48px;
}
.popup_kontakt form input[type=submit]:hover {
  background-color: #000;
}
.popup_kontakt form textarea {
  width: 100%;
  height: 102px;
  outline: none;
  border-radius: 4px;
  padding-left: 10px;
  margin-top: 8px;
  padding-top: 14px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #9A9CA5;
  border-radius: 4px;
  border: 1px solid #D7DADD;
  background: #F4F5F6;
  resize: none;
}
.popup_kontakt form textarea::-moz-placeholder {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #9A9CA5;
}
.popup_kontakt form textarea::placeholder {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #9A9CA5;
}

#mizejici_hlaska {
  position: fixed;
  background: white;
  bottom: 10px;
  right: 10px;
  padding: 20px;
  border-radius: 8px;
  border: solid 1px #e1e1e1;
  box-shadow: lightgray 1px 1px 5px 0px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #1E212C;
  transition: 400ms;
  opacity: 0;
  display: block;
}

.stin_cely_web {
  background: rgba(0, 0, 0, 0.35);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 79;
  display: none;
  overflow: none;
}
.stin_cely_web.active {
  display: block;
}
#copy_url_wrap {
    position: absolute;
    width: 500px;
    height: 110px;
    background: white;
    padding: 10px;
    top: 140px;
    right: 0px;
    display: none;
}
#copy_url_wrap .close_url_copy {
    position: absolute;
    font-family: "Lato bold";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0px;
    color: #1E212C;
    cursor: pointer;
    right: 10px;
}
#copy_url_wrap p {
    text-align: center;
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0px;
    color: #1E212C;
    margin-bottom: 10px;
}
#copy_url_wrap textarea {
    resize: none;
    width: 100%;
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #1E212C;
    padding: 4px;
    border: solid 1px #a19d9d;
    border-radius: 4px;
}
@media (max-width: 550px) {
    #copy_url_wrap {
        width: 100%;
        height: auto;
        padding: 5px;
        top: 160px;
    }
    #copy_url_wrap .close_url_cop {
        font-size: 13px;
        line-height: 20px;
    }
    #copy_url_wrap p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    #copy_url_wrap textarea {
        font-size: 12px;
        line-height: 16px;
        padding: 2px;
    }
}
body.subpage main .kontakty_wrap.pobocky .zarovnani .wrap_kontakt_multiple .vyber_formuluar {
    grid-column: span 2;
}
body.subpage main .kontakty_wrap.pobocky .zarovnani .wrap_kontakt_multiple .formulare {
    grid-row: initial;
    grid-area: 2/2;
}
body.subpage main .kontakty_wrap.pobocky .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah {
    margin-top: 0px;
}
body.subpage main .kontakty_wrap.pobocky .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form {
    margin-top: 20px;
}
body.subpage main .kontakty_wrap.pobocky .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form input[type=submit] {
    padding: 0px;
}
body.subpage main .kontakty_wrap.pobocky .zarovnani .wrap_kontakt_multiple .adresa {
    padding-top: 0px;
}
body.subpage main .kontakty_wrap.pobocky .zarovnani .wrap_kontakt_multiple .adresa .ads_info p {
    padding: 0px;
}
body.subpage main .kontakty_wrap.pobocky .zarovnani .wrap_kontakt_multiple .adresa .ads_info a {
    text-decoration: underline;
}
body.subpage main .kontakty_wrap.pobocky .zarovnani .wrap_kontakt_multiple .adresa .ads_info a:hover {
    text-decoration: none;
}
body.subpage main .kontakty_wrap.pobocky .zarovnani .wrap_kontakt_multiple .adresa .ads_info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 40px;
}
body.subpage main .kontakty_wrap.pobocky .zarovnani .galerie_kontaktu {
    margin-top: 78px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 23px;
}
body.subpage main .kontakty_wrap.pobocky .zarovnani .galerie_kontaktu a {
    display: block;
    width: 100%;
    aspect-ratio: 1.48;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
body.subpage main .kontakty_wrap.pobocky .zarovnani .galerie_kontaktu a img {
    display: none;
}
body.subpage main .kontakty_wrap.pobocky .zarovnani .mapa {
    display: block;
    width: 100%;
    margin-top: 114px;
    margin-bottom: 457px;
}
body.subpage main .kontakty_wrap.pobocky .zarovnani .mapa img {
    width: 100%;
}
@media (max-width: 750px) {
    body.subpage main .kontakty_wrap.pobocky .zarovnani .galerie_kontaktu {
        margin-top: 35px;
    }
    body.subpage main .kontakty_wrap.pobocky .zarovnani .mapa {
        margin-top: 50px;
        margin-bottom: 100px;
    }
}
body.subpage main .formatovani_textu.kariera {
    margin-top: 50px;
}
body.subpage main .formatovani_textu.kariera h2 {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 37px;
    letter-spacing: 0px;
    color: #1E212C;
    margin-bottom: 0px;
    margin-top: 0px;
}
body.subpage main .formatovani_textu.kariera ul {
    margin-bottom: 50px;
}
body.subpage main .formatovani_textu.kariera ul li {
    line-height: 34px;
}
body.subpage main .formatovani_textu.kariera p {
    padding-top: 20px;
}
body.subpage main .formatovani_textu.kariera .zarovnani .galerie_kariera {
    margin-top: 39px;
    margin-bottom: 110px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 23px;
}
body.subpage main .formatovani_textu.kariera .zarovnani .galerie_kariera a {
    display: block;
    width: 100%;
    aspect-ratio: 1.48;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
body.subpage main .formatovani_textu.kariera .zarovnani .galerie_kariera a img {
    display: none;
}
@media (max-width: 750px) {
    body.subpage main .formatovani_textu.kariera .zarovnani .galerie_kariera {
        margin-top: 15px;
        margin-bottom: 50px;
    }
}
body.subpage main .formatovani_textu.kariera .kde_budete_pracovat {
    display: grid;
    grid-template-columns: 1fr 547px;
    grid-gap: 20px;
}
body.subpage main .formatovani_textu.kariera .kde_budete_pracovat .obsah p {
    max-width: 560px;
}
body.subpage main .formatovani_textu.kariera .kde_budete_pracovat .obsah h3 {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #1E212C;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase;
}
body.subpage main .formatovani_textu.kariera .kde_budete_pracovat .obsah .adrs_info {
    display: grid;
    grid-template-columns: 160px 160px;
    grid-gap: 36px;
}
body.subpage main .formatovani_textu.kariera .kde_budete_pracovat .obsah .adrs_info .adrs p {
    padding-top: 0px;
    font-size: 14px;
    line-height: 21px;
}
body.subpage main .formatovani_textu.kariera .kde_budete_pracovat .obsah .adrs_info .info a {
    font-size: 14px;
    line-height: 21px;
}
body.subpage main .formatovani_textu.kariera .kde_budete_pracovat .mapa img {
    display: block;
    width: 100%;
}
body.subpage main .formatovani_textu.kariera .kde_budete_pracovat .galerie_kde_budete_pracovat {
    grid-column: span 2;
    margin-top: 39px;
    margin-bottom: 110px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 23px;
}
body.subpage main .formatovani_textu.kariera .kde_budete_pracovat .galerie_kde_budete_pracovat a {
    display: block;
    width: 100%;
    aspect-ratio: 1.48;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
body.subpage main .formatovani_textu.kariera .kde_budete_pracovat .galerie_kde_budete_pracovat a img {
    display: none;
}
@media (max-width: 980px) {
    body.subpage main .formatovani_textu.kariera .kde_budete_pracovat {
        display: block;
    }
    body.subpage main .formatovani_textu.kariera .kde_budete_pracovat .mapa {
        max-width: 547px;
        margin: 10px auto;
    }
}
body.subpage main .formatovani_textu.kariera #ozvete_se_nam h3 {
    font-family: "Lato bold";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #1E212C;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase;
}
body.subpage main .formatovani_textu.kariera #ozvete_se_nam p {
    padding-top: 0px;
    padding-bottom: 30px;
}
body.subpage main .formatovani_textu.kariera #ozvete_se_nam form {
    max-width: 810px;
}
body.subpage main .formatovani_textu.kariera #ozvete_se_nam form .inpts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 24px;
    margin-bottom: 24px;
}
@media (max-width: 470px) {
    body.subpage main .formatovani_textu.kariera #ozvete_se_nam form .inpts {
      display: block;
    }
    body.subpage main .formatovani_textu.kariera #ozvete_se_nam form .inpts label {
      margin-top: 12px;
      display: block;
    }
}
body.subpage main .formatovani_textu.kariera #ozvete_se_nam form label p {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #424551;
    padding-top: 0px;
    padding-bottom: 0px;
}
body.subpage main .formatovani_textu.kariera #ozvete_se_nam form label input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #D7DADD;
    background: #F4F5F6;
    padding: 13px 16px;
    margin-top: 8px;
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #9A9CA5;
}
body.subpage main .formatovani_textu.kariera #ozvete_se_nam form label input::-moz-placeholder {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #9A9CA5;
}
body.subpage main .formatovani_textu.kariera #ozvete_se_nam form label input::placeholder {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #9A9CA5;
}
body.subpage main .formatovani_textu.kariera #ozvete_se_nam form label textarea {
    width: 100%;
    height: 102px;
    border-radius: 4px;
    border: 1px solid #D7DADD;
    background: #F4F5F6;
    padding: 13px 16px;
    margin-top: 8px;
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #9A9CA5;
    resize: none;
}
body.subpage main .formatovani_textu.kariera #ozvete_se_nam form label textarea::-moz-placeholder {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #9A9CA5;
}
body.subpage main .formatovani_textu.kariera #ozvete_se_nam form label textarea::placeholder {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #9A9CA5;
}
body.subpage main .formatovani_textu.kariera #ozvete_se_nam form input[type=submit] {
    margin-top: 48px;
    width: 194px;
    height: 52px;
    border-radius: 40px;
    border-radius: 40px;
    background: #F52F6E;
    cursor: pointer;
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 52px;
    letter-spacing: 0.5px;
    color: #FFF;
    text-align: center;
    transition: 500ms;
    padding: 0px;
}
body.subpage main .formatovani_textu.kariera #ozvete_se_nam form input[type=submit]:hover {
    background-color: #000;
}
body.subpage main .formatovani_textu.kariera .volne_pozice {
    margin-top: 160px;
    /*margin-bottom: 400px;*/
}
@media (max-width: 980px) {
    body.subpage main .formatovani_textu.kariera .volne_pozice {
        margin-top: 60px;
        /*margin-bottom: 100px;*/
    }
}
.menu_mobile ul {
    display: none;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 110px;
    z-index: 999;
}
.menu_mobile ul li {
    width: 100%;
}
.menu_mobile ul li:last-child {
    border-bottom: none;
}
.menu_mobile ul li a {
    color: #FFF;
    font-family: "Lato bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 63px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    display: block;
    background-color: #042A40;
    height: 64px;
    border-bottom: solid 1px #345263;
    transition: 300ms;
}
.menu_mobile ul li a.active, .menu_mobile ul li a:hover {
    background-color: #345263;
}
body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .kategorie .hamburger {
    width: 21px;
    height: 15px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .kategorie .hamburger i {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #9A9CA5;
    left: 0px;
    top: 0px;
    transition: 300ms;
}
body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .kategorie .hamburger i:nth-child(2) {
    top: 7px;
}
body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .kategorie .hamburger i:nth-child(3) {
    top: 14px;
}
body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .kategorie .hamburger.open i:nth-child(1) {
    top: 9px;
    transform: rotateZ(135deg);
    background-color: #e31e25;
}
body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .kategorie .hamburger.open i:nth-child(2) {
    top: 9px;
    transform: rotateZ(45deg);
    background-color: #e31e25;
}
body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .kategorie .hamburger.open i:nth-child(3) {
    display: none;
    background-color: #e31e25;
}
body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .kategorie .hamburger_pro_kategorie {
    position: absolute;
    right: 17px;
    top: 53px;
    background-color: #C0C0C0;
    padding: 25px 20px;
    z-index: 999;
    display: none;
}
body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .kategorie .hamburger_pro_kategorie a {
    color: #585858;
    font-size: 16px;
    line-height: 26px;
}
body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .kategorie .hamburger_pro_kategorie a sup {
    color: #585858;
}
body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .kategorie .hamburger_pro_kategorie a:hover, body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .kategorie .hamburger_pro_kategorie a.active {
    color: #F52F6E;
}
body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .kategorie .hamburger_pro_kategorie a:hover sup, body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .kategorie .hamburger_pro_kategorie a.active sup {
    color: #F52F6E;
}
@media (max-width: 540px) {
    body.subpage main .formatovani_textu.reference_vypis .zarovnani .nadpis_kategorie .kategorie .hamburger_pro_kategorie {
      top: 70px;
    }
}

body.subpage main .formatovani_textu.kariera #ozvete_se_nam form .zivotopis input[type="file"] {
    display: none;
    width: 1px;
    height: 1px;
}
body.subpage main .formatovani_textu.kariera #ozvete_se_nam form .zivotopis span {
    content: "vlož soubor";
    width: 100%;
    border-radius: 4px;
    border: 1px solid #D7DADD;
    background: #F4F5F6;
    padding: 10px 16px;
    margin-top: 8px;
    display: block;
    height: 54px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: 200ms;
    cursor: pointer;
}
body.subpage main .formatovani_textu.kariera #ozvete_se_nam form .zivotopis span em {
    display: inline-block;
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #9A9CA5;
    vertical-align: middle;
    margin-left: 10px;
}
body.subpage main .formatovani_textu.kariera #ozvete_se_nam form .zivotopis span i {
    background-image: url("../img/plus_pink.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: left;
    background-position-y: center;
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}
body.subpage main .formatovani_textu.kariera #ozvete_se_nam form .zivotopis:hover span {
    background-color: #dceeff;
}
body.subpage main .formatovani_textu.kariera #ozvete_se_nam form .zivotopis span.vybrany {
    padding-top: 13px;
    border: 1px solid #000;
}
@media (max-width: 480px) {
    body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .vyber_formuluar .vybery div {
        font-size: 17px;
        margin: 0px 5px;
    }
    body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .vyber_formuluar .vybery div:hover {
        font-size: 17px;
        margin: 0px 5px;
    }
    body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .vyber_formuluar .vybery .mobile_dn {
        display: none;
    }
    body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah {
        margin-top: 20px;
    }
    body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #napiste_nam_obsah form, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #poptejte_nase_sluzby_obsah form, body.subpage main .kontakty_wrap .zarovnani .wrap_kontakt_multiple .formulare #kariera_obsah form {
        margin-top: 30px;
    }
}
@media (max-width: 430px) {
    body.subpage main .kdo_jsme_s_fotkami .zarovnani .odkazy a {
        text-align: center;
    }
    body.subpage main .kdo_jsme_s_fotkami.v_kontaktu {
        padding-bottom: 80px;
    }
    body.subpage main .formatovani_textu.reference .uvod_obr {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

@media (max-width: 550px) {
    body.subpage main .formatovani_textu img.hide_on_mobile {
        display: none;
    }
    body.subpage main .formatovani_textu.jiz_vlozen {
        padding-top: 0px;
    }
    body.subpage main .podruzne_sluzby {
        padding-top: 25px;
    }
    body.subpage main .podruzne_sluzby .podruzne_sluzby_grid_wrap {
        margin-top: 0px;
    }
    body.subpage main .cenik {
        margin-top: 25px;
    }
    body.subpage main .dalsi_sluzby .zarovnani .obsah.active {
        margin-top: 25px;
    }
    body.subpage main .dalsi_sluzby {
        padding-bottom: 0px;
        margin-top: 25px;
    }
    body main .reference .zarovnani h2 {
        margin-top: 25px;
    }
    body main .zajem_o_spolupraci {
        margin-top: 25px;
    }
    body main .blog {
        padding-top: 25px;
        padding-bottom: 0px;
    }
}
#fotogalerie .zarovnani {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
#fotogalerie .zarovnani a {
    display: block;
    height: 200px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#fotogalerie .zarovnani a img {
    display: none;
}

@media (max-width: 740px) {
    #fotogalerie .zarovnani {
        grid-template-columns: repeat(2, 1fr);
    }
}

.anim_home_btn {
    animation: animace_btn_na_home;
    -webkit-animation: animace_btn_na_home 3s linear 0s infinite both;
	        animation: animace_btn_na_home 3s linear 0s infinite both;
}

@-webkit-keyframes animace_btn_na_home {
    0% {
      -webkit-transform: scale(0.90);
              transform: scale(0.90);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.90);
        transform: scale(0.90);
    }
}
@keyframes animace_btn_na_home {
    0% {
        -webkit-transform: scale(0.90);
        transform: scale(0.90);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.90);
        transform: scale(0.90);
    }
}

body[data-aos-delay='4000'] [data-aos], [data-aos][data-aos][data-aos-delay='4000'] {
    transition-delay: 4000ms;
}

body.subpage.pribramsko main .formatovani_textu {
    padding-top: 42px;
}
body.subpage.pribramsko main .formatovani_textu span.nevyrazne {
    color: #9A9A9A;
}
body.subpage.pribramsko main .formatovani_textu span.nevyrazne a {
    color: #9A9A9A;
}
body.subpage.pribramsko main .formatovani_textu .marginPribram {
    clear: both;
    float: none;
    width: 100%;
    height: 44px;
    display: block;
}
body.subpage.pribramsko main .formatovani_textu h2 {
    font-family: "Lato bold";
    color:  #1E212C;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 47px;
}
body.subpage.pribramsko main .formatovani_textu .tri_sloupce {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    align-items: center;
    padding-top: 26px;
}
body.subpage.pribramsko main .formatovani_textu .tri_sloupce .sloupec {
    text-align: center;
}
body.subpage.pribramsko main .formatovani_textu .tri_sloupce .sloupec h3 {
    color: #000;
    font-family: "Lato bold";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-top: 20px;
    max-width: 330px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
body.subpage.pribramsko main .formatovani_textu .tri_sloupce .sloupec p {
    color: #424551;
    text-align: center;
    font-family: "Lato regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    padding: 8px 0px;
    max-width: 330px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
body.subpage.pribramsko main .formatovani_textu .tri_sloupce .sloupec a {
    text-decoration: none;
}
body.subpage.pribramsko main .formatovani_textu .tri_sloupce .sloupec a:hover u {
    text-decoration: none;
}
body.subpage.pribramsko main .cenik .zarovnani h2 {
    text-align: left;
    font-family: "Lato bold";
    color:  #1E212C;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 47px;
}
body.subpage.pribramsko main .cenik .zarovnani .cenik_wrap .ceniky_wrap {
    margin-top: 50px;
}
.zajem_o_spolupaci_obsah {
    padding-top: 150px;
    padding-bottom: 150px;
}
.zajem_o_spolupaci_obsah h2 {
    margin-bottom: 0px!important;
}
.zajem_o_spolupaci_obsah .odkazy_form {
    display: grid;
    grid-template-columns: 356px 1fr;
    grid-gap: 150px;
    padding-top: 74px;
}
.zajem_o_spolupaci_obsah .odkazy_form .odkazy h3 {
    color: #1E212C;
    font-family: "Lato bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}
.zajem_o_spolupaci_obsah .odkazy_form .odkazy h3.addr {
    margin-top: 35px;
}
.zajem_o_spolupaci_obsah .odkazy_form .odkazy .mail {
    margin-top: 8px;
    display: inline-block;
    background-image: url('../img/mail.svg');
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    padding-left: 30px;
    color: #424551;
    font-family: "Lato regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none;
}
.zajem_o_spolupaci_obsah .odkazy_form .odkazy .tel {
    margin-top: 8px;
    margin-left: 45px;
    display: inline-block;
    background-image: url('../img/phone.svg');
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    padding-left: 30px;
    color: #424551;
    font-family: "Lato regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none;
}
.zajem_o_spolupaci_obsah .odkazy_form .odkazy .adresa {
    display: grid;
    grid-template-columns: 1fr 160px;
}
.zajem_o_spolupaci_obsah .odkazy_form .odkazy .adresa p {
    color: #424551;
    font-family: "Lato regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
.zajem_o_spolupaci_obsah .odkazy_form .odkazy .adresa a {
    display: inline-block;
    text-align: left;
    color: #424551;
    font-family: "Lato regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
.zajem_o_spolupaci_obsah .odkazy_form .odkazy img {
    margin-top: 40px;
    display: block;
    width: 100%;
    height: auto;
}
.zajem_o_spolupaci_obsah .odkazy_form .formular h3 {
    color: #1E212C;
    font-family: "Lato bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.zajem_o_spolupaci_obsah .odkazy_form .formular form {
    width: 100%;
}
.zajem_o_spolupaci_obsah .odkazy_form .formular form .inpts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 24px;
    margin-bottom: 24px;
}
@media (max-width: 470px) {
    .zajem_o_spolupaci_obsah .odkazy_form .formular form .inpts {
      display: block;
    }
    .zajem_o_spolupaci_obsah .odkazy_form .formular form .inpts label {
      margin-top: 12px;
      display: block;
    }
}
.zajem_o_spolupaci_obsah .odkazy_form .formular form label p {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #424551;
    padding: 0px 0px;
}
.zajem_o_spolupaci_obsah .odkazy_form .formular form label input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #D7DADD;
    background: #F4F5F6;
    padding: 13px 16px;
    margin-top: 8px;
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #9A9CA5;
}
.zajem_o_spolupaci_obsah .odkazy_form .formular form label input::-moz-placeholder {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #9A9CA5;
}
.zajem_o_spolupaci_obsah .odkazy_form .formular form label input::placeholder {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #9A9CA5;
}
.zajem_o_spolupaci_obsah .odkazy_form .formular form label textarea {
    width: 100%;
    height: 102px;
    border-radius: 4px;
    border: 1px solid #D7DADD;
    background: #F4F5F6;
    padding: 13px 16px;
    margin-top: 8px;
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #9A9CA5;
    resize: none;
}
.zajem_o_spolupaci_obsah .odkazy_form .formular form label textarea::-moz-placeholder {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #9A9CA5;
}
.zajem_o_spolupaci_obsah .odkazy_form .formular form label textarea::placeholder {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #9A9CA5;
}
.zajem_o_spolupaci_obsah .odkazy_form .formular form input[type=submit] {
    margin-top: 48px;
    width: 194px;
    height: 52px;
    border-radius: 40px;
    border-radius: 40px;
    background: #F52F6E;
    cursor: pointer;
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 52px;
    letter-spacing: 0.5px;
    color: #FFF;
    text-align: center;
    transition: 500ms;
    padding: 0px;
}
.zajem_o_spolupaci_obsah .odkazy_form .formular form input[type=submit]:hover {
    background-color: #000;
}
.reference_carousel_dve {
    padding-top: 122px;
}
.reference_carousel_dve .top {
    display: grid;
    grid-template-columns: 1fr 96px;
    grid-column-gap: 20px;
}
.reference_carousel_dve .top .navigace {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px;
}
.reference_carousel_dve .top .navigace .left {
    background-image: url('../img/reference_normal.svg');
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
    cursor: pointer;
    transition: 300ms;
    display: block;
    width: 48px;
    height: 48px;
}
.reference_carousel_dve .top .navigace .left:hover {
    transform: rotateZ(180deg);
    background-image: url('../img/smartim-sipka-hover.svg');
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
}
.reference_carousel_dve .top .navigace .right {
    background-image: url('../img/reference_hover.svg');
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
    cursor: pointer;
    transition: 300ms;
    display: block;
    width: 48px;
    height: 48px;
}
.reference_carousel_dve .top .navigace .right:hover {
    background-image: url('../img/smartim-sipka-hover.svg');
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
}
.reference_carousel_dve .obsah {
    /*display: none;*/
    position: relative;
    overflow: hidden;
    margin-top: 79px;
}
.reference_carousel_dve .obsah .stranka {
    /*display: none;*/
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 146px;
    transform: translateX(100%);
    opacity: 0;
    transition: 600ms;
    position: absolute;
    z-index: -1;
}
.reference_carousel_dve .obsah .stranka.active {
    display: grid;
    transition: 600ms;
    opacity: 1;
    transform: translateX(0px);
    position: relative;
    z-index: 0;
}
.reference_carousel_dve .obsah .stranka .oblastni_reference .top {
    display: grid;
    grid-template-columns: 72px 250px 1fr;
    grid-gap: 35px;
    align-items: center;
}
.reference_carousel_dve .obsah .stranka .oblastni_reference .top .ikona {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    display: block;
    margin-top: 0px;
    background-color: #f5f5f5;
}
.reference_carousel_dve .obsah .stranka .oblastni_reference .top .nazev h3 {
    color: #1E212C;
    font-family: "Lato bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.reference_carousel_dve .obsah .stranka .oblastni_reference .top .nazev p {
    color: #787A80;
    font-family: "Lato regular";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 21px;
    padding: 0px;
}
.reference_carousel_dve .obsah .stranka .oblastni_reference .top .spolecnost {
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: left;
    background-position-y: center;
    width: 100%;
    height: 72px;
    display: block;
    margin-top: 0px;
}
.reference_carousel_dve .obsah .stranka .oblastni_reference .obsah {
    width: 100%;
    margin-top: 24px;
}
.reference_carousel_dve .obsah .stranka .oblastni_reference .obsah p {
    padding: 0px;
    color: #424551;
    font-family: "Lato regular";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 26px;
}
.reference_carousel_dve .obsah .stranka .oblastni_reference .obsah a {
    text-decoration: none;
    color: #424551;
    font-family: "Lato regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.reference_carousel_dve .obsah .stranka .oblastni_reference .obsah a u {
    color: #424551;
    font-family: "Lato regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration-line: underline;
}
.reference_carousel_dve .obsah .stranka .oblastni_reference .obsah a:hover u {
    text-decoration: none;
}
.reference_carousel_dve .paging {
    width: 100%;
    text-align: center;
    line-height: 0px;
    font-size: 0px;
    margin-top: 82px;
}
.reference_carousel_dve .paging .bullet {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #B0B0B0;
    cursor: pointer;
    transition: 300ms;
    margin: 0px 3px;
    border-radius: 50%;
}
.reference_carousel_dve .paging .bullet:hover, .reference_carousel_dve .paging .bullet.active {
    background-color: #F52F6E;
}
@media (max-width: 1260px) {
    body.subpage.pribramsko main .formatovani_textu img.img_vpravo {
        max-width: 400px;
    }
}

@media (max-width: 1100px) {
    .reference_carousel_dve .obsah .stranka .oblastni_reference .top {
        grid-template-columns: 72px 200px 1fr;
        grid-gap: 20px;
    }
    .zajem_o_spolupaci_obsah .odkazy_form {
        grid-gap: 80px;
    }
}

@media (max-width: 1050px) {
    .zajem_o_spolupaci_obsah .odkazy_form {
        grid-gap: 30px;
    }
}

@media (max-width: 980px) {
    body.subpage.pribramsko main .formatovani_textu img.img_vpravo {
        display: none;
    }
    body.subpage.pribramsko main .formatovani_textu h1, body.subpage.pribramsko main .formatovani_textu h2, body.subpage.pribramsko main .formatovani_textu p {
        text-align: center;
    }
    body.subpage.pribramsko main .formatovani_textu .tri_sloupce {
        grid-template-columns: 1fr;
    }
    body.subpage.pribramsko main .formatovani_textu .reference_carousel_dve .top h2 {
        text-align: left;
    }
    .reference_carousel_dve .obsah .stranka {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        max-width: 600px;
        margin: 0px auto;
    }
    .reference_carousel_dve .obsah .stranka .oblastni_reference .obsah p, .reference_carousel_dve .obsah .stranka .oblastni_reference .top .nazev p, .reference_carousel_dve .obsah .stranka .oblastni_reference .top .nazev h3 {
        text-align: left;
    }
    .zajem_o_spolupaci_obsah .odkazy_form .odkazy .adresa p {
        text-align: left;
    }
    .zajem_o_spolupaci_obsah .odkazy_form .formular form label p {
        text-align: left;
    }
}

@media (max-width: 850px) {
    .zajem_o_spolupaci_obsah .odkazy_form {
        grid-template-columns: 1fr;
    }
    .zajem_o_spolupaci_obsah .odkazy_form .odkazy {
        max-width: 366px;
        margin: 0px auto;
    }
}

@media (max-width: 550px) {
    body.subpage.pribramsko main .formatovani_textu {
        padding-top: 0px;
    }
    body.subpage.pribramsko main .formatovani_textu h1 {
        font-size: 36px;
        line-height: 52px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    body.subpage main .formatovani_textu h1 em {
        font-size: 36px;
        line-height: 52px;
    }
    .reference_carousel_dve .top {
        grid-template-columns: 1fr;
    }
    body.subpage.pribramsko main .formatovani_textu .reference_carousel_dve .top h2 {
        margin-bottom: 10px;
    }
    .reference_carousel_dve .obsah .stranka .oblastni_reference {
        margin-bottom: 30px;
    }
    .reference_carousel_dve .obsah .stranka .oblastni_reference .top {
        grid-template-columns: 72px 1fr;
        grid-row-gap: 0px;
    }
    .reference_carousel_dve .obsah {
        margin-top: 10px!important;
    }
    .reference_carousel_dve .obsah .stranka .oblastni_reference .top .spolecnost {
        grid-row: span 2;
    }
    .reference_carousel_dve .obsah .stranka .oblastni_reference .top .ikona {
        /*display: none;*/
    }
    .reference_carousel_dve .obsah .stranka .oblastni_reference .obsah p {
        font-size: 14px;
        line-height: 22px;
    }
    .reference_carousel_dve .top .navigace .left {
        margin-left: auto;
    }
    body.subpage.pribramsko main .formatovani_textu .reference_carousel_dve .top h2, body.subpage.pribramsko main .cenik .zarovnani h2 {
        text-align: center;
    }
}

@media (max-width: 500px) {
    .zajem_o_spolupaci_obsah .odkazy_form .formular form .inpts {
        grid-template-columns: 1fr;
    }
}