

/* Start:/local/templates/czebra_fresh_service/components/bitrix/flexible.news.detail/service/style.css?177039127229983*/
.serviceNav {
    width: 100%;
    position: relative;
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    column-gap: 20px;
}
.serviceNav a {
    display: block;
    flex: 0;
    height: 40px;
    border-radius: 16px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    border: 1px solid #003dff;
    white-space: nowrap;
    color: #003dff;
}


.top-detail-service .banner-title {
    font-size: 38px;
    line-height: 45px;
    font-family: Inter, "Magistral", "Aeroport", sans-serif;
    font-weight: bold;
}



.top-detail-service-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: Inter, "Magistral", "Aeroport", sans-serif;
}
.top-detail-service-text-wrap {
    overflow: hidden;
    max-height: 120px;
    transition: height .5s ease-in-out;
}

.top-detail-service-text.init .top-detail-service-text-wrap {
    max-height: none;
}



.top-detail-service-text-button {
    display: none;
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #003DFF;
}
.top-detail-service-text-button span {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    width: fit-content;
}
.top-detail-service-text-button span:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 7px;
    position: relative;
    top: 3px;
    background: url("/local/templates/czebra_fresh_service/front/img/arr-select-green.svg?v1.0") no-repeat center center;
    background-size: 80%;
    transform: rotate(0);
    transition: transform .5s ease-in-out;
}

.top-detail-service-text.active .top-detail-service-text-button span:after {
    transform: rotate(180deg);
}

.top-detail-service-priceInfo {
    width: 100%;
    position: relative;
    margin-top: 56px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 45px;
}
.top-detail-service-priceInfo:first-child { margin-top: 0; }

.top-detail-service-priceInfo > * {
    align-self: center;
    margin: 0;
}

.top-detail-service .left-block {
    padding-bottom: 60px;
}

.top-detail-service .left-block .top-detail-service-priceInfo .block-price,
.top-detail-service .left-block .block-price {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 30px;
    font-family: Inter, "Magistral", "Aeroport", sans-serif;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    width: 100%;
    overflow: hidden;
}



.wrapp-list-works {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 32px 32px 20px;
    background: #F3F6FA;
    border-radius: 24px;
}

.wrapp-list-works .title.subtitle10 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
}

.list-works ul {
    padding: 0;
    margin: 0;
    list-style: none;
    columns: 2 32px;
    font-size: 16px;
    line-height: 19px;
    column-fill: balance;
}
.list-works ul li {
    position: relative;
    padding: 2px 0 19px 36px;
    page-break-inside: avoid;
    break-inside: avoid;
}

.list-works ul li:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url("/local/templates/czebra_fresh_service/front/img/tick-circle.svg?v1.0") no-repeat center center;
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 480px) {
    .list-works ul {
        font-size: 14px;
        line-height: 16px;
    }
    .list-works ul li {
        padding: 2px 0 19px 26px;
    }
}

/* region Price-List-table */
.priceListTable {
    width: 100%;
    margin: 100px 0;
    position: relative;
}
/*.priceListTable:first-child { margin-top: 0; }*/
/*.priceListTable:last-child { margin-bottom: 0; }*/

.priceListTable-title {
    font-size: 36px;
    line-height: 43px;
    font-weight: 500;
    font-family: Inter, "Magistral", "Aeroport", sans-serif;
    margin-bottom: 40px;
}

.priceListTable-wrap {
    position: relative;
    overflow: scroll;
}

.priceListTable-wrap .table {
    min-width: 100%;
    width: fit-content;
}

.priceListTable-wrap .table .table-thead {
    margin-bottom: 8px;
}
.priceListTable-wrap .table .table-tbody {
    margin-top: 8px;
}


.priceListTable-wrap .table .table-thead .table-tr {
    font-size: 16px;
    line-height: 19px;
}
.priceListTable-wrap .table .table-thead .table-tr:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #E1E5EB;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    z-index: -1;

}

.priceListTable-wrap .table .table-tr {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: 8px 0;
    position: relative;
}
.priceListTable-wrap .table .table-tr:first-child { margin-top: 0 }
.priceListTable-wrap .table .table-tr:last-child { margin-bottom: 0; }

.priceListTable-wrap .table .table-td {
    flex: 1;
    padding: 14px;
}
.priceListTable-wrap .table .table-td:first-child {
    flex: 2;
}

.cell-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cell-wrap .icon {
    display: block;
    width: 32px;
    height: 32px;
    flex: 0 1 32px;
    max-height: 32px;
    background-size: contain;
}

.cell-wrap .title {
    font-size: 15px;
    line-height: 16px;
    flex: 0;
}

.priceListTable-cell-price_1 .icon {
    background: url("/local/templates/czebra_fresh_service/components/bitrix/flexible.news.detail/service/images/motocycle.svg?v1.0") no-repeat center center;
}
.priceListTable-cell-price_2 .icon {
    background: url("/local/templates/czebra_fresh_service/components/bitrix/flexible.news.detail/service/images/car.svg?v1.0") no-repeat center center;
}
.priceListTable-cell-price_3 .icon {
    background: url("/local/templates/czebra_fresh_service/components/bitrix/flexible.news.detail/service/images/car2.svg?v1.0") no-repeat center center;
}
.priceListTable-cell-price_4 .icon {
    background: url("/local/templates/czebra_fresh_service/components/bitrix/flexible.news.detail/service/images/business_car.svg?v1.0") no-repeat center center;
}
.priceListTable-cell-price_5 .icon {
    background: url("/local/templates/czebra_fresh_service/components/bitrix/flexible.news.detail/service/images/multivan.svg?v1.0") no-repeat center center;
}

.priceListTable-cell-code {
    align-self: center;
}
.priceListTable-cell-code .cell-wrap {
    height: auto;
}
.priceListTable-cell-code .cell-wrap .icon { display: none; }

.priceListTable-wrap .table .table-tbody .table-tr:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #F8F8F8;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    z-index: -1;

}

@media screen and (max-width: 480px) {
    .priceListTable {
        margin: 50px 0;
        overflow: hidden;
    }

    .priceListTable-title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
        font-weight: 500;
        position: relative;
        box-sizing: border-box;
        padding-right: 40px;
        font-family: Inter, "Magistral", "Aeroport", sans-serif;
    }

    .priceListTable-title::before {
        content: "";
        width: 39px;
        height: 34px;
        background: url("/local/templates/czebra_fresh_service/front/css/../img/hand.svg") no-repeat center center;
        background-size: 39px 34px;
        position: absolute;
        top: 6px;
        right: 0;
    }

    .priceListTable-wrap {
        padding-bottom: 20px;
        overflow-x: scroll;
        overflow-y: hidden;

        scrollbar-width: thin;
        scrollbar-color: #003DFF #ffffff;

    }

    .priceListTable-wrap::-webkit-scrollbar {
        height: 4px;
    }
    .priceListTable-wrap::-webkit-scrollbar-track {
        background: #ffffff;
    }
    .priceListTable-wrap::-webkit-scrollbar-thumb {
        background-color: #003DFF;
    }

    .cell-wrap .title {
        font-size: 13px;
        line-height: 15px;
    }

    .priceListTable-wrap .table .table-td {
        box-sizing: border-box;
        width: 148px;
    }

    .priceListTable-wrap .table .table-td:first-child {
        width: 170px;
    }

}


