

/* Start:/local/components/a13/serviceoil/templates/.default/style.css?17401341581964*/
.module__category-filter .custom-select-trigger {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.module__category-filter .custom-select-trigger[data-disabled="1"] {
    color: #777777;
}
.module__category-filter .custom-select-trigger[data-disabled="1"]:after {
    border-color: #777777;
}
.service__filter .module__category-con {
    justify-content: flex-start;
    gap: 20px;
}
.catalog__list-title span {
    font-size: 12px;
    font-weight: normal
}
input.custom-filter {
    display: block;
    margin: 10px 10px;
    width: calc(100% - 20px);
    border-radius: 5px;
    padding: 2px 5px;
}
.vehicle-info {
    display: block !important;
    column-width: 48%;
    column-count: 2;
    column-gap: 4%;
    & > p {
        margin-bottom: 5px;
    }
}

a.catalog__list-item span.send__request:hover {
    background: black;
    color: white;
}
span.send__request {
    font-size: 12px;
    line-height: 14px;
    padding: 8px 15px 7px 15px;
    border: 1px solid black;
    color: black;
    border-radius: 15px;
}

@media all and (max-width: 768px) {
    .service__filter .module__category-con {
        flex-wrap: wrap;
    }
    .service__filter .module__category-con .module__category {
        width: 30%;
    }
    .module__category-filter {
        flex-wrap: wrap;
        gap: 20px;
    }
    .module__category-filter .module__category-el {
        width: 100%;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        border: 0;
    }
    .module__category-filter .module__category-el .custom-select-wrapper {
        display: block;
        width: 100%;
        border: 1px solid #A0A0A0;
        border-radius: 20px;
    }
}
@media all and (max-width: 576px) {
    .service__filter .module__category-con .module__category {
        width: calc(50% - 10px);
    }
}


.module__category-con > .module__category:nth-child(4) {
  display: none;
}

/* End */


/* Start:/local/components/havens/callback/templates/.default/style.css?17288292625476*/
.callback-block {
    padding: 24px 40px 35px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 32px;
    width: 480px;
    max-width: 100%;
    position: relative;
    overflow: hidden;
	color:#B5B5B5;
	line-height: 1.6;
}
.callback-block.sended {
	color: #A0A0A0;
	padding-bottom: 45px;
}
.callback-block .form .req_block {
	font-size:12px;
}
.callback-block .form .required {
	color:#FF2E00;
	font-size: 14px;
	font-weight: 700;
}
.callback-block .form .info {
	margin-bottom:8px;
	position:relative;
}
.callback-block .form .info,
.callback-block .form .info a {
	font-weight:normal;
	font-size:11px;
	color:#B5B5B5;
}
.callback-block .form .info a {
	text-decoration:underline;
}
.callback-block .form .info label {
	display:flex;
	gap:18px;
	line-height:1.6;
}
.callback-block .form .info label:hover,
.callback-block .form .info label:hover a {
	color:#fff;
}
.callback-block.sended .form .info label,
.callback-block.sended .form .info label a {
	color:#A0A0A0 !important;
}
.callback-block .form .info label .required {
	font-size:inherit;
}

.callback-block-title {
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
}
.callback-block .form {
	display:flex;
	align-items:stretch;
	flex-direction:column;
	gap:15px;
}

.callback-block .input-group {
	display:flex;
	align-items:stretch;
	flex-direction:column;
	gap:5px;
	position:relative;
}
.callback-block .input-group.input-group-text label {
	display:none;
}
.callback-block .input-group.input-group-list {
	flex-direction:row;
}
.callback-block .info.error[data-error]:after,
.callback-block .input-group.error[data-error]:after {
	content:attr(data-error);
	position:absolute;
	border-radius: 13px;
	background: #F25830;
	padding:0 15px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.60;
	left: 25px;
    bottom: -1em;
}

.callback-block .text-input {
	width: 100%;
	height: 56px;
	border-radius: 50px;
	border: 1px solid #B5B5B5;
	background-color:#191C1D;
	padding:0 15px;
	font-size:16px;
	font-family:inherit;
	outline:none !important;
	color:#fff;
}
.callback-block.sended .text-input {
	color:#A0A0A0;
}
.callback-block .text-input::placeholder {
	color:#b5b5b5;
}
.callback-block .text-input.error {
	outline: 1px solid #F25830 !important;
}


.callback-block textarea.text-input {
    height: 228px;
	resize:none;
	border-radius:25px;
	padding:15px;
}
.callback-block.crimea textarea.text-input {
    height: 114px;
}

#callback-form-PARTNER.callback-block textarea[name="form[preview_text]"].text-input  {
	height: 100px;
}

