* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}  

body {
    padding: 0;
    margin: 0;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
}

.inner-pages-wrapper {
    display: flex;
    flex-direction: column;
}

.main-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
}
.header {
    position: relative;
    width: 100%;
    padding-bottom: 4.7%;
    background: #fff;
}

.header__inner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding: 0 2.5vw;
}

.logo {
    width: 16.5vw;
    flex-shrink: 0;
}

.slider-container {
    flex: 1;
    height: 100%;
    background: #ccc;
    color: #000;
}
.prev-button, .next-button {
    background-color: transparent;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 100;
}

.prev-button {
    left: 10px;
}

.next-button {
    right: 10px;
}

.slider-wrapper {
    height: 100%;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    height: 100%;
}
.slide-item {
    position: relative;
}



.kek {
    font-size: 2vw;
    color: #fff;
}

.slide-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 5.1vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slide-content._slide1 {
    background-image: url(/assets/_project/images/slide1.jpg);
}
.slide-content._slide2 {
    background-image: url(/assets/_project/images/slide2.jpg);
}
.slide-content._slide3 {
    background-image: url(/assets/_project/images/slide3.jpg);
}
.slide-content._slide4 {
    background-image: url(/assets/_project/images/slide4.jpg);
}

.slide-content:before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.26);
}

.slide-content img {
    position: relative;
    width: 24.7vw;
    margin-bottom: 2.5vw;
}

.slide__text {
    position: relative;
    margin-bottom: 2.5vw;
    font-weight: 500;
    font-size: 2.1vw;
    text-transform: uppercase;
    color: #fff;
}

.navigate {
    display: flex;
    align-items: center;
    list-style: none;
    margin-left: 3.6vw;
}

.navigate li {
    margin-right: 1.8vw;
}

.navigate li:last-child {
    margin-right: 0;
}

.navigate__link {
    font-weight: 600;
    font-size: 0.8vw;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s;
}

.navigate__link:hover {
    color: #C2974F;
}

.language-menu {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.language-menu a {
    margin-right: 2vw;
    font-weight: 600;
    font-size: 0.8vw;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s;
}

.language-menu a:last-child {
    margin-right: 0;
}

.language-menu a:hover {
    color: #C2974F;
}

.slide__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.5vw;
    height: 2.6vw;
    border: 1px solid #fff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    transition: background-color 0.3s;
}

.slide__link:hover {
    background: rgba(255, 255, 255, 0.3);
}


.page-title-block {
    position: relative;
    width: 100%;
    padding-bottom: 11%;
    background: #C2974F;
}

.page-title-block._dark {
    background: #000;
}

.page-title-block._dark .page-title {
    color: #C2974F;
}

.page-title {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.1vw;
}

.go-to-b2b {
    position: relative;
    width: 100%;
    padding-bottom: 33.1%;
    background: url("/assets/_project/images/go-to-b2b.jpg") center center no-repeat;
    background-size: cover;
}

.go-to-b2b__content {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 7vw;
    height: 100%;
}
.go-to-b2b__text {
    margin-bottom: 3.6vw;
    font-weight: 500;
    font-size: 2.1vw;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    max-width: 570px;
}

.go-to-b2b__button {
    /*width: 16.5vw; */
    margin: 0 auto;
    font-weight: 600;
    font-size: 1.3vw;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #000;
    padding-bottom: 0.6vw;
}


.sales-coming-soon {
    position: relative;
    width: 100%;
    padding-bottom: 16%;
    background: #000;
}

.sales-coming-soon__content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    inset: 0;
    padding-left: 7vw;
    padding-right: 7vw;
}

.sales-coming-soon__text {
    color: #fff;
    font-size: 2.1vw;
    text-align: center;
    text-transform: uppercase;
}

.sales-coming-soon__form {
    display: flex;
    align-items: flex-end;
}

.sales-coming-soon__form-field {
    width: 17.5vw;
    height: 2.9vw;
    margin-right: 2.5vw;
    background: transparent;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    font-size: 1.3vw;
    color: #fff;
    font-weight: 500;
    padding: 0.6vw 0;
}
.sales-coming-soon__form-field:focus {
    border-width: 0 0 1px 0;
    border-style: solid;
    outline: 0;
}

.sales-coming-soon__form-field::placeholder {
    color: #fff;
    font-size: 1.3vw;
    font-weight: 500;
}

.sales-coming-soon__form-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10vw;
    height: 3.3vw;
    background: #C2974F;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    font-size: 1.3vw;
    color: #fff;
    cursor: pointer;
    transition: opacity 0.3s;
}

.sales-coming-soon__form-button:hover {
    opacity: 0.7;
}

.footer {
    position: relative;
    width: 100%;
    background: #fff;
    padding-top: 11.3%;
}

