@import url("../fonts/BebasNeue/stylesheet.css");
@import url("../fonts/HelveticaNeue/stylesheet.css");
@import url("../fonts/Georgia/stylesheet.css");
@import url("../css/header.css");
@import url("../css/footer.css");
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.portfolio_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_pink_side {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 62px;
  background-color: #f2ae9c;
}

.portfolio_item_main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 960px;
          flex: 0 0 960px;
  padding: 0 10px;
}

.portfolio_item_main_title {
  background-color: #e8603c;
  padding: 15px 19px;
  width: 100%;
  margin-bottom: 25px;
}
.portfolio_item_main_title h1 {
  color: #fff;
  font-family: Bebas;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.portfolio_item_pic {
  width: 960px;
  height: 400px;
}
.portfolio_item_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio_item_text {
  padding-bottom: 50px;
}
.portfolio_item_text p {
  color: #414141;
  font-family: "Helvetica Neue";
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 25px;
}
.portfolio_item_text p:last-child {
  padding: 0;
}

.recent_works_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 23px;
}

.recent_works_header {
  margin-right: 19px;
}
.recent_works_header h2 {
  color: #e8603c;
  font-family: Bebas;
  font-size: 18px;
  font-weight: 400;
}

.recent_works_bg-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #ccc url("../img/bg_recent.jpg");
}

.recent_works_cards_row {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recent_works_card {
  padding: 0 10px;
}

.recent_works_card_pic {
  width: 220px;
  height: 184px;
  padding-bottom: 10px;
}
.recent_works_card_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recent_works_card_title {
  border-right: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  padding-left: 14px;
}
.recent_works_card_title h3 {
  color: #b9b9b9;
  font-family: Bebas;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}

.recent_works_card_date {
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  padding-bottom: 10px;
  padding-left: 14px;
}
.recent_works_card_date p {
  color: #e8663c;
  font-family: Bebas;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
}