@font-face {
	font-family: 'otoiwo_grotesk_extended_bold';
	src: url('../fonts/OtoiwoGroteskExtended-Bold.woff2') format('WOFF2'),
		url('../fonts/OtoiwoGroteskExtended-Bold.woff') format('WOFF');
	font-weight: normal;
	font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Inter", Helvetica;
}


body {
  margin: 0;
  background: #216635;
  width: 100%;
  width: 100%;
  overflow-x: hidden;
}
.plus18.show {
  transform: scale(1);
}
.plus18 {
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  transform: scale(0);

}
.plus18:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  opacity: 1;
  background-image: url("../images/protect_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.plus18 .inn18, .plus18 .no-block {
  position: absolute;
  display: block;
  width: 320px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transform: translate(0, -50%) scale(1.1);
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.plus18.show .inn18 {
  opacity: 1;
  transform: translate(0, -50%) scale(1);
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
}
.plus18 .inn18, .plus18 .no-block {
  position: absolute;
  display: block;
  width: 320px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transform: translate(0, -50%) scale(1.1);
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.plus18 .no-block {
  opacity: 0;
  transform: translate(0, 0%) scale(0.8);
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
}
.plus18 .tit {
  position: relative;
  display: block;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 38px;
  font-family: 'Bitter', Helvetica, Arial, sans-serif;
  color: #fff
}
.plus18 .plus {
  font-size: 130px;
  line-height: 100px;
  font-family: 'Bitter', Helvetica, Arial, sans-serif;
  color: #fff
}
.plus18 .question {
  position: relative;
  display: block;
  margin: 30px 0 60px;
  font: 18px / 32px 'museo_sans_cyrillic500', Helvetica, Arial, sans-serif;
  color: #fff
}
.plus18 .buttons button {
  width: 113px;
  height: 67px;
  padding: 18px 10px;
  margin: 0 10px;
  border: none;
  outline: none;
  font: 18px / 31px 'museo_sans_cyrillic500', Helvetica, Arial, sans-serif;
  color: #fff;
}
.plus18 .buttons button.no {
  background: #dc2a2a;
}
.plus18 .buttons {
  position: relative;
}
.plus18 .buttons button.yes {
  background: #3AFF4A;
}
.plus18 .buttons button.yes:hover {
  cursor: pointer;
  background: #3AFF4A;
}
.plus18 .buttons button.no:hover {
  cursor: pointer;
  background: #cb2121;
}
.plus-info {
  position: sticky;
  display: block;
  height: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index:101;
  background: url('../images/warning.svg') 50% 50% no-repeat;
  background-size: contain;
  background-color: #fff;
}
.plus18 .no-block {
  opacity: 0;
  transform: translate(0, 0%) scale(0.8);
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
}
.plus18 .no-block.show {
  opacity: 1;
  transform: translate(0, -50%) scale(1);
}
.px {
  padding-left: 4%;
  padding-right: 4%;
}

.py {
  padding-top: 3%;
  padding-bottom: 3%;
}
.full-width-media-column{
  width:50%;
}
.flex-full-width {
  display: flex;
  width: 100%;
  flex-wrap: wrap
}
.flex-py-px-center {
  align-items: center;
  align-content: center;
  justify-content: center;
}
.flex-just-bt {
  justify-content: space-between;
}

.flex-just-arr {
  justify-content: space-around;
}

.flex-just-end {
  justify-content: end;
}

.flex-align-end {
  align-items: flex-end;
}

.flex-px-center {
  justify-content: center;
}

.flex-py-center {
  align-items: center;
}


.flex-column {
  flex-direction: column;
}


.flex-align-end {
  align-items: flex-end;
}

.block-default {
  display: flex;
}
#block-1-main{
  position: relative;
  background-image: url("../images/bottle_main_1.png");
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  aspect-ratio: 16/8;
}
#canvas3d {
  width: 100%!important;
  height: auto!important;
}
#block-2-main {
  background-color: #f5f1f1;
  position: relative;
  box-shadow: 0 19px 100px rgba(0, 0, 0, 1.4);
  z-index: 5;
}

#obolon_export_№1 {
  width: 100%;
}
#obolon_word-img-h1{
  width: 90%
}
.block-text-content{
  padding-left: 5%;
}

