html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    box-sizing: border-box;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

p {
    color: #1f1f1f;
}

h1 {
    color: #1f1f1f;
}

h2 {
    color: #1f1f1f;
}

h3 {
    color: #1f1f1f;
}

h4 {
    color: #1f1f1f;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
}

a {
    display: inline-block;
    text-decoration: none;

}

.body_wrap {
    max-width: 2560px;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.header_container {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100vh;
    /*    max-height: 1330px;*/
}

.header_bg_img_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.header_top_container {
    width: 100%;
    background-color: #ffffff;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.12);
    z-index: 20;
}

.header_top_wrap {
    width: 2300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.header_bg_nav_arrows_wrap img {
    height: 30px;
}

.header_top_right_tel_wrap a img {
    height: 20px;
    margin-right: 5px;
}

.header_top_right_mm_wrap img {
    height: 30px;
    display: block;
}

.header_main_container {
    height: calc(100% - 150px);
    max-width: 2300px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 100px;
}

.header_bg_nav_container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
}

.header_bg_nav_wrap {
    max-width: 2300px;
    margin: auto;
    height: 100%;

}

.max_width {
    max-width: 2300px;
    margin: auto;
}

.header_bg_nav_flex_container {
    display: flex;
    align-items: center;
    width: auto;
    height: 100%;
    width: 565px;
    background-color: rgba(45, 45, 45, 0.7);
}

.header_top_middle_container {
    height: 100%;
}

.header_top_middle_wrap {
    height: 100%;
}

.header_top_middle_wrap ul {
    height: 100%;
    display: flex;
}

.header_top_middle_wrap ul li {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0px 30px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    z-index: 1;
    opacity: 0.7;
    transition: 400ms;
}

.header_top_middle_wrap ul li::after {
    content: '';
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000000;
    transition: 400ms;
    opacity: 0;
}

.header_top_middle_wrap ul li:hover:after {
    opacity: 1;
}

.header_top_middle_wrap ul li:hover {
    opacity: 1;
}

.header_bg_nav_left_wrap {
    width: 30%;
    text-align: center;

}

.header_top_dropdown_menu_main_container {
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: #ffffff;
    transform: translate(-50%, 100%);
    width: 110%;
    display: none;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.12);
}

.header_top_dropdown_menu_main_container_mare {
    width: 400px;
}

.header_dropdown_menu_main_wrap a {
    padding: 10px 0px;
    padding-left: 13px;
}

.header_dropdown_menu_main_wrap1 a {
    padding-top: 20px;
}

.header_dropdown_menu_main_wrap2 a {
    padding-bottom: 20px;
}

.header_bg_nav_left_wrap p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
}

.header_bg_nav_middle_wrap {
    width: 40%;
    display: flex;
    justify-content: center;
}

.header_bg_nav_dot_wrap {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 10px;
    opacity: 1;
    transition: 400ms;
    cursor: pointer;
    background-origin: content-box;
    background-repeat: no-repeat;
}

.header_bg_nav_dot_wrap_inactive {
    opacity: 0.5;
}

.header_bg_nav_arrows_container {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_bg_nav_arrows_wrap {
    padding: 10px;
    margin: 0px 10px;
    cursor: pointer;
}

.header_bg_nav_arrows_wrap img {
    display: block;
}

.header_top_middle_wrap ul li a {
    font-weight: 700;
    letter-spacing: 1px;
    height: 100%;
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 15px;
}

.header_top_middle_wrap ul li a img {
    height: 13px;
    margin-left: 3px;
    transition: 400ms;
}

#menu_active {
    opacity: 1;
}

#menu_active::after {
    opacity: 1;
}

.header_top_left_container a {
    font-family: 'Cinzel', serif;

}

.header_top_left_container a img {
    height: 50%;
    width: 200px;
    display: block;
}

.header_top_right_container {
    height: 100%;
    display: flex;
    align-items: center;
}

.header_top_right_tel_wrap a {
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    margin-right: 50px;
    font-size: 22px;
    font-weight: 800;
}

.header_top_right_mm_wrap {
    padding: 15px 0px 15px 15px;
    cursor: pointer;
}

.header_top_middle_wrap ul li:hover a img {
    transform: rotate(-180deg);
}

.header_main_wrap {
    margin-top: 100px;
}

.header_main_wrap h3 {
    font-family: 'Cinzel', serif;
    color: #ffffff;
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-shadow: 0px 1px 2px rgb(0, 0, 0);
}

.header_main_wrap h1 {
    font-family: 'Cinzel', serif;
    color: #ffffff;
    font-size: 125px;
    line-height: 1.2;
    margin-bottom: 30px;
    text-shadow: 0px 1px 2px rgb(0, 0, 0);
}

.header_main_wrap h1 span {
    font-weight: 800;
}

.header_main_wrap p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #ffffff;
    width: 45%;
    line-height: 1.6;
    margin-bottom: 60px;
    text-shadow: 0px 1px 2px rgb(0, 0, 0);
}

.desktop_btn {
    font-family: 'Cinzel', serif;
    color: #ffffff;
    padding: 25px 35px;
    background-color: #2d2c2c;
    letter-spacing: 1px;
    margin-right: 30px;
    font-size: 17px;
    transition: 400ms;
}

.desktop_btn:hover {
    background-color: #1f1f1f;
}

.section_1_container {
    padding: 150px 0px;
    position: relative;
    z-index: 1;
}

.section_1_abs_txt_wrap {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: 'Cinzel', serif;
    z-index: -1;
}

.section_1_abs_txt_wrap p {
    font-weight: 800;
    font-size: 150px;
    color: rgba(0, 0, 0, 0.04);
    letter-spacing: 10px;
}

