html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  margin: .67em 0;
  font-size: 2em; }

mark {
  color: #000;
  background: #ff0; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, monospace; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid silver; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td,
th {
  padding: 0; }

:focus {
  outline: 0; }

a img {
  border: none;
  outline: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }

*,
:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 100%;
  background-color: #000; }

body {
  color: #fff;
  width: 100%;
  min-width: 320px;
  max-width: 1410px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "PT Serif", serif;
  font-weight: 400;
  margin: 0 auto;
  padding: 0 20px; }

a, .like-a {
  color: #d8c79e;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer; }
  a:hover, .like-a:hover {
    color: #e9e0c8; }

img {
  max-width: 100%; }

.svg-ico {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

.g__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px; }
  .g__row > * {
    padding-left: 10px;
    padding-right: 10px; }

.g-xl-1__col {
  width: 8.33333333%; }

.g-xl-2__col {
  width: 16.6666666%; }

.g-xl-3__col {
  width: 25%; }

.g-xl-4__col {
  width: 33.3333333%; }

.g-xl-5__col {
  width: 41.66666666666667%; }

.g-xl-6__col {
  width: 50%; }

.g-xl-7__col {
  width: 58.33333333333333%; }

.g-xl-8__col {
  width: 66.6666666%; }

.g-xl-9__col {
  width: 75%; }

.g-xl-10__col {
  width: 83.3333333%; }

.g-xl-11__col {
  width: 91.66666666666667%; }

.g-xl-12__col {
  width: 100%; }

.g-f__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.g__row[data-gutter="0"] {
  margin-left: 0;
  margin-right: 0; }
  .g__row[data-gutter="0"] > * {
    padding-left: 0;
    padding-right: 0; }

.g__row[data-gutter="2n"] {
  margin-left: -20px;
  margin-right: -20px; }
  .g__row[data-gutter="2n"] > * {
    padding-left: 20px;
    padding-right: 20px; }

.g__row[data-gutter="3n"] {
  margin-left: -30px;
  margin-right: -30px; }
  .g__row[data-gutter="3n"] > * {
    padding-left: 30px;
    padding-right: 30px; }

.g__row[data-gutter="4n"] {
  margin-left: -40px;
  margin-right: -40px; }
  .g__row[data-gutter="4n"] > * {
    padding-left: 40px;
    padding-right: 40px; }

.g__row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .g__row[data-type="catalog"] {
    margin-top: -20px; }
    .g__row[data-type="catalog"] .g__col {
      margin-top: 20px; }

@media only screen and (max-width: 1023px) {
  .g__row[data-gutter="3n"], .g__row[data-gutter="4n"] {
    margin-left: -20px;
    margin-right: -20px; }
    .g__row[data-gutter="3n"] > *, .g__row[data-gutter="4n"] > * {
      padding-left: 20px;
      padding-right: 20px; }
  .g-xl-8__col,
  .g-xl-4__col {
    width: 50%; } }

@media only screen and (max-width: 480px) {
  .g-xl-8__col,
  .g-xl-4__col,
  .g-xl-6__col {
    width: 100%; } }

.wr-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px; }

@media only screen and (max-width: 1023px) {
  .wr-container {
    padding-left: 20px;
    padding-right: 20px; } }

@media only screen and (max-width: 480px) {
  .wr-container {
    padding-left: 15px;
    padding-right: 15px; } }

_:-ms-input-placeholder, :root .wr__page {
  display: block; }

h1, .like-h1, h2, .like-h2, h3, .like-h3, h4, .like-h4 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-weight: 700; }

h1, .like-h1 {
  font-size: 2.44141rem;
  margin-top: 0; }

h2, .like-h2 {
  font-size: 1.95313rem; }

h3, .like-h3 {
  font-size: 1.5625rem; }

h4, .like-h4 {
  font-size: 1.25rem; }

p {
  margin: 0 0 1.5rem;
  max-width: 700px; }
  p:last-of-type {
    margin: 0; }

input {
  width: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  display: inline-block;
  background-color: #000;
  border-radius: 14px;
  padding: 10px;
  border: 1px solid #fff; }
  input:focus {
    border-color: #d8c79e; }
  input:disabled {
    background-color: #e8e8ed; }

label {
  display: inline-block;
  font-size: 1.3rem;
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  html {
    font-size: 90%; } }

.c__btn {
  display: inline-block;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #d8c79e;
  color: #000;
  padding: 10px 20px;
  font-size: 1.2rem;
  border-radius: 4px;
  font-weight: 700; }
  .c__btn:hover {
    background-color: #e9e0c8;
    color: #000; }

.c__btn[data-type="white"] {
  background-color: #fff;
  border-color: #fff; }

.c__btn[data-type="black"] {
  background-color: #000;
  border-color: #000;
  color: #fff; }

.c-separator {
  position: relative;
  display: inline-block;
  height: 8px;
  min-width: 80px; }
  .c-separator:before, .c-separator:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #000; }
  .c-separator:before {
    width: 100%;
    height: 2px;
    left: 0;
    top: calc(50% - 1px); }
  .c-separator:after {
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    border-radius: 50%; }
  .c-separator[data-type="left"]:after {
    left: calc(100% - 8px); }
  .c-separator[data-type="right"]:after {
    left: 0; }

.c-warning {
  padding: 20px; }
  .c-warning img {
    width: 100%;
    display: block; }

@media only screen and (max-width: 767px) {
  .c-warning {
    padding: 10px; } }

.c-logo {
  width: 170px;
  height: 170px; }
  .c-logo img {
    display: block;
    width: inherit;
    height: inherit; }

.c-main-search {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .2s;
  transition: all .2s; }
  .c-main-search ._wrap {
    padding: 30px; }
  .c-main-search ._close {
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 20px;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer; }
    .c-main-search ._close svg {
      width: inherit;
      height: inherit; }
    .c-main-search ._close:hover {
      color: #d0380e; }
  .c-main-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 400px;
    margin: 0 auto; }
  .c-main-search .c__btn {
    margin-top: 20px; }
  .c-main-search[data-show] {
    max-height: 215px;
    border-bottom: 1px solid #d8c79e; }

.c-cover {
  position: relative;
  z-index: 100; }
  .c-cover ._image {
    position: relative; }
    .c-cover ._image:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.4); }
  .c-cover img {
    display: block; }
  .c-cover ._trigger {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #d8c79e;
    border-radius: 50%;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 20px);
    color: #000;
    -webkit-transition: all 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    .c-cover ._trigger svg {
      width: 26px;
      height: 26px;
      margin-top: 5px; }
    .c-cover ._trigger:hover {
      background-color: #e9e0c8; }
  .c-cover ._lead {
    font-size: 1.2rem; }
  .c-cover ._content {
    position: absolute;
    width: 100%;
    bottom: 15%;
    left: 0; }
    .c-cover ._content .wr-container > * {
      max-width: 700px; }
  .c-cover .i-elem + .i-elem {
    margin-top: 40px; }

@media only screen and (max-width: 1023px) {
  .c-cover ._trigger {
    display: none; } }

@media only screen and (max-width: 767px) {
  .c-cover ._content {
    position: static;
    margin: 30px 0;
    overflow: hidden; }
  .c-cover ._lead {
    font-size: 1rem; }
  .c-cover .i-elem + .i-elem {
    margin-top: 30px; } }

.c-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none; }
  .c-share ._ico {
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 1; }
    .c-share ._ico svg {
      width: inherit;
      height: inherit; }
  .c-share ._text {
    height: 36px;
    padding: 8px 20px;
    border-radius: 2px;
    border: 1px solid #000;
    border-left: 0;
    margin-left: -1px;
    font-weight: 700; }
  .c-share:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }

.c-beers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .c-beers img {
    display: block;
    -webkit-transition: all 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .c-beers ._text {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 10px; }
  .c-beers .i-elem + .i-elem {
    margin-left: 40px; }
  .c-beers .i-elem:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

@media only screen and (max-width: 480px) {
  .c-beers .i-elem + .i-elem {
    margin-left: 20px; } }

.c-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 400;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .c-overlay[data-state="hide"] {
    visibility: hidden;
    opacity: 0; }
  .c-overlay[data-state="show"] {
    visibility: visible;
    opacity: 1; }

.c-modal {
  position: fixed;
  top: 50px;
  left: calc(50% - 250px);
  z-index: 500;
  width: 500px;
  padding: 30px;
  background-color: #d8c79e;
  border-radius: 14px;
  color: #000;
  visibility: hidden;
  opacity: 0; }
  .c-modal ._close {
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .c-modal ._close svg {
      width: inherit;
      height: inherit; }
    .c-modal ._close:hover {
      color: #d0380e; }
  .c-modal[data-state="hide"] {
    visibility: hidden;
    opacity: 0;
    -webkit-animation: modalHideFrames ease .3s;
            animation: modalHideFrames ease .3s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .c-modal[data-state="show"] {
    -webkit-animation: modalShowFrames ease .3s;
            animation: modalShowFrames ease .3s;
    -webkit-animation-delay: .35s;
            animation-delay: .35s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

.c-modal[data-type="composition"] {
  padding-left: 0;
  padding-right: 0; }
  .c-modal[data-type="composition"] ._headline,
  .c-modal[data-type="composition"] ._description {
    padding: 0 30px; }
  .c-modal[data-type="composition"] ._ico {
    width: 44px;
    height: 44px;
    display: inline-block;
    line-height: 1;
    margin-bottom: 30px;
    margin-left: 30px; }
    .c-modal[data-type="composition"] ._ico svg {
      width: inherit;
      height: inherit; }
  .c-modal[data-type="composition"] ._headline {
    margin: 0 0 20px 0;
    line-height: 1; }
  .c-modal[data-type="composition"] ._image {
    margin: 10px 0; }
    .c-modal[data-type="composition"] ._image img {
      display: block; }

@media only screen and (max-width: 480px) {
  .c-modal {
    top: 30px;
    width: 300px;
    left: calc(50% - 150px);
    padding: 20px;
    position: absolute; }
  .c-modal[data-type="composition"] ._headline,
  .c-modal[data-type="composition"] ._description {
    padding: 0 20px; }
  .c-modal[data-type="composition"] ._ico {
    width: 34px;
    height: 34px;
    display: inline-block;
    line-height: 1;
    margin-bottom: 20px;
    margin-left: 20px; }
    .c-modal[data-type="composition"] ._ico svg {
      width: inherit;
      height: inherit; }
  .c-modal[data-type="composition"] ._description {
    max-height: 200px;
    overflow: auto; } }

@-webkit-keyframes modalShowFrames {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0px, -25px);
            transform: translate(0px, -25px); }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes modalShowFrames {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0px, -25px);
            transform: translate(0px, -25px); }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes modalHideFrames {
  0% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  100% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0px, -25px);
            transform: translate(0px, -25px); } }

@keyframes modalHideFrames {
  0% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  100% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0px, -25px);
            transform: translate(0px, -25px); } }

.c-dot:after {
  content: "";
  display: inline-block;
  background-color: #d8c79e;
  border-radius: 50%;
  width: 30px;
  height: 30px; }

.c-big-logo {
  text-align: center;
  padding-top: 20px; }
  .c-big-logo img {
    display: inline-block;
    max-width: 480px;
    width: 100%; }

@media only screen and (max-width: 767px) {
  .c-big-logo {
    padding-top: 0; }
    .c-big-logo img {
      max-width: 280px; } }

.c__nav {
  line-height: 1;
  list-style: none;
  padding: 0;
  margin: 0; }
  .c__nav li {
    display: block; }

.c-main__nav, .c-composition__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.c-main__nav li + li {
  margin-left: 20px; }

.c-main__nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1.3rem;
  position: relative; }
  .c-main__nav a:after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background-color: #e9e0c8;
    position: absolute;
    bottom: -4px;
    -webkit-transition: all .15s;
    transition: all .15s; }
  .c-main__nav a:hover {
    color: #d8c79e; }
    .c-main__nav a:hover:after {
      width: 100%; }

.c-main__nav [data-sel] a {
  color: #d8c79e; }


  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-main__nav a:after {
      content: "";
      display: block;
      width: 0;
      height: 4px;
      background-color: #e9e0c8;
      position: absolute;
      bottom: -4px;
      -webkit-transition: none;
      transition: none; }
}


.c-main__nav[data-show] {
  -webkit-animation: mainMenuFrames ease .5s;
          animation: mainMenuFrames ease .5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@media only screen and (max-width: 1023px) {
  .c-main__nav {
    position: absolute;
    top: 105px;
    left: 0;
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    z-index: 200; }
    .c-main__nav li + li {
      margin: 0; }
    .c-main__nav a {
      display: block;
      padding: 10px;
      text-align: center;
      font-size: 1.2rem; }
      .c-main__nav a:after {
        display: none; } }

@media only screen and (max-width: 480px) {
  .c-main__nav {
    top: 75px; } }

@-webkit-keyframes mainMenuFrames {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0px, -25px);
            transform: translate(0px, -25px); }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0); } }

