/*! 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 {
  display: flex;
  line-height: 1.2 !important;
  flex-direction: column;
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
  --font1: "Inter", sans-serif;
  --font2: "Montserrat", sans-serif;
  --font3: "Mulish", sans-serif;
}

* {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  min-height: 100vh;
  font-family: var(--font1);
  font-optical-sizing: auto;
  font-variation-settings: "slnt" 0;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: normal;
  color: #1F222C;
  background-color: #ffffff;
  overflow-x: hidden;
}

body.freeze {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

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

ul {
  list-style: none;
}

.container {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1584px;
}

button,
input,
textarea {
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  font: inherit;
}

button {
  cursor: pointer;
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=checked].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

button:hover,
button:active,
button:focus,
input:hover,
input:active,
input:focus {
  outline: none;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.h1 {
  color: #282828;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.h2 {
  color: #06070A;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  transition: 0.3s;
}

.btn:hover.btn--i {
  background-color: #671A37;
}

.btn:hover.btn--i .txt {
  color: #ffffff;
}

.btn:hover.btn--d,
.addtocart.put {
  background-color: transparent !important;
}

.btn:hover.btn--d .txt,
.addtocart.put .txt {
  color: #671A37 !important;
}



.btn.btn--i {
  border: 1px solid #671A37;
  background-color: transparent;
}

.btn.btn--i .txt {
  color: #671A37;
}

.btn.btn--d {
  border: 1px solid #671A37;
  background-color: #671A37;
}

.btn.btn--d .txt {
  color: #ffffff;
}

.btn .txt {
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
}

.catalog-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  padding-left: 0;
  margin-top: 40px;
}

.catalog-list .catalog-list__item {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #F4F5F6;
  box-shadow: 0px 8px 16px -8px rgba(15, 15, 15, 0.2);
}

.catalog-list .catalog-list__item:hover {
  box-shadow: none;
}

.catalog-list .catalog-list__item a {
  display: block;
  width: 100%;
  text-decoration: none;
}

.catalog-list .catalog-list__item .img-wrapper {
  position: relative;
  padding: 8px 8px 100%;
  overflow: hidden;
}

.catalog-list .catalog-list__item .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  object-fit: contain;
  height: 100%;
}

.catalog-list .catalog-list__item .name {
  margin-top: 8px;
  min-height: 80px;
}

.catalog-list .catalog-list__item .name p {
  color: #1F222C;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: center;
}

.catalog-list .catalog-list__item .name h6 {
  color: #282828;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
}

.catalog-list .catalog-list__item .price {
  padding: 8px 16px;
}

.catalog-list .catalog-list__item .price .new {
  color: #671A37;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
}

.catalog-list .catalog-list__item .price .old {
  margin-top: 8px;
  color: #777E90;
  font-size: 18px;
  line-height: 120%;
  text-decoration-line: line-through;
  text-align: center;
}

.catalog-list .catalog-list__item .btns {
  margin-top: auto;
  padding: 8px 16px 24px;
}

.catalog-list .catalog-list__item .btns .btn {
  width: 100%;
}

.catalog-list .catalog-list__item .btns .btn:hover svg path,
.addtocart.put svg path {
  stroke: #671A37 !important;
}

.catalog-list .catalog-list__item .btns .btn svg {
  width: 25px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 8px;
}

.catalog-list .catalog-list__item .btns .quantity {
  padding: 12px 24px;
  display: none;
  justify-content: space-between;
  align-items: center;
  background-color: #671A37;
}

.catalog-list .catalog-list__item .btns .quantity.active {
  display: flex;
}

.catalog-list .catalog-list__item .btns .quantity button {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.catalog-list .catalog-list__item .btns .quantity input {
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  pointer-events: none;
}

.catalog-list .catalog-list__item .like-btn {
  position: absolute;
  top: 165px;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  background: #B1B5C3;
}

.catalog-list .catalog-list__item .like-btn svg {
  width: 24px;
  height: 24ex;
}

.header.active .header-menu {
  opacity: 1;
  visibility: visible;
}

.header.header--sm .header-middle {
  padding: 32px 0;
}

.header.header--sm .back-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.header.header--sm .back-link:hover .txt {
  color: #1F222C;
}

.header.header--sm .back-link svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-right: 16px;
}

.header.header--sm .back-link .txt {
  color: #777E90;
  font-family: var(--font2);
  transition: 0.3s;
}

.header .header-top {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #E6E8EC;
}

.header .header-top p {
  color: rgb(103, 26, 55);
  font-family: var(--font2);
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}

.header .header-top nav {
  display: flex;
  justify-content: center;
}

.header .header-top nav a {
  display: block;
  margin-left: 24px;
  color: #1F222C;
  font-family: var(--font2);
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.header .header-top nav a:first-of-type {
  margin-left: 0;
}

.header .header-middle {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr;
  padding: 24px 0;
}

.form-search {
    font-size: 16px;
    display: flex;
    width: 100%;
    max-width: 300px;
    margin: auto 0;
    height: 48px;
    align-items: center;
    position: relative;
    border: 1px solid #777E90;
}
.search__input {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0.5em 1em;
    padding-right: 3em;
}
.search__btn {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.search__btn img {
  display: block;
  width: 18px;
  height: 18px;
}

.header .header-middle .burger {
  display: none;
}

.header .header-middle .logo {
  display: block;
  width: 269px;
  height: 64px;
  overflow: hidden;
}

.header .header-middle .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header .header-middle .col {
  display: flex;
  align-items: center;
}

.header .header-middle .col:last-of-type {
  justify-content: flex-end;
}

.header .header-middle .tel-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.header .header-middle .tel-link svg {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-right: 8px;
}

.header .header-middle .tel-link .txt {
  color: #1F222C;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.header .header-middle .favorites {
  margin-left: 40px;
}

.header .header-middle .favorites button {
  width: 32px;
  height: 32px;
}

.header .header-middle .favorites button svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header .header-middle .header-cart {
  margin-left: 40px;
}

.header .header-middle .header-cart a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
}

.header .header-middle .header-cart a svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header .header-middle .header-cart a .num {
  position: absolute;
  top: -10px;
  right: -6px;
  height: 20px;
  min-width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  border-radius: 40px;
  background: #671A37;
}

.header .header-menu {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgb(230, 232, 236);
  overflow: hidden;
}

.header .header-menu .logo {
  width: 234px;
  height: auto;
  display: none;
}

.header .header-menu .logo img {
  width: 100%;
}

.header .header-menu .close-btn {
  position: absolute;
  top: 32px;
  right: 16px;
  display: none;
}

.header .header-menu .menu-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.header .header-menu .menu-nav a {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  color: #1F222C;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.header .header-menu .menu-nav a.active,
.header .header-menu .menu-nav a:hover {
  border-bottom: 2px solid #671A37;
}

.breadcrumbs {
  padding: 16px 0 4px;
}

.breadcrumbs .breadcrumbs-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumbs .breadcrumbs-nav a,
.breadcrumbs .breadcrumbs-nav span {
  display: flex;
  align-items: center;
  margin-left: 8px;
  color: #06070A;
  text-decoration: none;
}

.breadcrumbs .breadcrumbs-nav a:first-of-type {
  margin-left: 0;
}

.breadcrumbs .breadcrumbs-nav a:first-of-type::before {
  content: none;
}

.breadcrumbs .breadcrumbs-nav a:first-of-type svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.breadcrumbs .breadcrumbs-nav a:nth-of-type(2) {
  color: #1F222C;
}

.breadcrumbs .breadcrumbs-nav a::before {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 8px;
  background-image: url("../img/arrow.svg");
}

.breadcrumbs .breadcrumbs-nav span {
  color: #1F222C;
}

.breadcrumbs .breadcrumbs-nav span::before {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 8px;
  background-image: url("../img/arrow.svg");
}

.top {
  background-color: #FCFCFD;
}

.top .top-slider {
  position: relative;
  height: 600px;
  overflow: hidden;
}

.top .top-slider .swiper-wrapper {
  display: flex;
  height: 100%;

}
.swiper-wrapper {
  padding-left: 0;
}
.top .top-slider .swiper-wrapper .swiper-slide {
  position: relative;
  z-index: 10;
  height: 100%;
  background: #F4F5F6;
}
.img-wrapper1-desc-img {}
.img-wrapper1-mobile-img {
  display: none;
}
.banner-txt {
  list-style: none;
  padding: 0;
  margin-top: 0 !important;
  font-size: 1.51vw;
  line-height: 1.5;
}
.banner-txt li {
  position: relative;
  display: flex;
  align-items: center;
}
.banner-txt li:not(:last-child) {
  margin-bottom: 0;
}
.banner-txt li:before {
  content: '+';
  margin-right: 20px;
}
.top .top-slider .swiper-wrapper .swiper-slide .txt-wrapper {
  width: 50%;
  margin-left: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 16px;
  padding-top: 5.833vw;
}

ul {
  list-style: disc;
  padding-left: 1em;
}

ul li:not(:last-child) {
  margin-bottom: .5em;
}

.txt-wrapper h2,
.txt-wrapper h3,
.txt-wrapper p,
.txt-wrapper ul {
  margin-top: 1em;
}

.top .top-slider .swiper-wrapper .swiper-slide .txt-wrapper .pretitle {
  color: #1F222C;
  font-size: 24px;
  line-height: 150%;
}

.top .top-slider .swiper-wrapper .swiper-slide .txt-wrapper .title {
  color: #900145;
  font-size: 4.375vw;
  font-weight: 600;
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 0.22em;
}

.top .top-slider .swiper-wrapper .swiper-slide .txt-wrapper .txt {
  margin-top: 8px;
  color: #1F222C;
  font-size: 18px;
  line-height: 150%;
}

.top .top-slider .swiper-wrapper .swiper-slide .txt-wrapper .btn {
  margin-top: 40px;
  padding: 16px 24px 16px 40px;
  text-decoration: none;
}

.top .top-slider .swiper-wrapper .swiper-slide .txt-wrapper .btn:hover .txt {
  color: #671A37;
}

.top .top-slider .swiper-wrapper .swiper-slide .txt-wrapper .btn:hover svg path {
  stroke: #671A37;
}

.top .top-slider .swiper-wrapper .swiper-slide .txt-wrapper .btn .txt {
  margin: 0;
  color: #ffffff;
}

.top .top-slider .swiper-wrapper .swiper-slide .txt-wrapper .btn svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 8px;
}

.top .top-slider .swiper-wrapper .swiper-slide .img-wrapper1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.top .top-slider .swiper-wrapper .swiper-slide .img-wrapper1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% center;
}

/*.top .top-slider .swiper-wrapper .swiper-slide .img-wrapper2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -10;
  width: 760px;
  height: 100%;
  overflow: hidden;
}

.top .top-slider .swiper-wrapper .swiper-slide .img-wrapper2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}*/

