html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

html {
  font-size: 16px;
  font-size: 62.5%;
  font-weight: 400;
  line-height: 1.63; }

body {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5D5D5D;
  font-size: 1.6rem; }
  @media only screen and (min-width: 1023px) {
    body {
      font-size: 1.8rem; } }

* {
  box-sizing: border-box; }

a, img {
  outline: none;
  text-decoration: none; }

img {
  display: block;
  max-width: 100%;
  border: none; }

button {
  cursor: pointer;
  outline: none;
  background: none;
  border: none; }
  button:active, button:focus {
    outline: none; }

h1, h2, h3,
.h1, .h2, .h3 {
  font-family: dolly-new, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.14; }

h1, .h1 {
  font-size: 4.2rem;
  margin-bottom: 0.5em; }
  @media only screen and (min-width: 1023px) {
    h1, .h1 {
      font-size: 5rem; } }
  @media only screen and (min-width: 1599px) {
    h1, .h1 {
      font-size: 8rem; } }

h2, .h2, .small-header {
  font-size: 2rem; }
  @media only screen and (min-width: 1023px) {
    h2, .h2, .small-header {
      font-size: 3rem; } }
  @media only screen and (min-width: 1599px) {
    h2, .h2, .small-header {
      font-size: 4.2rem; } }

h3, .h3 {
  font-size: 2rem;
  margin-top: 2em; }
  @media only screen and (min-width: 1023px) {
    h3, .h3 {
      font-size: 2.3rem; } }

h4, .h4 {
  line-height: 1.2;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1em; }

