@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Thin.woff") format("woff"), url("../fonts/Inter-Thin.woff2") format("woff2");
  font-display: swap;
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraLight.woff") format("woff"), url("../fonts/Inter-ExtraLight.woff2") format("woff2");
  font-display: swap;
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.woff") format("woff"), url("../fonts/Inter-Light.woff2") format("woff2");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.woff") format("woff"), url("../fonts/Inter-ExtraBold.woff2") format("woff2");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.woff") format("woff"), url("../fonts/Inter-Black.woff2") format("woff2");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Thin.woff") format("woff"), url("../fonts/Montserrat-Thin.woff2") format("woff2");
  font-display: swap;
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraLight.woff") format("woff"), url("../fonts/Montserrat-ExtraLight.woff2") format("woff2");
  font-display: swap;
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.woff2") format("woff2");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.woff2") format("woff2");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
:root {
  --black: #000000;
  --white: #ffffff;
  --placeholder: #3C3C3C;
  --yellow: #FFE600;
  --orange: #FFA800;
  --orange-hover: rgba(255, 168, 0, 70%);
  --green: #74BA19;
  --grey: #A8A8A8;
  --primary: #181818;
  --primary-text: #24272E;
  --primary-text-2: #3C3C3C;
}

/*! 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter";
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
  color: var(--primary-text);
}

:before, :after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}

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

img {
  display: block;
  max-width: 100%;
}

svg, path, circle, line, rect, stop {
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}

fieldset {
  display: block;
  border: none;
  padding: 0;
}

button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}

input {
  border: none;
  background: none;
}
input::-webkit-input-placeholder {
  color: var(--placeholder);
}
input::-moz-placeholder {
  color: var(--placeholder);
}
input:-moz-placeholder {
  color: var(--placeholder);
}
input:-ms-input-placeholder {
  color: var(--placeholder);
}

textarea {
  resize: none;
  border: none;
  background: none;
}
textarea::-webkit-input-placeholder {
  color: var(--placeholder);
}
textarea::-moz-placeholder {
  color: var(--placeholder);
}
textarea:-moz-placeholder {
  color: var(--placeholder);
}
textarea:-ms-input-placeholder {
  color: var(--placeholder);
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  max-width: 1530px;
  width: 100%;
  margin: 0 auto;
}

section {
  padding: 80px 0;
}

/* btn */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  border-radius: 5px;
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  padding: 21px 45.277px;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.btn-orange {
  background: var(--orange);
}
.btn-orange:hover {
  background: var(--orange-hover);
}

/* swiper dots */
.swiper-pagination {
  position: static;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
}
.swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 !important;
  background: #E7E7E7;
  border-radius: 5px;
  opacity: 1;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background: var(--orange);
}

