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

ul[class], ol[class] {
  padding: 0; }

body, h1, h2, h3, h4, p, li, figure, figcaption, blockquote, dl, dd {
  margin: 0; }

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

ul[class], ol[class] {
  list-style: none; }

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

a[class] {
  text-decoration: none; }

img {
  max-width: 100%;
  display: block; }

article > * + * {
  margin-top: 1em; }

input, button, textarea, select {
  font: inherit;
  outline: none; }

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

body {
  display: flex;
  flex-direction: column;
  color: white;
  background-image: url("../img/page-bg-small.jpg");
  background-image: -webkit-image-set(url("../img/webp/page-bg-small.webp") 1x, url("../img/webp/page-bg-small.webp") 2x);
  background-image: -webkit-image-set(url("../img/page-bg-small.jpg") 1x, url("../img/page-bg-small.jpg") 2x);
  background-image: image-set(url("../img/page-bg-small.jpg") 1x, url("../img/page-bg-small.jpg") 2x);
  background-size: cover;
  background-attachment: fixed;
  font-family: 'exolight', Arial, Helvetica, sans-serif;
  height: 100%; }

button {
  cursor: pointer; }

.o-container {
  padding: 0 15px;
  max-width: 980px;
  margin: 0 auto; }

.o-hidden {
  display: none; }

.o-uppercase {
  text-transform: uppercase; }

.o-title {
  font-size: 20px;
  text-shadow: 0 0 6px #ff4d00; }

.o-link--hover[class] {
  color: #ffb991;
  display: block;
  text-align: center;
  text-decoration: underline; }

.o-link--hover:hover {
  color: #fff; }

@media (min-width: 480px) {
  body {
    background-image: url("../img/page-bg-middle.jpg");
    background-image: -webkit-image-set(url("../img/webp/page-bg-middle.webp") 1x, url("../img/webp/page-bg-middle.webp") 2x);
    background-image: -webkit-image-set(url("../img/page-bg-middle.jpg") 1x, url("../img/page-bg-middle.jpg") 2x);
    background-image: image-set(url("../img/page-bg-middle.jpg") 1x, url("../img/page-bg-middle.jpg") 2x); } }

@media (min-width: 960px) {
  body {
    background-image: url("../img/page-bg.jpg");
    background-image: -webkit-image-set(url("../img/webp/page-bg.webp") 1x, url("../img/webp/page-bg.webp") 2x);
    background-image: -webkit-image-set(url("../img/page-bg.jpg") 1x, url("../img/page-bg.jpg") 2x);
    background-image: image-set(url("../img/page-bg.jpg") 1x, url("../img/page-bg.jpg") 2x); } }

.c-header {
  width: 100%; }

.c-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/logo.png");
  background-image: -webkit-image-set(url("../img/webp/logo.webp") 1x, url("../img/webp/logo.webp") 2x);
  background-image: -webkit-image-set(url("../img/logo.png") 1x, url("../img/logo.png") 2x);
  background-image: image-set(url("../img/logo.png") 1x, url("../img/logo.png") 2x);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  min-height: 130px; }

.c-header__title {
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  justify-self: initial;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, serif;
  white-space: nowrap; }

.c-burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  height: 20px;
  width: 20px; }
  .c-burger div {
    background: #fff;
    height: 4px;
    width: 20px; }

.c-header__nav {
  background: #35322a;
  position: absolute;
  padding: 0 15px;
  top: 130px;
  left: 0;
  right: 0;
  margin: 0 auto; }

