@font-face {
  font-family: 'rayduga-med';
  src: url("../fonts/rayduga-med.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'rayduga-reg';
  src: url("../fonts/rayduga-reg.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'rayduga-semi';
  src: url("../fonts/rayduga-semi.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'rayduga-bold';
  src: url("../fonts/rayduga-bold.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal; }

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

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

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

/* 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 */
  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; }

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

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

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

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

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

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

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

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

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

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

[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; }

.slick-slide {
  opacity: 0; }

.slick-initialized .slick-slide {
  opacity: 1 !important; }

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

::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

::-webkit-scrollbar-track {
  background: #010101; }

::-webkit-scrollbar-thumb {
  background: #fec371;
  border-radius: 10px; }

::-webkit-scrollbar-thumb:hover {
  background: #bd8537; }

html {
  height: 100%;
  width: 100%;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body {
  margin: 0;
  padding: 75px 0 0;
  font-family: "rayduga-reg", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  background-color: #010101;
  min-width: 320px; }

body.fixed,
body.locked {
  overflow: hidden; }

a,
button {
  cursor: pointer; }

picture {
  display: flex;
  align-items: center;
  justify-content: center; }

table {
  border-collapse: collapse; }

p {
  margin: 0 0 15px; }

p b,
p strong {
  font-family: "Raleway-semi";
  font-weight: 600; }

img {
  max-width: 100%; }

iframe {
  max-width: 100%; }

@media (min-width: 1420px) {
  body {
    padding: 99px 0 0; } }

@media (min-width: 1700px) {
  body {
    padding: 103px 0 0; } }

@media (min-width: 1900px) {
  body {
    font-size: 16px; } }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
  line-height: 1.3;
  color: inherit;
  font-family: "Lora", sans-serif; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999; }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 15px; }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h1,
.h1 {
  font-size: 38px; }

h2,
.h2 {
  font-size: 30px;
  line-height: 1.4; }

h3,
.h3 {
  font-size: 24px; }

h4,
.h4 {
  font-size: 18px; }

h5,
.h5 {
  font-size: 14px; }

h6,
.h6 {
  font-size: 12px; }

.title-group {
  margin: 0 0 40px; }
  .title-group .h1,
  .title-group h1,
  .title-group .h2,
  .title-group h2 {
    color: #fec371;
    font-size: 44px;
    font-family: "rayduga-semi", Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 10px;
    line-height: 1.4; }
  .title-group.fill-gold .h1,
  .title-group.fill-gold h1,
  .title-group.fill-gold .h2,
  .title-group.fill-gold h2 {
    color: #fec371 !important; }
  .title-group.color-white .h1,
  .title-group.color-white h1,
  .title-group.color-white .h2,
  .title-group.color-white h2 {
    color: #fff; }
  .title-group p {
    font-size: 18px; }

.page-title {
  margin: 0 0 50px; }
  .page-title .h1,
  .page-title h1 {
    color: #fec371;
    font-size: 48px;
    text-transform: uppercase;
    font-family: "rayduga-semi", Arial, sans-serif;
    margin: 0; }

.text-container ul,
.text-container ol {
  padding-left: 20px;
  margin: -5px 0 15px; }
  .text-container ul li,
  .text-container ol li {
    margin-bottom: 10px; }
    .text-container ul li::marker,
    .text-container ol li::marker {
      color: #fec371; }

.text-container .title-group {
  margin-bottom: 20px; }

@media (max-width: 1700px) {
  h1,
  .h1 {
    font-size: 32px; }
  h2,
  .h2 {
    font-size: 26px;
    line-height: 1.4; }
  h3,
  .h3 {
    font-size: 20px; }
  h4,
  .h4 {
    font-size: 16px; }
  .title-group .h1,
  .title-group h1,
  .title-group .h2,
  .title-group h2 {
    font-size: 36px; }
  .title-group p {
    font-size: 17px; }
  .page-title .h1,
  .page-title h1 {
    font-size: 42px; } }

@media (max-width: 1399px) {
  h1,
  .h1 {
    font-size: 28px; }
  h2,
  .h2 {
    font-size: 22px;
    line-height: 1.4; }
  h3,
  .h3 {
    font-size: 18px; }
  h4,
  .h4 {
    font-size: 14px; }
  h5,
  .h5 {
    font-size: 13px; }
  .title-group .h1,
  .title-group h1,
  .title-group .h2,
  .title-group h2 {
    font-size: 32px; }
  .title-group p {
    font-size: 17px; }
  .page-title .h1,
  .page-title h1 {
    font-size: 38px; } }

@media (max-width: 1199px) {
  .title-group .h1,
  .title-group h1,
  .title-group .h2,
  .title-group h2 {
    font-size: 30px; }
  .title-group p {
    font-size: 16px; }
  .page-title .h1,
  .page-title h1 {
    font-size: 36px; } }

@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 22px; }
  h2,
  .h2 {
    font-size: 18px;
    line-height: 1.4; }
  h3,
  .h3 {
    font-size: 16px; }
  .title-group {
    margin-bottom: 25px; }
    .title-group .h1,
    .title-group h1,
    .title-group .h2,
    .title-group h2 {
      font-size: 28px; }
  .page-title {
    margin-bottom: 40px; }
    .page-title .h1,
    .page-title h1 {
      font-size: 32px; } }

@media (max-width: 767px) {
  .title-group .h1,
  .title-group h1,
  .title-group .h2,
  .title-group h2 {
    font-size: 24px; }
  .title-group p {
    font-size: 15px; }
  .page-title {
    margin-bottom: 30px; }
    .page-title .h1,
    .page-title h1 {
      font-size: 28px; } }

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

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

.align-vertical {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.align-right {
  display: flex;
  justify-content: flex-end; }

.w-100 {
  width: 100%; }

.py-120 {
  padding-top: 50px;
  padding-bottom: 50px; }

.pt-120 {
  padding-top: 50px; }

.pb-120 {
  padding-bottom: 50px; }

.pb-150 {
  padding-bottom: 50px; }

.pt-0 {
  padding-top: 0; }

.pb-0 {
  padding-bottom: 0; }

.object-holder {
  position: relative; }

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

@media (min-width: 768px) {
  .py-120 {
    padding-top: 70px;
    padding-bottom: 70px; }
  .pt-120 {
    padding-top: 70px; }
  .pb-120 {
    padding-bottom: 70px; }
  .pb-150 {
    padding-bottom: 90px; } }

@media (min-width: 1200px) {
  .py-120 {
    padding-top: 90px;
    padding-bottom: 90px; }
  .pt-120 {
    padding-top: 90px; }
  .pb-120 {
    padding-bottom: 90px; }
  .pb-150 {
    padding-bottom: 120px; } }

@media (min-width: 1700px) {
  .py-120 {
    padding-top: 120px;
    padding-bottom: 120px; }
  .pt-120 {
    padding-top: 120px; }
  .pb-120 {
    padding-bottom: 120px; }
  .pb-150 {
    padding-bottom: 150px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px; }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; }
    .container.text-container {
      max-width: 960px; }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; }
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1440px) {
  .container {
    max-width: 1320px; } }

@media (min-width: 1700px) {
  .container {
    max-width: 1500px; } }

@media (min-width: 1900px) {
  .container {
    max-width: 1700px; } }

.main-header {
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid transparent;
  transition: 0.25s;
  padding: 5px 0;
  background-color: #010101;
  z-index: 1000; }
  .main-header.fixed {
    border-bottom-color: #fbc06d; }
  .main-header .container {
    display: flex;
    align-items: center; }

.main-logo {
  margin-right: auto;
  height: 64px; }
  .main-logo img {
    width: 120px; }

.slide-nav {
  position: fixed;
  display: block;
  z-index: 100;
  width: 100%;
  max-width: 420px;
  right: 0;
  top: 0;
  background-color: #141414;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  padding: 65px 15px 50px 30px;
  transition: 0.3s;
  z-index: 1000;
  transform: translateX(150%); }

.slide-nav.visible {
  transform: translateX(0); }

.main-nav {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  margin-bottom: 20px; }
  .main-nav .item-circle {
    display: none; }
  .main-nav .item-text {
    padding-left: 15px; }
  .main-nav .menu-item {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    margin-bottom: 10px; }
    .main-nav .menu-item:hover, .main-nav .menu-item:active {
      color: #fec371; }
    .main-nav .menu-item br {
      display: none; }
  .main-nav .items-wrapper {
    margin-top: 8px;
    margin-bottom: 20px; }

.circular-btn {
  text-transform: uppercase;
  pointer-events: none; }

.nav-toggle {
  background-color: transparent;
  border: 0;
  padding: 0;
  outline: 0;
  cursor: pointer; }
  .nav-toggle span {
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background-color: #fff;
    display: block;
    margin: 7px 0; }

.nav-close {
  position: absolute;
  top: 10px;
  left: 22px;
  width: 36px;
  height: 36px;
  border: 0;
  outline: 0; }
  .nav-close svg {
    fill: #fff;
    width: 36px;
    height: 36px; }

.nav-item {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 0 10px; }
  .nav-item:hover, .nav-item:active {
    color: #fec371; }

.header-lang {
  display: flex;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 18px; }
  .header-lang a {
    color: #fff;
    text-decoration: none;
    margin-left: 10px; }
    .header-lang a:hover {
      text-decoration: underline; }
    .header-lang a.active {
      color: #fec371;
      cursor: auto;
      text-decoration: none !important; }

.header-phone {
  font-size: 20px;
  color: #fec371;
  text-decoration: none; }
  .header-phone:hover {
    text-decoration: underline; }

@media (min-width: 1200px) {
  .main-logo {
    position: relative;
    z-index: 2; }
  .slide-nav {
    position: static;
    transform: translateX(0);
    height: auto;
    background-color: transparent;
    padding: 0;
    overflow: visible;
    width: auto;
    display: flex;
    align-items: center;
    flex-grow: 1;
    z-index: 5;
    max-width: none; }
  .nav-toggle,
  .nav-close {
    display: none; }
  .main-nav {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    flex-direction: row;
    align-items: center; }
  .nav-item {
    margin: 0 15px; }
  .header-phone {
    font-size: 14px; }
  .header-lang {
    position: static;
    margin-left: 20px; }
    .header-lang a {
      margin-left: 8px; }
  .circular-menu .circular-btn {
    outline: 0;
    position: relative;
    z-index: 10;
    text-transform: uppercase;
    cursor: pointer;
    pointer-events: auto; }
    .circular-menu .circular-btn:hover {
      color: #fbc06d; }
  .circular-menu.active .circular-btn {
    color: #fec371; }
  .circular-menu {
    position: relative;
    z-index: 1;
    margin: 0 15px; }
    .circular-menu .items-wrapper {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
    .circular-menu .menu-item {
      position: absolute;
      top: -50%;
      right: 50%;
      transform: translate(50%, -50%);
      text-decoration: none;
      width: 100px;
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      z-index: -1;
      opacity: 0;
      pointer-events: none;
      transition: 0.3s ease, opacity 0.2s;
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 15px; }
      .circular-menu .menu-item:hover .item-circle {
        background-color: #fec371; }
        .circular-menu .menu-item:hover .item-circle img {
          filter: brightness(0); }
      .circular-menu .menu-item:hover .item-text {
        color: #fbc06d; }
    .circular-menu .item-circle {
      background-color: #2d2d2d;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      margin-bottom: 3px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.5s ease;
      padding: 20px 15px; }
      .circular-menu .item-circle img {
        transition: 0.5s ease; }
    .circular-menu .item-text {
      padding-left: 0;
      font-size: 13px; }
  .circular-menu.active .menu-item {
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 1;
    pointer-events: auto; }
  .circular-menu .menu-item:nth-child(1) {
    transition-delay: 0s; }
  .circular-menu .menu-item:nth-child(2) {
    transition-delay: 0.1s; }
  .circular-menu .menu-item:nth-child(3) {
    transition-delay: 0.2s; }
  .circular-menu .menu-item:nth-child(4) {
    transition-delay: 0.3s; }
  .circular-menu .menu-item:nth-child(5) {
    transition-delay: 0.4s; }
  .circular-menu.active .menu-item:nth-child(1) {
    transform: translate3d(-172px, 35px, 0);
    transition-delay: 0s; }
  .circular-menu.active .menu-item:nth-child(2) {
    transform: translate3d(-69px, 118px, 0);
    transition-delay: 0.1s; }
  .circular-menu.active .menu-item:nth-child(3) {
    transform: translate3d(50px, 140px, 0);
    transition-delay: 0.2s; }
  .circular-menu.active .menu-item:nth-child(4) {
    transform: translate3d(169px, 118px, 0);
    transition-delay: 0.3s; }
  .circular-menu.active .menu-item:nth-child(5) {
    transform: translate3d(270px, 35px, 0);
    transition-delay: 0.4s; } }

@media (min-width: 1440px) {
  .main-header {
    padding-top: 8px;
    padding-bottom: 8px; }
    .main-header.fixed .main-logo {
      height: 64px; }
      .main-header.fixed .main-logo img {
        width: 120px; }
  .main-logo {
    height: 82px;
    transition: 0.25s; }
    .main-logo img {
      width: 150px;
      transition: 0.25s; }
  .main-nav {
    font-size: 15px; }
  .header-lang,
  .header-phone {
    font-size: 15px; }
  .circular-menu,
  .main-nav a {
    margin: 0 20px; }
  .circular-menu .item-circle {
    width: 90px;
    height: 90px; }
  .circular-menu.active .menu-item:nth-child(1) {
    transform: translate3d(-192px, 35px, 0); }
  .circular-menu.active .menu-item:nth-child(2) {
    transform: translate3d(-79px, 118px, 0); }
  .circular-menu.active .menu-item:nth-child(3) {
    transform: translate3d(50px, 140px, 0); }
  .circular-menu.active .menu-item:nth-child(4) {
    transform: translate3d(179px, 118px, 0); }
  .circular-menu.active .menu-item:nth-child(5) {
    transform: translate3d(290px, 35px, 0); } }

@media (min-width: 1700px) {
  .main-logo {
    height: 92px; }
    .main-logo img {
      width: 170px; }
  .main-nav {
    font-size: 17px; }
  .circular-menu,
  .main-nav a {
    margin: 0 25px; }
  .header-lang,
  .header-phone {
    font-size: 17px; } }

.hero-banner {
  height: 400px;
  position: relative; }
  .hero-banner video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2; }
  .hero-banner .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 40px;
    z-index: 3; }
  .hero-banner .h1,
  .hero-banner h1 {
    font-size: 28px;
    text-transform: uppercase;
    font-family: "rayduga-bold", Arial, sans-serif; }
  .hero-banner .pattern-1 {
    display: none;
    position: absolute;
    right: 0;
    bottom: -55px;
    z-index: 1;
    width: 220px;
    height: 220px; }
  .hero-banner .pattern-2 {
    display: none;
    position: absolute;
    right: 15px;
    top: 30px;
    z-index: 1; }

@media (min-width: 767px) {
  .hero-banner {
    height: 500px; }
    .hero-banner .container {
      padding-bottom: 50px; }
    .hero-banner .h1,
    .hero-banner h1 {
      font-size: 42px;
      max-width: 620px; } }

@media (min-width: 1200px) {
  .hero-banner {
    padding-right: 80px; }
    .hero-banner .h1,
    .hero-banner h1 {
      font-size: 48px; }
    .hero-banner .pattern-1,
    .hero-banner .pattern-2 {
      display: block; } }

@media (min-width: 1700px) {
  .hero-banner {
    height: 700px;
    padding-right: 100px; }
    .hero-banner .h1,
    .hero-banner h1 {
      font-size: 54px;
      max-width: 700px; }
    .hero-banner .pattern-1 {
      width: 270px;
      height: 270px;
      bottom: -68px; } }

.custom-columns {
  padding-right: 10px;
  padding-left: 10px; }
  .custom-columns .title-group {
    margin-bottom: 30px; }
    .custom-columns .title-group .h1,
    .custom-columns .title-group h1,
    .custom-columns .title-group h2,
    .custom-columns .title-group .h2 {
      color: #fff; }
  .custom-columns .category-card {
    height: 280px; }

.custom-columns .row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 40px; }
  .custom-columns .row:last-child {
    margin-bottom: 0; }

.custom-columns .col-6 {
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 8px; }

.category-banner {
  position: relative;
  border-radius: 2px;
  overflow: hidden; }
  .category-banner picture {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1; }
    .category-banner picture img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }

.index-categories .btn-primary {
  margin-top: 40px; }

@media (min-width: 375px) {
  .custom-columns .col-6 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px; }
  .custom-columns .category-card {
    height: 320px; } }

@media (min-width: 400px) {
  .custom-columns .category-card {
    height: 360px; } }

@media (min-width: 575px) {
  .custom-columns .col-6 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px; }
  .custom-columns .category-card {
    height: 400px; } }

@media (min-width: 767px) {
  .custom-columns .category-card {
    height: 360px; } }

@media (min-width: 991px) {
  .custom-columns {
    padding-right: 15px;
    padding-left: 15px; }
  .custom-columns .row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 60px; }
  .custom-columns .col-6 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px; }
  .custom-columns .category-card {
    height: 440px; } }

@media (min-width: 1200px) {
  .category-banner {
    margin-top: 15px;
    height: 300px; }
    .category-banner picture {
      display: flex; }
    .category-banner .title-group {
      margin: 0;
      position: absolute;
      bottom: 30px;
      left: 30px;
      z-index: 3; }
    .category-banner:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 180px;
      z-index: 1;
      background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0) 100%);
      pointer-events: none; }
  .reverse-lg {
    display: flex;
    flex-direction: column-reverse; }
  .index-page .index-categories .row {
    margin-right: -8px;
    margin-left: -8px; }
  .index-page .index-categories .col-xl-3 {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 8px;
    padding-right: 8px; }
  .index-page .index-categories .category-card {
    height: 380px; } }

@media (min-width: 1536px) {
  .custom-columns .col-6 {
    flex: 0 0 20%;
    max-width: 20%; }
  .custom-columns .row {
    margin-bottom: 80px; }
  .custom-columns .category-card {
    height: 380px; } }

@media (min-width: 1700px) {
  .category-banner {
    height: 360px; }
  .index-page .index-categories .category-card,
  .custom-columns .category-card {
    height: 460px; }
  .index-page .index-categories .row {
    margin-left: -15px;
    margin-right: 15px; }
  .index-page .index-categories .col-xl-3 {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 1800px) {
  .index-page .index-categories .category-card {
    height: 480px; } }

@media (max-width: 1535px) {
  .index-categories .btn-primary {
    margin-top: 20px; } }

@media (max-width: 767px) {
  .index-categories {
    margin-bottom: 30px; } }

@media (max-width: 400px) {
  .index-categories .btn-primary {
    padding-right: 20px;
    padding-left: 20px; } }

.wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.page-content {
  flex: 1; }

.page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.9);
  z-index: 1;
  display: none; }
  .page-overlay.active {
    display: block; }

.breadcrumb {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 15px 0 60px;
  align-items: center;
  background-color: transparent;
  list-style: none;
  white-space: nowrap;
  font-size: 14px; }

.breadcrumb-item {
  white-space: nowrap; }

.breadcrumb-item:last-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 500px;
  color: #90979e; }

.breadcrumb-item + .breadcrumb-item:before {
  content: "//";
  display: inline-block;
  background-size: contain;
  margin: 0 5px;
  color: #fff; }

.breadcrumb a {
  color: #fff;
  text-decoration: none; }

.breadcrumb a:hover {
  text-decoration: underline;
  color: #fec371; }

@media (max-width: 1700px) {
  .default-breadcrumb {
    margin-bottom: 50px; } }

@media (max-width: 1536px) {
  .breadcrumb .breadcrumb-item {
    font-size: 12px; } }

@media (max-width: 1199px) {
  .breadcrumb .breadcrumb-item {
    max-width: 220px; } }

@media (max-width: 575px) {
  .breadcrumb {
    display: flex; } }

.btn-primary {
  border-radius: 40px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 50px;
  height: 52px;
  transition: 0.25s;
  cursor: pointer;
  background: #fec371;
  color: #303030;
  font-family: "rayduga-semi", Arial, sans-serif;
  letter-spacing: 0.5px;
  font-size: 18px; }
  .btn-primary span {
    margin: 0 5px; }
  .btn-primary svg {
    fill: #303030;
    width: 16px;
    height: 16px;
    transition: 0.25s; }

.btn-primary:hover {
  background-color: #dfa75a; }
  .btn-primary:hover span + svg {
    transform: translateX(5px); }

.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(254, 195, 113, 0.3); }

@media (max-width: 1699px) {
  .btn-primary {
    height: 46px;
    font-size: 17px; } }

@media (max-width: 1199px) {
  .btn-primary {
    height: 42px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px; } }

.form-control {
  display: block;
  width: 100%;
  height: 52px;
  border-radius: 50px;
  border: 1px solid #fec371;
  transition: 0.15s ease-in-out;
  outline: 0;
  padding: 0 15px;
  font-size: 16px;
  background-color: transparent;
  color: #fff; }

textarea {
  display: block;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #fec371;
  transition: 0.15s ease-in-out;
  outline: 0;
  padding: 12px;
  font-size: 14px;
  min-height: 115px;
  resize: vertical;
  background-color: transparent; }

textarea.form-control {
  border-radius: 20px; }

textarea:focus,
.form-control:focus {
  box-shadow: 0 0 0 4px rgba(254, 195, 113, 0.3);
  background-color: #141414; }

.form-group {
  padding-bottom: 20px;
  position: relative; }

.form-group label {
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 3px; }

.form-group .red-text {
  color: #c62534;
  font-size: 13px;
  position: absolute;
  left: 10px;
  top: 100%;
  display: none; }

.form-group.red .red-text {
  display: block; }

.form-group + .btn-primary {
  margin-top: 25px; }

#result {
  background-color: #464545;
  border-radius: 20px;
  padding: 10px;
  margin-top: 20px;
  font-size: 15px; }

#result .h3,
#result h3,
#result .h4,
#result h4 {
  text-transform: unset;
  font-size: 17px;
  text-align: center;
  margin: 0; }

@media (max-width: 1699px) {
  .form-control {
    height: 46px; } }

@media (max-width: 1199px) {
  .form-control {
    height: 42px; } }

.category-card {
  position: relative;
  border: 1px solid #fec371;
  height: 420px;
  border-radius: 2px;
  overflow: hidden;
  transition: 0.25s; }
  .category-card a {
    display: block;
    width: 100%;
    height: 100%; }
  .category-card picture {
    width: 100%;
    height: 100%; }
  .category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.4s; }
  .category-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 180px;
    z-index: 1;
    background: linear-gradient(to top, #111 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none; }
  .category-card:hover {
    box-shadow: 0 0 0 4px rgba(254, 195, 113, 0.3); }
    .category-card:hover .card-title {
      color: #fec371; }
    .category-card:hover img {
      transform: translate(0%, 0%) scale(1.05); }
  .category-card .card-title {
    color: #fff;
    text-transform: uppercase;
    font-family: "rayduga-semi", Arial, sans-serif;
    font-size: 22px;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 30px;
    z-index: 3;
    transition: 0.25s;
    pointer-events: none; }

@media (max-width: 1699px) {
  .category-card .card-title {
    font-size: 20px;
    bottom: 20px; } }

@media (max-width: 575px) {
  .category-card .card-title {
    font-size: 18px;
    bottom: 20px;
    left: 15px;
    bottom: 15px; } }

@media (max-width: 400px) {
  .category-card .card-title {
    font-size: 16px;
    bottom: 20px;
    left: 15px;
    bottom: 15px; } }

@media (max-width: 360px) {
  .category-card .card-title {
    font-size: 15px;
    left: 12px;
    bottom: 12px; } }

.marquee {
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap; }

.marquee-inner {
  display: flex;
  align-items: center;
  animation: marquee 80s linear infinite; }

.marquee-inner .partnets-item {
  padding: 20px;
  width: 320px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #3b3a3a;
  margin: 0 10px;
  border-radius: 3px; }

.marquee-inner .partnets-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: all 0.3s ease; }

@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

.marquee.marquee-xl .brand-item {
  display: grid;
  grid-template-columns: 540px 260px;
  gap: 20px;
  margin-right: 20px; }
  .marquee.marquee-xl .brand-item .brand-inner {
    border-radius: 2px;
    overflow: hidden;
    position: relative; }
    .marquee.marquee-xl .brand-item .brand-inner:nth-child(1) {
      grid-column: 1;
      grid-row: 1 / 3; }
    .marquee.marquee-xl .brand-item .brand-inner:nth-child(2) {
      grid-column: 2;
      grid-row: 1; }
    .marquee.marquee-xl .brand-item .brand-inner:nth-child(3) {
      grid-column: 2;
      grid-row: 2; }
    .marquee.marquee-xl .brand-item .brand-inner:after {
      content: "";
      position: absolute;
      left: calc(50% - 22px);
      top: calc(50% - 22px);
      width: 52px;
      height: 52px;
      background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23343330' d='M19 14a1 1 0 0 1-1 1h-3v3a1 1 0 1 1-2 0v-3h-3a1 1 0 1 1 0-2h3v-3a1 1 0 0 1 2 0v3h3a1 1 0 0 1 1 1Zm9.707 14.707a.998.998 0 0 1-1.415 0l-6.257-6.258a11.013 11.013 0 1 1 1.414-1.414l6.258 6.258a1 1 0 0 1 0 1.415ZM14 23a9 9 0 1 0-9-9 9.01 9.01 0 0 0 9 9Z'/%3E%3C/svg%3E") no-repeat center;
      background-size: 28px;
      pointer-events: none;
      border-radius: 50%;
      transition: 0.25s;
      opacity: 0; }
    .marquee.marquee-xl .brand-item .brand-inner:hover img {
      transform: translate(0%, 0%) scale(1.05); }
    .marquee.marquee-xl .brand-item .brand-inner:hover:after {
      opacity: 1; }
  .marquee.marquee-xl .brand-item a {
    display: block;
    width: 100%;
    height: 100%; }
  .marquee.marquee-xl .brand-item picture {
    width: 100%;
    height: 100%; }
  .marquee.marquee-xl .brand-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s; }

.marquee.marquee-xl:hover .marquee-inner {
  animation-play-state: paused; }

.brand-section .pattern-element {
  position: absolute;
  right: 0;
  bottom: calc(100% - 50px); }

.brand-section .object-element {
  position: absolute;
  right: 100px;
  bottom: calc(100% + 40px); }

@media (max-width: 1999px) {
  .marquee.marquee-xl .brand-item {
    grid-template-columns: 500px 240px; } }

@media (max-width: 1699px) {
  .marquee.marquee-xl .brand-item {
    grid-template-columns: 380px 180px; }
  .marquee-inner .partnets-item {
    width: 300px;
    height: 160px; }
  .brand-section .pattern-element {
    bottom: calc(100% - 100px); }
  .brand-section .object-element {
    bottom: 100%; } }

@media (max-width: 1199px) {
  .marquee.marquee-xl {
    overflow-x: auto; }
    .marquee.marquee-xl .marquee-inner {
      animation: unset; }
    .marquee.marquee-xl .brand-item {
      grid-template-columns: 300px 140px; }
  .brand-section .pattern-element {
    width: 150px;
    bottom: calc(100% - 80px); }
  .brand-section .object-element {
    width: 100px;
    right: 80px; } }

@media (max-width: 1439px) {
  .marquee-inner .partnets-item {
    width: 260px;
    height: 140px; } }

@media (max-width: 991px) {
  .marquee-inner .partnets-item {
    width: 180px;
    height: 100px;
    margin: 0 5px; } }

@media (max-width: 767px) {
  .brand-section .pattern-element,
  .brand-section .object-element {
    display: none; } }

.gallery-grid {
  column-count: 4;
  column-gap: 30px;
  margin-bottom: 50px; }

.grid-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  transition: 0.25s;
  width: 100%; }

.grid-item:after {
  content: "";
  position: absolute;
  left: calc(50% - 22px);
  top: calc(50% - 22px);
  width: 44px;
  height: 44px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23343330' d='M19 14a1 1 0 0 1-1 1h-3v3a1 1 0 1 1-2 0v-3h-3a1 1 0 1 1 0-2h3v-3a1 1 0 0 1 2 0v3h3a1 1 0 0 1 1 1Zm9.707 14.707a.998.998 0 0 1-1.415 0l-6.257-6.258a11.013 11.013 0 1 1 1.414-1.414l6.258 6.258a1 1 0 0 1 0 1.415ZM14 23a9 9 0 1 0-9-9 9.01 9.01 0 0 0 9 9Z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 26px;
  pointer-events: none;
  border-radius: 50%;
  transition: 0.25s;
  opacity: 0; }

.grid-item:hover {
  opacity: 0.8; }

.grid-item:hover:after {
  opacity: 1; }

@media (max-width: 1699px) {
  .gallery-grid {
    column-gap: 20px; }
  .grid-item {
    margin-bottom: 20px; } }

@media (max-width: 1199px) {
  .gallery-grid {
    column-count: 3; } }

@media (max-width: 991px) {
  .gallery-grid {
    column-count: 2;
    column-gap: 20px; }
  .grid-item {
    margin-bottom: 20px; } }

@media (max-width: 400px) {
  .gallery-grid {
    column-gap: 10px; }
  .grid-item {
    margin-bottom: 10px; } }

.benefit-slider {
  width: 2000px; }
  .benefit-slider .slick-track {
    display: flex; }

.benefit-card {
  margin: 0 10px;
  padding: 30px 30px 290px;
  background-color: #141414;
  position: relative;
  height: auto; }
  .benefit-card .benefit-icon {
    margin-bottom: 10px; }
  .benefit-card .h4,
  .benefit-card h4 {
    color: #fec371;
    font-size: 22px;
    font-family: "rayduga-semi", Arial, sans-serif; }
  .benefit-card .benefit-img {
    height: 250px;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px; }
    .benefit-card .benefit-img picture {
      width: 100%;
      height: 100%; }
    .benefit-card .benefit-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }

.benefit-section .object-element {
  position: absolute;
  top: 10px;
  right: 25%;
  pointer-events: none; }

@media (max-width: 1699px) {
  .benefit-card {
    padding-bottom: 240px; }
    .benefit-card .benefit-img {
      height: 200px; } }

@media (max-width: 1439px) {
  .benefit-card {
    padding: 20px 20px 240px; }
    .benefit-card .benefit-img {
      height: 200px;
      left: 20px;
      right: 20px;
      bottom: 20px; } }

@media (max-width: 1199px) {
  .benefit-section .object-element {
    display: none; }
  .benefit-card .h4,
  .benefit-card h4 {
    font-size: 18px; }
  .benefit-slider {
    width: 1700px; }
  .benefit-card {
    padding-bottom: 190px; }
    .benefit-card .benefit-icon {
      width: 50px;
      height: 50px; }
  .benefit-card .benefit-img {
    height: 160px; } }

@media (max-width: 767px) {
  .benefit-slider {
    width: 1500px; }
  .benefit-card {
    padding: 15px 12px 160px; }
  .benefit-card .benefit-icon {
    height: 42px;
    width: 42px; }
  .benefit-card .h4,
  .benefit-card h4 {
    margin-bottom: 5px; }
  .benefit-card .benefit-img {
    left: 12px;
    right: 12px;
    height: 140px; } }

@media (max-width: 479px) {
  .benefit-slider {
    width: 1400px; } }

@media (max-width: 400px) {
  .benefit-slider {
    width: 1300px; } }

@media (max-width: 375px) {
  .benefit-slider {
    width: 1200px; } }

.service-img {
  transition: 0.25s;
  margin-bottom: 10px;
  position: relative;
  border-radius: 3px;
  aspect-ratio: 4 / 2.5;
  overflow: hidden; }

.service-item picture {
  width: 100%;
  height: 100%; }

.service-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 3px;
  transition: transform 0.5s; }

