/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Mansalva&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
.space-mono-regular {
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-style: normal;
}

.space-mono-bold {
    font-family: "Space Mono", monospace;
    font-weight: 700;
    font-style: normal;
}

.space-mono-regular-italic {
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-style: italic;
}

.space-mono-bold-italic {
    font-family: "Space Mono", monospace;
    font-weight: 700;
    font-style: italic;
}

.anton-regular {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

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

html,
body,
a {
    max-width: 1920px;
    overflow-x: hidden;
    text-decoration: none;
    scroll-behavior: smooth;
}

button {
    cursor: pointer;
}

section[id] {
    scroll-margin-top: 134px;
}

#header {
    position: fixed;
    z-index: 1000;
    max-width: 1920px;
    width: 100%;
}

.header_black {
    background-color: black;
}

.header_black span {
    font-family: 'Space Mono';
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header_white {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #707070;
    background-color: #FFFFFF;
}

.header_white_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 48px;
    margin-left: 40px;
}

.header_white_menu a,
.header_white_right a {
    font-family: 'Space Mono';
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #202020;
}

.header_white_menu img,
.header_white_right img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header_white_logo_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 165px;
    width: 100%;
    overflow: hidden;
}

.header_white_logo_img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.header_white_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 23px;
}

.header_white_logo_right_img {
    height: 100px;
    overflow: hidden;
    border-left: 1px solid #1D1D1B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_white_logo_right_img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    padding-left: 23px;
    margin-right: 21px;
}

#main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 118px;
}

.main_left {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.main_left_img {
    max-width: 960px;
    height: auto;
    overflow: hidden;
}

.main_left_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main_left_img_btn {
    position: absolute;
    top: 50%;
}

.main_left_img_btn button,
.main_right_img_btn button {
    border: none;
}

.main_right {
    position: relative;
    background: url(../img/fon_white.jpg);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.main_right h1 {
    position: absolute;
    font-family: 'Anton';
    font-size: 120px;
    line-height: 130px;
    text-transform: uppercase;
    color: #202020;
    top: 33%;
    left: 20%;
}

.main_right_img_one {
    position: absolute;
    top: 22%;
    right: 42%;
}

.main_right_img_two {
    position: absolute;
    top: 65%;
    right: 24%;
}

.main_right_img_btn {
    position: absolute;
    top: 50%;
    right: 0;
}

.text_info {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.text_info p {
    font-family: 'Space Mono';
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    color: #202020;
}

.text_info p::before {
    content: '|';
    margin-right: 10px;
}

.text_info p:nth-child(1)::before {
    display: none;
}

#blends {
    background-color: #FDF1D9;
    border-top: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.blends_left_oval {
    position: relative;
    top: 28%;
    left: 63%;
}

.blends_left {
    max-width: 955px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 82px 77px 78px 94px;
}

.blends_left h3 {
    font-family: 'Anton';
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    color: #202020;
    margin-bottom: 20px;
}

.blends_left p {
    font-family: 'Space Mono';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #202020;
    margin-bottom: 115px;
}


/*кнопка со стрелкой*/

.blends_left button,
.menu_pink_right_btn button,
.blog_right_cart_text_btn button {
    font-family: 'Anton';
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #1D1D1B;
    border: none;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.blends_product {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 65px;
    border-left: 1px solid #000;
    padding: 42px 43px 31px 43px;
}

.blends_product_img {
    overflow: hidden;
}

.blends_product_img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.blends_product_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

.blends_product_text span {
    font-family: 'Anton';
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #202020;
}

.blends_product_text p {
    font-family: 'Space Mono';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #202020;
}

#fon {
    background: url(../img/fon2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 752px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#fon h2 {
    font-family: 'Anton';
    font-weight: 400;
    font-size: 100px;
    line-height: 110px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}

#reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.reviews_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.reviews_left_slider {
    min-width: 100%;
    padding: 40px;
    background: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    scroll-snap-align: start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.reviews_slider_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
}

.reviews_slider_wrapper::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari/Opera */
}


/* Звезды */

.reviews_left_slider_stars {
    color: #FBED81;
    font-size: 25px;
    margin-bottom: 28px;
}


/* Текст отзыва */

.reviews_left_slider p {
    font-family: 'Anton';
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
    color: #202020;
    margin-bottom: 53px;
}


/* Имя автора */

.reviews_left_slider span {
    font-family: 'Space Mono';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #202020;
}


/* Точки навигации */

.reviews_dots_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    margin-top: 71px;
}

.reviews_dots_btn button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.reviews_dots_active {
    width: 10px;
    height: 10px;
    background: #1D1D1B;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}

.reviews_dots_dot {
    width: 8px;
    height: 8px;
    border: 1px solid #1D1D1B;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.reviews_dots_dot:hover {
    background: #1D1D1B;
}

.reviews_right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 960px;
    overflow: hidden;
}

.reviews_right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#coffee {
    background-color: #F8F8F8;
    border: 1px solid #1D1D1B;
    border-left: none;
    border-left: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.coffee_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.coffee_left span {
    font-family: 'Anton';
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    color: #202020;
    border-left: 1px solid #202020;
    padding: 50px 22px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.coffee_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 60px;
    padding: 100px 70px 100px 60px;
}

.coffee_info_img {
    max-width: 960px;
    width: 100%;
    overflow: hidden;
}

.coffee_info_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.coffee_info_text h3 {
    font-family: 'Anton';
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #202020;
    padding-bottom: 24px;
    padding-top: 45px;
}

.coffee_info_text_1 p {
    font-family: 'Space Mono';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #202020;
}

.coffee_info_text_2 {
    margin-top: 20px;
    margin-bottom: 45px;
}

.coffee_info_text_2 span {
    font-family: 'Space Mono';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #202020;
}


/*черная кнопка*/

.coffee_info_text button,
.reserve_info_form_top button,
.blog_left_btn button,
.Barista_content_info button {
    background-color: #000;
    background-image: url(../img/icon/fon_button.svg);
    font-family: 'Anton';
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 22px 34px;
}

#product h3 {
    font-family: 'Anton';
    font-weight: 400;
    font-size: 70px;
    line-height: 80px;
    text-transform: uppercase;
    color: #202020;
    margin: 37px 50px;
}