.footer__inner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2vw 2vw 0 2vw;
}

.footer-logo {
    width: 16.5vw;
    flex-shrink: 0;
    margin-right:  4vw;
}

.footer-nav {
    display: flex;
}

.footer-nav__section {
    display: flex;
    flex-direction: column;
    margin-right: 4vw;
}

.footer-nav__section:last-child {
    margin-right: 0;
}

.footer-nav__link {
    margin-bottom: 0.6vw;
    font-weight: 600;
    font-size: 0.8vw;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s;
}

.footer-nav__link:last-child {
    margin-bottom: 0;
}

.footer-nav__link:hover {
    color: #C2974F;
}


/*------------*/
.footer__form {
    display: flex;
    align-items: flex-end;
}

.footer__form-field {
    width: 10.3vw;
    margin-right: 2.5vw;
    background: transparent;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #000;
    font-size: 0.8vw;
    color: #000;
    font-weight: 500;
    padding: 0.5vw 0;
}
.footer__form-field:focus {
    border-width: 0 0 1px 0;
    border-style: solid;
    outline: 0;
}

.footer__form-field::placeholder {
    color: #000;
    font-size: 0.8vw;
    font-weight: 500;
}

.footer__form-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7vw;
    height: 2.1vw;
    background: transparent;
    text-transform: uppercase;
    border: 1px solid #000;
    font-weight: 600;
    font-size: 0.8vw;
    color: #000;
    cursor: pointer;
    transition: opacity 0.3s;
}

.footer__form-button:hover {
    opacity: 0.7;
}

.copyright {
    margin-left: 8vw;
    font-weight: 500;
    font-size: 0.7vw;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.footer__left-half {
    display: flex;
    align-items: center;
}

.footer__right-half {
    display: flex;
    align-items: flex-end;
}


.page-preview {
    width: 100%;
    padding-bottom: 33.5%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-row {
    display: flex;
}

.about-row__half {
    position: relative;
    width: 50%;
    padding-bottom: 33%;
}

.about-row__half img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-row__half-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4vw;
}

.about-row__half-content h2 {
    margin-bottom: 2vw;
    font-weight: 500;
    font-size: 2.1vw;
    color: #000;
}

.about-row__half-content p {
    font-weight: 400;
    font-size: 1.3vw;
    color: #000;
}

.collection-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #fff;
}

.collection-content__inner {
    width: 740px;
    padding: 60px 0 80px 0;
}

.collection-item {
    margin-bottom: 61px;
}

.collection-item__title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 32px;
    color: #C2974F;
}

.collection-item__text {
    font-weight: 500;
    font-size: 20px;
    color: #000;
}

.collection-item__text p {
    margin-bottom: 20px;
}

.collection-item__preview {
    display: block;
    margin-top: 60px;
}

.view-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid #000;
    width: 139px;
    height: 50px;
    background: transparent;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    transition: opacity 0.3s;
    cursor: pointer;
}

.view-more:hover {
    opacity: 0.7;
}

.contact {
    padding: 5.2vw  7.2vw;
}

.catalog-b2b {
    padding: 5.2vw  7.2vw;
}

.contact-form {
    border: 1px solid #ececec;
    width: 34.5vw;
    padding: 2.1vw 2.3vw 2.3vw 2.3vw;
    flex-shrink: 0;
}

.contact-form__type {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 1.3vw;
    color: #000;
}

.contact-form__row {
    display: grid;
    margin-bottom: 1.8vw;
}
.contact-form__row:last-child {
    margin-bottom: 0;
}

.contact-form__row._two-coll {
    gap: 1.5vw;
    grid-template-columns: 1fr 1fr;
}

.contact-form__cell {
    flex: 1;
}

