@import url("https://fonts.googleapis.com/css2?family=DM+Sans&display=swap");
* {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 992px) {
  * {
    font-size: 16px;
  }
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

h1, h2, h3, h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
}
@media (max-width: 991px) {
  h1, h2, h3, h4 {
    font-size: 35px;
  }
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.basic-article.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

input {
  width: 100%;
  display: block;
  border-radius: 30px 0px 30px 0px;
  border: 1px solid black;
  font-weight: 400;
  padding: 5px 0px 5px 20px;
  margin-bottom: 24px;
}

textarea {
  width: 100%;
  display: block;
  border: 1px solid black;
  font-weight: 400;
  padding: 20px;
  height: 200px;
  border-radius: 30px 0px 30px 0px;
}

main {
  overflow-x: hidden;
}

.navbar.scrolled {
  background-color: white !important;
  -webkit-box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.3);
}
.navbar.scrolled.bg-dark {
  background-color: #343a40 !important;
}
.navbar .isbutton {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  padding: 3px 15px 1px 15px !important;
  border-radius: 30px 0px 30px 0px;
}
.navbar .isbutton:hover {
  background-color: #00C93B !important;
  color: white !important;
}

.basic-article img {
  width: 100%;
  -webkit-box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.16);
}

.basicContent .navbar-toggler {
  border-color: transparent !important;
  z-index: 9999;
}
.basicContent .navbar-toggler .navbar-line {
  width: 37px;
  height: 5px;
  background-color: black;
  border-radius: 29px;
  margin-top: 5px;
  display: block;
  position: relative;
  transform: rotate(0deg);
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.basicContent .navbar-toggler[aria-expanded=true] .navbar-line:nth-child(1) {
  transform: rotate(45deg) translate(1px, 22px);
  background-color: white;
}
.basicContent .navbar-toggler[aria-expanded=true] .navbar-line:nth-child(2) {
  transform: translate(-180px, 0px);
  opacity: 0;
}
.basicContent .navbar-toggler[aria-expanded=true] .navbar-line:nth-child(3) {
  transform: rotate(-45deg) translate(-9px, -13px);
  background-color: white;
}
.basicContent .nav-link {
  color: black !important;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.basicContent .navbar-brand img {
  height: 35px;
}
@media (max-width: 991px) {
  .basicContent .navbar-brand img {
    height: 30px;
  }
  .basicContent .navbar-collapse {
    background-color: black;
    position: absolute;
    top: 0px;
    padding-top: 100px;
    padding-bottom: 40px;
    z-index: 500;
    padding-left: 18px;
    padding-right: 35px;
    height: 100vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: baseline;
    width: 345px;
    left: -400px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }
  .basicContent .navbar-collapse.show {
    left: 0px;
  }
  .basicContent .navbar-collapse .nav-link {
    color: white !important;
  }
  .basicContent .navbar-collapse .nav-link img {
    filter: invert(100%);
  }
  .basicContent .navbar-collapse .nav-link.isbutton {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    color: #00C93B !important;
  }
  .basicContent .navbar-collapse .nav-link.login-btn {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    padding-left: 25px;
    background-image: url("/BasicTheme/images/user.svg");
    background-position: left center;
    background-repeat: no-repeat;
  }
  .basicContent .login-btn.isontop {
    color: white;
    margin-left: -9px;
    margin-top: 10px;
    border-radius: 30px 0px 30px 0px;
  }
}

.login-btn.isontop {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  padding-left: 25px;
  background-image: url("/BasicTheme/images/user-black.svg");
  background-position: left 7.5px;
  background-repeat: no-repeat;
  margin-left: 40px;
  margin-right: 40px;
  color: black;
  padding-top: 5px;
  border-radius: 30px 0px 30px 0px;
}
.login-btn.isontop:hover {
  text-decoration: none !important;
}

.isbutton {
  color: #00C93B !important;
  border-radius: 30px 0px 30px 0px;
  border: 1px solid #00C93B;
  padding: 10px 25px 9px 25px !important;
  background-color: white;
  font-size: 16px;
  text-transform: uppercase;
}
.isbutton:hover {
  text-decoration: none !important;
}
.isbutton.iswide {
  padding-left: 40px !important;
  padding-right: 40px !important;
  background-color: transparent;
}

.intro {
  position: relative;
}
@media (min-width: 992px) {
  .intro {
    margin-bottom: 30px;
    text-align: center;
  }
}
.intro .intro-img {
  width: 100%;
}
@media (max-width: 991px) {
  .intro .intro-img {
    display: none;
  }
}
.intro .intro-mobile {
  width: 100%;
}
@media (min-width: 992px) {
  .intro .intro-mobile {
    display: none;
  }
}
.intro img {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .intro img {
    max-width: 1100px;
  }
}
.intro .text-wrap {
  padding-top: 50px;
  text-align: center;
}
.intro .text-wrap p {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.intro .text-wrap h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 100px;
  text-align: center;
}
@media (max-width: 991px) {
  .intro .text-wrap h1 {
    font-size: 45px;
  }
}

.btn-primary {
  background-color: #00C93B !important;
  border-color: #00C93B !important;
  border-width: 1px;
  border-radius: 30px 0px 30px 0px;
  padding-left: 40px;
  padding-right: 40px;
  color: white;
  -webkit-box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.3);
  margin-top: 35px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.btn-primary:hover {
  background-color: white !important;
  color: #00C93B !important;
}
@media (max-width: 767px) {
  .btn-primary {
    margin-top: 50px;
  }
}

.btn-secondary {
  background-color: white !important;
  border-color: #00C93B !important;
  border-width: 1px;
  border-radius: 30px 0px 30px 0px;
  padding-left: 40px;
  padding-right: 40px;
  color: #00C93B;
  -webkit-box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.3);
  margin-top: 35px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.btn-secondary:hover, .btn-secondary.active {
  background-color: #00C93B !important;
  color: white !important;
}
@media (max-width: 767px) {
  .btn-secondary {
    margin-top: 50px;
  }
}

.left-img-block, .right-img-block {
  text-align: center;
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .left-img-block img, .right-img-block img {
    margin-bottom: 44px;
  }
}
.left-img-block h2, .right-img-block h2 {
  font-size: 35px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
}
.left-img-block h2::before, .right-img-block h2::before {
  position: absolute;
  top: -68px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 52px;
  content: "";
  background-color: black;
}
.left-img-block img, .right-img-block img {
  -webkit-box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.16);
}

.read-more {
  display: flex;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  color: black;
}
.read-more::after {
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 35 35' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(0.5,0,0,0.5,-347.272,-255.762)'%3E%3Cg%3E%3Cg transform='matrix(1.59145e-16,-2.59903,4.82892,2.95686e-16,-2409.95,2490.24)'%3E%3Cpath d='M744.334,653.768L751.39,650.552L751.39,649.736L744.334,646.52L744.334,647.384L750.334,650.144L744.334,652.904L744.334,653.768Z' style='fill:black;fill-rule:nonzero;'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 35px 35px;
  content: "";
  width: 15px;
  height: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline;
  transform: rotate(180deg) translate(-11px, -2px);
}
.read-more:hover {
  text-decoration: none;
  color: black;
}

.short-line {
  width: 52px;
  height: 2px;
  background-color: black;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (min-width: 992px) {
  .left-img-block {
    text-align: left;
  }
  .left-img-block h2 {
    text-align: left;
  }
  .left-img-block h2::before {
    width: 52px;
    height: 2px;
    top: 50%;
    transform: translate(0%, -50%);
    left: -83px;
  }
  .left-img-block .txt-wrapper {
    padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .right-img-block {
    text-align: right;
  }
  .right-img-block .row {
    align-items: center;
  }
  .right-img-block h2 {
    text-align: right;
  }
  .right-img-block h2::before {
    width: 52px;
    height: 2px;
    top: 50%;
    transform: translate(0%, -50%);
    right: -81px;
    left: auto;
  }
  .right-img-block .img-wrapper {
    order: 2;
  }
  .right-img-block .txt-wrapper {
    padding-right: 40px;
    order: 1;
  }
}

.month-program {
  margin-top: 50px;
}
.month-program img {
  -webkit-box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.16);
}
.month-program h2 {
  font-size: 35px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
}
.month-program h2::before {
  position: absolute;
  top: -68px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 52px;
  content: "";
  background-color: black;
}
@media (min-width: 992px) {
  .month-program {
    text-align: left;
  }
  .month-program .row {
    align-items: center;
  }
  .month-program h2 {
    text-align: left;
    margin-bottom: 220px;
  }
  .month-program h2::before {
    width: 52px;
    height: 2px;
    top: 50%;
    transform: translate(0%, -50%);
    left: -83px;
  }
  .month-program h2 + div {
    position: absolute;
    height: 180px;
    width: 708px;
    display: flex;
    justify-content: space-between;
    left: -27px;
    top: 130px;
  }
  .month-program h2 + div img {
    width: auto !important;
    height: 180px !important;
  }
  .month-program .txt-wrapper {
    padding-left: 56px;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 10px solid black;
    border-left: 0px solid transparent;
    transform: translateX(-15px);
  }
}

.videotreningy {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .videotreningy {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.videotreningy h2 {
  font-size: 35px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
}
.videotreningy .filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 30px;
  padding-top: 15px;
}
.videotreningy .filters select {
  background: transparent !important;
  box-shadow: none !important;
  max-width: 240px !important;
  margin: 15px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.videotreningy .cviky .read-more {
  margin-top: 20px;
  margin-bottom: 30px;
}
.videotreningy .cviky .read-more-content {
  position: absolute;
  background-color: white;
  z-index: 4;
  width: calc(100% - 30px);
}
.videotreningy .cviky a {
  color: black;
  font-size: 14px;
}
@media (min-width: 992px) {
  .videotreningy .cviky a {
    font-size: 16px;
  }
}
.videotreningy .cviky a:hover {
  text-decoration: none;
}
.videotreningy .cviky h3 {
  font-size: 35px;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
}
.videotreningy .cviky h3.smallerhead {
  font-size: 28px;
}
.videotreningy .cviky img {
  -webkit-box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
}

.stats-wrapper {
  padding-bottom: 0px;
}
.stats-wrapper::before {
  content: "";
  position: relative;
  display: block;
  width: 74px;
  height: 2px;
  background-color: transparent;
  margin-top: 15px;
  margin-bottom: 5px;
}
.stats-wrapper table tr td span {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-right: 15px;
  border-radius: 15px;
}
.stats-wrapper table tr td span.active {
  background-color: black;
}
.stats-wrapper table tr td:nth-child(1) {
  font-weight: 400;
  padding-right: 36px;
}

.super-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1670px) {
  .super-container {
    max-width: 1640px;
  }
}

.fourblock {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
@media (min-width: 992px) {
  .fourblock {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: left;
  }
}
.fourblock h2 {
  font-size: 35px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 992px) {
  .fourblock h2 {
    text-align: left;
  }
}
.fourblock img {
  -webkit-box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .fourblock img {
    margin-top: 60px;
  }
}

.testimonials {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .testimonials {
    padding-bottom: 60px;
  }
}
.testimonials h2 {
  font-size: 35px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 10px;
}
.testimonials .img-wrapper img {
  -webkit-box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.16);
}
.testimonials .txt-wrapper {
  padding-top: 50px;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 992px) {
  .testimonials .txt-wrapper {
    padding-left: 40px;
    font-size: 16px;
    text-align: left;
  }
}
.testimonials .txt-wrapper h2 {
  font-size: 35px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 0px;
}
.testimonials .txt-wrapper h2::before {
  position: absolute;
  top: -68px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 52px;
  content: "";
  background-color: black;
}
@media (min-width: 992px) {
  .testimonials .txt-wrapper h2::before {
    width: 52px;
    height: 2px;
    top: 50%;
    transform: translate(0%, -50%);
    left: -83px;
  }
}
.testimonials .txt-wrapper h3 {
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  margin-bottom: 0px;
}
.testimonials .txt-wrapper h3::after {
  content: '"';
  font-family: "DM Sans", sans-serif;
  display: block;
  position: relative;
  font-size: 100px;
  margin-top: -5px;
  height: 64px;
}
.testimonials .txt-wrapper img {
  max-width: 154px;
  max-height: 100px;
  margin-top: 10px;
  margin-left: auto;
  display: block;
  position: relative;
}
.testimonials .row {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .testimonials .row:nth-child(even) .img-wrapper {
    order: 2;
  }
}
@media (min-width: 992px) {
  .testimonials .row:nth-child(even) .txt-wrapper {
    text-align: right;
    padding-left: 15px;
    padding-right: 40px;
    order: 1;
  }
  .testimonials .row:nth-child(even) .txt-wrapper h2 {
    text-align: right;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .testimonials .row:nth-child(even) .txt-wrapper h2::before {
    width: 52px;
    height: 2px;
    top: 50%;
    transform: translate(0%, -50%);
    right: -81px;
    left: auto;
  }
}
@media (min-width: 992px) {
  .testimonials .row:nth-child(even) .txt-wrapper h3 {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .testimonials .row:nth-child(odd) .txt-wrapper {
    text-align: left;
  }
  .testimonials .row:nth-child(odd) .txt-wrapper h2 {
    text-align: left;
  }
  .testimonials .row:nth-child(odd) .txt-wrapper h3 {
    text-align: left;
  }
}

.contactme {
  padding-bottom: 60px;
  background-image: url("/BasicTheme/images/bg-podpis.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  padding-top: 100px;
}
@media (min-width: 992px) {
  .contactme {
    padding-bottom: 100px;
    padding-top: 300px;
  }
}
.contactme h2 {
  font-size: 35px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .contactme h2 {
    margin-top: 60px;
    margin-bottom: 10px;
  }
}
.contactme img {
  width: 100%;
  -webkit-box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 991px) {
  .contactme img {
    margin-bottom: 30px;
  }
}
.contactme .input-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.contactme .input-wrapper label {
  width: 130px;
  padding-right: 20px;
  text-align: right;
  padding-top: 5px;
}

footer {
  padding: 20px 140px 20px 140px;
  background-color: white;
  color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  filter: invert(100%);
}
@media (max-width: 991px) {
  footer {
    padding: 20px 20px 20px 20px;
  }
}
footer .podpis {
  filter: invert(100%);
  width: 170px;
}
footer a {
  color: black;
  text-decoration: none;
  margin-right: 25px;
  font-size: 10px;
}
footer a:hover {
  text-decoration: none;
  color: black;
}
footer .submenu {
  width: calc(50% - 85px);
}
@media (max-width: 992px) {
  footer .submenu {
    width: 100%;
    order: 2;
    text-align: center;
  }
}
footer .with-podpis {
  width: 170px;
}
@media (max-width: 992px) {
  footer .with-podpis {
    width: 100%;
    margin-bottom: 20px;
    order: 1;
    text-align: center;
  }
}
footer .socnets-wrp {
  width: calc(50% - 85px);
  text-align: right;
}
@media (max-width: 992px) {
  footer .socnets-wrp {
    width: 100%;
    order: 3;
    text-align: center;
    padding-top: 20px;
  }
}

.login-overlay-wrapper, .register-overlay-wrapper {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
.login-overlay-wrapper .login-overlay-bg, .register-overlay-wrapper .login-overlay-bg {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0px;
  z-index: 100;
}
.login-overlay-wrapper .regform, .login-overlay-wrapper #forminputs, .login-overlay-wrapper #newregistration, .register-overlay-wrapper .regform, .register-overlay-wrapper #forminputs, .register-overlay-wrapper #newregistration {
  background-color: white;
  padding: 20px;
  position: absolute;
  z-index: 200;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  width: 300px;
  max-width: calc(100vw - 40px);
}

#regform a, #forminputs a, #newregistration a {
  display: none;
}
#regform form fieldset legend, #forminputs form fieldset legend, #newregistration form fieldset legend {
  text-align: center;
  margin-bottom: 20px;
}
#regform form fieldset div, #forminputs form fieldset div, #newregistration form fieldset div {
  display: flex;
  justify-content: center;
}
#regform form fieldset div label, #forminputs form fieldset div label, #newregistration form fieldset div label {
  width: 70px;
}
#regform form fieldset div label + input, #forminputs form fieldset div label + input, #newregistration form fieldset div label + input {
  width: calc(100% - 70px);
}
#regform form label[for=_remember_me], #forminputs form label[for=_remember_me], #newregistration form label[for=_remember_me] {
  width: 140px;
  max-width: 140px;
}
#regform form label[for=_remember_me] + input, #forminputs form label[for=_remember_me] + input, #newregistration form label[for=_remember_me] + input {
  width: 20px;
  max-width: 20px;
  margin-top: 5px;
}
#regform form button, #forminputs form button, #newregistration form button {
  background-color: #00C93B !important;
  border-color: #00C93B !important;
  border-width: 0px !important;
  border-radius: 30px 0px 30px 0px;
  padding-left: 40px;
  padding-right: 40px;
  color: white;
  -webkit-box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
