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

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

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

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

/* montserrat-300 */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-300.woff2") format("woff2"), url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-300.ttf") format("truetype");
}
/* montserrat-regular */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2"), url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-regular.ttf") format("truetype");
}
/* montserrat-500 */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2") format("woff2"), url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-500.ttf") format("truetype");
}
/* montserrat-600 */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2") format("woff2"), url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-600.ttf") format("truetype");
}
/* montserrat-700 */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2") format("woff2"), url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-700.ttf") format("truetype");
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  font: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
header,
main,
footer,
hgroup,
menu,
nav,
section {
  display: block;
}

::-webkit-scrollbar {
  background-color: rgba(110, 124, 135, 0.1);
  height: 10px;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(110, 124, 135, 0.4);
  border-radius: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

p {
  line-height: 150%;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

textarea {
  height: 120px;
  overflow: auto;
  vertical-align: top;
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
  padding: 0;
}

img,
a {
  display: inline-block;
}

section {
  position: relative;
  z-index: 1;
}

button,
input,
select,
textarea {
  outline: none;
  border: none;
}

iframe {
  border: none;
}

select {
  background-color: transparent;
}

address {
  font-style: normal;
}

picture,
svg,
video,
img {
  max-width: 100%;
  object-fit: contain;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

body {
  font-family: "Montserrat";
  font-weight: 400;
  color: #000;
  background-color: #F9F2E7;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  margin: auto;
  max-width: 1575px;
}

/* montserrat-300 */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-300.woff2") format("woff2"), url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-300.ttf") format("truetype");
}
/* montserrat-regular */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2"), url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-regular.ttf") format("truetype");
}
/* montserrat-500 */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2") format("woff2"), url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-500.ttf") format("truetype");
}
/* montserrat-600 */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2") format("woff2"), url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-600.ttf") format("truetype");
}
/* montserrat-700 */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2") format("woff2"), url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-700.ttf") format("truetype");
}
/* montserrat-300 */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-300.woff2") format("woff2"), url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-300.ttf") format("truetype");
}
/* montserrat-regular */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2"), url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-regular.ttf") format("truetype");
}
/* montserrat-500 */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2") format("woff2"), url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-500.ttf") format("truetype");
}
/* montserrat-600 */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2") format("woff2"), url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-600.ttf") format("truetype");
}
/* montserrat-700 */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2") format("woff2"), url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-700.ttf") format("truetype");
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

/* montserrat-300 */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-300.woff2") format("woff2"), url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-300.ttf") format("truetype");
}
/* montserrat-regular */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2"), url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-regular.ttf") format("truetype");
}
/* montserrat-500 */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2") format("woff2"), url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-500.ttf") format("truetype");
}
/* montserrat-600 */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2") format("woff2"), url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-600.ttf") format("truetype");
}
/* montserrat-700 */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2") format("woff2"), url("../fonts/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-700.ttf") format("truetype");
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  font: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
header,
main,
footer,
hgroup,
menu,
nav,
section {
  display: block;
}

