*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
@font-face { font-family: Inter; src: url('Fonts/Inter_28pt-Regular.ttf');}
@font-face { font-family: InterBold; src: url('Fonts/Inter_28pt-Bold.ttf');}
@-webkit-keyframes scale-down-center {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
  }
  @keyframes scale-down-center {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
}
@-webkit-keyframes scale-up-center {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
    }
  }
  @keyframes scale-up-center {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
    }
}
  @-webkit-keyframes scale-down-tl {
    0% {
      -webkit-transform: scale(1) translateY(0) translateX(0);
              transform: scale(1) translateY(0) translateX(0);
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
    }
    100% {
      -webkit-transform: scale(0.75) translateY(-20px) translateX(0px);
              transform: scale(0.75) translateY(-20px) translateX(0px);
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
    }
  }
  @keyframes scale-down-tl {
    0% {
      -webkit-transform: scale(1) translateY(0) translateX(0);
              transform: scale(1) translateY(0) translateX(0);
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
    }
    100% {
      -webkit-transform: scale(0.75) translateY(-20px) translateX(0px);
              transform: scale(0.75) translateY(-20px) translateX(0px);
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
    }
  }
  @-webkit-keyframes scale-down-tl-back {
    0% {
        -webkit-transform: scale(0.75) translateY(-20px) translateX(0px);
                transform: scale(0.75) translateY(-20px) translateX(0px);
        -webkit-transform-origin: 0% 0%;
                transform-origin: 0% 0%;
    }
    100% {
        -webkit-transform: scale(1) translateY(0) translateX(0);
                transform: scale(1) translateY(0) translateX(0);
        -webkit-transform-origin: 0% 0%;
                transform-origin: 0% 0%;
    }
  }
  @keyframes scale-down-tl-back {
    0% {
        -webkit-transform: scale(0.75) translateY(-20px) translateX(0px);
                transform: scale(0.75) translateY(-20px) translateX(0px);
        -webkit-transform-origin: 0% 0%;
                transform-origin: 0% 0%;
    }
    100% {
        -webkit-transform: scale(1) translateY(0) translateX(0);
                transform: scale(1) translateY(0) translateX(0);
        -webkit-transform-origin: 0% 0%;
                transform-origin: 0% 0%;
    }
  }
