@font-face {
    font-family: 'Bona Nova';
    src: local('Bona Nova Regular'), local('Bona-Nova-Regular'), url('../fonts/BonaNova-Regular/BonaNova-Regular.woff2') format('woff2'), url('../fonts/BonaNova-Regular/BonaNova-Regular.woff') format('woff'), url('../fonts/BonaNova-Regular/BonaNova-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

* {
    box-sizing: border-box;
    position: relative;
}

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

body {
    padding: 0;
    margin: 0;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
}

body.index-body {
    background: #0d0d0d url(../img/header-banner-2.png) no-repeat top center;
    background-size: 100% auto;
    color: white;
    overflow-x: hidden;
}

.overflow {
    overflow: hidden;
}

.app-meat {
    font-family: 'Montserrat', sans-serif;
}

.btn-buy {
    background: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #67674E;
    padding: 18px 20px;
    padding-right: 49px;
    text-decoration: none;
    border-radius: 35px;
}
.app-meat .btn-buy{
    color: #67674E;
}
.btn-buy:after {
    content: '';
    background: url(../img/meat/delivery-icon.svg) no-repeat center center;
    background-size: cover;
    width: 22px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    filter: brightness(0) saturate(100%) invert(40%) sepia(7%) saturate(1256%) hue-rotate(22deg) brightness(94%) contrast(89%);
}

.btn-line {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.6;
    /*border-bottom: 1px solid #fff;*/
}

.container {
    max-width: 1296px;
    width: 100%;
    margin: 0 auto;
}

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

.column {
    flex: 0 0 100%;
    width: 100%;
}

.column-2 {
    flex: 0 0 50%;
    width: 50%;
}

.column-3 {
    flex: 0 0 33.33%;
    width: 33.33%;
}

.column-4 {
    flex: 0 0 25%;
    width: 25%;
}

.index-banner {
    /* background: url(../img/header-banner-2.png) no-repeat top center; */
    background-size: cover;
    padding: 72px;
    min-height: 450px;
    padding-bottom: 36px;
    /* height: 50vh; */
}

.index-item {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% / 3 - 12px);
    margin-left: 6px;
    margin-right: 6px;
    flex-basis: auto;
    /*padding: 35px 0;*/
    overflow: hidden;
    min-height: 300px;
    border-radius: 10px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 36px;
    padding-bottom: 36px;
    text-decoration: none;
}

.index-item:first-child {
    background-color: rgba(103, 103, 78, 0.3);
    opacity: 1;
}

.index-item:nth-child(2) {
    background-color: rgba(41, 88, 104, 0.3);
    opacity: 1;
    backdrop-filter: blur(20px);
}

.index-item:nth-child(3) {
    background: rgba(29, 29, 27, 0.3);
    backdrop-filter: blur(20px);
}

.index-item:nth-child(1) .index-item__bg {
    position: absolute;
    top: 0px;
}

.index-item:nth-child(2) .index-item__bg {
    position: absolute;
    left: -25%;
    top: 35px;
}

.link-block {
    display: block;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.index-item__logo {

}

.index-item__link {
    font-size: 12px;
    letter-spacing: 0.1em;
}

.index-item__link,
.section-menu__btn {
    transition: all 1s;
    z-index: 2;
    /* Время эффекта */
}

/*.index-item__link:hover,
.section-menu__btn:hover {
    font-size: 120%;
    border-bottom: none;
}*/

.index-item__link a,
.section-menu__btn a {
  display: block;
  position: relative;
  padding: 0.2em 0;
  width: fit-content;
}

.app-meat .index-item__link a::after,
.app-meat .section-menu__btn a::after,
.app-murmansk .index-item__link a::after,
.app-murmansk .section-menu__btn a::after,
.app-tipsy .index-item__link a::after,
.app-tipsy .section-menu__btn a::after,
.btn-line::after
{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: #b5b68a;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}
.app-meat .index-item__link a::after,
.app-meat .section-menu__btn a::after{
  background-color: #b5b68a;
}

.app-murmansk .index-item__link a::after,
.app-murmansk .section-menu__btn a::after{
  background-color: #6ea7ba;
}

.app-tipsy .index-item__link a::after,
.app-tipsy .section-menu__btn a::after{
  background-color: #b5b68a;
}

.btn-line::after {
    background-color: #ffffff;
}

.index-item__link a:hover::after,
.index-item__link a:focus::after,
.section-menu__btn a:hover::after,
.section-menu__btn a:focus::after,
.btn-line:hover::after,
.btn-line:focus::after {
  opacity: 1;
  transform: translate3d(0, 0.2em, 0);
}

.index-item__link a,
.section-menu__btn a,
.btn-line {
  overflow: hidden;
}

.index-item__link a::after,
.section-menu__btn a::after,
.btn-line::after {
  opacity : 1;
  transform: translate3d(-100%, 0, 0);
}

.index-item__link::after {
    transform: none;
    opacity: 0.5;
}

.index-item__link a:hover::after,
.index-item__link a:focus::after,
.section-menu__btn a:hover::after,
.section-menu__btn a:focus::after,
.btn-line:hover::after,
.btn-line:focus::after{
  transform: translate3d(0, 0, 0);
}

.btn-buy:before {
    content: '';
    position: absolute;
    border-radius: 35px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}

.btn-buy:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    border: #ffffff solid 4px;
}

.swiper-button-prev:before,
.swiper-button-next:before,
.menu-toggle:before {
    content: '';
    position: absolute;
    border-radius: 50px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}

.swiper-button-prev:hover:before,
.swiper-button-next:hover:before,
.menu-toggle:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    border: #ffffff solid 4px;
}

.app-tipsy .swiper-button-prev:hover:before,
.app-tipsy .swiper-button-next:hover:before {
    border: #000000 solid 4px;
}

.footer-nav__link a:before {
    content: '';
    position: absolute;
    border-radius: 35px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}

.footer-nav__link a:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    border: #ffffff solid 4px;
}

