header {
    z-index: 400
}

.full-menu nav {
    position: relative;
    padding-top: 23px;
    padding-bottom: 23px
}

@media (min-width: 768px) {
    .full-menu nav {
        padding-top: 28px;
        padding-bottom: 28px
    }
}

@media (min-width: 1024px) {
    .full-menu nav {
        padding-top: 28px;
        padding-bottom: 28px
    }
}

@media (min-width: 1400px) {
    .full-menu nav {
        padding-top: 33px;
        padding-bottom: 33px
    }
}

.full-menu nav .divider {
    z-index: 0;
    height: 100%;
    width: 1px;
    top: 0;
    position: absolute;
    background: #ccc
}

.full-menu nav .divider.first {
    left: 50%
}

@media (min-width: 768px) {
    .full-menu nav .divider.first {
        left: calc(25% - 5px)
    }
}

@media (min-width: 1024px) {
    .full-menu nav .divider.first {
        left: calc(898px / 4 + 20px)
    }
}

@media (min-width: 1400px) {
    .full-menu nav .divider.first {
        left: calc(1200px / 4 + 20px)
    }
}

.full-menu nav .divider.second {
    display: none
}

@media (min-width: 768px) {
    .full-menu nav .divider.second {
        display: block;
        left: calc(50% - 10px)
    }
}

@media (min-width: 1024px) {
    .full-menu nav .divider.second {
        left: calc(898px / 4 * 2 + 42px)
    }
}

@media (min-width: 1400px) {
    .full-menu nav .divider.second {
        left: calc(1200px / 4 * 2 + 50px)
    }
}

.full-menu nav .divider.third {
    display: none
}

@media (min-width: 768px) {
    .full-menu nav .divider.third {
        display: block;
        left: calc(75% - 15px)
    }
}

@media (min-width: 1024px) {
    .full-menu nav .divider.third {
        left: calc(898px / 4 * 3 + 64px)
    }
}

@media (min-width: 1400px) {
    .full-menu nav .divider.third {
        left: calc(1200px / 4 * 3 + 80px)
    }
}

.full-menu nav .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 20px
}

@media (min-width: 768px) {
    .full-menu nav .grid {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

@media (min-width: 1024px) {
    .full-menu nav .grid {
        gap: 5px 22px
    }
}

@media (min-width: 1400px) {
    .full-menu nav .grid {
        gap: 15px 30px
    }
}

.full-menu nav a {
    font-weight: 500;
    line-height: 14px;
    position: relative;
    padding: 5px 10px
}

.full-menu nav a:after {
    content: '>';
    transition: opacity 0.2s;
    font-size: 26px;
    position: absolute;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 20px
}

@media (min-width: 1024px) {
    .full-menu nav a:after {
        font-size: 22px
    }
}

@media (min-width: 1400px) {
    .full-menu nav a:after {
        font-size: 26px
    }
}

.full-menu nav a:hover {
    color: #000
}

.full-menu nav a:hover:after {
    opacity: 1
}

@media (min-width: 360px) {
    .full-menu nav a {
        padding: 5px 20px
    }
}

@media (min-width: 768px) {
    .full-menu nav a {
        padding: 5px 0
    }
}

.full-menu nav a:nth-child(4n) {
    margin-right: 0
}

#block-newsletter-block {
    position: relative
}

#block-newsletter-block:before {
    background-color: red;
    left: 0;
    top: 0
}

#block-newsletter-block:after {
    background-color: #000;
    bottom: 0
}

@media (min-width: 768px) {
    #block-newsletter-block:after {
        top: 0;
        right: 0
    }
}

#block-newsletter-block:before,
#block-newsletter-block:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 50%
}

@media (min-width: 768px) {

    #block-newsletter-block:before,
    #block-newsletter-block:after {
        height: 100%;
        width: 50%
    }
}

#block-newsletter-block form {
    height: 72px
}

@media (min-width: 768px) {
    #block-newsletter-block form {
        height: 36px;
        align-items: center;
        display: flex
    }
}

@media (min-width: 1400px) {
    #block-newsletter-block form {
        height: 50px
    }
}

#block-newsletter-block .left-side {
    background: red;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 10px
}

@media (min-width: 360px) {
    #block-newsletter-block .left-side {
        padding: 0 20px
    }
}

@media (min-width: 768px) {
    #block-newsletter-block .left-side {
        padding: 0;
        display: block;
        height: auto;
        background: none;
        width: calc(25% - 15px)
    }
}

@media (min-width: 1024px) {
    #block-newsletter-block .left-side {
        width: calc(898px / 4)
    }
}

@media (min-width: 1400px) {
    #block-newsletter-block .left-side {
        width: calc(1200px / 4)
    }
}

#block-newsletter-block .right-side {
    background: #000;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 10px
}

