.color-blue {
    color: #102F97 !important;
}

.color-middleblue {
    color: #5D7DCF !important;
}

.hero-block {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 80px 50px;
    min-height: 550px;
    margin-top: 60px;
    border-radius: 16px;
}

@media (max-width: 991px) {
	.hero-block {
		padding: 40px 15px;
		margin-top: 0;
		width: calc(100% + 30px);
		margin-left: -15px;
	}
}

.hero-block__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(217, 217, 217, 1);
    border-radius: inherit;
}

.hero-block__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

@media (max-width: 991px) {
	.hero-block__img {
		border-radius: 0;
	}
}

.hero-block__content {
    position: relative;
    width: 60%;
    padding: 30px;
    color: #102f97;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 991px) {
	.hero-block__content {
		width: 75%;
	}
}

@media (max-width: 575px) {
	.hero-block__content {
		width: 100%;
	}
}

.hero-block__title {
    margin: 0 0 16px;
    font-size: 42px;
    line-height: 1.2;
    color: #102f97;
}

@media (max-width: 1024px) {
	.hero-block__title {
		font-size: 32px;
	}
}

@media (max-width: 575px) {
	.hero-block__title {
		font-size: 24px;
	}
}

.hero-block__desc p {
    margin: 0 0 4px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #0F172A;
}

.hero-block__desc p.color-middleblue {
    background-color: #fff;
    padding: 4px 8px;
    border-radius: 8px;
}

.hero-block__btn {
    margin-top: 12px;
}

.printing-equipment .preview-banner {
    background-color: #f0f5f9;
}

.blue-bg .printing-equipment .preview-banner {
    background-color: #ffffff;
}

.printing-equipment .preview-banner::after {
    display: none;
}

.printing-equipment p {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

.printing-equipment .chekc-list {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

.printing-equipment .two-column__bubble {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.product-carousel--new .slick-list {
    position: relative;
    z-index: 10;
}

p.warning {
    position: relative;
    padding: 20px 25px 20px 45px;
    margin: 20px 0 24px;
    border-radius: 8px;
    background-color: #fffbf0;
    font-size: 16px;
    line-height: 1.6;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.15);
}

p.warning::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background-color: #ffc107;
    border-radius: 8px 0 0 8px;
}

p.warning strong {
    color: #ff9800;
    font-weight: 700;
}

@media (max-width: 768px) {
    p.warning {
        padding: 15px 20px 15px 35px;
        font-size: 14px;
    }
}


.materials-block__title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.materials-block__subtitle {
    font-size: 20px;
    margin-bottom: 16px;
}

.materials-block__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
    margin-bottom: 16px;
}

.materials-block__item {
    padding: 4px 8px;
    background-color: #ffffff;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #66AFEB;
    border: 1px solid #66AFEB;
}

.materials-block__item:last-child {
    font-size: 14px;
}


.materials-block__benefits {
    background-color: #F0F5F9;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.materials-block__benefits-title {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.materials-block .chekc-list {
    font-size: 16px;
    font-weight: 400;
}

.printing-advantages__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.printing-advantages__item {
    display: flex;
    flex-grow: 2;
    align-items: center;
    width: calc(50% - 20px);
    gap: 25px;
    padding: 20px;
    margin: 0;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 6px 40px 10px #C5DBED;
}

.printing-advantages__icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #63aeeb 0%, #5d7dcf 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.printing-advantages__icon svg {
    width: 32px;
    height: 32px;
    color: #fff;
}

.printing-advantages__text {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
}