.product_coffee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 1px solid #000;
    border-left: none;
    border-right: none;
}

.product_coffee .blends_product:nth-child(1) {
    border-left: none;
}

.product_coffee_img_dop {
    position: absolute;
    top: 4%;
    right: 0;
}

#menu_pink {
    background-color: #FDF1D9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.menu_pink_left {
    border-right: 1px solid #202020;
    -webkit-box-flex: 43%;
    -ms-flex: 43%;
    flex: 43%;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu_pink_left_text {
    position: relative;
    max-width: 615px;
}

.menu_pink_left_text h3,
.menu_pink_left_text span {
    font-family: 'Anton';
    font-weight: 400;
    font-size: 70px;
    line-height: 80px;
    text-transform: uppercase;
    color: #202020;
}

.menu_pink_left_text span {
    position: absolute;
    left: 28%;
    top: 51%;
}

.menu_pink_left_img {
    position: relative;
    top: -25%;
    left: 20%;
}

.menu_pink_left_img_2 {
    overflow: hidden;
}

.menu_pink_left_img_2 img {
    -o-object-fit: cover;
    object-fit: cover;
}

.menu_pink_right {
    -webkit-box-flex: 57%;
    -ms-flex: 57%;
    flex: 57%;
}

.menu_pink_right_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 45px 32px 46px 58px;
    border-bottom: 1px solid #202020;
}

.menu_pink_right_info:nth-child(4) {
    border-bottom: none;
}

.menu_pink_right_info_text {
    max-width: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
}

.menu_pink_right_info_text span {
    font-family: 'Anton';
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
    color: #202020;
}

.menu_pink_right_info_text p {
    font-family: 'Space Mono';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #202020;
}

#reserve {
    background: url(../img/fon_white2.jpg);
    border: 1px solid #202020;
    border-left: none;
    border-right: none;
}

.reserve_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 144px;
    margin-bottom: 120px;
}

.reserve_info h3 {
    font-family: 'Anton';
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    color: #202020;
}

.reserve_info_form p {
    font-family: 'Space Mono';
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #202020;
}

.reserve_info_form_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px;
}

