img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body {
  font-size: 18px;
  font-size: 18/16rem;
  font-family: "Montserrat", sans-serif;
  color: #4D4D4D;
  font-optical-sizing: auto;
  font-style: normal;
}
h1 {
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 60px;
  font-size: 60/16rem;
  font-weight: 700;
}
h1 span {
  margin-bottom: 15px;
  display: inline-block;
}
h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 40px;
  font-size: 40/16rem;
  margin-bottom: 65px;
  color: #1b75cf;
  letter-spacing: 4px;
  text-transform: uppercase;
}
h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-size: 22/16rem;
  margin-bottom: 30px;
  color: #000;
}
h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 16/16rem;
  margin-bottom: 15px;
}
strong {
  font-weight: 700;
}
.form-control {
  padding: 12px 20px;
  box-shadow: none;
  border: none;
  border-radius: 10px;
}
.mobile {
  display: none;
}
.button {
  position: relative;
  padding: 20px 90px;
  display: inline-block;
  border: 2px solid #1b75cf;
  border-radius: 50px;
  color: #1b75cf;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
  background-color: transparent;
  text-transform: uppercase;
}
.button svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.button:hover {
  background-color: #1b75cf;
  color: #fff;
}
.button:hover svg path {
  stroke: #fff;
}
.button.button_grey {
  padding: 3px 45px;
  border: 1px solid #707070;
  color: #4D4D4D;
  text-decoration: underline;
  font-weight: 400;
  font-size: 16px;
  font-size: 16/16rem;
}
.button.button_grey:hover {
  background-color: #4D4D4D;
  color: #fff;
}
.button.button_purple {
  padding: 3px 45px;
  border: 1px solid #1b75cf;
  background-color: #1b75cf;
  color: #fff;
  text-decoration: underline;
  font-weight: 400;
  font-size: 16px;
  font-size: 16/16rem;
}
.button.button_purple:hover {
  background-color: #4D4D4D;
  color: #fff;
  background-color: transparent;
}
.button.button_white {
  border-color: #fff;
  color: #fff;
}
.abs_img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.abs_img img {
  position: absolute ;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100% ;
  max-width: 100%;
  object-fit: cover;
  object-position: center top;
}
.background_mixed {
  position: relative;
  overflow: hidden;
  background-color: #1b75cf;
}
.background_mixed .abs {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: "";
  background-size: cover !important;
  background-position: center !important;
  mix-blend-mode: multiply;
}
.corner {
  position: relative;
}
.corner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  display: block;
  content: "";
  background: url('../img/corner.svg') no-repeat;
}
.corner:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  display: block;
  content: "";
  background: url('../img/corner.svg') no-repeat;
  transform: rotate(180deg);
}
.corner.corner_white:before,
.corner.corner_white:after {
  background: url('../img/corner_w.svg') no-repeat;
}
.corner_topright {
  position: relative;
}
.corner_topright:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  display: block;
  content: "";
  background: url('../img/corner.svg') no-repeat;
  transform: rotate(90deg);
}
.darker {
  position: relative;
}
.darker::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.darker .container {
  position: relative;
  z-index: 1;
}
.splide {
  background-color: #fff;
}
.splide h3 {
  color: #1b75cf;
}
.splide a {
  text-decoration: none;
  color: #4D4D4D;
}
.splide .splide__slide > div {
  padding: 0;
}
.splide .text_cont {
  position: relative;
  padding: 65px;
}
.splide .text_cont p:last-of-type {
  margin-bottom: 0;
}
.splide .splide__pagination {
  bottom: -60px;
}
.splide .splide__pagination button {
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid #1b75cf;
  background-color: transparent;
  transform-origin: center;
  vertical-align: middle;
}
.splide .splide__pagination button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1b75cf;
  content: "";
  display: none;
  transform: translate(-50%, -50%);
}
.splide .splide__pagination button.is-active {
  transform: scale(1);
}
.splide .splide__pagination button.is-active::after {
  display: block;
}
#splide_service .splide__pagination {
  bottom: -40px;
}
.mobile_menu {
  border: none;
  background: none;
}
.mobile_menu .navbar-toggler-icon span {
  margin: 5px 0;
  display: block;
  width: 35px;
  height: 2px;
  background-color: #000;
}
#offcanvasRight {
  padding: 31px 36px;
}
#offcanvasRight .btn-close {
  position: absolute;
  top: 20px;
  right: 31px;
  background: none;
  opacity: 1;
}
#offcanvasRight .offcanvas-body {
  padding: 70px 0 20px 0;
  text-align: center;
}
#offcanvasRight .offcanvas-body .menu-item {
  margin: 15px 0;
}
#offcanvasRight .offcanvas-body .menu-item.home_hide {
  display: none;
}
#offcanvasRight .offcanvas-body .wpml-ls-item .nav-link {
  text-align: center;
}
#offcanvasRight .offcanvas-body .nav-link {
  color: #727272;
  font-size: 24px;
  font-size: 24/16rem;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.14);
  z-index: 3;
  transition: all 0.15s;
}
header.small_header {
  padding: 5px 0;
}
header .navbar-brand {
  position: relative;
  z-index: 1;
}
#main_menu .menu-item {
  border-right: 1px solid #D6D6D6;
}
#main_menu .menu-item.wpml-ls-item > .nav-link {
  margin-top: 3px;
}
#main_menu .menu-item .dropdown-menu {
  min-width: 4.5rem;
}
#main_menu .nav-link {
  position: relative;
  padding: 0.5rem 25px;
  color: #4D4D4D;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 14/16rem;
}
#main_menu .nav-link:hover,
#main_menu .nav-link.active {
  color: #1b75cf;
}
#main_menu .home_hide {
  width: 60px;
  height: 40px;
  background: url('../img/ico_home.svg') no-repeat;
  background-position: center;
}
#main_menu .home_hide a {
  height: 37px;
  padding: 0.7rem 1rem;
  font-size: 0px;
  font-size: 0/16rem;
}
#main_menu .dropdown-menu .dropdown-item {
  text-transform: uppercase;
}
#main_menu .dropdown-menu .dropdown-item:hover {
  color: #1b75cf;
}
#main_menu .dropdown-menu .dropdown-item:active {
  background-color: #e9ecef;
}
#hp {
  position: relative;
  height: 100vh;
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: url('../img/video/hp_video_poster_wb_m.jpg') no-repeat;
  background-attachment: fixed;
}
#hp:before {
  display: block;
  position: absolute;
  height: 100vh;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
