.timeline {
    position: relative;
}

.timeline:after {
    content: '';
    position: absolute;
    width: 4px;
    background: #72bf44;
    top: 0;
    left: 50%;
    bottom: 0;
    height: 100%;
    border-radius: 400px;
}

.timeline-box {
    box-shadow: 2px 2px 30px -17px #505050;
    border-radius: 30px;
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.timeline-box:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #72bf44;
    border-radius: 1000px;
    position: absolute;
    right: -42px;
    top: 50%;
    transform: translateX(-50%);
}

.timeline-box img {
    width: 40%;
    height: auto;
    border-radius: 30px;
    object-fit: cover;
}

.timeline-boxwrapper {
    width: 50%;
}

.timeline-boxwrapper:not(:first-child) {
    margin-top: -60px;
}

.timeline-boxwrapper:nth-child(even) {
    margin-left: auto;
}

.timeline-boxwrapper:nth-child(even) .timeline-box {
    margin-left: 20px;
    margin-right: 0;
}

.timeline-boxwrapper:nth-child(even) .timeline-box:after {
    right: unset;
    left: -18px;
}

.timeline-boxwrapper:nth-child(even) .timeline-box img {
    order: 1;
    border-radius: 0 30px 30px 0;
}

.timeline-content {
    width: 100%;
    height: 100%;
    padding: 25px;
    text-align: left;
    align-self: center;
}

.timeline-content h3 {
    color: #488001;
    font-weight: 700;
    font-size: 19px;
}

.timeline-year {
    display: block;
}

.timeline-title {
    color: #505050 !important;
}

.timeline-description {
    color: #747577;
    padding-top: 5px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .timeline-boxwrapper {
        width: 100%;
        margin-top: 0 !important;
        margin-bottom: 20px;
    }

    .timeline:after,
    .timeline-box:after {
        display: none;
    }

    .timeline-box {
        display: grid;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .timeline-box img {
        width: 100%;
        height: auto;
        order: 1;
        border-radius: 0 0 30px 30px !important;
    }
}

.vypis-typy .vp-typ {
    display: block;
    text-align: center;
    transition: all .20s;
}

.vypis-typy .vp-typ img {
    width: 200px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.vypis-typy .vp-typ b {
    color: #929292;
    font-size: 20px;
    border: 1px solid #a3a3a3;
    border-radius: 50px;
    padding: 10px 14px;
}

.vypis-typy .vp-typ.small b {
    font-size: 17px;
}

.vypis-typy .vp-typ.active b,
.vypis-typy .vp-typ:hover b {
    color: #313030;
    border-color: #6c6c6c;
}

.foot-icon .my-social-icon.my-tiktok-icon {
    background: url(../../asset/images/web/tiktok.svg) no-repeat top left;
}

.whajt .header-icon-wajt .my-social-icon.my-tiktok-icon {
    background: url(../../asset/images/web/tiktok.svg) no-repeat top left;
    transform: translate(12px, 11px);
}

.fancy-box {
    background-color: #fff;
    box-shadow: 0 12px 29px 3px rgba(217, 217, 217, .5);
    border-radius: 15px;
    position: relative;
    padding: 22px 16px 28px;
}

@media (min-width: 1400px) {
    .navbar li {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.btn.btn-standard.small {
    width: auto;
    padding: 7px 20px;
}

.btn.btn-standard.small:after {
    content: none;
}

.care-banner {
    position: relative;
}

.care-banner .btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: #488001;
}

.care-banner .btn:after {
    content: none;
}

.care-banner .btn:hover {
    background-color: #488001;
    color: #fff;
}

@media (max-width: 767px) {
    .care-banner img {
        height: 350px;
        object-fit: cover;
        border-radius: 20px;
    }

    .care-banner .btn {
        padding: 7px 20px;
    }
}

.mce-content-body {
    padding: 10px !important;
}

@media (max-width: 767px) {
    p.slide-title, span.slide-description {
        left: 0;
    }
}

.socials-menu a {
    display: inline-block;
}

.navbarwhajt .header-socials i,
.navbarwhajt .header-socials svg {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .socials-btn img {
        width: 20px;
    }

    .socials-menu {
        position: absolute;
        margin-top: -5px;
        background-color: #fff;
        background-color: rgba(0, 0, 0, 0.5);
        border: #78bd1f 1px solid;
        display: none;
        width: 200px;
        right: 0;
        border-radius: 0 0 5px 5px;
    }

    .navbarwhajt .socials-menu {
        background-color: #fff;
    }

    .header-socials:hover .socials-menu {
        display: block;
    }
}

.custom-tooltip-wrapper .custom-tooltip {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 20px;
    color: #fff;
    margin-top: 2px;
    margin-left: 118px;
    position: absolute;
    z-index: 1000;
    width: 300px;
    padding: 15px;
}

.custom-tooltip-wrapper:hover .custom-tooltip {
    display: block;
}

input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
    border-color: #78bd1f;
}

textarea.form-control {
    border-radius: 15px;
}

.nice_checkbox a {
    color: #78bd1f;
    border-bottom: 1px solid #78bd1f;
}

.nice_checkbox a:hover {
    color: #285101;
    border-color: #285101;
}

/* WAVE fixes*/
.btn-standard,
.btn-filter {
    border-color: #488001;
    background-color: #488001;
}

.btn-card {
    color: #488001;
    border-color: #488001;
}

.content-web a,
.greenlink a,
.ahref {
    color: #488001;
}

.greenlink a:hover,
.ahref:hover {
    color: #285101;
}

h1, h3 {
    color: #488001;
}

.text-black {
    color: #505050;
}

div.cisla .cislo .numbero {
    color: #505050;
    font-weight: 700;
    font-size: 22px;
}

.slide-title {
    font-family: ProximaNova-Bold;
    color: #fff;
    font-size: 3em;
    text-align: left;
    position: relative;
    left: 10%;
}

.slide-description {
    font-family: ProximaNova-Bold;
    color: #fff;
    font-size: 1.5em;
    text-align: left;
    position: relative;
    left: 10%;
}

@media (max-width: 768px) {
    #mainSlider .slide-content {
        background: rgba(0, 0, 0, 0.20);
    }
}

.silver {
    color: #757575;
}

.vp-icon {
    padding: 10px;
}

.vp-icon svg {
    margin-top: -30px;
}

.formularova-sekcia.agent {
    background-color: #488001;
}

.asterisk {
    color: #ec0000 !important;
}

.jFiler-theme-default .jFiler-input-caption {
    color: #505050;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: 1;
}

.detail-form-suhlas {
    color: #747577;
}

#benefits .benefit-box ul {
    color: #747577;
}