.section_1_flex_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.section_1_flex_left {
    width: 50%;
    display: flex;
}

.section_1_fi_left_wrap {
    width: 40%;
}

.section_1_fi_right_wrap {
    width: 60%;
}

.section_1_fi_left_wrap h3 {
    font-family: 'Cinzel', serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 45px;
    position: relative;
    z-index: 1;
    line-height: 1.3;
}

.section_1_fi_left_wrap h3::after {
    height: 2px;
    width: 1000px;
    position: absolute;
    background-color: #c4c4c4;
    bottom: -15px;
    left: 0;
    content: '';
    transform: translateX(-86%);
}

.section_1_fi_right_wrap {
    padding-right: 55px;
}

.section_1_fi_right_wrap h2 {
    font-family: 'Cinzel', serif;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 1.4;
}

.section_1_fi_right_wrap p {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
    margin-bottom: 20px;
}

.section_1_fi_right_wrap p:last-of-type {
    margin-bottom: 50px;
}

.section_1_fi_img_right_wrap {
    background-image: url(../imagini/s01_img_1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    width: 50%;
    position: relative;
    min-height: 620px;

}
.section_1_fi_img_right_wrap_dn2 {
    background-image: url(../imagini/s01_img_2.jpg);
}
.section_1_fi_right_wrap2 p:last-of-type {
    margin-bottom: 0px;
    width: 220%;
}

.section_2_wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
}

.section_2_flex_item {
    width: 31.5%;
    background-image: url(../imagini/servicii-bg-2-4k.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    padding: 55px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.section_2_flex_item2 {
    background-image: url(../imagini/servicii-bg-1-4k.jpg);
}

.section_2_flex_item3 {
    background-image: url(../imagini/servicii-bg-3-4k.jpg);
}

.section_2_title_container h2 {
    font-family: 'Cinzel', serif;
    color: #ffffff;
    font-size: 37px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 1px;
    text-shadow: 0px 1px 2px rgb(0, 0, 0);
}

.section_2_text_abs_container {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 55px;
    left: 55px;
    transform: rotate(-90deg);
}

.section_2_text_abs_wrap {
    width: 200px;
    height: 20px;
    display: flex;
    align-items: center;

}

.section_2_text_abs_wrap p {
    font-family: 'Cinzel', serif;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 800;
    color: #ffffff;
    transition: 400ms;
    opacity: 0.5;
    text-shadow: 0px 1px 2px rgb(0, 0, 0);
}

.section_2_a_abs_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.section_2_a_abs_container a {
    width: 100%;
    height: 100%;
}

.section_2_flex_item:hover .section_2_text_abs_wrap p {
    opacity: 1;
}

.section_1_flex_left3 {
    width: 100%;
}

.section_1_fi_left_wrap3 {
    width: 20%;
}

.section_1_abs_txt_wrap2 {
    transform: translateY(190%)
}

.section_contact_container {
    width: 80%;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.13);
}

.section_contact_wrap {
    width: 100%;
    height: 600px;
    display: flex;
    background-color: #ffffff;
}

.section_contact_left_container {
    width: 30%;
    padding: 65px 65px;
}

.section_contact_left_wrap {
    width: 100%;
    height: 100%;
}

.section_contact_item_container {
    display: flex;
    align-items: center;

}

.section_contact_item_container_middle {
    margin: 40px 0px;
}

.section_contact_svg_container img {
    height: 30px;
    width: 30px;
    display: block;
}

.section_2_top_lines {
    width: 30%;
    height: 30%;
    position: absolute;
    top: 55px;
    left: 55px;
    border-top: 2px solid rgba(255, 255, 255, 1);
    border-left: 2px solid rgba(255, 255, 255, 1);
    opacity: 0.5;
    transition: 400ms;
}

.section_2_bottom_lines {
    width: 30%;
    height: 30%;
    position: absolute;
    bottom: 55px;
    right: 55px;
    border-right: 2px solid rgba(255, 255, 255, 1);
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    opacity: 0.5;
    transition: 400ms;
}

.section_2_bg_abs_darken {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 45, 45, 0.7);
    z-index: -1;
    opacity: 0.7;
    transition: 400ms;
}

.section_2_flex_item:hover .section_2_top_lines {
    opacity: 1;
}

.section_2_flex_item:hover .section_2_bottom_lines {
    opacity: 1;
}

.section_2_flex_item:hover .section_2_bg_abs_darken {
    opacity: 1;
}

.section_contact_svg_container {
    width: 15%;
}

.section_contact_a_container {
    width: 85%;
}

.section_contact_map_container {
    width: 70%;
    height: 100%;
    background-color: rebeccapurple;
}

.section_contact_a_container a {
    font-family: 'Montserrat', sans-serif;
    color: #2d2c2c;
    font-weight: 600;
    line-height: 1.6;
    padding: 10px 0px;
    font-size: 18px;
    transition: 400ms;
    letter-spacing: 1px;
}

.section_contact_a_container a:hover {
    color: #1f1f1f;
}

#map {
    height: 100%;
}

.section_2_flex_item_project {
    width: 23%;
}

.section_project_a_wrap {
    display: flex;

}

.section_project_a_wrap a {
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding: 10px 30px 10px 0px;
    font-family: 'Cinzel', serif;
    font-weight: 800;
    color: #2d2c2c;
    font-size: 18px;
}

.section_project_a_wrap a img {
    display: block;
    height: 23px;
    margin-left: 10px;
    transition: 400ms;
}

.section_project_a_wrap a:hover img {
    transform: translateX(15px);
}

.section_2_flex_item_project3 {
    background-image: url(../imagini/proiecte-bg-3-4k.jpg);
}

.footer_container a {
    color: #ffffff;

}

