.has-top-slider.service-dev .bread-crumbs__link{
    color: #fff;
}

.service-dev .title-slider:after{
    background: none;
}

.case-list__item--target-fixed{
	width:100%;
	max-width:425px;
}
.awz_cookies_sett__message {
	left: 75px;
	bottom: 25px !important;
	font-size: 16px !important;
}

@media (max-width: 767.98px) {
.awz_cookies_sett__message {
    left: unset;
    bottom: 25px !important;
    font-size: 16px !important;
}
}

.popup-form__info{display: flex;flex-direction: column; align-items: center;}
.check_agree{display: flex; align-items: center; gap: 5px;}
	.check_agree #consent-checkbox{appearance: none; -webkit-appearance: none; width: 16px; height: 16px; border: 1px solid #cb2b21; border-radius: 3px; outline: none; cursor: pointer; position: relative; background: white;}
	#consent-checkbox:checked {background-color: #cb2b21 !important;}
		#consent-checkbox:checked::after {content: '✓'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 12px;}
.service_content_agree{display: flex;flex-direction: column;}
	.service_content_agree #consent-checkbox{border: 1px solid #fff;}
	.service_content_agree .check_agree{gap: 10px;}
		.service_content_agree .check_agree #consent-checkbox{width: 20px;}
		.service_content_agree label {font-size: 14px;}

.detail-form__bot .check_agree{margin-left: 36px; margin-top: 10px;}
	.detail-form__bot .check_agree label{font-size: 12px;}

	