.service-item .service-title {
  font-size: 19px;
  font-family: "rayduga-med", Arial, sans-serif; }

.services-section .text-center {
  margin-top: 70px; }

@media (min-width: 1440px) {
  .service-section .col-sm-6.col-lg-4 {
    flex: 0 0 25%;
    max-width: 25%; } }

@media (max-width: 1536px) {
  .services-section .text-center {
    margin-top: 50px; }
  .service-item .service-title {
    font-size: 17px; } }

@media (max-width: 991px) {
  .services-section .col-sm-6 {
    margin-bottom: 40px; }
  .services-section .text-center {
    margin-top: 0; } }

.index-about .object-element {
  position: absolute;
  left: -20px;
  bottom: 0; }

.about-numbers {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start; }
  .about-numbers .number-item {
    width: 250px;
    margin-left: 80px; }
    .about-numbers .number-item .h2 {
      font-size: 60px;
      font-family: "rayduga-semi", Arial, sans-serif;
      line-height: 1; }
    .about-numbers .number-item hr {
      display: block;
      border: 0;
      margin: -3px 0 7px;
      border-top: 1px solid #fff; }
    .about-numbers .number-item p {
      color: #fec371;
      font-size: 20px;
      font-family: "rayduga-med", Arial, sans-serif; }

.double-image {
  padding-left: 60px;
  padding-right: 60px; }
  .double-image .col-5 {
    margin-top: 120px;
    padding-left: 5px; }

.about-page .text-container {
  font-size: 18px; }

.about-page .pull-left {
  position: absolute;
  bottom: -10px;
  left: -20px; }

.about-page .pull-right {
  position: absolute;
  right: -70px;
  top: -50px; }

.about-start {
  position: relative; }
  .about-start .img-container {
    position: relative;
    z-index: 2;
    border-radius: 2px;
    overflow: hidden; }
  .about-start .pattern {
    position: absolute;
    top: -70px;
    left: -70px;
    transform: rotate(90deg);
    z-index: 1; }
  .about-start .about-badge {
    position: absolute;
    right: -30px;
    bottom: -50px;
    z-index: 3;
    background-color: #fec371;
    padding: 30px 20px 20px 120px;
    width: 430px;
    color: #222;
    font-family: "rayduga-semi", Arial, sans-serif;
    font-size: 20px;
    border-radius: 2px; }
    .about-start .about-badge img {
      position: absolute;
      left: 30px;
      top: 30px; }

@media (max-width: 1899px) {
  .about-start {
    padding-left: 80px; }
    .about-start .pattern {
      top: -68px;
      left: 10px; }
  .about-page .pull-right {
    right: -200px; } }

@media (max-width: 1699px) {
  .about-numbers .number-item .h2 {
    font-size: 54px; }
  .about-start {
    margin-bottom: 80px; }
  .about-page .pull-right {
    right: -250px;
    top: -80px; }
  .about-start .about-badge {
    bottom: 0; }
  .index-about .object-element {
    bottom: 50px; } }

@media (max-width: 1439px) {
  .about-numbers .number-item {
    width: 220px;
    margin-left: 50px; }
    .about-numbers .number-item .h2 {
      font-size: 44px; }
  .about-start .about-badge {
    font-size: 18px;
    width: 400px; }
  .about-page .pull-left {
    left: 10px;
    bottom: 20px; }
  .about-page .text-container {
    font-size: 16px; }
  .double-image {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 1199px) {
  .double-image {
    padding-right: 20px;
    padding-left: 0; }
  .about-page .pull-right {
    width: 120px;
    right: -150px; }
  .about-page .pull-left {
    display: none; }
  .about-start {
    margin-bottom: 200px; }
  .about-start .about-badge {
    font-size: 16px;
    width: 360px;
    bottom: -50px; }
  .about-page .text-container {
    font-size: 14px; } }

@media (max-width: 991px) {
  .about-numbers .number-item {
    width: 180px;
    margin-left: 40px; }
    .about-numbers .number-item .h2 {
      font-size: 36px; }
    .about-numbers .number-item p {
      font-size: 18px; }
  .about-page .breadcrumb {
    margin-bottom: 0; }
  .about-page .page-content .align-vertical {
    order: -1; }
  .about-start {
    margin: 30px 0 50px;
    padding-left: 0;
    padding-right: 30px; }
  .about-start .pattern {
    display: none; }
  .about-start .about-badge {
    bottom: -40px;
    right: 0; }
  .about-page .pull-right {
    display: none; }
  .double-image {
    margin-top: 50px; } }

@media (max-width: 767px) {
  .about-numbers .number-item {
    width: auto;
    margin-left: 30px; }
    .about-numbers .number-item .h2 {
      font-size: 36px; }
    .about-numbers .number-item p {
      font-size: 16px; }
  .double-image .col-5 {
    margin-top: 50px; }
  .double-image {
    padding-right: 0; }
  .about-start {
    padding-right: 0;
    margin-bottom: 0; }
  .about-start .about-badge {
    position: relative;
    top: auto;
    width: 100%;
    bottom: auto;
    margin-top: 15px; } }

@media (max-width: 575px) {
  .index-about .object-element {
    display: none; } }

@media (max-width: 375px) {
  .about-numbers .number-item {
    width: auto;
    margin-left: 25px; }
    .about-numbers .number-item:first-child {
      margin-left: 0; }
    .about-numbers .number-item .h2 {
      font-size: 32px; }
    .about-numbers .number-item p {
      font-size: 15px; }
  .about-start .about-badge {
    padding: 20px 15px 20px 100px; }
  .about-start .about-badge img {
    top: 22px;
    left: 20px; } }

.product-slider .item {
  margin: 0 10px;
  position: relative;
  outline: none;
  cursor: pointer;
  height: 420px;
  overflow: hidden; }
  .product-slider .item picture {
    height: 100%; }
  .product-slider .item img {
    height: 100%;
    transition: 0.4s; }
  .product-slider .item:after {
    content: "";
    position: absolute;
    left: calc(50% - 22px);
    top: calc(50% - 22px);
    width: 44px;
    height: 44px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23343330' d='M19 14a1 1 0 0 1-1 1h-3v3a1 1 0 1 1-2 0v-3h-3a1 1 0 1 1 0-2h3v-3a1 1 0 0 1 2 0v3h3a1 1 0 0 1 1 1Zm9.707 14.707a.998.998 0 0 1-1.415 0l-6.257-6.258a11.013 11.013 0 1 1 1.414-1.414l6.258 6.258a1 1 0 0 1 0 1.415ZM14 23a9 9 0 1 0-9-9 9.01 9.01 0 0 0 9 9Z'/%3E%3C/svg%3E") no-repeat center;
    background-size: 26px;
    pointer-events: none;
    border-radius: 50%;
    transition: 0.25s;
    opacity: 0; }
  .product-slider .item:hover:after {
    opacity: 1; }
  .product-slider .item:hover img {
    transform: translate(0%, 0%) scale(1.05); }

.arrows-container {
  position: relative;
  padding-right: 100px;
  min-height: 48px;
  margin-bottom: 40px; }
  .arrows-container .title-group {
    margin-bottom: 0; }
    .arrows-container .title-group h1,
    .arrows-container .title-group .h1,
    .arrows-container .title-group h2,
    .arrows-container .title-group .h2 {
      margin-bottom: 0; }
  .arrows-container .slick-arrow {
    width: 48px;
    height: 48px;
    border: 1px solid #efba6b;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.25s;
    position: absolute;
    top: calc(50% - 24px); }
    .arrows-container .slick-arrow:hover {
      background-color: #efba6b; }
      .arrows-container .slick-arrow:hover svg {
        fill: #111; }
    .arrows-container .slick-arrow svg {
      fill: #fff;
      width: 18px;
      height: 18px; }
    .arrows-container .slick-arrow.slick-next {
      right: 15px; }
    .arrows-container .slick-arrow.slick-prev {
      right: 71px; }

.product-description {
  padding-left: 40px;
  font-size: 18px; }
  .product-description .title-group {
    margin-bottom: 0; }

.table-holder {
  background-color: #141414;
  border-radius: 3px;
  padding: 40px 50px 50px;
  margin-top: 30px; }
  .table-holder > p {
    font-size: 24px;
    font-family: "rayduga-med", Arial, sans-serif; }
  .table-holder table {
    width: 100%;
    border: 0;
    font-size: 20px; }
    .table-holder table td {
      padding: 10px 0 3px;
      border-bottom: 1px dotted #bbb; }
      .table-holder table td:last-child {
        text-align: right;
        color: #fec371; }
      .table-holder table td span {
        background-color: #141414;
        display: inline-block;
        position: relative;
        z-index: 1;
        bottom: -8px; }

.product-contact {
  padding-left: 30px;
  padding-right: 30px; }
  .product-contact .row {
    margin-left: -30px;
    margin-right: -30px; }
  .product-contact .col-lg-4 {
    padding-left: 30px;
    padding-right: 30px; }
  .product-contact .title-group p {
    max-width: 500px; }
  .product-contact .contact-item {
    margin-bottom: 25px; }
    .product-contact .contact-item:first-child {
      margin-top: 20px; }
    .product-contact .contact-item a {
      color: #fff;
      text-decoration: none; }
  .product-contact .contact-item p {
    font-size: 20px; }
  .product-contact .text-label {
    color: #fec371;
    font-size: 16px; }

@media (max-width: 1699px) {
  .table-holder {
    padding: 30px 30px 40px; }
    .table-holder table {
      font-size: 18px; }
  .product-description {
    font-size: 17px; }
  .table-holder > p {
    font-size: 22px; }
  .product-slider .item {
    height: 380px; } }

@media (max-width: 1439px) {
  .product-description {
    padding-left: 0;
    font-size: 16px; }
  .table-holder {
    padding: 25px 25px 30px; }
    .table-holder table {
      font-size: 16px; }
  .table-holder > p {
    font-size: 18px;
    margin-bottom: 10px; } }

@media (max-width: 1199px) {
  .product-contact .contact-item {
    margin-bottom: 15px; }
  .product-description {
    font-size: 14px; }
  .table-holder table {
    font-size: 14px; }
  .product-slider .item {
    height: 320px; } }

@media (max-width: 991px) {
  .product-cover {
    display: none; }
  .product-slider .item {
    height: 280px;
    margin: 0 5px; }
  .arrows-container {
    margin-bottom: 25px; }
    .arrows-container .slick-arrow {
      width: 36px;
      height: 36px; }
      .arrows-container .slick-arrow svg {
        width: 14px;
        height: 14px; }
  .arrows-container .slick-arrow.slick-prev {
    right: 58px; }
  .product-contact {
    padding-right: 15px;
    padding-left: 15px; }
    .product-contact .row {
      margin-left: -15px;
      margin-right: -15px; }
    .product-contact .col-lg-4 {
      padding-left: 15px;
      padding-right: 15px; } }

@media (max-width: 575px) {
  .product-slider .item {
    height: 250px; }
  .product-contact .contact-item p {
    font-size: 18px; }
  .arrows-container .slick-arrow {
    top: calc(50% - 28px); } }

@media (max-width: 400px) {
  .product-slider .item {
    height: 220px; } }

@media (max-width: 375px) {
  .product-slider .item {
    height: 200px; } }

.contacts-section {
  position: relative; }
  .contacts-section .contact-cover {
    width: 1120px; }
    .contacts-section .contact-cover picture {
      width: 100%; }
    .contacts-section .contact-cover img {
      display: block;
      width: 100%; }
  .contacts-section .object-element {
    position: absolute;
    left: -30px;
    bottom: 30px; }

.contacts-opt {
  position: relative;
  margin-bottom: 80px; }
  .contacts-opt > img {
    display: block;
    position: relative;
    z-index: 1; }
  .contacts-opt .opt-info {
    text-align: center;
    margin: -20px auto 0;
    background-color: #242323;
    width: 450px;
    border-radius: 3px;
    padding: 15px 50px;
    position: relative;
    z-index: 1;
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(100% - 60px); }
    .contacts-opt .opt-info a {
      color: #fec371;
      font-size: 24px;
      font-family: "rayduga-semi", Arial, sans-serif;
      text-decoration: none; }
      .contacts-opt .opt-info a:hover {
        text-decoration: underline; }
  .contacts-opt .opt-badge {
    background-color: #fec371;
    color: #111;
    border-radius: 2px;
    font-family: "rayduga-bold", Arial, sans-serif;
    font-size: 24px;
    width: 160px;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    padding: 15px 20px;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 2; }
    .contacts-opt .opt-badge span {
      font-size: 38px; }

.contact-map {
  width: calc((100% + 15px) + ((100vw - 1700px) / 2));
  height: 600px; }

.contact-form {
  width: 460px;
  margin: 0 auto; }
  .contact-form .h3,
  .contact-form h3 {
    font-size: 38px;
    text-transform: uppercase;
    color: #fec371;
    text-align: center;
    font-family: "rayduga-semi", Arial, sans-serif;
    margin: 0 0 10px; }
  .contact-form p {
    color: #aaa; }
  .contact-form form {
    margin-top: 30px; }

#map {
  width: 100%;
  height: 100%; }

.contacts-page .contact-holder {
  margin: 0 0 50px; }
  .contacts-page .contact-holder .text-label {
    font-size: 24px;
    margin: 0 0 10px; }

.contacts-page .holder-inner {
  position: relative;
  padding-left: 34px;
  margin: 0 0 16px; }
  .contacts-page .holder-inner img {
    position: absolute;
    left: 0;
    top: -2px; }
  .contacts-page .holder-inner a {
    color: #fff;
    text-decoration: none; }
    .contacts-page .holder-inner a:hover {
      color: #fbc06d; }

@media (max-width: 2000px) {
  .contacts-section .contact-cover {
    width: calc((100% + 15px) + ((100vw - 1700px) / 2)); } }

@media (max-width: 1899px) {
  .contacts-section .contact-cover {
    width: calc((100% + 15px) + ((100vw - 1500px) / 2)); }
  .contact-map {
    width: calc((100% + 15px) + ((100vw - 1500px) / 2));
    height: 600px; } }

@media (max-width: 1699px) {
  .contacts-section .contact-cover {
    width: calc((100% + 15px) + ((100vw - 1320px) / 2)); }
  .contact-map {
    width: calc((100% + 15px) + ((100vw - 1320px) / 2)); }
  .contacts-section .contact-form,
  .contacts-page .contact-form {
    width: 400px; }
  .contacts-opt .opt-info {
    font-size: 18px; }
  .contact-form .h3,
  .contact-form h3 {
    font-size: 32px; } }

@media (max-width: 1439px) {
  .contacts-section .contact-cover {
    width: calc((100% + 15px) + ((100vw - 1170px) / 2)); }
  .contact-map {
    width: calc((100% + 15px) + ((100vw - 1170px) / 2)); }
  .contacts-opt .opt-info {
    top: calc(100% - 20px);
    font-size: 16px; }
    .contacts-opt .opt-info p {
      margin-bottom: 5px; }
  .contacts-section .object-element {
    width: 120px;
    bottom: 0; } }

@media (max-width: 1199px) {
  .contacts-section .contact-cover {
    width: calc((100% + 15px) + ((100vw - 960px) / 2)); }
  .contact-map {
    width: calc((100% + 15px) + ((100vw - 960px) / 2)); }
  .contacts-opt {
    margin-bottom: 0; }
    .contacts-opt > img {
      display: none; }
  .contacts-opt .opt-info {
    position: static;
    width: 100%; }
  .contacts-opt .opt-badge {
    display: none; }
  .contacts-section .contact-form,
  .contacts-page .contact-form {
    width: 100%; }
  .contact-form .h3,
  .contact-form h3 {
    font-size: 28px; }
  .contact-form p {
    font-size: 13px; } }

@media (max-width: 991px) {
  .contacts-section .contact-cover {
    display: none !important; }
  .contacts-section .object-element {
    display: none; }
  .contacts-page .reverse-mob {
    flex-direction: column-reverse; }
  .contact-map {
    width: auto;
    min-width: 100%;
    margin: 0 0 70px;
    height: 400px; } }

@media (max-width: 767px) {
  .contacts-page .contact-holder .text-label {
    font-size: 20px; }
  .contact-form .h3,
  .contact-form h3 {
    font-size: 24px; }
  .contacts-opt .opt-info {
    padding: 15px 30px; }
  .contacts-opt .opt-info a {
    font-size: 20px; } }

@media (max-width: 575px) {
  .contacts-page .contact-holder {
    margin-bottom: 30px; }
    .contacts-page .contact-holder .text-label {
      font-size: 18px; }
  .contact-map {
    margin: 0 -15px 70px; } }

.main-footer {
  background-color: #141414; }
  .main-footer a {
    color: #fff;
    text-decoration: none;
    transition: 0.25s; }
    .main-footer a span {
      color: #fec371; }
    .main-footer a:hover {
      text-decoration: underline; }
  .main-footer .contact-item {
    margin-bottom: 25px; }
    .main-footer .contact-item:first-child {
      margin-top: 30px; }
    .main-footer .contact-item p {
      font-size: 18px; }
  .main-footer .text-label {
    color: #fec371;
    font-size: 16px; }

.footer-content {
  padding: 50px 0; }
  .footer-content ul {
    list-style: none;
    padding-left: 0;
    margin: 30px 0 15px;
    text-transform: uppercase;
    font-size: 18px; }
    .footer-content ul a:hover {
      color: #fec371; }
  .footer-content li {
    margin-bottom: 25px; }
  .footer-content .container {
    position: relative; }
  .footer-content .scroll-top {
    position: absolute;
    top: -100px;
    right: -50px;
    cursor: pointer; }
    .footer-content .scroll-top:hover {
      animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; }

.footer-bottom .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px; }
  .footer-bottom .container hr {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    margin: 0;
    border: 0;
    border-top: 1px solid #b8b3b4; }

.footer-logo img {
  display: block;
  margin-bottom: 15px; }

.footer-logo p {
  max-width: 250px; }

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

@media (max-width: 1699px) {
  .footer-content .scroll-top {
    width: 120px; } }

@media (max-width: 991px) {
  .footer-logo p {
    max-width: none; }
  .footer-logo img {
    max-width: 160px; }
  .footer-content ul {
    font-size: 15px; }
  .main-footer .contact-item p {
    font-size: 15px; }
  .main-footer .contact-item:first-child {
    margin-top: 10px; }
  .footer-content {
    padding: 40px 0 25px; }
  .footer-bottom .container {
    display: block;
    text-align: center; }
  .footer-copyright {
    margin-bottom: 10px; }
  .footer-content .scroll-top {
    width: 100px;
    top: -80px;
    right: 0; } }

@media (max-width: 767px) {
  .footer-content .scroll-top {
    width: 80px;
    top: -60px; } }

@media (max-width: 375px) {
  .footer-content ul {
    font-size: 14px; } }

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: 0; }

.glightbox-container.inactive {
  display: none; }

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden; }

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0); }

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0; }

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative; }

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999; }

.glightbox-container .gslide-inner-content {
  width: 100%; }

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh; }

.glightbox-container .ginner-container.gvideo-container {
  width: 100%; }

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column; }

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important; }

