.complectation-content-price b {font-size: 14px;margin-bottom: 10px;display: block;color: #444444;font-weight: bold;}
.complectation-content-price b span {font-size: 22px;color: #002c6d;}
.complectation-content-price thead tr {border-bottom: 1px solid #eaeaea;}
.complectation-content-price thead tr td {padding-bottom: 10px;font-size: 15px;font-weight: 500;}
.complectation-content-price tbody tr {border-bottom: 1px solid #eaeaea;}
.complectation-content-price tbody tr td {padding-top: 6px;padding-bottom: 0px;}
.complectation-content-price tbody tr:last-child {border-bottom: 0px;}
.complectation-content-price tbody tr:last-child td {padding-bottom: 0px;}

.option-price-content, .option-description-content {padding: 20px;}
.complectation-content-price {border-top: unset;}

.green-bordered-checkbox {
	display: block;
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#header {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
}
#main {
    margin-top: 120px;
}

.green-bordered-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.green-bordered-checkbox .checkmark {
	position: absolute;
    top: 2px;
	left: 0;
	height: 14px;
	width: 14px;
	background-color: #fff;
	border: 1px solid #003469;
	border-radius: 2px;
}

.green-bordered-checkbox:hover input ~ .checkmark {
	background-color: #e8e8e8;
}

.green-bordered-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.green-bordered-checkbox input:checked ~ .checkmark:after {
	display: block;
}

.green-bordered-checkbox .checkmark:after {
	left: 4px;
	top: 1px;
	width: 4px;
	height: 10px;
	border: solid #003469;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

form input[type="tel"] {
    font-family: "HyundaiBook", sans-serif, 'Arial';
    font-size: 16px;
	height: 45px;
	width: 100%;
    border: 1px solid #dddddd;
	padding: 0 30px;
	margin-bottom: 15px;
	border-radius: 30px;
}

.finance-credit-form input[type="tel"] {
	margin-bottom: unset;
}

.tradein-page-form input[type="tel"] {
	margin-bottom: unset;
}

.contacts-form input[type="tel"] {
	margin-bottom: unset;
}

.special-offer-items a {
	text-decoration: unset;
	cursor: pointer;
}

.special-offer-items a div{
	cursor: pointer;
}

.ct__link {
	text-decoration: none;
}

.popup-title {
	font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.popup-text {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 27px;
	text-align: center;
	margin-top: 10px;
}

.popup-text span {
	color: #0f3569;
}

.popup-preview {
	max-width: 300px;
	margin: 20px auto;
    display: flex;
}
@media (max-width: 1100px) {
    #main {
        margin-top: 112px;
    }
}