.two-buttons .btn {
    margin: 5px;
}

article {
    padding-bottom: 80px;
}

.section article:last-child {
    padding-bottom: 0;
}

.accordion-content * {
    color: #fff;
}

.rectangle h3 {
    color: #fff;
    padding-top: 13px;
}

.blog-pic {
    max-width: 40%;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    padding: 0 0;
    overflow: hidden;
    position: relative;
}

.blog-pic img {
    transition: transform 0.3s ease;
}

.blog-pic::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.blog-pic::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: url(/images/images.svg) no-repeat center center;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.blog-pic:hover img {
    transform: scale(1.05);
}

.blog-pic:hover::before {
    opacity: 1;
}

.blog-pic:hover::after {
    opacity: 1;
}

.slide-image-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .slide-image-gallery {
        height: 350px;
    }
}

@media screen and (max-width: 479px) {
    .slide-image-gallery {
        height: 250px;
    }
}

.slide-image-gallery img {
    max-height: 100%;
}

.flex-grid {
    display: flex;
}

.flex-grid input {
    margin: 10px;
}

.input_icon {
    pointer-events: none;
}

.vets-list {
    max-height: 420px;
    overflow-y: scroll;
}

.wrong-input {
    border-color: red !important;
    color: red !important;
}

.select2-selection__rendered,
select,
input:not([type="submit"]) {
    color: #333333 !important;
}

.select2-selection__arrow {
    display: none !important;
}

.wrong-input .select2-selection__rendered {
    color: red !important;
}

.select_wrapper_sm {
    width: 50%;
    margin-right: 15px;
}

.select_wrapper_sm select {
    max-width: unset !important;
}

.form_row .form_text {
    max-width: calc(50% - 15px);
}

select[disabled] {
    background-color: #eeeeee !important;
}

@media screen and (max-width: 479px) {
    .select_wrapper_sm {
        width: 100%;
        margin-right: 0;
    }

    .form_row .form_text {
        max-width: unset;
    }
}

.load5 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    background-color: rgba(128, 128, 128, 0.5);
}

.loader {
    margin: 100px auto;
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

#wallet_form {
    justify-content: center;
}

@font-face {
    font-family: "Product Sans";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/product-sans-regular.woff2") format("woff2");
}

.google-wallet-button,
.apple-wallet-button {
    font-family: "Product Sans", sans-serif;
    height: 48px;
    padding: 10px;
    display: flex;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 0.03em;
    user-select: none;
}

.google-wallet-button img,
.apple-wallet-button img {
    height: 26px;
    margin-right: 10px;
}

.google-wallet-button {
    background-color: #1f1f1f;
    border: 1px solid #747775;
    border-radius: 24px;
    padding: 10px 16px;
}

.apple-wallet-button {
    background-color: #000000;
    border: 1px solid #a6a6a6;
    border-radius: 10px;
}

.wallet-btn-right .wallet-btn-top {
    font-size: 11px;
    line-height: 10px;
}

.wallet-btn-right .wallet-btn-bottom {
    font-size: 15px;
    line-height: 20px;
}

@-webkit-keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff,
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7),
            1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff,
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7),
            -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

@keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff,
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7),
            1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff,
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7),
            -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

.errorbox {
    color: white;
    padding: 15px;
}

h4:not(.h4_40) {
    font-size: 18px !important;
    line-height: 24px;
    margin-top: 10px;
}

.blog_container h4 {
    font-size: 40px !important;
    line-height: 1.375;
}

.blog_container a {
    text-decoration: none;
}

.blog_container a:hover h4 {
    transition: color 300ms ease-in-out;
    color: #5ca647 !important;
}

@media screen and (min-width: 992px) {
    .blog_container .blog_text-container {
        max-width: calc(100% - 460px);
    }
}

.section-inner {
    padding-top: 80px;
}

.w-tab-content {
    overflow: unset;
}

