/* 11.2024 */
/* Changes - Redesign */


/* Hero Start */


.home .c-banner-desktop .c-banner-right {
    float: none;
}

.section.c-hero .c-hero__title {
    color: #fff !important;
}

@media (max-width: 320px) {
    .c-header div img {
        max-width: 60%;
    }
}

@media (max-width: 768px) {

    .home .c-breadcrumbs {
        display: none;
    }

    /* .home .lazy-loader-background-element-1.lazyloaded {
        background-position: 70% 100% !important;
        background-size: contain;
    } */
    .home .c-hero {
        background-position: 70% 100% !important;
        background-size: contain;
    }

    /* .home .lazy-loader-background-element-1.lazyloaded:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #D9D9D9;
        opacity: 0.7;
    } */
    .home .c-hero:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #D9D9D9;
        opacity: 0.7;
    }

    .home .c-hero .c-heading {
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }

    .home .c-hero--secondary .c-hero__container {
        margin-top: 25px;
        justify-content: center;
    }

    .home .c-hero--secondary .c-hero__container h2 span {
        font-size: 20px;
        font-weight: 400;
        margin-top: 15px;
    }

    .home .c-hero .c-hero__content .c-hero-buttons {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 100%;
        gap: 10px 36px;
        margin-top: 70px;
        justify-content: center;
    }

    .home .c-hero .c-hero__content .c-hero-buttons .c-hero-buttons-row {
        max-width: 50%;
        flex-direction: column;
        gap: 15px;
        margin-top: 0px;
    }

    .home .c-hero .c-hero__content .c-hero-buttons button {
        box-shadow: none;
    }


    .home .c-hero .c-hero__content .c-hero-buttons .c-hero-buttons-row h4 {
        color: #313337;
    }

    .home .c-hero .c-hero__content .c-hero-buttons .c-hero-buttons-row a br {
        display: none;
    }

    .home .c-hero--full {
        height: 75vh;
    }



}


@media (max-width: 480px) {

    /* .home .lazy-loader-background-element-1.lazyloaded {
        background-size: cover !important;
    } */
    .home .c-hero {
        background-size: cover !important;
    }

    .home .c-hero .c-hero__content {
        margin-top: 80px;
        display: flex;
        flex-direction: column;
        height: 100%;
        gap: 5%;
    }

    .home .c-hero .c-hero__content .c-hero-buttons {
        /*margin-top: 40px;*/
        gap: 20px;
    }

    .home .c-hero .c-hero__content .c-hero-buttons .c-hero-buttons-row {
        width: 45%;
        margin: 0;
        align-items: flex-start;
    }

    .home .c-hero .c-hero__content .c-hero-buttons .c-hero-buttons-row h4 {
        font-size: 14px;
        margin: 5px 0;
    }

    .home .c-hero .c-hero__content .c-hero-buttons .c-hero-buttons-row a,
    .c-hero .c-hero__content .c-hero-buttons .c-hero-buttons-row button {
        min-width: 100%;
        width: auto;
        margin: 0;
        font-size: 12px;
        padding: 10px 5px 10px 40px;
        height: 40px;
    }

    .home .c-hero .c-hero__content .c-hero-buttons .c-hero-buttons-row button span {
        align-self: center;
    }


    .home .c-hero .c-hero__content .c-hero-buttons .c-hero-buttons-row i {
        font-size: 16px;
    }

    .home .c-hero .c-hero__content .c-hero-buttons .c-hero-buttons-row h4 i {
        color: #C1002A;
    }

    .home .c-hero .c-hero__content .c-hero-buttons .c-hero-buttons-row:nth-child(3) {
        align-self: flex-end;
        margin-left: auto;
        margin-right: 10px;
    }

    .home .c-hero .c-hero__content .c-hero-buttons .c-hero-buttons-row:nth-child(3) a {
        background: #44484E;
        border: #44484E;
        color: #fff !important;
    }

    .home .c-hero .c-hero__content .c-hero-buttons .c-hero-buttons-row:nth-child(3) a i {
        color: #fff !important;
    }


    .home .c-hero .c-hero__content .c-hero-buttons .c-hero-buttons-row:nth-child(3) h4 {
        display: none;
    }
}

@media (max-width: 425px) {
    .home .c-hero .c-hero__content .c-hero-buttons .c-hero-buttons-row h4 {
        font-size: 12px;
    }

    .home .c-hero .c-hero__content .c-hero-buttons .c-hero-buttons-row a,
    .c-hero .c-hero__content .c-hero-buttons .c-hero-buttons-row button {
        font-size: 10px;
    }

    .home .c-hero .c-hero__content .c-hero-buttons .c-hero-buttons-row:nth-child(3) {
        margin-right: 5px;
    }

}

@media (max-width: 320px) {
    .home .c-hero .c-hero__content .c-hero-buttons .c-hero-buttons-row h4 {
        font-size: 10px;
    }
}

/* Hero End */

/* Maps Start */
/* .home .c-map .c-map__content--secondary {
    background: #F1F1F1;
} */

.home .c-map .c-map__container .o-flex--lock-top {
    transform: translateY(50%);
    margin-top: -90px;
}


@media (min-width: 1020px) {

    .c-map,
    .page-id-39614 .c-map {
        height: 583px;
        overflow: visible;
        margin-top: 100px;
    }

    .c-map .c-map__content--secondary {
        position: absolute;
        left: 0;
        width: 100%;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: -125px;
    }


    .c-map .c-map__container .o-flex--lock-top {
        align-items: center;
        margin: 0 auto;
        width: 70%;
        background-color: #C1002A;
        padding: 30px 0;
        flex-direction: row;
        flex-wrap: wrap;
        text-align: center;
    }

    .c-map .c-map__container .o-flex--lock-top .c-heading {
        width: 100%;
    }

    .c-map .c-map__container .o-flex--lock-top .searchform {
        margin-bottom: 0 !important;
        margin-right: 20px !important;
    }

    .c-map .c-map__container .o-flex--lock-top .js-location-button {
        margin-top: 0px !important;
        margin-bottom: 0 !important;
    }

    .c-map .c-map__container .o-flex--lock-top .searchform input {
        height: 44px;
    }

    .c-map .c-map__container .o-flex--lock-top .c-map__text--main {
        margin-top: 30px;
        width: 100%;
        max-width: 100%;
    }

    .u-band::after {
        content: none;
    }

    .c-map .c-map__container .gmnoprint {
        top: -100px !important;
    }

}

.c-map.map-search-full-width .c-map__container {
    background-color: #C1002A;
}

.map-search-full-width .c-breadcrumbs--absolute {
    top: -110px;
}

.map-search-full-width .c-heading {
    margin-top: 10px;
}

