/* roboto-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v32-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-300italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/roboto-v32-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v32-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/roboto-v32-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v32-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-500italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/roboto-v32-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v32-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  html {
    box-sizing: border-box;
    display: block;
    
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.clear::after {
    clear: both;
}
.clear::before,
.clear::after {
    display: block;
    content: "";
}
.pgs-list.display {
    display: block;
}
h1, h2, h3, h4, p, a, div, ul, li {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    color: #ffffff;
}
img {
  vertical-align: top;
  width: 100%;
}
ul {
    list-style: none;
}
body{
    padding: 0;
    margin: 0;
    background-color: #000;
    color: #ffffff;
    font-family: 'Roboto';
}
main a{
    display: inline;
}
.logo{
    text-align: center;
    padding-top: 50px;
    width: 90%;
    margin: 0 auto;
}
.logo h1{
    font-weight: 300;
}
.logo h2{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 20px;
    letter-spacing: 1px;
}
.nav-list li{
    letter-spacing: 2px;
    text-transform: uppercase;
    font-style: italic;
    border: 3px solid #fff;
    max-width: 400px;
    width: auto;
    margin: 20px auto;
    text-align: center;
    cursor: pointer;
    padding: 12px 24px;
    height: 65px;
    position: relative;

}
.nav-list span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.nav-list a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
 .container{
    width: 90%;
    margin: 0 auto;
 }
 .container p{
    font-size: 14px;
    line-height: 1.45;
 }
 .container h2{
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 400;
    padding-top: 50px;
    padding-bottom: 20px;
 }
 .container img{
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 20px;
 }
 footer{
    width: 90%;
    margin: 30px auto;
    max-width: 1100px;
 
}


.second{
    width: 90%;
    margin: 0 auto;
 }
 .second p{
    font-size: 14px;
    line-height: 1.45;
 }
 .second h2{
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 400;
    padding-top: 50px;
    padding-bottom: 20px;
 }

.unu{
    max-width: 360px;
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}

.second span{
    text-decoration: underline;
    cursor: pointer;
}





 @media (min-width:767px){
 
.line1 li{
    width: 31%;
    float: left;
    margin-right: 2%;
}
.line2 li{
    width: 31%;
    float: left;
    margin-right: 2%;
}

.line3 li{
    width: 31%;
    float: left;
    margin-right: 2%;
}
.nav-list{
    width: 90%;
    margin: 0 auto;
    max-width: 1050px;
}

.container{
    max-width: 800px;
}
.second{
    max-width: 800px;
}
.logo{
    max-width: 1100px;
}

.unu{
    width: 31%;
    float: left;
    margin-right: 2%;
}

.container p{
    font-size: 16px;
}













}