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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

img {
    display: block;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

a {
    display: inline-block;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

p {
    color: #08283a;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    color: #08283a;
    font-family: 'Montserrat', sans-serif;
}

h2 {
    color: #08283a;
    font-family: 'Montserrat', sans-serif;
}

h3 {
    color: #08283a;
    font-family: 'Montserrat', sans-serif;
}

h4 {
    color: #08283a;
    font-family: 'Montserrat', sans-serif;
}

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

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

.header_container {
    height: 100vh;
    width: 100%;


}

.top_header_container {
    height: 100px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    position: relative;
    z-index: 4;
}

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

.top_header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.top_logo_container {
    width: 20%;
    height: 100%;
}

.top_logo_wrap {
    height: 100%;
}

.top_logo_wrap a {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100px;
}

.top_logo_wrap a img {
    height: 100px;
}

.top_menu_container {
    width: 60%;
    height: 100%;
}

.top_menu_wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_menu_wrap nav {
    height: 100%;
}

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

.top_menu_wrap ul li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_menu_wrap ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #414141;
    font-size: 20px;
    padding: 0px 30px;
    transition: 350ms ease;
}

.top_menu_wrap ul li a:hover {
    background-color: #457afa;
    color: #fff;
}

.page_current a {
    background-color: #457afa;
    color: #fff !important;
}

.top_menu_number_container {
    height: 100%;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_menu_number_wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.top_menu_number_wrap a {
    font-family: 'Montserrat', sans-serif;
    font-size: 27px;
    color: #457afa;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.top_mm_container {
    width: 100px;
    height: 100px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_mm_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.top_mm_wrap span {
    width: 45px;
    height: 4px;
    background-color: #fff;
    border-radius: 5px;
    margin: 5px;
    position: relative;
}

.top_mm_wrap span:last-of-type::after {
    content: 'MENIU';
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 150%);
    opacity: 0;
    transition: 350ms ease;

}

.top_mm_wrap:hover span:last-of-type:after {
    opacity: 1;
}

.header_main_container {
    height: calc(100vh - 100px);
    position: relative;
    z-index: 1;
}

.header_main_wrap {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.header_main_content_wrap h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 92px;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 1.05;
}

.header_main_content_wrap h1 span {
    font-size: 170px;
    font-weight: 900;
}

.header_main_content_wrap p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    width: 70%;
    margin-bottom: 50px;
}

.header_main_a_container {
    display: flex;
}

.header_main_a_wrap a {
    font-weight: 700;
    font-size: 20px;
    background-color: #457afa;
    color: #fff;
    padding: 25px 45px;
    transition: 350ms ease;
}

.header_main_a_wrap a:hover {
    background-color: #000;
}

.first_button {
    margin-right: 60px;
}

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

.header_main_img_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 1;
    transition: 650ms;
}

#header_img_1 {
    background-image: url(../imagini/header_img_3_4k.jpg);
}

.section_blue {
    background-color: #457afa;
}

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

.obiectiv_wrap {
    width: 50%;
    display: flex;
    align-items: center;
}

.obiectiv_1st {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.obiectiv_text_container {
    width: 50%;
    height: 100%;
    padding: 45px;
    background-color: rgba(255, 255, 255, 0.09);
}

.obiectiv_img_container {
    width: 50%;
    height: 100%;
}

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

.obiectiv_inverted {
    flex-direction: row-reverse;
}

.obiectiv_wrap h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.1;
}

.obiectiv_1st p {
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
}

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

.obiectiv_text_container h3 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
}

.despre_noi_container {
    display: flex;
}

.section_padding {
    padding-top: 100px;
}

.despre_noi_item {
    width: 50%;
}

.despre_noi_item_text {
    padding: 45px;
}

.dn_item_h2_wrap h2 {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 1.1;
}

.dn_item_p_wrap p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: justify;
}

.dn_item_p_wrap p span {
    font-weight: 500;
}