.d-none {
    display: none !important;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.quotes_block {
    position: relative;
}

.slider-img-container {
    background-image: url("/images/lifestorybg.svg");
    max-height: 560px;
    overflow: hidden;
}

.slider-img-container img {
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.brand img {
    height: 60px;
}

.footer-logo {
    height: 50px;
    margin-bottom: 30px;
}

.accordion-content-wrapper {
    width: unset !important;
}

.accordion-arrow-container {
    position: relative;
    margin-left: 10px;
}

.accordion-arrow,
.accordion-arrow-white {
    position: absolute;
    top: 0;
    left: 0;
}

.accordion-content,
.accordion-content-2 {
    font-weight: 400;
}

.accordion-item {
    max-width: calc(100vw - 50px);
}

.accordion-title,
.accordion-title-violet {
    align-items: flex-start;
}

.accordion-arrow,
.accordion-arrow-white,
.accordion-arrow-container {
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
}

.select2-search__field {
    height: 55px;
    padding: 13px 20px !important;
    transform: translateY(-55px);
    border-radius: 30px;
    font-size: 18px;
}

.select2-search--dropdown {
    padding: 0 !important;
    height: 0;
}

.policy-summary {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #abafc7;
    font-size: 22px;
}

.policy-summary-price {
    color: black;
    font-weight: 500;
}

.questions-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.questions-container .box-question {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 0 10px;
}

.questions-container .question-img {
    height: 120px;
    margin-bottom: 20px;
}

.css-toggle {
    display: flex;
    margin-bottom: 15px;
}

.css-toggle input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

.css-toggle input + label {
    transition: 0.1s;
    background-color: #afafaf;
    color: white;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 500;
    text-indent: 0;
    margin: 5px;
    font-size: 18px;
    cursor: pointer;
}

.css-toggle input:checked + label.css-toggle-default {
    background-color: #452f91;
}

.css-toggle input:checked + label.css-toggle-yes {
    background-color: #5ca647;
}

.css-toggle input:checked + label.css-toggle-no {
    background-color: #70798b;
}

.box-question .css-toggle input + label {
    width: 130px;
}

.shadowed-box {
    padding: 55px;
    border-radius: 20px;
    box-shadow: 5px 0 50px 0 rgba(171, 175, 199, 0.5);
    text-align: center;
}

.shadowed-box h3 {
    color: #081420;
    font-size: 24px;
}

.shadowed-box h3 u {
    color: #460098;
    border-bottom: 2px solid #460098;
    text-decoration: none;
}

.shadowed-box .question-p {
    font-size: 20px;
    font-weight: 700;
}

.questions-container .box-question p {
    color: black;
    font-weight: 400;
    margin-bottom: 20px;
}

.policy-recommendation {
    font-size: 18px;
    margin-top: 20px;
    color: black;
    font-weight: 400;
}

.fill-form-icon {
    display: none;
}

.q-active.step-line {
    position: relative;
    background-color: #460098;
}

.form-bottom-sector-mobile {
    display: none;
    text-align: center;
    margin-top: 30px;
}

.form-bottom-sector-mobile a.btn {
    width: 100%;
}

.form-bottom-sector-mobile a.btn .btn-container {
    justify-content: center;
}

.q-active .fill-form-icon {
    display: block;
    transform: translate(-50%, -24px);
    padding: 5px;
    background-color: white;
    position: absolute;
    left: 50%;
}

.accordion-content-wrapper .pink-link {
    color: white;
}

input.datepicker {
    width: 100% !important;
}

.mobile-product {
    width: 100%;
    background-color: white;
    box-shadow: 3px 3px 15px 0 #00000012;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}

.mobile-product h6 {
    font-size: 24px;
    margin: 0;
}

.mobile-product .mobile-showmore {
    display: none;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.mobile-product .mobile-product-info {
    transition: 0.3s ease-out;
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
}

.mobile-product .mobile-product-info > div {
    overflow: hidden;
}

.mobile-product.active .mobile-product-info {
    grid-template-rows: 1fr;
}

.mobile-product:not(.active) .mobile-showmore {
    display: inline;
}

.mobile-product .price_btn-container a {
    width: 100%;
}

.mobile-product .favorite-icon {
    display: none;
}

.mobile-product.favorite-product .favorite-icon {
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
}

.mobile-product-price {
    font-size: 16px;
    color: #70798b;
    font-weight: 700;
}

.info-icon-blue {
    margin: 0 0 2px 5px;
    height: 14px;
    cursor: pointer;
}

.th .price_list-item {
    color: #70798b;
}

#form_get_offer .animal-switch {
    margin: 0 0 30px 0;
}

.animal-switch {
    border-radius: 28px;
    height: 55px;
    position: relative;
    cursor: pointer;
    width: 100%;
    max-width: 500px;
    margin: 25px 0;
}

.animal-switch .animal-switch-bg {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 28px;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    transition: 0.3s ease-out;
}

.animal-switch.active-d .animal-switch-bg {
    background-color: #460098;
}

.animal-switch.active-c .animal-switch-bg {
    background-color: #d5639e;
}

.animal-switch .animal-switch-btn {
    position: absolute;
    top: 0;
    border-radius: 28px;
    opacity: 1;
    width: 50%;
    height: 100%;
    transition: 0.3s ease-out;
}

.animal-switch.active-d .animal-switch-btn {
    background-color: #460098;
    left: 0;
}

.animal-switch.active-c .animal-switch-btn {
    background-color: #d5639e;
    left: 50%;
}

.animal-switch .animal-switch-d,
.animal-switch .animal-switch-c {
    color: #fefeff;
    padding: 12px;
    width: 50%;
    text-align: center;
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    top: 0;
    left: 0;
}

.animal-switch .animal-switch-c {
    left: 50%;
}

.mobile-product-limits {
    margin-top: 10px;
}

.mobile-product-limit {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
}

.mobile-product.active > .mobile-product-limit {
    display: none;
}

.mobile-product:not(.active) > .mobile-product-limit {
    margin-top: 5px;
}

.mobile-product-limit span:last-child {
    white-space: nowrap;
}

.mobile-product-limit strong {
    font-weight: 500;
}

.mobile-product-limit.text-green {
    margin-top: 20px;
}

.price-container-mobile {
    display: none;
}

.step_section .price-container-mobile {
    margin-top: 20px;
}

.card-shadow.is-cat {
    box-shadow: 49px 49px 0 0 #d5639e;
    transition: 0.3s ease-out;
}

.hr {
    border: 0;
    border-bottom: 1px solid #afafaf;
    margin: 20px 0;
}

.pricing-sector .price-line.price-total-line {
    font-weight: bold;
    color: black;
}

.pricing-sector .price-line {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}

.form-header-inside {
    padding-top: 30px;
}

.paytext-free {
    font-weight: 400;
    font-size: 14px;
    color: #5ca647;
}

.radio-item-paytext {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.radio-item-paytext div {
    text-indent: 0;
    padding-left: 20px;
}

.radio-item {
    padding: 0 10px;
    color: black;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.radio-item + .radio-item {
    margin-top: 1em;
}

.radio-item input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    -moz-appearance: none;
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0;
    color: currentColor;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: 2px solid #afafaf;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    cursor: pointer;
}

.radio-item input[type="radio"]:checked {
    border: 2px solid #5ca647;
}

.radio-item input[type="radio"]::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #5ca647;
    background-color: #5ca647;
}

.radio-item input[type="radio"]:checked::before {
    transform: scale(1);
}

.input.sm {
    margin-right: 15px !important;
}

.iti__selected-flag {
    border-radius: 50% 0 0 50%;
    overflow: hidden;
}

.table-container {
    width: 100%;
    overflow-x: auto;
}

.table-container table {
    width: 100%;
    min-width: 450px;
}

.table-container table tr {
    border-bottom: 1px solid rgba(171, 175, 199, 0.5);
}

.table-container table td,
.table-container table th {
    padding: 10px;
    text-align: right;
}

.table-container table td:nth-child(1),
.table-container table th:nth-child(1) {
    text-align: center;
}

.table-container table td:nth-child(2),
.table-container table th:nth-child(2) {
    text-align: left;
}

.voucher-trigger {
    display: block;
    margin-top: 25px;
    text-align: right;
    color: #460098;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

#voucher-content .form_row {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.payment-container .payment-btns {
    display: flex;
    justify-content: space-between;
}

.payment-container .payment-btns .pay-btn {
    width: 80%;
}

.payment-container .payment-btns .pay-btn .btn-container {
    justify-content: center;
}

.payment-container {
    max-width: 400px;
    width: 100%;
}

.payment-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.wallet-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
    gap: 15px;
    flex-wrap: wrap;
}

.pay-info {
    font-weight: 400;
    font-size: 14px;
    color: black;
    margin-top: 10px;
}

.price_btn-container .btn.btn-price {
    width: unset;
}

#pmtform .iti,
#claimform .iti {
    margin-bottom: 15px;
    width: 100%;
}

.checkbox-item {
    padding: 0;
    text-indent: 0;
    cursor: pointer;
    margin-bottom: 1rem;
    margin-left: 20px;
}

.checkbox-item span {
    color: black;
    font-weight: 400;
}

.checkbox-item .checkbox-tick {
    width: 30px;
    height: 30px;
    margin-top: 0;
    margin-right: 20px;
    border: 2px solid #5ca647;
    border-radius: 10px;
    margin-left: -20px;
    float: left;
}

.checkbox-item input[type=checkbox] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.checkbox-item input[type=checkbox]:checked + .checkbox-tick {
    border-style: none;
    background-color: #5ca647;
    background-image: url("/images/verification-checkmark-symbol2x_1verification-checkmark-symbol@2x.png");
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1400px) {
    .box-question .css-toggle input + label {
        width: 100px;
    }
}

@media screen and (max-width: 1200px) {
    .brand img {
        height: 52px;
    }

    .box-question .css-toggle input + label {
        width: 130px;
    }

    .questions-container .box-question {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .policy-summary {
        font-size: 16px;
    }

    .shadowed-box {
        padding: 25px;
    }

    .shadowed-box h3 {
        font-size: 22px;
    }

    .shadowed-box .question-p {
        font-size: 14px;
    }

    .questions-container .box-question p {
        font-size: 14px;
    }

    .box-question .css-toggle input + label {
        width: 100px;
    }

    .questions-container .box-question {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .css-toggle input + label {
        font-size: 14px;
        border-radius: 25px;
        padding: 10px 25px;
    }

    .questions-container .question-img {
        height: 80px;
    }
}

@media screen and (max-width: 576px) {
    .price_container,
    .price-container-2 {
        display: none;
    }

    .price-container-mobile {
        display: block;
    }
}

@media screen and (min-width: 480px) {
    .w-nav-overlay {
        width: 100vw !important;
        top: 92px !important;
    }

    nav.nav-menu {
        width: 100%;
        max-height: 550px;
    }

    .btn_menu-close {
        display: none;
    }

    [data-nav-menu-open] {
        display: flex !important;
    }
}

@media screen and (max-width: 479px) {
    .iti,
    .input_wrapper {
        width: 100%;
    }

    #send_form {
        width: 100%;
        padding: 19px 40px;
        border-radius: 30px;
    }

    #send_form .btn-container {
        justify-content: center;
    }

    #form_get_offer .form_text {
        width: 100%;
    }

    #form_get_offer .form-bottom {
        display: flex;
        flex-direction: column;
    }

    #form_get_offer .form-bottom > div:first-child {
        order: 2;
    }

    #form_get_offer .form-bottom > div:last-child {
        order: 1;
    }

    #form_get_offer .form-bottom .btnsector {
    }

    #form_get_offer .form-bottom .btnsector > div {
        font-size: unset;
    }

    #form_get_offer .form-bottom .btnsector .partnercodebtn {
        color: black;
        text-decoration: none;
        border: 2px solid #5ca647;
        padding: 13px 20px;
        border-radius: 30px;
        margin-bottom: 15px;
        display: block;
        transition: background-color 300ms ease-out;
    }

    #form_get_offer .form-bottom .btnsector .partnercodebtn:hover {
        background-color: #5ca647;
        color: white;
    }

    .form-bottom-sector-mobile {
        display: block;
    }

    .form-bottom-sector-desktop {
        display: none;
    }

    .brand img {
        height: 32px;
    }

    .footer-logo {
        height: 32px;
        margin-bottom: 30px;
    }

    .accordion-column.border-white-right {
        padding-left: 0;
    }

    .accordion-column:not(.border-white-right) {
        padding-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .slider-img-container img {
        width: 100%;
        height: unset;
    }
}

