@charset "UTF-8";

/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/styles/app.scss ***!
  \****************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap);

/*!*********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/glightbox/dist/css/glightbox.min.css ***!
  \*********************************************************************************************************************************/
.glightbox-container {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    -ms-touch-action: none;
    touch-action: none;
    width: 100%;
    z-index: 999999 !important
}

.glightbox-container.inactive {
    display: none
}

.glightbox-container .gcontainer {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 9999
}

.glightbox-container .gslider {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.glightbox-container .gslide,
.glightbox-container .gslider {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    width: 100%
}

.glightbox-container .gslide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    opacity: 0;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glightbox-container .gslide.current {
    opacity: 1;
    position: relative;
    z-index: 99999
}

.glightbox-container .gslide.prev {
    opacity: 1;
    z-index: 9999
}

.glightbox-container .gslide-inner-content {
    width: 100%
}

.glightbox-container .ginner-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    margin: auto;
    max-width: 100%;
    position: relative;
    width: 100%
}

.glightbox-container .ginner-container.gvideo-container {
    width: 100%
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
    max-width: 100% !important
}

.gslide iframe,
.gslide video {
    -webkit-overflow-scrolling: touch;
    border: none;
    min-height: 165px;
    outline: 0 !important;
    -ms-touch-action: auto;
    touch-action: auto
}

.gslide:not(.current) {
    pointer-events: none
}

.gslide-image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gslide-image img {
    border: none;
    display: block;
    float: none;
    height: auto;
    margin: auto;
    max-height: 100vh;
    max-width: 100vw;
    min-width: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    outline: 0;
    padding: 0;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto
}

.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
    width: auto
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
    max-width: 100%;
    width: auto
}

.gslide-image img.zoomable {
    position: relative
}

.gslide-image img.dragging {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
    -webkit-transition: none;
    transition: none
}

.gslide-video {
    max-width: 100vh;
    position: relative;
    width: 100% !important
}

.gslide-video .gvideo-wrapper {
    margin: auto;
    width: 100%
}

.gslide-video:before {
    background: rgba(255, 0, 0, .34);
    content: "";
    display: block;
    display: none;
    height: 100%;
    position: absolute;
    width: 100%
}

.gslide-video.playing:before {
    display: none
}

.gslide-video.fullscreen {
    height: 75vh;
    max-width: 100% !important;
    min-width: 100%
}

.gslide-video.fullscreen video {
    max-width: 100% !important;
    width: 100% !important
}

.gslide-inline {
    background: #fff;
    max-height: calc(100vh - 40px);
    max-width: 100%;
    overflow: auto;
    text-align: left
}

.gslide-inline .ginlined-content {
    padding: 20px;
    width: 100%
}

.gslide-inline .dragging {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
    -webkit-transition: none;
    transition: none
}

.ginlined-content {
    display: block !important;
    opacity: 1;
    overflow: auto
}

.gslide-external {
    background: #fff;
    height: 100%;
    max-height: 75vh;
    min-width: 100%;
    overflow: auto;
    padding: 0;
    width: 100%
}

.gslide-external,
.gslide-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gslide-media {
    width: auto
}

.zoomed .gslide-media {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.desc-bottom .gslide-media,
.desc-top .gslide-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto
}

.gslide-description {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    position: relative
}

.gslide-description.description-left,
.gslide-description.description-right {
    max-width: 100%
}

.gslide-description.description-bottom,
.gslide-description.description-top {
    margin: 0 auto;
    width: 100%
}

.gslide-description p {
    margin-bottom: 12px
}

.gslide-description p:last-child {
    margin-bottom: 0
}

.glightbox-button-hidden,
.zoomed .gslide-description {
    display: none
}

.glightbox-mobile .glightbox-container .gslide-description {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    background: 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .75)));
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .75));
    bottom: 0;
    height: auto !important;
    max-height: 78vh;
    max-width: 100vw !important;
    order: 2 !important;
    overflow: auto !important;
    padding: 19px 11px 50px;
    position: absolute;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    width: 100%
}

.glightbox-mobile .glightbox-container .gslide-title {
    color: #fff;
    font-size: 1em
}

.glightbox-mobile .glightbox-container .gslide-desc {
    color: #a1a1a1
}

.glightbox-mobile .glightbox-container .gslide-desc a {
    color: #fff;
    font-weight: 700
}

.glightbox-mobile .glightbox-container .gslide-desc * {
    color: inherit
}

.glightbox-mobile .glightbox-container .gslide-desc string {
    color: #fff
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
    color: #fff;
    opacity: .4
}

.gdesc-open .gslide-media {
    opacity: .4;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.gdesc-open .gdesc-inner {
    padding-bottom: 30px
}

.gdesc-closed .gslide-media {
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.greset {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.gabsolute {
    position: absolute
}

.grelative {
    position: relative
}

.glightbox-desc {
    display: none !important
}

.glightbox-open {
    overflow: hidden
}

.gloader {
    -webkit-animation: lightboxLoader .8s linear infinite;
    animation: lightboxLoader .8s linear infinite;
    border: 2px solid #fff;
    border-radius: 50%;
    border-right-color: transparent;
    display: block;
    height: 25px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 47%;
    width: 25px;
    z-index: 9999
}

.goverlay {
    height: calc(100vh + 1px);
    left: 0;
    position: fixed;
    top: -1px;
    width: 100%;
    will-change: opacity
}

.glightbox-mobile .goverlay,
.goverlay {
    background: #000
}

.gclose,
.gnext,
.gprev {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 44px;
    justify-content: center;
    width: 26px;
    z-index: 99999
}

.gclose svg,
.gnext svg,
.gprev svg {
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    width: 25px
}

.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
    opacity: .1
}

.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
    stroke: #fff
}

.gbtn.focused {
    outline: 2px solid #0f3d81
}

iframe.wait-autoplay {
    opacity: 0
}

.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
    opacity: 0 !important
}

.glightbox-clean .gslide-description {
    background: #fff
}

.glightbox-clean .gdesc-inner {
    padding: 22px 20px
}

.glightbox-clean .gslide-title {
    color: #000;
    font-family: arial;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 19px
}

.glightbox-clean .gslide-desc {
    font-family: arial;
    font-size: .86em;
    line-height: 1.4em;
    margin-bottom: 0
}

.glightbox-clean .gslide-video {
    background: #000
}

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, .75);
    border-radius: 4px
}

.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path {
    fill: #fff
}

.glightbox-clean .gprev {
    left: 30px
}

.glightbox-clean .gnext,
.glightbox-clean .gprev {
    height: 50px;
    position: absolute;
    top: -100%;
    width: 40px
}

.glightbox-clean .gnext {
    right: 30px
}

.glightbox-clean .gclose {
    height: 35px;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 35px
}

.glightbox-clean .gclose svg {
    height: auto;
    width: 18px
}

.glightbox-clean .gclose:hover {
    opacity: 1
}

.gfadeIn {
    -webkit-animation: gfadeIn .5s ease;
    animation: gfadeIn .5s ease
}

.gfadeOut {
    -webkit-animation: gfadeOut .5s ease;
    animation: gfadeOut .5s ease
}

.gslideOutLeft {
    -webkit-animation: gslideOutLeft .3s ease;
    animation: gslideOutLeft .3s ease
}

.gslideInLeft {
    -webkit-animation: gslideInLeft .3s ease;
    animation: gslideInLeft .3s ease
}

.gslideOutRight {
    -webkit-animation: gslideOutRight .3s ease;
    animation: gslideOutRight .3s ease
}

.gslideInRight {
    -webkit-animation: gslideInRight .3s ease;
    animation: gslideInRight .3s ease
}

.gzoomIn {
    -webkit-animation: gzoomIn .5s ease;
    animation: gzoomIn .5s ease
}

.gzoomOut {
    -webkit-animation: gzoomOut .5s ease;
    animation: gzoomOut .5s ease
}

@-webkit-keyframes lightboxLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes lightboxLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes gfadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes gfadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes gfadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes gfadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes gslideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: visible
    }
}

@keyframes gslideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: visible
    }
}

@-webkit-keyframes gslideOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: visible
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
        visibility: hidden
    }
}

@keyframes gslideOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: visible
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
        visibility: hidden
    }
}

@-webkit-keyframes gslideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
        visibility: visible
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes gslideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
        visibility: visible
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes gslideOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: visible
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0)
    }
}

@keyframes gslideOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: visible
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0)
    }
}

@-webkit-keyframes gzoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 1
    }
}

@keyframes gzoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes gzoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes gzoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@media (min-width:769px) {
    .glightbox-container .ginner-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: auto;
        width: auto
    }

    .glightbox-container .ginner-container.desc-top .gslide-description {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .glightbox-container .ginner-container.desc-top .gslide-image,
    .glightbox-container .ginner-container.desc-top .gslide-image img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .glightbox-container .ginner-container.desc-left .gslide-description {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .glightbox-container .ginner-container.desc-left .gslide-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .gslide-image img {
        max-height: 97vh;
        max-width: 100%
    }

    .gslide-image img.zoomable {
        cursor: -webkit-zoom-in;
        cursor: zoom-in
    }

    .zoomed .gslide-image img.zoomable {
        cursor: -webkit-grab;
        cursor: grab
    }

    .gslide-inline {
        max-height: 95vh
    }

    .gslide-external {
        max-height: 100vh
    }

    .gslide-description.description-left,
    .gslide-description.description-right {
        max-width: 275px
    }

    .glightbox-open {
        height: auto
    }

    .goverlay {
        background: rgba(0, 0, 0, .92)
    }

    .glightbox-clean .gslide-media {
        -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, .65);
        box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, .65)
    }

    .glightbox-clean .description-left .gdesc-inner,
    .glightbox-clean .description-right .gdesc-inner {
        height: 100%;
        overflow-y: auto;
        position: absolute
    }

    .glightbox-clean .gclose,
    .glightbox-clean .gnext,
    .glightbox-clean .gprev {
        background-color: rgba(0, 0, 0, .32)
    }

    .glightbox-clean .gclose:hover,
    .glightbox-clean .gnext:hover,
    .glightbox-clean .gprev:hover {
        background-color: rgba(0, 0, 0, .7)
    }

    .glightbox-clean .gnext,
    .glightbox-clean .gprev {
        top: 45%
    }
}

@media (min-width:992px) {
    .glightbox-clean .gclose {
        opacity: .7;
        right: 20px
    }
}

@media screen and (max-height:420px) {
    .goverlay {
        background: #000
    }
}

/*!********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./src/styles/old/style.css ***!
  \********************************************************************************************************/
@font-face {
    font-family: Raleway;
    font-weight: 600;
    src: url(/fonts/Raleway-Bold.woff) format("woff"), url(/fonts/Raleway-Bold.ttf) format("truetype")
}

@font-face {
    font-family: Raleway;
    font-weight: 500;
    src: url(/fonts/Raleway-Medium.woff) format("woff"), url(/fonts/Raleway-Medium.ttf) format("truetype")
}

@font-face {
    font-family: Raleway;
    font-weight: 300;
    src: url(/fonts/Raleway-Light.woff) format("woff"), url(/fonts/Raleway-Light.ttf) format("truetype")
}

