#head
{
//	background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, #564071 100%);
	margin-bottom:85px;
	.main-menu
	{
		ul
		{
			li
			{
				a
				{
					color:$main-color;
				}
			}
		}
	}
	#socil-menu
	{
		li
		{
			a
			{
				color:$main-color;
			}
		}
	}
}

header
{
  color:$main-color;

  time
  {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom:8px;
  }
  h1
  {
    font-size: 64px;
    font-weight: 800;
    letter-spacing: 6.4px;
    line-height:80px;
    padding-bottom:80px;
    margin-bottom:80px;
    border-bottom:1px solid $main-color;
  }
}

article
{
  max-width:600px;
  margin:0 auto 100px auto;
  padding:0 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.6px;
  color:$main-color;
  h2,h3,h4,h5
  {
    padding:10px 0;
    font-size: 24px;
    line-height:40px;
    font-weight: 600;
  }
  img
  {
    display: block;
    max-width:100%;
    margin:auto;
  }
  p
  {
    padding:10px 0;
  }
}