.gslide iframe,
.gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  touch-action: auto; }

.gslide:not(.current) {
  pointer-events: none; }

.gslide-image {
  align-items: center; }

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px; }

.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
  width: auto; }

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%; }

.gslide-image img.zoomable {
  position: relative; }

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  transition: none; }

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important; }

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none; }

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto; }

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none; }

.gslide-video.playing::before {
  display: none; }

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh; }

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important; }

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
  border-radius: 3px; }

.gslide-inline .ginlined-content {
  width: 100%; }

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none; }

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1; }

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%; }

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto; }

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.desc-bottom .gslide-media,
.desc-top .gslide-media {
  margin: 0 auto;
  flex-direction: column; }

.gslide-description {
  position: relative;
  flex: 1 0 100%; }

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%; }

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%; }

.gslide-description p {
  margin-bottom: 12px; }

.gslide-description p:last-child {
  margin-bottom: 0; }

.zoomed .gslide-description {
  display: none; }

.glightbox-button-hidden {
  display: none; }

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px; }

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em; }

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1; }

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700; }

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit; }

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4; }

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4; }

.gdesc-open .gdesc-inner {
  padding-bottom: 30px; }

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1; }

.greset {
  transition: all 0.3s ease; }

.gabsolute {
  position: absolute; }

.grelative {
  position: relative; }