@media (max-width: 1023.97px) {
    .map-search-full-width .c-heading {
        margin-top: 80px;
        margin-bottom: 32px;
        font-size: 2rem !important;
    }

    .map-search-full-width .c-map__container {
        display: block !important;
    }

    .map-search-full-width .c-map__content--secondary {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .map-search-full-width .o-flex {
        align-items: center;
        text-align: center;
    }

    .map-search-full-width .searchform,
    .map-search-full-width .c-map__position-btn {
        width: 100%;
        max-width: 269px;
        margin-bottom: 32px !important;
        box-shadow: none;
    }

    .map-search-full-width .searchform input,
    .map-search-full-width .searchform .c-map__position-btn {
        width: 100%;
        border-radius: 5px;
        height: 51px;
    }

    .map-search-full-width .c-map__position-btn {
        margin-top: 0 !important;
        height: 51px;
    }

    .map-search-full-width .searchform .c-button.c-map__submit {
        display: none;
    }

    .map-search-full-width .c-map__text--main {
        max-width: 100%;
        margin-top: 0px;
    }



}



.map-call_to {
    /* border-color: #c1002a;
    background-color: #c1002a; */
    background-color: #323337;
    color: #fff;
    padding: 8px 32px;
    width: 100%;
    display: block;
    border-radius: 4px;
    margin-top: 4px;
    margin-bottom: 40px;
}

.map-call_to:hover {
    background-color: #3f4045;
}

.map-call_to i {
    margin-right: 10px;
}


/* Maps End */


/* general  start */


.o-new-wrapper,
.o-wrapper {
    max-width: 1316px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px;
    width: 100%;
}

.c-header__wrapper {
    max-width: 1296px;
}

.o-flex--auto,
.o-flex--grids {
    margin-left: 0;
}

.wpcf7-spinner {
    display: none;
}

.o-flex--auto>.o-flex__item,
.o-flex--grids>.o-flex__item {
    padding: 0 10px;
}

.c-header__wrapper {
    max-width: 1296px !important;
}

.o-new-wrapper,
.o-wrapper {
    max-width: 1316px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px;

    @media (max-width:767.98px) {
        padding: 0 16px;
    }
}

.position-relative {
    position: relative;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

@media (max-width:1023.97px) {
    .d-none-large {
        display: none;
    }
}

.c-heading--h2 {
    font-weight: 700;
}

.c-button--primary::after {
    content: '';
    display: inline-flex;
    height: 7px;
    width: 7px;
    border: 1px solid;
    border-radius: 0px;
    border-right: none;
    border-bottom: none;
    transform: translate(5px, 0px) rotate(130deg);
    right: 0;
    margin-top: 0px;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    color: transparent;
}

.slick-dots {
    @media (max-width:767.98px) {
        display: none !important;
    }
}

.slick-lightbox {
    z-index: 9999999;
}

/* nav */
.c-header__wrapper {
    height: 82px;
    top: 46px;
    padding: 0px 25px 0 22px;
    height: 82px;
}

@media (max-width: 1023.98px) {
    .c-header__wrapper {
        height: 72px;
    }
}

.c-header__container {
    position: relative;
    height: 100%;
    justify-content: space-between;
}

.c-header__wrapper img {
    max-width: 180px;
}

.c-main-nav__link {
    color: #000000;
    font-size: 0.9375rem;
}

/* .c-main-nav__wrapper{
padding-right: 48px;
} */
/* .c-button--small{
    font-size: 0.875rem;
    padding:8.25px 9.45px;
} */
.c-header .c-button {
    margin-left: 4.5px;
}

.menu-item-has-children a {
    display: flex;
    align-items: center;
    transition: 0.4s transform ease-in-out;
}

@media (min-width:1024px) {


    .menu-item-has-children a.is-active::after {
        transform: rotate(180deg);
    }

    .menu-item-has-children a:after {
        position: static;
        content: '';
        width: 10px;
        height: 10px;
        background-image: url(../dist/assets/images/arrow_down.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 5px;
        display: block;
    }
}

@media (max-width:767.98px) {
    .menu-item-has-children a {
        justify-content: space-between;
    }
}

.c-main-nav__dropdown-list {
    width: 82%;
    left: calc(100% + 25px);
    transform: translateX(-100%);
}

.menu-subitem-title {}

@media all and (min-width:1366px) {
    .c-main-nav__item {
        margin-left: auto;
        margin-bottom: 0;
    }
}



/* Hero home new Start */
.hero-home-new {
    min-height: 766px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 218px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-home-new:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #040202;
    mix-blend-mode: multiply;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;

    @media (max-width: 849.98px) {
        opacity: 0.7;
    }

}

.hero-home-new__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-home-new__title {
    font-size: 52px;
    color: white;
    font-weight: 700;
    margin-bottom: 27px;
}

.hero-home-new__subtitle {
    color: #FFE30A;
    font-size: 32px;
    font-weight: 400;
}

.hero-home-new__wrapper-heading {
    min-width: 528px;
    width: 36%;
}

.hero-home-new__panel {
    min-width: 558px;
    width: 38%;
    position: relative;
}

.hero-home-new__panel:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 41px;
    height: 7px;
    display: block;
    transform: translateX(-50%);
    background-color: #F8DC00;
}

.hero-home-new__panel-wrapper {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s opacity linear;
}

.hero-home-new__panel-wrapper.active {
    opacity: 1;
    pointer-events: unset;
    position: relative;
}

.hero-home-new__panel-text {
    width: 100%;
    background: #000000;
    padding: 40px;
    flex-shrink: 0;
    min-height: 333px;
}

.hero-home-new__panel-title {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 700;
    color: white;
    margin-bottom: 36px;
}

.hero-home-new__panel-subtitle {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 36px;
}

.hero-home-new__panel-button {
    width: 140px;
    height: 41px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 0 8px 0 rgba(248, 220, 0, 0.4);
}

.hero-home-new__panel-image {
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.hero-home-new__panel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border: none;
    box-shadow: none;
}

.hero-home-new__panel-btns {
    display: flex;
    width: 100%;
}

.hero-home-new__panel-btn {
    height: 79px;
    width: 50%;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    border: none;
    cursor: pointer;
    background: #FFFFFF;
}

.hero-home-new__panel-btn.active {
    background: #C1012A;
    color: #FFFFFF;
}

.hero-home-new__btn-scroll {
    margin: auto auto 0 auto;
    background: none;
    position: relative;
    z-index: 1;
    border: none;
    cursor: pointer;
    margin-bottom: 29px;
}

@media all and (max-width:1100px) {
    .hero-home-new {
        flex-direction: column;
        padding-top: 150px;
        min-height: 100%;
    }

    .hero-home-new__title {
        font-size: 42px;
    }

    .hero-home-new__subtitle {
        font-size: 22px;
    }

    .hero-home-new__wrapper-heading {
        margin-bottom: 30px;
        min-width: auto;
    }

    .hero-home-new__panel-title {
        font-size: 22px;
    }

    .hero-home-new__btn-scroll {
        margin-top: 30px;
    }

    .hero-home-new__panel-btn {
        height: 64px;
        font-size: 18px;
    }

}

@media all and (max-width:850px) {
    .hero-home-new {
        padding-top: 136px;
    }

    .hero-home-new__panel-image {
        position: absolute;
        top: -123px;
        left: 0px;
        width: 100%;
        height: calc(100% + 123px);
        z-index: -1;
        background: rgba(0, 0, 0, 0.7);
    }

    .hero-home-new__panel-image img {
        mix-blend-mode: multiply;
    }

    .hero-home-new__panel:after {
        width: 32px;
        height: 5px;
        top: -54px;
    }

    .hero-home-new__panel {
        width: 100%;
        min-width: 100%;
    }

    .hero-home-new__panel .c-button {
        margin-bottom: 64px;
    }

    .hero-home-new__panel-title {
        font-size: 2.25rem;
        color: #F8DC00;
        margin-bottom: 48px;
    }

    .hero-home-new__panel-subtitle {
        font-size: 1.5rem;
        margin-bottom: 48px;
        color: #FFFFFF;
    }

    .hero-home-new__panel-title:first-line {
        color: #FFFFFF;
    }

    .hero-home-new__panel-text {
        width: 100%;
        text-align: center;
        background: none;
        max-width: 323px;
        margin: 0 auto;
        padding: 0;
    }

    .hero-home-new__panel-btns {
        width: 100%;
    }

    .hero-home-new__panel-btn {
        width: 100%;
        height: 64px;
        font-size: 1.25rem;
        border-bottom: 2px solid #C1012A;
    }

    .hero-home-new__wrapper-heading {
        display: none;
    }

    .hero-home-new__wrapper {
        flex-direction: column;
        width: calc(100% + 32px);
        margin-left: -16px;
    }

    .hero-home-new__btn-scroll {
        display: none;
    }

}

.slider-logos {
    padding-bottom: 12px;
    background: #F1F1F1;
    padding-top: 28px;
}

.slider-logos__slider-slide {
    margin-bottom: 48px;

}

.slider-logos__title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 36px;
    text-align: center;
}

.slider-logos__item {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 40px;
    height: 100%;
    min-height: 279px;
    cursor: pointer;
    transition: 0.3s opacity ease-in-out;
}

.slider-logos__item-logos {
    padding-bottom: 17px;
    cursor: unset;
}

.slider-logos__item-more {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.slider-logos__more-title {
    position: relative;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}

.slider-logos__more-title:after {
    content: '';
    width: 40px;
    height: 3px;
    background: #C1012A;
    margin-top: 24px;
}

.progress-bar {
    position: relative;
    width: 90%;
    margin: 0 auto;
    background: white;
    border-radius: 20px;
    height: 4px;
    margin-top: 24px;
    overflow: hidden;
}

.progress-bar__full {
    background: #313337;
    position: absolute;
    top: 0;
    width: 50%;
    left: 50%;
    height: 100%;
    transition: 0.4s transform ease-in-out;
}

.slider-logos__img {
    height: 100%;
}

.slider-logos__img img {
    overflow: hidden;
    height: 100%;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    object-fit: cover;

}

.slider-logos__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.4s opacity ease-in-out;
    padding: 0 10px;
}



.o-flex__item-1 .slider-logos__item {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

}

.slider-logos .o-flex__item {
    position: relative;
    transition: 0.7s all ease-in-out;
}

.slider-logos-view-1 .o-flex__item-1 .slider-logos__item,
.slider-logos-view-1 .o-flex__item-1 .slider-logos__item * {
    opacity: 1;
    pointer-events: unset;
    transition: 0.3s opacity ease-in-out;
}

.slider-logos-view-1 .o-flex__item-1 .slider-logos__item * {
    transition: 0.5s opacity ease;
    transition-delay: 0.4s;
}

.slider-logos-view-2 .o-flex__item-1 .slider-logos__item,
.slider-logos-view-2 .o-flex__item-1 .slider-logos__item * {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s opacity ease-in-out;
}

.slider-logos-view-2 .o-flex__item-1 .slider-logos__item * {
    transition: 0.5s opacity ease;
    transition-delay: 0.4s;
}

.slider-logos-view-1 .o-flex__item-1 .slider-logos__item-more-info,
.slider-logos-view-1 .o-flex__item-1 .slider-logos__item-more-info * {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s opacity ease-in-out;
}

.slider-logos-view-1 .o-flex__item-1 .slider-logos__item-more-info * {
    transition: 0.5s opacity ease;
    transition-delay: 0.4s;
}

.slider-logos-view-2 .o-flex__item-1 .slider-logos__item-more-info,
.slider-logos-view-2 .o-flex__item-1 .slider-logos__item-more-info * {
    opacity: 1;
    pointer-events: unset;
    transition: 0.3s opacity ease-in-out;
}

.slider-logos-view-2 .o-flex__item-1 .slider-logos__item-more-info * {
    transition: 0.5s opacity ease;
    transition-delay: 0.4s;
}

.slider-logos-view-1 .o-flex__item-2 .slider-logos__img,
.slider-logos-view-1 .o-flex__item-2 .slider-logos__img * {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s opacity ease-in-out;
}

.slider-logos-view-1 .o-flex__item-2 .slider-logos__img * {
    transition: 0.5s opacity ease;
    transition-delay: 0.4s;
}

.slider-logos-view-2 .o-flex__item-2 .slider-logos__img,
.slider-logos-view-2 .o-flex__item-2 .slider-logos__img * {
    opacity: 1;
    pointer-events: unset;
    transition: 0.3s opacity ease-in-out;
}

.slider-logos-view-2 .o-flex__item-2 .slider-logos__img * {
    transition: 0.5s opacity ease;
    transition-delay: 0.4s;
}

.slider-logos-view-2 .progress-bar .progress-bar__full {
    transform: translateX(-100%);
}

.o-new-wrapper {
    position: relative;
}


@media all and (max-width: 63.99em) {
    .slider-logos__item-logos {
        margin-bottom: 30px;
        padding: 30px;
    }

    .slider-logos__item {
        height: auto;
        min-height: auto;
    }

    .slider-logos__img {
        position: static;
        height: auto;
        opacity: 1;
        /* margin-top: 32px; */
        padding: 0;
    }

    .slider-logos__img img {
        object-fit: contain;
        height: auto;
    }

    .slider-logos__slider-slide {
        margin-bottom: 32px;
    }

    .progress-bar {
        width: 100%;
    }
}

@media (max-width: 1023.98px) {

    .slider-logos__title {
        margin-bottom: 32px;
    }

    .slider-logos__slider-slide:nth-last-of-type(1) img,
    .slider-logos__slider-slide:nth-last-of-type(2) img,
    .slider-logos__slider-slide:nth-last-of-type(3) img,
    .slider-logos__slider-slide:nth-last-of-type(4) img {
        margin-bottom: 0;
    }

    .slider-logos__slider-slide img {
        margin: 0 auto;
        display: block;
    }

    .slider-logos__slider-slide {
        margin-bottom: 32px;
    }
}


/* slider security */

.slider-security__img {
    height: 100%;
}

.slider-security__img img {
    overflow: hidden;
    height: 100%;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    max-height: 279px;
}

.slider-security__item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.4s opacity ease-in-out;
    padding: 0;
}



