

/* Start:/local/templates/kuhni.shop/css/modal.css?16377377244230*/
/*
 Tomloprod Modal 1.0.2
 
 The MIT License (MIT)
 
 Copyright (c) 2015 by Tomás López.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.
 */
 
 .tm-avoidSelection{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tm-modal {
    position: fixed;
    top: 50%;
    left: 50%;

    height: auto;
    z-index: 998!important;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform:translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
}

.tm-showModal { 
    visibility: visible; 
    opacity: 1;
}
.tm-overlay { 
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 997;
    opacity: 0;
    /* background: rgba(0, 0, 0, 0.8); */
    background: rgba(21, 21, 21, 0.72);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, visibility 0.3s;
    -moz-transition: -webkit-transform 0.3s, opacity 0.3s, visibility 0.3s;
    -ms-transition:-webkit-transform 0.3s, opacity 0.3s, visibility 0.3s;
    -o-transition: -webkit-transform 0.3s, opacity 0.3s, visibility 0.3s;
    transition: -webkit-transform 0.3s, opacity 0.3s, visibility 0.3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.tm-showModal ~ .tm-overlay {
    opacity: 1;
    visibility: visible;
}
.tm-wrapper{
    height: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    background-color:#FFF;
    overflow: hidden;
    color: #5c7d98;
}
.tm-MainContainer{
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -ms-transition: -ms-transform 0.5s;
    -ms-transform-origin: center top;
    -webkit-transform-origin:  center top;
    transform-origin: center top;
}
.tm-MainContainer.tm-effect{
 -webkit-transform: scale(0.8);
    -moz-transform:  scale(0.8);
    -o-transform:  scale(0.8);
    -ms-transform:  scale(0.8);
    transform:  scale(0.8);
}
.tm-effect .tm-wrapper {
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s,opacity 0.5s,visibility 0.5s;
    -moz-transition: -moz-transform 0.5s,opacity 0.5s,visibility 0.5s;
    -o-transition: -o-transform 0.5s,opacity 0.5s,visibility 0.5s;
    transition: transform 0.5s,opacity 0.5s,visibility 0.5s;
    -ms-transition: -ms-transform 0.5s,opacity 0.5s,visibility 0.5s;
}
.tm-showModal.tm-effect .tm-wrapper {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

/* End */


/* Start:/local/templates/kuhni.shop/css/notes.css?16377443305280*/
#notes {
      position: fixed;
      top: 1em;
      width: 100%;
      cursor: default;
      transition: height 0.45s ease-in-out;
      -webkit-transition: height 0.45s ease-in-out;
      pointer-events: none;
      z-index: 999999;
    }
    #notes .note-item {
          border-radius: 5px;
      max-height: 12em;
      opacity: 1;
      will-change: opacity, transform;
      transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      width: 50vw;
      -webkit-touch-callout: none;
      user-select: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      z-index: 2;
      pointer-events: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      max-width: 20em;
      font: inherit;
      line-height: 1.25em;
      color: #fff;
      margin: 0 30px 1em auto;
      transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      padding: 0.75em 1em;
    }
    @media all and (max-width: 30em) {
      #notes .note-item {
        width: 85vw;
        max-width: none;
        margin: 0 auto 1em auto;
      }
    }
    #notes .note-item[data-show=false] {
      pointer-events: none;
      opacity: 0 !important;
      max-height: 0 !important;
      margin-bottom: 0 !important;

    }
    #notes .note-item[data-type=info] {
      background-color: rgba(55, 94, 151, 0.9);
    }
    #notes .note-item[data-type=warn] {
      background-color: rgba(235, 172, 0, 0.9);
      animation: shake 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
      -webkit-animation: shake 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    }
    #notes .note-item[data-type=error] {
      background-color: rgba(251, 101, 66, 0.9);
      animation: shake 0.54s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
      -webkit-animation: shake 0.54s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    }
    #notes .note-item[data-type=success] {
      background-color: rgba(63, 104, 28, 0.9);
    }
    #notes .note-item .note-item-text {
      flex: auto;
      -webkit-flex: auto;
      -moz-flex: auto;
      -ms-flex: auto;
      padding-right: 0.5em;
      max-width: calc(100% - 1.25em);
      max-width: -webkit-calc(100% - 1.25em);
    }
    #notes .note-item .note-item-btn {
      width: 1.25em;
      height: 1.25em;
      cursor: pointer;
      background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTguMyw1LjcxTDE4LjMsNS43MWMtMC4zOS0wLjM5LTEuMDItMC4zOS0xLjQxLDBMMTIsMTAuNTlMNy4xMSw1LjdjLTAuMzktMC4zOS0xLjAyLTAuMzktMS40MSwwbDAsMCBjLTAuMzksMC4zOS0wLjM5LDEuMDIsMCwxLjQxTDEwLjU5LDEyTDUuNywxNi44OWMtMC4zOSwwLjM5LTAuMzksMS4wMiwwLDEuNDFoMGMwLjM5LDAuMzksMS4wMiwwLjM5LDEuNDEsMEwxMiwxMy40MWw0Ljg5LDQuODkgYzAuMzksMC4zOSwxLjAyLDAuMzksMS40MSwwbDAsMGMwLjM5LTAuMzksMC4zOS0xLjAyLDAtMS40MUwxMy40MSwxMmw0Ljg5LTQuODlDMTguNjgsNi43MywxOC42OCw2LjA5LDE4LjMsNS43MXoiLz48L3N2Zz4=') no-repeat 0 0/contain;
      transition: opacity 0.2s;
      -webkit-transition: opacity 0.2s;
      border: none;
    }
    #notes .note-item .note-item-btn:hover {
      opacity: 0.6;
    }
    
    @keyframes shake {
      10%, 90% {
        transform: translate3d(-1px, 0, 0);
        -webkit-transform: translate3d(-1px, 0, 0);
        -ms-transform: translate3d(-1px, 0, 0);
      }
      20%, 80% {
        transform: translate3d(2px, 0 0);
        -webkit-transform: translate3d(2px, 0, 0);
        -ms-transform: translate3d(2px, 0, 0);
      }
      30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
        -webkit-transform: translate3d(-4px, 0, 0);
        -ms-transform: translate3d(-4px, 0, 0);
      }
      40%, 60% {
        transform: translate3d(4px, 0, 0);
        -webkit-transform: translate3d(4px, 0, 0);
        -ms-transform: translate3d(4px, 0, 0);
      }
    }
    @-webkit-keyframes shake {
      10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
      }
      20%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
      }
      30%, 50%, 70% {
        -webkit-transform: translate3d(-4px, 0, 0) t;
      }
      40%, 60% {
        -webkit-transform: translate3d(4px, 0, 0);
      }
    }

/* End */


/* Start:/local/templates/kuhni.shop/app/css/style.css?1672066689205145*/
@-webkit-keyframes opencatalog {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 2px);
  }
}

@keyframes opencatalog {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 2px);
  }
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/local/templates/kuhni.shop/app/css/../font/Inter-Light.woff2") format("woff2"), url("/local/templates/kuhni.shop/app/css/../font/Inter-Light.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/local/templates/kuhni.shop/app/css/../font/Inter-Regular.woff2") format("woff2"), url("/local/templates/kuhni.shop/app/css/../font/Inter-Regular.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/local/templates/kuhni.shop/app/css/../font/Inter-SemiBold.woff2") format("woff2"), url("/local/templates/kuhni.shop/app/css/../font/Inter-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/local/templates/kuhni.shop/app/css/../font/Inter-Bold.woff2") format("woff2"), url("/local/templates/kuhni.shop/app/css/../font/Inter-Bold.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/local/templates/kuhni.shop/app/css/../font/Inter-Black.woff2") format("woff2"), url("/local/templates/kuhni.shop/app/css/../font/Inter-Black.woff") format("woff");
}

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

html {
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

footer {
  margin-top: auto;
}

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

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

img {
  max-width: 100%;
  height: auto;
}
.blog-article img {
  display: block;
  width: 860px;
  margin: 60px auto 40px;
}
@media (max-width: 1200px) {
  .blog-article img {
    width: 807px;
  }
}

a {
  color: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.svg-library {
  display: none;
}

.swiper-container {
  overflow: hidden;
}

.swiper-wrapper {
  height: auto;
}

.swiper-slide {
  height: auto;
}

h1 {
  font-family: "Inter", sans-serif;
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  font-style: normal;
  color: #2c4158;
}
@media (max-width: 1023px) {
  h1 {
    font-family: "Inter", sans-serif;
    font-size: 56px;
    line-height: 64px;
    font-weight: 600;
  }
}
@media (max-width: 576px) {
  h1 {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
  }
}
.blog-article h1 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .blog-article h1 {
    max-width: 807px;
  }
}

h2 {
  font-family: "Inter", sans-serif;
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
  font-style: normal;
  color: #2c4158;
}
@media (max-width: 1023px) {
  h2 {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
  }
}
.blog-article h2 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  font-size: 46px;
  line-height: 55px;
}
@media (max-width: 1200px) {
  .blog-article h2 {
    max-width: 807px;
    font-size: 28px;
    line-height: 34px;
  }
}

h3 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  font-style: normal;
  color: #2c4158;
}
@media (max-width: 576px) {
  h3 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }
}
.blog-article h3 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .blog-article h3 {
    max-width: 807px;
  }
}

h4 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  font-style: normal;
  color: #2c4158;
}
.blog-article h4 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .blog-article h4 {
    max-width: 807px;
  }
}

h5 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-style: normal;
  color: #2c4158;
}
.blog-article h5 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .blog-article h5 {
    max-width: 807px;
  }
}

h6 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
  color: #2c4158;
}
.blog-article h6 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .blog-article h6 {
    max-width: 807px;
  }
}

p {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 24px auto 0;
  color: #2c4158;
}
@media (max-width: 1023px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
.blog-article p {
  max-width: 860px;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1200px) {
  .blog-article p {
    max-width: 807px;
  }
}
@media (max-width: 1023px) {
  .blog-article p {
    font-size: 16px;
    line-height: 24px;
  }
}

ol {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 24px auto 0;
  padding-left: 24px;
  color: #2c4158;
}
@media (max-width: 1023px) {
  ol {
    font-size: 16px;
    line-height: 24px;
  }
}
.blog-article ol {
  max-width: 860px;
}
@media (max-width: 1200px) {
  .blog-article ol {
    max-width: 807px;
  }
}

.blog-article ol {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .blog-article ol {
    font-size: 16px;
    line-height: 24px;
  }
}

ul {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 24px auto 0;
  padding-left: 24px;
  color: #2c4158;
}
@media (max-width: 1023px) {
  ul {
    font-size: 16px;
    line-height: 24px;
  }
}
.blog-article ul {
  max-width: 860px;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1200px) {
  .blog-article ul {
    max-width: 807px;
  }
}
@media (max-width: 1023px) {
  .blog-article ul {
    font-size: 16px;
    line-height: 24px;
  }
}

.blog-article li:not(:last-child) {
  margin-bottom: 10px;
}

.table-wrapper {
  width: 100%;
  margin-top: 10px;
  flex-shrink: 0;
  align-self: flex-start;
  overflow: auto;
}
@media (max-width: 768px) {
  .table-wrapper {
    width: calc(100% + 24px);
    margin-right: -24px;
  }
}
.table-wrapper::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}
.table-wrapper::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #e5e5e5;
}
.table-wrapper::-webkit-scrollbar-thumb {
  background-color: #6885ae;
}

table {
  border-collapse: collapse;
}
.blog-article table {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .blog-article table {
    width: 807px;
  }
}

tr {
  box-shadow: inset 0px -1px 0px #e5e5e5;
}

th {
  padding: 0 12px;
  background-color: #6885ae;
  box-shadow: inset 0px -1px 0px #e5e5e5;
  text-align: left;
}
th p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin: 7px 0;
  color: #ffffff;
}
.blog-article th p {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .blog-article th p {
    font-size: 16px;
    line-height: 24px;
  }
}

td {
  padding: 14px 12px;
}
td p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}
.blog-article td p {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .blog-article td p {
    font-size: 16px;
    line-height: 24px;
  }
}

/*! nouislider - 14.7.0 - 4/6/2021 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
  */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
  */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
  */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

/* Handles and cursors;
  */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
  */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
  */
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
  *
  */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
  *
  */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
  *
  */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
  *
  */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.breadcrumbs {
  margin: 24px 0 64px;
}
@media (max-width: 1023px) {
  .breadcrumbs {
    margin: 24px 0;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin: 24px 0 40px;
  }
}

.breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .breadcrumbs__list {
    display: none;
  }
}

.breadcrumbs__item {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  margin-right: 13px;
  color: #2c4158;
}
.breadcrumbs__item:not(:last-child):hover,
.breadcrumbs__item:not(:last-child):focus {
  color: #f2bf73;
}
.breadcrumbs__item:not(:last-child):active {
  color: #d5a255;
  cursor: default;
}
.breadcrumbs__item:not(:last-child)::after {
  position: absolute;
  display: inline-block;
  content: "/";
  right: -8px;
  color: #2c4158;
}
.breadcrumbs__item:last-child {
  color: #8993a1;
}

.breadcrumbs__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
}

.breadcrumbs__back-link {
  display: none;
}
@media (max-width: 767px) {
  .breadcrumbs__back-link {
    display: inline-block;
    text-decoration: none;
    outline: none;
    color: inherit;
    transition: all 0.2s ease;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    color: #6885ae;
  }
}
.breadcrumbs__back-link span {
  position: relative;
}
.breadcrumbs__back-link span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background: #6885ae;
}

.breadcrumbs__link-icon {
  margin-right: 8px;
  fill: transparent;
  stroke: #6885ae;
  transition: all 0.2s ease;
}

.button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  display: flex;
  align-items: stretch;
  width: 292px;
  border-radius: 10px;
  text-transform: uppercase;
  background: linear-gradient(360deg, #f1c480 0%, #ffe9c9 100%);
  border: transparent;
  box-shadow: 0 4px 0 #e5b874;
  transition: all 0.2s ease;
  overflow: hidden;
}
.button:not(:disabled) {
  cursor: pointer;
}
@media (max-width: 576px) {
  .button {
    width: 272px;
  }
}
.button:disabled {
  background: #eceff3;
  box-shadow: 0 4px 0 #e0e5ec;
  cursor: default;
}
.button:not(:disabled):hover,
.button:not(:disabled):focus {
  color: #2c4158;
  box-shadow: 0 4px 0 #e5b874, 0 30px 50px rgba(243, 201, 138, 0.5);
  border: transparent;
}
.button:not(:disabled):active {
  color: #2c4158;
  background: #f1c480;
  box-shadow: 0 4px 0 #e5b874, inset 0px -2px 4px rgba(255, 255, 255, 0.2);
  border: transparent;
}
.button--blue {
  background: #eceff3;
  box-shadow: 0 4px 0 #e0e5ec;
}
.button--blue:not(:disabled):hover,
.button--blue:not(:disabled):focus {
  box-shadow: 0 4px 0 #e0e5ec, 0px 20px 40px rgba(57, 63, 72, 0.1);
}
.button--blue:not(:disabled):active {
  background: #eceff3;
  box-shadow: 0 4px 0 #e0e5ec;
}
.button--white {
  border-radius: 5px;
  color: #2c4158;
  background: #ffffff;
  border: 1px solid #e3e7ed;
  box-shadow: none;
}
.button--white:not(:disabled):hover,
.button--white:not(:disabled):focus {
  color: #f2bf73;
  box-shadow: none;
  border: 1px solid #e3e7ed;
}
.button--white:not(:disabled):active {
  color: #d5a255;
  background: #ffffff;
  border: 1px solid #e3e7ed;
}
.button--transparent {
  color: #ffffff;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #353841;
  box-shadow: none;
}
.button--transparent:not(:disabled):hover,
.button--transparent:not(:disabled):focus {
  color: #f2bf73;
  background: transparent;
  box-shadow: none;
  border: 1px solid #f2bf73;
}
.button--transparent:not(:disabled):active {
  color: #d5a255;
  border: 1px solid #d5a255;
}
.button--no-icon.button--white:not(:disabled):hover,
.button--no-icon.button--white:not(:disabled):focus {
  border: 1px solid #f2bf73;
}
.button--no-icon.button--white:not(:disabled):active {
  border: 1px solid #d5a255;
}
.button--small {
  width: 231px;
}
.button--wide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px 42px;
}
.footer-menu__item--buttons .button {
  width: 271px;
  margin-bottom: 12px;
}
.form__buttons .button:last-child {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .form__buttons .button:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .order .form__buttons .button:last-child {
    margin-top: 0;
  }
}
.top-footer__buttons .button:last-child {
  margin-left: 20px;
}
@media (max-width: 450px) {
  .top-footer__buttons .button:last-child {
    margin-left: 0;
    margin-top: 16px;
  }
}

.button__text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #312e29;
  flex-grow: 1;
  padding: 24px 0;
  text-align: center;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .button__text--desktop {
    display: none;
  }
}
.button__text--mobile {
  display: none;
}
@media (max-width: 767px) {
  .button__text--mobile {
    display: block;
  }
}
.button:disabled .button__text {
  color: #8993a1;
}
.button--small .button__text {
  padding: 16px 0;
}
.button--white .button__text {
  color: #2c4158;
}
.button--white:hover .button__text {
  color: #f2bf73;
}
.button--white:focus .button__text {
  color: #d5a255;
}
.button--blue .button__text {
  color: #6885ae;
}
.button--blue:focus .button__text {
  color: #547099;
}

span.button__icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
}
.button--small span.button__icon-wrap {
  width: 56px;
}
.button--left-icon span.button__icon-wrap {
  order: -1;
  margin-right: auto;
  border-right: 1px solid rgba(78, 54, 17, 0.1);
}
.button--right-icon span.button__icon-wrap {
  margin-left: auto;
  border-left: 1px solid rgba(78, 54, 17, 0.1);
}
.button--white.button--left-icon span.button__icon-wrap {
  border-right: 1px solid #e3e7ed;
}
.button--white.button--right-icon span.button__icon-wrap {
  border-left: 1px solid #e3e7ed;
}

.button__icon {
  fill: transparent;
  stroke: #312e29;
  transition: all 0.2s ease;
}
.button:disabled .button__icon {
  stroke: #8993a1;
}
.button--white .button__icon {
  stroke: #8993a1;
}
.button--white:not(:disabled):hover .button__icon,
.button--white:not(:disabled):focus .button__icon {
  stroke: #f2bf73;
}
.button--white:not(:disabled):active .button__icon {
  stroke: #d5a255;
}
.button--transparent .button__icon {
  stroke: #ffffff;
}
.button--transparent:not(:disabled):hover .button__icon,
.button--transparent:not(:disabled):focus .button__icon {
  stroke: #f2bf73;
}
.button--transparent:not(:disabled):active .button__icon {
  stroke: #d5a255;
}
.button--blue .button__icon {
  stroke: #8993a1;
}
.button--blue:not(:disabled):hover .button__icon,
.button--blue:not(:disabled):focus .button__icon {
  stroke: #6885ae;
}
.button--blue:not(:disabled):active .button__icon {
  stroke: #547099;
}
.button--link .button__icon {
  stroke: none;
  fill: #8993a2;
}
label.button--link {
  height: 72px;
  border-radius: 10px !important;
}
.button--link:not(:disabled):hover .button__icon,
.button--link:not(:disabled):focus .button__icon {
  stroke: none;
  fill: #6885ae;
}
.button--link:not(:disabled):active .button__icon {
  stroke: none;
  fill: #547099;
}
.button--no-icon .button__icon {
  margin-right: 8px;
}
.button--left-icon.button--arrow .button__icon {
  transform: rotate(180deg);
}

.text {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  color: #2c4158;
}
@media (max-width: 1023px) {
  .text {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
}
.text--small {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.text--bold {
  font-weight: 700;
}
.text--light {
  color: #ffffff;
}
.text--pale {
  color: #8993a1;
}

.title {
  margin: 0;
  padding: 0;
  font-style: normal;
  color: #2c4158;
}
.title--light {
  color: #ffffff;
}
.title--pale {
  color: #6885ae;
}
.title--accent {
  color: #f2bf73;
}
.title--h1 {
  font-family: "Inter", sans-serif;
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .title--h1 {
    font-family: "Inter", sans-serif;
    font-size: 56px;
    line-height: 64px;
    font-weight: 600;
  }
}
@media (max-width: 576px) {
  .title--h1 {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
  }
}
.title--h2 {
  font-family: "Inter", sans-serif;
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .title--h2 {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
  }
}
.title--h3 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .title--h3 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }
}
.title--h4 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.title--h5 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.title--h6 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.form__text {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 28px;
  text-align: center;
  color: #8993a1;
}
@media (max-width: 767px) {
  .form__text {
    margin-top: 20px;
  }
}

.form__link {
  display: inline;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  text-decoration: underline;
}
.form__link:hover,
.form__link:focus {
  color: #2c4158;
}
.order .form__link:hover,
.order .form__link:focus {
  color: #ffffff;
}

.form__fields-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .form__fields-wrap {
    flex-direction: column;
  }
}

.form__fields {
  display: flex;
  flex-direction: column;
}

.form__buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .form__buttons {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.grid-gallery {
  display: grid;
  height: 910px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 20px;
  grid-template-areas: "image-1 image-2 image-3" "image-4 image-2 image-6" "image-5 image-5 image-6";
}
@media (max-width: 1439px) {
  .grid-gallery {
    height: 689px;
  }
}
@media (max-width: 1023px) {
  .grid-gallery {
    height: 508px;
  }
}
@media (max-width: 767px) {
  .grid-gallery {
    display: flex;
    height: 200px;
    gap: 0;
  }
}

.grid-gallery__item {
  display: flex;
  overflow: hidden;
  border-radius: 15px;
}
@media (max-width: 1023px) {
  .grid-gallery__item {
    border-radius: 10px;
  }
}
.grid-gallery__item:nth-child(1) {
  grid-area: image-1;
}
.grid-gallery__item:nth-child(2) {
  grid-area: image-2;
}
.grid-gallery__item:nth-child(3) {
  grid-area: image-3;
}
.grid-gallery__item:nth-child(4) {
  grid-area: image-4;
}
.grid-gallery__item:nth-child(5) {
  grid-area: image-5;
}
.grid-gallery__item:nth-child(6) {
  grid-area: image-6;
}

.grid-gallery__item-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.grid-gallery__item-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 1;
  background: linear-gradient(180deg, rgba(24, 30, 40, 0.3) 0%, rgba(24, 30, 40, 0.9) 100%);
  transition: all 0.2s ease;
}
.grid-gallery__item-link:hover::before,
.grid-gallery__item-link:focus::before {
  opacity: 0;
}
@media (max-width: 767px) {
  .grid-gallery__item-link:hover::before,
  .grid-gallery__item-link:focus::before {
    opacity: 1;
  }
}