/* endregion Price-List-table */

/* region FAQ */
.faq {
    width: 100%;
    margin: 100px 0;
    position: relative;
}
.faq .title {
    font-size: 36px;
    line-height: 43px;
    font-weight: 500;
    font-family: Inter, "Magistral", "Aeroport", sans-serif;
    margin-bottom: 40px;
}

.faq-wrap {
    width: 100%;
    padding: 32px;
    border-radius: 20px;
    /*box-shadow: 0 0 20px 8px #97A5C133;*/
    box-shadow: 0px 8px 64px rgba(151,165,193,.2);
}

.faq-item {
    width: 100%;
    padding: 24px 0;
    border-bottom: 1px solid #ECF0F5;
    font-family: Inter, "Magistral", "Aeroport", sans-serif;
}
.faq-item:first-child { padding-top: 0; }
.faq-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.faq-item-question {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    padding: 4px 40px 4px 0;
    position: relative;
    cursor: pointer;
}
.faq-item-question::after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 16px);
    right: 0;
    background: url("/local/templates/czebra_fresh_service/components/bitrix/flexible.news.detail/service/images/plus.svg?v1.0") no-repeat center center;
    background-size: contain;
    transition: transform .5s ease-in-out;
}
.faq-item[open] .faq-item-question::after {
    transform: rotate(405deg);
}


.faq-item-answer {
    padding-top: 8px;
    font-size: 16px;
    line-height: 20px;
}

.faq-item summary::-webkit-details-marker,
.faq-item summary::marker {
    content: "";
    display: none;
}

@media screen and (max-width: 480px) {
    .faq .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
        font-weight: 500;
        font-family: Inter, "Magistral", "Aeroport", sans-serif;
    }
    .faq-wrap {
        padding: 24px 16px;
        border-radius: 20px;
    }
    .faq-item-question {
        font-size: 16px;
        line-height: 19px;
        font-weight: 500;
    }
    .faq-item-answer {
        font-size: 14px;
        line-height: 18px;
    }
}


/* endregion FAQ */

/* region Reviews Block */
.reviewsBlock {
    width: 100%;
    position: relative;
    margin: 100px 0;
    font-family: Inter, "Magistral", "Aeroport", sans-serif;
}
.reviewsBlock .title {
    font-family: Inter, "Magistral", "Aeroport", sans-serif;
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 40px;
}

.reviewsBlock-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin: 24px 0;
}
.reviewsBlock-info > * {
    flex: 0;
    align-self: center;
}

.reviewsBlock-info-rating {
    width: fit-content;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 20px;
}
.reviewsBlock-info-rating > * {
    align-self: baseline;
    flex: 1;
}
.reviewsBlock-info-rating .rating-stars {
    font-weight: bold;
    font-size: 38px;
    line-height: 46px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 12px;
}
.reviewsBlock-info-rating .rating-stars > * {
    flex: 1;
    align-self: baseline;
}
.reviewsBlock-info-rating .rating-stars .stars {
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    column-gap: 2px;
}
.reviewsBlock-info-rating .rating-stars .stars svg {
    display: block;
    width: 30px;
    height: auto;
}
.reviewsBlock-info .reviews-count {
    font-size: 16px;
    line-height: 19px;
}
.reviewsBlock-info-button {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    column-gap: 8px;
    padding: 8px;
    background: #F3F6FA;
    border-radius: 24px;
    font-size: 16px;
    line-height: 19px;
}
.reviewsBlock-info-button > * {
    align-self: center;
}
.reviewsBlock-info-button span {
    padding: 0 12px;
    white-space: nowrap;
}
.reviewsBlock-info-button .btn1 {
    font-size: 14px;
    line-height: 17px;
    white-space: nowrap;
}

.reviewsBlock-list {
    margin-top: 24px;
}

.reviewsBlock-item {
    margin: 20px 0;
    background: #F3F6FA;
    padding: 32px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 20px;
}
.reviewsBlock-item:first-child { margin-top: 0; }
.reviewsBlock-item:last-child { margin-bottom: 0; }
.reviewsBlock-item > * {
    margin: 24px 0;
}
.reviewsBlock-item > *:first-child { margin-top: 0; }
.reviewsBlock-item > *:last-child { margin-bottom: 0; }

.reviewsBlock-item-info {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    white-space: nowrap;
}
.reviewsBlock-item-info > * {
    align-self: center;
}
.reviewsBlock-item-info-author div {
    margin-bottom: 4px;
}
.reviewsBlock-item-info-author div:last-child {
    font-size: 12px;
    line-height: 14px;
    color: #65717F;
    margin-bottom: 0;
}

.reviewsBlock-item-name {
    font-weight: bold;
}


.reviewsBlock-item-text-wrap {
    overflow: hidden;
    max-height: 63px;
    transition: height .5s ease-in-out;
}

.reviewsBlock-item-text.init .reviewsBlock-item-text-wrap {
    max-height: none;
}


.reviewsBlock-item-text-button {
    display: none;
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #003DFF;
}
.reviewsBlock-item-text-button span {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    width: fit-content;
}
.reviewsBlock-item-text-button span:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 7px;
    position: relative;
    top: 3px;
    background: url("/local/templates/czebra_fresh_service/front/img/arr-select-green.svg?v1.0") no-repeat center center;
    background-size: 80%;
    transform: rotate(0);
    transition: transform .5s ease-in-out;
}

.reviewsBlock-item-text.active .reviewsBlock-item-text-button span:after {
    transform: rotate(180deg);
}

.reviewsBlock-load {
    margin-top: 20px;
    width: 100%;
    height: 50px;
    padding: 16px 0;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    background: #F2F5FF;
    border-radius: 16px;
    cursor: pointer;
    color: #003DFF;
}

.reviewsBlock-form {
    display: none;
    width: 100%;
    padding: 32px;
    border-radius: 20px;
    border: 1px solid #ECF0F5;
    position: relative;
}

.reviewsBlock-form-close {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 32px;
    right: 32px;
    z-index: 10;
    cursor: pointer;
    background: url("/local/templates/czebra_fresh_service/components/bitrix/flexible.news.detail/service/images/close.svg?v1.0") no-repeat center center;
    background-size: 90% auto;
}

.reviewsBlock-form:has(.webForm-success) {
    border: none;
    padding: 0;
}
.reviewsBlock-form:has(.webForm-success) .reviewsBlock-form-close {
    display: none;
}


