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;
    color: #2c2c2c;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: normal;
    margin: 0;
}

a {
    display: inline-block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

.inter-reg {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.inter-med {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.inter-it {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
}

.body_container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.brd_1 {
    border: 1px solid;
}

.flex {
    display: flex;
}

.align_cent {
    align-items: center;
}

.max_width {
    max-width: 1120px;
    margin: auto;
}

.sec_pading {
    padding-bottom: 80px;
    padding-top: 80px;
}

.sec_bg_grey {
    background-color: #FAFAFA;
}

.footer_padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.fs_14 {
    font-size: 14px;
    letter-spacing: -0.5px;
}

.fs_15 {
    font-size: 15px;
    letter-spacing: -0.5px;
}

.fs_16 {
    font-size: 16px;
    letter-spacing: -0.66px;
}

.fs_18 {
    font-size: 18px;
    letter-spacing: -0.8px;
}

.fs_20 {
    font-size: 20px;
    letter-spacing: -0.9px;
}

.fs_24 {
    font-size: 24px;
}

.fs_32 {
    font-size: 32px;
    letter-spacing: -1px;
}

.col_black {
    color: #2c2c2c;
}

.col_blue {
    color: #256CFF;
}

.col_grey {
    color: #555555;
}

.col_white {
    color: #fff;
}

.text_underline {
    text-decoration: underline;
}

.text_cent {
    text-align: center;
}

.border_r_8 {
    border-radius: 8px;
}

.border_r_16 {
    border-radius: 16px;
}

.border_col {
    border: 1px solid #CCDDFF;
}

.mb_12 {
    margin-bottom: 12px;
}

.mb_16 {
    margin-bottom: 16px;
}

.mb_24 {
    margin-bottom: 24px;
}

.mb_32 {
    margin-bottom: 32px;
}

.mb_48 {
    margin-bottom: 48px;
}

.mb_80 {
    margin-bottom: 80px;
}

.pad_24 {
    padding: 24px;
}

.pad_32 {
    padding: 32px;
}

.gap_32 {
    gap: 32px;
}

.gap_40 {
    gap: 40px;
}

.bg_dark_blue {
    background-color: #002D8A;
}

.bg_grad {
    background: rgb(0, 45, 138);
    background: linear-gradient(-60deg, rgba(0, 45, 138, 1) 0%, rgba(37, 108, 255, 1) 100%);
}

.shadow {
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.066);
}

.let_space_large {
    letter-spacing: 2px;
}

.opac_06 {
    opacity: 0.77;
}

.btn {
    border-radius: 50px;
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: 350ms ease;
    padding-bottom: 12px;
    padding-top: 11px;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
}

.top_nav_container {
    height: 80px;
}

.top_nav_wrap {
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.top_nav_cta_btn_wrap {
    padding-left: 32px;
}

.top_nav_logo_wrap a img {
    display: block;
    max-height: 37px;
}

.top_nav_menu_wrap a:hover {
    color: #256CFF
}

.header_img {
    display: block;
    width: 83%;
    height: auto;
    margin: auto;
}

.header_wrap {
    padding-top: 80px;
    position: relative;
}

.header_text_blocks_container {

    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
}

.header_text_block_img_wrap {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #BDBEC0;
    margin-right: 8px;
    border-radius: 50%;
    overflow: hidden;
}

.header_text_block_img_wrap img {
    display: block;
    height: 22px;
    width: auto;
}

.sec_title_wrap p {
    width: 66%;
    margin: auto;
}

.flex_wrap {
    flex-wrap: wrap;
}

.card_wrap img {
    display: block;
    height: 28px;
    width: auto;
}

.card_wrap {
    width: 351px;
}

.pasi_text_wrap {
    padding: 8px 18px 9px 16px;
}

.pasi_item_wrap {
    width: 160px;
    border-left: 1px dotted #D9D9D9;
    height: 420px;
    position: relative;
}

.pasi_text_wrap {
    white-space: nowrap;
    position: absolute;
    width: auto;
    background-color: #fff;
    z-index: 10;
}

.pas_dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 1px;
    border: 1px solid #8AB0FF;
    background: #256CFF;
    background-clip: content-box, padding-box;
    margin-right: 8px;
}

.pas_1 .pas_dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 1px;
    border: 1px solid rgba(255, 255, 255, 0.33);
    background: #fff;
    background-clip: content-box, padding-box;
    margin-right: 8px;
}

.pas_1 {
    transform: translateY(24px);
}

.pas_2 {
    transform: translateY(calc(100% + 40px));
}

.pas_3 {
    transform: translateY(calc(200% + 56px));
}

.pas_4 {
    transform: translateY(calc(300% + 72px));
}

.pas_5 {
    transform: translateY(calc(400% + 88px));
}

.pas_6 {
    transform: translateY(calc(500% + 104px));
}

.pas_7 {
    transform: translateY(calc(600% + 120px));
}

.item img {
    border-radius: 16px;
    border: 1px solid #CCDDFF;
    height: 240px;
    width: auto;
}

.recenzie_nume_wrap {
    justify-content: space-between;
}

.recenzie_nume_wrap img {
    height: 16px;
    width: auto;

}

.map_wrap {
    overflow: hidden;
    width: 60%;
    flex-grow: 1;
}

.contact_info_wrap {
    width: 25%;
    flex-grow: 1;
}

.footer_main {
    width: 50%;
    flex-grow: 1;
}

.footer_links_wrap {
    width: 12%;
    flex-grow: 1;
}

.footer_copy_wrap {
    padding: 10px;
}

.footer_links_wrap a:hover {
    opacity: 1;
}

footer {
    background: rgb(0, 45, 138);
    background: linear-gradient(-60deg, rgba(0, 45, 138, 1) 0%, rgba(37, 108, 255, 1) 100%) !important;
}

/* Before And After Slider*/
/*
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*/




img {
    display: block;
    max-width: 100%;
}

.before_afther_container {
    display: grid;
    place-items: center;
}

.container {
    display: grid;
    place-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    --position: 50%;
}

.image-container {
    max-width: 928px;
    height: auto;
}

.slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.image-before {
    position: absolute;
    inset: 0;
    width: var(--position);
}

.slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    /* for Firefox */
    width: 100%;
    height: 100%;
}

