.section__home-slider {
    padding-block: 20px 15px;
}

.section__home-slider .home-slider__container .owl-dots .owl-dot.active {
    display: none;
}

.section__home-slider .home-slider__slide-wrapper {
    justify-content: flex-end;
    width: 100%;
    padding: 0 20px 19px;
}

.home-slider__container {
    /* padding-inline: 25px; */
}

.section__home-slider .home-slider__slide .home-slider__slide-img-wrapper img {
    object-fit: cover;
}

.section__home-slider .home-slider__header h2 {
    line-height: 40px;
    margin-bottom: .5rem;
}

.section__home-slider .home-slider__header h2 a,
.section__home-slider .owl-dot a {
    color: #fff;
}

.section__home-slider .home-slider__header h2 a:hover,
.section__home-slider .owl-dot__title a:hover {
    color: #0069b1;
}

/* .section__home-slider .home-slider__container .owl-dots .owl-dot:hover {
    color: #fff;
} */

.section__home-slider .home-slider__container .owl-dots {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.section__home-slider .home-slider__container .owl-dots .owl-dot {
    position: relative;
    display: flex;
    align-items: end;
    flex: 1 1 calc(50% - 10px);
    width: calc(50% - 10px);
    padding: 0 20px 19px;
    font-size: 22px;
    line-height: 23px;
    color: #fff;
    /* max-height: 260px; */
    background: transparent linear-gradient(180deg, #2B143F00 0%, #2B143F 100%) 0% 0% no-repeat padding-box;
    border: none;
    transition: all .35s ease;
}

.section__home-slider .home-slider__container .owl-dots .owl-dot__thumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.section__home-slider .hero-custom-dots__col {
    margin-left: -10px;
}

.home-slider__slide .home-slider__slide-img-wrapper::before {
    background: transparent linear-gradient(180deg, #2B143F00 0%, #2B143F 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.section-slider_programs .slider_applications__slider .owl-dots {
    display: none;
}

.section-slider_programs .box .app-box__small_title {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 14px;
    transition: all .35s ease;
}

.section-slider_programs .box .app-box__small_title:after {
    content: url('./dist/images/arrow.svg');
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 9px;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease;
}

.section-slider_programs .slider_applications__slider .owl-stage .owl-item {
    width: auto !important;
    max-width: max-content;
}

.slider_applications__slider .owl-stage .owl-item.active {
    margin-right: 10px !important;
}

.section-slider_programs .program-cards__list {
    gap: 20px;
}

.slider_applications__slider .owl-stage .owl-item .app-link,
.section-slider_programs .program-cards__list .app-link {
    /* display: flex;
    align-items: center; */
    /* width: auto !important; */
    padding: 0;
}

.slider_applications__slider .owl-stage .owl-item .app-box__small_title,
.section-slider_programs .program-cards__list .app-box__small_title {
    padding: 10px 16px 8px;
}

.slider_applications__slider .owl-stage .owl-item .app-link:hover .app-box.box,
.section-slider_programs .program-cards__list .app-link:hover .app-box.box {
    background-color: #fff;
}

.section-slider_programs .owl-item .app-link article,
.section-slider_programs .program-cards__list .app-link article {
    /* padding: 2px 16px;
    border-radius: 20px; */
    min-width: max-content !important;
    max-width: fit-content;
}

.section-slider_programs .owl-item .app-box.box,
.section-slider_programs .program-cards__list .app-box.box {
    display: flex;
    align-content: center;
    display: flex;
    height: 43px !important;
    border-radius: 20px;
    color: #fff;
    transition: all .5s ease;
    border: 1px solid transparent;
    height: auto;
    text-align: left;
    width: max-content !important;
}

.section-slider_programs .slider_programs__header {
    margin-bottom: 0;
    padding-right: 0;
}

.section-slider_programs:not(.slider-programs-davita) .owl-carousel .owl-nav button {
    height: 33px !important;
    width: 33px !important;
    top: 50% !important;
    transform: translateY(-50%);
}

.section-slider_programs .owl-carousel .owl-nav button.owl-next span,
.section-slider_programs .owl-carousel .owl-nav button.owl-prev span {
    line-height: 1;
}

.section-slider_programs:not(.slider-programs-davita) .owl-carousel .owl-nav button.owl-next svg,
.section-slider_programs:not(.slider-programs-davita) .owl-carousel .owl-nav button.owl-prev svg {
    width: 16px;
}

.section-slider_programs:not(.slider-programs-davita) .owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}

.section-slider_programs:not(.slider-programs-davita) .owl-carousel .owl-nav button.owl-prev svg {
    transform: rotate(180deg);
}

.section-slider_programs:not(.slider-programs-davita) .owl-carousel .owl-nav button.owl-next {
    left: calc(100% - 30px);
}

.slider_applications__slider .app-box.box,
.program-cards__list .app-box.box {
    background-color: #0069b1;
    border: 1px solid currentColor;
    transition: all .4s ease;
}

.slider_applications__slider .app-box.box.color-orange,
.program-cards__list .app-box.box.color-orange {
    background-color: #EE8000;
}

.slider_applications__slider .app-box.box.color-olive-green,
.program-cards__list .app-box.box.color-olive-green {
    background-color: #779F09;
}

.slider_applications__slider .app-box.box.color-blue,
.program-cards__list .app-box.box.color-blue {
    background-color: #0069B1;
}

.slider_applications__slider .app-box.box.color-raspberry,
.program-cards__list .app-box.box.color-raspberry {
    background-color: #D20F55;
}

.slider_applications__slider .app-box.box.color-blue-green,
.program-cards__list .app-box.box.color-blue-green {
    background-color: #0F606F;
}

.slider_applications__slider .app-box.box.color-blue-cyan,
.program-cards__list .app-box.box.color-blue-cyan {
    background-color: #00A8E4;
}

.slider_applications__slider .app-box.box.color-brick-red,
.program-cards__list .app-box.box.color-brick-red {
    background-color: #CE3616;
}

.slider_applications__slider .app-box.box.color-dark-khaki-green,
.program-cards__list .app-box.box.color-dark-khaki-green {
    background-color: #2D4E00;
}

.slider_applications__slider .app-box.box.color-claret,
.program-cards__list .app-box.box.color-claret {
    background-color: #980B3E;
}

.slider_applications__slider .app-box.box.color-yellow,
.program-cards__list .app-box.box.color-yellow {
    background-color: #FFC100;
}

.slider_applications__slider .app-box.box.color-pink,
.program-cards__list .app-box.box.color-pink {
    background-color: #E75480;
}

.slider_applications__slider .app-box.box.color-green,
.program-cards__list .app-box.box.color-green {
    background-color: #4CAF50;
}

.slider_applications__slider .app-box.box:hover,
.program-cards__list .app-box.box:hover {
    background-color: #fff;
    border: 1px solid #0069b1;
    color: #0069b1;
}

/* .slider_applications__slider .app-box.box.color-orange:hover { border: 1px solid #EE8000;  color: #EE8000;}
.slider_applications__slider .app-box.box.color-olive-green:hover { border: 1px solid #779F09; color: #779F09; }
.slider_applications__slider .app-box.box.color-blue:hover { border: 1px solid #0069B1; color: #0069B1; }
.slider_applications__slider .app-box.box.color-raspberry:hover { border: 1px solid #D20F55; color: #D20F55; }
.slider_applications__slider .app-box.box.color-blue-green:hover { border: 1px solid #0F606F; color: #0F606F; }
.slider_applications__slider .app-box.box.color-blue-cyan:hover { border: 1px solid #00A8E4; color: #00A8E4; }
.slider_applications__slider .app-box.box.color-brick-red:hover { border: 1px solid #CE3616; color: #CE3616; }
.slider_applications__slider .app-box.box.color-dark-khaki-green:hover { border: 1px solid #2D4E00; color :#2D4E00;}
.slider_applications__slider .app-box.box.color-claret:hover { border: 1px solid #980B3E; color: #980B3E; }
.slider_applications__slider .app-box.box.color-yellow:hover { border: 1px solid #FFC100; color: #FFC100; }
.slider_applications__slider .app-box.box.color-pink:hover { border: 1px solid #E75480; color: #E75480; }
.slider_applications__slider .app-box.box.color-green:hover { border: 1px solid #4CAF50; color: #4CAF50;} */

.section-slider_programs .box:hover .app-box__small_title:after {
    opacity: 1;
    visibility: visible;
    transition: all .35s ease;
}

.home .section-feed__news-wrapper {
    padding-bottom: 30px;
}

.blog-box__image-wrapper img {
    object-fit: cover;
}

.home .section-feed__news-wrapper .blog-box-link {
    margin-bottom: 30px;
}

.section-feed__home-page-wrapper .blog-box__title {
    font-size: 24px;
    line-height: 28px;
}

.btn-arrow.btn-light {
    margin-left: 20px;
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
}

.section-feed .btn-arrow.btn-no-arrow:after {
    display: none;
}

.home .section-feed .section-feed__header {
    margin-bottom: 20px;
}

.home .section-feed .section-feed__header h2 {
    line-height: 42px;
}

.home .blog-box__desc-wrapper {
    padding: 28px 20px;
}

.home .blog-box-link .arrow {
    right: 30px;
}

.section-feed__news-instagram {
    position: relative;
    padding-block: 30px 72px;
    overflow: hidden;
    z-index: 1;
}

.section-feed__news-instagram:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% - 20rem);
    width: 648px;
    height: 648px;
    background: url('./dist/images/brawo_ty_gwiazda.svg') no-repeat center;
    background-size: contain;
    z-index: -1;
}

