* {padding: 0px;	margin: 0px;	border: none;	font-family: 'Roboto', sans-serif;}*,*::before,*::after {	box-sizing: border-box;}/* Links */a, a:link, a:visited  {    text-decoration: none;}a:hover  {    text-decoration: none;}/* Common */aside, nav, footer, header, section, main {	display: block;}h1, h2, h3, h4, h5, h6, p {    font-size: inherit;	font-weight: inherit;}ul, ul li {	list-style: none;	margin: 0;	padding: 0;}img {	vertical-align: top;}img, svg {	max-width: 100%;	height: auto;}svg {	display: block;}address {  font-style: normal;}/* Form */input, textarea, button, select {	font-family: inherit;    font-size: inherit;    color: inherit;    background-color: transparent;}input::-ms-clear {	display: none;}button, input[type="submit"] {    display: inline-block;    box-shadow: none;    background-color: transparent;    background: none;    cursor: pointer;}input:focus, input:active,button:focus, button:active {    outline: none;}button::-moz-focus-inner {	padding: 0;	border: 0;}label {	cursor: pointer;}legend {	display: block;}.container {		width: 100%;		padding-right: 15px;		padding-left: 15px;		margin-right: auto;		margin-left: auto;	}
/* roboto-300 - cyrillic_latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url('../fonts/roboto-v30-cyrillic_latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/roboto-v30-cyrillic_latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-regular - cyrillic_latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url('../fonts/roboto-v30-cyrillic_latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/roboto-v30-cyrillic_latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-500 - cyrillic_latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url('../fonts/roboto-v30-cyrillic_latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/roboto-v30-cyrillic_latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-700 - cyrillic_latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url('../fonts/roboto-v30-cyrillic_latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/roboto-v30-cyrillic_latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
body{min-height:100vh;overflow:auto;overflow-x:hidden;font-weight:400;background:#F5F5F5;color:#000}
.main{flex: 1 1 auto;}
svg {width: 0; height: 0;}
.svg_wrapper {display: block;}

body.noscroll {overflow: hidden;left: 0;right: 0;}
a {color: #0B64A0;}
.h-100 {
    height: 100%;
}
.mh-100 {
    min-height: 100% !important;
}
.d-inline-block {display: inline-block;}
.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}
.flex-column {
    flex-direction: column !important;
}
.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.align-self-center {
    align-self: center !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
  
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.text-center {text-align: center;}
.mb-3 {margin-bottom: 1rem !important;}
.mb-4 {margin-bottom: 1.5rem !important;}
.mb-5 {margin-bottom: 3rem !important;}

/* header and menu */
#header.sticky {
    padding: 0;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    display: block;
  }

.header {
    background-color: #384044;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
    z-index: 50;
}
.header_wrapper {
    padding: 16px 0;
    height: 80px;
    max-height: 80px;
}

.header_right div + div {
    margin-left: 15px;
}
.burger_wrapper {display: none;}
.logo {display: flex;}
.icon-logo {width: 170px; height: 31px; min-width: 157px; min-height: 28px;}

