:root {
    --swiper-navigation-size: 20px;
    --swiper-theme-color: #8b1d1c;
    --swiper-pagination-bullet-horizontal-gap: 7px;
}

* {
    transition: all 0.3s;
}

body {
    color: #333;
    font-family: "Libertinus Serif", serif;
}

a {
    color: inherit;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #8b1d1c;
    text-decoration: none;
}

.btn {
    border-radius: 0;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active:active {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}

.btn-primary {
    border-color: #8b1d1c;
    background-color: #8b1d1c;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff;
    border-color: #6d1615;
    background-color: #6d1615;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    color: #fff;
}

.btn-link {
    color: #8b1d1c;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
    color: #8b1d1c;
}

.btn-lg {
    font-size: inherit;
}

.a-text-link {
    position: relative;
}

.a-text-link:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -0.5em;
    width: 0;
    height: 1px;
    background-color: #333;
    transition: all 0.3s;
}

.a-text-link:hover:after {
    left: 0;
    width: 100%;
}

.skin-color {
    color: #8b1d1c;
}

.text-row-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.text-paragraph-2-ellipsis {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-height-2 {
    line-height: 2em;
}

.font-size-2em {
    font-size: 2em;
}

.rich-text {
    line-height: 2em;
}

.rich-text img,
.rich-text video {
    max-width: 100%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-weight: bold;
}

.area-overflow-x-auto {
    overflow-x: auto;
    margin-bottom: 20px;
}

.area-overflow-x-auto > *:last-child {
    margin-bottom: 0;
}

.page-title {
    margin-bottom: 20px;
}

.page-title .text {
    font-size: 24px;
}

.empty-area {
    padding: 4em;
    text-align: center;
}

.loading-area {
    padding: 4em;
    text-align: center;
}

.breadcrumb {
    padding: 0;
    background-color: transparent;
}

.pagination-area {
    display: flex;
    justify-content: center;
}

.pagination-area .pagination {
    margin-top: 0;
}

.pagination > li > a, .pagination > li > span {
    color: #8b1d1c;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #8b1d1c;
    border-color: #8b1d1c;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #8b1d1c;
}

.table.table-center tr th,
.table.table-center tr td {
    text-align: center;
}

.table.table-thead-center thead tr th,
.table.table-thead-center thead tr td {
    text-align: center;
}

.table.table-vertical-middle tr th,
.table.table-vertical-middle tr td {
    vertical-align: middle;
}

.panel-box {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: white;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.panel-box > *:first-child {
    margin-top: 0;
}

.panel-box > *:last-child {
    margin-bottom: 0;
}

.form-required::before {
    content: '*';
    color: #f44336;
    margin-right: 4px;
}

#app .has-error .control-label {
    color: #f44336;
}

#app .has-error .form-control {
    border-color: #f44336;
}

#app .has-error .help-block {
    color: #f44336;
}

.phone-input-group .input-group-btn .dropdown-menu {
    max-height: 400px;
    overflow: auto;
}

.panel-box.article-list-panel-box .article-list {
    margin-bottom: 20px;
}

.panel-box.article-list-panel-box .article-list .article-item {
    line-height: 3em;
    padding: 0 5px;
    border-bottom: 1px solid #ddd;
}

.panel-box.article-list-panel-box .article-list .article-item .text-row-ellipsis {
    display: block;
}

.panel-box.article-info-panel-box {
    padding-top: 40px;
    padding-bottom: 40px;
}

.panel-box.article-info-panel-box .title {
    font-size: 24px;
    text-align: center;
}

.panel-box.article-info-panel-box .time {
    text-align: center;
    margin: 1em 0;
}

.panel-box.article-info-panel-box .content {
    color: #555;
    min-height: 300px;
}

.panel-box.article-info-panel-box .content img {
    max-width: 100%;
}

.page-pagination-block {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.page-pagination-block .page-item,
.page-pagination-block .page-num {
    padding: 10px;
    font-size: 16px;
}

.page-pagination-block .page-num.page-num-current {
    color: #8b1d1c;
    font-weight: bold;
}

.page-anchor-point {
    position: relative;
}

.page-anchor-point .anchor-point {
    position: absolute;
    top: -110px;
}

.app-page-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 50, 77, .1), 0 0 2px rgba(0, 50, 77, .09), 0 2px 8px rgba(0, 50, 77, .1);
}