.o-flex__item-1 .slider-security__item {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slider-security .o-flex__item-1 {
    overflow: hidden;
    border-radius: 8px 0 0 8px;
}

.slider-security .o-flex__item-2 {
    overflow: hidden;
    border-radius: 0px 8px 8px 0;
}

.slider-security .o-flex__item {
    position: relative;
    transition: 0.7s all ease-in-out;
    padding: 0;
}

.slider-security-view-1 .o-flex__item-1 .slider-security__item,
.slider-security-view-1 .o-flex__item-1 .slider-security__item * {
    opacity: 1;
    pointer-events: unset;
    transition: 0.3s opacity ease-in-out;
}

.slider-security-view-1 .o-flex__item-1 .slider-security__item * {
    transition: 0.5s opacity ease;
    transition-delay: 0.4s;
}

.slider-security-view-2 .o-flex__item-1 .slider-security__item,
.slider-security-view-2 .o-flex__item-1 .slider-security__item * {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s opacity ease-in-out;
}

.slider-security-view-2 .o-flex__item-1 .slider-security__item * {
    transition: 0.5s opacity ease;
    transition-delay: 0.4s;
}

.slider-security-view-1 .o-flex__item-1 .slider-security__item-more-info,
.slider-security-view-1 .o-flex__item-1 .slider-security__item-more-info * {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s opacity ease-in-out;
}

.slider-security-view-1 .o-flex__item-1 .slider-security__item-more-info * {
    transition: 0.5s opacity ease;
    transition-delay: 0.4s;
}

.slider-security-view-2 .o-flex__item-1 .slider-security__item-more-info,
.slider-security-view-2 .o-flex__item-1 .slider-security__item-more-info * {
    opacity: 1;
    pointer-events: unset;
    transition: 0.3s opacity ease-in-out;
}

.slider-security-view-2 .o-flex__item-1 .slider-security__item-more-info * {
    transition: 0.5s opacity ease;
    transition-delay: 0.4s;
}

.slider-security-view-1 .o-flex__item-2 .slider-security__item-img,
.slider-security-view-1 .o-flex__item-2 .slider-security__item-img * {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s opacity ease-in-out;
}

.slider-security-view-1 .o-flex__item-2 .slider-security__item-img * {
    transition: 0.5s opacity ease;
    transition-delay: 0.4s;
}

.slider-security-view-2 .o-flex__item-2 .slider-security__item-img,
.slider-security-view-2 .o-flex__item-2 .slider-security__item-img * {
    opacity: 1;
    pointer-events: unset;
    transition: 0.3s opacity ease-in-out;
}

.slider-security-view-2 .o-flex__item-2 .slider-security__item-img * {
    transition: 0.5s opacity ease;
    transition-delay: 0.4s;
}

.slider-security-view-2 .progress-bar .progress-bar__full {
    transform: translateX(-100%);
}

.slider-security {
    position: relative;
    padding-bottom: 37px;
    background: #F1F1F1;
    padding-top: 28px;
}

.slider-security__slider-slide {
    margin-bottom: 48px;

}

.slider-security__title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 36px;
    text-align: center;
}

