html, body {
  height: 100%;
/*  overflow: hidden;*/
}


@media (min-width: 768px) {
  .smooth-scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    will-change: transform;
  }

  .smooth-scrollbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
  }
}


body {
    margin: 0;

    font-family: "Manrope", sans-serif;
    font-size: 20px;
    color: #F6F4F2;
    -webkit-font-smoothing: antialiased;

    background-color: #181310;
    margin-bottom: 100vh;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0 0 10px;
}

a, button {
    all: unset;
    cursor: pointer;
}

/* Container
===================*/
.container {
    width: 100%;
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

.container_1360 {
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 15px;
}

.container_shop {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 15px;
}



main {
    overflow: hidden;
}

header {
    margin: 12px 24px 0px 24px;
    width: -webkit-fill-available;
    position: fixed;
    z-index: 999;
    border-radius: 12px;
    background: #FFFFFF1F;
    

    position: fixed;
    transition: .3s ease;
    backdrop-filter: blur(111px);
    -webkit-backdrop-filter: blur(111px);
}

.header_dropdown {
    width: -webkit-fill-available;
    position: absolute;
    z-index: 999;
    border-radius: 12px;
    background: #1F1A17;
    padding-top: 27px;
    padding-left: 28px;
    top: 0;
    transform: translateY(-110%);
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    transition: .3s ease;
}

.header_nav a:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.header_dropdown.active {
    top: -4px;
    transform: translateY(66px);
}

.header_dropdown_title {
    font-family: Manrope;
    font-weight: 300;
    font-size: 38px;
    line-height: 90%;
    letter-spacing: -1.8px;
    margin-bottom: 32px;
}

.header_dropdown_title span {
    font-family: Cormorant Infant;
    font-weight: 500;
    font-style: italic;
    font-size: 50px;
    line-height: 90%;
    letter-spacing: -2px;
}

header.white_theme {
    background: #E3E0D7;
}

.header_dropdown_nav a img {
    filter: invert(1) grayscale(1);
    display: flex;
}

.header_dropdown_nav {
    width: 356px;
    padding-bottom: 40px;
}

.header_dropdown_nav a {
    display: flex;
    justify-content:space-between;
    align-items: center;
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
    letter-spacing: 0%;
    padding: 19.5px 8px 7.5px 8px;
    border-bottom: 1px solid #F3F0E817;
    transition: .15s ease;
}

.header_dropdown_nav a:hover {
    background: #2B2623;
}

.header_dropdown_r {
    display: flex;
    gap: 4px;
    margin-top: -24px;
    margin-bottom: 4px;
    margin-right: 4px;
}

.header_dropdown_r .product_block {
    background: #2A2523;
    width: 253px;
    padding-top: 58px;
}

.header_dropdown_r .product_title {
    margin-top: 35px;
}

header.white_theme .header_nav a {
    color: #000000D9;
}

.header_dropdown_nav a span {
    display: flex;
    align-items: center;
}

.header_dropdown_nav num {
    font-family: Manrope;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -1.5%;
    text-transform: uppercase;
    color: #4E4945;
    margin-left: 4px;
    display: block;
}

header.white_theme .header_action button {
    color: #FFFFFF;
    background: #000;
}

header.white_theme .header_logo img {
    filter: invert(1) grayscale(1);
}

header.white_theme #header_dropdown svg  {
    filter: invert(1) grayscale(1);
}



.header_col {
    padding: 6px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_nav {
    display: flex;
    gap: 12px;
}

.header_nav a {
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: -1.5%;
    color: #F3F0E8D9;
    padding: 0px 12px;

    transition: .15s ease;
}

.header_nav a:hover {
    color: #f3f0e8;
}

.header_nav, .header_action, .header_logo {
    display: flex;
    flex: 1;
}

.header_logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_logo img {
    display: flex;
    transition: .15s ease;
}

.header_action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header_action button img {
    display: flex;
}

.header_action button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;

    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;

    padding: 10.5px 23px;
    background: #F3F0E830;
    border-radius: 8px;

    transition: .3s ease;
}

.header_action button img {
    transition: .3s ease;
}

.header_action button:hover {
    background: #FFFFFF;
    color: #000000;
}

.header_action button:hover img {
    filter: invert(1) grayscale(1);
}

header.white_theme .header_action button:hover {
    background: #FFFFFF;
    color: #000000;
}

.intro {
    height: 100vh;
    position: relative;
    overflow: hidden;
    min-height: 600px;
}

.intro::before {
    content: "";
    background: linear-gradient(180deg, rgba(7, 6, 5, 0) 0%, #070605 100%);
    height: 255px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

.intro video.intro_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: brightness(.6);
}

.intro_col {
    display: flex;
    position: relative;
    z-index: 5;
    padding-top: 55vh;
    justify-content: space-between;
    align-items: center;
}

.intro_l h1 {
    font-family: Manrope;
    font-weight: 300;
    font-size: 54px;
    line-height: 110.00000000000001%;
    letter-spacing: -1px;

}

.intro_l h1 span {
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 67px;
  line-height: 90%;
  letter-spacing: -3.66px;
  font-variant: normal; /* small-caps тут необязательно */
}

.intro_l h1 span add {
    font-family: "Cormorant Infant", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    line-height: 90%;
    letter-spacing: -3.66px;
    font-variant: small-caps;
}

.intro_title_vector img {
    display: flex;
    padding-bottom: 15px;
}

.intro_r {
    max-width: 384px;
    display: flex;
    flex-direction: column;
}

.intro_text {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;

}

.intro_action {
    margin-top: 31px;
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    padding: 13px 20px;
    background: #FFFFFF;
    border-radius: 8px;
    transition: .15s ease;
    width: fit-content;
}

.intro_action:hover {
    background: #F3F0E8;
}

.about {
background: linear-gradient(0deg, #181310 62.23%, #070605 100%);
/*min-height: 100vh;*/
}

.about_founded {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 396px;
    margin: 0 auto;
    padding-top: 98px;
    margin-bottom: 138px;
}

.about_founded_sphere {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #F3F0E8;
}

.about_founded_title {
    font-family: Cormorant Infant;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: -1.5%;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 48px;
}

.about_founded_text {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    text-align: center;
    padding-bottom: 48px;
}

.about_col {
    display: flex;   
    height: 569px;
    justify-content: space-between;
}

.about_image_left {
    display: flex;
    width: 45%;
}

.about_image_text {
    display: flex;
    width: 31%;
}

.about_image_right {
    display: flex;
    width: 23%;
}

.about_image_left img, .about_image_right img {
    display: flex;
    width: 100%;
    object-fit: cover;
}

.about_image_right img {
    height: 440px;
    object-fit: cover;
}

.about_image_text {
    margin: 117px 63px 138px 70px;
    display: flex;
    flex-direction: column;
    gap: 115px;
    max-width: 319px;
}

.about_image_text div:first-child {
    font-family: Manrope;
    font-weight: 300;
    font-size: 24px;
    line-height: 110.00000000000001%;
    letter-spacing: 0px;
    max-width: 300px;
    min-width: 300px;
}

.about_image_text div:first-child span {
    font-family: Cormorant Infant;
    font-weight: 400;
    font-style: italic;
    font-size: 32.88px;
    line-height: 90%;
    letter-spacing: 0px;

}

.about_image_text div:last-child {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 155%;
    letter-spacing: -1.5%;
    max-width: 319px;
}

.white_stage {
    background: #EEEBE3;
    padding: 12px;
    padding-bottom: 22px;
}

.stage {

    padding: 88px 68px 78px 68px;
    background: #E3E0D7;
    border-radius: 16px;
}

.stage_col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    position: relative;
}

.stage_block {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 8px;
}

.stage_title {
    font-family: Cormorant Infant;
    font-weight: 600;
    font-style: italic;
    font-size: 22px;
    line-height: 125%;
    letter-spacing: -1.5%;
    color: #181310;
}


.stage_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    color: #181310;
}

.stage_icon img {
    mix-blend-mode: darken;
}

.menu {
    max-width: 910px;
    padding: 55px 15px 80px 15px;
    margin: 0 auto;
}

.menu_title {
    font-family: Cormorant Infant;
    color: #181310;
    font-weight: 400;
    font-style: italic;
    font-size: 67px;
    line-height: 90%;
    letter-spacing: -3.66px;
    text-align: center;
}

.menu_col {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 18px 74px; 
    align-items: center;
    justify-content: space-between; 
    margin-top: 16px;
}


.menu_col a {
    padding: 20px 8px 4px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #00000038;
    color: #000000;
    padding-top: 20px;
    background: #EEEBE3;
    transition: .15s ease;

    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;

}

.menu_col a:hover {
    background: #E3E0D7;
}

.coffee {
    position: relative;
    padding-top: 80px;
    padding-bottom: 59px;
    height: 800px;
    overflow: hidden;
}

.coffee_background {
    height: 100%;
    background: url(.././img/index/menu/bg.png);
    background-position: center;
    background-size: cover;
    filter: brightness(.5);
    position: absolute;
    width: 100%;
    top: 0;
}

.coffee_block_left,
.coffee_block_right {
    display: flex;
    flex-direction: column;
    max-width: 421px;
    position: relative;
    z-index: 1;
}

.coffee_block_left {
    margin-bottom: 290px;
    position: absolute;
}

.coffee_block_left a,
.coffee_block_right a {
    font-family: Manrope;
    font-weight: 500;
    font-size: 16px;
    padding: 16px 9px !important;
    line-height: 135%;
    letter-spacing: 0%;
    text-transform: uppercase;
    border-bottom: 1px solid #FFFFFF99;
    transition: all 0.3s ease;
}

.coffee_col {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
}

.coffee .container .coffee_col:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.coffee .container .coffee_col:last-child .coffee_block_right {
    min-width: 421px;
    top: 400px;
}

.coffee .container .coffee_col div a:first-child {
    border-top: 1px solid #FFFFFF99;
}

/* Анимация для текста */
.coffee_block_text {
    color: #323232;
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    text-transform: none;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.25s ease;
    margin-top: 0;
}

/* Общие стили при наведении */
/*
.coffee_block_left a:hover,
.coffee_block_right a:hover {
    background: #F3F0E8;
    color: #323232;
    padding: 16px 9px;
}

.coffee_block_left a:hover .coffee_block_text,
.coffee_block_right a:hover .coffee_block_text {
    max-height: 200px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 8px;
}
*/

.active-block {
    background: #F3F0E8!important; 
    color: #323232!important;  
    padding: 16px 9px!important; 
    transition: all 0.3s ease!important; 
}

.active-block .coffee_block_text {
    max-height: 200px!important; 
    opacity: 1!important; 
    transform: translateY(0)!important; 
    margin-top: 8px!important;
}




.proposal {
    padding: 80px 0px;
}

.proposal_col {
    display: flex;
    gap: 47px;
    
}

.product_block {
    display: flex;
    flex: 1;
    padding: 51px 16px 16px 16px;
    transition: .25s ease;
    background: #1F1A17;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    flex-direction: column;
}

.proposal_l, .proposal_r {
    display: flex;
    gap: 16px;
    flex: 1;
}

.proposal_text {
    display: flex;
    flex: 1;
}

.product_block_img {
    transition: .25s ease;
}

.product_block_img img {
    width: 100%;
    object-fit: cover;
}

.product_block_img {
    margin: 0 auto;
    height: 100%;
    width: 100%;
}