.reviewsBlock-form .webForm {
    position: relative;
    z-index: 1;
}

#show_reviews_form:checked + .reviewsBlock-form {
    display: block;
}

.reviewsBlock-form-wrap {
    display: none;
}
.reviewsBlock-form-placeholder .reviewsBlock-form-wrap {
    display: block;
}

.reviewsBlock-item-images {
    width: 100%;
    position: relative;
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

.reviewsBlock-item-images:last-child {
    margin-bottom: 0;
}

.reviewsBlock-item-images picture {
    display: block;
    flex: 0 1 155px;
    max-width: 155px;
    overflow: hidden;
    border-radius: 16px;
}
.reviewsBlock-item-images picture img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 480px) {


    .reviewsBlock .title {
        font-size: 24px;
        line-height: 34px;
        font-weight: 500;
        margin-bottom: 20px;
        font-family: Inter, "Magistral", "Aeroport", sans-serif;
    }

    .reviewsBlock-info {
        row-gap: 20px;
    }

    .reviewsBlock-info-rating {
        column-gap: 0;
        row-gap: 10px;
        flex-direction: column;
    }
    .reviewsBlock-info-rating > * {
        align-self: center;
        flex: 0 1  100%;
        min-width: 100%;
    }

    .reviewsBlock-info-button {
        font-size: 12px;
    }
    .reviewsBlock-info-button .btn1 {
        padding: 18px 20px;
    }


    .reviewsBlock-item-images {
        column-gap: 4%;
    }
    .reviewsBlock-item-images picture {
        flex: 0 1 48%;
        max-width: 48%;
        border-radius: 10px;
    }

    .reviewsBlock-form {
        padding: 16px;
    }

}

/* endregion Reviews Block */

/* region Work Examples */
.workExamples {
    position: relative;
    margin: 100px 0 50px;
    padding-bottom: 50px;
    font-family: Inter, "Magistral", "Aeroport", sans-serif;
    width: 100%;
    overflow: hidden;
}

.workExamples::before,
.workExamples::after {
    content: '';
    width: calc((100% - 1320px) / 2);
    height: 100%;
    position: absolute;
    top: 0;
    background: #000000;
    z-index: 60;
}
.workExamples::before {
    background: rgba(255, 255, 255, 0);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    left: 0;
}
.workExamples::after {
    right: 0;
    background: rgba(255, 255, 255, 0);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.workExamples .titleBlock {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}
.workExamples .title {
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    align-self: center;
}
.workExamples .moreLink {
    align-self: center;
    text-align: right;
    font-size: 15px;
    line-height: 20px;
}
.workExamples .moreLink:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.29289 6.29289C6.68342 6.68342 6.68342 7.31658 6.29289 7.70711L1 13' stroke='%23003DFF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A") no-repeat center center;
    background-size: 100% auto;
    margin-left: 5px;
    line-height: 12px;
    vertical-align: middle;
}

.workExamples .swiper {
    overflow: visible;
}

.workExamples .swiper:not(.swiper-container-initialized) .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 25px;
}
.workExamples .swiper:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide {
    flex: 1;
    min-width: 30%;
    height: auto;
}

.workExamples .swiper .swiper-wrapper .swiper-slide {
    height: auto;
}

.workExamples-slide {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    padding: 39px 20px;
    box-shadow: 0 0 20px 10px #97A5C133;
    position: relative;
}
.workExamples-slide-image {
    display: block;
    margin: -34px -15px 5px;
    overflow: hidden;
    border-radius: 16px;
}
.workExamples-slide-image img {
    display: block;
    width: 100%;
    height: auto;
}
.workExamples-slide-text {
    font-size: 15px;
    line-height: 22px;
    color: #B8B9C0;
    padding-top: 15px;
}
.workExamples-slide-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}

.workExamples-button-prev,
.workExamples-button-next {
    display: block;
    width: 50px;
    height: 50px;
    background: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.29289 6.29289C6.68342 6.68342 6.68342 7.31658 6.29289 7.70711L1 13' stroke='%2311152C' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A") no-repeat center center #FFFFFF;
    background-size: 6px auto;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 10px);
    z-index: 20;
    box-shadow: 0 0 20px -10px #000000;
}

.workExamples-button-prev.swiper-button-disabled ,
.workExamples-button-next.swiper-button-disabled {
    display: none;
}



.workExamples-button-prev {
    left: 0;
    transform: rotate(180deg);
}
.workExamples-button-next {
    right: 0;
}

@media screen and (max-width: 480px) {

    .workExamples .titleBlock {
        display: block;
        margin-bottom: 20px;
    }

    .workExamples .title {
        font-size: 24px;
        line-height: 34px;
        position: relative;
        font-weight: 500;
        font-family: Inter, "Magistral", "Aeroport", sans-serif;
    }

    .workExamples .moreLink {
        text-align: left;
        height: 33px;
        position: relative;
        box-sizing: border-box;
        padding-right: 39px;
        vertical-align: middle;
    }

    .workExamples .moreLink a {
        font-size: 15px;
        line-height: 33px;
        vertical-align: middle;
    }

    .workExamples .moreLink::before {
        content: "";
        width: 39px;
        height: 33px;
        background: url("/local/templates/czebra_fresh_service/front/css/../img/hand.svg") no-repeat center center;
        background-size: 39px 33px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .workExamples-button-prev,
    .workExamples-button-next {
        display: none;
    }

}

/* endregion Work Examples */

/* region Before After Block */
.beforeAfterBlock {
    width: 100%;
    position: relative;
    margin: 100px 0;
    font-family: Inter, "Magistral", "Aeroport", sans-serif;
}
.beforeAfterBlock .title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 40px;
}
.beforeAfterBlock-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 52px;
}

.beforeAfterBlock-range {
    flex: 1;
    max-width: 798px;
    min-width: 798px;
    position: relative;

}
.beforeAfterBlock-range-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.beforeAfterBlock-range-wrap:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 66%;
    position: relative;
}


.beforeAfterBlock-range label,
.beforeAfterBlock-range label span,
.beforeAfterBlock-range label input[type="range"] {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.beforeAfterBlock-range label span img {
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
}

.beforeAfterBlock-range label span.beforeAfterBlock-range-before { z-index: 10; }
.beforeAfterBlock-range label span.beforeAfterBlock-range-after {
    z-index: 20;
    width: 50%;
}

.beforeAfterBlock-range label span.beforeAfterBlock-range-before span,
.beforeAfterBlock-range label span.beforeAfterBlock-range-after span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.beforeAfterBlock-range label span.beforeAfterBlock-range-after span:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    background: rgba(0, 0, 0, 0.3);
}


.beforeAfterBlock-range label span.beforeAfterBlock-range-after:before {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -2px;
    background: #ffffff;
    z-index: 50;
}