.app-page-header.transparent:not(.scrolled) {
    background-color: transparent;
    box-shadow: none;
}

.app-page-header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-page-header .inner .left,
.app-page-header .inner .right {
    width: 100px;
}

.app-page-header .inner .right {
    display: flex;
    justify-content: right;
    align-items: center;
}

.app-page-header-hamburg-btn {
    position: fixed;
    left: 50px;
    top: 30px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    z-index: 200;
}

.app-page-header-hamburg-btn div {
    position: absolute;
    left: 8px;
    width: 32px;
    height: 3px;
    background-color: #000;
}

.app-page-header-hamburg-btn.transparent:not(.scrolled):not(.open) div {
    background-color: #fff;
}

.app-page-header-hamburg-btn div:nth-child(1) {
    top: 13px;
}

.app-page-header-hamburg-btn div:nth-child(2) {
    top: 23px;
}

.app-page-header-hamburg-btn div:nth-child(3) {
    top: 33px;
}

.app-page-header-hamburg-btn.open div:nth-child(1) {
    transform: rotate(45deg) translate(7.07px, 7.07px);
}

.app-page-header-hamburg-btn.open div:nth-child(2) {
    opacity: 0;
}

.app-page-header-hamburg-btn.open div:nth-child(3) {
    transform: rotate(-45deg) translate(7.07px, -7.07px);
}

.app-page-header .logo img {
    max-height: 70px;
}

.app-page-header .logo .white {
    display: none;
}

.app-page-header .logo .black {
    display: block;
}

.app-page-header.transparent:not(.scrolled) .logo .white {
    display: block;
}

.app-page-header.transparent:not(.scrolled) .logo .black {
    display: none;
}

.app-page-header-hamburg-sidebar-window {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 200;
    transition: background-color 0.3s;
}

.app-page-header-hamburg-sidebar-window.open {
    left: 0;
    background-color: #0000007f;
}

.app-page-header-hamburg-sidebar-window .window-box {
    position: absolute;
    left: -490px;
    top: 0;
    display: flex;
    width: 490px;
    height: 100%;
    background-color: #f2f1ed;
}

.app-page-header-hamburg-sidebar-window.open .window-box {
    left: 0;
}

.app-page-header-hamburg-sidebar-window .window-box .left-col {
    width: 130px;
    background-color: #fff;
    padding: 50px 0;
}

.app-page-header-hamburg-sidebar-window .window-box .left-col .text {
    color: #f2f1ed;
    writing-mode: vertical-rl;
    font-size: 130px;
    text-align-last: end;
    width: 100%;
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
}

.app-page-header-hamburg-sidebar-window .window-box .body-col {
    width: calc(100% - 130px);
    padding: 96px 48px;
}

.app-page-header-hamburg-sidebar-window .window-box .body-col .menus {
    height: 100%;
}

.app-page-header-hamburg-sidebar-window .window-box .body-col .menus a {
    display: inline-block;
    font-size: 24px;
    font-weight: 800;
    padding: 12px 0;
}

.app-page-header-placeholder {
    height: 100px;
    margin-bottom: 30px;
}

.app-page-footer {
    color: #ffffffb3;
    background-color: #000;
    padding: 40px 0 30px 0;
    text-align: center;
    margin-top: 30px;
}

.app-page-footer a:hover {
    color: #fff;
}

.app-page-footer .logo-row {
    margin-bottom: 20px;
}

.app-page-footer .restaurants-row {
    margin-bottom: 20px;
}

.app-page-footer .restaurants-row a {
    margin: 0 8px;
}

.app-page-footer .restaurants-row a:hover:after {
    background-color: #ffffffb3;
}

.app-page-footer .btns-row {
    margin-bottom: 20px;
}

.app-page-footer .btns-row a {
    position: relative;
    display: inline-block;
    padding: 15px;
    width: 300px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    text-align: left;
}

.app-page-footer .btns-row a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 50px;
    height: 50px;
    transform: translate(0, -50%);
    background-image: url(../images/common/footer/ico-contact.png);
    background-position: -50px 0;
    background-repeat: no-repeat;
    background-size: 100px 50px;
    transition: all 0.3s;
}