/* title */
.title {
  margin-bottom: 50px;
  color: var(--primary);
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.title-yellow span, .title-yellow strong {
  font-weight: bold;
  color: var(--orange);
}
.title-black {
  color: var(--primary);
}
.title-black span, .title-black strong {
  font-weight: bold;
}
.title-white {
  color: var(--white);
}
.title-white span, .title-white strong {
  font-weight: bold;
}

h1 {
  font-family: "Inter";
  font-size: 24px;
  line-height: 1.2;
  color: var(--primary-text-2);
  text-transform: uppercase;
}

/* page-header */
.page-header {
  padding: 42px 0;
}
.page-header__wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header__sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  color: var(--grey);
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.page-header__sorting span {
  cursor: pointer;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.page-header__sorting span:hover, .page-header__sorting span:focus, .page-header__sorting span.active {
  color: var(--primary-text-2);
}

/* breadcrumbs */
.breadcrumbs {
  margin-bottom: 28px;
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs__list li {
  font-family: "Inter";
  color: var(--grey);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.breadcrumbs__list li a {
  font-family: "Inter";
  color: var(--grey);
}
.breadcrumbs__list li a:hover {
  color: var(--primary-text-2);
}
.breadcrumbs__list li span {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

/* pagination */
.pagination {
  margin-top: 26px;
  margin-left: -430px;
}
.pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.pagination-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid var(--primary-text);
  color: var(--primary-text-2);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.pagination-list__item.active {
  background: var(--primary-text-2);
  color: #fff;
}
.pagination-list__item:hover:not(.ellipsis) {
  background: var(--primary-text-2);
  color: #fff;
}
.pagination-list__item:hover:not(.ellipsis) path {
  stroke: #fff;
}
.pagination-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

/* header */
.header {
  color: var(--white);
  background: var(--primary-text);
}
.header-top {
  padding: 20px 0 6px 0;
}
.header-top__container {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 30px 65px;
}
.header__logo a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header__address {
  line-height: 1.3;
}
.header__work {
  line-height: 1.3;
}
.header__contacts {
  line-height: 1.3;
}
.header__contacts a[href*="tel:"] {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}
.header__contacts a[href*="tel:"]:hover {
  color: var(--orange);
}
.header__burger, .header__close {
  display: none;
}
.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 115px;
}
.header__favourites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  color: var(--yellow);
}
.header__favourites:hover {
  color: var(--orange);
}
.header__favourites:hover path {
  stroke: var(--orange);
}
.header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  color: var(--yellow);
}
.header__search:hover {
  color: var(--orange);
}
.header__search:hover path {
  stroke: var(--orange);
}

.header-nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-nav__list li {
  position: relative;
}
.header-nav__list li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.header-nav__list li ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  background: var(--primary-text);
  min-width: 165px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.header-nav__list li ul a {
  display: block;
  white-space: nowrap;
  padding: 5px 10px;
}
.header-nav__list li ul a:hover {
  color: var(--yellow);
}
.header-nav__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.header-nav__list > li > a {
  padding: 20px 0;
}
.header-nav__list > li > a:hover {
  color: var(--yellow);
}
.header-nav__arrow {
  display: block;
  width: 11px;
  height: 6px;
  background-image: url(../img/arrow-menu.svg);
}

.header-mobile-contacts {
  display: none;
}

/* header home */
.page-home .header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background: none;
}

/* footer */
.footer {
  background: #181818;
  padding: 90px 0;
  color: var(--white);
}
.footer__container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
}
.footer__logo img {
  max-width: 144px;
}
.footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 56px;
}
.footer__menu ul li a {
  font-size: 18px;
}
.footer__menu ul li a:hover {
  color: var(--orange);
}
.footer__contacts a[href*="tel:"] {
  font-size: 22px;
  font-weight: 700;
}
.footer__contacts a[href*="tel:"]:hover {
  color: var(--orange);
}
.footer__btn {
  margin-top: 15px;
}

/* first */
.first {
  padding: 0;
}
.first .swiper-pagination {
  position: absolute;
  left: calc((100% - 1530px) / 2);
  bottom: 80px;
  z-index: 11;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.first-slide {
  color: var(--white);
  min-height: 100vh;
  max-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 80px;
}
.first-slide__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.first-slide__desc {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.4;
}
.first-slide__btn {
  margin-top: 22px;
}

/* stages */
.stages {
  padding: 80px 0;
}
.stages__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 40px;
  max-width: 1180px;
  margin: 0 auto;
}

.stages-item {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #E7E7E7;
  background: #FFF;
}
.stages-item__img {
  margin: 0 auto;
  width: 287px;
  height: 334px;
  -o-object-fit: cover;
     object-fit: cover;
}
.stages-item__title {
  margin-top: 20px;
  color: var(--primary);
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 130%;
}
.stages-item__desc {
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* popular */
.popular {
  padding: 80px 0;
  background: #F5F6FA;
}
.popular .title {
  margin-bottom: 40px;
}
.popular__head {
  display: grid;
  grid-template-columns: calc(100% - 230px) auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 30px;
  margin-bottom: 50px;
}
.popular__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid var(--orange);
  font-weight: 700;
  color: var(--orange);
}
.popular__more:hover {
  border-bottom-color: transparent;
}