.top .top-slider .slider-btns {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  display: flex;
  transform: translateX(-50%);
}

.top .top-slider .slider-btns button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #671A37;
}

.top .top-slider .slider-btns button.swiper-button-disabled {
  background-color: transparent;
}

.top .top-slider .slider-btns button.swiper-button-disabled svg path {
  stroke: #1F222C;
}

.top .top-slider .slider-btns button svg {
  width: 24px;
  height: 24px;
}

.catalog-slider {
  padding: 80px 0;
  overflow: hidden;
}

.catalog-slider .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.catalog-slider .h2 {
  align-self: center;
}

.catalog-slider .slider-btns {
  display: flex;
  justify-self: end;
}

.catalog-slider .slider-btns button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-left: 8px;
  border: 1px solid #671A37;
  transition: 0.3s;
}

.catalog-slider .slider-btns button:hover {
  background-color: #671A37;
}

.catalog-slider .slider-btns button:hover.swiper-button-disabled {
  border: 1px solid #777E90;
  background-color: transparent;
}

.catalog-slider .slider-btns button:hover.swiper-button-disabled svg path {
  stroke: #777E90;
}

.catalog-slider .slider-btns button:hover svg path {
  stroke: #ffffff;
}

.catalog-slider .slider-btns button:first-of-type {
  margin-left: 0;
}

.catalog-slider .slider-btns button.swiper-button-disabled {
  border: 1px solid #777E90;
}

.catalog-slider .slider-btns button.swiper-button-disabled svg path {
  stroke: #777E90;
}

.catalog-slider .slider-btns button svg {
  width: 24px;
  height: 24px;
}

