@charset "utf-8";
.size-11 {
  font-size: 11px;
}
.size-12 {
  font-size: 12px;
}
.size-13 {
  font-size: 13px;
}
.size-14 {
  font-size: 14px;
}
.size-15 {
  font-size: 15px;
}
.size-16 {
  font-size: 16px;
}
.size-17 {
  font-size: 17px;
}
.size-18 {
  font-size: 18px;
}
.size-19 {
  font-size: 19px;
}
.size-20 {
  font-size: 20px;
}
.size-21 {
  font-size: 21px;
}
.size-22 {
  font-size: 22px;
}
.size-23 {
  font-size: 23px;
}
.size-24 {
  font-size: 24px;
}
.size-25 {
  font-size: 25px;
}
.size-26 {
  font-size: 26px;
}
.size-27 {
  font-size: 27px;
}
.size-28 {
  font-size: 28px;
}
.size-29 {
  font-size: 29px;
}
.size-30 {
  font-size: 30px;
}
.size-32 {
  font-size: 32px;
}
.size-34 {
  font-size: 34px;
}
.size-36 {
  font-size: 36px;
}
.size-48 {
  font-size: 48px;
}
.size-60 {
  font-size: 60px;
}
.size-72 {
  font-size: 72px;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.font-bold {
  font-weight: bold;
}
.font-normal {
  font-weight: normal !important;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.iblock {
  display: inline-block;
}
.none,
.hide,
.notvis {
  display: none;
}
.abs {
  position: absolute;
  top: 0px;
  left: 0px;
}
.fixed {
  position: fixed;
}
.rel {
  position: relative;
}
.sticky {
  position: sticky;
  position: -webkit-sticky;
}
.flex {
  display: flex;
  align-items: stretch;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.flex.around {
  justify-content: space-around;
}
.flex.evenly {
  justify-content: space-evenly;
}
.flex.fend {
  align-items: flex-end;
}
.flex.fcenter {
  align-items: center;
}
.flex.fbase {
  align-items: baseline;
}
.flex > *.grow {
  flex-grow: 1;
}
.flex > *.shrink {
  flex-shrink: 1;
}
.flex > *.force-block {
  flex-basis: 100% !important;
}
.bg-white {
  background-color: white;
}
.bg-black {
  background-color: black;
}
.colour-white {
  color: white;
}
.colour-black {
  color: black;
}
.colour-red {
  color: red;
}
.colour-green {
  color: green;
}
.va-top {
  vertical-align: top;
}
.va-middle {
  vertical-align: middle;
}
.no-margin {
  margin: 0px;
}
.no-padding {
  padding: 0px;
}
.no-border {
  border: 0px;
}
.cursor-pointer {
  cursor: pointer;
}
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: lowercase;
}
@font-face {
  font-family: "Oranienbaum";
  src: url("../_fonts/Oranienbaum.woff2") format("woff2"), url("../_fonts/Oranienbaum.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MetropolisLight";
  src: url("../_fonts/MetropolisLight.woff2") format("woff2"), url("../_fonts/MetropolisLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.o-0 {
  opacity: 0;
}
.o-70 {
  opacity: 0.7;
}
.o-80 {
  opacity: 0.8;
}
.o-90 {
  opacity: 0.9;
}
.o-90:hover,
.o-80:hover,
.o-70:hover,
.hover:hover,
.o-100 {
  opacity: 1;
}
@keyframes rot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
* {
  outline: none;
  position: relative;
  z-index: 2;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  line-height: 1.615;
}
body {
  overflow-x: hidden;
}
html:lang(ru) body {
  font-family: Arial;
}
a,
a img {
  border: 0;
  text-decoration: none;
  outline: 0;
}
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input,
textarea,
select {
  font-family: inherit;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: normal;
}
img[data-src] {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
img[data-src][src] {
  opacity: 1;
}
#wrap-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#cookie-info-wrap {
  position: fixed;
  z-index: 9000;
  width: 100%;
  font-family: inherit;
  bottom: 0px;
  background-color: white;
}
#cookie-info {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0px;
  text-align: center;
}
#cookie-info > span {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  text-align: left;
  padding-left: 3%;
}
#cookie-info-accept {
  font-size: 14px;
  text-align: center;
  padding: 10px 20px;
  background-color: green;
  color: white;
  vertical-align: middle;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1100px) {
  #cookie-info > span {
    width: 75%;
  }
}
@media (max-width: 800px) {
  #cookie-info > span {
    width: 100%;
    padding-left: 0px;
    padding-top: 2%;
    text-align: center;
  }
}
#promobox {
  width: 100%;
  text-align: center;
  height: 96%;
  max-width: 700px;
  background: white;
  position: relative;
  margin: 0 auto;
}
#promobox #promobox-inside {
  width: 96%;
  margin: 0 auto;
}
#promobox #promobox-inside #promobox-text {
  display: block;
  top: 2%;
}
#promobox #promobox-inside #promobox-text > span {
  display: block;
  padding: 10px 0px;
  text-align: center;
}
#promobox #promobox-inside #promobox-image {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
#promobox #promobox-inside #promobox-image img {
  top: 0px !important;
  position: relative !important;
  display: block;
  margin: 0 auto;
}
#promobox .mfp-close {
  top: 0px;
  right: 15px;
  font-size: 50pxpx;
  background-color: white;
}
.navigation,
.navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 9;
}
.navigation li {
  cursor: pointer;
}
.navigation li > a {
  color: inherit;
}
#nav-trigger {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 54px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  z-index: 10;
  background: black;
}
#nav-trigger > span {
  background-color: white;
  width: 70%;
  margin: 9px auto;
  display: block;
  height: 6px;
}
@media (max-width: 1000px) {
  #nav-trigger {
    display: block;
  }
  #wrap-top #wrap-nav {
    position: absolute;
    top: 0px;
    left: 0px;
    top: 54px;
    right: calc(-2% - 1px);
    width: 300px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
  }
  #wrap-top #wrap-nav #menu {
    width: 300px;
    min-height: 100px;
    right: 0px;
    transition: all 0.5s ease-in-out;
  }
  #wrap-top #wrap-nav.hide {
    width: 0px;
    transition: all 0.5s ease-in-out;
  }
  #wrap-top #wrap-nav.hide #menu {
    transition: all 0.5s ease-in-out;
  }
}
#wrap-top {
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  z-index: 99;
}
#wrap-slideshow {
  width: 100%;
}
#wrap-slideshow #slideshow {
  width: 100%;
  overflow: hidden;
}
#wrap-slideshow #slideshow .slide {
  width: 100%;
  height: 100%;
}
#wrap-slideshow #slideshow .slide:nth-child(1) img {
  opacity: 0;
}
#wrap-slideshow #slideshow .slide-text {
  opacity: 0;
}
#wrap-content .wrapper {
  display: block;
}
#wrap-content .wrapper[data-sub="true"] {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 30px;
}
@media (max-width: 1000px) {
  #wrap-content .wrapper[data-sub="true"] {
    display: block;
  }
}
#wrap-content .wrapper .content-left #content-select {
  border: 0px;
  width: 100%;
  padding: 10px;
  display: none;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  #wrap-content .wrapper .content-left #content-select {
    display: block;
  }
}
@media (max-width: 1000px) {
  #wrap-content .wrapper .content-left #submenu {
    display: none;
  }
}
.font-metro {
  font-family: MetropolisLight;
}
.font-orani {
  font-family: Oranienbaum;
}
.colour-gold {
  color: #d7b148;
}
body {
  font-size: 14px;
}
@media (min-width: 320px) {
  body {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1200 - 320)));
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 24px;
  }
}
body.no-y {
  overflow: hidden !important;
}
body,
html {
  line-height: 1.415;
  font-family: MetropolisLight;
  color: black;
}
.wrapper {
  width: 80%;
  max-width: 1550px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .wrapper {
    width: 96%;
  }
}
h1.header {
  color: #d7b148;
  font-family: Oranienbaum;
  text-transform: uppercase;
}
h1.header {
  font-size: 32px;
}
@media (min-width: 600px) {
  h1.header {
    font-size: calc(32px + (60 - 32) * ((100vw - 600px) / (1600 - 600)));
  }
}
@media (min-width: 1600px) {
  h1.header {
    font-size: 60px;
  }
}
h1.header.bl {
  text-align: center;
  padding: 4vw 0;
}
.button {
  background: #d7b148;
  transition: all 0.5s ease-in-out;
  color: white;
  text-align: center;
  padding: 10px 30px 5px 30px;
  font-family: Oranienbaum;
  line-height: 1;
  text-transform: uppercase;
}
.button {
  font-size: 14px;
}
@media (min-width: 320px) {
  .button {
    font-size: calc(14px + (30 - 14) * ((100vw - 320px) / (1200 - 320)));
  }
}
@media (min-width: 1200px) {
  .button {
    font-size: 30px;
  }
}
.button:hover {
  background: black;
}
@media (max-width: 500px) {
  .button {
    padding-bottom: 9px;
  }
}
h2 {
  margin-bottom: 15px;
}
h2.size-72 {
  font-size: 48px;
}
@media (min-width: 320px) {
  h2.size-72 {
    font-size: calc(48px + (72 - 48) * ((100vw - 320px) / (1600 - 320)));
  }
}
@media (min-width: 1600px) {
  h2.size-72 {
    font-size: 72px;
  }
}
h2.size-60 {
  font-size: 36px;
}
@media (min-width: 320px) {
  h2.size-60 {
    font-size: calc(36px + (60 - 36) * ((100vw - 320px) / (1600 - 320)));
  }
}
@media (min-width: 1600px) {
  h2.size-60 {
    font-size: 60px;
  }
}
a {
  color: #d7b148;
}
#y-wrap {
  background: rgba(255,255,255,0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
}
#y-wrap #y {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
}
#y-wrap #y > div {
  background: white;
  padding: 2%;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  border: 5px solid #d7b148;
  text-align: center;
}
#y-wrap #y > div img {
  margin-bottom: 10px;
  width: 50%;
  max-width: 140px;
}
#y-wrap #y > div #y2 {
  font-family: Oranienbaum;
  color: #d7b148;
  margin: 20px 0px;
}
#y-wrap #y > div #y2 {
  font-size: 24px;
}
@media (min-width: 320px) {
  #y-wrap #y > div #y2 {
    font-size: calc(24px + (48 - 24) * ((100vw - 320px) / (1000 - 320)));
  }
}
@media (min-width: 1000px) {
  #y-wrap #y > div #y2 {
    font-size: 48px;
  }
}
#y-wrap #y > div #ys {
  display: grid;
  grid-template-columns: minmax(100px,1fr) minmax(100px,200px);
  grid-gap: 10px;
}
#y-wrap #y > div #ys #year {
  display: block;
  width: 100%;
  padding: 5px;
  border: 1px solid #d7b148;
}
#y-wrap #y > div #ys #y-submit {
  background: #d7b148;
  transition: all 0.5s ease-in-out;
  color: white;
  text-align: center;
  padding: 10px 30px 5px 30px;
  font-family: Oranienbaum;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
  display: grid !important;
  align-items: center;
}
#y-wrap #y > div #ys #y-submit {
  font-size: 14px;
}
@media (min-width: 320px) {
  #y-wrap #y > div #ys #y-submit {
    font-size: calc(14px + (30 - 14) * ((100vw - 320px) / (1200 - 320)));
  }
}
@media (min-width: 1200px) {
  #y-wrap #y > div #ys #y-submit {
    font-size: 30px;
  }
}
#y-wrap #y > div #ys #y-submit:hover {
  background: black;
}
@media (max-width: 500px) {
  #y-wrap #y > div #ys #y-submit {
    padding-bottom: 9px;
  }
}
#y-wrap #y > div #y3 {
  font-size: 13px;
  margin-top: 20px;
}
#y-wrap #y > div #y3 a {
  color: #d7b148;
  font-weight: bold;
  transition: color 0.5s ease-in-out;
}
#y-wrap #y > div #y3 a:hover {
  color: black;
}
#wrap-top {
  background: white;
  border-bottom: 5px solid #d7b148;
  padding: 1.5625% 0px;
  transition: padding 0.5s ease-in-out;
  position: fixed;
  width: 100%;
}
#wrap-top #logo {
  display: block;
  margin: 0 auto;
  width: 10%;
  min-width: 90px;
  max-width: 134px;
  transition: max-width 0.5s ease-in-out;
  z-index: 10;
}
#wrap-top #logo img {
  width: 100%;
  height: auto;
}
#wrap-top #nav {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#wrap-top #nav #nav-left,
#wrap-top #nav #nav-right {
  display: flex;
  width: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  left: auto;
  right: 55%;
  justify-content: flex-end;
}
#wrap-top #nav #nav-left a,
#wrap-top #nav #nav-right a {
  font-family: Oranienbaum;
  color: black;
  padding: 4% 4%;
  border-right: 1px solid #d7b148;
  align-self: center;
  transition: padding 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