.popular-cats {
  position: relative;
  max-width: 1078px;
  width: 100%;
  padding: 0 19px;
}
.popular-cats .swiper {
  position: static;
}
.popular-cats .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.popular-cats .swiper-button-next {
  right: 0;
}
.popular-cats .swiper-button-prev {
  left: 0;
}
.popular-cats .swiper-button-next,
.popular-cats .swiper-button-prev {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1 !important;
}
.popular-cats .swiper-button-next:after,
.popular-cats .swiper-button-prev:after {
  display: none;
}
.popular-cats .swiper-button-next svg,
.popular-cats .swiper-button-prev svg {
  width: 4px;
  height: 9px;
}
.popular-cats__cat {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 8px;
  border-radius: 2px;
  background: #E4E4E4;
  font-weight: 300;
  line-height: 17px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.popular-cats__cat.active {
  color: #fff;
  background: var(--green);
}
.popular-cats__cat:hover {
  color: #fff;
  background: var(--green);
}

.popular-products .swiper-pagination {
  margin-top: 50px;
}

/* preview-product */
.preview-product {
  position: relative;
  padding: 0 20px 30px 20px;
  border-radius: 5px;
  border: 1px solid #E7E7E7;
  background: #FFF;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.preview-product__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 5;
}
.preview-product__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 63px;
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 0px 0px 10px 10px;
  padding: 13px 10px;
}
.preview-product__tag.green {
  background: #74BA19;
}
.preview-product__favourites {
  position: absolute;
  right: 20px;
  top: 235px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.preview-product__favourites svg {
  width: 20px;
  height: 18px;
}
.preview-product__favourites:hover {
  background: rgba(255, 255, 255, 0.7);
}
.preview-product__image {
  width: calc(100% + 40px);
  height: 295px;
  margin-left: -20px;
}
.preview-product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.preview-product__title {
  margin-top: 15px;
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}
.preview-product-char {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 10px;
  margin-top: 15px;
}
.preview-product-char__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}
.preview-product__desc {
  margin-top: 15px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.preview-product__foot {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.preview-product__price {
  color: var(--primary);
  font-size: 25px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.preview-product__btn {
  padding: 16px 25.4px;
}

/* sale */
.sale {
  padding: 80px 0;
}
.sale__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.sale-item {
  position: relative;
}
.sale-item .btn {
  position: absolute;
  right: 40px;
  bottom: 30px;
  z-index: 5;
  padding: 16px 25.4px;
}

/* action */
.action {
  background: #E9EDFB;
  overflow: hidden;
  padding: 0;
}
.action__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  position: relative;
  padding-top: 160px;
  padding-bottom: 56px;
}
.action__left {
  padding-top: 96px;
  position: relative;
  z-index: 2;
}
.action__title {
  max-width: 465px;
  color: var(--primary);
  font-size: 48px;
  font-weight: 400;
  line-height: 140%;
}
.action__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  padding-right: 375px;
}
.action__image {
  position: absolute;
  right: -75px;
  bottom: 0;
  z-index: 2;
  height: 100%;
}
.action__bg {
  position: absolute;
  right: 45px;
  top: -30px;
  z-index: 1;
}

.action-form {
  position: relative;
  z-index: 5;
  max-width: 350px;
  border-radius: 5px;
  background: #FFF;
  padding: 43px 50px 46px 40px;
}
.action-form__title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.action-form__subtitle {
  margin-top: 12px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
.action-form__desc {
  margin-top: 10px;
  color: #7F7F7F;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
}
.action-form__controls {
  margin-top: 15px;
}
.action-form__controls input {
  margin-bottom: 8px;
  padding: 0 20px;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #E7E7E7;
  background: #FFF;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.action-form__controls button {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.action-form__check {
  display: block;
  margin-top: 10px;
  cursor: pointer;
  color: #3C3C3C;
  font-size: 10px;
  font-weight: 400;
  line-height: 110%;
}
.action-form__check input {
  display: none;
}
.action-form__check input:checked ~ div:after {
  opacity: 1;
}
.action-form__check div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: relative;
}
.action-form__check div:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid var(--orange);
}
.action-form__check div:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}