#regform form button:hover, #forminputs form button:hover, #newregistration form button:hover {
  background-color: white !important;
  color: #00C93B !important;
}
#regform .swichforms, #forminputs .swichforms, #newregistration .swichforms {
  padding-top: 15px;
  font-size: 12px;
  color: black;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}
#regform .swichforms:hover, #forminputs .swichforms:hover, #newregistration .swichforms:hover {
  color: black;
}

a {
  color: #00C93B;
}

a:hover {
  color: #00af34;
}

#forminputs {
  display: none;
}
#forminputs.showed {
  display: block;
}

#test-form {
  padding: 20px;
  background-color: white;
  width: 650px;
  max-width: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}

.profileform-wrapper .flexed-img-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.profileform-wrapper .flexed-img-wrapper label {
  width: 100%;
  max-width: 100%;
  display: block;
}
.profileform-wrapper .flexed-img-wrapper .image-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("/BasicTheme/images/avatar.png");
  margin-bottom: 22px;
  margin-top: 15px;
}
.profileform-wrapper div {
  position: relative;
}
.profileform-wrapper label {
  width: 120px;
  max-width: 120px;
  text-align: left;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  font-size: 13px;
}
.profileform-wrapper label + input {
  width: calc(100% - 135px);
  max-width: calc(100% - 135px);
  display: inline-block;
  border: 0px solid transparent;
  margin-bottom: 5px;
}
.profileform-wrapper label.smaller-w {
  width: 100px;
  max-width: 100px;
}
.profileform-wrapper label.likebutton {
  background-color: black !important;
  border-color: black !important;
  border-width: 1px;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  text-align: center;
  -webkit-box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  position: absolute;
  top: -95px;
  left: auto;
  right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 90px;
  max-width: 90px;
  font-weight: 400;
  cursor: pointer;
}
.profileform-wrapper label.likebutton:hover {
  background-color: white !important;
  color: black;
}

