@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
}

:root {
    --main: #1C1C1A;
    --primary: #B7B5A9;
    --second: #494843;
    --hover: #040404;
    --white: #ffffff;
    --text-main: #1C1C1A;
    --text-light: #FBF8E9;
    --backgroud: #FBF8E9;
}
* {
    padding: 0;
    margin: 0;
    border: 0
}
*,
*::after,
*::before {
    box-sizing: border-box
}
*::after,
*::before {
    display: inline-block
}
body,
html {
    height: 100%;
    min-width: 320px
}
body {
    color: var(--text-main);
    background: var(--backgroud);
    line-height: normal;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
@media (max-width: 767px) {
    body {
        font-size: 1rem;
    }
}
body a {
    font-family: "Inter", sans-serif
}
button,
input,
select,
textarea {
    font-family: "Inter", sans-serif;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: var(--backgroud);
}
input,
textarea {
    width: 100%
}
label {
    display: inline-block
}
button,
option,
select {
    cursor: pointer
}
a {

    display: inline-block;
    color: inherit;
    text-decoration: none!important
}
a:visited {
    color: inherit;
}
a:hover {
    color: var(--main);
}
ul li {
    list-style: none
}
img {
    vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Inter";
    font-size: inherit;
}
h1,.h1 {
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: -3px;
}
h2,.h2 {
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: -3px;
}
h3,.h3 {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: -0.96px;
}
h4,.h4 {
    font-size: 1.5rem;
}
@media (min-width: 768px) {
    h1,.h1 {
        font-size: 3.5rem;
        letter-spacing: -5px;
    }
    h2,.h2 {
        font-size: 3rem;
        letter-spacing: -5px;
    }
    h3,.h3 {
        font-size: 2rem;
    }
}
@media (min-width: 992px) {
    h1,.h1 {
        font-size: 4rem;
    }
    h2,.h2 {
        font-size: 3.75rem;
    }
    h3,.h3 {
        font-size: 2rem;
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}
*[hidden] {
    display: none
}
menu,
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
*,
*::after,
*::before {
    box-sizing: border-box
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
p {
    margin: 0;
}
p + p {
    margin-top: 3rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}
dl,
ol,
ul {
    margin-top: 0
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}
dt {
    font-weight: 700
}
dd {
    margin-bottom: .5rem;
    margin-left: 0
}
blockquote {
    margin: 0 0 1rem
}
b,
strong {
    font-weight: bolder
}
small {
    font-size: 80%
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}
figure {
    margin: 0 0 1rem
}
img {
    vertical-align: middle;
    border-style: none
}
svg {
    overflow: hidden;
    vertical-align: middle
}
table {
    border-collapse: collapse
}
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent
}
button:focus:not(:focus-visible) {
    outline: 0
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
button,
input {
    overflow: visible
}
button,
select {
    text-transform: none
}
[role=button] {
    cursor: pointer
}
select {
    word-wrap: normal
}
[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
textarea {
    overflow: auto;
    resize: vertical
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}
progress {
    vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}
output {
    display: inline-block
}
summary {
    display: list-item;
    cursor: pointer
}
template {
    display: none
}
[hidden] {
    display: none!important
}
.lead {
    font-size: 1.25rem;
    font-weight: 300
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid var(--primary)
}
.small,
small {
    font-size: .875em;
    font-weight: 400
}
.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.list-inline {
    padding-left: 0;
    list-style: none
}
.list-inline-item {
    display: inline-block
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem
}
.initialism {
    font-size: 90%;
    text-transform: uppercase
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}
.blockquote-footer {
    display: block;
    font-size: .875em;
    color: #6c757d
}
.blockquote-footer::before {
    content: "— "
}
.img-fluid {
    max-width: 100%;
    height: auto
}
.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}
.figure {
    display: inline-block
}
.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}
.figure-caption {
    font-size: 90%;
    color: #6c757d
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}
a>code {
    color: inherit
}
kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.ibg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.ibg--top {
    -o-object-position: top;
    object-position: top
}
.ibg--bottom {
    -o-object-position: bottom;
    object-position: bottom
}
.ibg--left {
    -o-object-position: left;
    object-position: left
}
.ibg--right {
    -o-object-position: right;
    object-position: right
}
.ibg--contain {
    -o-object-fit: contain;
    object-fit: contain
}

.btn:visited,
.btn {
    display: inline-flex;
    height: 56px;
    padding: 8px 32px 10px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 0;
    background: var(--main);
    border-radius: 100px;
    color: var(--text-light);
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
}
.btn:active,
.btn:hover {
    background: var(--hover);
    color: var(--text-light);
}
.btn-large {
    font-size: 1.25rem;
    height: 62px;
    padding: 10px 38px 12px 38px;
}
.btn.btn-outline {
    background: transparent;
    border: 1px solid var(--main);
    color: var(--text-main);
}
.btn.btn-outline:active,
.btn.btn-outline:hover {
    background: var(--hover);
    color: var(--text-light);
}
@media (max-width: 991px) {
    .btn {
        
    }
    .btn-large {
        
    }
}

.section {
    padding: 0;
    margin: 0;
    overflow-x: hidden;

    background: var(--backgroud);

    position: relative;
    z-index: 2;
}

.border-top {
    border-top: 1px solid var(--primary);
}
.border-bottom {
    border-bottom: 1px solid var(--primary);
}


[class*=__title], .title {
    color: var(--text-main);
    font-family: "Inter";
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.text {
    opacity: 0.8;
}

body {
    padding-top: 48px;
}

body.menu-open {
    overflow: hidden;
}

.site-header {
    border-bottom: 1px solid var(--primary);
    background: var(--backgroud);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
.site-header-wrapper {
    padding: 12px 16px;
}
@media (min-width: 768px) {
    .site-header-wrapper {
        padding: 12px 40px;
    }
}
.main-navigation {
    width: auto;
}
.main-navigation ul {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-right: -8px;
}
.main-navigation a {
    color: var(--text-light);
    font-family: "Inter";
    font-size: 2rem;
    line-height: 1;
    letter-spacing: -1px;
    padding: 1rem;
    text-transform: uppercase;
    transition: all 0.2s ease;
}
.main-navigation a:hover {
    color: var(--white);
}

.menu-toggle {
    border: 0;
    border-radius: 0;
    background: transparent;
    gap: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    padding: 0;
    position: relative;
    height: 24px;
    width: 37px;
}
.menu-toggle .close-menu,
.menu-toggle .show-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: absolute;
    right: 0;
    transition: all 0.3s ease;
    opacity: 1;
}
.main-navigation.toggled .menu-toggle .show-menu,
.main-navigation:not(.toggled) .menu-toggle .close-menu {
    opacity: 0;
}
.show-menu .title {
    line-height: 1;
    position: relative;
    top: 1px;
}
.main-navigation .menu-main-menu-container {
    background: var(--main);
    position: fixed;
    left: 0;
    right: 0;
    top: 48px;
    width: 100%;
    max-width: 520px;
    height: 100dvh;
    padding: 15px;
    transform: translateX(-200%);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (min-width: 768px) {
    .main-navigation .menu-main-menu-container {
        top: 0;
    }
}
.main-navigation.toggled .menu-main-menu-container {
    transform: translateX(0);
}
.main-navigation .nav-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-navigation .main-slider__socials {
    justify-content: center;
    margin-top: 60px;
}

.inner-padding {
    padding: 40px 16px;
}
@media (min-width: 768px) {
    .inner-padding {
        padding: 40px;
    }
}


.site-header__lang-switcher a {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary);
    line-height: 140%;
    text-transform: uppercase;
}
.site-header__lang-switcher .current-lang a {
    color: var(--main);
    text-decoration: underline !important;
}


.hero {
    min-height: 400px;
}
.hero img {
    object-fit: cover;
    height: calc(50dvh - 100px);
    min-height: 400px;
    max-height: 900px;
    width: 100%;
}
@media (min-width: 1025px) {
    .hero img {
        height: calc(100vh - 48px);
        max-height: 1200px;
    }
}
@media (min-width: 1200px) and (min-height: 700px) {
    .hero {
        max-height: 1200px;
        height: calc(100svh - 48px);
        width: 100%;

        position: sticky;
        top: 48px;
        overflow: hidden;
        z-index: 1;
    }
    .hero img {
        height: calc(100vh - 48px);
    }
}
@media (min-width: 1280px) and (min-height: 780px) {
    .hero {
        height: calc(100svh - 114px);
    }
    .hero img {
        height: calc(100vh - 114px);
    }
}


.hero__wrapper {

}
.hero__title {
    max-width: 870px;
}


.carousel.border-top {
    margin-top: -1px;
}
.carousel {
    overflow: hidden;
    padding: 24px 0;
    white-space: nowrap;
}
.text-carousel__wrapper {
    display: flex;
    width: max-content;
    will-change: transform;
}
.item__text {
    font-size: 15px;
    font-weight: 500;
    padding-left: 40px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.item__text::after {
    content: '•';
    color: #1C1C1A;
    font-size: 12px;
}

.images-carousel__wrapper {
    display: flex;
    width: max-content;
    will-change: transform;
}
.item__img {
    display: flex;
    align-items: center;
    gap: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-left: 40px;
}
.item__img::after {
    content: '•';
    color: #1C1C1A;
    font-size: 12px;
}
.item__img img {
    max-height: 50px;
    max-width: 160px;
}

.images-carousel .swiper-wrapper {
    display: flex;
    align-items: center;
    /*transition-timing-function: linear !important;*/
}
.images-carousel__item {
    max-width: max-content;
}
.images-carousel .swiper-button {
    width: 40px;
    height: 46px;
}




.desserts__content {
    border-right: 1px solid var(--primary);
}
.dessert__item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-right: 1px solid var(--primary);
    min-height: 600px;
    padding: 40px 16px;
}
@media (min-width: 768px) {
    .dessert__item {
        min-height: 700px;
    }
}
.dessert__item img {
    /*margin: auto 0;*/
    margin-top: 30%;
}
.dessert__name {
    margin-top: auto;
    text-align: center;
}
.dessert__price {
    font-size: 24px;
}


.numbers__item {
    flex: 0 1 calc(50% - 12px);
}
.numbers__image {
    position: relative;
    height: 100%;
}
.banner-left__image img,
.numbers__image img {
    max-height: 400px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
@media (min-width: 768px) {
    .numbers__image img {
        max-height: 500px;
    }
}
@media (min-width: 1025px) {
    .numbers__image {
        margin-left: -1px;
    }
    .banner-left__image img,
    .numbers__image img {
        max-height: 1280px;
    }
}
@media (min-width: 1380px) {
    .banner-left__image img,
    .numbers__image img {
        max-height: 900px;
    }
}

.our-desserts__content {
    border-right: 1px solid var(--primary);
}
.our-dessert__item {
    border-right: 1px solid var(--primary);
    height: 37vh;
    min-height: 400px;
    max-height: 506px;
    position: relative;
    overflow: hidden;
}
.our-desserts__row .col-12:last-child .our-dessert__item {
    border-right: 0;
}
.our-dessert__item img {
    position: absolute;
    opacity: 0;
    transform: scale(1);
    transition: opacity 0.3s ease, transform 0.7s ease;
    z-index: -1;
}
.our-dessert__name {
    transition: all 0.1s ease;
}
.our-dessert__item:hover img {
    transform: scale(1.05);
    opacity: 1;
}
.our-dessert__item:hover .our-dessert__name {
    color: var(--text-light);
    opacity: 0;
}
.our-desserts__bottom {
    background-image: url('img/desserts-bg.png');
    background-position: 170% 90%;
    background-repeat: no-repeat;
}
.our-desserts__bottom-button {
    flex: 0 0 320px;
}

.banner__img img {
    object-fit: cover;
    height: 70vh;
    min-height: 500px;
    max-height: 700px;
    width: 100%;
}

.banner__img.img-wrap {
    overflow: hidden; /* Щоб картинка не вилазила за межі при русі */
    height: 600px;    /* Або ваша висота */
    position: relative;
}

.banner__img img {
    width: 100%;
    height: 120%;    /* Робимо фото трохи вищим, щоб було місце для руху */
    object-fit: cover;
    will-change: transform; /* Оптимізація для браузера */
    position: absolute;
    top: -10%;       /* Початкове зміщення вгору */
}



.reveal-img {
    overflow: hidden;
    position: relative;
}
.reveal-img img {
    /* Початковий стан: зум + обрізана висота */
    transform: scale3d(1.2, 1.2, 1);
    /* inset( зверху, справа, знизу, зліва ) */
    clip-path: inset(0 0 80% 0);
    
    transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1), 
                clip-path 3s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, clip-path;
}
.reveal-img.is-visible img {
    transform: scale3d(1, 1, 1);
    clip-path: inset(0 0 0% 0);
}



.reviews__content {
    border-left: 1px solid var(--primary);
    min-height: 580px;
    position: relative;
}
.reviews__slider {
    width: 100%;
}
.reviews__slide {
    padding: 20px;
}
.reviews__text {
    font-size: 24px;
    margin-top: 16px;
    margin-bottom: 40px;
}
.reviews__rating {
    gap: 4px;
}
.reviews__bottom {
    gap: 16px;
}
.reviews__name {
    font-weight: 500;
    text-transform: uppercase;
}
.reviews__swiper-pagination {
    position: absolute;
    left: 40px !important;
    bottom: 40px !important;
}
.swiper-pagination-bullet {
    background: #1C1C1A;
    opacity: 0.2;
    width: 6px;
    height: 6px;
    transform: scale(1);
    transition: all 0.2s ease;
}
.swiper-pagination-bullet-active {
    background: #1C1C1A;
    opacity: 0.7;
    transform: scale(1.3);
}


.contacts__content {
    position: relative;
    
}
.contacts__image {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: -1;
}


.contact-info__col:first-child {
    border-right: 1px solid var(--primary);
}
.contact-info__title {
    color: var(--primary);
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.contact-info__info {
    font-size: 24px;
    margin-top: 4px;
    line-height: 140%;
}




.swiper-button {
    background: var(--main);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 80px;
    transition: all 0.2s ease;
}
.swiper-button svg {
    width: 24px;
    height: 24px;
}
.swiper-button:after {
    display: none !important;
}
.swiper-button.swiper-button-disabled {
    opacity: 0;
}
.swiper-button:hover {
    background: var(--hover);
}
.swiper-button-next {
    right: 0;
}
.swiper-button-prev {
    left: 0;
}


.fluentform h4 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
.fluentform .ff-el-group.ff-custom_html p {
    font-weight: 400;
}
.frm-fluent-form .ff-t-container {
    gap: 20px;
}
.ff-default .ff-el-input--label label {
    color: var(--primary);
    font-weight: 400;
    text-transform: uppercase;
}
.ff-default textarea.ff-el-form-control,
.ff-default input.ff-el-form-control {
    background: transparent !important;
    border: 0;
    border-bottom: 1px solid var(--primary);
    border-radius: 0;
    color: var(--main);
    padding: 4px 0 8px;
    opacity: 0.8;
}
.ff_submit_btn_wrapper {
    margin-top: 40px;
}
.ff-message-success {
    font-size: 24px;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    text-align: center;
}
.fluentform .text-danger {
    color: #FF4242;
    font-size: 16px;
    font-weight: 400;
}
.fluentform .ff-el-is-error .text-danger {
    font-size: 14px;
}
.fluentform .ff-el-is-error .ff-el-form-control {
    border-color: #FF4242 !important;
}
.confirmation__title {
    font-size: 40px;
}
.confirmation__text {
    font-size: 20px;
    margin-top: 40px;
}

.back-to-top {
    background: var(--primary);
    position: fixed;
    bottom: 40px;
    right: 40px;
    height: 56px;
    width: 56px;
    opacity: 0;
    padding: 5px 5px 8px;
    pointer-events: none;
    transition: 0.3s;
    z-index: 8;
}

footer {
    border-top: 1px solid var(--primary);
    background: var(--backgroud);
}
.footer__logo img {
    width: 100px;
    height: auto;
}
.footer__socials {
    gap: 10px;
}
.footer__socials-item img {
    width: 36px;
    height: auto;
}
.footer__menu-title {
    font-size: 14px;
    color: var(--primary);
    margin-bottom: 16px;
    text-transform: uppercase;
}
.footer__nav a {
    padding: 8px 0;
}
.footer__nav a:hover,
.footer__nav a:active {
    color: var(--hover);
}


.footer__copyright {
    opacity: 0.3;
}

@media screen and (max-width: 1024px) {
    .back-to-top {
        bottom: 30px;
        right: 20px;
        padding: 5px;
        height: 44px;
        width: 44px;
    }
}

@media screen and (max-width: 767px) {
    .section.hero {
        overflow-x: unset;
    }
    .hero .col-img {
        position: sticky;
        top: 48px;
    }
    .hero .col-text {
        background: var(--backgroud);
        z-index: 3;
    }

    .our-dessert__item {
        background: linear-gradient(0deg, rgba(68, 68, 68, 0.50) 0%, rgba(68, 68, 68, 0.50) 100%);
        height: 50vh;
        transition: all 0.3s ease;
    }
    .our-dessert__item img {
        opacity: 1;
    }
    .our-dessert__name {
        color: var(--text-light);
    }
    .our-dessert__item:hover {
        
    }

    .our-desserts__bottom {
        background-position: 0% 100%;
    }
    .our-desserts__bottom-button {
        flex: 0 0 auto;
        width: 100%;
    }
    .our-desserts__button {
        width: 100%;
    }

    .reviews__content {
        min-height: unset;
        border-top: 1px solid var(--primary);
        border-left: 0;
    }
    .reviews__slide {
        padding: 0;
    }
    .reviews__swiper-pagination {
        position: relative;
        left: 0 !important;
        bottom: 0 !important;
        margin-top: 40px;
    }

    .item__img, 
    .item__text {
        gap: 24px;
        padding-left: 24px;
    }

    .swiper-button {
        width: 30px;
        height: 60px;
    }
    .swiper-button svg {
        width: 18px;
        height: 18px;
    }

    .images-carousel .swiper-button {
        width: 24px;
    }
    .images-carousel .swiper-button svg {
        width: 14px;
        height: 14px;
    }

    .item__img img {
        max-height: 36px;
        max-width: 140px;
    }

    .contacts__content {
        min-height: 360px;
    }
    .contacts__text {
        margin-top: auto;
    }
    
    .contact-info__col + .contact-info__col {
        padding-top: 0;
    }

    .footer__menu {
        padding-top: 0;
    }
    .footer__menu-item + .footer__menu-item {
        margin-top: 40px;
    }

}