@font-face {
    font-family: 'Outfit';
    src: url('/font/Outfit.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal italic;
}

html,
body {
    font-family: 'Outfit', sans-serif;
}

h3 {
    font-weight: 400;
    font-size: 19px;
    margin: 0;
}

.h3-box-title {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: normal;
}

.radial-gray {
    background: radial-gradient(circle,
            #F2F3F5 0%,
            #DADCE6 13%,
            #F4F5F7 25%,
            #D9DCE0 46%,
            #B6C1C9 77%);
}

.radial-blue {
    background: radial-gradient(circle,
            #555D6B 0%,
            #030A15 88%);
    color: white;
    padding: 80px 0;
    border-radius: 15px;
}

.radial-net {
    background-image: url(/img/net.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.radial-stat {
    background: radial-gradient(circle,
            #5E6778 0%,
            #0C1628 69%);
    padding: 80px 0;
    border-radius: 15px;
}

.hele-logo {
    margin: 15px 0 0 0;
    display: block;
}

.video-wrapper {
    background-image: url(/img/video-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px;
    display: block;

}

.video-wrapper video {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 34px 10px rgba(0, 0, 0, 0.25);
}

.banner-h1 {
    position: absolute;
    top: 10%;
    left: 5%;
    background-color: rgba(217, 217, 217, 0.24);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    display: block;
    width: fit-content;
    color: white;
}

.banner-h1 H1 {
    font-size: 158px;
    font-weight: 300;
    padding: 0 15px;
    margin: 0;
}

.banner-h1 sup {
    font-weight: 100;
    font-size: 80px;
    top: -54px;
}

.banner-desc {
    position: absolute;
    bottom: 10%;
    right: 5%;
    background-color: rgba(217, 217, 217, 0.24);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    display: block;
    width: fit-content;
    max-width: 250px;
    color: white;
    font-size: 18px;
    padding: 10px 20px;
}

.banner-desc p {
    margin: 0;
}

.padding-100 {
    padding: 50px 0 80px 0;
}

.padding-50 {
    padding: 100px 0 20px 0;
}

.blue-shadow {
    text-shadow: 0px 0px 20px #00FBFF;
    font-weight: bold;
}

.short-claim {
    width: 60%;
    padding-left: 95px;
    font-size: 3rem;
}

.line-wrapper {
    position: relative;
    background-image: url("/img/color-line.svg");
    background-position: 46% 29px;
    background-repeat: no-repeat;
    background-size: 36px;
}

.view-row {
    display: flex;
    padding: 30px 40px;
    justify-content: space-between;
    height: auto;
    min-height: 337px;
}

.view-text {
    padding: 0 0 0 25px;
    width: 50%;
}

.view-img IMG {
    width: 100%;
    max-width: 345px;
    border-radius: 10px;
}

.view-text h3 {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
}

.line-text P {
    display: none;
    padding: 10px;
}

.line-wrapper .active {
    width: 350px;
}

.line-wrapper .active .line-text P {
    display: block;
}

.line-wrapper .title IMG {
    width: 100%;
    transform: scaleY(-1);
}

.line-wrapper .active .title IMG {
    transform: scaleY(1);
}

.img-wrapper {
    position: relative;
    width: 100%;
}

.img-wrapper IMG {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.color-anchor {
    position: relative;
    height: 40px;
    margin: 20px 0 20px -170px;
    width: 170px;

}

.pink .color-anchor::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 56px;
    width: 30px;
    height: 30px;
    background-color: #FF00AB;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.yellow .color-anchor::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 56px;
    width: 30px;
    height: 30px;
    background-color: #F9FF00;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.blue .color-anchor::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 56px;
    width: 30px;
    height: 30px;
    background-color: #00FBFF;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.color-anchor::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 70px;
    height: 2px;
    width: calc(100% - 70px);
    background-color: #888;
    /* šedá čára */
    transform: translateY(-50%);
    z-index: 1;
}

.color-anchor span {
    position: absolute;
    top: 18%;
    right: 130px;
    width: 100%;
    text-align: end;
}

.pink .tag {
    background-color: #FF00AB;
    color: white;
}

.yellow .tag {
    background-color: #F9FF00;
    color: black;
}

.blue .tag {
    background-color: #00FBFF;
    color: black;
}

.line-wrapper .title {
    display: flex;
    justify-content: space-between;
    margin: 0 15px;


}

.line-wrapper .title img {
    width: 100%;
    max-width: 40px;

}

.line-wrapper .h3-box-title {
    padding: 20px 10px 30px 0;
    width: 100%;
    max-width: 350px;
    margin-bottom: 0;
}

.jak-pomoci {
    padding: 80px 0;
}

.jak-pomoci .h3-box-title {
    font-size: 50px;
}

.jak-pomoci P {
    font-size: 20px;
}

.h3-header {
    font-size: 25px !important;
}

.jak-pomoci IMG {
    width: 100%;
    max-width: 250px;
    margin-top: 30px;
}

.text-small {
    font-size: 15px !important;
}

.card {
    background-color: rgba(223, 223, 228, 0.91);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    border: none;
}

.img-expert {
    align-items: end;
    display: flex;
}

.card H5 {
    color: #000;
}

.img-expert IMG {
    width: 100%;
    min-width: 200px;
    filter: grayscale(100%);
}

.expert-arrow {
    width: 100%;
    max-width: 30px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.card P {
    padding-right: 10px;
}

.bg-trans {
    border: #353C47 solid 1px;
}

.card-stat {
    background-color: rgba(128, 124, 124, 0.38);
    border-radius: 10px;
    margin: 10px 0;
    color: white;
    padding: 30px 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.h3-stat {
    color: white;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}

.radial-stat h4 {
    font-size: 50px;
}

.img-stat {
    float: left;
    margin-right: 20px;
    width: 100%;
    max-width: 150px;
}

.img-full {
    flex-shrink: 0;
}

.card-stat h4 {
    width: 100%;
    text-align: center;
    font-size: 90px;
}

.card-stat p {
    font-size: 20px;
}

.new-row {
    flex: 1;
    width: auto;
}

.h2-stat {
    margin: 80px 0 40px 0;
    color: white;
}

.stat-texts, .stat-chyby {
    color: white
}

.black-text {
    color:#000;
}

.stat-texts H4 {
    font-size: 18px;
}

.stat-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
}

.stat-first {
    padding: 10px;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}

.stat-other {
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.desc {
    width: 75%;
}

.number {
    font-size: 25px;
    
}

.graf-img {
    width: 100%;
    
}

.font-40 {
    font-size: 40px;
}
.font-20 {
    font-size: 20px;
}

.blue {
    color: #00FBFF;
}

 .yellow {
    color: #F9FF00;
}

 .pink {
    color: #FF00AB;
}

.stat-texts hr {
    margin: 40px 0;
}

.stat-texts img {
    border-radius: 10px;
    max-width: 567px;
}

.text-pink {
color: #FF00AB;
}

.card-error {
    color: white;
    padding: 20px;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
    background-color: #8D939C;
    height: 100%;
    
}

.card-error span {
    font-size: 12px;
}

.card-error h4 {
    font-size: 30px;
    padding-bottom: 30px;
}

.card-error.active {
    background-color: #5B626E;
   
}

.card-error.active h4 {
    color: #F9FF00;
}

.w-anime {
    transition: width 0.4s ease;
}

.stat-chyby h2 {
    color: black;
    font-size: 35px;
}

.stat-chyby {
    margin: 40px 0;
}

.chyby-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color:#000;
}

.chyby-list li {
    
    display: flex;
    gap: 38px;
    padding: 26px 0;
    border-bottom: 1px solid black;
    color: black;
    font-size: 20px;
    line-height: 1.5;
    position: relative;
}

.chyby-list li::before {
    content: '';
    width: 25px;
    height: 18px;
    background-image: url('/img/f.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    align-self: center;
}

.chyby-list .pink::before {
   background-image: url('/img/f-p.png');
}

.video-box {
    padding: 80px 0;
}

.video-box video {
    border-radius: 10px;
    max-width: 1000px;
    width: 100%;
}

.white-box {
    background-color: white;
    border-radius: 15px;
    display: flex;
    flex-direction: column;

}

.white-box h3 {
    font-size: 40px;
    font-weight: bold;
    margin: 30px 0 0 30px;
}

.multi-column-text {
    column-count: 2;
    column-gap: 40px;
    /* mezera mezi sloupci */
    padding: 30px;
}

.m-1024 {
    max-width: 1024px;
}

.social {
    margin: 40px 0;
}

.fotogalerie {
    margin: 40px 0;
}

.social-icons {
    width: 400px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    padding: 20px 5px;
    align-items: center;
    justify-content: center;
}

.social-icons span {
    margin-right: 20px;
}

.social-icons A {
    margin: 0 15px;
}

.gallery {
    align-items: stretch;
}

.gallery-item {

    margin: 5px;
    display: block;
}

.gallery-item IMG {
    border-radius: 10px;
    width: 165px;
    object-fit: cover;
}

.fotogalerie h3 {
    font-size: 2rem;
    margin: 30px 0;
}

.gallery-main IMG {
    width: 100%;
    max-width: 825px;
    height: 470px;
    border-radius: 10px;
    object-fit: cover;
    margin: 5px 0;
}

.gallery-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.story {
    margin-top: 40px;
    margin-bottom: 40px;
    color: white;
}

.partner {
    margin-top: 60px;

    color: white;
}

.h3-story {
    font-size: 40px;
    margin-bottom: 30px;
}

.h3-partner {
    font-size: 40px;
    font-weight: normal;
}

.witness-card {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    border-radius: 12px;
    padding: 20px;
    min-height: 320px;
    position: relative;
    overflow: hidden;
}

.witness-img {
    max-height: 280px;
    max-width: 100px;
    object-fit: contain;
    flex-shrink: 0;
    margin-right: 20px;
    filter: brightness(0);
    margin-top: auto;
    margin-bottom: -20px;
}

.witness-text {
    color: white;
    font-size: 1rem;
    line-height: 1.5;
}

.witness-text .quote {
    position: relative;
    margin-top: 20px;
    padding-right: 30px;
}

.witness-text .quote::before {
    content: "“";
    font-size: 250px;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -112px;
    left: -30px;
}

.witness-text .author {
    font-size: 0.9rem;
    margin-top: 1rem;
    color: #dcdcdc;
}

.quote-block {
    background-color: transparent;
    padding: 20px;
    position: relative;
    
}

.quote-logo {
    max-width: 150px;
    margin-top: 20px;
    align-self: start;
}


.footer-text {
    color: white;
    font-size: 20px;
    margin: 40px 0;
}

.end-page {
    padding-bottom: 0;
    padding-top: 1px;
}

.motorka-line {
    display: flex;
    flex-wrap: nowrap;
}
.motorka-s {
    width: 100%;
    height: 75px;
    background-image: url("/img/motorka-s.png");
    background-repeat: no-repeat;
    background-position: 0% 50%;
}
.motorka-e {
    width: 100%;
    height: 75px;
    background-image: url("/img/motorka-e.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.pur {
    padding:20px 30px;
    text-align: left;
    width: 100%;
}

.pur H4 {
    font-size: 18px;
    text-align: start;
}
.pur p {
    font-size: 25px;
    margin: 0;
    color: #00FBFF;
    text-wrap: nowrap;
}

.sticky-s {
    position: sticky;
    top: 0;
    height: fit-content;
    align-self: flex-start;
}

.contact {
    text-align: center;
    padding: 20px;
}
.contact-fn {
    font-size: 12px;
    margin-bottom: 5px;
}

.card-big-wrapper {
   color:white;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.card-big {
background-color: #8b9099;
border-radius: 10px;
margin:15px;
 padding: 10px;
 display: flex;
 vertical-align: top;
}

.card-big IMG {
    margin-right: 25px;
    align-self: baseline;
    width: 65px;
}   

.card-big h4 {
    font-size: 25px;
}

.rotate {
     transform: scaleY(-1);
     margin-left: auto;
     
}

.pink strong {
    color: #FF00AB;
}

.h2-stat-black {
    color:#030A15
}

@media (max-width: 1399px) {
.line-wrapper {
background-image: none;
}
}

@media (max-width: 990px) {
.view-row {
flex-direction: column;
padding:25px 15px;
}
.view-text {
width: 100%;
padding: 10px 0 0 0;
}
}



@media (max-width: 1399px) and (min-width: 991px) {
    .img-expert IMG {
        min-width: 120px;
    }
  .pur {
    padding: 8px 15px;
}
.pur H4 {
    font-size: 15px; 
}
.pur p {
    font-size: 20px;
}
}

@media (max-width: 990px) and (min-width: 769px) {
  .pur {
    width: 16%;
}

}

@media (max-width: 990px) {
    .card SPAN {
        text-wrap: auto;
    }
    .img-expert IMG {
        min-width: 120px;
    }
    .card-stat {
        flex-direction: column;
    }
    .card-stat P {
        text-align: center;
    }
    .h3-box-title {
margin-bottom: 20px;
font-size: 30px;
    }
.quote-block {
    text-align: center;
}
    .pur {
    padding:8px 15px;
    text-align: center;
    width: 19%;
    }
    .pur H4 {
    font-size: 15px; 
}
.pur p {
    font-size: 20px;
}

    .video-wrapper {
        padding: 5px;
    }

    .banner-h1 H1 {
        font-size: 15px;
        padding: 5px 10px;
    }

    .banner-h1 sup {
        font-size: 12px;
        top: -15px;
    }

    .banner-desc {
        max-width: 190px;
        padding: 10px;
        font-size: 10px;
    }

    .short-claim {
        width: 100%;
        padding-left: 0;
        font-size:25px;
        text-align:center;
    }

    .card-stat h4 {
        font-size: 50px;
    }

    .line-wrapper .active {
        width: 278px;
    }

    .stat-texts H4 {
        margin-top: 30px;
    }

    .stat-texts img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ul-stat {
        padding:25px 0
    }
  .ul-stat LI {
        padding: 0 25px;
    }
    .stat-texts .h3-header {
        padding-left:20px;
    }

    .radial-blue, .radial-stat {
        padding: 40px 0;
    }
    .jak-pomoci IMG {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .h2-mobile {
        font-size: 40px;
    }

    .sticky-s {
position: relative;
    }

.h3-partner {
    font-size: 30px; 

}
    .card-error {
        margin: 10px 0;
        height: auto;
    }

    .card-error p {
        display: none;
    }

    .card-error.active p {
        display: block;
    }

    .padding-100 {
        padding: 20px 0;
    }

    .white-box {
        margin: 10px 0;
    }

    .quote-block {
        min-height: auto;
    }
    .color-anchor span {
        display: none;
    }

    .h2-stat {
        margin: 40px 0;
    }

    .card-error h4 {
        padding-bottom: 5px;
    }

    .stat-chyby {
        margin-top: 10px;
    }

    .multi-column-text {
        column-count: 1;
    }
    .gallery {
        flex-wrap: wrap;
    }
    .gallery-wrapper {
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .gallery-item IMG {
        width: 190px;
    }

}