:root {
    /* ---------------------------------- color --------------------------------- */

    --white: white;
    --black: #323030;
    --orange: #fece02;
    --l-orange: #74440f;
    --gray: #f2f2f2;


    /* -------------------------------- tipografy ------------------------------- */
    --primary-ff: "Playfair Display", serif;
    --secondary-ff: serif;

    /* ----------------------------------font-size-------------------------- */

}

/* Scrooling */
html {
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    background-color: var(--white);
    font-family: var(--primary-ff) !important;
    font-size: 10px;
    overflow: auto !important;

}

a {
    text-decoration: none !important;

}

a:hover {
    text-decoration: none !important;
}

/* a:focus {
    color: var(--white) !important;
 } */

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* обнуляем дефолтные маркеры у всех маркированных списков */
/* form */
button,
input,
select,
textarea {
    margin: 0;
}

img {
    width: 100%;
}

strong {
    color: var(--blue);
}

.container {
    min-width: 100% !important;
}

.row {
    max-width: 1400px !important;
    margin: 0 auto !important;
}

.margin_top100 {
    margin-top: 100px !important;
}

strong {
    color: black;
    font-weight: 700;
}

.btn_up {
    /* background-color: rgba(0, 0, 0, 0.541) !important; */
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    /* backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px); */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 20px;
    bottom: 20px;
    position: fixed;
    cursor: pointer;
    text-align: center;
}

.chat_icon {
    font-size: 35px;
    color: var(--orange);
}

/* HEADER */

.header_container {
    width: 100%;
    z-index: 3;
    position: fixed;
    top: 0;

    background-color: rgba(255, 255, 255, 0.877);
    transition: background-color 0.3s ease;
    /* Добавлено для плавного перехода цвета фона */
}

.mob_select_lang {
    display: none;
}

.header_container.transparent {
    background-color: transparent;
}

.header_container.black {
    background-color: var(--black);
}

.active {
    border-bottom: 1px solid var(--orange) !important;
}



/* 
 
 .header_container {
    min-width: 100% !important;
 
    z-index: 3;
    background-color: transparent;
    position: absolute;
 
 } */

.wrapper_logo {
    text-align: center;
    position: relative;
}

.logo_text {
   
    font-size: 15px;
    font-weight: 700;
    bottom: 0px;
    left: 35px;
    color: black;
    text-align: center;
}



.logo_text2 {
    font-size: 12px;
    font-weight: 400;
    bottom: 0px;
    left: 35px;
    color: black;
    text-align: center;
}
.logoimg {
    width: 20%;
    transition: all 0.2s;
    filter: brightness(0) saturate(100%);
}

.row_header {
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;

}

.number {
    color: var(--black);
    font-size: 20px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    font-family: var(--secondary-ff);
}


.number img {
    width: 40px;
}

.number:hover {
    color: var(--black);
}

.phone_icon {
    color: var(--yelow);
    font-size: 25px;
    transition: all 0.2s;
}

.phone_icon:hover {
    color: var(--white);
}



.social_header:hover {
    color: var(--white) !important;
}

.nav {
    justify-content: center;

}

.nav-link {
    color: var(--black);
    font-size: 15px;
    font-weight: 700;
    padding: 2px 2px;
    text-transform: uppercase;
    margin-left: 20px;
    margin-right: 20px;
    transition: all 0.2s;
    border-bottom: 1px solid transparent;
}

.nav-link:hover {
    border-bottom: 2px solid #2864cd;
    color: var(--black);
}


.language_select {
    background-color: transparent;
    color: var(--black);
    margin-left: 15px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    font-size: 15px !important;
}

.language_select:focus {
    border: none;
    outline: none;
    background-color: var(--white);
}

.language_select option {
    background-color: #2864cd;
    color: var(--white);
    cursor: pointer !important;
    font-size: 15px !important;
}

.language_select option:hover {
    background-color: #c3e1fa !important;
}





.contactus {
    background-color: var(--dark);
    color: var(--white) !important;
    border-radius: 5px;
    transition: all 0.2s;

}

.contactus:hover {
    background-color: var(--light);
    color: var(--dark) !important;
    border-radius: 5px;
}

.botom_border {
    transition: all 0.2s !important;
    border-bottom: 1px solid var(--white) !important;
}

.botom_border:hover {
    border-bottom: 1px solid var(--light) !important;
}