#wrap-top #nav #nav-left a,
#wrap-top #nav #nav-right a {
  font-size: 18px;
}
@media (min-width: 1100px) {
  #wrap-top #nav #nav-left a,
  #wrap-top #nav #nav-right a {
    font-size: calc(18px + (28 - 18) * ((100vw - 1100px) / (1920 - 1100)));
  }
}
@media (min-width: 1920px) {
  #wrap-top #nav #nav-left a,
  #wrap-top #nav #nav-right a {
    font-size: 28px;
  }
}
#wrap-top #nav #nav-left a:hover,
#wrap-top #nav #nav-left a.active,
#wrap-top #nav #nav-right a:hover,
#wrap-top #nav #nav-right a.active {
  color: #d7b148;
}
#wrap-top #nav #nav-left a span,
#wrap-top #nav #nav-right a span {
  display: block;
  line-height: 20px;
}
#wrap-top #nav #nav-left a span:nth-child(1),
#wrap-top #nav #nav-right a span:nth-child(1) {
  text-transform: uppercase;
}
#wrap-top #nav #nav-left a span:nth-child(2),
#wrap-top #nav #nav-right a span:nth-child(2) {
  font-size: 11px;
  font-family: MetropolisLight;
  left: 2px;
}
#wrap-top #nav #nav-left a[href*="kontakt"],
#wrap-top #nav #nav-left a[href="#"],
#wrap-top #nav #nav-right a[href*="kontakt"],
#wrap-top #nav #nav-right a[href="#"] {
  border: 0px;
}
#wrap-top #nav #nav-right {
  right: auto;
  left: 55%;
  justify-content: flex-start;
}
#wrap-top.docked {
  padding: 0.5625% 0%;
}
#wrap-top.docked #logo {
  max-width: 100px;
}
#wrap-top.docked #nav #nav-left a,
#wrap-top.docked #nav #nav-right a {
  padding: 3% 4%;
}
#wrap-top.docked #nav #other-nav {
  top: -5%;
}
#wrap-top.docked .join {
  font-size: 14px;
}
@media (min-width: 320px) {
  #wrap-top.docked .join {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1200 - 320)));
  }
}
@media (min-width: 1200px) {
  #wrap-top.docked .join {
    font-size: 24px;
  }
}
#wrap-top.docked #gastromagic {
  margin-top: 0px;
}
#wrap-top.docked #gastromagic img {
  width: 50%;
  top: 10px;
}
#wrap-top #nav-trigger {
  background: #d7b148;
}
#submenu {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #d7b148;
  top: 100%;
  display: flex;
  max-height: 0;
  overflow: hidden;
  justify-content: center;
  height: auto;
  transition: all 0.5s ease-in-out;
}
#submenu a {
  color: white;
  font-family: Oranienbaum;
  text-transform: uppercase;
  padding: 0 2vw;
  margin: 15px 2vw;
}
#submenu a {
  font-size: 16px;
}
@media (min-width: 1100px) {
  #submenu a {
    font-size: calc(16px + (26 - 16) * ((100vw - 1100px) / (1920 - 1100)));
  }
}
@media (min-width: 1920px) {
  #submenu a {
    font-size: 26px;
  }
}
#submenu a:hover,
#submenu a.active {
  color: black;
  transition: color 0.5s ease-in-out;
}
#submenu.show {
  max-height: 100px;
}
#submenu2 {
  display: none;
}
#gastromagic {
  display: block;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
