@charset "UTF-8";
@font-face {
  font-family: Lato;
  src: url(../fonts/Lato-Bla.ttf);
  font-weight: 900; }

@font-face {
  font-family: Lato;
  src: url(../fonts/Lato-BlaIta.ttf);
  font-weight: 900; }

@font-face {
  font-family: Lato;
  src: url(../fonts/Lato-Bol.ttf);
  font-weight: 700; }

@font-face {
  font-family: Lato;
  src: url(../fonts/Lato-BolIta.ttf);
  font-weight: 700; }

@font-face {
  font-family: Lato;
  src: url(../fonts/Lato-Reg.ttf);
  font-weight: 400; }

@font-face {
  font-family: Lato;
  src: url(../fonts/Lato-RegIta.ttf);
  font-weight: 400; }

@font-face {
  font-family: Lato;
  src: url(../fonts/Lato-Lig.ttf);
  font-weight: 300; }

@font-face {
  font-family: Lato;
  src: url(../fonts/Lato-LigIta.ttf);
  font-weight: 300; }

@font-face {
  font-family: Lato;
  src: url(../fonts/Lato-Hai.ttf);
  font-weight: 100; }

@font-face {
  font-family: Lato;
  src: url(../fonts/Lato-HaiIta.ttf);
  font-weight: 100; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 20px;
  height: 14px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
         -o-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -6px; }
  .hamburger-inner::after {
    bottom: -6px; }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
       -o-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  bottom: 50px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 10px;
        height: 10px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: white;
        font-size: 45px; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75;
      color: white; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none; }

