html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-family: TTRounds;
  overflow-x: hidden; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

header {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 90; }
  header .logo {
    background-image: url(" https://maxifood.com.ua/wp-content/uploads/2016/12/maxifood.png");
    width: 213px;
    height: 33px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    top: 25px;
    left: 38px;
    position: absolute; }

#age {
  background-image: url("../bg.jpg");
  height: 100vh;
  width: 100vw;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  text-transform: uppercase; }
  #age .btn {
    margin: 34px 14px 0;
    width: 146px;
    padding: 0;
    vertical-align: top;
    line-height: 44px;
    font-size: 11px;
    border: 1px solid #652229;
    border-radius: 2px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    display: inline-block;
    color: #ffffff; }
    #age .btn span {
      position: absolute;
      display: inline-block; }
    #age .btn span:first-child {
      top: 0;
      left: 0;
      width: 0;
      height: 2px;
      background-color: #652229;
      -webkit-transition: width .15s ease-in;
      -moz-transition: width .15s ease-in;
      transition: width .15s ease-in;
      -webkit-transition-delay: .25s;
      -moz-transition-delay: .25s;
      transition-delay: .25s; }
    #age .btn span:first-child + span {
      top: 0;
      right: 0;
      width: 2px;
      height: 0;
      background-color: #652229;
      -webkit-transition: height 50ms linear;
      -moz-transition: height 50ms linear;
      transition: height 50ms linear;
      -webkit-transition-delay: .2s;
      -moz-transition-delay: .2s;
      transition-delay: .2s; }
    #age .btn span:first-child + span + span {
      bottom: 0;
      right: 0;
      width: 0;
      height: 2px;
      background-color: #652229;
      -webkit-transition: width .15s linear;
      -moz-transition: width .15s linear;
      transition: width .15s linear;
      -webkit-transition-delay: 50ms;
      -moz-transition-delay: 50ms;
      transition-delay: 50ms; }
    #age .btn span:first-child + span + span + span {
      bottom: 0;
      left: 0;
      width: 2px;
      height: 0;
      background-color: #652229;
      -webkit-transition: height 50ms ease-out;
      -moz-transition: height 50ms ease-out;
      transition: height 50ms ease-out;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s; }
    #age .btn:hover span:first-child {
      width: 100%;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s; }
    #age .btn:hover span:first-child + span {
      height: 100%;
      -webkit-transition-delay: .15s;
      -moz-transition-delay: .15s;
      transition-delay: .15s; }
    #age .btn:hover span:first-child + span + span {
      width: 100%;
      -webkit-transition-delay: .2s;
      -moz-transition-delay: .2s;
      transition-delay: .2s; }
    #age .btn:hover span:first-child + span + span + span {
      height: 100%;
      -webkit-transition-delay: .35s;
      -moz-transition-delay: .35s;
      transition-delay: .35s; }
  #age p, #age .btn {
    transition: all 1s ease-out;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0; }
  #age.visible p, #age.visible .btn {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }
  #age .table {
    width: 100%;
    height: 100%;
    display: table; }
    #age .table .cell {
      width: 100%;
      height: 100%;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      font: 300 15px Circe; }
      #age .table .cell p {
        display: block; }
  #age .header {
    font-size: 30px;
    margin-bottom: 54px; }

.wine_top_wrapper {
  z-index: 99999999;
  position: absolute;
  top: 50px;
  width: 100%;
  left: 0; }
  .wine_top_wrapper .right-header {
    width: 100%; }

.wine .header {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  .wine .header .to-bottom {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 50px; }
  .wine .header .fa-chevron-down {
    font-size: 35px;
    color: #fff; }
    .wine .header .fa-chevron-down:hover {
      cursor: pointer;
      color: #610909; }
.wine video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: url("../../../..//wp-content/plugins/wp-splash-page/templates/vine/bg.jpg") no-repeat;
  background-size: cover;
  transition: 1s opacity; }
.wine .section-wines {
  /*background-color:#151315;*/
  background-color: #ffffff;
  clear: both; }
  .wine .section-wines .section-content {
    width: 90%;
    margin: 0 auto; }
    .wine .section-wines .section-content h2 {
      width: 100%;
      text-align: center;
      padding: 30px 0 20px;
      border-bottom: 1px solid  #610909;
      color: #610909;
      font-weight: bolder;
      font-size: 50px;
      margin-bottom: 40px; }
    .wine .section-wines .section-content .wines > div {
      display: inline-block;
      /* width: 33%;*/
      text-align: center;
      position: relative;
      padding: 15px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .wine .section-wines .section-content .wines > div:hover .details-wine {
        visibility: visible;
        opacity: 1;
        cursor: pointer; }
      .wine .section-wines .section-content .wines > div .details-wine {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #610909;
        visibility: hidden;
        opacity: 0;
        transition: all 0.6s ease;
        color: #ffffff; }
        .wine .section-wines .section-content .wines > div .details-wine .details-wine-content {
          padding: 15px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          position: absolute;
          width: 100%;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

/*# sourceMappingURL=style.css.map */
