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

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

p {
    color: #1f1f1f;
}

h1 {
    color: #1f1f1f;
}

h2 {
    color: #1f1f1f;
}

h3 {
    color: #1f1f1f;
}

h4 {
    color: #1f1f1f;
}

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

h1 {
    color: #3e3e3e;
}

h2 {
    color: #3e3e3e;
}

h3 {
    color: #3e3e3e;
}

h4 {
    color: #3e3e3e;
}

h5 {
    color: #3e3e3e;
}

p {
    color: #3e3e3e;
}

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

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

}

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

.header_container {
    width: 100%;
    height: 100vh;
    background-color: #f5f6fa;
    position: relative;
    z-index: -1;
}

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

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

.body_top_left_container {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.body_top_middle_nav_container {
    height: 100%;
}

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

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

.body_top_middle_nav_container ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #3e3e3e;
    padding: 0px 40px;
    transition: 400ms;
}

.body_top_middle_nav_container ul li a:hover {
    color: #ffffff;
    background-color: #a9cd53;
}

.menu_item_active {
    color: #ffffff !important;
    background-color: #a9cd53;
}

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

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

.body_right_a_wrap a {
    height: 100%;
    display: flex;
    align-items: center;
    width: 270px;
    justify-content: center;
    background-color: #a9cd53;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: #ffffff;
}

.body_right_a_wrap2 a {
    background-color: #fbd652;
    cursor: pointer;
}

.body_right_container img {
    height: 22px;
    margin-right: 5px;
    display: block;
}

.body_left_bottom_container {
    height: 100vh;
    width: 100px;
    position: fixed;
    z-index: 22;
    background-color: #3e3e3e;
    top: 0;
    left: 0;
}

.body_mm_container {
    position: fixed;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    z-index: 24;
}

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

.body_mm_line {
    height: 4px;
    width: 40px;
    background-color: #ffffff;
    border-radius: 3px;
    margin: 4px;
}

.body_left_bottom_wrap {
    width: 100%;
    height: calc(100vh - 100px);
    margin-top: 100px;
    position: relative;
}

.body_left_bottom_middle_cotainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 10px;
    height: 10px;
}

.body_left_bottom_middle_wrap {
    width: 500px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.body_left_btm_line_container {
    height: 2px;
    width: 60px;
    background-color: #cfcfdb;
    margin-right: 15px;
}

.body_left_bottom_middle_wrap p {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 16px;
}

.body_left_btm_social_container {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.body_lefT_btm_social_wrap {
    width: 10px;
    height: 10px;
    transform: rotate(-90deg);
}

.body_left_btm_social_a_wrap {
    height: 10px;
    width: 10px;
    display: flex;
    align-items: center;
}

.body_left_btm_social_a_wrap a {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 16px;
}

.header_main_container {
    width: calc(100% - 100px);
    margin-left: 100px;
    height: 100%;
    padding-top: 100px;
    z-index: 10;
    position: relative;
}

.max_with_container {
    width: calc(100% - 100px);
    margin-left: 100px;
}

.header_main_wrap h3 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 22px;
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

.header_main_wrap h1 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: 100px;
    color: #ffffff;
    line-height: 1.3;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    letter-spacing: -1px;
}

.header_main_wrap h1 span {
    font-family: 'Playfair Display', serif;
    letter-spacing: 0px;
}

.max_width {
    max-width: 1800px;
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

.body_top_left_container a img {
    height: 60%;
}

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

.desktop_a_btn {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    padding: 20px 40px;
    margin-right: 50px;
    background-color: #a9cd53;
    font-size: 16px;
}

.desktop_a_btn2 {
    background-color: #fbd652;
}

.header_bg_dots_container {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-60%);
    z-index: 20;
}

.headeR_bg_dot_wrap p {
    color: #ffffff;
    padding: 10px;
    margin: 5px 0px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    font-size: 22px;
    letter-spacing: 1px;
    opacity: 1;
    transition: 400ms;
}

.dot_inactive p {
    opacity: 0.5;
}

.headeR_bg_dot_wrap:hover p {
    opacity: 1;
}

.header_bg_nav_container {
    position: absolute;
    right: 50px;
    bottom: 50px;
    display: flex;
    z-index: 20;
}

.header_bg_nav_wrap {
    padding: 10px 55px;
    margin-left: 30px;
    background-color: #a9cd53;
    cursor: pointer;
}

.header_bg_nav_wrap img {
    height: 40px;
}

.max_with_padding {
    padding: 150px 0px 150px 0px;
}

.section_flex_container {
    display: flex;
    position: relative;
    z-index: 2;
}

.section_flex_item {
    width: 50%;

}

.section_flex_item1 {
    padding-right: 100px;
}

.section_flex_item h3 {
    font-family: 'Montserrat', sans-serif;
    color: #3e3e3e;
    margin-bottom: 20px;
    font-size: 18px;
}

.section_flex_item h2 {
    font-family: 'Montserrat', sans-serif;
    color: #3e3e3e;
    font-size: 46px;
    line-height: 1.4;
    margin-bottom: 50px;
    letter-spacing: -1px;
}

.section_flex_item h2 span {
    font-family: 'Playfair Display', serif;
    letter-spacing: 0px;
}

.section_flex_item p {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 18px;
}

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

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

.section_flex_item3 {
    background-image: url(../imagini/parteneriat-bg-1.jpg);
}

.section_flex_item4 {
    background-image: url(../imagini/parteneriat-bg-2.jpg);
}

.section_flex_item2::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: -25px;
    right: -25px;
    background-color: #a9cd53;
    z-index: -1;
}

.max_with_padding2 {
    padding: 150px 0px;
}

.section_container2 {
    background-color: #3e3e3e;
}

.clip_section_wrap {
    text-align: center;
}

.clip_section_wrap h2 {
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    margin-bottom: 50px;
}

.clip_section_wrap h2 span {
    font-family: 'Montserrat', sans-serif;

}

.clip_section_wrap p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    width: 60%;
    margin: auto;
    color: #ffffff;
    margin-bottom: 60px;
}

.clip_section_btn_wrap {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clip_section_btn_fx {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #a9cd53;
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #a9cd53;
    cursor: pointer;
}

.clip_section_btn_fx span {
    font-family: 'Montserrat', sans-serif;
    margin-left: 15px;
    font-size: 20px;
    color: #ffffff;

}

.clip_section_btn_fx img {
    height: 40px;
    width: 40px;
}

.clip_section_wrap2 h2 {
    color: #3e3e3e;
}

.section_title_container {
    text-align: center;
}

.section_title_container h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    letter-spacing: -2px;
    color: #3e3e3e;
    margin-bottom: 50px;
}

.section_title_container h2 span {
    font-family: 'Playfair Display', serif;
    letter-spacing: 0px;
}

.section_title_container p {
    font-family: 'Roboto', sans-serif;
    width: 60%;
    margin: auto;
    line-height: 1.6;
    font-size: 18px;
}

.produse_flex_container {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
}

.produse_flex_item {
    width: 29%;
    margin: 0px 2.15% 3% 2.15%;
    padding: 25px;
    text-align: center;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
    border: 10px solid #a9cd53;
}

.produse_title_wrap h3 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #a9cd53;
    font-weight: 600;
    margin-bottom: 15px;
}

.produse_svg_wrap img {
    display: block;
    height: 40px;
    margin: auto;
    margin-bottom: 10px;
}

.produse_img_wrap {
    height: 400px;
    margin-bottom: 15px;
}

.desktop_a_btn3 {
    margin-right: 0px;
}

.produse_img_wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.produse_flex_item2 {
    margin-bottom: 0px;
}

.fonduri_img_container {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}

.section_flex_item12 p:last-of-type {
    margin-bottom: 20px;
}

.fonduri_img_wrap {
    margin-right: 40px;
}

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

.dot_color {
    color: #a9cd53;
    font-family: 'Montserrat', sans-serif !important;
}

.blog_flex_container {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
}

.blog_flex_item {
    height: 350px;
    width: 47%;
    margin: 0px 1.5% 3%;
    display: flex;
}

.blog_author_container {
    width: 50px;
    background-color: #a9cd53;
    position: relative;
}

.blog_author_wrap {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    width: 20px;
}

.blog_main_container {
    width: calc(100% - 50px);
    display: flex;
}

.blog_main_flex_item {
    width: 50%;
}

.blog_main_flex_item2 {
    background-color: #f5f6fa;
}

.blog_main_flex_item1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#blog_id_1 {
    background-image: url(../imagini/blog-thumbnail-1.jpg);
}

#blog_id_2 {
    background-image: url(../imagini/blog-thumbnail-2.jpg);
}

#blog_id_3 {
    background-image: url(../imagini/blog-thumbnail-3.jpg);
}

#blog_id_4 {
    background-image: url(../imagini/blog-thumbnail-4.jpg);
}
#blog_id_5 {
    background-image: url(../imagini/blog-thumbnail-5.jpg);
}
#blog_id_6 {
    background-image: url(../imagini/blog-thumbnail-6.jpg);
}
#blog_id_7 {
    background-image: url(../imagini/blog-thumbnail-7.jpg);
}
#blog_id_8 {
    background-image: url(../imagini/blog-thumbnail-8.jpg);
}
#blog_id_9 {
    background-image: url(../imagini/blog-thumbnail-9.jpg);
}
#blog_id_10 {
    background-image: url(../imagini/blog-thumbnail-10.jpg);
}

.blog_flex_item2 {
    margin-bottom: 0px;
}

.blog_author_p_wrap {
    width: 300px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transform: translateY(-50%);
}

.blog_author_p_wrap p {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 15px;
}

.blog_author_p_wrap p span {
    font-weight: 600;
}

.blog_main_flex_item {
    padding: 45px 35px;
}

.blog_title_wrap a {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
    margin-bottom: 25px;
    font-size: 20px;
    color: #3e3e3e;
    transition: 400ms;
}

.blog_p_wrap p {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    line-height: 1.6;
}

.blog_plus_sign_wrap {
    font-size: 40px;
    transition: 400ms;
    display: inline-block;
}

.blog_plus_sign_wrap span {
    transition: 400ms;
}

.blog_main_container:hover .blog_plus_sign_wrap {
    transform: rotate(45deg);
}

.blog_main_container:hover .blog_title_wrap a {
    color: #a9cd53;
}

