.c-hide{
    z-index: 2;
    width: 100%;
    position: relative;
    background-color: white;
    height: 150px;
}

.c-text{
    position: relative;
    background-color: white;
    z-index: 2;
    width: 100%;
    height: 150px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    color: black;
    font-size: 50px;
    letter-spacing: 5px;
    font-family: 'Podkova', serif;
}

.c-header-text{
    position: relative;
    width: 100%;
    height: 150px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: black;
    font-size: 30px;
    letter-spacing: 5px;
    font-family: 'Podkova', serif;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}
.c-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: lightgray;
}

.c-block-1{
    text-align: center;
}


.c-block-2{
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.info-block-head{
    width: 100%;
    margin-bottom: 40px;
    color:#035772;
    font-size: 23px;
    letter-spacing: 2px;
    font-family: 'Podkova', serif;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}

.info-block-info{
    width: 100%;
    margin-bottom: 40px;
    color:black;
    font-size: 16px;
    font-family: 'Podkova', serif;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}

.c-block-3{
    min-width: 700px;
    font-family: 'Podkova', serif;
}
.captcha-c{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.c-email-button{
    cursor: pointer;
    color: #035772;
    background-color: lightgray;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 250px;
    height: 45px;
    font-size: 30px;
    border: 1px solid;
    font-family: 'Vollkorn SC', serif;
    font-weight: 700;
    box-shadow: var(--shd,0 1px 4px rgba(0,0,0,.6));

    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.c-email-button-inner{
    margin: 5px;
    margin-top: 10px;
}

.c-email-button:hover{
    background-color: #035772;
    color: white;
    border-color: #035772;
    transition: 0.3s;
}

#map {
    height: 400px; /* Задайте высоту карты по вашему усмотрению */
    width: 100%;   /* Задайте ширину карты по вашему усмотрению */
}

.c-block-4{
    width: 95%;
    margin: 150px 40px 20px;
}

.map-text{
    position: relative;
    width: 100%;
    height: 150px;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    color: black;
    font-size: 30px;
    letter-spacing: 5px;
    font-family: 'Podkova', serif;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}