.slider-security__item {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    padding: 40px;
    height: 100%;
    min-height: 279px;
    cursor: pointer;
    transition: 0.3s opacity ease-in-out;
}

.slider-security__item-img {
    padding: 0;
}


.slider-security__item-logos {
    padding-bottom: 17px;
    cursor: unset;
}

.slider-security__item-more {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.slider-security__more-title {
    position: relative;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}

.slider-security__item-more a {
    margin-right: auto;
}

.slider-security__more-title:after {
    content: '';
    width: 40px;
    height: 3px;
    background: #C1012A;
    margin-top: 24px;
}

.slider-security__arrow {
    position: absolute;
    top: 50%;
    border: none;
    background: none;
    cursor: pointer;
    transition: 0.3s opacity ease-in-out;
}

.slider-security__arrow:hover {
    opacity: 0.5;
}

.slider-security__arrow-left {
    left: 0;
    transform: translate(-100%, -100%);
}

.slider-security__arrow-left img {
    transform: rotate(90deg);
}

.slider-security__arrow-right {
    right: 0;
    transform: translate(100%, -100%);
}

.slider-security__arrow-right img {
    transform: rotate(-90deg);
}

.o-new-wrapper {
    position: relative;
}

@media all and (max-width: 1400px) {
    .slider-security__arrow {
        z-index: 10;
        background: #ffffffad;
        border-radius: 50%;
        width: 25px;
        height: 25px;
    }

    .slider-security__arrow-left {
        left: 50px;
    }

    .slider-security__arrow-right {
        right: 50px;
    }
}

@media all and (max-width: 63.99em) {
    .slider-security__item-logos {
        margin-bottom: 30px;
        padding: 30px;
    }

    .slider-security__item,
    .slider-security__item * {
        height: auto;
        min-height: auto;
        transition-delay: 0s !important;
    }

    .slider-security__item-img {
        position: static;
    }

    .slider-security__img {
        position: static;
        height: auto;
        opacity: 1;
        /* margin-top: 32px; */
        padding: 0;
    }

    .o-flex__item-1 .slider-security__item {
        position: static;
    }

    .slider-security__img img {
        object-fit: cover;
        height: auto;
        width: 100%;
    }

    .slider-security__slider-slide {
        margin-bottom: 32px;
    }

    .slider-security .o-flex--grids {
        flex-direction: column;
    }

    .slider-security .o-flex__item {
        max-width: 100% !important
    }

    .slider-security .o-flex--grids {
        opacity: 0;
    }

    .slider-security.animate .o-flex--grids {
        opacity: 1;
        transition: 0.5s opacity linear;
    }

    .slider-security-view-2 .o-flex--grids {
        flex-direction: column-reverse;
    }

    .slider-security-view-1 .o-flex__item-1 .slider-security__item-more-info,
    .slider-security-view-1 .o-flex__item-2 .slider-security__item-img,
    .slider-security-view-2 .o-flex__item-1 .slider-security__item-img,
    .slider-security-view-2 .o-flex__item-2 .slider-security__item-more-info {
        opacity: 0;
        height: 0px;
        padding: 0;
    }

    .slider-security .o-flex__item-1,
    .slider-security .o-flex__item-2 {
        border-radius: 8px 8px 0 0px;
    }

    .slider-security__item-more-info {
        padding-left: 36px;
    }

    .slider-security__more-title:after {
        margin-top: 29px;
    }

    .progress-bar {
        width: 100%;
        margin-top: 36px;
    }

    .slider-security .o-flex__item {
        transition: 0.7s opacity ease-in-out;
    }
}

@media (max-width: 1023.98px) {

    .slider-security__title {
        margin-bottom: 32px;
    }

    .slider-security__slider-slide:nth-last-of-type(1) img,
    .slider-security__slider-slide:nth-last-of-type(2) img,
    .slider-security__slider-slide:nth-last-of-type(3) img,
    .slider-security__slider-slide:nth-last-of-type(4) img {
        margin-bottom: 0;
    }

    .slider-security__slider-slide img {
        margin: 0 auto;
        display: block;
    }

    .slider-security__slider-slide {
        margin-bottom: 32px;
    }
}

/* section logos */

.section-logos__title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 36px;
    text-align: center;
}

.section-logos__slider-slide {
    margin-bottom: 48px;
}

.section-logos ul {
    margin-left: 0;
    gap: 14px;
}

/* map */


.c-post-carousel--location .c-post-list__container {
    overflow: hidden;
}

.c-post-carousel--location .c-heading {
    margin-bottom: 42px;
}

.js-carousel-locations {
    min-width: 100vw;
}

.js-carousel-locations .slick-track {
    min-width: max-content !important;
}

.js-carousel-locations.center-slide {
    width: 100%;
    min-width: 100%;
}

.js-carousel-locations.center-slide .slick-list {
    margin: 0 auto;
}

.js-carousel-locations.center-slide .slick-track {
    min-width: 100%;
}

.js-carousel-locations .slick-track .slick-slide {
    width: 265px !important;
    min-width: 265px !important;
}

.js-carousel-locations .slick-list {
    padding: 0 !important;
}

.home .c-icons {
    padding: 64px 0 56px 0;
}

.home .c-icons .c-icons__title {
    margin-bottom: 80px;
    font-weight: 700;
}

.home .c-icons__icon-title {
    color: #000000;
    margin: 24px 0;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    font-weight: 700;

}

.c-icons__icon {
    margin: 0 auto;
}

.c-icons__icon-desc {
    color: #000000;
    line-height: 1.4;
    padding: 0 24px;
}

@media (max-width: 1023.98px) {
    .home .c-icons {
        padding: 40px 0 0px 0;
    }

    .home .c-icons .c-icons__title {
        margin-bottom: 32px;
    }

    .c-icons__item {
        margin-top: 64px;
    }



}

@media (max-width: 767.98px) {
    .c-icons__item:first-of-type {
        margin-top: 32px;
    }
}


.c-post-list__title {
    margin-bottom: 32px;
}

body:not(.blog) .c-tease__image.c-tease__case-study-image {
    width: 100%;
    height: 285px;
    margin-bottom: 24px;
    max-height: 100%;
    transform: none;
    border-radius: 0;
    margin-bottom: 24px;
}


