/* @font-face {
  font-family: "golos";
  src: local("golos"), url("../fonts/golos/GolosText-Regular.woff") format("woff"), url("../fonts/golos/GolosText-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "golos";
  src: local("golos"), url("../fonts/golos/GolosText-Medium.woff") format("woff"), url("../fonts/golos/GolosText-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} */


@font-face {
	font-family: 'golos';
    src: local("golos"), url("../fonts/golosText/golos-text_regular.woff") format("woff"), url("../fonts/golosText/golos-text_regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'golos';
    src: local("golos"), url("../fonts/golosText/golos-text_regular.woff") format("woff"), url("../fonts/golosText/golos-text_regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'golos';
    src: local("golos"), url("../fonts/golosText/golos-text_medium.woff") format("woff"), url("../fonts/golosText/golos-text_medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'golos';
    src: local("golos"), url("../fonts/golosText/golos-text_demibold.woff") format("woff"), url("../fonts/golosText/golos-text_demibold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'golos';
    src: local("golos"), url("../fonts/golosText/golos-text_bold.woff") format("woff"), url("../fonts//golosText/golos-text_bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: "SangBleu";
  src: local("SangBleu"), url("../fonts/SangBleu/sangbleusunrise-medium.woff") format("woff"), url("../fonts/SangBleu/sangbleusunrise-medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SangBleu";
  src: local("SangBleu"), url("../fonts/SangBleu/sangbleusunrise-mediumitalic.woff") format("woff"), url("../fonts/SangBleu/sangbleusunrise-mediumitalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: calc($value / $relative-to * 1em);
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

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

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font: 1em monospace, monospace;
  /* 1 */
  /* 2 */
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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: 1em monospace, monospace;
  /* 1 */
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font: 100%/1.15 sans-serif;
  /* 1 */
  /* 1 */
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */

button {
  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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */

input {
  overflow: visible;
}

/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
   */
}

[type=search]::-webkit-search-cancel-button,
[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 */
}

/**
 * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */

menu {
  display: block;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

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

:root {
  --viewport-height: 100vh;
  --viewport-height-actual: 100vh;
}

html {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  font-size: 62.5%;
}

body {
  font: normal 2.8rem/calc(40 / 28 * 1em) "golos", Helvetica, Arial, sans-serif;
  background: #2f2f2f;
  min-height: 100vh;
  min-height: var(--viewport-height);
  margin: 0;
  position: relative;
  /* 142.857% */
  letter-spacing: 0px;
  fill: currentColor;
  color: #fff;
}

body.fixed {
  overflow-y: hidden;
}

svg {
  fill: currentColor;
}

h1,
h2,
p {
  margin: 0;
}

picture {
  display: block;
}

a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top;
}

img[draggable=false] {
  pointer-events: none;
  -webkit-user-drag: none;
}

.container {
  margin: 0 auto;
  display: block;
  padding: 0 30px;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.page-content-wrapper {
  min-width: 350px;
  overflow: hidden;
}

.page-content {
  min-height: 100vh;
  min-height: var(--viewport-height);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  overflow: hidden;
}

.check input {
  display: none;
}

.check label {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
}

@media (min-width: 992px) {
  .check label {
    font-size: 18px;
    line-height: 24px;
  }
}

.check label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #FFF;
  left: 0;
  top: 1px;
  position: absolute;
}

@media (min-width: 992px) {
  .check label:before {
    top: 5px;
  }
}

.check label:after {
  position: absolute;
  content: "";
  left: 5px;
  top: 5px;
  width: 7px;
  height: 5px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

@media (min-width: 992px) {
  .check label:after {
    top: 9px;
  }
}

.check label a {
  color: #fff;
  position: relative;
}

@media (min-width: 992px) {
  .check label a {
    text-decoration: none;
  }
}

.check label a:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: none;
}

@media (min-width: 576px) {
  .check label a:before {
    display: block;
  }
}

@media (min-width: 992px) {
  .check label a:before {
    bottom: 0;
  }
}

.check label a:hover {
  color: #D55941;
}

.check label a:hover:before {
  border-color: #D55941;
}

.check input:checked ~ label:after {
  opacity: 1;
}

.header {
  z-index: 999;
  color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 992px) {
  .header {
    border-bottom: none;
  }
}

.header__holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}

@media (min-width: 992px) {
  .header__holder {
    padding: 0;
  }
}

.header__logo {
  width: 81px;
  margin-right: 20px;
  color: #000;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .header__logo {
    width: 149px;
  }
}

.header__logo svg {
  max-width: 100%;
}

.header__logo svg:first-of-type {
  display: none;
}

@media (min-width: 992px) {
  .header__logo svg:first-of-type {
    display: block;
  }
}

.header__logo svg:last-of-type {
  display: block;
}

@media (min-width: 992px) {
  .header__logo svg:last-of-type {
    display: none;
  }
}

.header__info {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
}

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

.header__info a:hover {
  color: #D55941;
}

.header_sticky {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  will-change: transform;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.header_sticky.sticky {
  opacity: 0;
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
}

.header_sticky.active {
  background: #2f2f2f;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  box-shadow: 0 -5px 10px 5px rgba(0, 0, 0, 0.2);
}

.header_sticky.active .running-line {
  display: none;
}

.running-line {
  -webkit-animation: text 30s infinite linear;
  animation: text 30s infinite linear;
  display: none;
}

@media (min-width: 992px) {
  .running-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.running-line__caption {
  font: 500 18px/22px "SangBleu", sans-serif;
  background: #CEE196;
  color: #2F2F2F;
  white-space: nowrap;
  border-right: 4px solid #FFF;
  padding: 0 32px;
  height: 66px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 4px solid #FFF;
  border-bottom: 4px solid #FFF;
}

.running-line__item {
  font: 500 18px/22px "SangBleu", sans-serif;
  color: #FFF;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  white-space: nowrap;
  border-right: 4px solid #FFF;
  padding: 0 32px;
  height: 66px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 4px solid #FFF;
  border-bottom: 4px solid #FFF;
  text-decoration: none;
}

.running-line__item--green {
  background: #006651;
}

.running-line__item--blue {
  background: #2F4497;
}

.running-line__item--violet {
  background: #9A4687;
}

.running-line__item a {
  color: #FFF;
  border-bottom: 1px solid;
  text-decoration: none;
}

.running-line__item a:hover {
  color: #D55941;
}

.main-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: none;
  max-width: 700px;
}

@media (min-width: 992px) {
  .main-nav {
    display: block;
  }
}

.main-nav > ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-left: 0;
  margin: 0;
}

.main-nav > ul > li {
  background: rgba(255, 255, 255, 0);
  position: relative;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.main-nav > ul > li.has-children {
  padding-right: 20px;
  cursor: pointer;
}

.main-nav > ul > li.has-children:before {
  content: "";
  border: 7px solid transparent;
  border-top-color: #000;
  position: absolute;
  right: 7px;
  top: 7px;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 0;
}

.main-nav > ul > li > a,
.main-nav > ul > li > span {
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  padding: 15px 15px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}

.main-nav > ul > li > a:before,
.main-nav > ul > li > span:before {
  background: #fff;
  content: "";
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.main-nav > ul > li:hover a:before {
  opacity: 1;
}

.main-nav > ul > li.active {
  pointer-events: none;
}

.main-nav > ul > li.active > a:before {
  opacity: 1;
}

.main-nav > ul > li:hover .sub-nav {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.ham-trigger {
  position: relative;
  width: 20px;
  height: 18px;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ham-trigger:before,
.ham-trigger:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}

.ham-trigger:before {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.ham-trigger:after {
  height: 2px;
  background: #fff;
}

.ham-trigger:hover:before {
  border-color: #D55941;
}

.ham-trigger:hover:after {
  background: #D55941;
}

.ham-trigger.active:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none;
  height: 2px;
}

.ham-trigger.active:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@-webkit-keyframes text {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-160%, 0);
    transform: translate(-160%, 0);
  }
}

@keyframes text {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-160%, 0);
    transform: translate(-160%, 0);
  }
}

.footer {
  padding: 40px 0;
}

.footer__holder {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (min-width: 992px) {
  .footer__holder {
    padding-top: 208px;
    padding-bottom: 40px;
  }
}

.footer__map {
  position: absolute;
  top: 0;
  left: 0;
  height: 411px;
  width: 100%;
  z-index: -1;
  display: none;
}

@media (min-width: 992px) {
  .footer__map {
    display: block;
  }
}

.footer__map img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-top: -12px;
}

@media (min-width: 576px) {
  .footer__row {
    margin-left: -24px;
    margin-top: -24px;
  }
}

.footer__col {
  padding-left: 12px;
  padding-top: 12px;
  width: 50%;
}

@media (min-width: 576px) {
  .footer__col {
    padding-left: 24px;
    padding-top: 24px;
  }
}

@media (min-width: 992px) {
  .footer__col {
    width: 30%;
  }
}

.footer__col:first-of-type {
  width: 100%;
}

@media (min-width: 992px) {
  .footer__col:first-of-type {
    width: 40%;
  }
}

.footer__phone {
  background: #CEE196;
  padding: 25px 15px;
  color: #000;
  line-height: 22px;
  letter-spacing: 0px;
  font-size: 16px;
}

@media (min-width: 576px) {
  .footer__phone {
    padding: 25px 30px;
  }
}

@media (min-width: 992px) {
  .footer__phone {
    min-height: 163px;
    font-size: 22px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .footer__phone {
    font-size: 28px;
    line-height: 35px;
  }
}

.footer__phone span {
  display: block;
}

.footer__item {
  background: #fff;
  border: 1px solid #000;
  padding: 25px 15px;
  height: 100%;
  color: #000;
  font-variant-numeric: lining-nums tabular-nums;
  line-height: 22px;
  letter-spacing: 0px;
  font-size: 16px;
}

@media (min-width: 576px) {
  .footer__item {
    padding: 25px 30px;
  }
}

@media (min-width: 992px) {
  .footer__item {
    min-height: 163px;
    font-size: 22px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .footer__item {
    font-size: 28px;
    line-height: 35px;
  }
}

.footer__item span {
  display: block;
}

.footer__item a {
  font: 16px/20px "SangBleu";
  margin-top: 10px;
  color: #000;
  letter-spacing: 0px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.footer__item a:hover {
  color: #D55941;
}

.footer__bottom {
  padding-top: 30px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.footer__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .footer__logo {
    margin-bottom: 0;
  }
}

.footer__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 18px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .footer__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
  }
}

.footer__links a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing:0px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.footer__links a:hover {
  color: #D55941;
}

.footer__rights {
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  display: block;
}

@media (min-width: 768px) {
  .footer__rights {
    display: none;
  }
}

.sticky + .ham-panel {
  padding-top: 40px;
}

.active + .ham-panel {
  padding-top: 90px;
}

.ham-panel {
  background: #2f2f2f;
  height: calc(100vh);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 150px 0 40px;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.65s ease-in-out;
  transition: all 0.65s ease-in-out;
  z-index: 99;
  border-left: 1px solid #e1e3e4;
}

.ham-panel.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

@media (min-width: 576px) {
  .ham-panel {
    width: 300px;
    left: auto;
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
  }
}

@media (min-width: 768px) {
  .ham-panel {
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }
}

.ham-panel__holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  padding: 0 30px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.ham-panel__holder::-webkit-scrollbar {
  display: none;
}

.ham-panel__holder:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: -30px;
  height: 20px;
}

.ham-panel__info {
  padding: 0 20px;
  text-align: center;
}

.ham-panel__res,
.ham-panel__phone {
  text-align: center;
}

.ham-panel__res a,
.ham-panel__phone a {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  display: inline-block;
}

.ham-panel__res a:hover,
.ham-panel__phone a:hover {
  color: #D55941;
}

.ham-panel__phone {
  margin-bottom: 20px;
}

.ham-panel__socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ham-panel__socials a {
  color: #fff;
}

.ham-panel__socials a:hover {
  color: #D55941;
}

.ham-panel-nav {
  margin-bottom: 30px;
}

.ham-panel-nav > ul {
  padding-left: 0;
  list-style: none;
}

.ham-panel-nav > ul > li {
  margin-bottom: 5px;
}

.ham-panel-nav > ul > li > a,
.ham-panel-nav > ul > li span a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 22px;
}

.ham-panel-nav > ul > li > a:hover,
.ham-panel-nav > ul > li span a:hover {
  color: #D55941;
}

@media (min-width: 576px) {
  .page-content {
    box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.2);
  }
}

.header.active + .ham-panel .ham-panel__holder:before,
.header.sticky + .ham-panel .ham-panel__holder:before {
  box-shadow: none;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: -webkit-linear-gradient(301deg, #131212 0%, #2f2f2f 42%, #131212 72%, #2f2f2f 100%);
  background: linear-gradient(149deg, #131212 0%, #2f2f2f 42%, #131212 72%, #2f2f2f 100%);
  -webkit-animation: gradient 10s infinite linear;
  animation: gradient 10s infinite linear;
  background-size: 400%;
}

.preloader__loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 4px solid rgba(226, 217, 217, 0.3);
  border-left-color: #2f2f2f;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

.preloader.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.preloader.hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.5s, opacity 0.5s linear;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 80% 0%;
  }

  50% {
    background-position: 20% 100%;
  }

  100% {
    background-position: 80% 0%;
  }
}

@keyframes gradient {
  0% {
    background-position: 80% 0%;
  }

  50% {
    background-position: 20% 100%;
  }

  100% {
    background-position: 80% 0%;
  }
}

/*
    Dots plugin
*/

/*
    Navigation plugin
*/

.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

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

.carousel__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.carousel__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.carousel__slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  /* https://github.com/andreszs/jquery.events.swipe#pointer-event-remarks */
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  background: currentColor;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.25;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 24px);
  height: var(--carousel-button-svg-height, 24px);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

/*
  Thumbs plugin
*/

/* 3/2 */

/*
  HTML plugin
*/

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

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

.fancybox__container :focus {
  outline: thin dotted;
}

body.is-using-mouse .fancybox__container :focus {
  outline: none;
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  /* For Safari */
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 64px;
  position: relative;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 20;
}

.fancybox__caption {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}

.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}

/* Close button located inside content area */

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -36px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1053;
  color: var(--fancybox-color, currentColor);
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
  animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.5;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

/* Opening  */

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-transition: opacity var(--fancybox-ts, 0.25s) ease;
  transition: opacity var(--fancybox-ts, 0.25s) ease;
  opacity: var(--fancybox-opacity, 1);
}