.catalog-slider .slider-wrapper {
  margin: 40px -8px 0;
  padding: 0 8px 16px;
  width: calc(100% + 16px);
  grid-column: 1/3;
  overflow: hidden;
}

.catalog-slider .slider-wrapper .catalog-list {
  display: flex;
  grid-gap: 0;
  margin: 0;
}

.catalog-slider .slider-wrapper .catalog-list .catalog-list__item {
  width: 370px;
}

.promo {
  padding: 24px 0;
}

.promo .promo-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  padding-left: 0;
}

.promo .promo-list li {
  position: relative;
  z-index: 10;
  padding: 35px;
  padding-top: 45px;
  padding-bottom: 54px;
  min-height: 317px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}

.promo .promo-list li:first-of-type {
  background-color: #F8D8CB;
}

.promo .promo-list li:last-of-type {
  background-color: #CBE8F8;
}

.promo .promo-list li .img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.promo .promo-list li .img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.promo .promo-list li h6 {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  line-height: 120%;
}

.promo .promo-list li p {
  margin-top: 8px;
  max-width: 394px;
  color: #0A0C13;
  line-height: 150%;
}

.promo .promo-list li .btn {
  margin-top: 70px;
  width: 260px;
  background-color: #fff !important;
}
.promo .promo-list li .btn.btn--d .txt {
  color: #671A37;
}
.promo .promo-list li .btn svg path {
  stroke: #671A37;
}

.promo .promo-list li .btn:hover svg path {
  stroke: #671A37;
}

.promo .promo-list li .btn svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 8px;
}

.about {
  padding: 80px 0;
}

.about .container {
  display: grid;
  grid-template-columns: 1fr 500px;
  grid-gap: 40px;
}

.about .txt-wrapper {
  padding-top: 35px;
}

.about .txt-wrapper p {
  margin-top: 16px;
  color: #1F222C;
  font-size: 16px;
  line-height: 24px;
}

.about .txt-wrapper h3 {
  margin-top: 16px;
  color: #1F222C;
  font-size: 24px;
  line-height: 28px;
}

.about .txt-wrapper ul {
  padding-left: 1em;
  list-style-type: disc;
}

.about .txt-wrapper ul li {
  color: #1F222C;
  font-size: 16px;
  line-height: 24px;
}

.about .img-wrapper {
  width: 100%;
  overflow: hidden;
}

.about .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog {
  padding: 12px 0 80px;
}

.catalog .sorting-wrapper {
  margin-top: 56px;
}

.catalog .sorting-wrapper .choices {
  width: 300px;
}

.catalog .sorting-wrapper .choices .choices__inner {
  padding: 0;
  display: block;
  min-height: auto;
  height: 56px;
  color: #1F222C;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: left;
  background-color: #FCFCFD;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #1F222C;
}

.catalog .sorting-wrapper .choices .choices__list.choices__list--single {
  padding: 0 16px;
  height: 100%;
  display: flex;
  align-items: center;
}

.catalog .sorting-wrapper .choices .choices__list.choices__list--dropdown {
  margin-top: 1px;
  box-shadow: 0px 8px 16px -8px rgba(15, 15, 15, 0.2);
  border-radius: 0;
  border: none;
}

.catalog .sorting-wrapper .choices .choices__list.choices__list--dropdown .choices__list div {
  height: auto;
  padding: 16px;
  display: flex;
  align-items: center;
  color: #1F222C;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: left;
}

.catalog .sorting-wrapper .choices .choices__list.choices__list--dropdown .choices__list div.is-selected {
  background-color: #FCFCFD;
}

.catalog .sorting-wrapper .choices.is-open::after {
  transform: translateY(-50%) rotateX(180deg);
}

.catalog .sorting-wrapper .choices::after {
  top: 50%;
  right: 8px;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  border: none;
  background-image: url("../img/arrow1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.catalog .more-btn {
  margin: 40px auto 0;
}

.product {
  padding: 56px 0 128px;
}

.product .container {
  display: flex;
  flex-wrap: wrap;
}

.product .img-wrapper {
  position: relative;
  width: 40%;
  overflow: hidden;
}

.product .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  object-fit: contain;
  object-position: center top;
  padding: 30px;
}

.product .txt-wrapper {
  padding-top: 16px;
  width: 50%;
}

.product .txt-wrapper .pretitle {
  color: #06070A;
  font-size: 18px;
  line-height: 150%;
}

.product .txt-wrapper .num {
  margin-top: 8px;
  color: #909090;
}

.product .txt-wrapper .rating {
  margin-top: 8px;
  display: flex;
  align-items: center;
}

.product .txt-wrapper .rating .stars {
  display: flex;
}

.product .txt-wrapper .rating .stars li {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}

.product .txt-wrapper .rating .stars li:first-of-type {
  margin-left: 0;
}

.product .txt-wrapper .rating .stars li svg {
  width: 24px;
  height: 24px;
}

.product .txt-wrapper .rating .rating__num {
  margin-left: 16px;
  color: #282828;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.product .txt-wrapper .rating .rating__txt {
  margin-left: 16px;
  color: #282828;
  font-family: var(--font2);
}

.product .txt-wrapper .rating .rating__txt a {
  color: #282828;
}

.product .txt-wrapper .about-txt {
  margin-top: 32px;
  color: #777E90;
  line-height: 1.5;
}

