
.intec-page.intec-page-delivery {
    margin-bottom: -50px;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.6875;
    color: #1b1b1b;
    overflow: hidden;
}

.intec-page.intec-page-delivery .intec-page-title {
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}

.intec-page.intec-page-delivery .intec-page-banner {
    position: relative;
    height: 530px;
    margin-bottom: 75px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.intec-page.intec-page-delivery .intec-page-banner.intec-page-banner-bottom{
    margin-bottom: 0;
}

.intec-page.intec-page-delivery .intec-page-banner .intec-page-wrapper,
.intec-page.intec-page-delivery .intec-page-banner .intec-page-wrapper-2,
.intec-page.intec-page-delivery .intec-page-banner .intec-page-wrapper-3{
    position: relative ;
    height: 100%
}

.intec-page.intec-page-delivery .intec-page-banner-content {
    max-width: 610px;
}

.intec-page.intec-page-delivery .intec-page-banner-text {
    font-size: 16px;
    line-height: 24px;
	color: white;

	@media all and (max-width: 550px) {
		font-size: 14px;
	}
}

.intec-page.intec-page-delivery .intec-page-banner-title {
    margin: 0 0 16px 0;
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
	color: white;

	@media all and (max-width: 768px) {
		font-size: 1.75em;
		line-height: 1.2;
	}
}

.intec-page.intec-page-delivery .intec-page-banner-text + *,
.intec-page.intec-page-delivery .intec-page-banner-title + * {
    margin-top: 16px;
}

.intec-page.intec-page-delivery .intec-page-blocks {}
.intec-page.intec-page-delivery .intec-page-block {
    margin-bottom: 75px;
}

.intec-page.intec-page-delivery .intec-page-block-wrapper {
    padding: 20px;
    border: 1px solid rgba(130, 130, 130, 0.26);
}
.fas.fa-angle-up {
	margin-top: 2px;
}
.fas.fa-angle-up::before {
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: -2px;
}
.intec-page.intec-page-delivery .intec-page-block-pictures {
    width: 380px;
    height: 380px;
    margin-right: 30px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom:20px;
}

.intec-page.intec-page-delivery .intec-page-block-text {}

.intec-page.intec-page-delivery .intec-page-table-tabs{
    margin-bottom: 25px;
    overflow: auto;
    padding-bottom: 12px;
}
.intec-page.intec-page-delivery .intec-page-table-tab{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 30px;
    color: #808080;
    background: #F9F9FB;
    border: 1px solid #E8E8E8;
    border-radius: 2px;
    transition: .2s;
    cursor: pointer;
}

.intec-page.intec-page-delivery .intec-page-table-tab.active{
    color: #FFFFFF;
}
.intec-ui.intec-ui-control-button.intec-ui-scheme-current {
    margin-top: 24px;
}
.intec-page.intec-page-delivery  .intec-page-table {
    position: relative;
    height: auto;
    margin: 0 0 100px 0;
    text-align: center;
    transition: .5s;
    overflow: hidden;
    overflow-x: auto;
}

.intec-page.intec-page-delivery table{
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}

.intec-page.intec-page-delivery  .intec-page-table.pice {
    height: 500px;
}

.intec-page.intec-page-delivery  .intec-page-table .intec-page-table-header{
    font-weight: 400;
    font-size: 16px;
    border: none;
    background: #F2F2F2;
}

.intec-page.intec-page-delivery  .intec-page-table .intec-page-table-delivery{
    display: none;
}

.intec-page.intec-page-delivery  .intec-page-table .intec-page-table-delivery.show{
    display: table-row-group!important;
}

.intec-page.intec-page-delivery  .intec-page-table .intec-page-table-delivery tr:nth-child(even){
    background: #FBFCFD;
}

.intec-page.intec-page-delivery  .intec-page-table .intec-page-table-delivery td{
    padding: 16px 0;
    font-size: 16px;
    min-width:75px;
}

.intec-page.intec-page-delivery .intec-page-table-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 500px;
    height: 100px;
    background: linear-gradient(0deg, white, transparent);
    transition: .3s;
    opacity: 0;
}

.intec-page.intec-page-delivery .intec-page-table-gradient.active{
    opacity: 1;
}

.intec-page.intec-page-delivery .intec-page-open-button {
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    font-size: 34px;
    line-height: 60px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    transition: .2s;
    transition-delay: .3s;
}

.intec-page.intec-page-delivery .intec-page-open-button i{
    transition: .2s;
}

.intec-page.intec-page-delivery .intec-page-table.pice .intec-page-open-button i{
    transform: rotate(180deg);
}



@media all and (max-width: 500px) {
    .intec-page.intec-page-delivery {
        font-size: 0.75em;
    }

    .intec-page.intec-page-delivery .intec-page-banner {
        height: 295px;
    }

    .intec-page.intec-page-delivery .intec-page-banner-text.bottom {
        max-width: 65%;
    }

    .intec-page.intec-page-delivery .intec-page-banner-top {
        height: 400px;
    }

    .intec-page.intec-page-delivery .intec-page-block-text {
        font-size: 14px;
    }
}

        .section {
            max-width: 1100px;
            width: 100%;
            margin: 0 auto;
        }

        .section-title {
            text-align: left;
            font-size: clamp(28px, 4vw, 48px);
            font-weight: 900;
            color: #1a1a2e;
            margin-bottom: 48px;
            letter-spacing: -0.5px;
        }

        .cards-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 28px;
        }

        .card {
            background: #ffffff;
            border-radius: 20px;
            padding: 40px 32px 44px;
            text-align: left;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
            border: 1px solid rgba(0, 0, 0, 0.04);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
        }

        .card-icon {
            width: 72px;
            height: 72px;
            border-radius: 20px;
            background: linear-gradient(135deg, #e8f0fe 0%, #dce8f8 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            flex-shrink: 0;
        }

        .card-icon svg {
            width: 32px;
            height: 32px;
            color: #71752b;
        }

        .card-title {
            font-size: 15px;
            font-weight: 700;
            color: #71752b;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            margin-bottom: 16px;
        }

        .card-text {
            font-size: 14px;
            line-height: 1.7;
            color: #6b7280;
            font-weight: 400;
        }

        /* Планшет */
        @media (max-width: 900px) {
            .cards-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }

            .card {
                padding: 32px 24px 36px;
            }

            .card:last-child {
                grid-column: 1 / -1;
                max-width: 480px;
                justify-self: center;
                width: 100%;
            }
        }

        /* Мобильные */
        @media (max-width: 600px) {
            body {
                padding: 24px 16px;
            }

            .section-title {
                margin-bottom: 32px;
            }

            .cards-grid {
                grid-template-columns: 1fr;
                gap: 16px;
            }

            .card:last-child {
                max-width: 100%;
            }

            .card {
                padding: 28px 20px 32px;
            }

            .card-icon {
                width: 64px;
                height: 64px;
                border-radius: 16px;
                margin-bottom: 20px;
            }

            .card-icon svg {
                width: 28px;
                height: 28px;
            }

            .card-title {
                font-size: 14px;
                margin-bottom: 12px;
            }

            .card-text {
                font-size: 13px;
            }
        }

        /* Анимация появления */
        .card {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.6s ease forwards;
        }

        .card:nth-child(1) { animation-delay: 0.1s; }
        .card:nth-child(2) { animation-delay: 0.25s; }
        .card:nth-child(3) { animation-delay: 0.4s; }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
