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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
.place-contacts__bottom{
    height: 400px;
    position: relative;
    overflow: hidden;
}
.place-contacts__bottom img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.center-loader{
    text-align: center;
}
.loader{
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #0F0E0D;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;


}
.loader svg{

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

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

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/**
 * Swiper 6.5.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 16, 2021
 */
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-container-pointer-events {
    touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image:before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
    cursor: text;
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes a {
    to {
        transform: rotate(1turn);
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

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

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

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

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

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

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on October 3, 2017 10:05 PM */
@font-face {
    font-family: 'Montserrat';
    src: url("../font/Montserrat-Light.eot");
    src: url("../font/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-Light.woff") format("woff"), url("../font/Montserrat-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../font/Montserrat-MediumItalic.eot");
    src: url("../font/Montserrat-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-MediumItalic.woff") format("woff"), url("../font/Montserrat-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

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

@font-face {
    font-family: 'Montserrat';
    src: url("../font/Montserrat-ExtraLightItalic.eot");
    src: url("../font/Montserrat-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-ExtraLightItalic.woff") format("woff"), url("../font/Montserrat-ExtraLightItalic.ttf") format("truetype");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../font/Montserrat-BoldItalic.eot");
    src: url("../font/Montserrat-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-BoldItalic.woff") format("woff"), url("../font/Montserrat-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

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

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

@font-face {
    font-family: 'Montserrat';
    src: url("../font/Montserrat-ExtraBoldItalic.eot");
    src: url("../font/Montserrat-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-ExtraBoldItalic.woff") format("woff"), url("../font/Montserrat-ExtraBoldItalic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
}

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

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

@font-face {
    font-family: 'Montserrat';
    src: url("../font/Montserrat-LightItalic.eot");
    src: url("../font/Montserrat-LightItalic.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-LightItalic.woff") format("woff"), url("../font/Montserrat-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../font/Montserrat-BlackItalic.eot");
    src: url("../font/Montserrat-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-BlackItalic.woff") format("woff"), url("../font/Montserrat-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../font/Montserrat-SemiBoldItalic.eot");
    src: url("../font/Montserrat-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-SemiBoldItalic.woff") format("woff"), url("../font/Montserrat-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}

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

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

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

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

@font-face {
    font-family: 'Montserrat';
    src: url("../font/Montserrat-ThinItalic.eot");
    src: url("../font/Montserrat-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-ThinItalic.woff") format("woff"), url("../font/Montserrat-ThinItalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Market Fresh';
    src: url("../font/MarketFreshBold.woff2") format("woff2"), url("../font/MarketFreshBold.woff") format("woff"), url("../font/MarketFreshBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Market Fresh Inline';
    src: url("../font/MarketFreshInlineBold.woff2") format("woff2"), url("../font/MarketFreshInlineBold.woff") format("woff"), url("../font/MarketFreshInlineBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Market Fresh';
    src: url("../font/MarketFresh.woff2") format("woff2"), url("../font/MarketFresh.woff") format("woff"), url("../font/MarketFresh.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Cyrillic';
    src: url("../font/BebasNeueCyrillic.woff2") format("woff2"), url("../font/BebasNeueCyrillic.woff") format("woff"), url("../font/BebasNeueCyrillic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Bold';
    src: url("../font/BebasNeueBold.woff2") format("woff2"), url("../font/BebasNeueBold.woff") format("woff"), url("../font/BebasNeueBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Regular';
    src: url("../font/BebasNeueRegular.woff2") format("woff2"), url("../font/BebasNeueRegular.woff") format("woff"), url("../font/BebasNeueRegular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

body {
    background: #161616;
    font-family: Montserrat, sans-serif;
}

@media screen and (max-width: 980px) {
    body {
        background: #090b0d;
    }
}

img {
    max-width: 100%;
}

#restoplace-wrapper-btn {
    display: none !important;
}

.swiper-button-prev, .swiper-button-next {
    width: 27px;
    height: 27px;
    transition: opacity 0.3s;
}

.swiper-button-prev:focus, .swiper-button-next:focus {
    outline: none;
}

.swiper-button-prev svg, .swiper-button-next svg {
    width: 27px;
    height: 27px;
}

.swiper-button-prev::after, .swiper-button-next::after {
    display: none;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 0.8;
}

.swiper-button-prev:active, .swiper-button-next:active {
    opacity: 0.6;
}

html, body {
    overflow-x: hidden;
}

html.compensate-for-scrollbar, body.compensate-for-scrollbar {
    margin-right: 0;
}

@media screen and (max-width: 980px) {
    .content-wrapper {
        height: 100vh;
        overflow-y: auto;
        padding-left: 140px;
        padding-right: 20px;
        position: relative;
    }
}

@media screen and (max-width: 600px) {
    .content-wrapper {
        padding-right: 15px;
        padding-left: 95px;
    }
}

@media screen and (max-width: 980px) {
    .wow {
        visibility: visible !important;
    }
}

.wow {
    visibility: hidden;
}

@media screen and (max-width: 980px) {
    body.home .our-places, body.home .our-features, body.home .mp-tabs, body.home .reviews, body.home .partners {
        display: none;
    }

    body.home .our-places.active {
        display: block;
    }

    body.home .section {
        display: none;
        transition: opacity 0.5s;
        opacity: 0;
    }

    body.home .section.active {
        display: block;
        opacity: 1;
    }

    body.home .section.hidden {
        opacity: 0 !important;
    }
}

.section__back-link {
    text-decoration: none;
    color: #dac278;
    font-size: 23px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    transition: opacity 0.3s;
    padding-left: 65px;
    margin-right: 60px;
    text-shadow: 0px 0px 4px #000000;
}

.section__back-link-wrapper {
    display: none;
}

@media screen and (max-width: 980px) {
    .section__back-link-wrapper {
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }
}

.section__back-link::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 56px;
    height: 19px;
    background: url("../img/main/back-arrow.svg") no-repeat center/contain;
}

@media screen and (max-width: 700px) {
    .section__back-link::before {
        width: 35px;
    }
}

@media screen and (max-width: 600px) {
    .section__back-link::before {
        width: 25px;
    }
}

.section__back-link:hover {
    opacity: 0.7;
}

@media screen and (max-width: 700px) {
    .section__back-link {
        margin-right: 0;
        padding-left: 45px;
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    .section__back-link {
        padding-left: 30px;
        font-size: 14px;
    }
}

a:focus, button:focus, .slick-slide:focus {
    outline: none;
}

.fancybox-slide--iframe .fancybox-content {
    width: 800px;
    height: 600px;
    max-width: 80%;
    max-height: 80%;
    margin: 0;
}

.container--small {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 1400px) {
    .container--small {
        max-width: 1000px;
    }
}

@media screen and (max-width: 980px) {
    .container--small {
        padding-left: 0;
        padding-right: 0;
    }
}

.content-wrapper.vacancies-page {
    background: url("../img/main/vacancies-bg.png") no-repeat top 100vh left 50%/calc(100% + 200px);
}

.header {
    padding-top: 40px;
    margin-bottom: -35px;
    position: relative;
}

@media screen and (max-width: 980px) {
    .header {
        z-index: 100;
        margin-bottom: 0;
        padding-top: 0;
    }
}

.header.inner-page {
    margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
    .header.inner-page {
        margin-bottom: 0;
    }
}

.header .container {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 100%;
}

@media screen and (max-width: 1400px) {
    .header .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

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

.header-top__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 980px) {
    .header-top__row {
        display: none;
    }
}

.header-top__center {
    margin-left: 60px;
    margin-right: 60px;
    flex: 0 0 427px;
}

@media screen and (max-width: 1400px) {
    .header-top__center {
        flex: 1 1 auto;
        max-width: 400px;
    }
}

.header-top__left, .header-top__right {
    flex: 1 1 50%;
}

@media screen and (max-width: 1400px) {
    .header-top__left, .header-top__right {
        flex-shrink: 3;
    }
}

.header-top__left {
    position: relative;
    min-width: 60px;
}

.header-top__left::before, .header-top__left::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.header-top__left::before {
    width: 100%;
    height: 1px;
    background: #b48c41;
}

.header-top__left::after {
    width: 1px;
    height: 820px;
    background-image: linear-gradient(to top, #23211d 0%, #b48c41 100%);
}

.header-top__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-top__booking-btn {
    position: relative;
    padding-left: 49px;
    color: #fad376;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 50px;
    transition: opacity 0.3s;
}

.header-top__booking-btn:hover {
    opacity: 0.8;
}

.header-top__booking-btn:active {
    opacity: 0.6;
}

.header-top__booking-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 29px;
    height: 29px;
    background: url("../img/main/icon-booking.png") no-repeat center/contain;
}

.header-top__menu-btn {
    position: relative;
    display: block;
    padding: 0;
    border: none;
    background: none;
    width: 54px;
    height: 37px;
    cursor: pointer;
}

.header-top__menu-btn span {
    position: absolute;
    display: block;
    width: 35px;
    height: 2px;
    background: #fad376;
    transition: all 0.3s;
}

.header-top__menu-btn span:nth-of-type(1) {
    top: 0;
    left: 6px;
}

.header-top__menu-btn span:nth-of-type(2) {
    left: 0;
    top: 10px;
}

.header-top__menu-btn span:nth-of-type(3) {
    bottom: 10px;
    right: 0;
}

.header-top__menu-btn span:nth-of-type(4) {
    bottom: 0;
    right: 4px;
}

.header-top__menu-btn:hover span:nth-of-type(1) {
    width: 80%;
}

.header-top__menu-btn:hover span:nth-of-type(2) {
    width: 80%;
}

.header-top__menu-btn:hover span:nth-of-type(3) {
    width: 80%;
}

.header-top__menu-btn:hover span:nth-of-type(4) {
    width: 80%;
}

.header-top__img-wrapper {
    display: inline-block;
}

.header-top__img-wrapper--link {
    transition: opacity 0.3s;
}

.header-top__img-wrapper--link:hover {
    opacity: 0.8;
}

.header-top__img-wrapper--link:active {
    opacity: 0.7;
}

.header-nav {
    margin-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
}

@media screen and (max-width: 980px) {
    .header-nav {
        margin-top: 0;
        padding: 150px 60px 150px 60px;
        position: fixed;
        z-index: 100;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        transition: transform 0.3s;
        transform: translateX(-100%);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .header-nav.opened {
        transform: translateX(0);
    }
}

@media screen and (max-width: 600px) {
    .header-nav {
        padding: 80px 30px 80px 30px;
    }
}

@media screen and (max-width: 980px) and (max-height: 800px) {
    .header-nav {
        padding-top: 80px;
    }
}

.header-nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -33px;
    margin-right: -33px;
}

@media screen and (max-width: 980px) {
    .header-nav__list {
        margin-left: 0;
        margin-right: 0;
        flex-direction: column;
    }
}

.header-nav__item {
    margin-left: 33px;
    margin-right: 33px;
}

@media screen and (max-width: 980px) {
    .header-nav__item {
        margin-left: 0;
        margin-right: 0;
    }

    .header-nav__item:not(:last-of-type) {
        margin-bottom: 30px;
    }
}

.header-nav__item.active a {
    position: relative;
}

@media screen and (max-width: 980px) {
    .header-nav__item.active a {
        color: #ffffff;
    }
}

.header-nav__item.active a::before {
    content: "";
    display: block;
    position: absolute;
    left: -13px;
    top: 9px;
    width: calc(100% + 26px);
    height: 1px;
    background-color: #dac278;
    opacity: 0.6;
}

@media screen and (max-width: 980px) {
    .header-nav__item.active a::before {
        display: none;
    }
}

.header-nav__link {
    color: #ffffff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s;
}

@media screen and (max-width: 980px) {
    .header-nav__link {
        color: #e4c374;
        font-size: 28px;
        font-weight: 400;
        text-align: center;
        text-transform: none;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .header-nav__link {
        font-size: 22px;
    }
}

@media screen and (max-width: 500px) {
    .header-nav__link {
        font-size: 18px;
    }
}

@media screen and (max-width: 980px) and (max-height: 800px) {
    .header-nav__link {
        font-size: 22px;
    }
}

.header-nav__link:hover {
    color: #e4c374;
}

.header-nav__link:active {
    color: #bd8e29;
}

.header-nav__close-btn, .header-nav__logo, .header-nav__copyright {
    display: none;
}

@media screen and (max-width: 980px) {
    .header-nav__close-btn, .header-nav__logo, .header-nav__copyright {
        display: block;
    }
}

.header-nav__logo {
    margin-top: 60px;
    text-align: center;
}

.header-nav__copyright {
    margin-top: 60px;
    color: #e4c374;
    font-family: "Market Fresh";
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 25.05px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4.8px;
}

@media screen and (max-width: 600px) {
    .header-nav__copyright {
        font-size: 12px;
        letter-spacing: 0.1em;
    }
}

@media screen and (max-width: 980px) {
    .header-nav__close-btn {
        width: 40px;
        height: 40px;
        position: absolute;
        background: transparent;
        border: none;
        left: 30px;
        top: 30px;
    }

    .header-nav__close-btn span {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 5px;
        background: #e4c273;
        position: absolute;
        left: 50%;
        top: 50%;
    }

    .header-nav__close-btn span:nth-of-type(1) {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .header-nav__close-btn span:nth-of-type(2) {
        transform: translate(-50%, -50%) rotate(45deg);
    }
}

.hero {
    position: relative;
}

.hero-slider {
    margin-left: 140px;
    margin-right: 140px;
    height: 740px;
}

@media screen and (max-width: 1400px) {
    .hero-slider {
        margin-left: 60px;
        margin-right: 60px;
    }
}

@media screen and (max-width: 1000px) {
    .hero-slider {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media screen and (max-width: 980px) {
    .hero-slider {
        display: none;
    }
}

@media screen and (max-height: 800px) {
    .hero-slider {
        height: 650px;
    }
}

@media screen and (max-height: 700px) {
    .hero-slider {
        height: 500px;
    }
}

.hero-slider__logo-fixed {
    position: absolute;
    left: 180px;
    top: 90px;
    z-index: 3;
}

@media screen and (max-width: 1400px) {
    .hero-slider__logo-fixed {
        max-width: 450px;
        display: block;
        top: auto;
        left: 240px;
        bottom: 250px;
    }
}

@media screen and (max-height: 800px) {
    .hero-slider__logo-fixed {
        max-width: 400px;
        left: 262px;
        bottom: 240px;
        top: auto;
    }
}

@media screen and (max-height: 700px) {
    .hero-slider__logo-fixed {
        max-width: 350px;
        left: 290px;
        bottom: 200px;
    }
}

.hero-slider__dots {
    right: 26px !important;
}

.hero-slider__dots .swiper-pagination-bullet {
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: transparent;
    border: 3px solid #ffffff;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    opacity: 1;
    transition: all 0.3s;
}

.hero-slider__dots .swiper-pagination-bullet .number {
    position: absolute;
    color: #dac278;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 22.3px;
    text-align: left;
    letter-spacing: 4.26px;
    top: 50%;
    transform: translateY(-50%) translateX(-200%);
    left: -35px;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
}

.hero-slider__dots .swiper-pagination-bullet-active {
    border: 3px solid #dac177;
    background-color: #dac278;
}

.hero-slider__dots .swiper-pagination-bullet-active .number {
    opacity: 1;
    transform: translateY(-50%) translateX(-100%);
}

.hero-slider__dots .swiper-pagination-bullet:hover {
    border: 3px solid #dac177;
}

.hero-slider__dots .swiper-pagination-bullet:active {
    border: 3px solid #dac177;
    background-color: #dac278;
}

.hero-slide {
    padding-left: 180px;
    background: no-repeat center / cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 740px;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.hero-slide::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
}

.hero-slide__content {
    max-width: 563px;
    position: relative;
    z-index: 2;
}

.hero-slide__logo-wrapper {
    display: none;
    margin-bottom: 95px;
}

@media screen and (max-width: 1400px) {
    .hero-slide__logo-wrapper {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1400px) {
    .hero-slide__logo-wrapper img {
        max-width: 450px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.hero-slide__title {
    color: #dac278;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5.27px;
}

@media screen and (max-width: 1400px) {
    .hero-slide__title {
        letter-spacing: 0.1em;
        font-size: 28px;
    }
}

.hero__right-text {
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(90deg) translateX(107%) translateY(389%);
    z-index: 3;
    transform-origin: 100% 100%;
    color: #dbc278;
    font-family: "Market Fresh";
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    margin: 0;
}

@media screen and (max-width: 1400px) {
    .hero__right-text {
        transform: rotate(90deg) translateX(107%) translateY(200%);
    }
}

@media screen and (max-width: 1000px) {
    .hero__right-text {
        display: none;
    }
}

.franchise-banner {
    margin: 35px 140px 110px;
    position: relative;
}

@media screen and (max-width: 1400px) {
    .franchise-banner {
        margin-left: 60px;
        margin-right: 60px;
    }
}

@media screen and (max-width: 1000px) {
    .franchise-banner {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media screen and (max-width: 980px) {
    .franchise-banner {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 600px) {
    .franchise-banner {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

.franchise-banner-btn {
    display: block;
    width: 340px;
    height: 340px;
    border-radius: 10px;
    border: 3px solid #ecc26c;
    text-align: center;
    text-decoration: none;
    padding: 35px 40px 30px 40px;
    position: absolute;
    right: 6%;
    top: -250px;
    transition: opacity 0.3s;
}

@media screen and (max-width: 1400px) {
    .franchise-banner-btn {
        top: -150px;
        width: 250px;
        height: 250px;
    }
}

@media screen and (max-width: 980px) {
    .franchise-banner-btn {
        border: none;
        padding: 0;
        top: 25px;
        right: 4%;
    }
}

@media screen and (max-width: 900px) {
    .franchise-banner-btn {
        width: 200px;
        height: 200px;
        right: 0;
        top: 15px;
    }
}

@media screen and (max-width: 650px) {
    .franchise-banner-btn {
        width: 150px;
        height: 150px;
    }
}

@media screen and (max-width: 550px) {
    .franchise-banner-btn {
        width: 100px;
        height: 100px;
        top: 0;
    }
}

@media screen and (max-width: 400px) {
    .franchise-banner-btn {
        width: 80px;
        top: 10px;
    }
}

.franchise-banner-btn:hover {
    opacity: 0.8;
}

.franchise-banner-btn:active {
    opacity: 0.6;
}

.franchise-banner-btn__icon {
    width: 125px;
    height: 141px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1400px) {
    .franchise-banner-btn__icon {
        width: 90px;
        height: 110px;
    }
}

@media screen and (max-width: 960px) {
    .franchise-banner-btn__icon {
        width: 70px;
        height: 80px;
    }
}

@media screen and (max-width: 650px) {
    .franchise-banner-btn__icon {
        height: 60px;
    }
}

@media screen and (max-width: 400px) {
    .franchise-banner-btn__icon {
        width: 40px;
        height: 40px;
    }
}

.franchise-banner-btn__icon::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 478px;
    height: 476px;
    background: url("../img/main/money-bag.png") no-repeat center/contain;
    pointer-events: none;
}

@media screen and (max-width: 1400px) {
    .franchise-banner-btn__icon::before {
        width: 350px;
        height: 350px;
    }
}

@media screen and (max-width: 900px) {
    .franchise-banner-btn__icon::before {
        width: 260px;
        height: 260px;
    }
}

@media screen and (max-width: 650px) {
    .franchise-banner-btn__icon::before {
        width: 160px;
        height: 160px;
    }
}

@media screen and (max-width: 550px) {
    .franchise-banner-btn__icon::before {
        width: 130px;
        height: 130px;
    }
}

@media screen and (max-width: 400px) {
    .franchise-banner-btn__icon::before {
        width: 90px;
        height: 90px;
    }
}

.franchise-banner-btn__text {
    background-image: linear-gradient(to top, #8e763b 0%, #f2c76e 50%, #8e763b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #dac278;
    font-family: "Bebas Neue Bold";
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.68px;
    display: block;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1400px) {
    .franchise-banner-btn__text {
        font-size: 30px;
    }
}

@media screen and (max-width: 900px) {
    .franchise-banner-btn__text {
        font-size: 24px;
    }
}

@media screen and (max-width: 650px) {
    .franchise-banner-btn__text {
        font-size: 18px;
    }
}

@media screen and (max-width: 550px) {
    .franchise-banner-btn__text {
        margin-top: 10px;
        font-size: 14px;
    }
}

@media screen and (max-width: 400px) {
    .franchise-banner-btn__text {
        font-size: 12px;
    }
}

.franchise-banner::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -45px;
    width: calc(100% + 140px);
    height: calc(100% - 50px);
    border: 2px solid #b4954e;
}

@media screen and (max-width: 1400px) {
    .franchise-banner::before {
        width: calc(100% + 80px);
    }
}

@media screen and (max-width: 1000px) {
    .franchise-banner::before {
        display: none;
    }
}

.franchise-banner__inner {
    padding: 10px 59px 45px 24px;
    background: url("../img/main/franchise-banner-bg.jpg") no-repeat center/cover;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 980px) {
    .franchise-banner__inner {
        border-radius: 30px;
    }
}

@media screen and (max-width: 650px) {
    .franchise-banner__inner {
        padding: 10px 20px 20px 20px;
    }
}

@media screen and (max-width: 600px) {
    .franchise-banner__inner {
        padding: 20px 20px 40px 20px;
        background: url("../img/main/franchise-banner-bg-mobile.jpg") no-repeat left 50% bottom 0/cover;
        border-radius: 20px;
        min-height: 200px;
    }
}

@media screen and (max-width: 550px) {
    .franchise-banner__inner {
        min-height: 140px;
    }
}

@media screen and (max-width: 400px) {
    .franchise-banner__inner {
        min-height: 100px;
    }
}

.franchise-banner__title span {
    color: #dac278;
    font-family: "Bebas Neue Cyrillic";
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    display: block;
    line-height: 85%;
}

@media screen and (max-width: 1400px) {
    .franchise-banner__title span {
        display: none;
    }
}

.franchise-banner__title span:nth-of-type(1) {
    font-size: 39px;
}

.franchise-banner__title span:nth-of-type(2) {
    font-size: 80px;
}

.franchise-banner__title span:nth-of-type(3) {
    font-size: 52px;
}

.franchise-banner__title span:nth-of-type(4) {
    font-size: 39px;
}

.franchise-banner__row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.franchise-banner__center {
    margin-left: 90px;
    margin-right: 90px;
}

.franchise-banner__center-row {
    display: flex;
    align-items: flex-end;
}

.franchise-banner__center img {
    width: 263px;
    margin-left: 60px;
    margin-right: 60px;
    display: block;
    transform: translateY(45px);
}

@media screen and (max-width: 980px) {
    .franchise-banner__center img {
        margin-left: 0;
        margin-right: 0;
        width: 200px;
    }
}

@media screen and (max-width: 900px) {
    .franchise-banner__center img {
        width: 140px;
    }
}

@media screen and (max-width: 650px) {
    .franchise-banner__center img {
        transform: translateY(20px);
    }
}

@media screen and (max-width: 600px) {
    .franchise-banner__center img {
        display: none;
    }
}

.franchise-banner__feature {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 130%;
    position: relative;
}

@media screen and (max-width: 980px) {
    .franchise-banner__feature {
        position: absolute;
        top: 40px;
        left: 40px;
    }
}

@media screen and (max-width: 900px) {
    .franchise-banner__feature {
        letter-spacing: 0;
        text-transform: none;
        font-size: 16px;
        top: 20px;
    }
}

@media screen and (max-width: 600px) {
    .franchise-banner__feature {
        font-size: 14px;
    }
}

@media screen and (max-width: 550px) {
    .franchise-banner__feature {
        top: 5px;
        left: 15px;
        font-size: 10px;
    }
}

.franchise-banner__feature::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    left: -55px;
    width: 222px;
    height: 2px;
    background-color: #baa878;
}

.franchise-banner__feature::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -45px;
    left: -28px;
    width: 2px;
    height: 70px;
    background-color: #baa878;
}

@media screen and (max-width: 980px) {
    .franchise-banner__feature::before {
        left: auto;
        right: -55px;
        width: 140px;
    }

    .franchise-banner__feature::after {
        left: auto;
        right: -28px;
    }
}

@media screen and (max-width: 900px) {
    .franchise-banner__feature::before {
        right: -35px;
        bottom: -10px;
    }

    .franchise-banner__feature::after {
        right: -15px;
        bottom: -20px;
    }
}

@media screen and (max-width: 600px) {
    .franchise-banner__feature::before {
        height: 1px;
    }

    .franchise-banner__feature::after {
        width: 1px;
    }
}

@media screen and (max-width: 550px) {
    .franchise-banner__feature::before {
        width: 60px;
        right: -20px;
        bottom: -10px;
    }

    .franchise-banner__feature::after {
        height: 40px;
        bottom: -20px;
        right: -10px;
    }
}

.franchise-banner__feature--2 {
    text-align: right;
}

@media screen and (max-width: 980px) {
    .franchise-banner__feature--2 {
        display: none;
    }
}

.franchise-banner__feature--2::before {
    left: auto;
    right: -55px;
}

.franchise-banner__feature--2::after {
    left: auto;
    right: -28px;
}

.our-places {
    margin: 110px 140px 80px;
}

@media screen and (max-width: 1400px) {
    .our-places {
        margin: 80px 80px 60px;
    }
}

@media screen and (max-width: 980px) {
    .our-places {
        margin-top: 50px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 600px) {
    .our-places {
        margin-left: 0;
        margin-right: 0;
        margin-top: 30px;
    }
}

.our-places--inner {
    margin-bottom: 0;
}

.our-places__title {
    margin-bottom: 45px;
}

@media screen and (max-width: 600px) {
    .our-places__title {
        margin-top: 0;
        margin-bottom: 15px;
    }
}

.our-places__head-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 55px;
    margin-left: -18px;
    margin-right: -18px;
}

@media screen and (max-width: 980px) {
    .our-places__head-btns {
        display: none;
    }
}

.our-places__head-btn {
    position: relative;
    background: transparent;
    border: none;
    padding: 0;
    margin-left: 18px;
    margin-right: 18px;
    margin-bottom: 20px;
    color: #dbdbdb;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    cursor: pointer;
    transition: color 0.3s;
}

.our-places__head-btn::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) translateY(5px);
    width: calc(100% + 22px);
    height: 1px;
    background-color: #dac178;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
}

.our-places__head-btn:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.our-places__head-btn:active {
    color: #dac177;
}

.our-places .swiper-button-next {
    right: -60px;
}

@media screen and (max-width: 600px) {
    .our-places .swiper-button-next {
        display: none;
    }
}

.our-places .swiper-button-prev {
    left: -60px;
}

@media screen and (max-width: 600px) {
    .our-places .swiper-button-prev {
        display: none;
    }
}

.our-places-slider__wrapper {
    position: relative;
}

@media screen and (max-width: 600px) {
    .our-places-slider__wrapper .swiper-wrapper {
        display: block;
    }
}

.our-place-item {
    position: relative;
    min-height: 600px;
    padding: 80px 30px 60px 40px;
    transition: transform 0.3s;
}

@media screen and (max-width: 900px) {
    .our-place-item {
        padding: 60px 20px 40px 20px;
        min-height: 400px;
    }
}

@media screen and (max-width: 600px) {
    .our-place-item {
        min-height: unset;
        margin-bottom: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.our-place-item__bg {
    background: no-repeat center / cover;
}

@media screen and (max-width: 600px) {
    .our-place-item__bg {
        border-radius: 10px;
    }
}

@media screen and (min-width: 600px) {
    .our-place-item:hover .our-place-item__overlay, .our-place-item.highlight .our-place-item__overlay {
        pointer-events: all;
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.4s;
    }

    .our-place-item:hover .our-place-item__title, .our-place-item:hover .our-place-item__desc, .our-place-item.highlight .our-place-item__title, .our-place-item.highlight .our-place-item__desc {
        opacity: 0;
        transform: translateY(-100px);
        transition-delay: 0s;
    }

    .our-place-item:hover .our-place-item__bg, .our-place-item.highlight .our-place-item__bg {
        opacity: 1;
    }
}

@media screen and (max-width: 600px) {
    .our-place-item.highlight .our-place-item__overlay {
        pointer-events: all;
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.4s;
    }

    .our-place-item.highlight .our-place-item__title, .our-place-item.highlight .our-place-item__desc {
        opacity: 0;
        transform: translateY(-100px);
        transition-delay: 0s;
    }

    .our-place-item.highlight .our-place-item__bg {
        opacity: 1;
    }
}

.our-place-item__overlay {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.5s, transform 0.5s;
}

.our-place-item__overlay-block {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 233px;
    max-width: 90%;
    background-color: #202020;
    text-align: center;
    padding: 45px 30px 55px 30px;
}

@media screen and (max-width: 600px) {
    .our-place-item__overlay-block {
        padding: 20px 15px;
        width: 100%;
        max-width: 80%;
        border-radius: 15px;
    }
}

.our-place-item__overlay-icon {
    display: block;
    width: 116px;
    height: 116px;
    margin-left: auto;
    margin-right: auto;
    background: url("../img/main/our-place-icon.svg") no-repeat center/contain;
}

@media screen and (max-width: 600px) {
    .our-place-item__overlay-icon {
        display: none;
    }
}

.our-place-item__overlay-text {
    color: #ffffff;
    font-family: "Bebas Neue Bold", sans-serif;
    align-content: space-around;
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.34px;
    margin-top: 25px;
    display: block;
}

@media screen and (max-width: 600px) {
    .our-place-item__overlay-text {
        font-size: 18px;
        margin-top: 0;
    }
}

.our-place-item__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.35;
    transition: opacity 0.8s;
}

@media screen and (max-width: 600px) {
    .our-place-item__bg {
        display: none;
    }
}

.our-place-item__bg--mobile {
    display: none;
}

@media screen and (max-width: 600px) {
    .our-place-item__bg--mobile {
        display: block;
    }
}

.our-place-item__title, .our-place-item__desc {
    transform: translateY(0);
    opacity: 1;
    transition: opacity 0.5s, transform 0.5s;
    transition-delay: 0.4s;
}

.our-place-item__title {
    position: relative;
    z-index: 2;
    color: #dac278;
    font-family: "Bebas Neue Bold", sans-serif;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2.68px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.our-place-item__title--mob {
    display: none;
}

@media screen and (max-width: 600px) {
    .our-place-item__title {
        font-size: 20px;
        letter-spacing: 0.1em;
        margin-top: 0;
        margin-bottom: 15px;
        padding-bottom: 15px;
        display: none;
    }
    .our-place-item__title--mob {
        display: block;
    }
}

.our-place-item__title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #dac178;
}

.our-place-item__desc {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .our-place-item__desc {
        font-size: 8px;
        line-height: 130%;
    }
}

.our-place-item__link {
    display: none;
}

.section-title {
    position: relative;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 7.2px;
    text-align: center;
}

@media screen and (max-width: 980px) {
    .section-title {
        font-size: 30px;
        letter-spacing: 0.1em;
    }
}

@media screen and (max-width: 600px) {
    .section-title {
        letter-spacing: 0.1em;
        font-size: 24px;
    }
}

@media screen and (max-width: 500px) {
    .section-title {
        font-size: 20px;
    }
}

.section-title::before, .section-title::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #dac278;
}

@media screen and (max-width: 980px) {
    .section-title::before, .section-title::after {
        display: none;
    }
}

.section-title::before {
    right: calc(100% + 90px);
}

.section-title::after {
    left: calc(100% + 90px);
}

.section-title .yellow {
    color: #dac278;
}

.section-title__wrapper {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.our-features__row {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 980px) {
    .our-features__title-wrapper {
        margin-bottom: 30px;
    }
}

.our-features__item {
    width: 33.33%;
    min-height: 313px;
}

@media screen and (max-width: 980px) {
    .our-features__item {
        min-height: 200px;
        width: 50%;
    }
}

@media screen and (max-width: 750px) {
    .our-features__item {
        width: 100%;
    }
}

.our-features__item--text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 110px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1400px) {
    .our-features__item--text {
        padding: 30px 40px 30px 60px;
    }
}

@media screen and (max-width: 980px) {
    .our-features__item--text {
        padding: 20px 30px;
    }
}

@media screen and (max-width: 750px) {
    .our-features__item--text {
        background: #090909;
        margin-top: 15px;
        min-height: unset;
    }
}

.our-features__item--img {
    position: relative;
}

.our-features__item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    opacity: 0.37;
    transition: opacity 0.5s;
}

@media screen and (max-width: 750px) {
    .our-features__item-img {
        opacity: 1;
    }
}

.our-features__item-img:hover {
    opacity: 1;
}

.our-features__item-title {
    color: #dac278;
    font-size: 31px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    margin: 0 0 28px 0;
    position: relative;
    padding-bottom: 20px;
}

.our-features__item-title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: #dac278;
}

@media screen and (max-width: 980px) {
    .our-features__item-title::after {
        height: 2px;
    }
}

@media screen and (max-width: 980px) {
    .our-features__item-title {
        margin-bottom: 20px;
        font-size: 26px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 600px) {
    .our-features__item-title {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
}

.our-features__item-text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 140%;
    text-align: left;
    margin: 0;
}

@media screen and (max-width: 980px) {
    .our-features__item-text {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .our-features__item-text {
        font-weight: 400;
        font-size: 12px;
    }
}

@media screen and (max-width: 980px) and (min-width: 750px) {
    .our-features__item:nth-of-type(1) {
        order: 1;
    }

    .our-features__item:nth-of-type(2) {
        order: 2;
    }

    .our-features__item:nth-of-type(3) {
        order: 4;
    }

    .our-features__item:nth-of-type(4) {
        order: 3;
    }

    .our-features__item:nth-of-type(5) {
        order: 5;
    }

    .our-features__item:nth-of-type(6) {
        order: 6;
    }
}

.mp-tabs {
    margin: 80px 140px 150px;
}

@media screen and (max-width: 1400px) {
    .mp-tabs {
        margin-left: 80px;
        margin-right: 80px;
    }
}

@media screen and (max-width: 980px) {
    .mp-tabs {
        margin: 60px 0;
        overflow: hidden;
    }
}

@media screen and (max-width: 600px) {
    .mp-tabs {
        margin: 30px 0;
    }
}

.mp-tabs__content {
    position: relative;
}

.mp-tabs__head {
    display: flex;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 110px;
}

@media screen and (max-width: 1600px) {
    .mp-tabs__head {
        margin-bottom: 40px;
        margin-left: -25px;
        margin-right: -25px;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1400px) {
    .mp-tabs__head {
        margin-bottom: 50px;
    }
}

.mp-tabs__btn {
    width: calc(50% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    text-align: left;
    padding: 0;
    padding-bottom: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1600px) {
    .mp-tabs__btn {
        width: calc(50% - 50px);
        margin-left: 25px;
        margin-right: 25px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 600px) {
    .mp-tabs__btn {
        width: calc(100% - 50px);
        padding-bottom: 10px;
    }
}

.mp-tabs__btn.active .mp-tabs__btn-title {
    color: #dac278;
}

.mp-tabs__btn.active .mp-tabs__btn-icon svg {
    fill: #dac278;
}

.mp-tabs__btn:hover .mp-tabs__btn-title {
    color: #eadba9;
}

.mp-tabs__btn-title {
    color: #ffffff;
    font-family: "Bebas Neue Regular", sans-serif;
    font-size: 26px;
    text-align: left;
    text-transform: uppercase;
    display: block;
    transition: color 0.3s;
}

@media screen and (max-width: 1300px) {
    .mp-tabs__btn-title {
        font-size: 20px;
    }
}

.mp-tabs__btn-text {
    margin: 10px 0 0 0;
    color: #b5b5b5;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    display: block;
}

@media screen and (max-width: 1300px) {
    .mp-tabs__btn-text {
        font-size: 12px;
    }
}

.mp-tabs__btn-icon {
    padding-left: 20px;
    flex-shrink: 0;
}

.mp-tabs__btn-icon svg {
    width: 70px;
    fill: #b5b5b5;
    transition: fill 0.3s;
}

@media screen and (max-width: 1300px) {
    .mp-tabs__btn-icon svg {
        width: 40px;
    }
}

@media screen and (max-width: 700px) {
    .mp-tabs__btn-icon svg {
        width: 25px;
    }
}

.mp-tabs__tab {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: -100;
    top: -500%;
}

.mp-tabs__tab.active {
    position: static;
    z-index: 1;
    opacity: 1;
}

.mp-tab-features__row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: -90px;
    margin-left: -35px;
    margin-right: -35px;
}

@media screen and (max-width: 1300px) {
    .mp-tab-features__row {
        margin-bottom: -50px;
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media screen and (max-width: 600px) {
    .mp-tab-features__row {
        margin-left: 0;
        margin-right: 0;
    }
}

.mp-tab-features__item {
    width: calc(33.33% - 70px);
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 90px;
    padding-left: 120px;
    position: relative;
}

@media screen and (max-width: 1600px) {
    .mp-tab-features__item {
        padding-left: 90px;
    }
}

@media screen and (max-width: 1300px) {
    .mp-tab-features__item {
        width: calc(50% - 60px);
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 980px) {
    .mp-tab-features__item {
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 500px) {
    .mp-tab-features__item {
        padding-left: 0;
        padding-top: 100px;
        text-align: center;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.mp-tab-features__item-img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 90px;
}

@media screen and (max-width: 1600px) {
    .mp-tab-features__item-img {
        width: 70px;
    }
}

@media screen and (max-width: 500px) {
    .mp-tab-features__item-img {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 90px;
    }
}

.mp-tab-features__title {
    color: #dac278;
    font-size: 34px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 35px 0;
}

@media screen and (max-width: 1600px) {
    .mp-tab-features__title {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 800px) {
    .mp-tab-features__title {
        font-size: 24px;
    }
}

@media screen and (max-width: 600px) {
    .mp-tab-features__title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 500px) {
    .mp-tab-features__title {
        text-align: center;
    }
}

.mp-tab-features__text {
    margin: 0;
    color: #b9b9b9;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    text-transform: uppercase;
}

@media screen and (max-width: 1600px) {
    .mp-tab-features__text {
        font-size: 15px;
    }
}

@media screen and (max-width: 600px) {
    .mp-tab-features__text {
        font-size: 13px;
    }
}

@media screen and (max-width: 500px) {
    .mp-tab-features__text {
        text-align: center;
        text-transform: none;
    }
}

.mp-tab-video__slider-wrapper {
    position: relative;
}

@media screen and (max-width: 980px) {
    .mp-tab-video__slider-wrapper {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media screen and (max-width: 600px) {
    .mp-tab-video__slider-wrapper {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 70px;
    }
}

.mp-tab-video__slider-wrapper .swiper-button-prev {
    left: -60px;
}

@media screen and (max-width: 980px) {
    .mp-tab-video__slider-wrapper .swiper-button-prev {
        left: -40px;
    }
}

@media screen and (max-width: 600px) {
    .mp-tab-video__slider-wrapper .swiper-button-prev {
        top: auto;
        bottom: -50px;
        transform: translateX(-50%);
        left: calc(50% - 30px);
    }
}

.mp-tab-video__slider-wrapper .swiper-button-next {
    right: -60px;
}

@media screen and (max-width: 980px) {
    .mp-tab-video__slider-wrapper .swiper-button-next {
        right: -40px;
    }
}

@media screen and (max-width: 600px) {
    .mp-tab-video__slider-wrapper .swiper-button-next {
        top: auto;
        bottom: -50px;
        transform: translateX(-50%);
        left: calc(50% + 30px);
    }
}

@media screen and (min-width: 980px) {
    .mp-tab-video__slider-wrapper .swiper-button-prev.swiper-button-disabled, .mp-tab-video__slider-wrapper .swiper-button-next.swiper-button-disabled {
        display: none;
    }
}

.mp-tab-video__slider.no-arrows .video-wrapper {
    position: relative;
}

.mp-tab-video__slider.no-arrows .video-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.mp-tab-video__slider.no-arrows .video-wrapper::before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}

.mp-tab-video__slider.no-arrows iframe {
    margin-left: auto;
    margin-right: auto;
}

.mp-tab-video__slide-inner {
    position: relative;
    padding-top: 56.25%;
}

.mp-tab-video__slide iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.mp-tab-history__row {
    display: flex;
}

@media screen and (max-width: 900px) {
    .mp-tab-history__row {
        display: block;
    }
}

.mp-tab-history__left {
    flex: 0 0 45%;
    margin-right: auto;
    position: relative;
    z-index: 4;
}

.mp-tab-history__right {
    margin-left: 200px;
    flex: 1 1 55%;
}

@media screen and (max-width: 1300px) {
    .mp-tab-history__right {
        margin-left: 100px;
        max-width: 400px;
    }
}

@media screen and (max-width: 900px) {
    .mp-tab-history__right {
        margin-top: 70px;
        margin-right: auto;
        margin-left: auto;
    }
}

.mp-tab-history__img-wrapper {
    position: relative;
}

.mp-tab-history__img-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 90px;
    left: -63px;
    width: 100%;
    height: 100%;
    border: 3px solid #dac278;
    border-radius: 3px;
    pointer-events: none;
    z-index: 1;
}

@media screen and (max-width: 1500px) {
    .mp-tab-history__img-wrapper::before {
        top: 50px;
        left: -40px;
    }
}

@media screen and (max-width: 900px) {
    .mp-tab-history__img-wrapper::before {
        top: -40px;
    }
}

@media screen and (max-width: 700px) {
    .mp-tab-history__img-wrapper::before {
        display: none;
    }
}

.mp-tab-history__masks-img {
    position: absolute;
    z-index: 3;
    top: -100px;
    width: calc(100% + 230px);
    left: 50%;
    transform: translateX(-55%);
}

.mp-tab-history__img {
    position: relative;
    z-index: 2;
    width: 100%;
}

.mp-tab-gallery__slider-wrapper {
    position: relative;
}

@media screen and (max-width: 1300px) {
    .mp-tab-gallery__slider-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.mp-tab-gallery__slider-wrapper .swiper-button-prev {
    left: -60px;
}

@media screen and (max-width: 1300px) {
    .mp-tab-gallery__slider-wrapper .swiper-button-prev {
        left: -20px;
    }
}

.mp-tab-gallery__slider-wrapper .swiper-button-next {
    right: -60px;
}

@media screen and (max-width: 1300px) {
    .mp-tab-gallery__slider-wrapper .swiper-button-next {
        right: -20px;
    }
}

.mp-tab-gallery__slide a {
    display: inline-block;
    opacity: 0.7;
    transition: opacity 0.3s;
    cursor: pointer;
}

.mp-tab-gallery__slide a:hover {
    opacity: 1;
}

.history-accordion__item {
    max-width: 600px;
}

.history-accordion__item .nowrap {
    white-space: nowrap;
}

.history-accordion__item:not(:last-of-type) {
    margin-bottom: 25px;
}

.history-accordion__item.active .history-accordion__icon::after {
    transform: rotate(0deg) translate(-50%, -50%);
    opacity: 0;
}

.history-accordion__head {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 70px 20px 30px;
    background-color: #292929;
    border-radius: 10px;
    text-align: left;
    border: none;
    transition: background-color 0.3s;
    cursor: pointer;
}

@media screen and (max-width: 900px) {
    .history-accordion__head {
        padding: 15px 70px 15px 20px;
    }
}

@media screen and (max-width: 600px) {
    .history-accordion__head {
        padding: 10px 40px 10px 15px;
    }
}

.history-accordion__head:hover {
    background-color: #212020;
}

.history-accordion__head:active {
    background-color: #292929;
}

.history-accordion__title {
    color: #dac278;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    text-align: left;
    text-transform: uppercase;
}

@media screen and (max-width: 900px) {
    .history-accordion__title {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .history-accordion__title {
        font-size: 14px;
    }
}

.history-accordion__icon {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    display: block;
}

@media screen and (max-width: 600px) {
    .history-accordion__icon {
        right: 15px;
    }
}

.history-accordion__icon::before, .history-accordion__icon::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #e4c374;
    width: 100%;
    height: 2px;
}

.history-accordion__icon::after {
    transform: translate(-50%, -50%) rotate(-90deg);
    transition: opacity 0.3s, transform 0.3s;
}

.history-accordion__content {
    padding-top: 20px;
    display: none;
}

.history-accordion__content p {
    margin: 0;
    color: #d4d4d4;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    line-height: 150%;
}

.history-accordion__content p + p {
    margin: 0;
}

.reviews {
    background: url("../img/main/reviews-bg2.png") no-repeat left 0 bottom 0/auto, url("../img/main/reviews-bg.jpg") no-repeat center/cover;
    padding: 90px 240px 140px 180px;
    position: relative;
}
.mp-tab-video__slider .swiper-wrapper,#mp-tab-gallery-slider .swiper-wrapper,.our-places-slider .swiper-wrapper{
    height: unset!important;
}

@media screen and (max-width: 1600px) {
    .reviews {
        padding-bottom: 100px;
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media screen and (max-width: 1200px) {
    .reviews {
        padding: 50px 30px;
    }
}

@media screen and (max-width: 980px) {
    .reviews {
        background: url("../img/main/reviews-bg.jpg") no-repeat center/cover;
        width: calc(100% + 55px);
        margin-left: -40px;
    }

    .reviews .reviews-slider__wrapper {
        opacity: 0;
        transition: opacity 0.5s;
    }

    .reviews.active .reviews-slider__wrapper {
        opacity: 1;
    }
}

@media screen and (max-width: 650px) {
    .reviews {
        overflow: hidden;
        padding-left: 40px;
    }
}

@media screen and (max-width: 500px) {
    .reviews {
        padding-left: 30px;
        padding-right: 15px;
    }
}

.reviews__row {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1100px) {
    .reviews__row {
        display: block;
    }
}

.reviews__left {
    flex: 1 1 30%;
    margin-right: 250px;
    position: relative;
}

@media screen and (max-width: 1600px) {
    .reviews__left {
        flex: 0 0 350px;
        margin-right: 150px;
    }
}

@media screen and (max-width: 1100px) {
    .reviews__left {
        flex: 1 1 100%;
        margin-left: 0;
        margin-right: auto;
        min-width: 300px;
    }
}

@media screen and (max-width: 980px) {
    .reviews__left {
        min-width: unset;
    }
}

.reviews__right {
    flex: 0 0 60%;
    margin-left: auto;
    min-width: 0;
    max-width: 800px;
}

@media screen and (max-width: 1600px) {
    .reviews__right {
        flex: 1 1 auto;
    }
}

@media screen and (max-width: 1100px) {
    .reviews__right {
        flex: 1 1 100%;
        margin-left: 0;
        margin-top: 50px;
        max-width: 100%;
        padding-right: 80px;
    }
}

@media screen and (max-width: 800px) {
    .reviews__right {
        padding-right: 0;
    }
}

.reviews__title {
    margin: 0 0 38px 0;
    color: #dac278;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}

@media screen and (max-width: 800px) {
    .reviews__title {
        margin-bottom: 20px;
        font-size: 16px;
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .reviews__title {
        text-align: center;
    }
}

.reviews__title-block {
    position: relative;
    max-width: 230px;
    margin-left: auto;
    margin-bottom: 60px;
    padding-top: 190px;
    padding-bottom: 210px;
}

@media screen and (max-width: 1100px) {
    .reviews__title-block {
        margin-left: 300px;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 980px) {
    .reviews__title-block {
        margin-bottom: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 800px) {
    .reviews__title-block {
        padding-top: 100px;
        padding-bottom: 100px;
        margin-bottom: 160px;
    }
}

@media screen and (max-width: 650px) {
    .reviews__title-block {
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
}

.reviews__title-block .top {
    position: relative;
}

@media screen and (max-width: 650px) {
    .reviews__title-block .top {
        position: static;
    }
}

@media screen and (max-width: 500px) {
    .reviews__title-block .top {
        display: none !important;
    }
}

.reviews__title-block .top::before {
    content: '';
    display: block;
    position: absolute;
    width: 2000px;
    height: 9px;
    right: 140px;
    top: -200px;
    background: #dac178;
}

@media screen and (max-width: 1100px) {
    .reviews__title-block .top::before {
        top: -90px;
    }
}

@media screen and (max-width: 800px) {
    .reviews__title-block .top::before {
        top: -120px;
    }
}

@media screen and (max-width: 650px) {
    .reviews__title-block .top::before {
        top: 50%;
        left: 0;
        transform: translateX(-100%);
        width: 100px;
    }
}

.reviews__title-block .top::after {
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 155px;
    background: #dac178;
    top: -200px;
    right: 140px;
}

@media screen and (max-width: 1100px) {
    .reviews__title-block .top::after {
        top: -90px;
        height: 60px;
    }
}

@media screen and (max-width: 800px) {
    .reviews__title-block .top::after {
        top: -120px;
        height: 100px;
    }
}

@media screen and (max-width: 650px) {
    .reviews__title-block .top::after {
        right: auto;
        left: -100px;
        top: 50%;
        transform: translateY(-100%);
    }
}

.reviews__title-block .bottom {
    position: relative;
}

@media screen and (max-width: 650px) {
    .reviews__title-block .bottom {
        position: static;
    }
}

@media screen and (max-width: 500px) {
    .reviews__title-block .bottom {
        display: none !important;
    }
}

.reviews__title-block .bottom::before {
    content: '';
    display: block;
    position: absolute;
    width: 2000px;
    height: 9px;
    right: 140px;
    bottom: -330px;
    background: #dac178;
}

@media screen and (max-width: 1100px) {
    .reviews__title-block .bottom::before {
        bottom: -210px;
    }
}

@media screen and (max-width: 800px) {
    .reviews__title-block .bottom::before {
        bottom: -220px;
    }
}

@media screen and (max-width: 650px) {
    .reviews__title-block .bottom::before {
        top: 50%;
        right: 0;
        left: auto;
        transform: translateX(100%);
        width: 100px;
    }
}

.reviews__title-block .bottom::after {
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 155px;
    background: #dac178;
    bottom: -330px;
    right: 140px;
}

@media screen and (max-width: 1100px) {
    .reviews__title-block .bottom::after {
        bottom: -210px;
        height: 60px;
    }
}

@media screen and (max-width: 800px) {
    .reviews__title-block .bottom::after {
        bottom: -220px;
        height: 100px;
    }
}

@media screen and (max-width: 650px) {
    .reviews__title-block .bottom::after {
        left: auto;
        right: -100px;
        top: 50%;
        transform: translateY(-100%);
    }
}

.reviews__desc {
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2.07px;
}

@media screen and (max-width: 800px) {
    .reviews__desc {
        margin: 0;
        font-size: 26px;
    }

    .reviews__desc br {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .reviews__desc {
        text-align: center;
    }
}

@media screen and (max-width: 450px) {
    .reviews__desc {
        font-size: 15px;
    }
}

.reviews-slider {
    height: 800px;
}

@media screen and (max-width: 1100px) {
    .reviews-slider {
        height: 600px;
    }
}

@media screen and (max-width: 900px) {
    .reviews-slider {
        height: 800px;
    }
}

@media screen and (max-width: 800px) {
    .reviews-slider {
        height: unset;
    }
}

.reviews-slider__wrapper {
    margin-left: auto;
    max-width: 960px;
    position: relative;
}

@media screen and (max-width: 1100px) {
    .reviews-slider__wrapper {
        margin-top: 80px;
        margin-left: 0;
    }
}

@media screen and (max-width: 980px) {
    .reviews-slider__wrapper {
        margin-top: 40px;
    }
}

@media screen and (max-width: 800px) {
    .reviews-slider__wrapper {
        padding-bottom: 60px;
    }
}

.reviews-slider__wrapper .swiper-button-prev, .reviews-slider__wrapper .swiper-button-next {
    left: auto;
    right: -60px;
    top: 50%;
}

@media screen and (max-width: 800px) {
    .reviews-slider__wrapper .swiper-button-prev, .reviews-slider__wrapper .swiper-button-next {
        top: auto;
        bottom: 0;
        left: 50%;
    }
}

.reviews-slider__wrapper .swiper-button-prev {
    transform: translateY(calc(-50% - 30px)) rotate(90deg);
}

@media screen and (max-width: 800px) {
    .reviews-slider__wrapper .swiper-button-prev {
        transform: translateX(calc(-50% - 30px));
    }
}

.reviews-slider__wrapper .swiper-button-next {
    transform: translateY(calc(-50% + 30px)) rotate(90deg);
}

@media screen and (max-width: 800px) {
    .reviews-slider__wrapper .swiper-button-next {
        transform: translateX(calc(-50% + 30px));
    }
}

.reviews-slider__slide {
    margin-bottom: 33px;
    opacity: 0.5;
    transition: opacity 0.3s;
    padding-right: 100px;
    height: 200px;
}

@media screen and (max-width: 1600px) {
    .reviews-slider__slide {
        padding-right: 40px;
    }
}

@media screen and (max-width: 1100px) {
    .reviews-slider__slide {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 800px) {
    .reviews-slider__slide {
        margin-left: 0;
        margin-right: 0;
        opacity: 1;
        padding-right: 0;
    }
}

.reviews-slider__slide.swiper-slide-next {
    opacity: 1;
}

.reviews-slider__slide.swiper-slide-next .reviews-slider__slide-inner {
    transform: translateX(0);
}

.reviews-slider__slide-inner {
    position: relative;
    background-color: #202020;
    padding: 30px 44px 37px 110px;
    max-width: 690px;
    transition: transform 0.3s;
    transform: translateX(100px);
}

@media screen and (max-width: 1600px) {
    .reviews-slider__slide-inner {
        transform: translateX(40px);
    }
}

@media screen and (max-width: 1100px) {
    .reviews-slider__slide-inner {
        padding: 20px 20px 20px 70px;
        max-width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .reviews-slider__slide-inner {
        transform: translateX(0);
    }
}

@media screen and (max-width: 600px) {
    .reviews-slider__slide-inner {
        padding-left: 20px;
    }
}

.reviews-slider__slide-inner::before {
    content: '';
    display: block;
    position: absolute;
    width: 51px;
    height: 37px;
    top: 27px;
    left: 34px;
    background: url("../img/quotes-icon.png") no-repeat center/contain;
}

@media screen and (max-width: 1100px) {
    .reviews-slider__slide-inner::before {
        left: 20px;
        top: 20px;
        width: 30px;
    }
}

@media screen and (max-width: 600px) {
    .reviews-slider__slide-inner::before {
        display: none;
    }
}

.reviews-slider__slide-text p {
    margin: 0 0 23px 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
}

@media screen and (max-width: 1100px) {
    .reviews-slider__slide-text p {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

.reviews-slider__slide-bottom {
    color: #dac178;
    font-size: 16px;
    font-weight: 500;
    line-height: 17.67px;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
}

@media screen and (max-width: 1100px) {
    .reviews-slider__slide-bottom {
        font-size: 14px;
        line-height: 120%;
    }
}

.reviews__add-block {
    max-width: 315px;
}

@media screen and (max-width: 1100px) {
    .reviews__add-block {
        position: absolute;
        right: 100px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 980px) {
    .reviews__add-block {
        top: 100px;
        right: 40px;
    }
}

@media screen and (max-width: 650px) {
    .reviews__add-block {
        position: static;
        margin-top: 40px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

.reviews__add-title {
    color: #ffffff;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 35px 0;
}

@media screen and (max-width: 980px) {
    .reviews__add-title {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 800px) {
    .reviews__add-title {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .reviews__add-title {
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 140%;
    }
}

@media screen and (max-width: 500px) {
    .reviews__add-title {
        font-size: 14px;
    }
}

.reviews__add-btn {
    color: #dac178;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 20px;
    display: inline-block;
    box-shadow: 0 0 54px rgba(255, 255, 190, 0.19);
    border: 2px solid #dac178;
    text-decoration: none;
    transition: all 0.3s;
    width: 100%;
}

@media screen and (max-width: 980px) {
    .reviews__add-btn {
        font-size: 22px;
        padding: 15px 20px;
    }
}

@media screen and (max-width: 700px) {
    .reviews__add-btn {
        font-size: 18px;
        padding: 10px 15px;
        font-weight: 500;
    }
}

@media screen and (max-width: 500px) {
    .reviews__add-btn {
        font-size: 14px;
        border-width: 2px;
    }
}

.reviews__add-btn:hover {
    background: #dac178;
    color: #ffffff;
}

.partners {
    background-color: #000000;
    padding: 73px 140px 70px;
    position: relative;
}

.partners::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    width: calc(100% + 45px);
    height: 100%;
    background: #000000;
}

@media screen and (max-width: 1300px) {
    .partners {
        padding: 50px 30px;
    }
}

@media screen and (max-width: 980px) {
    .partners {
        padding: 40px 0;
    }
}

.partners__title-wrapper {
    margin-bottom: 50px;
    position: relative;
}

@media screen and (max-width: 980px) {
    .partners__title-wrapper {
        margin-bottom: 30px;
    }
}

.partners__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.partners__item {
    width: 20%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1300px) {
    .partners__item {
        width: 25%;
        padding: 15px;
    }
}

@media screen and (max-width: 980px) {
    .partners__item {
        border: none;
    }

    .partners__item img {
        max-width: 100px;
    }
}

@media screen and (max-width: 780px) {
    .partners__item {
        width: 50%;
    }

    .partners__item img {
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .partners__item {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .partners__item img {
        max-width: 100px;
        max-height: 50px;
    }
}

@media screen and (max-width: 400px) {
    .partners__item img {
        max-width: 80px;
    }
}

.footer {
    padding: 60px 140px;
}

@media screen and (max-width: 1400px) {
    .footer {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media screen and (max-width: 980px) {
    .footer {
        padding-top: 40px;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 600px) {
    .footer {
        padding-bottom: 20px;
    }
}

.footer__copyright {
    text-align: center;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    margin: 0;
}

@media screen and (max-width: 980px) {
    .footer__copyright {
        font-size: 15px;
        letter-spacing: 0.1em;
    }
}

@media screen and (max-width: 600px) {
    .footer__copyright {
        font-size: 10px;
        font-weight: 400;
    }
}

.burger-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 520px;
    background-color: #101010;
    padding: 140px 85px 60px 45px;
    z-index: 10;
    overflow-y: auto;
    transform: translateX(100%);
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
}

.burger-menu.active {
    opacity: 1;
    transform: translateX(0);
}

.burger-menu__close-btn {
    position: absolute;
    width: 34px;
    height: 34px;
    right: 70px;
    top: 55px;
    display: inline-block;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    transition: opacity 0.3s;
}

.burger-menu__close-btn:hover {
    opacity: 0.7;
}

.burger-menu__close-btn:active {
    opacity: 0.5;
}

.burger-menu__close-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #dac178;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.burger-menu__close-btn span:nth-of-type(1) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.burger-menu__close-btn span:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(45deg);
}

.burger-menu__list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.burger-menu__item.active .burger-menu__item-btn-icon::after {
    opacity: 0;
    transform: rotate(0deg) translate(-50%, -50%);
}

.burger-menu__item:not(:last-of-type) {
    margin-bottom: 35px;
}

.burger-menu__item-btn {
    position: relative;
    text-align: left;
    background: transparent;
    border: none;
    padding: 0 67px 0 0;
    display: block;
    width: 100%;
    cursor: pointer;
}

.burger-menu__item-btn:hover .burger-menu__item-btn-text {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.burger-menu__item-btn:hover .burger-menu__item-btn-icon::before, .burger-menu__item-btn:hover .burger-menu__item-btn-icon::after {
    background: #ffffff;
}

.burger-menu__item-btn-text {
    color: #dac278;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid #dac278;
    display: block;
    transition: color 0.3s, border-bottom 0.3s;
}

.burger-menu__item-btn-icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
    transform: translateY(-50%);
}

.burger-menu__item-btn-icon::before, .burger-menu__item-btn-icon::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #dac278;
    transition: background 0.3s;
}

.burger-menu__item-btn-icon::after {
    transform: translate(-50%, -50%) rotate(-90deg);
    transition: all 0.3s;
}

.burger-menu__item-content {
    padding-top: 20px;
    display: none;
}

.burger-menu__item-content p {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
}

.burger-menu__item-content p + p {
    margin-top: 15px;
}

.page-hero {
    margin-bottom: 60px;
    margin-left: 140px;
    margin-right: 140px;
}

@media screen and (max-width: 1400px) {
    .page-hero {
        margin-left: 60px;
        margin-right: 60px;
    }
}

@media screen and (max-width: 1000px) {
    .page-hero {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media screen and (max-width: 980px) {
    .page-hero {
        margin: 20px 0 40px;
    }
}

@media screen and (max-width: 700px) {
    .page-hero {
        margin-bottom: 20px;
    }
}

.page-hero__inner {
    padding: 20px 50px;
    text-align: center;
    min-height: 180px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-hero__inner.large {
    min-height: 240px;
}

@media screen and (max-width: 980px) {
    .page-hero__inner.large {
        min-height: 160px;
    }
}

@media screen and (max-width: 700px) {
    .page-hero__inner.large {
        min-height: 90px;
    }
}

@media screen and (max-width: 980px) {
    .page-hero__inner {
        min-height: 160px;
        padding: 20px;
    }
}

@media screen and (max-width: 700px) {
    .page-hero__inner {
        min-height: 130px;
    }
}

@media screen and (max-width: 700px) {
    .page-hero__inner--no-bg .page-hero__inner-bg {
        background: none !important;
    }
}

@media screen and (max-width: 700px) {
    .page-hero__inner--no-bg {
        min-height: 60px;
    }
}

.page-hero__inner-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat top center / cover;

    opacity: 0.5;
}

.page-hero__title {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 7.2px;
}

@media screen and (max-width: 980px) {
    .page-hero__title {
        font-size: 30px;
        letter-spacing: 0.1em;
    }
}

@media screen and (max-width: 800px) {
    .page-hero__title {
        font-size: 24px;
    }
}

@media screen and (max-width: 500px) {
    .page-hero__title {
        font-size: 20px;
    }
}

.page-hero__title .yellow {
    color: #dac278;
}

.place-hero {
    margin-left: 140px;
    margin-right: 140px;
    margin-bottom: 50px;
}

@media screen and (max-width: 1400px) {
    .place-hero {
        margin-left: 60px;
        margin-right: 60px;
    }
}

@media screen and (max-width: 1000px) {
    .place-hero {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media screen and (max-width: 980px) {
    .place-hero {
        margin: 20px 0 40px;
    }
}

@media screen and (max-width: 700px) {
    .place-hero {
        margin-bottom: 25px;
    }
}

.place-hero__inner {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    padding: 40px 50px 60px 40px;
}

@media screen and (max-width: 980px) {
    .place-hero__inner {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 600px) {
    .place-hero__inner {
        padding: 20px 15px;
        border-radius: 10px;
    }
}

.place-hero__bg {
    position: absolute;
    background: no-repeat center / cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.place-hero__head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 700px) {
    .place-hero__head {
        flex-direction: column;
        margin-bottom: 30px;
    }
}

.place-hero__back-link {
    color: #dac278;
    font-size: 23px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: opacity 0.3s;
    padding-left: 65px;
    margin-right: 60px;
    text-shadow: 0px 0px 4px #000000;
}

.place-hero__back-link::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 56px;
    height: 19px;
    background: url("../img/main/back-arrow.svg") no-repeat center/contain;
}

@media screen and (max-width: 700px) {
    .place-hero__back-link::before {
        width: 35px;
    }
}

.place-hero__back-link:hover {
    opacity: 0.7;
}

@media screen and (max-width: 700px) {
    .place-hero__back-link {
        margin-right: 0;
        padding-left: 45px;
        font-size: 18px;
    }
}

.place-hero__socials {
    display: flex;
    margin-left: auto;
}

@media screen and (max-width: 700px) {
    .place-hero__socials {
        margin-top: 15px;
        margin-left: 0;
    }
}

.place-hero__social {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.3s;
    background: #1e1e1e;
    border: 1px solid #585858;
}

@media screen and (max-width: 700px) {
    .place-hero__social {
        width: 35px;
        height: 35px;
    }
}

.place-hero__social:hover {
    opacity: 0.8;
}

.place-hero__social:not(:last-of-type) {
    margin-right: 15px;
}

.place-hero__social img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
}

@media screen and (max-width: 700px) {
    .place-hero__social img {
        width: 15px;
    }
}

.place-hero__title-block {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    position: relative;
    z-index: 2;
}

.place-hero__title-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
}

@media screen and (max-width: 1300px) {
    .place-hero__title-logo {
        max-width: 300px;
    }
}

@media screen and (max-width: 700px) {
    .place-hero__title-logo {
        max-width: 200px;
    }
}

@media screen and (max-width: 500px) {
    .place-hero__title-logo {
        max-width: 150px;
    }
}

.place-hero__title {
    margin: 20px 0 0;
    font-family: "Bebas Neue Bold", sans-serif;
    color: #f3c470;
    font-size: 38px;
    letter-spacing: 4px;
}

@media screen and (max-width: 900px) {
    .place-hero__title {
        font-size: 32px;
        letter-spacing: 0.1em;
    }
}

@media screen and (max-width: 700px) {
    .place-hero__title {
        font-size: 30px;
    }
}

@media screen and (max-width: 500px) {
    .place-hero__title {
        font-size: 28px;
    }
}

.place-hero__review-block {
    position: absolute;
    z-index: 2;
    right: 80px;
    bottom: 50px;
    max-width: 230px;
}

.place-hero__review-block::before {
    content: "";
    display: block;
    position: absolute;
    width: 500px;
    height: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, #090b0d 0%, rgba(9, 11, 13, 0) 70%);
}

@media screen and (max-width: 1300px) {
    .place-hero__review-block {
        left: 30px;
        bottom: 40px;
    }
}

@media screen and (max-width: 980px) {
    .place-hero__review-block {
        display: none;
    }
}

.place-hero__review-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
    .place-hero__review-title {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .place-hero__review-title {
        margin-bottom: 10px;
    }
}

.place-hero__review-btn {
    position: relative;
    z-index: 2;
    color: #dac178;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 20px;
    text-decoration: none;
    box-shadow: 0 0 54px rgba(218, 193, 120, 0.55);
    border: 3px solid #dac178;
    display: inline-block;
    transition: color 0.3s, background 0.3s;
}

@media screen and (max-width: 500px) {
    .place-hero__review-btn {
        font-size: 14px;
        padding: 10px;
        border-width: 2px;
        font-weight: 500;
    }
}

.place-hero__review-btn:hover {
    background: #dac178;
    color: #ffffff;
}

.place-block {
    margin-left: 140px;
    margin-right: 140px;
}

@media screen and (max-width: 1400px) {
    .place-block {
        margin-left: 60px;
        margin-right: 60px;
    }
}

@media screen and (max-width: 1000px) {
    .place-block {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media screen and (max-width: 980px) {
    .place-block {
        margin-left: 0;
        margin-right: 0;
    }
}

.place-block__tab {
    display: none;
}

.place-block__tab.active {
    display: block;
}

.place-block__content {
    background: #1b1b1b;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 80px;
    border-radius: 40px;
}

@media screen and (max-width: 1300px) {
    .place-block__content {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 980px) {
    .place-block__content {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        background: transparent;
        border: none;
        border-radius: 0;
        overflow: hidden;
    }
}

.place-block__title {
    color: #dac278;
    font-size: 36px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    padding-left: 125px;
}

@media screen and (max-width: 1200px) {
    .place-block__title {
        font-size: 30px;
        padding-left: 0;
    }
}

@media screen and (max-width: 980px) {
    .place-block__title {
        text-align: center;
    }
}

@media screen and (max-width: 900px) {
    .place-block__title {
        font-size: 28px;
    }
}

@media screen and (max-width: 700px) {
    .place-block__title {
        font-size: 24px;
    }
}

@media screen and (max-width: 500px) {
    .place-block__title {
        margin-bottom: 25px;
        font-size: 20px;
    }
}

@media screen and (max-width: 980px) {
    .place-block__title {
        display: none;
    }
}

.place-block__title--mobile {
    display: none;
}

@media screen and (max-width: 980px) {
    .place-block__title--mobile {
        display: block;
    }
}

.place-block__head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 60px;
    background: #1b1b1b;
    border-radius: 30px;
    transform: translateY(-30px);
    justify-content: center;
}

@media screen and (max-width: 980px) {
    .place-block__head {
        padding: 0;
        transform: none;
        background: transparent;
        border-radius: 0;
        flex-wrap: wrap;
        margin: 0 auto 20px auto;
        display: none;
    }
}

.place-block__head-btn {
    display: block;
    color: #828282;
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    margin-left: 50px;
    margin-right: 50px;
    transition: color 0.3s;
}

@media screen and (max-width: 980px) {
    .place-block__head-btn {
        margin-left: 30px;
        margin-right: 30px;
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 700px) {
    .place-block__head-btn {
        font-size: 18px;
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media screen and (max-width: 500px) {
    .place-block__head-btn {
        font-size: 16px;
    }
}

.place-block__head-btn.active {
    color: #e5c374;
}

.place-block__head-btn.active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 34px);
    height: 1px;
    background: #e5c374;
}

.place-block__head-btn:hover {
    color: #e5c374;
}

.place-block__desc {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: left;
    margin-bottom: 100px;
}

@media screen and (max-width: 980px) {
    .place-block__desc {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .place-block__desc {
        font-size: 18px;
        line-height: 130%;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 500px) {
    .place-block__desc {
        font-size: 14px;
        margin-bottom: 40px;
    }
}

.place-block__desc p {
    margin: 0;
}

.place-block__desc p + p {
    margin-top: 20px;
}

@media screen and (max-width: 600px) {
    .place-block__desc p + p {
        margin-top: 10px;
    }
}

.place-block__add-review {
    display: none;
}

@media screen and (max-width: 980px) {
    .place-block__add-review {
        display: block;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .place-block__add-review .place-hero__review-btn {
        margin-top: 15px;
        box-shadow: 0 0 54px rgba(218, 193, 120, 0.1);
    }
}

@media screen and (max-width: 600px) {
    .place-block__add-review {
        margin-top: 10px;
    }
}

.place-block-gallery {
    margin-bottom: 70px;
}

@media screen and (max-width: 980px) {
    .place-block-gallery {
        display: none;
    }
}

.place-block-gallery--mobile {
    display: none;
    padding-bottom: 50px;
}

@media screen and (max-width: 980px) {
    .place-block-gallery--mobile {
        display: block;
    }
}

@media screen and (max-width: 980px) and (max-width: 980px) {
    .place-block-gallery--mobile .swiper-button-prev {
        top: auto;
        margin: 0;
        bottom: 0;
        left: 50%;
        right: auto;
        transform: translateX(calc(-50% - 30px));
    }
}

@media screen and (max-width: 980px) and (max-width: 980px) {
    .place-block-gallery--mobile .swiper-button-next {
        top: auto;
        margin: 0;
        bottom: 0;
        left: 50%;
        right: auto;
        transform: translateX(calc(-50% + 30px));
    }
}

.place-block-tabs__content {
    position: relative;
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

@media screen and (max-width: 900px) {
    .place-block-tabs__content {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 600px) {
    .place-block-tabs__content {
        margin-bottom: 40px;
    }
}

.place-block-tabs__head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -45px;
    margin-right: -45px;
    margin-bottom: 55px;
}

@media screen and (max-width: 980px) {
    .place-block-tabs__head {
        margin-left: -30px;
        margin-right: -30px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 700px) {
    .place-block-tabs__head {
        margin-bottom: 30px;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
    }
}

.place-block-tabs__btn {
    width: calc(33.33% - 90px);
    margin-left: 45px;
    margin-right: 45px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 365px;
    cursor: pointer;
    text-align: left;
}

@media screen and (max-width: 980px) {
    .place-block-tabs__btn {
        width: calc(50% - 60px);
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 700px) {
    .place-block-tabs__btn {
        width: 100%;
        margin-bottom: 20px;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.place-block-tabs__btn.contacts, .place-block-tabs__btn.gallery {
    display: none;
}

@media screen and (max-width: 980px) {
    .place-block-tabs__btn.contacts, .place-block-tabs__btn.gallery {
        display: flex;
    }
}

.place-block-tabs__btn-title {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    font-family: "Bebas Neue Regular", sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    transition: color 0.3s;
}

@media screen and (max-width: 1300px) {
    .place-block-tabs__btn-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    .place-block-tabs__btn-title {
        margin-bottom: 0;
    }
}

.place-block-tabs__btn-desc {
    color: #b5b5b5;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

@media screen and (max-width: 1300px) {
    .place-block-tabs__btn-desc {
        font-size: 13px;
    }
}

@media screen and (max-width: 600px) {
    .place-block-tabs__btn-desc {
        display: none;
    }
}

.place-block-tabs__btn-icon {
    width: 60px;
    margin-left: 30px;
}

.place-block-tabs__btn-icon svg {
    width: 100%;
    fill: #ffffff;
    transition: fill 0.3s;
}

@media screen and (max-width: 980px) {
    .place-block-tabs__btn-icon {
        width: 40px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 600px) {
    .place-block-tabs__btn-icon {
        margin-left: 15px;
        width: 25px;
    }
}

.place-block-tabs__btn:hover .place-block-tabs__btn-title {
    color: #dac278;
}

.place-block-tabs__btn.active .place-block-tabs__btn-title {
    color: #dac278;
}

.place-block-tabs__btn.active svg {
    fill: #dac278;
}

@media screen and (max-width: 980px) {
    .place-block-tabs__btn:nth-of-type(1) {
        order: 1;
    }

    .place-block-tabs__btn:nth-of-type(2) {
        order: 2;
    }

    .place-block-tabs__btn:nth-of-type(3) {
        order: 4;
    }

    .place-block-tabs__btn:nth-of-type(4) {
        order: 5;
    }

    .place-block-tabs__btn:nth-of-type(5) {
        order: 3;
    }
}

.place-block-tabs__tab {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: -100;
    top: -10000px;
}

.place-block-tabs__tab.active {
    position: static;
    z-index: 1;
    opacity: 1;
}

.place-block-menu {
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1300px) {
    .place-block-menu {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 980px) {
    .place-block-menu {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 50px;
    }
}

.place-block-menu__row {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    flex-wrap: wrap;
    margin-bottom: -40px;
}

@media screen and (max-width: 1000px) {
    .place-block-menu__row {
        margin-bottom: -30px;
    }
}

@media screen and (max-width: 980px) {
    .place-block-menu__row {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        padding-bottom: 45px;
        padding-left: 0;
        padding-right: 0;
    }

    .place-block-menu__row .slick-arrow {
        width: 27px;
        height: 27px;
        bottom: 0;
        top: auto;
    }

    .place-block-menu__row .slick-prev {
        transition: opacity 0.3s;
        z-index: 2;
        background: url("../img/slider-arrows-left.svg") no-repeat center/contain;
        left: calc(50% - 30px);
        transform: translateX(-50%);
    }

    .place-block-menu__row .slick-prev::before {
        display: none;
    }

    .place-block-menu__row .slick-prev.slick-disabled {
        opacity: 0.3;
    }

    .place-block-menu__row .slick-next {
        transition: opacity 0.3s;
        z-index: 2;
        background: url("../img/slider-arrows-right.svg") no-repeat center/contain;
        left: calc(50% + 30px);
        transform: translateX(-50%);
    }

    .place-block-menu__row .slick-next::before {
        display: none;
    }

    .place-block-menu__row .slick-next.slick-disabled {
        opacity: 0.3;
    }
}

.place-block-menu__link {
    position: relative;
    padding-bottom: 34%;
}

@media screen and (max-width: 700px) {
    .place-block-menu__link {
        padding-bottom: 70%;
    }
}

.place-block-menu__link img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}

.place-block-menu__img {
    width: 100%;
    display: block;
}

.place-block-menu .swiper-button-prev {
    left: -60px;
}

@media screen and (max-width: 1300px) {
    .place-block-menu .swiper-button-prev {
        left: -30px;
    }
}

@media screen and (max-width: 980px) {
    .place-block-menu .swiper-button-prev {
        top: auto;
        margin: 0;
        bottom: 0;
        left: 50%;
        right: auto;
        transform: translateX(calc(-50% - 30px));
    }
}

.place-block-menu .swiper-button-next {
    right: -60px;
}

@media screen and (max-width: 1300px) {
    .place-block-menu .swiper-button-next {
        right: -30px;
    }
}

@media screen and (max-width: 980px) {
    .place-block-menu .swiper-button-next {
        top: auto;
        margin: 0;
        bottom: 0;
        left: 50%;
        right: auto;
        transform: translateX(calc(-50% + 30px));
    }
}

.place-block-accordion {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
}

.place-block-accordion__item.active .place-block-accordion__item-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0);
}

.place-block-accordion__item:not(:last-of-type) {
    margin-bottom: 30px;
}

@media screen and (max-width: 700px) {
    .place-block-accordion__item:not(:last-of-type) {
        margin-bottom: 15px;
    }
}

.place-block-accordion__item-btn {
    cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    text-align: left;
    padding: 14px 30px 14px 40px;
    border: none;
    border-bottom: 1px solid #dac278;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .place-block-accordion__item-btn {
        padding: 10px 15px 10px 30px;
    }
}

.place-block-accordion__item-btn:hover .place-block-accordion__item-title {
    color: #ffffff;
}

.place-block-accordion__item-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
    display: block;
}

@media screen and (max-width: 600px) {
    .place-block-accordion__item-icon {
        left: 0;
    }
}

.place-block-accordion__item-icon::before, .place-block-accordion__item-icon::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background: #dac278;
}

.place-block-accordion__item-icon::after {
    transform: translate(-50%, -50%) rotate(-90deg);
    transition: all 0.3s;
}

.place-block-accordion__item-title {
    color: #c9b370;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    transition: color 0.3s;
}

@media screen and (max-width: 900px) {
    .place-block-accordion__item-title {
        font-size: 22px;
        line-height: 130%;
    }
}

@media screen and (max-width: 600px) {
    .place-block-accordion__item-title {
        font-size: 14px;
    }
}

.place-block-accordion__content {
    padding-top: 30px;
    display: none;
}

.place-block-accordion__content p {
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    line-height: 140%;
}

@media screen and (max-width: 700px) {
    .place-block-accordion__content p {
        font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    .place-block-accordion__content p {
        font-size: 14px;
    }
}

.place-block-accordion__content p + p {
    margin-top: 20px;
}

@media screen and (max-width: 700px) {
    .place-block-accordion__content p + p {
        margin-top: 10px;
    }
}

.place-contacts {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.place-contacts__title {
    color: #d8b767;
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 45px 0;
}

@media screen and (max-width: 1200px) {
    .place-contacts__title {
        font-size: 28px;
    }
}

@media screen and (max-width: 900px) {
    .place-contacts__title {
        font-size: 28px;
    }
}

@media screen and (max-width: 700px) {
    .place-contacts__title {
        font-size: 24px;
    }
}

@media screen and (max-width: 500px) {
    .place-contacts__title {
        margin-bottom: 25px;
        font-size: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 700px) {
    .place-contacts__bottom {
        display: none;
    }
}

.place-contacts__bottom-img {
    width: 100%;
}

.place-contacts__top {
    margin-bottom: 50px;
}

@media screen and (max-width: 980px) {
    .place-contacts__top {
        margin-bottom: 0;
    }
}

.place-contacts__top-row {
    display: flex;
    margin-left: -25px;
    margin-right: -25px;
}

@media screen and (max-width: 1200px) {
    .place-contacts__top-row {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
}

.place-contacts__top-left {
    width: calc(55% - 50px);
    margin-left: 25px;
    margin-right: 25px;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .place-contacts__top-left {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }
}

.place-contacts__top-right {
    width: calc(45% - 50px);
    margin-left: 25px;
    margin-right: 25px;
}

.place-contacts__top-right iframe {
    height: 300px !important;
}

@media screen and (max-width: 1200px) {
    .place-contacts__top-right {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .place-contacts__top-right iframe {
        height: 200px !important;
    }
}

.place-contacts__socials {
    position: absolute;
    right: 0;
    top: 50px;
}

@media screen and (max-width: 1200px) {
    .place-contacts__socials {
        top: 0;
    }
}

@media screen and (max-width: 600px) {
    .place-contacts__socials {
        position: static;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 500px) {
    .place-contacts__socials {
        justify-content: center;
    }
}

.place-contacts__social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    transition: opacity 0.3s;
    margin-bottom: 15px;
}
.reviews-slider .swiper-slide{

}
@media screen and (max-width: 600px) {
    .place-contacts__social {
        width: 35px;
        height: 35px;
    }

    .place-contacts__social:not(:last-of-type) {
        margin-right: 15px;
    }
}

.place-contacts__social img {
    width: 20px;
}

.place-contacts__social--inst {
    background: #a87d6e;
}
.place-contacts__social--telegram {
    background: #29A9EB;
}

.place-contacts__social--fb {
    background: #285b9b;
}

.place-contacts__social--vk {
    background: #4380a9;
}

.place-contacts__social:hover {
    opacity: 0.8;
}

.place-contacts__list {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-right: 60px;
}

@media screen and (max-width: 600px) {
    .place-contacts__list {
        padding-right: 0;
    }
}

.place-contacts__list-item {
    display: flex;
    align-items: center;
}

.place-contacts__list-item:not(:last-of-type) {
    margin-bottom: 30px;
}

@media screen and (max-width: 700px) {
    .place-contacts__list-item:not(:last-of-type) {
        margin-bottom: 15px;
    }
}

.place-contacts__list-item:last-of-type br {
    display: block;
}

.place-contacts__list-item br {
    display: none;
}

@media screen and (max-width: 500px) {
    .place-contacts__list-item br {
        display: block;
    }
}

.place-contacts__list-item-icon {
    flex-shrink: 0;
    margin-right: 15px;
    width: 25px;
    height: auto;
}

@media screen and (max-width: 700px) {
    .place-contacts__list-item-icon {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .place-contacts__list-item-icon {
        width: 25px;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.place-contacts__list-item-text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 130%;
}

@media screen and (max-width: 1000px) {
    .place-contacts__list-item-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 700px) {
    .place-contacts__list-item-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    .place-contacts__list-item-text {
        font-size: 12px;
    }
}

@media screen and (max-width: 400px) {
    .place-contacts__list-item-text {
        font-size: 10px;
    }
}

.place-contacts__list-item-text .yellow {
    text-transform: uppercase;
    color: #d8b767;
}

.place-contacts__list-item-text .nowrap {
    white-space: nowrap;
}

@media screen and (max-width: 600px) {
    .place-contacts__list-item-text .nowrap {
        white-space: unset;
    }
}

.place-contacts__list-item-text a {
    color: #ffffff;
    text-decoration: none;
}

.place-contacts__list-item-text a:hover {
    color: #dbc278;
}

@media screen and (max-width: 768px) {
    .place-template-default .place-contacts__title {
        display: none;
    }
}

.contacts-tabs {
    margin-left: 140px;
    margin-right: 140px;
}

@media screen and (max-width: 1400px) {
    .contacts-tabs {
        margin-left: 60px;
        margin-right: 60px;
    }
}

@media screen and (max-width: 1000px) {
    .contacts-tabs {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media screen and (max-width: 980px) {
    .contacts-tabs {
        margin-left: 0;
        margin-right: 0;
    }
}

.contacts-tabs__places-btn {
    background: transparent;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #dac278;
    border-radius: 10px;
    padding: 15px 15px;
    align-items: center;
    transition: background 0.3s;
    display: none;
    text-align: left;
}

@media screen and (max-width: 980px) {
    .contacts-tabs__places-btn {
        display: flex;
        margin-bottom: 30px;
    }
}

.contacts-tabs__places-btn:hover {
    background: #dac278;
}

.contacts-tabs__places-btn:hover .icon span {
    background: #141414;
}

.contacts-tabs__places-btn:hover .text {
    color: #141414;
}

.contacts-tabs__places-btn.active {
    background: #dac278;
}

.contacts-tabs__places-btn.active .icon span {
    background: #141414;
}

.contacts-tabs__places-btn.active .icon span:nth-of-type(1) {
    transform: rotate(-45deg);
    margin-top: 10px;
}

.contacts-tabs__places-btn.active .icon span:nth-of-type(2) {
    opacity: 0;
}

.contacts-tabs__places-btn.active .icon span:nth-of-type(3) {
    transform: rotate(45deg);
    margin-bottom: 8px;
}

.contacts-tabs__places-btn.active .text {
    color: #141414;
}

.contacts-tabs__places-btn .icon {
    display: inline-block;
    margin-right: 15px;
    width: 25px;
    height: 20px;
    position: relative;
    flex-shrink: 0;
}

.contacts-tabs__places-btn .icon span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    background: #ffffff;
    transition: all 0.3s;
}

.contacts-tabs__places-btn .icon span:nth-of-type(1) {
    top: 0;
}

.contacts-tabs__places-btn .icon span:nth-of-type(2) {
    top: 9px;
}

.contacts-tabs__places-btn .icon span:nth-of-type(3) {
    bottom: 0;
}

.contacts-tabs__places-btn .text {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 500;
}

@media screen and (max-width: 600px) {
    .contacts-tabs__places-btn .text {
        font-size: 12px;
    }
}

.contacts-tabs__head {
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-left: -17px;
    margin-right: -17px;
    flex-wrap: wrap;
}

@media screen and (min-width: 981px) {
    .contacts-tabs__head {
        display: flex !important;
    }
}

@media screen and (max-width: 980px) {
    .contacts-tabs__head {
        display: none;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 800px) {
    .contacts-tabs__head {
        margin-left: 0;
        margin-right: 0;
    }
}

.contacts-tabs__head-btn {
    cursor: pointer;
    position: relative;
    background: transparent;
    border: none;
    color: #dbdbdb;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.8px;
    margin-left: 17px;
    margin-right: 17px;
    padding: 0 0 10px;
    text-transform: uppercase;
    transition: color 0.3s;
    margin-bottom: 20px;
}

@media screen and (max-width: 980px) {
    .contacts-tabs__head-btn {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {
    .contacts-tabs__head-btn {
        font-size: 15px;
    }
}

.contacts-tabs__head-btn.active {
    color: #dac278;
}

.contacts-tabs__head-btn.active::after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 14px);
    height: 1px;
    background: #dac178;
    left: -7px;
    bottom: 0;
}

@media screen and (max-width: 980px) {
    .contacts-tabs__head-btn.active::after {
        left: 50%;
        transform: translateX(-50%);
        max-width: 150px;
    }
}

.contacts-tabs__head-btn:hover {
    color: #dac178;
}

.contacts-tabs__content {
    min-height: 200px;
}

.contacts-tabs__tab {
    display: none;
}

.contacts-tabs__tab.active {
    display: block;
}

@media screen and (max-width: 980px) {
    .contacts-tabs__tab.active {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .contacts-tabs__tab.active.mobile-active {
        display: block;
    }
}

.contacts-tabs__tab-inner {
    border: 3px solid #d8b767;
    padding: 60px 35px 30px 35px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
}

@media screen and (max-width: 800px) {
    .contacts-tabs__tab-inner {
        padding: 0;
        border: none;
    }
}

.about-block {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.about-block__row {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 900px) {
    .about-block__row {
        flex-direction: column-reverse;
    }
}

.about-block__left {
    margin-right: 100px;
    flex: 0 0 55%;
    max-width: 520px;
}

@media screen and (max-width: 1300px) {
    .about-block__left {
        margin-right: 90px;
    }
}

@media screen and (max-width: 900px) {
    .about-block__left {
        margin-right: 0;
    }
}

.about-block__right {
    flex: 0 0 calc(45% - 145px);
}

@media screen and (max-width: 1300px) {
    .about-block__right {
        flex: 0 0 calc(55% - 140px);
    }
}

@media screen and (max-width: 900px) {
    .about-block__right {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 700px) {
    .about-block__right {
        max-width: 200px;
    }
}

.about-block__img {
    position: relative;
    z-index: 2;
}

.about-block__img--mob {
    display: none;
}

@media screen and (max-width: 980px) {
    .about-block__img {
        display: none;
    }

    .about-block__img--mob {
        display: block;
    }
}

.about-block__img-wrapper {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 1300px) {
    .about-block__img-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 980px) {
    .about-block__img-wrapper {
        padding-top: 0;
    }
}

@media screen and (max-width: 600px) {
    .about-block__img-wrapper {
        padding-top: 0;
        padding-bottom: 15px;
    }
}

.about-block__img-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: -40px;
    height: calc(100% - 40px);
    top: 50%;
    transform: translateY(-50%);
    border: 3px solid #fad376;
}

@media screen and (max-width: 1300px) {
    .about-block__img-wrapper::before {
        left: -40px;
    }
}

@media screen and (max-width: 980px) {
    .about-block__img-wrapper::before {
        height: calc(100% - 30px);
        transform: none;
        top: 30px;
        left: -30px;
    }
}

.about-block__desc {
    text-align: center;
    margin-top: 45px;
}

@media screen and (max-width: 700px) {
    .about-block__desc {
        margin-top: 50px;
    }
}

@media screen and (max-width: 600px) {
    .about-block__desc {
        margin-top: 15px;
    }
}

.about-block__desc .nowrap {
    white-space: nowrap;
}

.about-block__desc-title {
    color: #fad376;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}

@media screen and (max-width: 1300px) {
    .about-block__desc-title {
        font-size: 42px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .about-block__desc-title {
        font-size: 34px;
    }
}

@media screen and (max-width: 700px) {
    .about-block__desc-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 600px) {
    .about-block__desc-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.about-block__desc-text {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

@media screen and (max-width: 1000px) {
    .about-block__desc-text {
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 140%;
    }
}

@media screen and (max-width: 600px) {
    .about-block__desc-text {
        font-size: 12px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 500px) {
    .about-block__desc-text {
        font-size: 10px;
    }
}

.about-block__desc-text .no-wrap {
    white-space: nowrap;
}

.about-block__socials {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-block__social {
    margin-left: 20px;
    margin-right: 20px;
    transition: opacity 0.3s;
}

@media screen and (max-width: 700px) {
    .about-block__social {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.about-block__social:hover {
    opacity: 0.8;
}

.about-block__social img {
    width: 40px;
}

@media screen and (max-width: 700px) {
    .about-block__social img {
        width: 30px;
    }
}

@media screen and (max-width: 600px) {
    .about-block__social img {
        width: 25px;
    }
}

.side-menu {
    position: fixed;
    left: 0;
    width: 100px;
    top: 0;
    height: 100vh;
    background: #141414;
    z-index: 50;
    padding: 100px 25px 80px 30px;
    display: none;
}

@media screen and (max-width: 980px) {
    .side-menu {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .side-menu {
        width: 70px;
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (max-height: 1000px) {
    .side-menu {
        padding-top: 50px;
        padding-bottom: 70px;
    }
}

.side-menu__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: flex-start;
}

.side-menu__logo, .side-menu__booking-wrapper {
    flex: 1 1 50%;
}

@media screen and (max-height: 700px) {
    .side-menu__logo {
        flex: 0 0 30%;
    }
}

.side-menu__booking-wrapper {
    flex: 0 0 320px;
}

@media screen and (max-width: 600px) {
    .side-menu__booking-wrapper {
        flex: 0 0 240px;
        width: 40px;
    }
}

@media screen and (max-height: 650px) {
    .side-menu__booking-wrapper {
        flex: 0 0 220px;
    }
}

@media screen and (max-height: 900px) {
    .side-menu__logo-img {
        height: 250px;
    }
}

@media screen and (max-height: 830px) {
    .side-menu__logo-img {
        height: 200px;
    }
}

@media screen and (max-height: 650px) {
    .side-menu__logo-img {
        height: 160px;
    }
}

.side-menu__burger-wrapper {
    position: relative;
    flex: 0 0 62px;
    margin-top: 100px;
    margin-bottom: 100px;
    width: 46px;
}

@media screen and (max-height: 1000px) {
    .side-menu__burger-wrapper {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media screen and (max-height: 700px) {
    .side-menu__burger-wrapper {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    .side-menu__burger-wrapper {
        flex: 0 0 50px;
    }
}

.side-menu__burger-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 73px;
    top: 50%;
    transform: translateY(-50%);
    right: -39px;
    background: url("../img/side-menu-burger-after.svg") no-repeat center/contain;
}

@media screen and (max-width: 600px) {
    .side-menu__burger-wrapper::after {
        right: -26px;
    }
}

.side-menu__burger-btn {
    background: transparent;
    border: none;
    padding: 0;
}

.side-menu__burger-btn:focus {
    outline: none;
}

.side-menu__burger-btn .icon {
    width: 44px;
    height: 31px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 600px) {
    .side-menu__burger-btn .icon {
        width: 35px;
        height: 25px;
    }
}

.side-menu__burger-btn .icon span {
    height: 2px;
    border-radius: 10px;
    background: #dac178;
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
}

.side-menu__burger-btn .icon span:nth-of-type(1) {
    top: 0;
}

.side-menu__burger-btn .icon span:nth-of-type(2) {
    top: 15px;
}

@media screen and (max-width: 600px) {
    .side-menu__burger-btn .icon span:nth-of-type(2) {
        top: 12px;
    }
}

.side-menu__burger-btn .icon span:nth-of-type(3) {
    bottom: 0;
}

.side-menu__burger-text {
    text-align: center;
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
    color: #e4c273;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .side-menu__burger-text {
        margin-top: 10px;
        font-size: 13px;
    }
}

.side-menu__booking-btn {
    writing-mode: vertical-lr;
    text-orientation: upright;
    text-decoration: none;
    color: #e4c374;
    font-size: 17px;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
    padding: 25px 15px;
    border: 3px solid #e4c374;
    transition: all 0.3s;
    border-radius: 100px;
}

@media screen and (max-width: 600px) {
    .side-menu__booking-btn {
        font-weight: 500;
        font-size: 14px;
        border-width: 2px;
        padding: 15px 10px;
    }
}

@media screen and (max-height: 650px) {
    .side-menu__booking-btn {
        padding: 10px;
        font-size: 12px;
    }
}

.side-menu__booking-btn:hover {
    color: #ffffff;
    background: #e4c273;
}

.mobile-nav {
    display: none;
}

@media screen and (max-width: 980px) {
    .home .mobile-nav {
        display: block;
        margin-top: 40px;
        margin-bottom: 10px;
        position: relative;
    }

    .mobile-nav::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 100%;
        background: linear-gradient(90deg, rgba(9, 11, 13, 0) 0%, #090b0d 69%);
        transition: opacity 0.3s;
    }

    .mobile-nav.scrolledLeft::after {
        opacity: 0;
    }
}

@media screen and (max-width: 600px) {
    .mobile-nav {
        margin-top: 20px;
    }
}

.mobile-nav__row {
    display: flex;
    overflow-x: auto;
    max-width: 100%;
    padding-bottom: 10px;
    position: relative;
}

.mobile-nav__link {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #141414;
    padding: 24px 20px;
    border-radius: 15px;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: border 0.3s, opacity 0.3s;
    border: 1px solid #dac278;
    color: #dac278;
}

.mobile-nav__link svg {
    fill: #dac278;
}

.mobile-nav__link:first-of-type {
    margin-left: 0;
}

.mobile-nav__link:last-of-type {
    margin-right: 0;
}

@media screen and (max-width: 650px) {
    .mobile-nav__link {
        font-size: 13px;
        margin-left: 10px;
        margin-right: 10px;
        min-width: 100px;
        padding: 15px 10px;
    }
}

@media screen and (max-width: 550px) {
    .mobile-nav__link {
        margin-left: 5px;
        margin-right: 5px;
        font-size: 12px;
        padding: 15px;
    }
}

@media screen and (max-width: 500px) {
    .mobile-nav__link {
        font-size: 8px;
        font-weight: 500;
    }
}

.mobile-nav__link:hover {
    opacity: 0.8;
}

.mobile-nav__link-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 30px;
}

@media screen and (max-width: 600px) {
    .mobile-nav__link-img {
        width: 20px;
        margin-bottom: 10px;
    }
}

.mobile-nav__link-img svg {
    fill: #dac278;
    height: 30px;
    width: 30px;
    transition: fill 0.3s;
}

@media screen and (max-width: 600px) {
    .mobile-nav__link-img svg {
        width: 20px;
        height: 20px;
    }
}

.mobile-nav__link-text {
    display: block;
    line-height: 140%;
    transition: color 0.3s;
}

.mobile-nav__link.active {
    border: 1px solid transparent;
    color: #c9c9c9;
}

.mobile-nav__link.active svg {
    fill: rgba(255, 255, 255, 0.8);
}

.mobile-head {
    margin-bottom: 40px;
    display: none;
}

@media screen and (max-width: 980px) {
    .home .mobile-head {
        display: block;
        padding-top: 20px;
    }
}

@media screen and (max-width: 600px) {
    .mobile-head {
        margin-bottom: 20px;
    }
}

.mobile-head__logo {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media screen and (max-width: 600px) {
    .mobile-head__logo {
        max-width: 150px;
    }
}

.mobile-head__logo-wrapper {
    text-align: center;
}

.mobile-head__logo-desc {
    margin: 25px 0 0 0;
    color: #e5c374;
    font-family: "Market Fresh";
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: center;
}

@media screen and (max-width: 500px) {
    .mobile-head__logo-desc {
        font-size: 14px;
    }
}

@media screen and (max-width: 400px) {
    .mobile-head__logo-desc {
        font-size: 12px;
        letter-spacing: 0.1em;
    }
}

@media screen and (max-width: 450px) {
    .mobile-head__logo-desc {
        font-size: 10px;
    }
}

.popup {
    display: none;
    width: 100%;
    max-width: 500px;
    background: rgba(0, 0, 0, 0.9);
    padding: 50px 30px 40px 30px;
}

@media screen and (max-width: 780px) {
    .popup {
        padding: 40px 20px 30px 20px;
    }
}

.popup__title {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
}

@media screen and (max-width: 780px) {
    .popup__title {
        margin-bottom: 20px;
        font-size: 22px;
        font-weight: 500;
    }
}

.popup .fancybox-close-small {
    color: #ffffff;
}

.popup__input-wrapper:not(:last-of-type) {
    margin-bottom: 20px;
}

.popup__input-wrapper label {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 16px;
}

.popup__input-wrapper .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 5px;
    display: block;
    text-align: center;
}

.popup__input-wrapper input, .popup__input-wrapper textarea, .popup__input-wrapper select {
    width: 100%;
    padding: 15px 15px;
    color: #ffffff;
    background: #161616;
    transition: all 0.3s;
    border: 1px solid transparent;
    text-align: center;
}

@media screen and (max-width: 780px) {
    .popup__input-wrapper input, .popup__input-wrapper textarea, .popup__input-wrapper select {
        padding: 10px;
    }
}

.popup__input-wrapper input:focus, .popup__input-wrapper textarea:focus, .popup__input-wrapper select:focus {
    border: 1px solid rgba(255, 255, 255, 0.3);
    outline: none;
}

.popup__input-wrapper input::placeholder, .popup__input-wrapper textarea::placeholder, .popup__input-wrapper select::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.popup__input-wrapper input.wpcf7-not-valid, .popup__input-wrapper textarea.wpcf7-not-valid, .popup__input-wrapper select.wpcf7-not-valid {
    border: 1px solid red;
}

.popup__input-wrapper select {
    text-align-last: center;
}

.popup__input-wrapper textarea {
    min-height: 130px;
    resize: none;
}

@media screen and (max-width: 780px) {
    .popup__input-wrapper textarea {
        min-height: 100px;
    }
}

.popup__submit-wrapper {
    position: relative;
}

.popup__submit-wrapper input {
    cursor: pointer;
    padding: 15px;
    text-align: center;
    display: block;
    border: 2px solid #dac278;
    color: #dac278;
    transition: background 0.3s;
    font-weight: 700;
    width: 100%;
    font-size: 22px;
    background: transparent;
    box-shadow: 0 0 22px rgba(218, 193, 120, 0.15);
}

@media screen and (max-width: 780px) {
    .popup__submit-wrapper input {
        padding: 15px 15px;
        font-weight: 500;
        font-size: 18px;
        border-width: 1px;
    }
}

.popup__submit-wrapper input:hover {
    background: #c9b26b;
    color: #ffffff;
}

.popup__submit-wrapper input:active {
    background: #bfa860;
    color: #ffffff;
}

.popup__submit-wrapper .ajax-loader {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.popup .wpcf7 form .wpcf7-response-output {
    color: #ffffff;
    padding: 15px 20px;
    margin: 20px 0 0 0;
    text-align: center;
    font-size: 14px;
    border: none !important;
}

@media screen and (max-width: 780px) {
    .popup .wpcf7 form .wpcf7-response-output {
        padding: 10px 15px;
    }
}

.popup .wpcf7 form.invalid .wpcf7-response-output, .popup .wpcf7 form.unaccepted .wpcf7-response-output {
    background: #db882a;
}

.popup .wpcf7 form.sent .wpcf7-response-output {
    background: #4caf50;
}

.tour-3d {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
    overflow: hidden;
}

.tour-3d .icon {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0px 0px 5px black);
}

.tour-3d .preview {
    transition: transform 1.8s;
}

.tour-3d:hover .preview {
    transform: scale(1.1);
}

.vacancies__text {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.11px;
    margin: 0 0 50px 0;
}

@media screen and (max-width: 1400px) {
    .vacancies__text {
        font-size: 18px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 900px) {
    .vacancies__text {
        margin-bottom: 35px;
        font-size: 18px;
    }
}

@media screen and (max-width: 780px) {
    .vacancies__text {
        font-size: 16px;
    }
}

@media screen and (max-width: 560px) {
    .vacancies__text {
        text-transform: none;
        font-size: 14px;
    }
}

.vacancies-schema {
    overflow: hidden;
}

.vacancies-schema__title {
    margin: 0 0 60px 0;
    color: #d1b973;
    font-size: 32px;
    line-height: 140%;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.13px;
}

@media screen and (max-width: 1400px) {
    .vacancies-schema__title {
        font-size: 28px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 900px) {
    .vacancies-schema__title {
        font-size: 26px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 780px) {
    .vacancies-schema__title {
        font-size: 18px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 560px) {
    .vacancies-schema__title {
        font-size: 14px;
        text-transform: none;
    }
}

.vacancies-schema-item {
    position: relative;
}

.vacancies-schema-item::before {
    content: "";
    display: block;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateY(-100%) translateX(-50%);
    width: 2px;
    height: 45px;
    background-color: #d1b973;
}

@media screen and (max-width: 900px) {
    .vacancies-schema-item::before {
        height: 40px;
        top: -20px;
    }
}

@media screen and (max-width: 560px) {
    .vacancies-schema-item::before {
        height: 20px;
        top: -13px;
    }
}

.vacancies-schema-item.line-horizontal::before {
    width: 62px;
    height: 2px;
    top: -65px;
}

@media screen and (max-width: 900px) {
    .vacancies-schema-item.line-horizontal::before {
        top: -40px;
    }
}

@media screen and (max-width: 560px) {
    .vacancies-schema-item.line-horizontal::before {
        top: -20px;
    }
}

.vacancies-schema-item__position {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.12px;
    margin: 0 0 30px 0;
}

@media screen and (max-width: 1400px) {
    .vacancies-schema-item__position {
        margin-bottom: 20px;
        font-size: 18px;
    }
}

@media screen and (max-width: 780px) {
    .vacancies-schema-item__position {
        margin-bottom: 15px;
        font-size: 18px;
    }
}

@media screen and (max-width: 560px) {
    .vacancies-schema-item__position {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 150%;
    }
}

.vacancies-schema-item__img {
    width: 100%;
    display: block;
}

.vacancies-schema-item__img-wrapper {
    position: relative;
}

.vacancies-schema-item__overlay {
    padding: 20px 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.95);
    opacity: 0;
    transition: opacity 0.3s;
    color: #d1b973;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    letter-spacing: 0.13px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.vacancies-schema-item__overlay-inner {
    overflow: auto;
    padding-right: 10px;
}
.vacancies-schema-item__overlay-inner {
    scrollbar-width: thin;
    scrollbar-color: #D1B973 #303030;
}

/* Chrome, Edge and Safari */
.vacancies-schema-item__overlay-inner::-webkit-scrollbar {
    width: 4px;
    width: 4px;
}
.vacancies-schema-item__overlay-inner::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #303030;
}

.vacancies-schema-item__overlay-inner::-webkit-scrollbar-track:hover {
    background-color: #303030;
}

.vacancies-schema-item__overlay-inner::-webkit-scrollbar-track:active {
    background-color: #303030;
}

.vacancies-schema-item__overlay-inner::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #D1B973;
}

.vacancies-schema-item__overlay-inner::-webkit-scrollbar-thumb:hover {
    background-color: #C7B06E;
}

.vacancies-schema-item__overlay-inner::-webkit-scrollbar-thumb:active {
    background-color: #C4AD6C;
}

.vacancies-schema-item__overlay-btn-wrapper {
    flex-shrink: 0;
    margin-top: 20px;
    text-align: center;
}

.vacancies-schema-item__overlay-btn {
    text-align: center;
    text-transform: uppercase;
    padding: 15px 30px;
    background: #d1b973;
    color: #141414;
    font-weight: 500;
    font-size: 20px;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    border-radius: 30px;
}
@media screen and (max-width: 1400px) {
    .vacancies-schema-item__overlay-btn {
        font-size: 16px;
        padding: 10px 15px;
    }
}
@media screen and (max-width: 980px) {
    .vacancies-schema-item__overlay-btn {
        font-size: 14px;
    }
}
.vacancies-schema-item__overlay-btn:hover {
    opacity: 0.8;
}
.vacancies-schema-item__overlay-btn:active {
    opacity: 0.6;
}

@media screen and (max-width: 1400px) {
    .vacancies-schema-item__overlay {
        text-transform: none;
        padding: 20px;
    }
}

@media screen and (max-width: 980px) {
    .vacancies-schema-item__overlay {
        padding: 10px;
    }
}

@media screen and (max-width: 560px) {
    .vacancies-schema-item__overlay {
        font-size: 12px;
        line-height: 140%;
        padding: 10px;
    }
    .vacancies-schema-item__overlay-btn {
        font-size: 12px;
        padding: 5px 10px;
    }
}

.vacancies-schema-item__overlay::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.vacancies-schema-item__overlay::-webkit-scrollbar-thumb {
    background: #B3AFB3;
    border-radius: 0px;
}

.vacancies-schema-item__overlay::-webkit-scrollbar-thumb:hover {
    background: #B3AFB3;
}

.vacancies-schema-item__overlay::-webkit-scrollbar-track {
    background: #F0F0F0;
    border-radius: 0px;
    box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}

.vacancies-schema-item__overlay p {
    margin: 0;
}

.vacancies-schema-item__overlay p + p {
    margin-top: 20px;
}

.vacancies-schema-item:hover .vacancies-schema-item__overlay {
    opacity: 1;
}

.vacancies-schema__cols {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
}

.vacancies-schema__cols .slick-arrow {
    top: -30px;
    margin: 0;
    transform: none;
}

.vacancies-schema__cols .slick-arrow.slick-prev {
    left: 0;
}

.vacancies-schema__cols .slick-arrow.slick-next {
    right: 0;
}

@media screen and (max-width: 900px) {
    .vacancies-schema__cols {
        margin: 0;
    }
}

.vacancies-schema__cols--top {
    position: relative;
}

.vacancies-schema__cols--top::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    height: 2px;
    background-color: #d1b973;
}

@media screen and (max-width: 900px) {
    .vacancies-schema__cols--top::after {
        bottom: 50px;
    }
}

@media screen and (max-width: 780px) {
    .vacancies-schema__cols--top::after {
        display: none !important;
    }
}

.vacancies-schema__cols--top .vacancies-schema-item {
    margin-bottom: 140px !important;
}

@media screen and (max-width: 960px) {
    .vacancies-schema__cols--top .vacancies-schema-item {
        margin-bottom: 80px !important;
    }
}

@media screen and (max-width: 560px) {
    .vacancies-schema__cols--top .vacancies-schema-item {
        margin-bottom: 50px !important;
    }
}

.vacancies-schema__cols--top .vacancies-schema-item__position {
    height: auto !important;
}

.vacancies-schema__cols--top .vacancies-schema-item::before {
    display: none;
}

@media screen and (max-width: 900px) {
    .vacancies-schema__cols--top .vacancies-schema-item {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}

.vacancies-schema__col {
    width: calc(33.33% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}

@media screen and (max-width: 900px) {
    .vacancies-schema__col {
        width: 100%;
    }
}

.vacancies-schema__col .vacancies-schema-item {
    margin-bottom: 100px;
}

@media screen and (max-width: 900px) {
    .vacancies-schema__col .vacancies-schema-item {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 560px) {
    .vacancies-schema__col .vacancies-schema-item {
        margin-bottom: 40px;
    }
}

.vacancies-schema-text {
    box-shadow: 0 0 24px rgba(209, 185, 115, 0.31);
    border: 3px solid #d1b973;
    padding: 30px;
    text-transform: uppercase;
}

@media screen and (max-width: 1400px) {
    .vacancies-schema-text {
        padding: 20px 25px;
    }
}

@media screen and (max-width: 560px) {
    .vacancies-schema-text {
        padding: 15px;
    }

    .vacancies-schema-text br {
        display: none;
    }
}

.vacancies-schema-text__yellow {
    color: #d1b973;
}

.vacancies-schema-text__yellow p {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 140%;
}

@media screen and (max-width: 1400px) {
    .vacancies-schema-text__yellow p {
        font-size: 18px;
    }
}

@media screen and (max-width: 780px) {
    .vacancies-schema-text__yellow p {
        font-size: 16px;
    }
}

@media screen and (max-width: 560px) {
    .vacancies-schema-text__yellow p {
        font-size: 14px;
    }
}

.vacancies-schema-text__yellow p + p {
    margin-top: 20px;
}

.vacancies-schema-text__line {
    margin: 25px 0;
    height: 1px;
    background: #fff;
}

@media screen and (max-width: 1400px) {
    .vacancies-schema-text__line {
        margin: 20px 0;
    }
}

.vacancies-schema-text__white {
    color: #ffffff;
}

.vacancies-schema-text__white p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
}

@media screen and (max-width: 1400px) {
    .vacancies-schema-text__white p {
        font-size: 18px;
    }
}

@media screen and (max-width: 780px) {
    .vacancies-schema-text__white p {
        font-size: 16px;
    }
}

@media screen and (max-width: 560px) {
    .vacancies-schema-text__white p {
        font-size: 14px;
        font-weight: 500;
    }
}

.vacancies-schema-text__white p + p {
    margin-top: 20px;
}

.vacancies__btn-wrapper {
    margin-top: 100px;
    margin-bottom: 80px;
    text-align: center;
}

@media screen and (max-width: 1400px) {
    .vacancies__btn-wrapper {
        margin-bottom: 50px;
        margin-top: 70px;
    }
}

@media screen and (max-width: 560px) {
    .vacancies__btn-wrapper {
        margin-top: 50px;
        margin-bottom: 30px;
    }
}

.vacancies__btn {
    box-shadow: 0 0 62px rgba(209, 185, 115, 0.4);
    background-color: #d1b973;
    text-decoration: none;
    border-radius: 100px;
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 40px;
    transition: box-shadow 0.3s;
}

@media screen and (max-width: 1400px) {
    .vacancies__btn {
        font-size: 24px;
        padding: 15px 30px;
    }
}

@media screen and (max-width: 780px) {
    .vacancies__btn {
        font-size: 22px;
        padding: 15px 30px;
    }
}

@media screen and (max-width: 560px) {
    .vacancies__btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}

.vacancies__btn:hover {
    box-shadow: 0 0 62px rgba(209, 185, 115, 0.6);
}

.popup-vacancie {
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.popup-vacancie__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

@media screen and (max-width: 780px) {
    .popup-vacancie__row {
        margin-left: 0;
        margin-right: 0;
    }
}

.popup-vacancie__col {
    width: calc(50% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    align-self: flex-end;
}

@media screen and (max-width: 780px) {
    .popup-vacancie__col {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }
}

.popup-vacancie__col .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
}

.popup-vacancie__col--file {
    position: relative;
}

.popup-vacancie__col--file .label {
    background: #dac278;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    display: block;
    width: 100%;
    text-align: left;
    transition: background 0.3s;
}

@media screen and (max-width: 560px) {
    .popup-vacancie__col--file .label {
        height: 32px;
        line-height: 32px;
        padding: 0 15px;
        font-size: 14px;
    }
}

.popup-vacancie__col--file .label:hover {
    background: #d0b66b;
}

.popup-vacancie__col--file.loaded .label {
    background: #4caf50;
}

.popup-vacancie__col--file.loaded .label:hover {
    background: #4caf50;
}

.popup-vacancie__col--file .wpcf7-form-control-wrap {
    display: block;
}

.popup-vacancie__col--file .wpcf7-form-control-wrap input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.popup-vacancie__input {
    width: 100%;
    padding: 15px 15px;
    color: #ffffff;
    background: #161616;
    transition: all 0.3s;
    border: 1px solid transparent;
    text-align: left;
}

.popup-vacancie__input-label {
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 140%;
}

.popup-vacancie__col--select .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}
.popup-vacancie__col--select select {
    width: 100%;
    display: block;
    width: 100%;
    padding: 15px 15px;
    color: #ffffff;
    background: #161616;
    transition: all 0.3s;
    border: 1px solid transparent;
    text-align: left;
}
.popup-vacancie__col--select select:focus {
    outline: none;
    border: 1px solid #5f5f5f;
}

@media screen and (max-width: 560px) {
    .popup-vacancie__col--select select {
        font-size: 14px;
        padding: 7px 12px;
    }
}
@media screen and (max-width: 560px) {
    .popup-vacancie__input-label {
        font-size: 12px;
    }
}

@media screen and (max-width: 560px) {
    .popup-vacancie__input {
        font-size: 14px;
        padding: 7px 12px;
    }
}

.popup-vacancie__input.wpcf7-not-valid {
    border: 1px solid #a32121;
}

.popup-vacancie__input:focus {
    outline: none;
    border: 1px solid #5f5f5f;
}

.popup-vacancie__submit-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.popup-vacancie__submit-wrapper .ajax-loader {
    position: absolute;
    top: -10px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
}

.popup-vacancie__submit-wrapper input {
    box-shadow: 0 0 20px rgba(209, 185, 115, 0.4);
    background-color: #d1b973;
    text-decoration: none;
    border-radius: 100px;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 35px;
    transition: box-shadow 0.3s;
    border: none;
    cursor: pointer;
}

.popup-vacancie__submit-wrapper input:hover {
    box-shadow: 0 0 20px rgba(209, 185, 115, 0.6);
}

.popup-vacancie .popup__title {
    margin: 0 0 50px 0;
}
.my-center-loader{
    text-align: center;
}
.my-loader{
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #0F0E0D;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;


}
.my-loader svg{

    max-width: 30%;
}
.my-center-loader path, .my-center-loader rect{
    -webkit-animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
    animation: fill-text 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}
@keyframes fill-text {
    from {
        fill: transparent;
    }

    to {
        fill: white;
    }
}
.select-site-position{
    height: 100%;
    display: none;
    width: 100%;
}
.select-site{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;

    background: #0F0E0D;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9997;
}
.select-site-block{

    max-width: 50%;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    transition: max-width 0.5s cubic-bezier(0, 1, 0, 1), transform 1s;
    height:100%;
    position: absolute;
    top: 0;

}
.site-lounge{
    left: 0%;
}

.site-karaoke{
    left: 50%;
}
.site-lounge.active{
    max-width: 100%;
    transition: max-width 1s, transform 1s;
    z-index: 5;
}


.site-karaoke.active{
    max-width: 100%;
    transition: transform 1s;
    z-index: 5;
    transform: translateX(-50%);
}


.logo-site{
    height: 25px;
    position: absolute;
    margin-left: -82px;
    left: 50%;
    top: 20px;
    z-index: 6;
}


.select-site-block .video{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: saturate(0);
    transition: 0.3s all;
}
.bg-video{
    z-index: 3;
    position: absolute;
    background: rgb(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.site-karaoke .video{
    filter: saturate(0) brightness(30%);
}
.select-site .active .video{
    filter: saturate(1);
    transition: 0.3s all;
}
.select-site .active img{
    transform: scale(1.5);
    transition: 1s all;
}
.logo-select-place button{
    display: inline-block;

    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 5px 15px;

    border-radius: 100px;


    border: 1px solid rgba(219, 194, 120, 0.72);
    background: #574E31;
    color: white;
}
.select-site-block .logo-select-place{
    position: absolute;
    /*max-width: 80%;*/

    max-width: 250px;
    margin-top: -90.5px;
    margin-left: -75px;

    top: 40%;
    left: 50%;
    z-index: 4;

    text-align: center;
}
