html,
body {
    max-width: 100% !important;
    overflow-x: hidden;
}

.shef-page {
    background: transparent;
    color: #262626;
}

.shef-shell {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.shef-hero-screen {
    position: relative;
    z-index: 3;
    padding-top: 0;
}

.shef-hero-box {
    position: relative;
    min-height: 0;
    padding: 28px 32px 44px;
    background: #F6F3EF;
    border-radius: 34px;
    overflow: visible;
}

.shef-hero-box__content {
    position: relative;
    z-index: 2;
    width: min(100%, 620px);
    min-width: 0;
}

.shef-hero-box__title {
    margin: 0 0 22px;
    font-family: 'DIN Pro Condensed', Tahoma, sans-serif!important;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #262626;
}

.shef-hero-box__title span {
    color: #C49A6C;
}

.shef-hero-box__lead {
    width: 100%;
    max-width: 610px;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.38;
    text-align: justify;
    color: #262626;
}

.shef-hero-box__note {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin-top: 28px;
    padding: 16px 20px 16px 28px;
    background: #D5BA9D;
    border-radius: 18px;
}

.shef-hero-box__note::before {
    content: '';
    position: absolute;
    left: 13px;
    top: 15px;
    bottom: 15px;
    width: 2px;
    background: rgba(255, 255, 255, 0.82);
}

.shef-hero-box__note p {
    margin: 0;
    font-family: 'Roboto', Arial, sans-serif;
    font-style: normal;
    font-size: 15px;
    line-height: 1.38;
    letter-spacing: 0;
    color: #323232;
}

.shef-hero-box__note p + p {
    margin-top: 8px;
}

.shef-hero-box__figure {
    position: absolute;
    right: 0px;
    top: 100px;
    width: min(47vw, 500px);
    z-index: 4;
    pointer-events: none;
}

.shef-hero-box__man {
    display: block;
    width: 100%;
    height: auto;
}

.shef-intro-screen {
    position: relative;
    z-index: 1;
    padding-bottom: 56px;
}

.shef-intro-box {
    position: relative;
    padding: 40px 32px 30px;
    background: #FFFFFF;
    box-shadow: 0 4px 46px rgba(0, 0, 0, 0.18);
    border-radius: 34px;
    overflow: hidden;
}

.shef-intro-box::after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: url('./img/hero-machinery.png') no-repeat right bottom / contain;
    opacity: 0.7;
    pointer-events: none;
}

.shef-intro-box__line {
    position: relative;
    z-index: 2;
    height: 6px;
    width: min(498px, calc(100% - 40px));
    margin: 0 0 24px 15px;
    background: #000000;
}

.shef-intro-box__text-side {
    position: relative;
    z-index: 2;
    width: min(100%, 500px);
}

.shef-intro-box__text {
    width: 100%;
    max-width: 630px;
    margin: 0 0 24px;
    font-family: 'Roboto', Arial, sans-serif;
    font-style: normal;
    font-size: 15px;
    line-height: 1.38;
    color: #262626;
}

.shef-intro-box__title {
    width: 100%;
    max-width: 720px;
    margin: 0;
    font-family: 'DIN Pro', 'DIN Pro Condensed', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 0.92;
    color: #262626;
}

.shef-service-cards {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 600px;
    gap: 12px;
    margin-top: 30px;
}

.shef-service-card {
    width: 100%;
    min-height: 300px;
    padding: 10px 12px 12px;
    background: #F6F2EE;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.shef-service-card__title {
    margin: 0 0 8px;
    min-height: 48px;
    font-family: 'DIN Pro', 'DIN Pro Condensed', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem !important;
    line-height: 1.05;
    text-align: center;
    color: #000000;
}

.shef-service-card__image {
    margin-top: auto;
    height: 200px;
    border-radius: 14px;
    overflow: hidden;
    background: #F2ECE6;
}

.shef-service-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shef-intro-box__bottom-text {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0px 30px 0;
    font-family: 'Roboto', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #323232;
}

.shef-intro-box__cta {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 60px;
	margin-bottom: 40px;
}