.green-text {
  color: #216635;
  font-size: 1.1vw;
  text-align: justify;
  font-weight: 400;
  padding: 4% 0; 
  width:90%;
}
.types-up{
  font-weight: 600;
}
.text-in-frames-title p{
  font-family: otoiwo_grotesk_extended_bold,  sans-serif;
}
.text-in-frames-title{
  border-bottom: 3px solid #ca9e67;
  color: #ca9e67;
  font-size: 1.1vw;
  font-weight: 600;
}
.text-in-frames-count{
  font-family: otoiwo_grotesk_extended_bold,  sans-serif;
  width: 30%;
  color: #ca9e67;
  font-weight: 600; 
  font-size: 3vw;
  text-align: center;
}
.green-text-in-frames{
  font-size: 1vw;
  font-weight: 600; 
  text-align: right;
  color: #216635;
}

#jar,
#glass_bottle,
#b1,
#b2,
#b3,
#b4,
#b5,
#b6,
#b7,
#jar {
  cursor: pointer;
  transition: all 0.25s ease;
  padding-bottom: 10%;
}

#jar:hover,
#glass_bottle:hover,
#b1:hover,
#b2:hover,
#b3:hover,
#b4:hover,
#b5:hover,
#b6:hover,
#b7:hover,
#jar:hover {
  transform: scale(1.1);
}

#jar {
  width: 6%;
}

#glass_bottle {
  width: 5%;
}

#b1 {
  width: 7%;
}

#b2 {
  width: 7%;
}

#b3 {
  width: 7%;
}

#b4 {
  width: 8%;
}

#b5 {
  width: 8%;
}

#b6 {
  width: 14%;
}

#b7 {
  width: 14%;
}

.border-frame {
  border: 3px solid #ca9e67;
  width: 100%;
}
.border-frame2{
  margin: 2%;
  padding: 3%;
  border: 5px solid #ca9e67;
}
.history-info{
  max-height: 45vw;
  overflow: auto;
  padding-right: 3%;
}
::-webkit-scrollbar {
  margin: 0;
  padding: 0;
  width: 17px;
  background: linear-gradient(to right, #f5f1f1 32%, #ca9e67 58%, #f5f1f1 40%);
}
::-webkit-scrollbar-track {
  margin: 0;
  padding: 0;
  border-radius: 106px;
}
::-webkit-scrollbar-thumb {
  border-radius: 106px;
  margin: 0;
  padding: 0;
  background-color: #0c7e40;
  background-clip: padding-box;
  border: 5px solid transparent;
}
::-webkit-scrollbar-button:single-button {
  margin: 0;
  padding: 0;
  background-color: #ca9e67;
  margin: 10px 0;
  border-radius: 50%;
  border: 4px solid #f5f1f1;
  height: 15px;
  width: 15px;
}

.mode-one{
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 60px;
  width: 10%;
  text-align: center;
}
.keg-30l {
  width: 15%;
}
.keg-50l {
  width: 15%;
}
.mode-svg {
  display: block;
  width: 100%;
  fill: #ca9e67 ;
  opacity: .7;
  transform: scale(1);
  transform-origin: 50% 100%;
  transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  cursor: pointer;
}

  .inf {
    position: absolute;
    left: -50px;
    right: -50px;
    height: 48px;
    bottom: 0;
    opacity: 0;
    transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
    white-space: nowrap;
    text-align: center;
    font: 20px / 20px 'museo_sans_cyrillic500', Helvetica, Arial, sans-serif;
    color: #333;
}
.mode-one:hover .mode-svg {
  fill: #588e12;
  opacity: 1;
  transform: scale(1.1);
}
.mode-one:hover .inf{
  opacity: 1;
}
#full-prod-img {
  animation: animate-enter2-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0, 5;
  transform: rotate(25deg);
  background: #f5f1f1;
  border-radius: 50%;
  width: 60%;
  margin: -9%;
}

@keyframes animate-enter2-frames {
  from {
    opacity: 0, 5;
    transform: rotate(25deg);
  }

  to {
    opacity: 1;
    transform: rotate(360deg);
  }
}

#block-3-main {
  /* height: 50%; */
  aspect-ratio: 26 / 8;
  overflow: hidden;

}

#block-3-main img {
  cursor: pointer;
  transform: scale(1.07);
  transition: all 0.5s ease;
  /* z-index: 6; */
}

#block-3-main img:hover {
  transform: scale(1);
}

