/*
Theme Name: janovskatraktoriada.cz
Theme URi: www.janovskatraktoriada.cz
Description: custom template for janovskatraktoriada.cz
Version: 1.0
Author: Filip Kalousek
Author URI: www.twentio.cz
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  overflow-x: hidden;
}

:root {
  font-size: 16px;
  color: #fff;
  background: #fff;
}

.none {
  display: none;
}

.parent-loader {
  z-index: 9997;
  /*9997*/
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.parent-loader .loader {
  text-align: center;
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-opened {
  z-index: 1222;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
}

.gallery-opened .backg {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: rgba(73, 80, 87, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-opened .backg ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (0fr)[3];
      grid-template-columns: repeat(3, 0fr);
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-opened .backg ul li {
  margin: 10px;
  list-style: none;
  color: #fff;
  text-decoration: none;
}

.gallery-opened .backg ul li .card {
  min-width: 175px;
  min-height: 110px;
  text-align: center;
  background: #223239;
  padding: 0.5rem 2rem;
  border-radius: 10px;
}

.gallery-opened .backg ul li .card h3 {
  margin: 1rem 0;
  font-size: 1rem;
  color: #fff;
}

.gallery-opened .backg ul li .card p {
  margin: 1rem 0;
  color: #e05666;
}

.gallery-opened .backg ul li .card a {
  text-decoration: none;
  color: #fff;
  margin: 5px;
}

.gallery-opened .backg ul li .card a i {
  font-size: 1.25rem;
}

.gallery-tab {
  z-index: 1222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery-tab .backg {
  width: 100vw;
  height: 100vh;
  background: rgba(73, 80, 87, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-tab .backg ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery-tab .backg ul li {
  margin: 10px;
  list-style: none;
  color: #fff;
  text-decoration: none;
}

.gallery-tab .backg ul li .card {
  min-width: 175px;
  min-height: 110px;
  text-align: center;
  background: #223239;
  padding: 0.5rem 2rem;
  border-radius: 10px;
}

.gallery-tab .backg ul li .card h3 {
  margin: 1rem 0;
  font-size: 1rem;
  color: #fff;
}

.gallery-tab .backg ul li .card p {
  margin: 1rem 0;
  color: #e05666;
}

.gallery-tab .backg ul li .card a {
  text-decoration: none;
  color: #fff;
  margin: 5px;
}

.gallery-tab .backg ul li .card a i {
  font-size: 1.25rem;
}

.header {
  padding: 5px;
  z-index: 111;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
  background-image: linear-gradient(to bottom, black, transparent);
}

.header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header nav ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header nav ul li {
  list-style: none;
}

.header nav ul li a {
  padding: 10px 0;
  margin: 35px 25px;
  text-decoration: none;
  color: #fff;
}

.header nav .top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header nav .top .logo {
  margin: 0 auto;
}

.header nav .top .logo a div {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url("img/logo-colored.png") no-repeat;
  background-size: cover;
  width: 145px;
  height: 125px;
}

.header nav .top .toggle {
  height: 100%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header nav .top .toggle a {
  padding: 15px;
}

.scrolled {
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.scrolled nav {
  width: 70%;
  margin: 0 auto;
}

.scrolled nav ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scrolled nav ul li {
  list-style: none;
}

.scrolled nav ul li a {
  margin: 35px 25px;
  text-decoration: none;
  color: #fff;
}

.scrolled nav .top .logo {
  margin: 10px auto;
}

.scrolled nav .top .logo a div {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url("img/logo-colored.png") no-repeat;
  background-size: cover;
  width: 85px;
  height: 75px;
}

.head-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 20, 0.55) url("/img/backg-new.jpg") no-repeat center center fixed;
  background-position: center;
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-size: cover;
  visibility: visible;
}

.head-selection .main-panel {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
}

.head-selection .main-panel .coordinate {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}

.head-selection .main-panel .coordinate h1 {
  font-size: 50px;
  margin: 0;
}

.head-selection .main-panel .coordinate h2 {
  text-align: center;
  font-size: 1.75em;
}

.head-selection .main-panel .coordinate p {
  margin: 0;
  font-size: 25px;
  color: #e05666;
}

.head-selection .main-panel .coordinate ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}

.head-selection .main-panel .coordinate ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px;
  list-style: none;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  padding: 10px;
}

.head-selection .main-panel .coordinate ul li h1 {
  font-size: 40px;
}

.head-selection .main-panel .coordinate ul li p {
  font-size: 15px;
}

.head-selection .main-panel .coordinate .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head-selection .main-panel .coordinate .status span {
  font-size: 24px;
}

.head-selection .main-panel .coordinate .status a {
  font-size: 16px;
  text-decoration: none;
  padding: .4375rem 1.5rem;
  border-radius: 3rem;
  -webkit-transition: all .2s;
  transition: all .2s;
  display: inline-block;
  color: #000;
  background: #fff;
  border: 2px solid #fff;
  margin: 1rem;
}

.head-selection .main-panel .down-point {
  position: absolute;
  bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  margin: 0 0 0 -15px;
}

.head-selection .main-panel .down-point .arrow {
  margin: -20px -20px 0 -20px;
  position: absolute;
  top: 50%;
}

.head-selection .main-panel .down-point .arrow span {
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 5px solid #e05666;
  border-right: 5px solid #e05666;
  margin: -10px;
  -webkit-animation: animate 2s infinite;
          animation: animate 2s infinite;
}

.head-selection .main-panel .down-point .arrow span:nth-child(2) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.head-selection .main-panel .down-point .arrow span:nth-child(3) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

@-webkit-keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-10px, -10px);
            transform: rotate(45deg) translate(-10px, -10px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
            transform: rotate(45deg) translate(20px, 20px);
  }
}

@keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-10px, -10px);
            transform: rotate(45deg) translate(-10px, -10px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
            transform: rotate(45deg) translate(20px, 20px);
  }
}

