body {
  font-family: "Montserrat", sans-serif;
}

.bg-black {
  background-color: #79b928;
}

.bg-white {
  background-color: #ffffff;
}

.bg-gray {
  background-color: #f8f8f8;
}

.fw-bold {
  font-weight: 700;
}

.fw-semi-bold {
  font-weight: 600;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.c-white * {
  color: #ffffff;
}

.c-green {
  color: #79b928;
}

.c-2b2b2b {
  color: #2b2b2b;
}

.position-relative {
  position: relative;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.pb-200 {
  padding-bottom: 200px;
}

.pt-90 {
  padding-top: 90px !important;
}

.opacity-1 {
  opacity: 1 !important;
}

@media only screen and (max-width: 992px) {
  .rwd-lg-mb-20 {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 768px) {
  .rwd-md-pb-0 {
    padding-bottom: 0 !important;
  }
  .rwd-md-mt-10 {
    margin-top: 10px !important;
  }
  .rwd-md-mt-30 {
    margin-top: 30px !important;
  }
  .rwd-md-mt-40 {
    margin-top: 40px !important;
  }
  .rwd-md-mb-10 {
    margin-bottom: 10px !important;
  }
  .rwd-md-mb-20 {
    margin-bottom: 20px !important;
  }
  .rwd-md-mb-30 {
    margin-bottom: 30px !important;
  }
  .rwd-md-pt-30 {
    padding-top: 30px !important;
  }
  .rwd-md-pb-30 {
    padding-bottom: 30px !important;
  }
  .rwd-md-pb-60 {
    padding-bottom: 60px !important;
  }
  .rwd-md-my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

.btn {
  position: relative;
  color: white;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 3px;
  padding: 12px 27px;
  overflow: hidden;
  z-index: 1;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:hover {
  color: #ffffff;
  background-color: transparent;
}

.btn:hover:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #79b928;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  z-index: -1;
}

.btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #6da624;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  z-index: -1;
}

.btn--black:hover {
  color: #ffffff;
}

.btn--black:before {
  background-color: black;
}

.btn--disable {
  display: inline-block !important;
}

.btn--disable:hover {
  color: #ffffff;
}

.btn--disable:before {
  background-color: #b2b2b2;
}

.btn--disable:after {
  background-color: #b2b2b2 !important;
}

.btn--small {
  padding: 9px 17px;
  font-size: 14px;
}

nav {
  background-image: url(/img/bg-menu.png);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #ffffff;
  position: relative;
}

nav .navbar-nav .nav-link {
  color: #2b2c2c !important;
  font-size: 15px;
  border-radius: 3px;
  padding: 10px 25px !important;
  text-transform: uppercase;
}

nav .navbar-nav .nav-link.active {
  background: #79b928;
  color: #ffffff !important;
}

nav .navbar-nav .nav-link:hover {
  background: #79b928;
  color: #ffffff !important;
}

@media only screen and (max-width: 1700px) {
  nav .navbar-nav .nav-link {
    padding: 10px !important;
  }
}

/*end nav .navbar-nav .nav-link*/
.navbar-light .navbar-toggler-icon {
  background-image: url(/img/hamburger.svg);
}

.navbar-light .navbar-toggler {
  border-color: transparent !important;
}

.contact-menu {
  min-width: 374px;
}

@media only screen and (max-width: 1500px) {
  .navbar-brand {
    width: 200px;
  }
  .navbar-brand img {
    max-width: 100%;
  }
}

.contactFixedTop a, .contact-menu a {
  color: #2b2c2c;
}

.contactFixedTop li, .contact-menu li {
  display: inline;
}

.contactFixedTop li:nth-child(1), .contact-menu li:nth-child(1) {
  margin-right: 20px;
}

.navbar {
  padding: 17px 30px 19px 30px;
}

@media only screen and (max-width: 1500px) {
  .navbar {
    padding: 17px 10px 19px 10px;
  }
}

@media only screen and (max-width: 1270px) {
  nav .navbar-nav .nav-link {
    padding: 10px 18px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .container-menu {
    max-width: 100%;
  }
  .contact-menu {
    display: none;
  }
  .contactFixedTop {
    height: 88px;
    width: 70%;
    margin-left: 150px;
  }
}

.responsive-menu {
  position: absolute;
  top: 23px;
  left: 57%;
  z-index: 10000;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  display: none;
}

.responsive-menu a {
  padding-left: 15px !important;
}

.responsive-menu a:nth-child(1) {
  padding-left: 30px !important;
}

.responsive-menu a[href^="tel"] {
  background: none;
}

.responsive-menu a[href^="mail"] {
  background: none;
}

@media only screen and (max-width: 780px) {
  .contactFixedTop li, .contact-menu li {
    display: block;
  }
  .navbar {
    padding: 22px 30px;
  }
}

@media only screen and (max-width: 540px) {
  .navbar-brand {
    width: 40%;
  }
  .navbar-brand img {
    max-width: 100%;
  }
  .contactFixedTop {
    display: none !important;
  }
  .responsive-menu {
    display: block;
  }
  .navbar {
    padding: 15px;
  }
}

.navbar-toggler {
  padding: 0;
}

.btn-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 3px;
}

.btn-menu:not(.collapsed) .btn-menu--burger {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  background: 0 0;
}

.btn-menu:not(.collapsed) .btn-menu--burger:before {
  background-color: #79b928;
  -webkit-transform: rotate(45deg) translate(21px, -21px);
  transform: rotate(45deg) translate(21px, -21px);
}

.btn-menu:not(.collapsed) .btn-menu--burger:after {
  background-color: #79b928;
  -webkit-transform: rotate(-45deg) translate(21px, 21px);
  transform: rotate(-45deg) translate(21px, 21px);
}

.btn-menu--burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 5px;
  border-radius: 5px;
  background: #2b2b2b;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-menu--burger:after, .btn-menu--burger:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 5px;
  background-color: #2b2b2B;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-menu--burger:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.btn-menu--burger:after {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.nav--footer li {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 1px;
}

.nav--footer li:nth-child(1) {
  color: #2b2c2c;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.bg-top-container {
  background: url(../img/top_background_index.png) repeat-x #EEEEEE !important;
}

@media only screen and (max-width: 768px) {
  .nav--footer li:nth-child(1) {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .nav--footer {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1260px;
  }
}

strong {
  font-weight: 700;
}

/* Make selected text gold on a red background */
::-moz-selection {
  color: #ffffff;
  background-color: #79b928;
}
::selection {
  color: #ffffff;
  background-color: #79b928;
}

h1, h2 {
  color: #2b2c2c;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  font-size: 70px;
  line-height: 55px;
  text-align: left;
  font-weight: 100;
  padding-top: 80px;
}

h1 span {
  display: block;
  font-size: 30px;
  font-size: left;
  font-weight: 800;
  margin-top: 10px;
}

h2 {
  font-size: 45px;
  line-height: 50px;
  padding: 0px 0 60px 0;
  font-weight: 800;
  text-align: center;
  position: relative;
}

h2:after {
  content: "";
  width: 350px;
  height: 16px;
  background: url(/img/delimiter.svg) no-repeat;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 32px;
}

.zeleny {
  font-size: 45px;
  line-height: 50px;
  padding: 0 0 60px 0;
  font-weight: 800;
  text-align: center;
  position: relative;
}

.zeleny:after {
  content: "";
  width: 350px;
  height: 16px;
  background: url(/img/delimiter_1.svg) no-repeat;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 32px;
}

h2 + p + p {
  font-size: 16px;
  line-height: 24px;
}

h3 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

p {
  color: #2b2c2c;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 22px;
  text-align: center;
}

p a {
  text-decoration: underline;
  color: #79b928;
}

p a:hover {
  color: #689e22;
}

.p-h1 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #2b2c2c;
  font-weight: 300;
}

.p-h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 6px;
}

h1, h2, h3 {
  color: #2b2c2c;
}

a[href^="mail"] {
  padding-left: 30px;
  text-decoration: underline;
  background: url(/img/icon-mail.svg);
  background-repeat: no-repeat;
  background-size: 22px 14px;
  background-position-y: center;
}

a[href^="mail"]:hover {
  color: inherit;
}

a[href^="tel"] {
  padding-left: 30px;
  background: url(/img/icon-tel.svg);
  background-repeat: no-repeat;
  background-size: 21px 20px;
  background-position-y: center;
  text-decoration: none;
}

a[href^="tel"]:hover {
  color: inherit;
  text-decoration: none;
}

.a-no-icon {
  padding-left: 0 !important;
  background: none !important;
}

.a-hover-white:hover {
  color: white !important;
  text-decoration: underline;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 20px;
  font-weight: 300;
}

@media only screen and (max-width: 576px) {
  h1 {
    font-size: 44px;
    line-height: 40px;
    text-align: left;
    padding-bottom: 30px;
  }
  .nadpis-3 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 0px !important;
    padding-top: 0px !important;
    font-weight: 400 !important;
  }
  p {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
  }
  .p-h1 {
    font-size: 20px;
    text-align: left !important;
  }
}