.product .txt-wrapper .inner-wrapper {
  padding: 40px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.product .txt-wrapper .price {
  display: flex;
  align-items: flex-start;
  margin-right: auto;
}

.product .txt-wrapper .price .new {
  color: #282828;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  white-space: nowrap;
  margin-top: 0;
}

.product .txt-wrapper .price .old {
  margin-left: 32px;
  color: #909090;
  font-family: var(--font2);
  font-size: 24px;
  font-weight: 600;
  display: none;
  line-height: 120%;
  text-decoration-line: line-through;
  white-space: nowrap;
}

.product .txt-wrapper .btns {
  margin-left: 16px;
}

.product .txt-wrapper .btns .btn {
  width: 300px;
  height: 56px;
}

.product .txt-wrapper .btns .btn:hover svg path {
  stroke: #671A37;
}

.product .txt-wrapper .btns .btn svg {
  width: 25px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 8px;
}

.product .txt-wrapper .btns .quantity {
  padding: 12px 24px;
  width: 300px;
  height: 56px;
  display: none;
  justify-content: space-between;
  align-items: center;
  background-color: #671A37;
}

.product .txt-wrapper .btns .quantity.active {
  display: flex;
}

.product .txt-wrapper .btns .quantity button {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.product .txt-wrapper .btns .quantity input {
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  pointer-events: none;
}

.product .txt-wrapper .like-btn {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  flex-shrink: 0;
  display: none;
  border: 1px solid #282828;
}

.product .txt-wrapper .like-btn svg {
  width: 32px;
  height: 32px;
}

.product .txt-wrapper .about {
  padding: 40px 24px;
}
.product .txt-wrapper .about p {
  margin-top: 0;
}
.row {
  width: 100%;
  display: flex;
}
.product .txt-wrapper .about .row {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-gap: 16px;
}

.product .txt-wrapper .about .row p {
  display: flex;
  justify-content: space-between;
  min-height: 20px;
  padding-right: 32px;
  color: #0A0C13;
  font-size: 14px;
  line-height: 150%;
}

.product .txt-wrapper .about .row p:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 120%;
  padding-right: 0;
}

.product .txt-wrapper .about .row p:first-of-type span {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.product .txt-wrapper .about .row p:first-of-type span svg {
  width: 16px;
  height: 16px;
}

.product .txt-wrapper .about .row:first-of-type {
  margin-top: 0;
}

.product .txt-wrapper .about .row svg {
  align-self: start;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.product .txt-wrapper .about .row .wrapper {
  min-height: 40px;
}

.product .txt-wrapper .info {
  padding: 24px;
}

.product .txt-wrapper .info h6 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #282828;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.product .txt-wrapper .info h6::after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  flex-shrink: 0;
  background-image: url("../img/min.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.product .txt-wrapper .info .info-list {
  margin-top: 27px;
  padding-left: 0;
}

.product .txt-wrapper .info .info-list li {
  display: grid;
  grid-template-columns: 290px 1fr;
  grid-gap: 40px;
  margin-top: 24px;
}

.product .txt-wrapper .info .info-list li:first-of-type {
  margin-top: 0;
}

.product .txt-wrapper .info .info-list li p {
  color: #282828;
}

.cart {
  padding: 12px 0 128px;
}

.cart .container {
  display: block;
  width: 100%;
}
.wrapper-catr-list {
  display: flex;
  flex-wrap: wrap;
}
.cart-list {
  width: 75%;
  padding-left: 0;
  padding-right: 40px;
}

.cart .h1 {
  width: 100%;
  margin-bottom: 56px;
}

.num.change {
  transform: scale(1.1);
  background: #435562;
}
.cart .cart-list .cart-list__item {
  position: relative;
  padding: 0 16px 16px 0;
  display: flex;
  justify-content: space-between;
  border: 1px solid #F4F5F6;
}
.cart .cart-list .cart-list__item:not(:last-child) {
  margin-bottom: 15px;
}

.cart .cart-list .cart-list__item .title-block {
  display: grid;
  grid-template-columns: 140px 1fr;
  grid-template-rows: auto 1fr;
  text-decoration: none;
}

.cart .cart-list .cart-list__item .title-block .img-wrapper {
  position: relative;
  width: 140px;
  height: 140px;
  padding: 8px 8px 100%;
  display: block;
  grid-row: 1/3;
  overflow: hidden;
}

.cart .cart-list .cart-list__item .title-block .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  object-fit: contain;
}

.cart .cart-list .cart-list__item .title-block .pretitle {
  display: block;
  padding-top: 16px;
  color: #1F222C;
  font-size: 12px;
}

.cart .cart-list .cart-list__item .title-block .title {
  display: block;
  color: #1F222C;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  padding-top: 16px;
}

.cart .cart-list .cart-list__item .inner-wrapper {
  display: flex;
  padding: 16px 80px 16px 16px;
  margin-left: auto;
}

.cart .cart-list .cart-list__item .price .new {
  color: #671A37;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  white-space: nowrap;
}

.cart .cart-list .cart-list__item .price .old {
  color: #777E90;
  font-family: var(--font2);
  font-size: 14px;
  line-height: 120%;
  text-decoration-line: line-through;
  white-space: nowrap;
}

.cart .cart-list .cart-list__item .quantity {
  display: flex;
  margin-left: 72px;
}

.cart .cart-list .cart-list__item .quantity button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 1px solid #777E90;
}

.cart .cart-list .cart-list__item .quantity button svg {
  width: 25px;
  height: 24px;
}

.cart .cart-list .cart-list__item .quantity input {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
  color: rgb(31, 34, 44);
  font-size: 18px;
  text-align: center;
  border: 1px solid #1F222C;
  pointer-events: none;
}

.cart .cart-list .cart-list__item .real-price {
  margin-left: 72px;
  color: #671A37;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  white-space: nowrap;
}

.cart .cart-list .cart-list__item .del-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.cart .cart-list .cart-list__item .del-btn svg {
  width: 24px;
  height: 24px;
}

.cart .order-price {
  position: sticky;
  top: 40px;
  width: 25%;
  min-width: 350px;
  padding: 24px;
  align-self: start;
  background: #F4F5F6;
}

.cart .order-price h4 {
  margin-bottom: 16px;
  color: #150C0F;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.cart .order-price p {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.cart .order-price p:first-of-type {
  margin-top: 0;
}

.cart .order-price p.total {
  margin-top: 24px;
}

.cart .order-price p.total span:first-of-type {
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
}

.cart .order-price p span.total {
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
}

.cart .order-price p span:first-of-type {
  color: #777E90;
}

.cart .order-price p span:nth-of-type(2) {
  color: #06070A;
}

.cart .order-price .btn {
  margin-top: 24px;
  width: 100%;
  padding: 16px 24px;
}

.cart .order-price .btn.btn--d:hover svg path {
  stroke: #671A37;
}

.cart .order-price .btn.btn--d svg {
  margin-left: 8px;
}

.cart .order-price .btn.btn--i:hover svg path {
  stroke: #ffffff;
}

.cart .order-price .btn.btn--i svg {
  margin-right: 8px;
}

.cart .order-price .btn svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.order {
  padding: 12px 0 128px;
}

.order .container {
  display: grid;
  grid-template-columns: 1fr 370px;
  grid-gap: 56px 40px;
}

.order .h1 {
  grid-column: 1/3;
}

.order .delivery h6 {
  color: #06070A;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.order .delivery .delivery-method {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px 16px;
}

.order .delivery .delivery-method h6 {
  grid-column: 1/3;
}

.order .delivery .delivery-method input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.order .delivery .delivery-method input:checked + label .txt-wrapper::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1F222C;
}