/* Closing */

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=true] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=true] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=true] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=true] .carousel__button.is-close {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0;
}

.fancybox-fadeIn {
  -webkit-animation: 0.2s ease both fancybox-fadeIn;
  animation: 0.2s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.2s ease both fancybox-fadeOut;
  animation: 0.2s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.2s ease both fancybox-zoomOutDown;
  animation: 0.2s ease both fancybox-zoomOutDown;
}

/* Both `throwOut` classes are for closing animation after dragging up/down */

.fancybox-throwOutUp {
  -webkit-animation: 0.2s ease both fancybox-throwOutUp;
  animation: 0.2s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.2s ease both fancybox-throwOutDown;
  animation: 0.2s ease both fancybox-throwOutDown;
}

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

  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutUp {
  20% {
    opacity: 0.5;
  }

  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutUp {
  20% {
    opacity: 0.5;
  }

  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutDown {
  20% {
    opacity: 0.5;
  }

  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutDown {
  20% {
    opacity: 0.5;
  }

  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel .is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .carousel__slide:not(.has-image) .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .carousel__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox__carousel .carousel__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox__image {
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  min-height: 1px;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  min-height: 1px;
  -o-object-fit: contain;
  object-fit: contain;
  background: transparent;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  min-height: 1px;
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  min-height: 1px;
  -o-object-fit: cover;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__thumbs {
  -webkit-transition: unset;
  transition: unset;
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-transition: opacity var(--fancybox-ts, 0.25s) ease-in;
  transition: opacity var(--fancybox-ts, 0.25s) ease-in;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide.is-nav-selected::after {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border-bottom: 3px solid currentColor;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__thumb {
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  width: 100%;
  /* Keep aspect ratio */
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
}

.fancybox__backdrop {
  background: rgba(225, 239, 239, 0.5);
}

.fancybox__slide {
  padding: 0;
  overflow: visible;
}

.fancybox__content {
  padding: 95px 30px 55px 30px;
}

@media (min-width: 576px) {
  .fancybox__content {
    padding: 95px 70px 95px 90px;
  }
}

.side-modal .fancybox__carousel {
  max-width: 640px;
  margin: 0 0 0 auto;
  width: 100%;
}

.side-modal .fancybox__carousel .fancybox__content {
  width: 100%;
  height: 100%;
  overflow: auto;
}

@media (min-width: 576px) {
  .side-modal .fancybox__carousel .fancybox__content {
    box-shadow: -10px 0 20px #bfc9cd;
  }
}

.side-modal .fancybox__content > .carousel__button.is-close {
  right: 25px;
  left: auto;
  top: 25px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #e5eaec;
}

.side-modal .fancybox__content > .carousel__button.is-close svg {
  color: #000;
  width: 12px;
  height: 12px;
}

.tabs__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  padding-left: 0;
  margin: 0 0 45px -10px;
}

.tabs__control > li {
  margin-left: 10px;
}

.tabs__control > li > a {
  background: #191f23;
  color: #636363;
  display: block;
  font-weight: 500;
  padding: 13px 30px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tabs__control > li > a.active {
  background: #a00711;
  color: #fff;
  pointer-events: none;
}

.tabs__content {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.tabs__content > li {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  overflow: hidden;
  width: 0;
  height: 0;
}

.tabs__content > li.active {
  opacity: 1;
  width: auto;
  height: auto;
}