
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic');
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

@font-face {
    font-family: 'frizquadratacbold';
    src: url('../fonts/yesevaone-regular-webfont.eot');
    src: url('../fonts/yesevaone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/yesevaone-regular-webfont.woff2') format('woff2'),
         url('../fonts/yesevaone-regular-webfont.woff') format('woff'),
         url('../fonts/yesevaone-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
html{
  font-size: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background: #2d0102 ;
  background-size: cover;
  position: relative;
  font: 14px "frizquadratacbold", Arial, sans-serif;
  font-weight: 300;
  color: #fee69d;
  height: 100%;
}
body:before{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.page-wrap{
  height: 100%;
  overflow: hidden;
}
.clearfix:after, .row:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
::-webkit-input-placeholder {
    color: #1a1b1b;
}
:-moz-placeholder,
::-moz-placeholder {
    color: #1a1b1b;
}
:-ms-input-placeholder {
    color: #1a1b1b;
}
input, textarea{outline:none;}
textarea{resize: vertical;}
input::-ms-clear {display: none;}
a{
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  -moz-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  -o-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  color: #fee69d;
}
a:hover{
  text-decoration: none;
}
.nb{border: none;}
.wrapper{
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1420px;
}
*, *:before, *:after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img{max-width: 100%;}
h1, .h1{
  font-weight: 900;
  font-size: 82px;
  text-align: center;
  line-height: 01.04em;
  margin-bottom: 20px;
}
h2, .h2{
  font-weight: 300;
  text-align: center;
  font-size: 55px;
  margin-bottom: 19px;
  line-height: 1em;
}
h3, .h3{
  font-size: 34px;
  font-weight: 300;
  line-height: 1.1em;
  margin-bottom: 28px;
}
h4, .h4{font-size: 24px; line-height: normal;}
h5, .h5{font-size: 20px; line-height: normal;}
h6, .h6{font-size: 18px; line-height: normal;}
h1:first-child, .h1:first-child,
h2:first-child, .h2:first-child,
h3:first-child, .h3:first-child,
h4:first-child, .h4:first-child{margin-top: 0;}
.text strong { color: #000000;}
p{margin: 0 0 10px;}
p:first-child{margin-top: 0;}
p:last-child{margin-bottom: 0;}
.ovrflw{overflow: hidden;}
.nowrap{white-space: nowrap; overflow: hidden;}
.text ul{list-style-type: disc; list-style-position: inside; margin-bottom: 1.5em}
.input{
  display: block;
  width: 100%;
  border: 2px solid #e6e4e3;
  border-radius: 5px;
  width: 100%;
  padding: 14px 26px 19px;
  position: relative;
  color: #1a1b1b;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
   font-size: 17px;
}
.input-wrap{position: relative; margin-bottom: 15px;}
.input-wrap .select{display: block; width: 100%;}
.input-label{
  font-weight: normal;
  color: #ffa200;
  font-size: 13px;
  line-height: normal;
  margin-bottom: 0px;  
}
textarea.input{resize: vertical; min-height: 125px; line-height: normal;}
.important{color: #ffa200;}
.btn{
  color: #fee69d;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border: 2px solid #fee69d;
  border-radius: 3px;
  background: rgba(254, 230, 157, 0.2);
  padding: 0 10px;
  font-size: 28px;
  line-height: 47px;
}
.btn-block{
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
.btn:hover, .btn:active, .btn:focus{
  background: rgba(254, 230, 157, 0.35);

}

::selection {background: #166fb5; color: #FFF;}
::-moz-selection {background: #166fb5; color: #FFF; }
ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.hide{display: none;}
.link-with-arrow{
  margin-right: 14px;
  display: inline-block;
}
.age-popup{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #2d0102 url("../images/bg.png") no-repeat 50% 50%;
  background-size: cover;
  -webkit-transition: transform 0.5s 0.2s;
  -o-transition: transform 0.5s 0.2s;
  transition: transform 0.5s 0.2s;
}
.age-wrap{
  height: 100%;
}
.age-popup.hidden{
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.row{
  margin: 0 -10px;
}
.col{
  float: left;
  padding: 0 10px;
}
.col-6{
  width: 50%;
}
.age-content{
  max-width: 535px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 50%;
  margin-top: -266px;
  z-index: 10;
}
.title{
  font-size: 26px;
  margin-bottom: 36px; 
  font-family: "frizquadratacbold", Arial, sans-serif;
}
.title span{
  position: relative;
  display: inline-block;
  white-space: nowrap;
  max-width: 80%;

}
.title img{
  display: inline-block;
  vertical-align: middle;
  margin-top: -14px;
}
.title span:before, .title span:after{
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%;
  margin: 0 19px;
  border-top: 1px solid #fee69d;
  width: 1000px;
  max-width: 74px;
}
.title span:after{
  left: inherit;
  right: 100%;
}
.age-popup-border{
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  border-radius: 2px;
  overflow: hidden;
}
.border1:before, .border1:after{
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  z-index: 5;
  background: rgb(237,152,27); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(237,152,27,1) 0%, rgba(254,237,153,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(237,152,27,1) 0%,rgba(254,237,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(237,152,27,1) 0%,rgba(254,237,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed981b', endColorstr='#feed99',GradientType=1 ); /* IE6-9 */
}
.border2:before, .border2:after{
  content: " ";
  position: absolute;
  height: 100%;
  width: 1px;
  z-index: 5;
  background: rgb(237,152,27); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(237,152,27,1) 0%, rgba(254,237,153,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(237,152,27,1) 0%,rgba(254,237,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(237,152,27,1) 0%,rgba(254,237,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed981b', endColorstr='#feed99',GradientType=0 ); /* IE6-9 */
}
.border1:after{
  left: 0;
  bottom: 0;
  background: rgb(254,237,153); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(254,237,153,1) 0%, rgba(237,152,27,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(254,237,153,1) 0%,rgba(237,152,27,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(254,237,153,1) 0%,rgba(237,152,27,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feed99', endColorstr='#ed981b',GradientType=1 ); /* IE6-9 */
}
.border2:after{
  right: 0;
  bottom: 0;
  background: rgb(254,237,153); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(254,237,153,1) 0%, rgba(237,152,27,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(254,237,153,1) 0%,rgba(237,152,27,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(254,237,153,1) 0%,rgba(237,152,27,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feed99', endColorstr='#ed981b',GradientType=0 ); /* IE6-9 */
}
.border1:before, .border2:before{
  top: 0;
  left: 0;
}
.age-logo{
  margin: 0 auto 20px;
}
.age-text{
  font-size: 32px; 
  margin: 0 -5px;
  display: none;
}
.age-text:before, .age-text:after{
  content: " ";
  display: block;
  width: 74px;
  margin: 0 auto 20px;
  border: 1px solid #fee69d;
}
.age-text:after{
  margin: 20px auto 0;
}
.slide-text-wrap{
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
}
.slide-text-cont{
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 8% 34%;
}
.slide-text{
  width: 800px;
  background: url("../images/text-bg.png") no-repeat 0 0;
  background-size: 100% 100%;
  text-align: center;
  padding: 10px 56px 25px;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  margin: 60px auto 140px;
  position: relative;
  z-index: 10;
}
.slide-text:before, .slide-text:after{
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  height: 61px;
  bottom: 100%;
  background: url("../images/text-top.png") no-repeat 50% 100%;
  background-size: 100% auto;
}
.slide-text:after{
  bottom: inherit;
  top: 100%;
  background-image: url("../images/text-bottom.png");
  background-position: 50% 0;
}
.text-buttons{
  max-width: 557px;
  margin: 36px auto 0;
}
.text-buttons .btn{
  font-size: 24px;
}
.slide-text .col{
  padding: 0 25px; 
}
.company-info{
  position: fixed;
  top: 50%;
  left: 22px;
  width: 310px;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  margin-top: 125px;
  z-index: 10;  
  font-family: Open Sans, Arial, sans-serif;
}
.slide1-logo{
  text-align: center;
  margin-bottom: 47px;
  position: relative;
  z-index: 10;
  margin-top: 2%;
}
.slide1{
  background: url("../images/slide1.jpg") no-repeat 50% 100%;
  background-size: cover;
}
.slide2{
  background: url("../images/slide2.jpg") no-repeat 50% 100%;
  background-size: cover;
}
.slide3{
  background: url("../images/slide3.jpg") no-repeat 50% 100%;
  background-size: cover;
}
.left-bottle{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/left.png") no-repeat 0 0;
  background-size: auto 100%;
  z-index: 4;
}
.left-bottle:before{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/left-grad.png") repeat-y 0 0;
}
.right-bottle:before{
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../images/right-grad.png") repeat-y 100% 0;
}
.slide2 .left-bottle{
  background-image: url("../images/left2.png");
}
.slide3 .left-bottle{
  background-image: url("../images/left3.png");
}
.right-bottle{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../images/right.png") no-repeat 100% 0;
  background-size: auto 100%;
  z-index: 4;
}
.slide-content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide-content:before{
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bottom2.png") no-repeat 50% 100%;
  background-size: 100% auto;
  z-index: 1;
}
.slide-content:after{
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 221px;
  background: url("../images/bottom-grad.png") repeat-x 50% 100%;
  z-index: 1;
}
.warning{
  position: absolute;
  bottom: 13px;
  left: 25px;
  right: 25px;
  z-index: 6;
}
.warning img{
  width: 100%;
  display: block;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span,
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span,
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span{
  width: 10px;
  height: 10px;
  border: 1px solid #ffd144;
  background: transparent;
  margin: 0;
  top: 0;
  left: 0;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
  background: #ffd144;
}
#fp-nav ul li, .fp-slidesNav ul li{
  width: 10px;
  height: 10px;
  margin: 35px 0;
}
.text-left{
  text-align: left;
}
.sep{
  display: block;
  width: 35px;
  border-top: 1px solid #fee69d;
  margin: 30px auto;
}
.slide2 .slide-text, .slide3 .slide-text{
  margin-left: 45.4%;
}
.slide2 .fp-tableCell, .slide3 .fp-tableCell{
  vertical-align: top;
  padding-top: 165px;
}
.slide2 .slide-text, .slide3 .slide-text{
  padding-top: 21px; 
  margin: 0 auto;
}
#fp-nav.right{
  right: 24px;
}
.fullpage.hidden{
  opacity: 0;
}
.fullpage .age-popup-border{
  position: fixed;
  z-index: 10;
}
.logo2{
  display: none;
}





@media screen and (max-width: 1023px){
  .fullpage{
    -webkit-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
    transform: none!important;
    overflow:  auto;
  }
  .fp-section.fp-table, .fp-slide.fp-table{
    display: block;
    height: auto!important;
  }
  .fp-tableCell{
    display: block;
    height: auto!important;
    min-height: 500px;
  }
  #fp-nav{
    display: none;
  }
}
@media screen and (max-height: 1080px){
  .slide1-logo{margin-bottom: 10px;}
}


@media screen and (max-width: 1440px), screen and (max-height: 900px){
  .slide1-logo img{
    width: 398px;
    height: auto;
  }
  .slide1-logo {
    margin-top: 0; 
  }
  .slide-text{
    width: 576px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 82px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .slide-text .col{
    padding: 0 10px;
  }
  .title{
    margin-bottom: 18px;
  }
  .slide2 .slide-text, .slide3 .slide-text{
    width: 588px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .text-buttons{
    max-width: 433px;
  }
  .age-text{
    font-size: 26px;
  }
  .age-logo{
    max-width: 337px;
  }
  .age-content{
    max-width: 537px;
    margin-top: -160px;
  }
  .slide1-logo{margin-top: 2%;}

}
@media screen and (max-height: 820px){
  .slide1-logo{margin-top: 1%;}
  .slide-text {
    font-size: 13px;
    line-height: 18px;
  }
  .text-buttons .btn{
    padding: 0 10px 4px;
    line-height: 34px;    
  }
  .text-buttons .btn img{
    width: 120px;
  }
  .text-buttons{
    margin-top: 22px;
  }

}
@media screen and (max-height: 720px){
  .slide-text {
    font-size: 13px;
    line-height: 20px;
  }
  .sep{margin: 20px auto;}
  .slide-text p{
    margin-bottom: 4px;
  }
  .slide2 .fp-tableCell, .slide3 .fp-tableCell{
    padding-top: 20px;
  }
  .slide1-logo img{
    width: 280px;
  }
  .slide1-logo{
    margin-bottom: -16px;
  }
  .slide-text{
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 1180px), screen and (max-height: 670px){
  .company-info{
    font-size: 12px;
  }
  .slide1-logo img{
    display: none;
  }
  .slide1-logo img.logo2{
    display: inline-block;
  }
  .slide-text{
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1180px){
  .left-bottle{
    left: -6.5%;
  }
  .right-bottle{
    right: -6.5%;
  }
}

@media screen and (max-width: 1023px), screen and (max-height: 600px){
  .page-wrap>.age-popup-border{
    position: absolute;
  }
  .page-wrap>.age-popup-border:before, .page-wrap>.age-popup-border:after{
    z-index: 20;
  }
  .page-wrap{
    height: auto;
    position: relative;
  }
  .fullpage{
    overflow: hidden;
  }
  .slide{
    background: #730000;
    position: relative;
    margin-bottom: 15px;
  }
  .slide:before{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
    background: inherit;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .slide1:before{
    background-image: url("../images/slide1.jpg");
  }
  .slide2:before{
    background-image: url("../images/slide2.jpg");
  }
  .slide3:before{
    background-image: url("../images/slide3.jpg");
  }
  .slide1-logo{
    margin: 0 auto;
  }
  .left-bottle{
    left: 0;
    height: 550px;
  }
  .right-bottle{
    right: 0;
    height: 550px;
  }
  .slide-text, .slide2 .slide-text, .slide3 .slide-text{
    margin: 0 -20px;
    width: auto;
    padding: 20px 45px 86px;
    font-size: 18px;
    line-height: 28px;
    background: rgb(211,15,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(211,15,0,1) 0%, rgba(122,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(211,15,0,1) 0%,rgba(122,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(211,15,0,1) 0%,rgba(122,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d30f00', endColorstr='#7a0000',GradientType=0 ); /* IE6-9 */

  }
  .slide-text:before{
    height: 41px;
    background-image: url("../images/text-top1.png");
    background-size: 100% 41px;
  }
  .slide-text:after{
    height: 41px;
    background-image: url("../images/text-bottom1.png");
    background-size: 100% 41px;
  }
  .slide-content{
    padding-top: 550px;
  }
  .slide-content:after{
    height: 50px;
    background-size: auto 100%;
    top: 500px;
    bottom: initial;
  }
  .slide-content:before{
    height: 550px;
    background-size: 100% auto;
    background-position: 0 100%;
    bottom: initial;
    top: 0;
  }
  .slide1-logo{
    position: absolute;
    top: 92px;
    left: 50%;
    width: 394px;
    margin-left: -197px;
  }
  .slide3{margin-bottom: 0; padding-bottom: 86px;}
  .slide3 .warning{bottom: 87px;}
  .company-info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 23px 15px;
    text-align: center;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: initial;
  }
  .warning{
    z-index: 12;
    bottom: -4px;
  }
  body{overflow: auto!important; height: auto;}
  html{overflow: visible!important}
  .left-bottle:before, .right-bottle:before{width: 25px; background-size: 25px auto}
  .slide-text-wrap,.slide-text-cont{display: block; position: relative; height: auto; width: auto; position: static; padding: 0}
  .warning img{max-height: 67px;}
  .slide-content{
    position: static;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
  }

}
@media screen and (max-height: 440px){
    .age-content{
      position: relative;
      top: 0;
      margin: 0 auto;

    }
    .age-popup{
      overflow: auto;
    }
    .age-wrap{
      position: relative;
      padding: 30px 0 50px;
      height: auto;
    }
}
@media screen and (max-width: 760px){
  .slide-content{
    padding-top: 280px;
  }
  .left-bottle, .right-bottle, .slide:before{
    height: 280px;
  }
  .slide-content:before{
    height: 280px;
  }
  .slide-content:after{
    content: none;
  }
  .slide{
    background-size:  100% auto; 
    margin-bottom: 2%;
  }
  .slide1-logo{
    width: 100%;
    margin-left: 0;
    top: 36px;
    left: 0;
    padding: 0 29%

  }
  .slide-text, .slide2 .slide-text, .slide3 .slide-text{
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 50px;
  }
  .text-buttons .btn{
    max-width: 240px;
    margin: 0 auto 20px;
  }
  .col-6{width: 100%;}
  .age-buttons .col-6{
    margin-top: 28px  
  }
  .age-buttons{
    margin: 0 15px;
  }
  .age-buttons .title span:before, .age-buttons .title span:after{
    display: block;
    margin: 10px auto 10px;
    position: static;
    max-width: 75px;
  }
  .age-content{
    position: relative;
    top: 0;
    margin: 0;
    padding-top: 40px;
  }
    .age-content{
      position: relative;
      top: 0;
      margin: 0 auto;

    }
    .age-popup{
      overflow: auto;
    }
    .age-wrap{
      position: relative;
      padding: 30px 0 50px;
      height: auto;
      min-height: 100%;
    }
    .age-text{
      padding: 0 20px;
    }
}

@media screen and (max-width: 480px){
  .left-bottle {left: -6.5%;}
  .right-bottle {right: -6.5%;}
  .title span:before, .title span:after{max-width: 19px;margin: 0 10px;}
  .title{font-size: 22px;}
  .sep{margin: 15px auto;}
  .warning img{display: none;}
  .warning{padding-top: 17%;background: url("../images/warning2.png") no-repeat 50% 50%;background-size: 100% 100%;}
  .slide-text, .slide2 .slide-text, .slide3 .slide-text{padding-bottom: 23%;}
  .slide-content{padding-top: 300px;}
  .age-logo{max-width: 240px;}
  .age-wrap .title span{max-width: 100%}
}



html.ovrflw{
  overflow: hidden!important;
}