.app-page-footer .btns-row a:hover {
    background-color: #FFFFFF33;
}

.app-page-footer .btns-row a:hover:after {
    background-position: 0 0;
}

.app-page-footer .social-row {
    margin-bottom: 20px;
}

.app-page-footer .social-row a {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.5);
    margin: 0 8px;
}

.app-page-footer .social-row a:hover {
    background-color: #FFFFFF33;
}

.app-page-footer .social-row a img {
    width: 100%;
    height: 100%;
}

.app-page-footer .copyright-row {
    font-size: 12px;
}

.index-page .banner-block {
    height: 100vh;
    background-color: #fff;
}

.index-page .banner-block .banner-swiper {
    height: 100%;
}

.index-page .banner-block .banner-swiper .swiper-slide {
    position: relative;
}

.index-page .banner-block .banner-swiper .swiper-slide .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 6s;
}

.index-page .banner-block .banner-swiper .swiper-slide.into .bg {
    transform: scale(1.1);
}

.page-big-img-block {
    position: relative;
    height: 100vh;
    background-color: #fff;
    margin-bottom: 30px;
}

.page-big-img-block .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-big-img-block .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.page-big-img-block .content .logo {
    margin-bottom: 20px;
}

.page-big-img-block .content .title {
    font-size: 36px;
    margin: 0;
}

.page-big-img-block .content .desc {
    font-size: 16px;
}

.index-page .about-block .container,
.index-page .about-block .container-fluid {
    position: relative;
}

.index-page .about-block .block1 {
    font-size: 18px;
    line-height: 2em;
    text-align: center;
    padding: 50px 0;
    background-image: url("../images/pages/index/about-bg.jpg");
    background-size: cover;
}

.index-page .about-block .block1 p {
    margin-bottom: 1em;
}

.index-page .about-block .block2 {
    font-size: 18px;
    line-height: 2em;
    text-align: center;
    padding: 50px 0;
    min-height: 530px;
    display: flex;
    align-items: center;
}

.index-page .about-block .block2 p {
    margin-bottom: 1em;
}

.index-page .about-block .block2 table {
    width: 100%;
}

.index-page .about-block .block2 table th,
.index-page .about-block .block2 table td {
    vertical-align: top;
    padding: 15px 0;
    text-align: left;
    border-bottom: dotted 1px #ccc;
}

.index-page .about-block .block2 table tr *:first-child {
    width: 80px;
}

.index-page .about-block .block2 .block2-inner {
    width: 100%;
}

.index-page .about-block .right-text {
    color: #000;
    position: absolute;
    top: -270px;
    right: 15px;
    writing-mode: vertical-rl;
    letter-spacing: 0.25em;
}

.index-page .about-block .right-text div {
    min-height: max-content;
}

.index-page .about-block .right-text .title {
    font-size: 20px;
    padding-left: 20px;
}

.index-page .about-block .right-text .en {
    font-size: 12px;
    border-right: 1px solid #000;
    text-align: left;
}

.index-page .about-block .right-title {
    position: absolute;
    top: -270px;
    right: 100px;
}

.index-page .restaurant-block {
    color: #fff;
    background-color: #000;
}

.module-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 0.25em;
    padding: 20px 0;
}

.module-header .title {
    font-size: 20px;
    padding: 0 20px 10px 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
}

.module-header .desc {
    font-size: 12px;
    text-transform: uppercase;
}

.module-header-vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 0.25em;
    padding: 20px 0;
}

.module-header-vertical .title {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 20px;
    margin-bottom: 20px;
}

.module-header-vertical .desc {
    font-size: 12px;
    padding: 10px 20px 0 20px;
    border-top: 1px solid #000;
    text-transform: uppercase;
}

.index-page .restaurant-block .module-header-vertical {
    color: #fff;
    padding: 50px 0;
}

.index-page .restaurant-block .module-header-vertical .desc {
    border-color: #fff;
}

.index-page .restaurant-block .restaurant-list {
    display: flex;
    flex-wrap: wrap;
}

.index-page .restaurant-block .restaurant-list .restaurant-item {
    display: block;
    width: 50%;
    text-align: center;
    padding-bottom: 50px;
    color: inherit;
}

.index-page .restaurant-block .restaurant-list .restaurant-item:nth-child(3) {
    width: 100%;
}