body{
    background-image:linear-gradient(to bottom right, rgb(255, 255, 255), rgba(255, 187, 0, 0.212));
}
/*nav start*/
nav{
    width: 100%;
    height: 110px;
    position: fixed;
    background: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 0;
    flex-wrap: nowrap;
    z-index: 1;
}
.sipkalabel{
    user-select: none;
    display: none;
    position: absolute;
    right: 25px;
    font-size: 50px;
    transform: rotateZ(180deg);
    cursor: pointer;
    transition: all .5s;
}
#sipka{
    user-select: none;
    display: none;
}
.FHalfNav{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin: 0 200px;
}
.navLogo{
    width: 298px;
    height: 52px;
}
.SHalfNav{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    margin-right: 200px;
    gap: 75px;
}
.sjednatNabidku{
    width: fit-content;
    height: fit-content;
    display: flex;
    text-wrap: nowrap;
    padding: 21px 33px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Inter;
    font-size: 27px;
    text-align: center;
    align-content: center;
    border-style: solid;
    border-radius: 25px;
    border-color: #000000;
    border-width: 1px;
    color: #000000;
}
.jazyky{
    width: fit-content;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    gap: 41px;
}
.cz:hover .czImg{
	-webkit-animation: scale-up-center 1s 0.25 both;
	        animation: scale-up-center 1s 0.25 both;
}
.en:hover .enImg{
	-webkit-animation: scale-up-center 1s 0.25 both;
	        animation: scale-up-center 1s 0.25 both;
}
.cz:hover .czText{
    -webkit-animation: scale-down-center 1s 0.05 both;
	        animation: scale-down-center 1s 0.05 both;
}
.en:hover .enText{
    -webkit-animation: scale-down-center 1s 0.05 both;
	        animation: scale-down-center 1s 0.05 both;
}
.sjednatNabidku:hover{
	-webkit-animation: scale-up-center 1s 0.04 both;
	        animation: scale-up-center 1s 0.04 both;
}
/*
*/
.container {
    margin:0 auto;
    max-width:1320px;
    padding:0 2.2rem;
    width:100%
}
.nav[data-v-c1fa5522] {
  display:flex;
  height:7.9rem;
  left:0;
  position:fixed;
  top:0;
  transition-duration:.3s;
  transition-property:background-color,color;
  width:100vw;
  will-change:background-color,color;
  z-index:999
}
@media only screen and (min-width:48em) {
  .nav[data-v-c1fa5522] {
    height:10rem
  }
}
.nav--is-scroll[data-v-c1fa5522] {
  background-color:#fff
}
@media only screen and (min-width:64em) {
.container {
    padding:0 1.5rem
}
}
.h-100p {
  height:100%
}
.flex {
  display:flex!important
}
.flex-jc-sb {
  justify-content:space-between!important
}
.flex-ai-c {
  align-items:center!important
}
.logo-wrapper[data-v-3b57848e] {
  margin:0 0 3.5rem;
  text-align:center
}
@media only screen and (min-width:64em) {
  .logo-wrapper[data-v-3b57848e] {
    margin:0;
    text-align:left
  }
}
.logo-wrapper[data-v-c1fa5522] {
  position:relative;
  z-index:150
}
.link-wrapper[data-v-c1fa5522] {
    align-items:center;
    display:flex;
    justify-content:flex-end
}
.logo[data-v-c1fa5522] {
  display:inline-block;
  height:auto;
  width:12.077rem
}
.logo[data-v-c1fa5522] {
  display:inline-block;
  height:auto;
  width:12.077rem
}
@media only screen and (max-width:374px) {
  .logo[data-v-c1fa5522] {
    width:8rem
  }
}
@media only screen and (min-width:48em) {
  .logo[data-v-c1fa5522] {
    width:19.3rem
  }
}
.logo svg[data-v-c1fa5522] {
  width:100%
}
.cursor-pointer {
    cursor:pointer
}
.button[data-v-36bc1423] {
  align-items:center;
  border-radius:3.5rem;
  border-style:solid;
  border-width:.1rem;
  cursor:pointer;
  display:inline-flex;
  font-size:1.6rem;
  font-weight:400;
  justify-content:center;
  line-height:1.375;
  padding:1.5rem 2.2rem;
  -webkit-text-decoration:none;
  text-decoration:none;
  transition-duration:.3s;
  transition-property:color,border-color,background-color;
  will-change:color,border-color,background-color
}
@media only screen and (min-width:48em) {
  .button[data-v-36bc1423] {
    font-size:1.8rem;
    line-height:1.3888888889;
    padding:2.1rem 3.5rem
  }
}
.menu-btn[data-v-c1fa5522]{
  position:relative;
  z-index:150
}
.menu-btn[data-v-c1fa5522] {
  margin-left:2rem
}
@media only screen and (min-width:64em) {
  .menu-btn[data-v-c1fa5522] {
    margin-left:0
  }
}
.sm[data-v-36bc1423] {
  border-radius:2.2rem;
  font-size:1.2rem;
  line-height:1.4166666667;
  padding:.8rem 1.8rem
}
@media only screen and (min-width:48em) {
  .sm[data-v-36bc1423] {
    font-size:1.4rem;
    line-height:1.3571428571;
    padding:1.2rem 2.2rem
  }
}
.sm[data-v-0c33b2d4] {
    font-size:1.8rem;
    line-height:1.5555555556;
    margin-bottom:0
}
.global-black[data-v-36bc1423] {
  background-color:#000;
  border-color:#000;
  color:#fff
}
@media not all and (pointer:coarse) {
  .global-black[data-v-36bc1423]:hover {
    background-color:#fff;
    color:#000
  }
}
.global-black[data-v-36bc1423]:active {
  background-color:#fff;
  border-color:#fff;
  color:#000
}
.global-black.transparent[data-v-36bc1423] {
  background-color:transparent;
  color:#000
}
@media not all and (pointer:coarse) {
  .global-black.transparent[data-v-36bc1423]:hover {
    background-color:#000;
    border-color:#000;
    color:#fff
  }
}
.links[data-v-abe7b002] {
  display:flex;
  gap:1.8rem
}
.link[data-v-abe7b002],
.links[data-v-abe7b002] {
  align-items:center
}
.none {
  display:none!important
}
.m-l-10 {
    margin-left:1rem!important
}
.md-m-l-28 {
  margin-left:2.8rem!important
}
@media only screen and (min-width:64em) {
  .lg-block {
    display:block!important
  }
  .lg-none {
    display:none!important
  }
  .lg-flex {
    display:flex!important
  }
}
.anchor-color-global-black {
  color:#000
}
.anchor-color-global-black:visited {
  color:""
}
@media not all and (pointer:coarse) {
  .anchor-color-global-black:hover {
    color:#000
  }
}
.anchor-color-global-black:active {
  color:#000
}
.link-active[data-v-abe7b002] {
  display:inline-flex;
  font-weight:700
}
.links[data-v-abe7b002] {
  display:flex;
  gap:1.8rem
}
.link[data-v-abe7b002],
.links[data-v-abe7b002] {
  align-items:center
}
.link[data-v-abe7b002] {
  display:inline-flex;
  font-size:1.4rem;
  font-weight:400;
  line-height:1.1428571429;
  -webkit-text-decoration:none;
  text-decoration:none;
  text-transform:uppercase;
  transition-property:color;
  will-change:color
}
.link img[data-v-abe7b002],
.link[data-v-abe7b002] {
  transition-duration:.3s
}
.link img[data-v-abe7b002] {
  border-radius:50%;
  flex:0 0 1.6rem;
  height:1.6rem;
  margin-left:.6rem;
  max-width:1.6rem;
  overflow:hidden;
  transition-property:transform;
  width:1.6rem;
  will-change:transform
}
@media not all and (pointer:coarse) {
  .link:hover img[data-v-abe7b002] {
    transform:scale(1.2)
  }
}
/*
*/
.cz, .en{
    width: fit-content;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin: 0;
    gap: 5px;
    cursor: pointer;
}
.czText, .enText{
    font-family: Inter;
    font-size: 28px;
    text-align: center;
    align-content: center;
    width: fit-content;
    height: 100%;
    color: #000000;
}
.czImg, .enImg{
    width: 21.52px;
    height: 21.52px;
}
/*nav end*/
/*Home start*/
.Home{
    background-image: url(Images/web_2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom right;  
    width: 100%;
    min-height: 980px;
    height: 100vh;
    max-height: fit-content;
    padding: 239px 100px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
.homeText2{
    height: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    align-content: center;
    padding: 0;
    font-family: InterBold;
    font-size: 80px;
    line-height: 130%;
    transition: 0.5s;
}
.homeText3{
    height: 175px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    align-content: center;
    text-align: center;
    padding: 0;
    font-family: Inter;
    font-size: 50px;
    transition: 0.5s;
}
.homeText4{
    height: 175px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    align-content: center;
    text-align: center;
    padding: 0;
    font-family: Inter;
    font-size: 40px;
    transition: 0.5s;
}
/*Home end*/
/*onas start*/
.ONás{
    background: #F8AC1A;
    width: 100%;
    min-height: calc(100vh - 110px);
    max-height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.onas1{
    height: calc(100vh - 110px);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    perspective: 666.667vw;
}
.thingbg{
    position: absolute;
    width: 80%;
    height: 350px;
}
.case{
    width: 80%;
}
.onas2{
    min-height: calc(100vh - 110px);
    max-height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}
.textonasmain{
    width: 100%;
    height: 722px;
    background: #000000;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    border-top-left-radius: 5%;
}
.textonas1{
    width: 100%;
    height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 74px;
    padding: 40px 49px;
    border-bottom: 2px solid #292723;
}
.textonas2{
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 3px;
    padding: 25px 49px;
    border-bottom: 1px solid #534E46;
}
.textonas3{
    width: 100%;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 3px;
    padding: 25px 49px;
    border-bottom: 1px solid #534E46;
}
.textonas11{
    font-family: InterBold;
    font-size: 30px;
    line-height: 100%;
    align-content: center;
    text-align: left;
    color: #F8AC1A;
    height: fit-content;
    width: fit-content;
}
.textonas21{
    font-family: InterBold;
    font-size: 28px;
    line-height: 175%;
    align-content: center;
    text-align: center;
    color: #F8AC1A;
    height: fit-content;
    width: fit-content;
}
.textonas22{
    font-family: Inter;
    font-size: 25px;
    line-height: 115%;
    align-content: center;
    color: #ffffff;
    height: fit-content;
    width: 696px;
}
.textonas31{
    font-family: InterBold;
    font-size: 28px;
    line-height: 175%;
    align-content: center;
    text-align: center;
    color: #F8AC1A;
    height: fit-content;
    width: fit-content;
}
.textonas32{
    font-family: Inter;
    font-size: 25px;
    line-height: 115%;
    align-content: center;
    color: #ffffff;
    height: fit-content;
    width: 629px;
}
/*onas end*/
/*Služby start*/
.NašeSlužby{
    min-height: calc(100vh - 110px);
    max-height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-image: url(Images/Pozadí2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    gap: 0;
    margin: 0;
}
.video{
    width: 52.083vw;
    height: 29.271vw;
}
.sluzby1{
    width: 57.292vw;
    min-height: calc(100vh - 110px);
    max-height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sluzby2{
    min-height: calc(100vh - 110px);
    max-height: fit-content;
    width: 42.708vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;
    padding-top: 100px;
}
.sluzby21{
    font-size: 32px;
    font-family: Inter;
}
.sluzby22{
    font-size: 55px;
    font-family: InterBold;
}
.sluzby23{
    font-size: 32px;
    font-family: Inter;
}
.sluzby24{
    font-size: 32px;
    font-family: Inter;
}
.logo{
    width: 100%;
    padding-right: 50px;
}
.logoImg{
    width: 225px;
    float: right;
}
/*Služby end*/
/*Footer start*/
#Footer{
    min-height: fit-content;
    max-height: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    background: #000000; /*Pozadí ŘíkáONás*/
    padding-top: 150px;
}
.mainCD{
    display: flex;
    min-height: 10vh;
    max-height: fit-content;
    height: fit-content;
    width: 100%;
    justify-content: space-evenly;
    flex-wrap:wrap;
}
.credDiv{
    width: fit-content;
    height: fit-content;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
    color: #ffffff;
    font-size: 18px;
    font-family: Inter;
}
.credDiv h3{
    font-size: 30px;
    font-family: Inter;
}
.credDiv p{
    margin-top: 2.5vh;
    font-size: 18px;
    font-family: Inter;
}
.credDiv a{
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;
    font-family: Inter;
}
.crD1 img{
    width: 300px;
}
.crD1 p img{
    width: 38.4px;
    margin-right: 25px;
}
.crD1 p img:hover{
	-webkit-animation: scale-up-center 1s 0.25 both;
	        animation: scale-up-center 1s 0.25 both;
}
.crD1 p{
    font-size: 25px;
    font-family: Inter;
}
.crD2 p{
    font-size: 18px;
    vertical-align:middle;
    font-family: Inter;
}
.icons{
    width: 40px;
    border-radius: 100%;
    vertical-align: middle;
}
.credDiv a:hover {
	-webkit-animation: scale-up-center 1s 0.05 both;
	        animation: scale-up-center 1s 0.05 both;
}
.photo{
    width: 50px;
    border-radius: 100%;
    vertical-align: middle;
}
#kontaktForm{
    margin-top: 5vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2vh;
}
.short{
    height: 5vh;
	position: relative;
}
#kontaktForm input, #kontaktForm textarea{
	width: 300px;
    max-width: 300px;
    min-width: 300px;
	font-size: 18px;
	padding: 2px 0px;
	background-color: #00000000 !important;
	color: #ffffff;
	border: none;
	border-bottom: 2px solid #ffffff;
	outline: none;
	resize: none;
}
#kontaktForm textarea{
    height: 100px;
}
#kontaktForm label{
	position: absolute;
	left: 0;
	color: #ffffff;
	font-size: 18px;
	transition: 0.4s;
	pointer-events: none;
    transition: 0.25s;
    font-family: Inter;
}
#kontaktForm button{
    margin-top: 75px;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: large;
    font-family: Inter;
}
#kontaktForm button:hover{
    cursor: pointer;
    -webkit-animation: scale-up-center 1s 0.05 both;
            animation: scale-up-center 1s 0.05 both;
}
#kontaktForm input:hover:placeholder-shown:not(:focus) ~ label,
#kontaktForm textarea:hover:placeholder-shown:not(:focus) ~ label{
    -webkit-animation: scale-up-center 1s 0.1 both;
            animation: scale-up-center 1s 0.1 both;
}
#kontaktForm input:hover:placeholder-shown:not(:focus)::after ~ label,
#kontaktForm textarea:hover:placeholder-shown:not(:focus)::after ~ label{
    -webkit-animation: scale-down-tl-back 0.25s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-down-tl-back 0.25s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.short input:focus ~ label, .short textarea:focus ~ label,
