nav {
    padding: 1% 10%;
    background-color: transparent;
    box-shadow: none;
}

nav .brand-logo {
    font-weight: 500;
    color: black;
    font-family: 'MyCustomFont2', sans-serif; /* Якщо шрифт недоступний, fallback */
    font-size: 34px;
}

nav .brand-logo span {
    background: transparent;
    background: linear-gradient(to right, #008000 0%, #005e00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.nav-extended a {
    color: black;
    display: flex;
    align-items: center;
    height: 37px;
    margin: 0 5px;
}

.nav-extended ul a {
    color: black;
    font-size: 15px;
    margin-top: 5px;
    margin: 0 10px;
    font-weight: 200;
    /* background-image: linear-gradient(90deg, #CF0000, #ab110f); */

    
}

.nav-extended a img {
    width: 20px;
}

.nav-wrapper ul li a:hover {
    background-color: transparent !important;
}

.nav-extended {
    padding: 30px 4% 0 4%;
}


header {
    background-image: url('./icons/wuwienmain.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% !important;
    background-size: auto;
    width: 100%;
    overflow: hidden; /* на випадок, якщо бекграунд має виходити за межі */
    padding: 4% 5%;
    margin-top: 5px;
    position: relative;
    z-index: 0.5;
    border-radius: 50px;
    background-size: contain;
    aspect-ratio: 16 / 8; 
}


header .l7 h1 {
    font-size: 80px;
    font-family: Arial, Helvetica, sans-serif, sans-serif; /* Якщо шрифт недоступний, fallback */
    color: white;
    font-weight: 800;
    line-height: 1;
    margin: 0;
}

header .l7 p {
    font-size: 22px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    background-color: white;
    padding: 10px 30px;
    border-radius: 10px;
    width: fit-content;
}

header::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.4); /* <-- затемнення */
  z-index: 0.4;
}




header h1 {
  color: white;
  font-size: 4rem;
  z-index: 2;
  position: relative;
}

header form {
    position: relative;
    margin-top: 40px;
    display: flex;
    justify-content: left;
}

header form input {
    all: unset !important;
    border: 2px solid white !important;
    color: white !important;
    padding: 2.4% !important;
    border-radius: 7px !important;
    font-size: 18px !important;
    backdrop-filter: blur(0.4px) !important;
    -webkit-backdrop-filter: blur(0.4px) !important; 
    background-color: rgba(68, 68, 68, 0.2) !important; 
    scale: 0.98 !important;
}

header form button {
    border: 2px solid white;
    font-size: 18px !important;
    backdrop-filter: blur(0.4px) !important;
    -webkit-backdrop-filter: blur(0.4px) !important; 
    background-color: rgba(68, 68, 68, 0.2) !important; 
    border-radius: 7px;
    color: white !important;
    scale: 0.98 !important;
    margin-left: 0 !important;
    display: flex;
    align-items: center;
    font-weight: 500;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    padding-left: 20px;
}

header form button img {
    width: 25px; 
    margin: 0 15px;
}

header form input::placeholder {
    font-weight: 400;
    color: white;
}


header .l5 .img_box {
    display: flex;
    justify-content: end;
}

header .l5 img {
    position: relative;
    z-index: 1;
    background-color: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 100%;
    width: 170px;
}

header .l5 .text {
    font-size: 24px;
    text-align: end;
    position: relative;
    z-index: 1;
    color: white;
    font-weight: 200;
    margin-top: 40px;
    font-family: Arial, Helvetica, sans-serif, sans-serif;
}






h2 {
    text-align: center;
    font-family: 'MyCustomFont2', sans-serif; /* Якщо шрифт недоступний, fallback */
    padding: 30px 8% 0 8%;
}

