/*! Flexible Grid System 5.5.3 | Sass | MIT License | flexible.gs */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700,700i,800");
@media all and (max-width: 25em) {
  @-ms-viewport {
    width: 320px;
  }
}

/*---------- Append Here ----------*/
/*---------- Common: Start ----------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}html,
body {
  box-sizing: border-box;
  height: 100%;
}

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

body {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

body > div {
  overflow-x: hidden;
}

body,
input,
button,
textarea {
  font-family: 'Roboto', Arial, sans-serif;
}

input,
button,
textarea {
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  background: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

em,
i {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p, a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

a {
  color: #dbb94f;
}

.container {
  width: 84.375rem;
  margin: 0 auto;
}

@media all and (max-width: 91.875em) {
  .container {
    width: 73.125rem;
  }
}

@media all and (max-width: 81.25em) {
  .container {
    width: 80%;
  }
}

@media all and (max-width: 48em) {
  .container {
    width: 100%;
    padding: 0 1.25rem;
  }
}

.flex {
  display: block;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
  text-align: left;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  table-layout: auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  column-count: auto;
  font-size: 0.875rem;
}

.flex > * {
  display: inline-block;
  vertical-align: top;
}

.flex > * {
  display: inline-block;
}

.flex__col {
  min-height: 1px;
  font-size: 1rem;
  box-sizing: border-box;
}

.main-headline {
  font-size: 2.25rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: right;
  line-height: 0.9;
  color: #43adbd;
}

@media all and (max-width: 62em) {
  .main-headline {
    width: 100%;
  }
}

@media all and (max-width: 48em) {
  .main-headline {
    text-align: center;
    font-size: 1.875rem;
  }
}

.main-headline--casual-games {
  color: #43adbd;
}

.main-headline--mobile-apps {
  color: #7e6ca4;
}

.main-headline--pc-vr {
  color: #b4c564;
}

.main-headline--backend {
  color: #dbb94f;
}

.main-headline span {
  display: block;
  font-size: 4.75rem;
  font-weight: 800;
}

@media all and (max-width: 48em) {
  .main-headline span {
    font-size: 3.75rem;
  }
}

.content {
  min-height: 70vh;
}

@media all and (max-width: 48em) {
  .content {
    padding-left: 1.5625rem;
  }
}

/*----------  Common: End  ----------*/
/*---------- Components: Start ----------*/
.header {
  margin-bottom: 2.875rem;
  position: relative;
  z-index: 9;
}

@media all and (max-width: 62em) {
  .header {
    padding-top: 3.125rem;
  }
}

@media all and (max-width: 48em) {
  .header {
    padding-top: 0;
  }
}

