* {
  font-family: 'Roboto', sans-serif;
}

ul {
  padding: 0 0 0 22px;
  margin: 0;
}

hr {
  margin-top: 0px;
}

.title {
  margin-top: 25px;
  font-size: 22px;
  line-height: 26px;
  color: #264061;
}

.cv .col-lg-8 {
  margin-top: 25px;
}

.cv__rectangle {
  height: 40px;
  background: #376193;
}

.cv__photo {
  display: block;
  margin: 22px auto 0 auto;
  width: 240px;
  height: 240px;
  border-radius: 120px;
}

.btn {
  display: block;
  margin-top: 30px;
  padding: 10px 15px;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  transition: .5s;
}

.btn:hover {
  border: 1px solid #fff;
  background: #376193;
  color: #fff;
  text-decoration: none;
}

.cv__full-name {
  margin-top: 33px;
  font-size: 29px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #264061;
}

.cv__contacts-list {
  margin-top: 17.5px;
  list-style: none;
}

.cv__contacts-list-item {
  margin-top: 6px;
}

.cv__contacts-link {
  padding-left: 5px;
  font-size: 14px;
  text-decoration: none;
  color: #264061;
}

.cv__contacts-link span, .cv__experience-item-head, .cv__education-item-head {
  font-size: 18px;
}

.cv__languages-list {
  list-style: none;
}

.cv__skills-list span, .cv__experience-item-descr, .cv__education-item-descr {
  font-size: 14px;
}

.cv__experience-item-head, .cv__education-item-head {
  margin-top: 10px;
}

.cv__rectangle.cv__rectangle_mt33 {
  margin-top: 33px;
}
