a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

b,
strong {
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

ul,
ol {
  list-style: none;
}

li {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  overflow: hidden;
}

body {
  font: 13px / 1.5 'seravekextralight', Arial, "Liberation Sans", FreeSans, sans-serif;
}

pre,
code {
  font-family: "DejaVu Sans Mono", Monaco, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}
body {
  background: white;
  color: #112f44;
  text-align: center;
}

a {
  color: blue;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1 {
  padding-top: 20px;
}

.example-block {
  background: #eee;
  font-size: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}

.grid-container {
  
}

.grid-container > hr {
  margin-left: 10px;
  margin-right: 10px;
}

div[class*="push-"] section {
  background: #dec;
}

div[class*="pull-"] section {
  background: #fcd;
}

.dynamic-px-width {
  display: block;
}

/*  My shit ----------------------------------------------------------------------------------------------------------------------------------------- */

    * {box-sizing: border-box;}

    html, body {
      height: 100%;
      font-size: 100%;
      font-size: 16px;
    }
    .main {
      max-width: 100%; 
      margin: 0 auto
    }
    .head {
      height: 100vh;
      text-align: center;
    }
    .sect-wrap {
      padding: 55px;
      height: calc(100% - 110px);
    }
    .head {
     position: relative;
     width: 100%; max-width: 100%;
     background-size: cover !important;
     -webkit-background-size: cover !important;
     text-align: center;
     overflow: hidden;
     background: #000;
    }

    .head video {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 0;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      max-height: 120%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
    
    .head:before {
     content: '';
     display: inline-block;
     vertical-align: middle;
     height: 100%;
    }
    
    .head .sect-wrap {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      margin: 0 auto;
      width: 100%; padding: 0; 
      height: 100%;
    }
    .site-name {
      position: absolute;
      top: 55px;
      left: 50%; transform: translateX(-50%);
    }
    .site-name img {
      height: 130px;
    }
    .site-name img:hover {
      height: 130px;
      cursor: pointer;
    }  
    .intro {
      padding-top: 130px;
      height: calc(100% - 185px);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 60px; 
      font-size: 3.75rem;
      line-height: 1.1;
      font-family: 'dosissemibold';
      color: #FFFFFF;
      max-width: 700px;
      margin: auto;
    }
    .scroll {
      position: absolute;
      bottom: 55px;
      left: 50%; transform: translateX(-50%); 
      width: 22px;
      cursor: pointer;
    }

    section {
      text-align: left;
    }
    section h2 {
      font-family: 'dosisregular';
      font-weight: normal;
      font-size: 20px;
      font-size: 1.25rem;
      color: #FFFFFF;
      letter-spacing: .1em;
      margin-bottom: 0;
    }
    .prod {
      background: #BAB489;
    }
    .prod .belt {
      max-width: 1280px; margin-left: auto; margin-right: auto;
    }
    .prod .sect-wrap {
      padding: 55px 41px 110px 41px;
      height: calc(100% - 110px); 
    }
    .prod h2 { margin: 0 14px;}
    .catalog {
      max-width: 1280px; margin-right: auto; margin-left: auto;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      padding: 0;
    }
    .catalog-item {
      margin: 14px;
      width: calc(33.3333% - 28px); min-width: 200px;
      position: relative;
    }
    .catalog-item {
      background-color:#2E2D2C;
      border-radius: 0 0 12px 12px;
      z-index: 0; cursor: pointer;
    }
    .catalog-item .figure {
      margin: -1px -1px 0 -1px;
      position: relative;
      text-align:center;
      background: #BAB489;
    }
    .catalog-item .figure:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 1px;
      width: calc(100% - 2px);
      height: 75%;
      background-color:#988764;
      border-radius: 12px 12px 0 0;
      z-index: 1;
    }
    .catalog-item .figure img {
      position: relative;
      bottom: 0; 
      max-width: 100%;
      z-index: 2
    }
    .catalog-item .figure .label {
      position: absolute;
      top: 60%; transform: translateY(-50%);
      left: 50%;
      width: 40%; max-width: 124px;
      height: 40%;
      z-index: 10;
    }
    .tango {
      background: url(../img/tango.png);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
    }
    .catalog-item .info {
      position: relative;
      color: #FFF;
      padding: 16px 23px 32px 23px;
    }
    .catalog-item .info h3 {
      font-size: 36px;
      font-size: 2.25rem;

      font-family: 'dosismedium';
      font-weight: normal;
      line-height: 1;
      padding-bottom: 16px; 
      margin-bottom: 14px;
      border-bottom: 2px #BAB489 solid;
    }
    .catalog-item:hover .info h3 {
      font-family: 'dosissemibold'; 
    }
    .catalog-item .info p {
      font-family: 'robotoregular'; 
      color: #F2EEEB
    }
    .catalog-item:hover .info p {
      font-family: 'robotobold';
      color: #F2EEEB
    }
    .cert {
      position: relative;
      background: #F6F4F2;
    }
    .cert:after {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 50%;
      height: 100%;
      background: #FFF;
      z-index: 0;
    }
    .cert .belt {
      position: relative;
      display: flex;
      flex-direction: row;
      max-width: 1280px; margin-left: auto; margin-right: auto; z-index: 1;
    }
    section.cert h2 {
      color:#666666;
    }

    .aside {
      width: 25%;
      display: block;
    }
    .right-content {
      background: #FFFFFF;
      width: 75%;
      display: block;
    }

    .certificate {
      position: relative;
      margin-bottom: 40px;
      max-width: 700px; margin-left: auto; margin-right: auto; 
      color: #666666; cursor: pointer;
    }
    .certificate:before {
      content: '';
      display: block;
      position: absolute;
      right: 100%;
      top: 2px;
      height: 26px;
      height: 1.625rem;
      width: 56px;
      background: url(../img/cert.png);
      background-position: 0 0;
      background-repeat: no-repeat;
      opacity: 0
    }
    .certificate:hover:before {
      opacity: 1
    }
    .certificate h4 {      
      font-size: 26px;
      font-size: 1.625rem;
      font-family: 'dosismedium';
      font-weight: normal;
      line-height: 1.2;
      margin-bottom: 0;

      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;

    }
    .certificate h4 span {
      font-size: 18px;
      font-size: 1.125rem;
    }
    .certificate:hover h4 {      
      font-family: 'dosissemibold';
    }
    .certificate p {
      font-family: 'robotoregular';
      font-size: 18px;
      font-size: 1.125rem;
    }

    .cont {
      position: relative;
      background: #000000;
    }
    .cont:after {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 50%;
      height: 100%;
      background: #2E2D2C;
      z-index: 0;
    }
    .cont .belt {
      position: relative;
      display: flex;
      flex-direction: row;
      max-width: 1280px; margin-left: auto; margin-right: auto;
      z-index: 1;        
    }
    .cont .right-content {
      background: #2E2D2C;
      color: #FFFFFF
    }
    .cont h5 {
      font-family: 'dosisregular';
      font-weight: normal;
      margin-bottom: 0; 
    }
    .cont p {
      font-size: 26px; 
      font-size: 1.625rem;
      color:#BAB489;
      font-family: 'dosismedium';
      line-height: 1; margin-bottom: 0
    }
    .cont p a {
      color: inherit;
    }
    .contacto {
      max-width: 700px; margin-right: auto; margin-left: auto;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
    }
    .contact-info {
      display: inline-block;
      width: 50%; 
      padding-bottom: 40px;
    }
    .w40 {
      width: 40%
    }
    .w60 {
      width: 60%;
    }
    .w100 {
      width: 100%;
    }
    .gotop {
      position: fixed;
      right: 30px;
      bottom: 30px;
      width: 24px;
      height: 24px;
      z-index: 100;
      mix-blend-mode: difference;
      cursor: pointer;
    }




















    @media (max-width: 1024px){
      .sect-wrap {
        padding: 40px;
        height: calc(100% - 110px);
      }

      .prod .sect-wrap {
        padding: 40px 26px 110px 26px;
        height: calc(100% - 110px); 
      }
         
    } 
























    @media(max-width: 768px) {
      html, body {
        font-size: 14px;
      }
      .catalog-item {
        margin: 14px;
        width: calc(33.333% - 28px);
        min-width: 210px;
        position: relative;
      }

      .aside {
        width: 30%;
        display: block;
      }
      .right-content {
        background: #FFFFFF;
        width: 70%;
        display: block;
      }
      
    }/* end of mobile */




    @media(max-width: 767px) {
      html, body {
        font-size: 13px;
      }
      .main {
        height: 100%
      }
      .head {
        height: 100%;
        text-align: center;
      }
      .site-name {
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
      }
      .site-name img {
        height: 80px;
      }
      .intro {
        padding-top: 0px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 60px;
        font-size: 3.75rem;
        font-size: 8vmin;
        line-height: 1.1;
        font-family: 'dosissemibold';
        color: #FFFFFF;
        max-width: 80%;
        margin: auto;
        position: relative;
        top: calc(100% - 60px);
        transform: translateY(-100%);
      }
      .scroll {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        width: 22px;
      }
      .prod .sect-wrap {
        padding: 20px 14px 50px 14px;
        height: calc(100% - 110px);
      }
      .catalog-item {
        margin: 14px;
        width: calc(100% - 28px);
        min-width: 210px;
        position: relative;
      }
      .catalog-item .info {
        position: relative;
        color: #FFF;
        padding: 1rem 14px 14px 14px;
      }
      .sect-wrap {
        padding: 24px;
        height: calc(100% - 110px);
      }
      .cert:after,
      .cont:after {
        display: none;
      }
      .cert .belt,
      .cont .belt {
        position: relative;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        z-index: 1;
      }
      .aside {
        width: 100%;
        display: block;
      }
      .right-content {
        background: #FFFFFF;
        width: 100%;
        display: block;
      }
      .contacto {
        max-width: 700px;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
      }
      .cont p {
        font-size: 1.4rem;
        color: #BAB489;
        font-family: 'dosismedium';
        line-height: 1;
        margin-bottom: 0;
      }
      .gotop {
        position: fixed;
        right: 2px;
        bottom: 30px;
        width: 24px;
        height: 24px;
        z-index: 100;
        mix-blend-mode: difference;
        cursor: pointer;
      }

      
    }/* end of mobile */














    /* mobile Landscape */

    /* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
    @media only screen 
      and (min-device-width: 320px) 
      and (max-device-width: 568px)
      and (-webkit-min-device-pixel-ratio: 2)
      and (orientation: landscape) {

    }
    /* ----------- iPhone 6, 6S, 7 and 8 ----------- */
    /* Landscape */
    @media only screen 
      /*and (min-device-width: 375px) */
      and (min-device-width: 320px) 
      and (max-device-width: 667px) 
      and (-webkit-min-device-pixel-ratio: 2)
      and (orientation: landscape) { 

 
    }

    /* ----------- iPhone X ----------- */
    @media only screen 
      and (device-width : 375px) 
      and (device-height : 812px) 
      and (-webkit-device-pixel-ratio : 3)
     and (orientation : landscape)  { 

      .site-name {
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
      }
      .site-name img {
        height: 80px;
      }
      .intro {
        padding-top: 80px;
        height: calc(100% - 80px);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 60px; 
        font-size: 3.75rem;
        font-size: 8vmin;
        line-height: 1.1;
        font-family: 'dosissemibold';
        color: #FFFFFF;
        max-width: 80%;
        margin: auto;
      }
     }