@font-face {
  font-family: 'Graphie Bold';
  src: url('fonts/Graphie-Bold.otf') format('opentype');
}
.flex-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.flex-column {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.flex-row {
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.header {
  background: linear-gradient(to top,#fdca27,#fee934);
}
@media (min-width: 801px) {
  .header {
    padding-bottom: 53px;
  }
}
.press {
  margin-bottom: 198px;
}
.press .content {
  padding-top: 198px;
}
.press h3 {
  margin-bottom: 89px;
}
.press h3:after {
  content: '';
  width: 20px;
  height: 5px;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  background: #900c0c;
}
@media (max-width: 800px) {
  .press h3 {
    margin-bottom: 50px;
  }
  .press h3:after {
    margin-top: 7px;
  }
}
.press .item {
  min-width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: #eceff1;
  margin-bottom: 50px;
}
.press .item > div {
  min-width: 50%;
  max-width: 50%;
  height: 100%;
}
.press .item .image {
  background: center no-repeat;
  background-size: cover;
}
.press .item .text {
  padding: 53px 65px 0 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  box-sizing: border-box;
}
.press .item .text .main-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  min-width: 100%;
  height: 40px;
}
.press .item .text .source {
  font-size: 35px;
  color: #78909c;
  font-weight: 700;
  margin: auto auto auto 0;
}
.press .item .text .lang {
  min-width: 174px;
  max-width: 174px;
  margin: auto 0 auto auto;
}
.press .item .text .lang .country {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.press .item .text .lang .country .icon {
  height: 30px;
  min-width: 30px;
  max-width: 30px;
  background-size: cover;
  border-radius: 50%;
  margin: auto 0 auto auto;
}
.press .item .text .lang .country .lang-name {
  margin: auto 0 auto 10px;
  text-transform: capitalize;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 16px;
}
.press .item .text .link {
  min-width: 100%;
  padding-top: 6px;
}
.press .item .text .link a {
  line-height: 35px;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 20px;
  color: #1f55ca;
  text-decoration: none;
  transition: 0.25s ease;
}
.press .item .text .link a:hover {
  color: #1440a1;
}
.press .item .text .date {
  min-width: 100%;
  color: #78909c;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 300;
  height: 25px;
  margin-top: -29px;
  margin-left: 3px;
}
@media (max-width: 1000px) {
  .press .item {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    height: auto;
  }
  .press .item > div {
    min-width: 100%;
    max-width: 100%;
  }
  .press .item .image {
    height: 180px;
  }
  .press .item .text {
    height: auto;
  }
  .press .item .text .main-row .source {
    order: 2;
  }
  .press .item .text .main-row .lang {
    max-width: unset;
    min-width: unset;
    order: 1;
    margin: auto 15px auto 0;
  }
  .press .item .text .main-row .lang .lang-name {
    display: none;
  }
  .press .item .text .link {
    margin: auto 15px auto 0;
  }
  .press .item .text .date {
    margin: auto auto 20px auto;
  }
}
@media (max-width: 800px) {
  .press {
    margin-bottom: 95px;
  }
  .press .content {
    min-width: 100vw;
    padding: 0;
    padding-top: 65px;
  }
  .press .item .text {
    padding: 38px 15px 21px 15px;
  }
  .press .item .text .main-row .source {
    font-size: 30px;
  }
  .press .item .text .link {
    padding-top: 29px;
  }
  .press .item .text .link a {
    font-size: 16px;
  }
  .press .item .text .date {
    padding-top: 10px;
    font-size: 14px;
  }
}
.review {
  padding-top: 198px;
  margin-bottom: 148px;
}
@media (max-width: 600px) {
  .review {
    padding-top: 66px;
  }
}
@media (max-width: 600px) {
  .review .content {
    padding: 0;
  }
}
.review .zones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 64px;
  margin: 0 auto;
}
.review .zones .zone {
  margin: auto 0 auto auto;
  text-transform: uppercase;
  text-decoration: none;
  border: 4px solid #eceff1;
  height: 56px;
  color: #78909c;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 18px;
  padding: 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  cursor: pointer;
  transition: 0.25s ease;
}
.review .zones .zone:not(:first-child) {
  margin-left: 4px;
  margin-right: auto;
}
.review .zones .zone > span {
  margin: auto;
}
.review .zones .active {
  border-color: #fee934;
  color: black;
  background: #fee934;
}
.review .inside {
  padding-top: 78px;
}
@media (max-width: 600px) {
  .review .inside {
    padding: 4px;
  }
}
.review .item {
  font-family: 'Roboto';
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 45px;
}
.review .item .info {
  margin: 0 30px auto 0;
}
.review .item .info .photo {
  max-width: 162px;
  min-width: 162px;
  height: 162px;
  background: center no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.review .item .info .name {
  font-weight: 700;
  font-size: 14px;
  margin-top: 26px;
  text-align: center;
}
.review .item .info .origin {
  font-weight: 300;
  font-size: 13px;
  color: #37474f;
  text-align: center;
  margin-top: 8px;
}
.review .item .body {
  margin: 9px 0 auto 0;
  background: #eceff1;
  border-radius: 10px;
  padding: 25px 45px;
  position: relative;
}
.review .item .body .edge {
  position: absolute;
  width: 20px;
  height: 20px;
  left: -20px;
  top: 37px;
  transform: rotate(-90deg);
}
.review .item .body .edge svg polygon {
  fill: #eceff1;
}
.review .item .body .quote {
  background: url("/img/quote.png") center no-repeat;
  background-size: contain;
  height: 31px;
  width: 40px;
  position: absolute;
  top: -9px;
  right: 47px;
}
.review .item .body .text {
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 600px) {
  .review .item {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    margin: 0;
    padding: 38px 15px 30px 15px;
  }
  .review .item:nth-child(odd) {
    background: #eceff1;
  }
  .review .item .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .review .item .info .photo {
    max-width: 78px;
    min-width: 78px;
    height: 78px;
    margin: 0 0 auto 0;
  }
  .review .item .info .suka {
    margin: auto auto auto 20px;
  }
  .review .item .info .name {
    margin: 0;
    text-align: left;
  }
  .review .item .info .origin {
    text-align: left;
  }
  .review .item .body {
    padding: 0;
    background: none;
  }
  .review .item .body .edge {
    display: none;
  }
  .review .item .body .quote {
    width: 22px;
    height: 17px;
    right: 0;
    top: -90px;
  }
  .review .item .body .text {
    font-size: 14px;
  }
}
