/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
:root {
  --primary: #fdd568;
  --primary-dark: #deb441;
  --dark: #15151d;
}
html {
  box-sizing: border-box;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
}
body {
  font-family: Inter, sans-serif;
}
.body-hidden {
  overflow: hidden;
  touch-action: none;
}
.sect-m {
  margin: 80px 0;
}
.sect-p {
  padding: 80px 0;
}
.content {
  font-size: 16px;
  line-height: 130%;
}
.content p {
  margin: 0;
}
.content p:not(:last-child) {
  margin-bottom: 18px;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.min-h-100vh {
  min-height: 100vh;
}
.flex-1 {
  flex: 1;
}
:root {
  --content-width: 1160px;
  --offset-width: 15px;
  --container-width: calc(var(--content-width) + (var(--offset-width) * 2));
}
.container {
  max-width: var(--container-width);
  width: 100%;
  padding: 0 var(--offset-width);
  margin: 0 auto;
}
.btn-reset {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  padding: 0;
  color: inherit;
}
.btn-s {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px;
  background-color: var(--primary);
  border-radius: 4px;
  outline: 0;
  border: 1px solid var(--primary);
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 99%;
  letter-spacing: 0.03em;
  color: #000;
  transition: color 0.3s ease, border-color 0.3s ease,
    background-color 0.3s ease;
}
.btn-s._outline {
  background-color: rgba(0, 0, 0, 0);
  border-color: var(--primary);
}
.btn-s._outline._active {
  background-color: var(--primary);
}
.list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.s-title {
  font-size: 40px;
  letter-spacing: 0.06em;
}
.s-title span {
  font-weight: 400;
}
.input {
  width: 100%;
  padding: 22px 20px;
  background-color: #fff;
  border-radius: 4px;
  outline: 0;
  border: 1px solid #c2c2c2;
  font-size: 16px;
  line-height: 99%;
  letter-spacing: 0.03em;
  transition: border-color 0.3s ease;
}
.input:focus {
  border-color: var(--primary);
}
.input._outline-white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
textarea.input {
  resize: none;
}
.form-policy {
  font-size: 16px;
  line-height: 156%;
  letter-spacing: 0.03em;
  color: rgba(0, 0, 0, 0.5);
  margin: 30px 0 0 0;
}
.form-policy._white {
  color: hsla(0, 0%, 100%, 0.5);
}
.form-policy a {
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.3s ease;
}
.input-file {
  display: none;
}
.label-file,
[data-name="multilinefile-226-zl-mfcf7-upld-btn"] {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  padding: 22px 20px;
  background-color: #fff;
  border-radius: 4px;
  outline: 0;
  border: 1px solid #c2c2c2;
  gap: 10px;
  font-size: 16px;
  line-height: 99%;
  letter-spacing: 0.03em;
  color: rgba(0, 0, 0, 0.5);
  transition: border-color 0.3s ease;
}
[data-name="multilinefile-226-zl-mfcf7-upld-btn"] input {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  outline: none;
  color: inherit;
}
.label-file::before,
[data-name="multilinefile-226-zl-mfcf7-upld-btn"]::before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url(../img/paper-clip.svg) center/100% auto no-repeat;
}
.label-file._outline-white,
[data-name="multilinefile-226-zl-mfcf7-upld-btn"]._outline-white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(232, 232, 232, 0.75);
  z-index: 10;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.slider-btn._prev {
  left: 10px;
}
.slider-btn._next {
  right: 10px;
}
.slider-btn.swiper-button-disabled {
  opacity: 0.8;
  pointer-events: none;
}
.slider-btn._primary {
  background-color: var(--primary);
  color: #000;
}
.slider-btn svg {
  width: 24px;
  height: 24px;
}
.slider-scrollbar {
  height: 2px;
  background-color: rgba(0, 0, 0, 0.05);
  margin-top: 25px;
}
.slider-scrollbar .swiper-scrollbar-drag {
  display: flex;
  align-items: center;
  position: relative;
}
.slider-scrollbar .swiper-scrollbar-drag::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.8);
}
[data-tab] {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
[data-tab]._active {
  display: block;
}
[data-more-item] {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 1;
  display: none;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease,
    -webkit-transform 0.5s ease;
}
.select {
  position: relative;
}
.select._open .select-btn svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select._open .select-body {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.select._outline-white .select-btn {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.select-input {
  display: none;
}
.select-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 15px;
  width: 100%;
  padding: 22px 20px;
  background-color: #fff;
  border-radius: 4px;
  outline: 0;
  border: 1px solid #c2c2c2;
  color: #000;
  font-size: 16px;
  line-height: 99%;
  letter-spacing: 0.03em;
  transition: background-color 0.3s ease;
}
.select-btn svg {
  width: 14px;
  height: 14px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.select-body {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  margin-top: 5px;
  background-color: #fff;
  border-radius: 4px;
  outline: 0;
  border: 1px solid #c2c2c2;
  color: #000;
  font-size: 16px;
  line-height: 99%;
  letter-spacing: 0.03em;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease,
    -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease,
    -webkit-transform 0.4s ease;
  z-index: 10;
}
.select-item {
  cursor: pointer;
  padding: 15px 10px;
  transition: background-color 0.3s ease;
}
.modal {
  display: none;
  width: 960px;
  max-width: calc(100% - 20px);
  padding: 60px 30px;
  border-radius: 6px;
  color: #000;
}
.modal__close {
  position: absolute;
  cursor: pointer;
  width: 18px;
  height: 18px;
  top: 30px;
  right: 30px;
  transition: color 0.3s ease;
}
.modal__close svg {
  width: 100%;
  height: 100%;
}
.modal__title {
  text-align: center;
  margin: 0 0 12px 0;
}
.modal__content {
  text-align: center;
  opacity: 0.7;
  margin: 0 0 30px 0;
}
.modal__form-wrapper {
  width: 550px;
  max-width: 100%;
  margin: 0 auto;
}
.modal__form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.modal__form-btn {
  width: 100%;
}
.modal-catalog {
  position: relative;
  display: none;
  width: 960px;
  max-width: calc(100% - 20px);
  color: #fff;
  border-radius: 5px;
  padding: 60px;
  background: #15151d;
  z-index: 1;
}
.modal-catalog__close {
  position: absolute;
  cursor: pointer;
  top: 30px;
  right: 30px;
  width: 24px;
  height: 24px;
  transition: color 0.3s ease;
}
.modal-catalog__close svg {
  width: 100%;
  height: 100%;
}
.modal-catalog__title {
  max-width: 460px;
  margin: 0 0 15px 0;
}
.modal-catalog__content {
  font-size: 16px;
  line-height: 156%;
  letter-spacing: 0.03em;
  margin: 0 0 20px 0;
}
.modal-catalog__form {
  width: 400px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.modal-catalog__form-btn {
  width: 100%;
}
.modal-catalog__form-policy {
  max-width: 775px;
}
.modal-catalog__img {
  position: absolute;
  top: 180px;
  right: 0;
  display: block;
  z-index: -1;
}
.burger-overlay {
  position: fixed;
  inset: 0;
  background-color: #000;
  z-index: 110;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.burger-overlay._active {
  opacity: 0.5;
  visibility: visible;
}
.burger {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 320px;
  max-width: 100%;
  padding: 25px 15px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  overflow-y: auto;
  z-index: 120;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: opacity 0.4s ease, visibility 0.4s ease,
    -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease,
    -webkit-transform 0.4s ease;
}
.burger._open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.burger__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
}
.burger__logo {
  width: 115px;
  display: block;
}
.burger__logo img {
  display: block;
  width: 100%;
}
.burger__close {
  width: 25px;
  height: 25px;
  transition: color 0.3s ease;
}
.burger__close svg {
  width: 100%;
  height: 100%;
}
.burger__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 25px;
}
.burger__list a {
  font-size: 16px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.burger__contacts {
  margin-top: auto;
}
.burger__address {
  font-family: Montserrat, sans-serif;
}
.burger__address-btn {
  display: flex;
  align-items: start;
  font-size: 16px;
  gap: 12px;
}
.burger__address-btn._spoller-active .burger__address-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.burger__address-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.burger__address-icon {
  color: var(--primary-dark);
}
.burger__address-arrow {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.burger__address-spoller {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
}
.burger__address-item {
  font-size: 14px;
}
.burger__tel {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  transition: color 0.3s ease;
}
.burger__tel svg {
  width: 20px;
  height: 20px;
}
.burger__order-call {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  font-size: 16px;
  border-bottom: 1px solid var(--primary);
  padding-bottom: 5px;
  transition: color 0.3s ease;
}
.burger__social {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
.burger__social-btn {
  display: block;
  width: 40px;
  transition: opacity 0.3s ease;
}
.burger__social-btn img {
  display: block;
  width: 100%;
}
.header {
  padding: 30px 0;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.header._scroll {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  color: #525252;
}
.header__logo img {
  display: block;
  width: 190px;
}
.header__logo span {
  max-width: 180px;
}
.header__contacts {
  display: flex;
  align-items: center;
  gap: 50px;
}
.header__address {
  position: relative;
  display: flex;
  align-items: start;
  gap: 15px;
  font-family: Montserrat, sans-serif;
}
.header__address-icon {
  width: 18px;
  height: 18px;
  color: var(--primary-dark);
  flex-shrink: 0;
}
.header__address-btn {
  display: flex;
  align-items: start;
  cursor: pointer;
  gap: 5px;
  font-size: 16px;
  line-height: 125%;
  transition: color 0.3s ease;
}
.header__address-btn._active svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header__address-btn span {
  flex: 0 1 162px;
  margin-top: -3px;
}
.header__address-btn svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__address-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 99;
  right: 0;
  left: 0;
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  top: 100%;
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease,
    -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease,
    -webkit-transform 0.4s ease;
}
.header__address-dropdown._open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header__tel {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 20px;
  transition: color 0.3s ease;
}
.header__tel svg {
  width: 18px;
  height: 18px;
  color: var(--primary-dark);
}
.header__order-call {
  display: block;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px;
  font-size: 14px;
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--primary);
  transition: color 0.3s ease;
}
.header__social {
  display: flex;
  gap: 12px;
}
.header__social-btn {
  display: block;
  width: 40px;
  transition: opacity 0.3s ease;
}
.header__social-btn img {
  display: block;
  width: 100%;
}
.header__burger-btn {
  width: 32px;
  height: 32px;
  transition: color 0.3s ease;
}
.header__burger-btn svg {
  width: 100%;
  height: 100%;
}
.header-nav {
  position: sticky;
  top: 0;
  background-color: #fff;
  padding: 30px 0;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 90;
}
.header-nav._scroll {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header-nav__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.header-nav__list a {
  font-weight: 500;
  font-size: 16px;
  line-height: 129%;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.intro {
  position: relative;
  padding: 120px 0 40px 0;
  min-height: 100vh;
  color: #fff;
  z-index: 1;
}
.intro::after,
.intro::before {
  position: absolute;
  content: "";
  inset: 0;
}
.intro::before {
  background: linear-gradient(
    180deg,
    rgba(21, 21, 29, 0.8) 0,
    rgba(21, 21, 29, 0.8) 16.49%,
    rgba(21, 21, 29, 0.1) 100%
  );
  z-index: -2;
}
.intro::after {
  position: absolute;
  bottom: 0;
  top: auto;
  background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
  height: 240px;
  z-index: -1;
}
.intro__body {
  max-width: 745px;
}
.intro__title {
  font-weight: 300;
  font-size: 45px;
  line-height: 133%;
  letter-spacing: 0.02em;
  margin: 0 0 35px 0;
}
.intro__title strong {
  font-weight: 700;
}
.intro__content {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.06em;
  max-width: 520px;
  margin: 0 0 40px 0;
}
.intro__btn {
  width: 420px;
  max-width: 100%;
}
.intro__sub-content {
  font-size: 12px;
  line-height: 154%;
  letter-spacing: 0.04em;
  margin: 10px 0 0 0;
}
.intro__adv {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  row-gap: 30px;
}
.intro__adv-item {
  border-radius: 4px;
  padding: 10px 14px;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.55);
  width: 190px;
}
.intro__adv-icon {
  display: block;
  width: 25px;
  margin-bottom: 4px;
}
.intro__adv-content {
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.04em;
  margin: 0;
}
.s-get-price__title {
  text-align: center;
  margin: 0 0 15px 0;
}
.s-get-price__head-content {
  text-align: center;
  font-size: 32px;
  text-align: center;
  color: #181b11;
  margin: 0 0 45px 0;
}
.s-kitchens {
  overflow: hidden;
}
.s-kitchens__title {
  max-width: 855px;
  text-align: center;
  margin: 0 auto 20px auto;
}
.s-kitchens__head-content {
  max-width: 810px;
  text-align: center;
  font-size: 20px;
  margin: 0 auto 45px auto;
}
.s-kitchens__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  row-gap: 15px;
}
.s-kitchens__nav-btn {
  width: 100%;
}
.s-kitchens__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  row-gap: 40px;
  margin-top: 45px;
}
.s-kitchens__grid [data-more-item] {
  overflow: hidden;
}
.s-kitchens__grid [data-more-item]:nth-child(-n + 4) {
  display: block;
}
.s-kitchens__item {
  width: 100%;
}
.s-kitchens__item-slider {
  width: 100%;
  aspect-ratio: 1/0.65;
}
.s-kitchens__item-slide {
  border-radius: 5px;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.s-kitchens__item-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-kitchens__item-title {
  font-weight: 700;
  font-size: 30px;
  color: #1e1e1e;
  text-align: center;
  margin: 30px 0 45px 0;
}
.s-kitchens__item-spec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  row-gap: 15px;
}
.s-kitchens__item-spec-title {
  font-size: 22px;
  line-height: 147%;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 25px;
}
.s-kitchens__item-spec-size {
  font-size: 30px;
}
.s-kitchens__item-spec-content {
  font-size: 16px;
}
.s-kitchens__item-btn {
  width: 100%;
  margin-top: 30px;
}
.s-kitchens__more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 10px;
  width: 100%;
  margin-top: 45px;
  padding: 28px;
  border-radius: 5px;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
.s-kitchens__more-btn svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.s-method {
  overflow: hidden;
}
.s-method__head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  row-gap: 20px;
  margin-bottom: 50px;
}
.s-method__title {
  margin: 0;
  flex: 0 1 570px;
}
.s-method__head-content {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
  flex: 0 1 470px;
}
.s-method__slide {
  position: relative;
  min-height: 290px;
  height: auto;
  padding: 20px 15px;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: flex-end;
  z-index: 1;
}
.s-method__slide::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #15151d 100%);
  z-index: -1;
}
.s-method__slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -2;
}
.s-method__slide-title {
  font-size: 16px;
  line-height: 125%;
}
.s-catalog {
  padding: 60px 0;
  background-color: var(--dark);
  color: #fff;
}
.s-catalog__inside {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 50px 0;
}
.s-catalog__title {
  max-width: 950px;
  margin: 0 0 40px 0;
}
.s-catalog__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.s-catalog__form-wrapper {
  flex: 0 1 440px;
}
.s-catalog__form-content {
  font-size: 16px;
  line-height: 156%;
  letter-spacing: 0.03em;
  margin: 0 0 20px 0;
}
.s-catalog__form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 400px;
  max-width: 100%;
}
.s-catalog__form-btn {
  width: 100%;
}
.s-catalog__img {
  width: 630px;
  display: block;
}
.s-catalog__form-policy {
  max-width: 865px;
  margin-top: 20px;
  font-weight: 300;
}
.s-details {
  position: relative;
  overflow: hidden;
  background-color: var(--dark);
  color: #fff;
  z-index: 1;
}
.s-details__bg {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: auto;
  z-index: -1;
}
.s-details__bg-inside {
  position: relative;
}
.s-details__bg-inside::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(
    180deg,
    #15151d 0,
    rgba(21, 21, 29, 0) 26.47%,
    rgba(21, 21, 29, 0) 64.91%,
    #15151d 100%
  );
  z-index: 1;
}
.s-details__bg-inside img {
  display: block;
  height: 100%;
  width: auto;
}
.s-details__title {
  margin: 0 0 15px 0;
}
.s-details__content {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  margin: 0 0 35px 0;
}
.s-details__wrapper {
  display: flex;
  flex-direction: column;
  width: 360px;
  max-width: 100%;
  gap: 40px;
}
.s-details__item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  padding: 30px;
  min-height: 240px;
  display: flex;
  align-items: center;
  z-index: 1;
}
.s-details__item::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(21, 21, 29, 0.2) 0,
    rgba(21, 21, 29, 0.8) 100%
  );
  z-index: -1;
}
.s-details__item-num {
  font-weight: 700;
  font-size: 30px;
  line-height: 90%;
  margin-bottom: 25px;
}
.s-details__item-content {
  font-weight: 600;
  font-size: 18px;
  line-height: 155%;
  padding-top: 25px;
  border-top: 1px solid rgba(247, 247, 247, 0.5);
}
.s-connect__head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  row-gap: 20px;
  margin-bottom: 50px;
}
.s-connect__title {
  max-width: 360px;
  margin: 0;
}
.s-connect__head-content {
  margin: 0;
  font-size: 24px;
  line-height: 146%;
  letter-spacing: 0.03em;
  color: rgba(0, 0, 0, 0.5);
  max-width: 505px;
}
.s-connect__body {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  color: #fff;
  padding: 60px;
  z-index: 1;
}
.s-connect__body::after,
.s-connect__body::before {
  position: absolute;
  content: "";
  inset: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: -1;
}
.s-connect__body::before {
  background: linear-gradient(
    180deg,
    rgba(21, 21, 29, 0.8) 0,
    rgba(21, 21, 29, 0.8) 83.51%,
    rgba(21, 21, 29, 0.7) 100%
  );
}
.s-connect__body-bg {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: -2;
}
.s-connect__form-grid {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
.s-connect__form .check-wrapper {
  margin-top: 15px;
}
.s-connect__form-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 0 1 400px;
}
.s-connect__form-col-descr {
  flex: 1;
}
.s-connect__form-col-descr .input-control {
  height: 100%;
}
.s-connect__form-col-descr .input {
  height: 100%;
}
.s-connect__form-nav {
  display: flex;
  align-items: start;
  gap: 30px;
}
.s-connect__form-submit {
  width: 400px;
  max-width: 100%;
}
.s-connect__file-btn {
  width: 335px;
}
.s-connect__gallery {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  align-self: start;
}
.s-connect__gallery img {
  width: 100%;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-connect__form-policy {
  max-width: 770px;
  color: #fff;
}
.s-adv__title {
  text-align: center;
  max-width: 1030px;
  margin: 0 auto 30px auto;
}
.s-adv__head-content {
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  margin: 0 0 45px 0;
}
.s-adv__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.s-adv__item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  padding: 30px;
  min-height: 240px;
  color: #fff;
}
.s-adv__item::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(21, 21, 29, 0.2) 0,
    rgba(21, 21, 29, 0.8) 100%
  );
  z-index: -1;
}
.s-adv__item-num {
  font-weight: 700;
  font-size: 30px;
  line-height: 90%;
  margin: 0 0 25px 0;
}
.s-adv__item-content {
  border-top: 1px solid rgba(247, 247, 247, 0.5);
  font-weight: 600;
  font-size: 18px;
  line-height: 111%;
  margin: 0;
  padding-top: 25px;
}
.s-steps__title {
  text-align: center;
  margin: 0 0 15px 0;
}
.s-steps__descr {
  text-align: center;
  font-size: 32px;
  text-align: center;
  color: #181b11;
  margin: 0 0 45px 0;
}
.s-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.s-steps__item {
  padding: 30px 15px;
  border-radius: 5px;
  background-color: #f5f5f5;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.s-steps__item-num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 125px;
  letter-spacing: 0.06em;
  color: #0a0a0a;
  border-bottom: 8px solid currentColor;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}
