@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
@import url("https://fonts.googleapis.com/css?family=Merriweather:300i");
@import url("https://fonts.googleapis.com/css?family=Permanent+Marker");
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; }

/* HTML5 display-role reset for older browsers */
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; }

/* Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn; }

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeInOut {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeInOut {
  -webkit-animation-name: fadeInOut;
          animation-name: fadeInOut; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

.animated {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  .animated__long {
    -webkit-animation-duration: 5s;
            animation-duration: 5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  .animated__short {
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }

.animated__infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.delayOne {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }

.delayTwo {
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

html {
  font-size: 58%; }

body {
  color: #777777;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  -webkit-font-smoothing: antialiased; }

*:not(html) {
  font-size: 16px;
  font-size: 1.6rem; }

h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 68px;
  font-size: 6.8rem;
  font-weight: 900;
  padding-bottom: 10px; }
  h1.h1 {
    font-size: 90px;
    font-size: 9rem;
    padding-bottom: 60px;
    padding-right: 10%; }

h2 {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 900;
  margin-bottom: 1px; }

h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 100;
  line-height: 50px;
  line-height: 5rem; }
  h3.h3 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 48px;
    line-height: 4.8rem; }

h4 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 40px;
  line-height: 4rem; }
  h4.h4 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 34px;
    line-height: 3.4rem; }

h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 34px;
  line-height: 3.4rem; }

h6 {
  color: #777;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500; }

p {
  color: #777777;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 38px;
  line-height: 3.8rem;
  font-weight: 100; }

a {
  color: black;
  font-size: inherit;
  transition: color 0.3s;
  text-decoration: none;
  cursor: pointer; }

span {
  font-size: inherit; }

em, i {
  font-style: italic; }

b, strong {
  font-size: inherit;
  font-weight: 700; }

.col__30 {
  width: 30%; }

.col__50__left {
  width: 50%; }

.col__50__right {
  width: 50%; }

.col__70 {
  width: 70%; }

.inline__block {
  display: inline-block; }

.valign__middle {
  vertical-align: middle; }

.align__left {
  text-align: left; }

.align__right {
  text-align: right; }

.pad__top__xsmall {
  padding-top: 10px; }

.pad__top__small {
  padding-top: 20px; }

.pad__top__med {
  padding-top: 30px; }

.pad__top__large {
  padding-top: 180px; }

.pad__bottom__xsmall {
  padding-bottom: 15px; }

.pad__bottom__small {
  padding-bottom: 25px; }

.pad__bottom__med {
  padding-bottom: 30px; }

.pad__right__small {
  padding-right: 10px; }

.pad__right__med {
  padding-right: 20px; }

.pad__left__small {
  padding-left: 10px; }

.opacity--70 {
  opacity: 0.7; }

ul {
  list-style: none; }
  ul .li__bullet {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 38px;
    line-height: 3.8rem;
    padding-bottom: 10px; }
    ul .li__bullet::before {
      content: "◦";
      display: inline-block;
      font-size: 32px;
      font-size: 3.2rem;
      font-weight: 600;
      vertical-align: bottom;
      width: 1.3em; }

.button {
  border-radius: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0px 1px 1px rgba(255, 255, 255, 0.2);
  color: #fafafa;
  display: block;
  font-size: 21px;
  font-weight: 700;
  opacity: 0.85;
  padding: 20px 40px;
  transition: all 0.3s; }
  .button--blue {
    background: #1f5ca8; }
  .button--teal {
    background: #3cb0c6; }

.color--gray {
  color: #777777; }

.color--lgray {
  color: #f4f4f4; }

.color--white {
  color: #fafafa; }

.color--blue {
  color: #1f5ca8; }

.color--teal {
  color: #3cb0c6; }

html, body {
  font-smoothing: antialiased;
  width: 100%; }

body {
  background: #fafafa;
  max-width: 1920px;
  min-width: 375px;
  margin: 0;
  padding: 0; }

.header {
  background-image: linear-gradient(50deg, #1f5ca8 10%, #3cb0c6 80%);
  display: table;
  height: 100vh;
  max-height: 1200px;
  min-width: 375px;
  padding-bottom: 80px;
  position: relative;
  width: 100vw;
  z-index: 1; }
  .header__bar {
    box-sizing: border-box;
    font-size: 0;
    padding: 70px 120px;
    position: relative;
    width: 100%; }
  .header__left {
    width: 30%; }
  .header__logo {
    box-sizing: border-box;
    display: inline-block;
    max-width: 200px;
    width: 100%; }
    .header__logo svg {
      fill: #fafafa; }
  .header__right {
    width: 70%; }
  .header__nav {
    font-size: 0;
    text-align: right; }
  .header .menu {
    display: inline-block;
    vertical-align: middle; }
    .header .menu__space {
      display: block;
      padding: 20px; }
      .header .menu__space--last {
        padding: 20px 0 20px 20px; }
    .header .menu__link {
      font-size: 21px;
      font-size: 2.1rem;
      font-weight: 500;
      position: relative; }
    .header .menu__underline {
      background: rgba(252, 252, 252, 0.5);
      bottom: -13px;
      height: 1px;
      left: 0;
      opacity: 0;
      position: absolute;
      width: 100%; }
  .header .burger {
    cursor: pointer;
    display: none;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    right: 120px;
    top: 50%;
    vertical-align: middle;
    width: 30px;
    z-index: 1; }
    .header .burger__icon {
      display: none; }
    .header .burger--open {
      display: block; }
    .header .burger svg {
      fill: rgba(250, 250, 250, 0.7); }
  .header__contain {
    box-sizing: border-box;
    text-align: left;
    width: 100%; }
  .header__wrap {
    max-width: 1100px;
    padding: 50px 120px; }
  .header__kerning {
    font-size: 30px;
    font-size: 3rem; }
  .header__item {
    font-size: 0;
    padding: 80px 0; }
  .header__inline {
    display: inline-block;
    padding: 0 20px;
    vertical-align: top; }
    .header__inline:first-child {
      padding: 0 20px 0 0; }

.section {
  position: relative; }
  .section__wrapper {
    box-sizing: border-box;
    padding: 140px 10%;
    text-align: center; }
    .section__wrapper--padb {
      padding: 0 8%; }
    .section__wrapper--alignleft {
      text-align: left; }
  .section__table {
    display: table;
    width: 100%; }
  .section__gap {
    background: url("../images/pixellid-image-fill.jpg") center center no-repeat;
    background-size: cover;
    background-color: #ede06d;
    display: table-cell;
    height: 100%;
    vertical-align: top;
    width: 6%; }
  .section__box {
    display: table-cell;
    position: relative;
    vertical-align: top;
    z-index: 2; }
    .section__box--opa {
      width: 47%; }
    .section__box--opb {
      width: 50%; }
  .section__text {
    background-color: #f4f4f4;
    box-sizing: border-box;
    padding: 40px 50px 120px 50px;
    position: relative; }
    .section__text--opb {
      padding: 120px 50px; }
    .section__text--bgblue {
      background-color: #1f5ca8; }
  .section__fill {
    background-color: #f4f4f4;
    height: 80px;
    left: 0;
    position: absolute;
    top: -80px;
    width: 100%; }
  .section__visual {
    background-color: #1f5ca8;
    position: relative; }
    .section__visual__switch {
      display: none; }
  .section__img {
    left: 0;
    position: absolute;
    width: 100%; }
    .section__img--web {
      background: url("../images/pixellid-websites.jpg") center center no-repeat;
      background-size: cover;
      height: calc(80% + 20px);
      top: -80px; }
    .section__img--marketing {
      background: url("../images/pixellid-marketing.jpg") center center no-repeat;
      background-size: cover;
      height: calc(80% - 60px);
      top: 0; }
  .section__quote {
    background-color: #1f5ca8;
    bottom: 0;
    height: calc(20% + 60px);
    left: 0;
    font-size: 0;
    position: absolute;
    width: 100%;
    z-index: 1; }
  .section__helper {
    display: inline-block;
    height: 100%;
    position: relative;
    vertical-align: middle;
    width: 0; }
  .section__note {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: 100%; }
    .section__note--pada {
      padding: 0 50px; }
    .section__note--padb {
      padding: 0 130px 0 50px; }
    .section__note p {
      font-family: "Merriweather", serif;
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 38px;
      line-height: 3.8rem; }
  .section__summary {
    box-sizing: border-box;
    padding: 0 60px 60px 60px; }
  .section__clear {
    font-size: 0; }
  .section__package {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 30px;
    vertical-align: top;
    width: 50%; }
    .section__package--about {
      display: table-cell;
      padding: 0 20px 0 0;
      position: relative; }
    .section__package--charity {
      background-color: rgba(60, 176, 198, 0.1);
      border-radius: 5px;
      display: inline-block;
      margin: 10px 5px 0 5px;
      padding: 2px 8px;
      width: auto; }
  .section__photo {
    background-color: #1f5ca8;
    background-size: cover;
    height: 100%;
    width: 100%; }
    .section__photo__a {
      background: url("../images/pixellid-image-office-a.jpg") center center no-repeat;
      background-size: cover;
      height: 150px;
      margin-top: 20px; }
    .section__photo__b {
      background: url("../images/pixellid-image-office-b.jpg") center center no-repeat;
      background-size: cover; }
    .section__photo__c {
      background: url("../images/pixellid-image-office-c.jpg") center center no-repeat;
      background-size: cover; }
    .section__photo__d {
      background: url("../images/pixellid-image-office-d.jpg") center center no-repeat;
      background-size: cover; }
    .section__photo__e {
      background: url("../images/pixellid-image-office-e.jpg") center center no-repeat;
      background-size: cover; }
  .section__outside {
    width: 33%; }
  .section__middle {
    width: 34%; }
  .section__icon {
    height: 42px;
    margin: 0 auto;
    width: 42px; }
    .section__icon svg {
      fill: #777777;
      height: 100%;
      width: 100%; }
  .section__solo {
    height: 70%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .section__solo--height {
      height: 100%; }
  .section__double {
    bottom: 0;
    box-sizing: border-box;
    height: 30%;
    left: 0;
    padding-top: 20px;
    position: absolute;
    width: 100%; }
  .section__hook {
    height: 100%;
    position: relative;
    width: 100%; }
  .section__col {
    box-sizing: border-box;
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%; }
    .section__col--right {
      left: 0; }
    .section__col--left {
      right: 0; }
  .section__patch {
    background-color: #f4f4f4;
    bottom: 0;
    height: 120px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1; }
  .section__highlight {
    background-color: #3cb0c6;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 20px 0;
    position: relative; }
    .section__highlight__tail {
      background-color: #3cb0c6;
      box-shadow: -3px 2px 5px rgba(0, 0, 0, 0.1);
      height: 100%;
      left: -68px;
      position: absolute;
      top: 0;
      width: 68px;
      z-index: 1; }

.footer {
  background-color: #f4f4f4;
  padding: 120px 0;
  text-align: center; }
  .footer__wrapper {
    box-sizing: border-box;
    font-size: 0;
    padding: 0 8%; }
  .footer__icon {
    display: inline-block; }
    .footer__icon__logo {
      height: 40px;
      width: 32px; }
      .footer__icon__logo svg {
        fill: #1f5ca8;
        height: 100%;
        width: 100%; }
    .footer__icon__social {
      margin-left: 34px;
      text-align: right;
      vertical-align: middle; }
      .footer__icon__social:first-child {
        margin-left: 0; }
      .footer__icon__social svg {
        fill: #777777;
        height: 100%;
        transition: fill .3s;
        width: 100%; }
    .footer__icon__dr {
      height: 32px;
      width: 32px; }
    .footer__icon__ig {
      height: 32px;
      width: 32px; }
    .footer__icon__fb {
      height: 32px;
      width: 26px; }
    .footer__icon__li {
      height: 32px;
      width: 32px; }

@media (max-width: 1200px) {
  h1.h1 {
    font-size: 84px;
    font-size: 8.4rem;
    padding-right: 4%; }
  .section__wrapper {
    padding: 120px 5%; }
    .section__wrapper--padb {
      padding: 0 4%; } }

@media (max-width: 1100px) {
  h1.h1 {
    font-size: 80px;
    font-size: 8rem;
    padding-right: 0; }
  p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 32px;
    line-height: 3.2rem; }
  ul .li__bullet {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 32px;
    line-height: 3.2rem; }
    ul .li__bullet::before {
      font-size: 28px;
      font-size: 2.8rem; }
  .header {
    height: auto; }
    .header__left {
      width: 100%; }
    .header__right {
      position: relative;
      width: 100%; }
    .header__nav {
      background-color: rgba(250, 250, 250, 0.1);
      border-radius: 7px;
      right: 0;
      opacity: 1;
      position: absolute;
      text-align: right;
      top: 10px; }
    .header .menu__space--last {
      padding: 20px; }
    .header .burger {
      display: inline-block;
      right: 100px; }
  .hide__block {
    display: none; }
  .show__block {
    display: block; }
  .section__gap {
    display: none; }
  .section__fill {
    display: none; }
  .section__text {
    padding: 80px 40px; }
  .section__img--web {
    top: 0; }
  .section__box--opa {
    width: 50%; }
  .section__highlight__tail {
    left: -50px;
    width: 50px; }
  .footer {
    padding: 80px 0; } }

@media (max-width: 980px) {
  h1 {
    font-size: 52px;
    font-size: 5.2rem; }
    h1.h1 {
      font-size: 72px;
      font-size: 7.2rem;
      padding-bottom: 40px; }
  h2 {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 1px; }
  h3 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 45px;
    line-height: 4.5rem; }
    h3.h3 {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 38px;
      line-height: 3.8rem; }
  .header__bar {
    padding: 60px 100px; }
  .header__wrap {
    padding: 60px 100px; } }

@media (max-width: 900px) {
  h1 {
    font-size: 48px;
    font-size: 4.8rem; }
    h1.h1 {
      font-size: 62px;
      font-size: 6.2rem; }
  h2 {
    font-size: 38px;
    font-size: 3.8rem;
    margin-bottom: 1px; }
  .header {
    padding-bottom: 0; }
    .header__bar {
      padding: 70px 8%; }
    .header__logo {
      padding-left: 0; }
    .header .burger {
      right: 8%; }
    .header__wrap {
      padding: 60px 8%; }
  .section__gap {
    display: none; }
  .section__box--opa {
    width: 60%; }
  .section__box--opb {
    width: 40%; }
  .section__img--web {
    height: 100%;
    top: 0; }
  .section__img--marketing {
    height: 100%; }
  .section__quote {
    display: none; } }

@media (min-width: 768px) {
  .button:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0px 1px 1px rgba(255, 255, 255, 0.1);
    opacity: 1; }
  .menu__space:hover .menu__underline {
    opacity: 1;
    transition: opacity 0.7s; }
  .footer__icon__dr:hover svg {
    fill: #ea4c89; }
  .footer__icon__ig:hover svg {
    fill: #000; }
  .footer__icon__fb:hover svg {
    fill: #3b5998; }
  .footer__icon__li:hover svg {
    fill: #0077b5; } }

@media (max-width: 768px) {
  h1 {
    font-size: 54px;
    font-size: 5.4rem; }
    h1.h1 {
      font-size: 48px;
      font-size: 4.8rem;
      line-height: 60px;
      line-height: 6rem; }
  h3 {
    font-size: 38px;
    font-size: 3.8rem; }
    h3.h3 {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 34px;
      line-height: 3.4rem; }
  h4.h4 {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 32px;
    line-height: 3.2rem; }
  .col__50__left {
    width: 20%; }
  .col__50__right {
    width: 80%; }
  .pad__top__small {
    padding-top: 0; }
  .pad__top__large {
    padding-top: 25px; }
  .pad__bottom__xsmall {
    padding-bottom: 5px; }
  .pad__bottom__small {
    padding-bottom: 25px; }
  .pad__right__small {
    padding-right: 0; }
  .pad__left__small {
    padding-left: 0; }
  .button {
    font-size: 18px;
    opacity: 1;
    padding: 18px 30px; }
  .header__wrap {
    padding: 60px 8% 40px 8%; }
  .header__item {
    padding: 50px 0 100px 0; }
  .header__inline {
    padding: 0 10px; }
    .header__inline:first-child {
      padding: 0 8px 0 0; }
    .header__inline:last-child {
      padding: 0 0 0 8px; }
  .section__wrapper {
    padding: 100px 8%;
    text-align: left; }
    .section__wrapper--padb {
      padding: 0; }
  .section__gap {
    display: none; }
  .section__box {
    display: block; }
    .section__box--opa {
      width: 100%; }
    .section__box--opb {
      width: 100%; }
  .section__text {
    padding: 80px 8%;
    position: relative; }
  .section__visual__switch {
    display: block; }
  .section__visual__hide {
    display: none; }
  .section__img {
    height: 320px;
    position: relative;
    width: 100%; }
  .section__photo {
    background-color: #1f5ca8;
    background-size: cover;
    height: 100%;
    width: 100%; }
    .section__photo__a {
      height: 200px;
      margin-top: 0; }
  .section__summary {
    box-sizing: border-box;
    padding: 0 0 40px 0; }
  .section__package {
    display: block;
    padding: 0 16% 0 0;
    width: 50%; }
    .section__package--about {
      display: block;
      padding: 0;
      width: 100%; }
  .section__outside {
    padding-bottom: 30px;
    width: 100%; }
    .section__outside:last-child {
      padding-bottom: 0; }
  .section__middle {
    padding-bottom: 30px;
    width: 100%; }
  .section__icon {
    margin: 0;
    padding-bottom: 15px; }
  .section__solo {
    height: 300px;
    position: relative;
    width: 100%; }
  .section__double {
    height: 200px;
    padding-top: 0;
    position: relative; } }

@media (max-width: 500px) {
  h1.h1 {
    font-size: 56px;
    font-size: 5.6rem;
    line-height: 64px;
    line-height: 6.4rem; }
  h3.h3 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 36px;
    line-height: 3.6rem; }
  .col__50__left {
    padding-bottom: 60px;
    text-align: center;
    width: 100%; }
  .col__50__right {
    text-align: center;
    width: 100%; }
  .button {
    font-size: 16px;
    padding: 18px 26px; }
  .header__bar {
    padding: 50px 7% 50px 7%; }
  .header__logo {
    max-width: 160px; }
  .header__nav {
    text-align: center;
    width: 100%; }
  .header .menu {
    width: 25%; }
    .header .menu__space {
      padding: 20px 0;
      width: 100%; }
      .header .menu__space--last {
        padding: 20px 0;
        width: 100%; }
  .header .burger {
    right: 7%; }
  .header__wrap {
    padding: 30px 7%; }
  .section__wrapper {
    padding: 80px 7%; }
    .section__wrapper--padb {
      padding: 0; }
  .section__package {
    padding: 0; }
  .section__icon {
    height: 34px;
    width: 34px; } }

@media (max-width: 450px) {
  h1.h1 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 54px;
    line-height: 5.4rem; }
  h3.h3 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 34px;
    line-height: 3.4rem; }
  .button {
    font-size: 14px;
    padding: 18px 24px; }
  .header__bar {
    padding: 50px 6%; }
  .header .menu__link {
    font-size: 16px;
    font-size: 1.6rem;
    position: relative; }
  .header__wrap {
    padding: 20px 6% 30px 6%; }
  .header__item {
    padding: 60px 0; }
  .header .burger {
    right: 6%; }
  .section__wrapper {
    padding: 60px 6%; }
    .section__wrapper--padb {
      padding: 0; } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi) {
  .section {
    position: relative; }
    .section__gap {
      background: url("../images/pixellid-image-fill@2x.jpg") center center no-repeat;
      background-size: cover; }
    .section__img--web {
      background: url("../images/pixellid-websites@2x.jpg") center center no-repeat;
      background-size: cover; }
    .section__img--marketing {
      background: url("../images/pixellid-marketing@2x.jpg") center center no-repeat;
      background-size: cover; }
    .section__photo__a {
      background: url("../images/pixellid-image-office-a@2x.jpg") center center no-repeat;
      background-size: cover; }
    .section__photo__b {
      background: url("../images/pixellid-image-office-b@2x.jpg") center center no-repeat;
      background-size: cover; }
    .section__photo__c {
      background: url("../images/pixellid-image-office-c@2x.jpg") center center no-repeat;
      background-size: cover; }
    .section__photo__d {
      background: url("../images/pixellid-image-office-d@2x.jpg") center center no-repeat;
      background-size: cover; }
    .section__photo__e {
      background: url("../images/pixellid-image-office-e@2x.jpg") center center no-repeat;
      background-size: cover; } }

/*# sourceMappingURL=maps/main.css.map */