.dn_item_p_list_wrap p {
    line-height: 1.6;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.dn_item_p_list_wrap p span {
    font-weight: 900;
    color: #457afa;
}

.dn_item_p_list_wrap {
    margin-bottom: 40px;
}

.despre_noi_item_img {
    background-image: url(../imagini/despre-noi-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_date_container {
    width: 50%;
    padding-right: 45px;
}

.contact_date_title_wrap h2 {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.1;
}

.contact_date_title_wrap p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 50px;
}

.contact_date_a_wrap {
    margin-bottom: 70px;
}

.contact_date_a_wrap p {
    font-size: 27px;
    line-height: 1.7;
    margin: 10px 0px;
    font-weight: 700;
}

.contact_date_a_wrap p a {
    font-weight: 500;
    color: #457afa;
}

.contact_container {
    display: flex;
}

.contact_form_container {
    width: 50%;
    padding: 0px 45px;
}

.form_input_container {
    display: flex;
    justify-content: space-between;
}

.form_input_small {
    width: 48%;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 30px;
}

.form_input_small input {
    width: 100%;
    box-sizing: border-box;
}

.form_input_small label {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    margin-bottom: 5px;
}

.form_input_small label span {
    color: #457afa;
}

.form_input_small input {
    border: 2px solid #457afa;
    padding: 15px;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.form_input_small input:focus {
    outline: none;
    border: 2px solid #000;
}

.form_textarea {
    width: 100%;
}

.form_textarea textarea {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #457afa;
    padding: 15px;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    height: 250px;
}

.form_input_small textarea:focus {
    outline: none;
    border: 2px solid #000;
}

.form_checkbox_container {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    cursor: pointer;
}

.form_checkbox_container input {
    box-sizing: border-box;
}

.form_checkbox_container label {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    box-sizing: border-box;
}

.form_checkbox_container label a {
    text-decoration: underline;
    color: #457afa;
}

.form_btn {
    font-weight: 700;
    font-size: 20px;
    background-color: #457afa;
    color: #fff;
    padding: 25px 45px;
    transition: 350ms ease;
    border: 0px;
    outline: none;
    cursor: pointer;
}

.form_btn:hover {
    background-color: #000;
}

.form_btn:focus {
    outline: none;
    border: none;
}

.section_padding_last {
    padding-bottom: 100px;
}

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

#map {
    width: 100%;
    height: 100%;
}

footer {
    background-color: #457afa;
}

.footer_container {
    display: flex;
    padding: 70px 0px;
}

.footer_item {
    width: 25%;
    padding-right: 45px;
}

.footer_logo_wrap a img {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}

.footer_contact_a_wrap {
    margin-bottom: 30px;
}

.footer_contact_a_wrap p {
    color: #fff;
    font-size: 20px;
    margin: 10px 0px;
    line-height: 1.4;
}

.footer_contact_a_item_wrap {
    display: flex;
    align-items: center;
    margin: 15px 0px;
}

.footer_contact_a_item_wrap img {
    width: 25px;
    margin-right: 15px;
    height: 25px;
}

.footer_contact_a_item_wrap a {
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
}

.footer_social_wrap a img {
    height: 55px;
    width: 55px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 50%;

}

.footer_item_title_wrap h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 32px;
    margin: 20px 0px 35px 0px;
}

.footer_item_a_wrap a {
    line-height: 1.6;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    margin: 10px 0px;
    transition: 350ms ease;
}

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

.copyright_container {
    background-color: rgba(255, 255, 255, 0.07);

}

.copyright_wrap p {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 15px;
    color: #fff;
    font-weight: 500;
}

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

.header_pagini {
    height: 100px;
}

.breadcrum_container {
    padding: 50px 0px;
    border-bottom: 1px solid #e1e1e1;
}

.breadcrum_container a {
    font-weight: 500;
    font-size: 18px;
    color: #08283a;
}

.breadcrum_container a:first-of-type {
    font-weight: 700;
}

.breadcrum_container span {
    color: #457afa;
    font-size: 22px;
    font-weight: 900;
}

.page_h1_wrap h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.1;
}

.page_section_a_item a {
    font-size: 18px;
    margin: 10px 0px;
    padding: 5px 0px;
    font-weight: 500;
    color: #414141;
}

.page_section_a_item a span {
    font-weight: 900;
    color: #457afa;
}

.instruire_item_container {
    padding-top: 80px;
}

.instruire_item_title_wrap {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}