.personalized-content .navbar-toggler {
  border-color: transparent !important;
  z-index: 9999;
}
.personalized-content .navbar-toggler .navbar-line {
  width: 37px;
  height: 5px;
  background-color: white;
  border-radius: 29px;
  margin-top: 5px;
  display: block;
  position: relative;
  transform: rotate(0deg);
  opacity: 1;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}
.personalized-content .navbar-toggler[aria-expanded=true] .navbar-line:nth-child(1) {
  transform: rotate(45deg) translate(1px, 22px);
  background-color: white;
}
.personalized-content .navbar-toggler[aria-expanded=true] .navbar-line:nth-child(2) {
  transform: translate(-180px, 0px);
  opacity: 0;
}
.personalized-content .navbar-toggler[aria-expanded=true] .navbar-line:nth-child(3) {
  transform: rotate(-45deg) translate(-9px, -13px);
  background-color: white;
}
.personalized-content nav .navbar-nav {
  width: 100%;
  justify-content: space-around;
}
.personalized-content nav .nav-item {
  min-width: 100px;
}
.personalized-content nav .medailon {
  display: flex;
  border-right: 0px solid transparent;
  padding-left: 20px;
  width: 300px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .personalized-content nav .medailon {
    margin-top: 50px;
  }
}
.personalized-content nav .image-wrapper {
  width: 80px;
  height: 80px;
  border: 1px solid white;
  border-radius: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("/BasicTheme/images/avatar.png");
  display: inline-block;
  margin-left: auto;
}
.personalized-content nav .jmeno {
  font-family: "DM Sans", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  color: white !important;
  white-space: nowrap;
}
.personalized-content nav .clenstvi {
  font-size: 12px;
  color: white !important;
  white-space: nowrap;
}
.personalized-content nav .profile-edit {
  font-size: 12px;
  color: white !important;
  white-space: nowrap;
  padding-left: 20px;
  background-image: url("/BasicTheme/images/setup.svg");
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
  text-decoration: none;
}
.personalized-content nav .parameter-name {
  font-size: 12px;
  text-align: center;
  color: white !important;
  display: block;
  margin-top: 6px;
}
.personalized-content nav .parameter-value {
  font-family: "DM Sans", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  color: white !important;
  display: block;
  white-space: nowrap;
}
.personalized-content nav .phase-wrapper {
  display: flex;
}
@media (min-width: 1150px) {
  .personalized-content nav .phase-wrapper {
    width: 500px;
  }
}
.personalized-content nav .phase-wrapper .parameter-name {
  text-align: left;
  padding-left: 20px;
  width: 100px;
}
.personalized-content nav .phase-wrapper .progress-bar-wide {
  display: block;
  background-color: rgba(255, 255, 255, 0.4);
  height: 7px;
  border-radius: 7px;
  width: calc(100% - 142px);
  margin: 22px 20px;
  position: relative;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-1::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 1%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-2::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 2%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-3::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 3%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-4::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 4%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-5::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 5%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-6::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 6%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-7::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 7%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-8::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 8%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-9::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 9%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-10::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 10%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-11::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 11%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-12::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 12%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-13::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 13%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-14::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 14%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-15::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 15%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-16::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 16%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-17::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 17%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-18::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 18%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-19::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 19%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-20::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 20%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-21::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 21%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-22::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 22%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-23::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 23%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-24::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 24%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-25::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 25%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-26::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 26%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-27::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 27%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-28::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 28%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-29::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 29%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-30::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 30%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-31::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 31%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-32::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 32%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-33::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 33%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-34::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 34%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-35::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 35%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-36::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 36%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-37::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 37%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-38::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 38%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-39::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 39%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-40::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 40%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-41::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 41%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-42::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 42%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-43::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 43%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-44::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 44%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-45::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 45%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-46::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 46%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-47::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 47%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-48::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 48%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-49::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 49%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-50::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 50%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-51::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 51%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-52::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 52%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-53::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 53%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-54::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 54%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-55::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 55%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-56::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 56%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-57::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 57%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-58::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 58%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-59::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 59%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-60::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 60%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-61::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 61%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-62::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 62%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-63::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 63%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-64::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 64%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-65::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 65%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-66::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 66%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-67::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 67%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-68::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 68%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-69::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 69%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-70::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 70%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-71::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 71%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-72::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 72%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-73::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 73%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-74::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 74%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-75::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 75%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-76::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 76%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-77::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 77%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-78::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 78%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-79::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 79%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-80::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 80%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-81::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 81%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-82::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 82%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-83::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 83%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-84::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 84%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-85::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 85%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-86::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 86%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-87::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 87%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-88::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 88%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-89::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 89%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-90::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 90%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-91::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 91%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-92::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 92%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-93::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 93%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-94::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 94%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-95::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 95%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-96::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 96%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-97::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 97%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-98::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 98%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-99::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 99%;
}
.personalized-content nav .phase-wrapper .progress-bar-wide.total-progress-100::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  background-color: white;
  border-radius: 7px;
  width: 100%;
}

