@charset "UTF-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Init */
/*  @include adaptive-value("padding-top", 15, 7, 1);
    @include adaptive-value("padding-bottom", 15, 7, 1);
    @include adaptive-value("padding-right", 15, 7, 1);
    @include adaptive-value("padding-left", 15, 7, 1);

    @include adaptive-value("margin-top", 15, 7, 1);
    @include adaptive-value("margin-bottom", 40 , 20, 1);
    @include adaptive-value("margin-right", 15, 7, 1);
    @include adaptive-value("margin-left", 15, 7, 1);

    @include adaptive-value("font-size", 115, 96, 1);
*/
/* "paddibg" - свойство которое нужно адаптировать */
/* 50 - максимальное значение свойства в px */
/* 20 - минимальное значение свойства в px */
/* 0 или 1 или 2 - ($type) условие, по которому будет выполняться адаптив */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #fff;
  background: #3C1855;
  font: 22px/1.2 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

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

h2,
.h2 {
  font-size: 48px;
}

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

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

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

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

p {
  margin: 0 0 1em;
}

a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover,
a:focus {
  text-decoration: none;
}

form,
fieldset {
  margin: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  outline: none;
  box-sizing: border-box;
  border: 1px solid #ccc;
  color: #000;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #000;
}

input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #ccc;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  vertical-align: top;
  resize: none;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.body--lock {
  overflow: hidden;
}

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

.main {
  flex: 1 1 auto;
}

.container {
  width: 100%;
  max-width: 1524px;
  margin: 0 auto;
  padding: 0 42px;
}

@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(3, 8, 8, 0.8);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.active .overlay {
  visibility: visible;
  opacity: 0.8;
}