@media (min-width: 360px) {
    #block-newsletter-block .right-side {
        padding: 0 20px
    }
}

@media (min-width: 768px) {
    #block-newsletter-block .right-side {
        padding: 0;
        flex: 1;
        height: 100%;
        padding-left: 20px
    }
}

@media (min-width: 1024px) {
    #block-newsletter-block .right-side {
        padding-left: 22px
    }
}

@media (min-width: 1400px) {
    #block-newsletter-block .right-side {
        padding-left: 30px
    }
}

#block-newsletter-block .right-side .js-form-item-email {
    width: calc(100% - 7px)
}

@media (min-width: 768px) {
    #block-newsletter-block .right-side .js-form-item-email {
        width: calc((100vw - 40px) / 4 - 15px)
    }
}

@media (min-width: 1024px) {
    #block-newsletter-block .right-side .js-form-item-email {
        width: calc(898px / 4)
    }
}

@media (min-width: 1400px) {
    #block-newsletter-block .right-side .js-form-item-email {
        width: calc(1200px / 4)
    }
}

#block-newsletter-block .right-side .js-form-item-email input {
    background: none;
    border: none;
    color: gray;
    outline: 0;
    width: 100%
}

#block-newsletter-block .right-side .form-actions input {
    display: block;
    width: 0;
    height: 0;
    border-right: 0;
    padding: 0;
    background: none;
    cursor: pointer;
    outline: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #ccc
}

@media (min-width: 1400px) {
    #block-newsletter-block .right-side .form-actions input {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #ccc
    }
}

#block-newsletter-block {
    position: relative
}

#block-newsletter-block:before {
    background-color: red;
    left: 0;
    top: 0
}

#block-newsletter-block:after {
    background-color: #000;
    bottom: 0
}

@media (min-width: 768px) {
    #block-newsletter-block:after {
        top: 0;
        right: 0
    }
}

#block-newsletter-block:before,
#block-newsletter-block:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 50%
}

@media (min-width: 768px) {

    #block-newsletter-block:before,
    #block-newsletter-block:after {
        height: 100%;
        width: 50%
    }
}

#block-newsletter-block form {
    height: 72px
}

@media (min-width: 768px) {
    #block-newsletter-block form {
        height: 36px;
        align-items: center;
        display: flex
    }
}

@media (min-width: 1400px) {
    #block-newsletter-block form {
        height: 50px
    }
}

#block-newsletter-block .left-side {
    background: red;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 10px
}

@media (min-width: 360px) {
    #block-newsletter-block .left-side {
        padding: 0 20px
    }
}

@media (min-width: 768px) {
    #block-newsletter-block .left-side {
        padding: 0;
        display: block;
        height: auto;
        background: none;
        width: calc(25% - 15px)
    }
}

@media (min-width: 1024px) {
    #block-newsletter-block .left-side {
        width: calc(898px / 4)
    }
}

@media (min-width: 1400px) {
    #block-newsletter-block .left-side {
        width: calc(1200px / 4)
    }
}

#block-newsletter-block .right-side {
    background: #000;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 10px
}

@media (min-width: 360px) {
    #block-newsletter-block .right-side {
        padding: 0 20px
    }
}

@media (min-width: 768px) {
    #block-newsletter-block .right-side {
        padding: 0;
        flex: 1;
        height: 100%;
        padding-left: 20px
    }
}

@media (min-width: 1024px) {
    #block-newsletter-block .right-side {
        padding-left: 22px
    }
}

@media (min-width: 1400px) {
    #block-newsletter-block .right-side {
        padding-left: 30px
    }
}

#block-newsletter-block .right-side .js-form-item-email {
    width: calc(100% - 7px)
}

@media (min-width: 768px) {
    #block-newsletter-block .right-side .js-form-item-email {
        width: calc((100vw - 40px) / 4 - 15px)
    }
}

@media (min-width: 1024px) {
    #block-newsletter-block .right-side .js-form-item-email {
        width: calc(898px / 4)
    }
}

@media (min-width: 1400px) {
    #block-newsletter-block .right-side .js-form-item-email {
        width: calc(1200px / 4)
    }
}

#block-newsletter-block .right-side .js-form-item-email input {
    background: none;
    border: none;
    color: gray;
    outline: 0;
    width: 100%
}

#block-newsletter-block .right-side .form-actions input {
    display: block;
    width: 0;
    height: 0;
    border-right: 0;
    padding: 0;
    background: none;
    cursor: pointer;
    outline: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #ccc
}

@media (min-width: 1400px) {
    #block-newsletter-block .right-side .form-actions input {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #ccc
    }
}

.c-menu-gray {
    color: #999
}

html,
body {
    margin: 0;
    font-weight: 400;
    color: #000;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    line-height: 1.15
}

* {
    box-sizing: border-box
}