h2 span {
    background: transparent;
    background: linear-gradient(to right, #008000 0%, #006900 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.p_h2 {
    font-size: 19px;
    font-weight: 200;
    text-align: center;
    padding: 5px 10%;
    font-family: 'MyCustomFont1', sans-serif; /* Якщо шрифт недоступний, fallback */
}




.why_we {
    padding: 1% 3.5%;
}

.why_we .p_h2 {
    margin-bottom: 60px;
}

.why_we .col {
    scale: 0.97;
    padding: 30px;
    border-radius: 24px;
    display: flex;
    flex-wrap: wrap;
}

.why_we .col img {
    width: 80px;
    height: 80px;
}

.why_we .green1 {
    border: 1px solid #008000;
}

.why_we .black1 {
    border: 1px solid black;
}

.why_we h3 {
    font-size: 30px;
    font-family: 'MyCustomFont2', sans-serif; /* Якщо шрифт недоступний, fallback */
    margin-bottom: 20px;
    width: 100%;
}

.why_we .text_box {
    align-self: self-end;
}

.why_we .text_box li {
    font-size: 19px;
    font-weight: 200;
    list-style-type: circle;
    margin-left: 15px;
}






.top_university {
    padding: 1% 3.5%;
}

.top_university h2 {
    margin-bottom: 60px;
}

.top_university .col {
    border: 0.7px solid rgba(220, 220, 220, 0.877);
    border-radius: 30px;
    scale: 0.95;
    padding: 0;
}

.top_university .col img {
    border-radius: 30px;
}

.top_university .col h3 {
    text-align: center;
    font-size: 28px;
    font-family: 'MyCustomFont2', sans-serif; /* Якщо шрифт недоступний, fallback */
    display: flex;
    align-items: center;
    padding: 0 10px;

}

.top_university .col p {
    font-size: 18px;
    font-weight: 200;
    margin-top: 0;
    padding: 10px 30px;
}

.top_university .col ul {
    padding: 10px 30px;
}

.top_university .col ul li {
    font-size: 18px;
    font-weight: 500;
}

.top_university .col ul li span {
    font-weight: 200;
}




.top_university .a_box {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.top_university .a_box a {
    color: black;
    font-size: 18px;
    font-weight: 200;
    text-decoration: underline;
}








.steps {
    padding: 0 3.5%;
}



.steps .img_box {
  height: 100%;             /* або задана висота, наприклад: 300px */
  overflow: hidden;         /* обрізати все, що виходить за межі */
  position: relative;       /* для безпечного позиціонування, якщо треба */
}


.steps .img_box img {
  width: 100% !important;
  width: auto;
  object-fit: cover;        /* альтернативно, якщо хочеш, щоб вона заповнила повністю */
  display: block;           /* прибирає зайві відступи знизу картинки */
  border-radius: 40px;
}


.steps ul {
    margin-top: 0 ;
    border: none;
    box-shadow: none;
}

.steps ul h2 {
    margin-top: 0;
    padding-top: 0;
    font-size: 40px;
}

.steps ul li {
    margin-bottom: 20px;
}

.steps .collapsible-header {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid #008000;
    padding-top: 19px;
}

.steps ul li span {
    font-size: 17px;
    font-weight: 200;
}

.steps ul li .collapsible-body {
    border-bottom: 1px solid #008000;
    border-radius: 10px;
}
















.prices {   
    padding: 2% 3.5%;
}


.prices .col {   
    border: 0.7px solid rgba(220, 220, 220, 0.877);
    scale: 0.95;
    padding: 25px;
    border-radius: 25px;
}

.prices .col .name {   
    display: flex;
    justify-content: center;
    font-family: 'MyCustomFont2', sans-serif; /* Якщо шрифт недоступний, fallback */
}

.prices .col .name span {   
    font-size: 20px;
    background-color: #008000;
    padding: 11px 20px;
    color: white;
    border-radius: 10px;
}


.prices .col .price {
    font-size: 35px;
    font-family: 'MyCustomFont2', sans-serif; /* Якщо шрифт недоступний, fallback */
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.prices .col .price span {
    font-size: 20px;
}

.prices .col .note {   
    font-size: 15px;
    font-family: 'MyCustomFont1', sans-serif; /* Якщо шрифт недоступний, fallback */
    color: rgb(31, 31, 31);
}

.prices .col a {
    display: flex;
    justify-content: space-between;
    border: 1.5px solid green;
    padding: 5px;
    padding-left: 10px;
    font-size: 17px;
    border-radius: 10px;
    color: black;
    font-weight: 300;
    margin-top: 25px;
    font-family: 'MyCustomFont1', sans-serif; /* Якщо шрифт недоступний, fallback */
} 

.prices .col a i {
    background-color: #008000;
    color: white;
    border-radius: 5px;
    padding: 2px;
}

.prices .col ul li {
    display: flex;
    align-items: center;
    height: 70px;
}

.prices .col ul li i {
    background-color: #008000;
    color: white;
    border-radius: 5px;
    padding: 2px;
    margin-right: 11px;
}

.prices .col ul li p {
    font-size: 17px;
    font-weight: 200;
}

.prices .col > span {
    font-size: 17px;
    font-weight: 200;
}





.feedback_promo {
    padding: 2% 3.5%;
}

.feedback_promo .titile {
    text-align: center;
    font-family: 'MyCustomFont2', sans-serif; /* Якщо шрифт недоступний, fallback */
    padding: 30px 8% 0 8%;
    font-size: 50px;
}

.feedback_promo .titile span {
    color: green;
}

.feedback_promo p {
    font-size: 20px;
    font-weight: 200;
    text-align: center;
    padding: 5px 10%;
}

.feedback_promo .a_box {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.feedback_promo .a_box a {
    display: flex;
    justify-content: space-between;
    border: 1.5px solid green;
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 10px;
    color: black;
    font-weight: 300;
    align-items: center;
}

.feedback_promo .a_box a i {
    margin-left: 20px;
    background-color: #008000;
    color: white;
    border-radius: 5px;
    padding: 2px;
}

















.contacts {
    padding: 50px 5% 100px 5%;
}

.contacts > ul {
    display: flex;
}

.contacts > ul li {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(237, 237, 237, 0.877);
    margin: 10px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 200;
    padding-right: 15px;
}

.contacts > ul li img {
    width: 50px;
    height: 50px;
    padding: 7px;
    border-radius: 7px;
    margin-right: 15px;
}

.contacts > ul .background1 img {
    background-color: #008000;
}

.contacts > ul .background2 img {
    border: 2px solid #008000;
}

.contacts > .row {
    border: 0.7px solid rgba(220, 220, 220, 0.877);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px); /* для Safari */
    background-color: rgba(255, 255, 255, 0.2); /* прозорий білий */
    padding: 30px;
    border-radius: 20px;
    padding-bottom: 40px;
    background-size: 110% !important;
    background-size: auto;
    width: 100%;
    overflow: hidden; /* на випадок, якщо бекграунд має виходити за межі */
}

.contacts > .row .contacts_title {
    font-size: 22px;
    font-weight: 500;
    margin-top: 0;
}

.contacts > .row > ul > li {
    height: 70px;
    display: flex;
    align-items: center;
}

.contacts > .row > ul > li > a > img {
    width: 40px;
    margin-right: 15px;
    /* border: 1px solid #008000; */
    padding: 7px;
    border-radius: 7px;
}

.contacts > .row > ul > li > a {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 200;
    color: black;
}

.contacts > .row > ul > .contacts_time {
    font-size: 17px;
    font-weight: 200;
    height: 46.6px;
}








.articles {
    border-radius: 100px;
    background-color: rgb(246, 246, 246);
    padding: 2% 3.5%;
    padding-bottom: 5%;
    margin-bottom: 0;
}

.articles > .col {
  overflow: hidden;
  width: 100%; /* або інша фіксована/максимальна ширина */
  color: black;
  scale: 0.97;
}
 
.articles > .col img {
    height: 250px;
    width: auto;
    object-fit: cover;
    object-position: center;
    display: block;
    max-width: 100%;
    overflow: hidden;
    border-radius: 10px 30px;
}

.articles > .col h3 {
    font-size: 27px;
    /* text-align: center; */
    margin-top: 30px;
    font-family: 'MyCustomFont2', sans-serif; /* Якщо шрифт недоступний, fallback */
    height: 90px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.articles > .col h3 span {
    color: green;
}

.articles > .col p {
    padding: 0 20px;
    font-weight: 200;
    font-size: 17px;
     display: -webkit-box;
    -webkit-line-clamp: 6;     /* Кількість рядків */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}





.other_prices {
    padding: 50px 5% 100px 5%;
}

.other_prices h2 {
    margin-top: 0;
    margin-bottom: 70px;
}

.other_prices .col {
    height: 400px;
    padding: 40px;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    scale: 0.95;
}

.other_prices .col h3 {
    margin-top: 0;
}

.other_prices .type1 {
    background-color: #008000;
    color: white;
}
.other_prices .type2 {
    border: 1.5px solid green;
}

.other_prices .col h3 {
    font-size: 30px;
    font-weight: 600;
    padding-top: 0 ;
    font-family: 'MyCustomFont2', sans-serif; /* Якщо шрифт недоступний, fallback */

}

.other_prices .col p {
    padding: 0;
    font-family: 'MyCustomFont1', sans-serif; /* Якщо шрифт недоступний, fallback */
    font-size: 17px;
    margin-top: 0;
}

.other_prices .price {
    align-self: self-end;
    font-size: 40px;
    font-family: 'MyCustomFont2', sans-serif; /* Якщо шрифт недоступний, fallback */
}

.other_prices .price span {
    font-size: 30px;
    font-family: 'MyCustomFont1', sans-serif; /* Якщо шрифт недоступний, fallback */
}


.other_prices .type2 .other_span {
    font-size: 19px !important;
    color: rgb(57, 57, 57);
}

.other_prices .type1 .other_span {
    font-size: 19px !important;
    color: rgb(243, 243, 243);
}

.other_prices .col .price2 {
    align-self: self-end;
    font-size: 30px;
    font-family: 'MyCustomFont2', sans-serif; /* Якщо шрифт недоступний, fallback */
}





.frequently_asked {
    margin: 50px 5% 100px 5%;
}

.frequently_asked .collapsible {
    scale: 0.96;
    box-shadow: none;
    border: none;
}

.frequently_asked .collapsible li {
    width: 100%;
    margin-bottom: 15px;
}

.frequently_asked .collapsible li .collapsible-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: 1.5px solid #008000;
    font-size: 18px;
    border-radius: 10px;
    font-family: 'MyCustomFont2', sans-serif; /* Якщо шрифт недоступний, fallback */
    align-items: center;
}

.frequently_asked .collapsible li .collapsible-header i {
    background-color: #008000;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-left: 10px;
}


.frequently_asked .collapsible li .collapsible-body {
    padding: 30px;
    font-family: 'MyCustomFont1', sans-serif; /* Якщо шрифт недоступний, fallback */
    font-size: 17px;
}


.frequently_asked h2 {
    margin-bottom: 40px;
}



.deutwach {
    margin: 50px 5% 100px 5%;
}

.deutwach .img_box {
    display: flex;
    justify-content: center;
}

.deutwach .img_box img {
    width: 110px;
    height: 110px;
}

.deutwach h2 {
    margin-bottom: 60px;
}

.deutwach .l3 {
    border-left: 1.5px solid #008000;
}

.deutwach .l3 span {
    font-size: 30px;
    font-family: 'MyCustomFont2', sans-serif; /* Якщо шрифт недоступний, fallback */
}

.deutwach .l3 .title {
    font-size: 20px;
    font-family: 'MyCustomFont2', sans-serif; /* Якщо шрифт недоступний, fallback */
    margin-top: 10px;
    margin-bottom: 10px;
}

.deutwach .l3 p {
    font-family: 'MyCustomFont1', sans-serif; /* Якщо шрифт недоступний, fallback */
}

.deutwach .button_box {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.deutwach .b_more {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.deutwach .b_more a {
    color: rgb(38, 38, 38);
    text-decoration: underline;
}

.deutwach .button_box a {
    display: flex;
    justify-content: space-between;
    border: 1.5px solid green;
    padding: 5px;
    padding-left: 10px;
    font-size: 18px;
    border-radius: 10px;
    color: black;
    font-weight: 300;
    margin-top: 0;
    width: 200px;
} 

.deutwach .button_box a i {
    background-color: #008000;
    color: white;
    border-radius: 5px;
    padding: 2px;
}















footer {
    padding: 50px 5% 80px 5%;
    border-radius: 50px 50px 0 0;
    margin-bottom: 0 !important;
    position: relative;
    z-index: 2;
    background-color: rgb(246, 246, 246);
}

footer .text {
    text-align: center;
    line-height: 1.3;
    font-size: 35px;
    font-weight: 500;
}

footer .text span {
    background-color: green;
    border-radius: 10px;
    padding: 0 10px 5px 10px;
    color: white;
    height: 60px;
    margin: 0 5px;
}


footer .menu_footer li {
    margin-top: 7px;
}

footer .menu_footer li a{
    font-size: 16px;
    font-weight: 200;
    color: black;
}

footer .title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    color: green;
}

footer .title2 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    color: green;
    text-align: end;
}

footer .contacts .telefon {
    text-align: end;
}

footer .contacts .telefon a {
    font-size: 25px;
    color: black;
}

footer .contacts .email {
    display: flex;
    justify-content: end;
    margin-bottom: 30px;
}

footer .contacts .email a {
    font-size: 19px;
    color: black;
    font-weight: 200;
    margin-top: 5px;
}

footer .contacts .messenger a {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 10px;
}

footer .contacts .messenger a {
    color: black;
    font-weight: 200;
}

footer .contacts .messenger img {
    width: 20px;
    margin-right: 5px;
}



footer .button_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .button_box a {
    margin-top: 10%;
    display: flex;
    align-self: end;
    width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: black;
    font-size: 17px;
    font-weight: 400;
    border: 2px solid green;
}








#modal1 {
    border-radius: 20px;
}


#modal1 .modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

#modal1 .modal-footer .text {
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif, sans-serif; /* Якщо шрифт недоступний, fallback */
}

#modal1 form span {
    font-size: 17px;
    font-weight: 200;
}

