:root {
    --gold-color: #C79C53;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/static/HelveticaNeueCyr-Thin.woff2') format('woff2'),
        url('/static/HelveticaNeueCyr-Thin.woff') format('woff'),
        url('/static/HelveticaNeueCyr-Thin.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }

@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    src: url('/static/HelveticaNeueCyr-Thin.woff') format('woff');
}
    
@font-face {
    font-family: 'Mon';
    src: url("/static/MonsieurLaDoulaise-Regular.ttf") format("woff"),
         url("/static/MonsieurLaDoulaise-Regular.woff") format("truetype");
}
@font-face {
    font-family: 'Bliss Pro Regular';
    src: url("/static/Bliss Pro Regular.ttf") format("trutype"),
}
@font-face {
    font-family: 'Bliss Pro Bold';
    src: url("/static/BlissPro-Bold.otf") format("trutype"),
}
html {
    height: 100%;
  }
html,body {
    padding: 0;
    margin: 0;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.winelist {
    margin-bottom: 150px;
    overflow-y: scroll;
}
.logo {
    max-width: 40%;
    margin: 0 auto;
    padding-top: 15px;

}
body {
    max-width: 300%;
    overflow: hidden;
    height: 100vh;
}
.title-ru {
    display: grid;
    justify-content: center;
    font-family: 'Bliss Pro Bold';
    text-transform: uppercase;
    font-size: 14px;

}

.notice {
    position: absolute;
    background-color: #e3051a;
    top: 0;
    height: 45px;
    /* width: 200px; */
    color: #fefefe;
    right: 0;
    display: grid;
    justify-content: center;
    align-content: center;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
}
.notice p {
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Bliss Pro Bold';
}
.back {
    position: absolute;
    left: 35px;
    font-size: 22px;
    height: 45px;
    display: grid;
    justify-content: center;
    align-content: center;
    color: #e3051a;
}

body {
    display: grid;
    grid-template-columns: 100% 100% 100%;
    background: #fdf8f0;
    transition: all ease-in 0.4s;
    /* max-height: 100vh; */
}
.body-clicked {
    transform: translateX(-100%);
    transition: all ease-out 0.4s;
}
.body-clicked2 {
    transform: translateX(-200%);
    transition: all ease-out 0.4s;
}
.winebuttons {
    padding-top: 50px;
    display: grid;
    gap: 20px;
    max-width: 90%;
    margin: 0 auto;
}

.wbnt:first {
    
}
.b {
    border: 0.5vmin solid black;
  }
  
  .r {
    border-radius: 100%;
  }
  
  .hb::before,
  .ha::after {
    content: "";
    display: block;
    position: absolute;
  }
.bubble {
    width: 100px;
    height: 45px;
    left: 45px;
    bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 5vmin;
    background: white;
    box-shadow: 0 -0.25vmin, 0 0.125vmin;
    font-family: "Comic Sans", "Comic Neue", sans-serif;
    position: fixed;
    opacity: 0;
    transition:  all 400ms ease-in-out;
    transition-delay: 2s;
}
.vis {
    opacity: 1;
    animation-delay: 3s;
    transition:  all 400ms ease-in-out;
    transition-delay: 1s;
}
.bubble::before {
    width: 40%;
    height: 100%;
    bottom: -51%;
    border-radius: 50%;
    left: 10%;
    box-shadow: 0.5vmin 0, 2vmin -0.5vmin white, 2vmin -0.5vmin 0 0.5vmin;
    clip-path: polygon(0% 49%, 150% 48%, 150% 100%, 0% 100%);
  }
.wnbt {
    border: 1px solid var(--gold-color);
    padding: 20px;
    text-transform: uppercase;
    color: #353535;
    font-family: 'Bliss Pro Regular';
    text-align: center;

}

.winetype {
    border-bottom: 1px solid var(--gold-color);
    padding: 17px;
    text-transform: uppercase;
    color: #353535;
    font-family: 'Bliss Pro Regular';
    text-align: center;
    max-width: 40%;
    margin: 0 auto;
    font-size: 14px;
}
.winenames {
    /* border-bottom: 1px solid var(--gold-color); */
    padding: 10px;
    text-transform: uppercase;
    color: #345;
    font-family: 'Bliss Pro Regular';
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
    font-size: 1.1em;
}
.wnpt {
    min-width: 100%;
    display: grid;
    margin-bottom: 1px solid var(--gold-color);
}
.wineinfo {
    position: relative;
    overflow-y: scroll;
}
.wineinfo-grid {
    display: grid;
    grid-template-areas: "header"
                         "imageinfo";    
    grid-template-rows: min-content 1fr;
    grid-template-columns: 1fr;
    max-width: 95%;
    margin: 0 auto;
}
.shortes {
    margin-top: 10px;
    margin-bottom: 10px;
}
.rotatesvg {
    position: absolute;
    width: 100%;
}
.rotatesvg img {
    width: auto;
    height: 45px;
}
.info-image {
    grid-area: imageinfo;
}
.winetheory { 
    position: relative;
    overflow: scroll;
}
.winetheory-wrapper {
    padding-top: 50px;
}
.rotate {
    transform: translateX(115vw) translateY(-50vh) rotate(-90deg);
    height: 100vw;
}
.image {
    float: left;
    max-width: 30%;
    border-bottom: 1.5px solid #e3051a;
    border-right: 1.5px solid #e3051a;
    margin-right: 10px;
    margin-bottom: 10px;
}
.image img {
    width: 100%;
    height: auto;
 
}
.info {
    line-height: 1.6;
    color: #345;
    /* font-family: 'Bliss Pro Regular'; */
}
.info-title {
    grid-area: header;
    
}
.info-title div p {
    margin-top: 55px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Bliss Pro Bold';
}
.info p:first-of-type {
    margin-top: 0;
}
.info-text {
    grid-area: imageinfo;
}
.sign {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 55px;
    display: grid;
    justify-content: center;
    background: #fdf8f0;
    align-content: center;
    
}
.signsign {
    font-family: 'Mon';
    color: #353535;
    font-size: 30px;
}
.signsign:active {
    animation: horizontal-shaking 0.30s;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.lorisa {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: -240px;
    max-width: 150px;
    transition: all 1s ease;
    
}
.shown {
    bottom: -120px !important;
    transition: all 1s ease;
}


@keyframes horizontal-shaking {
    0% { transform: translateX(0) }
    25% { transform: translateX(5px) }
    50% { transform: translateX(-5px) }
    75% { transform: translateX(5px) }
    100% { transform: translateX(0) }
   }
.wtb-wrapper  {
    transform: rotate(-90deg);
    
    page-orientation: unset;
    width: 100vh;
    min-height: 100%;
}