.grid-gallery__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-gallery__content {
  width: 62%;
  max-width: 275px;
  margin: auto 0 32px 48px;
  z-index: 1;
  text-shadow: 0 0 10px #000000;
}
@media (max-width: 1439px) {
  .grid-gallery__content {
    margin: auto 0 24px 24px;
  }
}
@media (max-width: 767px) {
  .grid-gallery__content {
    width: calc(100% - 29px);
  }
}

.grid-gallery__item-name {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #ffffff;
}
@media (max-width: 1439px) {
  .grid-gallery__item-name {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .grid-gallery__item-name {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
}

@media (max-width: 1439px) {
  .grid-gallery__item-text {
    margin-top: 10px;
  }
}

.grid-gallery__item-text a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .grid-gallery__item-text a {
    padding: 0 7px 3px 0;
  }
}

.grid-gallery__item-text a:hover {
  color: #f2bf73;
}

.grid-gallery__item-button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  position: absolute;
  bottom: 32px;
  right: 40px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.2s ease;
  z-index: 1;
}
.grid-gallery__item-button:not(:disabled) {
  cursor: pointer;
}
@media (max-width: 1439px) {
  .grid-gallery__item-button {
    bottom: 25px;
    right: 25px;
  }
}
@media (max-width: 1023px) {
  .grid-gallery__item-button {
    width: 32px;
    height: 32px;
  }
}
.grid-gallery__item-link:hover .grid-gallery__item-button,
.grid-gallery__item-link:focus .grid-gallery__item-button {
  width: 72px;
  height: 72px;
  background-color: #f2bf73;
}
@media (max-width: 1023px) {
  .grid-gallery__item-link:hover .grid-gallery__item-button,
  .grid-gallery__item-link:focus .grid-gallery__item-button {
    width: 39px;
    height: 39px;
  }
}

.grid-gallery__button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: none;
  stroke: #f2bf73;
}
.grid-gallery__item-link:hover .grid-gallery__button-icon,
.grid-gallery__item-link:focus .grid-gallery__button-icon {
  stroke: #ffffff;
}

.input {
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .input {
    margin-bottom: 8px;
  }
}
.form__fields .input:only-child {
  height: 100%;
}
@media (max-width: 767px) {
  .form__fields .input:only-child {
    height: auto;
  }
}
.form__buttons .input {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .input--desktop {
    display: none;
  }
}
.input--mobile {
  display: none;
}
@media (max-width: 767px) {
  .input--mobile {
    display: block;
  }
}

.input__field {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 292px;
  max-width: 100%;
  height: 72px;
  padding: 24px 50px 24px 56px;
  color: #2c4158;
  background-color: #fafbfc;
  background-repeat: no-repeat;
  background-position: calc(100% - 24px) 50%;
  box-shadow: inset 0px 2px 4px rgba(5, 26, 57, 0.05);
  border-radius: 5px;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  outline: none;
  resize: none;
}
@media (max-width: 576px) {
  .input__field {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    width: 272px;
    height: 64px;
    padding: 24px 34px 24px 36px;
    background-position: calc(100% - 16px) 50%;
  }
}
.input__field--valid {
  background-image: url("/local/templates/kuhni.shop/app/css/./../img/icons/icon-tick-square.svg");
}
@media (max-width: 576px) {
  .input__field--valid {
    background-size: 16px 16px;
  }
}
.input__field--invalid {
  background-image: url("/local/templates/kuhni.shop/app/css/./../img/icons/icon-danger.svg");
  color: #eb5757;
  border: 1px solid #eb5757 !important;
}
@media (max-width: 576px) {
  .input__field--invalid {
    background-size: 16px 16px;
  }
}
.input__field--textarea {
  height: 144px;
}
.form__fields .input:only-child .input__field {
  height: 100%;
}
@media (max-width: 767px) {
  .form__fields .input:only-child .input__field {
    height: 160px;
  }
}
@media (max-width: 1200px) {
  .form__fields .input__field {
    width: 249px;
  }
}
@media (max-width: 1023px) {
  .form__fields .input__field {
    width: 292px;
  }
}
@media (max-width: 576px) {
  .form__fields .input__field {
    width: 272px;
  }
}
.order .form__fields .input__field {
  width: 292px;
}
@media (max-width: 576px) {
  .order .form__fields .input__field {
    width: 272px;
  }
}
.input__field::-moz-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #8993a2;
}
.input__field::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #8993a2;
}
@media (max-width: 576px) {
  .input__field::-moz-placeholder {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  .input__field::placeholder {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
}

.input__icon {
  position: absolute;
  top: 27px;
  left: 26px;
  fill: none;
  stroke: #8993a1;
  transition: all 0.2s ease;
}
@media (max-width: 576px) {
  .input__icon {
    top: 26px;
    left: 16px;
    width: 12px;
    height: 12px;
  }
}
.input__field:not(.input__field--valid):not(.input__field--invalid):hover + .input__icon,
.input__field:not(.input__field--valid):not(.input__field--invalid):focus + .input__icon {
  stroke: #f2bf73;
}
.input__field--invalid + .input__icon {
  stroke: #eb5757;
}
.input__icon--search {
  fill: #8993a1;
  stroke: transparent;
}
.input__field:not(.input__field--valid):not(.input__field--invalid):hover + .input__icon--search,
.input__field:not(.input__field--valid):not(.input__field--invalid):focus + .input__icon--search {
  fill: #f2bf73;
  stroke: transparent;
}

.input__close-button {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 19px;
  right: 8px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .input__close-button {
    top: 15px;
    right: 2px;
  }
}
.input__field--filled ~ .input__close-button {
  display: flex;
}

.input__close-button-icon {
  stroke: #bebebe;
  transition: all 0.2s ease;
}
.input__close-button:hover .input__close-button-icon,
.input__close-button:focus .input__close-button-icon {
  stroke: #8a8a8a;
}

.pagination {
  margin: 20px 0;
}

.pagination__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.pagination__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 4px;
  padding: 8px 11px;
  border-radius: 5px;
  border: 1px solid #e3e7ed;
  color: #8993a1;
  transition: all 0.2s ease;
}
.pagination__link--active {
  border: 1px solid #f2bf73;
  color: #f2bf73;
  cursor: default;
}
.pagination__link:not(.pagination__link--active):hover,
.pagination__link:not(.pagination__link--active):focus {
  border: 1px solid rgba(44, 65, 88, 0.8);
  color: rgba(44, 65, 88, 0.8);
}

.pagination__button {
  display: none;
}
@media (max-width: 767px) {
  .pagination__button {
    display: flex;
  }
}
.pagination__button--desktop {
  display: flex;
  margin-top: -20px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .pagination__button--desktop {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .pagination__button--desktop {
    margin-bottom: 0;
  }
}

.blog__pagination .pagination__button {
  display: none;
}

.pick-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.pick-list--2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 1023px) {
  .pick-list--2 {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .pick-list--2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pick-list--3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1023px) {
  .pick-list--3 {
    gap: 32px 16px;
  }
}
@media (max-width: 767px) {
  .pick-list--3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.pick-list--4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1023px) {
  .pick-list--4 {
    gap: 32px 20px;
  }
}
@media (max-width: 767px) {
  .pick-list--4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.pick-list__item {
  display: flex;
}
.pick-list__item--input {
  display: none;
  grid-column: 1 / -1;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .pick-list__item--input {
    margin-bottom: 20px;
  }
}
.pick-list__item--input.show {
  display: flex;
}

.pick-list__input {
  width: 100%;
}

.pick-list__item-box {
  width: 100%;
  cursor: pointer;
}
.pick-list--no-image .pick-list__item-box {
  padding: 75px 55px;
  border: 1px solid #dee2e9;
  border-radius: 10px;
}
@media (max-width: 1023px) {
  .pick-list--no-image .pick-list__item-box {
    padding: 59px 31px;
  }
}
@media (max-width: 576px) {
  .pick-list--no-image .pick-list__item-box {
    padding: 23px 10px 23px 15px;
  }
}

.pick-list__image-wrap {
  display: block;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .pick-list__image-wrap {
    height: 110px;
  }
}
.pick-list__image-wrap--svg {
  display: flex;
  background: linear-gradient(180deg, #f4f7f9 0%, rgba(243, 245, 247, 0) 100%);
  text-align: center;
  vertical-align: middle;
}
.pick-list--2 .pick-list__image-wrap {
  height: 213px;
}
@media (max-width: 576px) {
  .pick-list--2 .pick-list__image-wrap {
    height: 183px;
  }
}

.pick-list__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pick-list__image-wrap--svg .pick-list__image {
  width: auto;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
  margin: auto;
  fill: #2c4158;
  transition: all 0.2s ease;
}
@media (max-width: 576px) {
  .pick-list__image-wrap--svg .pick-list__image {
    max-width: 60%;
    height: auto;
    max-height: 90px;
  }
}
.pick-list__item-checkbox:checked + .pick-list__item-box .pick-list__image-wrap--svg .pick-list__image {
  fill: #f2bf73;
}

.pick-list__name {
  display: block;
  position: relative;
  margin-top: 16px;
  padding-left: 24px;
  color: #8993a1;
  transition: all 0.2s ease;
}
.pick-list--no-image .pick-list__name {
  margin-top: 0;
}
.pick-list__item-box:hover .pick-list__name,
.pick-list__item-box:focus .pick-list__name {
  color: #2c4158;
}
.pick-list__name::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #dee2e9;
  border-radius: 50%;
  top: 8px;
  left: 4px;
  transition: all 0.2s ease;
}
.pick-list__name span {
  display: block;
  color: #8993a1;
}
.pick-list__item-box:hover .pick-list__name span,
.pick-list__item-box:focus .pick-list__name span {
  color: #2c4158;
}
.pick-list__item-checkbox:checked + .pick-list__item-box .pick-list__name span {
  color: #2c4158;
}
.pick-list__item-checkbox:checked + .pick-list__item-box .pick-list__name {
  color: #2c4158;
}
.pick-list__item-checkbox:checked + .pick-list__item-box .pick-list__name::before {
  background: #f2bf73;
}
.pick-list__item-box:hover .pick-list__name::before {
  background: rgba(242, 191, 115, 0.6);
}

.review {
  position: relative;
  padding: 56px;
  background: url("/local/templates/kuhni.shop/app/css/./../img/bg-review.png") no-repeat;
  border-radius: 15px;
  z-index: 1;
}
@media (max-width: 1439px) {
  .review {
    padding: 40px;
    background: #ffffff;
  }
}
@media (max-width: 576px) {
  .review {
    padding: 24px;
    padding-bottom: 32px;
  }
}
.review:before {
  content: "";
  position: absolute;
  width: calc(100% - 65px);
  height: 14px;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 40px 100px #f5f5f6;
  border-radius: 0 0 15px 15px;
  background-color: #ffffff;
}
.review::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 377px);
  top: 377px;
  left: 0;
  border-radius: 15px;
  background-color: #ffffff;
  z-index: -1;
}
@media (max-width: 1439px) {
  .review::after {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 377px);
  }
}
.reviews .review {
  box-shadow: 0px 40px 80px rgba(57, 63, 72, 0.05);
}

@media (max-width: 575px) {
  .review__images {
    margin-right: -24px;
  }
}

.review__images-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .review__images-list {
    margin-bottom: 33px;
  }
}
@media (max-width: 576px) {
  .review__images-list {
    margin-bottom: 24px;
  }
}

.review__images-item {
  width: 254px;
  height: 201px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1439px) {
  .review__images-item {
    width: 48%;
  }
}
@media (max-width: 1200px) {
  .review__images-item {
    height: 150px;
  }
}
@media (max-width: 768px) {
  .review__images-item {
    height: 245px;
  }
}
@media (max-width: 576px) {
  .review__images-item {
    height: 166px;
  }
}

.review__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.review__title {
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .review__title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .reviews .review__title {
    max-width: 100%;
  }
}
.review__title::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: 0;
  top: -16px;
  background: url("/local/templates/kuhni.shop/app/css/./../img/quote.png") no-repeat;
  z-index: 1;
}
@media (max-width: 768px) {
  .review__title::after {
    top: -9px;
  }
}
@media (max-width: 576px) {
  .review__title::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    top: 4px;
    background-size: cover;
  }
}

.review__title-text {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .review__title-text {
    max-width: 440px;
  }
}
@media (max-width: 768px) {
  .reviews .review__title-text {
    max-width: 100%;
  }
}

.review__author {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .review__author {
    margin-bottom: 15px;
  }
}

.review__author-image-wrap {
  width: 64px;
  height: 64px;
  margin-right: 16px;
  border-radius: 50%;
  overflow: hidden;
}

