/*Theme Name: Emben autoAuthor: ITWVersion: 1.0.0Text Domain: emben*/
.wpcf7-response-output {
	display: none !important;
}

.wpcf7-not-valid-tip {
	position: absolute;
	left: 0;
	font-size: 10px;
	color: red;
}

.input.wpcf7-not-valid,
.select.wpcf7-not-valid,
.textarea.wpcf7-not-valid {
	border-color: red;
}

.loader::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #fafafa;
	position: absolute;
	opacity: 0.5;
	z-index: 2;
	cursor: initial;
	top: 0;
	left: 0;
}

.loader::before {
	content: "";
	display: block;
	position: relative;
	width: 56px;
	height: 30px;
	background-image: url(img/loading.gif);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 100;
	top: 174px !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
}

label.error.message {
	top: -44px !important;
}

/*flags*/
.flags {
	font-size: 0;
	background-color: #242635;
	border-radius: 100px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 16px 14px;
}

.flags_item img {
	max-width: 44px;
}

.flags_item:not(:last-child) {
	margin-bottom: 14px;
}

/*media*/
@media (max-width: 992px) {
	.flags {
		bottom: 0;
		top: auto;
		left: 24px;
		transform: translate(0, 50%);
		padding: 14px 16px;
	}

	.flags_item {
		display: inline-block;
		vertical-align: middle;
	}

	.flags_item:not(:last-child) {
		margin: 0 14px 0 0;
	}

	.home-banner .home-banner-img {
		margin-bottom: 50px;
	}
}

header .header-logo {
	display: block;
}

header .header-logo img {
	height: auto;
}

/*input disabled*/
input[disabled]~span {
	color: #cccccc;
	border-color: #cccccc;
}

/*whatsupp*/
.whatsupp {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 10;
}

.whatsupp svg {
	max-width: 100%;
}

/*media*/
@media (min-width: 1200px) {
	.whatsupp:hover {
		transform: scale(1.02);
	}
}

@media (max-width: 991px) {
	.whatsupp {
		bottom: 20px;
		right: 20px;
		width: 80px;
		height: 80px;
	}
}