#hp > div {
  position: relative;
  z-index: 2;
}
#hp video {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  filter: grayscale(100%);
}
#hp .left h1 {
  opacity: 0;
  animation: show 0.5s forwards;
  animation-delay: 1s;
}
#hp .right {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  font-size: 22/16rem;
  color: #fff;
}
#hp #arrow_hp {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(90deg);
  animation: slide 2s linear infinite;
  animation-delay: 1s;
  z-index: 2;
}
#o-nas {
  padding: 150px 0 175px 0;
  color: #fff;
  font-weight: 300;
}
#o-nas h2 {
  color: #fff;
  margin-bottom: 50px;
}
#o-nas strong {
  font-weight: 600;
}
#o-nas .content {
  padding: 35px 100px;
  margin: auto;
}
#o-nas p {
  margin-bottom: 35px;
}
#o-nas .more_text {
  display: none;
}
#o-nas .button {
  display: none;
}
#nase-sluzby,
#spotrebitelske_segmenty {
  padding: 90px 0 90px 0;
}
#nase-sluzby .box,
#spotrebitelske_segmenty .box {
  transition: all 0.3s;
  position: relative;
  display: block;
  margin: 12px 0;
  padding: 40px 40px;
  background-color: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.14);
  text-decoration: none;
  color: #4D4D4D;
  cursor: pointer;
}
#nase-sluzby .box h3,
#spotrebitelske_segmenty .box h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #1b75cf;
}
#nase-sluzby .box p,
#spotrebitelske_segmenty .box p {
  min-height: 108px;
  color: #1b75cf;
}
#nase-sluzby .box .svg_cont,
#spotrebitelske_segmenty .box .svg_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  min-height: 109px;
}
#nase-sluzby .box .svg_cont svg,
#spotrebitelske_segmenty .box .svg_cont svg {
  margin-bottom: 30px;
}
#nase-sluzby .box:hover,
#spotrebitelske_segmenty .box:hover {
  background-color: #1b75cf;
}
#nase-sluzby .box:hover p,
#spotrebitelske_segmenty .box:hover p,
#nase-sluzby .box:hover h3,
#spotrebitelske_segmenty .box:hover h3 {
  color: #fff;
}
#nase-sluzby .box:hover .svg_cont svg g.hover path:not(.nohover),
#spotrebitelske_segmenty .box:hover .svg_cont svg g.hover path:not(.nohover) {
  fill: #fff;
}
#nase-sluzby .box:hover .svg_cont svg g.hover polygon:not(.nohover),
#spotrebitelske_segmenty .box:hover .svg_cont svg g.hover polygon:not(.nohover) {
  fill: #fff;
}
#nase-sluzby .box:hover .box_arrow path,
#spotrebitelske_segmenty .box:hover .box_arrow path {
  stroke: #fff;
}
#nase-sluzby .lSSlideOuter .lSSlideWrapper,
#spotrebitelske_segmenty .lSSlideOuter .lSSlideWrapper {
  padding-bottom: 60px;
}
#nase-sluzby .lSSlideOuter .box_cont,
#spotrebitelske_segmenty .lSSlideOuter .box_cont {
  padding: 0 10px;
}
#nase-sluzby .lSSlideOuter .lSAction,
#spotrebitelske_segmenty .lSSlideOuter .lSAction {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 50px;
  display: block;
  width: 100px;
  margin: auto;
  z-index: 1 !important;
}
#spotrebitelske_segmenty {
  padding-top: 0;
}
.box_small {
  min-height: 300px;
  margin-top: 15px;
  padding: 65px 70px;
  background-color: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.14);
  transition: all 0.2s;
  aspect-ratio: 1/1;
  font-size: 16px;
  font-size: 16/16rem;
}
.box_small h4 {
  margin-top: 2rem;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 18/16rem;
  color: #1b75cf;
}
.box_small p {
  margin-bottom: 0;
}
.box_small svg {
  height: 100px;
  width: auto;
}
#spotrebitelske_segmenty .box {
  background-color: #1b75cf;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.14);
  color: #fff;
}
#spotrebitelske_segmenty .box p {
  color: #fff;
}
#spotrebitelske_segmenty .box h3 {
  color: #fff;
}
#spotrebitelske_segmenty .box .box_arrow path {
  stroke: #fff;
}
#spotrebitelske_segmenty .box:hover {
  background-color: #fff;
}
#spotrebitelske_segmenty .box:hover p,
#spotrebitelske_segmenty .box:hover h3 {
  color: #1b75cf;
}
#spotrebitelske_segmenty .box:hover .svg_cont svg .filled {
  fill: #1b75cf;
}
#spotrebitelske_segmenty .box:hover .box_arrow path {
  stroke: #1b75cf;
}
#map {
  border-bottom: 2px solid #fff;
}
#benefity {
  padding: 100px 0 0 0;
}
#benefity .item {
  margin-top: 15px;
}
#benefity .item > div {
  width: 100%;
  min-height: 160px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.14);
  padding: 15px 15px 15px 65px;
  background-color: #fff;
  transition: all 0.3s;
}
#benefity h3 {
  margin: 0px 0 15px 0;
  color: #1b75cf;
  min-height: 70px;
  margin-bottom: 0;
  font-size: 18px;
  font-size: 18/16rem;
}
#benefity p {
  margin-bottom: 0;
}
#reference {
  padding: 80px 0;
}
#reference img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  filter: grayscale();
}
#reference .item {
  margin: 10px 0;
}
#reference .item > div {
  height: 77px;
  border: 1px solid #D6D6D6;
}
#reference .item.item_disable.hide {
  display: none;
}
#nas-tym {
  padding: 145px 0;
}
#nas-tym h2 {
  margin-bottom: 140px;
}
#nas-tym h3 {
  font-weight: 700;
  font-size: 22px;
  font-size: 22/16rem;
  color: #1b75cf;
  margin-bottom: 20px;
}
#nas-tym .modal-dialog {
  max-width: 1300px;
}
#nas-tym .modal-dialog .modal-content {
  position: relative;
  padding: 50px 35px;
}
#nas-tym .modal-dialog .modal-content .btn-close {
  position: absolute;
  top: -20px;
  right: 0px;
}
#nas-tym .position {
  font-weight: 500;
}
#nas-tym .linkedIn {
  margin-bottom: 40px;
  font-weight: 700;
}
#nas-tym .linkedIn a {
  color: #4D4D4D;
  text-decoration: none;
}
#nas-tym .linkedIn img {
  margin-right: 12px;
}
#nas-tym .tab-content {
  margin-top: 30px;
}
#nas-tym .tab-content .content {
  margin-top: 50px;
  max-width: 590px;
  min-height: 520px;
  line-height: 30px;
}
#nas-tym .img_cont {
  text-align: center;
}
#nas-tym .img_cont .corner {
  max-width: 450px;
  text-align: center;
  padding: 50px;
  display: inline-block;
}
#nas-tym .lSSlideWrapper {
  padding-bottom: 50px;
}
#nas-tym #lightslider li {
  cursor: pointer;
  padding: 0 10px;
}
#nas-tym #lightslider li:hover img {
  filter: grayscale(0);
}
#nas-tym #lightslider li > div {
  position: relative;
}
#nas-tym #lightslider li img {
  width: 100%;
  height: auto;
  filter: grayscale(1);
  transition: all 0.3s;
}
#nas-tym #lightslider li h4 {
  margin: 15px 0 !important;
  font-size: 21px;
  font-size: 21/16rem;
  color: #1b75cf;
  font-weight: 700;
}
#nas-tym #lightslider li p {
  font-weight: 500;
}
#nas-tym #lightslider li a {
  text-decoration: none;
  color: #4D4D4D;
}
#nas-tym #lightslider li:hover .side_1,
#nas-tym #lightslider li.show .side_1 {
  opacity: 0.1;
}
#nas-tym #lightslider li:hover .side_2,
#nas-tym #lightslider li.show .side_2 {
  opacity: 1;
}
#nas-tym .side_1 {
  opacity: 1;
  transition: all 0.3s;
}
#nas-tym .side_2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}
#nas-tym .side_2 > div {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  font-size: 16/16rem;
  background-color: #1b75cf;
}
#nas-tym .side_2 > div p {
  text-align: center;
  margin-bottom: 0;
  max-width: 100%;
  font-size: 14px;
  font-size: 14/16rem;
  font-weight: 300 !important;
}
#nas-tym .lSSlideOuter .lSAction {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 50px;
  display: block;
  width: 100px;
  margin: auto;
}
#realizace,
#blog {
  padding: 0px 0 145px 0;
}
#realizace .item,
#blog .item {
  margin: 15px 0;
}
#realizace .box,
#blog .box {
  position: relative;
  aspect-ratio: 1 / 1;
  padding: 30px;
  background-position: center !important;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}
