*{
    box-sizing: border-box;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}
body{
    height: 1px;
    min-height: 100vh;
}
a {
    text-decoration: none;      /* Убираем подчёркивание */
    color: black;               /* Устанавливаем начальный цвет текста */
    transition: color 0.3s;     /* Добавляем плавный переход цвета */
}

a:hover {
    color: #6F9DCB;             /* Цвет ссылки при наведении (темно-голубой оттенок) */
}
.main-bg-color{
    background-color: #EBC5AA!important;
}
.second-bg-color{
    background-color: #AAC6EB!important;
}

.header{
    height: 400px;
    background-image: url(./img/image1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.logo {
    height: 120px;
    letter-spacing: 30px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    font-size: 60px;
    line-height: 66.65px;
    font-weight: bold;
    color: white;
    /* Полупрозрачный черный фон */
    background-color: rgba(0, 0, 0, 0.4);
    /* Черная окантовка текста */
    text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
    font-family: 'Playfair Display', serif;
    margin-top: 100px;
}
.menu-btn {
    width: 250px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #AAC6EB;
    border-radius: 30px;
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Важно изменить на 'all', чтобы работали оба перехода */
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: black; /* Изначально устанавливаем черный цвет текста */
}

.menu-btn:hover {
    background-color: #6F9DCB; /* Более темный оттенок исходного цвета */
    color: white; /* Меняем цвет текста на белый при наведении */
}

.backPanel {
    height: 38px;
}
.TextAreaPerList{
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}
.listArea{
    width: 800px;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
}
.AdvanceBtnArea{
    display: flex;
    justify-content: center!important;
    align-items: center!important;
    position: relative;
}
.AdvanceBtn{
    width: 350px;
    height: 200px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(170, 198, 235, 0.63) 0%, rgba(255, 255, 255, 0.88) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.AdvanceBtn__offseted{
    position: absolute;
    top:100px;
}
.AdvanceBtnRow{
    margin-bottom: 100px;
}
.btn-info-local{
    width: 350px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6FA8F2E0;
    font-weight: 600;
    font-size: 20px;
}
.flatImg{
    width: 100%;
    border-radius: 5px;
}
.flatTitle{
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EBC5AA;
    font-size: 25px;
    font-weight: 400px;
    border-radius: 5px;
}
.FlatInfoArea{
    display: flex;
    flex-direction: column;
    font-size: 20px;
}
.flatArea{
    width: 355px;
    height: 30%;
    margin-bottom: auto!important;
}
.flatAreaInfo{
    width: 355px;
    height: 100px;
    margin-bottom: auto!important;
}
.flatAreaInfo .Title{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40%;
}
.flatAreaInfo .Name{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
    margin-left: 0px;
    border-radius: 5px;
}

.flatArea .Title{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40%;
}
.flatArea .Name{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
    margin-left: 0px;
    border-radius: 5px;
}
.btn-info-local{
    border-radius: 10px;
}
.CommandContent{
    height: auto;
    display: flex;
    flex-direction: column;

}
.CommandContent img{
    border-radius: 10px;
}
.CommandContent .Name{
    display: flex;
    justify-content: center;
    align-items: center;
}
.CommandContent .Name p{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 70px;
    font-size: 25px;
    background-color: #6FA8F2A1;
    border-radius: 10px;
    margin: 0px;
}
.CommandContent .Text{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #6FA8F2A1;
    border-radius: 10px;
    margin: 0px;
    width: 100%;
    height: 120px;
    padding: 10px 5px;
}
.MapArea{
    font-size: 25px;
}
footer{
    height: 200px;
    position: relative
}
footer p{
    position: absolute;
    top: 20px;
    right: 20px;
}
.DescriptBlock{
    width: 100%;
    padding: 10px 5px;
    text-align: center;
    margin: 0px;
    border-radius: 5px;
}
.backPanel{
    display: flex;
    align-items: center;
}
.mb-auto{
    margin-bottom: auto!important;
}
.wrapper{
    display: flex;
    flex-direction: column;
}
.backPanelContent{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    font-size: 20px;
    font-weight: 600;
}
.menu-btn-area{
    display: flex;
    justify-content: center;
    align-items: center;
}
input{
    background-color: transparent;
    border: none;
    outline: none;
}
button{
    background: transparent;
    height: 100%;
    width: 100%;
    border: none;
}
button:hover{
    color:#0d6efd;
}
textarea{
    background: transparent;
    height: 100%;
    width: 100%;
    border: none;
}
.btn-info-local label{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.btn-info-local label:hover{
    color:#0d6efd;
}
.imgPlaceHolder{
    max-width: 416px;
    height: 374px;
}

.row_auth {
    align-items: center;
}
.responsive-img {
    max-width: 90%;       /* Масштабируется по ширине контейнера */
    height: auto;          /* Сохраняется пропорция изображения */
    display: block;        /* Избавляемся от пустого пространства снизу */
    margin: 0 auto;        /* Центруем изображение горизонтально */
}