.beforeAfterBlock-range label span.beforeAfterBlock-range-after:after {
    content: '';
    display: block;
    width: 60px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    right: -30px;
    background: url("/local/templates/czebra_fresh_service/components/bitrix/flexible.news.detail/service/images/before_after_arrows.svg?v1.0") no-repeat center center transparent;
    z-index: 51;
}



.beforeAfterBlock-range label input[type="range"] {
    z-index: 50;
    background: transparent;
    border: none;
}
.beforeAfterBlock-range label input[type="range"]:focus {
    outline: none;
}

.beforeAfterBlock-range label input[type="range"]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
.beforeAfterBlock-range label input[type="range"]::-webkit-slider-thumb {
   -webkit-appearance: none;
    width: 60px;
    box-sizing: content-box;
    height: 1000px;
    border: none;
    cursor: pointer;
    background: transparent;
    box-shadow: none;
}
.beforeAfterBlock-range label input[type="range"]::-moz-range-thumb {
    width: 60px;
    height: 1000px;
    border: none;
    cursor: pointer;
}
.beforeAfterBlock-range label input[type="range"]::-ms-thumb {
    width: 60px;
    height: 1000px;
    border: none;
    cursor: pointer;
}




.beforeAfterBlock-textBlock-wrap {
    overflow: hidden;
}

@media screen and (max-width: 480px) {
    .beforeAfterBlock-textBlock-wrap {
        max-height: 63px;
        transition: height .5s ease-in-out;
    }
}

.beforeAfterBlock-textBlock.init .beforeAfterBlock-textBlock-wrap {
    max-height: none;
}


.beforeAfterBlock-textBlock-button {
    display: none;
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #003DFF;
}
.beforeAfterBlock-textBlock-button span {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    width: fit-content;
}
.beforeAfterBlock-textBlock span:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 7px;
    position: relative;
    top: 3px;
    background: url("/local/templates/czebra_fresh_service/front/img/arr-select-green.svg?v1.0") no-repeat center center;
    background-size: 80%;
    transform: rotate(0);
    transition: transform .5s ease-in-out;
}

.beforeAfterBlock-textBlock.active .beforeAfterBlock-textBlock-button span:after {
    transform: rotate(180deg);
}



.beforeAfterBlock-range label input[type="range"]::-webkit-slider-runnable-track,
.beforeAfterBlock-range label input[type="range"]::-moz-range-track,
.beforeAfterBlock-range label input[type="range"]::-ms-track {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #00000080;
}
.beforeAfterBlock-range label input[type="range"]::-webkit-slider-runnable-track:focus,
.beforeAfterBlock-range label input[type="range"]::-ms-fill-lower,
.beforeAfterBlock-range label input[type="range"]::-ms-fill-lower:focus,
.beforeAfterBlock-range label input[type="range"]::-ms-fill-upper,
.beforeAfterBlock-range label input[type="range"]::-ms-fill-upper:focus {
    background: #00000080;
}

.beforeAfterBlock-text {
    flex: 1;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -1px;
}

.beforeAfterBlock-text .list-benefits {
    width: 100%;
    margin-top: 32px;
}
.beforeAfterBlock-text .list-benefits .item-benefits  {
    width: 100%;
    margin: 16px 0;
    background: #F8F8F8;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    column-gap: 12px;
}
.beforeAfterBlock-text .list-benefits .item-benefits:first-child { margin-top: 0; }
.beforeAfterBlock-text .list-benefits .item-benefits:last-child { margin-bottom: 0; }

.beforeAfterBlock-text .list-benefits .item-benefits .icon-benefits {
    flex: 0 1 33px;
    max-width: 33px;
    width: 33px;
    height: 33px;
    padding: 3px;
}
.beforeAfterBlock-text .list-benefits .item-benefits .icon-benefits img {
    display: block;
    width: 100%;
    height: auto;
}
.beforeAfterBlock-text .list-benefits .item-benefits .title-benefits {
    flex: 1;
    align-self: center;
    font-size: 16px;
    line-height: 19px;
}

@media screen and (min-width: 480px) and (max-width: 1200px) {
    .beforeAfterBlock-range {
        flex: 1;
        max-width: 60%;
        min-width: 60%;
    }
}
@media screen and (max-width: 480px) {

    .beforeAfterBlock {
        margin: 30px 0;
    }

    .beforeAfterBlock .title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
        font-weight: 500;
        font-family: Inter, "Magistral", "Aeroport", sans-serif;
    }

    .beforeAfterBlock-wrap {
        row-gap: 20px;
    }

    .beforeAfterBlock-range {
        max-width: 100%;
        min-width: 100%;
    }

    .beforeAfterBlock-range label span.beforeAfterBlock-range-after:after {
        width: 52px;
        height: 32px;
        top: calc(50% - 16px);
        right: -26px;
        background-size: 100% auto;
    }

    .beforeAfterBlock-text {
        font-size: 14px;
        letter-spacing: 0;
    }
    .beforeAfterBlock-text .list-benefits .item-benefits .title-benefits {
        font-size: 14px;
        line-height: 16px;
    }

    .serviceNav {
        row-gap: 20px;
        overflow: hidden;
        display: none;
    }

    .wrapp-description-service .block-hidden-text.block-hidden-text-mobil .text-hidden::after {
        display: none;
    }

    .wrapp-description-service .block-hidden-text.block-hidden-text-mobil:has(.prev-text) .text-hidden::after {
        display: block;
    }

    .wrapp-description-service .block-hidden-text.block-hidden-text-mobil .open-text {
        display: none;
    }

    .wrapp-description-service .block-hidden-text.block-hidden-text-mobil:has(.prev-text) .open-text {
        display: block;
    }


}

/* endregion Before After Block */
/* End */


/* Start:/local/templates/czebra_fresh_service/components/bitrix/flexible.news.detail/service/jquery.fancybox.css?177039127214675*/
body.compensate-for-scrollbar {
	overflow:hidden
}

.fancybox-active {
	height:auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility:hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index:99992
}

.fancybox-container * {
	box-sizing:border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top:0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y:auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function:cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function:cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index:99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility:visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select:none
}

.fancybox-toolbar {
	right: 0;
	top:0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index:99994
}

.fancybox-is-open .fancybox-stage {
	overflow:hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index:99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width:0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display:block
}

.fancybox-slide--image {
	overflow: hidden;
	padding:44px 0
}

.fancybox-slide--image:before {
	display:none
}

.fancybox-slide--html {
	padding:6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align:middle
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index:99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor:zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor:zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
	cursor:grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor:grabbing
}

.fancybox-container [data-selectable=true] {
	cursor:text
}

.fancybox-image, .fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width:100%
}

.fancybox-spaceball {
	z-index:1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width:100%
}

.fancybox-slide--video .fancybox-content {
	background:#000
}

.fancybox-slide--map .fancybox-content {
	background:#e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background:#fff
}

.fancybox-iframe, .fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width:100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top:0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width:100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding:0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width:44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color:#ccc
}

.fancybox-button:hover {
	color:#fff
}