.section-feed__news-instagram .section-feed__news-instagram--header {
    padding-bottom: 30px;
}

.section-feed__news-instagram .section-feed__news-instagram--header-title {
    display: flex;
    align-items: center;
}

.blog-user-box__info {
    margin-block: 12px;
}

.blog-user-box .blog-user-box__image-wrapper img {
    width: 100%;
    object-fit: cover;
}

.blog-user-box .blog-user-box__image-wrapper img.logo-fallback {
    object-fit: contain;
    object-position: center;
}

.blog-user-box .blog-user-box__author img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    margin-right: 7px;
}

.section-feed__news-instagram .section-feed__all_wrapper {
    margin-top: 40px;
}

.blog-user-box {
    text-align: left;
}

.blog-user-box__content .blog-box__title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}

.blog-user-box__btn {
    margin-top: 17px;
}

.blog-user-box__btn span:after {
    content: url('/content/uploads/2025/06/icon-arrow-next-dark.svg');
    width: 16px;
    height: 14px;
    display: inline-block;
    margin-left: 10px;
    transition: all .35s ease;
}

.blog-user-box__link:hover .blog-user-box__btn span:after {
    transform: translateX(5px);
    content: url('./dist/images/arrow.svg');
}

.section-feed.section-feed__stars {
    margin-left: 0;
    margin-bottom: 72px;
}