.testimoniale_container {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

.testimoniale_flex_item {
    width: 31%;
    background-color: #ffffff;
    position: relative;
    padding: 75px 55px 55px 55px;
    text-align: center;
}

.echipa_container {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

.echipa_flex_item {
    width: 31%;
    background-color: #ffffff;
    position: relative;
    border: 10px solid #a9cd53;
    text-align: center;
}

.echipa_img_container {
    background-color: rebeccapurple;
}

.echipa_nume_wrap {
    font-family: 'Montserrat', sans-serif;
    background-color: #a9cd53;
    padding: 25px;
    border-top: 10px solid #a9cd53;
}

.echipa_nume_wrap p {
    font-size: 22px;
    color: #ffffff;
}

.section_container_gri {
    background-color: #f5f6fa;
}

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

.testimoniale_nume_wrap p {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
    font-size: 22px;
    letter-spacing: -1px;
}

.testimoniale_functie_wrap p {
    font-family: 'Playfair Display', serif;
    color: #a9cd53;
    margin-bottom: 30px;
    font-size: 16px;
}

.testimoniale_main_wrap p {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
    font-size: 18px;
    letter-spacing: -1px;
}

.testimoniale_main_wrap p span {
    font-family: 'Playfair Display', serif;
    letter-spacing: 0px;
}

.testimonial_img_wrap {
    width: 90px;
    height: 90px;
    background-image: url(../imagini/testimoniale-img-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #a9cd53;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonial_img_wrap2 {
    background-image: url(../imagini/testimoniale-img-2.jpg);
}

.testimonial_img_wrap3 {
    background-image: url(../imagini/testimoniale-img-3.jpg);
}

.section_contact_container {
    display: flex;
    position: relative;
    z-index: 1;
}

.section_contact_flex_item {
    width: 50%;
    background-color: #a9cd53;
}

.section_contact_flex_item2 {
    background-color: #cfcfdb;
}

.section_contact_flex_item1 {
    padding: 75px 55px;
    text-align: end;
}

.section_contact_flex_item1 h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    line-height: 1.3;
    color: #ffffff;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.section_contact_flex_item1 p {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 18px;
    width: 50%;
    text-align: end;
    margin-left: auto;
    line-height: 1.6;
}

.section_contact_flex_item1 h2 span {
    font-family: 'Playfair Display', serif;
    letter-spacing: 0px;

}

.section_contact_flex_item2 {
    padding: 75px 55px;
    text-align: start;
    background-color: #f5f6fa;
}

.section_contact_flex_item2 h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    line-height: 1.3;
    color: #3e3e3e;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.section_contact_flex_item2 p {
    font-family: 'Roboto', sans-serif;
    color: #3e3e3e;
    font-size: 18px;
    width: 50%;
    text-align: start;

    line-height: 1.6;
}

.section_contact_flex_item2 h2 span {
    font-family: 'Playfair Display', serif;
    letter-spacing: 0px;
}

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

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

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

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

#header_main_bg_img_id_1 {
    background-image: url(../imagini/header-bg-1-4k.jpg);
    z-index: 12;
}

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

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

.section_contact_a_container1 {
    margin-top: 30px;
}

.section_contact_a_container p {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
}

.section_contact_a_container a {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    margin-bottom: 25px;
    color: #ffffff;
    line-height: 1.4;
    letter-spacing: 1px;
}

.footer_container {
    background-color: #3e3e3e;
}

.footer_flex_container {
    display: flex;
    padding: 100px 0px;
}

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

.footer_flex_item {
    width: 25%;
    padding: 25px;
}

.footer_logo_wrap a img {
    height: 60px;
    display: block;
}

.footer_p_wrap p {
    margin-top: 40px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    margin-bottom: 50px;
}

.footer_social_container {
    display: flex;
}

.footer_social_a_wrap {
    width: 50px;
    height: 50px;
    position: relative;
    margin-right: 30px;

    background-color: #a9cd53;
}

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

.footer_title_wrap {
    height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer_title_wrap p {
    color: #a9cd53;
    letter-spacing: 1px;
    font-family: 'Playfair Display', serif;
    font-size: 25px;
}

.footer_link_a_wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer_link_p_wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer_link_a_wrap a {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 0px;
    font-size: 18px;
    margin: 3px 0px;
    transition: 400ms;
}

.footer_link_p_wrap p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 0px;
    font-size: 18px;
    margin: 3px 0px;
    display: inline-block;
}

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

.footer_copy_contaienr {
    text-align: center;
    background-color: #a9cd53;
    padding: 15px;
}

.footer_copy_contaienr p {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
}

.span_green_italic {
    color: #a9cd53;
    font-family: 'Playfair Display', serif;
}

.cerere_container {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #f5f6fa;
    top: 0;
    left: 0;
    z-index: 70;
    transform: translateY(-100%);
    transition: 600ms ease-out;
    overflow: hidden;
}

.container2 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #cfcfdb;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark {
    background-color: #a9cd53;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

.cerere_title_wrap h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.cerere_title_wrap h3 span {
    font-family: 'Playfair Display', serif;
}

.form_container {
    width: 1000px;
}

.form_wrap {}

.form_produse_container p {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    font-size: 22px;
    color: #a9cd53;
}

.form_checkbox_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.checkbox_wrap {
    width: 33.333333%;
    box-sizing: border-box;
    margin-bottom: 25px;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
}

.form_input_container {
    margin-top: 30px;
}

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

.form_input_small_wrap {
    width: 48%;
    position: relative;
}

.form_input_small_wrap label {
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    color: #a9cd53;
    font-size: 20px
}

.form_input_small_wrap label input {
    margin-bottom: 40px;
    margin-top: 10px;
    padding: 15px 15px;
    border: 1px solid #a9cd53;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    box-sizing: border-box;
}

.form_input_big_container {
    width: 100%;
    display: flex;
}

.form_input_big_container label {
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    color: #a9cd53;
    font-size: 20px;
    width: 100%;
}

.form_input_big_container label textarea {
    margin-bottom: 40px;
    margin-top: 10px;
    padding: 15px 15px;
    border: 1px solid #a9cd53;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

#oferta_mesaj {
    margin-bottom: 40px;
    margin-top: 10px;
    padding: 15px 15px;
    border: 1px solid #a9cd53;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    height: 250px;
}

.form_submit_btn {
    margin: auto;
    text-align: center;
}

.form_submit_btn button {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    padding: 20px 40px;
    font-size: 18px;
    border: 1px solid #a9cd53;
    background-color: #a9cd53;
    color: #ffffff;
    cursor: pointer;

}

.oferta_close_btn_container {
    position: absolute;
    top: 50px;
    right: 50px;
}

.oferta_close_btn_wrap {
    padding: 5px;
    cursor: pointer;
}

.oferta_close_btn_wrap img {
    width: 45px;
    height: 45px;
}

.oferta_logo_container {
    position: absolute;
    top: 25px;
    left: 50px;
}

.oferta_logo_wrap a img {
    height: 60px;
    width: auto;
}

.oferta_disclaimer_container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
}

.oferta_disclaimer_container p {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 1.6;
    color:
}

.oferta_disclaimer_container p a {
    color: #3e3e3e;
    text-decoration: underline;
}

.oferta_active {
    transform: translateY(0);
}

.clip_abs_img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.clip_abs_img span {
    font-family: 'Playfair Display', serif;
    color: #a9cd53;
    font-size: 140px;
}

.echipa_img_wrap {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.echipa_img_wrap_abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: 200ms;
}

.echipa_img_wrap img {
    width: 100%;
    height: auto;
    display: block;
}

.echipa_flex_item:hover .echipa_img_wrap_abs {
    opacity: 1;
}

.page_header_container {
    height: 35vh;
}

.page_header_wrap {
    width: calc(100% - 100px);
    height: 100%;
    margin-left: 100px;
    padding-top: 100px;
}

.page_bg_container {
    width: 100%;
    height: 100%;
    background-image: url(../imagini/pagini-header-1-4k.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.contact_form_container {
    margin-top: 40px;
}

.form_input_wrap label {
    display: flex;
    flex-direction: column;
    width: 500px;
}

.form_input_wrap label {
    font-family: 'Montserrat', sans-serif;
    color: #a9cd53;
    font-size: 16px;
}

.form_input_wrap input {
    margin-top: 5px;
    margin-bottom: 30px;
    padding: 7px 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #3e3e3e;
    border: none;
    border: 1px solid #a9cd53;
}

.form_input_wrap textarea {
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 7px 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #3e3e3e;
    height: 100px;
    border: 1px solid #a9cd53;
}

.form_submit_btn2 {
    justify-content: flex-start;
}

.section_contact_a_container3 a {
    margin-bottom: 50px;
}

.contact_disclaimer_container p {
    font-size: 10px;
}

.contact_disclaimer_container a {
    font-family: 'Roboto', sans-serif;
    text-decoration: underline;
    color: #3e3e3e;
    font-weight: 600;
}

.contact_disclaimer_container {
    margin-bottom: 20px;
}

.section_contact_flex_item23 {
    padding: 0;
}

.h_clienti_testimonial_active {
    opacity: 0;
    transition: 650ms;
}

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

.mm_container_active {
    transform: translateX(0);
}

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

.mm_menu_main_a_wrap a {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    padding: 15px;
    margin: 5px 0px;
    font-weight: 800;
    letter-spacing: 1px;
}

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

.mm_menu_main_a_wrap a img {
    height: 18px;
    width: 18px;
    margin-right: 5px;
}

.mm_logo_contaniner a {
    padding: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #ffffff;

}

.mm_logo_contaniner a img {
    display: block;
    width: 300px;
}

.mm_menu_main_a_wrap a {
    transition: 400ms;
}

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

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

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

.mm_menu_main_a_wrap_lvl1 a {
    font-weight: 400;
    margin-left: 40px;
    padding: 12px;
    font-size: 18px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

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

.mm_logo_contaniner {
    position: absolute;
    top: 10px;
    left: 10px;
}

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

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

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

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

.modal_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 80;
}

.modal_wrap span {
    position: absolute;
    top: 50px;
    right: 90px;
    font-size: 55px;
    color: white;
}

.close_modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #a9cd53;
    z-index: 40;
    cursor: pointer;
}

.modal_content {
    z-index: 9999;
    height: 675px;
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.modal_content img {
    width: 100%;
    height: auto;
    -webkit-animation-name: zoom;
    animation-name: zoom;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.7);
    display: none;
}

.modal_content iframe {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*position: relative;
   
    width: 100%;
    height: 600px;*/
    -webkit-animation-name: zoom;
    animation-name: zoom;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.7);
    z-index: 99999;
}



@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.close.cursor {
    z-index: 999999999 !important;
    cursor: pointer;
    font-size: 120px;
    position: absolute;
    top: 50px;
    right: 50px;
}

.page_blog_container {
    display: flex;
}

.page_blog_main {
    width: 70%;
    padding-right: 55px;
}

.page_blog_aside_container {
    width: 30%;
    position: relative;
    padding: 35px;
}

.page_blog_aside_container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2000px;
    height: 100%;
    background-color: #f5f6fa;
    z-index: -1;
}

.page_blog_title_wrap h1 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
    font-size: 45px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.page_blog_title_wrap h1 span {
    font-family: 'Playfair Display', serif;
}

.page_blog_author_wrap p {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 70px;
    font-size: 18px;
}

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

.page_blog_main_cotent_p_wrap p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 40px;
    text-align: justify;
}

.page_blog_main_cotent_img_wrap {
    width: 100%;
    margin-bottom: 60px;
}

.page_blog_main_cotent_img_wrap img {
    width: 100%;
    height: auto;
    display: block;
}

.page_blog_main_subtitle_wrap h2 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3;
    font-size: 35px;
    margin-bottom: 40px;
}

.page_blog_main_tags_container {
    display: flex;
}

.page_blog_main_tags_wrap p {
    font-family: 'Montserrat', sans-serif;
    padding: 10px 20px;
    border: 1px solid #3e3e3e;
    margin-right: 10px;
    border-radius: 50px;
}

.page_blog_bg {
    background-color: #f5f6fa;
}

.max_with_padding3 {
    padding: 50px 0px;
}

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

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

.next_blog_side_container {
    width: 45%;
}

