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

html {
    scroll-behavior: smooth !important;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

p {
    font-family: 'Raleway', sans-serif;
    line-height: 1.6;
    font-weight: 400;
    color: #4b4b4b;
}

h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #4b4b4b;
}

h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #4b4b4b;
}

h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    line-height: 1.3;
    color: #4b4b4b;
}

h4 {}

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

.body_container {
    position: relative;
    z-index: 1;
    max-width: 2560px;
    margin: auto;
    background-color: #eff3f3;
    overflow: hidden;
}

.top_nav_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 50;
    transition: 350ms ease all;
}

.top_nav_container::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -1;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
    transition: 350ms ease all;
    opacity: 0;
}

.top_nav_bg::after {
    opacity: 1;
}

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

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

.header_container {
    height: 100vh;
    width: 100%;
    background-image: url(../imagini/header_bg_4k.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header_wrap {
    padding-top: 120px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header_wrap h2 {
    font-size: 32px;
}

.header_wrap h2 span {
    font-weight: 700;
    color: #ffbb00;
}

.header_wrap h1 {
    font-size: 190px;
    line-height: 1;
    margin-left: -10px;
    margin-bottom: 20px;
    margin-top: 25px;
}

.header_wrap h1 span {
    font-weight: 800;
    color: #ffbb00;
}

.header_a_container {
    display: flex;
    align-items: center;
}

.header_p {
    font-size: 25px;
    margin-bottom: 50px;
    font-weight: 500;
}

.a_wrap:first-of-type {
    margin-right: 50px;
}

.top_nav_call_container .a_wrap:first-of-type {
    margin-right: 20px;
}

.a_wrap a {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 12px 35px;
    border: 2px solid #ffbb00;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

.a_wrap a p {
    font-size: 20px;
    font-weight: 600;
}

.a_wrap a img {
    display: block;
    width: 35px;
    height: 35px;
    margin-right: 15px;
}

.a_galben_full p {
    color: #fff;

}

.a_galben_full {
    background-color: #ffbb00;
    border-radius: 5px;
}

.a_galben_outline a p {
    color: #ffbb00;
}

.a_wrap a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.12);
    top: 0px;
    left: 0px;
    transition: 500ms ease;
    opacity: 0;
}

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

.header_line {
    display: block;
    width: 85px;
    height: 4px;
    background-color: #ffbb00;
    margin-right: 20px;
    border-radius: 2px;
}

.header_h3_containeer span {
    color: #ffbb00;
    font-weight: 700;
}

.header_h3_containeer {
    display: flex;
    align-items: center;
}

.top_nav_menu_container ul {
    display: flex;
}

.top_nav_right_wrap {
    display: flex;
    align-items: center;
}

.top_nav_menu_container ul li a {
    font-size: 20px;
    font-weight: 800;
    margin-right: 30px;
    color: #4b4b4b;
    transition: 350ms ease;
    padding: 15px;
}

.top_nav_menu_container ul li a:hover {
    color: #ffbb00;
}

.top_nav_call_wrap a {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    padding: 15px 35px;
    letter-spacing: 1px;
    background-color: #ffbb00;
    border-radius: 5px;
}

.section_padding {
    padding: 200px 0px 0px 0px;
}

.section_title_container {
    margin-bottom: 70px;
}

.section_title_container h3 {
    font-size: 22px;
    font-weight: 700;
}

.section_title_container h2 {
    font-size: 75px;
    margin-top: 10px;
}

.section_title_container h2 span {
    font-weight: 700;
    color: #ffbb00;
}

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

.top_nav_left_logo_wrap a img {
    max-height: 80px;
}

.subcateg_item_container {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 25px 45px rgba(0, 0, 0, 0.09);
    cursor: pointer;
    height: 100%;
}

.swiper {
    overflow: visible !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: "" !important;
}

.swiper-button-prev {
    transform: rotate(180deg);
}

.swiper-button-next {
    top: -125px !important;
    background-color: #ffbb00;
    width: 70px !important;
    height: 70px !important;
    padding: 10px;
    border-radius: 5px;
}

.swiper-button-prev {
    background-color: #4b4b4b;
    top: -125px !important;
    width: 70px !important;
    height: 70px !important;
    padding: 10px;
    right: 90px !important;
    left: auto !important;
    border-radius: 5px;
}

.swiper-slide {
    height: auto !important;
}

.testimonial_item_wrap {
    width: 100%;
    height: 100%;
    padding: 55px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.test_title_wrap h3 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}

.test_p_wrap p {
    font-size: 20px;
    margin-bottom: 40px;
}

.testimonial_item_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.test_right_container img {
    display: inline-block;
    width: 30px;
    margin-right: 4px;
}

.test_left_container {
    display: flex;
    align-items: center;
}

.test_left_img img {
    display: block;
    margin-right: 15px;
    border-radius: 50%;
    border: 4px solid #ffbb00;
    width: 100px;
    height: 100px;
}

.test_left_person h4 {
    font-size: 29px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #4b4b4b;
}

.test_left_person p {
    font-size: 18px;
    font-weight: 500;
    opacity: 0.7;
}

.pasi_top_svg_wrap img {
    display: block;
    width: 90px;
    height: 90px;
    padding: 10px;
    border: 5px solid #ffbb00;
    border-radius: 10px;
}

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

.pasi_item {
    padding: 55px 45px;
    background-color: #fff;
    border-radius: 10px;
    width: 32.5%;
    box-shadow: 0px 25px 45px rgba(0, 0, 0, 0.09);
    position: relative;
    z-index: 1;
}

.pasi_top_container {

    margin-bottom: 30px;
}

.pasi_top_title_wrap h3 {
    margin-top: 10px;
    font-size: 55px;
    font-weight: 700;
}

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

.pasi_p_wrap p a {
    color: #ffbb00;
}
.pasi_p_wrap span {
    color: #ffbb00;
}

.pasi_item::after {
    content: '1';
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 220px;
    opacity: 0.05;
    font-family: sans-serif;
    font-weight: 700;
    line-height: 1;

}

.pasi_item2::after {
    content: '2'
}

.pasi_item3::after {
    content: '3'
}

.section_dn_full {
    padding-top: 150px;
}

.dn_padding {

    padding: 100px 0px 100px 0px;
}

.dn_p_wrap p {
    width: 45%;
    font-size: 20px;
    margin-bottom: 70px;
}

.section_dn {
    background-image: url(../imagini/dn_bg_4k.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.servicii_item {
    background-color: #fff;
    border-radius: 10px;
    width: 48%;
    margin: 1%;
    padding: 55px 55px;
    box-shadow: 0px 25px 45px rgba(0, 0, 0, 0.09);
}

.servicii_item_img_wrap img {
    display: block;
    width: 90px;
    height: 90px;
    margin-bottom: 30px;
}

.servicii_item_title_wrap h3 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 30px;
}

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

.contact_container {
    display: flex;
    align-items: center;
}

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

.contact_p_wrap {
    font-size: 20px;
    font-weight: 500;
}

.contact_right {
    width: 50%;
}

.contact_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section_contact {
    background-image: url(../imagini/footer_bg_4k.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_left h3 {
    color: #fff;
}

.contact_left h2 {
    color: #fff;
}

.contact_p_wrap p {
    color: #fff;
}

.section_footer {
    background-color: #4b4b4b;

}

.section_footer a p {
    color: #fff;
    font-size: 24px;
}

.section_footer p {
    color: #fff;
}

.footer_wrap {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    padding-top: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.footer_item {
    width: 33.33333%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_a_wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_a_wrap a img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.copy_wrap p {
    text-align: center;
    padding: 15px;
}

.section_contact {
    padding-top: 150px;
    padding-bottom: 150px;
}

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

    .top_nav_container {
        height: 100px;
    }

    .top_nav_left_logo_wrap a img {
        max-height: 60px;
    }

    .top_nav_menu_container ul li a {
        font-size: 17px;
        padding: 10px;
    }

    .a_wrap a {
        padding: 9px 25px;
    }

    .a_wrap a p {
        font-size: 17px;
    }

    .a_wrap a img {
        height: 25px;
        margin-right: 5px;
        width: 25px;
    }

    .top_nav_menu_container ul li a {
        margin-right: 20px;
    }

    .header_wrap h2 {
        font-size: 26px;
    }

    .header_line {
        width: 60px;
    }

    .header_wrap h1 {
        font-size: 140px;
        margin-left: -5px;
    }

    .header_p {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .header_wrap {
        padding-top: 100px;
    }

    .section_title_container h3 {
        font-size: 18px;
    }

    .section_title_container h2 {
        font-size: 55px;
    }

    .section_title_container {
        margin-bottom: 50px;
    }

    .swiper-button-prev {
        background-color: #4b4b4b;
        top: -100px !important;
        width: 60px !important;
        height: 60px !important;
        padding: 10px;
        right: 80px !important;
        left: auto !important;
        border-radius: 5px;
    }

    .swiper-button-next {
        top: -100px !important;
        background-color: #ffbb00;
        width: 60px !important;
        height: 60px !important;
        padding: 10px;
        border-radius: 5px;
    }
    .testimonial_item_wrap {
        padding: 45px 25px;
    }
    .test_title_wrap h3 {
        font-size: 36px;
    }
    .test_p_wrap p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .test_left_img img {
        width: 75px;
        height: 75px;
    }
    .test_right_container img {
        width: 24px;
    }
    .test_left_person h4 {
        font-size: 22px;
    }
    .test_left_person p {
        font-size: 16px;
    }
    .section_padding {
        padding: 130px 0px 0px 0px;
    }
    .pasi_item {
        padding: 45px 35px;
    }
    .pasi_top_svg_wrap img {
        width: 72px;
        height: 72px;
        border-width: 4px;
    }
    .pasi_top_title_wrap h3 {
        font-size: 42px;
    }
    .pasi_top_container {
        margin-bottom: 20px;
    }
    .pasi_p_wrap p {
        font-size: 15px;
    }
    .section_dn_full {
        padding-top: 120px;
    }
    .dn_padding {
        padding: 80px 0px 80px 0px;
    }
    .dn_p_wrap p {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .servicii_item {
        padding: 40px;
    }
    .servicii_item_img_wrap img {
        width: 72px;
        height: 72px;
        margin-bottom: 20px;
    }
    .servicii_item_title_wrap h3 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .servicii_item_p_wrap p {
        font-size: 15px;
    }
    .contact_p_wrap {
        font-size: 16px;
    }
    .section_footer a p {
        font-size: 18px;
    }
    .copy_wrap p {
        font-size: 14px;
        padding: 10px;
    }
    .footer_wrap {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 1850px) {
    .max_width {
        max-width: 1275px;
    }

    .top_nav_container {
        height: 80px;
    }

    .top_nav_left_logo_wrap a img {
        max-height: 40px;
    }

    .top_nav_menu_container ul li a {
        font-size: 14px;
        padding: 10px;
    }

    .a_wrap a {
        padding: 9px 20px;
    }

    .a_wrap a p {
        font-size: 13px;
    }

    .a_wrap a img {
        height: 20px;
        margin-right: 7px;
        width: 20px;
    }
    .a_wrap:first-of-type {
        margin-right: 30px;
    }

    .top_nav_menu_container ul li a {
        margin-right: 15px;
    }

    .header_wrap h2 {
        font-size: 20px;
    }

    .header_line {
        width: 50px;
        margin-right: 10px;
    }

    .header_wrap h1 {
        font-size: 110px;
        margin-left: -3px;
    }

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

    .header_wrap {
        padding-top: 80px;
    }

    .section_title_container h3 {
        font-size: 16px;
    }

    .section_title_container h2 {
        font-size: 45px;
        margin-bottom: 5px;
    }

    .section_title_container {
        margin-bottom: 30px;
    }

    .swiper-button-prev {
        background-color: #4b4b4b;
        top: -70px !important;
        width: 50px !important;
        height: 50px !important;
        padding: 10px;
        right: 65px !important;
        left: auto !important;
        border-radius: 5px;
    }

    .swiper-button-next {
        top: -70px !important;
        background-color: #ffbb00;
        width: 50px !important;
        height: 50px !important;
        padding: 10px;
        border-radius: 5px;
    }
    .testimonial_item_wrap {
        padding: 35px 20px;
    }
    .test_title_wrap h3 {
        font-size: 27px;
        margin-bottom: 10px;
    }
    .test_p_wrap p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .test_left_img img {
        width: 60px;
        height: 60px;
        border-width: 3px;
        margin-right: 10px;
    }
    .test_right_container img {
        width: 18px;
    }
    .test_left_person h4 {
        font-size: 18px;
    }
    .test_left_person p {
        font-size: 14px;
    }
    .section_padding {
        padding: 100px 0px 0px 0px;
    }
    .pasi_item {
        padding: 35px 25px;
    }
    .pasi_top_svg_wrap img {
        width: 55px;
        height: 55px;
        border-width: 4px;
    }
    .pasi_top_title_wrap h3 {
        font-size: 32px;
    }
    .pasi_top_container {
        margin-bottom: 10px;
    }
    .pasi_p_wrap p {
        font-size: 14px;
    }
    .section_dn_full {
        padding-top: 100px;
    }
    .dn_padding {
        padding: 60px 0px 60px 0px;
    }
    .dn_p_wrap p {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .servicii_item {
        padding: 30px;
    }
    .servicii_item_img_wrap img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
    .servicii_item_title_wrap h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .servicii_item_p_wrap p {
        font-size: 12px;
    }
    .contact_p_wrap {
        font-size: 12px;
    }
    .section_footer a p {
        font-size: 14px;
    }
    .copy_wrap p {
        font-size: 12px;
        padding: 8px;
    }
    .footer_wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer_a_wrap a img {
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }
}
@media screen and (max-width: 1490px) {
    .max_width {
        max-width: 1133px;
    }

    .top_nav_container {
        height: 70px;
    }

    .top_nav_left_logo_wrap a img {
        max-height: 30px;
    }

    .top_nav_menu_container ul li a {
        font-size: 12px;
        padding: 5px;
    }

    .a_wrap a {
        padding: 5px 15px;
    }

    .a_wrap a p {
        font-size: 11px;
    }

    .a_wrap a img {
        height: 15px;
        margin-right: 5px;
        width: 15px;
    }
    .a_wrap:first-of-type {
        margin-right: 30px;
    }

    .top_nav_menu_container ul li a {
        margin-right: 12px;
    }

    .header_wrap h2 {
        font-size: 20px;
    }

    .header_line {
        width: 40px;
        margin-right: 10px;
    }

    .header_wrap h1 {
        font-size: 90px;
        margin-left: -3px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .header_p {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .header_wrap {
        padding-top: 70px;
    }

    .section_title_container h3 {
        font-size: 15px;
    }

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

    .section_title_container {
        margin-bottom: 30px;
    }

    .swiper-button-prev {
        background-color: #4b4b4b;
        top: -56px !important;
        width: 45px !important;
        height: 45px !important;
        padding: 10px;
        right: 59px !important;
        left: auto !important;
        border-radius: 5px;
    }

    .swiper-button-next {
        top: -56px !important;
        background-color: #ffbb00;
        width: 45px !important;
        height: 45px !important;
        padding: 10px;
        border-radius: 5px;
    }
    .testimonial_item_wrap {
        padding: 25px 20px;
    }
    .test_title_wrap h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .test_p_wrap p {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .test_left_img img {
        width: 50px;
        height: 50px;
        border-width: 3px;
        margin-right: 7px;
    }
    .test_right_container img {
        width: 16px;
        margin-right: 3px;
    }
    .test_left_person h4 {
        font-size: 16px;
    }
    .test_left_person p {
        font-size: 12px;
    }
    .section_padding {
        padding: 90px 0px 0px 0px;
    }
    .pasi_item {
        padding: 30px 25px;
    }
    .pasi_top_svg_wrap img {
        width: 50px;
        height: 50px;
        border-width: 4px;
    }
    .pasi_top_title_wrap h3 {
        font-size: 26px;
    }
    .pasi_top_container {
        margin-bottom: 10px;
    }
    .pasi_p_wrap p {
        font-size: 13px;
    }
    .section_dn_full {
        padding-top: 90px;
    }
    .dn_padding {
        padding: 60px 0px 60px 0px;
    }
    .dn_p_wrap p {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .servicii_item {
        padding: 25px;
    }
    .servicii_item_img_wrap img {
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
    }
    .servicii_item_title_wrap h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .servicii_item_p_wrap p {
        font-size: 11px;
    }
    .contact_p_wrap {
        font-size: 11px;
    }
    .section_footer a p {
        font-size: 12px;
    }
    .copy_wrap p {
        font-size: 10px;
        padding: 8px;
    }
    .footer_wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer_a_wrap a img {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }
    .pasi_item::after {
        font-size: 160px;
    }
}
@media screen and (max-width: 1190px) {
    .top_nav_menu_container {
        display: none;
    }
    .a_wrap a p {
        font-size: 16px;
    }
    .a_wrap a img {
        height: 20px;
        width: 20px;
    }
    .a_wrap a {
        padding: 10px 15px;
    }
    .max_width {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
    .top_nav_container {
        height: 90px;
    }
    .top_nav_left_logo_wrap a img {
        max-height: 50px;
    }
    .test_p_wrap p {
        font-size: 14px;
    }
    .test_right_container img {
        width: 12px;
        margin-right: 2px;
    }
    .pasi_p_wrap p {
        font-size: 14px;
    }
    .dn_p_wrap p {
        font-size: 14px;
        width: 55%;
    }
    .servicii_item_p_wrap p {
        font-size: 14px;
    }
    .contact_p_wrap {
        font-size: 14px;
    }
    .section_footer a p {
        font-size: 14px;
    }
    .footer_a_wrap a img {
        width: 25px;
        height: 25px;
    }
}
@media screen and (max-width: 801px) {
    .header_p {
        font-size: 16px;
    }
    .pasi_container {
        flex-wrap: wrap;
    }
    .pasi_item {
        width: 100%;
        margin-bottom: 20px;
    }
    .pasi_item:last-of-type {
        margin-bottom: 0px;
    }
    .pasi_top_svg_wrap img {
        width: 60px;
        height: 60px;
    }
    .pasi_top_title_wrap h3 {
        font-size: 28px;
    }
    .pasi_p_wrap p {
        font-size: 16px;
    }
    .dn_p_wrap p {
        width: 100%;
        font-size: 16px;
    }
    .servicii_item {
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
    }
    .servicii_item:last-of-type {
        margin-bottom: 0px;
    }
    .servicii_item_img_wrap img {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    .servicii_item_title_wrap h3 {
        font-size: 28px;
    }
    .servicii_item_p_wrap p {
        font-size: 16px;
    }
    .contact_container {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .contact_left {
        padding-right: 0px;
        width: 100%;
        margin-bottom: 40px;
    }
    .contact_right {
        align-items: flex-start;
        width: 100%;
    }
    .contact_p_wrap {
        font-size: 16px;
    }
    .footer_item {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer_item:last-of-type {
        margin-bottom: 0px;
    }
    .section_footer a p {
        font-size: 18px;
    }
    .copy_wrap p {
        font-size: 14px;
    }
}
@media screen and (max-width: 700px) {
    .max_width {
        padding-right: 15px;
        padding-left: 15px;
    }
    .top_nav_left_logo_wrap a img {
        max-height: 40px;
    }
    .top_nav_call_container .a_wrap:first-of-type {
        margin-right: 5px;
    }
    .top_nav_call_container .a_wrap p {
        display: none;
    }
    .top_nav_call_container .a_wrap a {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top_nav_call_container .a_wrap a img {
        width: 35px;
        height: 35px;
        margin-right: 0px;
    }
    .header_container {
        background-image: url(../imagini/header_bg_mobile.jpg);
    }
    .header_wrap h1 {
        font-size: 60px;
        margin-bottom: 20px;
    }
    .header_wrap h2 {
        font-size: 18px;
    }
    .section_recenzii_title {
        width: 70%;
    }
    .test_title_wrap h3 {
        font-size: 28px;
    }
    .test_p_wrap p {
        font-size: 16px;
    }
    .test_right_container img {
        width: 14px;
        margin-right: 1px;
    }
    .test_left_person h4 {
        font-size: 17px;
    }
    .section_title_container h2 {
        font-size: 32px;
    }
    .section_dn {
        background-image: none;
    }
    .footer_item {
        justify-content: flex-start;
    }
    .dn_p_wrap p {
        text-align: justify;
    }
    .pasi_p_wrap p {
        text-align: justify;
    }
    .test_p_wrap p {
        text-align: justify;
    }
    .servicii_item_p_wrap p {
        text-align: justify;
    }
    .contact_p_wrap p {
        text-align: justify;
    }
}
@media screen and (max-width: 400px) {
    .header_line {
        width: 30px;
    }
    .swiper-button-next, .swiper-button-prev {
        display: none!important;
    }
    .section_recenzii_title {
        width: 100%;
    }
}
@media screen and (max-width: 350px) {
    .top_nav_left_logo_wrap a img {
        max-height: 35px;
    }
    .header_wrap h1 {
        font-size: 50px;
    }
    .a_wrap a p {
        font-size: 15px;
    }
    .a_wrap a {
        padding: 10px;
    }
    .a_wrap:first-of-type {
        margin-right: 10px;
    }
    .testimonial_item_bottom {
        flex-wrap: wrap;
    }
    .test_left_container {
        margin-bottom: 20px;
    }
    .test_left_container {
        width: 100%;
    }
}
color: #ffbb00;
font-family: 'Raleway',
sans-serif;