@media only screen and (max-width: 576px) and (max-width: 576px) {
  .p-h1 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 576px) {
  h2 {
    padding-top: 0 !important;
    padding-bottom: 15px;
  }
  h3, .p-h3 {
    text-align: center;
  }
  p {
    text-align: left !important;
  }
  .form-nadpis {
    padding-top: 30px !important;
  }
}

@media only screen and (max-width: 768px) {
  h2 {
    padding-top: 10px !important;
    margin-bottom: 20px;
    font-size: 32px !important;
    line-height: 32px;
  }
  h2:after {
    bottom: -10px;
  }
}

input, textarea {
  background-color: #ffffff !important;
  outline: none;
}

input#zpracovani-gdpr {
  width: 0;
  height: 0;
  opacity: 0;
}

textarea {
  resize: none;
}

.form-control {
  border-color: #ffffff;
  border-radius: 4px !important;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #79b928;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 3px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input:checked ~ .checkmark:after {
  display: block;
}

input:checked ~ .checkmark {
  background-color: #2b2c2c;
  border: 1px solid #2b2c2c;
}

label {
  position: relative;
}

label:after {
  content: "*";
  font-size: 14px;
  color: #79b928;
  padding-left: 2px;
}

label[for="zpracovani-gdpr"] {
  padding-left: 35px;
  line-height: 24px;
  font-size: 14px;
  color: #2b2c2c;
}