.order .delivery .delivery-method label {
  padding: 40px 24px;
  border: 1px solid #777E90;
  display: block;
  cursor: pointer;
}

.order .delivery .delivery-method label .txt-wrapper {
  position: relative;
  padding-left: 26px;
}

.order .delivery .delivery-method label .txt-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #1F222C;
  border-radius: 50%;
}

.order .delivery .delivery-method label h6 {
  font-family: var(--font3);
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.order .delivery .delivery-method label p {
  margin-top: 8px;
  color: #777E90;
  font-family: var(--font3);
  font-size: 14px;
}

.order .delivery .delivery-method label .btn {
  margin-top: 24px;
  padding: 8px 24px 8px 40px;
}

.order .delivery .delivery-method label .btn.btn--d:hover svg path {
  stroke: #671A37;
}

.order .delivery .delivery-method label .btn.btn--i:hover svg path {
  stroke: #ffffff;
}

.order .delivery .delivery-method label .btn svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 8px;
}

.order .delivery .form-wrapper form {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}

.order .delivery .form-wrapper form label {
  position: relative;
  display: block;
}

.order .delivery .form-wrapper form label input,
.order .delivery .form-wrapper form label textarea {
  width: 100%;
  padding: 16px 16px 16px 48px;
  margin-top: 8px;
  color: #1F222C;
  border: 1px solid #B1B5C3;
}

.order .delivery .form-wrapper form label input:focus::placeholder,
.order .delivery .form-wrapper form label textarea:focus::placeholder {
  color: transparent;
}

.order .delivery .form-wrapper form label input::placeholder,
.order .delivery .form-wrapper form label textarea::placeholder {
  color: #B1B5C3;
}

.order .delivery .form-wrapper form label.address {
  grid-column: 1/3;
}

.order .delivery .form-wrapper form label.textarea {
  grid-column: 1/3;
}

.order .delivery .form-wrapper form label.textarea textarea {
  height: 176px;
  resize: none;
}

.order .delivery .form-wrapper form label svg {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 24px;
  height: 24px;
}

.order .delivery .form-wrapper form .btn {
  grid-column: 1/3;
  justify-self: start;
  padding: 16px 24px 16px 40px;
}

.order .delivery .form-wrapper form .btn:hover svg path {
  stroke: #671A37;
}

.order .delivery .form-wrapper form .btn svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 8px;
}

.order .delivery .form-wrapper form .check-wrapper {
  position: relative;
  grid-column: 1/3;
  display: flex;
  align-items: center;
}

.order .delivery .form-wrapper form .check-wrapper input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.order .delivery .form-wrapper form .check-wrapper input:checked + label {
  background-image: url("../img/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.order .delivery .form-wrapper form .check-wrapper label {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  flex-shrink: 0;
  border: 1px solid #06070A;
  cursor: pointer;
}

.order .delivery .form-wrapper form .check-wrapper p {
  margin: 0;
  line-height: 150%;
}

.order .delivery .payment-method {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px 16px;
  margin-top: 80px;
}

.order .delivery .payment-method h6 {
  grid-column: 1/3;
}

.order .delivery .payment-method input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.order .delivery .payment-method input:checked + label .txt-wrapper::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1F222C;
}

.order .delivery .payment-method label {
  padding: 40px 24px;
  border: 1px solid #777E90;
  display: block;
  cursor: pointer;
}

.order .delivery .payment-method label .txt-wrapper {
  position: relative;
  padding-left: 26px;
}

.order .delivery .payment-method label .txt-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #1F222C;
  border-radius: 50%;
}