/* reviews */
.reviews {
  padding: 80px 0;
  background: linear-gradient(86deg, #FFA800 6.89%, #FFA800 90.84%);
}
.reviews .swiper-pagination {
  margin-top: 50px;
}
.reviews .swiper-pagination .swiper-pagination-bullet {
  background: var(--white);
}

.reviews-item {
  background: #FFF;
  padding: 40px;
  min-height: 330px;
}
.reviews-item__head {
  display: grid;
  grid-template-columns: 70px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px 40px;
}
.reviews-item__img img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.reviews-item__title {
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.reviews-item__stars {
  margin-top: 15px;
}
.reviews-item__stars svg {
  display: block;
}
.reviews-item__body {
  margin-top: 15px;
}
.reviews-item__desc {
  font-weight: 300;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.reviews-item__desc.active {
  -webkit-line-clamp: initial;
}
.reviews-item__more {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px;
  color: var(--orange);
  border-bottom: 1px solid var(--orange);
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
  cursor: pointer;
}
.reviews-item__more:hover {
  border-bottom-color: transparent;
}

/* shop */
.shop-wrap {
  padding-bottom: 80px;
}

.shop-wrap__container {
  display: grid;
  grid-template-columns: 370px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 60px;
}

.products {
  padding: 0;
  margin-right: -40px;
}
.products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 30px 20px;
}

.btn-filter {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 150px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  background: var(--orange);
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

/* sidebar */
.sidebar-banner {
  display: block;
  margin-top: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.sidebar-banner img {
  width: 100%;
}

.sidebar-menu {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.sidebar-menu > li {
  position: relative;
}
.sidebar-menu > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 124, 1, 0.1);
}
.sidebar-menu > li:hover > a {
  color: #fff;
  background: var(--orange);
}
.sidebar-menu > li:hover .sidebar-menu__arrow path {
  stroke: #fff;
}
.sidebar-menu > li.active > a {
  background: var(--orange);
  color: #fff;
}
.sidebar-menu > li.active .sidebar-menu__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sidebar-menu > li.active .sidebar-menu__arrow path {
  stroke: #fff;
}
.sidebar-menu > li.active > ul {
  display: block;
}
.sidebar-menu > li a {
  display: block;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.sidebar-menu > li > a {
  padding: 15px 71px 15px 30px;
}
.sidebar-menu > li ul {
  display: none;
  padding: 10px 0;
}
.sidebar-menu > li ul a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 35px;
}
.sidebar-menu > li ul a:hover {
  color: var(--orange);
}
.sidebar-menu__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 1;
}

.filters {
  margin-top: 20px;
  border-radius: 5px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.filters__head {
  background: var(--orange);
  padding: 15px 40px;
  color: #FFF;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.filters-filter {
  padding: 16px 0;
}
.filters-filter:not(:last-child) {
  border-bottom: 1px solid rgba(255, 124, 1, 0.1);
}
.filters-filter--prices .filters-filter__body {
  display: block;
  overflow: visible;
}
.filters-filter.active .filters-filter__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filters-filter.active .filters-filter__body {
  display: block;
}
.filters-filter__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 40px 0 40px;
  color: var(--primary);
  font-family: "Inter";
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.filters-filter__body {
  display: none;
  padding: 0 0 0 40px;
  margin-top: 15px;
  margin-right: 37px;
  max-height: 195px;
  overflow: auto;
}
.filters-filter__prices {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 5px;
}
.filters-filter__prices input {
  height: 40px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid var(--orange);
  background: #FFF;
  padding: 0 10px;
  color: var(--primary);
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}
.filters-filter__label {
  display: block;
  position: relative;
  cursor: pointer;
  color: var(--primary);
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.filters-filter__label:not(:last-child) {
  margin-bottom: 15px;
}
.filters-filter__label input {
  display: none;
}
.filters-filter__label input:checked ~ span:after {
  background-image: url(../img/arrow-bottom-red.svg);
}
.filters-filter__label span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.filters-filter__label span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 124, 1)), to(rgb(255, 175, 44)));
  background-image: linear-gradient(rgb(255, 124, 1), rgb(255, 175, 44));
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.filters-filter__label span:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 1;
  width: 18px;
  height: 18px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}