#block-4-main {
  background-color: #f5f1f1;
  background-image: url("../images/map.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 80%;
  position: relative;
  box-shadow: 0 -28px 100px rgba(0, 0, 0, 1.4);
  z-index: 5;

}
#map-point{
width:30px;
position: absolute;
top: 32%;
    left:37%;
    cursor: pointer;
}
#map-point-after{
  display: none;
  position: absolute;
  width:15%;
  top: 20%;
  left: 31%;
}
#map-point:hover + #map-point-after {
  display: block; /* Показать при наведении на #map-point */
}
#estd_1980{
  width: 100%;
}
.border-row-middle {
  background-color: #ca9e67;
  height: 5px;
  width: 35%;
}
.middle-dot {
  background-color: #ca9e67;
  height: 5px;
  width: 5px;
}
#origin-kuiv-img{
  width: 200px;
  animation: animate-enter1-frames 0.50s ease-in-out 0.00s 1 normal forwards;
  opacity: 0, 5;
  transform: scale(0.8);
}
#origin-kuiv-img2{
  display: none;
}
@keyframes animate-enter1-frames {
  from {
    opacity: 0, 5;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}
.text-in-frames-count-green{
  width: 20%;
  color: #216635;
  font-weight: 600; 
  font-size: 1.5vw;
  text-align: center;
}
#obolon_address{
  width:78%;
  padding-top: 5%;
}
#block-5-main{
  background-image: url("../images/background\ green.jpg");
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  aspect-ratio: 24/6;
  padding-top: 5%;
}
.footer-text{
  color: #ffffff;
  text-align: right;
  font-weight: 600;
  font-size: 0.8vw;
}
#icon-links img{
  /* z-index: 5; */
  cursor: pointer;
  width: 80%;
  transform: scale(1);
  transition: all 0.5s ease;
}

#icon-links img:hover {
  transform: scale(1.2);
}
#pantones{
  width: 100%;
}
.pantones-div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
}
.copyright-mobile{
  display: none;
}
.icon-links-box{
  width:10%
}
@media screen and (max-width: 730px) {
  .video-links a,iframe{
    padding-bottom: 10%;
    width: 90%!important;
    padding-left: 5%;
    padding-right: 5%;
  }
  #map-point{
    display: none;
  }
  .full-width-media-column{
    width: 100%!important;
    /* padding: 3%; */
  }
  #block-1-main{
    height: auto;
    aspect-ratio: 16/8;
  }
  #origin-kuiv-img{
    display: none;
  }
  .green-text{
    font-size: 1vw;
    text-align: justify;
    padding: 3% 0;
  }
  .types-up{
    padding-top: 0;
  }
  /* #obolon_word-img-h1{
    display: none;
  } */
  #pc-bottle{
    display: none;
  }
  .clear-p-mobile{
    padding: 0;
    margin: 0;
  }
  .text-and-bottle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 35%;
    width: 50%;
    height: 60%;
    background-image: inherit;
    background-size: inherit;
    background-position: inherit;
    transform: rotate(41deg);
    transform-origin: center center;
    background: url(../images/group-9-1.png);
    z-index: -1;
    background-size: 65%;
    background-repeat: no-repeat;
    opacity: 0.5;
  }
  #obolon_address{
    width:100%;
    padding-top: 5%;
  }
  .block-text-content{
    padding: 0;
  }
  #obolon_word-img-h1{
    width:50%
  }
  .text-in-frames-title{
    font-family: otoiwo_grotesk_extended_bold, sans-serif;
    font-size: 4vw;
  }
  .text-in-frames-count{
    font-size: 8vw;
  }
  .text-in-frames-count-green{
    font-size: 6vw;
  }
  .border-frame {
    border-width: 2px;
  }
  .border-frame2{
    border-width: 3px;
  }
  .green-text{
    font-size: 3vw;
  }
  .green-text-in-frames{
    font-size: 3vw;
  }
  #obolon_export_№1{
    padding: 5% 0;
    width: 123%;
  }
   #estd_1980{
    padding: 3% 0;
}
.border-row-middle {
  width: 24%;
}
.footer-text{
  text-align: center;
  font-size: 3.8vw;
}
.copyright-mobile{
  padding: 4% 0;
  display: block;
  width: 100%;
  text-align: center;
}
.copyright-pc{
 display: none; 
}
#pantones{
  width: 80%;
}
#pantones{
  width: 100%;
}

#icon-links img {
  width: 150%;
}
.icon-links-box {
  align-items: center;
  width:90%;
}
#icon-links{
  justify-content: space-around!important;
}
.footer-box{
  display: flex;
  justify-content: center;
  align-items: center;
}
#full-prod-img {
  width: 60%;
  margin: 3%;
}
#block-4-main{
  background-position: center;
  background-size: 150%;
}
.green-text-in-frames{
  width:75%!important;
}
.history-info{
  max-height: 100vw;
}
.pantones-div{
  position: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0;
  padding: 0;
  margin-top: 5%;
  left:0;
  transform:unset
}
.plus-info{
    height:50px;
}
.plus18:before {
  background-image: url("../images/protect_bg2_mob.png");
}
#block-1-main{
  background-image: url("../images/bottle_obolon_main_mob.png");
  width: 100%;
  height: 100%;
 
}
}