#gastromagic img {
  width: 62.5%;
  max-width: 1200px;
  height: auto;
  transition: all 0.5s ease-in-out;
  top: 0px;
}
@media (max-width: 800px) {
  #gastromagic img {
    width: 100%;
  }
}
#wrap-slideshow {
  border-bottom: 5px solid #d7b148;
  z-index: 5;
  height: calc(100vw * 0.385);
}
#wrap-slideshow:after {
  width: 9.375%;
  height: 0%;
  padding-bottom: 9.375%;
  background: black;
  border: 5px solid #d7b148;
  position: absolute;
  top: 0px;
  left: 0px;
  top: auto;
  left: calc(50% - 4.6875%);
  bottom: 0px;
  z-index: 10;
  content: " ";
  border-radius: 100%;
  border-bottom-color: black;
  border-left-color: black;
  transform: translateY(calc(50% + 5.75px)) rotate(-45deg);
  background-image: url("_images/glass.png");
  background-repeat: no-repeat;
  background-size: contain;
}
#wrap-slideshow #slideshow {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#wrap-slideshow+#wrap-signup {
  background: black;
}
body.page #wrap-slideshow:after {
  background-color: white;
  border-bottom-color: white;
  border-left-color: white;
}
body.page.signup #wrap-slideshow:after {
  background-color: black;
  border-bottom-color: black;
  border-left-color: black;
}
#wrap-home {
  background: black;
  color: white;
}
#wrap-home .wrapper {
  padding: calc((50 / 1920) * 100vw) 0px;
  padding-top: calc((100 / 1920) * 100vw);
  text-align: center;
}
#wrap-home #home {
  max-width: 925px;
  margin: 0 auto 4%;
}
#wrap-home #goals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
#wrap-home #goals #gl > div {
  border-right: 1px solid #d7b148;
  padding: 0px 5%;
  display: grid;
  align-items: center;
  font-size: 16px;
}
#wrap-home #goals #gl > div img {
  margin: 4% auto;
  left: -100%;
  transition: left 0.5s ease-in-out;
}
#wrap-home #goals #gl > div img.done {
  left: 0px;
}
#wrap-home #goals #gr {
  margin-left: 5%;
  overflow: hidden;
  height: 100%;
}
#wrap-signup {
  background: black;
  color: white;
}
#wrap-signup .wrapper {
  padding: calc((50 / 1920) * 100vw) 0px;
  padding-top: calc((100 / 1920) * 100vw);
  text-align: center;
}
#wrap-signup h1 {
  color: white;
}
#wrap-signup form {
  max-width: 700px;
  margin: 20px auto 0 auto;
}
#wrap-signup form input[type="text"],
#wrap-signup form input[type="email"],
#wrap-signup form input[type="number"] {
  width: 100%;
  padding: 2%;
  background: white;
  font-family: MetropolisLight;
  display: block;
  border: 0px;
  margin-bottom: 2%;
  color: #d7b148;
}
#wrap-signup form input[type="text"],
#wrap-signup form input[type="email"],
#wrap-signup form input[type="number"] {
  font-size: 16px;
}
@media (min-width: 600px) {
  #wrap-signup form input[type="text"],
  #wrap-signup form input[type="email"],
  #wrap-signup form input[type="number"] {
    font-size: calc(16px + (20 - 16) * ((100vw - 600px) / (1600 - 600)));
  }
}
@media (min-width: 1600px) {
  #wrap-signup form input[type="text"],
  #wrap-signup form input[type="email"],
  #wrap-signup form input[type="number"] {
    font-size: 20px;
  }
}
#wrap-signup form input[type="submit"] {
  background: #d7b148;
  padding: 10px 30px;
  width: 80%;
  max-width: 200px;
  color: white;
  font-family: Oranienbaum;
  text-transform: uppercase;
  border: 0px;
  transition: color 0.5s ease-in-out;
  cursor: pointer;
}
#wrap-signup form input[type="submit"] {
  font-size: 20px;
}
@media (min-width: 600px) {
  #wrap-signup form input[type="submit"] {
    font-size: calc(20px + (30 - 20) * ((100vw - 600px) / (1600 - 600)));
  }
}
@media (min-width: 1600px) {
  #wrap-signup form input[type="submit"] {
    font-size: 30px;
  }
}
#wrap-signup form input[type="submit"]:hover {
  color: black;
}
#wrap-signup form div.c {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: start;
  text-align: left;
  margin-bottom: 10px;
}
#wrap-signup form div.c input {
  width: 30px;
  height: 30px;
}
#wrap-signup form div.c label {
  font-size: 12px;
}
#wrap-signup form #error,
#wrap-signup form #ok {
  background: white;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  margin-bottom: 2%;
}
#wrap-signup form #error {
  color: red;
}
#wrap-signup form #ok {
  color: white;
  font-size: 24px;
  background: #d7b148;
}
#wrap-accom {
  background: white;
  color: black;
  overflow: hidden;
}
#wrap-accom .wrapper {
  padding: calc((50 / 1920) * 100vw) 0px;
  padding-bottom: calc((130 / 1920) * 100vw);
  text-align: center;
}
#wrap-accom #accom {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#wrap-accom #accom #ar > div {
  border-left: 1px solid #d7b148;
  padding: 0px 5%;
  display: grid;
  align-items: center;
  font-size: 16px;
}
#wrap-accom #accom #ar > div img {
  margin: 4% auto;
  left: 100%;
  transition: left 0.5s ease-in-out;
}
#wrap-accom #accom #ar > div img.done {
  left: 0px;
}
#wrap-accom #accom #al {
  margin-right: 5%;
  overflow: hidden;
  height: 100%;
}
#wrap-accom #accom #al img {
  width: 100%;
}
#par-bottlingi {
  width: 100%;
  padding-bottom: 100%;
}
#par-bottlingi a {
  width: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  left: 50%;
  height: 100%;
  display: grid;
  align-items: center;
}
#par-bottlingi a > span {
  text-align: center;
  display: block;
  transform: translateY(-20vw);
}
#par-bottlingi a .header {
  font-family: Oranienbaum;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
#par-bottlingi a .header {
  font-size: 40px;
}
@media (min-width: 320px) {
  #par-bottlingi a .header {
    font-size: calc(40px + (72 - 40) * ((100vw - 320px) / (1600 - 320)));
  }
}
@media (min-width: 1600px) {
  #par-bottlingi a .header {
    font-size: 72px;
  }
}
#par-bottlingi a .button {
  margin: 20px auto 0 auto;
  display: inline-block;
  padding: 10px 30px 9px 30px;
}
@media (max-width: 500px) {
  #par-bottlingi {
    margin-bottom: 40vw;
    padding-bottom: 75%;
  }
  #par-bottlingi a {
    top: auto;
    bottom: 0px;
    transform: translateY(100%);
    width: 100%;
    left: 0;
  }
  #par-bottlingi a .button {
    margin-top: 0px;
  }
}
#wrap-mem {
  border-top: 5px solid black;
}
#wrap-mem:before {
  width: 9.375%;
  height: 0%;
  padding-bottom: 9.375%;
  background-color: #d7b148;
  background: url("_images/member.png"), linear-gradient(225deg, rgba(215,177,72,1) 0%, rgba(215,177,72,1) 51%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
  background-repeat: no-repeat;
  background-size: contain;
  border: 5px solid black;
  position: absolute;
  top: 0px;
  left: 0px;
  left: calc(50% - 4.6875%);
  z-index: 10;
  content: " ";
  border-radius: 100%;
  border-bottom-color: transparent;
  border-left-color: transparent;
  transform: translateY(calc(-50% + 0px)) rotate(-45deg);
}
#wrap-mem .wrapper {
  padding: calc((100 / 1920) * 100vw) 0px calc((130 / 1920) * 100vw) 0px;
  color: black;
}
#wrap-mem .cnt {
  max-width: 1160px;
  margin: 0 auto;
}
#wrap-mem #mon {
  text-align: center;
  width: 100%;
  padding: 30px 0px;
  overflow: hidden;
}
#wrap-mem #mon #mon-in {
  width: 21%;
  max-width: 325px;
  margin: 0 auto;
}
#wrap-mem #mon #mon-in:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 64%;
  max-width: 207px;
  height: 38.5%;
  max-height: 125px;
  background: url("_images/arrow.png") no-repeat top right;
  transform: scaleX(-1);
  top: 50%;
  left: auto;
  right: 1000px;
  background-size: contain;
  transition: right 0.5s ease-in-out;
}
#wrap-mem #mon #mon-in div {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  background: url("_images/skladka.png") black;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  top: -50px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
#wrap-mem #mon #mon-in div:after {
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
  border: 4px solid black;
  content: " ";
  border-radius: 100%;
  top: -12px;
  left: -12px;
}
#wrap-mem #mon #mon-in:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 64%;
  max-width: 207px;
  height: 38.5%;
  max-height: 125px;
  background: url("_images/arrow.png") no-repeat top left;
  top: 50%;
  left: 1000px;
  background-size: contain;
  transition: left 0.5s ease-in-out;
}
#wrap-mem #mon #mon-in.done:before {
  right: 90%;
}
#wrap-mem #mon #mon-in.done div {
  top: 0px;
  opacity: 1;
}
#wrap-mem #mon #mon-in.done:after {
  left: 90%;
}
#wrap-mem #mem {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 5%;
  grid-template-rows: calc(100vw * 0.2135);
  margin-bottom: 5%;
  margin-top: 3%;
}
#wrap-mem #mem > div {
  font-family: Oranienbaum;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