.product_block_img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.product_title {
    font-family: Cormorant Infant;
    font-weight: 600;
    font-style: italic;
    font-size: 22px;
    line-height: 125%;
    letter-spacing: -1.5%;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.product_text {
    font-family: Manrope;
    font-weight: 400;
    font-size: 12px;
    line-height: 155%;
    letter-spacing: 0%;
    margin-top: 4px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.product_price {
    padding: 9.5px 12px;
    border-radius: 83.25px;
    font-family: Cormorant Infant;
    height: 32px;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    z-index: 1;
    line-height: 90%;
    letter-spacing: 0px;
    background: #FFFFFF;
    line-height: 1;
    color: #000;
}

.product_action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2px;

}

.product_btn img {
    display: flex;
}

.product_btn {
    height: 32px;
    padding: 9.33px;
    border-radius: 83.25px;
    background: #fff;
    transition: .5s ease;
    width: 32.66px;

    gap: 0px;
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
}

.product_btn span {
    max-width: 0px;
    opacity: 0;

    color: #000000;
    font-family: Cormorant Infant;
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
    line-height: 90%;
    letter-spacing: 0px;
    transition: .15s ease;
}

.product_block:hover .product_action .product_btn span {
    opacity: 1;
    max-width: 25px;
}



.product_block:hover .product_action .product_btn {
    width: 100%;
    gap: 4px;
}

.product_block:hover .product_block_img {
    opacity: 0;
}

.product_second_photo {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;

    position: absolute;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    object-fit: cover;
    margin-left: -16px;
    margin-top: -60px;
    opacity: 0;
    transition: .25s ease;
    z-index: 0;
    border-radius: 14px;
}

.product_block::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(24, 19, 16, 0) 49.25%, rgba(24, 19, 16, 0.51) 85.35%);
    bottom: 0;
    z-index: 1;
    margin-left: -16px;
    position: absolute;
    opacity: 0;
}

.product_block:hover::before {
    opacity: 1;
}

.product_block:hover .product_second_photo {
    opacity: 1;
}

.proposal_text {
    margin-left: 24px;
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.proposal_text div {
    font-family: Manrope;
    font-weight: 300;
    font-size: 23px;
    line-height: 110.00000000000001%;
    letter-spacing: 0px;
}

.proposal_text div span {
    font-family: Cormorant Infant;
    font-weight: 500;
    font-style: italic;
    font-size: 23px;
    line-height: 125%;
    letter-spacing: -1.5%;
}

.proposal_text a {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12.5px 37.5px;
    background: #fff;
    color: #181310;
    border-radius: 8px;
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    transition: .15s ease;
}

.proposal_text a:hover {
    background: #F3F0E8;
}

.contacts {
    display: flex;
    height: 498px;
    justify-content: space-between;
    background: #F1ECE4;
    overflow: hidden;
}

.contacts_r img, .contacts_l img {
    width: 100%;
    display: flex;
    height: 100%;
    object-fit: cover;
}

.contacts_l {
    display: flex;
    width: 40.69%;
}

.contact_col {
    width: 40.97%;
}

.contacts_r {
    display: flex;
    width: 18.13%;
    align-items: flex-end;
}

.contacts_r img {
    height: 372px;
    position: relative;
    bottom: 0;
}

.contacts_l img {
    position: relative;
    top: -3px;
    height: calc(100% + 4px);
}

.contact_col {
    padding-top: 69px;
    padding-left: 88px;
    padding-right: 50px;
    color: #000000D9;
}

.contact_title {
    font-family: Manrope;
    font-weight: 300;
    font-size: 40px;
    line-height: 110.00000000000001%;
    letter-spacing: -2px;
    margin-bottom: 64px;
}

.contact_title span {
    font-family: Cormorant Infant;
    font-weight: 500;
    font-style: italic;
    font-size: 50px;
    line-height: 90%;
    letter-spacing: -2px;
}

.contact_points {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact_points a {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;

}

.contact_points a span {
    font-family: Cormorant Infant;
    font-weight: 500;
    display: inline-block;
    font-style: italic;
    font-size: 20px;
    text-decoration: none!important;
    line-height: 125%;
    color: #000;
    letter-spacing: -1.5%;
}

.contact_points a:hover {
    text-decoration: underline;
}

.contact_points a:hover span {
    text-decoration: none!important;
}

.contact_points a:nth-child(2) {
    cursor: default;
}

.contact_points a:nth-child(2):hover {
    text-decoration: none;
    
}

footer {
    width: -webkit-fill-available;
    margin: 12px;
    background: #1F1A17;
    border-radius: 16px;
}

.footer_col {
    padding: 32px;
    display: flex;
    gap: 26px;
}

.footer_l, .footer_r {
    display: flex;
    width: 50%;
}

.footer_r {
    display: flex;
    border-left: 1px dashed #4E4945;
}

.footer_bio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
}

.footer_logo img {
    display: flex;
}

.footer_mail {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer_mail_text {
    font-family: Cormorant Infant;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: -1.5%;
}

.footer_l {
    display: flex;
    flex-direction: column;
}

.footer_mail_block {
    display: flex;
    width: 351px;
    padding-right: 12px;
    border-radius: 8px;
    background: #EAE7DE0F;
    position: relative;
    margin-top: 32px;
    justify-content: space-between;
}



.footer_mail_block input {
    all: unset;
    font-family: Manrope;
    width: -webkit-fill-available;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    text-align: left;
    color: #fff;
    padding: 18px 16px;
}

.footer_mail_block input::placeholder {
    color: #908D87;
}

.footer_mail_block input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #eae7de00 inset !important;
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff;
    transition: background-color 9999s ease-in-out 0s;
}

.footer_mail_block input:-webkit-autofill:hover,
.footer_mail_block input:-webkit-autofill:focus,
.footer_mail_block input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #eae7de00 inset !important;
    -webkit-text-fill-color: #fff !important;
}




.footer_mail_block button {
    font-family: Cormorant Infant;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: -1.5%;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: .3s ease;

}

.footer_mail_block button img {
    display: flex;
    transition: .15s ease;
    position: relative;
    transform: translateX(0%);
}

.footer_mail_block button:hover img {
    transform: translateX(10%);
}