.c-header__nav-list {
  display: flex;
  flex-direction: column; }
  .c-header__nav-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 42px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out; }
    .c-header__nav-list li button {
      display: flex;
      align-items: center;
      cursor: pointer;
      color: #fff;
      border: none;
      background: none;
      height: 42px;
      width: 42px; }
      .c-header__nav-list li button::after {
        border: medium solid transparent;
        content: '';
        position: absolute;
        border-color: #ffffff rgba(255, 255, 255, 0) rgba(255, 212, 52, 0);
        border-width: 5px; }
  .c-header__nav-list a {
    display: block;
    text-decoration: none;
    padding-left: 10px;
    width: 100%; }
    .c-header__nav-list a:hover {
      background-color: #ffc190;
      box-shadow: inset 0 0 12px #d6620a, inset 0 0 8px #dd8949;
      transition: all 0.3s ease-in-out; }
  .c-header__nav-list div {
    display: flex;
    padding-left: 10px;
    width: 100%; }
    .c-header__nav-list div:hover {
      background-color: #ffc190;
      box-shadow: inset 0 0 12px #d6620a, inset 0 0 8px #dd8949;
      transition: all 0.3s ease-in-out; }
  .c-header__nav-list li,
  .c-header__nav-list a {
    color: #fff; }

.c-header__nav-submenu[class] {
  padding-left: 10px;
  width: 100%; }

@media (min-width: 414px) {
  .c-header__title {
    font-size: 18px; } }

@media (min-width: 576px) {
  .c-header__title {
    font-size: 25px; }
  .c-burger {
    display: none; }
  .c-header {
    flex-direction: column; }
  .c-header__nav {
    display: flex;
    background: none;
    border-radius: 10px;
    position: relative;
    padding: 0;
    top: initial;
    left: initial; }
  .c-header__nav-list {
    flex-direction: row; }
    .c-header__nav-list div,
    .c-header__nav-list a {
      background: url(../img/menu_dropdown.png);
      padding: 0 10px; }
      .c-header__nav-list div:hover,
      .c-header__nav-list a:hover {
        background-color: #fcc36d;
        box-shadow: inset 0 0 12px rgba(255, 193, 144, 0.3), inset 0 0 8px rgba(0, 0, 0, 0.6); }
  .c-list__item--hover {
    position: relative; }
  .c-header__nav-submenu {
    flex-direction: column;
    top: 43px;
    position: absolute;
    left: -10px;
    width: initial; }
    .c-header__nav-submenu li {
      min-width: 200px; }
    .c-header__nav-submenu a {
      background: black;
      display: inline-block;
      width: 100%; }
      .c-header__nav-submenu a:hover {
        background: black;
        color: #ffc190; } }

@media (min-width: 992px) {
  .c-list__item--hover:hover .c-header__nav-submenu {
    display: block; } }

.c-main {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%; }
  .c-main h1 {
    font-size: 38px; }
  .c-main p,
  .c-main span {
    padding: 10px 0;
    text-align: center; }
  .c-main span {
    display: table;
    margin: 0 auto; }

.c-main__bg {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  margin-bottom: 10px;
  padding: 10px; }
  .c-main__bg p,
  .c-main__bg span {
    font-weight: bold; }

.c-form__hidden {
  background: rgba(0, 0, 0, 0.6); }
  .c-form__hidden div {
    border: none; }
  .c-form__hidden div {
    display: flex;
    justify-content: space-between;
    max-width: 300px;
    margin-bottom: 10px; }
  .c-form__hidden a {
    color: #000;
    background: #efefef;
    text-decoration: none;
    padding: 6px; }

.c-form__subscribe div {
  display: flex;
  justify-content: space-between;
  max-width: 300px;
  margin-bottom: 10px; }

.c-form__show-btn {
  display: block;
  margin: 10px auto; }

.o-main__list li {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0;
  margin-bottom: 10px; }

.o-list__submenu[class] {
  padding-top: 15px;
  padding-left: 30px;
  list-style: disc; }
  .o-list__submenu[class] li {
    font-size: 14px;
    margin: 0; }

.c-footer {
  display: flex;
  flex: 0 0 auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  width: 100%; }
  .c-footer p {
    font-size: 12px; }
  .c-footer a {
    color: #ffb991;
    text-decoration: none;
    transition: all 0.3s ease-in-out; }
    .c-footer a:hover {
      color: #fff; }