.index-page .restaurant-block .restaurant-list .restaurant-item .thumb {
    position: relative;
    margin-bottom: 15px;
    aspect-ratio: 1.498829;
    overflow: hidden;
}

.index-page .restaurant-block .restaurant-list .restaurant-item .thumb .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-page .restaurant-block .restaurant-list .restaurant-item:hover .thumb .bg {
    transform: scale(1.1);
}

.index-page .restaurant-block .restaurant-list .restaurant-item:nth-child(3) .thumb {
    aspect-ratio: 2.997658;
}

.index-page .restaurant-block .restaurant-list .restaurant-item .thumb .content {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.75em;
    text-transform: uppercase;
    padding-left: 0.75em;
}

.index-page .restaurant-block .restaurant-list .restaurant-item .title {
    font-size: 16px;
    margin-bottom: 5px;
}

.index-page .restaurant-block .restaurant-list .restaurant-item .desc {
    font-size: 12px;
    opacity: 0.7;
}

.index-page .menu-block {
    background-color: #f2f1ed;
    padding: 50px 0 85px 0;
}

.index-page .menu-block .menu-box-list .menu-box {
    position: relative;
    padding: 0 80px;
    margin-bottom: 80px;
}

.index-page .menu-block .menu-box-list .menu-box:last-child {
    margin-bottom: 0;
}

.index-page .menu-block .menu-box-list .menu-box .menu-swiper .swiper-slide {
    display: flex;
    background-color: #f2f1ed;
}

.index-page .menu-block .menu-box-list .menu-box:nth-child(even) .menu-swiper .swiper-slide {
    flex-direction: row-reverse;
}

.index-page .menu-block .menu-box-list .menu-box .menu-swiper .swiper-slide .thumb {
    width: 45%;
    aspect-ratio: 1;
}

.index-page .menu-block .menu-box-list .menu-box .menu-swiper .swiper-slide .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-page .menu-block .menu-box-list .menu-box .menu-swiper .swiper-slide .content {
    position: relative;
    z-index: 2;
    width: 55%;
    display: flex;
    align-items: center;
}

.index-page .menu-block .menu-box-list .menu-box .menu-swiper .swiper-slide .content .content-inner {
    width: calc(100% + 120px);
    padding: 80px 60px 80px 180px;
    border: 1px solid #ce902a;
    margin-left: -120px;
}

.index-page .menu-block .menu-box-list .menu-box:nth-child(even) .menu-swiper .swiper-slide .content .content-inner {
    padding: 80px 180px 80px 60px;
    margin-left: 0;
    margin-right: -120px;
}

