*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-size: 62.5%;
}

body,
h1,
h2,
h3,
h4,
p {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
}

.header_wrapper {
  background-image: url(/porto/img/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.burger {
  display: none;
}

.header_bg {
  background: rgba(198, 108, 73, 0.3);
}

.container {
  max-width: 111rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.header_nav {
  display: flex;
  align-items: center;
  padding-top: 9.3rem;
  position: relative;
  z-index: 3;
  min-height: 3rem;
}
.header_nav .header_logo {
  margin-right: auto;
}
.header_nav .header_logo p {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
}
.header_nav .header_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header_nav .header_link a {
  display: block;
  text-decoration: none;
  line-height: 2.2rem;
  font-size: 1.8rem;
  color: #fff;
  transition: 0.2s;
  margin-left: 6rem;
}
.header_nav .header_link a:hover {
  font-weight: 700;
}

.header_content {
  max-width: 72.5rem;
  margin-top: 14.5rem;
  padding-bottom: 24rem;
  color: #fff;
  position: relative;
  z-index: 3;
}
.header_content h1 {
  font-size: 6.4rem;
  line-height: 7.8rem;
  margin-bottom: 2.6rem;
}
.header_content p {
  font-size: 2.4rem;
  line-height: 2.9rem;
  margin-bottom: 10.6rem;
}
.header_content a {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #fff;
}

.about {
  margin-top: 9.3rem;
  margin-bottom: 11.5rem;
}
.about h2 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.9rem;
  margin-bottom: 7.6rem;
}
.about p {
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: justify;
  color: #333;
}
.about p:not(:last-child) {
  margin-bottom: 3rem;
}

.skills_wrapper {
  background-color: #FFFAF2;
  padding-top: 9.3rem;
  padding-bottom: 14.5rem;
  color: #333;
}
.skills_wrapper .skills > h3 {
  margin-bottom: 8.6rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.9rem;
}
.skills_wrapper .skills_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.skills_info {
  max-width: 63.5rem;
}

.skills_item {
  display: flex;
  margin-bottom: 2rem;
  align-content: center;
}
.skills_item .skills_bar_block {
  width: 38.1rem;
  background-color: #F5D6AB;
}
.skills_item .skills_bar_block .skills_bar_progress {
  width: 38.1rem;
  height: 2.5rem;
  background-color: #C66C49;
}

.skills_item:first-child {
  margin-bottom: 6.5rem;
}

.red {
  width: 20rem;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.blue {
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.portfolio {
  display: flex;
  flex-wrap: wrap;
  padding-top: 9.3rem;
  padding-bottom: 14.5rem;
}
.portfolio h2 {
  margin-bottom: 8.6rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.9rem;
}
.portfolio .portfolio_text_block {
  display: flex;
  flex-direction: column;
  max-width: 34.9rem;
  margin-right: auto;
}
.portfolio .portfolio_text_block h3 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-bottom: 4.8rem;
}
.portfolio .portfolio_text_block p {
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: justify;
  margin-bottom: 23.5rem;
}
.portfolio .portfolio_img_block {
  display: flex;
  margin-top: auto;
  max-width: 63.5rem;
}

.portfolio_link {
  display: flex;
}

.portfolio_link a:first-child {
  margin-right: 2.4rem;
}

.img_left {
  margin-right: 3rem;
}
.img_left .img_one {
  margin-bottom: 2.6rem;
  width: 35rem;
  height: 14.4rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
}

.img_three {
  margin-bottom: 2.6rem;
}

.footer_wrapper {
  background-color: #FFFAF2;
  padding-top: 9.3rem;
  padding-bottom: 7rem;
}
.footer_wrapper .footer h3 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.9rem;
}

.footer_bot {
  margin-top: 5.1rem;
  display: flex;
  justify-content: space-between;
}
.footer_bot .footer_item a {
  display: block;
  font-size: 1.8rem;
  line-height: 2.2rem;
  text-decoration: none;
  color: #333333;
}
.footer_bot .footer_item a {
  margin-bottom: 1.4rem;
}
.footer_bot .footer_item a:hover {
  font-weight: 600;
  transition: 0.2s;
}

.footer_item :last-child {
  margin-right: 16.7rem;
}

.footer_link {
  margin-top: 11.9rem;
  display: flex;
  align-items: center;
  justify-content: end;
}

/* 1920
1440
1280
1024
768 */
@media (max-width: 1280px) {
  .container {
    max-width: 105rem;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 100rem;
  }
  .header_content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .portfolio {
    padding: 6rem 0;
  }
  .portfolio h2 {
    margin-bottom: 4rem;
  }
  .portfolio_link {
    display: none;
  }
  .portfolio .portfolio_text_block {
    max-width: 100%;
  }
  .portfolio .portfolio_text_block p {
    text-align: center;
    margin-bottom: 10rem;
  }
  .portfolio .portfolio_text_block {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .portfolio .portfolio_img_block {
    margin: 0 auto;
  }
  .skills_content {
    flex-direction: column;
    text-align: center;
  }
  .skills_image {
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .red {
    display: flex;
  }
  .skills_info {
    margin-right: auto;
    margin-left: auto;
  }
  .skills_wrapper .skills > h3 {
    text-align: center;
    margin-bottom: 4rem;
  }
  .skills_wrapper {
    padding: 6rem 0;
  }
  .about {
    text-align: center;
  }
  .footer_bot {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .header_nav {
    padding-top: 3.6rem;
  }
  .header_nav .header_link {
    display: none;
  }
  .header_nav .header_logo {
    margin: 0 auto;
  }
  .header_nav .burger {
    display: block;
  }
  .container {
    max-width: 31.2rem;
    padding: 0 0.5rem;
  }
  .header_content {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
  .header_content h1 {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 1.3rem;
  }
  .header_content p {
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin-bottom: 4.1rem;
  }
  .header_content a {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .about {
    margin: 2.5rem 0;
  }
  .about h2 {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-bottom: 1.9rem;
  }
  .about p {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .about p:not(:last-child) {
    margin-bottom: 2rem;
  }
  .skills_wrapper {
    padding: 2.5rem 0;
  }
  .skills_wrapper .skills > h3 {
    margin-bottom: 2.5rem;
    font-weight: 600;
  }
  .skills_wrapper .skills_content {
    flex-wrap: nowrap;
  }
  .red {
    width: 9rem;
    font-size: 1.2rem;
  }
  .blue {
    font-size: 1.2rem;
  }
  .skills_item {
    margin-bottom: 1.2rem;
  }
  .skills_item .skills_bar_block {
    width: 21.1rem;
  }
  .skills_item:first-child {
    margin-bottom: 3.5rem;
  }
  .portfolio {
    padding: 2.5rem;
  }
  .portfolio h2 {
    font-weight: 600;
    margin-bottom: 1.9rem;
  }
  .portfolio .portfolio_text_block h3 {
    font-weight: 500;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
  .portfolio .portfolio_text_block p {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 3rem;
  }
  .img_left .img_one {
    width: auto;
    height: auto;
    margin-bottom: 1.2rem;
  }
  .img_left {
    margin-right: 1.4rem;
  }
  .img_three {
    margin-bottom: 1.4rem;
  }
  .footer_wrapper {
    background-color: #FFFAF2;
    padding-top: 2.6em;
    padding-bottom: 5rem;
  }
  .footer_link {
    display: none;
  }
  .footer_wrapper .footer h3 {
    font-weight: 600;
    text-align: center;
  }
  .footer_bot {
    margin-top: 2.5rem;
  }
  .footer_bot .footer_item a {
    margin-bottom: 1.9rem;
  }
  .footer_bot .footer_item a {
    font-size: 14px;
    line-height: 17px;
  }
  .footer_item {
    text-align: center;
  }
  .footer_item :last-child {
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */