/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26.2.2023, 18:08:41
    Author     : user
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap");
body {
  font-family: "DM Sans";
  margin: 0;
  color: white; }

.black {
  color: black; }

.black a {
  color: black; }

.green {
  color: #99cc33; }

.button a {
  color: white; }

.button a:hover {
  color: black; }

.menu {
  position: fixed;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 20px;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 200px;
  z-index: 999; }
  .menu ul {
    list-style: none;
    text-align: center;
    white-space: nowrap; }
  .menu ul > li {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px; }
  .menu .active {
    color: #99cc33; }
  .menu > div:last-child {
    display: none; }

a {
  color: white;
  text-decoration: none; }

a:hover {
  color: #96bf3b; }

a:active {
  color: #96bf3b; }

#buttons {
  margin-top: 40px;
  display: flex;
  font-size: 20px; }
  #buttons .button:last-child {
    padding-left: 100px;
    padding-right: 100px;
    background-color: grey; }

.button {
  background-color: #96bf3b;
  padding: 25px;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  text-align: center;
  margin-right: 20px; }

.button a:hover {
  color: black; }

#ziskat_nabidku {
  margin-left: 30px; }

.sub {
  position: fixed;
  display: flex;
  flex-direction: row;
  width: 100%;
  z-index: 9999;
  bottom: 20px;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 100px;
  align-items: center; }
  .sub > div div {
    background-image: url("/data/img/arrow_next_right_icon.svg");
    background-repeat: no-repeat;
    background-position-x: left;
    padding-left: 40px;
    fill: white; }

#logo_m {
  background-image: url(/data/img/logo.svg);
  background-size: 200px;
  min-width: 200px;
  min-height: 60px;
  background-repeat: no-repeat; }

#fullview > div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; }

#back_1 {
  background-image: url("/data/img/back/vitocal-a250.png"); }

#back_2 {
  background-image: url("/data/img/back/back_2.jpg"); }

#back_3 {
  background-image: url("/data/img/back/back_3.jpg"); }

#back_5 {
  background-image: url("/data/img/back/back_5.jpg"); }

.section {
  position: relative; }

.section .screen {
  margin-top: 130px;
  text-align: center; }

.section .screen h1 {
  font-size: 40px;
  font-weight: normal; }

.section .screen > div:nth-child(2) {
  display: flex;
  justify-content: center;
  margin-top: 20px; }

.info_page {
  display: flex;
  position: absolute;
  bottom: 150px;
  left: 100px;
  width: 700px;
  flex-direction: column;
  align-items: flex-start;
  font-size: 22px;
  line-height: 35px; }
  .info_page h1 {
    margin-bottom: 50px;
    font-size: 40px; }
  .info_page #popis {
    width: 500px;
    margin-bottom: 70px; }

.hero-brand-logo {
  display: block;
  align-self: flex-start;
  width: 220px;
  height: 56px;
  margin-bottom: 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95) url("/data/img/viessmann-logo.svg") no-repeat center;
  background-size: 90%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22); }

.info_page.hero-viessmann {
  background-color: rgba(70, 70, 70, 0.58);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 16px;
  box-sizing: border-box;
  padding: 34px 38px;
  color: #fff;
  max-width: 760px;
  z-index: 3; }
  .info_page.hero-viessmann h1 {
    margin-bottom: 28px;
    line-height: 1.2; }
  .info_page.hero-viessmann #popis {
    width: auto;
    max-width: 640px;
    margin-bottom: 36px; }

.uzky {
  width: 350px;
  text-align: left;
  line-height: 45px; }

.popis_bod {
  display: flex;
  min-height: 70px;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 20px;
  align-items: stretch; }

.popis_bod > div:last-child > div:first-child {
  font-weight: bold; }

.popis_bod > div:last-child > div:last-child {
  font-size: 16px;
  line-height: 22px; }

