body {
    font-weight: 400;
}
.scrollspy__nav-link,
.contacts__form-error,
.button {
    font-weight: 400;
}
.title {
    font-weight: 400;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*::after,
*::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
ul,
ol {
    padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
    font-weight: 400;
    line-height: 130%;
}
h1, h2, h3, h4, h5, h6{
    font-size: 36px;
    line-height: 130%;
    margin-bottom: 8px;
    color: #07291E;
}
ul[class] {
    list-style: none;
}
img {
    max-width: 100%;
    display: block;
}
input,
button,
textarea,
select {
    font: inherit;
}
a {
    text-decoration: none;
}
body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #5F4F24;
    background-color: #FFFFFF;
}
.big-container {
    max-width: 1300px;
    padding: 0 10px;
    margin: 0 auto;
}
.container {
    max-width: 1240px;
    padding: 0 10px;
    margin: 0 auto;
}
.title {
    font-size: 32px;
    line-height: 42px;
}
.subtitle {
    font-size: 20px;
    line-height: 26px;
    color: #07291E;
    margin-bottom: 16px;
}
.button {
    padding: 14px 32px;
    color: #F2F2F2;
    background-color: #07291E;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.button:hover {
    background-color: #C79A3C;
}
.product-page .header {
    background-color: #051300;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.product-page {
    padding: 72px 0;
}
.stop-scroll {
    overflow: hidden;
}
.stop-scroll .header::before {
    opacity: 1;
    visibility: visible;
}
#age-verification{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:999;display:none}.age-verification-main{font-size:17px;text-align:center;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);max-width:640px;width:100%;margin:0 auto}.age-verification-main img{margin:0 auto 72px}.age-title{display:block;font-size:24px;line-height:31px;margin-bottom:24px}.age-subtitle{margin-bottom:36px}.buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.age-yes{margin-right:58px}