a {
    color: inherit;
    text-decoration: none
}

.font-family-main {
    font-family: sans-serif;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (min-width: 768px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1004px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1330px
    }
}

.f-menu {
    font-size: 14px
}

@media (min-width: 1400px) {
    .f-menu {
        font-size: 18px
    }
}

.f-menu-alt {
    font-size: 16px
}

@media (min-width: 1400px) {
    .f-menu-alt {
        font-size: 20px
    }
}

.f-letter-spacing {
    letter-spacing: .1em
}

.f-alt-letter-spacing {
    letter-spacing: .075em
}

.w-bold {
    font-weight: 500
}

svg:not(:root) {
    overflow: hidden
}

.c-white {
    color: #fff
}

#block-burger-block {
    margin-right: 30px;
    cursor: pointer;
    bottom: 13px;
    position: absolute;
    left: 10px;
    z-index: 2
}

#block-burger-block:after {
    margin-bottom: 0
}

@media (min-width: 360px) {
    #block-burger-block {
        left: 20px
    }
}

@media (min-width: 1024px) {
    #block-burger-block {
        left: 0;
        position: relative;
        bottom: 0.5px
    }
}

@media (min-width: 1400px) {
    #block-burger-block {
        position: static
    }
}

#block-burger-block:before,
#block-burger-block .middle {
    margin-bottom: 3px
}

#block-burger-block:after,
#block-burger-block:before,
#block-burger-block .middle {
    display: block;
    width: 24px;
    height: 3px;
    background: #000;
    transition: transform 0.2s, opacity 0.2s, left 0.2s;
    position: relative;
    left: 0
}

#block-burger-block:before,
#block-burger-block:after {
    content: ''
}

#block-socialmedia {
    position: absolute;
    display: none;
    z-index: 1;
    bottom: 13px
}

@media (min-width: 1024px) {
    #block-socialmedia {
        bottom: 17px;
        left: 20px
    }
}

@media (min-width: 1400px) {
    #block-socialmedia {
        bottom: 21px
    }
}

@media (min-width: 1680px) {
    #block-socialmedia {
        bottom: 17px
    }
}

@media (min-width: 768px) {
    #block-socialmedia {
        display: flex;
        right: 115px
    }
}

.block-custom-social-media a {
    display: block;
    height: 10px;
    display: flex;
    align-items: center
}

@media (min-width: 1400px) {
    .block-custom-social-media a {
        height: 14px
    }
}

.block-custom-social-media a:not(:last-child) {
    margin-right: 7px
}

.block-custom-social-media a svg {
    max-height: 100%;
    width: 15px
}

.block-custom-social-media a svg:hover path:not(.no-hover) {
    fill: red !important
}

@media (min-width: 1400px) {
    .block-custom-social-media a svg {
        width: 20px
    }
}

@media (min-width: 1024px) {
    .block-custom-social-media a svg path {
        transition: fill 0.2s, stroke 0.2s
    }
}

.rest-block-wrapper {
    position: absolute;
    bottom: 17px;
    right: 10px
}

@media (min-width: 360px) {
    .rest-block-wrapper {
        right: 20px
    }
}

@media (min-width: 768px) {
    .rest-block-wrapper {
        bottom: 13px
    }
}

@media (min-width: 1024px) {
    .rest-block-wrapper {
        bottom: 17px
    }
}

@media (min-width: 1400px) {
    .rest-block-wrapper {
        bottom: 20px
    }
}

@media (min-width: 1680px) {
    .rest-block-wrapper {
        right: 20px;
        bottom: 17px
    }
}

.rest-block-wrapper .datetime {
    justify-content: center;
    display: none;
    line-height: 1em
}

@media (min-width: 1024px) {
    .rest-block-wrapper .datetime {
        display: block;
        font-size: 18px;
        margin-bottom: 5px
    }
}

@media (min-width: 1400px) {
    .rest-block-wrapper .datetime {
        margin-bottom: 10px;
        font-size: 24px
    }
}

@media (min-width: 1680px) {
    .rest-block-wrapper .datetime {
        margin-bottom: 33px
    }
}

.rest-block-wrapper .datetime>div {
    display: inline
}

.rest-block-wrapper .datetime .time {
    margin-left: 10px
}

#rest-block {
    letter-spacing: .15em;
    display: flex;
    font-size: 18px;
    transition: opacity .7s;
    font-size: 14px;
    justify-content: flex-end;
    align-items: flex-end
}

@media (min-width: 1400px) {
    #rest-block {
        font-size: 18px
    }
}

#rest-block .temperature {
    display: none;
    margin-right: 14px;
    line-height: 7px
}

@media (min-width: 768px) {
    #rest-block .temperature {
        display: block
    }
}

@media (min-width: 1400px) {
    #rest-block .temperature {
        line-height: 9px;
        margin-right: 18px
    }
}

