@font-face {
  src: url(../font/Montserrat/static/Montserrat-ExtraLight.ttf);
  font-family: Montserrat;
  font-weight: 200;
}
@font-face {
  src: url(../font/Montserrat/static/Montserrat-Light.ttf);
  font-family: Montserrat;
  font-weight: 300;
}
@font-face {
  src: url(../font/Montserrat/static/Montserrat-Regular.ttf);
  font-family: Montserrat;
  font-weight: 400;
}
@font-face {
  src: url(../font/Montserrat/static/Montserrat-SemiBold.ttf);
  font-family: Montserrat;
  font-weight: 600;
}
@font-face {
  src: url(../font/Montserrat/static/Montserrat-Bold.ttf);
  font-family: Montserrat;
  font-weight: 700;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-margin-top: 80px;
}

html, body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
  background-color: #f8f8f8;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  color: #110301;
}

main {
  display: block;
}

#main strong {
  font-weight: 700;
}

a {
  color: inherit;
  text-decoration-line: none;
  text-underline-offset: 2.5px;
  text-decoration-thickness: 1px;
}

h1, h2, h3 {
  font-weight: 700;
  text-transform: uppercase;
}

h1.def {
  text-align: center;
  text-transform: uppercase;
  font-size: 46px;
}
@media all and (max-width: 1200px) {
  h1.def {
    font-size: 42px;
  }
}
@media all and (max-width: 1000px) {
  h1.def {
    font-size: 40px;
  }
}
@media all and (max-width: 800px) {
  h1.def {
    font-size: 36px;
  }
}
@media all and (max-width: 600px) {
  h1.def {
    font-size: 32px;
  }
}
@media all and (max-width: 500px) {
  h1.def {
    font-size: 28px;
  }
}

@media all and (max-width: 900px) {
  h2 {
    font-size: 24px;
  }
}
@media all and (max-width: 700px) {
  h2 {
    font-size: 22px;
  }
}
@media all and (max-width: 500px) {
  h2 {
    font-size: 20px;
    font-weight: 600;
  }
}

.btn-cont {
  margin-top: 40px;
  text-align: center;
}
.btn-cont.left {
  text-align: left;
}

.btn, button, input[type=submit] {
  display: inline-block;
  border: 0;
  background: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

button, input[type=submit] {
  appearance: none;
}

.btn {
  appearance: none;
}
.btn.def {
  height: 40px;
  padding: 0 25px;
  border: 0;
  border-radius: 3px;
  line-height: 40px;
  font-weight: 700;
  background: #7D5716;
  transition: background-color 0.3s ease;
  color: white;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.btn.def:hover {
  background: #674812;
}
.btn.def[type=submit] {
  background: #4B6489;
}
.btn.def[type=submit]:hover {
  background: #425879;
}
.btn.def.brown {
  background: brown;
}
.btn.def.brown:hover {
  background: #912525;
}
.btn.def.neutral {
  border-color: #CFA968;
  background-color: #CFA968;
}
.btn.def.neutral:hover {
  background-color: #c39341;
}
.btn.def.odstranit {
  border-color: #a00000;
  background-color: #a00000;
}
.btn.def.odstranit:hover {
  background-color: #870000;
}
.btn.def.submit {
  border-color: #098509;
  background-color: #098509;
}
.btn.def.submit:hover {
  background-color: #076d07;
}

.numbers {
  background: #110301;
  color: white;
  padding: 50px 10px;
}
.numbers header h1:after {
  background-color: #7D5716 !important;
}
.numbers .number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 15px;
}
.numbers .number p {
  padding: 10px 0;
}
.numbers .number p.strong {
  padding: 10px;
  border-bottom: 1px solid #555;
  white-space: nowrap;
  font-size: 32px;
  font-weight: 700;
}

.Content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 60px;
}
.Content.block {
  display: block;
}
.Content .Text {
  max-width: 720px;
}
.Content .Text.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.Content .Img {
  max-width: 360px;
}
.Content .Img img {
  display: block;
  max-width: 100%;
}

.Text h1 {
  margin-bottom: 15px;
}
.Text h2 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.Text h3 {
  margin-top: 25px;
  margin-bottom: 10px;
}
.Text p {
  padding: 10px 0;
  line-height: 32px;
  font-weight: 300;
}
.Text strong {
  font-weight: 700;
}
.Text li {
  font-weight: 300;
}
.Text ul {
  list-style-position: inside;
  list-style: none;
  margin: 10px 0;
}
.Text ul li {
  position: relative;
  padding: 7px 0;
  padding-left: 16px;
  line-height: 24px;
}
.Text ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 17px;
  left: 0;
  transform: rotate(45deg);
  line-height: 24px;
  font-size: 24px;
  vertical-align: middle;
  background: #A87F3A;
}
.Text ul li h3 {
  display: inline;
}
.Text ol {
  list-style: none;
  list-style-position: inside;
  counter-reset: ol_counter;
  margin: 10px 0;
}
.Text ol li {
  display: list-item;
  position: relative;
  padding: 7px 0;
  padding-left: 24px;
  line-height: 24px;
}
.Text ol li:before {
  content: counter(ol_counter) ")";
  counter-increment: ol_counter;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  font-weight: 700;
  color: #A87F3A;
}
.Text table:not(.def) {
  margin: 15px 0;
  border-collapse: collapse;
  border: 1px solid #CFA968;
  font-weight: 300;
}
.Text table:not(.def) th, .Text table:not(.def) td {
  padding: 10px;
  border: 1px solid #CFA968;
  font-weight: 400;
  background: white;
}
.Text table:not(.def) th {
  font-weight: 700;
}
.Text table.def {
  margin: 15px auto;
}
.Text a {
  color: #7D5716;
}
.Text a:not(.btn) {
  text-decoration: underline;
}
.Text a:hover {
  text-decoration: none;
}
.Text .btn.def {
  margin: 15px 0;
}
.Text video {
  margin: 15px 0;
  width: 100%;
  max-width: 600px;
}

