@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

body.screen {
    background-color: #e6f3f7;
    font-family: 'Montserrat', sans-serif;
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body {
  background-color: #e6f3f7;
  font-family: 'Montserrat', sans-serif;
}

header {
    position: relative;
    top: 52px;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

h2 span {
  font-weight: 400;
}

header img.logo {
    display: block;
    float: left;
    height: 53px;
    margin-right: 140px;
}

.hamburger.white > div {
  background-color: #fff!important;
}

header a.tel {
    line-height: 53px;
    font-size: 15px;
    color: #00b2d5;
    float: left;
}

header .btn-bubble {
    padding: 0px 49px;
    height: 53px;
    display: block;
    width: auto;
    float: right;
    line-height: 53px;
    background-color: rgba(12, 178, 213, 1);
    color: #e6f3f7;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.btn-bubble:hover, .btn-bubble:focus {
    -webkit-animation: bubbles 1s forwards ease-out;
    animation: bubbles 1s forwards ease-out;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(255, 255, 255, 0) 70%) 48% 94% / 0.98em 0.98em, radial-gradient(circle at center, rgba(255, 255, 255, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(255, 255, 255, 0) 70%) 80% 80% / 0.99em 0.99em, radial-gradient(circle at center, rgba(255, 255, 255, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(255, 255, 255, 0) 70%) 55% 112% / 0.92em 0.92em, radial-gradient(circle at center, rgba(255, 255, 255, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(255, 255, 255, 0) 70%) 35% 116% / 1.08em 1.08em, radial-gradient(circle at center, rgba(255, 255, 255, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(255, 255, 255, 0) 70%) 103% 127% / 1.01em 1.01em, radial-gradient(circle at center, rgba(255, 255, 255, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(255, 255, 255, 0) 70%) 32% 147% / 0.86em 0.86em, radial-gradient(circle at center, rgba(255, 255, 255, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(255, 255, 255, 0) 70%) 39% 102% / 1.2em 1.2em, radial-gradient(circle at center, rgba(255, 255, 255, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(255, 255, 255, 0) 70%) 41% 100% / 0.63em 0.63em, radial-gradient(circle at center, rgba(255, 255, 255, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(255, 255, 255, 0) 70%) 48% 133% / 1.03em 1.03em, radial-gradient(circle at center, rgba(255, 255, 255, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(255, 255, 255, 0) 70%) 92% 127% / 0.77em 0.77em, radial-gradient(circle at center, rgba(255, 255, 255, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(255, 255, 255, 0) 70%) 63% 101% / 1.06em 1.06em;
    background-color: rgba(12, 178, 213, 1);
    background-repeat: no-repeat;
}
.outer-menu ul {
    list-style: none;
    display: block;
    float: right;
    margin-right: 0px;
    margin-top: 68px;
    z-index: 20;
}

.outer-menu ul li {
    float: left;
    margin-right: 10px;
    position: relative;
}

.outer-menu ul li:last-of-type {
    margin-right: 0px;
}

.outer-menu ul a {
    display: block;
    height: 28px;
    padding: 0px 10px;
    color: #00b2d5;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.outer-menu ul li.sub-menu {
    background-image: url('../img/arrow.svg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 10px!important;
}

.outer-menu ul a:hover {
    color: #012d36;
}

.outer-menu ul a.active {
  color: #012d36;
}

.outer-menu ul li.sub-menu:hover a {
    background-image: url('../img/arrow-hover.svg');
    background-repeat: no-repeat;
    background-position: bottom center;
    color: #012d36;
    background-size: 10px!important;
}

.outer-menu ul ul {
    background-image: linear-gradient(transparent 10px, #fff 10px);
    list-style: none;
    position: absolute;
    display: none;
    margin-top: 0px;
    padding: 21px 57px 19px 16px;
    left: 10px;
}

.outer-menu ul ul li {
    margin-right: 0px!important;
    width: 100%;
}

.outer-menu ul ul a {
    white-space: nowrap;
    height: 35px;
    line-height: 35px;
    font-weight: normal;
    color: #00b2d5!important;
}

.outer-menu ul ul li a {
    background-image: none!important;
}

.outer-menu ul ul a:hover {
    background-color: #fff;
    color: #012d36!important;
}

.outer-menu ul li:hover ul {
    display: block;
}

body.screen footer {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px!important;
}

.same {
  grid-template-rows: auto!important;
}

.same .form-wrap {
  height: 100%!important;
}

footer {
    text-align: center;
    color: #077a92;
    font-size: 12px;
    font-weight: 500;
}

footer a {
  color: #077a92!important;
}

.splide {
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    position: relative!important;
    height: calc(100vh - 210px);
    z-index: 2;
}

.splide__track {
  width: 100%!important;
  height: calc(100vh - 210px) !important;
  position: absolute!important;
}



.splide__list {
  height: 100%;
}

.splide__pagination__page {
    background-color: #a2dce8!important;
    width: 15px!important;
    height: 15px!important;
    opacity: 1!important;
}

.splide__pagination__page.is-active {
    background-color: #035363!important;
    transform: scale(1)!important;
    
}

.splide__arrows {
    position: absolute;
    right: 0px;
    left: unset;
    height: 98px;
    width: 132px;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 20px;
    display: block!important;
    z-index: 7!important;
}

.splide__arrows svg {
    display: none!important;
}

.splide__arrow {
    display: block!important;
    left: unset!important;
    transform: translateY(0)!important;
    background-size: 20px 38px!important;
    background-repeat: no-repeat!important;
    transition: 0.3s;
}

.splide__arrow--next {
    width: 65px!important;
    height: 65px!important;
    background-color: #4cc5f1!important;
    background-image: url('../img/arrow-next.svg')!important;
    background-position: 50%!important;
    opacity: 1!important;
    position: absolute!important;
    top:20px!important;
    right: 0px!important;
    z-index: 10!important;
}

.splide__arrow--next:hover {
  background-color: #49bde7!important;
}

.splide__arrow--prev {
    width: 92px!important;
    height: 92px!important;
    background-color: #0cb2d5!important;
    background-image: url('../img/arrow-prev.svg')!important;
    background-position: calc(50% - 3px) 50%!important;
    opacity: 1!important;
    top:23px!important;
    right: 40px!important;
    z-index: 9!important;
}

.splide__arrow--prev:hover {
  background-color: #0cabca!important;
}

button.splide__arrow--prev .individual-bubble {
    position: absolute;
    border-radius: 50%;
    top: 0;
    background-color: #0cabca;
    z-index: -1;
}

button.splide__arrow--next .individual-bubble {
    position: absolute;
    border-radius: 50%;
    top: 0;
    background-color: #49bde7;
    z-index: -1;
}

.splide__slide {
    overflow: hidden;
}

.splide__slide .content {
    position: relative;
    left: 50%; top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: flex;
    gap: 100px;
}

.inner {
  flex: 0 50%;
  text-align: right;
  position: relative;
}

.content img {
  width: auto;
  height: 400px;
}

.content .text {
  color: #012d36;
  font-size: calc(20px + 1.2vw);
  line-height: calc(25px + 1.2vw);
  font-weight: 500;
  text-align: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.splide .content .text h2 {
  font-size: calc(45px + 1.2vw);
  line-height: calc(50px + 1.2vw);
  font-weight: 700;
}

.basic-page {
  padding-top: 242px;
  width: 85%;
  margin: 0px auto;
  max-width: 1132px;
}

.basic-page h2 {
  color: #0cb2d5;
  font-size: 40px;
  font-family: Montserrat;
}

@-webkit-keyframes bubbles {
    100% {
      background-position: 55% -325%, 73% -128%, 51% -377%, 32% -331%, 100% -203%, 26% -283%, 34% -210%, 32% -70%, 46% -38%, 93% -59%, 56% -312%;
      box-shadow: inset 0 -6.5em 0 #0cb2d5;
    }
}
  
@keyframes bubbles {
    100% {
      background-position: 55% -325%, 73% -128%, 51% -377%, 32% -331%, 100% -203%, 26% -283%, 34% -210%, 32% -70%, 46% -38%, 93% -59%, 56% -312%;
      box-shadow: inset 0 -6.5em 0 #0cb2d5;
    }
}

.set {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

.set div {
  position: absolute;
  display: block;
}

.set div {
  left: 20%;
  animation: animate 15s linear infinite;
  animation-delay: -7s;
}


@keyframes animate {
  0% {
    opacity: 0;
    top: -10%;
    transform: translateX(20px) rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  20% {
    transform: translateX(-20px) rotate(45deg);
  }
  40% {
    transform: translateX(-20px) rotate(90deg);
  }
  60% {
    transform: translateX(20px) rotate(180deg);
  }
  80% {
    transform: translateX(-20px) rotate(180deg);
  }
  100% {
    top: 110%;
    transform: translateX(-20px) rotate(225deg);
  }
}

.set2 {
  transform: rotateY(180deg);
}

.set3 {
  transform: rotateX(180deg);
}

main {
  height: auto;
  width: 90%;
  max-width: 1000px;
  display: flex;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}

main .column img {
  max-width: 100%;
}

main .column {
  flex: 50%;
  position: relative;
}

main .content {
  color: #012d36;
  font-size: 16px;
  height: 100%;
  line-height: 24px;
}

main .content .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

main.sub-page {
  max-width: 1069px;
  column-gap: 69px;
}

main.sub-page .content .center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  font-family: Montserrat;
  font-size: 15px;
  line-height: normal;
  font-weight: 500;
}

main .content a {
  color: #012d36;
  font-weight: 700;
}

main h2 {
  font-size: 40px;
  line-height: normal!important;
  margin-bottom: 24px;
}

.page {
  min-height: calc(100vh - 115px);
  width: 90%;
  margin: 0px auto;
  height: auto;
  box-sizing: border-box;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 41px;
  margin-bottom: 27px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 33px;
}

.grid-2 .column {
  background-color: #f5fafc;
}

.reference .column, .service-detail .column {
  /*background-image: url('../img/citat.png');
  background-repeat: no-repeat;
  background-position: -14px 56px;*/
  padding: 30px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 20px;
  background-color: #f5fafc;
}

.reference .column span, .service-detail .column span {
  font-size: 13px;
  display: block;
}

.service-detail .back-link{
  margin-bottom: 15px;
}

.service-detail .back-link, .service-detail .back-link a{
  color: #788b90;
}

.service-detail .back-link a{
  text-decoration: underline;
}

.reference .column h3, .service-detail .column h3 {
  font-size: 25px;
  color: #012d36;
  margin-bottom: 8px;
}

.service-detail .column h3{
  margin-bottom: 0;
}

.reference .column .header{
  margin-bottom: 20px;
}

.service-detail .column .header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.service-detail-header-img{
  display: none;
  vertical-align: middle;
  width: 75px;
}

.sluzby .link{
  color: inherit;
}

.reference .column .gallery, .service-detail .column .gallery{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}

@media only screen and (min-width: 580px) {
  .reference .column .gallery, .service-detail .column .gallery{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 768px) {
  .service-detail-header-img{
    display: block;
  }
  .reference .column .gallery, .service-detail .column .gallery{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.reference .column .gallery img, .service-detail .column .gallery img{
  display: block;
  vertical-align: middle;
  height: auto;
  max-width: 100%;
}

.certifikace, .klienti, .reference, .spoluprace, .sponzorujem, .historie {
  margin-top: 60px;
}

.sluzby .column {
  min-height: 550px;
  background-color: #f5fafc;
  border-radius: 20px;
  transition: .3s;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.sluzby .column .b {
  display: none;
}

.sluzby .column.hover .b {
  display: block;
}

.sluzby .column.hover .a {
  display: none;
}

.sluzby .column:hover {
  margin-top: -5px;
}

.sluzby #jednorazove_uklidy {
  background-image: url('../img/pulkruh1.png');
  background-position: top right;
}

.sluzby #pravidelne_uklidy {
  background-image: url('../img/pulkruh2.png');
  background-position: top right;
}

.sluzby #doplnkove_sluzby {
  background-image: url('../img/pulkruh3.png');
  background-position: top right;
}

.sluzby h3 {
  font-size: 35px;
  color: #012d36;
}

.sluzby .text .inside {
  height: 190px;
  width: 100%;
  padding: 0px 21px;
  box-sizing: border-box;
}

.sluzby .img {
  width: 100%;
  height: 360px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 44px;
  box-sizing: border-box;
}

.sluzby .img img {
  max-width: 100%;
}

.sluzby .b {
  margin-top: 171px;
  font-size: 15px;
  font-weight: 500;
}

.sluzby .b p {
  margin-bottom: 5px;
}

.sluzby .b .text {
  padding: 0px 21px;
}

.sluzby button {
  height: 45px;
  width: 140px;
  background-color: #0cb2d5;
  color: #e6f3f7;
  font-family: 'Montserrat', sans-serif;
  border: 0px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  right: 21px;
  bottom: 24px;
}
/*
.sluzby ul {
   padding-left: 21px;
}
*/

.sluzba ul li {
  margin-bottom: 7px;
  line-height: 24px;
}

.sluzba ul li:last-of-type {
  margin-bottom: 0px;
}

.sponzorujem h3 {
  font-size: 25px;
  margin-bottom: 16px;
  width: 100%;
}

.sponzorujem .full {
  width: 100%;
  overflow: hidden;
}

.sponzorujem .rok {
  font-size: 20px;
  font-weight: 700;
  color: #afddec;
  float: left;
  margin-top: 34px;
}

.sponzorujem .column {
  padding: 0px 28px 43px 28px!important;
}

.sponzorujem .column .logo {
  height: 152px;
  width: 192px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
}

.sponzorujem .column .logo img {
  height: 70%;
}

.klienti {
  row-gap: 50px;
}

.klienti .column {
  padding: 0 29px!important;
  height: 200px!important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.klienti .column img {
  max-width: 100%;
  width: 100%;
}

.klienti .column a {
  width: 100%;
}

.spoluprace {
  text-align: center;
}

.spoluprace img {
  height: 100px;
  margin-bottom: 37px;
}

.spoluprace p {
  text-align: left;
}

.spoluprace .column {
  padding: 49px 28px 43px 28px!important;
}

.certifikace .column, .klienti .column, .spoluprace .column, .sponzorujem .column {
  background-color: #f5fafc;
  font-size: 15px;
  font-weight: 500;
  color: #012d36;
  padding: 60px 29px 71px 29px;
  position: relative;
  border-radius: 20px;
}

.certifikace .column h3 {
  font-size: 25px;
  margin-bottom: 17px;
}

.certifikace .column a {
  display: inline-block;
  height: 54px;
  border-radius: 27px;
  background-color: #0cb2d5;
  line-height: 54px;
  padding: 0 37px;
  width: fit-content;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  color: #f5fafc;
  position: absolute;
  bottom: -27px; left: 50%;
  transform: translateX(-50%);
}

.historie .timeline {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  min-height: 527px;
}

.historie .line {
  min-height: 527px;
  padding-top: 111px;
}

.historie .timeline::after {
  content: '';
  position: absolute;
  width: 8px;
  background-color: #bfe7f3;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  border-radius: 4px;
}

.historie .container {
  position: relative;
  background-color: inherit;
  width: 50%;
  box-sizing: border-box;
  display: flex;
}

.historie .container:first-of-type {
    transform: translateY(-50%);
    z-index: 1;
}

.historie .right.container {
  justify-content: flex-end;
}

.historie .left.container {
  justify-content: flex-start;
}

.historie .container::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  right: -15px;
  background-color: #0cb2d5;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
}

.historie .left {
  left: 0;
}

.historie .right {
  left: 50%;
}

.historie .right::after {
  left: -15px;
}

.historie .content {
  padding: 28px 31px 36px 31px;
  background-color: #f5fafc;
  font-size: 15px;
  position: relative;
  border-radius: 20px;
  box-sizing: border-box;
  max-width: 450px;
  width: 85%;
  font-weight: 500;
}

.historie h3 {
  font-size: 35px;
}

.objednat {
  width: 1125px;
  font-size: 15px;
  color: #012d36;
  font-weight: 700;
  grid-template-columns: 325px 1fr 1fr!important;
  gap: 25px!important;
}

.objednat .column.form .form-wrap {
  padding: 24px 28px!important;
}

.objednat .column.form .select {
  margin-bottom: 0px;
}

.objednat img {
  max-width: 100%;
  width: 50%;
  margin: 0px auto 80px auto;
  display: block;
}

.objednat h2 {
  font-size: 50px;
}

.objednat .column .form-wrap {
  background-color: #ffffff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0px 44px 0px 31px;
}

.form-wrap {
  padding: 43px 28px!important;
  overflow: hidden;
}

.form-wrap:last-of-type {
  padding: 44px 28px 24px 28px!important
}

.form-wrap input[type="text"],input[type="email"],input[type="number"] {
  height: 59px;
  width: 100%;
  box-sizing: border-box;
  border: 0px;
  border-bottom: 1px solid #c9c9c9;
  outline: 0;
  margin-bottom: 19px;
  padding-left: 15px;
  font-size: 25px;
  font-weight: 700;
  color: #012d36;
}

.code {
  color: #838383;
  font-size: 25px;
  font-weight: 500;
  display: none;
  height: 59px;
  line-height: 59px;
  position: relative;
  margin-bottom: -59px;
  width: 62px;
}

#telefon:focus {
  padding-left: 62px;
}

.form-wrap input::placeholder {
  font-size: 14px;
  font-weight: 500;
}

.form-wrap label.label {
  margin-top: 29px;
  padding-left: 15px;
  display: block;
}

.form-wrap label {
  font-size: 14px;
  color: #6f6f6f;
  font-weight: 500;
}

.form-wrap .select {
  background-color: #f4f4f4;
  border-radius: 27px;
  overflow: hidden;
  margin-top: 15px;
}

/*.form-wrap .select:first-of-type {
  margin-bottom: 59px;
}*/
.mb-60{
  margin-bottom: 60px;
}

.form-wrap .select label {
  border-radius: 25px;
  height: 50px;
  display: block;
  width: 50%;
  float: left;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  transition: .3s;
  color: #8e8e8e;
  font-weight: 600;
}

.btn-order-submit {
  background-color: #676767;
  font-size: 15px;
  color: #e6f3f7;
  height: 53px;
  line-height: 53px;
  float: right;
  padding: 0 61px;
  outline: 0;
  border: 0;
  cursor: pointer;
  margin-top: 31px;
  text-transform: uppercase;
  font-weight: 700;
}

.form-wrap .select label:hover {
  background-color: #0cb2d5;
  color: #fff;
}

.form-wrap .select input[type="radio"]:checked+label {
  background-color: #0cb2d5;
  color: #fff;
}

.form-wrap .select input[type="radio"] {
  display: none;
}

.objednat .column:first-of-type {
  padding-right: 8px;
  box-sizing: border-box;
}

.modal {
  width: 100%;
  height: 100%;
  background-color: #e6f3f7;
  position: fixed;
  overflow: auto;
  z-index: 9998;
  transition: 1s;
}

.close-modal {
  width: 30px;
  display: none;
}

.close-modal svg{
  fill: #0cb2d5;
}

.opened {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.opened header .logo {
  display: none;
}

.opened .modal header .logo {
  display: block;
}

.modal .page {
  height: auto;
}

/*.modal footer {
  margin-top: 17px!important;
}*/

.opened .modal .page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.opened .close-modal {
  display: block;
  float: right;
  margin-top: calc(23px / 2);
  cursor: pointer;
}

.opened header .tel, .opened header .btn-bubble {
  display: none;
}

@media only screen and (max-height: 900px) {
  .basic-page {
    padding-top: 200px!important;
  }

  /*.modal footer {
      margin-top: 0px!important;
  }*/

  .grid-3.klienti {
      gap: 25px;
  }

  .grid-3.klienti .column {
      height: auto!important;
      text-align: center;
      padding: 29px 29px!important;
  }

  .klienti .column img {
      max-width: 70%;
  }
}

@media only screen and (max-height: 768px) {


  .historie .content, .reference .column, .service-detail .column, .sponzorujem .column, .spoluprace .column, .sluzby .b {
    font-size: calc(10px + .3vw);
  }

  .historie h3, .reference .column h3, .service-detail .column h3, .sponzorujem h3 {
    font-size: calc(20px + .3vw);
  }

  .sponzorujem .rok {
    font-size: calc(15px + .3vw);
  }

  .sponzorujem .column .logo img {
    transform: scale(0.7);
  }

  .sponzorujem .column .logo {
    padding-right: 0px;
  }

  .spoluprace img {
    height: 75px;
  }

  .sluzby h3 {
    font-size: calc(20px + 1vw)!important;
  }

  .sluzby ul {
    font-size: calc(10px + 0.3vw);
  }

  .sluzby .text .inside {
    height: auto;
    padding-bottom: 44px;
  }

  .sluzby .b {
    margin-top: 44px!important;
  }

  .sluzby .column {
    min-height: auto;
    background-size: auto;
  }

  .sluzby .img img {
    max-width: 70%;
  }

  .sluzby .img {
    height: 300px;
  }

  main.sub-page .content .center {
    font-size: 13px;
  }

  main h2 {
    font-size: calc(20px + 1vw);
  }

  main .column img {
    width: 80%;
    height: auto;
  }

  .column.img {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .basic-page h2 {
    font-size: calc(20px + 1.2vw);
  }

  .certifikace .column h3 {
    font-size: calc(20px + .3vw);
  }
  
  .certifikace .column, .certifikace .column a {
      font-size: calc(10px + .3vw);
  }

  .basic-page {
      padding-top: 180px!important;
  }

  /*.grid-3 {
      margin-top: 85px;
  }*/
}

@media only screen and (max-height: 600px) {
  .spoluprace img {
    height: 55px;
  }

  .sluzby .b .text {
    margin-top: -36px!important;
  }

  .certifikace .column {
    padding: 45px 29px 56px 29px;
  }

    .certifikace .column a {
      font-size: calc(10px + .3vw);
      height: 44px;
      bottom: -20px;
      line-height: 44px;
    }

    header a.tel {
        font-size: 13px;
    }

    .basic-page {
        padding-top: 150px!important;
    }

    .basic-page h2 {
        font-size: calc(15px + 1vw);
    }

    /*.certifikace, .klienti, .reference, .spoluprace, .sponzorujem, .historie {
        margin-top: 80px;
    }*/

    .grid-3.klienti {
        gap: 15px;
    }

    .grid-3.klienti .column {
        padding: 20px!important;        
    }

    .grid-3.klienti .column img {
        max-width: 40%;
    }

    .grid-3 {
        margin-bottom: 0px;
    }
}


@media only screen and (max-width: 1600px) {
  .content img {
    left: 0px;
  }

  .tel {
    margin-top: -2px;
  }

  .splide__arrow--next {
    width: 45px!important;
    height: 45px!important;
    background-size: 14px!important;
  }

  .splide__arrow--prev {
    width: 65px!important;
    height: 65px!important;
    background-size: 14px!important;
    right: 25px!important;
  }

  .splide__arrows {
    width: 90px;
  }

  .splide .content .text h2 {
    font-size: calc(40px + 1.2vw);
  }

  header img.logo {
    margin-right: 30px;
    height: 43px;
  }

  .outer-menu ul {
    margin-right: -60px;
  }
}

@media only screen and (max-width: 1100px) and (min-width: 969px) {
  header .btn-bubble {
    padding: 0px 20px!important;
    font-size: 12px!important;
    height: 43px!important;
    line-height: 43px!important;
  }

  .outer-menu ul a {
    font-size: 12px!important;
  }

  header a.tel {
    font-size: 12px!important;
  }
}

@media only screen and (max-width: 1400px) {
  header .btn-bubbless {
    padding: 0px 40px!important;
    font-size: 14px!important;
  }
}

@media only screen and (max-width: 1300px) {
  .column.box1 {
    display: unset!important;
  }

  .splide__slide .content {
    gap: 50px;
    width: 85%;
}

header .btn-bubble {
  padding: 0px 30px!important;
  font-size: 13px!important;
}

.outer-menu ul a {
  padding: 0px 5px;
}

.outer-menu ul ul {
  left: 0;
}

.outer-menu ul a {
  font-size: 14px;
}

header a.tel {
  font-size: 14px;
  line-height: 48px;
  margin-top: 0px;
}

.modal .grid-3 {
  margin-top: 0px!important;
}

  body.screen .modal footer {
    text-align: center;
      color: #077a92;
      font-size: 12px;
      font-weight: 500;
      position: relative!important;
      bottom: 30px!important;
  }

  .modal .page {
    margin-left: 5%;
    padding-top: calc(10vw + 100px)!important;
  }

.close-modal {
  margin-right: 3vw;
  margin-top: 3vw!important;
}

  /*.modal footer {
    margin: 90px 0 0 0!important;
  }*/

  .grid-3.objednat {
    grid-template-columns: repeat(2, 1fr)!important;
    grid-auto-rows: auto!important;
    gap: 40px!important;
    margin-bottom: 0px!important;
  }

  /*.objednat .column.box1{
    grid-column-end: 3 !important;
  }*/

  .column.box1 {
    grid-row: 1;
    text-align: center;
  }

  .column.box1 p, h2 {
    text-align: left;
  }

  .column.box2 {
    grid-column: 1;
    grid-row: 2;
  }

  .column.box3 {
    grid-column: 2;
    grid-row: 2;
  }

  .sluzby .b {
    margin-top: 80px!important;
  }

  .basic-page {
    width: 85%;
  }

}

footer {
  padding-bottom: 30px;
  margin: 90px 0 0 0;
}

#response {
  display: none;
  width: 100%;
  padding: 20px;
  background-color: #7C9D39;
  color: #fff;
  box-sizing: border-box;
  font-weight: 400;
  margin-top: 31px;
}

@media only screen and (max-width: 968px) {
  .outer-menu ul li.sub-menu .dropdown {
    background-image: url('../img/arrow-white.svg')!important;
    background-size: 10px!important;
    background-repeat: no-repeat!important;
    background-position: right center!important;
    padding-right: 20px!important;
  }

  .dropdown {
    background-image: url();
  }

  .close-modal {
    margin-right: 5vw;
    margin-top: 5vw!important;
  }

  /*.grid-3.objednat {
    grid-template-columns: repeat(1, 1fr)!important;
  }*/

  .column.box1 {
    grid-column: 1 / 1;
    grid-row: 1;
    text-align: center;
  }

  .column.box2 {
    grid-column: 1;
    grid-row: 2;
  }

  /*.column.box3 {
    grid-column: 1;
    grid-row: 3;
  }*/

  body.screen footer {
    padding: 0px;
    margin: 0px;
  }

  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 68px;
    margin-bottom: 57px;
  }

  .basic-page {
    width: calc(100% - 6vw);
  }

  .splide .content .text {
    padding-left: 30px!important;
  }

  .outer-menu {
    top: 5vw;
    right: calc(40px + 5vw);
  }

  .splide {
    top: 140px;
    width: 90vw;
  }

  .content img {
    max-width: 450px;
    width: 100%;
    margin-left: 0px!important;
  }

  /*.splide__pagination {
    bottom: 0px!important;
  }*/

  .inner:first-of-type {
    text-align: center!important;
  }

  .inner img {
    width: 80%!important;
    height: auto!important;
  }
  .content .text {
    top: unset!important;
  }

  .splide .content .text {
    text-align: left;
    font-size: 24px;
    position: unset;
    padding-left: 0px!important;
    transform: unset;
  }

  .splide__slide .content {
    flex-direction: column;
    overflow: unset;
    top: unset;
    transform: translateX(-50%)!important;
  }
  
  .splide__track {
    height: unset;
  }

  .splide .content .text h2 {
    font-size: 45px;
  }

  .splide .splide__arrows {
    display: none!important;
  }

  header {
    position: unset!important;
    top: unset!important;
    width: unset!important;
    left: unset!important;
    transform: translateX(0)!important;
  }

  header .btn-bubble {
    position: absolute;
    top: 6vh;
  }

  header .logo {
    margin-right: 0px!important;
  }

  header img.logo {
    position: absolute;
    top: 3vw;
    left: 3vw;
    height: 50px;
  }

  header .btn-bubble {
    position: absolute;
    right: 3vw;
    top: calc(3vw + 60px);
    height: 42px;
    line-height: 42px;
    font-size: 13px;
    padding: 0px 35px;
  }

  header .tel {
    position: absolute;
    right: calc(3vw + 90px);
    top: 3vw;
    line-height: 50px;
  }

  body.screen .outer-menu {
    position: fixed!important;
    z-index: 10;
  }

  .outer-menu {
    position: absolute;
    top: 3vw;
    right: calc(40px + 3vw);
    z-index: 10;
  }

  .outer-menu.active .hamburger > div {
    background-color: #fff!important;
  }

  .outer-menu .checkbox-toggle {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      cursor: pointer;
      width: 40px;
      height: 50px;
      opacity: 0;
    }
    .outer-menu .checkbox-toggle:checked + .hamburger > div {
      transform: rotate(135deg);
    }
    .outer-menu .checkbox-toggle:checked + .hamburger > div:before,
    .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
      top: 0;
      transform: rotate(90deg);
    }
    .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
      opacity: 0;
    }
    .outer-menu .checkbox-toggle:checked ~ .menu {
      pointer-events: auto;
      visibility: visible;
    }
    .outer-menu .checkbox-toggle:checked ~ .menu > div {
      transform: scale(1);
      transition-duration: 0.75s;
    }
    .outer-menu .checkbox-toggle:checked ~ .menu > div > div {
      opacity: 1;
      transition: opacity 0.4s ease 0.4s;
    }
    .outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
      transform: rotate(225deg);
    }
    .outer-menu .hamburger {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 40px;
      height: 50px;
      border-radius: 0 0.12em 0.12em 0;
      cursor: pointer;
      transition: box-shadow 0.4s ease;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .outer-menu .hamburger > div {
      position: relative;
      flex: none;
      width: 100%;
      height: 2px;
      background: #2ec5dc;
      transition: all 0.4s ease;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .outer-menu .hamburger > div:before,
    .outer-menu .hamburger > div:after {
      content: '';
      position: absolute;
      z-index: 1;
      top: -10px;
      left: 0;
      width: 100%;
      height: 2px;
      background: inherit;
      transition: all 0.4s ease;
    }
    .outer-menu .hamburger > div:after {
      top: 10px;
    }
    .outer-menu .menu {
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      visibility: hidden;
      overflow: hidden;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      outline: 1px solid transparent;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .outer-menu .menu > div {
      width: 300vw;
      height: 300vw;
      color: #FEFEFE;
      background: rgba(76, 197, 241, 0.97);
      border-radius: 50%;
      flex: none;
      transform: scale(0);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .outer-menu .menu > div > div {
      text-align: center;
      max-width: 90vw;
      max-height: 100vh;
      opacity: 0;
      transition: opacity 0.4s ease;
      overflow-y: auto;
      flex: none;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .outer-menu .menu > div > div > ul {
      list-style: none;
      padding: 0 0.5em;
      margin: 0;
      display: block;
      max-height: 100vh;
    }
    .outer-menu .menu > div > div > ul > li {
      padding: 0;
      margin: 0.5em;
      font-size: 24px;
      display: block;
    }
    .outer-menu .menu > div > div > ul > li > a {
      position: relative;
      display: inline;
      cursor: pointer;
      transition: color 0.4s ease;
      font-size: 22px;
      font-weight: normal;
      color: #fff;
    }
    .outer-menu .menu > div > div > ul > li > a:hover {
      color: #fff;
    }
    .outer-menu .menu > div > div > ul > li > a:hover:after {
      width: 100%;
    }
    .outer-menu .menu > div > div > ul > li > a:after {
      content: '';
      position: absolute;
      z-index: 1;
      bottom: -0.15em;
      left: 0;
      width: 0;
      height: 2px;
      background: #e5e5e5;
      transition: width 0.4s ease;
    }

  .outer-menu .menu > div > div > ul > li.active > a:after {
    background: transparent!important;
  }

    .outer-menu ul li {
      float: unset;
    }

    .outer-menu ul li.sub-menu, .outer-menu ul li.sub-menu:hover a {
      background-image: unset;
    }

    .outer-menu ul ul {
      display: none;
    }

    .outer-menu ul ul li a {
      margin: 0.5em;
      font-size: 16px;
      color: #fff!important;
    }

    .outer-menu ul li.sub-menu:hover a {
      color: #fff!important;
    }

    .outer-menu .sub-menu.active ul {
      display: block;
    }

    .outer-menu ul li:hover ul {
      display: none;
  }

  .outer-menu .open ul {
    display: block!important;
  }

    .outer-menu .sub-menu ul {
      position: relative;
      width: 100%;
      padding: 0px!important;
      background: transparent!important;
      float: unset!important;
      left: unset!important;
    }

    .outer-menu .sub-menu ul li a:hover {
      background-color: transparent!important;
    }

    .outer-menu ul a {
      padding: 0px!important;
    }

    .splide__pagination {
      bottom: calc(100vh - 95%);
    }
}

@media only screen and (max-width: 768px) {
  .sluzby #jednorazove_uklidy {
    background-size: 70%;
  }

  .sluzby #pravidelne_uklidy {
    background-size: 60%;
  }

  .sluzby #doplnkove_sluzby {
    background-size: 50%;
  }

  .objednat h2, .basic-page h2 {
    font-size: calc(20px + 3vw)!important;
  }


  .column.box1 img {
    max-width: 70%!important;
  }

  .sluzby h3 {
    font-size: calc(20px + 1vw)!important;
  }

  .sluzby .b .text {
    font-size: calc(10px + 1vw)!important;
  }

  .sluzby .column {
    min-height: auto;
  }

  .sluzby .img {
    height: 250px;
  }

  .sluzby .text .inside {
    height: auto;
    padding-bottom: 44px;
  }

  .sluzby .b {
    margin-top: 44px!important;
  }

  .grid-3.sluzby {
    gap: 20px;
  }

  .sluzby .img img {
    max-width: 50%;
}

    footer {
        font-size: 11px;
    }

  header a.tel {
    font-size: 14px;
  }

  body.screen .modal footer {
    display: block!important;
  }

  .modal .page {
    padding-top: 80px!important;
  }

  .certifikace .column a {
    height: 44px;
    bottom: -22px;
    line-height: 44px;
  }

  .objednat h2 {
    font-size: 35px;
  }

  main .column img {
    max-width: 70%;
  }

  .reference .column, .service-detail .column {
    font-size: calc(10px + 1vw);
  }

  .reference .column h3,  .service-detail .column h3 {
    font-size: calc(20px + .3vw);
  }

  .certifikace .column, .klienti .column, .spoluprace .column, .sponzorujem .column {
    font-size: calc(10px + 1vw);
  }

  .certifikace .column a {
    font-size: calc(10px + 1vw);
  }

  .historie .line {
    padding: 0px;
  }

  .historie .container:first-of-type {
    transform: unset;
  }

  .historie .container {
    margin-bottom: 30px;
  }

  .historie .container:last-of-type {
    margin-bottom: 0px;
  }

  .historie .content {
    max-width: unset;
  }

  .page {
    padding-top: 200px;
  }

  
video {
  height: auto;
  width: 100%;
}



  /*.certifikace, .klienti, .reference, .spoluprace, .sponzorujem, .historie {
    margin-top: 80px;
  }*/

  .column.box1 img {
    max-width: 100%;
  }
  
  .close-modal {
    margin-right: 5vw;
    margin-top: calc(5vw + 7px)!important;
  }

  .historie .timeline::after {
    left: 31px;
    }

    .historie .right::after {
      left: 15px;
    }
    
    .historie .container {
    width: 100%;
    font-size: 14px;
    padding-left: 70px;
    }

    .historie h3 {
      font-size: 30px;
    }

    .historie .content {
      width: 100%;
    }
    
    .historie .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
    }
  
    .historie .left::after, .right::after {
    left: 15px;
    }
    
    .historie .right {
    left: 0%;
    }

    .historie .right.container {
      justify-content: flex-start;
    }

  .grid-3 {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 68px;
  }

  .grid-3.klienti {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px!important;
  }

  /*.grid-3.klienti .column {
    height: 85px!important;
    padding: 0 29px!important;
  }*/

  /*.grid-3.klienti .column img {
    max-height:50px;
    max-width:100%;
  }*/

  /*.grid-3.objednat {
    grid-auto-rows: auto!important;
    gap: 40px!important;
    margin-bottom: 0px!important;
  }*/

  .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }

  main .column.img {
    margin-bottom: 50px;
  }

  main {
    flex-direction: column;
    row-gap: 50px;
    top: 0px;
    position: unset!important;
    padding-top: 0px!important;
    display: block;
    transform: unset;
    width: 100%;
  }

  main.sub-page .content .center {
    font-size: calc(10px + 1vw);
  }

  main h2 {
    font-size: calc(20px + 3vw);
  }

  .basic-page h2 {
    font-size: 35px;
  }

  main .img {
    text-align: center;
  }

  main .content .center {
    position: relative!important;
    transform: unset!important;
    left: unset;
    top: unset!important;
    font-size: calc(10px + 1vw);
    line-height: initial;
  }

  .splide img {
    max-width: 300px;
  }

  .splide {
    height: calc(100vh - (10vw + 60px));
    top: calc(10vw + 100px);
  }
  
  .set div img {
    transform: scale(0.7)!important;
  }

  header img.logo {
    height: 36px;
    top: calc(5vw - 3px);
  }

  /*body.screen footer {
    display: none!important;
  }*/

  .splide__pagination {
    position: absolute !important;
    bottom: calc(100vh - 90%) !important;
  }

}

@media only screen and (max-width: 767px) {
  .grid-3.objednat {
    grid-template-columns: repeat(1, 1fr)!important;
  }

  .column.box3 {
    grid-column: 1;
    grid-row: 3;
  }

  .modal .box1, .form-wrap .select label, .btn-order-submit {
    font-size: calc(10px + 1vw);
  }
}

@media only screen and (max-width: 600px){
  .grid-3.klienti {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px!important;
  }
}

@media only screen and (max-width: 400px) {
  header .tel {
    right: calc(5vw + 60px);
    font-size: 12px!important;
  }

  .splide .content .text h2 {
    font-size: 30px;
  }

  .splide .content .text {
    font-size: 20px;
    margin-top: 25px!important;
    padding-left:15px!important;
  }

  .content img {
    width: auto!important;
    max-height: 150px!important;
  }
}

@media only screen and (min-width: 969px) {
  .checkbox-toggle {
    display: none;
  }
}

a {
    text-decoration: none;
}

@media only screen and (max-width: 280px) {
    header img.logo {
        height: 26px;
        top: calc(5vw + 12px);
      }
}



@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available;
  }
}

input[type="submit"] {
  -webkit-appearance:none;
}

* {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 16px;
  }
}

:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
}


.sluzby .card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  box-sizing: border-box;
}

  .sluzby .card {
    height: 550px;
  }

.sluzby .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}
.sluzby .card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}

.sluzby .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
  align-items: flex-start;
}
.sluzby .content > * + * {
  margin-top: 1rem;
}

.sluzby .title {
  color: #012d36;
  font-size: 29px;
  font-weight: 700;
  text-align: left;
}

.sluzby .card:hover .title {
  font-size: 25px!important;
}

.sluzby ul {
  margin-left: 15px;
}

.sluzby ul li {
  font-size: 12px!important;
  font-weight: 700!important;
  line-height: 24px!important;
  text-align: left!important;
}

.sluzby .btn {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: white;
  background-color: black;
  border: none;
}
.sluzby .btn:hover {
  background-color: #0d0d0d;
}
.sluzby .btn:focus {
  outline: 1px dashed yellow;
  outline-offset: 3px;
}

  .sluzby .card:after {
    transform: translateY(0);
  }

  .sluzby .content {
    transform: translateY(calc(100% - 205px));
    justify-content: center;
  }
  .sluzby .content > *:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }

  .sluzby .card:hover,
  .sluzby .card:focus-within {
    align-items: center;
    margin-top: -5px;
  }
  .sluzby .card:hover:before,
  .sluzby .card:focus-within:before {
    transform: translateY(-4%);
  }
  .sluzby .card:hover:after,
  .sluzby .card:focus-within:after {
    transform: translateY(-50%);
  }
  .sluzby .card:hover .content,
  .sluzby .card:focus-within .content {
    transform: translateY(0);
  }
  .sluzby .card:hover .content > *:not(.title),
  .sluzby .card:focus-within .content > *:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }

  .sluzby .card:focus-within:before, .sluzby .card:focus-within:after,
  .sluzby .card:focus-within .content,
  .sluzby .card:focus-within .content > *:not(.title) {
    transition-duration: 0s;
  }

.sluzby .card {
  background-color: #f5fafc!important;
  background-repeat: no-repeat!important;
  background-size: 143px 157px!important;
  background-position: center 98px;
  cursor: pointer;
}

.sluzby .card:nth-child(1) {
  background-image: url('../img/jednorazovy_uklid.svg');
}

.sluzby .card:nth-child(2) {
  background-image: url('../img/pravidelny_uklid.svg');
}

.sluzby .card:nth-child(3) {
  background-image: url('../img/doplnkove_sluzby.svg');
}

.sluzby .card:nth-child(1):hover {
    background-image: url('../img/pulkruh1.png')!important;
    background-position: top right!important;
    background-size: unset!important;
}

.sluzby .card:nth-child(2):hover {
  background-image: url('../img/pulkruh2.png')!important;
  background-position: top right!important;
  background-size: unset!important;
}

.sluzby .card:nth-child(3):hover {
  background-image: url('../img/pulkruh3.png')!important;
  background-position: top right!important;
  background-size: unset!important;
}

.sluzby .card:hover {
  background-image: unset!important;
}

@media only screen and (max-height: 800px) {
  .grid-3.sluzby {
    margin-top: 0px!important;
  } 
  
  .sluzby .card {
    height: 450px!important;
  }
  
  .sluzby .title {
    font-size: 30px!important;
  }

  .sluzby .card:hover .title {
    font-size: 25px!important;
  }
  
  .sluzby .card {
    background-position: center 68px!important;
    cursor: pointer!important;
  }
  
  .sluzby .content {
    transform: translateY(calc(100% - 175px));
  }
  
    main .content .center {
      font-size: 14px;
      line-height: initial;
    }
  
    main h2 {
      font-size: calc(20px + 1.1vw);
    }
  
    main .column img {
      width: 90%;
      height: auto;
    }
  
    .column.img {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .basic-page h2 {
      font-size: calc(20px + 1vw);
    }
  
    .basic-page {
        padding-top: 180px!important;
    }
  
    /*.grid-3 {
        margin-top: 85px!important;
    }*/

    .grid-3.objednat {
        margin-top: 85px;
        margin-bottom: 40px;
    }
    
  }

  @media only screen and (max-height: 768px) {
    .grid-3.sluzby {
      margin-top: 0px!important;
    } 
    
    .sluzby .card {
      height: 400px!important;
    }
    
    .sluzby .title {
      font-size: 25px!important;
    }

    .sluzby .card:hover .title {
      font-size: 20px!important;
    }
    
    .sluzby .card {
      background-position: center 68px!important;
      cursor: pointer!important;
    }
    
    .sluzby .content {
      transform: translateY(calc(100% - 175px));
    }

    .sluzby .card {
      background-size: 108px 122px!important;
    }

    .sluzby ul li {
      line-height: 20px!important;
    }

    .sluzby .card:last-of-type ul {
      margin-left: 0px!important;
    }
}


.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

#cd-timeline {
  position: relative;
  margin-top: 60px;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 8px;
  background: #bfe7f3;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline::before {
    left: 50%;
    margin-left: -4px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0cb2d5;
  -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    /* Force Hardware Acceleration in WebKit */
  }
}

.load-is-hidden {
  visibility: hidden;
}

.cssanimations .is-hidden {
  visibility: hidden;
}
.cssanimations .bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-1 0.6s;
  -moz-animation: cd-bounce-1 0.6s;
  animation: cd-bounce-1 0.6s;
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.cd-timeline-content.blue {
  background-color: rgba(12, 178, 213, 1)!important;
  color: #fff!important;
}

.cd-timeline-content {
  padding: 28px 31px 36px 31px;
  background-color: #f5fafc;
  font-size: 15px;
  position: relative;
  border-radius: 20px;
  box-sizing: border-box;
  width: calc(100% - 80px);
  font-weight: 500;
  margin-left: 80px;
}
.cd-timeline-content::after {
  clear: both;
  content: "";
  display: table;
}

.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: 0.8em 0;
  opacity: 0.7;
}

