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;
}

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 {
    width: 100%;
    max-width: 2560px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: auto;
}

.header {
    height: 100vh;
    position: relative;
}

.header_container {
    position: fixed;
    background-color: #ffffff;
    top: 0;
    height: 120px;
    margin: auto;
    width: 100%;
    z-index: 20;
}

.header_wrap {
    width: 100%;
    margin: auto;
    height: 100%;
}

.top_container {
    width: 90%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.top_left a img {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_r_nav_descktop ul li {
    display: inline-block;
}

.top_r_nav_descktop ul li a {
    display: inline-block;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    margin-right: 40px;
    padding: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #4b4b4b;
}

#menu_dsktop_hover {
    color: #FFBB00;
}

.top_r_call a {
    display: inline-block;
    text-decoration: none;
    line-height: 50px;
    padding: 0px 33px 0px 33px;
    border-radius: 40px;
    margin-right: 50px;
    font-family: 'Roboto', sans-serif;
    background-color: hsl(44, 100%, 50%);
    color: #4b4b4b;
    letter-spacing: 2px;

    -webkit-transition: 500ms ease;
    transition: 500ms ease;
    font-weight: 600;
    position: relative;
}

.top_r_call a::after {
    content: '';
    height: 100%;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    z-index: -1;


}

.top_r_call a:hover {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.top_r_nav_mobile_wrap {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    padding: 5px;
}

.mobile_menu_line {
    height: 2px;
    width: 80%;
    background-color: black;
    margin: 2px 0px 2px auto;
    border-radius: 2px;

}

.mobile_menu_line1 {
    height: 1px;
}

.mobile_menu_line2 {
    width: 50%;
    margin: 2px 0px 2px auto;
    height: 2px;
    -webkit-transition: 500ms ease;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
}

.mobile_hover {
    width: 80%;
}

.header_main_container {
    height: 100vh;
    padding-top: 120px;
    background-image: url(../images/header_background_desktop_2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header_main_wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%;
    margin: auto;
    color: #4b4b4b;

}

.header_main_left {
    width: 50%;
}

.header_main_left h3 {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 40px;
    color: #6b6b6b;
}

.header_main_left h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 90px;
    letter-spacing: 1px;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 700;
}

.header_main_left h1 span {
    font-weight: 900;
    color: #ffbb00;
}

.header_main_left p {
    font-family: 'Raleway', sans-serif;
    margin-bottom: 50px;
    line-height: 1.8;
    font-size: 17px;
}

.header_main_a a {
    display: inline-block;
    text-decoration: none;
    padding: 20px 33px 20px 33px;
    border-radius: 40px;
    margin-right: 50px;
    font-family: 'Roboto', sans-serif;
    background-color: hsl(44, 100%, 50%);
    color: #4b4b4b;
    letter-spacing: 2px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
    font-weight: 700;
}

.header_main_a a:last-of-type {
    background-color: #4b4b4b;
    color: #ffffff;
}

.header_main_a a:hover {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.header_social_container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.h_social_line {
    height: 2px;
    width: 8.4%;
    background-color: hsl(44, 100%, 50%);
}

.h_social_dot {
    height: 8px;
    width: 8px;
    background-color: hsl(44, 100%, 50%);
    border-radius: 50%;
    margin-right: 15px;
}

.h_social_ico a {
    padding: 15px;
    border: 2px solid hsl(44, 100%, 50%);
    margin-right: 30px;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 1;
}

.h_social_ico a i {
    position: absolute;
    ;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: hsl(44, 100%, 50%);
}

.h_clienti {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Raleway', sans-serif;
    color: hsl(44, 100%, 50%);
    letter-spacing: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

}

.h_clienti p {
    font-weight: 600;
    font-size: 15px;
}

.s01_wrap {
    padding: 150px 0px;
    position: relative;
}

.s01_container {
    width: 80%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.so1_logo_container {
    width: 16.666666%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.so1_logo_container img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px 30px;
}

.s01_line_container {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 120%;
    z-index: 19;

}

.s01_line {
    width: 1px;
    height: 90%;
    background-color: hsl(44, 100%, 50%);
    margin: auto;
}

.s01_dot {
    height: 8px;
    width: 8px;
    background-color: hsl(44, 100%, 50%);
    border-radius: 50%;

    margin: auto;
}

.s02_wrap {
    padding: 100px 0px;
    position: relative;
    z-index: 10;
}

.s02_container {
    width: 80%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
    -ms-flex: 2 0px;
    flex: 2 0px;

}

.s02_flex_item {
    width: 50%;
    height: 100%;
    background-color: red;
}

.s02_flex_item2 {
    padding: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.s02_flex_item2 h3 {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 40px;
    color: #6b6b6b;
}

.s02_flex_item2 h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    letter-spacing: 1px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.s02_flex_item2 p {
    font-family: 'Raleway', sans-serif;
    margin-bottom: 50px;
    line-height: 1.7;
    font-size: 17px;
}

.s02_flex_item2 a {
    display: inline-block;
    text-decoration: none;
    padding: 25px 35px;
    font-family: 'Raleway', sans-serif;
    border: 2px solid hsl(44, 100%, 50%);
    background-color: hsl(44, 100%, 50%);
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #4b4b4b;
    border-radius: 50px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
}

.s02_flex_item2 a:hover {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.s02_wrap::before {
    content: '';
    width: 130%;
    height: 110%;
    background-color: #F3F3F3;
    top: 50%;
    left: 50%;
    z-index: -1;
    position: absolute;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform: translate(-50%, -50%) rotate(-3deg);
    transform: translate(-50%, -50%) rotate(-3deg);
}

.s02_line_container {

    height: 25%;
    position: absolute;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);

}

.s02_line {
    width: 1px;
    height: 100%;
    background-color: hsl(44, 100%, 50%);
    margin: auto;
}

.s02_dot {
    height: 8px;
    width: 8px;
    background-color: hsl(44, 100%, 50%);
    border-radius: 50%;
    margin: auto;
}

.s03_wrap {
    padding: 200px 0px 300px 0px;
    color: #4b4b4b;
    position: relative;
    z-index: 12;
}

.s03_container {
    position: relative;
    z-index: 1;
}

.s01_line_container2 {
    bottom: 0;
}

.s03_next_container p {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: hsl(44, 100%, 50%);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

.s03_container {
    width: 80%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.s03_flex_item {
    width: 33.33333%;
    text-align: center;
    padding: 40px;
}

.s03_img_container img {
    width: 90px;
    display: inline-block;
    margin-bottom: 20px;
}

.s03_h4_container h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    margin-bottom: 40px;
}

.s04_p_container p {
    font-family: 'Raleway', sans-serif;
    line-height: 1.7;
}

.s04_wrap {
    padding: 50px 0px 50px 0px;
    position: relative;
    z-index: 2;
    background-color: #F3F3F3;
}

/* .s04_wrap::before {
    content: '';
    width: 130%;
    height: 110%;
    background-color:#F3F3F3;
    top: 50%;
    left: 50%;
    z-index: -1;
    position: absolute;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform: translate(-50%, -50%) rotate(-3deg);
    transform: translate(-50%, -50%) rotate(-3deg);
} */

.s04_container {
    width: 1526px;
    width: 70%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    margin-bottom: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.s04_flex_item {
    width: 32%;
    background-color: #ffffff;
    font-family: 'Raleway', sans-serif;
    position: relative;
    margin-bottom: 1%;
    margin-left: 1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.s04_flex_item::before {
    content: '';
    width: 85%;
    height: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 30px 55px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 55px 0 rgba(0, 0, 0, 0.2);
    z-index: -1;
    opacity: 0;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
}

.s04_flex_item:hover::before {
    opacity: 1;
}

.s04_fi_img img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.s04_title_container h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    letter-spacing: 1px;
    margin-bottom: 70px;
    text-align: center;
}

.s04_title {
    height: 75px;
    margin-bottom: 20px;
}

.s04_title h5 {
    padding: 0px 30px;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.4;
    font-family: 'Raleway', sans-serif;
    color: #404040;

}

.s04_p {
    height: 90px;
    margin-bottom: 30px;
    text-overflow: ellipsis;
}

.s04_p p {
    padding: 0px 30px;
    text-align: justify;
    line-height: 1.4;
    text-overflow: ellipsis;
}

.ellipsis {
    text-overflow: ellipsis;
}

.s04_a {
    padding: 0px 30px 35px 30px;
}

.s04_a a {
    display: inline-block;
    text-decoration: none;
    padding: 15px 35px;
    font-family: 'Raleway', sans-serif;
    border: 2px solid hsl(44, 100%, 50%);
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    color: hsl(44, 100%, 50%);
    border-radius: 50px;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
}

.s04_a a:hover {
    background-color: hsl(44, 100%, 50%);
    color: #404040;
}

.s04_vezi_toate {
    text-align: center;
}

.s04_vezi_toate a {
    display: inline-block;
    text-decoration: none;
    padding: 25px 35px;
    font-family: 'Raleway', sans-serif;
    border: 2px solid hsl(44, 100%, 50%);
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    color: hsl(44, 100%, 50%);
    border-radius: 50px;
}

.s04_next_container {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%);
    z-index: 2;
}

.s04_line {
    width: 0.7px;
    height: 100px;
    background-color: hsl(44, 100%, 50%);
    margin: auto;
}

.s04_next_container p {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: hsl(44, 100%, 50%);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.s04_dot {
    height: 8px;
    width: 8px;
    background-color: hsl(44, 100%, 50%);
    border-radius: 50%;
    margin: auto;
}

.s02_flex_item1 {
    height: 100%;
    background-color: aquamarine;
    position: relative;
    -webkit-box-ordinal-group: ;
    -ms-flex-order: ;
    order: ;

}

.s02_flex_item1 img {
    -webkit-box-shadow: 0 30px 55px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 30px 55px 0 rgba(0, 0, 0, 0.3);
    margin-left: auto;
    border-radius: 15px;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
}

.s05_wrap {
    padding: 250px 0px;
    background-image: url(../images/Bucharest2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.s04_wrap::before {
    content: '';
    width: 120%;
    height: 200px;
    position: absolute;
    background-color: #f3f3f3;
    z-index: -1;
    top: -120px;
    left: -20px;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.s04_wrap_pagina_servicii::before {
    display: none;
}

.s05_wrap::before {
    content: '';
    width: 120%;
    height: 200px;
    position: absolute;
    background-color: #f3f3f3;
    z-index: 1;
    top: -120px;
    left: -20px;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.s05_wrap::after {
    content: '';
    width: 120%;
    height: 200px;
    position: absolute;
    background-color: #f3f3f3;
    bottom: -120px;
    left: -20px;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}

.s05_container {
    width: 60%;
    margin: auto;
    text-align: center;
    color: #ffffff;
}

.s05_title h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    letter-spacing: 1px;
    margin-bottom: 90px;
    text-align: center;
}

.s05_p p {
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    margin-bottom: 80px;
    line-height: 1.6;
    font-size: 17px;
    letter-spacing: 1px;
}

.s05_person {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.s06_left_svg img {
    width: 60px;
}

.s06_wrap {
    padding: 150px 0px;
    position: relative;
    z-index: 1;
    background-color: #F3F3F3;
}

.s06_container {
    width: 60%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.s06_flex_item {
    width: 50%;
}

.s06_left_title {
    text-align: center;
    margin-bottom: 50px;

    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    color: #2b2b2b;
    letter-spacing: 1px;
    line-height: 1.3;
}

.s06_flex_item1 {
    padding: 65px;
}

.s06_flex_item2 {}

.s06_contact_wrap {
    width: 70%;
    margin: auto;
    padding: 75px 55px;
    background-color: #ffffff;
    position: relative;
}

.s06_contact_wrap::after {
    content: '';
    position: absolute;
    width: 90%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 20px 55px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 55px 0 rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.s06_contact_title {
    text-align: center;
    margin-bottom: 50px;

    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    color: #2b2b2b;
    letter-spacing: 1px;
    line-height: 1.3;
}

.s06_form_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    margin-bottom: 20px;
    border: 2px solid rgba(0, 0, 0, 0.22);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.s06_form_text p {
    margin-left: 10px;
    font-family: 'Raleway', sans-serif;
}

.s06_btn_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    margin-bottom: 30px;
}

.homePage_form_btn {
    text-decoration: none;
    line-height: 50px;
    padding: 0px 33px 0px 33px;
    border-radius: 40px;
    font-family: 'Roboto', sans-serif;
    background-color: #FFBB00;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 600;
    border: 0px;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.22);
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
}

.homePage_form_btn:hover {
    -webkit-box-shadow: 1px 10px 15px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 10px 15px rgba(0, 0, 0, 0.22);
}

.homePage_form_btn_container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.form_input_container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    position: relative;
}
label.error {
    position: absolute;
    bottom: -22px;
    font-family: 'Raleway', sans-serif;
    color: red;
    font-size: 12px;
}
#result {
    display: block;
    font-family: 'Raleway', sans-serif;
    color: hsl(44, 100%, 50%);
    width: 100%;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 20px;
}
.form_input_container textarea:focus {
    outline: none;
}
.icon {
    padding: 15px;
    min-width: 50px;
    text-align: center;
    border: 1px solid hsl(44, 100%, 50%);
    background-color: hsl(44, 100%, 50%);
    color: #ffffff;
}

.icon_contact {
    background-color: rgba(0, 0, 0, 0);
    color: #333333;
    border-left: 1px solid rgba(0, 0, 0, 0.22);
    border-right: none;
    border-top: 1px solid rgba(0, 0, 0, 0.22);
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.homePage_input_field {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.22);
    border-left: 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    padding-left: 15px;
    transition: 400ms;
}
.homePage_input_field:focus {
    outline: none;
    border: 1px solid hsl(44, 100%, 50%);
}
.homePage_input_field2 {
    padding: 15px;
}

.s06_left_fl_i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.s06_left_text p {
    font-family: 'Raleway', sans-serif;
    margin-left: 50px;
    line-height: 1.6;
}

.s06_left_text h5 {
    font-family: 'Raleway', sans-serif;
    margin-left: 50px;
    margin-bottom: 15px;
    font-weight: 600;
}

.s06_mail {
    text-align: center;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.s07_wrap {
    background-color: #F3F3F3;
    padding: 150px 0px;
}

.s07_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.s07_flex_item1 {
    z-index: 19;
}

.s07_flex_item1 img {
    left: 100px;
    top: 50px;
}

.s08_wrap {
    padding: 200px 0px;
    background-color: #565761;
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: -1;
}

.s08_container {
    width: 60%;
    margin: auto;
}

.s08_container h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    margin-bottom: 20px;
}

.s08_p1 {
    font-family: 'Raleway', sans-serif;
    margin-bottom: 70px;
    letter-spacing: 1px;
}

.homePage_newsletter_form_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
    position: relative;
}
.consultatie_result_container {
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -24px;
    font-family: 'Raleway', sans-serif;
    color: hsl(44, 100%, 50%);
}
#result2 {
    display: block;
    line-height: 1.2;
}
.homePage_newsletter_form_container {
    width: 38%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px;
    position: relative;
}

.homePage_newsletter_btn {
    display: inline-block;
    text-decoration: none;
    line-height: 60px;
    padding: 0px 53px 0px 53px;
    border-radius: 40px;
    margin-left: 10px;
    font-family: 'Roboto', sans-serif;
    background-color: hsl(44, 100%, 50%);
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 16px;
    border: 0px;
    cursor: pointer;
}

.icon2 {
    padding: 20px;
}

.s08_flex_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.s08_flex_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    color: #2b2b2b;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 38%;
    margin: 10px;
    font-family: 'Raleway', sans-serif;
}

.s08_fi_text {
    margin-left: 10px;
}

.s08_last_item a {
    display: inline-block;
    text-decoration: none;
    line-height: 60px;
    padding: 0px 53px 0px 53px;
    border-radius: 40px;
    margin-left: 10px;
    font-family: 'Roboto', sans-serif;
    background-color: hsl(44, 100%, 50%);
    color: #ffffff;
    letter-spacing: 2px;
}

.s08_last_p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    opacity: 0.5;
}

.s08_last_p a {
    color: #ffffff;
}

.footer_flex_item img {
    width: 250px;
    margin-bottom: 20px;
}

.footer_wrap {
    padding-top: 100px;
    z-index: -1;
    position: relative;
}

.footer_container {
    max-width: 70%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.footer_flex_item {
    width: 25%;
    padding: 25px;
    z-index: 20;
}

.footer_flex_item1 {
    width: 40%;
}

.footer_flex_item3 {
    width: 20%;
}

.footer_1_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}

.footer_fi_title {
    margin-top: 25px;
}

.footer_fi_title p {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #2b2b2b;
    margin-bottom: 20px;
}

.footer_fi_p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer_fi_p a {
    display: inline-block;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
}

.footer_a_ct {
    margin-bottom: 10px;
}
.footer_a_ct a {
    color: #333333;
}

.footer_1_svg {
    font-size: 22px;
    width: 20px;
    width: 50px;
    text-align: center;
}

.footer_1_p {
    font-family: 'Roboto', sans-serif;
    margin-left: 10px;
    font-size: 15px;
    line-height: 1.3;
}

.footer_1_p a {
    text-decoration: none;
    color: #2b2b2b;
}

.footer_mid_wrap {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 25px 0px;
}

.footer_mid_container {
    max-width: 70%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Raleway', sans-serif;
}

.footer_mid_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_mid_left_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 35px;
    width: 300px;
    border-radius: 45px;
    background-color: rgba(0, 0, 0, 0.04);
    margin-right: 40px;
}

.footer_newsletter_form_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.f_n_email_container {
    position: relative;
    margin-right: 20px;
}

.f_n_submit_btn_2 {
    margin: 0px 20px 0px 0px;
    display: none;
}

.f_n_submit_btn_2_show {
    display: block;
}

.f_n_email_container input {
    border: 0px;
    background-color: rgba(0, 0, 0, 0.04);
    font-size: 16px;
    padding: 20px 60px;
    border-radius: 45px;
    border: 1px solid rgba(0,0,0,0);
    transition: 400ms;
}
.f_n_email_container input:focus {
    border-radius: 45px;
    border: 1px solid hsl(44, 100%, 50%);
    outline: none;
}
.newsletter_f_ico {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25px;
}

.footer_mid_left_lang {
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.footer_mid_left_lang p {
    margin-right: 15px;
}

.footer_mid_left_input p {
    margin-left: 15px;
}

.footer_mid_left_lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_lang_dropdown_1st {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 15px;
    position: relative;
    cursor: pointer;
}

.footer_land_dropdown_list {
    display: none;
    position: absolute;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.22);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    left: 0;

}

footer_lang_dropdown_item {
    border: 1px solid rgba(0, 0, 0, 0.22);
}

.footer_lang_dropdown_item:hover {
    background-color: rgba(0, 0, 0, 0.12);
}

.footer_lang_dropdown_1st:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: hsl(44, 100%, 50%);
}

.footer_lang_dropdown_item a {
    display: block;
    width: 100%;
    padding: 15px;
    text-decoration: none;
    color: #404040;

}

.footer_lang_dropdown_1st:hover .footer_land_dropdown_list {
    display: block;
}

.footer_mid_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
}

.footer_mid_right::after {
    content: '';
    height: 1px;
    width: 200%;
    position: absolute;
    background-color: hsl(44, 100%, 50%);
    top: 50%;
    right: -200%;
}

.footer_mid_left_p {
    margin-right: 20px;
    font-weight: 600;
}

.footer_bot_container {
    width: 70%;
    margin: auto;
    padding: 25px 0px;
    font-family: 'Raleway', sans-serif;
}

.s08_wrap::before {
    content: '';
    width: 120%;
    height: 200px;
    position: absolute;
    background-color: #f3f3f3;
    z-index: 1;
    top: -120px;
    left: -20px;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.s08_wrap::after {
    content: '';
    width: 120%;
    height: 200px;
    position: absolute;
    background-color: #ffffff;
    bottom: -140px;
    left: -20px;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}

.c_00_wrap {
    position: relative;
    z-index: 10;
    padding: 50px 0px;
    background-color: #f3f3f3;
}

.c00_container {
    width: 70%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c00_flex_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 35px;
    border: 1px solid rgba(0, 0, 0, 0.11);
    width: 33%;
    font-family: 'Roboto', sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.3;
}

.c00_fi_svg {
    margin-right: 15px;
}

.c00_fi_text a {
    text-decoration: none;
    color: #2b2b2b;

}

.c00_fi_svg i {
    color: hsl(44, 100%, 50%);
    font-size: 22px;
}

.s02_02_container {
    width: 80%;
    margin: auto;
}

.s02_02_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.s02_02_flex_item {

    width: 50%;
}

.s02_02_flex_item1 {
    height: 500px;
    position: relative;
}

.s02_02_flex_item1 img {
    position: absolute;
    height: 100%;
    right: 35px;
    
    -webkit-box-shadow: 0 30px 55px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 30px 55px 0 rgba(0, 0, 0, 0.3);
    border-radius: 15px;
}

.s02_02_flex_item {
    margin: 100px 0px;
}

.s02_02_container_bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.s02_02_flex_item1_bottom img {
    left: 35px;
}

.side_menu_container {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background-color: grey;
    width: 500px;
    z-index: 90;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.side_menu_close_layer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 89;
    opacity: 0.3;
    cursor: pointer;
    display: none;
}

.side_menu_nav_container {
    padding: 120px 35px;
    font-family: 'Raleway', sans-serif;
}

.side_menu_lang_select_container {
    font-family: 'Raleway', sans-serif;
    opacity: 0;
}

.side_menu_lang_title_container {
    font-size: 18px;
    margin-bottom: 30px;
    color: #ffffff;
}

.side_menu_lang_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.side_menu_lang_item {
    margin-right: 30px;
    width: 20px;
    height: 20px;
    padding: 20px;
    border: 1px solid hsl(44, 100%, 50%);
    position: relative;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
}

.side_menu_lang_item:hover {
    background-color: hsl(44, 100%, 50%);
}

.side_menu_lang_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
}

.side_menu_lang_item:hover a {
    color: #404040;
}

.side_menu_nav_wrap {
    margin-bottom: 30px;
}

.side_menu_nav_wrap ul li a {
    display: inline-block;
    margin: 10px 0px;
    font-size: 22px;
    font-weight: 900;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 10px 0px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    opacity: 0;
}

.side_menu_nav_wrap ul li a:hover {
    color: hsl(44, 100%, 50%);
}

.side_menu_nav_serv_wrap {
    margin-bottom: 30px;
}

.side_menu_nav_serv_wrap ul li a {
    display: inline-block;
    margin: 5px 0px;
    line-height: 1.5;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    opacity: 0;
}

.side_menu_nav_serv_wrap ul li a:hover {
    opacity: 0.7;
}

.sidemenu_a_desktop {
    padding: 15px 35px;
    background-color: hsl(44, 100%, 50%);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 22px;
    opacity: 0;
}

.side_menu_inner_close_fix {
    position: absolute;
    top: 0;
    right: 0;
    height: 120px;
    width: 100vw;
}

.side_menu_inner_close_btn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 45px;
    right: 5%;
    cursor: pointer;

}

.side_menu_inner_clese_line {
    width: 20px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.side_menu_inner_clese_line2 {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

/*................................................................ Pagina CONTACT*/
/*................................................................ Pagina CONTACT*/
/*................................................................ Pagina CONTACT*/

.c_s01_wrap {
    padding: 250px 0px;
    text-align: center;
    background-image: url(../images/Bucharest2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    position: relative;
}

.c_s01_container h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    margin-bottom: 50px;
    font-weight: 700;
    letter-spacing: 1px;
}

.c_s01_container p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}

.c_s01_wrap::after {
    content: '';
    width: 120%;
    height: 200px;
    position: absolute;
    background-color: #f3f3f3;
    bottom: -120px;
    left: -20px;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    z-index: 2;
}

.c_s02_wrap {
    background-color: #f3f3f3;
}

.s06_form_container_c {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.c_s06_left_svg {
    width: 40px;
    height: 30px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.c_s06_left_svg i {
    font-size: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #2e2e2e;
}

.c_s06_left_flex_cotanier {
    margin-top: 70px;
}

.s06_flex_item2 {
    position: relative;
    z-index: 90 !important;

}

.s08_wrap {
    padding: 250px 0px;
}

.s08_wrap::before {
    z-index: 0;
}

/*................................................................ Pagina CONTACT*/
/*................................................................ Pagina CONTACT*/
/*................................................................ Pagina CONTACT*/


/*................................................................ DESPRE NOI -- DESPRE NOI*/
/*................................................................ DESPRE NOI -- DESPRE NOI*/
/*................................................................ DESPRE NOI -- DESPRE NOI*/


.dn_s01_wrap {
    background-image: url(../images/despre_noi_header_bg.jpg);
}

.servicii_header_bg {
    background-image: url(../images/servicii_header_background.jpg);
}

.dn_s01_wrap::after {
    background-color: #F3F3F3;
}

.dn_s02_wrap {
    padding: 150px 0px;
    background-color: #f3f3f3;
    z-index: 19;
    position: relative;
}

.dn_03_fi_img img {
    width: 60px;
}

.dn_s03_wrap {
    padding: 0px 0px 150px 0px;
    background-color: #f3f3f3;
}

.dn_03_container {
    width: 60%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dn_03_flex_item {
    text-align: center;
    width: 33.33333%;
}

.dn_03_fi_img {
    margin-bottom: 30px;
}

.dn_s03_fi_title h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #2b2b2b;
}

.dn_s03_fi_p p {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
}

.dn_s08_wrap::before {
    background-color: #ffffff;
}

.serv_det_container {
    padding: 100px 0px 0px 0px;
    background-color: #F3F3F3;
    z-index: 10;
    position: relative;
}

.serv_det_wrap {
    width: 60%;
    margin: auto;
}

.serv_det_title_container h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #404040;
    line-height: 1.5;
    text-transform: uppercase;
}

.serv_det_subtitle_link {
    text-align: center;
    font-family: 'open sans', sans-serif;
    font-size: 22px;
    cursor: pointer;
    line-height: 1.6;
    width: 70%;
    margin: 15px auto;
    background-color: hsl(44, 100%, 50%);
    padding: 15px;
    border-radius: 5px;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;

}

.serv_det_subtitle_link:hover {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

/*................................................................ DESPRE NOI -- DESPRE NOI*/
/*................................................................ DESPRE NOI -- DESPRE NOI*/
/*................................................................ DESPRE NOI -- DESPRE NOI*/


/*................................................................ SERVICII DETALIU -- SERVICII DETALIU*/
/*................................................................ SERVICII DETALIU -- SERVICII DETALIU*/
/*................................................................ SERVICII DETALIU -- SERVICII DETALIU*/
.serv_det_content_container {
    padding: 120px 0px;
    color: #404040;
    font-family: 'open sans', sans-serif;
}

.serv_det_content_wrap {
    padding: 50px 0px;
}

.serv_det_content_wrap h3 {
    font-family: 'open sans', sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;

}

.serv_det_content_wrap {
    text-align: justify;
}

.serv_det_content_wrap h3 span {
    font-weight: 600;
    color: hsl(44, 100%, 50%);
}

.serv_det_content_justify {
    text-align: justify;
}

.serv_det_content_wrap p {
    line-height: 1.6;
    font-size: 17px;
}

.serv_det_content_wrap ul {
    list-style: disc;
    margin-top: 10px;
    margin-left: 20px;
}

.serv_det_content_wrap ul li {
    margin-bottom: 10px;
}

.serv_det_a_desktop {
    display: inline-block;
    font-family: 'open sans', sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #404040;
    background-color: hsl(44, 100%, 50%);
    padding: 20px 45px;
    border-radius: 50px;
    letter-spacing: 1px;
    margin-top: 30px;
}

.serv_det_call_a_container {
    display: none;
}

.serv_det_content_container_cia {
    padding: 50px 0px;
}
.sidemenu_a_desktop {
    display: none;
}
.s02_a_mobile {
    display: none;
}
#header-mobile-only-btn {
    display: none;
}
footer {
    position: relative;
    z-index: 50;
}
/*................................................................ SERVICII DETALIU -- SERVICII DETALIU*/
/*................................................................ SERVICII DETALIU -- SERVICII DETALIU*/
/*................................................................ SERVICII DETALIU -- SERVICII DETALIU*/
@media screen and (max-width: 1920px) {
    .header_container {
        height: 80px;
        -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.12);
        box-shadow: 0px 5px 10px rgba(0,0,0,0.12);
    }

    .header_main_left h3 {
        margin-bottom: 20px;
    }

    .header_main_left h1 {
        font-size: 70px;
    }

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

    .header_main_a a {
        padding: 15px 33px 15px 33px;
    }

    .s02_02_flex_item h3 {
        font-size: 12px;
    }

    .s02_02_flex_item h2 {
        font-size: 45px;
    }

    .s02_02_flex_item p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .s02_a a {
        padding: 15px 33px;
    }

    .s04_title {
        margin-bottom: 10px;
    }

    .s04_title h5 {
        font-size: 24px;
    }

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

    .s04_a a {
        padding: 12px 25px;
    }

    .s04_title_container h2 {
        font-size: 45px;
    }

    .s05_title h2 {
        font-size: 45px;
    }

    .s06_container {
        width: 80%;
    }

    .s07_wrap_index {
        padding: 50px 0px;
        z-index: 19;
    }

    .s08_container {
        width: 80%;
    }

    .s08_container h2 {
        font-size: 45px;
    }

    .s08_p1 {
        font-size: 15px;
        margin-bottom: 40px;
    }

    .homePage_input_field {
        padding:
    }

    .icon2 {
        padding: 15px;
    }
    .homePage_input_field {
        font-size: 15px;
    }
    .homePage_newsletter_btn {
        font-size: 15px;
        line-height: 48px;
    }
    .s08_last_p p {
        font-size: 12px;
    }
    .footer_container {
        max-width: 80%;
    }
    .footer_1_svg {
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer_1_1 {
        padding: 10px 10px 10px 0px;
    }
    .footer_mid_container {
        max-width: 80%;
    }
    .footer_bot_container {
        width: 80%;
        padding: 15px 0px;
        font-size: 15px;
    }
    .side_menu_container {
    }
    .side_menu_inner_close_fix {
        height: 80px;
    }
    .side_menu_inner_close_btn {
        top: 25px;
    }
    .side_menu_nav_container {
        padding: 50px 25px;
    }
    .side_menu_lang_title_container p {
        font-size: 16px;
    }
    .side_menu_lang_item {
        margin-right: 20px;
    }
    .side_menu_lang_item a {
        font-size: 14px;
    }
    .side_menu_nav_wrap ul li a {
        font-size: 16px;
    }
    .side_menu_nav_serv_wrap ul li a {
        font-size: 14px;
    }
    .sidemenu_a_desktop {
        font-size: 16px;
    }
    .c_s01_wrap {
        padding: 200px 0px;
    }
    .c_s01_container h2 {
        font-size: 45px;
        margin-bottom: 30px;
    }
    .c_s01_container p {
        font-size: 16px;
    }
    .dn_s02_wrap_despre_noi {
        padding: 0px;
    }
    .dn_s02_wrap_despre_noi_2 {
        padding: 0;
        padding-bottom: 50px;
    }
    .dn_03_container {
        width: 80%;
    }
    .dn_03_fi_img img {
        width: 50px;
        height: auto;
    }
    .dn_s03_fi_title h3 {
        font-size: 35px;
    }
    .dn_s03_fi_p p {
        font-size: 18px;
    }
    .serv_det_title_container h1 {
        font-size: 40px;
    }
    .serv_det_container {
        padding-top: 50px;
    }
    .serv_det_subtitle_link {
        padding: 7px;
        font-size: 16px;
    }
    .serv_det_content_container {
        padding: 50px 0px;
    }
    .serv_det_content_wrap h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .serv_det_content_wrap p {
        font-size: 15px;
    }
}
@media screen and (max-width: 1850px) {
    .header_container {
        height: 60px;
    }
    .top_left a  img{
        height: 50px;
    }
    .top_r_nav_descktop ul li a {
        font-size: 14px;
        margin-right: 20px;
    }
    .top_r_call a {
        line-height: 1.5;
        padding: 10px 30px;
        margin-right: 30px;
    }
    .header_main_wrap {
        width: 1140px;
    }
    .header_main_left h3 {
        font-size: 13px;
    }
    .header_main_left h1 {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .header_main_left p {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .header_main_a a {
        padding: 10px 30px;
        margin-right: 30px;
        font-size: 15px;
        font-weight: 
    }
    .h_social_ico {
        
    }
    .h_social_ico a {
        width: 20px;
        height: 20px;
        font-size: 14px;
        margin-right: 15px;
    }
    .h_social_line {
        width: 5.7%;
    }
    .h_clienti p {
        font-size: 13px;
    }
    .s01_wrap {
        padding: 50px 0px 100px 0px;
    }
    .s01_container {
        width: 1140px;
    }
    .s02_wrap_index_1366 {
        padding: 0;
    }
    .s02_line_container {
        height:7%;
        bottom: -10px;
    }
    .s02_02_container {
        width: 1140px;
    }
    .s02_02_flex_item2 {
        padding: 20px 15px;
    }
    .s02_02_flex_item h3 {
        font-size: 13px;
    }
    .s02_02_flex_item h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .s02_02_flex_item p {
        font-size: 14px;
        line-height: 1.5;
    }
    .s03_wrap {
        padding: 100px 0px 200px 0px;
    }
    .s03_container {
        width: 1140px;
    }
    .s03_flex_item {
        padding: 30px 25px;
    }
    .s03_h4_container h4 {
        font-size: 30px;
    }
    .s04_p_container p {
        font-size: 15px;
    }
    .s04_wrap {
        padding: 0px;
    }
    .s04_container {
        width: 1140px;
    }
    .s04_title h5 {
        padding: 0px 20px;
        font-size: 20px;
    }
    .s04_title {
        height: 50px;
    }
    .s04_p p {
        padding: 0px 20px;
    }
    .s04_a  {
        padding: 10px 20px 20px 20px;
    }
    .s04_a a{
        font-size: 14px;
        padding: 10px 30px;
    }
    .s05_wrap {
        padding: 150px 0px;
    }
    .s05_title h2 {
        font-size: 35px;
        margin-bottom: 50px;
    }
    .s05_p p {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .s05_person p {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .s06_wrap {
        padding: 0px;
    }
    .s06_container {
        width: 1140px;
    }
    .s06_flex_item1 {
        padding: 35px 15px;
    }
    .s06_left_title {
        margin-bottom: 30px;
    }
    
    .s06_left_title h3 {
        font-size: 30px;
    }
    .s06_left_text h5 {
        font-size: 16px;
    }
    .s06_left_text p {
        font-size: 14px;
    }
    .s06_contact_wrap {
        width: 90%;
        padding: 35px 35px;
    }
    .s06_contact_title {
        margin-bottom: 30px;
    }
    .s06_contact_title h3 {
        font-size: 30px;
    }
    .s08_wrap {
        padding: 170px 0px;
    }
    .s08_container h2 {
        font-size: 35px;
    }
    .s08_p1 {
        font-size: 14px;
    }
    .s08_container {
        width: 1140px;
    }
    .footer_container {
        max-width: 1140px;
    }
    .footer_flex_item1 img {
        width: 220px;
    }
    .footer_1_svg {
        width: 15px;
        font-size: 16px;
    }
    .footer_1_p a {
        font-size: 14px;
    }
    .footer_1_p p {
        font-size: 13px;
    }
    .footer_fi_title p {
        font-size: 16px;
    }
    .footer_a_ct a {
        font-size: 14px;
        line-height: 1.3;
    }
    .footer_mid_wrap {
        padding: 10px 0px;
    }
    .footer_mid_container {
        max-width: 1140px;
    }
    .footer_mid_left_p p {
        font-size: 14px;
    }
    .f_n_email_container input {
        padding: 10px 30px;
        width: 100px;
        font-size: 13px;
    }
    .newsletter_f_ico {
        left: 10px;
        font-size: 13px;
        top: 45%;
    }
    .f_n_submit_btn_2 {
        font-size: 13px;
        line-height: 13px;
        padding: 10px 20px;
    }
    .footer_mid_left_lang p {
        font-size: 14px;
    }
    .footer_lang_dropdown_item a {
        background-color: #ffffff;
        padding: 10px 15px;
    }
    .footer_lang_dropdown_item1  {
        border-bottom: 1px solid rgba(0,0,0,0.22);
    }
    .footer_bot_container {
        width: 1140px;
    }
    .c00_container {
        width: 1140px;
    }
    .c00_fi_text a {
        font-size: 15px;
    }
    .c00_fi_text p {
        font-size: 13px;
    }
    .serv_det_wrap {
        width: 1140px;
    }
    .side_menu_container {
       
    }
    .side_menu_inner_close_fix {
        height: 60px;
    }
    .side_menu_inner_close_btn {
        top: 15px;
    }
    .side_menu_lang_title_container  {
        margin-bottom: 10px;
    }
    .side_menu_lang_wrap {
        margin-bottom: 30px
    }
    .side_menu_nav_wrap {
        margin-bottom: 15px;
    }
    .side_menu_nav_wrap ul li a {
        margin: 0px;
    }
    .side_menu_nav_serv_wrap {
        margin-bottom: 15px;
    }
    .side_menu_nav_serv_wrap ul li a {
        margin: 0;
        padding: 3px 0px;
    }
    .footer_mid_left_lang {
        padding: 0px 0px 0px 25px;
    }
    .footer_bot_container p {
        font-size: 12px;
    }
}
@media screen and (max-width: 1140px) {
    .top_r_nav_descktop {
        display: none;
    }
    .top_container {
        width: 100%;
        padding: 0px 15px;
    }
    .header_main_wrap {
        padding: 0px 15px;
        width: 100%;
    }
    .header_main_container {
        padding-top: 60px;
    }
    .header_main_left h1 {
        font-size: 45px;
    }
    .header_main_a a {
        padding: 15px 35px;
    }
    .h_social_line {
        display: none;
    }
    .h_social_dot {
        display: none;
    }
    .header_social_container {
        padding: 0px 15px;
    }
    .s01_container {
        width: 100%;
        padding: 0px 15px;
    }
    .s01_container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .so1_logo_container {
        width: 33.333333%;
    }
    .so1_logo_container img {
        width: 70%;
        height: auto;
        margin: auto;
        margin-bottom: 15px;
    }
    .s01_line_container {
        display: none;
    }
    .s02_02_container {
        width: 100%;
    }
    .s02_02_flex_item {
        margin: 50px 0px;
    }
    .s02_02_flex_item2 {
        padding: 15px;
    }
    .s03_next_container {
        display: none;
    }
    .s02_line_container {
        display: none;
    }
    .s03_container {
        max-width: 100%;
    }
    .s04_next_container {
        display: none;
    }
    .s04_container {
        width: 100%;
        padding: 15px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .s04_flex_item {
        width: 49%;
        margin-left: 0px;
        
    }
    .s06_container {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .s06_flex_item {
        width: 100%;
        padding: 15px;
    }
    .s06_left_fl_i {
        width: 50%;
        margin: auto;
        margin-bottom: 30px;
    }
    .s02_02_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .s02_02_container_index_top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .s02_02_flex_item {
        width: 100%;
        padding: 15px;
    }
    .s02_02_flex_item1 img {
        position: relative;
        width: 100%;
        height: auto;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .s02_02_flex_item1_bottom_index img {
        position: relative;
        width: 100%;
        height: auto;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .s02_02_flex_item1 {
        height: auto;
    }
    .homePage_newsletter_form_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .homePage_newsletter_btn {
        margin-left: 0;
        margin-top: 10px;
    }
    .footer_wrap {
        width: 100%;
    }
    .footer_container {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer_flex_item {
        padding: 15px;
        width: 50%;
    }
    .footer_mid_wrap {
        width: 100%;
    }
    .footer_mid_container {
        width: 100%;
        max-width: 100%;
        padding: 0px 15px;
    }
    .footer_bot_container {
        padding: 15px;
        width: 100%;
    }
    .c00_container {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .c00_flex_item {
        margin: 15px;
    }
    .despre_noi_fix_1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .s08_container {
        width: 100%;
        padding: 0px 15px;
    }
    .s08_container h2 {
        line-height: 1.5;
    }
    .footer_mid_wrap {
        
    }
    .footer_bot_wrap {
        border-top: 1px solid rgba(0,0,0,0.12);
    }
    .despre_noi_fix2 img {
        left: 0;
    }
    .desprenoi_fix_3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .dn_03_container {
        width: 100%;
    }
    .dn_s03_wrap{
        padding-bottom: 50px;
    }
    .side_menu_container {
        overflow-y: scroll;
    }
    .footer_mid_right {
        display: none;
    }
    .f_n_submit_btn_2 {
        margin-top: 0px;
    }
    .s03_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .s03_flex_item {
        width: 100%;
        
    }
    .serv_det_wrap {
        width: 800px;
    }
    .homePage_newsletter_form_container {
        margin: 10px 10px 20px 10px
    }
}
@media screen and (max-width: 900px) {
    .header_main_container {
        background-color: hsl(44, 100%, 50%);
        background-image: none;
    }
    .header_main_left {
        width: 100%;
    }
    .header_container  {
        height: 80px;
    }
    .top_r_call {
        display: none;
    }
    .header_main_a a:first-of-type {
        background-color: #ffffff;
    }
    .header_main_left h1 span {
        color: #ffffff;
    }
    .h_social_ico a {
        color: #ffffff;
        border: 1px solid #ffffff;
        width: 35px;
        height: 35px;
    }
    .h_social_ico a i {
        color: #ffffff;
    }
    .so1_logo_container {
        width: 50%;
    }
    .so1_logo_container img {
        padding: 0px;
    }
    .homePage_newsletter_form_container {
        width: 100%;
    }
    .s08_p1 {
        line-height: 1.5;
    }
    .s08_last_p p {
        line-height: 1.5;
    }
    .c00_flex_item {
        width: 100%;
    }
    .c00_container {
        padding: 0px 15px;
    }
    .c_s01_container {
        padding: 0px 15px;
    }
    .c_s01_container h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .c_s01_container p {
        line-height: 1.5;
    }
    .c_s01_wrap {
        padding: 150px 0px;
    }
    .serv_det_wrap {
        width: 600px;
    }
    .serv_det_subtitle_container {
        width: 100%;
    }
    .serv_det_container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .serv_det_content_wrap h3 {
        line-height: 1.3;
    }
    .serv_det_subtitle_link {
        width: 100%;
    }
    .serv_det_title_container h1 {
        font-size: 30px;
    }
    
    
}
@media screen and (max-width: 600px) {
    .s04_flex_item {
        width: 100%;
        margin-bottom: 25px;
    }
    .s04_title {
        height: auto;
    }
    .s04_p {
        height: auto;
    }
    .s02_a {
        display: none;
    }
    .s02_a_mobile {
        display: block;
    }
    .footer_flex_item {
        width: 100%;
    }
    .footer_mid_wrap {
        display: none;
    }
    .s06_left_fl_i {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .s06_left_text h5  {
        margin-left: 0px;
    }
    .s06_left_text p {
        margin-left: 0px;
    }
    .s06_left_svg {
        margin-bottom: 30px;
    }
    .s06_left_fl_i {
        width: 100%;
    }
    .side_menu_lang_title_container p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .side_menu_nav_wrap ul li a {
        font-size: 22px;
        
    }
    .side_menu_nav_serv_wrap {
        margin-bottom: 25px;
    }
    .side_menu_nav_serv_wrap ul li a {
        font-size: 16px;
        line-height: 1.5;
        margin: 5px 0px;
    }
    .sidemenu_a_desktop {
        display: inline-block;
        margin-bottom: 50px;
        color: #3e3e3e;
    }
    .side_menu_container {
        width: 100%;
    }
    .s05_container {
        width: 100%;
        padding: 0px 15px;
    }
    .s02_02_flex_item {
        margin: 30px 0px;
    }
    .s06_contact_wrap {
        width: 100%;
    }
    .footer_bot_container {
        line-height: 1.5;
        text-align: center;
    }
    #header-mobile-only-btn {
        display: inline-block;
    }
    #header-mobile-desktop-btn {
        display: none;
    }
    #header-mobile-desktop-btn2 {
        display: none;
    }
    .serv_det_wrap {
        width: 100%;
    }
    .serv_det_container {
        padding-top: 0px;
    }
    .serv_det_content_wrap {
        padding-bottom: 50px;
        padding-top: 0px;
    }
    .serv_det_call_a_container {
        display:  -webkit-box;
        display:  -ms-flexbox;
        display:  flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header_main_a a {
        padding: 15px 20px;
        font-size: 15px;
    }
    .dn_03_container {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0px 15px;
    }
    .dn_03_flex_item {
        width: 100%;
        margin: 20px 0px;
    }
    .dn_img_fix_mb {
        margin-top: 0px;
    }
    .dn_img_fix_mb2 {
        margin-bottom: 0px;
    }
    .s02_02_flex_item h2 {
        line-height: 1.3;
    }
    .dn_1st_fix_shadow {
        z-index: 3;
        position: relative;
        overflow: visible;
    }
    .dn_1st_fix_shadow2 {
        z-index: 2;
        position: relative;
    }
    .c00_fi_text {
        text-align: center;
    }
    .dn_img_fix_mb2 h3 {
        margin-bottom: 15px;
    }
    .s02_02_flex_item h3 {
        margin-bottom: 10px;
    }
    
    
}
@media screen and (max-width: 320px) {
    .header {
        height: auto;
    }
    .header_main_container {
        height: auto;
        padding: 150px 0px 100px 0px;
    }
    .header_main_a a {
        padding: 15px;
        font-size: 15px;
    }
    .s06_contact_wrap {
        padding: 25px 10px;
    }
}
background-color: hsl(44, 100%, 50%);