.instruire_item_title_wrap h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0px;
    line-height: 1.1;
}

.instruire_item_p_normal p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
}

.instruire_item_p_margin {
    margin-left: 50px;
}

.instruire_item_p_margin p {
    font-weight: 400;
}

.instruire_item_p_margin ol {
    list-style: decimal;
}

li::marker {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #457afa;
    font-weight: 500;
}

.instruire_item_alert_wrap p {
    color: red;
    font-weight: 600;
}

.instruire_item_alert_wrap p span {
    font-weight: 700;
    font-size: 36px;
}

.info_submenu_container {
    background-color: #f7f7f7;
}

.info_submenu_links_container {
    display: flex;
    padding: 50px;
    justify-content: center;
}

.info_submenu_a_item a {
    padding: 15px;
    margin: 0px 10px;
    border: 1px solid #457afa;
    border-radius: 50px;
    font-weight: 500;
    transition: 350ms ease;
    color: #414141;
}

.info_submenu_a_item a:hover {
    background-color: #457afa;
    color: #fff;
}

.info_submenu_a_item_active a {
    background-color: #457afa;
    color: #fff;
}

.documente_top_container {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}

.documente_data_wrap {
    width: 20%;
    text-align: center;
}

.documente_top_container p {
    font-size: 22px;
    font-weight: 700;
}
.documente_data_wrap p span {
    font-weight: 700;
}

.document_a_wrap a img {
    height: 22px;
    margin-right: 10px;
}

.document_wrap {
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.document_a_date_wrap {
    width: 20%;
    text-align: center;
}

.document_a_wrap a {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    line-height: 1.2;
}

.document_a_date_wrap p {
    font-size: 18px;
    font-weight: 500;
}

.documente_nume_wrap {
    width: 80%;
}

.document_a_wrap {
    width: 80%;
}

.document_a_item_wrap {
    display: inline-block;
}

.document_a_wrap a::after {
    content: 'VEZI DOCUMENT';
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translate(50%, -50%);
    font-size: 16px;
    color: #457afa;
    opacity: 0;
    transition: 350ms ease;
    line-height: 1.2;
}

.document_wrap_1st {
    padding-top: 40px;
}

.document_a_wrap:hover a:after {
    opacity: 1;
}

.cv_item_container {
    display: flex;
    /*    align-items: center;*/
    position: relative;
    z-index: 1;
}

.cv_item_container::after {
    content: '';
    width: 1px;
    height: 100%;
    left: 30%;
    background-color: #e1e1e1;
    position: absolute;
}

.cv_item_title_wrap {
    width: 30%;
    padding: 15px 25px;
    text-align: end;
}

.cv_item_title_wrap_big {
    padding: 25px;
}

.cv_item_title_wrap p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

.cv_item_title_wrap_big p {
    font-weight: 700;
    font-size: 22px;
}

.cv_item_info_container {
    width: 70%;
}

.cv_item_info_container p {
    font-size: 18px;
    font-weight: 500;
    padding: 15px 25px;
    line-height: 1.3;
    transition: 350ms ease;
}
.cv_item_info_container a {
    display: block;
}
.cv_item_info_container a:hover p {
    color: #457afa;
}
.h_clienti_testimonial_active {
    opacity: 0;
    transition: 650ms;
}

#header_img_2 {
    background-image: url(../imagini/header_img_1_4k.jpg)
}

#header_img_3 {
    background-image: url(../imagini/header_img_2_4k.jpg)
}

.sidemenu_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 90;
    transform: translateX(100%);

}

.sidemenu_overlay {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    z-index: 91;
    position: relative;
    opacity: 0;
    transition: 400ms ease;

}

.sidemenu_menu_container {
    position: absolute;
    top: 0;
    right: 0;
    width: 40vw;
    background-color: #fff;
    height: 100%;
    z-index: 92;
    border-left: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    padding: 100px;
    transform: translateX(100%);
    transition: 450ms ease;
}

.sidemenu_menu_close_wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background-color: #597def;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.sidemenu_menu_close_btn img {
    display: block;
    width: 55px;
    height: 55px;
}