.index-page .menu-block .menu-box-list .menu-box .menu-swiper .swiper-slide .content .content-inner .note {
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.index-page .menu-block .menu-box-list .menu-box .menu-swiper .swiper-slide .content .content-inner .name {
    color: #000;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 25px;
}

.index-page .menu-block .menu-box-list .menu-box .menu-swiper .swiper-slide .content .content-inner .btn {
    text-transform: uppercase;
    font-weight: 600;
    background-color: #1f2941;
    border-color: transparent;
}

.index-page .menu-block .menu-box-list .menu-box:nth-child(even) .menu-swiper .swiper-slide .content .content-inner .btn {
    color: #1f2941;
    border-color: #1f2941;
    background-color: #fff;
}

.index-page .menu-block .menu-box-list .menu-box:nth-child(even) .menu-swiper .swiper-slide .content .content-inner .btn:hover {
    color: #fff;
    background-color: #1f2941;
    border-color: transparent;
}

.index-page .menu-block .menu-box-list .menu-box .swiper-button-prev {
    left: 30px;
}

.index-page .menu-block .menu-box-list .menu-box .swiper-button-next {
    right: 30px;
}

.index-page .menu-block .menu-box-list .menu-box .swiper-pagination {
    bottom: -40px;
}

.restaurant-page .restaurant-list .restaurant-item {
    margin-bottom: 50px;
}

.restaurant-page .restaurant-list .restaurant-item:last-child {
    margin-bottom: 0;
}

.restaurant-page .restaurant-list .restaurant-item .module-header {
    margin-bottom: 20px;
}

.restaurant-page .restaurant-list .restaurant-item .layout-row {
    display: flex;
    background-color: #000;
}

.restaurant-page .restaurant-list .restaurant-item:nth-child(even) .layout-row {
    flex-direction: row-reverse;
}

.restaurant-page .restaurant-list .restaurant-item .layout-row .content-col {
    width: 40%;
    color: #fff;
    padding: 40px;
    font-size: 16px;
}

.restaurant-page .restaurant-list .restaurant-item .layout-row .content-col .restaurant-name {
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 24px;
}

.restaurant-page .restaurant-list .restaurant-item .layout-row .content-col .tags {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.restaurant-page .restaurant-list .restaurant-item .layout-row .content-col .tags .tag {
    padding: 8px;
    border: 1px solid #FFFFFF4C;
    min-width: max-content;
    line-height: 1em;
    font-size: 14px;
}

.restaurant-page .restaurant-list .restaurant-item .layout-row .content-col .attr-table tr td {
    border-top-style: dotted;
    border-top-color: #ffffff4d;
    padding: 15px;
}

.restaurant-page .restaurant-list .restaurant-item .layout-row .content-col .attr-table tr:last-child td {
    border-bottom: 1px dotted #ffffff4d;
}

.restaurant-page .restaurant-list .restaurant-item .layout-row .content-col .attr-table tr td:first-child {
    text-align: center;
    width: 150px;
}

.restaurant-page .restaurant-list .restaurant-item .layout-row .images-col {
    width: 60%;
    aspect-ratio: 1;
}

.restaurant-page .restaurant-list .restaurant-item .layout-row .images-col .images-swiper {
    height: 100%;
}

.restaurant-page .restaurant-list .restaurant-item .layout-row .images-col .images-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-page .super-map-block {
    display: flex;
    height: 500px;
    background-color: #f2f1ed;
    border: 1px solid #ddd;
}

.contact-page .super-map-block .map-block {
    width: calc(100% - 400px);
}

.contact-page .super-map-block .map-block #google-map {
    width: 100%;
    height: 100%;
}

.contact-page .super-map-block .map-block #google-map * {
    transition: none;
}

.contact-page .super-map-block .map-block iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.contact-page .super-map-block .content-block {
    width: 400px;
    background-color: #fff;
    padding: 40px;
    border-left: 1px solid #ddd;
    overflow-y: auto;
}

.contact-page .super-map-block .content-block .list .item {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
    cursor: pointer;
}

.contact-page .super-map-block .content-block .list .item:hover,
.contact-page .super-map-block .content-block .list .item.active {
    border-color: #000;
}

.contact-page .super-map-block .content-block .list .item:last-child {
    margin-bottom: 0;
}

.contact-page .super-map-block .content-block .list .item h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.contact-page .super-map-block .content-block .list .item table {
    width: 100%;
}

.contact-page .super-map-block .content-block .list .item table tr td {
    vertical-align: top;
}

.contact-page .super-map-block .content-block .list .item table tr td:first-child {
    width: 20px;
}

.contact-page .contact-info-row {
    display: flex;
    margin-bottom: 30px;
}

.contact-page .contact-info-row .item {
    text-align: center;
    width: 33%;
    padding: 40px;
    border-right: 1px solid #e1e5eb;
}

.contact-page .contact-info-row .item:last-child {
    border-right: none;
}

.contact-page .contact-info-row .item .icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    background-color: #8b1d1c;
    color: #fff;
    border-radius: 50%;
    margin: 0 auto 30px auto;
}

.contact-page .contact-info-row .item .title {
    font-size: 28px;
    margin: 0 0 10px 0;
}

.contact-page .contact-info-row .item .content {
    font-size: 16px;
    color: #5A687C;
}

.contact-page .contact-info-row .item .content table {
    width: 100%;
}

.contact-page .contact-info-row .item .content table tr td {
    text-align: left;
    vertical-align: top;
    padding: 5px;
}

.contact-page .contact-info-row .item .content table tr td:first-child {
    width: 30px;
}

.contact-page .contact-form-block {
    background-color: #f2f1ed;
    padding: 80px 160px;
}

.contact-page .contact-form-block .form-group {
    margin-bottom: 30px;
}

.contact-page .contact-form-block .form-group label {
    margin-bottom: 10px;
}

