:root{
  --bs-dark-rgb: 0, 0, 0;
  --bs-link-color: #18A0FB;
  --bs-link-hover-color: #000000;
  --bs-link-color-rgb: 24, 160, 251;
  --bs-link-hover-color-rgb: 24, 160, 251;
}
#navbarNav::-webkit-scrollbar {
  display: none;
}
#navbarNav {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.navbar{
  --bs-navbar-color: #fff;
  background-color: rgb(0 0 0 / 95%) !important;
  --bs-navbar-padding-y: 10px;
  --bs-navbar-nav-link-padding-x: .75rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  height: 45px;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-toggler{
width: 45px;
height: 45px;
border-radius: 45px;
background-color: #00A3FF;
border: solid 1px #00A3FF;
}
.navbar-toggler:focus{
  box-shadow: none;
}
.navbar-main{
  font-weight: 600;
}
.navbar-main .nav-link:hover{
  color: #18A0FB;
}
body{
font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;
font-display: swap;
color: #000000B2;
font-size: 18px;
letter-spacing: 0.02em;
}
p{
  line-height: 28px;
}
h1{
  font-weight: 600;
  color: #000000;
}
strong{
  font-weight: 600;
}
h1{
  line-height: 100px;
  letter-spacing: -0.015em;
}
h2, h3, h4{
  font-weight: 500;
  color: #000000;
}
h2{
  font-size: 54px;
  line-height: 67px;
  letter-spacing: -0.015em;
}
h3{
  font-size: 42px;
  line-height: 47px;
}
a{
  text-decoration: none;
}
p{

}
.link{
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: all .3s ease-in-out;
}
.link svg{
  margin-left: 24px;
}
.link:hover{
color: #000000;
}
.link:hover svg path{
  fill: #000;
}
.link:hover svg line{
  stroke: #000;
}
.slider-product-box .link:hover{
  color: #00A3FF;
}

.link .link-text{
  margin-right: 37px;
  transition: all .3s ease-in-out;
}
.link .long-arrow-right, .link .long-arrow-right:after{
  transition: all 1s ease-in-out;
}
.link:hover .link-text{
  order: 2;
  margin-left: 30px;
  margin-right: 0;
  color: #fff;
}
.link:hover .long-arrow-right{
  order: 1;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.link:hover .long-arrow-right:after{
  background-color: #fff;
}
.step-wrapper h3{
  margin-bottom: 36px;
  font-size: 28px;
line-height: 36px;
letter-spacing: -0.015em;
}
.prodejce-wrapper .link{
  margin-top: 25px;
}
.prodejce-wrapper .link:hover .link-text{
  order: 2;
  margin-left: 30px;
  margin-right: 0;
  color: #000000;
}
.prodejce-wrapper .link:hover .long-arrow-right{
  order: 1;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}
.prodejce-wrapper .link:hover .long-arrow-right:after{
  background-color: #000000;
}
.step-wrapper .link{
  margin-top: 25px;
}
.step-wrapper .link:hover .link-text{
  order: 2;
  margin-left: 30px;
  margin-right: 0;
  color: #000000;
}
.step-wrapper .link:hover .long-arrow-right{
  order: 1;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}
.step-wrapper .link:hover .long-arrow-right:after{
  background-color: #000000;
}
.btn{
  --bs-btn-border-radius: 100px;
  padding: 20px 40px;
  font-weight: 600;
  font-size: 15px;
}
.home .slide .btn:hover{
  padding: 20px 40px 20px 47px;
}

.nav-link.btn {
  padding-right: 40px !important;
  padding-left: 40px !important;
  padding-top: 6px;
  padding-bottom: 6px;
}
#help .nav-link{
  font-weight: 600;
}
#help .nav{
  margin-top: 35px;
}
.navbar .btn-primary:hover {
  background-color: #fff !important;
  color: #18A0FB !important;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #00A3FF;
  --bs-btn-border-color: #00A3FF;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1E1E1E;
  --bs-btn-hover-border-color: #1E1E1E;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1E1E1E;
  --bs-btn-active-border-color: #1E1E1E;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
  box-shadow: 0px 10px 30px rgba(0, 163, 255, 0.2);
}
.btn-primary:hover{
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
}
.btn-outline-primary {
  --bs-btn-color: #00A3FF;
  --bs-btn-border-color: #00A3FF;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1E1E1E;
  --bs-btn-hover-border-color: #1E1E1E;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #00A3FF;
  --bs-btn-active-border-color: #00A3FF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #00A3FF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #00A3FF;
  --bs-gradient: none;
}
.navbar-brand img{
  max-width: 114px;
  height: auto;
}
.categories{
  max-width: 1920px;
  margin: 0 auto;
}