/*change*/
.labelWr {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.labelWr .label {
	margin-right: 20px;
}

.labelTitle {
	color: red;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 15px;
}

/*media*/
@media (max-width: 767px) {
	.labelTitle {
		margin-bottom: 0;
	}
}

/*form step 4*/
.mt-15 {
	margin-top: 15px;
}

.customOffset>*:last-child {
	margin-bottom: 0;
}

.form-sub-group.full .label-animation {
	width: 100%;
}

.example {
	display: block;
	font-size: 12px;
	line-height: 1.629;
	letter-spacing: 0.5px;
	transform: none !important;
}

.example.type2 {
	position: absolute;
	top: -14px;
	left: 15px;
	width: 86%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.radio-box-group.typeInline>label {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 0;
}

.radio-box-group.typeInline>label:last-child {
	margin-right: 0;
}

.customTitle {
	font-size: 16px;
	line-height: 1.625;
	letter-spacing: 0.5px;
}

.formTitle {
	font-weight: 700;
	color: var(--black);
	margin-bottom: 22px;
}

.formTitle.type2 {
	margin-bottom: 8px;
}

.formSubTitle {
	color: var(--gray);
}

.formSubTitle.type2 {
	margin-bottom: 32px;
}

.optionsTitle {
	font-weight: 400;
	color: var(--black);
}

.optionsWr {
	margin-bottom: 52px;
}

/*checkbox-group*/
.checkbox-group {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -20px;
}

.checkbox-group .checkbox-entry {
	max-width: 318px;
	margin-bottom: 20px;
}

.optionsWr.type2 {
	margin-bottom: 52px;
}

.optionsWr.type2 .optionsTitle {
	margin-bottom: 16px;
}

/*ADD ARTICLE*/
.bg-grey {
	background-color: #FAFAFA;
}

.addArticle {
	padding: 22px 16px;
}

.addArticle .articleTitle {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.625em;
	letter-spacing: .5px;
	color: var(--gray);
	margin-bottom: 20px;
}

.articleRow {
	margin-bottom: -18px;
}

.articleRow div[class^="col"] {
	margin-bottom: 18px;
}

/*ARTICLE TABLE*/
.articleTable thead tr th {
	color: #93949B;
	border: none;
	padding: 0 16px 8px 16px;
	font-size: 12px;
	line-height: 1.629;
	letter-spacing: 0.5px;
	font-weight: 400;
	text-align: left;
}

.articleTable tbody tr {
	border: 1px solid #D7D8DD;
}

.articleTable tbody tr td {
	border: none;
	color: #242635;
	padding: 8px 16px;
	font-size: 16px;
	line-height: 1.625;
	letter-spacing: 0.5px;
	font-weight: 400;
	text-align: left;
}

.editWr {
	position: relative;
	text-align: center;
}

.editLink {
	font-size: 16px;
	line-height: 1.625;
	letter-spacing: 0.5px;
	font-weight: 400;
	color: #242635;
	text-decoration: underline;
	text-decoration-color: currentColor;
	transition: all .3s linear;
	backface-visibility: hidden;
	cursor: pointer;
}

.editInner {
	text-align: left;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	padding: 10px;
	min-width: 85px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .3s linear;
	backface-visibility: hidden;
}

.editInner>div,
.editInner>a {
	font-size: 14px;
	line-height: 1.628;
	letter-spacing: 0.5px;
	font-weight: 400;
	transition: all .3s linear;
	backface-visibility: hidden;
	margin-bottom: 10px;
	text-decoration: underline;
	text-decoration-color: transparent;
	cursor: pointer;
}

.editInner>div:last-child,
.editInner>a:last-child {
	margin-bottom: 0;
}

/*media*/
@media (min-width: 1200px) {
	.editWr:hover .editInner {
		visibility: visible;
		opacity: 1;
		pointer-events: unset;
	}

	.editLink:hover {
		text-decoration-color: transparent;
	}

	.editInner>div:hover,
	.editInner>a:hover {
		text-decoration-color: currentColor;
	}
}

.anchor {
	position: absolute;
	top: -110px;
	left: 0;
	width: 100%;
}

.review-quote .btn-wrap {
	margin: 45px 0;
}

.table-second-type {
	margin-top: 15px;
}

.table-second-type thead {
	width: 100%;
	text-align: left;
	font-size: 12px;
	letter-spacing: 0.005em;
	color: #93949B;
}

.table-second-type thead tr th {
	padding: 0 16px 10px 16px;
}

.table-second-type tbody {
	text-align: left;
}

.table-second-type tbody tr {
	border: 1px solid #D7D8DD;
	box-sizing: border-box;
}

.table-second-type tbody tr td {
	border: none;
	padding: 8px 16px;
	min-width: auto;
	font-size: 16px;
	letter-spacing: 0.005em;
	color: #93949B;
}

.table-second-type tbody tr td:nth-child(1) {
	width: 52%;
}

.table-second-type tbody tr td:nth-child(2) {
	width: 13%;
}

.table-second-type tbody tr td:nth-child(3) {
	width: 20%;
}

.table-second-type tbody tr td:nth-child(4) {
	width: 15%;
}

.table-second-type tbody tr td.black {
	color: #242635;
}

.table-second-type tbody tr td.black input {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #242635;
}

.table-second-type tbody tr td.black input.error {
	border-bottom: 1px solid red;
}

.table-second-type tfoot td {
	width: 100%;
	text-align: right;
	padding: 18px 40px 0 40px;
	font-size: 12px;
	letter-spacing: 0.005em;
	color: #93949B;
}

.table-second-type tfoot td .total {
	font-size: 16px;
	font-weight: 700;
	color: #242635;
	padding-left: 2px;
}

.articleRow {
	display: none;
}

.articleRow.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#submitArticle.disabled {
	pointer-events: none;
	opacity: 0.7;
}

.table-second-type.type-2 tbody tr td:nth-child(1) {
	width: 50%;
}

.table-second-type.type-2 tbody tr td:nth-child(3) {
	width: 21%;
}

.table-second-type.type-2 tbody tr td:nth-child(4) {
	width: 16%;
}

/*media*/
@media(max-width: 1199px) {
	.editInner {
		pointer-events: all;
	}

	.editInner.active {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(95%);
		-ms-transform: translateY(95%);
		transform: translateY(95%);
	}

	.table-second-type tbody tr td:nth-child(1),
	.table-second-type.type-2 tbody tr td:nth-child(1) {
		width: 46%;
	}

	.table-second-type tbody tr td:nth-child(3),
	.table-second-type.type-2 tbody tr td:nth-child(3) {
		width: 23%;
	}

	.table-second-type tbody tr td:nth-child(4),
	.table-second-type.type-2 tbody tr td:nth-child(4) {
		width: 18%;
	}

	.table-second-type tfoot td {
		padding: 18px 30px 0 30px;
	}

	.example.type2 {
		position: relative;
		top: auto;
		left: auto;
		margin-top: 15px;
	}
}

@media(max-width: 767px) {

	.articleTable thead,
	.table-second-type thead {
		display: none;
	}

	.articleTable tbody tr,
	.table-second-type tbody tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}

	.articleTable tbody tr td,
	.table-second-type tbody tr td {
		min-width: auto;
		width: 100%;
		padding-top: 30px;
	}

	.articleTable tbody tr td::before,
	.table-second-type tbody tr td::before {
		position: absolute;
		content: attr(data-mobile-title);
		left: 16px;
		top: 8px;
		display: block;
		width: 100%;
		font-size: 13px;
		line-height: 22px;
		letter-spacing: 0.005em;
		color: #93949B;
	}

	.articleTable tbody tr td:last-child,
	.table-second-type tbody tr td:last-child {
		padding-top: 8px;
	}

	.articleTable tbody tr td:last-child::before {
		display: none;
	}

	.editLink {
		display: inline-block;
	}

	.label {
		margin-bottom: 15px;
	}

	.vi-group {
		margin: 0 0 25px 0;
	}

	.table-second-type tbody tr td:nth-child(1),
	.table-second-type tbody tr td:nth-child(2),
	.table-second-type tbody tr td:nth-child(3),
	.table-second-type tbody tr td:nth-child(4),
	.table-second-type.type-2 tbody tr td:nth-child(1),
	.table-second-type.type-2 tbody tr td:nth-child(3),
	.table-second-type.type-2 tbody tr td:nth-child(4) {
		width: 100%;
	}

	.table-second-type tfoot td {
		padding: 45px 0 0 0;
	}

	.editWr {
		text-align: left;
	}
}