.next_blog_middle_container {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.next_blog_middle_wrap {
    width: 60px;
    height: 60px;
    background-color: #cfcfdb;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    position: relative;
    transition: 500ms;
}

.next_blog_middle_wrap a {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.next_blog_middle_span {
    width: 10px;
    height: 10px;
    background-color: #3e3e3e;
    margin: 3px 4px;
    border-radius: 50%;
}

.next_blog_middle_wrap:hover {
    background-color: #a9cd53;
}

.next_blog_wrap {
    height: 100%;
    display: flex;
}

.next_blog_wrap a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.next_blog_title_container {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 1.2;
}

.blog_desc {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    transition: 400ms;
}

.next_blog_arrow_container {
    margin-right: 15px;
}

.next_blog_wrap2 {
    margin-left: auto;
    justify-content: flex-end;
}

.next_blog_wrap2 a {
    flex-direction: row;
    text-align: end;
}

.next_blog_arrow_container2 {
    margin-right: 0px;
    margin-left: 15px;
}

.next_blog_wrap a:hover .blog_desc {
    color: #a9cd53;
}

.page_blog_aside_item_img_wrap {
    width: 100%;
    margin-bottom: 20px;
}

.page_blog_aside_item_img_wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.page_blog_aside_title_wrap a {
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
    transition: 400ms;
}

.page_blog_aside_title_wrap a:hover {
    color: #a9cd53;
}

.page_blog_aside_auth_wrap p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.page_blog_aside_item_container {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cfcfdb;
}

.next_blog_title_container2 {
    text-align: end;
}

.produse_flex_container {
    display: flex;
}

.produse_text_container {
    width: 40%;
    padding-right: 55PX;
}

.produse_img_container {
    width: 60%;
}

.produse_back_btn_wrap a img {
    height: 50px;
    display: block;
    margin-right: 10px;
    transition: 350ms;
}

.produse_back_btn_wrap a {
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    color: #3e3e3e;
    font-size: 30px;
    margin-bottom: 50px;
}

.produse_back_btn_wrap a:hover img {
    transform: translateX(-20px);
}

.produse_h1_wrap h1 {
    font-family: 'Playfair Display', serif;
    font-size: 70px;
    margin-bottom: 30px;
}

.produse_desc_p_wrap p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 50px;
}
.produse_desc_p_wrap p span {
    font-weight: 600;
}
.produse_val_nut_wrap h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    margin-bottom: 15px;
}

.produse_val_nut_val_container {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.produse_val_nut_val_container p {
    font-family: 'Roboto', sans-serif;
    color: #a9cd53;
    margin-bottom: 10px;
    font-size: 18px;
}

.produse_val_nut_wrap1 {
    margin-bottom: 30px;
}

.produse_val_nut_vit_container {
    width: 50%;
    display: flex;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif;
}

.produse_val_nut_val_container p:first-of-type {
    font-weight: 700;
}

.produse_val_nut_vit_container p {
    color: #a9cd53;
    font-size: 26px;
}

.produse_img_container img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}

.page_video_galery_container {
    margin-top: 70px;
}

.page_video_galery_title_wrap h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    letter-spacing: -1px;
    margin-bottom: 30px;
}

.page_video_galery_title_wrap h3 span {
    font-family: 'Playfair Display', serif;
    letter-spacing: 0px;
}

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

.page_video_galery_flex_item {
    width: 23%;
    margin: 0px 1% 2% 1%;
    position: relative;
    cursor: pointer;
}

.page_video_galery_flex_item img {
    display: block;
    width: 100%;
    height: auto;
}

.page_video_galery_flex_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3e3e3e;
    opacity: 0.4;
    transition: 400ms;
}

.page_video_abs_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.page_video_svg_wrap img {
    height: 50px;
    width: 50px;
    opacity: 0;
    transition: 400ms;
    margin: auto;
    margin-bottom: 10px;
}

.page_video_text_wrap {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: #ffffff;
    opacity: 0;
    transition: 400ms;
}

.page_video_galery_flex_item:hover .page_video_svg_wrap img {
    opacity: 1;
}

.page_video_galery_flex_item:hover .page_video_text_wrap {
    opacity: 1;
}

.page_video_galery_flex_item:hover:before {
    opacity: 0.6;
}

.page_video_main_title {
    position: absolute;
    bottom: 25px;
    left: 30px;
}

.page_video_main_title p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

.produse_clip_wrap {
    display: flex;
    margin-top: 50px;
}

.my-gallery {
    width: 100%;


}

.my-gallery a {
    height: 100%;
    width: auto;
    height: 325px;

}

.my-gallery img {
    height: 100%;
    width: auto;
    display: inline-block;
}

.my-gallery figcaption {
    display: none;
}

.galery_container {
    margin-bottom: 50px;
}