.fancybox-button:focus {
	outline:none
}

.fancybox-button.fancybox-focus {
	outline:1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline:none
}

.fancybox-button div {
	height:100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width:100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width:0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
	display:none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index:99998
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index:401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity:1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top:0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow:hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display:none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width:70px
}

.fancybox-navigation .fancybox-button div {
	padding:7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding:31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right:env(safe-area-inset-right)
}

.fancybox-caption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index:99996
}

@supports (padding: max(0px)) {
	.fancybox-caption {
		padding:75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
	}
}

.fancybox-caption--separate {
	margin-top:-50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events:all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
	color: #ccc;
	text-decoration:none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration:underline
}

.fancybox-loading {
	animation: a 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index:99999
}

@keyframes a {
	to {
		transform:rotate(1turn)
	}
}

.fancybox-animated {
	transition-timing-function:cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform:translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform:translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform:translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function:cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity:1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform:scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform:scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform:scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform:rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform:rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform:rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform:scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform:scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform:scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform:translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	transform:translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	transform:translateZ(0) scale(1)
}

@media (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right:6px
	}

	.fancybox-slide--image {
		padding:6px 0
	}

	.fancybox-close-small {
		right:-6px
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width:36px
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right:12px
	}

	@supports (padding: max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right:max(12px, env(safe-area-inset-right))
		}
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align:center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin:0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding:0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space:nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
	color:#fff
}

.fancybox-share__button:hover {
	text-decoration:none
}

.fancybox-share__button--fb {
	background:#3b5998
}

.fancybox-share__button--fb:hover {
	background:#344e86
}

.fancybox-share__button--pt {
	background:#bd081d
}

.fancybox-share__button--pt:hover {
	background:#aa0719
}

.fancybox-share__button--tw {
	background:#1da1f2
}

.fancybox-share__button--tw:hover {
	background:#0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width:25px
}

.fancybox-share__button svg path {
	fill:#fff
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width:100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index:99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y:hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display:block
}

.fancybox-show-thumbs .fancybox-inner {
	right:212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width:100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow:hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width:7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow:inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius:10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width:100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index:99991
}

.fancybox-thumbs__list a:focus:before {
	opacity:.5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity:1
}

@media (max-width: 576px) {
	.fancybox-thumbs {
		width:110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right:110px
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}

/* End */


/* Start:/local/templates/czebra_fresh_service/components/czebra/simple.data/main_page_promotion_slider/style.css?17703912726056*/
.sliderBlockPromotion {
    font-family: "Inter", "Magistral", "Aeroport", sans-serif;
    position: relative;
}

.sliderBlockPromotion-wrap {
    position: relative;
}

.sliderBlockPromotion h2 {
    font-family: "Inter", "Magistral", "Aeroport", sans-serif;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 33px;
    letter-spacing: -1px;
    font-weight: 500;
    padding-left: 54px;
    position: relative;
}

.sliderBlockPromotion h2::before {
    content: '';
    display: block;
    width: 38px;
    height: 38px;
    background: url("/local/templates/czebra_fresh_service/components/czebra/simple.data/main_page_promotion_slider/images/promotion_icon.svg?v1.0") no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: calc(50% - 19px);
    left: 0;
}


.sliderBlockPromotion .swiper:not(.swiper-container-initialized) .swiper-pagination {
    display: none;
}

.sliderBlockPromotion .swiper:not(.swiper-container-initialized) .swiper-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
    margin: 0 -8px;
}

.sliderBlockPromotion .swiper:not(.swiper-container-initialized) .swiper-slide {
    display: block;
    flex: 0 1 25%;
    max-width: 25%;
    padding: 0 8px;
    height: auto;
}

.sliderBlockPromotion .swiper:not(.swiper-container-initialized) .swiper-slide:nth-child(n + 5) {
    display: none;
}

.sliderBlockPromotion .swiper .swiper-slide {
    height: auto;
}


.sliderBlockPromotion-item {
    width: 100%;
    height: 100%;
    background: #F3F6FA;
    border-radius: 24px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
}

.sliderBlockPromotion-item-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.sliderBlockPromotion-item-image {
    position: relative;
    margin: 0;
    z-index: 10;
    border-radius: 16px;
    overflow: hidden;
}
.sliderBlockPromotion-item-image picture {
    display: block;
    width: 100%;
}
.sliderBlockPromotion-item-image picture img {
    display: block;
    width: 100%;
    height: auto;
}

.sliderBlockPromotion-item-info {
    padding: 0 12px;
    margin-top: 24px;
}

.sliderBlockPromotion-item-price {
    font-size: 16px;
    line-height: 30px;
    vertical-align: middle;
    color: #65717F;
}
.sliderBlockPromotion-item-price span {
    margin-left: 12px;
    position: relative;
    white-space: nowrap;
}
.sliderBlockPromotion-item-price span:first-child {
    margin-left: 0;
}

.sliderBlockPromotion-item-price .currentPrice {
    font-size: 20px;
    padding: 3px 8px;
    color: #ffffff;
    background: #FF7438;
    border-radius: 8px;
    font-weight: bold;
}
.sliderBlockPromotion-item-price .strikePrice::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #65717F;
    position: absolute;
    top: 50%;
    left: 0;
}

.sliderBlockPromotion-item-title {
    margin: 12px 0;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    z-index: 10;
}

.sliderBlockPromotion-item-title {
    font-weight: bold;
}
.sliderBlockPromotion-item-title a {
    text-decoration: none;
    color: inherit;
}


.sliderBlockPromotion .promotion-slider-prev,
.sliderBlockPromotion .promotion-slider-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-size: 10px 16px;
    box-shadow: 0 4px 20px rgba(15,16,17,.1);
    border-radius: 50%;
    cursor: pointer;
    top: calc(50% - 25px);
    position: absolute;
    z-index: 20;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgMkw4IDhMMiAxNCIgc3Ryb2tlPSIjMTExNTJDIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==") no-repeat 21px center,#fff;
}

.sliderBlockPromotion .promotion-slider-prev.swiper-button-disabled,
.sliderBlockPromotion .promotion-slider-next.swiper-button-disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.sliderBlockPromotion .promotion-slider-next {
    right: -30px;

}
.sliderBlockPromotion .promotion-slider-prev {
    left: -30px;
    transform: rotate(180deg);
}

@media screen and (max-width: 1200px) {

    .sliderBlockPromotion-item-price {
        font-size: 14px;
    }

    .sliderBlockPromotion-item-price span {
        margin-left: 10px;
    }

    .sliderBlockPromotion-item-price .currentPrice {
        font-size: 16px;
    }

}

@media screen and (max-width: 1024px) {
    .sliderBlockPromotion .promotion-slider-next {
        right: 10px;

    }
    .sliderBlockPromotion .promotion-slider-prev {
        left: 10px;
    }
}