.title {
  margin: 0;
  text-align: center;
  font: 700 60px/1.1 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

@media (max-width: 767px) {
  .title {
    font-size: 44px;
  }
}

@media (max-width: 479px) {
  .title {
    font-size: 24px;
  }
}

.link {
  color: #fff;
  transition: all 0.3s ease 0s;
}

.link svg {
  fill: #fff;
  transition: all 0.3s ease 0s;
}

.link:hover {
  color: #A7BB22;
}

.link:hover svg {
  fill: #A7BB22;
}

.btn {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid;
  text-align: center;
  font: 700 16px/1 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding: 16px 40px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.btn__primary {
  color: #131212;
  background-color: #B975FF;
  border-color: #B975FF;
}

.btn__primary:hover {
  color: #fff;
  background-color: #7E53AA;
  border-color: #7E53AA;
}

.btn__secondary {
  color: #FCF1EA;
  background-color: transparent;
  border-color: #FCF1EA;
}

.btn__secondary:hover {
  color: #fff;
  background-color: #7E53AA;
  border-color: #7E53AA;
}

.btn__yellow {
  color: #131212;
  background-color: #FEBE4A;
  border-color: #FEBE4A;
}

.btn__yellow:hover {
  background-color: #f3a616;
  border-color: #f3a616;
}

.info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info__logo {
  width: 100%;
  max-width: 177px;
  margin-bottom: 55px;
}

@media (max-width: 479px) {
  .info__logo {
    max-width: 85px;
  }
}

.info__logo img {
  width: 100%;
}

@media (max-width: 1299px) {
  .info__logo-desc {
    display: none;
  }
}

.info__logo-mob {
  display: none;
}

@media (max-width: 1299px) {
  .info__logo-mob {
    display: block;
  }
}

.info__title,
.info__text {
  font: 400 24px/1.2 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

@media (max-width: 479px) {

  .info__title,
  .info__text {
    font-size: 14px;
  }
}

.info__title {
  margin-bottom: 13px;
}

.info__item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.info__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.info__item--link {
  transition: all 0.3s ease 0s;
}

.info__item--link:hover {
  color: #7E53AA;
}

.info__icon {
  padding-top: 4px;
}

@media (max-width: 479px) {
  .info__icon {
    max-width: 20px;
    padding-top: 0;
  }
}

.info__text {
  margin: 0;
  text-align: center;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.socials__link {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 15px;
}

.socials__link:hover {
  --socials-icon-scale: 1.3;
}

.socials__icon {
  scale: var(--socials-icon-scale, 1);
  transition: all 0.3s ease 0s;
}

.header {
  --header-mob-size: 52px;
  position: fixed;
  width: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
}

.header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #FCF1EA;
  z-index: 3;
}

.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: var(--header-after-opacity, 0);
  z-index: -1;
  transition: all 0.3s ease 0s;
}

.header--scroll {
  --header-after-opacity: .5;
  --logo-width: 50px;
  --content-padding-block: 15px;
  --nav-before-height: 82px;
  --header-mob-size: 40px;
  --geo-link-svg-width: 12px;
}

.header--scroll-down {
  --contacts-wrap-right: calc(100% + 42px);
  --contacts-wrap-left: calc(-100% - 42px);
}

.header__content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #FCF1EA;
  padding-block: var(--content-padding-block, 25px);
  transition: all 0.3s ease 0s;
}

@media (max-width: 1299px) {
  .header__content {
    position: static;
    display: flex;
    justify-content: space-between;
    border-bottom: none;
  }
}

.header__nav {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.header__nav::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1299px) {
  .header__nav {
    position: absolute;
    top: 0;
    left: -50%;
    height: 100vh;
    min-height: 100vh;
    height: 100dvh;
    min-height: 100dvh;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 150px 30px 0 30px;
    padding-bottom: calc(30px + env(safe-area-inset-bottom));
    background: #3C1855;
    border-radius: 0;
    box-shadow: none;
    z-index: 2;
    transition: all 0.5s ease 0s;
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .header__nav {
    left: -100%;
    width: 100%;
  }
}

.active .header__nav {
  left: 0;
}

.header__nav::before {
  content: "";
  position: fixed;
  top: 0;
  left: -100%;
  width: 50%;
  height: var(--nav-before-height, 102px);
  background: #3C1855;
  transition: all 0.5s ease 0s;
}

@media (max-width: 767px) {
  .header__nav::before {
    width: 100%;
  }
}

@media (max-width: 1299px) {
  .active .header__nav::before {
    left: 0;
  }
}

.header__list {
  display: flex;
  align-items: center;
  gap: 54px;
  padding: 0;
  margin: 0;
}

@media (max-width: 1299px) {
  .header__list {
    flex-direction: column;
    gap: 20px;
  }
}

.header__list-item {
  list-style: none;
}

.header__link {
  font: 400 18px/1 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
}

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

@media (max-width: 1299px) {
  .header__logo-wrap {
    z-index: 2;
  }
}

.header__logo {
  width: var(--logo-width, 80px);
  display: inline-block;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1299px) {
  .header__logo-desc {
    display: none;
  }
}

.header__logo-mob {
  display: none;
}

@media (max-width: 1299px) {
  .header__logo-mob {
    display: block;
  }
}

.header__contacts {
  display: flex;
  justify-content: flex-end;
  gap: 65px;
}

@media (max-width: 1299px) {
  .header__contacts {
    position: absolute;
    left: 0;
    top: calc(100% + 24px);
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    padding: 0 42px;
  }
}

@media (max-width: 767px) {
  .header__contacts {
    padding: 0 20px;
  }
}

.header__contacts-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.header__contacts-wrap--geo {
  display: flex;
}

@media (max-width: 1299px) {
  .header__contacts-wrap--geo {
    display: none;
  }
}

@media (max-width: 1299px) {
  .header__contacts-wrap--time {
    transform: translate(var(--contacts-wrap-left), 0);
    transition: all 0.3s ease 0s;
  }
}

.header__contacts-wrap--phone {
  display: none;
}

@media (max-width: 1299px) {
  .header__contacts-wrap--phone {
    display: flex;
    transform: translate(var(--contacts-wrap-right), 0);
    transition: all 0.3s ease 0s;
  }
}

.header__geo-link {
  display: none;
  min-width: var(--header-mob-size);
  height: var(--header-mob-size);
  place-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1299px) {
  .header__geo-link {
    display: grid;
    z-index: 2;
  }
}

.header__geo-link svg {
  max-width: var(--geo-link-svg-width, 18px);
  transition: all 0.3s ease 0s;
}

.header__contacts-title {
  margin: 0;
  color: #FCF1EA;
  font: 400 14px/1 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.header__contacts-block {
  display: flex;
  align-items: center;
  gap: 6px;
}

.header__contacts-text {
  margin: 0;
  font: 400 18px/1 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.header__burger {
  --stb-burger-translate-y: -50%;
  --stb-burger-translate-rotate: 0deg;
  display: none;
  position: relative;
  min-width: var(--header-mob-size);
  height: var(--header-mob-size);
  border-radius: 50%;
  background: rgba(32, 90, 94, 0.0392156863);
  z-index: 3;
  border: none;
  outline: none;
  background: none;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1299px) {
  .header__burger {
    display: block;
  }
}

.header__burger:hover span,
.header__burger:hover::before,
.header__burger:hover::after {
  background-color: #A7BB22;
}

.header__burger span,
.header__burger::before,
.header__burger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, var(--stb-burger-translate-y)) rotate(var(--stb-burger-translate-rotate));
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.7s ease 0s;
}

.header__burger::before {
  --stb-burger-translate-y: calc(-50% - 8px);
}

.header__burger::after {
  --stb-burger-translate-y: calc(-50% + 8px);
}

.active .header__burger span {
  opacity: 0;
}

.active .header__burger::before {
  --stb-burger-translate-y: -50%;
  --stb-burger-translate-rotate: -225deg;
}

.active .header__burger::after {
  --stb-burger-translate-y: -50%;
  --stb-burger-translate-rotate: 225deg;
}

.header__info {
  display: none;
  margin-bottom: 30px;
}

@media (max-width: 1299px) {
  .header__info {
    display: flex;
  }
}

.header__info-logo {
  max-width: 85px;
}

.header__info-item {
  align-items: center;
}

.header__info-item--link:hover {
  color: #fff;
  text-decoration: underline;
}

.header__info-icon {
  padding: 0;
}

.header__info-title,
.header__info-text {
  font-size: 12px;
}

.header__socials {
  display: none;
}

@media (max-width: 1299px) {
  .header__socials {
    display: flex;
  }
}

.header .lang-wrap {
  position: absolute;
  top: 100%;
  right: 0;
}

@media (max-width: 1299px) {
  .header .lang-wrap {
    position: static;
  }
}

.header .lang-box {
  max-height: 20px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0;
  margin: 20px 0 0 0;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}

.header .lang-box:hover {
  max-height: 100px;
}

@media (max-width: 1299px) {
  .header .lang-box {
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
  }
}

.header .lang-item {
  list-style: none;
}

.header .lang-item.current-lang a {
  color: #FCF1EA;
}

.header .lang-item.current-lang {
  order: -1;
}

.header .lang-item a {
  display: block;
  padding: 2px;
  color: #545454;
  font: 400 12px/1 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
}

@media (max-width: 1299px) {
  .header .lang-item a {
    font-size: 16px;
  }
}

.header .lang-item a:hover {
  color: #FCF1EA;
}

.main-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 70px 0;
}

.main-section__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

@media (max-width: 767px) {
  .main-section__content {
    gap: 17px;
  }
}

.main-section__slider {
  position: absolute;
  inset: 0;
  left: 0;
  top: 0;
  z-index: -1;
}

.main-section__slider::before,
.main-section__slider::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
}

