/* outfit-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: 'Outfit';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/outfit-v11-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* outfit-800 - 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: 'Outfit';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/outfit-v11-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* outfit-900 - 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: 'Outfit';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/outfit-v11-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  html{
  box-sizing: border-box;
}
*, *::before, *::after{
  box-sizing: inherit;
}

body{
  font-family: 'Outfit';
  font-style: normal;
  font-size: 20px;
  line-height: normal;
  font-weight: 900;
  color: #C0C0C0;
  background-color: black;
 
}

.wrapper{
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
} 
.wrapper-full{
  max-width: 1200px;
  margin: 0%;
  text-align: center;
  position: relative;
   margin: auto;
   position: absolute;
   top: 800px; left: 0; bottom: 0; right: 0;
   background-color: 000000;
 
}
.wrapper-futer{
  max-width: 1200px;
  margin: 0%;
  text-align: center;
  position: relative;
   margin: auto;
   position: absolute;
   top: 2000px; left: 0; bottom: 0; right: 0;
   background-color: 000000;
}

.section-title{
  font-family: 'Outfit';
  font-style: normal;
  font-size: 20px;
  line-height: normal;
  font-weight: 900;
  color: #C0C0C0;
  align-items: center;
  background-color: 000000;
}


/*header styles start*/

.header {
    position: fixed;
  top: 50px;
  left: 0%;
  width: 100%;
}

.header_wrapper{
  max-width: 1200px;
  margin: 0 auto;
  display:flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 50px;
  

}

.header_list{
  display:flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.header_item{
  margin-right: 50px;
  font-family: 'Outfit';
  font-style: normal;
  font-size: 20px;
  line-height: normal;
  font-weight: 900;
  color: #C0C0C0;
}
.header_item :last-child {
  margin-right: 0%;
}
 
.header_link{
  font-size: 20;
  line-height: normal;
  color: #C0C0C0;
  align-items: flex-start;
  text-decoration: none;
}

.header_link:hover, .header_link:focus, .header_link:active{
  opacity: .75;
}

/*header styles end*/

/*inrto styles start*/

.intro{
  height: 100vh;
  background: url(../img/svg/intr_back.svg) no-repeat center;
  background-size: cover;
  padding-top: 430px;
}

.container{
  width: 600px;
  
}

.intro_title{
  
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  color: #C0C0C0;
  text-align: center;
  margin-bottom: 3px;
  line-height: normal;

}
  
.intro_subtitle{
 
  font-weight: 600;
  font-size: 54px;
  line-height: 40px;
  color: #C0C0C0;
  margin-bottom: 10px;
  text-align: center;
  margin-bottom: 225px;
  
}

.keyword_title{
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #C0C0C0;
  margin-bottom: 10px;
  text-align: left;
  margin-bottom: 3px;
}

/*inrto styles end*/