.categories a{
  position: relative;
  width: 100%;
  height: 625px;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  background-color: #0000001A;
}
.categories a:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.18%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
}
.categories a.sluchatka:before{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.18%, rgba(0, 0, 0, 0.8) 100%);
}
.categories a.pametove-karty:before{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24.91%, rgba(0, 0, 0, 0.8) 85.88%);
}
.categories a.reproduktory:before{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.18%, rgba(0, 0, 0, 0.8) 100%);
}
.categories a h3{
  color: #fff;
}
.categories .description{
  position: absolute;
  bottom: 50px;
  left: 40px;
  z-index: 3;
}
.categories img{
  width: 100%;
  height: 625px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  object-fit: cover;
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  z-index: 1;
}
.categories a:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#o-nas{
  background-color: #000000;
  color: #fff;
  overflow: hidden;
}
#o-nas p{
  color: #FFFFFFB2;
  margin-bottom: 0;
}
#o-nas .link{
  margin-top: 29px;
}
#o-nas .link:hover{
    margin-left: 8px;
}
.categories .link:hover {
  margin-left: 8px;
}
.rozvoj .link, .kdo-jsme .link{
  margin-top: 50px !important;
}
#o-nas h2{
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}
#o-nas strong, #o-nas h3, #o-nas h4{
  color: #fff;
}
#o-nas .line-left{
  padding-left: 60px;
}
.udrzitelny-rozvoj{
  margin-bottom: 120px;
}
.udrzitelny-rozvoj > div{
  padding-bottom: calc(var(--bs-gutter-x) * .5);
  padding-top: calc(var(--bs-gutter-x) * .5);
}
.udrzitelny-rozvoj a{
  background-color: #f2f2f2;
    -webkit-box-shadow:inset 0px 0px 0px 1px #dddddd;
    -moz-box-shadow:inset 0px 0px 0px 1px #dddddd;
    box-shadow:inset 0px 0px 0px 1px #dddddd;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    padding: 48px;
    transition: all .3s ease-in-out;
}
.udrzitelny-rozvoj a:hover, .udrzitelny-rozvoj a:focus{
    -webkit-box-shadow:inset 0px 0px 0px 2px #00A3FF;
    -moz-box-shadow:inset 0px 0px 0px 2px #00A3FF;
    box-shadow:inset 0px 0px 0px 2px #00A3FF;
}
.udrzitelny-rozvoj a h3{
  font-size: 32px;
  line-height: 40px;
  height: 82px;
  margin-bottom: 50px;
  display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.udrzitelny-rozvoj a img{
  height: 172px;
    max-width: 100%;
    width: 172px;
    margin-bottom: 50px;
}
.udrzitelny-rozvoj .last-wide a{
  background-image: url(../img/udrzitelnost-ico-wide.svg);
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center;
}
.udrzitelny-rozvoj .last-wide a h3{
  margin-top: 170px;
  margin-bottom: 100px;
  font-size: 48px;
}
@media (max-width: 992px){
  .udrzitelny-rozvoj{
    margin-bottom: 40px;
  }
  .udrzitelny-rozvoj a {
    padding: 48px 25px 25px;
}
  .udrzitelny-rozvoj a h3{
    font-size: 22px;
    line-height: 30px;
    height: 56px;
    margin-bottom: 34px;
  }
  .udrzitelny-rozvoj a img{
    height: 145px;
      max-width: 100%;
      width: 145px;
      margin-bottom: 38px;
  }
  .udrzitelny-rozvoj .last-wide a{
    background-image: url(../img/udrzitelnost-ico-wide-mobile.svg);
      background-size: 85%;
      background-repeat: no-repeat;
      background-position: center;
  }
  .udrzitelny-rozvoj .last-wide a h3{
    margin-top: 140px;
    margin-bottom: 100px;
    font-size: 30px;
  }

}
.points > div{
  padding: 10px 40px 100px 60px;
}
.points .counter{
  position: relative;
  top: -22px;
  left: -44px;
  background: #000;
  padding: 0px 10px;
  font-weight: 600;
}
.lighter-bg{
  background-color: #111111;
}
img.udrzitelnost{
  max-width: 390px;
  margin-top: 12%;
}
.kdo-jsme{
  padding-top: 121px;
    padding-bottom: 139px;
}
.line-top, .line-left, .line-right, .line-bottom{
  position: relative;
}
.line-top:before{
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #fff;
  top: 0;
  left: 0;
}
.line-right:after{
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background-color: #fff;
  top: 0;
  right: 0;
}
.line-bottom:before{
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  right: 0;
}
.line-left:before{
  content: "";
  position: absolute;
  width: 1px;
  height: 0%;
  background-color: #fff;
  top: 0;
  left: 0;
}

.o-nas-wrapper[style*="opacity: 1"] .point-1.line-top:before{
  animation: do-width 1s forwards linear;
  animation-delay: 1s;
}
.o-nas-wrapper[style*="opacity: 1"] .point-2.line-top:before{
  animation: do-width 1s forwards linear;
  animation-delay: 2s;
}
.o-nas-wrapper[style*="opacity: 1"] .point-3.line-top:before{
  animation: do-width 1s forwards linear;
  animation-delay: 3s;
}
.o-nas-wrapper[style*="opacity: 1"] .point-3.line-right:after{
  animation: do-height 1s forwards linear;
  animation-delay: 4s;
}
.o-nas-wrapper[style*="opacity: 1"] .rozvoj.line-right:after{
  animation: do-height 1s forwards linear;
  animation-delay: 5s;
}
.o-nas-wrapper[style*="opacity: 1"] .line-left:before{
  animation: do-height 1s forwards linear;
  animation-delay: 0s;
}


@media (prefers-reduced-motion: no-preference) {
  .o-nas-wrapper[style*="opacity: 1"] .point-1.line-top:before{
    animation: do-width 1s forwards linear;
    animation-delay: 1s;
  }
  .o-nas-wrapper[style*="opacity: 1"] .point-2.line-top:before{
    animation: do-width 1s forwards linear;
    animation-delay: 2s;
  }
  .o-nas-wrapper[style*="opacity: 1"] .point-3.line-top:before{
    animation: do-width 1s forwards linear;
    animation-delay: 3s;
  }
  .o-nas-wrapper[style*="opacity: 1"] .point-3.line-right:after{
    animation: do-height 1s forwards linear;
    animation-delay: 4s;
  }
  .o-nas-wrapper[style*="opacity: 1"] .rozvoj.line-right:after{
    animation: do-height 1s forwards linear;
    animation-delay: 5s;
  }
  .o-nas-wrapper[style*="opacity: 1"] .line-left:before{
    animation: do-height 1s forwards linear;
    animation-delay: 0s;
  }
  
  @keyframes do-height {
    from {
      height: 0%;
    }
    to {
      height: 100%;
    }
  }
  @keyframes do-width {
    from {
      width: 0%;
    }
    to {
      width: 100%;
    }
  }
  @keyframes do-width-75 {
    from {
      width: 0%;
    }
    to {
      width: 75%;
    }
  }
  @keyframes do-width-50 {
    from {
      width: 0%;
    }
    to {
      width: 50%;
    }
  }
}



.udrzitelnost-anim svg{
  max-width: 100%;
  height: auto;
  margin-top: 12%;
}
.udrzitelnost-anim svg #rotate-group{
  transform-style: preserve-3d;
  animation: rotation 15s infinite linear;
  transform-origin: 152px 152px;

}

