@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

@font-face {
  font-family: "Inter";
  src: url("/css/fonts/Inter-Medium.woff2") format("woff2"), url("/css/fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

:root {
  --font1: "Golos Text", sans-serif;
  --font2: "Golos Text", 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-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: white;
  background-color: #EFF1F4;
  overflow-x: 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 24px;
  max-width: 1256px;
}

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

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 14px;
  border-radius: 10px;
  transition: 0.3s;
}

.btn.btn--m {
  height: 44px;
}

.btn.btn--s {
  height: 36px;
}

.btn:hover.btn--prime {
  background-color: #FDB022;
}

.btn:hover.btn--outline {
  border: 1px solid #FEDF89;
}

.btn.btn--prime {
  box-shadow: 0px 4px 8px -2px rgba(239, 190, 65, 0.1);
  background: #FEC84B;
}

.btn.btn--prime .txt {
  color: #101828;
}

.btn.btn--outline {
  background-color: #ffffff;
  border: 1px solid #EAECF0;
  border-radius: 12px;
}

.btn .txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 18.38px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.header.header--inner {
  backdrop-filter: blur(9px);
  background: #ffffff;
}

.header.header--inner .container {
  max-width: 1344px;
}

.header.header--inner .btns-wrapper {
  margin-left: 24px;
}

.header.header--menu {
  z-index: 200;
  background-color: #ffffff;
}

.header.header--menu .burger svg.open {
  display: none;
}

.header.header--menu .burger svg.close {
  display: block;
}

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

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.header .burger {
  display: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  margin-right: auto;
  border: 1px solid #EAECF0;
  border-radius: 12px;
  background: #FFFFFF;
}

.header .burger svg.close {
  display: none;
}

.header .burger-menu {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 200;
  width: 100%;
  padding: 8px;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
}

.header .burger-menu nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 0;
  border-top: 1px solid #D0D5DD;
  border-bottom: 1px solid #D0D5DD;
}

.header .burger-menu a {
  display: flex;
  align-items: center;
  padding: 8px 0;
  text-decoration: none;
}

.header .burger-menu a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 8px;
}

.header .burger-menu a .txt {
  color: #1D2939;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.38px;
}

.header .logo {
  display: block;
  margin-right: 16px;
  flex-shrink: 0;
  width: 140px;
  height: 44px;
}

.header .logo svg {
  width: 140px;
  height: 44px;
  object-fit: contain;
}

.header .logo svg.--mobile {
  display: none;
}

.header .address-wrapper .address-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .address-wrapper .address-btn svg {
  margin-bottom: 3px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 4px;
}

.header .address-wrapper .address-btn .txt {
  color: #1D2939;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.38px;
  border-bottom: 1px solid #D0D5DD;
}

.header .catalog-wrapper {
  margin-left: 6vw;
}

.header .catalog-wrapper .catalog-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 0 16px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px -2px rgba(239, 190, 65, 0.1);
  background: #FEC84B;
}

.header .catalog-wrapper .catalog-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 8px;
}

.header .catalog-wrapper .catalog-btn .txt {
  color: #101828;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.38px;
}

.header .search-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 528px;
  margin-left: 8px;
  margin-right: auto;
}

.header .search-wrapper .search-input {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  color: #1D2939;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid rgb(208, 213, 221);
  border-radius: 12px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background: #FFFFFF;
}

.header .search-wrapper .search-input:focus {
  border: 1px solid #FEC84B;
}

.header .search-wrapper .search-input:focus::placeholder {
  color: transparent;
}

.header .search-wrapper .search-input::placeholder {
  color: #667085;
}

.header .search-wrapper .search-list {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: -10;
  width: calc(100% + 8px);
  display: flex;
  flex-direction: column;
  padding: 56px 4px 16px;
  border-radius: 13px;
  background: #ffffff;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  opacity: 0;
  visibility: hidden;
}

.header .search-wrapper .search-list.active {
  opacity: 1;
  visibility: visible;
}

.header .search-wrapper .search-list a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px;
  color: #1D2939;
  line-height: 20px;
  letter-spacing: 0%;
  text-decoration: none;
  border-radius: 12px;
}

.header .search-wrapper .search-list a:hover {
  background-color: #FBFBFB;
}