.order .delivery .payment-method label h6 {
  font-family: var(--font3);
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.order .delivery .payment-method label p {
  margin-top: 8px;
  color: #777E90;
  font-family: var(--font3);
  font-size: 14px;
}

.order .order-price {
  position: sticky;
  top: 40px;
  padding: 24px;
  align-self: start;
  background: #F4F5F6;
}

.order .order-price h4 {
  margin-bottom: 16px;
  color: #150C0F;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.order .order-price p {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.order .order-price p:first-of-type {
  margin-top: 0;
}

.order .order-price p.total {
  margin-top: 24px;
}

.order .order-price p.total span:first-of-type {
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
}

.order .order-price p span.total {
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
}

.order .order-price p span:first-of-type {
  color: #777E90;
}

.order .order-price p span:nth-of-type(2) {
  color: #06070A;
}

.order .order-price .btn {
  margin-top: 24px;
  width: 100%;
  padding: 16px 24px;
}

.order .order-price .btn.btn--d:hover svg path {
  stroke: #671A37;
}

.order .order-price .btn.btn--d svg {
  margin-left: 8px;
}

.order .order-price .btn.btn--i:hover svg path {
  stroke: #ffffff;
}

.order .order-price .btn.btn--i svg {
  margin-right: 8px;
}

.order .order-price .btn svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.contacts {
  padding: 52px 0 80px;
}

.contacts .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.contacts .col p {
  margin-top: 8px;
  color: #1F222C;
  font-size: 18px;
}

.contacts .col p a {
  color: #1F222C;
}

.contacts .links {
  display: flex;
  flex-wrap: wrap;
}

.contacts .links a {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 0 8px;
  margin: 40px 112px 0 0;
  text-decoration: none;
}

.contacts .links a:first-of-type {
  margin-left: 0;
}

.contacts .links a:last-of-type {
  margin-right: 0;
}

.contacts .links a svg {
  width: 40px;
  height: 40px;
  grid-row: 1/3;
}
input[name="PERSON"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.contacts .links a .link {
  color: #1F222C;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.contacts .links a .txt {
  color: #777E90;
}

.contacts .form-wrapper h6 {
  color: #06070A;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.contacts .form-wrapper form {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}

.contacts .form-wrapper form label {
  position: relative;
  display: block;
}

.contacts .form-wrapper form label input,
.contacts .form-wrapper form label textarea {
  width: 100%;
  padding: 16px 16px 16px 48px;
  margin-top: 8px;
  color: #1F222C;
  border: 1px solid #B1B5C3;
}

.contacts .form-wrapper form label input:focus::placeholder,
.contacts .form-wrapper form label textarea:focus::placeholder {
  color: transparent;
}

.contacts .form-wrapper form label input::placeholder,
.contacts .form-wrapper form label textarea::placeholder {
  color: #B1B5C3;
}

.contacts .form-wrapper form label.textarea {
  grid-column: 1/3;
}

.contacts .form-wrapper form label.textarea textarea {
  height: 176px;
  resize: none;
}

.contacts .form-wrapper form label svg {
  position: absolute;
  top: 48px;
  left: 16px;
  width: 24px;
  height: 24px;
}

.contacts .form-wrapper form .btn {
  grid-column: 1/3;
  justify-self: start;
  padding: 16px 24px 16px 40px;
}

.contacts .form-wrapper form .btn:hover svg path {
  stroke: #671A37;
}

.contacts .form-wrapper form .btn svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 8px;
}

.contacts .form-wrapper form .check-wrapper {
  position: relative;
  grid-column: 1/3;
  display: flex;
  align-items: center;
}

.contacts .form-wrapper form .check-wrapper input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.contacts .form-wrapper form .check-wrapper input:checked + label {
  background-image: url("../img/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.contacts .form-wrapper form .check-wrapper label {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  flex-shrink: 0;
  border: 1px solid #06070A;
  cursor: pointer;
}

.contacts .form-wrapper form .check-wrapper p {
  margin: 0;
  font-size: 12px;
  line-height: 150%;
}

.txt-block {
  padding: 80px 0;
}

.txt-block p {
  margin-top: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.txt-block p.active {
  -webkit-line-clamp: initial;
}

.txt-block .more-btn {
  margin-top: 24px;
  padding: 4px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #671A37;
}

.txt-block .more-btn .txt {
  font-size: 18px;
  color: #671A37;
  line-height: 24px;
}

.txt-block .more-btn svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 8px;
}

.footer {
  padding: 80px 0 40px;
  margin-top: auto;
  background-color: #F4F5F6;
}
.footer ul {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
.footer li {
  margin-top: 0;
}

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

.footer .footer-top .col {
  margin-left: 40px;
  min-width: 240px;
}

.footer .footer-top .col.col--contacts {
  margin-right: auto;
  margin-left: 0;
  width: auto;
  margin-top: 0;
}

.footer .footer-top .col.col--contacts .logo {
  display: block;
  width: 358px;
  height: 84px;
  flex-shrink: 0;
  margin-bottom: 40px;
  text-decoration: none;
  overflow: hidden;
}

.footer .footer-top .col.col--contacts .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer .footer-top .col.col--contacts a {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 0 8px;
  margin-top: 24px;
  font-weight: 500;
  text-decoration: none;
}

.footer .footer-top .col.col--contacts a:first-of-type {
  margin-top: 0;
}

.footer .footer-top .col.col--contacts a svg {
  width: 40px;
  height: 41px;
  grid-row: 1/3;
  align-self: center;
}

.footer .footer-top .col.col--contacts a .link {
  color: #1F222C;
  font-size: 24px;
  line-height: 120%;
}

.footer .footer-top .col.col--contacts a .txt {
  color: #777E90;
  font-size: 16px;
  line-height: 150%;
}

.footer .footer-top .col.col--catalog ul {
  column-count: 2;
  column-gap: 40px;
  column-width: 240px;
}

.footer .footer-top .col.col--menu {
  width: 240px;
}

.footer .footer-top .col h6 {
  color: #1F222C;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.footer .footer-top .col ul {
  margin-top: 16px;
}

.footer .footer-top .col ul li {
  margin-top: 16px;
}

.footer .footer-top .col ul li:first-of-type {
  margin-top: 0;
}

.footer .footer-top .col ul li a {
  color: #1F222C;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

.footer .footer-bottom {
  padding-top: 24px;
  margin-top: 40px;
  border-top: 1px solid #777E90;
}

.footer .footer-bottom p {
  color: #777E90;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.text-block h2:not(:first-child) {
  margin-top: 1em;
}
.text-block h3 {
  margin-top: 1em;
}

.text-block p {
  margin-top: 1em;
}
.about-txt p:not(:first-child) {
  margin-top: 1em;
}
.text-block ul {
  margin-top: 1em;
}

@media (max-width: 1584px) {
  .header .header-menu {
    margin: 0 -16px;
    width: calc(100% + 32px);
  }

  .catalog-slider .slider-wrapper {
    margin: 40px -16px 0;
    width: calc(100% + 32px);
    padding: 0 16px 16px;
  }

  .promo .promo-list li .img-wrapper {
    right: -140px;
  }

  .product .txt-wrapper .inner-wrapper {
    padding: 40px 0;
  }

  .product .txt-wrapper .about {
    padding: 40px 0;
  }

  .product .txt-wrapper .info {
    padding: 24px 0;
  }

  .footer .footer-top .col.col--catalog ul {
    column-width: 200px;
  }

  .footer .footer-top .col.col--menu {
    width: 200px;
  }
}

@media (max-width: 1380px) {
  .header .header-menu .menu-nav a {
    padding: 16px;
    font-size: 16px;
  }

  .product .container {
    grid-template-columns: repeat(2, 1fr);
  }

  .product .txt-wrapper .price {
    flex-direction: column;
  }

  .product .txt-wrapper .price .old {
    margin-left: 0;
  }

  .cart .cart-list .cart-list__item {
    display: block;
  }

  .cart .cart-list .cart-list__item .inner-wrapper {
    justify-content: flex-end;
    align-items: center;
    padding: 16px 52px;
  }
}

@media (max-width: 1200px) {
  .header .header-top {
    justify-content: center;
  }
  .top .top-slider .swiper-wrapper .swiper-slide .txt-wrapper .title {
    font-size: 44px;
  }
    .banner-txt {
    font-size: 24px;
  }
 
  .header .header-top p {
    display: none;
  }

  .header .header-top p:first-of-type {
    display: block;
  }

  .header .header-top nav {
    display: none;
  }

  .header .header-middle .tel-link svg {
    width: 32px;
    height: 32px;
  }

  .header .header-middle .tel-link .txt {
    display: none;
  }

  .header .header-menu .menu-nav a {
    font-size: 12px;
  }

  .top .top-slider .swiper-wrapper .swiper-slide .img-wrapper2 {
    right: -200px;
  }

  .order .container {
    display: block;
  }

  .order .order-price {
    margin-top: 40px;
  }

  .footer .footer-top {
    display: block;
  }

  .footer .footer-top .col {
    margin-left: 0;
    margin-top: 40px;
  }
}
.icon-mobile {
  display: none;
}
@media (max-width: 992px) {
  .top .top-slider .swiper-wrapper .swiper-slide .txt-wrapper {
    justify-content: flex-start;
    width: 100%;
    padding-top: 50px;
  }
  .header .header-middle .logo {
    margin-right: 1em;
    margin-left: 1em;
  }
  .header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 99999;
  }
  .breadcrumbs {
    display: none;
  }
  .row {
  flex-wrap: wrap;
}
  .product .img-wrapper {
    width: 100%;
    padding-bottom: 100%;
  }
  .product .img-wrapper img {
    height: 100%;
  }
  .header .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100dvh;
    margin: 0;
    padding: 16px;
    display: block;
    background-color: #FFFFFF;
    opacity: 0;
    visibility: hidden;
  }

  .header .header-menu .logo {
    display: block;
  }

  .header .header-menu .close-btn {
    display: block;
  }

  .header .header-menu .menu-nav {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 16px;
    height: 100%;
    overflow-y: scroll;
  }

  .header .header-menu .menu-nav a {
    font-size: 18px;
  }

  .promo .promo-list li .img-wrapper {
    right: -200px;
  }

  .about .container {
    display: block;
  }

  .about .img-wrapper {
    margin-top: 40px;
  }

  .catalog .catalog-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .product .container {
    display: block;
  }

  .product .txt-wrapper {
    width: 100%;
    padding-top: 56px;
  }

  .cart .container,
  .wrapper-catr-list {
    display: block;
  }

  .cart .cart-list {
    margin-top: 48px;
    width: 100%;
    padding-right: 0;
  }

  .cart .cart-list .cart-list__item .quantity {
    margin-left: 24px;
  }

  .cart .cart-list .cart-list__item .real-price {
    margin-left: 24px;
  }

  .cart .order-price {
    margin-top: 40px;
    width: 100%;
  }

  .order .delivery .delivery-method {
    grid-template-columns: 1fr;
  }

  .order .delivery .delivery-method h6 {
    grid-column: auto;
  }

  .order .delivery .payment-method {
    grid-template-columns: 1fr;
  }

  .order .delivery .payment-method h6 {
    grid-column: auto;
  }

  .contacts .container {
    display: block;
  }

  .contacts .form-wrapper {
    margin-top: 40px;
  }
  .img-wrapper1-desc-img {
    display: none;
  }
  .img-wrapper1-mobile-img {
    display: block;
  }
}

@media (max-width: 768px) {
  .icon-mobile {
    display: block;
    margin-left: 1em;
  }
  .header .header-middle .logo {
    margin: 0 auto;
  }
  .header .header-middle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .form-search {
    width: 100%;
    max-width: none;
    top: 100%;
    background-color: #fff;
    left: 0;
    display: none;
    position: absolute;
    right: 0;
  }
  .promo .promo-list li h6 {
    font-size: 28px;
  }
  .promo .promo-list li {
    justify-content: center;
  }

  .h1 {
    font-size: 24px;
    font-weight: 500;
  }

  .h2 {
    font-size: 24px;
    font-weight: 500;
  }

  .btn .txt {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .header.header--sm .header-middle {
    padding: 16px 0;
  }

  .header .header-top {
    padding: 4px 0;
  }

  .header .header-top p {
    font-family: Montserrat;
    font-size: 12px;
  }

  .header .header-middle {
    padding: 16px 0;
    border-bottom: 1px solid #E6E8EC;
  }

  .header .header-middle .burger {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header .header-middle .burger svg {
    width: 32px;
    height: 32px;
  }

  .header .header-middle .logo {
    width: 140px;
    height: auto;
  }

  .header .header-middle .favorites {
    display: none;
  }

  .header .header-middle .header-cart {
    margin-left: 8px;
  }

  .header .header-menu .menu-nav a {
    height: auto;
    padding: 16px 0;
    line-height: 120%;
  }

  .header .header-menu .menu-nav a:last-of-type {
    padding-bottom: 120px;
  }

  .breadcrumbs .breadcrumbs-nav a {
    font-size: 14px;
    line-height: 21px;
  }

  .top .top-slider {
    height: 600px;
  }

  .top .top-slider .swiper-wrapper .swiper-slide {
    background-color: #FCFCFD;
  }

  .top .top-slider .swiper-wrapper .swiper-slide .txt-wrapper .pretitle {
    font-size: 14px;
  }



  .top .top-slider .swiper-wrapper .swiper-slide .img-wrapper2 {
    bottom: 4px;
    right: 0;
    width: 490px;
    height: 380px;
  }

  .top .top-slider .slider-btns {
    left: 16px;
    transform: translateX(0);
  }

  .catalog-slider {
    padding: 40px 0;
  }

  .catalog-slider .slider-btns {
    display: none;
  }

  .catalog-slider .slider-wrapper .catalog-list .catalog-list__item {
    width: 290px;
  }

  .catalog-slider .slider-wrapper .catalog-list .catalog-list__item .like-btn {
    top: 125px;
  }

  .promo {
    padding: 8px 0;
  }

  .promo .promo-list {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }

  .promo .promo-list li {
    padding: 24px 16px;
  }

  .promo .promo-list li .img-wrapper {
    right: 0;
  }


  .promo .promo-list li p {
    max-width: 236px;
  }

  .about {
    padding: 40px 0;
  }

  .about .txt-wrapper p {
    font-size: 14px;
    line-height: 21px;
  }

  .about .txt-wrapper h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .about .txt-wrapper ul li {
    font-size: 14px;
    line-height: 21px;
  }

  .catalog {
    padding: 8px 0 40px;
  }

  .catalog .catalog-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
  }

  .catalog .catalog-list .catalog-list__item .like-btn {
    top: 125px;
  }

  .product {
    padding: 24px 0 40px;
  }

  .product .txt-wrapper .pretitle {
    font-size: 14px;
  }

  .product .txt-wrapper .rating .rating__txt {
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .product .txt-wrapper .about-txt {
    font-size: 14px;
  }

  .product .txt-wrapper .inner-wrapper {
    padding: 24px 0;
  }

  .product .txt-wrapper .price .new {
    font-size: 24px;
    font-weight: 500;
  }

  .product .txt-wrapper .price .old {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
  }

  .product .txt-wrapper .btns {
    width: 180px;
  }

  .product .txt-wrapper .btns .btn {
    height: 40px;
    width: 100%;
    padding: 8px 24px 8px 40px;
  }

  .product .txt-wrapper .btns .quantity {
    height: 40px;
    width: 100%;
  }

  .product .txt-wrapper .like-btn {
    width: 40px;
    height: 40px;
  }

  .product .txt-wrapper .like-btn svg {
    width: 24px;
    height: 24px;
  }

  .product .txt-wrapper .about {
    padding: 24px 0;
  }

  .product .txt-wrapper .about .row p {
    font-size: 12px;
  }

  .product .txt-wrapper .about .row p:first-of-type {
    font-size: 14px;
  }

  .product .txt-wrapper .info {
    padding: 16px 0;
    border-bottom: 1px solid #D1D5DB;
  }

  .product .txt-wrapper .info h6 {
    font-size: 18px;
  }

  .product .txt-wrapper .info .info-list li {
    display: flex;
    justify-content: space-between;
    grid-gap: 0;
    margin-top: 0;
  }

  .product .txt-wrapper .info .info-list li p {
    font-size: 12px;
  }

  .cart {
    padding: 8px 0 40px;
  }

  .cart .cart-list .cart-list__item {
    padding: 8px;
  }

  .cart .cart-list .cart-list__item .title-block {
    grid-template-columns: 80px 1fr;
    grid-gap: 4px 8px;
    padding-right: 32px;
  }

  .cart .cart-list .cart-list__item .title-block .img-wrapper {
    width: 80px;
    height: 80px;
  }

  .cart .cart-list .cart-list__item .title-block .pretitle {
    padding-top: 8px;
  }

  .cart .cart-list .cart-list__item .price {
    padding: 0;
    margin: 0;
  }

  .cart .cart-list .cart-list__item .price .new {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
  }

  .cart .cart-list .cart-list__item .price .old {
    font-size: 12px;
    line-height: 150%;
  }

  .cart .cart-list .cart-list__item .quantity button {
    width: 32px;
    height: 32px;
  }

  .cart .cart-list .cart-list__item .quantity input {
    width: 32px;
    height: 32px;
  }

  .cart .cart-list .cart-list__item .real-price {
    display: none;
  }

  .cart .cart-list .cart-list__item .del-btn {
    top: 8px;
    right: 8px;
  }

  .cart .cart-list .cart-list__item .del-btn svg path {
    stroke: #1F222C;
    stroke-width: 1;
  }

  .order {
    padding: 8px 0 40px;
  }

  .order .h1 {
    grid-column: auto;
  }

  .order .delivery {
    margin-top: 48px;
  }

  .order .delivery h6 {
    font-size: 18px;
  }

  .order .delivery .delivery-method label h6 {
    font-size: 18px;
    font-weight: 400;
  }

  .order .delivery .delivery-method label p {
    font-family: var(--font1);
    font-size: 12px;
  }

  .order .delivery .delivery-method label .btn {
    padding: 4px 16px;
  }

  .order .delivery .delivery-method label .btn svg {
    width: 16px;
    height: 16px;
  }

  .order .delivery .delivery-method label .btn .txt {
    font-size: 14px !important;
  }

  .order .delivery .form-wrapper form {
    grid-template-columns: 1fr;
  }

  .order .delivery .form-wrapper form label.address {
    grid-column: auto;
  }

  .order .delivery .form-wrapper form label.textarea {
    grid-column: auto;
  }

  .order .delivery .form-wrapper form .btn {
    grid-column: auto;
  }

  .order .delivery .form-wrapper form .check-wrapper {
    grid-column: auto;
  }

  .order .delivery .payment-method label h6 {
    color: rgb(31, 34, 44);
    font-family: var(--font1);
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
  }

  .order .delivery .payment-method label p {
    font-family: var(--font1);
    font-size: 12px;
  }

  .contacts {
    padding: 40px 0;
  }

  .contacts .col p {
    font-size: 16px;
  }

  .contacts .form-wrapper form {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }

  .contacts .form-wrapper form label.textarea {
    grid-column: auto;
  }

  .contacts .form-wrapper form .btn {
    grid-column: auto;
  }

  .contacts .form-wrapper form .check-wrapper {
    grid-column: auto;
  }

  .txt-block {
    padding: 40px 0;
  }

  .txt-block p {
    -webkit-line-clamp: 17;
  }

  .footer {
    padding: 40px 0 24px;
  }

  .footer .footer-top .col.col--contacts .logo {
    width: 100%;
    max-width: 343px;
    height: auto;
  }

  .footer .footer-top .col.col--contacts a.mail-link .link {
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
  }

  .footer .footer-top .col.col--catalog ul {
    column-width: auto;
  }

  .footer .footer-bottom {
    margin-top: 80px;
  }
}

@media (max-width: 480px) {

  .catalog .sorting-wrapper .choices {
    width: 100%;
  }

  .catalog .sorting-wrapper .choices .choices__inner {
    border: 1px solid #1F222C;
  }

  .catalog .catalog-list {
    grid-template-columns: 1fr;
  }

  .catalog .catalog-list .catalog-list__item {
    display: none;
  }

  .catalog .catalog-list .catalog-list__item:nth-child(1),
  .catalog .catalog-list .catalog-list__item:nth-child(2),
  .catalog .catalog-list .catalog-list__item:nth-child(3),
  .catalog .catalog-list .catalog-list__item:nth-child(4),
  .catalog .catalog-list .catalog-list__item:nth-child(5) {
    display: flex;
  }

  .product .txt-wrapper .price {
    margin-right: 16px;
  }

  .product .txt-wrapper .btns {
    width: 100%;
  }
}
/*# sourceMappingURL=maps/main.css.map */