.main-section__slider::before {
  background-color: #161615;
  opacity: 47%;
}

.main-section__slider::after {
  background: #131212;
  background: radial-gradient(circle, rgba(19, 18, 18, 0) 0%, rgb(19, 18, 18) 100%);
}

.main-section__slider-item {
  position: relative;
  width: 100%;
  height: 100%;
}

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

.see-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 40px 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .see-section {
    min-height: 356px;
  }
}

.see-section__img {
  position: absolute;
  z-index: -1;
}

.see-section__img--left {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30%;
}

.see-section__img--right {
  top: 50%;
  right: -10%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .see-section__img--right {
    max-width: 435px;
  }
}

@media (max-width: 479px) {
  .see-section__img--right {
    right: -30%;
  }
}

.see-section__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
}

.see-section__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
}

@media (max-width: 479px) {
  .see-section__content {
    gap: 124px;
  }
}

.see-section__title {
  font: 400 60px/1.1 "Instrument Serif", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

@media (max-width: 767px) {
  .see-section__title {
    font-size: 44px;
  }
}

@media (max-width: 479px) {
  .see-section__title {
    font-size: 24px;
  }
}

.specials-section__block {
  display: flex;
  flex-wrap: wrap;
  min-height: 900px;
}

@media (max-width: 767px) {
  .specials-section__block {
    min-height: 0;
  }
}

.specials-section__block--green {
  background-color: #6E7D07;
}

.specials-section__block--dark-green {
  background-color: #434D35;
}

.specials-section__block--pink {
  background-color: #7E53AA;
}

.specials-section__block:nth-child(even) {
  flex-direction: row-reverse;
}

.specials-section__text-wrap {
  width: 100%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 94px 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .specials-section__text-wrap {
    max-width: 100%;
    min-height: 350px;
    order: -1;
  }
}

@media (max-width: 479px) {
  .specials-section__text-wrap {
    padding: 45px 15px;
  }
}

@media (max-width: 479px) {
  .specials-section__title-wrap {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}

.specials-section__title {
  margin-bottom: 12px;
  color: #F5F5F5;
  font: 400 48px/1.1 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

@media (max-width: 1299px) {
  .specials-section__title {
    font-size: 36px;
  }
}

@media (max-width: 479px) {
  .specials-section__title {
    font-size: 24px;
  }
}

.specials-section__sub-title {
  margin-bottom: 0;
  color: #FCF1EA;
  font: 400 22px/1.25 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

@media (max-width: 479px) {
  .specials-section__sub-title {
    font-size: 14px;
  }
}

.specials-section__list {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 24px;
  padding: 0;
  margin: 0;
}

@media (max-width: 479px) {
  .specials-section__list {
    flex: 0;
  }
}

.specials-section__item {
  list-style: none;
}

.specials-section__item-name {
  margin-bottom: 1px;
  color: #FCF1EA;
  font: 700 22px/1.25 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

@media (max-width: 1199px) {
  .specials-section__item-name {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .specials-section__item-name {
    font-size: 14px;
  }
}

.specials-section__item-text {
  margin-bottom: 0;
  color: #FCF1EA;
  font: 400 18px/1.25 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

@media (max-width: 1199px) {
  .specials-section__item-text {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .specials-section__item-text {
    font-size: 14px;
  }
}

.specials-section__img-wrap {
  position: relative;
  max-width: 50%;
  width: 100%;
}

@media (max-width: 767px) {
  .specials-section__img-wrap {
    max-width: 100%;
    min-height: 350px;
  }
}

.specials-section__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.our-section {
  padding: 180px 0;
}

@media (max-width: 767px) {
  .our-section {
    padding: 50px 0;
  }
}

.our-section__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}

.our-section__title {
  font-weight: 400;
}

.our-section__text {
  max-width: 710px;
  margin: 0 auto;
  color: #FCF1EA;
  font: 400 22px/1.25 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

@media (max-width: 767px) {
  .our-section__text {
    font-size: 14px;
  }
}

.gallery-section__main-img {
  width: 100%;
}

.gallery-section__block {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 767px) {
  .gallery-section__block {
    grid-template-columns: repeat(3, 1fr);
  }
}

.gallery-section__img {
  width: 100%;
  height: 100%;
  min-height: 365px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .gallery-section__img {
    min-height: 160px;
  }
}

@media (max-width: 767px) {
  .gallery-section__img:nth-child(n+7) {
    display: none;
  }
}

.map-section {
  background-color: #000;
}

.map-section__map {
  width: 100%;
  min-height: 573px;
}

@media (max-width: 479px) {
  .map-section__map {
    min-height: 450px;
  }
}

.footer {
  background-color: #000;
}

@media (max-width: 479px) {
  .footer {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

.footer__top {
  padding: 100px 0;
}

@media (max-width: 479px) {
  .footer__top {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    padding: 45px 0;
  }
}

.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
}

@media (max-width: 479px) {
  .footer__content {
    gap: 30px;
  }
}

.footer__menu-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font: 400 18px/1 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

@media (max-width: 479px) {
  .footer__menu-link {
    flex-direction: column;
    align-items: center;
    font-size: 14px;
  }
}

.footer__menu-link:hover {
  text-decoration: underline;
}

.footer__bot {
  position: relative;
  padding: 20px 0;
  background-color: #222222;
}

.footer__bot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FCF1EA;
  opacity: 0.3;
}

.footer__bot-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}

.footer__bot-text {
  margin: 0;
  font: 400 16px/1 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.footer__bot-text--link:hover {
  text-decoration: underline;
}