.main-static {
    background-image: url(../images/Marso-054.jpg);
}
.szerviz-area {
    position: relative;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: var(--color-white);
}
.szerviz-area .c-box {
    background: var(--color-white);
    border: 1px solid var(--color-lightgray);
}
.bhp-static-area {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    background: var(--color-white);
    z-index: 3;
}
.main-static .testimonial-area .cs3 {
    display: none;
}
.main-static .testimonial-area {
    background: #fff;
    padding-bottom: 30px;
    padding-top: 50px;
    border-bottom: 1px solid var(--color-lightgray);
}
.main-static .testimonial-single-img {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.main-static .testimonial-area::before {
    display: none;
}
#compare-box {
    padding: 0px;
    border: none;
}
.noheader-area {
    padding-top: 0px;
}
.bhp-static-area .list-style-show {
    padding-left: 25px;
}
.bhp-static-area .list-style-show li {
    list-style: auto;
}
.bhp-static-area hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-color: var(--color-lightgray);
    border-width: 3px;
}
.bhp-static-area h1 {
    position: relative;
    padding-bottom: 15px;
    color: var(--color-dark);
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 30px;
    font-weight: 500;
}
.bhp-static-area h1::before {
    background: var(--color-lightgray);
    position: absolute;
    content: '';
    z-index: 1;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    bottom: 1px;
    left: 0;
    right: 0;
}
.bhp-static-area h1::after {
    position: absolute;
    content: '';
    z-index: 1;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: var(--theme-color);
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
}
h1.static-big-title {
    font-family: Lobster, cursive !important;
    text-align: center;
    color: var(--color-white);
    text-shadow: 5px 1px 0 rgba(38, 38, 38, .85), -1px -1px 5px rgba(38, 38, 38, .8);
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
    font-size: 96px;
    margin-bottom: 20px;
    z-index: 2;
}
.no-after::after, .no-before::before {
    display: none;
}
.bhp-static-area h3.breadcrumb-title {
    position: relative;
    padding-bottom: 15px;
    color: var(--color-dark);
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 30px;
    font-weight: 500;
    text-align: left;
}
.bhp-static-area h3.breadcrumb-title::before {
    background: var(--color-lightgray);
    position: absolute;
    content: '';
    z-index: 1;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    bottom: 1px;
    left: 0;
    right: 0;
}
.bhp-static-area h3.breadcrumb-title::after {
    position: absolute;
    content: '';
    z-index: 1;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: var(--theme-color);
    bottom: 0;
    left: 0;
    margin: 0;
}
.bhp-static-area h2 {
    position: relative;
    color: var(--color-dark);
    padding-bottom: 15px;
    margin-top: 30px;
    font-size: 24px;
    font-weight: 600;
}
.bhp-static-area li h2 {
    margin-top: -3px;
}
.bhp-static-area .main-title {
    margin-top: 10px;
}
.bhp-static-area h3 {
    position: relative;
    padding-bottom: 15px;
    color: var(--color-dark);
    margin-top: 30px;
    font-size: 21px;
    font-weight: 600;
}
.bhp-static-area .sidebar h3 {
    padding-bottom: 0px;
    margin-top: 0px;
}
.bhp-static-area .swipebox {
    display: inline-block;
    width: 20%;
    padding: 10px;
}
.bhp-static-area h1.breadcrumb-title {
    font-weight: 600;
    font-size: 24px;
    text-align: left;
    margin-bottom: 0px;
}
h1.breadcrumb-title::before, h1.breadcrumb-title::after {
    display: none;
}
.bhp-static-area img {
    border-radius: 8px;
    max-width: 100% !important;
}
.bhp-static-area .list_mflogo img {
    border-radius: 0px;
}
.bhp-instruction {
    position: relative;
    color: var(--color-dark);
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 5px;
    padding-left: 30px;
}
.bhp-instruction i {
    position: absolute;
    color: var(--theme-color);
    font-size: 20px;
    left: 5px;
    display: inline-block;
}
.small-label {
    position: absolute;
    top: -5px;
    left: 10px;
    font-size: 12px;
    opacity: 0;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.small-label-show {
    opacity: 1;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.bhp-static-area .accordion-item {
    border: none;
    background-color: transparent;
}
.bhp-static-area .feature-item {
    padding: 0px;
}
.first-title {
    margin-top: 10px;
}
.bhp-static-area .sale-items h2 {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
}
.bhp-static-area .sale-items h2::before, .bhp-static-area .sale-items h2::after {
    display: none;
}
.bhp-static-area .sale-items hr {
    border-width: 1px;
    margin: 0;
}
.bhp-search-item table tbody tr td {
    padding: 5px 5px 0px 5px;
}
.partner-szervizek-area {
    padding-top: 30px;
}
.partner-szervizek-area .form-group {
    position: relative;
    padding-bottom: 10px;
    padding-top: 15px;
}
.partner-szervizek-area  .c-box {
    position: relative;
    display: block;
    background: var(--theme-bg-light);
    border-radius: 8px;
    padding: 20px;
    padding-bottom: 0px;
    margin-bottom: 15px;
    height: 100%;
    width: 100%;
}
.rt-service-box {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px 0 15px 0;
    border: 1px solid var(--color-lightgray);
    border-radius: 10px;
    padding: 15px 15px 10px 15px;
    background: var(--color-white);
    overflow: hidden;
}
.rt-service-box:last-child {
    margin: 5px;
}
.partner-szervizek-area .csillag_div, .left-details .csillag_div {
    padding-top: 0px;
    cursor: pointer;
}
.partner-szervizek-area .csillag_div strong, .left-details .csillag_div strong {
    font-size: 14px;
    margin-top: 0px;
    color: var(--color-dark);
    position: relative;
}
.left-details .cart-service-evaluation-block {
    justify-content: start;
}
.partner-szervizek-area .szerviz-nev {
    color: var(--color-dark);
    cursor:pointer;
}
#atveteliPontok {
    border-radius: 10px;
}
.partner-szervizek-area .szerviz-row {
    align-items: center;
    padding-bottom: 5px;
}
.cart-service-evaluation-block {
    display: flex;
    align-items: center;
    justify-content: end;
}
.partner-szervizek-area .szerviz-nev {
    padding-bottom: 5px;
    line-height: 18px;
}
.partner-szervizek-area .distance {
    font-size: 14px;
    text-align: center;
    line-height: 18px;
}
.partner-szervizek-area .distance span {
    color: var(--theme-color);
    font-weight: 600;
    font-size: 18px;
}
.partner-szervizek-area h3 {
    margin-top: 10px;
}
.contact-social {
    font-size: 24px;
}
.contact-social i {
    display: inline-block;
    margin-right: 10px;
}
.contact .detail {
    margin-bottom: 10px;
}
.contact .detail i {
    color: var(--theme-color);
    margin-right: 10px;
    font-size: 18px;
}
.contact hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-color: var(--color-lightgray);
    border-width: 1px;
    opacity: 1;
}
.bhp_lead_button_ment, .bhp_lead_button_letolt {
    float: right;
    width: auto;
    padding: 10px 20px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 20px;
    color: var(--color-white);
    transition: all 0.5s;
    position: relative;
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: .5px;
    text-align: center;
    overflow: hidden;
    border: none;
    background: var(--color-blue);
    box-shadow: var(--box-shadow2);
    z-index: 1;
}
.bhp_lead_button_ment::before, .bhp_lead_button_letolt::before {
    content: "";
    height: 500px;
    width: 500px;
    background:  var(--theme-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}
.bhp_lead_button_ment:hover, .bhp_lead_button_letolt:hover {
    color: var(--color-white);
}
.bhp_lead_button_ment:hover::before, .bhp_lead_button_letolt:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}
.error-message-404 {
    font-size: 120px;
    color: var(--theme-color);
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 700;
}
.error-message {
    font-size: 18px;
    color: var(--color-dark);
    text-align: center;
    padding-top: 0px;
    padding-bottom: 10px;
    font-weight: 600;
}
.bhp-multi-search-form-static-area {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}
.bhp-multi-search-form-static-area::after {
    content: '';
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--color-lightgray);
}
.bhp-breadcrumb-area {
    border-top: 1px solid var(--color-middlegray);
}
.bhp-multi-search-form-tab .tab-content {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.bhp-multi-search-form-static {
    position: relative;
    background: transparent;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 9;
}
.bhp-multi-search-form-static .bhp-multi-search-form-tab {
    position: relative;
    float: left;
    width: 100%;
}
.bhp-multi-search-form-static .bhp-multi-search-form-tab .tab-content {
    min-height:inherit ;
    padding: 25px;
    border-top-right-radius: 8px;
}
.search-tab-btn {
    margin-bottom: 0;
}
.search-tab-title {
    position: absolute;
    left: 280px;
    top: -38px;
    width: auto;
}
.feature-icon {
    min-height: 80px;
    height: unset;
    padding: 0;
}
.feature-content {
    min-height: 50px;
    height: unset;
}
.bhp-multi-search-form-static .bhp-multi-search-form-tab .nav-tabs .nav-link {
    max-width: 90px;
    margin-right: 5px;
}
.bhp-multi-search-form-static .search-frame-header h3 {
    padding-bottom: 13px;
}
.bhp-multi-search-form-static .bhp-search-frame-in {
    min-height: 240px !important;
}
.bhp-multi-search-form-static .search-img-btn img {
    height: 34px;
    margin: 6px 0;
}
.bhp-multi-search-form-static .search-img-btn {
    margin-bottom: 0px;
}
.bhp-multi-search-form-static .bhp-multi-search-form-tab .reset-search {
    top: 11px;
    right: calc((var(--bs-gutter-x) * .5) + 15px);
}
.bhp-rolunk-area {
    padding-top: 30px;
    padding-bottom: 30px;
}
.bhp-rolunk-area p strong {
    color: var(--theme-color);
    font-weight: 700;
}
.rolunk-img {
    width: 95px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    border-radius: 0px!important;
}
.bhp-rolunk-area .rolunk-title {
    color: var(--theme-color);
    font-weight: 700;
    margin-top: 0;
}
.bhp-rolunk-area h3 {
    margin-top: 0;
    margin-bottom: 10px;
}
.bhp-rolunk-area h2 {
    font-size: 24px;
}
.feature-icon img {
    border-radius: 0;
}
.tortenetunk-area {
    padding-bottom: 0px;
}
.tortenetunk-box {
    position: relative;
    width: 100%;
    min-height: 300px;
    background-image: url(../images/bhp_tortenetunk_way01.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 310px;
    padding-bottom: 30px;
}
.tortenetunk-way {
    position: relative;
    width: 100%;
    min-height: 80px;
    padding-top: 10px;
    background-image: url(../images/bhp_tortenetunk_way_mark.png);
    background-repeat: no-repeat;
    background-size: 35px;
    font-size: 16px;
    line-height: 20px;
    padding-left: 70px;
}
.way-title {
    font-size: 21px;
    font-weight: 600;
}
.tortenetunk-way strong {
    color: var(--theme-color);
}
.tortenetunk-way-box1 {
    background-position: left 160px top;
    padding-left: 210px;
}
.tortenetunk-way-box2 {
    background-position: left 210px top;
    padding-left: 260px;
    margin-top: 20px;
}
.tortenetunk-way-box3 {
    background-position: left 140px top;
    padding-left: 190px;
    margin-top: 30px;
}
.tortenetunk-way-box4 {
    background-position: left 130px top;
    padding-left: 180px;
    margin-top: 30px;
}
.tortenetunk-way-box5 {
    background-position: left 220px top;
    padding-left: 270px;
    margin-top: 30px;
}
.bhp-eredmenyeink-area {
    position: relative;
    background-color: var(--color-dark);
    background-image: url(../images/eredmenyeink_bg01.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    color: var(--color-white);
}
.eredmenyeink-content {
    position: absolute;
    top: 0px;
    left: calc(50% - 50px);
    width: 90vw;
    height: 100%;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    background: rgba(0, 0, 0, 0.68);
    border-left: 3px solid var(--theme-color);
    outline: 10px solid var(--color-white);
    z-index: 0;
}
.eredmenyeink-content .list-style02 li {
    padding-left: 28px;
    padding-bottom: 12px;
    font-size: 18px;
}
.eredmenyeink-title {
    color: var(--color-white)!important;
    font-size: 32px!important;
}
.eredmenyeink-box {
    padding-left: 50px;
    width: 100%;
}
.eredmenyeink-img {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.eredmenyeink-img a {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.eredmenyeink-img img {
    height: 66px;
    width: auto;
    max-width: unset;
}
.csapatunkrol-area {
    padding-bottom: 0;
    background: url(../images/bg_repeat02.png) repeat-x bottom center;
}
.csapatunkrol-img {
    width: 80%;
    max-width: 80%;
    margin-left: 10%;
}
.search-img-btn {
    line-height:35px;
}
#qcform-1 {
    min-height: 590px;
}
.bhp_lead_input_select {
    margin-bottom: 25px;
    width: 50%;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background: whitesmoke;
    padding: 0px 10px;
    width: 100%;
}
.bhp_lead_input_text, .bhp_lead_input_level {
    padding-left: 15px;
    padding-right: 15px;
    height: 34px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background: whitesmoke;
    margin: 0 0 20px 0;
    width: 100%;
}
.bhp_lead_table_telefon label {
    font-size: 15px;
    margin: 7px 5px 0px 5px;
}
.bhp_lead_table_telefon .tel {
    padding-left: 15px;
    padding-right: 15px;
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background: whitesmoke;
    margin: 0 0 20px 0 !important;
}
.bhp_lead_input_area {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background: whitesmoke;
}
.bhp_lead_label_checkbox, .bhp_lead_label_radio{
    display: block;
}
.bhp_lead_input_checkbox, .bhp_lead_input_radio{
    margin: 3px;
}
.lead_form {
    background: var(--color-white);
    padding: 20px 15px;
    border: 1px solid var(--color-middlegray);
    position: relative;
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.lead_form h2 {
    margin-top: 0px;
}
.lead_form p {
    margin-bottom: 0;
}
.lead_form td {
    vertical-align: top;
}
.lead_form label {
    margin-bottom: 5px;
}
.bhp-multi-search-form-static-area .bhp-multi-search-form-tab .nav-tabs {
    justify-content: start;
}
.bhp-multi-search-form-static-area .search-button-box {
    flex-wrap: unset;
}
.bhp-multi-search-form-static-area .search-button {
    width: 100%;
    margin-bottom: 0px;
}
.bhp-multi-search-form-static-area .licensePlatenumber {
    padding: 9px 50px;
    height: 58px;
}
.bhp-static-area .static ul {
    padding-top: 15px;
}
.bhp-static-area .static ul li {
    list-style: none;
    position: relative;
    margin-left: 0px;
    color: var(--color-dark);
    font-weight: 500;
    padding-left: 25px;
    margin-right: 25px;
    padding-bottom: 8px;
}
.bhp-static-area .static ul li::before {
    position: absolute;
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-display: swap;
    left: 0px;
    top: -1px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color);
}
.bhp-multi-search-form-static .search-tab-btn .l-plate-button {
    padding: 9px 15px 6px 34px;
    margin-top: unset;
}
.bhp-multi-search-form-static-area .fa-rendszam {
    height: 36px;
    top: -2px !important;
}
.bhp-multi-search-form-static .search-tab-btn .l-plate-button span {
    margin-top: unset;
}
.tab-pane .et-popup-close {
    top: 11px;
    height: 40px;
    bottom: auto;
    left: auto;
    right: calc((var(--bs-gutter-x) * .5) + 15px);
}
.tab-pane-close.is-reset {
    right: 180px;
}
.content-services {
    padding-top: 40px;
}
.content-services .eight-column {
    margin-bottom: 30px;
}
.content-service-card {
    position: relative;
    background: var(--color-gray);
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.content-services .content-continue {
    display: flex;
    width: 100%;
    justify-content: center;
}
.content-services .ui-grid {
    margin-top: -20px;
    color: var(--color-white);
    padding: 50px 15px 30px 15px;
    text-align: center;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
}
.content-services .image {
    width: 100%;
    position: relative;
    z-index: 1;
    font-family: MARSO !important;
}
.content-services .image:before {
    content: "\f054";
    color: var(--color-white);
    position: absolute;
    z-index: 2;
    font-size: 40px;
    line-height: 0px;
    padding-top: 5px;
    left: 15px;
    top: 15px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--color-gray);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
}
.content-services .image:hover:before {
    background: var(--theme-color);
}
.bhp-search-item {
    display: block;
}
.bhp-multi-search-form-tab .tab-pane .row .col-tab-gumi:last-child .search-tab-btn, .bhp-multi-search-form-tab .tab-pane .row .col-tab-felni:last-child .search-tab-btn {
    margin-bottom: 0px;
}
.bhp-static-area .handwritten {
    font-family: Lobster, cursive !important;
    font-weight: 400 !important;
    margin-bottom: 0px;
}
.bhp-static-area .error-404-header-panel {
    background: transparent url(../../../image/felni/dezent-kf-black-7x17-5x112-66-6-et47.jpg) no-repeat center 1rem;
    min-height: 32rem;
    padding-top: 18rem;
    text-align: center;
    background-size: 380px;
}
.bhp-static-area .error-404-header-panel h1 {
    color: var(--theme-color);
    font-size: 8rem !important;
    line-height: 3rem;
}
.bhp-static-area .error-404-header-panel h2 {
    color: var(--theme-color);
    font-size: 3.5rem;
}
.bhp-static-area .found-h1 {
    color: var(--color-dark);
    font-size: 2.5rem;
}
.bhp-static-area .handwritten:after, .bhp-static-area .handwritten:before {
    display: none!important;
}
.bhp-static-area .info-block {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-size: 2.5rem;
    line-height: 3rem;
    margin: 0 0 3rem !important;
    padding: 1.5rem 0 !important;
}
.bhp-static-area .ui.grid {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.bhp-static-area .error-number {
    width: 140px;
    color: var(--color-middlegray);
    font-size: 3rem;
    font-weight: 700;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bhp-static-area .error-text {
    width: calc(100% - 140px);
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 1rem;
}
.menu-error-404 .item {
    background-color: var(--color-lightgray);
    border-radius: 1rem;
    color: var(--color-blue);
    display: block;
    height: 100%;
    padding: 20px 15px 15px 15px;
}
.menu-error-404 .item .icons {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    height: 100px;
    line-height: 100px;
    margin: auto;
    width: 100px;
}
.menu-error-404 .item .icons .icon {
    font-size: 60px;
    vertical-align: middle;
}
i.icon:before {
    background: none !important;
}
.menu-error-404 .item .text {
    color: var(--color-dark);
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding-top: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bhp-multi-search-form-static-area .search-tab-btn {
        font-size: 15px;
        padding: 18px 60px 12px 50px;
    }
    .bhp-multi-search-form-static-area .licensePlatenumber {
        padding: 8px 70px 8px 50px;
    }
    .bhp-multi-search-form-static-area .new-stamp {
        right: 57px;
    }
}
@media all and (max-width: 991px) {
    .menu-error-404 .col-lg-3, .menu-error-404 {
        margin-bottom: 15px;
    }
    .bhp-multi-search-form-static .search-tab-btn .l-plate-button {
        padding: 9px 10px 6px 30px;
    }
    .bhp-multi-search-form-static .search-tab-btn {
        font-size: 14px;
        padding: 10px 58px 10px 52px;
    }
    .bhp-multi-search-form-static .search-tab-i-left {
        left: 14px;
    }
    .bhp-multi-search-form-static-area .new-stamp {
        display: flex;
    }
    .bhp-multi-search-form-static-area .search-button-box {
        flex-wrap: wrap;
    }
    .bhp-multi-search-form-static-area .search-button {
        width: 100%;
        margin-bottom: 0px;
    }
    .sale-items .main-image {
        height: 125px;
    }
    .main {
        margin-top: 63px;
    }
    .bhp-multi-search-form-static .bhp-multi-search-form-tab .tab-content {
        padding: 25px;
    }
    .bhp-multi-search-form-static-area {
        background-position: center top -200px;
        background-size: 150%;
    }
    .bhp-multi-search-form-static .search-tab-btn .l-plate-button {
        padding: 7px 15px 7px 24px;
        font-size: 12.5px;
    }
    .bhp-multi-search-form-static .l-plate-button .search-tab-i-left {
        left: 2px;
    }
    .bhp-multi-search-form-static .search-tab-btn {
        height: 50px;
    }
    .search-tab-i-right {
        padding: 0;
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 50px;
        border-radius: 25px;
    }
}
@media all and (max-width: 767px) {
    .bhp-static-area .error-404-header-panel {
        min-height: 28rem;
        padding-top: 16rem;
        background-size: 50%;
        background-position: center 2rem;
    }
    .bhp-static-area .error-404-header-panel h1 {
        font-size: 7rem !important;
        line-height: 3rem;
    }
    .bhp-static-area .error-404-header-panel h2 {
        font-size: 2.8rem;
        margin-top: 1.1rem;
    }
    .bhp-static-area .error-text {
        font-size: 1.2rem;
        line-height: 1.7rem;
    }
    .bhp-static-area .found-h1 {
        font-size: 2.0rem;
    }
    .bhp-multi-search-form-static-area .search-tab-btn {
        margin-bottom: 20px;
    }
    .bhp-multi-search-form-static-area {
        background-image: url(../images/Marso-054-mobil3.jpg);
        background-position: center top -70px;
        background-size: 140%;
    }
    h1.static-big-title {
        margin-top: 10px;
        font-size: 72px;
        margin-bottom: 10px;
    }
    #qcform-1 {
        min-height: 600px;
    }
    .bhp-static-area .swipebox {
        width: 33.33333336%;
    }
    .partner-szervizek-area .szervizek_table {
        padding-bottom: 5px;
    }
    .partner-szervizek-area .distance {
        padding-top: 5px;
        text-align: left;
    }
    .bhp-multi-search-form-tab h4 {
        margin-bottom: 5px;
        font-size: 19px;
    }
    .bhp-static-area {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .tortenetunk-way {
        margin-top: 10px !important;
    }
    .tortenetunk-way-box1 {
        background-position: left 170px top;
        padding-left: 220px;
    }
    .tortenetunk-way-box3 {
        background-position: left 170px top;
        padding-left: 220px;
    }
    tortenetunk-way-box4 {
        background-position: left 110px top;
        padding-left: 150px;
    }
    .tortenetunk-way-box5 {
        background-position: left 190px top;
        padding-left: 240px;
    }
    .csapatunkrol-area {
        padding-bottom: 0;
    }
    .csapatunkrol-img {
        width: calc(100% + 30px);
        max-width: none;
        margin-left: -15px;
    }
    .bhp-multi-search-form-static .search-tab-btn {
        margin-bottom: 1.5vh;
    }
    .bhp-multi-search-form-tab.reset-search-show .tab-content {
        min-height: 305px;
    }
    .bhp-multi-search-form-static .bhp-multi-search-form-tab .reset-search {
        top: auto;
        right: 25px;
    }
    .tab-pane .et-popup-close {
        bottom: 15px;
        top: unset;
        right: auto;
    }
    .bhp-multi-search-form-static .bhp-multi-search-form-tab .tab-pane .row .col-tab-gumi:last-child .search-tab-btn, .bhp-multi-search-form-static .bhp-multi-search-form-tab .tab-pane .row .col-tab-felni:last-child .search-tab-btn {
        margin-bottom: 45px;
    }
}
@media all and (max-width: 649px) {
    #qcform-1 {
        min-height: 820px;
    }
}
@media all and (max-width: 575px) {
    .bhp-static-area .error-404-header-panel {
        background-size: 310px;
    }
    .menu-error-404 .item .text {
        font-size: 16px;
        line-height: 19px;
    }
    .bhp-static-area .error-number {
        width: 100px;
        font-size: 2.5rem;
    }
    .bhp-static-area .error-text {
        width: calc(100% - 100px);
    }
    .bhp-multi-search-form-static .bhp-multi-search-form-tab .tab-pane .row .col-tab-gumi:last-child .search-tab-btn, .bhp-multi-search-form-static .bhp-multi-search-form-tab .tab-pane .row .col-tab-felni:last-child .search-tab-btn {
        margin-bottom: 15px;
    }
    .tab-pane-close.is-reset {
        right: 140px;
    }
    .bhp-multi-search-form-static .bhp-multi-search-form-tab .tab-content {
        min-height: 190px;
        padding: 25px 15px 5px 15px;
        border-top-right-radius: 0px;
    }
    .bhp-multi-search-form-static .bhp-multi-search-form-tab.reset-search-show .tab-content {
        padding: 25px 15px 55px 15px;
    }
    .bhp-multi-search-form-static .bhp-multi-search-form-tab .reset-search {
        right: 15px;
    }
    .bhp-multi-search-form-static-area .bhp-multi-search-form-tab .nav-tabs {
        justify-content: space-between;
    }
    .bhp-multi-search-form-static .bhp-multi-search-form-tab .nav-tabs .nav-link {
        max-width: unset;
        margin-right: unset;
    }
    .tortenetunk-box {
        background-image: url(../images/bhp_tortenetunk_way02.png);
    }
    .tortenetunk-way {
        font-size: 13px;
        margin-top: 5px !important;
    }
    .tortenetunk-way-box1 {
        background-position: left 130px top;
        padding-left: 180px;
    }
    .tortenetunk-way-box2 {
        background-position: left 170px top;
        padding-left: 220px;
    }
    .tortenetunk-way-box3 {
        background-position: left 140px top;
        padding-left: 190px;
    }
    .tortenetunk-way-box4 {
        background-position: left 90px top;
        padding-left: 140px;
    }
    .tortenetunk-way-box5 {
        background-position: left 150px top;
        padding-left: 200px;
    }
    .eredmenyeink-content {
        left: 10%;
        border-top-left-radius: 120px;
        border-bottom-left-radius: 120px;
    }
    .bhp-eredmenyeink-area {
        background-position: left 70% top;
    }
    .green_stock, .orange_stock, .red_stock {
        font-size: 12px;
        line-height: 16px;
        margin-top: 3px;
    }
    .bhp-search-item-area:last-child .bhp-search-item {
        margin-bottom: 0px;
    }
    .bhp-static-area h3 {
        padding-bottom: 5px;
        margin-top: 0px;
    }
    .bhp-static-area h2 {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .bhp-static-area .swipebox {
        width: 50%;
    }
    .csapatunkrol-area {
        background-size: contain;
    }
    .eredmenyeink-img a {
        margin-right: 10px;
    }
    .eredmenyeink-img img {
        height: 50px;
    }
    .bhp-multi-search-form-static-area .licensePlatenumber {
        padding: 8px 50px 8px 50px;
    }
    h1.static-big-title {
        margin-top: 5px;
        font-size: 48px;
        margin-bottom: 5px;
    }
}
@media all and (max-width: 468px) {
    .bhp-multi-search-form-static-area .new-stamp {
        display: none;
    }
    .bhp-multi-search-form-static-area .search-tab-btn {
        font-size: 14px;
    }
}