.glightbox-desc {
  display: none !important; }

.glightbox-open {
  overflow: hidden; }

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%; }

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: rgba(20, 20, 20, 0.9) !important;
  will-change: opacity; }

.glightbox-mobile .goverlay {
  background: #000; }

.gclose,
.gnext,
.gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.gclose svg,
.gnext svg,
.gprev svg {
  display: block;
  width: 20px;
  height: auto;
  margin: 0;
  padding: 0; }

.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
  opacity: 0.1; }

.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
  stroke: #fff; }

.gbtn.focused {
  outline: 2px solid #0f3d81; }

iframe.wait-autoplay {
  opacity: 0; }

.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
  opacity: 0 !important; }

.glightbox-clean .gslide-description {
  background: #fff; }

.glightbox-clean .gdesc-inner {
  padding: 22px 20px; }

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em; }

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em; }

.glightbox-clean .gslide-video {
  background: #000; }

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px; }

.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path {
  fill: #fff; }

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 42px;
  height: 42px;
  border-radius: 50%; }

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 42px;
  height: 42px;
  border-radius: 50%; }

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute; }

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto; }

.glightbox-clean .gclose:hover {
  opacity: 1; }

.gfadeIn {
  animation: gfadeIn 0.5s ease; }

.gfadeOut {
  animation: gfadeOut 0.5s ease; }

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease; }

