.main_slider-wrapper {
	display: none;
}

.form_control,
.form_control input[type="text"],
.form_control input[type="number"],
.form_control input[type="password"],
.form_control select {
	float: left;
	width: 100%;
}

.form_control {
	position: relative;
	box-sizing: border-box;
	margin: 10px 0;
}

.form_control select {
	cursor: pointer;
}

.form_control:focus-within label,
.form_control.checked label {
	top: 10px;
	font-size: 12px;
	transition: 0.2s all ease;
	color: #5e5e5e;
}


.form_control:focus-within select,
.form_control.checked select {
	color: #000;
}

.form_control.error {
	background: #ffcece;
}

.form_control.error label {
	color: #000;
	opacity: 1;
}

.form_control.error input[type="text"], .form_control input[type="text"].error,
.form_control.error input[type="number"], .form_control input[type="number"].error,
.form_control.error input[type="password"], .form_control input[type="password"].error,
.form_control.error select, .form_control select.error {
	border-color: #d35f5f;
}


.form_control label, table.form-control tbody tr td label {
	position: absolute;
	z-index: 2;
	cursor: pointer;
	font-size: 14px;
	top: 6px;
	left: 17px;
	opacity: 0.7;
	pointer-events: none;
	white-space: nowrap;
}

.form_control.check_control label {
	pointer-events: all;
}

.form_control:focus-within label, .form_control.checked label {
	top: 3px;
	opacity: 1;
}

.form_control input[type="text"], table.form-control tbody tr td input[type="text"],
.form_control input[type="number"],
.form_control input[type="tel"],
.form_control input[type="password"],
.form_control select {
	border: none;
	width: 100%;
	float: left;
	font-size: 16px;
	box-sizing: border-box;
	background-color: #f5f5f5;
	background-image: -webkit-radial-gradient(bottom left, ellipse cover, #f9f9f9 40%, #efefef 99%);
	padding: 23px 15px 10px;
	margin: 0;
	border-radius: 5px;
	border-left: 7px solid #a1a1a1;
	border-bottom: 1px solid #cdcdcd;
	-webkit-appearance: none;
}

.form_control select {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAJtJREFUOE/t0j0KAjEQBtC3jaVexwt4Bk+ijdr4U3kf0RvYeBZ7QZABhSU4bkALi00VyOTlyySNH4/mx54e/L6jn3o4wC05Il3LwBmmmOBaoCMcccCmPDAD11jhUqBDnDDGHvNaMOpK9N6Fxaauf7jFAudnkki2wzJ7vi6wnTTmb6/ZxmvAqI+kMdJkL7QWrP6gPVjdqrTw/3v4APNnFhU43ZM9AAAAAElFTkSuQmCC'), -webkit-radial-gradient(bottom left, ellipse cover, #f9f9f9 40%, #efefef 99%);
	background-position: right 7px center, left top;
	background-repeat: no-repeat;
}

.form_control:hover input[type=text], .form_control:focus-within input[type=text], .form_control:hover select, .form_control:focus-within select {
	border-color: #303030;
	background-color: #ebebeb;
	background-image: none;
}

.form_control:hover select, .form_control:focus-within select {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAJtJREFUOE/t0j0KAjEQBtC3jaVexwt4Bk+ijdr4U3kf0RvYeBZ7QZABhSU4bkALi00VyOTlyySNH4/mx54e/L6jn3o4wC05Il3LwBmmmOBaoCMcccCmPDAD11jhUqBDnDDGHvNaMOpK9N6Fxaauf7jFAudnkki2wzJ7vi6wnTTmb6/ZxmvAqI+kMdJkL7QWrP6gPVjdqrTw/3v4APNnFhU43ZM9AAAAAElFTkSuQmCC');
	background-position: right 7px center;
}

.form_control.checked input,
.form_control.checked select {
	border-left-color: #636363;
}

.form_control #properiesAvailable {
	float: left;
	width: 100%;
	height: 43px;
	line-height: 43px;
	padding-top: 7px;
	box-sizing: border-box;
}

.form_control_properiesAvailable label {
	top: -12px;
	left: 5px;
	font-size: 13px;
	color: #5e5e5e !important;
	opacity: 1;
}

