html, body {
  height: 100%;
/*  overflow: hidden;*/
}

body {
    margin: 0;

    font-family: "Manrope", sans-serif;
    font-size: 20px;
    color: #F6F4F2;
    -webkit-font-smoothing: antialiased;

    background-color: #F2E8DD;
    margin-bottom: 100vh;
}

main {
    overflow: hidden;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0px;
}

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_col {
    padding: 6px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro {
  background: url(./img/intro/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100svh;
  position: relative;
}

.intro2 {
  background: url(./img/intro/bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.intro::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 255px;
  background: linear-gradient(180deg, rgba(7, 6, 5, 0) 0%, #070605 100%);
  pointer-events: none;
}

.intro_inner {
    display: flex;
    flex-direction: column;
    gap: 48px;
    position: absolute;
    align-items: center;
}

.intro_content {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 23;
}

.intro_col a {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;

}

.intro_col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    height: -webkit-fill-available;
    justify-content: flex-end;
    margin-bottom: 50px;
    z-index: 1;
}

.intro .container {
    width: 100%;
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: flex-end;
    flex-wrap: nowrap;
}

.intro_content h1 {
    font-family: Cormorant;
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 90%;
    letter-spacing: -1.03px;
    text-align: center;
    font-variant: small-caps;
    color: #F2E8DD
}

.intro_content a {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;

}

.intro_sphere {
    width: 8px;
    height: 8px;
    opacity: 0.8;
    background: #5D1B20;
    border-radius: 100%;
}

.about_phrases {
    padding-top: 58px;
    padding-bottom: 83px;
}

.about_phrases_col {
    display: flex;
    flex-direction: column;
    gap: 48px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.about_phrases_col p {
    max-width: 980px;
    font-family: Cormorant;
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 90%;
    letter-spacing: -1.03px;
    text-align: center;
    font-variant: small-caps;
    color: #5D1B20
}

.about_sphere {
    width: 8px;
    height: 8px;
    opacity: 0.8;
    background: #5D1B20;
    border-radius: 100%;
}

.about_col {
    display: flex;   
    height: 569px;
    background: #5D1B20;
    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%;
    padding-right: 45px;
    align-items: center;
}

.about_image_left img, .about_image_right img {
    display: flex;
    width: 100%;
    object-fit: cover;
}

.about_image_right img {
    height: 440px;
    object-fit: cover;
    max-width: 305px;
}

.about_image_text {
    margin: 174px 56px 251px 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    min-width: 375px;
    max-width: 375px;
}

.about_image_text div:first-child {
    font-family: Cormorant;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 90%;
    letter-spacing: -1.03px;
    text-transform: uppercase
}

.about_image_text div:last-child {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 155%;
    letter-spacing: -1.5%;

}

.location {
    padding: 80px 0px;
}

.location_col {
    display: flex;
    gap: 217px;
    max-width: 800px;
    margin: 0 auto;
}

.location_col h2 {
    font-family: Cormorant;
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 90%;
    letter-spacing: -1.03px;
    text-transform: uppercase;
    color: #5D1B20;
}

.location_inner_title {
    margin-bottom: 4px;
    font-family: Cormorant;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 125%;
    letter-spacing: -1.5%;
    text-transform: uppercase;
    color: #5D1B20;
}

.location_inner p {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: -1%;
    color: #5D1B20;
}

.location_flex {
    display: flex;
    gap: 72px;
}

.about_col_2 .about_image_right {
    padding-right: 0;
    padding-left: 36px;
}

.about_col_2 .about_image_text {
    margin: 157px 18px 149px 36px;
    min-width: 410px;
    max-width: 410px;  
    color: #5D1B20;
}

.about_col_2 {
    background: #FAF2EB;
}

footer {
    padding-top: 43px;
    padding-bottom: 35px;
    background: #5D1B20;
}

.footer_col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 351px;
    margin: 0 auto;
}

.footer_col p {
    font-family: Cormorant;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 125%;
    letter-spacing: -1.5%;
    text-align: center;
    text-transform: uppercase;
    color: #F3F0E8D9;
    margin-bottom: 32px;
}

.footer_mail_block {
    display: flex;
    width: 351px;
    padding-right: 12px;
    border-radius: 8px;
    background: #EAE7DE0F;
    position: relative;
    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_under {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 36px;

    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 155%;
    letter-spacing: 0%;
    color: #F7F1EA8C
}

@media(max-width: 768px) {
    header {
        margin: 16px;
    }
    .header_col {
        padding: 8PX;
    }
    .header_col img {
        content: url(./img/intro/logo2.svg);
    }
    .intro_col {
        margin-bottom: 40px;
    }
    .intro_col img {
        width: 70px;
    }
    .about_phrases_col p {
        font-family: Cormorant Infant;
        font-weight: 500;
        font-style: Medium;
        font-size: 20px;
        leading-trim: NONE;
        line-height: 155%;
        letter-spacing: -1.5%;
        text-align: center;

    }
    .about_phrases {
        padding: 60px 0px;
    }
    .about_col {
        display: flex;
        height: auto;
        background: #5D1B20;
        justify-content: space-between;
        flex-direction: column;
        padding-bottom: 43px;
    }
    .about_image_left {
        display: flex;
        width: 100%;
    }
    .about_image_text {
        margin: 40px 16px 32px 16px;
    }
    .about_image_right {
        display: flex;
        width: 100%;
        padding: 0px 45px;
        align-items: center;
    }
    .location_col {
        display: flex;
        gap: 40px;
        max-width: 800px;
        margin: 0 auto;
        flex-direction: column;
    }
    .location_flex {
        display: flex;
        gap: 24px;
        flex-direction: column;

    }
    .about_col_2 {
        background: #FAF2EB;
        padding-top: 40px;
    }
    .about_image_right img {
        height: 380px;
        max-width: 285px;
        margin: 0 auto;
    }
    .about_col_2 .about_image_right {
        padding: 0px 45px;
    }
    .about_col_2 .about_image_text {
        margin: 32px 16px 40px 16px;
        min-width: fit-content;
    }
    .footer_col {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        max-width: fit-content;
        margin: 0;
        text-align: left;
    }
    .footer_col p {
        font-family: Cormorant;
        font-weight: 500;
        font-style: Medium;
        font-size: 20px;
        leading-trim: NONE;
        line-height: 125%;
        letter-spacing: -1.5%;
        text-align: center;
        text-transform: uppercase;
        color: #F3F0E8D9;
        margin-bottom: 24px;
        text-align: left;
    }
    .footer_mail_block {
        display: flex;
        width: -webkit-fill-available;
    }
    footer form {
        width: -webkit-fill-available;
    }
    .footer_under {
        margin-top: 120px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .header_col2 img {
        content: url(./img/intro/logo3.svg);
    }
    .header_col2 img {
        content: url(./img/intro/logo3.svg);
    }
    .intro {
        background: url(./img/intro/bgm.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;        
    }
    .intro2 {
        background: url(./img/intro/bg2m.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
        position: relative;
    }
}

header img {
    /*transition: .3s ease;*/
}

header.active img {
    filter: brightness(10);
}

.coming {
    text-decoration: underline!important;
}