.sjednat_sector > * {
    white-space: nowrap;
}

.language_sector {
    white-space: nowrap;
}

.language_sector > * {
    display: inline;
}

.language_sector > .w--current-language {
    color: #d5649e;
}

.dz_sector form {
    max-width: 980px;
    width: 100%;
}

.dz_sector {
    display: flex;
    justify-content: center;
}

.close_button {
    z-index: 1;
    font-size: 30px;
    padding: 8px;
    width: 48px;
    height: 48px;
    text-align: center;
    margin-top: 5px;
}

.nav-container-2 {
    display: flex;
    width: 100%;
    max-width: 1640px;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

.clear_filter_btn {
    position: absolute;
    font-size: 28px;
    padding: 0;
    height: 46px;
    width: 46px;
}

.clear_filter_btn:hover {
    background-color: #d5649e;
}

.magnifying_glass {
    width: 28px;
    position: absolute;
    top: 16px;
    left: 17px;
}

input.vets {
    padding-left: 60px;
}

.stage_sector,
.poledit_sector,
.claim_sector {
    padding-top: 80px;
}

.stage_sector .header-card,
#pincode .header-card,
.poledit_sector .header-card,
#policyverify .header-card,
.step_section .header-card,
.claim_sector .header-card,
#accountnrform .header-card {
    margin-left: auto !important;
    margin-right: auto !important;
}

.errorboxtext {
    margin-bottom: 0;
}

.rectangle {
    height: fit-content;
}

.btn.arrow .btn-arrow {
    -webkit-transform: translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform-style: preserve-3d;
    transition: 0.5s;
}

.btn.arrow:hover .btn-arrow {
    -webkit-transform: translate3d(7px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0) !important;
    -moz-transform: translate3d(7px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0) !important;
    -ms-transform: translate3d(7px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0) !important;
    transform: translate3d(7px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0) !important;
    transform-style: preserve-3d;
}

.info_modal {
    color: #70798b !important;
    background: none !important;
    padding: 0 !important;
    text-decoration: underline;
}