.footer_copy_container p {
    color: #ffffff;
    text-align: center;
    padding: 15px;
    font-family: 'Cinzel', serif;
}

.footer_container {
    background-color: #2d2c2c;
    padding: 100px 0px 0px 0px;
}

.footer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 110px;
}



.footer_logo_wrap a img {
    width: 250px;
    height: auto;
}

.footer_small_container {
    width: 20%;
}

.footer_middle_container {
    width: 60%;

}

.footer_middle_wrap ul {
    display: flex;
    justify-content: center;
}

.footer_middle_wrap ul li a {
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    margin: 0px 10px;
}

.footer_temrs_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer_temrs_wrap a {
    font-family: 'Cinzel', serif;
    margin-left: 30px;
}

.mm_container {
    position: fixed;
    z-index: 50;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: 600ms ease-out;
}

.mm_container_active {
    transform: translateX(0);
}

.mm_abs_close_container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(45, 45, 45, 0.5);
    z-index: -1;
    cursor: crosshair;
}

.mm_menu_main_a_wrap a {
    color: #ffffff;
    font-family: 'Cinzel', serif;
    font-size: 20px;
    padding: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}

.mm_menu_main_a_wrap {
    transition: 500ms ease-out;
    opacity: 0;
    transform: translateX(-50px);
}

.mm_logo_contaniner a img {
    width: 250px;
    height: auto;
}

.mm_menu_main_a_wrap a {
    transition: 400ms;
}

.mm_menu_main_a_wrap a:hover {
    transform: translateX(15px);
}

.mm_wrap {
    width: 700px;
    height: 100%;
    background-color: #2d2c2c;
    position: relative;
    z-index: 55;
}

.mm_menu_main_a_wrap_lvl2 a {
    font-weight: 400;
    margin-left: 80px;
    font-size: 18px;
}

.mm_menu_main_a_wrap_lvl1 a {
    font-weight: 400;
    margin-left: 40px;
    padding: 7px;
    font-size: 16px;
}

.mm_menu_container {
    height: 100%;
    width: 100%;
    padding: 150px 50px 0px 50px;
}

.mm_logo_contaniner {
    position: absolute;
    top: 20px;
    left: 50px;
}

.mm_close_wrap img {
    width: 40px;
    height: 40px;
    display: block;
}

.mm_close_mm {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    transition: 800ms;
}

.mm_close_mm:hover {
    transform: rotate(180deg);
}

.menu_item_show {
    opacity: 1;
    transform: translateX(0px);
}

@keyframes arataSubcateg {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translateX(100%);
    }
}

@keyframes arataCateg {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translate(-50%, 100%);
    }
}

.li_dropdown2_class:hover #desktop_2_dropdown_main {
    animation: arataCateg 200ms ease-in;
    -webkit-animation-fill-mode: forwards;
    display: block !important;
}

.li_dropdown2_class:hover #desktop_2_dropdown_main2 {
    animation: arataCateg 200ms ease-in;
    -webkit-animation-fill-mode: forwards;
    display: block !important;
}

.li_dropdown2_class:hover #desktop_2_dropdown_main3 {
    animation: arataCateg 200ms ease-in;
    -webkit-animation-fill-mode: forwards;
    display: block !important;
}

.header_container_pagini {
    background-color: red;
    height: 350px;
}

.pagini_titlu_container {
    height: 100%;
    width: 100%;
    background-color: greenyellow;
    margin-top: 100px;
    background-image: url(../imagini/pagini-header-bg-4k.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pagini_titlu_wrap {
    display: flex;
    align-items: center;
    height: 100%;

}

.pagini_h1_container h1 {
    font-family: 'Cinzel', serif;
    color: #ffffff;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 30px;
    text-shadow: 0px 1px 2px rgb(0, 0, 0);
    font-weight: 600;
    letter-spacing: 1px;

}

.section_2_wrap_pagini {
    padding-top: 0px;
}

.contact_page_main_container {
    display: flex;
    flex-wrap: wrap;
}

.contact_page_flex_item {
    width: 50%;
    padding: 0px 150px 0px 50px;
}

.contact_page_flex_item2 {}

.contact_page_h2_wrap h2 {
    font-family: 'Cinzel', serif;
    font-size: 32px;
    margin-bottom: 15px;
}

.contact_page_p_wrap p {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.6;
}

.form_item_container {
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
}

.form_item_container label {
    font-family: 'Cinzel', serif;
    font-size: 18px;
    margin-bottom: 10px;
}

.form_item_container input {
    font-family: 'Montserrat', sans-serif;
    padding: 5px 10px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.32);
}

.form_item_container textarea {
    font-family: 'Montserrat', sans-serif;
    padding: 5px 10px;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.32);
    height: 200px;
}

.form_checkbox_item p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.6;

}

.form_checkbox_item p:last-of-type {
    margin-bottom: 30px;
}

.button_container button {
    font-family: 'Cinzel', serif;
    color: #ffffff;
    padding: 20px 35px;
    background-color: #2d2c2c;
    letter-spacing: 1px;
    margin-right: 30px;
    font-size: 17px;
    transition: 400ms;
    border: none;
}

.form_checkbox_item a {
    text-decoration: underline;
    color: #2e2e2e;
}

.contact_page_content_container h3 {
    font-family: 'Cinzel', serif;
    font-size: 32px;
    margin-bottom: 15px;
}

.contact_page_content_container {
    margin-bottom: 50px;
}

.contact_page_contact_wrap {
    margin-bottom: 20px;
}

.contact_page_contact_wrap p {
    font-family: 'Cinzel', serif;
    font-size: 18px;
    margin-bottom: 5px;
}

.contact_page_contact_wrap a {
    font-family: 'Montserrat', sans-serif;
}