body:not(.blog) .c-tease__image.c-tease__case-study-image picture {
    height: 100%;
    width: 100%;
    display: block;
}

body:not(.blog) .c-tease__image.c-tease__case-study-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

body:not(.blog) .c-tease__offer-text .c-heading {
    color: #000000;
}

body:not(.blog) .c-tease__excerpt {
    color: #000000;
}

body:not(.blog) .c-tease__offer-button svg {
    margin-left: 13px;
}

.js-carousel-posts .c-tease__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 290px; */
    height: 100%;
}

.js-carousel-posts .c-tease__content-btn {
    margin-top: 32px;
}

.c-tease__offer-text {
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.c-tease__offer-button {
    min-width: 199px;

    @media (max-width: 767.98px) {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1200px) {
    .js-carousel-posts .c-tease__content {
        height: 320px;
    }

    .c-tease__offer-text {
        height: 240px;
    }

}

@media (max-width: 1023.98px) {
    .home .c-icons+.c-post-list {
        padding-top: 0;
        padding-bottom: 56px;
    }

    .home .c-icons+.c-post-list__title {
        margin-bottom: 8px;
    }


}

@media (min-width: 767.99px) {

    .c-tease__content .c-button,
    .c-tease__offer-text .c-button {
        /* display: inline-block; */
        margin-top: auto;
    }

    .c-tease__desc {
        height: calc(100% - 309px);
    }

    .c-post-list__item .c-tease__excerpt,
    .c-post-list__item .c-article__excerpt {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .c-post-list__item h3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

}

@media (max-width: 767.98px) {
    .c-post-list__item {
        text-align: center;
        /* margin-top: 40px; */
        padding-bottom: 40px !important;
    }

    .c-tease__image.c-tease__case-study-image {
        margin-bottom: 30px;
    }

    .c-tease__offer-text .c-heading,
    .c-tease__excerpt {
        margin-bottom: 30px;
    }

    .c-post-list__item h3,
    .c-post-list__item .c-article__excerpt {
        margin-bottom: 30px;
    }

    .c-post-list__item .c-button {
        margin-top: 0;
    }

    .c-post-list__item .c-tease__desc-time {
        margin: 30px 0;
    }

    .c-tease__offer-text,
    .c-tease__content {
        height: auto;
    }

    .js-carousel-posts .c-tease__content {
        height: auto;
    }
}

/* Testimonials */

.section-testimonial-carousel .c-heading {
    margin-bottom: 72px;
}

.testimonial-review .listing li {
    background: #191919;
    border-radius: 0;
    flex: 1;
}

.testimonial-review .listing li .author-name {
    margin-left: 81px !important;
    text-align: left;
    height: 60px;
    padding-top: 20px;

    @media all and (min-width:768px) and (max-width: 1023.98px) {
        margin-left: 15px !important;
        font-size: 16px;
    }
}

.testimonial-review .listing li .author-name a {
    color: #FFFFFF;
    font-size: 20px;
}

.testimonial-review ul.listing li .author-avatar {
    float: left;
    width: 60px !important;
    height: 60px !important;
    margin: 0 !important;
    margin-right: 21px !important;
}

.testimonial-review .listing li .rating {
    color: #F8DC00;
    font-size: 1.25rem !important;
    letter-spacing: 0.3rem;
    float: left;
    margin-top: 23px !important;
}

.google-business-reviews-rating.fill.contrast .listing .text {
    background: none;
    margin-top: 23px;
}

.google-business-reviews-rating.bubble.fill .listing .text::before {
    display: none;
}

.google-business-reviews-rating ul.listing {
    display: flex;
    margin: 0 -10px !important;
}

.section-testimonial-carousel .google-business-reviews-rating ul.listing li {
    margin: 0 10px;
    min-height: 263px !important;
    height: auto !important;
    padding: 24px 32px;
    min-width: 0;
    flex-grow: 1;

    @media all and (min-width:768px) and (max-width: 1023.98px) {
        padding: 15px;
    }
}

.testimonial-carousel {
    width: 100% !important;
}

.section-testimonial-carousel .google-business-reviews-rating ul.listing li .relative-time-description {
    color: #FFFFFF;
    opacity: .5;
    float: left;
    font-size: 16px;
    margin-top: 25px;
}

.section-testimonial-carousel .google-business-reviews-rating ul.listing li .text.text-excerpt {
    clear: both;
    color: #FFFFFF;
    font-size: 16px;
    padding-top: 23px;
    text-align: left;
}

.section-testimonial-carousel__btn {
    margin: 64px auto 0 auto;
    display: table;
}

.review-more-link {
    text-decoration: underline;
}

.testimonial-wrapper {
    padding-top: 0;
}

@media (max-width: 1023.98px) {
    .section-testimonial-carousel .c-heading {
        margin-bottom: 48px;
    }

    .section-testimonial-carousel {
        padding-bottom: 16px !important;
    }
}

@media (max-width: 767.98px) {
    .testimonial-review ul.listing {
        flex-direction: column;
    }

    .testimonial-review ul.listing li {
        margin-bottom: 16px !important;
    }

    .section-testimonial-carousel__btn {
        display: none;
    }

}

/* faq */
.c-faq-list {
    padding: 0 0 96px 0;

    @media (max-width: 767.98px) {
        padding-bottom: 58px;
    }
}

.c-faq-list__title {
    margin-bottom: 48px;

    @media all and (max-width: 1023.98px) {
        margin-bottom: 32px;
    }
}

.c-faq-list__post {
    padding: 0;
}

.c-faq-list__post:last-of-type:after {
    display: none;
}

.c-faq-list__post:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #E9E9E9;
}

.c-faq-list__post-query {
    padding: 16px 0;

    @media all and (max-width: 1023.98px) {
        padding: 24px 0;
    }
}

.c-faq-list__post-query:after {
    width: 24px;
    height: 24px;
    background-image: url(../dist/assets/images/arrow_down_new.svg)
}

.c-faq-list__post-answer {
    margin: 0;
    border: none;
    padding-top: 0;
}

.o-section.c-post-list.c-post-list--bordered {
    padding-top: 0;
    padding-bottom: 0;
}

.c-tease__desc-time {
    opacity: 0.6;
    margin: 10px 0 16px 0;
    color: #000000;
}

body:not(.blog) .c-tease--case-study {
    /* height: 622px; */
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.c-tease--case-study .c-post-list__title {
    margin-bottom: 62px;
}

.c-post-list__content {
    margin-bottom: 0;
}

@media (min-width:768px) {
    .c-post-list__content {
        margin: 0 -10px !important;
    }
}

.js-carousel-posts .slick-slide {
    height: 622px;
}

.js-carousel-posts .c-post-list__title {
    color: #000000;
}

@media (max-width: 767.98px) {
    .js-carousel-posts .c-post-list__item {
        margin-top: 0;
    }

    .js-carousel-posts .c-post-list__title {
        margin-bottom: 48px;
    }
}

/* kontakt */
/* #contact-about-us{
    margin-top: 133px!important;

    @media all and (max-width: 992px) {
        margin-top: 24px!important;
    }
 } */
.contact-about-us .o-wrapper>div {
    margin: 0 -10px;
}

.contact-left {
    margin-top: 0 !important;
    padding: 0 10px !important;

    @media all and (max-width: 992px) {
        display: none;
    }
}

.contact-right {
    background-color: #313337;
}

.contact-form-header {
    font-size: 2rem;
    color: white;
}

.contact-right .contact-form-button {
    color: white;
    outline: none;
    background-color: transparent;
    border: 1px solid #f8dc00;
    justify-content: center;
}

#contact-about-us .contact-right,
.c-contact .contact-right {
    margin-top: 0 !important;
    padding: 5.56rem 4.625rem 3.125rem 3.81rem;
    width: 100%;
    height: auto;

    @media all and (max-width: 992px) {
        padding: 50px 25px;
        text-align: center;
        margin-bottom: 40px;
    }

}

#contact-about-us .contact-button-border,
.c-contact .contact-right .contact-button-border {
    padding: 12px;
    margin: 0;
    width: 135px;
}

#contact-about-us .contact-form-header,
.c-contact .contact-right .contact-form-header {
    font-size: 2.25rem;
    margin-bottom: 2.56rem;
    padding: 0;
    font-weight: 700;

    @media all and (max-width: 992px) {
        margin-bottom: 44px;
    }

    @media all and (max-width: 767.98px) {
        font-size: 2rem;
    }
}

#contact-about-us .contact-form-input input,
.contact-form-area textarea,
.c-contact .contact-right .contact-form-input input,
.c-contact .contact-right textarea {
    font-size: 1rem;
    border-bottom: 1px solid white !important;
    padding-bottom: 8px !important;
    color: rgba(255, 255, 255, 0.5) !important;
    padding-bottom: 0;
    background: transparent;
    border: none;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;

}

#contact-about-us .contact-form-input input::placeholder,
#contact-about-us .contact-form-area textarea::placeholder,
.c-contact .contact-right .contact-form-input input::placeholder,
.c-contact .contact-right .contact-form-area textarea::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

#contact-about-us .contact-form-input,
.c-contact .contact-right .contact-form-input {
    @media all and (max-width: 992px) {
        margin-bottom: 44px;
    }
}

#contact-about-us .contact-form-area,
.c-contact .contact-right .contact-form-area {
    margin-bottom: 3.06rem;
    padding-bottom: 0;
    height: 139px;

    @media all and (max-width: 992px) {
        margin-bottom: 44px;
    }
}

#contact-about-us .contact-right-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 34%;
    height: 100%;
    z-index: 10;

    @media all and (max-width: 992px) {
        position: static;
        width: calc(100% - 20px);
        margin: 0 10px;
    }
}

#contact-about-us .contact-leading-text {
    margin: 0;
}

.single #contact-about-us,
.blog #contact-about-us {
    padding-top: 135px;

    @media all and (max-width: 767.98px) {
        margin-top: 40px;
        padding-top: 0;
    }
}