.content-pes.current_content,
.content-kocka.current_content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-pes,
.content-kocka {
    display: none;
}

.toggle-wrap {
    cursor: pointer;
}

.toggle,
.toggle-ticker {
    -webkit-transform: translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transition: 0.25s;
}

.active_toggle {
    background-color: rgb(213, 100, 158);
}

.active_toggle .toggle,
.active_toggle .toggle-ticker {
    -webkit-transform: translate3d(23px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(23px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(23px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(23px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform-style: preserve-3d;
}

.modal_content-wrapper {
    max-height: calc(100% - 20px);
    overflow-y: auto;
}

.display_more_items_parent {
    border-top: 1px solid rgba(171, 175, 199, 0.5);
}

.green_btn {
    background-color: #5ca647 !important;
    transition: background-color 300ms ease-out;
}

.green_btn:hover {
    background-color: #d5649e !important;
}

.green_btn > img {
    display: block !important;
}

.green_btns {
    width: 100%;
    position: absolute;
    top: 315px;
    display: flex;
    z-index: 1000;
}

.w-slider-arrow-left.green_btn {
    left: -22px;
    right: unset;
}

.w-slider-arrow-right.green_btn {
    left: unset;
    right: -22px;
}

.price-container .slick-prev.slick-arrow,
.price-container .slick-next.slick-arrow {
    display: none;
}

.step_section .btn_back_x {
    visibility: hidden;
}

.step_section .logout_sector {
    display: none;
}

.slider-img-container img {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.slide-arrow {
    transition: background-color 300ms ease-in-out;
    background-color: #5ca647 !important;
}

.slide-arrow:hover {
    background-color: #d5649e !important;
}

.slider_left {
    left: calc(50% - 55px) !important;
}

.slider_right {
    left: calc(50% + 10px) !important;
}

.questioncolumns {
    border-bottom: 1px solid rgba(171, 175, 199, 0.5);
    margin-bottom: 30px;
}

.question-block > .w-form {
    max-width: 800px;
    margin: auto;
}

#app {
    height: 82vh;
}

#app iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.section_hr {
    border: 0;
    border-bottom: 1px solid #abafc7;
    margin: 30px 0;
}

.div-block-2 {
    display: flex;
}

.travel-signup-button {
    position: inherit;
    border-color: white;
    border-style: solid;
    border-width: 3px;
    font-size: large;
    font-weight: 700;
}

@media screen and (max-width: 991px) {
    .travel-signup-button {
        position: unset !important;
    }
}

@media screen and (min-width: 480px) {
    .check-data_row {
        grid-template-columns: 200px 1fr;
    }
    .green_btns {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .close_button {
        width: 37px;
        height: 37px;
        padding: 3px;
    }
    .div-block-2 {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .nav-container-2 {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.twospan {
    width: 100%;
}

.form-header {
    text-indent: 0px;
}

.save-button-modifier {
    padding-top: 1vh;
    text-align: right;
}

.redicon {
    color: red;
    padding-bottom: 10px;
    margin-left: 10px;
}

@media screen and (min-width: 480px) {
    .wider-col {
        grid-template-columns: 300px 1fr;
    }
}

.no-step-padding-top {
    padding-top: 0px;
}

#iw_container .iw_title {
    font-size: 16px;
    font-weight: bold;
}

.iw_content {
    padding: 15px 15px 15px 0;
}

.testbanner {
    position: sticky;
    top: 0px;
    background-color: yellow;
    color: red;
    font-size: 12pt;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 9999;
}

.travel-banner {
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0)) drop-shadow(0 0 0 rgba(0, 0, 0, 0));
    box-shadow: 5px 0 50px 0 rgba(171, 175, 199, 0.5);
    border-radius: 20px;
    position: relative;
    background-image: linear-gradient(
            89.98deg,
            #ffffff 54.79%,
            rgba(255, 255, 255, 0.75) 61.8%,
            rgba(255, 255, 255, 0.5) 68.39%,
            rgba(255, 255, 255, 0) 74.15%
        ),
        url("/images/doggo.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 70px;
}

.travel-banner .travel-row {
    display: flex;
}

.travel-banner .travel-h1 {
    font-size: 27px;
    margin: 0;
}

.travel-banner .travel-h2 {
    font-size: 32px;
    color: #460098;
    margin: 0;
}

.travel-banner .travel-list-text {
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.travel-banner .check-icon {
    margin-right: 20px;
    height: 13px;
}

.travel-banner .travel-signup-button {
    font-size: 16px;
}

.travel-banner .travel-mobile-bottom {
    display: none;
    position: relative;
    margin-top: 40px;
}

.travel-banner .travel-block {
    width: 30%;
}

.travel-banner .travel-block-1 {
    background-image: url("/images/dog-head.svg");
    background-repeat: no-repeat;
    background-position-y: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 0 50px 50px;
}

.travel-banner .travel-block-2 {
    display: flex;
    align-items: center;
    padding: 50px 0;
    width: 40%;
}

.travel-banner .travel-block-2 ul {
    margin: 0;
    padding-left: 20px;
}

.travel-banner .travel-block-2 ul li {
    line-height: 42px;
}

.travel-banner .travel-desktop-button {
    position: relative;
    padding: 0;
    margin-top: 25px;
}

.travel-banner .travel-desktop-button .bended-arrow {
    position: absolute;
    left: 240px;
    top: -40px;
    z-index: -1;
}

.travel-banner .travel-mobile-bottom .travel-button {
    position: absolute;
    top: -27px;
    width: 100%;
}

.travel-banner .travel-mobile-bottom .travel-button .travel-signup-button {
    width: 90%;
    margin-left: 5%;
    text-align: center;
}

.travel-banner .travel-doggo-mobile {
    width: 100%;
}

.travel-banner .travel-signup-button {
    border-radius: 27px;
}

.travel-banner .travel-button img {
    margin-right: 5px;
    margin-top: -4px;
}

.travel-banner .travel-mobile-bottom .bended-arrow {
    position: absolute;
    right: 45px;
    top: -110px;
    z-index: -1;
    transform: rotate(-15deg);
}

.product-menu .product-menu-top,
.product-menu .product-menu-table-rightcol,
.product-menu .product-menu-table-line {
    display: flex;
    gap: 20px;
}

.product-menu .product-menu-products-container {
    width: 600px;
    position: relative;
}

.product-menu .product-menu-products {
    display: flex;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
    gap: 15px;
}

.product-menu .product-menu-leftbox {
    width: calc(100% - 600px);
}

.product-menu-product-name,
.product-menu-product-price,
.product-menu-product-note,
.product-menu-product-note-blue,
.product-menu-product-button {
    font-weight: 700;
    text-align: center;
}

.product-menu-product-note-blue {
    color: #460098;
    font-size: 14px;
    margin-top: 10px;
}

.product-menu-product-name {
    font-size: 20px;
    color: black;
    white-space: nowrap;
}

.product-menu-product-price {
    font-size: 60px;
    color: black;
    white-space: nowrap;
}

.product-menu-product-price .size1 {
    font-size: 18px;
}

.product-menu-product-price .size2 {
    font-size: 36px;
}

.product-menu-product-note {
    font-size: 14px;
    color: #afafaf;
}

.product-menu .product-menu-product {
    border-radius: 26px;
    padding: 80px 36px 36px 36px;
    height: fit-content;
    transition: 0.1s;
    position: relative;
}

.product-menu .product-menu-product.chosen-product {
    box-shadow: 3px 3px 15px 0 #00000012;
    z-index: 2;
}

.product-menu-product-button {
    display: block;
    color: #5ca647;
    border: 2px solid #5ca647;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 23px;
    background-color: #fefeff;
    transition: 0.3s;
}

.chosen-product .product-menu-product-button {
    background-color: #5ca647;
    color: white;
}

.product-menu-product-button:hover {
    background-color: #5ca647;
    color: white;
}

.chosen-product .product-menu-product-button:hover {
    background-color: #d5649e;
    border-color: #d5649e;
}

.product-menu-table-leftcol {
    width: 30%;
}

.product-menu-table-rightcol {
    width: 70%;
    justify-content: center;
}

.product-menu-table-prodcol {
    display: none;
    min-width: calc(100% / 3);
    width: 100%;
    text-align: center;
}

.product-menu-table-prodcol.active {
    display: block;
}

.product-menu-table-line {
    color: black;
    font-weight: 400;
    padding: 18px;
    border-radius: 26px;
}

.product-menu-table-line:not(.product-menu-names):not(.product-menu-year-line):nth-child(even) {
    background-color: #5ca6471a;
}

.product-menu-year-line {
    font-size: 15px;
    font-weight: 700;
    margin-top: 20px;
}

.product-menu-names {
    font-weight: 700;
    font-size: 18px;
    color: #5ca647;
    min-height: 300px;
}

.product-menu-choose {
    margin-top: 30px;
    margin-bottom: 10px;
}

.product-menu-choose * {
    font-size: 15px;
}

.product-menu-choose b {
    color: black;
}

.product-menu-choose b:first-child {
    margin-right: 8px;
}

.product-menu-choose a {
    text-decoration: none;
    font-weight: 700;
    color: #afafaf;
}

.product-menu-choose a.active {
    color: #5ca647;
}

.product-menu-product-rec {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 15px;
    width: 100%;
    color: #5ca647;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 26px 26px 0 0;
    transition: 0.2s;
}

.chosen-product .product-menu-product-rec {
    color: white;
    background-color: #5ca647;
}

.product-menu-product-rec .fav-w {
    height: 22px;
    display: none;
}

.product-menu-product-rec .fav-g {
    height: 22px;
    display: inline;
}

.product-menu-arrows {
    display: flex;
    gap: 20px;
    user-select: none;
}

.product-menu-arrow-left,
.product-menu-arrow-right {
    width: 42px;
    height: 42px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    border: 2px solid #5ca647;
    position: absolute;
    top: 210px;
    z-index: 10;
}

.product-menu-arrow-left {
    left: 0;
}

.product-menu-arrow-right {
    right: 0;
}

.product-menu-arrow-left:not(:hover) svg path,
.product-menu-arrow-right:not(:hover) svg path {
    stroke: #5ca647 !important;
}

.product-menu-arrow-left:hover,
.product-menu-arrow-right:hover {
    background-color: #5ca647;
}

.header-price-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid rgba(175, 175, 175, 0.2);
    margin-bottom: 20px;
}

.price-container-2,
.header-price-container {
    margin: 50px auto;
}

.product-menu .left-fade,
.product-menu .right-fade {
    z-index: 1;
    position: absolute;
    top: 0;
    height: 100%;
    width: 50px;
    pointer-events: none;
}

.product-menu .left-fade {
    left: 0;
    background: linear-gradient(to right, rgb(253, 253, 253), transparent);
}

.product-menu .right-fade {
    right: 0;
    background: linear-gradient(to left, rgb(253, 253, 253), transparent);
}

.step_section .product-menu .left-fade {
    background: linear-gradient(to right, white, transparent);
}

.step_section .product-menu .right-fade {
    background: linear-gradient(to left, white, transparent);
}

.btn-white {
    border: 2px solid #5ca647;
    background-color: white;
    color: #5ca647;
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s;
    height: 48px;
    border-radius: 24px;
    padding: 14px 40px;
}

.btn-white:hover {
    background-color: #5ca647;
    color: white;
}

.btn-phone {
    display: inline-flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding: 9px 20px;
}

.btn-phone .phone-icon {
    position: relative;
    width: 22px;
    height: 22px;
}

.btn-phone .phone-icon .phone-icon-white,
.btn-phone .phone-icon .phone-icon-green {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.btn-phone .phone-icon-white {
    opacity: 0;
}

.btn-phone:hover .phone-icon-green {
    opacity: 0;
}

.btn-phone:hover .phone-icon-white {
    opacity: 1;
}

.claim-top-sector,
.info-block-line {
    display: flex;
}

.claim-top-sector {
    gap: 20px;
}

.info-block-line {
    color: #19181b;
    font-size: 16px;
}

.info-block-line-left {
    font-weight: 700;
}

.info-block-line-right {
    font-weight: 500;
}

.claim-top-sector > *,
.info-block-line > * {
    width: 50%;
}

.info-block {
    background-color: #fefeff;
    border-radius: 20px;
    box-shadow: 0 0 35px 0 #00000014;
    padding: 60px 40px;
}

.data-block,
.info-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.data-block {
    padding-bottom: 30px;
}

.p-warn {
    color: #a30909;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.incidents .incident {
    background: #afafaf1a;
    padding: 16px;
    border-radius: 20px;
    width: 250px;
    position: relative;
}

.incidents {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.incidents .incident * {
    font-size: 14px;
    font-weight: 400;
    color: black;
}

.incidents .incident h6 {
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}

.incidents .incident p {
    margin-bottom: 20px;
}

.incident-line {
    display: flex;
    justify-content: space-between;
}

.incident-line-right {
    text-align: right;
    padding-left: 5px;
}

.incident .incident-line-last {
    margin-bottom: 52px;
}

.incidents > .incident > .incident-button {
    display: flex;
    justify-content: center;
    color: #5ca647;
    padding: 10px 20px;
    font-size: 0.9rem;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    margin: 0;
}

.incidents > .incident > .incident-button:hover {
    color: white;
}

.comments-sector {
    background: #afafaf08;
}

.comments-top {
    padding: 20px 40px;
}

.comment-text {
    border-radius: 26px;
    max-width: 800px;
    white-space: pre-wrap;
}

.comment {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.comment.comment-pex {
    align-items: flex-start;
}

.comment .comment-text {
    background: #afafaf1a;
    font-size: 14px;
    font-weight: 400;
    color: black;
    padding: 14px 28px;
}

.comment.comment-pex .comment-text {
    background: #4600980f;
}

.comment .comment-text .comment-attachment {
    display: block;
    font-size: 10px;
    padding-top: 5px;
    font-weight: 700;
}

.comment-author {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    text-align: right;
    margin-bottom: 20px;
    margin-top: 8px;
}

.comment.comment-pex .comment-author {
    text-align: left;
    flex-direction: row;
}

.comment-author-icon {
    width: 32px;
    height: 32px;
}

.comment-author-name {
    font-size: 14px;
    color: black;
    line-height: 17px;
    font-weight: 700;
}

.comment-author-date {
    font-size: 12px;
    color: black;
    line-height: 15px;
    font-weight: 400;
}

.comments-form {
    border-top: 1px solid #afafaf80;
    display: flex;
}

.comments-form .comment-author-icon {
    padding: 24px;
    height: 80px;
    width: 80px;
}

.comment-author-send {
    border-left: 1px solid #afafaf80;
    margin-top: 16px;
    margin-bottom: 16px;
    width: 80px;
    padding: 10px 26px;
    cursor: pointer;
}

.comment-input {
    color: black;
    width: calc(100% - 160px);
    font-size: 16px;
    line-height: 20px;
    padding: 30px 20px 30px 5px;
}

.comment-input:focus {
    outline: none;
}

.comment-input:empty:not(:focus):before {
    content: attr(data-ph);
    color: grey;
    font-weight: 400;
    pointer-events: none;
}

.container-1170 {
    max-width: 1170px;
}

.claim_sector h3 {
    color: black;
    font-size: 18px;
}

.select-arrow {
    z-index: 2;
}

select:disabled {
    opacity: 1;
}

.select2-container--disabled .selection > span {
    cursor: not-allowed !important;
}

.product-menu .product-menu-table-rightcol {
    position: absolute;
    right: 0;
    height: 100%;
}

.product-menu .product-menu-product {
    height: 100%;
    min-width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-menu .product-menu-table-line {
    position: relative;
}

.product-menu .product-menu-table-rightcol {
    gap: 0;
}

.product-menu .product-menu-table-line {
    z-index: 1;
}

.product-menu-table-rightcol-inner {
    display: flex;
    width: 100%;
    overflow-x: hidden;
    padding: 0 15px;
}

.product-menu .product-menu-productrow {
    display: flex;
    justify-content: unset;
    overflow-x: hidden;
    padding: 15px;
    width: 100%;
    height: 100%;
}

.product-menu .product-menu-table-rightcol.height-140 {
    height: calc(100% + 140px);
    display: block;
}

.product-menu-table {
    position: relative;
}

.product-menu-table-leftcol h2 {
    margin-top: 0;
    hyphens: auto;
}

.product-menu-table-leftcol p {
    font-size: 15px;
}

.product-menu {
    margin-bottom: 240px;
}

.product-menu-dots {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.product-menu-dots .product-menu-dot {
    width: 17px;
    height: 17px;
    background-color: #eef5ec;
    border: 2px solid #eef5ec;
    border-radius: 50%;
    cursor: pointer;
}

.product-menu-dots .product-menu-dot:hover {
    border-color: #5ca647;
}

.product-menu-dots .product-menu-dot.active {
    border-color: #5ca647;
    background-color: #5ca647;
}

.payment-note {
    margin: 30px 0 0;
    color: #5ca647;
    font-size: 14px;
}

@media screen and (max-width: 1500px) {
    .product-menu .product-menu-product,
    .product-menu-table-prodcol {
        min-width: calc(100% / 2);
    }
}

@media screen and (max-width: 1200px) {
    .travel-banner .travel-block-1 {
        padding: 20px 0 20px 20px;
    }

    .travel-banner .travel-block-2 {
        padding: 20px 0;
    }

    .travel-banner .travel-block-2 ul li {
        line-height: 30px;
    }

    .travel-banner .travel-desktop-button .bended-arrow {
        left: 225px;
    }

    .product-menu-product-price .size1 {
        font-size: 16px;
    }

    .product-menu-product-price .size2 {
        font-size: 32px;
    }

    .product-menu-product-name {
        font-size: 18px;
    }

    .product-menu-product-price {
        font-size: 55px;
    }

    .product-menu-table-leftcol h2 {
        font-size: 32px;
    }
}

@media screen and (max-width: 1100px) {
    .product-menu .product-menu-products-container {
        width: 400px;
    }

    .product-menu .product-menu-leftbox {
        width: calc(100% - 400px);
    }

    .header-price-container {
        justify-content: center;
        border-bottom: 0;
        margin-bottom: 0;
    }

    .header-price-container h2 {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .product-menu .product-menu-products-container {
        width: 100%;
    }

    .product-menu .product-menu-leftbox {
        width: 100%;
        text-align: center;
    }

    .product-menu .product-menu-top {
        flex-direction: column;
    }

    .product-menu .product-menu-arrows {
        justify-content: center;
    }

    .btn-phone {
        margin-top: 15px;
    }

    .product-menu .product-menu-product,
    .product-menu-table-prodcol {
        min-width: 100%;
    }

    .claim-top-sector {
        flex-direction: column;
    }

    .claim-top-sector > * {
        width: 100%;
    }

    .data-block {
        padding: 0 40px 20px;
    }
}

@media screen and (max-width: 880px) {
    .travel-banner {
        background: #fefeff;
    }

    .travel-banner .travel-block-1 {
        padding: 30px;
    }

    .travel-banner .travel-block-2 {
        padding: 0 50px 20px 15px;
    }

    .travel-banner .travel-desktop-button,
    .travel-banner .travel-block-3 {
        display: none;
    }

    .travel-banner .travel-mobile-bottom {
        display: block;
    }

    .travel-banner .travel-row {
        flex-direction: column;
    }

    .travel-banner .travel-block {
        width: 100%;
    }

    .travel-banner .travel-list-text {
        font-size: 16px;
    }

    .travel-banner .travel-h1 {
        font-size: 24px;
    }

    .product-menu-table-leftcol h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 600px) {
    .flex-grid {
        flex-direction: column;
    }

    .product-menu-product-price .size1 {
        font-size: 14px;
    }

    .product-menu-product-price .size2 {
        font-size: 28px;
    }

    .product-menu-product-price {
        font-size: 40px;
    }
}

.shadow-box {
    box-shadow: 0 0 35px 0 #00000014;
    border-radius: 20px;
}

.btn {
    cursor: pointer;
}

.btn.secondary {
    background-color: #d5649e;
}

.btn.secondary:hover {
    background-color: #9c4872;
}

.tab-link {
    transition: background-color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out;
}

.client-section {
    display: flex;
    gap: 2rem;
    padding: 0 2rem;
    align-items: flex-start;
}

@media screen and (max-width: 1200px) {
    .client-section {
        flex-direction: column;
        gap: 1rem;
        padding: 0 1rem;
        margin-top: 25px;
    }
}

@media screen and (max-width: 991px) {
    .client-section {
        padding: 0;
        margin-top: 1rem;
    }
}

.client-section-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}

.client-section-content > h1 {
    font-size: 2.3rem;
    font-weight: 700;
    color: black;
    font-family: "Zilla Slab", sans-serif;
    margin: 0;
    margin-bottom: 1rem;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .client-section-content > h1 {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 600px) {
    .client-section-content {
        gap: 0.5rem;
    }

    .client-section-content > h1 {
        font-size: 1.8rem;
        margin-top: 1rem;
    }
}

.client-section-content-boxes {
    display: flex;
    justify-content: space-evenly;
    gap: 1.5rem;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.client-section-content-boxes > div {
    flex-grow: 1;
    flex-basis: 350px;
}

.client-section-content-boxes .small-info {
    font-size: 0.8rem;
    color: #3e3e3e;
    padding: 0 2rem;
    margin-top: 2rem;
}

.client-section-content-boxes .small-info > a {
    font-size: 0.8rem;
    color: #5ca647;
}

@media screen and (max-width: 991px) {
    .client-section-content-boxes {
        flex-wrap: wrap;
    }
}

.content-box {
    color: black;
    padding: 40px;
    flex-grow: 1;
    flex-basis: 350px;
}

.client-section-content-boxes-form .content-box {
    padding: 40px 25px;
}

@media screen and (max-width: 600px) {
    .content-box {
        padding: 1rem;
    }
}

.content-box > h3,
.client-section-content-table > h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: black;
    font-family: "Zilla Slab", sans-serif;
    margin-bottom: 1.3rem;
    margin-top: 0;
}

.content-box > h3:not(:first-child) {
    margin-top: 2rem;
}

.content-box > div {
    font-size: 1rem;
    line-height: 2.5;
}

.content-box > .btn-group {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    padding-top: 1.5rem;
    white-space: nowrap;
}

.content-box .accordion {
    margin-left: -1.2rem;
    width: calc(100% + 2.4rem);
}

.content-box .accordion-heading {
    font-size: 16px;
    font-weight: 700;
}

.content-box .accordion {
    grid-row-gap: 0.8rem;
}

.content-box .accordion-content,
.content-box .accordion-content a {
    font-size: 0.8rem;
}

.content-box > .btn-group > a {
    max-width: 300px;
    width: 100%;
    text-align: center;
}

.content-box > a.btn {
    display: inline-block;
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.content-box b {
    margin-right: 0.2rem;
}

@media screen and (max-width: 600px) {
    .content-box > a.btn {
        display: flex;
        justify-content: center;
        margin-top: 1rem;
    }
}

.content-box .amount {
    font-weight: bold;
}

.content-box .amount.negative {
    color: red;
}

.content-box .form-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: 0rem 2rem;
}

.content-box .form-top h3 {
    flex-basis: 110px;
    flex-grow: 1;
}

.content-box .form-top a {
    flex-basis: 280px;
    flex-grow: 1;
    white-space: nowrap;
    text-align: center;
    margin-top: 0;
}

.content-box form input,
.content-box form select,
.content-box form .select_wrapper {
    max-width: 100%;
}

.content-box form .submit-button {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.content-box .checkbox-field {
    padding: 0;
    text-indent: 0;
    cursor: pointer;
    margin-bottom: 1rem;
}

.content-box .checkbox-field .checkbox-label {
    display: block;
}

.content-box.green-b b {
    color: #5ca647;
}

.client-section-content-table {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    padding-top: 20px;
    width: 100%;
}

.client-section-content-table table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.client-section-content-table table > thead > tr > th {
    font-size: 1rem;
    font-weight: 700;
    color: black;
    font-family: "Zilla Slab", sans-serif;
    text-align: left;
    padding: 0.5rem 1rem;
}

.client-section-content-table table > tbody > tr:nth-child(even) {
    background-color: #f5f5f5;
}

.client-section-content-table table > tbody > tr > td {
    font-size: 1rem;
    font-weight: 400;
    color: black;
    padding: 0.25rem 1rem;
}

.client-section-content-table table > tbody > tr > td:last-child:has(a) {
    text-align: right;
}

.client-section-content-table a.btn {
    padding: 0.25rem 2.5rem;
}

.client-section-content-table .policies-table a.btn {
    padding: 4px 20px;
    white-space: nowrap;
}

.table-wrapper {
    overflow-x: auto;
    max-width: 100%;
}

.client-section-content-table .table-more {
    margin-top: 1.5rem;
    text-align: center;
}

input[type=file].input::file-selector-button {
    display: none;
}

@media screen and (max-width: 1000px) {
    .client-section-content-table table {
        table-layout: auto;
    }

    .client-section-content-table table td {
        min-width: 125px;
    }
}


@media screen and (max-width: 600px) {
    .client-section-content-table {
        padding-left: 0;
    }

    .client-section-content-table table > thead > tr > th {
        padding: 0.5rem 0.5rem;
    }

    .client-section-content-table table > tbody > tr > td {
        padding: 0.25rem 0.5rem;
    }

    .client-section-content-table a.btn {
        padding: 0.25rem 1.5rem;
    }
}

.client-nav-box {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    max-width: 380px;
    padding: 2rem 2.5rem;
}

@media screen and (max-width: 1200px) {
    .client-nav-box {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        min-height: auto;
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .client-nav-box {
        padding: 2rem 1.5rem;
        gap: 1.5rem 4rem;
    }
}

.client-nav-box > div > span.insurance-title {
    font-size: 18px;
    font-weight: 700;
    color: #5ca647;
}

.client-nav-box > div > h3 {
    font-size: 2.3rem;
    font-weight: 700;
    color: black;
    font-family: "Zilla Slab", sans-serif;
}

.client-nav-box > .client-info-buttons {
    width: 100%;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    justify-content: center;
    align-items: center;
}

.client-nav-box > .client-info-buttons > a {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    border-radius: 25px;
    padding: 16px 40px;
    line-height: 1;
}

.client-info-buttons-bottom > a > div {
    font-size: 0.8rem;
}

.client-info-buttons-bottom .sjednat_sector, .client-info-buttons-bottom .sjednat_button {
    width: 100%;
}

.client-info-buttons-bottom .sjednat_choose {
    justify-content: center;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .client-nav-box > .client-info-buttons > a {
        max-width: 260px;
    }

    .client-nav-box > .client-info-buttons {
        flex-direction: row;
        margin-top: 0;
        flex-wrap: wrap;
        order: 3;
        width: auto;
    }

    .client-nav-box > .client-info-buttons-bottom {
        flex-direction: column;
        gap: 0.25rem;
        order: 2;
    }
}

@media screen and (max-width: 991px) {
    .client-nav-box > .client-info-buttons > a {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 350px) {
    .client-nav-box > .client-info-buttons > a {
        width: 200px;
        white-space: unset;
    }
}
.qr-container {
    position: relative;
    display: inline-block;
    border: 1px solid black;
    width: 130px;
    height: 130px;
    margin-bottom: 1rem;
}

.qr-container img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.5rem;
}

.qr-container:after {
    content: "QR Platba";
    position: absolute;
    bottom: -0.35rem;
    right: 40%;
    font-size: 0.8rem;
    color: black;
    font-weight: bold;
    background: white;
    padding: 0 0.15rem;
    line-height: 1;
}

#modal_items-resp div,
#modal_items-other div {
    color: black;
}

#modal_items-resp p,
#modal_items-other p {
    margin-bottom: 1rem;
    color: black;
}

#modal_items-resp a,
#modal_items-other a {
    color: #5ca647;
    text-decoration: none;
}

#modal_items-resp h3,
#modal_items-other h3 {
    color: black;
    text-align: center;
    margin-bottom: 2rem;
    font-family: "Zilla Slab", sans-serif;
    font-size: 1.7rem;
}

@media screen and (max-width: 1000px) {
    #modal_items-resp h3,
    #modal_items-other h3 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 600px) {
    #modal_items-resp h3,
    #modal_items-other h3 {
        font-size: 1.3rem;
    }
}

#modal_items-resp .file-link,
#modal_items-other .file-link {
    width: fit-content;
}

#modal_items-resp .file-link > div,
#modal_items-other .file-link > div {
    color: #452f91;
    text-decoration: underline;
}

#modal_items-resp .file-links,
#modal_items-other .file-links {
    margin-top: 1.2rem;
}

.btn.smaller {
    font-size: 0.8rem;
}

.navbar .nav-menu .nav-link {
    padding-left: 15px;
    padding-right: 15px;
}

.sjednat_choose {
    display: flex;
    gap: 0.5rem;
}

.sjednat_choose > a {
    padding-left: 0;
    padding-right: 0;
    width: 100px;
    text-align: center;
}

.sjednat_sector {
    display: flex;
    gap: 0.5rem 1rem;
}

.sjednat_sector > .btn {
    text-align: center;
    position: initial;
}

@media screen and (max-width: 480px) {
    nav .sjednat_sector {
        position: absolute;
        bottom: 50px;
        left: 30px;
        right: 30px;
        gap: 1rem;
    }
    .sjednat_choose > a {
        width: calc((280px / 2) - 0.25rem);
    }
}

@media screen and (max-width: 1280px) {
    .sjednat_sector {
        flex-direction: column;
    }
}

.navbar .btn.outline {
    padding: 14px 40px;
}

.modal-title {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.modal-title > h3 {
    margin: 0;
    color: #000;
}

#modalMoreContent .client-section-content-table {
    padding-left: 0;
    padding-top: 10px;
}

#modalMoreContent table th:last-child,
#modalMoreContent table td:last-child {
    width: 120px;
    text-align: center;
}

#modalMoreContent table th:nth-child(2),
#modalMoreContent table td:nth-child(2) {
    width: 120px;
    text-align: center;
}

#modalMoreContent table th:first-child,
#modalMoreContent table td:first-child {
    text-align: left;
}

#modalMoreContent .content-box {
    padding: 10px;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 15px;
}

#modalMoreContent .content-box > div {
    display: flex;
    justify-content: space-between;
}