.short input:not(:placeholder-shown) ~ label, .short textarea:not(:placeholder-shown) ~ label
{
    -webkit-animation: scale-down-tl 0.25s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-down-tl 0.25s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
#SjednatNabídku{
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    width: 0px;
    height: 0px;
}
#response{
    display: none;
}
.underLine{
    width: 80%;
    height: 60px;
    margin-top: 162px;
    border-color: #00000000;
    border-top-color: #ffffff;
    border-style: solid;
    border-width: 0.1px;
    font-size: 18px;
}
.underLine p{
    font-family: Inter;
    margin-top: 15px;
    margin-left: 15px;
    color: #ffffff;
}
/*Footer end*/
@media only screen and (max-width:1895px){
    .Home{
        padding-left: 186px;
        padding-right: 0px;
        transition: 0.5s;
    }
}
@media only screen and (max-width:1852px){
    .Home{
        padding-left: 143px;
        padding-right: 0px;
        transition: 0.5s;
    }
}
@media only screen and (max-width:1809px){
    .Home{
        padding-left: 100px;
        padding-right: 0px;
        transition: 0.5s;
    }
}
@media only screen and (max-width: 1735px){
    .homeText2{
        font-size: 80px;
        transition: 0.5s;
    }
    .home3Texty{
        width: fit-content;
        transition: 0.5s;
    }
    .text{
        font-size: 20px;
        transition: 0.5s;
    }
    .cislo{
        font-size: 80px;
        transition: 0.5s;
    }
    .homeText4{
        font-size: 35px;
        transition: 0.5s;
    }
}
@media only screen and (max-width:1635px){
    .Home{
        margin: 0;
        padding: 0;
        text-align: center;
        justify-content: start;
        align-items: center;
        padding-bottom: calc(100vh + 110px);
        height: fit-content;
    }
    .homeText2{
        margin-top: 200px;
        padding: 0;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .homeText3{
        margin: 0;
        padding: 0;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .homeText4{
        margin: 0;
        padding: 0;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (min-width:1024px) and (max-width:1439px){
    .ONás{
        flex-direction: column;
    }
    .thingbg{
        top: 250px;
    }
}
@media only screen and (max-width:1085px){
    .FHalfNav{
        justify-content: center;
        margin: 0;
    }
    .SHalfNav{
        position: absolute;
        flex-direction: column;
        background: #ffffff;
        border-bottom-left-radius: 10%;
        border-bottom-right-radius: 10%;
        right: -100%;
        top: 110px;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 50px;
        padding-right: 50px;
        width: 350px;
        height: fit-content;
        justify-content: center;
        align-items: center;
        margin: 0;
        gap: 75px;
        transition: all 0.5s;
    }
    .sipkalabel{
        display: block;
    }
}
@media only screen and (min-width:100px) and (max-width:1024px){
    .ONás{
        flex-direction: column;
    }
    .thing{
        height: fit-content;
        margin-left: 0;
        margin-top: 450px;
    }
    .thingbg{
        top: 250px;
    }
}
@media only screen and (max-width:865px){
    .textonas1{
        height: calc(fit-content+50px);
        width: 100%;
    }
    .textonas2{
        height: calc(fit-content+50px);
        width: 100%;
    }
    .textonas3{
        height: fit-content;
        width: 100%;
    }
    .textonasmain{
        height: calc(fit-content+100px);
    }
}
@media only screen and (max-width:855px){
    .homeText2{
        font-size: 9.357vw;
        transition: 0.5s;
    }
    .cislo{
        font-size: 9.357vw;
        transition: 0.5s;
    }
    .text{
        font-size: 2.339vw;
        transition: 0.5s;
    }
    .homeText4{
        padding: 0 22.924vw;
        font-size: 4.094vw;
        transition: 0.5s;
    }
    .Home{
        background: none;
        padding-bottom: 0;
    }
    .FHalfNav{
        width: 50px;
        padding: 0;
        margin: 0;
        margin-left: 10px;
        justify-content: start;
    }
    .navLogo{
        padding: 0;
        margin: 0;  
        width: 200;
        height: 35px;
    }
    nav{
        margin: 0;
        padding: 0;
        height: 80px;
        width: 100vw;
        justify-content: space-between;
        align-items: center;
    }
    .sipkalabel{
        position: relative;
        padding: 0;
        margin: 0;
        justify-content: end;
    }
    .SHalfNav{
        top: 80px;
    }
    .NašeSlužby{
        flex-direction: column-reverse;
    }
    .sluzby21{
        text-align: center;
    }
    .sluzby22{
        width: 50px;
        display: flex;
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
        text-wrap: wrap;
        word-spacing: 1000px;
    }
    .sluzby23{
        text-align: center;
    }
    .sluzby24{
        width: 250px;
        text-align: center;
    }
    .logoImg{
        display: none;
    }
    .video{
        width: 100vw;
        height: 56vw;
    }
    .thingbg{
        top: 103.667px;
    }
    .textonas1{
        padding-top: 15px;
    }
    .textonas11{
        font-size: 20px;
        text-align: start;
        line-height: normal;
    }
    .textonas21{
        font-size: 20px;
        text-align: start;
        line-height: normal;
    }
    .textonas22{
        font-size: 18px;
        text-align: start;
        margin-top: 15px;
    }
    .textonas31{
        font-size: 20px;
        text-align: start;
        line-height: normal;
    }
    .textonas32{
        font-size: 18px;
        text-align: start;
        margin-top: 15px;
    }
}