.section-feed__stars .section-feed__stars-header {
    margin-bottom: 38px;
}

.section-feed__stars .section-feed__stars-list li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 17px;
    line-height: 14px;
    font-weight: 600;
    background-color: transparent;
    border-top: 1px solid #D5D5D5;
    padding: 30px 0;
    height: 100%;
    height: 100%;
}

.section-feed__stars .section-feed__stars-list li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-inline: 4px;
}

.section-feed__stars .section-feed__stars-list li .category-icon {
    margin-right: 14px;
    max-width: 36px;
}

.section-feed__stars .section-feed__stars-list li .highlight-category {
    padding-inline: 4px;
    text-transform: lowercase;
}

.section-feed__stars .section-feed__stars-list li .avatar {
    width: 28px;
    height: 28px;
    border-radius: 100%;
}

.section-feed__stars .section-feed__stars-list li:last-child {
    border-bottom: 1px solid #D5D5D5;
}

.section-feed__stars .section-feed__stars-row {
    margin-bottom: 37px;
}

.section-recognition__cta-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #0069B1;
    padding: 16px 23px 24px;
}

.section-recognition__cta-wrapper:after {
    content: '';
    position: absolute;
    bottom: -52px;
    right: -30px;
    width: 193px;
    height: 243px;
    /* height: 50px; */
    background: url('./dist/images/brawo_ty_gwiazda.svg') no-repeat center;
    background-size: contain;
}

.section-recognition__cta-wrapper .section-recognition__cta-heading:after {
    display: none;
}

.section-feed__stars .section-recognition__cta-wrapper .section-recognition__cta-heading,
.btn-white {
    color: #fff;
}

.section-feed__stars-container .btn-ghost {
    display: flex;
    align-items: center;
    max-width: max-content;
    font-weight: 400;
    gap: 12px;
}