#benefits .benefit-box h3 {
    color: #488001;
}

.prib h2 {
    color: #488001;
}

#story {
    color: #757575;
}

#story .info-block__person {
    color: #488001;
}

#story .quote {
    background-color: #488001;
}

ul.pribehyd li a {
    background: #488001;
}

#benefits .benefit-box h2:first-child {
    color: #488001;
    margin-bottom: 42px !important;
    margin-top: 0;
}

.content-web a,
.module-content a {
    color: #488001;
    border-bottom: 1px solid #488001;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    z-index: 10000
}

.skip-link:focus {
    top: 10px
}

/*.background-video .video-container {
    height: 100vh;
    max-height: 100vh;
}*/

.mytopik {
    top: 50px;
}

.top-kus {
    top: -130px;
}

.navdiv:not(.whajt) {
    background-color: #488001;
    /*background-color: rgba(25, 25, 25, .3);
    backdrop-filter: blur(10px);*/
}

.navdiv.bg-green:not(.whajt) {
    background-color: #488001;
}

ul.navbar-nav li:hover > ul {
    top: 45px;
    border-radius: 0 0 5px 5px !important;
}

ul.nav li:hover > ul {
    background-color: rgba(0, 0, 0, 0.5);
}

ul.navbar-nav li:hover > ul li {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.hp-banner {
    display: block;
    position: relative;
    border-radius: 25px;
    flex-shrink: 0;
    scroll-snap-align: start;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.15);
}

.hp-banner img {
    opacity: 1;
    display: block;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 25px;
}

.hp-banner .info {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4a800a;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px 20px;
    text-align: left;
    color: white;
    box-sizing: border-box;
}

.hp-banner .info .plus {
    color: #78BE21;
    font-size: 30px;
}

.hp-banner .info .title {
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.hp-banner .info .text {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
}

.hp-banner .info .cta-button {
    display: inline-block;
    background-color: #599c0a;
    border: 1px solid white;
    color: white;
    font-weight: bold;
    font-size: 17px;
    padding: 6px 16px;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    position: absolute;
    bottom: 30px;
}

.hp-banner .info .cta-button:hover {
    background-color: #76b92c;
    border-color: white;
    color: white;
}

.hp-banner:hover img {
    opacity: 0.1;
}

.hp-banner:hover .info {
    opacity: 1;
}