#rest-block .temperature span {
    display: inline-block
}

#rest-block .temperature svg {
    margin-right: 10px;
    width: 10px;
    position: relative;
    top: 1px
}

@media (min-width: 1400px) {
    #rest-block .temperature svg {
        top: 0;
        width: 16px;
        height: 13.5px
    }
}

#rest-block .search-button {
    cursor: pointer;
    font-size: 0;
    width: 14px;
    height: 11.12px
}

@media (min-width: 1400px) {
    #rest-block .search-button {
        width: 18px;
        height: 14.29px
    }
}

#rest-block .search-button svg {
    width: 100%
}

@media (min-width: 1400px) {
    body:before {
        height: 149px
    }
}

header {
    position: relative;
    border-bottom: 1px solid #ccc;
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 400
}

@media (min-width: 1024px) {
    header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }
}

header .logo {
    transition: opacity .7s
}

@media (min-width: 1024px) {
    header .logo {
        border-bottom: 1px solid #ccc;
        height: 77px
    }
}

@media (min-width: 1400px) {
    header .logo {
        height: 100px
    }
}

header .logo .container {
    position: relative;
    display: flex;
    justify-content: center;
    transition: opacity .7s;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 100%;
    align-items: flex-end
}

@media (min-width: 768px) {
    header .logo .container {
        padding-top: 15px;
        padding-bottom: 13px
    }
}

@media (min-width: 1024px) {
    header .logo .container {
        padding-top: 18px;
        padding-bottom: 17px
    }
}

@media (min-width: 1400px) {
    header .logo .container {
        padding: 20px 0
    }
}

@media (min-width: 1680px) {
    header .logo .container {
        position: static
    }
}

header .logo .container>a {
    display: block;
    font-size: 0;
    transition: opacity .7s;
    width: 147px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

@media (min-width: 768px) {
    header .logo .container>a {
        width: 159.444px
    }
}

@media (min-width: 1024px) {
    header .logo .container>a {
        width: 252.453px
    }
}

@media (min-width: 1400px) {
    header .logo .container>a {
        width: 378.68px
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    header .logo .container {
        height: 100%
    }
}

header .menu-container {
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center
}

@media (min-width: 1024px) {
    header .menu-container {
        display: flex;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc
    }
}

header .menu-container nav {
    flex: 1;
    justify-content: space-between;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    display: none;
    z-index: 2
}

@media (min-width: 1024px) {
    header .menu-container nav {
        display: flex
    }
}

header .menu-container nav a {
    display: flex;
    align-items: center;
    color: #000;
    border-bottom: 5px solid transparent;
    transition: all 0s, border-color 0.2s
}

header .menu-container nav a:hover {
    border-bottom-color: red
}

@media (min-width: 1024px) {
    header .menu-container nav a {
        height: 36px;
        border-top: 7px solid transparent
    }
}

@media (min-width: 1400px) {
    header .menu-container nav a {
        height: 48px
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    header {
        position: fixed;
        left: 0;
        right: 0
    }
}

.full-menu {
    position: absolute;
    z-index: 9;
    top: 100%;
    margin-top: 1px;
    left: 0;
    right: 0;
    background: #fff;
    height: 0;
    pointer-events: none;
    overflow: hidden;
    transition: opacity 0.4s, visibility 0.4s, height 0.4s
}

.search {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 1px;
    background-color: #fff;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    transition: height 0.2s
}

.search .container>.form-wrapper {
    position: relative
}

@media (min-width: 768px) {
    .search .container>.form-wrapper {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc
    }
}

.search .container>.form-wrapper .close-search {
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    z-index: 9;
    display: flex
}

@media (min-width: 1400px) {
    .search .container>.form-wrapper .close-search {
        width: 15px;
        height: 15px
    }
}

.search form [type='text'] {
    letter-spacing: .1em;
    width: 100%;
    height: 50px;
    border: 0;
    padding: 0 10px;
    font-family: sans-serif;
    padding: 0 60px;
    outline: 0;
    font-size: 14px;
    height: 36px
}

@media (min-width: 1400px) {
    .search form [type='text'] {
        font-size: 18px;
        height: 48px
    }
}

.search form [type='submit'] {
    position: absolute;
    right: 20px;
    top: 0;
    border: 0;
    background: none;
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' overflow='visible' viewBox='0 0 10 19'%3E%3Cdefs/%3E%3Cpath d='M0 0v19l10-9.5z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px;
    cursor: pointer;
    height: 36px
}

.search form [type='submit']:hover {
    opacity: 0.5
}

@media (min-width: 1400px) {
    .search form [type='submit'] {
        height: 48px;
        background-size: 10px
    }
}

@media (max-width: 550px) {
    .logo svg {
        margin-left: 10%;
    }
}