.single .contact-right-container,
.blog .contact-right-container {
    margin-top: 135px;

    @media all and (max-width: 767.98px) {
        margin-top: 0px;
    }
}

.contact-header {
    font-size: 3rem !important;
    color: #000000;
    margin-bottom: 8.43rem;
}

.contact-yellow-strip {
    position: static !important;
    padding-left: 0 !important;

    @media all and (max-width: 992px) {
        display: none !important;
    }
}

.contact-cards-container {
    margin-top: 0 !important;
    ;
    justify-content: space-between !important;
    ;
}

#contact-about-us .contact-card {
    width: 27% !important;
    min-width: 199px !important;
    height: 287px !important;
    box-shadow: 0px 0px 11.2px rgba(0, 0, 0, 0.25);
    justify-content: space-between;
    padding: 26px 20px 25px 20px;

}

#contact-about-us .contact-card .c-button {
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 13px;
    padding-right: 13px;
    min-width: 135px;

}

#contact-about-us .contact-card-icon {
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}

#contact-about-us .contact-card-header {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.15;
}

#contact-about-us .contact-card-caption {
    font-size: 1rem;
    line-height: 1.15;
}

#contact-about-us .contact-card .c-button:after {
    display: none;
}

.c-order__container-reporting {
    background: #C1012A;
    border-radius: 0;
    color: #fff;
    /* padding: */
    width: 70%;
    padding-top: 78px;
    padding-bottom: 78px;

    @media (max-width: 767.98px) {
        width: calc(100% - 16px);
        border-radius: 30px;
        max-width: calc(100% - 16px);
        padding: 72px 31px 74px 31px;
    }
}

.c-order__wrapper {
    max-width: 668px;
    margin: 0 auto;
}

.c-order__title {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 16px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;

    @media (max-width: 767.98px) {
        margin-bottom: 24px;
    }
}

.c-order__close-seondary {
    color: #F8DC00;
    top: 20px;
    right: 20px;
}

.c-order__close:hover {
    box-shadow: none;
}

.c-order__btn {
    font-size: 1.25rem;
    line-height: 1.3;
    height: 129px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    margin-bottom: 24px;
    font-weight: 700;
}

.c-order__btn-outline {
    background: none;
    color: #fff !important;
}

.c-order__desc {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
    color: #fff;

    @media (max-width: 767.98px) {
        margin-bottom: 40px;
    }
}

.c-order__container-callback {
    width: 56.5%;
    padding: 77px 50px;
    border-radius: 5px;

    @media (max-width: 767.98px) {
        width: 90%;
        max-height: 95%;
    }
}

.c-order__container-callback form.wpcf7-form .c-form .c-input {
    border: 1px solid #000;
    color: #44484d;
    background: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .75) !important;
    padding: 12px 16px;
}

.c-order__container-callback.c-order__container form.wpcf7-form .c-form .c-label__title {
    opacity: 1 !important;
    color: #000;
}

/* wymiana szyby z ubezpieczenia */
.c-submenu__wrapper {
    display: none;
}

body.is-submenu .c-hero--normal .c-breadcrumbs--absolute {
    z-index: 9999 !important;
}

body .c-hero--normal .c-hero__content,
body .c-hero--small .c-hero__content {
    margin-top: 32px !important;

    @media (min-width: 1024px) and (max-width:1365px) {
        margin-top: 60px !important;
    }

    @media (max-width: 767.98px) {
        margin-top: 0px !important;
    }
}

body.single .c-hero--small {
    @media (max-width: 767.98px) {
        display: none;
    }
}

@media all and (min-width: 1366px) {
    body.is-submenu .c-hero--normal .c-breadcrumbs--absolute {
        top: 148px !important;
    }
}

.c-hero__content--thick {
    max-width: 756px;
}

.c-hero__content--thick .c-hero__title {
    @media all and (min-width: 830px) {
        max-width: 814px !important;
        width: 108%;
    }
}


.c-hero__subtitle {
    display: none;
}

.c-hero__title {
    margin-bottom: 24px;
}

.c-hero__text {
    margin-bottom: 38px;
}

.c-hero {
    padding-bottom: 43px;
}

.c-hero .c-button {
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.c-hero .c-button b {
    color: #000000 !important;
}

.site-buttons-form.c-button img,
.c-hero .c-button img {
    width: 17px;
    height: 17px;
    margin-right: 16px;
    display: inline-block;
}

.site-buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;

    @media (max-width:767.98px) {
        flex-direction: column;
    }
}

.site-buttons-order {
    margin-right: 28px !important;
    padding-left: 30px;
    padding-right: 30px;

    @media (max-width:767.98px) {
        margin-right: 0px !important;
        margin-bottom: 20px !important;
        /* padding-left: 0px; */
    }
}

.site-buttons-form {
    /* margin-left: 5%; */
    white-space: nowrap;
}

.c-hero .site-buttons-form {
    margin-left: 0;
    min-width: 174px;
}


.c-button {
    border-radius: 5px;
    font-weight: 700;
    justify-content: center;

}