.form_control #properiesAvailable li {
	float: left;
	width: 24%;
	font-size: 14px;
	line-height: 43px;
	margin-right: 1%;
	font-weight: 400;
	padding: 0;
	background-color: #f6f6f6;
	background-image: linear-gradient(190deg, #ffffff 05%, #f5f5f5 50%);
	border: 1px solid #dddddd;
	border-radius: 7px;
	box-shadow: none;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.form_control #properiesAvailable li:hover {
	background: #fcaaaa;
	border-color: #636363;
}

.form_control #properiesAvailable li.active {
	background: #636363;
	border-color: #636363;
	font-size: 16px !important;
}

.form_control #properiesAvailable li img {
	display: block;
	height: 70%;
	margin: 5% 10px 10% 0;
	position: absolute;
	left: 2px;
	opacity: 0.2;
}

.form_control_row {
	display: flex;
	width: 100%;
	float: left;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
}

.form_control_row .form_control {
	margin: 5px 0;
}

.check_control input[type=checkbox] {
	position: relative;
	outline: none !important;
	flex-shrink: 0;
}

.check_control input[type=checkbox]:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: -1px;
	left: -1px;
	border: 1px solid #606060;
	border-radius: 3px;
	background-color: #f1f1f1;
}

.check_control input[type=checkbox]:checked::before {
	background-color: #fff;
}

.check_control input[type=checkbox]:checked:after {
	content: "";
	display: block;
	width: 39%;
	height: 85%;
	border: solid #636363;
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: -20%;
	left: 37%;
}

.check_control label {
	white-space: unset;
}




#form-auto-izsole a {
	color: #000;
	border-bottom: 1px solid transparent;
}

#form-auto-izsole a:hover {
	color: #000;
	border-color: #000;
}

#section-top {
	float: left;
	width: 100%;
	background: #fff;
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
}

#section-top h1 {
	width: 100%;
	text-align: center;
	font-size: 28px;
	padding: 10px 0;
}

#section-top h2 {
	font-size: 24px;
	margin-bottom: 5px;
	text-align: center;
	width: 100%;
}

#section-top h3 {
	font-size: 16px;
	color: gray;
	font-weight: 300;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}

#section-top>.wrapper {
	position: relative;
	padding-top: 20px;
	display: flex;
	flex-direction: column;
}

#section-top .form-box {
	width: 100%;
	float: left;
	padding: 10px 20px 20px;
	border-radius: 10px;
	box-sizing: border-box;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

#section-top .form-box .form_control {
	width: 100%;
	background: none !important;
}

#section-top .form-box .form-bottom {
	width: 100%;
	float: left;
	text-align: center;
}

#section-top .form-box .form-bottom>div {
	float: left;
	width: 100%;
	margin-top: 10px;
	color: #7e7a7a;
}

@keyframes pulse02 {
	0% {
		box-shadow: 0 0 0 0 #565656;
	}

	15% {
		box-shadow: 0 0 0 25px rgba(204, 169, 44, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
	}
}

#section-top .btn {
	padding: 15px 0;
	font-size: 16px;
	width: 100%;
	border-radius: 10px;
	animation: pulse02 8s infinite;
	background: #1e1e1e;
	color: #fff;
	border: 3px solid transparent;
	transition: 0.3s;
	cursor: pointer;
}

#section-top .btn:hover {
	color: #1e1e1e;
	background: #fff;
	border-color: #1e1e1e;
	transition: 0.3s;
}


#section-top .form-box .form-bottom>div {
	float: left;
	width: 100%;
	text-align: center;
}

#section-top .form-box .form-bottom>div.error-msg {
	padding: 25px 5%;
	box-sizing: border-box;
	font-size: 13px;
	color: #000;
	background: #ffcece;
}

#section-top .form-box .form-bottom input[type="checkbox"] {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

#section-top .form-box .form-bottom>div.info i {
	margin-right: 7px;
}

#section-top .form-box .form-bottom>div.checkbox label {
	display: inline-block;
	vertical-align: middle;
}