.filters-filter-range {
  margin-top: 18px;
  padding: 0 7.5px !important;
}
.filters-filter-range__foot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  color: var(--primary);
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  width: calc(100% + 15px);
  margin-left: -7.5px;
}
.filters-filter-range__foot span:last-child {
  text-align: right;
}
.filters-filter-range .range-slider__container {
  margin-bottom: 0;
  height: 15px !important;
}
.filters-filter-range .range-slider__tooltip {
  display: none !important;
}
.filters-filter-range .range-slider__point {
  width: 15px !important;
  height: 15px !important;
  background: #fff !important;
  border: 1px solid var(--orange);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.filters-filter-range .range-slider__rail {
  top: 50% !important;
  background: rgba(255, 168, 0, 0.4) !important;
  height: 2px !important;
  width: calc(100% + 15px);
  margin-left: -7.5px;
}
.filters-filter-range .range-slider__track {
  top: 50% !important;
  background: var(--orange) !important;
  height: 2px !important;
}

/* product-detail */
.page-detail .page-header {
  padding: 68px 0 50px 0;
}
.page-detail .breadcrumbs {
  margin-bottom: 0;
}

.product-detail {
  padding: 0;
  padding-bottom: 80px;
}
.product-detail__container {
  display: grid;
  grid-template-columns: minmax(455px, 755px) minmax(555px, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 100px;
}
.product-detail__images {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 174px calc(100% - 174px - 20px);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 376px;
}
.product-detail-thumbnail {
  grid-column: 1;
  grid-row: 1;
  max-height: 376px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(255, 124, 1, 0.1));
          filter: drop-shadow(0px 4px 4px rgba(255, 124, 1, 0.1));
}
.product-detail-thumbnail .swiper-wrapper {
  max-height: 376px;
}
.product-detail-thumbnail a {
  display: block;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  overflow: hidden;
  position: relative;
}
.product-detail-thumbnail a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 168, 0, 0.5)), to(rgba(255, 168, 0, 0.5))), url(../img/magnifier.svg);
  background: linear-gradient(0deg, rgba(255, 168, 0, 0.5) 0%, rgba(255, 168, 0, 0.5) 100%), url(../img/magnifier.svg);
  background-repeat: no-repeat;
  background-position: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.product-detail-thumbnail a:hover:before {
  visibility: visible;
  opacity: 1;
}
.product-detail-thumbnail a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-detail-gallery {
  grid-column: 2;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-height: 376px;
}
.product-detail-gallery .swiper {
  height: 100%;
}
.product-detail-gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-detail-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.product-detail-head__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--primary);
}
.product-detail-head__map span {
  display: block;
  position: relative;
  line-height: 27px;
}
.product-detail-head__map span:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--green);
}
.product-detail-head__map:hover {
  color: var(--green);
}
.product-detail-head__ipoteka {
  color: var(--green);
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}
.product-detail__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
}
.product-detail__title.mobile {
  display: none;
  margin-top: 0;
}
.product-detail__title h1, .product-detail__title div {
  color: var(--primary-text);
  font-size: 30px;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
}
.product-detail__title button {
  color: var(--orange);
  font-size: 16px;
  line-height: 130%;
}
.product-detail__title button:hover {
  text-decoration: underline;
}
.product-detail__calculation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  max-width: 575px;
  margin-top: 25px;
}
.product-detail__calculation div {
  max-width: 216px;
}
.product-detail__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 16px 54px;
  margin-top: 25px;
}
.product-detail__foot a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  color: var(--green);
  font-size: 16px;
  line-height: 130%;
}
.product-detail__foot a:hover {
  text-decoration: underline;
}
.product-detail__scheme {
  display: grid;
  grid-template-columns: 1fr 192px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 20px;
  margin-top: 52px;
}
.product-detail__scheme a {
  display: block;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.product-detail__scheme a:nth-child(1) {
  grid-row: 2 span;
}
.product-detail__scheme a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-detail__line {
  border-bottom: 1px dashed #D9D9D9;
  margin-top: 20px;
}

.product-detail-tabs__btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 20px;
}
.product-detail-tabs__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 16px;
  border-radius: 10px;
  background: #FFF;
  border: 1px solid #FFF;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.product-detail-tabs__btn.active, .product-detail-tabs__btn:hover {
  color: var(--orange);
  border: 1px solid var(--orange);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(255, 124, 1, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(255, 124, 1, 0.1);
}