@media only screen and (min-width: 1170px) {

  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }

  .cd-timeline-content {
    margin-left: 0px!important;
    max-width: 450px;
    width: 85%;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
}

.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
  -webkit-animation: cd-bounce-2-inverse 0.6s;
  -moz-animation: cd-bounce-2-inverse 0.6s;
  animation: cd-bounce-2-inverse 0.6s;
}

.cssanimations .is-hidden {
  visibility: hidden;
}
.cssanimations .bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-2 0.6s;
  -moz-animation: cd-bounce-2 0.6s;
  animation: cd-bounce-2 0.6s;
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.cssanimations .column:nth-child(even) {
  -webkit-animation: cd-bounce-2-inverse 0.6s;
  -moz-animation: cd-bounce-2-inverse 0.6s;
  animation: cd-bounce-2-inverse 0.6s;
}

.column.box1 {
  display: flex;
}

.column.box1 .in {
  align-self: center;
}

.spoluprace .column:nth-child(1) {
  animation-duration: 0.6s;
}

.spoluprace .column:nth-child(2) {
  animation-duration: 0.8s;
}

.spoluprace .column:nth-child(3) {
  animation-duration: 1s;
}

.spoluprace .column:nth-child(4) {
  animation-duration: 1.2s;
}

button, input {
  -webkit-appearance: none;
  border-radius: 0;
}

