@import url(../css/tiny-slider.css);
@font-face {
  font-family: 'PT Sans';
  src: url("../fonts/ptsans-bold-webfont.woff2") format("woff2"), url("../fonts/ptsans-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'PT Sans';
  src: url("../fonts/ptsans-regular-webfont.woff2") format("woff2"), url("../fonts/ptsans-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Scribble Box';
  src: url("../fonts/scribblebox-webfont.woff2") format("woff2"), url("../fonts/scribblebox-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.u-site-container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .u-site-container {
      width: 90%; } }

.u-flex {
  display: flex;
  flex-wrap: wrap; }

.u-img-responsive {
  max-width: 100%; }

.site-section {
  text-align: center;
  padding-top: 120px; }
  @media only screen and (max-width: 768px) {
    .site-section {
      padding-top: 60px; } }
  .site-section__title {
    font-family: 'Scribble Box', 'PT Sans', 'Arial', 'SansSerif';
    font-weight: normal;
    font-size: 70px;
    color: #22201d;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .site-section__title {
        font-size: 40px; } }
  .site-section__slogan {
    color: #22201d;
    font-size: 30px;
    display: block;
    font-weight: bold;
    margin-bottom: 80px; }
    @media only screen and (max-width: 768px) {
      .site-section__slogan {
        font-size: 22px;
        margin-bottom: 50px; } }

html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'PT Sans', 'Arial', 'sans-serif'; }

.site-header .header-top__blocks {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 20px;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .site-header .header-top__blocks {
      font-size: 15px;
      padding: 15px 0;
      width: 90%; } }
.site-header .header-top__logo {
  display: block;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .site-header .header-top__logo img {
      width: 70px; } }