.header_menu {
    font-size: 17px;
}

.contact_block {
    font-size: 20px;
    font-weight: 600;
}

.contact_block ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

/* MOBILE */
.mobile_icon {
    display: none;
}

.mobile_icon a {
    font-size: 17px;
    color: var(--black);
    font-family: var(--secondary-ff);
}

.social_header {
    font-size: 25px !important;
}

.burger_icon {
    font-size: 25px !important;
    color: var(--black);
    font-weight: 700;
    display: none;
}

.menu_mob_left {
    visibility: visible;
    background-color: #000000d3;

}

.offcanvas-header img {
    width: 100%;
}

.list_mobile_menu {
    font-size: 20px;
    color: var(--dark);
    font-weight: 500;
    border-top: 1px solid var(--yelow);

}

/* INTRO */
.intro_container {
    min-height: 100vh;
    background-image: url(../img/intro.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.intro_container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%);
}

/* .kenburns-top {
    -webkit-animation: kenburns-top 20s ease-out both;
    animation: kenburns-top 20s ease-out both;
    min-height: 100%;
    background-image: url(./img/intro.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    width: 100%;
    position: absolute;
 
 
 }
 
 .kenburns-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, white 100%);
 } */


@-webkit-keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%;
    }

    100% {
        -webkit-transform: scale(1.25) translateY(-15px);
        transform: scale(1.25) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}

@keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%;
    }

    100% {
        -webkit-transform: scale(1.25) translateY(-15px);
        transform: scale(1.25) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}


.intro_row {
    justify-content: flex-start;
    width: 100%;
    z-index: 1;
}

.intro_box {
    background-color: rgba(255, 255, 255, 0.774);
    /* text-align: center; */
    border-radius: 5px;
    height: fit-content;
    padding: 20px;

}

.intro_title {
    font-size: 60px;
    font-weight: 800;
    /* text-transform: uppercase; */
    margin-top: 20px;
    color: var(--black);
}

.intro_undertitle {
    font-size: 22px;
    font-weight: 500;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    color: var(--black);
}

.more_btn_wrapper {
    margin: 0 auto;
    font-size: 20px;
    margin-top: 50px;
    width: 100%;
    padding: 5px 10px 5px 0px;
    color: white;
    display: flex;
    justify-content: flex-start;

}


.more {
    background-color: #4696eb;
    color: white;
    width: fit-content;
    padding: 5px 10px 5px 20px;
    border: none;
    border-radius: 11px;
    text-align: right;
    transition: all 0.6s ease;
    text-transform: uppercase;
    font-size: 17px;
    margin-left: 0px;
    font-weight: 700;
}



.more:hover {
    background-color: #3079e0;
    cursor: pointer;

    color: white;
}

.more3 {
    margin-left: 10px;
}

.more_about {
    color: var(--white);
}



.more_about:hover {
    background-color: #3079e0;
    cursor: pointer;
    border: none;

}

.more svg {
    width: 1em;
    margin: 0.3em 0.2em 1em;
    position: absolute;
    display: flex;
    transition: all 0.6s ease;
}

.more:hover svg {
    transform: translateX(5px);
}

.more_about:hover svg {
    transform: translateX(5px);
}

.text {
    margin: 0 1.5em
}


/* ABOUT */


.about_container {
    background-image: url(../img/aboutframe.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
}

.about_container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.685) 0%);
}

.about_row {
    justify-content: center;
    position: relative;

}

.title {
    color: #d09700;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
}

.about_box img {
    width: 100%;
    border-radius: 10px;
}

.about_box p {
    font-size: 17px;
    margin-bottom: 17px;
    font-weight: 600;
}

.mobe_done {
    display: none;
}

.mobe_done2 {
    display: none;
}

/* GIVE */
.give_container {
    min-height: 100vh;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    background-image: url(../img/frame2.webp);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.give_container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.534) 0%);
}

.give_row {
    justify-content: space-between;
    position: relative;

}


.per_box {
    text-align: center;
    margin-top: 40px;
    color: var(--black);
    background-color: rgba(255, 255, 255, 0.747);
    border-radius: 10px;
    width: 33%;
    padding: 15px;
}

.per_box img {
    position: relative;
    width: 70px;

}