#modal1 form input {
    all: unset !important;
    width: 96% !important;
    border: 2px solid rgb(0, 0, 0) !important;
    color: rgb(0, 0, 0) !important;
    padding: 15px !important;
    border-radius: 7px !important;
    font-size: 18px !important;
    margin-top: 10px !important;
}


#modal1 form input::placeholder {
    font-weight: 200;   
}

#modal1 form .button-box {
    display: flex;
    justify-content: center;
}

#modal1 form .button-box input {
    width: 250px !important;
    text-align: center !important;
    font-weight: 500 !important;
    border-radius: 40px !important;
    margin-top: 30px !important;
}

#modal1 form #name {
    margin-top: 30px !important;
}


.sidenav li a {
    font-size: 19px;
    font-weight: 200;
}

.sidenav ul {
    display: flex;
    margin-top: 30px;
}

.sidenav ul li a img {
    width: 35px !important;
    border: 0.5px solid rgb(206, 206, 206);
    padding: 5px;
    border-radius: 10px;
}

.sidenav .title {
    font-weight: 600;
    color: black;
    font-family: 'MyCustomFont2', sans-serif; /* Якщо шрифт недоступний, fallback */
    font-size: 37px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sidenav .title span {
    color: green;
}











.reviews {
    padding: 50px 5% 10px 5%;
}

.reviews h2 {
    margin-top: 0;
    margin-bottom: 70px;
    color: #008000;
}

.reviews .col {
    background-color: rgba(246, 246, 246, 0.809);
    padding: 20px;
    border-radius: 20px;
    scale: 0.98;
    margin-top: 5px;
}

.reviews .col .top {
    display: flex;
}

.reviews .col .top .avat {
    height: 50px;
    width: 50px;
    background-color: #008000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 500;
    border-radius: 100px;
    color: white;
}

.reviews .col .top .name_box {
    margin-left: 10px;
}  

.reviews .col .top .name_box .name {
    font-family: 'MyCustomFont2', sans-serif; /* Якщо шрифт недоступний, fallback */
    font-size: 16px;
}

.reviews .col .top .name_box .stars {
    color: #ffa800;
}

.reviews .col .top .name_box .stars i {
    font-size: 20px;
}

.reviews .col p {
     display: -webkit-box;
    -webkit-line-clamp: 6;     /* Кількість рядків */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    font-weight: 300;
}


.reviews .buttons {
    display: flex;
    justify-content: center;
    background-color: transparent;
}

.reviews .buttons .btn1 {
    background-color: #008000;
    color: white;
    padding: 15px 25px;
    border-radius: 10px;
    color: 18px;
    font-weight: 500;
    border: 2px solid #008000;
    margin: 10px;
}

.reviews .buttons .btn2 {
    color: #008000;
    padding: 15px 25px;
    border-radius: 10px;
    color: 18px;
    font-weight: 500;
    border: 2px solid #008000;
    margin: 10px;

}


.consultation {
    margin: 50px 4% 10px 4%;
}

.consultation .l7 {
    padding: 50px;
    border-radius: 30px;
    color: white;
    scale: 0.98;
    background-color: #008000;
}

.consultation .l7 h2 {
    text-align: left;
    padding: 0;
    margin-top: 0;
    font-size: 45px;
}

.consultation .l7 p {
    font-family: 'MyCustomFont1', sans-serif; /* Якщо шрифт недоступний, fallback */
    font-size: 18px;

}

.consultation .l5 {
    background-color: #f4f4f4;
    border-radius: 30px;
    scale: 0.98;
    padding: 30px;
}

.consultation .l5 h4 {
    font-family: 'MyCustomFont2', sans-serif; /* Якщо шрифт недоступний, fallback */
    text-align: center;
}

.consultation .l5 form span {
    font-weight: 200;
    font-size: 17px;
}


.consultation .l5 form input {
    all: unset !important;
    width: 95% !important;
    border: 2px solid #008000 !important;
    margin-top: 10px !important;
    border-radius: 10px !important;
    padding: 10px !important;
}


.consultation .l5 form .button-box {
    display: flex;
    justify-content: center;
}

.consultation .l5 form .button-box input {
    width: 160px !important;
    margin-top: 20px !important;
    background-color: #008000 !important;
    text-align: center !important;
    font-weight: 500 !important;
    color: white !important;
}   




.main_row_reviews {
    background-image: url('./icons/vienna-property-hero.jpg');
    aspect-ratio: 16 / 7; 
}



.main_reviews {
    margin: 5%;
}



.main_reviews > div  {
    background-color: rgba(246, 246, 246, 0.809);
    padding: 20px;
    border-radius: 20px;
    scale: 0.98;
    margin-top: 25px;
}

.main_reviews > div  .top {
    display: flex;
}

.main_reviews > div  .top .avat {
    height: 50px;
    width: 50px;
    background-color: rgba(89, 147, 255, 0.716);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 500;
    border-radius: 100px;
    color: white;
}

.main_reviews > div  .top .name_box {
    margin-left: 10px;
}  

.main_reviews > div  .top .name_box .name {
    font-family: 'MyCustomFont2', sans-serif; /* Якщо шрифт недоступний, fallback */
    font-size: 16px;
}

.main_reviews > div  .top .name_box .stars {
    color: #ffa800;
}

.main_reviews > div  .top .name_box .stars i {
    font-size: 20px;
}

.main_reviews > div  p {
     display: -webkit-box;
    -webkit-line-clamp: 6;     /* Кількість рядків */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    font-weight: 300;
}




.main_row_tutelage {
    background-image: url('./icons/354894_w-3840_h-2160_q-70_m-crop.jpg');
    aspect-ratio: 16 / 8; 
}


.main_tutelage {
    margin: 5%;
}

.main_tutelage p {
    margin: 3%; 
    text-align: center;
    font-size: 21px;
    font-family: 'MyCustomFont1', sans-serif; /* Якщо шрифт недоступний, fallback */
}

.main_tutelage .what_includet_tutelage h2 {
    text-align: left;
    font-size: 45px;
}

.main_tutelage .what_includet_tutelage ul {
    margin-top: 3.5%;
    padding-left: 2%;
}

.main_tutelage .what_includet_tutelage ul li {
    font-size: 20px;
    margin-bottom: 10px;
    list-style-type: circle;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 300;
    margin-left: 3.5% !important;

}

.main_tutelage .what_includet_tutelage ul li::marker {
    color: #008000;
    content: "+  ";
    font-weight: 600;
    font-size: 21px;
}  




.price_tutelage h2 {
    text-align: left;
    font-size: 45px;
}

.price_tutelage .box {
    background-color: #008000;
    margin-top: 3.5%;
    padding: 30px 40px;
    border-radius: 30px;
}

.price_tutelage .box > .price {
    color: white;
    font-size: 40px;
    margin-top: 10px;
    border-bottom: 1px solid white;
    padding: 20px;
}

.price_tutelage .price .tag {
    font-size: 20px;
    color: #f4f4f4;
    font-family: 'MyCustomFont1', sans-serif; /* Якщо шрифт недоступний, fallback */
}

.price_tutelage .price .price {
    font-weight: 600;
    font-family: 'MyCustomFont2', sans-serif; /* Якщо шрифт недоступний, fallback */
}

.price_tutelage .box p {
    color: #f4f4f4;
    font-size: 18px;
    font-family: 'MyCustomFont1', sans-serif; /* Якщо шрифт недоступний, fallback */
    text-align: left;
}


.price_consultation h2 {
    text-align: left;
    font-size: 45px;
}







.price_consultation .form_box_tu {
    background-color: #f4f4f4;
    border-radius: 30px;
    scale: 0.98;
    padding: 30px;
    margin-top: 3.5%;
}

.price_consultation .form_box_tu h4 {
    font-family: 'MyCustomFont2', sans-serif; /* Якщо шрифт недоступний, fallback */
    text-align: center;
}

.price_consultation .form_box_tu form span {
    font-weight: 200;
    font-size: 18px;
}


.price_consultation .form_box_tu form input {
    all: unset !important;
    width: 95% !important;
    border: 1px solid #008000 !important;
    margin-top: 10px !important;
    border-radius: 10px !important;
    padding: 10px !important;
    font-size: 17px !important;
}


.price_consultation .form_box_tu form .button-box {
    display: flex;
    justify-content: center;
}

.price_consultation .form_box_tu form .button-box input {
    width: 160px !important;
    margin-top: 20px !important;
    background-color: #008000 !important;
    text-align: center !important;
    font-weight: 500 !important;
    color: white !important;
}   








.main_reviews .buttons_rev {
    display: flex;
    justify-content: center;
    background-color: transparent;
}

.main_reviews .buttons_rev .btn1 {
    background-color: #008000;
    color: white;
    padding: 15px 25px;
    border-radius: 10px;
    color: 18px;
    font-weight: 500;
    border: 2px solid #008000;
    margin: 10px;
}

.main_reviews .buttons_rev .btn2 {
    color: #008000;
    padding: 15px 25px;
    border-radius: 10px;
    color: 18px;
    font-weight: 500;
    border: 2px solid #008000;
    margin: 10px;

}














.deutwach_individual {
    padding: 50px 5% 0 5%;
   
}

.deutwach_individual h2 {
    line-height: 1.3;
    margin-bottom: 50px;
    margin: 0;
    font-size: 45px;
    font-weight: 500;
    text-align: left;
}

.deutwach_individual h2 span {
    background-color: #008000;
    border-radius: 10px;
    color: white;
    height: 60px;
}

.deutwach_individual .p_box {
    display: flex;
    align-items: end;
    justify-content: center;
}


.deutwach_individual .p_box p {
    width: 60%;
    font-size: 16px;
    font-weight: 200;
}





.deutwach_individual > ul {
    width: 90%;
    margin: 0;
    margin-top: 1%;
}

.deutwach_individual > ul > li {
    display: flex;
    align-items: center;
    padding: 10px !important;
    border: 1px solid rgba(237, 237, 237, 0.877);
    border-radius: 10px;
    font-size: 17px;
    font-weight: 200;    
    scale: 0.98;
    margin-top: 5px;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px); /* для Safari */
    background-color: rgba(255, 255, 255, 0.2); /* прозорий білий */
}