.bg-dark {
  background-color: black !important;
}

.mw-500-px {
  width: 500px !important;
  max-width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 10px;
  width: 20px;
}

.nav-tabs {
  border-bottom: 1px solid transparent !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: black;
  color: white;
}

.select2-search__field {
  display: none !important;
}

.select2-dropdown {
  display: block;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid black;
  border-top-color: transparent;
}

.select2-selection__arrow {
  background-position: 0px 13px !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-image: url("/BasicTheme/images/down.svg") !important;
}
.select2-selection__arrow b[role=presentation] {
  display: none !important;
}

.nav-tabs .select2-container {
  width: 400px !important;
  max-width: calc(100%);
  min-width: calc(100%);
}

.videoselect .select2-container {
  width: 400px !important;
  max-width: calc(100%);
  min-width: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: white !important;
  border-color: black !important;
  border-width: 1px;
  border-style: solid;
  border-radius: 100px;
  padding-left: 25px !important;
  padding-right: 40px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: black;
  margin-top: 3px;
  font-weight: 400;
  -webkit-box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.select2-container--default .select2-selection--single {
  border: 0px solid transparent;
}

.select2-container {
  margin-top: -3px;
  margin-bottom: 14px;
  max-width: calc(100% - 140px);
  min-width: calc(100% - 140px);
  display: inline-block;
}

*:focus {
  outline: none;
}

.hiddentables .pop-up-video {
  position: relative;
  display: block;
}
.hiddentables img {
  margin-bottom: 10px;
  position: relative;
  display: block;
}
.hiddentables .playbtn {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("/BasicTheme/images/play.svg");
  z-index: 20;
}
.hiddentables a {
  color: black;
  text-decoration: none;
}
.hiddentables a:hover {
  color: black;
  text-decoration: none;
}

.sharethis-inline-share-buttons {
  text-align: right !important;
}
.sharethis-inline-share-buttons img {
  display: none !important;
}
.sharethis-inline-share-buttons .st-btn {
  width: 76.5px;
  background-image: url("images/share.svg");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

.sharebtn {
  width: 76.5px;
  height: 40px;
  display: block;
  position: relative;
  background-image: url("images/share.svg");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  margin-left: auto;
}

#shareform {
  width: 200px;
  margin: 0 auto;
}
#shareform a {
  display: block;
  position: relative;
  margin-bottom: 15px;
  color: white;
  text-decoration: none;
  border-radius: 0px;
  text-align: center;
  padding: 7px 15px 7px 15px;
}
#shareform a.fbcol {
  background-color: #3b5998;
}
#shareform a.wucol {
  background-color: #25D366;
}
#shareform a.skcol {
  background-color: #00aff0;
}
#shareform a.messcol {
  background-color: #00B2FF;
}