.landing {
  text-align: center;
}

.landing .logo {
  left: 50%!important;
  transform: translateX(-50%)!important;
  position: absolute;
  margin: 0px;
  height: 53px!important;
}

.landing .basic-page {
  width: 80%!important;
  padding-top: 156px!important;

}

video {
    height: 40vh;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 80px;
}

.landing a.button {
  display: inline-block;
  background-color: rgba(12, 178, 213, 1);
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  padding: 0px 50px;
  font-size: 14px;
  color: #fff;
  margin: 0px auto;
  white-space: nowrap;
}

.landing .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  width: 80%;
}

@media only screen and (max-height: 1366px) and (max-width: 1024px) {
  video {
    max-width: 100%;
  }
}

@media only screen and (max-height: 744px) {
  .landing .logo {
    height: 40px!important;
    top: 40px!important;
  }

  .landing .basic-page {
    padding-top: 120px!important;
  }

  video {
    margin-bottom: 40px;
    max-height: calc(100% - 310px)!important;
  }

  header {
    top: 20px;
  }

  .outer-menu ul {
    margin-top: 36px;
}
}

@media only screen and (max-height: 823px) and (max-width: 500px) {
  video {
    height: auto!important;
    width: 100%!important;
  }

  .landing .inner {
    width: 90%;
  }
}