.slider:focus-visible ~ .slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
}

.slider-line {
    position: absolute;
    inset: 0;
    width: .2rem;
    height: 100%;
    background-color: #fff;
    /* z-index: 10; */
    left: var(--position);
    transform: translateX(-50%);
    pointer-events: none;
}

.slider-button {
    position: absolute;
    background-color: #fff;
    color: black;
    padding: .5rem;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* z-index: 100; */
    box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}

/* Before And After Slider*/

/* Cookie Consent */

.cookie_container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    display: none;
    background: #fff;
    border-top: 1px solid #0752F3;
    ;
}


.cookie_a_container {
    display: flex;
}

.cookie_a_container p {
    cursor: pointer;
}

.show {
    display: block;
}

/* Cookie Consent */


.bullet {
    margin: 0px 8px;
    display: inline-block;
}

.servicii_img_wrap {
    width: 40%;
    flex-grow: 1;
}

.servicii_text_wrap {
    width: 40%;
    flex-grow: 1;
}

/* Testimoniale */

.review_page_reviews_container {
    column-count: 3;
    gap: 32px;
}

.review_page_reviews_container .card_wrap {
    width: 100% !important;
    display: inline-block;
    margin-bottom: 32px;
}

.servicii_img_width {
    width: 40%;
    flex-grow: 1;
}

.servicii_img_width img {
    display: block;
}

.servicii_img_big img {
    height: 100%;
    width: auto;
}

