.text {
    position: relative;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    box-sizing: border-box;
    font-family: "Miroslav";
    font-size: 60px;
    color: #d90a04;
    text-align: center;
    margin: 0;
    width: 100%;
}

@font-face {
    font-family: "Miroslav";
    src: url(fonts/Miroslav\ Regular.ttf);
}

h1,
h3,
p {
    padding-left: 2%;
    padding-right: 2%;
}

#txt2 {
    margin: 50px;
}

section {
    width: 100%;
}

#map {
    display: flex;
    justify-content: center;
    /* Горизонтальное центрирование */
    /* Пример высоты для вертикального центрирования */
    max-width: 100%;
    height: 50%;
}

input {
    border-radius: 10px;
    border-color: #d90a04;
    height: 2em;
    width: 30%;
    text-align: center;
}

select {
    border-radius: 10px;
    border-color: #d90a04;
    height: 2em;
    width: 30%;
    text-align: center;
}

p {
    font-family: "Miroslav";
    font-size: 2em;
}

h3 {
    box-sizing: border-box;
    font-family: "Miroslav";
    font-size: 2em;
    color: #000000;
    text-align: center;
    margin-top: 30px;
    margin: 0;
    width: 100%;
}

::placeholder {
    font-family: "Miroslav";
    line-height: 55px;
}

label {
    font-family: "Miroslav";
    font-size: 20px;
}

.center-img {
    display: block;
    margin: 20px auto 0;
    max-width: 100%;
    width: auto;
    height: 90vh;
    justify-content: center;
}

.center-calendar {
    display: block;
    margin: 20px auto 0;
    max-width: 100%;
    height: auto;
}

#We {
    font-size: 4em;
}

h1.txt1 {
    text-align: center;
    font-size: 3em;
}

.separator {
    height: 6vh;
    width: 100%;
    display: block;
}

table {
    display: flex;
    max-width: 100%;
    border-collapse: collapse;
    justify-content: center;
}

td {
    text-align: left;
    font-family: "Miroslav";
    font-size: 2em;
    color: #d90a04;
    padding-left: 30px;
}

.container {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.text-border1 {
    border-bottom: 10px solid transparent;
    border-image: url('img/bottom.png') 100 round;
}

.text-border2 {
    border-top: 10px solid transparent;
    border-image: url('img/bottom.png') 100 round;
}

.left-item1 {
    width: 45%;
}

.right-item1 {
    width: 45%;
}

.left-item {
    width: 45%;
}

.right-item {
    width: 45%;
}

#map {
    display: flex;
    justify-content: center;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .center-img {
        width: 100%;
        height: auto;
    }
    .container {
        flex-direction: column;
        /* Блоки станут в столбик */
        align-items: center;
    }
    p {
        font-size: 20px;
        margin-bottom: 0;
    }
    .right-item {
        width: 90%;
    }
    .left-item {
        width: 90%;
    }
    .right-item1 {
        width: 90%;
    }
    .left-item1 {
        width: 90%;
    }
    .block1 {
        order: 2;
    }
    .block2 {
        order: 1;
    }
    ;
    #map {
        width: 50%;
        height: 50%;
    }
    .img1 {
        width: 30%;
        height: auto;
        margin-top: 0;
    }
    .img2 {
        width: 40%;
        height: auto;
        margin-top: 0;
    }
    .text-border1 {
        border: none;
    }
    .text-border2 {
        border: none;
    }
    .separator {
        height: 6vh;
    }
}