.container.szbox {
    /*border-radius: 20px;*/
    background-color: #fef200;
    background-image: url("../images/SZCZ_PetExpert_Hlavicka_01A-01.svg");
    background-position: right;
    background-size: auto;
    background-repeat: no-repeat;
    padding-left: 40px;
    border-radius: 20px;
}

.szbanner {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    max-width: 100%;
}

.sztext {
    color: #4b3e2e !important;
    text-shadow: 1px 1px 2px #fef200;
}

.renew-info-text {
    font-size: 14px;
    color: #333;
    margin-top: -22px;
    font-family: Mulish, sans-serif;
    font-weight: 400;
    line-height: 20px;
}

#limits-section {
    margin-top: -35px;
    padding: 15px;
    background: #FFFFFF;
    border-radius: 16px;
    /*box-shadow: 0 4px 40px 0 #28262614;*/
}

#product-info-section {
    margin-top: -35px;
    padding: 12px 22px;
    background: #EBEFF7;
    border-radius: 16px;
    margin-bottom: 27px;
}

#product-info-section h2 {
    text-align: center;
    font-family: "MontB", sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 35px;
}

#product-info-section p {
    text-align: center;
    font-family: "MontB", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
}

.limits-table tr {
    border: none;

}

.limits-table td {
    padding: 0;
    padding-bottom: 18px;
    flex-direction: column;
}

.limits-table td b{
    display: flex;
    flex-direction: row;
    font-family: "MontB", sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 21px;
    vertical-align: middle;
    gap: 13px;
    margin-bottom: 8px;
}

.limits-table td p{
    text-align: left;
    margin-left: 27px;
    font-family: Mulish, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

.signup-form-sliders label {
    font-weight: bold;
    margin-bottom: 3.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
}

.signup-form-sliders label b {
    display: none;
}

.signup-form-sliders label img {
    display: initial;
    width: 20px;
    cursor: pointer;
}

.slider-container {
    margin-bottom: 52px;
}

.slider-container .values {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: .75rem;
    font-weight: bold;
}

.value-label {
    display: block;
    top: -46px;
}

.slider-container .values {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: .75rem;
    font-weight: bold;
}

.value-label {
    display: block;
    top: -46px;
}

.recurring-payment-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    gap: 10px;
}

.recurring-label {
    color: #333;
    font-family: Mulish, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.recurring-payment {
    margin-bottom: -50px;
    position: relative;
    width: 50%;
    margin-left: auto;


}

.signup-offer {
    width: 100%;
    display: flex;
    justify-content: center;
}

.price-description p {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    line-height: 18px;
    margin-top: -26px;
}

.terms-link {
    margin-bottom: 32px;
}

.terms-link-text {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-decoration: underline; !important;
    text-decoration-style: solid; !important;
    color: #3A5DAE; !important;
}


@media (max-width: 992px) {
    .terms-link,
    .price-description {
        text-align: center;
    }
}

@media screen and (max-width: 670px) {
    .container.szbox {
        background-image: none;
    }

    .recurring-payment {
        width: 100%;
    }
}