#realizace .box:after,
#blog .box:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
#realizace .box:hover .abs,
#blog .box:hover .abs {
  transform: scale(1.1);
}
#realizace .box a,
#blog .box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  z-index: 1;
}
#realizace .box p,
#blog .box p {
  font-size: 14px;
  font-size: 14/16rem;
  color: #fff;
  text-transform: uppercase;
}
#realizace .box h3,
#blog .box h3 {
  font-size: 22px;
  font-size: 22/16rem;
  color: #fff;
  max-width: 400px;
  margin-bottom: 0;
}
#realizace .abs,
#blog .abs {
  background-size: cover !important;
  background-position: center !important;
  filter: grayscale(1);
}
#realizace img,
#blog img {
  position: absolute;
  bottom: 50px;
}
#realizace .video_container .video_cont,
#blog .video_container .video_cont {
  position: relative;
}
#realizace .video_container .video_cont:after,
#blog .video_container .video_cont:after {
  position: absolute;
  top: 0;
  bottom: 7px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
  pointer-events: none;
}
#realizace .video_container .video_cont.disable_filter:after,
#blog .video_container .video_cont.disable_filter:after {
  display: none;
}
#realizace .video_container > div,
#blog .video_container > div {
  margin-top: 30px;
}
#realizace .video_container video,
#blog .video_container video {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.14);
  filter: grayscale(1);
}
#services {
  padding: 90px 0;
}
#services .box {
  position: relative;
  padding: 65px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.14);
  background-color: #fff;
  overflow: hidden;
}
#services .box::before {
  position: absolute;
  bottom: -35px;
  right: 35px;
  color: #1b75cf;
  opacity: 0.1;
  font-size: 200px;
  font-weight: 700;
  line-height: 140px;
  pointer-events: none;
}
#services .box h3 {
  margin-bottom: 0;
  color: #1b75cf;
}
#services .box[data-number="1"]:before {
  content: "1";
}
#services .box[data-number="2"]:before {
  content: "2";
}
#services .box[data-number="3"]:before {
  content: "3";
}
#services .box[data-number="4"]:before {
  content: "4";
}
#services .box[data-number="5"]:before {
  content: "5";
}
#services .box[data-number="6"]:before {
  content: "6";
}
#nabizime {
  padding-bottom: 130px;
}
#blog {
  background-image: url(../img/blog_bcg.jpg);
  background-size: cover;
}
.single-blog #single_page .header {
  background-position: center !important;
}
#blog {
  padding: 145px 0;
}
#klienti {
  padding: 145px 0;
}
#klienti .images {
  width: 100%;
}
.gallery-columns-2 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.gallery-columns-2 .gallery-item {
  padding: 0 15px;
  width: 50%;
}
.gallery-columns-2 .gallery-item img {
  width: 100%;
  height: auto;
}
footer {
  border-top: 2px solid #FFFFFF;
}
footer .footer_top {
  padding: 80px 0 70px 0;
  background: url('../img/footer_bcg.webp') no-repeat;
  background-size: cover;
}
footer .footer_top h3 {
  font-weight: 700;
  margin-bottom: 25px;
}
footer .footer_top p {
  color: #fff;
  font-size: 14px;
  font-size: 14/16rem;
  margin-bottom: 0;
}
footer .footer_top .menu_footer {
  text-align: right;
}
footer .footer_top a {
  color: #fff;
}
footer .footer_top a:hover {
  color: #fff;
}
footer .footer_top ul {
  padding-left: 0;
  list-style: none;
}
footer .footer_top ul li {
  display: inline-block;
}
footer .footer_top ul a {
  padding: 5px 35px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-size: 14/16rem;
}
footer .footer_top ul a:hover {
  color: #1b75cf;
}
footer .footer_top ul a:last-of-type {
  padding-right: 0;
}
footer .footer_top .footer_social {
  display: none;
}
footer .footer_contact {
  padding: 50px 0 10px 0;
  font-size: 16px;
  font-size: 16/16rem;
  font-weight: 500;
}
footer .footer_contact a {
  color: #fff;
  text-decoration: none;
}
footer .footer_contact a:hover {
  text-decoration: underline;
}
footer .footer_contact h3 {
  color: #fff;
}
footer .footer_contact .form-group {
  margin-bottom: 1.5rem;
}
footer .footer_contact .button {
  padding: 10px 50px;
  background-color: #1b75cf;
  color: #fff;
}
footer .footer_contact .form-check-label {
  color: #fff;
}
#single_page h1 {
  font-weight: 300;
  letter-spacing: 4px;
  font-size: 40px;
  font-size: 40/16rem;
  text-transform: uppercase;
  color: #1b75cf;
  margin-bottom: 50px;
}
#single_page .header {
  margin-top: 60px;
  height: 100vh;
  min-height: 500px;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  color: #fff;
}
#single_page .header > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#single_page .header > div > div {
  max-width: 550px;
}
#single_page .header p {
  font-weight: 500;
  font-size: 20px;
  font-size: 20/16rem;
  text-transform: uppercase;
}
#single_page .header h1 {
  font-weight: 700;
}
#single_page .header #arrow_hp {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(90deg);
}
#single_page .content p {
  margin-bottom: 30px;
}
#single_page .mt-custom {
  margin-top: -45vh;
  padding-top: 85px;
  background-color: #fff;
  z-index: 1;
}
#single_page .single_content {
  font-size: 20px;
  font-size: 20/16rem;
  line-height: 35px;
}
#single_page .single_content .gallery {
  margin-left: -15px;
  margin-right: -15px;
}
#single_page .single_content .gallery dl,
#single_page .single_content .gallery dr {
  padding: 0 15px;
}
#single_page .single_content .gallery dd {
  text-align: left;
  font-size: 14px;
  font-size: 14/16rem;
}
#single_page .single_content .gallery img {
  width: 100%;
  height: auto;
  border: none;
}
#single_page .single_content .wp-caption {
  width: 100% !important;
  height: auto;
}
#single_page .single_content .wp-caption img {
  width: 100%;
}
#single_page .single_content .wp-caption .wp-caption-text {
  text-align: left;
  font-size: 14px;
  font-size: 14/16rem;
}
#single_page .single_content .text-right {
  text-align: right;
}
#single_page code {
  display: block;
  text-align: center;
  padding: 40px 30px;
  background-color: #F7F7F7;
  font-size: 18px;
  font-size: 18/16rem;
  color: #4D4D4D;
  font-weight: 300;
}
#single_page .wp-video {
  width: 100% !important;
  text-align: center;
}
#single_page .box {
  margin: 15px;
  padding: 40px 40px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.14);
  height: 350px;
  display: flex;
  align-items: center;
}
#single_page .box h4 {
  font-size: 70px;
  font-size: 70/16rem;
  font-weight: 700;
  color: #1b75cf;
}
#single_page .box p {
  margin-bottom: 0;
}
#single_page .box .text {
  height: 130px;
  overflow: hidden;
}
#single_page .file_cont strong {
  display: inline-block;
  margin-bottom: 8px;
}
#single_page .boxes {
  margin: 60px 0 80px 0;
}
#single_page iframe {
  width: 100%;
  height: 600px;
}
#single_page ol li::marker {
  font-weight: 700;
}
.page_archive {
  margin-top: 20px;
  padding: 150px 0 !important;
}
.page_archive h1 {
  color: #1b75cf;
  margin-bottom: 50px;
  font-weight: 300;
}
#realizace .grid .grid-item,
#blog .grid .grid-item,
#realizace .grid .grid-sizer,
#blog .grid .grid-sizer {
  width: 440px;
}
#realizace .grid .grid-item.col-xl-6,
#blog .grid .grid-item.col-xl-6,
#realizace .grid .grid-sizer.col-xl-6,
#blog .grid .grid-sizer.col-xl-6 {
  width: 440px;
}
.page_404 {
  padding: 150px 15px 50px 15px;
}
.page_404 h1 {
  color: #000;
  font-size: 40px;
  font-size: 40/16rem;
}
.social_cont {
  display: flex;
  align-items: center;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: auto;
  z-index: 2;
}
.social_cont ul {
  padding: 30px 12px;
  border-radius: 0px 10px 10px 0px;
  background-color: #1b75cf;
  list-style: none;
}
.social_cont ul li {
  text-align: center;
  margin: 5px 0;
}
.social_cont ul img {
  transition: all 0.3s;
}
.social_cont ul li:hover img {
  transform: scale(1.2);
}
.detail_box {
  cursor: pointer;
  display: block;
  text-decoration: none;
  width: 100%;
  aspect-ratio: 1/0.65;
}
.detail_box.box_bigger {
  aspect-ratio: 1/1.15;
}
.detail_box .abs_img {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #1b75cf;
  padding: 65px;
}
.detail_box .abs_img img {
  position: absolute ;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100% ;
  max-width: 100%;
  object-fit: cover;
  object-position: center top;
  mix-blend-mode: multiply;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: transform 3s ease;
}
.detail_box .abs_img .text {
  position: relative;
  color: #fff;
}
.detail_box .abs_img h3 {
  font-size: 22px;
  font-size: 22/16rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
}
.detail_box .abs_img .arrow {
  position: absolute;
  bottom: 65px;
  right: 65px;
}
.detail_box .abs_img .arrow path,
.detail_box .abs_img .arrow circle {
  transition: all 0.3s;
}
.detail_box .abs_img .text_front {
  position: absolute;
  top: 0;
  opacity: 1;
  transition: all 0.3s;
}
.detail_box .abs_img .text_back {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
.detail_box .abs_img:hover .arrow path {
  stroke: #1b75cf;
}
.detail_box .abs_img:hover .arrow circle:first-of-type {
  fill: #fff;
}
.detail_box .abs_img:hover .text_front {
  opacity: 0;
}
.detail_box .abs_img:hover .text_back {
  opacity: 1;
}
.detail_box .abs_img:hover img {
  transform: scale(1.1);
}
.detail_box ul {
  padding-left: 1rem;
}
.abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url('../img/reference.svg') no-repeat;
  background-position-x: calc(-5vw);
  background-position-y: 0px;
  display: block;
  content: "";
  transition: all 2s;
}
.message .modal-content {
  min-width: 600px;
  border: 2px solid #1b75cf;
  background-color: #ffffff;
  text-align: center;
}
.message .modal-content p:first-of-type {
  font-size: 45px;
  font-size: 45/16rem;
  color: #1b75cf;
}
.message .modal-content p {
  color: #4D4D4D;
  font-size: 20px;
  font-size: 20/16rem;
}
.message .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 0.3s;
  background-color: transparent;
  box-shadow: none;
  border: none;
  opacity: 0.5;
}
.lSAction > .lSPrev {
  background: url('../img/arrow_next.svg');
  background-size: cover;
  transform: rotate(180deg);
  left: 0px;
}
.lSAction > .lSNext {
  background: url('../img/arrow_next.svg');
  background-size: cover;
  right: 0px;
}
.gallery .gallery-item img {
  width: 100%;
  border: none !important;
}
.acf-map {
  height: 550px;
}
.gm-style-iw > button {
  display: none !important;
}
.gm-style-iw-d {
  overflow: hidden !important;
}
.gm-style .gm-style-iw-chr {
  display: none;
}
.gm-style .gm-style-iw-chr button {
  width: 24px !important;
  height: 24px !important;
}
.gm-style .gm-style-iw-chr button:focus-visible {
  box-shadow: none !important;
  outline: none !important;
}
.gm-style .gm-style-iw-chr button span {
  margin: 0 !important;
}
.gm-style .gm-style-iw {
  background-color: #ffffff;
  border: 2px solid #1b75cf;
  border-radius: 0;
  padding: 0 !important;
}
.text_iw {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 20px;
  font-size: 20/16rem;
  color: #1b75cf !important;
}
.text_iw img {
  width: 65px;
  height: auto;
}
.text_iw .text {
  display: inline-block;
  max-width: 140px;
  font-weight: 700;
}
.text_iw .divider {
  width: 1px;
  height: 45px;
  border: 1px dashed #1b75cf;
  margin: 0 15px;
}
.gm-style-iw-tc {
  filter: none !important;
}
.gm-style-iw-tc:after {
  background: #1b75cf !important;
}
.anim_part .anim_item {
  opacity: 0;
  transform: scale(0);
}
.anim_part .show_elem {
  animation: scale 0.5s forwards;
  animation-delay: 0.1s;
  animation-timing-function: ease-out;
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes slide {
  0% {
    transform: ;
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(15px) rotate(90deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@media (max-width: 1399px) {
  #nas-tym #lightslider li h4 {
    font-size: 18px;
    font-size: 18/16rem;
  }
  #nas-tym #lightslider li p {
    font-size: 14px;
    font-size: 14/16rem;
  }
  #realizace .grid .grid-item,
  #blog .grid .grid-item,
  #realizace .grid .grid-sizer,
  #blog .grid .grid-sizer {
    width: 380px;
  }
  #realizace .grid .grid-item.col-xl-6,
  #blog .grid .grid-item.col-xl-6,
  #realizace .grid .grid-sizer.col-xl-6,
  #blog .grid .grid-sizer.col-xl-6 {
    width: 380px;
  }
  #nase-sluzby .box p {
    min-height: 135px;
  }
  #benefity .item h3 {
    font-size: 16px;
    font-size: 16/16rem;
  }
  footer ul a {
    padding: 5px 20px;
  }
  #main_menu .navbar-nav {
    text-align: center;
  }
  #main_menu .home_hide {
    width: 100%;
  }
  #main_menu .menu-item {
    border: none;
  }
  #main_menu .menu-item span {
    margin: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .wpml-ls-slot-2 a {
    display: inline-block !important;
  }
  .wpml-ls-slot-2 .dropdown-menu {
    text-align: center !important;
  }
  .detail_box {
    aspect-ratio: 1/0.75;
  }
  .detail_box.box_bigger {
    aspect-ratio: 1/1.2;
  }
}
@media (max-width: 1199px) {
  #reference .box {
    height: 456px;
  }
  .lSSlideOuter {
    margin-top: 50px;
  }
  #realizace .grid .grid-item,
  #blog .grid .grid-item,
  #realizace .grid .grid-sizer,
  #blog .grid .grid-sizer {
    width: 480px;
  }
  #realizace .grid .grid-item.col-xl-6,
  #blog .grid .grid-item.col-xl-6,
  #realizace .grid .grid-sizer.col-xl-6,
  #blog .grid .grid-sizer.col-xl-6 {
    width: 480px;
  }
  #o-nas .content {
    padding: 35px 50px;
  }
  #single_page .file_cont {
    margin-bottom: 40px;
  }
  #single_page iframe {
    height: 430px;
  }
  .app_element .right img {
    width: 154px;
  }
  .detail_box,
  .detail_box.box_bigger {
    aspect-ratio: auto;
  }
  .detail_box .abs_img,
  .detail_box.box_bigger .abs_img {
    padding-bottom: 150px;
  }
  .detail_box .abs_img .text_back,
  .detail_box.box_bigger .abs_img .text_back,
  .detail_box .abs_img .text_front,
  .detail_box.box_bigger .abs_img .text_front {
    position: relative;
    opacity: 1;
  }
  .detail_box .abs_img:hover .text_front,
  .detail_box.box_bigger .abs_img:hover .text_front {
    opacity: 1.1 !important;
  }
}
@media (max-width: 991px) {
  #hp {
    text-align: center;
  }
  #hp h1 {
    margin: auto auto 70px auto;
  }
  #hp .right {
    min-height: 100px;
  }
  footer {
    text-align: center;
  }
  footer .menu_footer {
    text-align: center;
  }
  footer ul {
    margin: 30px 0;
  }
  footer ul a {
    padding: 5px 15px !important;
  }
  #realizace .grid .grid-item,
  #blog .grid .grid-item,
  #realizace .grid .grid-sizer,
  #blog .grid .grid-sizer {
    width: 360px;
  }
  #realizace .grid .grid-item.col-xl-6,
  #blog .grid .grid-item.col-xl-6,
  #realizace .grid .grid-sizer.col-xl-6,
  #blog .grid .grid-sizer.col-xl-6 {
    width: 360px;
  }
  #single_page iframe {
    height: 325px;
  }
  #single_page #lightslider_single .box h4 {
    font-size: 50px;
    font-size: 50/16rem;
  }
  #reference .item {
    width: calc(100% / 5);
  }
  footer .footer_top ul li {
    display: block;
    text-align: center;
  }
  #infoModal .modal-content {
    min-width: 100%;
  }
  .app_element .right img {
    width: 137px;
  }
  .splide .abs_img {
    min-height: 300px;
  }
  .corner_topright:after {
    bottom: 0;
    top: auto;
    transform: rotate(180deg);
  }
}
@media (max-width: 767px) {
  #nas-tym #lightslider li h4 {
    height: 43px;
  }
  #realizace .grid .grid-item,
  #blog .grid .grid-item,
  #realizace .grid .grid-sizer,
  #blog .grid .grid-sizer {
    width: 100%;
  }
  #realizace .grid .grid-item.col-xl-6,
  #blog .grid .grid-item.col-xl-6,
  #realizace .grid .grid-sizer.col-xl-6,
  #blog .grid .grid-sizer.col-xl-6 {
    width: 100%;
  }
  #single_page iframe {
    height: 290px;
  }
  .box_small {
    aspect-ratio: auto;
  }
  .gallery-columns-2 .gallery-item {
    float: none !important;
    width: 100% !important;
  }
  footer .footer_contact h3 {
    margin-top: 30px;
  }
  footer .text-end {
    text-align: center !important;
  }
  footer .footer_contact {
    padding: 20px 0 10px 0;
  }
  .app_element {
    margin-bottom: 30px;
  }
  .app_element .right img {
    width: 100px;
    margin-bottom: 0;
  }
  #o-nas .content {
    padding: 35px 35px;
  }
  .detail_box .svg_cont {
    display: none;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .gm-style .gm-style-iw-chr {
    display: flex;
  }
  .text_iw {
    padding: 0 10px 10px 10px;
  }
  #hp h1 {
    font-size: 26px;
    font-size: 26/16rem;
    line-height: 45px;
  }
  #hp h1 span {
    font-size: 42px;
    font-size: 42/16rem;
  }
  #hp .right:before {
    left: 30px;
  }
  #hp .right:after {
    right: 30px;
  }
  #o-nas {
    padding: 100px 0 100px 0;
  }
  #benefity,
  #spotrebitelske_segmenty {
    padding-top: 100px;
  }
  #nase-sluzby,
  #reference,
  #nas-tym,
  #klienti {
    padding: 100px 0;
  }
  #reference img {
    bottom: 25px;
  }
  #hp {
    min-height: 750px;
  }
  #hp {
    background-attachment: scroll;
    background-position: center;
  }
  #single_page .header {
    background-position: center center !important;
    background-attachment: scroll !important;
    height: 300px;
    min-height: auto;
  }
  #single_page iframe {
    height: calc(100vw/2);
  }
  #single_page .mt-custom {
    margin-top: 0;
  }
  .social_cont {
    display: none;
  }
  footer .footer_social {
    display: block;
  }
  #realizace {
    padding: 80px 0 150px 0;
  }
  #nase-sluzby,
  #reference,
  #nas-tym,
  #klienti {
    padding: 100px 0 100px 0;
  }
  #blog {
    padding-top: 80px;
  }
  .app_element {
    margin-bottom: 0;
    display: block !important;
  }
  .app_element .right {
    margin-top: 30px;
    flex-direction: row !important;
  }
  .app_element .right br {
    display: none !important;
  }
  .app_element .right img {
    width: 50%;
    height: auto;
    margin: auto;
  }
  .app_element .right img:last-of-type {
    margin-top: 0;
    margin-bottom: 0;
    height: calc(90%);
  }
  .store_icon img {
    width: calc(50% - 10px);
  }
  #reference .item {
    width: calc(25%);
  }
  #o-nas .button {
    display: inline-block;
  }
  #o-nas p:last-of-type {
    display: none;
  }
  #o-nas p:last-of-type p.open {
    display: block;
  }
}
@media (max-width: 450px) {
  #hp h1 {
    font-size: 25px;
    font-size: 25/16rem;
    line-height: 41px;
  }
  #nas-tym .img_cont .corner {
    max-width: 100%;
  }
  #nas-tym .img_cont .corner img {
    max-width: 100%;
    height: auto;
  }
  .button {
    padding: 20px 50px;
  }
  #reference .item {
    width: calc(100% / 4);
  }
  #benefity h3 {
    font-size: 16px;
    font-size: 16/16rem;
  }
  h2 {
    font-size: 28px;
    font-size: 28/16rem;
  }
  #reference .item {
    width: calc(50%);
  }
  .detail_box .abs_img {
    padding: 65px 30px 150px 30px;
  }
  .splide .text_cont {
    padding: 10px 30px;
  }
  #services .box {
    padding: 60px 30px;
  }
}
#hp .right > div {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
#hp .right > div strong {
  color: #1b75cf;
}
#hp .right > div p {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  text-transform: uppercase;
}
#hp .right > div p.show {
  animation: hp_text 3s forwards;
}
@keyframes hp_text {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
svg#graph g {
  opacity: 0;
}
svg#graph #shopping_basket {
  transform-origin: center;
  animation: op_scale 1s forwards;
}
svg#graph #Ellipse_10 {
  transform-origin: center;
  animation: op_scale 1s forwards;
  animation-delay: 1s;
}
svg#graph [class^="circle"] {
  transform-origin: center;
  opacity: 0;
  animation: op_scale 0.8s forwards;
}
svg#graph .circle1 {
  animation-delay: 2.3s;
}
svg#graph .circle2 {
  animation-delay: 2.6s;
}
svg#graph .circle3 {
  animation-delay: 2.9s;
}
svg#graph .circle4 {
  animation-delay: 3.2s;
}
svg#graph .circle5 {
  animation-delay: 3.5s;
}
svg#graph .circle6 {
  animation-delay: 3.8s;
}
svg#graph .circle7 {
  animation-delay: 4.1s;
}
svg#graph .circle8 {
  animation-delay: 4.4s;
}
svg#graph .circle9 {
  animation-delay: 4.7s;
}
svg#graph .circle10 {
  animation-delay: 5s;
}
svg#graph [class^="text"] {
  transform-origin: center;
  transform-box: fill-box;
  opacity: 0;
  animation: op_scale 0.8s forwards;
}
svg#graph .text1 {
  animation-delay: 3.3s;
}
svg#graph .text2 {
  animation-delay: 3.6s;
}
svg#graph .text3 {
  animation-delay: 3.9s;
}
svg#graph .text4 {
  animation-delay: 4.2s;
}
svg#graph .text5 {
  animation-delay: 4.5s;
}
svg#graph .text6 {
  animation-delay: 4.8s;
}
svg#graph .text7 {
  animation-delay: 5.1s;
}
svg#graph .text8 {
  animation-delay: 5.4s;
}
svg#graph .text9 {
  animation-delay: 5.7s;
}
svg#graph .text10 {
  animation-delay: 6s;
}
@keyframes op_scale {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  10% {
    opacity: 1;
    transform: scale(0.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