.header {
    min-height: 900px;
}

.header-item {
    background: #67674E;
    min-height: 900px;
    padding: 72px;
}

.header-item:last-child {
    background: url(../img/meat/meat-header.png) no-repeat center center;
    background-size: cover;
}

.header-item {
    background: #295868;
    background: url(../img/meat/meat-header-bg.svg) no-repeat center right;
    background-size: cover;
}

.header-item__content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 72px;
    width: 100%;
}

.header-item__content-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.2em;
    color: #B6B68A;
    margin-bottom: 54px;
    text-transform: uppercase;
}

.header-item__content-text {
    font-weight: 400;
    font-size: 36px;
    line-height: 41px;
    color: #FFFFFF;
    margin-bottom: 64px;
    font-family: 'Bellota', sans-serif;
    font-style: normal;
}

.header-item__content-project {
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    text-align: right;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #B6B68A;
}

.header-item__content-project a{
    text-decoration: none;
    color: #B6B68A;
}

.header-item__content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.social a {
    display: inline-block;
    margin-right: 15px;
}

.social a svg:hover path {
    fill: white;
}
.header-item__social.social {
    height: 30px;
}
.app-tipsy .social a svg:hover path {
    fill: #ffd700;
}

.app-murmansk .header-item__content-project a:hover, .app-meat .header-item__content-project a:hover{
    color: #ffffff;
}

.app-tipsy .header-item__content-project a:hover{
    color: #ffd700;
}

.header-item__inner {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 500px;
}

.menu {
    background: #67674E;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    display: none;
}

.menu ul {
    list-style: none;
    padding-left: 24px;
}

.menu ul li {
    margin-bottom: 23px;
}

.menu ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.2em;
}

.menu ul li a:hover {
    border-bottom: solid 2px #ffffff;
}

.show {
    display: flex !important;
}

.menu-toggle {
    position: absolute;
    right: 72px;
    top: 72px;
    display: flex;
    cursor: pointer;
}

body.overflow div.menu-toggle svg {
    display: none;
}

body:not(.overflow) div.menu-toggle img {
    display: none;
}

.animate__animated {}

.header-item__inner .btn-buy {
    position: absolute;
    right: 72px;
    bottom: 72px;
}

.section-1 {
    background: url(../img/meat/section-1-bg.svg) no-repeat center center;
    background-size: cover;
}

.section-content {
    padding: 130px 216px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-content__before-text {
    margin-bottom: 52px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.2em;
    color: #67674E;
    text-transform: uppercase;
}

.section-content__text {
    font-family: 'Bellota', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 41px;
    color: #67674E;
    margin-bottom: 30px;
}

.section-content__after-text {
    /*font-family: 'Bellota Text', sans-serif;*/
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.section-4 {
    background: url(../img/meat/section-4-bg.svg) no-repeat center center;
    background-size: cover;
}

.section-4 .section-content__before-text {
    color: #b6b68a;
}

.section-4 .section-content__text,
.section-4 .section-content__after-text {
    color: #fff;
}

.section-2 .column {
    min-height: 900px;
    max-width: 960px;
}

.section-2 .section-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-2 .section-carousel {
    display: flex;
    height: 100%;
}

.section-2 .swiper {
    max-width: 960px;
    height: 100%;
}

.section-2 .swiper-pagination {
    bottom: 80px !important;
}

.section-2 .swiper-pagination-bullet {
    background: transparent;
    border: 2px solid #B6B68A;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    opacity: 1;
    transition: all 1s ease-out;
}

.section-2 .swiper-pagination-bullet-active {
    width: 30px;
}

.section-2__content {
    padding: 235px 72px;
    background: url(../img/meat/section-2-bg.svg) no-repeat center center;
    background-size: cover;
    text-align: left;
    width: 100%;
    height: 100%;
}

.section-2 .section-content__before-text {
    color: #67674E;
}

.section-2 .section-content__text,
.section-2 .section-content__after-text {
    color: #fff;
}

.section-menu__item {
    min-height: 450px;
    padding: 31px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 3s linear;
    overflow: hidden;
}

.section-menu__item-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s linear;
}

.app-meat .section-menu__item:first-child .section-menu__item-bg {
    background: url(../img/meat/section-3-1-bg.png) no-repeat center center;
    background-size: cover;
}

.app-meat .section-menu__item:nth-child(2) .section-menu__item-bg {
    background: url(../img/meat/section-3-2-bg.png) no-repeat center center;
    background-size: cover;
}

.app-meat .section-menu__item:last-child .section-menu__item-bg {
    background: url(../img/meat/section-3-3-bg.png) no-repeat center center;
    background-size: cover;
}
.app-meat .section-menu__item:last-child .section-menu__item-bg > a{
    background: #67674ead;
}

.section-menu__item:hover .section-menu__item-bg {
    transform: scale(1.2);
    transition: all .5s linear;
}

.section-menu__title {
    font-family: 'Bellota', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #FFFFFF;
    z-index: 2;
}

.section-5 {
    background: #B6B68A;
    padding: 72px;
    text-align: center;
}
.section-5 .swiper-slide>img {
    max-height: 100vh;
}
.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 72px;
    height: 72px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.footer-wrapper {
    background: url(../img/meat/contacts-bg.svg) no-repeat center center;
    background-size: cover;
    padding: 72px;
    color: #fff;
    min-height: 900px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#contacts {
    max-height: 1050px;
}
.contacts-title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.2em;
    color: #B6B68A;
    margin-bottom: 34px;
    text-transform: uppercase;
}

