:root {
    --color-main: #3a3a3a;
    --color-orange: #f15319;
}
* {
    outline: none !important;
    /*cursor: none !important;*/
}
html {
    position: relative;
    min-height: 100vh;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
body {
    height: 100% !important;
    font-size: 14px;
    min-width: 320px;
    max-width: 1920px;
    padding: 0;
    color: #fff;
    background-color: var(--color-main);
    font-family: 'Tahoma';
    font-weight: normal;
    font-style: normal;
    margin: 0 auto;
    scroll-behavior: smooth;
    backface-visibility: hidden;
    text-rendering: optimizeLegibility;
    overflow: auto;
    overflow-x: hidden;
}
/**/
.f-tahoma {
    font-family: 'Tahoma';
    font-weight: normal;
    font-style: normal;
}
.f-rockwell-mt {
    font-family: 'Rockwell MT';
    font-weight: normal;
    font-style: normal;
}
.f-rockwell-mt-bold {
    font-family: 'Rockwell MT';
    font-weight: bold;
    font-style: normal;
}
.f-rockwell {
    font-family: 'Rockwell';
    font-weight: normal;
    font-style: normal;
}
.f-rockwell-bold {
    font-family: 'Rockwell';
    font-weight: bold;
    font-style: normal;
}
.f-calypso {
    font-family: 'Calypso';
    font-weight: normal;
    font-style: normal;
    letter-spacing: 4px;
}
/**/
a {
    color: inherit;
    text-decoration: none;
    transition: all 150ms ease-out;
}
a:hover, a:not([href]):hover {
    color: #d8d8d8;
    text-decoration: none;
}
svg {
    display: block
}
.svg-absolute {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.svg-absolute svg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.svg-visible svg {
    overflow: visible;
}
.svg-filters {
    width: 0;
    height: 0;
}
.fade-in {
    animation: fade-in 400ms;
}
.fade-out {
    animation: fade-out 400ms;
}
.modals {
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 560;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    transition: all 250ms linear;
}
.modals.show {
    pointer-events: auto;
    opacity: 1;
}
.modals .modals-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
    opacity: 0;
    transition: all 150ms linear;
    transition-delay: 50ms;
    background-size: cover;
}
.modals-overlay.show {
    opacity: 1;
}
.md-modal {
    width: 46.3541666%;
    position: absolute;
    top: auto;
    pointer-events: none;
    transform-origin: center center !important;
    max-width: none;
}
.md-modal.md-show {
    pointer-events: auto;
}
.md-modal .md-content {
    border-radius: 0;
    background: var(--color-main);
    padding: 3.929em;
}
.md-modal.second-plan {
    transform: translate(-50%,0) scale(0.9);
    opacity: 0.9;
    pointer-events: none;
}
.md-close {
    width: 1.500em;
    padding-top: 1.500em;
    position: absolute;
    right: 2em;
    top: 2em;
    cursor: pointer;
    transform-origin: 50% 50%;
    transition: all 150ms ease-out;
    z-index: 55;
}
.md-close path {
    transition: all 350ms ease-out;
}
.md-close:hover path {
    fill: var(--color-orange)
}
.md-close:hover {
    transform: rotate(90deg);
}
.loading .circle-loader {
    fill: transparent;
    stroke: #009688;
    stroke-width: 5;
    animation: dash 1.5s ease infinite,rotate 1.5s linear infinite;
    transform-origin: center center;
    animation-play-state: paused;
}
.loading svg {
    background: transparent;
}
.loading circle {
    stroke-width: 2;
    stroke: red;
}
.nicescroll-cursors {
    border-radius: 0 !important;
    background-color: #fe5e22 !important;
    border: 0 !important;
} 
.nicescroll-rails {
    z-index: 100 !important;
    background: #0000001a;
    width: 6px !important;
    opacity: 0 !important;
    transition: all 150ms linear;
}
.nicescroll-rails-hr {
    display: none !important;
}
.scroll-on .nicescroll-rails {
    opacity: 1 !important;
}
a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}
.header, .main, .footer {
    position: relative;
    width: 100%;
}
.loader-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 555;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: all 150ms ease-out;
    background: rgba(0, 0, 0, 0.05);
}
.loader-overlay.active {
    pointer-events: auto;
    opacity: 1;
}
.loader-overlay.active .circle-loader {
    animation-play-state: running;
}
.loader-overlay .circle-loader {
    fill: transparent;
    stroke-width: 5;
    animation: dash 1.5s ease infinite,rotate 1.5s linear infinite;
    transform-origin: center center;
    animation-play-state: paused;
}
.loader-overlay svg {
    background: transparent;
    width: 40px;
    height: 40px;
}
.loader-overlay circle {
    stroke-width: 2px;
    stroke: var(--color-orange);
}
/**/
.indent-s {
    width: 100%;
    height: 0.714em; /* 10 */
}
.indent-sn {
    width: 100%;
    height: 1.429em; /* 20 */
}
.indent-n {
    width: 100%;
    height: 2.857em; /* 40 */
}
.indent-bn {
    width: 100%;
    height: 2.500em; /* 35 */
}
.indent-b {
    width: 100%;
    height: 3.571em; /* 50 */
}
.indent-bbb {
    width: 100%;
    height: 7.143em; /* 100 */
}
/**/
.header {
    z-index: 70;
    padding-top: 2.857em;
}
.header > * {
    will-change: transform;
}
.main {

}
.footer {
    padding: 6.429em 0 1em 0;
    background: url(../images/patt-2.png);
    background-size: auto 100%;
}
.app-root {
    width: 100%;
    min-height: 100vh;
    position: relative;
}
.header-grid {
    display: grid;
    grid-template-columns: 26.5625% 63.0208333% auto;
}
.header-grid__col-1 {
    padding-top: 5.000em;
    position: relative;
    z-index: 5;
}
.header-grid__col-2 {
    padding-top: 5.000em;
}
.header-grid__col-3 {}
.header-left-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.rc-logo {}
.rc-logo--header {
    width: 59.803921%;
    padding-top: 52.803921%;
}
.header-nav__lnk {
    font-size: 2.857em;
    text-transform: uppercase;
    cursor: pointer;
}
.header-nav__lnk--about {}
.header-nav__lnk--reserve {
    font-size: 5.000em;
    line-height: 1.3;
}
.header-nav__lnk:hover, .header-nav__lnk.active {
    color: var(--color-orange);
}
.header-nav {
    display: flex;
    flex-direction: column;
    z-index: 5;
    position: relative;
    padding-top: 7.143em;
    padding-left: 4em;
}
/* intro */
.rc-intro {
    position: fixed;
    z-index: 555;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    background: var(--color-main);
}
.rc-intro__scene {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 0;
    z-index: 10;
}
.rc-intro__bg {
    background: var(--color-main) url(../images/intro/stars.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    opacity: 0;
    z-index: 5;
}
.rc-intro #starts-points > g,
.rc-intro #stars-stars > g,
.rc-intro #ch-1,
.rc-intro #ch-2,
.rc-intro #ch-3,
.rc-intro #ch-4,
.rc-intro #ch-5,
.rc-intro #arc-1,
.rc-intro #arc-2 {
    opacity: 0;
}
.rc-intro #hill-3 {
    stroke: #292929;
    stroke-width: 13px;
    stroke-opacity: 0.5;
}
.rc-intro #hill-2 {
    stroke: #636363;
    stroke-width: 13px;
    stroke-opacity: 0.1;
}
/* intro */
.slider__header {
    font-size: 5.929em;
    margin: 0;
    line-height: 1;
    position: absolute;
    z-index: 5;
    right: 7%;
    top: -10%;
    user-select: none;
    pointer-events: none;
    text-shadow: 0 7px 0 #000;
    text-transform: uppercase;
}
.slider {
    position: relative;
}
.rc-btn {
    text-decoration: none;
    position: relative;
    /*background: var(--color-orange);*/
    display: inline-block;
    padding: 0.714em 1.786em;
    transition: all 150ms linear;
    cursor: pointer;
}
.rc-btn__caption {
    font-size: 3.929em;
    text-transform: uppercase;
    color: #000;
    line-height: 1;
    position: relative;
    z-index: 5;
}
.rc-btn__bg {
    transition: all 250ms ease-out;
    transform-origin: center center;
    background: var(--color-orange);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.rc-btn__bghover {
    transition: all 250ms ease-out;
    transform-origin: center center;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: scale(0);
    opacity: 0;
}
.rc-btn:hover {}
.rc-btn:hover .rc-btn__bg {
    transform: scale(1.2);
    opacity: 0;
}
.rc-btn:hover .rc-btn__bghover {
    transform: scale(1);
    opacity: 1;
}
.slider__menu_lnk {
    position: absolute;
    z-index: 5;
    right: 7%;
    top: 27%;
    transition: none;
    box-shadow: 5px 5px 10px 0 black;
}
.cowboy {
    width: 6.000em;
    padding-top: 4.714em;
    position: absolute;
    left: -3.5em;
    transform: translate(0, -1.5em);
}
.header-slider-wrap {
    width: 72.55389718076285%;
    position: relative;
}
.rc-btn-1 {
    cursor: pointer;
}
.rc-btn-1--promo {
    position: absolute;
    bottom: -14.0%;
    width: 130%;
    transition: none;
}
.rc-btn-1__caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    font-size: 4.786em;
    text-transform: uppercase;
    line-height: 1;
    padding-left: 15%;
    text-shadow: 3px 2px 4px #00000026;
    padding-bottom: 8%;
}
.rc-btn-1__patt-1 {
    width: 110%;
    padding-top: 25%;
}
.rc-btn-1__patt-2 {
    position: absolute;
    background: url(../images/btn-patt-2.png);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.rc-btn-1__shadow {
    position: absolute;
    background: url(../images/btn-patt-shadow-1.png) no-repeat;
    width: 124%;
    height: 170%;
    left: -18%;
    top: -5%;
    background-size: 100% 80%;
}
.rc-btn-1--promo-complete {
    transition: all 150ms ease-out;
}
.rc-btn-1--promo-complete:hover {
    transform: translateX(-3em) !important;
}

.header-logo-wrapper {
    display: flex;
    width: 300px;
}
.header-logo-wrapper-mobile {
    display: flex;
    width: 240px;
}
@media screen and (max-width: 1200px) {
    .header-logo-wrapper {
        width: 240px;
    }
}
@media screen and (max-width: 992px) {
    .header-logo-wrapper {
        width: 190px;
    }
}
@media screen and (max-width: 576px) {
    .header-logo-wrapper-mobile {
        left: -19vw;
        position: relative;
    }
}
@media screen and (max-width: 400px) {
    .header-logo-wrapper-mobile {
        width: 200px;
        margin-top: 5vw;
        left: -25vw;
    }
}
@media screen and (max-width: 320px) {
    .header-logo-wrapper-mobile {
        left: -49vw;
    }
}

.swiper-nav-btn {
    width: 5.357em;
    padding-top: 5.357em;
    margin: 0;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    background: transparent;
    position: absolute;
    transform: translateY(-50%);
}
.swiper-button-prev {
    left: -4.5%;
}
.swiper-button-next {
    right: -4.5%;
}
.swiper-nav-btn path {
    transform-origin: center center;
    transition: all 250ms ease-out;
}
.swiper-nav-btn #bg {
    transform-origin: center center;
    transition: all 250ms ease-out;
}
.swiper-nav-btn #bghover {
    transform: scale(0);
    opacity: 0;
    fill: #fff;
    /*stroke: var(--color-orange);*/
    transform-origin: center center;
    transition: all 250ms ease-out;
}
.swiper-nav-btn:hover {}
.swiper-nav-btn:hover #bg {
    transform: scale(1.4);
    opacity: 0;
}
.swiper-nav-btn:hover #bghover {
    transform: scale(1);
    opacity: 1;
}
.swiper-nav-btn:hover path {
    transform: scale(0.9);
    fill: #000;
}
.main-patt {
    position: absolute;
    width: 100%;
    height: calc(100% - 50vw);
    pointer-events: none;
    background-size: 100% auto;
    background: url("../images/patt-1.png") repeat 0 0;
}
.img-decore {
    pointer-events: none;
    user-select: none;
}
.header-slider__circle-patt {
    position: absolute;
    width: 128%;
    left: 5%;
    top: 15%;
    z-index: -1;
}
.header-right-col {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
}
.header-slider__container-wrap {
    overflow: hidden;
    max-width: 875px;
    box-shadow: 10px 10px 40px 0 black;
}
.rc-btn-2 {
    width: 5.357em;
    padding-top: 5.357em;
    cursor: pointer;
    transition: none;
}
.rc-btn-2 path {
    transform-origin: center center;
    transition: all 250ms ease-out;
}
.rc-btn-2 #bg, .rc-btn-2 #bghover {
    transform-origin: center center;
    transition: all 250ms ease-out;
}
.rc-btn-2 #bghover {
    transform: scale(0);
    opacity: 0;
    fill: #fff;
}
.rc-btn-2 #border {
    transform-origin: center center;
    stroke-dasharray: 11, 2;
    stroke-dashoffset: 0;
    stroke-width: 4px;
    transition: all 250ms ease-out;
}
.rc-btn-2:hover #bg {
    transform: scale(1.4);
    opacity: 0;
}
.rc-btn-2:hover #bghover {
    transform: scale(1);
    opacity: 1;
}
.rc-btn-2:hover #border {
    stroke-dasharray: 0, 0;
}
.rc-btn-2--menu #lines path {
    transform-origin: center center;
    transition: all 250ms ease-out;
}
.rc-btn-2--menu:hover #lines path {
    fill: #000
}
.rc-btn-2--menu:hover #line-1 {

}
.rc-btn-2--menu:hover #line-2 {
    transform: scaleX(1.22);
}
.rc-btn-2--menu:hover #line-3 {
    transform: scaleX(1.7);
}
.rc-btn-2--menu:hover #btn-menu-mask path {
    transform: rotate(180deg);
}
.rc-btn-2--menu:hover #btn-menu-mask path {
    transform: rotate(180deg);
}
.rc-btn-2--loc:hover path#icon {
    transform: scale(0.9);
    fill: #000
}
.rc-btn-2--loc:hover #btn-loc-mask path {
    transform: rotate(-180deg);
}
.rc-btn-2--ig:hover path {
    transform: scale(0.9);
    fill: #000
}
.rc-btn-2--fb:hover path {
    transform: scale(0.9);
    fill: #000
}
.rc-btn-2--ig #border, .rc-btn-2--fb #border {
    display: none;
}