.per_box_title {
    font-size: 20px;
    margin-top: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.per_box_undertitle {
    margin-top: 10px;
    font-size: 17px;
    text-align: justify;
    font-weight: 600;
}

.hash {
    font-size: 40px;
    color: #2651a6;
    font-weight: 700;
    font-family: var(--secondary-ff);
}

/* SERVICES */

.services_container {
    min-height: 100vh;
    min-height: 100vh;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    background-color: white;
}


.services_row {
    justify-content: center;
    width: 100%;
    z-index: 1;
    position: relative;
}

.services_box {
    color: white;
    margin-top: 20px;
}

.serv_img_zone {
    position: relative;

}


.serv_img_zone img {
    height: 250px;
}

.serv_img_zone {
    border-bottom: 3px solid #2651a6;
}

.serv_img_zone p {
    position: absolute;
    bottom: 10px;
    font-size: 25px;
    left: 20px;
}

.serv_description {
    font-size: 15px;
    margin-top: 10px;
    color: black;
}

.serv_btn_wrapper {
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: fit-content;
}

.serv_btn {
    background-color: #69b4f1;
    font-size: 15px;
}



.serv_img_zone_mini {
    position: relative;
    border-bottom: 3px solid var(--orange);
}

.serv_img_zone_mini p {
    position: absolute;
    bottom: 10px;
    font-size: 20px;
    left: 20px;
}

/* TRIP */
.trip_container {
    min-height: 100vh !important;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    background-image: url(../img/plane.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.trip_container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.534) 0%);
}


.trip_row {
    justify-content: center;
    width: 100%;
    z-index: 1;
    position: relative;
}

.serv_img {
    width: 25px;
}


.ser_row {
    justify-content: center;
    padding-top: 50px;
}

.serv_item {
    padding: 10px 15px;
    font-size: 20px;
    border-radius: 5px;
    margin-bottom: 5px;
    border: 1px solid var(--gold);
    background-color: rgba(0, 0, 0, 0.808);
    color: white;
}







/* CONSULTATION */

.cons_container {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../img/consultation.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-position-y: -200px ;
}

.cons_container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.829) 0%, rgba(255, 255, 255, 0.842) 0%);
}

.cons_row {
    align-items: flex-end;
    position: relative;
}

.cons_title {
    font-size: 35px;
    font-weight: 600;
}

.cons_under_title {
    font-size: 20px;
    margin-top: 20px;
}

.cons_btn_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.key_btn {
    font-size: 20px;
    background-color: var(--medium);
    color: var(--white);
    text-align: center;
    width: 40%;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 40px;
    transition: all 0.2s;
}

.cons_btn:hover {
    font-size: 20px;
    background-color: var(--light);
    color: var(--white);
    text-align: center;
    width: 80%;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;

}

.key_btn:hover {
    font-size: 20px;
    background-color: var(--light);

}

.mail_img {
    text-align: center;
}

.mail_img img {
    width: 80%;
}

.mail_ico {
    font-size: 28px;
    color: var(--white) !important;
}



/* GALLERY */
.gallery_container {
    min-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;


}

.gallery_row {
    justify-content: center;
    width: 100%;
    z-index: 1;
    position: relative;
}

.photo {
    cursor: pointer;
}

.photo img {
    height: 200px;
}




.modal_fed_btn {
    font-size: 20px;
    color: var(--gold);
    cursor: pointer;
    font-weight: 500;
    margin: 20px;
    color: var(--orange);

}

.close {
    font-size: 30px;
    cursor: pointer;
    color: var(--gold);
}



/* FOOTER */
.footer_container {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--black);
    color: var(--white);
}

.footer_row {
    justify-content: space-between;
    padding-top: 50px;
    align-items: center;

}

.footer_logo {
    width: 80%;
}

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

.metro {
    color: #00933d;
    font-size: 25px;
}

.flag {
    width: 30px;
}

.order_footer {
    width: 50% !important;
    display: block;
    background-color: orange;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    color: white;
    padding: 10px;
    transition: all 0.2s;
}

.order_footer:hover {
    background-color: transparent;
    color: white;

}

.footer_number img {
    width: 100px;
}

.footer_cons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.logofooter {
    width: 100%;
}

.footer_list {
    width: fit-content;
    font-size: 20px;
    /* margin: 0 auto;
    text-align: center; */
}

.footer_list a {
    color: var(--white);
    font-weight: 500;
    font-size: 17px;

}