@-moz-keyframes rotation {
  0% {
      -moz-transform: rotate(360deg);
  }
  100% {
      -moz-transform: rotate(0deg);
  }
}
@keyframes rotation {
  0% {
      transform: rotate(360deg);
  }
  100% {
      transform: rotate(0deg);
  }
}


#kde-koupit{
  background-color: #fff;
  padding: 100px 0px 0px 0px;
}
.kde-koupit{
  margin-top: 69px;
}
.kde-koupit > div{
  margin-bottom: 109px;
}
#help{
  background-color: #E5E5E5;
  padding: 130px 0px;
}
#help .btn-primary{
  margin-left: 15px;
}
#help .nav .nav-link:first-child{
  padding-left: 0;
}
footer{
  padding: 78px 0px 60px;
  background-color:#111111;
  color: #FFFFFFB2;
}
.copyright{
  margin-top: 80px !important
}
.nav.socials{
  flex-direction: column;
    text-align: center;
}
.socials a, .creator a{
  color: #fff;
}
.socials a:hover, .creator a:hover{
  color: #00A3FF;
}
.socials a svg path{
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.socials a:hover svg path{
  fill:#00A3FF;
}

.arrow-right,
.arrow-left,
.long-arrow-right,
.long-arrow-down,
.long-arrow-left{
display: inline-block;
width: 7px;
height: 7px;
border-top: 1px solid #18A0FB;
border-left: 1px solid #18A0FB;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
}
.arrow-right,
.long-arrow-right{
transform: rotate(135deg);
}

.arrow-left,
.long-arrow-left{
transform: rotate(-45deg);
}
.long-arrow-right::after,
.long-arrow-down::after,
.long-arrow-left::after{
content: "";
display: block;
width: 1px;
height: 15px;
background-color: #18A0FB;
transform: rotate(-45deg) translate(5px, 2px);
left: 0;
top: 0;
-webkit-transform: rotate(-45deg) translate(5px, 2px);
-moz-transform: rotate(-45deg) translate(5px, 2px);
-ms-transform: rotate(-45deg) translate(5px, 2px);
-o-transform: rotate(-45deg) translate(5px, 2px);
}

.btn-primary .arrow-right,
.btn-primary .arrow-left,
.btn-primary .long-arrow-right,
.btn-primary .long-arrow-left{
  border-top: 1px solid #fff;
border-left: 1px solid #fff;
}
.btn-primary .long-arrow-right::after,
.btn-primary .long-arrow-left::after{
  background-color: #fff;
}

.long-arrow-down{
  transform: rotate(-135deg);
  margin: 0px 0px -1px 13px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}

.nexby-animated svg {
width: 100%;
height: auto;

}
.nexby-animated{
  position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}
.nexby-animated text {
transform: translate(20px, 202px);
font-size: 62px;
fill: #fff;

}
.nexby-animated .text{
  --bg-size: 400%;
  background: linear-gradient(-45deg, #fff, #000, #fff, #000);
  background-size: 300% 300%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
  animation: move-bg 15s infinite linear;
  font-size: 410px;
}

@media (prefers-reduced-motion: no-preference) {
  .nexby-animated .text{
    animation: move-bg 15s linear infinite;
  }
  @keyframes move-bg {
    to {
      background-position: var(--bg-size) 0;
    }
  }
}
.slider{
  padding: 0px 0px 80px 0px;
  margin-top: 45px;
  overflow: hidden;
}
.product-detail .slider{
  margin-top: 0;
}
.slide{
  position: relative;
}
.slide .slide-content{
  position: absolute;
  top: 18%;
  z-index: 4;
}
.slide-content h1 span.subtitle{
  font-size: 22px;
  display: inline-block;
  background-color: #FFFFFF0D;
  padding: 10px;
  border-radius: 10px;
  border: solid 1px #FFFFFF1A;
  color: #18A0FB;
  position: relative;
  top: -12px;
  line-height: 30px;
  margin-right: 5px;
  text-align: center;
}
.slide-content h1 span.subtitle small{
  font-size: 14px;
  display: block;
  line-height: 14px;
}
.slide img{
  max-width: 50%;
  height: auto;
  position: relative;
  right: 0;
  left: 50%;
  top: 0;
  z-index: 2;
  transform: translatey(0px);
  animation: float-img-1 6s ease-in-out infinite;
  -webkit-animation: float-img-1 6s ease-in-out infinite;
}
.slide svg {
  max-width: 90%;
  height: auto;
  position: absolute;
  right: 0;
  left: 15%;
  top: 50%;
  z-index: 2;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.pametove-karty .slide svg {
  max-width: 100%;
  left: 10%;
  top: 55%;
}
.slide svg #line-3, .slide svg #line-4, .slide svg #sound-1, .slide svg #sound-1-1, .slide svg #card-1, .slide svg #card-1-1{
opacity: 0;
}
.slide svg #line-2-1, .slide svg #line-3-1, .slide svg #sound-2, .slide svg #sound-2-1, .slide svg #card-2, .slide svg #card-2-1{
opacity: 0;
}
.slide svg #line-2, .slide svg #line-5, .slide svg #sound-3, .slide svg #sound-3-1, .slide svg #card-3, .slide svg #card-3-1{
opacity: 0;
}
.slide svg #line-1-1, .slide svg #line-4-1, .slide svg #card-4, .slide svg #card-4-1{
  opacity: 0;
}
.slide svg #line-6, .slide svg #line-1{
  opacity: 0;
}
.slide svg #linka-1, .slide svg #linka-2, .slide svg #linka-3, .slide svg #linka-4, .slide svg #linka-5, .slide svg #linka-6, .slide svg #linka-7, .slide svg #linka-7-2{
  opacity: 0;
}
.slide svg #linka-1, .slide svg #linka-7, .slide svg #linka-4{
  animation: img-detail-effect 3s ease-in-out infinite;
  -webkit-animation: img-detail-effect 3s ease-in-out infinite;
}
.slide svg #linka-2, .slide svg #linka-5, .slide svg #linka-7-2{
  animation: img-detail-effect 3s ease-in-out infinite;
  -webkit-animation: img-detail-effect 3s ease-in-out infinite;
  animation-delay: 2.5s;
}
.slide svg #linka-3{
  animation: img-detail-effect 2s ease-in-out infinite;
  -webkit-animation: img-detail-effect 2s ease-in-out infinite;
  animation-delay: 3.5s;
}
.slide svg #linka-6{
  animation: img-detail-effect 4s ease-in-out infinite;
  -webkit-animation: img-detail-effect 4s ease-in-out infinite;
  animation-delay: 4s;
}
.slide svg #card-1, .slide svg #card-1-1{
  animation: img-detail-effect 3s ease-in-out infinite;
  -webkit-animation: img-detail-effect 3s ease-in-out infinite;
}
.slide svg #card-2, .slide svg #card-2-1{
  animation: img-detail-effect 3s ease-in-out infinite;
  -webkit-animation: img-detail-effect 3s ease-in-out infinite;
  animation-delay: 1.5s;
}
.slide svg #card-3, .slide svg #card-3-1{
  animation: img-detail-effect 3s ease-in-out infinite;
  -webkit-animation: img-detail-effect 3s ease-in-out infinite;
  animation-delay: 2.5s;
}
.slide svg #sound-1, .slide svg #sound-1-1{
  animation: img-detail-effect-1 4s ease-in-out infinite;
  -webkit-animation: img-detail-effect-1 4s ease-in-out infinite;
  animation-delay: 1s;
}
.slide svg #sound-2, .slide svg #sound-2-1{
  animation: img-detail-effect-2 4s ease-in-out infinite;
  -webkit-animation: img-detail-effect-2 4s ease-in-out infinite;
  animation-delay: 1s;
}
.slide svg #sound-3, .slide svg #sound-3-1{
  animation: img-detail-effect-3 4s ease-in-out infinite;
  -webkit-animation: img-detail-effect-3 4s ease-in-out infinite;
  animation-delay: 1s;
}
.slide svg #card-4, .slide svg #card-4-1{
  animation: img-detail-effect 3s ease-in-out infinite;
  -webkit-animation: img-detail-effect 3s ease-in-out infinite;
  animation-delay: 1.75s;
}

