.third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.third.secondthird {
  padding-right: 20%;
  padding-left: 20%;
  background-color: #000;
  font-family: Bariol, 'Trebuchet MS', sans-serif;
  color: #fff;
  text-align: justify;
}

.third.thirdthird {
  height: 50%;
  padding-right: 8%;
  padding-left: 8%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sections {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.logo {
  height: 108px;
}

.aboutazp {
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}

.azpcontact {
  position: absolute;
  left: 0px;
  top: 46.5%;
  right: 0px;
  display: block;
  width: 268px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 19px;
  border-radius: 25px;
  background-color: #c10cd6;
  -webkit-transition: background-color 100ms cubic-bezier(.445, .05, .55, .95);
  transition: background-color 100ms cubic-bezier(.445, .05, .55, .95);
  font-family: Bariol, 'Trebuchet MS', sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.azpcontact:hover {
  background-color: #b4ff28;
  color: #000;
}

.azperobody {
  letter-spacing: 0.04em;
}

.clientcontents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.griditem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.clientshead {
  font-family: Bariol, 'Trebuchet MS', sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
}

.h1 {
  margin-bottom: 36px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}

.itemdescr {
  margin-top: 4px;
  margin-right: 14%;
  margin-left: 14%;
  font-family: Lato, sans-serif;
  font-size: 9px;
  line-height: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.date {
  margin-top: -14px;
  font-family: Lato, sans-serif;
  color: #ccc;
  font-size: 8px;
  font-weight: 300;
  text-transform: uppercase;
}

.gridlogoimg {
  height: 80px;
}

.clientwork {
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 12px solid #b4ff28;
}

@media (max-width: 991px) {
  .griditem {
    width: 33.33%;
    margin-bottom: 12px;
  }
  .gridlogoimg {
    height: 64px;
  }
  .clientwork {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}

@media (max-width: 767px) {
  .logo {
    height: 80px;
  }
  .aboutazp {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 479px) {
  .third.secondthird {
    padding-right: 10%;
    padding-left: 10%;
  }
  .logo {
    height: 64px;
  }
  .aboutazp {
    font-size: 19px;
    line-height: 26px;
    font-weight: 300;
  }
  .azpcontact {
    width: 248px;
    padding-right: 11px;
    padding-left: 11px;
    font-size: 23px;
    line-height: 23px;
    font-weight: 300;
  }
  .griditem {
    width: 100%;
    margin-bottom: 24px;
  }
  .h1 {
    font-size: 23px;
    line-height: 23px;
    font-weight: 300;
  }
  .itemdescr {
    font-weight: 400;
  }
  .date {
    color: #bbb;
    font-weight: 400;
  }
  .gridlogoimg {
    height: 96px;
  }
  .clientwork {
    height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@font-face {
  font-family: 'Bariol';
  src: url('../fonts/Bariol_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}