#section-top .form-box .form-bottom>.btn-dealer-registration {
	display: inline-block;
	width: auto;
	float: none;
	color: #eee;
	margin-top: 30px;
	padding: 8px 20px;
	border-radius: 20px;
	background: #4c4c4c;
	box-sizing: border-box;
	font-size: 13px;
	cursor: pointer;
}

#section-top .form-box .form-bottom>.btn-dealer-registration:hover {
	color: #fff;
	background: #000;
	box-shadow: 0 5px 10px 5px #00000026;
}

#section-top .form-box .car-plate::after {
	content: "LV";
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	z-index: 1;
	background: #1247a9 url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='c' transform='translate(150 30)' fill='%23fc0'%3E%3Cg id='b'%3E%3Cpath id='a' transform='rotate(18 0 -20)' d='M0-20V0h10'/%3E%3Cuse transform='scale(-1 1)' xlink:href='%23a'/%3E%3C/g%3E%3Cuse transform='rotate(72)' xlink:href='%23b'/%3E%3Cuse transform='rotate(144)' xlink:href='%23b'/%3E%3Cuse transform='rotate(216)' xlink:href='%23b'/%3E%3Cuse transform='rotate(288)' xlink:href='%23b'/%3E%3C/g%3E%3Cuse transform='translate(60 16.077)' xlink:href='%23c'/%3E%3Cuse transform='translate(103.923 60)' xlink:href='%23c'/%3E%3Cuse transform='translate(120 120)' xlink:href='%23c'/%3E%3Cuse transform='translate(103.923 180)' xlink:href='%23c'/%3E%3Cuse transform='translate(60 223.923)' xlink:href='%23c'/%3E%3Cuse transform='translate(0 240)' xlink:href='%23c'/%3E%3Cuse transform='translate(-60 223.923)' xlink:href='%23c'/%3E%3Cuse transform='translate(-103.923 180)' xlink:href='%23c'/%3E%3Cuse transform='translate(-120 120)' xlink:href='%23c'/%3E%3Cuse transform='translate(-103.923 60)' xlink:href='%23c'/%3E%3Cuse transform='translate(-60 16.077)' xlink:href='%23c'/%3E%3C/svg%3E") no-repeat center top 7px / 16px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-position-y: 7px;
	background-size: 16px;
	padding-top: 30px;
	font-size: 12px;
	height: calc(100% - 0.1vh);
}

#section-top .form-box .certificate::after {
	content: "";
	position: absolute;
	top: 6px;
	left: -6px;
	width: 28px;
	z-index: 1;
	background: url('data:image/png;base64,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') center top no-repeat;
	box-sizing: border-box;
	background-size: 100%;
	height: 100%;
}

#section-top .form-box .car-plate>input[type="text"],
#section-top .form-box .certificate>input[type="text"] {
	padding-left: 40px;
	text-transform: uppercase;
	border-left: none;
}

#section-top .form-box .certificate>input[type="text"] {
	padding-left: 34px;
}

#section-top .form-box .car-plate>label,
#section-top .form-box .certificate>label {
	transform: translateY(-3px) translateX(18px);
	font-size: 13px;
}

#section-top .form-box .certificate>label {
	transform: translateY(-3px) translateX(12px);
}

#section-top .form-box .car-plate.error label {
	color: #d35f5f;
}

#section-top .form-box .car-plate>i {
	position: absolute;
	z-index: 1;
	color: #363636;
	top: 17px;
	left: 15px;
	font-size: 25px;
}


#section-advantages {
	float: left;
	width: 100%;
	position: relative;
	z-index: 4;
}


#section-advantages .row {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	z-index: 6;
}

#section-advantages .row b {
	font-size: 14px;
}

#section-advantages .item {
	padding: 10px;
	text-align: center;
	font-size: 18px;
	width: 100%;
	max-width: 120px;
	margin: 0 auto;
	background: #f5f5f5;
	border-radius: 16px;
	margin-bottom: 5px;
	position: relative;
}

#section-advantages .item .option_number {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #626262;
	color: #fff;
	font-size: 16px;
}

#section-advantages .item img {
	width: 40px;
	object-fit: contain;
	margin-bottom: 20px;
}

#dealer-registration {
	display: none;
	float: left;
	width: 100%;
	text-align: center;
	line-height: 1.5;
	font-size: 13px;
	background-color: #fff;
}