.reserve_info_form_two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 345px;
    height: 45px;
    border-bottom: 1px solid #101010;
}

.reserve_info_form_two span {
    font-family: 'Space Mono';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #202020;
}

.reserve_info_form_top button {
    background-image: none;
}

#staff h3 {
    padding: 35px 50px;
    font-family: 'Anton';
    font-weight: 400;
    font-size: 70px;
    line-height: 80px;
    text-transform: uppercase;
    color: #202020;
}

.staff_carts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 1px solid #1D1D1B;
    border-left: none;
    border-right: none;
}

.staff_carts_cart {
    padding: 40px 40px;
    border-right: 1px solid #1D1D1B;
}

.staff_carts_cart:nth-child(6) {
    border-right: none;
}

.staff_carts_cart_img {
    max-width: 245px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
}

.staff_carts_cart_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.staff_carts_cart span {
    font-family: 'Anton';
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #202020;
    margin-bottom: 5px;
}

.staff_carts_cart p {
    font-family: 'Space Mono';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #202020;
}

#blog {
    background: #F8F8F8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.blog_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 45%;
    -ms-flex: 45%;
    flex: 45%;
    border-right: 1px solid #202020;
    padding: 65px 60px;
}

.blog_left_text {
    position: relative;
    max-width: 564px;
}

.blog_left_text h3,
.blog_left_text span {
    font-family: 'Anton';
    font-weight: 400;
    font-size: 70px;
    line-height: 80px;
    text-transform: uppercase;
    color: #202020;
}

.blog_left_text span {
    position: absolute;
    top: 50%;
    left: 44%;
}

.blog_left_img {
    position: relative;
    top: -4%;
    left: 32%;
}

.blog_left_btn {
    margin-top: 550px;
}

.blog_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 65%;
    -ms-flex: 65%;
    flex: 65%;
}

.blog_right_cart {
    padding: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 45px;
    border-bottom: 1px solid #1D1D1B;
}

.blog_right_cart:nth-child(6) {
    border-bottom: none;
}

.blog_right_cart_img {
    max-width: 436px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.blog_right_cart_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog_right_cart_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog_right_cart_text_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 10px;
}

.blog_right_cart_text_top_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog_right_cart_text_top_1 span {
    font-family: 'Space Mono';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #202020;
}

.blog_right_cart_text_top_1 span::after {
    content: '|';
    margin-right: 10px;
    margin-left: 10px;
}

.blog_right_cart_text_top_1:last-child span::after {
    display: none;
}

.blog_right_cart_text_top_1 img {
    position: relative;
    left: 30%;
    max-width: 65px;
}

.blog_right_cart_text h3 {
    max-width: 368px;
    margin-bottom: 108px;
    font-family: 'Anton';
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
    color: #202020;
}

#Barista {
    background: #C5D6D1;
    border: 1px solid #202020;
    border-left: none;
    border-right: none;
    padding: 138px 118px;
}

.Barista_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 55px;
}

.Barista_content_img {
    max-width: 1133px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.Barista_content_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.Barista_content_info {
    max-width: 614px;
    padding: 175px 80px;
}

.Barista_content_info h3 {
    font-family: 'Anton';
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
    color: #202020;
    margin-bottom: 12px;
}

.Barista_content_info p {
    font-family: 'Space Mono';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #202020;
    margin-bottom: 58px;
}

#Supplies h3 {
    font-family: 'Anton';
    font-weight: 400;
    font-size: 70px;
    line-height: 80px;
    text-transform: uppercase;
    color: #202020;
    padding: 34px 50px;
}

.Supplies_pich {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 1px solid #202020;
    border-left: none;
    border-right: none;
}

.Supplies_pich_cart {
    width: 385px;
    height: 311px;
    border-right: 1px solid #1D1D1B;
}

.Supplies_pich_cart:nth-child(5) {
    border-right: none;
}

.Supplies_pich_cart_img {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 114px;
}

.Supplies_pich_cart_img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.our_coffee_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #202020;
}

.our_coffee_cont_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    border-right: 1px solid #202020;
}

.our_coffee_cont_left_info {
    max-width: 615px;
}

.our_coffee_cont_left_info_text {
    margin-bottom: 27px;
}

