/*----------------------------------------------------------------------------------*/
/*------------------------------RESET DEFAULT STYLES--------------------------------*/
/*----------------------------------------------------------------------------------*/
.grecaptcha-badge{display:none !important;}
html, body {
  width: 100%;
  height: 100%; }

body {
  padding: 0;
  margin: 0;
  font: 18px 'proxima';
  font-weight: 300;
  font-family: 'proxima', Arial, Helvetica, sans-serif;
  line-height: 1.5;
  background: #fff;
  color: #000; }

div, p, a, span, em, strong, img, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, td, tr, form, fieldset, label, select, checkbox, input, textarea, header, section, aside, article, blockquote {
  padding: 0;
  margin: 0;
  outline: none;
  list-style: none;
  box-sizing: border-box; }

select, input, textarea {
  font-size: 18px;
  vertical-align: middle; }

textarea {
  vertical-align: top; }

:focus {
  outline: none; }

input[type=submit] {
  cursor: pointer; }

img, fieldset {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:link, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

/*----------------------------------------------------------------------------------*/
/*-------------------------------------DEFAULT CLASSES------------------------------*/
/*----------------------------------------------------------------------------------*/
.float-r {
  float: right !important; }

.float-l {
  float: left !important; }

.no-float {
  float: none !important; }

.no-border {
  border: 0 !important; }

.no-bg {
  background: none !important; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-display {
  display: none !important; }

.display {
  display: block !important; }

.inline {
  display: inline !important; }

.overflow {
  overflow: hidden !important; }

.align-r {
  text-align: right !important; }

.align-l {
  text-align: left !important; }

.align-c {
  text-align: center !important; }

.clear {
  clear: both; }

.u-flexEdges {
  display: flex;
  justify-content: space-between; }
  .u-flexEdges.-v-center {
    align-items: center; }
  .u-flexEdges.-h-center {
    justify-content: center; }

body {
  font: 18px/1.75 'hustle 5'; }

img {
  vertical-align: bottom;
  max-width: 100%; }

a {
  display: inline-block; }

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px 0 0; }
  .header_logo {
    margin: 0 45px 0px 0;
    width: 17.8vw; }
    .header_logo img {
      width: 100%; }
  .header_menu {
    display: flex;
    margin: 45px 0 0 0px;
    margin: 2.3vw 0 0 0px; }
    .header_menu li {
      margin: 0 40px;
      margin: 0 2.1vw; }
    .header_menu a {
      padding: 0 10px;
      font: 700 28px 'Gotham';
      text-transform: uppercase;
      color: black;
      padding: 0 20px;
      display: inline-block;
      position: relative;
      font: 700 1.457vw 'Gotham';
      padding: 0 1.05vw; }
      .header_menu a::after {
        content: '';
        position: absolute;
        height: 5px;
        left: 20%;
        background: #b8d65e;
        bottom: -13px;
        transition: 0.3s;
        width: 0; }
      .header_menu a.is-active::after, .header_menu a:hover::after {
        width: 55%; }

.hero {
  background: url(../images/hero-min.jpg) no-repeat center top/100% auto;
  padding: 40% 0 0;
  position: relative;
  margin: 23px 0 0; }
  .hero_text-bg, .hero_girl, .hero_graphity, .hero_title {
    position: absolute; }
  .hero_title, .hero_text-bg {
    transform: translate(-50%, -50%);
    top: 42%;
    left: 50%;
    color: white;
    font: 18px 'CabbagetownSmCaps';
    font: 0.94vw 'CabbagetownSmCaps';
    padding: 57px 0px 57px 65px;
    width: 65%;
    text-align: center;
    z-index: 2; }
  .hero_text-bg {
    color: transparent;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0; }
  .hero_girl {
    z-index: 1;
    width: 673px;
    width: 35vw;
    height: 569px;
    transform: translate(-50%, 0%);
    top: -15px;
    left: 50.8%;
    background: url(../images/hero-girl.png) no-repeat center top/100% auto; }
  .hero_graphity {
    z-index: 2;
    width: 729px;
    width: 38vw;
    height: 271px;
    transform: translate(-50%, 0%);
    bottom: -10px;
    left: 52.5%;
    background: url(../images/garphity.png) no-repeat center bottom/100% auto; }

.location {
  padding: 35px 9% 78px;
  font: 1.45vw/1.5 'hustle 5';
  color: #643726;
  text-align: center;
  background: url(../images/lines.png) no-repeat center bottom/93% auto; }

.products {
  background: #eeeef0;
  margin: 6.3vw 0 0px;
  position: relative;
  padding: 0 0 37px;
  z-index: 1; }
  .products.-page {
    margin: 170px 0 0;
    padding: 0 0 185px;
    padding: 0 0 6.8vw; }
  .products::after {
    content: '';
    position: absolute;
    top: -70px;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    background: url(../images/girl.png) no-repeat right top/21.6vw auto; }
  .products_sticker {
    position: absolute;
    width: 20.6vw;
    height: 20.6vw;
    background: url(../images/open.png) no-repeat center center/contain;
    top: -8.5vw;
    left: 8%; }
    .products_sticker.-blue {
      background: #07a6ef;
      border-radius: 50%;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 31px;
      text-align: center;
      width: 206px;
      height: 206px;
      line-height: 1.3;
      top: -80px;
      left: 5.5%; }
  .products_header {
    font-size: 32.5px;
    background: url(../images/graphics.png) no-repeat center center/contain;
    width: 615px;
    height: 373px;
    padding: 82px 0 0 295px;
    margin: 0px 18.5% 33px auto;
    position: relative;
    top: -70px;
    letter-spacing: 1px;
    line-height: 1.58;
    width: 32vw;
    height: 19.4vw;
    font-size: 1.7vw;
    padding: 4.3vw 0 0 15.4vw; }
    .products_header.-about {
      top: -45px;
      margin: 0px 19% 33px auto;
      background: url(../images/graphics-4.png) no-repeat center center/contain; }
      .products_header.-about span {
        position: absolute;
        left: 74px;
        top: 185px;
        text-align: center;
        line-height: 1.05;
        font-size: 34px;
        letter-spacing: -3.7px;
        top: 9.6vw;
        left: 3.8vw;
        font-size: 1.78vw; }
    .products_header.-page {
      background: url(../images/graphics-3.png) no-repeat center center/contain;
      width: 528px;
      height: 369px;
      padding: 113px 0 0 210px;
      top: -10px;
      margin: 0px 21% 33px auto;
      font-size: 39px;
      letter-spacing: -4px;
      line-height: 1.25; }
  .products_list {
    max-width: 1430px;
    margin: 0 auto;
    display: flex;
    font-size: 1vw;
    justify-content: center; }
    .products_list.-big {
      max-width: 95vw;
      margin-top: 70px;
      padding: 0 20px;
      flex-wrap: wrap; }
      .products_list.-big li {
        width: 312px;
        margin: 0 10px 3vw;
        margin: 0 1vw 3vw;
        width: 16.3em; }
        .products_list.-big li h3 {
          font-size: 32px;
          font-size: 1.62em; }
          .products_list.-big li h3.-two-lines {
            line-height: 1;
            margin-top: -0.3em; }
        .products_list.-big li a {
          font-size: 30px;
          font-size: 1.57em;
          background-position: 92% center;
          padding: 3px 40px 12px 25px; }
    .products_list li {
      width: 255px;
      border-radius: 16px;
      background: white;
      color: #643726;
      text-align: center;
      padding: 22px 16px 20px;
      margin: 0 15px;
      margin: 0 0.8vw;
      padding: 1.2em 0.8em 1.1em;
      width: 13.3em; }
      .products_list li h3 {
        font-size: 26.3px;
        letter-spacing: -2px;
        font-weight: 400;
        margin: 0 0 16px;
        font-size: 1.37em;
        margin: 0 0 0.6em; }
      .products_list li img {
        margin: 0 0 30px;
        margin: 0 0 1.56em; }
      .products_list li a {
        color: #643726;
        font-size: 25px;
        letter-spacing: -2.5px;
        background: #f9cb06 url(../images/arrow.png) no-repeat 6.1em center/0.5em auto;
        line-height: 1;
        padding: 2px 35px 10px 20px;
        font-size: 1.3em; }
  .products_all {
    text-align: center;
    font-size: 46px;
    margin: 75px 0 0px;
    font-size: 2.4vw;
    margin: 4vw 0 0; }
    .products_all a {
      color: #643726; }

.about {
  padding: 298px 5px 250px;
  padding: 15.5vw 5px 13vw;
  display: flex;
  align-items: flex-start;
  background: url(../images/graphics-2.png) no-repeat 46.5% 68%;
  background-size: 46% auto; }
  .about_left {
    position: relative;
    width: 42%;
    margin: 0 8%  0 0; }
    .about_left span {
      position: absolute;
      width: 78.5%;
      font: 900 52px 'Gotham';
      font: 900 2.72vw 'Gotham';
      color: white;
      z-index: 1;
      bottom: 55px;
      left: 21.5%;
      line-height: 1.2;
      letter-spacing: -1.3px; }
    .about_left img {
      width: 100%;
      border-radius: 10px; }
  .about_right {
    width: 44.4%;
    padding: 15.3% 0 0; }
    .about_right h2 {
      font-size: 49px;
      font-size: 2.55vw;
      font-weight: 400;
      line-height: 1.26;
      margin: 0 0 14px; }
    .about_right p {
      font: 500 24.66px 'Gotham';
      font: 500 1.28vw 'Gotham';
      letter-spacing: -0.6px;
      line-height: 1.54;
      padding: 0 10px 0 0; }

.container {
  width: 1200px;
  margin: 0 auto; }
  .container.-wide {
    max-width: 1460px;
    padding: 0 30px;
    width: auto; }

.contact {
  background: #ff004b;
  padding: 92px 0 150px; }
  .contact_header {
    background: url(../images/arrow-long.png) no-repeat left 220px;
    position: relative;
    margin: 0 0 48px; }
    .contact_header img {
      position: absolute;
      right: 12%;
      top: -135px;
      border-radius: 50%; }
    .contact_header h2 {
      font-size: 97px;
      color: #f9e400;
      line-height: 0.85;
      letter-spacing: -10px;
      margin: 0 0 107px;
      font-weight: 400; }
    .contact_header p {
      font: 100 35.7px 'Gotham';
      letter-spacing: -1.6px;
      width: 440px; }
      .contact_header p b {
        font-weight: 700; }
  .contact_form {
    position: relative; }
    .contact_form .validation {
      color: white;
      margin: -10px 0 15px; }
    .contact_form-container > div {
      width: 48.5%; }
    .contact_form label {
      display: block;
      font-size: 25px;
      margin: 0 0 8px; }
    .contact_form input,
    .contact_form textarea {
      padding: 35px 30px;
      display: block;
      width: 100%;
      border: 0;
      border-radius: 0;
      font-size: 25px;
      margin: 0 0 15px;
      resize: none; }
    .contact_form textarea {
      height: 80%; }
    .contact_form button {
      font-size: 30px;
      background: #b8d65e;
      font-family: "hustle 5";
      border: 0;
      padding: 25px;
      width: 370px;
      display: block;
      margin: 50px auto 0;
      cursor: pointer; }

.map {
  margin: 10px 0 0;
  height: 606px;
  background: url(../images/map.jpg) no-repeat center center/cover;
  position: relative; }
  .map_text {
    background: #b8d65e;
    position: absolute;
    left: 8%;
    top: 18%;
    width: 630px;
    padding: 30px 100px 15px 80px;
    font: 21px 'Aleo'; }
    .map_text p {
      line-height: 1.6;
      margin: 0 0 37px; }
    .map_text h3 {
      font-family: 'hustle 5';
      font-size: 35px;
      font-weight: 400;
      color: #643726;
      letter-spacing: -3.8px;
      margin: 0 0 25px; }
      .map_text h3 span {
        display: block;
        font-size: 59px;
        color: #ff245c;
        letter-spacing: -7px;
        line-height: 1.15; }

.footer {
  background: #e7e5e5;
  margin: 5px 0 0;
  font: 22px Aleo;
  color: #3b3a3a;
  display: flex;
  justify-content: space-between;
  padding: 45px 11% 45px 8%;
  letter-spacing: 2.5px; }
  .footer ul {
    display: flex;
    /* 		margin: 0 0 0 100px; */ }
    .footer ul li {
      margin: 0 10px; }
    .footer ul a {
      color: #3b3a3a;
      padding: 0 14px;
      transition: 0.3s; }
      .footer ul a:hover {
        color: black; }

.thank-overlay {
  position: absolute;
  background: white;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #ff004b;
  font-family: 'Gotham';
  opacity: 0;
  pointer-events: none;
  transition: 0.5s; }
  .thank-overlay.-pink {
    background: #ff004b;
    color: white; }
  .thank-overlay.is-active {
    opacity: 1;
    pointer-events: auto; }
  .thank-overlay h3 {
    font-weight: 100;
    font-size: 45px; }

.validation {
  font-weight: 400;
  font-family: 'Gotham';
  color: red;
  font-size: 14px;
  margin: -17px 0 15px; }

.g-recaptcha + .validation {
  margin: 0; }

.contact-hero {
  margin: 55px 0 0;
  background: url(../images/hero-contact.jpg) no-repeat center top/100% auto;
  padding: 24% 0 0;
  position: relative; }
  .contact-hero h1 {
    position: absolute;
    left: 50%;
    top: 57%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    font-weight: 400;
    color: white;
    letter-spacing: 1.5px;
    width: 100%;
    text-align: center; }

.contact-section {
  padding: 102px 0 0; }
  .contact-section h2 {
    text-align: center;
    color: #b8d65e;
    font-weight: 400;
    font-size: 35px;
    letter-spacing: 2px; }
  .contact-section .contact-form {
    margin: 133px 0 0;
    width: 100%;
    position: relative; }
    .contact-section .contact-form label {
      font-size: 19px;
      color: #ff004b;
      display: block;
      margin: 0 0 8px;
      letter-spacing: 1px; }
    .contact-section .contact-form input,
    .contact-section .contact-form textarea {
      font-size: 20px;
      background: #f7f7f7;
      border: 0;
      width: 100%;
      padding: 27px 20px;
      margin: 0 0 23px;
      resize: none; }
    .contact-section .contact-form textarea {
      height: 315px; }
    .contact-section .contact-form_col {
      width: 45%; }
    .contact-section .contact-form_textarea {
      margin: 95px 0 0; }
      .contact-section .contact-form_textarea label {
        color: #b8d65e; }
    .contact-section .contact-form button {
      color: white;
      background: #ff245c;
      font: 19px 'hustle 5';
      border: 0;
      padding: 39px 20px;
      margin: 73px auto 0;
      width: 400px;
      letter-spacing: 1px;
      display: block;
      text-align: center;
      cursor: pointer; }

.contacts {
  padding: 233px 0 250px;
  padding: 12.1vw 0 13vw; }
  .contacts ul {
    display: flex;
    justify-content: center; }
    .contacts ul li {
      max-width: 400px;
      margin: 0 50px;
      margin: 0 2.6vw;
      color: #4e6606;
      padding: 0 0 0 5.2vw;
      width: 30%; }
      .contacts ul li.-phone {
        background: url(../images/icon-phone.svg) no-repeat left 16px/3.8vw auto; }
      .contacts ul li.-email {
        background: url(../images/icon-mail.svg) no-repeat left 16px/3.8vw auto;
        max-width: 500px;
        margin-right: 20px; }
      .contacts ul li.-map {
        background: url(../images/icon-map.svg) no-repeat left 16px/3.8vw auto;
        max-width: 440px; }
      .contacts ul li i {
        display: block;
        width: 75px;
        height: 75px;
        float: left; }
      .contacts ul li h3 {
        font-size: 30px;
        font-weight: 400;
        letter-spacing: 1.3px;
        margin: 0 0 7px; }
      .contacts ul li p {
        font: 19px Aleo;
        letter-spacing: 1.1px;
        line-height: 1.3;
        margin: 0 0 15px;
        min-height: 100px; }
      .contacts ul li a {
        font-size: 30px;
        color: #ff004b;
        letter-spacing: 1.5px;
        line-height: 1.2;
        font-size: 1.57vw; }

.products-hero {
  margin: 55px 0 0;
  background: url(../images/products-hero.jpg) no-repeat center top/100% auto;
  padding: 24% 0 0;
  position: relative; }
  .products-hero h1 {
    position: absolute;
    left: 72.5%;
    top: 42.5%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-weight: 400;
    color: white;
    letter-spacing: 1.5px;
    line-height: 1; }
    .products-hero h1 span {
      font-size: 30.3px;
      display: block;
      color: #ff004b;
      line-height: 1.2;
      letter-spacing: 1px; }

.time {
  padding: 100px 0 135px; }
  .time_block {
    width: 1359px;
    height: 1085px;
    width: 70.8vw;
    height: 56.5vw;
    background: url(../images/hurry-bg.jpg) no-repeat center center/100% auto;
    margin: 0 auto 0 17.6%;
    position: relative; }
    .time_block.-about {
      width: 73.2vw;
      background: url(../images/hurry-bg-2.jpg) no-repeat center center/100% auto; }
      .time_block.-about h2 {
        left: 35%; }
    .time_block h2, .time_block p {
      position: absolute; }
    .time_block h2 {
      font-size: 49.5px;
      color: #643726;
      font-weight: 400;
      left: 39%;
      top: 23.7%;
      letter-spacing: -2.2px;
      letter-spacing: -0.115vw;
      font-size: 2.58vw; }
    .time_block p {
      width: 46%;
      color: white;
      font-size: 21.1px;
      left: 44.2%;
      top: 37.3%;
      line-height: 2.26;
      letter-spacing: -3.1px;
      font-size: 1.1vw;
      letter-spacing: -0.162vw; }

.info {
  position: relative;
  margin: 173px 0 0;
  padding: 0 0 160px;
  /* 	overflow-x: hidden; */ }
  .info::after {
    content: '';
    position: absolute;
    right: 0;
    top: -140px;
    width: 60%;
    height: 40%;
    background: url(../images/print-work.png) no-repeat right top/27.7vw auto;
    z-index: -1; }
  .info_bg {
    position: absolute;
    left: 0;
    top: -45px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; }
    .info_bg::after, .info_bg::before {
      content: '';
      position: absolute;
      top: 0px;
      left: 50%;
      width: 120%;
      height: 50%;
      background: #eeeef0;
      transform: rotate(-4deg) translateX(-50%); }
    .info_bg::after {
      transform: translateX(-50%);
      top: auto;
      bottom: 0; }
  .info_text > div:nth-of-type(1) {
    width: 56.4%; }
  .info_text > div:nth-of-type(2) {
    width: 37.5%; }
  .info_container {
    margin: -28px auto 0;
    width: 100%;
    max-width: 88.8%; }
    .info_container p {
      text-align: justify;
      font: 500 20px/2.15 'Gotham';
      /* 			letter-spacing: 0.16px; */
      margin: 0 0 2.2em;
      font-size: 1.04vw; }
    .info_container img {
      margin: -15px 0 0; }
  .info .steps {
    margin: 176px 0 0;
    position: relative; }
    .info .steps::after {
      content: '';
      width: 2px;
      background: #d0d0ce;
      height: 76%;
      position: absolute;
      left: 24px;
      top: 0;
      z-index: -1; }
    .info .steps li {
      position: relative;
      padding: 0 0 0 70px;
      margin: 0 0 40px; }
      .info .steps li h3 {
        font-size: 30px;
        font-size: 1.56vw;
        color: #ff004b;
        font-weight: 400;
        line-height: 0.7;
        margin: 0 0 16px; }
      .info .steps li p {
        line-height: 1.73;
        margin: 0; }
    .info .steps_number {
      font-size: 32.5px;
      color: white;
      width: 49px;
      height: 49px;
      background: #9bd253;
      border-radius: 50%;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      position: absolute;
      left: 0;
      top: 0; }

@media (min-width: 768px) {
  .header_menu-btn {
    display: none; } }
@media (max-width: 1599px) {
  .footer {
    padding-left: 50px;
    padding-right: 50px; } }
@media (max-width: 1499px) {
  .footer {
    font-size: 18px; } }
@media (max-width: 1399px) {
  .footer ul li {
    margin: 0; }

  .products_list.-big {
    justify-content: center; }
    .products_list.-big li a {
      /* 				font-size: 25px; */ } }
@media (max-width: 1279px) {
  .location {
    font-size: 15px; }

  .products {
    margin-top: 70px; }
    .products.-page {
      margin-top: 130px; }
    .products::after {
      width: 30%;
      background-size: 100% auto;
      top: -50px; }
    .products_sticker {
      width: 200px;
      height: 200px;
      top: -85px; }
    .products_header {
      width: 400px;
      height: auto;
      font-size: 20px;
      padding: 6% 0 6% 205px;
      margin: 0px 18.5% 0 auto; }
      .products_header.-about {
        padding: 6% 0 6% 190px; }
        .products_header.-about span {
          position: absolute;
          left: 45px;
          top: 130px;
          text-align: center;
          line-height: 1.05;
          font-size: 20px;
          letter-spacing: -1.5px; }
    .products_list {
      font-size: 1.2vw; }
      .products_list.-big {
        padding: 0 1vw; }
        .products_list.-big:not(:nth-child(1)) {
          margin-top: 1.6vw; }
        .products_list.-big li {
          /* 					width: 30%; */ }
          .products_list.-big li h3 {
            /* 						font-size: 22px; */ }
      .products_list li h3 {
        /* 					font-size: 19px; */ }
      .products_list li a {
        /* 					font-size: 18px !important; */
        padding-top: 5px !important; }
    .products_all {
      font-size: 30px;
      margin: 40px 0 0; }

  .about {
    padding-top: 13vw; }

  .container {
    padding: 0 20px;
    max-width: 1240px;
    width: 100%; }

  .contact {
    padding-bottom: 10vw; }
    .contact_header {
      background: url(../images/arrow-long.png) no-repeat left 17vw/52% auto; }
      .contact_header img {
        width: 350px;
        height: 350px; }
      .contact_header h2 {
        font-size: 7.4vw;
        letter-spacing: -7px;
        margin: 0 0 70px; }
      .contact_header p {
        font-size: 26px;
        width: 350px; }
    .contact_form label {
      font-size: 18px; }
    .contact_form input {
      padding: 13px 20px;
      font-size: 18px; }
    .contact_form textarea {
      height: 73.5%; }
    .contact_form button {
      padding: 15px 20px;
      width: 220px;
      font-size: 20px;
      margin-top: 30px; }

  .map h3 {
    font-size: 30px; }
    .map h3 span {
      font-size: 45px; }
  .map_text {
    font-size: 16px;
    padding: 20px 70px 0px 50px;
    width: 450px; }

  .footer {
    font-size: 12px; }

  .info::after {
    background-size: 60% auto; }
  .info_container p {
    font-size: 16px; }
  .info .steps li h3 {
    line-height: 1.2;
    font-size: 22px; }

  .time_block p {
    font-size: 1.19vw;
    top: 34.4%; }

  .products-hero h1 {
    font-size: 35px;
    width: 30%; }
    .products-hero h1 span {
      font-size: 0.63em; }

  .contact-section .contact-form_col {
    width: 47%; } }
@media (max-width: 1023px) {
  .header_menu {
    margin: 0px 0 0; }
    .header_menu a {
      font-size: 12px; }
      .header_menu a::after {
        height: 3px;
        bottom: -8px; }

  .hero_title, .hero_text-bg {
    padding: 37px 25px 37px 25px; }

  .products_list {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 2vw; }
    .products_list.-big {
      font-size: 1.3vw; }
    .products_list li {
      margin: 0 1vw 2vw;
      width: 30%; }
  .products_header.-about span {
    left: 63px;
    top: 113px;
    font-size: 18px; }
  .products_header.-page {
    transform: scale(0.8);
    transform-origin: right; }
  .products_sticker.-blue {
    transform: scale(0.6);
    transform-origin: left center; }

  .about {
    padding-bottom: 150px;
    background-position: 46.5% 60%; }
    .about_right p {
      font-size: 12px; }

  .contact_header img {
    width: 300px;
    height: 300px; }

  .map {
    background-position: 33% 50%; }
    .map_text {
      left: 5%; }

  .footer {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 50px 5%; }
    .footer ul {
      margin: 30px 0; }

  .time_block p {
    font-size: 1.39vw;
    line-height: 2; }

  .info .steps li {
    padding: 0 0 0 44px; }
  .info .steps_number {
    font-size: 19.5px;
    width: 30px;
    height: 30px; }
  .info .steps::after {
    left: 14px;
    height: 73%; }
  .info_container {
    padding: 0 20px;
    max-width: 100%; }
  .info_container p {
    font-size: 14px; } }
@media (max-width: 767px) {
  .header {
    justify-content: space-between;
    padding: 10px 15px 0;
    position: relative; }
    .header_logo {
      width: 100px;
      margin: 0; }
    .header_menu-wrap {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 12;
      background: white;
      transform: translate3d(100%, 0, 0);
      transition: 0.5s; }
      .header_menu-wrap.is-active {
        transform: none; }
    .header_menu {
      flex-direction: column;
      align-items: center;
      text-align: center;
      justify-content: center;
      height: 100%; }
      .header_menu li {
        margin: 20px 0px; }
        .header_menu li a {
          font-size: 20px; }
    .header_menu-btn {
      width: 30px;
      height: 30px;
      background: black;
      border: 0;
      padding: 0;
      background: url(../images/icon-burger.svg) no-repeat center center;
      position: absolute;
      top: 30px;
      right: 15px; }
      .header_menu-btn.-close {
        background: url(../images/icon-close.svg) no-repeat center center; }

  .hero_title, .hero_text-bg {
    width: 85%;
    padding: 4.2vw 5% 4vw 5%;
    font-size: 1.4vw; }
  .hero_girl {
    width: 45vw; }

  .location {
    font-size: 10px;
    padding: 25px 5% 48px; }

  .products.-page {
    margin-top: 92px;
    padding: 0 0 50px; }
    .products.-page .products_sticker.-blue {
      transform: scale(0.4);
      top: -100px; }
  .products_sticker {
    width: 30vw;
    height: 30vw;
    left: 5%; }
    .products_sticker.-blue {
      transform: scale(0.4);
      top: -120px; }
  .products_header {
    width: 200px;
    background-position: center top;
    padding: 30px 0 35px 105px;
    font-size: 10px;
    background-size: 100% auto;
    top: -40px; }
    .products_header.-about {
      padding: 6% 0 6% 90px;
      transform: scale(1.3) translateX(15%); }
      .products_header.-about span {
        left: 29px;
        top: 55px;
        font-size: 10px;
        letter-spacing: -0.5px; }
    .products_header.-page {
      width: 264px;
      font-size: 18px;
      padding: 57px 0 63px 116px;
      letter-spacing: -2px;
      height: auto;
      margin: 0px 8% 33px auto;
      transform: scale(0.9); }
  .products_list {
    justify-content: space-between;
    padding: 0 2vw;
    font-size: 3vw; }
    .products_list.-big {
      justify-content: space-between;
      /* 				padding: 0 2vw; */
      font-size: 3vw; }
      .products_list.-big li a {
        padding: 2px 35px 10px 20px; }
    .products_list li {
      width: 48.5% !important;
      margin: 0 0 3vw !important; }
      .products_list li h3 {
        font-size: 15px !important;
        letter-spacing: -1px; }
      .products_list li img {
        margin: 0 0 20px; }
      .products_list li a {
        font-size: 15px; }
  .products_all {
    font-size: 16px;
    margin: 30px 0 0; }

  .about {
    display: block;
    padding: 50px 20px 100px;
    background-position: 70% 62%; }
    .about_left {
      width: 100%; }
      .about_left span {
        font-size: 23px;
        letter-spacing: -0.5px;
        bottom: 35px; }
    .about_right {
      width: 100%; }
      .about_right h2 {
        font-size: 20px; }
      .about_right p {
        font-weight: 400; }

  .map {
    padding: 30px 0 0;
    background-position: center bottom;
    background-size: auto 46%; }
    .map_text {
      position: relative;
      width: 90%;
      padding: 25px 8% 5px 5%;
      left: 5%;
      font-size: 14px;
      top: 0; }
    .map h3 {
      font-size: 25px;
      letter-spacing: -2px; }
      .map h3 span {
        font-size: 1.5em;
        letter-spacing: -3px; }
    .map p {
      margin: 0 0 20px; }

  .contact_header {
    background-position: left 50%;
    background-size: 60vw auto; }
    .contact_header h2 {
      font-size: 45px;
      letter-spacing: -1px; }
    .contact_header p {
      font-size: 20px;
      width: 80%; }
    .contact_header img {
      width: 150px;
      height: 150px; }
  .contact_form-container {
    display: block; }
    .contact_form-container > div {
      width: 100%; }

  .footer ul {
    flex-direction: column; }
    .footer ul li {
      margin: 15px 0; }

  .contact-hero {
    padding: 36% 0 0;
    background-size: auto 100%;
    margin: 20px 0 0; }

  .info {
    padding: 0 0 90px; }
    .info_container {
      padding: 0 20px; }
      .info_container img {
        margin: 0; }
    .info_text {
      flex-direction: column; }
      .info_text > div {
        width: 100% !important; }
    .info .steps {
      margin: 0; }

  .time {
    padding: 60px 0 60px; }
    .time.-about {
      padding: 0px 0 60px; }
    .time_block {
      width: 99%;
      margin: 0 auto;
      height: 79vw; }
      .time_block.-about {
        width: 99%;
        margin: 0 auto;
        height: 78vw; }
        .time_block.-about h2 {
          left: 37%; }
        .time_block.-about p {
          font-size: 2.2vw; }
      .time_block h2 {
        top: 25.6%; }
      .time_block p {
        font-size: 2.1vw;
        width: 53%;
        line-height: 1.4;
        left: 42%;
        top: 35.7%; }

  .products-hero {
    overflow: hidden;
    padding: 36% 0 0;
    background-size: auto 100%;
    background-position: 23% top;
    margin: 20px 0 0; }
    .products-hero h1 {
      font-size: 19px;
      width: 50%;
      left: 77.5%;
      top: 43.5%; }
      .products-hero h1 span {
        font-size: 0.93em; }

  .contact-hero h1 {
    transform: translate(-50%, -68%);
    font-size: 26px; }

  .container.-wide {
    padding: 0 15px; }

  .contact-section {
    padding: 50px 0; }
    .contact-section h2 {
      font-size: 22px;
      letter-spacing: 1px; }
    .contact-section .contact-form {
      margin: 50px 0 0; }
      .contact-section .contact-form .u-flexEdges {
        flex-wrap: wrap; }
      .contact-section .contact-form_col {
        width: 100%; }
      .contact-section .contact-form label {
        font-size: 18px;
        letter-spacing: 0.5px; }
      .contact-section .contact-form input,
      .contact-section .contact-form textarea {
        font-size: 18px;
        padding: 13px 20px; }
      .contact-section .contact-form_textarea {
        margin-top: 20px; }
      .contact-section .contact-form button {
        padding: 15px 20px;
        width: 220px;
        font-size: 20px;
        margin-top: 30px; }

  .contacts {
    padding: 50px 0 0; }
    .contacts ul {
      flex-wrap: wrap;
      padding: 0 15px; }
      .contacts ul li {
        width: 100%;
        padding: 0 0 0 50px;
        background-size: 30px auto !important;
        margin: 0 0 40px; }
        .contacts ul li h3 {
          /* 					font-size: 23px; */ }
        .contacts ul li p {
          font-size: 14px;
          min-height: 0; }
        .contacts ul li a {
          font-size: 13px; } }

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