* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background: #f5f7fa;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Montserrat;
    
}

.wrapper {
  background: white;
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 5px 9px 20px rgba(0, 0, 0, 0.15);
}

.sidebar {
  background: #1e2939;
  width: 370px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.myphoto {
  width: 370px;
}

.about-me-container {
  padding-top: 110px;
  padding-bottom: 110px;
  padding-right: 90px;
  padding-left: 90px;
}

.contacts-container {
  margin-top: 50px;
  margin-left: 40px;
  margin-right: 40px;
}

.contacts-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  color: white;
  margin-bottom: 20px;
}

.contacts-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #727983;
}
.contacts-link-type {
  color: #ffffff;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 24px;
  margin-right: 10px;
}

.skills-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}

.skills-container {
  margin-top: 55px;
  margin-left: 40px;
  margin-right: 40px;
}

.skills-item {
  color: #ff6b08;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 15px;
}

.skills-text {
  color: #a0a4ab;
}

.profession {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 23px;
}

.name {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

.description {
  color: #717171;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 24px;
}

.main-info {
  margin-bottom: 65px;
}

.about-me-title {
  margin-top: 50px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.projects-link {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.tech-name {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.dots {
  color: #bebebe;
  font-weight: 100;
}
.project-item {
  font-weight: 700;
  margin-left: 17px;
}
.project-container {
  margin-bottom: 55px;
}

.profession-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.company {
  color: #ff6b08;
}

.time {
  color: #a8a8a8;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.list {
  margin-top: 5px;
}

.profession-item {
  color: #717171;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 17px;
}

.specialty {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
#cert1, #cert2, #cert3{
    width: 300px;
}
#cert1:hover, #cert2:hover, #cert3:hover{
    width: 600px;
    z-index: 1;
   
}