.slide svg #line-3, .slide svg #line-4{
  animation: img-detail-effect 3s ease-in-out infinite;
  -webkit-animation: img-detail-effect 3s ease-in-out infinite;
}
.slide svg #line-2-1, .slide svg #line-3-1{
  animation: img-detail-effect 3s ease-in-out infinite;
  -webkit-animation: img-detail-effect 3s ease-in-out infinite;
  animation-delay: 0.5s;
}
.slide svg #line-2, .slide svg #line-5{
  animation: img-detail-effect 3s ease-in-out infinite;
  -webkit-animation: img-detail-effect 3s ease-in-out infinite;
  animation-delay: 1s;
}
.slide svg #line-1-1, .slide svg #line-4-1{
  animation: img-detail-effect 3s ease-in-out infinite;
  -webkit-animation: img-detail-effect 3s ease-in-out infinite;
  animation-delay: 1.5s;
}
.slide svg #line-6, .slide svg #line-1{
  animation: img-detail-effect 3s ease-in-out infinite;
  -webkit-animation: img-detail-effect 3s ease-in-out infinite;
  animation-delay: 2s;
}


@keyframes float-img-1 {
0% {
  transform: translatey(0px);
}
50% {
  transform: translatey(-30px);
  -webkit-transform: translatey(-30px);
  -moz-transform: translatey(-30px);
  -ms-transform: translatey(-30px);
  -o-transform: translatey(-30px);
}
100% {
  transform: translatey(0px);
}
}
@keyframes img-detail-effect {
0% {
  opacity: 0;
}
50% {
  opacity: 1;
}
100% {
  opacity: 0;
}
}
@keyframes img-detail-effect-1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
  }
  @keyframes img-detail-effect-2 {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    75% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
    }
    @keyframes img-detail-effect-3 {
      0% {
        opacity: 0;
      }
      25% {
        opacity: 0;
      }
      50% {
        opacity: 0;
      }
      75% {
        opacity: 1;
      }
      100% {
        opacity: 0;
      }
      }