.popis_bod > div:last-child {
  display: flex;
  flex-direction: column;
  width: 80%; }

.popis_bod > div:first-child {
  background-repeat: no-repeat;
  background-position-x: left;
  background-size: 50px;
  min-width: 70px;
  background-position-y: center; }

.popis_bod:nth-child(1) > div:first-child {
  background-image: url("/data/img/icon/icon_1.png"); }

.popis_bod:nth-child(2) > div:first-child {
  background-image: url("/data/img/icon/icon_2.png"); }

.popis_bod:nth-child(3) > div:first-child {
  background-image: url("/data/img/icon/icon_3.png"); }

.offer {
  color: black;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 400px;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px; }

.offer > div:first-child {
  /*nadpis*/
  font-weight: bold;
  font-size: 25px;
  padding: 20px; }

.offer > div:nth-child(3) {
  /*uspory*/
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px; }

.offer > div:nth-child(3) > div {
  /*uspory*/
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  align-items: center; }

.offer > div:nth-child(3) > div:first-child {
  /*uspory*/
  padding-right: 20px; }

.offer > div:nth-child(3) > div:last-child {
  /*uspory*/
  padding-left: 20px; }

.offer > div:nth-child(3) > div > div:last-child {
  /*uspory*/
  color: #96bf3b;
  font-weight: bold;
  font-size: 20px; }

.offer > div:nth-child(4) {
  /*specifikace*/
  display: flex;
  background-color: #96bf3b;
  color: white;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 15px; }

.offer > div:nth-child(4) div {
  /*specifikace*/
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-width: 200px; }

.offer > div:nth-child(4) div:first-child, .offer > div:nth-child(4) div:nth-child(2) {
  /*specifikace*/
  padding-bottom: 5px; }

.offer > div:nth-child(4) div div:last-child {
  /*specifikace*/
  font-weight: bold;
  justify-content: flex-end;
  padding-right: 30px; }

.offer > div:nth-child(4) div div:first-child {
  /*specifikace*/
  justify-content: flex-start;
  padding-left: 30px; }

.offer > div:nth-child(5) {
  /*ceny*/
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px; }

.offer > div:nth-child(5) div {
  /*ceny*/
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.offer > div:nth-child(5) div div:last-child {
  /*ceny*/
  justify-content: flex-end;
  margin-right: 20px; }

.offer > div:nth-child(5) div div:first-child {
  /*ceny*/
  justify-content: flex-start;
  margin-left: 20px; }

.offer > div:nth-child(5) > div:nth-child(3) {
  /*ceny*/
  border-top: 1px solid black;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  padding-bottom: 10px; }

.offer > div:nth-child(5) > div:last-child {
  /*ceny*/
  font-weight: bold;
  align-items: baseline; }

.offer > div:nth-child(5) > div:last-child > div:last-child {
  /*ceny*/
  font-size: 20px; }

.content {
  /*padding: 150px;*/
  padding-bottom: 50px;
  color: black; }
  .content > div:nth-child(3) > div:first-child {
    font-size: 22px;
    font-weight: bold; }

.content > div {
  display: flex;
  justify-content: center; }

.content .container {
  padding-left: 50px; }

.content > div:first-child {
  justify-content: center; }

.content > div:nth-child(2) {
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 50px; }

.content > div > div {
  display: flex;
  justify-content: flex-start;
  align-content: space-around; }

.form{
  display: flex;
  justify-content: center; 
  padding: 100px;
}
/*  .form input, .form textarea {
    padding: 20px;
    font-family: 'DM Sans';
    width: 100%;
    border-color: #CCC;
    border-style: solid;
    border-width: 1px; }
  .form textarea {
    resize: none;
    margin: 10px;
    min-height: 120px; }
  .form input[type=submit] {
    width: auto;
    background-color: #96bf3b;
    text-transform: uppercase;
    color: white;
    padding-left: 80px;
    padding-right: 80px; }
  .form div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: stretch; }
  .form form > div {
    display: flex; }
  .form form > div:last-child {
    justify-content: flex-end;
    margin-right: 10px; }
  .form div > div {
    width: 100%;
    margin: 10px; }*/

.form #formular{
}
    .form #formular input, textarea {
        padding: 20px;
        font-family: 'DM Sans';
        width: 100%;
        border-color: #CCC;
        border-style: solid;
        border-width: 1px; }
    
    .form #formular textarea {
        resize: none;
        margin: 10px;
        min-height: 120px; }
    .form #formular input[type=submit] {
        width: auto;
        background-color: #96bf3b;
        text-transform: uppercase;
        color: white;
        padding-left: 80px;
        padding-right: 80px; }
    
    .form #formular div:first-child {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: stretch; }
    .form #formular form > div {
        display: flex; }
    .form #formular form > div:last-child {
        justify-content: flex-end;
        margin-right: 10px; }
    .form #formular div > div {
        width: 100%;
        margin: 10px; }