.contact_list {
    width: fit-content;
    font-size: 17px;
}

.contact_list a {
    color: var(--white);
    font-weight: 500;

}

.contact_list li {
    color: var(--white);
    font-weight: 500;

}

.copyright {
    font-size: 15px;
    color: var(--white);
    text-align: center;
    margin-top: 50px;
}

.time {
    font-size: 17px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;

}

.title_adress2 {
    color: var(--orange);
}

.footer_box video {
    width: 100%;
}











































/* MODAL */
.modal-dialog {
    max-width: 700px;
}

.modal-bg {

    color: var(--dark);
    position: relative;
    display: flex;
    flex-direction: row;

}

.modal-header::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.37) 0%);
}

.modal-header {
    border-bottom: none;
    text-align: center;
    width: 40%;
    position: relative;
    background-image: url(../img/intro.jpg);
    background-size: cover;
    background-position-x: 0px;
    display: flex;
    flex-direction: column;

}

.thnks {
    min-height: 400px;
}

.modal-header img {
    width: 100px;
    margin: 0 auto;
}

.modal-title img {
    margin: 0 auto;
}

.label_input {
    display: flex;
    flex-direction: column;
    text-align: center;
}

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

.label_input input {
    width: 80%;
    border: 1px solid var(--orange);
    outline: none;
    padding-left: 10px;
    border-radius: 5px;
    font-size: 20px;
    color: black;
    margin: 0 auto;
    margin-top: 10px;
    font-family: var(--secondary-ff);
}

.textarea {
    width: 80%;
    border: 1px solid var(--orange);
    outline: none;
    padding-left: 10px;
    border-radius: 5px;
    font-size: 20px;
    color: var(--black);
    margin: 0 auto;
    margin-top: 10px;
}

.form_title {
    font-size: 35px;
    font-weight: 600;
    color: var(--yelow);
    text-align: center;
}

.form_under_title {
    font-size: 20px;
    color: var(--black);
    text-align: center;
}

.form_under_title span {
    color: var(--orange);
    font-weight: 600;
    text-transform: uppercase;
}



.first_form_btn {
    width: 50%;
    border: 1px solid var(--orange);
    outline: none;
    border-radius: 2px;
    font-size: 20px;
    color: black;
    font-weight: 500;
    background-color: var(--orange);
    transition: all 0.2s;
}

.first_form_btn:hover {

    color: var(--dark);

    background-color: var(--white);
}

.modal_my {
    background-color: var(--white);
    color: var(--black);
    height: 300px;
}

.modalthnks {
    display: none;
}

iframe {
    width: 100%;
    height: 400px;
}

.contact_row {
    margin-top: 100px !important;
}

.adress {
    font-size: 20px;
}

.mobile_social {
    display: flex;
    position: relative;
    z-index: 3;
}



.weather_box {
    color: var(--black);
    font-size: 20px;
    text-align: center;
    font-family: var(--secondary-ff);
    position: absolute;
    width: 100%;
    top: 10px;
    left: 20px;
    display: flex;
    align-items: center;
}

.weather_box img {
    width: 40px;
}



















/* THNKS */
.thnks_container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-image: url(../img/intro.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-width: 100%;
}

.thnks_container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.39) 0%);

}

.thnks_row {
    width: 100%;
    z-index: 2;
    position: relative;
    color: var(--white);
}

.thnks_box {
    text-align: center;
}

.thnks_box img {
    width: 20%;
}

.thnks_title {
    font-size: 40px;
    font-weight: 700;
}

.thnks_under_title {
    font-size: 25px;
    font-weight: 400;
    margin-top: 20px;
}



.mes_box img {
    width: 60px;
    margin: 10px;
}

.mes_box {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
    align-items: center;
}

.mes_viber {
    width: 53px !important;
}





/* МEDIA */

/* !TABLET */
@media (min-width: 569px) and (max-width:1024px) {}