.header .search-wrapper .search-list a::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
  background-image: url("/images/icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.header .search-wrapper .search-input-clear-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}

.header .search-wrapper .search-input-clear-btn.active {
  opacity: 1;
  visibility: visible;
}

.header .btns-wrapper {
  display: flex;
  gap: 16px;
  margin-left: auto;
}

.header .btns-wrapper a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.header .btns-wrapper a .img {
  position: relative;
  width: 16px;
  height: 16px;
}

.header .btns-wrapper a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.header .btns-wrapper a .num {
  position: absolute;
  top: -5px;
  left: 12px;
  min-width: 13px;
  height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 4px;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  border-radius: 100px;
  background: #FF0000;
}

.header .btns-wrapper a .txt {
  margin-top: 4px;
  color: #101828;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.main .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 100dvh;
  padding-top: 60px;
}

.main .logo {
  width: 280px;
  height: 50px;
}

.main h1 {
  margin-top: 8px;
  color: #101828;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.main .search-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 600px;
  margin-top: 24px;
}

.main .search-wrapper .search-input {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  color: #1D2939;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid rgb(208, 213, 221);
  border-radius: 12px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background: #FFFFFF;
}

.main .search-wrapper .search-input:focus {
  border: 1px solid #FEC84B;
}

.main .search-wrapper .search-input:focus::placeholder {
  color: transparent;
}

.main .search-wrapper .search-input::placeholder {
  color: #667085;
}

.main .search-wrapper .search-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  height: 36px;
  padding: 0 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0px 4px 8px -2px rgba(239, 190, 65, 0.1);
  background: #FEC84B;
}

.main .search-wrapper .search-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 8px;
}

.main .search-wrapper .search-btn .txt {
  color: #101828;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.38px;
}

.main .search-wrapper .search-list {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: -10;
  width: calc(100% + 8px);
  display: flex;
  flex-direction: column;
  padding: 56px 4px 16px;
  border-radius: 13px;
  background: #ffffff;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  opacity: 0;
  visibility: hidden;
}

.main .search-wrapper .search-list.active {
  opacity: 1;
  visibility: visible;
}

.main .search-wrapper .search-list a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px;
  color: #1D2939;
  line-height: 20px;
  letter-spacing: 0%;
  text-decoration: none;
  border-radius: 12px;
}

.main .search-wrapper .search-list a:hover {
  background-color: #FBFBFB;
}

.main .search-wrapper .search-list a::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
  background-image: url("/images/icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main .search-wrapper .search-input-clear-btn {
  position: absolute;
  top: 4px;
  right: 102px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}

.main .search-wrapper .search-input-clear-btn.active {
  opacity: 1;
  visibility: visible;
}

.main .address-wrapper {
  margin-top: 24px;
}

.main .address-wrapper .address-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 0 14px;
  border-radius: 100px;
  box-shadow: 0px 0px 10px 0px rgba(16, 24, 40, 0.1);
  background: #EFF1F4, #FFFFFF;
}

.main .address-wrapper .address-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 8px;
}

.main .address-wrapper .address-btn .txt {
  color: #1D2939;
  font-size: 16px;
  line-height: 24px;
}

