/* Basic */
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  color: #000;
  position: relative;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  min-width: 20rem;
}
h1,
.h1 {
  font: 700 3.5rem/1.25 'Roboto', sans-serif;
  padding: 0 ;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
}
h2,
.h2 {
  font: 700 2.25rem/1.25 'Genos', sans-serif;
  padding: 1.125rem 0;
  margin: 0;
  color: #662383;
  text-transform: uppercase;
  text-align: center;
}
h3,
.h3 {
  font: 800 3.5rem/1.25 'Genos', sans-serif;
  padding: 15px 0 5px 0;
  margin: 0;
  color: #662383;
  font-size: 30px;
}
h4,
.h4 {
  font: 800 2.5rem/1.25 'Genos', sans-serif;
  padding: 0 0;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
h5,
h6 {
  font: 700 1.25rem/1.25 'Roboto', sans-serif;
  padding: 0.5625rem 0;
  margin: 0;
  color: #662383;
  text-transform: uppercase;
}
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  padding-top: 0;
}
iframe {
  max-width: 100%;
  margin-bottom: 1.125rem;
  border-radius: 33px;
}
ol,
ul {
  padding: 0;
  margin: 0 ;
  list-style: inside;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
li {
  padding-bottom: 0.3125rem;
  line-height: 1.5;
  list-style: circle inside;
}
ol li {
  list-style: decimal;
}
small {
  font-size: 75%;
}
p {
  font-size: 1.25rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  margin: 0;
}
a {
  color: #662383;
  text-decoration: underline;
  cursor: pointer;
}
table {
  margin-bottom: 1.125rem;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  border: 1px solid #662383;
  width: 100%;
}
td,
th {
  line-height: 1.5;
  padding: 0.5625rem 1.125rem;
  vertical-align: middle;
  border: 1px solid #662383;
  background-color: #f9f9f9;
}
th {
  font-weight: 700;
  text-align: left;
}
.responsive-table {
  width: 100%;
  padding-bottom: 1.125rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.responsive-table table {
  margin-bottom: 0;
}
[type=text],
[type=button],
[type=submit],
[type=password],
[type=email],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  appearance: none;
  border-radius: 0;
}
input,
button,
textarea {
  padding: 0 0.5625rem;
  font: 400 1.25rem/1.5 'Genos', sans-serif;
  color: #000;
}
input:focus-visible,
button:focus-visible,
textarea:focus-visible {
  outline: 0;
}
input::placeholder {
  color: #fff;
}
input[type=text],
input[type=email],
textarea {
  width: 100%;
}
input[type=radio],
input[type=checkbox] {
  padding: 0;
  margin: 0 0.3125rem 0 0;
}
textarea {
  min-height: 9.375rem;
  resize: vertical;
}
label {
  font: 400 1.25rem/1.5 'Genos', sans-serif;
  color: #000;
}
table.e-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
}
table.e-table td {
  border-bottom: 1px solid #ddd;
  /* Light grey bottom border */
  padding: 15px;
  /* Padding around text */
  text-align: left;
  /* Align text to the left */
  font-size: 16px;
  /* Font size */
  cursor: default;
}
table.e-table td:first-of-type {
  font-weight: 700;
}
/* Elements */
/* Components */
.c-hamburger {
  width: 50px;
  height: 45px;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 2000;
}
.c-hamburger span {
  background: #662383;
  display: block;
  width: 2.5rem;
  height: 0.25rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  border-radius: 0.25rem;
}
.c-hamburger--transform-to-close span {
  position: relative;
}
.c-hamburger--transform-to-close span:first-child {
  transform: rotate(45deg);
  top: 0.2rem;
}
.c-hamburger--transform-to-close span:nth-child(2) {
  display: none;
}
.c-hamburger--transform-to-close span:last-child {
  transform: rotate(-45deg);
  top: -0.7rem;
}
@media only screen and (min-width: 80rem) {
  .c-hamburger {
    display: none;
  }
}
/* Mobilní */
.c-menu {
  overflow: hidden;
  position: absolute;
  right: 0rem;
  top: 7rem;
  transition: 0.5s ease;
  background: #ffffff;
  z-index: 1000;
  width: 0%;
  padding-right: 0rem;
  height: 100vh;
  opacity: 1;
}
.c-menu__list {
  padding-left: 2rem;
  opacity: 1;
  transition: 0.8s ease;
}
.c-menu__content {
  width: 300px;
}
.c-menu__submenu {
  margin-left: 0.5rem;
}
.c-menu__list-item {
  padding: 0.6rem 0;
}
.c-menu__link {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
}
.c-menu__link:hover {
  text-decoration: underline;
}
.lang {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 80rem) {
  .lang {
    margin: 0;
    margin-left: 20px;
  }
}
.lang__btn {
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-image: url(../img/flag_cz.svg);
  color: #ffffff;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
@media only screen and (min-width: 80rem) {
  .lang__btn {
    height: 25px;
    width: 25px;
  }
}
.lang__btn.focus {
  opacity: 1;
}
.lang__btn.disabled {
  opacity: 0.5 !important;
  cursor: default !important;
}
.lang__btn:hover {
  opacity: 1;
}
.lang__btn[data-lang="en"] {
  background-image: url(../img/flag_en.svg);
}
.lang__btn[data-lang="de"] {
  background-image: url(../img/flag_de.svg);
}
.c-span1,
.c-span3 {
  transition: 0.8s ease;
}
.c-span2 {
  position: relative;
  left: 0;
  opacity: 1;
  transition: 0.3s ease;
}
.c-span2.active {
  opacity: 0;
  position: relative;
  width: 0;
  left: 40%;
  transition: 0.5s ease;
}
.c-span1.active {
  transform: translateY(14px) rotate(45deg);
  transition: 0.8s ease;
}
.c-span3.active {
  transform: translateY(-14px) rotate(-45deg);
  transition: 0.8s ease;
}
.no-scroll {
  overflow: hidden;
}
.c-menu.active {
  position: absolute;
  height: calc(100% - 113px);
  right: 0;
  transition: 0.5s ease;
  top: 7rem;
  width: 320px;
  padding-right: 2rem;
  opacity: 1;
  z-index: 100000;
}
/* Desktop */
@media only screen and (min-width: 80rem) {
  .c-menu {
    overflow: visible;
    padding-right: 0;
    opacity: 1;
    height: auto;
    position: relative;
    width: auto;
    top: 0;
    display: flex;
    background: transparent;
  }
  .c-menu__container {
    margin: 0 auto;
    height: 113px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .c-menu__content {
    display: flex;
    flex-direction: column;
    position: relative;
    width: auto;
  }
  .c-menu__list {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
  }
  .c-menu__list-item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.07rem;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    list-style: none;
    padding-left: 1rem;
    padding-right: 1rem;
    text-transform: uppercase;
  }
  .c-menu__list-item:before {
    position: absolute;
    top: 75px;
    display: block;
    opacity: 0;
    content: "";
    width: 47px;
    height: 8px;
    background: url(../img/podtrzeni.svg) no-repeat;
    transition: 0.5s ease;
  }
  .c-menu__list-item:hover:before,
  .c-menu__list-item:focus:before {
    position: absolute;
    top: 70px;
    display: block;
    opacity: 1;
    content: "";
    width: 47px;
    height: 8px;
    background: url(../img/podtrzeni.svg) no-repeat;
    transition: 0.5s ease;
  }
  .c-menu__link {
    text-decoration: none;
    display: flex;
    justify-content: center;
  }
  .c-menu__link:hover {
    text-decoration: none;
  }
  .c-menu__logo-img {
    width: 251px;
  }
  .c-menu__submenu {
    margin-left: 0;
    display: flex;
    background: #3f1858;
    transform: scale(1);
    transition: 0.5s ease;
    position: absolute;
    z-index: 100;
    top: 7.1rem;
    text-align: start;
    flex-direction: column;
    align-items: flex-start;
  }
  .c-menu__submenu ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .c-menu__submenu li {
    width: 100%;
    position: relative;
    z-index: 1;
    height: 100%;
    cursor: pointer;
    background: #3f1858;
    transition: 0.5s ease;
  }
  .c-menu__submenu li:before {
    display: none;
  }
  .c-menu__submenu li:after {
    content: "";
    left: 5%;
    right: 0;
    bottom: 0;
    top: 80%;
    border-radius: 100%;
    background: linear-gradient(to right, rgba(63, 24, 88, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.3), rgba(63, 24, 88, 0));
    width: 0;
    height: 3%;
    z-index: -1;
    position: absolute;
    box-shadow: 0 0 10px white;
    transition: 0.1s ease;
  }
  .c-menu__submenu li:hover::before {
    display: none;
  }
  .c-menu__submenu li:hover::after {
    transition: 0.8s ease;
    width: 90%;
    height: 3%;
  }
  .c-menu__submenu li:hover {
    transition: 0.8s ease;
    filter: brightness(1);
  }
  .c-menu__submenu li a {
    padding: 0.3rem 1.5rem;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 1.2rem;
    transition: 0.5s ease;
    text-align: center;
  }
  .c-menu__submenu li a:hover {
    filter: drop-shadow(0 -10px 15px white);
    transition: 1.2s ease;
  }
  .c-menu__submenu {
    display: none;
  }
  .c-menu__list-item:hover .c-menu__submenu {
    display: flex;
  }
}
/* Animace */
@keyframes c-menu-open {
  from {
    width: 0;
  }
  to {
    width: 20rem;
  }
}
@keyframes c-menu-close {
  from {
    width: 20rem;
  }
  to {
    width: 0;
  }
}
@keyframes c-menu-shake {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.c-menu__social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 80rem) {
  .c-menu__social {
    margin: 0 0 0 20px;
  }
}
.c-menu__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.c-menu__social-link img {
  width: 18px;
  height: 18px;
}
.c-menu__social-link:hover {
  background-color: rgba(102, 35, 131, 0.15);
  transform: scale(1.1);
}
.c-container {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 80rem) {
  .c-container {
    max-width: 78.25rem;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-slider {
  height: 688px;
  background-position: center;
  background-position-y: center;
  background-size: cover;
  display: flex!important;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-repeat: no-repeat;
}
.c-slider:before {
  content: "";
  position: absolute;
  height: 688px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #7B29B3;
  opacity: 60%;
}
.c-slider:after {
  display: none;
  content: "";
  position: absolute;
  height: 688px;
  width: 100%;
  right: 0;
  bottom: 0;
  background: url(../img/slider2.svg) no-repeat;
  background-size: cover;
  background-position: right;
}
.c-slider__conty {
  z-index: 12;
  display: flex;
  flex-direction: column;
}
.c-slider__conty h2 {
  font-size: 3;
  paddin: 0;
  color: #ffffff;
  text-align: center;
}
.c-slider__conty h3 {
  font-size: 1.5rem !important;
  margin-bottom: 0;
  font: 800 3.5rem/1.25 'Roboto', sans-serif;
  color: #fff;
  text-align: center;
  text-transform: none;
}
.c-slider__moreinfo {
  background: transparent;
  border: 3px solid #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  margin: 0 auto;
  color: #ffffff;
  width: 191px;
  height: 44px;
  border-radius: 24px;
  text-align: center;
  margin-top: 1.84rem;
  position: relative;
  z-index: 100;
  overflow: hidden;
  animation: hover-back1 0.5s ease;
}
.c-slider__moreinfo:before {
  content: "";
  position: absolute;
  border-radius: 24px;
  left: -120%;
  right: 0;
  bottom: 0;
  width: 110%;
  height: 101%;
  border: 3px solid #ffffff;
  background: transparent;
  z-index: -1;
  transition: 0.6s ease;
}
.c-slider__moreinfo:hover:before,
.c-slider__moreinfo:focus:before {
  background: #ffffff;
  color: #662383;
  transition: 0.6s ease;
  top: 0%;
  left: -1%;
}
.c-slider__moreinfo:hover {
  animation: hover1 0.5s ease;
  background: transparent;
  color: #662383;
}
/*DESKTOP*/
@media only screen and (min-width: 80rem) {
  .c-slider {
    height: 688px;
    background-position: center;
    background-position-y: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-repeat: no-repeat;
  }
  .c-slider:before {
    content: "";
    position: absolute;
    height: 688px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/slider.svg) no-repeat;
    background-size: cover;
    opacity: 100%;
  }
  .c-slider:after {
    display: block;
    content: "";
    position: absolute;
    height: 688px;
    width: 100%;
    right: 0;
    bottom: 0;
    background: url(../img/slider2.svg) no-repeat;
    background-size: cover;
    background-position: right;
  }
  .c-slider__conty {
    z-index: 12;
    display: flex;
    flex-direction: column;
  }
  .c-slider__conty h2 {
    font-size: 3rem !important;
    padding: 0;
    color: #ffffff;
    text-align: center;
    font: 700 2.25rem/1.25 'Genos', sans-serif;
    text-transform: uppercase;
  }
  .c-slider__conty h3 {
    font-size: 2.5rem !important;
    margin-bottom: 0;
    font: 800 3.5rem/1.25 'Roboto', sans-serif;
    color: #fff;
    text-align: center;
    text-transform: none;
  }
  .c-slider__moreinfo {
    background: transparent;
    border: 3px solid #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
    margin: 0 auto;
    color: #ffffff;
    width: 191px;
    height: 44px;
    border-radius: 24px;
    text-align: center;
    margin-top: 1.84rem;
    position: relative;
    z-index: 100;
    overflow: hidden;
    animation: hover-back1 0.5s ease;
  }
  .c-slider__moreinfo:before {
    content: "";
    position: absolute;
    border-radius: 24px;
    left: -120%;
    right: 0;
    bottom: 0;
    width: 110%;
    height: 101%;
    border: 3px solid #ffffff;
    background: transparent;
    z-index: -1;
    transition: 0.6s ease;
  }
  .c-slider__moreinfo:hover:before,
  .c-slider__moreinfo:focus:before {
    background: #ffffff;
    color: #662383;
    transition: 0.6s ease;
    top: 0%;
    left: -1%;
  }
  .c-slider__moreinfo:hover {
    animation: hover1 0.5s ease;
    background: transparent;
    color: #662383;
  }
}
@keyframes hover1 {
  0% {
    background: transparent;
    color: #ffffff;
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
    color: linear-gradient(to left, #ffffff, #ffffff, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  }
  95% {
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  }
  100% {
    transform: rotate(0deg);
    color: #662383;
    background: #ffffff;
  }
}
@keyframes hover-back1 {
  0% {
    background: #ffffff;
    color: #662383;
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-2deg);
    color: #662383;
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  95% {
    color: #662383;
    background: #ffffff;
  }
  100% {
    transform: rotate(0deg);
    background: transparent;
    color: #ffffff;
  }
}
.nadpis-banner-h2 {
  font: 700 2.25rem/1.25 'Genos', sans-serif;
  padding: 1.125rem 0;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.nadpis-banner-h3 {
  font: 800 3.5rem/1.25 'Genos', sans-serif;
  padding: 15px 0 5px 0;
  margin: 0;
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/*o nas*/
.c-about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 4.25rem;
  padding-top: 4.25rem;
}
.c-about__nadpis {
  justify-content: center;
  display: flex;
  align-items: center;
  margin-bottom: 1.84rem;
}
.c-about__nadpis img {
  display: none;
}
.c-about__text {
  width: 100%;
  color: #3C3C3C;
  margin-top: 0.5625rem;
  margin-bottom: 0.5625rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-about_text h3 {
  color: #40687C;
  font-size: 1.7rem;
  font-weight: 800;
}
.c-about__text p {
  font-size: 1.25rem;
  font-family: 'Roboto', sans-serif;
  color: #9B9B9B;
  padding-right: 0rem;
}
.c-about__text strong {
  color: #000;
}
.c-about__text-annotace {
  margin-bottom: 1.84rem;
}
.c-about__image {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  position: relative;
  padding-bottom: 2.25rem;
}
.c-about__image img {
  z-index: 2;
  width: 85%;
  aspect-ratio: 3/2;
  border-radius: 33px;
  object-fit: cover;
}
.c-about__white--left {
  position: absolute;
  z-index: 0;
  background: #f6f6f6;
  width: 20%;
  top: 0;
  height: 100%;
  border-bottom-right-radius: 33px;
}
.c-about__white--right {
  position: absolute;
  z-index: 0;
  background: #f6f6f6;
  width: 20%;
  height: 100%;
  right: 0;
  top: 0;
  border-bottom-left-radius: 33px;
}
.c-about__top-line {
  height: 0px;
  width: 150px;
  background: #662383;
  display: none;
}
.c-about__down-line {
  height: 3px;
  width: 402px;
  background: #662383;
  display: none;
}
.c-about__odkaz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.c-about__odkaz img {
  display: none;
}
.c-about__text a {
  border: 3px solid #662383;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  margin: 0 auto;
  color: #662383;
  width: 191px;
  height: 44px;
  border-radius: 24px;
  text-align: center;
  margin-top: 1.84rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
  animation: hover-back 0.5s ease;
}
.c-about__text a:before {
  content: "";
  position: absolute;
  border-radius: 24px;
  left: -120%;
  right: 0;
  bottom: 0;
  width: 110%;
  height: 101%;
  border: 3px solid #662383;
  background: #662383;
  z-index: -1;
  transition: 0.6s ease;
}
.c-about__text a:hover:before,
.c-about__text a:focus:before {
  background: #662383;
  color: #ffffff;
  transition: 0.6s ease;
  top: 0%;
  left: -1%;
}
.c-about__text a:hover {
  animation: hover 0.5s ease;
  background: #662383;
  color: #ffffff;
}
.c-about .reveal {
  opacity: 0%;
  left: 25rem;
  transition: 1s ease;
}
.c-about .reveal.active {
  opacity: 100%;
  left: 14rem;
  transition: 1s ease;
}
@media only screen and (min-width: 80rem) {
  .c-about__nadpis {
    justify-content: space-between;
  }
  .c-about__nadpis img {
    display: block;
  }
  .c-about__odkaz {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0rem;
  }
  .c-about__odkaz img {
    display: block;
  }
  .c-about__image {
    width: 45%;
    justify-content: flex-end;
    padding-bottom: 0;
  }
  .c-about__image img {
    width: 491px;
  }
  .c-about__text {
    text-align: start;
    width: 55%;
  }
  .c-about__text span {
    display: block;
  }
  .c-about__text p {
    padding-right: 3rem;
  }
  .c-about__text a {
    margin: 0 !important;
  }
  .c-about__white--left {
    width: 20%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .c-about__white--right {
    width: 20%;
    height: 100%;
    right: 0;
    top: 0;
  }
  .c-about__white--left,
  .c-about__white--right {
    height: 100%;
  }
}
@keyframes hover {
  0% {
    background: #ffffff;
    color: #662383;
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
    color: linear-gradient(to left, #662383, #662383, rgba(102, 35, 131, 0), rgba(102, 35, 131, 0));
    background: linear-gradient(to right, #662383, rgba(102, 35, 131, 0), rgba(102, 35, 131, 0), rgba(102, 35, 131, 0));
  }
  95% {
    background: linear-gradient(to right, #662383, rgba(102, 35, 131, 0), rgba(102, 35, 131, 0), rgba(102, 35, 131, 0));
  }
  100% {
    transform: rotate(0deg);
    color: #ffffff;
    background: #662383;
  }
}
@keyframes hover-back {
  0% {
    background: #662383;
    color: #ffffff;
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-2deg);
    color: #ffffff;
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
    background: #ffffff;
    color: #662383;
  }
}
/* Obecné styly pro c-about__text a další odkazy zůstávají beze změny */
.c-about__text a {
  /* Stávající styly pro ostatní odkazy, které fungují jako tlačítka */
  border: 3px solid #662383;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  margin: 0 auto;
  color: #662383;
  width: 191px;
  height: 44px;
  border-radius: 24px;
  text-align: center;
  margin-top: 1.84rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
  animation: hover-back 0.5s ease;
}
.c-about__text a:before {
  content: "";
  position: absolute;
  border-radius: 24px;
  left: -120%;
  right: 0;
  bottom: 0;
  width: 110%;
  height: 101%;
  border: 3px solid #662383;
  background: #662383;
  z-index: -1;
  transition: 0.6s ease;
}
.c-about__text a:hover:before,
.c-about__text a:focus:before {
  background: #662383;
  color: #ffffff;
  transition: 0.6s ease;
  top: 0%;
  left: -1%;
}
.c-about__text a:hover {
  animation: hover 0.5s ease;
  background: #662383;
  color: #ffffff;
}
/* Speciální stylování pro odkaz na certifikát */
/* Speciální stylování pro odkazy na certifikáty */
.certificate-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}
.certificate-link {
  flex: 1 1 300px;
  max-width: 500px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px black;
  border-radius: 33px;
}
.certificate-link__anchor {
  text-decoration: none !important;
  display: inline-block !important;
  border: none !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
}
.certificate-link__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.foto-elektrarny {
  /*cccc*/
}
.foto-elektrarny__background-krivka {
  background: url(../../assets/img/pozadi-fotoelektrarny.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.foto-elektrarny__background {
  background: rgba(102, 35, 131, 0.93);
  background-size: 100%;
  padding-top: 4rem;
  width: 100%;
  position: relative;
  top: 0rem;
}
.foto-elektrarny__background-dole {
  background: url(../../assets/img/pozadi-fotoelektrarny2.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 75px;
  position: relative;
}
.foto-elektrarny__background-foto {
  background: url(../../assets/img/solar-panel.jpg) no-repeat;
  background-size: cover;
  background-position-y: center;
  width: 100%;
  position: relative;
  transition: 1s ease;
}
.foto-elektrarny__background-foto.active {
  transition: 1s ease;
}
.foto-elektrarny__nadpis {
  padding-top: 4.25rem;
  font-size: 2.5rem;
  margin-bottom: 3.09rem;
}
.foto-elektrarny__text p {
  font-size: 1.25rem;
  text-align: center;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
.foto-elektrarny__odkazy {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.foto-elektrarny__odkazy a {
  margin-top: 5rem;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  text-align: center;
  align-items: center;
  width: 236px;
  justify-content: flex-end;
}
.foto-elektrarny__sipka {
  position: absolute;
  top: 2.5rem;
  left: 21.8rem;
  height: 0px;
  transition: 0.5s ease;
  z-index: 0;
  opacity: 0;
}
.foto-elektrarny__sipka.active {
  opacity: 1;
  top: -1.5rem;
  height: 24px;
  transition: 0.5s ease;
}
.foto-elektrarny__ikona1 {
  cursor: pointer;
  margin-bottom: 1.75rem;
  filter: opacity(1);
  transition: 0.8s ease;
  background: transparent;
  position: relative;
  scale: 1;
}
.foto-elektrarny__ikona1:hover {
  scale: 1.05;
  transition: 0.4s ease;
}
.foto-elektrarny__ikona1:before {
  content: "";
  display: block;
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  /* Průhlednost na 60% */
  background: url(../img/kolecko-efekt.svg) no-repeat;
  transition: opacity 0.3s ease-in-out;
  /* Plynulý přechod průhlednosti */
}
.foto-elektrarny__ikona1:hover:before,
.foto-elektrarny__ikona1.active:before {
  opacity: 1;
  /* Průhlednost na 100% po najetí myší (hover) */
}
.foto-elektrarny__ikona1.reveal.blink:before {
  animation: blink 2s linear;
}
.foto-elektrarny__ikona2 {
  cursor: pointer;
  margin-bottom: 1.75rem;
  filter: opacity(1);
  transition: 0.8s ease;
  background: transparent;
  position: relative;
  scale: 1;
}
.foto-elektrarny__ikona2:hover {
  scale: 1.05;
  transition: 0.4s ease;
}
.foto-elektrarny__ikona2:before {
  content: "";
  display: block;
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  /* Průhlednost na 60% */
  background: url(../../assets/img/kolecko-efekt.svg) no-repeat;
  transition: opacity 0.3s ease-in-out;
  /* Plynulý přechod průhlednosti */
}
.foto-elektrarny__ikona2:hover:before,
.foto-elektrarny__ikona2.active:before {
  opacity: 1;
  /* Průhlednost na 100% po najetí myší (hover) */
}
.foto-elektrarny__ikona2.reveal2.blink2:before {
  animation: blinky 2s linear;
}
.foto-elektrarny__ikona3 {
  cursor: pointer;
  margin-bottom: 1.75rem;
  filter: opacity(1);
  transition: 0.8s ease;
  background: transparent;
  position: relative;
  scale: 1;
}
.foto-elektrarny__ikona3:hover {
  scale: 1.05;
  transition: 0.4s ease;
}
.foto-elektrarny__ikona3:before {
  content: "";
  display: block;
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  /* Průhlednost na 60% */
  background: url(../../assets/img/kolecko-efekt.svg) no-repeat;
  transition: opacity 0.3s ease-in-out;
  /* Plynulý přechod průhlednosti */
}
.foto-elektrarny__ikona3:hover:before,
.foto-elektrarny__ikona3.active:before {
  opacity: 1;
  /* Průhlednost na 100% po najetí myší (hover) */
}
.foto-elektrarny__ikona3.reveal3.blink3:before {
  animation: blink3 2s linear;
}
.foto-elektrarny__ikona4 {
  cursor: pointer;
  margin-bottom: 1.75rem;
  filter: opacity(1);
  transition: 0.8s ease;
  background: transparent;
  position: relative;
  scale: 1;
}
.foto-elektrarny__ikona4:hover {
  scale: 1.05;
  transition: 0.4s ease;
}
.foto-elektrarny__ikona4:before {
  content: "";
  display: block;
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  /* Průhlednost na 60% */
  background: url(../../assets/img/kolecko-efekt.svg) no-repeat;
  transition: opacity 0.3s ease-in-out;
  /* Plynulý přechod průhlednosti */
}
.foto-elektrarny__ikona4:hover:before,
.foto-elektrarny__ikona4.active:before {
  opacity: 1;
  /* Průhlednost na 100% po najetí myší (hover) */
}
.foto-elektrarny__ikona4.reveal4.blink4:before {
  animation: blink4 2s linear;
}
.foto-elektrarny__ikony-text {
  opacity: 1;
}
.foto-elektrarny__ikony {
  margin-bottom: 1.75rem;
  filter: opacity(0.1);
  transition: 0.8s ease;
}
.foto-elektrarny__ikony:hover,
.foto-elektrarny__ikony:focus {
  filter: opacity(1);
  transition: 0.8s ease;
}
.foto-elektrarny__resp1 {
  background: #fff;
  border-radius: 24px;
  height: 0px;
  transition: 1s ease;
  position: relative;
  z-index: 1;
  margin-bottom: 0rem;
}
.foto-elektrarny__resp1.active {
  height: 1200px;
  transition: 1s ease;
  margin-bottom: 2rem;
}
.foto-elektrarny__resp2 {
  background: #fff;
  border-radius: 24px;
  height: 0px;
  transition: 1s ease;
  position: relative;
  z-index: 1;
  margin-bottom: 0rem;
}
.foto-elektrarny__resp2.active {
  height: 1200px;
  transition: 1s ease;
  margin-bottom: 2rem;
}
.foto-elektrarny__resp3 {
  background: #fff;
  border-radius: 24px;
  height: 0px;
  transition: 1s ease;
  position: relative;
  z-index: 1;
  margin-bottom: 0rem;
}
.foto-elektrarny__resp3.active {
  height: 1200px;
  transition: 1s ease;
  margin-bottom: 2rem;
}
.foto-elektrarny__resp4 {
  background: #fff;
  border-radius: 24px;
  height: 0px;
  transition: 1s ease;
  position: relative;
  z-index: 1;
  margin-bottom: 0rem;
}
.foto-elektrarny__resp4.active {
  height: 1200px;
  transition: 1s ease;
  margin-bottom: 2rem;
}
.foto-elektrarny__resp-obsah1 {
  padding-top: 1.84rem;
  height: 0;
  opacity: 0;
  transition: 0.1s ease;
  overflow: hidden;
  display: none;
}
.foto-elektrarny__resp-obsah1.active {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  opacity: 1;
  animation: obsah 1s ease;
}
.foto-elektrarny__resp-obsah2 {
  padding-top: 1.84rem;
  height: 0;
  opacity: 0;
  transition: 0.1s ease;
  overflow: hidden;
  display: none;
}
.foto-elektrarny__resp-obsah2.active {
  height: 100%;
  opacity: 1;
  animation: obsah 1s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.foto-elektrarny__resp-obsah3 {
  padding-top: 1.84rem;
  height: 0;
  opacity: 0;
  transition: 0.1s ease;
  overflow: hidden;
  display: none;
}
.foto-elektrarny__resp-obsah3.active {
  height: 100%;
  opacity: 1;
  animation: obsah 1s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.foto-elektrarny__resp-obsah4 {
  padding-top: 1.84rem;
  height: 0;
  opacity: 0;
  transition: 0.1s ease;
  overflow: hidden;
  display: none;
}
.foto-elektrarny__resp-obsah4.active {
  height: 100%;
  opacity: 1;
  animation: obsah 1s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.foto-elektrarny__resp-top {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}
.foto-elektrarny__resp-ikony {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.foto-elektrarny__resp-ikony p {
  text-align: center;
  font-size: 1.25rem;
  margin-top: 1.125rem;
  color: #662383;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
}
.foto-elektrarny__resp-text1 {
  text-align: center;
  font-size: 1rem;
  margin-top: 1.125rem;
  color: #9B9B9B;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
  animation: obsah 1 ease;
  margin-left: 10%;
  margin-right: 10%;
}
.foto-elektrarny__rozklik {
  background: #fff;
  border-radius: 24px;
  height: 0px;
  transition: 1s ease;
  position: relative;
  z-index: 1;
  display: none;
}
.foto-elektrarny__rozklik.active {
  height: 340px;
  transition: 1s ease;
}
.foto-elektrarny__rozklik-obsah1 {
  padding-top: 1.84rem;
  height: 0;
  opacity: 0;
  transition: 0.1s ease;
  overflow: hidden;
  display: none;
}
.foto-elektrarny__rozklik-obsah1.active {
  display: block;
  height: 100%;
  opacity: 1;
  animation: obsah 1s ease;
}
.foto-elektrarny__rozklik-obsah2 {
  padding-top: 1.84rem;
  height: 0;
  opacity: 0;
  transition: 0.1s ease;
  overflow: hidden;
  display: none;
}
.foto-elektrarny__rozklik-obsah2.active {
  height: 100%;
  opacity: 1;
  animation: obsah 1s ease;
  display: block;
}
.foto-elektrarny__rozklik-obsah3 {
  padding-top: 1.84rem;
  height: 0;
  opacity: 0;
  transition: 0.1s ease;
  overflow: hidden;
  display: none;
}
.foto-elektrarny__rozklik-obsah3.active {
  height: 100%;
  opacity: 1;
  animation: obsah 1s ease;
  display: block;
}
.foto-elektrarny__rozklik-obsah4 {
  padding-top: 1.84rem;
  height: 0;
  opacity: 0;
  transition: 0.1s ease;
  overflow: hidden;
  display: none;
}
.foto-elektrarny__rozklik-obsah4.active {
  height: 100%;
  opacity: 1;
  animation: obsah 1s ease;
  display: block;
}
.foto-elektrarny__rozklik-top {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
}
.foto-elektrarny__rozklik-ikony {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.foto-elektrarny__rozklik-ikony p {
  text-align: center;
  font-size: 1.25rem;
  margin-top: 1.125rem;
  color: #662383;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
}
.foto-elektrarny__rozklik-text1 {
  text-align: center;
  font-size: 1rem;
  margin-top: 1.125rem;
  color: #9B9B9B;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
  animation: obsah 1 ease;
  margin-left: 10%;
  margin-right: 10%;
}
.foto-elektrarny__rozklik-bubliny {
  position: relative;
  top: -6rem;
}
@media only screen and (min-width: 80rem) {
  .foto-elektrarny__odkazy {
    flex-direction: row;
    justify-content: space-between;
  }
  .foto-elektrarny__odkazy a {
    margin-top: 2rem;
  }
  .foto-elektrarny__background-foto {
    background-size: cover;
  }
  .foto-elektrarny__background-foto.active {
    transition: 1s ease;
  }
  .foto-elektrarny__rozklik {
    display: block;
  }
  .foto-elektrarny__resp1,
  .foto-elektrarny__resp2,
  .foto-elektrarny__resp3,
  .foto-elektrarny__resp4 {
    display: none;
  }
}
@keyframes obsah {
  0% {
    opacity: 0;
    display: none;
  }
  45% {
    display: block;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0.1;
    scale: 1;
  }
  40% {
    opacity: 0.1;
    scale: 1;
  }
  50% {
    opacity: 1;
    scale: 1.05;
  }
  100% {
    opacity: 0.1;
    scale: 1;
  }
}
@keyframes blinky {
  0% {
    opacity: 0.1;
    scale: 1;
  }
  50% {
    opacity: 0.1;
    scale: 1;
  }
  60% {
    opacity: 1;
    scale: 1.05;
  }
  100% {
    opacity: 0.1;
    scale: 1;
  }
}
@keyframes blink3 {
  0% {
    opacity: 0.1;
    scale: 1;
  }
  60% {
    scale: 1;
    opacity: 0.1;
  }
  70% {
    opacity: 1;
    scale: 1.05;
  }
  100% {
    scale: 1;
    opacity: 0.1;
  }
}
@keyframes blink4 {
  0% {
    opacity: 0.1;
    scale: 1;
  }
  70% {
    opacity: 0.1;
    scale: 1;
  }
  80% {
    opacity: 1;
    scale: 1.05;
  }
  100% {
    opacity: 0.1;
    scale: 1;
  }
}
.why-us__background {
  background: url(../img/svetlo.jpg) no-repeat;
  background-size: cover;
  /*		height: 2211px;*/
  position: relative;
  top: 0rem;
}
.why-us__background:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: linear-gradient(#662383, #481e5f);
  opacity: 90%;
  z-index: 0;
}
.why-us__background:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: url(../img/pozadi-efekt.svg) no-repeat;
}
.why-us__obsah {
  padding-top: 5rem;
  position: relative;
  z-index: 2;
}
.why-us__nadpis {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.why-us__nadpis img {
  display: none;
}
.why-us__white-line {
  display: none;
  height: 2px;
  width: 18%;
  background: white;
}
.why-us__pole {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4.25rem;
  align-items: center;
}
.why-us__miniatury {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.why-us__miniatury-text {
  color: #fff;
  font-size: 1.5em;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  text-align: center;
  margin-top: 2.92rem;
  margin-bottom: 4.25rem;
}
@media only screen and (min-width: 80rem) {
  .why-us__nadpis img {
    display: block;
  }
  .why-us__white-line {
    display: block;
    height: 2px;
    width: 18%;
    background: white;
  }
  .why-us__pole {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4.25rem;
  }
  .why-us__miniatury {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.c-ref-mainpage {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 3.25rem;
}
.c-ref-mainpage__odkaz1 {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 50px;
  background: url(../img/firma.jpg);
  background-size: cover;
  background-position: center;
  text-decoration: none;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 1.025rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.43);
}
.c-ref-mainpage__odkaz1:after {
  content: "";
  padding-top: 37.5%;
  width: 0;
  height: 0;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/ball.svg) no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  filter: brightness(1.5);
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transform: rotate(-90deg);
}
.c-ref-mainpage__odkaz1:before {
  content: "";
  width: 0%;
  border-radius: 50px;
  position: absolute;
  top: 00%;
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.4), transparent);
  height: 0;
  opacity: 0;
  filter: brightness(1.5);
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.c-ref-mainpage__odkaz1:hover:before,
.c-ref-mainpage__odkaz1:focus:before {
  opacity: 1;
  transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  height: 100%;
  top: 0%;
  right: 0%;
  width: 100%;
}
.c-ref-mainpage__odkaz1:hover:after,
.c-ref-mainpage__odkaz1:focus:after {
  opacity: 0.4;
  transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  height: 100%;
  width: 100%;
}
.c-ref-mainpage__odkaz2 {
  width: 25%;
  position: relative;
  z-index: 2;
  margin-right: 2.5%;
  margin-left: 2.5%;
  border-radius: 50px;
  background: url(../img/firma.jpg);
  background-size: cover;
  background-position: center;
  text-decoration: none;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 1.025rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
  display: none;
  justify-content: flex-end;
  align-items: flex-end;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.43);
}
.c-ref-mainpage__odkaz2:after {
  content: "";
  padding-top: 37.5%;
  width: 0;
  height: 0;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/ball.svg) no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  filter: brightness(1.5);
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transform: rotate(-90deg);
}
.c-ref-mainpage__odkaz2:before {
  content: "";
  width: 0%;
  border-radius: 50px;
  position: absolute;
  top: 00%;
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.4), transparent);
  height: 0;
  opacity: 0;
  filter: brightness(1.5);
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.c-ref-mainpage__odkaz2:hover:before,
.c-ref-mainpage__odkaz2:focus:before {
  opacity: 1;
  transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  height: 100%;
  top: 0%;
  right: 0%;
  width: 100%;
}
.c-ref-mainpage__odkaz2:hover:after,
.c-ref-mainpage__odkaz2:focus:after {
  opacity: 0.4;
  transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  height: 100%;
  width: 100%;
}
.c-ref-mainpage__odkaz3 {
  width: 100%;
  position: relative;
  z-index: 2;
  height: 245px;
  margin-bottom: 1rem;
  border-radius: 50px;
  background: url(../img/firma.jpg);
  background-size: cover;
  background-position: center;
  text-decoration: none;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 1.025rem;
  padding-left: 1rem;
  padding-top: 1rem;
  display: none;
  justify-content: flex-end;
  align-items: flex-start;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.43);
}
.c-ref-mainpage__odkaz3:after {
  content: "";
  padding-top: 37.5%;
  width: 0;
  height: 0;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/ball.svg) no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  filter: brightness(1.5);
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transform: rotate(-90deg);
}
.c-ref-mainpage__odkaz3:before {
  content: "";
  width: 0%;
  border-radius: 50px;
  position: absolute;
  top: 00%;
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.4), transparent);
  height: 0;
  opacity: 0;
  filter: brightness(1.5);
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.c-ref-mainpage__odkaz3:hover:before,
.c-ref-mainpage__odkaz3:focus:before {
  opacity: 1;
  transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  height: 100%;
  top: 0%;
  right: 0%;
  width: 100%;
}
.c-ref-mainpage__odkaz3:hover:after,
.c-ref-mainpage__odkaz3:focus:after {
  opacity: 0.4;
  transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  height: 100%;
  width: 100%;
}
.c-ref-mainpage__odkaz4 {
  width: 100%;
  position: relative;
  z-index: 2;
  height: 245px;
  border-radius: 50px;
  background: url(../img/firma.jpg);
  background-size: cover;
  background-position: center;
  text-decoration: none;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 1.025rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
  display: none;
  justify-content: flex-end;
  align-items: flex-end;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.43);
}
.c-ref-mainpage__odkaz4:after {
  content: "";
  padding-top: 37.5%;
  width: 0;
  height: 0;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/ball.svg) no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  filter: brightness(1.5);
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transform: rotate(-90deg);
}
.c-ref-mainpage__odkaz4:before {
  content: "";
  width: 0%;
  border-radius: 50px;
  position: absolute;
  top: 00%;
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.4), transparent);
  height: 0;
  opacity: 0;
  filter: brightness(1.5);
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.c-ref-mainpage__odkaz4:hover:before,
.c-ref-mainpage__odkaz4:focus:before {
  opacity: 1;
  transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  height: 100%;
  top: 0%;
  right: 0%;
  width: 100%;
}
.c-ref-mainpage__odkaz4:hover:after,
.c-ref-mainpage__odkaz4:focus:after {
  opacity: 0.4;
  transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  height: 100%;
  width: 100%;
}
.c-ref-mainpage__prava-rada {
  width: 25%;
  display: none;
  flex-direction: column;
}
.c-ref-mainpage__white-line {
  height: 2px;
  width: 30%;
  background: white;
  display: none;
}
@media only screen and (min-width: 80rem) {
  .c-ref-mainpage__odkaz1 {
    width: 50%;
    height: 510px;
  }
  .c-ref-mainpage__odkaz2,
  .c-ref-mainpage__prava-rada,
  .c-ref-mainpage__odkaz3,
  .c-ref-mainpage__odkaz4 {
    display: flex;
  }
  .c-ref-mainpage__white-line {
    display: block;
    height: 2px;
    width: 30%;
    background: white;
  }
  .c-ref-mainpage__prava-rada {
    display: flex;
  }
}
.c-kontakt-mainpage {
  margin-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-kontakt-mainpage p {
  color: #ffffff;
  font-weight: 900;
  font-size: 1.25rem;
  font-family: 'Roboto', sans-serif;
  line-height: 36px;
}
.c-kontakt-mainpage__text {
  text-align: center;
  width: 100%;
  margin-right: 0;
  margin-bottom: 2rem;
}
.c-kontakt-mainpage__nadpis {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.25rem;
}
.c-kontakt-mainpage__nadpis span {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: 'Genos', sans-serif;
}
.c-kontakt-mainpage__nadpis img {
  display: none;
}
.c-kontakt-mainpage__formular {
  width: 100%;
}
.c-kontakt-mainpage__formular-obrys {
  background: #662383;
  border-radius: 20px;
  padding: 25px 30px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.43);
}
.c-kontakt-mainpage__formular-obrysHorni {
  background: #662383;
  border-radius: 50px 50px 50px 0;
  padding: 25px 30px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.43);
  margin-bottom: 50px;
  width: 80%;
}
.c-kontakt-mainpage__formular-obrysSpodni {
  background: #662383;
  border-radius: 50px 50px 0 50px;
  padding: 25px 30px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.43);
  width: 80%;
  margin-left: auto;
  /* Posune bublinu doprava */
}
.c-kontakt-mainpage__input1 {
  height: 44px;
  width: 100%;
  margin-bottom: 5%;
  border: 2px solid #B391C1;
  border-radius: 20px;
  background: #8C5AA2;
  color: #B391C1;
}
.c-kontakt-mainpage__input1::placeholder {
  color: #B391C1;
}
.c-kontakt-mainpage__input2 {
  height: 44px;
  width: 100%;
  margin-bottom: 5%;
  border: 2px solid #B391C1;
  border-radius: 20px;
  background: #8C5AA2;
  color: #B391C1;
}
.c-kontakt-mainpage__input2::placeholder {
  color: #B391C1;
}
.c-kontakt-mainpage__input3 {
  height: 44px;
  width: 100%;
  margin-bottom: 5%;
  border-radius: 25px;
  border: 2px solid #B391C1;
  border-radius: 20px;
  background: #8C5AA2;
  color: #B391C1;
}
.c-kontakt-mainpage__input3::placeholder {
  color: #B391C1;
}
.c-kontakt-mainpage__textarea {
  border: 2px solid #B391C1;
  border-radius: 20px;
  background: #8C5AA2;
  color: #B391C1;
  margin-bottom: 5%;
}
.c-kontakt-mainpage__textarea::placeholder {
  color: #B391C1;
}
.c-kontakt-mainpage__checkbox {
  /* Skrytí původního checkboxu */
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.c-kontakt-mainpage__checkbox-label {
  /* Styly pro label jako náhradu za checkbox */
  width: 45px;
  height: 45px;
  display: inline-block;
  border: 3px solid #B391C1;
  background-color: #662383;
  border-radius: 50%;
  cursor: pointer;
}
.c-kontakt-mainpage__checkbox-label:before {
  position: relative;
  top: -2px;
  left: -3px;
  border-radius: 50%;
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: url(../img/checkbox-unchecked.svg) no-repeat;
  background-position: center;
  opacity: 0;
}
.c-kontakt-mainpage__checkbox-label:before:focus,
.c-kontakt-mainpage__checkbox-label:before:hover {
  opacity: 1;
}
.c-kontakt-mainpage__checkbox:checked + .c-kontakt-mainpage__checkbox-label {
  /* Styly pro zaškrtnutý checkbox */
  border: 3px solid #fff;
}
.c-kontakt-mainpage__checkbox:checked + .c-kontakt-mainpage__checkbox-label:before {
  position: relative;
  top: -2.5px;
  left: -2.58px;
  border-radius: 50%;
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: url(../img/checkbox.svg) no-repeat;
  background-position: center;
  opacity: 1;
}
.c-kontakt-mainpage__checkbox-zarovnani {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.c-kontakt-mainpage__souhlas {
  color: #ffffff;
  margin-left: 1rem;
  font-family: 'Roboto', sans-serif;
}
.c-kontakt-mainpage__zarovnani {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-kontakt-mainpage__odeslat {
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 45px;
  height: 44px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #662383;
  width: 191px;
  cursor: pointer;
}
.c-kontakt-mainpage__odeslat:hover,
.c-kontakt-mainpage__odeslat:focus {
  background: #8C5AA2;
  border: 2px solid #ffffff;
  border-radius: 45px;
  height: 44px;
  color: #ffffff;
  width: 191px;
}
.c-kontakt-mainpage__odeslat-bubliny {
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 45px;
  height: 44px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #662383;
  width: 191px;
  cursor: pointer;
  margin-left: auto;
}
.c-kontakt-mainpage__odeslat-bubliny:hover,
.c-kontakt-mainpage__odeslat-bubliny:focus {
  background: #8C5AA2;
  border: 2px solid #ffffff;
  border-radius: 45px;
  height: 44px;
  color: #ffffff;
  width: 191px;
}
@media only screen and (min-width: 80rem) {
  .c-kontakt-mainpage {
    margin-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .c-kontakt-mainpage__nadpis {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3.25rem;
  }
  .c-kontakt-mainpage__nadpis span {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 600;
    font-family: 'Genos', sans-serif;
  }
  .c-kontakt-mainpage__nadpis img {
    display: block;
  }
  .c-kontakt-mainpage__text {
    text-align: start;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 0;
  }
  .c-kontakt-mainpage__formular {
    width: 50%;
  }
  .c-kontakt-mainpage__formular-obrys {
    background: #662383;
    border-radius: 50px;
    padding: 40px 60px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.43);
  }
  .c-kontakt-mainpage__input1,
  .c-kontakt-mainpage__input2 {
    width: 45%!important;
  }
  .c-kontakt-mainpage__input2 {
    margin-bottom: 0;
  }
  .c-kontakt-mainpage__zarovnani {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .c-kontakt-mainpage__checkbox-zarovnani {
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .c-kontakt-mainpage__input1 {
    height: 44px;
    width: 100%;
    margin-right: 9%;
    margin-bottom: 5%;
    border: 2px solid #B391C1;
    border-radius: 20px;
    background: #8C5AA2;
    color: #B391C1;
  }
  .c-kontakt-mainpage__input1::placeholder {
    color: #B391C1;
  }
  .c-kontakt-mainpage__input2 {
    height: 44px;
    width: 100%;
    margin-bottom: 5%;
    border: 2px solid #B391C1;
    border-radius: 20px;
    background: #8C5AA2;
    color: #B391C1;
  }
  .c-kontakt-mainpage__input2::placeholder {
    color: #B391C1;
  }
  .c-kontakt-mainpage__input3 {
    height: 44px;
    width: 100%;
    margin-bottom: 5%;
    border-radius: 25px;
    border: 2px solid #B391C1;
    border-radius: 20px;
    background: #8C5AA2;
    color: #B391C1;
  }
  .c-kontakt-mainpage__input3::placeholder {
    color: #B391C1;
  }
  .c-kontakt-mainpage__textarea {
    border: 2px solid #B391C1;
    border-radius: 20px;
    background: #8C5AA2;
    color: #B391C1;
    margin-bottom: 5%;
  }
  .c-kontakt-mainpage__textarea::placeholder {
    color: #B391C1;
  }
}
.c-led {
  margin-top: 3.5rem;
}
.c-led__nadpis {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 2rem;
}
.c-led__nadpis h3 {
  text-align: center;
  font-size: 2.5rem;
}
.c-led__nadpis img {
  display: none;
}
.c-led__purple-line {
  display: none;
  height: 2px;
  width: 27%;
  background: #662383;
}
.c-led__text-annotace p {
  margin-bottom: 2rem;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 1.25rem;
}
.c-led__text-annotace2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-led__text-annotace2 ul li {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}
.c-led__text-annotace2 ul li::marker {
  color: #662383;
  font-size: 1.2rem;
  position: relative;
}
.c-led__nabidka-ikony {
  display: flex;
  justify-content: center;
  margin-bottom: 3.5rem;
  flex-wrap: no-wrap;
  flex-direction: column;
}
.c-led__ikony {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem;
  text-decoration: none;
  scale: 1;
  transition: 0.4s ease;
}
.c-led__ikony:hover {
  scale: 1.1;
  transition: 0.4s ease;
}
.c-led__ikony span {
  margin-top: 1.25rem;
  color: #662383;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
}
@media only screen and (min-width: 80rem) {
  .c-led__nadpis {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 2rem;
  }
  .c-led__nadpis h3 {
    text-align: center;
    font-size: 2.5rem;
  }
  .c-led__nadpis img {
    display: block;
  }
  .c-led__purple-line {
    height: 2px;
    width: 27%;
    background: #662383;
    display: block;
  }
  .c-led__nabidka-ikony {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.5rem;
    flex-wrap: no-wrap;
    flex-direction: row;
  }
  .c-led__ikony {
    margin: 0;
  }
  .c-led__text-annotace2 {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .c-led__text-annotace2 ul li {
    list-style: circle;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
  }
  .c-led__text-annotace2 ul li::marker {
    color: #662383;
    font-size: 2rem;
  }
  .c-led__text-annotace2 p {
    margin-bottom: 2rem;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 1.25rem;
  }
}
.c-kontakt {
  margin-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.c-kontakt p {
  color: #ffffff;
  font-weight: 900;
  font-size: 1.25rem;
  font-family: 'Roboto', sans-serif;
  line-height: 36px;
}
.c-kontakt__odkaz {
  border: none!important;
  animation: none!important;
}
.c-kontakt__odkaz:hover {
  color: #9B9B9B !important;
  animation: none!important;
  background: none!important;
}
.c-kontakt__odkaz:before {
  display: none!important;
  animation: none!important;
  background: none!important;
}
.c-kontakt__odkaz:hover::before {
  display: none!important;
  animation: none!important;
  background: none!important;
}
.c-kontakt__dekujeme--button {
  border: 3px solid #662383;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  font-family: Roboto, sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  margin: 0 auto;
  color: #662383;
  width: 191px;
  height: 44px;
  border-radius: 24px;
  text-align: center;
  margin-top: 1.84rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.c-kontakt__dekujeme--button:hover {
  background: #662383;
  color: #ffffff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.c-kontakt__text {
  width: 45%;
  margin-right: 5%;
}
.c-kontakt__nadpis {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.25rem;
}
.c-kontakt__nadpis span {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: 'Genos', sans-serif;
}
.c-kontakt__formular {
  width: 80%;
}
.c-kontakt__input1 {
  height: 44px;
  width: 100%!important;
  margin-right: 9%;
  margin-bottom: 5%;
  border: 2px solid #B391C1;
  border-radius: 20px;
  background: #fff;
  color: #B391C1;
}
.c-kontakt__input1::placeholder {
  color: #B391C1;
}
.c-kontakt__input2 {
  height: 44px;
  width: 100%!important;
  margin-bottom: 5%;
  border: 2px solid #B391C1;
  border-radius: 20px;
  background: #fff;
  color: #B391C1;
}
.c-kontakt__input2::placeholder {
  color: #B391C1;
}
.c-kontakt__input3 {
  height: 44px;
  width: 100%!important;
  margin-bottom: 5%;
  border-radius: 25px;
  border: 2px solid #B391C1;
  border-radius: 20px;
  background: #fff;
  color: #B391C1;
}
.c-kontakt__input3::placeholder {
  color: #B391C1;
}
.c-kontakt__textarea {
  border: 2px solid #B391C1;
  border-radius: 20px;
  background: #fff;
  color: #B391C1;
  margin-bottom: 5%;
}
.c-kontakt__textarea::placeholder {
  color: #B391C1;
}
.c-kontakt__checkbox {
  /* Skrytí původního checkboxu */
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.c-kontakt__checkbox-label {
  /* Styly pro label jako náhradu za checkbox */
  width: 45px;
  height: 45px;
  display: inline-block;
  border: 3px solid #B391C1;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
}
.c-kontakt__checkbox-label:before {
  position: relative;
  top: -1.5px;
  left: -1.9px;
  border-radius: 50%;
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: url(../img/checkbox-unchecked.svg) no-repeat;
  background-position: center;
  opacity: 0;
}
.c-kontakt__checkbox-label:before:focus,
.c-kontakt__checkbox-label:before:hover {
  opacity: 1;
}
.c-kontakt__checkbox:checked + .c-kontakt__checkbox-label {
  /* Styly pro zaškrtnutý checkbox */
  border: 3px solid #662383;
}
.c-kontakt__checkbox:checked + .c-kontakt__checkbox-label:before {
  position: relative;
  top: -2px;
  left: -3px;
  border-radius: 50%;
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: url(../img/checkbox-unchecked.svg) no-repeat;
  background-position: center;
  opacity: 1;
}
.c-kontakt__checkbox-zarovnani {
  display: flex;
  align-items: center;
}
.c-kontakt__souhlas {
  color: #662383;
  margin-left: 1rem;
  font-family: 'Roboto', sans-serif;
}
.c-kontakt__zarovnani {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.c-kontakt__odeslat {
  margin: 2rem 0;
  background: #ffffff;
  border: 2px solid #662383;
  border-radius: 45px;
  height: 44px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #662383;
  width: 191px;
  cursor: pointer;
}
.c-kontakt__odeslat:hover,
.c-kontakt__odeslat:focus {
  background: #8C5AA2;
  border: 2px solid #ffffff;
  border-radius: 45px;
  height: 44px;
  color: #ffffff;
  width: 191px;
}
.c-kontakt__obal {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.c-kontakt__obrazek {
  display: none;
  width: 44.9%;
  background: url(../img/zasuvka.svg) no-repeat center;
}
.c-kontakt__obrazek img {
  margin-top: 15%;
  margin-left: 6%;
  width: 95%;
  position: relative;
  top: 0.2rem;
}
@media only screen and (min-width: 80rem) {
  .c-kontakt__formular {
    width: 55%;
  }
  .c-kontakt__obrazek {
    display: block;
    width: 44.9%;
    background: url(../img/zasuvka.svg) no-repeat center;
  }
  .c-kontakt__obrazek img {
    margin-top: 15%;
    margin-left: 6%;
    width: 95%;
    position: relative;
    top: 0.2rem;
  }
  .c-kontakt__obal {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .c-kontakt__input1,
  .c-kontakt__input2 {
    width: 45%!important;
  }
  .c-kontakt__input2 {
    margin-bottom: 0;
  }
  .c-kontakt__zarovnani {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .c-kontakt__zarovnani {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .c-kontakt__odeslat {
    margin: 0;
  }
}
.c-subpage__tittle {
  position: relative;
  left: 0%;
  width: 100%;
  height: 181px;
  background: url(../img/subpage.jpg) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background-position: center;
}
.c-subpage__tittle:after {
  /*			border-radius:0 0 800% 800% / 0 0 1000% 1000%;*/
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: url(../img/background-subpage.svg) no-repeat;
  background-size: cover;
  background-position: center;
  /*			background:rgba(102,35,131,0.9);*/
  z-index: 0;
}
.c-subpage__obal {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.c-subpage__tittle-text {
  text-transform: none;
  text-align: center;
  width: 60%;
  position: relative;
  z-index: 5;
  font-size: 2rem;
}
@media only screen and (min-width: 80rem) {
  .c-subpage__tittle-text {
    text-transform: none;
    text-align: center;
    width: 61%;
    position: relative;
    z-index: 5;
    font-size: 3.5rem;
  }
}
.inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 2rem;
  cursor: pointer;
}
.inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  right: 0;
  background: white;
  z-index: 0;
  padding: 0 5rem;
}
.inner2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 2rem;
  cursor: pointer;
}
.inner2::after {
  content: "";
  position: absolute;
  margin: 0 auto;
  top: 0;
  width: 12rem;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 0;
  padding: 0 5rem;
}
.slick-arrow::after {
  content: "";
  top: -2rem;
  position: absolute;
  background: white;
  width: 43px;
  height: 57px;
  z-index: -1;
}
.c-roky__nazev-udalosti {
  color: #662383;
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  z-index: 3;
}
.c-roky__letopocet {
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #662383;
  height: 145px;
  display: flex;
  width: 145px;
  justify-content: center;
  align-items: center;
  background: url(../img/kolecko-efekt-fialova.svg) no-repeat;
  background-size: contain;
  background-position: center;
  background-position-y: 3px;
  z-index: 1;
  position: relative;
}
.c-roky__kruh {
  top: -14rem;
  width: 174%;
  height: 248px;
  background: url(../img/okruh.svg) no-repeat;
  background-size: cover;
  position: relative;
  left: -29.2rem;
  z-index: 0;
}
.c-roky__slajdr {
  display: none;
}
.c-roky__slicker {
  height: 300px;
  display: block;
}
.c-roky__line {
  z-index: -1;
  top: -10.8rem;
  width: 100%;
  height: 7px;
  background: #d2bdda;
  position: relative;
  display: block;
}
.rotating-slider ul.slides li {
  width: 210px !important;
  top: 0rem !important;
  background: transparent !important;
}
.rotating-slider ul.slides {
  left: 48% !important;
}
.rotating-slider ul.direction-controls li.right-arrow {
  top: 86% !important;
}
.rotating-slider ul.direction-controls li button {
  background: white;
}
.rotating-slider ul.direction-controls li button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../img/sipka-left.svg) no-repeat;
  background-size: 100%;
  display: block;
}
@media only screen and (min-width: 80rem) {
  .c-roky__slajdr {
    display: block;
  }
  .c-roky__slicker {
    display: none;
  }
  .c-roky__line {
    display: none;
  }
}
.c-nase-sluzby__background {
  background: #662383;
  width: 100%;
  position: relative;
  z-index: 1;
}
.c-nase-sluzby__background::after {
  content: "";
  display: block;
  position: absolute;
  top: -7rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/background-sluzby.svg) no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 0;
}
.c-nase-sluzby__obal {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.c-nase-sluzby__nadpis {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.c-nase-sluzby__white-line {
  height: 2px;
  width: 18%;
  background: white;
  display: none;
}
.c-nase-sluzby__icony {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 3.5rem;
  scale: 1;
  transition: 0.4s ease;
}
.c-nase-sluzby__icony:hover {
  scale: 1.1;
  transition: 0.4s ease;
}
.c-nase-sluzby__text {
  color: #ffffff;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  width: 80%;
  text-align: center;
  margin-top: 1.5rem;
}
.c-nase-sluzby__oddelovac {
  position: relative;
  top: 4rem;
  display: none;
}
.c-nase-sluzby__dots {
  display: none;
}
@media only screen and (min-width: 80rem) {
  .c-nase-sluzby__oddelovac {
    display: block;
  }
  .c-nase-sluzby__oddelovac:nth-of-type(5) {
    display: none;
  }
  .c-nase-sluzby__oddelovac:nth-of-type(9) {
    display: none;
  }
  .c-nase-sluzby__text {
    color: #ffffff;
    font-size: 1.5em;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    width: 80%;
    text-align: center;
    margin-top: 3.5rem;
  }
  .c-nase-sluzby__white-line {
    height: 2px;
    width: 31%;
    background: white;
    display: block;
  }
  .c-nase-sluzby__dots {
    display: block;
  }
  .c-nase-sluzby__icony {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 19.2%;
    margin-bottom: 3.5rem;
  }
}
.c-podporujeme__nadpis {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 2rem;
  padding-top: 2rem;
}
.c-podporujeme__nadpis h3 {
  font-size: 2.5rem;
  color: #662383;
}
.c-podporujeme__purple-line {
  height: 2px;
  width: 31%;
  background: #662383;
  display: none;
}
.c-podporujeme__text {
  position: relative;
}
.c-podporujeme__dots {
  display: none;
}
.c-podporujeme__karta {
  position: relative;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1), #ffffff, #ffffff, #ffffff, #ffffff, rgba(255, 255, 255, 0.1));
  text-align: center;
  margin-left: 2%;
  padding-right: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
}
.c-podporujeme__karta h5 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.c-podporujeme__rozdelovac {
  opacity: 0.3;
  z-index: -2;
  position: absolute;
  top: 56%;
  left: 50%;
  display: none;
}
.c-podporujeme__image {
  width: 40%;
  aspect-ratio: 3/2;
  display: block;
  object-fit: contain;
}
.slick-dots2 {
  display: none;
}
.slick-arrow::before {
  top: -2rem;
  height: 3.6rem;
  filter: none;
}
.slick-arrow:hover:before {
  filter: none;
}
.slick-arrow:hover {
  animation: hoverin 1s infinite;
  filter: none;
}
@media only screen and (min-width: 80rem) {
  .c-podporujeme__rozdelovac {
    display: block;
  }
  .c-podporujeme_purple-line {
    display: block;
  }
  .c-podporujeme__dots {
    display: block;
  }
}
.c-proc-spoluprace__background {
  background: url(../img/opirani.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.c-proc-spoluprace__background::after {
  content: "";
  display: block;
  position: absolute;
  top: 0rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/pozadi-spoluprace.svg) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.c-proc-spoluprace__obal {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.c-proc-spoluprace__nadpis {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 4.5rem;
  padding-bottom: 2.5rem;
}
.c-proc-spoluprace__nadpis-bubliny {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-proc-spoluprace__white-line {
  height: 2px;
  width: 18%;
  background: white;
  display: none;
}
.c-proc-spoluprace__icony {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 3.5rem;
}
.c-proc-spoluprace__text {
  color: #ffffff;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  width: 80%;
  text-align: center;
  margin-top: 0;
}
.c-proc-spoluprace__oddelovac {
  position: relative;
  top: 4rem;
}
.c-proc-spoluprace__dots {
  display: none;
}
.tecky {
  display: block;
  width: 100px;
  /* Přizpůsob podle potřeby */
  height: 10px;
  background: url(../img/podtrzeni-white.svg) no-repeat center;
  background-size: contain;
  margin-top: -10px;
  /* Posune tečky pod nadpis */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media only screen and (min-width: 80rem) {
  .c-proc-spoluprace__white-line {
    display: block;
  }
  .c-proc-spoluprace__dots {
    display: block;
  }
  .c-proc-spoluprace__icony {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 19.2%;
    margin-bottom: 3.5rem;
  }
  .c-proc-spoluprace__text {
    color: #ffffff;
    font-size: 1.5em;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    width: 80%;
    text-align: center;
    margin-top: 3.5rem;
  }
}
.c-nas-tym__nadpis {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 2rem;
  padding-top: 2rem;
}
.c-nas-tym__nadpis h3 {
  text-align: center;
  font-size: 1.5rem;
  color: #662383;
}
.c-nas-tym__purple-line {
  height: 2px;
  width: 24%;
  background: #662383;
  display: none;
}
.c-nas-tym__dots {
  display: none;
}
.c-nas-tym__text {
  position: relative;
  padding-bottom: 2rem;
}
.c-nas-tym__karta {
  position: relative;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1), #ffffff, #ffffff, #ffffff, #ffffff, rgba(255, 255, 255, 0.1));
  text-align: center;
  margin-left: 2%;
  padding-right: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 1rem;
}
.c-nas-tym__karta h5 {
  font-size: 1.25rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-weight: 900;
  text-transform: none;
}
.c-nas-tym__karta span {
  font-size: 1.025rem;
  color: #662383;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 2rem;
}
.c-nas-tym__karta p {
  color: #9b9b9b;
}
.c-nas-tym__rozdelovac {
  opacity: 0;
  z-index: -2;
  position: absolute;
  top: 54.5%;
  left: 33%;
}
.c-nas-tym__rozdelovac2 {
  opacity: 0;
  z-index: -2;
  position: absolute;
  top: 54.5%;
  left: 66%;
}
.c-nas-tym__fotka {
  width: 100%;
  border-radius: 50px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}
.c-nas-tym__struktura {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.slick-track {
  align-items: flex-start;
}
h4 {
  font-size: 1.8rem;
}
@media only screen and (min-width: 80rem) {
  .c-nas-tym__purple-line {
    display: block;
  }
  .c-nas-tym__dots {
    display: block;
  }
  .c-nas-tym__rozdelovac {
    opacity: 0.3;
    z-index: -2;
    position: absolute;
    top: 54.5%;
    left: 33%;
  }
  .c-nas-tym__rozdelovac2 {
    opacity: 0.3;
    z-index: -2;
    position: absolute;
    top: 54.5%;
    left: 66%;
  }
  .c-nas-tym__struktura {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
  }
  .c-nas-tym__nadpis h3 {
    text-align: center;
    font-size: 2.5rem;
    color: #662383;
  }
  h4 {
    font-size: 2.5rem;
  }
}
.c-fotogalerie {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 3.5rem;
}
.c-fotogalerie__background {
  background: url(../img/svetlo.jpg) no-repeat;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
}
.c-fotogalerie__background::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(102, 35, 131, 0.9);
}
.c-fotogalerie__krivka {
  background: url(../img/svetlo.jpg) no-repeat;
  position: relative;
  background-size: cover;
  height: 30px;
  background-attachment: fixed;
}
.c-fotogalerie__krivka::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../img/fotogalerie-oblouk.svg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 30px;
  display: block;
}
.c-fotogalerie__nadpis {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 1.84rem 0;
}
.c-fotogalerie__white-line {
  height: 2px;
  width: 33%;
  background: white;
  display: none;
}
.c-fotogalerie__dots {
  display: none;
}
.c-fotogalerie__left-line {
  width: 100%;
}
.c-fotogalerie__mid-line,
.c-fotogalerie__right-line {
  width: 48%;
  margin-top: 2rem;
}
.c-fotogalerie__right-top,
.c-fotogalerie__right-bottom {
  width: 100%;
  height: 49%;
  display: block;
  border-radius: 50px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}
.c-fotogalerie__right-top {
  margin-bottom: 4%;
  position: relative;
}
.c-fotogalerie__right-top:after {
  content: "";
  padding-top: 37.5%;
  width: 25%;
  height: 25%;
  border-radius: 50px;
  position: absolute;
  top: 28%;
  right: 37%;
  background: url(../img/podtrzeni-white.svg) no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  filter: brightness(1.5);
  transition: 0.2s ease;
}
.c-fotogalerie__right-top:before {
  content: "";
  width: 0%;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: 50%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4), transparent);
  height: 0;
  opacity: 0;
  filter: brightness(1.5);
  transition: 0.2s ease;
}
.c-fotogalerie__right-top:hover:before,
.c-fotogalerie__right-top:focus:before {
  opacity: 1;
  top: 0%;
  right: 0%;
  transition: 0.8s ease;
  height: 100%;
  width: 100%;
}
.c-fotogalerie__right-top:hover:after,
.c-fotogalerie__right-top:focus:after {
  opacity: 1;
  transition: 1.5s ease;
  height: 25%;
  width: 25%;
  transform: rotate(180deg);
}
.c-fotogalerie__right-bottom {
  position: relative;
}
.c-fotogalerie__right-bottom:after {
  content: "";
  padding-top: 37.5%;
  width: 25%;
  height: 25%;
  border-radius: 50px;
  position: absolute;
  top: 28%;
  right: 37%;
  background: url(../img/podtrzeni-white.svg) no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  filter: brightness(1.5);
  transition: 0.2s ease;
}
.c-fotogalerie__right-bottom:before {
  content: "";
  width: 0%;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: 50%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4), transparent);
  height: 0;
  opacity: 0;
  filter: brightness(1.5);
  transition: 0.2s ease;
}
.c-fotogalerie__right-bottom:hover:before,
.c-fotogalerie__right-bottom:focus:before {
  opacity: 1;
  top: 0%;
  right: 0%;
  transition: 0.8s ease;
  height: 100%;
  width: 100%;
}
.c-fotogalerie__right-bottom:hover:after,
.c-fotogalerie__right-bottom:focus:after {
  opacity: 1;
  transition: 1.5s ease;
  height: 25%;
  width: 25%;
  transform: rotate(180deg);
}
.c-fotogalerie__mid {
  position: relative;
}
.c-fotogalerie__mid:after {
  content: "";
  padding-top: 37.5%;
  width: 25%;
  height: 25%;
  border-radius: 50px;
  position: absolute;
  top: 37%;
  right: 37%;
  background: url(../img/podtrzeni-white.svg) no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  filter: brightness(1.5);
  transition: 0.2s ease;
}
.c-fotogalerie__mid:before {
  content: "";
  width: 0%;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: 50%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4), transparent);
  height: 0;
  opacity: 0;
  filter: brightness(1.5);
  transition: 0.2s ease;
}
.c-fotogalerie__mid:hover:before,
.c-fotogalerie__mid:focus:before {
  opacity: 1;
  top: 0%;
  right: 0%;
  transition: 0.8s ease;
  height: 100%;
  width: 100%;
}
.c-fotogalerie__mid:hover:after,
.c-fotogalerie__mid:focus:after {
  opacity: 1;
  transition: 1.5s ease;
  height: 25%;
  width: 25%;
  transform: rotate(180deg);
}
.c-fotogalerie__left {
  position: relative;
}
.c-fotogalerie__left:after {
  content: "";
  padding-top: 37.5%;
  width: 25%;
  height: 25%;
  border-radius: 50px;
  position: absolute;
  top: 27%;
  right: 37%;
  background: url(../img/podtrzeni-white.svg) no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  filter: brightness(1.5);
  transition: 0.2s ease;
}
.c-fotogalerie__left:before {
  content: "";
  width: 0%;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: 50%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4), transparent);
  height: 0;
  opacity: 0;
  filter: brightness(1.5);
  transition: 0.2s ease;
}
.c-fotogalerie__left:hover:before,
.c-fotogalerie__left:focus:before {
  opacity: 1;
  top: 0;
  right: 0;
  transition: 0.4s ease;
  height: 100%;
  width: 100%;
}
.c-fotogalerie__left:hover:after,
.c-fotogalerie__left:focus:after {
  opacity: 1;
  transition: 1.5s ease;
  height: 25%;
  width: 25%;
  transform: rotate(180deg);
}
.c-fotogalerie__mid,
.c-fotogalerie__left {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}
.c-fotogalerie__foto {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 80rem) {
  .c-fotogalerie__white-line {
    height: 2px;
    width: 33%;
    background: white;
    display: block;
  }
  .c-fotogalerie__dots {
    display: block;
  }
  .c-fotogalerie__left-line {
    width: 50%;
  }
  .c-fotogalerie__mid-line,
  .c-fotogalerie__right-line {
    width: 24%;
    margin-top: 0;
  }
}
.c-reference {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}
.c-reference__filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
}
.c-reference__filter--link {
  display: block;
  width: 50%;
  text-decoration: none;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  text-align: center;
  padding: 1rem 1rem;
  margin: 1rem 0;
  color: #B291C1;
}
.c-reference__filter--link.active,
.c-reference__filter--link:hover {
  color: #662383;
}
.c-reference__filter--link:hover {
  animation: shakinglink 0.5s ease;
}
.c-reference__filter--img {
  width: 0.8%;
  display: none;
}
.c-reference__filter--img:nth-of-type(5) {
  display: none;
}
.c-reference__filter--img:nth-of-type(10) {
  display: none;
}
.c-reference__filter--img:nth-of-type(15) {
  display: none;
}
.c-reference__filter--img:nth-of-type(20) {
  display: none;
}
.c-reference__obal {
  flex-direction: column;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.c-reference__link {
  width: 85%;
  position: relative;
  z-index: 1;
  aspect-ratio: 3/2;
  display: none;
  justify-content: center;
  align-items: flex-end;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 1.08rem;
  margin-top: 1.08rem;
  font-size: 1.25rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
}
.c-reference__link.active {
  display: flex;
}
.c-reference__link:nth-of-type(1),
.c-reference__link:nth-of-type(2) {
  display: flex;
}
.c-reference__link:after {
  content: "";
  padding-top: 37.5%;
  width: 0;
  height: 0;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/ball.svg) no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  filter: brightness(1.5);
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transform: rotate(-90deg);
}
.c-reference__link:before {
  content: "";
  width: 0%;
  border-radius: 50px;
  position: absolute;
  top: 00%;
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.4), transparent);
  height: 0;
  opacity: 0;
  filter: brightness(1.5);
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.c-reference__link:hover:before,
.c-reference__link:focus:before {
  opacity: 1;
  transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  height: 100%;
  top: 0%;
  right: 0%;
  width: 100%;
}
.c-reference__link:hover:after,
.c-reference__link:focus:after {
  opacity: 0.4;
  transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  height: 100%;
  width: 100%;
}
.c-reference__title {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 0.8rem;
  width: 90%;
}
.c-reference__img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  position: absolute;
  max-height: 100%;
  z-index: -1;
  left: 0;
  border-radius: 50px;
}
.c-reference__scroll-down {
  opacity: 1;
  transition: 0.8s ease;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  scale: 1;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: 0.33s ease;
  -webkit-transition: 0.33s ease;
  -moz-transition: 0.33s ease;
  -o-transition: 0.33s ease;
}
.c-reference__scroll-down:hover {
  scale: 1.1;
  transition: 0.33s ease;
  -webkit-transition: 0.33s ease;
  -moz-transition: 0.33s ease;
  -o-transition: 0.33s ease;
}
.c-reference__scroll-down.active {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: 0.33s ease;
  -webkit-transition: 0.33s ease;
  -moz-transition: 0.33s ease;
  -o-transition: 0.33s ease;
}
@media (min-width: 600px) and (max-width: 1280px) {
  .c-reference__link {
    width: 48%;
  }
}
@media only screen and (min-width: 80rem) {
  .c-reference {
    flex-direction: row;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
  }
  .c-reference.active {
    height: 100%;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
  }
  .c-reference__link {
    display: flex;
    width: 31%;
  }
  .c-reference__filter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
  }
  .c-reference__filter--link {
    display: block;
    width: 18%;
    text-decoration: none;
    font-size: 1.25rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    text-align: center;
    padding: 1rem 1rem;
    margin: 1rem 0;
    color: #B291C1;
  }
  .c-reference__filter--img {
    display: block;
  }
}
@keyframes shakinglink2 {
  0% {
    transform: rotate(180deg);
  }
  20% {
    transform: rotate(182deg);
  }
  40% {
    transform: rotate(177deg);
  }
  60% {
    transform: rotate(182deg);
  }
  80% {
    transform: rotate(178deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes shakinglink {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-2deg);
  }
  40% {
    transform: rotate(2deg);
  }
  60% {
    transform: rotate(-2deg);
  }
  80% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*o nas*/
.c-short-describe {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 1.84rem;
  padding-top: 1.84rem;
}
.c-short-describe__nadpis {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.84rem;
}
.c-short-describe__nadpis--img {
  display: none;
}
.c-short-describe__text {
  width: 100%;
  color: #3C3C3C;
  margin-top: 0.5625rem;
  margin-bottom: 0.5625rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-short-describe_text h3 {
  color: #40687C;
  font-size: 1.7rem;
  font-weight: 800;
}
.c-short-describe__text p {
  font-size: 1.25rem;
  font-family: 'Roboto', sans-serif;
  color: #323232;
  padding-right: 0rem;
}
.c-short-describe__text strong {
  color: #000;
}
.c-short-describe__text-annotace {
  margin-bottom: 1.84rem;
}
.c-short-describe__text-annotace ul li {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}
.c-short-describe__text-annotace ul li::marker {
  color: #662383;
  font-size: 1.2rem;
}
.c-short-describe__image {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  position: relative;
  padding-bottom: 2.25rem;
}
.c-short-describe__image img {
  z-index: 2;
  width: 85%;
  aspect-ratio: 3/2;
  border-radius: 33px;
  object-fit: cover;
}
.c-short-describe__white--left {
  position: absolute;
  z-index: 0;
  background: #f6f6f6;
  width: 20%;
  top: 0;
  height: 100%;
  border-bottom-right-radius: 33px;
}
.c-short-describe__white--right {
  position: absolute;
  z-index: 0;
  background: #f6f6f6;
  width: 20%;
  height: 100%;
  right: 0;
  top: 0;
  border-bottom-left-radius: 33px;
}
.c-short-describe__top-line {
  height: 0px;
  width: 80px;
  background: #662383;
  display: none;
}
.c-short-describe__down-line {
  height: 0px;
  width: 500px;
  background: #662383;
  display: none;
}
.c-short-describe__odkaz {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-short-describe .reveal {
  opacity: 0%;
  left: 25rem;
  transition: 1s ease;
}
.c-short-describe .reveal.active {
  opacity: 100%;
  left: 14rem;
  transition: 1s ease;
}
.c-short-describe__map {
  position: relative;
  z-index: 1;
  width: 600px;
  height: 450px;
  margin-top: 5rem;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.c-short-describe__map:before {
  content: "";
  position: absolute;
  display: block;
  top: 2%;
  left: 2%;
  width: 150px;
  height: 100px;
  border-radius: 10px;
  background: url(../img/firma.jpg) no-repeat;
  background-size: cover;
}
.c-short-describe__map:hover::before {
  top: 7%;
  left: 7%;
  transform: scale(1.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
@media only screen and (min-width: 80rem) {
  .c-short-describe__image {
    width: 50%;
    padding-bottom: 0;
    justify-content: flex-end;
  }
  .c-short-describe__image img {
    width: 90%;
    aspect-ratio: 3/2;
  }
  .c-short-describe__nadpis {
    justify-content: space-between;
  }
  .c-short-describe__nadpis--img {
    display: block;
  }
  .c-short-describe__text {
    text-align: start;
    width: 50%;
  }
  .c-short-describe__text p {
    padding-right: 3rem;
  }
  .c-short-describe__text a {
    margin: 0;
  }
  .c-short-describe__white--left {
    width: 20%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .c-short-describe__white--right {
    width: 20%;
    height: 100%;
    right: 0;
    top: 0;
  }
  .c-short-describe__white--left,
  .c-short-describe__white--right {
    height: 100%;
  }
}
@keyframes hover {
  0% {
    background: #ffffff;
    color: #662383;
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
    color: linear-gradient(to left, #662383, #662383, rgba(102, 35, 131, 0), rgba(102, 35, 131, 0));
    background: linear-gradient(to right, #662383, rgba(102, 35, 131, 0), rgba(102, 35, 131, 0), rgba(102, 35, 131, 0));
  }
  95% {
    background: linear-gradient(to right, #662383, rgba(102, 35, 131, 0), rgba(102, 35, 131, 0), rgba(102, 35, 131, 0));
  }
  100% {
    transform: rotate(0deg);
    color: #ffffff;
    background: #662383;
  }
}
@keyframes hover-back {
  0% {
    background: #662383;
    color: #ffffff;
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-2deg);
    color: #ffffff;
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
    background: #ffffff;
    color: #662383;
  }
}
.tlacitko {
  border: 3px solid #662383;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  /* místo width/height – nastaví vnitřní okraje */
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  color: #662383;
  border-radius: 24px;
  text-align: center;
  margin-top: 10px !important;
  position: relative;
  z-index: 0;
  overflow: hidden;
  animation: hover-back 0.5s ease;
  cursor: pointer;
}
.tlacitko:before {
  content: "";
  position: absolute;
  border-radius: 24px;
  inset: 0;
  /* nahradí left/right/top/bottom */
  border: 3px solid #662383;
  background: #662383;
  z-index: -1;
  transition: 0.6s ease;
  transform: translateX(-120%);
}
.tlacitko:hover:before,
.tlacitko:focus:before {
  background: #662383;
  color: #ffffff;
  transition: 0.6s ease;
  transform: translateX(0);
}
.tlacitko:hover {
  animation: hover 0.5s ease;
  background: #662383;
  color: #ffffff;
}
/*o nas*/
.c-short-describe {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 1.84rem;
  padding-top: 1.84rem;
}
.c-short-describe__nadpis {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.84rem;
}
.c-short-describe__nadpis--img {
  display: none;
}
.c-short-describe__text {
  width: 100%;
  color: #3C3C3C;
  margin-top: 0.5625rem;
  margin-bottom: 0.5625rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-short-describe_text h3 {
  color: #40687C;
  font-size: 1.7rem;
  font-weight: 800;
}
.c-short-describe__text p {
  font-size: 1.25rem;
  font-family: 'Roboto', sans-serif;
  color: #323232;
  padding-right: 0rem;
}
.c-short-describe__text strong {
  color: #000;
}
.c-short-describe__text-annotace {
  margin-bottom: 1.84rem;
}
.c-short-describe__text-annotace ul li {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}
.c-short-describe__text-annotace ul li::marker {
  color: #662383;
  font-size: 1.2rem;
}
.c-short-describe__image {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  position: relative;
  padding-bottom: 2.25rem;
}
.c-short-describe__image img {
  z-index: 2;
  width: 85%;
  aspect-ratio: 3/2;
  border-radius: 33px;
  object-fit: cover;
}
.c-short-describe__white--left {
  position: absolute;
  z-index: 0;
  background: #f6f6f6;
  width: 20%;
  top: 0;
  height: 100%;
  border-bottom-right-radius: 33px;
}
.c-short-describe__white--right {
  position: absolute;
  z-index: 0;
  background: #f6f6f6;
  width: 20%;
  height: 100%;
  right: 0;
  top: 0;
  border-bottom-left-radius: 33px;
}
.c-short-describe__top-line {
  height: 0px;
  width: 80px;
  background: #662383;
  display: none;
}
.c-short-describe__down-line {
  height: 0px;
  width: 500px;
  background: #662383;
  display: none;
}
.c-short-describe__odkaz {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-short-describe .reveal {
  opacity: 0%;
  left: 25rem;
  transition: 1s ease;
}
.c-short-describe .reveal.active {
  opacity: 100%;
  left: 14rem;
  transition: 1s ease;
}
.c-short-describe__map {
  position: relative;
  z-index: 1;
  width: 600px;
  height: 450px;
  margin-top: 5rem;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.c-short-describe__map:before {
  content: "";
  position: absolute;
  display: block;
  top: 2%;
  left: 2%;
  width: 150px;
  height: 100px;
  border-radius: 10px;
  background: url(../img/firma.jpg) no-repeat;
  background-size: cover;
}
.c-short-describe__map:hover::before {
  top: 7%;
  left: 7%;
  transform: scale(1.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
@media only screen and (min-width: 80rem) {
  .c-short-describe__image {
    width: 50%;
    padding-bottom: 0;
  }
  .c-short-describe__image img {
    width: 90%;
    aspect-ratio: 3/2;
  }
  .c-short-describe__nadpis {
    justify-content: space-between;
  }
  .c-short-describe__nadpis--img {
    display: block;
  }
  .c-short-describe__text {
    text-align: start;
    width: 50%;
  }
  .c-short-describe__text p {
    padding-right: 3rem;
  }
  .c-short-describe__text a {
    margin: 0;
  }
  .c-short-describe__white--left {
    width: 20%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .c-short-describe__white--right {
    width: 20%;
    height: 100%;
    right: 0;
    top: 0;
  }
  .c-short-describe__white--left,
  .c-short-describe__white--right {
    height: 100%;
  }
}
@keyframes hover {
  0% {
    background: #ffffff;
    color: #662383;
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
    color: linear-gradient(to left, #662383, #662383, rgba(102, 35, 131, 0), rgba(102, 35, 131, 0));
    background: linear-gradient(to right, #662383, rgba(102, 35, 131, 0), rgba(102, 35, 131, 0), rgba(102, 35, 131, 0));
  }
  95% {
    background: linear-gradient(to right, #662383, rgba(102, 35, 131, 0), rgba(102, 35, 131, 0), rgba(102, 35, 131, 0));
  }
  100% {
    transform: rotate(0deg);
    color: #ffffff;
    background: #662383;
  }
}
@keyframes hover-back {
  0% {
    background: #662383;
    color: #ffffff;
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-2deg);
    color: #ffffff;
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
    background: #ffffff;
    color: #662383;
  }
}
/*o nas*/
.c-potreba-clienta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 4.25rem;
  padding-top: 4.25rem;
}
.c-potreba-clienta__obal {
  display: flex;
  flex-direction: column-reverse;
  padding: 4rem 0;
}
.c-potreba-clienta__nadpis {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.84rem;
  color: #ffffff;
}
.c-potreba-clienta__dots {
  display: none;
}
.c-potreba-clienta__text {
  width: 100%;
  margin-top: 0.5625rem;
  margin-bottom: 0.5625rem;
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-potreba-clienta__text h3 {
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 800;
}
.c-potreba-clienta__text p {
  font-size: 1.25rem;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  padding-right: 0rem;
}
.c-potreba-clienta__text strong {
  color: #ffffff;
}
.c-potreba-clienta__text-annotace {
  text-align: center;
  margin-bottom: 1.84rem;
  color: #ffffff;
}
.c-potreba-clienta__image {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 2.25rem;
}
.c-potreba-clienta__image img {
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 33px;
  object-fit: cover;
}
.c-potreba-clienta__white--left {
  position: absolute;
  z-index: 0;
  background: #f6f6f6;
  width: 20%;
  top: 0;
  height: 100%;
  border-bottom-right-radius: 33px;
}
.c-potreba-clienta__white--right {
  position: absolute;
  z-index: 0;
  background: #f6f6f6;
  width: 20%;
  height: 100%;
  right: 0;
  top: 0;
  border-bottom-left-radius: 33px;
}
.c-potreba-clienta__top-line {
  height: 0px;
  width: 80px;
  background: #662383;
  display: none;
}
.c-potreba-clienta__down-line {
  height: 0px;
  width: 500px;
  background: #ffffff;
  display: none;
}
.c-potreba-clienta__odkaz {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-potreba-clienta__text a {
  border: 3px solid #662383;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  margin: 0 auto;
  color: #ffffff;
  width: 191px;
  height: 44px;
  border-radius: 24px;
  text-align: center;
  margin-top: 1.84rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
  animation: hover-back 0.5s ease;
}
.c-potreba-clienta__text a:before {
  content: "";
  position: absolute;
  border-radius: 24px;
  left: -120%;
  right: 0;
  bottom: 0;
  width: 110%;
  height: 101%;
  border: 3px solid #662383;
  background: #662383;
  z-index: -1;
  transition: 0.6s ease;
}
.c-potreba-clienta__text a:hover:before,
.c-potreba-clienta__text a:focus:before {
  background: #662383;
  color: #ffffff;
  transition: 0.6s ease;
  top: 0%;
  left: -1%;
}
.c-potreba-clienta__text a:hover {
  animation: hover 0.5s ease;
  background: #662383;
  color: #ffffff;
}
.c-potreba-clienta .reveal {
  opacity: 0%;
  left: 25rem;
  transition: 1s ease;
}
.c-potreba-clienta .reveal.active {
  opacity: 100%;
  left: 14rem;
  transition: 1s ease;
}
@media only screen and (min-width: 80rem) {
  .c-potreba-clienta__obal {
    flex-direction: row;
  }
  .c-potreba-clienta__image {
    width: 50%;
    padding-bottom: 0;
  }
  .c-potreba-clienta__dots {
    display: block;
  }
  .c-potreba-clienta__text-annotace {
    text-align: end;
    margin-bottom: 1.84rem;
    color: #ffffff;
  }
  .c-potreba-clienta__nadpis {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.84rem;
    color: #ffffff;
  }
  .c-potreba-clienta__image img {
    width: 80%;
  }
  .c-potreba-clienta__text {
    text-align: start;
    width: 50%;
  }
  .c-potreba-clienta__text span {
    display: block;
  }
  .c-potreba-clienta__text a {
    margin: 0;
  }
}
@keyframes hover {
  0% {
    background: #ffffff;
    color: #662383;
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
    color: linear-gradient(to left, #662383, #662383, rgba(102, 35, 131, 0), rgba(102, 35, 131, 0));
    background: linear-gradient(to right, #662383, rgba(102, 35, 131, 0), rgba(102, 35, 131, 0), rgba(102, 35, 131, 0));
  }
  95% {
    background: linear-gradient(to right, #662383, rgba(102, 35, 131, 0), rgba(102, 35, 131, 0), rgba(102, 35, 131, 0));
  }
  100% {
    transform: rotate(0deg);
    color: #ffffff;
    background: #662383;
  }
}
@keyframes hover-back {
  0% {
    background: #662383;
    color: #ffffff;
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-2deg);
    color: #ffffff;
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
    background: #ffffff;
    color: #662383;
  }
}
.c-ref-gallery__nadpis {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 2rem;
  padding-top: 2rem;
}
.c-ref-gallery__nadpis h3 {
  font-size: 2.5rem;
  color: #662383;
}
.c-ref-gallery__purple-line {
  height: 2px;
  width: 31%;
  background: #662383;
}
.c-ref-gallery__text {
  position: relative;
  padding-bottom: 2rem;
}
.c-ref-gallery__karta {
  position: relative;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1), #ffffff, #ffffff, #ffffff, #ffffff, rgba(255, 255, 255, 0.1));
  text-align: center;
  margin-left: 2%;
  padding-right: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 1rem;
}
.c-ref-gallery__karta h5 {
  font-size: 1.25rem;
  margin-top: 3rem;
  margin-bottom: 0rem;
  font-weight: 900;
  text-transform: none;
}
.c-ref-gallery__karta span {
  font-size: 1.025rem;
  color: #662383;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 2rem;
}
.c-ref-gallery__karta p {
  color: #9b9b9b;
}
.c-ref-gallery__rozdelovac {
  opacity: 0.3;
  z-index: -2;
  position: absolute;
  top: 54.5%;
  left: 33%;
}
.c-ref-gallery__rozdelovac2 {
  opacity: 0.3;
  z-index: -2;
  position: absolute;
  top: 54.5%;
  left: 66%;
}
.c-ref-gallery__foto {
  width: 85%;
  border-radius: 33px;
}
.slick-track {
  align-items: flex-start;
}
.slick-next2 {
  right: -2rem !important;
  top: 43%!important;
}
.slick-next2:before {
  width: 1.5rem;
}
.slick-prev2 {
  left: -2rem !important;
  top: 43%!important;
}
.slick-prev2:before {
  width: 1.5rem;
}
@media only screen and (min-width: 80rem) {
  .c-ref-gallery__foto {
    width: 95%;
    border-radius: 50px;
  }
  .slick-next2 {
    right: -3rem !important;
  }
  .slick-next2:before {
    width: 2.5rem;
  }
  .slick-prev2 {
    left: -4.5rem !important;
  }
  .slick-prev2:before {
    width: 2.5rem;
  }
}
/*o nas*/
.c-duvod {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 4.25rem;
  padding-top: 4.25rem;
}
.c-duvod__obal {
  display: flex;
  flex-direction: row;
  padding: 0rem 0 5rem 0;
}
.c-duvod__nadpis {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.84rem;
  color: #ffffff;
}
.c-duvod__white-line {
  height: 2px;
  width: 28%;
  background: white;
  display: none;
}
.c-duvod__dots {
  display: none;
}
.c-duvod__text {
  width: 100%;
  margin-top: 0.5625rem;
  margin-bottom: 0.5625rem;
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.c-duvod__text h3 {
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 800;
}
.c-duvod__text p {
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  padding-right: 0rem;
  font-weight: 800;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.c-duvod__karta {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  align-items: center;
}
.c-duvod__oddelovac {
  display: none;
}
.c-duvod__text strong {
  color: #ffffff;
}
.c-duvod__text-annotace {
  text-align: end;
  margin-bottom: 1.84rem;
  color: #ffffff;
}
.c-duvod__image {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 2.25rem;
}
.c-duvod__image img {
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 33px;
  object-fit: cover;
}
.c-duvod__odkaz {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-duvod__text a {
  border: 3px solid #662383;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  margin: 0 auto;
  color: #ffffff;
  width: 191px;
  height: 44px;
  border-radius: 24px;
  text-align: center;
  margin-top: 1.84rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
  animation: hover-back 0.5s ease;
}
.c-duvod__text a:before {
  content: "";
  position: absolute;
  border-radius: 24px;
  left: -120%;
  right: 0;
  bottom: 0;
  width: 110%;
  height: 101%;
  border: 3px solid #662383;
  background: #662383;
  z-index: -1;
  transition: 0.6s ease;
}
.c-duvod__text a:hover:before,
.c-duvod__text a:focus:before {
  background: #662383;
  color: #ffffff;
  transition: 0.6s ease;
  top: 0%;
  left: -1%;
}
.c-duvod__text a:hover {
  animation: hover 0.5s ease;
  background: #662383;
  color: #ffffff;
}
.c-duvod .reveal {
  opacity: 0%;
  left: 25rem;
  transition: 1s ease;
}
.c-duvod .reveal.active {
  opacity: 100%;
  left: 14rem;
  transition: 1s ease;
}
@media only screen and (min-width: 80rem) {
  .c-duvod__dots {
    display: block;
  }
  .c-duvod__white-line {
    display: block;
  }
  .c-duvod__oddelovac {
    display: block;
  }
  .c-duvod__oddelovac:nth-of-type(4) {
    display: none;
  }
  .c-duvod__oddelovac:last-of-type {
    display: none;
  }
  .c-duvod__karta {
    display: flex;
    flex-direction: column;
    width: 24%;
    height: 200px;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-duvod__text {
    flex-direction: row;
  }
  .c-duvod__text p {
    font-size: 1.25rem;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    padding-right: 0rem;
    font-weight: 800;
    margin-top: 0rem;
    margin-bottom: 0rem;
    width: 80%;
  }
}
@keyframes hover {
  0% {
    background: #ffffff;
    color: #662383;
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
    color: linear-gradient(to left, #662383, #662383, rgba(102, 35, 131, 0), rgba(102, 35, 131, 0));
    background: linear-gradient(to right, #662383, rgba(102, 35, 131, 0), rgba(102, 35, 131, 0), rgba(102, 35, 131, 0));
  }
  95% {
    background: linear-gradient(to right, #662383, rgba(102, 35, 131, 0), rgba(102, 35, 131, 0), rgba(102, 35, 131, 0));
  }
  100% {
    transform: rotate(0deg);
    color: #ffffff;
    background: #662383;
  }
}
@keyframes hover-back {
  0% {
    background: #662383;
    color: #ffffff;
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-2deg);
    color: #ffffff;
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
    background: #ffffff;
    color: #662383;
  }
}
.c-partneri {
  padding: 10rem 0;
}
.c-partneri__nadpis {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 2rem;
  padding-top: 2rem;
}
.c-partneri__nadpis h3 {
  font-size: 2.5rem;
  color: #662383;
}
.c-partneri__purple-line {
  height: 2px;
  width: 31%;
  background: #662383;
  display: none;
}
.c-partneri__text {
  position: relative;
}
.c-partneri__dots {
  display: none;
}
.c-partneri__karta {
  position: relative;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1), #ffffff, #ffffff, #ffffff, #ffffff, rgba(255, 255, 255, 0.1));
  text-align: center;
  margin-left: 2%;
  padding-right: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.c-partneri__karta h5 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.c-partneri__rozdelovac {
  opacity: 0.3;
  z-index: -2;
  position: absolute;
  top: 56%;
  left: 50%;
  display: none;
}
.c-partneri__image {
  width: 100%;
  aspect-ratio: 3/2;
  display: block;
  object-fit: contain;
}
.slick-dots2 {
  display: none;
}
.slick-arrow::before {
  top: -2rem;
  height: 3.6rem;
  filter: none;
}
.slick-arrow:hover:before {
  filter: none;
}
.slick-arrow:hover {
  animation: hoverin 1s infinite;
  filter: none;
}
@media only screen and (min-width: 80rem) {
  .c-partneri {
    padding-top: 10rem 0;
  }
  .c-partneri__image {
    width: 85%;
  }
  .c-partneri__rozdelovac {
    display: block;
  }
  .c-partneri_purple-line {
    display: block;
  }
  .c-partneri__dots {
    display: block;
  }
}
.c-svetla {
  margin-top: 3.5rem;
}
.c-svetla__nadpis {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 2rem;
}
.c-svetla__nadpis h3 {
  text-align: center;
  font-size: 2.5rem;
}
.c-svetla__nadpis img {
  display: none;
}
.c-svetla__purple-line {
  display: none;
  height: 2px;
  width: 27%;
  background: #662383;
}
.c-svetla__text-annotace p {
  margin-bottom: 2rem;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 1.25rem;
}
.c-svetla__text-annotace2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-svetla__text-annotace2 ul li {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}
.c-svetla__text-annotace2 ul li::marker {
  color: #662383;
  font-size: 2rem;
}
.c-svetla__nabidka-ikony {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 3.5rem;
  flex-wrap: wrap;
}
.c-svetla__ikony {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem;
  text-decoration: none;
  max-width: 100%;
  scale: 1;
  transition: 0.4s ease;
}
.c-svetla__ikony img {
  width: 100%;
}
.c-svetla__ikony:hover {
  scale: 1.1;
  transition: 0.4s ease;
}
.c-svetla__ikony span {
  margin-top: 1.25rem;
  color: #662383;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
}
@media only screen and (min-width: 80rem) {
  .c-svetla__nadpis {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 2rem;
  }
  .c-svetla__nadpis h3 {
    text-align: center;
    font-size: 2.5rem;
  }
  .c-svetla__nadpis img {
    display: block;
  }
  .c-svetla__purple-line {
    height: 2px;
    width: 27%;
    background: #662383;
    display: block;
  }
  .c-svetla__nabidka-ikony {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 3.5rem;
    flex-wrap: no-wrap;
  }
  .c-svetla__ikony {
    margin: 0;
    margin-bottom: 2rem;
  }
  .c-svetla__ikony img {
    width: 250px;
    aspect-ratio: 3/2;
    object-fit: cover;
  }
  .c-svetla__text-annotace2 {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .c-svetla__text-annotace2 ul li {
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
  }
  .c-svetla__text-annotace2 ul li::marker {
    color: #662383;
    font-size: 2rem;
  }
  .c-svetla__text-annotace2 p {
    margin-bottom: 2rem;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 1.25rem;
  }
}
/*o nas*/
.c-specifikace__table tr {
  border-bottom: 1px dashed #662383;
}
.c-specifikace__table tr:last-child {
  border-bottom: none;
}
.c-specifikace__td--nadpis {
  font-weight: 600;
  border-right: 1px dashed #662383;
}
/*o nas*/
.c-volne-pozice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 1.84rem;
  padding-top: 1.84rem;
}
.c-volne-pozice__nadpis {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.84rem;
}
.c-volne-pozice__nadpis--img {
  display: none;
}
.c-volne-pozice__text {
  width: 100%;
  color: #3C3C3C;
  margin-top: 0.5625rem;
  margin-bottom: 0.5625rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-volne-pozice_text h3 {
  color: #40687C;
  font-size: 1.7rem;
  font-weight: 800;
}
.c-volne-pozice__text p {
  font-size: 1.25rem;
  font-family: 'Roboto', sans-serif;
  color: #323232;
  padding-right: 0rem;
}
.c-volne-pozice__text strong {
  color: #000;
}
.c-volne-pozice__text-annotace {
  margin-bottom: 1.84rem;
}
.c-volne-pozice__text-annotace ul li {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}
.c-volne-pozice__text-annotace ul li::marker {
  color: red;
  font-size: 2rem;
}
.c-volne-pozice__image {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  position: relative;
  padding-bottom: 2.25rem;
}
.c-volne-pozice__image img {
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 33px;
  object-fit: cover;
}
.c-volne-pozice__white--left {
  position: absolute;
  z-index: 0;
  background: #f6f6f6;
  width: 20%;
  top: 0;
  height: 100%;
  border-bottom-right-radius: 33px;
}
.c-volne-pozice__white--right {
  position: absolute;
  z-index: 0;
  background: #f6f6f6;
  width: 20%;
  height: 100%;
  right: 0;
  top: 0;
  border-bottom-left-radius: 33px;
}
.c-volne-pozice__top-line {
  height: 0px;
  width: 80px;
  background: #662383;
  display: none;
}
.c-volne-pozice__down-line {
  height: 0px;
  width: 500px;
  background: #662383;
  display: none;
}
.c-volne-pozice__odkaz {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-volne-pozice__text a {
  border: 3px solid #662383;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  margin: 0 auto;
  color: #662383;
  width: 191px;
  height: 44px;
  border-radius: 24px;
  text-align: center;
  margin-top: 1.84rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
  animation: hover-back 0.5s ease;
}
.c-volne-pozice__text a:before {
  content: "";
  position: absolute;
  border-radius: 24px;
  left: -120%;
  right: 0;
  bottom: 0;
  width: 110%;
  height: 101%;
  border: 3px solid #662383;
  background: #662383;
  z-index: -1;
  transition: 0.6s ease;
}
.c-volne-pozice__text a:hover:before,
.c-volne-pozice__text a:focus:before {
  background: #662383;
  color: #ffffff;
  transition: 0.6s ease;
  top: 0%;
  left: -1%;
}
.c-volne-pozice__text a:hover {
  animation: hover 0.5s ease;
  background: #662383;
  color: #ffffff;
}
.c-volne-pozice .reveal {
  opacity: 0%;
  left: 25rem;
  transition: 1s ease;
}
.c-volne-pozice .reveal.active {
  opacity: 100%;
  left: 14rem;
  transition: 1s ease;
}
@media only screen and (min-width: 80rem) {
  .c-volne-pozice__image {
    width: 50%;
    padding-bottom: 0;
  }
  .c-volne-pozice__image img {
    width: 90%;
    height: 450px;
    object-fit: contain;
  }
  .c-volne-pozice__nadpis {
    justify-content: space-between;
  }
  .c-volne-pozice__nadpis--img {
    display: block;
  }
  .c-volne-pozice__text {
    text-align: start;
    width: 50%;
  }
  .c-volne-pozice__text span {
    display: none;
  }
  .c-volne-pozice__text p {
    padding-right: 3rem;
  }
  .c-volne-pozice__text a {
    margin: 0;
  }
  .c-volne-pozice__white--left {
    width: 20%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .c-volne-pozice__white--right {
    width: 20%;
    height: 100%;
    right: 0;
    top: 0;
  }
  .c-volne-pozice__white--left,
  .c-volne-pozice__white--right {
    height: 100%;
  }
}
@keyframes hover {
  0% {
    background: #ffffff;
    color: #662383;
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
    color: linear-gradient(to left, #662383, #662383, rgba(102, 35, 131, 0), rgba(102, 35, 131, 0));
    background: linear-gradient(to right, #662383, rgba(102, 35, 131, 0), rgba(102, 35, 131, 0), rgba(102, 35, 131, 0));
  }
  95% {
    background: linear-gradient(to right, #662383, rgba(102, 35, 131, 0), rgba(102, 35, 131, 0), rgba(102, 35, 131, 0));
  }
  100% {
    transform: rotate(0deg);
    color: #ffffff;
    background: #662383;
  }
}
@keyframes hover-back {
  0% {
    background: #662383;
    color: #ffffff;
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-2deg);
    color: #ffffff;
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
    background: #ffffff;
    color: #662383;
  }
}
.c-novy-info-bar {
  padding: 3rem 1rem;
}
.c-novy-info-bar__container {
  max-width: 1100px;
  margin: 0 auto;
}
.c-novy-info-bar__nadpis {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 2rem;
}
.c-novy-info-bar__nadpis h2 {
  width: 100%;
  font-size: 2rem;
  color: #662383;
  font-family: 'Roboto', sans-serif;
  margin: 1rem 0;
}
.c-novy-info-bar__line {
  display: block;
  width: 28%;
  height: 2px;
  background-color: #662383;
  margin: 0 1rem;
}
.c-novy-info-bar__obsah {
  text-align: left;
}
.c-novy-info-bar__obsah h3 {
  text-align: center;
}
.c-novy-info-bar__obsah p {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-family: 'Roboto', sans-serif;
}
.c-novy-info-bar__obsah ul li {
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
}
.c-novy-info-bar__obsah ul li::marker {
  color: #662383;
  font-size: 1.2rem;
  position: relative;
}
.obrazek-vlevo {
  display: block;
  /* aby se choval jako <div> */
  float: left;
  margin: 0 20px 20px 0;
  width: 300px;
  max-width: 40%;
  border-radius: 33px;
}
.obrazek-vpravo {
  display: block;
  /* aby se choval jako <div> */
  float: right;
  margin: 0 0 20px 20px;
  width: 300px;
  max-width: 40%;
  border-radius: 33px;
}
/* Responsivita: na mobilu obrázek nad textem */
@media (max-width: 768px) {
  .obrazek-vlevo,
  .obrazek-vpravo {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
    width: 100%;
    max-width: 100%;
  }
}
.c-infokarta__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  justify-content: center;
  /* aby se 2–3 karty vycentrovaly */
  margin-bottom: 3rem;
}
.c-infokarta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  transition: transform 0.2s ease;
}
.c-infokarta:hover {
  transform: translateY(-5px);
}
.c-infokarta__image {
  width: 100%;
  height: 100px;
  /* výšku si můžeš upravit podle potřeby */
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.c-infokarta__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* zajistí stejné proporce */
  display: block;
}
.c-infokarta__title {
  font-size: 1.9rem;
  margin-bottom: 0.5rem;
}
.c-infokarta__text {
  font-size: 1rem;
  line-height: 1.5;
}
.c-infokarta__text ul li {
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}
.c-infokarta__text ul li::marker {
  color: #662383;
  font-size: 1.2rem;
}
.c-infokarta__text p {
  margin-top: 20px !important;
}
.c-infokarta__content {
  padding: 1.5rem;
  /* jen text má padding */
}
.info-proklik {
  text-decoration: none;
}
/* Layouts
*/
.l-header {
  top: 0;
  z-index: 10000;
}
.l-header__container {
  display: flex;
  flex-direction: row;
  height: 113px;
  align-items: center;
  justify-content: space-between;
}
.l-footer {
  width: 100%;
  background: url(../img/solar_footer.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.l-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(63, 24, 88, 0.9);
  display: block;
  height: 100%;
  width: 100%;
}
.l-footer__obal {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-footer__sloupec {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  text-align: center;
}
.l-footer__link,
.l-footer__kontakt-link,
.l-footer__nadpis,
.l-footer__adresa {
  color: #ffffff;
  position: relative;
  z-index: 2;
  font-family: 'Roboto', sans-serif;
  font-size: 0.85rem;
  line-height: 26px;
}
.l-footer__nadpis {
  font-size: 1rem;
}
.l-footer__link,
.l-footer__kontakt-link {
  text-decoration: none;
}
.l-footer__link:hover,
.l-footer__kontakt-link:hover,
.l-footer__link:focus,
.l-footer__kontakt-link:focus {
  text-decoration: underline;
}
.l-footer__zarovka {
  display: none;
}
footer {
  position: relative;
}
@media only screen and (min-width: 80rem) {
  .l-footer__obal {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
  }
  .l-footer__sloupec {
    margin-bottom: 0;
    position: relative;
    text-align: left;
  }
  .l-footer__zarovka {
    width: 100px;
    position: absolute;
    right: -2%;
    bottom: 00px;
    display: block;
  }
  .l-footer .sipka {
    width: 47px;
    height: 37px;
  }
}
/* Cols
@import 'cols.less';*/
/* Utilities */
.display-none {
  display: none;
}
.display-inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.flex {
  display: flex;
}
.flex-items-center {
  align-items: center;
}
.flex-justify-center {
  justify-content: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear-both {
  clear: both;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.width-100 {
  width: 100%;
}
.width-50 {
  width: 50%;
}
.line-height-tight {
  line-height: 1.25;
}
.line-height-default {
  line-height: 1.5;
}
.line-height-big {
  line-height: 1.75;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 4.25rem;
}
.pt-2 {
  padding-top: 2.8125rem;
}
.pt-3 {
  padding-top: 2.25rem;
}
.pt-4 {
  padding-top: 1.84rem;
}
.pt-5 {
  padding-top: 1.125rem;
}
.pt-6 {
  padding-top: 0.5625rem;
}
.pt-7 {
  padding-top: 0.3125rem;
}
.pt-default {
  padding-top: 1.125rem;
}
.pr-0 {
  padding-right: 0;
}
.pr-1 {
  padding-right: 4.25rem;
}
.pr-2 {
  padding-right: 2.8125rem;
}
.pr-3 {
  padding-right: 2.25rem;
}
.pr-4 {
  padding-right: 1.84rem;
}
.pr-5 {
  padding-right: 1.125rem;
}
.pr-6 {
  padding-right: 0.5625rem;
}
.pr-7 {
  padding-right: 0.3125rem;
}
.pr-default {
  padding-right: 1.125rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 4.25rem;
}
.pb-2 {
  padding-bottom: 2.8125rem;
}
.pb-3 {
  padding-bottom: 2.25rem;
}
.pb-4 {
  padding-bottom: 1.84rem;
}
.pb-5 {
  padding-bottom: 1.125rem;
}
.pb-6 {
  padding-bottom: 0.5625rem;
}
.pb-7 {
  padding-bottom: 0.3125rem;
}
.pb-default {
  padding-bottom: 1.125rem;
}
.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 4.25rem;
}
.pl-2 {
  padding-left: 2.8125rem;
}
.pl-3 {
  padding-left: 2.25rem;
}
.pl-4 {
  padding-left: 1.84rem;
}
.pl-5 {
  padding-left: 1.125rem;
}
.pl-6 {
  padding-left: 0.5625rem;
}
.pl-7 {
  padding-left: 0.3125rem;
}
.pl-default {
  padding-left: 1.125rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 4.25rem;
}
.mt-2 {
  margin-top: 2.8125rem;
}
.mt-3 {
  margin-top: 2.25rem;
}
.mt-4 {
  margin-top: 1.84rem;
}
.mt-5 {
  margin-top: 1.125rem;
}
.mt-6 {
  margin-top: 0.5625rem;
}
.mt-7 {
  margin-top: 0.3125rem;
}
.mt-default {
  margin-top: 1.125rem;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 4.25rem;
}
.mr-2 {
  margin-right: 2.8125rem;
}
.mr-3 {
  margin-right: 2.25rem;
}
.mr-4 {
  margin-right: 1.84rem;
}
.mr-5 {
  margin-right: 1.125rem;
}
.mr-6 {
  margin-right: 0.5625rem;
}
.mr-7 {
  margin-right: 0.3125rem;
}
.mr-default {
  margin-right: 1.125rem;
}
.mr-auto {
  margin-right: auto;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 4.25rem;
}
.mb-2 {
  margin-bottom: 2.8125rem;
}
.mb-3 {
  margin-bottom: 2.25rem;
}
.mb-4 {
  margin-bottom: 1.84rem;
}
.mb-5 {
  margin-bottom: 1.125rem;
}
.mb-6 {
  margin-bottom: 0.5625rem;
}
.mb-7 {
  margin-bottom: 0.3125rem;
}
.mb-default {
  margin-bottom: 1.125rem;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 4.25rem;
}
.ml-2 {
  margin-left: 2.8125rem;
}
.ml-3 {
  margin-left: 2.25rem;
}
.ml-4 {
  margin-left: 1.84rem;
}
.ml-5 {
  margin-left: 1.125rem;
}
.ml-6 {
  margin-left: 0.5625rem;
}
.ml-7 {
  margin-left: 0.3125rem;
}
.ml-default {
  margin-left: 1.125rem;
}
.ml-auto {
  margin-left: auto;
}
.fs-1 {
  font-size: 3.5rem;
}
.fs-2 {
  font-size: 2.5rem;
}
.fs-3 {
  font-size: 2.25rem;
}
.fs-4 {
  font-size: 1.5em;
}
.fs-5 {
  font-size: 1.25rem;
}
.fs-6 {
  font-size: 1rem;
}
.fs-7 {
  font-size: 0.875rem;
}
.fs-default {
  font-size: 1.25rem;
}
.text-bold {
  font-weight: 700;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
.underline-none {
  text-decoration: none;
}
.underline-on-hover:hover,
.underline-on-hover:focus,
.underline-on-hover:active {
  text-decoration: underline;
}
.cursor-pointer {
  cursor: pointer;
}
