h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 78px;
    line-height: 95px;
}

@font-face {
    font-family: "Montserrat";
    src: url("/_assets/sites/6/pages/1/1785587733300173385/Montserrat (1)/Montserrat-VariableFont_wght.ttf");
}

p {
    font-family: Montserrat;
}

a {
    text-decoration: none;
    color: black;
}

body {
    font-family: Montserrat;
    margin: 0;
    height: 100vh;
}
html { scroll-behavior: smooth; }
img { max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

footer {
    background-color: #70B6BE;
    display: flex;
    justify-content: space-between;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
}



/*Header*/
.navigation {
    display: flex;
    justify-content: space-between;
}


.nav1 {
    width: 50vw;
}


nav {
    display: flex;
    /* display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); */
    align-items: center;
    justify-content: space-around;
    background: #70B6BE;
    border-radius: 0 0 0 80px;
    margin-right: 0;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 49px;
    width: 200px;
    transition: width 0.6s linear;
    overflow-x: hidden;
}


nav.active {
    width: 100%;
}

nav ul {
    transition: width 0.6s linear;
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    justify-content: space-around;

}

nav ul li {
    opacity: 0;
}

nav.active ul li {
    opacity: 1;
}

nav ul a {
    position: relative;
    text-decoration: none;
    margin: 0 10px;
}

.icon {
    background-color: #70B6BE;
    border: 0;
    cursor: pointer;
    position: relative;
    height: 30px;
    width: 100px;
    text-align: center;
    padding-left: 100px;
}

.icon:focus {
    outline: 0;
}

.icon .line {
    background-color: black;
    height: 2px;
    width: 20px;
    position: absolute;
    top: 10px;
    left: 5px;
    transition: transform 0.6s linear;
}

.icon .line2 {
    top: auto;
    bottom: 10px;
}

/* кнопка */
.show_menu {

    filter: drop-shadow(4px 6px 4px rgba(0, 0, 0, 0.5));
    background: #824D4D;
    border: 2.5px solid #000000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: white;
    width: 60vw;
    max-width: 319px;
    height: 78px;
    font-size: larger;
}

.show_menu:hover {
    background: #602221;
}

.sidebarheader {
    margin: 5rem;
    justify-content: center;
}

.logosite {
    width: 200px;
    text-align: center;
    font-weight: bold;
}

.sectShow {
    display: flex;
    margin-top: 150px;
    color: white;
    background: #423F40;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    border-radius: 148px 0 0 0;
    justify-content: space-between;
}

/*Body*/
/*О нас*/
/* .aboutUs {
    display: flex;
    /* grid-template-columns: repeat(2, minmax(200px,1fr));
    grid-template-rows: minmax(200px, 1fr); */
/* background: #F9E9D4;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}  */
.aboutUs {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: #F9E9D4;
}

.right-slide {
    height: 100%;
    width: 45%;
    position: absolute;
    top: 0;
    transition: transform 0.5s ease-in-out;
}

.right-slide>div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
}

.right-slide>div {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.left-slide h1 {
    font-size: 45px;
    text-align: center;
    margin: auto;
}

.left-slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 45%;
    width: 55%;
    transition: transform 0.5s ease-in-out;
    padding: 20px;
}

.left-slide>div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
}

.infoAbout {
    font-family: Montserrat,
        font-style: normal;
    font-weight: bold;
    font-size: 3 em;
    line-height: 85px;
    margin-top: 50px;
    margin-left: 50px;
    margin-bottom: 50px;
    color: #000000;
    width: 100%;
    max-width: 800px;
}

.textHeader {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 5em;
    line-height: 1.5em;
    position: relative;
    color: #FFFFFF;
    width: 100%;
}

button {
    background-color: #fff;
    border: none;
    color: #aaa;
    cursor: pointer;
    font-size: 16px;
    padding: 15px;
}

button:hover {
    color: #222;
}

button:focus {
    outline: none;
}

.aboutUs .action-buttons button {
    position: absolute;
    left: 45%;
    top: 50%;
    z-index: 100;
}

