

/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/news.list/big_banner_1/style.css?17701249891695*/
.big-banner-1-block {
	width: 100%;
    height: auto;
	padding-block: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 2px 4px 4px 0px rgb(0 0 0 / 50%);
}
.big-banner-1-content {
	width: 50%;
	height: 100%;
	background: rgba(255, 255, 255, 0.98);
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
	box-shadow: 20px 0px 100px 100px rgba(255, 255, 255, 0.98);
	padding-left: 40px;
}
.big-banner-1-title {
	font-size: 26px;
	font-weight: 800;
	line-height: 1.2;
	color: var(--main-primary-text-color);
}

.big-banner-1-options {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 30px;
	row-gap: 15px;
}
.big-banner-1-option {
	display: flex;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--main-primary-text-color);
}
.big-banner-1-option svg {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	flex-shrink: 0;
}


@media (max-width: 991px) {

	.big-banner-1-title {
		font-size: 22px;
	}
	
	.big-banner-1-options {
		grid-template-columns: repeat(1, 1fr);
	}
	.big-banner-1-option {
		font-size: 14px;

	}
	.big-banner-1-option svg {
		width: 10px;
		height: 10px;
	}
}
@media (max-width: 767px) {
	.big-banner-1-content {
		padding-left: 30px;
	}
}
@media (max-width: 576px) {
	.big-banner-1-block {
		height: max-content;
	}
	.big-banner-1-content {
		width: 100%;
		background: rgba(255, 255, 255, 0.9);
		padding: 20px;
	}

	.big-banner-1-title {
		font-size: 18px;
		line-height: 1;
	}

	.big-banner-1-option {
		font-size: 12px;
	}
	
	
}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/news.list/services_cost_1/style.css?17701249893301*/
/* laptop repair cost table */
.laptop-repair-cost .cost-disclaimer {
	font-size: 12px;
	line-height: 1.6;
	color: var(--main-primary-text-color);
	padding: 15px 20px;
	background: var(--main-bg-gradient-2);
	border-left: 4px solid var(--main-color-1);
	border-radius: 8px;
	margin-bottom: 25px;
	box-shadow: 0 2px 6px var(--main-color-1);
}

.laptop-repair-cost .cost-disclaimer strong {
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
}

.laptop-repair-cost .cost-disclaimer ul {
	margin: 0;
	padding-left: 20px;
	list-style-type: disc;
}

.laptop-repair-cost .cost-disclaimer ul li {
	/* margin-bottom: 6px; */
	padding-left: 5px;
}

.laptop-repair-cost .cost-disclaimer ul li:last-child {
	margin-bottom: 0;
}

.laptop-repair-cost .cost-tables-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
}

.laptop-repair-cost .cost-table-wrapper {
	overflow-x: auto;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.laptop-repair-cost .cost-table {
	width: 100%;
	border-collapse: collapse;
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
}

.laptop-repair-cost .cost-table tbody tr {
	border-bottom: 1px solid #e2e8f0;
	transition: all 0.2s ease;
}

.laptop-repair-cost .cost-table tbody tr:last-child {
	border-bottom: none;
}

.laptop-repair-cost .cost-table tbody tr:hover {
	background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
}

.laptop-repair-cost .cost-table tbody tr:nth-child(even) {
	background: #f8f9fa;
}

.laptop-repair-cost .cost-table tbody tr:nth-child(even):hover {
	background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
}


.laptop-repair-cost .cost-table tbody td {
	padding: 15px 10px;
	font-size: 12px;
	color: #2d3748;
	line-height: 1.5;
}

.laptop-repair-cost .cost-table tbody td.service-name {
	font-weight: 500;
}

.laptop-repair-cost .cost-table tbody td.service-price {
	text-align: right;
	font-weight: 700;
	color: var(--main-color-1);
	font-size: 13px;
	white-space: nowrap;
}

@media (max-width: 992px) {
	.laptop-repair-cost .cost-tables-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.laptop-repair-cost .cost-disclaimer {
		font-size: 11px;
		padding: 12px 15px;
		margin-bottom: 20px;
	}

	.laptop-repair-cost .cost-disclaimer strong {
		font-size: 12px;
	}

	.laptop-repair-cost .cost-table tbody td {
		padding: 12px 15px;
		font-size: 13px;
	}

	.laptop-repair-cost .cost-table tbody td.service-price {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.laptop-repair-cost .cost-disclaimer {
		font-size: 10px;
		padding: 10px 12px;
	}

	.laptop-repair-cost .cost-table tbody td {
		padding: 10px 12px;
		font-size: 12px;
	}

}

@media (max-width: 576px) {
	.laptop-repair-cost .cost-disclaimer {
		font-size: 9px;
		padding: 8px 10px;
		margin-bottom: 15px;
	}

	.laptop-repair-cost .cost-disclaimer strong {
		font-size: 10px;
		margin-bottom: 5px;
	}
	.laptop-repair-cost .cost-table tbody td.service-name,
	.laptop-repair-cost .cost-table tbody td.service-price {
		padding: 0;
		font-size: 16px;
	}

	.laptop-repair-cost .cost-table tbody td.service-description {
		font-size: 14px;
	}
	.laptop-repair-cost .cost-table tbody tr {
		display: flex;
    		flex-direction: column;
    		align-items: center;
    		text-align: center;
    		padding: 10px;
	} 
}


/* End */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/news.list/big_banner_1/style.css?17701249891695 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/news.list/services_cost_1/style.css?17701249893301 */