@media screen and (max-width: 480px) {
    .sliderBlockPromotion {
        width: auto;
        margin: 0 -15px;
        overflow: hidden;
    }
    .sliderBlockPromotion h2 {
        padding: 0 50px 0 51px;
        font-size: 24px;
        line-height: 34px;
        font-weight: 500;
        margin-bottom: 20px;
        position: relative;
        font-family: Inter, "Magistral", "Aeroport", sans-serif;
    }

    .sliderBlockPromotion h2::before {
        content: '';
        width: 26px;
        height: 26px;
        top: calc(50% - 13px);
        left: 15px;
    }

    .sliderBlockPromotion h2::after  {
        content: "";
        width: 39px;
        height: 34px;
        background: url("/local/templates/czebra_fresh_service/front/css/../img/hand.svg") no-repeat center center;
        background-size: 39px 34px;
        position: absolute;
        top: 6px;
        right: 15px;
    }



    .sliderBlockPromotion .swiper {
        overflow: visible;
    }

    .sliderBlockPromotion-wrap {
        padding: 0 15px;
    }

    .sliderBlockPromotion .promotion-slider-next,
    .sliderBlockPromotion .promotion-slider-prev {
        display: none;
    }

    .sliderBlockPromotion-item-price .currentPrice {
        font-size: 18px;
    }

}
/* End */


/* Start:/local/templates/czebra_fresh_service/front/css/swipe_styles.css?177039126419014*/
/**
 * Swiper 6.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2020
 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
    padding: 0;
    overflow-x: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}
.swiper-container-wrap {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 1px 0 1px;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}
@media (max-width: 575.98px) {
    .swiper-container.mobileSwipe, .swiper-container.circleSwipe, .swiper-container.certificatesSwipe {
        padding-bottom: 40px;
    }
    .swiper-container.aprovedSwipe {
        padding-bottom: 20px;
    }
    .swiper-container-wrap {
        padding-top: 0;
        margin-top: 0;
    }
}
.swiper-container.swiper-carousel .swiper-pagination {
    display: none;
}
@media (max-width: 575.98px) {
    .swiper-container.swiper-carousel {
        padding-bottom: 40px;
    }
    .swiper-container.swiper-carousel .swiper-pagination {
        display: block;
    }
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    flex-shrink: 0;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-initialized .row.swiper-wrapper {
    flex-wrap: unset;
    margin-left: 0;
    margin-right: 0;
}
.swiper-container-initialized .row.swiper-wrapper > .swiper-slide {
    flex: none;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}
.swiper-container-initialized .row.swiper-wrapper > .swiper-slide:hover {
    z-index: 10;
}
.swiper-container-initialized .swiper-slide {
    width: 100%;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    font-size: 40px;
    line-height: 40px;
    vertical-align: middle;
    cursor: pointer;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    -webkit-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    color: #2d2d2d;
    z-index: 30;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.5;
    cursor: auto;
    pointer-events: none;
    color: #B2B2B2;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 25px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 25px;
    left: auto;
}

.swiper-container-wrap {
    position: relative;
}

.news-carousel,
.catalog-section,
.horizontalSlider-wrap {
    position: relative;
    z-index: 20;
}
.news-carousel .swiper-nav-wrap,
.catalog-section .swiper-nav-wrap,
.horizontalSlider-wrap .swiper-nav-wrap {
    width: 150px;
    height: 50px;
    position: absolute;
    top: -79px;
    right: 0;
    background: #FFFFFF;
}
.news-carousel .swiper-nav-wrap .swiper-button-prev,
.news-carousel .swiper-nav-wrap .swiper-button-next,
.catalog-section .swiper-nav-wrap .swiper-button-prev,
.catalog-section .swiper-nav-wrap .swiper-button-next,
.horizontalSlider-wrap .swiper-nav-wrap .swiper-button-prev,
.horizontalSlider-wrap .swiper-nav-wrap .swiper-button-next {
    position: absolute;
    top: 1px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    line-height: 44px;
    cursor: pointer;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    -webkit-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    color: #E6C8AF;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #E6C8AF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-carousel .swiper-nav-wrap .swiper-button-prev,
.catalog-section .swiper-nav-wrap .swiper-button-prev,
.horizontalSlider-wrap .swiper-nav-wrap .swiper-button-prev {
    left: 20px;
}
.news-carousel .swiper-nav-wrap .swiper-button-next,
.catalog-section .swiper-nav-wrap .swiper-button-next,
.horizontalSlider-wrap .swiper-nav-wrap .swiper-button-next {
    right: 0;
    text-indent: 4px;
}
@media screen and (min-width: 760px) and (max-width: 900px) {
    .news-carousel .swiper-nav-wrap,
    .catalog-section .swiper-nav-wrap,
    .horizontalSlider-wrap .swiper-nav-wrap {
        width: 100px;
        height: 40px;
        top: -70px;
    }
    .news-carousel .swiper-nav-wrap .swiper-button-prev,
    .news-carousel .swiper-nav-wrap .swiper-button-next,
    .catalog-section .swiper-nav-wrap .swiper-button-prev,
    .catalog-section .swiper-nav-wrap .swiper-button-next,
    .horizontalSlider-wrap .swiper-nav-wrap .swiper-button-prev,
    .horizontalSlider-wrap .swiper-nav-wrap .swiper-button-next {
        font-size: 16px;
        line-height: 34px;
        width: 38px;
        height: 38px;
    }
    .news-carousel .swiper-nav-wrap .swiper-button-prev,
    .catalog-section .swiper-nav-wrap .swiper-button-prev,
    .horizontalSlider-wrap .swiper-nav-wrap .swiper-button-prev {
        left: 10px;
    }
}
@media (max-width: 575.98px) {
    .news-carousel .swiper-nav-wrap,
    .catalog-section .swiper-nav-wrap,
    .horizontalSlider-wrap .swiper-nav-wrap {
        width: 100%;
        height: 0;
        position: absolute;
        top: 50%;
        right: 0;
        background: transparent;
        z-index: 50;
    }
    .news-carousel .swiper-nav-wrap .swiper-button-prev,
    .news-carousel .swiper-nav-wrap .swiper-button-next,
    .catalog-section .swiper-nav-wrap .swiper-button-prev,
    .catalog-section .swiper-nav-wrap .swiper-button-next,
    .horizontalSlider-wrap .swiper-nav-wrap .swiper-button-prev,
    .horizontalSlider-wrap .swiper-nav-wrap .swiper-button-next {
        position: absolute;
        top: -20px;
        font-size: 20px;
        line-height: 40px;
        color: #E6C8AF;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: none;
        background: #FFFFFF;
    }
    .news-carousel .swiper-nav-wrap .swiper-button-prev,
    .catalog-section .swiper-nav-wrap .swiper-button-prev,
    .horizontalSlider-wrap .swiper-nav-wrap .swiper-button-prev {
        left: -20px;
    }
    .news-carousel .swiper-nav-wrap .swiper-button-next,
    .catalog-section .swiper-nav-wrap .swiper-button-next,
    .horizontalSlider-wrap .swiper-nav-wrap .swiper-button-next {
        right: -20px;
    }
}

.block-title-small ~ .swiper-container-wrap .swiper-button-prev,
.block-title-small ~ .swiper-container-wrap .swiper-button-next {
    top: -80px;
}
.block-title-small ~ .swiper-container-wrap .swiper-button-prev,
.block-title-small ~ .swiper-container-wrap .swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 120px;
}

.toggleBlock .swiper-container-wrap .swiper-button-prev,
.toggleBlock .swiper-container-wrap .swiper-button-next {
    top: -65px;
}
.toggleBlock .swiper-container-wrap .swiper-button-prev,
.toggleBlock .swiper-container-wrap .swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 80px;
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: right;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    right: 20px;
    bottom: 20px;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #E6C8AF;
    margin-left: 10px;
    cursor: pointer;
}
.swiper-pagination-bullet:first-child {
    margin-left: 0;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2d2d2d;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(189, 211, 230, 0.2);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(139, 174, 204, 0.6);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
:root {
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/* End */


