@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Onest:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Onest:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Onest:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  outline: none;
}
@media (hover: hover) {
  .with-fancybox header {
    padding-right: 17px;
  }
}
.fancybox__container {
  max-width: 100%;
}
a {
  text-decoration: none;
  transition: 0.4s;
  color: inherit;
  cursor: pointer;
  &:hover {
    color: inherit;
  }
}

ul,
ol,
li,
p {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

body {
    color: white;

  font-family: "Rubik", sans-serif;
  height: 100%;
  line-height: 125%;
  background: #000000;

  b,
  strong {
    font-weight: 700;
  }

  nobr {
    display: contents;
  }
}

button {
  border: none;
  background: transparent;
  transition: 0.4s;
  font-family: inherit;
  cursor: pointer;

  &:disabled {
    opacity: 0.8;
    pointer-events: none;
  }
}

.header {
    margin-top: 54px;
    max-width: 1200px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 15px;
}
.logo {
    max-width: 121px;
    max-height: 25px;
    img {
        width: 100%;
    }
}
.header-info {
    color: white;
    opacity: 40%;
    border-radius: 100px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 12px;
font-weight: 600;
font-style: SemiBold;
font-size: 11px;
line-height: 26px;
text-align: center;
text-transform: uppercase;
    border: 1px solid white;
}
.header-right {
    display: flex;
    align-items: center;

}
.header-menu {
display: flex;
gap: 35px;
align-items: center;
 a {
    color: white;
font-weight: 400;
font-style: Regular;
font-size: 17px;
line-height: 100%;
letter-spacing: 0%;
 }
}
.header-button {
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 100px;
    border: 1px solid #91654D;
    color: #91654D;
    padding-inline: 12px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
font-weight: 600;
font-style: SemiBold;
font-size: 11px;
line-height: 26px;
letter-spacing: 20%;
text-align: center;
text-transform: uppercase;

}
.header-wa {
width: 26px;
height: 26px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.header-tg {
width: 26px;
height: 26px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-left: -4px;
}

.lang {
    color: white;
    margin-left: 20px;
}

.wa {
    background-color: #25D366;
}
.tg {
    background-color: #35A9E5;
}

.header-socials {
    display: flex;
}

.sec-1  {
    background: url('../prod-img/sec-1bg.jpg') no-repeat center/cover;
    padding-top: 291px;
    padding-bottom: 26px;
    margin-top: -82px;
}


.container {
    max-width: 1552px;
    margin-inline: auto;
}

.sec-1-title {
font-size: 70px;

}

.title {
        color: white;
    width: 100%;
font-weight: 500;
font-style: Medium;
font-size: 60px;
line-height: 80px;
letter-spacing: 1px;
text-align: center;
text-transform: uppercase;
}

.sec-1-subtitle {
    color: white;
font-weight: 400;
font-style: Regular;
font-size: 30px;
leading-trim: NONE;
line-height: 70px;
letter-spacing: 1px;
text-align: center;
text-transform: uppercase;
margin-top: 20px;
}

.sec-1-button {
    
    margin-top: 530px;
    max-width: 440px;
    width: 100%;
    margin-inline: auto;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.main-btn {
color: white;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
    background-color: #29313A;
    border: 1px solid white;
    border-radius: 143px;
}
 
.subtitle {
    font-family: "Inter";
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 14px;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
    margin-bottom: 20px;
}


.sec-2 {
    margin-top: 100px;
}

.sec-2_block {
    margin-top: 150px;
    display: grid;
    grid-template-columns: 60% auto;
}
.sec-2_subtitle {

}
.sec-2_title {

}
.sec-2_left {
    border-right: 1px solid #FFFFFF33;
}
.sec-2_left-img {
max-width: 780px;
margin-right: 174px;
 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
 }
}
.sec-2_left-text {
    margin-top: 60px;
font-family: "Inter";
font-weight: 400;
font-style: Regular;
font-size: 24px;
line-height: 22px;
letter-spacing: 0%;

}
.sec-2_right {
    margin-left: 113px;
    margin-top: 127px;
}
.sec-2_right-text {
font-family: "Inter";
font-weight: 400;
font-style: Regular;
font-size: 24px;
line-height: 22px;
letter-spacing: 0%;

}
.sec-2_right-button {
margin-top: 70px;
margin-bottom: 60px;
display: flex;
justify-content: space-between;
align-items: center;
padding-left: 26px;
padding-right: 15px;
max-width: 440px;
width: 100%;
height: 45px;
}
.sec-2_right-img {
    max-width: 492px;
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


.sec-3 {
    margin-top: 150px;
}
.sec-3_items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px;
    margin-top: 165px;
    margin-bottom: 210px;
}
.sec-3_item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 324px;
    background-color: #29313A;
    border-radius: 15px;
}
.sec-3_item-text {
    font-family: "Inter";
font-weight: 400;
font-style: Regular;
font-size: 23.63px;
line-height: 32px;
letter-spacing: 0.48px;
text-align: center;
text-transform: uppercase;
color:#FAF7F0;
}
.sec-3_svg {
    position: absolute;
    bottom: 77px;
    margin-inline: auto;
}
.sec-3_block {
    display: grid;
    grid-template-columns: 1fr 1fr;

}
.sec-3_block-left {
    width: 100%;
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.sec-3_block-right {
    margin-left: 155px;
    margin-top: 152px;
}
.sec-3_block-right-title {
    font-family: "Rubik";
font-weight: 500;
font-style: Medium;
font-size: 50px;
line-height: 80px;
letter-spacing: 0%;
text-transform: uppercase;
}
.sec-3_block-right-text {
    font-family: "Inter";
font-weight: 400;
font-style: Regular;
font-size: 15.25px;
line-height: 22px;
letter-spacing: 0%;
}
.sec-3_block-right-btn {
    display: flex;
    justify-content: space-between;
    padding-left: 26px;
    padding-right: 15px;
    align-items: center;
    height: 45px;
    width: 100%;
    max-width: 440px;
    margin-top: 32px;
}


.sec-4 {
    margin-top: 100px;
}

.sec-4_items {
    margin-top: 94px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 64px;
}
.sec-4_item {
    display: flex;
    flex-direction: column;
    gap: 11px;
    max-width: 340px;
    width: 100%;
}
.sec-4_item-text {
    height: 133px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #29313A;
    border-radius: 15px;
    font-family: "Inter";
font-weight: 400;
font-style: Regular;
font-size: 23.63px;
line-height: 32px;
letter-spacing: 0.48px;
text-align: center;
text-transform: uppercase;

}
.sec-4_item-img {
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    max-height: 346px;
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.sec-5 {
    margin-top: 100px;
}
.sec-5_block {
    margin-top: 50px;
    padding-top: 525px;
    background: url('../prod-img/sec-5bg.jpg') no-repeat center/cover;
    padding-bottom: 60px;
}
.sec-5_items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    row-gap: 13px;
}
.sec-5_item {
    width: 100%;
    background-color:#FFFFFF33;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000026;
    font-family: "Inter";
font-weight: 400;
font-style: Regular;
font-size: 18px;
line-height: 100%;
border-radius: 50px;
display: flex;
align-items: center;
justify-content: center;
height: 66px;
letter-spacing: 0.48px;
text-align: center;
text-transform: uppercase;

}


.sec-6 {
    padding-top: 100px;
    background-color: white;
    color: black;
    h2 {
        color: black;
    }
    padding-bottom: 100px;
}

.sec-6_naming {
    margin-top: 50px;
    margin-inline: 30px;
    border-top: 1px solid #0808084D;
    span {
        border-top: 1px solid #000000;
        font-family: "Inter";
font-weight: 400;
font-style: Regular;
font-size: 23.63px;
line-height: 32px;
letter-spacing: 0.48px;
text-transform: uppercase;

    }
}

.bottles {
    margin-top: 80px;
    margin-inline: auto;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px;
    align-items: end;
}

.bottle {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    .label {
        margin-inline:auto;
    }

    .bottle-img-wrap {
        
    }
    img {
        transition: all 0.3s ease-in-out;
            width: auto;
        height: 100%;
        object-fit: cover;
        }
    span {
        font-family: "Inter";
font-weight: 400;
font-style: Regular;
font-size: 30px;
line-height: 32px;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;

    }
    .text {
        opacity: 0%;
        font-family: "Inter";
font-weight: 400;
font-style: Regular;
font-size: 15px;
line-height: 32px;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
        transition: all 0.3s ease-in-out;
    }
}


.bottle.active {
    .text {
        opacity: 100%;
    }

    img {
        filter: contrast(0.8);
    }
}


.bottle-select {
    margin-top: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-inline: auto;
    max-width: 300px;
}

.select-item {
    width: 100%;
    opacity: 30%;
    border-bottom: 2px solid black;
    padding-bottom: 10px;
    display: flex;
    gap: 2px;
    align-items: end;
    font-family: "Inter";
font-weight: 400;
font-style: Regular;
font-size: 18px;
line-height: 32px;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
    span {
        margin-left: -10px;
    }
    transition: all 0.3s ease-in-out;
}

.select-item.active {
    opacity: 100%;
}


.sec-6_items {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
}
.sec-6_item {
    width: 100%;
    padding: 60px 60px 60px 40px;
    background-color: #CECECE;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.sec-6_item-text {
    font-family: "Inter";
font-weight: 400;
font-style: Regular;
font-size: 60px;
line-height: 32px;
letter-spacing: 0.48px;
vertical-align: middle;
text-transform: uppercase;

}
.sec-6_item-desc {
    font-family: "Inter";
font-weight: 400;
font-style: Regular;
font-size: 23.63px;
line-height: 32px;
letter-spacing: 0.48px;
vertical-align: middle;
text-transform: uppercase;

}

.sec-slider {
    margin-top: 100px;
}

.swiper-button-prev {
    position: relative !important;
    color: #000000 !important;
    width: 24px !important;
    margin-right: 50px !important;
    margin-top: 0 !important;

        svg {
            width: initial !important;
        }
}

.swiper-button-next {
    position: relative !important;
    color: #000000 !important;
    width: 24px !important;
    margin-left: 50px !important;
    margin-top: 0 !important;
    svg {
            width: initial !important;
        }
}

.swiper-block {
    margin-top: 45px;
    display: flex;
    align-items: center;
}

.swiper-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    img {
    object-fit: cover;        
    }

}

.swiper-wrapper {
    align-items: center;
}
.swiper {
    margin-inline: auto;
}




.swiper-scrollbar{
    position: relative !important;
    margin-top: 100px;
    background: #FFFFFF4D !important;
    .swiper-scrollbar-drag {
        background: #FAF7F0;
    }
}


.sec-7 {
    margin-top: 100px;
    .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

.sec-7_left {

}
.sec-7_right {
    margin-left: 150px;
    margin-top: 150px;
    .title {
        text-align: left;
        font-family: "Rubik";
font-weight: 500;
font-style: Medium;
letter-spacing: 0%;
text-transform: uppercase;

    }
}

.faq {
    max-width: 438px;
    width:  100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    summary {
        width: 100%;
        padding-top: 11px;
        padding-bottom: 11px;
        border-radius: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid white;
        padding-left: 26px;
        padding-right: 15px;
        gap: 5px;
        svg {
            flex-shrink: 0;
        }
    }
    details {
        display: flex;
        flex-direction: column;
        gap: 5px;
        p {
            padding-left: 26px;
        }
    }
    
}


.sec-contacts {
    margin-top: 100px;
    position: relative;
    iframe {
        filter: grayscale(1) contrast(1) brightness(0.9) invert(1);
        z-index: 0;
        position: absolute;
    }
    .container {
        padding-bottom: 90px;
        padding-top: 100px;
        position: relative;
        z-index: 2;
    }
}


.sec-contacts::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1; /* поверх iframe */
    pointer-events: none;
    background: linear-gradient(to bottom, rgb(0 0 0 / 84%), rgba(0, 0, 0, 0));
}

.contacts {
    background: #29313A;
    padding: 60px 50px 50px 50px;
    max-width: 400px;
    margin-top: 180px;
}

.contacts-title {
font-family: "Rubik";
font-weight: 500;
font-style: Medium;
font-size: 28px;
line-height: 38px;
letter-spacing: 0%;
margin-bottom: 30px;
}

.contacts-name {
font-weight: 600;
font-style: SemiBold;
font-size: 14px;
line-height: 26px;
letter-spacing: 20%;
text-transform: uppercase;
margin-bottom: 10px;
color: #FFFFFF66;
}
.contacts-text {
    margin-bottom: 15px;
font-weight: 500;
font-style: Medium;
font-size: 20px;
line-height: 33px;
letter-spacing: 0%;

}

.contacts-button {
    height: 45px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}


.footer {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin-inline: auto;
    padding:  85px 0px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
}

.footer-top_left {
    display: flex;
    gap: 15px;
    align-items: center;
}

.footer-top_right{
    display: flex;
    align-items: center;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.footer-bottom-left {
}
.policy {
    font-family: "Jost";
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
border-bottom: 1px solid #81818133;
}
.tfa {
    margin-top: 60px;
    display: flex;
    align-items: center;
    gap: 20px;
    p {
        font-family: "Jost";
font-weight: 600;
font-style: SemiBold;
font-size: 12px;
line-height: 24px;
letter-spacing: 20%;
text-transform: uppercase;
color: #FFFFFF4D;
    }
}

.footer-bottom-right {
    display: flex;
    align-items: end;
    gap: 40px;
}
.ozon {

    display: flex;
    align-items: end;
    gap: 30px;
    p{
        font-family: "Jost";
font-weight: 400;
font-style: Regular;
font-size: 14px;
line-height: 24px;
letter-spacing: 0%;

    }
}
.markets {
    display: flex;
    flex-direction: column;
    gap: 10px;
    p {
        font-family: "Jost";
font-weight: 600;
font-style: SemiBold;
font-size: 12px;
line-height: 24px;
letter-spacing: 20%;
text-transform: uppercase;
color: #FFFFFF4D;
    }
    div {
        display: flex;
        gap: 10px;
        align-items: center;
    }
}
.phone {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.phone-link {
    font-family: "Jost";
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
line-height: 24px;
letter-spacing: 20%;
text-transform: uppercase;

}
.wa-link {
    background-color: #25D366;
    width: 100%;
    height: 37px;
    border-radius: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Jost";
font-weight: 600;
font-style: SemiBold;
font-size: 12px;
line-height: 24px;
letter-spacing: 20%;
text-transform: uppercase;

}

@media(max-width: 1250px) {
    .header-menu { 
        gap: 10px;
    }
    .container {
        padding-inline: 15px;
    }
    .header {
        padding-inline: 15px;
    }
    .sec-2_left-img {
            margin-right: 20px;
    }
    .sec-2_right {
    margin-left: 20px;
    margin-top: 20px;
    }
    .sec-3_items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        .sec-3_item {
            max-width: 30%;
        }
    }
    .sec-3_block-right {
        margin-left: 50px;
        margin-top: 20px;
    }
    .sec-5_items {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .title {
        br {
            display: none;
        }
    }
    .sec-7_right {
        margin-left: 50px;
        margin-top: 0px;
    }
    .footer {
        padding-inline: 20px;
    }
    .footer-bottom-right {
        gap: 10px;
    }
}

@media (max-width: 992px) {
    .sec-6_items {
        gap: 20px;
    }
    .sec-6_item {
        padding: 30px;
    }
    .header-left {
        flex-direction: column;
        flex-shrink: 0;
    }
    .header-right {
        flex-wrap: wrap;
        justify-content: end;
    }
    .header{
        gap: 100px;
        margin-top: 15px;
    }
    .sec-1 {
        padding-top: 150px;
    }
    .sec-2_block {
        margin-top: 50px;
    }
    .title {
        font-size: 35px;
    line-height: 45px;
    }
    .sec-1-title  {
        font-size: 45px;
    }
    .sec-1-button {
        margin-top: 150px;
    }
    .sec-2_right-button  {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .sec-2_right-text {
        line-height: 26px;
    }
    .sec-2_left-text {
        line-height: 26px;

    }
    .sec-3_items {
        margin-top: 50px;
        margin-bottom: 100px;
    }
    .sec-3_item {
        height: 210px;
    }
    .sec-3_svg {
        bottom: 20px;
    }
    .sec-3_item-text{
        font-size: 18.63px;
    line-height: 22px;
    }
    .sec-4_item {
        max-width: 200px;
    }
    .sec-4_items {
        gap: 20px;
        margin-top: 50px;
    }
    .sec-4_item-text {
        font-size: 16.63px;
    line-height: 26px;
    }
    .bottle {
    .text {
        line-height: 20px;
    }
    }
    .sec-7 {
        .container {
            display: flex;
            flex-direction: column;
        }
    }
    .footer-top_left {
        flex-direction: column;
        flex-shrink: 0;
    }
    .footer-top_right {
        flex-wrap: wrap;
        justify-content: end;
    }
    .footer-top {
        gap: 100px;
    }
    .footer-bottom-right {
        flex-direction: column;
    }
    .footer-bottom {
        align-items: end;
    }
}

@media(max-width: 767px) {
    .sec-6_items {
        display: flex;
        flex-direction: column;
    }
    .sec-6_item {
        gap: 20px;
    }
    .bottles {
        gap: 15px;
    }
        .header {
            gap: 20px;
        }
        .sec-2_block {
            display: flex;
            flex-direction: column;
        }
        .sec-2_left {
            border-bottom: 1px solid #FFFFFF33;
            border-right: 0px;
            padding-bottom: 20px;
        }
        .sec-2_left-text {
            margin-top: 20px;
        }
        .sec-2_right {
            margin-left: 0px;
        }
        .sec-2_left-img {
            margin-right: 0px;
            width: 100%;
        }
        .sec-2_right-img {
            width: 100%;
            max-width: 100%;
        }

        .sec-2,
        .sec-3,
        .sec-4,
        .sec-5,
        .sec-slider,
        .sec-contacts,
        .sec-7 {
            margin-top: 50px;
        }
        .sec-6 {
            padding-top: 50px;
            padding-bottom: 50px;
        }
            .sec-3_items {
        .sec-3_item {
            max-width: 45%;
        }
    }
    .sec-3_block {
        flex-direction: column;
        display: flex;
    }
    .sec-3_block-right {
        margin-left: 0px;
    }
    .sec-3_block-right-title {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 20px;
        br {
            display: none;
        }
    }
    .sec-5_items {
        gap: 10px;
    }
    .sec-5_item {
        font-size: 12px;
    }
    .sec-5_block {
        padding-top: 50px;
    }
    .sec-7_right {
        margin-left: 0px;
    }

    .sec-7_right {
    .title {
      
        margin-top: 50px;
        margin-bottom: 50px;
    }
    }
    .footer-top {
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .header-menu { 
        display: none;
    }
    .header-button {
        margin-right: 10px;
        margin-left: auto;
    }
    .bottles {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 200px;
        gap: 0px;
    }
    .bottle {
    .bottle-img-wrap {
        max-width: 50%;
    }
    .label {
        margin-bottom: 10px;
    }
    }
    .bottle-select {
        margin-top: 5px;
    }
    .sec-6_items {
        margin-top: 20px;
    }
    .sec-6_item {
        padding: 20px;
    }
    .swiper-scrollbar {
        margin-top: 20px;
    }

    .sec-7 {
        .title {
            margin-bottom: 20px;
        }
    }
    .sec-contacts {
        padding-bottom: 0px;
    .container {
        padding-bottom: 500px;
    }
    }
    .footer
    {
            .header-menu {
        display: flex;
        flex-direction: column;
    }
    }
        .footer-top_right {
            gap: 10px;
            flex-direction: column-reverse;
                    align-items: end;
            .header-menu {
                align-items: end;
                gap: 10px;
            }
            .header-button {
                margin-right: 0px;
            }
        }
        .contacts {
            margin-top: 20px;
        }
        .sec-contacts {
            .container {
                padding-top: 50px;
            }
        }

            .sec-4_item {
        max-width: 188px;
    }
    .sec-4_items {
        gap: 15px;
    }
    .sec-5_item {
        padding: 10px;
    }
    .sec-1-subtitle {
        font-size: 24px;
        line-height: 30px;
    }
}

@media(max-width: 425px) {
    .sec-5_items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .sec-5_item {
        max-width: 45%;
    }
    .ozon {
        flex-direction: column;
    }
    .footer-bottom {
        flex-direction: column-reverse;
        margin-top: 0px;
    }
    .footer-top {
        flex-direction: column;
        justify-content: start;

    }
    .footer {
        grid-template-columns: 1fr 1fr;
        display: grid;
        gap: 10px;
        padding-bottom: 20px;
        padding-top: 50px;
    .header-button {
        margin-left: 0px;
    }
    .lang {
        margin-left: 0px;
    }
    .header-menu {
        align-items: start;
    }
    .header-info {
        padding-inline: 8px;
    }
    }
    .tfa {
            gap: 5px;
            margin-top: 10px;
    }
    .footer-top_right {
        align-items: start;
    }
    .title {
        font-size: 24px;
        line-height: 35px;
    }
    .header-button {
        margin-right: 0px;
    }
    .sec-2_block {
        margin-top: 20px;
    }
        .sec-2_left-img {
            height: 200px;
        }
        .sec-2_right-button {
            margin-top: 20px;

        }
        .sec-3_items {
            gap: 10px;
        }
            .sec-3_item-text {
                font-size: 14px;
            }
            .sec-3_item{
                padding: 10px;
                height: 160px;
            }

    .sec-3_svg {
        bottom: 10px;
    }
        .sec-3_items {
            margin-bottom: 20px;
        }
        .sec-3_block-left {
            height: 200px;
        }
            .sec-4_item {
        max-width: 155px;
    }
    .sec-4_item-text {
        font-size: 13.63px;
        line-height: 21px;
    }
    .sec-5_block {
        padding-bottom: 20px;
        padding-top: 20px;
        margin-top: 20px;
    }
    .bottle {
    span {
                font-size: 20px;
    }
    .label {
        margin-bottom: 0px;
    }
    }
    .bottle {
        .bottle-img-wrap {
            max-width: 40%;
        }
    }
    .bottles {
        margin-top: 20px;
    }
    .sec-6_naming {
        margin-top: 20px;
    }
    .sec-6_naming {
    span {
                font-size: 15.63px;
        line-height: 20px;
    }
    }
    .swiper-block {
        margin-top: 20px;
    }
    .contacts {
        padding: 20px;
    }
}

.input {
    border-radius: 30px;
    background-color: #202026;
    height: 45px;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    color: white;
    font-size: 18px;
}

.modal {
    display: none;
    .contacts {
        margin-top: 0px;
    }
}

.fancybox__content {
    .contacts-title { color: white;}
}


@media(max-width: 375px){
    .header-button {
        padding-inline: 4px;
        font-size: 9px;

    }
    .tfa {
            flex-direction: column;
    }
    .header-info {
        font-size: 9px;
    }
}



#callback{

    border: 5px solid #b97d5e;
        background-color: rgb(255, 255, 255);
    text-align: center;
    overflow: hidden;
    padding: 40px 45px !important;
}
.check-block{
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 10px;
}

.invisible {
    display: none;
}

.form-submit__title {
        font-size: 36px;
    line-height: 1.23;
    margin-bottom: 20px;
}

.form-submit__inner {
    display: flex;
    flex-direction: column;
}

.check-block__inp {
	display: none;
}

.check-block__inp:checked + .check-block__square .check-block__square-img {
	opacity: 1;
}

.check-block__label {
	display: flex;
	justify-content: center;
	align-items: start;
	gap: 10px;
	cursor: pointer;
}

.check-block__square {
	border: 1px solid #ebeced;
	border-radius: 3px;
	height: 18px;
	width: 18px;
	min-width: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.check-block__square-img {
	opacity: 0;
}

.check-block__text {
    text-align: left;
	font-size: 14px;
	line-height: 142.8571428571%;
	color: #aaaaaa;
}

.check-block__link {
	color: #b97d5e;
	text-decoration: underline;
}


.exclusive-product__form-inp {
    width: 100%;
    border-radius: 51px;
    background-color: white;
    padding: 23px 29px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    height: 50px;
}

.exclusive-product__form-btn {
	margin-top: 30px;
	width: 100%;
	height: 50px;
	border-radius: 51px;
	background-color: #b97d5e;
	color: white;
	font-size: 20px;
	line-height: 130%;
	border: 1px solid #b97d5e;
}


.modal {
.exclusive-product__form-inp {
border: 1px solid black;
}
}


@media(max-width: 575px) {
    #callback {
        padding: 25px !important;
    }
}