.our_coffee_cont_left_info_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.our_coffee_cont_left_info_top span {
    font-family: 'Anton';
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: #202020;
}

.our_coffee_cont_left_info_top .dots {
    width: 200px;
    border-bottom: 3px dotted #000;
    margin-left: 5px;
    margin-right: 250px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.our_coffee_cont_left_info_top p {
    font-family: 'Space Mono';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #202020;
}

.our_coffee_cont_left_info_bottom p {
    font-family: 'Space Mono';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #202020;
    padding-top: 5px;
}

.our_coffee_cont_right {
    background: url(../img/fon3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 960px;
    height: 696px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.our_coffee_cont_right span {
    font-family: 'Mansalva';
    font-weight: 400;
    font-size: 110px;
    line-height: 75px;
    color: #FBED81;
    text-align: center;
}

#Follow h3 {
    font-family: 'Anton';
    font-size: 70px;
    line-height: 80px;
    color: #202020;
    padding: 34px 50px;
}

.Follow_gallery {
    border: 1px solid #1D1D1B;
    border-left: none;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    padding: 50px;
}

.Follow_gallery_img {
    max-width: 332px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.Follow_gallery_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#footer {
    padding: 68px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 440px;
}

.footer_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 36px;
}

.footer_left_logo {
    max-width: 103px;
    overflow: hidden;
}

.footer_left_logo img {
    -o-object-fit: cover;
    object-fit: cover;
}

.footer_left_info h3 {
    font-family: 'Anton';
    font-size: 30px;
    line-height: 39px;
    color: #202020;
    margin-bottom: 8px;
}

.footer_left_info_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer_left_info_text span {
    font-family: 'Space Mono';
    font-size: 16px;
    line-height: 28px;
    color: #202020;
}

.footer_left_info_text img {
    max-width: 65px;
}

.footer_left_info_text img:nth-child(2) {
    position: relative;
    left: 40%;
}

.footer_left_info_text img:nth-child(4) {
    position: relative;
    left: 10%;
}

.footer_left_info_text img:nth-child(6) {
    position: relative;
    left: 30%;
}

.footer_middle,
.footer_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer_middle a,
.footer_right a {
    font-family: 'Space Mono';
    font-size: 16px;
    line-height: 28px;
    color: #202020;
}

.footer_middle img,
.footer_right img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    left: 10%;
}

.footer_middle a:nth-child(3) img,
.footer_middle a:nth-child(4) img {
    position: relative;
    left: -5%;
}


/*адаптация*/


/* Базовые адаптивные настройки */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}


/* Адаптация для ноутбуков (1366px - 1919px) */

@media screen and (max-width: 1919px) {
    .main_right h1 {
        font-size: 90px;
        line-height: 100px;
        left: 15%;
    }
    .blends_left {
        padding: 0 50px 50px;
    }
    .blends_left_oval {
        top: 32%;
    }
    .blends_left p {
        margin-bottom: 50px;
    }
    .coffee_info {
        padding: 60px 40px;
        gap: 40px;
    }
    #reserve {
        padding: 0 50px;
    }
    .reserve_info_form_top button {
        font-size: 14px;
        padding: 20px 25px;
    }
    .blog_left_img {
        top: -3%;
        left: 35%;
    }
    .blog_right_cart_text_top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .blog_right_cart_text_top_1 img {
        left: 0;
    }
    #Barista {
        padding: 100px;
    }
    .Barista_content_info {
        padding: 0;
    }
    .our_coffee_cont_left_info_top .dots {
        margin-right: 120px;
    }
    #footer {
        gap: 200px;
    }
}


/* Планшеты и небольшие ноутбуки (1024px - 1365px) */

