:root {
    --main-color: #033E3C;
}

body {
    color: var(--main-color);
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
a {
    color: inherit;
}

.container {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}

.container-inner {
    max-width: 360px;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
}

.promo-loader {
    position: relative;
    background-color: var(--main-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.top-branch {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-100%, -100%);
}

.top-branch.slide-in {
    transform: translate(0, 0);
    transition: transform 1.5s ease-in-out;
}

.promo-img {
    max-width: 100%;
    height: 200px;
    transform: translateX(600px);
}

.promo-img.slide-in {
    transform: translateX(0);
    transition: transform 1.5s ease-in-out;
}

.promo-text {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    max-width: 256px;
    margin: 50px 0;
    transform: translateX(-600px);
}

.promo-text.slide-in {
    transform: translateX(0);
    transition: transform 1.5s ease-in-out;
}

.promo-btn {
    background: transparent;
    border-radius: 8px;
    border: 1px solid #fff;
    padding: 8px 32px;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    transform: translateY(1000px);
    position: relative;
    z-index: 200;
}

.promo-btn.slide-in {
    transform: translate(0, 0);
    transition: transform 1.5s ease-in-out;
}

.bottom-branch {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(100%, 100%);
}

.bottom-branch.slide-in {
    transform: translate(0, 0);
    transition: transform 1.5s ease-in-out;
}

.header {
    background-color: var(--main-color);
    height: 93px;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
}

.main {
    background-image: url("../images/menu-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    padding-bottom: 54px;
}

.menu-title {
    text-transform: uppercase;
    font-family: "Spectral SC", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 8px;
}

.product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 15px;
    padding-left: 10px;
    margin-bottom: 24px;
    box-shadow:
            inset 4px 4px 14px rgba(0, 0, 0, 0.06),
            4px 4px 6px rgba(0, 0, 0, 0.15);
}

.product-info {
    width: 159px;
}

.product-info h2,
.single-product__title {
    font-family: "Spectral SC", serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 101%;
    text-align: center;
}

.product-info p {
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    text-align: center;
    margin-top: 38px;
}

.product img {
    max-width: 171px;
    border-radius: 15px;
}

.product-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 14px;
}

.product-categories li {
    background: transparent;
    border: 1px solid var(--main-color);
    border-radius: 8px;
    padding: 4px 3px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    width: 104px;
}

.product-categories a.active {
    background-color: var(--main-color);
    border-radius: 8px;
}

.dishes-info p{
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
}

.dishes-list .product,
.dishes-list .product img {
    margin-bottom: unset;
}

.category-filter {
    color: var(--main-color);
}

.category-filter.active {
    color: #fff;
}

#active-category-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    margin-top: 29px;
    margin-bottom: 12px;
}

.arrow-back {
    padding: 11px 0 11px 0;
}

.single-product img {
    width: 100%;
    margin-bottom: 25px;
}

.single-product__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    margin-top: 8px;
}

.single-product__price {
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    text-align: center;
    margin-top: 20px;
}

.single-product__custom-description {
    display: flex;
    flex-direction: column;
    gap: 31px 0;
    margin-top: 33px;
}

.description-item {
    display: flex;
    justify-content: space-between;
}

.description-item h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}

.description-item p {
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
}

.supplements-list {
    margin-top: 21px;
}

.supplements-list,
.copyright-product__list {
    gap: 23px 0;
    display: flex;
    flex-direction: column;
}

.supplement-item,
.copyright-product__item {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.supplement_name {
    font-family: "Spectral SC", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 111.00000000000001%;

}

.supplement_value {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    text-align: center;
}

.copyright-product__title {
    margin-top: 72px;
    font-size: 32px;
    line-height: 100%;
    font-weight: 400;
    margin-bottom: 19px;
}

.copyrigth-img {
    width: 100%;
    margin-top: 13px;
}