.printing-advantages__footer {
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    padding: 25px;
    background: linear-gradient(135deg, #63aeeb 0%, #5d7dcf 100%);
    border-radius: 16px;
}

@media (max-width: 767px) {
    .printing-advantages__item {
    	width: 100%;
        gap: 15px;
    }

    .printing-advantages__icon {
        width: 50px;
        height: 50px;
    }

    .printing-advantages__icon svg {
        width: 28px;
        height: 28px;
    }

    .printing-advantages__text {
        font-size: 15px;
    }
}

.steps__list {
    list-style: none;
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-bottom: 40px;
    padding: 0;
    counter-reset: step-counter;
}

.steps__list::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: calc((100%/6)/2);
    right: calc((100%/6)/2);
    top: 40px;
    height: 3px;
    background: linear-gradient(90deg, #63aeeb 0%, #5d7dcf 100%);
}

@media (max-width: 991px) {
    .steps__list {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-left: 50px;
        margin-bottom: 30px;
    }

    .steps__list::before {
        left: 19px;
        right: auto;
        top: 30px;
        bottom: 30px;
        width: 3px;
        height: auto;
        background: linear-gradient(180deg, #63aeeb 0%, #5d7dcf 100%);
    }
}

.steps__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 80px 20px 20px;
    border-radius: 16px;
    background-color: #F0F5F9;
    margin: 0;
    counter-increment: step-counter;
}

.steps__item::before {
    content: counter(step-counter);
    position: absolute;
    top: 20px;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #63aeeb 0%, #5d7dcf 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 4px 4px 4px 0px rgba(147, 202, 248, 0.25);
    z-index: 1;
}

@media (max-width: 991px) {
    .steps__item {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
    }

    .steps__item::before {
        position: absolute;
        left: -50px;
        top: 0;
    }
}

.steps__text {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .steps__text {
        font-size: 16px;
        padding: 5px 0;
    }
}

.steps__note {
    padding: 20px 25px 20px 45px;
    background-color: #f0f4ff;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 2px 8px rgba(108, 99, 255, 0.1);
    font-size: 16px;
    color: #2c3e50;
    margin: 0;
}

.printing-form__subtitle {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 600;
}

.printing-form__form {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	background-color: #ffffff;
	padding: 40px;
	border-radius: 16px;
}

@media (max-width: 991px) {
	.printing-form__form {
		padding: 30px 15px;
	}
}

.printing-form__fields {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: auto;
	gap: 20px;
	width: calc(50% - 20px);
}

@media (max-width: 991px) {
	 .printing-form__fields {
	 	width: 50%;
	 }
}

@media (max-width: 767px) {
	 .printing-form__fields {
	 	width: 100%;
	 }
}

.printing-form__fields .form-group {
	width: calc(50% - 20px);
	max-width: 100%;
	flex-grow: 2;
}

@media (max-width: 991px) {
	.printing-form__fields .form-group {
		width: calc(50% - 10px);
	}

	.printing-form__fields .form-group input[type=text],
	.printing-form__fields .form-group input[type=tel] {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.printing-form__fields .form-group {
		width: 100%;
	}
}

.printing-form__upload {
	position: absolute;
	left: 40px;
	top: 40px;
	display: flex;
	width: calc(50% - 60px);
	height: calc(100% - 80px);
}

@media (max-width: 991px) {
	.printing-form__upload {
		left: 15px;
		top: 30px;
		width: calc(50% - 40px);
		height: calc(100% - 60px);
	}
}

@media (max-width: 767px) {
	.printing-form__upload {
		position: static;
		width: 100%;
		height: auto;
	}
}

.printing-form .form-group input[type="email"] {
	width: 100%;
}

.printing-form .form-group--checkbox {
	width: 100%;
}

.printing-form__submit {
	width: 100%;
	font-size: 16px;
	text-transform: initial;
}

.file-upload {
	position: relative;
	display: flex;
	width: 100%;
}

.file-upload__input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.file-upload__dropzone {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 40px 20px;
	border: 2px dashed #c4c4c4;
	border-radius: 12px;
	background-color: #f9f9f9;
	cursor: pointer;
	transition: border-color 0.3s ease, background-color 0.3s ease;
}

@media (max-width: 767px) {
	.file-upload__dropzone {
		padding: 15px;
	}
}

.file-upload__dropzone:hover {
	border-color: #6db3ec;
	background-color: #f0f7ff;
}

.file-upload__dropzone.is-dragover {
	width: 100%;
	border-color: #6db3ec;
	background-color: #e6f2ff;
	border-style: solid;
}

.file-upload__dropzone.is-hidden {
	display: none;
}

.file-upload__icon {
	color: #999999;
	margin-bottom: 16px;
}

.file-upload__dropzone:hover .file-upload__icon {
	color: #6db3ec;
}

.file-upload__text {
	font-size: 16px;
	margin-bottom: 8px;
	text-align: center;
}

@media (max-width: 768px) {
	.file-upload__text--desktop {
		display: none;
	}
}

@media (min-width: 769px) {
	.file-upload__text--mobile {
		display: none;
	}
}

.file-upload__link {
	color: #6db3ec;
	text-decoration: underline;
	cursor: pointer;
}

.file-upload__link:hover {
	text-decoration: none;
}

.file-upload__hint {
	font-size: 13px;
	color: #888888;
	text-align: center;
	margin-bottom: 0;
}

.file-upload__loader {
	width: 100%;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
	border: 2px solid #e0e0e0;
	border-radius: 12px;
	background-color: #f9f9f9;
}

.file-upload__loader.is-visible {
	display: flex;
}

.file-upload__loader-spinner {
	width: 40px;
	height: 40px;
	border: 3px solid #e0e0e0;
	border-top-color: #5D7DCF;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
	margin-bottom: 16px;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.file-upload__loader-text {
	font-size: 14px;
	color: #666;
}

.file-upload__result {
	display: none;
	width: 100%;
}

.file-upload__result.is-visible {
	display: block;
}

.file-card {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px 20px;
	border: 2px solid #63aeeb;
	border-radius: 12px;
	background-color: #f0f5f9;
}

.file-card__icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 8px;
	color: #63aeeb;
}

.file-card__info {
	flex-grow: 1;
	min-width: 0;
}

.file-card__name {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 4px;
}

.file-card__size {
	margin: 0;
	font-size: 13px;
	color: #999999;
}

.file-card__remove {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	color: #999999;
	cursor: pointer;
	border-radius: 50%;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.file-card__remove:hover {
	background-color: #ffffff;
	color: #000000;
}

.file-upload__error {
	display: none;
	margin-top: 12px;
}

.file-upload__error.is-visible {
	display: block;
}

.file-upload__error-text {
	font-size: 14px;
	color: #dc3545;
	text-align: center;
}

.accordion-block--style2 .accordion-block__content {
	padding-top: 0;
}

.accordion-block--style2 .accordion-block__content p {
	margin-bottom: 12px;
	font-size: 16px;
}

.accordion-block--style2 .accordion-block__content p:last-child {
	margin-bottom: 0;
}