.deutwach_individual > ul li img {
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 7px;
    margin-right: 15px;
}

.deutwach_individual > ul .background1 img {
    border: 1px solid #008000;
}







.deutwach_individual .main_box {
    margin-top: 5%;
     border: 0.7px solid rgba(220, 220, 220, 0.877);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px); /* для Safari */
    background-color: rgba(255, 255, 255, 0.2); /* прозорий білий */
    padding: 40px 25px;
    border-radius: 20px;
    margin-bottom: 15%;
}

.deutwach_individual .main_box .h4_box h4 {
    margin: 0;
    font-weight: 300;
}



.deutwach_individual .main_box .img_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.deutwach_individual .main_box .img_box li {
    font-size: 17px;
    font-weight: 200;
    margin-top: 10px;
}

.deutwach_individual .main_box .img_box li::marker {
  content: "•  ";
  font-weight: 900;
}


.deutwach_individual .main_box .text_box {
    display: flex;
    flex-wrap: wrap;
}

.deutwach_individual .main_box .text_box p {
    font-size: 17px;
    font-weight: 200;
}

.deutwach_individual .main_box .text_box a {
    display: flex;
    align-self: end !important;
    width: 250px;
    height: 60px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: black;
    font-size: 17px;
    font-weight: 300;
    border: 1px solid #008000;
}