.animated {
  bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  font-size: 400px;
  font-weight: bold;
  opacity: .1;
  z-index: 1;
}

.animated > span {
  display: inline-block;
  padding-left: 0vw;
  animation: move 35s linear infinite;
  animation-delay: 0s;
  -webkit-animation: move 35s linear infinite;
}
.animated > span:nth-child(2) {
  animation: move 35s linear infinite;
  animation-delay: 35s;
  -webkit-animation: move 35s linear infinite;
}


@keyframes move {
  0% {
    transform: translate(100, 0);
    -webkit-transform: translate(100, 0);
    -moz-transform: translate(100, 0);
    -ms-transform: translate(100, 0);
    -o-transform: translate(100, 0);
}
  100% {
    transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
}
}


/*** PRODUCT DETAIL ***/

.product-detail .btn:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.product-detail  .btn-outline-primary:hover{
  color: #fff;
  background-color: #18A0FB;
  border-color: #18A0FB;
}
.product-detail .btn-primary:hover .long-arrow-right{
border-top: 1px solid #000;
border-left: 1px solid #000;
}
.product-detail .btn-primary:hover .long-arrow-right::after{
background-color: #000;
}

.product-detail .slider .container{
  position: relative;
  min-height: 800px;
}

.scroll-down {
  bottom: 0;
  height: 130px;
  left: 15px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  z-index: 1;
}
.scroll-down-text {
  color: #FFFFFFB2;
  font-weight: 500;
  transform: rotate(-90deg);
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.scroll-down-bar {
  background: #FFFFFF33;
  top: 0;
  display: inline-block;
  height: 65px;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 2px;
}
.scroll-down-bar::before {
  animation: scrollDown 1.5s infinite;
  background: #fff;
  content: '';
  display: inline-block;
  height: 35px;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 1;
}
@-moz-keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}
@-webkit-keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}
@-o-keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}
@keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}
#detail{
  margin-top: 100px;
}  

.product-detail .slide img {
  left: 25%;
}

.slide-content-box{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 460px;
  background-color: rgb(41 41 41 / 90%);
  border: solid 1px #FFFFFF1A;
  border-radius: 20px;
  z-index: 10;
  padding: 40px;
  color: #FFFFFFB2;
}