@keyframes mainMenuFrames {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0px, -25px);
            transform: translate(0px, -25px); }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0); } }

.c-composition__nav {
  margin: 0 -20px; }
  .c-composition__nav li {
    text-align: center;
    color: #d8c79e;
    padding: 0 20px;
    cursor: pointer;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .c-composition__nav li:hover {
      color: #e9e0c8; }
  .c-composition__nav svg {
    height: 40px;
    width: auto;
    margin-bottom: 10px; }


  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-composition__nav li {
      width: 24%; }
}


@media only screen and (max-width: 480px) {
  .c-composition__nav li {
    width: 50%;
    margin-top: 30px; } }

.c-news__card {
  position: relative;
  overflow: hidden;
  height: 33.333vw;
  max-height: 440px;
  background-position: 50%;
  background-size: cover;
  cursor: pointer; }
  .c-news__card .card__info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px; }
  .c-news__card ._date {
    color: #d8c79e; }
    .c-news__card ._date:after {
      content: "";
      display: block;
      width: 40px;
      height: 2px;
      background-color: #d8c79e;
      margin-top: 10px; }
  .c-news__card ._headline {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin: 10px 0; }
    .c-news__card ._headline a {
      color: #fff;
      text-decoration: none; }
  .c-news__card ._description {
    max-height: 0;
    overflow: hidden; }
  .c-news__card ._more a {
    text-decoration: none; }
  .c-news__card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .3;
    -webkit-transition: all .2s;
    transition: all .2s; }

