body {
  background: #f6f6f6;
  padding: 40px 40px 40px 40px;
  font-family: "montserrat", "sans-serif";
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}
.wrapper {
  display: flex;
  flex-direction: row-reverse;
  background: #ffffff;
  width: 1000px;
  margin: 0 auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* Main content */
.main-content {
  padding-left: 88px;
  padding-top: 80px;
  padding-right: 40px;
  padding-bottom: 80px;
  box-sizing: border-box;
}

/* Sidebar */

.sidebar {
  width: 370px;
  background-color: #e0e6fe;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.sidebar-content {
  padding-left: 40px;
  padding-top: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
/* Target */

.target-title{
  font-weight: 700;
  font-size: 22px;
  line-height: normal;
  color: #161d2a;
  margin-top: 0px;
  margin-bottom: 8px;
}
.target__job {
  /* margin-top: calc(var(--standard-margin) - 2rem);
   margin-bottom: 40px; */


  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #161d2a;
  margin-top: 0px;
  margin-bottom: 8px;
  margin: 0;
  padding-left: 4px;
  }
 .target-container {
  margin-bottom: 40px;
}


/* Contacts */
.contacts-title {
  font-weight: 700;
  font-size: 22px;
  line-height: normal;
  color: #161d2a;
  margin-top: 0px;
  margin-bottom: 8px;
}

.contacts-type {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #161d2a;
  margin-right: 8px;
}

.contacts-link {
  color: #2979ff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
}

.contacts-item {
  margin-top: 0px;
  margin-bottom: 8px;
}
.contacts-container {
  margin-bottom: 40px;
}
/* Skills */
.skills-container {
  margin-bottom: 40px;
}
.skills-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #161d2a;
  margin-top: 0px;
  margin-bottom: 8px;
}
.skills-list {
  margin: 0;
  padding-left: 14px;
}
.skills-list-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #161d2a;
}
/* Soft-skills */
/* .soft-container {
  margin-bottom: 40px;
}
.soft-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #161d2a;
  margin-top: 0px;
  margin-bottom: 8px;
}
.soft-list {
  margin: 0;
  padding-left: 14px;
}
.soft-list-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #161d2a;
} */


/*Social-media*/
.social-media {
  margin-bottom: 40px;


}
.title {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #161d2a;
  margin-top: 0px;
  margin-bottom: 8px;
}
.social-media__list{
text-align: center;
margin-top: 30px;
  margin-bottom: 30px;

}

.social-media__link {
  
   /* display: flex;
justify-content: space-around; */
/* align-items: stretch; */
    word-spacing: 30px; 
    margin-bottom: 40px;
    text-decoration: none;
    margin: 0;
    cursor: pointer;
    padding: 0;
    box-sizing: border-box;
    font-family: "Calibri", sans-serif;

} 
.social-media__link,
.projects__link {
  text-decoration: none;
}
.social-media__icon {
  width: 2.5rem;
  margin-right: calc(var(--standard-margin) - 2rem);
  margin-top: calc(var(--standard-margin) - 2rem);
  transition: transform 0.3s ease-in-out;
  box-shadow: 5px 5px 5px var(--shadow-color);
  border-radius: 50%;
  background: rgb(247, 243, 243);
  background: linear-gradient(
    149deg,
    rgba(247, 243, 243, 0.9420955882352942) 47%,
    rgba(2, 0, 36, 0.5914740896358543) 91%
  );
}
.social-media__icon:hover {
  transform: scale(1.1);
  box-shadow: 6px 6px 5px var(--shadow-color);
}
.social-media__icon:active {
  transform: scale(1.1);
  box-shadow: 4px 4px 5px var(--shadow-color);
}
/*  Main content */
.my-profession {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin: 0 0 18px 0;
  margin-bottom: 8px;
}
.my-name {
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  color: #000000;
  margin: 0 0 28px 0;
}

.my-descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
  margin: 0 0 64 0;
  width: 525px;
}
.my-info {
  margin-bottom: 40px;
}
/* My projects */
.my-projects-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 8px;
}

.my-project-item {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #2979ff;
}
.my-project-list {
  padding-left: 16px;
  margin: 0;
}
.my-project-list-link {
  color: #2979ff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
}
.my-project-item-tech {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.my-projects-container {
  margin-bottom: 40px;
}
/* Work experience */
.work-experience-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 8px;
}
.work-experience-company {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 12px;
  
}
.company-name {
  color: #6d9bf5;
}
.wokr-experience-period {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #a8a8a8;
  margin: 12px 0 8px 0;
}
.wokr-experience-period-seperator {
  color: #000;
}
.wokr-experience-duties-list {
  padding-left: 16px;
}
.wokr-experience-duties-item {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
}
.work-experience-container {
  margin-bottom: 12px;
}
.work-experience-container {
  margin-bottom: 40px;
}
/* Education */

.education-place {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #6d9bf5;
}

.education-container {
  margin-bottom: 44;
}

/* Languages */

.title--dark {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #000;
}

.languages__list {
  margin-bottom: 44;
}