

/* Start:/local/templates/landing_main/components/bitrix/news/services/bitrix/news.detail/.default/style.css?177605665937051*/
.services-item {
    --chelbit_light-gray-bg-color: #1A1A1A;

    & .swiper-button-prev::after, & .swiper-button-next::after {
        position: relative;
        top: 0;
        left: 0;
    }
}



.gallery-nav.gallery-nav-mobile {
    display: none;
}

/* типографика */
.services-item ul li {
    list-style-position: inside;
    list-style-type: disc;
}

.services-item ul li::marker {
    color: var(--bit-corp-green);
}

.services-item ol, .services-item ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style-position: inside;
}

.services-item ol {
    counter-reset: list-counter;
    list-style: none;
    padding-left: 0;
}

.services-item ol li {
    counter-increment: list-counter;
    position: relative;
    padding-left: 35px;
}

.services-item ol li::before {
    content: counter(list-counter, decimal-leading-zero) ".";
    color: var(--bit-corp-green);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.services-item blockquote {
    padding-left: 22px;
    border-left: 2px solid var(--bit-corp-green);
}

.services-item b {
    color: var(--bit-corp-green);
    text-decoration: none;
}

.services-item u {
    text-decoration: none;
    border-bottom: 1px solid var(--bit-corp-green);
}

.services-item .services-header__detail-text a {
    color: white;
    border-bottom: 1px solid #666666;
    transition: all .3s ease;
    position: relative;
    margin-right: 24px;
}

.services-item .services-header__detail-text a::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: -24px;

    width: 20px;
    height: 20px;

    background-color: white;

    -webkit-mask-image: url('/local/templates/landing_main/components/bitrix/news/services/bitrix/news.detail/.default/img/link_arrow.svg');
    mask-image: url('/local/templates/landing_main/components/bitrix/news/services/bitrix/news.detail/.default/img/link_arrow.svg');

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;
}

.services-item .services-header__detail-text a:hover {
    color: var(--bit-corp-green);
    border-bottom: 1px solid var(--bit-corp-green);
}

.services-item .services-header__detail-text a:hover::after {
    background-color: var(--bit-corp-green);
}

.services-item .services-header__detail-text {
    table {
        width: 100%;
        tr:not(:last-child) td {
            border-bottom: 1px solid #333333;
        }

        tr:first-child td {
            border-bottom: 1px solid #666666;
            padding: 20px 0;
        }

        tr td {
            padding: 10px 0;
        }


    }
}

/* /типографика */

.padding-standard {
    padding: 0 60px 100px 60px;
}

.font-black {
    color: black;
}

.padding-top-standard {
    padding-top: 100px;
}

.padding-medium {
    padding: 40px;
}

.flex-row-gap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}

.main .wrapper-background {
    background-color: unset;
}

.services-item {
    color: white;
    font-family: var(--bit-geologica-font-family), serif;
    line-height: 24px;
}

.services-item .gray-card {
    background-color: var(--chelbit_main-bg-color);
    border-radius: var(--chelbit_block-border-radius);
}

.services-item .light-gray-card {
    background-color: var(--chelbit_light-gray-bg-color);
    border-radius: var(--chelbit_block-border-radius);
}

.services-item .outer-gray-card {
    border: 1px solid #FFFFFF66;
    border-radius: var(--chelbit_block-border-radius);
}

.services-item .card-button {
    width: max-content;
    padding: 10px 20px;
}

.services-item .head-block {
    padding: 20px 60px 110px 60px;
}

.services-item h1,h2,h3,h4,h5,h6 {
    font-family: var(--bit-unbound-font-family), serif;
    line-height: 1.2;
    margin-bottom: 30px;
}

.services-item h2 {
    font-size: 45px;
}


.menu-head-block {
    display: flex;
    justify-content: center;
}

.menu-head-block.is-fixed{
    position: fixed;
    top: 40px;
    z-index: 100;
}


.services-item-block-header-title h1 {
    font-size: 60px;
    color: white;
    margin: unset;
    margin-bottom: 30px;
}