.header .flex {
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header .flex > * {
  vertical-align: top;
}

@media all and (max-width: 48em) {
  .header .flex {
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.header .container {
  padding-top: 5.625rem;
  position: relative;
}

.header .logo {
  cursor: pointer;
}

@media all and (max-width: 48em) {
  .header .logo {
    margin-bottom: 1.25rem;
  }
}

@media all and (max-width: 48em) {
  .header-in-page {
    padding-left: 1.5625rem;
  }
}

.header__hamburger-menu {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 3.75rem;
  width: 3rem;
  background: #daae27 url("../images/menu.png") no-repeat 50% 50%;
  background-size: 38%;
  cursor: pointer;
}

.header__hamburger-menu.active {
  background: #b3b4b6 url("../images/menu.png") no-repeat 50% 50%;
  background-size: 38%;
}

.header__menu {
  display: none;
  position: absolute;
  height: 3.75rem;
  top: 0;
  left: 5.625rem;
}

@media all and (max-width: 48em) {
  .header__menu {
    height: 4.0625rem;
    left: 5rem;
  }
}

.header__menu.active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header__menu.flex {
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__menu.flex > * {
  vertical-align: middle;
}

.header__menu-item {
  display: block;
  margin-right: 1.875rem;
  padding: 1.5625rem 0;
}

.header__menu-item:last-child {
  margin-right: 0;
}

.header__menu a {
  font-size: 1.3125rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #5d5f5e;
  transition: all .1s ease-in-out;
}

@media all and (max-width: 48em) {
  .header__menu a {
    font-size: 1.125rem;
  }
}

.header__menu a:hover {
  color: #daae27;
}

@media (max-width: 969px) {
  .header h1 {
    font-size: 24px;
  }
  .header p {
    font-size: 16px;
  }
}

/* single-game */
.single-game {
  position: relative;
  padding-top: 1.875rem;
  margin-bottom: 7.8125rem;
}

@media all and (max-width: 48em) {
  .single-game {
    padding-top: 0;
  }
}

.single-game__iphone {
  width: 17.5625rem;
  height: 35.375rem;
  background: url("../images/iphone.png") no-repeat 50% 0;
  padding: 4rem 1.25rem;
  margin: 0 auto;
}

.single-game__iphone-horizontal {
  position: relative;
  width: 35.3125rem;
  height: 17.5rem;
  background: url("../images/iphone-horizontal.png") no-repeat 50% 0;
  margin: 0 auto;
}

@media all and (max-width: 81.25em) {
  .single-game__iphone-horizontal {
    width: 100%;
    height: 100%;
    background-size: 90%;
  }
}

@media all and (max-width: 62em) {
  .single-game__iphone-horizontal {
    width: 100%;
    height: 100%;
    background-size: 90%;
  }
}

.single-game__iphone-horizontal > div {
  position: relative;
  top: 50%;
  width: 77.34%;
  margin: 0 auto;
  transform: translateY(-50%);
  overflow: hidden;
}

.single-game__ipad {
  width: 35.3125rem;
  height: 24.625rem;
  background: url("../images/ipad.png") no-repeat 50% 50%;
  padding: 0.9375rem 2.5rem;
  margin: 0 auto;
}

@media all and (max-width: 81.25em) {
  .single-game__ipad {
    width: 100%;
    height: auto;
    background-size: contain;
    padding: 0.625rem 2.5rem;
  }
}

.single-game__box {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 0.875rem;
  height: 8.375rem;
  transform: translateY(-50%);
  z-index: 1;
}

@media all and (max-width: 62em) {
  .single-game__box {
    width: 0.5rem;
  }
}

.single-game__box::before, .single-game__box::after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}

.single-game__box::before {
  top: -0.625rem;
  transform: skewY(-30deg);
  transform-origin: 100% 0;
}

.single-game__box:after {
  bottom: 0;
  transform: skewY(-30deg);
  transform-origin: 100%;
}

.single-game__box--1 {
  background: #c37994;
}

.single-game__box--2 {
  background: #e33831;
}

.single-game__box--3 {
  background: #e49b3b;
}

.single-game__box--4 {
  background: #43adbd;
}

.single-game--3 {
  padding-top: 6.25rem;
}

@media all and (max-width: 48em) {
  .single-game--3 {
    padding-top: 0;
  }
}

.single-game--3 .single-game__logo {
  margin-top: -6.25rem;
  margin-bottom: 1.6875rem;
}

@media all and (max-width: 48em) {
  .single-game--3 .single-game__logo {
    margin-top: 1.25rem;
    margin-bottom: 1.875rem;
  }
}

.single-game--3 .single-game__text {
  margin-bottom: 3.4375rem;
}

.single-game--4 {
  padding-top: 6.25rem;
}

@media all and (max-width: 48em) {
  .single-game--4 {
    padding-top: 0;
  }
}

.single-game--4 .single-game__logo {
  margin-top: -6.25rem;
  margin-bottom: 1.6875rem;
}

@media all and (max-width: 48em) {
  .single-game--4 .single-game__logo {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

.single-game--4 .single-game__text {
  margin-bottom: 3.4375rem;
}

.single-game .flex {
  -ms-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.single-game .flex > * {
  vertical-align: top;
}

.single-game__photo {
  width: 55%;
  text-align: center;
}

.single-game__link {
  text-align: center;
}

@media all and (max-width: 48em) {
  .single-game__photo {
    display: none;
    width: 100%;
  }
}

.single-game__photo--mobile {
  display: none;
}

@media all and (max-width: 48em) {
  .single-game__photo--mobile {
    display: block;
    margin-bottom: 1.875rem;
  }
}

.single-game__photo > img {
  display: block;
  width: 90% !important;
}

.single-game__photo img {
  width: 100%;
}

.single-game__info {
  width: 45%;
}

@media all and (max-width: 48em) {
  .single-game__info {
    width: 100%;
  }
}

.single-game__logo {
  margin-top: -1.875rem;
  margin-bottom: 1.625rem;
}

@media all and (max-width: 48em) {
  .single-game__logo {
    text-align: center;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

.single-game__text {
  color: #999;
}

.single-game__text p {
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 1.375rem;
}

@media all and (max-width: 48em) {
  .single-game__buttons {
    display: block;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.single-game__buttons a {
  transition: all .2s ease-in-out;
  margin-right: 0.625rem;
}

@media all and (max-width: 48em) {
  .single-game__buttons a {
    display: block;
    margin-right: 0;
  }
}

.single-game__buttons a:last-child {
  margin-right: 0;
}

.single-game__buttons a:hover {
  transform: scale(1.03);
}

.single-game__screens {
  margin-bottom: 1.5625rem;
}

@media all and (max-width: 48em) {
  .single-game__screens {
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.single-game__single-screen {
  margin-right: 0.75rem;
  max-width: 8.125rem;
  cursor: pointer;
}

.single-game__single-screen:last-child {
  margin-right: 0;
}

.single-game__single-screen img {
  width: 100%;
  max-height: 100%;
}

.single-game__single-screen--vertical {
  max-width: 6.25rem;
}

/* main-menu */
.main-menu {
  -ms-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: auto;
  display: block;
  position: fixed;
  left: 0;
  top: 50%;
  transform-origin: top left;
  transform: rotate(-90deg) translate(-50%);
  z-index: 999;
}

.main-menu > * {
  vertical-align: top;
}

@media all and (max-width: 48em) {
  .main-menu {
    top: 50%;
  }
}

.main-menu li {
  margin: 0;
}

.main-menu a {
  position: relative;
  display: block;
  padding: 0.625rem 1.875rem;
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: all .2s ease-in-out;
  z-index: 1;
}

@media all and (max-width: 62em) {
  .main-menu a {
    font-size: 1rem;
    padding: 0.3125rem 1.25rem;
  }
}

@media all and (max-width: 48em) {
  .main-menu a {
    font-size: 0.75rem;
    font-weight: 400;
    padding: 0.1875rem 0.3125rem 0.1875rem 0.9375rem;
  }
}

.main-menu a::before {
  background: inherit;
  content: '';
  display: block;
  height: 100%;
  left: 1rem;
  position: absolute;
  right: -0.9375rem;
  z-index: -1;
}

.main-menu a::before {
  top: 0;
  transform: skewX(-30deg);
  transform-origin: 100% 0;
}

.main-menu a:hover, .main-menu a.active {
  padding: 0.625rem 1.875rem 1.25rem;
}

@media all and (max-width: 62em) {
  .main-menu a:hover, .main-menu a.active {
    padding: 0.3125rem 1.25rem 0.9375rem;
  }
}

@media all and (max-width: 48em) {
  .main-menu a:hover, .main-menu a.active {
    padding: 0.1875rem 0.3125rem 0.5rem 0.9375rem;
  }
}

.main-menu a.backend::before {
  background: #dbb94f;
}

.main-menu a.vr::before {
  background: #b4c564;
}

.main-menu a.mobile::before {
  background: #7e6ca4;
}

.main-menu a.game::before {
  background: #43adbd;
}

/* footer */
.footer__block {
  width: 80%;
  margin: 0 auto;
  padding: 1.375rem 0 2.5rem;
  border-top: 1px solid #999;
}

.footer__block p {
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  color: #3a3a3a;
}

.footer-main {
  padding-top: 0.9375rem;
  background: url("../images/bottom-tape.jpg") no-repeat 90% 0%;
}

@media all and (max-width: 62em) {
  .footer-main {
    background: none;
  }
}

.footer-main .footer__block {
  width: 75%;
  margin: 0;
  padding: 2.5rem 0;
}

@media all and (max-width: 62em) {
  .footer-main .footer__block {
    width: 100%;
  }
}

/* single */
.single__info {
  display: -ms-flexbox;
  display: flex;
  table-layout: auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  column-count: auto;
  -ms-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 0;
  padding-right: 0;
  width: 95%;
  margin: 0 auto 1.5rem;
}

.single__info > * {
  display: inline-block;
}

.single__info > * {
  vertical-align: top;
}

.single__info > * {
  padding-left: 10px;
  padding-right: 10px;
}

@media all and (max-width: 48em) {
  .single__info {
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: calc(100% + 0px);
    margin-left: -0px;
    margin-right: -0px;
    padding-left: 0;
    padding-right: 0;
  }
  .single__info > * {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.single__info img {
  max-width: 100%;
}

.single__pic {
  min-height: 1px;
  font-size: 1rem;
  box-sizing: border-box;
  width: 15.38462%;
}

@media all and (max-width: 48em) {
  .single__pic {
    width: 53.84615%;
  }
}

.single__pic img {
  width: 100%;
}

.single__text {
  min-height: 1px;
  font-size: 1rem;
  box-sizing: border-box;
  width: 76.92308%;
  padding-top: 1.25rem;
}

.single p {
  max-width: 90%;
  margin: 0 auto;
  color: #999;
}

.single h2 {
  max-width: 90%;
  font-size: 2.25rem;
  font-weight: 400;
  color: #999;
  margin: 0 auto 1.25rem;
}

/* main-page-menu */
.main-page-menu {
  -ms-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 80vh;
  position: relative;
  margin-top: -6.25rem;
  margin-bottom: 12.5rem;
}

.main-page-menu > * {
  vertical-align: top;
}

@media all and (max-width: 100em) {
  .main-page-menu {
    margin-bottom: 11.25rem;
  }
}

@media all and (max-width: 75em) {
  .main-page-menu {
    margin-top: -2.5rem;
  }
}

@media all and (max-width: 62em) {
  .main-page-menu {
    height: 37.5rem;
    margin-top: -1.25rem;
  }
}

@media all and (max-width: 48em) {
  .main-page-menu {
    height: auto;
    margin-top: -6.25rem;
    margin-bottom: 13.75rem;
  }
}

.main-page-menu .container {
  height: inherit;
}

.main-page-menu .flex {
  height: inherit;
}

.main-page-menu .hidden-link {
  position: absolute;
  bottom: 10%;
  right: 0;
  display: block;
  font-size: 0;
  width: 80%;
  height: 8.125rem;
  z-index: 999;
  transform: rotate(-15deg);
}

@media all and (max-width: 100em) {
  .main-page-menu .hidden-link {
    bottom: 6%;
    height: 6.25rem;
  }
}

@media all and (max-width: 75em) {
  .main-page-menu .hidden-link {
    bottom: 12%;
    height: 5rem;
  }
}

@media all and (max-width: 62em) {
  .main-page-menu .hidden-link {
    bottom: 15%;
  }
}

@media all and (max-width: 48em) {
  .main-page-menu .hidden-link {
    display: none;
    z-index: 0;
  }
}

.main-page-menu__wrapper {
  height: inherit;
  position: relative;
}

.main-page-menu__wrapper::before, .main-page-menu__wrapper::after {
  background: #fff;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 3;
  -webkit-backface-visibility: hidden;
}

@media all and (max-width: 48em) {
  .main-page-menu__wrapper::before, .main-page-menu__wrapper::after {
    display: none;
  }
}

.main-page-menu__wrapper::before {
  top: calc(-30% - 25px);
  transform: skewY(-15deg) translateY(-100%);
  transform-origin: 100% 0;
}

@media all and (max-width: 100em) {
  .main-page-menu__wrapper::before {
    top: calc(-25% - 25px);
  }
}

.main-page-menu__wrapper:after {
  background: #fff url("../images/straight-ribbon-new.png") no-repeat 100% -0.1875rem;
  background-size: 95%;
  bottom: calc(2% - 25px);
  transform: rotate(-15deg) translateX(7%);
  transform-origin: 100%;
}

@media all and (max-width: 100em) {
  .main-page-menu__wrapper:after {
    bottom: -25px;
  }
}

.main-page-menu__ribbon-mobile {
  display: none;
  padding-top: 5rem;
}

@media all and (max-width: 48em) {
  .main-page-menu__ribbon-mobile {
    display: block;
  }
}

.main-page-menu__ribbon-mobile img {
  width: 110%;
  transform: rotate(-9deg);
}

@media all and (max-width: 48em) {
  .main-page-menu__ribbon-mobile img {
    transform: rotate(-5deg);
  }
}

@media all and (max-width: 35em) {
  .main-page-menu__ribbon-mobile img {
    transform: rotate(-7deg);
  }
}

@media all and (max-width: 26.25em) {
  .main-page-menu__ribbon-mobile img {
    transform: rotate(-9deg);
  }
}

.main-page-menu__wrapper-ribbon {
  position: absolute;
  bottom: 50%;
  background: url("../images/top-ribbon-4.png") no-repeat 115% 0;
  background-size: 100%;
  width: 110%;
  height: 14.8125rem;
  z-index: 9;
  transform: rotate(-15deg) translateY(180.5%);
}

@media all and (max-width: 100em) {
  .main-page-menu__wrapper-ribbon {
    transform: rotate(-15deg) translateY(173.5%);
  }
}

@media all and (max-width: 91.875em) {
  .main-page-menu__wrapper-ribbon {
    transform: rotate(-15deg) translateY(165.8%);
  }
}

@media all and (max-width: 75em) {
  .main-page-menu__wrapper-ribbon {
    transform: rotate(-15deg) translateY(144%);
  }
}

@media all and (max-width: 62em) {
  .main-page-menu__wrapper-ribbon {
    transform: rotate(-15deg) translateY(137%);
  }
}

@media all and (max-width: 48em) {
  .main-page-menu__wrapper-ribbon {
    bottom: -8.625rem;
    transform: rotate(-9deg) translateY(0);
  }
}

.main-page-menu__ribbon-text {
  position: absolute;
  top: 84%;
  right: 0;
  width: 100%;
  height: 9.375rem;
  background: url("../images/ribbon-text-horizontal.png") no-repeat 80% 0%;
  background-size: 70%;
  z-index: 9999;
  transform: rotate(-15deg);
}

@media all and (max-width: 100em) {
  .main-page-menu__ribbon-text {
    top: 84%;
  }
}

@media all and (max-width: 91.875em) {
  .main-page-menu__ribbon-text {
    top: 82%;
  }
}

@media all and (max-width: 86.25em) {
  .main-page-menu__ribbon-text {
    top: 80%;
  }
}

@media all and (max-width: 81.25em) {
  .main-page-menu__ribbon-text {
    top: 78%;
  }
}

@media all and (max-width: 75em) {
  .main-page-menu__ribbon-text {
    top: 77%;
  }
}

@media all and (max-width: 70.625em) {
  .main-page-menu__ribbon-text {
    top: 75%;
    background-size: 65%;
  }
}

@media all and (max-width: 67.5em) {
  .main-page-menu__ribbon-text {
    top: 73.5%;
  }
}

@media all and (max-width: 62.5em) {
  .main-page-menu__ribbon-text {
    top: 72%;
  }
}

@media all and (max-width: 62em) {
  .main-page-menu__ribbon-text {
    top: 78%;
  }
}

@media all and (max-width: 56.25em) {
  .main-page-menu__ribbon-text {
    top: 76%;
  }
}

@media all and (max-width: 51.875em) {
  .main-page-menu__ribbon-text {
    top: 75%;
  }
}

@media all and (max-width: 48em) {
  .main-page-menu__ribbon-text {
    display: none;
  }
}

.main-page-menu__list {
  height: inherit;
  position: relative;
  margin: 0 auto;
}

.main-page-menu__list::before, .main-page-menu__list::after {
  background: #fff;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
  -webkit-backface-visibility: hidden;
}

@media all and (max-width: 48em) {
  .main-page-menu__list::before, .main-page-menu__list::after {
    display: none;
  }
}

.main-page-menu__list::before {
  top: -30%;
  transform: skewY(-15deg) translateY(-100%);
  transform-origin: 100% 0;
}

@media all and (max-width: 100em) {
  .main-page-menu__list::before {
    top: -25%;
  }
}

.main-page-menu__list:after {
  bottom: 2%;
  transform: skewY(-15deg);
  transform-origin: 100%;
}

@media all and (max-width: 100em) {
  .main-page-menu__list:after {
    bottom: 0;
  }
}

.main-page-menu__item {
  min-height: 1px;
  font-size: 1rem;
  box-sizing: border-box;
  width: 33.33333%;
  height: inherit;
  position: relative;
}

@media all and (max-width: 48em) {
  .main-page-menu__item {
    width: 100%;
    height: 37.5rem;
    margin-bottom: -8.125rem;
  }
}

.main-page-menu__item a {
  width: 100%;
  height: inherit;
  display: block;
  overflow: hidden;
  position: relative;
  transition: all .2s ease-in-out;
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

@media all and (max-width: 48em) {
  .main-page-menu__item a {
    transition: none;
    clip-path: polygon(0 20%, 100% 10%, 100% 80%, 0 90%);
    -webkit-clip-path: polygon(0 20%, 100% 10%, 100% 80%, 0 90%);
  }
}

.main-page-menu__item a::before {
  display: block;
  content: '';
  position: absolute;
  top: -0.625rem;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}

.main-page-menu__item a::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -1.25rem;
  right: 0;
  width: 100%;
  height: 1.25rem;
  background: #fff;
  z-index: 99;
}

.main-page-menu__item a:hover {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
}

@media all and (max-width: 48em) {
  .main-page-menu__item a:hover {
    box-shadow: 0px 0px 0px 0px transparent;
  }
}

.main-page-menu__item a:hover img {
  transform: scale(1.02) translate(-50%, -50%);
}

.main-page-menu__item a span {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 19;
  font-size: 1.875rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  transform: rotate(-90deg) translate(-45%, -120%);
  transform-origin: top right;
}

@media all and (max-width: 48em) {
  .main-page-menu__item a span {
    font-size: 1.5rem;
  }
}

.main-page-menu__item a span em {
  display: block;
  font-style: normal;
  font-weight: 900;
  font-size: 4.5rem;
  line-height: 1;
  margin-left: -3.125rem;
}

@media all and (max-width: 62em) {
  .main-page-menu__item a span em {
    font-size: 3.875rem;
  }
}

@media all and (max-width: 48em) {
  .main-page-menu__item a span em {
    font-size: 3rem;
  }
}

.main-page-menu__item a img {
  display: block;
  height: calc(100% + 50px);
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all .2s ease-in-out;
  transform: translate(-50%, -50%);
}

.main-page-menu__item--1 a {
  height: 105%;
  margin-top: 2.5rem;
}

@media all and (max-width: 81.25em) {
  .main-page-menu__item--1 a {
    margin-top: 0.9375rem;
  }
}

@media all and (max-width: 75em) {
  .main-page-menu__item--1 a {
    margin-top: -1.5625rem;
  }
}

@media all and (max-width: 68.75em) {
  .main-page-menu__item--1 a {
    height: 110%;
    margin-top: -1.875rem;
  }
}

@media all and (max-width: 62em) {
  .main-page-menu__item--1 a {
    margin-top: -2.1875rem;
  }
}

@media all and (max-width: 48em) {
  .main-page-menu__item--1 a {
    margin-top: 0;
  }
}

.main-page-menu__item--1 a span {
  transform: rotate(-90deg) translate(-75%, -120%);
}

@media all and (max-width: 100em) {
  .main-page-menu__item--1 a span {
    transform: rotate(-90deg) translate(-65%, -120%);
  }
}

@media all and (max-width: 62em) {
  .main-page-menu__item--1 a span {
    transform: rotate(-90deg) translate(-65%, -120%);
  }
}

@media all and (max-width: 48em) {
  .main-page-menu__item--1 a span {
    transform: rotate(-90deg) translate(-120%, -120%);
  }
}

.main-page-menu__item--2 a {
  height: 108%;
  margin-top: -5rem;
}

@media all and (max-width: 75em) {
  .main-page-menu__item--2 a {
    margin-top: -7.5rem;
  }
}

@media all and (max-width: 62em) {
  .main-page-menu__item--2 a {
    margin-top: -6.875rem;
  }
}

@media all and (max-width: 48em) {
  .main-page-menu__item--2 a {
    margin-top: 0;
  }
}

.main-page-menu__item--2 a span {
  text-align: right;
  transform: rotate(-90deg) translate(-25%, -120%);
}

@media all and (max-width: 100em) {
  .main-page-menu__item--2 a span {
    transform: rotate(-90deg) translate(-40%, -120%);
  }
}

@media all and (max-width: 62em) {
  .main-page-menu__item--2 a span {
    transform: rotate(-90deg) translate(-40%, -120%);
  }
}

@media all and (max-width: 48em) {
  .main-page-menu__item--2 a span {
    transform: rotate(-90deg) translate(-80%, -120%);
  }
}

.main-page-menu__item--2 a span em {
  margin-left: 0;
  margin-right: -1.25rem;
}

.main-page-menu__item--3 a {
  margin-top: -6.25rem;
}

@media all and (max-width: 75em) {
  .main-page-menu__item--3 a {
    margin-top: -10.625rem;
  }
}

@media all and (max-width: 62em) {
  .main-page-menu__item--3 a {
    margin-top: -11.25rem;
  }
}

@media all and (max-width: 48em) {
  .main-page-menu__item--3 a {
    margin-top: 0;
  }
}

.main-page-menu__item--3 a span {
  transform: rotate(-90deg) translate(-25%, -120%);
}

@media all and (max-width: 100em) {
  .main-page-menu__item--3 a span {
    transform: rotate(-90deg) translate(-25%, -120%);
  }
}

@media all and (max-width: 62em) {
  .main-page-menu__item--3 a span {
    transform: rotate(-90deg) translate(-35%, -120%);
  }
}

@media all and (max-width: 48em) {
  .main-page-menu__item--3 a span {
    transform: rotate(-90deg) translate(-90%, -120%);
  }
}

/* clients */
.clients {
  position: relative;
  z-index: 10;
}

.clients__block {
  min-height: 12.5rem;
  padding: 1.875rem 0;
  border-top: 1px solid #b4b5b7;
  background: url("../images/clients.jpg") no-repeat 50% 50%;
}

@media all and (max-width: 62em) {
  .clients__block {
    min-height: 11.25rem;
    background-size: contain;
  }
}

@media all and (max-width: 48em) {
  .clients__block {
    min-height: 6.25rem;
  }
}

/* client-reviews */
.client-reviews {
  position: relative;
  z-index: 100;
  padding-bottom: 3.125rem;
}

@media all and (max-width: 62em) {
  .client-reviews {
    margin-top: -7.5rem;
  }
}

@media all and (max-width: 48em) {
  .client-reviews {
    margin-top: -8.75rem;
  }
}

.client-reviews__fox {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  /* margin-top: -9.375rem; */
  z-index: 99;
}

@media all and (max-width: 76em) {
  .client-reviews__fox {
    width: 30%;
    /* right: 6.25rem; */
    /* margin-top: -5.625rem; */
  }
}

@media all and (max-width: 48em) {
  .client-reviews__fox {
    position: relative;
    margin-top: 0;
    width: 70%;
    right: 0;
    margin: 0 auto 1.875rem;
  }
}

.client-reviews__top {
  position: relative;
  margin-bottom: 2.8125rem;
}

@media all and (max-width: 48em) {
  .client-reviews__top {
    text-align: center;
  }
}

.client-reviews__top h2 {
  display: inline-block;
  font-size: 2.8125rem;
  font-weight: 300;
  text-align: right;
  text-transform: uppercase;
  color: #999;
  margin-left: 5rem;
}

@media all and (max-width: 48em) {
  .client-reviews__top h2 {
    margin-left: 0;
    font-size: 2.1875rem;
    text-align: center;
  }
}

.client-reviews__top h2 span {
  font-size: 5.625rem;
  font-weight: 300;
  line-height: 0.9;
  display: block;
}

@media all and (max-width: 62em) {
  .client-reviews__top h2 span {
    font-size: 3.4375rem;
    padding-right: 1.25rem;
  }
}

@media all and (max-width: 48em) {
  .client-reviews__top h2 span {
    padding-right: 0;
    font-size: 2.8125rem;
  }
}

.client-reviews__top h2 strong {
  font-weight: 500;
}

.client-reviews__top h2 em {
  display: inline-block;
  position: relative;
  font-style: normal;
}

.client-reviews__top h2 em:before {
  position: absolute;
  top: -0.125rem;
  left: -0.0625rem;
  display: block;
  content: '';
  width: 0.875rem;
  height: 0.875rem;
  background: url("../images/icon-heart.png") no-repeat 50% 50%;
}

.client-reviews__slider {
  position: relative;
  width: 80%;
  margin: -220px auto 0;
}

@media all and (max-width: 62em) {
  .client-reviews__slider {
    width: 100%;
  }
}

.client-reviews__inside {
  width: 70%;
  margin: 0 auto;
}

@media all and (max-width: 62em) {
  .client-reviews__inside {
    width: 60%;
  }
}

.client-reviews__info {
  position: relative;
}

.client-reviews__info::before {
  display: block;
  position: absolute;
  top: 0;
  left: -1.5625rem;
  content: '';
  width: 0.375rem;
  height: 100%;
  background: #e33831;
}

@media all and (max-width: 62em) {
  .client-reviews__info::before {
    width: 0.1875rem;
  }
}

.Wallop-item {
    padding-top: 220px;
}

.Wallop-item p {
  font-size: 1.125rem;
  font-weight: 300;
  color: #999;
  margin-bottom: 1.25rem;
}

@media all and (max-width: 62em) {
  .Wallop-item p {
    font-size: 1rem;
  }
}

.Wallop-item h2, .Wallop-item h3, .Wallop-item h4 {
  color: #ffac15;
  font-style: italic;
}

.Wallop-item h2 {
  font-weight: 700;
  font-size: 1.5rem;
}

.Wallop-item h3 {
  font-size: 0.875rem;
}

.Wallop-buttonPrevious,
.Wallop-buttonNext {
  position: absolute;
  top: 250px;
}

.Wallop-buttonPrevious {
  left: 0;
  transform: translate(-110%, -50%);
}

.Wallop-buttonNext {
  right: 0;
  transform: translate(110%, -50%);
}

.Wallop-buttonNext img {
  transform: rotate(180deg);
}

/*----------  Components: End  ----------*/
