:root {
    /* ---------------------------------- color --------------------------------- */

    --white: white;
    --black: #171717;
    --orange: #eb320b;
    --l-orange: #ff522e;
    --gray: #f2f2f2;


    /* -------------------------------- tipografy ------------------------------- */
    --primary-ff: "Playfair Display", serif;
    --secondary-ff: "Montserrat", sans-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: var(--orange);
}

.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(--l-orange);
}

/* HEADER */

.header_container {
    width: 100%;
    z-index: 3;
    position: fixed;
    top: 0;

    background-color: rgba(0, 0, 0, 0.76);
    transition: background-color 0.3s ease;
    /* Добавлено для плавного перехода цвета фона */
}

.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;
 }

.logoimg {
    width: 100% ;
    transition: all 0.2s;
}

.row_header {
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;

}

.number {
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    font-family: var(--secondary-ff);
}

.number:hover {
    color: var(--white);
}

.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(--white);
    font-size: 15px;
    font-weight: 400;
    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: 1px solid var(--orange);
    color: white;
}


.language_select {
    background-color: transparent;
    color: var(--white);
    margin-left: 15px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    font-size: 15px !important;
}

.language_select:focus {
    border: none;
    outline: none;
    background-color: var(--black);
}

.language_select option {
    background-color: var(--l-orange) ;
    color: var(--white);
    cursor: pointer !important;
    font-size: 15px !important;
}

.language_select option:hover {
    background-color: var(--l-orange) !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(--white);
    font-family: var(--secondary-ff);
}

.social_header {
    font-size: 25px !important;
}

.burger_icon {
    font-size: 25px !important;
    color: var(--orange);
    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_r.png);
    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(0, 0, 0, 0.096) 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;
    position: relative;
}

.intro_box {
font-family: var(--secondary-ff);
    text-align: left;
    border-radius: 5px;
    height: fit-content;
    padding: 20px;
    position: relative;
    margin-top: 200px;

}

.intro_toptitle {
    font-size: 40px;
    color: white;
    margin-bottom: -30px;
}

.intro_title {
    font-size: 90px;
    font-weight: 700;
    /* text-transform: uppercase; */
    margin-top: 0px;
    color: var(--white);
    margin-bottom: -20px;
}

.intro_undertitle {
    font-size: 30px;
    font-weight: 500;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    color: var(--white);
    line-height: 30px;
}

.more_btn_wrapper {

    font-size: 20px;
    margin-top: 50px;
    width: 600px;
    padding: 0px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;


}