form {
  width: 750px; }

.kontakty {
  color: black;
  padding: 150px;
  background: url("/data/img/back/back_6.jpg") center right no-repeat; 
  background-size: cover;
  height: 100%;
}

.kontakty > div {
  display: flex;
  justify-content: space-between;
  align-content: space-between; }

.kontakty > div:first-child {
  justify-content: flex-start; }

.kontakty > div > div {
  display: flex;
  flex-direction: column; }



.dokumenty {
  color: black;
  padding: 150px;
  position: relative;
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 90%), url("/data/img/back/back_7.png") center right no-repeat;
  background-size: cover;
  height: 100%;
}
.dokumenty > * {
  position: relative;
  z-index: 1;
}

.dokumenty a {
    
  color: white;
  transition: color 0.8s;
}

.dokumenty a:hover {
  background-color: #555;
  color: #96bf3b;
  text-decoration: none;
}



#sidlo div:last-child {
  margin-right: 200px; }

#sidlo, #specialisti {
  height: 380px;
  justify-content: space-around; }

#fullview > div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; }

@media only screen and (min-width: 1800px) and (min-height: 790px) {
  .menu {
    padding-top: 50px; }

  div#logo {
    text-align: center;
    padding-top: 100px; }

  h1 {
    text-align: center;
    padding-top: 40px; }

  #zamereni {
    font-size: 32px;
    text-align: center;
    padding-top: 80px; }

  .dot {
    height: 25px;
    width: 25px;
    background-color: #99cc33;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px; }

  #content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding-bottom: 200px; }

  .menu ul > li {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px; } }
@media only screen and (max-width: 1376px) {
  #back_3 {
    background-image: url("/data/img/back/back_3_1376.jpg"); } }
@media only screen and (min-width: 971px) and (max-width: 1799px), only screen and (min-width: 1800px) and (max-height: 789px) {

    
  .info_page {
    font-size: 16px;
    line-height: 24px;
    left: 80px; }
    .info_page h1 {
      margin-bottom: 40px;
      font-size: 30px; }
  .info_page.hero-viessmann {
    width: 620px;
    padding: 28px 30px; }
    .info_page.hero-viessmann #popis {
      max-width: 100%; }
  .hero-brand-logo {
    width: 190px;
    height: 50px;
    margin-bottom: 16px; }

  .menu {
    font-size: 14px;
    padding-left: 80px;
    padding-right: 130px;
    padding-top: 30px; }

  .button {
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px; }

  #buttons .button:last-child {
    padding-left: 60px;
    padding-right: 60px; }

  .sub {
    font-size: 14px;
    padding-left: 80px;
    padding-right: 80px; }

  #logo_m {
    background-size: 180px;
    width: 180px;
    height: 60px; } }
