body {
	background:#F6F6FA;
	padding: 40px;
	font-family: 'Montserrat', sans-serif;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 0;
}
.wrapper {
	background-color: #fff;
	display: flex;
	flex-direction: row-reverse;
	width: 1200px;
	margin: 0 auto;
}
/* Main content */
.main-content {
	padding: 80px 40px 80px 88px;
	box-sizing: border-box;
}
/* Sidebar */
.sidebar {
	background: #E0EBFE;
	padding: 40px 0px;
	box-sizing: border-box;
	width: 370px;
}
.sidebar-content {
	padding: 40px 40px 0px 40px;
}
/* Contacts */
.contacts-title {
	color: #161D2A;
	font-size: 22px;
	font-weight: 700;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 8px;
}
.contacts-type {
	color: #161D2A;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	margin-right: 8px;
}
.contacts-link {
	color: #2979FF;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-decoration-line: underline;
}
.contacts-item {
	margin-top: 0;
	margin-bottom: 0;
}
.contacs-conteiner {
	margin-bottom: 40px;
}
/* Skills container*/
.skills-container {
	margin-bottom: 40px;
}
.skills-title {
	color: #161D2A;
	font-size: 22px;
	font-weight: 700;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 8px;
}
.skills-list {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 24px;
}
.skills-list-item {
	color: #161D2A;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
/* Main content */

/* My info */
.my-info {
	margin-bottom: 40px;
}
.my-profetion {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 17px;
	margin-top: 0;
	margin-bottom: 8px;
}
.my-name {
	color: #000;
	font-size: 45px;
	font-weight: 700;
	line-height: 55px;
	margin-top: 0;
	margin-bottom: 12px;
}
.my-descr {
	color: #595959;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 0;
}
/* My projects */
.my-projects-container {
	margin-bottom: 40px;
}
.my-projects-title {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	line-height: 27px;
	margin-top: 0;
	margin-bottom: 8px;
}
.my-projects-list {
	padding-left: 16px;
}
.my-projects-item {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	padding-left: 12px;
}
.my-projects-item-link {
	color: #005FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-decoration-line: underline;
}
.my-projects-item-tech {
	color: #595959;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
/* My work rxperience */
.work-experience-container {
	margin-bottom: 40px;
}
.work-experience-section {
	margin-bottom: 12px;
}
.work-experience-section:last-child {
	margin-bottom: 0;
}
.work-experience-title {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	line-height: 27px;
	margin-top: 0;
	margin-bottom: 8px;
}
.work-experience-position {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 12px;
}
.work-experience-company {
	color: #6D9BF5;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}
.work-experience-period {
	color: #A8A8A8;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	margin-top: 0;
	margin-bottom: 8px;
}
.work-experience-separator {
	color: #000;
}
.work-experience-duties-list {
	padding-left: 24px;
}
.work-experiencee-duties-item {
	color: #595959;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
/* My education */
.education-title {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 8px;
}
.education-place {
	color: #6D9BF5;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 8px;
}
.education-profession {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 8px;
}
.educatoin-period {
	color: #A8A8A8;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 12px;
}
.educatoin-period:last-child {
	margin-bottom: 0;
}
.education-separator {
	color: #000;
}

@media screen and (max-width: 1300px) {
	body {
		padding: 20px;
	}
	.wrapper {
		width: 960px;
	}
	.main-content {
		padding: 80px 40px;
	}
	.my-descr {
		max-width: 550px;
	}
	.education-place {
		max-width: 550px;
	}
}
@media screen and (max-width: 980px) {
	.wrapper {
		width: 800px;
	}
	.main-content {
		padding: 30px 80px 20px 20px;
	}
	.sidebar {
		padding: 20px 0;
		width: 300px;
	}
	img {
		width: 300px;
	}
	.my-name {
		font-size: 40px;
	}
	.my-descr {
		max-width: 480px;
	}
	.education-place {
		max-width: 480px;
	}
	li {
		max-width: 350px;
	}
}