@media(max-width: 575px) {
	label.error.message {
		top: auto !important;
	}

	.form-sub-group .data-group-custom label.error {
		bottom: -25px;
	}

	.form-sub-group .data-group-custom {
		margin-bottom: 40px;
	}

	.form-sub-group .data-group-custom-2 {
		margin-bottom: 35px;
	}
}

@media(max-width: 480px) {
	#submitArticle {
		width: 100%;
	}

	.articleTable tbody tr td,
	.table-second-type tbody tr td {
		padding-top: 28px;
	}

	.articleTable tbody tr td::before,
	.table-second-type tbody tr td::before {
		font-size: 12px;
		line-height: 20px;
	}

	.label-animation span:not(.example) {
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.form-sub-group .data-group.data-group-custom label.error {
		bottom: -40px;
	}

	.form-sub-group .data-group.data-group-custom {
		margin-bottom: 50px;
	}
}

@media(max-width: 375px) {
	.btn-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.btn-wrap .btn {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.btn-wrap .btn:last-child {
		margin-bottom: 0;
	}
}

input[name="car-price"]+span::before {
	content: "*";
	color: red;
	top: 0;
	left: 0;
	position: absolute;

}

.car-price-erro-message {
	color: red;
	display: none;
}

.car-price-erro-message.active {
	display: block;
}