@media only screen and (max-width: 767px) {
  .c-news__card {
    height: 40vw; } }

@media only screen and (min-width: 767px) {
  .c-news__card ._description {
    margin: 10px 0;
    -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .c-news__card:hover:before {
    opacity: .6; }
  .c-news__card:hover ._description {
    opacity: 1;
    max-height: 75px; } }

@media only screen and (max-width: 767px) {
  .c-news__card {
    height: 50vw; } }

@media only screen and (max-width: 480px) {
  .c-news__card ._headline {
    font-size: 1rem; } }

.c-history__card {
  position: relative; }
  .c-history__card img {
    display: block; }
  .c-history__card .card__year {
    background-color: #d8c79e;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.95313rem;
    font-weight: 700;
    line-height: 1;
    padding: 30px 0; }
    .c-history__card .card__year ._year {
      margin: 0 30px; }
  .c-history__card .card__info {
    padding: 20px;
    text-align: center; }

@media only screen and (max-width: 480px) {
  .c-history__card .c-separator {
    min-width: 40px; }
  .c-history__card .card__year ._year {
    margin: 0 10px; } }

.c-video__card {
  position: relative; }
  .c-video__card .card__mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer; }
    .c-video__card .card__mask:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: repeating-linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 0px, rgba(0, 0, 0, 0.6) 1px, rgba(0, 0, 0, 0.2) 3px, rgba(0, 0, 0, 0.2) 10px);
      width: 100%;
      height: 100%; }
    .c-video__card .card__mask[data-hide] {
      visibility: hidden;
      opacity: 0; }
  .c-video__card svg {
    position: absolute;
    width: 80px;
    height: 80px; }