@font-face {
    font-family: Ubuntu;
    font-weight: 400;
    src: url(/fonts/Ubuntu-Regular.eot) format("eot"), url(/fonts/Ubuntu-Regular.woff) format("woff"), url(/fonts/Ubuntu-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Ubuntu;
    font-weight: 500;
    src: url(/fonts/Ubuntu-Medium.eot) format("eot"), url(/fonts/Ubuntu-Medium.woff) format("woff"), url(/fonts/Ubuntu-Medium.ttf) format("truetype")
}

@font-face {
    font-family: Ubuntu;
    font-weight: 600;
    src: url(/fonts/Ubuntu-Bold.eot) format("eot"), url(/fonts/Ubuntu-Bold.woff) format("woff"), url(/fonts/Ubuntu-Bold.ttf) format("truetype")
}

@font-face {
    font-family: Raleway;
    font-weight: 400;
    src: url(/fonts/Raleway-Regular.eot) format("eot"), url(/fonts/Raleway-Regular.woff) format("woff"), url(/fonts/Raleway-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 400;
    src: url(/fonts/Montserrat-Regular.eot) format("eot"), url(/fonts/Montserrat-Regular.woff) format("woff"), url(/fonts/Montserrat-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    src: url(/fonts/OpenSans-Italic.eot) format("eot"), url(/fonts/OpenSans-Italic.woff) format("woff"), url(/fonts/OpenSans-Italic.ttf) format("truetype")
}

@font-face {
    font-family: Open Sans;
    font-weight: 300;
    src: url(/fonts/OpenSans-Light.eot) format("eot"), url(/fonts/OpenSans-Light.woff) format("woff"), url(/fonts/OpenSans-Light.ttf) format("truetype")
}

@font-face {
    font-family: Open Sans;
    font-weight: 400;
    src: url(/fonts/OpenSans-Regular.eot) format("eot"), url(/fonts/OpenSans-Regular.woff) format("woff"), url(/fonts/OpenSans-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Open Sans;
    font-weight: 600;
    src: url(/fonts/OpenSans-SemiBold.eot) format("eot"), url(/fonts/OpenSans-SemiBold.woff) format("woff"), url(/fonts/OpenSans-SemiBold.ttf) format("truetype")
}

@font-face {
    font-family: Pacifico;
    font-weight: 400;
    src: url(/fonts/Pacifico-Regular.eot) format("eot"), url(/fonts/Pacifico-Regular.woff) format("woff"), url(/fonts/Pacifico-Regular.ttf) format("truetype")
}

@font-face {
    font-family: entypo;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/entypo.woff) format("woff")
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Inter', Montserrat, Arial, sans-serif;
    background-color: #F9F5F1;
}

.icon-entypo,
.icon-entypo:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: entypo, sans-serif !important
}

.icon-entypo:before {
    speak: none;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    color: hsla(0, 0%, 100%, .9);
    cursor: default;
    display: inline-block;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    height: 40px;
    line-height: 41px;
    text-align: center;
    text-decoration: none;
    text-indent: 2px;
    text-transform: none;
    vertical-align: middle;
    width: 40px
}

.icon-open-book:before {
    content: "\e6e9"
}

.icon-images:before {
    content: "\e6ae"
}

.icon-ticket:before {
    content: "\e72d"
}

.icon-info:before {
    content: "\e6b2"
}

.icon-globe:before {
    content: "\e6a1"
}

.icon-location:before {
    content: "\e6c5"
}

.icon-phone:before {
    content: "\e6ed"
}

.icon-instagram:before {
    content: "\e766"
}

.icon-vk:before {
    content: "\e793"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    max-width: 100%;
    width: 100%
}

body {
    color: #151515;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

h1,
h2,
h3,
h4 {
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 600;
    margin: 30px 0;
    text-align: center;
    text-transform: uppercase
}

h1,
h2 {
    font-size: 36px;
    line-height: 46px
}

h3 {
    font-size: 14px;
    line-height: 18px;
    margin: 24px 0 18px
}

h4 {
    font-size: 26px;
    line-height: 32px
}

.h1,
.h2 {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    text-align: center;
    text-transform: uppercase
}

.h1 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1.8
}

.h2 {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 1.5
}

section {
    margin-bottom: 120px
}

.wrap {
    max-width: 1200px
}

.wrap,
.wrap-content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.wrap-content {
    max-width: 920px
}

.page-section {
    margin-top: 200px
}

.d-center {
    align-items: center;
    display: flex;
    justify-content: center
}

.btn-more {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 44px;
    margin: 40px 0;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.btn-more span {
    background: none repeat scroll 0 0 #222;
    display: inline-block;
    padding: 0 18px;
    position: relative;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
}

.btn-more span:before {
    background: none repeat scroll 0 0 #b9b9b9;
    color: #222;
    content: attr(data-hover);
    height: 100%;
    left: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    transition: background .3s;
    width: 100%
}

.btn-more:focus span,
.btn-more:hover span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px)
}

.btn-more:focus span:before,
.btn-more:hover span:before {
    background-color: #fff;
    color: #222
}

.title-red {
    color: #c20e1a
}

.swiper-container {
    height: 100vh;
    width: 100%
}

.swiper-slide {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.fixed {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}

.menu-section {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1111
}

.menu-section,
.menu-wrap {
    background: #F9F5F1;
    width: 100%
}

.menu-wrap {
    box-shadow: 0 0 12px rgba(0, 0, 0, .09);
    justify-content: space-around
}

.menu,
.menu-item-wrap,
.menu-wrap {
    display: flex
}

.menu-link {
    padding: 0 10px;
    position: relative
}

.menu-link:hover {
    color: #ca0a16
}

.menu-link,
.menu-link:not(.menu-icon-link):before {
    color: #000000;
    display: block;
    /*font-family: Montserrat, sans-serif;*/
    font-size: 10px;
    font-weight: 400;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase
}

.menu-icon-link:before {
    font-family: FontAwesome;
    font-size: 14px;
    height: auto;
    left: 0;
    position: absolute;
    text-align: center;
    top: 44px;
    width: 100%
}

.menu-link:not(.menu-icon-link):before {
    content: attr(title);
    left: 0;
    position: absolute;
    top: 44px;
    width: 100%
}

.menu-text {
    display: block;
    font-weight: 500;
    font-size: 16px;
    height: 44px;
    left: 0;
    line-height: 44px;
    position: relative;
    text-align: center;
    top: 0;
    white-space: nowrap;
    width: 100%
}

.menu-link:before,
.menu-logo a,
.menu-text {
    -webkit-transition: top .5s ease;
    -moz-transition: top .5s ease;
    -o-transition: top .5s ease;
    transition: top .5s ease
}

.menu-link:after {
    border-bottom: 2px solid #000;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: width .5s ease;
    -moz-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition: width .5s ease;
    width: 0
}

.menu-logo {
    margin: 0 10px;
    position: relative;
    width: 106px
}

.menu-logo a {
    display: flex;
    justify-content: center;
    padding: 34px 15px;
    position: absolute;
    top: -10px;
    background-color: #000000;
}

/*.menu-logo img{width:100%}*/
.menu-wrap.fixed .menu-logo a {
    top: -10px
}

.restaurants {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center
}

.restaurants-item {
    margin: 20px 10px 40px;
    max-width: 400px;
    min-width: 330px;
    padding: 0 13px 15px;
    position: relative
}

.restaurants-item:after {
    background: #202020;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 15px
}

.restaurants-item a {
    display: block;
    height: 206px;
    overflow: hidden
}

.restaurants-item img {
    max-height: 100%
}

.restaurants-item a:hover img {
    opacity: .5;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.restaurants-text {
    color: #555;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center
}

@media screen and (max-width:500px) {
    .btn-mobile-nav-black {
        display: none;
    }

    .restaurants-item {
        min-width: auto;
        width: 100%
    }

    .restaurants-item a {
        height: auto
    }
}

.events-section {
    padding-top: 100px
}

/*.events{display:flex;gap:15px;justify-content:center;text-align:center}*/
.events-item {
    width: calc(33.333% - 10px)
}

.events-wrap-img {
    height: 273px;
    overflow: hidden;
    position: relative
}

.events-wrap-img:after,
.events-wrap-img:before {
    border-bottom: 7px solid #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    width: calc(50% - 7px);
    z-index: 99
}

.events-wrap-img:after {
    border-right: 7px solid transparent;
    left: 0
}

.events-wrap-img:before {
    border-left: 7px solid transparent;
    right: 0
}

.events-img img {
    height: 100%
}

.events-item a {
    color: #151515
}

.events-item a:hover img {
    animation: blinkLink .3s ease 1;
    opacity: .5
}

.events-item a:hover .events-img {
    transform: scale(1) rotate(-1deg);
}

@keyframes blinkLink {
    0% {
        transform: scale(1) rotate(0deg)
    }

    50% {
        transform: scale(0.9) rotate(-1deg)
    }

    to {
        transform: scale(1) rotate(0deg)
    }
}

.contacts {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 25px
}

.contacts-item {
    border-top: 1px solid #ccc;
    padding: 30px 25px;
    width: 100%
}

.contacts-item:last-child {
    border-bottom: 1px solid #ccc
}

.contacts-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.contacts-col12 {
    width: 100%
}

.contacts-col6 {
    width: 50%
}

.contacts a {
    color: #222
}

.contacts a:hover {
    color: #c20e1a
}

.contacts-title {
    color: #222;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 44px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.contacts-desc {
    min-height: 135px;
    width: 100%
}

.contacts-label {
    color: #9598a2;
    font-size: 15px;
    margin-bottom: 5px
}

.contacts-info {
    font-size: 14px;
    margin-bottom: 10px
}

.contacts-works {
    color: #828282;
    font-size: 14px;
    padding: 5px 0
}

.contacts-address {
    max-width: 390px
}

.contacts-address,
.contacts-subway {
    font-size: 18px;
    margin-bottom: 10px
}

.contacts-subway {
    padding-left: 33px;
    position: relative
}

.contacts-subway:before {
    background: no-repeat 50%;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 22px
}

.subway-blue:before {
    background-image: url(/images/ico-metro-blue.png)
}

.subway-purple:before {
    background-image: url(/images/ico-metro-purple.png)
}

.subway-red:before {
    background-image: url(/images/ico-metro-red.png)
}

.contacts-map-link {
    border-bottom: 1px solid #4a4e69;
    color: #4a4e69;
    display: inline-block;
    font-family: Montserrat, arial, sans-serif;
    font-size: 14px
}

.contacts-map-link:hover {
    border-bottom-color: transparent
}

.popup-overlay {
    background-color: hsla(0, 0%, 74%, .75);
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 999
}

.popup-close {
    background: #c20e1a;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 26px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px
}

.popup-section {
    display: none;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.popup-dialog {
    margin: 1.75em auto 0;
    max-width: 640px;
    min-width: 320px
}

.popup-content {
    background-color: #f9f9f9;
    box-shadow: 1px 1px 31px 1px rgba(2, 2, 2, .23);
    padding: 18px;
    position: relative
}

.popup-title {
    color: #000;
    font-family: Times New Roman, sans-serif;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase
}

#map {
    height: 450px;
    width: 100%
}

.popup-open {
    overflow: hidden
}

.popup-open .popup-overlay,
.popup-open .popup-section {
    display: block
}

.event-content img {
    max-width: 100%
}

.event-text {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 14px
}

.event-text,
.event-text a {
    color: #828282
}

.event-text div {
    color: #222;
    font-size: 16px
}

.event-text a:hover {
    color: #c20e1a
}

.vacancy-section {
    font-family: Ubuntu, arial, sans-serif
}

.vacancy-section h1 {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 9px
}

.vacancy-sub-title {
    color: #6a6d75;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 auto 80px;
    max-width: 674px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.vacancy-section .sub-title:before {
    background-color: #6a6d75;
    bottom: -38px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 80px
}

.vacancy-steps {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 39px;
    max-width: 716px
}

.vacancy-steps-item {
    align-items: center;
    color: #222;
    display: flex;
    font-size: 15px;
    line-height: 19px;
    position: relative
}

.vacancy-steps-item:before {
    background-color: #222;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    content: "";
    display: block;
    height: 35px;
    margin-right: 14px;
    min-width: 35px;
    width: 35px
}

.vacancy-step-fill:before {
    background-image: url(/images/ico-list.svg);
    background-size: 21px 23px
}

.vacancy-step-expect:before {
    background-image: url(/images/ico-time.svg);
    background-size: 24px 24px
}

.vacancy-form {
    background-color: rgba(245, 246, 248, .7);
    margin: 0 auto;
    max-width: 720px;
    padding: 66px 128px 108px 92px
}

.vacancy-form-title {
    align-items: center;
    color: #4a4e69;
    display: flex;
    font-size: 22px;
    justify-content: center;
    line-height: 25px;
    margin-bottom: 68px;
    text-align: center
}

.vacancy-form-title:before {
    background: url(/images/ico-user.svg) 50% no-repeat;
    content: "";
    display: block;
    height: 26px;
    margin-right: 15px;
    width: 21px
}

.vacancy-form .form-label-text {
    color: #9598a2;
    display: block;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 7px
}

.vacancy-form .form-input {
    background-color: hsla(0, 0%, 100%, 0);
    border: none;
    border-bottom: 1px solid #dddee3;
    border-radius: 0;
    box-shadow: none;
    color: #222;
    font-size: 20px;
    font-weight: 400;
    height: 38px;
    line-height: 25px;
    outline: none;
    padding: 6px 10px;
    width: 100%
}

.vacancy-form .form-group-date .field-date {
    padding-left: 36px
}

.vacancy-form .form-group-date:before {
    background: url(/images/ico-calendar.svg) 50% no-repeat;
    background-size: contain;
    bottom: 8px;
    content: "";
    display: block;
    height: 22px;
    left: 0;
    position: absolute;
    width: 21px
}

.form-group {
    display: block;
    margin-bottom: 30px;
    position: relative
}

.form-group-select {
    margin-bottom: 30px;
    padding-top: 13px
}

.form-group-checkbox .form-input,
.form-group-file .form-input,
.form-group-radiobox .form-input,
.form-group-select .form-input {
    font-size: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    visibility: hidden !important;
    width: 0 !important;
    z-index: -1 !important
}

.form-dropdown-field {
    border-bottom: 1px solid #dddee3;
    color: hsla(226, 7%, 61%, .6);
    cursor: pointer;
    display: block;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 8px;
    position: relative;
    width: 100%
}

.form-dropdown-field:before {
    background: url(/images/ico-arrow-down.svg) 50% no-repeat;
    background-size: contain;
    bottom: 15px;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 0;
    transition: all .2s ease-in-out;
    width: 16px
}

.form-dropdown-list {
    background-color: #f9f9fb;
    box-shadow: 0 0 4px #dddee3;
    display: none;
    padding: 15px 0 12px;
    width: 100%
}

.form-dropdown-item {
    color: rgba(34, 34, 34, .9);
    cursor: pointer;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 7px;
    padding: 4px 20px
}

.form-dropdown-item:hover {
    background: hsla(226, 7%, 61%, .2)
}

.form-dropdown-field.active {
    color: #222;
    font-size: 20px;
    line-height: 25px
}

.form-dropdown.active .form-dropdown-field:before {
    transform: rotate(180deg)
}

.form-dropdown.active .form-dropdown-list {
    display: block;
    position: absolute;
    z-index: 9
}

.form-group-file {
    align-items: center;
    display: flex;
    margin-bottom: 57px;
    padding-top: 15px
}

.form-label-file {
    background: url(/images/ico-add-file.svg) 0 0 no-repeat;
    background-size: contain;
    color: #9598a2;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    padding-left: 45px
}

.btn-file-delete {
    background: none;
    border: none;
    cursor: pointer;
    display: none;
    height: 16px;
    margin: 0 0 0 14px;
    outline: none;
    padding: 0;
    position: relative;
    width: 16px
}

.btn-file-delete:after,
.btn-file-delete:before {
    background-color: #9598a2;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 16px
}

.btn-file-delete:before {
    transform: rotate(45deg)
}

.btn-file-delete:after {
    transform: rotate(-45deg)
}

.btn-file-delete:hover:after,
.btn-file-delete:hover:before {
    background-color: #d0d1d6
}

.form-group-file.active .form-label-file {
    background-image: url(/images/ico-added-file.svg)
}

.form-group-file.active .btn-file-delete {
    display: block
}

.form-label-checkbox {
    cursor: pointer;
    display: flex;
    position: relative
}

.form-group.error .form-dropdown-field,
.form-group.error .form-input,
.form-group.error .form-label-checkbox .field-checkbox-text:before {
    border-color: #c20d19
}

.form-group.error .field-file-text {
    color: #c20d19
}

.field-radiobox-text {
    background-color: #f9f9f9;
    border: 1px solid transparent;
    border-radius: 1px;
    cursor: pointer;
    display: block;
    letter-spacing: -.8px;
    padding: 12px 16px 12px 39px;
    position: relative;
    text-transform: uppercase;
    transition: .3s ease
}

.field-radiobox-text:before {
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    height: 16px;
    left: 10px;
    width: 16px
}

.field-radiobox-text:after,
.field-radiobox-text:before {
    background-color: transparent;
    content: "";
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s ease
}

.field-radiobox-text:after {
    border-radius: 50%;
    height: 14px;
    left: 12px;
    width: 14px
}

.form-label-radiobox .form-input:checked+.field-radiobox-text {
    background-color: transparent;
    border: 1px solid #8f3174
}

.form-label-radiobox .form-input:checked+.field-radiobox-text:after {
    background-color: #8f3174
}

.form-group-btn {
    display: flex;
    justify-content: center
}

.form-btn {
    background: #222;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 44px;
    line-height: 44px;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    width: 182px
}

.form-btn:hover {
    box-shadow: 1px 1px 3px #000
}

.form-btn:active {
    box-shadow: none
}

@media screen and (min-width:1041px) {
    .menu-link:hover .menu-text {
        top: -30px
    }

    .menu-link.active:after,
    .menu-link:hover:after {
        width: 100%
    }

    .menu-link:hover:before {
        top: 0
    }

    .menu-link:hover .menu-text {
        top: -44px
    }

    .menu-logo a:hover {
        top: -10px
    }

    .menu-wrap.fixed .menu-logo a:hover {
        top: -10px
    }
}

@media screen and (max-width:800px) {
    .vacancy-section .vacancy-steps {
        flex-direction: column;
        justify-content: center
    }

    .vacancy-section .vacancy-step-expect {
        margin-top: 25px
    }

    .vacancy-form {
        padding: 40px 30px
    }
}

@media screen and (max-width:500px) {

    .vacancy-form-title,
    .vacancy-steps-item {
        align-items: center;
        flex-direction: column;
        justify-content: center
    }

    .vacancy-form-title span,
    .vacancy-steps-item span {
        display: block;
        text-align: center;
        width: 100%
    }

    .vacancy-form-title:before,
    .vacancy-steps-item:before {
        margin-bottom: 15px
    }
}

.visually_hidden {
    font-size: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    width: 0
}

div.children {
    background-color: #fab83a;
    font-weight: 400;
    max-width: 100%;
    overflow-x: hidden;
    padding-top: 195px;
    position: relative
}

.children_content {
    background-image: url(/images/bear.png), url(/images/plane_4.svg), url(/images/cloud_6.png), url(/images/cloud_4.svg), url(/images/cloud_4.svg);
    background-position: bottom right 369px, bottom -119px right, bottom 612px right 132px, bottom 395px right 68px, bottom 43px right 204px;
    background-repeat: no-repeat;
    background-size: 210px 329px, 646px 763px, 116px 148px, 74px 54px, 63px 46px;
    margin: 0 auto;
    max-width: 1924px;
    padding-bottom: 73px
}

.children .container {
    margin: 0 auto
}

.children_head {
    margin: 0 auto 48px;
    max-width: 1364px;
    padding-left: 120px;
    position: relative
}

.children_head:before {
    height: 48px;
    left: -102px;
    top: 160px;
    width: 59px
}

.children_head:after,
.children_head:before {
    background-image: url(/images/cloud_1.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    position: absolute
}

.children_head:after {
    height: 93px;
    left: -20px;
    top: 337px;
    width: 112px
}

.children_head img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.children_head .children_img.main {
    display: inline-block;
    height: 431px;
    position: relative;
    width: 534px;
    z-index: 1
}

.children_img.decor {
    display: inline-block;
    height: 524px;
    left: 474px;
    position: absolute;
    top: -38px;
    width: 1007px
}

.children_item {
    align-items: flex-start;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.children_item.social {
    background-image: url(/images/clouder_social.svg);
    font-size: 0;
    height: 226px;
    margin-left: 140px;
    padding-left: 45px;
    position: relative;
    width: 344px
}

.children_item.social:before {
    background-image: url(/images/cloud_2.svg);
    height: 65px;
    left: -199px;
    top: 339px;
    width: 92px
}

.children_item.social:after,
.children_item.social:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    position: absolute
}

.children_item.social:after {
    background-image: url(/images/plane_2.svg);
    height: 406px;
    right: -128px;
    top: 203px;
    width: 395px
}

.children_item.classes {
    background-image: url(/images/clouder_classes.svg);
    height: 443px;
    margin-top: -52px;
    padding-left: 113px;
    position: relative;
    width: 685px
}

.children_item.classes:before {
    background-image: url(/images/plane_3.svg);
    height: 303px;
    right: -379px;
    top: 141px;
    width: 401px
}

.children_item.classes:after,
.children_item.classes:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    position: absolute
}

.children_item.classes:after {
    background-image: url(/images/seal_1.png);
    bottom: -297px;
    height: 161px;
    left: -238px;
    width: 323px
}

.children_item.birthday {
    background-image: url(/images/clouder_birthday.svg);
    height: 447px;
    margin-left: auto;
    margin-top: -50px;
    padding-left: 133px;
    position: relative;
    width: 759px
}

.children_item.birthday:before {
    background-image: url(/images/plane_1.svg);
    left: -431px;
    top: 3px
}

.children_item.birthday:after,
.children_item.birthday:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 480px;
    position: absolute;
    width: 476px
}

.children_item.birthday:after {
    background-image: url(/images/seal_2.png);
    right: -246px;
    top: -404px
}

.children_item.social .children_link {
    color: #46b0a6;
    font-family: Ubuntu, arial, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    transition: all .2s ease-in-out
}

.children_item.social .children_link:hover {
    color: rgba(70, 176, 166, .7)
}

.children_social .children_link {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 27px;
    margin-right: 8px;
    width: 27px
}

.children_item.social .inst_info .children_link {
    display: block
}

.children_social .children_link:last-child {
    display: block;
    flex-basis: 100%;
    margin-right: 0
}

.children_item.social .children_link:before {
    display: none
}

.children_link.inst {
    margin-right: 13px
}

.children_inst {
    padding-left: 20px
}

.children_social {
    display: flex;
    margin-bottom: 22px
}

.children_inst .children_link.inst {
    margin-right: 18px
}

.children_inst .children_link.inst img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.inst_info .children_link {
    display: block
}

.children_inst .children_link.inst,
.children_inst .inst_info {
    display: inline-block;
    vertical-align: middle
}

.children_link.name {
    margin-bottom: 10px
}

.children_link.tag {
    position: relative
}

.children_item.social .children_link.tag:before {
    background-image: url(/images/chilgren_tag.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    display: inline-block;
    height: 24px;
    margin-right: 6px;
    vertical-align: middle;
    width: 18px
}

.children_item.club {
    background-image: url(/images/clouder_club.svg);
    height: 381px;
    margin-left: auto;
    margin-right: 126px;
    margin-top: -103px;
    padding-left: 119px;
    position: relative;
    width: 665px
}

.children_item.club:before {
    height: 55px;
    right: 138px;
    top: -104px;
    width: 82px
}

.children_item.club:after,
.children_item.club:before {
    background-image: url(/images/cloud_3.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    position: absolute
}

.children_item.club:after {
    bottom: 162px;
    height: 76px;
    right: -230px;
    width: 108px
}

.children_item.classes .children_item_wrapper {
    max-width: 504px
}

.children_item.club .children_item_wrapper {
    max-width: 481px
}

.children_item.birthday .children_item_wrapper {
    max-width: 504px
}

.children_cloud.descr .children_item_wrapper {
    max-width: 336px
}

.children_cloud.sizes .children_item_wrapper {
    max-width: 296px
}

.children_cloud.schedule .children_item_wrapper {
    max-width: 245px
}

.children_title {
    display: block;
    font-family: Pacifico, arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 49px;
    margin-bottom: 12px;
    text-align: left;
    text-transform: none
}

.children_item.violet .children_link,
.children_item.violet .children_subtitle,
.children_item.violet .children_title {
    color: #8f3174
}

.children_item.lazur .children_link,
.children_item.lazur .children_subtitle,
.children_item.lazur .children_title {
    color: #46b0a6
}

.children_item.red .children_link,
.children_item.red .children_subtitle,
.children_item.red .children_title {
    color: #ea4e51
}

.children_item.violet .children_link .children_link_icon {
    background-image: url(/images/download_violet.svg)
}

.children_item.lazur .children_link .children_link_icon {
    background-image: url(/images/download_lazur.svg)
}

.children_item.red .children_link .children_link_icon {
    background-image: url(/images/download_red.svg)
}

.children_text {
    color: #282828;
    display: inline;
    font-family: Montserrat, arial, sans-serif;
    font-size: 16px;
    line-height: 22px
}

.children_item .children_link {
    display: inline-block;
    font-family: Ubuntu, arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    position: relative
}

.children_item .children_link .children_link_icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 22px;
    display: inline-block;
    height: 22px;
    margin-right: 14px;
    transition: all .2s ease-in-out;
    width: 22px
}

.children_list {
    padding: 0
}

.children_list,
.children_list li {
    list-style: none
}

.children_list li a,
.children_text a {
    border-bottom: 1px solid #333;
    color: inherit;
    position: relative;
    transition: all .2s ease-in-out
}

.children_item.rooms .marked {
    font-weight: 500
}

.children_item.rooms {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 20px;
    margin-top: -47px
}

.children_item.rooms .marked.time {
    display: block
}

.children_item.rooms .children_cloud {
    align-items: flex-start;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.children_item.rooms .children_cloud.descr {
    background-image: url(/images/children_cloud_descr.svg);
    height: 268px;
    padding-left: 93px;
    position: relative;
    width: 500px
}

.children_item.rooms .children_cloud.descr:before {
    background-image: url(/images/cloud_3.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -116px;
    content: "";
    height: 73px;
    left: -98px;
    position: absolute;
    width: 109px
}

.children_item.rooms .children_cloud.sizes {
    background-image: url(/images/children_cloud_sizes.svg);
    background-size: 109%;
    height: 300px;
    margin-left: 35px;
    margin-top: 100px;
    padding-left: 104px;
    position: relative;
    width: 479px
}

.children_item.rooms .children_cloud.schedule {
    background-image: url(/images/children_cloud_schedule.svg);
    background-size: 110%;
    height: 339px;
    margin-top: -88px;
    padding-left: 139px;
    position: relative;
    width: 476px
}

.children_item.rooms .children_cloud.schedule:before {
    background-image: url(/images/cloud_3.svg);
    height: 69px;
    right: -157px;
    top: 155px;
    width: 94px
}

.children_item.rooms .children_cloud.schedule:after,
.children_item.rooms .children_cloud.schedule:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    position: absolute
}

.children_item.rooms .children_cloud.schedule:after {
    background-image: url(/images/cloud_4.svg);
    bottom: -7px;
    height: 137px;
    right: -410px;
    width: 164px
}

.children_subtitle {
    display: block;
    font-family: Ubuntu, arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
    text-align: left;
    text-transform: none
}

.children_cloud.schedule .children_subtitle {
    margin-bottom: 24px
}

.children_list li {
    font-family: Ubuntu, arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 8px
}

.children_cloud.schedule li {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 8px
}

.children_list li:last-child {
    margin-bottom: 0
}

.children_gallery {
    background-color: #8f3174;
    margin-bottom: 0;
    position: relative
}

.children_gallery:before {
    background-image: url(/images/violet_wave.svg);
    content: "";
    display: block;
    height: 9px;
    left: 0;
    position: absolute;
    top: -8px;
    width: 100%
}

.children_gallery .gallery_title {
    color: #fff;
    font-family: Ubuntu, arial, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
    padding-bottom: 53px;
    padding-top: 53px;
    text-align: center
}

.children_gallery .gallery_item {
    display: block;
    height: 433px;
    overflow: hidden;
    position: relative;
    width: 33.3333333%
}

.children_gallery .gallery_photos {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1924px
}

.children_gallery .gallery_item img {
    backface-visibility: hidden;
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 1s, transform 1s;
    width: auto
}

.gallery_item:hover img {
    transform: scale3d(1.1, 1.1, 1)
}

.children_link.file {
    display: inline-block;
    margin-top: 33px
}

.children_link.file span {
    vertical-align: middle
}

.children_item.violet .children_link.file:hover .children_link_icon {
    background-image: url(/images/download_violet_hover.svg)
}

.children_item.lazur .children_link.file:hover .children_link_icon {
    background-image: url(/images/download_lazur_hover.svg)
}

.children_item.red .children_link.file:hover .children_link_icon {
    background-image: url(/images/download_red_hover.svg)
}

.children_list li a:hover,
.children_text a:hover {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0)
}

.children_img.mobile {
    display: none
}

.children_content__link {
    background-color: #8f3174;
    border-radius: 2px;
    bottom: 50px;
    color: #fff;
    cursor: pointer;
    font-family: Ubuntu, Arial, sans-serif;
    font-size: 13px;
    line-height: 1;
    padding: 19px 20px;
    position: fixed;
    right: 60px;
    text-align: center;
    text-transform: uppercase;
    transition: .3s ease;
    width: 290px;
    z-index: 1000
}

.children_content__link:hover {
    background-color: #222;
    color: #fff
}

.hero {
    bottom: 0;
    height: 80%;
    left: 0;
    margin: auto;
    max-width: 400px;
    min-width: 400px;
    overflow: auto;
    padding: 40px;
    position: absolute;
    right: 0;
    top: 30%;
    width: 60%;
    z-index: 2
}

.hero_link,
.hero_logo {
    height: 200px;
    width: 300px
}

.hero_info {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 20px;
    text-transform: none
}

@media screen and (max-width:1680px) {
    .children_head:before {
        left: 45px;
        top: -45px
    }

    .children_head:after {
        left: 27px;
        top: 392px
    }

    .children_img.decor {
        width: 899px
    }

    .children_head .children_img.main {
        height: auto;
        width: 500px
    }

    .children_content {
        padding-top: 60px
    }

    .children_item.club:before {
        top: -226px
    }

    .children_item.club {
        margin-right: 0;
        margin-top: -147px
    }

    .children_item.club:before {
        height: 100px;
        right: 138px;
        top: -168px;
        width: 131px
    }

    .children_item.social:after {
        right: -204px;
        top: 237px
    }

    .children_item.classes {
        margin-top: 28px
    }

    .children_item.birthday {
        margin-top: 67px
    }

    .children_item.classes:before {
        right: -354px;
        top: 248px
    }

    .children_item.birthday:after {
        height: 426px;
        top: -616px;
        width: 426px
    }

    .children_item.rooms {
        margin-top: 127px
    }

    .children_item.birthday:before {
        left: -252px;
        top: 177px;
        z-index: -1
    }

    .children_item.classes:after {
        bottom: -272px;
        height: 161px;
        left: -74px;
        width: 323px
    }

    .children_content {
        background-position: bottom right 476px, bottom -119px right, bottom 660px right 132px, bottom 403px right 47px, bottom 87px right 233px
    }

    .children_item.rooms .children_cloud.sizes {
        margin-left: 36px;
        margin-top: 92px
    }

    .children_item.rooms .children_cloud.schedule:after,
    .children_item.rooms .children_cloud.schedule:before {
        display: none
    }

    .children_item.social {
        margin-left: 10px;
        margin-top: 10px
    }
}

@media screen and (max-width:1279px) {
    .children_head .children_img.main {
        width: 450px
    }

    .children_img.decor {
        height: 406px;
        left: 377px;
        top: -21px;
        width: 775px
    }

    .children_head:after {
        top: 342px
    }

    .children_head {
        padding: 0 40px
    }

    .children_item.social:before {
        left: auto;
        right: -141px;
        top: -43px
    }

    .children_item.club:before {
        height: 120px;
        right: 47px;
        top: -162px;
        width: 231px
    }

    .children_item.club {
        height: 341px;
        margin-top: -31px;
        width: 625px
    }

    .children_item.classes .children_item_wrapper,
    .children_item.club .children_item_wrapper {
        max-width: 462px
    }

    .children_item.social:after {
        right: -47px;
        top: 237px;
        transform: rotate(-33deg)
    }

    .children_item.birthday:after,
    .children_item.classes:after {
        display: none
    }

    .children_item.birthday {
        height: 407px;
        margin-top: 110px;
        width: 719px
    }

    .children_item.birthday .children_item_wrapper {
        max-width: 474px
    }

    .children_item.classes:before {
        right: -205px;
        top: 321px;
        z-index: -1
    }

    .children_item.birthday:before {
        left: -274px;
        top: 136px;
        transform: rotate(-17deg)
    }

    .children_content {
        background-position: bottom right 476px, bottom -119px right, bottom -100% right 132px, bottom 384px right 107px, bottom 152px right 343px;
        background-size: 210px 329px, 646px 763px, 136px 168px, 74px 54px, 63px 46px;
        padding-bottom: 373px
    }

    .children_item.rooms .children_cloud.sizes {
        margin-left: auto;
        margin-top: 22px
    }

    .children_item.rooms .children_cloud.schedule {
        margin-top: -49px
    }

    .children_item.rooms .children_cloud.descr:before {
        bottom: -156px;
        left: 80px
    }

    .children_item.classes:after {
        display: block;
        left: -144px
    }

    .children_item.rooms .children_cloud.schedule:before {
        bottom: -144px;
        display: block;
        left: 81px;
        right: auto;
        top: auto
    }

    .children_item.club:after {
        bottom: -120px;
        right: 50px
    }

    .children_item.birthday:after {
        bottom: -424px;
        display: block;
        height: 426px;
        right: -133px;
        top: auto;
        width: 426px
    }

    .children_gallery .gallery_item {
        width: 50%
    }
}

@media screen and (max-width:998px) {
    .children_img.decor {
        height: 406px;
        left: 269px;
        top: -21px;
        width: 575px
    }

    .children_head .children_img.main {
        width: 350px
    }

    .children_head:before {
        left: 17px;
        top: -28px
    }

    .children_head:after {
        top: 285px
    }

    .children_item.social:before {
        left: auto;
        right: -131px;
        top: -119px
    }

    .children_item.club:before {
        height: 130px;
        right: 8px;
        top: -218px;
        width: 161px
    }

    .children_item.classes {
        margin-top: 0
    }

    .children_item.club {
        height: 290px;
        margin-top: -81px;
        padding-left: 97px;
        width: 499px
    }

    .children_item.club .children_item_wrapper {
        max-width: 322px
    }

    .children_title {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 8px
    }

    .children_text {
        margin-bottom: 13px
    }

    .children_item.birthday:after,
    .children_item.birthday:before,
    .children_item.classes:before,
    .children_item.club:before,
    .children_item.rooms .children_cloud.descr:before,
    .children_item.rooms .children_cloud.schedule:before,
    .children_item.social:after {
        display: none
    }

    .children_item.birthday {
        height: 353px;
        margin-left: auto;
        margin-top: 40px;
        padding-left: 111px;
        width: 630px
    }

    .children_item.rooms {
        margin-top: 20px
    }

    .children_item.rooms .children_cloud.sizes {
        margin-top: -49px
    }

    .children_item.birthday .children_item_wrapper {
        max-width: 433px
    }

    .children_item.rooms .children_cloud.schedule {
        margin-top: -7px
    }

    .children_item.rooms .children_cloud.descr:before {
        left: 20px
    }

    .children_content {
        background-position: bottom, bottom -100% right -126px, bottom -100% right 132px, bottom -100% right 76px, bottom -100% right 343px
    }

    .children_item.classes:after,
    .children_item.club:after {
        display: none
    }

    .children_link.file {
        margin-top: 13px
    }
}

@media screen and (max-width:767px) {
    .children_img.decor {
        display: none;
        height: auto;
        left: auto;
        margin-top: -204px;
        position: relative;
        right: -181px;
        top: 0;
        width: auto
    }

    .children_head .children_img.main {
        display: none;
        width: 319px
    }

    .children_img.mobile {
        display: block;
        height: auto;
        position: relative;
        width: 100%
    }

    .children_img.mobile img {
        height: 100%;
        width: 100%
    }

    .children_head {
        margin-bottom: 0;
        padding: 0
    }

    .children_head:after {
        display: none
    }

    .children_content {
        padding-top: 20px
    }

    .children_head:before,
    .children_item.club:before,
    .children_item.social:before {
        display: none
    }

    .children_item.social {
        margin-left: -20px
    }

    .children_item.club {
        margin-left: 29px;
        margin-top: 28px
    }

    .children_item.classes {
        height: 421px;
        margin-left: -32px;
        margin-top: 28px;
        padding-left: 87px;
        width: 631px
    }

    .children_item.classes .children_item_wrapper {
        max-width: 430px
    }

    .children_item.birthday {
        margin-left: -39px;
        margin-top: 34px
    }

    .children_item.rooms {
        margin-top: 48px
    }

    .children_item.rooms .children_cloud.sizes {
        margin-left: -44px;
        margin-top: 28px
    }

    .children_content {
        background-position: bottom, bottom -100% right -126px, bottom -100% right 132px, bottom -100% right 76px, bottom -100% right 428px;
        background-size: 21%, 646px 763px, 136px 168px, 74px 54px, 63px 46px;
        margin-top: -58px;
        padding-bottom: 273px;
        padding-top: 0
    }

    .children_gallery .gallery_item {
        margin-bottom: 10px;
        width: 100%
    }
}

@media screen and (max-width:575px) {
    .children_head .children_img.main {
        display: none
    }

    .children_link.file {
        font-size: 12px
    }

    .children_head:after,
    .children_img.decor {
        display: none
    }

    .children_head {
        max-width: 100%;
        padding: 0
    }

    .children_head:before {
        left: 12px;
        top: -53px
    }

    .children_item.social {
        height: 209px;
        margin: 0 auto;
        padding-left: 0;
        width: auto
    }

    .children_social .children_link:last-child {
        display: block;
        margin-top: 10px
    }

    .children_social {
        margin: 10px auto;
        min-width: 149px;
        padding-left: 5px
    }

    .children_inst {
        margin: 0 auto;
        padding-left: 0
    }

    .children_inst .children_link.inst {
        margin-right: 20px;
        top: 4px
    }

    .children_inst .children_link.inst,
    .children_inst .inst_info {
        vertical-align: top
    }

    .children_item.social .children_link.tag {
        margin-left: -28px
    }

    .children_item.social .children_link.tag:before {
        height: 18px;
        margin-right: 3px;
        width: 18px
    }

    .children_item.social .children_link {
        font-size: 18px
    }

    .children_inst .children_link.inst,
    .children_link.fb,
    .children_link.inst,
    .children_link.vk {
        height: 20px;
        margin-right: 10px;
        width: 20px
    }

    .children_link.name {
        margin-bottom: 0
    }

    .children_item.club {
        background-size: 493px;
        height: 287px;
        margin: 30px auto 0;
        padding-left: 0;
        width: 100%
    }

    .children_title {
        font-size: 18px
    }

    .children_text {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 15px
    }

    .children_cloud.schedule .children_item_wrapper,
    .children_cloud.sizes .children_item_wrapper,
    .children_item.birthday .children_item_wrapper,
    .children_item.classes .children_item_wrapper,
    .children_item.club .children_item_wrapper {
        margin: 0 auto;
        max-width: 281px
    }

    .children_item.classes {
        background-size: 623px;
        height: 407px;
        margin-left: 0;
        padding-left: 0;
        width: auto
    }

    .children_item.birthday {
        background-size: 633px;
        height: 374px;
        margin-left: 0;
        padding-left: 0;
        width: auto
    }

    .children_item.rooms .children_cloud.descr {
        background-size: 343px;
        height: 215px;
        margin-top: 40px;
        padding-left: 0;
        width: 100%
    }

    .children_item.rooms .children_cloud.descr:before {
        display: none
    }

    .children_item.rooms {
        margin-left: 0;
        margin-top: 0
    }

    .children_item.rooms .children_cloud.sizes {
        background-size: 442px;
        height: 300px;
        margin-left: 0;
        margin-top: 0;
        padding-left: 0;
        width: 100%
    }

    .children_item.rooms .children_cloud.schedule {
        background-size: 442px;
        padding-left: 0
    }

    .children_cloud.schedule li,
    .children_list li {
        font-size: 13px;
        line-height: 16px
    }

    .children_gallery .gallery_title {
        font-size: 22px;
        padding-bottom: 23px;
        padding-top: 23px
    }

    .children_content {
        background-position: bottom, bottom -100% right -126px, bottom -100% right 132px, bottom -100% right 76px, bottom -100% right 428px;
        background-size: 30%, 646px 763px, 136px 168px, 74px 54px, 63px 46px;
        margin-top: 0;
        padding-bottom: 205px;
        padding-top: 20px
    }

    .children_gallery .gallery_item {
        height: 288px
    }

    div.children {
        padding-top: 110px
    }

    .children_cloud.descr .children_item_wrapper {
        margin: 0 auto;
        max-width: 230px
    }

    .children_link.file {
        display: flex
    }

    .children_social {
        flex-wrap: wrap
    }

    .children_item.social .children_link img {
        height: auto;
        max-height: 100%;
        max-width: 100%;
        width: auto
    }

    .children_img.mobile {
        height: auto;
        position: relative;
        width: 100%
    }

    .children_img.mobile img {
        height: 100%;
        width: 100%
    }

    .children_content__link {
        border-radius: 0;
        bottom: 0;
        font-size: 14px;
        left: 0;
        line-height: 1;
        padding: 15px;
        right: 0;
        width: 60%
    }
}

.footer-wrap {
    align-items: center;
    background: url(/images/img-footer.jpg) 50% 56% no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    height: 268px;
    justify-content: space-between;
    overflow: hidden
}

.footer-wrap .footer__link {
    margin: 0;
    padding: 0 15px;
    transition: all .3s ease;
    width: 33%
}

.footer-wrap .footer__link:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.footer-wrap a {
    color: #f2f2f2
}

@media screen and (max-width:1280px) {
    h4 {
        font-size: 23px
    }

    .footer-wrap {
        justify-content: space-around
    }

    .footer-wrap h4 {
        max-width: 300px
    }
}

@media screen and (max-width:1200px) {
    .wrap {
        max-width: 1140px
    }
}

@media screen and (max-width:992px) {
    .wrap {
        max-width: 960px
    }

    .contacts-col6.contacts-row {
        width: 100%
    }

    .contacts-address {
        max-width: none
    }

    .contacts-desc {
        margin-bottom: 10px;
        min-height: auto
    }

    .contacts-col6:not(.contacts-row) {
        margin-top: 20px
    }
}

@media screen and (max-width:880px) {
    .footer-wrap {
        overflow: hidden;
        padding: 30px 0
    }

    .footer-wrap h4 {
        max-width: none;
        width: 100%
    }

    .popup-dialog {
        max-width: 437px
    }

    #map {
        height: 350px
    }

    .popup-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px
    }
}

@media screen and (max-width:768px) {

    .wrap,
    .wrap-content {
        max-width: 720px
    }
}

@media screen and (max-width:576px) {

    .wrap,
    .wrap-content {
        max-width: 540px
    }

    h2 {
        font-size: 26px
    }

    h4 {
        font-size: 16px
    }

    .events-img {
        height: 159px
    }

    .events-wrap-img {
        height: 160px
    }

    .popup-dialog {
        max-width: 320px
    }

    .popup-content {
        padding: 30px 10px 10px
    }

    #map {
        height: 250px
    }

    .popup-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .contacts-col6 {
        width: 100%
    }

    .contacts-address,
    .contacts-subway {
        font-size: 16px
    }

    .contacts-title {
        font-size: 22px;
        line-height: 33px;
        margin-bottom: 15px
    }

    .contacts-label {
        margin: 0
    }
}

.kids-section {
    background-color: #fab83a;
    font-family: Ubuntu, Arial, sans-serif;
    font-weight: 400;
    padding: 135px 0 100px;
    position: relative
}

.kids-form {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
    margin: 0 auto;
    max-width: 952px;
    padding: 59px 46px 46px;
    position: relative;
    z-index: 70
}

.kids-form__inner {
    margin: 0 auto;
    max-width: 400px
}

.kids-form__title {
    color: #545454;
    font-size: 33px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 32px;
    text-align: center;
    text-transform: uppercase
}

.kids-form .form-group {
    margin-bottom: 16px;
    padding-top: 0
}

.kids-form .form-group-radiobox {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.kids-form .form-group-radiobox .form-label-radiobox {
    width: 46%
}

.kids-form .form-dropdown-field,
.kids-form .form-input {
    height: 40px
}

.kids-form .form-dropdown-field,
.kids-form .form-input,
.kids-form .form-textarea {
    border: 2px solid #e7e7e7;
    border-radius: 1px;
    color: #958c8c;
    font-family: Ubuntu, Arial, sans-serif;
    font-size: 16px;
    padding: 5px 13px 4px;
    transition: .2s;
    width: 100%
}

.kids-form input[type=text]:-ms-input-placeholder,
.kids-form input[type=text]::-moz-placeholder,
.kids-form input[type=text]::-ms-input-placeholder,
.kids-form input[type=text]::-webkit-input-placeholder,
.kids-form input[type=text]::placeholder {
    color: #958c8c
}

.kids-form .form-dropdown.active .form-dropdown-field,
.kids-form .form-input:active,
.kids-form .form-input:focus,
.kids-form .form-textarea:active,
.kids-form .form-textarea:focus {
    border-color: #8f3174;
    outline: none
}

.kids-form .form-dropdown-list {
    background: #fff;
    border: 1px solid #8f3174;
    margin-top: -1px
}

.kids-form .form-group-checkbox .field-checkbox-text {
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    padding-left: 20px;
    position: relative
}

.kids-form .form-group-checkbox .field-checkbox-text:after,
.kids-form .form-group-checkbox .field-checkbox-text:before {
    background-color: transparent;
    border-radius: 50%;
    content: "";
    padding: 0;
    position: absolute
}

.kids-form .form-group-checkbox .field-checkbox-text:before {
    border: 2px solid #e7e7e7;
    box-sizing: border-box;
    height: 14px;
    left: 1px;
    top: 2px;
    transition: .3s ease;
    width: 14px
}

.kids-form .form-group-checkbox .field-checkbox-text:after {
    height: 10px;
    left: 3px;
    top: 4px;
    transition: .3s ease;
    width: 10px
}

.kids-form .form-group-checkbox input:checked+.field-checkbox-text:after {
    background: #8f3174;
    content: "";
    left: 3px;
    top: 4px
}

.kids-form .form-dropdown-field:before {
    right: 10px
}

.kids-form .form-btn {
    background-color: #8f3174;
    border-radius: 1px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    padding: 0;
    text-transform: uppercase;
    transition: .3s ease;
    width: 100%
}

.kids-form-success {
    align-items: center;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
    display: none;
    justify-content: center;
    margin: 0 auto;
    max-width: 570px;
    padding: 60px 46px 100px;
    position: relative
}

.form-verify .kids-form {
    display: none
}

.form-verify .kids-form-success {
    display: flex
}

.kids-form-success__block {
    padding-top: 140px;
    position: relative;
    text-align: center
}

.kids-form-success__block:before {
    background: url(/images/successPurple.svg) no-repeat 50%;
    background-size: contain;
    content: "";
    height: 100px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100px
}

.kids-form-success__block p:first-child {
    color: #545454;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 0 !important;
    text-transform: uppercase
}

.kids-form-success__block p:nth-child(2) {
    color: #958c8c;
    font-size: 17px;
    line-height: 1
}

.booking-section .kids-form .form-dropdown.active .form-dropdown-field,
.booking-section .kids-form .form-input:active,
.booking-section .kids-form .form-input:focus,
.booking-section .kids-form .form-textarea:active,
.booking-section .kids-form .form-textarea:focus {
    border-color: #958c8c
}

.booking-section .kids-form .form-dropdown-list {
    border: 1px solid #958c8c
}

.booking-section .kids-form .form-group-checkbox input:checked+.field-checkbox-text:after {
    background: #c20e1a
}

.booking-section .kids-form .form-btn {
    background-color: #958c8c
}

@media screen and (max-width:500px) {
    .kids-form {
        padding: 59px 30px 46px
    }

    .kids-form .form-group-radiobox {
        flex-direction: column
    }

    .kids-form .form-group-radiobox .form-label-radiobox {
        width: 100%
    }

    .kids-form .form-group-radiobox .form-label-radiobox:first-child {
        margin-bottom: 16px
    }

    .kids-form .form-dropdown-field,
    .kids-form .form-dropdown-item,
    .kids-form .form-input,
    .kids-form .form-textarea {
        font-size: 14px;
        line-height: 1em
    }
}

.round-button-next,
.round-button-prev {
    background: rgba(0, 0, 0, .5);
    border-radius: 100%;
    height: 30px;
    width: 30px
}

.round-button-next,
.round-button-next:after,
.round-button-prev,
.round-button-prev:after {
    color: #fff;
    font-size: 12px;
    line-height: 30px
}

.bg-fixed {
    background-attachment: fixed;
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.btn-restaurants {
    align-items: center;
    border: 3px solid #282828;
    color: #282828;
    display: flex;
    font-size: 16px;
    justify-content: center;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 12px 36px;
    text-align: center;
    -webkit-transition: translateY .25s ease-in-out 0s;
    -moz-transition: translateY .25s ease-in-out 0s;
    -ms-transition: translateY .25s ease-in-out 0s;
    -o-transition: translateY .25s ease-in-out 0s;
    transition: translateY .25s ease-in-out 0s
}

button.btn-restaurants {
    background: #fff;
    cursor: pointer;
    outline: none
}

.send-booking-form {
    width: 100%
}

.btn-restaurants:hover {
    background-color: #414141;
    border-color: #414141;
    box-shadow: inset 0 0 0 3px #fff;
    color: #f5f5f5
}

.btn-restaurants:active {
    transform: translateY(2px)
}

.restaurant-page {
    color: #282828;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    letter-spacing: .056em;
    line-height: 28px
}

.restaurants-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px
}

.restaurants-column {
    margin: 10px
}

.restaurants-header-section {
    height: 100vh
}

.restaurants-header-slideshow-container,
.restaurants-header-slideshow-container .swiper-slide {
    height: 100%
}

.restaurants-header-slideshow-container .swiper-slide {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.restaurants-nav-wrap {
    background: #fff
}

.restaurants-nav-wrap.fixed {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25)
}

.restaurants-nav {
    align-items: center;
    display: flex;
    justify-content: center
}

.restaurants-nav-item a {
    color: #282828;
    font-size: 18px;
    letter-spacing: .167em;
    line-height: 60px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap
}

.restaurants-nav-item a:after,
.restaurants-nav-item a:before {
    content: "│";
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform .3s, opacity .2s;
    -moz-transition: -moz-transform .3s, opacity .2s;
    transition: transform .3s, opacity .2s
}

.restaurants-nav-item a:before {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px)
}

.restaurants-nav-item a:after {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px)
}