.servicii_img_small img {
    width: 100%;
    height: auto;
}

#gallery--getting-started {
    column-count: 4;
    gap: 16px;
}

.galery_item {
    width: 100% !important;
    display: inline-block;
    margin-bottom: 12px;
}

.galery_item a img {
    display: block;
    width: 100%;
    height: auto;
}
.mobile_sidemenu_container {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    top: 0;
    left: 0;
}
.mobile_sidemenu_wrap {
    height: 100%;
    padding: 40px;
}
.mobile_sidemenu_wrap ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.close_menu_img img {
    display: block;
    width: 40px;
    height: 40px;
}
.close_menu_img {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
}
.mobile_sidemenu_container {
    transform: translateX(100%);
    transition: 350ms ease;
}
.mobile_sidemenu_active {
    display: block;
    transform: translateX(0);
}
@media screen and (max-width: 1160px) {
    .max_width {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    .header_text_blocks_container {
        position: relative;
        flex-direction: row-reverse;
        justify-content: center;
        column-gap: 32px;
        margin-bottom: 40px;
    }

    .card_wrap {
        width: 25%;
        flex-grow: 1;
    }

    .pasi_text_wrap {
        position: relative;
    }

    .pasi_container {
        flex-direction: column;
        height: auto;
    }

    .pasi_item_wrap {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        border: none;
    }

    .pasi_text_wrap {
        transform: translateY(0);
        margin: auto;
        margin-bottom: 24px;
    }

    .pasi_numar_wrap {
        display: none;
    }

    .pas_7 {
        margin-bottom: 0px;
    }

    .servicii_img_width img {
        object-fit: cover;
    }

    #gallery--getting-started {
        column-count: 3;
        gap: 16px;
    }
    .gap_40 {
        gap: 32px;
    }
}
@media screen and (max-width: 960px) {
    .top_nav_menu_wrap {
        display: none;
    }
    .top_nav_cta_btn_wrap {
        display: none;
    }
    .top_nav_mobile_menu_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 8px;
    }
    .top_nav_mobile_menu_btn span {
        width: 40px;
        height: 4px;
        border-radius: 10px;
        background-color: #256CFF;
        margin: 3px;
        transition: 350ms ease;
        cursor: pointer;
    }
    .top_nav_mobile_menu_btn span:first-of-type {
        width: 24px;
        align-self: flex-end;
    }
    .top_nav_mobile_menu_btn span:last-of-type {
        width: 24px;
        align-self: flex-start;
    }
    .top_nav_mobile_menu_btn:hover span {
        width: 40px;
    }
    .map_container  {
        flex-direction: column-reverse;
    }
    .contact_info_wrap {
        width: 100%;
    }
    .map_wrap {
        width: 100%;
        height: 500px;
    }
    .cookie_container {
        padding: 0;
        padding-top: 24px;
        padding-bottom: 32px;
    }
}
@media screen and (max-width: 850px) {
    .card_wrap {
        width: 40%;
    }
    .footer_main {
        width: 100%;
    }
    .footer_links_wrap {
        width: 100%;
    }
    .servicii_img_wrap {
        width: 100%;
    }
    .servicii_text_wrap {
        width: 100%;
    }
    .flex_reverse {
        flex-direction: column-reverse;
    }
    #gallery--getting-started {
        column-count: 2;
    }
    .sec_title_wrap p {
        width: 100%;
    }
    .header_img {
        width: 100%;
    }
    .review_page_reviews_container {
        column-count: 2;
    }
    .item img {
        height: 300px;
    }
}
@media screen and (max-width: 600px) {
    .header_text_blocks_container {
        flex-direction: column-reverse;
        margin-top:  40px;
        gap: 32px;
        transform: translateY(0);
        align-items: c
        
    }
    .card_wrap {
        width: 100%;
    }
    .review_page_reviews_container {
        column-count: 1;
    }
    .item img {
        height: 280px;
    }
}