.callback-block .text-input:focus,
.callback-block .text-input:hover {
    border-color: #F5BE0B;
}

.callback-block .file {
}

.callback-block .input-group-captcha {
	opacity:0;
	transition:opacity .35s ease;
}
.callback-block .input-group-captcha.ready {
	opacity:1;
}

.callback-block .captcha {
	display:flex;
	align-items:center;
	gap:15px;
}
.callback-block .captcha input[type="text"] {
	width:8em;
	height:40px;
	font-size:18px;
	text-align:center;
}
.custom_input_file_wrapper {
	position:relative;
	display:inline-flex;
}
.custom_input_file {
}
.callback-block-footer .button {
	width:100%;
	font-size:18px;
	text-transform:uppercase;
}
.custom_input_file_wrapper [type="file"] {
	opacity:.00001;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
	cursor:pointer;
}

.callback-block [data-alert] {
	position:absolute;
	z-index:1;
	opacity:0;
	padding:15px;
	left:2px;
	top:100%;
	height:auto;
	width:calc(100% - 4px);
	display:flex;
	flex-direction:column;
	align-items:center;	
	transition:all .35s ease;
	background:transparent;
	font-weight:bold;
}

.callback-block [data-alert][data-status] {
	transform:translate(0, calc(-100% - 2px));
	opacity:1;
}
.callback-block [data-alert][data-status="success"] {
	color:#fff;
	font-size: 14px;
	text-transform: uppercase;	
	padding: 0 14px;
	transform: translate(0, calc(-100% - 10px));
}
.callback-block [data-alert][data-status="success"] [data-alert-close] {
	display:none;
}
.callback-block [data-alert][data-status="error"] {
	background-color:#fff;
	color:var(--color-red);
}
.callback-block [data-alert] [data-alert-close] {
	position:absolute;
	right:15px;
	top:15px;
    display: block;
    width: 20px;
    height: 20px;
    background: var(--icon-close) center/cover no-repeat;
	filter:invert(100%);
	transition:all .35s ease;
	cursor:pointer;
}
.callback-block [data-alert] [data-alert-close]:hover {
	transform:rotate(180deg);
}

.callback-block [data-alert] [data-alert-text] {
	display:flex;
	flex-direction:column;
	align-items:center;
}

.custom-checkbox {
	display:none;
}
.custom-checkbox + .custom-checkbox-fake {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	border: 1px solid #B5B5B5;
	transition:all .35s ease;
}
.custom-checkbox:checked + .custom-checkbox-fake {
	border: 1px solid #F5BE0B;
	background-color: #F5BE0B;
}

.callback-block .form .info label:hover .custom-checkbox + .custom-checkbox-fake {
	border: 1px solid #fff;;
}

.callback-block .button-submit {
	transition: background-color .35s ease, color .35s ease, border .35s ease;
}
.callback-block.sended .button-submit {
	color:#fff !important;
	background-color:#B68D08 !important;
}

.callback-block.sended .button-submit[data-sended] {
	font-size:0;
	color:transparent;
}
.callback-block.sended .button-submit[data-sended]:before {
	content:attr(data-sended);
	color:#fff !important;
	font-size:16px;
}

/* End */
/* /local/components/a13/serviceoil/templates/.default/style.css?17401341581964 */
/* /local/components/havens/callback/templates/.default/style.css?17288292625476 */