.site-header .header-bottom {
  border-top: 3px dotted #e8e8e8;
  text-align: center; }
  .site-header .header-bottom .hamburger {
    padding: 15px 15px;
    display: none;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    outline: none; }
    @media only screen and (max-width: 768px) {
      .site-header .header-bottom .hamburger {
        display: inline-block; } }
  .site-header .header-bottom .hamburger:hover {
    opacity: 0.7; }
  .site-header .header-bottom .hamburger.is-active:hover {
    opacity: 0.7; }
  .site-header .header-bottom .hamburger.is-active .hamburger-inner,
  .site-header .header-bottom .hamburger.is-active .hamburger-inner::before,
  .site-header .header-bottom .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }
  .site-header .header-bottom .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; }
  .site-header .header-bottom .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
  .site-header .header-bottom .hamburger-inner, .site-header .header-bottom .hamburger-inner::before, .site-header .header-bottom .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .site-header .header-bottom .hamburger-inner::before, .site-header .header-bottom .hamburger-inner::after {
    content: "";
    display: block; }
  .site-header .header-bottom .hamburger-inner::before {
    top: -10px; }
  .site-header .header-bottom .hamburger-inner::after {
    bottom: -10px; }
  .site-header .header-bottom .hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .site-header .header-bottom .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .site-header .header-bottom .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .site-header .header-bottom .hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .site-header .header-bottom .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .site-header .header-bottom .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .site-header .header-bottom .header-nav {
    margin: 0;
    list-style-type: none;
    padding: 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .site-header .header-bottom .header-nav {
        display: none; } }
    .site-header .header-bottom .header-nav li {
      display: inline-block;
      vertical-align: top;
      font-size: 16px; }
      @media only screen and (max-width: 768px) {
        .site-header .header-bottom .header-nav li {
          width: 100%; } }
      .site-header .header-bottom .header-nav li a {
        display: block;
        text-decoration: none;
        color: #22201d;
        font-weight: bold;
        padding: 33px 14px;
        text-transform: uppercase;
        transition: 0.4s color; }
        @media only screen and (max-width: 768px) {
          .site-header .header-bottom .header-nav li a {
            padding: 15px 5px; } }
        .site-header .header-bottom .header-nav li a:hover {
          color: #A00A0D; }

.home {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%; }
  .home .home-slide {
    height: 580px;
    position: relative; }
    .home .home-slide:after {
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      position: absolute;
      content: ''; }
    .home .home-slide img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
    .home .home-slide__content {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      color: white;
      z-index: 1;
      text-align: center;
      width: 100%; }
    .home .home-slide__title {
      font-family: 'Scribble Box', 'PT Sans', 'Arial', 'SansSerif';
      font-weight: normal;
      font-size: 70px;
      color: #fff;
      display: block; }
      @media only screen and (max-width: 768px) {
        .home .home-slide__title {
          font-size: 40px; } }
    .home .home-slide__slogan {
      color: #fff;
      font-size: 30px;
      font-weight: bold;
      display: block; }
      @media only screen and (max-width: 768px) {
        .home .home-slide__slogan {
          font-size: 22px; } }

.story {
  margin-top: 120px; }
  .story__block {
    width: 50%; }
    @media only screen and (max-width: 768px) {
      .story__block {
        width: 100%; } }
    .story__block:first-child {
      box-sizing: border-box;
      padding-right: 5%; }
      @media only screen and (max-width: 768px) {
        .story__block:first-child {
          padding-right: 0; } }
  .story__title {
    font-family: 'Scribble Box', 'PT Sans', 'Arial', 'SansSerif';
    font-weight: normal;
    font-size: 60px; }
    @media only screen and (max-width: 768px) {
      .story__title {
        font-size: 40px;
        text-align: center; } }
  .story__text {
    color: #747474;
    font-size: 16px;
    line-height: 23px; }

.master {
  text-align: center; }
  .master .u-flex {
    justify-content: space-between; }
  .master__block {
    width: 30.5%;
    background-color: #22211f; }
    @media only screen and (max-width: 768px) {
      .master__block {
        width: 100%;
        margin-bottom: 30px; } }
    .master__block .block__title {
      font-size: 28px;
      color: white;
      font-weight: bold;
      margin-top: 0; }
    .master__block .block__text {
      color: #747474; }
  .master__content {
    padding: 30px 0; }

.contact {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%; }

.menu-lang__tab {
  cursor: pointer;
  width: 50%;
  background: white;
  color: #A00A0D;
  padding: 10px 0;
  font-size: 17px;
  text-transform: uppercase;
  border: 1px solid #A00A0D;
  box-sizing: border-box; }
  .menu-lang__tab:hover, .menu-lang__tab--active {
    background: #A00A0D;
    color: white; }
.menu-tab {
  display: none; }
  .menu-tab--active {
    display: block; }

.newsletter__input {
  color: white;
  background-color: #1d1d1d;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  box-sizing: border-box;
  padding: 15px 20px;
  width: 250px; }
  .newsletter__input::placeholder {
    color: white; }
.newsletter__submit {
  background-color: #A00A0D;
  border: none;
  box-sizing: border-box;
  color: white;
  font-weight: bold;
  height: 48px;
  margin-left: 10px;
  padding: 0 15px;
  cursor: pointer; }

.site-footer {
  background: url("../img/footer.jpg") #A00A0D center no-repeat;
  background-size: cover;
  height: 450px;
  color: white;
  max-width: 1440px;
  margin: 120px auto 0 auto;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 768px) {
    .site-footer {
      padding-bottom: 20px;
      margin-top: 0; } }
  .site-footer__content {
    max-width: 800px;
    margin: 0 auto;
    width: 100%; }
    .site-footer__content a {
      color: white;
      text-decoration: none; }
  .site-footer__blocks {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 15px; }
    @media only screen and (max-width: 768px) {
      .site-footer__blocks {
        font-size: 18px;
        width: 90%;
        margin: 0 auto;
        padding: 0; } }
  .site-footer__block {
    width: 33.3%; }
    @media only screen and (max-width: 768px) {
      .site-footer__block {
        width: 100%;
        margin: 20px 0; } }
  .site-footer__logo {
    position: relative; }
    @media only screen and (max-width: 768px) {
      .site-footer__logo img {
        width: 70px; } }
    .site-footer__logo:before {
      position: absolute;
      left: 25px;
      content: ':';
      font-size: 35px;
      color: #fff;
      top: 50%;
      transform: translate(0, -50%); }
      @media only screen and (max-width: 768px) {
        .site-footer__logo:before {
          display: none; } }
    .site-footer__logo:after {
      position: absolute;
      right: 25px;
      content: ':';
      font-size: 35px;
      color: #fff;
      top: 50%;
      transform: translate(0, -50%); }
      @media only screen and (max-width: 768px) {
        .site-footer__logo:after {
          display: none; } }
  .site-footer__social {
    margin: 0;
    list-style-type: none;
    padding: 0; }
    .site-footer__social li {
      display: inline-block; }

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