.c-button:not(.c-button--small):not(.c-button--large):not(.c-button--tight):not(.c-map__submit) {
    display: flex;
    align-items: center;
    width: fit-content;
    min-height: 50px;
}

.c-button.c-map__submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.o-section-offer h2 {
    margin-bottom: 32px;
}

.c-text-image__content {
    color: #000000;

    @media (max-width:767.98px) {
        padding-left: 0;
        margin: 0;
        width: 100%;
    }
}

.c-text-image__file {
    margin-bottom: 56px;
}

.c-text-image__file:last-of-type {
    margin-bottom: 0px;
}

.c-text-image__file-img {
    margin: 0 auto 24px auto;
    display: block;
}

.c-text-image__file-text {
    font-weight: 700;
    text-align: center;
}

.c-text-image__file-wrapper {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.c-text-image__content--padding-right {
    padding-right: 40px;

    @media (max-width:767.98px) {
        padding-right: 0px;
    }
}

.c-text-image__content--padding-left {
    padding-left: 40px;

    @media (max-width:767.98px) {
        padding-left: 0px;
    }
}

.c-text-image__content ol {
    margin-left: 0;
    margin-top: 0;
}

.c-text-image__content ul li {
    line-height: 1.4;
    margin-bottom: 0;
}

.c-text-image__content p {
    line-height: 1.4;
}

.c-text-image__img {
    border-radius: 0;
    box-shadow: none;
    object-fit: contain;
    object-position: center;
    /* aspect-ratio: 1 / 1; ⏹ a perfect square */
}

.o-section-offer-custom-padding-1 {
    padding: 0 !important;
    margin-bottom: 112px !important;
}

.o-section-offer-custom-padding-2 {
    padding: 0 !important;
    margin-top: 112px !important;
    margin-bottom: 82px !important;
}

.o-section-offer-custom-padding-3 {
    padding: 0 !important;
    margin-bottom: 82px !important;
    margin-top: 82px !important;
}

.o-section-offer-custom-padding-4 {
    padding: 0 !important;
    margin-bottom: 82px !important;
    margin-top: 72px !important;
}

.o-section-offer-custom-padding-5 {
    margin-top: 72px !important;
    margin-bottom: 64px !important;
}

.c-icons-custom-padding {
    padding-top: 0;
    padding-bottom: 133px;
}

.c-icons__title {
    margin-bottom: 64px;
}

.c-post-list__item.slick-slide {
    margin: 0 10px;
}

.contact-yellow-strip {
    margin-top: -40px;
    align-items: flex-start;
}

.contact-footer {
    color: #313337;
    padding-bottom: 97px;
}

.contact-footer-header {
    margin-top: 87px !important;
    font-size: 1rem;
    margin-bottom: 10px;
}

.contact-contact {
    font-size: 1rem;
    line-height: 1.2;
}

/* okruszki */

#breadcrumbs span {
    font-size: 1rem;
    color: #949494 !important;
}

#breadcrumbs a {
    opacity: 1;
    color: #949494 !important;
}

.u-color--main-1 #breadcrumbs a,
.u-color--main-1 #breadcrumbs span,
.map-search-full-width #breadcrumbs span,
.map-search-full-width #breadcrumbs a,
.u-bg-color--2 #breadcrumbs span,
.u-bg-color--2 #breadcrumbs a,
.c-hero--lp #breadcrumbs span,
.c-hero--lp #breadcrumbs a {
    color: #df8e8eb3 !important;
}

#breadcrumbs .breadcrumb_last,
.u-color--main-1 #breadcrumbs .breadcrumb_last,
.map-search-full-width #breadcrumbs .breadcrumb_last,
.u-bg-color--2 #breadcrumbs .breadcrumb_last,
.c-hero--lp #breadcrumbs .breadcrumb_last {
    color: white !important;
}

/* submenu usługi */
.c-main-nav__item .c-main-nav__dropdown-list:hover,
.c-main-nav__item:hover .c-main-nav__dropdown-list {
    display: none;
}

.submenu-services {
    position: relative;
}

.submenu-services::after {
    display: none;
}

.submenu-services::before {
    content: '';
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 30px;
    background: transparent;

    @media (max-width: 1023.98px) {
        display: none;
    }
}

.js-submenu-cols {
    position: absolute;
    right: 0;
    z-index: 9999999999;
    background: #FFFFFF;
    color: #000000;
    font-size: 1rem;
    z-index: 999999999;
    border-radius: 5px;
    width: 100%;
    margin-left: 0px;
    box-shadow: 0px 0px 11.2px rgba(0, 0, 0, 0.25);
    margin-top: -15px;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s opacity ease-in-out;
}

.c-submenu.active {
    opacity: 1;
    pointer-events: unset;
}

.c-submenu-cols__col {
    flex: 1;
}

.c-submenu-cols__col-title {
    font-weight: bold;
    display: flex;
    flex-direction: column;

}

.c-submenu-cols__col-title span {
    padding: 24px 0px 16px 24px;
    display: inline-flex;
    align-items: center;
}

.c-submenu-cols__col-title svg {
    margin-left: 12px;
}

.c-submenu-cols__col-title::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #E9E9E9;
    display: block;
}

.c-submenu ul {
    list-style-type: none;
    padding: 0 24px;
    margin-left: 0;
}

.c-submenu ul li {
    margin-bottom: 0px;
    padding: 16px 0;
}

.c-header {
    z-index: 9999999;

}

@media (max-width:1023.97px) {
    .c-header {
        overflow-y: scroll;
    }
}

/* tymczasowo */
.smush-detected-img {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

#smush-image-bar-toggle {
    display: none;
}

/* footer */
.c-footer {
    padding: 43px 0 53px 0;

    @media all and (max-width: 767.98px) {
        padding: 48px 0 72px 0;
    }
}

.c-footer .menu-item a {
    font-size: 1rem;
}

.c-footer .c-widget__title {
    margin-bottom: 28px;
}

.menu-najblizszy-serwis-container ul {
    column-count: 2;

    @media (max-width: 991.98px) {
        column-count: 1;
    }
}

.menu-najblizszy-serwis-container ul li {
    margin-bottom: 12px;
}

#nav_menu-5 {
    padding-left: 25%;

    @media (max-width: 767.98px) {
        padding-left: 0;
    }

}

.c-footer__sm>div {
    @media all and (max-width: 767.98px) {
        text-align: center;
        color: #fff;
        margin-right: 0 !important;
        font-weight: 700;
        opacity: 1;
    }
}

.c-footer__sm div:last-of-type {
    @media all and (max-width: 767.98px) {
        display: flex;
        flex-direction: column;
    }
}

.c-footer__sm svg {
    @media all and (max-width: 767.98px) {
        width: 40px;
        height: 40px;
    }
}

.c-footer__sm a {
    @media all and (max-width: 767.98px) {
        margin-bottom: 40px;
    }
}

.c-footer__sm a:last-of-type {
    @media all and (max-width: 767.98px) {
        margin-bottom: 0px;
    }
}

.c-footer__to-top {
    @media all and (max-width: 767.98px) {
        display: none;
    }
}

.c-footer__to-top-mobile {
    display: none;

    @media all and (max-width: 767.98px) {
        display: block;
        margin-top: 11px;
    }
}

.c-footer__to-top-mobile svg {
    @media all and (max-width: 767.98px) {
        display: block;
        margin-left: auto;

    }
}

.menu-naprawa-szyby-container {
    margin-bottom: 42px;
}

.c-header__hidden-menu {
    margin-left: auto;
}

