

/* Start:/local/templates/main/template_styles.css?17175902982976*/
.page_action_panel {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    background: rgba(255, 255, 255, 0.6);
    padding: 8px 16px;
    box-sizing: border-box;
    box-shadow: 0 0 5px darkgrey;
}
.page_action_panel .page_action_panel--item:not(:last-of-type) {
    margin-right: 8px;
}
.page_action_panel .page_action_panel--item a {
    color: black;
    white-space: nowrap;
}
.page_action_panel .page_action_panel--item a:hover {
    opacity: 0.5;
}

.content_special-offer
{
    margin: var(--g-section) 0;
}
.content_special-offer .special-offer
{
    display: grid;

    border-radius: 8px;
    background-color: #f3f1f8;

    grid-template-columns: 1fr 1fr;
}
@media(max-width: 768px) {
    .content_special-offer .special-offer {
        grid-template-columns: 1fr;
    }
}
.content_special-offer .special-offer__content
{

    padding: var(--g-content_cards) var(--g-section-inner);
    padding-right: 0;
}
@media(min-width: 992px) {
    .content_special-offer .special-offer__content {
        min-height: 20vh;
    }
}
.content_special-offer .special-offer__image
{
    position: relative;
}
.content_special-offer .special-offer__image img
{
    position: static;
    width: 100%;
}
@media(min-width: 992px) {
    .content_special-offer .special-offer__image img {
        position: absolute;
        bottom: 0;
        left: 0;

        width: auto;
        height: 110%;
        aspect-ratio: 1 / 1;
    }
}
.content_special-offer .block--head_title .f-h2
{
    font-size: clamp(28px, calc(28px + (64 - 28) * ((100vw - 1024px) / (1920 - 1024))), 64px);
    line-height: 1.12;
}

.header__mobile_panel .button--booking{
    overflow: visible;
}
.header__mobile_panel .button--booking span[class^="icon-"] {
    color: #fff;
    background: var(--c-text-accent);
    border-radius: 6px;
    padding: 6px;
    font-size: 24px;
    width: 42px;
    height: 42px;
    margin-top: -12px;
}
.header__mobile_panel .button--booking {
    text-transform: uppercase;
    font-weight: 500;
}
.language_selector {
    /*display: none;*/
}
@media(min-width: 768px) {
    .header__contacts span.icon-ic24-phone {
display: none;
    }
}
.header__logo{
	aspect-ratio: 91 / 40;
	background-size: contain;
	background-position: center;
background-image: url('/log.png');
height: 70px;
width: 120px;

}
.header-transparent:not(.scrolled) .header__logo{
background-image: url('/log.png');
    background-color: transparent;
width: 120px;
}

.wstd-pavel.content_offers .card {
    background-color: white;
    border: 1px solid #9e9066;
}







.wstd-pavel-banner.block_banner.banner-hero .banner .block--head {
text-align: center;
  align-items: center;
}
.wstd-pavel-banner.block_banner.banner-hero .banner  {
place-content: center;
  place-items: center;
}
.wstd-pavel-banner.block_banner.banner-hero .block--actions {
justify-content: center;
}


.button span[class^="icon-"], .button span[class*=" icon-"], .button svg[class^="icon"] {
    max-width: unset;
}
/* End */
/* /local/templates/main/template_styles.css?17175902982976 */