.main .add-wrapper {
  margin-top: 42px;
  padding: 76px 68px 74px;
  width: 100%;
  background-image: url("/files/image/img.jpg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}

.main .add-wrapper h6 {
  color: #FFFFFF;
  font-family: var(--font2);
  font-size: 32px;
  font-weight: 800;
  line-height: 44px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.main .add-wrapper button {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  height: 44px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px -2px rgba(239, 190, 65, 0.1);
  background: #FEF0C7;
}

.main .add-wrapper button .txt {
  color: #101828;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.38px;
}

.main .socials {
  display: flex;
  gap: 16px;
  margin-top: 70px;
}

.main .socials a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.main .socials a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 8px;
}

.main .socials a .txt {
  color: #101828;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.result {
  padding-top: 92px;
  padding-bottom: 66px;
  min-height: 100dvh;
  overflow: hidden;
}

.result h1 {
  color: #272727;
  font-size: 32px;
  font-weight: 600;
  line-height: 41px;
}

.result .container {
  max-width: 1112px;
}

.result .sorting {
  margin-top: 16px;
}

.result .sorting .choices {
  max-width: 320px;
  color: #1D2939;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.result .sorting .choices.is-open .choices__inner .choices__list--single::after {
  transform: translateY(-50%) rotateX(180deg);
}

.result .sorting .choices::after {
  content: none;
}

.result .sorting .choices .choices__inner {
  padding: 0;
  display: block;
  min-height: auto;
  font-size: 16px;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.result .sorting .choices .choices__list {
  padding: 0;
  display: block;
}

.result .sorting .choices .choices__list.choices__list--single {
  position: relative;
  padding: 10px 28px 10px 0;
  display: inline-block;
  width: auto;
}

.result .sorting .choices .choices__list.choices__list--single::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  background-image: url("/images/icon1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  transform: translateY(-50%);
  transition: 0.3s;
}

.result .sorting .choices .choices__list.choices__list--single .choices__item {
  width: auto;
  display: inline-block;
}

.result .sorting .choices .choices__list.choices__list--dropdown {
  padding: 0;
  margin-left: -10px;
  min-width: 280px;
  border: 1px solid #F2F4F7;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

.result .sorting .choices .choices__list.choices__list--dropdown .choices__list .choices__item {
  color: #1D2939;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
}

.result .sorting .choices .choices__list.choices__list--dropdown .choices__list .choices__item.is-highlighted {
  background-color: #FBFBFB;
}

.result .filter-btn {
  display: none;
  justify-content: start;
  align-items: center;
  justify-self: end;
}

.result .filter-btn.--active svg.close {
  display: block;
}

.result .filter-btn.--active svg.open {
  display: none;
}

.result .filter-btn .txt {
  color: #1D2939;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.result .filter-btn svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-left: 8px;
}

.result .filter-btn svg.close {
  display: none;
}

.result-wrapper {
  position: relative;
  margin: 16px auto 0;
  display: grid;
  grid-template-columns: 728px 320px;
  grid-gap: 30px;
}

.result-wrapper .result-list {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
}

.result-wrapper .result-list .result-list__item {
  padding: 10px 14px 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #F4F6FA;
}

.result-wrapper .result-list .result-list__item:first-of-type {
  border-top: none;
}

.result-wrapper .result-list .result-list__item.--selected .btns-wrapper .selected-btn {
  background-image: url("/images/icon7.svg");
}

.result-wrapper .result-list .result-list__item .img-wrapper {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  align-self: flex-start;
  margin-right: 8px;
  background-image: url("/files/image/img1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #EAECF0;
  border-radius: 3px;
  overflow: hidden;
}

.result-wrapper .result-list .result-list__item .img-wrapper:hover img {
  transform: scale(1.3);
}

.result-wrapper .result-list .result-list__item .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.result-wrapper .result-list .result-list__item .name-wrapper {
  width: 416px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 4px 8px;
}

.result-wrapper .result-list .result-list__item .name {
  grid-column: 1/3;
  color: #272727;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.result-wrapper .result-list .result-list__item .company-name {
  padding: 1px 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #667085;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  border-radius: 6px;
  background: #F4F6FA;
}

.result-wrapper .result-list .result-list__item .availability {
  display: flex;
  align-items: center;
  color: #667085;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.result-wrapper .result-list .result-list__item .availability svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-left: 4px;
  cursor: pointer;
}

.result-wrapper .result-list .result-list__item .price-wrapper {
  display: flex;
  justify-content: end;
  flex-direction: row;
  min-width: 112px;
  gap: 20px;
}

.result-wrapper .result-list .result-list__item .price {
  color: #211E28;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

.result-wrapper .result-list .result-list__item .price.--wholesale {
  position: relative;
  color: #667085;
  font-weight: 500;
}

.result-wrapper .result-list .result-list__item .price.--wholesale::before {
  content: "Опт";
  position: absolute;
  top: -20px;
  left: 0;
  color: #667085;
  font-size: 10px;
  font-weight: 400;
  line-height: 25px;
}

.result-wrapper .result-list .result-list__item .btns-wrapper {
  margin-left: auto;
  display: flex;
  gap: 8px;
}

.result-wrapper .result-list .result-list__item .btns-wrapper button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.result-wrapper .result-list .result-list__item .btns-wrapper button.selected-btn {
  background-image: url("/images/icon5.svg");
}

.result-wrapper .result-list .result-list__item .btns-wrapper button.share-btn {
    background-color: #FEC84B;
    width: auto;
    height: inherit;
    padding: 3px 5px;
    border-radius: 4px;
    font-size: 12px;
}

.result-wrapper .filter {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.result-wrapper .filter .top-wrapper {
  display: none;
}

.result-wrapper .filter .title-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1D2939;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
}

.result-wrapper .filter .title-wrapper::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("/images/icon1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}

.result-wrapper .filter .filter-block:first-of-type {
  margin-top: 0;
}

.result-wrapper .filter .filter-block .akk-top.active {
  margin-bottom: 8px;
}

.result-wrapper .filter .filter-block .akk-top.active::after {
  transform: rotateX(180deg);
}

.result-wrapper .filter .filter-block .akk-bottom {
  max-height: 0;
  transition: 0.3s;
  overflow: hidden;
}

.result-wrapper .filter .filter-block.--from-to .akk-bottom {
  display: flex;
  gap: 8px;
}

.result-wrapper .filter .filter-block.--from-to .akk-bottom input {
  width: 100%;
  flex: 1;
  height: 44px;
  padding: 0 14px;
  color: #1D2939;
  line-height: 20px;
  letter-spacing: 0%;
  border: 1px solid #D0D5DD;
  border-radius: 10px;
  background: #FFFFFF;
}

.result-wrapper .filter .filter-block.--from-to .akk-bottom input:focus {
  border: 1px solid #FEC84B;
}

.result-wrapper .filter .filter-block.--from-to .akk-bottom input:focus::placeholder {
  color: transparent;
}

.result-wrapper .filter .filter-block.--from-to .akk-bottom input::placeholder {
  color: #667085;
}

.result-wrapper .filter .filter-block.--checkboxes .akk-top.active + .akk-bottom {
  max-height: 428px !important;
}

.result-wrapper .filter .filter-block.--checkboxes .akk-bottom {
  padding-right: 16px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.result-wrapper .filter .filter-block.--checkboxes .akk-bottom::-webkit-scrollbar {
  display: none;
}

.result-wrapper .filter .filter-block.--checkboxes .akk-bottom .simplebar-track {
  width: 12px;
  border-radius: 10px;
  background: #FFFFFF;
}

.result-wrapper .filter .filter-block.--checkboxes .akk-bottom .simplebar-track .simplebar-scrollbar::before {
  top: 3px;
  left: 3px;
  width: 6px;
  border-radius: 8px;
  background: #98A2B3;
  opacity: 1;
}

.result-wrapper .filter .filter-block.--checkboxes .input-wrapper {
  position: relative;
}

.result-wrapper .filter .filter-block.--checkboxes .input-wrapper svg {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}

.result-wrapper .filter .filter-block.--checkboxes .input-wrapper input {
  width: 100%;
  height: 44px;
  padding: 0 14px 0 42px;
  color: #1D2939;
  line-height: 20px;
  letter-spacing: 0%;
  border: 1px solid #D0D5DD;
  border-radius: 10px;
  background: #FFFFFF;
}

.result-wrapper .filter .filter-block.--checkboxes .input-wrapper input:focus {
  border: 1px solid #FEC84B;
}

.result-wrapper .filter .filter-block.--checkboxes .input-wrapper input:focus::placeholder {
  color: transparent;
}

.result-wrapper .filter .filter-block.--checkboxes .input-wrapper input::placeholder {
  color: #667085;
}

.result-wrapper .filter .filter-block .checkbox-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4px;
}

.result-wrapper .filter .filter-block .checkbox-list li {
  position: relative;
  width: 48%;
}

.result-wrapper .filter .filter-block .checkbox-list input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.result-wrapper .filter .filter-block .checkbox-list input:checked + label::before {
  background-image: url("/images/icon4.svg");
}

.result-wrapper .filter .filter-block .checkbox-list label {
  display: flex;
  align-items: start;
  padding: 4px 0;
  color: #1D2939;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.result-wrapper .filter .filter-block .checkbox-list label::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 4px;
  margin-top: 4px;
  background-image: url("/images/icon3.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.result-wrapper .pagination {
  display: flex;
  gap: 4px;
  margin-top: 16px;
}

.result-wrapper .pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 38px;
  text-decoration: none;
  border: 1px solid #EAECF0;
  border-radius: 6px;
  background: #FFFFFF;
}

.result-wrapper .pagination li.checked {
  background-color: #FEC84B;
}

.result-wrapper .pagination li.checked .txt {
  font-weight: 700;
}

.result-wrapper .pagination li svg {
  width: 16px;
  height: 16px;
}

.result-wrapper .pagination li .txt {
  color: #344054;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.selected {
  padding-top: 92px;
  padding-bottom: 66px;
  min-height: 100dvh;
  overflow: hidden;
}

.selected .container {
  max-width: 776px;
}

.selected .title-wrapper {
  max-width: 728px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.selected .title-wrapper button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 0 14px;
  border: 1px solid #EAECF0;
  border-radius: 12px;
  background: #FFFFFF;
}

.selected .title-wrapper button svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 8px;
}

.selected .title-wrapper button .txt {
  color: #1D2939;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.38px;
}

.selected h1 {
  margin-right: auto;
  color: #272727;
  font-size: 32px;
  font-weight: 600;
  line-height: 41px;
}

.selected .result-wrapper {
  display: block;
}

.registration-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 200;
  padding: 40px 48px;
  width: 100%;
  max-width: 524px;
  border-radius: 16px;
  background: #FFFFFF;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}

.registration-modal.active {
  opacity: 1;
  visibility: visible;
}

.registration-modal .close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
}

.registration-modal .close-btn svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.registration-modal h2 {
  color: #1D2939;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  text-align: center;
}

.registration-modal .registration-form {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.registration-modal .registration-form .input-wrapper {
  position: relative;
}

.registration-modal .registration-form .input-wrapper.input-wrapper--pass .pass-btn {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 24px;
  height: 24px;
  background-image: url("/images/icon9.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  cursor: pointer;
}

.registration-modal .registration-form .input-wrapper.input-wrapper--pass .pass-btn.open {
  background-image: url("/images/icon8.svg");
}

.registration-modal .registration-form .input-wrapper input {
  width: 100%;
  padding: 0 14px;
  height: 44px;
  color: #1D2939;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid #D0D5DD;
  border-radius: 12px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background: #FFFFFF;
  transition: 0.3s;
}

.registration-modal .registration-form .input-wrapper input:focus {
  border: 1px solid #FEC84B;
}

.registration-modal .registration-form .input-wrapper input::placeholder {
  color: #667085;
}

.registration-modal .registration-form .registration-form-btn {
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #101828;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.38px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px -2px rgba(239, 190, 65, 0.1);
  background: #FEC84B;
}

.registration-modal .registration-form .forgot-your-btn {
  margin-top: -8px;
  color: #1D2939;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: right;
}

.registration-modal .bottom-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #D9DCE9;
}

.registration-modal .bottom-wrapper p {
  color: rgb(55, 55, 57);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.registration-modal .bottom-wrapper a {
  color: #101828;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 200;
  max-width: 524px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px 48px;
  border-radius: 16px;
  background: #FFFFFF;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal.modal--copy .link-address .txt {
  color: #667085;
}

.modal.modal--copy .link-address .btn {
  background-color: #D1FADF;
}

.modal.modal--availability {
  max-width: 686px;
}

.modal .close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
}

.modal .close-btn svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal .modal-img {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  margin-bottom: 24px;
  object-fit: contain;
}

.modal h2 {
  color: #272727;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
}

.modal p {
  margin-top: 8px;
  color: #272727;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.modal form {
  margin-top: 32px;
  max-width: 350px;
  width: 100%;
}

.modal form .input-wrapper input {
  width: 100%;
  padding: 0 14px;
  height: 44px;
  color: #1D2939;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid #D0D5DD;
  border-radius: 12px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background: #FFFFFF;
  transition: 0.3s;
}

.modal form .input-wrapper input:focus {
  border: 1px solid #FEC84B;
}

.modal form .input-wrapper input::placeholder {
  color: #667085;
}

.modal form .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  margin-top: 16px;
}

.modal form .btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 8px;
}

.modal .link-address {
  position: relative;
  width: 100%;
  padding: 0 14px;
  height: 44px;
  margin-top: 32px;
  display: flex;
  align-items: center;
  border: 1px solid #FEC84B;
  border-radius: 12px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background: #FFFFFF;
}

.modal .link-address .txt {
  margin: 0;
  color: #1D2939;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.modal .link-address .btn {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
}

.modal .btns-wrapper {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
  width: 100%;
}

.modal .btns-wrapper .btn--prime {
  width: 100%;
  max-width: 214px;
}

.modal .btns-wrapper .btn--outline {
  width: 100%;
  max-width: 118px;
}

.modal .table {
  width: 100%;
}

.modal .table .tr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #EAECF0;
}

.modal .table .tr:first-child {
  border: none;
}

.modal .table .tr .th {
  padding: 10px;
  color: #272727;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  background: #FEDF89;
}

.modal .table .tr .th:first-child {
  border-radius: 8px 0px 0px 8px;
}

.modal .table .tr .th:last-child {
  border-radius: 0 8px 8px 0;
}

.modal .table .tr .td {
  padding: 12px 10px;
  color: #272727;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 199;
  width: 100%;
  height: 100dvh;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.text-page {
  padding-top: 92px;
  padding-bottom: 66px;
  min-height: 100dvh;
  overflow: hidden;
}

.text-page .container {
  max-width: 820px;
}

.text-page h1 {
  margin-bottom: 16px;
  color: #101828;
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
}

.text-page p {
  color: #101828;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text-page p:first-of-type {
  max-width: 618px;
}

.text-page h2 {
  margin-top: 24px;
  margin-bottom: 16px;
  color: #101828;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
}

.text-page h3 {
  margin-bottom: 8px;
  margin-top: 24px;
  color: #101828;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.text-page ul {
  padding-left: 24px;
  list-style-type: disc;
}

.text-page ul li {
  color: #101828;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text-page ol {
  padding: 0;
  margin: 0;
  padding-left: 24px;
  list-style-type: num;
}

.text-page ol li {
  color: #101828;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

footer {
  background-color: #1D2939;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 60px;
  border-bottom: 1px solid #98A2B3;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.footer-menu__box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-menu__title {
    font-weight: 600;
}

.footer-menu__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-menu__list a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.footer-menu__list a:hover {
  color: #FEC84B;
}

.footer-info__line {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
}

.footer-info__line__item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-info__line__item a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-info__line__item a:hover {
  color: #FEC84B;
}

/* Media */

@media (max-width: 1200px) {
  .result h1 {
    grid-column: 1/3;
    margin-bottom: 8px;
  }

  .result .container {
    max-width: none;
    display: grid;
    grid-template-columns: auto 1fr;
  }

  .result .sorting {
    margin-top: 0;
  }

  .result-wrapper {
    display: block;
    grid-column: 1/3;
    width: 100%;
  }

  .result-wrapper .filter {
    position: absolute;
    top: -18px;
    right: 0;
    width: 320px;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
    background: #FFFFFF;
    opacity: 0;
    visibility: hidden;
  }

  .result-wrapper .filter.--active {
    opacity: 1;
    visibility: visible;
  }

  .selected .container {
    max-width: none;
  }

  .selected .title-wrapper {
    max-width: none;
  }
}

@media (max-width: 992px) {
  .header.header--inner {
    padding-bottom: 52px;
  }

  .header.header--inner .btns-wrapper {
    margin-left: auto;
  }

  .header .burger {
    display: flex;
  }

  .header .catalog-wrapper {
    display: none;
  }

  .header .search-wrapper {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 52px;
    padding: 0 24px 8px;
    margin: 0;
    max-width: none;
  }

  .header .search-wrapper .search-list {
    left: 0;
    width: 100%;
  }

  .header .search-wrapper .search-list a {
    padding: 8px 24px;
  }

  .header .search-wrapper .search-input-clear-btn {
    right: 8px;
  }

  .header .btns-wrapper {
    gap: 4px;
    margin-left: auto;
    flex-shrink: 0;
  }

  .header .btns-wrapper li {
    display: none;
  }

  .header .btns-wrapper li.--selected {
    display: block;
  }

  .header .btns-wrapper li.--selected a {
    position: relative;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
  }

  .header .btns-wrapper li.--selected a svg {
    width: 24px;
    height: 24px;
  }

  .header .btns-wrapper li.--selected a .txt {
    display: none;
  }

  .header .btns-wrapper li.--selected a .img {
    width: 24px;
    height: 24px;
  }

  .header .btns-wrapper li.--user {
    display: block;
  }

  .header .btns-wrapper li.--user a {
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid #EAECF0;
    border-radius: 12px;
    background: #FFFFFF;
  }

  .header .btns-wrapper li.--user a .txt {
    display: none;
  }

  .result {
    padding-top: 144px;
  }

  .result .filter-btn {
    display: flex;
  }

  .selected {
    padding-top: 144px;
  }

  .text-page {
    padding-top: 144px;
  }
}

@media (max-width: 768px) {
  body.freeze {
    overflow: hidden;
  }

  .main .container {
    padding-top: 178px;
  }

  .main .add-wrapper {
    padding: 100px 44px;
    background-image: url("/files/image/img4.jpg");
  }

  .main .add-wrapper h6 {
    font-size: 24px;
    line-height: 33px;
  }

  .result h1 {
    font-size: 24px;
    line-height: 31px;
  }

  .selected h1 {
    font-size: 24px;
    line-height: 31px;
  }
}

@media (max-width: 720px) {
  .container {
    padding: 0 8px;
  }

  .header .search-wrapper {
    padding: 0 8px 8px;
  }

  .header .search-wrapper .search-list a {
    padding: 8px;
  }

  .result {
    padding-top: 128px;
  }

  .result .sorting .choices .choices__list.choices__list--dropdown {
    margin-left: 0;
  }

  .result-wrapper .result-list .result-list__item {
    display: grid;
    grid-template-columns: 46px auto 1fr;
    grid-gap: 18px 8px;
  }

  .result-wrapper .result-list .result-list__item .name-wrapper {
    width: auto;
    grid-column: 2/4;
  }

  .result-wrapper .result-list .result-list__item .name {
    -webkit-line-clamp: 1;
  }

  .result-wrapper .result-list .result-list__item .price-wrapper {
    gap: 16px;
    grid-column: 1/3;
  }

  .result-wrapper .result-list .result-list__item .btns-wrapper {
    margin: 0;
    margin-left: 8px;
  }

  .result-wrapper .filter {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
    width: 100%;
    height: 100vh;
    padding: 0 16px 16px;
    border-radius: 0;
    box-shadow: none;
  }

  .result-wrapper .filter .top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    margin: 0 -16px;
    width: calc(100% + 32px);
    border-bottom: 1px solid #D0D5DD;
  }

  .result-wrapper .filter .top-wrapper button {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .result-wrapper .filter .top-wrapper button svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  .result-wrapper .filter .top-wrapper p {
    color: #1D2939;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
  }

  .result-wrapper .pagination li:nth-of-type(5) {
    display: none;
  }

  .selected {
    padding-top: 128px;
  }

  .selected .title-wrapper button.share-btn {
    padding: 0;
    width: 36px;
    height: 36px;
  }

  .selected .title-wrapper button.share-btn svg {
    margin-right: 0;
  }

  .selected .title-wrapper button.share-btn .txt {
    display: none;
  }

  .registration-modal {
    left: 16px;
    width: calc(100% - 32px);
    padding: 40px 16px;
    max-width: none;
    transform: translate(0, -50%);
  }

  .modal {
    left: 16px;
    width: calc(100% - 32px);
    padding: 56px 16px;
    max-width: none;
    transform: translate(0, -50%);
  }

  .modal.modal--availability {
    padding: 56px 16px;
  }

  .modal .table .tr .th {
    font-size: 16px;
    line-height: 20px;
  }

  .modal .table .tr .td {
    font-size: 14px;
    line-height: 18px;
  }

  .text-page {
    padding-top: 128px;
  }

  .text-page h1 {
    font-size: 24px;
    line-height: 31px;
  }

  .text-page h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .text-page h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }
}

@media (max-width: 480px) {
  .header .logo {
    width: 35px;
    height: 36px;
  }

  .header .logo svg {
    width: 35px;
    height: 36px;
  }

  .header .logo svg.--desktop {
    display: none;
  }

  .header .logo svg.--mobile {
    display: block;
  }

  .main .container {
    padding: 168px 16px 70px;
  }

  .main .add-wrapper {
    margin-top: 32px;
    padding: 28px 24px 92px;
    background-image: url("/files/image/img5.jpg");
  }

  .main .add-wrapper h6 {
    font-size: 16px;
    line-height: 22px;
  }

  .main .add-wrapper button {
    margin-top: 16px;
    height: 36px;
    padding: 0 14px;
  }

  .main .socials {
    margin-top: 100px;
  }
}
/*# sourceMappingURL=maps/main.css.map */