.contact_page_a_contact_wrap a {
    margin-bottom: 10px;
    font-size: 20px;
    color: #2e2e2e;
    letter-spacing: 2px;
}

.contact_page_program_content_wrap p {
    margin-bottom: 10px;
    font-size: 20px;
    color: #2e2e2e;
    font-family: 'Montserrat', sans-serif;
}

.contact_page_program_content_wrap p span {
    font-weight: 700;
}

.contact_page_content_wrap p {
    font-size: 20px;
    color: #2e2e2e;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
}

.contact_page_email_contact_wrap a {
    font-size: 20px;
    color: #2e2e2e;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0px;
}

.contact_map_container {
    width: 100%;
    height: 700px;
}

#img_hale {
    background-image: url(../imagini/hale.jpg);
}

#img_gradinite {
    background-image: url(../imagini/gradinite.jpg);
}

#img_scoli {
    background-image: url(../imagini/scoli.jpg);
}

#img_case {
    background-image: url(../imagini/constructor-pensiune.jpg);
}

#img_pensiune {
    background-image: url(../imagini/constructor-case.jpg);
}

#img_tratare_apa {
    background-image:
}

#img_canal {
    background-image: url(../imagini/canalizare.jpg);
}

#img_aductiuni {}

#img_contoare {
    background-image: url(../imagini/sisteme-contorizare.jpg);
}

#img_aspersoare {
    background-image: url(../imagini/instalatii-aspersoare.jpg);
}

#img_panouri_solare {
    background-image: url(../imagini/panouri-solare.jpg);
}

#img_sprinkler {
    background-image: url(../imagini/sisteme-sprinklers.jpg);
}

#img_hidranti {
    background-image: url(../imagini/hidranti.jpg);
}

#img_camere_pompare {
    background-image: url(../imagini/camere-pompare.jpg);
}

#img_grupuri_pompare {
    background-image: url(../imagini/grupuri-pompare.jpg);
}

#img_incalzire_pardoseala {
    background-image: url(../imagini/incalzire-pardoseala.jpg);
}

#img_incalzire_radiatoare {
    background-image: url(../imagini/incalzire-radiatoare.jpg);
}

#img_pompe_caldura {
    background-image: url(../imagini/pompe-caldura.jpg);
}

#img_silozuri {
    background-image: url(../imagini/silozuri.jpg);
}

#img_incendii {
    background-image: url(../imagini/instalatii-stingere-incendii-4k.jpg);
}

#img_sanitare {
    background-image: url(../imagini/instalatii-sanitare-4k.jpg);
}

#img_termice {
    background-image: url(../imagini/instalatii-termice-4k.jpg);
}

.header_bg_img_container {
    position: absolute;
    top: 100px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: calc(100% - 100px);
}

.header_bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    transition: 650ms;
}

#header_main_bg_img_id_1 {
    background-image: url(../imagini/header_bg_2_4k.jpg);
    z-index: 12;
}