.sidemenu_menu_a_wrap a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #414141;
    font-size: 32px;
    padding: 10px 0px;
    margin: 10px 0px;
    transition: 350ms ease;
}

.sidemenu_menu_a_wrap a:hover {
    color: #597def;
    transform: translateX(15px);
}

.sidemenu_menu_logo_container {
    height: 100px;
    width: 100px;
    position: absolute;
    top: 0;
    left: 90px;
    display: flex;
    align-items: center;
    font-family: medium, sans-serif;
    font-size: 32px;

}

.sidemenu_menu_logo_container a {
    width: 100%;
}

.sidemenu_menu_logo_container a img {
    width: 100%;
    height: auto;
}

.sidemenu_menu_contact_container {
    position: absolute;
    bottom: 0;
    left: 100px;
    padding-bottom: 100px;
}

.sidemenu_menu_contact_a_wrap a {
    font-family: 'Montserrat', sans-serif;
    color: #597def;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: underline;
}

.sidemenu_menu_contact_a_wrap a:last-of-type {}

.sidemenu_active {
    transform: translateX(0%);
}

.sidemenu_close_active {
    opacity: 1;
}

.sidmenu_menu_active {
    transform: translateX(0);
}

.sidemenu_active {
    transform: translateX(0);
}

.sidemenu_opacity {
    opacity: 1;
}

.sidmenu_menu_active {
    transform: translateX(0);
}

.sidemenu_menu_a_wrap_margin a {
    margin-left: 50px;
    font-size: 27px;
}