@media only screen and (max-width: 970px) {
    
    
  .info_page {
    left: 80px;
    font-size: 16px;
    line-height: 22px;
    width: 350px;
    bottom: 100px; }
    .info_page #popis {
      width: 350px; }
    .info_page h1 {
      margin-bottom: 20px;
      font-size: 32px;
      line-height: 40px; }
  .info_page.hero-viessmann {
    left: 20px;
    right: 20px;
    width: auto;
    bottom: 40px;
    padding: 22px 20px; }
    .info_page.hero-viessmann h1 {
      margin-bottom: 16px;
      font-size: 30px;
      line-height: 36px; }
    .info_page.hero-viessmann #popis {
      width: auto;
      margin-bottom: 30px; }
  .hero-brand-logo {
    width: 170px;
    height: 44px;
    margin-bottom: 14px; }

  .sub {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px; }

  .button {
    padding: 15px;
    margin-bottom: 15px; }

  #buttons {
    margin-top: 10px;
    flex-direction: column; }

  .menu {
    padding-left: 80px;
    padding-top: 60px;
    padding-right: 50px; }
    .menu > div:nth-child(2) {
      display: none;
      position: absolute;
      padding-left: 30px;
      width: 100%;
      left: 0;
      right: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.7);
      color: black; }
      .menu > div:nth-child(2) div:first-child {
        width: 100%; }
        .menu > div:nth-child(2) div:first-child ul li {
          text-align: left;
          padding-left: 0;
          padding-top: 12px;
          padding-bottom: 12px;
          font-size: 22px; }
      .menu > div:nth-child(2) .button {
        font-size: 22px; }
    .menu > div:nth-child(3) {
      display: block;
      z-index: 1000; }
    .menu ul > li {
      display: block; }
    .menu a {
      color: white; }

  #ziskat_nabidku {
    margin-left: 0;
    display: block; }

  .content {
    padding: 0;
    padding-top: 120px;
    padding-left: 20px;
    padding-bottom: 10px; }
    .content > div:nth-child(2) {
      justify-content: center;
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 10px; }

  .form {
    padding-left: 10px;
    padding-right: 10px; } }
@media only screen and (max-width: 550px) {
  .info_page {
    left: 20px; 
  }


  .menu {
    padding-left: 30px;
    padding-top: 25px;
    padding-right: 20px; }

  .content {
    padding-top: 90px;
    font-size: 12px; }
    .content .container {
      padding-left: 10px; }
    .content > div:nth-child(3) > div:first-child {
      font-size: 14px;
      font-weight: bold; }
    .content > div:nth-child(3) > div {
      text-align: center; }
    .content > div:nth-child(2) {
      text-align: center; }

    .form{
        padding: 20px;
    }
    
/*  .form > form > div {
    flex-direction: column; }

  .form > form > div div {
    margin-top: 5px; }

  .form > form > div:nth-child(3), .form > form > div:nth-child(4) {
    margin-top: 5px; }

  .form input, .form textarea {
    padding: 15px; }

  .form div > div {
    margin: 0; }

  .form textarea {
    resize: none;
    margin: 0; }

  .form form > div:last-child {
    margin-right: 0px; }

  .form {
    padding-bottom: 60px; } }*/

/*# sourceMappingURL=main.css.map */

}
       .navbar {
      display: flex;
      flex-wrap: wrap;
      background-color: #004d40;
    }

    .menu-item {
      position: relative;
    }

    .menu-item > a {
      display: block;
      padding: 15px 20px;
      color: white;
      text-decoration: none;
      transition: background 0.3s;
    }

    .menu-item > a:hover {
      background-color: #00695c;
    }

    .submenu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #004d40;
      min-width: 200px;
      flex-direction: column;
      z-index: 1000;
    }

    .submenu a {
      padding: 12px 16px;
      color: white;
      text-decoration: none;
      display: block;
    }

    .submenu a:hover {
      background-color: #00796b;
    }

    .menu-item:hover .submenu {
      display: flex;
    }

    @media (max-width: 768px) {
      .navbar {
        flex-direction: column;
      }

      .submenu {
        position: static;
      }

      .menu-item > a {
        width: 100%;
      }
    }
    
