.listNav > li > a {
  font-size: 18px;
  color: #1f1f1f;
}

.listNav > li > a {
  position: relative;
}

.listNav > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #1f1f1f;
  transition: bottom 0.4s ease-out;
  opacity: 0;
}

.listNav > li > a:hover::after {
  bottom: 0;
  opacity: 1;
}

/**/

#tittle_two {
  font-size: 60px;
  letter-spacing: -2px;
  margin: 0;
}

#text_with_flag {
  font-size: 32px;
  color: #1f1f1f;
  font-weight: 300;
  margin: 0;
}

#text_with_flag span {
  position: relative;
}

#text_with_flag span::before {
  content: "";
  background-image: url("/imgs/flagUk.svg");
  display: inline-block;
  width: 26px;
  height: 18px;
  margin: 0 6px;
  vertical-align: middle;
  background-size: cover;
}

#about {
  margin: 0;
  font-size: 32px;
  color: #1f1f1f;
  font-weight: 300;
}

.my_biography_text {
  font-size: 18px;
  color: #1f1f1f;
  font-weight: 300;
  line-height: 160%;
  margin: 0;
}

.text_index {
  font-size: 32px;
  color: #1f1f1f;
  font-weight: 300;
  position: relative;
  margin: 10px 0 10px 0;
}

.text_index::before {
  content: "";
  background-image: url("/imgs/arrow_icon_svg.svg");
  display: inline-block;
  width: 28px;
  height: 30px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  background-size: cover;
}

#my_photo {
  width: 600px;
  height: 840px;
  background-image: url(/imgs/my_photo_two.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text_index_two {
  line-height: 130%;
  padding-right: 20px;
  margin: 0;
  font-size: 32px;
  color: #1f1f1f;
  font-weight: 300;
}

.skills_descript_cont {
  position: relative;
}

.skills_descript_cont::after {
  content: "";
  position: absolute;
  left: 100%;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background-color: #1f1f1f;
  top: 50%;
  transform-origin: center;
}

.skills_descript_cont:nth-child(4)::after {
  display: none;
}

.skills_descript_cont:last-child::after {
  display: none;
}

.skills_descript_cont::before {
  content: "";
  background-image: url(/imgs/arrow_icon3_svg.svg);
  display: inline-block;
  width: 28px;
  height: 30px;
  margin: 0 10px;
  vertical-align: middle;
  background-size: cover;
  margin: 0 0 20px 0;
}

.tittle_four {
  font-size: 18px;
  color: #1f1f1f;
  font-weight: 300;
  line-height: 160%;
  margin: 0;
}

/* стили для block_about_me с псевдоелементом */

.footer_block {
  width: 100%;
  height: 460px;
  padding: 40px 60px 40px 60px;
  background-color: #d8dde1;
}

.footer_tittle_cont > h3 {
  font-size: 32px;
  color: #1f1f1f;
  font-weight: 300;
  margin: 0;
}

.icons_cont_t a {
  margin-right: 10px;
}

.icons_cont_t h3 {
  font-size: 32px;
  color: #1f1f1f;
  font-weight: 300;
  margin: 0 10px;
}

#inst_icon {
  width: 40px;
  height: 40px;
  background-image: url(/imgs/inst_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
}

#behance_icon {
  width: 40px;
  height: 40px;
  background-image: url(/imgs/behance_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
}

#linked_icon {
  width: 40px;
  height: 40px;
  background-image: url(/imgs/linked_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
}

#my_email {
  position: relative;
  text-decoration: none;
  color: #1f1f1f;
  font-size: 82px;
  width: 77%;
}

#my_email::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 4px;
  background-color: #1f1f1f;
  transition: bottom 0.4s ease-out;
  opacity: 0;
}

#my_email:hover::after {
  bottom: 0;
  opacity: 1;
}

/* класс для select lang*/

select {
  color: #1f1f1f;
  padding: 10px;
  width: 80px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("/imgs/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 24px auto, 100%;
  cursor: pointer;
  transition: background-position 0.2s ease;
}

select:hover {
  background-position: right 0.7em top 64%, 0 0;
}

select::-ms-expand {
  display: none;
}
select:hover {
  border-color: #888;
}
select:focus {
  border-color: #aaa;
  color: #222;
  outline: none;
}

.last {
  grid-row: 2;
  grid-column: 2/-1;
  transform: translateY(-40px);
  width: 100%;
  margin: 0;
  height: 2px;
  border: none;
  background-color: #1f1f1f;
}

.last_2 {
  width: 100%;
  margin: 0;
  height: 2px;
  border: none;
  background-color: #1f1f1f;
}

/* Убедитесь, что правило для IE учитывается и не перекрывает псевдоэлемент */
@media screen and (min-width: 0\0) {
  select::after {
    display: none;
  }
}
