@charset "UTF-8";

@font-face {
    font-family: "Avenir";
    src: url("fonts/Avenir_Black.ttf") format("truetype");
    font-weight: 600;
    }
@font-face {
    font-family: "Avenir";
    src: url("fonts/Avenir_Book.ttf") format("truetype");
    font-weight: 300;
}
@font-face {
    font-family: "Avenir";
    src: url("fonts/Avenir_Heavy.ttf") format("truetype");
    font-weight: 500;
    }
@font-face {
    font-family: "Avenir";
    src: url("fonts/Avenir_Light.ttf") format("truetype");
    font-weight: 200;
    }
@font-face {
    font-family: "Avenir";
    src: url("fonts/Avenir_Regular.ttf") format("truetype");
    font-weight: 400;
  }
  body {
    font-family: "Avenir", sans-serif;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
  }
  .section_1{
    background: black;
    padding: 47px;
    padding-top: 39px;
    font-size: 52px;
    font-weight: bold;
    line-height: 1;
    color: white;
    position: relative;
    font-family: "Avenir", sans-serif;
    overflow: visible;
    box-sizing: border-box;
    padding-bottom: 40px;
}
.section_1:after{
    content: '';
    position: absolute;
    border: 100vw solid transparent;
    border-top: 10px solid black;
    border-left: 0px solid black;
    height: 0;
    width: 0;
    box-sizing: border-box;
    padding: unset;
    background: unset;
    left: 0;
    top: 99%;
    z-index:-1;
}
.section_5{
    background: black;
    padding: 47px;
    padding-top: 39px;
    padding-bottom: 40px;
    position:relative;
}
.section_5:after{
    content: '';
    position: absolute;
    border: 100vw solid transparent;
    border-top: 15px solid black;
    border-left: 0px solid black;
    height: 0;
    width: 0;
    box-sizing: border-box;
    padding: unset;
    background: unset;
    left: 0;
    top: 100%;
    z-index:-1;
}
.section_5:before{
    content: '';
    position: absolute;
    border: 100vw solid transparent;
    border-bottom: 15px solid black;
    border-right: 0px solid black;
    height: 0;
    width: 0;
    box-sizing: border-box;
    padding: unset;
    background: unset;
    left: 0;
    top: calc(-100vw - 15px);
    z-index: -1;
}
.section_5_title{
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    color: white;
    position: relative;
    font-family: "Avenir", sans-serif;
    overflow: visible;
    box-sizing: border-box;
    text-align: center;
}
.section_5_img{
    width:auto;
    margin:40px auto;
    display:block;
    max-width:80%;
}
.section_5_description{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: white;
    position: relative;
    font-family: "Avenir", sans-serif;
    overflow: visible;
    box-sizing: border-box;
    text-align: center;
}
footer{
    background: black;
    padding:40px;
    position: relative;
}
footer:before{
    content: '';
    position: absolute;
    border: 100vw solid transparent;
    border-bottom: 15px solid black;
    border-right: 0px solid black;
    height: 0;
    width: 0;
    box-sizing: border-box;
    padding: unset;
    background: unset;
    left: 0;
    top: calc(-100vw - 13px);
    z-index: -1;
}
.footer_title{
    color:white;
    font-weight:500;
    font-size:32px;
    width:100%;
    text-align: right;

}
a{
    text-decoration: none;
}
.footer_info{
    color:white;
    font-weight:400;
    font-size:18px;
    width:100%;
    text-align: right;
    margin-top:10px;
}
.footer_copyright{
    color:white;
    font-weight:400;
    font-size:18px;
    width:100%;
    text-align: right;
    margin-top:40px;
}
.section_6{
    margin-top:100px;
    padding:40px;
    margin-bottom:100px;
}
.section_6_title{
    font-size:40px;
    color:black;
    padding-bottom:30px;
    font-weight:500;
    text-align:center;
}
.section_6_info_wrapper{
    display:flex;
    border-bottom:1px solid #e1e1e1;
    padding:10px 0;
    justify-content: space-between;
    align-items:center;
    width:100%;
}