input.is-invalid, select.is-invalid, textarea.is-invalid{
  border-bottom: 1px solid red !important
}
.invalid-feedback{
  color: red;
  font-size: 14px;
  font-weight: 400;
}

.main-footer{
  position: relative;
  width: 100%;
}

.footer-social-links{
  display:none;
  position: absolute;
  top: -45px;
  right: 8.5%;
  gap: 35px;
  align-items: center;
}

.footer-social-link{
  width: 25px;
}

.footer-social-link.fb{
  width: 16px;
}

.footer-social-link svg{
  fill: #00A6D0;
  vertical-align: middle;
}

.menu-social-links{
  display: flex;
  gap: 30px;
  align-items: center;
  position: absolute;
  bottom: 5%;
  right: 10%;
  transform: scale(0);
}
.menu-social-links a{
  opacity: 0;
}

.menu-social-link{
  width: 25px;
}
.menu-social-link.fb{
  width: 16px;
}
.menu-social-link svg{
  fill: white;
  vertical-align: middle;
}

.outer-menu .checkbox-toggle:checked ~ .menu .menu-social-links {
  transform: scale(1);
  transition-duration: 0.75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu .menu-social-links a {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}

@media only screen and (min-width: 969px){
  .menu-social-links{
    display: none;
  }

  .footer-social-links{
    display: flex;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {

  .grid-3.objednat{
    gap: 30px !important;
  }

  .objednat .column.box1{
    padding-right: 0;
    margin-bottom: 80px;
  }

  .objednat .column.box1 .in{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .objednat .column.box1 .in img{
    width: 70%;
    margin: 0 auto;
  }

  .objednat .column.box1{
    grid-column-start: 1;
    grid-column-end: 3 !important;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1300px) {

  .objednat .column.box1 .in{
    margin-left: 15%;
    margin-right: 10%;
  }

  .objednat .column.box1 .in div:first-child{
    margin-right: 30px;
  }

}