.contacts-address {
    font-family: 'Bellota', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 5px;
}

.contacts-phone {
    /*font-family: 'Bellota Text', sans-serif;*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
}

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

.contacts-social {
    margin-bottom: 48px;
}

.copyright {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.map img {
    width: 100%;
    height: 100%;
}

.copyright-text {
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    text-align: right;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #B6B68A;
    text-align: left;
    line-height: 16px;
}

.copyright-text a {
    color: white;
}

.footer-nav {
    padding: 28px 42px;
    height: 240px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    row-gap: 20px;
}
.footer-nav__tavola  .footer-nav__logo{
    width: calc(100% - 0px);
}

.footer-nav__murmansk {
    background: url(../img/footer-murmansk-bg.svg) no-repeat left bottom;
    background-size: cover;
}

.footer-nav__meat {
    background-color: #67674E;
}

.footer-nav__meat::after {
    content: '';
    background: url(../img/footer-meat-bg.svg) no-repeat right center;
    background-size: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    z-index: 1;
    width: 160px;
    height: 192px;
}

.footer-nav__link, .footer-nav__meat .footer-nav__logo {
    z-index: 2;
}

.footer-nav__link a {
    height: auto;
    display: flex;
    width: 45px;
}

.footer-nav__tipsy {
    background: #000;
}

.footer-nav__tipsy .footer-nav__logo {
/*    height: 120px;*/
}

.footer-nav__tipsy .footer-nav__logo img {
    width: 100%;
    max-height: 90px;
}
.footer-nav__tavola .footer-nav__link {
    padding-top: 20px;
}
.footer-logo a img{
    filter: opacity(0.7);
}

.footer-logo a img:hover{
    filter: unset;
}

.copyright-text a:hover{
    text-decoration: none;
}
/***************** MURMANSK **********************/

.app-murmansk {
    font-family: 'Montserrat', sans-serif;
}

.app-murmansk .menu {
    background: #295868;
}

.app-murmansk .btn-buy {
    color: #295868;
}

.app-murmansk .btn-buy:after {
    background: url(../img/delivery-blue-icon.svg) no-repeat center center;
    background-size: cover;
    filter: brightness(0) saturate(100%) invert(28%) sepia(18%) saturate(1389%) hue-rotate(149deg) brightness(95%) contrast(86%);
}

.app-murmansk .header-item {
    background: #295868;
    background: url(../img/murmansk/header-bg.svg) no-repeat center center;
    background-size: cover;
}

.app-murmansk .header-item:last-child {
    background: url(../img/murmansk/header-img.png) no-repeat center center;
    background-size: cover;
}

.app-murmansk .header-item__content-name {
    color: #6EA7BA;
}

.app-murmansk .header-item__content-text {
    color: #FFFFFF;
}

.app-murmansk .header-item__content-project a{
    color: #6EA7BA;    
}

.app-murmansk .section-1 {
    background: url(../img/murmansk/section-1-bg.svg) no-repeat center center;
    background-size: auto;
}

.app-murmansk .section-content__before-text {
    color: #6EA7BA;
}

.app-murmansk .section-content__text {
    color: #295868;
}

.app-murmansk .section-content__after-text {
    color: #000000;
}

.app-murmansk .section-2 {
    background: #6EA7BA;
}

.app-murmansk .section-2__content {
    background: url(../img/murmansk/section-2-bg.svg) no-repeat center center;
    background-size: auto;
}

.app-murmansk .section-2 .section-content__before-text {
    color: #295868;
}

.app-murmansk .section-2 .section-content__text,
.app-murmansk .section-2 .section-content__after-text {
    color: #fff;
    margin-bottom: 20px;
}

.app-murmansk .section-menu__btn .btn-line {
    /*border-bottom: 1px solid #6ea7ba;*/
    letter-spacing: 3px;
    padding-bottom: 5px;
    font-weight: 500;
}

.app-meat .section-menu__btn .btn-line {
    letter-spacing: 3px;
    padding-bottom: 5px;
    font-weight: 500;
    /*border-bottom: 1px solid #b5b68a;*/
}

.app-murmansk .section-menu__item:first-child .section-menu__item-bg{
    background: url(../img/murmansk/section-3-1-bg.png) no-repeat center center;
    background-size: cover;
}

.app-murmansk .section-menu__item:nth-child(2) .section-menu__item-bg{
    background: url(../img/murmansk/section-3-2-bg.png) no-repeat center center;
    background-size: cover;
}

.app-murmansk .section-menu__item:last-child .section-menu__item-bg {
    background: url(../img/meat/section-3-3-bg.png) no-repeat center center;
    background-size: cover;
}
.app-murmansk .section-menu__item:last-child .section-menu__item-bg > a{
    background: #2a5868ad;
}

.app-murmansk .section-menu__title {
    color: #FFFFFF;
}

.app-murmansk .section-4 {
    background: #295868;
}

.app-murmansk .section-4 .section-content {
    background: url(../img/murmansk/section-4-bg.svg) no-repeat center center;
    background-size: auto;
    width: 80%;
    margin: 0 auto;
}

.app-murmansk .section-4 .section-content__before-text {
    color: #6EA7BA;
}

.app-murmansk .section-4 .section-content__text,
.app-murmansk .section-4 .section-content__after-text {
    color: #fff;
}

.app-murmansk .section-5 {
    background: #6EA7BA;
}

.app-murmansk .footer-wrapper {
    background: url(../img/murmansk/contacts-bg.svg) no-repeat center center;
    background-size: cover;
    color: #fff;
}

.app-murmansk .contacts-title {
    color: #6EA7BA;
}

.app-murmansk .copyright-text {
    color: #6EA7BA;
}

.app-murmansk .swiper-pagination-bullet {
    border-color: #6EA7BA;
}