.restaurants-nav-item a.active:after,
.restaurants-nav-item a.active:before,
.restaurants-nav-item a:hover:after,
.restaurants-nav-item a:hover:before {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
}

.restaurants-section {
    margin-bottom: 0;
    padding: 80px 0 60px
}

.restaurants-section .wrap {
    max-width: 960px
}

.restaurants-section .restaurants-grid {
    justify-content: center
}

.restaurants-heading-badge {
    margin-top: 20px;
    position: relative;
    text-align: center
}

.restaurants-heading-badge:after,
.restaurants-heading-badge:before {
    border-bottom: 2px solid rgba(0, 0, 0, .3);
    border-top: 3px solid rgba(0, 0, 0, .3);
    content: "\0020";
    height: 5px;
    position: absolute;
    top: 15px;
    width: calc(50% - 35px)
}

.restaurants-heading-badge:before {
    right: 0
}

.restaurants-heading-badge:after {
    left: 0
}

.restaurants-section-heading {
    padding-bottom: 60px
}

.restaurants-section-heading .h1,
.restaurants-section-heading .h2 {
    color: #4d443b
}

.restaurants-offetra {
    font-size: 10px;
    line-height: 13px;
    margin-top: 20px
}

.restaurants-menu-section {
    background-color: #e0daca
}

.restaurants-menu-section img {
    max-height: 380px
}

.restaurants-menu-section .restaurants-grid {
    justify-content: flex-start
}

@media screen and (max-width:600px) {
    .restaurants-menu-section .restaurants-grid {
        justify-content: center
    }
}

.restaurants-gallery-section {
    background-color: #5c4152
}

.restaurants-gallery-section .restaurants-section-heading .h1 {
    color: #fff
}

.restaurants-gallery-section .restaurants-section-heading .h2 {
    color: #f6706f
}

.restaurants-gallery-section .swiper-slide {
    width: auto
}

.restaurants-gallery-container {
    height: auto
}

.restaurants-callout-section {
    background-attachment: scroll;
    background-color: #429867;
    background-image: url(/images/food.png);
    background-repeat: repeat;
    text-transform: uppercase
}

.restaurants-callout-section .btn-restaurants:hover {
    box-shadow: inset 0 0 0 3px #f0d8a8
}

.restaurants-callout-section .restaurants-grid {
    background-color: #f0d8a8;
    color: #282828;
    margin: 6px auto;
    max-width: 948px;
    padding: 24px 20px 22px 39px;
    position: relative
}

.restaurants-callout-section .restaurants-column {
    align-items: center;
    display: flex;
    justify-content: center
}

.restaurants-callout-section .restaurants-grid:after,
.restaurants-callout-section .restaurants-grid:before {
    background: transparent;
    border: 3px solid #f0d8a8;
    content: "";
    height: 100%;
    padding-top: 6px;
    position: absolute;
    top: -6px;
    width: 20px
}

.restaurants-callout-section .restaurants-grid:before {
    border-right: none;
    left: -6px
}

.restaurants-callout-section .restaurants-grid:after {
    border-left: none;
    right: -6px
}

.restaurants-callout-title {
    color: #282828;
    font-size: 24px
}

@media screen and (max-width:1000px) {
    .restaurants-callout-section .restaurants-grid {
        justify-content: center
    }
}

.restaurants-slideshow-container,
.restaurants-slideshow-container .swiper-slide {
    height: 550px
}

.restaurants-booking-section {
    background-color: rgba(143, 180, 78, .8);
    color: #fff
}

.restaurants-booking-section .restaurants-grid {
    margin: 0
}

.restaurants-booking-section .restaurants-column {
    margin: 0;
    width: 46%
}

.restaurants-booking-section .restaurants-column p {
    margin: 0 0 25px;
    text-align: justify
}

.booking-indicator-steps {
    counter-reset: step;
    display: flex;
    list-style-type: none;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 0
}

.booking-indicator-steps-item {
    font-size: 12px;
    line-height: 16px;
    list-style-type: none;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 33.33%
}

.booking-indicator-steps-item:before {
    background-color: #fff;
    color: #282828;
    content: counter(step);
    counter-increment: step;
    display: block;
    line-height: 30px;
    margin: 0 auto 10px;
    width: 100%
}

.booking-indicator-steps-item.active:after {
    background-color: transparent;
    border-color: transparent transparent transparent #282828;
    border-style: solid;
    border-width: 15px 0 15px 10px;
    content: "\0020";
    height: 0;
    position: absolute;
    right: -10px;
    top: 0;
    -moz-transform: scale(.9999);
    width: 0;
    z-index: 1
}

.booking-indicator-steps-item.active:before {
    background-color: #282828;
    color: #fff
}

.booking-steps {
    background: #fff;
    padding: 30px 30px 20px
}

.booking-steps-item {
    display: none
}

.booking-steps-item.active {
    display: block
}

.booking-sub-title,
.booking-title {
    line-height: 24px;
    text-align: center
}

.booking-title {
    color: #282828;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.booking-sub-title {
    color: #888;
    font-size: 16px;
    margin-bottom: 20px
}

.booking-form .form-dropdown-field,
.booking-form .form-input,
.booking-form .form-textarea {
    background-color: #fff;
    border: 3px solid #e8e8e8;
    border-radius: 0;
    color: #282828;
    display: block;
    font-size: 18px;
    height: 42px;
    overflow: hidden;
    padding: 5px 7px 4px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    width: 100%
}

.booking-form .form-textarea {
    height: auto
}

.booking-form .form-group {
    margin-bottom: 20px;
    padding: 0
}

.booking-form .form-dropdown-field {
    padding-right: 35px
}

.booking-form .form-dropdown-field:after {
    background: #e8e8e8;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 30px;
    top: 0;
    width: 3px
}

.booking-form .form-dropdown-field:before {
    right: 7px
}

.booking-form .form-dropdown-field,
.booking-form input::placeholder,
.booking-form textarea::placeholder {
    color: #bfbfbf
}

.booking-form .form-dropdown-field.active {
    color: #282828
}

.booking-form .form-dropdown.active .form-dropdown-field,
.booking-form .form-input:active,
.booking-form .form-input:focus,
.booking-form .form-textarea:active,
.booking-form .form-textarea:focus {
    border-color: #282828;
    color: #282828;
    outline: none
}

.booking-form input.error,
.booking-form select.error,
.booking-form textarea.error {
    border: 3px solid #bd2a33 !important
}

.booking-form .form-label-checkbox .field-checkbox-text {
    font-size: 12px;
    line-height: 22px;
    padding: 0 0 0 30px
}

.booking-form .form-label-checkbox .field-checkbox-text:before {
    height: 15px;
    top: 2px;
    width: 15px
}

.booking-form .form-label-checkbox input[type=checkbox]:checked+.field-checkbox-text:after {
    font-size: 14px;
    top: 0
}

.booking-form .form-group-btn-flex {
    display: flex;
    justify-content: space-around
}

.booking-form .form-group-btn-flex .btn-restaurants,
.booking-form .step-booking-prev {
    max-width: 140px
}

.booking-form .form-group-btn {
    flex-wrap: wrap
}

@media screen and (max-width:1000px) {
    .restaurants-booking-section .restaurants-grid {
        flex-direction: column
    }

    .restaurants-booking-section .restaurants-column {
        width: 100%
    }
}

.restaurants-blockquote-section {
    background-color: rgba(0, 0, 0, .45);
    color: #fff;
    height: 320px
}

.restaurants-blockquote-container {
    border-top: 3px solid rgba(0, 0, 0, .3);
    height: auto;
    overflow: visible;
    padding-top: 40px;
    position: relative;
    width: 73%
}