.review__author-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .review__cite-name {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .review__cite-date {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .review__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.review__text + .review__text {
  margin-top: 24px;
}

.review__text span {
  display: block;
}

@media (max-width: 576px) {
  .reviews-block .review__text:nth-child(n + 2) {
    display: none;
  }
}

@media (max-width: 576px) {
  .reviews-block .review__content.show .review__text:nth-child(n + 2) {
    display: block;
  }
}

.review__button-more {
  display: none;
}
@media (max-width: 576px) {
  .review__button-more {
    margin: 0;
    padding: 0;
    text-align: left;
    border: none;
    outline: none;
    background-color: transparent;
    transition: all 0.2s ease;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-top: 9px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #6885ae;
  }
  .review__button-more:not(:disabled) {
    cursor: pointer;
  }
  .review__button-more:hover,
  .review__button-more:focus {
    color: #2c4158;
  }
}

.review__button-more-icon {
  margin-left: 11px;
  fill: none;
  stroke: #6885ae;
  transition: all 0.2s ease;
}
.review__button-more:hover .review__button-more-icon,
.review__button-more:focus .review__button-more-icon {
  stroke: #2c4158;
}

.review__images-button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 129px;
  left: 28px;
  width: 56px;
  height: 56px;
  background: linear-gradient(360deg, #f1c480 0%, #ffe9c9 100%);
  border-radius: 50%;
  z-index: 2;
  transition: all 0.2s ease;
}
.review__images-button:not(:disabled) {
  cursor: pointer;
}
@media (max-width: 1200px) {
  .review__images-button {
    top: 86px;
    left: 12px;
  }
}
@media (max-width: 768px) {
  .review__images-button {
    top: 135px;
  }
}
@media (max-width: 576px) {
  .review__images-button {
    display: none;
  }
}
.review__images-button--next {
  right: 28px;
  left: auto;
}
@media (max-width: 1200px) {
  .review__images-button--next {
    right: 12px;
  }
}
.review__images-button:hover,
.review__images-button:focus {
  box-shadow: 0 30px 50px rgba(243, 201, 138, 0.5);
}
@media (max-width: 767px) {
  .review__images-button:hover,
  .review__images-button:focus {
    box-shadow: none;
  }
}

.review__images-button-icon {
  fill: transparent;
  stroke: #33363c;
  transition: all 0.2s ease;
}
.review__images-button--next .review__images-button-icon {
  transform: rotate(180deg);
}

.ask {
  height: 796px;
  background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-ask-spec.png"), url("/local/templates/kuhni.shop/app/css/./../img/bg-ask.png");
  background-repeat: no-repeat, no-repeat;
  background-position: calc(50% - 69px) 100%, 50% 50%;
  background-size: auto, cover;
}
@media (max-width: 1200px) {
  .ask {
    height: 771px;
    background-position: calc(50% - 41px) 100%, 50% 50%;
    background-size: 400px 517px, auto;
  }
}
@media (max-width: 1023px) {
  .ask {
    height: 732px;
    background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-ask-spec.png"), url("/local/templates/kuhni.shop/app/css/./../img/bg-ask.png");
    background-position: calc(50% - 139px) 114.5%, 50% 100%;
    background-size: 358px auto, 133%;
  }
}
@media (max-width: 767px) {
  .ask {
    height: 937px;
    background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-ask.png");
    background-position: 12% 100%;
    background-size: 321%;
  }
}

.ask__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ask__content {
    flex-direction: column;
  }
}

.ask__lead {
  margin-top: 164px;
}
@media (max-width: 1023px) {
  .ask__lead {
    margin-top: 132px;
  }
}
@media (max-width: 767px) {
  .ask__lead {
    margin-top: 87px;
    text-align: center;
  }
}

.ask__title {
  width: 420px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .ask__title {
    width: 300px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .ask__title {
    width: 80%;
    margin: 0 auto 15px;
  }
}
@media (max-width: 576px) {
  .ask__title {
    width: 100%;
  }
}

.ask__text {
  width: 300px;
}
@media (max-width: 767px) {
  .ask__text {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .ask__text {
    width: 100%;
  }
}
.ask__text span {
  display: inline;
}

.ask__form {
  position: relative;
  width: 420px;
  min-height: 576px;
  margin-top: 112px;
  padding: 49px 64px;
  background: transparent url("/local/templates/kuhni.shop/app/css/./../img/bg-ask-form.png") no-repeat 0 0;
  border-radius: 15px;
  box-shadow: 0px 30px 80px rgba(57, 63, 72, 0.05);
}
@media (max-width: 1023px) {
  .ask__form {
    width: 373px;
    min-height: 559px;
    margin-top: 87px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .ask__form {
    min-height: 492px;
    margin: 87px auto 0;
    padding: 42px 0;
  }
}
@media (max-width: 576px) {
  .ask__form {
    width: 352px;
  }
}
@media (max-width: 400px) {
  .ask__form {
    width: calc(100% + 48px);
    margin: 0 -24px;
  }
}
.ask__form:before {
  content: "";
  position: absolute;
  width: calc(100% - 48px);
  height: 15px;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 40px 100px #f5f5f6;
  border-radius: 0 0 15px 15px;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .ask__form-content {
    width: 292px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .ask__form-content {
    width: 272px;
  }
}

.ask__button {
  margin-top: 21px;
}
@media (max-width: 767px) {
  .ask__button {
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .ask__form-text {
    margin-top: 20px;
  }
}

.blog-article {
  margin-bottom: 120px;
}
@media (max-width: 1023px) {
  .blog-article {
    margin-bottom: 104px;
  }
}
@media (max-width: 767px) {
  .blog-article {
    margin-bottom: 113px;
  }
}

.blog-article__date {
  display: block;
  position: relative;
  width: 82px;
  margin: 0 auto 16px;
}
@media (max-width: 1023px) {
  .blog-article__date {
    font-size: 16px;
    line-height: 24px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .blog-article__date {
    margin: 40px 0 16px 24px;
  }
}
.blog-article__date::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 16px;
  top: 4px;
  left: -23px;
  background: url("/local/templates/kuhni.shop/app/css/./../img/icons/icon-calendar.svg") no-repeat;
}

.blog-article__title {
  max-width: 840px;
  margin: 16px auto 40px;
  text-align: center;
}
@media (max-width: 1023px) {
  .blog-article__title {
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .blog-article__title {
    margin: 16px 0 30px;
    text-align: left;
  }
}

.blog-article__images {
  position: relative;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .blog-article__images {
    margin: 30px 0;
  }
}

.title + .blog-article__images {
  margin-top: -40px;
}

.blog-article__image-set {
  display: flex;
  justify-content: space-between;
}

.blog-article__image-wrap {
  width: 49.2%;
  height: 427px;
}
@media (max-width: 1199px) {
  .blog-article__image-wrap {
    height: 379px;
  }
}
@media (max-width: 1023px) {
  .blog-article__image-wrap {
    height: 270px;
  }
}
@media (max-width: 767px) {
  .blog-article__image-wrap {
    height: 240px;
  }
}
.blog-article__image-wrap:only-child {
  width: 100%;
  height: 540px;
}
@media (max-width: 1199px) {
  .blog-article__image-wrap:only-child {
    height: 540px;
  }
}
@media (max-width: 1023px) {
  .blog-article__image-wrap:only-child {
    height: 430px;
  }
}
@media (max-width: 767px) {
  .blog-article__image-wrap:only-child {
    height: 240px;
  }
}

.blog-article__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-article__text {
  max-width: 860px;
  margin: 24px auto 0;
}
@media (max-width: 1200px) {
  .blog-article__text {
    max-width: 807px;
  }
}
@media (max-width: 1023px) {
  .blog-article__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.blog-article__quote {
  position: relative;
  width: 83%;
  max-width: none !important;
  margin: 47px auto 40px;
  padding: 40px 110px 46px;
  border-top: 2px solid #f2bf73;
  border-bottom: 2px solid #f2bf73;
}
@media (max-width: 1200px) {
  .blog-article__quote {
    width: 100%;
    padding: 40px 87px 46px;
  }
}
@media (max-width: 1023px) {
  .blog-article__quote {
    margin: 39px auto 40px;
    padding: 41px 62px 37px;
  }
}
@media (max-width: 767px) {
  .blog-article__quote {
    margin: 32px 0;
    padding: 32px 0 30px;
    font-size: 20px;
    line-height: 28px;
  }
}
.blog-article__quote::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: 110px;
  top: 50%;
  transform: translateY(-50%);
  background: url("/local/templates/kuhni.shop/app/css/./../img/quote.png") no-repeat;
  z-index: 1;
}
@media (max-width: 1200px) {
  .blog-article__quote::after {
    right: 83px;
  }
}
@media (max-width: 1023px) {
  .blog-article__quote::after {
    right: 62px;
  }
}
@media (max-width: 767px) {
  .blog-article__quote::after {
    content: "";
    position: absolute;
    width: 88px;
    height: 88px;
    right: 0;
    background-size: cover;
  }
}
.blog-article__quote span {
  position: relative;
  z-index: 2;
}

.blog-article__button {
  display: none;
}
@media (max-width: 767px) {
  .blog-article__button {
    margin: 0;
    padding: 0;
    text-align: left;
    border: none;
    outline: none;
    background-color: transparent;
    transition: all 0.2s ease;
    position: absolute;
    z-index: 2;
    display: block;
    top: 93px;
    left: 0;
    right: auto;
    width: 28px;
    height: 56px;
    background: #ffffff;
    border-radius: 0 100% 100% 0 / 0 50% 50% 0;
    transition: all 0.2s ease;
  }
  .blog-article__button:not(:disabled) {
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .blog-article__button--next {
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    left: auto;
    right: 0;
  }
}

.blog-article__button-icon {
  position: absolute;
  top: 20px;
  left: -1px;
  fill: transparent;
  stroke: #33363c;
  transition: all 0.2s ease;
}
.blog-article__button--next .blog-article__button-icon {
  left: 13px;
  transform: rotate(180deg);
}

.blog-preview {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  border: 5px solid #ffffff;
  border-radius: 15px;
  transition: all 0.2s ease;
}
@media (max-width: 1023px) {
  .blog-preview {
    box-shadow: 0px 30px 80px rgba(57, 63, 72, 0.05);
  }
}
.blog-preview:before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 12px;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 40px 100px rgba(57, 63, 72, 0.05);
  border-radius: 0 0 15px 15px;
  background: #ffffff;
}
.blog-preview:hover,
.blog-preview:focus {
  box-shadow: 0px 30px 80px rgba(57, 63, 72, 0.05);
}

.blog-preview__image-wrap {
  width: 100%;
  height: 240px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .blog-preview__image-wrap {
    height: 200px;
  }
}
@media (max-width: 1023px) {
  .blog-preview__image-wrap {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .blog-preview__image-wrap {
    height: 200px;
  }
}

.blog-preview__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-preview__info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 26px 27px 32px;
}
@media (max-width: 1200px) {
  .blog-preview__info {
    padding: 26px 19px 32px;
  }
}
@media (max-width: 767px) {
  .blog-preview__info {
    padding: 24px 19px 32px;
  }
}

.blog-preview__title {
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .blog-preview__title {
    width: 90%;
  }
}
@media (max-width: 1023px) {
  .blog-preview__title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .blog-preview__title {
    width: 100%;
  }
}

.blog-preview__text {
  margin-bottom: 21px;
}
@media (max-width: 1023px) {
  .blog-preview__text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .blog-preview__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.blog-preview__button {
  width: 100%;
  margin-top: auto;
}

.blog-related {
  margin-bottom: 164px;
}
@media (max-width: 1199px) {
  .blog-related {
    margin-bottom: 153px;
  }
}
@media (max-width: 1023px) {
  .blog-related {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .blog-related {
    margin-bottom: 20px;
  }
}

.blog-related__wrapper {
  position: relative;
}

.blog-related__title {
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 1024px) {
  .blog-related__title {
    text-align: left;
  }
}
@media (max-width: 1023px) {
  .blog-related__title {
    margin-bottom: 31px;
  }
}

.blog-related__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .blog-related__list {
    margin-bottom: 32px;
  }
}
@media (max-width: 1023px) {
  .blog-related__list {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .blog-related__list {
    margin-bottom: 0;
  }
}

.blog-related__item {
  height: auto;
}

.blog-related__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  height: 100%;
}

.blog-related__button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 387px;
  left: -88px;
  width: 56px;
  height: 56px;
  background: linear-gradient(360deg, #f1c480 0%, #ffe9c9 100%);
  border-radius: 50%;
  z-index: 2;
  transition: all 0.2s ease;
}
.blog-related__button:not(:disabled) {
  cursor: pointer;
}
@media (max-width: 1600px) {
  .blog-related__button {
    top: 341px;
    left: -24px;
  }
}
@media (max-width: 1024px) {
  .blog-related__button {
    top: 8px;
    left: auto;
    right: 72px;
  }
}
@media (max-width: 1023px) {
  .blog-related__button {
    top: -17px;
  }
}
@media (max-width: 767px) {
  .blog-related__button {
    display: block;
    top: 250px;
    left: 0;
    right: auto;
    width: 28px;
    height: 56px;
    background: #ffffff;
    border-radius: 0 100% 100% 0 / 0 50% 50% 0;
  }
}
.blog-related__button--next {
  right: -88px;
  left: auto;
}
@media (max-width: 1600px) {
  .blog-related__button--next {
    right: -24px;
  }
}
@media (max-width: 1024px) {
  .blog-related__button--next {
    right: 0;
  }
}
@media (max-width: 767px) {
  .blog-related__button--next {
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    right: 5px;
  }
}
.blog-related__button:hover,
.blog-related__button:focus {
  box-shadow: 0 30px 50px rgba(243, 201, 138, 0.5);
}
@media (max-width: 767px) {
  .blog-related__button:hover,
  .blog-related__button:focus {
    box-shadow: none;
  }
}

.blog-related__button-icon {
  fill: transparent;
  stroke: #33363c;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .blog-related__button-icon {
    position: absolute;
    top: 20px;
    left: -1px;
    fill: transparent;
    stroke: #33363c;
    transition: all 0.2s ease;
  }
}
.blog-related__button--next .blog-related__button-icon {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .blog-related__button--next .blog-related__button-icon {
    left: 13px;
    transform: rotate(180deg);
  }
}

.blog {
  margin-bottom: 138px;
}
@media (max-width: 1023px) {
  .blog {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .blog {
    margin-bottom: 30px;
  }
}

.blog__title {
  margin-bottom: 63px;
  text-align: center;
}
@media (max-width: 1023px) {
  .blog__title {
    margin: 40px 0 31px;
  }
}

.blog__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 20px;
}
@media (max-width: 1200px) {
  .blog__list {
    gap: 21px 20px;
  }
}
@media (max-width: 1023px) {
  .blog__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 23px 20px;
  }
}
@media (max-width: 767px) {
  .blog__list {
    grid-template-columns: 1fr;
    gap: 29px;
  }
}

.blog__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  width: 100%;
  height: 100%;
}

.bottom-footer {
  padding: 35px 0 39px;
  background-color: #49525b;
}
@media (max-width: 1023px) {
  .bottom-footer {
    padding: 34px 0 50px;
  }
}

.bottom-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .bottom-footer__content {
    flex-direction: column;
  }
}

.bottom-footer__text {
  position: relative;
  display: flex;
  align-items: center;
  width: 60%;
}
@media (max-width: 1439px) {
  .bottom-footer__text {
    flex-grow: 1;
    max-width: 777px;
  }
}
@media (max-width: 1023px) {
  .bottom-footer__text {
    width: 100%;
    max-width: none;
    padding-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .bottom-footer__text {
    flex-direction: column;
    padding-bottom: 38px;
  }
}
@media (max-width: 1023px) {
  .bottom-footer__text::after {
    content: "";
    position: absolute;
    width: calc(100% + 48px);
    height: 1px;
    bottom: 0;
    left: -24px;
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.bottom-footer__text-part {
  width: 32%;
}
@media (max-width: 1023px) {
  .bottom-footer__text-part {
    width: 37%;
  }
}
@media (max-width: 767px) {
  .bottom-footer__text-part {
    width: 90%;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .bottom-footer__text-part {
    width: 100%;
  }
}
.bottom-footer__text-part:last-child {
  flex-grow: 1;
}

.bottom-footer__privacy {
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .bottom-footer__privacy {
    display: inline-block;
    margin-bottom: 20px;
  }
}
.bottom-footer__privacy:hover,
.bottom-footer__privacy:focus {
  color: #ffffff;
}

.bottom-footer__copyright {
  margin: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .bottom-footer__copyright {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .bottom-footer__copyright {
    margin-bottom: 12px;
  }
}

.bottom-footer__site-develop {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .bottom-footer__site-develop {
    justify-content: center;
    padding-top: 12px;
  }
}
.bottom-footer__site-develop:hover,
.bottom-footer__site-develop:focus {
  color: #f2bf73;
}
.bottom-footer__site-develop:active {
  color: #d5a255;
}

.bottom-footer__site-develop-icon {
  margin-right: 10px;
  fill: none;
  stroke: #8993a2;
  transition: all 0.2s ease;
}
.bottom-footer__site-develop:hover .bottom-footer__site-develop-icon,
.bottom-footer__site-develop:focus .bottom-footer__site-develop-icon {
  stroke: #f2bf73;
}
.bottom-footer__site-develop:active .bottom-footer__site-develop-icon {
  stroke: #d5a255;
}

.bottom-header {
  position: relative;
  padding: 25px 0 27px;
}
@media (max-width: 1023px) {
  .bottom-header {
    padding: 32px 0;
  }
}
.page-header--main .bottom-header {
  padding: 25px 0 33px;
}
.page-header:not(.page-header--main) .bottom-header {
  border-bottom: 1px solid #ebeff3;
}

.bottom-header__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .bottom-header__wrapper {
    justify-content: flex-end;
  }
}

@media (max-width: 1023px) {
  .bottom-header__logo {
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .bottom-header__logo-text {
    display: none;
  }
}

.bottom-header__button-menu {
  display: none;
}
@media (max-width: 1023px) {
  .bottom-header__button-menu {
    margin: 0;
    padding: 0;
    text-align: left;
    border: none;
    outline: none;
    background-color: transparent;
    transition: all 0.2s ease;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #2c4158;
  }
  .bottom-header__button-menu:not(:disabled) {
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .bottom-header__button-menu {
    font-size: 0;
  }
}
.page-header--main .bottom-header__button-menu {
  color: #ffffff;
}
.bottom-header__button-menu:hover,
.bottom-header__button-menu:focus {
  color: #f2bf73;
}
.bottom-header__button-menu:active {
  color: #d5a255;
}

.bottom-header__burger {
  position: relative;
  display: flex;
  align-items: center;
  width: 24px;
  height: 18px;
  margin-left: 16px;
  transition: all 0.2s ease;
}
@media (max-width: 576px) {
  .bottom-header__burger {
    margin-left: 24px;
  }
}

.bottom-header__burger-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background: #2c4158;
  transition: all 0.2s ease;
}
.page-header--main .bottom-header__burger-icon {
  background: #ffffff;
}
.bottom-header__button-menu:hover .bottom-header__burger-icon,
.bottom-header__button-menu:focus .bottom-header__burger-icon {
  background: #f2bf73;
}
.bottom-header__burger-icon::after,
.bottom-header__burger-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2c4158;
  transition: all 0.2s ease;
}
.page-header--main .bottom-header__burger-icon::after,
.page-header--main .bottom-header__burger-icon::before {
  background: #ffffff;
}
.bottom-header__button-menu:hover .bottom-header__burger-icon::after,
.bottom-header__button-menu:focus .bottom-header__burger-icon::after,
.bottom-header__button-menu:hover .bottom-header__burger-icon::before,
.bottom-header__button-menu:focus .bottom-header__burger-icon::before {
  background: #f2bf73;
}
.bottom-header__burger-icon::after {
  top: 8px;
}
.bottom-header__burger-icon::before {
  top: -8px;
}
.bottom-header__button-menu.show .bottom-header__burger-icon {
  background: transparent;
}
.bottom-header__button-menu.show .bottom-header__burger-icon::before,
.bottom-header__button-menu.show .bottom-header__burger-icon::after {
  top: 0;
}
.bottom-header__button-menu.show .bottom-header__burger-icon::after {
  transform: rotate(-45deg);
}
.bottom-header__button-menu.show .bottom-header__burger-icon::before {
  transform: rotate(45deg);
}

.calc {
  margin-bottom: 120px;
}
@media (max-width: 1023px) {
  .calc {
    margin-bottom: 90px;
  }
}

.calc__title {
  width: 70%;
  max-width: 860px;
  margin: 0 auto 66px;
  text-align: center;
}
@media (max-width: 1023px) {
  .calc__title {
    margin: 0 auto 31px;
  }
}
@media (max-width: 576px) {
  .calc__title {
    width: 90%;
  }
}

@media (max-width: 1023px) {
  .calc__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.calc__text + .calc__text {
  margin-top: 24px;
}

.card {
  margin-bottom: 86px;
}

.card__info {
  display: grid;
  grid-template-columns: 640px auto;
  grid-template-areas: "gallery title" "gallery brief" "gallery buttons";
  gap: 32px 56px;
  margin-bottom: 56px;
}
@media (max-width: 1439px) {
  .card__info {
    gap: 32px;
  }
}
@media (max-width: 1200px) {
  .card__info {
    grid-template-columns: 100%;
    grid-template-areas: "title" "gallery" "brief" "buttons";
    gap: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .card__info {
    margin-bottom: 36px;
  }
}

.card__gallery {
  grid-area: gallery;
  overflow: hidden;
}
@media (max-width: 767px) {
  .card__gallery {
    margin-right: -24px;
  }
}

.card__title {
  grid-area: title;
}
@media (max-width: 1200px) {
  .card__title {
    margin-bottom: 32px;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .card__title {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .card__title {
    margin-top: 0;
  }
}

.card__brief {
  grid-area: brief;
}
@media (max-width: 1200px) {
  .card__brief {
    width: 483px;
    margin: 40px auto 28px;
  }
}
@media (max-width: 1023px) {
  .card__brief {
    width: 100%;
    max-width: 560px;
    margin: 40px 0 28px;
  }
}
@media (max-width: 767px) {
  .card__brief {
    margin: 22px 0 20px;
  }
}

.card__buttons {
  grid-area: buttons;
  display: flex;
  margin: auto 0 4px;
}
@media (max-width: 1200px) {
  .card__buttons {
    width: 604px;
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  .card__buttons {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .card__buttons {
    flex-direction: column;
    width: 100%;
  }
}

.card__button-spec {
  margin-right: 20px;
  width: 100%;
  max-width: 292px;
}
@media (max-width: 767px) {
  .card__button-spec {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.card__button-order {
  width: 100%;
  max-width: 292px;
}

.card__main-gallery {
  margin-bottom: 16px;
}

.card__main-gallery-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.card__main-gallery-item {
  width: 100%;
  height: 376px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .card__main-gallery-item {
    height: 477px;
  }
}
@media (max-width: 767px) {
  .card__main-gallery-item {
    height: 180px;
  }
}

.card__main-gallery-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: url("/local/templates/kuhni.shop/app/css/./../img/icons/icon-resize-cursor.svg"), auto;
}

@media (max-width: 767px) {
  .card__thumbs-gallery {
    /* margin-right: -24px; */
    display: none;
  }
}

.card__thumbs-gallery-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.card__thumbs-gallery-item {
  position: relative;
  height: 118px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .card__thumbs-gallery-item {
    height: 132px;
  }
}
@media (max-width: 767px) {
  .card__thumbs-gallery-item {
    height: 180px;
  }
}
.card__thumbs-gallery-item:not(.swiper-slide-thumb-active) {
  opacity: 0.2;
}
@media (max-width: 767px) {
  .card__thumbs-gallery-item:not(.swiper-slide-thumb-active) {
    opacity: 1;
  }
}

.card__thumbs-gallery-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.card__brief-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .card__brief-item {
    align-items: flex-end;
  }
}
.card__brief-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 4px;
  left: 0;
  border-top: 1px dashed #a8aaac;
}

.card__briefs-name {
  z-index: 1;
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .card__briefs-name {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .card__briefs-name {
    font-size: 14px;
    line-height: 20px;
  }
}

.card__briefs-kind {
  width: 51%;
  flex-shrink: 0;
  z-index: 1;
  background-color: #ffffff;
}
@media (max-width: 1439px) {
  .card__briefs-kind {
    width: 37%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 1023px) {
  .card__briefs-kind {
    width: 47%;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 576px) {
  .card__briefs-kind {
    width: 54.5%;
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .card__briefs-kind {
    width: 40.5%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
}

.card__description {
  display: flex;
  padding: 56px;
  border-radius: 15px;
  border: 1px solid #ebeff3;
}
@media (max-width: 1023px) {
  .card__description {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .card__description {
    padding: 0;
    border: none;
  }
}

.card__description-title {
  flex-shrink: 0;
  max-width: 140px;
  margin: 8px 133px 0 0;
  text-transform: uppercase;
}
@media (max-width: 1439px) {
  .card__description-title {
    margin: 8px 90px 0 0;
  }
}
@media (max-width: 1200px) {
  .card__description-title {
    display: none;
  }
}

.card__description-text {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  max-width: 750px;
}
@media (max-width: 1200px) {
  .card__description-text {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .card__description-text {
    font-size: 14px;
    line-height: 20px;
  }
}

.catalog-slider {
  margin: 100px 0 144px;
  padding-top: 20px;
}
@media (max-width: 1440px) {
  .catalog-slider {
    margin: 60px 0 144px;
    padding-top: 60px;
  }
}
@media (max-width: 1200px) {
  .catalog-slider {
    margin: 60px 0 135px;
    padding-top: 60px;
  }
}
@media (max-width: 1023px) {
  .catalog-slider {
    margin: 60px 0 44px;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .catalog-slider {
    margin: 60px 0 0;
    background: none;
  }
}

.catalog-slider__title {
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 1440px) {
  .catalog-slider__title {
    text-align: left;
  }
}
@media (max-width: 1023px) {
  .catalog-slider__title {
    margin-bottom: 39px;
  }
}
@media (max-width: 767px) {
  .catalog-slider__title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .catalog-slider__content {
    position: relative;
    overflow: hidden;
    margin: 0 -24px;
    border-radius: 15px;
    padding: 0 24px 36px;
  }
}

.catalog-slider__wrapper {
  position: relative;
}

.catalog-slider__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .catalog-slider__list {
    margin-bottom: 32px;
  }
}
@media (max-width: 1023px) {
  .catalog-slider__list {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .catalog-slider__list {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .catalog-slider {
    z-index: 2;
  }
}

.catalog-slider__button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 407px;
  left: -88px;
  width: 56px;
  height: 56px;
  background: linear-gradient(360deg, #f1c480 0%, #ffe9c9 100%);
  border-radius: 50%;
  z-index: 2;
  transition: all 0.2s ease;
}
.catalog-slider__button:not(:disabled) {
  cursor: pointer;
}
@media (max-width: 1600px) {
  .catalog-slider__button {
    top: 343px;
    left: -23px;
  }
}
@media (max-width: 1440px) {
  .catalog-slider__button {
    top: 8px;
    left: auto;
    right: 72px;
  }
}
@media (max-width: 1023px) {
  .catalog-slider__button {
    top: -9px;
  }
}
@media (max-width: 767px) {
  .catalog-slider__button {
    display: block;
    top: 278px;
    left: 5px;
    right: auto;
    width: 28px;
    height: 56px;
    background: #ffffff;
    border-radius: 0 100% 100% 0 / 0 50% 50% 0;
  }
}
.catalog-slider__button--next {
  right: -88px;
  left: auto;
}
@media (max-width: 1600px) {
  .catalog-slider__button--next {
    right: -23px;
  }
}
@media (max-width: 1440px) {
  .catalog-slider__button--next {
    right: 0;
  }
}
@media (max-width: 767px) {
  .catalog-slider__button--next {
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    right: 5px;
  }
}
.catalog-slider__button:hover,
.catalog-slider__button:focus {
  box-shadow: 0 30px 50px rgba(243, 201, 138, 0.5);
}
@media (max-width: 767px) {
  .catalog-slider__button:hover,
  .catalog-slider__button:focus {
    box-shadow: none;
  }
}

.catalog-slider__button-icon {
  fill: transparent;
  stroke: #33363c;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .catalog-slider__button-icon {
    position: absolute;
    top: 20px;
    left: -1px;
    fill: transparent;
    stroke: #33363c;
    transition: all 0.2s ease;
  }
}
.catalog-slider__button--next .catalog-slider__button-icon {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .catalog-slider__button--next .catalog-slider__button-icon {
    left: 13px;
    transform: rotate(180deg);
  }
}

.catalog__aside {
  width: 440px;
  flex-shrink: 0;
}
@media (max-width: 1439px) {
  .catalog__aside {
    width: 390px;
  }
}
@media (max-width: 1200px) {
  .catalog__aside {
    width: 100%;
  }
}

.catalog__title {
  width: 440px;
}
@media (max-width: 1200px) {
  .catalog__title {
    width: auto;
  }
}
@media (max-width: 767px) {
  .catalog__title {
    margin: 0 auto 32px;
  }
}

.catalog__content {
  margin-top: 128px;
}
@media (max-width: 1200px) {
  .catalog__content {
    margin-top: 48px;
  }
}
@media (max-width: 1023px) {
  .catalog__content {
    margin-top: 21px;
  }
}
@media (max-width: 767px) {
  .catalog__content {
    margin-top: 36px;
  }
}

.page__container--aside .catalog__content {
  flex-grow: 1;
}

.catalog__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.catalog__item {
  width: 49%;
  margin-bottom: 21px;
}
@media (max-width: 1200px) {
  .catalog__item {
    width: 32%;
    margin-bottom: 13px;
  }
}
@media (max-width: 1023px) {
  .catalog__item {
    width: 48.6%;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .catalog__item {
    width: 100%;
    margin-bottom: 31px;
  }
}

.contact {
  margin-top: 120px;
  padding: 50px 0 245px;
  background: url("/local/templates/kuhni.shop/app/css/./../img/bg-contact.png") no-repeat 50% 100%;
  background-size: cover;
}
@media (max-width: 1920px) {
  .contact {
    background-size: auto;
  }
}
@media (max-width: 1200px) {
  .contact {
    padding: 50px 0 131px;
    background: url("/local/templates/kuhni.shop/app/css/./../img/bg-contact.png") no-repeat 100% 100%;
    background-size: 130%;
  }
}
@media (max-width: 1023px) {
  .contact {
    margin-top: 25px;
    background-size: 116%;
  }
}
@media (max-width: 767px) {
  .contact {
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  .contact {
    padding: 58px 0 82px;
    background: url("/local/templates/kuhni.shop/app/css/./../img/bg-contact-mobile.png") no-repeat 88% 100%;
    background-size: 137%;
  }
}

.contact__content {
  display: flex;
  justify-content: space-between;
  max-width: 1084px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .contact__content {
    flex-direction: column;
    align-items: center;
  }
}

.contact__lead {
  width: 360px;
}
@media (max-width: 1023px) {
  .contact__lead {
    width: 410px;
    margin-bottom: 40px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .contact__lead {
    width: 100%;
  }
}

.contact__form-content {
  width: 607px;
}
@media (max-width: 1200px) {
  .contact__form-content {
    width: 519px;
  }
}
@media (max-width: 1023px) {
  .contact__form-content {
    width: 604px;
  }
}
@media (max-width: 767px) {
  .contact__form-content {
    width: 292px;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .contact__form-content {
    width: 272px;
  }
}

.contact__title {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .contact__title {
    margin-bottom: 15px;
  }
}
.contact__title span {
  display: block;
}

.contacts {
  background: url("/local/templates/kuhni.shop/app/css/../img/bg-contacts.png") no-repeat calc(50% + 605px) 88px;
}
@media (max-width: 1199px) {
  .contacts {
    background: none;
  }
}

.contacts__container {
  width: 100%;
  max-width: 858px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .contacts__container {
    max-width: 811px;
  }
}

.contacts__title {
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 1023px) {
  .contacts__title {
    margin-top: 64px;
    margin-bottom: 31px;
  }
}
@media (max-width: 576px) {
  .contacts__title {
    margin-top: 41px;
    text-align: left;
  }
}

.contacts__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .contacts__list {
    flex-direction: column;
  }
}

.contacts__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 48%;
  margin-bottom: 40px;
  padding-left: 56px;
}
@media (max-width: 1023px) {
  .contacts__item {
    margin-bottom: 33px;
  }
}
@media (max-width: 576px) {
  .contacts__item {
    width: 100%;
    margin-bottom: 24px;
  }
}
.contacts__item::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 9px;
  left: 0;
  border-radius: 50%;
}
.contacts__item--tel::before {
  background: #6885ae url("/local/templates/kuhni.shop/app/css/./../img/icons/icon-call.svg") no-repeat 50% 50%;
}
.contacts__item--mail::before {
  background: #6885ae url("/local/templates/kuhni.shop/app/css/./../img/icons/icon-message.svg") no-repeat 50% 50%;
}
.contacts__item--location::before {
  background: #6885ae url("/local/templates/kuhni.shop/app/css/./../img/icons/icon-location.svg") no-repeat 50% 50%;
}
.contacts__item--time::before {
  background: #6885ae url("/local/templates/kuhni.shop/app/css/./../img/icons/icon-time.svg") no-repeat 50% 50%;
}

.contacts__text {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  color: #8993a1;
  text-transform: uppercase;
}

.contacts__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #2c4158;
  transition: all 0.2s ease;
}
@media (max-width: 1023px) {
  .contacts__link {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
}

a.contacts__link:hover,
a.contacts__link:focus {
  color: #f2bf73;
}

a.contacts__link:active {
  color: #d5a255;
}

.contacts__payment {
  margin: 0;
  padding: 0;
  margin-bottom: 80px;
  padding-left: 56px;
}
@media (max-width: 576px) {
  .contacts__payment {
    margin-bottom: 65px;
  }
}

.contacts__payment-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #2c4158;
  transition: all 0.2s ease;
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .contacts__payment-link {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
}
.contacts__payment-link:hover,
.contacts__payment-link:focus {
  color: #f2bf73;
}
.contacts__payment-link:active {
  color: #d5a255;
}

.contacts__buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 998px;
  margin: 0 auto 33px;
  padding: 0 70px;
}
@media (max-width: 1199px) {
  .contacts__buttons {
    max-width: 859px;
    padding: 0 24px;
  }
}
@media (max-width: 576px) {
  .contacts__buttons {
    flex-direction: column;
  }
}

.contacts__button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  width: 49%;
  padding: 23px;
  border-radius: 10px;
  text-transform: uppercase;
  color: #8993a1;
  border: 1px solid #e3e7ed;
  background: #ffffff;
  transition: all 0.2s ease;
}
.contacts__button:not(:disabled) {
  cursor: pointer;
}
@media (max-width: 576px) {
  .contacts__button {
    width: 100%;
  }
}
.contacts__button.active {
  color: #f2bf73;
  border: 1px solid #f2bf73;
}

.contacts__input:nth-of-type(1):checked ~ .contacts__buttons .contacts__button:nth-of-type(1),
.contacts__input:nth-of-type(2):checked ~ .contacts__buttons .contacts__button:nth-of-type(2) {
  color: #f2bf73;
  border: 1px solid #f2bf73;
}

@media (max-width: 576px) {
  .contacts__button--map {
    margin-bottom: 16px;
  }
}

.contacts__map iframe {
  width: 100%;
  height: 680px;
  border: none;
}
@media (max-width: 1023px) {
  .contacts__map iframe {
    height: 569px;
  }
}

.cost {
  position: relative;
  margin-bottom: 100px;
  padding: 87px 0 131px;
  background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-popular-calculator.png"), url("/local/templates/kuhni.shop/app/css/./../img/bg-cost.jpg");
  background-position: calc(50% + 658px) 110%, 50% 50%;
  background-repeat: no-repeat;
  background-size: auto, cover;
}
@media (max-width: 1440px) {
  .cost {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .cost {
    margin-bottom: 70px;
    padding: 69px 0 85px;
  }
}
@media (max-width: 767px) {
  .cost {
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .cost {
    padding: 69px 0 0;
  }
}
.cost--main {
  padding: 87px 0 680px;
  background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-popular-calculator.png"), url("/local/templates/kuhni.shop/app/css/./../img/bg-cost.jpg");
  background-position: calc(50% + 658px) 60%, 50% 50%;
  background-repeat: no-repeat;
  background-size: auto, cover;
}
@media (max-width: 1439px) {
  .cost--main {
    background-position: calc(100% + 161px) 60.7%, 50% 50%;
  }
}
@media (max-width: 1023px) {
  .cost--main {
    padding: 69px 0 520px;
    background-position: calc(100% + 60px) 66%, 50% 50%;
    background-size: 321px auto, cover;
  }
}
@media (max-width: 767px) {
  .cost--main {
    background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-cost.jpg");
    background-position: 50% 50%;
    background-size: cover;
  }
}
@media (max-width: 576px) {
  .cost--main {
    padding: 69px 0 434px;
  }
}

.cost__title {
  width: 700px;
  margin: auto;
  margin-top: 9px;
  text-align: center;
}
@media (max-width: 1023px) {
  .cost__title {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .cost__title {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cost__title {
    width: calc(100% + 30px);
    margin: 9px -15px 0;
  }
}

.cost__subtitle {
  max-width: 514px;
  margin: 24px auto 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .cost__subtitle {
    margin: 15px auto 0;
  }
}

.cost__content {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}
@media (max-width: 1023px) {
  .cost__content {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .cost__content {
    margin: 40px -24px 0;
  }
}

.cost__discount {
  flex-shrink: 0;
  position: relative;
  width: 310px;
  height: 716px;
  background: url("/local/templates/kuhni.shop/app/css/./../img/bg-cost-discount.png") no-repeat;
  text-align: center;
}
@media (max-width: 1439px) {
  .cost__discount {
    display: none;
  }
}
.cost__discount:before {
  content: "";
  position: absolute;
  width: calc(100% - 48px);
  height: 13px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 40px 100px #f5f5f6;
  border-radius: 0 0 15px 15px;
  background-color: #ffffff;
}

.cost__discount-text {
  width: 180px;
  margin: 56px auto;
}
.cost__discount-text span {
  font-family: "Inter", sans-serif;
  font-size: 88px;
  line-height: 64px;
  font-weight: 600;
  display: block;
  margin-top: 32px;
}

.cost__form {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  min-height: 716px;
  margin-left: 20px;
  padding: 48px 86px 54px;
  z-index: 1;
  background: #ffffff;
  border-radius: 15px;
}
@media (max-width: 1439px) {
  .cost__form {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .cost__form {
    padding: 40px 32px;
  }
}
@media (max-width: 768px) {
  .cost__form {
    min-height: 684px;
  }
}
@media (max-width: 576px) {
  .cost__form {
    padding: 40px 24px 28px;
  }
}
@media (max-width: 320px) {
  .cost__form {
    min-height: 770px;
  }
}
.cost__form--last {
  background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-calc-percent.png"), url("/local/templates/kuhni.shop/app/css/./../img/bg-calc.png");
  background-position: 100% 109%, 100% 103%;
  background-size: auto;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .cost__form--last {
    background-position: 128% 111%, calc(100% + 211px) 104%;
    background-size: 69% auto, 93% auto;
  }
}
@media (max-width: 576px) {
  .cost__form--last {
    background-position: 120% 104%, calc(100% + 82px) 100%;
    background-size: 78% auto, 117% auto;
  }
}
.cost__form:before {
  content: "";
  position: absolute;
  width: calc(100% - 80px);
  height: 13px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 40px 100px #f5f5f6;
  border-radius: 0 0 15px 15px;
  background-color: #ffffff;
}
@media (max-width: 576px) {
  .cost__form:before {
    content: "";
    position: absolute;
    width: calc(100% - 48px);
    height: 13px;
  }
}

.cost__form-part {
  display: none;
}
.cost__form-part.show {
  display: block;
}

.cost__form-step {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #8993a1;
  text-transform: uppercase;
  text-align: center;
}

.cost__form-title {
  margin-top: 9px;
  text-align: center;
}
@media (max-width: 1023px) {
  .cost__form-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.cost__data {
  display: flex;
  flex-wrap: wrap;
  margin-top: 39px;
}
@media (max-width: 576px) {
  .cost__data {
    margin-top: 23px;
  }
}

.cost__data-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 58%;
  height: 288px;
  margin-bottom: 24px;
  border-radius: 10px;
  background: linear-gradient(180deg, #f4f7f9 0%, rgba(243, 245, 247, 0) 100%);
}
@media (max-width: 1023px) {
  .cost__data-image-wrap {
    width: 57%;
    height: 255px;
    margin-bottom: 32px;
  }
}
@media (max-width: 576px) {
  .cost__data-image-wrap {
    width: 100%;
    height: 238px;
    margin-bottom: 16px;
  }
}

.cost__data-image {
  fill: #f2bf73;
}
@media (max-width: 1023px) {
  .cost__data-image {
    width: 54%;
    height: auto;
    max-height: 80%;
  }
}
@media (max-width: 576px) {
  .cost__data-image {
    width: 63%;
  }
}

.cost__data-info {
  width: 36%;
  margin-top: 42px;
  padding-left: 93px;
  padding-top: 38px;
  background: url("/local/templates/kuhni.shop/app/css/./../img/icons/icon-info-square.svg") 93px 0 no-repeat;
}
@media (max-width: 1023px) {
  .cost__data-info {
    width: 37%;
    margin-top: 25px;
    padding-left: 48px;
    padding-top: 38px;
    background: url("/local/templates/kuhni.shop/app/css/./../img/icons/icon-info-square.svg") 48px 0 no-repeat;
  }
}
@media (max-width: 576px) {
  .cost__data-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 4px;
    padding: 0;
    background: none;
  }
}

.cost__data-text {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .cost__data-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 576px) {
  .cost__data-text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .cost__data-text span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 576px) {
  .cost__data-text span {
    font-size: 14px;
    line-height: 20px;
  }
}

.cost__data-input {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
  height: 72px;
  padding: 24px;
  background-color: #fafbfc;
  box-shadow: inset 0px 2px 4px rgba(5, 26, 57, 0.05);
  border-radius: 5px;
  transition: all 0.2s ease;
  border: none;
  outline: none;
  resize: none;
}
@media (max-width: 1023px) {
  .cost__data-input {
    margin-bottom: 48px;
  }
}
@media (max-width: 576px) {
  .cost__data-input {
    margin-bottom: 40px;
    padding: 24px 16px;
  }
}
.cost__data-input::-moz-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #8993a2;
}
.cost__data-input::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #8993a2;
}
@media (max-width: 576px) {
  .cost__data-input::-moz-placeholder {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  .cost__data-input::placeholder {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
}

.cost__pick-list {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .cost__pick-list {
    margin-bottom: 32px;
  }
}
@media (max-width: 576px) {
  .cost__pick-list {
    margin-top: 23px;
  }
}

.cost__form-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
}
@media (max-width: 576px) {
  .cost__form-buttons {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .cost__form-button-prev {
    width: 48%;
  }
}

@media (max-width: 576px) {
  .cost__form-button-prev {
    width: 72px;
    height: 72px;
    margin-right: 15px;
  }
}

@media (max-width: 576px) {
  .cost__form-button-prev .button__text {
    display: none;
  }
}

@media (max-width: 576px) {
  .cost__form-button-prev span.button__icon-wrap {
    border: none;
  }
}

@media (max-width: 576px) {
  .cost__form-button-prev:only-child {
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .cost__form-button-next {
    width: 48%;
  }
}

@media (max-width: 576px) {
  .cost__form-button-next {
    width: 185px;
  }
}

.cost__form--last .cost__form-button-next {
  display: none;
}

.cost__user {
  max-width: 292px;
  margin-top: 75px;
}
@media (max-width: 575px) {
  .cost__user {
    margin: 75px auto 0;
  }
}

.cost__user .input__field,
.cost__user .cost__user-button {
  width: 100%;
}

.cost__user-button {
  margin-top: 25px;
}

.cost__caption {
  max-width: 860px;
  margin: 53px auto 0;
  text-align: center;
}

.faq {
  padding: 117px 0 0;
  margin-bottom: 91px;
  background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-faq-question.png"), url("/local/templates/kuhni.shop/app/css/./../img/bg-faq.png");
  background-position: calc(50% + 578px) 45px, 100% 364px;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .faq {
    background: none;
  }
}
@media (max-width: 1023px) {
  .faq {
    padding: 89px 0 0;
    margin-bottom: 20px;
  }
}

.faq__title {
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 1023px) {
  .faq__title {
    margin-bottom: 39px;
  }
}

.faq__content {
  display: flex;
  justify-content: space-between;
  padding: 0 110px;
}
@media (max-width: 1200px) {
  .faq__content {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .faq__content {
    flex-direction: column;
  }
}

.faq__part {
  width: 49%;
}
@media (max-width: 576px) {
  .faq__part {
    width: 100%;
  }
}

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

.faq__item {
  margin-bottom: 20px;
  padding: 31px;
  border-radius: 15px;
  background: #ffffff;
  border: 1px solid #e3e7ed;
}
@media (max-width: 1023px) {
  .faq__item {
    padding: 23px 26px;
  }
}
@media (max-width: 576px) {
  .faq__item {
    margin-bottom: 16px;
    padding: 23px;
  }
}

.faq__item-name {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
}

.faq__item-question {
  width: 90%;
  transition: all 0.2s ease;
}
@media (max-width: 1200px) {
  .faq__item-question {
    width: 87%;
  }
}
@media (max-width: 1023px) {
  .faq__item-question {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 576px) {
  .faq__item-question {
    width: 85%;
  }
}
.faq__item-name:hover .faq__item-question,
.faq__item-name:focus .faq__item-question {
  color: #6885ae;
}
.faq__item-checkbox:checked + .faq__item-name .faq__item-question {
  color: #6885ae;
}

.faq__item-answer {
  margin: 0;
  padding: 0;
  max-height: 0;
  transition: all 0.2s ease;
  color: transparent;
}
@media (max-width: 1200px) {
  .faq__item-answer {
    width: 88%;
  }
}
@media (max-width: 1023px) {
  .faq__item-answer {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .faq__item-answer {
    width: 95%;
  }
}
.faq__item-checkbox:checked ~ .faq__item-answer {
  max-height: 1000vh;
  padding-top: 15px;
  color: #2c4158;
}
@media (max-width: 1023px) {
  .faq__item-checkbox:checked ~ .faq__item-answer {
    padding-top: 8px;
  }
}

.faq__button-icon {
  fill: none;
  stroke: #e3e7ed;
  transition: all 0.2s ease;
}
.faq__item-name:hover .faq__button-icon,
.faq__item-name:focus .faq__button-icon {
  stroke: #6885ae;
}
.faq__item-checkbox:checked + .faq__item-name .faq__button-icon {
  stroke: #6885ae;
  transform: rotate(90deg);
}

@media (max-width: 1200px) {
  .filter {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 1023px) {
  .filter {
    align-items: center;
  }
}

@media (max-width: 767px) {
  .filter {
    flex-direction: column;
  }
}

.filter__sets {
  margin-top: 64px;
  margin-right: 20px;
  border-radius: 20px 20px 0 0;
  border: 1px solid #ebeff3;
}
@media (max-width: 1200px) {
  .filter__sets {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    order: 2;
    width: 100%;
    margin-right: 0;
    border: none;
  }
}
@media (max-width: 1023px) {
  .filter__sets {
    margin-top: 26px;
  }
}
@media (max-width: 767px) {
  .filter__sets {
    display: none;
  }
}
@media (max-width: 767px) {
  .filter__sets.show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 21;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 0;
    padding: 0 24px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    background: #ffffff;
  }
}
.filter__sets::-webkit-scrollbar-track {
  background-color: transparent;
}
.filter__sets::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
.filter__sets::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
}

.filter__set {
  padding: 0;
  border: transparent;
}
@media (max-width: 1200px) {
  .filter__set {
    width: 32%;
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .filter__set {
    width: 48.6%;
    margin-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .filter__set {
    width: 100%;
    margin-bottom: 0;
  }
}
.filter__set:not(:last-child) {
  border-bottom: 1px solid #ebeff3;
}
@media (max-width: 1200px) {
  .filter__set:not(:last-child) {
    border-bottom: transparent;
  }
}

.filter__set-wrap {
  padding: 24px 29px 15px;
}
@media (max-width: 1200px) {
  .filter__set-wrap {
    border-radius: 8px;
    border: 1px solid #ebeff3;
  }
}
@media (max-width: 767px) {
  .filter__set-wrap {
    margin: 0 -24px;
    padding: 24px 38px 15px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ebeff3;
  }
}

.filter__name {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: block;
  position: relative;
  padding-right: 15px;
  margin-bottom: 8px;
  color: #2c4158;
  cursor: pointer;
  transition: all 0.2s ease;
}
.filter__name:hover,
.filter__name:focus {
  color: #f2bf73;
}
.filter__name::before,
.filter__name::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #2c4158;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
.filter__name::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  right: 4px;
}
.filter__name:hover:before,
.filter__name:hover:after,
.filter__name:focus:before,
.filter__name:focus:after {
  background-color: #f2bf73;
}
.open .filter__name::after {
  display: none;
}

.filter__content-list {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 0;
  transition: all 0.2s ease;
  overflow: hidden;
}

.filter__content-item {
  margin-bottom: 3px;
}

a.filter__content-item-name {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  position: relative;
  color: #2c4158;
}
a.filter__content-item-name:hover {
  color: #f2bf73;
}
a.filter__content-item-name:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 3px;
  left: 0;
  background: #f2bf73;
  transition: all 0.2s ease;
}

label.filter__content-item-name {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
label.filter__content-item-name::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #e3e7ed;
  transition: all 0.2s ease;
}
.filter__content-item-checkbox:checked ~ label.filter__content-item-name::before {
  background-color: #f2bf73;
}
label.filter__content-item-name:hover::before,
label.filter__content-item-name:focus::before {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px rgba(44, 65, 88, 0.5);
}

.filter__buttons--desktop {
  display: flex;
  justify-content: center;
  margin-right: 20px;
  padding: 33px 0;
  border-radius: 0 0 20px 20px;
  border: 1px solid #ebeff3;
}
@media (max-width: 1200px) {
  .filter__buttons--desktop {
    height: 72px;
    margin: -4px 0 0 auto;
    padding: 0;
    border: none;
  }
}
@media (max-width: 767px) {
  .filter__buttons--desktop {
    display: none;
  }
}

.filter__buttons--mobile {
  display: none;
}
@media (max-width: 767px) {
  .filter__buttons--mobile {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 22px;
  }
}

.filter__button-reset,
.filter__button-use {
  width: 168px;
}
@media (max-width: 767px) {
  .filter__button-reset,
  .filter__button-use {
    width: 100%;
    margin-bottom: 20px;
  }
}

.filter__button-reset {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .filter__button-reset {
    order: 2;
    margin-right: 0;
  }
}

.filter__button-open {
  display: none;
}
@media (max-width: 767px) {
  .filter__button-open {
    display: flex;
  }
}

.filter__button-close {
  display: none;
}
@media (max-width: 767px) {
  .filter__button-close {
    display: flex;
    flex-shrink: 0;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 4px;
  }
}

.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
@media (max-width: 1439px) {
  .footer-menu {
    justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .footer-menu {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .footer-menu {
    flex-direction: column;
  }
}

.footer-menu__item-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 7px;
  margin-right: 59px;
}
@media (max-width: 1439px) {
  .footer-menu__item-list {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .footer-menu__item-list {
    margin-right: 55px;
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .footer-menu__item-list {
    max-height: 0;
    margin: 0;
    color: transparent;
  }
}
@media (max-width: 767px) {
  .footer-menu__item-checkbox:checked ~ .footer-menu__item-list {
    max-height: 1000vh;
    margin-top: 8px;
    margin-bottom: -4px;
    color: #2c4158;
  }
}

.footer-menu__item {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  color: #2c4158;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .footer-menu__item {
    padding: 16px 0 15px;
    border-bottom: 1px solid #e3e7ed;
    overflow: hidden;
  }
}
.footer-menu__item--buttons {
  margin-left: auto;
}
@media (max-width: 1439px) {
  .footer-menu__item--buttons {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-menu__item-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .footer-menu__item-name:hover,
  .footer-menu__item-name:focus {
    color: #6885ae;
  }
}

.footer-menu__item-icon {
  display: none;
}
@media (max-width: 767px) {
  .footer-menu__item-icon {
    display: block;
    fill: transparent;
    stroke: #2c4158;
    transition: all 0.2s ease;
  }
}
.footer-menu__item-name:hover .footer-menu__item-icon,
.footer-menu__item-name:focus .footer-menu__item-icon {
  stroke: #6885ae;
}

.footer-menu__item-case {
  margin-bottom: 4px;
  text-transform: none;
}

.footer-menu__item-case-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
}
.footer-menu__item-case-link:hover,
.footer-menu__item-case-link:focus {
  color: #f2bf73;
}
.footer-menu__item-case-link:active {
  color: #d5a255;
}

.footer-menu__item-button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-top: 8px;
  color: #6885ae;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.footer-menu__item-button:not(:disabled) {
  cursor: pointer;
}
@media (max-width: 767px) {
  .footer-menu__item-button {
    display: none;
  }
}
.footer-menu__item-button:hover,
.footer-menu__item-button:focus {
  color: #2c4158;
}

.footer-menu__item-button-icon {
  margin-left: 8px;
  fill: none;
  stroke: #6885ae;
  transition: all 0.2s ease;
}
.footer-menu__item-button:hover .footer-menu__item-button-icon,
.footer-menu__item-button:focus .footer-menu__item-button-icon {
  stroke: #2c4158;
  -webkit-animation: opencatalog 0.5s ease-in 2;
  animation: opencatalog 0.5s ease-in 2;
}

.free--single {
  margin: 120px 0;
  padding: 100px 0;
  background: url("/local/templates/kuhni.shop/app/css/../img/bg-cost.jpg") no-repeat 50% 50% / cover;
}

.free__title {
  text-align: center;
}

.free__content {
  display: flex;
  position: relative;
  min-height: 591px;
  z-index: 1;
  margin: -354px auto 128px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 40px 100px #f5f5f6;
  border-radius: 15px;
}
@media (max-width: 1023px) {
  .free__content {
    flex-direction: column-reverse;
    margin: -332px auto 102px;
  }
}
@media (max-width: 576px) {
  .free__content {
    margin: -9px -24px 102px;
  }
}
.free__content:before {
  content: "";
  position: absolute;
  width: calc(100% - 62px);
  height: 15px;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 40px 100px rgba(57, 63, 72, 0.05);
  border-radius: 0 0 15px 15px;
  background: #ffffff;
}

.free--single .free__content {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: none;
}

.free__service {
  position: relative;
  flex-shrink: 0;
  width: 872px;
  background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-free-kitchen.png"), url("/local/templates/kuhni.shop/app/css/./../img/bg-free.png");
  background-position: calc(100% - 17px) 0, 23px 23px;
  background-repeat: no-repeat;
  border-radius: 15px;
}
@media (max-width: 1439px) {
  .free__service {
    width: 60.5%;
    background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-free.png");
    background-position: 23px 23px;
  }
}
@media (max-width: 1023px) {
  .free__service {
    width: 100%;
    background: none;
  }
}
.free__service::after {
  content: "";
  position: absolute;
  width: 128px;
  height: 128px;
  position: absolute;
  top: 48%;
  right: -50px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #ffffff url("/local/templates/kuhni.shop/app/css/./../img/icons/icon-percentage-discount.png") no-repeat 45% 50%;
}
@media (max-width: 1439px) {
  .free__service::after {
    right: -67px;
  }
}
@media (max-width: 1023px) {
  .free__service::after {
    display: none;
  }
}

.free__service-content {
  padding: 79px 300px 74px 100px;
}
@media (max-width: 1439px) {
  .free__service-content {
    padding: 79px 42px 74px 71px;
  }
}
@media (max-width: 1023px) {
  .free__service-content {
    padding: 41px 20px 6px 0;
    border-top: 1px solid #e3e7ed;
  }
}
@media (max-width: 576px) {
  .free__service-content {
    padding: 41px 35px 0;
  }
}

.free__title {
  margin-bottom: 44px;
}
@media (max-width: 1023px) {
  .free__title {
    margin-bottom: 32px;
    text-align: center;
  }
}

.free__form-title {
  width: 70%;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 1439px) {
  .free__form-title {
    width: 80%;
  }
}
@media (max-width: 1023px) {
  .free__form-title {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .free__form-title {
    width: 80%;
    margin-bottom: 15px;
  }
}

.free__service-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .free__service-list {
    justify-content: space-between;
  }
}

.free__service-item {
  width: 50%;
  margin-bottom: 32px;
  padding: 96px 20px 0 0;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .free__service-item {
    width: 25%;
    max-width: 174px;
    padding: 96px 5px 0;
    background-position: 50% 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .free__service-item {
    width: 50%;
    max-width: none;
  }
}
.free__service-item--measure {
  background-image: url("/local/templates/kuhni.shop/app/css/./../img/icons/icon-measure.png");
}
.free__service-item--delivery {
  background-image: url("/local/templates/kuhni.shop/app/css/./../img/icons/icon-delivery.png");
}
.free__service-item--install {
  background-image: url("/local/templates/kuhni.shop/app/css/./../img/icons/icon-install.png");
}
.free__service-item--connect {
  background-image: url("/local/templates/kuhni.shop/app/css/./../img/icons/icon-connect.png");
}

.free__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 412px;
  margin-top: 79px;
}
@media (max-width: 1439px) {
  .free__form {
    width: 39.5%;
  }
}
@media (max-width: 1023px) {
  .free__form {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 600px;
    margin: 48px auto 0;
    padding-bottom: 43px;
  }
}
@media (max-width: 767px) {
  .free__form {
    width: 100%;
    flex-direction: column;
    margin: 40px auto 0;
    padding-bottom: 39px;
  }
}

.free__button {
  margin-top: 8px;
}

.free__form-text {
  width: 70%;
}
@media (max-width: 1439px) {
  .free__form-text {
    width: 80%;
  }
}
@media (max-width: 1023px) {
  .free__form-text {
    width: 35%;
    margin-top: 12px;
    margin-right: 36px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .free__form-text {
    width: 300px;
    margin-top: 20px;
    margin-right: 0;
    text-align: center;
  }
}

.header-catalog {
  display: none;
  position: relative;
}
.header-catalog.show {
  display: block;
}
@media (max-width: 1023px) {
  .header-catalog.show {
    display: none;
  }
}

.header-catalog__wrapper {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  max-height: calc(100vh - 72px);
  z-index: 10;
  padding: 52px 1px 44px;
  overflow-y: auto;
  background-color: #f7f9fa;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.13);
}
.header-catalog__wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}
.header-catalog__wrapper::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
.header-catalog__wrapper::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
}

.header-catalog__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-areas: "color color-2 shape material price style size size-2" "color color-2 features material price style size size-2";
  padding: 0 2px;
}
@media (max-width: 1199px) {
  .header-catalog__list {
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas: "color color-2 shape material style size" "color color-2 features material style size" "color color-2 price material style size-2";
  }
}

.header-catalog__item--kukhni-po-tsvetu {
  grid-area: color;
}

.header-catalog__item--kukhni-po-tsvetu-2 {
  grid-area: color-2;
}

.header-catalog__item--kukhni-po-forme {
  grid-area: shape;
}

.header-catalog__item--kukhni-po-osobennostyam {
  grid-area: features;
}

.header-catalog__item--kukhni-po-materialu {
  grid-area: material;
}

.header-catalog__item--kukhni-po-tsene {
  grid-area: price;
}

.header-catalog__item--kukhni-po-stilyu {
  grid-area: style;
}

.header-catalog__item--kukhni-po-razmeru {
  grid-area: size;
}

.header-catalog__item--kukhni-po-razmeru-2 {
  grid-area: size-2;
}

.header-catalog__item-name {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #2c4158;
  text-transform: uppercase;
}

.header-catalog__item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-catalog__item-case {
  margin-bottom: 4px;
}

.header-catalog__item-case-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #2c4158;
}
.header-catalog__item-case-link:hover,
.header-catalog__item-case-link:focus {
  color: #f2bf73;
}
.header-catalog__item-case-link:active {
  color: #d5a255;
}

.install-about {
  padding: 60px 0 14px;
  background: url("/local/templates/kuhni.shop/app/css/./../img/bg-install-about.png") 100% calc(100% + 55px) no-repeat;
}
@media (max-width: 1800px) {
  .install-about {
    background: none;
  }
}
@media (max-width: 1024px) {
  .install-about {
    padding: 30px 0 14px;
  }
}
@media (max-width: 576px) {
  .install-about {
    padding: 0 0 18px;
  }
}

.install-about__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 576px) {
  .install-about__list {
    margin: 0 -24px;
  }
}

.install-about__item {
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 63px;
}
@media (max-width: 1200px) {
  .install-about__item {
    grid-template-columns: 35% 1fr;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .install-about__item {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.install-about__item:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .install-about__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .install-about__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.install-about__image-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .install-about__image-wrap {
    height: 250px;
  }
}
@media (max-width: 576px) {
  .install-about__image-wrap {
    height: 222px;
  }
}

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

.install-about__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 350px;
  padding: 77px 50px;
  border: 1px solid #e4eaef;
  border-radius: 15px;
}
@media (max-width: 1200px) {
  .install-about__description {
    min-height: 300px;
    padding: 50px;
  }
}
@media (max-width: 1024px) {
  .install-about__description {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .install-about__description {
    min-height: 0;
    padding: 40px 24px;
  }
}

.install-about__title {
  margin-bottom: 20px;
}
.install-about__title span {
  color: #f2bf73;
}

.install-about__text {
  margin: 0;
  padding: 0;
  width: 95%;
}

.install-banner {
  background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-install-spec.png"), url("/local/templates/kuhni.shop/app/css/./../img/bg-ask.png");
  background-repeat: no-repeat, no-repeat;
  background-position: calc(50% + 61px) 100%, 50% 22%;
  background-size: auto, cover;
  padding-bottom: 71px;
}
@media (max-width: 1200px) {
  .install-banner {
    background-position: calc(50% - 41px) 100%, 50% 50%;
    background-size: 450px auto, auto;
    padding-bottom: 46px;
  }
}
@media (max-width: 1023px) {
  .install-banner {
    background-position: calc(50% - 139px) 114.5%, 50% 100%;
    background-size: 430px auto, 133%;
  }
}
@media (max-width: 767px) {
  .install-banner {
    background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-ask.png");
    background-position: 12% 100%;
    background-size: 321%;
  }
}
@media (max-width: 400px) {
  .install-banner {
    padding-bottom: 0;
    background-position: 0 143px;
    background-size: contain;
  }
}

.install-banner--delivery {
  background-image: url("/local/templates/kuhni.shop/app/css/../img/bg-install-delivery.png"), url("/local/templates/kuhni.shop/app/css/../img/bg-install.jpg");
  background-repeat: no-repeat;
  background-position: 100% calc(100% + 78px), 50% 50%;
  background-size: auto, cover;
}
@media (max-width: 1200px) {
  .install-banner--delivery {
    background-position: calc(50% - 41px) 100%, 50% 50%;
    background-size: 50% auto, cover;
    padding-bottom: 46px;
  }
}
@media (max-width: 1023px) {
  .install-banner--delivery {
    background-position: calc(50% - 139px) 114.5%, 50% 50%;
    background-size: 430px auto, cover;
  }
}
@media (max-width: 767px) {
  .install-banner--delivery {
    background-position: calc(0% - 30px) 24%, 50% 50%;
  }
}
@media (max-width: 400px) {
  .install-banner--delivery {
    background-position: calc(0% + 20px) 30%, 50% 50%;
  }
}

.install-banner__content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 767px) {
  .install-banner__content {
    flex-direction: column;
  }
}

.install-banner__lead {
  margin-top: 82px;
}
@media (max-width: 1200px) {
  .install-banner__lead {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .install-banner__lead {
    margin-top: 10px;
    text-align: center;
  }
}

.install-banner__title {
  max-width: 625px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .install-banner__title {
    max-width: 330px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .install-banner__title {
    max-width: 61%;
    margin: 0 auto 15px;
  }
}
@media (max-width: 576px) {
  .install-banner__title {
    max-width: 280px;
  }
}

.install-banner__text {
  width: 300px;
}
@media (max-width: 767px) {
  .install-banner__text {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .install-banner__text {
    width: 271px;
  }
}

.install-banner__form {
  position: relative;
  flex-shrink: 0;
  width: 420px;
  height: 553px;
  margin-top: 18px;
  padding: 62px 63px;
  background: transparent url("/local/templates/kuhni.shop/app/css/./../img/bg-ask-form.png") no-repeat 0 0;
  border-radius: 15px;
  box-shadow: 0px 30px 80px rgba(57, 63, 72, 0.05);
}
@media (max-width: 1200px) {
  .install-banner__form {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .install-banner__form {
    width: 373px;
    height: 525px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .install-banner__form {
    height: 492px;
    margin: 50px auto 0;
    padding: 42px 0;
  }
}
@media (max-width: 576px) {
  .install-banner__form {
    width: 352px;
    height: 420px;
  }
}
@media (max-width: 400px) {
  .install-banner__form {
    width: calc(100% + 48px);
    margin: 73px -24px 0;
    padding: 22px 0;
  }
}
.install-banner__form:before {
  content: "";
  position: absolute;
  width: calc(100% - 48px);
  height: 15px;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 40px 100px #f5f5f6;
  border-radius: 0 0 15px 15px;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .install-banner__form-content {
    width: 292px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .install-banner__form-content {
    width: 272px;
  }
}

.install-banner__form-title {
  margin-bottom: 33px;
  text-align: center;
}
@media (max-width: 767px) {
  .install-banner__form-title {
    width: 250px;
    margin-bottom: 15px;
  }
}

.install-banner__button {
  margin-top: 21px;
}

.install-features {
  margin: 120px 0;
}
@media (max-width: 768px) {
  .install-features {
    margin: 90px 0;
  }
}

.install-features__title {
  margin: 0 auto 66px;
  text-align: center;
}
@media (max-width: 576px) {
  .install-features__title {
    margin: 0 auto 46px;
  }
}

.install-features__list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  padding: 64px 0;
  border-radius: 15px;
  border: 1px solid #ebeff3;
}
@media (max-width: 1200px) {
  .install-features__list {
    flex-wrap: wrap;
    gap: 40px 0;
    padding: 30px 30px 30px 0;
  }
}
@media (max-width: 768px) {
  .install-features__list {
    gap: 48px 0;
    padding: 40px 18px;
  }
}
.install-features__list:before,
.install-features__list:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 68%;
  top: 16%;
  left: 33.33%;
  background-color: #ebeff3;
}
@media (max-width: 1200px) {
  .install-features__list:before,
  .install-features__list:after {
    display: none;
  }
}
.install-features__list:after {
  left: 66.66%;
}

.install-features__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 33.33%;
  padding-left: 50px;
}
@media (max-width: 1200px) {
  .install-features__item {
    width: 50%;
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .install-features__item {
    align-items: center;
    width: 100%;
    padding-left: 0;
  }
}

.install-features__image {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .install-features__image {
    margin-bottom: 8px;
  }
}

.install-features__name {
  max-width: 89%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .install-features__name {
    max-width: 98%;
  }
}
@media (max-width: 1200px) {
  .install-features__name {
    max-width: 380px;
  }
}
@media (max-width: 768px) {
  .install-features__name {
    margin-bottom: 8px;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 576px) {
  .install-features__name {
    font-size: 16px;
    line-height: 24px;
  }
}

.install-features__text {
  max-width: 88%;
}
@media (max-width: 1200px) {
  .install-features__text {
    max-width: 380px;
  }
}
@media (max-width: 768px) {
  .install-features__text {
    text-align: center;
  }
}

.install-price {
  position: relative;
  margin: -696px 0 75px;
}
@media (max-width: 1023px) {
  .install-price {
    margin: -544px 0 24px;
  }
}
@media (max-width: 767px) {
  .install-price {
    margin: -544px 0 0;
  }
}
@media (max-width: 576px) {
  .install-price {
    margin: -458px 0 0;
  }
}

.install-price__title {
  max-width: 590px;
  margin: 0 auto 80px;
  text-align: center;
}
@media (max-width: 768px) {
  .install-price__title {
    margin: 0 auto 30px;
  }
}

.install-price__content {
  position: relative;
  padding: 45px 65px 55px;
  background: #ffffff url(/local/templates/kuhni.shop/app/css/./../img/bg-install-price.png) 0 0 / cover no-repeat;
  border-radius: 15px;
  border: 5px solid #ffffff;
  box-shadow: 0px 40px 80px rgba(57, 63, 72, 0.05);
}
@media (max-width: 768px) {
  .install-price__content {
    padding: 35px 35px 45px;
    background: #ffffff url(/local/templates/kuhni.shop/app/css/./../img/bg-install-price.png) 50% 100% / cover no-repeat;
  }
}
@media (max-width: 576px) {
  .install-price__content {
    margin: 0 -24px;
    padding: 32px 23px 23px 19px;
  }
}
.install-price__content:before {
  content: "";
  position: absolute;
  width: calc(100% - 130px);
  height: 14px;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 40px 80px rgba(57, 63, 72, 0.05);
  border-radius: 0 0 15px 15px;
  background-color: #ffffff;
}

.install-price__list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 90px;
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .install-price__list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .install-price__list {
    margin-bottom: 10px;
  }
}
.install-price__list::after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 40px);
  top: 20px;
  left: 50%;
  background: #e4eaef;
}
@media (max-width: 1024px) {
  .install-price__list::after {
    display: none;
  }
}

.install-price__item {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 19px 0;
  border-bottom: 1px solid #e4eaef;
}
@media (max-width: 1024px) {
  .install-price__item {
    gap: 10px;
    padding: 14px 0;
  }
}
.install-price__item:nth-last-child(1) {
  border-bottom: none;
}
.install-price__item:nth-last-child(2) {
  border-bottom: none;
}
@media (max-width: 1024px) {
  .install-price__item:nth-last-child(2) {
    border-bottom: 1px solid #e4eaef;
  }
}

.install-price__value {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #8993a1;
}
@media (max-width: 768px) {
  .install-price__value {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
  }
}
.install-price__value span {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #2c4158;
}
@media (max-width: 768px) {
  .install-price__value span {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
  }
}

.install-price__button {
  margin: 0 auto;
}

.install-step {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .install-step {
    padding: 50px 0 80px;
  }
}

.install-step__title {
  width: 80%;
  max-width: 820px;
  margin: 0 auto 64px;
  text-align: center;
}
@media (max-width: 576px) {
  .install-step__title {
    width: 100%;
    margin: 0 auto 38px;
  }
}

.install-step__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 25%);
  justify-content: space-between;
  grid-auto-rows: auto;
  gap: 80px 0;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .install-step__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 0;
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .install-step__list {
    gap: 32px 0;
    margin: 0 -10px;
    padding: 0;
  }
}

.install-step__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.install-step__item:nth-child(3n-1)::after,
.install-step__item:nth-child(3n + 1)::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  top: 56px;
  left: 85%;
  background: #e4eaef;
}
@media (max-width: 1024px) {
  .install-step__item:nth-child(3n-1)::after,
  .install-step__item:nth-child(3n + 1)::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 1px;
    left: 95%;
  }
}
@media (max-width: 768px) {
  .install-step__item:nth-child(3n-1)::after,
  .install-step__item:nth-child(3n + 1)::after {
    display: none;
  }
}

.install-step__image {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .install-step__image {
    width: 80px;
    height: auto;
    margin-bottom: 11px;
  }
}

@media (max-width: 768px) {
  .install-step__text {
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .install-step__text {
    max-width: 82%;
  }
}

.install-works {
  margin: 100px 0 144px;
  padding: 112px 0;
  background: url("/local/templates/kuhni.shop/app/css/./../img/bg-cost.jpg") 50% 50% / cover no-repeat;
}
@media (max-width: 1440px) {
  .install-works {
    margin: 60px 0 144px;
    padding: 60px 0;
  }
}
@media (max-width: 1200px) {
  .install-works {
    margin: 60px 0 135px;
  }
}
@media (max-width: 1024px) {
  .install-works {
    margin: 60px 0 44px;
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .install-works {
    margin: 60px 0 0;
    padding: 50px 0 19px;
  }
}

.install-works__title {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 1440px) {
  .install-works__title {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .install-works__title {
    margin-bottom: 39px;
  }
}
@media (max-width: 768px) {
  .install-works__title {
    max-width: 350px;
    margin: 0 auto 39px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .install-works__content {
    position: relative;
    overflow: hidden;
    margin: 0 -24px;
    border-radius: 15px;
    padding: 0 24px 36px;
  }
}

.install-works__wrapper {
  position: relative;
}

.install-works__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 53px;
}
@media (max-width: 768px) {
  .install-works__list {
    margin-bottom: 45px;
  }
}

@media (max-width: 768px) {
  .install-works {
    z-index: 2;
  }
}

.install-works__button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 318px;
  left: -76px;
  width: 56px;
  height: 56px;
  background: linear-gradient(360deg, #f1c480 0%, #ffe9c9 100%);
  border-radius: 50%;
  z-index: 2;
  transition: all 0.2s ease;
}
.install-works__button:not(:disabled) {
  cursor: pointer;
}
@media (max-width: 1600px) {
  .install-works__button {
    top: 343px;
    left: -23px;
  }
}
@media (max-width: 1440px) {
  .install-works__button {
    top: 8px;
    left: auto;
    right: 72px;
  }
}
@media (max-width: 1024px) {
  .install-works__button {
    top: -9px;
  }
}
@media (max-width: 768px) {
  .install-works__button {
    display: block;
    top: 278px;
    left: 5px;
    right: auto;
    width: 28px;
    height: 56px;
    background: #ffffff;
    border-radius: 0 100% 100% 0 / 0 50% 50% 0;
  }
}
.install-works__button--next {
  right: -88px;
  left: auto;
}
@media (max-width: 1600px) {
  .install-works__button--next {
    right: -23px;
  }
}
@media (max-width: 1440px) {
  .install-works__button--next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .install-works__button--next {
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    right: 5px;
  }
}
.install-works__button:hover,
.install-works__button:focus {
  box-shadow: 0 30px 50px rgba(243, 201, 138, 0.5);
}
@media (max-width: 768px) {
  .install-works__button:hover,
  .install-works__button:focus {
    box-shadow: none;
  }
}

.install-works__button-icon {
  fill: transparent;
  stroke: #33363c;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .install-works__button-icon {
    position: absolute;
    top: 20px;
    left: -1px;
    fill: transparent;
    stroke: #33363c;
    transition: all 0.2s ease;
  }
}
.install-works__button--next .install-works__button-icon {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .install-works__button--next .install-works__button-icon {
    left: 13px;
    transform: rotate(180deg);
  }
}

.logo {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  width: 386px;
}
@media (max-width: 767px) {
  .logo {
    width: 135px;
  }
}
@media (max-width: 576px) {
  .logo {
    width: 65px;
  }
}

.logo__image {
  margin-right: 24px;
}
@media (max-width: 767px) {
  .top-header__logo .logo__image {
    margin-right: 0;
  }
}
@media (max-width: 450px) {
  .top-footer__logo .logo__image {
    width: 81px;
  }
}

.logo__text {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #a8aaac;
}

.menu {
  display: none;
  position: relative;
}
@media (max-width: 1023px) {
  .menu.show {
    display: block;
  }
}

.menu__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(100vh - 108px);
  z-index: 10;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  background-color: #f7f9fa;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.13);
}
@media (max-width: 575px) {
  .menu__content {
    height: calc(100vh - 83px);
  }
}
.menu__content::-webkit-scrollbar-track {
  background-color: transparent;
}
.menu__content::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
.menu__content::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
}

.menu__part-name {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 70px;
  color: #312e29;
  background: #eceff3;
  text-transform: uppercase;
  cursor: pointer;
}
.menu__checkbox:checked + .menu__part-name {
  background: linear-gradient(360deg, #f1c480 0%, #ffe9c9 100%);
}

.menu__part {
  display: none;
}

.menu__checkbox--1:checked ~ .menu__part--1,
.menu__checkbox--2:checked ~ .menu__part--2 {
  display: block;
  width: 100%;
}

.menu__part-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 32px 0;
}
@media (max-width: 575px) {
  .menu__part-list {
    margin: 16px 0;
  }
}

.menu__part-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.menu__part-item:not(:last-child) {
  border-bottom: 1px solid #ebeff3;
}

.menu__part-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  display: flex;
  color: #2c4158;
  text-transform: uppercase;
  padding: 16px 0 15px;
  text-align: center;
}
.menu__part-link:hover,
.menu__part-link:focus {
  color: #f2bf73;
}
.menu__part-link:active {
  color: #d5a255;
}

.menu__part-link-arrow {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}
.menu__part-link-arrow:not(:disabled) {
  cursor: pointer;
}

.menu__part-link-arrow-icon {
  fill: none;
  stroke: #2c4158;
  transition: all 0.2s ease;
}
.menu__part-link-arrow:hover .menu__part-link-arrow-icon,
.menu__part-link-arrow:focus .menu__part-link-arrow-icon {
  stroke: #f2bf73;
}
.menu__part-link-arrow:hover .menu__part-link-arrow-icon,
.menu__part-link-arrow:focus .menu__part-link-arrow-icon {
  stroke: #d5a255;
}

.menu__part__services {
  display: none;
}
.menu__part__services.show {
  display: block;
  width: 100%;
}

.menu__part__services-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu__part__services-item {
  margin-bottom: 12px;
  text-transform: none;
}

.menu__part__services-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
}
.menu__part__services-link:hover,
.menu__part__services-link:focus {
  color: #f2bf73;
}
.menu__part__services-link:active {
  color: #d5a255;
}

.mobile-catalog {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 32px 0;
}
@media (max-width: 575px) {
  .mobile-catalog {
    padding: 16px 0;
  }
}

.mobile-catalog__item-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 0;
  margin: 0;
  color: transparent;
}
.mobile-catalog__item-checkbox:checked ~ .mobile-catalog__item-list {
  max-height: 1000vh;
  margin-top: 8px;
  margin-bottom: -4px;
  color: #2c4158;
}

.mobile-catalog__item {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  color: #2c4158;
  text-transform: uppercase;
  padding: 16px 24px 15px;
  overflow: hidden;
}
.mobile-catalog__item:not(:last-child) {
  border-bottom: 1px solid #e3e7ed;
}

.mobile-catalog__item-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.mobile-catalog__item-name:hover,
.mobile-catalog__item-name:focus {
  color: #6885ae;
}

.mobile-catalog__item-icon {
  fill: transparent;
  stroke: #2c4158;
  transition: all 0.2s ease;
}
.mobile-catalog__item-name:hover .mobile-catalog__item-icon,
.mobile-catalog__item-name:focus .mobile-catalog__item-icon {
  stroke: #6885ae;
}
.mobile-catalog__item-checkbox:checked + .mobile-catalog__item-name .mobile-catalog__item-icon {
  transform: rotate(-90deg);
}

.mobile-catalog__item-case {
  margin-bottom: 12px;
  text-transform: none;
}

.mobile-catalog__item-case-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
}
.mobile-catalog__item-case-link:hover,
.mobile-catalog__item-case-link:focus {
  color: #f2bf73;
}
.mobile-catalog__item-case-link:active {
  color: #d5a255;
}

.model-block {
  margin-top: -93px;
  padding-top: 20px;
  background: url("/local/templates/kuhni.shop/app/css/./../img/bg-model-measure.png") 0% -12.5% no-repeat;
}
@media (max-width: 1440px) {
  .model-block {
    margin-top: -133px;
    padding-top: 60px;
    background: url("/local/templates/kuhni.shop/app/css/./../img/bg-model-measure.png") -5% -12.5% no-repeat;
  }
}
@media (max-width: 1200px) {
  .model-block {
    margin-top: -100px;
    padding-top: 60px;
    background: url("/local/templates/kuhni.shop/app/css/./../img/bg-model-measure.png") 0% -5%/177px auto no-repeat;
  }
}
@media (max-width: 1023px) {
  .model-block {
    margin-top: -80px;
    padding-top: 40px;
    background: url("/local/templates/kuhni.shop/app/css/./../img/bg-model-measure.png") -3% -4.2%/150px auto no-repeat;
  }
}
@media (max-width: 767px) {
  .model-block {
    background: none;
  }
}

.model-block__title {
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 1023px) {
  .model-block__title {
    margin-bottom: 39px;
  }
}

.model-block__content {
  overflow: visible;
}
@media (max-width: 767px) {
  .model-block__content {
    position: relative;
    overflow: hidden;
    margin: 0 -24px;
    border-radius: 15px;
    padding: 0 24px 36px;
  }
}

.model-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .model-block__list {
    gap: 13px 20px;
  }
}
@media (max-width: 1023px) {
  .model-block__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 20px;
  }
}
@media (max-width: 767px) {
  .model-block__list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
  }
}

.model-block__item {
  min-width: 0;
}
@media (max-width: 767px) {
  .model-block__item {
    width: 100%;
  }
}

.model-block__button-all {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .model-block__button-all {
    margin-top: 32px;
  }
}
@media (max-width: 1023px) {
  .model-block__button-all {
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  .model-block__button-all {
    margin-top: -60px;
  }
}
@media (max-width: 576px) {
  .model-block__button-all {
    padding: 24px 30px;
  }
}

.model-block__buttons {
  display: none;
}

.model-block__button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  position: absolute;
  top: 160px;
  left: 29px;
  width: 28px;
  height: 56px;
  background: #ffffff;
  border-radius: 0 100% 100% 0 / 0 50% 50% 0;
  z-index: 2;
  transition: all 0.2s ease;
}
.model-block__button:not(:disabled) {
  cursor: pointer;
}
.model-block__button--next {
  right: 29px;
  left: auto;
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
}
.model-block__button:hover,
.model-block__button:focus {
  background: #33363c;
}

.model-block__button-icon {
  position: absolute;
  top: 20px;
  left: 4px;
  fill: transparent;
  stroke: #33363c;
  transition: all 0.2s ease;
}
.model-block__button--next .model-block__button-icon {
  left: 8px;
  transform: rotate(180deg);
}
.model-block__button:hover .model-block__button-icon,
.model-block__button:focus .model-block__button-icon {
  stroke: #ffffff;
}

.model {
  display: inline-block;
  text-decoration: none;
  outline: none;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 5px solid #ffffff;
  border-radius: 15px;
  background-color: #ffffff;
  transition: all 0.2s ease;
}
.model-block__item .model,
.catalog__item .model,
.catalog-slider__item .model,
.install-works__item .model {
  height: 100%;
}

@media (max-width: 1023px) {
  .model {
    box-shadow: 0px 30px 80px rgba(57, 63, 72, 0.15);
  }
}
.model:before {
  content: "";
  position: absolute;
  width: calc(100% - 38px);
  height: 13px;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 40px 100px rgba(57, 63, 72, 0.05);
  border-radius: 0 0 15px 15px;
  background: #ffffff;
}
.model:hover,
.model:focus {
  box-shadow: 0px 30px 80px rgba(57, 63, 72, 0.15);
}

.model__image-wrap {
  width: 100%;
  height: 240px;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .model__image-wrap {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .model__image-wrap {
    height: 181px;
  }
}

.model__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.model__info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 24px 27px 30px;
}
@media (max-width: 1200px) {
  .model__info {
    padding: 24px 19px 30px;
  }
}

.model__name {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #8993a2;
}
@media (max-width: 1200px) {
  .model__name {
    margin-bottom: 9px;
  }
}
@media (max-width: 1023px) {
  .model__name {
    margin-bottom: 6px;
  }
}
.model__name span {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  display: block;
  text-transform: none;
  color: #2c4158;
}
@media (max-width: 1023px) {
  .model__name span {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }
}

.model__price {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 16px;
  border-radius: 5px;
  background-color: #ffffff;
  color: #8993a2;
}
.model__price span {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #2c4158;
}
@media (max-width: 1200px) {
  .model__price span {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
  }
}

.model__feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .model__feature-list {
    margin-bottom: 23px;
  }
}

.model__feature-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .model__feature-item {
    margin-bottom: 4px;
  }
}
.model__feature-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 4px;
  left: 0;
  border-top: 1px dashed #a8aaac;
}
@media (max-width: 1200px) {
  .model__feature-item:after {
    display: none;
  }
}

.model__features-name {
  z-index: 1;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .model__features-name {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
  }
}

.model__features-kind {
  width: 47%;
  flex-shrink: 0;
  z-index: 1;
  background-color: #ffffff;
}
@media (max-width: 1439px) {
  .model__features-kind {
    width: 37%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 1023px) {
  .model__features-kind {
    width: 47%;
  }
}
@media (max-width: 576px) {
  .model__features-kind {
    width: 54.5%;
    white-space: normal;
  }
}

.model__button {
  width: 100%;
  margin-top: auto;
}

.order {
  height: 560px;
  padding: 142px 0 0;
  background: url("/local/templates/kuhni.shop/app/css/./../img/bg-order.jpg") 50% 50% / cover no-repeat;
}
@media (max-width: 1023px) {
  .order {
    height: 587px;
    padding: 73px 0 0;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .order {
    height: 895px;
  }
}

.order__content {
  display: flex;
  justify-content: space-between;
  max-width: 1076px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .order__content {
    flex-direction: column;
    align-items: center;
  }
}

.order__lead {
  max-width: 360px;
}
@media (max-width: 1023px) {
  .order__lead {
    max-width: 100%;
  }
}

.order__form-content {
  max-width: 607px;
}
@media (max-width: 767px) {
  .order__form-content {
    max-width: 292px;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .order__form-content {
    max-width: 272px;
  }
}

.order__title {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .order__title {
    margin-bottom: 16px;
  }
}
@media (max-width: 1024px) {
  .order__title {
    text-align: center;
  }
}

.order__text {
  max-width: 300px;
}
@media (max-width: 1023px) {
  .order__text {
    max-width: 60%;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .order__text {
    max-width: 100%;
  }
}

.order__title-icon {
  display: inline-block;
  position: relative;
}
.order__title-icon::after {
  content: "";
  position: absolute;
  width: 59px;
  height: 59px;
  top: 6px;
  left: 186px;
  background: url("/local/templates/kuhni.shop/app/css/./../img/icons/icon-offer-percent.png") 0 0 no-repeat;
}
@media (max-width: 1023px) {
  .order__title-icon::after {
    display: none;
  }
}

.overlay {
  display: none;
}
.overlay.show {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.67);
}

.top-header {
  padding: 25px 0;
  background-color: #f7f9fa;
}
@media (max-width: 1023px) {
  .top-header {
    display: none;
  }
}
.page-header--main .top-header {
  background-color: transparent;
}

.top-header__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.top-header__item {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 32px;
}
.top-header__item:last-child {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1439px) {
  .top-header__item {
    margin-right: 24px;
  }
}

.top-header__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #2c4158;
  text-transform: uppercase;
  cursor: pointer;
}
.top-header__link:hover,
.top-header__link:focus,
.top-header__item:hover .top-header__link,
.top-header__item:focus .top-header__link {
  color: #f2bf73;
}
.top-header__link:active,
.top-header__item:active .top-header__link {
  color: #d5a255;
}

.top-header__link-icon {
  margin-right: 8px;
  fill: none;
  stroke: #8993a1;
  transition: all 0.2s ease;
}
.top-header__link:hover .top-header__link-icon,
.top-header__link:focus .top-header__link-icon {
  stroke: #f2bf73;
}
.top-header__link:active .top-header__link-icon {
  stroke: #d5a255;
}

.top-header__link-arrow {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}
.top-header__link-arrow:not(:disabled) {
  cursor: pointer;
}

.top-header__link-arrow-icon {
  fill: none;
  stroke: #2c4158;
  transition: all 0.2s ease;
}
.top-header__link-arrow:hover .top-header__link-arrow-icon,
.top-header__link-arrow:focus .top-header__link-arrow-icon,
.top-header__item:hover .top-header__link-arrow-icon,
.top-header__item:focus .top-header__link-arrow-icon {
  stroke: #f2bf73;
}
.top-header__link-arrow:active .top-header__link-arrow-icon,
.top-header__item:active .top-header__link-arrow-icon {
  stroke: #d5a255;
}

.top-header__services {
  display: none;
}
.top-header__services.show {
  display: block;
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 172px;
  padding: 8px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
}

.top-header__services-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-header__services-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  width: 100%;
  padding: 16px;
  border-radius: 4px;
}
.top-header__services-link:hover,
.top-header__services-link:focus {
  background-color: #fff1db;
}
.top-header__services-link:active {
  background-color: rgba(242, 191, 115, 0.5);
}

.page {
  background-color: #ffffff;
}

.page__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 70px;
}
@media (max-width: 1439px) {
  .page__container {
    padding: 0 24px;
  }
}
.page__container--aside {
  display: flex;
}
@media (max-width: 1200px) {
  .page__container--aside {
    flex-direction: column;
  }
}

.popular {
  padding-bottom: 114px;
  background: url("/local/templates/kuhni.shop/app/css/./../img/bg-popular.png") no-repeat 100% 100%;
}
@media (max-width: 1023px) {
  .popular {
    padding-bottom: 82px;
    background: none;
  }
}

.popular__title {
  text-align: center;
}

@media (max-width: 767px) {
  .popular__content {
    margin-right: -24px;
  }
}

.popular__gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 64px;
}
@media (max-width: 1023px) {
  .popular__gallery {
    margin-top: 39px;
  }
}

.popular__button {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .popular__button {
    margin-top: 31px;
  }
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  max-width: 420px;
  max-height: calc(100vh - 40px);
  margin: 0 auto;
  border-radius: 15px;
  background: #ffffff;
}
@media (max-width: 440px) {
  .popup {
    width: 90%;
  }
}
.popup:before {
  content: "";
  position: absolute;
  width: calc(100% - 48px);
  height: 14px;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 40px 100px rgba(57, 63, 72, 0.05);
  border-radius: 0 0 15px 15px;
  background: #ffffff;
}
.popup.show {
  display: block;
}
.popup--wide {
  width: 558px;
  max-width: 558px;
}
@media (max-width: 576px) {
  .popup--wide {
    max-width: 90%;
  }
}

.popup__content {
  max-width: 420px;
  max-height: calc(100vh - 40px);
  padding: 48px 63px;
  overflow-y: auto;
}
@media (max-width: 440px) {
  .popup__content {
    padding: 24px 30px;
  }
}
.popup__content::-webkit-scrollbar-track {
  background-color: transparent;
}
.popup__content::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
.popup__content::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
}
.popup__content::-webkit-scrollbar-track-piece:end {
  background: transparent;
  margin-bottom: 15px;
}
.popup__content::-webkit-scrollbar-track-piece:start {
  background: transparent;
  margin-top: 15px;
}
.popup--wide .popup__content {
  max-width: 558px;
  overflow-y: hidden;
}

.popup__button-close {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 32px;
  right: 27px;
  width: 25px;
  height: 25px;
}
.popup__button-close:not(:disabled) {
  cursor: pointer;
}
@media (max-width: 576px) {
  .popup__button-close {
    top: 18px;
    right: 10px;
  }
}

.popup__button-close-icon {
  stroke: #bebebe;
  transition: all 0.2s ease;
}
.popup__button-close:hover .popup__button-close-icon,
.popup__button-close:focus .popup__button-close-icon {
  stroke: #8a8a8a;
}

.popup__title {
  max-width: 284px;
  margin: 0 auto 32px;
  text-align: center;
}

.popup__text {
  text-align: center;
}
.popup__title + .popup__text {
  margin: -26px -3px 32px;
}

@media (max-width: 440px) {
  .popup__fileld {
    width: 100%;
  }
}

.popup--wide .popup__fileld {
  width: 100%;
}

@media (max-width: 440px) {
  .popup__button {
    width: 100%;
  }
}

.popup__buttons .popup__button {
  width: 130px;
}
@media (max-width: 440px) {
  .popup__buttons .popup__button {
    width: 48%;
  }
}

.popup__buttons .popup__button:first-child {
  margin-right: 34px;
}
@media (max-width: 440px) {
  .popup__buttons .popup__button:first-child {
    margin-right: 0;
  }
}

.popup__buttons {
  display: flex;
  justify-content: space-between;
}

.popup__city-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 295px);
  overflow-y: scroll;
}
.popup__city-list::-webkit-scrollbar-track {
  background-color: #e0e0e0;
}
.popup__city-list::-webkit-scrollbar {
  width: 3px;
  background-color: #e0e0e0;
}
.popup__city-list::-webkit-scrollbar-thumb {
  background-color: #8a8a8a;
}

.popup__city-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  width: 100%;
  color: #2c4158;
  cursor: pointer;
}
.popup__city-link:hover,
.popup__city-link:focus {
  background-color: rgba(242, 191, 115, 0.3);
}

.promo {
  min-height: 1007px;
  margin-top: -118px;
  background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-main-kitchen.png"), url("/local/templates/kuhni.shop/app/css/./../img/bg-main.jpg");
  background-position: calc(50% + 453px) 100%, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat;
}
@media (max-width: 1439px) {
  .promo {
    background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-main-kitchen.png"), url("/local/templates/kuhni.shop/app/css/./../img/bg-main.jpg");
    background-position: calc(50% + 322px) 60%, 50% 50%;
    background-size: 103% auto, cover;
  }
}
@media (max-width: 1023px) {
  .promo {
    min-height: 866px;
    background-color: #303439;
    background-position: calc(50% + 268px) 53.5%, 50% 50%;
    background-size: 111% auto, cover;
  }
}
@media (max-width: 576px) {
  .promo {
    min-height: 620px;
    padding-top: 146px;
    background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-main-kitchen-v1.png"), url("/local/templates/kuhni.shop/app/css/./../img/bg-main-mobile.jpg");
    background-position: 98% 107%, 50% 50%;
    background-size: 111% auto, cover;

    background: #303439 url('/local/templates/kuhni.shop/app/css/../img/bg-main-mobile-v4.jpg') bottom right no-repeat;
    background-size: 111% auto;
    background-position: 98% 92%;
  }
}
@media (max-width: 450px) {
  .promo {
    min-height: 540px;
  }
}
@media (max-width: 370px) {
  .promo {
    min-height: 507px;
  }
}

.promo__title {
  padding-top: 188px;
}
@media (max-width: 1023px) {
  .promo__title {
    padding-top: 166px;
  }
}
@media (max-width: 576px) {
  .promo__title {
    padding-top: 0;
  }
}

.promo__lead {
  width: 607px;
}
@media (max-width: 1023px) {
  .promo__lead {
    width: 400px;
  }
}
@media (max-width: 576px) {
  .promo__lead {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
}
.promo__lead span {
  display: inline-block;
}

.promo__lead-icon {
  display: inline-block;
  position: relative;
}
.promo__lead-icon::after {
  content: "";
  position: absolute;
  width: 86.5px;
  height: 80.5px;
  top: 10px;
  right: -100px;
  background: url("/local/templates/kuhni.shop/app/css/./../img/icons/icon-main-measure.png") 0 0 / contain;
}
@media (max-width: 1023px) {
  .promo__lead-icon::after {
    content: "";
    position: absolute;
    width: 71px;
    height: 66px;
    top: 6px;
    right: -82px;
  }
}
@media (max-width: 576px) {
  .promo__lead-icon::after {
    display: none;
  }
}

.promo__text {
  width: 402px;
  margin-top: 40px;
  padding-left: 72px;
  background: url("/local/templates/kuhni.shop/app/css/./../img/icons/icon-ellipsis.svg") 0 11px no-repeat;
}
@media (max-width: 1023px) {
  .promo__text {
    font-size: 16px;
    line-height: 24px;
    width: 330px;
    margin-top: 16px;
    padding-left: 0;
    background: none;
  }
}
@media (max-width: 576px) {
  .promo__text {
    width: 100%;
    max-width: 350px;
    margin: 16px auto 0;
    text-align: center;
    font-size: 14px;
  }
}

.reviews-block {
  padding: 109px 0 112px;
  background: url("/local/templates/kuhni.shop/app/css/./../img/bg-cost.jpg") no-repeat 50% 50%;
  background-size: cover;
}
@media (max-width: 768px) {
  .reviews-block {
    padding: 72px 0;
  }
}

.reviews-block__title {
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 768px) {
  .reviews-block__title {
    margin-bottom: 39px;
  }
}

.reviews-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 53px;
}
@media (max-width: 768px) {
  .reviews-block__list {
    margin-bottom: 45px;
  }
}
@media (max-width: 576px) {
  .reviews-block__list {
    margin: 0 -24px 45px;
  }
}

.reviews-block__item {
  width: 49%;
}
@media (max-width: 768px) {
  .reviews-block__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .reviews-block__item:nth-child(n + 2) {
    display: none;
  }
}

.reviews__title {
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 768px) {
  .reviews__title {
    margin-top: 64px;
    margin-bottom: 31px;
  }
}
@media (max-width: 576px) {
  .reviews__title {
    margin-top: 41px;
  }
}

.reviews__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  /* flex-direction: column; */
  /* align-items: space-between; */
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 53px;
}
@media (max-width: 576px) {
  .reviews__list {
    margin: 0 -24px 53px;
  }
}

.reviews__item {
  width: 49%;
  padding-bottom: 53px;
}
@media (max-width: 768px) {
  .reviews__item {
    width: 100%;
    padding-bottom: 57px;
  }
}
@media (max-width: 576px) {
  .reviews__item {
    padding-bottom: 52px;
  }
}

.service-banner {
  margin: 50px 0 64px;
}
@media (max-width: 1023px) {
  .service-banner {
    margin: 20px 0 64px;
  }
}
@media (max-width: 767px) {
  .service-banner {
    margin: 20px 0 48px;
  }
}

.service-banner__content {
  height: 548px;
  padding: 112px;
  border-radius: 15px;
  background-color: #f7f9fa;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .service-banner__content {
    padding: 112px 64px;
  }
}
@media (max-width: 1023px) {
  .service-banner__content {
    padding: 64px 66px;
  }
}
@media (max-width: 767px) {
  .service-banner__content {
    height: 477px;
    padding: 64px 28px;
  }
}
.service-banner__content--measure {
  background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-service-measure.png"), url("/local/templates/kuhni.shop/app/css/./../img/bg-service-kitchen.png"),
    url("/local/templates/kuhni.shop/app/css/./../img/bg-service.jpg");
  background-position: 100% 100%;
}
@media (max-width: 1200px) {
  .service-banner__content--measure {
    background-size: 32%, 62%, 119%;
    background-position: 100% 100%, calc(100% + 88px) 100%, calc(100% + 174px) calc(100% - 50px);
  }
}
@media (max-width: 1023px) {
  .service-banner__content--measure {
    background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-service-measure.png"), url("/local/templates/kuhni.shop/app/css/./../img/bg-service-kitchen-mobile.png"),
      url("/local/templates/kuhni.shop/app/css/./../img/bg-service.jpg");
    background-size: 346px auto, auto, 170%;
    background-position: 100% 100%, 100% 100%, calc(100% + 242px) calc(100% + 60px);
  }
}
@media (max-width: 767px) {
  .service-banner__content--measure {
    background-size: 165px auto, auto, 1270px auto;
    background-position: 100% 100%, 19% 127%, 61% calc(100% + 144px);
  }
}
.service-banner__content--install {
  background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-service-install.png"), url("/local/templates/kuhni.shop/app/css/./../img/bg-service-kitchen.png"),
    url("/local/templates/kuhni.shop/app/css/./../img/bg-service.jpg");
  background-position: 100% 100%;
}
@media (max-width: 1200px) {
  .service-banner__content--install {
    background-size: 62%, 62%, 119%;
    background-position: 100% 100%, calc(100% + 88px) 100%, calc(100% + 174px) calc(100% - 50px);
  }
}
@media (max-width: 1023px) {
  .service-banner__content--install {
    background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-service-install.png"), url("/local/templates/kuhni.shop/app/css/./../img/bg-service-kitchen-mobile.png"),
      url("/local/templates/kuhni.shop/app/css/./../img/bg-service.jpg");
    background-size: 443px auto, auto, 170%;
    background-position: 100% 100%, 100% 100%, calc(100% + 242px) calc(100% + 60px);
  }
}
@media (max-width: 767px) {
  .service-banner__content--install {
    background-size: 284px auto, auto, 1270px auto;
    background-position: 100% 100%, 19% 127%, 61% calc(100% + 144px);
  }
}
.service-banner__content--delivery {
  background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-service-delivery.png"), url("/local/templates/kuhni.shop/app/css/./../img/bg-service.jpg");
  background-position: 100% 100%;
}
@media (max-width: 1200px) {
  .service-banner__content--delivery {
    background-size: 79%, 119%;
    background-position: calc(100% + 160px) 100%, calc(100% + 174px) calc(100% - 50px);
  }
}
@media (max-width: 1023px) {
  .service-banner__content--delivery {
    background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-service-delivery-mobile.png"), url("/local/templates/kuhni.shop/app/css/./../img/bg-service.jpg");
    background-size: auto, 170%;
    background-position: 0% 100%, calc(100% + 242px) calc(100% + 60px);
  }
}
@media (max-width: 767px) {
  .service-banner__content--delivery {
    background-size: 422px auto, auto, 1270px auto;
    background-position: -123px 100%, 61% calc(100% + 144px);
  }
}

.service-banner__title {
  max-width: 550px;
  margin-bottom: 31px;
}
@media (max-width: 1023px) {
  .service-banner__title {
    max-width: 400px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .service-banner__title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .service-banner__title br {
    display: none;
  }
}

.service-banner__text {
  max-width: 340px;
  margin-bottom: 41px;
  padding-left: 56px;
  background: url("/local/templates/kuhni.shop/app/css/./../img/icons/icon-ellipsis.svg") 0 11px no-repeat;
}
@media (max-width: 1023px) {
  .service-banner__text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
    background-position: 0 7px;
  }
}
@media (max-width: 767px) {
  .service-banner__text {
    margin-bottom: 24px;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
    background: none;
  }
}

.service-banner__button {
  width: 308px;
}
@media (max-width: 767px) {
  .service-banner__button {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .service-banner__button span.button__icon-wrap {
    display: none;
  }
}

.service-step {
  margin: 120px 0;
}
@media (max-width: 1200px) {
  .service-step {
    margin: 145px 0 120px;
  }
}
@media (max-width: 1023px) {
  .service-step {
    margin: 63px 0 90px;
  }
}

.service-step__title {
  margin: 0 auto 66px;
  text-align: center;
}
@media (max-width: 1023px) {
  .service-step__title {
    margin: 0 auto 31px;
  }
}

.service-step__list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  padding: 48px 0 56px;
  border-radius: 15px;
  border: 1px solid #ebeff3;
}
@media (max-width: 1200px) {
  .service-step__list {
    padding: 37px 0 40px;
  }
}
@media (max-width: 767px) {
  .service-step__list {
    flex-direction: column;
  }
}
.service-step__list:before,
.service-step__list:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 68%;
  top: 16%;
  left: 33.33%;
  background-color: #ebeff3;
}
@media (max-width: 1023px) {
  .service-step__list:before,
  .service-step__list:after {
    display: none;
  }
}
.service-step__list:after {
  left: 66.66%;
}

.service-step__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
}
@media (max-width: 767px) {
  .service-step__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .service-step__item:not(:last-child) {
    margin-bottom: 46px;
  }
}

.service-step__image {
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .service-step__image {
    margin-bottom: 26px;
  }
}

.service-step__text {
  width: 75%;
  text-align: center;
}
@media (max-width: 1200px) {
  .service-step__text {
    width: 84%;
  }
}
@media (max-width: 1023px) {
  .service-step__text {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .service-step__text {
    width: 80%;
    max-width: 400px;
  }
}

.service {
  margin: 50px 0 80px;
}
@media (max-width: 1023px) {
  .service {
    margin: 50px 0 63px;
  }
}
@media (max-width: 767px) {
  .service {
    margin: 48px 0 89px;
  }
}

.service__content {
  width: 860px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .service__content {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .service__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.service__text + .service__text {
  margin-top: 24px;
}

.services {
  margin-bottom: 154px;
}
@media (max-width: 1023px) {
  .services {
    margin-bottom: 52px;
  }
}
@media (max-width: 767px) {
  .services {
    margin-bottom: 10px;
  }
}

.services__title {
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 1023px) {
  .services__title {
    margin-top: 64px;
    margin-bottom: 31px;
  }
}
@media (max-width: 767px) {
  .services__title {
    margin-top: 40px;
  }
}

.services__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .services__list {
    flex-direction: column;
  }
}

.services__item {
  position: relative;
  width: 32.4%;
  height: 392px;
  padding: 40px 32px 0;
  border-radius: 15px;
  border-color: #ffffff;
  background-position: 0 100%, 50% 100%;
  background-repeat: no-repeat;
  box-shadow: 0px 30px 80px rgba(57, 63, 72, 0.05);
}
@media (max-width: 1200px) {
  .services__item {
    padding: 40px 28px 0;
  }
}
@media (max-width: 1023px) {
  .services__item {
    display: flex;
    flex-direction: column;
    width: 31.4%;
    padding: 40px 16px 0;
  }
}
@media (max-width: 767px) {
  .services__item {
    width: 100%;
    margin-bottom: 37px;
    padding: 42px 22px 0;
  }
}
.services__item--measure {
  background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-services-measure.png"), url("/local/templates/kuhni.shop/app/css/./../img/bg-services.png");
}
@media (max-width: 1200px) {
  .services__item--measure {
    background-size: 105% auto, auto;
    background-position: -37px 100%, 0% 100%;
  }
}
@media (max-width: 767px) {
  .services__item--measure {
    background-size: 60% auto, auto;
    background-position: 0% 100%, 0% 100%;
  }
}
@media (max-width: 576px) {
  .services__item--measure {
    background-size: 254px auto, auto;
  }
}
.services__item--install {
  background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-services-install.png"), url("/local/templates/kuhni.shop/app/css/./../img/bg-services.png");
}
@media (max-width: 1200px) {
  .services__item--install {
    background-size: 117% auto, auto;
    background-position: -13px 100%, 0% 100%;
  }
}
@media (max-width: 767px) {
  .services__item--install {
    background-size: 60% auto, auto;
    background-position: 0% 100%, 0% 100%;
  }
}
@media (max-width: 576px) {
  .services__item--install {
    background-size: 272px auto, auto;
  }
}
.services__item--delivery {
  background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-services-delivery.png"), url("/local/templates/kuhni.shop/app/css/./../img/bg-services.png");
}
@media (max-width: 1200px) {
  .services__item--delivery {
    background-size: 100% auto, auto;
    background-position: -44px 100%, 0% 100%;
  }
}
@media (max-width: 767px) {
  .services__item--delivery {
    background-size: 50% auto, auto;
    background-position: 0% 100%, 0% 100%;
  }
}
@media (max-width: 576px) {
  .services__item--delivery {
    background-size: 240px auto, auto;
  }
}
.services__item:before {
  content: "";
  position: absolute;
  width: calc(100% - 48px);
  height: 13px;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 40px 100px #f5f5f6;
  border-radius: 0 0 15px 15px;
  background-color: #ffffff;
  box-shadow: 0px 30px 80px rgba(57, 63, 72, 0.05);
}

.services__name {
  margin-bottom: 24px;
  text-align: center;
}

.services__button {
  width: 100%;
  height: 72px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .services__button {
    margin: auto auto 192px;
  }
}
@media (max-width: 767px) {
  .services__button {
    margin: 0 auto;
    max-width: 400px;
  }
}
@media (max-width: 1023px) {
  .services__button span.button__icon-wrap {
    display: none;
  }
}

.stock-block {
  position: relative;
  margin: -680px 0 197px;
}
@media (max-width: 1023px) {
  .stock-block {
    margin: -544px 0 146px;
  }
}
@media (max-width: 767px) {
  .stock-block {
    margin: -544px 0 0;
  }
}
@media (max-width: 576px) {
  .stock-block {
    margin: -458px 0 0;
  }
}

.stock-block__title {
  width: 700px;
  margin: auto;
  margin-top: 9px;
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 1023px) {
  .stock-block__title {
    margin-bottom: 39px;
  }
}
@media (max-width: 767px) {
  .stock-block__title {
    width: 100%;
  }
}

.stock-block__content {
  overflow: visible;
}
@media (max-width: 767px) {
  .stock-block__content {
    position: relative;
    overflow: hidden;
    margin: 0 -24px;
    border-radius: 15px;
    padding: 0 24px;
    padding-bottom: 146px;
  }
}

.stock-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .stock-block__list {
    justify-content: flex-start;
  }
}

.stock-block__item {
  width: 49.2%;
  flex-grow: 0;
}
@media (max-width: 1023px) {
  .stock-block__item {
    width: 48.6%;
  }
}
@media (max-width: 767px) {
  .stock-block__item {
    width: auto;
  }
}

.stock-block__buttons {
  display: none;
}
@media (max-width: 767px) {
  .stock-block__buttons {
    display: block;
  }
}

.stock-block__button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  position: absolute;
  top: 258px;
  left: 24px;
  width: 28px;
  height: 56px;
  background: #33363c;
  border-radius: 0 100% 100% 0 / 0 50% 50% 0;
  z-index: 2;
  transition: all 0.2s ease;
}
.stock-block__button:not(:disabled) {
  cursor: pointer;
}
.stock-block__button--next {
  right: 24px;
  left: auto;
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
}
.stock-block__button:hover,
.stock-block__button:focus {
  background: #ffffff;
}

.stock-block__button-icon {
  position: absolute;
  top: 20px;
  left: 4px;
  fill: transparent;
  stroke: #ffffff;
  transition: all 0.2s ease;
}
.stock-block__button--next .stock-block__button-icon {
  left: 8px;
  transform: rotate(180deg);
}
.stock-block__button:hover .stock-block__button-icon,
.stock-block__button:focus .stock-block__button-icon {
  stroke: #33363c;
}

.stock-page {
  margin: 0 0 120px;
}
@media (max-width: 1023px) {
  .stock-page {
    margin: 64px 0 25px;
  }
}
@media (max-width: 576px) {
  .stock-page {
    margin: 42px 0 10px;
  }
}

.stock-page__title {
  width: 700px;
  margin: auto;
  margin-top: 9px;
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 1023px) {
  .stock-page__title {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .stock-page__title {
    width: 100%;
  }
}

.stock-page__content {
  overflow: visible;
}
@media (max-width: 767px) {
  .stock-page__content {
    position: relative;
    overflow: hidden;
    margin: 0 -24px;
    border-radius: 15px;
    padding: 0 24px;
  }
}

.stock-page__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .stock-page__list {
    justify-content: flex-start;
  }
}

.stock-page__item {
  width: 49.2%;
  margin-bottom: 53px;
}
@media (max-width: 1200px) {
  .stock-page__item {
    margin-bottom: 33px;
  }
}
@media (max-width: 1023px) {
  .stock-page__item {
    width: 48.6%;
  }
}
@media (max-width: 767px) {
  .stock-page__item {
    width: auto;
    margin-bottom: 37px;
  }
}

.stock {
  position: relative;
  height: 498px;
  padding: 60px;
  box-shadow: 0px 40px 80px rgba(57, 63, 72, 0.05);
  border-radius: 15px;
  background: #ffffff url("/local/templates/kuhni.shop/app/css/./../img/bg-stock.png") 0 0 / cover no-repeat;
  border: 5px solid #ffffff;
  box-shadow: 0px 40px 80px rgba(57, 63, 72, 0.05);
  background-size: 70% auto;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .stock {
    height: 430px;
    padding: 35px;
    padding-right: 30px;
    background-size: 80% auto;
  }
}
@media (max-width: 576px) {
  .stock {
    height: 360px;
    padding: 27px;
    background-size: 70% auto;
  }
}
.stock:before {
  content: "";
  position: absolute;
  width: calc(100% - 55px);
  height: 19px;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 40px 100px #f5f5f6;
  border-radius: 0 0 15px 15px;
  background-color: #ffffff;
}

.stock__item-name {
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .stock__item-name {
    font-size: 24px;
    line-height: 32px;
  }
}
.stock__item-name > span {
  display: block;
}
@media (max-width: 1023px) {
  .stock__item-name span {
    font-size: 24px;
    line-height: 32px;
  }
}

.stock__item-text {
  width: 55%;
}
@media (max-width: 1200px) {
  .stock__item-text {
    width: 80%;
  }
}
@media (max-width: 1023px) {
  .stock__item-text {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .stock__item-text {
    width: 60%;
  }
}
@media (max-width: 576px) {
  .stock__item-text {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    width: 90%;
  }
}

.top-footer {
  background-color: #f7f9fa;
}

.top-footer__links {
  padding: 32px 0 30px;
  border-bottom: 1px solid #e3e7ed;
}
@media (max-width: 1439px) {
  .top-footer__links {
    padding: 32px 0 21px;
  }
}
@media (max-width: 450px) {
  .top-footer__links {
    padding: 54px 0 25px;
  }
}

.top-footer__links-content {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1439px) {
  .top-footer__links-content {
    align-content: center;
  }
}
@media (max-width: 767px) {
  .top-footer__links-content {
    flex-direction: column;
  }
}

.top-footer__logo {
  margin-right: auto;
  flex-shrink: 0;
}
@media (max-width: 1439px) {
  .top-footer__logo {
    margin-bottom: 23px;
  }
}
@media (max-width: 1023px) {
  .top-footer__logo {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .top-footer__logo {
    width: 100%;
    max-width: 386px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 450px) {
  .top-footer__logo {
    align-items: flex-start;
  }
}

.top-footer__links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.top-footer__links-list--online {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1439px) {
  .top-footer__links-list--online {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .top-footer__links-list--online {
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .top-footer__links-list--online {
    margin-bottom: 29px;
  }
}

.top-footer__links-list--offline {
  display: grid;
  grid-template-columns: 57% 43%;
  width: 530px;
}
@media (max-width: 1439px) {
  .top-footer__links-list--offline {
    order: 2;
  }
}
@media (max-width: 1023px) {
  .top-footer__links-list--offline {
    margin-right: 50px;
    margin-bottom: 29px;
  }
}
@media (max-width: 767px) {
  .top-footer__links-list--offline {
    margin: 0 auto 29px;
  }
}
@media (max-width: 576px) {
  .top-footer__links-list--offline {
    width: 300px;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }
}
@media (max-width: 450px) {
  .top-footer__links-list--offline {
    width: 240px;
  }
}

.top-footer__buttons {
  display: none;
}
@media (max-width: 1439px) {
  .top-footer__buttons {
    display: flex;
    width: 400px;
    margin-left: auto;
    order: 3;
  }
}
@media (max-width: 1023px) {
  .top-footer__buttons {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .top-footer__buttons {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .top-footer__buttons {
    margin: 24px auto 0;
  }
}
@media (max-width: 450px) {
  .top-footer__buttons {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}

.top-footer__links-item {
  display: flex;
  align-items: center;
}
.top-footer__links-item:not(:first-child) {
  margin-left: 34px;
}
@media (max-width: 576px) {
  .top-footer__links-item:not(:first-child) {
    margin-left: 0;
    margin-top: 16px;
  }
}
.top-footer__links-list--online .top-footer__links-item:not(:first-child) {
  margin-top: 0;
}
.top-footer__links-item--location {
  position: relative;
  padding-left: 48px;
}
.top-footer__links-item--location::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #6885ae url("/local/templates/kuhni.shop/app/css/./../img/icons/icon-location.svg") no-repeat 50% 50%;
}
.top-footer__links-item--time {
  position: relative;
  padding-left: 48px;
}
.top-footer__links-item--time::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #6885ae url("/local/templates/kuhni.shop/app/css/./../img/icons/icon-time.svg") no-repeat 50% 50%;
}

.top-footer__links-item-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
}
.top-footer__links-item-link--email {
  text-decoration: underline;
}
.top-footer__links-item-link:hover,
.top-footer__links-item-link:focus {
  color: #f2bf73;
}
.top-footer__links-item-link:active {
  color: #d5a255;
}

.top-footer__navigation {
  padding: 24px 0;
  border-bottom: 1px solid #e3e7ed;
}
@media (max-width: 767px) {
  .top-footer__navigation {
    padding: 24px 0 7px;
  }
}
@media (max-width: 1023px) {
  .top-footer__navigation--menu {
    padding: 33px 0 0;
  }
}
@media (max-width: 767px) {
  .top-footer__navigation--menu {
    padding: 16px 0 0;
  }
}

.top-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
@media (max-width: 1023px) {
  .top-footer__list {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .top-footer__list {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: -24px;
  }
}

.top-footer__item {
  display: flex;
  align-items: center;
}
.top-footer__item:not(:last-child) {
  margin-right: 32px;
}
@media (max-width: 1023px) {
  .top-footer__item:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .top-footer__item:not(:last-child) {
    margin-right: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .top-footer__item:last-child {
    margin-right: 24px;
    margin-bottom: 16px;
  }
}

.top-footer__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #2c4158;
  text-transform: uppercase;
}
.top-footer__link:hover,
.top-footer__link:focus {
  color: #f2bf73;
}
.top-footer__link:active {
  color: #d5a255;
}

.top-footer__link-icon {
  margin-right: 8px;
  fill: none;
  stroke: #8993a1;
  transition: all 0.2s ease;
}
.top-footer__link:hover .top-footer__link-icon,
.top-footer__link:focus .top-footer__link-icon {
  stroke: #f2bf73;
}
.top-footer__link:active .top-footer__link-icon {
  stroke: #d5a255;
}

.top-footer__link-arrow {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}
.top-footer__link-arrow:not(:disabled) {
  cursor: pointer;
}
@media (max-width: 1439px) {
  .top-footer__link-arrow {
    display: none;
  }
}

.top-footer__link-arrow-icon {
  fill: none;
  stroke: #2c4158;
  transition: all 0.2s ease;
}
.top-footer__link-arrow:hover .top-footer__link-arrow-icon,
.top-footer__link-arrow:focus .top-footer__link-arrow-icon {
  stroke: #f2bf73;
}
.top-footer__link-arrow:hover .top-footer__link-arrow-icon,
.top-footer__link-arrow:focus .top-footer__link-arrow-icon {
  stroke: #d5a255;
}

.quick-connect {
  display: flex;
  align-items: center;
}

.quick-connect__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 40px;
}
@media (max-width: 576px) {
  .quick-connect__list {
    margin-right: 0;
  }
}

.quick-connect__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #2c4158;
  text-decoration: underline;
}
.quick-connect__link--phone {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .quick-connect__link--phone {
    font-size: 14px;
  }
}
.page-header--main .quick-connect__link--phone {
  color: #ffffff;
}
@media (max-width: 1023px) {
  .quick-connect__link--email {
    display: none;
  }
}
.page-header--main .quick-connect__link--email {
  color: #ffffff;
}
.quick-connect__link--call {
  display: none;
}
@media (max-width: 1023px) {
  .quick-connect__link--call {
    margin: 0;
    padding: 0;
    text-align: left;
    border: none;
    outline: none;
    background-color: transparent;
    transition: all 0.2s ease;
    display: block;
  }
  .quick-connect__link--call:not(:disabled) {
    cursor: pointer;
  }
}
@media (max-width: 576px) {
  .quick-connect__link--call {
    display: none;
  }
}
@media (max-width: 1023px) {
  .page-header--main .quick-connect__link--call {
    color: #ffffff;
  }
}
.quick-connect__link:hover,
.quick-connect__link:focus {
  color: #f2bf73;
}
.quick-connect__link:active {
  color: #d5a255;
}

@media (max-width: 1023px) {
  .quick-connect__button-call {
    display: none;
  }
}

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

.works--slider {
  padding: 112px 0;
  background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-works-drill.png"), url("/local/templates/kuhni.shop/app/css/./../img/bg-works.jpg");
  background-position: 100% -14%, 0% 100%;
  background-size: auto, auto;
  background-repeat: no-repeat;
}
@media (max-width: 1800px) {
  .works--slider {
    background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-works-drill.png"), url("/local/templates/kuhni.shop/app/css/./../img/bg-works.jpg");
    background-position: 104% -174px, 0% 100%;
  }
}
@media (max-width: 1200px) {
  .works--slider {
    padding: 120px 0;
    background-image: url("/local/templates/kuhni.shop/app/css/./../img/bg-works-drill.png");
    background-position: 103% -4px;
    background-size: 286px auto;
  }
}
@media (max-width: 1023px) {
  .works--slider {
    padding: 89px 0;
    background-position: 101% -38px;
    background-size: 219px auto;
  }
}
@media (max-width: 767px) {
  .works--slider {
    padding: 89px 0;
    background: none;
  }
}

.works__title {
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 1023px) {
  .works__title {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .works__title {
    margin-top: 64px;
    margin-bottom: 31px;
  }
}
@media (max-width: 576px) {
  .works__title {
    margin-top: 41px;
  }
}
@media (max-width: 768px) {
  .works__title--desktop {
    display: none;
  }
}
.works__title--mobile {
  display: none;
}
@media (max-width: 768px) {
  .works__title--mobile {
    display: block;
  }
}
.works--slider .works__title {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .works--slider .works__title {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.works__text {
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 1023px) {
  .works__text {
    margin-bottom: 40px;
  }
}

.works__content {
  overflow: visible;
}
@media (max-width: 767px) {
  .works--slider .works__content {
    margin-right: -24px;
    overflow: hidden;
  }
}

.works__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 1fr;
}
@media (max-width: 1200px) {
  .works__list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1023px) {
  .works__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .works__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .works--slider .works__list {
    display: flex;
    height: 220px;
    gap: 0;
  }
}

.works__item {
  position: relative;
  height: auto;
  padding-bottom: 100%;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .works__item:nth-child(n + 17) {
    display: none;
  }
}
@media (max-width: 767px) {
  .works--slider .works__item {
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .works--slider .works__item:nth-child(n + 21) {
    display: none;
  }
}
@media (max-width: 1023px) {
  .works--slider .works__item:nth-child(n + 17) {
    display: none;
  }
}

.works__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.works__link:hover {
  transform: scale(1.3);
  z-index: 1;
}
@media (max-width: 767px) {
  .works__link:hover {
    transform: none;
  }
}
.works__link:hover::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: #ffffff url("/local/templates/kuhni.shop/app/css/./../img/icons/icon-search.svg") 50% 50% no-repeat;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .works__link:hover::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .works__link:hover::after {
    display: none;
  }
}

.works__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.works__button {
  display: none;
}
@media (max-width: 767px) {
  .works__button {
    display: flex;
    margin-top: 31px;
  }
}

/*# sourceMappingURL=style.css.map */

.about-banner {
  min-height: 680px;
  background-image: url("/local/templates/kuhni.shop/app/css/../img/bg-about-girl.png"), url("/local/templates/kuhni.shop/app/css/../img/bg-about.png");
  background-repeat: no-repeat, no-repeat;
  background-position: calc(50% + 315px) 100%, 50% 50%;
  background-size: auto, cover;
  margin-top: -112px;
  padding-bottom: 71px;
}
@media (max-width: 1200px) {
  .about-banner {
    background-position: calc(50% + 230px) 100%, 50% 50%;
  }
}
@media (max-width: 767px) {
  .about-banner {
    margin-top: 0;
    background-position: calc(50% + 0px) 100%, 50% 50%;
    background-size: auto 480px, cover;
  }
}
@media (max-width: 575px) {
  .about-banner {
    min-height: 530px;
    background-size: auto 300px, cover;
  }
}

.about-banner__content {
  display: flex;
}
@media (max-width: 575px) {
  .about-banner__content {
    justify-content: center;
  }
}

.about-banner__lead {
  margin-top: 118px;
}
@media (max-width: 1023px) {
  .about-banner__lead {
    margin-top: 170px;
  }
}
@media (max-width: 767px) {
  .about-banner__lead {
    margin-top: 10px;
    text-align: center;
  }
}

.about-banner__title {
  max-width: 625px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .about-banner__title {
    max-width: 490px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .about-banner__title {
    max-width: 61%;
    margin: 0 auto 15px;
  }
}
@media (max-width: 576px) {
  .about-banner__title {
    max-width: 280px;
  }
}

.about-banner__text {
  width: 300px;
}
@media (max-width: 767px) {
  .about-banner__text {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .about-banner__text {
    width: 271px;
  }
}

.cost-banner {
  position: relative;
  padding: 87px 0 131px;
  background-image: url("/local/templates/kuhni.shop/app/css/../img/bg-cost.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto, cover;
}
@media (max-width: 1440px) {
  .cost-banner {
    margin-bottom: 60px;
    background-size: cover;
  }
}
@media (max-width: 1023px) {
  .cost-banner {
    margin-bottom: 70px;
    padding: 69px 0 85px;
  }
}
@media (max-width: 767px) {
  .cost-banner {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .cost-banner {
    padding: 69px 0 105px;
  }
}

.cost-banner__title {
  width: 700px;
  margin: auto;
  margin-top: 9px;
  text-align: center;
}
@media (max-width: 1023px) {
  .cost-banner__title {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .cost-banner__title {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .cost-banner__title {
    width: calc(100% + 30px);
    margin: 9px -15px 0;
  }
}

.cost-banner__subtitle {
  max-width: 590px;
  margin: 24px auto 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .cost-banner__subtitle {
    margin: 15px auto 0;
  }
}

.cost-banner__content {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .cost-banner__content {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .cost-banner__content {
    margin: 40px -24px 0;
  }
}

.cost-banner__discount {
  flex-shrink: 0;
  position: relative;
  width: 310px;
  height: 577px;
  background: url("/local/templates/kuhni.shop/app/css/./../img/bg-cost-banner.png") no-repeat;
  text-align: center;
}
@media (max-width: 1439px) {
  .cost-banner__discount {
    display: none;
  }
}
.cost-banner__discount:before {
  content: "";
  position: absolute;
  width: calc(100% - 48px);
  height: 13px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 40px 100px #f5f5f6;
  border-radius: 0 0 15px 15px;
  background-color: #ffffff;
}

.cost-banner__discount-text {
  width: 180px;
  margin: 56px auto;
}
.cost-banner__discount-text span {
  font-family: "Inter", sans-serif;
  font-size: 88px;
  line-height: 64px;
  font-weight: 600;
  display: block;
  margin-top: 32px;
}

.cost-banner__form {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  min-height: 577px;
  margin-left: 20px;
  padding: 60px 86px 54px;
  z-index: 1;
  background: #ffffff;
  border-radius: 15px;
  background: #ffffff url("/local/templates/kuhni.shop/app/css/../../img/bg-faq.png") calc(100% - 16px) calc(100% + 196px) / 73% auto no-repeat;
}
@media (max-width: 1439px) {
  .cost-banner__form {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .cost-banner__form {
    min-height: 540px;
    padding: 40px 32px;
  }
}
@media (max-width: 768px) {
  .cost-banner__form {
    min-height: 684px;
  }
}
@media (max-width: 575px) {
  .cost-banner__form {
    min-height: 775px;
    padding: 40px 24px 28px;
  }
}
@media (max-width: 320px) {
  .cost-banner__form {
    min-height: 770px;
  }
}
.cost-banner__form:before {
  content: "";
  position: absolute;
  width: calc(100% - 80px);
  height: 13px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 40px 100px #f5f5f6;
  border-radius: 0 0 15px 15px;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cost-banner__form:before {
    content: "";
    position: absolute;
    width: calc(100% - 48px);
    height: 13px;
  }
}

.cost-banner__form-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto;
  background-position: calc(100% - 40px) calc(100% - 24px);
  background-size: 47% auto;
  background-repeat: no-repeat;
  border-radius: 15px;
  z-index: -1;
}
@media (max-width: 1439px) {
  .cost-banner__form-bg {
    background-position: calc(100% - 40px) calc(100% - 70px);
    background-size: 41% auto;
  }
}
@media (max-width: 575px) {
  .cost-banner__form-bg {
    background-position: calc(100% - 41px) calc(100% - 32px);
    background-size: 75% auto;
  }
}
.cost-banner--measure .cost-banner__form-bg {
  background-position: calc(100% - 0px) calc(100% + 10px);
  background-size: 55% auto;
}
@media (max-width: 1439px) {
  .cost-banner--measure .cost-banner__form-bg {
    background-size: 41% auto;
  }
}
@media (max-width: 575px) {
  .cost-banner--measure .cost-banner__form-bg {
    background-size: 80% auto;
  }
}

.cost-banner__form-title {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1023px) {
  .cost-banner__form-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.cost-banner__user {
  max-width: 292px;
  margin-top: 56px;
}
@media (max-width: 575px) {
  .cost-banner__user {
    margin: 30px auto;
  }
}

.cost-banner__user-button {
  margin-top: 25px;
}

.cost-banner__user .input__field,
.cost-banner__user .cost-banner__user-button {
  width: 100%;
}

.cost-banner__caption {
  max-width: 860px;
  margin: 53px auto 0;
  text-align: center;
}

.greeting {
  margin: 120px 0 0;
  padding-bottom: 120px;
  background: url("/local/templates/kuhni.shop/app/css/../../img/bg-popular.png") no-repeat 100% 100% / contain;
}
@media (max-width: 576px) {
  .greeting {
    padding-bottom: 90px;
  }
}

.greeting__title {
  margin-bottom: 52px;
  text-align: center;
}
@media (max-width: 1024px) {
  .greeting__title {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .greeting__title {
    margin-bottom: 46px;
  }
}

.greeting__content {
  display: flex;
  align-items: center;
  gap: 78px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .greeting__content {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .greeting__content {
    flex-direction: column-reverse;
  }
}
@media (max-width: 576px) {
  .greeting__content {
    gap: 15px;
  }
}

.greeting__quote {
  flex-grow: 1;
}

.greeting__author {
  flex-shrink: 0;
  max-width: 352px;
  margin-right: 30px;
}
@media (max-width: 1023px) {
  .greeting__author {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .greeting__author {
    max-width: 90%;
  }
}

.greeting__image-wrap {
  width: 100%;
  margin-bottom: 10px;
}

.greeting__author-name {
  margin-bottom: 6px;
  margin-left: 40px;
}
@media (max-width: 576px) {
  .greeting__author-name {
    margin: 0;
    text-align: center;
  }
}

.greeting__author-post {
  margin-left: 40px;
}
@media (max-width: 576px) {
  .greeting__author-post {
    margin-left: 0;
    text-align: center;
  }
}

.mission {
  margin: 80px 0 100px;
}
@media (max-width: 767px) {
  .mission {
    margin: 60px 0 80px;
  }
}
@media (max-width: 575px) {
  .mission {
    margin: 30px 0 80px;
  }
}

.mission__content {
  display: grid;
  grid-template-columns: 172px 1fr;
  gap: 102px;
  padding: 64px 56px;
  border-radius: 15px;
  border: 1px solid #ebeff3;
}
@media (max-width: 1023px) {
  .mission__content {
    gap: 50px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .mission__content {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0;
    border: none;
  }
}
@media (max-width: 575px) {
  .mission__content {
    gap: 17px;
  }
}

.mission__title {
  text-transform: uppercase;
}

.mission__text {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  max-width: 750px;
}
@media (max-width: 1200px) {
  .mission__text {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .mission__text {
    max-width: 90%;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .mission__text {
    max-width: 95%;
  }
}

.reasons {
  margin: 100px 0 0;
}
@media (max-width: 768px) {
  .reasons {
    margin: 50px 0 60px;
  }
}

.reasons__title {
  width: 80%;
  margin: 0 auto 64px;
  text-align: center;
}
@media (max-width: 576px) {
  .reasons__title {
    width: 100%;
    margin: 0 auto 38px;
  }
}

.reasons__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 0 45px;
}
@media (max-width: 1440px) {
  .reasons__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 90px 45px;
    justify-items: center;
    padding: 0 120px;
  }
}
@media (max-width: 1024px) {
  .reasons__list {
    gap: 60px 45px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .reasons__list {
    gap: 45px 25px;
  }
}
@media (max-width: 576px) {
  .reasons__list {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
}

.reasons__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  text-align: center;
}
@media (max-width: 768px) {
  .reasons__item {
    max-width: none;
  }
}
@media (max-width: 576px) {
  .reasons__item {
    max-width: 350px;
  }
}
.reasons__item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 1px;
  top: 56px;
  left: 80%;
  background: #e4eaef;
}
@media (max-width: 1440px) {
  .reasons__item:not(:last-child)::after {
    display: none;
  }
}

.reasons__image {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .reasons__image {
    width: 80px;
    height: auto;
    margin-bottom: 11px;
  }
}

@media (max-width: 768px) {
  .reasons__text {
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .reasons__text {
    max-width: 82%;
  }
}

.quote {
  position: relative;
  padding: 44px 57px 73px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 40px 80px rgba(57, 63, 72, 0.05);
}
@media (max-width: 1024px) {
  .quote {
    padding: 33px;
  }
}
@media (max-width: 576px) {
  .quote {
    padding: 33px 15px 46px 24px;
  }
}
.quote::before {
  content: "";
  position: absolute;
  width: 86px;
  height: 86px;
  right: 75px;
  top: 15px;
  background: url("/local/templates/kuhni.shop/app/css/../../img/quote.png") no-repeat;
  background-size: contain;
}
@media (max-width: 1200px) {
  .quote::before {
    right: 30px;
  }
}
@media (max-width: 768px) {
  .quote::before {
    content: "";
    position: absolute;
    width: 67px;
    height: 56px;
    right: 13px;
    top: 28px;
  }
}
.quote::after {
  content: "";
  position: absolute;
  width: calc(100% - 64px);
  height: 10px;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 40px 100px rgba(57, 63, 72, 0.05);
  border-radius: 0 0 15px 15px;
  background: #ffffff;
}

.quote__title {
  position: relative;
  width: 80%;
  margin-bottom: 25px;
  z-index: 1;
}
@media (max-width: 576px) {
  .quote__title {
    margin-bottom: 7px;
  }
}

.not-found {
  margin: 80px 0 120px;
}
@media (max-width: 1023px) {
  .not-found {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .not-found {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .not-found {
    margin: 0;
  }
}

.not-found__wrapper {
  padding: 80px 0 90px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .not-found__wrapper {
    margin: 0 -24px;
    padding: 60px 0 70px;
  }
}
@media (max-width: 576px) {
  .not-found__wrapper {
    padding: 130px 0;
  }
}

.not-found__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 576px) {
  .not-found__content {
    max-width: 95%;
  }
}

.not-found__title {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 200px;
  line-height: 1.21;
  font-weight: 800;
  color: #2c4158;
}
@media (max-width: 1023px) {
  .not-found__title {
    font-size: 114px;
  }
}

.not-found__subtitle {
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .not-found__subtitle {
    margin-bottom: 6px;
  }
}

.not-found__text {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .not-found__text {
    margin-bottom: 40px;
  }
}

.not-found__button {
  width: 355px;
  max-width: 95%;
}

@supports (-webkit-touch-callout: none) {
  .range-slider {
    padding-left: 4px;
  }
}

.range-slider__inputs {
  display: flex;
  justify-content: space-between;
}

.range-slider__label {
  display: flex;
  align-items: center;
  width: 45%;
  height: 40px;
  border: 1px solid #e4eaef;
  border-radius: 5px;
  padding: 8px 9px;
}
.range-slider__label:focus-within {
  border: 1px solid #f2bf73;
}

.range-slider__text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #8993a2;
}
.range-slider__label:focus-within .range-slider__text {
  color: #f2bf73;
}

.range-slider__input {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  width: 100%;
  color: #8993a2;
  background-color: #ffffff;
  border-radius: 5px;
  transition: all 0.2s ease;
  border: none;
  outline: none;
  resize: none;
  cursor: text;
}
.range-slider__label:focus-within .range-slider__input {
  color: #f2bf73;
}
.range-slider__input::-moz-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #8993a2;
}
.range-slider__input::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #8993a2;
}

.range-slider__bar {
  margin-top: 8px;
  margin-bottom: 16px;
}

.noUi-connects {
  background-color: #e4eaef;
}

.noUi-connect {
  background-color: #f2bf73;
}

.noUi-target {
  background-color: #bfbfbf;
  border: none;
  border-radius: 100px;
  box-shadow: none;
  height: 2px;
}

.noUi-handle::after,
.noUi-handle::before {
  display: none;
}

.noUi-horizontal .noUi-handle {
  width: 11px;
  height: 11px;
  border: none;
  background-clip: padding-box;
  border-radius: 50%;
  box-shadow: none;
  background-color: #f2bf73;
  top: -4px;
  right: -11px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .noUi-horizontal .noUi-handle {
    width: 41px;
    height: 41px;
    border: 11px solid transparent;
    top: -19px;
    right: -30px;
  }
}

.noUi-horizontal .noUi-handle-upper {
  right: 0;
}
@media (max-width: 767px) {
  .noUi-horizontal .noUi-handle-upper {
    right: -11px;
  }
}

/* End */


/* Start:/local/templates/kuhni.shop/css/custom.css?16663481822428*/
.filter__content-item-name.disabled{
      cursor: no-drop;
      opacity: 0.4;
}

.header-catalog--overlay{
      position: fixed;
      top: 0;
      left: 0;
      height: 0;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      transition: all 0.2s ease-in-out;
      z-index: 9;
}

.header-catalog.show ~ .header-catalog--overlay{
      opacity: 0.3;
      height: 100%;
      visibility: visible;
      background: #000;
      backdrop-filter: blur(2px);
}

.footer-menu__item-case-change-active{
      visibility: hidden;
      opacity: 0;
      height: 0;
      overflow: hidden;
      transition: all 0.3s ease;
}
@media (max-width: 767px) {
      .footer-menu__item-case-change-active{
            visibility: visible;
            opacity: 1;
            height: auto;
      }
    }
.footer-menu__item:not(.showItems) .footer-menu__item-case-change-active{
      margin-bottom: 0;
}
.showItems .footer-menu__item-case-change-active{
      visibility: visible;
      opacity: 1;
      height: auto;
}
.popup__city-item{
      height: 30px;
      opacity: 1;
      transition: all 0.2s ease-in-out;
}
.modal-city-name--hidden{
      height: 0;
      opacity: 0;

      visibility: hidden;
}
.catalog-show-more {
      margin-top: 20px;
}

.cost__form-part--success{
      display: none;


}

.cost__form-part--success .text{
      margin-top: 30px;
      text-align: center;
}

form.form--success .cost__form-part--success{
      display: block;
}

form.form--success .cost__form-buttons, form.form--success .cost__form-part{
      display: none;
}

.swiper-button-lock {
      display: none;
}

.top-footer__links-item-link--instagram{
      display: flex;
      align-items: center;
      margin-top: 5px;
}

.top-footer__links-item-link--instagram svg{
      width: 16px;
      height: 16px;
      margin-left: 5px;
}

.catalog-top-banner {
      margin-bottom: 20px;
}

.catalog-top-banner img {
      display: block;
      max-width: 100%;
}

.model-block {
      padding-top: 40px;
      margin-bottom: 60px;
}

.popular {
      padding-bottom: 0;
}

@media (min-width: 1024px) {
      .stock-block {
            margin-bottom: 120px;
      }
}

@media (max-width: 767px) {
      .ask__lead {
            margin-top: 60px;
      }

      .stock-block__content {
            padding-bottom: 85px;
      }
}

@media (max-width: 576px) {
      .stock-block {
            margin-bottom: -20px;
      }
}
/* End */
/* /local/templates/kuhni.shop/css/modal.css?16377377244230 */
/* /local/templates/kuhni.shop/css/notes.css?16377443305280 */
/* /local/templates/kuhni.shop/app/css/style.css?1672066689205145 */
/* /local/templates/kuhni.shop/css/custom.css?16663481822428 */