@media only screen and (max-width: 768px) {
  label[for="zpracovani-gdpr"] {
    margin-top: 20px;
  }
}

label[for="zpracovani-gdpr"]:after {
  content: "";
}

label[for="zpracovani-gdpr"] a {
  color: #2b2c2c;
  text-decoration: underline;
}

label[for="zpracovani-gdpr"] a:hover {
  color: #79b928;
}

@media only screen and (max-width: 768px) {
  .form-group {
    margin-bottom: 0;
  }
}

.form-control {
  border-radius: 0;
  padding: 20px;
  background-color: #fcfcfc;
}

.form-control:focus {
  outline: none;
  border-color: #79b928;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: red;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.modalni-okno {
  position: absolute;
  top: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  display: block;
  background-color: green;
  border-radius: 5px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  color: #ffffff;
  font-size: 24px;
  margin: 0 !important;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .modalni-okno {
    font-size: 18px;
    top: 130px;
    width: 100%;
    padding: 15px 20px;
  }
}

.modal-okno-animace {
  -webkit-animation: modalniokno 5s ease;
          animation: modalniokno 5s ease;
}

.modal-okno-animace-error {
  -webkit-animation: modalniokno 5s ease;
          animation: modalniokno 5s ease;
  background-color: #cd171a;
}

