@media only screen and (min-width: 1900px) {
  main li {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1260px) {
  * {
    box-sizing: border-box !important;
  }
  /***** navBar *****/
  #skutreAuta { 
    display: none;
  }
  .navBar {
    height: 50px;
    right: 0;
  }
  .navBarLeft {
    margin: 0;
    left: 0;
  }
  #navBarLogoImg {
    height: 30px;
    object-fit: scale-down;
    margin-top: 5px;
    margin-left: 10%;
  }
  #tripleBar {
    display:block !important;
    position: absolute;
    right: 25px;
    top: 2px;
    font-size: 30px;
    margin-block-start: 0;
    margin-block-end: 0;
  }
  .navBarRight {
    display: none;
    flex-direction: column-reverse;
    position: absolute;
    top: 50px;
    right: 0px;
    margin: 0;
    padding: 10px 10px 20px;
    background-color: rgb(38, 41, 55);
    font-size: large; 
  }
  .navBarRight .navBarText {
    margin-left: 10px;
  }
  .navBarRight .navBarText:nth-last-child(-n + 2) {
    margin-top: 10px;
  }
  .social a {
    margin: 10px;
  }

  /***** časť s obrázkom *****/
  #vyhody, #englishTop, #modely {
    display: none;
  }
  .hlavnaFotka {
    width: 100%;
    object-fit:contain; 
    margin-top: 60% !important;
    display: inline-block !important; 
  }
  .bublinkyMobil {
    width: 100%;
    object-fit:cover; 
    top: 50px;
    left: 0;
    position: absolute;
    display: block !important; 
    z-index: 5;
  }
  #pozadieMobil {
    background: rgb(29,30,48);
    /* background: linear-gradient(180deg, rgba(29,30,48,1) 0%, rgba(255,255,255,1) 50%, rgba(66,72,104,1) 100%); */
    background: linear-gradient(180deg, rgba(29,30,48,1) 0%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 85%, rgba(66,72,104,1) 100%);
  }
  #modelyMobil {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    padding: 5px;
  }
  .modely > p {
    font-size: 20px;
  }
  #vyhodyIkonky {
    display: flex;
    margin: 0 auto;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    background-color: unset;
    clip-path: unset;
  }
  #vyhodyIkonky img {
    max-width: 16%;
  }

  /***** main *****/
  .bublinyPc {
    display: none;
  }
  #main2 {
    width: 100%;
    z-index: 12;
    margin: 0;
    position: relative;
  }
  #main h2 {
    font-size: 2rem;
  }
  #main2 div:not(#recenzie) {
    margin-top: 2.6vw;
  }
  .naseSluzbyPc, .akoToFungujePc {
    display: none;
  }
  .naseSluzbyMobil, .akoToFungujeMobil {
    width: 95%;
    margin: auto;
    padding-inline-start: 0 !important;
    display: block !important;
    text-align: justify;
    font-size: 2.6em !important;
    font-weight: bold;
    letter-spacing: 0px;
    word-spacing: -3.5px;
  }
  .naseSluzbyMobil li::before, .akoToFungujeMobil li::before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    padding-top: 5px;
    height: 1em;
    width: 1em;
    background-image: url("/img/ul2.png");
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center; 
  }
  .naseSluzbyMobil li, .akoToFungujeMobil li {
    list-style: none;
    text-align-last: justify;
  }
  .ikonaVNadpise {
    width: 10em;
  }

  /***** recenzie *****/
  #recenzie img {
    max-width: 50%;
    opacity: 80%;
  }
  #recenzie {
    margin-bottom: -1px; 
    margin-top: 10px;
    max-width: 95vw;
  }

  /***** kontakt *****/
  #kontakt {
    clip-path: none;
    padding: 20px 0;
    /* background-color: unset; */
  }
  #kontakt h2 {
    font-size: 2rem;
  }
  #kontaktDiv {
    width: 95%;
    padding: 0;
  }
  #kontaktDiv .centrovat {
    width: 95%;
  }
  #kontaktDiv .ikonaVNadpise {
    width: 2.5em;
    vertical-align: sub;
  }
  #kontakt input, #kontakt textarea {
    width: 100%;
  }
  #kontakt label {
    text-align: left;
    width: 95%;
  }
  /***** footer *****/
  .footerVpravo {
    display: none;
  }
  #footerFlex {
    display: inline-block;
    margin-top: -1px;
    margin-left: 3px;
  }
  #footerFlex img {
    margin-right: 2px;
    height: 93px;
  }
  .footerVlavo img, .footerVlavo p {
    float: left;
  }
  .footerVlavo p {
    font-size: 11px;
    margin-top: 2px;
    max-width: 510px;
  }
  .footerFlexDiv .addvision {
    font-size: 15px;
  }
  footer table #vlozka {
    color: #b5b5b5;
  }

  .munifi {
    font-size: 10px;
  }
  
  #navBarVozidla {
    flex-direction: column;
    justify-content: flex-start;
    top: 370px;
    height: auto;
    padding-bottom: 15px;
    width: 257px;
    padding-right: unset;
    padding-left: 40px;
  }
  
  .h1_cennik {
    position: absolute; 
    top: -980px;
  }

}