.st-btns {
  max-width: 160px !important;
}

.st-logo {
  display: none !important;
}

.widelinenav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 8px 20px 0px 20px;
  justify-content: flex-start;
}
.widelinenav img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.widelinenav a {
  color: white;
  text-decoration: none;
  font-size: 12px;
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .widelinenav a {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#newmessage {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 20px;
}
#newmessage .image-wrapper {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  border: 1px solid black;
  margin-right: 10px;
}
#newmessage button {
  margin-top: 0px !important;
}
#newmessage input {
  margin-bottom: 0px !important;
  margin-right: 10px !important;
}

.messages {
  padding-bottom: 20px;
}
.messages .msg-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
  padding-top: 10px;
  padding-bottom: 10px;
}
.messages .msg-wrapper .image-wrapper {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  border: 1px solid black;
  margin-right: 10px;
}

.pop-shares {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pop-shares .mfp-close {
  color: white !important;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1 !important;
}

#cvikyknihovna .read-more-content, #mojecviky .read-more-content {
  position: absolute;
  background-color: white;
  z-index: 4;
  width: calc(100% - 30px);
}
#cvikyknihovna .read-more, #mojecviky .read-more {
  margin-top: 20px;
  margin-bottom: 30px;
}

#mojecviky .img-fluid.w-100 {
  margin-bottom: 10px;
  position: relative;
  display: block;
}