@-webkit-keyframes modalniokno {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes modalniokno {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.col-form-label {
  font-size: 15px;
}

.banner-price {
  width: 196px;
  height: 196px;
  border-radius: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  background-color: #7ab927;
}

.banner-price:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 188px;
  height: 188px;
  border-radius: 50%;
  border: 2px solid white;
  display: block;
  background: url(/img/price-light.png) no-repeat center;
}

@media only screen and (max-width: 768px) {
  .banner-price:before {
    width: 140px;
    height: 140px;
  }
}

.banner-price span.pulse {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: inline-block;
  background-color: #7ab927;
  -webkit-animation: pulse 2.5s linear infinite;
          animation: pulse 2.5s linear infinite;
  -webkit-animation-delay: calc(-0.5s * var(--i));
          animation-delay: calc(-0.5s * var(--i));
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .banner-price {
    width: 160px;
    height: 160px;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}

.banner-price__content {
  z-index: 10;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.banner-price__content p {
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  margin-bottom: 15px;
}

.banner-price__content p span {
  font-weight: 800;
}

@media only screen and (max-width: 768px) {
  .banner-price__content p {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.banner-price__content .banner-price__content__price {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .banner-price__content .banner-price__content__price {
    font-size: 20px;
    padding: 30px;
  }
}

.box-vyhody {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f6f6f6;
  width: 100%;
  float: left;
  min-height: 220px;
  padding: 30px 0px 30px 0px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .box-vyhody {
    padding: 30px 1px 20px 10px !important;
  }
}

.box-vyhody .box-vyhody__title {
  font-size: 21px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 5px;
  width: 150px;
}

.box-vyhody:hover .box-vyhody__hover {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.box-vyhody__hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(121, 185, 40, 0.9);
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all .3s;
  transition: all .3s;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  text-align: center;
}

.odrazka-vyhody-uklidu {
  position: relative;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 65px;
  z-index: 2;
  line-height: 24px;
  margin-top: 30px;
  padding: 10px 0 10px 36px;
}

.odrazka-vyhody-uklidu:before {
  content: "";
  position: absolute;
  left: 0;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: -1;
}

.odrazka-vyhody-uklidu:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 25px;
  width: 7px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

@media only screen and (max-width: 768px) {
  .odrazka-vyhody-uklidu {
    margin-top: 12px;
    padding-left: 46px;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 50px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .odrazka-vyhody-uklidu {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 50px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .odrazka-vyhody-uklidu {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 50px;
    height: 100px;
  }
  .odrazka-vyhody-uklidu:hover:after {
    top: 28px;
  }
  .odrazka-vyhody-uklidu:after {
    top: 42px;
  }
}

.box-kancelar {
  position: relative;
  background-color: #f6f6f6;
  height: 260px;
  width: 295px;
  padding: 28px 17px;
  text-align: center;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
.box-kancelar {
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  }
}

.pozadi1 {
  background-image: url("/img/kancelare-team-lidi.jpg");
  background-size: cover;
  background-color: #252525;
  background-blend-mode: overlay;
}

.pozadi2 {
  background-image: url("/img/kancelare-moderni-technologie.jpg");
  background-size: cover;
  background-color: #252525;
  background-blend-mode: overlay;
}

.pozadi3 {
  background-image: url("/img/kancelare-prizpusobeni-casu.jpg");
  background-size: cover;
  background-color: #252525;
  background-blend-mode: overlay;
}

.pozadi4 {
  background-image: url("/img/kancelare-kvalitaaspolehlivost.jpg");
  background-size: cover;
  background-color: #252525;
  background-blend-mode: overlay;
}

.box-kancelar:hover {
  -webkit-transform: translateY(-0.5%);
          transform: translateY(-0.5%);
  -webkit-box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.1);
}

.box-kancelar:hover:after {
  color: rgba(121, 185, 40, 0.1);
}

.box-kancelar span {
  display: block;
}

.box-kancelar .box-kancelar__title {
  text-transform: uppercase;
  color: #2b2c2c;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 20px;
}

.box-kancelar .box-kancelar__meters {
  font-size: 60px;
  line-height: 60px;
  padding-top: 14px;
  color: #79b928;
  font-weight: 800;
}

.box-kancelar .box-kancelar__meters span {
  font-size: 35px;
  display: inline;
}

.box-kancelar .box-kancelar__price {
  color: #2b2c2c;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 3px;
}

.box-kancelar .box-kancelar__description {
  font-size: 15px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 20px;
}

.box-kancelar:after {
  content: attr(data-kancelar);
  position: absolute;
  bottom: 0;
  right: 0px;
  font-size: 100px;
  font-weight: 800;
  color: #f8f8f8;
  line-height: 72px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.menu-border {
  border-bottom: 2px solid #79b928;
}

.scrooll-top {
  position: fixed;
  bottom: 50px;
  right: -200px;
  width: 40px;
  height: 40px;
  background: url(/img/up_arrow_black.svg) no-repeat;
  display: block;
  z-index: 1000;
  -webkit-transition: right .5s, -webkit-transform .2s;
  transition: right .5s, -webkit-transform .2s;
  transition: right .5s, transform .2s;
  transition: right .5s, transform .2s, -webkit-transform .2s;
}

.scrooll-top a {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (max-width: 500px) {
  .scrooll-top {
    width: 36px;
    height: 36px;
    bottom: 20px;
    opacity: .7;
  }
}

.bg-footer {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2b2c2c), color-stop(90%, #000000));
  background-image: linear-gradient(to top, #2b2c2c, #79b928 80%);
}

.bg-wave {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 200px;
  top: -150px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .bg-wave {
    top: -70px;
    height: 110px;
  }
}

.bg-wave-black .bg-wave-fill {
  fill: #79b928;
}

.bg-wave-white .bg-wave-fill {
  fill: #ffffff;
}

.bg-wave-gray .bg-wave-fill {
  fill: #f8f8f8;
}

.bg-wave-tecky .bg-wave-fill {
  background: url("/img/top_background_index.png");
}

.paticka {
  padding: 30px 0;
  border-top: 1px solid #ffffff;
}

.paticka p {
  color: white;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 768px) {
  .paticka {
    padding: 20px 0;
  }
  .paticka p {
    text-align: center !important;
  }
}

#map {
  height: 750px;
}

@media (max-width: 767px) {
  #map {
    height: 400px !important;
  }
}

.pudorys {
  z-index: 100;
  position: absolute;
  left: -10px;
  width: 200px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #79b928;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pudorys:focus {
  outline: none;
}

@media (max-width: 767px) {
  .pudorys {
    display: none;
  }
}

#bodyContent li a {
  line-height: 24px;
  display: inline-block;
}

.bg-home {
  position: relative;
  top: 80px;
  height: 680px !important;
  background: url(/img/uklid_brno_bg.jpg);
  background-repeat: no-repeat;
  background-position: center 80px;
  background-attachment: fixed;
}

@media only screen and (min-width: 1921px) {
  .bg-home {
    background-size: contain;
    height: 700px;
  }
}

@media only screen and (min-width: 2020px) {
  .bg-home {
    height: 740px;
  }
}

@media only screen and (min-width: 2120px) {
  .bg-home {
    height: 765px;
  }
}

@media only screen and (min-width: 2200px) {
  .bg-home {
    height: 790px;
  }
}

@media only screen and (min-width: 2400px) {
  .bg-home {
    height: 848px;
  }
}

@media only screen and (max-width: 768px) {
  .bg-home {
    top: 70px;
    margin-bottom: 90px;
    height: 100vh;
  }
}

.bg-section-top {
  background: url(/img/bg-top-vlna.png) no-repeat;
  background-position: center top;
  background-size: contain;
  position: relative;
  padding-top: 160px;
}

@media only screen and (max-width: 768px) {
  .bg-section-top {
    background: none;
  }
}

.bg-vyhoda {
  height: 100% !important;
  background: url(/img/kancelar.jpg) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 540px) {
  .bg-vyhoda {
    display: none;
  }
}

.bg-posilovna {
  background: url(/img/posilovna.jpg) no-repeat;
  background-size: cover;
}

#uklidy-kancelari,
#kontakt,
#vyhody-uklidu {
  padding-bottom: 150px;
}

@media only screen and (max-width: 768px) {
  #uklidy-kancelari,
  #kontakt,
  #vyhody-uklidu {
    padding-bottom: 70px;
  }
}

#galerie {
  padding-bottom: 25px;
}

#uklidove-sluzby {
  margin-bottom: 180px;
}

@media only screen and (max-width: 768px) {
  #uklidove-sluzby {
    margin-bottom: 110px;
  }
}

#vyhody-uklidu {
  background-color: #79b928;
  padding-top: 30px;
}