.header-box {
  margin-bottom: 40px;
  text-align: center;
}

.header-box h1 {
  font-size: 2.8em;
  margin-bottom: 10px;
}

.header-box .intro {
  font-size: 1.1em;
  color: #555;
}

.btn-pdf {
  background-color: #135a66;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  margin-top: 15px;
  transition: background 0.3s ease;
}


.btn-pdf i {
  margin-right: 8px;
}


.cert-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  justify-content: center;
}

.cert-item {
  width: 220px;
  text-align: center;
  transition: transform 0.3s ease;
}

.cert-item img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.cert-item:hover {
  transform: scale(1.03);
}

.caption {
  margin-top: 10px;
  font-weight: bold;
  color: #333;
}



/* AirProject-inspired main navigation */
.ap-header {
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  z-index: 12000;
  padding: 0 24px;
  pointer-events: none;
}

.ap-header__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 16px 12px 20px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(7, 14, 24, 0.86);
  box-shadow: 0 18px 45px rgba(2, 10, 20, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: auto;
}

.ap-logo {
  display: inline-flex;
  align-items: center;
}

.ap-logo img {
  display: block;
  height: 42px;
  width: auto;
}

.ap-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ap-nav__item {
  position: relative;
}

.ap-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 14px;
  border-radius: 10px;
  color: #f3f8ff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: 700;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.ap-nav__link:hover,
.ap-nav__link.is-active {
  background: rgba(150, 191, 59, 0.2);
  color: #d8f39d;
}

.ap-nav__item--has-submenu > .ap-nav__link::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}

.ap-submenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #0f1e32;
  box-shadow: 0 14px 36px rgba(1, 8, 17, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.ap-submenu a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: #edf3ff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.03em;
}

.ap-submenu a:hover,
.ap-submenu a.is-active {
  background: rgba(150, 191, 59, 0.22);
  color: #d8f39d;
}

.ap-nav__item--has-submenu:hover .ap-submenu,
.ap-nav__item--has-submenu:focus-within .ap-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ap-cta {
  margin-left: 10px;
  padding: 12px 18px;
  border-radius: 11px;
  background: linear-gradient(135deg, #a8d65a 0%, #82b727 100%);
  color: #0f2106;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(108, 154, 26, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.ap-cta:hover,
.ap-cta.is-active {
  color: #0b1905;
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(108, 154, 26, 0.45);
}

.ap-nav-toggle {
  display: none;
  margin-left: auto;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
  flex-direction: column;
  cursor: pointer;
}

.ap-nav-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.ap-header.is-open .ap-nav-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.ap-header.is-open .ap-nav-toggle span:nth-child(2) {
  opacity: 0;
}

.ap-header.is-open .ap-nav-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 1080px) {
  .ap-nav-toggle {
    display: flex;
  }

  .ap-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(7, 14, 24, 0.96);
    box-shadow: 0 16px 36px rgba(1, 8, 17, 0.58);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  .ap-header.is-open .ap-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .ap-nav__item {
    width: 100%;
  }

  .ap-nav__link {
    justify-content: flex-start;
    width: 100%;
    padding: 12px;
  }

  .ap-nav__item--has-submenu > .ap-nav__link::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}

  .ap-submenu {
    position: static;
    min-width: 0;
    margin-top: 4px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: rgba(255, 255, 255, 0.04);
  }

  .ap-cta {
    margin: 6px 0 0;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .ap-header {
    top: 10px;
    padding: 0 12px;
  }

  .ap-header__inner {
    padding: 10px 12px 10px 14px;
    border-radius: 14px;
  }

  .ap-logo img {
    height: 34px;
  }

  .ap-nav-toggle {
    width: 38px;
    height: 38px;
  }
}

