* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background-color: #f5f7fa;
  padding:  40px 20px;
  font-family: "Montserrat", sans-serif;
}
.wrapper {
  background-color: #fff;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 5px 9px 20px rgba(0,0,0, 0.15);
}
.sidebar {
  background-color: #1e2939;
  width: 370px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.my-foto {
  width: 370px;
}

.contacts-container {
  margin-top: 60px;
  margin-left: 20px;
  margin-right: 40px;
}
.tech-skills-container {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 55px;
}
.about-my-container {
  padding: 110px 90px;
}
.contacts-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  margin-left: 20px;
}
.contacts-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #50bb68;
  text-decoration: none;
}

 a.contacts-link:hover{
  color: #90ff8acf;
  text-decoration: underline;
}
.contacts-link-type {
  font-size: 14px; 
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  margin-left: 10px;
}
.tech-skills-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.tech-skills-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #ff6b08;
}
.tech-skills-text {
  color: #d8dadd;
}
.soft-skills-container {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 55px;
}
.soft-skills-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.soft-skills-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #ff6b08;
}
.soft-skills-text {
  color: #d8dadd;
}
.profession {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 23px;
}
.name {
  font-size: 45px;
  font-weight: 700;
  line-height: 89px;
}
.discription {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 24px;
}
.info-container {
  margin-bottom: 65px;
}
.about-me-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
.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: #bcbcbc;
  font-weight: 100;
}
.projects-item{
  font-weight: 700;
  margin-left: 17px;
}
.projects-container{
  margin-bottom: 55px;
}
.profesion-title{
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.profesion-company{
  color: #ff7011;
}
.profesion-tine{
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #189b84;
}
.profesion-divider{
  color: #000;
}
.profesion-duties{
  margin-top: 14px;
  margin-bottom: 30px;
}
.profesion-duties-item{
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.profession-p{
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 25px;
}
.profession-photo-sertificate{
    max-width: 600px;
    margin-top: 15px;
}