.figure_class {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.pswp__caption__center {
    font-family: 'Montserrat',
        sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.b_cation {
    display: none;
}

.my-gallery2 {
    display: flex;
    flex-wrap: wrap;
}

.b_figure {
    box-sizing: border-box;
    width: 23%;
    margin: 0px 1% 2% 1%;
}

.b_a_tag {
    box-sizing: border-box;
    width: 100%;
    height: auto;
}

.b_a_tag img {
    display: block;
    width: 100%;
    height: auto;
}

.section_index_no_padding_top {
    padding-top: 0px;
}

.terms_main_container h3 {
    font-family: 'Montserrat',
        sans-serif;
    font-size: 27px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.terms_main_container p {
    font-family: 'roboto',
        sans-serif;
    font-weight: 300;
    line-height: 1.6;
    font-size: 16px;
}

.terms_main_container p span {
    font-weight: 800;
}

.terms_main_container {
    margin-bottom: 50px;
}

.terms_main_container ul {
    list-style: circle;
    margin-left: 30px;
}

.terms_main_container ul li a {
    font-family: 'roboto',
        sans-serif;
    line-height: 1.6;
    font-size: 16px;
}
.oferta_disclaimer_container2 {
    display: none;
}
label.error {
    position: absolute;
    bottom: 20px;
    font-family: 'roboto',
        sans-serif;
    color: red;
    font-size: 12px;
}
#result {
    display: block;
    font-family: 'roboto', sans-serif;
    color: #a9cd53;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 17px;
}
.harvest_day_subtitle h3 {
    text-align: center;
}
.harvest_day_details_container {
    text-align: center;
}
.harvest_day_date_wrap p {
     font-family: 'Montserrat',
        sans-serif;
    font-weight: 800;
    font-size: 35px;
    margin-bottom: 30px;
    color: #a9cd53;
    letter-spacing: 1px;
}
.harvest_day_ore_wrap p {
    font-family: 'roboto', sans-serif;
    font-size: 32px;
    margin-bottom: 40px;
}
.harvest_day_activitati_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 50%;
    margin: auto;
    margin-bottom: 40px;
}
.harvest_day_activitati_wrap p {
     font-family: 'Montserrat',
        sans-serif;
    font-size: 24px;
    line-height: 1.4;
}
.harvest_day_location_wrap p {
    font-size: 22px;
    font-family: 'roboto', sans-serif;
    color: #a9cd53;
    line-height: 1.5;
}
.harvest_day_activitati_wrap p span {
    margin: 0px 10px;
    font-weight: 800;
    font-family: 'Montserrat',
        sans-serif;
}

.pupup_oferta_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 90;
}
.pupup_oferta_wrap {
    position: relative;
    z-index: 91;
    width: 100%;
    height: 100%;
}
.popup_oferta_overlay_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 92;
    background-color: rgba(255,255,255,0.6);
}
.popup_oferta_main_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(https://premium-estetic-dental.com/wp-content/uploads/2021/07/popup-oferta-iulie.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.12);
    z-index: 93;
    width: 740px;
    height: 400px;
}
.popup_oferta_wrap {
    height: 100%;
    width: 50%;
    padding: 25px 0px;
}
.popup_oferta_logo_container img {
    padding-left: 25px;
    display: block;
    max-width: 290px;
    margin-bottom: 50px;
}
.popup_oferta_title_container {
    padding: 10px 0px 10px 20px;
    background-color: rgba(7,167,227,0.7);
}
.popup_oferta_title_container h2 {
    font-weight: bold;
    font-style: normal;
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 32px;
    color: #fff;
    text-align: center;
}
.popup_oferta_text_container {
    padding: 10px 0px 10px 20px;
    background-color: rgba(255,99,148,0.7);
}
.popup_oferta_text_container p {
    font-weight: normal;
    font-style: normal;
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    line-height: 1.4;
    font-size: 19px;
    color: #fff;
    text-align: center;
}
.popup_oferta_text_container p:last-of-type {
    font-size: 17px;
}
.pupup_oferta_call_container {
    padding: 10px 0px 10px 20px;
    background-color: rgba(50,184,219, 0.9);
    margin-bottom: 30px;
}
.pupup_oferta_call_container p {
    font-weight: normal;
    font-style: normal;
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    line-height: 1.4;
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.popup_oferta_btn_wrap a {
    display: inline-block;
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    background-color: #07a7e3;
    padding: 12px 25px;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    font-size: 19px;
    letter-spacing: 1px;
}
.popup_oferta_btn_container {
    display: flex;
    justify-content: center;
}
.popup_oferta_close_container {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.popup_oferta_close_wrap span {
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    color: #2e2e2e;
    line-height: 30px;
    display: block;
    font-size: 19px;
}
.popup_hidden {
    display: none;
}
.eveniment_padding {
    padding-top: 0px!important;
}
@media screen and (max-width: 750px) {
    .popup_oferta_main_container {
        width: 400px;
        height: 280px
    }
    .popup_oferta_title_container h2 {
        font-size: 17px;
    }
    .popup_oferta_text_container p {
        font-size: 16px;
    }
    .popup_oferta_text_container p:last-of-type {
        font-size: 15px;
    }
    .popup_oferta_logo_container img {
        margin-bottom: 20px;
        max-width: 200px;
    }
    .popup_oferta_wrap {
        width: 100%;
    }
    .pupup_oferta_call_container p {
        font-size: 14px;
    }
    .pupup_oferta_call_container {
        margin-bottom: 20px;
    }
    .popup_oferta_btn_wrap a {
        font-size: 14px;
        padding: 10px 20px;
    }
}
@media screen and (max-width: 400px) {
    .popup_oferta_main_container {
        width: 350px;
        height: 300px;
    }
}
@media screen and (max-width: 361px) {
    .popup_oferta_main_container {
        width: 340px;
        height: 300px;
    }
}
@media screen and (max-width: 321px) {
    .popup_oferta_main_container {
        width: 310px;
        height: 340px;
    }
}
@media screen and (max-width: 2400px) {
    .body_top_nav_container {
        padding-left: 80px;
    }

    .terms_main_container h3 {
        font-size: 23px;
        margin-bottom: 14px;
        line-height: 1.4;
    }

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

    .body_top_nav_container {
        height: 80px;
    }

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

    .header_main_container {
        width: calc(100% - 80px);
        margin-left: 80px;
        height: 100%;
        padding-top: 80px;
        z-index: 10;
        position: relative;
    }

    .max_with_container {
        width: calc(100% - 80px);
        margin-left: 80px;
    }

    .max_width {
        max-width: 1344px;
    }

    .body_left_bottom_container {
        width: 80px;
    }

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

    .body_top_left_container a img {
        height: 55%;
    }

    .body_top_middle_nav_container ul li a {
        font-size: 15px;
        padding: 0px 30px;
    }

    .body_right_a_wrap a {
        font-size: 18px;
        width: 220px;
    }

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

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

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

    .headeR_bg_dot_wrap p {
        font-size: 19px;
    }

    .header_bg_nav_wrap {
        padding: 10px 40px;
        margin-left: 30px;
        background-color: #a9cd53;
        cursor: pointer;
    }

    .header_bg_nav_wrap img {
        height: 30px;
    }

    .max_with_padding {
        padding: 100px 0px 100px 0px;
    }

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

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

    .desktop_a_btn {
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        padding: 14px 30px;
        margin-right: 50px;
        background-color: #a9cd53;
        font-size: 14px;
    }

    .body_right_container img {
        height: 19px;
    }

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

    .section_flex_item h2 {
        font-size: 36px;
        margin-bottom: 37px;
    }

    .section_flex_item1 {
        padding-right: 70px;
    }

    .section_flex_item p {
        font-size: 14px;
        margin-bottom: 14px;
    }

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

    .clip_abs_img span {
        font-size: 120px;
    }

    .clip_section_wrap h2 {
        font-size: 38px;
        margin-bottom: 37px;
    }

    .clip_section_wrap p {
        font-size: 14px;
        margin-bottom: 40px;
        width: 70%;
    }

    .clip_section_btn_fx {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #a9cd53;
        padding: 7px 15px;
        border-radius: 50px;
        background-color: #a9cd53;
        cursor: pointer;
    }

    .clip_section_btn_fx span {
        font-family: 'Montserrat', sans-serif;
        margin-left: 15px;
        font-size: 15px;
        color: #ffffff;
    }

    .clip_section_btn_fx img {
        height: 30px;
        width: 30px;
    }

    .section_title_container h2 {
        font-size: 40px;
        margin-bottom: 37px;
    }

    .section_title_container p {
        width: 70%;
        font-size: 14px;
    }

    .produse_flex_container {
        margin-top: 45px;
    }

    .produse_flex_item {
        width: 29%;
        margin: 0px 2.15% 3% 2.15%;
        padding: 20px;
        text-align: center;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
        border: 7px solid #a9cd53;
    }

    .produse_title_wrap h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .produse_img_wrap {
        height: auto;
        margin-bottom: 15px;
    }

    .desktop_a_btn3 {
        margin-right: 0px;
    }

    .section_index_no_padding_top {
        padding-top: 0px;
    }

    .produse_svg_wrap img {
        display: block;
        height: 30px;
        margin: auto;
        margin-bottom: 7px;
    }

    .body_mm_line {
        height: 3px;
        width: 32px;
        background-color: #ffffff;
        border-radius: 3px;
        margin: 3px;
    }

    .fonduri_img_wrap {
        margin-right: 30px;
    }

    .fonduri_img_wrap img {
        display: block;
        height: 100%;
        width: auto;
        max-width: 65px;
        height: auto;
    }

    .blog_author_container {
        width: 40px;
    }

    .blog_author_p_wrap p {
        font-size: 11px;
    }

    .blog_main_flex_item {
        padding: 35px 25px;
    }

    .blog_title_wrap a {
        font-size: 16px;
        margin-bottom: 15px;
    }

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

    .blog_main_container {
        width: calc(100% - 40px);
        display: flex;
    }

    .blog_flex_item {
        height: 280px;
    }

    .blog_plus_sign_wrap {
        font-size: 30px;
    }

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

    .testimoniale_flex_item {
        width: 31%;
        background-color: #ffffff;
        position: relative;
        padding: 55px 35px 35px 35px;
        text-align: center;
    }

    .testimoniale_nume_wrap p {
        font-size: 17px;
        margin-bottom: 3px;
    }

    .testimoniale_functie_wrap p {
        font-size: 14px;
        margin-bottom: 15px;
    }

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

    .section_contact_flex_item1 {
        padding: 55px 35px;
        text-align: end;
    }

    .section_contact_flex_item1 h2 {
        font-size: 37px;
        margin-bottom: 10px;
    }


    .section_contact_a_container a {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .section_contact_flex_item1 p {
        font-size: 15px;
        width: 60%;
    }

    .section_contact_a_container p {
        font-size: 17px;
        width: 60%;

    }

    .footer_logo_wrap a img {
        height: 45px;
        display: block;
    }

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

    .footer_flex_container {
        display: flex;
        padding: 50px 0px;
    }

    .footer_social_a_wrap {
        width: 37px;
        height: 37px;
    }

    .footer_social_a_wrap a img {
        width: 19px;
        height: 19px;
    }

    .footer_title_wrap {
        height: 45px;
        margin-bottom: 14px;
    }

    .footer_title_wrap p {
        font-size: 20px;
    }

    .footer_link_a_wrap a {
        padding: 5px 0px;
        font-size: 13px;
        margin: 3px 0px;
    }

    .footer_link_p_wrap p {
        padding: 5px 0px;
        font-size: 13px;
        margin: 3px 0px;
    }

    .footer_copy_contaienr {
        padding: 11px;
    }

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

    .mm_menu_container {
        padding: 100px 30px 0px 40px;
    }

    .mm_logo_contaniner a img {
        display: block;
        width: 240px;
    }

    .mm_close_wrap img {
        width: 30px;
        height: 30px;

    }

    .mm_menu_main_a_wrap a {
        font-size: 17px;
        padding: 11px;
        margin: 3px 0px;
        letter-spacing: 1px;
    }

    .mm_menu_main_a_wrap_lvl1 a {
        margin-left: 30px;
        padding: 11px;
        font-size: 17px;

    }

    .mm_close_mm {
        cursor: pointer;
    }

    .form_produse_container p {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .checkbox_wrap {
        margin-bottom: 17px;
        font-size: 17px;
        padding-left: 30px;
    }

    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #cfcfdb;
    }

    /* On mouse-over, add a grey background color */
    .container2:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .container2 input:checked ~ .checkmark {
        background-color: #a9cd53;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .container2 input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .container2 .checkmark:after {
        left: 7px;
        top: 3px;
        width: 4px;
        height: 8px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .form_input_small_wrap label {
        font-size: 17px;
    }

    .form_input_big_container label {
        font-size: 17px;
    }

    .form_input_small_wrap label input {
        margin-bottom: 24px;
        margin-top: 6px;
        padding: 10px 10px;
        border: 1px solid #a9cd53;
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        box-sizing: border-box;
    }

    #oferta_mesaj {
        margin-bottom: 30px;
        margin-top: 6px;
        padding: 10px 10px;
        border: 1px solid #a9cd53;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        height: 180px;
    }

    .cerere_title_wrap h3 {
        font-size: 37px;
        margin-bottom: 40px;
    }

    .form_submit_btn button {
        padding: 12px 20px;
        font-size: 15px;
    }

    .oferta_close_btn_container {
        position: absolute;
        top: 30px;
        right: 40px;
    }

    .oferta_close_btn_wrap {
        padding: 5px;
        cursor: pointer;
    }

    .oferta_close_btn_wrap img {
        width: 35px;
        height: 35px;
    }

    .oferta_logo_container {
        position: absolute;
        top: 20px;
        left: 40px;
    }

    .oferta_logo_wrap a img {
        height: 50px;
        width: auto;
    }

    .oferta_disclaimer_container {
        padding: 10px;
    }

    .oferta_disclaimer_container p {
        font-size: 10px;
    }

    .page_header_container {
        height: 30vh;
    }

    .page_header_wrap {
        width: calc(100% - 80px);
        height: 100%;
        margin-left: 80px;
        padding-top: 80px;
    }

    .section_contact_flex_item2 {
        padding: 55px 35px;
    }

    .section_contact_flex_item2 h2 {
        font-size: 37px;
        margin-bottom: 10px;
    }

    .section_contact_flex_item2 p {
        width: 60%;
        font-size: 15px;
    }

    .form_input_wrap label {
        font-size: 15px;
    }

    .form_input_wrap input {
        margin-top: 5px;
        margin-bottom: 24px;
        padding: 6px 12px;
        font-size: 13px;
    }

    .form_input_wrap textarea {
        margin-top: 5px;
        margin-bottom: 20px;
        padding: 6px 12px;
        font-size: 13px;
        height: 80px;
    }

    .contact_disclaimer_container p {
        font-size: 9px;
    }

    .contact_form_container {
        margin-top: 36px;
    }

    .echipa_flex_item {
        border: 7px solid #a9cd53;
    }

    .echipa_nume_wrap {
        padding: 20px;
    }

    .echipa_nume_wrap p {
        font-size: 19px;
    }

    .page_video_galery_title_wrap h3 {
        font-size: 35px;
    }

    .page_video_text_wrap {
        font-size: 20px;
    }

    .page_video_svg_wrap img {
        width: 40px;
        height: 40px;
    }

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

    .page_video_main_title {
        bottom: 16px;
        left: 22px;
    }

    .page_blog_title_wrap h1 {
        font-size: 37px;
        margin-bottom: 15px;
    }

    .page_blog_author_wrap p {
        font-size: 16px;
        margin-bottom: 50px;
    }

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

    .page_blog_main_subtitle_wrap h2 {
        font-size: 27px;
    }

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

    .page_blog_aside_title_wrap a {
        font-size: 16px;
    }

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

    .max_with_padding3 {
        padding: 30px 0px;
    }

    .next_blog_title_container {
        font-size: 19px;
    }

    .next_blog_middle_wrap {
        width: 50px;
        height: 50px;
    }

    .next_blog_middle_span {
        width: 7px;
        height: 7px;
        background-color: #3e3e3e;
        margin: 3px 4px;
        border-radius: 50%;
    }

    .produse_back_btn_wrap a img {
        height: 37px;
    }

    .produse_back_btn_wrap a {
        font-size: 24px;
        margin-bottom: 29px;
    }

    .produse_h1_wrap h1 {
        font-size: 47px;
    }

    .produse_text_container {
        padding-right: 25px;
    }

    .produse_desc_p_wrap p {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .produse_val_nut_wrap h2 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .produse_val_nut_wrap1 {
        margin-bottom: 20px;
    }

    .produse_val_nut_val_container p {
        font-size: 15px;
        margin-bottom: 7px
    }

    .produse_val_nut_vit_container p {
        font-size: 19px;
    }

    .section_contact_flex_item23 {
        padding: 0px;
    }

    .contact_map_container {
        height: 550px;
    }

    .body_left_bottom_wrap {
        width: 100%;
        height: calc(100vh - 85px);
        margin-top: 85px;
    }

}

@media screen and (max-width: 1890px) {
    .harvest_day_activitati_wrap {
        width: 60%;
    }
    .body_top_nav_container {
        padding-left: 65px;
    }

    .body_top_nav_container {
        height: 65px;
    }

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

    .header_main_container {
        width: calc(100% - 65px);
        margin-left: 65px;
        height: 100%;
        padding-top: 65px;
        z-index: 10;
        position: relative;
    }

    .max_with_container {
        width: calc(100% - 65px);
        margin-left: 65px;
    }

    .max_width {
        max-width: 1120px;
    }

    .body_left_bottom_container {
        width: 65px;
    }

    .body_mm_container {
        width: 65px;
        height: 65px;
    }

    .body_top_left_container a img {
        height: 55%;
    }

    .body_top_middle_nav_container ul li a {
        font-size: 13px;
        padding: 0px 20px;
    }

    .body_right_a_wrap a {
        font-size: 16px;
        width: 200px;
    }

    .header_main_wrap h3 {
        margin-bottom: 12px;
        font-size: 16px;
    }

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

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

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

    .header_bg_nav_wrap {
        padding: 5px 30px;
        margin-left: 20px;
        background-color: #a9cd53;
        cursor: pointer;
    }

    .header_bg_nav_wrap img {
        height: 25px;
    }

    .max_with_padding {
        padding: 70px 0px 70px 0px;
    }

    .body_left_bottom_middle_wrap p {
        font-size: 11px;
    }

    .body_left_btm_social_a_wrap a {
        font-size: 12px;
    }

    .desktop_a_btn {
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        padding: 12px 25px;
        margin-right: 30px;
        background-color: #a9cd53;
        font-size: 13px;
    }

    .body_right_container img {
        height: 16px;
    }

    .section_flex_item h3 {
        margin-bottom: 11px;
        font-size: 14px;
    }

    .section_flex_item h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .section_flex_item1 {
        padding-right: 40px;
    }

    .section_flex_item p {
        font-size: 11px;
        margin-bottom: 14px;
    }

    .section_flex_item p:last-of-type {
        margin-bottom: 25px;
    }

    .clip_abs_img span {
        font-size: 90px;
    }

    .clip_section_wrap h2 {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .clip_section_wrap p {
        font-size: 12px;
        margin-bottom: 30px;
        width: 70%;
    }

    .clip_section_btn_fx {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #a9cd53;
        padding: 5px 12px;
        border-radius: 50px;
        background-color: #a9cd53;
        cursor: pointer;
    }

    .clip_section_btn_fx span {
        font-family: 'Montserrat', sans-serif;
        margin-left: 15px;
        font-size: 13px;
        color: #ffffff;
    }

    .clip_section_btn_fx img {
        height: 25px;
        width: 25px;
    }

    .section_title_container h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .section_title_container p {
        width: 70%;
        font-size: 12px;
    }

    .produse_flex_container {
        margin-top: 35px;
    }

    .produse_flex_item {
        width: 29%;
        margin: 0px 2.15% 3% 2.15%;
        padding: 20px;
        text-align: center;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
        border: 7px solid #a9cd53;
    }

    .produse_title_wrap h3 {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .produse_img_wrap {
        height: auto;
        margin-bottom: 10px;
    }

    .desktop_a_btn3 {
        margin-right: 0px;
    }

    .section_index_no_padding_top {
        padding-top: 0px;
    }

    .produse_svg_wrap img {
        display: block;
        height: 27px;
        margin: auto;
        margin-bottom: 5px;
    }

    .body_mm_line {
        height: 3px;
        width: 29px;
        background-color: #ffffff;
        border-radius: 9px;
        margin: 3px;
    }

    .fonduri_img_wrap {
        margin-right: 30px;
    }

    .fonduri_img_wrap img {
        display: block;
        height: 100%;
        width: auto;
        max-width: 55px;
        height: auto;
    }

    .blog_author_container {
        width: 30px;
    }

    .blog_author_p_wrap p {
        font-size: 9px;
    }

    .blog_main_flex_item {
        padding: 20px 15px;
    }

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

    .blog_p_wrap p {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .blog_main_container {
        width: calc(100% - 30px);
        display: flex;
    }

    .blog_flex_item {
        height: 220px;
    }

    .blog_plus_sign_wrap {
        font-size: 25px;
    }

    .testimonial_img_wrap {
        width: 55px;
        height: 55px;
    }

    .testimoniale_flex_item {
        width: 31%;
        background-color: #ffffff;
        position: relative;
        padding: 40px 30px 30px 30px;
        text-align: center;
    }

    .testimoniale_nume_wrap p {
        font-size: 15px;
        margin-bottom: 3px;
    }

    .testimoniale_functie_wrap p {
        font-size: 13px;
        margin-bottom: 14px;
    }

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

    .section_contact_flex_item1 {
        padding: 40px 25px;
        text-align: end;
    }

    .section_contact_flex_item1 h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }


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

    .section_contact_flex_item1 p {
        font-size: 12px;
        width: 60%;
    }

    .section_contact_a_container p {
        font-size: 17px;
        width: 60%;

    }

    .section_contact_a_container1 {
        margin-top: 20px;
    }

    .footer_logo_wrap a img {
        height: 38px;
        display: block;
    }

    .footer_p_wrap p {
        font-size: 12px;
        margin: 30px 0px
    }

    .footer_flex_container {
        display: flex;
        padding: 20px 0px;
    }

    .footer_social_a_wrap {
        width: 32px;
        height: 32px;
    }

    .footer_social_a_wrap a img {
        width: 16px;
        height: 16px;
    }

    .footer_title_wrap {
        height: 35px;
        margin-bottom: 12px;
    }

    .footer_title_wrap p {
        font-size: 18px;
    }

    .footer_link_a_wrap a {
        padding: 5px 0px;
        font-size: 11px;
        margin: 3px 0px;
    }

    .footer_link_p_wrap p {
        padding: 5px 0px;
        font-size: 11px;
        margin: 3px 0px;
    }

    .footer_copy_contaienr {
        padding: 8px;
    }

    .footer_copy_contaienr p {
        font-size: 10px;
    }

    .mm_menu_container {
        padding: 100px 30px 0px 40px;
    }

    .mm_logo_contaniner a img {
        display: block;
        width: 240px;
    }

    .mm_close_wrap img {
        width: 30px;
        height: 30px;

    }

    .mm_menu_main_a_wrap a {
        font-size: 15px;
        padding: 8px;
        margin: 1px 0px;
        letter-spacing: 1px;
    }

    .mm_menu_main_a_wrap_lvl1 a {
        margin-left: 30px;
        padding: 8px;
        font-size: 15px;

    }

    .mm_wrap {
        width: 455px;
    }

    .mm_close_mm {
        cursor: pointer;
    }

    .form_container {
        width: 700px;
    }

    .form_produse_container p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .checkbox_wrap {
        margin-bottom: 12px;
        font-size: 14px;
        padding-left: 30px;
    }

    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 16px;
        width: 16px;
        background-color: #cfcfdb;
    }

    /* On mouse-over, add a grey background color */
    .container2:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .container2 input:checked ~ .checkmark {
        background-color: #a9cd53;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .container2 input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .container2 .checkmark:after {
        left: 5px;
        top: 2px;
        width: 3px;
        height: 6px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .form_input_small_wrap label {
        font-size: 14px;
    }

    .form_input_big_container label {
        font-size: 14px;
    }

    .form_input_small_wrap label input {
        margin-bottom: 20px;
        margin-top: 6px;
        padding: 7px 7px;
        border: 1px solid #a9cd53;
        font-family: 'Roboto', sans-serif;
        font-size: 11px;
        box-sizing: border-box;
    }

    #oferta_mesaj {
        margin-bottom: 17px;
        margin-top: 6px;
        padding: 7px 7px;
        border: 1px solid #a9cd53;
        font-family: 'Roboto', sans-serif;
        font-size: 11px;
        height: 110px;
    }

    .cerere_title_wrap h3 {
        font-size: 27px;
        margin-bottom: 20px;
    }

    .form_submit_btn button {
        padding: 8px 14px;
        font-size: 14px;
    }

    .oferta_close_btn_container {
        position: absolute;
        top: 30px;
        right: 40px;
    }

    .oferta_close_btn_wrap {
        padding: 5px;
        cursor: pointer;
    }

    .oferta_close_btn_wrap img {
        width: 35px;
        height: 35px;
    }

    .oferta_logo_container {
        position: absolute;
        top: 20px;
        left: 40px;
    }

    .oferta_logo_wrap a img {
        height: 50px;
        width: auto;
    }

    .oferta_disclaimer_container {
        padding: 6px;
    }

    .oferta_disclaimer_container p {
        font-size: 9px;
    }

    .page_header_container {
        height: 30vh;
    }

    .page_header_wrap {
        width: calc(100% - 65px);
        height: 100%;
        margin-left: 65px;
        padding-top: 65px;
    }

    .section_contact_flex_item2 {
        padding: 40px 25px;
    }

    .section_contact_flex_item2 h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .section_contact_flex_item2 p {
        width: 60%;
        font-size: 12px;
    }

    .form_input_wrap label {
        font-size: 13px;
    }

    .form_input_wrap input {
        margin-top: 3px;
        margin-bottom: 20px;
        padding: 5px 10px;
        font-size: 11px;
    }

    .form_input_wrap textarea {
        margin-top: 3px;
        margin-bottom: 20px;
        padding: 5px 10px;
        font-size: 11px;
        height: 80px;
    }

    .contact_disclaimer_container p {
        font-size: 9px;
    }

    .contact_form_container {
        margin-top: 26px;
    }

    .contact_map_container {
        height: 420px;
    }

    .echipa_flex_item {
        border: 7px solid #a9cd53;
    }

    .echipa_nume_wrap {
        padding: 15px;
    }

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

    .echipa_container {
        margin-top: 30px;
    }

    .page_video_galery_title_wrap h3 {
        font-size: 27px;
    }

    .page_video_text_wrap {
        font-size: 17px;
    }

    .page_video_svg_wrap img {
        width: 30px;
        height: 30px;
    }

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

    .page_video_main_title {
        bottom: 16px;
        left: 22px;
    }

    .page_blog_title_wrap h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .page_blog_author_wrap p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .page_blog_main_cotent_p_wrap p {
        font-size: 13px;
        margin-bottom: 25px;
    }

    .page_blog_main_cotent_img_wrap {
        margin-bottom: 25px;
    }

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

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

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

    .page_blog_aside_auth_wrap p {
        font-size: 11px;
    }

    .blog_desc {
        font-size: 13px;
    }

    .max_with_padding3 {
        padding: 17px 0px;
    }

    .next_blog_title_container {
        font-size: 16px;
    }

    .page_blog_aside_container {
        padding: 23px;
    }

    .page_blog_aside_item_img_wrap {
        margin-bottom: 15px;
    }

    .next_blog_middle_wrap {
        width: 50px;
        height: 50px;
    }

    .next_blog_middle_span {
        width: 7px;
        height: 7px;
        background-color: #3e3e3e;
        margin: 3px 4px;
        border-radius: 50%;
    }

    .produse_back_btn_wrap a img {
        height: 33px;
    }

    .produse_back_btn_wrap a {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .produse_h1_wrap h1 {
        font-size: 39px;
        margin-bottom: 15px;
    }

    .produse_text_container {
        padding-right: 15px;
    }

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

    .produse_val_nut_wrap h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .produse_val_nut_wrap1 {
        margin-bottom: 15px;
    }

    .produse_val_nut_val_container p {
        font-size: 13px;
        margin-bottom: 7px;
    }

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

    .section_contact_flex_item23 {
        padding: 0px;
    }

    .produse_clip_wrap {
        margin-top: 25px;
    }

    .close.cursor {
        top: 10px;
        font-size: 80px;
    }

    .body_left_bottom_wrap {
        width: 100%;
        height: calc(100vh - 65px);
        margin-top: 65px;
    }
    .blog_flex_container {
        margin-top: 50px;
    }
    .page_video_galery_container {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1490px) {
    .harvest_day_activitati_wrap {
        width: 70%;
    }
    .page_video_galery_container {
        margin-top: 35px;
    }
    .blog_flex_container {
        margin-top: 35px;
    }
    .body_top_nav_container {
        padding-left: 55px;
    }

    .body_top_nav_container {
        height: 55px;
    }

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

    .header_main_container {
        width: calc(100% - 55px);
        margin-left: 55px;
        height: 100%;
        padding-top: 55px;
        z-index: 10;
        position: relative;
    }

    .max_with_container {
        width: calc(100% - 55px);
        margin-left: 55px;
    }

    .max_width {
        max-width: 1060px;
    }

    .body_left_bottom_container {
        width: 55px;
    }

    .body_mm_container {
        width: 55px;
        height: 55px;
    }

    .body_top_left_container a img {
        height: 55%;
    }

    .body_top_middle_nav_container ul li a {
        font-size: 12px;
        padding: 0px 17px;
    }

    .body_right_a_wrap a {
        font-size: 15px;
        width: 170px;
    }

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

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

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

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

    .header_bg_nav_wrap {
        padding: 5px 30px;
        margin-left: 20px;
        background-color: #a9cd53;
        cursor: pointer;
    }

    .header_bg_nav_wrap img {
        height: 24px;
    }

    .body_left_bottom_wrap {
        width: 100%;
        height: calc(100vh - 55px);
        margin-top: 55px;
    }

    .max_with_padding {
        padding: 60px 0px 60px 0px;
    }

    .body_left_bottom_middle_wrap p {
        font-size: 9px;
    }

    .body_left_btm_social_a_wrap a {
        font-size: 10px;
    }

    .desktop_a_btn {
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        padding: 10px 22px;
        margin-right: 30px;
        background-color: #a9cd53;
        font-size: 12px;
    }

    .body_right_container img {
        height: 14px;
    }

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

    .section_flex_item h2 {
        font-size: 27px;
        margin-bottom: 25px;
    }

    .section_flex_item1 {
        padding-right: 30px;
    }

    .section_flex_item p {
        font-size: 11px;
        margin-bottom: 14px;
    }

    .section_flex_item p:last-of-type {
        margin-bottom: 20px;
    }

    .clip_abs_img span {
        font-size: 75px;
    }

    .clip_section_wrap h2 {
        font-size: 29px;
        margin-bottom: 25px;
    }

    .clip_section_wrap p {
        font-size: 11px;
        margin-bottom: 25px;
        width: 70%;
    }

    .clip_section_btn_fx {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #a9cd53;
        padding: 5px 12px;
        border-radius: 50px;
        background-color: #a9cd53;
        cursor: pointer;
    }

    .clip_section_btn_fx span {
        font-family: 'Montserrat', sans-serif;
        margin-left: 15px;
        font-size: 13px;
        color: #ffffff;
    }

    .clip_section_btn_fx img {
        height: 25px;
        width: 25px;
    }

    .section_title_container h2 {
        font-size: 27px;
        margin-bottom: 25px;
    }

    .section_title_container p {
        width: 70%;
        font-size: 11px;
    }

    .produse_flex_container {
        margin-top: 30px;
    }

    .produse_flex_item {
        width: 29%;
        margin: 0px 2.15% 3% 2.15%;
        padding: 15px;
        text-align: center;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
        border: 5px solid #a9cd53;
    }

    .produse_title_wrap h3 {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .produse_img_wrap {
        height: auto;
        margin-bottom: 5px;
    }

    .desktop_a_btn3 {
        margin-right: 0px;
    }

    .section_index_no_padding_top {
        padding-top: 0px;
    }

    .produse_svg_wrap img {
        display: block;
        height: 27px;
        margin: auto;
        margin-bottom: 5px;
    }

    .body_mm_line {
        height: 2px;
        width: 25px;
        background-color: #ffffff;
        border-radius: 9px;
        margin: 3px;
    }

    .fonduri_img_wrap {
        margin-right: 20px;
    }

    .fonduri_img_wrap img {
        display: block;
        height: 100%;
        width: auto;
        max-width: 45px;
        height: auto;
    }

    .blog_author_container {
        width: 25px;
    }

    .blog_author_p_wrap p {
        font-size: 8px;
    }

    .blog_main_flex_item {
        padding: 20px 15px;
    }

    .blog_title_wrap a {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .blog_p_wrap p {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .blog_main_container {
        width: calc(100% - 25px);
        display: flex;
    }

    .blog_flex_item {
        height: 200px;
    }

    .blog_plus_sign_wrap {
        font-size: 20px;
    }

    .testimonial_img_wrap {
        width: 55px;
        height: 55px;
    }

    .testimoniale_flex_item {
        width: 31%;
        background-color: #ffffff;
        position: relative;
        padding: 40px 25px 25px 25px;
        text-align: center;
    }

    .testimoniale_nume_wrap p {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .testimoniale_functie_wrap p {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .testimoniale_main_wrap p {
        font-size: 11px;
    }

    .section_contact_flex_item1 {
        padding: 35px 20px;
        text-align: end;
    }

    .section_contact_flex_item1 h2 {
        font-size: 27px;
        margin-bottom: 10px;
    }


    .section_contact_a_container a {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .section_contact_flex_item1 p {
        font-size: 12px;
        width: 60%;
    }

    .section_contact_a_container p {
        font-size: 14px;
        width: 60%;

    }

    .section_contact_a_container1 {
        margin-top: 15px;
    }

    .footer_logo_wrap a img {
        height: 38px;
        display: block;
    }

    .footer_p_wrap p {
        font-size: 10px;
        margin: 30px 0px
    }

    .footer_flex_container {
        display: flex;
        padding: 2px 0px;
    }

    .footer_social_a_wrap {
        width: 32px;
        height: 32px;
    }

    .footer_social_a_wrap a img {
        width: 16px;
        height: 16px;
    }

    .footer_title_wrap {
        height: 30px;
        margin-bottom: 10px;
    }

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

    .footer_link_a_wrap a {
        padding: 4px 0px;
        font-size: 10px;
        margin: 3px 0px;
    }

    .footer_link_p_wrap p {
        padding: 4px 0px;
        font-size: 10px;
        margin: 3px 0px;
    }

    .footer_copy_contaienr {
        padding: 8px;
    }

    .footer_copy_contaienr p {
        font-size: 10px;
    }

    .mm_menu_container {
        padding: 100px 30px 0px 40px;
    }

    .mm_logo_contaniner a img {
        display: block;
        width: 210px;
    }

    .mm_close_wrap img {
        width: 30px;
        height: 30px;

    }

    .mm_menu_main_a_wrap a {
        font-size: 14px;
        padding: 5px;
        margin: 1px 0px;
        letter-spacing: 1px;
    }

    .mm_menu_main_a_wrap_lvl1 a {
        margin-left: 30px;
        padding: 5px;
        font-size: 14px;

    }

    .mm_wrap {
        width: 405px;
    }

    .mm_close_mm {
        cursor: pointer;
    }

    .form_container {
        width: 600px;
    }

    
    .form_produse_container p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .checkbox_wrap {
        margin-bottom: 7px;
        font-size: 13px;
        padding-left: 30px;
    }

    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 15px;
        width: 15px;
        background-color: #cfcfdb;
    }

    /* On mouse-over, add a grey background color */
    .container2:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .container2 input:checked ~ .checkmark {
        background-color: #a9cd53;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .container2 input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .container2 .checkmark:after {
        left: 5px;
        top: 2px;
        width: 3px;
        height: 6px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .form_input_small_wrap label {
        font-size: 12px;
    }

    .form_input_big_container label {
        font-size: 12px;
    }

    .form_input_small_wrap label input {
        margin-bottom: 20px;
        margin-top: 2px;
        padding: 5px 7px;
        border: 1px solid #a9cd53;
        font-family: 'Roboto', sans-serif;
        font-size: 10px;
        box-sizing: border-box;
    }

    #oferta_mesaj {
        margin-bottom: 17px;
        margin-top: 2px;
        padding: 5px 7px;
        border: 1px solid #a9cd53;
        font-family: 'Roboto', sans-serif;
        font-size: 10px;
        height: 90px;
    }

    .cerere_title_wrap h3 {
        font-size: 27px;
        margin-bottom: 20px;
    }

    .form_submit_btn button {
        padding: 7px 14px;
        font-size: 13px;
    }

    .oferta_close_btn_container {
        position: absolute;
        top: 15px;
        right: 30px;
    }

    .oferta_close_btn_wrap {
        padding: 5px;
        cursor: pointer;
    }

    .oferta_close_btn_wrap img {
        width: 30px;
        height: 30px;
    }

    .oferta_logo_container {
        position: absolute;
        top: 10px;
        left: 30px;
    }

    .oferta_logo_wrap a img {
        height: 45px;
        width: auto;
    }

    .oferta_disclaimer_container {
        padding: 5px;
    }

    .oferta_disclaimer_container p {
        font-size: 8px;
    }

    .page_header_container {
        height: 30vh;
    }

    .page_header_wrap {
        width: calc(100% - 55px);
        height: 100%;
        margin-left: 55px;
        padding-top: 55px;
    }

    .section_contact_flex_item2 {
        padding: 35px 20px;
    }

    .section_contact_flex_item2 h2 {
        font-size: 27px;
        margin-bottom: 10px;
    }

    .section_contact_flex_item2 p {
        width: 60%;
        font-size: 10px;
    }

    .form_input_wrap label {
        font-size: 12px;
    }

    .form_input_wrap input {
        margin-top: 2px;
        margin-bottom: 18px;
        padding: 5px 10px;
        font-size: 11px;
    }

    .form_input_wrap textarea {
        margin-top: 3px;
        margin-bottom: 20px;
        padding: 5px 10px;
        font-size: 11px;
        height: 70px;
    }

    .contact_disclaimer_container p {
        font-size: 9px;
    }

    .contact_form_container {
        margin-top: 25px;
    }

    .contact_map_container {
        height: 420px;
    }

    .echipa_flex_item {
        border: 7px solid #a9cd53;
    }

    .echipa_nume_wrap {
        padding: 15px;
    }

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

    .echipa_container {
        margin-top: 30px;
    }

    .page_video_galery_title_wrap h3 {
        font-size: 27px;
    }

    .page_video_text_wrap {
        font-size: 17px;
    }

    .page_video_svg_wrap img {
        width: 30px;
        height: 30px;
    }

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

    .page_video_main_title {
        bottom: 16px;
        left: 22px;
    }

    .page_blog_title_wrap h1 {
        font-size: 27px;
        margin-bottom: 10px;
    }

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

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

    .page_blog_main_cotent_img_wrap {
        margin-bottom: 25px;
    }

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

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

    .page_blog_aside_title_wrap a {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .page_blog_aside_auth_wrap p {
        font-size: 11px;
    }

    .blog_desc {
        font-size: 13px;
    }

    .max_with_padding3 {
        padding: 12px 0px;
    }

    .next_blog_title_container {
        font-size: 14px;
    }

    .page_blog_aside_container {
        padding: 23px;
    }

    .page_blog_aside_item_img_wrap {
        margin-bottom: 15px;
    }

    .next_blog_middle_wrap {
        width: 50px;
        height: 50px;
    }

    .next_blog_middle_span {
        width: 7px;
        height: 7px;
        background-color: #3e3e3e;
        margin: 3px 4px;
        border-radius: 50%;
    }

    .produse_back_btn_wrap a img {
        height: 27px;
    }

    .produse_back_btn_wrap a {
        font-size: 19px;
        margin-bottom: 15px;
    }

    .produse_h1_wrap h1 {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .produse_text_container {
        padding-right: 15px;
    }

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

    .produse_val_nut_wrap h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .produse_val_nut_wrap1 {
        margin-bottom: 15px;
    }

    .produse_val_nut_val_container p {
        font-size: 12px;
        margin-bottom: 6px;
    }

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

    .section_contact_flex_item23 {
        padding: 0px;
    }

    .produse_clip_wrap {
        margin-top: 25px;
    }

    .close.cursor {
        top: 10px;
        font-size: 80px;
    }
    .terms_main_container h3 {
        font-size: 20px;
    }
    .terms_main_container p {
        font-size: 13px;
    }
    .produse_flex_container {
        margin-top: 25px;
    }
}

@media screen and (max-width: 1290px) {
    .harvest_day_activitati_wrap {
        width: 80%;
    }
    .modal_content {
        z-index: 9999;
    height: 450px;
    width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
    .body_top_middle_nav_container {
        display: none;
    }
    .page_video_galery_container {
        margin-top: 35px;
    }
    .blog_flex_container {
        margin-top: 35px;
    }
    .body_top_nav_container {
        padding-left: 55px;
    }

    .body_top_nav_container {
        height: 55px;
    }

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

    .header_main_container {
        width: calc(100% - 55px);
        margin-left: 55px;
        height: 100%;
        padding-top: 55px;
        z-index: 10;
        position: relative;
    }

    .max_with_container {
        width: calc(100% - 55px);
        margin-left: 55px;
    }

    .max_width {
        max-width: 900px;
    }

    .body_left_bottom_container {
        width: 55px;
    }

    .body_mm_container {
        width: 55px;
        height: 55px;
    }

    .body_top_left_container a img {
        height: 55%;
    }

    .body_top_middle_nav_container ul li a {
        font-size: 12px;
        padding: 0px 17px;
    }

    .body_right_a_wrap a {
        font-size: 15px;
        width: 170px;
    }

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

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

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

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

    .header_bg_nav_wrap {
        padding: 5px 30px;
        margin-left: 20px;
        background-color: #a9cd53;
        cursor: pointer;
    }

    .header_bg_nav_wrap img {
        height: 24px;
    }

    .body_left_bottom_wrap {
        width: 100%;
        height: calc(100vh - 55px);
        margin-top: 55px;
    }

    .max_with_padding {
        padding: 60px 0px 60px 0px;
    }

    .body_left_bottom_middle_wrap p {
        font-size: 9px;
    }

    .body_left_btm_social_a_wrap a {
        font-size: 10px;
    }

    .desktop_a_btn {
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        padding: 10px 22px;
        margin-right: 30px;
        background-color: #a9cd53;
        font-size: 12px;
    }

    .body_right_container img {
        height: 14px;
    }

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

    .section_flex_item h2 {
        font-size: 27px;
        margin-bottom: 25px;
    }

    .section_flex_item1 {
        padding-right: 30px;
    }

    .section_flex_item p {
        font-size: 11px;
        margin-bottom: 14px;
    }

    .section_flex_item p:last-of-type {
        margin-bottom: 20px;
    }

    .clip_abs_img span {
        font-size: 75px;
    }

    .clip_section_wrap h2 {
        font-size: 29px;
        margin-bottom: 25px;
    }

    .clip_section_wrap p {
        font-size: 11px;
        margin-bottom: 25px;
        width: 70%;
    }

    .clip_section_btn_fx {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #a9cd53;
        padding: 5px 12px;
        border-radius: 50px;
        background-color: #a9cd53;
        cursor: pointer;
    }

    .clip_section_btn_fx span {
        font-family: 'Montserrat', sans-serif;
        margin-left: 15px;
        font-size: 13px;
        color: #ffffff;
    }

    .clip_section_btn_fx img {
        height: 25px;
        width: 25px;
    }

    .section_title_container h2 {
        font-size: 27px;
        margin-bottom: 25px;
    }

    .section_title_container p {
        width: 70%;
        font-size: 11px;
    }

    .produse_flex_container {
        margin-top: 30px;
    }

    .produse_flex_item {
        width: 29%;
        margin: 0px 2.15% 3% 2.15%;
        padding: 15px;
        text-align: center;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
        border: 5px solid #a9cd53;
    }

    .produse_title_wrap h3 {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .produse_img_wrap {
        height: auto;
        margin-bottom: 5px;
    }

    .desktop_a_btn3 {
        margin-right: 0px;
    }

    .section_index_no_padding_top {
        padding-top: 0px;
    }

    .produse_svg_wrap img {
        display: block;
        height: 27px;
        margin: auto;
        margin-bottom: 5px;
    }

    .body_mm_line {
        height: 2px;
        width: 25px;
        background-color: #ffffff;
        border-radius: 9px;
        margin: 3px;
    }

    .fonduri_img_wrap {
        margin-right: 20px;
    }

    .fonduri_img_wrap img {
        display: block;
        height: 100%;
        width: auto;
        max-width: 45px;
        height: auto;
    }

    .blog_author_container {
        width: 25px;
    }

    .blog_author_p_wrap p {
        font-size: 8px;
    }

    .blog_main_flex_item {
        padding: 20px 15px;
    }

    .blog_title_wrap a {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .blog_p_wrap p {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .blog_main_container {
        width: calc(100% - 25px);
        display: flex;
    }

    .blog_flex_item {
        height: 200px;
    }

    .blog_plus_sign_wrap {
        font-size: 20px;
    }

    .testimonial_img_wrap {
        width: 55px;
        height: 55px;
    }

    .testimoniale_flex_item {
        width: 31%;
        background-color: #ffffff;
        position: relative;
        padding: 40px 25px 25px 25px;
        text-align: center;
    }

    .testimoniale_nume_wrap p {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .testimoniale_functie_wrap p {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .testimoniale_main_wrap p {
        font-size: 11px;
    }

    .section_contact_flex_item1 {
        padding: 35px 20px;
        text-align: end;
    }

    .section_contact_flex_item1 h2 {
        font-size: 27px;
        margin-bottom: 10px;
    }


    .section_contact_a_container a {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .section_contact_flex_item1 p {
        font-size: 10px;
        width: 60%;
    }

    .section_contact_a_container p {
        font-size: 14px;
        width: 60%;

    }

    .section_contact_a_container1 {
        margin-top: 15px;
    }

    .footer_logo_wrap a img {
        height: 38px;
        display: block;
    }

    .footer_p_wrap p {
        font-size: 9px;
        margin: 10px 0px
    }

    .footer_flex_container {
        display: flex;
        padding: 2px 0px;
    }

    .footer_social_a_wrap {
        width: 32px;
        height: 32px;
    }

    .footer_social_a_wrap a img {
        width: 16px;
        height: 16px;
    }

    .footer_title_wrap {
        height: 30px;
        margin-bottom: 10px;
    }

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

    .footer_link_a_wrap a {
        padding: 4px 0px;
        font-size: 8px;
        margin: 3px 0px;
    }

    .footer_link_p_wrap p {
        padding: 4px 0px;
        font-size: 9px;
        margin: 3px 0px;
    }

    .footer_copy_contaienr {
        padding: 8px;
    }

    .footer_copy_contaienr p {
        font-size: 10px;
    }

    .mm_menu_container {
        padding: 100px 30px 0px 40px;
    }

    .mm_logo_contaniner a img {
        display: block;
        width: 210px;
    }

    .mm_close_wrap img {
        width: 30px;
        height: 30px;

    }

    .mm_menu_main_a_wrap a {
        font-size: 14px;
        padding: 5px;
        margin: 1px 0px;
        letter-spacing: 1px;
    }

    .mm_menu_main_a_wrap_lvl1 a {
        margin-left: 30px;
        padding: 5px;
        font-size: 14px;

    }

    .mm_wrap {
        width: 405px;
    }

    .mm_close_mm {
        cursor: pointer;
    }

    .form_container {
        width: 600px;
    }

    
    .form_produse_container p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .checkbox_wrap {
        margin-bottom: 7px;
        font-size: 13px;
        padding-left: 30px;
    }

    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 15px;
        width: 15px;
        background-color: #cfcfdb;
    }

    /* On mouse-over, add a grey background color */
    .container2:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .container2 input:checked ~ .checkmark {
        background-color: #a9cd53;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .container2 input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .container2 .checkmark:after {
        left: 5px;
        top: 2px;
        width: 3px;
        height: 6px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .form_input_small_wrap label {
        font-size: 12px;
    }

    .form_input_big_container label {
        font-size: 12px;
    }

    .form_input_small_wrap label input {
        margin-bottom: 20px;
        margin-top: 2px;
        padding: 5px 7px;
        border: 1px solid #a9cd53;
        font-family: 'Roboto', sans-serif;
        font-size: 10px;
        box-sizing: border-box;
    }

    #oferta_mesaj {
        margin-bottom: 17px;
        margin-top: 2px;
        padding: 5px 7px;
        border: 1px solid #a9cd53;
        font-family: 'Roboto', sans-serif;
        font-size: 10px;
        height: 90px;
    }

    .cerere_title_wrap h3 {
        font-size: 27px;
        margin-bottom: 20px;
    }

    .form_submit_btn button {
        padding: 7px 14px;
        font-size: 13px;
    }

    .oferta_close_btn_container {
        position: absolute;
        top: 15px;
        right: 30px;
    }

    .oferta_close_btn_wrap {
        padding: 5px;
        cursor: pointer;
    }

    .oferta_close_btn_wrap img {
        width: 30px;
        height: 30px;
    }

    .oferta_logo_container {
        position: absolute;
        top: 10px;
        left: 30px;
    }

    .oferta_logo_wrap a img {
        height: 45px;
        width: auto;
    }

    .oferta_disclaimer_container {
        padding: 5px;
    }

    .oferta_disclaimer_container p {
        font-size: 8px;
    }

    .page_header_container {
        height: 30vh;
    }

    .page_header_wrap {
        width: calc(100% - 55px);
        height: 100%;
        margin-left: 55px;
        padding-top: 55px;
    }

    .section_contact_flex_item2 {
        padding: 35px 20px;
    }

    .section_contact_flex_item2 h2 {
        font-size: 27px;
        margin-bottom: 10px;
    }

    .section_contact_flex_item2 p {
        width: 60%;
        font-size: 10px;
    }

    .form_input_wrap label {
        font-size: 12px;
        width: auto;
    }

    .form_input_wrap input {
        margin-top: 2px;
        margin-bottom: 18px;
        padding: 5px 10px;
        font-size: 11px;
    }

    .form_input_wrap textarea {
        margin-top: 3px;
        margin-bottom: 20px;
        padding: 5px 10px;
        font-size: 11px;
        height: 70px;
    }

    .contact_disclaimer_container p {
        font-size: 9px;
    }

    .contact_form_container {
        margin-top: 22px;
    }

    .contact_map_container {
        height: 420px;
    }

    .echipa_flex_item {
        border: 7px solid #a9cd53;
    }

    .echipa_nume_wrap {
        padding: 15px;
    }

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

    .echipa_container {
        margin-top: 30px;
    }

    .page_video_galery_title_wrap h3 {
        font-size: 27px;
    }

    .page_video_text_wrap {
        font-size: 17px;
    }

    .page_video_svg_wrap img {
        width: 30px;
        height: 30px;
    }

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

    .page_video_main_title {
        bottom: 16px;
        left: 22px;
    }

    .page_blog_title_wrap h1 {
        font-size: 27px;
        margin-bottom: 10px;
    }

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

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

    .page_blog_main_cotent_img_wrap {
        margin-bottom: 25px;
    }

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

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

    .page_blog_aside_title_wrap a {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .page_blog_aside_auth_wrap p {
        font-size: 11px;
    }

    .blog_desc {
        font-size: 13px;
    }

    .max_with_padding3 {
        padding: 12px 0px;
    }

    .next_blog_title_container {
        font-size: 12px;
    }

    .page_blog_aside_container {
        padding: 23px;
    }

    .page_blog_aside_item_img_wrap {
        margin-bottom: 15px;
    }

    .next_blog_middle_wrap {
        width: 50px;
        height: 50px;
    }

    .next_blog_middle_span {
        width: 7px;
        height: 7px;
        background-color: #3e3e3e;
        margin: 3px 4px;
        border-radius: 50%;
    }

    .produse_back_btn_wrap a img {
        height: 27px;
    }

    .produse_back_btn_wrap a {
        font-size: 19px;
        margin-bottom: 15px;
    }

    .produse_h1_wrap h1 {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .produse_text_container {
        padding-right: 15px;
    }

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

    .produse_val_nut_wrap h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .produse_val_nut_wrap1 {
        margin-bottom: 15px;
    }

    .produse_val_nut_val_container p {
        font-size: 12px;
        margin-bottom: 6px;
    }

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

    .section_contact_flex_item23 {
        padding: 0px;
    }

    .produse_clip_wrap {
        margin-top: 25px;
    }

    .close.cursor {
        top: 10px;
        font-size: 80px;
    }
    .terms_main_container h3 {
        font-size: 20px;
    }
    .terms_main_container p {
        font-size: 13px;
    }
    .produse_flex_container {
        margin-top: 25px;
    }
}
@media screen and (max-width: 980px) {
    .harvest_day_activitati_wrap {
        width: 100%;
    }
    .modal_content {
        z-index: 9999;
    height: 411px;
    width: 730px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
    .max_width {
        width: 100%;
        padding: 60px 15px;
    }
    .section_flex_container {
        flex-wrap: wrap;
    }
    .section_flex_item {
        width: 100%;
        padding-right: 0px;
    }
    .section_flex_item2 {
        height: 300px;
        margin-top: 30px;
    }
    .section_flex_item2::before {
        display: none;
    }
    .clip_section_wrap p {
        width: 90%;
    }
    .section_index_no_padding_top {
        padding-top: 0px;
    }
    .fonduri_img_container {
        margin-bottom: 20px;
    }
    .blog_flex_container {
        flex-wrap: wrap;
    }
    .blog_flex_item {
        width: 100%;
    }
    .blog_flex_item2 {
        margin-bottom: 3%;
    }
    .footer_wrap {
        padding: 0px 15px;
    }
    .footer_flex_container {
        flex-wrap: wrap;
    }
    .footer_flex_item {
        padding: 25px 20px;
        width: 50%;
    }
    .footer_link_a_wrap a {
        font-size: 13px;
    }
    .footer_link_p_wrap p {
        font-size: 13px;
    }
    #oferta_mesaj {
        margin-bottom: 30px;
    }
    .section_contact_flex_item1 p {
        width: 70%;
    }
    .section_contact_flex_item2 p {
        width: 70%;
    }
    .page_video_galery_flex_item {
        width: 31.3%;
    }
    .b_figure {
        width: 31.3%;
    }
    .page_blog_main {
        padding-right: 0px;
        width: 100%;
    }
    .page_blog_container {
        flex-wrap: wrap;
    }
    .page_blog_main {
        margin-bottom: 30px;
    }
    .page_blog_aside_container {
        width: 100%;
    }
    .page_blog_aside_container::before {
        width: 100%;
    }
    .page_blog_aside_title_wrap a {
        font-size: 17px;
    }
    .page_blog_aside_auth_wrap p {
        font-size: 14px;
    }
    .max_with_padding3 {
        padding: 20px 15px;
    }
    .produse_flex_container {
        flex-wrap: wrap;
    }
    .produse_text_container {
        width: 100%;
        padding-right: 0px;
    }
    .produse_img_container {
        margin: auto;
        margin-top: 20px;
        width: 100%;
    }
}
@media screen and (max-width: 740px) {
    .modal_content {
        z-index: 9999;
    height: 186px;
    width: 330px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
    .body_left_bottom_container {
        display: none;
    }
    .body_mm_container {
        background-color: #3e3e3e;
    }
    .max_with_container {
        width: 100%;
        margin-left: 0px;
    }
    .header_main_container {
        width: 100%;
        margin-left: 0px;
    }
    .header_bg_img_container {
        width: 100%;
        margin-left: 0px;
        left: 0px;
    }
    .mm_wrap {
        width: 100%;
    }
    .body_top_left_container {
        margin-left: 5px;
    }
    .body_right_a_wrap1 {
        display: none;
    }
    .body_right_a_wrap2 {
        width: 140px;
    }
    .header_main_wrap p {
        width: 100%;
    }
    .desktop_a_btn {
        margin-right: 15px;
    }
    .header_bg_nav_wrap {
        margin-left: 0px;
    }
    .header_bg_nav_container {
        width: calc(100% - 30px);
        bottom: 15px;
        left: 15px;
        justify-content: space-between;
    }
    .header_bg_dots_container {
        bottom: 15px;
        top: auto;
        left: 50%;
        display: flex;
        transform: translateY(0) translateX(-50%);
        justify-content: space-between;
    }
    .headeR_bg_dot_wrap p {
        font-size: 14px;
        padding: 9px;
    }
    .section_flex_item p {
        font-size: 14px;
    }
    .clip_section_wrap h2 {
        line-height: 1.3;
    }
    .clip_section_wrap p {
        font-size: 14px;
    }
    .section_title_container p {
        font-size: 14px;
        width: 100%;
    }
    .produse_flex_item {
        width: 100%;
    }
    .produse_title_wrap h3 {
        font-size: 19px;
    }
    .blog_flex_item {
        flex-wrap: wrap;
        height: auto;
    }
    .blog_author_container {
        height: 30px;
        width: 100%;
    }
    .blog_main_container {
        flex-wrap: wrap;
        width: 100%;
    }
    .blog_main_flex_item {
        width: 100%;
    }
    .blog_main_flex_item1 {
        height: 160px;
    }
    .blog_author_wrap {
        transform: translateX(0%) rotate(0deg);
        position: relative;
        width: auto;
        top: 0;
        left: 0;
        text-align: left;
        height: auto;
        
    }
    .blog_author_p_wrap {
        position: relative;
        transform: translateY(0px);
    }
    .blog_author_container {
        display: flex;
        align-items: center;
    }
    .blog_author_p_wrap {
        justify-content: flex-start;
        padding-left: 15px;
        font-size: 16px;
    }
    .blog_author_p_wrap p {
        font-size: 13px;
    }
    .blog_p_wrap p {
        font-size: 14px;
    }
    .blog_title_wrap a {
        font-size: 16px;
    }
    .testimoniale_container {
        flex-wrap: wrap;
    }
    .testimoniale_flex_item {
        width: 100%;
        margin-bottom:  50px;
    }
    .testimoniale_flex_item_last {
        margin-bottom: 0px;
    }
    .testimoniale_nume_wrap p {
        font-size: 18px;
    }
    .testimoniale_functie_wrap p {
        font-size: 16px;
    }
    .testimoniale_main_wrap p {
        font-size: 15px;
    }
    .section_contact_container {
        flex-wrap: wrap;
    }
    .section_contact_flex_item {
        width: 100%;
    }
    .section_contact_flex_item1 {
        text-align: left;
    }
    .section_contact_flex_item1 p {
        text-align: left;
        width: 100%;
        font-size: 14px;
    }
    .section_contact_a_container p {
        font-size: 16px;
    }
    .section_contact_a_container a {
        font-size: 15px;
    }
    .footer_flex_item {
        width: 100%;
        padding: 20px 0px;
    }
    .footer_p_wrap p {
        font-size: 14px;
        margin: 20px 0px;
    }
    .footer_title_wrap p {
        font-size: 18px;
    }
    .page_header_wrap {
        width: 100%;
        margin-left: 0px;
    }
    .desktop_a_btn {
        font-size: 14px;
        padding: 12px 22px;
        margin-right: 7px;
    }
    .desktop_a_btn2 {
        margin-right: 0px;
    }
    .terms_main_container p {
        font-size: 14px;
    }
    .terms_main_container h3 {
        font-size: 18px;
    }
    .terms_main_container {
        margin-bottom: 30px;
    }
    .section_contact_flex_item2 p {
        width: 100%;
        font-size: 14px;
    }
    .form_input_wrap label {
        font-size: 15px;
        margin-bottom: 
    }
    .form_input_wrap input {
        margin-top: 4px;
        font-size: 14px;
        padding: 7px 10px;
        margin-bottom: 22px;
    }
    .form_input_wrap textarea {
        height: 160px;
        font-size: 14px;
        padding: 7px 10px;
        margin-bottom: 22px;
    }
    .contact_disclaimer_container p {
        font-size: 11px;
    }
    .form_submit_btn2 button {
        font-size: 14px;
        padding: 12px 20px;
    }
    .echipa_container {
        flex-wrap: wrap;
    }
    .echipa_flex_item {
        width: 100%;
        margin-bottom: 5%;
    }
    .echipa_nume_wrap {
        border-top-width: 7px;
    }
    .page_video_galery_flex_item {
        width: 100%;
        margin-bottom: 17px;
    }
    .page_video_main_title p {
        font-size: 17px;
    }
    .page_video_galery_title_wrap {
        text-align: center;
    }
    .b_figure {
        width: 48%;
    }
    .clip_section_btn_fx img {
        width: 30px;
        height: 30px;
    }
    .clip_section_btn_fx span {
        font-size: 15px;
    }
    .page_blog_main_tags_container {
        flex-wrap: wrap;
    }
    .page_blog_main_tags_wrap {
        margin-bottom: 10px;
    }
    .page_blog_bg {
        display: none;
    }
    .produse_h1_wrap h1 {
        font-size: 36px;
    }
    .produse_desc_p_wrap p {
        font-size: 14px;
    }
    .produse_val_nut_wrap h2 {
        font-size: 20px;
    }
    .produse_val_nut_val_container  {
        width: 100%;
    }
    .produse_val_nut_val_container p {
        font-size: 16px;
    }
    .produse_val_nut_vit_container {
        width: 80%;
    }
    .produse_val_nut_vit_container p {
        font-size: 18px;
    }
    .produse_clip_wrap {
        margin-top: 30px;
    }
    .clip_section_btn_wrap {
        margin: auto;
    }
    .footer_social_a_wrap {
        width: 40px;
        height: 40px;
    }
    .footer_social_a_wrap a img {
        width: 20px;
        height: 20px;
    }
    .form_container {
        width: 100%;
        padding: 0px 15px;
    }
    .cerere_container {
        overflow: scroll;
    }
    .form_produse_container p {
        font-size: 16px;
    }
    .checkbox_wrap {
        width: 49%;
        margin-bottom: 10px;
    }
    .cerere_wrap {
        padding-top: 80px;
        display: block;
/*        overflow: scroll;*/
    }
    .form_input_small_container {
        flex-wrap: wrap;
    }
    .form_input_small_wrap {
        width: 100%;
    }
    .form_input_small_wrap label input {
        font-size: 14px;
        padding: 7px 10px;
        margin-top: 4px;
    }
    #oferta_mesaj {
        font-size: 14px;
        padding: 7px 10px;
        margin-top: 4px;
    }
    .form_submit_btn {
        margin-bottom: 80px;
    }
    .oferta_disclaimer_container {
        display: none;
        
    }
    .oferta_logo_container {
        left: 10px;
    }
    .oferta_logo_wrap a img {
        height: 40px;
    } 
    .oferta_disclaimer_container2 {
        display: block;
        position: relative;
        margin-top: -60px;
    }
}
@media screen and (max-width: 361px) {
    .desktop_a_btn {
        padding: 12px 12px;
    }
}
color: #f5f6fa;
color: #cfcfdb;
color: #3e3e3e;
color: #a9cd53;
color: #fbd652;

font-family: 'Roboto',
sans-serif;
font-family: 'Montserrat',
sans-serif;
font-family: 'Playfair Display',
serif;
