/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: "Gilroy", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fcf7ee; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #f9edd8;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fcf7ee;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1190px; } }

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/gilroy/Gilroy-ExtraBold.eot");
  src: local("Gilroy ExtraBold"), local("Gilroy-ExtraBold"), url("../fonts/gilroy/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/gilroy/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

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

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

* {
  min-width: 0; }

a {
  text-decoration: none;
  text-decoration-skip-ink: none;
  outline: none !important; }
  a:hover {
    text-decoration: none; }

input::-ms-clear {
  display: none; }

input {
  outline: none;
  font-family: "Gilroy", sans-serif; }

:focus {
  outline: none !important; }

textarea {
  max-width: 100%;
  resize: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type='number'] {
  -moz-appearance: textfield; }

ul,
menu {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.no-padding-right {
  padding-right: 0; }

.no-padding-left {
  padding-left: 0; }

svg {
  fill: #f9edd8; }

.title {
  color: #252525;
  font-size: 48px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center; }
  .title span {
    font-weight: 900; }

.container-fluid {
  padding-left: 0;
  padding-right: 0; }

.up {
  z-index: 2;
  position: relative; }

.description {
  color: #555555;
  line-height: 24px;
  margin-bottom: 50px; }
  .description h1, .description .h1 {
    color: #252525;
    font-size: 36px;
    font-weight: 800;
    margin: 35px 0; }
  .description h2 {
    color: #252525;
    font-size: 24px;
    font-weight: 800;
    margin: 25px 0; }
  .description h3 {
    color: #252525;
    font-size: 18px;
    font-weight: 800;
    margin: 15px 0; }
  .description b {
    font-weight: 800; }
  .description p {
    margin: 0;
    margin-bottom: 1rem; }
  .description a {
    color: #252525;
    text-decoration: underline; }
    .description a:hover {
      color: #252525;
      text-decoration: none; }
  .description ul {
    list-style-type: disc;
    margin-left: 40px;
    margin-bottom: 20px; }

.relative {
  position: relative; }

.wpcf7 .wpcf7-response-output,
.wpcf7 .screen-reader-response,
.wpcf7-not-valid-tip {
  display: none !important; }

.animated-modal {
  overflow: hidden;
  transform: translateY(-50px);
  transition: all 0.7s; }

.fancybox-slide--current .animated-modal {
  transform: translateY(0);
  opacity: 1; }

.overflow {
  overflow: hidden; }

.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #222427;
  opacity: 0.75;
  z-index: 4;
  display: none;
  cursor: pointer; }

.mask.open {
  display: block; }

.fancybox-close-small:hover {
  transform: rotate(180deg); }

.fancybox-close-small {
  top: 15px;
  right: 15px;
  transition: all 1s; }

#content {
  position: relative;
  display: flex;
  flex-flow: column;
  overflow: hidden; }

.h100 {
  height: 100%; }

header {
  position: relative;
  width: 100%;
  background-color: rgba(29, 16, 7, 0.5);
  z-index: 2; }

header + div {
  margin-top: -121px; }

menu {
  padding-top: 10px;
  border-top: 1px solid rgba(232, 232, 232, 0.1); }
  menu > li {
    position: relative;
    padding: 0 17px 10px; }
    menu > li:hover ul {
      display: block; }
    menu > li > a {
      color: #f9edd8;
      font-size: 14px;
      font-weight: 900;
      line-height: 36px;
      text-transform: uppercase;
      position: relative; }
      menu > li > a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 0;
        background-color: #f2d9ac;
        transition: width 0.5s; }
    menu > li:hover > a {
      color: #f2d9ac; }
    menu > li:hover > a::after {
      width: 100%; }
  menu span {
    width: 4px;
    display: inline-block;
    height: 4px;
    position: relative;
    top: 2px;
    background-color: #f9edd8; }
  menu a + ul {
    display: none;
    min-width: 195px;
    position: absolute;
    border: 1px solid #eceff1;
    background-color: rgba(0, 0, 0, 0.5);
    left: -23px;
    top: 100%; }
    menu a + ul a {
      display: block;
      border-bottom: 1px solid rgba(236, 239, 241, 0.5);
      color: #f9edd8;
      font-size: 14px;
      font-weight: 900;
      line-height: 39px;
      text-transform: uppercase;
      padding: 0 23px;
      white-space: nowrap; }
      menu a + ul a:hover {
        color: #f2d9ac;
        text-decoration: underline; }

.header__info {
  padding: 6px 0; }

.header__info__left svg,
.header__info__right svg {
  margin-right: 8px; }

.header__info__left__mail a {
  color: #f9edd8;
  font-size: 13px;
  text-decoration: underline; }
  .header__info__left__mail a:hover {
    transition: color 0.5s;
    color: #f2d9ac; }

.header__info__left__phone a {
  color: #f9edd8;
  font-size: 16px;
  font-weight: 900;
  line-height: 18px; }
  .header__info__left__phone a:hover {
    transition: color 0.5s;
    color: #f2d9ac; }

.header__info__left__callback {
  border: 0;
  letter-spacing: 1px;
  background-color: #f34840;
  color: #f9edd8;
  font-weight: 600;
  padding: 6px 13px;
  border-radius: 25px;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin-left: 40px;
  position: relative;
  cursor: pointer; }
  .header__info__left__callback::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #f34840;
    transition: width 0.5s; }

.header__mobile__menu {
  display: block;
  width: 30px;
  height: 21px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  left: 15px;
  top: 25px;
  position: absolute; }
  .header__mobile__menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #f9edd8;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
    .header__mobile__menu span:nth-child(1) {
      top: 0; }
    .header__mobile__menu span:nth-child(2) {
      top: 8px; }
    .header__mobile__menu span:nth-child(3) {
      top: 16px; }
  .header__mobile__menu.open span:nth-child(1) {
    top: 8px;
    transform: rotate(135deg); }
  .header__mobile__menu.open span:nth-child(2) {
    opacity: 0;
    left: -60px; }
  .header__mobile__menu.open span:nth-child(3) {
    top: 8px;
    transform: rotate(-135deg); }

.header__mobile__phone a {
  color: #f9edd8;
  font-weight: 600;
  position: absolute;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 17px; }
  .header__mobile__phone a svg {
    fill: #f9edd8; }

a.header__mobile__phone_tel {
  top: 43px; }

.header__mobile__list {
  max-width: 315px;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  position: fixed;
  left: -315px;
  top: 83px;
  z-index: 5;
  background-color: #1d1007;
  box-shadow: 0 5px 10px 1px rgba(34, 36, 39, 0.1);
  transition: left 0.3s;
  min-height: 100%;
  text-align: left; }
  .header__mobile__list.open {
    left: 0; }

.header__mobile__list__top > ul > li {
  text-transform: uppercase; }
  .header__mobile__list__top > ul > li span {
    padding: 19px 20px;
    cursor: pointer;
    position: absolute;
    right: 0;
    background-color: rgba(249, 237, 216, 0.2);
    border-left: 1px solid #f9edd8;
    display: flex;
    align-items: center; }
    .header__mobile__list__top > ul > li span .svg {
      transition: transform 0.5s; }
    .header__mobile__list__top > ul > li span.down svg {
      transform: rotate(90deg); }
  .header__mobile__list__top > ul > li > a + span + ul {
    display: none;
    width: 100%;
    text-transform: initial;
    background-color: rgba(255, 255, 255, 0.1); }
    .header__mobile__list__top > ul > li > a + span + ul a {
      padding-left: 30px; }
  .header__mobile__list__top > ul > li a {
    padding: 15px;
    display: block;
    width: 100%;
    color: #f9edd8;
    border-bottom: 1px solid #f9edd8;
    border-top: 1px solid #f9edd8;
    margin-top: -1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 50px; }

.header__mobile__list__bottom {
  text-align: center;
  padding: 25px 0;
  padding-bottom: 100px;
  display: flex;
  flex-flow: column; }
  .header__mobile__list__bottom a:nth-child(1),
  .header__mobile__list__bottom a:nth-child(2) {
    color: #f9edd8;
    font-size: 18px;
    font-weight: 900;
    line-height: 18px;
    padding-bottom: 20px; }
  .header__mobile__list__bottom a:last-child {
    color: #f9edd8;
    font-size: 13px;
    text-decoration: underline; }

@media (max-width: 1199.98px) {
  menu > li {
    padding: 0 15px 10px; } }

@media (max-width: 991.98px) {
  header + div {
    margin-top: 0; }
  header {
    position: fixed;
    left: 0;
    z-index: 5;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #3c3c3c;
    box-shadow: 0 0 58px 1px rgba(0, 0, 0, 0.06);
    background-color: #1d1007; }
  .header__logo {
    text-align: center;
    padding: 10px; }
    .header__logo img {
      width: 85px; }
  .main-slider__item {
    max-height: 800px; } }

@media (max-width: 767.98px) {
  .header__logo {
    text-align: right; } }

footer {
  background-color: #1d1007; }

.footer__top {
  border-bottom: 1px solid #191919; }
  .footer__top menu {
    border: 0;
    padding: 20px 0; }
    .footer__top menu > li {
      padding-bottom: 0; }
      .footer__top menu > li > a::before {
        right: -40px; }

.footer__copy {
  border-top: 1px solid #191919;
  padding: 30px 0; }

.footer__copy__text {
  color: #ccc;
  font-size: 13px;
  padding-bottom: 20px; }

.footer__copy__social .footer__copy__social__icon {
  width: 28px;
  height: 28px;
  border: 1px solid #f9edd8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px; }
  .footer__copy__social .footer__copy__social__icon:last-child {
    margin-right: 0; }
  .footer__copy__social .footer__copy__social__icon svg {
    fill: #f9edd8; }
  .footer__copy__social .footer__copy__social__icon:hover {
    border: 1px solid #f9edd8; }
    .footer__copy__social .footer__copy__social__icon:hover svg {
      fill: #f9edd8; }

.footer__copy__wolfstudio {
  color: #f9edd8;
  font-size: 12px; }
  .footer__copy__wolfstudio a {
    color: #f9edd8; }

.footer__bottom__title {
  color: #f9edd8;
  font-weight: 800;
  line-height: 36px;
  padding-left: 8px;
  text-transform: uppercase; }

.footer__bottom__menu li {
  padding-left: 29px; }
  .footer__bottom__menu li a {
    color: #f9edd8;
    line-height: 36px;
    position: relative; }
    .footer__bottom__menu li a:hover {
      color: #f9edd8; }
      .footer__bottom__menu li a:hover:after {
        width: 100%; }
    .footer__bottom__menu li a::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 1px;
      width: 0;
      background-color: #f9edd8;
      transition: width 0.5s; }
    .footer__bottom__menu li a::before {
      position: absolute;
      left: -20px;
      top: calc(50% - 4px);
      content: "";
      width: 8px;
      height: 8px;
      background-color: #f9edd8; }

.footer__bottom__contact {
  text-align: right; }

.footer__bottom__contact a {
  color: #f9edd8;
  line-height: 36px; }

.footer__bottom__contact .footer__bottom__email a {
  text-decoration: underline; }

.footer__bottom__contact a:hover {
  color: #f9edd8; }

.footer__bottom {
  padding: 40px 0; }

#callback,
#success {
  padding: 0;
  width: 750px; }

#success .callback__form {
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 0 60px; }

.callback__image {
  width: 360px;
  min-width: 360px;
  min-height: 480px;
  height: 100%;
  background-color: #252525;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }

.callback__form {
  padding: 55px 30px; }
  .callback__form.no {
    padding: 0; }

.callback__form__title {
  color: #252525;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px; }

.callback__form__input {
  margin-top: 20px; }
  .callback__form__input input, .callback__form__input textarea {
    height: 44px;
    border: 1px solid #f9edd8;
    background-color: transparent;
    color: #252525;
    font-size: 14px;
    font-weight: 300;
    padding-left: 20px;
    width: 100%; }
    .callback__form__input input.wpcf7-not-valid, .callback__form__input textarea.wpcf7-not-valid {
      border: 1px solid red; }
  .callback__form__input textarea {
    height: 100px;
    padding-top: 10px; }

.callback__form__btn {
  display: flex;
  margin: 0 auto;
  border: 1px solid #f34840;
  width: 166px;
  align-items: center;
  border-radius: 30px;
  /* justify-content: flex-end; */
  justify-content: center;
  margin-top: 35px;
  transition: ease-in-out 0.4s;
  cursor: pointer; }
  .callback__form__btn input {
    border: none;
    background-color: transparent;
    color: #252525;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    width: 200px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: ease-in-out 0.4s; }
  .callback__form__btn:hover {
    background-color: #f34840; }
    .callback__form__btn:hover input {
      color: #f9edd8; }
  .callback__form__btn svg {
    margin-left: 10px;
    fill: #252525; }

.callback__form__description {
  padding-top: 30px; }

.sale {
  padding: 30px;
  right: 0;
  position: fixed;
  bottom: 70px;
  z-index: 10;
  transition: all 0.5s;
  max-width: 500px; }
  .sale .sale__middle,
  .sale .sale__bottom-block {
    display: none; }

.sale__top-block {
  display: flex;
  align-items: center;
  justify-content: center; }

.sale__bottom-block {
  background-color: #fff;
  margin-top: 15px;
  padding: 5px 20px 25px;
  border-radius: 5px; }

.vdz_cb_widget span {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #fff;
  z-index: 9200;
  transition: all 0.3s linear !important;
  animation-name: manimate_i;
  animation-delay: 2s;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@keyframes manimate_i {
  0%, 100%, 50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  10%, 30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20%, 40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); } }

.vdz_cb_widget:after {
  background-color: rgba(32, 152, 209, 0.3);
  animation-name: manimate_after;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  opacity: 0; }

.vdz_cb_widget:before {
  top: -2px;
  left: -2px;
  border: 2px solid rgba(32, 152, 209, 0.5);
  animation-name: manimate_before;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  opacity: 0; }

@keyframes manimate_after {
  0% {
    transform: scale(1);
    opacity: 0; }
  35% {
    opacity: 1;
    transform: scale(1.5); }
  100% {
    opacity: 0;
    transform: scale(1); } }

@keyframes manimate_before {
  0% {
    transform: scale(1);
    opacity: 0; }
  35% {
    transform: scale(1.5);
    opacity: 1; }
  100% {
    transform: scale(2);
    opacity: 0; } }

.pulse-css {
  height: 35px;
  width: 35px;
  background: tomato;
  position: relative; }
  .pulse-css:before, .pulse-css:after {
    content: "";
    border-radius: 40px;
    height: 35px;
    width: 35px;
    background-color: tomato;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: scale(0.5);
    transform-origin: center center;
    animation: pulse-me 3s linear infinite; }

@keyframes pulse-me {
  0% {
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 0.1; }
  70% {
    opacity: 0.09; }
  100% {
    transform: scale(5);
    opacity: 0; } }

.sale__small {
  z-index: 999;
  position: relative;
  transition: all 0.3s linear !important;
  animation-name: manimate_i;
  animation-delay: 2s;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-color: #f34840;
  box-shadow: 0 2px 10px 1px rgba(243, 72, 64, 0.5);
  width: 80px;
  height: 80px;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.sale__middle {
  background-color: #f34840;
  box-shadow: 0 2px 10px 1px rgba(243, 72, 64, 0.5);
  border-radius: 5px;
  align-items: center;
  padding: 10px 15px;
  position: relative; }

.sale__image {
  background-image: url("../image/image.jpg");
  width: 80px;
  height: 80px;
  background-size: cover;
  border-radius: 100%;
  flex-shrink: 0; }

.sale__title {
  color: #fff;
  font-size: 17px;
  padding: 0 100px 0 15px;
  text-align: center; }

.sale__phone {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translate(0, -50%);
  border: 2px solid #f9edd8;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center; }

.sale__close {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 5px;
  cursor: pointer; }
  .sale__close svg {
    fill: #fff; }

.lines {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden; }
  .lines .lines__line {
    position: relative; }
    .lines .lines__line.lines__line::after {
      width: 1px;
      content: "";
      background-color: #c6c6c6;
      opacity: 0.4;
      height: 10000px;
      position: absolute;
      left: 0;
      top: 0; }

@media (max-width: 991.98px) {
  #callback,
  #success {
    padding: 15px 0;
    width: auto; }
  .callback__image {
    display: none; }
  #success .callback__form,
  .callback__form {
    padding: 35px 30px; }
  .callback__form__btn {
    justify-content: center; }
  .callback__form__btn svg {
    display: none; }
  .callback__form__title {
    text-align: center; } }

@media (max-width: 991.98px) {
  .footer__copy {
    text-align: center; }
  .footer__copy__social {
    padding-bottom: 10px; }
  .footer__bottom__contact {
    text-align: center; }
  .footer__bottom__logo {
    text-align: center;
    padding-bottom: 25px; } }

@media (max-width: 991.98px) {
  .sale__title {
    font-size: 15px; }
  .sale {
    padding: 15px;
    max-width: 100%;
    bottom: 0; }
    .sale .callback__form__input {
      margin-top: 10px; }
    .sale .callback__form__btn {
      margin: 0;
      padding: 10px 0; }
    .sale .sale__bottom-block {
      padding: 5px 15px 0; }
  .sale__image {
    width: 60px;
    height: 60px; }
  .sale__small {
    width: 60px;
    height: 60px; } }

.slider__nav {
  position: absolute;
  bottom: 70px;
  width: 100%;
  display: flex;
  justify-content: center; }
  .slider__nav .prev,
  .slider__nav .next {
    cursor: pointer; }
    .slider__nav .prev:hover svg,
    .slider__nav .next:hover svg {
      fill: #f9edd8; }
  .slider__nav svg {
    fill: #fff; }
  .slider__nav .prev {
    order: 1;
    margin-right: 25px; }
  .slider__nav .slick-dots {
    order: 2; }
  .slider__nav .next {
    order: 3;
    margin-left: 25px; }
  .slider__nav .slick-dots {
    display: flex; }
    .slider__nav .slick-dots li {
      width: 18px;
      height: 18px;
      margin: 5px;
      border: 1px solid #fff;
      font-size: 0;
      cursor: pointer; }
      .slider__nav .slick-dots li.slick-active {
        background-color: #f9edd8;
        border-color: #f9edd8; }
      .slider__nav .slick-dots li button {
        border: none;
        opacity: 0; }

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }
  .scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    padding-right: 25px;
    width: auto !important; }
    .scroll-wrapper > .scroll-content::-webkit-scrollbar {
      height: 0;
      width: 0; }
  .scroll-wrapper.scroll--rtl {
    direction: rtl; }

.scroll-element {
  box-sizing: content-box;
  display: none; }
  .scroll-element div {
    box-sizing: content-box; }
  .scroll-element .scroll-bar,
  .scroll-element .scroll-arrow {
    cursor: default; }
  .scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block; }

.scroll-textarea {
  border-top-color: #f5f5f5; }
  .scroll-textarea > .scroll-content {
    overflow: hidden !important; }
    .scroll-textarea > .scroll-content > textarea {
      border: none !important;
      box-sizing: border-box;
      height: 100% !important;
      margin: 0;
      max-height: none !important;
      max-width: none !important;
      overflow: scroll !important;
      outline: none;
      padding: 2px;
      position: relative !important;
      top: 0;
      width: 100% !important; }
      .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
        height: 0;
        width: 0; }

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 4px; }

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4; }

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0; }

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #f9edd8; }

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191; }

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -10px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -10px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

.page__bg {
  position: relative; }

.page__bg__image {
  height: 540px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .page__bg__image:before {
    background-color: rgba(3, 3, 34, 0.2);
    position: absolute;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: ""; }

.page__white {
  background-color: #fff; }

.page__bg__text {
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  color: #f9edd8;
  font-size: 55px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 11px; }

.breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden; }
  .breadcrumb ul {
    font-size: 0;
    white-space: nowrap;
    overflow: auto;
    padding: 20px 0; }
    .breadcrumb ul li {
      display: inline-block;
      text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
      color: #f9edd8;
      font-size: 14px;
      font-weight: 800;
      letter-spacing: 1.4px;
      padding-right: 43px;
      position: relative;
      white-space: nowrap; }
      .breadcrumb ul li:before {
        width: 4px;
        display: inline-block;
        height: 4px;
        background-color: #f9edd8;
        content: "";
        position: absolute;
        right: 20px;
        top: 8px; }
      .breadcrumb ul li:last-child {
        padding-right: 0; }
      .breadcrumb ul li:last-child:before {
        display: none; }
    .breadcrumb ul a {
      color: #f9edd8;
      letter-spacing: 1.4px;
      text-decoration: underline;
      position: relative;
      top: -1px; }
      .breadcrumb ul a:hover {
        text-decoration: none; }

@media (max-width: 1199.98px) {
  .page__bg__text {
    font-size: 50px;
    letter-spacing: 12px; } }

@media (max-width: 991.98px) {
  .page__bg__text {
    font-size: 45px;
    letter-spacing: 10px; } }

@media (max-width: 767.98px) {
  .page__bg__text {
    font-size: 40px;
    letter-spacing: 8px; }
  .page__bg__image {
    height: 500px; } }

@media (max-width: 575.98px) {
  .page__bg__text {
    font-size: 30px;
    letter-spacing: normal; }
  .page__bg__image {
    height: 400px; } }

.page-404__block {
  text-align: center;
  padding: 100px 0; }

.page-404__block__title {
  font-size: 35px;
  font-weight: 800; }

.page-404__block__btn {
  margin-top: 15px; }
  .page-404__block__btn a {
    color: #555555;
    text-transform: uppercase;
    align-items: center;
    font-weight: 800; }
    .page-404__block__btn a svg {
      fill: #555555; }
    .page-404__block__btn a:hover {
      color: #252525; }
      .page-404__block__btn a:hover svg {
        fill: #252525; }
    .page-404__block__btn a:first-child svg {
      margin-right: 10px; }
    .page-404__block__btn a:last-child svg {
      margin-left: 10px; }

.main-slider__item__image {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh + 5px);
  background-size: cover; }
  .main-slider__item__image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 3, 34, 0.3);
    content: ''; }

.main-slider {
  position: relative; }

.main-slider__item {
  position: relative; }

.main-slider__item__block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #f9edd8;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column; }

.main-slider__item__block__title {
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  color: #f9edd8;
  font-size: 72px;
  font-weight: 900;
  line-height: 55px;
  text-transform: uppercase;
  letter-spacing: 14.4px;
  position: relative;
  padding-bottom: 30px; }

.main-slider__item__block__description {
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  color: #f9edd8;
  font-size: 24px;
  font-weight: 900;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  padding-top: 50px; }

@media (max-width: 991.98px) {
  .main-slider {
    padding-top: 83px; } }

@media (max-width: 767.98px) {
  .main-slider__item__block__title {
    font-size: 46px; }
  .main-slider__item {
    max-height: 650px; }
  .main-slider__item__block__description {
    font-size: 20px; }
  .slider__nav {
    bottom: 25px; } }

@media (max-width: 575.98px) {
  .main-slider__item__block__title {
    font-size: 30px;
    letter-spacing: normal;
    padding-bottom: 0; }
  .main-slider__item__image {
    min-height: 400px;
    background-size: 250%;
    background-repeat: no-repeat;
    background-position: 50%; }
  .main-slider__item {
    max-height: 550px; }
  .main-slider__item__block__description {
    font-size: 16px;
    letter-spacing: normal; } }

.main-services {
  padding-top: 60px;
  overflow: hidden; }
  .main-services .main-services__block__image {
    position: relative;
    overflow: hidden;
    transition: all .5s; }
  .main-services .main-services__block__image::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    transition: all .5s; }
  .main-services .title {
    padding-bottom: 45px; }

.main-services__block {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden; }
  .main-services__block:hover .main-services__block__image {
    transform: scale(1.1); }
    .main-services__block:hover .main-services__block__image::after {
      background-color: rgba(0, 0, 0, 0.2); }

.main-services__block__desc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column; }

.main-services__block__desc__title {
  color: #f9edd8;
  font-size: 30px;
  font-weight: 900;
  padding-top: 40px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center; }

.main-services .no-gutters {
  margin-right: -5px;
  margin-left: -5px; }

.main-services .no-gutters > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px; }

@media (max-width: 575.98px) {
  .title {
    font-size: 39px; }
  .main-services__block__desc__title {
    font-size: 21px; } }

.main-events__top {
  height: 440px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  background-image: url("../image/events_bg.jpg"); }
  .main-events__top::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    content: ""; }
  .main-events__top .title {
    text-align: left;
    color: #f9edd8;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2); }

#main-events__slider .item {
  border: 5px solid #f9edd8;
  position: relative;
  display: block;
  margin: 0 1px; }

#main-events__dots .item {
  border: 5px solid #f9edd8;
  position: relative;
  margin: 0 16px;
  display: block; }
  #main-events__dots .item:hover::after {
    background-color: rgba(3, 3, 34, 0); }
  #main-events__dots .item::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 3, 34, 0.7);
    content: "";
    transition: background-color 0.5s; }

.main-events .item__number {
  color: #f9edd8;
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 36px;
  font-weight: 800;
  line-height: 36px; }

.main-events__bottom {
  margin-top: -85px;
  padding-bottom: 95px; }

.main-events__bottom__links {
  padding-top: 90px; }
  .main-events__bottom__links a {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    color: #555555; }
    .main-events__bottom__links a svg {
      margin-left: 10px;
      fill: #555555; }
    .main-events__bottom__links a:hover {
      color: #000; }
      .main-events__bottom__links a:hover svg {
        fill: #000; }

#main-events__nav {
  display: flex;
  justify-content: center;
  align-items: center; }
  #main-events__nav svg {
    fill: #555555; }
  #main-events__nav .prev,
  #main-events__nav .next {
    margin: 0 28px;
    cursor: pointer;
    position: relative; }
    #main-events__nav .prev:hover svg,
    #main-events__nav .next:hover svg {
      fill: #000; }
  #main-events__nav .prev::before {
    content: "";
    position: absolute;
    right: -28.5px;
    top: -15px;
    width: 1px;
    height: 60px;
    background-color: #eceff1; }

.main-events__title {
  color: #252525;
  font-size: 36px;
  font-weight: 800;
  line-height: 36px;
  position: absolute;
  top: -50px;
  left: 112px; }
  .main-events__title:before {
    position: absolute;
    left: -200px;
    top: 15px;
    width: 175px;
    height: 4px;
    background-color: #f9edd8;
    content: ""; }

@media (max-width: 1199.98px) {
  .js-parallax {
    display: none; }
  .main-events__title {
    left: 15px;
    white-space: nowrap; }
  .main-events__title::before {
    display: none; } }

@media (max-width: 991.98px) {
  .main-events__bottom {
    margin-top: -70px; } }

@media (max-width: 767.98px) {
  .main-events__bottom {
    padding-bottom: 40px; }
  .main-events__top {
    height: 300px; }
    .main-events__top .title {
      text-align: center; }
  .main-events__title {
    display: none; }
  .main-events .item__number {
    top: 5px;
    left: 10px;
    font-size: 20px; }
  .main-events__bottom__links {
    padding-top: 45px; }
    .main-events__bottom__links a svg {
      display: none; } }

.main-about__top {
  height: 440px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  background-image: url("../image/about_bg.jpg"); }
  .main-about__top::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    content: ""; }
  .main-about__top .title {
    text-align: left;
    color: #f9edd8;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2); }

.main-about h1, .main-about .h1 {
  font-size: 48px; }

.main-about__bottom {
  padding-top: 70px;
  overflow: hidden;
  padding-bottom: 150px; }

.js-parallax {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%; }
  .js-parallax .layer {
    position: absolute !important; }
  .js-parallax .layer1 {
    top: 41px !important;
    left: -350px !important; }
  .js-parallax .layer2 {
    right: -350px !important;
    left: auto !important; }

.main-about__bottom__slider {
  position: relative;
  padding-top: 30px; }
  .main-about__bottom__slider .slider__nav {
    bottom: 35px; }

.main-about__bottom__text {
  padding-left: 30px; }

.main-about__bottom__text__scroll {
  max-height: 550px;
  overflow: auto; }

@media (max-width: 991.98px) {
  .main-about__bottom__text__scroll {
    max-height: 100%; }
  .main-about__bottom__text {
    padding: 15px;
    text-align: justify; }
  .main-about__bottom {
    padding-bottom: 45px; } }

@media (max-width: 767.98px) {
  .main-about__top {
    height: 300px; }
    .main-about__top .title {
      text-align: center; }
  .main-about h1, .main-about .h1 {
    font-size: 24px;
    text-align: center; }
  .main-about__bottom {
    padding-top: 0; } }

.main-price {
  height: 440px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-image: url("../image/price_bg.jpg"); }
  .main-price::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    content: ""; }
  .main-price .title {
    text-align: left;
    color: #f9edd8;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
    line-height: 55px; }

.main-price__man {
  background-image: url("../image/price_man.png");
  width: 267px;
  height: 440px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: contain;
  max-width: 100%; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }

.pulse {
  display: block;
  cursor: pointer;
  animation: pulse 2s infinite; }

.pulse:hover {
  animation: none; }

@keyframes pulse-me {
  0% {
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 0.1; }
  70% {
    opacity: 0.09; }
  100% {
    transform: scale(5);
    opacity: 0; } }

.main-price__link {
  border: 0;
  letter-spacing: 1px;
  color: #f9edd8;
  background-color: #f34840;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  width: 180px;
  padding: 9px 0;
  border-radius: 25px;
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 55px;
  margin-bottom: 55px; }
  .main-price__link svg {
    fill: #f34840; }
  .main-price__link span {
    position: relative; }
    .main-price__link span::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 1px;
      width: 0;
      background-color: #f34840;
      transition: width 0.5s; }
    .main-price__link span:hover::after {
      width: 100%; }
  .main-price__link svg {
    margin-left: 10px;
    position: relative;
    top: -1px; }

@media (max-width: 991.98px) {
  .main-price {
    height: 100%; }
  .main-price .title {
    text-align: center;
    font-size: 29px;
    padding-top: 55px; }
  .main-price__link {
    text-align: center; }
    .main-price__link svg {
      display: none; } }

.main-sale {
  padding-top: 50px; }

.main-sale__description {
  max-width: 560px;
  font-size: 18px; }
  .main-sale__description strong {
    font-size: 20px; }
  .main-sale__description ul {
    list-style: none;
    display: block;
    text-align: left;
    margin-left: 10px; }
    .main-sale__description ul li {
      position: relative;
      padding-left: 20px; }
      .main-sale__description ul li:before {
        content: "";
        position: absolute;
        width: 10px;
        height: 1px;
        background-color: #555555;
        left: 0;
        top: 50%;
        transform: translate(0, -50%); }

.main-sale-event {
  padding-top: 70px;
  padding-bottom: 40px; }

.main-sale__title {
  font-size: 30px;
  font-weight: 400;
  color: #252525;
  padding-bottom: 40px;
  text-transform: uppercase; }
  .main-sale__title span {
    font-weight: 700; }

.advantages {
  color: #555555;
  font-weight: 700;
  text-transform: uppercase;
  padding: 35px 0 35px 40px;
  border: 1px solid #e6e3de;
  margin-top: -1px;
  margin-right: -1px;
  max-height: 152px; }
  .advantages .advantages__number {
    color: #f34840;
    font-size: 30px;
    line-height: 24px;
    padding-bottom: 20px; }
  .advantages .advantages__description {
    font-size: 14px;
    line-height: 18px;
    max-height: 18px; }

.sale-arrow {
  display: flex;
  justify-content: center;
  padding: 40px 0; }
  .sale-arrow .sale-arrow_left, .sale-arrow .sale-arrow_right {
    padding: 20px;
    cursor: pointer; }
  .sale-arrow svg {
    fill: #555555; }
    .sale-arrow svg:hover {
      fill: #000; }

.sale-slider-logo .sale-slider__item img {
  display: inline-block; }

.sale-slider-logo {
  border-top: 1px solid #e6e3de;
  top: -1px; }

.sale-slider__item {
  border: 1px solid #e6e3de;
  min-height: 101.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  border-right: 0; }

.sale-arrow_left {
  position: relative; }
  .sale-arrow_left:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 60px;
    background-color: #eceff1; }

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

.main-sale__description {
  margin-left: 70px; }

.svg-sail {
  fill: #f34840; }

.sale-left__one:first-child .img-sale-left:before {
  position: absolute;
  content: '';
  right: -64px;
  top: 27px;
  width: 18px;
  height: 1px;
  transform: rotate(-125deg);
  background-color: #1d1007; }

.sale-left__one:last-child .img-sale-left:before {
  position: absolute;
  content: '';
  right: -65px;
  top: 13px;
  width: 18px;
  height: 1px;
  transform: rotate(-226deg);
  background-color: #1d1007; }

.to-low-text {
  text-transform: lowercase; }

.sale-numbers {
  margin-bottom: 30px;
  border-bottom: 1px solid RGBA(198, 198, 198, 0.4); }

.sale-left__one {
  padding: 40px 0;
  justify-content: flex-end;
  display: flex;
  align-items: center; }
  .sale-left__one span {
    padding-right: 30px;
    text-align: right;
    max-width: 267px;
    color: #252525;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    position: relative; }
  .sale-left__one .img-sale-left {
    position: relative; }
    .sale-left__one .img-sale-left:after {
      position: absolute;
      content: '';
      right: -50px;
      top: 20px;
      width: 24px;
      height: 1px;
      background-color: #1d1007; }

.sale-right__one:first-child .img-sale-right:before {
  position: absolute;
  content: '';
  right: 76px;
  top: 27px;
  width: 18px;
  height: 1px;
  transform: rotate(125deg);
  background-color: #1d1007; }

.sale-right__one:last-child .img-sale-right:before {
  position: absolute;
  content: '';
  right: 77px;
  top: 14px;
  width: 18px;
  height: 1px;
  transform: rotate(226deg);
  background-color: #1d1007; }

.sale-right__one {
  padding: 40px 0;
  display: flex;
  align-items: center; }
  .sale-right__one span {
    padding-left: 30px;
    max-width: 267px;
    color: #252525;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase; }
  .sale-right__one .img-sale-right {
    position: relative; }
    .sale-right__one .img-sale-right:after {
      position: absolute;
      content: '';
      left: -50px;
      top: 20px;
      width: 24px;
      height: 1px;
      background-color: #1d1007; }

.sale-about {
  background-color: #fcf7ee;
  border-top: 1px solid RGBA(198, 198, 198, 0.4);
  border-left: 1px solid RGBA(198, 198, 198, 0.4);
  border-bottom: 1px solid RGBA(198, 198, 198, 0.4);
  margin-bottom: 40px; }

.advantages-title__two {
  padding-top: 40px;
  border-bottom: 1px solid RGBA(198, 198, 198, 0.4); }

.sale-border {
  border-bottom: 1px solid RGBA(198, 198, 198, 0.4); }

.main-sale-about .sale-numbers {
  margin-bottom: 0; }

.main-sale-about .main-sale__title {
  padding-top: 40px;
  padding-bottom: 40px; }

.main-sale-about .sale-about {
  margin-bottom: 0;
  border-left: 0; }

.main-sale-about .sale-slider-logo {
  border-right: 1px solid #e6e3de; }

.button-call {
  border: 0;
  background: transparent; }

.border-left-none {
  border-left: 0 !important; }

.border-title-right {
  border-right: 1px solid #e6e3de;
  margin-right: -1px; }

.border-title-client-right {
  border-right: 1px solid #e6e3de; }

@media (max-width: 1199.98px) {
  .main-sale__description {
    margin-left: 0; }
  .main-services {
    padding-top: 0; } }

@media (max-width: 991.98px) {
  .main-price__link {
    margin: 55px auto; }
  .sale-arrow {
    padding: 0; }
  .main-sale {
    padding-top: 30px; }
  .main-sale-event {
    padding-bottom: 0; }
  .sale-left__one:first-child .img-sale-left:before {
    display: none; }
  .sale-left__one:last-child .img-sale-left:before {
    display: none; }
  .sale-right__one:first-child .img-sale-right:before {
    display: none; }
  .sale-right__one:last-child .img-sale-right:before {
    display: none; }
  .img-sale-right {
    position: relative; }
    .img-sale-right:after {
      display: none; }
  .img-sale-left {
    position: relative; }
    .img-sale-left:after {
      display: none; }
  .sale-right__one {
    width: 300px;
    margin: 0 auto; }
  .sale-left__one {
    flex-direction: row-reverse;
    margin: 0 auto;
    width: 300px; }
  .main-sale__title {
    padding-bottom: 30px;
    padding-top: 30px;
    background-color: #fcf7ee;
    border-left: 1px solid RGBA(198, 198, 198, 0.4); }
  .sale-left__one span {
    padding-right: 0;
    padding-left: 30px;
    text-align: left; }
  .sale-arrow {
    padding-top: 0; }
  .sale-about {
    margin-bottom: 0; } }

.sale_img {
  max-height: 85px;
  padding: 10px; }

.contact {
  padding: 60px 0; }

.contact__info {
  border: 2px solid #f9edd8;
  text-align: center;
  margin-bottom: 25px; }
  .contact__info svg {
    margin: 50px 0; }

.contact__info__left {
  padding-bottom: 50px; }
  .contact__info__left:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50px;
    width: 1px;
    height: calc(100% - 100px);
    background-color: #f9edd8; }
  .contact__info__left a {
    font-weight: 800;
    color: #252525;
    font-size: 18px;
    line-height: 30px; }
    .contact__info__left a:hover {
      text-decoration: underline; }

.contact__info__right {
  padding-bottom: 50px; }
  .contact__info__right a {
    color: #252525;
    font-size: 18px;
    line-height: 30px;
    text-decoration: underline; }
    .contact__info__right a:hover {
      text-decoration: none; }

.contact__info__title {
  font-size: 18px;
  line-height: 48px; }

.contact__form__title {
  font-size: 18px;
  font-weight: 800;
  padding-bottom: 20px; }

.contact__form__input {
  margin-bottom: 20px; }
  .contact__form__input input {
    height: 44px;
    border: 1px solid #f9edd8;
    background-color: transparent;
    color: #252525;
    font-size: 14px;
    font-weight: 300;
    padding-left: 20px;
    width: 100%; }

.contact__form__textarea {
  margin-bottom: 20px; }
  .contact__form__textarea textarea {
    height: 138px;
    border: 1px solid #f9edd8;
    background-color: transparent;
    color: #252525;
    font-size: 14px;
    font-weight: 300;
    padding-left: 20px;
    width: 100%;
    padding-top: 15px; }

.contact__form__input input.wpcf7-not-valid {
  border: 1px solid red; }

.contact__form__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .contact__form__btn input {
    border: none;
    background-color: transparent;
    color: #252525;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0;
    cursor: pointer;
    position: relative;
    z-index: 1; }
    .contact__form__btn input:hover {
      text-decoration: underline; }
  .contact__form__btn svg {
    margin-left: 10px;
    fill: #252525; }

.google-maps__block {
  height: 500px;
  width: 100%;
  max-width: 100%;
  overflow: hidden; }

.google-maps__description {
  display: flex;
  flex-flow: column;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 600; }

.google-maps__title {
  color: #252525;
  font-size: 36px;
  font-weight: 800;
  margin: 35px 0;
  text-align: center; }

@media (max-width: 767.98px) {
  .contact__info__left:before {
    right: 50px;
    top: auto;
    width: calc(100% - 100px);
    height: 1px;
    bottom: 0; }
  .google-maps__title {
    font-size: 20px; }
  .contact__form__title {
    text-align: center; }
  .contact__form__btn {
    justify-content: center; }
    .contact__form__btn svg {
      display: none; } }

.menu {
  padding-top: 30px;
  padding-bottom: 100px; }

.menu__left,
.menu__right {
  padding: 5px 20px;
  border: 1px solid #f9edd8;
  position: sticky;
  top: 25px;
  margin-bottom: 10px;
  left: 0; }
  .menu__left li,
  .menu__right li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eceff1;
    padding: 15px; }
    .menu__left li:last-child,
    .menu__right li:last-child {
      border: 0; }
    .menu__left li .menu__text,
    .menu__right li .menu__text {
      padding-left: 45px; }
    .menu__left li .menu__icon + .menu__text,
    .menu__right li .menu__icon + .menu__text {
      padding-left: 20px; }
    .menu__left li .menu__text,
    .menu__right li .menu__text {
      cursor: pointer;
      color: #555555;
      font-size: 15px; }
      .menu__left li .menu__text:hover,
      .menu__right li .menu__text:hover {
        color: #252525; }
    .menu__left li.active .menu__text,
    .menu__right li.active .menu__text {
      font-weight: 800; }

.menu__title {
  font-weight: 800;
  padding: 10px 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #eceff1; }

.menu__mtitle {
  font-weight: 800;
  margin-top: -5px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center; }

.menu__dish {
  border-bottom: 2px solid #f9edd8; }

.menu__dish__item {
  border-top: 2px solid #f9edd8;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.menu__dish__item__image {
  width: 94px;
  min-width: 94px;
  height: 70px;
  border: 1px solid #f9edd8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .menu__dish__item__image a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%; }

.menu__dish__item__text {
  flex: 0 calc(100% - 200px);
  padding: 0 15px; }
  .menu__dish__item__text .text__title {
    font-size: 18px;
    font-weight: 800; }
  .menu__dish__item__text .text__description {
    color: #555555;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px; }
    .menu__dish__item__text .text__description p {
      margin: 0; }

.menu__dish__item__caption {
  padding-right: 20px;
  min-width: 100px;
  text-align: right; }
  .menu__dish__item__caption .caption__price {
    font-weight: 800; }
  .menu__dish__item__caption .caption__weight {
    color: #555555;
    font-size: 14px; }

.fancybox-bg.menu {
  opacity: .3; }

.fancybox-caption.menu {
  background: none; }

.menu__dish__item__ready {
  display: flex;
  flex-flow: column;
  width: 100%; }

.menu__dish__item__ready__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 800; }

.menu__dish__item__ready__table {
  width: 100%; }
  .menu__dish__item__ready__table table {
    width: 100%; }
    .menu__dish__item__ready__table table td {
      border: 1px solid #f9edd8;
      padding: 10px 15px; }
      .menu__dish__item__ready__table table td:last-child {
        font-weight: 800;
        text-align: right;
        white-space: nowrap; }
      .menu__dish__item__ready__table table td:first-child {
        text-align: left; }
    .menu__dish__item__ready__table table tr:nth-child(even) {
      background-color: rgba(249, 237, 216, 0.5); }

.menu__dish__item__ready__caption {
  text-align: center;
  font-size: 16px;
  color: #000;
  display: flex;
  justify-content: space-between;
  background-color: rgba(249, 237, 216, 0.5);
  margin: 20px 0;
  padding: 10px;
  font-weight: 600;
  border: 1px solid #f9edd8; }
  .menu__dish__item__ready__caption span {
    font-weight: 400;
    font-size: 14px; }

.menu__dish__load-more {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  padding: 25px 0; }

@media (max-width: 575.98px) {
  .menu__dish__item {
    flex-flow: column;
    align-items: center;
    text-align: center; }
  .menu__dish__item__text .text__title {
    padding: 5px 0; }
  .menu__dish__item__caption {
    padding: 5px 0;
    text-align: center; } }

.rent {
  padding-top: 30px;
  padding-bottom: 15px; }

.rent__block {
  border: 2px solid #f9edd8;
  text-align: center;
  display: block;
  padding: 25px;
  margin-bottom: 25px;
  height: calc(100% - 25px); }

.rent__block__title {
  color: #252525;
  font-size: 18px;
  font-weight: 800;
  padding-top: 25px; }

.rent__block__caption__title {
  color: #252525;
  font-size: 18px;
  padding-top: 25px;
  font-weight: 800; }

.rent__block__price {
  color: #c0ae8e;
  font-weight: 800;
  padding-top: 20px;
  border-top: 1px solid #f9edd8; }

.rent__block__caption__description {
  color: #555555;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  padding: 10px;
  padding-bottom: 15px; }
  .rent__block__caption__description p {
    margin: 0; }

.event {
  padding-top: 10px; }

.event-page__image {
  margin: 15px 0;
  text-align: center; }

.event-page {
  margin-top: 15px; }

.event-page__nav {
  display: flex;
  justify-content: space-between;
  padding: 25px 0 30px; }
  .event-page__nav a {
    color: #555555;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    font-weight: 800; }
    .event-page__nav a svg {
      fill: #555555; }
    .event-page__nav a:hover {
      color: #252525; }
      .event-page__nav a:hover svg {
        fill: #252525; }
    .event-page__nav a:first-child svg {
      margin-right: 10px; }
    .event-page__nav a:last-child svg {
      margin-left: 10px; }

@media (max-width: 767.98px) {
  .event-page__nav {
    flex-flow: column;
    align-items: center; }
    .event-page__nav a {
      margin: 10px 0; } }

.reviews {
  padding-top: 10px; }

.reviews-page__image {
  margin: 15px 0; }

.reviews-page {
  margin-bottom: 15px;
  margin-top: 15px; }

.service {
  padding-top: 10px; }

.service-page__image {
  margin: 15px 0;
  text-align: center; }

.service-page {
  margin-top: 15px; }

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