.text-center{text-align:center}.third-color{color:#eeaf48}*{margin:0;padding:0;box-sizing:border-box;color:#eaf0ee}ul,li{list-style:none}a{text-decoration:none}body{display:grid;grid-template-rows:1fr 8fr 1fr;height:100vh;background-color:#0f1113;font-family:"Philosopher",sans-serif;position:relative}header{display:grid;grid-template-columns:1fr 3fr 1fr;border:1px solid #eeaf48;border-radius:20px;position:sticky;top:.1rem;z-index:2;background-color:#0f1113;margin:.5rem 1rem}header .header-logo{font-family:"Bad Script",cursive;text-align:center;padding:1rem}@media screen and (max-width: 735px){header .header-logo .header-logo_link .header-logo_title{display:none}}header .header-logo .header-logo_link .header-logo_img{display:none;width:5rem;height:5rem;text-align:center;margin-left:1rem;margin-top:.5rem}@media screen and (max-width: 735px){header .header-logo .header-logo_link .header-logo_img{display:block}}header .header-logo .header-logo_link .header-logo_link--name{margin:0 auto;font-size:3rem;padding-top:1rem}@media screen and (max-width: 735px){header .header-logo .header-logo_link .header-logo_link--name{font-size:2rem}}.header-nav{display:flex}.header-nav .header-nav_list{display:flex;justify-content:space-evenly;align-items:center;width:100%;font-size:1.2rem}@media screen and (max-width: 735px){.header-nav .header-nav_list{flex-direction:column}}.header-nav .header-nav_list .header-nav_list-item{transition:all .5s ease}.header-nav .header-nav_list .header-nav_list-item .header-nav_list-item--active{color:#eeaf48 !important}.header-nav .header-nav_list .header-nav_list-item a:hover{color:#eeaf48}.header-profile{display:flex;justify-content:center;align-items:center;height:100%;width:100%;font-size:1.2rem}.header-profile .header-profile_items{display:flex;justify-content:space-evenly;align-items:flex-start;padding:1rem;height:100%;width:100%}.header-profile .header-profile_items li{border:.2px solid #eaf0ee;border-radius:25%;box-shadow:rgba(9,30,66,.25) 0px 4px 8px -2px,rgba(9,30,66,.08) 0px 0px 0px 1px;padding:.5rem;margin:.5rem;display:flex;align-items:center}.header-profile .header-profile_items li a{display:flex;align-items:center;position:relative}.header-profile .header-profile_items li a span{transition:all .5s ease}.header-profile .header-profile_items li a .header-profile_items-count{position:absolute;top:-20px;left:15px;height:2rem;width:2rem;text-align:center;align-content:center;color:#0f1113;background-color:#eeaf48;border:1px solid #eeaf48;border-radius:100%;transition:all .5s ease}.header-profile .header-profile_items li:hover{transition:all .5s ease;transform:scale(1.2);color:#0f1113}.footer{display:grid;padding:1rem;background-color:rgba(15,17,19,.6196078431)}.footer .footer-wrapper{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:1fr 1fr;justify-items:center;gap:1rem;align-items:center}.footer .footer-wrapper .footer-wrapper_item{font-size:1.2rem;text-align:center}.footer .footer-wrapper .footer-wrapper_item:last-child{color:rgba(255,0,0,.793)}.footer .footer-wrapper .footer-wrapper_item:first-child{grid-column:1/3;grid-row:2/3;font-size:.7rem}.wrapper-contacts{display:grid;justify-items:center;gap:2rem;margin:1rem 2rem}.wrapper-contacts .wrapper-contacts_map{width:100%}.wrapper-about_us{display:grid;justify-items:center;gap:2rem;margin:1rem 2rem}.wrapper-about_us .wrapper-about_us-title{line-height:2rem}.wrapper-about_us .wrapper-about_us-info{line-height:2rem;text-align:justify}.wrapper-catalog{display:grid;gap:5rem;margin:1rem}.wrapper-catalog .section_drinks-list{display:grid;grid-template-columns:1fr 1fr 1fr}@media screen and (max-width: 880px){.wrapper-catalog .section_drinks-list{grid-template-columns:1fr 1fr}}@media screen and (max-width: 599px){.wrapper-catalog .section_drinks-list{grid-template-columns:1fr}}.wrapper-catalog .section_drinks-list li{display:flex;flex-direction:column;gap:1rem;margin:1rem;border:.5px solid #fff;border-radius:25px;padding:1rem;box-shadow:-3px -2px 15px -4px hsla(0,0%,100%,.5)}.wrapper-catalog .section_drinks-list li .titlePictureText{display:flex;flex-direction:column;gap:1rem}.wrapper-catalog .section_drinks-list li .priceButton{display:flex;flex-direction:column;height:100%;justify-content:end}.wrapper-catalog .section_drinks-list li .suitable{font-size:small}.wrapper-catalog .section_drinks-list li img{width:100%;border-radius:15px}.wrapper-catalog .section_drinks-list li img:hover{scale:1.05}.wrapper-catalog .section_drinks-list li .btnBuy{display:flex;align-self:center;align-items:center;text-align:center;color:#000;background-color:#eeaf48;border-radius:15px;padding:1rem;font-family:"Philosopher",sans-serif}.main{display:grid;width:100%}.main .main_wrapper{position:relative;height:100vh;display:grid;justify-content:center;align-items:center;margin:1rem auto;text-align:center}.main .main_wrapper .main_wrapper-bg_video{position:fixed;left:0;top:0;z-index:-1;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.main .main-wrapper_section-akce .main-wrapper_section-akce_list{display:grid;gap:4rem}