.contact-form__field-wrap {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.contact-form__label {
    margin-bottom: 0.5vw;
    font-weight: 400;
    font-size: 0.8vw;
    text-transform: uppercase;
    color: #000;
}

.contact-form__field {
    width: 100%;
    border: 1px solid #a0a0a0;
    height: 2vw;
    padding: 0.4vw;
    font-size: 0.8vw;
}

.contact-form__field._textarea {
    height: 8.3vw;
    resize: none;
}

.contact-form__header {
    text-align: right;
    font-weight: 400;
    font-size: 0.8vw;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 1.5vw;
}

.contact-form__button {
    border: none;
    background: #C2974F;
    width: 100%;
    height: 2.6vw;
    font-weight: 400;
    font-size: 0.8vw;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    transition: opacity 0.3s;
}

.contact-form__button:hover {
    opacity: 0.7;
}

.contact-content__title {
    margin-bottom: 1.6vw;
    font-weight: 600;
    font-size: 1.3vw;
    color: #C2974F;
}

.emails-list {

}

.email-list-item {
    margin-bottom: 1.5vw;
}
.email-list-item a {
    text-decoration: none;
}

.email-list-item__name {
    margin-bottom: 0.2vw;
    font-weight: 600;
    font-size: 0.9vw;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
}

.email {
    font-weight: 400;
    font-size: 0.9vw;
    line-height: 121%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #000;
}

.address {
    margin-bottom: 1.8vw;
    font-weight: 500;
    font-size: 0.9vw;
    color: #000;
}

.phone {
    display: block;
    margin-bottom: 1.8vw;
    font-weight: 500;
    font-size: 0.9vw;
    color: #000;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.contact-content {
    display: flex;
}

.contact-content__half-left {
    padding-right: 6.5vw;
}

.contacts-section {
    display: flex;
}

.opening-hours {
    margin-left: 7vw;
}

.opening-hours__title {
    margin-bottom: 2vw;
    font-weight: 600;
    font-size: 0.9vw;
    color: #000;
}

.opening-hours__list-item {
    display: grid;
    grid-template-columns: 7.3vw 1fr;
    margin-bottom: 1vw;
    font-weight: 500;
    font-size: 0.9vw;
    color: #000;
}

.opening-hours__list-item:last-child {
    margin-bottom: 0;
}

.contacts-list a:hover {
    color: #C2974F;
}

.catalog-b2b-content {
    display: flex;
    justify-content: space-around;
}

.hamburger {
    display: none;
}

.go-to-b2b__content-mob-preview {
    display: none;
    width: 100%;
}

.mobile-nav-logo,
.mobile-nav-copyright,
.navigate-mobile-close-btn {
    display: none;
}

.mobile-nav-copyright {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 1024px) {
    .logo-a {
        width: 100%;
        text-align: center;
    }
    .logo {
        width: calc(100vw - 136px);
        max-width: 300px;
    }
    .navigate__link,
    .language-menu a {
        font-size: 14px;
    }

    .navigate li,
    .language-menu a {
        margin-right: 20px;
        display: none;
    }

    .header {
        height: 60px;
        padding-bottom: 0;
    }

    .slide-content {
        align-items: center;
        padding-left: 0;
    }

    .slide-content img {
        width: 400px;
    }

    .slide__text {
        text-align: center;
        font-size: 34px;
    }

    .slide__link {
        width: 139px;
        height: 50px;
        font-size: 14px;
    }
}

@media (max-width: 876px) {
    .mobile-d-block {
        display: initial;
    }
    .mobile-d-none {
        display: none;
    }
    .navigate-mobile-wrap {
        position: absolute;
        height: 100vh;
        width: 100vw;
        top: 0;
        left: -100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #C2974F;
        padding: 76px 15px 40px 15px;
        z-index: 2;
        transition: left 0.3s;
    }

    .navigate-mobile-wrap._active {
        left: 0;
    }

    .navigate-mobile-close-btn {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        padding: 25px 15px;
    }

    .navigate {
        flex-direction: column;
        margin-left: 0;
    }

    .navigate li {
        margin-right: 0;
        margin-bottom: 18px;
        display: block;
    }
    .navigate__link {
        font-size: 20px;
        color: #fff;
    }
    .mobile-nav-logo {
        display: block;
        width: 203px;
        margin-bottom: 60px;
    }
    .mobile-nav-copyright {
        margin-top: auto;
        display: flex;
        font-weight: 500;
        font-size: 15px;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
    }

    .header__inner {
        position: static;
        width: 100%;
    }

    .slide-content img {
        width: 245px;
        margin-bottom: 100px;
    }

    .slide__text {
        margin-bottom: 40px;
    }
    .slide__text br {
        display: none;
    }

    .slide-content._slide1 {
        background-image: url(/assets/_project/images/slide1_min.jpg);
    }
    .slide-content._slide2 {
        background-image: url(/assets/_project/images/slide2_min.jpg);
    }
    .slide-content._slide3 {
        background-image: url(/assets/_project/images/slide3_min.jpg);
    }
    .slide-content._slide4 {
        background-image: url(/assets/_project/images/slide4_min.jpg);
    }

    .hamburger {
        display: flex;
    }

    .page-preview {
        height: 267px;
        padding-bottom: 0;
    }

    .page-title-block {
        height: 76px;
        padding-bottom: 0;
    }
    .page-title {
        font-size: 24px;
    }

    .header {
        order: 1;
        position: static;
        display: flex;
        height: 85px;
    }
    .page-preview {
        order: 3;
    }
    .page-title-block {
        order: 2;
    }
    .about-row {
        order: 4;
        flex-direction: column;
    }
    .sales-coming-soon {
        order: 5;
    }
    .footer {
        order: 6;
    }
    .about-row__half {
        width: 100%;
        padding-bottom: 0;
    }
    .about-row__half-content {
        position: relative;
    }

    .about-row__half img {
        position: relative;
        display: block;
    }

    .about-row._first .about-row__half:first-child {
        order: 2;
    }

    .about-row__half-content h2 {
        font-size: 24px;
    }

    .about-row__half-content p {
        font-size: 20px;
    }

    .sales-coming-soon {
        padding: 50px 0;
    }

    .sales-coming-soon__content {
        position: static;
        flex-direction: column;
    }

    .sales-coming-soon__text {
        margin-bottom: 46px;
        font-size: 24px;
    }

    .sales-coming-soon__text br {
        display: none;
    }

    .sales-coming-soon__form-field {
        width: 190px;
        font-size: 14px;
        height: auto;
        padding: 10px 5px;
        margin-right: 30px;
    }

    .sales-coming-soon__form-field::placeholder {
        font-size: 14px;
    }

    .sales-coming-soon__form-button {
        width: 119px;
        height: 36px;
        font-size: 14px;
    }

    .footer {
        padding: 55px 0;
    }

    .footer__inner {
        position: static;
        flex-direction: column;
        padding: 0;
    }

    .footer__left-half {
        flex-direction: column;
    }

    .footer-logo {
        margin-right: 0;
        width: 174px;
        margin-bottom: 63px;
    }

    .footer-nav {
        flex-direction: column;
    }

    .footer-nav__section {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .footer-nav__link {
        margin-bottom: 16px;
        text-align: center;
        font-size: 20px;
    }

    .footer__form {
        display: none;
    }

    .copyright {
        padding-top: 56px;
        margin-left: 0;
        font-size: 15px;
    }

    .go-to-b2b {
        order: 3;
        background: transparent;
        padding-bottom: 0;
    }

    .go-to-b2b__content-mob-preview {
        display: flex;
        margin-bottom: 37px;
    }

    .go-to-b2b__content {
        position: static;
        padding-left: 0;
        padding-bottom: 52px;
    }

    .go-to-b2b__text {
        font-size: 24px;
        margin-bottom: 37px;
        padding: 0 20px;
    }

    .go-to-b2b__text br {
        display: none;
    }

    .go-to-b2b__button {
        font-size: 20px;
        width: 247px;
    }

    .collection-content {
        order: 4;
    }

    .collection-content__inner {
        width: 100%;
    }
    .collection-item__preview {
        width: 100%;
    }

    .collection-item__title,
    .collection-item__text {
        padding: 0 15px;
    }

    .catalog-b2b {
        order: 4;
    }

    .catalog-b2b-content {
        flex-direction: column;
    }

    .contact-form {
        width: 100%;
    }

    .contact-form__type {
        font-size: 20px;
    }

    .contact-form__label,
    .contact-form__header {
        font-size: 12px;
    }

    .contact-form__field {
        height: 39px;
        font-size: 12px;
    }

    .contact-form__button {
        height: 39px;
        font-size: 12px;
    }

    .contact-form__row {
        margin-bottom: 25px;
    }

    .contact-form {
        margin-bottom: 37px;
    }
    .contact {
        order: 4;
        padding: 70px 15px;
    }

    .contact-content {
        flex-direction: column;
    }

    .contact-content__half-left {
        padding-right: 0;
    }

    .contact-content__title {
        font-size: 20px;
    }

    .contact-content__half-right {
        text-align: center;
    }

    .contacts-section {
        flex-direction: column;
    }
    .address,
    .phone,
    .email-list-item__name,
    .email,
    .opening-hours__title {
        font-size: 14px;
    }

    .emails-list {
        margin-bottom: 69px;
    }

    .email-list-item {
        margin-bottom: 15px;
    }

    .opening-hours {
        margin-left: 0;
    }

    .opening-hours__title {
        margin-bottom: 13px;
    }

    .opening-hours__list-item {
        font-size: 14px;
        grid-template-columns: 1fr 1fr;
        text-align: left;
        font-weight: 400;
    }

    .opening-hours__list {
        width: 280px;
        margin: 0 auto;
    }

    .slider-container {
        order: 3;
    }
    .slider-wrapper {
        order: 3;
        display: none;
    }
    .slider-nav {
        display: none;
    }

    .language-menu {
        width: 21px;
    }
    .language-menu-mobile {
        margin: 5px 0 22px;
    }
    .language-menu-mobile a {
        text-decoration: none;
        color: white;
        font-size: 16px;
        padding: 5px;
    }
}

.info-404 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    font-size: 25px;
}

@media (min-width: 877px) {
    .mobile-d-block {
        display: none;
    }
}