    /* MOBILE FIRST - @MEDIA (min-width: 768px, 992px, 1200ps)*/
    
    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    * {
      font-family: 'Poppins';
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-size: 16px;
    }
    
    html {
      scroll-behavior: smooth;
    }
    
    body {
      margin: 0;
    }
    
    header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      padding: 5px 50px;
      background-color: #fff;
      box-shadow: 0px 5px 5px #ddd;
      display: flex;
      justify-content: space-between;
      align-items: center;
      z-index: 1;
      transition: .6s;
    }
    /*
    header.sticky {
      padding: 5px 50px;
      box-shadow: 0px 5px 5px #ddd;
    }*/
    
    header .logo {
      position: relative;
      font-weight: 500;
      color: #000;
      text-decoration: none;
      font-size: 2em;
      line-height: 30px;
      text-transform: uppercase;
      letter-spacing: 2px;
      transition: .6s;
    }
    
    .toggle {
      display: block;
      position: relative;
      width: 30px;
      height: 30px;
      cursor: pointer;
    }
    
    .toggle:before {
      content: '';
      position: absolute;
      top: 4px;
      width: 100%;
      height: 2px;
      background: #000;
      z-index: 1;
      box-shadow: 0 10px 0 #000;
      transition: .5s;
    }
    
    .toggle:after {
      content: '';
      position: absolute;
      bottom: 4px;
      width: 100%;
      height: 2px;
      background: #000;
      z-index: 1;
      transition: .5s;
    }
    
    .toggle.active:before {
      top: 14px;
      transform: rotate(45deg);
      box-shadow: 0 0 0 #fff;
    }
    
    .toggle.active:after {
      bottom: 14px;
      transform: rotate(-45deg);
    }
    
    .big {
      display: none;
    }
    
    header ul.small {
      position: absolute;
      top: 75px;
      left: 0;
      width: 100%;
      height: 100vh;
      text-align: center;
      overflow: auto;
      background-color: #fff;
      visibility: hidden;
      opacity: 0;
    }
    
    header ul.small li a {
      position: relative;
      margin: 0 15px;
      text-decoration: none;
      color: #000;
      letter-spacing: 2px;
      font-weight: 300;
      transition: .6s;
    }
    
    header.active ul.small {
      visibility: visible;
      opacity: 1;
      display: block;
      padding-top: 20px;
    }
    
    header.active ul.small li a {
      display: inline-block;
      margin: 10px 0;
      font-size: 20px;
    }
    
    header.active ul.small li a:hover {
      font-size: 1.5em;
      font-weight: 500;
      color: red;
      text-decoration: none;
    }
    
    header .logo,
    header ul.small li a {
      color: #000;
    }
    
    .banner {
      position: relative;
      width: 100%;
      min-height: 100vh;
      background: url(../images/kuzelky.jpg);
      background-size: cover;
      background-position: center bottom;
      display: flex;
      justify-content: center;
      align-items: flex-end;
    }
    
    .banner img {
      width: 450px;
    }
    
    h4 {
      font-size: 20px;
      font-weight: normal;
      text-align: center;
      margin-bottom: 20px;
      letter-spacing: 5px;
      color: #000;
    }
    
    .male {
      font-weight: 300;
      font-size: .68em;
      text-transform: none;
    }
    
    .mensi {
      font-size: 1em;
      text-align: center;
    }
    
    .sede {
      margin: -20px 0 30px 0;
      color: #999;
    }
    
    .sec {
      background-color: #eee;
      border-bottom: 1px solid #aaa;
      padding: 100px 20px;
      min-height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .sec .content {
      position: relative;
      width: 100%;
      height: 100%;
    }
    
    .mxw1000p {
      max-width: 1000px;
      margin: 0 auto;
    }
    
    .odstavec {
      text-indent: 25px;
      text-align: justify;
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: 300;
    }
    
    h3 {
      font-size: 40px;
      font-weight: 300;
      line-height: 55px;
      margin-bottom: 30px;
      text-align: center;
    }
    
    ol li {
      font-size: 18px;
      font-weight: 300;
      text-align: justify;
    }
    
    .tabulky {
      display: block;
      max-width: 100%;
      margin: 20px auto;
      box-shadow: 8px 8px 5px #aaa;
      padding: 10px;
      background-color: #fff;
      border-radius: 8px;
    }
    
    .jmeno {
      margin-left: 60px;
      margin-bottom: -25px;
    }
    
    .okno {
      width: 100%;
      height: 100%;
      display: block;
      justify-items: center;
      /*justify-content: space-around;
      align-items: flex-start;
      flex-wrap: wrap;*/
    }
    
    .leva {
      min-width: 250px;
    }
    
    .prava {
      margin-top: 0px;
      margin-top: 30px;
      text-align: center;
    }
    
    .mapa {
      width: 300px;
      margin-top: 20px;
      border: 1px solid silver;
      box-shadow: 8px 8px 5px #aaa;
    }
    
    #kontakt {
      position: relative;
    }
    
    #kontakt a:hover,
    #onas a:hover,
    #propozice a:hover {
      color: red;
    }
    
    .pata {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 70px;
      background-color: #e4e4e4;
      display: flex;
      justify-content: center;
      align-items: center;
      border-top: 1px solid #aaa;
    }
    
    .pata a,
    a:visited {
      font-weight: 600;
    }
    
    .pata a:hover {
      color: red;
    }
    
    .container_zapis {
      display: flex;
      align-items: flex-start;
      justify-content: space-evenly;
      flex-wrap: wrap;
      gap: 20px;
      margin: 30px 0;
      padding-bottom: 40px;
      border-bottom: 1px dashed #aaa;
    }
    
    .container_zapis a,
    .container_zapis a:visited {
      font-size: 1.5em;
      color: #888;
      font-weight: 500;
      width: 60px;
      text-decoration: none;
      padding: 10px 20px;
      border: 1px solid #aaa;
      border-radius: 8px;
    }
    
    .container_zapis a:hover {
      background-color: #fff;
      color: #000;
      margin: -2px 0 0 -2px;
      box-shadow: 5px 5px 5px #aaa;
      transition: .5s;
    }
    
    .container_archiv {
      display: flex;
      align-items: flex-start;
      justify-content: space-evenly;
      flex-wrap: wrap;
      gap: 30px;
      margin-top: 60px;
    }
    
    .container_archiv a,
    .container_archiv a:visited {
      font-size: .75em;
      color: #888;
      font-weight: 500;
      width: 120px;
      text-decoration: none;
      padding: 10px 20px;
      max-width: 150px;
      border: 1px solid #aaa;
      border-radius: 8px;
    }
    
    .container_archiv a:hover {
      background-color: #fff;
      color: #000;
      margin: -2px 0 0 -2px;
      box-shadow: 5px 5px 5px #aaa;
      transition: .5s;
    }
    /* MEDIA QWUERIES */
    
    @media (max-width: 664px) {}
    
    @media (min-width: 765px) {
      .banner img {
        width: 600px;
      }
      .okno {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        flex-wrap: wrap;
      }
      .prava {
        margin-top: 0px;
      }
    }
    
    @media (min-width: 992px) {
      .toggle,
      .toggle:before,
      .toggle::after {
        display: none;
      }
      header.active ul.small {
        visibility: hidden;
      }
      header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, .5);
        box-shadow: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 50px;
        z-index: 1;
        transition: .6s;
      }
      header .logo {
        position: relative;
        font-weight: 500;
        color: white;
        text-decoration: none;
        font-size: 2em;
        line-height: 30px;
        text-transform: uppercase;
        letter-spacing: 2px;
        transition: .6s;
      }
      header .male {
        font-weight: 300;
        font-size: .68em;
        text-transform: none;
      }
      header ul.big {
        visibility: visible;
        position: relative;
        top: 0;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        z-index: 1000;
      }
      header ul.big li {
        position: relative;
        list-style-type: none;
      }
      header ul.big li a {
        position: relative;
        margin: 0 15px;
        text-decoration: none;
        color: white;
        letter-spacing: 2px;
        font-weight: 500;
        transition: .6s;
      }
      header ul.big li a:hover {
        border-bottom: 1px solid white;
      }
      header.sticky {
        background-color: #fff;
        box-shadow: 0px 5px 5px #ddd;
      }
      header.sticky .logo,
      header.sticky ul.big li a {
        color: #000;
      }
      header.sticky ul.big li a {
        border-bottom: none;
      }
      header.sticky ul.big li a:hover {
        color: red;
      }
      .sec {
        padding: 100px 50px 50px 50px;
      }
      .banner img {
        width: 700px;
      }
    }