.f_neon_yellow {
    filter: url(#f_neon_yellow);
}
.f_neon_white {
    filter: url(#f_neon_white);
}
.f-yellow {
    filter: url(#f_yellow);
}
.f_shadow {
    filter: url(#f_shadow);
}
.f_shadow_2 {
    filter: url("#f_shadow_2");
}

html.safari .f_neon_yellow,
html.safari .f_neon_white,
html.safari .f_shadow,
html.safari .f_shadow_2
{
    filter: none !important;
}

.section {
    width: 100%;
    position: relative;
}
.page {
    position: relative;
}
.page--index {
    z-index: 80;
}
.section-index {
    margin-top: 3.208333%;
}
.section-svg-index {
    width: 100%;
    padding-top: 159.375%;
}
.section-svg-index-meetranch {
    width: 100%;
    padding-top: 45.05208333%;
}
.section-meetranch-conten {
    width: 100%;
    position: absolute;
    z-index: 5;
    top: 45%;
    text-align: center;
}
.section-meetranch-conten__header {
    font-size: 8.214em;
    line-height: 1;
    margin-bottom: 0.1em;
    text-transform: uppercase;
}
.section-meetranch-conten__intro {
    font-size: 2.500em;
    line-height: 1.3;
    margin-bottom: 0.7em;
}
.rc-btn--grey {}
.rc-btn--grey .rc-btn__bghover {}
.rc-btn--grey .rc-btn__bg {
    background: #353535;
}
.rc-btn--grey .rc-btn__caption {
    color: #fff;
}
.rc-btn--grey:hover {}
.rc-btn--grey:hover .rc-btn__caption {
    color: #000;
}
.rc-banner {
    width: 100%;
    padding-top: 39.0625%;
    background-size: auto 100% !important;
    position: relative;
}
.rc-banner--index {
    background-position: 0 0;
}
.section--index-banner {}
.section--index-banner__header {
    top: 7%;
    left: 3%;
    right: auto;
}
.footer__grid {
    display: grid;
    grid-template-columns: 50% 43%;
}
.footer__grid-col-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 25%;
    padding-bottom: 10%;
}
.footer__grid-col-2 {}
.footer__address {
    margin: 0;
}
.address-wrapper {
    display: flex;
}
@media screen and (max-width: 480px) {
  .address-wrapper {
    flex-direction: column;
    }
}

.address__icon {
    text-align: center;
    margin-bottom: 3.571em;
}
.address__street {
    font-size: 2.4em;
    line-height: 1.2;
}
.address__wt {
    font-size: 1.929em;
}
.rc-map {
    position: relative;
    width: 92.708333%;
    padding-top: 92.708333%;
}
.map {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 100%;
    overflow: hidden;
    will-change: transform;
    transform: translateZ(0);
    box-shadow: 5px 5px 45px 20px #000000a6;
    top: 0;
    left: 0;
}
.map__border {
    background: url(../images/border-1.svg) no-repeat;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: 5;
    pointer-events: none;
    background-size: 100% 100%;
    top: -2px;
    left: -2px;
}
.map__cnt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.boot-img {
    position: absolute;
    bottom: 20%;
    left: 4%;
    width: 9.571429%;
}
.location-img {
    width: 28.190476%;
}
.address__content {
    text-align: center;
    text-shadow: 0 3px 0 #000;
    width: 300px;
}
@media screen and (max-width: 1279px) {
    .address__content {
        width: 200px;
    }
}
@media screen and (max-width: 1130px) {
    .address__content {
        width: 160px;
    }
}
@media screen and (max-width: 991px) {
    .address__content {
        width: 130px;
    }
}
@media screen and (max-width: 767px) {
    .address__content {
        width: 220px;
    }
}
@media screen and (max-width: 480px) {
    .address__content:not(:last-of-type) {
        margin-bottom: 16px;
    }
}
.address__content:not(:last-of-type) {
    margin-right: 16px;
}
.section-header {
    text-align: center;
    text-transform: uppercase;
    font-size: 4.143em;
}
.section--text {
    width: 45.3125%;
    margin: 0 auto;
    padding-top: 7%;
}
.text-content {
    font-size: 1.614em;
    text-align: justify;
    line-height: 1.3;
}
.soc-group-pin {
    position: fixed;
    z-index: 555;
    top: 37%;
    right: 0;
    width: 10.2625%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* font-size: 0.86em; */
}
.rc-btn--scratches {
    box-shadow: 1px 1px 10px 0 #000000a3;
}
.rc-btn--scratches .rc-btn__bg {
    background: var(--color-orange) url(../images/btn-patt-2.png);
}
.rc-btn--scratches .rc-btn__caption {
    color: #fff;
}
.rc-btn--scratches:hover .rc-btn__caption {
    color: #000;
}
.address__reserve {
    padding-top: 3%;
    text-align: center;
}
.section--facts {
    margin: 4% auto -5%;
}
.fact-fact__content {}
.fact-fact__border {}
.section-facts__svg {
    width: 100%;
    padding-top: 70.9375%;
}
.fact-num-value {
    font-family: 'Rockwell MT' !important;
    font-weight: normal;
    font-style: normal;
}
.reserve-svg-btn {
    cursor: pointer;
}
.section--follow {
    /*margin-top: -6%;*/
}
.section-follow__svg {
    width: 100%;
    padding-top: 58.59375%;
}
.soc-group {}
.soc-group__header {
    font-size: 8.214em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    margin-bottom: 0.6em;
}
.soc-group--follow {
    position: absolute;
    z-index: 5;
    width: 100%;
    top: 49%;
}
.soc-group__group {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    justify-content: center;
    grid-gap: 2em;
    padding: 10px 0;
    margin-top: -5px;
}
.section--follow .soc-group__group {
    padding: 20px 0;
    margin-top: -10px;
}
.section--delivery {
    text-align: center;
    padding: 2% 1%;
}
.flex-center {
    display: flex;
    justify-content: center;
}
.section-delivery__btn {
    margin-top: 2%;
}
.section-delivery__arr {
    width: 4.16666666%;
    margin: 0 auto 0 auto;
}
[data-page="delivery"] .slider__header {
    right: 20%;
}
[data-page="delivery"] .slider__menu_lnk {
    display: none;
}
.section-menu {
    padding: 6% 5%;
}
.hr-select {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.hr-select--menu {
    justify-content: flex-start;
    width: 70%;
    margin: 0 auto;
}
.hr-select__item {
    position: relative;
    font-size: 2em;
    line-height: 1;
    margin: 0.8em 0.8em;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    transition: all 250ms ease-out;
}
.hr-select__item:after {
    content: "";
    position: absolute;
    height: 4px;
    background: #fff;
    width: 50%;
    left: 0;
    top: calc(100% + 6px);
    transition: all 250ms ease-out;
}
.hr-select__item:hover, .hr-select__item.active {
    /*color: var(--color-orange);*/
}
.hr-select__item:hover:after, .hr-select__item.active:after {
    width: 100%;
    background: #f15319;
}
.hr-select-tab {
    display: none;
}
.hr-select-content {
    text-align: center;
    position: relative;
}
.menu-slider {
    width: 69.1056910%;
    margin: 0 auto;
    position: relative;
}
.hr-select-tab[data-items="1"] .swiper-nav-btn {
    opacity: 0;
}
.swiper-slide--menu {
    cursor: pointer;
}
.section-hurryup {
}
.section-hurryup__svg {
    width: 100%;
    padding-top: 43.4895833%;
}
.section-hurryup__svg #hill-2 {
    stroke: #636464;
    stroke-width: 20px;
    stroke-opacity: 0.5;
}
.section-hurryup__text {
    font-size: 8.214em;
    line-height: 1;
    text-align: center;
}
.section-hurryup__intro {
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 55;
}
.section-banner {}
.section-gallery {
    padding: 6% 0 0 0;
}
.gallery-items {}
.gallery-items__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.7em;
}
.gallery-item {
    position: relative;
    cursor: pointer;

}
.gallery-item__image {
    box-shadow: 5px 10px 20px 5px #00000094;
}
.gallery-item__focus {
    background: #00000029;
    position: absolute;
    z-index: 5;
    pointer-events: none;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translate(-50%, -50%);
    display: none;
    transition: all 250ms ease-out;
}
.gallery-item__desc {
    position: absolute;
    bottom: 3%;
    background: #fff;
    color: #000;
    padding: 1em 3.0em;
    z-index: 10;
    font-size: 0.9em;
    text-transform: uppercase;
    left: 0;
    line-height: 1;
}
.gallery-item:hover .gallery-item__focus {
    width: 99%;
    height: 99%;
    opacity: 1;
}
.gallery-item-2 {
    grid-column: 2/3;
}
.gallery-item-6 {
    /*grid-column: 1/2;*/
}
.gallery-item-7 {

}
.menu-popup {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 555;
    padding: 2.5% 4%;
    opacity: 0;
    pointer-events: none;
}
.menu-popup * {
    will-change: transform;
}
.menu-popup__grid {
    display: grid;
    grid-template-columns: 20% 30% auto;
    position: relative;
    z-index: 75;
    grid-gap: 2%;
}
.menu-popup__col-1 {}
.menu-popup__col-2 {}
.menu-popup__col-3 {}
.menu-popup__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 40px 0 #000000f0;
    background-size: 100% auto;
    background: #3a3a3a url("../images/patt-3.png") 0 0;
}
.menu-popup-nav {
    padding-top: 5%;
    padding-left: 10%;
}
.menu-popup-nav__lnk {
    font-size: 2em;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    display: block;
}
.menu-popup-nav__lnk:after {
    content: "";
    position: absolute;
    height: 3px;
    background: #fff;
    width: 50%;
    left: 0;
    top: calc(100% + 6px);
    transition: all 250ms ease-out;
    opacity: 0;
}
.menu-popup-nav__lnk:hover, .menu-popup-nav__lnk.active {
    transform: translateX(5px);
}
.menu-popup-nav__lnk:hover:after, .menu-popup-nav__lnk.active:after {
    width: 100%;
    background: var(--color-orange);
    opacity: 1;
}
.menu-popup-nav__lnk-ws {
    position: relative;
    margin-bottom: 1.571em;
    display: inline-block;
    padding-right: 25px;
}
.rc-btn-2--menu-popup {
    z-index: 10;
    position: absolute;
    right: 62px;
    top: 40px;
}
.menu-popup-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0 18% 10% 18%;
    height: 100%;
}
.soc-group--menu-popup {

}
.cross {
    width: 2.429em;
    padding-top: 2.429em;
    cursor: pointer;
}
.cross--menu-popup {
    position: absolute;
    z-index: 555;
    right: 4em;
    top: 4em;
}
.menu-popup-img {
    box-shadow: 0 0 9px 0 #0000006e;
}
.menu-popup-nav__grid {
    display: grid;
    grid-template-columns: max-content 1px auto;
    grid-gap: 3em;
}
.menu-popup-nav__col-1 {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    position: relative;
}
.menu-popup-nav__col-2 {}
.menu-popup-nav__line {
    background: #fff;
    height: 0;
}
.menu-popup-items {
    display: none;
    flex-direction: column;
    font-size: 0.9em;
    color: #e2e2e2;
}
.menu-popup-nav-sub {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    left: 100%;
    font-size: 0.85em;
    transition: all 150ms ease-out;
    transform: translateY(-52%);
    background: #313131;
    padding: 2em 2.3em;
    border: 3px solid #ea5522;
    z-index: 5;
    box-shadow: 2px 2px 6px 0 #0000006e;
}
.menu-popup-nav-sub:after {
    content: "";
    background: url(../images/sub-arr-1.svg) no-repeat;
    width: 2em;
    height: 3em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% - 0.45em);
}
.menu-popup-nav-sub:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 6em;
    z-index: 5;
    right: 100%;
    top: 0;
}
.menu-popup-nav-sub .menu-popup-nav__lnk {
    margin-bottom: 0.7em;
}
.menu-popup-nav__lnk-ws:hover .menu-popup-nav-sub {
    opacity: 1;
    pointer-events: auto;
}
.menu-popup-nav-sub .menu-popup-nav__lnk:last-child {
    margin: 0;
}
.menu-popup-nav__lnk-ws:hover > .menu-popup-nav__lnk:after {
    width: 100%;
    background: var(--color-orange);
    opacity: 1;
}
.menu-popup-nav__lnk-ws:hover > .menu-popup-nav__lnk {
    transform: translateX(5px);
}
.arr-right {

}
.has-sub {}
.has-sub:before {
    content: "";
    background: url(../images/arr-right.svg);
    position: absolute;
    width: 1em;
    left: calc(100% + 0.5em);
    z-index: 5;
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.7;
    height: 100%;
    top: -0.05em;
}
.gallery-scene-1 {
    width: 100vw;
    position: absolute;
    margin-top: 33%;
    padding-top: 58.9583333%;
    max-width: 1920px;
}
.gallery-tabs-wrap {
    position: relative;
    overflow-x: hidden;
    padding-bottom: 4%;
}
.hr-select-content--gallery {
    padding: 0 3.3%;
}
.gallery-item-welcome {
    grid-row: 2/3;
    grid-column: 1/2;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40% 0 0 5%;
}
.gallery-item-welcome__header {
    font-size: 5.000em;
    line-height: 1.2;
}
.gallery-scene-2 {
    width: 100vw;
    position: absolute;
    padding-top: 44.0104166%;
    bottom: 0;
    max-width: 1920px;
}
.gallery-scene-2 #hill-2 {
    stroke: #636464;
    stroke-width: 10px;
    stroke-opacity: 0.3;
}
.gallery-item-300500 {
    grid-column: 2/3;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-item-300500__icon {
    position: absolute;
    width: 50%;
    padding-top: 50%;
}
.graph-select {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.graph-select__header {
    font-size: 1.071em;
    margin: 0;
    white-space: nowrap;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 1.071em;
    transition: all 150ms linear;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}
.graph-select__footer {
    display: flex;
    margin-top: 0.500em;
}
.graph-select__val {
    font-size: 1.3em;
    margin-left: 0.4em;
    white-space: nowrap;
    line-height: 1;
    text-transform: uppercase;
    height: auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid currentColor;
    min-width: 4em;
    justify-content: center;
}
.graph-select__icon {
    width: 4.357em;
    padding-top: 3.286em;
    flex-shrink: 0;
}
.graph-select__icon svg {
    overflow: visible;
}
.graph-select__icon path {
    transition: all 150ms linear;
    fill: #fff;
}
html.safari .graph-select__icon path {
    filter: none !important;
}
.graph-select:hover {
    z-index: 100;
}
.graph-select__pikaday {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.graph-select__input {
    width: 100%;
    padding: 0;
    height: calc(100% + 10px);
    opacity: 0;
    cursor: inherit;
}
.graph-select:hover .graph-select__icon path {
    fill: #eeeeee;
}
.graph-select:hover .graph-select__val {
    color: #eeeeee;
}
.graph-select:hover .graph-select__header {
    color: #eeeeee;
}
.graph-select__sublist {
    position: absolute;
    top: 100%;
    width: auto;
    background: #ffffff;
    padding: 0.7em 1.5em;
    column-count: 2;
    column-gap: 1.5em;
    font-size: 1.2em;
    left: 50%;
    transform: translate(-50%, 30px);
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.2) !important;
    opacity: 0;
    pointer-events: none;
    transition: all 150ms ease-out;

}
.graph-select__sublist:before {
    content: "";
    position: absolute;
    bottom: 100%;
    width: 100%;
    height: 3em;
    left: 0;
}
.graph-select__listitem {
    color: #000;
    transition: all 150ms linear;
}
.graph-select__listitem:hover, .graph-select__listitem.selected {
    color: var(--color-orange);
    text-shadow: 0 0 0 var(--color-orange);
}
.graph-select__listitem[data-time="23:00"],
.graph-select__listitem[data-time="23:30"],
.graph-select__listitem[data-time="00:00"]{
    display: none;
}
.graph-select__time-item {
    color: #000;
}
.graph-select__time-item.timeover {
    opacity: 0.5 !important;
    pointer-events: none !important;

}
.graph-select--subopen .graph-select__sublist {
    transform: translate(-50%, 10px);
    pointer-events: auto;
    opacity: 1;
}
.graph-select--pikaday .graph-select__sublist {
    column-count: 1;
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 1.0em;
    left: 0;
    transform: translate(0, 10px);
}
.graph-select--pikaday .graph-select__input {
    position: absolute;
    top: 0;
    left: 0;
}
.graph-select--person .graph-select__sublist {
    column-count: 1;
    text-align: center;
    margin-left: -2em;
    left: 50%;
    transform: translate(0, 10px);
}
.graph-select.no-active {
    opacity: 0.5;
    pointer-events: none;
}
.graph-input-text {
    width: 100%;
    position: relative;
    display: inline-block;
}
.graph-input-text__input {
    width: 100%;
    border: 0;
    /* border-radius: 2px; */
    font-size: 1.45em;
    /* padding: 0.4em 1em; */
    border-bottom: 1px solid;
    padding: 0;
    background: transparent;
    color: #fff;
}
.graph-input-text__plh {
    position: absolute;
    left: 1.071em;
    top: 50%;
    margin-top: -0.75em;
    pointer-events: none;
    text-transform: uppercase;
    transition: all 150ms ease-out;
    font-weight: bold;
    letter-spacing: 1px;
}
.graph-input-text--filled {}
.graph-input-text--filled .graph-input-text__plh, .graph-input-text--focused .graph-input-text__plh {
    transform: translate(10px, 0);
    opacity: 0;
}
.graph-input-text__textarea {
    min-height: 4em;
    border: 1px solid;
    padding: 0.6em 1em;
    background: #3a3a3a;
}
.graph-input-text--teatarea .graph-input-text__plh {
    top: 1.4em;
}
.graph-input-text--mask .graph-input-text__input {
    background: transparent;
    border: 0;
    font-size: 1.5em;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 2px;
}
.graph-input-text--error {}
.graph-input-text--error input {
    background: rgb(196 206 169);
}
/* pickaday */
.pika-lendar {
    width: 100%;
    margin: 0;
    padding: 0.714em;
}
.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: 'Tahoma';
    font-weight: normal;
    font-style: normal;
}
.pika-button {
    text-align: center;
    font-size: 1.1em;
    border-radius: 100% !important;
    background: transparent;

    transition: all 80ms linear;
    width: 2.500em;
    height: 2.500em;
    padding: 0 !important;
    margin: 0 auto;
    font-weight: normal !important;
}
.pika-table abbr {
    border: 0;
    text-decoration: none;
    color: #000000;
    font-size: 1em;
    cursor: default !important;
    text-transform: uppercase;
    font-weight: 600;
}
.pika-label {
    background: transparent;
    font-weight: normal;
    font-size: 1.2em;
}
.pika-next {
    background: url("../images/pika-left-arrow.svg") no-repeat left;
    background-size: 45% auto;
    right: 0;
}
.pika-prev {
    background: url("../images/pika-right-arrow.svg") no-repeat left;
    background-size: 45% auto;
    left: 10px;
}
.pika-button:hover, .is-selected .pika-button {
    background: var(--color-orange) !important;
    border-radius: 0;
    color: #fff !important;
    border-color: var(--color-orange) !important;
    box-shadow: none !important;
}
.is-today .pika-button {
    border: 0 !important;
    box-shadow: none !important;
    background: #ff8455;
    font-weight: normal;
    color: #fff;
}
.pika-table th {
    font-size: 1em;
}
/**/
.modal-border {

    border-style: solid;
    border-width: 15px 15px 15px 15px;
    -moz-border-image: url("../images/border-2.svg") 15 15 15 15 repeat repeat;
    -webkit-border-image: url("../images/border-2.svg") 15 15 15 15 repeat repeat;
    -o-border-image: url("../images/border-2.svg") 15 15 15 15 repeat repeat;
    border-image: url("../images/border-2.svg") 15 15 15 15 repeat repeat;


    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.modal-border div {}
.modal-border div:nth-child(1) {}
.modal-border div:nth-child(2) {}
.modal-border div:nth-child(3) {}
.modal-border div:nth-child(4) {}
.modal-header {
    position: absolute;
    left: 50%;
    border: 0;
    transform: translate(-50%, 58%) rotate(-5deg);
    margin: 0;
    background: var(--color-orange) url(../images/btn-patt-2.png);
    font-size: 5.929em;
    line-height: 1;
    border-radius: 0;
    padding: 0 0.15em;
    bottom: 100%;
    text-transform: uppercase;
    box-shadow: 2px 5px 10px 0 #00000087;
}
.modal-reserve__top-params {
    display: grid;
    grid-template-columns: 33% 33% auto;
    z-index: 55;
    position: relative;
}
.modal-reserve__top-params-col-1 {

}
.modal-reserve__top-params-col-2 {
    display: flex;
    justify-content: center;
}
.modal-reserve__top-params-col-3 {
    display: flex;
    justify-content: flex-end;
}
.input-caption {
    font-size: 1.071em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
.menu-popup-overlay {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: #0009;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 150ms ease-out;
}
.menu-popup-overlay.active {
    opacity: 1;
}
.rc-btn--md-reserve {
    font-size: 0.7em;
}
.modal-send {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    top: 100%;
}
.section-promo {
    padding: 7em 20px 5em 20px;
    z-index: 70;
}
.section-promo__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.7em;
    row-gap: 10em;
}
.promo {
    position: relative;
}
.promo__desc {
    background: #acacac;
    position: absolute;
    bottom: 0;
    z-index: 55;
    left: 50%;
    transform: translateX(-50%) translateY(40%);
    width: 64.073226%;
    box-shadow: 0 0 10px 0 black;
    padding: 2em 1.5em;
}
.promo__title {
    text-transform: uppercase;
    font-size: 3.3em;
    line-height: 1;
    text-shadow: 2px 1px 5px #0000005c;
}
.promo__title br {
    /*display: none;*/
}
.promo__content {
    font-size: 1.357em;
    text-transform: uppercase;
}
[data-page="promo"] .rc-btn-1--promo,
[data-page="promo"] .slider__menu_lnk {
    display: none;
}
.promo-slider-desc {
    position: absolute;
    z-index: 5;
    background: var(--color-orange);
    padding: 0.7em 1.3em;
    font-size: 1.4em;
    width: 80%;
    left: 30%;
    top: 100%;
    transform: translateY(-50%);
    box-shadow: 0 0 10px 0 black;
    /* text-transform: uppercase; */
}
.swiper-button-disabled {
    display: none;
}
.swiper-pagination {
    bottom: 2%;
    right: 3%;
}
.swiper-pagination-bullet {
    background: transparent;
    border: 3px solid;
    padding: 4px;
    margin: 3px;
    opacity: 0.5;
    box-shadow: 0 0 6px 0 #00000070;
}
.swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-pagination--promo {
    right: auto;
    left: 3%;
}
.fran-text {
    width: 93.425605%;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: left;
}
.a-red {
    color: #ff4500;
    border-bottom: 2px solid;
    display: inline-block;
    transition: all 150ms linear;
}
.a-red:hover {
    border-color: transparent;
}
.menu-popup__decor {
    position: absolute;
    z-index: 55;
    pointer-events: none;
    user-select: none;
}
.menu-popup__decor--boot {
    width: 7.447916%;
    top: 5%;
    right: 15%;
}
.menu-popup__decor--hat {
    width: 8.65625%;
    top: 44%;
    right: 17%;
}
.menu-popup__decor--cowboy {
    width: 10.885416%;
    top: 67%;
    right: 5%;
}
.reviews-char {
    display: grid;
    grid-template-columns: max-content max-content;
    place-content: center;
    grid-gap: 2em;
    padding-top: 2%;
    font-size: 3.714em;
    line-height: 1;
    text-transform: uppercase;
}
.reviews-char__item {
    cursor: pointer;
    position: relative;
}
.reviews-char__item:after {
    content: "";
    position: absolute;
    height: 4px;
    background: var(--color-orange);
    width: 50%;
    left: 0;
    top: calc(100% + 6px);
    transition: all 250ms ease-out;
}
.reviews-char__item.active {
    color: var(--color-orange);
}
.reviews-char__item:hover:after, .reviews-char__item.active:after {
    width: 100%;
    background: var(--color-orange);
}
.reviews-char__item-first {}
.modal-reviews__params {
    display: grid;
    grid-template-columns: 33% 33% auto;
}
.modal-reviews__params-col-1 {}
.modal-reviews__params-col-2 {}
.modal-reviews__params-col-3 {}
.file-upload {
    position: relative;
    z-index: 20;
    cursor: pointer;
    display: flex;
    border: 1px solid;
    align-items: center;
    justify-content: center;
    padding: 1em 1em;
    height: 100%;
    background: #2b2b2b;
}
.file-upload path {
    fill: #fff !important;
}
.file-upload:hover {
    z-index: 50;
}
.file-upload__grid {
    display: grid;
    grid-template-columns: max-content max-content max-content max-content;
    grid-gap: 0.5em;
    padding-top: 0.7em;
}
.file-upload__title {
    text-transform: uppercase;
    font-size: 0.929em;
}
.file-upload__files-name {
    min-width: 0;
    width: 0;
    border-bottom: 1px solid #8d8373;
    height: 100%;
}
.file-upload__icon {
    width: 1.357em;
    padding-top: 1.500em;
}
.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden;
}
.file-upload__col-1 {

    position: relative;
}
.file-upload__col-2 {

    position: relative;
}
.file-upload__col-3 {

    position: relative;
}
.file-upload__col-4 {
    grid-row: 2/3;
    grid-column: 1/5;
    display: flex;
    justify-content: center;
}
.uploaded-icon {
    width: 15px;
    padding-top: 15px;
    cursor: pointer;
    margin-left: 0.2em;
}
.uploaded-icon path {
    fill: #857968
}
.uploaded-icons {
    margin-left: 0.5em;
    display: flex;
}
.uploaded-preview {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%,0);
    background: transparent;
    /* padding: 10px; */
    pointer-events: none;
    opacity: 0;
    transition: all 150ms linear;
}
.uploaded-preview__focus {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 10px;
    left: 0;
}
.uploaded-preview__cover {
    width: 100px;
    max-width: max-content;
}
.uploaded-preview__remove {
    position: absolute;
    color: #fff;
    background: #827766;
    padding: 2px 5px;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.uploaded-preview__remove:hover {
    background: #000000;
}
.uploaded-icon:hover .uploaded-preview {
    pointer-events: auto;
    opacity: 1;
}
.swiper-nav-btn--1 {
    width: 10.357em;
    padding: 0;
    transform: none;
}
.current-location {
    position: absolute;
    margin-top: 5.5em;
    right: 5.5em;
    z-index: 555;
    text-shadow: 0 0 5px #00000070;
    font-size: 0.857em;
}
.current-location__back {
    cursor: pointer;
    transition: all 150ms linear;
}
.current-location__back:hover {
    color: var(--color-orange);
}
.current-location__name {}
.current-location > span {
    font-size: 1.2em;
}
[data-page="index"] .current-location {
    display: none;
}
.fancybox-button {
    background: var(--color-orange);
}
.cau-promo {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    text-decoration: none !important;
    color: #9c9c9c;
    margin-top: 4em;
    margin-bottom: 0;
}
.cau-promo:hover {
    color: #f3501a;
}
.cau-promo__caption {}
.cau-promo__icon {
    width: 10em;
    padding-top: 2em;
}
.cau-promo__icon path {
    fill: currentColor;
}
.soc-group--footer {}
.modal-menu {
    width: 79.6875%;
    background: #fff;
    box-shadow: 0 0 20px 5px black;
    max-width: 1525px;
}
.modal-menu-slider {

}
.modal-menu__grid {
    display: grid;
    grid-template-columns: 50% 50%;
}
.modal-menu__col-1 {}
.modal-menu__col-2 {}
.gallery-item__desc--menu-slider {
    bottom: 0;
    font-size: 1.357em;
    padding: 0.7em 1.5em;
}
.md-close--menu-slider {

}
.md-close--menu-slider path {
    fill: #000 !important;
}
.coming-soon {
    border-top: 1px solid;
    text-align: center;
    border-bottom: 1px solid;
    padding: 1em 0;
    margin: 1em 0;
    opacity: 0.7;
}
.disabled {
    pointer-events: none;
    opacity: 0.4;
}
.bottom-panel {
    background: #252525;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 555;
    width: 100%;
    padding: 1em;
    font-size: 1.45em;
}
.bottom-panel__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.3em;
}
.bottom-panel__col-1 {

}
.bottom-panel__col-2 {

}
.bottom-panel__col-3 {

}
.bottom-panel__col-4 {

}
.bp-item {
    text-align: center;

}
.bp-item__icon {
    width: 5em;
    padding-top: 3.3em;
    margin: 0 auto 0.5em auto;
    font-size: 1em;
}
.bp-item__caption {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3em;
}
.bp-item--locations {}
.bp-item--locations:hover .location-popup {
    opacity: 1;
    pointer-events: auto;
}
.bp-item__icon--shares {
    width: 5em;
    padding-top: 3.3em;
}
.rc-btn--18 {
    font-size: 0.7em;
    width: 100%;
    text-align: center;
    padding: 0.714em 0;
}
.rc-btn--18-0 .rc-btn__bg {
    background-color: #6f6f6f;
}
.modal-18 {
    width: 100%;
    max-width: 550px;
}
.modal-18__legal {
    padding-top: 2em;
    text-align: justify;
    font-size: 1.15em;
    line-height: 1.2;
}
.modal-18__quest {
    font-weight: bold;
    padding: 1.5em 0;
    text-transform: uppercase;
    font-size: 1.3em;
}
.modal-18__ans-grid {
    display: grid;
    grid-template-columns: 50% auto;
    grid-gap: 1em;
}
.modal-cs {
    padding: 0.5em 0;
    font-size: 1.5em;
    width: 80%;
    margin: 0 auto;
}
.modal-alert {
    max-width: 520px;
    border: 1px solid;
}
.modal-alert__content {
    font-size: 1.3em;
}
.modal-alert .md-content {
    padding: 1.929em;
}
.modal-alert .md-close {
    width: 1.000em;
    padding-top: 1.000em;
    right: 1em;
    top: 1em;
}
.promo__content .rc-btn {
    font-size: 0.5em;
    margin-top: 1.5em;
    box-shadow: 0 0 10px 0 #00000047;
}
.rc-a {
    display: inline-block;
    border-bottom: 1px solid;
}
.rc-a--promo {
    color: #000;
}
.promo__content .rc-btn__caption {
    color: #fff;
}
.promo__content:hover .rc-btn__caption {
    color: #000;
}
.promo-nw-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    place-items: center;
    padding: 0.5em 0.3em;
}
.promo-15 .rc-a--promo {
    font-size: 1.3em;
}































