@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template, [hidden] {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
/*@import url(//db.onlinewebfonts.com/c/22546627d471900be3a59a0cf5135d61?family=Eponymous-Regular);*/
@font-face {
  font-family: 'Avenir';
  src: local("Avenir Roman"), local("Avenir-Roman"), url("../fonts/Avenir-Roman.woff2") format("woff2"), url("../fonts/Avenir-Roman.woff") format("woff"), url("../fonts/Avenir-Roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Avenir-Heavy';
  src: local("Avenir Heavy"), local("Avenir-Heavy"), url("../fonts/Avenir-Heavy.woff2") format("woff2"), url("../fonts/Avenir-Heavy.woff") format("woff"), url("../fonts/Avenir-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Avenir-Black';
  src: local("Avenir Black"), local("Avenir-Black"), url("../fonts/Avenir-Black.woff2") format("woff2"), url("../fonts/Avenir-Black.woff") format("woff"), url("../fonts/Avenir-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Eponymous';
  src: url("../fonts/Eponymous-Regular.eot");
  src: url("../fonts/Eponymous-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Eponymous-Regular.woff2") format("woff2"), url("../fonts/Eponymous-Regular.woff") format("woff"), url("../fonts/Eponymous-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ThirstyRoughBoldThree';
  src: url("../fonts/ThirstyRoughBoldThree.otf") format("opentype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: local("../fonts/Roboto Thin"), local("../fonts/Roboto-Thin"), url("../fonts/Robotothin.woff2") format("woff2"), url("../fonts/Robotothin.woff") format("woff"), url("../fonts/Robotothin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: local("../fonts/Roboto Thin Italic"), local("../fonts/Roboto-ThinItalic"), url("../fonts/Robotothinitalic.woff2") format("woff2"), url("../fonts/Robotothinitalic.woff") format("woff"), url("../fonts/Robotothinitalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: local("../fonts/Roboto Light"), local("../fonts/Roboto-Light"), url("../fonts/Robotolight.woff2") format("woff2"), url("../fonts/Robotolight.woff") format("woff"), url("../fonts/Robotolight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: local("../fonts/Roboto Light Italic"), local("../fonts/Roboto-LightItalic"), url("../fonts/Robotolightitalic.woff2") format("woff2"), url("../fonts/Robotolightitalic.woff") format("woff"), url("../fonts/Robotolightitalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: local("../fonts/Roboto"), local("../fonts/Roboto-Regular"), url("../fonts/Roboto.woff2") format("woff2"), url("../fonts/Roboto.woff") format("woff"), url("../fonts/Roboto.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: local("../fonts/Roboto Italic"), local("../fonts/Roboto-Italic"), url("../fonts/Robotoitalic.woff2") format("woff2"), url("../fonts/Robotoitalic.woff") format("woff"), url("../fonts/Robotoitalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: local("../fonts/Roboto Medium"), local("../fonts/Roboto-Medium"), url("../fonts/Robotomedium.woff2") format("woff2"), url("../fonts/Robotomedium.woff") format("woff"), url("../fonts/Robotomedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: local("../fonts/Roboto Medium Italic"), local("../fonts/Roboto-MediumItalic"), url("../fonts/Robotomediumitalic.woff2") format("woff2"), url("../fonts/Robotomediumitalic.woff") format("woff"), url("../fonts/Robotomediumitalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: local("../fonts/Roboto Bold"), local("../fonts/Roboto-Bold"), url("../fonts/Robotobold.woff2") format("woff2"), url("../fonts/Robotobold.woff") format("woff"), url("../fonts/Robotobold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: local("../fonts/Roboto Bold Italic"), local("../fonts/Roboto-BoldItalic"), url("../fonts/Robotobolditalic.woff2") format("woff2"), url("../fonts/Robotobolditalic.woff") format("woff"), url("../fonts/Robotobolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: local("../fonts/Roboto Black"), local("../fonts/Roboto-Black"), url("../fonts/Robotoblack.woff2") format("woff2"), url("../fonts/Robotoblack.woff") format("woff"), url("../fonts/Robotoblack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: local("../fonts/Roboto Black Italic"), local("../fonts/Roboto-BlackItalic"), url("../fonts/Robotoblackitalic.woff2") format("woff2"), url("../fonts/Robotoblackitalic.woff") format("woff"), url("../fonts/Robotoblackitalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

html {
  overflow-x: hidden; }

body {
  overflow-x: hidden; }

.container {
  max-width: 1276px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative; }

@media (max-width: 1810px) {
  .container {
    max-width: 1200px; } }

@media (max-width: 1140px) {
  .container {
    max-width: 767px; } }

@media (max-width: 750px) {
  .container {
    max-width: 375px; } }

@media (max-width: 374px) {
  .container {
    max-width: 320px; } }

@media (min-width: 576px) {
  /*Минимальная ширина 576*/ }

@media (min-width: 576px) and (max-width: 767px) {
  /*Диапазон от 576 до 767*/ }

@media (man-width: 576px) and (mix-width: 767px) {
  /*Диапазон Исключения от 576 до 767*/ }

#mail label.wrong-field:after {
  display: block;
  content: "Please fill in the field";
  color: red;
  font-family: 'Avenir';
  position: absolute;
  padding: 0 0 0 20px; }
  @media screen and (max-width: 1024px) {
    #mail label.wrong-field:after {
      padding: 5px 0 0 35px; } }

#mail input.wrong-field, #mail textarea.wrong-field {
  border: 0.5px solid red !important; }

#subscribeFormMob label.wrong-field:after {
  display: block;
  content: "Please fill in the field";
  color: red;
  font-family: 'Avenir';
  position: absolute;
  padding: 0 0 0 15px; }

#subscribeFormMob input.wrong-field, #subscribeFormMob textarea.wrong-field {
  border: 0.5px solid red !important; }

#subscribeForm label.wrong-field:after {
  display: block;
  content: "Please fill in the field";
  color: red;
  font-family: 'Avenir';
  position: absolute;
  padding: 5px 0 0 35px; }
  @media screen and (max-width: 1024px) {
    #subscribeForm label.wrong-field:after {
      padding: 5px 0 0 60px; } }

#subscribeForm input.wrong-field, #subscribeForm textarea.wrong-field {
  border: 0.5px solid red !important; }

#geo {
  position: relative; }

#geo2 {
  position: absolute;
  top: 0px; }
  @media screen and (max-width: 750px) {
    #geo2 {
      top: -60px; } }

header {
  position: relative;
  height: 126px; }
  @media screen and (max-width: 1140px) {
    header {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 11; } }
  header .logo {
    position: absolute;
    left: 0;
    top: 15px; }
    @media screen and (max-width: 1320px) {
      header .logo {
        left: 20px; } }
    header .logo img {
      width: 66px;
      height: 86px; }
  header nav {
    width: 100%; }
    header nav ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      header nav ul li {
        list-style-type: none; }
        header nav ul li a {
          font-size: 24px;
          line-height: 26px;
          letter-spacing: 0.01em;
          color: #FFFFFF;
          font-family: 'Julius Sans One', sans-serif;
          text-transform: uppercase;
          text-decoration: none;
          margin: 0 60px;
          display: block;
          padding-bottom: 2px; }
          header nav ul li a:hover {
            border-bottom: 1px solid #ffffff; }

@media (max-width: 1810px) {
  header .logo img {
    width: 61px; }
  header {
    min-height: 106px; }
  header nav ul li a {
    margin: 0px 50px;
    font-size: 23px; } }

@media (max-width: 1140px) {
  .container {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .gamburger {
    margin-right: 37px; }
  header .logo img {
    width: 74px; } }

@media (max-width: 1140px) {
  header .logo img {
    width: 42px; }
  header .logo {
    margin-left: 34px; }
  .gamburger {
    margin-right: 35px; }
    .gamburger img {
      width: 54px; }
  header.squeeze {
    height: 60px !important;
    min-height: 60px !important;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    background-image: url("../img/background-news.jpg");
    background-size: auto; }
    header.squeeze .logo {
      top: 0;
      height: 60px; }
      header.squeeze .logo img {
        height: 60px; }
  .news header.squeeze {
    height: 60px !important;
    min-height: 60px !important;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms; }
    .news header.squeeze .logo {
      padding-top: 0px; }
    .news header.squeeze .gamburger {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

@media (max-width: 374px) {
  .gamburger img {
    width: 40px; } }

.gamburger-btn {
  width: 40px;
  height: 40px;
  position: relative;
  font-size: 35px;
  color: #FFFFFF;
  overflow: hidden;
  z-index: 100; }
  @media screen and (max-width: 750px) {
    .gamburger-btn {
      transform: scale(0.8);
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8); } }
  .gamburger-btn span {
    display: block;
    width: 40px;
    height: 3px;
    background-color: white;
    position: absolute;
    -webkit-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
            transform-origin: 0 0 0; }
  .gamburger-btn span:nth-child(1) {
    top: 0;
    transform: rotate(0deg) translateY(3px);
    -webkit-transform: rotate(0deg) translateY(3px);
    -moz-transform: rotate(0deg) translateY(3px);
    -ms-transform: rotate(0deg) translateY(3px);
    -o-transform: rotate(0deg) translateY(3px);
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    margin-top: 5px; }
  .gamburger-btn span:nth-child(2) {
    top: 50%;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms; }
  .gamburger-btn span:nth-child(3) {
    bottom: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    margin-bottom: 5px; }

body.mobileMenu .gamburger .gamburger-btn {
  padding-left: 3px;
  z-index: 100; }
  body.mobileMenu .gamburger .gamburger-btn span {
    width: 48px; }
  body.mobileMenu .gamburger .gamburger-btn span:nth-child(1) {
    top: 0;
    width: 48px;
    transform: rotate(45deg) translate(3.5px, 1px);
    -webkit-transform: rotate(45deg) translate(3.5px, 1px);
    -moz-transform: rotate(45deg) translate(3.5px, 1px);
    -ms-transform: rotate(45deg) translate(3.5px, 1px);
    -o-transform: rotate(45deg) translate(3.5px, 1px);
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    margin-top: 0; }
  body.mobileMenu .gamburger .gamburger-btn span:nth-child(2) {
    top: 50%;
    transform: translateX(-100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms; }
  body.mobileMenu .gamburger .gamburger-btn span:nth-child(3) {
    bottom: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    margin-bottom: 0px; }

footer {
  background-image: url("../img/background-news.jpg");
  background-size: cover; }
  footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1920px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }

.footer_logo {
  padding-top: 26px;
  margin-left: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  left: 0; }
  .footer_logo .footer_logo_text {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 127%;
    text-align: center;
    letter-spacing: 4px;
    color: #FFFFFF;
    margin-left: 21px;
    margin-top: 5px; }

.footer_wrapper {
  max-width: 715px;
  width: 100%;
  margin-top: 38px; }

.footer_nav ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .footer_nav ul li {
    list-style-type: none; }
    .footer_nav ul li a {
      font-size: 24px;
      line-height: 26px;
      letter-spacing: 1.4px;
      color: #FFFFFF;
      font-family: 'Julius Sans One', sans-serif;
      padding-bottom: 8px;
      text-decoration: none;
      text-transform: uppercase; }
      .footer_nav ul li a:hover {
        border-bottom: 1px solid #FFFFFF; }

.footer_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 52px;
  margin-bottom: 43px; }
  .footer_social a {
    margin: 0 33px; }
    .footer_social a img {
      width: 40px;
      height: 40px; }

.footer_line {
  width: 100%;
  height: 1px;
  background-color: #ffffff; }

.footer_policy {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  font-family: 'Avenir';
  margin-top: 16px;
  text-align: center;
  margin-bottom: 16px; }
  .footer_policy a {
    color: #FFFFFF;
    text-decoration: none; }

@media (max-width: 1810px) {
  .footer_logo {
    padding-top: 16px;
    margin-left: 21px; }
    .footer_logo img {
      width: 30px; }
  .footer_logo .footer_logo_text {
    font-size: 28px;
    letter-spacing: 3px;
    margin-left: 11px; }
  .footer_wrapper {
    max-width: 449px;
    width: 100%;
    margin-top: 21px; }
  .footer_nav ul li a {
    font-size: 15px; }
  .footer_social {
    margin-top: 27px;
    margin-bottom: 23px; }
    .footer_social img {
      width: 41px; }
  .footer_social a {
    margin: 0px 21px; } }

@media (max-width: 1140px) {
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer_logo {
    padding-top: 27px;
    margin-left: 181px;
    top: 0;
    left: -webkit-calc(50% - 380px);
    left: calc(50% - 380px); }
    .footer_logo img {
      width: 47px; }
  .footer_logo .footer_logo_text {
    font-size: 46px;
    margin-top: 10px;
    letter-spacing: 4px;
    margin-left: 22px; }
  .footer_nav {
    display: none; }
  .footer_wrapper {
    max-width: 560px;
    width: 100%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto; }
  .footer_social {
    margin-top: 21px;
    margin-bottom: 39px; }
  .footer_social a {
    margin: 0px 33px; }
  .footer_social img {
    width: 65px; }
  .footer_policy {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 31px; } }

@media (max-width: 750px) {
  .footer_logo {
    padding-top: 12px;
    margin-left: 210px; }
  .footer_logo .footer_logo_text {
    font-size: 37px;
    margin-left: 17px; }
  .footer_social {
    margin-top: 7px;
    margin-bottom: 29px; }
  .footer_social img {
    width: 52px; }
  .footer_social a {
    margin: 0px 26px; }
  .footer_line {
    width: 90%;
    margin-right: auto;
    margin-left: auto; }
  .footer_policy {
    font-size: 12px;
    line-height: 16px;
    margin-top: 22px; } }

@media (max-width: 374px) {
  .footer_logo .footer_logo_text {
    font-size: 27px;
    margin-top: 20px; }
  .footer_logo {
    margin-left: 0;
    left: -webkit-calc(50% - 130px);
    left: calc(50% - 130px); } }

.footer_about {
  background: none; }
  .footer_about .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 1140px) {
      .footer_about .container {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  .footer_about .footer-top {
    background-image: url("../img/about/footer.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px; }
    @media screen and (max-width: 1024px) {
      .footer_about .footer-top {
        background-image: url("../img/about/footer_bg_tablet.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        max-height: 150px; } }
    @media screen and (max-width: 750px) {
      .footer_about .footer-top {
        max-height: 160px; } }
    @media screen and (max-width: 375px) {
      .footer_about .footer-top {
        background-image: url("../img/about/footer_bg_mob.jpg");
        background-repeat: no-repeat;
        background-size: cover; } }
    .footer_about .footer-top .footer_wrapper {
      margin: 0; }
      .footer_about .footer-top .footer_wrapper .footer_logo {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0;
        padding-top: 30px;
        position: relative;
        left: 0; }
        .footer_about .footer-top .footer_wrapper .footer_logo .footer_logo_text {
          margin: 0;
          font-weight: 900;
          font-size: 32px;
          line-height: 127%; }
          @media screen and (max-width: 1024px) {
            .footer_about .footer-top .footer_wrapper .footer_logo .footer_logo_text {
              font-size: 36px; } }
      .footer_about .footer-top .footer_wrapper .footer_social {
        margin: 10px 0 30px 0; }
        @media screen and (max-width: 1024px) {
          .footer_about .footer-top .footer_wrapper .footer_social {
            margin: 7px 0 15px 0; } }
        @media screen and (max-width: 750px) {
          .footer_about .footer-top .footer_wrapper .footer_social {
            margin: 20px 0 30px 0; } }
  .footer_about .footer-bottom .footer_policy {
    margin: 14px 0;
    color: black;
    font-size: 20px;
    line-height: 27px; }
    @media screen and (max-width: 1024px) {
      .footer_about .footer-bottom .footer_policy {
        margin: 30px 0;
        font-size: 14px;
        line-height: 19px; } }
    @media screen and (max-width: 750px) {
      .footer_about .footer-bottom .footer_policy {
        font-size: 12px;
        line-height: 16px; } }
    .footer_about .footer-bottom .footer_policy a {
      color: black; }

.footer_home {
  background: none; }
  .footer_home .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 1140px) {
      .footer_home .container {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  .footer_home .footer-top {
    background-image: url("../img/home/footer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 90px; }
    @media screen and (max-width: 1024px) {
      .footer_home .footer-top {
        background-image: url("../../img/home/footer_tablet.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        max-height: 97px; } }
    @media screen and (max-width: 750px) {
      .footer_home .footer-top {
        max-height: 83px; } }
    @media screen and (max-width: 375px) {
      .footer_home .footer-top {
        background-image: url("../../img/home/footer_mob.jpg");
        background-repeat: no-repeat;
        background-size: cover; } }
    .footer_home .footer-top .footer_wrapper {
      margin: 0; }
      .footer_home .footer-top .footer_wrapper .footer_logo {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0;
        padding-top: 0px; }
        .footer_home .footer-top .footer_wrapper .footer_logo .footer_logo_text {
          margin: 0;
          font-weight: 900;
          font-size: 52px;
          line-height: 127%; }
          @media screen and (max-width: 1024px) {
            .footer_home .footer-top .footer_wrapper .footer_logo .footer_logo_text {
              font-size: 36px; } }
      .footer_home .footer-top .footer_wrapper .footer_social {
        margin: 0;
        min-height: 90px;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        @media screen and (max-width: 1024px) {
          .footer_home .footer-top .footer_wrapper .footer_social {
            min-height: 97px; } }
        @media screen and (max-width: 750px) {
          .footer_home .footer-top .footer_wrapper .footer_social {
            min-height: 83px; } }
  .footer_home .footer-bottom .footer_policy {
    margin: 14px 0;
    color: black;
    font-size: 16px;
    line-height: 22px; }
    @media screen and (max-width: 1024px) {
      .footer_home .footer-bottom .footer_policy {
        margin: 30px 0;
        font-size: 14px;
        line-height: 19px; } }
    @media screen and (max-width: 750px) {
      .footer_home .footer-bottom .footer_policy {
        font-size: 12px;
        line-height: 16px; } }
    .footer_home .footer-bottom .footer_policy a {
      color: black; }

.news {
  background-image: url("../img/background-news.jpg");
  min-height: 440px;
  background-size: cover; }
  @media screen and (min-width: 1141px) {
    .news {
      max-height: 440px; } }
  @media screen and (max-width: 750px) {
    .news {
      padding-top: 106px; }
      .news header {
        background-image: url("../img/background-news.jpg");
        background-size: auto; } }
  .news .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.gamburger {
  display: none; }

@media screen and (min-width: 1141px) {
  .our {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.our_news {
  margin-left: 83px;
  margin-top: 70px;
  margin-right: -28px; }
  @media screen and (min-width: 1141px) {
    .our_news img {
      width: 460px;
      height: 184px; } }

.editors {
  padding-bottom: 74px; }
  .editors .title {
    font-family: "Eponymous";
    font-size: 42px;
    line-height: 61px;
    letter-spacing: 0.01em;
    color: #000000;
    text-align: left;
    margin-top: 70px;
    width: 100%;
    margin-bottom: 14px; }
  .editors .editors_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .editors .editors_block {
    max-width: 382px;
    max-height: 264px;
    margin: 0px 0 65px 0;
    position: relative;
    overflow: hidden; }
    .editors .editors_block img {
      width: 100%;
      height: 100%; }
    .editors .editors_block .editors_block_date {
      position: absolute;
      width: 100%;
      top: 10px;
      left: 25px;
      color: white;
      font-family: 'Avenir';
      font-size: 16px;
      line-height: 22px; }
    .editors .editors_block .editors_block_article {
      position: absolute;
      font-family: 'Avenir-Black';
      font-size: 24px;
      line-height: 33px;
      letter-spacing: 0.03em;
      color: #FFFFFF;
      left: 25px;
      bottom: 35px;
      width: 212px; }

.our_video {
  width: 608px;
  height: 395px;
  background-color: gainsboro;
  margin-top: 29px;
  margin-bottom: -50px;
  position: relative; }
  .our_video .video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.our_video:after {
  display: block;
  content: '';
  position: absolute;
  border: 8px solid #FFFFFF;
  width: 508px;
  height: 295px;
  top: 42px;
  left: 42px; }

.our {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.arrow_down {
  border: 3px solid red;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: relative;
  bottom: 1px;
  -webkit-animation: bounce 2s linear infinite;
          animation: bounce 2s linear infinite; }
  .arrow_down svg {
    width: 40px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
    .arrow_down svg path {
      fill: #014222; }

@keyframe bounce {
  .arrow_down 0 {
    bottom: 1px; }
  .arrow_down 50% {
    bottom: -5px; }
  .arrow_down 100% {
    bottom: 1px; } }

body.sticky .arrow_down_start {
  display: none; }

.arrow_down_start {
  position: relative;
  background-color: transparent; }
  .arrow_down_start #sd-container {
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: -21px;
    z-index: 2; }
  .arrow_down_start .arrow {
    position: relative;
    width: 42px;
    height: 16px;
    opacity: 0; }
    .arrow_down_start .arrow::before, .arrow_down_start .arrow::after {
      content: "";
      width: 21px;
      height: 2px;
      background-color: #014222;
      border-radius: 2px;
      display: inline-block; }
    .arrow_down_start .arrow::before {
      -webkit-transform: rotate(45deg) translateX(25%);
          -ms-transform: rotate(45deg) translateX(25%);
              transform: rotate(45deg) translateX(25%); }
    .arrow_down_start .arrow::after {
      -webkit-transform: rotate(-45deg) translateX(-25%);
          -ms-transform: rotate(-45deg) translateX(-25%);
              transform: rotate(-45deg) translateX(-25%); }
    .arrow_down_start .arrow:nth-child(1) {
      top: -50px;
      opacity: 1;
      -webkit-animation: arrow2 1s ease 0s infinite;
              animation: arrow2 1s ease 0s infinite; }
    .arrow_down_start .arrow:nth-child(2) {
      top: -25px;
      -webkit-animation: arrow1 1s ease 0.25s infinite;
              animation: arrow1 1s ease 0.25s infinite; }

@-webkit-keyframes arrow1 {
  from {
    opacity: 0;
    top: -25px; }
  to {
    opacity: 0;
    top: 0px; }
  50% {
    opacity: 1; } }

@keyframes arrow1 {
  from {
    opacity: 0;
    top: -25px; }
  to {
    opacity: 0;
    top: 0px; }
  50% {
    opacity: 1; } }

@-webkit-keyframes arrow2 {
  from {
    opacity: 0;
    top: -35px; }
  to {
    opacity: 0;
    top: -10px; }
  50% {
    opacity: 1; } }

@keyframes arrow2 {
  from {
    opacity: 0;
    top: -35px; }
  to {
    opacity: 0;
    top: -10px; }
  50% {
    opacity: 1; } }

@media (max-width: 1810px) {
  .news {
    min-height: 0; }
  .arrow_down {
    margin-top: 80px; }
  .our_news {
    margin-left: 169px;
    margin-top: 57px;
    margin-right: -17px; }
    .our_news img {
      width: 382px; }
  .our_video {
    width: 578px;
    height: 375px;
    background-color: gainsboro;
    margin-top: -18px;
    margin-bottom: -28px;
    position: relative; }
  .our_video:after {
    border: 5px solid #FFFFFF;
    width: 506px;
    height: 306px;
    top: 31px;
    left: 31px; }
  .editors .title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 18px;
    margin-top: 100px; }
  .editors .editors_block {
    max-width: 363px;
    max-height: 251px;
    margin: 0px 7px 13px 7px; }
  .editors .editors_block .editors_block_date {
    top: 10px;
    left: 25px;
    font-size: 15px; }
  .editors .editors_block .editors_block_article {
    font-size: 20px;
    left: 25px;
    bottom: 32px;
    width: 143px;
    line-height: 29px; }
  .editors {
    padding-bottom: 46px; } }

@media (max-width: 1140px) {
  nav {
    display: none; }
  .arrow_down {
    margin-top: 160px; }
  .gamburger {
    display: block; }
  .our {
    width: 100%; }
  .our_news img {
    width: 516px; }
  .our_news {
    margin-top: 2px; }
  .our_news img {
    width: 460px;
    margin-left: auto;
    margin-right: auto; }
  .our {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .our_video {
    width: 721px;
    height: 427px;
    margin-left: auto;
    margin-right: auto;
    background-color: gainsboro;
    margin-top: 21px;
    margin-bottom: -108px;
    position: relative; }
  .our_video:after {
    border: 7px solid #FFFFFF;
    width: 647px;
    height: 353px;
    top: 30px;
    left: 30px; }
  .editors .title {
    font-size: 47px;
    line-height: 40px;
    letter-spacing: 0px;
    margin-top: 174px;
    margin-bottom: 58px;
    text-align: center; }
  .editors .editors_block {
    max-width: 353px;
    max-height: 242px;
    margin: 0px 10px 20px 11px; }
  .editors .editors_wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .editors .editors_block .editors_block_date {
    top: 13px;
    left: 20px;
    font-size: 17px; }
  .editors .editors_block .editors_block_article {
    font-size: 23px;
    left: 19px;
    bottom: 19px;
    width: 165px;
    line-height: 33px; }
  .editors {
    padding-bottom: 62px; } }

@media (max-width: 750px) {
  .our_news {
    margin-left: auto;
    margin-top: 20px;
    margin-right: auto; }
    .our_news img {
      width: 230px; }
  .arrow_down {
    margin-top: 130px; }
  .our_video {
    width: 335px;
    height: 430px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 26px;
    margin-bottom: -92px; }
  .our_video:after {
    width: 270px;
    height: 362px;
    top: 28px;
    left: 25px; }
  .editors .title {
    font-size: 36px;
    letter-spacing: 0.5px;
    margin-top: 136px;
    margin-bottom: 43px; }
  .editors .editors_block {
    max-width: 336px;
    max-height: 230px;
    margin: 0px 0px 28px 0px; }
  .editors .editors_block .editors_block_date {
    top: 11px;
    left: 25px;
    font-size: 23px; }
  .editors .editors_block .editors_block_article {
    font-size: 31px;
    left: 20px;
    bottom: 12px;
    width: 219px;
    line-height: 44px; }
  .editors {
    padding-bottom: 42px; } }

@media (max-width: 374px) {
  .our_news {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px; }
  .our_video {
    width: 279px; }
  .our_video:after {
    width: 214px;
    border: 5px solid #FFFFFF; }
  .editors .title {
    margin-top: 130px; }
  .editors .editors_block {
    max-width: 300px; } }

.subscribe {
  min-height: 208px;
  background-size: cover;
  padding-bottom: 30px; }

.subscribe_title {
  font-family: 'Avenir';
  font-weight: 900;
  font-size: 42px;
  text-align: center;
  letter-spacing: 3px;
  color: #FFFFFF;
  padding-top: 47px; }
  .subscribe_title br {
    display: none; }

.subscribe_wrapper {
  max-width: 590px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
  border-radius: 15px 15px 15px 15px;
  overflow: hidden;
  margin-top: 46px; }
  .subscribe_wrapper .subscribe_button {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.69)), to(rgba(255, 255, 255, 0))), #005A2F;
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.69) 0%, rgba(255, 255, 255, 0) 100%), #005A2F;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.69) 0%, rgba(255, 255, 255, 0) 100%), #005A2F;
    width: 250px;
    height: 50px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    cursor: pointer;
    outline: none;
    border: none;
    font-family: 'Avenir';
    font-weight: 500;
    font-size: 26px;
    line-height: 50px;
    color: #FFFFFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .subscribe_wrapper .subscribe_button:hover {
      -webkit-filter: brightness(1.1);
              filter: brightness(1.1);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .subscribe_wrapper .subscribe_input {
    width: 100%;
    height: 50px;
    outline: none;
    background: #E5E5E5;
    border: none;
    font-size: 26px;
    color: #828282;
    padding-left: 17px;
    font-family: 'Roboto', sans-serif; }

@media (max-width: 1810px) {
  .subscribe_title {
    font-size: 30px;
    padding-top: 30px; }
  .subscribe_wrapper {
    max-width: 365px;
    margin-top: 30px;
    border-radius: 5px 5px 5px 5px; }
  .subscribe_wrapper .subscribe_button {
    width: 160px;
    height: 44px; }
  .subscribe_wrapper .subscribe_input {
    height: 44px;
    font-size: 16px;
    padding-left: 10px; }
  .subscribe_wrapper .subscribe_button {
    font-size: 16px;
    line-height: 44px; }
  .subscribe {
    background-image: url(../img/rose.jpg);
    min-height: 0; } }

@media (min-width: 1140px) {
  .subscribe {
    background-image: url("../img/rose.jpg"); } }

@media (min-width: 750px) and (max-width: 1140px) {
  .subscribe {
    background-image: url("../img/sub_tablet.jpg"); } }

@media (min-width: 300px) and (max-width: 750px) {
  .subscribe {
    background-image: url("../img/sub_mob.jpg"); } }

@media (max-width: 1140px) {
  .subscribe_title {
    font-size: 51px;
    padding-top: 47px;
    letter-spacing: 4px;
    line-height: 69px; }
  .subscribe_title br {
    display: block; }
  .subscribe_wrapper {
    max-width: 590px;
    margin-top: 66px;
    border-radius: 12px 12px 12px 12px; }
  .subscribe_wrapper .subscribe_button {
    width: 243px;
    height: 69px;
    font-size: 26px;
    line-height: 69px; }
  .subscribe_wrapper .subscribe_input {
    height: 69px;
    font-size: 26px;
    padding-left: 24px; }
  .subscribe {
    padding-bottom: 122px; } }

@media (max-width: 750px) {
  .subscribe_title {
    font-size: 32px;
    padding-top: 59px;
    line-height: 46px; }
  .subscribe_wrapper {
    max-width: 333px;
    margin-top: 83px; }
  .subscribe_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .subscribe_wrapper .subscribe_input {
    height: 58px;
    width: 318px;
    font-size: 18px;
    padding-left: 15px;
    border-radius: 12px; } }
  @media screen and (max-width: 750px) and (max-width: 768px) {
    .subscribe_wrapper .subscribe_input {
      width: 335px; } }

@media (max-width: 750px) {
  .subscribe_wrapper {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .subscribe_wrapper .subscribe_button {
    -webkit-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    width: 197px;
    height: 40px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    line-height: 40px;
    font-size: 24px; }
  .subscribe_wrapper {
    padding-bottom: 20px; } }

@media (max-width: 374px) {
  .subscribe_wrapper {
    max-width: 280px;
    margin-top: 45px; }
  .subscribe_wrapper .subscribe_input {
    height: 45px;
    width: 265px; }
  .subscribe_wrapper .subscribe_button {
    margin-top: 25px; } }

.mobile_menu, .wrapper_mobile {
  display: none;
  top: 0; }

@media screen and (max-width: 1140px) {
  .mobile_menu {
    display: block;
    width: 300px;
    position: fixed;
    right: -300px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100vh;
    z-index: 12;
    background-image: url("../img/background-news.jpg");
    background-size: cover;
    top: 0; }
    .mobile_menu ul {
      padding: 0;
      margin-top: 140px; } }
    @media screen and (max-width: 1140px) and (max-width: 750px) {
      .mobile_menu ul {
        margin-top: 110px; } }

@media screen and (max-width: 1140px) {
      .mobile_menu ul li {
        list-style-type: none;
        text-align: center; }
        .mobile_menu ul li a {
          font-size: 36px;
          line-height: 65px;
          letter-spacing: 0.01em;
          color: #FFFFFF;
          font-family: 'Julius Sans One', sans-serif;
          text-transform: uppercase;
          text-decoration: none;
          display: block;
          padding-bottom: 2px; } }
        @media screen and (max-width: 1140px) and (max-width: 750px) {
          .mobile_menu ul li a {
            font-size: 23px;
            line-height: 46px; } }

@media screen and (max-width: 1140px) {
    .mobile_menu .mobile_mail {
      color: #d0d0d0;
      font-weight: 500;
      font-size: 20px;
      display: block;
      text-align: center;
      /*padding-right: 25px;*/ }
    .mobile_menu .logo_mobile {
      text-align: center;
      margin: 56px 0 40px 0; }
      .mobile_menu .logo_mobile img {
        width: 80px; }
  body.mobileMenu {
    overflow: hidden; }
  body.mobileMenu .wrapper_mobile {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: block;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.4); }
  body.mobileMenu .mobile_menu {
    right: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 12; }
  .close {
    opacity: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    font-size: 35px;
    color: #FFFFFF;
    overflow: hidden; }
    .close span {
      display: block;
      width: 40px;
      height: 3px;
      background-color: white;
      position: absolute;
      -webkit-transform-origin: 0 0 0;
          -ms-transform-origin: 0 0 0;
              transform-origin: 0 0 0; }
    .close span:nth-child(1) {
      top: 0; }
    .close span:nth-child(2) {
      top: 50%; }
    .close span:nth-child(3) {
      bottom: 0; }
  body.mobileMenu .mobile_menu .close {
    opacity: 1;
    right: 35px;
    padding-left: 3px; } }
  @media screen and (max-width: 1140px) and (max-width: 375px) {
    body.mobileMenu .mobile_menu .close {
      transform: scale(0.8);
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8); } }

@media screen and (max-width: 1140px) {
    body.mobileMenu .mobile_menu .close span {
      width: 48px; }
    body.mobileMenu .mobile_menu .close span:nth-child(1) {
      top: 0;
      width: 52px;
      transform: rotate(45deg) translateY(1px);
      -webkit-transform: rotate(45deg) translateY(1px);
      -moz-transform: rotate(45deg) translateY(1px);
      -ms-transform: rotate(45deg) translateY(1px);
      -o-transform: rotate(45deg) translateY(1px);
      transition: all 500ms 400ms;
      -webkit-transition: all 500ms 400ms;
      -moz-transition: all 500ms 400ms;
      -ms-transition: all 500ms 400ms;
      -o-transition: all 500ms 400ms; }
    body.mobileMenu .mobile_menu .close span:nth-child(2) {
      top: 50%;
      transform: translateX(-100%);
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transition: all 500ms 400ms;
      -webkit-transition: all 500ms 400ms;
      -moz-transition: all 500ms 400ms;
      -ms-transition: all 500ms 400ms;
      -o-transition: all 500ms 400ms; }
    body.mobileMenu .mobile_menu .close span:nth-child(3) {
      bottom: 0;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transition: all 500ms 400ms;
      -webkit-transition: all 500ms 400ms;
      -moz-transition: all 500ms 400ms;
      -ms-transition: all 500ms 400ms;
      -o-transition: all 500ms 400ms; }
  .mobile_menu-footer {
    position: absolute;
    width: 100%;
    bottom: 0; }
    .mobile_menu-footer .mobile_menu-social {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      border-bottom: 1px solid white;
      padding-bottom: 10px;
      margin: 0 20px; }
      .mobile_menu-footer .mobile_menu-social img {
        width: 55px; } }
      @media screen and (max-width: 1140px) and (max-width: 750px) {
        .mobile_menu-footer .mobile_menu-social img {
          width: 45px; } }

@media screen and (max-width: 1140px) {
    .mobile_menu-footer .mobile_menu-contacts {
      color: white;
      text-align: center;
      margin-top: 10px;
      margin-bottom: 20px;
      font-family: 'Julius Sans One', sans-serif;
      font-size: 12px;
      line-height: 16px; }
  .mobile_menu.black {
    background-image: none;
    background-color: black; } }

@media screen and (max-width: 750px) {
  .mobile_menu .logo_mobile {
    margin: 0; } }

.alert.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.alert {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  -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;
  overflow-y: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: "Eponymous";
  font-style: normal;
  font-weight: normal;
  z-index: 20; }
  .alert .info {
    width: 620px;
    height: 300px;
    background: rgba(255, 255, 255, 0.8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    position: relative; }
    @media screen and (max-width: 650px) {
      .alert .info {
        width: 320px;
        height: 150px; } }
    .alert .info p {
      text-align: center;
      font-size: 42px;
      line-height: 61px; }
      @media screen and (max-width: 750px) {
        .alert .info p {
          font-size: 16px;
          line-height: 127%; } }

@media screen and (max-width: 1140px) {
  .contacts header.squeeze {
    height: 60px !important;
    min-height: 60px !important;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    background-image: url("../img/background-news.jpg"); }
    .contacts header.squeeze .logo {
      padding-top: 0; } }

.contacts header {
  position: absolute;
  width: 100%;
  z-index: 3; }
  @media screen and (max-width: 1140px) {
    .contacts header {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 11; } }
  .contacts header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.contacts .contacts_title {
  height: 630px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-bottom: 70px; }
  .contacts .contacts_title .container_contacts {
    width: 100%;
    text-align: center; }
  @media screen and (max-width: 1024px) {
    .contacts .contacts_title {
      height: 720px; } }
  @media screen and (max-width: 750px) {
    .contacts .contacts_title {
      height: 360px; } }
  .contacts .contacts_title .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1; }
  .contacts .contacts_title .bg_desc {
    display: block; }
  .contacts .contacts_title .bg_tablet {
    display: none; }
  .contacts .contacts_title .bg_mob {
    display: none; }
  @media screen and (max-width: 768px) {
    .contacts .contacts_title .bg_desc {
      display: none; }
    .contacts .contacts_title .bg_tablet {
      display: block; }
    .contacts .contacts_title .bg_mob {
      display: none; } }
  @media screen and (max-width: 375px) {
    .contacts .contacts_title .bg_desc {
      display: none; }
    .contacts .contacts_title .bg_tablet {
      display: none; }
    .contacts .contacts_title .bg_mob {
      display: block; } }
  .contacts .contacts_title h1 {
    font-family: 'ThirstyRoughBoldThree';
    font-style: normal;
    font-weight: 600;
    font-size: 76px;
    line-height: 127%;
    color: #ffffff;
    margin: 0 0 40px 0; }
  .contacts .contacts_title p {
    margin: 0;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 127%;
    /* or 81px */
    text-align: center;
    letter-spacing: -0.03em;
    /* white */
    color: #FFFFFF;
    text-shadow: 0px 10px 5px rgba(0, 0, 0, 0.25); }
    .contacts .contacts_title p a {
      font-family: 'ThirstyRoughBoldThree';
      color: #FFFFFF;
      text-shadow: 0px 10px 5px rgba(0, 0, 0, 0.25);
      text-decoration: none; }

.feedback .container_feedback h2 {
  font-family: "Eponymous";
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 61px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
  max-width: 720px;
  margin: 80px auto 40px auto; }

.feedback .container_feedback p {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  letter-spacing: 0.01em;
  margin: 0;
  padding: 0 20px; }

.feedback .container_feedback .feedback_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1212px;
  margin: 60px auto 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 1280px) {
    .feedback .container_feedback .feedback_content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .feedback .container_feedback .feedback_content .letter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .feedback .container_feedback .feedback_content .letter .letter_text {
      height: 424px;
      width: 682px;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .feedback .container_feedback .feedback_content .letter .letter_text address {
        padding-bottom: 100px; }
      .feedback .container_feedback .feedback_content .letter .letter_text p {
        font-family: 'ThirstyRoughBoldThree';
        font-size: 26px;
        border-bottom: 1px solid grey;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 20px auto 0 auto;
        text-align: center; }
      .feedback .container_feedback .feedback_content .letter .letter_text img {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        top: 0;
        left: 0; }
    .feedback .container_feedback .feedback_content .letter .contact_info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 1280px) {
        .feedback .container_feedback .feedback_content .letter .contact_info {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin: 60px auto; }
          .feedback .container_feedback .feedback_content .letter .contact_info a:first-child {
            margin-bottom: 35px; } }
      .feedback .container_feedback .feedback_content .letter .contact_info a {
        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;
        margin-right: 75px;
        color: #000000;
        font-family: 'Avenir';
        text-decoration: none; }
        .feedback .container_feedback .feedback_content .letter .contact_info a span {
          display: block;
          width: 40px;
          height: 40px;
          margin-right: 25px; }
  .feedback .container_feedback .feedback_content form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .feedback .container_feedback .feedback_content form input {
      width: 472px;
      height: 70px;
      background: #F2F2F2;
      border: 0.5px solid #000000;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 15px;
      font-family: 'Avenir';
      font-style: normal;
      font-weight: 500;
      font-size: 26px;
      line-height: 36px;
      /* identical to box height */
      /* Gray 2 */
      color: #4F4F4F;
      padding: 0 0 0 20px;
      outline: none; }
    .feedback .container_feedback .feedback_content form label {
      margin-bottom: 20px; }
    .feedback .container_feedback .feedback_content form textarea {
      resize: none;
      background: #F2F2F2;
      border: 0.5px solid #000000;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 15px;
      font-family: 'Avenir';
      font-style: normal;
      font-weight: 500;
      font-size: 26px;
      line-height: 36px;
      /* identical to box height */
      /* Gray 2 */
      color: #4F4F4F;
      padding: 20px 0 0 20px;
      outline: none;
      height: 201px;
      width: 472px; }
    .feedback .container_feedback .feedback_content form button {
      width: 280px;
      height: 50px;
      background: #005A2F;
      -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      border-radius: 15px;
      color: #ffffff;
      font-family: 'Avenir';
      font-size: 24px;
      text-transform: uppercase;
      line-height: 50px;
      padding: 0;
      margin: 60px auto 0 auto;
      border: none;
      cursor: pointer;
      outline: none; }
    .feedback .container_feedback .feedback_content form button:hover {
      background: #A9CF38;
      color: #EC008C;
      transition: all 200ms;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -ms-transition: all 200ms;
      -o-transition: all 200ms; }

@-webkit-keyframes text_color {
  from {
    text-shadow: -8px -8px 0 #005A2F, -8px -7px 0 #005A2F, -8px -6px 0 #005A2F, -8px -5px 0 #005A2F, -8px -4px 0 #005A2F, -8px -3px 0 #005A2F, -8px -2px 0 #005A2F, -8px -1px 0 #005A2F, -8px 0px 0 #005A2F, -8px 1px 0 #005A2F, -8px 2px 0 #005A2F, -8px 3px 0 #005A2F, -8px 4px 0 #005A2F, -8px 5px 0 #005A2F, -8px 6px 0 #005A2F, -8px 7px 0 #005A2F, -8px 8px 0 #005A2F, -7px -8px 0 #005A2F, -7px -7px 0 #005A2F, -7px -6px 0 #005A2F, -7px -5px 0 #005A2F, -7px -4px 0 #005A2F, -7px -3px 0 #005A2F, -7px -2px 0 #005A2F, -7px -1px 0 #005A2F, -7px 0px 0 #005A2F, -7px 1px 0 #005A2F, -7px 2px 0 #005A2F, -7px 3px 0 #005A2F, -7px 4px 0 #005A2F, -7px 5px 0 #005A2F, -7px 6px 0 #005A2F, -7px 7px 0 #005A2F, -7px 8px 0 #005A2F, -6px -8px 0 #005A2F, -6px -7px 0 #005A2F, -6px -6px 0 #005A2F, -6px -5px 0 #005A2F, -6px -4px 0 #005A2F, -6px -3px 0 #005A2F, -6px -2px 0 #005A2F, -6px -1px 0 #005A2F, -6px 0px 0 #005A2F, -6px 1px 0 #005A2F, -6px 2px 0 #005A2F, -6px 3px 0 #005A2F, -6px 4px 0 #005A2F, -6px 5px 0 #005A2F, -6px 6px 0 #005A2F, -6px 7px 0 #005A2F, -6px 8px 0 #005A2F, -5px -8px 0 #005A2F, -5px -7px 0 #005A2F, -5px -6px 0 #005A2F, -5px -5px 0 #005A2F, -5px -4px 0 #005A2F, -5px -3px 0 #005A2F, -5px -2px 0 #005A2F, -5px -1px 0 #005A2F, -5px 0px 0 #005A2F, -5px 1px 0 #005A2F, -5px 2px 0 #005A2F, -5px 3px 0 #005A2F, -5px 4px 0 #005A2F, -5px 5px 0 #005A2F, -5px 6px 0 #005A2F, -5px 7px 0 #005A2F, -5px 8px 0 #005A2F, -4px -8px 0 #005A2F, -4px -7px 0 #005A2F, -4px -6px 0 #005A2F, -4px -5px 0 #005A2F, -4px -4px 0 #005A2F, -4px -3px 0 #005A2F, -4px -2px 0 #005A2F, -4px -1px 0 #005A2F, -4px 0px 0 #005A2F, -4px 1px 0 #005A2F, -4px 2px 0 #005A2F, -4px 3px 0 #005A2F, -4px 4px 0 #005A2F, -4px 5px 0 #005A2F, -4px 6px 0 #005A2F, -4px 7px 0 #005A2F, -4px 8px 0 #005A2F, -3px -8px 0 #005A2F, -3px -7px 0 #005A2F, -3px -6px 0 #005A2F, -3px -5px 0 #005A2F, -3px -4px 0 #005A2F, -3px -3px 0 #005A2F, -3px -2px 0 #005A2F, -3px -1px 0 #005A2F, -3px 0px 0 #005A2F, -3px 1px 0 #005A2F, -3px 2px 0 #005A2F, -3px 3px 0 #005A2F, -3px 4px 0 #005A2F, -3px 5px 0 #005A2F, -3px 6px 0 #005A2F, -3px 7px 0 #005A2F, -3px 8px 0 #005A2F, -2px -8px 0 #005A2F, -2px -7px 0 #005A2F, -2px -6px 0 #005A2F, -2px -5px 0 #005A2F, -2px -4px 0 #005A2F, -2px -3px 0 #005A2F, -2px -2px 0 #005A2F, -2px -1px 0 #005A2F, -2px 0px 0 #005A2F, -2px 1px 0 #005A2F, -2px 2px 0 #005A2F, -2px 3px 0 #005A2F, -2px 4px 0 #005A2F, -2px 5px 0 #005A2F, -2px 6px 0 #005A2F, -2px 7px 0 #005A2F, -2px 8px 0 #005A2F, -1px -8px 0 #005A2F, -1px -7px 0 #005A2F, -1px -6px 0 #005A2F, -1px -5px 0 #005A2F, -1px -4px 0 #005A2F, -1px -3px 0 #005A2F, -1px -2px 0 #005A2F, -1px -1px 0 #005A2F, -1px 0px 0 #005A2F, -1px 1px 0 #005A2F, -1px 2px 0 #005A2F, -1px 3px 0 #005A2F, -1px 4px 0 #005A2F, -1px 5px 0 #005A2F, -1px 6px 0 #005A2F, -1px 7px 0 #005A2F, -1px 8px 0 #005A2F, 0px -8px 0 #005A2F, 0px -7px 0 #005A2F, 0px -6px 0 #005A2F, 0px -5px 0 #005A2F, 0px -4px 0 #005A2F, 0px -3px 0 #005A2F, 0px -2px 0 #005A2F, 0px -1px 0 #005A2F, 0px 0px 0 #005A2F, 0px 1px 0 #005A2F, 0px 2px 0 #005A2F, 0px 3px 0 #005A2F, 0px 4px 0 #005A2F, 0px 5px 0 #005A2F, 0px 6px 0 #005A2F, 0px 7px 0 #005A2F, 0px 8px 0 #005A2F, 1px -8px 0 #005A2F, 1px -7px 0 #005A2F, 1px -6px 0 #005A2F, 1px -5px 0 #005A2F, 1px -4px 0 #005A2F, 1px -3px 0 #005A2F, 1px -2px 0 #005A2F, 1px -1px 0 #005A2F, 1px 0px 0 #005A2F, 1px 1px 0 #005A2F, 1px 2px 0 #005A2F, 1px 3px 0 #005A2F, 1px 4px 0 #005A2F, 1px 5px 0 #005A2F, 1px 6px 0 #005A2F, 1px 7px 0 #005A2F, 1px 8px 0 #005A2F, 2px -8px 0 #005A2F, 2px -7px 0 #005A2F, 2px -6px 0 #005A2F, 2px -5px 0 #005A2F, 2px -4px 0 #005A2F, 2px -3px 0 #005A2F, 2px -2px 0 #005A2F, 2px -1px 0 #005A2F, 2px 0px 0 #005A2F, 2px 1px 0 #005A2F, 2px 2px 0 #005A2F, 2px 3px 0 #005A2F, 2px 4px 0 #005A2F, 2px 5px 0 #005A2F, 2px 6px 0 #005A2F, 2px 7px 0 #005A2F, 2px 8px 0 #005A2F, 3px -8px 0 #005A2F, 3px -7px 0 #005A2F, 3px -6px 0 #005A2F, 3px -5px 0 #005A2F, 3px -4px 0 #005A2F, 3px -3px 0 #005A2F, 3px -2px 0 #005A2F, 3px -1px 0 #005A2F, 3px 0px 0 #005A2F, 3px 1px 0 #005A2F, 3px 2px 0 #005A2F, 3px 3px 0 #005A2F, 3px 4px 0 #005A2F, 3px 5px 0 #005A2F, 3px 6px 0 #005A2F, 3px 7px 0 #005A2F, 3px 8px 0 #005A2F, 4px -8px 0 #005A2F, 4px -7px 0 #005A2F, 4px -6px 0 #005A2F, 4px -5px 0 #005A2F, 4px -4px 0 #005A2F, 4px -3px 0 #005A2F, 4px -2px 0 #005A2F, 4px -1px 0 #005A2F, 4px 0px 0 #005A2F, 4px 1px 0 #005A2F, 4px 2px 0 #005A2F, 4px 3px 0 #005A2F, 4px 4px 0 #005A2F, 4px 5px 0 #005A2F, 4px 6px 0 #005A2F, 4px 7px 0 #005A2F, 4px 8px 0 #005A2F, 5px -8px 0 #005A2F, 5px -7px 0 #005A2F, 5px -6px 0 #005A2F, 5px -5px 0 #005A2F, 5px -4px 0 #005A2F, 5px -3px 0 #005A2F, 5px -2px 0 #005A2F, 5px -1px 0 #005A2F, 5px 0px 0 #005A2F, 5px 1px 0 #005A2F, 5px 2px 0 #005A2F, 5px 3px 0 #005A2F, 5px 4px 0 #005A2F, 5px 5px 0 #005A2F, 5px 6px 0 #005A2F, 5px 7px 0 #005A2F, 5px 8px 0 #005A2F, 6px -8px 0 #005A2F, 6px -7px 0 #005A2F, 6px -6px 0 #005A2F, 6px -5px 0 #005A2F, 6px -4px 0 #005A2F, 6px -3px 0 #005A2F, 6px -2px 0 #005A2F, 6px -1px 0 #005A2F, 6px 0px 0 #005A2F, 6px 1px 0 #005A2F, 6px 2px 0 #005A2F, 6px 3px 0 #005A2F, 6px 4px 0 #005A2F, 6px 5px 0 #005A2F, 6px 6px 0 #005A2F, 6px 7px 0 #005A2F, 6px 8px 0 #005A2F, 7px -8px 0 #005A2F, 7px -7px 0 #005A2F, 7px -6px 0 #005A2F, 7px -5px 0 #005A2F, 7px -4px 0 #005A2F, 7px -3px 0 #005A2F, 7px -2px 0 #005A2F, 7px -1px 0 #005A2F, 7px 0px 0 #005A2F, 7px 1px 0 #005A2F, 7px 2px 0 #005A2F, 7px 3px 0 #005A2F, 7px 4px 0 #005A2F, 7px 5px 0 #005A2F, 7px 6px 0 #005A2F, 7px 7px 0 #005A2F, 7px 8px 0 #005A2F, 8px -8px 0 #005A2F, 8px -7px 0 #005A2F, 8px -6px 0 #005A2F, 8px -5px 0 #005A2F, 8px -4px 0 #005A2F, 8px -3px 0 #005A2F, 8px -2px 0 #005A2F, 8px -1px 0 #005A2F, 8px 0px 0 #005A2F, 8px 1px 0 #005A2F, 8px 2px 0 #005A2F, 8px 3px 0 #005A2F, 8px 4px 0 #005A2F, 8px 5px 0 #005A2F, 8px 6px 0 #005A2F, 8px 7px 0 #005A2F, 8px 8px 0 #005A2F; }
  to {
    text-shadow: -8px -8px 0 #EC008C, -8px -7px 0 #EC008C, -8px -6px 0 #EC008C, -8px -5px 0 #EC008C, -8px -4px 0 #EC008C, -8px -3px 0 #EC008C, -8px -2px 0 #EC008C, -8px -1px 0 #EC008C, -8px 0px 0 #EC008C, -8px 1px 0 #EC008C, -8px 2px 0 #EC008C, -8px 3px 0 #EC008C, -8px 4px 0 #EC008C, -8px 5px 0 #EC008C, -8px 6px 0 #EC008C, -8px 7px 0 #EC008C, -8px 8px 0 #EC008C, -7px -8px 0 #EC008C, -7px -7px 0 #EC008C, -7px -6px 0 #EC008C, -7px -5px 0 #EC008C, -7px -4px 0 #EC008C, -7px -3px 0 #EC008C, -7px -2px 0 #EC008C, -7px -1px 0 #EC008C, -7px 0px 0 #EC008C, -7px 1px 0 #EC008C, -7px 2px 0 #EC008C, -7px 3px 0 #EC008C, -7px 4px 0 #EC008C, -7px 5px 0 #EC008C, -7px 6px 0 #EC008C, -7px 7px 0 #EC008C, -7px 8px 0 #EC008C, -6px -8px 0 #EC008C, -6px -7px 0 #EC008C, -6px -6px 0 #EC008C, -6px -5px 0 #EC008C, -6px -4px 0 #EC008C, -6px -3px 0 #EC008C, -6px -2px 0 #EC008C, -6px -1px 0 #EC008C, -6px 0px 0 #EC008C, -6px 1px 0 #EC008C, -6px 2px 0 #EC008C, -6px 3px 0 #EC008C, -6px 4px 0 #EC008C, -6px 5px 0 #EC008C, -6px 6px 0 #EC008C, -6px 7px 0 #EC008C, -6px 8px 0 #EC008C, -5px -8px 0 #EC008C, -5px -7px 0 #EC008C, -5px -6px 0 #EC008C, -5px -5px 0 #EC008C, -5px -4px 0 #EC008C, -5px -3px 0 #EC008C, -5px -2px 0 #EC008C, -5px -1px 0 #EC008C, -5px 0px 0 #EC008C, -5px 1px 0 #EC008C, -5px 2px 0 #EC008C, -5px 3px 0 #EC008C, -5px 4px 0 #EC008C, -5px 5px 0 #EC008C, -5px 6px 0 #EC008C, -5px 7px 0 #EC008C, -5px 8px 0 #EC008C, -4px -8px 0 #EC008C, -4px -7px 0 #EC008C, -4px -6px 0 #EC008C, -4px -5px 0 #EC008C, -4px -4px 0 #EC008C, -4px -3px 0 #EC008C, -4px -2px 0 #EC008C, -4px -1px 0 #EC008C, -4px 0px 0 #EC008C, -4px 1px 0 #EC008C, -4px 2px 0 #EC008C, -4px 3px 0 #EC008C, -4px 4px 0 #EC008C, -4px 5px 0 #EC008C, -4px 6px 0 #EC008C, -4px 7px 0 #EC008C, -4px 8px 0 #EC008C, -3px -8px 0 #EC008C, -3px -7px 0 #EC008C, -3px -6px 0 #EC008C, -3px -5px 0 #EC008C, -3px -4px 0 #EC008C, -3px -3px 0 #EC008C, -3px -2px 0 #EC008C, -3px -1px 0 #EC008C, -3px 0px 0 #EC008C, -3px 1px 0 #EC008C, -3px 2px 0 #EC008C, -3px 3px 0 #EC008C, -3px 4px 0 #EC008C, -3px 5px 0 #EC008C, -3px 6px 0 #EC008C, -3px 7px 0 #EC008C, -3px 8px 0 #EC008C, -2px -8px 0 #EC008C, -2px -7px 0 #EC008C, -2px -6px 0 #EC008C, -2px -5px 0 #EC008C, -2px -4px 0 #EC008C, -2px -3px 0 #EC008C, -2px -2px 0 #EC008C, -2px -1px 0 #EC008C, -2px 0px 0 #EC008C, -2px 1px 0 #EC008C, -2px 2px 0 #EC008C, -2px 3px 0 #EC008C, -2px 4px 0 #EC008C, -2px 5px 0 #EC008C, -2px 6px 0 #EC008C, -2px 7px 0 #EC008C, -2px 8px 0 #EC008C, -1px -8px 0 #EC008C, -1px -7px 0 #EC008C, -1px -6px 0 #EC008C, -1px -5px 0 #EC008C, -1px -4px 0 #EC008C, -1px -3px 0 #EC008C, -1px -2px 0 #EC008C, -1px -1px 0 #EC008C, -1px 0px 0 #EC008C, -1px 1px 0 #EC008C, -1px 2px 0 #EC008C, -1px 3px 0 #EC008C, -1px 4px 0 #EC008C, -1px 5px 0 #EC008C, -1px 6px 0 #EC008C, -1px 7px 0 #EC008C, -1px 8px 0 #EC008C, 0px -8px 0 #EC008C, 0px -7px 0 #EC008C, 0px -6px 0 #EC008C, 0px -5px 0 #EC008C, 0px -4px 0 #EC008C, 0px -3px 0 #EC008C, 0px -2px 0 #EC008C, 0px -1px 0 #EC008C, 0px 0px 0 #EC008C, 0px 1px 0 #EC008C, 0px 2px 0 #EC008C, 0px 3px 0 #EC008C, 0px 4px 0 #EC008C, 0px 5px 0 #EC008C, 0px 6px 0 #EC008C, 0px 7px 0 #EC008C, 0px 8px 0 #EC008C, 1px -8px 0 #EC008C, 1px -7px 0 #EC008C, 1px -6px 0 #EC008C, 1px -5px 0 #EC008C, 1px -4px 0 #EC008C, 1px -3px 0 #EC008C, 1px -2px 0 #EC008C, 1px -1px 0 #EC008C, 1px 0px 0 #EC008C, 1px 1px 0 #EC008C, 1px 2px 0 #EC008C, 1px 3px 0 #EC008C, 1px 4px 0 #EC008C, 1px 5px 0 #EC008C, 1px 6px 0 #EC008C, 1px 7px 0 #EC008C, 1px 8px 0 #EC008C, 2px -8px 0 #EC008C, 2px -7px 0 #EC008C, 2px -6px 0 #EC008C, 2px -5px 0 #EC008C, 2px -4px 0 #EC008C, 2px -3px 0 #EC008C, 2px -2px 0 #EC008C, 2px -1px 0 #EC008C, 2px 0px 0 #EC008C, 2px 1px 0 #EC008C, 2px 2px 0 #EC008C, 2px 3px 0 #EC008C, 2px 4px 0 #EC008C, 2px 5px 0 #EC008C, 2px 6px 0 #EC008C, 2px 7px 0 #EC008C, 2px 8px 0 #EC008C, 3px -8px 0 #EC008C, 3px -7px 0 #EC008C, 3px -6px 0 #EC008C, 3px -5px 0 #EC008C, 3px -4px 0 #EC008C, 3px -3px 0 #EC008C, 3px -2px 0 #EC008C, 3px -1px 0 #EC008C, 3px 0px 0 #EC008C, 3px 1px 0 #EC008C, 3px 2px 0 #EC008C, 3px 3px 0 #EC008C, 3px 4px 0 #EC008C, 3px 5px 0 #EC008C, 3px 6px 0 #EC008C, 3px 7px 0 #EC008C, 3px 8px 0 #EC008C, 4px -8px 0 #EC008C, 4px -7px 0 #EC008C, 4px -6px 0 #EC008C, 4px -5px 0 #EC008C, 4px -4px 0 #EC008C, 4px -3px 0 #EC008C, 4px -2px 0 #EC008C, 4px -1px 0 #EC008C, 4px 0px 0 #EC008C, 4px 1px 0 #EC008C, 4px 2px 0 #EC008C, 4px 3px 0 #EC008C, 4px 4px 0 #EC008C, 4px 5px 0 #EC008C, 4px 6px 0 #EC008C, 4px 7px 0 #EC008C, 4px 8px 0 #EC008C, 5px -8px 0 #EC008C, 5px -7px 0 #EC008C, 5px -6px 0 #EC008C, 5px -5px 0 #EC008C, 5px -4px 0 #EC008C, 5px -3px 0 #EC008C, 5px -2px 0 #EC008C, 5px -1px 0 #EC008C, 5px 0px 0 #EC008C, 5px 1px 0 #EC008C, 5px 2px 0 #EC008C, 5px 3px 0 #EC008C, 5px 4px 0 #EC008C, 5px 5px 0 #EC008C, 5px 6px 0 #EC008C, 5px 7px 0 #EC008C, 5px 8px 0 #EC008C, 6px -8px 0 #EC008C, 6px -7px 0 #EC008C, 6px -6px 0 #EC008C, 6px -5px 0 #EC008C, 6px -4px 0 #EC008C, 6px -3px 0 #EC008C, 6px -2px 0 #EC008C, 6px -1px 0 #EC008C, 6px 0px 0 #EC008C, 6px 1px 0 #EC008C, 6px 2px 0 #EC008C, 6px 3px 0 #EC008C, 6px 4px 0 #EC008C, 6px 5px 0 #EC008C, 6px 6px 0 #EC008C, 6px 7px 0 #EC008C, 6px 8px 0 #EC008C, 7px -8px 0 #EC008C, 7px -7px 0 #EC008C, 7px -6px 0 #EC008C, 7px -5px 0 #EC008C, 7px -4px 0 #EC008C, 7px -3px 0 #EC008C, 7px -2px 0 #EC008C, 7px -1px 0 #EC008C, 7px 0px 0 #EC008C, 7px 1px 0 #EC008C, 7px 2px 0 #EC008C, 7px 3px 0 #EC008C, 7px 4px 0 #EC008C, 7px 5px 0 #EC008C, 7px 6px 0 #EC008C, 7px 7px 0 #EC008C, 7px 8px 0 #EC008C, 8px -8px 0 #EC008C, 8px -7px 0 #EC008C, 8px -6px 0 #EC008C, 8px -5px 0 #EC008C, 8px -4px 0 #EC008C, 8px -3px 0 #EC008C, 8px -2px 0 #EC008C, 8px -1px 0 #EC008C, 8px 0px 0 #EC008C, 8px 1px 0 #EC008C, 8px 2px 0 #EC008C, 8px 3px 0 #EC008C, 8px 4px 0 #EC008C, 8px 5px 0 #EC008C, 8px 6px 0 #EC008C, 8px 7px 0 #EC008C, 8px 8px 0 #EC008C; } }

@keyframes text_color {
  from {
    text-shadow: -8px -8px 0 #005A2F, -8px -7px 0 #005A2F, -8px -6px 0 #005A2F, -8px -5px 0 #005A2F, -8px -4px 0 #005A2F, -8px -3px 0 #005A2F, -8px -2px 0 #005A2F, -8px -1px 0 #005A2F, -8px 0px 0 #005A2F, -8px 1px 0 #005A2F, -8px 2px 0 #005A2F, -8px 3px 0 #005A2F, -8px 4px 0 #005A2F, -8px 5px 0 #005A2F, -8px 6px 0 #005A2F, -8px 7px 0 #005A2F, -8px 8px 0 #005A2F, -7px -8px 0 #005A2F, -7px -7px 0 #005A2F, -7px -6px 0 #005A2F, -7px -5px 0 #005A2F, -7px -4px 0 #005A2F, -7px -3px 0 #005A2F, -7px -2px 0 #005A2F, -7px -1px 0 #005A2F, -7px 0px 0 #005A2F, -7px 1px 0 #005A2F, -7px 2px 0 #005A2F, -7px 3px 0 #005A2F, -7px 4px 0 #005A2F, -7px 5px 0 #005A2F, -7px 6px 0 #005A2F, -7px 7px 0 #005A2F, -7px 8px 0 #005A2F, -6px -8px 0 #005A2F, -6px -7px 0 #005A2F, -6px -6px 0 #005A2F, -6px -5px 0 #005A2F, -6px -4px 0 #005A2F, -6px -3px 0 #005A2F, -6px -2px 0 #005A2F, -6px -1px 0 #005A2F, -6px 0px 0 #005A2F, -6px 1px 0 #005A2F, -6px 2px 0 #005A2F, -6px 3px 0 #005A2F, -6px 4px 0 #005A2F, -6px 5px 0 #005A2F, -6px 6px 0 #005A2F, -6px 7px 0 #005A2F, -6px 8px 0 #005A2F, -5px -8px 0 #005A2F, -5px -7px 0 #005A2F, -5px -6px 0 #005A2F, -5px -5px 0 #005A2F, -5px -4px 0 #005A2F, -5px -3px 0 #005A2F, -5px -2px 0 #005A2F, -5px -1px 0 #005A2F, -5px 0px 0 #005A2F, -5px 1px 0 #005A2F, -5px 2px 0 #005A2F, -5px 3px 0 #005A2F, -5px 4px 0 #005A2F, -5px 5px 0 #005A2F, -5px 6px 0 #005A2F, -5px 7px 0 #005A2F, -5px 8px 0 #005A2F, -4px -8px 0 #005A2F, -4px -7px 0 #005A2F, -4px -6px 0 #005A2F, -4px -5px 0 #005A2F, -4px -4px 0 #005A2F, -4px -3px 0 #005A2F, -4px -2px 0 #005A2F, -4px -1px 0 #005A2F, -4px 0px 0 #005A2F, -4px 1px 0 #005A2F, -4px 2px 0 #005A2F, -4px 3px 0 #005A2F, -4px 4px 0 #005A2F, -4px 5px 0 #005A2F, -4px 6px 0 #005A2F, -4px 7px 0 #005A2F, -4px 8px 0 #005A2F, -3px -8px 0 #005A2F, -3px -7px 0 #005A2F, -3px -6px 0 #005A2F, -3px -5px 0 #005A2F, -3px -4px 0 #005A2F, -3px -3px 0 #005A2F, -3px -2px 0 #005A2F, -3px -1px 0 #005A2F, -3px 0px 0 #005A2F, -3px 1px 0 #005A2F, -3px 2px 0 #005A2F, -3px 3px 0 #005A2F, -3px 4px 0 #005A2F, -3px 5px 0 #005A2F, -3px 6px 0 #005A2F, -3px 7px 0 #005A2F, -3px 8px 0 #005A2F, -2px -8px 0 #005A2F, -2px -7px 0 #005A2F, -2px -6px 0 #005A2F, -2px -5px 0 #005A2F, -2px -4px 0 #005A2F, -2px -3px 0 #005A2F, -2px -2px 0 #005A2F, -2px -1px 0 #005A2F, -2px 0px 0 #005A2F, -2px 1px 0 #005A2F, -2px 2px 0 #005A2F, -2px 3px 0 #005A2F, -2px 4px 0 #005A2F, -2px 5px 0 #005A2F, -2px 6px 0 #005A2F, -2px 7px 0 #005A2F, -2px 8px 0 #005A2F, -1px -8px 0 #005A2F, -1px -7px 0 #005A2F, -1px -6px 0 #005A2F, -1px -5px 0 #005A2F, -1px -4px 0 #005A2F, -1px -3px 0 #005A2F, -1px -2px 0 #005A2F, -1px -1px 0 #005A2F, -1px 0px 0 #005A2F, -1px 1px 0 #005A2F, -1px 2px 0 #005A2F, -1px 3px 0 #005A2F, -1px 4px 0 #005A2F, -1px 5px 0 #005A2F, -1px 6px 0 #005A2F, -1px 7px 0 #005A2F, -1px 8px 0 #005A2F, 0px -8px 0 #005A2F, 0px -7px 0 #005A2F, 0px -6px 0 #005A2F, 0px -5px 0 #005A2F, 0px -4px 0 #005A2F, 0px -3px 0 #005A2F, 0px -2px 0 #005A2F, 0px -1px 0 #005A2F, 0px 0px 0 #005A2F, 0px 1px 0 #005A2F, 0px 2px 0 #005A2F, 0px 3px 0 #005A2F, 0px 4px 0 #005A2F, 0px 5px 0 #005A2F, 0px 6px 0 #005A2F, 0px 7px 0 #005A2F, 0px 8px 0 #005A2F, 1px -8px 0 #005A2F, 1px -7px 0 #005A2F, 1px -6px 0 #005A2F, 1px -5px 0 #005A2F, 1px -4px 0 #005A2F, 1px -3px 0 #005A2F, 1px -2px 0 #005A2F, 1px -1px 0 #005A2F, 1px 0px 0 #005A2F, 1px 1px 0 #005A2F, 1px 2px 0 #005A2F, 1px 3px 0 #005A2F, 1px 4px 0 #005A2F, 1px 5px 0 #005A2F, 1px 6px 0 #005A2F, 1px 7px 0 #005A2F, 1px 8px 0 #005A2F, 2px -8px 0 #005A2F, 2px -7px 0 #005A2F, 2px -6px 0 #005A2F, 2px -5px 0 #005A2F, 2px -4px 0 #005A2F, 2px -3px 0 #005A2F, 2px -2px 0 #005A2F, 2px -1px 0 #005A2F, 2px 0px 0 #005A2F, 2px 1px 0 #005A2F, 2px 2px 0 #005A2F, 2px 3px 0 #005A2F, 2px 4px 0 #005A2F, 2px 5px 0 #005A2F, 2px 6px 0 #005A2F, 2px 7px 0 #005A2F, 2px 8px 0 #005A2F, 3px -8px 0 #005A2F, 3px -7px 0 #005A2F, 3px -6px 0 #005A2F, 3px -5px 0 #005A2F, 3px -4px 0 #005A2F, 3px -3px 0 #005A2F, 3px -2px 0 #005A2F, 3px -1px 0 #005A2F, 3px 0px 0 #005A2F, 3px 1px 0 #005A2F, 3px 2px 0 #005A2F, 3px 3px 0 #005A2F, 3px 4px 0 #005A2F, 3px 5px 0 #005A2F, 3px 6px 0 #005A2F, 3px 7px 0 #005A2F, 3px 8px 0 #005A2F, 4px -8px 0 #005A2F, 4px -7px 0 #005A2F, 4px -6px 0 #005A2F, 4px -5px 0 #005A2F, 4px -4px 0 #005A2F, 4px -3px 0 #005A2F, 4px -2px 0 #005A2F, 4px -1px 0 #005A2F, 4px 0px 0 #005A2F, 4px 1px 0 #005A2F, 4px 2px 0 #005A2F, 4px 3px 0 #005A2F, 4px 4px 0 #005A2F, 4px 5px 0 #005A2F, 4px 6px 0 #005A2F, 4px 7px 0 #005A2F, 4px 8px 0 #005A2F, 5px -8px 0 #005A2F, 5px -7px 0 #005A2F, 5px -6px 0 #005A2F, 5px -5px 0 #005A2F, 5px -4px 0 #005A2F, 5px -3px 0 #005A2F, 5px -2px 0 #005A2F, 5px -1px 0 #005A2F, 5px 0px 0 #005A2F, 5px 1px 0 #005A2F, 5px 2px 0 #005A2F, 5px 3px 0 #005A2F, 5px 4px 0 #005A2F, 5px 5px 0 #005A2F, 5px 6px 0 #005A2F, 5px 7px 0 #005A2F, 5px 8px 0 #005A2F, 6px -8px 0 #005A2F, 6px -7px 0 #005A2F, 6px -6px 0 #005A2F, 6px -5px 0 #005A2F, 6px -4px 0 #005A2F, 6px -3px 0 #005A2F, 6px -2px 0 #005A2F, 6px -1px 0 #005A2F, 6px 0px 0 #005A2F, 6px 1px 0 #005A2F, 6px 2px 0 #005A2F, 6px 3px 0 #005A2F, 6px 4px 0 #005A2F, 6px 5px 0 #005A2F, 6px 6px 0 #005A2F, 6px 7px 0 #005A2F, 6px 8px 0 #005A2F, 7px -8px 0 #005A2F, 7px -7px 0 #005A2F, 7px -6px 0 #005A2F, 7px -5px 0 #005A2F, 7px -4px 0 #005A2F, 7px -3px 0 #005A2F, 7px -2px 0 #005A2F, 7px -1px 0 #005A2F, 7px 0px 0 #005A2F, 7px 1px 0 #005A2F, 7px 2px 0 #005A2F, 7px 3px 0 #005A2F, 7px 4px 0 #005A2F, 7px 5px 0 #005A2F, 7px 6px 0 #005A2F, 7px 7px 0 #005A2F, 7px 8px 0 #005A2F, 8px -8px 0 #005A2F, 8px -7px 0 #005A2F, 8px -6px 0 #005A2F, 8px -5px 0 #005A2F, 8px -4px 0 #005A2F, 8px -3px 0 #005A2F, 8px -2px 0 #005A2F, 8px -1px 0 #005A2F, 8px 0px 0 #005A2F, 8px 1px 0 #005A2F, 8px 2px 0 #005A2F, 8px 3px 0 #005A2F, 8px 4px 0 #005A2F, 8px 5px 0 #005A2F, 8px 6px 0 #005A2F, 8px 7px 0 #005A2F, 8px 8px 0 #005A2F; }
  to {
    text-shadow: -8px -8px 0 #EC008C, -8px -7px 0 #EC008C, -8px -6px 0 #EC008C, -8px -5px 0 #EC008C, -8px -4px 0 #EC008C, -8px -3px 0 #EC008C, -8px -2px 0 #EC008C, -8px -1px 0 #EC008C, -8px 0px 0 #EC008C, -8px 1px 0 #EC008C, -8px 2px 0 #EC008C, -8px 3px 0 #EC008C, -8px 4px 0 #EC008C, -8px 5px 0 #EC008C, -8px 6px 0 #EC008C, -8px 7px 0 #EC008C, -8px 8px 0 #EC008C, -7px -8px 0 #EC008C, -7px -7px 0 #EC008C, -7px -6px 0 #EC008C, -7px -5px 0 #EC008C, -7px -4px 0 #EC008C, -7px -3px 0 #EC008C, -7px -2px 0 #EC008C, -7px -1px 0 #EC008C, -7px 0px 0 #EC008C, -7px 1px 0 #EC008C, -7px 2px 0 #EC008C, -7px 3px 0 #EC008C, -7px 4px 0 #EC008C, -7px 5px 0 #EC008C, -7px 6px 0 #EC008C, -7px 7px 0 #EC008C, -7px 8px 0 #EC008C, -6px -8px 0 #EC008C, -6px -7px 0 #EC008C, -6px -6px 0 #EC008C, -6px -5px 0 #EC008C, -6px -4px 0 #EC008C, -6px -3px 0 #EC008C, -6px -2px 0 #EC008C, -6px -1px 0 #EC008C, -6px 0px 0 #EC008C, -6px 1px 0 #EC008C, -6px 2px 0 #EC008C, -6px 3px 0 #EC008C, -6px 4px 0 #EC008C, -6px 5px 0 #EC008C, -6px 6px 0 #EC008C, -6px 7px 0 #EC008C, -6px 8px 0 #EC008C, -5px -8px 0 #EC008C, -5px -7px 0 #EC008C, -5px -6px 0 #EC008C, -5px -5px 0 #EC008C, -5px -4px 0 #EC008C, -5px -3px 0 #EC008C, -5px -2px 0 #EC008C, -5px -1px 0 #EC008C, -5px 0px 0 #EC008C, -5px 1px 0 #EC008C, -5px 2px 0 #EC008C, -5px 3px 0 #EC008C, -5px 4px 0 #EC008C, -5px 5px 0 #EC008C, -5px 6px 0 #EC008C, -5px 7px 0 #EC008C, -5px 8px 0 #EC008C, -4px -8px 0 #EC008C, -4px -7px 0 #EC008C, -4px -6px 0 #EC008C, -4px -5px 0 #EC008C, -4px -4px 0 #EC008C, -4px -3px 0 #EC008C, -4px -2px 0 #EC008C, -4px -1px 0 #EC008C, -4px 0px 0 #EC008C, -4px 1px 0 #EC008C, -4px 2px 0 #EC008C, -4px 3px 0 #EC008C, -4px 4px 0 #EC008C, -4px 5px 0 #EC008C, -4px 6px 0 #EC008C, -4px 7px 0 #EC008C, -4px 8px 0 #EC008C, -3px -8px 0 #EC008C, -3px -7px 0 #EC008C, -3px -6px 0 #EC008C, -3px -5px 0 #EC008C, -3px -4px 0 #EC008C, -3px -3px 0 #EC008C, -3px -2px 0 #EC008C, -3px -1px 0 #EC008C, -3px 0px 0 #EC008C, -3px 1px 0 #EC008C, -3px 2px 0 #EC008C, -3px 3px 0 #EC008C, -3px 4px 0 #EC008C, -3px 5px 0 #EC008C, -3px 6px 0 #EC008C, -3px 7px 0 #EC008C, -3px 8px 0 #EC008C, -2px -8px 0 #EC008C, -2px -7px 0 #EC008C, -2px -6px 0 #EC008C, -2px -5px 0 #EC008C, -2px -4px 0 #EC008C, -2px -3px 0 #EC008C, -2px -2px 0 #EC008C, -2px -1px 0 #EC008C, -2px 0px 0 #EC008C, -2px 1px 0 #EC008C, -2px 2px 0 #EC008C, -2px 3px 0 #EC008C, -2px 4px 0 #EC008C, -2px 5px 0 #EC008C, -2px 6px 0 #EC008C, -2px 7px 0 #EC008C, -2px 8px 0 #EC008C, -1px -8px 0 #EC008C, -1px -7px 0 #EC008C, -1px -6px 0 #EC008C, -1px -5px 0 #EC008C, -1px -4px 0 #EC008C, -1px -3px 0 #EC008C, -1px -2px 0 #EC008C, -1px -1px 0 #EC008C, -1px 0px 0 #EC008C, -1px 1px 0 #EC008C, -1px 2px 0 #EC008C, -1px 3px 0 #EC008C, -1px 4px 0 #EC008C, -1px 5px 0 #EC008C, -1px 6px 0 #EC008C, -1px 7px 0 #EC008C, -1px 8px 0 #EC008C, 0px -8px 0 #EC008C, 0px -7px 0 #EC008C, 0px -6px 0 #EC008C, 0px -5px 0 #EC008C, 0px -4px 0 #EC008C, 0px -3px 0 #EC008C, 0px -2px 0 #EC008C, 0px -1px 0 #EC008C, 0px 0px 0 #EC008C, 0px 1px 0 #EC008C, 0px 2px 0 #EC008C, 0px 3px 0 #EC008C, 0px 4px 0 #EC008C, 0px 5px 0 #EC008C, 0px 6px 0 #EC008C, 0px 7px 0 #EC008C, 0px 8px 0 #EC008C, 1px -8px 0 #EC008C, 1px -7px 0 #EC008C, 1px -6px 0 #EC008C, 1px -5px 0 #EC008C, 1px -4px 0 #EC008C, 1px -3px 0 #EC008C, 1px -2px 0 #EC008C, 1px -1px 0 #EC008C, 1px 0px 0 #EC008C, 1px 1px 0 #EC008C, 1px 2px 0 #EC008C, 1px 3px 0 #EC008C, 1px 4px 0 #EC008C, 1px 5px 0 #EC008C, 1px 6px 0 #EC008C, 1px 7px 0 #EC008C, 1px 8px 0 #EC008C, 2px -8px 0 #EC008C, 2px -7px 0 #EC008C, 2px -6px 0 #EC008C, 2px -5px 0 #EC008C, 2px -4px 0 #EC008C, 2px -3px 0 #EC008C, 2px -2px 0 #EC008C, 2px -1px 0 #EC008C, 2px 0px 0 #EC008C, 2px 1px 0 #EC008C, 2px 2px 0 #EC008C, 2px 3px 0 #EC008C, 2px 4px 0 #EC008C, 2px 5px 0 #EC008C, 2px 6px 0 #EC008C, 2px 7px 0 #EC008C, 2px 8px 0 #EC008C, 3px -8px 0 #EC008C, 3px -7px 0 #EC008C, 3px -6px 0 #EC008C, 3px -5px 0 #EC008C, 3px -4px 0 #EC008C, 3px -3px 0 #EC008C, 3px -2px 0 #EC008C, 3px -1px 0 #EC008C, 3px 0px 0 #EC008C, 3px 1px 0 #EC008C, 3px 2px 0 #EC008C, 3px 3px 0 #EC008C, 3px 4px 0 #EC008C, 3px 5px 0 #EC008C, 3px 6px 0 #EC008C, 3px 7px 0 #EC008C, 3px 8px 0 #EC008C, 4px -8px 0 #EC008C, 4px -7px 0 #EC008C, 4px -6px 0 #EC008C, 4px -5px 0 #EC008C, 4px -4px 0 #EC008C, 4px -3px 0 #EC008C, 4px -2px 0 #EC008C, 4px -1px 0 #EC008C, 4px 0px 0 #EC008C, 4px 1px 0 #EC008C, 4px 2px 0 #EC008C, 4px 3px 0 #EC008C, 4px 4px 0 #EC008C, 4px 5px 0 #EC008C, 4px 6px 0 #EC008C, 4px 7px 0 #EC008C, 4px 8px 0 #EC008C, 5px -8px 0 #EC008C, 5px -7px 0 #EC008C, 5px -6px 0 #EC008C, 5px -5px 0 #EC008C, 5px -4px 0 #EC008C, 5px -3px 0 #EC008C, 5px -2px 0 #EC008C, 5px -1px 0 #EC008C, 5px 0px 0 #EC008C, 5px 1px 0 #EC008C, 5px 2px 0 #EC008C, 5px 3px 0 #EC008C, 5px 4px 0 #EC008C, 5px 5px 0 #EC008C, 5px 6px 0 #EC008C, 5px 7px 0 #EC008C, 5px 8px 0 #EC008C, 6px -8px 0 #EC008C, 6px -7px 0 #EC008C, 6px -6px 0 #EC008C, 6px -5px 0 #EC008C, 6px -4px 0 #EC008C, 6px -3px 0 #EC008C, 6px -2px 0 #EC008C, 6px -1px 0 #EC008C, 6px 0px 0 #EC008C, 6px 1px 0 #EC008C, 6px 2px 0 #EC008C, 6px 3px 0 #EC008C, 6px 4px 0 #EC008C, 6px 5px 0 #EC008C, 6px 6px 0 #EC008C, 6px 7px 0 #EC008C, 6px 8px 0 #EC008C, 7px -8px 0 #EC008C, 7px -7px 0 #EC008C, 7px -6px 0 #EC008C, 7px -5px 0 #EC008C, 7px -4px 0 #EC008C, 7px -3px 0 #EC008C, 7px -2px 0 #EC008C, 7px -1px 0 #EC008C, 7px 0px 0 #EC008C, 7px 1px 0 #EC008C, 7px 2px 0 #EC008C, 7px 3px 0 #EC008C, 7px 4px 0 #EC008C, 7px 5px 0 #EC008C, 7px 6px 0 #EC008C, 7px 7px 0 #EC008C, 7px 8px 0 #EC008C, 8px -8px 0 #EC008C, 8px -7px 0 #EC008C, 8px -6px 0 #EC008C, 8px -5px 0 #EC008C, 8px -4px 0 #EC008C, 8px -3px 0 #EC008C, 8px -2px 0 #EC008C, 8px -1px 0 #EC008C, 8px 0px 0 #EC008C, 8px 1px 0 #EC008C, 8px 2px 0 #EC008C, 8px 3px 0 #EC008C, 8px 4px 0 #EC008C, 8px 5px 0 #EC008C, 8px 6px 0 #EC008C, 8px 7px 0 #EC008C, 8px 8px 0 #EC008C; } }

@-webkit-keyframes text_color2 {
  from {
    color: #EC008C; }
  to {
    color: #005A2F; } }

@keyframes text_color2 {
  from {
    color: #EC008C; }
  to {
    color: #005A2F; } }

.stonebush-tm {
  text-align: center;
  margin: 130px 0 100px 0; }
  .stonebush-tm img {
    width: 544px;
    margin-bottom: 14px; }
  .stonebush-tm a {
    text-decoration: none; }
  .stonebush-tm .green_text {
    font-style: normal;
    font-weight: 800;
    font-size: 76px;
    line-height: 104px;
    /*identicaltoboxheight*/
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    font-family: 'Avenir';
    text-shadow: -8px -8px 0 #005A2F, -8px -7px 0 #005A2F, -8px -6px 0 #005A2F, -8px -5px 0 #005A2F, -8px -4px 0 #005A2F, -8px -3px 0 #005A2F, -8px -2px 0 #005A2F, -8px -1px 0 #005A2F, -8px 0px 0 #005A2F, -8px 1px 0 #005A2F, -8px 2px 0 #005A2F, -8px 3px 0 #005A2F, -8px 4px 0 #005A2F, -8px 5px 0 #005A2F, -8px 6px 0 #005A2F, -8px 7px 0 #005A2F, -8px 8px 0 #005A2F, -7px -8px 0 #005A2F, -7px -7px 0 #005A2F, -7px -6px 0 #005A2F, -7px -5px 0 #005A2F, -7px -4px 0 #005A2F, -7px -3px 0 #005A2F, -7px -2px 0 #005A2F, -7px -1px 0 #005A2F, -7px 0px 0 #005A2F, -7px 1px 0 #005A2F, -7px 2px 0 #005A2F, -7px 3px 0 #005A2F, -7px 4px 0 #005A2F, -7px 5px 0 #005A2F, -7px 6px 0 #005A2F, -7px 7px 0 #005A2F, -7px 8px 0 #005A2F, -6px -8px 0 #005A2F, -6px -7px 0 #005A2F, -6px -6px 0 #005A2F, -6px -5px 0 #005A2F, -6px -4px 0 #005A2F, -6px -3px 0 #005A2F, -6px -2px 0 #005A2F, -6px -1px 0 #005A2F, -6px 0px 0 #005A2F, -6px 1px 0 #005A2F, -6px 2px 0 #005A2F, -6px 3px 0 #005A2F, -6px 4px 0 #005A2F, -6px 5px 0 #005A2F, -6px 6px 0 #005A2F, -6px 7px 0 #005A2F, -6px 8px 0 #005A2F, -5px -8px 0 #005A2F, -5px -7px 0 #005A2F, -5px -6px 0 #005A2F, -5px -5px 0 #005A2F, -5px -4px 0 #005A2F, -5px -3px 0 #005A2F, -5px -2px 0 #005A2F, -5px -1px 0 #005A2F, -5px 0px 0 #005A2F, -5px 1px 0 #005A2F, -5px 2px 0 #005A2F, -5px 3px 0 #005A2F, -5px 4px 0 #005A2F, -5px 5px 0 #005A2F, -5px 6px 0 #005A2F, -5px 7px 0 #005A2F, -5px 8px 0 #005A2F, -4px -8px 0 #005A2F, -4px -7px 0 #005A2F, -4px -6px 0 #005A2F, -4px -5px 0 #005A2F, -4px -4px 0 #005A2F, -4px -3px 0 #005A2F, -4px -2px 0 #005A2F, -4px -1px 0 #005A2F, -4px 0px 0 #005A2F, -4px 1px 0 #005A2F, -4px 2px 0 #005A2F, -4px 3px 0 #005A2F, -4px 4px 0 #005A2F, -4px 5px 0 #005A2F, -4px 6px 0 #005A2F, -4px 7px 0 #005A2F, -4px 8px 0 #005A2F, -3px -8px 0 #005A2F, -3px -7px 0 #005A2F, -3px -6px 0 #005A2F, -3px -5px 0 #005A2F, -3px -4px 0 #005A2F, -3px -3px 0 #005A2F, -3px -2px 0 #005A2F, -3px -1px 0 #005A2F, -3px 0px 0 #005A2F, -3px 1px 0 #005A2F, -3px 2px 0 #005A2F, -3px 3px 0 #005A2F, -3px 4px 0 #005A2F, -3px 5px 0 #005A2F, -3px 6px 0 #005A2F, -3px 7px 0 #005A2F, -3px 8px 0 #005A2F, -2px -8px 0 #005A2F, -2px -7px 0 #005A2F, -2px -6px 0 #005A2F, -2px -5px 0 #005A2F, -2px -4px 0 #005A2F, -2px -3px 0 #005A2F, -2px -2px 0 #005A2F, -2px -1px 0 #005A2F, -2px 0px 0 #005A2F, -2px 1px 0 #005A2F, -2px 2px 0 #005A2F, -2px 3px 0 #005A2F, -2px 4px 0 #005A2F, -2px 5px 0 #005A2F, -2px 6px 0 #005A2F, -2px 7px 0 #005A2F, -2px 8px 0 #005A2F, -1px -8px 0 #005A2F, -1px -7px 0 #005A2F, -1px -6px 0 #005A2F, -1px -5px 0 #005A2F, -1px -4px 0 #005A2F, -1px -3px 0 #005A2F, -1px -2px 0 #005A2F, -1px -1px 0 #005A2F, -1px 0px 0 #005A2F, -1px 1px 0 #005A2F, -1px 2px 0 #005A2F, -1px 3px 0 #005A2F, -1px 4px 0 #005A2F, -1px 5px 0 #005A2F, -1px 6px 0 #005A2F, -1px 7px 0 #005A2F, -1px 8px 0 #005A2F, 0px -8px 0 #005A2F, 0px -7px 0 #005A2F, 0px -6px 0 #005A2F, 0px -5px 0 #005A2F, 0px -4px 0 #005A2F, 0px -3px 0 #005A2F, 0px -2px 0 #005A2F, 0px -1px 0 #005A2F, 0px 0px 0 #005A2F, 0px 1px 0 #005A2F, 0px 2px 0 #005A2F, 0px 3px 0 #005A2F, 0px 4px 0 #005A2F, 0px 5px 0 #005A2F, 0px 6px 0 #005A2F, 0px 7px 0 #005A2F, 0px 8px 0 #005A2F, 1px -8px 0 #005A2F, 1px -7px 0 #005A2F, 1px -6px 0 #005A2F, 1px -5px 0 #005A2F, 1px -4px 0 #005A2F, 1px -3px 0 #005A2F, 1px -2px 0 #005A2F, 1px -1px 0 #005A2F, 1px 0px 0 #005A2F, 1px 1px 0 #005A2F, 1px 2px 0 #005A2F, 1px 3px 0 #005A2F, 1px 4px 0 #005A2F, 1px 5px 0 #005A2F, 1px 6px 0 #005A2F, 1px 7px 0 #005A2F, 1px 8px 0 #005A2F, 2px -8px 0 #005A2F, 2px -7px 0 #005A2F, 2px -6px 0 #005A2F, 2px -5px 0 #005A2F, 2px -4px 0 #005A2F, 2px -3px 0 #005A2F, 2px -2px 0 #005A2F, 2px -1px 0 #005A2F, 2px 0px 0 #005A2F, 2px 1px 0 #005A2F, 2px 2px 0 #005A2F, 2px 3px 0 #005A2F, 2px 4px 0 #005A2F, 2px 5px 0 #005A2F, 2px 6px 0 #005A2F, 2px 7px 0 #005A2F, 2px 8px 0 #005A2F, 3px -8px 0 #005A2F, 3px -7px 0 #005A2F, 3px -6px 0 #005A2F, 3px -5px 0 #005A2F, 3px -4px 0 #005A2F, 3px -3px 0 #005A2F, 3px -2px 0 #005A2F, 3px -1px 0 #005A2F, 3px 0px 0 #005A2F, 3px 1px 0 #005A2F, 3px 2px 0 #005A2F, 3px 3px 0 #005A2F, 3px 4px 0 #005A2F, 3px 5px 0 #005A2F, 3px 6px 0 #005A2F, 3px 7px 0 #005A2F, 3px 8px 0 #005A2F, 4px -8px 0 #005A2F, 4px -7px 0 #005A2F, 4px -6px 0 #005A2F, 4px -5px 0 #005A2F, 4px -4px 0 #005A2F, 4px -3px 0 #005A2F, 4px -2px 0 #005A2F, 4px -1px 0 #005A2F, 4px 0px 0 #005A2F, 4px 1px 0 #005A2F, 4px 2px 0 #005A2F, 4px 3px 0 #005A2F, 4px 4px 0 #005A2F, 4px 5px 0 #005A2F, 4px 6px 0 #005A2F, 4px 7px 0 #005A2F, 4px 8px 0 #005A2F, 5px -8px 0 #005A2F, 5px -7px 0 #005A2F, 5px -6px 0 #005A2F, 5px -5px 0 #005A2F, 5px -4px 0 #005A2F, 5px -3px 0 #005A2F, 5px -2px 0 #005A2F, 5px -1px 0 #005A2F, 5px 0px 0 #005A2F, 5px 1px 0 #005A2F, 5px 2px 0 #005A2F, 5px 3px 0 #005A2F, 5px 4px 0 #005A2F, 5px 5px 0 #005A2F, 5px 6px 0 #005A2F, 5px 7px 0 #005A2F, 5px 8px 0 #005A2F, 6px -8px 0 #005A2F, 6px -7px 0 #005A2F, 6px -6px 0 #005A2F, 6px -5px 0 #005A2F, 6px -4px 0 #005A2F, 6px -3px 0 #005A2F, 6px -2px 0 #005A2F, 6px -1px 0 #005A2F, 6px 0px 0 #005A2F, 6px 1px 0 #005A2F, 6px 2px 0 #005A2F, 6px 3px 0 #005A2F, 6px 4px 0 #005A2F, 6px 5px 0 #005A2F, 6px 6px 0 #005A2F, 6px 7px 0 #005A2F, 6px 8px 0 #005A2F, 7px -8px 0 #005A2F, 7px -7px 0 #005A2F, 7px -6px 0 #005A2F, 7px -5px 0 #005A2F, 7px -4px 0 #005A2F, 7px -3px 0 #005A2F, 7px -2px 0 #005A2F, 7px -1px 0 #005A2F, 7px 0px 0 #005A2F, 7px 1px 0 #005A2F, 7px 2px 0 #005A2F, 7px 3px 0 #005A2F, 7px 4px 0 #005A2F, 7px 5px 0 #005A2F, 7px 6px 0 #005A2F, 7px 7px 0 #005A2F, 7px 8px 0 #005A2F, 8px -8px 0 #005A2F, 8px -7px 0 #005A2F, 8px -6px 0 #005A2F, 8px -5px 0 #005A2F, 8px -4px 0 #005A2F, 8px -3px 0 #005A2F, 8px -2px 0 #005A2F, 8px -1px 0 #005A2F, 8px 0px 0 #005A2F, 8px 1px 0 #005A2F, 8px 2px 0 #005A2F, 8px 3px 0 #005A2F, 8px 4px 0 #005A2F, 8px 5px 0 #005A2F, 8px 6px 0 #005A2F, 8px 7px 0 #005A2F, 8px 8px 0 #005A2F; }
  .stonebush-tm .green_text {
    animation: text_color 0.3s infinite linear alternate;
    -webkit-animation: text_color 0.3s infinite linear alternate; }
  .stonebush-tm .pink_text {
    font-family: 'ThirstyRoughBoldThree';
    font-style: normal;
    font-weight: 600;
    font-size: 76px;
    line-height: 127%;
    /*identicaltoboxheight,or97px*/
    text-align: center;
    letter-spacing: 0.03em;
    /*pink2*/
    color: #EC008C;
    margin: 0;
    animation: text_color2 0.3s infinite linear alternate;
    -webkit-animation: text_color2 0.3s infinite linear alternate; }

@media screen and (max-width: 1024px) {
  .contacts .contacts_title {
    padding-bottom: 100px; }
    .contacts .contacts_title h1 {
      font-size: 80px;
      line-height: 127%;
      margin: 0 0 20px 0; }
    .contacts .contacts_title p {
      font-size: 80px;
      line-height: 127%; }
  .feedback .container_feedback h2 {
    font-size: 48px;
    line-height: 69px; }
  .feedback .container_feedback p {
    font-size: 24px;
    line-height: 35px; }
  .feedback .container_feedback .feedback_content .letter .letter_text {
    height: 314px;
    width: 472px; }
    .feedback .container_feedback .feedback_content .letter .letter_text address {
      padding-bottom: 80px; }
    .feedback .container_feedback .feedback_content .letter .letter_text p {
      font-size: 18px;
      line-height: 26px;
      margin: 10px auto 0 auto; }
  .feedback .container_feedback .feedback_content .letter .contact_info a {
    margin-right: 0;
    font-size: 32px;
    line-height: 44px; }
    .feedback .container_feedback .feedback_content .letter .contact_info a span {
      margin-right: 20px; }
  .feedback .container_feedback .feedback_content form input {
    padding: 0 0 0 35px; }
  .feedback .container_feedback .feedback_content form label {
    margin-bottom: 30px; }
  .feedback .container_feedback .feedback_content form textarea {
    padding: 20px 0 0 35px;
    height: 238px;
    width: 472px; }
  .feedback .container_feedback .feedback_content form button {
    width: 337px;
    height: 65px;
    line-height: 65px;
    margin: 50px auto 0 auto; }
  .stonebush-tm {
    margin: 100px 0 80px 0; }
    .stonebush-tm img {
      width: 644px; }
    .stonebush-tm .green_text {
      font-size: 90px;
      line-height: 123px; }
    .stonebush-tm .pink_text {
      font-weight: 800;
      font-size: 90px;
      line-height: 134px; } }

@media screen and (max-width: 750px) {
  .contacts .contacts_title {
    padding-bottom: 10px; }
    .contacts .contacts_title h1 {
      font-weight: normal;
      font-size: 40px;
      line-height: 127%; }
    .contacts .contacts_title p {
      font-weight: 900;
      font-size: 40px;
      line-height: 127%; }
      .contacts .contacts_title p a {
        font-weight: 900;
        font-size: 40px;
        line-height: 127%; }
  .feedback .container_feedback {
    max-width: 375px;
    margin: 0 auto; }
    .feedback .container_feedback h2 {
      font-size: 24px;
      line-height: 35px;
      margin: 45px auto; }
    .feedback .container_feedback p {
      font-size: 12px;
      line-height: 17px; }
    .feedback .container_feedback .feedback_content {
      max-width: 375px;
      margin: 60px auto 0 auto; }
      .feedback .container_feedback .feedback_content .letter {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .feedback .container_feedback .feedback_content .letter .letter_text {
          height: 224px;
          width: 337px; }
          .feedback .container_feedback .feedback_content .letter .letter_text address {
            padding-bottom: 50px; }
          .feedback .container_feedback .feedback_content .letter .letter_text p {
            font-size: 12px;
            margin: 1px auto 0 auto; }
        .feedback .container_feedback .feedback_content .letter .contact_info a {
          font-weight: 300;
          font-size: 28px;
          line-height: 38px; }
      .feedback .container_feedback .feedback_content form input {
        width: 337px;
        font-weight: normal;
        font-size: 26px;
        line-height: 36px;
        color: #333333;
        padding: 0 0 0 25px; }
      .feedback .container_feedback .feedback_content form textarea {
        font-weight: normal;
        font-size: 26px;
        line-height: 36px;
        color: #333333;
        outline: none;
        height: 338px;
        width: 337px; }
      .feedback .container_feedback .feedback_content form button {
        margin: 45px auto 0 auto; }
  .stonebush-tm {
    margin: 55px 0 25px 0; }
    .stonebush-tm img {
      width: 350px;
      margin-bottom: -20px; }
    .stonebush-tm .green_text {
      font-size: 48px;
      line-height: 66px; }
    .stonebush-tm .green_text {
      animation: text_color 0.5s infinite linear alternate;
      -webkit-animation: text_color 0.5s infinite linear alternate; }
    .stonebush-tm .pink_text {
      font-weight: 800;
      font-size: 48px;
      line-height: 72px; }
    .stonebush-tm .pink_text {
      animation: text_color2 0.5s infinite linear alternate;
      -webkit-animation: text_color2 0.5s infinite linear alternate; } }

@media screen and (max-width: 370px) {
  .contacts .contacts_title .container_contacts {
    padding: 0 10px; }
  .contacts .contacts_title h1 {
    text-align: center; }
  .feedback .container_feedback {
    max-width: 320px;
    padding: 0 10px; }
    .feedback .container_feedback p {
      padding: 0; }
    .feedback .container_feedback .feedback_content {
      max-width: 320px; }
      .feedback .container_feedback .feedback_content .letter .letter_text {
        height: 200px;
        width: 300px; }
        .feedback .container_feedback .feedback_content .letter .letter_text address {
          padding-bottom: 40px; }
        .feedback .container_feedback .feedback_content .letter .letter_text p {
          margin: 0px auto 0 auto; }
      .feedback .container_feedback .feedback_content .letter .contact_info a {
        font-size: 24px;
        line-height: 34px; }
      .feedback .container_feedback .feedback_content form input {
        width: 300px;
        font-size: 24px;
        line-height: 34px; }
      .feedback .container_feedback .feedback_content form textarea {
        font-size: 24px;
        line-height: 34px;
        height: 300px;
        width: 300px; }
      .feedback .container_feedback .feedback_content form button {
        width: 300px; }
  .stonebush-tm .green_text {
    font-size: 38px;
    line-height: 66px; }
  .stonebush-tm .pink_text {
    font-weight: 800;
    font-size: 38px;
    line-height: 72px; } }

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

@media screen and (max-width: 750px) {
  .article {
    padding-top: 122px; } }

.article .container {
  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; }
  .article .container nav ul li a {
    border-bottom: 1px solid transparent; }
  .article .container nav ul li a:hover {
    border-bottom: 1px solid #ffffff; }
  @media screen and (max-width: 1140px) {
    .article .container .logo {
      margin-top: 0; } }
  @media screen and (max-width: 1140px) {
    .article .container .gamburger {
      margin-top: 0; } }
  @media screen and (max-width: 750px) {
    .article .container .gamburger {
      margin-top: 0; }
    .article .container .logo {
      padding-top: 0;
      margin-top: 0px; } }

.article header {
  height: 126px;
  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; }
  @media screen and (max-width: 750px) {
    .article header {
      height: 122px; } }

.article header, .article .article_navbar {
  background-image: url("../img/background-news.jpg");
  background-size: cover; }

.article .article_title {
  background-image: url("../img/post/post_bg.png");
  background-size: cover;
  height: 440px;
  background-repeat: no-repeat;
  background-position: top center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative; }
  .article .article_title .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover; }
  .article .article_title .bg_desc {
    display: block; }
  .article .article_title .bg_tablet {
    display: none; }
  .article .article_title .bg_mob {
    display: none; }
  @media screen and (max-width: 1024px) {
    .article .article_title {
      height: 405px; }
      .article .article_title .bg_desc {
        display: none; }
      .article .article_title .bg_tablet {
        display: block; }
      .article .article_title .bg_mob {
        display: none; } }
  @media screen and (max-width: 750px) {
    .article .article_title {
      height: 610px; } }
  @media screen and (max-width: 375px) {
    .article .article_title {
      height: 610px; }
      .article .article_title .bg_desc {
        display: none; }
      .article .article_title .bg_tablet {
        display: none; }
      .article .article_title .bg_mob {
        display: block; } }
  .article .article_title .container_article {
    max-width: 1276px;
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 1440px) {
      .article .article_title .container_article {
        max-width: 1200px; } }
    @media screen and (max-width: 1024px) {
      .article .article_title .container_article {
        max-width: 768px;
        padding: 0 20px; } }
    @media screen and (max-width: 750px) {
      .article .article_title .container_article {
        max-width: 375px; } }
    .article .article_title .container_article .article_title__text {
      font-family: 'ThirstyRoughBoldThree';
      font-size: 76px;
      line-height: 127%;
      color: #ffffff;
      max-width: 420px;
      position: relative;
      z-index: 8;
      pointer-events: none; }
      @media screen and (max-width: 1024px) {
        .article .article_title .container_article .article_title__text {
          font-size: 80px;
          line-height: 119px;
          letter-spacing: 0.01em;
          max-width: 404px; } }
      @media screen and (max-width: 750px) {
        .article .article_title .container_article .article_title__text {
          font-size: 48px;
          line-height: 72px;
          max-width: 330px;
          margin-bottom: 52px; } }

.article .article_navbar {
  font-family: 'Avenir';
  color: #ffffff;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 8; }
  @media screen and (max-width: 785px) {
    .article .article_navbar {
      transform: translateY(-1px);
      -webkit-transform: translateY(-1px);
      -moz-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
      -o-transform: translateY(-1px); } }
  @media screen and (max-width: 750px) {
    .article .article_navbar {
      background: none;
      margin-top: -45px; } }
  .article .article_navbar .container_article {
    max-width: 1276px;
    margin: 0 auto; }
    @media screen and (max-width: 1440px) {
      .article .article_navbar .container_article {
        max-width: 1200px; } }
    @media screen and (max-width: 1024px) {
      .article .article_navbar .container_article {
        padding: 0 20px; } }
    @media screen and (max-width: 750px) {
      .article .article_navbar .container_article {
        max-width: 375px; } }
    .article .article_navbar .container_article .article_navbar-wrap {
      min-height: 65px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 750px) {
        .article .article_navbar .container_article .article_navbar-wrap {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: column-reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; } }
      .article .article_navbar .container_article .article_navbar-wrap .date-seen {
        width: 300px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        @media screen and (max-width: 1024px) {
          .article .article_navbar .container_article .article_navbar-wrap .date-seen {
            width: 50%; } }
        @media screen and (max-width: 750px) {
          .article .article_navbar .container_article .article_navbar-wrap .date-seen {
            width: 100%;
            color: black;
            padding-top: 25px; }
            .article .article_navbar .container_article .article_navbar-wrap .date-seen svg path {
              fill: black; } }
      .article .article_navbar .container_article .article_navbar-wrap .share {
        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;
        width: 25%; }
        .article .article_navbar .container_article .article_navbar-wrap .share p {
          margin-right: 25px;
          margin-top: 0;
          margin-bottom: 0; }
        .article .article_navbar .container_article .article_navbar-wrap .share img {
          width: 46px;
          height: 46px;
          margin: 0 14px; }
        .article .article_navbar .container_article .article_navbar-wrap .share a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
        @media screen and (max-width: 1024px) {
          .article .article_navbar .container_article .article_navbar-wrap .share {
            width: 50%;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
                -ms-flex-pack: end;
                    justify-content: flex-end; } }
        @media screen and (max-width: 750px) {
          .article .article_navbar .container_article .article_navbar-wrap .share {
            width: 100%; }
            .article .article_navbar .container_article .article_navbar-wrap .share p {
              margin-right: 2px; }
            .article .article_navbar .container_article .article_navbar-wrap .share img {
              width: 30px;
              height: 30px;
              margin: 0 9px; } }

@media screen and (max-width: 1024px) {
  .article_content {
    margin-bottom: 97px; } }

@media screen and (max-width: 750px) {
  .article_content {
    margin-bottom: 125px; } }

.article_content .container_article {
  max-width: 1276px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 1440px) {
    .article_content .container_article {
      max-width: 1200px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media screen and (max-width: 1024px) {
    .article_content .container_article {
      max-width: 768px;
      padding: 0px 20px; } }
  @media screen and (max-width: 750px) {
    .article_content .container_article {
      max-width: 375px; } }
  .article_content .container_article .article_content-text {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    margin-right: 180px; }
    @media screen and (max-width: 1320px) {
      .article_content .container_article .article_content-text {
        padding: 0 25px; } }
    @media screen and (max-width: 1440px) {
      .article_content .container_article .article_content-text {
        margin-right: 0px; } }
    .article_content .container_article .article_content-text h1 {
      font-weight: 800;
      font-size: 24px;
      line-height: 33px;
      letter-spacing: 0.01em;
      margin: 80px 0 0 0; }
    .article_content .container_article .article_content-text p {
      margin: 40px 0; }
    @media screen and (max-width: 1024px) {
      .article_content .container_article .article_content-text {
        font-size: 18px;
        line-height: 25px; }
        .article_content .container_article .article_content-text h1 {
          font-size: 24px;
          line-height: 33px;
          margin: 80px 0 40px 0; }
        .article_content .container_article .article_content-text p {
          margin: 40px 0; } }
    @media screen and (max-width: 750px) {
      .article_content .container_article .article_content-text {
        font-size: 16px;
        line-height: 22px; }
        .article_content .container_article .article_content-text h1 {
          font-size: 18px;
          line-height: 25px;
          margin: 50px 0 25px 0; }
        .article_content .container_article .article_content-text p {
          margin: 25px 0; } }
  @media screen and (max-width: 750px) {
    .article_content .container_article .other_news {
      min-width: auto; } }
  .article_content .container_article .other_news .title {
    font-family: "Eponymous";
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    line-height: 61px;
    letter-spacing: 0.01em; }
    @media screen and (min-width: 1440px) {
      .article_content .container_article .other_news .title {
        margin-top: 80px; } }
  @media screen and (max-width: 1440px) {
    .article_content .container_article .other_news .other-news-items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: 0px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
  @media screen and (max-width: 768px) {
    .article_content .container_article .other_news .other-news-items {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media screen and (max-width: 755px) {
    .article_content .container_article .other_news .other-news-items {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .article_content .container_article .other_news .other-news-items .news-item {
    position: relative;
    margin: 20px 0;
    display: block;
    color: #ffffff;
    width: 304px;
    height: 210px; }
    @media screen and (max-width: 1024px) {
      .article_content .container_article .other_news .other-news-items .news-item {
        width: 348px;
        height: 242px;
        margin: 7px 0; } }
    @media screen and (max-width: 750px) {
      .article_content .container_article .other_news .other-news-items .news-item {
        width: 335px;
        height: 230px; } }
    .article_content .container_article .other_news .other-news-items .news-item .date {
      position: absolute;
      top: 0;
      margin-top: 10px;
      margin-left: 40px;
      font-style: normal;
      font-family: 'Avenir';
      font-weight: 300;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0.01em; }
      @media screen and (max-width: 1024px) {
        .article_content .container_article .other_news .other-news-items .news-item .date {
          font-size: 18px;
          line-height: 25px;
          margin-left: 20px; } }
      @media screen and (max-width: 750px) {
        .article_content .container_article .other_news .other-news-items .news-item .date {
          font-size: 24px;
          line-height: 33px; } }
    .article_content .container_article .other_news .other-news-items .news-item img {
      width: 100%;
      height: 100%; }
    .article_content .container_article .other_news .other-news-items .news-item .title {
      position: absolute;
      bottom: 0;
      margin-bottom: 10px;
      margin-left: 20px;
      font-family: 'Avenir';
      font-style: normal;
      font-weight: 800;
      font-size: 24px;
      line-height: 33px;
      letter-spacing: 0.01em;
      max-width: 210px; }
      @media screen and (max-width: 1024px) {
        .article_content .container_article .other_news .other-news-items .news-item .title {
          font-size: 24px;
          line-height: 33px;
          margin-left: 20px;
          margin-bottom: 30px; } }
      @media screen and (max-width: 750px) {
        .article_content .container_article .other_news .other-news-items .news-item .title {
          font-size: 32px;
          line-height: 44px;
          margin-bottom: 20px; } }
  .article_content .container_article .other_news .other-news-items .news-item:nth-child(4) {
    display: none; }
    @media screen and (max-width: 1440px) {
      .article_content .container_article .other_news .other-news-items .news-item:nth-child(4) {
        display: block; } }
    @media screen and (max-width: 755px) {
      .article_content .container_article .other_news .other-news-items .news-item:nth-child(4) {
        display: none; } }
  @media screen and (max-width: 1440px) {
    .article_content .container_article .other_news > .title {
      text-align: center;
      padding-top: 20px; } }
  @media screen and (max-width: 1024px) {
    .article_content .container_article .other_news > .title {
      font-size: 48px;
      line-height: 69px;
      padding-top: 40px; } }
  @media screen and (max-width: 750px) {
    .article_content .container_article .other_news > .title {
      font-size: 36px;
      line-height: 52px;
      padding-top: 115px; } }

.about header {
  position: absolute;
  width: 100%;
  height: 126px; }
  @media screen and (max-width: 1140px) {
    .about header {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 11; } }
  .about header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

@media screen and (max-width: 1140px) {
  .about header.squeeze {
    height: 60px !important;
    min-height: 60px !important;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    background-image: url("../img/background-news.jpg"); }
    .about header.squeeze .logo {
      padding-top: 0; } }

.about .about_title {
  height: 440px;
  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 (max-width: 1024px) {
    .about .about_title {
      height: 520px; } }
  @media screen and (max-width: 750px) {
    .about .about_title {
      height: 310px; } }
  .about .about_title .bg {
    width: 100%;
    height: 440px;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1; }
    @media screen and (max-width: 1024px) {
      .about .about_title .bg {
        height: 520px; } }
    @media screen and (max-width: 750px) {
      .about .about_title .bg {
        height: 310px; } }
  .about .about_title .bg_desc {
    display: block; }
  .about .about_title .bg_tablet {
    display: none; }
  .about .about_title .bg_mob {
    display: none; }
  @media screen and (max-width: 768px) {
    .about .about_title .bg_desc {
      display: none; }
    .about .about_title .bg_tablet {
      display: block; }
    .about .about_title .bg_mob {
      display: none; } }
  @media screen and (max-width: 375px) {
    .about .about_title .bg_desc {
      display: none; }
    .about .about_title .bg_tablet {
      display: none; }
    .about .about_title .bg_mob {
      display: block; } }
  .about .about_title .container_about {
    max-width: 1276px;
    margin: 0 auto; }
    .about .about_title .container_about .about_title__text {
      color: white;
      font-family: 'ThirstyRoughBoldThree';
      font-style: normal;
      font-weight: 600;
      font-size: 76px;
      line-height: 127%;
      /* or 145px */
      text-align: center;
      letter-spacing: 0.03em; }
      @media screen and (max-width: 1024px) {
        .about .about_title .container_about .about_title__text {
          font-size: 80px;
          line-height: 127%; } }
      @media screen and (max-width: 750px) {
        .about .about_title .container_about .about_title__text {
          font-size: 40px;
          line-height: 127%; } }

.who {
  margin-bottom: 80px; }
  .who .container_about {
    max-width: 1276px;
    margin: 0 auto;
    padding: 0 25px; }
    @media screen and (max-width: 1440px) {
      .who .container_about {
        max-width: 1200px; } }
    @media screen and (max-width: 1024px) {
      .who .container_about {
        max-width: 768px; } }
    @media screen and (max-width: 750px) {
      .who .container_about {
        max-width: 375px;
        padding: 0 20px; } }
    .who .container_about .who_text-info {
      max-width: 952px;
      position: relative; }
      @media screen and (max-width: 1440px) {
        .who .container_about .who_text-info {
          max-width: 100%; } }
      .who .container_about .who_text-info h1 {
        font-family: "Eponymous";
        font-style: normal;
        font-weight: normal;
        font-size: 42px;
        line-height: 61px;
        margin: 80px 0 30px 0;
        text-align: center;
        letter-spacing: 0.03em; }
        @media screen and (max-width: 1024px) {
          .who .container_about .who_text-info h1 {
            font-size: 48px;
            line-height: 127%;
            margin: 80px 0 50px 0; } }
        @media screen and (max-width: 750px) {
          .who .container_about .who_text-info h1 {
            font-size: 36px;
            margin: 60px 0 30px 0; } }
      .who .container_about .who_text-info .who_text, .who .container_about .who_text-info p {
        font-family: 'Avenir';
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        line-height: 127%;
        /* or 36px */
        letter-spacing: 0.03em;
        margin: 0 0 30px 0; }
        @media screen and (max-width: 1024px) {
          .who .container_about .who_text-info .who_text, .who .container_about .who_text-info p {
            font-size: 24px; } }
        @media screen and (max-width: 750px) {
          .who .container_about .who_text-info .who_text, .who .container_about .who_text-info p {
            font-size: 18px;
            margin: 0 0 30px 0; } }
      .who .container_about .who_text-info .who_text-pink {
        font-family: 'ThirstyRoughBoldThree';
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 127%;
        /* or 41px */
        letter-spacing: 0.02em;
        /* pink2 */
        color: #EC008C; }
        @media screen and (max-width: 1440px) {
          .who .container_about .who_text-info .who_text-pink {
            width: 70%;
            padding-top: 30px; } }
        @media screen and (max-width: 1024px) {
          .who .container_about .who_text-info .who_text-pink {
            font-size: 32px; } }
        @media screen and (max-width: 750px) {
          .who .container_about .who_text-info .who_text-pink {
            font-size: 28px;
            width: 100%; } }
      .who .container_about .who_text-info .bottle_bg {
        display: none; }
      .who .container_about .who_text-info .bottle {
        position: absolute;
        width: 281px;
        height: 652px;
        left: -webkit-calc(100% + 100px);
        left: calc(100% + 100px);
        bottom: 0; }
        @media screen and (max-width: 1600px) {
          .who .container_about .who_text-info .bottle {
            zoom: 0.8; } }
        @media screen and (max-width: 1440px) {
          .who .container_about .who_text-info .bottle {
            zoom: 1;
            width: 175px;
            height: 404px;
            left: -webkit-calc(100% - 190px);
            left: calc(100% - 190px);
            bottom: -35%; } }
        @media screen and (max-width: 1024px) {
          .who .container_about .who_text-info .bottle {
            bottom: -25%; } }
        @media screen and (max-width: 750px) {
          .who .container_about .who_text-info .bottle {
            opacity: 0.1 !important;
            top: 0;
            width: 335px;
            height: 754px;
            left: 0;
            transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2); } }
      @media screen and (max-width: 750px) {
        .who .container_about .who_text-info .bottle {
          display: none; }
        .who .container_about .who_text-info .bottle_bg {
          display: block; } }

.history {
  position: relative;
  height: 449px; }
  @media screen and (max-width: 1024px) {
    .history {
      height: 581px; } }
  @media screen and (max-width: 750px) {
    .history {
      height: 520px; } }
  .history .container_history {
    max-width: 1276px;
    margin: 0 auto;
    padding: 0 25px; }
    @media screen and (max-width: 1440px) {
      .history .container_history {
        max-width: 1200px; } }
    @media screen and (max-width: 1024px) {
      .history .container_history {
        max-width: 768px; } }
    @media screen and (max-width: 750px) {
      .history .container_history {
        max-width: 375px; } }
    .history .container_history .history_text-info {
      max-width: 955px;
      padding-top: 0.1px; }
      .history .container_history .history_text-info h1 {
        font-family: "Eponymous";
        font-style: normal;
        font-weight: normal;
        font-size: 42px;
        line-height: 61px;
        /* or 81px */
        text-align: left;
        letter-spacing: 0.03em;
        color: #FFFFFF;
        margin: 40px 0 40px 0; }
        @media screen and (max-width: 1024px) {
          .history .container_history .history_text-info h1 {
            margin: 60px 0 45px 125px;
            font-size: 48px; } }
        @media screen and (max-width: 750px) {
          .history .container_history .history_text-info h1 {
            margin: 60px 0 30px 0px;
            font-size: 36px; } }
        @media screen and (max-width: 360px) {
          .history .container_history .history_text-info h1 {
            margin: 40px 0 20px 0px; } }
      .history .container_history .history_text-info .history_text, .history .container_history .history_text-info p {
        font-family: 'Avenir';
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        line-height: 33px;
        color: #FFFFFF;
        margin: 0 0 40px 0; }
        @media screen and (max-width: 1024px) {
          .history .container_history .history_text-info .history_text, .history .container_history .history_text-info p {
            font-size: 24px;
            line-height: 33px; } }
        @media screen and (max-width: 750px) {
          .history .container_history .history_text-info .history_text, .history .container_history .history_text-info p {
            font-size: 16px;
            line-height: 22px;
            margin: 0 0 30px 0; } }
        @media screen and (max-width: 360px) {
          .history .container_history .history_text-info .history_text, .history .container_history .history_text-info p {
            margin: 0 0 20px 0px; } }
  .history .history_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover; }

.mission {
  margin: 80px 0 100px 0; }
  @media screen and (max-width: 750px) {
    .mission {
      margin: 60px 0; } }
  .mission .container_mission {
    max-width: 1276px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 1440px) {
      .mission .container_mission {
        max-width: 1200px; } }
    @media screen and (max-width: 1024px) {
      .mission .container_mission {
        max-width: 768px; } }
    @media screen and (max-width: 750px) {
      .mission .container_mission {
        max-width: 375px; } }
    .mission .container_mission .mission_text-info {
      max-width: 790px; }
      .mission .container_mission .mission_text-info h1 {
        font-family: "Eponymous";
        font-style: normal;
        font-weight: normal;
        font-size: 42px;
        line-height: 61px;
        /* or 81px */
        text-align: center;
        letter-spacing: 0.03em;
        color: #000000;
        margin: 0 0 40px 0; }
        @media screen and (max-width: 1024px) {
          .mission .container_mission .mission_text-info h1 {
            font-size: 48px; } }
        @media screen and (max-width: 750px) {
          .mission .container_mission .mission_text-info h1 {
            font-size: 36px;
            margin: 0 0 30px 0; } }
      .mission .container_mission .mission_text-info .mission_text, .mission .container_mission .mission_text-info p {
        font-family: 'Avenir';
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        line-height: 127%;
        letter-spacing: 0.03em;
        color: #000000;
        margin: 0 0 40px 0; }
        @media screen and (max-width: 1024px) {
          .mission .container_mission .mission_text-info .mission_text, .mission .container_mission .mission_text-info p {
            font-size: 24px; } }
        @media screen and (max-width: 750px) {
          .mission .container_mission .mission_text-info .mission_text, .mission .container_mission .mission_text-info p {
            font-size: 18px;
            margin: 0 0 30px 0; } }
    .mission .container_mission img {
      width: 202px;
      height: 301px; }
      @media screen and (max-width: 1174px) {
        .mission .container_mission img {
          width: 158px;
          height: 233px; } }
      @media screen and (max-width: 1024px) {
        .mission .container_mission img {
          display: none; } }

.useful {
  margin-bottom: 80px; }
  @media screen and (max-width: 750px) {
    .useful {
      margin-bottom: 60px; } }
  .useful .container_useful {
    max-width: 1276px;
    margin: 0 auto;
    padding: 0 25px; }
    @media screen and (max-width: 1440px) {
      .useful .container_useful {
        max-width: 1200px;
        padding: 0 25px; } }
    @media screen and (max-width: 1024px) {
      .useful .container_useful {
        max-width: 768px;
        padding: 0px; } }
    @media screen and (max-width: 750px) {
      .useful .container_useful {
        max-width: 375px; } }
    .useful .container_useful > h1 {
      font-family: "Eponymous";
      font-style: normal;
      font-weight: normal;
      font-size: 42px;
      line-height: 61px;
      /* identical to box height, or 66px */
      text-align: center;
      letter-spacing: 0.03em;
      margin: 80px 0 40px 0; }
      @media screen and (max-width: 1024px) {
        .useful .container_useful > h1 {
          font-size: 48px;
          margin: 80px 0 30px 0; } }
      @media screen and (max-width: 750px) {
        .useful .container_useful > h1 {
          font-size: 36px;
          margin: 60px 0 30px 0; } }
    .useful .container_useful .useful_items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media screen and (max-width: 1024px) {
        .useful .container_useful .useful_items {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .useful .container_useful .useful_items .useful_info-item:nth-child(3) {
            width: 728px;
            height: 577px; } }
      @media screen and (max-width: 766px) {
        .useful .container_useful .useful_items .useful_info-item:nth-child(3) {
          width: 354px;
          height: 284px; } }
      @media screen and (max-width: 750px) {
        .useful .container_useful .useful_items .useful_info-item:nth-child(3) {
          width: 335px;
          height: 269px; } }
      .useful .container_useful .useful_items .useful_info-item {
        width: 330px;
        height: 330px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        background: rgba(0, 0, 0, 0.5); }
        @media screen and (max-width: 1700px) {
          .useful .container_useful .useful_items .useful_info-item {
            margin: 15px 10px; } }
        @media screen and (max-width: 1024px) {
          .useful .container_useful .useful_items .useful_info-item {
            width: 354px;
            height: 354px; } }
        @media screen and (max-width: 750px) {
          .useful .container_useful .useful_items .useful_info-item {
            width: 335px;
            height: 335px; } }
        .useful .container_useful .useful_items .useful_info-item img {
          position: absolute;
          width: 100%;
          height: 100%;
          z-index: -1;
          -o-object-fit: cover;
             object-fit: cover; }
        .useful .container_useful .useful_items .useful_info-item .useful_item-text {
          font-family: 'Avenir';
          font-style: normal;
          color: #FFFFFF; }
          .useful .container_useful .useful_items .useful_info-item .useful_item-text h1 {
            font-weight: 900;
            font-size: 24px;
            line-height: 33px;
            /* or 81px */
            text-align: center;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            margin: 15px 0; }
            @media screen and (max-width: 1024px) {
              .useful .container_useful .useful_items .useful_info-item .useful_item-text h1 {
                margin: 15px 0; } }
          .useful .container_useful .useful_items .useful_info-item .useful_item-text p {
            font-size: 16px;
            padding: 0 20px;
            line-height: 127%; }

@media screen and (max-width: 1140px) {
  .home header.squeeze {
    height: 60px !important;
    min-height: 60px !important;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    background-image: url("../img/background-news.jpg"); }
    .home header.squeeze .logo {
      padding-top: 0; } }

.home header {
  position: absolute;
  width: 100%;
  z-index: 3; }
  @media screen and (max-width: 1140px) {
    .home header {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 11; } }
  .home header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.home .home_title:before {
  display: block;
  content: "";
  width: 100%;
  height: 750px;
  background: rgba(0, 0, 0, 0.35);
  position: absolute; }
  @media screen and (max-width: 1024px) {
    .home .home_title:before {
      height: 1024px; } }
  @media screen and (max-width: 750px) {
    .home .home_title:before {
      height: 812px; } }

.home .home_title {
  height: 750px;
  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 (max-width: 1024px) {
    .home .home_title {
      height: 1024px; } }
  @media screen and (max-width: 750px) {
    .home .home_title {
      height: 812px; } }
  .home .home_title .bg, .home .home_title video {
    width: 100%;
    height: 750px;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1; }
    @media screen and (max-width: 1024px) {
      .home .home_title .bg, .home .home_title video {
        height: 1024px; } }
    @media screen and (max-width: 750px) {
      .home .home_title .bg, .home .home_title video {
        height: 812px; } }
  .home .home_title .bg_desc {
    display: block; }
  .home .home_title .bg_tablet {
    display: none; }
  .home .home_title .bg_mob {
    display: none; }
  @media screen and (max-width: 768px) {
    .home .home_title .bg_desc {
      display: none; }
    .home .home_title .bg_tablet {
      display: block; }
    .home .home_title .bg_mob {
      display: none; } }
  @media screen and (max-width: 375px) {
    .home .home_title .bg_desc {
      display: none; }
    .home .home_title .bg_tablet {
      display: none; }
    .home .home_title .bg_mob {
      display: block; } }
  .home .home_title .container_home {
    max-width: 1920px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .home .home_title .container_home .home_title__text {
      color: white;
      font-family: 'ThirstyRoughBoldThree';
      font-style: normal;
      font-weight: 600;
      font-size: 76px;
      line-height: 127%;
      max-width: 743px;
      text-align: center;
      letter-spacing: 0.03em; }
      @media screen and (max-width: 1024px) {
        .home .home_title .container_home .home_title__text {
          font-size: 80px;
          line-height: 127%; } }
      @media screen and (max-width: 750px) {
        .home .home_title .container_home .home_title__text {
          font-size: 40px;
          line-height: 127%; } }
    @media screen and (max-width: 1500px) {
      .home .home_title .container_home .home_subscribe {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8); } }
    @media screen and (max-width: 1400px) {
      .home .home_title .container_home .home_subscribe {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7); } }
    .home .home_title .container_home .home_subscribe .home_subscribe-wrap {
      min-width: 365px;
      max-width: 365px;
      height: 438px;
      background-image: url("../img/home/subscribe_bg.png");
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: contain;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 0 25px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .home .home_title .container_home .home_subscribe .home_subscribe-wrap .home_subscribe__text {
        font-family: 'Avenir';
        font-style: italic;
        font-weight: 300;
        font-size: 24px;
        line-height: 33px;
        text-align: center;
        margin: 0; }
        .home .home_title .container_home .home_subscribe .home_subscribe-wrap .home_subscribe__text a {
          font-family: 'ThirstyRoughBoldThree';
          font-style: normal;
          font-weight: normal;
          font-size: 24px;
          line-height: 33px;
          color: black;
          text-decoration: none; }
      .home .home_title .container_home .home_subscribe .home_subscribe-wrap .home_subscribe__input {
        width: 276px;
        height: 38px;
        font-size: 18px;
        padding-left: 15px;
        border-radius: 12px;
        margin-top: 20px;
        background: #E5E5E5;
        outline: none;
        border: none;
        font-family: 'Roboto'; }
      .home .home_title .container_home .home_subscribe .home_subscribe-wrap .home_subscribe__button {
        -webkit-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
        border: 2px solid #005A2F;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 50px;
        background: transparent;
        width: 125px;
        height: 30px;
        margin-top: 30px;
        margin-bottom: 40px;
        margin-right: auto;
        margin-left: auto;
        font-family: 'Avenir';
        font-weight: 500;
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0.01em;
        /* green dark */
        color: #005A2F;
        outline: none;
        transition: all 200ms;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        cursor: pointer; }
      .home .home_title .container_home .home_subscribe .home_subscribe-wrap .home_subscribe__button:hover {
        background: #005A2F;
        color: white;
        transition: all 200ms;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms; }
    .home .home_title .container_home .home_buy {
      position: absolute;
      left: -webkit-calc(50% - 130px);
      left: calc(50% - 130px);
      bottom: 80px; }
      .home .home_title .container_home .home_buy a {
        display: block;
        background: #005A2F;
        border-radius: 50px;
        font-family: 'Avenir';
        color: #ffffff;
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        text-align: center;
        letter-spacing: 0.01em;
        width: 260px;
        height: 60px;
        line-height: 60px;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        transition: all 200ms;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms; }
      .home .home_title .container_home .home_buy a:hover {
        background: #A9CF38;
        color: rgba(236, 0, 140, 0.8);
        transition: all 200ms;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms; }
    .home .home_title .container_home .home_bottle {
      min-width: 365px; }
      @media screen and (max-width: 1500px) {
        .home .home_title .container_home .home_bottle {
          transform: scale(0.8);
          -webkit-transform: scale(0.8);
          -moz-transform: scale(0.8);
          -ms-transform: scale(0.8);
          -o-transform: scale(0.8); } }
      @media screen and (max-width: 1400px) {
        .home .home_title .container_home .home_bottle {
          transform: scale(0.7);
          -webkit-transform: scale(0.7);
          -moz-transform: scale(0.7);
          -ms-transform: scale(0.7);
          -o-transform: scale(0.7); } }
      .home .home_title .container_home .home_bottle img {
        width: 258px;
        height: 545px; }

.subscribe_home-mob {
  display: none; }

@media screen and (max-width: 750px) {
  .subscribe_home-mob {
    display: block; }
    .subscribe_home-mob .home_subscribe {
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
      padding-bottom: 0px;
      background-image: url("../img/home/pink.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom center; }
      .subscribe_home-mob .home_subscribe .home_subscribe-wrap {
        min-width: 320px;
        max-width: 370px;
        height: 582px;
        background-position: center;
        background-position: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding: 0 25px;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 auto; }
        .subscribe_home-mob .home_subscribe .home_subscribe-wrap img {
          transform: translateY(-50px);
          -webkit-transform: translateY(-50px);
          -moz-transform: translateY(-50px);
          -ms-transform: translateY(-50px);
          -o-transform: translateY(-50px); }
        .subscribe_home-mob .home_subscribe .home_subscribe-wrap .home_subscribe__text {
          font-family: 'Avenir';
          font-style: italic;
          font-weight: 300;
          font-size: 24px;
          line-height: 33px;
          text-align: center;
          margin: 0; }
          .subscribe_home-mob .home_subscribe .home_subscribe-wrap .home_subscribe__text a {
            font-family: 'ThirstyRoughBoldThree';
            font-style: normal;
            font-weight: normal;
            font-size: 30px;
            line-height: 45px;
            color: black;
            text-decoration: none; }
        .subscribe_home-mob .home_subscribe .home_subscribe-wrap .home_subscribe__input {
          border: none;
          width: 335px;
          height: 50px;
          font-size: 18px;
          padding-left: 15px;
          border-radius: 12px;
          margin-top: 20px;
          background: #E5E5E5;
          outline: none;
          font-family: "Roboto"; }
        .subscribe_home-mob .home_subscribe .home_subscribe-wrap .home_subscribe__button {
          -webkit-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
                  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
          border: 2px solid #005A2F;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-radius: 50px;
          background: transparent;
          width: 197px;
          height: 49px;
          margin-top: 20px;
          margin-bottom: 0px;
          margin-right: auto;
          margin-left: auto;
          font-family: 'Avenir';
          font-weight: 500;
          font-size: 24px;
          line-height: 40px;
          letter-spacing: 0.01em;
          /* green dark */
          color: #005A2F;
          outline: none;
          transition: all 200ms;
          -webkit-transition: all 200ms;
          -moz-transition: all 200ms;
          -ms-transition: all 200ms;
          -o-transition: all 200ms;
          margin-bottom: 60px;
          cursor: pointer; }
        .subscribe_home-mob .home_subscribe .home_subscribe-wrap .home_subscribe__button:hover {
          background: #005A2F;
          color: white;
          transition: all 200ms;
          -webkit-transition: all 200ms;
          -moz-transition: all 200ms;
          -ms-transition: all 200ms;
          -o-transition: all 200ms; } }

@media screen and (max-width: 360px) {
  .subscribe_home-mob .home_subscribe .home_subscribe-wrap .home_subscribe__input {
    width: 240px; }
  .subscribe_home-mob .home_subscribe .home_subscribe-wrap .home_subscribe__button {
    -webkit-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
    border: 2px solid #005A2F;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50px;
    background: transparent;
    width: 197px;
    height: 49px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    font-family: 'Avenir';
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.01em;
    /* green dark */
    color: #005A2F;
    outline: none;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    margin-bottom: 60px;
    cursor: pointer; }
  .subscribe_home-mob .home_subscribe .home_subscribe-wrap .home_subscribe__button:hover {
    background: #005A2F;
    color: white;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms; } }

.why .container_why {
  max-width: 986px;
  margin: 0 auto;
  overflow: hidden; }
  .why .container_why h1 {
    font-family: "Eponymous";
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    line-height: 61px;
    letter-spacing: 0.01em;
    color: #000000;
    text-align: center;
    margin: 80px 0 40px 0; }
  .why .container_why .why_advantages.mob {
    display: none; }
  .why .container_why .why_advantages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    .why .container_why .why_advantages .why_advantages-item {
      width: 262px;
      height: 432px;
      padding: 180px 30px 0 50px;
      font-family: 'Avenir';
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0.01em;
      /* green dark */
      color: #005A2F; }
    .why .container_why .why_advantages .why_advantages-item.taste {
      background-image: url("../img/home/taste.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
    .why .container_why .why_advantages .why_advantages-item.social {
      background-image: url("../img/home/social.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
    .why .container_why .why_advantages .why_advantages-item.relax {
      background-image: url("../img/home/relax.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
  .why .container_why .about-transition {
    display: block;
    background: #005A2F;
    border-radius: 50px;
    font-family: 'Avenir';
    color: #ffffff;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    letter-spacing: 0.01em;
    width: 260px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    margin: 40px auto;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms; }
  .why .container_why .about-transition:hover {
    background: #A9CF38;
    color: rgba(236, 0, 140, 0.8);
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms; }

.geo .container_geo {
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .geo .container_geo h1 {
    font-family: "Eponymous";
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    line-height: 61px;
    letter-spacing: 0.01em;
    margin: 60px 0 40px 0;
    color: #000000; }
  .geo .container_geo p {
    font-family: "Eponymous";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    max-width: 900px;
    margin: 0 0 40px 0;
    text-align: center; }
  .geo .container_geo .geo_tabs {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .geo .container_geo .geo_tabs .geo_tabs__caption {
      list-style: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      padding: 0; }
      .geo .container_geo .geo_tabs .geo_tabs__caption li {
        font-family: 'Avenir';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        text-align: center;
        text-transform: uppercase;
        width: 328px;
        height: 50px;
        /* green dark */
        background: #C4C4C4;
        /* Gray 3 */
        border: 1px solid #828282;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        line-height: 50px;
        transition: all 200ms;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms; }
      .geo .container_geo .geo_tabs .geo_tabs__caption li:first-child {
        border-radius: 15px 0px 0px 0px; }
      .geo .container_geo .geo_tabs .geo_tabs__caption li:last-child {
        border-radius: 0px 15px 0px 0px; }
      .geo .container_geo .geo_tabs .geo_tabs__caption li.active {
        background: #005A2F;
        border: 1px solid transparent;
        color: #ffffff;
        transition: all 200ms;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms; }
    .geo .container_geo .geo_tabs .geo_tabs__content {
      display: none;
      height: 500px;
      width: 100%; }
    .geo .container_geo .geo_tabs .geo_tabs__content.map {
      background-image: url("../img/home/map_2560-2.jpg");
      background-size: cover;
      background-position: center center; }
      @media screen and (max-width: 1360px) {
        .geo .container_geo .geo_tabs .geo_tabs__content.map {
          background-image: url("../img/home/map_2560.jpg"); } }
      @media screen and (max-width: 750px) {
        .geo .container_geo .geo_tabs .geo_tabs__content.map {
          background-image: url("../img/home/map_375.jpg"); } }
      .geo .container_geo .geo_tabs .geo_tabs__content.map .navbar {
        opacity: 0.8;
        position: absolute; }
    .geo .container_geo .geo_tabs .geo_tabs__content.delivery {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 0, 140, 0.8)), color-stop(100%, rgba(201, 247, 62, 0.8)), to(rgba(169, 207, 56, 0.8)));
      background: -o-linear-gradient(top, rgba(236, 0, 140, 0.8) 0%, rgba(201, 247, 62, 0.8) 100%, rgba(169, 207, 56, 0.8) 100%);
      background: linear-gradient(180deg, rgba(236, 0, 140, 0.8) 0%, rgba(201, 247, 62, 0.8) 100%, rgba(169, 207, 56, 0.8) 100%);
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .geo .container_geo .geo_tabs .geo_tabs__content.delivery h1 {
        font-family: 'ThirstyRoughBoldThree';
        font-weight: 800;
        font-size: 104px;
        line-height: 110px;
        /* identical to box height, or 106% */
        text-align: center;
        letter-spacing: 0.01em;
        color: #ffffff;
        position: relative;
        z-index: 4;
        margin: 60px 0 55px 0; }
      .geo .container_geo .geo_tabs .geo_tabs__content.delivery h1:before {
        color: #ffffff;
        content: "Home Delivery";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 3; }
      .geo .container_geo .geo_tabs .geo_tabs__content.delivery h1:after {
        color: #005A2F;
        content: "Home Delivery";
        display: block;
        position: absolute;
        top: 13px;
        left: 13px;
        width: 100%;
        z-index: 2; }
      .geo .container_geo .geo_tabs .geo_tabs__content.delivery .btns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media screen and (max-width: 1024px) {
          .geo .container_geo .geo_tabs .geo_tabs__content.delivery .btns {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .geo .container_geo .geo_tabs .geo_tabs__content.delivery .btns a {
          width: 659px;
          height: 178px;
          margin: 15px;
          text-decoration: none;
          color: #000000;
          font-family: 'Avenir';
          font-weight: 300;
          font-size: 24px;
          line-height: 33px;
          letter-spacing: 0.01em;
          text-align: center;
          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-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
          @media screen and (max-width: 1600px) {
            .geo .container_geo .geo_tabs .geo_tabs__content.delivery .btns a {
              height: 200px;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              width: 300px;
              font-size: 16px;
              line-height: 22px; } }
          .geo .container_geo .geo_tabs .geo_tabs__content.delivery .btns a img {
            width: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        .geo .container_geo .geo_tabs .geo_tabs__content.delivery .btns .emberz {
          background: #ffffff; }
          .geo .container_geo .geo_tabs .geo_tabs__content.delivery .btns .emberz img {
            margin-top: 20px;
            width: 385px; }
            @media screen and (max-width: 1600px) {
              .geo .container_geo .geo_tabs .geo_tabs__content.delivery .btns .emberz img {
                width: 272px;
                margin-top: 0px; } }
        .geo .container_geo .geo_tabs .geo_tabs__content.delivery .btns .speedweed {
          background: #6DE48E; }
          .geo .container_geo .geo_tabs .geo_tabs__content.delivery .btns .speedweed img {
            width: 385px; }
            @media screen and (max-width: 1600px) {
              .geo .container_geo .geo_tabs .geo_tabs__content.delivery .btns .speedweed img {
                width: 272px; } }
          .geo .container_geo .geo_tabs .geo_tabs__content.delivery .btns .speedweed p {
            margin: 0; }
            @media screen and (max-width: 1600px) {
              .geo .container_geo .geo_tabs .geo_tabs__content.delivery .btns .speedweed p {
                font-size: 16px;
                line-height: 22px; } }
    @media screen and (max-width: 1024px) {
      .geo .container_geo .geo_tabs .geo_tabs__content.adresses::-webkit-scrollbar {
        width: 0px; } }
    .geo .container_geo .geo_tabs .geo_tabs__content.adresses {
      overflow-y: scroll;
      overflow-x: hidden; }
      .geo .container_geo .geo_tabs .geo_tabs__content.adresses ul.shop-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -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; }
        .geo .container_geo .geo_tabs .geo_tabs__content.adresses ul.shop-list .shop-item {
          width: 296px;
          height: 260px;
          font-family: 'Avenir';
          text-align: center;
          font-style: normal;
          font-weight: 400;
          font-size: 28px;
          line-height: 34px;
          color: #000000;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -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;
          margin: 10px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 20px; }
          .geo .container_geo .geo_tabs .geo_tabs__content.adresses ul.shop-list .shop-item h2 {
            font-weight: 800;
            font-size: 28px;
            margin: 0 0 10px 0; }
          .geo .container_geo .geo_tabs .geo_tabs__content.adresses ul.shop-list .shop-item address {
            font-style: normal;
            font-size: 16px; }
          .geo .container_geo .geo_tabs .geo_tabs__content.adresses ul.shop-list .shop-item a {
            font-family: 'Avenir';
            color: #000000;
            font-size: 16px;
            text-decoration: none; }
      .geo .container_geo .geo_tabs .geo_tabs__content.adresses .shop-item:nth-child(even) {
        background: #C9E96C; }
      .geo .container_geo .geo_tabs .geo_tabs__content.adresses .shop-item:nth-child(odd) {
        background: #FA92CA; }
    .geo .container_geo .geo_tabs .geo_tabs__content.active {
      display: block; }
    .geo .container_geo .geo_tabs .geo_tabs__content.delivery.active {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .geo .container_geo .geo_tabs .navbar {
      width: 100%;
      background: -webkit-gradient(linear, left top, right top, from(#005A2F), to(#005A2F)), #2E7854;
      background: -o-linear-gradient(left, #005A2F 0%, #005A2F 100%), #2E7854;
      background: linear-gradient(90deg, #005A2F 0%, #005A2F 100%), #2E7854;
      height: 90px; }
      .geo .container_geo .geo_tabs .navbar nav {
        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;
        height: 100%;
        position: relative; }
        .geo .container_geo .geo_tabs .navbar nav input {
          width: 600px;
          height: 50px;
          background: #F8FCFA;
          border: 1px solid #C4C4C4;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-radius: 15px;
          outline: none;
          font-family: 'Avenir';
          font-style: normal;
          font-weight: 500;
          font-size: 24px;
          line-height: 33px;
          /* Gray 3 */
          color: #828282;
          padding-left: 30px; }
        .geo .container_geo .geo_tabs .navbar nav select {
          height: 49px;
          background: #F8FCFA;
          border: none;
          outline: none;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
        .geo .container_geo .geo_tabs .navbar nav .select {
          position: relative;
          left: -50px; }
        .geo .container_geo .geo_tabs .navbar nav .select:before {
          content: "";
          display: block;
          position: absolute;
          border: 15px solid transparent;
          border-top: 15px solid #005A2F;
          top: 45%;
          z-index: 2;
          pointer-events: none; }

.media .container_media {
  max-width: 1276px;
  margin: 0 auto; }
  .media .container_media h1 {
    font-family: "Eponymous";
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    line-height: 61px;
    letter-spacing: 0.01em;
    color: #000000;
    text-align: center;
    margin: 60px 0 40px 0; }
  .media .container_media .media_slider .arrow {
    position: absolute;
    top: -webkit-calc(50% - 50px);
    top: calc(50% - 50px);
    width: 70px;
    height: 70px;
    border: 4px solid #BDBDBD;
    cursor: pointer; }
    @media screen and (max-width: 1330px) {
      .media .container_media .media_slider .arrow {
        display: none; } }
  .media .container_media .media_slider .arrow.left {
    left: -100px;
    border-right: none;
    border-top: none;
    transform: rotate(45deg) scale(0.7);
    -webkit-transform: rotate(45deg) scale(0.7);
    -moz-transform: rotate(45deg) scale(0.7);
    -ms-transform: rotate(45deg) scale(0.7);
    -o-transform: rotate(45deg) scale(0.7); }
    @media screen and (max-width: 1440px) {
      .media .container_media .media_slider .arrow.left {
        left: -40px; } }
  .media .container_media .media_slider .arrow.right {
    right: -100px;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg) scale(0.7);
    -webkit-transform: rotate(-45deg) scale(0.7);
    -moz-transform: rotate(-45deg) scale(0.7);
    -ms-transform: rotate(-45deg) scale(0.7);
    -o-transform: rotate(-45deg) scale(0.7); }
    @media screen and (max-width: 1440px) {
      .media .container_media .media_slider .arrow.right {
        right: -40px; } }
  .media .container_media .media_slider {
    list-style: none;
    margin: 0;
    padding: 0; }
    .media .container_media .media_slider .media_slider-item {
      margin: 0 12px;
      outline: none; }
      .media .container_media .media_slider .media_slider-item .user-info_top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 17px 0 15px 17px; }
        .media .container_media .media_slider .media_slider-item .user-info_top span {
          display: block; }
      .media .container_media .media_slider .media_slider-item .user-info-bottom {
        margin: 15px 0 0 17px; }
      .media .container_media .media_slider .media_slider-item .avatar {
        background-image: url("../img/home/avatar_bg.png");
        background-position: center;
        background-size: contain;
        width: 36px;
        height: 36px;
        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;
        margin-right: 10px; }
        .media .container_media .media_slider .media_slider-item .avatar img {
          width: 32px;
          height: 32px; }
      .media .container_media .media_slider .media_slider-item .media_event-img {
        width: 390px;
        height: 390px; }
        @media screen and (max-width: 1330px) {
          .media .container_media .media_slider .media_slider-item .media_event-img {
            width: 100%;
            height: 100%; } }
      .media .container_media .media_slider .media_slider-item .nickname {
        font-family: 'Avenir';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        /* identical to box height */
        letter-spacing: 0.01em;
        color: #000000; }
      .media .container_media .media_slider .media_slider-item .city {
        font-family: 'Avenir';
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 19px;
        /* identical to box height */
        letter-spacing: 0.01em;
        color: #000000; }
      .media .container_media .media_slider .media_slider-item .comment,
      .media .container_media .media_slider .media_slider-item .comment a {
        font-family: 'Avenir';
        font-weight: 300;
        font-size: 14px;
        line-height: 19px;
        color: #000000;
        text-decoration: none;
        /* identical to box height */
        letter-spacing: 0.01em; }
      .media .container_media .media_slider .media_slider-item .date {
        font-family: 'Avenir';
        font-weight: 300;
        font-size: 14px;
        line-height: 19px;
        /* identical to box height */
        letter-spacing: 0.01em;
        /* Gray 4 */
        color: #BDBDBD;
        margin: 0; }
  .media .container_media .slick-dots {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px 0;
    padding: 0; }
    .media .container_media .slick-dots li {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      background: #C4C4C4;
      margin: 0 9px; }
      .media .container_media .slick-dots li button {
        display: none; }
    .media .container_media .slick-dots li.slick-active {
      background: #005A2F; }

@media screen and (max-width: 1024px) {
  .home .home_title .container_home {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -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; }
    .home .home_title .container_home .home_title__text {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-top: 160px;
      max-width: 890px;
      padding: 0 15px;
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start;
      z-index: 2;
      font-size: 80px; }
    .home .home_title .container_home .home_subscribe {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      position: relative;
      top: -90px; }
      .home .home_title .container_home .home_subscribe .home_subscribe-wrap {
        min-width: 418px;
        max-width: 418px;
        height: 546px;
        background-size: contain; }
    .home .home_title .container_home .home_buy {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
          -ms-flex-order: 4;
              order: 4;
      bottom: 50px;
      left: -webkit-calc(50% - 150px);
      left: calc(50% - 150px); }
      .home .home_title .container_home .home_buy a {
        width: 300px;
        height: 50px;
        line-height: 50px;
        font-size: 24px; }
    .home .home_title .container_home .home_bottle {
      min-width: auto;
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3;
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      position: relative;
      top: -90px; }
      .home .home_title .container_home .home_bottle img {
        height: 546px;
        width: 258px; }
  .why .container_why h1 {
    font-size: 48px;
    line-height: 69px;
    margin: 55px 0 50px 0; }
  .why .container_why .why_advantages .why_advantages-item {
    width: 230px;
    height: 379px;
    padding: 160px 30px 0 30px;
    font-size: 14px;
    line-height: 19px;
    /* green dark */ }
  .why .container_why .about-transition {
    width: 300px;
    height: 50px;
    font-size: 24px;
    line-height: 50px; }
  .geo .container_geo h1 {
    font-size: 48px;
    line-height: 69px;
    max-width: 550px;
    margin: 20px auto;
    text-align: center; }
  .geo .container_geo p {
    font-size: 16px;
    line-height: 23px;
    max-width: 600px;
    margin: 0 auto 35px auto; }
  .geo .container_geo .geo_tabs .geo_tabs__caption li {
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    width: 160px;
    height: 63px;
    line-height: 63px; }
  .geo .container_geo .geo_tabs .geo_tabs__content {
    height: 795px; }
  .geo .container_geo .geo_tabs .geo_tabs__content.delivery h1 {
    font-size: 70px;
    line-height: 102px;
    z-index: 4;
    margin: 30px 0 20px 0;
    max-width: 400px; }
  .geo .container_geo .geo_tabs .geo_tabs__content.adresses ul.shop-list .shop-item {
    width: 225px;
    height: 260px;
    font-size: 24px;
    line-height: 37px;
    padding: 20px 15px;
    margin: 7px; }
    .geo .container_geo .geo_tabs .geo_tabs__content.adresses ul.shop-list .shop-item h2 {
      font-size: 24px; }
    .geo .container_geo .geo_tabs .geo_tabs__content.adresses ul.shop-list .shop-item address {
      font-size: 14px; }
    .geo .container_geo .geo_tabs .geo_tabs__content.adresses ul.shop-list .shop-item a {
      font-size: 14px; }
  .geo .container_geo .geo_tabs .navbar nav input {
    width: 447px;
    height: 71px; }
  .media .container_media h1 {
    margin: 80px 0 50px 0; }
  .media .container_media .media_slider .media_slider-item {
    margin: 0 12px;
    outline: none; }
    .media .container_media .media_slider .media_slider-item .user-info_top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 17px 0 15px 17px; }
      .media .container_media .media_slider .media_slider-item .user-info_top span {
        display: block; }
    .media .container_media .media_slider .media_slider-item .user-info-bottom {
      margin: 15px 0 0 17px; }
    .media .container_media .media_slider .media_slider-item .media_event-img {
      width: 100%;
      height: auto; }
    .media .container_media .media_slider .media_slider-item .nickname {
      font-size: 12px;
      line-height: 16px; }
    .media .container_media .media_slider .media_slider-item .city {
      font-size: 10px;
      line-height: 14px; }
    .media .container_media .media_slider .media_slider-item .date {
      font-size: 10px;
      line-height: 14px; }
  .media .container_media .slick-arrow {
    display: none !important; }
  .media .container_media .slick-dots {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .media .container_media .slick-dots li {
      width: 13px;
      height: 13px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      background: #C4C4C4;
      margin: 0 9px; }
      .media .container_media .slick-dots li button {
        display: none; }
    .media .container_media .slick-dots li.slick-active {
      background: #005A2F; } }

@media screen and (max-width: 750px) {
  .home .home_title .container_home {
    max-width: 375px; }
    .home .home_title .container_home .home_title__text {
      margin-top: 160px;
      font-size: 40px; }
    .home .home_title .container_home .home_subscribe {
      display: none; }
    .home .home_title .container_home .home_buy {
      bottom: 50px;
      left: -webkit-calc(50% - 98.5px);
      left: calc(50% - 98.5px); }
      .home .home_title .container_home .home_buy a {
        width: 197px;
        height: 40px;
        line-height: 40px;
        font-size: 24px; }
    .home .home_title .container_home .home_bottle {
      width: 100%;
      text-align: center; }
      .home .home_title .container_home .home_bottle img {
        height: 393px;
        width: 186px; }
  .why .container_why {
    max-width: 375px; }
    .why .container_why .arrow {
      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;
      position: absolute;
      top: 50%;
      z-index: 10; }
      .why .container_why .arrow .arrow-prev {
        border: 15px solid transparent;
        border-right: 20px solid #005A2F;
        margin-right: 10px; }
      .why .container_why .arrow .arrow-next {
        border: 15px solid transparent;
        border-left: 20px solid #005A2F;
        margin-left: 10px; }
    .why .container_why .arrow.left {
      left: -15px; }
    .why .container_why .arrow.right {
      right: -15px; }
    .why .container_why h1 {
      font-size: 36px;
      line-height: 52px;
      margin: 45px 0 30px 0; }
    .why .container_why .why_advantages.mob {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .why .container_why .why_advantages {
      display: none; }
      .why .container_why .why_advantages .why_advantages-item {
        width: 329px;
        height: 543px;
        padding: 230px 60px 0 60px;
        font-size: 18px;
        line-height: 25px;
        margin: 0 30px; }
    .why .container_why .about-transition {
      line-height: 40px;
      margin: 55px auto;
      height: 40px;
      width: 197px; }
  .geo .container_geo h1 {
    font-size: 36px;
    line-height: 52px;
    padding: 0 20px;
    text-align: center; }
  .geo .container_geo p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 auto 60px auto;
    padding: 0 20px;
    text-align: center; }
  .geo .container_geo .geo_tabs .geo_tabs__caption li {
    font-size: 16px;
    line-height: 22px;
    width: 112px;
    height: 63px;
    line-height: 63px; }
  .geo .container_geo .geo_tabs .geo_tabs__content {
    height: 715px; }
  .geo .container_geo .geo_tabs .geo_tabs__content.delivery h1 {
    font-size: 48px;
    line-height: 66px;
    z-index: 4;
    margin: 30px 0 30px 0;
    padding: 0;
    max-width: 340px; }
  .geo .container_geo .geo_tabs .geo_tabs__content.adresses ul.shop-list .shop-item {
    width: 156px;
    height: 260px;
    font-size: 20px;
    line-height: 24px;
    padding: 20px 10px;
    margin: 7px; }
    .geo .container_geo .geo_tabs .geo_tabs__content.adresses ul.shop-list .shop-item h2 {
      font-size: 20px; }
    .geo .container_geo .geo_tabs .geo_tabs__content.adresses ul.shop-list .shop-item address {
      font-size: 12px; }
    .geo .container_geo .geo_tabs .geo_tabs__content.adresses ul.shop-list .shop-item a {
      font-size: 12px; }
  .geo .container_geo .geo_tabs .navbar nav input {
    width: 262px;
    height: 56px;
    font-size: 16px;
    line-height: 25px; }
  .geo .container_geo .geo_tabs .navbar nav select {
    height: 56px;
    background: transparent; }
  .geo .container_geo .geo_tabs .navbar nav .select {
    left: -35px; }
  .geo .container_geo .geo_tabs .navbar nav .select:before {
    content: "";
    border: 10px solid transparent;
    border-top: 10px solid #005A2F;
    right: 0; }
  .geo .container_geo .geo_tabs .navbar nav img {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6); }
  .media .container_media h1 {
    font-size: 36px;
    line-height: 52px;
    margin: 80px 0 40px 0; }
  .media .container_media .media_slider .media_slider-item .user-info_top {
    margin: 17px 0 15px 17px; }
  .media .container_media .media_slider .media_slider-item .user-info-bottom {
    margin: 15px 0 0 17px; }
  .media .container_media .media_slider .media_slider-item .media_event-img {
    width: 100%;
    height: auto; }
  .media .container_media .media_slider .media_slider-item .nickname {
    font-size: 14px;
    line-height: 19px; }
  .media .container_media .media_slider .media_slider-item .city {
    font-size: 14px;
    line-height: 19px; }
  .media .container_media .media_slider .media_slider-item .date {
    font-size: 12px;
    line-height: 16px; }
  .media .container_media .media_slider .media_slider-item .comment, .media .container_media .media_slider .media_slider-item .comment a {
    font-size: 18px;
    line-height: 25px; }
  .media .container_media .slick-arrow {
    display: none !important; }
  .media .container_media .slick-dots {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .media .container_media .slick-dots li {
      width: 13px;
      height: 13px; }
      .media .container_media .slick-dots li button {
        display: none; }
    .media .container_media .slick-dots li.slick-active {
      background: #005A2F; } }

@media screen and (max-width: 425px) {
  .geo .container_geo h1 {
    font-size: 36px;
    line-height: 52px;
    padding: 0 20px;
    text-align: center; }
  .geo .container_geo p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 auto 60px auto;
    padding: 0 20px;
    text-align: center; }
  .geo .container_geo .geo_tabs .geo_tabs__caption li {
    font-size: 16px;
    line-height: 22px;
    width: 112px;
    height: 63px;
    line-height: 63px; }
  .geo .container_geo .geo_tabs .geo_tabs__content {
    height: 715px; }
  .geo .container_geo .geo_tabs .geo_tabs__content.delivery h1 {
    font-size: 48px;
    line-height: 66px;
    z-index: 4;
    margin: 30px 0 0px 0;
    padding: 0; }
  .geo .container_geo .geo_tabs .geo_tabs__content.adresses ul.shop-list .shop-item {
    width: 156px;
    height: 260px;
    font-size: 20px;
    line-height: 24px;
    padding: 20px 10px;
    margin: 7px; }
    .geo .container_geo .geo_tabs .geo_tabs__content.adresses ul.shop-list .shop-item h2 {
      font-size: 20px; }
    .geo .container_geo .geo_tabs .geo_tabs__content.adresses ul.shop-list .shop-item address {
      font-size: 12px; }
    .geo .container_geo .geo_tabs .geo_tabs__content.adresses ul.shop-list .shop-item a {
      font-size: 12px; }
  .geo .container_geo .geo_tabs .navbar nav input {
    width: 252px;
    height: 56px;
    font-size: 16px;
    line-height: 25px;
    padding-left: 10px; }
  .geo .container_geo .geo_tabs .navbar nav select {
    height: 56px;
    background: transparent; }
  .geo .container_geo .geo_tabs .navbar nav .select {
    left: -35px; }
  .geo .container_geo .geo_tabs .navbar nav .select:before {
    content: "";
    border: 10px solid transparent;
    border-top: 10px solid #005A2F;
    right: 0; }
  .geo .container_geo .geo_tabs .navbar nav img {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6); } }

@media screen and (max-width: 360px) {
  .geo .container_geo .geo_tabs .geo_tabs__caption li {
    width: 100px; }
  .why .container_why .why_advantages .why_advantages-item {
    padding: 230px 60px 0 60px;
    font-size: 12px; } }

.age-banner {
  width: 100%;
  height: 100vh;
  background-image: url("../img/age/main_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  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; }

.query {
  width: 935px;
  height: 590px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center; }

.query-wrap.return {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }
  .query-wrap.return h2 {
    margin-bottom: 50px; }

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

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

.query-wrap {
  max-width: 450px;
  margin: 0 auto;
  position: relative; }
  .query-wrap .fade-img {
    animation: fadeImg 0.2s linear 1s forwards;
    -webkit-animation: fadeImg 0.2s linear 1s forwards;
    z-index: -1;
    pointer-events: none; }
  .query-wrap img {
    position: absolute;
    width: 200px;
    top: 20%;
    left: -webkit-calc(50% - 100px);
    left: calc(50% - 100px); }
  .query-wrap h2, .query-wrap p, .query-wrap h1 {
    font-family: 'Avenir';
    font-style: normal;
    letter-spacing: 0.01em;
    color: #000000; }
  .query-wrap h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    margin: 55px 0 25px 0; }
  .query-wrap p {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    margin: 0; }
  .query-wrap h1 {
    font-weight: 800;
    font-size: 52px;
    line-height: 71px;
    margin: 20px 0 35px 0; }
  .query-wrap .confirm {
    border-bottom: 1px solid #EC008C;
    padding-bottom: 45px;
    max-width: 440px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px; }
  .query-wrap input {
    width: 196px;
    height: 75px;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0.01em;
    /* white */
    color: #FFFFFF;
    border: none;
    outline: none;
    text-transform: uppercase;
    cursor: pointer; }
  .query-wrap #yes {
    background: #EC008C; }
  .query-wrap #no {
    background: #333333; }
  .query-wrap #return {
    background: #333333; }
  .query-wrap label {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.01em;
    color: #000000; }
  .query-wrap input[type="radio"]:checked,
  .query-wrap input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px; }
  .query-wrap input[type="radio"]:checked + label,
  .query-wrap input[type="radio"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 37px;
    cursor: pointer; }
  .query-wrap input[type="radio"]:checked + label:before,
  .query-wrap input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 27px;
    height: 27px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    border: 2px solid #828282;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px; }
  .query-wrap input[type="radio"]:checked + label:after,
  .query-wrap input[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    left: 5px;
    top: 5px;
    width: 17px;
    height: 17px;
    border-radius: 10px;
    background-color: #EC008C; }
  .query-wrap input[type="checkbox"]:not(:checked) + label:after,
  .query-wrap input[type="radio"]:not(:checked) + label:after {
    opacity: 0; }

@media screen and (max-width: 1024px) {
  .query {
    width: 558px; }
  .query-wrap {
    max-width: 475px;
    margin: 0 auto; }
    .query-wrap h2, .query-wrap p, .query-wrap h1 {
      font-family: 'Avenir';
      font-style: normal;
      letter-spacing: 0.01em;
      color: #000000; }
    .query-wrap h2 {
      font-size: 36px;
      line-height: 49px;
      margin: 50px 0 20px 0; }
    .query-wrap .confirm {
      padding-bottom: 35px; } }

@media screen and (max-width: 650px) {
  .query {
    width: 335px;
    height: 532px; }
  .query-wrap {
    max-width: 475px;
    margin: 0 auto; }
    .query-wrap h2, .query-wrap p, .query-wrap h1 {
      font-family: 'Avenir';
      font-style: normal;
      letter-spacing: 0.01em;
      color: #000000; }
    .query-wrap h2 {
      font-size: 22px;
      line-height: 30px;
      margin: 50px 0 30px 0; }
    .query-wrap p {
      font-size: 15px;
      line-height: 20px; }
    .query-wrap h1 {
      font-size: 48px;
      line-height: 66px; }
    .query-wrap .confirm {
      padding-bottom: 30px;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
    .query-wrap input {
      width: 140px;
      height: 53px; }
    .query-wrap label {
      font-size: 16px;
      line-height: 22px; } }

@media screen and (max-width: 350px) {
  .query {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8); } }