.s-steps__item-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 117%;
  margin: 0 0 20px 0;
}
.s-steps__item-content {
  font-weight: 300;
  font-size: 14px;
  line-height: 179%;
  color: #181b11;
  margin: 0;
  transition: color 0.3s ease;
}
.s-offer__title {
  text-align: center;
  margin: 0 0 15px 0;
}
.s-offer__descr {
  text-align: center;
  font-size: 32px;
  text-align: center;
  color: #181b11;
  margin: 0 0 45px 0;
}
.s-offer__slide {
  box-sizing: border-box;
}
.s-offer__slide-gallery {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
  color: #fff;
  aspect-ratio: 1/0.6;
  padding: 30px 30px 40px 30px;
  z-index: 1;
}
.s-offer__slide-gallery::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(21, 21, 29, 0.2) 0,
    rgba(21, 21, 29, 0.8) 100%
  );
  z-index: -1;
}
.s-offer__gallery-title {
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.s-offer__gallery-btn {
  margin: auto auto 0 auto;
  width: 245px;
  max-width: 100%;
}
.s-offer__slide-title {
  font-weight: 500;
  font-size: 28px;
  color: #1e1e1e;
  margin: 40px 0 0 0;
}
.s-offer__slider-scrollbar {
  margin-top: 40px;
}
.s-report {
  padding: 60px 0;
  background: #15151d;
  color: #fff;
}
.s-report__body {
  padding: 50px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.s-report__head {
  display: flex;
  align-items: start;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 40px;
}
.s-report__title {
  max-width: 915px;
  margin: 0;
}
.s-report__slider-nav {
  display: flex;
  gap: 15px;
}
.s-report__slider-nav .slider-btn {
  position: static;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.s-report__slide-gallery {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/0.72;
  outline: 0;
}
.s-report__slide-play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.s-report__slide-play svg {
  width: 30px;
  height: 30px;
}
.s-report__slide-date {
  font-size: 14px;
  line-height: 143%;
  color: hsla(0, 0%, 100%, 0.5);
  margin-top: 14px;
}
.s-reviews__title {
  text-align: center;
  margin: 0 0 15px 0;
}
.s-reviews__descr {
  text-align: center;
  font-size: 32px;
  text-align: center;
  color: #181b11;
  margin: 0 0 45px 0;
}
.s-reviews__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  row-gap: 20px;
  margin-bottom: 50px;
}
.s-reviews__nav-btn {
  width: 260px;
  max-width: 100%;
}
.s-reviews__slider-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}
.s-reviews__slider-wrapper .slider-btn {
  position: static;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  flex-shrink: 0;
}
.s-reviews__slide {
  border-radius: 4px;
  overflow: hidden;
  display: flex !important;
  align-items: center;
  gap: 25px;
  aspect-ratio: 1/0.6;
  background: #222327;
}
.s-reviews__slide-img {
  height: 100%;
  width: 34%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-reviews__slide-content {
  display: block;
  outline: 0;
  transition: opacity 0.3s ease;
}
.s-reviews__slide-img-content {
  display: block;
  width: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.s-faq__title {
  text-align: center;
  margin-bottom: 16px;
}
.s-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  row-gap: 0;
}
.s-faq__spoller {
  border-top: 1px solid #eee;
}
.s-faq__spoller-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 19px 0;
  gap: 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 135%;
  transition: color 0.3s ease;
}
.s-faq__spoller-btn._spoller-active svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.s-faq__spoller-btn svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.s-faq__spoller-body {
  padding-bottom: 20px;
}
.s-order {
  position: relative;
  padding: 65px 0;
  color: #fff;
  z-index: 1;
}
.s-order::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.9) 0,
    rgba(0, 0, 0, 0.6) 16.49%,
    rgba(0, 0, 0, 0.9) 100%
  );
  z-index: -1;
}
.s-order__wrapper {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 75px;
}
.s-order__info {
  position: relative;
  flex: 0 1 570px;
  z-index: 1;
}
.s-order__title {
  margin: 0 0 45px 0;
}
.s-order__descr {
  margin: 0;
  font-size: 32px;
}
.s-order__arrow {
  position: absolute;
  bottom: -215px;
  right: -30px;
}
.s-order__form-wrapper {
  border-radius: 5px;
  background-color: #fff;
  width: 460px;
  flex-shrink: 0;
  padding: 50px 30px 40px 30px;
}
.s-order__form-wrapper .form-policy {
  margin-top: 20px;
  font-size: 14px;
}
.s-order__form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.s-order__form-btn {
  width: 100%;
}
.s-contacts {
  color: #181b11;
}
.s-contacts__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.s-contacts__info {
  flex: 0 1 555px;
}
.s-contacts__title {
  font-weight: 700;
  font-size: 25px;
  margin: 0 0 30px 0;
}
.s-contacts__grid {
  display: grid;
  align-items: center;
  grid-template-columns: 315px auto;
  gap: 35px;
  row-gap: 25px;
}
.s-contacts__grid svg {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  color: var(--primary-dark);
}
.s-contacts__tel {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  transition: color 0.3s ease;
}
.s-contacts__mail {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  line-height: 167%;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.s-contacts__address {
  display: flex;
  align-items: start;
  gap: 10px;
  font-size: 15px;
}
.s-contacts__address-title {
  margin-bottom: 4px;
}
.s-contacts__address-content {
  opacity: 0.8;
  margin: 0;
}
.s-contacts__order-btn {
  width: 100%;
}
.s-contacts__gallery {
  margin-top: 50px;
}
.s-contacts__gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  row-gap: 20px;
  max-width: 555px;
}
.s-contacts__gallery-item {
  display: block;
  aspect-ratio: 1/1.36;
  transition: opacity 0.3s ease;
}
.s-contacts__gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-contacts__map-wrapper {
  display: flex;
  flex-direction: column;
  flex: 0 1 535px;
}
.s-contacts__map {
  flex: 1;
  width: 100%;
  min-height: 400px;
}
.s-error {
  display: flex;
  align-items: center;
  text-align: center;
  flex: 1;
  min-height: 80vh;
}
.s-error__num {
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 20px;
}
.s-error__content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 20px auto;
}
.s-error__btn {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}
.s-content__title {
  text-align: center;
  margin: 0 0 30px 0;
}
.footer {
  padding: 60px 0;
  background: #15151d;
  color: #fff;
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer__main {
  width: 210px;
}
.footer__logo {
  display: block;
  width: 145px;
}
.footer__logo img {
  display: block;
  width: 100%;
}
.footer__copyright {
  font-weight: 600;
  font-size: 18px;
  margin: 10px 0 15px 0;
}
.footer__main-content {
  margin: 0;
  font-size: 14px;
  color: hsla(0, 0%, 100%, 0.5);
}
.footer__nav {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex: 0 1 570px;
  gap: 30px;
}
.footer__nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  row-gap: 10px;
}
.footer__nav-list a {
  font-size: 16px;
  transition: color 0.3s ease;
}
.footer__tel {
  font-weight: 700;
  font-size: 18px;
  transition: color 0.3s ease;
}
.footer__addresses {
  width: 175px;
  margin: 10px 0;
  font-size: 16px;
  color: hsla(0, 0%, 100%, 0.8);
}
.footer__address-btn {
  cursor: pointer;
  display: flex;
  align-items: start;
  gap: 5px;
  transition: color 0.3s ease;
}
.footer__address-btn._spoller-active svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.footer__address-btn span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__address-btn svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-top: 5px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.footer__addresses-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.footer__work-time {
  font-size: 16px;
  color: hsla(0, 0%, 100%, 0.8);
  margin-bottom: 10px;
}
.footer__mail {
  font-size: 16px;
  line-height: 157%;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.3s ease;
}
.footer__nav-btn {
  width: 220px;
  max-width: 100%;
}
.footer__social {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
  gap: 12px;
}
.footer__social-btn {
  width: 40px;
  height: 40px;
  display: block;
  transition: opacity 0.3s ease;
}
.footer__social-btn img {
  display: block;
  width: 100%;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 35px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
  padding-top: 20px;
  gap: 20px;
}
.footer__bottom-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.footer__bottom-list a {
  font-size: 15px;
  color: #939393;
  transition: color 0.3s ease;
}
.footer__dev {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  font-size: 18px;
  color: #eee;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .s-faq__spoller:nth-last-child(-n + 2) {
    border-bottom: 1px solid #eee;
  }
}
@media (min-width: 992px) {
  .header__burger-btn {
    display: none;
  }
  .s-reviews__slider-scrollbar {
    display: none;
  }
}
@media (max-width: 1199px) {
  .s-title {
    font-size: 36px;
  }
  .modal-catalog {
    padding: 40px;
  }
  .modal-catalog__img {
    top: 100px;
    width: 300px;
  }
  .header__logo img {
    width: 150px;
  }
  .header__contacts {
    gap: 30px;
  }
  .header__tel {
    font-size: 18px;
  }
  .header-nav {
    padding: 20px 0;
  }
  .header-nav__list a {
    font-size: 14px;
  }
  .intro {
    padding-top: 60px;
  }
  .intro__title {
    font-size: 40px;
  }
  .s-get-price__head-content {
    font-size: 28px;
  }
  .s-kitchens__nav {
    display: flex;
    overflow-x: auto;
    margin: 0 -15px;
    padding: 0 15px;
  }
  .s-kitchens__nav-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    flex-shrink: 0;
    white-space: nowrap;
  }
  .s-kitchens__item-title {
    font-size: 28px;
  }
  .s-kitchens__item-spec-title {
    font-size: 18px;
  }
  .s-kitchens__item-spec-size {
    font-size: 24px;
  }
  .s-method__slider {
    overflow: visible !important;
  }
  .s-method__slide {
    width: 210px !important;
  }
  .s-catalog__form-wrapper {
    flex: none;
    width: 440px;
    max-width: 100%;
  }
  .s-catalog__img {
    width: 45%;
  }
  .s-connect__body {
    padding: 30px;
  }
  .s-connect__form-grid {
    margin-bottom: 30px;
  }
  .s-connect__form-nav {
    flex-wrap: wrap;
    align-items: stretch;
  }
  .s-connect__form-submit {
    width: auto;
    flex: 1;
  }
  .s-connect__file-btn {
    width: auto;
    flex: 1;
  }
  .s-connect__gallery {
    display: flex;
    flex-wrap: wrap;
    flex: none;
    width: 100%;
  }
  .s-connect__gallery img {
    width: 100px;
  }
  .s-adv__grid {
    gap: 30px;
  }
  .s-offer__slide-gallery {
    padding: 20px;
  }
  .s-offer__gallery-title {
    font-size: 36px;
  }
  .s-offer__slide-title {
    font-size: 24px;
  }
  .s-reviews__slider-wrapper {
    gap: 25px;
  }
  .s-contacts__wrapper {
    flex-wrap: wrap;
  }
  .s-contacts__info {
    flex: none;
    width: 100%;
  }
  .s-contacts__grid {
    max-width: 555px;
  }
  .s-contacts__map-wrapper {
    flex: none;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .footer__nav-list {
    gap: 20px;
    row-gap: 10px;
  }
  .sect-m {
    margin: 60px 0;
  }
  .sect-p {
    padding: 60px 0;
  }
  .s-title {
    font-size: 32px;
  }
  .modal {
    padding: 40px 30px 30px 30px;
  }
  .modal__close {
    top: 15px;
    right: 15px;
  }
  .modal-catalog {
    padding: 50px 30px 30px30px;
  }
  .modal-catalog__close {
    top: 15px;
    right: 15px;
  }
  .modal-catalog__form {
    gap: 20px;
  }
  .header {
    position: sticky;
    top: 0;
    z-index: 90;
  }
  .header {
    padding: 15px 0;
  }
  .header__logo img {
    width: 115px;
  }
  .header__logo span {
    display: none;
  }
  .header__contacts {
    gap: 20px;
  }
  .header__address {
    display: none;
  }
  .header__tel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--primary);
    transition: background-color 0.3s ease;
  }
  .header__tel svg {
    color: #000;
  }
  .header__tel span {
    display: none;
  }
  .header__order-call {
    display: none;
  }
  .header__social {
    display: none;
  }
  .header-nav {
    display: none;
  }
  .intro__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .intro__content {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .intro__adv {
    margin-top: 35px;
    gap: 30px;
    row-gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .intro__adv-item {
    width: 100%;
  }
  .s-get-price__head-content {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .s-kitchens__item-title {
    font-size: 24px;
    margin: 20px 0 25px 0;
  }
  .s-kitchens__item-spec {
    gap: 15px;
  }
  .s-kitchens__item-spec-title {
    font-size: 16px;
  }
  .s-kitchens__item-spec-size {
    font-size: 20px;
  }
  .s-catalog__wrapper {
    flex-direction: column-reverse;
  }
  .s-catalog__img {
    width: 400px;
  }
  .s-details__wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .s-connect__head-content {
    font-size: 20px;
  }
  .s-connect__form-grid {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
  }
  .s-connect__form-col {
    flex: none;
    width: 100%;
    gap: 20px;
  }
  .s-connect__form-col-descr {
    min-height: 200px;
  }
  .s-connect__form-nav {
    gap: 20px;
  }
  .s-adv__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .s-adv__item {
    padding: 20px;
  }
  .s-steps__descr {
    font-size: 24px;
  }
  .s-steps__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .s-offer__descr {
    font-size: 24px;
  }
  .s-offer__gallery-title {
    font-size: 24px;
  }
  .s-offer__slide-title {
    font-size: 20px;
    margin-top: 20px;
  }
  .s-offer__slider-scrollbar {
    margin-top: 25px;
  }
  .s-report__head {
    margin-bottom: 30px;
  }
  .s-reviews__descr {
    font-size: 24px;
  }
  .s-reviews__nav {
    margin-bottom: 30px;
  }
  .s-reviews__slider-wrapper {
    display: block;
  }
  .s-reviews__slider-wrapper .slider-btn {
    display: none;
  }
  .s-reviews__slide {
    gap: 15px;
  }
  .s-faq__grid {
    gap: 20px;
    row-gap: 0;
  }
  .s-order__wrapper {
    gap: 30px;
  }
  .s-order__title {
    margin-bottom: 30px;
  }
  .s-order__descr {
    font-size: 20px;
  }
  .s-order__arrow {
    right: 0;
    width: 160px;
  }
  .s-order__form-wrapper {
    width: 390px;
    padding: 30px 20px;
  }
  .s-contacts__title {
    font-size: 22px;
  }
  .s-contacts__gallery {
    margin-top: 30px;
  }
  .footer__wrapper {
    flex-wrap: wrap;
  }
  .footer__nav {
    flex: 1;
  }
  .footer__social {
    justify-content: start;
  }
}
@media (max-width: 991px) and (any-hover: hover) {
  .header__tel:hover {
    background-color: var(--primary-dark);
  }
}
@media (max-width: 991px) and (hover: none) {
  .header__tel:active {
    background-color: var(--primary-dark);
  }
}
@media (max-width: 767px) {
  .footer__nav-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .btn-s {
    padding: 16px;
  }
  .s-title {
    font-size: 28px;
  }
  .input {
    padding: 14px 12px;
  }
  .form-policy {
    font-size: 14px;
  }
  .label-file,
  [data-name="multilinefile-226-zl-mfcf7-upld-btn"] {
    padding: 16px 14px;
  }
  .slider-btn {
    width: 40px;
    height: 40px;
  }
  .slider-btn svg {
    width: 18px;
    height: 18px;
  }
  .select-btn {
    padding: 16px 14px;
  }
  .modal {
    padding: 35px 15px 25px 15px;
  }
  .modal__form {
    gap: 15px;
  }
  .modal-catalog {
    padding: 50px 15px 25px 15px;
  }
  .modal-catalog__img {
    width: 200px;
    top: auto;
    bottom: 100px;
  }
  .intro__title {
    font-size: 28px;
  }
  .intro__content {
    font-size: 16px;
  }
  .s-get-price__head-content {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .s-kitchens__head-content {
    margin-bottom: 25px;
    font-size: 18px;
  }
  .s-kitchens__nav {
    gap: 20px;
  }
  .s-kitchens__grid {
    margin-top: 25px;
    gap: 15px;
    row-gap: 20px;
  }
  .s-kitchens__item-title {
    font-size: 20px;
    margin: 15px 0;
  }
  .s-kitchens__item-spec {
    gap: 10px;
  }
  .s-kitchens__item-spec-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .s-kitchens__item-spec-size {
    font-size: 16px;
  }
  .s-kitchens__item-spec-content {
    font-size: 14px;
  }
  .s-kitchens__item-btn {
    margin-top: 20px;
  }
  .s-kitchens__more-btn {
    margin-top: 25px;
    padding: 20px 10px;
  }
  .s-method__head {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .s-method__head-content {
    flex: none;
    width: 100%;
    font-size: 18px;
  }
  .s-catalog {
    padding: 50px 0;
  }
  .s-catalog__inside {
    padding: 40px 0;
  }
  .s-catalog__form {
    gap: 20px;
  }
  .s-details__bg-inside img {
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
  }
  .s-details__content {
    margin-bottom: 25px;
  }
  .s-details__item {
    padding: 20px;
    min-height: 200px;
  }
  .s-details__item-num {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .s-details__item-content {
    padding-top: 18px;
    font-size: 16px;
  }
  .s-connect__head {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .s-connect__head-content {
    font-size: 18px;
    max-width: none;
    width: 100%;
  }
  .s-connect__body {
    padding: 25px;
  }
  .s-connect__form-submit {
    flex: none;
    width: 100%;
  }
  .s-adv__grid {
    gap: 20px;
  }
  .s-adv__item-num {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .s-adv__item-content {
    font-size: 16px;
    padding-top: 15px;
  }
  .s-steps__descr {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .s-offer {
    overflow: hidden;
  }
  .s-offer__descr {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .s-offer__slider {
    overflow: visible !important;
  }
  .s-offer__slide {
    width: 350px !important;
    max-width: 100%;
  }
  .s-offer__slide-gallery {
    padding: 20px 15px;
  }
  .s-offer__gallery-title {
    font-size: 20px;
  }
  .s-offer__gallery-btn {
    width: 100%;
  }
  .s-offer__slide-title {
    font-size: 18px;
  }
  .s-report {
    padding: 50px 0;
    overflow: hidden;
  }
  .s-report__body {
    padding: 40px 0;
  }
  .s-report__slider {
    overflow: visible !important;
  }
  .s-report__slide {
    width: 320px !important;
  }
  .s-reviews {
    overflow: hidden;
  }
  .s-reviews__descr {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .s-reviews__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    row-gap: 20px;
  }
  .s-reviews__nav-btn {
    width: 100%;
  }
  .s-reviews__slider {
    overflow: visible !important;
  }
  .s-reviews__slide {
    display: block !important;
    width: 330px !important;
    max-width: 100%;
  }
  .s-reviews__slide-img {
    display: none;
  }
  .s-reviews__slide-content {
    width: 100%;
    height: 100%;
  }
  .s-reviews__slide-img-content {
    width: 100%;
  }
  .s-faq__grid {
    grid-template-columns: 1fr;
  }
  .s-faq__spoller:last-child {
    border-bottom: 1px solid #eee;
  }
  .s-faq__spoller-btn {
    font-size: 16px;
  }
  .s-order__wrapper {
    flex-wrap: wrap;
  }
  .s-order__info {
    flex: none;
    width: 100%;
  }
  .s-order__title {
    margin-bottom: 20px;
  }
  .s-order__descr {
    font-size: 18px;
  }
  .s-order__arrow {
    display: none;
  }
  .s-order__form-wrapper {
    width: 500px;
    max-width: 100%;
  }
  .s-order__form-wrapper .form-policy {
    font-size: 12px;
  }
  .s-order__form {
    gap: 20px;
  }
  .s-contacts__grid svg {
    width: 20px;
    height: 20px;
  }
  .s-contacts__tel {
    font-size: 18px;
  }
  .footer {
    text-align: center;
    padding: 45px 0;
  }
  .footer__main {
    width: 100%;
  }
  .footer__logo {
    margin: 0 auto;
  }
  .footer__nav {
    flex: none;
    gap: 20px;
    width: 100%;
    flex-direction: column;
  }
  .footer__addresses {
    width: 100%;
    margin: 20px 0;
  }
  .footer__address-btn {
    text-align: start;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer__bottom-list {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .s-title {
    font-size: 24px;
  }
  .label-file,
  [data-name="multilinefile-226-zl-mfcf7-upld-btn"] {
    font-size: 14px;
  }
  .label-file::before,
  [data-name="multilinefile-226-zl-mfcf7-upld-btn"]::before {
    width: 16px;
    height: 16px;
  }
  .modal-catalog__form {
    width: 100%;
  }
  .modal-catalog__img {
    display: none;
  }
  .header {
    padding: 10px 0;
  }
  .intro__title {
    font-size: 24px;
  }
  .intro__adv {
    grid-template-columns: 1fr;
  }
  .intro__adv-item {
    min-height: 100px;
  }
  .s-kitchens__grid {
    grid-template-columns: 1fr;
  }
  .s-catalog__form-wrapper {
    width: 100%;
  }
  .s-catalog__form-content {
    font-size: 14px;
  }
  .s-catalog__form {
    width: 100%;
  }
  .s-details__wrapper {
    grid-template-columns: 1fr;
    width: 420px;
    margin: 0 auto;
  }
  .s-connect__body {
    padding: 25px 15px;
  }
  .s-adv__grid {
    grid-template-columns: 1fr;
  }
  .s-adv__item {
    min-height: 200px;
  }
  .s-steps__descr {
    font-size: 18px;
  }
  .s-steps__grid {
    grid-template-columns: 1fr;
  }
  .s-offer__descr {
    font-size: 18px;
  }
  .s-report__head {
    flex-wrap: wrap;
  }
  .s-report__title {
    max-width: none;
    width: 100%;
  }
  .s-report__slider-nav {
    margin-left: auto;
  }
  .s-reviews__descr {
    font-size: 18px;
  }
  .s-reviews__nav {
    grid-template-columns: 1fr;
  }
  .s-contacts__grid {
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
  }
  .s-contacts__gallery-grid {
    gap: 20px;
  }
  .s-contacts__map {
    min-height: 350px;
  }
  .footer__nav-btn {
    width: 100%;
  }
  .footer__dev {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .s-connect__gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .s-connect__gallery img {
    width: 100%;
  }
  .s-contacts__gallery-grid {
    gap: 10px;
  }
}
@media (any-hover: hover) {
  .btn-s:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
  }
  .btn-s._outline:hover {
    background-color: var(--primary);
  }
  .form-policy a:hover {
    color: var(--primary);
  }
  .slider-btn:hover {
    background-color: #e8e8e8;
  }
  .slider-btn._primary:hover {
    background-color: var(--primary-dark);
  }
  .select-btn:hover {
    background-color: #ebebeb;
  }
  .select-item:hover {
    background-color: #ebebeb;
  }
  .modal__close:hover {
    color: var(--primary);
  }
  .modal-catalog__close:hover {
    color: var(--primary-dark);
  }
  .burger__close:hover {
    color: var(--primary);
  }
  .burger__list a:hover {
    color: var(--primary);
  }
  .burger__tel:hover {
    color: var(--primary);
  }
  .burger__order-call:hover {
    color: var(--primary);
  }
  .burger__social-btn:hover {
    opacity: 0.7;
  }
  .header__address-btn:hover {
    color: var(--primary);
  }
  .header__tel:hover {
    color: var(--primary-dark);
  }
  .header__order-call:hover {
    color: var(--primary);
  }
  .header__social-btn:hover {
    opacity: 0.7;
  }
  .header__burger-btn:hover {
    color: var(--primary);
  }
  .header-nav__list a:hover {
    color: var(--primary);
  }
  .s-kitchens__item-slide:hover {
    opacity: 0.8;
  }
  .s-kitchens__more-btn:hover {
    background-color: var(--primary);
  }
  .s-steps__item:hover {
    background-color: var(--dark);
    color: #fff;
  }
  .s-steps__item:hover .s-steps__item-num {
    color: var(--primary);
  }
  .s-steps__item:hover .s-steps__item-content {
    color: #fff;
  }
  .s-report__slide-play:hover {
    background-color: var(--primary);
    color: #fff;
  }
  .s-reviews__slide-content:hover {
    opacity: 0.8;
  }
  .s-faq__spoller-btn:hover {
    color: var(--primary-dark);
  }
  .s-contacts__tel:hover {
    color: var(--primary-dark);
  }
  .s-contacts__mail:hover {
    color: var(--primary-dark);
  }
  .s-contacts__gallery-item:hover {
    opacity: 0.7;
  }
  .footer__nav-list a:hover {
    color: var(--primary-dark);
  }
  .footer__tel:hover {
    color: var(--primary-dark);
  }
  .footer__address-btn:hover {
    color: #fff;
  }
  .footer__mail:hover {
    color: var(--primary-dark);
  }
  .footer__social-btn:hover {
    opacity: 0.7;
  }
  .footer__bottom-list a:hover {
    color: #fff;
  }
  .footer__dev:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .btn-s:active {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
  }
  .btn-s._outline:active {
    background-color: var(--primary);
  }
  .form-policy a:active {
    color: var(--primary);
  }
  .slider-btn:active {
    background-color: #e8e8e8;
  }
  .slider-btn._primary:active {
    background-color: var(--primary-dark);
  }
  .select-btn:active {
    background-color: #ebebeb;
  }
  .select-item:active {
    background-color: #ebebeb;
  }
  .modal__close:active {
    color: var(--primary);
  }
  .modal-catalog__close:active {
    color: var(--primary-dark);
  }
  .burger__close:active {
    color: var(--primary);
  }
  .burger__list a:active {
    color: var(--primary);
  }
  .burger__tel:active {
    color: var(--primary);
  }
  .burger__order-call:active {
    color: var(--primary);
  }
  .burger__social-btn:active {
    opacity: 0.7;
  }
  .header__address-btn:active {
    color: var(--primary);
  }
  .header__tel:active {
    color: var(--primary-dark);
  }
  .header__order-call:active {
    color: var(--primary);
  }
  .header__social-btn:active {
    opacity: 0.7;
  }
  .header__burger-btn:active {
    color: var(--primary);
  }
  .header-nav__list a:active {
    color: var(--primary);
  }
  .s-kitchens__item-slide:active {
    opacity: 0.8;
  }
  .s-kitchens__more-btn:active {
    background-color: var(--primary);
  }
  .s-steps__item:active {
    background-color: var(--dark);
    color: #fff;
  }
  .s-steps__item:active .s-steps__item-num {
    color: var(--primary);
  }
  .s-steps__item:active .s-steps__item-content {
    color: #fff;
  }
  .s-report__slide-play:active {
    background-color: var(--primary);
    color: #fff;
  }
  .s-reviews__slide-content:active {
    opacity: 0.8;
  }
  .s-faq__spoller-btn:active {
    color: var(--primary-dark);
  }
  .s-contacts__tel:active {
    color: var(--primary-dark);
  }
  .s-contacts__mail:active {
    color: var(--primary-dark);
  }
  .s-contacts__gallery-item:active {
    opacity: 0.7;
  }
  .footer__nav-list a:active {
    color: var(--primary-dark);
  }
  .footer__tel:active {
    color: var(--primary-dark);
  }
  .footer__address-btn:active {
    color: #fff;
  }
  .footer__mail:active {
    color: var(--primary-dark);
  }
  .footer__social-btn:active {
    opacity: 0.7;
  }
  .footer__bottom-list a:active {
    color: #fff;
  }
  .footer__dev:active {
    opacity: 0.7;
  }
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none;
}

.wpcf7 p {
  margin: 0;
}

[data-name="file-124"] {
  display: none;
}

.check-wrapper {
  --url: url("../img/check.svg");
  position: relative;
}
.check-wrapper._white {
  --url: url("../img/check-white.svg");
}
.check-wrapper .wpcf7-not-valid-tip {
  display: none;
}
.check-wrapper._white .wpcf7-list-item-label {
  --border: white;
  --color: white;
}
.check-wrapper input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.check-wrapper input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background: var(--url) center / 10px auto no-repeat;
}
.check-wrapper .wpcf7-not-valid .wpcf7-list-item-label {
  --border: rgb(255, 83, 83);
  --color: rgb(255, 83, 83);
}
.check-wrapper .wpcf7-list-item-label {
  --border: black;
  --color: black;

  display: flex;
  align-items: start;
  width: fit-content;
  gap: 15px;
  cursor: pointer;

  font-size: 14px;
  color: var(--color);

}
.check-wrapper .wpcf7-list-item-label a {
  text-decoration: underline;
  color: inherit;
}
.check-wrapper .wpcf7-list-item-label a:hover {
  text-decoration: none;
}
.check-wrapper .wpcf7-list-item {
  margin-left: 0;
}
.check-wrapper .wpcf7-list-item-label::before {
  display: block;
  content: "";
  flex-shrink: 0;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--border);
}

.b-cookie {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 500;
  border: #f7f4ed;
  border-radius: 12px;
  background-color: white;
  box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.25);
  width: 500px;
  max-width: calc(100% - 30px);
  font-size: 15px;

  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease;
}
.b-cookie._open {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
.b-cookie._hide {
  opacity: 0;
}
.b-cookie__body {
  padding: 15px 20px 20px 20px;
}
.b-cookie__close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 0px 0px 15px auto;

  transition: opacity .3s ease;
}
.b-cookie__close svg {
  width: 100%;
  height: 100%;
}
.b-cookie__close:hover {
  opacity: 0.7;
}
.b-cookie__content {
  margin: 0;
}
.b-cookie__content a {
  text-decoration: underline;
}
.b-cookie__content a:hover {
  text-decoration: none;
}
.b-cookie__btn {
  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  width: 100%;
  max-width: 100%;
  padding: 12px 20px;
  border-radius: 4px;
  margin-top: 15px;

  user-select: none;
  background-color: var(--primary);

  transition: opacity 0.3s ease;
}
.b-cookie__btn:hover {
  opacity: 0.8;
}