.about_us {
    padding: 0 3.5%;
}

.about_us h2 {
    text-align: center;
    font-size: 40px;
    font-family: 'MyCustomFont2', sans-serif !important;
    margin-top: 80px;
    margin-bottom: 40px;
}

.about_us h2 span {
    background: transparent;
    background: linear-gradient(to right, #008000 0%, #006900 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about_us .l3 {
    box-shadow: 1px 1px 80px rgba(91, 91, 91, 0.062);
    padding: 25px;
    border-radius: 25px;
    scale: 0.95;

    display: flex;
    flex-wrap: wrap;
}

.about_us .l3 img {
    padding: 10px;
    width: 70px;
    height: 70px;
    border-radius: 15px;
    box-shadow: 1px 1px 80px rgba(91, 91, 91, 0.062);

    background:
    linear-gradient(white, white) padding-box,
    linear-gradient(45deg, #008000, #006900) border-box;
    border: 1.5px solid transparent;
}

.about_us .l3 .main_box > span {
    font-size: 40px; 
}

.about_us .l3 h3 {
    font-family: 'MyCustomFont2', sans-serif; /* РЇРєС‰Рѕ С€СЂРёС„С‚ РЅРµРґРѕСЃС‚СѓРїРЅРёР№, fallback */
    font-size: 32px;
    margin-top: 20px;
}

.about_us .l3 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.about_us .l3 p {
    font-size: 17px;
    font-weight: 200;
    margin: 0;
    align-self: flex-end !important;
}


.about_us > .img_box {
    position: relative;
    overflow: hidden;
}  

.about_us > .img_box img {
    width: 100%;
    height: 100%;
    margin-bottom: 5px;
    object-fit: cover;
    display: block;
    border-radius: 15px;
    scale: 0.96;
}


.about_us > .row > .col {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #008000;
    border-radius: 25px;
    color: white;
    font-size: 20px;
    font-family: 'MyCustomFont2', sans-serif; /* РЇРєС‰Рѕ С€СЂРёС„С‚ РЅРµРґРѕСЃС‚СѓРїРЅРёР№, fallback */

}

.about_us > .row > .s6 {
    scale: 0.95;
    text-align: center;
}

.about_us > .row > .big_box {
    scale: 0.975;
    margin-top: 5px;
}

.about_us .main_box > div {
    font-size: 50px;
}

.about_us .main_box > h3 {
    font-size: 27px;
}   














.feedback {
    padding: 50px;
    width: 100%;
}

.feedback > .img_box {
    padding: 15px;
    /* height: 500px; */
    position: relative;
    overflow: hidden;
}
  
.feedback > .img_box img {
    width: 100%;
    /* height: 480px; */
    margin-bottom: 5px;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}

.feedback > .form_box {
    padding: 15px !important;
}

.feedback > .form_box > form {
    padding: 5%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px); /* РґР»СЏ Safari */
    background-color: rgba(255, 255, 255, 0.2); /* РїСЂРѕР·РѕСЂРёР№ Р±С–Р»РёР№ */
    border-radius: 15px;
    /* height: 480px; */
    /* border: 0.5px solid rgba(192, 192, 192, 0.455); */
    box-shadow: 1px 1px 80px rgba(91, 91, 91, 0.062);
}

.feedback > .form_box > form > h5 {
    font-size: 37px;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 0;
}

.feedback > .form_box > form > h5 > span {
    background: transparent;
    background: linear-gradient(to right, #008000 0%, #006900 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.feedback > .form_box > form > p {
    font-size: 18px;
    font-weight: 200;
    margin-top: 0;
}

.feedback > .form_box > form > input {
    all: unset !important;
    background-color: white !important;
    padding: 10px !important;
    font-size: 16px !important;
    width: 95% !important;
    margin-bottom: 20px !important;
    border: 0.7px solid rgba(220, 220, 220, 0.877) !important;
    border-radius: 7px !important;
}

.feedback > .form_box > form > input::placeholder {
    font-weight: 300;
    color: rgb(39, 39, 39);
}

.feedback > .form_box > form > button {
    width: 99%;
    height: 50px;
    background:
    linear-gradient(45deg, #008000, #006900) border-box;
    /* border: 1.5px solid transparent; */
    border: none;
    border-radius: 7px;
    color: white !important;
    font-size: 18px;
    font-family: 'MyCustomFont1', sans-serif !important;
}



















  
@font-face {
    font-family: 'MyCustomFont1'; /* Назва шрифту */
    src: url('../Montserrat_Alternates/MontserratAlternates-Light.ttf') format('woff2'); /* Шрифт у форматі woff2 */
    font-weight: normal; /* Вага шрифту: normal, bold, тощо */
    font-style: normal;  /* Стиль шрифту: normal, italic, тощо */
  }

  @font-face {
    font-family: 'MyCustomFont2'; /* Назва шрифту */
    src: url('../Montserrat_Alternates/MontserratAlternates-Medium.ttf') format('woff2'); /* Шрифт у форматі woff2 */
    font-weight: normal; /* Вага шрифту: normal, bold, тощо */
    font-style: normal;  /* Стиль шрифту: normal, italic, тощо */
  }




  @media (max-width: 1300px) { 
    header .l7 h1 {
        font-size: 60px !important;
    }

    header form {
        display: block;
    }

    header form input {
        width: 94% !important;
        margin-bottom: 10px !important;
    }

    header form button {
        height: 59.78px;
        width: 100%;
    }

      header {
            padding: 5% 4%;
            background-image: url('./icons/wuwienmain.jpg') !important;
            background-repeat: no-repeat !important;
            background-position: center !important;
            background-size: auto 100% !important;

            /* Перекриваємо непотрібні властивості */
            aspect-ratio: unset !important;
            background-size: unset !important;

            /* А тепер задаємо те, що потрібно */
            background-size: auto 100% !important;

        }
  }

  .main_row_reviews {
    background-image: url('./icons/vienna-property-hero.jpg') !important;
  }



  .main_row_tutelage {
    background-image: url('./icons/354894_w-3840_h-2160_q-70_m-crop.jpg') !important;
    margin-bottom: 40px;
    }




  @media (max-width: 1100px) { 

        header h1 {
            font-size: 50px;
        }

        header .l5 .img_box {
            margin-top: 50px;
            justify-content: center !important;
        }

        header .l5 .text {
            text-align: center;
        }

        .contacts > ul {
            display: block;
        }

        .frequently_asked .collapsible {
            margin-bottom: 0;
            margin-top: 0;
        }

        .deutwach_individual > .main_box .img_box {
            justify-content: left !important;
        }

        .deutwach_individual > ul > li {
            width: 100%;
        }

        .deutwach_individual > .p_box {
            display: flex;
            justify-content: left !important;
            text-align: left;
        }

        #deutwach_individual > .row > .p_box > p {
            width: 900px !important;
        }

    }



  @media (max-width: 600px) { 

    .consultation .l7 {
        padding: 40px 30px;
    }

    .consultation .l7 h2 {
        font-size: 35px !important;
    }

    .consultation .l5 {
        height: auto !important;
        padding-bottom: 60px;
    }

    .consultation .l5 form input {
        width: 92% !important;
    }

    h2 {
        font-size: 40px;
    }
    header {
        padding: 10% 6%;
    }

    header > .l7 > span {
        font-size: 50px !important;
    }

    header form input {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .nav-wrapper .sidenav-trigger i {
        font-size: 30px;
    }

    header .l7 h1 {
        font-size: 45px !important;
        line-height: 1.2;
    }

    .steps .img_box {
        display: none;
    }

    .about_us h2 {
        margin-bottom: 30px;
    }

    .about_us > .row {
        height: 400px !important;
    }

    .feedback_promo .titile {
        font-size: 35px !important;
        padding-top: 0;
    }

    .articles a {
        margin-bottom: 30px;
    }

    .other_prices {
        padding-bottom: 20px;
    }

    .deutwach .l3 {
        padding-bottom: 30px; 
    }

    #modal1 form input {
        width: 90% !important;
    }

    .reviews .buttons {
      flex-direction: column;
        align-items: stretch; /* щоб кнопки займали повну ширину */
    }

    .reviews .buttons a {
        font-size: 17px;
        text-align: center;
    }


    .price_tutelage .box {
        padding: 0 15px;
        padding-bottom: 30px;
    }

    .footer_tu {
        margin-top: 60px;
    }


    .main_reviews .buttons_rev {
        flex-direction: column;
        align-items: stretch; /* щоб кнопки займали повну ширину */
    }


    .main_reviews .buttons_rev a {
        font-size: 17px;
        text-align: center;
    }

    #deutwach_individual > .row > h2 {
        font-size: 35px;
    }

    .why_we > .col {
        height: auto !important;
    }
    
    
    .feedback {
        padding: 5px;
    }




  }


