green_bg_titlebody {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    font-family: "Source Sans Pro", sans-serif;
    color: #353e4a;
    padding: 0;
    margin: 0;
    position: relative
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px
    }
}

a, a:hover {
    color: inherit;
    text-decoration: none
}

button:focus, input:focus, textarea:focus {
    outline: 0
}

nav.navigator {
    width: 100%;
    height: 120px;
    box-shadow: 2.598px 1.5px 6px 0 rgba(0, 0, 0, .16);
    display: flex;
    align-items: center;
    z-index: 100;
    background-color: #fff;
    position: fixed;
    top: 0;
    transition: height .2s linear
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px !important
}

img.logo {
    width: 65%;
    top: -10px;
    position: relative;
    cursor: pointer;
    display: block;
    margin: auto
}

.btn_search_navigator {
    background-color: #9ac834;
    color: #fff;
    font-size: 19px;
    border: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-shadow: .866px .5px 5px 1px rgba(0, 0, 0, .08);
    margin-left: 15px;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn_calculator_navigator {
    background-color: #04d0d9;
    color: #fff;
    font-size: 19px;
    border: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-shadow: .866px .5px 5px 1px rgba(0, 0, 0, .08);
    margin-left: 15px;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn_calculator_navigator:hover, .btn_search_navigator:hover {
    box-shadow: 1.2px 1px 6px 1px rgba(0, 0, 0, .2)
}

.vertical_bar {
    width: 1px;
    height: 100%;
    background-color: #f2f2f2;
    margin-left: 20px
}

.navbar_menu {
    font-size: 17px;
    font-weight: 600;
    margin-left: 15px;
    transition: .1s ease
}

.navbar_menu:hover {
    color: #04d0d9
}

.navbar_menu i {
    font-size: 13px
}

.align_vertical {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end
}

.support_dropdown_navbar {
    display: inline-block;
    position: relative
}

.dropdown_menus {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    width: 200px;
    text-align: left;
    display: none;
    border: 1px solid #f2f2f2;
    box-shadow: 2.598px 1.5px 6px 0 rgba(0, 0, 0, .16);
    margin-top: -5px;
    z-index: 99
}

.dropdown_menus a {
    display: block;
    margin-left: 5px;
    margin-bottom: 10px
}

.header_hp {
    width: 100%;
    height: 50vh;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 120px
}

.title_header_hp {
    font-size: 50px;
    font-weight: 900
}

.descriere_header_hp {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px
}

.button_first_gradient {
    font-size: 18px;
    color: #fff;
    padding: 13px 40px;
    font-weight: 600;
    border-radius: 50px;
    border: 0;
    background-image: -moz-linear-gradient(-5deg, #04d0d9 0, #4fcc87 65%, #9ac834 100%);
    background-image: -webkit-linear-gradient(-5deg, #04d0d9 0, #4fcc87 65%, #9ac834 100%);
    background-image: -ms-linear-gradient(-5deg, #04d0d9 0, #4fcc87 65%, #9ac834 100%);
    transition: .2s
}

.button_second_gradient {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 13px 40px;
    border-radius: 50px;
    border: 0;
    background-image: -moz-linear-gradient(176deg, #04d0d9 0, #4fcc87 65%, #9ac834 100%);
    background-image: -webkit-linear-gradient(176deg, #04d0d9 0, #4fcc87 65%, #9ac834 100%);
    background-image: -ms-linear-gradient(176deg, #04d0d9 0, #4fcc87 65%, #9ac834 100%);
    margin-left: 30px;
    transition: .2s
}

.button_first_gradient:hover, .button_second_gradient:hover {
    padding: 13px 50px
}

.search_area_hp {
    text-align: center
}

div.title_search_hp {
    color: #fff;
    display: inline-block;
    background-color: #353e4a;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 25px 100px;
    box-shadow: 2.598px 1.5px 6px 0 rgba(0, 0, 0, .16);
    margin-bottom: 50px
}

.input_search_hp {
    border: 1px solid #ececec;
    background-color: #fcfcfc;
    height: 60px;
    border-radius: 60px;
    padding-left: 30px;
    width: 100%;
    font-weight: 700;
    font-size: 17px;
    z-index: 10;
    position: relative;
    box-shadow: 2.598px 2px 5px 0 rgba(0, 0, 0, .06);
    margin-left: -5%
}

button.search_hp {
    width: 20%;
    position: absolute;
    right: 50px;
    background-color: #9ac834;
    color: #fff;
    height: 60px;
    border: 0;
    font-size: 27px;
    border-radius: 60px;
    text-align: right;
    padding-right: 30px;
    z-index: 0;
    box-shadow: 2.598px 2px 5px 0 rgba(0, 0, 0, .06);
    transition: .2s
}

button.search_hp:hover {
    right: 30px
}

div.car_brands_hp {
    width: 100%;
    height: auto;
    background-color: #353e4a;
    padding: 35px 0 130px 0;
    margin-top: 0;
    text-align: center
}

.link_brand {
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    display: inline-block;
    transition: .1s
}

.link_brand:hover {
    color: #f5f5ec;
    text-decoration: underline
}

div.line_between_brands {
    width: 25px;
    height: 1px;
    display: inline-block;
    background-color: #4c5868;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px
}

.inline_alignment {
    display: inline-block
}

.link_button_border {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background: 0 0;
    border: 2px solid #9ac834;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 40px;
    margin-top: 50px;
    transition: .2s
}

.link_button_border:hover {
    background: #9ac834
}

div.gradient_div_info {
    width: 100%;
    height: auto;
    padding: 30px 40px;
    background-image: -moz-linear-gradient(-24deg, #04d0d9 0, #4fcc87 65%, #9ac834 100%);
    background-image: -webkit-linear-gradient(-24deg, #04d0d9 0, #4fcc87 65%, #9ac834 100%);
    background-image: -ms-linear-gradient(-24deg, #04d0d9 0, #4fcc87 65%, #9ac834 100%);
    border-radius: 40px;
    margin-top: -70px;
    margin-bottom: 40px;
    box-shadow: 2.598px 1.5px 6px 0 rgba(0, 0, 0, .16)
}

.title_card_hp_alb {
    font-size: 25px;
    color: #fff;
    font-weight: 700
}

.text_card_hp_alb {
    font-size: 18px;
    font-weight: 600;
    color: #fff
}

.button_card_hp_alb {
    color: #353e4a;
    font-size: 18px;
    font-weight: 600;
    background-color: #fff;
    display: inline-block;
    border-radius: 60px;
    padding: 13px 40px;
    margin-top: 30px;
    transition: .2s
}

.button_card_hp_alb:hover {
    padding: 13px 60px
}

div.white_div_info {
    width: 100%;
    height: auto;
    padding: 30px 40px;
    background: #fff;
    border-radius: 40px;
    margin-top: -70px;
    margin-bottom: 40px;
    box-shadow: 2.598px 1.5px 6px 0 rgba(0, 0, 0, .26);
    position: relative;
    overflow: hidden;
    z-index: 2
}

div.white_div_info a, div.white_div_info p {
    z-index: 2
}

.title_card_hp_black {
    font-size: 25px;
    color: #353e4a;
    font-weight: 700
}

.text_card_hp_black {
    font-size: 18px;
    font-weight: 600;
    color: #353e4a
}

.button_card_hp_black {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background-color: #04d0d9;
    display: inline-block;
    border-radius: 60px;
    padding: 13px 40px;
    margin-top: 30px;
    transition: .2s
}

.button_card_hp_black:hover {
    padding: 13px 60px;
    color: #fff
}

.recycle_fade_png {
    position: absolute;
    font-size: 400px;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    color: #f9f9f9
}

img.img_person_hp {
    width: 500px;
    height: auto;
    display: block;
    margin: auto;
    z-index: 1;
    position: relative
}

div.green_line_person {
    width: 110%;
    height: 15px;
    background-color: #9ac834;
    margin-top: -20px;
    z-index: 2;
    position: relative
}

div.why_my_one_auto_cat {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2
}

div.text_why_hp {
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
    -webkit-box-shadow: 16px 5px 23px 0 rgba(0, 0, 0, .19);
    -moz-box-shadow: 16px 5px 23px 0 rgba(0, 0, 0, .19);
    box-shadow: 16px 5px 23px 0 rgba(0, 0, 0, .19);
    padding: 60px;
    position: relative;
    z-index: 2;
    margin-top: 70px
}

.title_why {
    font-size: 65px;
    font-weight: 800;
    text-align: right;
    line-height: 1;
    margin-bottom: 50px
}

.row_padding_no{
    margin-left:0 !important;
    margin-right:0 !important;
}

.inline_text_why {
    width: 75%
}

.text_why {
    font-size: 27px;
    font-weight: 600;
    text-align: right;
    line-height: 1.1
}

.button_1_why {
    font-size: 17px;
    font-weight: 700;
    background: 0 0;
    border: 2px solid #9ac834;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 40px;
    margin-top: 20px;
    transition: .2s
}

.button_1_why:hover {
    background: #9ac834
}

.button_2_why {
    font-size: 17px;
    font-weight: 700;
    background: #9ac834;
    border: 2px solid #9ac834;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 40px;
    margin-top: 50px;
    transition: .2s;
    color: #fff
}

div.features_hp {
    width: 100%;
    height: 170vh;
    background: #353e4a;
    background: linear-gradient(142deg, #353e4a 0, #2e3641 100%);
    clip-path: polygon(0 0, 100% 40%, 100% 100%, 0 100%);
    position: relative;
    margin-top: -55vh;
    padding-top: 70vh
}

div.card_element_desc {
    width: 90%;
    display: block;
    margin: auto;
    position: relative;
    -webkit-box-shadow: 0 4px 13px 0 rgba(0, 0, 0, .26);
    -moz-box-shadow: 0 4px 13px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, .26);
    padding: 25px 25px 40px 25px;
    border-radius: 35px;
    color: #fff;
    background-color: #353e4a
}

.title_card_vert {
    font-size: 22px;
    font-weight: 800;
    padding-left: 40%
}

.text_card_vert {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 50px
}

.icon_card_vert {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-color: #04d0d9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    top: -40px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .28);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .28);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .28);
    font-size: 70px
}

.title_desc_vert {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-top: 100px
}

.bar_green {
    width: 300px;
    height: 3px;
    background-color: #9ac834;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px
}

.text_desc_vert {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff
}

.btn_link_alb {
    font-size: 20px;
    font-weight: 600;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 40px;
    transition: .2s;
    color: #353e4a
}

.btn_link_alb:hover {
    border: 2px solid #9ac834
}

.desc_features {
    text-align: center
}

img.layer_exhaust {
    position: absolute;
    left: -200px;
}

.catalysts_title_hp {
    font-size: 50px;
    font-weight: 700;
    margin-top: 40px
}

div.title_underline_cat_hp {
    width: 50%;
    height: 7px;
    background-color: #9ac834;
    position: absolute;
    left: 0;
    margin-top: 100px
}

.important_description_cat_hp {
    font-size: 25px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 50px
}

img.img_left_cats_hp {
    position: absolute;
    left: 0;
    height: 350px;
    object-fit: cover;
    width: 50%;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px
}

.right_description_cat_hp {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    line-height: 1.8
}

.relative_div {
    position: relative
}

.left_description_cat_hp {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8
}

img.img_right_cats_hp {
    position: absolute;
    right: 0;
    height: 350px;
    object-fit: cover;
    width: 50%;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px
}

.margin_top_row {
    margin-top: 50px
}

.button_first_gradient_cat {
    font-size: 18px;
    color: #fff !important;
    padding: 13px 40px;
    font-weight: 600;
    border-radius: 50px;
    border: 0;
    background-image: -moz-linear-gradient(-5deg, #04d0d9 0, #4fcc87 65%, #9ac834 100%);
    background-image: -webkit-linear-gradient(-5deg, #04d0d9 0, #4fcc87 65%, #9ac834 100%);
    background-image: -ms-linear-gradient(-5deg, #04d0d9 0, #4fcc87 65%, #9ac834 100%);
    transition: .2s;
    text-align: center;
    margin-top: 70px;
    display: inline-block;
    margin-bottom: 70px
}

.center_align {
    text-align: center
}

div.newsletter {
    width: 100%;
    background-color: #353e4a;
    height: auto;
    padding: 40px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px
}

.text_newsletter {
    font-size: 25px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0
}

input.input_newsletter {
    background-color: #fff;
    border: 1px solid #ececec;
    height: 50px;
    padding-left: 20px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 40px;
    width: 500px;
    margin-left: 40px;
    margin-right: 40px
}

div.footer_contact {
    position: relative;
    overflow: hidden
}

div.area_container_contact {
    background-color: #fff;
    width: 100%;
    height: auto;
    border-radius: 50px;
    border: 1px solid #b6b6b6;
    -webkit-box-shadow: 1px 6px 20px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 6px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 1px 6px 20px 0 rgba(0, 0, 0, .1);
    margin-top: 70px;
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
    overflow: hidden
}

div.header_title_contact_footer {
    height: 110px;
    width: 100%;
    position: relative;
    margin-bottom: 30px
}

div.green_title_contact {
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    background-color: #9ac834;
    color: #fff;
    width: 45%;
    height: 100%;
    border-top-left-radius: 50px;
    padding-left: 50px;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 2
}

.title_contact_footer {
    font-size: 35px;
    margin-bottom: 0;
    font-weight: 800
}

div.blue_title_contact {
    background-color: #04d0d9;
    color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    border-bottom-right-radius: 0;
    display: inline-flex;
    align-items: center;
    position: relative;
    justify-content: flex-end;
    padding-right: 15%
}

.text_contact_footer {
    width: 40%;
    display: inline-block;
    margin: 0;
    font-size: 17px;
    font-weight: 600
}

.label_input_contact {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 0;
    margin-left: 40px
}

.input_contact {
    background-color: #fcfcfc;
    border: 1px solid #ececec;
    height: 50px;
    padding-left: 20px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 40px;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .06);
    margin-bottom: 45px
}

textarea.input_contact {
    height: 200px;
    resize: none
}

div.checkboxes_contact {
    margin-top: 10px;
    margin-bottom: 50px;
    width: 100%
}

.check_contact {
    display: inline-block
}

.txt_checkbox {
    display: inline-block;
    font-weight: 600;
    margin-left: 10px;
    margin-bottom: 5px
}

div.flex_display {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
}

img.contact_img_social {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    margin-right: 15px
}

.icon_contact {
    position: absolute;
    font-size: 700px;
    color: #fbfbfb;
    right: 30px;
    bottom: 50px;
    z-index: -1
}

div.footer {
    width: 100%;
    height: auto;
    padding-top: 300px;
    background-color: #353e4a;
    text-align: center;
    margin-top: -250px
}

.title_footer {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    display: inline-block;
    color: #04d0d9;
    margin-bottom: 50px
}

.white_footer_menu {
    color: #fff
}

.white_footer_menu .dropdown_menus {
    color: #353e4a
}

.message_footer {
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    margin-top: 40px;
    color: #fff
}

div.line_footer {
    width: 300px;
    height: 1px;
    background-color: #9ac834;
    margin-top: 50px;
    margin-bottom: 50px;
    display: inline-block
}

.signature_footer {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #fff
}

.header_normal {
    width: 100%;
    height: 35vh;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 120px
}

div.green_bg_title {
    width: 600px;
    height: 120px;
    display: inline-flex;
    background-color: #9ac834;
    border-radius: 100px;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    align-items: center;
    justify-content: center
}

h1.green_bg_title {
    width: 600px;
    height: 120px;
    display: inline-flex;
    background-color: #9ac834;
    border-radius: 100px;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    align-items: center;
    justify-content: center
}

div.title_price_list_div {
    width: 100%;
    height: auto;
    padding: 30px 0;
    text-align: center;
    background-color: #f8f8ef
}

.title_price_list {
    font-size: 30px;
    font-weight: 800;
    text-align: center
}

.like_catalyst {
    font-size: 18px;
    font-weight: 600;
    margin-top: 40px
}

.like_catalyst i {
    font-size: 22px;
    color: #3b5998;
    cursor: pointer
}

div.suport_results {
    width: 100%;
    height: auto;
    background-color: #353e4a;
    border-radius: 15px;
    -webkit-box-shadow: 2px 3px 15px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 2px 3px 15px 0 rgba(0, 0, 0, .16);
    box-shadow: 2px 3px 15px 0 rgba(0, 0, 0, .16);
    padding: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative
}

.input_search {
    border: 1px solid #ececec;
    background-color: #fcfcfc;
    height: 60px;
    border-radius: 60px;
    padding-left: 30px;
    width: 100%;
    font-weight: 700;
    font-size: 17px;
    z-index: 10;
    position: relative;
    box-shadow: 2.598px 2px 5px 0 rgba(0, 0, 0, .06)
}

button.search {
    align-items: center;
    width: 50%;
    /* position: absolute; */
    right: 25px;
    background-color: #9ac834;
    color: #fff;
    height: 60px;
    border: 0;
    font-size: 27px;
    border-radius: 60px;
    text-align: center;
    /* padding-right: 30px; */
    z-index: 0;
    box-shadow: 2.598px 2px 5px 0 rgba(0, 0, 0, .06);
    transition: .2s;
    margin-left: 25%;
    margin-top: 2%;
}

.message_search {
    font-size: 16px;
    font-weight: 600;
    color: #fff
}

select.select_search {
    width: 100%;
    border: 1px solid #ececec;
    background-color: #fcfcfc;
    height: 60px;
    border-radius: 60px;
    padding-left: 30px;
    font-weight: 700;
    font-size: 17px;
    box-shadow: 2.598px 2px 5px 0 rgba(0, 0, 0, .06);
    margin-bottom: 20px;
    -webkit-appearance: none
}

div.message_search_green {
    width: 100%;
    height: auto;
    background-color: #9ac834;
    border-radius: 15px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    padding: 25px
}

hr.hr_results {
    border-color: #f8f8ef;
    margin-top: 20px;
    margin-bottom: 4px
}

.results_title_sm {
    font-size: 15px;
    font-weight: 800;
    color: #fff
}

div.results_append_here {
    width: 100%;
    height: auto
}

div.result_div {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 15px
}

div.result_header {
    width: 100%;
    height: auto;
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
    background-color: #434343;
    color: #fff;
    padding: 5px 15px
}

.result_title {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0
}

.result_brand {
    font-size: 20px;
    float: right
}

div.result_body {
    padding: 15px
}

img.img_result {
    width: 100%;
    max-height: 400px;
    border: 1px solid #707070
}

.show_price {
    width: 100%;
    display: block;
    background-color: #04d0d9;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    border-radius: 55px;
    height: 55px;
    border: 0;
    margin-bottom: 10px;
    transition: .2s
}

.hide_price {
    width: 100%;
    display: block;
    background-color: #fff;
    color: #04d0d9;
    font-size: 19px;
    font-weight: 800;
    border-radius: 55px;
    height: 55px;
    margin-bottom: 10px;
    transition: .2s;
    border: 1px solid #04d0d9
}

.show_price:hover {
    background-color: #04b2ba
}

.add_to_cart {
    width: 100%;
    display: block;
    background-color: #9ac834;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    border-radius: 55px;
    height: 55px;
    border: 0;
    margin-bottom: 10px;
    transition: .2s
}

.add_to_cart:hover {
    background-color: #7da72e
}

.points {
    width: 100%;
    display: block;
    background-color: #fff;
    color: #353e4a;
    font-size: 19px;
    font-weight: 800;
    border-radius: 55px;
    height: 55px;
    border: 1px solid #353e4a;
    margin-bottom: 10px;
    transition: .2s
}

.points:hover {
    background-color: #e6e6e6
}

table.table_result {
    display: table;
    width: 100%;
    border: 1px solid #9ac834;
    text-align: center
}

table.table_result thead {
    background-color: #9ac834;
    color: #fff;
    font-size: 19px;
    font-weight: 800
}

table.table_result thead tr td p {
    margin-top: 10px;
    margin-bottom: 10px
}

table.table_result tbody tr td {
    border-right: 1px solid #9ac834;
    font-size: 19px;
    font-weight: 600
}

table.table_result tbody tr td p {
    margin-top: 10px
}

.title_table {
    width: 100%;
    background-color: #9ac834;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    text-align: center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    padding: 3px 0;
    margin-top: 20px
}

.table_message {
    font-size: 19px;
    font-weight: 600
}

div.prices_info {
    display: none
}

div.car_brands {
    width: 100%;
    height: auto;
    background-color: #353e4a;
    padding: 35px 0 35px 0;
    text-align: center
}

.title_brands_page {
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px
}

img.img_brand {
    width: 50%;
    height: auto;
    display: block;
    margin: auto;
    cursor: pointer;
    max-height: 160px
}

.brand_title {
    font-size: 23px;
    font-weight: 800;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    cursor: pointer
}

div.img_brand_suport {
    height: 160px;
    display: flex;
    align-items: center
}

img.img_about {
    width: 100%;
    height: 300px;
    object-fit: cover
}

div.suport_text_about {
    width: 100%;
    height: auto;
    background-color: #353e4a;
    color: #fff;
    text-align: center;
    padding: 35px 0
}

.title_about {
    font-size: 30px;
    font-weight: 800
}

.text_about {
    font-size: 20px;
    font-weight: 600
}

img.img_about_big {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px
}

.blogs_search {
    text-align: center;
    margin-top: 40px
}

div.blog_posts {
    margin-top: 40px
}

img.img_postare_blog {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
    z-index: -1;
    position: relative
}

div.blog_post_info {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 10px 20px 10px;
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, .18);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, .18);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .18);
    z-index: 10;
    margin-top: -40px;
    margin-bottom: 40px
}

.blog_post_date {
    text-align: right;
    font-size: 13px;
    font-weight: 600;
    opacity: .48;
    margin-bottom: 5px
}

.title_blog_post {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px
}

.blog_post_desc {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px
}

.button_blog_post {
    font-size: 16px;
    color: #fff;
    padding: 13px 40px;
    font-weight: 600;
    border-radius: 50px;
    border: 0;
    background-image: -moz-linear-gradient(-5deg, #04d0d9 0, #4fcc87 65%, #9ac834 100%);
    background-image: -webkit-linear-gradient(-5deg, #04d0d9 0, #4fcc87 65%, #9ac834 100%);
    background-image: -ms-linear-gradient(-5deg, #04d0d9 0, #4fcc87 65%, #9ac834 100%);
    transition: .2s;
    display: inline-block
}

.button_blog_post:hover {
    padding: 13px 50px;
    color: #fff
}

.date_post_content {
    font-size: 13px;
    font-weight: 600;
    opacity: .48;
    margin-top: 30px
}

.title_blog {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 50px
}

.text_blog {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px
}

img.img_post_blog {
    max-width: 100%;
    max-height: 700px;
    display: block;
    margin: auto
}

div.province_find {
    width: 100%;
    height: auto;
    padding: 35px 0;
    background-color: #f8f8ef
}

.title_province {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 35px
}

.button_province {
    font-size: 20px;
    font-weight: 800;
    background-color: #fff;
    border: 1px solid #04d0d9;
    width: 80%;
    display: block;
    margin: auto;
    height: 60px;
    border-radius: 50px;
    transition: .2s;
    margin-bottom: 25px
}

.button_province:hover {
    background-color: #04d0d9;
    border: 1px solid #04d0d9;
    color: #fff
}

.link_price_list {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    background-color: #04d0d9;
    padding: 20px 40px;
    margin-top: 35px;
    margin-bottom: 35px;
    border-radius: 40px;
    display: inline-block;
    transition: .2s
}

.link_price_list:hover {
    padding: 20px 60px;
    color: #fff
}

div.countries_find {
    width: 100%;
    height: auto;
    background-color: #353e4a;
    padding: 35px 0
}

.title_countries {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 35px;
    color: #fff
}

.button_country {
    font-size: 20px;
    font-weight: 800;
    background-image: -moz-linear-gradient(-5deg, #04d0d9 0, #4fcc87 65%, #9ac834 100%);
    background-image: -webkit-linear-gradient(-5deg, #04d0d9 0, #4fcc87 65%, #9ac834 100%);
    background-image: -ms-linear-gradient(-5deg, #04d0d9 0, #4fcc87 65%, #9ac834 100%);
    width: 80%;
    display: block;
    margin: auto;
    height: 60px;
    border-radius: 50px;
    transition: .2s;
    margin-bottom: 25px;
    color: #fff;
    border: 0
}

.button_country:hover {
    background-image: -moz-linear-gradient(-5deg, #04d0d9 0, #4fcc87 65%, #04d0d9 100%);
    background-image: -webkit-linear-gradient(-5deg, #04d0d9 0, #4fcc87 65%, #04d0d9 100%);
    background-image: -ms-linear-gradient(-5deg, #04d0d9 0, #4fcc87 65%, #04d0d9 100%)
}

.title_collection_points {
    font-size: 40px;
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 30px
}

.normal_text_collection_points {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px
}

.normal_text_collection_points span {
    color: #9ac834
}

.map_collection {
    margin-bottom: 70px
}

div.contact_card {
    background-color: #fff;
    border: 1px solid #353e4a;
    border-radius: 30px;
    padding: 70px 20px 20px 20px;
    z-index: 0;
    position: relative
}

div.contact_card_title {
    width: 100%;
    height: 60px;
    background-color: #353e4a;
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    text-align: center;
    border-radius: 40px;
    margin-bottom: -50px;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 3;
    position: relative;
    margin-top: 30px
}

.text_contact_center {
    font-size: 18px;
    text-align: center;
    font-weight: 600
}

.button_contact {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    background-image: -moz-linear-gradient(-5deg, #04d0d9 0, #4fcc87 65%, #9ac834 100%);
    background-image: -webkit-linear-gradient(-5deg, #04d0d9 0, #4fcc87 65%, #9ac834 100%);
    background-image: -ms-linear-gradient(-5deg, #04d0d9 0, #4fcc87 65%, #9ac834 100%);
    height: 60px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s
}

.button_contact:hover {
    color: #fff;
    letter-spacing: 1.5px
}

.text_contact {
    font-size: 18px;
    font-weight: 600
}

div.contact {
    margin-bottom: 40px
}

div.collaboration_div {
    width: 100%;
    height: auto;
    background-color: #353e4a;
    padding: 25px;
    -webkit-box-shadow: 2px 3px 15px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 2px 3px 15px 0 rgba(0, 0, 0, .16);
    box-shadow: 2px 3px 15px 0 rgba(0, 0, 0, .16);
    border-radius: 15px
}

div.collaboration {
    margin-top: 40px;
    margin-bottom: 40px
}

table.table_courses {
    display: table;
    width: 100%
}

table.table_courses thead {
    background-color: #f8f8ef;
    border: 1px solid #ced1d3;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    font-size: 18px;
    font-weight: 800;
    padding-top: 25px;
    padding-bottom: 25px
}

table.table_courses thead tr td {
    padding-top: 25px;
    padding-bottom: 25px
}

table.table_courses tbody {
    border-bottom: 1px solid #ced1d3;
    border-right: 1px solid #ced1d3;
    border-left: 1px solid #ced1d3;
    font-size: 18px;
    font-weight: 800
}

table.table_courses tbody tr td img {
    height: 50px;
    width: auto;
    margin: 20px
}

table.table_courses tbody tr {
    border-bottom: 1px solid #ced1d3
}

div.courses {
    margin-top: 40px;
    margin-bottom: 40px
}

.green_value {
    color: #9ac834
}

.red_value {
    color: #fe5700
}

div.questions {
    margin-top: 40px;
    margin-bottom: 40px
}

div.faq_element {
    width: 100%;
    height: auto
}

div.div_deschidere_faq {
    width: 100%;
    height: auto;
    border: 1px solid #353e4a;
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 40px;
    margin-top: 30px;
    position: relative;
    z-index: 5;
    cursor: pointer;
    transition: .2s;
    display: block
}

.title_faq {
    font-size: 23px;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 0
}

.icon_deschidere_faq {
    color: #9ac834;
    float: right;
    font-size: 30px;
    cursor: pointer;
    margin-top: 3px
}

div.faq_content {
    background-color: #f8f8ef;
    border-radius: 30px;
    margin-top: -60px;
    z-index: 0;
    overflow: hidden;
    width: 100%
}

.faq_content_opened {
    border: 1px solid #353e4a;
    padding: 90px 40px 40px 40px;
    height: auto;
    margin-top: -60px
}

.faq_content_closed {
    height: 0;
    padding: 0;
    border: 0;
    margin-top: -60px
}

.faq_title_element {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 30px
}

.text_faq_element {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 40px
}

div.faq_element {
    height: auto;
    display: block;
    margin-bottom: 80px
}

img.img_faq {
    max-width: 100%;
    max-height: 700px
}

div.ceramic_monolith {
    width: 100%;
    padding-top: 40px;
    position: relative
}

div.title_over_cat {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    background-color: #353e4a
}

.title_monolith {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin-bottom: 0
}

.text_center_cat {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px
}

img.img_absolute_right_mono {
    position: absolute;
    width: 45%;
    height: 100%;
    object-fit: cover;
    right: 0;
    top: 0
}

img.img_absolute_left_mono {
    position: absolute;
    width: 45%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0
}

div.monolith_purchase {
    width: 100%;
    position: relative
}

div.img_over_monolith {
    width: 100%;
    height: auto;
    background-image: url(../images/img10.jpg);
    background-size: cover;
    padding: 30px 0
}

div.over_support {
    width: 100%;
    background-color: rgba(53, 62, 74, .51);
    padding: 20px 60px;
    border-radius: 50px;
    height: auto;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 600
}

.text_monolith_down {
    font-size: 30px;
    font-weight: 800;
    margin-top: 20px
}

.text_newsletter__green {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #9ac834;
    margin-top: 20px
}

.input_contact_2 {
    background-color: #fcfcfc;
    border: 1px solid #ececec;
    height: 60px;
    padding-left: 20px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 40px;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .06);
    margin-bottom: 15px
}

.link_mono_list {
    font-size: 19px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    background-color: #04d0d9;
    padding: 20px 0;
    margin-top: 10px;
    border-radius: 40px;
    display: block;
    transition: .2s
}

.link_mono_list:hover {
    color: #fff;
    background-color: #04a0a9
}

.newsletter_right_ttl {
    font-size: 25px;
    font-weight: 800;
    text-align: center
}

.blog_link {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
    transition: .2s
}

.blog_link:hover {
    color: #04d0d9
}

div.card_images_retail {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 50px
}

img.img_card_retail {
    width: 50%;
    display: inline-block;
    height: 600px;
    object-fit: cover
}

div.white_right_retail_card {
    display: inline-block;
    background-color: #f8f8ef;
    width: 50%;
    height: 600px;
    align-items: center;
    justify-content: flex-start;
    float: right;
    padding-right: 15%;
    position: relative;
    padding-left: 40px
}

.small_title_card {
    font-size: 40px;
    text-align: right;
    font-weight: 800;
    margin-bottom: 50px;
    display: block;
    margin-top: 10%
}

.text_black_card_retail {
    font-size: 20px;
    font-weight: 600;
    line-height: 2.5
}

div.black_left_retail_card {
    display: inline-block;
    background-color: #353e4a;
    width: 50%;
    height: 600px;
    align-items: center;
    justify-content: flex-start;
    float: left;
    padding-left: 15%;
    position: relative;
    padding-right: 40px;
    color: #fff
}

.big_title_card {
    font-size: 63px;
    font-weight: 600;
    margin-bottom: 70px;
    display: block;
    margin-top: 10%
}

div.green_right_retail_card {
    display: inline-block;
    background-color: #9ac834;
    color: #fff;
    text-align: right !important;
    width: 50%;
    height: 600px;
    align-items: center;
    justify-content: flex-start;
    float: right;
    padding-right: 15%;
    position: relative;
    padding-left: 40px
}

div.green_text_wholesale {
    width: 50%;
    position: absolute;
    right: 0;
    height: auto;
    top: 0;
    background-color: #9ac834;
    padding: 20px 15% 20px 40px;
    border-bottom-left-radius: 80px;
    color: #fff
}

div.text_mail_order {
    width: 100%;
    position: relative
}

.text_small_too_big {
    font-size: 15px;
    font-weight: 600;
    line-height: 2.5
}

img.img_spectr {
    width: 100%;
    height: auto
}

div.text_info {
    margin-top: 50px
}

img.img_center_spect {
    width: 300px;
    height: 300px;
    object-fit: cover;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px
}

i.icon_menu_phone {
    display: none
}

.btn_calculator_navigator_phone, .btn_search_navigator_phone {
    display: none
}

div.navigator_mobile_left_side {
    display: none
}

@media screen and (max-width: 1023px) {
    body {
        overflow-x: hidden
    }

    nav.navigator div div .col-md-10 {
        width: 100%;
        height: 100vh;
        background-color: #fff;
        position: absolute;
        z-index: 50;
        display: block !important;
        padding: 0;
        top: 0;
        left: -100%;
        transition: .2s
    }

    nav.navigator {
        width: 100%;
        height: 70px;
        background-color: #fff
    }

    .vertical_bar {
        display: none
    }

    .header_hp {
        height: 60vh;
        margin-top: 70px
    }

    .title_header_hp {
        font-size: 26px;
        font-weight: 900
    }

    .descriere_header_hp {
        font-size: 15px
    }

    .button_first_gradient {
        font-size: 14px
    }

    .button_second_gradient {
        font-size: 14px;
        margin-left: 0;
        margin-top: 20px
    }

    img.logo {
        width: auto;
        height: 55px
    }

    i.icon_menu_phone {
        display: block;
        float: left;
        font-size: 30px;
        padding-left: 20px;
        margin-top: 5px;
        position: absolute;
        z-index: 10
    }

    .btn_calculator_navigator_phone {
        background-color: #04d0d9;
        display: block;
        color: #fff;
        border: 0;
        border-radius: 100%;
        box-shadow: .866px .5px 5px 1px rgba(0, 0, 0, .08);
        font-size: 15px;
        width: 35px;
        height: 35px;
        margin-right: 15px;
        position: absolute;
        right: 60px
    }

    .btn_search_navigator_phone {
        background-color: #9ac834;
        display: block;
        color: #fff;
        border: 0;
        border-radius: 100%;
        box-shadow: .866px .5px 5px 1px rgba(0, 0, 0, .08);
        font-size: 15px;
        width: 35px;
        height: 35px;
        margin-right: 15px;
        position: absolute;
        right: 10px
    }

    .btn_search_navigator {
        display: none
    }

    .btn_calculator_navigator {
        display: none
    }

    .navbar_menu {
        display: block;
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-left: 0;
        padding-left: 30px
    }

    .support_dropdown_navbar {
        display: block
    }

    .dropdown_menus {
        position: relative;
        width: 100%;
        margin-top: 0;
        z-index: 99
    }

    div.navigator_mobile_left_side {
        display: block;
        width: 100%;
        border-bottom: 1px solid #353e4a;
        margin-bottom: 10px;
        position: relative;
        padding-top: 10px
    }

    img.logo_bar {
        width: auto;
        height: 40px;
        margin-left: 20px;
        margin-bottom: 10px;
        display: inline-block
    }

    div.icon_close_right {
        height: 90%;
        background-color: #353e4a;
        width: auto;
        padding: 0 20px;
        border-bottom-left-radius: 35px;
        color: #fff;
        font-size: 30px;
        top: 0;
        right: 0;
        position: absolute
    }

    div.title_search_hp {
        font-size: 16px;
        padding: 5px 40px;
        margin-bottom: 20px
    }

    .input_search_hp {
        height: 50px;
        width: 100%;
        font-size: 13px;
        margin-left: 0
    }

    /*.input_search {*/
    /*    height: 50px;*/
    /*    width: 70%;*/
    /*    font-size: 13px;*/
    /*    margin-left: 0*/
    /*}*/

    /*button.search, button.search_hp {*/
    /*    width: 20%;*/
    /*    position: relative;*/
    /*    right: auto;*/
    /*    height: 50px;*/
    /*    font-size: 20px;*/
    /*    border-radius: 30px;*/
    /*    text-align: center;*/
    /*    padding-right: 0;*/
    /*    z-index: 0;*/
    /*    margin-top: 20px;*/
    /*    padding-left: 0*/
    /*}*/

    div.car_brands_hp {
        padding: 20px 0 100px 0;
        margin-top: 0
    }

    .link_brand {
        font-size: 14px;
        margin-left: 11px;
        margin-right: 11px
    }

    div.line_between_brands {
        display: none
    }

    .link_button_border {
        font-size: 15px;
        margin-top: 20px
    }

    .title_card_hp_alb, .title_card_hp_black {
        font-size: 20px;
        text-align: center
    }

    .text_card_hp_alb, .text_card_hp_black {
        font-size: 16px;
        text-align: center
    }

    div.gradient_div_info {
        padding: 30px 20px;
        margin-bottom: 20px
    }

    .button_card_hp_alb, .button_card_hp_black {
        font-size: 16px;
        padding: 7px 10px;
        margin-top: 20px;
        text-align: center
    }

    div.white_div_info {
        padding: 30px 20px;
        margin-bottom: 20px;
        margin-top: 0
    }

    img.img_person_hp {
        display: none
    }

    div.green_line_person {
        display: none
    }

    div.text_why_hp {
        width: 90%;
        padding: 10px 20px;
        margin-top: 50px;
        float: right
    }

    .title_why {
        font-size: 30px;
        margin-bottom: 20px;
        margin-top: 20px
    }

    .inline_text_why {
        width: 100%
    }

    .text_why {
        font-size: 17px
    }

    .button_1_why {
        margin-top: 10px;
        padding: 10px 20px;
        float: right
    }

    .button_2_why {
        padding: 10px 20px;
        margin-top: 20px;
        float: right
    }

    div.features_hp {
        width: 100%;
        height: auto;
        clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%)
    }

    .icon_card_vert {
        width: 120px;
        height: 120px;
        font-size: 50px
    }

    .title_card_vert {
        font-size: 18px
    }

    .text_card_vert {
        font-size: 16px;
        margin-top: 30px
    }

    div.card_element_desc {
        padding: 20px 15px 20px 15px;
        margin-bottom: 60px
    }

    .title_desc_vert {
        font-size: 25px;
        margin-top: 0
    }

    .bar_green {
        width: 100px
    }

    .text_desc_vert {
        font-size: 17px
    }

    .btn_link_alb {
        font-size: 17px;
        margin-top: 20px;
        margin-bottom: 30px
    }

    img.layer_exhaust {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 50px
    }

    .mobile_margin {
        margin-left: 0;
        margin-right: 0
    }

    .mobile_pad {
        padding-left: 0;
        padding-right: 0
    }

    .catalysts_title_hp {
        font-size: 25px;
        margin-top: 20px
    }

    div.title_underline_cat_hp {
        height: 3px;
        margin-top: 60px
    }

    .important_description_cat_hp {
        font-size: 17px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    img.img_left_cats_hp {
        position: relative;
        height: 150px;
        width: 80%;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        margin-bottom: 30px
    }

    .right_description_cat_hp {
        font-size: 17px;
        text-align: center;
        line-height: 1.4
    }

    img.img_right_cats_hp {
        position: relative;
        height: 150px;
        width: 80%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        margin-bottom: 30px
    }

    .margin_top_row {
        margin-top: 0
    }

    .left_description_cat_hp {
        font-size: 17px;
        line-height: 1.4
    }

    .button_first_gradient_cat {
        font-size: 16px;
        padding: 13px 30px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    div.newsletter {
        width: 100%;
        padding: 20px 0
    }

    .text_newsletter {
        font-size: 18px
    }

    input.input_newsletter {
        height: 40px;
        padding-left: 20px;
        font-size: 15px;
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 10px
    }

    div.area_container_contact {
        margin-top: 30px
    }

    div.header_title_contact_footer {
        height: auto
    }

    div.green_title_contact {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        width: 100%;
        height: auto;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        display: block;
        text-align: center;
        padding: 15px 0;
        position: relative
    }

    .title_contact_footer {
        font-size: 22px
    }

    div.blue_title_contact {
        height: auto;
        border-radius: 0;
        display: block;
        padding: 10px 20px
    }

    .text_contact_footer {
        width: 100%;
        font-size: 17px
    }

    .input_contact {
        width: 95%;
        margin: auto;
        margin-bottom: 25px;
        display: block
    }

    div.checkboxes_contact {
        margin-bottom: 20px;
        padding: 10px
    }

    .txt_checkbox {
        width: 80%
    }

    img.contact_img_social {
        margin-top: 20px
    }

    .mobile_center {
        text-align: center
    }

    i.recycle_fade_png {
        display: none
    }

    .title_footer {
        font-size: 28px;
        margin-bottom: 20px
    }

    .white_footer_menu .navbar_menu, .white_footer_menu div .navbar_menu {
        padding-left: 0
    }

    .message_footer {
        font-size: 14px;
        margin-top: 20px
    }

    div.line_footer {
        width: 150px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .header_normal {
        width: 100%;
        height: 35vh;
        position: relative;
        display: flex;
        align-items: center;
        text-align: center
    }

    .header_normal .inline_alignment {
        display: block
    }

    div.green_bg_title {
        width: 100%;
        height: 100px;
        font-size: 25px
    }

    h1.green_bg_title {
        width: 100%;
        height: 100px;
        font-size: 25px
    }

    .normal_text_collection_points {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 30px
    }

    .title_collection_points {
        font-size: 30px
    }

    img.img_about {
        height: 150px
    }

    .text_about {
        font-size: 17px
    }

    img.img_absolute_right_mono {
        position: relative;
        width: 100%;
        height: 150px
    }

    .title_monolith {
        font-size: 25px
    }

    .text_center_cat {
        font-size: 17px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    img.img_absolute_left_mono {
        position: relative;
        width: 100%;
        height: 120px
    }

    div.over_support {
        padding: 20px;
        font-size: 17px
    }

    .text_monolith_down {
        font-size: 20px;
        text-align: center !important
    }

    div.collaboration_div {
        padding: 15px
    }

    .input_contact_2 {
        height: 50px;
        padding-left: 15px
    }

    div.province_find {
        padding: 15px 0
    }

    .button_province {
        font-size: 16px;
        margin: auto;
        height: 40px;
        width: 100%;
        margin-bottom: 15px
    }

    .link_price_list {
        font-size: 17px;
        padding: 20px;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .button_country {
        font-size: 16px;
        width: 100%;
        height: 40px;
        margin-bottom: 15px
    }

    table.table_courses thead {
        font-size: 15px;
        padding-top: 15px;
        padding-bottom: 15px
    }

    table.table_courses thead tr td {
        padding-top: 15px;
        padding-bottom: 15px
    }

    table.table_courses tbody {
        font-size: 15px;
        font-weight: 600
    }

    table.table_courses tbody tr td img {
        height: 30px;
        margin: 10px
    }

    div.div_deschidere_faq {
        padding: 15px
    }

    .title_faq {
        font-size: 16px;
        font-weight: 600;
        width: 80%
    }

    .icon_deschidere_faq {
        font-size: 25px
    }

    .faq_content_opened {
        padding: 60px 20px 40px 20px
    }

    .faq_title_element {
        font-size: 22px
    }

    .text_faq_element {
        font-size: 17px
    }

    img.img_card_retail {
        width: 100%;
        height: 120px
    }

    div.white_right_retail_card {
        width: 100%;
        height: auto;
        align-items: center;
        justify-content: flex-start;
        float: none;
        padding: 20px;
        position: relative
    }

    .small_title_card {
        font-size: 30px;
        text-align: right;
        margin-bottom: 20px;
        margin-top: 20px
    }

    .text_black_card_retail {
        font-size: 17px;
        line-height: 2
    }

    div.black_left_retail_card {
        width: 100%;
        height: auto;
        align-items: center;
        justify-content: flex-start;
        float: none;
        padding: 20px
    }

    .big_title_card {
        font-size: 40px;
        margin-bottom: 30px;
        margin-top: 30px
    }

    img.img_card_retail {
        width: 100%;
        height: 120px
    }

    div.green_right_retail_card {
        width: 100%;
        height: auto;
        float: none;
        padding: 20px
    }

    div.green_text_wholesale {
        width: 100%;
        position: relative;
        padding: 20px;
        border-bottom-left-radius: 0
    }

    div.suport_results {
        padding: 10px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    div.message_search_green {
        font-size: 16px;
        padding: 15px
    }

    .result_title {
        font-size: 14px
    }

    .result_brand {
        font-size: 14px
    }

    img.img_result {
        margin-bottom: 20px
    }

    .show_price {
        font-size: 15px;
        height: 45px
    }

    .hide_price {
        font-size: 15px;
        height: 45px
    }

    .add_to_cart {
        font-size: 15px;
        height: 45px
    }

    .points {
        font-size: 15px;
        height: 45px
    }

    .title_table {
        font-size: 16px;
        font-weight: 600
    }

    table.table_result thead {
        font-size: 15px;
        font-weight: 600
    }

    table.table_result tbody tr td {
        font-size: 15px
    }

    W .table_message {
        font-size: 15px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .navbar_menu {
        font-size: 15px;
        margin-left: 10px
    }

    .btn_search_navigator {
        font-size: 16px;
        width: 35px;
        height: 35px
    }

    .btn_calculator_navigator {
        font-size: 16px;
        width: 35px;
        height: 35px
    }

    .title_header_hp {
        font-size: 40px
    }

    .descriere_header_hp {
        font-size: 18px
    }

    .button_first_gradient {
        font-size: 16px
    }

    .button_second_gradient {
        font-size: 16px;
        margin-left: 0;
        margin-top: 20px
    }

    button.search_hp {
        right: 20px
    }

    .link_brand {
        font-size: 16px
    }

    div.line_between_brands {
        width: 10px;
        margin-left: 10px;
        margin-right: 10px
    }

    .title_card_hp_alb {
        font-size: 22px
    }

    .text_card_hp_alb {
        font-size: 16px
    }

    .button_card_hp_alb {
        font-size: 16px
    }

    .title_card_hp_black {
        font-size: 22px
    }

    .text_card_hp_black {
        font-size: 16px
    }

    .button_card_hp_black {
        font-size: 16px
    }

    img.img_person_hp {
        width: 400px
    }

    .mobile_margin {
        margin-left: 0;
        margin-right: 0
    }

    .mobile_pad {
        padding-left: 0;
        padding-right: 0
    }

    div.text_why_hp {
        padding: 20px
    }

    .recycle_fade_png {
        font-size: 300px;
        right: 0;
        bottom: 0
    }

    .title_why {
        font-size: 55px
    }

    .inline_text_why {
        width: 95%
    }

    .button_1_why {
        font-size: 16px;
        margin-top: 20px
    }

    .button_2_why {
        font-size: 16px;
        margin-top: 20px
    }

    img.layer_exhaust {
        position: absolute;
        left: 0;
        width: 90%
    }

    div.features_hp {
        width: 100%;
        height: 100%;
        padding-bottom: 50px;
        padding-top: 60vh
    }

    .icon_card_vert {
        width: 100px;
        height: 100px;
        top: -10px;
        font-size: 50px
    }

    .title_card_vert {
        font-size: 19px;
        padding-left: 35%
    }

    .text_card_vert {
        font-size: 16px;
        margin-top: 30px
    }

    .text_newsletter {
        font-size: 20px
    }

    input.input_newsletter {
        font-size: 16px;
        width: 300px;
        margin-left: 20px;
        margin-right: 20px
    }

    div.green_title_contact {
        clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
        background-color: #9ac834;
        color: #fff;
        width: 45%;
        height: 100%;
        padding-left: 20px
    }

    .title_contact_footer {
        font-size: 25px
    }

    div.blue_title_contact {
        padding-right: 40px
    }

    .text_contact_footer {
        width: 40%;
        display: inline-block;
        margin: 0;
        font-size: 15px;
        font-weight: 600
    }

    .title_blog_post {
        font-size: 16px
    }

    .blog_post_desc {
        font-size: 14px;
        margin-bottom: 10px
    }

    .button_blog_post {
        font-size: 14px
    }

    img.img_postare_blog {
        height: 100px
    }

    div.contact_card {
        padding: 50px 10px 10px 10px
    }

    div.contact_card_title {
        font-size: 19px
    }

    .txt_checkbox {
        width: 80%
    }

    .small_title_card {
        font-size: 30px;
        margin-top: 10%
    }

    .text_black_card_retail {
        font-size: 16px;
        line-height: 1.5
    }

    .big_title_card {
        font-size: 43px;
        margin-bottom: 40px
    }

    .text_small_too_big {
        font-size: 16px;
        line-height: 1.5
    }

    div.green_right_retail_card {
        padding-right: 5%
    }

    div.black_left_retail_card {
        padding-left: 5%
    }

    div.white_right_retail_card {
        padding-right: 5%
    }
}