.section_6_info_wrapper:last-child{
    border-bottom:unset;
}
.section_6_day{
    width:fit-content;
    font-size:18px;
    color:black;
    font-weight:400;
}
.section_6_hours{
    width:fit-content;
    font-size:18px;
    color:black;
    font-weight:400;
}
.section_7_title{
    font-size:40px;
    color:black;
    padding-bottom:30px;
    font-weight:500;
    text-align:center;
}
.section_7{
    padding:40px;
}
.section_7_image{
    width:calc((100vw - 80px) / 3 - 20px);
    
    max-width:150px;
    margin:10px;
}
.flex{
    display:flex;
    flex-wrap:wrap;
    width:100%;
}
.col-2{
    width: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    margin-bottom: calc(74px * 0.65);
}
.col-2 a{
    position: relative;
    width: fit-content;
    display:block;
    cursor: pointer;
}
.section_7 a{
    cursor: pointer;
}
#button_down{
    cursor: pointer;
}
.col-2 a:after{
    content: '';
    position: absolute;
    top: 10%;
    left: -20%;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    z-index: -1;
}
.section_2{
    padding-top: 50px;
}
.button_down{
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 60px;
}
.arrow_down{
    width: 86px;
    height: 86px;
    border-radius: 100%;
    background-color: #e1e1e1;
    position: relative;
}
.arrow_down:after{
    background-image: url("../images/arrow_down.svg");
    content:"";
    position: absolute;
    width: 100%;
    height: 106%;
    background-repeat: no-repeat;
    background-size: 35px 25px;
    background-position: center center;
}
img{
    max-width:100%;
}
.menu_item_wrapper:after{
    content:"";
    bottom:0;
    left:50px;
    width:calc(100vw - 100px);
    max-width:calc(700px - 100px);
    border-bottom: 1px solid #e1e1e1;
    position:absolute;
}
.menu_item_wrapper{
    display:flex;
    padding:50px;
    position:relative;
    flex-wrap: wrap;
    justify-content: right;

}
.menu_image{
    width:calc((100vw - 100px) * 0.4);
    height:calc((100vw - 100px) * 0.4);
    max-height:calc((700px - 100px) * 0.4);
    max-width:calc((700px - 100px) * 0.4);
}
.menu_info_container{
    width:calc((100vw - 100px) * 0.6);
    max-width:calc((700px - 100px) * 0.6);
    height:calc((100vw - 100px) * 0.4);
    max-height:calc((700px - 100px) * 0.4);
    position: relative;
    transition:all .5s ease-out;
}
.menu_info{
    transition:all .5s ease-out;
    width:calc((100vw - 100px) * 0.6);
    max-width:calc((700px - 100px) * 0.6);
    height:calc((100vw - 100px) * 0.4 - 25px);
    max-height:calc((700px - 100px) * 0.4 - 25px);
    display:flex;
    flex-direction:column;
    overflow: hidden;
    padding-left: 10px;
}
.menu_expand{
    display:none;
    padding-left: 10px;
}
.top-image {
    margin-top: 43px;
}
.top-image img{
    width:100%;
}
h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    color: black;
    position: relative;
    font-family: "Avenir", sans-serif;
    padding-left: 50px;
    margin-top: 31px;
}
.menu_title{
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: black;
}
.menu_description {
    font-size: 16px;
    font-weight: 400;
    color: black;
    position: relative;
    line-height: 1.4;
    margin-top: 10px;
}
.menu_expand{
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: black;
    padding-top:11px;
    cursor: pointer;
}
.menu_price {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: black;
    position: relative;
    text-align: right;
    margin-top: 10px;
}
.line svg {
    max-width: 100%;
    margin: auto;
    display: block;
    padding-left: 50px;
    padding-right: 50px;
}
.button_up{
    display: none;
    justify-content: right;
    width: fit-content;
    padding-right: 20px;
    padding-top: 20px;
    position:fixed;
    bottom:10px;
    right:0;
    opacity:1;
    transition:all 2s ease-out;
    z-index: 15;
}
.arrow_up{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #e1e1e1;
    position: relative;
}
.arrow_up:after{
    background-image: url("../images/arrow_up.svg");
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 35px 25px;
    background-position: center center;
}
.section_4-image{
    
    
    margin-top: 18px;
}
.section_4-image img{
    width:100%;
}
.drink-menu-wrapper {
    display: flex;
    padding: 50px;
    position:relative;
}
.drink-menu-info-container{
    display: flex;
    flex-wrap: wrap;
}
.drink-menu-wrapper:after{
    content: "";
    bottom: 0;
    left: 50px;
    width: calc(100vw - 100px);
    max-width:calc(700px - 100px);
    border-bottom: 1px solid #e1e1e1;
    position: absolute;
}
.drink-menu:last-child .drink-menu-wrapper:after{
    display:none;
}
.drink-menu-info-wrapper{
    display: flex;

}
.container{
    max-width:700px;
    margin:auto;
}
h2{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: black;
    font-family: "Avenir", sans-serif;
    text-align: left;
}
.drink-menu-price-item {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: black;
    font-family: "Avenir", sans-serif;
    text-align: right;
    margin-left: 14px;
}
.drink-menu-description {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    color: black;
    font-family: "Avenir", sans-serif;
    margin-top: 5px;
    text-align: left;
}




.element-animation.bottom {  
  /* Скроем элемент в начальном состоянии */
  opacity: 0;
  transform: translateY(30px);
}

.element-animation.bottom.element-show {
  opacity: 1;
  transition: all .5s;
  transform: translateY(0%);
}

.element-animation.left {  
  /* Скроем элемент в начальном состоянии */
  opacity: 0;
  transform: translateX(30px);
}

.element-animation.left.element-show {
  opacity: 1;
  transition: all .5s;
  transform: translateX(0%);
}


.element-animation.right {  
  /* Скроем элемент в начальном состоянии */
  opacity: 0;
  transform: translateX(-30px);
}

.element-animation.right.element-show {
  opacity: 1;
  transition: all .5s;
  transform: translateX(0%);
}
.size {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    color: black;
    font-family: "Avenir", sans-serif;
    text-align: right;   
}
.price-size-wrapper {
    display: flex;
    border-bottom: 1px solid #e1e1e1;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 4px;
}
.price-size-wrapper:last-child {
    border-bottom: none;
    padding-bottom: unset;
}
.price-size-wrapper:first-child {
    padding-top: unset;
}