#dealer-registration a {
	color: #000;
	border-bottom: 1px solid transparent;
}

#dealer-registration a:hover {
	border-color: #000;
}

#dealer-registration h3 {
	font-size: 26px;
}

#dealer-registration form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	column-gap: 15px;
}

#dealer-registration form button[type=submit] {
	padding-left: 40px;
	padding-right: 40px;
}

#dealer-registration .form_control:not(.check_control) {
	max-width: 300px;
	flex-basis: 200px;
	flex-grow: 1;
}

#dealer-registration .form_control.address {
	max-width: 350px;
}

#dealer-registration .check_control {
	display: flex;
	justify-content: center;
	align-items: center;
}

#dealer-registration .check_control label {
	position: unset;
	padding-left: 8px;
	font-size: 14px;
	text-align: left;
}

#dealer-registration .check_control input {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

#dealer-registration .success-msg {
	display: none;
	color: #636363;
	font-size: 22px;
	padding: 20px 0;
}

#dealer-registration.popup {
	position: fixed;
	z-index: 11;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #9b9b9bd1;
	backdrop-filter: blur(5px);
}

#dealer-registration.popup .wrapper {
	padding: 35px 6%;
	margin: 0 20px;
	max-width: 900px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	animation-name: fadeIn;
	animation-duration: 0.5s;
}

#dealer-registration .close {
	display: none;
}

#dealer-registration.popup .close {
	display: inline-block;
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 35px;
	cursor: pointer;
}

#dealer-registration.popup .close:hover {
	color: #f00;
}

@keyframes rotate-line-1 {
	from {
		transform: rotate(-90deg);
	}

	to {
		transform: rotate(270deg);
	}
}

@keyframes rotate-line-2 {
	from {
		transform: rotate(-180deg);
	}

	to {
		transform: rotate(180deg);
	}
}

@keyframes rotate-line-3 {
	from {
		transform: rotate(-270deg);
	}

	to {
		transform: rotate(90deg);
	}
}

@keyframes rotate-line-4 {
	to {
		transform: rotate(360deg);
	}
}

#section-advantages .icon-wrap {
	position: relative;
}

#section-advantages .icon-wrap img.line-rotate {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

#section-advantages .icon-wrap img.line-1 {
	animation: 12s rotate-line-1 infinite linear;
}

#section-advantages .icon-wrap img.line-2 {
	animation: 12s rotate-line-2 infinite linear;
}

#section-advantages .icon-wrap img.line-3 {
	animation: 12s rotate-line-3 infinite linear;
}

#section-advantages .icon-wrap img.line-4 {
	animation: 12s rotate-line-4 infinite linear;
}



@media screen and (min-width: 600px) {
	#section-top .form-box .form_control {
		width: 47%;
	}

	#section-top .form-box .form-bottom button {
		font-size: 18px;
		padding: 15px 25px;
		width: auto;
	}
}

.error {
	background: #ffcece;
}

@media screen and (min-width: 900px) {
	#section-top {
		background: #f7f7f7;
	}

	#section-top h1 {
		padding: 20px 0;
	}

	#section-top>.wrapper {
		position: relative;
		padding-top: 20px;
		display: grid;
		grid-template-columns: 3fr 2fr;
		align-items: center;
	}

	#section-top .form-box {
		max-width: 500px;
		padding: 25px 35px 45px;
		box-shadow: -3px 4px 19px 1px rgb(0 0 0 / 11%);
		background-color: #fff;
		margin: 0 auto;
	}

	#section-advantages .row {
		display: flex;
		flex-direction: column;
		row-gap: 20px;
	}

	#section-advantages .item {
		padding: 20px;
		font-size: 23px;
		max-width: 200px;
		margin: 0 auto;
		background: #fff;
		border-radius: 16px;
		margin-bottom: 10px;
		margin-left: 20%;
		box-shadow: -3px 4px 19px 1px rgb(0 0 0 / 11%);
	}

	#section-advantages .item:nth-of-type(2) {
		margin-left: 4%;
	}

	#section-advantages .item:nth-of-type(3) {
		margin-left: 26%;
	}

	#section-advantages .item img {
		width: 60px;
		margin-bottom: 20px;
	}
}