.footet_mail_success {
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    backdrop-filter: blur(111px);
    -webkit-backdrop-filter: blur(111px);
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    color: #E3E0D7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

/* Плавное появление */
.footet_mail_success.show {
    opacity: 1;
    pointer-events: auto;
}


.footer_mail_r {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 155%;
    letter-spacing: 0%;
    color: #F3F0E88C;
}

.footer_nav {
    display: flex;
    justify-content: space-between;
    padding-left: 48px;
    padding-right: 24px;
    width: 100%;
}

.footer_nav nav {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 6px;
}

.footer_nav_title {
    margin-bottom: 4px;
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #F3F0E8D9;

}

.footer_nav nav a {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    width: fit-content;
    color: #F3F0E88C;
    transition: .15s ease;
}

.footer_nav nav a:hover {
    color: #F3F0E8;
}

.footer_r {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer_nav_under {
    padding-left: 48px;
    display: flex;
}

.footer_nav_under a {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 155%;
    letter-spacing: 0%;
    color: #F3F0E88C;

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 8px;
    margin-left: 5px;
    transition: .3s ease;
}

.footer_nav_under a:hover {
    color: #f3f0e8cc;
}

.footer_nav_under a::before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #F3F0E88C;
    border-radius: 100%;
    position: absolute;
    left: 0px;
}

.footer_nav_under a:first-child {
    padding-left: 0;
    margin-left: 0;
}

.footer_nav_under a:first-child::before {
    opacity: 0;
    
}

.stage_block_contollers {
    display: none;
}

.coffee_icon {
    display: none;
}

.footer_copyright {
    display: none;
}

@media (min-width: 950px) and (max-width: 1150px) { 
    .contact_title {
        font-family: Manrope;
        font-weight: 300;
        font-size: 30px;
        line-height: 110.00000000000001%;
        letter-spacing: -2px;
        margin-bottom: 40px;
    }
    .contact_title span {
        font-size: 40px;
    }
}

@media (min-width: 768px) and (max-width: 950px) { 
    .contact_col {
        padding-left: 40px;
    }
    .contact_title {
        font-family: Manrope;
        font-weight: 300;
        font-size: 25px;
        line-height: 110.00000000000001%;
        letter-spacing: -2px;
        margin-bottom: 30px;
    }
    .contact_title span {
        font-size: 40px;
    }
    .proposal_text div {
        font-size: 18px;
    }
    .proposal_text div span {
        font-size: 18px;
    }
    .stage_block {
        flex: initial;
        width: calc(50% - 30px);
    }
    .stage_col {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 48px;
        flex-wrap: wrap;
    }
    .about_image_right {
        display: none;
    }
    .about_image_text {
        margin-left: 20px;
        width: inherit;
    }
    .footer_col {
        padding: 32px;
        display: flex;
        gap: 26px;
        flex-direction: column;
        
    }
    .footer_l, .footer_r {
        display: flex
    ;
        width: 100%;
    }
    .footer_nav {
        margin-bottom: 40px;
    }
    .contacts_r {
        display: none;
    }
    .contacts_l {
        width: 50%;
    }
}

.coffee_block_view {
    display: none;
}

@media(max-width: 768px) {
    .footer_mail_block input { 
        font-size: 16px;
    }
    .header_nav {
        display: none!important;
    }
    .header_logo {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .intro {
        height: inherit;
        min-height: inherit;
        padding-bottom: 300px;
    }
    .intro_col {
        padding-top: 144px;
        justify-content: center;
        align-items: center;
        flex-direction: column;

    }
    .intro_title_vector {
        display: flex;
        justify-content: center;
        align-content: center;
    }
    .intro_l h1 {
        font-family: Manrope;
        font-weight: 300;
        font-size: 36px;
        line-height: 110.00000000000001%;
        letter-spacing: 0%;
        text-align: center;

        text-align: center;
    }
    .intro_l h1  span {
        font-family: Cormorant Infant;
        font-weight: 500;
        font-style: italic;
        font-size: 46px;
        line-height: 90%;
        letter-spacing: -2px;
        text-align: center;
    }
    .intro_l h1  span add {
        font-size: 35px;
    }
    .intro_l h1 br.none {
        display: none;
    }
    .intro_l h1 br.add {
        display: block!important;
    }
    .intro_l h1 font {
        font-family: Cormorant Infant;
        font-weight: 500;
        font-style: italic;
        font-size: 46px;
        line-height: 90%;
        letter-spacing: -2px;
        text-align: center;
    }
    .intro_text {
        margin-top: 20px;
        text-align: center;
        font-family: Manrope;
        font-weight: 400;
        font-size: 14px;
        line-height: 145%;
        letter-spacing: -1%;
        text-align: center;
        max-width: 275px;

    }
    .intro_action {
        margin-top: 31px;
        font-family: Manrope;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #000000;
        padding: 10.5px 20px;
        background: #F3F0E8;
        border-radius: 8px;
        width: fit-content;
        margin: 0 auto;
        margin-top: 20px;
    }
    .intro::before {
        content: "";
        background: linear-gradient(180deg, rgba(7, 6, 5, 0) 0%, #070605 40%);
        height: 500px;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
        transform: rotate(180deg);
    }
    .about_founded {
        padding-top: 60px;
        margin-bottom: 60px;
    }
    .about_col {
        display: flex;
        gap: 60px;
        height: inherit;
        justify-content: space-between;
        flex-direction: column;
    }
    .about_image_left, .about_image_right {
        display: flex;
        width: 100%;
    }
    .about_image_right img, .about_image_left img {
        height: 328px;
    }

    .about_image_text {
        display: flex;
        flex-direction: column;
        gap: 24px;
        max-width: 319px;
        width: 100%;
        margin: 0 16px;
    }
    .stage {
        padding: 0;
        background: inherit;
    }
    .white_stage {
        padding: 0;
        padding-top: 16px;
    }
    .stage_block {
        padding: 20px;
        border-radius: 16px;
        background: #E3E0D7;
        min-width: 100%;
    }
    .stage_title {
        margin-bottom: 10px;
        font-family: Cormorant Infant;
        font-weight: 500;
        font-style: italic;
        font-size: 25px;
        line-height: 125%;
        letter-spacing: -1.5%;

    }
    .stage_block_contollers {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 14px;
        gap: 8px;
    }
    .stage_col {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 48px;
        position: relative;
    }
    .stage_block_contollers_line {
        width: 44px;
        height: 2px;
        border-radius: 12px;
        background: #E3E0D7;
        transition: .15 ease;
    }
    .stage_block_contollers_line.active {
        background: #C2BCAB;
    }
    .stage_icon img {
        height: 76px;
    }   


    .menu_col {
        display: grid
    ;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
        align-items: center;
        justify-content: space-between;
        margin-top: 16px;
    }
    .menu_col a {
        padding-bottom: 8px;
        padding-top: 18px;
    }
    .menu {
        padding-bottom: 60px;
    }
    .coffee {
        height: auto;
    }
    .coffee .container .coffee_col:last-child .coffee_block_right {
        min-width: inherit;
        height: inherit;
        top: inherit;
    }
    .coffee_block_left {
        position: relative;
        margin-bottom: inherit;
    }
    .coffee_block_left a, .coffee_block_right a {
        font-family: Manrope;
        font-weight: 500;
        font-size: 14px;
        line-height: 136%;
        letter-spacing: 0%;
        padding: 16px 9px !important;
        text-transform: uppercase;
        position: relative;

    }
    .coffee_icon {
        display: flex;
        position: absolute;
        right: 17px;
        top: 22px;
        transform: rotate(90deg);
    }
    .active-block .coffee_icon {
        transform: rotate(270deg);
        transition: .3s ease;
    }
    .active-block .coffee_icon path {
        stroke: #323232       
    }
    .coffee_block_view {
        color: #9A7354;
        font-family: Manrope;
        font-weight: 400;
        font-size: 14px;
        line-height: 145%;
        letter-spacing: -1%;
        text-transform: none;
        width: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4px;
        margin-top: 8px;
    }
    .coffee_block_left a svg path, .coffee_block_right a svg path {
        transition: .15s ease;
    }
/*
    .coffee_block_left a:hover svg path, .coffee_block_right a:hover svg path {
        stroke: #323232;
    }
*/
    .coffee {
        padding-bottom: 180px;
        height: 646px;
    }
    .proposal_col {
        display: flex
    ;
        gap: 32px;
        flex-direction: column;
    }
    .proposal_l {
        flex-direction: column;
        gap: 32px;
    }
    .proposal_text div {
        font-family: Manrope;
        font-weight: 300;
        font-size: 25.58px;
        line-height: 110.00000000000001%;
        letter-spacing: 0px;
        margin-bottom: 32px;
    }
    .proposal_text div span {
        font-family: Cormorant Infant;
        font-weight: 500;
        font-style: italic;
        font-size: 25px;
        line-height: 125%;
        letter-spacing: -1.5%;
    }
    .proposal_text {
        padding-bottom: 40px;
    }
    .proposal_r {
        flex-direction: column;
    }
    .contacts_r {
        display: none;
    }
    .contacts {
        display: flex;
        height: inherit;
        justify-content: space-between;
        background: #F1ECE4;
        overflow: hidden;
        flex-direction: column-reverse;
    }
    .contact_col {
        padding-top: 60px;
        color: #000000D9;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 32px;
    }
    .contact_title {
        margin-bottom: 48px;
    }
    .contact_points a span {
        margin-bottom: 12px;
    }
    .contact_title {
        font-family: Manrope;
        font-weight: 300;
        font-size: 36px;
        line-height: 110.00000000000001%;
        letter-spacing: -1px;
    }
    .contact_title span {
        font-family: Cormorant Infant;
        font-weight: 500;
        font-style: italic;
        font-size: 46px;
        line-height: 90%;
        letter-spacing: -2px;
    }
    .contacts_l img {
        position: relative;
        top: 0;
        width: 100%;
        height: 371px;
    }
    .contacts_l {
        display: flex
    ;
        width: 100%;
    }
    .footer_col {
        padding: 24px 0px;
        display: flex;
        gap: 0px; 
        flex-direction: column;

    }
    .footer_l {
        width: 100%;
        margin-bottom: 34px;
        border-bottom: 0.5px dashed #4E4945;
        padding-bottom: 32px;
    }
    .footer_mail_r {
        display: none;
    }
    .footer_mail_block {
        display: flex;
        width: -webkit-fill-available;
        padding-right: 12px;
        border-radius: 8px;
        background: #EAE7DE0F;
        position: relative;
        margin-top: 32px;
        justify-content: space-between;
    }
    .footer_mail_l form {
        width: 100%;
    }
    .footer_mail_l {
        width: 100%;
    }
    .footer_bio {
        margin-bottom: 40px;
    }
    .footer_r {
        width: 100%;
        flex-direction: column;
        border-left: 0px;
    }
    .footer_nav {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
        gap: 24px;
        padding: 0;
    }
    .footer_nav {
        margin-bottom: 34px;
        border-bottom: 0.5px dashed #4E4945;
        padding-bottom: 32px;
    }
    .footer_nav_under {
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
}    

    .footer_nav_under a:first-child {
    padding-left: 8px;
    margin-left: 5px;
    }
    .footer_nav_under a:first-child::before {
        opacity: 1;
    }
    .footer_copyright {
        display: block;
        font-family: Manrope;
        font-weight: 400;
        font-size: 14px;
        line-height: 155%;
        letter-spacing: 0%;
        margin-top: 32px;
        color: #908D87;
    }
    header {
        margin: 11.5px 16px;
    }
}

@media (max-width: 768px) {
  .stage_col {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 24px;

    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
  }

  .stage_col::-webkit-scrollbar {
    display: none; /* Safari/Chrome */
  }

  .stage_block {
    scroll-snap-align: start;
    flex-shrink: 0;
  }
}



.about_intro {
    height: 100vh;
    position: relative;
    overflow: hidden;
    min-height: 600px;
    
    background: url(../img/about/intro/image.png);
    background-position: center;
    background-size: cover;
    
    
}

.about_intro::before {
    content: "";
    background: linear-gradient(180deg, rgba(7, 6, 5, 0) 0%, #070605 100%);
    height: 255px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

.about_intro_title {
    font-family: Cormorant Infant;
    font-weight: 300;
    font-style: italic;
    font-size: 17.5vw;
    line-height: 90%;
    letter-spacing: -6.04px;
    position: relative;
    z-index: 1;
    color: #F6F4F2;
    margin-left: 2.6vw;
    margin-top: 60vh;
}

.about_phrase {
    padding-top: 117px;
    padding-bottom: 132px;;
    background: linear-gradient(0deg, #181310 62.23%, #070605 100%);
}

.about_phrase_col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 735px;
    margin: 0 auto;
}

.about_phrase_title {
    padding-top: 24px;
    margin-bottom: 24px;

    font-family: Manrope;
    font-weight: 300;
    font-size: 40px;
    line-height: 110.00000000000001%;
    letter-spacing: -2px;
    text-align: center;
}

.about_phrase_title span {
    font-family: Cormorant Infant;
    font-weight: 500;
    font-style: italic;
    font-size: 50px;
    line-height: 90%;
    letter-spacing: -2px;
    text-align: center;

}

.about_phrase_subtitle {
    padding-bottom: 24px;

    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    max-width: 425px;
    text-align: center;
}

.about_paralax {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; 
    padding-top: 114px;
}

.about_text {
    flex: 1;
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    color: #fff;
    padding-top: 98px;
    margin-left: 115px;;
    padding-bottom: 98px;
/*    max-width: 336px;*/
}

.about_img_paralax {
    position: relative;
    flex: 1;
    height: 372px;
}

.about_img_paralax_1, .about_img_paralax_2, .about_img_paralax_3 {
    position: absolute;
}

.about_img_paralax_1 {
    left: 50px;
    top: 0;
}

.about_img_paralax_3 {
    right: 0;
    top: 44px;
}

.about_img_paralax_2 {
    top: 101px;
    right: 106px;
    z-index: 2;
}



.about_text span {
    max-width: 336px;
    display: block;
}



.about_img_paralax > div {
    transition: transform 1s ease;
    will-change: transform;
}

.about_white {
    background: #EEEBE3;
    padding-top: 100px;
    padding-bottom: 85px;
}

.about_phrase_2 {
    max-width: 515px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about_shpere {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #191411;
}

.about_phrase_2_title {
    font-family: Manrope;
    font-weight: 300;
    font-size: 54px;
    line-height: 110.00000000000001%;
    letter-spacing: -1px;
    text-align: center;
    padding-top: 24px;
    color: #000000;
}

.about_phrase_2_title span {
    font-family: Cormorant Infant;
    font-weight: 400;
    font-style: italic;
    font-size: 67.64px;
    line-height: 90%;
    letter-spacing: -3.66px;
    text-align: center;


}

.about_phrase_2_text {
    color: #000000;
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    text-align: center;
    max-width: 410px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.about_white_img img {
    width: 100%;
    height: 620px;
    display: flex;
    object-fit: cover;
    display: flex;
}

.about_white_img {
    padding-top: 100px;
}

.about_inspired_img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: max-content;
    margin: 0 auto;
    margin-top: 85px;
}

.about_inspired_img img {
    display: flex;
}

.about_inspired_text {
    font-family: Manrope;
    font-weight: 300;
    font-size: 54px;
    line-height: 110.00000000000001%;
    letter-spacing: -1px;
    color: #000;
    position: absolute;
    top: 200px;
    left: -124px;
}

.about_inspired_text_2 {
    font-family: Cormorant Infant;
    font-weight: 400;
    font-style: italic;
    font-size: 67px;
    line-height: 90%;
    letter-spacing: -3.66px;
    color: #000;
    position: absolute;
    bottom: 200px;
    right: -163px;
}

.footer_banner {
    height: 560px;
    background: url(../img/about/picture/image2.png);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.footer_banner_col {
    font-family: Manrope;
    font-weight: 300;
    font-size: 54px;
    line-height: 110.00000000000001%;
    letter-spacing: -1px;
    max-width: 600px;
    padding-bottom: 65px;
}

.footer_banner_col span {
    font-family: Cormorant Infant;
    font-weight: 400;
    font-style: italic;
    font-size: 60.87px;
    line-height: 90%;
    letter-spacing: -3.29px;
}

.about_phrase_col .about_phrase_title:nth-child(3) {
    display: none;
}

@media(max-width: 768px) {
    .about_intro {


        height: 390px;
        min-height: inherit;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .about_intro_title {
        font-family: Cormorant Infant;
        font-weight: 400;
        font-style: italic;
        font-size: 17.5vw;
        line-height: 90%;
        letter-spacing: -3.66px;
        text-align: center;
        margin-left: 0px;
    }
    .about_phrase {
        padding-top: 60px;
        background: #0C0A08;
        padding-bottom: 60px;
    }
    .about_phrase_title {
        font-family: Manrope;
        font-weight: 300;
        font-size: 24px;
        line-height: 110.00000000000001%;
        letter-spacing: 0px;
        text-align: center;
        max-width: 306px;
    }
    .about_phrase_title span {
        font-family: Cormorant Infant;
        font-weight: 400;
        font-style: italic;
        font-size: 32.88px;
        line-height: 90%;
        letter-spacing: 0px;
        text-align: center;

    }
    .about_phrase_col .about_phrase_title:nth-child(2) {
        display: none;
    }
    .about_phrase_col .about_phrase_title:nth-child(3) {
        display: block;
    }
    .about_paralax {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 60px;
        flex-direction: column;
    }
    .about_img_paralax {
        position: relative;
        flex: 1;
        height: 246px;
        width: 100%;
    }
    .about_img_paralax_1 img {
        width: 104px;
    }
    .about_img_paralax_1 {
        top: 0;
        left: -15px;
    }
    .about_img_paralax_3 img {
        width: 108px;
    }
    .about_img_paralax_3 {
        top: 30px;
        right: -15px;
    }
    .about_img_paralax_2 img {
        width: 135px;
    }
    .about_img_paralax_2 {
        top: 66px;
        right: 70px;
    }
    .about_text {
        margin-left: 0px;
        padding-top: 270px;
        padding-bottom: 0;
    }
    .about_white {
        padding-top: 60px;
    }
    .about_phrase_2_title {
        font-family: Manrope;
        font-weight: 300;
        font-size: 42px;
        line-height: 90%;
        letter-spacing: -3.66px;
        text-align: center;
    }
    .about_phrase_2_title span {
        font-family: Cormorant Infant;
        font-weight: 400;
        font-style: italic;
        font-size: 60px;
        line-height: 90%;
        letter-spacing: -3.66px;
        text-align: center;
    }
    .about_white_img {
        padding-top: 60px;
    }
    .about_white_img img {
        width: 100%;
        height: 320px;
        display: flex;
        object-fit: cover;
        display: flex;
    }
    .about_white_img img {
        content: url(../img/about/picture/image3.png)
    }
    .about_inspired_img img {
        display: flex;
        width: 100%;
        padding: 0 50px;
    }
    .about_inspired_img {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100%;
        margin: 0 auto;
        margin-top: 100px;
    }
    .about_white {
        padding-bottom: 100px;
    }
    .about_inspired_text {
        font-family: Manrope;
        font-weight: 300;
        font-size: 36px;
        line-height: 110.00000000000001%;
        letter-spacing: 0%;
    }
    .about_inspired_text_2 {
        font-family: Cormorant Infant;
        font-weight: 500;
        font-style: italic;
        font-size: 46px;
        line-height: 90%;
        letter-spacing: -2px;
    }
    .about_inspired_text {
        top: 44px;
        left: 0px;
    }
    .about_inspired_text_2 {
        bottom: 30px;
        right: 5px;
    }
    .footer_banner {
        height: 324px;
    }
    .footer_banner_col {
        padding-bottom: 15px;
        font-family: Manrope;
        font-weight: 300;
        font-size: 36px;
        line-height: 110.00000000000001%;
        letter-spacing: 0%;
        max-width: 320px;
    }
    .footer_banner_col span {
        font-family: Cormorant Infant;
        font-weight: 400;
        font-style: italic;
        font-size: 51.69px;
        line-height: 90%;
        letter-spacing: -2.79px;
    }
    .footer_banner {
        background: url(../img/about/picture/image4.png);
    }
}

.intro_contacts_col {
    padding-top: 180px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 90px;
    align-items: center;
}

.intro_contacts_col_l {
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.intro_contacts_col_l a:first-child {
    font-family: Cormorant Infant;
    font-weight: 300;
    font-style: italic;
    font-size: 57.82px;
    line-height: 80%;
    letter-spacing: -1.65px;
    color: #F6F4F2;
}

.intro_contacts_col_l a:last-child {
    font-family: Cormorant Infant;
    font-weight: 400;
    font-style: italic;
    font-size: 57.82px;
    line-height: 80%;
    letter-spacing: -1.65px;

    color: #F6F4F2;
}

.intro_contacts_col_l a {
    position: relative;
    text-decoration: none;
    width: fit-content;
}

.intro_contacts_col_l a::after {
    content: "";
    position: absolute;
    bottom: -5px; 
    left: 0;
    width: 0;
    height: 1px; 
    background-color: #F6F4F2;
}

.intro_contacts_col_l a:hover::after {
    width: 100%;
}


.intro_contacts_col_r_block {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.intro_contacts_col_r {
    display: flex;
    gap: 102px;
    height: 107px;
    padding-left: 48px;
    border-left: 0.34px dashed #96948E;
    align-items: center;
}

.intro_contacts_col_r_block span {
    font-family: Cormorant Infant;
    font-weight: 400;
    font-style: italic;
    font-size: 32px;
    line-height: 80%;
    letter-spacing: -1.42px;
}

.intro_contacts_col_r_block a {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 110.00000000000001%;
    letter-spacing: 0px;
    opacity: .7;
}

.intro_contacts_col_r_block a[href] {
    cursor: pointer;
}

.intro_contacts_col_r_block a {
    cursor: default;
}

.intro_contacts_col_r_block a[href]:hover {
    text-decoration: underline;
}

.intro_contacts_img img {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 495px;
    object-fit: cover;
}

.contact_form {
    padding: 100px 0px;
    position: relative;
}

.contact_form form {
    max-width: 607px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contact_form_title {
    font-family: Cormorant Infant;
    font-weight: 300;
    font-style: italic;
    font-size: 110px;
    line-height: 90%;
    letter-spacing: -6.04px;
    text-align: center;

}

.contact_form_subtitle {
    max-width: 460px;
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    text-align: center;
    color: #908D87;
    padding-top: 32px;
    padding-bottom: 25px;
}

.contact_form_block {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.contact_form_input {
    flex: 1 1 calc(50% - 30px);
    min-width: 200px;
    display: flex;
    flex-direction: column;
}

.contact_form_input input {
    all: unset;
    font-family: Manrope, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: -0.01em;

    border-bottom: 1.5px solid #36322F;
    padding-top: 12px;
    padding-bottom: 8px;
    height: 24px;

    color: #fff !important;
    background-color: #181310;
    -webkit-text-fill-color: #fff !important;

    outline-color: #fff !important;
    text-decoration-color: #fff !important;
    text-emphasis-color: #fff !important;
    -webkit-text-stroke-color: #fff !important; /* ← была пропущена ; */
}

.contact_form_input input:-webkit-autofill,
.contact_form_input input:-webkit-autofill:focus,
.contact_form_input input:-webkit-autofill:hover,
.contact_form_input input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #181310 inset !important;
    box-shadow: 0 0 0 1000px #181310 inset !important;

    background-color: #181310 !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
    caret-color: #fff !important;

    font-family: Manrope, sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    letter-spacing: -0.01em !important;

    fill: #fff !important;
    stroke: #fff !important;
    outline-color: #fff !important;
    text-decoration-color: #fff !important;
    -webkit-text-stroke-color: #fff !important;
}


.contact_form_input.full-width {
    flex: 1 1 100%;
}

.contact_form_input textarea {
    all: unset;
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: -1%;

    border-bottom: 1.5px solid #36322F;
    padding-top: 12px;
    padding-bottom: 8px;

    width: 100%;

    min-height: 24px;
    height: 44px;
    resize: none;
    overflow: hidden;
    box-sizing: border-box;
    display: block;

    white-space: pre-wrap;
    word-break: break-word; 
}


.contact_form_block button {
    flex: 1 1 100%;
}

.contact_form_input label {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    color: #FFFFFFA8;
}

.contact_form_block button {
    width: 100%;
    padding: 10.5px;
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    background: #F3F0E8;
    text-align: center;
    color: #000;
    border-radius: 8px;
    transition: .3s ease;
}

.contact_form_block button:disabled {
    background: #4E4945;
}

@media(max-width: 1100px) {
    .intro_contacts_col {
        padding-top: 180px;
        display: flex;
        justify-content: space-between;
        padding-bottom: 90px;
        align-items: center;
        flex-direction: column;
        gap: 60px;
    }
}

@media(max-width: 768px) {
    .intro_contacts_col {
        padding-top: 140px;
        align-items: flex-start;
        padding-bottom: 60px
    }
    .intro_contacts_col_l a:first-child {
        font-family: Cormorant Infant;
        font-weight: 500;
        font-style: italic;
        font-size: 30px;
        line-height: 110.00000000000001%;
        letter-spacing: -1.5%;
    }
    .intro_contacts_col_l a:last-child {
        font-family: Cormorant Infant;
        font-weight: 500;
        font-style: italic;
        font-size: 30px;
        line-height: 110.00000000000001%;
        letter-spacing: -1.5%;
    }
    .intro_contacts_col_l a::after {
        content: "";
        position: absolute;
        bottom: 3px;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #F6F4F2;
    }
    .intro_contacts_col_r {
        height: 173px;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        border-left: 0;
        gap: 24px;
    }
    .intro_contacts_col_r::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        border-left: 1px dashed #96948E;
    }
    .intro_contacts_col_r {
        position: relative;
    }

    .intro_contacts_img img {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 246px;
        object-fit: cover;
    }
    .intro_contacts_img img {
        content: url(../img/contact/picture2.png)
    }
    .contact_form {
        padding: 60px 0px;
    }
    .contact_form_title {
        font-family: Cormorant Infant;
        font-weight: 400;
        font-style: italic;
        font-size: 60px;
        line-height: 90%;
        letter-spacing: -3.66px;
        text-align: center;
    }
    .contact_form_subtitle {
        font-family: Manrope;
        font-weight: 400;
        font-size: 14px;
        line-height: 145%;
        letter-spacing: -1%;
        text-align: center;
        color: #D3D0C9;
    }
    .contact_form_input {
        flex: 1 1 calc(100% - 0px);
        min-width: 0; 
        max-width: calc(100% - 0px); 
        display: flex;
        flex-direction: column;
    }
    .contact_form_block {
        display: flex;
        flex-wrap: wrap;
        gap: 50px; 
    }
    .contact_form_input.full-width {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.intro_blog_col {
    padding-bottom: 160px;
    padding-top: 140px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.intro_blog {
    background: url(../img/blog/picture.png);
    background-position: center;
    background-size: cover;
}

.intro_blog_col .intro_title {
    font-family: Cormorant Infant;
    font-weight: 300;
    font-style: italic;
    font-size: 110px;
    line-height: 90%;
    letter-spacing: -6.04px;
    text-align: center;
}

.intro_filtr {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.intro_filtr_subtitle {
    padding-right: 4px;
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    text-align: center;
}

.intro_filtr button {
    padding: 5px 14px;
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    text-align: right;
    background: #FFFFFF1A;

    border-radius: 111px;
    transition: .3s ease;
    backdrop-filter: blur(111px);
    -webkit-backdrop-filter: blur(111px);
}

.intro_filtr button:hover {
    background: #FFFFFF4D;
}

.intro_filtr button.active {
    background: #F3F0E8;
    color: #181310;
}

.blog_container {
    padding: 100px 0px;
}

.blog_post_pin {
    display: flex;
    border-radius: 14px;
    overflow: hidden;
    background: #1F1A17;
}

.blog_post_pin_img img {
    width: 100%;
    display: flex;
    height: 446px;
    object-fit: cover;
}

.blog_post_pin_img {
    width: 45%;
}

.blog_post_pin_col {
    width: 55%;
    padding: 37px 42px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog_post_pin_subtitle {
    font-family: Cormorant Infant;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: -1.5%;

}

.blog_post_pin_title {
    font-family: Manrope;
    font-weight: 300;
    font-size: 49.28px;
    line-height: 90%;
    max-width: 450px;
    margin-top: 20px;
    letter-spacing: -3.08px;
}

.blog_post_pin_title span {
    font-family: Cormorant Infant;
    font-weight: 500;
    font-style: italic;
    font-size: 50px;
    line-height: 90%;
    letter-spacing: -2px;
}

.blog_post_pin_time_read {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    text-align: right;
    padding: 5px 14px;
    background: #FFFFFF1A;
    border-radius: 111px;
    width: fit-content;
}

.blog_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;

    -webkit-display: grid;
    -webkit-grid-template-columns: repeat(3, 1fr);
    -webkit-gap: 14px;
    margin-top: 14px;
}

.blog_block {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    background: #1F1A17;
    transition: .3s ease;
}

.blog_post_pin {
    transition: .3s ease;
}

.blog_block:hover, .blog_post_pin:hover {
    background: #2B2623;
}

.blog_block_img img {
    display: flex;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.blog_block_col {
    padding: 15px 24px;
}

.blog_block_subtitle {
    font-family: Cormorant Infant;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: -1.5%;

}

.blog_block_title {
    font-family: Manrope;
    font-weight: 300;
    font-size: 25.18px;
    line-height: 90%;
    letter-spacing: -1.57px;
    margin-top: 4px;
    margin-bottom: 12px;
}

.blog_block_title span {
    font-family: Cormorant Infant;
    font-weight: 500;
    font-style: italic;
    font-size: 30px;
    line-height: 110.00000000000001%;
    letter-spacing: -1.5%;
}

.blog_block_readtime {
    font-family: Manrope;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    padding: 7px 14px;
    background: #FFFFFF1A;
    border-radius: 111px;
    width: fit-content;
}

.blog_controllers {
    padding: 16px 0px;
    margin-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 19px
}

.blog_controllers button {
    font-family: Manrope;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
}

.blog_controllers button:hover::after {
    content: "";
    position: absolute;
    bottom: -2px; 
    left: 0;
    width: 100%;
    height: 1px;
    background-color: white;
}


.blog_controllers button img {
    display: flex;
}

.intro_blog_col .intro_text_blog {
    display: none;
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    text-align: center; 
    color: #F3F0E8E5;
}

.blog_controllers {
    border-top: 0.5px solid #64615F;
    border-bottom: 0.5px solid #64615F;
}

@media(max-width: 768px) {
    .intro_blog_col .intro_title {
        font-family: Cormorant Infant;
        font-weight: 400;
        font-style: italic;
        font-size: 60px;
        line-height: 90%;
        letter-spacing: -3.66px;
        text-align: center;
    }
    .intro_blog_col .intro_text_blog {
        display: flex;
        max-width: 345px;
    }
    .intro_filtr {
        display: flex;
        gap: 8px;
        justify-content: center;
        align-items: center;
        position: relative;
        flex-wrap: wrap;
        padding-top: 32px;
    }
    .intro_filtr_subtitle {
        position: absolute;
        top: 0;
    }
    .intro_blog_col {
        padding-bottom: 60px;
    }
    .blog_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 14px;
        -webkit-display: grid;
        -webkit-grid-template-columns: repeat(1, 1fr);
        -webkit-gap: 14px;
        margin-top: 14px;
    }
    .blog_block_img img {
        height: 194px;
    }
    .blog_post_pin {
        width: 100%;
        border-radius: 14px;
        overflow: hidden;
        background: #1F1A17;
        flex-direction: column;
    }
    .blog_post_pin_img {
        width: 100%;
    }
    .blog_post_pin_img img {
        display: flex;
        width: 100%;
        height: 194px;
        object-fit: cover;
    }
    .blog_post_pin_col {
        width: 100%;
        padding: 15px 24px;
    }
    .blog_post_pin_title {
        font-family: Manrope;
        font-weight: 300;
        font-size: 25.18px;
        line-height: 90%;
        letter-spacing: -1.57px;
        margin-top: 4px;
        margin-bottom: 12px;
    }
    .blog_post_pin_title span {
        font-family: Cormorant Infant;
        font-weight: 500;
        font-style: italic;
        font-size: 30px;
        line-height: 110.00000000000001%;
        letter-spacing: -1.5%;
    }
    .blog_block_title, .blog_post_pin_title {
        max-width: 90%;
    }
    .blog_container {
        padding: 60px 0px;
    }
    .intro_blog {
        background: url(../img/blog/picture2.png);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }
}

.blog_post {
    background: url(../img/blog/post/1-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.blog_post::before {
    content: "";
    background: linear-gradient(180deg, rgba(7, 6, 5, 0) 0%, #070605 100%);
    height: 255px;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;

}

.blog_post_intro {
    padding-top: 152px;
    position: relative;
    z-index: 2;
    padding-bottom: 95px;
}

.blog_post_subtitle {
    font-family: Cormorant Infant;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: -1.5%;
}

.blog_post_title {
    font-family: Manrope;
    font-weight: 300;
    font-size: 40px;
    line-height: 110.00000000000001%;
    letter-spacing: -2px;
    max-width: 440px;
    margin-top: 10px;
    margin-bottom: 33px;
}

.blog_post_title span {
    font-family: Cormorant Infant;
    font-weight: 400;
    font-style: italic;
    font-size: 56.98px;
    line-height: 90%;
    letter-spacing: -3.08px;
}

.blog_post_timeread {
    padding: 7px 14px;
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    text-align: left;
    background: #FFFFFF1A;
    border-radius: 111px;
    transition: .3s ease;
    width: fit-content;
    
    backdrop-filter: blur(111px);
    -webkit-backdrop-filter: blur(111px);
}

.blog_post_content {
    background: #EEEBE3;
}

.blog_post_container {
    padding: 80px 15px;
    max-width: 740px;
    margin: 0 auto;
    color: #141515;

    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;

}

.blog_post_container a {
    text-decoration: underline;
    color: #8D4921;
}

.blog_post_container h6, .blog_post_container h1, .blog_post_container h2, .blog_post_container h3, .blog_post_container h4, .blog_post_container h5 {
    margin-top: 48px;
    font-family: Manrope;
    font-weight: 300;
    font-size: 40px;
    line-height: 110.00000000000001%;
    letter-spacing: -2px;
    margin-bottom: 16px;
}

.blog_post_container ul {
    padding-left: 20px;
}

.blog_post_container img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.blog_post_container span {
    color: #707271;
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -1%;
}

@media(max-width: 768px) {
    .blog_post_container img {
        width: calc(100% + 30px);
        margin-left: -15px;
        height: 272px;
    }
    .blog_post_container h6 {
        font-family: Manrope;
        font-weight: 300;
        font-size: 24px;
        line-height: 110.00000000000001%;
        letter-spacing: 0px;
    }
    .blog_post_container {
        padding: 60px 15px;
    }
}

@media(max-width: 1360px) {
    .header_dropdown_r .product_block {
        width: 220px;
    }
}

@media(max-width: 1260px) {
    .header_dropdown_r .product_block {
        width: 200px;
    }
}

@media(max-width: 1200px) {
    .header_dropdown_r .product_block:nth-child(3) {
        display: none;
    }   
}

@media(max-width: 965px) {
    .header_dropdown_r .product_block:nth-child(2) {
        display: none;
    }   
}

.header_action .menu {
    width: 41px;
    height: 41px;
    padding: 0!important;
    margin-right: 0px;
    margin-left: 8px;
    display: none!important;
}

.header_dropdown_title br {
    display: none;
}

.header_dropdown_title br.m768 {
    display: block;
}

.header_dropdown_nav_mobile {
    display: none;
}

@media(max-width: 768px) {
    .header_dropdown_title br {
        display: block;
    }
    .m768 {
        display: block;
    }
    .stage_text {
        padding-right: 50px;
    }
    .header_dropdown_title span {
        font-family: Cormorant Infant;
        font-weight: 500;
        font-style: italic;
        font-size: 46px;
        line-height: 90%;
        letter-spacing: -2px;
    }
    .header_logo img {
        height: 31px;
    }
    .header_action .menu  {
        display: flex!important;
    }
    .header_col {
        padding: 8px;
    }
    .header_dropdown {
        display: flex;
        flex-direction: column;
        padding: 18px;
        height: calc(var(--real-vh, 100vh)  - 93.5px);
    }
    .header_dropdown_nav {
        width: 100%;
        padding-bottom: 0px;
    }
    .header_dropdown_title br.m768 {
        display: none;
    }
    .header_dropdown_title {
        font-family: Manrope;
        font-weight: 300;
        font-size: 32px;
        line-height: 110.00000000000001%;
        letter-spacing: -1px;
        margin-bottom: 30px;
        position: absolute;
        bottom: 0;
    }
    .header_dropdown_r {
        display: none;
    }
    .header_dropdown_r .product_title {
        margin-top: 30px;
    }
    .header_dropdown_r .product_block {
        padding-top: 50px;
    }
    .header_dropdown_l {
        display: flex;
        flex-direction: column-reverse;
    }
    .header_dropdown_nav_mobile {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-bottom: 17px;

        font-family: Manrope;
        font-weight: 500;
        font-size: 14px;
        line-height: 136%;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: #F3F0E8D9;
    }
}
    .shop {
        padding-top: 150px;
        padding-bottom: 115px;
        background: #EEEBE3;
    }

.shop_col {
    display: flex;
    gap: 100px;
}

.shop_category {
    display: flex;
    width: 18%;
    flex-direction: column;
}



.shop_category button {
    padding: 8px 6px;
    border-bottom: 1px solid #BEBCB6;
    font-family: Manrope;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #00000080;
    transition: .15s ease;
}

.shop_category button:hover {
    background: #E3E0D7;
}

.shop_category button.active {
    margin-bottom: 0px;
    font-family: Cormorant Infant;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: -1.5%;
    color: #000000;
}

.shop_category button:nth-child(4) {
/*    border-top: 1px solid #BEBCB6;*/
}

.shop_content_title {
    font-family: Manrope;
    font-weight: 300;
    font-size: 40px;
    line-height: 110.00000000000001%;
    letter-spacing: -2px;
    color: #000000;
}

.shop_content_title span {
    font-family: Cormorant Infant;
    font-weight: 500;
    font-style: italic;
    font-size: 50px;
    line-height: 90%;
    letter-spacing: -2px;
}

.shop_content_subtitle {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 155%;
    letter-spacing: 0%;
    color: #000000E5;
    margin-top: 24px;
    margin-bottom: 29px;
}

.shop_content_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 14px; 
}

.shop_content {
    width: 74.5%;
}

.shop_content_grid .product_block {
    background: #E3E0D7;
}

.shop_content_grid .product_title, .shop_content_grid .product_text {
    color: #000;
}

.shop_content_grid .product_block:hover .product_title, .shop_content_grid .product_block:hover .product_text {
    color: #fff;
}

.shop_content_grid_contollers {
    padding: 16px 0px;
    margin-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 19px;
    color: #000000;
}

.shop_content_grid_contollers button {
    font-family: Manrope;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: #000000;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
}

.shop_content_grid_contollers button:hover::after {
    content: "";
    position: absolute;
    bottom: -2px; 
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000000;
}


.shop_content_grid_contollers button img {
    display: flex;
    filter: invert(1) grayscale(1);
}

.shop_content_grid_contollers {
    border-top: 0.5px solid #A09E98;
    border-bottom: 0.5px solid #A09E98;
}

@media(max-width: 1050px) {
    .shop_col {
        gap: 50px;
    }
    .shop_content_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 14px;
    }
}

.shop_category .shop_content_title, .shop_category .shop_content_subtitle {
    display: none;
}

.header_dropdown_r .product_text {
/*    margin-top: 10px;*/
    color: #D3D0C9;
}

@media(max-width: 768px) {
    .shop_col {
        gap: 60px;
        flex-direction: column;
    }
    .shop_category, .shop_content {
        width: 100%;
    }
    .shop_content_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
    .shop_content .shop_content_title, .shop_content .shop_content_subtitle {
        display: none;
    }
    .product_block .product_action .product_btn {
        width: 100%;
    }
    .product_btn span {
        display: block;
        opacity: 1;
    }
    .shop_category .shop_content_title, .shop_category .shop_content_subtitle {
        display: block;
    }
    .shop_category .shop_content_title {
        text-align: center;
    }
    .shop_category .shop_content_subtitle {
        max-width: 343px;
        text-align: center;
        margin: 0 auto;
        margin-top: 16px;
        margin-bottom: 24px;
    }
    .shop {
        padding-top: 120px;
    }
}



.menu_page_intro {
    background: #1F1A17;
    padding-top: 190px;
    padding-bottom: 116px;
}

.menu_page_intro_title {
    font-family: Manrope;
    font-weight: 300;
    font-size: 64px;
    line-height: 90%;
    letter-spacing: -3.08px;
    margin-right: 187px;
}

.menu_page_intro_title span {
    font-family: Cormorant Infant;
    font-weight: 400;
    font-style: italic;
    font-size: 86px;
    line-height: 90%;
    letter-spacing: -3.08px;
}

.menu_page_intro_text {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    color: #F3F0E88C;
    max-width: 389px;
}

.menu_page_intro_col {
    display: flex;
}

.menu_page_list_content {
    padding-top: 135px;
    padding-bottom: 80px;
    max-width: 359px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: Manrope;
    font-weight: 300;
    font-size: 30px;
    line-height: 110.00000000000001%;
    letter-spacing: -1px;
    position: relative;
    left: 50px;
}

.menu_page_list_content_title {
    margin-bottom: 4px;
    font-family: Manrope;
    font-weight: 300;
    font-size: 30px;
    line-height: 110.00000000000001%;
    letter-spacing: -1px;

}

.menu_page_tir_col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    
}

.menu_page_tir_col .menu_page_tir_col_title {
    white-space: nowrap;
}

.menu_page_tir_col_line {
    border: .5px dashed #F3F0E852;
    width: 100%;
    margin: 0 4px;
    position: relative;
    bottom: -4px;
}

.menu_page_tir_text {
    font-family: Manrope;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: .2px;;
    color: #F3F0E8B8;
    margin-top: 10px;
    padding-right: 40px;
}

.menu_page_list .container {
    position: relative;
    display: flex;
    align-items: center;
}

.menu_page_list_img_l {
    position: absolute;
}


.menu_page_list_img_l img {
    display: flex;
    transform: translateY(50px);
}

.menu_page_list_img_r {
    position: absolute;
    right: 0;
    top: 0;
}
.menu_page_list_img_r img {
    display: flex;
    transform: translateY(-200px);
}

.menu_page_list_second {
    padding: 91px 0px;
    background: url(../img/menu/intro/bg.png);
    background-position: center;
    background-size: cover;
}

.menu_page_list_second .container_1360 {
    display: flex;
    justify-content: flex-end;
}

.menu_page_list_second_block {
    padding: 36px 37.5px;
    background: #F3F0E8;
    border-radius: 6px;
    width: 388px;
    color: #000000;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.menu_page_list_second_block .menu_page_tir_col_line {
    border: .5px dashed #00000038;
}

.menu_page_list_second_block div.menu_page_list_content_title:nth-child(5) {
    margin-top: 25px;
}

.menu_page_list_third {
    display: flex;
/*    min-height: 780px;*/
    justify-content: space-between;
/*    overflow: hidden;*/
    margin: 63px 76px 63px 41px;
    gap: 50px;
}

.menu_page_list_third_l {
    width: 55%;
}

.menu_page_list_third_r {
    width: 25%;
    width: 313px;
    margin-right: 52px;

    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.menu_page_list_third_l img {
    width: 100%;
    display: flex;
    height: 100%;
    object-fit: cover;
}

.menu_page_list_third_r .menu_page_list_content_title {
    margin-bottom: 9px;
}

.menu_page_list_third_r .menu_page_tir:nth-child(2) {
    padding-bottom: 405px;
}

.menu_page_list_third_r_img {
    position: absolute;
    top: 200px;
}

@media (min-width: 768px) and (max-width: 1090px) { 
    .menu_page_list_img_r, .menu_page_list_img_l {
        display: none;
    }
    .menu_page_list_content {
        left: 0;
    }
    .menu_page_intro_title {
        margin-right: 30px;
    }
    .menu_page_intro_col {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

@media(max-width: 768px) {
    .menu_page_intro_col {
        display: flex;
        gap: 20px;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }
    .menu_page_intro_title {
        margin-right: 0;
        text-align: center;
        font-family: Manrope;
        font-weight: 300;
        font-size: 36px;
        line-height: 110.00000000000001%;
        letter-spacing: 0%;
        text-align: center;
    }
    .menu_page_intro_title span {
        font-family: Cormorant Infant;
        font-weight: 500;
        font-style: italic;
        font-size: 46px;
        line-height: 90%;
        letter-spacing: -2px;
        text-align: center;
    }
    .menu_page_intro_text {
        color: #F3F0E8;
        text-align: center;
        max-width: 275px;
    }
    .menu_page_intro {
        padding-top: 140px;
        padding-bottom: 200px;
    }
    .menu_page_list_img_r, .menu_page_list_img_l {
        position: relative;
        width: 100%;
    }
    .menu_page_list .container {
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .menu_page_list_img_r img {
        transform: translateY(0px);
        width: -webkit-fill-available;
        margin: 0 40px;
    }
    .menu_page_list_content {
        left: 0px;
        padding-top: 38px;
        padding-bottom: 60px;
        min-width: inherit;
        width: 100%;
    }
    .menu_page_list_content_title {
        font-family: Manrope;
        font-weight: 300;
        font-size: 32px;
        line-height: 110.00000000000001%;
        letter-spacing: -1px;
    }
    .menu_page_list_img_l img {
        transform: translateY(0px);
        width: -webkit-fill-available;
        margin: 0 46px;
    }
    .menu_page_list {
        margin-bottom: 60px;
        margin-top: -195px;
    }
    .menu_page_list_second .container_1360 {
        display: flex;
        justify-content: center;
    }
    .menu_page_list_second_block {
        padding: 36px 15px;
        background: #F3F0E8;
        border-radius: 6px;
        width: 100%;
        color: #000000;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .menu_page_list_second {
        padding: 60px 0px;
    }
    .menu_page_list_third_l {
        display: none;
    }
    .menu_page_list_third_r {
        width: 100%;
        margin-right: 0px;
    }
    .menu_page_list_third {
        margin: 60px 15px 60px 15px;
    }
    .menu_page_list_third_r_img {
        position: relative;
        top: 0px;
    }
    .menu_page_list_third_r .menu_page_tir:nth-child(2) {
        padding-bottom: 0px;
    }
    .menu_page_list_third_r_img img {
        width: 100%;
        display: flex;
    }
}

.container_product {

}

.product_page_col {
    display: flex;
    justify-content: space-between;

}

.product_page_l {
    width: 41.7%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.product_page_l_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 82px 48px;
    align-items: flex-start;

    min-height: calc(100vh - 80px);
}

.product_page {
    padding-top: 80px;
    padding-left: 12.5px;
    padding-right: 12.5px;
}



.coffee_sort {
    padding: 1px 4px;
    border-radius: 3px;
    background: #FFFFFF;
    color: #000000E5;

    font-family: Manrope;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -1.5%;
    text-align: right;
    text-transform: uppercase;

    margin-bottom: 13px;
}

.coffee_title {
    font-family: Manrope;
    font-weight: 300;
    font-size: 30px;
    line-height: 110.00000000000001%;
    letter-spacing: -1px;
    margin-bottom: 16px;
}

.coffee_price {
    color: #FFFFFF;
    font-family: Cormorant Infant;
    font-weight: 500;
    font-style: italic;
    font-size: 25px;
    line-height: 125%;
    letter-spacing: -1.5%;
}

.coffee_description {
    padding: 14px;
    border-radius: 6px;
    background: #1F1A17;
    width: 100%;
    margin-top: 24px;

    display: flex;
    flex-direction: column;
    gap: 6px;

    margin-bottom: 16px;
}

.coffee_description_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.coffee_description_line span:first-child {
    font-family: Manrope;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -1.5%;
    text-transform: uppercase;
    color: #FFFFFFD9;
}

.coffee_description_line span:last-child {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;

    color: #FFFFFFCC;
}

.coffee_dropdown_title {
    display: flex;
    align-items: center;
    justify-content: space-between;

    font-family: Manrope;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -1.5%;
    text-transform: uppercase;

}

.coffee_dropdown_title img {
    display: flex;
}

.coffee_dropdown {
    padding: 14px 6px 14px 12px;
    border-bottom: 0.5px solid #F3F0E8;
    transition: .15s ease;
    cursor: pointer;
}

.coffee_information {
    width: 100%;
    padding-bottom: 80px;
}

.coffee_dropdown_text {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    color: #908D87;

    padding-top: 0px;
    max-height: 0;
    overflow: hidden;
    transition: .2s linear;
}

.coffee_dropdown.active .coffee_dropdown_text {
    padding-top: 10px;
    max-height: 500px;;
    overflow: hidden;
}

.coffee_dropdown.active .coffee_dropdown_title img {
    transform: rotate(180deg);
}

.coffee_dropdown:hover {
    background: #2B2623;
}

.product_choose {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.product_grind {
    width: 100%;
    position: relative;
}

.grind_select {
    width: 100%;
    background: #fff;
    padding: 8px;
    color: #000000;
    border-radius: 6px;
    gap: 4px;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    transform: translateY(calc(-48px - 6px));
    transition: max-height 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
}

.grind_select.active {
    max-height: 300px;
    opacity: 1;
    pointer-events: auto;
}


.grind_select button {
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
    letter-spacing: 0%;
    padding: 4px 6px;
    width: -webkit-fill-available;
    border-radius: 6px
}

.grind_select button.active {
    background: #E3E0D7;
    position: relative;
    padding-left: 26px;
}

.grind_select button.active::after {
    content: url(../img/product/icons/check.svg);
    position: absolute;
    left: 6px;
}

.grind_select button:hover {
    background: #E3E0D7;
}


.product_grind span {
    display: block;
    margin-bottom: 10px;

    font-family: Manrope;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -1.5%;
    text-transform: uppercase;
    color: #FFFFFFD9;
}

.product_grind_selector {
    position: relative;
    padding: 14.5px 14px;
    height: 48px;
    background: #1F1A17;

    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
    letter-spacing: 0%;
    border-radius: 6px;

    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .15s ease;
    cursor: pointer;
}


.product_grind_selector:hover {
    background: #2B2623;
}

.product_coffee_action {
    display: flex;
    width: 100%;


    flex-direction: column;
}

.product_quanity span {
    display: block;
    margin-bottom: 10px;

    font-family: Manrope;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -1.5%;
    text-transform: uppercase;
    color: #FFFFFFD9;
}

.product_quanity_selector {
    position: relative;
/*    padding: 14.5px 14px;*/
    height: 48px;
    width: 98px;
    background: #1F1A17;
    border-radius: 6px;
    
    font-family: Manrope;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -1.5%;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    overflow: hidden;
}

.product_quanity_selector button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    min-width: 36px;
    transition: .3s ease;
}

.product_quanity_selector button:first-child {
    position: absolute;
    left: 0;
}

.product_quanity_selector button:last-child {
    position: absolute;
    right: 0;
}

.product_quanity_selector button:hover {
    background: #2B2623;
}

.product_quanity_selector button img {
    display: flex;
    justify-content: center;
    align-items: center;
}
    
.product_coffee_action_buy {
    width: 100%;
    margin-top: 20px;
}

.product_coffee_action_buy button {
    display: flex;
    width: -webkit-fill-available;
    padding: 13px;
    background: #FFFFFF;
    border-radius: 83.25px;
    justify-content: center;
    align-items: center;
    gap: 4px;

    font-family: Cormorant Infant;
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
    line-height: 90%;
    letter-spacing: 0px;
    transition: .15s ease;

    color: #000;
}

.product_coffee_action_buy button:hover {
    background: #F3F0E8;
}

.product_page_r {
    position: relative;
    width: 56.6%;
}

.product_page_r_content {
    position: relative;
}

.inner_sticky_block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 90px);
    background: #F3F0E8;
    border-radius: 8px;
    will-change: transform;
    border-radius: 8px;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
}

.slider_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
    z-index: 0;
}

.slider_img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.slider_img.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}



.controller {
    max-height: calc(48px * 5 + 6.5px * 5 + 6px);
    background: #E8E4DB;
    border-radius: 8px;
    right: 17.5px;
    z-index: 1;
    position: absolute!important;
    
    padding: 6px;

    display: none;
    flex-direction: column;
    gap: 6.5px;
    overflow: hidden;
}

.controller .controller_btn {
    width: 48px;
    min-height: 48px;
    background: rgb(0, 0, 0, 0);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease;

}

.controller button.controller_btn img {
    width: 80%;
    height: 80%;
    object-fit: cover;
    display: flex;
    aspect-ratio: 1;
    opacity: .22;
    border-radius: 2px;
    transition: .3s ease;
}

.controller button.controller_btn.active {
    background: #FFFFFF;
}

.controller button.controller_btn {
    transition: .3s ease;
}

.controller button.controller_btn:hover {
    background: #FFFFFF;
}

.controller button.controller_btn:hover img {
    opacity: 1;
}

.controller button.controller_btn.active img {
    opacity: 1;
}

.product_coffee_action_fixed {
    display: none;
}

@media(max-width: 1050px) {
    .product_page_r {
        width: 50%;
    }
    .product_page_l {
        width: 50%;
    }
}

@media(max-width: 768px) {
    .product_page_r {
        width: 100%;
    }
    .product_page_l {
        width: 100%;
    }
    .product_page_col {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .inner_sticky_block {
        height: 400px;
        position: relative;
    }
    .product_page_l_content {
        padding: 60px 0px;
        min-height: auto;
    }
    .product_coffee_action_fixed {
        position: fixed;
        z-index: 10;
        bottom: 0;
        display: flex;
        justify-content: center;
        padding: 15px;
        width: -webkit-fill-available;
        background: #0C0A08;
    }
    .product_page {
        background: #0C0A08;
        padding: 80px 15px 0px 15px;
    }
    .product_coffee_action_fixed.hidden {
      opacity: 0;
      transform: translateY(-100%);
      pointer-events: none;
    }
    .coffee_description {
        background: #FFFFFF05;
    }
    .product_grind_selector, .product_quanity_selector {
        background: #E5E2DC0D;
    }
    .coffee_dropdown:hover {
        background: rgb(0, 0, 0, 0);
    }
}

.ingredients {
    display: flex;
    padding: 20px;
    background: #FFFFFF;
    width: 464px;
    position: fixed;
    z-index: 999999999;
    right: 0;
    height: 100%;
    transform: translateX(100%);
    transition: .3s ease;
}

.ingredients.active {
    transform: translateX(00%);
    display: block;
}

.ingredients_col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;

    margin-bottom: 50px;
}

.ingredients_col div {
    font-family: Cormorant Infant;
    font-weight: 400;
    font-style: italic;
    font-size: 37px;
    line-height: 90%;
    letter-spacing: -1.03px;
}

.ingredients_col button {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F3F0E85C;
    border-radius: 100%;
}

.ingredients_text {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 155%;
    letter-spacing: -1.5%;
    color: #000000CC;
    max-height: 63vh;
    overflow-y: auto;
}

.allergic {
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    padding: 14px;
    border-radius: 8px;
    background: #F6F4F2;
    width: -webkit-fill-available;
    right: 20px;
    left: 20px;

    display: flex;
    flex-direction: column;
}

.allergic_title {
    display: flex;
    justify-content: space-between;
    align-items: center;

    font-family: Manrope;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000000;
}

.allergic_text {
    padding-right: 36px;
    padding-top: 8px;

    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000000CC;
}

@media(max-width: 768px) {
    .ingredients {
        width: -webkit-fill-available;
    }
    .controller {
        right: inherit;
        bottom: 12px;
        flex-direction: row;
        padding: 5px;
        max-width: calc(40px * 5 + 6.5px * 5 + 5px);
    }
    .controller .controller_btn {
        min-width: 40px;
        min-height: 40px;
    }
}

.checkout {
    padding-top: 122px;
    padding-bottom: 44px;
    background: #EEEBE3;
}

.checkout_back img {
    display: flex;
}

.checkout_back {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    width: fit-content;

    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    color: #000;
    text-decoration: none;
}

.checkout_back::before {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 0;
    height: 1px;
    width: 0;
    background-color: #000;
}

.checkout_back:hover::before {
    width: calc(100% - 6px);
}

.checkout_col {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    color: #000000;
    margin-top: 48px;
    align-items: flex-start;
}

.checkout_l {
    width: 49%;
    display: flex;
    flex-direction: column;
}



.checkout_stage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 25px;
}

.checkout_stage button {
    position: relative;
    font-family: Cormorant Infant;
    font-weight: 500;
    font-style: italic;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -1.5%;
    color: #00000059;
    transition: color 0.3s ease;
    text-decoration: none; /* отключаем обычное подчёркивание */
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;

    display: flex;
}

.checkout_stage button.active::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 3px; 
    width: calc(100% - 17px);
    height: 2px;
    background-color: #00000059; 
    transition: background-color 0.3s ease;
}

.checkout_stage button.active {
    color: #000;
}

.checkout_stage button.active.active::before {
    background-color: #000;
}

.checkout_stage button span {
    font-size: 22px;
    text-decoration: inherit;
}

.checkout_stage_title {
    font-family: Manrope;
    font-weight: 300;
    font-size: 24px;
    line-height: 110.00000000000001%;
    letter-spacing: 0px;
    margin-top: 48px;
    margin-bottom: 24px;
}

.checkout_stage_input {
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
}

.checkout_stage_input label {
    margin-bottom: 16px;
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    color: #000000A8;
}

.checkout_stage_input input {
    all: unset;
    color: #000000;
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: -1%;
    border-bottom: 1.5px solid #CFCDC6;
    padding-bottom: 10px;
}

.checkout_stage_input input::placeholder {
    color: #000;
}

.checkout-stage-1 {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.checkout_stage_input select {
    all: unset;
    color: #000000;
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: -1%;
    border-bottom: 1.5px solid #CFCDC6;
    padding-bottom: 10px;

    background: url(../img/checkout/icons/select_arrow.svg);
    background-repeat: no-repeat;
    background-position: right;
}

.checkout_stage_input select.placeholder {
    color: #908D87!important; /* Gray color for placeholder */
}

.checkout_stage_input_col {
    display: flex;
    gap: 19px;
    justify-content: space-between;
}

.submit-stage {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14.5px;
    width: -webkit-fill-available;

    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: #fff;

    background: #000000;
    border-radius: 6px;
}

.checkout_r {
    width: 43%;

}

.checkout_r_content {
    padding: 24px;
    background: #FFFFFF;
    border-radius: 12px;
    width: -webkit-fill-available;
}

.checkout_r_products {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.checkout_product {
    display: flex;
    padding-top: 12px;
    border-top: 1px solid #F2F2F2;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkout_product_img {
    width: 80px;
    height: 80px;
    background-color: #F9F6F4;
    border-radius: 4.38px;
    overflow: hidden;
}

.checkout_product_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkout_product_r {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    color: #000000A8;
}

.checkout_product_text {
    margin-left: 21px;
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 136%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #000;
}

.checkout_product_text span {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    color: #000000A8;
    text-transform: none;
}

.checkout_product_l {
    display: flex;
    align-items: center;
}

.checkout_product_text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.checkout_r_products .checkout_product:first-child {
    padding-top: 0px;
    border-top: none;
}

.checkout_discount_block {
    margin-top: 32px;
}

.checkout_discount_block label {
    margin-bottom: 16px;
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    color: #000000A8;
}

.checkout_discount_block_input input {
    all: unset;
    color: #000000;
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: -1%;
    width: -webkit-fill-available;
    margin-right: 15px;
}

.checkout_discount_block_input input::placeholder {
    color: #000000;
}

.checkout_discount_block_input {
    padding-bottom: 8px;
    border-bottom: 1.5px solid #CFCDC6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout_discount_block_input button {
    padding: 12px 30px;
    font-family: Manrope;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: #fff;
    background: #000000;
    border-radius: 6px;
}

.checkout_total {
    padding: 20px;
    background: #A99A851C;
    border-radius: 6px;
    margin-top: 32px;
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.checkout_total_line_decor {
    border: .5px dashed #DAD9D7;
    width: 100%;
    margin: 0 4px;
    position: relative;
    bottom: -4px;
}

.checkout_total_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkout_total_line_title {
    font-family: Manrope;
    font-weight: 500;
    font-size: 12px;
    white-space: nowrap;
    line-height: 150%;
    letter-spacing: -1.5%;
    text-transform: uppercase;
    color: #000000D9
}

.checkout_total_line_price {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
        white-space: nowrap;
    letter-spacing: -1%;
    color: #000000A8;
}

.checkout_stage_delivery {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
    background: #E3E0D7;
    border-radius: 8px;
    border: 1px solid #CFCCC4;

    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: -1%;

    margin-bottom: 20px;
}

.checkout_stage_subtitle {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    color: #000000E5;
    margin-top: 16px;
}

.checkout_stage button {
    cursor: pointer;
}


.checkout_loader {
  position: absolute;
  top: 0;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 20px);
  background: #EEEBE3;
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;

  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.checkout_loader.hide {
  opacity: 0;
  visibility: hidden;
}

.checkout_loader_spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #999;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.checkout_l {
  position: relative;
}

.cart {
    width: 488px;
    position: fixed;
    bottom: 0;
    right: 0;
    height: var(--real-vh, 100vh);
    background: #fff;
    overflow-y: auto;
    z-index: 9999;
    transform: translateX(100%);
    transition: .3s ease;
}

.cart .cart_inner {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    height: -webkit-fill-available;
}

.cart.active {
    transform: translateX(0%);
}

.cart_top {
    padding: 28px 12px 20px 12px;
    border-bottom: 1px solid #E3E0D7;
    margin-bottom: 35px;
    position: absolute;
    top: 0;
    width: 100%;
}

.cart_top div {
    font-family: Cormorant Infant;
    font-weight: 400;
    font-style: italic;
    font-size: 36px;
    line-height: 90%;
    letter-spacing: -1.03px;
    color: #000000;
}

.cart_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart_top button {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F3F0E85C;
    border-radius: 100%;
}

.cart_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 12px;
  overflow-y: auto;
  margin-top: 124px;

height: calc(100vh - 89px - 280px);
}



@media(max-width: 768px) {
    .cart_list {
        overflow-y: clip;
        height: auto;
    }
}

.cart_list .cart_product:first-child {
    padding-top: 0px;
    border-top: none;
}

.cart_product {
    display: flex;
    padding-top: 12px;
    border-top: 1px solid #F2F2F2;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.cart_product_img {
    width: 109px;
    height: 109px;
    background-color: #F9F6F4;
    border-radius: 4.38px;
    overflow: hidden;
}

.cart_product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart_product_r {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    color: #000000A8;
    width: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 6px 0px;
    margin-left: 21px;
}

.cart_product_text {
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 136%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #000;
}

.cart_product_text span {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    color: #000000A8;
    text-transform: none;
}

.cart_product_l {
    display: flex;
    align-items: center;
}

.cart_product_text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cart_product_r_up {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cart_product_quanity {
    position: relative;
    height: 32px;
    width: 80px;
    background: #A99A8533;
    border-radius: 6px;
    
    font-family: Manrope;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -1.5%;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    overflow: hidden;
}

.cart_product_quanity button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    min-width: 26px;
    transition: .3s ease;
}

.cart_product_quanity button:first-child {
    position: absolute;
    left: 0;
}

.cart_product_quanity button:last-child {
    position: absolute;
    right: 0;
}

.cart_product_quanity button:hover {
    background: #F9F6F4;
}

.cart_product_quanity button img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6px;
    height: auto;
}

.cart_product_r_down {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.cart_action {
    padding: 14px;
    position: fixed;

    bottom: 0px;
    background: #fff;
    width: -webkit-fill-available;
}

@media(max-width: 768px) {
    .cart_action { 
        position: relative;
    }
}

.cart_action .checkout_total {
    margin-top: 0px;
}

.cart_action button {
    color: #fff;
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;

    padding: 14.5px;
    border-radius: 6px;
    background: #181310;
    width: -webkit-fill-available;
    text-align: center;
    margin-top: 12px;
    transition: .3s ease;
}

.cart_action button:hover {
    background: #1B1B1B;
}

@media(max-width: 768px) {
    .cart {
        width: -webkit-fill-available;
        overflow-y: auto;

        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .cart_product_img {
        width: 80px;
        height: 80px;
    }
    .cart_product_r {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.iti__tel-input {
    width: -webkit-fill-available!important;
}

.iti .iti__selected-dial-code {
    color: #000000!important;
    font-family: Manrope!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 145%!important;

}

.iti__country-container {
    right: 0px!important;
    position: absolute!important;
    left: inherit!important;
}

.iti__selected-dial-code {
    display: none!important;
}

.iti__search-input {
    width: -webkit-fill-available!important;
}

.iti input.iti__tel-input {
    padding-left: 0!important;
}

.iti__flag {

}

@media(max-width: 1170px) {
    .checkout_stage {
        padding-left: 0px;
    }
}

@media (max-width: 1110px) {
  .checkout_stage {
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .checkout_stage button {
    flex: 0 0 auto;
    scroll-snap-align: start;
    white-space: nowrap;
  }
    .checkout_stage {
      scrollbar-width: none; /* Firefox */
      -ms-overflow-style: none; /* IE и Edge */
    }

    .checkout_stage::-webkit-scrollbar {
      display: none; /* Chrome, Safari */
    }
    .checkout_col {
        gap: 30px;
    }
}

.checkout_stage_input input::placeholder {
    color: #908D87;
}




.checkout_stage_input input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #EEEBE3 inset !important;
    -webkit-text-fill-color: #000 !important;
    caret-color: #000;
    transition: background-color 9999s ease-in-out 0s;
}

.checkout_stage_input input:-webkit-autofill:hover,
.checkout_stage_input input:-webkit-autofill:focus,
.checkout_stage_input input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #EEEBE3 inset !important;
    -webkit-text-fill-color: #000 !important;
}

.checkout_stage_input select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #EEEBE3 inset !important;
    -webkit-text-fill-color: #000 !important;
    caret-color: #000;
    transition: background-color 9999s ease-in-out 0s;
}

.checkout_stage_input select:-webkit-autofill:hover,
.checkout_stage_input select:-webkit-autofill:focus,
.checkout_stage_input select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #EEEBE3 inset !important;
    -webkit-text-fill-color: #000 !important;
}

.checkout_stage_input input:-webkit-autofill,
.checkout_stage_input select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #EEEBE3 inset !important;
    box-shadow: 0 0 0 1000px #EEEBE3 inset !important;
    -webkit-text-fill-color: #000 !important;
    color: #000 !important;
    background: transparent !important;
    caret-color: #000 !important;
    transition: background-color 9999s ease-in-out 0s;
}
.checkout_stage_input input:-webkit-autofill:hover,
.checkout_stage_input input:-webkit-autofill:focus,
.checkout_stage_input input:-webkit-autofill:active,
.checkout_stage_input select:-webkit-autofill:hover,
.checkout_stage_input select:-webkit-autofill:focus,
.checkout_stage_input select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #EEEBE3 inset !important;
    box-shadow: 0 0 0 1000px #EEEBE3 inset !important;
    -webkit-text-fill-color: #000 !important;
    color: #000 !important;
    background: transparent !important;
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #EEEBE3 inset !important;
  box-shadow: 0 0 0 1000px #EEEBE3 inset !important;
  background-color: #EEEBE3 !important;
  -webkit-text-fill-color: #000 !important;
  color: #000 !important;
  transition: background-color 9999s ease-in-out 0s;
}


.iti__country-name {
    color: #000!important;
}

@media(max-width: 768px) {
    .checkout_col {
        flex-direction: column-reverse;
    }
    .checkout_r_content {
        width: -webkit-fill-available;
    }
    .checkout_l, .checkout_r {
        width: -webkit-fill-available;
    }
    .checkout_r_content {
        padding: 24px 20px;
    }
    .checkout_stage_input_col .checkout_stage_input {
        width: calc(50% - 19px);
    }
}

.checkout_r_mobile {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    display: none;
}

@media(max-width: 768px) {
    .checkout_r_mobile {
          display: flex;  
    }
}

.checkout_r_mobile_price {
    color: #000000A8;
    font-family: Manrope;
    font-weight: 700;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;

}

.checkout_r_mobile button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.checkout_r_mobile button img {
    transition: transform 0.3s ease;
    transform: rotate(90deg); 
}

.checkout_r_mobile.closed button img {
    transform: rotate(270deg);
}

.checkout_r_content {
    overflow: hidden;
    transition: 0.4s ease;
}

.cart_empty_block {
    padding-left: 12px;
    padding-right: 12px;
}

.cart_empty_block span {
    padding-top: calc(89px + 24px);
    padding-bottom: 24px;
    display: block;


    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    color: #000000A8;
    padding-right: 26px;
}

.cart_empty_block a {
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    padding: 10.5px 23px;
    border-radius: 8px;

    background: #181310;
    transition: .15s ease;
}

.cart_empty_block a:hover {
    background: #1B1B1B;
}


#openCart {
    position: relative;
}

#openCart .num {
    position: absolute;
    right: 16px;
    top: 7px;

    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 100%;
    opacity: 0;

    font-family: Manrope;
    font-weight: 500;
    font-size: 11px;
    transition: .3s;
    line-height: 1.2;
    letter-spacing: -1.5%;
    text-align: center;
    color: #000;
}

@media(max-width: 768px) {
    .grind_select button {
        padding: 6px 6px;
    }
    .footer_nav nav a {
        width: 40%;
    }
}

.tu {
    max-width: 484px;
    margin: 0 auto;
    color: #000000;
    margin-top: 24px;
}

.tu_title {
   font-family: Cormorant Infant;
    font-weight: 500;
    font-style: italic;
    font-size: 30px;
    line-height: 110.00000000000001%;
    letter-spacing: -1.5%;
    text-align: center;
     color: #000000;
}

.tu_subtitle {
    max-width: 389px;
    margin: 0 auto;
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    text-align: center;
    color: #000000;
    margin-top: 16px;
}

.tu_col {
    padding: 16px;
    background: #F6F4F2;
    border-radius: 10px;
    
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
    margin-top: 10px;
}

.tu_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tu_line div {
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
    letter-spacing: 0%;
   
}

.tu_line span {
    font-family: Manrope;
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: -1px;
}

.tu_block_line {
    width: 100%;
    background: rgba(0, 0, 0, 0.09);
    height: 1px;
}

.tu_line2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tu_line2 div {
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
    letter-spacing: 0%;
   
}

.tu_line2 span {
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
    letter-spacing: 0%;
}

.tu_subtext {
    color: rgba(0, 0, 0, 0.6);
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 155%;
    letter-spacing: 0%;
    text-align: center;
    max-width: 405px;
    margin: 0 auto;
    margin-bottom: 170px;
}

.footer_mail_l form {
    margin-bottom: 0;
}

.tu_subtext a {
    color: rgba(159, 131, 107, 1);
    font-weight: 500;
    text-decoration: underline;
}

.tu_subtext span {
    font-family: Cormorant Infant;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: -1.5%;
    text-align: center;
    color: rgba(0, 0, 0, 1);

}


@media(max-width: 768px) {
    .tu {
        margin-top: 110px;
    }
    .tu_subtext {
        margin-bottom: 110px;
    }
}


#payment-form {
    widows: 100%;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid rgba(209, 206, 196, 1);
    margin-top: 20px;
}

.payment_option {
    width: -webkit-fill-available;
    padding: 12px 14px;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    background: rgba(227, 224, 215, 1);
    border-radius: 8px;
    position: relative;
        cursor: pointer;
}

.banks_list {
    position: absolute;
    right: 14px;
    display: flex;
    gap: 4px;
}

#payment-form .payment_option:first-child {
    margin-bottom: 16px;
}

.bank_number_list {
    min-width: 35px;
    height: 24px;
    padding: 0px 6px;
    font-family: Manrope;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    white-space: nowrap;
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #D1CEC47A;
    border-radius: 4px;
    background-position: center;
    background-size: cover;
}

#payment-form #card-element {
    margin-bottom: 24px!important;
}

.card_fields_group {
    display: flex;
    gap: 24px;
    margin-top: 12px;
    flex-wrap: nowrap;
    flex-direction: column;
}

.card_field {
    flex: 2;
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: -1%;
    color: rgba(0, 0, 0, 1);
    border-bottom: 1px solid #CFCDC6;
    padding-bottom: 8px;
    /*max-width: 400px;*/
}

.card_field iframe {
  padding-left: 32px; /* не перекрывай лого */
  background-position: 8px center; /* stripe сам может добавить */
}


.card_field_small {
  flex: 1;
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: -1%;
    color: rgba(0, 0, 0, 1);
    border-bottom: 1px solid #CFCDC6;
    padding-bottom: 8px;
}

.st_card_data_col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px
}

.st_card_data {
    width: -webkit-fill-available;
}

#payment-form .card_fields_group label {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -1%;
    color: rgba(0, 0, 0, 0.66);
    margin-bottom: 16px;
    display: block;
}

.payment_option label {
    font-family: Manrope;
    font-weight: 600;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: -1%;
    color: #000000;

}



.payment-method {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}

.payment-method input[type="radio"] {
  display: none;
}

.custom-radio {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff; /* default bg */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.custom-radio .check-icon {
  width: 12px;
  height: 12px;
  display: none;
}

input[type="radio"]:checked + .custom-radio {
  background: #000;
}

input[type="radio"]:checked + .custom-radio .check-icon {
  display: block;
}

#submit-payment {
    width: -webkit-fill-available;
    /*padding: 14.5px;*/
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    max-height: 43px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    height: 43px;
    color: #FFFFFF;
    background: #000000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    border-radius: 6px;
}

#root.visible {
    max-width: inherit!important;
}


@media(max-width: 768px) {
    .banks_list#card_banks_list .bank_number_list:nth-child(1) {
        display: none;
    }
}