.section-feed__stars-container .btn-ghost:hover,
.section-feed__stars-container .btn-ghost:hover:focus-within {
    background-color: #fff !important;
    color: #0069b1;
    border-color: #fff;
}

.section-feed__stars .section-recognition__cta-wrapper .section-recognition__cta-heading {
    font-size: 34px;
    line-height: 38px;
    font-weight: 600;
}

.section-feed__stars .section-recognition__cta-wrapper .btn-white {
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
}

.btn-white:after {
    content: url('/content/uploads/2025/06/icon-arrow-next-white.svg');
    width: 16px;
    height: 14px;
    display: inline-block;
    margin-left: 10px;
    transition: all .35s ease;
}

.btn-white:hover {
    color: #fff;
}

.section-feed__stars .section-recognition__cta-wrapper .btn-white:hover:after {
    transform: translateX(5px);
}

.section-events_calendar__online--header {
    display: flex;
    align-items: center;
    margin-bottom: 21px;
    flex-wrap: wrap;
}

.section-events_calendar__online--item {
    position: relative;
    z-index: 1;
}

.section-events_calendar__online--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-events_calendar__online--detalist {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* padding: 48px 20px; */
    padding: 20px 20px 48px;
    background: rgba(0, 0, 0, .46);
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    z-index: 2;
}

.section-events_calendar__online--detalist .section-events_calendar__online--detalist-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 21px;
}

.section-events_calendar__online--item-link:hover .section-events_calendar__online--detalist .btn-white:after {
    transform: translateX(5px);
}

.event-online-info__content {
    margin-block: 20px;
}

.tribe-events-content .event-online-info .btn-arrow {
    border-bottom: 0;
}

.profil .wpuf-form-add .wpuf-fields input[type=checkbox]::before {
    width: 7px;
    left: 5px;
}

.wpuf-form-add {
    min-width: 1005;
    margin-inline: auto;
}