.product-detail-tabs-content__wrap {
  padding: 24px 0;
  display: none;
}
.product-detail-tabs-content__title {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}
.product-detail-tabs-content__body p:not(:last-child) {
  margin-bottom: 14px;
}
.product-detail-tabs-content .product-detail-char {
  max-width: 100%;
}
.product-detail-tabs-content .product-detail-tabs__btn {
  display: none;
}

.product-detail-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 18px;
  margin-top: 20px;
}
.product-detail-prices__current {
  display: block;
  color: var(--primary-text);
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}
.product-detail-prices__old {
  display: block;
  color: #D9D9D9;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: line-through;
}
.product-detail-prices__sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: auto;
  width: 65px;
  height: 28px;
  border-radius: 10px 10px 10px 0px;
  background: #74BA19;
  color: #FFF;
}

.product-detail-char {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 86px;
  max-width: 575px;
  margin-top: 20px;
}
.product-detail-char__item {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 10px;
}

/* basket */
.basket {
  padding: 0;
  overflow: hidden;
}
.basket__container {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.basket__left {
  padding-bottom: 80px;
  padding-right: 150px;
}
.basket__right {
  background: #F5F6FA;
  padding: 90px 0 80px 130px;
  height: 100%;
  position: relative;
}
.basket__right:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: #F5F6FA;
}
.basket .page-header {
  padding: 68px 0 15px 0;
}