@media (min-width: 1024px) and (max-width:1365px) {
    .c-main-nav__item {
        margin-left: 15px;
    }

    .c-header__hidden-menu {
        margin-right: 15px;
    }

    .c-main-nav__link {
        font-size: 0.875rem;
    }
}

@media (max-width: 1024px) {
    .js-submenu-cols {
        display: none;
    }
}

/* mobile menu */


@media (max-width: 1023.98px) {
    .c-header__wrapper {
        top: 0;
    }

    .c-header__menu-btn .menu-close {
        display: none;
    }

    .c-header__menu-btn.open .menu-close {
        display: block;
    }

    .c-header__menu-btn .menu-open {
        display: block;
    }

    .c-header__menu-btn.open .menu-open {
        display: none;
    }

    .c-header__hidden-menu .c-button {
        /* display: block; */
        display: flex;
        width: max-content;
        margin-left: auto;
        margin-right: auto;
        padding: 0.812rem 1.3rem;
        width: 164px;
        height: 52px;
    }

    .c-main-nav__item .c-main-nav__dropdown-list:hover,
    .c-main-nav__item:hover .c-main-nav__dropdown-list {
        display: block;
    }

    .submenu-services::after {
        display: block;
    }

}

.page-id-955 #nasze-atuty {
    padding-bottom: 130px;

}

#sticky-action .sticky-action-wrapper {
    height: 72px;
}

#sticky-action .sticky-action-wrapper a {
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
}

#sticky-action .sticky-action-wrapper svg {
    margin-right: 12px;
}

#altar-eye-catcher-div-container {
    display: none !important;
}

.o-section-banner-small {
    max-width: 1152px;
    margin: 0 auto;
    padding: 0;
    border-radius: 5px;
    border: 5px solid #fff;
    filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.25));
    min-height: 278px;
}

.o-section-banner-small .c-text-image__img {
    margin-top: 0;
    height: 100%;
    aspect-ratio: auto;

}

.o-section-banner-small .c-text-image__image-part {
    @media (max-width:767.98px) {
        display: none;
    }
}

.o-section-banner-small .c-text-image__content {
    padding: 10px 0 10px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;

    @media (max-width:767.98px) {
        padding: 48px 24px 48px 24px;
    }
}

.o-section-banner-small .c-heading {
    font-size: 2.25rem;
    margin-bottom: 22px;
    font-weight: 700;
}

.o-section-banner-small__text {
    margin-bottom: 24px;
}

.o-section-banner-small button {
    margin-right: 16px;
}

.o-section-banner-small .c-button {
    height: 41px;
    padding: 9px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.o-section-banner-small a.c-button {
    min-width: 134px;

    @media (max-width:767.98px) {
        display: none;
    }
}

.c-gallery__container {
    @media (max-width:500px) {
        padding-right: 0px !important;
    }

}

.c-gallery .js-rwd-carousel-gallery .c-gallery__item {
    margin-top: 0;
    padding: 0 10px;
    height: 100% !important;
    padding: 0px 8px !important;
}

.c-gallery .js-rwd-carousel-gallery .c-gallery__item img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;

}

.c-gallery {
    padding-bottom: 100px;
    margin-top: 24px;
}

.c-gallery .js-rwd-carousel-gallery .c-gallery__content {
    margin-bottom: 52px;
}

.c-gallery .js-rwd-carousel-gallery .slick-dots li:before {
    background: #D9D9D9;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.c-gallery .js-rwd-carousel-gallery .slick-dots li button:before {
    opacity: 0;
}

.c-gallery .js-rwd-carousel-gallery .slick-dots li.slick-active::before {
    background-color: #000000;
    opacity: 1;
}

.c-archive__image {
    position: relative;
    height: 432px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;

    @media (max-width:767.98px) {
        justify-content: flex-start;
        padding-top: 130px;
        height: auto;
        padding-bottom: 50px;
        padding: 130px 16px 50px 16px;
    }
}

.c-archive__image picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-archive__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-archive__image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #000000 !important;
    opacity: 0.6;
}

.c-archive__date {
    position: relative;
    color: #E9E9E9;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 12px;
    z-index: 99;
    opacity: 0.6;

    @media (max-width:767.98px) {
        margin-bottom: 32px;
    }
}

.c-archive__title {
    font-size: 2.5rem;
    line-height: 1.4;
    color: #FFFFFF;
    font-weight: 700;
    max-width: 788px;
    margin: 0 auto;

    @media (max-width:767.98px) {
        line-height: 1.3;
    }

}

.c-archive__content {
    padding: 42px;
    color: #000000;
    background-color: #FFFFFF;
    margin-bottom: 63px;

    @media (max-width:767.98px) {
        padding: 16px;

    }
}

.c-archive__content h2 {
    font-size: 2rem;
    margin-bottom: 24px;
}

.single .c-archive,
body:not(.blog) .c-archive__wrapper {
    background: #D9D9D9;

    @media (max-width:767.98px) {
        padding: 0;
        background: #FFFFFF;
    }
}

.similar-posts h2 {
    margin-bottom: 42px;
    padding-top: 42px;
}

.similar-posts {
    margin-top: 42px;
}

.similar-posts::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #E9E9E9;
    display: block;
}

.parent-pageid-6394 .c-map__content--secondary {
    display: none;
}

.parent-pageid-6394 .js-map {
    margin-top: 0;
}

.parent-pageid-6394 .section-testimonial-carousel {
    padding-bottom: 47px !important;
}

.o-section-custom-content__wrapper {
    color: #000000;
}

.o-section-custom-content__wrapper ul li {
    line-height: 1.4;
    margin-bottom: 0;
}

.c-text-in-container--ks_highlighted .c-text-in-container__content {
    position: relative;
    padding-left: 31px;
}

.c-text-in-container--ks_highlighted .c-text-in-container__content:before {
    content: '';
    display: block;
    width: 4px;
    height: calc(100% - 4px);
    position: absolute;
    top: 4px;
    left: 0;
    background: #C1002A;
}

.c-list-of_items-highlighted {
    list-style-type: none;
    margin-left: 0;
}

.c-list-of_items-highlighted__item {
    font-size: 1rem;
    line-height: 1.4;
    background: #FFFFFF;
    padding: 24px 31px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    margin-bottom: 32px !important;
}

.page-id-6395 .c-input,
.page-id-6396 .c-input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font: inherit;
    outline: 0;
    border: 1px solid #fff;
    color: #44484d;
    background: #fff;
    transition: all 150ms ease-in-out 0s;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 700;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .75) !important;
    padding: 12px 16px;
    -webkit-appearance: none;
    appearance: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.page-id-6395 .c-form p,
.page-id-6396 .c-form p {
    margin-bottom: 0;
    margin-top: 22px;
}

.js-carousel-locations .c-tease__desc .c-location-card .c-button:after {
    display: none;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mx-auto-md {
    @media all and (max-width:767.98px) {
        margin-left: auto;
        margin-right: auto;
    }
}

.d-space-mobile {
    display: none;

    @media (max-width:767.98px) {
        display: block;
    }
}

.d-space-desktop {
    display: none;

    @media (min-width:768px) {
        display: block;
    }
}

.d-lg-block-mobile {
    display: none;

    @media (max-width:63.99em) {
        display: block;
    }
}

.d-lg-none-desktop {
    display: none;

    @media (min-width:63.99em) {
        display: block;
    }
}

.d-lg-block-desktop {
    display: none;

    @media (min-width:63.99em) {
        display: block;
    }
}

.d-flex-lg-desktop {
    display: none;

    @media (min-width:63.99em) {
        display: flex;
    }
}