#cookie-bar {
  background: #fff;
  position: fixed;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  left: 0;
  right: 0;
  border-top: 1px solid #6d8eaf;
  font-size: 12px;
  padding-bottom: 20px;
  font-family: 'Comfortaa', sans-serif;
}
#cookie-bar .main-btn {
  background: #fff;
  color: #6d8eaf;
  float: left;
  font-size: 15px;
  height: 32px;
  line-height: 33px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 25px;
  min-height: initial!important;
  padding-top: 0!important;
  width: 100%;
  text-align: center;
  font-family: 'Comfortaa', sans-serif;
  font-weight: bold;
  border: 1px solid #6d8eaf;
}
#cookie-bar .main-btn:hover {
  color: #fff;
  background: #6d8eaf;
  cursor: pointer;
}
#cookiebar-table {
  display: none;
  clear: both;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
#cookiebar-table .cookiebar-table-content {
  max-height: 220px;
  overflow-y: hidden;
}
#cookiebar-table table {
  width: 100%;
  border: 2px solid #6d8eaf;
}
#cookiebar-table table thead tr th {
  color: #6d8eaf;
  padding: 10px;
  border-bottom: 1px solid #6d8eaf;
  background-color: #fff;
}
#cookiebar-table table tbody tr td {
  padding: 5px 10px;
}
.cookies-table-wrapper {
  width: 100%;
  overflow-x: auto;
}
table.cookies-table {
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
  border-left: 2px solid #6d8eaf;
  border-right: 2px solid #6d8eaf;
  border-bottom: 2px solid #6d8eaf;
}
table.cookies-table thead tr th {
  background: #6d8eaf;
  color: #595959;
  padding: 10px;
}
table.cookies-table tbody tr td {
  padding: 5px 10px;
}
.cookie-text {
  margin-top: 20px;
  font-size: 15px;
  line-height: 20px;
  text-align: justify;
  float: left;
  color: #595959;
}
.cookie-text a:hover {
  color: #6d8eaf;
}
.cookie-text a:focus {
  color: #6d8eaf;
}
.cookie-buttons {
  float: left;
}
.cookies-detail {
  text-align: right;
  padding-top: 8px;
  padding-bottom: 10px;
  cursor: pointer;
  width: 100%;
  display: block;
  float: left;
}
.cookies-detail .fa {
  font-size: 21px;
  color: #6d8eaf;
  position: relative;
  top: 3px;
  margin-left: 5px;
}
.cookies-detail .fa.fa-chevron-up {
  display: none;
}
.cookies-detail .fa.fa-chevron-down {
  display: inline-block;
}
.cookies-detail .cookies-detail-text {
  font-size: 12px;
  font-weight: 600;
  color: #6d8eaf;
  text-transform: uppercase;
}
.cookies-detail:hover .cookies-detail-text {
  opacity: 0.8;
}
.cookies-detail:hover .fa {
  opacity: 0.8;
}
.cookies-detail.open .fa.fa-chevron-up {
  display: inline-block;
}
.cookies-detail.open .fa.fa-chevron-down {
  display: none;
}
.cookies-page ol li,
.cookies-page ul li {
  line-height: 28px;
}
.cookies-page ol li ul,
.cookies-page ul li ul {
  margin-left: 40px!important;
}
.cookies-page ol ul,
.cookies-page ul ul,
.cookies-page ol ol,
.cookies-page ul ol {
  padding-top: 10px;
}
.cookies-page ul {
  display: block!important;
  align-items: normal!important;
  margin-left: 40px;
}
.cookies-page ul li::after {
  display: none!important;
}
.cookies-page ul li::before {
  top: 8px!important;
}
.mobile-break {
  word-break: break-all;
}
#form-popup {
  display: none;
  background: #fff;
  border: 2px solid #6d8eaf;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 10px;
  font-size: 16px;
}
#form-popup .terms-checkbox {
  height: initial;
  margin-left: 15px;
  width: auto;
}
#form-popup .checkbox-text {
  display: inline-block;
  width: 90%;
  float: right;
  padding-top: 25px;
  font-weight: normal;
}
#form-popup #form-popup-close {
  position: absolute;
  color: #6d8eaf;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  text-align: right;
}
#form-popup #form-popup-close:hover {
  color: #595959;
}
#form-popup #form-popup-close .fa {
  padding-right: 8px;
  padding-top: 5px;
}
#form-popup input.odeslat {
  float: right;
  margin-top: 21px;
  margin-bottom: 20px;
  margin-right: 20px;
}
#form-popup:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 78px;
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #6d8eaf transparent;
  display: block;
  width: 0;
}
#form-popup:after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 78px;
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0;
}
#form-next-step {
  margin-top: 30px;
  width: 200px;
  text-align: center;
  cursor: pointer;
}
#form-next-step.open {
  background: #6d8eaf;
  color: #fff;
}
.contact-form .form-group:nth-child(6) {
  margin-bottom: 10px;
}
.contact-form .form-group:nth-child(7) {
  margin-bottom: 10px;
  width: 96%;
}
.contact-form .form-group .checkbox label {
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 1399px) {
  #form-popup {
    left: 20px;
  }
  #form-popup:before {
    left: 148px;
  }
  #form-popup:after {
    left: 148px;
  }
}
@media only screen and (max-width: 1199px) {
  #cookie-bar .main-btn {
    margin-top: 18px;
  }
  .cookies-detail .cookies-detail-text {
    font-size: 10px;
  }
  .cookies-detail .fa {
    font-size: 12px;
    margin-left: 2px;
    top: 1px;
  }
  .cookie-text {
    margin-top: 10px;
    float: left;
  }
  #form-popup:before {
    left: 108px;
  }
  #form-popup:after {
    left: 108px;
  }
  #form-popup .terms-checkbox {
    margin-left: 6px;
  }
  #form-popup .checkbox-text {
    width: 93%;
  }
}
.kontakt-zbozi {
  margin-top: 30px;
}
@media only screen and (max-width: 998px) {
  .cookies-detail {
    text-align: center;
  }
  .cookies-detail .fa {
    display: none;
    margin-left: 5px;
  }
  #form-popup {
    left: 0;
    top: 20px;
  }
  #form-popup:before {
    left: 78px;
  }
  #form-popup:after {
    left: 78px;
  }
}
@media only screen and (max-width: 991px) {
  .cookie-text {
    max-width: 100%;
  }
  .cookie-buttons {
    max-width: 100%;
  }
  .cookies-detail .fa {
    font-size: 18px;
    top: 2px;
  }
  .cookies-detail .cookies-detail-text {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .cookie-text {
    font-size: 11.5px;
  }
  .contact-form .form-group:nth-child(6) {
    margin-bottom: 30px;
  }
  .contact-form .form-group:nth-child(7) {
    margin-bottom: 30px;
    width: 96%;
  }
}
@media only screen and (max-width: 550px) {
  #form-popup {
    top: 0;
  }
  #form-popup .checkbox-text {
    width: 87%;
  }
}
/*# sourceMappingURL=cookieBar.css.map */