/* !MOBILE */
@media (min-width: 0px) and (max-width:568px) {

    /* HEADER */
    .header_menu {
        display: none;
    }

    .logoimg {
        width: 10%;
        margin-bottom: 10px;
    }

    .contact_block {
        display: none;
    }

    .mobile_icon {
        display: block;
        display: flex;
        align-items: center;
    }

    .phone_icon {
        font-size: 18px;
    }

    .burger_icon {

        display: block;
    }

    .logo_text {

    font-size: 15px;
    font-weight: 700;
    bottom: 15px;
    left: 70px;
    color: black;
}

    .margin_top {
        margin-top: 30px;
    }

    .wrapper_logo {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        text-align: center;
    }

    .mob_select_lang {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    /* INTRO */

    .intro_container {
        justify-content: center;
    }

    .intro_box {
        margin-top: 150px;
        text-align: center;
        border-radius: 5px;
        height: 500px;
        padding: 10px;
        padding-top: 50px;

    }

    .more {

        width: fit-content;
        padding: 5px 10px 5px 20px;

        border-radius: 11px;
        text-align: right;
        transition: all 0.6s ease;
        text-transform: uppercase;
        font-size: 17px;
        margin-left: 0px;
        font-weight: 700;
    }





    .more {
        margin: 0 auto !important;

        width: fit-content;
        padding: 5px 10px 5px 20px;

        border-radius: 11px;
        text-align: right;
        transition: all 0.6s ease;
        text-transform: uppercase;
        font-size: 17px;
        margin-left: 0px;
        margin-bottom: 10px !important;
    }

    .more2 {
        width: 70%;
    }

    .intro_title {
        font-size: 28px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 35px;
    }

    .intro_undertitle {
        font-size: 20px;
        font-weight: 500;
        margin-top: 30px;
        line-height: 30px;
        width: 100%;
    }


    .more_btn_wrapper {
        margin: 0 auto;
        font-size: 20px;
        margin-top: 50px;
        width: 100%;
        padding: 5px 10px 5px 10px;
        color: white;
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;

    }


    .modal-bg {
        color: var(--dark);
        position: relative;
        display: flex;
        flex-direction: column;

    }

    .modal-header {
        width: 100%;
    }


    /* ABOUT */
    .about_container {
        background-position-x: -1000px;
    }

    .desc_none {
        display: none;
    }

    .mobe_done {
        display: block;
    }

    .mobe_done2 {
        display: flex;
    }

    .more_about {
        color: var(--black);
    }


    .more_about:hover {
        background-color: var(--orange);
        cursor: pointer;
        color: white;
    }


    .more_about:hover svg {
        transform: translateX(5px);
    }


    /* SERVICES */
    .services_box {
        margin-top: 20px;
    }

    .serv_img_zone p {
        position: absolute;
        bottom: 10px;
        font-size: 20px;
        left: 20px;
    }

    .serv_btn_wrapper {
        position: absolute;
        bottom: -5px;
        right: 0px;
        width: fit-content;

    }

    .serv_btn {

        font-size: 10px;
        width: 100%;
    }

    .serv_img_zone_mini p {
        position: absolute;
        bottom: 10px;
        font-size: 16px;
        left: 20px;
    }

    .serv_description_mini {
        font-size: 12px;
        margin-top: 5px;
    }

    .serv_img_zone img {
        height: auto;
    }

    /* CONSULT */

    .cons_container {
        background-size: cover;
        background-position-y: 130px;
    }


    .cons_title {
        font-size: 25px;
        text-align: center;

    }

    .cons_under_title {
        text-align: justify;
    }

    .cons_btn {
        width: 100%;
    }

    .cons_btn:hover {
        width: 100%;
    }



    /* FOOTER */
    .footer_undertitle {
        width: 100%;
    }

    .footer_list {

        margin: 0 auto;
        text-align: center;
        margin-top: 30px;
    }


    .contact_list {

        font-size: 20px;
        margin: 0 auto;
        text-align: center;
        margin-top: 30px;
    }

    .footer_cons {
        margin-top: 20px;
    }

    .footer_cons p {
        text-align: justify;
        font-size: 20px;
    }

    .order_footer {
        margin-top: 20px;
        width: 80% !important;
    }


    .title_text {
        font-size: 25px;
        text-align: center;
        color: var(--black);
    }


    .footer_logo {
        width: 100%;
    }


    .weather_box {
        color: var(--black);
        font-size: 20px;
        text-align: center;
        font-family: var(--secondary-ff);
        position: absolute;
        width: 100%;
        top: 10px;
        left: 10px;
    }

    .weather_box img {
        width: 30px;
    }

    .flag {
        width: 20px;
    }

    .per_box {
        width: 100%;
    }


}