
/*Обнуление*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
/* ul li{list-style: none;} */
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
/*Обнуление*/

html {
	scroll-behavior: smooth; 
  }


  @font-face {
    font-family: Roboto, sans-serif;
        src: url("assets/fonts/Roboto-Thin.ttf");
   }

@font-face {
    font-family: 'Montserrat', sans-serif;
        src: url("assets/fonts/Montserrat-Bold.ttf");
}

@media (max-width: 768px) {
	.section {
	  width: 100%;
	}
  }

.container{
    display: flex;
    flex-direction: column;
	border: 1px;
	max-width: 1440px;
    margin: 0 auto;
}


.nav{
	display: flex;
    justify-content: flex-end;
	align-items: center;
    margin: 0 auto;
	background-color: rgb(43, 43, 43);
	font-size: 24px;
	font-weight: 600;
	color: rgb(94, 94, 94);
    font-family: 'Roboto', sans-serif;
	max-width: 1440px;
}

.nav-list{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	list-style: none;
}


.nav-link {
	padding: 0 20px;
	line-height: 50px;
    color:rgb(253, 249, 249);
  }

  .nav-item {
    position: relative;
  }

  .nav-item:hover {
    transform: scale(1.25);
	transition: .3s;
  }

.container-main{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
	max-width: 1440px;
    margin: 0 auto;
}

.sidebar{
	background-color: rgb(94, 94, 94);
	max-width: max-content;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: rgb(255, 255, 255);
	font-size: 14px;
	padding: 40px 40px 0px 40px;
	display: flex;
	/* position: sticky; */
	/* bottom: 50px; */
	flex-direction: column;
}


#grad {
	background-image: linear-gradient(to top, rgb(255, 255, 255), rgb(94, 94, 94));
  }

  .contacts_li1 {
	background:url('./assets/svg/location.svg') 0.00005% no-repeat;
	background-size: 20px;
	padding-left: 5px;
	padding-bottom: 20px;
 }

 .contacts_li2 {
	background:url('./assets/svg/email.svg') 0.00005% no-repeat;
	background-size: 20px;
	padding-left: 5px;
	padding-bottom: 20px;
 }

 .contacts_li3 {
	 background:url('./assets/svg/telephone.svg') 0.00005% no-repeat;
	 background-size: 20px;
	 padding-left: 5px;
	 padding-bottom: 20px;
 }

 .contacts_li4 {
	background:url('./assets/svg/github.svg') 0.00005% no-repeat;
	background-size: 20px;
	padding-left: 5px;
	padding-bottom: 20px;
 }

.skills_list{
	line-height: 36px;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	padding: 8px 0px 10px 15px;
}

.skills_list>li {
	margin: 0;
	padding: 0px 10px 0px 30px;
	list-style: none;
	background-image: url('./assets/svg/rocket.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}

.contact_list{
	display: flex;
	flex-direction: column;
	line-height: 30px;
	font-size: 16px;
	border-bottom: 1px solid rgb(255, 255, 255);
	padding: 10ipx;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: rgb(251, 249, 249);
}

.main-info{
    background-color: rgb(255, 255, 255);
	/* border: 1px solid teal; */
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	width: 1180px;
}

.name-title{
	display: inline-block;
	color:rgb(129, 59, 59);
	font-family: 'Montserrat';
	font-variant: small-caps;
	font-weight: 900;
	font-size: 100px;
	border: 10px;
	padding: 28px 30px 8px 25px;
	
}

.side-title{
	display: block;
	padding: 25px 0px 4px 10px;
	/* line-height: 40px; */
	font-size: 18px;
	font-weight: 500;
	color: rgb(228, 227, 227);
    font-family: 'Roboto', sans-serif;
}

.my_position{
	display: inline-block;
	color:rgb(129, 59, 59);
	font-family: 'Roboto';
	font-variant: small-caps;
	
	font-weight: 800;
	font-size: 24px;
	border: 10px;
	padding: 25px;
	line-height: 3%;
	border-bottom: 1px solid rgb(180, 182, 47);
}

section.section p{
	padding: 10px 0px 2px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;

}

section.section li{
	padding: 10px 0px 2px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	list-style: none;
}

.citation{
	display: block;
	margin: 0px 15px 0px 15px;
	color: rgb(94, 94, 94);
	font-style: oblique;
	font-size: 16px;
	font-weight: lighter;
}


.section-title{
	display: block;
	padding: 25px 0px 4px 20px;
	/* line-height: 40px; */
	font-size: 22px;
	font-weight: 500;
	color: rgb(90, 90, 90);
    font-family: 'Roboto', sans-serif;
}

.footer_container{
    background-color: rgb(252, 252, 250);
	display: flex;
    flex-direction: row;
    justify-content: center;
	align-items: center;
	max-width: 1440px;
    margin: 0 auto;
	font-size: 24px;
	font-weight: 600;
	color: rgb(94, 94, 94);
    font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
}