#wrap-mem #mem > div {
  font-size: 18px;
}
@media (min-width: 800px) {
  #wrap-mem #mem > div {
    font-size: calc(18px + (36 - 18) * ((100vw - 800px) / (1920 - 800)));
  }
}
@media (min-width: 1920px) {
  #wrap-mem #mem > div {
    font-size: 36px;
  }
}
#wrap-mem #mem > div:nth-child(2),
#wrap-mem #mem > div:nth-child(4) {
  align-self: end;
  bottom: -20px;
}
#wrap-mem #mem > div:nth-child(1),
#wrap-mem #mem > div:nth-child(3),
#wrap-mem #mem > div:nth-child(5) {
  top: -20px;
}
#wrap-mem #mem > div > div {
  width: 100%;
  margin-bottom: 10%;
}
#wrap-mem #mem > div > div:before {
  position: absolute;
  top: 0px;
  left: 0px;
  top: -8px;
  left: -8px;
  border: 4px solid black;
  border-radius: 100%;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  content: " ";
}
#wrap-mem #mem > div > div img {
  width: 100%;
  height: auto;
  display: block;
}
#wrap-mem #mem.done > div:nth-child(2),
#wrap-mem #mem.done > div:nth-child(4) {
  bottom: 0px;
}
#wrap-mem #mem.done > div:nth-child(1),
#wrap-mem #mem.done > div:nth-child(3),
#wrap-mem #mem.done > div:nth-child(5) {
  top: 0px;
}
#wrap-mem .join {
  max-width: 200px;
  width: 100%;
  margin: 20px auto 0 auto;
  background: black;
  color: #d7b148;
  padding: 10px 0%;
  display: block;
  transition: background 0.5s ease-in-out;
}
#wrap-mem .join:hover {
  background: #e9e9e9;
}
#wrap-swag {
  z-index: 10;
}
#wrap-swag:before {
  width: 9.375%;
  height: 0%;
  padding-bottom: 9.375%;
  background-color: white;
  background-image: url("_images/glass.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
  left: calc(50% - 4.6875%);
  z-index: 10;
  content: " ";
  border-radius: 100%;
  transform: translateY(calc(-50% + 0px)) rotate(-45deg);
}
#wrap-swag.done:after {
  opacity: 1;
}
#wrap-swag .wrapper {
  padding: calc((80 / 1920) * 100vw) 0px;
}
#wrap-swag .cnt {
  width: 50%;
  left: 50%;
}
#wrap-swag:after {
  width: 65%;
  height: 0px;
  padding-bottom: 65%;
  content: " ";
  background: url("_images/gadzety.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
  top: -70px;
  left: auto;
  right: 60%;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#wrap-swag #swag {
  width: 50%;
  left: 50%;
  margin-top: 15px;
}
#wrap-swag #swag:after {
  content: " ";
  display: block;
  clear: both;
}
#wrap-swag #swag img {
  float: right;
  height: auto;
}
@media (max-width: 800px) {
  #wrap-swag #swag img {
    max-width: 100%;
  }
}
#wrap-join {
  height: 0px;
  height: calc(100vw * 0.66);
}
#wrap-join .wrapper {
  padding: calc((100 / 1920) * 100vw) 0px;
}
#wrap-join #join {
  width: 50%;
  left: 50%;
  text-align: center;
  font-family: Oranienbaum;
}
#wrap-join #join img {
  margin: 0px auto 5% auto;
  width: 30%;
  height: auto;
}
#wrap-join #join #j1 {
  font-size: 38px;
}
@media (min-width: 600px) {
  #wrap-join #join #j1 {
    font-size: calc(38px + (130 - 38) * ((100vw - 600px) / (1920 - 600)));
  }
}
@media (min-width: 1920px) {
  #wrap-join #join #j1 {
    font-size: 130px;
  }
}
#wrap-join #join #j2 {
  font-size: 24px;
}
@media (min-width: 600px) {
  #wrap-join #join #j2 {
    font-size: calc(24px + (42 - 24) * ((100vw - 600px) / (1600 - 600)));
  }
}
@media (min-width: 1600px) {
  #wrap-join #join #j2 {
    font-size: 42px;
  }
}
#wrap-join #join #j3 {
  background: #d7b148;
  transition: all 0.5s ease-in-out;
  color: white;
  text-align: center;
  padding: 10px 30px 5px 30px;
  font-family: Oranienbaum;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 20px !important;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 9px;
}
#wrap-join #join #j3 {
  font-size: 14px;
}
@media (min-width: 320px) {
  #wrap-join #join #j3 {
    font-size: calc(14px + (30 - 14) * ((100vw - 320px) / (1200 - 320)));
  }
}
@media (min-width: 1200px) {
  #wrap-join #join #j3 {
    font-size: 30px;
  }
}
#wrap-join #join #j3:hover {
  background: black;
}
@media (max-width: 500px) {
  #wrap-join #join #j3 {
    padding-bottom: 9px;
  }
}
#wrap-meet {
  background: white;
  text-align: center;
}
#wrap-meet .wrapper {
  padding: 60px 0px calc((100 / 1920) * 130vw) 0px;
}
#wrap-meet h2 {
  color: #d7b148;
  font-family: Oranienbaum;
}
#wrap-meet #meet-img {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 4vw;
  margin-bottom: 30px;
}
#wrap-meet #meet-img a {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  overflow: hidden;
}
#wrap-meet #meet-img a img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.whisky-list-bottle {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-template-rows: 1fr 30px;
  border-right: 3px solid #d7b148;
  grid-gap: 10px;
}
.whisky-list-bottle .img {
  grid-area: 1 / 1 / 3 / 2;
  transition: all 0.5s ease-in-out;
}
.whisky-list-bottle .img img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.whisky-list-bottle .det .int-id {
  color: #d7b148;
  font-family: Oranienbaum;
  transition: all 0.5s ease-in-out;
}
.whisky-list-bottle .det .int-id {
  font-size: 24px;
}
@media (min-width: 600px) {
  .whisky-list-bottle .det .int-id {
    font-size: calc(24px + (40 - 24) * ((100vw - 600px) / (1600 - 600)));
  }
}
@media (min-width: 1600px) {
  .whisky-list-bottle .det .int-id {
    font-size: 40px;
  }
}
.whisky-list-bottle .det .int-id a img {
  width: 30px;
  height: auto;
  top: 2px;
}
.whisky-list-bottle .det .det-in {
  display: block;
  color: black;
  font-size: 14px;
  line-height: 20px;
}
.whisky-list-bottle .mor {
  background: #d7b148;
  float: right;
  color: white;
  justify-self: end;
  font-size: 16px;
  padding: 5px 10px;
  transition: all 0.5s ease-in-out;
  line-height: 18px;
}
.whisky-list-bottle:hover .mor {
  background: black;
}
.whisky-list-bottle:hover .int-id {
  color: black;
}
.whisky-list-bottle:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.whisky-list-bottle .photo {
  display: none;
}
#wrap-whisky {
  border-top: 5px solid #d7b148;
}
#wrap-whisky:before {
  width: 9.375%;
  height: 0%;
  padding-bottom: 9.375%;
  background-color: white;
  border: 5px solid #d7b148;
  background-image: url("_images/bottle.png");
  border-bottom-color: transparent;
  border-left-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
  left: calc(50% - 4.6875%);
  z-index: 10;
  content: " ";
  border-radius: 100%;
  transform: translateY(calc(-50% + 0px)) rotate(-45deg);
}
#wrap-whisky .wrapper {
  padding: calc((80 / 1920) * 100vw) 0px;
}
#wrap-whisky #whisky {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0% 3%;
  grid-template-rows: 240px;
}
#wrap-whisky #all-whisky {
  margin: 5% auto 0px auto;
  display: block;
  max-width: 200px;
  padding: 10px 0px;
}
#wrap-content {
  background: white;
  min-height: 500px;
}
#wrap-content .wrapper {
  padding: calc((100 / 1920) * 100vw) 0px;
}
#wrap-content #whisky-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 2%;
  grid-auto-rows: minmax(240px,auto);
}
#wrap-content #whisky-one {
  max-width: 1065px;
  margin: 0 auto;
}
#wrap-content #whisky-one .rat-avg {
  color: #d7b148;
  font-family: Oranienbaum;
}
#wrap-content #whisky-one .rat-avg {
  font-size: 30px;
}
@media (min-width: 600px) {
  #wrap-content #whisky-one .rat-avg {
    font-size: calc(30px + (65 - 30) * ((100vw - 600px) / (1800 - 600)));
  }
}
@media (min-width: 1800px) {
  #wrap-content #whisky-one .rat-avg {
    font-size: 65px;
  }
}
#wrap-content #whisky-one .rat-hun {
  font-family: Oranienbaum;
  color: #d7b148;
}
#wrap-content #whisky-one .rat-hun {
  font-size: 20px;
}
@media (min-width: 600px) {
  #wrap-content #whisky-one .rat-hun {
    font-size: calc(20px + (40 - 20) * ((100vw - 600px) / (1800 - 600)));
  }
}
@media (min-width: 1800px) {
  #wrap-content #whisky-one .rat-hun {
    font-size: 40px;
  }
}
#wrap-content #whisky-one #whisky-info {
  display: grid;
  grid: minmax(140px,auto) auto auto / 22.5% auto minmax(90px,200px);
  grid-gap: 20px;
  margin: 0 auto 20px auto;
  padding-bottom: 20px;
  grid-template-areas: "bottle title title" "bottle details rating" "text text text";
}
#wrap-content #whisky-one #whisky-info #bottle-image {
  grid-area: bottle;
}
#wrap-content #whisky-one #whisky-info #bottle-image img {
  width: 100%;
  height: auto;
  max-width: 180px;
  display: block;
  margin: auto;
}
#wrap-content #whisky-one #whisky-info #whisky-title {
  grid-area: title;
  color: #d7b148;
  font-family: Oranienbaum;
  z-index: 100;
}
#wrap-content #whisky-one #whisky-info #whisky-title h1 {
  margin-bottom: 0px;
}
#wrap-content #whisky-one #whisky-info #whisky-title h1 {
  font-size: 28px;
}
@media (min-width: 600px) {
  #wrap-content #whisky-one #whisky-info #whisky-title h1 {
    font-size: calc(28px + (48 - 28) * ((100vw - 600px) / (1600 - 600)));
  }
}
@media (min-width: 1600px) {
  #wrap-content #whisky-one #whisky-info #whisky-title h1 {
    font-size: 48px;
  }
}
#wrap-content #whisky-one #whisky-info #whisky-title h1 img {
  top: 5px;
}
#wrap-content #whisky-one #whisky-info #whisky-title #whisky-id {
  font-size: 22px;
}
@media (min-width: 600px) {
  #wrap-content #whisky-one #whisky-info #whisky-title #whisky-id {
    font-size: calc(22px + (32 - 22) * ((100vw - 600px) / (1600 - 600)));
  }
}
@media (min-width: 1600px) {
  #wrap-content #whisky-one #whisky-info #whisky-title #whisky-id {
    font-size: 32px;
  }
}
#wrap-content #whisky-one #whisky-info #whisky-rating {
  grid-area: rating;
}
#wrap-content #whisky-one #whisky-info #whisky-rating {
  font-size: 14px;
}
@media (min-width: 600px) {
  #wrap-content #whisky-one #whisky-info #whisky-rating {
    font-size: calc(14px + (18 - 14) * ((100vw - 600px) / (1600 - 600)));
  }
}
@media (min-width: 1600px) {
  #wrap-content #whisky-one #whisky-info #whisky-rating {
    font-size: 18px;
  }
}
#wrap-content #whisky-one #whisky-info #whisky-text {
  grid-area: text;
  text-align: justify;
}
#wrap-content #whisky-one #whisky-info #whisky-text {
  font-size: 16px;
}
@media (min-width: 600px) {
  #wrap-content #whisky-one #whisky-info #whisky-text {
    font-size: calc(16px + (20 - 16) * ((100vw - 600px) / (1600 - 600)));
  }
}
@media (min-width: 1600px) {
  #wrap-content #whisky-one #whisky-info #whisky-text {
    font-size: 20px;
  }
}
#wrap-content #whisky-one #whisky-notes {
  border-top: 1px solid #ad8d41;
}
#wrap-content #whisky-one #whisky-notes .note {
  display: grid;
  grid: auto auto / 30% 1fr;
  grid-template-areas: "rating text" "rating name";
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0px;
}
#wrap-content #whisky-one #whisky-notes .note .note-rating {
  grid-area: rating;
  color: #d7b148;
  font-family: Oranienbaum;
}
#wrap-content #whisky-one #whisky-notes .note .note-text {
  grid-area: text;
}
#wrap-content #whisky-one #whisky-notes .note .note-text {
  font-size: 16px;
}
@media (min-width: 600px) {
  #wrap-content #whisky-one #whisky-notes .note .note-text {
    font-size: calc(16px + (20 - 16) * ((100vw - 600px) / (1600 - 600)));
  }
}
@media (min-width: 1600px) {
  #wrap-content #whisky-one #whisky-notes .note .note-text {
    font-size: 20px;
  }
}
#wrap-content #whisky-one #whisky-notes .note .note-name {
  grid-area: name;
  font-weight: bold;
  justify-self: end;
  margin-top: 15px;
}
#wrap-content #whisky-one #whisky-notes .note .note-name {
  font-size: 16px;
}
@media (min-width: 600px) {
  #wrap-content #whisky-one #whisky-notes .note .note-name {
    font-size: calc(16px + (20 - 16) * ((100vw - 600px) / (1600 - 600)));
  }
}
@media (min-width: 1600px) {
  #wrap-content #whisky-one #whisky-notes .note .note-name {
    font-size: 20px;
  }
}
#wrap-content #distillery-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 8vw;
  align-items: center;
}
#wrap-content #distillery-list a img {
  width: 100%;
  height: auto;
}
@media (max-width: 700px) {
  #wrap-content #distillery-list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16vw;
  }
}
@media (max-width: 500px) {
  #wrap-content #distillery-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 16vw;
  }
}
#wrap-content .type-gallery {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 3vw;
}
#wrap-content .type-gallery #content-left #gallery-select {
  width: 100%;
  padding: 10px;
  margin-bottom: 3vw;
  border: 0px;
  background: #e9e9e9;
  display: none;
}
#wrap-content .type-gallery #content-left #gallery-items a {
  color: white;
  background: #ad8d41;
  transition: all 0.5s ease-in-out;
  display: block;
  padding: 10px;
}
#wrap-content .type-gallery #content-left #gallery-items a {
  font-size: 16px;
}
@media (min-width: 600px) {
  #wrap-content .type-gallery #content-left #gallery-items a {
    font-size: calc(16px + (20 - 16) * ((100vw - 600px) / (1600 - 600)));
  }
}
@media (min-width: 1600px) {
  #wrap-content .type-gallery #content-left #gallery-items a {
    font-size: 20px;
  }
}
#wrap-content .type-gallery #content-left #gallery-items a.active,
#wrap-content .type-gallery #content-left #gallery-items a:hover {
  background: black;
}
#wrap-content .type-gallery #content-left #gallery-items a+a {
  margin-top: 10px;
}
#wrap-content .type-gallery #content-right {
  padding-left: 3vw;
  border-left: 1px solid #d7b148;
}
#wrap-content .type-gallery #content-right #gallery-desc {
  text-align: justify;
}
#wrap-content .type-gallery #content-right #gallery {
  display: grid;
  grid-template-columns: repeat(6,auto);
  grid-gap: 1vw;
  margin: 2vw 0vw;
}
#wrap-content .type-gallery #content-right #gallery a span {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
#wrap-content .type-gallery #content-right #gallery a span img {
  position: absolute;
  top: 0px;
  left: 0px;
}
#bottlings-list {
  background: white;
}
#bottlings-list a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "photo text";
}
#bottlings-list a span {
  display: block;
}
#bottlings-list a .photo {
  grid-area: photo;
  overflow: hidden;
  align-self: stretch;
}
#bottlings-list a .photo img {
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.5s ease-in-out;
}
#bottlings-list a .content {
  grid-area: text;
  padding: 5vw 12vw;
}
@media (max-width: 1300px) {
  #bottlings-list a .content {
    padding: 5vw 6vw;
  }
}
#bottlings-list a .content .bottle {
  height: 350px;
}
#bottlings-list a .content .title {
  text-align: center;
  font-family: Oranienbaum;
  color: #d7b148;
  border-top: 1px solid #d7b148;
  padding-top: 15px;
  margin-top: 30px;
}
#bottlings-list a .content .title {
  font-size: 24px;
}
@media (min-width: 600px) {
  #bottlings-list a .content .title {
    font-size: calc(24px + (36 - 24) * ((100vw - 600px) / (1600 - 600)));
  }
}
@media (min-width: 1600px) {
  #bottlings-list a .content .title {
    font-size: 36px;
  }
}
#bottlings-list a .content .internal-id {
  font-family: Oranienbaum;
  color: black;
  text-align: center;
  margin: 15px 0;
}
#bottlings-list a .content .internal-id {
  font-size: 18px;
}
@media (min-width: 600px) {
  #bottlings-list a .content .internal-id {
    font-size: calc(18px + (24 - 18) * ((100vw - 600px) / (1600 - 600)));
  }
}
@media (min-width: 1600px) {
  #bottlings-list a .content .internal-id {
    font-size: 24px;
  }
}
#bottlings-list a .content .text {
  text-align: justify;
  color: black;
  line-height: 1.415;
}
#bottlings-list a .content .text {
  font-size: 14px;
}
@media (min-width: 600px) {
  #bottlings-list a .content .text {
    font-size: calc(14px + (18 - 14) * ((100vw - 600px) / (1600 - 600)));
  }
}
@media (min-width: 1600px) {
  #bottlings-list a .content .text {
    font-size: 18px;
  }
}
#bottlings-list a .content .more {
  width: 100px;
  background: #d7b148;
  color: white;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  margin: 15px auto 0px auto;
  transition: all 0.5s ease-in-out;
}
#bottlings-list a:nth-child(even) {
  grid-template-areas: "text photo";
}
#bottlings-list a:hover .photo img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}
#bottlings-list a:hover .more {
  background: black;
  color: white;
}
@media (max-width: 1000px) {
  #bottlings-list a {
    grid-template-columns: 1fr;
    grid-template-areas: "photo" "text" !important;
  }
  #bottlings-list a .photo {
    height: 0;
    padding-bottom: 100%;
  }
}
#whisky-details {
  grid-area: details;
  display: grid;
  grid-template-columns: minmax(140px,240px) minmax(200px,1fr);
  line-height: 1.6;
  align-self: start;
}
#whisky-details {
  font-size: 16px;
}
@media (min-width: 600px) {
  #whisky-details {
    font-size: calc(16px + (20 - 16) * ((100vw - 600px) / (1600 - 600)));
  }
}
@media (min-width: 1600px) {
  #whisky-details {
    font-size: 20px;
  }
}
#whisky-details .b {
  font-weight: bold;
}
#wrap-promo {
  z-index: 10;
  border-bottom: 5px solid #d7b148;
}
#wrap-promo:after {
  width: 9.375%;
  height: 0%;
  padding-bottom: 9.375%;
  background: white;
  border: 5px solid #d7b148;
  position: absolute;
  top: 0px;
  left: 0px;
  top: auto;
  left: calc(50% - 4.6875%);
  bottom: 0px;
  z-index: 10;
  content: " ";
  border-radius: 100%;
  border-bottom-color: white;
  border-left-color: white;
  transform: translateY(calc(50% + 5.75px)) rotate(-45deg);
  background-image: url("_images/glass.png");
  background-repeat: no-repeat;
  background-size: contain;
}
#wrap-promo #promo-img {
  width: 100%;
  padding-bottom: 50%;
}
#wrap-promo #promo-info {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  height: 100%;
  width: 100%;
  display: grid;
  align-items: center;
}
#wrap-promo #promo-info .wrapper {
  display: grid;
  align-items: center;
  justify-items: end;
}
#wrap-promo #promo-info .wrapper #promo-info-in {
  width: 50%;
  margin-top: 100px;
}
#wrap-promo #promo-info .wrapper #promo-info-in > div {
  background: white;
  max-width: 600px;
  padding: 3% 4%;
}
#wrap-promo #promo-info .wrapper #promo-info-in > div #promo-bottle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40%;
  height: 100%;
  top: 0%;
  z-index: 20;
  background: none;
  left: auto;
  right: 0px;
  transform: translateX(50%);
}
#wrap-promo #promo-info .wrapper #promo-info-in > div #whisky-title {
  color: black;
  font-family: Oranienbaum;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  z-index: 100;
}
#wrap-promo #promo-info .wrapper #promo-info-in > div #whisky-title h1 {
  margin-bottom: 0px;
}
#wrap-promo #promo-info .wrapper #promo-info-in > div #whisky-title h1 {
  font-size: 28px;
}
@media (min-width: 600px) {
  #wrap-promo #promo-info .wrapper #promo-info-in > div #whisky-title h1 {
    font-size: calc(28px + (48 - 28) * ((100vw - 600px) / (1600 - 600)));
  }
}
@media (min-width: 1600px) {
  #wrap-promo #promo-info .wrapper #promo-info-in > div #whisky-title h1 {
    font-size: 48px;
  }
}
#wrap-promo #promo-info .wrapper #promo-info-in > div #whisky-title h1.nw-long {
  font-size: 16px;
}
@media (min-width: 600px) {
  #wrap-promo #promo-info .wrapper #promo-info-in > div #whisky-title h1.nw-long {
    font-size: calc(16px + (32 - 16) * ((100vw - 600px) / (1600 - 600)));
  }
}
@media (min-width: 1600px) {
  #wrap-promo #promo-info .wrapper #promo-info-in > div #whisky-title h1.nw-long {
    font-size: 32px;
  }
}
#wrap-promo #promo-info .wrapper #promo-info-in > div #whisky-title h1 img {
  top: 5px;
}
#wrap-promo #promo-info .wrapper #promo-info-in > div #whisky-id {
  color: #d7b148;
  font-family: Oranienbaum;
  margin-top: 10px;
}
#wrap-promo #promo-info .wrapper #promo-info-in > div #whisky-id {
  font-size: 28px;
}
@media (min-width: 600px) {
  #wrap-promo #promo-info .wrapper #promo-info-in > div #whisky-id {
    font-size: calc(28px + (42 - 28) * ((100vw - 600px) / (1600 - 600)));
  }
}
@media (min-width: 1600px) {
  #wrap-promo #promo-info .wrapper #promo-info-in > div #whisky-id {
    font-size: 42px;
  }
}
#wrap-promo #promo-info .wrapper #promo-info-in > div #whisky-bottles {
  margin-bottom: 0px;
}
#wrap-promo #promo-info .wrapper #promo-info-in > div #whisky-bottles {
  font-size: 18px;
}
@media (min-width: 600px) {
  #wrap-promo #promo-info .wrapper #promo-info-in > div #whisky-bottles {
    font-size: calc(18px + (24 - 18) * ((100vw - 600px) / (1600 - 600)));
  }
}
@media (min-width: 1600px) {
  #wrap-promo #promo-info .wrapper #promo-info-in > div #whisky-bottles {
    font-size: 24px;
  }
}
#wrap-dist {
  background: white;
}
#wrap-dist .wrapper {
  padding: calc((50 / 1920) * 100vw) 0px;
  padding-top: calc((100 / 1920) * 100vw);
}
#wrap-dist #dist-one {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2vw;
  grid-template-areas: "info map text" "history history history" "bottler bottler bottler";
}
#wrap-dist #dist-one.dist {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "info map" "history history";
}
#wrap-dist #dist-one #dist-info {
  grid-area: info;
}
#wrap-dist #dist-one #dist-info img[src*="distilleries"] {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#wrap-dist #dist-one #dist-info #dist-details {
  display: grid;
  grid-template-columns: 190px 1fr;
  line-height: 1.6;
  text-align: left;
}
#wrap-dist #dist-one #dist-info #dist-details {
  font-size: 16px;
}
@media (min-width: 600px) {
  #wrap-dist #dist-one #dist-info #dist-details {
    font-size: calc(16px + (20 - 16) * ((100vw - 600px) / (1600 - 600)));
  }
}
@media (min-width: 1600px) {
  #wrap-dist #dist-one #dist-info #dist-details {
    font-size: 20px;
  }
}
#wrap-dist #dist-one #dist-info #dist-details .b {
  font-weight: bold;
}
#wrap-dist #dist-one #dist-info #dist-adr {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  font-size: 16px;
  justify-items: start;
  grid-gap: 10px;
  text-align: left;
  margin-top: 20px;
}
#wrap-dist #dist-one #dist-info #dist-adr br+br {
  display: none;
}
#wrap-dist #dist-one #dist-info #dist-adr img {
  width: 90%;
  height: auto;
}
#wrap-dist #dist-one #dist-info #dist-adr a {
  color: #d7b148;
  transition: color 0.5s ease-in-out;
}
#wrap-dist #dist-one #dist-info #dist-adr a:hover {
  color: black;
}
#wrap-dist #dist-one #dist-map {
  grid-area: map;
}
#wrap-dist #dist-one #dist-map img {
  width: 100%;
}
#wrap-dist #dist-one .dist-history {
  grid-area: history;
}
#wrap-dist #dist-one .bottler-text {
  grid-area: bottler;
}
#bottler-one > img[src*="bottlers/logos"] {
  max-width: 300px;
  width: 100%;
}
#wrap-dist-simple .wrapper {
  padding: calc((50 / 1920) * 100vw) 0px;
  padding-top: calc((100 / 1920) * 100vw);
}
.dist-text,
.dist-history,
.bottler-text,
#wrap-bottler {
  text-align: left;
}
.dist-text .header,
.dist-history .header,
.bottler-text .header,
#wrap-bottler .header {
  color: #d7b148;
  font-family: Oranienbaum;
}
.dist-text .header,
.dist-history .header,
.bottler-text .header,
#wrap-bottler .header {
  font-size: 24px;
}
@media (min-width: 600px) {
  .dist-text .header,
  .dist-history .header,
  .bottler-text .header,
  #wrap-bottler .header {
    font-size: calc(24px + (36 - 24) * ((100vw - 600px) / (1600 - 600)));
  }
}
@media (min-width: 1600px) {
  .dist-text .header,
  .dist-history .header,
  .bottler-text .header,
  #wrap-bottler .header {
    font-size: 36px;
  }
}
.dist-text .subheader,
.dist-history .subheader,
.bottler-text .subheader,
#wrap-bottler .subheader {
  color: #d7b148;
  font-family: Oranienbaum;
}
.dist-text .subheader,
.dist-history .subheader,
.bottler-text .subheader,
#wrap-bottler .subheader {
  font-size: 18px;
}
@media (min-width: 600px) {
  .dist-text .subheader,
  .dist-history .subheader,
  .bottler-text .subheader,
  #wrap-bottler .subheader {
    font-size: calc(18px + (24 - 18) * ((100vw - 600px) / (1600 - 600)));
  }
}
@media (min-width: 1600px) {
  .dist-text .subheader,
  .dist-history .subheader,
  .bottler-text .subheader,
  #wrap-bottler .subheader {
    font-size: 24px;
  }
}
.dist-text .text,
.dist-history .text,
.bottler-text .text,
#wrap-bottler .text {
  text-align: justify;
}
.dist-text .text,
.dist-history .text,
.bottler-text .text,
#wrap-bottler .text {
  font-size: 14px;
}
@media (min-width: 600px) {
  .dist-text .text,
  .dist-history .text,
  .bottler-text .text,
  #wrap-bottler .text {
    font-size: calc(14px + (18 - 14) * ((100vw - 600px) / (1600 - 600)));
  }
}
@media (min-width: 1600px) {
  .dist-text .text,
  .dist-history .text,
  .bottler-text .text,
  #wrap-bottler .text {
    font-size: 18px;
  }
}
#wrap-bottler {
  padding-bottom: calc((100 / 1920) * 100vw);
}
#promo-img2 {
  width: 100%;
  padding-bottom: 50%;
}
#wrap-contact {
  padding: 30px 0px;
  background: white;
  font-size: 16px;
}
#wrap-contact #contact {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 6%;
  max-width: 900px;
  margin: 0 auto;
}
#wrap-contact #contact > div {
  text-align: center;
  line-height: 26px;
}
#wrap-contact #contact > div .c1 {
  font-size: 24px;
  font-family: Oranienbaum;
}
#wrap-contact #contact > div a {
  display: block;
  color: #d7b148;
  transition: all 0.5s ease-in-out;
}
#wrap-contact #contact > div a:hover {
  color: black;
}
#wrap-address {
  background: #f2f1f1;
  padding: 30px 0px;
  font-size: 16px;
}
footer {
  background: black;
  padding: 20px 0px 40px 0px;
}
footer .wrapper {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  grid-gap: 20px;
}
footer #other-nav {
  line-height: 14px;
  transition: top 0.5s ease-in-out;
}
footer #other-nav a {
  text-transform: uppercase;
  font-size: 12px;
  color: white;
  display: inline-block;
  margin-right: 10px;
  line-height: 14px;
  transition: color 0.5s ease-in-out;
}
footer #other-nav a:hover,
footer #other-nav a.active {
  color: #d7b148;
}
footer #other-nav a:last-child {
  margin-right: 0px;
}
footer #lg {
  display: block;
  width: 80px;
  margin: 0 auto;
}
footer #f #la {
  color: white;
  font-size: 10px;
  transition: all 0.5s ease-in-out;
  text-align: right;
  display: block;
}
footer #f #la:hover {
  color: #d7b148;
}
footer #f span {
  display: block;
  text-align: right;
  color: white;
  font-size: 10px;
}
#cookie-info-wrap #cookie-info {
  font-size: 12px;
}
#cookie-info-wrap #cookie-info #cookie-info-accept {
  background: #d7b148;
  transition: all 0.5s ease-in-out;
}
#cookie-info-wrap #cookie-info #cookie-info-accept:hover {
  background: black;
}
@media (max-width: 1400px) {
  #wrap-content .type-gallery #content-right #whisky-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  #wrap-promo #promo-info .wrapper {
    width: 80%;
  }
  #wrap-promo #promo-info .wrapper #promo-info-in {
    width: 65%;
  }
  #wrap-promo #promo-img {
    padding-bottom: 60%;
  }
  #wrap-content .type-gallery #content-right #whisky-list {
    grid-template-columns: 1fr 1fr;
  }
  #wrap-content .type-gallery #content-right #gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1000px) {
  #wrap-top {
    position: relative !important;
    padding: 10px 0px;
  }
  #wrap-top #nav {
    width: 200px;
    background: #d7b148;
    z-index: 888;
    height: auto !important;
    top: 44px;
    margin-left: -1px;
    left: -300px;
    display: block;
    transition: left 0.5s ease-in-out;
  }
  #wrap-top #nav.show {
    left: -2%;
  }
  #wrap-top #nav #nav-left,
  #wrap-top #nav #nav-right,
  #wrap-top #nav #other-nav {
    position: relative;
    display: block;
    top: 0px;
    left: 0px;
    right: 0px;
    width: auto;
    line-height: 1;
  }
  #wrap-top #nav #nav-left a,
  #wrap-top #nav #nav-right a,
  #wrap-top #nav #other-nav a {
    padding: 5px 10px;
    font-size: 16px;
    display: block;
    border: 0px !important;
    color: white;
    font-family: Oranienbaum;
    margin: 0;
  }
  #wrap-top #nav #nav-left a:hover,
  #wrap-top #nav #nav-left a.active,
  #wrap-top #nav #nav-right a:hover,
  #wrap-top #nav #nav-right a.active,
  #wrap-top #nav #other-nav a:hover,
  #wrap-top #nav #other-nav a.active {
    color: black;
  }
  #wrap-top #nav #nav-left #whisky-submenu,
  #wrap-top #nav #nav-right #whisky-submenu,
  #wrap-top #nav #other-nav #whisky-submenu {
    display: none;
  }
  #submenu2 {
    display: block;
  }
  #submenu2 a {
    padding-left: 20px !important;
  }
  #submenu2 a[href*="butelki"] {
    padding-left: 10px !important;
  }
  #submenu {
    display: none;
  }
  #wrap-home #goals {
    display: block;
  }
  #wrap-home #goals #gl > div {
    border: 0px;
    padding: 0px;
  }
  #wrap-home #goals #gr {
    height: 0px;
    padding-bottom: 50%;
    margin: 20px auto 0px auto;
  }
  #wrap-accom #accom {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "top" "bottom";
  }
  #wrap-accom #accom #ar {
    margin: 0px;
    grid-area: top;
  }
  #wrap-accom #accom #ar > div {
    border: 0px;
    padding: 0;
  }
  #wrap-accom #accom #al {
    height: 0px;
    padding-bottom: 50%;
    margin: 20px auto 0px auto;
    grid-area: bottom;
    width: 100%;
  }
  #wrap-swag:after {
    display: none;
  }
  #wrap-swag .cnt {
    width: 100%;
    left: 0px;
  }
  #wrap-swag #swag {
    width: 100%;
    left: 0px;
  }
  #wrap-swag #swag img {
    width: 100%;
  }
  #wrap-whisky #whisky {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(min-content,400px);
    grid-gap: 3%;
    justify-content: center;
  }
  #wrap-contact #contact {
    display: block;
  }
  #wrap-contact #contact > div {
    margin: 10px auto;
  }
  #wrap-promo #promo-info .wrapper #promo-info-in {
    margin: 0;
  }
  #wrap-content .type-gallery {
    display: block;
  }
  #wrap-content .type-gallery #content-left #gallery-select {
    display: block;
  }
  #wrap-content .type-gallery #content-left #gallery-items {
    display: none;
  }
  #wrap-content .type-gallery #content-right {
    padding: 0;
    border: 0;
  }
}
@media (max-width: 900px) {
  #wrap-promo #promo-img {
    padding-bottom: 35%;
  }
  #wrap-promo #promo-info {
    position: relative;
    padding: 5% 0%;
  }
  #wrap-promo #promo-info .wrapper {
    width: 96%;
  }
  #wrap-promo #promo-info .wrapper #promo-info-in {
    width: 100%;
  }
  #wrap-promo #promo-info .wrapper #promo-info-in > div {
    max-width: 100%;
  }
  #wrap-promo #promo-info .wrapper #promo-info-in > div #promo-bottle {
    transform: none;
    position: relative;
    width: 30%;
    height: auto;
    margin: 0 auto;
  }
  #wrap-promo #promo-info .wrapper #promo-info-in > div #promo-bottle img {
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    top: 0px !important;
  }
  #wrap-dist #dist-one {
    grid-template-columns: minmax(360px,1fr) 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "info map" "text text" "history history" "bottler bottler";
  }
  #wrap-dist #dist-one .dist-text {
    grid-area: text;
  }
  #wrap-content #whisky-one #whisky-info {
    grid-template-columns: minmax(110px,auto) auto auto;
    grid-template-rows: 22.5% auto minmax(90px,200px);
    grid-gap: 10px;
  }
  #wrap-promo #promo-info .wrapper #promo-info-in > div #whisky-title h1 img,
  #wrap-content #whisky-one #whisky-info #whisky-title h1 img {
    width: 30px;
    height: 30px;
    top: 4px;
  }
}
@media (max-width: 760px) {
  #wrap-dist #dist-one.dist {
    grid-template-columns: 1fr;
    grid-template-areas: "info" "map" "history";
  }
  #wrap-dist #dist-one #dist-info {
    text-align: center;
  }
  #wrap-dist #dist-one #dist-info #dist-details {
    grid-template-columns: 190px auto;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  #wrap-home #goals #gl > div img,
  #wrap-accom #accom #ar > div img {
    width: 60px;
    height: auto;
    margin: 2% auto;
  }
  #wrap-join {
    height: calc(100vw * 0.7);
  }
  #wrap-join #join {
    width: 75%;
    left: 25%;
    margin: 0;
    display: grid;
    text-align: right;
  }
  #wrap-join #join img {
    max-width: 100px;
    margin-bottom: 10px;
  }
  #wrap-mem #mon #mon-in {
    width: 34%;
  }
  #wrap-mem #mem {
    grid-template-rows: repeat(2,minmax(160px,200px));
    grid-template-columns: repeat(6,1fr);
    grid-template-areas: "tl tl tc tc tr tr" "bl bl bl br br br";
    margin: 30px auto;
    width: 96%;
  }
  #wrap-mem #mem > div {
    max-width: 160px;
    align-self: start !important;
    justify-self: center;
  }
  #wrap-mem #mem > div:nth-child(1) {
    grid-area: tl;
  }
  #wrap-mem #mem > div:nth-child(2) {
    grid-area: tc;
  }
  #wrap-mem #mem > div:nth-child(3) {
    grid-area: tr;
  }
  #wrap-mem #mem > div:nth-child(4) {
    grid-area: bl;
    max-width: 67%;
  }
  #wrap-mem #mem > div:nth-child(5) {
    grid-area: br;
    max-width: 67%;
  }
  #wrap-top .join {
    padding: 3% 5%;
    top: 10%;
  }
  footer span,
  footer #la,
  footer #lg {
    display: block;
    position: relative;
    text-align: center;
  }
  #wrap-content #whisky-list {
    grid-template-columns: minmax(300px,50%);
    justify-content: center;
  }
  #wrap-dist #dist-one {
    display: block;
  }
  #wrap-dist #dist-one #dist-map {
    max-width: 300px;
    margin: 20px auto;
  }
  #wrap-content #whisky-one #whisky-info {
    grid: auto auto auto auto / 22.5% auto;
    grid-template-areas: "bottle title" "bottle details" "bottle rating" "text text";
  }
  .whisky-list-bottle {
    grid-template-columns: 90px 1fr;
  }
  footer .wrapper {
    display: block;
    text-align: center;
  }
  footer .wrapper #f * {
    text-align: center;
  }
  footer .wrapper #f #la {
    text-align: center;
  }
  #wrap-content .type-gallery #content-right #gallery {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2vw;
  }
  #wrap-content .type-gallery #content-right #whisky-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  #wrap-content #whisky-one #whisky-info {
    display: block;
  }
  #wrap-content #whisky-one #whisky-info #whisky-title {
    margin: 2% auto;
  }
  #wrap-content #whisky-one #whisky-info #whisky-details {
    margin: 2% auto;
  }
  #wrap-content #whisky-one #whisky-info #whisky-rating {
    margin: 2% auto;
  }
  #wrap-join #join img {
    display: none;
  }
}
@media (max-width: 400px) {
  #wrap-mem #mem {
    display: block;
  }
  #wrap-mem #mem > div {
    margin: 0px auto 20px auto;
    max-width: 200px !important;
  }
  #wrap-join {
    height: calc(100vw * 0.85);
  }
  #wrap-content .type-gallery #content-right #gallery {
    grid-template-columns: 1fr 1fr;
    grid-gap: 3vw;
    margin: 3vw 0;
  }
}