#vyhody-uklidu * {
  color: #ffffff;
}

footer a {
  color: white;
  font-size: 15px;
  font-weight: 300;
}

footer a:hover {
  color: #79b928;
}

.google-map {
  padding-left: 0px !important;
  padding-right: 0px !important;
  background: url("../img/map-cover.webp") no-repeat bottom right;
  background-size: cover;
  position: relative;
  width: 100%;
  min-height: 300px;
}

.google-map-cover {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 80%;
  border-radius: 4px;
  min-width: 290px;
  max-width: 100%;
  text-align: center;
}

.google-map-cover:hover {
  cursor: pointer;
}

.carousel-inner {
  max-height: 600px;
}

.carousel-indicators {
  position: relative;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #4c4d4d;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

.carousel-indicators .active {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
}

.carousel-control-next, .carousel-control-prev {
  height: 600px;
  opacity: 1;
  /* IPAD */
}

.carousel-control-next:hover, .carousel-control-prev:hover {
  opacity: 1;
}

.carousel-control-next:hover .carousel-icon, .carousel-control-prev:hover .carousel-icon {
  background-color: #98E533;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .carousel-control-next, .carousel-control-prev {
    height: 400px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .carousel-control-next, .carousel-control-prev {
    height: 300px;
  }
}

@media only screen and (max-width: 500px) {
  .carousel-control-next, .carousel-control-prev {
    height: 300px;
  }
}

.carousel-icon {
  position: relative;
  width: 66px;
  height: 66px;
  background-color: #2b2c2c;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .carousel-icon {
    width: 40px;
    height: 40px;
  }
}