strong, b {
  font-size: 1.25em;
  font-family: roboto-slab, serif;
  font-weight: 700;
  font-style: normal;
  color: #000; }

figure {
  margin: 0;
  padding: 0;
  display: block; }

.btn {
  font-family: dolly-new, sans-serif;
  font-weight: bold;
  font-style: normal; }

.pageWrapper {
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media only screen and (min-width: 1023px) {
    .pageWrapper {
      overflow: visible; } }

.container {
  margin-left: 36px;
  margin-right: 36px;
  position: relative; }
  @media only screen and (min-width: 1023px) {
    .container {
      margin-left: 9%;
      margin-right: 9%; } }

@media only screen and (max-width: 1023px) {
  .container-color {
    margin-left: 0;
    margin-right: 0;
    padding-left: 36px;
    padding-right: 36px; } }

@media only screen and (min-width: 1279px) {
  .container-padding-left {
    padding-left: 8vw; } }

@media only screen and (min-width: 1279px) {
  .container-padding-right {
    padding-right: 8vw; } }

@media only screen and (min-width: 1023px) {
  .container-padding-left-sTablet {
    padding-left: 8vw; } }

@media only screen and (min-width: 1023px) {
  .container-padding-right-sTablet {
    padding-right: 8vw; } }

.container-flex,
.container-flex-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media only screen and (min-width: 767px) {
  .container-flex-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (min-width: 1023px) {
  .container-flex-sTablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.container-flex-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.container-flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.container-flex-vcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media only screen and (min-width: 767px) {
  .container-ultraNarrow {
    max-width: 608px;
    margin: 0 auto; } }

.container-about {
  max-width: 400px;
  padding-bottom: 50px; }
  @media only screen and (min-width: 1023px) {
    .container-about {
      max-width: none;
      padding-bottom: 60px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 5fr 1fr 4fr;
          grid-template-columns: 5fr 1fr 4fr;
      -ms-grid-rows: auto;
          grid-template-rows: auto;
      grid-template-areas: "leftCol . rightCol" "leftCol2 . rightCol"; } }

@media only screen and (max-width: 1023px) {
  .container-clients {
    margin-left: 0;
    margin-right: 0;
    padding-left: 36px;
    padding-right: 36px; } }

@media only screen and (min-width: 1023px) {
  .container-clients {
    padding-right: 24%;
    padding-left: 8%;
    margin-top: -350px; } }

@media only screen and (min-width: 1599px) {
  .container-clients {
    margin-top: -500px; } }

.container-clients h2 {
  margin-top: 2.2em; }

@media only screen and (min-width: 1023px) {
  .header-clients {
    padding-bottom: 350px; } }

@media only screen and (min-width: 1599px) {
  .header-clients {
    padding-bottom: 470px; } }

.about-image {
  margin-bottom: 50px; }
  @media only screen and (min-width: 1023px) {
    .about-image {
      padding-top: 90px;
      grid-area: rightCol; } }

@media only screen and (min-width: 1023px) {
  .header-withBackground.about-title {
    grid-area: leftCol;
    padding-bottom: 50px; } }

@media only screen and (min-width: 1599px) {
  .header-withBackground.about-title {
    padding-bottom: 50px; } }

@media only screen and (min-width: 1023px) {
  .about-text {
    grid-area: leftCol2; } }

.relative {
  position: relative; }

@media only screen and (min-width: 1023px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px; } }

.row-align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media only screen and (min-width: 767px) {
  .row-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.row-contact {
  margin: 55px 0; }
  @media only screen and (min-width: 1599px) {
    .row-contact {
      margin: 80px -8px; } }

.col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0; }
  @media only screen and (min-width: 767px) {
    .col {
      margin-left: 10px;
      margin-right: 10px; } }
  .col.col-30, .col.col-40 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

@media only screen and (min-width: 1023px) {
  .col-30 {
    width: 30%; } }

@media only screen and (min-width: 1023px) {
  .col-40 {
    width: 40%; } }

@media only screen and (min-width: 1023px) {
  .col-80 {
    width: 80%; } }

@media only screen and (min-width: 1023px) {
  .col-90 {
    width: 90%; } }

@media only screen and (min-width: 1023px) {
  .cols-max-70 .col-left, .cols-max-70 .col-right {
    width: 50%; } }

@media only screen and (min-width: 1365px) {
  .cols-max-70 .col-left {
    width: 40%; }
  .cols-max-70 .col-right {
    width: 30%; } }

.col-inner {
  padding-top: 1px; }
  @media only screen and (min-width: 767px) {
    .col-inner {
      width: 50%; } }

@media only screen and (min-width: 767px) {
  .col-inner-padding-right {
    padding-right: 12.5%; } }

@media only screen and (min-width: 767px) {
  .col-inner-padding-left {
    padding-left: 12.5%; } }

.normalPadding {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 1023px) {
    .normalPadding {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (min-width: 1599px) {
    .normalPadding {
      padding-top: 100px;
      padding-bottom: 100px; } }

.smallPaddingTop {
  padding-top: 20px; }
  @media only screen and (min-width: 1023px) {
    .smallPaddingTop {
      padding-top: 40px; } }

.smallPaddingBottom {
  padding-bottom: 20px; }
  @media only screen and (min-width: 1023px) {
    .smallPaddingBottom {
      padding-bottom: 40px; } }

.normalPaddingTop {
  padding-top: 30px; }
  @media only screen and (min-width: 1023px) {
    .normalPaddingTop {
      padding-top: 50px; } }
  @media only screen and (min-width: 1599px) {
    .normalPaddingTop {
      padding-top: 100px; } }

.normalPaddingBottom {
  padding-bottom: 30px; }
  @media only screen and (min-width: 1023px) {
    .normalPaddingBottom {
      padding-bottom: 50px; } }
  @media only screen and (min-width: 1599px) {
    .normalPaddingBottom {
      padding-bottom: 100px; } }

.smallMarginBottom {
  margin-bottom: 10px; }
  @media only screen and (min-width: 1023px) {
    .smallMarginBottom {
      margin-bottom: 25px; } }
  @media only screen and (min-width: 1599px) {
    .smallMarginBottom {
      margin-bottom: 40px; } }

.normalMarginBottom {
  margin-bottom: 30px; }
  @media only screen and (min-width: 1023px) {
    .normalMarginBottom {
      margin-bottom: 50px; } }
  @media only screen and (min-width: 1599px) {
    .normalMarginBottom {
      margin-bottom: 100px; } }

.largePaddingTop {
  padding-top: 70px; }
  @media only screen and (min-width: 1023px) {
    .largePaddingTop {
      padding-top: 70px; } }
  @media only screen and (min-width: 1599px) {
    .largePaddingTop {
      padding-top: 130px; } }

.largePaddingBottom {
  padding-bottom: 70px; }
  @media only screen and (min-width: 1023px) {
    .largePaddingBottom {
      padding-bottom: 70px; } }
  @media only screen and (min-width: 1599px) {
    .largePaddingBottom {
      padding-bottom: 130px; } }

.visible-sTablet {
  display: none; }
  @media only screen and (min-width: 1023px) {
    .visible-sTablet {
      display: block; } }

.visible-sTablet-flex {
  display: none; }
  @media only screen and (min-width: 1023px) {
    .visible-sTablet-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.btn {
  position: relative;
  width: 249px;
  height: 249px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3rem;
  line-height: 1.2;
  margin-right: -24px; }
  @media only screen and (min-width: 767px) {
    .btn {
      margin-right: 0; } }
  @media only screen and (min-width: 1599px) {
    .btn {
      width: 293px;
      height: 293px; } }

.btn.btn-small {
  width: 164px;
  height: 164px; }

.btn-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.btn-arrow {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 26px;
  height: auto; }

.btn-arrow-vertical {
  height: 22px;
  width: auto; }

.btn-arrow-block {
  display: block; }

.btn-overlapping {
  margin-bottom: -50px; }
  @media only screen and (min-width: 767px) {
    .btn-overlapping {
      margin-top: -100px; } }
  @media only screen and (min-width: 1599px) {
    .btn-overlapping {
      margin-top: -100px;
      margin-bottom: -65px; } }

.btn-overlapping-bottom {
  margin-bottom: -70px;
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 1599px) {
    .btn-overlapping-bottom {
      margin-bottom: -65px; } }

.btn-small.btn-overlapping-bottom {
  margin-bottom: -30px; }
  @media only screen and (min-width: 1599px) {
    .btn-small.btn-overlapping-bottom {
      margin-bottom: -40px; } }

.btn-blue {
  color: #002AD9; }

.btn-red {
  color: #D95443; }

.btn-purple {
  color: #483CD6; }

.btn-back {
  position: absolute;
  left: 2vw;
  top: 24px; }

.img-wide {
  padding: 20px 0; }
  @media only screen and (min-width: 1023px) {
    .img-wide {
      padding: 40px 0;
      margin-left: -156px;
      margin-right: -156px; } }
  @media only screen and (min-width: 1599px) {
    .img-wide {
      padding: 60px 0; } }

.front-change-margin-section {
  margin-top: 30px; }
  @media only screen and (min-width: 1023px) {
    .front-change-margin-section {
      margin-top: -90px; } }

.text-blue {
  color: #002AD9; }

.text-purple {
  color: #483CD6; }

.text-red {
  color: #D95443; }

.text-pink {
  color: #FFDDDE; }

.text-yellow {
  color: #F9E16F; }

.text-darkPink {
  color: #FFB2A0; }

.text-sea {
  color: #498B8E; }

.text-white {
  color: #fff; }
  .text-white strong {
    color: #fff; }

.text-strike {
  text-decoration: line-through; }

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

.header-withBackground {
  margin: 0;
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative; }
  @media only screen and (min-width: 1023px) {
    .header-withBackground {
      padding-top: 90px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1365px) {
    .header-withBackground {
      padding-bottom: 100px; } }
  @media only screen and (min-width: 1599px) {
    .header-withBackground {
      padding-bottom: 140px; } }
  .header-withBackground .header-text {
    position: relative;
    z-index: 2; }

@media only screen and (min-width: 1023px) {
  .header-withBackground.header-withBackground-right {
    padding-right: 8vw;
    text-align: right; } }

@media only screen and (min-width: 1023px) {
  .header-withBackground.header-withBackground-right .header-background {
    left: auto;
    right: -60px; } }

@media only screen and (min-width: 1023px) {
  .header-paddingLeft {
    padding-left: 9%; } }

.header-background {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: -60px;
  max-width: 100%;
  height: auto;
  z-index: 1;
  max-height: 100%; }

.header-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 43px;
  height: auto; }
  @media only screen and (min-width: 1023px) {
    .header-arrow {
      width: 46px; } }
  @media only screen and (min-width: 1599px) {
    .header-arrow {
      width: 53px; } }

.normal-header {
  margin-bottom: 65px; }

.menu-spacer {
  padding-top: 90px; }
  @media only screen and (min-width: 1599px) {
    .menu-spacer {
      padding-top: 130px; } }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.section-pink {
  background: #FFDDDE; }

.section-yellow {
  background: #F9E16F; }

.section-blue {
  background: #002AD9;
  color: #fff; }

.section-purple {
  background: #483CD6;
  color: #fff; }

.section-sea {
  background: #498B8E; }

.section-red {
  background: #D95443; }

.section-light {
  background: #FDF5FF; }

@media only screen and (max-width: 1023px) {
  .section-pink-sTablet {
    background: #FFDDDE; } }

@media only screen and (max-width: 1023px) {
  .section-yellow-sTablet {
    background: #F9E16F; } }

@media only screen and (max-width: 1023px) {
  .section-blue-sTablet {
    background: #002AD9;
    color: #fff; } }

@media only screen and (max-width: 1023px) {
  .section-purple-sTablet {
    background: #483CD6;
    color: #fff; } }

@media only screen and (max-width: 1023px) {
  .section-sea-sTablet {
    background: #498B8E; } }

@media only screen and (max-width: 1023px) {
  .section-red-sTablet {
    background: #D95443; } }

.section-minusBottomMargin {
  padding-bottom: 55px;
  margin-bottom: -55px; }
  @media only screen and (min-width: 1023px) {
    .section-minusBottomMargin {
      padding-bottom: 90px;
      margin-bottom: -50px; } }
  @media only screen and (min-width: 1365px) {
    .section-minusBottomMargin {
      padding-bottom: 120px;
      margin-bottom: -70px; } }
  @media only screen and (min-width: 1599px) {
    .section-minusBottomMargin {
      padding-bottom: 140px;
      margin-bottom: -90px; } }

@media only screen and (min-width: 1023px) {
  .section-offer {
    padding-bottom: 100px; } }

@media only screen and (min-width: 1365px) {
  .section-offer {
    padding-bottom: 150px; } }

@media only screen and (min-width: 1599px) {
  .section-offer {
    padding-bottom: 250px; } }

.logo {
  font-family: dolly-new, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 3.6rem;
  color: #000;
  position: relative;
  z-index: 110;
  transition: 0.5s all; }

.topBarOuter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media only screen and (min-width: 1023px) {
    .topBarOuter {
      padding-top: 20px; } }
  .topBarOuter .container {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.menu-toggle {
  width: 20px;
  height: 20px;
  position: relative;
  padding: 0;
  z-index: 110; }
  @media only screen and (min-width: 1023px) {
    .menu-toggle {
      margin-left: 68px; } }
  @media only screen and (min-width: 1024px) {
    .menu-toggle {
      display: none; } }

.hamburger-line {
  display: block;
  height: 4px;
  margin-bottom: 4px;
  transition: 0.3s all; }

.hamburger-line-2 {
  margin-left: 4px; }

@media only screen and (max-width: 1023px) {
  .topMenuContainer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #002AD9;
    color: #fff;
    padding: 95px 36px 22px 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    transition: 0.5s all;
    transition-timing-function: ease-in-out; } }

.topMenuContainer a {
  color: #fff; }

@media only screen and (min-width: 1024px) {
  .topMenuContainer .social-media {
    display: none; } }

.topMenu {
  font-weight: bold;
  margin: 0;
  padding: 0;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: dolly-new, sans-serif;
  font-weight: bold;
  font-style: normal; }
  @media only screen and (min-width: 1024px) {
    .topMenu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.topMenu-item {
  font-size: 2.8rem;
  display: block; }
  @media only screen and (min-width: 1024px) {
    .topMenu-item {
      font-size: 1.8rem; } }
  .topMenu-item a {
    color: #FFB2A0; }

.menu-blue .hamburger-line {
  background: #483CD6; }

@media only screen and (min-width: 1024px) {
  .menu-blue .topMenu-item a {
    color: #483CD6; } }

.menu-white .hamburger-line {
  background: #fff; }

@media only screen and (min-width: 1024px) {
  .menu-white .topMenu-item a {
    color: #fff; } }

.menu-white .logo {
  color: #fff; }

.menu-pink .hamburger-line {
  background: #FFDDDE; }

@media only screen and (min-width: 1024px) {
  .menu-pink .topMenu-item a {
    color: #FFDDDE; } }

.menu-pink .logo {
  color: #fff; }

@media only screen and (max-width: 1023px) {
  .topMenu-item + .topMenu-item {
    margin-top: 30px; } }

@media only screen and (min-width: 1024px) {
  .topMenu-item + .topMenu-item {
    margin-left: 20px; } }

.social-media .social-media-elem {
  display: inline-block;
  font-family: roboto-slab, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem; }

.social-media .social-media-elem + .social-media-elem {
  margin-left: 55px; }

.overlay-info {
  display: none; }

.gridWrapper {
  padding-bottom: 63px; }
  @media only screen and (min-width: 1279px) {
    .gridWrapper {
      padding-right: 8%; } }

.grid-item,
.grid-sizer {
  width: 100%;
  padding: 8px 0; }
  @media only screen and (min-width: 479px) {
    .grid-item,
    .grid-sizer {
      width: calc(50% - 4px);
      padding: 4px; } }
  @media only screen and (min-width: 767px) {
    .grid-item,
    .grid-sizer {
      width: calc(33.3333% - 8px);
      padding: 4px; } }
  @media only screen and (min-width: 1365px) {
    .grid-item,
    .grid-sizer {
      width: calc(33.3333% - 10px);
      padding: 5px; } }
  @media only screen and (min-width: 1599px) {
    .grid-item,
    .grid-sizer {
      width: calc(33.3333% - 16px);
      padding: 8px; } }
  .grid-item img,
  .grid-sizer img {
    display: block;
    min-width: 100%; }

.grid-item.grid-item-large {
  width: 100%; }
  @media only screen and (min-width: 767px) {
    .grid-item.grid-item-large {
      width: calc(66.6666% - 16px); } }
  @media only screen and (min-width: 1365px) {
    .grid-item.grid-item-large {
      width: calc(66.6666% - 20px); } }
  @media only screen and (min-width: 1599px) {
    .grid-item.grid-item-large {
      width: calc(66.6666% - 32px); } }

.overlappingSection-1 {
  margin-bottom: -50px; }
  @media only screen and (min-width: 1279px) {
    .overlappingSection-1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (min-width: 1599px) {
    .overlappingSection-1 {
      margin-bottom: -150px; } }
  @media only screen and (min-width: 1279px) {
    .overlappingSection-1 .overlapping-col-1 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 30%;
      margin-left: 11%; } }
  @media only screen and (min-width: 1599px) {
    .overlappingSection-1 .overlapping-col-1 {
      width: 27%; } }
  .overlappingSection-1 .overlapping-col-2 {
    position: relative; }
    @media only screen and (min-width: 1279px) {
      .overlappingSection-1 .overlapping-col-2 {
        position: static;
        width: 40%; } }
  .overlappingSection-1 .image_1 {
    max-width: 80%;
    margin-top: 60px;
    margin-bottom: 55px; }
    @media only screen and (min-width: 1279px) {
      .overlappingSection-1 .image_1 {
        max-width: 100%;
        margin-bottom: 0;
        margin-top: 0;
        position: relative;
        z-index: 1; } }
  .overlappingSection-1 .image_2 {
    width: 620px;
    max-width: none;
    margin-left: -290px; }
    @media only screen and (min-width: 767px) {
      .overlappingSection-1 .image_2 {
        width: 750px;
        margin-left: -180px; } }
    @media only screen and (min-width: 1279px) {
      .overlappingSection-1 .image_2 {
        width: 138%;
        margin-left: -22%;
        margin-top: -150px; } }
  .overlappingSection-1 .image_3 {
    width: 186px;
    height: auto;
    position: absolute;
    right: -36px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    @media only screen and (min-width: 767px) {
      .overlappingSection-1 .image_3 {
        width: 250px; } }
    @media only screen and (min-width: 1023px) {
      .overlappingSection-1 .image_3 {
        right: -11%;
        top: 25%; } }
    @media only screen and (min-width: 1599px) {
      .overlappingSection-1 .image_3 {
        top: 40%;
        width: 340px; } }
  @media only screen and (min-width: 1279px) {
    .overlappingSection-1 .normal-header {
      text-align: right;
      width: 200%;
      margin-left: -120%;
      margin-bottom: 65px;
      position: relative;
      z-index: 2; } }

.site-footer {
  padding-top: 50px; }
  .site-footer a {
    color: #fff; }
  .site-footer .social-media {
    margin: 30px 0; }
    @media only screen and (min-width: 1023px) {
      .site-footer .social-media {
        margin: 60px 0 0 0; } }
  @media only screen and (max-width: 767px) {
    .site-footer .social-media-elem {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .site-footer .social-media-elem + .social-media-elem {
      margin-left: 0; } }
  .site-footer h3 {
    font-size: 1.16em;
    color: #FFB2A0;
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 1.5em; }
    @media only screen and (min-width: 1023px) {
      .site-footer h3 {
        margin-top: 0; } }
  .site-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .site-footer .footer-1 {
    width: 100%; }
    @media only screen and (min-width: 1023px) {
      .site-footer .footer-1 {
        width: 50%; } }
  .site-footer .footer-2 {
    width: 50%; }
    @media only screen and (min-width: 1023px) {
      .site-footer .footer-2 {
        width: 20%; } }
  .site-footer .footer-3 {
    width: 50%; }
    @media only screen and (min-width: 1023px) {
      .site-footer .footer-3 {
        width: 20%; } }
  .site-footer .footer-4 {
    width: 100%;
    padding-left: 60%;
    margin-top: 50px; }
    @media only screen and (min-width: 1023px) {
      .site-footer .footer-4 {
        padding-left: 70%; } }

.footer-menu {
  margin: 0;
  padding-left: 0; }
  .footer-menu li {
    display: block; }

.horoscope {
  margin-top: 25px; }
  @media only screen and (min-width: 1023px) {
    .horoscope {
      margin-top: 30px; } }
  @media only screen and (min-width: 1599px) {
    .horoscope {
      margin-top: 50px; } }

.tile-image {
  padding: 0;
  display: block;
  margin: 0; }

.tile-grid {
  max-width: 450px;
  margin: 0 auto; }
  @media only screen and (min-width: 767px) {
    .tile-grid {
      margin-left: -8px;
      margin-right: -8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: none; } }
  .tile-grid .tile-title {
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    color: #000; }

@media only screen and (min-width: 767px) {
  .tile {
    margin-left: 8px;
    margin-right: 8px;
    width: calc(50% - 16px);
    margin-top: 40px; } }

@media only screen and (min-width: 1023px) {
  .tile {
    width: calc(33.33% - 16px); } }

.tile p {
  line-height: 1.2; }

.tile + .tile {
  margin-top: 40px; }

.box-contact .box-contact-title {
  font-size: 2rem; }
  @media only screen and (min-width: 1023px) {
    .box-contact .box-contact-title {
      font-size: 3rem; } }
  @media only screen and (min-width: 1599px) {
    .box-contact .box-contact-title {
      font-size: 4.2rem; } }

.box-contact {
  height: 164px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px; }
  @media only screen and (max-width: 767px) {
    .box-contact {
      margin-left: -36px;
      margin-right: -36px;
      padding-left: 36px;
      padding-right: 36px; } }
  @media only screen and (min-width: 767px) {
    .box-contact {
      padding-left: 6%;
      padding-right: 6%;
      height: 200px; } }
  @media only screen and (min-width: 1365px) {
    .box-contact {
      height: 240px; } }
  @media only screen and (min-width: 1599px) {
    .box-contact {
      height: 380px; } }
  .box-contact .social-media-elem a {
    color: #483CD6; }
  .box-contact .social-media-elem {
    font-size: 1.8rem;
    margin-top: 10px; }
    @media only screen and (min-width: 1023px) {
      .box-contact .social-media-elem {
        font-size: 2rem; } }
    @media only screen and (min-width: 1599px) {
      .box-contact .social-media-elem {
        font-size: 2.3rem; } }

.side-header {
  display: none; }
  @media only screen and (min-width: 1365px) {
    .side-header {
      font-size: 9rem;
      color: #000;
      opacity: 0.05;
      display: block;
      font-family: dolly-new, sans-serif;
      font-weight: bold;
      font-style: normal;
      position: absolute;
      left: 94%;
      width: 1000px;
      -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      line-height: 0.9;
      text-align: center; } }

.offer-item {
  margin-top: 70px; }
  @media only screen and (min-width: 1023px) {
    .offer-item {
      margin-top: 0; } }
  @media only screen and (min-width: 1023px) {
    .offer-item + .offer-item {
      margin-top: 90px; } }
  @media only screen and (min-width: 1599px) {
    .offer-item + .offer-item {
      margin-top: 140px; } }

.offer-item-link {
  font-size: 2rem;
  font-weight: bold; }
  @media only screen and (min-width: 1023px) {
    .offer-item-link {
      font-size: 3rem; } }

@media only screen and (min-width: 1023px) {
  .col-offer-1 {
    margin-top: -50px; } }

@media only screen and (min-width: 1023px) {
  .col-offer-2 {
    margin-top: 70px; } }

.manifesto {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 1023px) {
    .manifesto {
      padding-bottom: 40px; } }
  @media only screen and (min-width: 1599px) {
    .manifesto {
      padding-bottom: 50px; } }
  @media only screen and (min-width: 1023px) {
    .manifesto {
      margin-top: 40px; } }
  @media only screen and (min-width: 1599px) {
    .manifesto {
      margin-top: 90px; } }
  @media only screen and (min-width: 1599px) {
    .manifesto .row-inner {
      padding-right: 16vw; } }
  @media only screen and (min-width: 1599px) {
    .manifesto .row-inner.row-inner-last {
      padding-right: 4vw; } }
  .manifesto .col {
    margin-top: 60px; }
    @media only screen and (min-width: 767px) {
      .manifesto .col {
        margin-top: 20px; } }
  @media only screen and (min-width: 767px) {
    .manifesto .minusMargin {
      margin-left: -8px;
      margin-right: -8px; } }

@media only screen and (min-width: 1365px) {
  .manifesto-title {
    margin-left: -3vw; } }

.manifesto-contact {
  margin-top: 30px; }
  @media only screen and (min-width: 1023px) {
    .manifesto-contact {
      margin-top: 50px; } }
  @media only screen and (min-width: 1599px) {
    .manifesto-contact {
      margin-top: 70px; } }
  .manifesto-contact .header-withBackground {
    padding-top: 90px;
    padding-bottom: 90px; }
  .manifesto-contact .header-background {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%; }
    @media only screen and (min-width: 1599px) {
      .manifesto-contact .header-background {
        width: 110%;
        max-width: 110%;
        left: -60px;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); } }

@media only screen and (min-width: 1023px) {
  .section-aboveMap {
    padding-bottom: 27vw;
    margin-bottom: -27vw; } }

.map {
  height: 640px;
  margin-left: -36px;
  margin-right: -36px; }
  @media only screen and (min-width: 767px) {
    .map {
      margin-bottom: -60px;
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (min-width: 1365px) {
    .map {
      height: 800px; } }
  @media only screen and (min-width: 1599px) {
    .map {
      height: 1160px; } }

@media only screen and (max-width: 767px) {
  .section-contact {
    background: #FFDDDE;
    padding-bottom: 157px;
    margin-bottom: -94px; } }

.overlappingSection-2 {
  padding-bottom: 65px; }
  @media only screen and (min-width: 1023px) {
    .overlappingSection-2 {
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1599px) {
    .overlappingSection-2 {
      padding-bottom: 110px; } }
  @media only screen and (min-width: 767px) {
    .overlappingSection-2 .box-contact {
      padding-left: 5vw;
      padding-right: 5vw; } }
  @media only screen and (min-width: 1365px) {
    .overlappingSection-2 .box-contact {
      padding-left: 8vw;
      padding-right: 4vw; } }
  .overlappingSection-2 .box-contact-title {
    font-weight: bold; }
  .overlappingSection-2 .contact-details {
    font-family: roboto-slab, serif;
    font-weight: 700;
    font-style: normal; }
  .overlappingSection-2 strong {
    font-size: 1em; }
  @media only screen and (min-width: 767px) {
    .overlappingSection-2 .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (min-width: 767px) {
    .overlappingSection-2 .first-col {
      margin-left: 0; } }
  @media only screen and (max-width: 767px) {
    .overlappingSection-2 .second-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media only screen and (min-width: 767px) {
    .overlappingSection-2 .second-col {
      margin-top: 90px;
      margin-right: 0; } }
  @media only screen and (max-width: 767px) {
    .overlappingSection-2 .image-1 {
      margin-right: -36px;
      text-align: right; } }
  @media only screen and (min-width: 767px) {
    .overlappingSection-2 .image-1 {
      padding-left: 4vw;
      padding-right: 4vw;
      margin-bottom: -40px; } }
  @media only screen and (min-width: 1365px) {
    .overlappingSection-2 .image-1 {
      padding-left: 8vw;
      padding-right: 8vw;
      margin-bottom: -60px;
      text-align: left; } }
  .overlappingSection-2 .image-1 img {
    margin-right: 0;
    margin-left: auto; }
    @media only screen and (min-width: 1365px) {
      .overlappingSection-2 .image-1 img {
        margin-left: 0;
        margin-right: auto; } }
  @media only screen and (max-width: 767px) {
    .overlappingSection-2 .image-2 {
      margin-top: 15px;
      margin-left: -36px;
      margin-right: -36px; } }
  @media only screen and (min-width: 767px) {
    .overlappingSection-2 .image-2 {
      padding-left: 4vw;
      padding-right: 4vw;
      margin-top: -40px; } }
  @media only screen and (min-width: 1365px) {
    .overlappingSection-2 .image-2 {
      padding-left: 8vw;
      padding-right: 5vw;
      margin-top: -60px; } }
  .overlappingSection-2 .box-contact-1 {
    margin-right: 0; }
  .overlappingSection-2 .box-contact-2 {
    margin-right: 0; }

.container-folioHeader-1 .about-image {
  margin-bottom: 0; }

@media only screen and (min-width: 1023px) {
  .container-folioHeader-1 .about-title {
    margin-top: 60px; } }

@media only screen and (min-width: 1599px) {
  .container-folioHeader-1 .about-title {
    margin-top: 80px; } }

@media only screen and (min-width: 1023px) {
  .folio-content-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (max-width: 1023px) {
  .folio-content-1 .section-title {
    margin-left: -36px;
    margin-right: -36px;
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 40px;
    padding-top: 20px;
    margin-top: -60px;
    margin-bottom: 40px; } }

@media only screen and (min-width: 1023px) {
  .folio-content-1 .left-col {
    width: 40%;
    padding-right: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    height: 600px; } }

@media only screen and (min-width: 1279px) {
  .folio-content-1 .left-col {
    width: 35%;
    padding-right: 5%; } }

.folio-content-1 .left-col p + p {
  margin-top: 60px; }
  @media only screen and (min-width: 1023px) {
    .folio-content-1 .left-col p + p {
      margin-top: 50px; } }

.folio-content-1 .right-col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media only screen and (max-width: 1023px) {
    .folio-content-1 .right-col {
      margin-left: -36px;
      margin-right: -36px;
      margin-top: 60px; } }

@media only screen and (max-width: 1023px) {
  .project-desc {
    margin-left: 0;
    margin-right: 0;
    padding-left: 36px;
    padding-right: 36px; } }

@media only screen and (min-width: 1023px) {
  .project-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

.recommended {
  padding: 36px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media only screen and (min-width: 767px) {
    .recommended {
      padding-right: 400px;
      position: relative; } }
  @media only screen and (min-width: 1279px) {
    .recommended {
      padding: 6vw 8vw 42px 8vw; } }
  .recommended .btn {
    margin-top: 80px; }
    @media only screen and (min-width: 767px) {
      .recommended .btn {
        position: absolute;
        top: 50%;
        right: 36px;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        margin-top: 0; } }
    @media only screen and (min-width: 1279px) {
      .recommended .btn {
        right: 8vw; } }

.project-back {
  padding: 36px; }
  @media only screen and (min-width: 1023px) {
    .project-back {
      width: 25%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.container-folioHeader-2 p + p {
  margin-top: 3em; }

@media only screen and (min-width: 767px) {
  .folio-content-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px; } }

.folio-content-2 .folio-item {
  height: 300px;
  width: 100%;
  margin: 16px 0;
  display: block; }
  @media only screen and (min-width: 767px) {
    .folio-content-2 .folio-item {
      width: calc(50% - 16px);
      margin: 8px; } }
  @media only screen and (min-width: 1023px) {
    .folio-content-2 .folio-item {
      width: auto;
      height: 400px; } }
  @media only screen and (min-width: 1599px) {
    .folio-content-2 .folio-item {
      height: 550px; } }
  .folio-content-2 .folio-item img {
    max-width: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

@media only screen and (min-width: 1023px) {
  .folio-content-2 .folio-item-40 {
    width: calc(40% - 16px); } }

@media only screen and (min-width: 1023px) {
  .folio-content-2 .folio-item-60 {
    width: calc(60% - 16px); } }

.client-list {
  margin: 60px 0 0 0;
  padding: 0; }
  @media only screen and (min-width: 767px) {
    .client-list {
      -webkit-column-count: 2;
              column-count: 2; } }
  .client-list li {
    display: block;
    color: #000;
    font-family: roboto-slab, serif;
    font-weight: 700;
    font-style: normal;
    font-weight: bold; }

.menu-toggle.is-active .hamburger-line-3 {
  width: 0; }

.menu-toggle.is-active .hamburger-line-1 {
  -webkit-transform: translate(0, 6px) rotate(45deg);
          transform: translate(0, 6px) rotate(45deg);
  margin-bottom: 1px; }

.menu-toggle.is-active .hamburger-line-2 {
  -webkit-transform: translate(0, 1px) rotate(-45deg);
          transform: translate(0, 1px) rotate(-45deg);
  margin-left: 0; }

.menu-toggle.is-active .hamburger-line {
  background: #fff; }

.topBarOuter.is-opened .logo {
  color: #fff; }

.topBarOuter.is-opened .topMenuContainer {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

/*# sourceMappingURL=style.css.map*/