.basket-items__head {
  display: grid;
  grid-template-columns: 165px 1fr minmax(50px, 100px) 145px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 40px;
}
.basket-items__head div {
  padding: 15px 0;
  color: var(--primary-text);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.basket-items__head div:nth-child(3), .basket-items__head div:nth-child(4) {
  text-align: center;
}
.basket-items-item {
  display: grid;
  grid-template-columns: 165px 1fr minmax(50px, 100px) 145px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
}
.basket-items-item:not(:last-child) {
  margin-bottom: 20px;
}
.basket-items-item:hover .basket-items-item__name {
  color: var(--orange);
}
.basket-items-item__img img {
  width: 165px;
  height: 105px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.basket-items-item__name {
  color: var(--primary-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.basket-items-item__col {
  color: var(--primary-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
}
.basket-items-item__price {
  color: var(--primary-text);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

.basket-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.basket-total__title {
  color: var(--primary-text);
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.basket-total__price {
  color: var(--primary-text);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.basket-payment__title {
  margin-bottom: 20px;
  color: var(--primary-text);
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.basket-payment__inputs {
  margin-top: 30px;
}
.basket-payment__inputs input {
  display: block;
  border-radius: 10px;
  background: #FFF;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.basket-payment__inputs input:not(:last-child) {
  margin-bottom: 20px;
}

.basket-payment-way > span {
  display: block;
  margin-bottom: 20px;
  color: var(--primary-text);
  font-size: 16px;
  line-height: normal;
}
.basket-payment-way__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.basket-payment-way__labels label {
  display: block;
  cursor: pointer;
}
.basket-payment-way__labels label input {
  display: none;
}
.basket-payment-way__labels label input:checked ~ span:before {
  background: var(--orange);
  -webkit-box-shadow: 0 0 0 1px var(--orange);
          box-shadow: 0 0 0 1px var(--orange);
}
.basket-payment-way__labels label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: var(--primary-text);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.basket-payment-way__labels label span:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--primary-text);
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 1px var(--primary-text);
          box-shadow: 0 0 0 1px var(--primary-text);
}

/* media */
@media (max-width: 1600px) {
  .products {
    margin-right: 0;
  }
  .products .preview-product__price {
    font-size: 23px;
  }
}
@media (max-width: 1560px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .first .swiper-pagination {
    left: 15px;
    bottom: 30px;
  }
  .products__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .basket__left {
    padding-right: 30px;
  }
  .basket__right {
    padding-left: 30px;
  }
}
@media (max-width: 1300px) {
  .action__right {
    padding-right: 150px;
  }
}
@media (max-width: 1200px) {
  .sidebar-nav, .sidebar-banner {
    display: none;
  }
  .btn-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .filters {
    margin-top: 0;
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 10;
    max-width: 360px;
    width: calc(100% - 30px);
    display: none;
  }
  .filters.active {
    display: block;
  }
  .shop-wrap {
    position: relative;
  }
  .shop-wrap__container {
    grid-template-columns: 100%;
    grid-gap: 0;
  }
  .products__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .page-header__wrap {
    grid-template-columns: 100%;
  }
  .page-header__right {
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 28px;
  }
  .pagination {
    margin-left: 0;
  }
  .product-detail__container {
    grid-template-columns: 100%;
    grid-gap: 24px;
  }
  .product-detail__title.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-detail__right .product-detail__title {
    display: none;
  }
  .basket__container {
    grid-template-columns: 100%;
  }
  .basket .page-header {
    padding-top: 0;
  }
  .basket__left {
    padding: 40px 0;
  }
  .basket__right {
    padding: 40px 0;
  }
  .basket__right:before {
    left: -15px;
  }
}
@media (max-width: 991px) {
  section {
    padding: 40px 0;
  }
  .title {
    margin-bottom: 30px;
  }
  .header__burger,
  .header__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-top {
    padding: 10px 0;
  }
  .header-top__container {
    grid-template-columns: auto 1fr auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 15px;
  }
  .header-top .header__address,
  .header-top .header__work {
    display: none;
  }
  .header-top .header__contacts {
    text-align: center;
  }
  .header__logo img {
    height: 60px;
  }
  .header__bottom {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    min-height: 100%;
    max-height: 100vh;
    overflow: auto;
    background: #404147;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    padding: 30px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 200ms linear;
    transition: 200ms linear;
  }
  .header__bottom.active {
    visibility: visible;
    opacity: 1;
  }
  .header__close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
  }
  .header-nav {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .header-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header-nav__list > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 8px;
  }
  .header-nav__list > li.active .header-nav__arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header-nav__list > li.active > ul {
    display: block;
  }
  .header-nav__list > li > a {
    padding: 5px 0;
  }
  .header-nav__list li ul {
    position: static;
    visibility: visible;
    opacity: 1;
    width: 100%;
    display: none;
  }
  .header-mobile-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 15px;
  }
  .first-slide {
    min-height: auto;
    max-height: none;
    padding: 100px 0 70px 0;
  }
  .first-slide__title {
    font-size: 40px;
  }
  .first-slide__desc {
    margin-top: 15px;
    font-size: 16px;
  }
  .first-slide__btn {
    margin-top: 15px;
    padding: 15px 25px;
    font-size: 14px;
  }
  .stages,
  .popular,
  .sale,
  .reviews {
    padding: 40px 0;
  }
  .popular .title {
    margin-bottom: 30px;
  }
  .popular__head {
    margin-bottom: 30px;
    grid-template-columns: 100%;
  }
  .popular-products .swiper-pagination {
    margin-top: 30px;
  }
  .stages__items {
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
  .sale__items {
    grid-template-columns: 100%;
  }
  .sale-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .action__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .action__title {
    font-size: 38px;
  }
  .action__image {
    display: none;
  }
  .action__bg {
    right: -28vw;
  }
  .action__right {
    padding-right: 0;
  }
  .footer {
    padding: 45px 0;
  }
  .footer__container {
    grid-template-columns: 100%;
  }
  .footer__logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .footer__menu ul {
    gap: 20px;
  }
  .footer__contacts {
    text-align: center;
  }
  .footer__btn {
    margin: 15px auto 0 auto;
  }
  .page-header {
    padding: 25px 0;
  }
  .breadcrumbs {
    margin-bottom: 25px;
  }
  .page-header__right {
    margin-top: 25px;
  }
  .products__grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .page-detail .page-header {
    padding: 25px 0;
  }
  .product-detail__title h1, .product-detail__title div {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .header-top .header__contacts {
    font-size: 12px;
  }
  .header__contacts a[href*="tel:"] {
    font-size: 14px;
  }
  .first-slide__title {
    font-size: 24px;
  }
  .sale-item .btn {
    right: 15px;
    bottom: 20px;
    padding: 10px 15px;
    font-size: 12px;
  }
  .action__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .action__bg {
    right: 0;
    left: -25%;
    top: 5%;
    margin: 0 auto;
    max-width: none;
  }
  .action__left {
    padding-top: 0;
  }
  .action__title {
    text-align: center;
    font-size: 28px;
  }
  .products__grid {
    grid-template-columns: 100%;
  }
  .product-detail__images {
    grid-template-columns: 100%;
    max-height: none;
    grid-gap: 10px;
  }
  .product-detail-thumbnail {
    grid-row: 2;
  }
  .product-detail-gallery {
    grid-column: 1;
  }
  .product-detail-tabs__btns {
    display: none;
  }
  .product-detail-tabs-content__wrap {
    padding-top: 0;
  }
  .product-detail-tabs-content {
    padding: 0;
  }
  .product-detail-tabs-content:not(:last-child) .product-detail-tabs-content__wrap {
    padding-bottom: 24px;
  }
  .product-detail-tabs-content .product-detail-tabs__btn {
    display: block;
    margin-bottom: 24px;
  }
  .basket-items__head {
    display: none;
  }
  .basket-items-item {
    grid-template-columns: 100%;
  }
  .basket-items-item__col,
  .basket-items-item__price {
    text-align: left;
  }
}
@media (max-width: 525px) {
  .header__logo img {
    height: 45px;
  }
  .preview-product {
    padding: 0 10px 20px 10px;
  }
  .preview-product__image {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .page-header__right {
    grid-template-columns: 100%;
    grid-gap: 15px;
  }
  .btn-filter {
    width: 100%;
  }
  .page-header__sorting {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .product-detail__title.mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-detail-char {
    grid-template-columns: 100%;
  }
  .product-detail__right .product-detail-char {
    display: none;
  }
  .product-detail__calculation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-detail__scheme {
    grid-template-columns: 100%;
  }
  .product-detail__scheme a:nth-child(1) {
    grid-row: 1 span;
  }
  .product-detail-prices {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0;
    grid-gap: 8px 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-detail-prices__old {
    grid-row: 2;
    grid-column: 1;
  }
}