@media screen and (max-width: 1365px) {
    .header_white_menu {
        gap: 30px;
        margin-left: 20px;
    }
    .header_white_menu a {
        font-size: 15px;
    }
    .main_right h1 {
        font-size: 70px;
        line-height: 80px;
        left: 12%;
    }
    .main_right_img_one {
        width: 80px;
        right: 45%;
    }
    .main_right_img_two {
        right: 20%;
    }
    .blends_left h3 {
        font-size: 42px;
        line-height: 52px;
    }
    .blends_left_oval {
        left: 25%;
        top: -51%;
    }
    .blends_product_text span {
        font-size: 22px;
    }
    #fon h2 {
        font-size: 65px;
    }
    .reviews_left_slider {
        padding: 40px 10px;
    }
    .coffee_left span {
        font-size: 35px;
        padding: 25px 10px;
    }
    .coffee_info_text h3 {
        font-size: 22px;
        padding-top: 30px;
    }
    .menu_pink_left_text h3,
    .menu_pink_left_text span {
        font-size: 55px;
    }
    .menu_pink_left_img {
        max-width: 265px;
    }
    .reserve_info {
        margin-top: 85px;
    }
    .staff_carts_cart {
        padding: 30px 20px;
    }
    .blog_left_text h3,
    .blog_left_text span {
        font-size: 50px;
        line-height: 70px;
    }
    .blog_right_cart {
        padding: 20px;
        gap: 20px;
    }
    #Barista {
        padding: 25px;
    }
    .Supplies_pich_cart_img {
        padding: 0 20px;
    }
    .our_coffee_cont_left_info {
        padding: 0 25px;
    }
    .Follow_gallery {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #footer {
        gap: 100px;
        padding: 50px;
    }
}


/* Планшеты (768px - 1023px) */

@media screen and (max-width: 1023px) {
    section[id] {
        scroll-margin-top: 120px;
    }
    .header_black span {
        text-align: center;
        padding: 20px;
    }
    .header_white {
        padding: 10px;
        border-bottom: 1px solid #707070;
    }
    .header_white_logo_img {
        display: none;
    }
    .header_white_logo_right_img {
        display: none;
    }
    .main_right h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .main_right_img_one {
        width: 25%;
        right: 35%;
        top: 15%;
    }
    .main_right_img_two {
        width: 65%;
        right: 20%;
        top: 70%;
    }
    .blends_left h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .blends_left {
        padding: 0 20px 25px;
    }
    .blends_product {
        padding: 25px;
    }
    .reviews_left_slider p {
        font-size: 20px;
        line-height: 30px;
    }
    .coffee_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #menu_pink {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .menu_pink_left_text h3,
    .menu_pink_left_text span {
        top: 60%;
    }
    .staff_carts {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .staff_carts_cart:nth-child(2),
    .staff_carts_cart:nth-child(4) {
        border-right: none;
    }
    #blog {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .blog_left_img {
        display: none;
    }
    .blog_left_btn {
        margin-top: 20px;
    }
    .Barista_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .Supplies_pich_cart {
        width: 100%;
    }
    .our_coffee_cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .our_coffee_cont_left {
        margin: 20px;
        border-right: none;
    }
}


/* Мобильные устройства (480px - 767px) */