.slide-content-box span.small-heading{
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.slide-content-box .divider{
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background: #FFFFFF08;
  margin: 15px 0px;
}
.slide-content-box .divider .progress{
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  top: 0;
  left: 0;
  background-color: #00A3FF;
}

.product-detail .slider{
  background-color: #1E1E1E;
  padding-top: 0px; /* 110px */
}
.product-detail .slide h1{
  color: #fff;
  font-size: 50px;
  line-height: 61px;
  letter-spacing: -0.015em;
}
.product-detail .animated{
  color: #000;
}

.grey-block{
  background-color: #0000000D;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
}
.grey-block > div > div{
  padding: 60px 50px 40px 50px;
}
.grey-block-img{padding: 0;}
.grey-block-img img{max-width: 100%; height: auto;}

.parametry img{
  max-width: 60px;
  height: auto;
  margin-bottom: 20px;
}
.parametry strong{
  color: #000;
}
.obsah-baleni{
  padding-bottom: 120px;
  margin-bottom: 130px;
}
.obsah-baleni .img-wrapper img{
  max-width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.img-wrapper{
  background: #0000000D;
  border-radius: 20px;
  padding: 60px;
  height: 400px;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
  overflow: hidden;
}
.obsah-baleni .slick-slide{
  text-align: center;
}

.obsah-baleni button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.obsah-baleni .slide-arrow{
  position: absolute;
  top: 100%;
  margin-top: -80px;
}
.obsah-baleni .prev-arrow{
  left: 0px;
  width: 60px;
  height: 60px;
  border: solid 1px #00A3FF;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}
.obsah-baleni .next-arrow{
  right: 0px;
  width: 60px;
  height: 60px;
  border: solid 1px #00A3FF;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}
.obsah-baleni .long-arrow-right{
  margin: 0px 0px 2px 5px;
}
.obsah-baleni .long-arrow-left {
  margin: 0px 5px 2px 0px;
}
.slick-dots {
  position: absolute;
  bottom: 43px;
  display: block;
  width: 70%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 2px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 2px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  content: " ";
  text-align: center;
  opacity: 1;
  background-color: #C4C4C4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #18A0FB;
}
.slick-arrow.slick-disabled{
  filter: grayscale(1);
  opacity: .2;
  -webkit-filter: grayscale(1);
}


/*** CMS pages ***/

.page h1{
  font-size: 80px;
  color: #fff;
}
.entry-content{
  margin-top: 120px;
}
.entry-content h2{
  margin-bottom: 32px;
}
.entry-content p{
  line-height: 33px;
}
.page .entry-content h1{
  color: #000;
}
.page .step{
  background-color: #fff;
  border: solid 1px #0000001A;
  border-radius: 20px;
  padding: 40px 30px 20px 30px;
  margin-bottom: 20px;
}
.page .step p{
  line-height: 28px;
}
.page .step .counter{
  font-weight: 600;
  font-size: 28px;
  color: #000;
  margin-bottom: 12px;
  display: block;
}
.page .form, .page .contact-steps .step-wrapper{
  background-color: #0000000D;
  padding: 40px;
  border-radius: 20px;
  border: solid 1px #0000001A;
}
.page .form, .page .contact-steps .step-wrapper p{
  margin-bottom: 0;
}
.page .prodejci .prodejce-wrapper{
background-color: #0000000D;
padding: 40px;
border-radius: 20px;
border: solid 1px #0000001A;
}
.page .prodejci .prodejce-wrapper p{
margin-bottom: 0;
}
.page .prodejce-img-wrapper{
height: 40px;
}
.page .prodejce-img-wrapper img{
  mix-blend-mode: multiply;
  }
.page .contact-steps .step-wrapper p:last-child{
  margin-bottom: 0;
}
.form .form-control{
  border: none;
  border-bottom: solid 1px #00000033;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 5px;
}
.header{
  position: relative;
  color: #fff;
  padding: 240px 0px 120px;
  margin-top: 0px;
  margin-bottom: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header.about{
  background-image: url(../img/about_header_desktop.jpg);
}
@media (max-width: 768px){
  .header.about{
    background-image: url(../img/about_header_mobile.jpg);
    padding: 100px 0px 460px;
  }
  .header.about .header-text p {
    font-size: 18px;
}
}
.header-text{
  position: relative;
  z-index: 2;
}
.header-text p{
  font-size: 20px;
}
.header:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}

.support-item a{
  background-color: #0000000D;
  border: solid 1px #0000001A;
  border-radius: 20px;
  padding: 30px;
  display: inline-block;
  font-size: 24px;
  line-height: 28px;
  color: #18A0FB;
  font-weight: 600;
  text-decoration: none;
}
.support-item{
  margin-bottom: 30px;
}
/**** FONT SIZES ****/
.slide h1{
  font-size: 80px;
}
h2{
  font-size: 54px;
  font-weight: 500;
}
#o-nas h3{
  font-size: 54px;
  margin-bottom: 19px !important;
}
.points h4{
  font-size: 30px;
}
.categories h3{
  font-size: 42px;
}
.categories .link{
  margin-top: 14px;
}
#help h3{
  font-size: 44px;
}
#detail h3{
  margin-bottom: 19px;
}
.zaklad p{
  font-size: 20px;
}
.zaklad{
  margin-bottom: 110px;
}
.parametry{
  margin-bottom: 135px;
}

/*** Responsive ***/

@media (max-width: 1200px){
  .categories a{
    height: 425px;
  }
  .categories img{
    height: 425px;
  }
}

@media (max-width: 992px){
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 20px;
    padding-left: 20px;
}
.page .form, .page .contact-steps .step-wrapper {
  padding: 30px;
}
  .line-top:before {
    left: 40px;
}
.navbar {
    height: inherit;
}
.navbar-collapse {
  height: calc(100vh - 99px);
    align-items: center;
    display: flex;
    flex-flow: column;
    flex-direction: column;
    overflow-y: scroll;
}
.navbar .navbar-nav.secondary a{
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.05em;
  margin-top: 15px;
}
.navbar-main > li{
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.navbar .navbar-nav{
  width: 100%;
}
.navbar-main > li a{
  background-color: #1E1E1E;
  padding: 18px 0px;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0.05em;
  margin-top: 0px;
}
.animated-text-home{
  height: 370px;
}
.header {
  padding: 199px 0px 99px;
  margin-top: 0px;
  margin-bottom: 0;
}
.entry-content{
  margin-top: 0;
  padding-top: 99px;
}
.slider{
  margin-top: 0px;
  padding-top: 99px;
}
.slide h1 {
  font-size: 60px;
  line-height: 70px;
}
.page h1 {
font-size: 60px;
}
h2 {
  font-size: 44px;
}
h3 {
  font-size: 32px;
  line-height: 40px;
}
#o-nas h3 {
  font-size: 40px;
}
#help h3 {
font-size: 34px;
}
.categories h3 {
font-size: 32px;
}