@media only screen and (max-width: 480px) {
  .c-video__card svg {
    width: 40px;
    height: 40px; } }

.blk__head + .blk__body,
.blk__body + .blk__foot {
  margin-top: 30px; }

.obj-entry__blk {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 620px;
  opacity: 0;
  -webkit-animation-name: entryBlkFadeIn;
          animation-name: entryBlkFadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  .obj-entry__blk ._question {
    font-size: 1.2rem;
    font-weight: 700; }
  .obj-entry__blk ._note {
    visibility: hidden;
    opacity: 0;
    padding: 0 20px !important;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    font-size: 1.2rem;
    color: #d0380e; }
    .obj-entry__blk ._note[data-show] {
      visibility: visible;
      opacity: 1;
      max-height: 83px; }
  .obj-entry__blk ._answers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -20px; }
    .obj-entry__blk ._answers .i-item {
      width: 50%;
      padding: 0 20px; }
  .obj-entry__blk .c__btn {
    display: block;
    padding: 10px;
    font-size: 2rem;
    line-height: 1.3; }
    .obj-entry__blk .c__btn ._desc {
      display: block;
      font-size: 14px; }
    .obj-entry__blk .c__btn:hover {
      color: inherit;
      background-color: transparent;
      border-color: #000; }
  .obj-entry__blk .c-separator {
    width: 40%; }
  .obj-entry__blk .blk__head {
    position: absolute;
    top: -57px;
    left: 50%;
    width: 170px; }
    .obj-entry__blk .blk__head img {
      width: inherit;
      height: auto;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  .obj-entry__blk .blk__body {
    color: #000;
    background-color: #d8c79e;
    padding: 20px;
    padding-top: 88px;
    border-radius: 4px; }
    .obj-entry__blk .blk__body > * {
      padding: 20px; }

@media only screen and (max-width: 767px) {
  .obj-entry__blk ._answers {
    margin: 0 -10px; }
    .obj-entry__blk ._answers .i-item {
      padding: 0 10px; } }

@media only screen and (max-width: 480px) {
  .obj-entry__blk .blk__head {
    top: -25px;
    width: 110px; }
  .obj-entry__blk .blk__body {
    padding: 10px;
    padding-top: 64px; }
    .obj-entry__blk .blk__body > * {
      padding: 10px; }
  .obj-entry__blk ._answers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .obj-entry__blk ._answers .i-item {
      width: 100%; }
    .obj-entry__blk ._answers .i-item + .i-item {
      margin-top: 10px; }
  .obj-entry__blk .c__btn {
    font-size: 1.5rem; } }

@-webkit-keyframes entryBlkFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 55px);
            transform: translate(0px, 55px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes entryBlkFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 55px);
            transform: translate(0px, 55px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

.obj-error__blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #d8c79e;
  padding: 20px; }
  .obj-error__blk .blk__image {
    max-width: 400px;
    position: relative; }
  .obj-error__blk .blk__content {
    max-width: 300px; }
  .obj-error__blk ._headline {
    font-size: 6rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .obj-error__blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    .obj-error__blk ._headline {
      font-size: 4rem; }
    .obj-error__blk[data-type="404"] .blk__image {
      left: 11px; } }

.section__headline {
  padding: 40px 0;
  text-align: center; }
  .section__headline h2 {
    margin: 0; }

@media only screen and (max-width: 767px) {
  .section__headline {
    padding: 20px 0; } }

.sh-promo-news__section .section__head {
  position: relative;
  padding: 40px 0; }
  .sh-promo-news__section .section__head h2 {
    margin: 0; }
  .sh-promo-news__section .section__head ._headline {
    text-align: center; }
  .sh-promo-news__section .section__head ._sub-headline {
    color: #d8c79e; }
  .sh-promo-news__section .section__head ._more {
    position: absolute;
    top: calc(50% - 0.5rem);
    right: 40px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 2px; }
    .sh-promo-news__section .section__head ._more a {
      text-decoration: none; }
    .sh-promo-news__section .section__head ._more svg {
      width: 12px;
      height: 12px;
      margin-left: 5px;
      vertical-align: middle; }

.sh-promo-news__section .c-news__card ._headline {
  font-size: 1.3rem; }

.sh-promo-news__section .c-news__card .card__info {
  bottom: 20%;
  left: 0;
  width: 100%;
  padding: 0; }
  .sh-promo-news__section .c-news__card .card__info .wr-container > * {
    max-width: 700px; }

@media only screen and (max-width: 767px) {
  .sh-promo-news__section {
    margin-bottom: 20px; }
    .sh-promo-news__section .section__head {
      padding: 20px 0; }
      .sh-promo-news__section .section__head ._more {
        position: static;
        text-align: center;
        margin-top: 10px; }
    .sh-promo-news__section .c-news__card ._headline {
      font-size: 1.2rem; }
    .sh-promo-news__section .c-news__card .card__info {
      bottom: 10%; } }

@media only screen and (max-width: 480px) {
  .sh-promo-news__section .c-news__card ._headline {
    font-size: 1rem; } }

.sh-social__section {
  background-color: #d8c79e;
  padding: 40px 0;
  text-align: center;
  color: #000;
  line-height: 1.2; }
  .sh-social__section a {
    color: inherit; }
  .sh-social__section .section__group {
    font-size: 1.5rem;
    font-weight: 700; }
    .sh-social__section .section__group a {
      text-transform: uppercase;
      font-style: italic; }
  .sh-social__section .section__share {
    margin-top: -12px; }
    .sh-social__section .section__share ._title {
      font-weight: 700;
      font-size: 1.3rem; }
    .sh-social__section .section__share ._content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 0 0 -30px; }
      .sh-social__section .section__share ._content .c-share {
        margin: 20px 0 0 30px; }
  .sh-social__section .c-separator {
    margin: 30px 0;
    width: 120px; }

@media only screen and (max-width: 767px) {
  .sh-social__section .c-separator {
    margin: 20px 0; } }

.sh-today__section {
  text-align: center; }
  .sh-today__section .section__head {
    padding: 30px; }
  .sh-today__section .section__body > * {
    margin-top: 30px; }
  .sh-today__section .section__body .like-h2 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
  .sh-today__section .section__body img {
    max-width: 900px;
    display: inline-block;
    width: 100%; }
  .sh-today__section .section__foot {
    text-align: center;
    margin-top: 30px; }

@media only screen and (max-width: 767px) {
  .sh-today__section .section__head {
    padding: 20px; }
  .sh-today__section .section__body > * {
    margin-top: 20px; } }

.sh-videos__section .c-video__card svg {
  width: 50px;
  height: 50px; }

@media only screen and (max-width: 480px) {
  .sh-videos__section .c-video__card svg {
    width: 40px;
    height: 40px; } }

.sh-article__section {
  font-size: 1.2rem;
  color: #fff; }
  .sh-article__section p {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .sh-article__section .section__foot {
    text-align: center; }

.sh-content__panel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.sh_header__panel {
  height: 170px;
  padding-bottom: 35px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 300; }
  .sh_header__panel .sh-main__section {
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.8);
    border-bottom: 5px solid #d8c79e; }
  .sh_header__panel .g__row {
    position: relative;
    height: 100px; }
  .sh_header__panel .g__row > *:nth-child(2) {
    margin-top: 80px; }
  .sh_header__panel .g__row > *:nth-child(4) {
    margin-top: 74px; }
  .sh_header__panel .c-logo {
    display: block; }
  .sh_header__panel ._trigger button {
    position: relative;
    top: 4px;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .sh_header__panel ._trigger button span {
      margin-right: 10px; }
    .sh_header__panel ._trigger button svg {
      width: 1.2rem;
      height: 1.2rem; }
    .sh_header__panel ._trigger button:hover {
      color: #e9e0c8;
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px); }
    .sh_header__panel ._trigger button[data-sel] {
      color: #d0380e; }
  .wr-static-header .sh_header__panel {
    position: static;
    margin-bottom: 30px; }

@media only screen and (max-width: 1023px) {
  .sh_header__panel {
    position: static;
    height: auto;
    padding-bottom: 0; }
    .sh_header__panel .g__row {
      height: auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .sh_header__panel .g__row .g__col:first-child {
        width: auto; }
    .sh_header__panel .g__row > *:nth-child(2),
    .sh_header__panel .g__row > *:nth-child(4) {
      margin-top: 0; }
    .sh_header__panel .c-logo {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      width: 80px;
      height: 80px; }
    .sh_header__panel ._trigger button span {
      display: none; } }

@media only screen and (max-width: 480px) {
  .sh_header__panel .sh-main__section {
    padding: 10px 0; }
  .sh_header__panel .c-logo {
    position: relative;
    width: 60px;
    height: 60px; } }

.sh-footer__panel {
  margin-top: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .sh-footer__panel .sh-copyright_section .wr-container {
    border-top: 1px solid #d8c79e; }
  .sh-footer__panel .sh-copyright_section ._items {
    margin: -10px 0 0 -40px;
    color: #d8c79e;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px; }
  .sh-footer__panel .sh-copyright_section .i-item {
    margin: 10px 0 0 40px; }

@media only screen and (max-width: 767px) {
  .sh-footer__panel {
    margin-top: 20px; }
    .sh-footer__panel .sh-copyright_section ._items {
      margin: -10px 0 0 -20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .sh-footer__panel .sh-copyright_section .i-item {
      margin: 10px 0 0 20px; } }

.sh-page__headline {
  text-align: center;
  margin-bottom: 30px; }
  .sh-page__headline h1 {
    margin: 0; }
  .sh-page__headline ._date {
    font-size: 1.3rem;
    font-style: italic;
    position: relative;
    padding-top: 30px; }
    .sh-page__headline ._date:before {
      content: "";
      display: block;
      width: 40px;
      height: 3px;
      position: absolute;
      background-color: #d8c79e;
      left: calc(50% - 20px);
      top: 15px; }

.wr__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  position: relative;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s; }
  .wr__page[data-load="1"] {
    visibility: visible;
    opacity: 1; }

.wr-error__page .sh-content__panel,
.wr-entry__page .sh-content__panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .wr-error__page .sh-content__panel .wr-container,
  .wr-entry__page .sh-content__panel .wr-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.wr-error__page .obj-entry__blk,
.wr-entry__page .obj-entry__blk {
  margin: 20px 0; }

_:-ms-input-placeholder, :root .wr-error__page .sh-content__panel .wr-container,
_:-ms-input-placeholder, :root .wr-entry__page .sh-content__panel .wr-container {
  min-height: 500px; }

.s-flex-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.s-reset-btn {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.s-padding-z {
  padding: 0; }

.s-padding-b-4n {
  padding-bottom: 40px; }

.s-margin-t-z {
  margin-top: 0; }

.s-margin-t-4n {
  margin-top: 40px; }

.s-margin-b-4n {
  margin-bottom: 40px; }

.s-overflow-h {
  overflow: hidden; }

.s-video-res {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 1; }
  .s-video-res video,
  .s-video-res iframe,
  .s-video-res object,
  .s-video-res embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.s-content-img {
  margin: 1.5rem 0;
  text-align: center; }
  .s-content-img img {
    display: inline-block; }

.s-mq-show768, .s-mq-show1024 {
  display: none; }

@media only screen and (max-width: 767px) {
  .s-mq-show768 {
    display: block; } }

@media only screen and (max-width: 1023px) {
  .s-mq-show1024 {
    display: block; } }