.gslideInLeft {
  animation: gslideInLeft 0.3s ease; }

.gslideOutRight {
  animation: gslideOutRight 0.3s ease; }

.gslideInRight {
  animation: gslideInRight 0.3s ease; }

.gzoomIn {
  animation: gzoomIn 0.5s ease; }

.gzoomOut {
  animation: gzoomOut 0.5s ease; }

@keyframes lightboxLoader {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

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

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

@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

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

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row; }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1; }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0; }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1; }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
    border-radius: 3px; }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab; }
  .gslide-inline {
    max-height: 98vh; }
  .gslide-external {
    max-height: 100vh; }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px; }
  .glightbox-open {
    height: auto; }
  .goverlay {
    background: rgba(0, 0, 0, 0.92); }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65); }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto; }
  .glightbox-clean .gnext,
  .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32); }
  .glightbox-clean .gclose {
    background-color: #111; }
  .glightbox-clean .gclose:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7); }
  .glightbox-clean .gprev {
    top: 45%; }
  .glightbox-clean .gnext {
    top: 45%; } }

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px; } }

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000; } }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1000;
  padding: 10px;
  background: rgba(20, 20, 20, 0.9);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 800px;
  background-color: #141414;
  text-align: left;
  border-radius: 5px; }

.modal-content {
  border: 1px solid #fec371;
  border-radius: 2px;
  box-shadow: 5px 5px 0 #fec371; }

.modal a.close-modal {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  font-size: 0;
  border-radius: 50%;
  background: #141414 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Cpath fill='%23fff' d='M11 13.342 2.802 21.54c-.306.307-.697.46-1.17.46-.475 0-.865-.153-1.172-.46-.307-.307-.46-.697-.46-1.171 0-.474.153-.865.46-1.171L8.658 11 .46 2.802C.153 2.496 0 2.105 0 1.632 0 1.156.153.766.46.46.767.153 1.157 0 1.631 0c.474 0 .865.153 1.171.46L11 8.658 19.198.46c.306-.307.697-.46 1.17-.46.475 0 .865.153 1.172.46.307.307.46.697.46 1.171 0 .474-.153.865-.46 1.171L13.342 11l8.198 8.198c.307.306.46.697.46 1.17 0 .475-.153.865-.46 1.172-.307.307-.697.46-1.171.46-.474 0-.865-.153-1.171-.46L11 13.342Z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 14px;
  transition: 0.25s; }
  .modal a.close-modal:hover {
    transform: rotate(180deg); }

.modal-form {
  padding: 50px 50px 70px;
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto; }
  .modal-form .h3,
  .modal-form h3 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
    color: #fec371;
    margin: 0 0 5px; }
  .modal-form p {
    color: #aaa; }

@media (max-width: 1199px) {
  .modal-form .h3,
  .modal-form h3 {
    font-size: 24px; } }

@media (max-width: 575px) {
  .modal-form {
    width: auto;
    padding: 40px 30px 50px; } }

@media (min-width: 992px) {
  .modal {
    width: 600px; } }

.error-page .page-content {
  padding-top: 100px;
  padding-bottom: 100px; }
  .error-page .page-content .container {
    padding-top: 110px;
    padding-bottom: 70px;
    background-size: contain;
    text-align: center; }
  .error-page .page-content h1,
  .error-page .page-content .h1 {
    font-size: 38px;
    text-transform: uppercase;
    margin: 0 0 20px; }
  .error-page .page-content p {
    font-size: 18px;
    color: #aaa;
    max-width: 520px;
    margin: 0 auto 30px; }

.error-page .lg-numbers {
  font-size: 180px;
  color: #fec371;
  line-height: 1;
  margin: 0 0 10px;
  font-family: "rayduga-semi", Arial, sans-serif; }

@media (max-width: 1699px) {
  .error-page .lg-numbers {
    font-size: 160px; }
  .error-page .page-content h1,
  .error-page .page-content .h1 {
    font-size: 32px;
    margin-bottom: 10px; } }

@media (max-width: 1199px) {
  .error-page .lg-numbers {
    font-size: 100px; }
  .error-page .page-content h1,
  .error-page .page-content .h1 {
    font-size: 22px; }
  .error-page .page-content p {
    font-size: 16px; }
  .error-page .page-content {
    padding-top: 10px;
    padding-bottom: 30px; }
  .error-page .page-content .container {
    padding-top: 80px; } }