.points h4 {
font-size: 24px;
}
.product-detail .slide h1 {
font-size: 44px;
}
.support-item a {
font-size: 16px;
line-height: 18px;
}
.animated {
font-size: 200px;
}
.navbar-brand img {
  max-width: 140px;
}
.slide svg {
max-width: 80%;
right: 0;
left: 10%;
top: 50%;
}
.img-wrapper {
height: 300px;
}
.line-bottom:before {
width: 50%;
}

}

@media (max-width: 768px){
  .line-top:before {
    width: 100%;
}
  #o-nas h2 {
    padding-top: 69px;
    padding-bottom: 44px;
}
#o-nas p {
  font-size: 16px;
  line-height: 28px;
}
.points > div {
  padding: 10px 40px 60px 60px;
}
.points > div:last-child {
  padding: 10px 40px 90px 60px;
}
.points .counter {
  padding: 0px 10px 0px 0px;
}
#help .btn-primary {
  margin-left: 10px;
}
.nav.socials {
  flex-direction: row;
  text-align: center;
  justify-content: center;
  margin-top: 30px;
}
.copyright {
  margin-top: 65px !important;
}
footer {
  padding: 65px 0px 22px;
  font-size: 16px;
}
.link {
  font-size: 15px;
}
  .slick-dots li {
    width: 20px;
  }
  .slick-dots li button {
    width: 20px;
  }
  .slick-dots li button:before {
    width: 20px;
  }
  .line-bottom:before, .line-left:before{
    display: none;
}

  .categories a{
    height: 340px;
  }
  .categories img{
    height: 340px;
  }

  .page h1{
    font-size: 40px;
    line-height: 61px;
    letter-spacing: -0.015em;
  }

.slide-content h1 span.subtitle {
  font-size: 15px;
  top: -4px;
  line-height: 20px;
}
.slide .slide-content {
  position: relative;
  top: 0;
  padding-top: 50px;
}
.slider-product-box p{
  font-size: 16px;
  line-height: 25px;
}
.slide img {
max-width: 100%;
right: 0;
left: 0;
top: 40px;
}
.slide svg {
max-width: 100%;
right: 0;
left: 0;
top: 45%;
}
.slide-content-box {
right: 5%;
bottom: 11%;
width: 90%;
}
.product-detail .slide .btn{
position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
.product-detail .slide .animated{
display: none;
}
.scroll-down{display: none;}
.product-detail .slide h1 {
  font-size: 40px;
}
.slide h1 {
font-size: 46px;
line-height: 48px;
}
.product-detail .slide h1 {
  font-size: 35px;
  line-height: 42px;
}
.categories .description {
  bottom: 30px;
  left: 20px;
}

h2 {
  font-size: 36px;
  line-height: 41px;
  letter-spacing: -0.015em;
  margin-bottom: 13px;
}
.points h4 {
font-size: 20px;
}
#help h3 {
font-size: 30px;
}
#o-nas h3 {
font-size: 28px;
}
.categories a h3 {
  font-size: 32px;
  line-height: 41px;
}
.categories .link {
  margin-top: 4px;
}
#o-nas .line-left {
  padding-left: 20px;
}
#o-nas h2 {
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -0.015em;
}
#help h3 {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.015em;
}
.kde-koupit > div {
  margin-bottom: 61px;
}
.prodejce-wrapper .link {
  margin-top: 5px;
}
#kde-koupit {
  padding: 65px 0px 0px 0px;
}
.animated {
font-size: 150px;
}
.nexby-animated .text {
font-size: 130px;
}
.grey-block {
margin: 0;
}
#help {
  background-color: #E5E5E5;
  padding: 56px 0px;
}
#detail {
  margin-top: 52px;
}
.zaklad {
  margin-bottom: 52px;
}
.parametry {
  margin-bottom: 52px !important;
  margin-top: 52px !important;
}
.grey-block > div > div {
  padding: 30px 0px 20px 0px;
}
#detail h3 {
  margin-bottom: 19px;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.015em;
}
.obsah-baleni {
  padding-bottom: 120px;
  margin-bottom: 64px;
  margin-top: -30px;
}
.rozvoj .link, .kdo-jsme .link {
  margin-top: 28px !important;
}
.zaklad p {
  font-size: 18px;
}
p {
  line-height: 26px;
}
}