/***************** Tip-sy **********************/

.app-tipsy {
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 500;
}

.app-tipsy .menu {
    background: #000;
}

.app-tipsy .btn-buy {
    color: #000;
}

.app-tipsy .btn-buy:after {
    background: url(../img/tipsy/delivery-black-icon.svg) no-repeat center center;
    background-size: cover;
    filter: none;
}

.app-tipsy .header-item {
    background: #000;
    background: url(../img/tipsy/header-bg.svg) no-repeat center center;
    background-size: cover;
}

.app-tipsy .header-item:last-child {
    background: url(../img/tipsy/header-img-new.jpg) no-repeat center center;
    background-size: cover;
}

.app-tipsy .header-item__content-name {
    color: #fff;
}

.app-tipsy .header-item__content-text {
    font-family: 'Bona Nova', serif;
    font-style: normal;
    font-weight: 400;
    color: #FFFFFF;
}

.app-tipsy .header-item__content-project a{
    color: #fff;
}

.app-tipsy .section-1 {
    background: #fff;
}

.app-tipsy .section-content__before-text {
    color: #000;
}

.app-tipsy .section-content__text {
    color: #000;
    font-family: 'Bona Nova', serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
}

.app-tipsy .section-content__after-text {
    color: #000000;
}

.app-tipsy .section-2 {
    background: #000;
}

.app-tipsy .section-2__content {
    background: url(../img/tipsy/header-bg.svg) no-repeat center center;
    background-size: cover;
}

.app-tipsy .section-2 .section-content__before-text {
    color: #fff;
}

.app-tipsy .section-2 .section-content__text,
.app-tipsy .section-2 .section-content__after-text {
    color: #fff;
}

.app-tipsy .section-content__after-text {
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 300;
}

.app-tipsy .section-menu__item:first-child .section-menu__item-bg{
    background: url(../img/tipsy/FOOD_MENU_01.jpg) no-repeat center center;
    background-size: cover;
}

.app-tipsy .section-menu__item:nth-child(2) .section-menu__item-bg{
    background: url(../img/tipsy/FOOD_HOOKAH_03.jpg) no-repeat center center;
    background-size: cover;
}

.app-tipsy .section-menu__item:last-child .section-menu__item-bg{
    background: url(../img/tipsy/FOOD_BAR_03.jpg) no-repeat center center;
    background-size: cover;
}
.app-tipsy .section-menu__item:first-child .section-menu__item-bg > a{
    background: #00000080;
}

.app-tipsy .section-menu__item:nth-child(2) .section-menu__item-bg > a{
    background: #00000080;
}

.app-tipsy .section-menu__item:last-child .section-menu__item-bg > a{
    background: #00000080;
}

.app-tipsy .section-menu__btn .btn-line{
    letter-spacing: 3px;
    padding-bottom: 5px;
    font-weight: 500;
}

.app-tipsy .section-menu__title {
    color: #FFFFFF;
    font-family: 'Bona Nova', serif;
    font-style: normal;
    font-weight: 700;
}

.app-tipsy .section-4 {
    background: #000;
}

.app-tipsy .section-4 .section-content {
    width: 80%;
    margin: 0 auto;
}

.app-tipsy .section-4 .section-content__before-text {
    color: #fff;
}

.app-tipsy .section-4 .section-content__text,
.app-tipsy .section-4 .section-content__after-text {
    color: #fff;
}

.app-tipsy .section-4 .section-content__after-text {
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 400;
}

.app-tipsy .section-5 {
    background: #fff;
}

.app-tipsy .footer-wrapper {
    background: url(../img/tipsy/header-bg.svg) no-repeat center center;
    background-size: cover;
    color: #fff;
}

.app-tipsy .contacts-title {
    color: #fff;
}

.app-tipsy .contacts-address {
    font-family: 'Bona Nova', serif;
    font-style: normal;
    font-weight: 700;
}

.app-tipsy .copyright-text {
    color: #fff;
}

.app-tipsy .swiper-pagination-bullet {
    border-color: #fff;
}

.map img {
    display: none;
}

.map frame {
    display: block;
}

.app-tipsy .section-menu__item:hover {
    /*transform: scale(1.2)*/
    /*background-size: 110%;*/
    /*transform: scale(0.5) translate(-100%, -100%);*/
}

.index-banner-title {
    font-size: 64px;
    font-weight: 600;
    line-height: 1;
    margin-top: 260px;
}

.footer {
/*    padding: 84px 36px 76px 36px;*/
}
.index-body .footer {
    display: none;
}
.footer a {
    color: white;
    text-decoration: none;
}

.footer__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer__content > * {
    display: flex;
    flex-direction: column;
}

.footer__phone {
    align-items: flex-start;
}

.footer__email {
    align-items: flex-end;
}

.footer a.footer__phone-number, .footer a.footer__email-address {
    color: #AB8550;
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    border-bottom: 1px solid #AB8550;
    padding-bottom: 2px;
    margin-bottom: 20px;
}

.footer__btn {
    text-transform: uppercase;
    border-bottom: 1px solid white;
    letter-spacing: 0.1em;
    font-size: 14px;
}

.index-items.columns {
    justify-content: flex-start;
}

.index-item__lock {
    width: 28px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.index-item__text {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    text-align: center;
    padding: 0 10px;
}

.index-item__title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 8px;
    line-height: 1;
    transition: opacity 0.5s;
    opacity: 0;
}

.index-item__subtitle {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1;
    transition: opacity 0.5s;
    opacity: 0;
}

.index-item:hover .index-item__title, .index-item:hover .index-item__subtitle, .index-item:hover .index-item__back {
    opacity: 1;
}

.index-item__back {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    transition: opacity 0.5s;
    opacity: 0;
}
/*************** EAT LAB ******************/