.product-list-page .categories-block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.product-list-page .categories-block a {
    font-size: 20px;
    color: #666;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
    margin: 0 20px 20px 20px;
}

.product-list-page .categories-block a.active {
    color: #8b1d1c;
    border-color: #8b1d1c;
}

.product-list-page .product-list-header {
    margin-top: 0;
}

.product-list-page .product-list {
    margin-bottom: 100px;
}

.product-list-page .product-list .product-item {
    position: relative;
    aspect-ratio: 1;
    margin-bottom: 30px;
}

.product-list-page .product-list .product-item .thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product-list-page .product-list .product-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-list-page .product-list .product-item:hover .thumb img {
    transform: scale(1.1);
}

.product-list-page .product-list .product-item .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.product-list-page .product-list .product-item .content .box {
    position: absolute;
    left: -20px;
    bottom: 50px;
}

.product-list-page .product-list .product-item .content .box .note {
    padding: 8px 10px 5px 10px;
    background-color: #21201f;
}

.product-list-page .product-list .product-item .content .box .name {
    font-size: 20px;
    padding: 5px 10px 8px 10px;
    background-color: #21201f;
}

.store-list-page .store-list .store-item {
    margin-bottom: 50px;
}

.store-list-page .store-list .store-item .thumb {
    aspect-ratio: 1.5;
    margin-bottom: 15px;
    overflow: hidden;
}

.store-list-page .store-list .store-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-list-page .store-list .store-item:hover .thumb img {
    transform: scale(1.1);
}

.store-list-page .store-list .store-item .content {
    text-align: center;
}

.store-list-page .store-list .store-item .content .name {
    font-size: 18px;
    margin-bottom: 5px;
}

.store-list-page .store-list .store-item .content .note {
    color: #666;
    margin-bottom: 15px;
}

.store-list-page .store-list .store-item .content .tel-btn {
    font-size: 18px;
    border-radius: 23px;
    padding-left: 45px;
    padding-right: 45px;
}

@media (min-width: 768px) {
    .product-list-page .product-list .col:nth-child(2n+1) {
        transform: translateY(0);
    }

    .product-list-page .product-list .col:nth-child(2n+2) {
        transform: translateY(40px);
    }
}

@media (min-width: 992px) {
    .product-list-page .product-list .col:nth-child(3n+1) {
        transform: translateY(0);
    }

    .product-list-page .product-list .col:nth-child(3n+2) {
        transform: translateY(40px);
    }

    .product-list-page .product-list .col:nth-child(3n+3) {
        transform: translateY(80px);
    }
}

@media (min-width: 1200px) {
    .product-list-page .product-list .col:nth-child(4n+1) {
        transform: translateY(0);
    }

    .product-list-page .product-list .col:nth-child(4n+2) {
        transform: translateY(40px);
    }

    .product-list-page .product-list .col:nth-child(4n+3) {
        transform: translateY(80px);
    }

    .product-list-page .product-list .col:nth-child(4n+4) {
        transform: translateY(120px);
    }
}

@media (min-width: 1460px) {
    .container {
        width: 1430px;
    }

    .contact-page .contact-info-row .item {
        padding-left: 100px;
        padding-right: 100px;
    }

    .product-list-page .product-list {
        margin-left: -40px;
        margin-right: -40px;
    }

    .product-list-page .product-list .col {
        padding-left: 40px;
        padding-right: 40px;
    }

    .product-list-page .product-list .product-item {
        margin-bottom: 90px;
    }
}