table.def {
  border-collapse: collapse;
  border: 1px solid #CFA968;
}
table.def tr:not(:last-of-type) th, table.def tr:not(:last-of-type) td {
  border-bottom: 1px solid #CFA968;
}
table.def tr:nth-of-type(odd) {
  background: #fff6e6;
}
table.def tr:nth-of-type(even) {
  background: white;
}
table.def thead th {
  height: 60px;
  background: #F7D8A3;
  border-bottom: 1px solid #CFA968;
  text-align: center;
}
table.def tfoot td {
  border-top: 1px solid #CFA968;
}
table.def th, table.def td {
  padding: 10px;
  text-align: left;
}
table.def th:not(:first-child), table.def td:not(:first-child) {
  border-left: 1px solid #CFA968;
}
table.def th.short, table.def td.short {
  width: 120px;
}
table.def th.r-align, table.def td.r-align {
  text-align: right;
}
table.def th a, table.def td a {
  text-decoration: underline;
}
table.def th a:hover, table.def td a:hover {
  text-decoration: none;
}
table.def td time {
  white-space: nowrap;
  font-size: 0.9em;
  font-weight: 700;
}
table.def td.actions {
  white-space: nowrap;
}
table.def tr[data-visible="0"] {
  opacity: 0.4;
}
table.def tr[data-visible="0"] .akce.visibility img.not-visible {
  display: block;
}
table.def tr[data-visible="0"] .akce.visibility img.visible {
  display: none;
}
table.def tr[data-deleted="1"] {
  display: none;
  background: black;
  color: white;
}
table.def img.thumbnail {
  width: 60px;
  height: 45px;
  object-fit: contain;
  border: 1px solid #110301;
}

.Glr {
  width: 100%;
  display: grid;
  place-content: center;
  gap: 15px;
  grid-template-columns: repeat(auto-fill, 280px);
}
.Glr .pic {
  height: 210px;
  position: relative;
  background-color: #F7D8A3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.05);
}
.Glr .pic img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  transition: 0.3s ease transform;
  box-shadow: 0 0 10px 0 #0001;
  object-fit: cover;
}
.Glr .pic img:hover {
  transform: scale(1.03);
}

input, textarea, select {
  height: 40px;
  padding: 0 17px;
  border: 0;
  background: #f8f8f8;
  line-height: 34px;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}

.wrp {
  margin: auto auto;
  width: calc(100% - 20px);
  max-width: 1400px;
}
@media all and (max-width: 1700px) {
  .wrp {
    max-width: 1200px;
  }
}

[data-appeared] {
  position: relative;
  opacity: 0;
}
[data-appeared][data-appeared="1"] {
  opacity: 1;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.template {
  display: none;
}

template {
  display: none;
}

.popup-backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.popup-backdrop.active {
  opacity: 1;
  pointer-events: all;
}
.popup-backdrop.active .popup {
  animation: showPopup 0.2s ease;
  animation-fill-mode: both;
  pointer-events: all;
}
.popup-backdrop.hiding .popup {
  animation: hidePopup 0.2s ease;
  animation-fill-mode: both;
}

.popup {
  width: calc(100% - 20px);
  max-width: 1000px;
  max-height: 90vh;
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 40px 20px;
  border-radius: 4px;
  background: white;
  opacity: 0;
  transition: opacity 0.5s ease;
  box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.08);
  pointer-events: none;
}
.popup.active {
  opacity: 1;
  pointer-events: all;
}
.popup h2 {
  margin-bottom: 15px;
}
.popup .btn.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 0;
  /*border: 1px solid rgb(230,230,230);*/
  border: 0;
  border-radius: 0;
  background: white;
  cursor: pointer;
  line-height: auto;
}
.popup .btn.close img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  filter: brightness(0);
}
.popup .popup-content {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.popup .popup-content .input {
  padding: 10px 0;
}
.popup .popup-content .input label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}
.popup .popup-content .input input {
  width: 100%;
}
.popup .btn-area {
  padding: 20px 0;
  text-align: center;
}
.popup .btn-area .btn {
  margin: 15px;
  font-weight: 700;
  font-size: 18px;
  color: white;
  text-shadow: 0 1.5px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}
.popup[data-deleted="0"] .return {
  display: none;
}
.popup[data-deleted="1"] .delete {
  display: none;
}

@keyframes showPopup {
  0% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes hidePopup {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
}

/*# sourceMappingURL=default.css.map */
