@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Nunito-Regular.woff") format("woff"),
      url("../fonts/Nunito-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/Nunito-Bold.woff") format("woff"),
      url("../fonts/Nunito-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Nunito-Italic.woff") format("woff"),
      url("../fonts/Nunito-Italic.woff2") format("woff2");
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
li {
  list-style: none;
}
a,a:visited,a:hover, a.active {
  text-decoration: none;
  color:#000;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}
img {
  vertical-align: top;
}
html,
body {
  height: 100%;
  scroll-behavior:smooth;
}

html {
  font-family: Nunito, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
}
body {
  line-height: 1;
  color: black;
}
.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  padding: 15px 40px;
  flex-direction: column;
}
.menu__list {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.main__header {
  padding: 20px;
  display: flex;
  gap: 300px;
  align-items: center;
  margin-bottom: 40px;
}
.main__img {
  max-width: 200px;
  border-radius: 50%;
}
.main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 48px;
  margin-bottom: 25px;
}
.title__first-name {
  font-weight: 700;
}
.title__profession {
  font-style: italic;
}

.main__infomation {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.infomation__left {
  background-color: grey;
  color:#fff;
  width: 400px;
  border-radius: 0 50px 50px 0;
  padding: 15px;
    display: flex;
  flex-direction: column;
  gap: 20px;
}
.infomation__left a {
  color:#fff;
}
.infomation__contacts {
  min-width: 300px;
}
.contacts__title, .skills__title,.lang__title {
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: 700;
}
.contacts__list,.slills__list, .lang__list{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.infomation__rigth {
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1.5;
}
.about-me__title, .education__title,.code__title, .projects__title{
  font-size: 36px;
  margin-bottom: 10px;
}
.infomation__code {
  background: grey;
  color:#fff;
}

.footer {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items:center;
  font-size: 25px;
}
.footer img {
  max-width: 250px;
}
.footer__github,.footer__cousre {
  height: 50px;
}
