/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Manrope:wght@200..800&display=swap");
* {
  box-sizing: border-box;
}

img, svg {
  max-width: 100%;
  height: auto;
  display: block;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Libraries, which is used in current project. */
/* Libraries, which is used in current project. */
/* Some styles, which is used for correct sprite-generation, vars, mixins and etc */
/* Please, do not edit with file! */
/* This file can be overwritten by update-project! */
/* Mixins, which are specific for current project */
/* Mixins and vars for sprite generation */
/* Scss for used fonts */
/* Vars, which are specific for current project */
/* Styles for UI-elements */
:root {
  --font-family: "Manrope", sans-serif;
  --color-bg: #fbfbfb;
  --color-main: #000;
  --color-accent:#CED720;
  --color-link-hover:#95ACC7;
  --transition: .3s ease-out;
}

h1, h2, h3, h4, h5, .title {
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1.22;
  font-family: var(--font-family);
}

.animate-text br {
  display: none;
}
.animate-text em {
  display: block;
  font-style: normal;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.animate-text_show em {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.animate-text_show em:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.animate-text_show em:nth-child(5) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.animate-text_show em:nth-child(7) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.animate-text_show em:nth-child(9) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.fadeIn {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.fadeIn:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.fadeIn:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.fadeIn:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.fadeIn:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.fadeIn:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.fadeIn:nth-child(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.fadeIn:nth-child(8) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.fadeIn:nth-child(9) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.fadeIn_active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

a {
  outline: none;
  text-decoration: none;
  color: var(--color-main);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 35px;
  height: 48px;
  font-family: var(--font-family);
  padding: 0 32px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 18px;
  color: #000;
  background: var(--color-accent);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-weight: 600;
  -webkit-box-pack: center;
          justify-content: center;
  cursor: pointer;
  border: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1600px) {
  .button {
    height: 40px;
    font-size: 16px;
    padding: 0 24px;
  }
}
.button_big {
  height: 64px;
  padding: 0 40px;
  font-size: 20px;
}
@media (max-width: 660px) {
  .button_big {
    font-size: 18px;
    height: 58px;
  }
}
@media screen and (min-width: 660px) {
  .button:hover {
    box-shadow: 0 0 20px #ced720;
  }
}
.button:disabled {
	pointer-events:none;
	opacity:.6;
	background:#bbb;
}

.input-text {
  border-radius: 35px;
  height: 58px;
  padding: 0 32px;
  font-size: 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border: 2px solid transparent;
  outline: none;
  box-sizing: border-box;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 660px) {
  .input-text {
    border-radius: 10px;
    height: 50px;
    padding: 0 16px;
    font-size: 16px;
  }
}
.input-text:focus {
  border-color: var(--color-accent);
}
.input-text.invalid {
	border-color:red !important;
}
textarea.input-text {
  border-radius: 20px;
  resize: none;
  padding: 18px 32px;
  height: 170px;
}
@media (max-width: 660px) {
  textarea.input-text {
    padding: 10px 16px;
    border-radius: 10px;
    height: 100px;
  }
}

/*! Sky Hero
--------------------------
 */
.sky {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 660px) {
  .sky {
    display: none;
  }
}

.comet {
  position: absolute;
  background-color: rgba(160, 198, 255, 0.5);
  width: 12px;
  height: 4px;
  border-radius: 50%;
  box-shadow: 0 0 60px 15px rgba(160, 198, 255, 0.6);
  z-index: 3;
  -webkit-animation: comet-trail 10s ease-out infinite;
          animation: comet-trail 10s ease-out infinite;
}

@-webkit-keyframes comet-trail {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100vw) translateY(50vh);
            transform: translateX(100vw) translateY(50vh);
    opacity: 0;
  }
}

@keyframes comet-trail {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100vw) translateY(50vh);
            transform: translateX(100vw) translateY(50vh);
    opacity: 0;
  }
}
/* Common styles for current project */
html, body {
  height: 100%;
}

body {
  background: #f6f6f6;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
  font-variant-numeric: lining-nums;
  overflow:visible !important;
}

/*! Common
-----------------------
 */
.wrapper-30 {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
margin:0 0 -24px;
  padding-top: 100vh;
}
@media (max-width: 660px) {
  .wrapper-30 {
    padding-top: 600px;
  }
}

.container-30 {
  padding: 0 80px;
  width: 100%;
}
@media (max-width: 1440px) {
  .container-30 {
    padding: 0 40px;
  }
}
@media (max-width: 660px) {
  .container-30 {
    padding: 0 20px;
  }
}

.scroll-container {
  position: relative;
  z-index: 4;
  background: var(--color-bg);
  overflow: hidden;
  border-radius: 40px 40px 0 0;
}
@media (max-width: 660px) {
  .scroll-container {
    border-radius: 10px 10px 0 0;
  }
}

/*! Hero Section
----------------------
 */
.hero-section {
  min-height: 100vh;
  background: url("../img/content/bg.webp") no-repeat 50% 100%;
  background-size: cover;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 660px) {
  .hero-section {
    min-height: 610px;
  }
}
.hero-section__block {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
  padding-top: 160px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1440px) {
  .hero-section__block {
    padding-top: 130px;
  }
}
@media (max-width: 1024px) {
  .hero-section__block {
    padding-top: 100px;
  }
}
.hero-section__block .fadeIn {
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
.hero-section__block .fadeIn:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.hero-section__block .fadeIn_active {
  -webkit-transform: none !important;
          transform: none !important;
}
.hero-section__logo {
  -webkit-box-flex: 0;
          flex: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.hero-section__logo img {
  height: 250px;
}
@media (max-width: 1440px) {
  .hero-section__logo img {
    height: 180px;
  }
}
@media (max-width: 660px) {
  .hero-section__logo img {
    height: 130px;
  }
}
.hero-section__desc {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin: 28px 0 0;
}
@media (max-width: 1440px) {
  .hero-section__desc {
    font-size: 22px;
margin-top:20px;
  }
}
@media (max-width: 660px) {
  .hero-section__desc {
    font-size: 20px;
  }
}
.hero-section__button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

/*! About Section
----------------------
 */
.about-section {
  padding: 180px 0 0;
}
@media (max-width: 1600px) {
  .about-section {
    padding: 120px 0 0;
  }
}
@media (max-width: 1024px) {
  .about-section {
    padding: 80px 0 0;
  }
}
@media (max-width: 660px) {
  .about-section {
    padding: 32px 0 0;
  }
}
.about-section__text {
  text-align: center;
  max-width: 1300px;
  font-size: 30px;
  margin: 0 auto;
}
.about-section__text p:not(:last-child) {
  margin:0 0 20px;
}
@media (max-width: 1600px) {
  .about-section__text {
    font-size: 24px;
    max-width: 1000px;
  }
}
@media (max-width: 1024px) {
  .about-section__text {
    font-size: 20px;
  }
}
@media (max-width: 660px) {
  .about-section__text {
    font-size: 18px;
    text-align: left;
  }
}
.about-section__text strong {
  font-weight: 400;
}
.about-section__video {
  margin-top: 120px;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .about-section__video {
    margin-top: 80px;
  }
}
@media (max-width: 660px) {
  .about-section__video {
    border-radius: 10px;
  }
}
.about-section__video iframe {
  aspect-ratio: 16/9;
  display: block;
}

/*! Steps Section
----------------------
 */
.steps-section {
overflow:hidden;
  padding: 180px 0;
}
@media (max-width: 1440px) {
  .steps-section {
    padding: 140px 0 180px;
  }
}
@media (max-width: 1024px) {
  .steps-section {
    padding: 120px 0;
  }
}
@media (max-width: 660px) {
  .steps-section {
    padding: 80px 0;
  }
}
.steps-section__head {
  max-width: 640px;
  text-align: center;
  margin: 0 auto 48px;
}
@media (max-width: 1440px) {
	.steps-section__head {
margin-bottom:16px;
	}
}
@media (max-width: 660px) {
  .steps-section__head {
    margin-bottom: 48px;
    text-align: left;
  }
}
.steps-section__title {
  font-weight: 300;
  font-size: 100px;
  line-height: 1;
  margin: 0 0 20px;
}
@media (max-width: 1600px) {
  .steps-section__title {
    font-size: 80px;
  }
}
@media (max-width: 660px) {
  .steps-section__title {
    font-size: 48px;
  }
}
.steps-section__note {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1600px) {
  .steps-section__note {
    font-size: 20px;
  }
}
@media (max-width: 660px) {
  .steps-section__note {
    font-size: 16px;
  }
}
.steps-section__grid {
  display: -webkit-box;
  display: flex;
gap:64px;
align-items:flex-end;
padding-left:45%;
position:relative;
}
@media (max-width: 1024px) {
.steps-section__grid {
  display:block;
padding:0;
}
}
.steps-section__item {
min-width:370px;
  position: relative;
  -webkit-transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 1024px) {
.steps-section__item {
min-width:initial;
padding-left:32px;
	}
.steps-section__item:after {
content:'';
left:-3px;
z-index:2;
background:var(--color-accent);
width:8px;
height:8px;
border-radius:50%;
position:absolute;
top:50%;
transform:translateY(-50%);
	}
.steps-section__item:not(:last-child) {
	padding-bottom:64px;
}
}
.steps-section__item:not(:last-child):before {
	left:0;
	bottom:115px;
	width: calc(100% + 48px);
	height:2px;
	content:'';
	position:absolute;
	background:var(--color-accent);
}
@media (max-width: 1024px) {
.steps-section__item:not(:last-child):before {
width:2px;
height:100%;
bottom:initial;
top:0;
left:0;
	}
.steps-section__item:last-child:before {
width:2px;
height:100%;
	content:'';
	position:absolute;
	background:var(--color-accent);
bottom:initial;
top:0;
left:0;

	}
}
.steps-section__city {
  display: -webkit-box;
  display: flex;
  gap: 24px;
font-size:64px;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 16px;
}
.steps-section__city img {
  height: 80px;
}
@media (max-width: 1440px) {
  .steps-section__city img {
    height: 60px;
  }
}
.steps-section__city_empty {
display:none
}
.steps-section__year {
  line-height: 1;
  margin: 0 0 16px;
  font-size: 100px;
	background:#fbfbfb;
	display:table;
line-height:1;
	padding:0 24px 0 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 1440px) {
  .steps-section__year {
    font-size: 80px;
  }
}
@media (max-width: 660px) {
  .steps-section__year {
    font-size: 54px;
  }
}
.steps-section__desc {
  max-width: 380px;
  font-size: 20px;
  z-index: 3;
}
@media (max-width:1440px) {
  .steps-section__desc {
    font-size:18px;
max-width:340px;
  }
}

/*! Numbers Section
----------------------
 */
.numbers-section {
  padding: 0 24px;
}
@media (max-width: 660px) {
  .numbers-section {
    padding: 0 20px;
  }
}
.numbers-section__block {
  background: #fff url("../img/content/pattern.webp") no-repeat 50% 50%;
  background-size: cover;
  padding: 90px 58px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
}
@media (max-width: 660px) {
  .numbers-section__block {
    border-radius: 10px;
    padding: 30px;
  }
}
.numbers-section__head {
  margin: 0 0 48px;
}
@media (max-width: 660px) {
  .numbers-section__head {
    margin: 0 0 24px;
  }
}
.numbers-section__title {
  font-weight: 300;
  font-size: 64px;
  line-height: 1;
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .numbers-section__title {
    font-size: 48px;
  }
}
@media (max-width: 660px) {
  .numbers-section__title {
    font-size: 32px;
    margin: 0 0 16px;
  }
}
.numbers-section__note {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.6);
  max-width: 800px;
}
@media (max-width: 1024px) {
  .numbers-section__note {
    font-size: 20px;
  }
}
@media (max-width: 660px) {
  .numbers-section__note {
    font-size: 16px;
  }
}
.numbers-section__list {
  display:flex;
  gap: 48px;
}
@media (max-width: 1600px) {
  .numbers-section__list {
    grid-row-gap: 64px;
display:grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1280px) {
  .numbers-section__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 660px) {
  .numbers-section__list {
    gap: 32px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.numbers-section__item {
flex:auto;
  position: relative;
}
.numbers-section__value {
  font-size: 42px;
  font-weight: 600;
display:flex;
align-items:baseline;
  line-height: 1;
  margin: 0 0 16px;
gap:6px;
  color: var(--color-accent);
}
@media (max-width: 1600px) {
.numbers-section__value {
	font-size:64px
	}
}
@media (max-width: 1024px) {
.numbers-section__value {
	font-size:32px
	}
}
.numbers-section__value span {
  font-size: 90px;
  display: inline-block;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}
@media (max-width: 1600px) {
  .numbers-section__value span {
    font-size: 80px;
  }
}
@media (max-width: 1024px) {
  .numbers-section__value span {
    font-size: 48px;
  }
}
.numbers-section__desc {
  font-size: 18px;
}
@media (max-width: 1440px) {
  .numbers-section__desc {
max-width:300px;
  }
}

/*! Gallery Section
------------------------
 */
.gallery-section {
  padding: 180px 0;
}
@media (max-width: 1024px) {
  .gallery-section {
    padding: 120px 0;
  }
}
@media (max-width: 660px) {
  .gallery-section {
    padding: 80px 0;
  }
}
.gallery-section__sidebar {
	display:flex;
align-items:flex-end;
justify-content:space-between;
margin:0 0 64px;
}
@media (max-width: 1024px) {
  .gallery-section__sidebar {
    margin: 0 0 48px;
	display:block;
  }
}
@media (max-width: 660px) {
  .gallery-section__sidebar {
    margin: 0 0 32px;
  }
}
.gallery-section__title {
  font-weight: 300;
  font-size: 80px;
  line-height: 1;
}
@media (max-width: 1600px) {
  .gallery-section__title {
    font-size: 64px;
  }
}
@media (max-width: 660px) {
  .gallery-section__title {
    font-size: 48px;
  }
}
.gallery-section__note {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.6);
  max-width: 650px;
}
@media (max-width: 1440px) {
  .gallery-section__note {
    font-size: 18px;
max-width:480px;
  }
}

@media (max-width: 1024px) {
	.gallery-section__note {
margin:24px 0 0;
font-size:16px;
max-width:100%;
	}
}
.gallery-section__slider .swiper {
  overflow:visible;
}
@media (max-width: 1024px) {
  .gallery-section__slider {
    width: 100%;
  }
}
.gallery-section__slider .swiper {
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .gallery-section__slider .swiper {
    overflow: visible;
  }
}
@media (max-width: 660px) {
  .gallery-section__slider .swiper {
    border-radius: 10px;
  }
}
.gallery-section__slider .swiper-slide img {
  aspect-ratio:16/9;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 660px) {
  .gallery-section__slider .swiper-slide img {
    border-radius: 10px;
  }
}
.gallery-section__slider .swiper-slide a:hover {
  opacity: 0.7;
}
.gallery-section__arrows {
  margin: 24px 0 0;
  display: -webkit-box;
  display: flex;
  gap: 12px;
}
.gallery-section__arrow {
  border: 1px solid #000;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 58px;
  height: 58px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #000;
}
.gallery-section__arrow svg {
  height: 38px;
  width: auto;
}
@media (max-width: 660px) {
  .gallery-section__arrow {
    width: 40px;
    height: 40px;
  }
  .gallery-section__arrow svg {
    height: 24px;
  }
}
.gallery-section__arrow:hover {
  border-color: var(--color-accent);
  background: var(--color-accent);
}
.gallery-section__cat {
  margin: 120px auto 0;
flex-direction:column;
  display: -webkit-box;
  display: flex;
  gap: 32px;
align-items:center;
text-align:center;
}
@media (max-width: 1024px) {
  .gallery-section__cat {
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media (max-width: 660px) {
  .gallery-section__cat {
    margin-top: 80px;
  }
}
.gallery-section__cat-photo {
  -webkit-box-flex: 0;
          flex: none;
  width: 35%;
}
@media (max-width: 1024px) {
  .gallery-section__cat-photo {
    width: 100%;
  }
}
.gallery-section__cat-photo img {
  border-radius: 50vw 0 50vw 50vw;
}
@media (max-width: 660px) {
  .gallery-section__cat-photo img {
    border-radius: 20vw 20vw 20vw 0;
  }
}
.gallery-section__cat-about {
  -webkit-box-flex: 1;
          flex: auto;
}
.gallery-section__cat-desc {
  font-size: 27px;
  font-weight: 300;
  max-width: 700px;
}
@media (max-width: 1024px) {
  .gallery-section__cat-desc {
    font-size: 24px;
  }
}
@media (max-width: 660px) {
  .gallery-section__cat-desc {
    font-size: 18px;
  }
}
.gallery-section__cat-btn {
  margin: 32px 0 0;
  display: table;
}
@media (max-width: 660px) {
  .gallery-section__cat-btn {
    width: 100%;
  }
  .gallery-section__cat-btn .button {
    width: 100%;
    padding: 0;
  }
}

/*! Order Section
-------------------------
 */
.order-section {
  padding: 0 24px;
}
@media (max-width: 660px) {
  .order-section {
    padding: 0 20px;
  }
}
.order-section__block {
  background: #DDD1C1 url("../img/content/order-bg.webp") no-repeat 100% 50%;
  background-size: cover;
  border-radius: 40px;
  padding: 80px 58px 80px 120px;
}
@media (max-width: 1600px) {
  .order-section__block {
    padding-left: 58px;
  }
}
@media (max-width: 1024px) {
  .order-section__block {
    padding: 48px;
    background: #DDD1C1;
  }
}
@media (max-width: 660px) {
  .order-section__block {
    padding: 32px;
    border-radius: 10px;
  }
}
.order-section__head {
  margin: 0 0 48px;
}
@media (max-width: 660px) {
  .order-section__head {
    margin: 0 0 32px;
  }
}
.order-section__title {
  font-weight: 300;
  font-size: 58px;
  line-height: 1;
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .order-section__title {
    font-size: 48px;
  }
}
@media (max-width: 660px) {
  .order-section__title {
    font-size: 32px;
  }
}
.order-section__note {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.6);
  max-width: 770px;
}
@media (max-width: 1024px) {
  .order-section__note {
    font-size: 20px;
  }
}
@media (max-width: 660px) {
  .order-section__note {
    font-size: 16px;
  }
}
.order-section__form {
  max-width: 650px;
}
.order-section__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 660px) {
  .order-section__list {
    gap: 12px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.order-section__field_full {
  grid-column: 1/-1;
}
.order-section__bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 24px;
  margin: 24px 0 0;
}
@media (max-width: 660px) {
  .order-section__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 16px;
  }
}
.order-section__bottom .button {
  -webkit-box-flex: 0;
          flex: none;
  height: 58px;
  font-size: 20px;
  padding: 0 40px;
}
@media (max-width: 660px) {
  .order-section__bottom .button {
    padding: 0;
    font-size: 18px;
    width: 100%;
  }
}
.order-section__agree {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  line-height: 1.25;
}
.order-section__agree a {
  color: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.order-section__agree a:hover {
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

/*! Partners Section
-------------------------
 */
.partners-section {
  padding: 180px 0 120px;
}
@media (max-width: 1024px) {
  .partners-section {
    padding: 100px 0 80px;
  }
}
@media (max-width: 660px) {
  .partners-section {
    padding: 80px 0 64px;
  }
}
.partners-section__title {
  font-weight: 300;
  font-size: 58px;
  line-height: 1;
  margin: 0 0 48px;
}
@media (max-width: 1024px) {
  .partners-section__title {
    font-size: 48px;
  }
}
@media (max-width: 660px) {
  .partners-section__title {
    font-size: 32px;
  }
}
.partners-section .text-line {
  position: relative;
  z-index: 3;
}
.partners-section .text-line__scroller {
  display: -webkit-box;
  display: flex;
  gap: 32px;
  will-change: transform;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .partners-section .text-line__scroller {
    gap: 64px;
  }
}
@media (max-width: 660px) {
  .partners-section .text-line__scroller {
    gap: 48px;
  }
}
.partners-section .text-line__list {
  flex-shrink: 0;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: 32px;
  -webkit-animation: floatTemplate 50s linear infinite;
          animation: floatTemplate 50s linear infinite;
}
@media (max-width: 1440px) {
  .partners-section .text-line__list {
    gap: 64px;
  }
}
@media (max-width: 660px) {
  .partners-section .text-line__list {
    gap: 48px;
  }
}
.partners-section .text-line__list img {
  max-height: 60px;
  max-width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners-section .text-line__list img.reverse {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}
.partners-section .text-line__list img.gray {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@-webkit-keyframes floatTemplate {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 32px));
            transform: translateX(calc(-100% - 32px));
  }
}
@keyframes floatTemplate {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 32px));
            transform: translateX(calc(-100% - 32px));
  }
}

/*! Header
------------------------
 */
.header-30 {
  position: fixed;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  top: 0;
padding:20px 20px 0;
  left: 0;
  z-index: 9;
  width: 100%;
}
@media (max-width: 1600px) {
  .header-30 {
padding:10px 10px 0;
  }
}
@media (max-width: 1024px) {
  .header-30 {
    display: none;
  }
}
.header-30__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  height: 72px;
	padding:0 10px 0 32px;
border-radius:100px;
box-shadow:0 5px 15px rgba(0,0,0,.03);
background:rgba(255,255,255,1);
    backdrop-filter: blur(8px);
}
@media (max-width: 1600px) {
.header-30__grid {
height:50px;
	}
}
.header-30_overlay .header-30__grid {
background: rgba(255, 255, 255, .7);
}

.header-30__logo {
	transform:translateY(-4px);
}
.header-30__logo img {
  height: 34px;
}
@media (max-width: 1600px) {
.header-30__logo img {
    gap: 18px;
  }
}
.header-30__menu {
  display: -webkit-box;
  display: flex;
  gap: 48px;
  font-weight: 600;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 1600px) {
  .header-30__menu {
    gap: 32px;
  }
}
.header-30:hover .header-30__menu {
  opacity: 1;
}
.header-30__links {
  text-transform: uppercase;
  font-size: 18px;
  color: #010101;
height:72px;
display:flex;
align-items:center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 1600px) {
  .header-30__links {
    font-size: 14px;
  }
}
.header-30__links:hover {
  color: var(--color-accent);
}
.header-30_overlay .header-30__links {
  color: #000;
}
.header-30_overlay .header-30__links:hover {
  color: var(--color-accent);
}

/*! Footer
----------------
 */
.footer-30 {
  padding: 14px 0;
  font-size: 15px;
  text-align: center;
  background: #000;
  position: relative;
  z-index: 4;
  color: #fff;
}
.footer-30 a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.site-wrapper:has(.wrapper-30) .crumbs,
.site-wrapper:has(.wrapper-30) .header,
.site-wrapper:has(.wrapper-30) .footer,
.site-wrapper:has(.wrapper-30) .description,
.site-wrapper:has(.wrapper-30) .feedback,
.site-wrapper:has(.wrapper-30) .services,
.site-wrapper:has(.wrapper-30) .mobile-bar {
	display:none;
}

body:has(.wrapper-30) .modal-message__sub-headline {
	display:none;
}

body:has(.wrapper-30) .modal-message__headline {
	margin:0;
}
html.with-fancybox,
html.with-fancybox body {
    overflow: hidden !important;
    height: auto !important;
    position: relative !important;
	margin-right:0 !important;
    padding-right: 0 !important;
}