a[aria-controls=collapseExamplefakturace], a[aria-controls=collapseExampletelesne] {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: 1px solid black;
  border-bottom: 0px solid transparent;
  display: block;
}
a[aria-controls=collapseExamplefakturace][aria-expanded=false], a[aria-controls=collapseExampletelesne][aria-expanded=false] {
  border-radius: 20px;
  border-bottom: 1px solid black !important;
}
a[aria-controls=collapseExamplefakturace][aria-expanded=false] h2, a[aria-controls=collapseExampletelesne][aria-expanded=false] h2 {
  padding-bottom: 0px !important;
}
a[aria-controls=collapseExamplefakturace] h2, a[aria-controls=collapseExampletelesne] h2 {
  margin-bottom: 0px !important;
  padding: 6px 20px 20px 20px;
}
a[aria-controls=collapseExamplefakturace] .select2-selection__arrow, a[aria-controls=collapseExampletelesne] .select2-selection__arrow {
  background-position: 0px 7px !important;
}

#collapseExamplefakturace, #collapseExampletelesne {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid black;
  border-top: 0px solid transparent;
  padding-left: 20px;
  padding-right: 20px;
}

#collapseExamplebasics {
  border-radius: 20px;
  border: 1px solid black;
  padding-left: 20px;
  padding-right: 20px;
}
#collapseExamplebasics h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #00af34;
  border-color: #00af34;
}

main.container-fluid {
  margin-top: 60px;
}

nav.fixed-top {
  background-color: white !important;
  -webkit-box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.3);
}

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