@media (max-width:575px){
  .kdo-jsme {
    padding-top: 60px;
    padding-bottom: 42Px;
}
.line-right:after{display: none;}
.nexby-animated .text {
  font-size: 210px;
}
.slide svg {
  top: 40%;
}
.pametove-karty .slide svg {
  max-width: 100%;
  left: 0;
  top: 60%;
}
.creator{
  margin-top: 65px;
}
}

.nexby-animated h1{
  line-height: inherit;
}

@media (min-width: 992px){
  .slide {
    position: relative;
    padding-top: 0px;
}
  .w-lg-auto{
    width: auto!important;
  }
  .rozvoj-text{
    padding-right: 86px;
  }
  .line-bottom:before{
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    right: 0;
  }
  .o-nas-wrapper[style*="opacity: 1"] .rozvoj.line-bottom:before{
    animation: do-width-75 1.5s forwards linear;
    animation-delay: 6s;
  }
  .o-nas-wrapper[style*="opacity: 1"] .rozvoj.line-bottom:before{
    animation: do-width-75 1.5s forwards linear;
    animation-delay: 6s;
  }
  .o-nas-wrapper[style*="opacity: 1"] .udrzitelnost-anim svg #Line, .udrzitelnost-anim svg #zastrcka{
    animation: dash 1s linear forwards alternate;
    animation-delay: 7.5s;
    visibility: hidden;
    opacity: 0;
  }
  
  @keyframes dash {
    to {
      visibility: visible;
      opacity: 1;
    }
  }
}

.navbar-toggler {
  border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.toggler-icon{
  width: 20px;
  height: 2px;
  background-color: #fff;
  display: block;
  transition: all 0.2s;
}

.middle-bar{
  margin: 4px auto;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .toggler-icon {
  background-color: #fff;
}
.navbar-toggler{position: relative;}
.toggler-wrapper{
  width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    transform: translate(-50%, -50%);
}
.navbar-toggler.collapsed .toggler-wrapper{
  margin-left: 0px;
}
.navbar-toggler .toggler-wrapper{
  margin-left: 4px;
}

@media (min-width: 992px) and (max-width: 1200px){
  .navbar-main, .navbar-nav.secondary{
    font-size: 15px;
  }
  .nav-link.btn {
    padding-right: 30px !important;
    padding-left: 30px !important;
}
.navbar-brand img {
  max-width: 135px;
}
.page .prodejci .prodejce-wrapper {
  padding: 30px 24px;
}
.prodejce-wrapper .link {
  margin-top: 15px;
}
.prodejce-wrapper .link {
  margin-top: 15px;
  font-size: 15px;
}
.prodejce-wrapper .link-text {
  margin-right: 27px;
}
}

.slider-product-box svg{
  max-width: 100%;
    position: initial;
    left: initial;
    right: initial;
    top: initial;
    transform: none;
}
.slider-product-box .link:hover svg path {
  fill: #00A3FF;
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .slide-content-box{
    background-color: #FFFFFF0D;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .navbar{
    background-color: rgb(0 0 0 / 90%) !important;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
}

.mb-31 h3{
  margin-bottom: 0px !important;
}
.mb-37 h3{
  margin-bottom: 0px !important;
}
.mb-31{
  margin-bottom: 37px;
}
.mb-37{
  margin-bottom: 37px;
}

@media (max-width: 768px){
  .mb-31{
    margin-bottom: 20px;
  }
  .mb-37{
    margin-bottom: 23px;
  }
}
h1.modal-title{
  color:#000;
}
.modal{
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(42px);
}
.modal-content{
  border: none;
}
.modal-header{
  border-bottom: none;
}
.modal-body{
  padding-bottom: 70px;
}
.modal-body h3{
  margin-bottom: 30px;
}
.modal-body p{
  color: #3E3A3A;
}
@media (max-width: 576px){
  .udrzitelny-rozvoj .last-wide a h3{
    margin-top: 100px;
    margin-bottom: 90px;
    font-size: 30px;
  }
  #help .btn{
    display: block;
    max-width: 280px;
    margin: 0 auto 20px;
  }
  #help .btn.btn-outline-primary{
    margin: 0 auto 0px;
  }
}
.grecaptcha-badge{display: none !important;}