.overpanel {
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  background: #fff;
  color: #000;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.overpanel ul {
  width: auto;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.overpanel ul li {
  margin: 0 1rem;
  list-style: none;
}

.informations {
  background: rgba(0, 0, 20, 0.65) url("/img/bg/P8047627.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  padding: 6rem 0;
}

.informations .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 50%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.informations .card .header {
  width: 70px;
}

.informations .card .description p {
  max-width: 300px;
}

.gallery {
  padding: 3rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (0fr)[3];
      grid-template-columns: repeat(3, 0fr);
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery a {
  cursor: pointer;
  margin: 5px;
}

.gallery a img {
  width: 240px;
  height: 170px;
}

.gallery a:last-child {
  display: none;
}

.categories {
  background: rgba(0, 0, 20, 0.65) url("/img/bg/P8020469.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  padding: 3rem 0 7rem 0;
}

.categories h1 {
  margin: 2rem 0;
  text-align: center;
}

.categories ul {
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (0fr)[2];
      grid-template-columns: repeat(2, 0fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.categories ul li {
  width: 150px;
  text-align: center;
  border-radius: 5px;
  margin: 15px;
  list-style: none;
  background: #223239;
  padding: 15px;
}

.categories ul li h2 {
  margin: 0;
  font-size: 1.125rem;
}

.categories ul li h3 {
  color: #e05666;
  margin: 0;
}

.categories ul li p {
  margin: 0;
}

.history {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #223239;
  padding: 6rem 0;
}

.history .content-history {
  width: 1000px;
  position: relative;
  margin: 0 auto;
}

.history .content-history:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 2px;
  height: calc(100% + 160px);
  background: #c5c5c5;
  padding-top: 32px;
  margin-top: -96px;
}

.history .content-history ul {
  margin: 0;
  padding: 0;
}

.history .content-history ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.history .content-history ul li:nth-child(odd) {
  float: left;
  text-align: right;
  clear: both;
}

.history .content-history ul li:nth-child(even) {
  float: right;
  text-align: left;
  clear: both;
}

.history .content-history ul li .content {
  padding-bottom: 25px;
}

.history .content-history ul li .content p a {
  text-decoration: none;
  color: #fff;
}

.history .content-history ul li .content p a:hover {
  text-decoration: underline;
}

.history .content-history ul li:nth-child(odd):before {
  content: '';
  position: absolute;
  width: 10px;
  top: 24px;
  right: -6px;
  height: 10px;
  background: #e05666;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px rgba(224, 86, 102, 0.2);
          box-shadow: 0 0 0 3px rgba(224, 86, 102, 0.2);
}

.history .content-history ul li:nth-child(even):before {
  content: '';
  position: absolute;
  width: 10px;
  top: 24px;
  left: -4px;
  height: 10px;
  background: #e05666;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px rgba(224, 86, 102, 0.2);
          box-shadow: 0 0 0 3px rgba(224, 86, 102, 0.2);
}

.history .content-history ul li:nth-child(odd) .time {
  position: absolute;
  top: 12px;
  right: -165px;
  margin: 0;
  padding: 8px 16px;
  color: #fff;
  background: #e05666;
  border-radius: 1rem;
}

.history .content-history ul li:nth-child(odd) .time h4 {
  margin: 0;
}

.history .content-history ul li:nth-child(even) .time {
  position: absolute;
  top: 12px;
  left: -160px;
  margin: 0;
  padding: 8px 16px;
  color: #fff;
  background: #e05666;
  border-radius: 1rem;
}

.history .content-history ul li:nth-child(even) .time h4 {
  margin: 0;
}

.history .content-history ul li .content h3 {
  color: #fff;
}

.history .content-history ul li .content p {
  color: #fff;
}

.done {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1112;
  background: rgba(0, 0, 10, 0.55);
}

.done .card {
  position: relative;
  background: #43a047;
  padding: 1rem;
  border-radius: 1rem;
  text-align: center;
}

.done .card #doneId {
  width: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.done .card h1 {
  font-size: 1.5rem;
}

.done .card a {
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e05666;
  padding: 0.125rem;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -10px;
  right: -10px;
}

.done .card ul {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}

.done .card ul li {
  list-style: circle;
}

.done .card ul li a {
  position: unset;
  background: transparent;
  padding: 0;
  border-radius: unset;
  width: unset;
  height: unset;
  display: unset;
  text-align: left;
  font-size: 1.125rem;
}

.registration {
  background: rgba(0, 0, 20, 0.7) url("/img/bg/P8142308.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  padding: 5rem 0;
}

.registration h1 {
  margin: 2rem 0;
  text-align: center;
}

.registration .content-registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.registration .content-registration form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.registration .content-registration form .form-group input {
  margin: 10px;
  display: block;
  width: 100%;
  height: calc(1em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  position: relative;
}

.registration .content-registration form .form-group input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 86, 102, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(224, 86, 102, 0.4);
}

.registration .content-registration form .form-group .btn-primary {
  background: #e05666;
}

.registration .content-registration form .form-group button {
  width: calc(100% - 65%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.registration .content-registration form .form-select label {
  margin-left: 10px;
}

.registration .content-registration form .form-select .custom-select {
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  display: inline-block;
  width: calc(100% - 20px);
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("/img/select.svg") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 10px;
}

.registration .content-registration form .form-select .custom-select:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 86, 102, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(224, 86, 102, 0.4);
}

.registration .content-registration form .form-select select {
  word-wrap: normal;
  text-transform: none;
}

.registration .content-registration form .form-textarea .form-control {
  font-family: 'Roboto', sans-serif;
  margin: 10px;
  display: block;
  width: calc(100% - 45px);
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  min-width: calc(100% - 45px);
  min-height: calc(1.5em + .75rem + 2px);
  max-height: 15rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.registration .content-registration form .form-textarea textarea {
  max-width: 100%;
}

.registration .content-registration form .form-textarea textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 86, 102, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(224, 86, 102, 0.4);
}

.documents {
  background: #223239;
  padding: 3rem 0;
}

.documents h1 {
  text-align: center;
  margin: 0;
}

.documents ul {
  width: 40%;
  margin: 0 auto;
  padding: 0;
}

.documents ul li {
  position: relative;
  list-style: none;
}

.documents ul li:not(:first-child):after {
  top: 0;
  position: absolute;
  content: "";
  width: 100%;
  background: #495057;
  height: 1px;
}

.documents ul li a {
  padding: 2rem 0;
  text-align: right;
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.documents ul li a p {
  margin: 0;
}

.documents ul li a p i {
  font-size: 2rem;
}

.documents ul li a h3 {
  margin: 0;
  font-weight: 400;
}

.contact {
  background: rgba(20, 20, 20, 0.95) url("/img/bg/P8142308.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  padding-top: 3rem;
  position: relative;
}

.contact h1 {
  margin: 2rem 0;
  text-align: center;
}

.contact ul {
  width: 50%;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.contact ul li {
  margin: 10px;
  text-align: center;
  list-style: none;
}

.contact ul li h3 {
  margin: 0;
}

.contact ul li h3 i {
  font-size: 2rem;
}

.contact ul li p {
  width: 160px;
}

.contact ul li p a {
  color: #fff;
  text-decoration: none;
}

.contact .top-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 15px;
}

.contact .top-point a .arrow {
  margin: -20px -20px 0 -20px;
  position: absolute;
  top: 60%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.contact .top-point a .arrow span {
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 5px solid #e05666;
  border-right: 5px solid #e05666;
  margin: -10px;
  -webkit-animation: animate 2s infinite;
          animation: animate 2s infinite;
}

.contact .top-point a .arrow span:nth-child(2) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.contact .top-point a .arrow span:nth-child(3) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-10px, -10px);
            transform: rotate(45deg) translate(-10px, -10px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
            transform: rotate(45deg) translate(20px, 20px);
  }
}

.foot {
  background: #1d2b3b;
  padding: 2rem 0;
}

.foot footer {
  margin: 0 auto;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.foot footer ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
}

.foot footer ul li {
  list-style: none;
}

.foot footer ul li a {
  color: #fff;
  text-decoration: none;
}

.foot footer ul li a img {
  width: 70px;
}

@media screen and (max-width: 1199.99px) {
  .header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;
  }
  .header nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 95%;
  }
  .header nav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header nav ul:nth-child(1), .header nav ul:last-child {
    display: none;
  }
  .header nav ul li {
    padding: 5px 0;
  }
  .header nav .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .header nav .top .toggle {
    margin-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
  }
  .header nav .top .logo {
    margin: 0;
  }
  .opened {
    -webkit-transition: all 0.6;
    transition: all 0.6;
    background: rgba(0, 0, 0, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .opened nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .opened nav ul {
    margin: 0;
  }
  .opened nav ul:nth-child(1), .opened nav ul:nth-child(3) {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
  .opened nav ul:nth-child(1) li a, .opened nav ul:nth-child(3) li a {
    margin: 0;
  }
  .opened nav .top {
    margin-bottom: 25px;
  }
  .opened nav .top .logo a div {
    width: 85px;
    height: 75px;
  }
  .opened nav .top .toggle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .scrolled {
    padding: 15px;
  }
  .contact ul {
    width: 100%;
  }
  .head-selection .main-panel .down-point {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px;
  }
  .head-selection .main-panel .down-point .arrow {
    margin: -35px 0 0 0;
  }
  .contact .top-point {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 25px;
  }
  .contact .top-point a .arrow {
    margin: 0;
    position: unset;
    top: 0;
  }
}

@media screen and (max-width: 529.99px) {
  .contact ul {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 799.99px) {
  .informations .card {
    width: 90%;
  }
  .gallery {
    -ms-grid-columns: (0fr)[2];
        grid-template-columns: repeat(2, 0fr);
  }
  .gallery a:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gallery a:nth-last-child(2) {
    display: none;
  }
  .gallery-opened .backg ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .gallery-tab .backg {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 579.99px) {
  .header nav .top .logo a div {
    width: 100px;
    height: 85px;
  }
  .history .content-history ul li {
    padding: 15px;
  }
  .history .content-history ul li:nth-child(odd) .time {
    right: -150px;
  }
  .history .content-history ul li:nth-child(even) .time {
    left: -150px;
  }
  .documents ul li {
    padding: 10px;
  }
  .documents ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .documents ul li a p {
    margin: 5px;
  }
  .documents ul li a h3 {
    margin: 5px;
    text-align: center;
  }
  .documents ul li:after {
    left: 0;
  }
  .head-selection .main-panel .coordinate div ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (0fr)[2];
        grid-template-columns: repeat(2, 0fr);
  }
  .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 424.99px) {
  .head-selection {
    background: rgba(0, 0, 20, 0.55) url("/img/backg-new.jpg") no-repeat center center fixed;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 100% top;
    overflow: hidden;
    height: 100%;
  }
  .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .categories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .overpanel ul li {
    margin: 1rem 0.75rem;
  }
  .informations .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .foot footer {
    width: 90%;
  }
}

@media screen and (max-height: 574.99px) {
  .head-selection {
    padding: 50px;
  }
  .head-selection .main-panel {
    background: transparent;
  }
}

@media (max-width: 739.99px) {
  div #cookie-bar {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  div #cookie-bar a:nth-child(3) {
    margin: 0 !important;
  }
}

div #cookie-bar {
  z-index: 1;
  padding: 5px 10px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.7);
}

div #cookie-bar p {
  margin: 0;
}

div #cookie-bar a:nth-child(1) {
  display: none;
}

div #cookie-bar a:nth-child(3) {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #e05666 !important;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.87);
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  text-shadow: none;
}
/*# sourceMappingURL=style.css.map */