@media screen and (max-width: 767px) {
    section[id] {
        scroll-margin-top: 100px;
    }
    .header_black span {
        font-size: 12px;
        padding: 8px;
    }
    .header_white_menu {
        gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header_white_menu a {
        font-size: 14px;
    }
    .header_white_right {
        gap: 10px;
    }
    #main {
        margin-top: 95px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main_right {
        min-height: 400px;
    }
    .main_right h1 {
        font-size: 80px;
        line-height: 80px;
        left: 10%;
    }
    .main_right_img_one {
        width: 85px;
        right: 40%;
        top: 15%;
    }
    .main_right_img_two {
        width: 70%;
        top: 80%;
    }
    .text_info p {
        font-size: 14px;
        line-height: 20px;
    }
    #blends {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .blends_left {
        padding: 20px;
    }
    .blends_left h3 {
        font-size: 36px;
        line-height: 44px;
    }
    .blends_left p {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .blends_left_oval {
        display: none;
    }
    .blends_product {
        padding: 25px 20px;
        gap: 30px;
        border-left: none;
    }
    .blends_product_text span {
        font-size: 20px;
    }
    .blends_product_text p {
        font-size: 16px;
    }
    #fon {
        height: 350px;
    }
    #fon h2 {
        font-size: 50px;
        line-height: 60px;
    }
    #reviews {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .reviews_left_slider {
        padding: 30px 20px;
    }
    .reviews_left_slider p {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .reviews_dots_btn {
        margin-top: 40px;
        gap: 20px;
    }
    #coffee {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .coffee_info {
        padding: 30px 20px;
        gap: 30px;
    }
    .coffee_left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .coffee_left span {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
    .coffee_info_text h3 {
        padding-top: 20px;
        font-size: 20px;
    }
    .coffee_info_text_1 p,
    .coffee_info_text_2 span {
        font-size: 16px;
    }
    .coffee_info_text button {
        padding: 18px 28px;
        font-size: 15px;
    }
    #product h3 {
        font-size: 40px;
        line-height: 48px;
        margin: 25px 20px;
    }
    .product_coffee {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .menu_pink_left {
        padding: 40px 30px;
    }
    .menu_pink_left_text h3,
    .menu_pink_left_text span {
        font-size: 48px;
        line-height: 56px;
        top: 50%;
    }
    .menu_pink_left_img {
        display: none;
    }
    .menu_pink_left_img img {
        width: 80px;
    }
    .menu_pink_right_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 30px 25px;
        gap: 15px;
    }
    .menu_pink_right_info_text span {
        font-size: 28px;
        line-height: 35px;
    }
    .menu_pink_right_info_text p {
        font-size: 16px;
    }
    .reserve_info {
        margin: 80px 20px;
    }
    .reserve_info h3 {
        font-size: 36px;
        line-height: 44px;
    }
    .reserve_info_form_top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 25px;
    }
    .reserve_info_form_two {
        width: 100%;
        max-width: 300px;
    }
    #staff h3 {
        font-size: 40px;
        line-height: 48px;
        padding: 25px 20px;
    }
    .staff_carts_cart {
        width: 50%;
        padding: 25px 20px;
    }
    .staff_carts_cart:nth-child(2n) {
        border-right: none;
    }
    .staff_carts_cart:nth-child(3),
    .staff_carts_cart:nth-child(4) {
        border-bottom: 1px solid #1D1D1B;
    }
    .staff_carts_cart:nth-child(5),
    .staff_carts_cart:nth-child(6) {
        border-bottom: none;
    }
    .staff_carts_cart span {
        font-size: 22px;
        line-height: 28px;
    }
    .blog_left {
        padding: 40px 30px;
    }
    .blog_left_text h3,
    .blog_left_text span {
        font-size: 48px;
        line-height: 56px;
    }
    .blog_left_img {
        left: 25%;
    }
    .blog_left_img img {
        width: 80px;
    }
    .blog_left_btn {
        margin-top: 80px;
    }
    .blog_right_cart {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 25px;
        gap: 25px;
    }
    .blog_right_cart_text h3 {
        margin-bottom: 50px;
        font-size: 28px;
        line-height: 35px;
    }
    #Barista {
        padding: 60px 30px;
    }
    .Barista_content_info {
        padding: 40px 30px;
    }
    .Barista_content_info h3 {
        font-size: 28px;
        line-height: 35px;
    }
    .Barista_content_info p {
        font-size: 16px;
        margin-bottom: 40px;
    }
    #Supplies h3 {
        font-size: 40px;
        line-height: 48px;
        padding: 25px 20px;
    }
    .Supplies_pich {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .Supplies_pich_cart {
        width: 100%;
        height: 280px;
    }
    .Supplies_pich_cart:nth-child(2n) {
        border-right: none;
    }
    .Supplies_pich_cart:nth-child(3),
    .Supplies_pich_cart:nth-child(4) {
        border-bottom: 1px solid #1D1D1B;
    }
    .Supplies_pich_cart_img {
        padding-top: 70px;
    }
    .our_coffee_cont_left {
        padding: 30px 20px;
    }
    .our_coffee_cont_left_info_top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .our_coffee_cont_left_info_top .dots {
        width: 100%;
        margin: 5px 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .our_coffee_cont_right {
        height: 400px;
    }
    .our_coffee_cont_right span {
        font-size: 70px;
        line-height: 75px;
    }
    #Follow h3 {
        font-size: 40px;
        line-height: 48px;
        padding: 25px 20px;
    }
    .Follow_gallery {
        gap: 15px;
        padding: 20px;
    }
    .Follow_gallery_img {
        max-width: 100%;
    }
    #footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px;
        padding: 40px 30px;
    }
    .footer_left {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer_middle,
    .footer_right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}