/* .wrapper {
    background-image: url("../img/castlebg.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    background-attachment: fixed;
} */
.header {
    z-index: 100;
    background-color: #07291E;
}
.header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #07291E;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0;
}
.header__logo {
    z-index: 110;
}
.header__nav {
    overflow-x: hidden;
}
.header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header__nav-item:not(:last-child) {
    margin-right: 40px;
}
.header__nav-link {
    font-size: 15px;
    color: #F2F2F2;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.header__nav-link:hover {
    color: #C79A3C;
}
.burger {
    width: 30px;
    height: 22px;
    border: none;
    padding: 0;
    background-color: rgba(5, 19, 0, 1);
    cursor: pointer;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 130;
}
.burger span {
    width: 100%;
    height: 3px;
    background-color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.burger.active span {
    background-color: #f4f4f2;
}
.burger.active span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}
.burger.active span:nth-child(2) {
    opacity: 0;
}
.burger.active span:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    -ms-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
}
.offer__inner {
    height: calc(100vh - 200px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
}

.offer__logo{
    max-width: 646px;
}

.offer__subtitle{
    margin-bottom: 8px;
    font-size: 24px;
    color: #07291E;
}

.offer__title{
    margin-bottom: 36px;
    line-height: 48px;
    font-size: 40px;
}

.offer__imgbox{
    width: 481px;
    height: 595px;
}

.offer__imgbox img{
    margin: 0 auto;
}

.origin {
    padding: 144px 0 72px;
}
.origin__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.origin__content {
    max-width: 646px;
}
.origin__title {
    margin-bottom: 4px;
}
.origin__subtitle {
    margin-bottom: 20px;
}
.origin__imgbox {
    max-width: 485px;
}
.origin__imgbox p {
    max-width: 485px;
    margin-bottom: 20px;
}
.legend {
    padding: 72px 0;
}
.legend__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.legend__imgbox {
    max-width: 485px;
}
.legend__content {
    max-width: 646px;
}
.legend__title {
    margin-bottom: 4px;
}
.legend__subtitle {
    margin-bottom: 20px;
}
.process {
    padding: 72px 0;
}
.process__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.process__content {
    max-width: 646px;
}
.process__title {
    margin-bottom: 4px;
}
.process__subtitle {
    margin-bottom: 20px;
}
.process__imgbox {
    max-width: 695px;
}

.volumes{padding: 72px 0 144px;}
.products__items{display:flex; justify-content: space-between};.products-item{position:relative}.products-item:hover .products-item__name{color:#232323}.products-item__imgbox{width:100%;height:412px;}.products-item__imgbox img{width:236px;height:400px;-o-object-fit:contain;object-fit:contain}

.contacts {
    padding: 72px 0 144px;
}
.contacts__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url('..//img/castlebg.png') center left no-repeat;
}
.contacts__form-box {
    max-width: 646px;
}
.contacts__title {
    color: #07291E;
    margin-bottom: 20px;
}
.contacts__form-item {
    margin-bottom: 12px;
}
.contacts__form-item.error .contacts__form-error {
    padding-top: 12px;
}
.contacts__form-forms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contacts__form-forms .contacts__form-item select {
    width: 100%;
    padding: 12px 32px;
    border: none;
    background-color: #F2F2F2;
    border: 2px solid #07291E;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: 0px;
    color: #5F4F24;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.contacts__form-forms .contacts__form-item select:focus {
    border-color: #C79A3C;
}
.contacts__form-forms .contacts__form-item option {
    color: #C79A3C;
}
.contacts__form-forms .contacts__form-item:nth-child(1),
.contacts__form-forms .contacts__form-item:nth-child(2) {
    width: 312px;
}
.contacts__form-forms .contacts__form-item:nth-child(3) {
    width: 100%;
}
.contacts__form-label {
    display: block;
    margin-bottom: 8px;
    color: #5F4F24;
}
.contacts__form-input,
.contacts__form-textarea {
    background-color: #F2F2F2;
    outline: none;
    width: 100%;
    border: none;
    border: 2px solid #07291E;
    padding: 12px 32px;
    color: #5F4F24;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.contacts__form-input:focus,
.contacts__form-textarea:focus {
    border-color: #C79A3C;
}
.contacts__form-input::-webkit-input-placeholder,
.contacts__form-textarea::-webkit-input-placeholder {
    color: #FFFFFF;
}
.contacts__form-input::-moz-placeholder,
.contacts__form-textarea::-moz-placeholder {
    color: #FFFFFF;
}
.contacts__form-input:-ms-input-placeholder,
.contacts__form-textarea:-ms-input-placeholder {
    color: #FFFFFF;
}
.contacts__form-input::-ms-input-placeholder,
.contacts__form-textarea::-ms-input-placeholder {
    color: #FFFFFF;
}
.contacts__form-input::placeholder,
.contacts__form-textarea::placeholder {
    color: #e2e2e2;
}
.contacts__form-textarea {
    resize: none;
    padding: 12px 0px 12px 32px;
    height: 100px;
}
.contacts__form-error {
    color: #bc2a2a;
    font-size: 14px;
    line-height: 16px;
}
.contacts__form-descr {
    margin-bottom: 20px;
}
.contacts__form-descr a {
    color: #C79A3C;
    text-decoration: underline;
}
.contacts__form-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}
.footer {
    background-color: #07291E;
    padding: 72px 0 144px;
}
.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__info {
    max-width: 138px;
}
.footer__logo {
    display: inline-block;
    margin-bottom: 20px;
}
.footer__right {
    color: #FFFFFF;
    margin-bottom: 12px;
}
.footer__right:not(:last-child) {
    margin-bottom: 12px;
}
.footer__info-item:not(:last-child) {
    margin-bottom: 12px;
}
.footer__info-link,
.footer__items-link {
    color: #FFFFFF;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.footer__info-link:hover,
.footer__items-link:hover {
    color: #DB7838;
}
.footer__items {
    max-width: 888px;
    width: 100%;
}
.footer__items-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-card {
    padding: 72px 0;
}
.product-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-card__imgbox {
    max-width: 485px;
    width: 100%;
    height: 625px;
}
.product-card__imgbox img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-card__content {
    max-width: 646px;
}
.product-card__title {
    margin-bottom: 8px;
}
.product-card__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-card__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-card__item:not(:last-child) {
    margin-bottom: 12px;
}
.product-card__item-img {
    margin-right: 8px;
    height: 100%;
}
.product-card__btn {
    margin-top: 20px;
}

.product-cocktail {
    padding:72px 0
}


.product-cocktail__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:space-between
}

.product-cocktail__content {
    max-width: 695px;
    width: 100%;
    height:100%
}


.product-cocktail__box {
    max-width: 740px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:space-between
}


.product-cocktail__item {
    max-width: 350px;
    width:100%
}

.product-cocktail__box-title {
    margin-bottom:12px
}

.product-cocktail__ingridients-item:not(:last-child) {
    margin-bottom:12px
}

.product-cocktail__ingridients-name {
    position: relative;
    padding-right:14px
}

.product-cocktail__ingridients-name::before {
    content: "—";
    position: absolute;
    top: 0;
    right:0
}

.product-cocktail__ingridients-descr {
    padding-left:4px
}

.product-cocktail__imgbox {
    max-width: 485px;
    width:100%
}

@media screen and (max-width: 1240px) {
    .origin__content {
        margin-right: 32px;
    }
    .origin__imgbox {
        max-width: 600px;
    }
    .history__content {
        max-width: 460px;
    }
    .consumption__imgbox {
        max-width: 600px;
        margin-left: 32px;
    }
    .footer__items {
        max-width: 760px;
    }
    .product-card__imgbox {
        max-width: 440px;
        height: 580px;
    }
}
@media screen and (max-width: 1024px) {
    .title {
        font-size: 28px;
        line-height: 34px;
    }
    .header {
        position: relative;
    }
    .header::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 84px;
        top: 0;
        left: 0;
        right: 0;
        background-color: #232323;
        z-index: 110;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .header__nav {
        overflow-y: auto;
    }
    .header__nav-item:not(:last-child) {
        margin-right: 42px;
    }
    .origin__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .origin__content,
    .origin__imgbox {
        max-width: 100%;
    }
    .origin__imgbox {
        padding-top: 32px;
    }
    .origin__imgbox p {
        max-width: 100%;
    }
    .history__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .history__imgbox {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .history__content {
        max-width: 100%;
        margin-bottom: 32px;
    }
    .consumption__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .consumption__content {
        max-width: 100%;
        margin-bottom: 32px;
    }
    .consumption__imgbox {
        max-width: 100%;
        margin-left: 0;
    }
    .products__block:not(:last-child) {
        margin-bottom: 50px;
    }
    .products__items {
        grid-gap: 20px;
    }
    .products-item__imgbox {
        height: 310px;
    }
    .products-item__imgbox img {
        height: 300px;
    }
    .contacts__inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .contacts__imgbox {
        display: none;
    }
    .footer {
        padding-bottom: 72px;
    }
    .footer__info {
        max-width: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer__items {
        display: none;
    }
    .product-card__imgbox {
        max-width: 380px;
        height: 500px;
    }
    .product-card__content {
        max-width: 470px;
    }
}
@media screen and (max-width: 942px) {
    .product-card__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-card__imgbox {
        margin: 0 auto 32px auto;
    }
    .product-card__content {
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .title {
        font-size: 24px;
        line-height: 32px;
    }
    .header__nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #232323;
        z-index: 100;
        padding-top: 140px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .header__nav.active {
        opacity: 1;
        visibility: visible;
    }
    .header__nav.active .header__nav-item {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
    .header__nav-list {
        padding: 0 10px 10px 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header__nav-item {
        -webkit-transform: translateX(200px);
        -ms-transform: translateX(200px);
        transform: translateX(200px);
        -webkit-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        -webkit-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        opacity: 0;
        visibility: hidden;
    }
    .header__nav-item:nth-child(1) {
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
    .header__nav-item:nth-child(2) {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .header__nav-item:nth-child(3) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    .header__nav-item:nth-child(4) {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
    .header__nav-item:nth-child(5) {
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }
    .header__nav-item:nth-child(6) {
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }
    .header__nav-item:nth-child(7) {
        -webkit-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }
    .header__nav-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 32px;
    }
    .header__nav-link {
        font-size: 24px;
        line-height: 32px;
    }
    .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .offer__logo {
        width: 420px;
    }
    .about {
        padding: 72px 0 36px;
    }
    .about__imgbox {
        max-width: 300px;
    }
    .origin,
    .history,
    .consumption,
    .products,
    .footer {
        padding: 36px 0;
    }
    .products__items {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
    .contacts {
        padding: 36px 0 72px;
    }
    .product-card {
        padding: 72px 0;
    }
    .product-card__imgbox {
        max-width: 360px;
        height: 480px;
    }
}
@media screen and (max-width: 568px) {
    .offer__logo {
        width: 320px;
    }
    .about__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about__imgbox {
        margin-right: 0;
        margin-bottom: 24px;
    }
    .about__content {
        text-align: center;
    }
    .consumption__content {
        margin-bottom: 16px;
    }
    .products__block:not(:last-child) {
        margin-bottom: 40px;
    }
    .products__items {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 16px;
    }
    .products-item__imgbox {
        height: 210px;
    }
    .products-item__imgbox img {
        height: 185px;
    }
    .products-item__name {
        font-size: 14px;
        line-height: 18px;
    }
    .contacts__form-box {
        max-width: 100%;
    }
    .contacts__form-forms .contacts__form-item:nth-child(1),
    .contacts__form-forms .contacts__form-item:nth-child(2) {
        width: 49%;
    }
    .product-card__imgbox {
        max-width: 300px;
        height: 400px;
    }
    .product-card__item-descr {
        font-size: 14px;
        line-height: 18px;
    }
}
@media screen and (max-width: 480px) {
    .title {
        font-size: 22px;
        line-height: 28px;
    }
    .subtitle {
        font-size: 18px;
        line-height: 24px;
    }
    .header::before {
        height: 64px;
    }
    .header__inner {
        padding: 8px 0;
    }
    .header__logo {
        width: 80px;
    }
    .offer__logo {
        width: 240px;
    }
    .about__imgbox {
        max-width: 240px;
    }
    .origin__imgbox {
        padding-top: 16px;
    }
    .contacts__form-forms .contacts__form-item:nth-child(1),
    .contacts__form-forms .contacts__form-item:nth-child(2) {
        width: 100%;
    }
    .product-card__imgbox {
        max-width: 260px;
        height: 340px;
        margin-bottom: 24px;
    }
    .product-card__title {
        margin-bottom: 12px;
    }
    .product-card__item-descr {
        padding-top: 3px;
    }
    .product-card__btn {
        width: 100%;
    }
}