/* Start:/local/templates/czebra_fresh_service/components/bitrix/news.list-no-section/service.stocks_new/style.css?17703912721485*/
.serviceStocks {
    width: 100%;
    margin: 100px 0;
    position: relative;
    font-family: Inter, "Magistral", "Aeroport", sans-serif;
    font-size: 16px;
    line-height: 19px;
}
.serviceStocks .title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 48px;
    font-weight: 500;
}

.serviceStocks-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    column-gap: 24px;
    row-gap: 24px;
    justify-content: space-between;
}
.serviceStocks-item {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 20px;
}
.serviceStocks-item-image {
    flex: 0 1 86px;
    width: 86px;
    overflow: hidden;
    border-radius: 16px;
}
.serviceStocks-item-image img {
    display: block;
    width: 100%;
    height: auto;
}

.serviceStocks-item-info {
    flex: 1;
}
.serviceStocks-item-info a {
    color: inherit;
}

.serviceStocks-item-info > div {
    margin-bottom: 12px;
}
.serviceStocks-item-info > div:last-child {
    margin-bottom: 0;
}
.serviceStocks-item-price {
    font-weight: bold;
}

@media screen and (max-width: 480px) {

    .serviceStocks .title {
        font-size: 24px;
        line-height: 34px;
        position: relative;
        font-weight: 500;
        margin-bottom: 20px;
        font-family: Inter, "Magistral", "Aeroport", sans-serif;
    }


    .serviceStocks-item {
        flex: 0 1 100%;
        max-width: 100%;
    }
}
/* End */


/* Start:/local/templates/czebra_fresh_service/components/bitrix/form.result.new/form/style.css?177039127211443*/
.webForm {
    width: 100%;
    font-family: Inter, "Magistral", "Aeroport", sans-serif;
}

.webForm-wrap {
    position: relative;
}

.webForm-info,
.webForm-form {

}

.webForm-info-title {
    font-style: italic;
    width: 100%;
    color: #ffffff;
    font-weight: bold;
    font-family: Roboto, sans-serif;
    font-size: 23px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    padding: 25px;
}

.webForm .icon-bell {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 14px;
    background: url("/local/templates/czebra_fresh_service/components/bitrix/form.result.new/callback/images/bell.svg") no-repeat center center;
    background-size: 100% auto;
}

.webForm-info picture {
    display: block;
}
.webForm-info picture img {
    display: block;
    width: 100%;
    height: auto;
}

.webForm-info-adv {
    text-align: center;
    font-size: 8px;
    line-height: 10px;
    padding: 10px 30px;
    opacity: 0.5;
}

.webForm-form {
    background: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    color: #65717F;
}

.webForm-form-title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
    font-family: Inter, "Magistral", "Aeroport", sans-serif;
    margin-bottom: 16px;
    color: #000000;
}

.webForm-form-description {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    font-family: Inter, "Magistral", "Aeroport", sans-serif;
    margin-bottom: 32px;
    margin-top: 16px;
}

.webForm .form-group {
    position: relative;
}

.webForm .form-group label {
    display: block;
    color: #65717F;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 20px;
}
.webForm .form-group input[type="text"],
.webForm .form-group textarea {
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 16px;
    box-sizing: border-box;
    background: #F3F6FA;

    padding: 28px 60px 10px 20px;
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle;
}

.webForm .form-group textarea {
    height: 190px;
}

.webForm .input-clear {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 16px;
    right: 20px;
    background: url("/local/templates/czebra_fresh_service/components/bitrix/form.result.new/callback/images/close.svg") no-repeat center center;
    background-size: 100% auto;
    cursor: pointer;
    z-index: 10;
}

.webForm .form-group textarea:placeholder-shown,
.webForm .form-group input:placeholder-shown {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 32px;
}

.webForm .form-group textarea:placeholder-shown + label,
.webForm .form-group input:placeholder-shown + label {
    display: none;
}
.webForm .form-group textarea:placeholder-shown ~ .input-clear,
.webForm .form-group input:placeholder-shown ~ .input-clear {
    display: none;
}

.webForm-error {
    font-size: 12px;
    line-height: 15px;
    color: #FF5741;
    margin-top: 8px;
}

.webForm .form-group.form_item_error input {
    background: #FFEFED;
    color: #FF5741;
}




.webForm .form-info {
    margin-top: 16px;
}

.webForm .btn {
    width: 100%;
    height: 52px;
    display: block;
    background: #003DFF;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 32px;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    color: #ffffff;
}

.webForm-consent {
    text-align: center;
    margin-top: 16px;
    font-size: 12px;
    line-height: 15px;
}

.webForm-consent a {
    color: #003DFF;
}

.webForm-form-close {
    display: block;
    width: 24px;
    height: 24px;
    background: url("/local/templates/czebra_fresh_service/components/bitrix/form.result.new/callback/images/close.svg") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    z-index: 10;
}

.webForm-success {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 16px;
    font-family: Inter, "Magistral", "Aeroport", sans-serif;
    z-index: 99;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.webForm-success:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #35457A66;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.webForm-success-body {
    width: 456px;
    height: 284px;
    background: #ffffff;
    border-radius: 24px;
    padding: 32px;
    position: relative;
    z-index: 10;
    text-align: center;
}

.webForm-success-icon {
    width: 100%;
    height: 64px;
    position: relative;
    background: url("/local/templates/czebra_fresh_service/components/bitrix/form.result.new/form/images/checkmark.svg?v1.0") no-repeat center center;
    background-size: auto 60px;
}


.webForm-success p {
    padding: 0 30px;
    margin: 8px 0;
}

.webForm-success-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #000000;
    margin: 8px 0;
}