.restaurants-blockquote-container .swiper-slide {
    opacity: 0 !important
}

.restaurants-blockquote-container .swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

#blockquote-progress {
    background-color: #fff;
    height: 3px;
    left: 0;
    position: absolute;
    top: -3px;
    z-index: 100
}

.restaurants-blockquote {
    margin: 0
}

.restaurants-blockquote q {
    display: block;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 12px;
    quotes: "\201C" "\201D";
    text-align: center
}

.restaurants-blockquote p {
    font-size: 18px;
    line-height: 27px;
    margin: 0;
    text-align: center
}

.restaurants-blockquote-footer {
    font-size: 18px;
    font-style: italic;
    margin-top: 20px;
    text-align: right
}

.restaurants-blockquote-footer:before {
    content: "—";
    padding-right: 5px
}

.restaurants-aboutus-section {
    background-color: #900030
}

.restaurants-aboutus-section .h1 {
    color: #fff
}

.restaurants-aboutus-section .h2 {
    color: #ede574
}

.restaurants-aboutus-section .restaurants-column-desc {
    text-align: justify;
    width: 100%
}

.restaurants-aboutus-section .restaurants-column-desc .h3 {
    font-size: 24px;
    line-height: 33px;
    margin: 0 0 18px;
    text-align: center
}

.restaurants-aboutus-section .restaurants-column-work {
    width: 28%
}

.restaurants-aboutus-section .restaurants-column-desc p {
    margin: 0 0 25px;
    text-align: justify
}

.restaurants-aboutus-section .restaurants-column-desc .highlight {
    background-color: #ede574;
    border-radius: 15px;
    color: #282828;
    display: inline;
    font-size: 18px;
    padding: 0 6px 2px 8px
}

.restaurants-aboutus-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px
}

.aboutus-tabs-body {
    width: 100%
}

.aboutus-tabs-item {
    align-items: center;
    border: 3px solid #900030;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fff;
    display: flex;
    height: 160px;
    justify-content: center;
    margin-bottom: 42px;
    width: 160px
}

.aboutus-tabs-item a {
    background-attachment: scroll;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 50%;
    display: block;
    height: 155px;
    overflow: hidden;
    position: relative;
    width: 155px
}

.aboutus-tabs-item a:before {
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.aboutus-tabs-item a:hover:before,
.aboutus-tabs-item.active a:before {
    background-color: hsla(0, 0%, 100%, .3)
}

.aboutus-tabs-content {
    display: none
}

.aboutus-tabs-content.active {
    display: block
}

.restaurants-work {
    background-color: #fff;
    padding-top: 30px;
    text-align: center
}

.work-sub-title,
.work-title {
    line-height: 24px;
    text-align: center
}

.work-title {
    color: #282828;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 0 20px;
    text-transform: uppercase
}

.work-sub-title {
    color: #888;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0 20px
}

.work-hour {
    background: url(/images/chalkboard.jpg);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .5);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .5);
    margin: 0 3px
}

.work-hour-item {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: space-between;
    margin: 0;
    padding: 7px 12px
}

.work-hour-item:first-child {
    border-bottom: 3px dotted #fff
}

.work-hour-item:last-child {
    border-bottom: 3px solid #fff
}

.work-hour-item dd,
.work-hour-item dt {
    display: block;
    margin: 0;
    padding: 0
}

.work-hour-item dt {
    color: #faf8f7;
    font-size: 16px;
    line-height: 24px
}

.work-hour-item dd {
    color: #cfcbca;
    font-size: 14px;
    line-height: 24px
}

@media screen and (max-width:1000px) {
    .restaurants-aboutus-section .restaurants-column-desc {
        width: 100%
    }

    .restaurants-aboutus-section .restaurants-column-work {
        width: 210px
    }

    .work-hour-item {
        flex-direction: column
    }
}

@media screen and (max-width:800px) {
    .restaurants-aboutus-section .restaurants-column {
        margin: 0;
        width: 100%
    }

    .restaurants-aboutus-section .restaurants-grid {
        flex-direction: column;
        margin: 0
    }

    .restaurants-aboutus-tabs {
        justify-content: space-around
    }
}

@media screen and (max-width:578px) {
    .restaurants-blockquote-container {
        width: 100%
    }

    .restaurants-blockquote-section {
        height: auto
    }

    .restaurants-aboutus-tabs {
        align-items: center;
        flex-direction: column;
        justify-content: center
    }
}

.restaurants-contact-section {
    background-color: #4d443b;
    color: #fff;
    position: relative
}

.restaurants-contact-section .restaurants-section-heading .h1 {
    color: #f0d8a8
}

.restaurants-contact-section .restaurants-section-heading .h2 {
    color: #fff
}

.restaurants-contact-section .restaurants-column {
    width: 46%
}

.restaurants-contact-title {
    border-bottom: 3px solid #f0d8a8;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 40px;
    padding-bottom: 20px
}

.restaurants-contact-extra {
    border-top: 3px solid #f0d8a8;
    padding-top: 15px;
    text-align: justify
}

.restaurants-contact-info .restaurants-contact-address,
.restaurants-contact-info .restaurants-contact-phone {
    display: flex;
    line-height: 41px;
    margin-bottom: 25px
}

.restaurants-contact-info .icon-entypo {
    margin: 0 15px 5px 0
}

.restaurants-contact-info .icon-entypo:before {
    background-color: #f0d8a8;
    color: #4d443b
}

.contact-form .form-input {
    height: 42px
}

.contact-form .form-input,
.contact-form .form-textarea {
    background-color: #fff;
    border: 2px solid transparent;
    border-radius: 0;
    color: #bfbfbf;
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 5px 0 4px 7px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    width: 100%
}

.contact-form .form-input:active,
.contact-form .form-input:focus,
.contact-form .form-textarea:active,
.contact-form .form-textarea:focus {
    border-color: transparent;
    border-radius: 6px;
    box-shadow: inset 0 0 0 2px #282828;
    color: #282828;
    outline: none
}

.contact-form .form-btn {
    background: #fff;
    color: #282828
}

.contact-form .form-btn:hover {
    box-shadow: 1px 1px 3px #fff
}

.restaurants-footer {
    background-color: #4d443b
}

.restaurants-footer,
.restaurants-footer a {
    color: #fff
}

.restaurants-footer-item {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 40px 0
}

.restaurants-footer-top {
    border-bottom: 3px solid #fff
}

.restaurants-footer .btn-link {
    align-items: center;
    border: 3px solid #fff;
    border-radius: 26px;
    color: #fff;
    display: flex;
    font-size: 16px;
    height: 52px;
    justify-content: center;
    padding: 0 36px;
    text-align: center;
    -webkit-transition: all .25s ease-in-out 0s;
    -moz-transition: all .25s ease-in-out 0s;
    -ms-transition: all .25s ease-in-out 0s;
    -o-transition: all .25s ease-in-out 0s;
    transition: all .25s ease-in-out 0s
}

.restaurants-footer .btn-link:hover {
    background-color: #414141;
    border-color: #414141;
    box-shadow: inset 0 0 0 3px #4d443b
}

.restaurants-footer .btn-link:active {
    transform: translateY(2px)
}

.restaurants-footer-bottom .icon-entypo {
    border: 3px solid #fff;
    border-radius: 50%;
    margin: 0 10px
}

.restaurants-footer-bottom .icon-entypo,
.restaurants-footer-bottom .icon-entypo:before {
    background: #4d443b;
    cursor: pointer
}

.restaurants-footer .icon-entypo:hover,
.restaurants-footer .icon-entypo:hover:before {
    background-color: #fff;
    color: #4d443b
}

.restaurants-footer-bottom {
    font-size: 14px;
    letter-spacing: .167em;
    line-height: 19px;
    text-transform: uppercase
}

.restaurants-footer-bottom .chili-link {
    margin: 0 5px
}

.restaurants-footer-bottom .chili-link:hover {
    color: rgba(0, 0, 0, .3)
}

@media screen and (max-width:1000px) {
    .restaurants-contact-section .restaurants-grid {
        flex-direction: column;
        margin: 0
    }

    .restaurants-contact-section .restaurants-column {
        margin: 0;
        padding: 0 10px;
        width: 100%
    }

    .restaurants-contact-info {
        margin-bottom: 40px
    }

    .restaurants-footer-bottom {
        flex-wrap: wrap
    }

    .restaurants-footer-bottom p {
        text-align: center;
        width: 100%
    }
}