.app-eat-lab{
    font-family: 'Roboto', sans-serif;

}
.app-eat-lab .social a svg:hover path {
    fill: #e20613;
}
.app-eat-lab .menu{
    background: #e20613;
}
.app-eat-lab .header-item{
    background: #df0c17;
}

.app-eat-lab .header-item:last-child{
    background: url(../img/eat-lab/eat-lab-header-bg.jpg) no-repeat center center;
    background-size: cover;
}
/*.app-eat-lab .header-item:first-child:after {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 1px;*/
/*    height: 52.7%;*/
/*    background: red;*/
/*    position: absolute;*/
/*    left: 60%;*/
/*    top: 0;*/
/*}*/
.app-eat-lab .header-item__content-name {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 100;
    font-family: "Raleway";
}
.app-eat-lab .header-item__content-name span:last-child{
    text-transform: none;
}
.app-eat-lab .header-item__content-text {
    color: #ffffff;
    font-family: 'Orelega One', sans-serif;
    font-size: 34px;
    letter-spacing: 1px;
    line-height: 34px;
    font-weight: 400;
}
.app-eat-lab .header-item__content-project a{
    font-style: normal;
    line-height: 12px;
    text-align: right;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 15px;
    color: #ffffff;
    font-weight: 100;
    font-family: "Raleway";
}
.app-eat-lab .btn-delivery{
    background: #e20613;
    color: #fff;
}
.app-eat-lab .btn-delivery:after{
    content: '';
    background: url(../img/delivery-icon.svg) no-repeat center center;
    filter: none;
}
.app-eat-lab .section-1{
    background: url(../img/eat-lab/section-1-bg.jpg) no-repeat center center;
    background-size: cover;
    background-position-y: bottom;
}
.app-eat-lab .section-content__text{
    font-size: 44px;
    letter-spacing: 4px;
    line-height: 45px;
    color: #df0c17;
    font-family: "Retro Gaming";
    text-align: center;
    max-width: 712px;
    margin: auto;
    margin-bottom: 30px;
}
.app-eat-lab .column-2{
    height: auto;
}

.app-eat-lab .section-2__content{
    background: #df0c17;
    color: #fff;
}
.app-eat-lab .section-2__content .section-content__text{
    margin: 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 100;
    font-family: "Raleway";
    text-align: left;
}

.app-eat-lab .section-2 .swiper-pagination-bullet{
    border-color: #385d31;
}
.app-eat-lab .section-4 {
    background: url(../img/eat-lab/section-4-bg.jpg) no-repeat center center;
    background-size: cover;
}
.app-eat-lab .section-4 .section-content__before-text{
    color: #e20613;
}
.app-eat-lab .section-4 .section-content__after-text {
    color: #1d1d1b;
    padding: 0;
}
.app-eat-lab .section-5{
    background: #df0c17;
}
.app-eat-lab .footer-wrapper{
    background: #ffffff;
    color: #df0c17;
}
.app-eat-lab .contacts-title{
    font-size: 15px;
    color: #df0c17;
    font-weight: 100;
    font-family: "Raleway";
}
.app-eat-lab .copyright-text{
    font-size: 12px;
    letter-spacing: 2px;
    color: #df0c17;
    font-weight: 100;
    font-family: "Raleway";
}
.copyright-text a {
    display: inline;
    color: #df0c17;
}
.app-eat-lab .footer-logo a img{
    filter: none;
}
.app-eat-lab .footer-wrapper .btn-delivery{
    background: #fff;
    color: #e20613;
}
.column-5 {
    flex: 0 0 20%;
    width: 20%;
}
.column-6 {
    flex: 0 0 16.66666666666667%;
    width: 16.66666666666667%;
}
.app-eat-lab .footer{
    padding: 0;
}
.footer-nav__murmansk-bistro {
    background: #6ea7ba;
}
.footer-nav__perfetta {
    background: #c6a582;
}
.footer-nav__tavola {
    background: #2D2D2B;
}
.footer-nav__tolik{
    background: #e23332;
}
.app-eat-lab .section-menu__item:first-child .section-menu__item-bg{
    background: url(../img/eat-lab/menu/EL_SAIT-01.jpg) no-repeat center center;
    background-size: cover;
}
.app-eat-lab .section-menu__item:nth-child(2) .section-menu__item-bg{
    background: url(../img/eat-lab/menu/EL_SAIT-02.jpg) no-repeat center center;
    background-size: cover;
}
.app-eat-lab .section-menu__item:last-child .section-menu__item-bg{
    background: url(../img/eat-lab/menu/EL_SAIT-03.jpg) no-repeat center center;
    background-size: cover;
}