.more {
    background-color: #ffffff00;
    color: #fff;
    width: fit-content;
    padding: 5px 10px 5px 0px;
    border: none;
    border-radius: 11px;
    text-align: right;
    transition: all 0.6s ease;
    text-transform: uppercase;
    font-size: 17px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.more_about {
    color: var(--black);
}

.more:hover {
    background-color: transparent;
    cursor: pointer;
    color: var(--l-orange);

}

.more svg {
    width: 30px;
}

.more_about:hover {
    background-color: var(--orange);
    cursor: pointer;
    color: white;

}

.order_popup {
    background-image: url(../img/about3.jpg);
}




.text {
    margin: 0 1.5em;

 
}




/* ABOUT */


.about_container {
    min-height: 100vh;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.about_row {
    justify-content: center;

}

.title {
    color: var(--orange);
    font-size: 20px;
    margin-bottom: 20px;
}

.about_box img {
    width: 100%;
    border-radius: 10px;
}

.about_box p {
    font-size: 17px;
    margin-bottom: 17px;
}

.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("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1048%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(23%2c 23%2c 23%2c 1)'%3e%3c/rect%3e%3cuse xlink:href='%23SvgjsSymbol1055' x='0' y='0'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsSymbol1055' x='720' y='0'%3e%3c/use%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1048'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cpath d='M-1 0 a1 1 0 1 0 2 0 a1 1 0 1 0 -2 0z' id='SvgjsPath1052'%3e%3c/path%3e%3cpath d='M-3 0 a3 3 0 1 0 6 0 a3 3 0 1 0 -6 0z' id='SvgjsPath1053'%3e%3c/path%3e%3cpath d='M-5 0 a5 5 0 1 0 10 0 a5 5 0 1 0 -10 0z' id='SvgjsPath1050'%3e%3c/path%3e%3cpath d='M2 -2 L-2 2z' id='SvgjsPath1051'%3e%3c/path%3e%3cpath d='M6 -6 L-6 6z' id='SvgjsPath1049'%3e%3c/path%3e%3cpath d='M30 -30 L-30 30z' id='SvgjsPath1054'%3e%3c/path%3e%3c/defs%3e%3csymbol id='SvgjsSymbol1055'%3e%3cuse xlink:href='%23SvgjsPath1049' x='30' y='30' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='30' y='90' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='30' y='150' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='30' y='210' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1051' x='30' y='270' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1051' x='30' y='330' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='30' y='390' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='30' y='450' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1051' x='30' y='510' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='30' y='570' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='90' y='30' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='90' y='90' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='90' y='150' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='90' y='210' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='90' y='270' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='90' y='330' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='90' y='390' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='90' y='450' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='90' y='510' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1052' x='90' y='570' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='150' y='30' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='150' y='90' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='150' y='150' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='150' y='210' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='150' y='270' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='150' y='330' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='150' y='390' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='150' y='450' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='150' y='510' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='150' y='570' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1052' x='210' y='30' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='210' y='90' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='210' y='150' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1053' x='210' y='210' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='210' y='270' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='210' y='330' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='210' y='390' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1051' x='210' y='450' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1051' x='210' y='510' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1051' x='210' y='570' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1052' x='270' y='30' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='270' y='90' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='270' y='150' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='270' y='210' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='270' y='270' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='270' y='330' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1053' x='270' y='390' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='270' y='450' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='270' y='510' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='270' y='570' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1051' x='330' y='30' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='330' y='90' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1052' x='330' y='150' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='330' y='210' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='330' y='270' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1051' x='330' y='330' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1051' x='330' y='390' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='330' y='450' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1053' x='330' y='510' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1053' x='330' y='570' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1051' x='390' y='30' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='390' y='90' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1051' x='390' y='150' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1051' x='390' y='210' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='390' y='270' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='390' y='330' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='390' y='390' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1052' x='390' y='450' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1053' x='390' y='510' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1051' x='390' y='570' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1051' x='450' y='30' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='450' y='90' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='450' y='150' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='450' y='210' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1051' x='450' y='270' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='450' y='330' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='450' y='390' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='450' y='450' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1051' x='450' y='510' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='450' y='570' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1053' x='510' y='30' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='510' y='90' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='510' y='150' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='510' y='210' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='510' y='270' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='510' y='330' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='510' y='390' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='510' y='450' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1052' x='510' y='510' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='510' y='570' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='570' y='30' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='570' y='90' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1051' x='570' y='150' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='570' y='210' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1051' x='570' y='270' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='570' y='330' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='570' y='390' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1054' x='570' y='450' stroke='rgba(242%2c 242%2c 242%2c 0.1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1051' x='570' y='510' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='570' y='570' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='630' y='30' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='630' y='90' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='630' y='150' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='630' y='210' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1051' x='630' y='270' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='630' y='330' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='630' y='390' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1052' x='630' y='450' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='630' y='510' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='630' y='570' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1052' x='690' y='30' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='690' y='90' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1050' x='690' y='150' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1049' x='690' y='210' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1053' x='690' y='270' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1051' x='690' y='330' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1054' x='690' y='390' stroke='rgba(242%2c 242%2c 242%2c 0.1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1054' x='690' y='450' stroke='rgba(242%2c 242%2c 242%2c 0.1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1051' x='690' y='510' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1053' x='690' y='570' stroke='rgba(242%2c 242%2c 242%2c 0.1)'%3e%3c/use%3e%3c/symbol%3e%3c/svg%3e");
}

.give_row {
    justify-content: center;

}


.per_box {
    text-align: center;
    margin-top: 40px;
    color: var(--gray);
}

.per_box img {
    position: relative;
    width: 70px;

}

.per_box_title {
    font-size: 20px;
    margin-top: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.per_box_undertitle {
    margin-top: 10px;
    font-size: 17px;
    text-align: justify;
}

.hash {
    font-size: 40px;
    color: var(--l-orange);
    font-weight: 700;
    font-family: var(--secondary-ff);
}


/* 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;
}

.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;
}



/* 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;
  }
  
  .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);
  }
  
  









































/* 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(0, 0, 0, 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: var(--white);
    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);
}

.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: var(--white);
    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: white;
    font-size: 10px;
    text-align: center;
    font-family: var(--secondary-ff);

    width: 100%;
}

.weather_box img {
    width: 30px;
}



















/* 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;
}





/* М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: 100%;
        margin-bottom: 10px;
    }

    .contact_block {
        display: none;
    }

    .mobile_icon {
        display: block;
    }

    .phone_icon {
        font-size: 18px;
    }

    .burger_icon {

        display: block;
    }

    .margin_top {
        margin-top: 30px;
    }

    .wrapper_logo {
        margin-bottom: 10px;
        text-align: center;
    }

    /* INTRO */

    .intro_container {
        justify-content: center;
    }

    .intro_box {
margin-top: 0px;
        text-align: center;
        border-radius: 5px;
        height: 400px;
        padding: 10px;
        padding-top: 20px;

    }

    .more {
        margin: 0 auto !important;
        background-color: #ffffff00;
        color: #fff;
        width: 95% !important;
        padding: 5px 10px 5px 20px;
        border: none;
        border-radius: 11px;
        text-align: left;
        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: 45px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 35px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .intro_undertitle {
        font-size: 20px;
        font-weight: 500;
        width: 100%;
        margin: 0 auto;
        margin-top: 0px;
        color: var(--white);
        line-height: 25px;
    }
    


    .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 */
    .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);
    }

    /* 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%;
  }

  .intro_toptitle {
    font-size: 25px;
    color: white;
    margin-bottom: 0px;
    line-height: 25px;
}


}