.webForm-success-button {
    margin-top: 40px;
}
.webForm-success-button .btn {
    height: 50px;
    max-width: 140px;
    margin: 0 auto;
}

.webForm-success-close {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    right: 16px;
    background: url("/local/templates/czebra_fresh_service/components/bitrix/form.result.new/callback/images/close.svg") no-repeat center center;
    background-size: 100% auto;
    cursor: pointer;
}


.form-group.stars-field {
    display: flex;
    flex-direction: column-reverse;
}
.stars-field .checkbox-group {
    width: fit-content;
    height: 38px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    column-gap: 2px;
}

.webForm .form-group.stars-field label {
    flex: 1;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    border-radius: 0;
}
.webForm .form-group.stars-field label label { display: none; }

.stars-field .checkbox-group .checkbox-label { display: none; }
.stars-field .checkbox-group .checkbox-emulator {
    display: block;
    width: 38px;
    height: 38px;
    position: relative;
    background: url("/local/templates/czebra_fresh_service/components/bitrix/form.result.new/form/images/star.svg?v1.0") no-repeat center center;
    background-size: 90% auto;
}

.form-group.form-group-file .input-clear,
.form-group.form-group-file .file-placeholder,
.form-group.stars-field .input-clear { display: none; }

.form-group.stars-field .checkbox-group label:has(input[type="radio"]:checked) .checkbox-emulator,

.form-group.stars-field .checkbox-group:has(label:nth-child(2) input[type="radio"]:checked) label:nth-child(1) .checkbox-emulator,

.form-group.stars-field .checkbox-group:has(label:nth-child(3) input[type="radio"]:checked) label:nth-child(1) .checkbox-emulator,
.form-group.stars-field .checkbox-group:has(label:nth-child(3) input[type="radio"]:checked) label:nth-child(2) .checkbox-emulator,

.form-group.stars-field .checkbox-group:has(label:nth-child(4) input[type="radio"]:checked) label:nth-child(1) .checkbox-emulator,
.form-group.stars-field .checkbox-group:has(label:nth-child(4) input[type="radio"]:checked) label:nth-child(2) .checkbox-emulator,
.form-group.stars-field .checkbox-group:has(label:nth-child(4) input[type="radio"]:checked) label:nth-child(3) .checkbox-emulator,

.form-group.stars-field .checkbox-group:has(label:nth-child(5) input[type="radio"]:checked) label:nth-child(1) .checkbox-emulator,
.form-group.stars-field .checkbox-group:has(label:nth-child(5) input[type="radio"]:checked) label:nth-child(2) .checkbox-emulator,
.form-group.stars-field .checkbox-group:has(label:nth-child(5) input[type="radio"]:checked) label:nth-child(3) .checkbox-emulator,
.form-group.stars-field .checkbox-group:has(label:nth-child(5) input[type="radio"]:checked) label:nth-child(4) .checkbox-emulator
{
    background: url("/local/templates/czebra_fresh_service/components/bitrix/form.result.new/form/images/star_active.svg?v1") no-repeat center center;
    background-size: 90% auto;
}

.webForm-form .row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    column-gap: 16px;
}
.webForm-form .row > * {
    flex: 1;
}

.webForm-form .row:has(input[type="file"]) {
    display: block;
}
.webForm-form .row:has(input[type="file"]) > * {
    display: none;

}
.webForm-form .row:has(input[type="file"]) > *:first-child {
    display: block;
}


.form-group-file {
    width: 100%;
    position: relative;
}

.webForm .form-group.form-group-file label {
    position: relative;
    top: 0;
    left: 0;
}

.input-emulate input,
.input-emulate .input-emulate-title {
    display: none;
}

.input-emulate .icon-download {
    width: 100%;
    height: 64px;
    border: 1px dashed #CCD8FF;
    border-radius: 16px;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
    padding: 20px;
    color: #003DFF;
    cursor: pointer;
}
.input-emulate .icon-download:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("/local/templates/czebra_fresh_service/components/bitrix/form.result.new/form/images/Camera.svg?v1.0") no-repeat center center;
    background-size: 100% auto;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.form-group.hidden {
    display: none;
}

.form-group-pics {
    width: auto;
    margin: 16px -8px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.form-group-pics > * {
    flex: 0 1 25%;
    max-width: 25%;
    padding: 0 8px;
}


.picBlock {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.picBlock:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 80%;
}

.picBlock img {
    width: calc(100% - 16px);
    position: absolute;
    top: 0;
    left: 8px;
    z-index: 1;
}
.picBlock .picBlock-close {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    background: url("/local/templates/czebra_fresh_service/components/bitrix/form.result.new/form/images/trash.svg?v1.0") no-repeat center center #ffffff;
    background-size: 80% auto;
    z-index: 10;
    border-radius: 50%;
}

.form-submit {
    width: 180px;
}


@media screen and (max-width: 480px) {
    .webForm-wrap {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .webForm-form .row {
        flex-direction: column;
        row-gap: 16px;
    }

    .webForm-form .row > * {
        flex: 0 1 100%;
        max-width: 100%;
    }

    .webForm-info,
    .webForm-form {
        flex: 0 1;
        max-width: 100%;
    }

    .webForm-info {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .webForm-form {
        padding: 20px 17px;
    }

    .webForm-info-title {
        display: none;
    }

    .webForm-form-close {
        background: url("/local/templates/czebra_fresh_service/components/bitrix/form.result.new/callback/images/close_white.svg") no-repeat center center;
    }
}


/* End */


/* Start:/local/templates/czebra_fresh_service/components/bitrix/news.list/service-map/style.css?1770391272704*/
.nav-buttons {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}

.nav-buttons .btn {
    width: fit-content;
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 16px;
}
.nav-buttons .btn.yandex-btn {
    background: #ffcc00;
    color: #000000
}
.nav-buttons .btn.google-btn {
    background: #4286f5;
    color: #FFFFFF
}

@media screen and (max-width: 480px) {
    .nav-buttons {
        column-gap: 20px;
    }

    .nav-buttons .btn {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 15px;
        border-radius: 10px;
    }
}
/* End */
/* /local/templates/czebra_fresh_service/components/bitrix/flexible.news.detail/service/style.css?177039127229983 */
/* /local/templates/czebra_fresh_service/components/bitrix/flexible.news.detail/service/jquery.fancybox.css?177039127214675 */
/* /local/templates/czebra_fresh_service/components/czebra/simple.data/main_page_promotion_slider/style.css?17703912726056 */
/* /local/templates/czebra_fresh_service/front/css/swipe_styles.css?177039126419014 */
/* /local/templates/czebra_fresh_service/components/bitrix/news.list-no-section/service.stocks_new/style.css?17703912721485 */
/* /local/templates/czebra_fresh_service/components/bitrix/form.result.new/form/style.css?177039127211443 */
/* /local/templates/czebra_fresh_service/components/bitrix/news.list/service-map/style.css?1770391272704 */