.services-item-block-wrapper {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.services-preview-text {
    width: fit-content;
    max-width: 70%;
    line-height: 24px;
}

.services-item-header-action {
    margin-top: 60px;
    display: flex;
}

.services-item-header-action .action-button {
    margin-top: unset;
}

.services-item .action-button {
    margin-top: unset;
    display: flex;
    height: 44px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 1;

    align-items: center;
    gap: 5px;

    position: relative;
    background-color: var(--base-black-2);
    padding: var(--bit-link-button-padding);
    color: var(--bit-white-color);
    border-radius: var(--bit-border-radius-link);
    width: fit-content;
    border: 2px solid var(--bit-corp-green);
    transition-property: color, border, background;
    transition-timing-function:
            ease;
    transition-duration: .3s;

    &::after {
        content: '';
        position: relative;
        display: inline-block;

        -webkit-mask-image: url(/local/templates/landing_main/img/arrow-logo.svg);
        mask-image: url(/local/templates/landing_main/img/arrow-logo.svg);

        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;

        background-color: white;

        width: 25px;
        height: 20px;
        transition-property: background-image;
        transition-timing-function:
                ease;
        transition-duration: .3s;
    }

    &.black-button {
        border: 1px solid black;
    }

    &:hover {
        color: var(--bit-corp-green);
        cursor: pointer;
    }

    &:hover::after {
        -webkit-mask-image: url(/local/templates/landing_main/img/arrow-logo_active.svg);
        mask-image: url(/local/templates/landing_main/img/arrow-logo_active.svg);
        background-color: var(--bit-corp-green);
    }

}

.action-button.green-button {
    background: var(--bit-corp-green);
    color: var(--base-black-2);

    &::after {
        background-color: var(--base-black-2);
    }

    &:hover {
        color: var(--bit-corp-green);
        background: var(--base-black-2);
    }

    &:hover::after {
        background-color: var(--bit-corp-green);
    }
}

.services-header-pros {
    margin-top: 80px;
}

.services-header-pros ul {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.services-header-pros ul li {
    padding-left: 33px;
    user-select: none;
    list-style-type: none;
}

.services-header-pros ul li::before {
    content: '';
    position: relative;
    left: -33px;
    top: 50%;
    display: block;
    background-image: url('/local/templates/landing_main/components/bitrix/news/services/bitrix/news.detail/.default/img/mark.svg');
    width: 22px;
    height: 22px;
}

.services-header-picture-block {
    position: relative;
}

.services-header-picture {

    position: sticky;
    top: 140px;
    width: 720px;
    height: 480px;
    border-radius: var(--chelbit_block-border-radius);
}

.services-item__detail-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
    padding: 100px 60px;
}

/** ЭТАПЫ */
.services-item__stages {
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    padding-top: unset;
}
.services-item__stages-header {
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    min-width: 688px;
    width: min-content;
}

/** /ЭТАПЫ */

.services-item__stages-carousel {
    background: #000;
    padding: 60px 0;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.stages-swiper {
    width: 100%;
    overflow: visible;
    padding-bottom: 30px;
    transform: scale(0.85);
}

.stages-slide {
    max-width: 522px;
    width: 522px;
    min-width: 522px;
    max-height: 522px;
    height: 329px;
    min-height: 329px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

@media (max-width: 767px) {
    .stages-swiper {
        overflow: hidden;
    }
    .stages-slide {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 260px;
        max-height: 260px;
        height: 260px;
    }
}

@media (max-width: 480px) {
    .stages-slide {
        min-height: 200px;
        max-height: 200px;
        height: 200px;
    }
}

.slide-content {
    width: 100%;
    height: 100%;
    background: #1e1e1e;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.slide-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
    position: relative;
    z-index: 10;
}

.nav-btn {
    width: 50px;
    height: 50px;
    background-color: #333;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.nav-btn:hover::after {
    border-top: 2px solid var(--bit-corp-green);
    border-right: 2px solid var(--bit-corp-green);
}

.nav-btn::after {
    content: '';
    transition: border-color .3s ease;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
}

.prev-btn::after { transform: rotate(-135deg); margin-left: 5px; }
.next-btn::after { transform: rotate(45deg); margin-right: 5px; }

/* Пагинация (точки) */
.slider-pagination {
    width: fit-content;
    display: flex;
    gap: 8px;
    margin: 0 auto;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #555;
    opacity: 1;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
    display: block; /* На случай если глобально скрыты */
}

.swiper-pagination-bullet-active {
    background: #00ff00;
    transform: scale(1.3);
}


/** /СЛАЙДЕР ЭТАПОВ */


/** ПРЕИМУЩЕСТВА */

.services-item__advantages h2 {
    margin-bottom: 50px;
}

.services-item__advantages-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.services-item__advantage-icon {
    width: 60px;
    height: 60px;
}

.services-item__advantage {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 22px;
    font-size: 20px;
    line-height: 24px;
}

/** /ПРЕИМУЩЕСТВА */

/** ГАРАНТИИ И СРОКИ */
.services-item__gd h4 {
    position: relative;
    padding-left: 58px;

    &::after {
        content: '';
        position: absolute;
        background: url(/local/templates/landing_main/img/2kline_logo.svg) no-repeat;
        width: 48px;
        height: 48px;
        left: 0;
        bottom: -5px;
    }
}

.services-item__gd {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.services-item__gd-block {
    width: 50%;
    padding: 40px;
    font-size: 20px;
    line-height: 24px;
}
/** /ГАРАНТИИ И СРОКИ */


/** БАННЕР */
.services-item__banner-wrapper {
    color: black;
    position: relative;
    overflow:hidden;
    width: 100%;
    border-radius: var(--chelbit_block-border-radius);
    padding: 40px 60px;

}
/*.services-item__banner-background {*/
/*    position: absolute;*/
/*    z-index: -2;*/
/*    top: -300px;*/
/*    left: 0;*/

/*    width: calc(100% + 200px);*/
/*    height: 700px;*/

/*    background-size: cover;*/
/*    background-image: url('/local/templates/landing_main/components/bitrix/news/services/bitrix/news.detail/.default/img/banner_background.png');*/

/*    background-blend-mode: normal;*/
/*}*/

.services-item__banner-background {

    position: absolute;
    overflow: hidden;
    z-index: -2;
    top: 0;
    height: 100%;
    left: 0;
    bottom: 0;
    right: 0;;
    border-radius: var(--chelbit_block-border-radius);
    background: linear-gradient(135deg, #f0f5fa 25%, #8BE248 50%, #9DDF45 100%);

    display: flex;
    flex-direction: row;
    justify-content: space-between;

    &:before {
        content: "";
        position: absolute;
        z-index: -1;

        width: 60%;
        height: 100%;
        bottom: -45%;
        left: 0;

        background: radial-gradient(circle, #66DFC2 0%, transparent 80%
        );

        filter: blur(40px);
    }

    &:after {
        content: "";
        position: absolute;
        z-index: -1;

        width: 60%;
        height: 100%;
        top: -40%;
        right: -10%;

        background: linear-gradient( 0deg, #9AE155 0%, #D4E67E 20%, #D4E67E 40%, #FFFFFF 100%);

        transform: rotate(35deg);

        filter: blur(50px);
    }
}

.services-item__banner-info {
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services-item__banner-background-photo {
    position: absolute;
    z-index: -1;

    top: -48%;
    bottom: 0;
    right: 0;

    width: 60%;
    height: 150%;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url('/local/templates/landing_main/components/bitrix/news/services/bitrix/news.detail/.default/img/banner_background_car.png');
}
/** /БАННЕР */

/** УСЛОВИЯ РАБОТЫ */
.services-item__work-conditions-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.services-item__work-condition-header-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.services-item__work-condition-text-mobile {
    display: none;
}

.services-item__work-conditions {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    gap: 10px;
}

.services-item__work-condition {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 40px;

    &:not(.condition-opened) {
        cursor: pointer;
    }

    & h4 {
        margin-bottom: 0;
    }
}

.services-item__work-condition-text {
    padding: 40px;
    width: 100%;
    font-size: 20px;
    box-sizing: border-box;
    min-width: 0;
}

.services-item__work-condition-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    position: relative;

    &::after, &::before {
        content: '';
        position: absolute;
        background: white;
        height: 1px;
        top: 21px;
        left: 9px;
        width: 25px;
        border-radius: var(--chelbit_block-border-radius);
    }

    &::after {
        transform: rotate(90deg);
    }
}

.services-item__work-condition.condition-opened .services-item__work-condition-header-block {
    color: var(--bit-corp-green);
}

.services-item__work-condition.condition-opened .services-item__work-condition-icon {
    transform: rotate(45deg);
}

/** /УСЛОВИЯ РАБОТЫ */

/** СХЕМА РАБОТЫ */

.services-item__work-scheme-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
}

.services-item__work-scheme-header {
    width: 100%;
    flex-grow: 1;
}

ol.services-item__work-scheme {
    width: 100%;
    flex-grow: 1;
}

ol.services-item__work-scheme li.services-item__work-scheme-element {
    padding: 20px;
    position: relative;

    & h4 {
        margin-left: 78px;
    }

    &::before {
        font-family: var(--bit-unbound-font-family), serif;
        font-weight: 900;
        font-size: 26px;
        line-height: 31px;
        top: 20px;
        left: 20px;

        display: inline-block;
        transform-origin: left;

        background: linear-gradient(80deg, #03F903 0%, #C0F44B 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    & .services-item__work-scheme-element-content {
        display: flex;
        flex-direction: column;
    }

    & .services-item__work-scheme-element-actions {
        display: flex;
        flex-direction: row;
        gap: 10px;
        &:has(*) {
            margin-top: 40px;
        }
    }

    & .services-item__work-scheme-element-network {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        border: 1px solid var(--bit-corp-green);
        height: 46px;
        width: 46px;

    }
}

/** /СХЕМА РАБОТЫ */

/** ПОРТФОЛИО */
.services-item__portfolio {
    overflow: hidden;
}

.portfolio-slide {
    min-width: 523px;
    width: 523px;
    height: 291px;
    min-height: 291px;
    padding: 40px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 20px;
    line-height: 24px;


    & .portfolio-slide__logo {
        height: 28px;
        filter: brightness(0) invert(1);
        font-size: 26px;
        line-height: 31px;
    }

    & .portfolio-slide__products-count {
        display: flex;
        align-items: flex-end;
        font-size: 26px;
        line-height: 31px;
        gap: 15px;
        font-weight: 700;
        font-family: var(--bit-unbound-font-family), serif;
        & h3 {
            color: white;
            margin-bottom: unset;
            line-height: 35px;
        }
    }

    & .portfolio-slide-header, & .portfolio-slide__product-count-block {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    &.first {
        color: black;
        background: linear-gradient(120deg, #03F903 0%, #C0F44B 60%, #C0F44B 70%, #03F903 100%);

        & .portfolio-slide__logo {
            filter: brightness(0);
        }

        & .portfolio-slide__products-count {
            & h3 {
                color: black;
            }
        }
    }
}

/** /ПОРТФОЛИО */

/** ПОПУЛЯРНЫЕ ЗАПРОСЫ & ГОРОДА */

.services-item__card-list {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.services-item__card {

    & a {
        color: white;

        &:hover {
            background: rgba(0, 0, 0, 0.4);
        }
    }

    &.hidden {
        display: none;
    }
}


.services-item__show-more,
.services-item__show-less {
    display: flex;
    align-items: center;

    &:after{
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url('/local/templates/landing_main/components/bitrix/news/services/bitrix/news.detail/.default/img/arrow-chevron-down.svg');
    }
    &:hover {
        cursor: pointer;
    }
}

.services-item__show-less:after{
    transform: rotate(180deg);
}



/** /ПОПУЛЯРНЫЕ ЗАПРОСЫ & ГОРОДА */


/** ОТЗЫВЫ */

.review-slide {
    padding: 40px 20px;
    flex-shrink: 0;

    display: flex;
    flex-direction: column;
    gap: 40px;
}

.review-slide-header {
    align-items: center;
}

.services-item__reviews {
    & .services-item-reviews-wrapper {
        overflow: hidden;
    }
}

.services-item__reviews-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}

.review-slide-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.reviews-site-logo {
    height: 25px;
    width: fit-content;
    min-width: 76px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;

    &.reviews-site-logo-2gis {
        background-image: url('/local/templates/landing_main/components/bitrix/news/services/bitrix/news.detail/.default/img/2GIS.png');
    }

    &.reviews-site-logo-yandex {
        background-image: url('/local/templates/landing_main/components/bitrix/news/services/bitrix/news.detail/.default/img/Yandex.svg');
    }

    &.reviews-site-logo-google {
        background-image: url('/local/templates/landing_main/components/bitrix/news/services/bitrix/news.detail/.default/img/Google.svg');
    }
}

.review-star {
    height: 25px;
    width: 25px;

    background-repeat: no-repeat;
    background-size: contain;

    background-image: url('/local/templates/landing_main/components/bitrix/news/services/bitrix/news.detail/.default/img/StarInactive.svg');

    &.star-active {
        background-image: url('/local/templates/landing_main/components/bitrix/news/services/bitrix/news.detail/.default/img/StarActive.svg');
    }
}

.review-slide-content__url {
    position: relative;
    color: white;
    font-family: Montserrat, sans-serif;
    width: fit-content;

    padding-right: 56px;

    &::after {
        content:'';
        position: absolute;
        width: 25px;
        height: 25px;
        right: 24px;

        background-color: white;

        -webkit-mask-image: url(/local/templates/landing_main/img/arrow-logo.svg);
        mask-image: url(/local/templates/landing_main/img/arrow-logo.svg);

        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }

    &:hover {
        color: var(--bit-corp-green);

        &::after {
            background-color: var(--bit-corp-green);
        }
    }
}

/** /ОТЗЫВЫ */

/** ПОМОЩЬ */
.services-item__help-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.services-item__help-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.services-item__helps {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    gap: 10px;
}
.services-item__help {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 70%;
    align-items: center;
    padding: 40px;

    &:not(.help-opened) {
        cursor: pointer;
    }

    & h4 {
        margin-bottom: 0;
        max-width: 90%;
    }
}

.services-item__help-header {
    align-items: center;
    justify-content: space-between;
    width: 100%;
}



.services-item__help-icon {
    width: 42px;
    height: 42px;
    position: relative;
    transition: transform .5s ease-in-out;

    &::after, &::before {
        content: '';
        position: absolute;
        background: white;
        height: 1px;
        top: 21px;
        left: 9px;
        width: 25px;
        border-radius: var(--chelbit_block-border-radius);
    }

    &::after {
        transform: rotate(90deg);
    }
}

.services-item__help.help-opened .services-item__help-title {
    color: var(--bit-corp-green);
}

.services-item__help.help-opened .services-item__help-icon {
    transform: rotate(45deg);
}

.services-item__help-text {
    margin-top: 40px;
}

.services-item__help:not(.help-opened) .services-item__help-text {
    height: 0;
    opacity: 0;
    margin-top: 0;
}

/** /ПОМОЩЬ */

/** ФОРМА СВЯЗИ */
.services-item__form {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: var(--chelbit_block-border-radius);
    padding: 100px 60px;
    background: linear-gradient(135deg, #f0f5fa 25%, #8BE248 50%, #9DDF45 100%);

    display: flex;
    flex-direction: row;
    justify-content: space-between;

    &:before {
        content: "";
        position: absolute;
        z-index: -1;

        width: 60%;
        height: 100%;
        bottom: -45%;
        left: 0;

        background: radial-gradient(circle, #66DFC2 0%, transparent 80%
        );

        filter: blur(40px);
    }

    &:after {
        content: "";
        position: absolute;
        z-index: -1;

        width: 60%;
        height: 100%;
        top: -40%;
        right: -10%;

        background: linear-gradient( 0deg, #9AE155 0%, #D4E67E 20%, #D4E67E 40%, #FFFFFF 100%);

        transform: rotate(35deg);

        filter: blur(50px);
    }

    & .services-item__form-info {
        font-size: 20px;
        line-height: 24px;
        width: 50%;
    }
}

#callback-services {
    display: flex;
    flex-direction: column;
    gap: 20px;

    width: 45%;

    padding: 40px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: var(--chelbit_block-border-radius);

    & .callback-services__title {
        font-size: 20px;
        line-height: 24px;
    }

    & .callback-input-group {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 20px 0;
    }

    & .callback-input {
        border-radius: var(--chelbit_block-border-radius);
        padding: 20px;
    }

    & .error-msg { color: red; font-size: 12px; display: none; margin-top: 5px; }

    & #inputLabel {
        &:after {
            content: '*';
            display: inline-flex;
            color: red;
        }
    }

    & .callback-submit {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;

        &:after {
            position: static;
        }
    }
}

.callback-variants {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;

    & .callback-variant {
        background: rgba(255, 255, 255, 0.4);
        border-radius: var(--chelbit_block-border-radius);
        padding: 10px;

        &:hover, &.active{
            border: 1px solid black;
        }
    }
}

.callback-agree {
    color: black;

    & input[type="checkbox"] + label {
        display: inline-block;
        color: black;
        font-size: 13px;
        line-height: 16px;
    }

    & input[type="checkbox"]:checked + label {
        color: black;
    }

    & input[type="checkbox"] + label:before {
        background: white;
        min-width: 20px;
    }
}


/** /ФОРМА СВЯЗИ */

/** НОВОСТИ */
.services-item__news {
    & .news-slider {
        background: unset;
    }

    & .news-element {
        background-color: var(--chelbit_main-bg-color);
    }
}
/** /НОВОСТИ */

/** СОЦСЕТИ */
.services-item__socnetworks {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;

    & a {
        position: relative;
        display: flex;
        align-items: center;
        background-color: var(--chelbit_main-bg-color);
        border-radius: var(--chelbit_block-border-radius);
        padding: 20px;
        flex-basis: 100%;
        gap: 10px;

        & h4 {
            margin-bottom: unset;
            color: white;
        }

        &:hover h4 {
            color: var(--bit-corp-green);
        }

        &:after {
            content:'';
            position: absolute;
            mask-image: url('/local/templates/landing_main/components/bitrix/news/services/bitrix/news.detail/.default/img/link_arrow_box.svg');
            width: 24px;
            height: 24px;
            right: 20px;
            background: white;


        }

        &:hover:after {
            background: var(--bit-corp-green);
        }
    }
}
/** /СОЦСЕТИ */

@media(max-width: 1600px) {
    .services-item__banner-wrapper {
        & .services-item__banner-background-photo {
            top: unset;
            right: 0;
            width: 60%;
            height: 120%;
        }
    }
}

@media(max-width: 1200px) {
    .services-item__banner-wrapper {
        & .services-item__banner-background-photo {
            top: unset;
            right: 0;
            width: 60%;
            height: 120%;
        }
    }
}


@media(max-width: 959px) {
    .services-item__advantages-list {
        grid-template-columns: 1fr 1fr;
    }

    .services-item__work-conditions-block {
        grid-template-columns: 1fr
    }

    .services-item__banner-wrapper {
        & .services-item__banner-background-photo {
            top: 0;
            right: 0;
            width: 50%;
            height: auto;
        }
    }

}

@media(max-width: 767px) {
    .main .wrapper-background {
        border-radius: 0 0 20px 20px;
    }

    .services-item .action-button {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .services-item .head-block {
        padding: 0;
        border-radius: 0 0 20px 20px;
    }

    .services-header-block {
        padding: 30px 20px;
        width: 100%;
    }

    .services-preview-text {
        width: 100%;
        max-width: 100%;
    }

    .services-item {
        & h1, & h2, & h3 {
            overflow-wrap: break-word;
            font-size: 35px;
            line-height: 42px;
        }

        & h3 {
            font-size: 35px !important;
        }

        & h4 {
            overflow-wrap: break-word;
            font-size: 20px;
            line-height: 24px;
        }

        & h5 {
            overflow-wrap: break-word;
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 15px;
        }

    }

    .services-header-pros {
        & ul {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        & ul li {
            display: flex;
            align-items:center;
        }

    }

    .head-block .services-header-picture-block {
        display: none;
    }

    .services-header-picture-block {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 210px;

        & .services-header-picture{
            height: 210px;
            width: 100%;
            max-width: 100%;
            min-width: 100%;
        }
    }

    .services-item-header-action {
        margin-top: 50px;
    }

    .padding-standard {
        padding: 0 0 60px 0;
    }

    .padding-top-standard {
        padding-top: 60px;
    }

    .services-section {
        width: 100%;
        max-width: 100%;

        &.padding-standard.padding-mobile {
            padding: 0 20px 60px 20px;
        }

        &.padding-top-standard.padding-mobile {
            padding-top: 60px;
        }
    }


    .services-section-title {
        width: fit-content;
        text-align: center;
        margin: 0 auto 50px auto;
    }

    .services-item__detail-block {
        padding: 60px 20px;
        flex-direction: column;
    }



    .services-item .services-header__detail-text {
        overflow-wrap: break-word;
        width: 100%;
    }

    .services-item .services-header__detail-text table {
        display: block;
        overflow-x: scroll;

        scroll-behavior: smooth;

        /* Скрываем нативный скроллбар */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;
    }

    .services-item__stages-header {
        min-width: 100%;
    }

    .services-item__advantages {
        & .services-item__advantages-list {
            grid-template-columns: 1fr;
        }

        & .services-item__advantage {
            flex-direction: column;
        }

        & .services-item__advantage-icon {
            height: 40px;
            width: 40px;
        }
    }

    .services-item__gd {
        flex-direction: column;
    }

    .services-item__gd-block {
        width: 100%;
    }


    .services-item__banner-wrapper {
        padding: 40px 20px;
        height: 100%;

        & .services-item__banner-background-photo {
            top: auto;
            bottom: 0;
            right: 0;
            width: 50%;
            height: 290px;
        }

        & .services-item__banner-text {
            font-size: 20px;
            line-height: 24px;
        }

        & .services-item__banner-info {
            width: 100%;
            margin-bottom: 235px;
        }
    }

    .services-item__work-condition.condition-opened .services-item__work-condition-header-block {
        margin-bottom: 40px;
    }

    .services-item__work-conditions-block {
        grid-template-columns: 1fr;

        & .services-item__work-condition-text {
            display: none;
        }

        & .services-item__work-condition {
            flex-direction: column;

            & .services-item__work-condition-text-mobile {
                display: none;

                &.text-visible {
                    display: block;
                }
            }
        }
    }

    .services-item__work-scheme-wrapper {
        flex-direction: column;


        & .services-item__work-scheme-element-actions {
            flex-wrap: wrap;
            & a {
                width: 50%;
                flex-grow: 1;
            }
            & .action-button {
                width: 100%;
                order: 999;
            }
        }

        & ol.services-item__work-scheme li.services-item__work-scheme-element h4{
            margin-left: 0;
            margin-top: 35px;
        }


    }

    .gallery-nav:not(.gallery-nav-mobile) {
        display: none;
    }

    .gallery-nav.gallery-nav-mobile {
        display: flex;
        margin-top: 30px;

        .gallery__nav {
            width: 50%;
            background: var(--chelbit_light-gray-bg-color);
        }
    }

    .portfolio-slide {
        width: 280px;
        min-width: 280px;
        max-width: 280px;
        padding: 30px 20px;

        & h3 {
            font-size: 26px !important;
            line-height: 31px;
        }
    }

    .services-item .card-button {
        width: 100%;
        text-align: center;
    }

    .services-item__help {
        width: 100%;
    }

    .services-item__form {
        flex-direction: column;
        gap: 30px;
        padding: 30px 20px;

        & .services-item__form-info {
            width: 100%;
        }

        & #callback-services {
            width: 100%;
            padding: 30px 20px;
        }

        & .callback-variants {
            flex-direction: column;
        }
        & .callback-variant {
            text-align: center;
        }
    }

    .news-slider__title {
        margin-bottom: 0;
    }

    .services-item__socnetworks {
        flex-direction: column;
    }
}

@media (max-width: 599px) {
    .services-item__banner-wrapper {
        & .services-item__banner-background-photo {
            top: auto;
            right: 0;
            width: 70%;
            height: 280px;
        }
    }
}

@media (max-width: 479px) {
    .portfolio-slide {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 30px 20px;

        & h3 {
            font-size: 26px !important;
            line-height: 31px;
        }
    }

    .services-item__banner-wrapper {
        & .services-item__banner-background-photo {
            right: 0;
            width: 80%;
            height: 270px;
        }
    }

}

/** МЕНЮ */

.horizontal_block_nav,
.hb-nav__list
{
    display: flex;
    scroll-snap-type: x mandatory;
}

.horizontal_block_nav{
    padding: 20px 60px;
    background-color: #232323;
    border-radius: 20px;
    width: fit-content;
    justify-content: center;
    position: relative;
    max-width: 70vw;
    overflow-x: hidden;
}

.horizontal_block_nav .hb-nav__list{
    display: flex;
    gap: var(--bit-gap-nav-list);
    justify-content: space-between;
    align-items: center;
    flex-direction: row;

    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-align: start;

    padding: 5px 0px;
}

.horizontal_block_nav .hb-nav__item{
    position: relative;
    border-radius: var(--bit-border-radius-link);
    transition-property: background-color;
    transition-timing-function: ease;
    transition-duration: .3s;
    list-style: none;

}

.hb-nav__link{
    font-size: 18px;
    transition-property: color, border;
    transition-timing-function: ease;
    transition-duration: .3s;
    color: rgba(255, 255, 255, 0.4);
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
}

.hb-nav__link::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hb-nav__item:hover {

}
.hb-nav__item:hover .hb-nav__link, .hb-nav__link-selected{
    color: var(--bit-white-color);
    border-bottom: 1px solid var(--bit-corp-green);
}

.horizontal_block_nav .hb-nav__item {
    width: max-content;
    min-width: max-content;
}




/* Стили для стрелок */
.nav-arrow {
    z-index: 10;
    border: none;
    background-image: url('/local/templates/landing_main/components/bitrix/news/services/bitrix/news.detail/.default/img/menu_arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 29px;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    padding: 10px;
    transition: opacity 0.3s ease;
}

.nav-arrow-prev {
    background-image: url('/local/templates/landing_main/components/bitrix/news/services/bitrix/news.detail/.default/img/menu_arrow_left.svg');

    margin-right: 10px;

    &::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 100%;
        background: linear-gradient(to left, transparent, rgba(18, 18, 18, .8));

        pointer-events: none;

        z-index: 2;
    }
}
.nav-arrow-next {
    margin-left: 10px;

    &::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
        height: 100%;
        background: linear-gradient(to right, transparent, rgba(18, 18, 18, .8));

        pointer-events: none;

        z-index: 2;
    }
}

.nav-arrow.disabled {
    opacity: 0;
    pointer-events: none;
    width: 1px;
    max-width: 1px;
}

@media(max-width: 768px) {
    .menu-head-block.is-fixed{
        position: fixed;
        top: 45px;
        z-index: 100;
    }

    .nav-arrow{
        display: flex;
    }

    .horizontal_block_nav .hb-nav__list {
        overflow-x: scroll;

        padding-bottom: 10px;
        scroll-behavior: smooth;

        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .horizontal_block_nav {
        max-width: 100%;
        overflow: hidden;
        padding: 20px;
        border-radius: 0;
    }
}

/** /МЕНЮ */
/* End */


/* Start:/local/js/chelbit/swiper/dist/swiper.bundle.css?174884927313551*/
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
       -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */

/* End */


/* Start:/local/templates/landing_main/components/bitrix/news.list/2k_line_news/style.css?17734093533044*/


@font-face {
    font-family: 'Unbounded';
    src: local('Unbounded');
}


.news-slider__title {
    color: var(--bit-white-color);

}

.news-slider {
    display: flex;
    padding: 60px;
    border-radius: var(--bit-border-radius, 25px);
    background: var(--bit-white-07-tone, rgba(255, 255, 255, 0.07));
    flex-direction: column;
}

.news-slider-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.news-slider__title {
    display: flex;
    align-items: center;
    gap: 12px;

    &:before {
        content: '';
        display: inline-block;
        width: 48px;
        height: 48px;
        background: url(/local/templates/landing_main/img/2kline_logo.svg) no-repeat;
    }
}

.news-slider__link {
    background: none;
}

.news-slider-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}


.news-element {
    border-radius: var(--bit-border-radius);
    background: var(--bit-white-03-tone);
    flex-basis: 100%;
    display: flex;
    flex-direction: column;

    &:first-child {
        flex-basis: 220%;
    }
}

.news-element:hover .news-element__image img {
    filter: none;
}

.news-element.main-article {
    flex-basis: 220%;
}

.news-element__image {
    width: 100%;
}

.news-element__image img {
    object-fit: cover;
    width: 100%;
    height: 300px;
    border-radius: var(--bit-border-radius);
    filter: grayscale(1);
    transition: all .3s;
}

.news-element-content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    gap: 30px;
}

button.news-element__link {
    border-radius: 15px;
}

.news-element:hover .news-element__link {
    cursor:pointer;
    border: 1px solid var(--bit-corp-green);
    color: var(--bit-corp-green);
}

.news-element.main-article .news-element__link {
    border: 1px solid var(--bit-corp-green);
    color: var(--bit-corp-green);
}

.news-element .p3button--arrow {
    background: url('/local/templates/landing_main/components/bitrix/news.list/2k_line_slider/img/arrow-logo.svg') center center no-repeat;
}

.news-element:hover .p3button--arrow {
    background: url('/local/templates/landing_main/components/bitrix/news.list/2k_line_slider/img/arrow-logo-green.svg') center center no-repeat;
}

.news-element.main-article .p3button--arrow {
    background: url('/local/templates/landing_main/components/bitrix/news.list/2k_line_slider/img/arrow-logo-green.svg') center center no-repeat;
}


@media(max-width: 967px) {
    .news-slider-list {
        flex-wrap: wrap;
    }

    .news-element {
        flex-basis: calc(50% - 10px);
    }

    .news-element.main-article {
        flex-basis: calc(100%);
    }
}

@media(max-width: 767px) {
    .news-element {
        flex-basis: 100%;
    }
}
/* End */


/* Start:/local/templates/landing_main/components/bitrix/system.pagenavigation/.default/style.css?1771492732778*/
.custom-nav {
    display: flex;
    width: fit-content;
    max-width: 100%;
    margin: 20px auto 0;
    gap: 8px;
    flex-wrap: wrap;
}

.custom-nav .nav-element {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Unbounded, system-ui;
    background: var(--chelbit_card-bg-color);
    border-radius: calc(var(--chelbit_block-border-radius) * 0.5);
    color: var(--bit-corp-green);
    user-select: none;
    border: 1px solid var(--chelbit_card-bg-color);

    transition: all ease .3s;
}

.custom-nav .nav-element:not(.nav-element-disabled):hover {
    border: 1px solid var(--bit-corp-green);

    transition: all ease .3s;
}

.custom-nav .nav-element.nav-element-disabled {
    color: white;
}

/* End */


/* Start:/local/components/chelbit/site.review/templates/.default/style.css?17726390291617*/
.site-review {
    padding: 40px 60px;
    display: flex;
    justify-content: space-between;
}

.site-review__title {
    margin-bottom: 0;
}

.site-review__smiles {
    display: flex;
    gap: 40px;
}

.site-review__smile  {
    width: 48px;
    height: 48px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;

    &.smile-review-1 {
        background-image: url('/local/components/chelbit/site.review/templates/.default/img/smile-review-1.png');
        &:hover{
            background-image: url('/local/components/chelbit/site.review/templates/.default/img/smile-review-1-color.png');
        }
    }

    &.smile-review-2 {
        background-image: url('/local/components/chelbit/site.review/templates/.default/img/smile-review-2.png');
        &:hover{
            background-image: url('/local/components/chelbit/site.review/templates/.default/img/smile-review-2-color.png');
        }
    }

    &.smile-review-3 {
        background-image: url('/local/components/chelbit/site.review/templates/.default/img/smile-review-3.png');
        &:hover{
            background-image: url('/local/components/chelbit/site.review/templates/.default/img/smile-review-3-color.png');
        }
    }

    &.smile-review-4 {
        background-image: url('/local/components/chelbit/site.review/templates/.default/img/smile-review-4.png');
        &:hover{
            background-image: url('/local/components/chelbit/site.review/templates/.default/img/smile-review-4-color.png');
        }
    }

    &.smile-review-5 {
        background-image: url('/local/components/chelbit/site.review/templates/.default/img/smile-review-5.png');
        &:hover{
            background-image: url('/local/components/chelbit/site.review/templates/.default/img/smile-review-5-color.png');
        }
    }
}

@media(max-width: 960px) {
    .site-review__title {
        font-size: 35px;
        line-height: 1.2;
    }
}

@media(max-width: 768px) {
    .site-review {
        gap: 30px;
        flex-direction: column;
        align-items: center;
    }

    .site-review__smile {
        width: 35px;
        height: 35px;
    }
}
/* End */
/* /local/templates/landing_main/components/bitrix/news/services/bitrix/news.detail/.default/style.css?177605665937051 */
/* /local/js/chelbit/swiper/dist/swiper.bundle.css?174884927313551 */
/* /local/templates/landing_main/components/bitrix/news.list/2k_line_news/style.css?17734093533044 */
/* /local/templates/landing_main/components/bitrix/system.pagenavigation/.default/style.css?1771492732778 */
/* /local/components/chelbit/site.review/templates/.default/style.css?17726390291617 */