::-webkit-scrollbar {
  background-color: rgba(110, 124, 135, 0.1);
  height: 10px;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(110, 124, 135, 0.4);
  border-radius: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

p {
  line-height: 150%;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

textarea {
  height: 120px;
  overflow: auto;
  vertical-align: top;
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
  padding: 0;
}

img,
a {
  display: inline-block;
}

section {
  position: relative;
  z-index: 1;
}

button,
input,
select,
textarea {
  outline: none;
  border: none;
}

iframe {
  border: none;
}

select {
  background-color: transparent;
}

address {
  font-style: normal;
}

picture,
svg,
video,
img {
  max-width: 100%;
  object-fit: contain;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

body {
  font-family: "Montserrat";
  font-weight: 400;
  color: #000;
  background-color: #F9F2E7;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  margin: auto;
  max-width: 1575px;
}

.title {
  font-size: 60px;
  color: #3c3b3b;
}

.minititle {
  font-size: 40px;
}

.spacing {
  padding: 30px 0;
}

.btn {
  width: fit-content;
  transition: all 0.2s ease;
  text-align: center;
  position: relative;
  color: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.btn--main {
  background-color: #212121;
  color: #fff;
}
.btn--main::before, .btn--main::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
}
.btn--main::before {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transition: 0.5s ease-in-out;
}
.btn--main:hover::before {
  left: 100%;
}

.welcome {
  min-height: 100vh;
  background: #3d3d3d;
  color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  z-index: 1;
  margin-bottom: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.welcome::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  z-index: -1;
}
.welcome::after {
  content: "";
  position: absolute;
  background: #3d3d3d;
  width: 100%;
  z-index: -1;
  height: 200px;
  left: 0;
  right: 0;
  bottom: -200px;
}
.welcome__title {
  text-transform: uppercase;
  font-size: 110px;
  font-weight: 700;
}
.welcome__text {
  font-size: 60px;
}

.connect {
  margin-top: -180px;
}
.connect__inner {
  border-radius: 100px;
  background: #f2e5d4;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 0.4fr;
  align-items: center;
  gap: 30px;
}
.connect__inner > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.connect__inner p {
  font-size: 30px;
  letter-spacing: -0.03em;
  font-weight: 500;
}
.connect .title {
  margin-bottom: 20px;
}

.kitchen {
  position: relative;
}
.kitchen__inner {
  display: flex;
  justify-content: center;
  gap: 90px;
}
.kitchen__icon {
  position: absolute;
  object-fit: contain;
}
.kitchen__icon--1 {
  height: 88px;
  width: 88px;
  top: 0;
  left: 0;
}
.kitchen__icon--2 {
  height: 100px;
  width: 100px;
  bottom: -30px;
  right: 0;
}
.kitchen__icon--3 {
  height: 150px;
  width: 150px;
  top: 13%;
  left: 5%;
}
.kitchen__icon--4 {
  height: 135px;
  width: 135px;
  bottom: 5%;
  left: 10%;
}
.kitchen .title {
  margin-bottom: 16px;
}
.kitchen__wrapper {
  border: 6px solid #3c3b3b;
  border-radius: 100px;
  padding: 40px 45px;
}
.kitchen__btns {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.kitchen__btns .btn {
  width: 100%;
}
.kitchen__item {
  border: 4px solid #3c3b3b;
  border-radius: 50px;
  background-color: #F9F2E7;
  overflow: hidden;
  position: relative;
  z-index: 1;
  flex: 1;
}
.kitchen__item > img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}
.kitchen__info {
  padding: 20px 15px 40px;
}

.dn {
  display: none;
}

.footer {
  margin: 30px 0 50px;
}
.footer__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
}
.footer__icon {
  height: 160px;
  width: 160px;
  object-fit: contain;
}
.footer__info {
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-weight: 600;
}
.footer__info h3 {
  font-weight: 700;
  margin-bottom: 10px;
}
.footer__lines {
  margin-top: 5px;
}
.footer__lines a:hover {
  text-decoration: underline;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  gap: 6px;
  font-weight: 600;
  margin-top: 20px;
}
.footer__bottom a:hover {
  text-decoration: underline;
}

@media (max-width: 1600px) {
  .container {
    max-width: 1360px;
  }
  .welcome__title {
    font-size: 100px;
  }
  .welcome__text {
    font-size: 50px;
  }
  .connect__inner p {
    font-size: 24px;
  }
}
@media (max-width: 1400px) {
  .container {
    max-width: 1160px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 60px;
    max-width: 100%;
  }
  .kitchen__inner {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .kitchen__icon {
    display: none;
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }
  .spacing {
    padding: 20px 0;
  }
  .kitchen__inner {
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
  }
  .kitchen__wrapper {
    border: none;
    padding: 0;
  }
  .kitchen__icon {
    display: none;
  }
  .welcome__title {
    font-size: 70px;
  }
  .welcome__text {
    font-size: 25px;
    margin-top: 6px;
  }
  .title {
    font-size: 40px;
  }
  .connect__inner {
    border-radius: 60px;
  }
  .connect__inner p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 620px) {
  .container {
    padding: 0 20px;
  }
  .footer {
    margin: 20px 0 40px;
  }
  .footer__bottom {
    flex-direction: column;
    font-size: 12px;
  }
  .footer__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 14px;
  }
  .footer__info h3 {
    margin-bottom: 5px;
  }
  .footer__icon {
    display: none;
  }
  .footer__inner {
    grid-template-columns: 1fr;
  }
  .welcome {
    background-size: 50%;
    min-height: 220px;
    margin-bottom: 80px;
  }
  .welcome::after {
    height: 80px;
    bottom: -80px;
  }
  .welcome::before {
    height: 100%;
  }
  .welcome__title {
    font-size: 20px;
  }
  .welcome__text {
    font-size: 10px;
    margin-top: 6px;
  }
  .kitchen__item > img {
    height: 220px;
  }
  .kitchen__btns {
    margin-top: 25px;
  }
  .kitchen .title {
    text-align: center;
  }
  .btn {
    font-size: 20px;
    padding: 15px 25px;
    min-height: 77px;
  }
  .minititle {
    font-size: 20px;
  }
  .title {
    font-size: 20px;
  }
  .connect {
    margin-top: -85px;
  }
  .connect .title {
    margin-bottom: 10px;
  }
  .connect__inner {
    border-radius: 40px;
    padding: 16px 20px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px;
  }
  .connect__inner p {
    font-size: 12px;
  }
  .connect__inner > img {
    width: 120px;
    height: 120px;
    object-fit: contain;
  }
}
@media (max-width: 360px) {
  .connect__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .connect__inner > img {
    margin: auto;
  }
  .btn {
    font-size: 18px;
    min-height: 50px;
  }
}