@media (min-width: 1760px) {
    .container {
        width: 1730px;
    }
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
    .app-page-header {
        padding: 15px 0;
    }

    .app-page-header .logo img {
        height: 50px;
    }

    .app-page-header-hamburg-btn {
        top: 15px;
    }

    .app-page-header-placeholder {
        height: 80px;
    }

    .index-page .menu-block .menu-box-list .menu-box {
        padding: 0;
    }

    .index-page .menu-block .menu-box-list .menu-box .menu-swiper .swiper-slide {
        flex-direction: column !important;
    }

    .index-page .menu-block .menu-box-list .menu-box .menu-swiper .swiper-slide .thumb {
        width: 100%;
        height: 400px;
    }

    .index-page .menu-block .menu-box-list .menu-box .menu-swiper .swiper-slide .content {
        width: 100%;
        padding: 0 50px;
    }

    .index-page .menu-block .menu-box-list .menu-box .menu-swiper .swiper-slide .content .content-inner {
        padding: 90px 30px 30px 30px !important;
        margin: -30px 0 0 0 !important;
    }

    .index-page .menu-block .menu-box-list .menu-box .menu-swiper .swiper-slide .content .content-inner .name {
        font-size: 36px;
    }

    .index-page .menu-block .menu-box-list .menu-box .swiper-button-prev,
    .index-page .menu-block .menu-box-list .menu-box .swiper-button-next {
        top: 200px;
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 50%;
        --swiper-navigation-size: 14px;
    }

    .index-page .menu-block .menu-box-list .menu-box .swiper-button-prev {
        left: 10px;
    }

    .index-page .menu-block .menu-box-list .menu-box .swiper-button-next {
        right: 10px;
    }

    .restaurant-page .restaurant-list .restaurant-item .layout-row {
        flex-direction: column-reverse !important;
    }

    .restaurant-page .restaurant-list .restaurant-item .layout-row .content-col {
        width: 100%;
    }

    .restaurant-page .restaurant-list .restaurant-item .layout-row .images-col {
        width: 100%;
    }

    .contact-page .super-map-block {
        flex-direction: column;
        height: auto;
    }

    .contact-page .super-map-block .map-block {
        width: 100%;
        height: 300px;
    }

    .contact-page .super-map-block .content-block {
        width: 100%;
        height: 300px;
        border-left: none;
    }

    .contact-page .contact-info-row {
        flex-direction: column;
    }

    .contact-page .contact-info-row .item {
        width: 100%;
        border: none;
        border-bottom: 1px solid #ddd;
    }
}

@media (max-width: 768px) {
    .app-page-header {
        z-index: 300;
    }

    .open-hamburg-sidebar-window .app-page-header {
        background-color: transparent !important;
    }

    .open-hamburg-sidebar-window .app-page-header .logo .white {
        display: none !important;
    }

    .open-hamburg-sidebar-window .app-page-header .logo .black {
        display: block !important;
    }

    .app-page-header-hamburg-btn {
        left: 15px;
        z-index: 400;
    }

    .app-page-header-hamburg-sidebar-window .window-box {
        width: 100%;
    }

    .app-page-header-hamburg-sidebar-window .window-box .left-col {
        display: none;
    }

    .app-page-header-hamburg-sidebar-window .window-box .body-col {
        width: 100%;
    }

    .index-page .about-block .right-title {
        display: none;
    }

    .index-page .about-block .block2 {
        min-height: 300px;
    }

    .index-page .restaurant-block .restaurant-list .restaurant-item {
        width: 100%;
    }

    .index-page .restaurant-block .restaurant-list .restaurant-item:nth-child(3) .thumb {
        aspect-ratio: 1.498829;
    }

    .index-page .restaurant-block .restaurant-list .restaurant-item .thumb .content {
        letter-spacing: 0.4em;
        padding-left: 0.4em;
    }

    .index-page .menu-block .container,
    .index-page .menu-block .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .index-page .menu-block .menu-box-list .menu-box .menu-swiper .swiper-slide .content {
        padding: 0 20px;
    }

    .index-page .menu-block .menu-box-list .menu-box .menu-swiper .swiper-slide .content .content-inner {
        padding: 60px 20px 20px 20px !important;
    }

    .index-page .menu-block .menu-box-list .menu-box .menu-swiper .swiper-slide .content .content-inner .note {
        margin-bottom: 10px;
    }

    .index-page .menu-block .menu-box-list .menu-box .menu-swiper .swiper-slide .content .content-inner .name {
        font-size: 24px;
    }

    .contact-page .super-map-block {
        border-left: none;
        border-right: none;
    }

    .contact-page .super-map-block .content-block {
        padding: 30px;
    }

    .contact-page .contact-info-row .item {
        padding-left: 30px;
        padding-right: 30px;
    }

    .contact-page .contact-info-row .item .title {
        font-size: 28px;
    }

    .contact-page .contact-form-block {
        padding: 50px 30px;
    }

    .product-list-page .product-list-header {
        text-align: center;
    }

    .product-list-page .product-list .col {
        padding-left: 45px;
        padding-right: 45px;
    }
}
