

/* Start:/local/components/sok/forward.laximo/templates/forward/style.css?17545423482519*/
[x-cloak] {
	display: none !important;
}

.searchByVin__container {
	padding: 20px;
	border: 1px solid #faf7f7;
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: #f3f3f366;
}

.searchByVin__header {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.searchByVin__heading {
	font-weight: 600;
	color: #fff;
	font-size: 32px;
}
input[type="text"].searchByVin__input{
	color: #1e1e1e;
}
#searchByVin__input {
	padding: 5px 30px;
	background-color: #faf7f7;
	color: #1e1e1e;
}

.inline-link {
	color: #287ff3;
}

/* МОДАЛКА */

dialog[open] {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	display: grid;
	place-items: center;
	backdrop-filter: blur(8px);
	background-color: rgba(0, 0, 0, 0.4);
}

dialog input[type='radio'] {
	accent-color: var(--theme-base-color);
	color: green;
	transform: scale(2);
	margin-left: 5px;
}
.laximo_modal_content{
	overflow-y: auto;
    max-height: 600px;
}
.close-button {
	all: unset;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.show-more {
	text-decoration: underline;
	cursor: pointer;
}

.vehicle-found {
	position: relative;
	padding: 20px;
	background-color: #1b1b1b;
	color: white;
	border: 1px solid #faf7f7;
	max-width: 500px;
}

.vehicle-found__container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.vehicle-found__table td {
	padding: 10px 5px;
}

.vehicle-found__property-name {
	color: #a3a3a3;
}

.vehicle-found__model-name {
	color: #d2334d;
	font-weight: 600;
}

.vehicle-found__heading {
	font-weight: 600;
}
.laximo_close_btn svg path{
	fill:#919191;
}
.laximoSearchWrapper{
	background: url(/local/components/sok/forward.laximo/templates/forward/img/lxbg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
	margin: 10px 0;
}
form#vin-form, form#gos-num-form {
    margin-top: 10px;
}
#vin-form input.searchByVin__input, #gos-num-form input.searchByGosNum__input{
    line-height: 1.33;
    padding: 10px 5px;
    background: #fff;
    font-size: 0.7333em;
    position: relative;
    border-color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
	width: 193px;
}
.whats_vin{
	font-size: 12px;
    color: #8f8f8f;
}
.switch-gos-num{
	font-size: 12px;
}

@media (max-width:490px) {
	#vin-form, #gos-num-form{
		text-align:center;
		margin-bottom: 12px;
	}
	#vin-form input.searchByVin__input, #gos-num-form input.searchByGosNum__input{
		margin-right: 0px;
	}
	.laximo_modal_content {
		max-height: 520px;
	}
}
/* End */
/* /local/components/sok/forward.laximo/templates/forward/style.css?17545423482519 */