.btn-mobile-nav {
    border: 2px solid #000000;
    color: #000000;
    display: none;
    font-size: 16px;
    margin: 0 auto;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.btn-nav-close {
    background: transparent url(/images/icon-black-cross.png) no-repeat 50%;
    background-size: 50% 50%;
    cursor: pointer;
    display: none;
    height: 45px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px
}

.menu-mobile-logo {
    display: none;
    left: 0;
    position: absolute
}

.menu-mobile-logo a {
    left: 0;
    right: auto;
    top: -48px
}

.menu-wrap.fixed .menu-mobile-logo a {
    top: -20px
}

@media screen and (max-width:1025px) {
    .btn-mobile-nav-black {
        display: none;
    }

    .menu-mobile-logo {
        display: block
    }

    .menu-wrap .btn-mobile-nav {
        align-items: center;
        display: flex;
        gap: 10px
    }

    .menu-wrap {
        padding: 10px
    }

    .menu-container:not(.short-menu) {
        background-color: #fff;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
        display: none;
        flex-direction: column;
        left: 0;
        padding: 12px 0 13px;
        position: fixed;
        top: 0;
        width: 100%
    }

    .menu-item {
        align-items: center;
        display: flex;
        justify-content: center;
        line-height: 30px;
        text-align: center;
        width: 100%
    }

    .menu-item a {
        font-size: 14px;
        line-height: 30px
    }

    .menu .menu-logo {
        display: none
    }

    .menu-text {
        height: 30px;
        line-height: 30px
    }

    .menu-icon-link:before,
    .menu-link:not(.menu-icon-link):before {
        top: 30px
    }

    .menu-link,
    .menu-link:not(.menu-icon-link):before {
        font-size: 14px;
        height: 30px;
        line-height: 30px
    }

    .menu,
    .sticky-content.active .menu-container {
        display: block;
        padding-top: 20px;
        z-index: 999
    }

    .sticky-content.active .menu .btn-nav-close {
        display: block
    }
}

@media screen and (max-width:800px) {
    .btn-mobile-nav-black {
        display: none;
    }

    .btn-mobile-nav {
        display: block
    }

    .restaurants-nav {
        background-color: #fff;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
        display: none;
        flex-direction: column;
        left: 0;
        padding: 12px 0 13px;
        position: fixed;
        top: 0;
        width: 100%
    }

    .restaurants-nav-item {
        height: 30px;
        line-height: 20px;
        text-align: center;
        width: 100%
    }

    .restaurants-nav-item a {
        font-size: 14px;
        line-height: 20px
    }

    .restaurants-nav-wrap {
        align-items: center;
        justify-content: center;
        padding: 10px
    }

    .sticky-content.active .restaurants-nav {
        display: block;
        z-index: 999
    }

    .sticky-content.active .restaurants-nav .btn-nav-close {
        display: block
    }
}

@media screen and (max-width:700px) {
    .btn-mobile-nav-black {
        display: none;
    }

    .menu-wrap .btn-mobile-nav:before {
        background: #282828;
        content: "";
        display: block;
        height: 3px;
        margin-top: 7px;
        width: 100%
    }

    .menu-wrap {
        justify-content: flex-end
    }

    .h1 {
        font-size: 24px
    }

    .h2 {
        font-size: 20px
    }

    /* .events{flex-direction:column;justify-content:flex-start}.events-item{width:100%}*/
}









/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/styles/app.scss (1) ***!
  \********************************************************************************************************************************************************************************************************************/
body,
html {
    overflow-x: hidden
}

.hidden-text {
    display: none;
    opacity: 0
}

@-webkit-keyframes appear {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes appear {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.about-rest__description {
    -webkit-animation: appear 1s;
    animation: appear 1s;
    opacity: 1;
    transition: all .3s ease-in-out
}

.mb60 {
    margin-bottom: 60px
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
    clip: rect(0 0 0 0);
    border: 0;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.chili__tabs {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0
}

.chili__tabs_line {
    position: relative
}

.chili__tabs_line:before {
    background-color: #dcdcdc;
    bottom: -16px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.chili__tab {
    cursor: pointer;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500
}

.chili__tab_active {
    color: #c20e1a;
    position: relative
}

.chili__tab_active:before {
    background-color: #c20e1a;
    bottom: -16px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 90%
}

@media screen and (max-width:768px) {
    .chili__tabs {
        left: 0;
        max-width: 100%;
        overflow: scroll hidden;
        padding-bottom: 25px;
        position: absolute;
        top: 0
    }

    .chili__tab {
        margin-right: 26px;
        white-space: nowrap
    }

    .chili__tab_active:before {
        bottom: -10px;
        left: 0;
        transform: none
    }
}

@media screen and (max-width:576px) {
    .chili__tab {
        font-size: 16px
    }
}

.footer__social {
    background: no-repeat 50%;
    display: block;
    height: 28px;
    width: 18px
}

.footer-wrap {
    position: relative
}

.footer__logo {
    bottom: 13px;
    height: 40px;
    left: calc(60px - 100vw + 100%);
    margin: auto;
    position: absolute;
    width: 103px
}

@media (max-width:575px) {
    .footer__logo {
        left: unset;
        margin: 15px auto -20px;
        position: relative
    }
}

.footer__socials {
    display: flex;
    justify-content: space-between;
    margin: 5px auto 0;
    width: 100px
}

.footer__social.vk {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS40OTIgNi41NGMuNTk3LjU4OSAxLjIyNyAxLjE0MyAxLjc2MiAxLjc5LjIzNy4yODkuNDYuNTg2LjYzMi45Mi4yNDMuNDc1LjAyMy45OTgtLjM5OSAxLjAyNmwtMi42MjItLjAwMWMtLjY3Ni4wNTYtMS4yMTYtLjIxOC0xLjY3LS42ODUtLjM2My0uMzc0LS42OTktLjc3MS0xLjA0OC0xLjE1N2EyLjQ5NSAyLjQ5NSAwIDAgMC0uNDcyLS40MjRjLS4zNTgtLjIzNC0uNjY4LS4xNjMtLjg3My4yMTQtLjIwOC4zODQtLjI1Ni44MDgtLjI3NiAxLjIzNi0uMDI4LjYyMy0uMjE1Ljc4Ny0uODM1LjgxNi0xLjMyNi4wNjMtMi41ODQtLjE0LTMuNzUyLS44MTUtMS4wMy0uNTk1LTEuODMtMS40MzUtMi41MjUtMi4zODdDMi4wNiA1LjIyMSAxLjAyMyAzLjE4NS4wOSAxLjA5My0uMTIuNjIuMDM1LjM2OC41NS4zNTkgMS40MDUuMzQyIDIuMjYuMzQzIDMuMTE3LjM1OGMuMzQ4LjAwNS41NzguMjA2LjcxMi41MzhhMTYuMTIgMTYuMTIgMCAwIDAgMS43NCAzLjI1NmMuMTkuMjcuMzgyLjU0LjY1Ny43My4zMDQuMjEuNTM2LjE0LjY4LS4yMDIuMDktLjIxNy4xMy0uNDUuMTUtLjY4My4wNjgtLjguMDc3LTEuNTk3LS4wNDItMi4zOTMtLjA3My0uNDk3LS4zNS0uODItLjg0MS0uOTEzQzUuOTIxLjY0MyA1Ljk1OC41NDkgNi4wOC40MDQgNi4yOS4xNTUgNi40OSAwIDYuODg1IDBoMi45NjNjLjQ2Ny4wOTMuNTcuMzA1LjYzNC43NzlsLjAwMyAzLjMyNGMtLjAwNS4xODMuMDkuNzI4LjQxOC44NS4yNjIuMDg2LjQzNS0uMTI2LjU5Mi0uMjk0LjcxLS43NiAxLjIxNi0xLjY1OSAxLjY2OC0yLjU5LjIwMS0uNDA5LjM3NC0uODM0LjU0MS0xLjI1OC4xMjQtLjMxNS4zMTktLjQ3LjY3LS40NjNsMi44NTIuMDAyYy4wODUgMCAuMTcuMDAxLjI1Mi4wMTYuNDgxLjA4Mi42MTMuMjkxLjQ2NC43NjUtLjIzNC43NDQtLjY4OSAxLjM2My0xLjEzNCAxLjk4Ni0uNDc1LjY2NC0uOTg0IDEuMzA2LTEuNDU2IDEuOTc1LS40MzMuNjEtLjM5OS45MTguMTQgMS40NDhaIiBmaWxsPSIjZmZmIi8+PC9zdmc+")
}

.footer__social.fb {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC4zMjUuMDAzIDYuMjUgMEMzLjkxOSAwIDIuNDEyIDEuNTQ2IDIuNDEyIDMuOTM4djEuODE1SC4zMjZBLjMyNi4zMjYgMCAwIDAgMCA2LjA4djIuNjNjMCAuMTguMTQ2LjMyNi4zMjYuMzI2aDIuMDg2djYuNjM4YzAgLjE4LjE0Ni4zMjYuMzI3LjMyNkg1LjQ2Yy4xOCAwIC4zMjctLjE0Ni4zMjctLjMyNlY5LjAzNmgyLjQzOWMuMTggMCAuMzI2LS4xNDYuMzI2LS4zMjZsLjAwMS0yLjYzYS4zMjcuMzI3IDAgMCAwLS4zMjYtLjMyN2gtMi40NFY0LjIxNGMwLS43NC4xNzYtMS4xMTUgMS4xNC0xLjExNWgxLjM5N2MuMTggMCAuMzI2LS4xNDcuMzI2LS4zMjdWLjMzYS4zMjYuMzI2IDAgMCAwLS4zMjUtLjMyN1oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=")
}

.footer__social.inst {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExIDBINWE1IDUgMCAwIDAtNSA1djZhNSA1IDAgMCAwIDUgNWg2YTUgNSAwIDAgMCA1LTVWNWE1IDUgMCAwIDAtNS01Wm0zLjUgMTFjMCAxLjkzLTEuNTcgMy41LTMuNSAzLjVINWMtMS45MyAwLTMuNS0xLjU3LTMuNS0zLjVWNWMwLTEuOTMgMS41Ny0zLjUgMy41LTMuNWg2YzEuOTMgMCAzLjUgMS41NyAzLjUgMy41djZaIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTggNGE0IDQgMCAxIDAgMCA4IDQgNCAwIDAgMCAwLThabTAgNi41QTIuNTAzIDIuNTAzIDAgMCAxIDUuNSA4YzAtMS4zNzkgMS4xMjItMi41IDIuNS0yLjVzMi41IDEuMTIxIDIuNSAyLjVjMCAxLjM3OC0xLjEyMiAyLjUtMi41IDIuNVpNMTIuMyA0LjIzM2EuNTMzLjUzMyAwIDEgMCAwLTEuMDY2LjUzMy41MzMgMCAwIDAgMCAxLjA2NloiIGZpbGw9IiNmZmYiLz48L3N2Zz4=")
}

.footer {
    background: #222;
    color: #fff;
    margin-bottom: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%
}

.footer__link {
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase
}

.footer a {
    color: #fff;
    text-decoration: none
}

footer ul {
    margin: 0;
    padding: 0
}

footer li {
    list-style: none
}

footer a,
footer li {
    color: inherit;
    font-size: inherit
}

footer a:active,
footer a:hover {
    color: inherit;
    text-decoration: none
}

.new-footer {
    background-color: #222;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500
}

@media screen and (min-width:375px) {
    .new-footer {
        font-size: 14px
    }
}

@media screen and (min-width:1600px) {
    .new-footer {
        font-size: 16px
    }
}

@media screen and (min-width:1180px) {
    .new-footer a {
        transition: color .4s ease
    }

    .new-footer a:hover {
        color: #717070
    }
}

.new-footer__wrap {
    padding-bottom: 51px;
    padding-top: 22px
}

@media screen and (min-width:991px) {
    .new-footer__wrap {
        padding-bottom: 45px;
        padding-top: 45px
    }
}

.new-footer__top {
    display: flex;
    flex-wrap: wrap;
    gap: 44px;
    justify-content: center
}

@media screen and (min-width:991px) {
    .new-footer__top {
        flex-wrap: nowrap;
        justify-content: space-between
    }
}

.new-footer__socials {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%
}

@media screen and (min-width:991px) {
    .new-footer__socials {
        margin: 0;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
}

.new-footer__logo {
    display: block;
    margin-bottom: 24px;
    width: 150px
}

.new-footer__logo img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.new-footer__social {
    align-items: center;
    display: flex;
    font-size: 12px;
    gap: 10px;
    justify-content: center
}

@media screen and (min-width:1600px) {
    .new-footer__social {
        font-size: 14px
    }
}

.new-footer__social-list {
    display: flex
}

.new-footer__social-link svg {
    fill: #717070;
    height: 14px;
    transition: fill .4s ease
}

@media screen and (min-width:1180px) {
    .new-footer__social-link:hover svg {
        fill: #fff
    }
}

.new-footer__nav {
    display: inline-flex;
    flex-direction: column;
    gap: 20px;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content
}

@media screen and (min-width:375px) {
    .new-footer__nav {
        width: 320px;
    }
}

@media screen and (min-width:991px) {
    .new-footer__nav {
        max-width: none
    }
}

.new-footer__contacts {
    display: flex;
    flex-shrink: 0;
    gap: 5px;
    justify-content: center;
    width: 100%
}

@media screen and (min-width:375px) {
    .new-footer__contacts {
        gap: 20px
    }
}

@media screen and (min-width:991px) {
    .new-footer__contacts {
        flex-direction: column;
        gap: 20px;
        justify-content: space-between;
        width: auto
    }
}

.new-footer__address:before,
.new-footer__phone:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 24px;
    width: 18px
}

.new-footer__address,
.new-footer__phone {
    align-items: center;
    display: flex;
    gap: 4px
}

@media screen and (min-width:1600px) {

    .new-footer__address,
    .new-footer__phone {
        font-size: 16px
    }
}

.new-footer__address {
    margin-bottom: 26px
}

.new-footer__address:before {
    background-image: url(../../images/pin-Icon.svg)
}

.new-footer__phone:before {
    background-image: url(../../images/phone-icon.svg)
}

.new-footer__bottom {
    border-top: 1px solid #383737;
    margin-top: 44px;
    padding-top: 15px
}

@media screen and (min-width:991px) {
    .new-footer__bottom {
        margin-top: 25px
    }
}

.new-footer__copyright {
    color: #5b5b5b;
    margin-bottom: 8px
}

@media screen and (min-width:1600px) {
    .new-footer__copyright {
        font-size: 14px
    }
}

.wedding {
    margin-bottom: 0
}

.wedding__title {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 30px 0;
    text-align: center;
    text-transform: uppercase
}

.wedding__advantages {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 23px
}

@media screen and (min-width:768px) {
    .wedding__advantages {
        flex-direction: row;
        justify-content: space-between
    }
}

.wedding__advantages_newyear {
    margin-top: 30px
}

.wedding__sub-title-wrapper {
    align-items: center;
    display: flex;
    justify-content: center
}

.wedding__sub-title-wrapper .wedding__title {
    background-color: #fff;
    display: inline-block;
    padding: 0 20px;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content
}

@media screen and (min-width:768px) {
    .wedding__sub-title-wrapper .wedding__title {
        width: auto
    }
}

.wedding__sub-title-wrapper .wedding__title_newyear,
.wedding__title-newyear {
    padding: 0
}

.wedding__offers {
    border: 3px solid #c0303b;
    margin-top: -80px;
    padding: 64px 8px 19px
}

@media screen and (min-width:768px) {
    .wedding__offers {
        margin-top: -50px;
        padding: 30px 20px 37px
    }
}

@media screen and (min-width:1024px) {
    .wedding__offers {
        padding: 30px 35px 21px
    }
}

@media screen and (min-width:1366px) {
    .wedding__offers {
        padding: 38px 60px 40px
    }
}

.wedding__wrapper-title {
    color: #000;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: left
}

.wedding__wrapper-link {
    border: 2px solid #e83b3b;
    border-radius: 5px;
    color: #e83b3b;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 20px auto 0;
    max-width: 234px;
    padding: 16px;
    text-align: center;
    width: 100%
}

.wedding__wrapper-link:hover {
    color: #e83b3b
}

@media screen and (min-width:768px) {
    .wedding__wrapper-link {
        margin: 20px 0 0
    }
}

.wedding-advantage {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%
}

@media screen and (min-width:768px) {
    .wedding-advantage {
        flex: 1;
        width: auto
    }
}

.wedding-advantage__icon {
    align-items: center;
    background-color: #e83b3b;
    border-radius: 50%;
    display: flex;
    height: 55px;
    justify-content: center;
    margin-bottom: 14px;
    width: 55px
}

.wedding-advantage__icon_text {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 20px;
    text-align: center
}

.wedding-advantage__text {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    max-width: 290px;
    text-align: center
}

.wedding-advantage__newyear {
    max-width: none
}

.wedding-offers__upper-text {
    color: #151515;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 26px;
    text-align: center
}

@media screen and (min-width:768px) {
    .wedding-offers__upper-text {
        font-size: 20px;
        margin-bottom: 55px
    }
}

@media screen and (min-width:1024px) {
    .wedding-offers__upper-text {
        font-size: 24px
    }
}

.wedding-offers__prices {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 auto 28px;
    max-width: 735px;
    width: 100%
}

@media screen and (min-width:768px) {
    .wedding-offers__prices {
        flex-direction: row;
        justify-content: space-between
    }
}

@media screen and (min-width:1366px) {
    .wedding-offers__prices {
        max-width: 958px
    }
}

.wedding-offers__price {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.wedding-offers__text {
    color: #151515;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center
}

.wedding-offers__text_bottom {
    margin-bottom: 0;
    margin-top: 25px
}

.wedding-offers__separator {
    background-color: #151515;
    display: flex;
    height: 1px;
    justify-content: center;
    margin: 45px 0
}

.wedding-offers__separator:after {
    background-color: #fff;
    color: #151515;
    content: "или";
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-top: -13px;
    padding: 0 15px
}

.wedding-offers__btn {
    background: #e83b3b;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 auto;
    max-width: 267px;
    padding: 20px;
    text-align: center;
    width: 100%
}

.wedding-offers__btn:hover {
    color: #fff
}

.offer-price_no-column {
    flex-direction: row
}

.offer-price__value {
    color: #e83b3b;
    font-size: 40px;
    font-weight: 600;
    line-height: 20px
}

.offer-price__unit {
    color: #151515;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px
}

.wedding-section {
    padding-bottom: 68px
}

.wedding-section:first-child {
    padding-top: 68px
}

@media (min-width:768px) {
    .wedding-section {
        padding-bottom: 58px
    }

    .wedding-section:first-child {
        padding-top: 58px
    }
}

@media (min-width:1024px) {
    .wedding-section {
        padding-bottom: 74px
    }

    .wedding-section:first-child {
        padding-top: 74px
    }
}

.wedding-slider {
    height: auto
}

@media (min-width:769px) {
    .wedding-slider__wrapper {
        flex-wrap: wrap !important
    }

    .wedding-slider__slide {
        margin: 0 6.5px 13px;
        width: calc(25% - 13px)
    }
}

@media (max-width:768px) {
    .wedding-slider__slide {
        height: 100%;
        max-height: 490px;
        max-width: 490px;
        width: 100%
    }
}

@media (max-width:600px) {
    .wedding-slider__slide {
        max-height: 250px;
        max-width: 250px
    }
}

.wedding-slider__pagination {
    display: none
}

@media (max-width:768px) {
    .wedding-slider__pagination {
        display: block
    }
}

.wedding-slider .swiper-pagination {
    bottom: 18px !important
}

@media (max-width:768px) {
    .wedding-slider .swiper-pagination-bullet {
        height: 13px;
        width: 13px
    }
}

@media (max-width:600px) {
    .wedding-slider .swiper-pagination-bullet {
        height: 10px;
        width: 10px
    }
}

body.gscrollbar-fixer.desktop {
    padding-right: 15px
}

body.gscrollbar-fixer .menu-wrap.fixed {
    width: calc(200% - 100vw)
}

body.gscrollbar-fixer .children_content__link {
    right: calc(60px + 100vw - 100%)
}

.children_content__link {
    right: calc(60px - 100vw + 100%);
    transition: right 0s
}

.menu-wrap {
    width: 100vw
}

.goverlay {
    background: rgba(0, 0, 0, .6)
}

.glightbox-clean .gslide-media img {
    height: 800px;
    width: 900px
}

.glightbox-clean .gnext,
.glightbox-clean .gprev {
    background-color: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px
}

.glightbox-clean .gnext:focus,
.glightbox-clean .gnext:hover,
.glightbox-clean .gprev:focus,
.glightbox-clean .gprev:hover {
    background-color: #fff
}

.glightbox-clean .gnext path,
.glightbox-clean .gprev path {
    fill: #000
}

.gnext svg,
.gprev svg {
    height: 15px
}

.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
    opacity: .35
}

.glightbox-clean .gclose {
    background-color: transparent;
    transition: all .3s ease-in-out
}

.glightbox-clean .gclose:hover {
    background-color: transparent;
    transform: rotate(-90deg)
}

.glightbox-clean .gclose svg {
    width: 24px
}

.glightbox-clean .gslide-media {
    box-shadow: none
}

.sub-title {
    color: #2c2d36;
    font-family: Montserrat, sans-serif;
    font-size: 29px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 130%;
    margin: 0 auto 30px;
    text-align: center;
    width: 60%
}

@media (max-width:767px) {
    .sub-title {
        width: 100%
    }
}

.wedding__left,
.wedding__right {
    max-width: calc(50% - 25px);
    width: 100%
}

@media (max-width:767px) {

    .wedding__left,
    .wedding__right {
        max-width: 100%
    }
}

.wedding__text {
    color: #2c2d36;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    letter-spacing: .01em;
    line-height: 130%
}

.wedding__text p {
    margin-bottom: 0
}

.wedding__text p+p {
    margin-top: 1rem
}

.wedding__text ul {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.wedding__text-newyear {
    margin: 0;
    text-align: center
}

.wedding__text-wrapper {
    margin-top: 30px
}

.wedding__attention-wrapper {
    border: 1px solid #ebebeb;
    box-shadow: 0 4px 1px 0 #cfcfcf40;
    padding: 10px 7px 10px 14px
}

.wedding__attention {
    color: #ca0a16;
    font-weight: 500
}

.wedding-slider__slide img {
    width: 100%
}

.wedding__wrapper {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px
}

.wedding__wrapper:last-child {
    margin-bottom: 0
}

@media (max-width:767px) {
    .wedding__wrapper {
        flex-direction: column-reverse;
        width: 100%
    }
}

@media screen and (min-width:768px) {
    .wedding__wrapper {
        font-size: 20px;
        margin-bottom: 50px
    }
}

@media screen and (min-width:1024px) {
    .wedding__wrapper {
        margin-bottom: 40px
    }

    .wedding__wrapper:nth-child(2n) {
        flex-direction: row-reverse
    }
}

@media screen and (min-width:1366px) {
    .wedding__wrapper {
        margin-bottom: 36px
    }
}

.wedding__img {
    height: 100%;
    margin-bottom: 20px;
    width: 100%
}

@media screen and (min-width:768px) {
    .wedding__img {
        margin-bottom: 0
    }

    .wedding__img_float {
        margin-bottom: 20px
    }
}

@media screen and (min-width:1024px) {
    .wedding__img_float {
        float: right;
        height: 315px;
        margin: 0 0 25px 50px;
        width: calc(50% - 25px)
    }
}

.seo-map {
    margin: 0
}

#mymap {
    height: 500px;
    width: 100%
}

.buffet-menu {
    display: grid;
    padding: 0;
    row-gap: 60px
}

@media screen and (min-width:768px) {
    .buffet-menu {
        -moz-column-gap: 54px;
        column-gap: 54px;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 68px
    }
}

@media screen and (min-width:1024px) {
    .buffet-menu {
        -moz-column-gap: 20px;
        column-gap: 20px;
        grid-template-columns: repeat(3, 1fr);
        row-gap: 40px
    }
}

@media screen and (min-width:1366px) {
    .buffet-menu {
        -moz-column-gap: 80px;
        column-gap: 80px;
        row-gap: 60px
    }
}

.buffet-menu__item {
    list-style: none
}

.buffet-menu__item img {
    width: 100%
}

.features-section {
    background: #1e1e1e;
    margin: 0
}

@media (min-width:768px) and (max-width:1365px) {
    .features-section {
        background: rgba(0, 0, 0, .48);
        display: flex;
        min-height: 120px;
        padding: 0 64px;
        position: relative;
        z-index: 99
    }
}

.features {
    background: #1e1e1e;
    margin: 0
}

@media (min-width:768px) and (max-width:1366px) {
    .features {
        display: none
    }
}

.features__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    padding: 25px 0;
    row-gap: 20px;
    text-align: center;
    width: 100%
}

@media (min-width:1366px) {
    .features__wrapper {
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
        margin: 0 auto
    }
}

.features-text {
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    margin: 0;
    padding: 0 10px;
    text-align: center
}

.features-icon {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5px
}

@media (min-width:768px) {
    .features-icon {
        width: 160px
    }
}

.features-icon img {
    display: block;
    height: 62px;
    margin: 0 auto 4px;
    width: 62px
}

.features-slider {
    display: none
}

@media (min-width:768px) {
    .features-slider {
        align-items: center;
        background-color: rgba(0, 0, 0, .48);
        display: block;
        display: flex;
        height: 120px;
        justify-content: center;
        position: relative;
        width: 100%
    }
}

@media (min-width:1024px) and (max-width:1367px) {
    .features-slider {
        height: 146px
    }
}

@media (min-width:1367px) {
    .features-slider {
        display: none
    }
}

.features-slider__swiper {
    overflow: hidden;
    position: relative
}

@media (min-width:768px) {
    .features-slider__swiper {
        margin: 0 65px
    }
}

@media (min-width:1024px) {
    .features-slider__swiper {
        margin: 0 73px
    }
}

.features-slider__wrapper {
    margin: auto 0
}

.features-slider__button-prev {
    display: none
}

@media (min-width:768px) and (max-width:1366px) {
    .features-slider__button-prev {
        content: "";
        display: block;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }
}

.features-slider__button-next {
    display: none
}

@media (min-width:768px) and (max-width:1366px) {
    .features-slider__button-next {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }
}

.about {
    display: flex;
    flex-direction: column;
    padding: 30px 0 36px
}

@media (min-width:768px) {
    .about {
        padding: 30px 0 28px
    }
}

@media (min-width:1024px) {
    .about {
        padding: 34px 0 56px
    }
}

@media (min-width:1366px) {
    .about {
        -moz-column-gap: 53px;
        column-gap: 53px;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 34px 0 68px
    }
}

.about__title {
    margin: 0 0 30px;
    width: 100%
}

@media (min-width:768px) {
    .about__title {
        margin: 0 0 36px
    }
}

@media (min-width:1024px) {
    .about__title {
        margin: 0 0 48px
    }
}

.about__text-wrapper {
    flex: 1;
    margin-bottom: 30px
}

@media screen and (min-width:1366px) {
    .about__text-wrapper {
        margin-bottom: 0
    }
}

.about__text {
    margin-bottom: 28px
}

.about__text--hide {
    display: none
}

.about__button {
    background: #222;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 276px
}

.about__button:hover {
    text-decoration: underline
}

@media (min-width:1366px) {
    .about__slider {
        max-width: 540px
    }
}

.page-container {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%
}

@media (min-width:1024px) {
    .page-container {
        padding: 0 48px
    }
}

@media (min-width:1366px) {
    .page-container {
        max-width: 1246px;
        padding: 0
    }
}

.menu-intro {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

/*
@media (min-width:1024px) {
    .menu-intro {
        padding-bottom: 55px
    }
}*/

.menu-intro .menu-intro__header {
    margin-bottom: 20px;
    width: 100%
}

@media (min-width:768px) {
    .menu-intro .menu-intro__header {
        margin-bottom: 35px
    }
}

.menu-intro__header h2:first-child {
    margin-bottom: 10px
}

.menu-intro__images {
    display: flex;
    flex-direction: column;
    gap: 42px;
    margin-bottom: 30px;
    width: 100%
}

.menu-intro__images a {
    flex: 1
}
.menu-intro__image a {
    display: block;
    width: 100%;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    position: relative;
}

.menu-intro__images a:hover {
    opacity: 0.5;
}
.menu-intro__images a img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

@media (min-width:768px) {
    .menu-intro__images {
        flex-direction: row;
        flex-wrap: nowrap
    }

    .menu-intro__images a {
        width: 100%
    }

    .menu-intro__images a:not(:last-child) {
        margin-right: auto
    }

    .menu-intro__images {
        margin-bottom: 35px
    }
}

.restaurant-page__about,
.restaurant-page__contacts,
.restaurant-page__interior,
.restaurant-page__kitchen,
.restaurant-page__menu-intro,
.restaurant-page__reservation,
.restaurant-page__reviews {
    margin: 0
}

.restaurant-page__contacts {
    padding-top: 32px
}

@media (min-width:768px) {
    .restaurant-page__contacts {
        padding-top: 38px
    }
}

.section-title {
    color: #000;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    text-align: left;
    text-transform: none;
    width: 100%
}

@media (min-width:768px) {
    .section-title {
        text-align: center
    }
}

.section-subtitle {
    color: #000;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    text-align: left;
    width: 100%
}

@media (min-width:768px) {
    .section-subtitle {
        font-size: 24px;
        line-height: 29px;
        text-align: center
    }
}

.section-text {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    position: relative
}

@media (min-width:768px) {
    .section-text {
        font-size: 16px
    }
}

.section-text--icon-geo {
    padding: 0 0 0 38px
}

.section-text--icon-geo:before {
    background-color: #fff;
    background-image: url(../../images/icon-geo.png);
    content: "";
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px
}

.section-text--icon-call {
    padding: 0 0 0 38px
}

.section-text--icon-call:before {
    background-color: #fff;
    background-image: url(../../images/icon-call.png);
    content: "";
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px
}

.section-text a {
    white-space: nowrap
}

.kitchen {
    display: grid;
    padding: 25px 0 46px
}

@media (min-width:768px) {
    .kitchen {
        padding: 19px 0 28px
    }
}

@media (min-width:1366px) {
    .kitchen {
        padding-bottom: 44px
    }
}

.kitchen__title {
    margin-bottom: 12px
}

@media (min-width:768px) {
    .kitchen__title {
        margin-bottom: 24px
    }
}

.kitchen__tabs-group {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 39px;
    position: relative
}

@media (min-width:768px) {
    .kitchen__tabs-group {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 0
    }

    .kitchen__tabs-group:after {
        background-color: #c5c5c5;
        bottom: 0;
        content: "";
        height: 2px;
        left: auto;
        position: absolute;
        width: 100vw
    }

    .kitchen__tabs-group {
        justify-content: space-evenly
    }
}

.kitchen__tab {
    background-color: unset;
    border: none;
    color: #858585;
    cursor: pointer;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 0 0 8px;
    position: relative;
    text-align: left;
    width: 130px;
    z-index: 10
}

@media (min-width:768px) {
    .kitchen__tab {
        font-size: 24px;
        line-height: 29px;
        text-align: center
    }
}

.kitchen__tab:hover {
    color: #5f5f5f
}

.kitchen__tab--js-active {
    border-bottom: 2px solid #ca0a16;
    color: #ca0a16;
    padding-bottom: 6px
}

.kitchen__tab--js-active:hover {
    color: #ca0a16;
    cursor: unset
}

@media (min-width:768px) {
    .kitchen__tab {
        width: 220px
    }
}

.dishes-preview {
    display: none
}

.dishes-preview--js-active {
    display: block
}

.dishes-preview__intro {
    display: flex;
    flex-direction: column;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    gap: 20px;
    line-height: 17px;
    margin-bottom: 27px
}

@media (min-width:768px) {
    .dishes-preview__intro {
        padding: 17px 0 0
    }
}

@media (min-width:1366px) {
    .dishes-preview__intro {
        flex-direction: row;
        justify-content: space-between
    }
}

.dishes-preview__intro dt {
    font-weight: 400
}

@media (min-width:768px) {
    .dishes-preview__intro dt {
        font-size: 16px;
        line-height: 20px
    }
}

.dishes-preview__intro dd {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px
}

@media (min-width:768px) {
    .dishes-preview__intro dd {
        font-size: 20px;
        line-height: 24px
    }
}

.dishes-preview__images-wrapper {
    -moz-column-gap: 5px;
    column-gap: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-content: center;
    row-gap: 10px
}

@media (min-width:768px) {
    .dishes-preview__images-wrapper {
        -moz-column-gap: 10px;
        column-gap: 10px;
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 15px
    }
}

@media (min-width:1024px) {
    .dishes-preview__images-wrapper {
        -moz-column-gap: 15px;
        column-gap: 15px
    }
}

@media (min-width:1366px) {
    .dishes-preview__images-wrapper {
        -moz-column-gap: 18px;
        column-gap: 18px
    }
}

.dishes-preview__images-wrapper img {
    display: block;
    width: 100%
}

.interior {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 23px 0 0
}

@media (min-width:1024px) {
    .interior {
        padding-top: 28px
    }
}

@media (min-width:1366px) {
    .interior {
        padding-top: 34px
    }
}

.interior__title {
    margin-bottom: 10px
}

.interior__subtitle {
    margin-bottom: 21px
}

@media (min-width:768px) {
    .interior__subtitle {
        margin-bottom: 34px
    }
}

@media (min-width:1024px) {
    .interior__subtitle {
        margin-bottom: 40px
    }
}

.interior-slider {
    background-color: #fbd491;
    height: 446px;
    position: relative
}

@media (min-width:768px) {
    .interior-slider {
        height: 478px
    }
}

@media (min-width:1024px) {
    .interior-slider {
        height: 492px
    }
}

.interior-slider__swiper {
    height: 100%;
    overflow: hidden
}

.interior-slider__swiper .swiper-slide img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.interior-slider__swiper .swiper-button-prev {
    content: "";
    display: block;
    left: 20px;
    position: absolute;
    top: 50%
}

@media (min-width:768px) {
    .interior-slider__swiper .swiper-button-prev {
        left: 20px
    }
}

@media (min-width:1024px) {
    .interior-slider__swiper .swiper-button-prev {
        left: 48px
    }
}

@media (min-width:1366px) {
    .interior-slider__swiper .swiper-button-prev {
        right: 60px
    }
}

.interior-slider__swiper .swiper-button-next {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%
}

@media (min-width:768px) {
    .interior-slider__swiper .swiper-button-next {
        right: 20px
    }
}

@media (min-width:1024px) {
    .interior-slider__swiper .swiper-button-next {
        right: 48px
    }
}

@media (min-width:1366px) {
    .interior-slider__swiper .swiper-button-next {
        right: 60px
    }
}

.reservation {
    display: grid;
    padding: 50px 0 0
}

@media (min-width:1024px) {
    .reservation {
        -moz-column-gap: 50px;
        column-gap: 50px;
        grid-template-columns: repeat(2, 1fr)
    }
}

.reservation__title {
    margin-bottom: 10px
}

@media (min-width:1024px) {
    .reservation__title {
        grid-column: 1/span 2
    }
}

.reservation__subtitle {
    margin-bottom: 27px
}

@media (min-width:768px) {
    .reservation__subtitle {
        margin-bottom: 30px
    }
}

@media (min-width:1024px) {
    .reservation__subtitle {
        grid-column: 1/span 2
    }
}

@media (min-width:1366px) {
    .reservation__subtitle {
        margin-bottom: 45px
    }
}

.reservation__text-wrapper {
    margin-bottom: 44px
}

.reservation__text-wrapper p:last-child {
    margin: 0
}

@media (min-width:768px) {
    .reservation__text-wrapper {
        margin-bottom: 33px
    }
}

@media (min-width:1024px) {
    .reservation__text-wrapper {
        grid-column: 1/span 1
    }
}

.reservation__text-wrapper .section-text {
    line-height: 24px;
    margin-bottom: 25px
}

.reservation__text-wrapper .section-text_wedding {
    font-size: 16px
}

@media (min-width:1024px) {
    .reservation__form {
        grid-column: 2/span 1
    }
}

.reservation__form .form-group {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .reservation__form .form-group {
        margin-bottom: 0
    }
}

.reservation-form {
    background-color: #282828;
    padding: 20px 12px 27px
}

@media (min-width:768px) {
    .reservation-form {
        padding: 30px 26px;
        width: 100%
    }
}

.reservation-form__grid {
    display: flex;
    flex-direction: column
}

.reservation-form__grid .hidden {
    display: none
}

.reservation-form__grid .form-dropdown-field,
.reservation-form__grid .form-input,
.reservation-form__grid .form-textarea {
    border: none;
    color: #a6a6a6;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px
}

.reservation-form__grid .form-dropdown-field:after {
    display: none
}

.reservation-form__grid .form-textarea {
    height: 120px;
    line-height: 25px
}

@media (min-width:768px) {
    .reservation-form__grid .form-textarea {
        height: 90px
    }
}

.reservation-form__grid .field-booking-comment,
.reservation-form__grid .field-booking-date,
.reservation-form__grid .field-booking-name,
.reservation-form__grid .field-booking-persons,
.reservation-form__grid .field-booking-phone,
.reservation-form__grid .field-booking-time,
.reservation-form__grid .form-group-checkbox,
.reservation-form__grid .form-label-checkbox {
    margin: 0
}

.reservation-form__grid .btn-restaurants {
    background: #e83b3b;
    border: none;
    color: #fff;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    margin: -10px 0 0;
    text-align: center
}

.reservation-form__grid .form-group-checkbox .field-checkbox-text {
    color: #fff;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: -10px;
    position: relative
}

.reservation-form__grid .form-group-checkbox .field-checkbox-text:before {
    background-color: #fff;
    border: none;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px
}

.reservation-form__grid .form-label-checkbox input[type=checkbox]:checked+.field-checkbox-text:after {
    background-image: url(../../images/icon-tick.svg);
    background-repeat: no-repeat;
    content: "";
    height: 12px;
    left: 2px;
    position: absolute;
    top: 4px;
    width: 16px
}

@media (min-width:768px) {
    .reservation-form__grid {
        -moz-column-gap: 13px;
        column-gap: 13px;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 23px
    }

    .reservation-form__grid>.form-group {
        width: calc(50% - 8px)
    }

    .reservation-form__grid>.form-group-btn,
    .reservation-form__grid>.form-group-checkbox,
    .reservation-form__grid>.form-group-select,
    .reservation-form__grid>.form-group-textarea {
        width: 100%
    }
}

.reviews {
    padding: 30px 0 43px
}

@media (min-width:768px) {
    .reviews {
        padding: 30px 0 43px
    }
}

@media (min-width:1024px) {
    .reviews {
        padding: 34px 0 63px
    }
}

.reviews__title {
    margin: 0 0 10px
}

.reviews__subtitle {
    margin: 0 0 37px
}

@media (min-width:768px) {
    .reviews__subtitle {
        margin: 0 0 54px
    }
}

.reviews__accounts {
    align-items: center;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    width: 100%
}

@media (min-width:768px) {
    .reviews__accounts {
        flex-direction: row;
        justify-content: space-between
    }
}

.reviews__accounts a {
    align-items: center;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    display: flex;
    height: 68px;
    justify-content: center;
    margin: 0;
    max-width: 280px;
    text-align: center;
    width: 100%
}

@media (min-width:768px) {
    .reviews__accounts a {
        width: 160px
    }
}

@media (min-width:1024px) {
    .reviews__accounts a {
        width: 200px
    }
}

@media (min-width:1366px) {
    .reviews__accounts a {
        width: 280px
    }
}

.reviews__accounts a img {
    height: 35px;
    width: 100%
}

.recipe__item-image {
    border-radius: 10px;
    margin-bottom: 12px;
    max-height: 175px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.recipe__item-title {
    color: #222;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin: 0 0 8px;
    text-align: left;
    text-transform: none
}

.recipe__item-description {
    color: #222;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 8px
}

.recipe__item-details {
    display: flex;
    gap: 12px
}

.recipe__item-details-description {
    align-items: center;
    display: flex;
    gap: 6px
}

.recipe__item-details-text {
    color: #9598a2;
    font-family: Raleway, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin: 0
}

.recipe__link {
    display: block
}

.recipe__link:hover {
    text-decoration: none
}

.about-rest__title {
    margin-bottom: 56px;
    text-transform: unset
}

.about-rest {
    margin-bottom: 50px;
    position: relative;
    transition: all .2s ease-in-out
}

.about-rest:before {
    background-color: #dcdcdc;
    content: "";
    height: 1px;
    left: -150%;
    position: absolute;
    top: 134px;
    width: 400vw
}

.about-rest__wrap {
    margin: 0 auto;
    max-width: 870px
}

.about-rest__tab-title {
    font-size: 24px;
    font-weight: 500;
    margin: 60px 0 44px;
    text-align: left;
    text-transform: unset
}

.about-rest__text {
    line-height: 19.6px;
    text-align: left
}

.about-rest__list {
    margin: 0;
    padding-left: 16px
}

@media screen and (max-width:768px) {
    .chili__tabs {
        overflow: scroll hidden
    }

    .about-rest:before {
        top: 175px
    }

    .about-rest__tabs-wrap {
        height: 25px;
        position: relative
    }
}

@media screen and (max-width:576px) {
    .about-rest__title {
        line-height: 33px;
        margin-bottom: 27px;
        text-align: left
    }

    .about-rest {
        margin-bottom: 14px
    }

    .about-rest:before {
        top: 120px
    }

    .about-rest__tab-title {
        font-size: 20px;
        line-height: 23px;
        margin: 35px 0 15px
    }

    .about-rest__text-wrap {
        flex-direction: column
    }

    .about-rest__paragraph {
        width: 100%
    }

    .about-rest__list {
        margin-bottom: 16px
    }
}

.about-rest-slider {
    height: 582px
}

.about-rest-slider .swiper-container {
    height: 100%
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #fff;
    border-radius: 50%;
    height: 46px;
    width: 46px
}

.swiper-button-next:after,
.swiper-button-prev:after {
    background-image: url(/images/arrow-slide.svg);
    content: "";
    font-family: unset;
    height: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 9px
}

.swiper-button-prev:after {
    transform: translate(-50%, -50%) rotate(-180deg)
}

.swiper-button-next {
    left: auto;
    right: 12%
}

.swiper-button-prev {
    left: 12%;
    right: auto
}

.swiper-pagination-bullet {
    background: #fff;
    height: 15px;
    opacity: 1;
    width: 15px
}

.swiper-pagination-bullet-active {
    background: #c20e1a
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7.5px
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30px
}

@media screen and (max-width:576px) {
    .about-rest-slider {
        height: 278px
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none
    }
}

@media (max-width:1025px) {
    .menu-section {
        top: 0
    }

    .menu-mobile-logo {
        top: 25px
    }

    .menu-section .sticky-content {
        height: 62px
    }

    .menu-section .sticky-content .menu-mobile-logo a {
        left: 16px;
        top: -25px
    }

    .menu-section .sticky-content .btn-mobile-nav {
        align-self: center;
        margin: auto 0 auto auto;
        padding: 12px 20px
    }
}

@media (max-width:1025px) and (max-width:520px) {
    .menu-section .sticky-content .btn-mobile-nav {
        font-size: 14px
    }
}

@media (max-width:700px) {
    .menu-wrap .btn-mobile-nav {
        border: 2px solid #282828;
        margin: auto 0 auto auto;
        overflow: unset;
        text-indent: unset
    }

    .menu-wrap .btn-mobile-nav:before {
        content: none
    }
}

.menu-social {
    display: none
}

@media (max-width:1024px) {
    .menu-social {
        display: flex;
        gap: 10px;
        margin: 20px auto 0;
        padding-bottom: 10px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

section.not-found {
    background: radial-gradient(50% 50% at 50% 50%, #292826 0, #181817 100%);
    margin: 0;
    padding: 170px 0;
    text-align: center
}

@media (min-width:400px) {
    section.not-found {
        padding: 200px 0
    }
}

@media (min-width:600px) {
    section.not-found {
        padding: 220px 0
    }
}

@media (min-width:768px) {
    section.not-found {
        padding: 100px 0
    }
}

.not-found__img {
    height: 310px
}

@media (min-width:768px) {
    .not-found__img {
        height: 610px
    }
}

@media (min-width:1600px) {
    .not-found__img {
        height: 700px
    }
}

.not-found__img img {
    height: 100%;
    width: 100%
}

.not-found__content {
    bottom: 0;
    left: 0;
    margin-top: 50px;
    position: fixed;
    width: 100%
}

@media (min-width:768px) {
    .not-found__content {
        position: static
    }
}

.not-found__link {
    background-color: #b22925;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    transition: .3s ease;
    width: 100%
}

.not-found__link:hover {
    color: #fff
}

@media (min-width:768px) {
    .not-found__link {
        width: 400px
    }
}

.restaurants-header-section {
    height: 900px;
    position: relative
}

@media screen and (max-width:1600px) {
    .restaurants-header-section {
        height: 870px;
        height: 750px
    }
}

@media screen and (max-width:440px) {
    .restaurants-header-section {
        height: 650px
    }
}

.restaurants-header-section__features-slider {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 999
}

body .hero {
    color: #fff;
    font-family: Montserrat-Regular, sans-serif;
    height: 60%;
    max-width: 960px;
    min-width: inherit;
    padding: 0 15px;
    width: 100%
}

body .hero img {
    height: auto;
    width: 100%
}

.hero__text {
    color: #f2f2f2;
    font-size: 45px;
    font-weight: 700;
    line-height: 110%
}

@media screen and (max-width:900px) {
    .hero__text {
        font-size: 35px
    }
}

@media screen and (max-width:600px) {
    .hero__text {
        font-size: 25px
    }
}

.hero__info {
    font-family: Montserrat-Black, sans-serif;
    font-size: 67px;
    font-weight: 900;
    letter-spacing: .06em;
    line-height: 110%
}

.hero__work-list {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-top: 30px;
    padding: 0;
    width: 100%
}

@media screen and (max-width:600px) {
    .hero__work-list {
        align-items: flex-start;
        flex-direction: column
    }
}

.hero__work-item {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
}

.hero__work-link {
    color: #fff;
    display: block;
    line-height: 20px;
    transition: .5s ease-in-out
}

.hero__work-link:hover {
    color: #fff;
    text-decoration: none
}

.hero__work-address,
.hero__work-time {
    font-family: Montserrat-Regular, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 120%;
    margin: 0 0 0 20px;
    text-align: left;
    text-transform: inherit
}

@media screen and (max-width:600px) {

    .hero__work-address,
    .hero__work-time {
        font-size: 16px
    }
}

.hero__work-address p {
    color: hsla(0, 0%, 100%, .7)
}

.hero__work-address,
.hero__work-address p,
.hero__work-time,
.hero__work-time p {
    color: #fff
}

.hero__icon-item:hover .hero__icon-description {
    visibility: visible
}

body .restaurants-section {
    padding: 50px 0
}

@media screen and (max-width:600px) {
    body .restaurants-section {
        padding: 35px 0
    }
}

.restaurant-page__about-wrapper {
    grid-gap: 30px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    margin-bottom: 50px
}

@media screen and (max-width:900px) {
    .restaurant-page__about-wrapper {
        grid-template-columns: 1fr
    }
}

.restaurant-page__text-wrapper p+p {
    margin: 20px 0 0
}

.small-slider.swiper-container {
    height: 100%
}

.small-slider .swiper-slide {
    height: 283px
}

.small-slider .swiper-pagination {
    bottom: 5px
}

@media screen and (max-width:900px) {
    .small-slider .swiper-pagination {
        bottom: 10px
    }
}

.small-slider .swiper-pagination-bullet {
    background: #e0e0e0;
    height: 12px;
    width: 12px
}

.small-slider .swiper-pagination-bullet-active {
    background: #c20e1a
}

.restaurant-page__about-text p:nth-child(n+2) {
    display: none
}

.restaurant-page__about-button {
    border: none;
    padding: 0
}

@media screen and (max-width:600px) {

    .restaurant-page__about-button,
    .restaurant-page__about-button span {
        width: 100%
    }
}

.restaurant-page__menu-grid {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    text-align: center
}

.restaurant-page__menu-grid a {
    height: 430px;
    margin: 10px;
    width: auto
}

.restaurant-page__menu-grid a img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: auto
}

@media screen and (max-width:900px) {
    .restaurant-page__menu-grid a {
        height: 330px
    }
}

@media screen and (max-width:600px) {
    .restaurant-page__menu-grid a {
        height: 380px
    }
}

@media screen and (max-width:900px) {
    .restaurant-page__menu-grid {
        flex-direction: column;
        margin-top: 30px
    }
}

.restaurant-page__offerta {
    font-size: 14px;
    letter-spacing: .01em;
    line-height: 120%;
    margin-top: 20px
}

.restaurant-page__offerta a {
    color: #282828;
    text-decoration: none
}

.restaurant-page__offerta a:hover {
    text-decoration: underline
}

body .restaurants-section.restaurant-page__positions {
    padding-bottom: 120px
}

@media screen and (max-width:900px) {
    body .restaurants-section.restaurant-page__positions {
        padding-bottom: 0
    }
}

.positions-slider.swiper-container {
    height: 100%
}

.positions-slider .swiper-slide {
    height: 625px;
    position: relative
}

@media screen and (max-width:1600px) {
    .positions-slider .swiper-slide {
        height: 522px
    }
}

@media screen and (max-width:1024px) {
    .positions-slider .swiper-slide {
        height: 430px
    }
}

.positions-slider img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.positions-slider .positions-slider__description {
    background: #fcfcfc;
    bottom: 30px;
    left: 30px;
    margin-right: 20px;
    max-width: 415px;
    padding: 10px 20px;
    position: absolute
}

.positions-slider .positions-slider__description h3 {
    color: #e83b3b;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    justify-content: space-between;
    line-height: 110%
}

.positions-slider .positions-slider__description h3 span {
    color: #282828;
    margin-left: 20px
}

@media screen and (max-width:1400px) {
    .positions-slider .positions-slider__description h3 {
        font-size: 14px
    }
}

@media screen and (max-width:900px) {
    .positions-slider .positions-slider__description {
        bottom: 20px;
        left: 10px;
        margin-right: 10px;
        padding: 10px
    }
}

.positions-slider p {
    font-size: 16px;
    line-height: 110%
}

@media screen and (max-width:1400px) {
    .positions-slider p {
        font-size: 14px
    }
}

.positions-slider .swiper-button-next,
.positions-slider .swiper-button-prev {
    display: none
}

@media screen and (max-width:1024px) {

    .positions-slider .swiper-button-next,
    .positions-slider .swiper-button-prev {
        display: block
    }
}

body .restaurants-blockquote-section {
    background-color: #8f002f
}

.restaurant-page__interior-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 50px
}

.restaurant-page__interior-wrapper picture {
    display: block;
    height: 550px;
    overflow: hidden;
    width: auto
}

@media screen and (max-width:1400px) {
    .restaurant-page__interior-wrapper picture {
        height: 500px
    }
}

@media screen and (max-width:1024px) {
    .restaurant-page__interior-wrapper picture {
        height: 400px
    }
}

@media screen and (max-width:600px) {
    .restaurant-page__interior-wrapper picture {
        height: 325px
    }
}

.restaurant-page__interior-wrapper img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .8s ease-in-out;
    width: 100%
}

.restaurant-page__interior-wrapper img:hover {
    transform: scale(1.05);
    transition: all .8s ease-in-out
}

@media screen and (max-width:1024px) {
    .restaurant-page__interior-wrapper {
        grid-template-columns: 1fr 1fr;
        margin-top: 30px
    }
}

@media screen and (max-width:600px) {
    .restaurant-page__interior-wrapper {
        grid-template-columns: 1fr;
        margin-top: 30px
    }
}

body .restaurants-booking-section {
    background-color: #fff;
    color: #282828
}

.restaurants-two-parts {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px
}

@media screen and (max-width:900px) {
    .restaurants-two-parts {
        grid-template-columns: 1fr;
        margin-top: 30px
    }
}

.restaurants-part p {
    font-size: 16px;
    line-height: 130%
}

.restaurants-part a {
    color: #151515
}

@media screen and (max-width:900px) {
    .restaurants-part .restaurants-part__logo {
        display: none
    }
}

.restaurants-section .booking-form .form-dropdown-field,
.restaurants-section .booking-form .form-input,
.restaurants-section .booking-form .form-textarea,
.restaurants-section .contact-form .form-input,
.restaurants-section .contact-form .form-textarea {
    border: 1px solid #000;
    font-size: 16px;
    outline: none;
    padding: 7px 7px 4px 15px
}

.restaurants-section .form-group.error .form-dropdown-field,
.restaurants-section .form-group.error .form-input,
.restaurants-section .form-group.error .form-label-checkbox .field-checkbox-text:before {
    border-color: #f44242
}

.restaurants-section .booking-form .form-group.error,
.restaurants-section .contact-form .form-group.error {
    position: relative
}

.restaurants-section .booking-form .form-group.error:after,
.restaurants-section .contact-form .form-group.error:after {
    background-color: #fff;
    box-shadow: 2px -1px 4px rgba(89, 89, 89, .15), 3px 4px 10px rgba(89, 89, 89, .15);
    content: "Пожалуйста, заполните все обязательные поля";
    font-size: 11px;
    left: auto;
    line-height: 130%;
    padding: 15px;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translate(100%, -50%);
    width: 335px;
    z-index: 1
}

@media screen and (max-width:1650px) {

    .restaurants-section .booking-form .form-group.error:after,
    .restaurants-section .contact-form .form-group.error:after {
        left: 0;
        position: absolute;
        top: calc(100% + 6px);
        transform: translate(0);
        width: 100%
    }
}

.restaurants-section .booking-form .field-booking-date.form-group.error:after {
    z-index: 2
}

.restaurants-section .booking-form .form-dropdown-field:after,
.restaurants-section .booking-form .form-group-checkbox.form-group.error:after {
    display: none
}

.restaurants-section .booking-form .form-group,
.restaurants-section .contact-form .form-group {
    margin-bottom: 15px
}

@media screen and (max-width:1650px) {

    .restaurants-section .booking-form .form-group.error,
    .restaurants-section .contact-form .form-group.error {
        margin-bottom: 65px
    }
}

.restaurants-section .form-group__wrapper {
    display: flex;
    justify-content: space-between
}

.restaurants-section .form-group__wrapper .field-booking-date,
.restaurants-section .form-group__wrapper .field-booking-time {
    margin-bottom: 0
}

.restaurants-section .form-group__wrapper .form-group {
    flex-basis: 49%
}

@media screen and (max-width:1650px) {
    .restaurants-section .form-group__wrapper .form-group.error {
        margin-bottom: 55px
    }
}

@media screen and (max-width:1024px) {
    .restaurants-section .form-group__wrapper {
        flex-direction: column
    }
}

.restaurants-section .restaurants-booking-btn {
    align-items: center;
    background: #e83b3b;
    border: none;
    color: #fff;
    display: flex;
    font-size: 16px;
    justify-content: center;
    line-height: 130%;
    padding: 15px;
    text-align: center;
    width: 100%
}

.restaurants-section .restaurants-booking-btn:hover {
    box-shadow: 1px 1px 3px #000
}

.restaurants-section .form-label-checkbox .field-checkbox-text {
    color: #2c2d36;
    font-family: Ubuntu-Regular, sans-serif;
    font-size: 14px;
    letter-spacing: .056em;
    padding: 0 0 0 30px
}

.restaurants-section .form-label-checkbox .field-checkbox-text a {
    font-weight: 600
}

.restaurants-section .form-label-checkbox .field-checkbox-text a:hover {
    text-decoration: underline
}

.restaurants-section .form-label-checkbox .field-checkbox-text:before {
    border-color: #2c2d36;
    height: 17px;
    top: 2px;
    width: 17px
}

.restaurants-section .form-label-checkbox input[type=checkbox]+.field-checkbox-text:after {
    color: #e83b3b;
    font-size: 14px
}

#restaurant-map {
    height: 410px;
    margin: 0;
    padding: 20px 0 0
}

@media (min-width:768px) {
    #restaurant-map {
        padding: 35px 0 0
    }
}

@media (min-width:1024px) {
    #restaurant-map {
        height: 510px
    }
}

.restaurants-section .contact-form .form-input::-moz-placeholder,
.restaurants-section .contact-form textarea::-moz-placeholder {
    color: #6c757d;
    font-size: 18px;
    opacity: .6
}

.restaurants-section .contact-form .form-input:-ms-input-placeholder,
.restaurants-section .contact-form textarea:-ms-input-placeholder {
    color: #6c757d;
    font-size: 18px;
    opacity: .6
}

.restaurants-section .contact-form .form-input::placeholder,
.restaurants-section .contact-form textarea::placeholder {
    color: #6c757d;
    font-size: 18px;
    opacity: .6
}

.restaurants-section .contact-form .form-input:active,
.restaurants-section .contact-form .form-input:focus,
.restaurants-section .contact-form textarea:active,
.restaurants-section .contact-form textarea:focus {
    border-radius: 0;
    box-shadow: none;
    outline: 0
}

.restaurant-popup {
    display: none
}

.restaurant-popup.opened {
    background: rgba(28, 28, 28, .5);
    display: block;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000
}

.restaurant-popup .popup-success {
    background-color: #fff;
    height: auto;
    left: 50%;
    max-width: 690px;
    min-width: 290px;
    padding: 80px;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media screen and (max-width:768px) {
    .restaurant-popup .popup-success {
        padding: 60px 40px
    }
}

.restaurant-popup .popup-success h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 30px;
    text-transform: inherit
}

@media screen and (max-width:768px) {
    .restaurant-popup .popup-success h3 {
        font-size: 25px
    }
}

.restaurant-popup .popup-success p {
    font-size: 24px;
    line-height: 120%
}

@media screen and (max-width:768px) {
    .restaurant-popup .popup-success p {
        font-size: 20px
    }
}

.ui-timepicker-standard {
    z-index: 100 !important
}

.slider-section {
    margin-bottom: 0;
    position: relative;
}

.slider-section .children_content__link {
    right: -100%;
    transition: right .8s ease
}

.slider-section .children_content__link.active {
    right: calc(60px - 100vw + 100%)
}

.slider-section .swiper-container {
    height: 100%;
    left: 0;
    max-height: 1000px;
    position: absolute;
    top: 0;
}

.slider-section .slider-section__content {
    font-family: Montserrat, sans-serif;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 2
}

.slider-section .slider-section__content .section__content__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    max-width: 900px;
    padding-bottom: 60px;
    padding-top: min(257px, 20%)
}

@media (max-width:1025px) {
    .slider-section .slider-section__content .section__content__inner {
        padding-bottom: 55px;
        padding-top: calc(min(167px, 20%) + 140px)
    }
}

@media (max-width:768px) {
    .slider-section .slider-section__content .section__content__inner {
        padding-bottom: 37px;
        width: 100%
    }
}

@media (max-width:520px) {
    .slider-section .slider-section__content .section__content__inner {
        padding-top: calc(min(167px, 20%) + 100px)
    }

    .slider-section .slider-section__content .section__content__inner .slider-section__desc {
        margin-top: 60px
    }
}

.slider-section .slider-section__content .section__content__inner .slider-section__desc p {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
    margin: 0 auto;
    padding: 14px 0;
    text-align: center
}

@media (max-width:768px) {
    .slider-section .slider-section__content .section__content__inner .slider-section__desc p {
        font-size: 20px
    }
}

@media (max-width:520px) {
    .slider-section .slider-section__content .section__content__inner .slider-section__desc p {
        line-height: 18px;
        max-width: 100%;
        padding: 20px 10px
    }
}

.slider-section .slider-section__content .section__content__inner .slider-section__buttons {
    -moz-column-gap: 40px;
    column-gap: 40px;
    display: flex;
    justify-content: center;
    margin-top: 35px;
    row-gap: 30px
}

@media (max-width:1025px) {
    .slider-section .slider-section__content .section__content__inner .slider-section__buttons {
        padding: 0 15px
    }
}

@media (max-width:768px) {
    .slider-section .slider-section__content .section__content__inner .slider-section__buttons {
        flex-direction: column
    }
}

.slider-section .slider-section__content .section__content__inner .slider-section__buttons .slider-section__button {
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    gap: 10px;
    justify-content: center;
    letter-spacing: .01em;
    line-height: 119%;
    padding: 20px 40px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width:768px) {
    .slider-section .slider-section__content .section__content__inner .slider-section__buttons .slider-section__button {
        width: 100%;
        padding: 20px 0
    }
}

@media (max-width:520px) {
    .slider-section .slider-section__content .section__content__inner .slider-section__buttons .slider-section__button {
        font-size: 16px;
        padding: 17px 0
    }
}

.slider-section .slider-section__content .section__content__inner .slider-section__buttons .slider-section__button.red {
    background: #e83b3b
}

.slider-section .slider-section__content .section__content__inner .slider-section__buttons .slider-section__button.red svg {
    margin-top: -2px
}

.slider-section .slider-section__content .section__content__inner .slider-section__buttons .slider-section__button.transparent {
    border: 2px solid #fff
}

.pages-slider-wrapper {
    margin: 0 auto 90px;
    max-width: 960px
}

@media (max-width:901px) {
    .pages-slider-wrapper {
        max-width: calc(100% - 40px)
    }
}

.pages-slider-wrapper .pages-slider__controls {
    left: -70px;
    top: 0;
    width: calc(100% + 140px)
}

@media (max-width:1201px) {
    .pages-slider-wrapper .pages-slider__controls {
        bottom: -100%;
        display: flex;
        justify-content: center;
        left: 0;
        top: unset;
        width: 100%
    }
}

.pages-slider-wrapper .pages-slider__controls .pages-slider__pagination {
    display: none
}

@media (max-width:1201px) {
    .pages-slider-wrapper .pages-slider__controls .pages-slider__pagination {
        display: none;
        gap: 20px;
        padding-top: 30px
    }

    .pages-slider-wrapper .pages-slider__controls .pages-slider__pagination .swiper-pagination-bullet {
        background: #e0e0e0
    }

    .pages-slider-wrapper .pages-slider__controls .pages-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #c20e1a
    }
}

.pages-slider-wrapper .pages-slider__controls .pages-slider__buttons {
    margin-top: 5px
}

@media (max-width:1201px) {
    .pages-slider-wrapper .pages-slider__controls .pages-slider__buttons {
        display: none
    }
}

.pages-slider-wrapper .pages-slider__controls .pages-slider__buttons .pages-slider__button {
    height: 50px;
    width: 50px
}

.pages-slider .swiper-wrapper {
    margin-right: -32px
}

@media (max-width:901px) {
    .pages-slider .swiper-wrapper {
        margin-right: -16px
    }
}

.pages-slider .pages-slider__slide {
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 130%;
    padding: 20px 0;
    text-align: center;
    width: 216px
}

@media (max-width:901px) {
    .pages-slider .pages-slider__slide {
        width: 205px
    }
}

.restaurants-item-link {
    position: relative
}

.restaurants-item__plug {
    align-items: center;
    bottom: 21px;
    display: flex;
    left: 20px;
    position: absolute
}

.restaurants-item__plug-block {
    background-color: #fff;
    color: #000;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 110%;
    margin-left: 12px;
    padding: 7px 8px 7px 15px;
    position: relative
}

.restaurants-item__plug-block:before {
    background-color: #fff;
    content: "";
    height: 10px;
    left: -5px;
    position: absolute;
    top: 10%;
    transform: translateY(50%) rotate(45deg);
    width: 10px
}

.recepty {
    max-width: 1140px;
    padding: 0 20px
}

@media screen and (min-width:768px) {
    .recepty {
        padding: 0 40px
    }
}

@media screen and (min-width:1024px) {
    .recepty {
        padding: 0 15px
    }
}

@media screen and (min-width:1440px) {
    .recepty {
        padding-left: 25px
    }
}

.recepty_page_h1 {
    font-family: Ubuntu-Regular, sans-serif;
    font-weight: 400;
    margin: 0 0 35px;
    text-align: left;
    text-transform: none
}

@media screen and (min-width:768px) {
    .recepty_page_h1 {
        margin-bottom: 28px
    }
}

.recepty__list {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
    padding: 0
}

@media screen and (min-width:768px) {
    .recepty__list {
        gap: 28px 16px;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width:1024px) {
    .recepty__list {
        gap: 28px 8px;
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (min-width:1440px) {
    .recepty__list {
        gap: 28px 20px
    }
}

.recepty-section {
    margin-top: 150px
}

@media screen and (min-width:768px) {
    .recepty-section {
        margin-top: 172px
    }
}

@media screen and (min-width:1440px) {
    .recepty-section {
        margin-top: 176px
    }
}

.recipe__image {
    height: 100%;
    max-height: 450px;
    min-height: 395px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media screen and (min-width:1440px) {
    .recipe__image {
        max-height: 450px
    }
}

.recipe__container {
    margin: 0 auto;
    max-width: 1120px;
    padding: 0 20px
}

@media screen and (min-width:768px) {
    .recipe__container {
        padding: 0 40px
    }
}

@media screen and (min-width:1024px) {
    .recipe__container {
        padding: 0 15px
    }
}

@media screen and (min-width:1440px) {
    .recipe__container {
        padding: 0
    }
}

.recipe__wrapper {
    padding: 40px 0
}

@media screen and (min-width:768px) {
    .recipe__wrapper {
        padding: 32px 0
    }
}

@media screen and (min-width:1440px) {
    .recipe__wrapper {
        padding: 45px 0
    }
}

.recipe__title {
    color: #151515;
    font-family: Ubuntu, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 22px;
    text-align: left
}

@media screen and (min-width:1440px) {
    .recipe__title {
        margin: 0 0 16px
    }
}

.recipe__description {
    display: flex;
    flex-direction: column;
    gap: 22px;
    justify-content: space-between
}

@media screen and (min-width:768px) {
    .recipe__description {
        flex-direction: row
    }
}

.recipe__text {
    color: #222;
    display: flex;
    flex-direction: column;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 300;
    gap: 10px;
    line-height: 19px
}

@media screen and (min-width:768px) {
    .recipe__text {
        max-width: 537px
    }
}

@media screen and (min-width:1024px) {
    .recipe__text {
        max-width: 841px
    }
}

@media screen and (min-width:1440px) {
    .recipe__text {
        max-width: 961px
    }
}

.recipe__details {
    display: flex;
    flex-direction: row;
    gap: 22px
}

@media screen and (min-width:768px) {
    .recipe__details {
        flex-direction: column
    }
}

.recipe__details-description {
    display: flex;
    gap: 12px
}

.recipe__details-description-icon {
    height: 23px;
    width: 23px
}

.recipe__details-description-text {
    color: #9598a2;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px
}

.recipe__subtitle {
    color: #151515;
    font-family: Ubuntu, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 20px;
    text-align: left
}

@media screen and (min-width:1440px) {
    .recipe__subtitle {
        margin: 0 0 16px
    }
}

.recipe__subtitle-center {
    text-align: center
}

@media screen and (min-width:768px) {
    .recipe__subtitle-center {
        text-align: left
    }
}

.recipe__ingredients {
    display: flex;
    flex-direction: column;
    gap: 44px;
    justify-content: space-between
}

@media screen and (min-width:1024px) {
    .recipe__ingredients {
        flex-direction: row
    }
}

.recipe__ingredients-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

@media screen and (min-width:1024px) {
    .recipe__ingredients-list {
        max-width: 540px
    }
}

.recipe__ingredients-item {
    display: flex;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    gap: 11px;
    justify-content: space-between;
    line-height: 19px
}

.recipe__ingredients-item-text {
    font-weight: 300;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content
}

.recipe__ingredients-item-line {
    border-bottom: 1px solid #e6e6e6;
    width: 100%
}

.recipe__ingredients-item-gram {
    font-weight: 400;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content
}

.recipe__ingredients-image {
    border-radius: 10px;
    min-height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media screen and (min-width:768px) {
    .recipe__ingredients-image {
        max-height: 225px
    }
}

@media screen and (min-width:1024px) {
    .recipe__ingredients-image {
        max-height: none;
        max-width: 414px
    }
}

@media screen and (min-width:1440px) {
    .recipe__ingredients-image {
        max-width: 474px
    }
}

.recipe__instructions-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.recipe__instructions-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between
}

@media screen and (min-width:768px) {
    .recipe__instructions-item {
        flex-direction: row;
        gap: 14px
    }
}

@media screen and (min-width:1024px) {
    .recipe__instructions-item {
        gap: 18px
    }
}

@media screen and (min-width:1440px) {
    .recipe__instructions-item {
        gap: 58px
    }
}

.recipe__instructions-item-description {
    font-family: Raleway, sans-serif;
    font-size: 18px;
    line-height: 21px
}

.recipe__instructions-item-step {
    color: #c0303b;
    font-weight: 500;
    margin-bottom: 12px
}

.recipe__instructions-item-text {
    color: #222;
    display: flex;
    flex-direction: column;
    font-weight: 300;
    gap: 20px
}

.recipe__instructions-item-text-link {
    color: #ca0a16;
    text-decoration: underline
}

.recipe__instructions-item-image {
    border-radius: 10px;
    max-height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media screen and (min-width:768px) {
    .recipe__instructions-item-image {
        max-height: none;
        max-width: 252px;
        min-width: 252px
    }
}

.recipe__controls {
    align-items: flex-start;
    display: flex;
    justify-content: center
}

@media screen and (min-width:768px) {
    .recipe__controls {
        justify-content: space-between
    }
}

.recipe__buttons {
    display: none
}

@media screen and (min-width:768px) {
    .recipe__buttons {
        display: flex;
        gap: 10px
    }
}

.recipe__button.swiper-button-disabled {
    opacity: .1
}

.recipe__button_prev {
    transform: rotate(180deg)
}

.recipe-slider__image {
    max-height: 198px;
    min-height: 198px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width:768px) {
    .recipe-slider__image {
        max-height: 167px;
        min-height: 167px
    }
}

body .restaurants-section h2.pages-slider-title {
    font-family: Montserrat, sans-serif;
    margin: 15px 0 0;
    text-align: left
}

.pages-slider-wrapper {
    height: auto;
    margin: 52px auto 60px;
    max-width: 100%;
    position: relative;
    width: 100%
}

.recipe-slider.swiper-container {
    height: auto;
    width: auto
}

.pages-slider {
    font-family: Montserrat, sans-serif;
    height: auto;
    margin: 0 auto
}

.pages-slider .pages-slider__slide {
    background-color: #fff;
    border: 1px solid #bfbfbf;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: unset;
    font-weight: 400;
    height: 396px;
    letter-spacing: unset;
    line-height: unset;
    padding: 124px 20px 45px;
    position: relative;
    text-align: left;
    width: 286px
}

.pages-slider .pages-slider__slide:hover {
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none
}

.pages-slider .pages-slider__slide:after {
    background-color: hsla(0, 5%, 64%, .25);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease-in-out;
    z-index: 0
}

.pages-slider .pages-slider__slide:hover:after {
    opacity: 1
}

.pages-slider .pages-slider__slide:first-child:hover {
    background-image: url(../images/page_slider_1.png)
}

.pages-slider .pages-slider__slide:nth-child(2):hover {
    background-image: url(../images/page_slider_2.png)
}

.pages-slider .pages-slider__slide:nth-child(3):hover {
    background-image: url(../images/page_slider_3.png)
}

.pages-slider .pages-slider__slide:nth-child(4):hover {
    background-image: url(../images/page_slider_4.png)
}

.pages-slider .pages-slider__slide:nth-child(5):hover {
    background-image: url(../images/page_slider_5.png)
}

.pages-slider .pages-slider__slide:nth-child(6):hover {
    background-image: url(../images/page_slider_6.png)
}

.pages-slider .pages-slider__slide:nth-child(7):hover {
    background-image: url(../images/page_slider_7.png)
}

.pages-slider .pages-slider__slide:nth-child(8):hover {
    background-image: url(../images/page_slider_8.png)
}

.pages-slider .pages-slider__slide:nth-child(9):hover {
    background-image: url(../images/page_slider_9.png)
}

.pages-slider__slide-wr {
    z-index: 1
}

.pages-slider .pages-slider__slide:hover .pages-slider__slide-ic {
    opacity: 0
}

.pages-slider__slide-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 28px;
    text-align: center;
    text-transform: uppercase
}

.pages-slider__slide-more {
    border-top: 1px solid hsla(0, 0%, 98%, .2);
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    opacity: 0;
    padding-top: 16px;
    z-index: 1
}

.pages-slider .pages-slider__slide:hover .pages-slider__slide-more {
    opacity: 1
}

.pages-slider__slide-more-ic {
    font-size: 22px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 70px
}

.pages-slider-wrapper .pages-slider__controls {
    height: 100%;
    left: auto;
    position: absolute;
    right: 0;
    top: -98px;
    width: 124px
}

.pages-slider-wrapper .pages-slider__controls .pages-slider__buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    position: absolute;
    width: 100%
}

.pages-slider-wrapper .pages-slider__controls .pages-slider__buttons .swiper-button-disabled {
    opacity: .1
}

.pages-slider-wrapper .pages-slider__controls .pages-slider__buttons .pages-slider__button {
    cursor: pointer;
    height: 54px;
    width: 54px
}

.pages-slider-wrapper .pages-slider__controls .pages-slider__buttons .pages-slider__button_prev {
    transform: rotate(180deg)
}

@media screen and (max-width:1140px) {
    .wrap.restaurants-section {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media screen and (max-width:600px) {
    body .restaurants-section h2.pages-slider-title {
        font-size: 25px;
        line-height: 29px;
        margin: 11px 0 0
    }

    .pages-slider-wrapper {
        margin: 30px auto 45px
    }

    .pages-slider .pages-slider__slide2 {
        height: 326px;
        padding: 96px 20px 35px;
        width: 246px
    }

    .pages-slider__slide-title {
        font-size: 14px;
        line-height: 17px
    }

    .pages-slider__slide-more {
        padding-top: 10px
    }

    .pages-slider-wrapper .pages-slider__controls .pages-slider__buttons .pages-slider__button {
        height: 34px;
        width: 34px
    }

    .pages-slider-wrapper .pages-slider__controls {
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1
    }

    .pages-slider-wrapper .pages-slider__controls .pages-slider__buttons {
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .pages-slider-wrapper .pages-slider__controls .pages-slider__pagination {
        bottom: -25px;
        display: flex;
        gap: 10px;
        padding-top: 0;
        position: absolute
    }

    .pages-slider-wrapper .swiper-pagination-bullet {
        height: 12px;
        width: 12px
    }

    .pages-slider-wrapper .pages-slider__controls svg {
        height: 34px;
        width: 34px
    }

    .about-rest-slider .swiper-pagination-bullet {
        height: 12px;
        width: 12px
    }
}

.contact-restoran-link {
    background-color: #222;
    color: #fff;
    display: block;
    font-size: 13px;
    line-height: 17px;
    margin-top: 10px;
    padding: 10px 18px;
    text-align: center;
    text-transform: none;
    width: 214px
}

.contact-restoran-link:hover {
    text-decoration: none
}

.slider-section__desc {
    padding: 0 70px
}

.slider-section .slider-section__content .section__content__inner .slider-section__desc h1 {
    color: #fff;
    margin: 0 auto;
    padding: 14px 0;
    text-align: center;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
}

@media (max-width:768px) {

    /*.slider-section__desc{
        padding: 0;
    }*/
    .slider-section .slider-section__content .section__content__inner .slider-section__desc h1 {
        font-size: 32px;
        font-weight: 600;
        line-height: 121%;
    }
}

@media (max-width:520px) {
    .slider-section__desc {
        padding: 0 20px;
    }

    .slider-section .slider-section__content .section__content__inner .slider-section__desc h1 {
        font-size: 18px;
        font-weight: 600;
        line-height: 121%;
    }
}

.title-newyear {
    font-size: 28px;
    max-width: 100%
}

@media (max-width:520px) {
    .title-newyear {
        font-size: 18px
    }
}

body .h_2 {
    font-family: OpenSans-Regular, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 110%;
    text-align: center;
    text-transform: inherit
}

body .h_3 {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin: 24px 0 18px;
    text-align: center;
    text-transform: uppercase
}

.contact_page_h1 {
    text-align: left;
    text-transform: none
}

.app_booking_h1 {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 1rem;
    margin-top: 0
}

.children-section {
    color: #fff;
    margin-bottom: 0;
    position: relative
}

.children-section__container {
    padding: 20px 0 60px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:1024px) {
    .children-section__container {
        padding: 15px 0 70px
    }
}

.children-section__bg-img {
    background-image: url(../images/venchik-bg-img.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 350px;
    margin-top: 50px;
    width: 100%
}

@media screen and (min-width:1024px) {
    .children-section__bg-img {
        background-position: top;
        height: 80%;
        position: absolute;
        right: -47px;
        top: 20px;
        width: 40%
    }
}

.children-section__title {
    font-size: 22px;
    line-height: 1.4em;
    text-transform: uppercase
}

@media screen and (min-width:768px) {
    .children-section__title {
        font-size: 40px
    }
}

.children-section__subtitle {
    font-size: 16px;
    padding-bottom: 40px;
    padding-top: 27px;
    text-transform: uppercase
}

@media screen and (min-width:768px) {
    .children-section__subtitle {
        font-size: 26px;
        padding-top: 38px
    }
}

.children-section__flex-content {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between
}

.children-section__flex-content:not(:last-child) {
    margin-bottom: 30px
}

.children-section__flex-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    width: 100%
}

@media screen and (min-width:768px) {
    .children-section__flex-item {
        width: calc(50% - 7.5px)
    }
}

.children-section__text-content {
    font-size: 14px;
    line-height: 1.4em;
    padding-top: 20px;
    width: 100%
}

@media screen and (min-width:768px) {
    .children-section__text-content {
        font-size: 16px;
        padding-top: 40px
    }
}

@media screen and (min-width:1024px) {
    .children-section__text-content {
        padding-top: 50px;
        width: 60%
    }
}

.children-section--violet {
    background: #8f3174
}

.children-section--violet:before {
    background-image: url(../images/violet-wave.png)
}

.children-section--white {
    background: #fff;
    color: #8f3174
}

.children-section--white:before {
    background-image: url(../images/white-wave.png)
}

.children-section--yellow {
    background: #fab83a
}

.children-section--yellow:before {
    background-image: url(../images/yellow-wave.png)
}

.children-section:before {
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    top: -25px;
    width: 100%
}

.pacifico-font {
    font-family: Pacifico, arial, sans-serif;
    line-height: 1.2em
}

.price-item {
    margin-bottom: 20px;
    width: 100%
}

@media screen and (min-width:768px) {
    .price-item {
        max-width: 270px
    }
}

@media screen and (min-width:1366px) {
    .price-item {
        max-width: 280px;
        width: calc(25% - 11.25px)
    }
}

.price-item__title {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px
}

@media screen and (min-width:768px) {
    .price-item__title {
        font-size: 30px
    }
}

.price-item__info {
    font-size: 14px;
    font-weight: 600
}

@media screen and (min-width:768px) {
    .price-item__info {
        font-size: 22px
    }
}

@media screen and (min-width:1366px) {
    .price-item__info {
        font-size: 16px
    }
}

.price-item__price {
    color: #fab83a
}

@media screen and (min-width:768px) {
    .step-item {
        max-width: 320px
    }
}

@media screen and (min-width:1024px) {
    .step-item {
        max-width: 440px
    }
}

@media screen and (min-width:1366px) {
    .step-item {
        max-width: 300px;
        width: calc(25% - 11.25px)
    }
}

.step-item.w-33 {
    width: 100%
}

@media screen and (min-width:768px) {
    .step-item.w-33 {
        max-width: 220px;
        width: calc(33.333% - 10px)
    }
}

@media screen and (min-width:1024px) {
    .step-item.w-33 {
        max-width: 280px
    }
}

@media screen and (min-width:1366px) {
    .step-item.w-33 {
        max-width: 400px
    }
}

.step-item__title {
    font-size: 18px
}

@media screen and (min-width:768px) {
    .step-item__title {
        font-size: 24px
    }
}

.step-item__description {
    color: #060606;
    font-size: 14px
}

.event-item {
    background-color: #fff;
    padding: 15px 15px 30px;
    width: 100%
}

@media screen and (min-width:768px) {
    .event-item {
        margin: 0 auto;
        width: calc(50% - 7.5px)
    }
}

@media screen and (min-width:1024px) {
    .event-item {
        flex: 1;
        max-width: 348px
    }
}

.event-item__img {
    width: 100%
}

.event-item__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.event-item__title {
    color: #fab83a;
    font-size: 22px;
    margin-top: 15px
}

@media screen and (min-width:768px) {
    .event-item__title {
        font-size: 28px;
        margin-top: 20px
    }
}

.price-include {
    align-items: flex-start;
    padding-left: 0;
    width: 100%
}

@media screen and (min-width:768px) {
    .price-include {
        flex: 1;
        width: auto
    }
}

.price-include__item {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    gap: 10px;
    line-height: 1.4em;
    list-style: none;
    text-align: left
}

@media screen and (min-width:768px) {
    .price-include__item {
        font-size: 16px;
        gap: 14px
    }
}

.price-include__item:before {
    background-color: #fab83a;
    border-radius: 50%;
    content: "";
    flex-shrink: 0;
    height: 14px;
    width: 14px
}

.w-33 {
    width: calc(33.333% - 10px)
}

#map-restorants {
    height: 400px;
    width: 100%
}

.b-event-list__header p,
.b-map-balloon,
.b-subs__text p {
    font-size: 14px;
    line-height: 1.71;
    text-align: center
}

.b-map-balloon {
    background: #fff;
    border: 1px solid #5e5e5e;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 hsla(40, 1%, 55%, .5);
    display: block;
    font-size: 12px;
    height: auto;
    line-height: 1.5;
    padding: 16px;
    position: absolute;
    transition: all .3s linear;
    width: 272px
}

.b-map-balloon:hover {
    box-shadow: 0 2px 4px 0 hsla(0, 0%, 49%, .5)
}

.b-map-balloon__close {
    background: url(../../images/sprite/sprite-2fad7196.svg) no-repeat;
    background-position: 33.4250343879% 39.5698924731%;
    cursor: pointer;
    display: block;
    height: 20px;
    margin: 0 auto 16px;
    transition: transform .3s ease-in-out;
    width: 20px
}

.b-map-balloon__close:hover {
    transform: scale(1.25)
}

.b-map-balloon__wrap {
    width: 100%
}

.b-map-balloon__inner {
    align-content: space-between;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 24px
}

.b-event-list__header p:last-child,
.b-event__desc-text:last-child,
.b-map-balloon__inner:last-child,
.b-map-balloon__vacancies-item:last-child {
    margin-bottom: 0
}

.b-map-balloon__inner h1 {
    font-family: HaginCapsMedium, serif;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
    width: 100%
}

.b-map-balloon__address {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
    width: 100%
}

.b-map-balloon__metro {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    margin: 0 0 8px;
    padding: 0;
    width: calc(100% + 16px)
}

.b-map-balloon__metro-item {
    padding: 0 8px
}

.b-map-balloon__type {
    margin-bottom: 8px;
    width: 100%
}

.b-map-balloon__working-hours {
    width: 100%
}

.b-map-balloon__vacancies {
    list-style-type: none;
    margin: 0 0 22px;
    padding: 12px 0 0
}

.b-map-balloon__vacancies-item {
    margin-bottom: 6px
}

.b-map-balloon__vacancy {
    display: inline-block;
    position: relative
}

.b-map-balloon__vacancy--featured:after {
    background: url(../../images/sprite/sprite-2fad7196.svg) no-repeat;
    background-position: 73.7850787132% 30.9978768577%;
    content: "";
    display: inline-block;
    height: 14px;
    position: absolute;
    right: -15px;
    top: 2px;
    width: 13px
}

.b-btn,
.b-btn--red {
    background: #c3151c;
    border-color: #c3151c
}

.b-btn {
    border: 1px solid #5e5e5e;
    border-radius: 16px;
    cursor: pointer;
    height: 32px;
    overflow: hidden;
    padding: 0 12px;
    text-align: center;
    transition: background .3s
}

.b-btn,
.b-btn__text {
    color: #fff;
    display: inline-block;
    vertical-align: top
}

.b-btn__text {
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.8px;
    line-height: 30px;
    pointer-events: none;
    position: relative;
    text-transform: uppercase;
    transition: transform .3s ease-in-out;
    white-space: nowrap
}

.b-metro {
    align-items: center;
    display: flex
}

.b-metro:before {
    border-radius: 50%;
    content: "";
    display: block;
    flex: none;
    height: 8px;
    margin-right: 6px;
    width: 8px
}

.b-metro--red:before {
    background: #d10100
}

.menu-item-dropdown {
    cursor: pointer;
    display: flex;
    position: relative
}

.menu-item-dropdown .menu-link {
    align-items: center;
    display: flex;
    gap: 11px;
    justify-content: center
}

@media screen and (max-width:1040px) {
    .menu-item-dropdown {
        display: block
    }

    .menu-item-dropdown .menu-text {
        width: auto
    }
}

.menu {
    justify-content: space-between;
    margin: 10px auto;
    max-width: 1440px;
    width: 100%
}

.menu.short-menu {
    display: none;
    justify-content: flex-start;
    padding-left: 160px;
    padding-right: 10px;
    padding-top: 0
}

.menu.short-menu .menu-item {
    padding-top: 0;
    width: auto
}

.menu.short-menu .menu-call-items {
    left: 0;
    position: absolute
}

@media screen and (min-width:768px) and (max-width:1025px) {
    .menu.short-menu {
        display: flex
    }
}

.menu-wrap {
    padding: 0 15px
}

@media (min-width:768px) {
    .menu-wrap {
        padding: 0 45px
    }
}

@media (min-width:1024px) {
    .menu-wrap {
        padding: 0
    }
}

.menu-container,
.menu-item-wrap {
    justify-content: space-between;
    margin: 0 auto;
    width: 100%
}

.menu-dropdown-items {
    background: #fff;
    display: none;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 999
}

@media screen and (max-width:1040px) {
    .menu-dropdown-items {
        margin: 0 auto;
        position: static
    }
}

.menu-dropdown-items_right {
    left: auto;
    right: 0
}

.menu-dropdown-items.show_menu {
    display: block
}

.menu-dropdown-items ul li {
    list-style: none
}

.menu-dropdown-items ul li a {
    color: #333;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 44px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.menu-dropdown-items ul {
    margin: 0;
    padding: 0
}

@media screen and (min-width:1041px) {
    .menu-dropdown-items ul li:hover {
        background-color: #222
    }

    .menu-dropdown-items ul li:hover a {
        color: #fff
    }

    .menu-item-dropdown:hover .menu-dropdown-items {
        display: block
    }
}

.menu-dropdown-items.active {
    display: block
}

.menu-item-call {
    display: flex;
    flex-direction: column;
    position: relative
}

.menu-call-items {
    background-color: #fff;
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 300px
}

.menu-call-items ul {
    margin: 0;
    padding: 0
}

.menu-call-items ul li {
    list-style: none
}

.menu-call-items ul li a {
    color: #333;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 44px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.menu-call-items ul li:hover {
    background-color: #222
}

.menu-call-items ul li:hover a {
    color: #fff
}

.menu-item-call-picture {
    margin-right: 10px;
    /* width: 12px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 40px; */
    /* width: 40px;*/
}

.menu-link-call-link {
    border: 1px solid #ca0a16;
    cursor: pointer;
    display: flex;
    height: 43px;
    padding: 15px;
    text-transform: uppercase;
    align-items: center;
    /* gap: 10px;*/
}

.menu-text-call-link {
    color: #ca0a16;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding-top: 2px
}

.menu-item-call:hover .menu-call-items {
    display: block
}

@media screen and (max-width:1235px) {
    .menu-item-call-picture svg {
        vertical-align: revert
    }

    .menu-call-items {
        margin-left: 0
    }
}

@media screen and (max-width:1040px) {
    .menu-item-call-picture svg {
        vertical-align: top
    }

    .menu-call-items {
        position: static
    }
}

.buffet-menu__item__wrap {
    margin-top: 10px
}

.buffet-menu__item__list_header {
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #E83B3B;
}

.buffet-menu__item__list {
    min-height: 220px;
    margin-top: 7px
}

.buffet-menu__item__list ul {
    list-style: none;
    padding-inline-start: 0;
}

.buffet-menu__item__list ul li {
    padding-bottom: 2px;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2C2D37
}

.buffet-menu__item__price {
    padding-top: 14px;
    margin-top: 41px;
    border-top: 1px solid #D1D1D1;
    display: flex;
    justify-content: space-between;
}

.buffet-menu__item__price__value {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #E83B3B
}

.buffet-menu__item__weights {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #2C2D37
}

/* cookie */

.cookie_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;

    position: fixed;
    max-width: 459px;
    left: 10px;
    bottom: 10px;
    z-index: 2000;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

/* Inside auto layout
flex: none;
order: 3;
flex-grow: 0;
z-index: 3;

*/
.cookie_box_text {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;

    color: #2C2D37;
}

.cookie_box_text p {
    margin: 0 !important;
}

.cookie_box_text a {
    color: #E30613;
}

/* Inside auto layout
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;*/


/* btns */

/* Auto layout */
.cookie_box_buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 30px;

}

/* Inside auto layout
flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;*/


/* btn */

/* Auto layout */
.cookie_box_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.cookie_box_button button {
    border: none;
    width: 194.5px;
    height: 36px;
}

/* btn */

.cookie_box_button button[name="cookie_button_agree"] {
    background: #E30613;
    padding: 10px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;

    color: #FFFFFF;

}

/* Inside auto layout
flex: none;
order: 0;
flex-grow: 1;*/


/* Согласиться */

/* Inside auto layout
flex: none;
order: 0;
flex-grow: 0;*/

/* btn */
/* Отказаться */
.cookie_box_button button[name="cookie_button_refuse"] {
    padding: 10px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    background: #ffffff;
    color: #E30613;
    border: 1px solid #E30613;
}

@media (max-width:431px) {
    .cookie_box {
        left: 0;
        bottom: 0;
        margin: 20px;
    }

    .cookie_box_text {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;

        color: #2C2D37;

        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;

    }

    .cookie_box_buttons {
        flex-direction: column;
        gap: 10px;
    }

    .cookie_box_button button {
        width: 78vw;
    }
}

.list-restorants {
    padding-top: 10px;
}

.restorants-items {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    text-align: center;
}

.restorants-item {
    display: flex;
    flex-direction: column;
}

.restorants-item__description {
    text-align: left;
    margin-top: 30px;
}

.restorants-item__description--item {
    margin-bottom: 16px;
}

.restorants-item__description--item-name {
    font-size: 18px;
    line-height: 18px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #151515;
}

.restorants-item__description--item-name_red {
    color: #C20E1A;
}

.restorants-item__description--item-name_address {
    color: #151515;
}

.restorants-item__description--item-address {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #555555;

}

.restorants-item__description--item-link_button {
    align-items: center;
    padding: 15px 28px;
    max-width: 264px;
    background: #C20E1A;

    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.restorants-item__description--item-link_button:hover {
    color: #ffffff;
    text-decoration: none;
}

.delivery-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
}

.delivery-item-left {
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    /*align-items: center;*/
    text-align: left;
    background-color: #E8303C;
    flex: 1 1 35%;
    justify-content: center;
    padding: 30px;
}
.delivery-item-left__descr {
    display: flex;
    flex-direction: column;
}
.delivery-item-left__descr--btn {
    margin-top: auto;
}

.delivery-item-right {
    box-sizing: border-box;
    flex: 1 1 65%;
    min-height: 281px;

    background: url("/images/delivery-main.jpg?v=1.0.1") no-repeat;
    background-position: center;
    background-size: cover;
}

/*
.delivery-item-right img {
    width: 100%;
}*/
.delivery-item-left__descr--header {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    leading-trim: both;
    text-edge: cap;
    align-items: center;

    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.delivery-item-left__descr--subheader {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
}

.delivery-item-left__descr--btn-link {
    padding: 20px;
    display: inline-flex;
    justify-content: center;
    border: solid 2px #ffffff;
    color: #FFFFFF;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    text-transform: uppercase;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 21px;
    width: 100%;
}

.delivery-item-left__descr--btn-link:hover {
    color: #FFFFFF;
    text-decoration: none;
}

@media (max-width: 821px) {
    .btn-mobile-nav-black {
        display: none;
    }

    .list-restorants {
        padding-top: 60px;
    }

    .restorants-items {
        flex-direction: column;
        gap: 60px;
    }

    .restorants-item {
        width: 100%;
    }

    .restorants-item__description {
        padding-left: 15px;
        margin-top: 15px;
    }

    .restorants-item__description--item {
        text-align: left;
        margin-top: 15px;
    }

    .restorants-item__description--item {
        margin-bottom: 10px;
    }

    .restorants-item__description--item-link_button {
        display: none;
    }

    .delivery-wrap {
        flex-direction: column;
    }

    .delivery-item-left__descr {
        width: 100%;
    }
    .delivery-item-left {
        justify-content: normal;
        flex: 1;
    }
    .delivery-item-right {
        flex: 1;
    }
    .delivery-item-left__descr--subheader {
        margin-bottom: 24px;
    }

    .delivery-item-left__descr--header {
        font-size: 26px;
        line-height: 46px;
    }

    .delivery-item-left__descr--subheader {
        font-size: 16px;
    }

    .delivery-item-left {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.slider-section .swiper-slide {
    filter: brightness(0.5);
}

#btn-mobile-nav-black {
    display: none;
}

section.events-section {
    margin-bottom: 100px;
}

section.restaurant-slider-book-section {
    margin-bottom: 100px;
}
section.restaurant-page__menu-intro {
    margin-bottom: 100px;
}

.central-section {
    width: 100%;
    /* Растягиваем на всю ширину области просмотра */
    padding: 0 230px;
}

.restaurant-description-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    padding: 0 180px;
    color: #000000;
}

.restaurant-description-h2-red {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: #D01B20;
}

.restaurant-description-read-more a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;

    text-decoration-line: underline;
    color: #D21D21;
}

.restaurant-description-read-more {
    display: none;
    text-align: center;
}

.restaurant-slider-book {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-height: 281px;
}

.restaurant-slider-book-slider {
    flex: 0 0 60%;
}

.restaurant-slider-book-booking {
    flex: 0 0 40%;
}

.restaurant-slider-book-slider {
    width: 100%;
    margin: 0 auto;
    /* Центрирование блока (опционально) */
    overflow: hidden;
    /* Обрезаем всё, что выходит за пределы */
}

/* 2. Задаем контейнеру Swiper ширину 100% от родителя */
.restaurant-slider-book-slider-block {
    width: 100% !important;
    height: 100%;
    position: relative;
}

/* 3. Ограничиваем слайды */
.restaurant-slider-book-slider-block .swiper-slide {
    width: 100% !important;
    /* Перебиваем авто-расчет Swiper в 2967px */
    height: 100%;
    overflow: hidden;
}

/* 4. Заставляем картинки подстраиваться под размер слайда */
.restaurant-slider-book-slider-block .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Сохраняет пропорции картинки, заполняя весь слайд */
    display: block;
}

.restaurant-slider-book-booking {
    background-color: #070203;
    color: #FFFFFF;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.restaurant-slider-book-booking-description {
    text-align: right;
}

.restaurant-slider-book-booking-description-head {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.restaurant-slider-book-booking-description-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.restaurant-slider-book-booking-button {
    display: block;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 20px 40px;
    border: 2px solid #FFFFFF;
    border-radius: 0px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
}

.restaurant-slider-book-booking-button:hover {
    color: #070203;
    background-color: #ffffff;
    text-decoration: none;
}

.menu-intro__text-wrapper {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #000000;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 1280px) {
    .menu-intro__text-wrapper {
        max-width: 720px;
    }
}


@media screen and (max-width: 821px) {
    .central-section {
        padding: 0 50px;
    }

    .restaurant-description-text {
        padding: 0;
        text-align: left;
    }

    .restaurant-description-read-more {
        text-align: left;
    }

    .restaurant-description-section {
        padding: 0 50px;
    }

    .restaurant-description-h2-red {
        font-size: 36px;
        text-align: left;
    }

    .events-section {
        padding-top: 60px
    }

    section.events-section {
        margin-bottom: 60px;
    }
    section.restaurant-page__menu-intro {
        margin-bottom: 60px;
    }

    section.restaurant-description-section {
        margin-bottom: 60px;
    }
    section.restaurant-slider-book-section {
        margin-bottom: 60px;
    }

    .restaurant-slider-book {
        flex-direction: column-reverse;
        height: 494px;
        /* Общая высота двух блоков вместе */
        max-height: none;
    }

    .restaurant-slider-book-slider,
    .restaurant-slider-book-booking {
        /* flex-basis: 50% заставит их занять ровно по половине высоты родителя */
        flex: 0 0 50%;
        height: 50%;
        width: 100%;
    }

    .restaurant-slider-book-slider-block {
        height: 100% !important;
    }

    .restaurant-slider-book-booking-description {
        text-align: left;
    }

    .restaurant-slider-book-booking-description-text {
        width: 50%;
    }

    section.restaurant-slider-book-section {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 441px) {
    .central-section {
        padding: 0 21px;
    }

    .restaurant-description-read-more {
        text-align: left;
    }

    .restaurant-description-text {
        padding: 0;
        text-align: left;
    }

    .restaurant-description-section {
        padding: 0 20px;
    }

    .restaurant-description-h2-red {
        font-size: 24px;
        text-align: left;
    }

    .menu-intro__text-wrapper {
        text-align: left;
    }

    .events-section {
        padding-top: 60px
    }

    .btn-mobile-nav-white {
        display: none !important;
    }

    .menu-wrap .btn-mobile-nav {
        align-items: center;
        display: flex;
        gap: 10px;
        background-color: #000;
        color: #FFF;
    }

    #btn-mobile-nav-black {
        display: flex;
    }

    .restaurant-slider-book {
        flex-direction: column;
        height: 522px;
        /* Общая высота двух блоков вместе */
        max-height: none;
    }

    .restaurant-slider-book-slider,
    .restaurant-slider-book-booking {
        /* flex-basis: 50% заставит их занять ровно по половине высоты родителя */
        flex: 0 0 50%;
        height: 50%;
        width: 100%;
    }

    .restaurant-slider-book-slider-block {
        height: 100% !important;
    }

    .restaurant-slider-book-booking-description {
        text-align: left;
    }

    .restaurant-slider-book-booking-description-text {
        width: 100%;
    }

    section.restaurant-slider-book-section {
        margin-bottom: 60px;
    }

    .restaurant-slider-book-booking-button {
        padding: 16px 17px;
        font-size: 16px;
    }
}

/**
Events main slider

 */
.events-slider-wrapper {
    position: relative;
    width: 100%;
    /*padding: 0 60px; */
    /* Отступы слева и справа, чтобы кнопки не перекрывали картинки */
    box-sizing: border-box;
}

.events-slider-wrapper .events-navigation {
    position: static;
}

.events-slider-wrapper .events-slider {
    overflow: hidden !important;
    /* Гарантирует обрезку за пределами visible-зоны */
    width: 100%;
}

.events-slider-wrapper .events-item {
    width: calc((100% - 40px) / 2.5);
    transition: opacity 0.3s ease;
    opacity: 1;
}

.events-slider-wrapper .events-item.swiper-slide-visible {
    opacity: 1;
}

.events-slider-wrapper .events-item.swiper-slide-visible:last-of-type,
.events-slider-wrapper .events-item.swiper-slide-next+.swiper-slide-next {
    opacity: 0.4;
}

.events-img {
    width: 100%;
    height: 100%;
}

.events-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/* Стили ваших кнопок */
.events-slider-wrapper .events-navigation {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.events-slider-wrapper .btn-prev,
.events-slider-wrapper .btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    width: 44px;
    height: 44px;

    /* Сброс стандартных стилей кнопки */
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;

    /* Подключение SVG фоном */
    background-image: url('/images/slider-main-next.svg');
    /* Укажите правильный путь к файлу */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    /* Убираем текст внутри кнопок, если он там был */
    font-size: 0;
    color: transparent;

    transition: opacity 0.3s ease, transform 0.2s ease;
}

.events-slider-wrapper .btn-prev {
    left: 0;
    transform: translateY(-50%) rotate(180deg);
    /* Переворачиваем стрелку влево */
}

.events-slider-wrapper .btn-next {
    right: 0;
}

.events-slider-wrapper .btn-prev:hover,
.events-slider-wrapper .btn-next:hover {
    opacity: 0.8;
}

.events-slider-wrapper .btn-prev.swiper-button-disabled,
.events-slider-wrapper .btn-next.swiper-button-disabled {
    opacity: 0.2;
    cursor: not-allowed;
}

.menu-intro__images {
    position: relative;
    width: 100% !important;
    display: block !important;
    box-sizing: border-box;
}

.menu-intro__images .menu-intro-slider {
    width: 100%;
    overflow: hidden;
}

.menu-intro__images .menu-intro-slider .swiper-slide {
    height: 100%;
    transition: opacity 0.3s ease;
}
/*
.menu-intro__images .menu-intro-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/
.wedding-offers__separator:after{
    background-color: #F9F5F1;
}
.seo-map {
    display: flex;
    flex-direction: row;
    max-height: 400px;
    margin-bottom: 100px;
}
.seo-map-col {
    flex-direction: column;
}

.seo-map-left {
    flex: 0 0 35%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    gap: 24px;
    border: 2px solid #D21D21;
    border-radius: 0px;
}

.seo-map-right {
    flex: 0 0 65%;
}

.seo-map-left .seo-map-left-header {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    color: #D21D21;
    margin-bottom: 24px;
}

.seo-map-left .seo-map-left-contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.seo-map-left .seo-map-left-contacts--items-address {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: capitalize;
    color: #D21D21;
    margin-bottom: 24px;
}

.seo-map-left .seo-map-left-contacts--items-contacts_phones__phone {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 10px;
}

.seo-map-left .seo-map-left-contacts--items-contacts_phones {
    margin-bottom: 24px;
}

.seo-map-left .seo-map-left-contacts--items-contacts_phones__order_call-phone {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #D21D21;
}

.seo-map-left .seo-map-left-contacts--items-contacts_timetable--header {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 4px;
}

.seo-map-left .seo-map-left-contacts--items-contacts_timetable--table {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

.seo-map-left .seo-map-left-contacts--build_route {
    width: 100%;
}

.seo-map-left .seo-map-left-contacts--build_route .seo-map-left-contacts--build_route-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    gap: 10px;
    background: #000000;
    border-radius: 0px;
    color: #ffffff;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
}

.seo-map-left .seo-map-left-contacts--build_route .seo-map-left-contacts--build_route-btn:hover {
    border: 2px solid #000000;
    background: #ffffff;
    color: #000000;
}

.seo-map-left .seo-map-left-contacts--items-contacts_timetable {
    margin-bottom: 32px;
}

/* Heights */
/*@media (min-width: 768px) {
    .menu-intro__images .menu-intro-slider {
        height: 321px;
    }
}*/

@media (max-width: 767px) {
    /*.menu-intro__images .menu-intro-slider {
        height: 423px;
    }*/

    .menu-intro__images .btn-prev,
    .menu-intro__images .btn-next {
        display: none !important;
    }
}

/* Opacity for last visible element */
@media (min-width: 1280px) {
    .menu-intro__images .menu-intro-slider .swiper-slide {
        opacity: 1;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .menu-intro__images .menu-intro-slider .swiper-slide {
        opacity: 1;
    }

    .menu-intro__images .menu-intro-slider .swiper-slide-active+.swiper-slide+.swiper-slide {
        opacity: 0.5;
    }
}

/* Buttons */
.menu-intro__images .btn-prev,
.menu-intro__images .btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    background-image: url('/images/slider-main-next.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0;
    color: transparent;
    transition: opacity 0.3s ease, transform 0.2s ease;
}

.menu-intro__images .btn-prev {
    left: 0;
    transform: translateY(-50%) rotate(180deg);
}

.menu-intro__images .btn-next {
    right: 0;
}

.menu-intro__images .btn-prev:hover,
.menu-intro__images .btn-next:hover {
    opacity: 0.8;
}

.menu-intro__images .btn-prev.swiper-button-disabled,
.menu-intro__images .btn-next.swiper-button-disabled {
    opacity: 0.2;
    cursor: not-allowed;
}

/* Pagination positioning */
.menu-intro__images .menu-intro__images-pagination {
    position: absolute !important;
    bottom: 15px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 10 !important;
    width: auto !important;
    display: flex !important;
    justify-content: center !important;
    gap: 8px !important;
}
section.delivery-section {
    margin-bottom: 100px;
}
.wedding__sub-title-wrapper .wedding__title{
    background-color: #F9F5F1;
}
div.new-footer__address:before {
    background-image: none;
}
@media (min-width: 768px) {
    .menu-intro__images .menu-intro__images-pagination {
        display: none !important;
    }
}

@media (max-width: 767px) {
    section.events-section {
        margin-bottom: 60px;
    }

    section.restaurant-description-section {
        margin-bottom: 60px;
    }

    section.restaurant-slider-book-section {
        margin-bottom: 60px;
    }

    section.restaurant-page__menu-intro {
        margin-bottom: 60px;
    }

    /* Убедимся, что слайдер не схлопывается */
    .events-slider {
        width: 100%;
        height: auto;
    }

    /* Исправление для блоков на мобильных */
    .events-item {
        opacity: 1 !important;
        /* Убираем прозрачность */
        display: block !important;
    }

    /* Гарантируем, что ссылка и картинка занимают всю высоту */
    .events-item a,
    .events-img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .events-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    /* Скрываем кнопки стрелок */
    .events-slider-wrapper .btn-prev,
    .events-slider-wrapper .btn-next {
        display: none !important;
    }

    /* Позиционируем пагинацию */
    .events-slider-wrapper {
        padding: 0 0 35px 0;
        /* Отступ снизу для точек */
    }

    .events-slider .swiper-pagination {
        display: block !important;
        bottom: 0 !important;
    }

    .new-footer__top {
        gap: 20px;
    }
    .new-footer__line_care {
        margin-bottom: 36px;
    }
}

@media (min-width: 768px) {

    /* Скрываем точки пагинации на десктопе */
    .events-slider .swiper-pagination {
        display: none !important;
    }

}

@media screen and (max-width: 821px) {
    section.delivery-section {
        margin-bottom: 60px;
    }
    .seo-map {
        flex-direction: column-reverse;
        max-height: none;
    }

    .seo-map-left {
        flex: 1;
    }

    .seo-map-right {
        flex: 1;
    }
    .new-footer__line_care {
        margin-bottom: 36px;
    }

    ul.new-footer__contacts {
        justify-content: left;
        width: 690px;
        gap: 210px
    }
}

@media screen and (max-width: 441px) {
    ul.new-footer__contacts {
        justify-content: center;
        width: 100%;
        gap: 20px;
    }
}
@media screen and (max-width: 391px) {
    .delivery-item-left__descr--btn-link {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 800;
        font-size: 14px;
        line-height: 19px;
    }
    .seo-map-left .seo-map-left-contacts--build_route .seo-map-left-contacts--build_route-btn{
        padding: 10px;
    }

}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .menu {
        max-width: 1000px;
    }
    .menu-link {
        padding: 0 5px;
    }
    .menu-text {
        font-size: 13px;
    }
    .restaurant-slider-book-booking-button {
        padding: 16px 17px;
        font-size: 16px;
    }
    .delivery-item-left__descr--btn-link{
        font-size: 12px;
    }
    .seo-map-left .seo-map-left-contacts--build_route .seo-map-left-contacts--build_route-btn {
        font-size: 12px;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .menu {
        max-width: 1200px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
    .restaurant-description-h2-red {
        font-size: 36px;
    }

    .central-section {
        padding: 0 70px;
    }
}
/* Inside auto layout
flex: none;
order: 0;
flex-grow: 0;*/