.header {color: #fff; font-size: 16px; }
.header button {color: #fff; font-size: 16px; /*text-transform: uppercase;*/}
.header a {color: #fff;}
.menu_wrapper {width: 100%;padding: 0 15px; display: flex; justify-content: space-between;}
.menu {display: flex;justify-content: space-between; width: 100%;}
.menu .main_menu {display: flex; width: 100%; padding-right: 15px; justify-content: center;}
.menu .main_menu .main_menu_item {padding-right: 20px;}
.menu_balance_wrapper.error {color: #ff0000;}
.top_mobile_menu {
    display: none !important;
}
.hider {display: none;}
#header .dropdown_wrapper {
    display: inline-block;
    position: relative;
}
#header .dropdown_wrapper.user_dropdown .btn-dropdown {width: max-content;}
.btn-dropdown {
    padding-right: 18px;
    position: relative;
    fill: #fff;
    cursor: pointer;
}
.btn-dropdown::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 0;
    background: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='451.847px' height='451.847px' viewBox='0 0 451.847 451.847' style='enable-background:new 0 0 451.847 451.847;' fill='%23ffffff' xml:space='preserve'%3E %3Cpath d='M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751 c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0 c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z'/%3E%3C/svg%3E") no-repeat center center;
    background-size: auto;
    background-size: cover;
    width: 12px;
    height: 12px;
    -webkit-transition: all 0.2s ease-out !important;
    -o-transition: all 0.2s ease-out !important;
    transition: all 0.2s ease-out !important;
}
.dropdown_wrapper.open .btn-dropdown::after{transform: rotate(180deg);}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: rgb(255, 255, 255);
    padding: 24px;
    top: 50px;
    right: 0px;
    min-width: 90px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 4px 0px;
}
.dropdown_wrapper.open .dropdown-menu{
    display: block;
    position: absolute;
    background-color: rgb(255, 255, 255);    
    padding: 24px;
    top: 50px;
    right: 0px;
    width: 130px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 4px 0px;
}

.user_dropdown .dropdown-menu-item {text-align: left;}
.dropdown-menu-item {
    margin-bottom: 24px;
    text-align: center;
}
.dropdown-menu-item:last-child {
    margin-bottom: 0;
}
.dropdown-menu-item a, .dropdown-menu-item button {color: #4D4D4D}
.dropdown-menu-item a:hover, .dropdown-menu-item button:hover {font-weight: 700;}

.header_right {
    border-left: 1px solid #fff;
    padding-left: 15px;
}

@media (max-width: 991.98px) {
    .header_wrapper {height: 64px;max-height: 64px;}
	.burger_wrapper {display: flex; margin-right: 15px;}
    .icon-menu {width: 24px; height: 24px; min-width: 24px; min-height: 24px; fill: #fff;}    
    .icon-logo {width: 157px; height: 28px; min-width: 157px; min-height: 28px;}
    .header_right {border: none;}

    .menu_wrapper {position: absolute;}
    .menu_wrapper.open .hider {
		background: #000;
		opacity: .7;
		position: fixed;
		z-index: 99;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: none;
	}
    #menu {
        left: -999px;
        width: 80%;
        max-width: 325px;
        position: fixed;
        overflow-y: auto;
        bottom: 0;
        padding-bottom: 0;
        box-shadow: 0 2px 12px rgba(0,0,0,.3);
        height: 100%;
        background: #fff;
        float: right;
        z-index: 100;
    }
    .menu {display: block;}
    .top_mobile_menu {
        padding: 8px 8px 8px 20px;
        border-bottom: 1px solid #384044;
        background-color: #384044;
        box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .top_mobile_menu .icon-close {
        width: 48px;
        min-width: 48px;
        height: 48px;
        min-height: 48px;
        fill: #fff;
    }
    .menu .main_menu {
        display: block;
        width: 100%;
        padding: 0;
    }
    .main_menu .main_menu_item {
        margin: 0 !important;
        border-bottom: 1px solid rgb(177, 180, 180);
    }
    .main_menu .main_menu_link {
        color: rgb(77, 77, 77);
        font-weight: 400;
        font-size: 18px;
        display: block;
        padding: 15px 20px;
    }
    .dropdown_wrapper.user_dropdown.open .dropdown-menu{
        top: 42px;
    }
    #header .language .dropdown_wrapper {
        display: block;
        color: #4D4D4D;
        padding: 0;
        font-size: 18px;
    }
    .language .btn-dropdown {
        padding: 15px 20px 15px 45px;
        border-bottom: 1px solid rgb(177, 180, 180);
    }
    .language .btn-dropdown::after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -7px;
        left: 20px;
        background: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='451.847px' height='451.847px' viewBox='0 0 451.847 451.847' style='enable-background:new 0 0 451.847 451.847;' fill='%234D4D4D' xml:space='preserve'%3E %3Cpath d='M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751 c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0 c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z'/%3E%3C/svg%3E") no-repeat center center;
        background-size: auto;
        background-size: cover;
        width: 14px;
        height: 14px;
        -webkit-transition: all 0.2s ease-out !important;
        -o-transition: all 0.2s ease-out !important;
        transition: all 0.2s ease-out !important;
    }
    .language .dropdown-menu {
        display: none;
        position: static;
        box-shadow: none;
        padding: 0;
    }
    .language .dropdown_wrapper.open .dropdown-menu {
        display: block;
        position: static;
        box-shadow: none;
        padding: 0;
    }
    .language .dropdown-menu-item {
        margin: 0;
        text-align: left;
    }
    .language .dropdown-item {
        display: block;
        padding: 15px 20px 15px 45px;
    }
}

/* end header and menu */

.btn_close_alert {padding:10px;position: absolute; top: 0px; right: 0px;}
.btn_close_alert .icon-close-modal {width: 30px;height: 30px; fill: #000;}
.alert_wrapper { position: relative; border: 1px solid transparent; padding: 15px 55px 15px 40px;}
.alert_wrapper.alert-errorr {background:#f2dede; border-color: #ebccd1;}
.alert_wrapper.alert-danger {background:#f2dede; border-color: #ebccd1;}
.alert_wrapper.alert-success {background:#dff0d8; border-color: #d6e9c6;}
.alert_wrapper.alert-info {background:#d9edf7;     border-color: #bce8f1;}
.alert_wrapper.alert-warning {background:#fcf8e3;     border-color: #faebcc;}
.alert_wrapper .alert-link {text-decoration:underline; font-weight:500;}







.section_report_form {
    background: #507A95;
    padding: 60px 0px;
}
.section_report_form h1 {font-size: 42px; line-height: 56px; color: #fff;text-align: center;}

.report_form_wrapper {
    max-width: 528px;
    margin: 89px auto 24px;
    position: relative;
}
#report-form {position: relative;}
.report_form #reportform-vin {
    text-transform: uppercase;
    border: 1px solid rgb(177, 180, 180);
    border-radius: 24px;
    background-color: rgb(255, 255, 255);
    padding: 8px 110px 8px 24px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: rgb(77, 77, 77);
    width: 100%;
    height: 48px;
    margin: 0px auto;
    transition: all 0.3s ease 0s;
}
.report_form #reportform-vin:focus-within {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    border-color: #0B64A0;
    outline: 0;
}

.report_form .report_form_submit_button {background: #f2f2f2; position: absolute; top: 3px; right: 2px; margin: 0px; padding: 11px; outline: none;}
.report_form .report_form_submit_button:hover {background: #fff;}
.report_form .report_form_submit_button .find_button_text {margin-right: 5px;}
.report_form_submit_button .icon-preloader, 
.report_form_submit_button .icon-search {width: 20px; min-width: 20px; height: 20px; min-height: 20px; fill: #0b64a0;}
.report_form_submit_button .icon-preloader {display: none;}
.report_form .report_form_submit_button.loading .icon-preloader {display: block;}
.report_form .report_form_submit_button.loading .icon-search {display: none;}


.vin-fox-looking-wrapper {
    width: 124px;
    height: 92.5px;
    position: absolute;
    top: 10px;
    transform: translate(-50%, -100%);
    left: 50%;
    background-image: url("/images/vin-fox-looking-down.png");
    background-repeat: no-repeat;
    background-size: cover;
}
#report-form.loading #reportform-vin ~ .vin-fox-looking-wrapper,
#report-form.success #reportform-vin ~ .vin-fox-looking-wrapper,
#reportform-vin:focus-within ~ .vin-fox-looking-wrapper {background-image: url("/images/vin-fox-looking-ahead.png")}

.report_form_wrapper .not_found_message {
    text-align: center; font-size: 42px;
}



.default_form_wrapper{
    max-width: 500px;
    margin: 0 auto;
}
.default_form_wrapper.form-shadow {
  border: 1px solid #e6e6e6;
  background: #F5F5F5;
  border-radius: 8px;
  padding: 15px;
  margin-top: 15px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.default_form_wrapper form > div {position: relative;}
.default_form_wrapper .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.default_form_wrapper .form-control {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}
.default_form_wrapper label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
  }

.default_form_wrapper form .btn {
    margin: 0 auto;
    padding: 15px 30px;
    background: #000;
    color: #fff;
    border-radius: 30px;
    display: block;
}





/* style breadcrumb widget as in previous bootstrap versions */
.breadcrumbs_wrapper ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 15px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
  }
  .breadcrumbs_wrapper li.homeLink a svg {
    width: 23px;
    height: 20px;
    display: inline-block;
  }
  .breadcrumbs_wrapper ul a{
    color: #000;
    text-decoration: none;
  }
  .breadcrumbs_wrapper li > svg {
    width: 8px;
    height: 14px;
    display: inline-block;
    margin: 0 8px 0 15px;
  }


.btn {
    display: inline-block;
    padding: 12px 24px;
    background: transparent;
    border: 1px solid #0b64a0;
    color: #0b64a0;
    border-radius: 22px;
    text-align: center;
}
.btn:hover {
    background: #f2f2f2;
    box-shadow: none;
    cursor: pointer;
  }

.site-forms-page h1 {font-size: 24px;}
.site-forms-page .divider {font-size: 20px;}

.section_wrapper_default {
    padding: 100px 0;
    background-color: #fff;
}
.section_wrapper_default.bg_grey {background-color: #f2f2f2;}



.section_wrapper_default .section_header {font-size: 42px;line-height: 56px;text-align: center;font-weight: 300;margin-bottom: 8px;color: #4d4d4d;}
.section_wrapper_default .section_header.error {color: #f00;}
.section_wrapper_default .section_description {font-size: 16px;text-align: center;color: #4d4d4d;max-width: 800px;margin: 0px auto;}
.section_wrapper_default .section_description + .section_description {margin-top: 15px;}
.section_description{line-height: 22px;}
.section_description h3{font-size: 28px; font-weight: 300; line-height: 56px;}


.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

/* section_info-carfax */
.section_info-carfax img {width: 100%; height: auto;}
.section_info-carfax.section_wrapper_default .section_description {
    text-align: left;
  }
.section_info-carfax p {
    list-style: disc;
    margin-bottom: 15px;
}
.section_info-carfax ul, .section_info-carfax ul li {
    list-style: disc;
    list-style-position: inside;
    margin: 15px 0 15px 15px;
  }
/* end section_info-carfax */

/* section_report */
.section_report_result.section_report_result {background-color: #f2f2f2;display: none;}
.section_report_result .report_result_wrapper {display: grid;grid-template-columns: repeat(2, 1fr);grid-gap: 20px; position: relative;}
.section_report_result .report_block {border: 1px solid #e6e6e6;background: #F5F5F5;border-radius: 8px;padding: 15px;margin-top: 15px;}
.report_block .item_text {margin-bottom: 15px;font-size: 18px;}
.report_block .item_text.success {color: #4caf50;font-size: 24px;}
#single-payment-form {margin-bottom: 50px; position: relative;}
.report_block label {display: block; margin-bottom: 10px;}
.report_block input {display: block; background: #fff; border: 1px solid #0b64a0; border-radius: 8px; padding: 10px 15px; width: 100%;}
.report_block .checkbox_wrapper .form-check + .form-check {margin-top: 15px;}
.report_block .checkbox_wrapper .form-check {display: flex; align-items: center;}
.report_block .checkbox_wrapper .form-check label {margin: 0 0 0 15px;}
.report_block .checkbox_wrapper .form-check input {width: 24px; height: 24px;}
.report_block .checkbox_wrapper .form-check input:hover {cursor: pointer;}
.report_block .checkbox_wrapper .invalid-feedback {margin-top: 15px;}


#single-payment-form .payment_notify {font-size: 16px; font-weight: 300; color: #4D4D4D; margin-bottom: 15px;}
#single-payment-form .payment_price {font-size: 24px; color: #4caf50; margin-bottom: 15px;}
#single-payment-form .payment_for {font-size: 18px; font-weight: 400; margin-bottom: 15px;}
.report_block .payment_info {text-align: center; font-size: 18px; font-weight: 300; margin-bottom: 10px;}
.report_block .payment_logo_wrapper {display: block; text-align: center; margin-bottom: 15px;}
.report_block .payment_logo {width: 100%; height: auto; max-width: 300px;}
.notice_balance_wrapper {color: #664d03;background-color: #fff3cd;border: 1px solid #ffecb5; padding: 15px;}
.notice_balance_wrapper .payment_notice_balance {font-weight: 500; font-size: 18px;}
.notice_balance_wrapper .payment_notice_message {font-weight: 500;font-size: 18px; color: #0B64A0; text-decoration: underline;}
#report-result form .btn {display: flex; justify-content: center; border-radius: 8px; padding: 15px 20px; width: 100%;}
#report-result form .btn.success {color: #fff; background-color: #4caf50; border-color: #4caf50;}
#report-result form .btn .icon-preloader{width: 20px; height: 20px; min-width: 20px; min-height: 20px; display: none;}
#report-result form .btn.success.loading .icon-preloader{display: block; margin-left: 15px; fill: #fff;}
/*#logged_in_get_report_form .error_wrapper {display: none;}
#logged_in_get_report_form .error_wrapper.error {display: block; color: #842029;}*/
/* end section_report */


.bold {font-weight: 700 !important;}
.primary {color: #0d6efd;}
.box-shadow {box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;}
.disable_form {display: none; position: absolute;top: 0; left: 0; width: 100%; height: 100%; z-index: 10;}
.invalid-feedback {color: #842029;}
.divider {margin: 15px 0;}
.divider .line {width: 100%;height: 1px; background-color: #999;  margin: 0px;}
.divider span {margin: 16px;}


.section_prices_items_wrapper {
    margin-top: 32px;    
    gap: 20px;
    /*margin-bottom: 80px;*/
}
.section_prices_item {
    min-width: 280px;
    max-width: 344px;
    
    min-height: 377px;
    padding: 40px 32px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}
.section_prices_item .info {min-height: 232px;}
.section_prices_item .image {height: 108px;}
.section_prices_item .svg_wrapper {display: inline-block;}
.section_prices_item .icon-report {
    fill: #0b64a0;
    width: 72px;
    height: 72px;
}
.section_prices_item .carfax_count {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #4d4d4d;
}
.section_prices_item .carfax_price {
    font-weight: 300;
    font-size: 42px;
    line-height: 56px;
    letter-spacing: 0px;
    white-space: nowrap;
    color: #4d4d4d;
    margin-top: 16px;
}
.section_prices_item .carfax_price.carfax_price_uah {
    margin-top: 0;
    font-size: 30px;
    line-height: 46px;
  }
.section_prices_item .carfax_price_description {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}

.faq_item {
    margin: 16px auto;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    background-color: #FFFFFF;
    max-width: 712px;    
}
.question_wrapper {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #4d4d4d;
    word-break: break-word;
    padding: 20px 5px 21px 20px;
    cursor: pointer;
}
.question_wrapper .answer_status {
    width: 36px;
    min-width: 36px;
    height: 34px;
    position: relative;    
}
.question_wrapper .answer_status::before {
    content: "";
    display: block;
    width: 12px;
    height: 10px;;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTIgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYzLjEgKDkyNDUyKSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5tdnAtbW9iaWxlLXVwLWFycm93LWJsdWU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0ibW9iaWxlLXN0YXJ0cGFnZS0wMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ik1vYmlsZS1TdGFydHBhZ2Utc2VlLXNhbXBsZS1yZXBvcnQtMDEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMTUuMDAwMDAwLCAtMzU0LjAwMDAwMCkiIHN0cm9rZT0iIzA5NjRBMSIgc3Ryb2tlLXdpZHRoPSIzIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTM1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMjI3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJtdnAtbW9iaWxlLXVwLWFycm93LWJsdWUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIyMS4wMDAwMDAsIDEzMi41MDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0yMjEuMDAwMDAwLCAtMTMyLjUwMDAwMCkgIiBwb2ludHM9IjIxNiAxMzAuMTU2MDE1IDIyMC45MjAyODYgMTM1IDIyNiAxMzAiPjwvcG9seWxpbmU+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
    background-repeat: no-repeat;
    transform: rotate(180deg);
    -webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.question_wrapper .answer_status.open::before {
    transform: rotate(0deg);
    -webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.answer_wrapper {
	display: none;
	overflow: hidden;
	padding-bottom: 1px;
	text-align: left;
	padding: 10px 20px 20px;
	margin-top: 0;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.footer {padding: 20px 0;}
.footer_link {margin: 10px 15px;}

@media (max-width: 1199.98px) {
  
}
@media (max-width: 991.98px) {
    .section_wrapper_default {
        padding: 60px 0;
    }
    .section_prices_items_wrapper {
        margin-top: 24px;
        margin-bottom: 48px;
    }
}
@media (max-width: 767.98px) {
    .section_report_form h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .section_report_result .report_result_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
	.alert_wrapper {padding: 15px 55px 15px 15px;}
}
@media (max-width: 575.98px) {
	
}
ol, ul {list-style-position: inside;}
.section_description{
line-height: 22px;
}
.section_description h3{
    font-size: 28px;
    font-weight: 300;
    line-height: 56px;
}