@media screen and (max-width: 2000px) {
    .max_width {
        max-width: 1140px;
    }

    .top_header_container {
        height: 80px;
    }

    .top_logo_wrap a {
        width: 80px;
        height: 80px;
    }

    .top_logo_wrap a img {
        width: 80px;
        height: 80px;
    }

    .top_mm_container {
        height: 80px;
        width: 80px;
    }

    .top_mm_wrap span {
        width: 35px;
        margin: 4px;
    }

    .top_mm_wrap span:last-of-type::after {
        font-size: 8px;
    }
    .top_menu_wrap ul li a {
        font-size: 16px;
        padding: 0px 20px;
    }
    .top_menu_number_wrap a {
        font-size: 20px;
        margin-right: 5px;
    }
    .header_main_content_wrap h1 {
        font-size: 72px;
    }
    .header_main_content_wrap h1 span {
        font-size: 140px;
    }
    .header_main_content_wrap p {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .header_main_container {
        height: calc(100vh - 80px);
    }
    .header_main_a_wrap a {
        font-size: 18px;
        padding: 15px 35px;
    }
    .dn_item_h2_wrap h2 {
        font-size: 50px;
        margin-bottom: 30px;
    }
    .dn_item_p_wrap p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .dn_item_p_list_wrap p {
        font-size: 16px;
    }
    .despre_noi_item_text {
        padding: 35px;
    }
    .obiectiv_wrap h2 {
        font-size: 50px;
        margin-bottom: 20px;
    }
    .obiectiv_1st p {
        font-size: 18px;
    }
    .obiectiv_text_container {
        padding: 35px;
    }
    .obiectiv_text_container h3 {
        font-size: 18px;
    }
    .contact_date_title_wrap h2 {
        font-size: 50px;
        margin-bottom: 20px;
    }
    .contact_date_title_wrap p {
        font-size: 16px;
        margin-bottom: 35px;
    }
    .contact_date_a_wrap p {
        font-size: 20px;
    }
    .form_input_small input {
        padding: 10px;
    }
    .form_textarea textarea {
        padding: 10px;
        height: 180px;
    }
    .form_checkbox_container {
        margin-bottom: 25px;
    }
    .form_checkbox_container label {
        font-size: 10px;
    }
    .form_btn {
        font-size: 18px;
        padding: 15px 35px;
    }
    .footer_logo_wrap a img {
        width: 80px;
        height: 80px;
    }
    .footer_contact_a_item_wrap a {
        font-size: 15px;
    }
    .footer_contact_a_item_wrap img {
        width: 19px;
        height: 19px;
        margin-right: 10px;
    }
    .footer_social_wrap a img {
        padding: 7px;
        width: 35px;
        height: 35px;
    }
    .footer_item_title_wrap h3 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .footer_item_a_wrap a {
        font-size: 16px;
        margin: 6px 0px;
    }
    .copyright_wrap p {
        padding: 12px;
        font-size: 12px;
    }
    .header_pagini {
        height: 80px;
    }
    .breadcrum_container {
        padding: 35px 0px;
    }
    .info_submenu_links_container {
        padding: 35px 0px;
    }
    .info_submenu_a_item a {
        font-size: 15px;
        padding: 12px 20px;
    }
    .page_h1_wrap h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .cv_item_title_wrap_big {
        padding: 20px;
    }
    .cv_item_title_wrap_big p {
        font-size: 20px;
    }
    .cv_item_title_wrap {
        padding: 12px 20px;
    }
    .cv_item_title_wrap p {
        font-size: 16px;
    }
    .cv_item_info_container p {
        font-size: 16px;
        padding: 12px 20px;
    }
    .breadcrum_container a {
        font-size: 15px;
    }
    .breadcrum_container span {
        font-size: 18px;
    }
    .section_padding_last {
        padding-bottom: 50px;
    }
    .section_padding {
        padding-top: 50px;
    }
    .footer_container {
        padding: 50px 0px;
    }
    .documente_top_container p {
        font-size: 18px;
    }
    .document_a_wrap a {
        font-size: 16px;
    }
    .document_a_date_wrap p {
        font-size: 16px;
    }
    .document_wrap {
        padding: 10px 0px;
    }
    .document_wrap_1st {
        padding-top: 20px;
    }
    .page_section_a_item a {
        margin: 5px 0px;
    }
    .instruire_item_title_wrap h2 {
        font-size: 25px;
    }
    .instruire_item_p_normal p {
        font-size: 16px;
    }
    li::marker {
        font-size: 16px;
    }
    .sidemenu_menu_logo_container {
        width: 80px;
        height: 80px;
    }
    .sidemenu_menu_close_wrap {
        width: 80px;
        height: 80px;
    }
    .sidemenu_menu_close_btn img {
        width: 35px;
        height: 35px;
    }
    .sidemenu_menu_a_wrap a {
        font-size: 20px;
        margin: 4px 0px;
    }
    .sidemenu_menu_a_wrap_margin a {
        margin-left: 30px;
        font-size: 18px;
    }
    .sidemenu_menu_contact_a_wrap a {
        font-size: 22px;
    }
    .sidemenu_menu_contact_container {
        padding-bottom: 80px;
    }
    .instruire_item_container {
        padding-top: 70px;
    }
}
@media screen and (max-width: 1800px) {
   .max_width {
        max-width: 1040px;
    }

    .top_header_container {
        height: 70px;
    }

    .top_logo_wrap a {
        width: 70px;
        height: 70px;
    }

    .top_logo_wrap a img {
        width: 70px;
        height: 70px;
    }

    .top_mm_container {
        height: 70px;
        width: 70px;
    }

    .top_mm_wrap span {
        width: 35px;
        margin: 4px;
    }

    .top_mm_wrap span:last-of-type::after {
        font-size: 8px;
    }
    .top_menu_wrap ul li a {
        font-size: 14px;
        padding: 0px 20px;
    }
    .top_menu_number_wrap a {
        font-size: 19px;
        margin-right: 5px;
    }
    .header_main_content_wrap h1 {
        font-size: 60px;
        margin-bottom: 25px;
    }
    .header_main_content_wrap h1 span {
        font-size: 115px;
    }
    .header_main_content_wrap p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .header_main_container {
        height: calc(100vh - 70px);
    }
    .header_main_a_wrap a {
        font-size: 15px;
        padding: 12px 30px;
    }
    .dn_item_h2_wrap h2 {
        font-size: 42px;
        margin-bottom: 20px;
    }
    .dn_item_p_wrap p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .dn_item_p_list_wrap p {
        font-size: 14px;
    }
    .despre_noi_item_text {
        padding: 30px;
    }
    .obiectiv_wrap h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .obiectiv_1st p {
        font-size: 15px;
    }
    .obiectiv_text_container {
        padding: 25px;
    }
    .obiectiv_text_container h3 {
        font-size: 15px;
    }
    .contact_date_title_wrap h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .contact_date_title_wrap p {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .contact_date_a_wrap p {
        font-size: 17px;
    }
    .form_input_small input {
        padding: 7px;
        font-size: 14px;
    }
    .form_input_small label {
        font-size: 13px;
    }
    .form_textarea textarea {
        padding: 10px;
        height: 180px;
    }
    .form_checkbox_container {
        margin-bottom: 25px;
    }
    .form_checkbox_container label {
        font-size: 10px;
    }
    .form_btn {
        font-size: 15px;
        padding: 12px 25px;
    }
    .map_container {
        height: 500px;
    }
    .footer_logo_wrap a img {
        width: 70px;
        height: 70px;
    }
    .footer_contact_a_item_wrap a {
        font-size: 13px;
    }
    .footer_contact_a_item_wrap img {
        width: 15px;
        height: 15px;
        margin-right: 7px;
    }
    .footer_social_wrap a img {
        padding: 7px;
        width: 35px;
        height: 35px;
    }
    .footer_item_title_wrap h3 {
        font-size: 19px;
        margin-bottom: 15px;
    }
    .footer_item_a_wrap a {
        font-size: 14px;
        margin: 5px 0px;
    }
    .copyright_wrap p {
        padding: 10px;
        font-size: 11px;
    }
    .header_pagini {
        height: 70px;
    }
    .breadcrum_container {
        padding: 25px 0px;
    }
    .info_submenu_links_container {
        padding: 25px 0px;
    }
    .info_submenu_a_item a {
        font-size: 14px;
        padding: 10px 20px;
    }
    .page_h1_wrap h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .cv_item_title_wrap_big {
        padding: 15px;
    }
    
    .cv_item_title_wrap {
        padding: 10px 20px;
    }
    .cv_item_title_wrap p {
        font-size: 14px;
    }
    .cv_item_info_container p {
        font-size: 14px;
        padding: 10px 20px;
    }
    .cv_item_title_wrap_big p {
        font-size: 18px;
    }
    .breadcrum_container a {
        font-size: 15px;
    }
    .breadcrum_container span {
        font-size: 18px;
    }
    .section_padding_last {
        padding-bottom: 50px;
    }
    .section_padding {
        padding-top: 50px;
    }
    .documente_top_container {
        padding: 15px 0px;
    }
    .footer_container {
        padding: 50px 0px;
    }
    .documente_top_container p {
        font-size: 16px;
    }
    .document_a_wrap a {
        font-size: 14px;
    }
    .document_a_date_wrap p {
        font-size: 14px;
    }
    .document_wrap {
        padding: 10px 0px;
    }
    .document_wrap_1st {
        padding-top: 20px;
    }
    .page_section_a_item a {
        margin: 5px 0px;
    }
    .instruire_item_title_wrap h2 {
        font-size: 22px;
        margin: 15px 0px;
    }
    .instruire_item_p_normal p {
        font-size: 15px;
    }
    .document_a_wrap a::after {
        font-size: 14px;
    }
    li::marker {
        font-size: 16px;
    }
    .sidemenu_menu_logo_container {
        width: 70px;
        height: 70px;
    }
    .sidemenu_menu_close_wrap {
        width: 70px;
        height: 70px;
    }
    .sidemenu_menu_close_btn img {
        width: 30px;
        height: 30px;
    }
    .sidemenu_menu_a_wrap a {
        font-size: 18px;
        margin: 4px 0px;
    }
    .sidemenu_menu_a_wrap_margin a {
        margin-left: 30px;
        font-size: 16px;
    }
    .sidemenu_menu_contact_a_wrap a {
        font-size: 20px;
    }
    .sidemenu_menu_contact_container {
        padding-bottom: 50px;
    }
    .page_section_a_item a {
        font-size: 17px;
    }
    .instruire_item_container {
        padding-top: 50px;
    }
    .instruire_item_title_wrap {
        margin-bottom: 20px;
    }
    .instruire_item_alert_wrap p span {
        font-size: 26px;
    }
}
@media screen and (max-width: 1470px) {
    .header_main_content_wrap h1 span {
        font-size: 90px;
    }
    .header_main_content_wrap h1 {
        font-size: 47px;
    }
    .header_main_content_wrap p {
        font-size: 13px;
    }
    .dn_item_h2_wrap h2 {
        font-size: 36px;
    }
    .dn_item_p_wrap p {
        font-size: 12px;
    }
    .dn_item_p_list_wrap p {
        font-size: 12px;
    }
    .obiectiv_wrap h2 {
        font-size: 36px;
    }
    .obiectiv_1st p {
        font-size: 14px;
    }
    .obiectiv_text_container h3 {
        font-size: 13px;
    }
    .contact_date_title_wrap h2 {
        font-size: 36px;
    }
    .contact_date_title_wrap p {
        font-size: 13px;
    }
    .contact_date_a_wrap p {
        font-size: 15px;
    }
    .form_input_small label {
        font-size: 11px;
    }
    .form_input_small {
        margin-bottom: 20px;
    }
    .form_input_small input {
        font-size: 12px;
    }
    .form_textarea textarea {
        font-size: 12px;
    }
    .sidemenu_menu_a_wrap a {
        padding: 5px 0px;
    }
    .sidemenu_menu_container {
        padding: 60px;
    }
    .sidemenu_menu_logo_container {
        left: 60px;
    }
    .sidemenu_menu_contact_container {
        left: 60px;
        padding-bottom: 50px;
    }
    .page_section_a_item a {
        font-size: 16px;
    }
    .instruire_item_title_wrap h2 {
        font-size: 20px;
        margin: 12px 0px;
    }
    .instruire_item_p_normal p {
        font-size: 13px;
    }
    li::marker {
        font-size: 14px;
    }
}
@media screen and (max-width: 1100px) {
    .max_width{
        max-width: 900px;
    }
    .top_menu_container {
        display: none;
    }
    .top_menu_number_container {
        width: auto;
    }
    .top_menu_number_wrap a {
        font-size: 22px;
        margin-right: 15px;
    }
    .header_main_content_wrap p {
        font-size: 16px;
    }
    .header_main_content_wrap h1 span {
        font-size: 110px;
    }
    .header_main_content_wrap h1 {
        font-size: 60px;
    }
    .header_main_a_wrap a {
        font-size: 16px;
        padding: 15px 25px;
    }
    .first_button {
        margin-right: 30px;
    }
    .dn_item_h2_wrap h2 {
        font-size: 42px;
    }
    .dn_item_p_wrap p {
        font-size: 15px;
    }
    .dn_item_p_list_wrap p {
        font-size: 15px;
    }
    .obiectiv_wrap h2 {
        font-size: 42px;
    }
    .obiectiv_1st p {
        font-size: 15px;
    }
    .page_h1_wrap h1 {
        font-size: 42px;
    }
    .instruire_item_title_wrap h2 {
        font-size: 22px;
    }
    .instruire_item_p_normal p {
        font-size: 15px;
    }
    li::marker {
        font-size: 16px;
    }
    .documente_top_container p {
        font-size: 18px;
    }
    .document_a_wrap a {
        font-size: 16px;
    }
    .document_a_date_wrap p {
        font-size: 16px;
    }
    .contact_date_title_wrap p {
        font-size: 15px;
    }
    .contact_date_a_wrap p {
        font-size: 16px;
    }
    .form_input_small input {
        font-size: 14px;
    }
    .form_textarea textarea {
        font-size: 14px;
    }
    .form_btn {
        font-size: 16px;
    }
    .info_submenu_a_item a {
        font-size: 16px;
    }
}
@media screen and (max-width: 990px) {
    .max_width {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
    .despre_noi_container {
        flex-wrap: wrap;
    }
    .despre_noi_item {
        width: 100%;
        padding: 0px;
    }
    .obiectiv_wrap {
        width: 100%;
    }
    .obiective_container {
        padding: 50px 0px;
    }
    .obiectiv_1st p {
        margin-bottom: 30px;
    }
    .obiectiv_text_container h3 {
        font-size: 17px;
    }
    .obiectiv_reverted_mobile {
        flex-direction: row;
    }
    .obiectiv_reverted_mobile_2 {
        flex-direction: row-reverse;
    }
    .contact_date_container {
        width: 100%;
        padding-right: 0px;
    }
    .contact_container {
        flex-wrap: wrap;
    }
    .contact_form_container {
        width: 100%;
        padding: 0px;
    }
    .contact_date_a_wrap {
        margin-bottom: 50px;
    }
    .footer_container {
        flex-wrap: wrap;
    }
    .footer_item {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .footer_contact_a_item_wrap a {
        font-size: 16px;
    }
    .footer_contact_a_item_wrap img {
        height: 18px;
        width: 18px;
    }
    .footer_item_title_wrap h3 {
        font-size: 22px;
    }
    .footer_item_a_wrap a {
        font-size: 16px;
    }
    .sidemenu_menu_container {
        width: 100vw;
    }
    .sidemenu_menu_a_wrap a {
        font-size: 22px;
    }
    .sidemenu_menu_a_wrap_margin a {
        font-size: 20px;
    }
    .info_submenu_links_container {
        flex-wrap: wrap;
    }
    .info_submenu_a_item a {
        margin: 5px 10px;
    }
    .page_h1_wrap h1 {
        font-size: 30px;
    }
}
@media screen and (max-width: 750px) {
    .max_width {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header_main_content_wrap h1 {
        font-size: 32px;
    }
    .header_main_content_wrap h1 span {
        font-size: 65px;
    }
    .header_main_content_wrap p {
        width: 100%;
        font-size: 15px;
    }
    .header_main_a_wrap a {
        font-size: 15px;
        padding: 15px 10px;
    }
    .dn_item_h2_wrap h2 {
        font-size: 30px;
    }
    .dn_item_p_wrap p {
        font-size: 14px;
    }
    .dn_item_p_list_wrap p {
        font-size: 14px;
    }
    .obiectiv_wrap h2 {
        font-size: 29px;
    }
    .obiectiv_wrap {
        flex-direction: column;
    }
    .obiectiv_text_container {
        width: 100%;
    }
    .obiectiv_img_container {
        width: 100%;
    }
    .obiectiv_text_container h3 {
        font-size: 18px;
    }
    .obiectiv_text_container {
        padding: 35px 25px;
    }
    .contact_date_title_wrap h2 {
        font-size: 30px;
    }
    .form_input_container {
        flex-wrap: wrap;
    }
    .form_input_small {
        width: 100%;
    }
    .max_width_top {
        padding: 0px;
    }
    .sidemenu_menu_logo_container {
        left: 0px;
    }
    .info_submenu_links_container {
        flex-direction: column;
        align-items: center;
    }
    .cv_item_title_wrap {
        width: 40%;
        padding: 10px 10px 10px 0px;
    }
    .cv_item_info_container {
        width: 60%;
    }
    .cv_item_info_container p {
        padding: 10px 0px 10px 10px;
    }
    .cv_item_container::after {
        left: 40%;
    }
    .documente_nume_wrap {
        width: 75%;
    }
    .documente_data_wrap {
        width: 25%;
    }
    .documente_data_wrap p span {
        display: none;
    }
    .document_a_wrap {
        width: 75%;
    }
    .document_a_date_wrap {
        width: 25%;
    }
    .document_a_wrap a::after {
        display: none;
    }
    .instruire_item_p_margin {
        margin-left: 20px;
    }
    .page_section_a_item a {
        line-height: 1.3;
    }
    #header_img_1 {
        background-image: url(../imagini/header_img_3_mobile.jpg);
    }
    #header_img_2 {
        background-image: url(../imagini/header_img_1_mobile.jpg);
    }
    #header_img_3 {
        background-image: url(../imagini/header_img_2_mobile.jpg);
    }
    .sidemenu_menu_container {
        padding: 25px;
    }
    .sidemenu_menu_contact_container {
        padding-bottom: 25px;
        left: 25px;
    }
}
@media screen and (max-width: 400px) {
    .document_a_wrap a img {
        height: 17px;
        margin-right: 5px;
    }
    .document_a_wrap a {
        font-size: 15px;
        padding-right: 10px;
    }
    .document_a_date_wrap p {
        font-size: 15px;
    }
}
@media screen and (max-width: 370px) {
    
}
#457afa;