.shef-intro-box__cta-text {
    max-width: 1320px;
    font-family: 'DIN Pro Condensed', Tahoma, sans-serif!important;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 0.95;
    color: #C49A6C;
	padding-bottom: 30px;
}

.shef-intro-box__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    border-radius: 48px;
    background: #C49A6C;
    font-family: 'DIN Pro', 'DIN Pro Condensed', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    transition: opacity .2s ease;
}

.shef-intro-box__button:hover {
    opacity: .92;
}

	/* Кнопка в стиле severcon */
	.sev-button-arrow.shef-intro-box__button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 14px;
		min-height: 48px;
		padding: 6px 8px 6px 18px;
		border: none;
		border-radius: 999px;
		background: #C49A6C;
		box-shadow: none;
		cursor: pointer;
		text-decoration: none;
		transition: opacity 0.2s ease;
	}

	.sev-button-arrow.shef-intro-box__button:hover {
		opacity: 0.9;
	}

	/* Текст внутри кнопки */
	.sev-button-arrow__label {
		display: inline-block;
		font-family: 'DIN Pro', 'DIN Pro Condensed', Arial, sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 17px;
		line-height: 1;
		letter-spacing: 0;
		text-transform: uppercase;
		color: #FFFFFF;
		white-space: nowrap;
	}

	/* Круглая иконка справа */
	.sev-button-arrow__icon {
		position: relative;
		flex: 0 0 34px;
		width: 34px;
		height: 34px;
		border-radius: 50%;
		background: #F6F3EF;
	}

	/* Стрелка внутри кружка */
	.sev-button-arrow__icon::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 9px;
		height: 9px;
		border-top: 2px solid #C49A6C;
		border-right: 2px solid #C49A6C;
		transform: translate(-62%, -50%) rotate(45deg);
	}
	.sev-button-arrow__icon {
        width: 34px;
        height: 34px;
    }

	/* Нижний CTA-блок с рукой и текстом */
	.shef-intro-box__cta {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 22px;
		margin-top: 26px;
		margin-bottom: 6px;
	}

	/* Иконка руки */
	.shef-intro-box__cta-icon {
		flex: 0 0 auto;
		width: 64px;
		height: 64px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-bottom: 30px;
	}

	.shef-intro-box__cta-icon svg {
		display: block;
		width: 64px;
		height: 64px;
	}

	.shef-intro-box__cta-icon svg path {
		fill: #595959;
	}
	.sev-button-arrow {
    color: #ffffff;
    border-radius: 999px;
    font-family: 'DIN Pro Condensed', Tahoma, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    padding: 15px 60px 15px 30px;
    font-size: 1.25rem;
    border: none;
    margin-top: 30px;
    background: #C49A6C;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
	}
	.sev-button-arrow::after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 5px;
		width: 40px;
		height: 40px;
		background-image: url(./img/arrow1.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}	
.shef-intro-box__button-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 34px;
}

.sev-button-arrow.shef-intro-box__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 48px;
    padding: 6px 8px 6px 18px;
    border: none;
    border-radius: 999px;
    background: #C49A6C !important;
    box-shadow: none;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease;
    color: #fff;
    margin: 0 auto;
    position: relative;
}

.sev-button-arrow.shef-intro-box__button:hover {
    opacity: 0.9;
}

.sev-button-arrow__label {
    display: inline-block;
    font-family: 'DIN Pro', 'DIN Pro Condensed', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    white-space: nowrap;
}

.sev-button-arrow__icon {
    position: relative;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #F6F3EF;
}

.sev-button-arrow__icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-top: 2px solid #C49A6C;
    border-right: 2px solid #C49A6C;
    transform: translate(-62%, -50%) rotate(45deg);
}
/* Hover-эффект для бежевого инфоблока */
.shef-hero-box__note {
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    transform-origin: left center;
}