@media (min-width: 576px) {
    .wpuf-form-add {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .wpuf-form-add {
        max-width: 720px;
    }
}

@media screen and (min-width: 992px) {
    .wpuf-form-add {
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .wpuf-form-add {
        max-width: 1140px;
    }
}

@media screen and (min-width: 1400px) {
    .wpuf-form-add {
        max-width: 1300px;
    }
}

@media screen and (min-width: 1600px) {
    .wpuf-form-add {
        max-width: 1500px;
    }
}

.profil .wpuf-dashboard-container .items-table-container {
    margin-block: 40px;
}

.profil .wpuf-dashboard-container .items-table-container .items-table {
    width: 100%;
    overflow-x: auto;
}

@media screen and (max-width: 565.98px) {
    /* .section__home-slider .home-slider__container .owl-dots {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .section__home-slider .home-slider__container .owl-dots .owl-dot {
        min-height: 35vw;
        flex: 1 1 100%;
        max-width: 100%;
    } */
}

@media screen and (max-width: 767.98px) {
    .home .site-main {
        overflow-x: hidden;
    }

    .home .section__home-slider {
        margin-bottom: 30px;
    }

    .section-slider_programs--container .slider_applications__slider {
        padding-left: 0;
    }

    .section__home-slider .home-slider__container .owl-dots {
        gap: 15px
    }

    .section__home-slider .home-slider__container .owl-dots .owl-dot {
        min-height: 45vw;
        max-height: 45vw;
        flex: 1 1 100%;
        width: 100%;
    }

    .section-slider_programs .slider_programs__header {
        padding-left: 0;
        margin-bottom: 10px;
    }

    .section-feed__news-wrapper .section-feed__header {
        flex-direction: column;
    }

    .section-feed__news-instagram .section-feed__news-instagram--header-title {
        flex-direction: column;
        align-items: start;
    }

    .btn-arrow.btn-light {
        margin-left: 0;
    }

    .blog-box-link .blog-box {
        overflow: hidden;
    }

    .blog-user-box__content .blog-box__title,
    .section-feed__home-page-wrapper .blog-box__title {
        font-size: 22px;
        line-height: 23px;
    }

    .section-feed__home-page-wrapper .blog-box__title {
        padding-right: 40px;
    }

    .section-feed__news-instagram {
        padding-bottom: 15px;
    }

    .blog-user-box .blog-user-box__image-wrapper img {
        height: 62.75vw;
    }

    .section-recognition__cta-wrapper {
        height: 250px;
        margin-top: 30px;
    }

    .section-feed.section-feed__stars {
        max-width: 100%;
    }

    .section-events_calendar {
        margin-top: 60px;
    }

    .section-events_calendar__online--image {
        height: 60vw;
    }
}

@media screen and (min-width: 565px) and (max-width: 991.98px) {
    .section__home-slider .home-slider__container .owl-dots .owl-dot {
        min-height: 10vw;
    }

    .section-feed__home-page-wrapper .blog-box__title {
        font-size: 18px;
        line-height: 24px;
        padding-right: 40px;
    }

    .blog-user-box .blog-user-box__image-wrapper img,
    .section-feed .blog-box-link .blog-box__image-wrapper {
        height: 20vw;
    }
}

@media screen and (min-width: 768px) {
    .section-events_calendar .section-video {
        margin-top: 80px;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {

    /* .blog-user-box__info {
        flex-direction: column;
    align-items: start;
    gap: 6px;
    } */
    .section-recognition__cta-wrapper {
        height: 350px;
    }

    .section-recognition__cta-wrapper:after {
        right: -70px;
    }

    .section-events_calendar__online--image {
        height: 50vw;
    }
}

@media screen and (max-width: 991.98px) {
    .section__home-slider .home-slider__slide {
        padding-top: 60%;
    }

    .section__home-slider .home-slider__container .owl-dots {
        padding: 0;
        margin-top: 20px;
    }

    .section__home-slider .hero-custom-dots__col {
        margin-left: 0;
    }

    .section-feed__stars .section-feed__stars-row {
        align-items: start;
    }

    .section-feed__news-instagram .row .blog-user-box {
        margin-bottom: 40px;
    }

    .section-feed__news-instagram .section-feed__all_wrapper {
        margin-top: 0;
    }

    .section-events_calendar__online--header {
        flex-direction: column;
        align-items: start;
    }

    .section-events_calendar__online--header .btn-arrow {
        margin-left: 0;

    }

    .section-feed__stars .section-feed__stars-list li {
        line-height: 43px;
    }
}

@media screen and (min-width: 992px) {
    .section__home-slider .hero-custom-dots__col {
        margin-left: -10px;
    }

    .section__home-slider .home-slider__container {
        padding-inline: 30px;
    }

    .section-slider_programs--container.container-fluid {
        padding-left: 30px;
    }

    .section__home-slider .owl-carousel.owl-drag {
        max-height: 560px;
    }

    .section-slider_programs--container {}

    .section-feed .section-feed__apps {
        margin-left: 0;
    }

    /* .home .section-feed__news-wrapper .section-feed__home-page-wrapper .col-lg-4 {
        padding: 0;
        flex: 0 0 calc(33.33333% - 20px);
        max-width: calc(33.33333% - 20px);

    } */
    .section-feed__news-instagram:after {
        /* left: calc(100% - 20rem); */
    }

    .section-feed__stars .section-feed__stars-wrapper {
        padding-right: 33px;
        height: 100%;
    }

    .blog-user-box .blog-user-box__image-wrapper img {
        height: 19.15vw;
        max-height: 367px;
    }

    .section-feed__stars .section-feed__stars-row {
        align-items: stretch;
    }

    .section-events_calendar__online--image {
        height: 40vw;
    }

}
@media screen and (min-width: 768px) and (max-width: 996.98px) {
    .section-events_calendar .section-video .section-video__video {
        /* height: 17.85rem; */
    }
}

@media screen and (min-width: 997px) and (max-width: 1199px) {
    .section-events_calendar .section-video .section-video__video {
        /* height: 23.15rem; */
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .section-events_calendar .section-video .section-video__video {
        /* height: 27.175rem; */
    }
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
    .section-events_calendar .section-video .section-video__video {
        /* height: 30.8rem; */
    }

}

@media screen and (min-width: 1600px) {
    .section-events_calendar .section-video .section-video__video {
        /* height: 35.1rem; */
    }

}

@media screen and (min-width: 1025px) {

    .section__home-slider .owl-carousel.owl-drag .owl-item,
    .section__home-slider .home-slider__slide-wrapper {
        height: 35vw;
    }

    .section-events_calendar__online--header {
        column-gap: 20px;
    }
}

@media screen and (min-width: 991.98px) and (max-width: 1399.98px) {
    .section-feed .blog-box-link .blog-box__image-wrapper {
        height: 19.15vw;
    }

    .section__home-slider .owl-carousel.owl-drag .owl-item,
    .section__home-slider .home-slider__slide-wrapper,
    .section__home-slider .home-slider__slide {
        /* height: 29vw; */
        height: 526px;
    }
}

@media screen and (min-width: 1201px) {
    .slider-programs-davita .slider_programs__slider .owl-nav button.owl-next {
        left: calc(100% - 12rem);
    }

    .slider-programs-davita .slider_programs__slider .owl-nav button.owl-prev {
        left: -30px;
    }

    .slider_programs__slider .owl-item.is-last-active {
        margin-right: 41px !important;
    }
}

@media screen and (min-width: 1401px) {
    .section-slider_programs .box {
        width: auto !important;
    }

    .section__home-slider .owl-carousel.owl-drag .owl-item,
    .section__home-slider .home-slider__slide-wrapper {
        height: 29vw;
        /* height: 526px; */
    }
    .section-video:has(iframe:nth-of-type(2)) {
        margin-bottom: 200px;
    }
}

@media screen and (min-width: 1921px) and (max-width: 2383px) {
    .section-feed__news-instagram:after {
        left: calc(100% - clamp(21rem, -66.3182rem + 72.7273vw, 42rem));
    }
}

@media screen and (min-width: 2384px) and (max-width: 3600px) {
    .section-feed__news-instagram:after {
        left: calc(100% - clamp(40rem, -28.5333rem + 46.0148vw, 75rem));
    }
}

@media screen and (min-width: 3601px) and (max-width: 5600px) {
    .section-feed__news-instagram:after {
        left: calc(100% - clamp(77rem, -32.8854rem + 48.8244vw, 138rem));
    }
}

@media screen and (min-width: 5601px) {
    .section-feed__news-instagram:after {
        left: calc(100% - clamp(138rem, -42.3195rem + 51.5106vw, 203rem));
    }
}



@media screen and (min-width: 1921px) {

    .section__home-slider .owl-carousel.owl-drag .owl-item,
    .section__home-slider .home-slider__slide-wrapper {
        height: 526px;
    }
}

/* User posts */
.page-template-loginForm .register-form .form__label,
.page-template-userEditProfile .user_profile form .form__label {
    left: 0;
}

.page-template-userEditProfile .user_profile form .form-wrap--select::after {
    top: 50%;
    transform: translateY(-50%);
}

.page-template-userEditProfile .user_profile form .user_profile__data {
    margin-top: 45px;
}

.page-template-loginForm .register-form .form-wrap,
.page-template-userEditProfile .user_profile form .form-wrap {
    margin-bottom: 45px;
}

.page-template-userEditProfile .user_profile__data .user_profile__data-row {
    margin-bottom: 0;
}

.slider_applications__slider .owl-stage .owl-item {
    width: 100% !important;
    max-width: max-content;
}

.post-type-archive-user-posts .posts-listing-row .blog-box .blog-box__excerpt {
    display: none;
}

.post-type-archive-user-posts .posts-listing-row {
    row-gap: 60px;
    margin-right: -15px;
    margin-left: -15px;
}

.post-type-archive-user-posts .blog-box .blog-box__title {
    font-size: 32px;
    line-height: 1.05;
    padding-bottom: 70px;
}

.post-type-archive-user-posts .blog-box-archive-col .blog-box__desc-wrapper {
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.post-type-archive-user-posts .blog-box-archive-col .btn-primary {
    width: max-content;
    font-weight: 400;
}

.post-type-archive-user-post .blog-box .btn-primary {
    font-weight: 400;
}

.page-template-userProfile .btn-ghost.btn-ghost--dark {
    background-color: #0069b1 !important;
    border: none;
    color: #fff;
}

.page-template-userProfile .btn-ghost.btn-ghost--dark:hover,
.page-template-userProfile .btn-ghost.btn-ghost--dark:focus {
    background-color: #00a8e4 !important;
    color: #fff;
}


.page-template-userProfile .user_profile .col-md-12.col-12 {
    padding-left: 0;
}

.page-template-userProfile .user_profile__data {
    margin-top: 30px;
}

.page-template-userProfile .wpuf-message {
    margin-top: 30px;
}

.page-template-userProfile .items-table.user-posts {
    width: 100%;
    margin-top: 30px;
}

.page-template-userProfile .items-table tbody tr td {
    padding-block: 12px;
}

.wpuf-form-add ul.wpuf-form .wpuf-fields .textfield {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #707070;
    width: 100%;
    color: #414141;
    font-size: 21px;
    padding: 7px 15px;
    font-weight: 700;
    font-family: Lato, sans-serif;
}

.wpuf-form-add ul.wpuf-form .wpuf-fields .wpuf-button,
.wpuf-form-add ul.wpuf-form .wpuf-submit input[type=submit]:not(:disabled),
.wpuf-form-add .wpuf-el.image_upload .wpuf-fields .button.file-selector {
    background-color: #0069b1 !important;
    border: none !important;
    color: #fff;
    padding: 10px 20px !important;
    font-size: 18px !important;
    line-height: 1.2;
    margin-bottom: 16px;
}

.wpuf-form-add ul.wpuf-form .wpuf-fields #wpuf-insert-image-container {
    margin-bottom: 16px;
}

.wpuf-form-add ul.wpuf-form .wpuf-button:hover,
.wpuf-form-add ul.wpuf-form .wpuf-button:focus,
.wpuf-form-add ul.wpuf-form .wpuf-submit input[type=submit]:not(:disabled):hover,
.wpuf-form-add ul.wpuf-form .wpuf-submit input[type=submit]:not(:disabled):focus,
.wpuf-form-add .wpuf-el.image_upload .wpuf-fields .button.file-selector:hover,
.wpuf-form-add .wpuf-el.image_upload .wpuf-fields .button.file-selector:focus {
    background-color: #00a8e4 !important;
    color: #fff;
}

.wpuf-form-add ul.wpuf-form li .wpuf-fields .wpuf-checkbox-block {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.wpuf-form-add ul.wpuf-form .form__input--checkbox::before,
.wpuf-form-add ul.wpuf-form input[type=checkbox]::before {
    left: 6px;
    height: 14px;
}

.wpuf-form-add .wpuf-el.image_upload .wpuf-fields .wpuf-help {
    margin-top: 8px;
}

.wpuf-form-add .image_upload .wpuf-attachment-upload-filelist .wpuf-image-wrap.thumbnail {
    display: flex;
    flex-wrap: wrap;
    height: 225px;
    background: transparent;
    border: 0;
    width: max-content;
}

.wpuf-form-add .wpuf-form .wpuf-fields ul.wpuf-attachment-list li .wpuf-file-input-wrap {
    margin: 0 0 0 10px;
}

.wpuf-form-add .image_upload .wpuf-image-wrap .attachment-name img {
    max-height: 225px;
    height: 225px;
}

.wpuf-form-add .wpuf-form .image_upload .wpuf-image-wrap .wpuf-file-input-wrap input {
    padding: 10px;
}

.wpuf-form-add .image_upload .wpuf-image-wrap .wpuf-file-input-wrap textarea {
    height: 38%;
}

.padding_big_bottom {
    padding-bottom: 80px;
}

.single-user-posts ol.post-comments {
    list-style: none;
    padding: 0;
    padding-bottom: 34px;
}

.single-user-posts ol.post-comments>*+*,
.single-user-posts ol.post-comments ol.children {
    margin-top: 24px;
}

.single-user-posts ol.post-comments,
.single-user-posts ol.post-comments ol,
.single-user-posts ol.post-comments ol ol {
    list-style: none;
}

.single-user-posts ol.post-comments .comment-author .says,
.single-user-posts .post-comments .comment-body .reply {
    display: none;
}

.single-user-posts ol.post-comments .comment-author img {
    position: relative;
    top: 10px;
    width: 36px;
    height: 36px;
    object-fit: cover;
    margin-right: 7px;
    border-radius: 50%;
}

.single-user-posts ol.post-comments .comment-metadata {
    font-size: 12px;
    line-height: 1;
    padding-left: 45px;
}

.single-user-posts ol.post-comments .comment-content {
    padding-left: 45px;
    margin-top: 16px;
}

.single .comment-respond {
    margin-top: 16px;
}

.single-user-posts .comment-form input[type=submit]:not(:disabled) {
    background-color: #0069b1 !important;
    border: none;
    color: #fff;
    padding: 10px 45px;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.single-user-posts .comment-form input[type=submit]:not(:disabled):hover,
.single-user-posts .comment-form input[type=submit]:not(:disabled):focus {
    background-color: #00a8e4 !important;
}

.single-user-posts .cms-content .pld-like-dislike-wrap {
    display: block;
}

@media screen and (max-width: 767.98px) {
    .post-type-archive-user-posts .posts-listing {
        padding-inline: 0;
    }

    .post-type-archive-user-posts .blog-box .blog-box__image-wrapper {
        padding-top: 75%;
    }

    .post-type-archive-user-posts .blog-box .blog-box__content {
        margin-top: 0;
    }

    .post-type-archive-user-posts .blog-box .blog-box__title {
        padding-bottom: 30px;
    }

    .post-type-archive-user-posts .blog-box-archive-col .blog-box__desc-wrapper {
        padding: 0 30px 30px;
    }

    .post-type-archive-user-posts .blog-box-archive-col .blog-box .btn-primary {
        display: block;
    }
}

@media (min-width: 768px) {
    .post-type-archive-user-posts .blog-box-archive-col .blog-box__desc-wrapper {
        padding: 0 40px 70px;
    }
}

@media (max-width: 991.98px) {
    .page-template-userProfile .user_profile .avatar {
        margin-bottom: 0;
    }

    .page-template-userProfile .user_profile .avatar~.col-md-12,
    .page-template-userProfile .user_profile__titles {
        margin-bottom: 60px;
    }

    .page-template-userProfile .user_profile__titles .btn-ghost.ml-5 {
        margin-left: 1rem !important;
    }

    .page-template-userProfile .btn-ghost.btn-ghost--dark {
        padding: 10px 20px;
    }

    .page-template-userProfile .user_profile.padding_big_bottom {
        padding-bottom: 30px;
    }

    .page-template-userProfile .main-footer {
        margin-top: 60px;
    }
}

@media screen and (min-width: 992px) {
    .page-template-userProfile .user_profile .col-lg-5 {
        max-width: auto;
    }

    .page-template-userProfile .user_profile .offset-lg-1 {
        margin-left: 2rem;
    }

    .page-template-userProfile .btn-ghost.btn-ghost--dark {
        padding: 10px 20px;
    }

    .page-template-userProfile .main-footer {
        margin-top: 125px;
    }
}

@media (max-width: 1199.98px) {
    .post-type-archive-user-posts .blog-box__title {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .post-type-archive-user-posts .blog-box .blog-box__title {
        margin-bottom: 20px;
    }
}

#cvc-form {
    max-width: 800px;

    select {
        width: 100%;
        padding: 8px;
        border: 1px solid #ccc;
    }

    .wpcf7-checkbox .wpcf7-list-item label {
        display: flex;
        align-items: center;
    }

    .form__input--checkbox::before,
    input[type=checkbox]::before {
        top: 0;
        left: 6px;
    }

    .symptom-details {
        margin-left: 20px;
        padding: 10px;
        border-left: 2px solid #ccc;
    }

    .form-row {
        margin-bottom: 5px;
    }
}

/* contact form */
.permanent-catheter-form.contact-form--fullwidth .form-row {
    margin-bottom: 16px !important;
}

.permanent-catheter-form.contact-form .form-row .form__input {
    border: 1px solid rgba(0, 0, 0, .3);
    padding: 7px 15px;
}

.permanent-catheter-form.contact-form .form-select .wpcf7-form-control-wrap {
    position: relative;
}

.permanent-catheter-form.contact-form .wpcf7-form-control-wrap .wpcf7-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-inline: 15px 30px !important;
    padding-block: 7px;
    width: 100%;
    font-size: 21px;
    font-weight: 700;
}

.permanent-catheter-form.contact-form .form-select .wpcf7-form-control-wrap::after {
    content: url('./dist/images/select-dark.svg');
    position: absolute;
    right: 10px;
    top: -4px;
    pointer-events: none;
    display: block;
    width: 16px;
    height: 16px;
}


.permanent-catheter-form.contact-form .plan-section .row input {
    padding: 9px;
    top: -3px;
}

.section-video__video {
    padding-top: 0 !important;
}
.section-video iframe {
    aspect-ratio: calc(720 / 405);
    height: auto !important;
    position: relative !important;
    margin-bottom: 20px;
}

.section-events_calendar .section-video .section-video__video {
    height: auto;
}