a {
  text-decoration: none;
  color: #ffffff; }

html {
  font-family: Lato;
  font-size: 16px;
  scroll-behavior: smooth; }

li {
  list-style-type: none; }

.main_section {
  background: url("../img/bg.png") no-repeat center;
  -webkit-background-size: cover;
          background-size: cover; }
  @media screen and (max-width: 1024px) {
    .main_section {
      height: 100vh; } }
  .main_section .header .container {
    max-width: 1180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center; }
    .main_section .header .container .logo {
      width: 147px;
      height: 136px;
      background: url("../img/logo.png") no-repeat center;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
      @media screen and (max-width: 767px) {
        .main_section .header .container .logo {
          margin: 70px auto; } }
    .main_section .header .container .nav {
      position: relative; }
      @media screen and (max-width: 767px) {
        .main_section .header .container .nav {
          display: none; } }
      .main_section .header .container .nav_menu {
        color: #ffffff;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        .main_section .header .container .nav_menu li {
          margin: 0px 15px; }
          .main_section .header .container .nav_menu li .ham_menu {
            position: absolute;
            width: 200px;
            background-color: #fff;
            opacity: .7;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-flow: column;
                -ms-flex-flow: column;
                    flex-flow: column;
            right: 15px;
            top: 30px;
            display: none; }
            .main_section .header .container .nav_menu li .ham_menu li {
              padding: 10px 20px;
              border-bottom: 1px solid #000000;
              margin-left: 0px;
              margin-right: 0px; }
              .main_section .header .container .nav_menu li .ham_menu li a {
                color: #000000; }
              .main_section .header .container .nav_menu li .ham_menu li:hover {
                padding-left: 40px;
                -webkit-transition: all .4s;
                -o-transition: all .4s;
                transition: all .4s; }
  .main_section .container_small {
    max-width: 390px;
    margin: 0px auto;
    text-align: center; }
    .main_section .container_small .text_block {
      color: #ffffff;
      padding-bottom: 200px; }
      @media screen and (min-width: 768px) {
        .main_section .container_small .text_block {
          margin-top: 120px; } }
      .main_section .container_small .text_block h1 {
        font: 400 24px 'TimesNewRoman';
        font-style: italic; }
        .main_section .container_small .text_block h1 span {
          font: 600 60px Lato; }
      .main_section .container_small .text_block .btn {
        display: block;
        padding: 10px 20px;
        border: 2px solid #ffffff;
        margin: 10px auto;
        width: 150px;
        text-decoration: none;
        font: 14px Lato; }
      .main_section .container_small .text_block h2 {
        font: 8px Lato; }
        @media screen and (min-width: 1024px) {
          .main_section .container_small .text_block h2 {
            font-size: 12px;
            margin-top: 20px; } }
        .main_section .container_small .text_block h2 a {
          text-decoration: underline;
          font-weight: 700; }

.dignity {
  margin-bottom: 50px; }
  .dignity .header_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    background-color: #582349;
    height: 50px;
    color: #ffffff;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
    @media screen and (min-width: 748px) {
      .dignity .header_mobile {
        display: none; } }
    .dignity .header_mobile .btn_left {
      width: 48px;
      height: 48px;
      background: url("../img/header_left.png") no-repeat center;
      -webkit-background-size: 70% 70%;
              background-size: 70% 70%;
      display: block;
      margin-right: -15px; }
      .dignity .header_mobile .btn_left:active {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }
    .dignity .header_mobile .btn_right {
      border: 2px solid #ffffff;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
      .dignity .header_mobile .btn_right .hamburger {
        margin: 6px 5px; }
  .dignity .container {
    max-width: 425px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 769px) {
      .dignity .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row;
            -ms-flex-flow: row;
                flex-flow: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 30px;
        max-width: 1180px; } }
    .dignity .container .items {
      margin-bottom: 10px;
      margin-top: 20px; }
      @media screen and (min-width: 769px) {
        .dignity .container .items {
          max-width: 360px; } }
      .dignity .container .items h3 {
        font: 700 14px Lato;
        letter-spacing: 1px; }
        .dignity .container .items h3::before {
          margin: 10px auto;
          display: block;
          content: "";
          width: 120px;
          height: 120px;
          border: 2px solid #000000;
          -webkit-border-radius: 50%;
                  border-radius: 50%; }
        .dignity .container .items h3::after {
          margin: 10px auto;
          display: block;
          content: "";
          width: 70px;
          height: 1px;
          background-color: #f57365; }
    .dignity .container .inspired h3::before {
      background: url("../img/dignity_1.png") no-repeat center; }
    .dignity .container .reward h3::before {
      background: url("../img/dignity_2.png") no-repeat center; }
    .dignity .container .social h3::before {
      background: url("../img/dignity_3.png") no-repeat center; }

.introducing {
  background-color: #f7f7f7; }
  .introducing .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    max-width: 1180px;
    margin: 0 auto; }
    .introducing .container .phone {
      background: url("../img/phone.png") no-repeat center;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%;
      min-width: 548px;
      height: 777px;
      margin-top: 50px; }
      @media screen and (max-width: 1023px) {
        .introducing .container .phone {
          display: none; } }
    .introducing .container .description {
      width: 550px;
      margin-top: 120px;
      padding: 0 20px 0 80px; }
      @media screen and (max-width: 1023px) {
        .introducing .container .description {
          margin-top: 30px;
          padding: 0 30px 30px 30px; } }
      .introducing .container .description h3 {
        font-size: 20px;
        font-weight: 700; }
        .introducing .container .description h3::after {
          margin: 10px 0px 20px 0px;
          display: block;
          content: "";
          width: 90px;
          height: 1px;
          background-color: #f57365; }
      .introducing .container .description p {
        margin-bottom: 30px;
        color: #676767;
        font: 500 18px Lato;
        letter-spacing: 1px; }

.reviews {
  background: url("../img/slider-bg.png") no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
  height: 460px; }
  .reviews .container {
    text-align: center;
    color: #918890;
    font-weight: 300;
    font-size: 24px;
    max-width: 700px;
    margin: 0 auto; }
    .reviews .container .face {
      border: 3px solid #948a94;
      -webkit-border-radius: 50px;
              border-radius: 50px;
      height: 100px;
      width: 100px;
      overflow: hidden;
      text-align: center;
      margin: 80px auto 30px; }
      .reviews .container .face img {
        margin-top: 0;
        margin-left: -20px; }
    .reviews .container p {
      margin-bottom: 40px; }
    .reviews .container h6 {
      font-size: 16px; }

.product .header_mobile2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.product h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center; }
  .product h3::after {
    margin: 5px auto 20px;
    display: block;
    content: "";
    width: 90px;
    height: 1px;
    background-color: #f57365; }

.product .food {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .product .food .item {
    width: -webkit-calc(100% /2);
    width: calc(100% /2);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 769px) {
      .product .food .item {
        width: -webkit-calc(100% /5);
        width: calc(100% /5); } }
    .product .food .item img {
      width: 100%;
      height: auto; }
    .product .food .item .desc {
      position: absolute;
      text-align: center; }
      .product .food .item .desc p {
        color: #ffffff;
        margin-bottom: 5px;
        font: 500 14px TimesNewRoman;
        font-style: italic; }
      .product .food .item .desc h4 {
        text-transform: uppercase;
        font: 700 24px Lato; }

.counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1180px;
  margin: 0 auto; }
  @media screen and (min-width: 660px) {
    .counter {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row;
          -ms-flex-flow: row;
              flex-flow: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .counter .item {
    margin-top: 30px;
    text-align: center; }
    .counter .item_count {
      margin-bottom: 5px; }
      .counter .item_count p {
        font: 700 34px Lato; }
    .counter .item .desc {
      font: 400 14px Lato; }

.footer {
  background-color: #f7f7f7;
  border-top: 1px solid #e2e2e2;
  margin-top: 20px; }
  .footer .container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 10px 0px;
    color: #8b8b8b;
    text-align: center;
    font-size: 10px; }
    @media screen and (min-width: 660px) {
      .footer .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row;
            -ms-flex-flow: row;
                flex-flow: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 20px 0px; } }
    .footer .container .design {
      margin-top: 5px; }
      .footer .container .design a {
        color: #000000; }

@media screen and (max-width: 1200px) {
  .counter,
  .footer {
    padding: 0 30px; } }