/************ Murmansk Bistro **************/
.app-murmansk-bistro{
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}
.app-murmansk-bistro .menu{
    background: #285767; 
}
.app-murmansk-bistro .header-item:first-child{
    background: #285767;
}
.app-murmansk-bistro .header-item:first-child:before {
    content: '';
    display: block;
    background: url(../img/murmansk-bistro/bg/01.svg) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.app-murmansk-bistro .header-item:last-child {
    background: url(../img/murmansk-bistro/Murmansk_bistro-02.jpg) no-repeat center center;
    background-size: cover;
}
.app-murmansk-bistro .section-1{
    background: #fff;
}
.app-murmansk-bistro .section-1:before{
    content: '';
    background: url(../img/murmansk-bistro/bg/02.svg) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.app-murmansk-bistro .section-2 .swiper-pagination-bullet{
    border-color: #6ea7ba;
}
.app-murmansk-bistro .section-2__content{
    background: #6ea7ba;
}
.app-murmansk-bistro .section-2__content:before{
    content: '';
    background: url(../img/murmansk-bistro/bg/03.svg) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -35%;
    bottom: 0;
}
.app-murmansk-bistro .section-menu__item:first-child .section-menu__item-bg{
    background: url(../img/murmansk-bistro/menu/menu-1.jpg) no-repeat center center;
    background-size: cover;
}
.app-murmansk-bistro .section-menu__item:last-child .section-menu__item-bg{
    background: url(../img/murmansk-bistro/menu/menu-2.jpg) no-repeat center center;
    background-size: cover;
}
.app-murmansk-bistro .section-4 {
    background: #285767;
}
.app-murmansk-bistro .section-4:before{
    content: '';
    background: url(../img/murmansk-bistro/bg/04.svg) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);

}

.app-murmansk-bistro .section-5 {
    background: #6ea7ba;
}
.app-murmansk-bistro .header-item__content-name {
    color: #6ea7ba;
}
.app-murmansk-bistro .header-item__content-project a{
    color: #6ea7ba;  
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    text-align: right;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.app-murmansk-bistro .section-content__before-text{
    color: #6ea7ba;  
}
.app-murmansk-bistro .section-content__text {
    color: #295868;
}
.app-murmansk-bistro .section-2__content .section-content__text {
    color: #295868;
    font-size: 16px;
    margin-bottom: 0;
}
.app-murmansk-bistro .section-2__content .section-content__after-text{
    color: #fff;
    font-size: 20px;
    max-width: 80%;
}
.app-murmansk-bistro .section-2 .section-content__before-text{
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    font-weight: bold;
    font-family: 'Bellota', sans-serif;
    text-transform: none;
    letter-spacing: normal;
}
.app-murmansk-bistro .section-4 .section-content__text{
    color: #fff;
    font-size: 36px;
}
.app-murmansk-bistro .contacts-title {
    color: #6ea7ba;
}
.app-murmansk-bistro .copyright-text{
    color: #6ea7ba;
}
.app-murmansk-bistro .copyright-text a{
    color: #6ea7ba;
}
.app-murmansk-bistro .footer{
    padding: 0;
}
.app-murmansk-bistro .footer-wrapper{
    background: #285767;
}
.app-murmansk-bistro .footer-wrapper:before{
    content: '';
    background: url(../img/murmansk-bistro/bg/05.svg) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -10%;
    bottom: 0;
}
.footer-nav__eat-lab {
    background: #df0c17;
}
.footer-nav__perfetta-lab {
    background: #C7A481;
}
.app-murmansk-bistro .footer-logo a img{
    filter: none;
}

/*************** PERFETTA BISTRO *************/

.app-perfetta{
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    
}
.app-perfetta .header-item:first-child{
    background: url(../img/perfetta/bg/PERFETTA_BISTRO_01.jpg) no-repeat center center;
    background-size: cover;
}
.app-perfetta .header-item.column.column-2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 2;
}
.app-perfetta .header-item__wrapper-logo, .app-perfetta .header-item__content {
    z-index: 3;
}
.app-perfetta .header-item:last-child{
    background: url(../img/perfetta/bg/PERFETTA_BISTRO_02.jpg) no-repeat center center;
    background-size: cover;
}
.app-perfetta .header-item__content-name{
    color: #ffffff;
    font-size: 16px;
}
.app-perfetta .header-item__content-text{
    color: #ffffff;
    font-size: 36px;
    font-family: 'Literata', sans-serif;
    font-style: italic;
}
.app-perfetta .header-item__content-project a {
    text-decoration: none;
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    text-align: right;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.app-perfetta .btn-delivery{
    color: #2d2d2b; 
}
.app-perfetta .btn-delivery::after{
    background: url(../img/delivery-icon-dark.svg) no-repeat center center;
    background-size: contain;
    filter: none;
}
.app-perfetta .section-1 .section-content__before-text {
    color: #c7a582;
}
.app-perfetta .section-1{
    background: #fff;
}
.app-perfetta .section-1 .section-content__text {
    color: #77170f;
    font-family: 'Alumni Sans', sans-serif;
}
.app-perfetta .section-1 .section-content__after-text {
    color: #3c3c3b;
    font-family: 'Literata', sans-serif;
}

.app-perfetta .column-2{
    height: auto;
}

.app-perfetta .section-2__content {
    background: #2d2d2a;
}
.app-perfetta .section-2 .section-content__text {
    font-size: 16px;
    color: #c7a582;
    margin-bottom: 0;
}
.app-perfetta .section-2 .section-content__after-text{
    color: #fff;
    font-family: 'Literata', sans-serif;
    font-style: italic;
    margin-bottom: 25px;
}
.app-perfetta .section-2 .section-content__before-text {
    color: #fff;
    font-size: 36px;
    font-family: 'Alumni Sans', sans-serif;
    text-transform: none;
    letter-spacing: normal;
}
.app-perfetta .section-2 .swiper-pagination-bullet{
    border-color: #6a6242;
}
.app-perfetta .section-menu__item:first-child .section-menu__item-bg {
    background: url(../img/perfetta/menu/menu-1.jpg) no-repeat center center;
    background-size: cover;
}

.app-perfetta .section-menu__item:nth-child(2) .section-menu__item-bg {
    background: url(../img/perfetta/menu/menu-3.jpg) no-repeat center center;
    background-size: cover;
}
.app-perfetta .section-menu__item:last-child .section-menu__item-bg {
    background: url(../img/perfetta/menu/menu-2.jpg) no-repeat center center;
    background-size: cover;
}
.app-perfetta .section-menu__title{
    font-family: 'Alumni Sans', sans-serif; 
}
.app-perfetta .section-4 .section-content__after-text {
    color: #3c3c3b;
    font-family: 'Literata', sans-serif;
    font-style: italic;
}
.app-perfetta .section-4 {
    background: #c6a582;
}
.app-perfetta .section-4 .section-content__before-text{
    color: #3c3c3b;
    font-size: 16px;
}
.app-perfetta .section-4 .section-content__text {
    color: #77170f;
    font-family: 'Alumni Sans', sans-serif;
}
.app-perfetta .section-5{
    background: #fff;
}
.app-perfetta .footer-wrapper{
    background: #2d2d2a;
}
.app-perfetta .footer .contacts-title {
    color: #c7a582;
}
.app-perfetta .footer .contacts-address,
.app-perfetta .footer .contacts-phone {
    font-size: 24px;
    font-family: 'Literata', sans-serif;
    font-style: italic;
}
.app-perfetta .footer{
    padding: 0;
}
.app-perfetta .footer-logo a img{
    filter: none;
}

.app-perfetta .copyright-text,
.app-perfetta .copyright-text a {
    color: #c7a582;
}
.closed:hover .index-item__logo{
    filter: brightness(0.5);
}
.closed:hover .index-item__lock{
    filter: brightness(1);
}
.closed:hover{
    background: rgba(0, 0, 0, 0.3) !important;
}
/*************** Tavola Perfetta *************/
.app-tavola .header-item:first-child {
    background: url(../img/tavola/bg/PERFETTA_bistro_01.jpg) no-repeat center center;
    background-size: cover;
}
.app-tavola .header-item:last-child {
    background: url(../img/tavola/bg/TAVOLA_PERFETTA_02.jpg) no-repeat center center;
    background-size: cover;
}
.app-tavola .header-item__wrapper-logo img {
    max-width: 350px;
}
.app-tavola .header-item__content-text {
    font-size: 36px;
    font-family: 'Literata', sans-serif;
    font-style: italic;
}
.app-tavola .header-item__content-project a {
    text-decoration: none;
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    text-align: right;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.app-tavola .btn-delivery {
    color: #2d2d2b;
}
.app-tavola .btn-delivery::after {
    background: url(../img/delivery-icon-dark.svg) no-repeat center center;
    background-size: contain;
    filter: none;
}
.app-tavola .section-1 .section-content__before-text {
    color: #c7a582;
}
.app-tavola .section-1 .section-content__text {
    color: #77170f;
    font-family: 'Alumni Sans', sans-serif;
}
.app-tavola .section-1 .section-content__after-text {
    color: #3c3c3b;
    font-family: 'Literata', sans-serif;
    font-style: italic;
}
.app-tavola .section-1 {
    background: #efedea;
}
.app-tavola .column-2 {
    height: auto;
}
.app-tavola .section-2__content {
    background: #2d2d2a;
}
.app-tavola .section-2 .section-content__text {
    font-size: 16px;
    color: #c7a582;
    margin-bottom: 0;
}
.app-tavola .section-2 .section-content__after-text {
    color: #fff;
    font-family: 'Literata', sans-serif;
    font-style: italic;
    margin-bottom: 25px;
}
.app-tavola .section-2 .section-content__before-text {
    color: #fff;
    font-size: 36px;
    font-family: 'Alumni Sans', sans-serif;
    text-transform: none;
    letter-spacing: normal;
    line-height: 32px;
}
.app-tavola .section-menu__item:first-child .section-menu__item-bg {
    background: url(../img/tavola/menu/menu-1.jpg) no-repeat center center;
    background-size: cover;
}
.app-tavola .section-menu__item:nth-child(2) .section-menu__item-bg {
    background: url(../img/tavola/menu/menu-2.jpg) no-repeat center center;
    background-size: cover;
}
.app-tavola .section-menu__item:last-child .section-menu__item-bg {
    background: url(../img/tavola/menu/menu-3.jpg) no-repeat center center;
    background-size: cover;
}
.app-tavola .section-menu__title {
    font-family: 'Alumni Sans', sans-serif;
}
.app-tavola .section-menu__btn .btn-line {
    letter-spacing: 3px;
    padding-bottom: 5px;
    font-weight: 500;
}
.app-tavola .section-4 {
    background: #efedea;
}
.app-tavola .section-4 .section-content__before-text {
    color: #3c3c3b;
    font-size: 16px;
}
.app-tavola .section-4 .section-content__text {
    color: #77170f;
    font-family: 'Alumni Sans', sans-serif;
}
.app-tavola .section-4 .section-content__after-text {
    color: #3c3c3b;
    font-family: 'Literata', sans-serif;
    font-style: italic;
}
.app-tavola .section-4 .section-content__text {
    color: #77170f;
    font-family: 'Alumni Sans', sans-serif;
}
.app-tavola .section-5 {
    background: #fff;
}
.app-tavola .column-2 {
    height: auto;
}
.app-tavola .footer-wrapper {
    background: #2d2d2a;
}
.app-tavola .footer .contacts-title {
    color: #c7a582;
}
.app-tavola .footer .contacts-address, .app-tavola .footer .contacts-phone {
    font-size: 24px;
    font-family: 'Literata', sans-serif;
    font-style: italic;
}
.app-tavola .copyright-text, .app-tavola .copyright-text a {
    color: #c7a582;
}
.app-tavola .footer-logo a img {
    filter: none;
}
.app-tavola .header-item.column.column-2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 2;
}
.app-tavola .header-item__wrapper-logo, .app-tavola .header-item__content{
    z-index: 3;
}
.app-tavola .show {
    display: flex !important;
}
.app-tavola .header-item__inner {
    z-index: 5;
}
/*************** Tavola Perfetta *************/
/*************** WINE CIRCLE *************/
.app-winecircle .header-item__wrapper-logo img {
    width: 116px;
    height: 157px;
}
.app-winecircle {
    font-family: "Raleway";
}
.app-winecircle .header-item {
    background: #601027;
}
.app-winecircle .header-item:last-child {
    background: url(../img/winecircle/bg/WINE_CIRCLE-03.jpg) no-repeat center center;
    background-size: cover;
}
.app-winecircle .header-item__content-name {
    font-family: "Cormorant";
    font-size: 16px;
    letter-spacing: 3px;
    color: #e5c507;
    font-weight: 500;
}
.app-winecircle .header-item__content-text {
    line-height: 36px;
    color: #f8f2e5;
    font-family: "Raleway";
}
.app-winecircle .header-item__content-project a {
    text-decoration: none;
    color: #e5c507;
}
.app-winecircle .header-item__content-project {
    color: #e5c507;
    font-weight: 500;
    font-family: "Raleway";
}
.app-winecircle .section-1 {
    background-size: cover;
    background: #f8f2e5;
}
.app-winecircle .section-1:before {
    content: '';
    background: url(../img/winecircle/section-1-bg.svg);
    position: absolute;
    width: 14px;
    height: 86px;
    left: calc(50% - 7px);
}
.app-winecircle .section-content__before-text {
    letter-spacing: 3px;
    color: #601027;
    font-family: "Constantine";
}
.app-winecircle .section-1 .section-content__text {
    font-size: 28px;
    color: #601027;
    font-weight: 600;
    font-family: "Raleway";
}
.app-winecircle .section-content__text {
    line-height: normal;
}
.app-winecircle .section-content__after-text {
    color: #601027;
    font-weight: 600;
    font-family: "Raleway";
}
.app-winecircle .section-2__content{
    background: #601027;
}
.app-winecircle .section-2 .section-content__text {
    font-size: 16px;
    letter-spacing: 3px;
    color: #e5c507;
    font-weight: 500;
    font-family: "Cormorant";
    margin-bottom: 0;
}
.app-winecircle .section-2 .section-content__after-text {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Raleway";
    margin-bottom: 25px;
}
.app-winecircle .section-2 .section-content__before-text {
    font-size: 28px;
    color: #e5c507;
    font-weight: 600;
    font-family: "Raleway";
    text-transform: none;
    letter-spacing: 2px;
}
.app-winecircle .section-menu__item:first-child .section-menu__item-bg {
    background: url(../img/winecircle/menu/menu-1.jpg) no-repeat center center;
    background-size: cover;
}
.app-winecircle .section-menu__item:nth-child(2) .section-menu__item-bg {
    background: url(../img/winecircle/menu/menu-2.jpg) no-repeat center center;
    background-size: cover;
}
.app-winecircle .section-menu__title {
    font-size: 28px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Raleway";
}
.app-winecircle .section-menu__btn a {
    letter-spacing: 3px;
    color: #ffffff;
    font-family: "Raleway";
}
.app-winecircle .btn-line::after {
    background-color: #e5c507;
}
.app-winecircle .section.section-4 {
    background: #601027;
}
.app-winecircle .section-4 .section-content__before-text {
    font-size: 16px;
    letter-spacing: 3px;
    color: #e5c507;
    font-weight: 500;
    font-family: "Cormorant";
}
.app-winecircle .section-4 .section-content__text {
    font-size: 28px;
    line-height: 30px;
    color: #e5c507;
    font-weight: 500;
    font-family: "Raleway";
    text-align: center;
}
.app-winecircle .section-4 .section-content__after-text {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Raleway";
    text-align: center;
    max-width: 800px;
    margin: auto;
}
.app-winecircle .section-5 {
    background: #f8f2e5;
}
.app-winecircle .contacts-title {
    letter-spacing: 3px;
    color: #e5c507;
    font-weight: 500;
    font-family: "Cormorant";
}
.app-winecircle .footer-wrapper{
    background: #601027;
}
.app-winecircle .copyright-text  a{
    color: #e5c507;
}
.app-winecircle .copyright-text{
    letter-spacing: 2px;
    color: #e5c507;
    font-family: "Raleway";
}
.app-winecircle .menu{
    background: #601027;
}
.app-winecircle .contacts-address {
    font-family: "Raleway";
}
.footer-nav__winecircle{
    background: #601027;
}
.footer-nav__logo img{
    max-height: 90px;
}

/*************** WINE CIRCLE *************/
.index-item--visibale{
    position: relative;
    pointer-events: none;
}
.index-item--visibale:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-image: url(/img/key.png);
    background-color: rgb(62 55 56);
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    z-index: 6;
}
.copyright__pd {
    display: flex;
    flex-direction: column;
}
.copyright__pd a {
    font-size: 11px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: normal;
    text-decoration: underline;
}
.copyright__organ {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    font-size: 12px;
}
.copyright-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.copyright.wow {
    align-items: flex-start;
    column-gap: 20px;
}
.app-tipsy .copyright__pd a {
    font-size: 12px;
}
.footer-nav__booze{
    background:#385D31;
}
.footer-nav__logo{
    width: 100%;
    display: flex;
    justify-content: center;
}

.index-item--meatbarrique .index-item__logo{
    height: 110px;
}
.index-item--murmansk .index-item__logo{
    height: 87px;
}
.index-item--tipsy .index-item__logo{
    height: 125px;
}
.index-item--tavola .index-item__logo{
    height: 100px;
}
.index-item--perfetta .index-item__logo{
    height: 94px;
}
.index-item--booze .index-item__logo{
    height: 114px;
}
.index-item--eat-lab .index-item__logo{
    height: 104px;
}
.index-item--tolik .index-item__logo{
    height: 99px;
}
.index-item--tolik.index-item--visibale:before {
    background-color: rgb(62 55 56 / 45%);
}
.app-meat .header-item img {
    max-width: 160px;
}
.app-murmansk .header-item img {
    max-width: 146px;
}
.app-perfetta .header-item img {
    max-width: 180px;
}