#header_main_bg_img_id_2 {
    background-image: url(../imagini/header_bg_1_4k.jpg);
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#header_main_bg_img_id_3 {
    z-index: 10;
    position: absolute;
    background-image: url(../imagini/header_bg_3_4k.jpg);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.h_clienti_testimonial_active {
    opacity: 0;
    transition: 650ms;
}
.certificari_flex_wrap {
    display: flex;
    flex-wrap: wrap;
}
.certificari_flex_item {
    width: 23%;
    margin: 1%;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.12);
}
.certificari_flex_item a {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}
.certificari_flex_item a img {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 2400px) {
    .button_container button {
        padding: 15px 30px;
        font-size: 15px;
    }
    .header_top_container {
        height: 80px;
    }

    .max_width {
        max-width: 1700px;
    }

    .header_top_left_container a img {
        height: auto;
        width: 160px;
        display: block;
    }

    .header_top_middle_wrap ul li {
        margin: 0px 20px;
    }

    .header_top_middle_wrap ul li a {
        font-size: 12px;
    }

    .header_top_right_tel_wrap a {
        margin-right: 20px;
        font-size: 18px;
    }

    .header_top_right_tel_wrap a img {
        height: 16px;
    }

    .header_top_right_mm_wrap img {
        height: 25px;
        display: block;
    }

    .header_main_container {
        padding-top: 80px;
    }

    .header_bg_img_container {
        position: absolute;
        top: 80px;
        left: 0px;
        z-index: -1;
        width: 100%;
        height: calc(100% - 80px);
    }

    .header_main_wrap h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .header_main_wrap h1 {
        font-size: 100px;
        margin-bottom: 20px;
    }

    .header_main_wrap p {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .desktop_btn {
        padding: 18px 30px;
        font-size: 16px;
    }

    .header_bg_nav_container {
        height: 120px;
    }

    .section_1_fi_left_wrap h3 {
        font-size: 30px;
    }

    .section_1_fi_right_wrap h2 {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .section_1_fi_right_wrap p {
        font-size: 15px;
    }

    .section_2_wrap {
        padding-top: 50px;
    }

    .section_2_flex_item {
        height: 580px;
        padding: 40px;
    }

    .section_2_title_container h2 {
        font-size: 28px;
    }

    .section_2_text_abs_container {
        bottom: 40px;
        left: 40px;
    }

    .section_2_text_abs_container p {
        font-size: 17px;
    }

    .section_2_top_lines {
        top: 40px;
        left: 40px;
    }

    .section_2_bottom_lines {
        bottom: 40px;
        right: 40px;
    }

    .section_1_container {
        padding: 100px 0px;
        position: relative;
        z-index: 1;
    }

    .section_1_flex_left {
        width: 60%;
    }

    .section_1_fi_img_right_wrap {
        width: 40%;
        min-height: 501px;
    }

    .section_1_fi_left_wrap {
        width: 30%;
    }

    .section_1_fi_right_wrap {
        width: 70%;
    }

    .section_1_fi_right_wrap2 {
        width: 60%;
    }

    .section_1_flex_left3 {
        width: 100%;
    }

    .section_1_fi_left_wrap3 {
        width: 18%;
    }

    .section_contact_container {
        width: 82%;
    }

    .section_contact_left_container {
        padding: 45px 35px;
    }

    .section_contact_svg_container img {
        height: 20px;
        width: 20px;
        display: block;
    }

    .section_contact_svg_container {
        width: 10%;
    }

    .section_contact_a_container {
        width: 90%;
    }

    .section_contact_a_container a {
        font-size: 15px;
    }

    .section_contact_item_container_middle {
        margin: 35px 0px;
    }

    .section_contact_wrap {
        height: 460px;
    }

    .section_1_abs_txt_wrap p {
        font-size: 120px;
        letter-spacing: 8px;
    }

    .footer_container {
        padding-top: 80px;
    }

    .footer_wrap {
        padding-bottom: 80px;
    }

    .footer_logo_wrap a img {
        width: 200px;
        height: auto;
    }

    .footer_middle_wrap ul li a {
        font-size: 15px;
        margin: 0px 5px;
    }

    .footer_terms_a_wrap a {
        margin-left: 15px;
        font-size: 16px;
    }

    .pagini_h1_container h1 {
        font-size: 42px;
        margin-bottom: 0px;
    }

    .pagini_titlu_container {
        margin-top: 80px;
    }

    .header_container_pagini {
        height: 260px;
    }

    .contact_page_h2_wrap h2 {
        font-size: 26px;
        margin-bottom: 14px;
    }

    .contact_page_p_wrap p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .form_item_container label {
        font-size: 15px;
        margin-bottom: 7px;
    }

    .form_item_container input {
        font-size: 14px;
    }

    .form_item_container textarea {
        font-size: 14px;
    }

    .form_item_container {
        margin-bottom: 20px;
    }

    .form_checkbox_item p {
        font-size: 12px;
    }

    .contact_page_content_container {
        margin-bottom: 30px;
    }

    .contact_page_content_container h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .contact_page_content_wrap p {
        font-size: 16px;
    }

    .contact_page_program_content_wrap p {
        font-size: 16px;
    }

    .contact_page_contact_wrap {
        margin-bottom: 10px;
    }

    .contact_page_contact_wrap p {
        font-size: 16px;
    }

    .contact_page_a_contact_wrap a {
        font-size: 17px;
    }

    .contact_page_email_contact_wrap a {
        font-size: 17px;
    }

    .contact_map_container {
        height: 550px;
    }

    .mm_menu_container {
        height: 100%;
        width: 100%;
        padding: 100px 40px 0px 40px;
    }

    .mm_menu_main_a_wrap a {
        font-size: 16px;
        padding: 5px;
    }

    .mm_logo_contaniner a img {
        width: 180px;
        height: auto;
    }

    .mm_logo_contaniner {
        left: 40px;
    }

    .mm_close_wrap img {
        width: 30px;
        height: 30px;
        display: block;
    }

    .mm_close_mm {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
        transition: 800ms;
    }
}
@media screen and (max-width: 1800px) {
    .section_1_fi_img_right_wrap {
        min-height: 407px;
    }
    .header_top_container {
        height: 70px;
    }

    .max_width {
        max-width: 1400px;
    }

    .header_top_left_container a img {
        height: auto;
        width: 130px;
        display: block;
    }

    .header_top_middle_wrap ul li {
        margin: 0px 15px;
    }

    .header_top_middle_wrap ul li a {
        font-size: 10px;
    }

    .header_top_right_tel_wrap a {
        margin-right: 20px;
        font-size: 16px;
    }

    .header_top_right_tel_wrap a img {
        height: 15px;
    }
    .header_top_dropdown_menu_main_container_mare {
        width: 290px;
    }
    .header_top_right_mm_wrap img {
        height: 23px;
        display: block;
    }

    .header_main_container {
        padding-top: 70px;
    }

    .header_bg_img_container {
        position: absolute;
        top: 70px;
        left: 0px;
        z-index: -1;
        width: 100%;
        height: calc(100% - 70px);
    }

    .header_main_wrap h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .header_main_wrap h1 {
        font-size: 75px;
        margin-bottom: 20px;
    }

    .header_main_wrap p {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .desktop_btn {
        padding: 14px 25px;
        font-size: 14px;
    }

    .header_bg_nav_container {
        height: 90px;
    }
    .header_bg_nav_flex_container {
        width: 370px;
    }
    .header_bg_nav_left_wrap p {
        font-size: 14px;
    }
    .header_bg_nav_dot_wrap {
        width: 9px;
        height: 9px;
        margin: 7px;
    }
    .header_bg_nav_arrows_wrap img {
        width: 20px;
        height: 20px;
    }
    .section_1_fi_left_wrap h3 {
        font-size: 27px;
    }

    .section_1_fi_right_wrap h2 {
        margin-bottom: 20px;
        font-size: 23px;
    }

    .section_1_fi_right_wrap p {
        font-size: 13px;
    }

    .section_2_wrap {
        padding-top: 50px;
    }

    .section_2_flex_item {
        height: 490px;
        padding: 40px;
    }

    .section_2_title_container h2 {
        font-size: 22px;
    }

    .section_2_text_abs_container {
        bottom: 40px;
        left: 40px;
    }

    .section_2_text_abs_container p {
        font-size: 15px;
    }
    .section_1_fi_right_wrap {
        padding-right: 40px;
    }
    .section_1_fi_right_wrap p {
        margin-bottom: 15px;
    }
    .section_1_fi_right_wrap p:last-of-type {
        margin-bottom: 20px;
    }
    .section_2_top_lines {
        top: 40px;
        left: 40px;
    }

    .section_2_bottom_lines {
        bottom: 40px;
        right: 40px;
    }

    .section_1_container {
        padding: 90px 0px;
        position: relative;
        z-index: 1;
    }

    .section_1_flex_left {
        width: 60%;
    }

    .section_1_fi_img_right_wrap {
        width: 40%;
    }

    .section_1_fi_left_wrap {
        width: 30%;
    }

    .section_1_fi_right_wrap {
        width: 70%;
    }

    .section_1_fi_right_wrap2 {
        width: 60%;
    }

    .section_1_flex_left3 {
        width: 100%;
    }

    .section_1_fi_left_wrap3 {
        width: 18%;
    }

    .section_contact_container {
        width: 82%;
    }

    .section_contact_left_container {
        padding: 45px 35px;
    }

    .section_contact_svg_container img {
        height: 20px;
        width: 20px;
        display: block;
    }

    .section_contact_svg_container {
        width: 10%;
    }

    .section_contact_a_container {
        width: 90%;
    }

    .section_contact_a_container a {
        font-size: 15px;
    }

    .section_contact_item_container_middle {
        margin: 35px 0px;
    }

    .section_contact_wrap {
        height: 430px;
    }

    .section_1_abs_txt_wrap p {
        font-size: 110px;
        letter-spacing: 6px;
    }

    .footer_container {
        padding-top: 60px;
    }

    .footer_wrap {
        padding-bottom: 60px;
    }

    .footer_logo_wrap a img {
        width: 160px;
        height: auto;
    }

    .footer_middle_wrap ul li a {
        font-size: 13px;
        margin: 0px 5px;
    }

    .footer_terms_a_wrap a {
        margin-left: 10px;
        font-size: 13px;
    }
    .footer_copy_container p {
        padding: 5px;
        font-size: 12px;
    }
    .pagini_h1_container h1 {
        font-size: 34px;
        margin-bottom: 0px;
    }

    .pagini_titlu_container {
        margin-top: 70px;
    }

    .header_container_pagini {
        height: 170px;
    }

    .contact_page_h2_wrap h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .contact_page_p_wrap p {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .form_item_container label {
        font-size: 13px;
        margin-bottom: 2px;
    }

    .form_item_container input {
        font-size: 11px;
        padding: 4px 7px;
    }

    .form_item_container textarea {
        font-size: 11px;
    }

    .form_item_container {
        margin-bottom: 18px;
    }

    .form_checkbox_item p {
        font-size: 12px;
    }
    .contact_page_flex_item {
        padding-right: 100px;
    }
    .contact_page_content_container {
        margin-bottom: 20px;
    }

    .contact_page_content_container h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .contact_page_content_wrap p {
        font-size: 14px;
    }

    .contact_page_program_content_wrap p {
        font-size: 14px;
    }

    .contact_page_contact_wrap {
        margin-bottom: 10px;
    }

    .contact_page_contact_wrap p {
        font-size: 15px;
    }

    .contact_page_a_contact_wrap a {
        font-size: 15px;
    }

    .contact_page_email_contact_wrap a {
        font-size: 14px;
    }

    .contact_map_container {
        height: 500px;
    }

    .mm_menu_container {
        height: 100%;
        width: 100%;
        padding: 80px 40px 0px 40px;
    }

    .mm_menu_main_a_wrap a {
        font-size: 15px;
        padding: 3px;
    }

    .mm_logo_contaniner a img {
        width: 140px;
        height: auto;
    }

    .mm_logo_contaniner {
        left: 40px;
    }

    .mm_close_wrap img {
        width: 25px;
        height: 25px;
        display: block;
    }

    .mm_close_mm {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
        transition: 800ms;
    }
    .section_contact_left_container {
        width: 40%;
    }
    .section_contact_map_container {
        width: 60%;
    }
    .button_container button {
        padding: 12px 30px;
        font-size: 14px;
    }
    .mm_wrap {
        width: 500px;
    }
}
@media screen and (max-width: 1450px) {
    .header_top_container {
        height: 60px;
    }

    .max_width {
        max-width: 1200px;
    }

    .header_top_left_container a img {
        height: auto;
        width: 100px;
        display: block;
    }

    .header_top_middle_wrap ul li {
        margin: 0px 10px;
    }

    .header_top_middle_wrap ul li a {
        font-size: 9px;
    }

    .header_top_right_tel_wrap a {
        margin-right: 10px;
        font-size: 15px;
    }

    .header_top_right_tel_wrap a img {
        height: 14px;
    }
    .header_top_dropdown_menu_main_container_mare {
        width: 270px;
    }
    .header_top_right_mm_wrap img {
        height: 21px;
        display: block;
    }

    .header_main_container {
        padding-top: 60px;
    }

    .header_bg_img_container {
        position: absolute;
        top: 60px;
        left: 0px;
        z-index: -1;
        width: 100%;
        height: calc(100% - 60px);
    }

    .header_main_wrap h3 {
        font-size: 18px;
        margin-bottom: 11px;
    }

    .header_main_wrap h1 {
        font-size: 60px;
        margin-bottom: 15px;
    }

    .header_main_wrap p {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .desktop_btn {
        padding: 12px 20px;
        font-size: 13px;
    }

    .header_bg_nav_container {
        height: 80px;
    }
    .header_bg_nav_flex_container {
        width: 370px;
    }
    .header_bg_nav_left_wrap p {
        font-size: 14px;
    }
    .header_bg_nav_dot_wrap {
        width: 9px;
        height: 9px;
        margin: 7px;
    }
    .header_bg_nav_arrows_wrap img {
        width: 20px;
        height: 20px;
    }
    .section_1_fi_left_wrap h3 {
        font-size: 20px;
    }

    .section_1_fi_right_wrap h2 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .section_1_fi_right_wrap p {
        font-size: 12px;
    }

    .section_2_wrap {
        padding-top: 30px;
    }

    .section_2_flex_item {
        height: 400px;
        padding: 25px;
    }

    .section_2_title_container h2 {
        font-size: 19px;
    }

    .section_2_text_abs_container {
        bottom: 25px;
        left: 25px;
    }

    .section_2_text_abs_container p {
        font-size: 13px;
    }
    .section_1_fi_right_wrap {
        padding-right: 40px;
    }
    .section_1_fi_right_wrap p {
        margin-bottom: 15px;
    }
    .section_1_fi_right_wrap p:last-of-type {
        margin-bottom: 20px;
    }
    .section_2_top_lines {
        top: 25px;
        left: 25px;
    }

    .section_2_bottom_lines {
        bottom: 25px;
        right: 25px;
    }

    .section_1_container {
        padding: 70px 0px;
        position: relative;
        z-index: 1;
    }

    .section_1_flex_left {
        width: 60%;
    }

    .section_1_fi_img_right_wrap {
        width: 40%;
    }

    .section_1_fi_left_wrap {
        width: 30%;
    }

    .section_1_fi_right_wrap {
        width: 70%;
    }

    .section_1_fi_right_wrap2 {
        width: 60%;
    }

    .section_1_flex_left3 {
        width: 100%;
    }

    .section_1_fi_left_wrap3 {
        width: 18%;
    }

    .section_contact_container {
        width: 82%;
    }

    .section_contact_left_container {
        padding: 45px 35px;
    }

    .section_contact_svg_container img {
        height: 20px;
        width: 20px;
        display: block;
    }

    .section_contact_svg_container {
        width: 10%;
    }

    .section_contact_a_container {
        width: 90%;
    }

    .section_contact_a_container a {
        font-size: 13px;
    }

    .section_contact_item_container_middle {
        margin: 25px 0px;
    }

    .section_contact_wrap {
        height: 400px;
    }

    .section_1_abs_txt_wrap p {
        font-size: 90px;
        letter-spacing: 5px;
    }

    .footer_container {
        padding-top: 40px;
    }

    .footer_wrap {
        padding-bottom: 40px;
    }

    .footer_logo_wrap a img {
        width: 130px;
        height: auto;
    }

    .footer_middle_wrap ul li a {
        font-size: 10px;
        margin: 0px 5px;
    }

    .footer_terms_a_wrap a {
        margin-left: 10px;
        font-size: 11px;
    }
    .footer_copy_container p {
        padding: 5px;
        font-size: 10px;
    }
    .pagini_h1_container h1 {
        font-size: 30px;
        margin-bottom: 0px;
    }

    .pagini_titlu_container {
        margin-top: 60px;
    }

    .header_container_pagini {
        height: 130px;
    }

    .contact_page_h2_wrap h2 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .contact_page_p_wrap p {
        font-size: 12px;
        margin-bottom: 11px;
    }

    .form_item_container label {
        font-size: 12px;
        margin-bottom: 2px;
    }

    .form_item_container input {
        font-size: 10px;
        padding: 4px 7px;
    }

    .form_item_container textarea {
        font-size: 10px;
    }

    .form_item_container {
        margin-bottom: 15px;
    }

    .form_checkbox_item p {
        font-size: 9px;
    }
    .contact_page_flex_item {
        padding-right: 100px;
    }
    .contact_page_content_container {
        margin-bottom: 20px;
    }

    .contact_page_content_container h3 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .contact_page_content_wrap p {
        font-size: 13px;
    }

    .contact_page_program_content_wrap p {
        font-size: 13px;
    }

    .contact_page_contact_wrap {
        margin-bottom: 5px;
    }

    .contact_page_contact_wrap p {
        font-size: 14px;
    }

    .contact_page_a_contact_wrap a {
        font-size: 14px;
    }

    .contact_page_email_contact_wrap a {
        font-size: 14px;
    }

    .contact_map_container {
        height: 400px;
    }

    .mm_menu_container {
        height: 100%;
        width: 100%;
        padding: 80px 40px 0px 40px;
    }

    .mm_menu_main_a_wrap a {
        font-size: 11px;
        padding: 2px;
    }

    .mm_logo_contaniner a img {
        width: 130px;
        height: auto;
    }

    .mm_logo_contaniner {
        left: 40px;
    }

    .mm_close_wrap img {
        width: 20px;
        height: 20px;
        display: block;
    }

    .mm_close_mm {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
        transition: 800ms;
    }
    .section_contact_left_container {
        width: 40%;
    }
    .section_contact_map_container {
        width: 60%;
    }
    .button_container button {
        padding: 12px 30px;
        font-size: 14px;
    }
    .mm_wrap {
        width: 500px;
    }
}
@media screen and (max-width: 1210px) {
    .certificari_flex_wrap {
        flex-wrap: wrap;
    }
    .certificari_flex_item {
        width: 48%;
    }
    .section_1_fi_img_right_wrap {
        min-height: auto;
    }
    .header_top_wrap {
        width: 100%;
        padding: 0px 15px;
    }
    .header_top_middle_container {
        display: none;
    }
    .max_width {
        max-width: 100%;
        padding: 0px 15px;
    }
    .header_main_wrap h3 {
        font-size: 20px;
    }
    .header_main_wrap h1 {
        font-size: 65px;
    }
    .header_main_wrap p {
        font-size: 15px;
        width: 70%;
    }
    .desktop_btn {
        padding: 18px 30px;
        font-size: 15px;
    }
    .section_1_fi_left_wrap {
        display: none;
    }
    .section_1_flex_left {
        width: 50%;
    }
    .section_1_fi_right_wrap {
        width: 100%;
    }
    .section_1_fi_img_right_wrap {
        width: 50%;
    }
    .section_1_fi_right_wrap2 {
        display: none;
    }
    .section_1_fi_right_wrap h2 {
        font-size: 26px;
    }
    .section_1_fi_right_wrap p {
        font-size: 15px;
        text-align: justify;
    }
    .section_contact_container {
        width: 100%;
    }
    .section_1_flex_left3 {
        width: 100%;
    }
    .footer_wrap {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .footer_small_container {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .footer_logo_wrap {
        margin-bottom: 20px;
    }
    .footer_middle_container {
        width: 1000%;
        margin-bottom: 20px;
    }
    .footer_temrs_wrap {
        margin-bottom: 20px;
    }
    .footer_middle_wrap ul li a {
        font-size: 15px;
    }
    .header_container_pagini {
        height: 200px;
    }
}
@media screen and (max-width: 800px) {
    .mm_wrap {
        width: 100%;
    }
    .header_main_wrap h3 {
        font-size: 17px;
    }
    .header_main_wrap h1 {
        font-size: 45px;
    }
    .header_main_wrap p {
        width: 100%;
        margin-bottom: 30px;
    }
    .desktop_btn {
        margin-right: 10px;
        padding: 15px 20px;
        font-size: 14px;
    }
    .header_bg_nav_flex_container {
        width: 100%;
    }
    .header_main_container {
        height: calc(100% - 80px);
    }
    .section_2_wrap {
        flex-wrap: wrap;
    }
    .section_2_flex_item {
        width: 100%;
        margin-bottom: 5%;
    }
    .section_2_title_container h2 {
        font-size: 22px;
    }
    .section_2_flex_item {
        height: 320px;
    }
    .section_2_text_abs_container {
        transform: rotate(0deg);
    }
    .section_2_text_abs_wrap p {
        font-size: 20px;
    }
    .section_1_container {
        padding: 0px;
        padding-top: 80px;
    }
    .section_1_container_last {
        padding-bottom: 50px;
    }
    .section_1_flex_container {
        flex-wrap: wrap;
    }
    .section_1_flex_left {
        width: 100%;
    }
    .section_1_fi_img_right_wrap {
        width: 100%;
        height: 320px;
        margin-top: 30px;
    }
    .section_1_fi_right_wrap {
        padding-right: 0px;
    }
    .section_contact_wrap {
        flex-wrap: wrap;
    }
    .section_contact_left_container {
        width: 100%;
    }
    .section_contact_wrap {
        height: auto;
    }
    .section_1_abs_txt_wrap {
        display: none;
    }
    .section_contact_map_container {
        height: 360px;
        width: 100%;
    }
    .section_contact_a_container a {
        font-size: 16px;
    }
    .section_contact_left_container {
        padding: 30px 15px;
    }
    .footer_middle_wrap ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .footer_middle_wrap ul li {
        
        display: flex;
        justify-content: center;
    }
    .footer_middle_wrap ul li a {
       font-size: 16px;
        margin: 5px 0px;
    }
    .mm_menu_container {
        overflow-y: scroll;
        padding-bottom: 40px;
        padding-left: 15px;
    }
    .mm_menu_main_a_wrap a {
        font-size: 15px;
        line-height: 1.2;
        padding: 5px 0px;
    }
    .mm_menu_main_a_wrap_lvl1 a {
        margin-left: 20px;
    }
    .mm_logo_contaniner {
        left: 15px;
    }
    .contact_page_main_container {
        flex-wrap: wrap;
    }
    .contact_page_flex_item {
        width: 100%;
        padding: 0px;
    }
    .contact_page_flex_item2 {
        margin-top: 50px;
    }
    .contact_page_h2_wrap h2 {
        font-size: 22px;
    }
    .contact_page_p_wrap p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .form_item_container label {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .form_item_container input {
        font-size: 15px;
        padding: 5px 7px;
    }
    .form_item_container textarea {
        font-size: 15px;
        padding: 5px 7px;
    }
    .form_item_container {
        margin-bottom: 30px;
    }
    .form_checkbox_item p {
        font-size: 12px;
    }
    .contact_page_content_container h3 {
        font-size: 22px;
    }
    .contact_page_content_wrap p {
        font-size: 16px;
    }
    .contact_page_program_content_wrap p {
        font-size: 16px;
    }
    .contact_page_contact_wrap p {
        font-size: 15px;
    }
    .contact_page_a_contact_wrap a {
        font-size: 17px;
    }
    .contact_page_email_contact_wrap a {
        font-size: 17px;
    }
    .footer_terms_a_wrap a {
        margin-left: 0px;
    }
}
@media screen and (max-width: 600px) {
    .certificari_flex_item {
        margin: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 379px) {
    .section_2_title_container h2 {
        font-size: 25px;
    }
    .section_2_text_abs_wrap p {
        font-size: 18px;
    }
    .section_contact_a_container a {
        font-size: 15px;
    }
    
}
@media screen and (max-width: 362px) {
    .header_main_wrap h3 {
        font-size: 16px;
    }
    .header_main_wrap h1 {
        font-size: 40px;
    }
    .desktop_btn {
        padding: 15px 15px;
    }
    .section_contact_a_container a {
        font-size: 14px;
    }
    .contact_page_main_container {
        flex-direction: column-reverse;
    }
    .contact_page_flex_item2 {
        margin-top: 0px;
        margin-bottom: 50px;
    }
}
font-family: 'Cinzel',
serif;
font-family: 'Montserrat',
sans-serif;