.shef-hero-box__note:hover {
    transform: scale(1.03);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

/* Hover-эффект для карточек */
.shef-service-card {
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    transform-origin: center center;
}

.shef-service-card:hover {
    transform: scale(1.04);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
}

/* Чтобы картинка внутри карточки тоже чуть "оживала" */
.shef-service-card__image img {
    transition: transform 0.28s ease, opacity 0.28s ease;
}

.shef-service-card:hover .shef-service-card__image img {
    transform: scale(1.05);
}

/* На мобильных hover-эффект лучше отключить */
@media (max-width: 767px) {
    .shef-hero-box__note:hover,
    .shef-service-card:hover {
        transform: none;
        box-shadow: none;
    }

    .shef-service-card:hover .shef-service-card__image img {
        transform: none;
    }
}
@media (max-width: 1280px) {
    .shef-hero-box__title {
        font-size: 54px;
    }

    .shef-hero-box__figure {
        width: min(45vw, 560px);
        right: -6px;
    }

    .shef-intro-box {
        padding-top: 96px;
    }

    .shef-intro-box__title {
        font-size: 52px;
    }

    .shef-intro-box__bottom-text {
        font-size: 22px;
    }

    .shef-intro-box__cta-text {
        font-size: 44px;
    }

    .shef-intro-box__button {
        font-size: 28px;
    }
}

@media (max-width: 1080px) {
    .shef-hero-box,
    .shef-intro-box {
        padding-left: 24px;
        padding-right: 24px;
        border-radius: 28px;
    }

    .shef-hero-box {
        padding-bottom: 28px;
    }

    .shef-hero-box__content {
        width: min(100%, 480px);
    }

    .shef-hero-box__title {
        font-size: 46px;
    }

    .shef-hero-box__figure {
        width: min(44vw, 450px);
        right: -18px;
        top: 34px;
    }

    .shef-intro-screen {
        margin-top: 14px;
    }

    .shef-intro-box {
        padding-top: 28px;
    }

    .shef-intro-box::after {
        width: 52%;
        height: 52%;
        opacity: 0.12;
    }

    .shef-intro-box__line {
        width: min(380px, calc(100% - 20px));
        margin-left: 0;
    }

    .shef-intro-box__title {
        max-width: 560px;
        font-size: 44px;
    }

    .shef-service-cards {
        max-width: 100%;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .shef-hero-box,
    .shef-intro-box {
        padding: 20px 16px 22px;
        border-radius: 20px;
    }

    .shef-hero-box__content {
        width: 100%;
    }

    .shef-hero-box__title {
        font-size: 34px;
        line-height: 0.98;
        margin-bottom: 16px;
    }

    .shef-hero-box__lead,
    .shef-intro-box__text,
    .shef-intro-box__bottom-text {
        font-size: 16px;
        line-height: 1.32;
    }

    .shef-hero-box__note {
        max-width: 100%;
        padding: 14px 18px 14px 24px;
        border-radius: 16px;
    }

    .shef-hero-box__note::before {
        left: 11px;
        top: 14px;
        bottom: 14px;
    }

    .shef-hero-box__note p {
        font-size: 15px;
        line-height: 1.24;
    }

    .shef-hero-box__figure {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        max-width: 330px;
        margin: 18px auto -36px;
    }

    .shef-intro-screen {
        margin-top: 0;
    }

    .shef-intro-box::after {
        width: 84%;
        height: 38%;
        right: -50px;
        bottom: -20px;
    }

    .shef-intro-box__line {
        height: 4px;
        margin-bottom: 18px;
    }

    .shef-intro-box__title,
    .shef-intro-box__cta-text {
        font-size: 32px;
        line-height: 0.96;
    }

    .shef-service-cards {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 24px;
    }

    .shef-service-card {
        min-height: 0;
    }

    .shef-service-card__title {
        min-height: 0;
        font-size: 18px;
        margin-bottom: 12px;
    }

    .shef-service-card__image {
        height: 180px;
    }

    .shef-intro-box__bottom-text {
        margin-top: 28px;
    }

    .shef-intro-box__cta {
        gap: 20px;
        margin-top: 36px;
    }

    .shef-intro-box__button {
        width: 100%;
        min-height: 72px;
        padding: 14px 20px;
        font-size: 20px;
        border-radius: 20px;
    }
}
ct {
    color: #af885e !important;