.carousel-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
}

@media only screen and (max-width: 768px) {
  .carousel-icon:after {
    width: 10px;
    height: 10px;
  }
}

.carousel-icon--prev {
  position: absolute;
  left: 70px;
}

@media only screen and (max-width: 768px) {
  .carousel-icon--prev {
    left: 25px;
  }
}

.carousel-icon--prev:after {
  left: calc(50% + 5px);
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}

@media only screen and (max-width: 768px) {
  .carousel-icon--prev:after {
    left: calc(50% + 1px);
  }
}

.carousel-icon--next {
  position: absolute;
  right: 70px;
}

@media only screen and (max-width: 768px) {
  .carousel-icon--next {
    right: 25px;
  }
}

.carousel-icon--next:after {
  left: calc(50% - 5px);
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}

@media only screen and (max-width: 768px) {
  .carousel-icon--next:after {
    left: calc(50% - 1px);
  }
}

.show-neighbors {
  overflow: hidden;
}

.show-neighbors .item__third:first-child,
.show-neighbors .item__third:last-child {
  display: none;
}

@media (min-width: 500px) {
  .show-neighbors .carousel-indicators {
    margin-right: 25%;
    margin-left: 25%;
  }
  .show-neighbors .carousel-control-prev,
  .show-neighbors .carousel-control-next {
    width: 25%;
    z-index: 11;
    /* .carousel-caption has z-index 10 */
  }
  .show-neighbors .carousel-inner {
    width: 150%;
    left: -25%;
  }
  .show-neighbors .carousel-item-next:not(.carousel-item-left),
  .show-neighbors .carousel-item-right.active {
    -webkit-transform: translate3d(33%, 0, 0);
    transform: translate3d(33%, 0, 0);
  }
  .show-neighbors .carousel-item-prev:not(.carousel-item-right),
  .show-neighbors .carousel-item-left.active {
    -webkit-transform: translate3d(-33%, 0, 0);
    transform: translate3d(-33%, 0, 0);
  }
  .show-neighbors .item__third {
    display: block !important;
    float: left;
    position: relative;
    /* captions can now be added */
    width: 33.33333333%;
    border-right: 20px solid #79b928;
    border-left: 20px solid #79b928;
    background-color: white;
    height: 250px;
  }

  .show-neighbors .item__third article {
    color: #171a1d;
    font-style: italic;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 1240px) {
  .show-neighbors .item__third {
    border-right: 150px solid #79b928;
    border-left: 150px solid #79b928; ;
  }

}

@media only screen and (max-width: 500px) {
  .item__third {
    height: 500px;
    background-color: white;
  }
  .item__third span {
    color: #171a1d;
  }
}

.box-slider-inner {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.box-slider-title {
  list-style-type: none;
  padding: 0;
  line-height: 25px;
  margin-left: 10px;
}

.box-slider-img {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  height: 45%;
  width: auto;
}

@media only screen and (max-width: 468px) {
  .box-slider-img {
    height: auto;
    width: 250px;
  }
}

/* This changes all the animations globally */
:root {
  --animate-duration: 800ms;
}

.animate {
  -webkit-animation-duration: var(--animate-duration);
          animation-duration: var(--animate-duration);
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animate-delay-0-25 {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.animate-delay-0-5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.animate-delay-0-75 {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.animate-delay-1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.animate-delay-1-25 {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.animate-delay-1-5 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.animate-delay-1-75 {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

.animate-delay-2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.animate-delay-2-5 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.animate-delay-3 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.animate-delay-5 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
          animation-name: backInLeft;
}

.animate__backInRight {
  -webkit-animation-name: backInRight;
          animation-name: backInRight;
}

.animate__handshake {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: handshake;
          animation-name: handshake;
}

.animate__bounceIn {
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
          animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
            transform: translateX(-2000px) scale(0.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
            transform: translateX(0) scale(0.7);
    opacity: .7;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
            transform: translateX(-2000px) scale(0.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
            transform: translateX(0) scale(0.7);
    opacity: .7;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
            transform: translateX(2000px) scale(0.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
            transform: translateX(0) scale(0.7);
    opacity: .7;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
            transform: translateX(2000px) scale(0.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
            transform: translateX(0) scale(0.7);
    opacity: .7;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes handshake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes handshake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 55%;
    margin: 1.75rem auto;
  }
}

.close {
  font-size: 55px;
  font-weight: 500;
  line-height: 30px;
}

.close:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.close span:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.seznam {
  list-style: url("check.png");
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .seznam {
    font-size: 13px;
    width: 90%;
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .seznam {
    font-size: 15px;
    width: 100%;
    margin: 0;
  }
}

@media only screen and (min-width: 992px) {
  .seznam {
    font-size: 15px;
    width: 100%;
    margin-left: auto;
  }
}


.denukl {
  list-style-image:url("arrow.png");
  display: block;
  font-size: 17px;
  padding-left: 40px;
  margin-top: 15px;
  margin-bottom: 25px;

}
/*# sourceMappingURL=style.css.map */