.aboutUs .action-buttons .down-button {
    transform: translateX(-100%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.aboutUs .action-buttons .up-button {
    transform: translateY(-100%);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


/*Меню продуктов*/
.Menu {
    background-color: #F9E9D4;
    height: 1024px;
    background: repeating-linear-gradient(90deg, #824D4C 1px, #824D4C 2px, #F0D9BA 2px, #F0D9BA 50px);
}



.products {
    position: relative;
    display: flex;
    min-width: 0;
    justify-content: space-around;
    background: #423F40;
    border-radius: 0 0 121px 0;
    text-align: center;
    max-height: 1000px;
    grid-column-gap: 50px;
    align-items: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 37px;
    position: relative;
    padding: 50px
}
.swiper { width: 100%; }
.swiper-wrapper { display: grid; grid-template-columns: repeat(3, minmax(220px, 1fr)); gap: 24px; }
.swiper-slide { padding: 28px 18px; min-width: 0; }

.swiper-container {
    width: 20%;
    height: 400px;
}

.LeftRightSvg {
    width: 20px;
    position: absolute;
    margin-top: -300px;
    height: 20px;

}

.postleft {
    display: none;
}

.postright {
    display: none;
    transform: rotate(180deg);
}

.chair {
    margin-top: -600px;
}

.chair3 {
    margin-top: -500px;
}

.Amerikano {
    background: #86663A;
    border-radius: 80px;
    width: 100%;
    max-height: 800px;

}

.Amerikano img {
    height: 200px;
}

.latte {
    background: #F0D9BA;
    border-radius: 80px;
    width: 100%;
    max-height: 800px;


}

.latte img {
    height: 200px;
}

.Expresso img {
    height: 200px;
}

.Expresso {
    background: #F9E9D4;
    border-radius: 80px;
    width: 100%;
    max-height: 800px;
}

.chairs {
    display: flex;
    justify-content: space-around;

    align-content: flex-end;
}

.ReadMoteBtn {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 41px;
    background-color: white;
    color: #000000;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 80px;
    height: 50px;
    margin: 0 20% 10% 20%;
    text-align: center;
}

.aboutCoffe {
    display: none;
    opacity: 0;
}

/*Найти нас*/
.SerchtUs {
    align-items: center;
    justify-content: center;
    background-color: #F9E9D4;
    width: 100%;
    height: 1024px;
    display: flex;
    background-image: url("/_assets/sites/6/pages/1/1785587733300173385/src/backgrouundSert.png");
    background-repeat: no-repeat;
    background-size: cover;
}



/*Footer*/

.social {
    display: flex;
}

.Gmap {
    max-width: 500px;
    width: 100%;
}

.border_gmap {
    border: 5px solid #000000;
    box-sizing: border-box;
    /* max-width: 610px; */
    max-width: 750px;
    height: 460px;
    width: 100%;
}
.map-placeholder { display: grid; place-items: center; align-content: center; gap: 18px; background: #f0d9ba; text-align: center; }
.map-placeholder p { font-size: 24px; font-weight: 700; margin: 0; }
.map-placeholder a { background: #824d4d; color: #fff; padding: 14px 22px; border-radius: 8px; }

.pbordergmap {
    margin-left: 200px
}

.order {}

.iconsoc {
    background: white;
    margin: 5px;
    padding: 10px;
    width: 55px;
    height: 48px;
    border-radius: 50%;

}

.footer2 {
    flex-direction: column;
    align-content: flex-end;
    margin-top: auto;
}

@media screen and (max-width: 1500px) {
    .infoAbout {
        width: 550px;
        line-height: normal;
    }
}

/* Media */
@media screen and (max-width: 1000px) {
    .swiper-wrapper { grid-template-columns: 1fr; }


    .infoAbout {
        width: 350px;
    }

    .aboutUs div img {
        display: none;
        text-align: center;
        justify-content: center;
    }

    .SerchtUs {
        display: block;
    }

    .Gmap {
        margin: 0 auto;
    }

    .pbordergmap {
        margin: 0 auto;
        height: 500px;
    }

}

@media screen and (max-width:1000px) {


    .chair1 {
        display: none;
    }

    .chair3 {
        display: none;
    }

    .postleft {
        display: block;
        width: 10%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .latte {
        margin-left: 0px;
        margin-right: 0px;

    }


    .postright {
        display: block;
        transform: rotate(180deg);
        width: 10%;

    }

    .products div #p-display2 {
        font-size: large;
    }

    .products div #p-display {
        font-size: large;

    }

    .products div #p-display {
        font-size: large;
    }

    .infoAbout div h1 {
        font-size: 3em;
        line-height: normal;
    }


}

@media screen and (max-width:500px) {
    .svgScroll {
        display: none;
    }

    /* js */
    .display {
        display: block;
    }

    .infoAbout h1 {
        font-size: 2.5em;
        line-height: normal;
    }

    .right-slide {
        display: none;

    }

    .footer2 {
        display: none;
    }

    footer {
        justify-content: center;
    }

    .pbordergmap {
        margin-left: 10px;
        margin-right: auto;
    }

    .pbordergmap h1 {
        font-size: 34px;
    }

    .pbordergmap h2 {
        font-size: 24px;
    }

    .navjs {
        flex-direction: column;
        display: flex;
    }

    .SerchtUs {
        background-image: none;
    }


}

@media screen and (max-width:600px) {
    .textHeader {
        font-size: 2.5em;
        line-height: 1.5em;
    }
}

@media screen and (max-width:1183px) {
    .imgsect img {
        display: none;
    }
}

@media screen and (max-width:948px) {
    nav {
        display: block;
    }

    nav ul {
        display: inline-block;
        flex-direction: column;
        font-size: 5vw;
        padding-right: 0;
        justify-content: end;
        text-align: right
    }

    nav .active .icon {
        margin-top: 0;
        opacity: 1;
    }

    nav .icon {
        margin-top: 0;
        opacity: 1;
    }

    nav {
        display: block;
    }

    nav.active {
        height: 200px;
        width: 40%;
    }


}

@media screen and (max-width:844px) {
    .right-slide {
        width: 8%;
    }

    .aboutUs .action-buttons button {
        left: 0%;
    }

    .left-slide {
        left: 10%;
        font-size: 0.97rem;
        margin-top: 100px;
        text-align: left;
    }
}

@media screen and (max-width:500px) {
    .left-slide {
        left: 0%;
        font-size: 0.8rem;
        margin-left: 0;
    }
}

/* доработать стул */