@media screen and (max-width: 767px) {
    body {
        overflow-x: hidden;
        overflow-y: auto;
    }
    .app-root {
        font-size: 0.5em;
        overflow-x: hidden;
    }
    .f-calypso {
        letter-spacing: 2px;
    }
    .header-grid {
        display: grid;
        grid-template-columns: 58% 42%;
        padding: 0 5.859375%;
    }
    .header-grid__col-1 {
        padding: 0;
    }
    .header-grid__col-2 {
        padding: 0;
    }
    .header-menu-btns {
        display: grid;
        grid-template-columns: max-content max-content;
        grid-gap: 4em;
    }
    .footer {
        padding: 11.429em 0 1em 0;
        background: transparent;
    }
    .rc-logo {
        width: 100%;
        padding-top: 87%;
        margin-top: -1em;
    }
    .rc-logo image {
        display: none;
    }
    .slider--header {
        padding-top: 3em;
    }
    .slider__header {
        font-size: 8vw;
        right: auto;
        left: 5%;
        top: -1%;
        text-shadow: 0 4px 0 #000;
        max-width: 75%;
    }
    .slider__header br {
        /*display: none;*/
    }
    .header-slider-wrap {
        width: calc(100% - 20px);
    }
    .swiper-button-prev--main {
        display: none;
    }
    .main-patt {
        background-size: 100% auto !important;
        background-image: url(../images/patt-xs-1.png?1);
        background-position: 0 0;
        top: 0;
        left: 0;
        height: 100%;
    }
    .logo-compos {
        filter: url("#f_shadow");
    }
    html.safari .logo-compos {
        filter: none !important;
    }
    .swiper-nav-btn--1:hover img {
        filter: url(#f_yellow);
    }
    html.safari .swiper-nav-btn--1:hover img{
        filter: none !important;
    }
    .page-header {
        text-align: center;
        font-size: 4.929em;
        line-height: 1.1;
        text-shadow: 0 4px 0 black;
    }
    .text-content {

    }
    .text-content-intro {
        font-size: 3.143em;
        color: #c2c2c2;
        text-align: center;
        text-transform: uppercase;
        width: 80%;
        margin: 0 auto;
    }
    .section-index {
        margin-top: 10em;
    }
    .header-slider__container-wrap {
        box-shadow: 0 10px 40px 0 black;
    }
    .arr-xs-index {
        position: relative;
        width: 100%;
        padding-top: 36.713542%;
        margin-top: 3em;
    }
    .arr-xs-index__arr-1 {
        width: 20.572916%;
        position: absolute;
        top: 0;
        left: 30%;
    }
    .arr-xs-index__arr-2 {
        width: 8.723958%;
        position: absolute;
        left: 52%;
        bottom: 0;
    }
    .swiper-container-steaks {

    }
    .slider-steaks__img {
        border-radius: 100%;
    }
    .slider-steaks__header {
        position: absolute;
        z-index: 10;
        left: 28px;
        bottom: 4%;
        text-transform: uppercase;
        margin: 0;
        background: var(--color-orange) url("../images/btn-patt-2.png");
        padding: 0 0.45em;
        font-size: 6.5em;
        line-height: 1;
        box-shadow: 0 0 10px 3px #00000091;
        transform-origin: center center;
        transform: rotate(-16deg);
    }
    .slider-steaks__border {
        position: absolute;
        width: 100%;
        padding-top: 100%;
        z-index: 5;
        top: 0;
        left: 0;
        pointer-events: none;
    }
    .swiper-slide--steaks {
        padding: 4.5em 5.5em;
    }
    .slider-steaks-nav {
        position: absolute;
        z-index: 50;
        display: flex;
        align-items: center;
        width: 100%;
        bottom: 0;
        justify-content: center;
    }
    .slider-steaks .swiper-nav-btn--1 {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin: 0 1em;
    }
    .slider-steaks .swiper-nav-btn--1-next {

    }
    .slider-steaks .swiper-nav-btn--1-prev {

    }
    .slider-steaks {
        padding: 0 0 7em 0;
    }
    .burger-time {
        padding-top: 6em;
        padding-bottom: 2em;
    }
    .burger-time__header {
        font-size: 10.4em;
        text-align: center;
        white-space: nowrap;
        text-shadow: 0 2px 6px #00000073;
        line-height: 1;
        margin-bottom: 0;
    }
    .burger-time__intro {
        font-size: 2.95em;
        color: #c2c2c2;
        text-align: center;
        text-transform: uppercase;
        padding-bottom: 1.5em;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .burger-time__intro-text {
        text-align: left;
    }
    .rc-btn {
        padding: 0.714em 4.786em;
    }
    .rc-btn__caption {
        font-size: 5.5em;
    }
    .section-svg-index-meetranch.xs {
        width: 100%;
        padding-top: 100.9114583%;
    }
    .section-meetranch-conten__header {
        font-size: 5.4em;
    }
    .section-meetranch-conten__intro {
        font-size: 2.0em;
        width: 75%;
        margin: 0 auto 0.7em auto;
    }
    .section-meetranch-conten__intro br {
        display: none;
    }
    .section-meetranch-conten {
        top: 43%;
    }
    .footer__grid {
        display: grid;
        grid-template-columns: none;
        grid-gap: 7em;
    }
    .footer__grid-col-1 {
        padding: 0;
    }
    .footer__grid-col-2 {}
    .rc-map {
        position: relative;
        width: 88%;
        padding-top: 88%;
        margin: 0 auto;
    }
    .address__content {
        text-align: center;
    }
    .address__wt {
        font-size: 2.3em;
    }
    .menu-popup {
        width: 80%;
        max-width: 320px;
        height: 100%;
        padding: 6% 8%;
        font-size: 1.4em;
        z-index: 5555;
    }
    .menu-popup__grid {}
    .menu-popup__col-1 {
        display: none;
    }
    .menu-popup__col-2 {
        display: none;
    }
    .menu-popup__col-3 {}
    .menu-popup-nav__lnk-ws {
        margin-bottom: 2.571em;
    }
    .cross--menu-popup {
        position: absolute;
        z-index: 90;
        right: 3em;
        top: 3em;
        font-size: 0.8em;
    }
    .menu-popup__decor--hat {
        width: 38.65625%;
        right: 18%;
        top: auto;
        bottom: 2%;
    }
    .menu-popup__decor--cowboy {
        display: none;
    }
    .menu-popup__decor--boot {
        width: 32.447916%;
        top: 61%;
        right: 5%;
    }
    .menu-popup__bg {
        background-position: -70% 0;
        background-size: 220% auto !important;
    }
    .soc-group--menu-popup {
        font-size: 0.8em;
        margin-top: 3em;
    }
    .current-location {
        display: none;
    }
    .section-menu {
        padding: 15% 5% 6% 5%;
        z-index: 70;
    }
    .hr-select__item:after {
        height: 2px;
        top: calc(100% + 3px);
    }
    .menu-slider {
        width: 100%;
    }
    .hr-select__item {
        font-size: 2.5em;
    }
    .swiper-pagination-bullet {
        padding: 3px;
    }
    .swiper-nav-btn--menu {
        display: none;
    }
    .swiper-container--menu {}
    .swiper-wrapper--menu {
        flex-direction: column;
    }
    .swiper-slide--menu {
        margin-bottom: 1.5em;
    }
    .section-hurryup__svg {
        padding-top: 108.723958%;
    }
    .section-hurryup__text {
        font-size: 6.0em;
    }
    .section-hurryup__intro {
        top: 38%;
    }
    .section--text {
        width: 100%;
        margin: 0 auto;
        padding: 16% 20px 0 20px;
    }
    .text-content {
        font-size: 2.3em;
    }
    .page--about {
        z-index: 70;
    }
    .section-follow__svg {
        width: 100%;
        padding-top: 108.723958%;
    }
    .soc-group__header {
        margin-bottom: 0.1em;
    }
    .gallery-items__grid {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 1em;
    }
    .gallery-item-welcome {
        grid-row: 4/5;
        grid-column: 1/2;
        padding: 45% 0 10% 0;
        font-size: 0.9em;
        text-align: center;
    }
    .gallery-item-2 {
        grid-column: auto;
    }
    .gallery-item__desc {
        padding: 0.5em 0.5em;
        font-size: 1.6em;
        text-align: left;
    }
    .gallery-tabs-wrap {
        overflow-x: visible;
    }
    .gallery-scene-1 {
        width: 168vw;
        position: absolute;
        margin-top: 233%;
        padding-top: 100%;
        max-width: 1920px;
        transform: translateX(-50%);
        left: 50%;
    }
    .gallery-item-300500 {
        display: none;
    }
    .section--facts {
        margin: 4% auto -5%;
        overflow-x: hidden;
        padding-bottom: 4%;
    }
    .section-facts__svg {
        width: 180%;
        padding-top: 128%;
        left: 50%;
        transform: translateX(-50%);
    }
    .page--fran {
        z-index: 70;
     }
    .section-promo {
        padding: 20% 20px 5em 20px;
        z-index: 70;
    }
    .section-promo__grid {
        grid-template-columns: 100%;
        grid-gap: 3em;
    }
    .promo__desc {
        width: 100%;
        padding: 1.3em 2em;
        position: relative;
        top: auto;
        transform: none;
        box-shadow: none;
        left: 0;
    }
    .promo__title {
        text-transform: uppercase;
        font-size: 3.7em;
        line-height: 1;
        text-shadow: 2px 1px 5px #0000005c;
    }
    .promo-slider-desc {
        padding: 0.7em 1.3em;
        font-size: 1.75em;
        width: 95%;
        left: 0;
        z-index: 55;
        bottom: -4em;
        top: auto;
        transform: none;
    }
    .swiper-button-prev--promo {
        left: 0;
        margin-left: 20px;
    }
    .swiper-pagination--promo {
        display: none;
    }
    .modal-border {
        border-width: 5px;
    }
    .md-modal {
        font-size: 1.3em;
        width: 95%;
    }
    .md-modal .md-content {
        padding: 3.929em 2em;
    }
    .modal-send {
        font-size: 0.8em;
    }
    .modal-header {
        font-size: 5.3em;
    }
    .graph-select__sublist, .graph-select--pikaday .graph-select__sublist {
        font-size: 1.5em;
    }
    .modal-reserve__top-params {
        grid-template-columns: 33% 33%;
        place-content: center;
        grid-gap: 2.5em;
        column-gap: 5em;
    }
    .modal-reserve__top-params-col-3 {
        justify-content: center;
        grid-column: 1/3;
    }
    .cau-promo {
        font-size: 1.4em;
        padding-bottom: 10em;
    }
    .address__street {
        font-size: 3.4em;
        line-height: 1.2;
    }
    .modal-reviews__params {
        display: grid;
        grid-template-columns: 33% 33%;
        place-content: center;
        grid-template-rows: auto auto;
        column-gap: 5em;
        row-gap: 2em;
    }
    .modal-reviews__params-col-3 {
        grid-column: 1/3;
    }
    .file-upload {
        border: 0;
        padding: 0;
        background: transparent;
        font-size: 1.3em;
    }
    .rc-btn--viewdish {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 50%;
        white-space: nowrap;
        transform: translate(-50%, -50%);
        box-shadow: 1px 1px 10px 0 #000000a3;
    }
    .rc-btn--viewdish .rc-btn__caption {
        color: #fff;
    }
    .rc-btn-1--promo.xs {
        z-index: 555 !important;
        right: 5em;
        bottom: auto;
        top: 107%;
        transform: translateY(-33%) !important;
    }
    .rc-btn-1--promo.xs .rc-btn-1__patt-1 {
        width: 88%;
        padding-top: 18%;
    }
    .rc-btn-1--promo.xs .rc-btn-1__caption {
        padding-left: 5%;
        padding-bottom: 6%;
        font-size: 4.3em;
    }
    .rc-btn-menu-idx {
        padding-top: 9%;
    }
    .modal-18__legal {
        padding-top: 1.0em;
        font-size: 1.35em;
        line-height: 1.4;
    }
    .modal-18__quest {
        font-size: 1.5em;
    }
    .rc-btn--18 {
        font-size: 0.55em;
    }
    .swiper-pagination--main {
        display: none;
    }
    .page--photo {
        padding-top: 8%;
    }
    .page--menu {
        padding-top: 4%;
    }
    .hr-select--menu {
        justify-content: normal;
        width: auto;
    }
}
@media (min-width: 768px) {
    .app-root {
        font-size: 0.4em;
    }
}
@media (min-width: 992px) {
    .app-root {
        font-size: 0.5em;
    }
}
@media (min-width: 1200px) {
    .app-root {
        font-size: 0.65em;
    }
}
@media (min-width: 1366px) {
    .app-root {
        font-size: 0.75em;
    }
    .slider__menu_lnk {
        right: 5%;
        top: 29%;
    }
}
@media (min-width: 1680px) {
    .app-root {
        font-size: 0.85em;
    }
    .slider__menu_lnk {
        right: 7%;
        top: 27%;
    }
}
@media (min-width: 1920px) {
    .app-root {
        font-size: 1em;
    }
}
@media (min-width: 2048px) {
    body {
        /* background-size: 100% auto !important; */
        /* background: var(--color-main) url(../images/patt-1.png); */
        /* background-position: 0 60%; */
    }
    .app-root {
        font-size: 1em;
        overflow-x: hidden;
        border-left: 1px solid #797979;
        border-right: 1px solid #797979;
    }
}

@media screen and (max-width: 320px) {
    .app-root {
        font-size: 0.45em;
    }
    .slider__header {
        font-size: 6.5vw;
        top: 1%;
    }
    .menu-popup-nav__lnk-ws {
        margin-bottom: 2em;
    }
    .menu-popup__decor--hat {
        width: 30.65625%;
        right: 10%;
    }
    .promo-slider-desc {
        font-size: 1.7em;
    }
}















@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1,95;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 85,95;
        stroke-dashoffset: -25;
    }
    100% {
        stroke-dasharray: 85,95;
        stroke-dashoffset: -93;
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1,95;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 85,95;
        stroke-dashoffset: -25;
    }
    100% {
        stroke-dasharray: 85,95;
        stroke-dashoffset: -93;
    }
}
@-webkit-keyframes rotate {
    0% {-webkit-transform: rotate(0deg);transform: rotate(0deg); }
    100% {-webkit-transform: rotate(360deg);transform: rotate(360deg); }
}
@keyframes rotate {
    0% {-webkit-transform: rotate(0deg);transform: rotate(0deg); }
    100% {-webkit-transform: rotate(360deg);transform: rotate(360deg); }
}



