

/* Start:/local/templates/template6/template_styles.css?17830702683190*/


/* Стили для уведомления */
.cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #E7ECF2;
    padding: 15px 20px;
    z-index: 9999;
    display: flex;
    justify-content: center; /* Центрирование по горизонтали */
    align-items: center;     /* Центрирование по вертикали */
    color: #212121;
    font-size: 14px;
}

.cookie-notice a {
    color: #212121;
    text-decoration: underline;
}

.cookie-notice a:hover {
    text-decoration: underline;
}

.cookie-notice button {
    min-width: 185px;
    border-radius: 100px;
    letter-spacing: -0.56px;
    color: #282828;
    margin-left: 10px; /* Отступ между текстом и кнопкой */
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    background: #afff4d;
    cursor: pointer;
}

.cookie-notice button:hover:active {
    position: relative;
    top: 1px;
}

.text-page__content {
    padding: 60px 20px 0 20px;
}

.text-page__content * {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    color: #2a2a2a;
}

.text-page__content .h2,
.text-page__content h2 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
}

.text-page__content .h3,
.text-page__content h3 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 17px;
}

.text-page__content .h2:not(:first-child),
.text-page__content h2:not(:first-child),
.text-page__content .h3:not(:first-child),
.text-page__content h3:not(:first-child) {
    margin-top: 60px;
}

.text-page__content p {
    margin-bottom: 20px;
}

.text-page__content a {
    color: #77BD22;
    text-decoration: underline;
}

.text-page__content a:hover {
    text-decoration: none;
}

.text-page__content ul {
    margin: 40px 0;
    list-style: disc;
}

.text-page__content ol {
    margin: 40px 0;
    list-style: decimal;
}

.text-page__content ul li,
.text-page__content ol li {
    margin-bottom: 16px;
    margin-left: 26px;
    list-style: disc;
}

.bold {
	font-weight: bold;
}

.booking-page {
    margin-bottom: 40px;
}

.booking-page ul {
    padding-left: 1rem;
    margin-bottom: 1.5em;
}

.booking-page ul li {
    padding-left: 1rem;
    list-style: disc;
}

@media (max-width: 767px) {
    .text-page__content {
        padding: 30px 20px 0 20px;
    }

    .text-page__content * {
        font-size: 14px;
    }

    .text-page__content .h2,
    .text-page__content h2 {
        font-size: 18px;
    }

    .text-page__content .h3,
    .text-page__content h3 {
        font-size: 16px;
    }

    .text-page__content .h2:not(:first-child),
    .text-page__content h2:not(:first-child),
    .text-page__content .h3:not(:first-child),
    .text-page__content h3:not(:first-child) {
        margin-top: 40px;
    }

    .text-page__content p {
        margin-bottom: 20px;
    }

    .text-page__content ul li,
    .text-page__content ol li {
        margin-left: 20px;
    }
}
/* End */
/* /local/templates/template6/template_styles.css?17830702683190 */