::-webkit-scrollbar, ::-webkit-scrollbar-thumb {
    width: 6px;
    height: 6px;
    border: 0 solid transparent;
    border-radius: 0;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 0 1rem var(--color-orange);
}
::-webkit-scrollbar-thumb:hover {
    background: transparent;
}
::-webkit-resizer, ::-webkit-scrollbar-corner {
    background-color: transparent;
}


.footer__legal {
    display: inline-block;
    font-size: 12px;

    margin-left: 70px;
    position: relative;
}
.footer__legal:last-child p {
    margin-bottom: 0;
}
.footer__legal:not(last-child) p {
    margin-bottom: 10px;
}
.footer__legal-wrapper {
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 767.98px) {
    .footer__legal {
        width: 22em;
        max-width: calc(100% - 130px);

        margin-left: 10px;
        bottom: 60px;
    }
    .footer__legal-wrapper {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .taplink-widget-placement-right .taplink-widget-btn {
        bottom: 70px;
    }
}

.taplink-widget-btn {
    display: none;
}


.header-contacts-top{
    background:#ea5522;
    position:relative;
    transform: translateY(-40px);
    margin-bottom: 35px;
    font-size: 16px;
    display: flex;
    padding: 10px 20px;
    justify-content: space-between;
}
.header-contacts-top__left{
    display: flex;
    align-items: center;
    gap: 5px;
}
.header-contacts-top__right{
    display: flex;
    gap: 20px;
}
@media screen and (max-width: 1919px){
    .header-contacts-top{
        transform: translateY(-35px);
    }
}
@media screen and (max-width: 1679px){
    .header-contacts-top{
        transform: translateY(-30px);
    }
}
@media screen and (max-width:1366px){
    .header-contacts-top{
        transform: translateY(-26px);
    }
}
@media screen and (max-width:1200px){
    .header-contacts-top{
        transform: translateY(-20px);
    }
}
@media screen and (max-width:991px){
    .header-contacts-top{
        transform: translateY(-16px);
        font-size: 14px;
    }
}
@media screen and (max-width:800px){
    .header-contacts-top{
        font-size: 12px;
    }
}
@media screen and (max-width:767px){
    .header-contacts-top{
        transform: translateY(-20px);
    }
}
@media screen and (max-width:480px){
    .header-contacts-top,
    .header-contacts-top__right{
        flex-direction:column;
        justify-content:center;
        align-items:center;
    }
    .header-contacts-top{
        font-size:16px;
        margin-bottom: 15px;
        gap: 10px;
    }
    .header-contacts-top__right{
        gap:0;
    }
}

.graph-input-checkbox{
    display:flex;
    gap:10px;
    font-size:1.5em;
}
.graph-input-checkbox input{
    width:1.5em;
}