@charset "UTF-8";
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Removes the default spacing for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
}

/*
Set the default cursor for buttons.
*/
button,
[role=button] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

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

input {
  border: none;
  outline: none;
}

.overflow {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(51, 55, 63, 0.2509803922);
  z-index: 22;
  display: none;
}
.overflow--active {
  display: block;
}

.body {
  font-family: "Roboto";
  color: #33373f;
  background-color: #ffffff;
  line-height: 1.2;
  font-weight: 400;
}
.body--grey {
  background-color: #f2f4f7;
}
.body--black {
  background-color: #272a2f;
}

a {
  text-decoration: none;
  display: block;
}

.main {
  width: 100%;
  max-width: 1406px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  margin-top: clamp(1.875rem, 2.611vw + 0.14rem, 2.5rem);
}
@media screen and (max-width: 1023px) {
  .main {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .main {
    max-width: 540px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .main {
    max-width: none;
  }
}

@media screen and (max-width: 1023px) {
  .main {
    margin-top: 20px;
  }
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px #ffffff inset !important;
  -webkit-tap-highlight-color: #ffffff !important;
}

.input {
  position: relative;
  width: 470px;
}
.input__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e3e7ed;
  border-radius: 10px;
  padding: 12px;
  font-size: 16px;
  outline: none;
  color: #33373f;
  align-items: center;
}
.input__container:focus + .input__label, .input__container:not(:placeholder-shown) + .input__label {
  top: -7px;
  font-size: 12px;
  padding: 3px 5px;
  color: #7d8792;
}
.input__icon {
  font-size: 16px;
  color: #b9c0c7;
  cursor: pointer;
  transition: color 0.38s ease-in-out;
}
.input__icon:hover {
  color: #f25108;
}
.input__password:focus + .input__label, .input__password:not(:placeholder-shown) + .input__label {
  top: -7px;
  font-size: 12px;
  padding: 3px 5px;
  color: #7d8792;
}
.input__element {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e3e7ed;
  border-radius: 10px;
  padding: 12px;
  font-size: 16px;
  outline: none;
  color: #33373f;
}
.input__element:focus + .input__label, .input__element:not(:placeholder-shown) + .input__label {
  top: -7px;
  font-size: 12px;
  padding: 3px 5px;
  color: #7d8792;
}
.input__label {
  position: absolute;
  left: 12px;
  top: 12px;
  background-color: #ffffff;
  color: #b9c0c7;
  transition: all 0.38s ease-in-out;
  border-radius: 4px;
  font-size: 16px;
}
.input__error {
  margin-left: 8px;
  margin-top: 6px;
  color: #e92929;
  font-size: 12px;
}
.input__error--none {
  display: none;
}

@media (max-width: 768px) {
  .input {
    width: 100%;
  }
}
.radio {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}
.radio__element {
  cursor: pointer;
  transform: scale(1.25);
  accent-color: #f25108;
}
.radio__label {
  font-size: 14px;
  cursor: pointer;
}

.select {
  position: relative;
}
.select--big {
  min-width: 275px;
}
.select__error {
  margin-top: 4px;
  font-size: 12px;
}
.select__label {
  position: absolute;
  left: 12px;
  top: 12px;
  background-color: #ffffff;
  color: #b9c0c7;
  transition: all 0.38s ease-in-out;
  border-radius: 4px;
  font-size: 16px;
}
.select__label--focus {
  top: -7px;
  font-size: 12px;
  padding: 3px 5px;
  color: #7d8792;
}

.choices {
  font-size: 16px;
  margin: unset;
  line-height: 1.2;
}

.choices__list--single {
  padding: 0;
}

.choices__inner {
  border: 1px solid #e3e7ed;
  background-color: #ffffff;
  border-radius: 10px;
  line-height: 1.2;
  font-size: 16px;
}

.select--filter .choices__inner {
  font-size: 16px;
  font-weight: 400;
}

.choices[data-type*=select-one] .choices__inner {
  padding: 12px;
}

.choices__list--dropdown .choices__item {
  font-size: 16px;
  line-height: 1.4;
}

.select--filter .choices[data-type*=select-one] .choices__inner {
  padding-left: 44px;
  padding-right: 4px;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  padding: 12px 16px;
}

.choices[data-type*=select-one]::after {
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.4694 6.53061L7.4694 11.5306C7.53908 11.6005 7.62187 11.656 7.71304 11.6939C7.8042 11.7317 7.90194 11.7512 8.00065 11.7512C8.09936 11.7512 8.1971 11.7317 8.28827 11.6939C8.37943 11.656 8.46222 11.6005 8.5319 11.5306L13.5319 6.53061C13.6728 6.38972 13.752 6.19862 13.752 5.99936C13.752 5.80011 13.6728 5.60901 13.5319 5.46811C13.391 5.32722 13.1999 5.24806 13.0007 5.24806C12.8014 5.24806 12.6103 5.32722 12.4694 5.46811L8.00003 9.93749L3.53065 5.46749C3.38976 5.32659 3.19866 5.24744 2.9994 5.24744C2.80015 5.24744 2.60905 5.32659 2.46815 5.46749C2.32726 5.60838 2.2481 5.79948 2.2481 5.99874C2.2481 6.19799 2.32726 6.38909 2.46815 6.52999L2.4694 6.53061Z" fill="%238596A0"/></svg>');
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  border: unset;
  margin-top: -8px;
  right: 20px;
}

.select--filter .choices[data-type*=select-one]::after {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.25 4.6875C1.25 4.43886 1.34877 4.2004 1.52459 4.02459C1.7004 3.84877 1.93886 3.75 2.1875 3.75H17.8125C18.0611 3.75 18.2996 3.84877 18.4754 4.02459C18.6512 4.2004 18.75 4.43886 18.75 4.6875C18.75 4.93614 18.6512 5.1746 18.4754 5.35041C18.2996 5.52623 18.0611 5.625 17.8125 5.625H2.1875C1.93886 5.625 1.7004 5.52623 1.52459 5.35041C1.34877 5.1746 1.25 4.93614 1.25 4.6875ZM4.375 9.6875C4.375 9.43886 4.47377 9.2004 4.64959 9.02459C4.8254 8.84877 5.06386 8.75 5.3125 8.75H14.6875C14.9361 8.75 15.1746 8.84877 15.3504 9.02459C15.5262 9.2004 15.625 9.43886 15.625 9.6875C15.625 9.93614 15.5262 10.1746 15.3504 10.3504C15.1746 10.5262 14.9361 10.625 14.6875 10.625H5.3125C5.06386 10.625 4.8254 10.5262 4.64959 10.3504C4.47377 10.1746 4.375 9.93614 4.375 9.6875ZM8.4375 13.75C8.18886 13.75 7.9504 13.8488 7.77459 14.0246C7.59877 14.2004 7.5 14.4389 7.5 14.6875C7.5 14.9361 7.59877 15.1746 7.77459 15.3504C7.9504 15.5262 8.18886 15.625 8.4375 15.625H11.5625C11.8111 15.625 12.0496 15.5262 12.2254 15.3504C12.4012 15.1746 12.5 14.9361 12.5 14.6875C12.5 14.4389 12.4012 14.2004 12.2254 14.0246C12.0496 13.8488 11.8111 13.75 11.5625 13.75H8.4375Z" fill="%238596A0"/></svg>');
  height: 20px;
  width: 20px;
  right: unset;
  left: 20px;
}

.choices[data-type*=select-one].is-open::after {
  margin-top: -8px;
  transform: rotate(180deg);
}

.select--filter .choices[data-type*=select-one].is-open::after {
  transform: unset;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.select--filter .is-focused .choices__inner,
.select--filter .is-open .choices__inner {
  border-radius: 15px;
}

.is-flipped.is-open .choices__inner {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-width: 0;
}

.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-width: 1px;
  border-bottom-width: 0;
}

.select--filter .is-open .choices__list--dropdown,
.select--filter .is-open .choices__list[aria-expanded] {
  margin-top: 8px;
  border-radius: 15px;
  border: unset;
  box-shadow: 0px 4px 15.6px 0px rgba(72, 79, 85, 0.1019607843);
}
.select--filter .is-flipped .choices__list--dropdown,
.select--filter .is-flipped .choices__list[aria-expanded] {
  margin-bottom: 8px;
}
.select--filter .choices__list--dropdown .choices__item,
.select--filter .choices__list[aria-expanded] .choices__item {
  font-size: 16px;
  line-height: 1.25;
  padding-top: 11px;
  padding-bottom: 11px;
  word-break: auto-phrase;
}
.select--filter .choices__list--dropdown .choices__list,
.select--filter .choices__list[aria-expanded] .choices__list {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-inline: 20px;
}

.select--filter .choices__list--dropdown .choices__item--selectable.is-highlighted,
.select--filter .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: unset;
}
.select--filter .choices__list--dropdown .choices__item,
.select--filter .choices__list[aria-expanded] .choices__item {
  padding-inline: unset;
}
@media (max-width: 992px) {
  .choices__inner {
    background-color: #ffffff;
    border-radius: 15px;
  }
  .choices[data-type*=select-one] .choices__inner {
    padding: 16px;
  }
  .choices__list--dropdown .choices__item,
  .choices__list[aria-expanded] .choices__item {
    padding: 12px 16px;
  }
  .choices[data-type*=select-one]::after {
    right: 16px;
  }
}
.checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.checkbox--none {
  display: none;
}
.checkbox__label {
  cursor: pointer;
  hyphens: auto;
}
.checkbox__element {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 20px;
  width: 20px;
  color: #ffffff;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #b9c0c7;
  cursor: pointer;
  transition-property: border-color color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.38s;
}
.checkbox__element:checked {
  background-size: 15px;
  color: #f25108;
  border-color: #f25108;
  background-color: currentColor;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icomoon/check.svg");
}
.checkbox a {
  transition: color 0.38s ease-in-out;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .checkbox {
    margin-inline: unset;
  }
}
.textarea {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.textarea__element {
  border: 1px solid #e3e7ed;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  padding: 12px;
  width: 100%;
  min-height: 84px;
  resize: none;
}
.textarea__element::placeholder {
  color: #b9c0c7;
}
.textarea__element:focus, .textarea__element:focus-visible {
  outline: unset;
}
.textarea__error {
  margin-top: 4px;
  font-size: 12px;
}

@media (max-width: 992px) {
  .textarea__element {
    padding: 12px 16px;
  }
}
.file__element {
  display: none;
}
.file__label {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  cursor: pointer;
  color: #0d61af;
  transition: color 0.38s ease-in-out;
}
.file__label:hover {
  color: #f25108;
}
.file__text {
  text-decoration: underline;
}

.search {
  display: flex;
  align-items: center;
  margin-right: 40px;
  width: 100%;
}
.search__icon {
  background-color: #5b646c;
  padding: 13px 20px 12px 28px;
  margin-left: -8px;
  font-size: 16px;
  color: #ffffff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: background-color 0.38s ease-in-out;
}
.search__icon:hover {
  background-color: #33373f;
}
.search .autoComplete_wrapper {
  width: 100%;
}
.search .autoComplete_wrapper > input {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #5b646c;
  padding: 9px 18px;
  line-height: 1;
  font-size: 16px;
  height: auto;
  color: #33373f;
}
.search .autoComplete_wrapper > input::-webkit-input-placeholder {
  color: #b9c0c7;
}
.search .autoComplete_wrapper > input::-moz-placeholder {
  color: #b9c0c7;
}
.search .autoComplete_wrapper > input:-ms-input-placeholder {
  color: #b9c0c7;
}
.search .autoComplete_wrapper > input::-ms-input-placeholder {
  color: #b9c0c7;
}
.search .autoComplete_wrapper > input::placeholder {
  color: #b9c0c7;
}
.search .autoComplete_wrapper > ul > li:hover {
  background-color: #f2f4f7;
}
.search .autoComplete_wrapper > ul > li mark {
  color: #0d61af;
}
.search .autoComplete_wrapper > ul > li {
  font-size: 16px;
}

@media screen and (max-width: 1023px) {
  .search {
    margin-right: 0;
    border: 2px solid #e3e7ed;
    border-radius: 10px;
    padding: 2px;
  }
  .search__icon {
    font-size: 20px;
    background-color: #f25108;
    padding: 10px 12px;
    margin-left: 0;
    border-radius: 8px;
  }
  .search .autoComplete_wrapper > input {
    border: none;
    padding-left: 14px;
  }
}
.counter {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #e3e7ed;
  border-radius: 10px;
  background-color: #f2f4f7;
  justify-content: space-between;
  gap: clamp(0.313rem, 2.35vw + -1.249rem, 0.875rem);
}
.counter--none {
  display: none;
}
.counter--small {
  padding: 8px;
  border-radius: 8px;
}
.counter--small .counter__count {
  font-size: 14px;
}
.counter--small .counter__minus, .counter--small .counter__plus {
  font-size: 16px;
}
.counter__count {
  width: 100%;
  background-color: #f2f4f7;
  border: none;
  outline: none;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.counter__minus, .counter__plus {
  font-size: 22px;
  cursor: pointer;
}

.switch {
  display: flex;
  align-items: center;
  gap: 8px;
}
.switch__elem {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}
.switch__text {
  font-size: 14px;
}
.switch__checkbox {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch__checkbox:checked + .switch__slider {
  background-color: #f25108;
}
.switch__checkbox:checked + .switch__slider:before {
  transform: translateX(16px);
}
.switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b9c0c7;
  border-radius: 10px;
  transition: background-color 0.38s ease-in-out;
}
.switch__slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: #ffffff;
  transition: transform 0.38s ease-in-out;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(72, 79, 85, 0.1019607843);
}

.uiSlider__item {
  display: flex;
  margin-bottom: 20px;
  gap: 8px;
}
.uiSlider__input {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #b9c0c7;
  border-radius: 10px;
  color: #33373f;
  width: 50%;
}

.noUi-connect {
  background: #f25108;
}

.noUi-target {
  border: none;
  background: #b9c0c7;
}

.noUi-horizontal {
  height: 2px;
}

.noUi-handle {
  background: #f25108;
  box-shadow: none;
  border: none;
  border-radius: 50%;
}
.noUi-handle:after, .noUi-handle:before {
  content: none;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  top: -8px;
}

@media screen and (max-width: 1023px) {
  .uiSlider__input {
    font-size: 16px;
  }
}
.header {
  box-shadow: 0 4px 4px 0 rgba(72, 79, 85, 0.1019607843);
}
.header--active {
  margin-top: 70px;
}
.header--active .header__wrapper {
  position: fixed;
  box-shadow: 0px 8px 8px 0px rgba(72, 79, 85, 0.1019607843);
  top: 0;
  left: 0;
}
.header__wrapper {
  width: 100%;
  background-color: #ffffff;
  top: -100%;
  position: relative;
  z-index: 21;
  transition: top 0.38s ease-in-out;
}
.header__burger {
  display: none;
}
.header__container {
  width: 100%;
  max-width: 1406px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .header__container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .header__container {
    max-width: 540px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .header__container {
    max-width: none;
  }
}
.header__catalog {
  padding-top: 17px;
  padding-bottom: 17px;
  margin-right: 20px;
}
.header__catalog-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background-color: #5b646c;
  color: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.38s ease-in-out;
}
.header__catalog-btn--open .header__catalog-btn {
  background-color: #33373f;
}
.header__catalog-btn--open .header__catalog-icon::before {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.header__catalog-btn--open .header__catalog-icon::after {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header__catalog-btn--open .header__catalog-line {
  transform: scale(0);
}
.header__catalog-text {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
}
.header__catalog-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: transform 0.38s ease-in-out;
}
.header__catalog-icon {
  position: relative;
  top: 0;
  width: 16px;
  height: 10px;
  cursor: pointer;
}
.header__catalog-icon::before, .header__catalog-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  transition: transform 0.38s ease-in-out;
  background-color: #ffffff;
}
.header__catalog-icon::before {
  top: 0;
}
.header__catalog-icon::after {
  bottom: 0;
}
.header__item {
  display: flex;
  align-items: center;
  gap: clamp(1.875rem, 5.222vw + -1.594rem, 3.125rem);
}
.header__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  position: relative;
  color: #5b646c;
  transition: color 0.38s ease-in-out;
  cursor: pointer;
}
.header__link:hover {
  color: #f25108;
}
.header__link-icon {
  font-size: 24px;
}
.header__link-text {
  font-size: 14px;
  line-height: 1;
}
.header__link-count {
  font-family: "Roboto";
  font-size: 8px;
  padding: 2px;
  top: 3px;
  right: 5px;
  border-radius: 5px;
  background-color: #f25108;
  color: #ffffff;
  position: absolute;
  font-weight: 600;
}
.header__navigation {
  background-color: #ffffff;
  padding-bottom: 16px;
}
.header__navigation-container {
  width: 100%;
  max-width: 1406px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .header__navigation-container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .header__navigation-container {
    max-width: 540px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .header__navigation-container {
    max-width: none;
  }
}
.header__logo {
  width: 166px;
  height: 50px;
  display: block;
  margin-right: clamp(1.25rem, 2.611vw + -0.485rem, 1.875rem);
  flex-shrink: 0;
}
.header__logo--mobile {
  display: none;
}
.header__logo-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.nav {
  background-color: #f2f4f7;
  position: relative;
  z-index: 22;
}
.nav__container {
  width: 100%;
  max-width: 1406px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .nav__container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .nav__container {
    max-width: 540px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .nav__container {
    max-width: none;
  }
}
.nav__modal {
  position: absolute;
  top: 40px;
  left: 55px;
  background-color: #ffffff;
  box-shadow: 0px 6px 12px 0px rgba(72, 79, 85, 0.1019607843);
  padding: 20px;
  border-radius: 10px;
  width: 347px;
  z-index: 5;
}
.nav__modal:after {
  content: "";
  position: absolute;
  background: url("../img/icon/arrow4.svg") no-repeat center center;
  background-size: contain;
  top: -10px;
  transform: rotate(180deg);
  width: 24px;
  height: 13px;
  left: 30px;
}
.nav__modal--none {
  display: none;
}
.nav__modal-title {
  font-size: 18px;
  margin-bottom: 12px;
}
.nav__modal-title span {
  font-weight: 600;
}
.nav__modal-text {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 24px;
  color: #7d8792;
}
.nav__modal-btn:first-child {
  flex-grow: 1;
}
.nav__modal-btns {
  display: flex;
  gap: 16px;
}
.nav__geo {
  position: relative;
  display: flex;
  align-items: center;
}
.nav__geo-item {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.nav__geo-icon {
  font-size: 16px;
  color: #5b646c;
}
.nav__geo-text {
  font-size: 14px;
  line-height: 1;
  color: #5b646c;
}
.nav__contacts {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, 7.833vw + -4.579rem, 2.5rem);
}
.nav__list {
  display: flex;
  align-items: center;
  gap: clamp(0.313rem, 0vw + 0.313rem, 0.313rem);
}
.nav__list-img {
  font-size: 12px;
  color: #ffffff;
  background-color: #b9c0c7;
  border-radius: 2px;
  transition: background-color 0.38s ease-in-out;
}
.nav__list-li {
  position: relative;
  padding: 5px clamp(0.625rem, 1.567vw + -0.416rem, 1rem);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  transition: background-color 0.38s ease-in-out;
}
.nav__list-li:hover {
  background-color: #7d8792;
}
.nav__list-li:hover .nav__list-link {
  color: #ffffff;
}
.nav__list-li:hover .nav__list-icon {
  transform: rotate(-90deg);
}
.nav__list-li:hover .nav__dropdown {
  opacity: 1;
  z-index: 2;
  pointer-events: all;
}
.nav__list-li--arrow {
  padding: 4px 8px;
  background-color: #e3e7ed;
  border-radius: 5px;
  display: flex;
  margin-right: clamp(0rem, 5.222vw + -3.469rem, 1.25rem);
  align-items: center;
}
.nav__list-li--arrow:hover {
  background-color: #33373f;
}
.nav__list-li--arrow:hover .nav__list-link {
  color: #ffffff;
}
.nav__list-li--arrow:hover .nav__list-img {
  background-color: #f25108;
}
.nav__list-li--arrow .nav__list-link {
  line-height: 1;
}
.nav__list-link {
  color: #5b646c;
  line-height: 1.4;
  transition: color 0.38s ease-in-out;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: clamp(0.25rem, 0.522vw + -0.097rem, 0.375rem);
}
.nav__list-icon {
  transform: rotate(90deg);
  font-size: 12px;
  transition: transform 0.38s ease-in-out;
}
.nav__dropdown {
  position: absolute;
  top: 29px;
  right: 0;
  border: 1px solid #e3e7ed;
  background-color: #ffffff;
  padding-top: 4px;
  padding-bottom: 4px;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  transition: opacity 0.38s ease-in-out;
  min-width: 200px;
}
.nav__dropdown-link {
  padding: 8px 16px;
  transition: color 0.38s ease-in-out, background-color 0.38s ease-in-out;
  white-space: nowrap;
  color: #5b646c;
}
.nav__dropdown-link:hover {
  color: #33373f;
  background-color: #f2f4f7;
}

@media screen and (max-width: 1023px) {
  .nav {
    display: none;
  }
  .header {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .header__wrapper {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .header__catalog {
    display: none;
  }
  .header__navigation {
    display: none;
  }
  .header__item {
    display: none;
  }
  .header__container {
    padding-top: 8px;
    padding-bottom: 8px;
    gap: 18px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .header__logo {
    margin-right: 0;
  }
  .header__burger {
    display: block;
    position: relative;
    width: 24px;
    height: 16px;
    flex-shrink: 0;
  }
  .header__burger::after {
    bottom: 0;
  }
  .header__burger::before {
    top: 0;
  }
  .header__burger::before, .header__burger::after {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 5px;
    width: 100%;
    height: 3px;
    background-color: #33373f;
    transition: all 0.38s ease-in-out;
  }
  .header__burger-line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background-color: #33373f;
  }
}
@media screen and (max-width: 576px) {
  .header__logo {
    display: none;
    width: 40px;
    height: 40px;
  }
  .header__logo--mobile {
    display: block;
  }
}
.btn {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #f25108;
  padding: 13px 20px 13px 20px;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: background-color 0.38s ease-in-out;
}
.btn:hover {
  background-color: #33373f;
}
.btn--small {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn--big {
  padding-top: 16px;
  padding-bottom: 16px;
}
.btn--big .btn__iconLeft {
  font-size: 16px;
}
.btn--big .btn__icon {
  font-size: 16px;
}
.btn--block {
  display: block;
}
.btn--none {
  display: none;
}
.btn--white {
  background-color: #f2f4f7;
  border: 1px solid #e3e7ed;
  color: #33373f;
  transition: color 0.38s ease-in-out, border 0.38s ease-in-out, background-color 0.38s ease-in-out;
}
.btn--white:hover {
  background-color: #f25108;
  border: 1px solid #f25108;
  color: #ffffff;
}
.btn--grey {
  background-color: #5b646c;
  border: 1px solid #5b646c;
  color: #ffffff;
  transition: color 0.38s ease-in-out, border 0.38s ease-in-out, background-color 0.38s ease-in-out;
}
.btn--grey:hover {
  background-color: #33373f;
  border: 1px solid #33373f;
}
.btn--silver {
  background-color: #f2f4f7;
  border: 1px solid #e3e7ed;
  color: #33373f;
  transition: color 0.38s ease-in-out, border 0.38s ease-in-out, background-color 0.38s ease-in-out;
}
.btn--silver:hover {
  background-color: #33373f;
  border: 1px solid #33373f;
  color: #ffffff;
}
.btn--disabled {
  background-color: #f2f4f7;
  color: #b9c0c7;
  cursor: not-allowed;
}
.btn--disabled:hover {
  color: #b9c0c7;
  background-color: #f2f4f7;
}
.btn__icon {
  font-size: 14px;
  margin-left: 8px;
}
.btn__iconLeft {
  font-size: 14px;
  margin-right: 8px;
  color: #ffffff;
}

.sliderNavigateBtn {
  border: none;
  width: clamp(1.875rem, 2.611vw + 0.14rem, 2.5rem);
  height: clamp(1.875rem, 2.611vw + 0.14rem, 2.5rem);
  border-radius: 50%;
  background-color: #ffffff;
  color: #5b646c;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.38s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  box-shadow: 0 8px 8px 0 rgba(72, 79, 85, 0.1019607843);
}
.sliderNavigateBtn:hover {
  color: #ffffff;
  background-color: #f25108;
}
.sliderNavigateBtn--left {
  left: -12px;
}
@media (min-width: 1023px) {
  .sliderNavigateBtn--left {
    left: calc(-0.0089186176 * 100vw + -2.8762541806px);
  }
}
@media (min-width: 1920px) {
  .sliderNavigateBtn--left {
    left: -20px;
  }
}
.sliderNavigateBtn--right {
  right: -12px;
}
@media (min-width: 1023px) {
  .sliderNavigateBtn--right {
    right: calc(-0.0089186176 * 100vw + -2.8762541806px);
  }
}
@media (min-width: 1920px) {
  .sliderNavigateBtn--right {
    right: -20px;
  }
}
.sliderNavigateBtn--static {
  position: static;
}
.sliderNavigateBtn--vertical {
  position: static;
  transform: none;
  border-radius: 10px;
  box-shadow: none;
  height: 36px;
  width: 40px;
}
.sliderNavigateBtn--vertical:hover {
  background-color: #33373f;
}

.arrowBtn {
  font-size: clamp(0.938rem, 1.305vw + 0.07rem, 1.25rem);
}
.arrowBtn--left {
  transform: rotate(180deg);
}
.arrowBtn--bottom {
  transform: rotate(90deg);
}
.arrowBtn--top {
  transform: rotate(-90deg);
}

@media screen and (max-width: 1023px) {
  .sliderNavigateBtn {
    display: none;
  }
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 14px;
  margin-bottom: clamp(0.75rem, 1.044vw + 0.056rem, 1rem);
  color: #7d8792;
}
.breadcrumbs__link {
  transition: color 0.38s ease-in-out;
}
.breadcrumbs__link:hover {
  color: #f25108;
}

.title {
  font-size: clamp(1.375rem, 0.522vw + 1.028rem, 1.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: 500;
  line-height: 1.2;
  color: #33373f;
}
.title--big {
  font-size: clamp(1.5rem, 1.044vw + 0.806rem, 1.75rem);
  line-height: 1.4;
  font-weight: 700;
}
.title--small {
  font-size: 18px;
  font-weight: 600;
}
.title__total {
  font-size: clamp(1rem, 0.522vw + 0.653rem, 1.125rem);
  font-weight: 600;
  margin-left: clamp(0.75rem, 1.044vw + 0.056rem, 1rem);
  color: #7d8792;
}
.title__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #f25108;
  transition: color 0.38s ease-in-out;
}
.title__link:hover {
  color: #33373f;
}

@media screen and (max-width: 576px) {
  .title {
    align-items: flex-start;
  }
  .title__total {
    display: none;
  }
  .title__link {
    white-space: nowrap;
  }
}
.menuCategory__list {
  display: flex;
  gap: 24px;
}
.menuCategory__link {
  font-size: 14px;
  display: flex;
  transition: color 0.38s ease-in-out;
}
.menuCategory__link:hover {
  color: #f25108;
}
.menuCategory__link-mark {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-left: 1px;
  background-color: #3caa3c;
}

.menu {
  position: absolute;
  width: 100%;
  height: 450px;
  left: 0;
  top: 70px;
  background-color: #ffffff;
  box-shadow: 0 14px 15px 0 rgba(72, 79, 85, 0.1019607843);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.38s ease-in-out;
}
.menu--open {
  opacity: 1;
  pointer-events: auto;
}
.menu__container {
  width: 100%;
  max-width: 1406px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 12px;
}
@media screen and (max-width: 1023px) {
  .menu__container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .menu__container {
    max-width: 540px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .menu__container {
    max-width: none;
  }
}
.menu__category {
  overflow: auto;
  height: 400px;
  border-right: 1px solid #e3e7ed;
}
.menu__category-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: clamp(0.5rem, 2.089vw + -0.888rem, 1rem);
  cursor: pointer;
}
.menu__category-item--active {
  color: #f25108;
}
.menu__category-icon {
  font-size: 24px;
}
.menu__category-text {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 500;
}
.menu__content {
  overflow: auto;
  height: 400px;
  padding-left: 24px;
  padding-right: 24px;
}
.menu__content-item {
  display: none;
  opacity: 0;
  column-count: 3;
  transition: opacity 0.38s ease-in-out;
  gap: 24px;
}
.menu__content-item--active {
  display: block;
}
.menu__content-item--opacity {
  opacity: 1;
}
.menu__links {
  display: grid;
  break-inside: avoid;
  gap: 12px;
  margin-bottom: 32px;
}
.menu__links-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.menu__links-link {
  line-height: 1.4;
  color: #7d8792;
  font-size: 16px;
  transition: color 0.38s ease-in-out;
}
.menu__links-link--hidden {
  display: none;
}
.menu__links-link:hover {
  color: #f25108;
}
.menu__more {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  color: #0d61af;
  transition: color 0.38s ease-in-out;
}
.menu__more:hover {
  color: #f25108;
}
.menu__more.rotate .menu__more-icon {
  transform: rotate(-90deg);
}
.menu__more-text {
  font-size: 14px;
  line-height: 1;
}
.menu__more-icon {
  font-size: 12px;
  transform: rotate(90deg);
}

.menuMobile {
  display: none;
}

@media screen and (max-width: 1023px) {
  .menuMobile {
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    background-color: #ffffff;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    transition: left 0.38s ease-in-out;
  }
  .menuMobile--open {
    left: 0;
  }
  .menuMobile__container {
    width: 100%;
    max-width: 1406px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .menuMobile__container {
    max-width: 720px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 768px) {
  .menuMobile__container {
    max-width: 540px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 576px) {
  .menuMobile__container {
    max-width: none;
  }
}
@media screen and (max-width: 1023px) {
  .menuMobile__items {
    border-top: 1px solid #e3e7ed;
    padding-top: 24px;
    margin-top: 16px;
  }
  .menuMobile__list {
    display: grid;
    gap: 24px;
  }
  .menuMobile__link {
    font-size: 18px;
    line-height: 1.4;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menuMobile__link:hover {
    color: #f25108;
  }
  .menuMobile__link--active {
    color: #f25108;
  }
  .menuMobile__accordion {
    display: grid;
    gap: 24px;
  }
  .menuMobile__accordion .menuMobile__list {
    margin-top: 24px;
    margin-left: 16px;
  }
  .menuMobile__accordion .is-active .menuMobile__btn-title {
    font-weight: 600;
  }
  .menuMobile__accordion .is-active .menuMobile__btn-icon {
    transform: rotate(90deg);
  }
  .menuMobile__btn {
    font-size: 18px;
    line-height: 1.4;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menuMobile__btn-icon {
    font-size: 16px;
    color: #b9c0c7;
  }
  .menuMobile__count {
    color: #ffffff;
    font-size: 11px;
    padding: 2px 4px;
    background-color: #f25108;
    border-radius: 5px;
  }
  .menuMobile__close {
    text-align: end;
    font-size: 16px;
    padding: 4px;
  }
  .menuMobile__logo {
    width: 166px;
    height: 65px;
  }
  .menuMobile__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .menuMobile__footer {
    background-color: #f2f4f7;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .menuMobile__footer-container {
    width: 100%;
    max-width: 1406px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    display: grid;
    gap: 20px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .menuMobile__footer-container {
    max-width: 720px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 768px) {
  .menuMobile__footer-container {
    max-width: 540px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 576px) {
  .menuMobile__footer-container {
    max-width: none;
  }
}
@media screen and (max-width: 1023px) {
  .menuMobile__footer-link {
    font-size: 18px;
  }
  .menuMobile__footer-link:hover {
    color: #f25108;
  }
  .menuMobile__footer-item {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .menuMobile__footer-item:hover .menuMobile__footer-text {
    color: #f25108;
  }
  .menuMobile__footer-text {
    font-size: 18px;
    line-height: 1.4;
    text-decoration: underline;
  }
  .menuMobile__footer-icon {
    font-size: 24px;
    padding: 8px;
    background-color: #29a71a;
    border-radius: 50%;
    color: #ffffff;
  }
  .menuMobile__footer-icon--tg {
    background-color: #2aabee;
  }
  .menuMobile__footer-icon--message {
    background-color: #f25108;
  }
  .menuMobile__auth-title {
    font-size: 18px;
    font-weight: 600;
  }
  .menuMobile__auth-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .menuMobile__auth-item {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .menuMobile__auth-icon {
    font-size: 16px;
    padding: 6px;
    background-color: #f2f4f7;
    border-radius: 50%;
    color: #5b646c;
  }
  .menuMobile__auth .menuMobile__list {
    margin-left: 44px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .menuMobile__avatar {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
  }
  .menuMobile__avatar-img {
    border-radius: 50%;
    width: 52px;
    height: 52px;
    object-fit: contain;
  }
  .menuMobile__avatar-item {
    display: grid;
    gap: 4px;
  }
  .menuMobile__avatar-title {
    font-size: 16px;
    font-weight: 500;
  }
  .menuMobile__avatar-text {
    font-size: 12px;
    color: #7d8792;
  }
  .menuMobile__btns {
    display: grid;
    gap: 24px;
  }
}
.sliderHome {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: clamp(1.875rem, 2.611vw + 0.14rem, 2.5rem);
}
.sliderHome__img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.sliderHome__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sliderHome .swiper-slide {
  height: clamp(10.75rem, 21.932vw + -3.821rem, 16rem);
}
.sliderHome__container {
  height: 100%;
}
.sliderHome .sliderNavigateBtn {
  opacity: 1;
}
.sliderHome:hover .sliderNavigateBtn {
  opacity: 1;
}

.sliderLk {
  position: relative;
  width: 100%;
  height: fit-content;
  margin-bottom: 24px;
}
.sliderLk__img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 156px;
}
.sliderLk__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sliderLk .swiper-button-disabled {
  opacity: 0;
}

.sliderCategories {
  position: relative;
  margin-bottom: 60px;
}
.sliderCategories__slide {
  background-color: #f2f4f7;
  padding-top: clamp(1.25rem, 1.044vw + 0.556rem, 1.5rem);
  padding-left: clamp(1.25rem, 1.044vw + 0.556rem, 1.5rem);
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  height: auto;
  transition: background-color 0.38s ease-in-out;
}
.sliderCategories__slide--mobile {
  display: none;
}
.sliderCategories__slide:hover {
  background-color: #e3e7ed;
}
.sliderCategories__title {
  font-weight: 600;
  font-size: clamp(1rem, 0.522vw + 0.653rem, 1.125rem);
  margin-bottom: 10px;
}
.sliderCategories__img {
  width: clamp(8.813rem, 4.961vw + 5.517rem, 10rem);
  height: clamp(7.125rem, 4.178vw + 4.35rem, 8.125rem);
  object-fit: contain;
  align-self: flex-end;
}

.sliderCatalogCategories {
  margin-bottom: 30px;
}
.sliderCatalogCategories--mb80 {
  margin-bottom: clamp(3.75rem, 5.222vw + 0.281rem, 5rem);
}
.sliderCatalogCategories--mb60 {
  margin-bottom: clamp(2.5rem, 5.222vw + -0.969rem, 3.75rem);
}
.sliderCatalogCategories__title {
  margin-bottom: 16px;
  justify-content: flex-start;
  align-items: baseline;
}
.sliderCatalogCategories__item {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, clamp(11.25rem, 7.18vw + 6.48rem, 12.969rem));
  flex-wrap: wrap;
  gap: clamp(1rem, 2.089vw + -0.388rem, 1.5rem);
}
.sliderCatalogCategories__slide {
  background-color: #f2f4f7;
  padding: 16px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  height: auto;
  transition: background-color 0.38s ease-in-out;
}
.sliderCatalogCategories__slide:hover {
  background-color: #e3e7ed;
}
.sliderCatalogCategories__slide-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
}
.sliderCatalogCategories__img {
  width: clamp(5.75rem, 3.394vw + 3.495rem, 6.563rem);
  height: clamp(5.75rem, 3.394vw + 3.495rem, 6.563rem);
  object-fit: contain;
  align-self: flex-end;
  margin-top: auto;
}
.sliderCatalogCategories__text {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
  color: #7d8792;
}

.sliderReliability {
  position: relative;
  width: 50%;
}
.sliderReliability__slide {
  height: 333px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.sliderReliability__slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sliderReviews {
  position: relative;
}
.sliderReviews__slide {
  height: auto;
  background-color: #ffffff;
  border: 1px solid #e3e7ed;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sliderReviews__box {
  background-color: #f2f4f7;
  padding: 16px 24px;
  display: flex;
  align-items: center;
}
.sliderReviews__img {
  object-fit: contain;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 16px;
  background-color: #ffffff;
}
.sliderReviews__item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
.sliderReviews__item-text {
  font-size: 16px;
  line-height: 1.4;
}
.sliderReviews__text {
  font-size: 16px;
  line-height: 1.4;
  padding: clamp(1.25rem, 1.044vw + 0.556rem, 1.5rem) clamp(1.25rem, 1.044vw + 0.556rem, 1.5rem) 0;
  margin-bottom: 20px;
}
.sliderReviews__link {
  text-decoration: underline;
  font-size: 14px;
  line-height: 1;
  color: #0d61af;
  margin-top: auto;
  transition: color 0.38s ease-in-out;
  padding: 0 clamp(1.25rem, 1.044vw + 0.556rem, 1.5rem) clamp(1.25rem, 1.044vw + 0.556rem, 1.5rem);
}
.sliderReviews__link:hover {
  color: #f25108;
}
.sliderReviews__pagination {
  display: none;
}

.sliderDetail {
  display: grid;
  grid-template-columns: 64px clamp(14.875rem, 24.021vw + -1.084rem, 20.625rem);
  gap: clamp(1.875rem, 2.611vw + 0.14rem, 2.5rem);
}
.sliderDetail__tag {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: clamp(0.438rem, 0.261vw + 0.264rem, 0.5rem);
  z-index: 2;
  top: 0;
  left: 0;
}
.sliderDetail__tag-item {
  width: fit-content;
  background-color: #3caa3c;
  font-size: clamp(0.625rem, 0.522vw + 0.278rem, 0.75rem);
  line-height: 1;
  font-weight: 500;
  padding: 4px 8px;
  color: #ffffff;
  border-radius: 4px;
}
.sliderDetail__tag-item--blue {
  background-color: #0d61af;
}
.sliderDetail__thumbs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.sliderDetail__thumbs-slider {
  height: 216px;
}
.sliderDetail__thumbs .swiper-slide-thumb-active {
  border: 2px solid #f25108;
}
.sliderDetail__thumbs-slide {
  border-radius: 5px;
  border: 2px solid transparent;
}
.sliderDetail__thumbs-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sliderDetail__slider {
  width: 100%;
}
.sliderDetail__slider-slide {
  height: clamp(14.875rem, 24.021vw + -1.084rem, 20.625rem);
}
.sliderDetail__slider-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sliderNews {
  height: fit-content;
}
.sliderNews__title {
  margin-bottom: 24px;
}
.sliderNews__container {
  height: 660px;
  width: 100%;
}
.sliderNews__slide {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e3e7ed;
}
.sliderNews__slide-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.sliderNews__text {
  font-size: 16px;
  line-height: 1.4;
  color: #5b646c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sliderNews__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.sliderNews__date-text {
  font-size: 14px;
  color: #7d8792;
}
.sliderNews__date-icon {
  color: #b9c0c7;
  transition: color 0.38s ease-in-out;
  font-size: 16px;
}
.sliderNews__date-icon:hover {
  color: #f25108;
}
.sliderNews__navigate {
  display: flex;
  align-items: center;
  gap: 30px;
}

.sliderGallery__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(1.25rem, 2.611vw + -0.485rem, 1.875rem);
}
.sliderGallery__icons {
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 16px;
}
.sliderGallery__icon {
  color: #7d8792;
  transition: color 0.38s ease-in-out;
  cursor: pointer;
}
.sliderGallery__icon:hover {
  color: #f25108;
}
.sliderGallery__icon--active {
  color: #f25108;
}
.sliderGallery__slide {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: clamp(7.188rem, 6.527vw + 2.851rem, 8.75rem);
}
.sliderGallery__container {
  position: relative;
}
.sliderGallery--big .sliderGallery__slide {
  height: clamp(21.875rem, 23.499vw + 6.263rem, 27.5rem);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.directions {
  margin-bottom: clamp(3.75rem, 5.222vw + 0.281rem, 5rem);
}
.directions__container {
  position: relative;
}
.directions__title {
  margin-bottom: clamp(1.25rem, 2.611vw + -0.485rem, 1.875rem);
}
.directions__slide {
  border-radius: 10px;
  padding-top: clamp(1.25rem, 1.044vw + 0.556rem, 1.5rem);
  padding-left: clamp(1.25rem, 1.044vw + 0.556rem, 1.5rem);
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #f2f4f7;
  transition: background-color 0.38s ease-in-out;
}
.directions__slide:hover {
  background-color: #33373f;
}
.directions__slide:hover .directions__slide-title {
  color: #ffffff;
}
.directions__slide:hover .directions__slide-text {
  color: #f2f4f7;
}
.directions__slide:hover .directions__slide-link {
  opacity: 0;
}
.directions__slide:hover .directions__slide-btn {
  opacity: 1;
}
.directions__slide-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-right: clamp(1.25rem, 1.044vw + 0.556rem, 1.5rem);
  transition: color 0.38s ease-in-out;
  line-height: 1.2;
}
.directions__slide-text {
  padding-right: clamp(1.25rem, 1.044vw + 0.556rem, 1.5rem);
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.4;
  transition: color 0.38s ease-in-out;
}
.directions__slide-item {
  position: relative;
  margin-top: auto;
}
.directions__slide-btn {
  opacity: 0;
  position: absolute;
  bottom: clamp(1.25rem, 1.044vw + 0.556rem, 1.5rem);
}
.directions__slide-btn:hover {
  background-color: #f25108;
}
.directions__slide-link {
  color: #f25108;
  position: absolute;
  bottom: clamp(1.25rem, 1.044vw + 0.556rem, 1.5rem);
  opacity: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  transition: opacity 0.38s ease-in-out;
}
.directions__slide-img {
  width: 168px;
  height: 168px;
  object-fit: contain;
  object-position: right;
  margin-left: auto;
}

@media screen and (max-width: 1023px) {
  .sliderHome {
    width: 100%;
  }
  .sliderHome .swiper-slide {
    height: 340px;
  }
  .sliderHome__img img {
    object-fit: contain;
    object-position: left;
  }
  .sliderCategories__container .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 15px;
  }
  .sliderCategories__slide--mobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f25108;
    padding: 20px;
  }
  .sliderCategories__slide--mobile .sliderCategories__title {
    color: #ffffff;
  }
  .sliderCategories__slide--mobile .sliderCategories__icon {
    font-size: 20px;
    padding: 10px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: fit-content;
    transform: rotate(180deg);
    align-self: flex-end;
  }
  .sliderReliability {
    width: 100%;
  }
  .sliderReviews__pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
  }
  .sliderReviews__pagination .swiper-pagination-bullet {
    background-color: #e3e7ed;
    opacity: 1;
  }
  .sliderReviews__pagination .swiper-pagination-bullet-active {
    background-color: #f25108;
  }
  .sliderCatalogCategories__item {
    grid-template-columns: repeat(3, 1fr);
  }
  .sliderNews__navigate .sliderNavigateBtn {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .sliderHome {
    margin-bottom: 20px;
  }
  .sliderHome .swiper-slide {
    height: 280px;
  }
}
@media screen and (max-width: 576px) {
  .sliderHome .swiper-slide {
    height: 220px;
  }
  .sliderCategories__img {
    width: 125px;
    height: 100px;
  }
  .sliderReliability__slide {
    height: 230px;
  }
  .sliderDetail {
    grid-template-columns: 1fr;
  }
  .sliderDetail__thumbs {
    display: none;
  }
  .sliderDetail__slider-slide {
    height: 300px;
  }
  .sliderCatalogCategories__item {
    grid-template-columns: repeat(2, 1fr);
  }
  .sliderCatalogCategories__slide {
    padding: 14px;
  }
  .sliderCatalogCategories__img {
    width: 64px;
    height: 64px;
  }
  .sliderGallery__prev, .sliderGallery__next {
    display: none;
  }
  .sliderGallery--big .sliderGallery__slide {
    height: 260px;
  }
}
.discountBanner {
  background-color: #e3e7ed;
  padding-top: 12px;
  padding-bottom: 12px;
}
.discountBanner__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.discountBanner__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #5b646c;
  margin-right: 40px;
}
.discountBanner__input {
  margin-right: 16px;
  width: clamp(18.063rem, 47.258vw + -13.335rem, 29.375rem);
}

@media screen and (max-width: 1023px) {
  .discountBanner {
    padding: 20px 20px 40px;
  }
  .discountBanner__container {
    flex-wrap: wrap;
  }
  .discountBanner__title {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .discountBanner__input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .discountBanner__btn {
    width: 100%;
    justify-content: center;
  }
}
.catalog {
  margin-bottom: clamp(3.75rem, 5.222vw + 0.281rem, 5rem);
}
.catalog__container {
  position: relative;
}
.catalog__container .swiper-backface-hidden .swiper-slide {
  transform: none;
}
.catalog__title {
  margin-bottom: clamp(1.25rem, 2.611vw + -0.485rem, 1.875rem);
}

.card {
  cursor: pointer;
  border: 1px solid #e3e7ed;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 10px;
  height: auto;
}
.card > div {
  display: grid;
  height: 100%;
}
.card:hover .btn {
  background-color: #f25108;
  color: #ffffff;
}
.card:hover .btn--grey {
  background-color: #33373f;
}
.card__content {
  margin-bottom: 8px;
  position: relative;
}
.card__tag {
  padding: 4px 8px;
  background-color: #0d61af;
  border-radius: 4px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.card__tag--red {
  background-color: #e92929;
}
.card__bottom {
  margin-top: auto;
}
.card__slider {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 8px;
}
.card__img {
  object-fit: contain;
  height: clamp(9.25rem, 3.133vw + 7.168rem, 10rem);
}
.card__discount {
  display: flex;
  gap: 6px;
  align-items: flex-end;
  margin-bottom: 8px;
}
.card__discount-price {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-decoration: line-through;
  color: #b9c0c7;
}
.card__discount-tag {
  padding: 4px 6px;
  background-color: #e92929;
  border-radius: 4px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}
.card__price {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: 1px;
}
.card__price span {
  font-size: 12px;
  vertical-align: super;
}
.card__price--red {
  color: #e92929;
}
.card__title {
  font-size: 14px;
}
.card .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.card .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.card__pagination {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 8px;
}
.card__pagination .swiper-pagination-bullet {
  background-color: #b9c0c7;
  height: 1px;
  width: 26px;
  opacity: 1;
  margin: 0;
}
.card__pagination .swiper-pagination-bullet-active {
  background-color: #f25108;
}

.status {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  color: #3caa3c;
  margin-bottom: 8px;
}
.status--red {
  color: #e92929;
}
.status--yellow {
  color: #ff7802;
}
.status__icon {
  font-size: 16px;
}
.status__info {
  font-size: 16px;
  color: #b9c0c7;
  cursor: pointer;
  position: relative;
}
.status__info:hover .status__info-tooltip {
  opacity: 1;
  pointer-events: auto;
}
.status__info-tooltip {
  position: absolute;
  background-color: #ffffff;
  bottom: 30px;
  right: clamp(-1.875rem, -32.376vw + 19.635rem, -9.625rem);
  z-index: 1;
  color: #33373f;
  font-size: 12px;
  font-family: "Roboto";
  padding: 10px;
  min-width: 204px;
  line-height: 1.2;
  box-shadow: 0px 2px 4px 0px rgba(72, 79, 85, 0.1019607843);
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.38s ease-in-out;
}
.status__info-tooltip:after {
  content: "";
  position: absolute;
  background: url("../img/icon/arrow4.svg") no-repeat center center;
  background-size: contain;
  bottom: -13px;
  width: 24px;
  height: 13px;
  left: clamp(9.563rem, -32.115vw + 30.899rem, 1.875rem);
}
.status__info-tooltip a {
  color: #0d61af;
  text-decoration: underline;
  transition: color 0.38s ease-in-out;
}
.status__info-tooltip a:hover {
  color: #f25108;
}
.status__text {
  font-size: 14px;
  line-height: 1;
}
.status__count {
  font-size: 14px;
  line-height: 1;
  color: #5b646c;
}

@media screen and (max-width: 1023px) {
  .card__pagination {
    display: none;
  }
}
.choose {
  margin-bottom: clamp(3.75rem, 5.222vw + 0.281rem, 5rem);
}
.choose__title {
  margin-bottom: clamp(1.25rem, 2.611vw + -0.485rem, 1.875rem);
}
.choose__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 2fr;
  gap: clamp(1rem, 2.089vw + -0.388rem, 1.5rem);
}
.choose__item {
  cursor: pointer;
  border: 1px solid #e3e7ed;
  border-radius: 10px;
  padding: clamp(1.875rem, 3.655vw + -0.554rem, 2.75rem) clamp(1rem, 2.35vw + -0.561rem, 1.563rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.choose__item:hover .choose__tooltip {
  opacity: 1;
  pointer-events: auto;
}
.choose__item-title {
  text-align: center;
  font-size: clamp(0.875rem, 0.522vw + 0.528rem, 1rem);
}
.choose__img {
  margin-bottom: clamp(1rem, 1.044vw + 0.306rem, 1.25rem);
  font-size: clamp(2.5rem, 2.611vw + 0.765rem, 3.125rem);
  color: #f25108;
}
.choose__icon {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 20px;
  color: #b9c0c7;
}
.choose__tooltip {
  position: absolute;
  background-color: #ffffff;
  bottom: 214px;
  left: 30px;
  z-index: 1;
  padding: 20px;
  min-width: 370px;
  box-shadow: 0 2px 4px 0 rgba(72, 79, 85, 0.1019607843);
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.38s ease-in-out;
}
.choose__tooltip:after {
  content: "";
  position: absolute;
  background: url("../img/icon/arrow4.svg") no-repeat center center;
  background-size: contain;
  bottom: -13px;
  width: 24px;
  height: 13px;
  left: 30px;
}
.choose__card {
  background-color: #33373f;
  padding-top: clamp(1rem, 2.089vw + -0.388rem, 1.5rem);
  padding-left: clamp(1rem, 2.089vw + -0.388rem, 1.5rem);
  position: relative;
  border-radius: 10px;
  color: #ffffff;
}
.choose__card:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(7.75rem, 13.055vw + -0.923rem, 10.875rem);
  height: clamp(7.5rem, 13.055vw + -1.173rem, 10.625rem);
  background: url("../img/picture/suitcase-mockup.png") no-repeat;
  background-size: contain;
  background-position: right;
}
.choose__card-item {
  width: 66%;
  display: flex;
  gap: clamp(0.313rem, 0.783vw + -0.208rem, 0.5rem);
  flex-wrap: wrap;
}
.choose__card-title {
  font-size: clamp(1.063rem, 1.305vw + 0.195rem, 1.375rem);
  margin-bottom: clamp(0.625rem, 1.305vw + -0.242rem, 0.938rem);
  line-height: 1;
}
.choose__card-text {
  background-color: #5b646c;
  line-height: 1.4;
  font-size: clamp(0.75rem, 0.783vw + 0.23rem, 0.938rem);
  padding: clamp(0.188rem, 0.261vw + 0.014rem, 0.25rem) clamp(0.625rem, 0.783vw + 0.105rem, 0.813rem);
  border-radius: clamp(0.438rem, 0.783vw + -0.083rem, 0.625rem);
  white-space: nowrap;
}

@media screen and (max-width: 1023px) {
  .choose__container {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
  }
  .choose__tooltip {
    bottom: 150px;
    left: 0;
    min-width: 330px;
  }
  .choose__card {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 768px) {
  .choose__tooltip {
    min-width: 250px;
  }
}
@media screen and (max-width: 576px) {
  .choose__tooltip {
    min-width: 170px;
    bottom: 160px;
  }
}
.reliability {
  background-color: #f2f4f7;
  border-radius: 10px;
  margin-bottom: clamp(3.75rem, 5.222vw + 0.281rem, 5rem);
}
.reliability__container {
  padding: clamp(1.875rem, 2.611vw + 0.14rem, 2.5rem) clamp(1.5rem, 4.178vw + -1.275rem, 2.5rem);
}
.reliability__items {
  display: flex;
  gap: clamp(1.5rem, 14.621vw + -8.214rem, 5rem);
  position: relative;
  margin-bottom: 30px;
}
.reliability__content {
  display: flex;
  flex-direction: column;
  gap: clamp(0.813rem, 4.439vw + -2.136rem, 1.875rem);
}
.reliability__text {
  font-size: 16px;
  line-height: 1.4;
}
.reliability__btn {
  width: fit-content;
}
.reliability__counter {
  display: grid;
  gap: clamp(1rem, 2.611vw + -0.735rem, 1.625rem);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.reliability__counter-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 24px clamp(1.188rem, 4.439vw + -1.761rem, 2.25rem);
  gap: 8px;
}
.reliability__counter-title {
  font-size: 24px;
  font-weight: 500;
}
.reliability__counter-text {
  text-align: center;
  font-size: 14px;
  color: #5b646c;
}
.reliability__counter-icon {
  font-size: 50px;
  color: #f25108;
}

@media screen and (max-width: 1023px) {
  .reliability__items {
    flex-direction: column;
  }
  .reliability__counter {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 576px) {
  .reliability__container {
    padding: 20px 16px;
  }
  .reliability__counter {
    grid-template-columns: 1fr;
  }
}
.reviews {
  margin-bottom: clamp(3.75rem, 5.222vw + 0.281rem, 5rem);
}
.reviews__title {
  margin-bottom: clamp(1.25rem, 2.611vw + -0.485rem, 1.875rem);
}
.reviews__container {
  display: grid;
  gap: clamp(1rem, 2.089vw + -0.388rem, 1.5rem);
  grid-template-columns: clamp(9.438rem, 14.883vw + -0.45rem, 13rem) clamp(51.063rem, 82.768vw + -3.926rem, 70.875rem);
}
.reviews__card {
  border: 1px solid #e3e7ed;
  border-radius: 10px;
  padding: clamp(1rem, 2.089vw + -0.388rem, 1.5rem);
  display: flex;
  gap: 30px;
  margin-bottom: clamp(1rem, 1.044vw + 0.306rem, 1.25rem);
}
.reviews__card-img {
  object-fit: contain;
  width: 95px;
  height: 134px;
}
.reviews__card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
.reviews__card-subtitle {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.reviews__card-text {
  font-size: 16px;
  line-height: 1.4;
  color: #5b646c;
}
.reviews .paging {
  margin-top: 50px;
}

@media screen and (max-width: 1023px) {
  .reviews__container {
    grid-template-columns: 100%;
    gap: 16px;
  }
}
@media screen and (max-width: 576px) {
  .reviews__card {
    flex-direction: column;
  }
}
.bid {
  position: relative;
  margin-bottom: clamp(3.75rem, 5.222vw + 0.281rem, 5rem);
}
.bid:after {
  content: "";
  top: 0px;
  right: -50px;
  width: 100%;
  height: clamp(18.438rem, 10.966vw + 11.152rem, 21.063rem);
  position: absolute;
  background: url("../img/picture/mail.png") no-repeat right;
  background-size: contain;
}
@media (min-width: 1023px) {
  .bid:after {
    top: calc(-0.02787068 * 100vw + 28.5117056856px);
  }
}
@media (min-width: 1920px) {
  .bid:after {
    top: -25px;
  }
}
@media (min-width: 1023px) {
  .bid:after {
    right: calc(0.0557413601 * 100vw + -107.0234113712px);
  }
}
@media (min-width: 1920px) {
  .bid:after {
    right: 0px;
  }
}
.bid__container {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #e3e7ed;
  background-color: #ffffff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: clamp(1.25rem, 2.611vw + -0.485rem, 1.875rem) clamp(1.25rem, 5.222vw + -2.219rem, 2.5rem);
}
.bid__title {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.bid__subtitle {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.bid__box {
  background-color: #f2f4f7;
  padding: clamp(1.25rem, 2.611vw + -0.485rem, 1.875rem) clamp(1.25rem, 5.222vw + -2.219rem, 2.5rem);
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #e3e7ed;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bid__box-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 60%;
  position: relative;
  z-index: 1;
}
.bid__box-text {
  font-size: 16px;
  line-height: 1.4;
}
.bid__box-contacts {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bid__box-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 20px;
  color: #ffffff;
  border-radius: 50%;
  transition: background-color 0.38s ease-in-out;
  background-color: #29a71a;
}
.bid__box-btn:hover {
  background-color: #33373f;
}
.bid__box-btn--tg {
  background-color: #2aabee;
}
.bid__btn {
  width: fit-content;
  position: relative;
  z-index: 1;
}

.bidMobile {
  display: none;
}

@media screen and (max-width: 1200px) {
  .bid:after {
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .bidMobile {
    display: block;
  }
  .bid {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #e3e7ed;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
  }
  .bid:after {
    content: none;
  }
  .bid__container {
    display: none;
  }
  .bid__box {
    display: none;
  }
  .bid__title {
    margin-bottom: 20px;
  }
  .bid__inputs {
    display: grid;
    gap: 16px;
    margin-bottom: 24px;
  }
  .bid__input {
    width: 100%;
  }
  .bid__text {
    font-size: 14px;
  }
  .bid__checkbox {
    align-items: flex-start;
  }
  .bid__checkbox .checkbox__label {
    font-size: 12px;
  }
  .bid__checkbox .checkbox__link {
    color: #f25108;
    text-decoration: none;
  }
  .bid__checkbox .checkbox__link:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 576px) {
  .bid__btn {
    width: 100%;
    text-align: center;
    display: block;
  }
}
.ac.js-enabled .ac-panel {
  visibility: hidden;
}

.ac.is-active .ac-panel {
  visibility: visible;
}

.ac .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.accordion__container {
  border-radius: 10px;
  padding: clamp(1.25rem, 1.044vw + 0.556rem, 1.5rem) clamp(1.25rem, 1.044vw + 0.556rem, 1.5rem);
  background-color: #f2f4f7;
  transition: background-color 0.38s ease-in-out;
}
.accordion__container.is-active .accordion__icon {
  transform: rotate(-90deg);
}
.accordion__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion__title {
  font-size: 18px;
  font-weight: 600;
  transition: color 0.38s ease-in-out;
}
.accordion__icon {
  font-size: 16px;
  transform: rotate(90deg);
  transition: color 0.38s ease-in-out;
}
.accordion__content {
  font-size: 16px;
  margin-top: clamp(1.875rem, 1.567vw + 0.834rem, 2.25rem);
  line-height: 1.4;
}

@media screen and (max-width: 576px) {
  .accordion__container {
    padding: 16px;
  }
}
.faq {
  margin-bottom: clamp(3.75rem, 5.222vw + 0.281rem, 5rem);
}
.faq__title {
  margin-bottom: clamp(1.25rem, 2.611vw + -0.485rem, 1.875rem);
}
.faq__container {
  display: grid;
  grid-template-columns: clamp(9.438rem, 14.883vw + -0.45rem, 13rem) clamp(51.063rem, 82.768vw + -3.926rem, 70.875rem);
  gap: clamp(1rem, 2.089vw + -0.388rem, 1.5rem);
}

@media screen and (max-width: 1023px) {
  .faq__container {
    grid-template-columns: 1fr;
  }
  .faq .requisite {
    margin-bottom: 0;
  }
}
.banners {
  margin-bottom: clamp(3.75rem, 5.222vw + 0.281rem, 5rem);
}
.banners__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(1rem, 2.089vw + -0.388rem, 1.5rem);
}
.banners__link {
  height: clamp(9.688rem, 19.582vw + -3.322rem, 14.375rem);
  border-radius: 10px;
  overflow: hidden;
}
.banners__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1023px) {
  .banners__container {
    display: flex;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .banners__link {
    height: 220px;
  }
}
@media screen and (max-width: 576px) {
  .banners__link {
    height: 160px;
  }
}
.contactsBox {
  display: flex;
  align-items: center;
  position: relative;
}
.contactsBox:hover .contactsBox__title {
  color: #f25108;
}
.contactsBox:hover .contactsBox__icon {
  color: #f25108;
}
.contactsBox--small .contactsBox__title {
  font-size: 14px;
  font-weight: 500;
}
.contactsBox__title {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  transition: color 0.38s ease-in-out;
}
.contactsBox__icon {
  margin-right: 4px;
}

.contacts {
  margin-bottom: clamp(3.75rem, 10.444vw + -3.189rem, 6.25rem);
}
.contacts__tab .tab__list {
  width: fit-content;
  border-radius: 10px;
  margin-bottom: clamp(1.25rem, 2.611vw + -0.485rem, 1.875rem);
  gap: 10px;
}
.contacts__tab .tab__item {
  padding: 9px 12px;
  border-radius: 15px;
  font-size: 14px;
  background-color: rgb(242, 244, 247);
  transition: background-color 0.38s ease-in-out, color 0.38s ease-in-out;
}
.contacts__tab .tab__item--active {
  background-color: #33373f;
  color: #ffffff;
}
.contacts__tab .tab__item:not(.contacts__tab .tab__item--active):hover {
  background-color: #e3e7ed;
}
.contacts__wrap {
  border-radius: 10px;
  border: 1px solid rgb(227, 231, 237);
}
.contacts__title-top {
  margin-bottom: clamp(0.625rem, 2.611vw + -1.11rem, 1.25rem);
  margin-top: clamp(0.438rem, 0.261vw + 0.264rem, 0.5rem);
}
.contacts__container {
  flex-wrap: wrap;
  gap: clamp(0.625rem, 2.611vw + -1.11rem, 1.25rem);
}
.contacts__container-geo {
  border-bottom: 1px solid rgb(227, 231, 237);
  display: flex;
  justify-content: space-between;
}
.contacts__wrapper {
  display: grid;
  grid-template-columns: 1fr 515px;
  gap: clamp(1.813rem, 9.399vw + -4.432rem, 4.063rem);
}
.contacts__content {
  width: 49.3%;
  border-radius: 17px;
  padding: clamp(1.25rem, 1.044vw + 0.556rem, 1.5rem);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(0.625rem, 2.611vw + -1.11rem, 1.25rem);
  row-gap: 30px;
}
.contacts__content-bottom {
  padding: clamp(1.25rem, 1.044vw + 0.556rem, 1.5rem);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contacts__connect {
  display: flex;
  gap: 40px;
  margin-top: 16px;
}
.contacts__connection {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contacts__messenger-item {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.38s ease-in-out;
}
.contacts__messenger-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contacts__messenger-title {
  font-size: 16px;
  line-height: 1.4;
  text-decoration: underline;
}
.contacts__messenger-title:hover {
  color: #f25108;
}
.contacts__messenger-icon {
  width: 24px;
  height: 24px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #29a71a;
}
.contacts__messenger-icon:hover {
  background-color: #33373f;
}
.contacts__messenger-icon--tg {
  background-color: #2aabee;
}
.contacts__location {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contacts__items {
  display: flex;
  gap: 80px;
}
.contacts__text {
  line-height: 1.4;
}
.contacts__block {
  padding: clamp(1.25rem, 1.044vw + 0.556rem, 1.5rem);
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.contacts__info {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 2.611vw + -0.485rem, 1.875rem);
  padding: 11px 0;
}
.contacts__path {
  font-size: 14px;
  color: rgb(13, 97, 175);
  text-decoration: underline;
}
.contacts__geo {
  background-color: rgb(254, 238, 230);
  display: inline-block;
  padding: 8px 16px;
  border-left: 2px solid rgb(242, 81, 8);
  margin-top: clamp(1.25rem, 2.611vw + -0.485rem, 1.875rem);
  margin-bottom: 24px;
  border-radius: 0 10px 10px 0;
}
.contacts__geo span {
  text-decoration: underline;
}
.contacts__video {
  max-width: 515px;
  max-height: 290px;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.contacts__video:after {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: background-color 0.38s ease-in-out;
}
.contacts__video-player {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contacts__video-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.contacts__video-btn img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.contacts__video-btn--pause {
  display: none;
  opacity: 0;
  transition: opacity 0.38s ease-in-out;
}
.contacts__map {
  object-fit: cover;
  width: clamp(30.25rem, 79.112vw + -22.31rem, 49.188rem);
  max-height: 484px;
  position: relative;
}
.contacts__zoom-buttons {
  position: absolute;
  top: 37%;
  right: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 1;
}
.contacts__zoom-buttons button {
  padding: 12px;
  border-radius: 24px;
  border: 1px solid rgb(227, 231, 237);
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts__item {
  display: grid;
  gap: 18px;
  padding: 3px 0;
}
.contacts__item-title {
  font-size: 18px;
  font-weight: 600;
}
.contacts__item-text {
  font-size: 16px;
  line-height: 20px;
}
.contacts__item-box {
  margin-bottom: 0;
}
.contacts__item-social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contacts__item-icon {
  font-size: 40px;
  color: #3caa3c;
}

.ymaps-2-1-79-map ymaps {
  border-radius: 0 10px 0 0;
}

.ymaps-2-1-79-map-copyrights-promo {
  display: none;
}
.ymaps-2-1-79-copyright {
  display: none !important;
}

.map-label {
  font-size: 14px;
  white-space: nowrap;
  position: absolute;
  background: #ffffff;
  padding: 3px 6px 4px 24px;
  z-index: -1;
}

.requisite {
  margin-bottom: clamp(3.875rem, -1.044vw + 4.569rem, 3.625rem);
  background: rgb(242, 244, 247);
  border-radius: 10px;
}
.requisite__container {
  display: flex;
}
.requisite__wrapper {
  padding: 24px;
  max-width: clamp(31.188rem, 51.175vw + -2.812rem, 43.438rem);
}
.requisite__title-gray {
  color: rgb(91, 100, 108);
  width: auto;
  font-size: clamp(1.125rem, 1.567vw + 0.084rem, 1.5rem);
  text-align: center;
  white-space: nowrap;
}
.requisite__block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
.requisite__item {
  padding: 0 clamp(4.563rem, 11.488vw + -3.07rem, 7.313rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  gap: 30px;
  border-radius: 25px 10px 10px 25px;
  border: 1px solid rgb(227, 231, 237);
}
.requisite__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
  line-height: 1.4;
}
.requisite__list-title {
  font-weight: 500;
  font-size: 24px;
}
.requisite__download {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 24px;
  background: rgb(255, 255, 255);
  align-items: center;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0px 6px 12px 0px rgba(72, 79, 85, 0.3019607843);
}
.requisite__download p {
  font-size: 16px;
}
.requisite__items {
  display: flex;
  gap: clamp(1.188rem, 1.305vw + 0.32rem, 1.5rem);
}
.requisite__items a:first-child {
  padding: 7px 15px;
}
.requisite__items a:last-child {
  padding: 9px 19px;
}

@media screen and (max-width: 1200px) {
  .requisite__container--column {
    flex-direction: column;
  }
  .requisite__container--column .requisite__wrapper {
    max-width: 100%;
  }
  .requisite__container--column .requisite__download {
    width: 100%;
    justify-content: center;
  }
  .requisite__container--column .requisite__item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .contacts__content {
    width: 100%;
  }
  .contacts__block {
    margin-bottom: 20px;
  }
  .contacts__title-top {
    margin-bottom: 20px;
  }
  .contacts__video {
    order: -1;
  }
  .contacts__wrapper {
    grid-template-columns: 1fr;
  }
  .contacts__map {
    width: 100%;
  }
  .contacts__container-geo {
    flex-wrap: wrap;
  }
  .requisite__container {
    flex-wrap: wrap;
  }
  .requisite__wrapper {
    max-width: 100%;
  }
  .requisite__item {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
  }
  .requisite__download {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .contacts__block {
    width: 100%;
  }
  .contacts__items {
    flex-direction: column;
    gap: 16px;
  }
  .contacts__item {
    gap: 16px;
  }
  .contacts__content {
    gap: 30px;
  }
  .contacts__connect {
    flex-wrap: wrap;
    gap: 10px;
  }
  .requisite__items {
    flex-direction: column;
    align-items: center;
  }
  .requisite__item {
    padding: 20px;
  }
  .requisite__wrapper {
    padding: 16px;
    padding-bottom: 24px;
  }
  .requisite__btn {
    padding: 10px;
  }
  .requisite__btn .btn__text {
    display: none;
  }
  .requisite__btn .btn__iconLeft {
    margin-right: 0;
  }
}
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ffffff;
}
.footer__logo {
  width: 166px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 28px;
}
.footer__container {
  width: 100%;
  max-width: 1406px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 3fr;
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .footer__container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .footer__container {
    max-width: 540px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .footer__container {
    max-width: none;
  }
}
.footer__items {
  column-count: 4;
  row-gap: 40px;
}
.footer__list {
  display: grid;
  break-inside: avoid;
  gap: 16px;
  margin-bottom: 40px;
}
.footer__contacts-text {
  font-size: 14px;
  color: #b9c0c7;
  margin-bottom: 10px;
}
.footer__contacts .contactsBox {
  margin-bottom: 18px;
}
.footer__contacts-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer__contacts-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__contacts-item:hover .footer__contacts-title {
  color: #f25108;
}
.footer__contacts-title {
  font-size: 16px;
  line-height: 1.4;
  text-decoration: underline;
  transition: color 0.38s ease-in-out;
}
.footer__contacts-icon {
  width: 24px;
  height: 24px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #29a71a;
}
.footer__contacts-icon--tg {
  background-color: #2aabee;
}
.footer__contacts-icon--message {
  background-color: #f25108;
}
.footer__title {
  font-size: 16px;
  transition: color 0.38s ease-in-out;
  font-weight: 600;
}
.footer__title:hover {
  color: #f25108;
}
.footer__link {
  font-size: 14px;
  transition: color 0.38s ease-in-out;
  color: #5b646c;
}
.footer__link:hover {
  color: #f25108;
}
.footer__btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__btns-btn {
  width: fit-content;
}
.footer__copyright {
  width: 100%;
  max-width: 1406px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .footer__copyright {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    max-width: 540px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .footer__copyright {
    max-width: none;
  }
}
.footer__copyright-item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
}
.footer__copyright-text {
  font-size: 14px;
  color: #7d8792;
}
.footer__copyright-content {
  border-top: 1px solid #e3e7ed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.footer__copyright-icons {
  display: flex;
  gap: 16px;
}
.footer__copyright-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 16px;
  color: #ffffff;
  background-color: #b9c0c7;
  transition: background-color 0.38s ease-in-out;
}
.footer__copyright-icon--tg:hover {
  background-color: #2aabee;
}
.footer__copyright-icon--vk:hover {
  background-color: #0077ff;
}
.footer__copyright-icon--rutube:hover {
  background-color: #0b1d38;
}
.footer__copyright-link {
  display: block;
  font-size: 14px;
  transition: color 0.38s ease-in-out;
  color: #5b646c;
}
.footer__copyright-link:hover {
  color: #f25108;
}

@media screen and (max-width: 1023px) {
  .footer__container {
    grid-template-columns: 1fr;
  }
  .footer__items {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .footer__container {
    margin-bottom: 40px;
  }
  .footer__copyright-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .footer__copyright-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.tab__list, .tab2__list {
  display: flex;
  flex-wrap: wrap;
}
.tab__item, .tab2__item {
  cursor: pointer;
}
.tab__choices, .tab2__choices {
  display: none;
}
.tab__content, .tab2__content {
  display: none;
  opacity: 0;
  transition: opacity 0.38s ease-in-out;
}
.tab__content--active, .tab2__content--active {
  display: block;
}
.tab__content--opacity, .tab2__content--opacity {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .tab__list {
    display: none;
  }
  .tab__choices {
    display: block;
    margin-bottom: 20px;
  }
}
.jivoBtn {
  position: fixed;
  right: clamp(0.938rem, 16.971vw + -10.338rem, 5rem);
  bottom: clamp(3.125rem, 7.833vw + -2.079rem, 5rem);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #f25108;
  display: flex;
  align-items: center;
  transition: background-color 0.38s ease-in-out;
  cursor: pointer;
  z-index: 9;
}
.jivoBtn:hover {
  background-color: #3caa3c;
}
.jivoBtn__icon {
  font-size: 24px;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 1023px) {
  .jivoBtn {
    width: 50px;
    height: 50px;
  }
}
.sidebar {
  display: flex;
  flex-direction: column;
  width: clamp(11.875rem, 4.7vw + 8.753rem, 13rem);
}
.sidebar__top {
  display: none;
}
.sidebar__title {
  font-size: 16px;
  font-weight: 500;
}
.sidebar__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}
.sidebar__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sidebar__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar__checkboxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.sidebar__checkboxes--column {
  grid-template-columns: 1fr;
}
.sidebar__category {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sidebar__category-item {
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: #7d8792;
}
.sidebar__category-icon {
  font-size: 12px;
  transform: rotate(180deg);
}
.sidebar__category-title {
  font-size: 14px;
  color: #7d8792;
}
.sidebar__category-text {
  font-size: 14px;
  color: #7d8792;
  padding-left: 19px;
}
.sidebar__category-text--active {
  color: #33373f;
  font-weight: 500;
}
.sidebar__more {
  display: flex;
  align-items: baseline;
  color: #0d61af;
  cursor: pointer;
  gap: 6px;
}
.sidebar__more:hover .sidebar__more-text {
  color: #f25108;
}
.sidebar__more:hover .sidebar__more-icon {
  color: #f25108;
}
.sidebar__more-text {
  font-size: 14px;
  transition: color 0.38s ease-in-out;
}
.sidebar__more-icon {
  rotate: 90deg;
  font-size: 12px;
  transition: color 0.38s ease-in-out;
}
.sidebar__icon {
  font-size: 12px;
  cursor: pointer;
  display: none;
}
.sidebar__icon--active {
  display: block;
}
.sidebar__showProduct {
  display: none;
  position: absolute;
  box-shadow: 1px 1px 7.6px 0 rgba(72, 79, 85, 0.1019607843);
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  left: 230px;
  z-index: 3;
}
.sidebar__showProduct--active {
  display: block;
}
.sidebar__showProduct:before {
  content: "";
  position: absolute;
  background: url("../img/icon/arrow4.svg") no-repeat center center;
  background-size: contain;
  transform: rotate(90deg);
  top: 44%;
  width: 26px;
  height: 15px;
  left: -20px;
}
.sidebar__showProduct-btn {
  white-space: nowrap;
}
.sidebar .rotate .sidebar__more-icon {
  transform: translate(0px, -8px) rotate(180deg);
}

.hidden {
  display: none;
}

.sidebarClients {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sidebarClients--background {
  gap: 20px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
}
.sidebarClients__link {
  font-size: 16px;
  line-height: 1.4;
  color: #5b646c;
  transition: color 0.38s ease-in-out;
}
.sidebarClients__link:hover {
  color: #f25108;
}
.sidebarClients__link--active {
  color: #f25108;
}

@media screen and (max-width: 1023px) {
  .sidebarClients {
    display: none;
  }
  .sidebar {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    padding-bottom: 40px;
    background-color: #ffffff;
    z-index: 21;
    transition: left 0.38s ease-in-out;
    overflow-x: scroll;
    height: 100%;
  }
  .sidebar--open {
    left: 0;
  }
  .sidebar__container {
    width: 100%;
    max-width: 1406px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .sidebar__container {
    max-width: 720px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 768px) {
  .sidebar__container {
    max-width: 540px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 576px) {
  .sidebar__container {
    max-width: none;
  }
}
@media screen and (max-width: 1023px) {
  .sidebar__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }
  .sidebar__top-title {
    font-size: 22px;
    font-weight: 500;
  }
  .sidebar__top-link {
    color: #0d61af;
    font-size: 16px;
  }
  .sidebar__top-icon {
    font-size: 16px;
    color: #5b646c;
    background-color: #f2f4f7;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sidebar__title {
    font-size: 18px;
  }
  .sidebar__category-title, .sidebar__category-text {
    font-size: 16px;
  }
  .sidebar .checkbox {
    font-size: 16px;
  }
  .sidebar .checkbox__element {
    width: 24px;
    height: 24px;
  }
  .sidebar__btn {
    display: none;
  }
  .sidebar__showProduct {
    position: fixed;
    top: auto !important;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .sidebar__showProduct:before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .sidebar__showProduct {
    width: 100%;
  }
}
.car {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 903px;
}
.car__title {
  font-size: 18px;
  font-weight: 600;
}
.car__text {
  font-size: 16px;
  line-height: 1.4;
}
.car__block {
  display: flex;
  gap: 43px;
}
.car__item-value {
  margin-bottom: 2px;
  font-weight: 700;
  font-size: 16px;
}

.article {
  display: flex;
  justify-content: space-between;
  padding-bottom: 13px;
  border-bottom: 1px solid #e3e7ed;
  margin-bottom: clamp(1.25rem, 2.089vw + -0.138rem, 1.75rem);
}
.article__title {
  font-size: 14px;
  line-height: 1;
  color: #5b646c;
}
.article__text {
  font-size: 14px;
  line-height: 1;
  color: #b9c0c7;
}
.article__text span {
  color: #33373f;
}

.cardDetail {
  margin-bottom: clamp(3.75rem, 5.222vw + 0.281rem, 5rem);
}
.cardDetail__container {
  display: grid;
  grid-template-columns: 1fr clamp(18rem, 9.399vw + 11.755rem, 20.25rem);
  gap: clamp(1.875rem, 29.765vw + -17.9rem, 9rem);
  margin-bottom: clamp(3.25rem, 2.611vw + 1.515rem, 3.875rem);
}
.cardDetail__content {
  display: grid;
  grid-template-columns: clamp(20.75rem, 26.632vw + 3.056rem, 27.125rem) clamp(19rem, 20.888vw + 5.123rem, 24rem);
  gap: clamp(1.875rem, 13.055vw + -6.798rem, 5rem);
}
.cardDetail__title {
  margin-bottom: clamp(1rem, 2.089vw + -0.388rem, 1.5rem);
}
.cardDetail__tags {
  margin-bottom: 20px;
}
.cardDetail__tags-title {
  font-size: 14px;
  line-height: 1;
  color: #7d8792;
  margin-bottom: 16px;
}
.cardDetail__tags-items {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.cardDetail__tags-tag {
  font-size: 14px;
  line-height: 1;
  color: #7d8792;
  padding: 8px 11px;
  border: 1px solid #e3e7ed;
  border-radius: 10px;
  background-color: #ffffff;
  transition: background-color 0.38s ease-in-out;
  cursor: pointer;
  letter-spacing: 0;
}
.cardDetail__tags-tag:hover {
  background-color: #f2f4f7;
}
.cardDetail__tags-tag--active {
  color: #33373f;
  border: 1px solid #f25108;
}
.cardDetail__tags-tag--active:hover {
  background-color: #ffffff;
}
.cardDetail__description-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}
.cardDetail__description-price {
  display: none;
}
.cardDetail__description-item {
  display: flex;
  gap: 6px;
}
.cardDetail__description-line {
  border-bottom: 1px dashed #e3e7ed;
  flex-grow: 1;
}
.cardDetail__description-title {
  font-size: 14px;
  line-height: 1;
  color: #7d8792;
}
.cardDetail__description-text {
  font-size: 14px;
  line-height: 1;
}
.cardDetail__description-link {
  font-size: 14px;
  line-height: 1;
  color: #0d61af;
  display: flex;
  gap: 6px;
  transition: color 0.38s ease-in-out;
  width: fit-content;
}
.cardDetail__description-link:hover {
  color: #f25108;
}
.cardDetail__description-link span {
  transform: rotate(90deg);
  font-size: 12px;
}
.cardDetail__tabs {
  margin-bottom: clamp(3.75rem, 5.222vw + 0.281rem, 5rem);
}
.cardDetail__tabs-title {
  margin-bottom: 20px;
}
.cardDetail__tabs .tab__list {
  margin-bottom: clamp(1.5rem, 1.567vw + 0.459rem, 1.875rem);
  border-bottom: 1px solid #e3e7ed;
  gap: clamp(0.313rem, 3.916vw + -2.289rem, 1.25rem);
}
.cardDetail__tabs .tab__item {
  padding: 10px clamp(0.313rem, 1.305vw + -0.555rem, 0.625rem);
  font-size: 16px;
  color: #5b646c;
  margin-bottom: -1px;
  position: relative;
  transition: color 0.38s ease-in-out;
}
.cardDetail__tabs .tab__item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scale(0);
  border-bottom: 1px solid #f25108;
  transition: transform 0.38s ease-in-out;
}
.cardDetail__tabs .tab__item:hover {
  color: #33373f;
}
.cardDetail__tabs .tab__item:hover:before {
  transform: scale(1);
}
.cardDetail__tabs .tab__item--active {
  color: #33373f;
}
.cardDetail__tabs .tab__item--active:before {
  transform: scale(1);
}

.descriptionTab {
  display: grid;
  grid-template-columns: 1fr clamp(19.813rem, 1.828vw + 18.598rem, 20.25rem);
  gap: clamp(1rem, 1.828vw + -0.214rem, 1.438rem);
}
.descriptionTab .description {
  margin-bottom: 0;
}
.descriptionTab__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.descriptionTab__icon {
  font-size: 16px;
  cursor: pointer;
  color: #b9c0c7;
  position: relative;
  margin-left: 5px;
}
.descriptionTab__icon:hover .descriptionTab__tooltip {
  opacity: 1;
  pointer-events: auto;
}
.descriptionTab__tooltip {
  position: absolute;
  background-color: #ffffff;
  bottom: 30px;
  left: -34px;
  z-index: 1;
  color: #33373f;
  font-size: 12px;
  font-family: "Roboto";
  padding: 10px;
  min-width: 204px;
  line-height: 1.2;
  box-shadow: 0px 2px 4px 0px rgba(72, 79, 85, 0.1019607843);
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.38s ease-in-out;
}
.descriptionTab__tooltip:after {
  content: "";
  position: absolute;
  background: url("../img/icon/arrow4.svg") no-repeat center center;
  background-size: contain;
  bottom: -13px;
  width: 24px;
  height: 13px;
  left: 30px;
}
.descriptionTab__link {
  font-size: 12px;
  text-decoration: underline;
  color: #7d8792;
  transition: color 0.38s ease-in-out;
}
.descriptionTab__link:hover {
  color: #f25108;
}
.descriptionTab__info {
  border: 1px solid #e3e7ed;
  padding: 12px 16px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.descriptionTab__info:hover .descriptionTab__link {
  color: #f25108;
}
.descriptionTab__info-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.descriptionTab__info-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}
.descriptionTab__info-title {
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.descriptionTab__info-icon {
  font-size: 16px;
}
.descriptionTab__more {
  border: 1px solid #e3e7ed;
  padding: clamp(1.25rem, 1.044vw + 0.556rem, 1.5rem);
  border-radius: 10px;
}
.descriptionTab__more-content {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.descriptionTab__more-img {
  width: 122px;
  height: 48px;
  object-fit: contain;
}
.descriptionTab__more-title {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.descriptionTab__country {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.descriptionTab__country-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.descriptionTab__country-img {
  width: 24px;
  height: 16px;
  object-fit: contain;
}
.descriptionTab__country-text {
  font-size: 14px;
  line-height: 1;
}

.characteristicsTab__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 440px;
}
.characteristicsTab__item {
  display: flex;
  gap: 6px;
}
.characteristicsTab__line {
  border-bottom: 1px dashed #e3e7ed;
  flex-grow: 1;
}
.characteristicsTab__text {
  font-size: 16px;
  line-height: 1;
}
.characteristicsTab__text--grey {
  color: #5b646c;
}

.documentationTab__item {
  display: flex;
  gap: 6px;
}
.documentationTab__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 440px;
  margin-bottom: 20px;
}
.documentationTab__text {
  font-size: 16px;
  line-height: 1;
  color: #5b646c;
}
.documentationTab__line {
  border-bottom: 1px dashed #e3e7ed;
  flex-grow: 1;
}

.deliveryTab {
  width: clamp(61.5rem, 9.138vw + 55.429rem, 63.688rem);
}
.deliveryTab__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: clamp(1.875rem, 7.833vw + -3.329rem, 3.75rem);
  gap: 24px;
}
.deliveryTab__card {
  border-radius: 10px;
  padding: 24px;
  border: 1px solid #e3e7ed;
  display: flex;
  gap: 16px;
}
.deliveryTab__card-icon {
  font-size: 32px;
  color: #5b646c;
}
.deliveryTab__card-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}
.deliveryTab__card-text {
  font-size: 14px;
  color: #5b646c;
  margin-bottom: 16px;
}
.deliveryTab__card-link {
  color: #0d61af;
  text-decoration: underline;
  font-size: 14px;
  transition: color 0.38s ease-in-out;
}
.deliveryTab__card-link:hover {
  color: #f25108;
}
.deliveryTab__text {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.deliveryTab__tags {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.deliveryTab__tag {
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.4;
  background-color: #feeee6;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 2px solid #f25108;
  width: fit-content;
}

.termsTab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.375rem, 5.744vw + -2.441rem, 2.75rem);
  padding: clamp(1.25rem, 5.222vw + -2.219rem, 2.5rem);
  border: 1px solid #e3e7ed;
  background-color: #f2f4f7;
  border-radius: 10px;
  position: relative;
}
.termsTab__title {
  font-size: clamp(1.125rem, 0.522vw + 0.778rem, 1.25rem);
  font-weight: 600;
  margin-bottom: 30px;
}
.termsTab__title span {
  color: #f25108;
}
.termsTab__content {
  display: flex;
  flex-direction: column;
}
.termsTab__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.termsTab__item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.termsTab__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  width: 32px;
  height: 32px;
  color: #f25108;
  box-shadow: 0 0 39.29px 6.55px rgba(72, 79, 85, 0.1019607843);
}
.termsTab__text {
  font-size: 16px;
  line-height: 1.4;
}
.termsTab__text span {
  font-weight: 600;
}
.termsTab__info {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  align-self: flex-end;
  border-radius: 10px;
  gap: 24px;
  width: fit-content;
  box-shadow: 0px 0px 30px 5px rgba(72, 79, 85, 0.1019607843);
  background-color: #ffffff;
  position: relative;
  margin-top: auto;
}
.termsTab__img {
  position: absolute;
  width: clamp(29.125rem, 19.321vw + 16.289rem, 33.75rem);
  height: 100%;
  object-fit: contain;
  top: 0;
  right: clamp(0rem, 10.444vw + -6.939rem, 2.5rem);
}
.termsTab__btn {
  white-space: nowrap;
}

.mapTab__container {
  display: grid;
  grid-template-columns: 3fr 9fr;
  border: 1px solid #e3e7ed;
  border-radius: 10px;
  height: 550px;
  overflow: hidden;
}
.mapTab__status {
  margin-bottom: 0;
}
.mapTab__sidebar {
  overflow-y: auto;
  overflow-x: hidden;
}
.mapTab__sidebar::-webkit-scrollbar {
  width: 4px;
}
.mapTab__sidebar::-webkit-scrollbar-thumb {
  background-color: #b9c0c7;
  border-radius: 4px;
}
.mapTab__sidebar .tab2__item--active {
  background-color: #f2f4f7;
  border-top: 1px solid transparent;
  border-radius: 10px;
}
.mapTab__sidebar .tab2__item--active + .mapTab__card {
  border-top: 1px solid transparent;
}
.mapTab__card {
  padding: 20px;
  border-top: 1px solid #e3e7ed;
  background-color: #ffffff;
  transition: background-color 0.38s ease-in-out;
  cursor: pointer;
  width: 100%;
}
.mapTab__card:hover {
  background-color: #f2f4f7;
  border-radius: 10px;
  border-top: 1px solid transparent;
}
.mapTab__card:hover + .mapTab__card {
  border-top: 1px solid transparent;
}
.mapTab__card:first-child {
  border-top: 1px solid transparent;
}
.mapTab__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 6px;
}
.mapTab__text {
  font-size: 14px;
  color: #7d8792;
  margin-bottom: 10px;
}

.heightAuto {
  height: auto;
}

@media screen and (max-width: 1023px) {
  .cardDetail__container {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .cardDetail__content {
    grid-template-columns: 1fr;
  }
  .cardDetail__description-status {
    margin-bottom: 12px;
  }
  .cardDetail__description-price {
    display: block;
    margin-bottom: 30px;
  }
  .cardDetail__description-content {
    display: none;
  }
  .cardDetail__description-link {
    display: none;
  }
  .cardDetail__container {
    margin-bottom: 40px;
  }
  .cardDetail__tags {
    margin-bottom: 0;
  }
  .cardDetail__tabs .tab__choices {
    display: none;
  }
  .cardDetail__tabs .tab__content {
    display: block;
    opacity: 1;
  }
  .cardDetail__tabs .tab__content:has(.characteristicsTab) {
    order: -1;
  }
  .cardDetail__tabs .tab__content:has(.documentationTab) {
    order: -1;
  }
  .cardDetail__tabs .tab__container {
    display: grid;
    gap: 40px;
  }
  .mapTab__container {
    grid-template-columns: 1fr;
    height: auto;
  }
  .mapTab__container .tab2__container {
    display: none;
  }
  .descriptionTab {
    grid-template-columns: 1fr;
  }
  .descriptionTab__item {
    display: none;
  }
  .deliveryTab {
    width: 100%;
  }
  .deliveryTab__items {
    grid-template-columns: 1fr;
  }
  .termsTab {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }
  .termsTab__img {
    position: static;
  }
  .termsTab__info {
    margin-top: -90px;
  }
  .article {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .article {
    display: none;
  }
  .characteristicsTab__items {
    width: 100%;
  }
  .documentationTab__items {
    width: 100%;
  }
  .termsTab__info {
    flex-direction: column;
    gap: 10px;
    margin-top: 0;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 303px;
  }
  .termsTab__btn {
    width: 100%;
    display: block;
  }
  .termsTab__img {
    height: 362px;
    object-fit: cover;
    object-position: 76%;
  }
  .cardDetail__container {
    flex-direction: column;
  }
  .cardDetail__img {
    width: 100%;
    height: 238px;
  }
  .cardDetail__content {
    width: 100%;
  }
  .cardDetail__btn {
    width: 100%;
    justify-content: center;
  }
}
.catalogTable {
  display: flex;
  gap: clamp(2.813rem, 3.916vw + 0.211rem, 3.75rem);
  margin-bottom: clamp(3.75rem, 5.222vw + 0.281rem, 5rem);
}
.catalogTable__content {
  width: clamp(46.875rem, 90.862vw + -13.491rem, 68.625rem);
}
.catalogTable__banner {
  width: 100%;
  height: clamp(8.5rem, 16.71vw + -2.602rem, 12.5rem);
  object-fit: cover;
  margin: 16px 0;
  border-radius: 10px;
}

@media screen and (max-width: 1023px) {
  .catalogTable__content {
    width: 100%;
  }
  .catalogTable__content div:nth-child(2) .product-item-line-list {
    margin-bottom: 16px;
  }
  .catalogTable__content div:nth-child(2) .product-item-line-list:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .catalogTable__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }
  .catalogTable__banner {
    height: 250px;
  }
}
.table-wrapper {
  overflow: auto;
  width: 100%;
}

th {
  text-align: left;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 5px;
  width: 12.5%;
  vertical-align: top;
  border-bottom: 1px solid #b9c0c7;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

tr:nth-child(2n) td {
  background-color: #f2f4f7;
}

td {
  width: 12.5%;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 5px;
}

@media screen and (max-width: 1023px) {
  table {
    table-layout: fixed;
  }
  th,
  td {
    hyphens: auto;
    width: 82px !important;
  }
}
.modal {
  display: none;
  border-radius: 10px;
  width: 448px;
  padding: 24px;
}
.modal .f-button.is-close-btn {
  top: 0;
  right: -40px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: #33373f;
  background-color: #ffffff;
  opacity: 1;
  transition: color 0.38s ease-in-out, background-color 0.38s ease-in-out;
}
.modal .f-button.is-close-btn:hover {
  background-color: #f25108;
  color: #ffffff;
  border-color: #f25108;
}
.modal .f-button.is-close-btn svg {
  width: 16px;
  height: 16px;
}
.modal .input {
  margin-bottom: 16px;
  width: 100%;
}
.modal .input:last-child {
  margin-bottom: 0;
}
.modal .textarea {
  margin-bottom: 16px;
}
.modal .file {
  margin-bottom: 16px;
}
.modal .file__element {
  display: none;
}
.modal .file__icon {
  font-size: 30px;
  color: #f25108;
}
.modal .file__label {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px;
  border-radius: 10px;
  background-color: #f2f4f7;
  border: 1px solid #e3e7ed;
  width: 100%;
  cursor: pointer;
}
.modal .file__label:hover .file__text {
  color: #f25108;
}
.modal .file__label:hover .file__text span {
  color: #5b646c;
}
.modal .file__text {
  color: #5b646c;
  transition: color 0.38s ease-in-out;
}
.modal .file__text span {
  color: #f25108;
  transition: color 0.38s ease-in-out;
}
.modal__footer {
  margin-top: 24px;
}
.modal__container {
  position: relative;
}
.modal__title {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.modal__title--mb0 {
  margin-bottom: 0;
}
.modal__title--center {
  align-items: center;
}
.modal__subtitle {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}
.modal__select {
  margin-bottom: 32px;
}
.modal__check {
  font-size: 16px;
  background-color: #3caa3c;
  padding: 6px;
  border-radius: 8px;
  color: #ffffff;
}
.modal__product {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.modal__product-img {
  object-fit: cover;
  width: 40px;
  height: 40px;
}
.modal__product-text {
  font-size: 16px;
}
.modal__text {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 16px;
}
.modal__text--fs14 {
  font-size: 14px;
}
.modal__text--block span {
  display: block;
}
.modal__text span {
  font-weight: 700;
}
.modal__text--mt0 {
  margin-top: 0;
}
.modal__btn {
  margin-top: 24px;
  width: 100%;
}
.modal__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 32px;
  gap: 16px;
}
.modal__link {
  margin-top: 16px;
  font-size: 16px;
  color: #0d61af;
  transition: color 0.38s ease-in-out;
  text-align: center;
}
.modal__link:hover {
  color: #f25108;
}
.modal__linkReg {
  color: #f25108;
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
}
.modal__linkReg:hover {
  text-decoration: none;
}
.modal--small {
  width: 400px;
}
.modal--big {
  width: 1178px;
}
.modal--big .f-button.is-close-btn {
  top: 26px;
  right: 24px;
}
.modal__checkbox {
  align-items: flex-start;
}
.modal__checkbox .checkbox__label {
  font-size: 12px;
  color: #7d8792;
}
.modal__checkbox .checkbox__link {
  color: #f25108;
  text-decoration: none;
  display: inline-block;
}
.modal__checkbox .checkbox__link:hover {
  text-decoration: underline;
}

.modalCity__top {
  display: grid;
  grid-template-columns: 381px max-content max-content;
  gap: 60px;
  align-items: center;
  margin-bottom: 24px;
}
.modalCity__container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.modalCity__item {
  display: grid;
  gap: 12px;
}
.modalCity .input {
  margin-bottom: 0;
}
.modalCity__link {
  display: flex;
  gap: 6px;
  cursor: pointer;
  padding-left: 22px;
}
.modalCity__link--f700 {
  font-weight: 700;
  color: #33373f;
  padding-left: 0;
}
.modalCity__link:hover .modalCity__text {
  color: #f25108;
}
.modalCity__icon {
  font-size: 16px;
  color: #f25108;
}
.modalCity__text {
  font-size: 14px;
  color: #5b646c;
  transition: color 0.38s ease-in-out;
}

.fancybox__container {
  --fancybox-bg: rgba(24, 24, 27, 0.6);
}

.f-button:focus-visible {
  box-shadow: none;
}

@media screen and (max-width: 1100px) {
  .is-compact .fancybox__content > .f-button.is-close-btn {
    top: -40px;
    right: 0;
  }
  .fancybox__content > .f-button.is-close-btn {
    top: -40px;
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .modal--big {
    width: 750px;
  }
}
@media screen and (max-width: 768px) {
  .modal--big {
    width: 576px;
  }
  .modal--big .f-button.is-close-btn {
    top: 20px;
    right: 20px;
  }
  .modalCity__top {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .modalCity__input {
    width: 100%;
  }
  .modalCity__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .modal {
    width: 350px;
    padding: 20px;
  }
  .modal--small {
    width: 350px;
  }
  .modal--big {
    width: 350px;
  }
  .modal--big .f-button.is-close-btn {
    top: 15px !important;
    right: 15px !important;
  }
  .modal__btns {
    margin-top: 24px;
    display: flex;
  }
  .modal__btns .btn {
    flex-grow: 1;
    padding-left: 15px;
    padding-right: 15px;
  }
  .modalCity__container {
    grid-template-columns: 100%;
    gap: 12px;
  }
}
.delivery {
  margin-bottom: clamp(3.75rem, 5.222vw + 0.281rem, 5rem);
}
.delivery__title {
  margin-bottom: clamp(1.25rem, 2.611vw + -0.485rem, 1.875rem);
  font-size: 28px;
  font-weight: 700;
}
.delivery__item {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 903px;
}
.delivery__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 903px;
}
.delivery__img {
  width: 903px;
  max-height: 300px;
  border-radius: 10px;
  overflow: hidden;
}
.delivery__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.delivery__text {
  line-height: 1.4;
  font-size: 16px;
}
.delivery__warehouses {
  padding: 16px;
  background-color: #f2f4f7;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.delivery__warehouses-title {
  font-size: 16px;
  font-weight: 500;
}
.delivery__wrapper {
  display: flex;
  gap: clamp(1.188rem, 4.178vw + -1.588rem, 2.188rem);
}
.delivery__banner {
  max-width: clamp(25rem, 46.997vw + -6.224rem, 36.25rem);
  max-height: clamp(17.813rem, 43.864vw + -11.33rem, 28.313rem);
}
.delivery__banner img {
  object-fit: cover;
  border-radius: clamp(0.375rem, 0.522vw + 0.028rem, 0.5rem);
  width: 100%;
  height: 100%;
}
.delivery__list {
  font-size: 16px;
}
.delivery__list li {
  line-height: 1.4;
}
.delivery__map {
  margin-top: 40px;
  border: 1px solid #e3e7ed;
  border-radius: 10px;
}
.delivery__map-container {
  object-fit: cover;
  width: clamp(30.25rem, 79.112vw + -22.31rem, 49.188rem);
  max-height: 484px;
  position: relative;
}
.delivery__pickup {
  padding: 24px;
}
.delivery__partners-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 20px;
}
.delivery .ymaps3x0--map-container {
  border-radius: 10px 10px 0 0;
}

.ymaps3x0--map {
  width: 100%;
  height: 560px !important;
}

#big-map {
  width: 100%;
  min-height: 560px;
}

.ymaps3x0--controls_right.ymaps3x0--controls_center {
  align-items: center;
}

.map-icon-wrapper {
  position: relative;
  width: 42px;
  height: 48px;
}
.map-label {
  position: absolute;
  top: 10px;
  left: 38px;
  font-size: 17px;
  background: white;
  padding: 2px 5px;
  white-space: nowrap;
}

.custom-marker {
  position: relative;
  transform: translate(-10px, -38px);
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: auto;
}

.notice {
  background-color: #feeee6;
  display: inline-block;
  padding: 8px 16px;
  border-left: 2px solid #f25108;
  border-radius: 0 10px 10px 0;
}
.notice--green {
  background-color: #ebf7eb;
  border-left: 2px solid #3caa3c;
}

@media screen and (max-width: 1023px) {
  .delivery__img {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .delivery__wrapper {
    flex-direction: column-reverse;
  }
  .delivery__banner {
    width: 100%;
    max-width: 100%;
    height: 285px;
    max-height: 285px;
  }
  .delivery__partners-list {
    flex-wrap: nowrap;
    column-gap: 20px;
    overflow-x: scroll;
  }
  .delivery__partners-list li {
    height: 30px;
    flex-shrink: 0;
  }
  .delivery__partners-list img {
    width: 100%;
    height: 100%;
  }
}
.sort {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 16px;
  border-bottom: 1px solid #e3e7ed;
  padding-bottom: 12px;
}
.sort__icon {
  display: none;
}
.sort__menu {
  display: none;
}
.sort__price {
  text-align: end;
  font-size: clamp(0.75rem, 0.522vw + 0.403rem, 0.875rem);
  color: #5b646c;
}
.sort__price span {
  font-weight: 600;
}
.sort__item {
  display: flex;
  gap: 10px;
}
.sort__text {
  font-size: clamp(0.75rem, 0.522vw + 0.403rem, 0.875rem);
  color: #7d8792;
}
.sort__link {
  font-size: clamp(0.75rem, 0.522vw + 0.403rem, 0.875rem);
  color: #5b646c;
  transition: color 0.38s ease-in-out;
}
.sort__link--active {
  font-weight: 500;
  color: #33373f;
}
.sort__link:hover {
  color: #33373f;
}

@media screen and (max-width: 1023px) {
  .sort {
    margin-bottom: 20px;
    padding-bottom: 0;
    border: none;
    display: flex;
    gap: 8px;
  }
  .sort__item {
    display: none;
  }
  .sort__price {
    display: none;
  }
  .sort__icon {
    display: block;
    font-size: 20px;
    padding: 6px 14px;
    background-color: #f2f4f7;
    border-radius: 10px;
  }
  .sort__menu {
    display: block;
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    z-index: 22;
    transition: bottom 0.38s ease-in-out;
  }
  .sort__menu--open {
    bottom: 0;
  }
  .sort__menu-container {
    width: 100%;
    max-width: 1406px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 10px 30px 30px;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    gap: 20px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .sort__menu-container {
    max-width: 720px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 768px) {
  .sort__menu-container {
    max-width: 540px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 576px) {
  .sort__menu-container {
    max-width: none;
  }
}
@media screen and (max-width: 1023px) {
  .sort__menu-line {
    background: #E3E7ED;
    height: 4px;
    border-radius: 2px;
    width: 31px;
    align-self: center;
  }
  .sort__menu-title {
    font-size: 22px;
    font-weight: 500;
  }
  .sort__menu-radio {
    align-items: baseline;
  }
  .sort__menu-radio .radio__label {
    font-size: 16px;
  }
  .sort__menu-radio .radio__element:checked + .radio__label {
    font-weight: 500;
  }
}
.cardTable {
  display: grid;
  grid-template-columns: clamp(7.688rem, 9.661vw + 1.269rem, 10rem) clamp(21.375rem, 73.368vw + -27.369rem, 38.938rem) clamp(12.563rem, 6.789vw + 8.052rem, 14.188rem);
  gap: 20px;
  padding: clamp(1rem, 2.089vw + -0.388rem, 1.5rem);
  border-bottom: 1px solid #e3e7ed;
  transition: box-shadow 0.38s ease-in-out;
}
.cardTable:hover {
  box-shadow: 0px 0px 30px 5px rgba(72, 79, 85, 0.1019607843);
}
.cardTable:hover .cardTable__discount {
  opacity: 1;
}
.cardTable:hover .card__btn {
  background-color: #f25108;
  color: #ffffff;
}
.cardTable:hover .btn--grey {
  background-color: #33373f;
}
.cardTable__art {
  font-size: 12px;
  color: #7d8792;
  margin-bottom: 8px;
}
.cardTable__price-total--mobile {
  display: none;
}
.cardTable__price .card__price {
  margin-bottom: 0;
  font-size: 20px;
}
.cardTable__price-title {
  font-size: 12px;
  color: #7d8792;
  margin-bottom: 8px;
}
.cardTable__price-item {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}
.cardTable__price-discount {
  font-size: 12px;
  color: #b9c0c7;
  text-decoration: line-through;
  align-self: flex-end;
}
.cardTable__price-discountTag {
  font-size: 10px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  padding: 4px 6px;
  background-color: #e92929;
  border-radius: 4px;
}
.cardTable__price-delivery {
  display: flex;
  font-size: 14px;
  gap: 6px;
  margin-bottom: clamp(1rem, 1.044vw + 0.306rem, 1.25rem);
  color: #5b646c;
}
.cardTable__price-delivery .icon-info {
  font-size: 16px;
  cursor: pointer;
  color: #b9c0c7;
  position: relative;
}
.cardTable__price-delivery .icon-info:hover .cardTable__price-tooltip {
  opacity: 1;
  pointer-events: auto;
}
.cardTable__price-icon {
  font-size: 16px;
}
.cardTable__price-tooltip {
  position: absolute;
  background-color: #ffffff;
  bottom: 30px;
  right: clamp(-1.875rem, -32.376vw + 19.635rem, -9.625rem);
  z-index: 1;
  color: #33373f;
  font-size: 12px;
  font-family: "Roboto";
  padding: 10px;
  min-width: 204px;
  line-height: 1.2;
  box-shadow: 0px 2px 4px 0px rgba(72, 79, 85, 0.1019607843);
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.38s ease-in-out;
}
.cardTable__price-tooltip:after {
  content: "";
  position: absolute;
  background: url("../img/icon/arrow4.svg") no-repeat center center;
  background-size: contain;
  bottom: -13px;
  width: 24px;
  height: 13px;
  left: clamp(9.563rem, -32.115vw + 30.899rem, 1.875rem);
}
.cardTable__slider {
  position: relative;
}
.cardTable__slider .card__slider {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.cardTable__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.cardTable__subtitle {
  font-size: clamp(0.875rem, 0.522vw + 0.528rem, 1rem);
  color: #7d8792;
  margin-bottom: 16px;
}
.cardTable__accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cardTable__accordion .is-active .cardTable__accordion-btn {
  font-weight: 600;
}
.cardTable__accordion .is-active .cardTable__accordion-icon {
  transform: rotate(-90deg);
}
.cardTable__accordion-btn {
  display: flex;
  align-items: baseline;
  gap: 6px;
  transition: font-weight 0.38s ease-in-out;
}
.cardTable__accordion-icon {
  font-size: 12px;
  transform: rotate(90deg);
  transition: transform 0.38s ease-in-out;
}
.cardTable__accordion-title {
  font-size: 14px;
}
.cardTable__info {
  margin-top: 16px;
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cardTable__info-item {
  display: flex;
  gap: 6px;
  justify-content: space-between;
}
.cardTable__info-text {
  font-size: 14px;
  color: #7d8792;
  line-height: 1;
}
.cardTable__info-line {
  border-bottom: 1px dashed #e3e7ed;
  flex-grow: 1;
}
.cardTable__info-total {
  font-size: 14px;
}
.cardTable__info-total span {
  color: #5b646c;
}
.cardTable__info-total--green {
  color: #3caa3c;
}
.cardTable__info-total--yellow {
  color: #ff7802;
}
.cardTable__info-total--red {
  color: #e92929;
}
.cardTable__characteristics {
  margin-top: 16px;
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cardTable__characteristics-item {
  display: flex;
  gap: 6px;
  justify-content: space-between;
}
.cardTable__characteristics-title {
  font-size: 14px;
  color: #7d8792;
  line-height: 1;
}
.cardTable__characteristics-text {
  font-size: 14px;
  line-height: 1;
}
.cardTable__characteristics-line {
  border-bottom: 1px dashed #e3e7ed;
  flex-grow: 1;
}
.cardTable__methods {
  margin-top: 12px;
}
.cardTable__methods-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}
.cardTable__methods-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cardTable__methods-text {
  font-size: 14px;
  gap: 8px;
  color: #7d8792;
  display: flex;
  align-items: center;
}
.cardTable__methods-text span {
  color: #33373f;
  font-weight: 600;
}
.cardTable__methods-text .icon-info {
  font-size: 16px;
  position: relative;
  cursor: pointer;
  color: #b9c0c7;
}
.cardTable__methods-text .icon-info:hover .cardTable__methods-tooltip {
  opacity: 1;
  pointer-events: auto;
}
.cardTable__methods-text a {
  color: #0d61af;
  text-decoration: underline;
  transition: color 0.38s ease-in-out;
}
.cardTable__methods-text a:hover {
  color: #f25108;
}
.cardTable__methods-tooltip {
  position: absolute;
  background-color: #ffffff;
  bottom: 30px;
  left: -34px;
  z-index: 1;
  color: #33373f;
  font-size: 12px;
  font-family: "Roboto";
  padding: 10px;
  min-width: 204px;
  line-height: 1.2;
  box-shadow: 0px 2px 4px 0px rgba(72, 79, 85, 0.1019607843);
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.38s ease-in-out;
}
.cardTable__methods-tooltip:after {
  content: "";
  position: absolute;
  background: url("../img/icon/arrow4.svg") no-repeat center center;
  background-size: contain;
  bottom: -13px;
  width: 24px;
  height: 13px;
  left: 30px;
}
.cardTable__discount {
  background: #ebf7eb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 1.044vw + -0.194rem, 0.75rem);
  margin-bottom: 16px;
  opacity: 0;
  transition: opacity 0.38s ease-in-out;
}
.cardTable__discount--hidden {
  visibility: hidden;
}
.cardTable__discount-tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 600;
  background: #3caa3c;
  padding: 6px clamp(0.5rem, 0.522vw + 0.153rem, 0.625rem);
  border-radius: 8px;
}
.cardTable__discount-text {
  font-size: 12px;
  color: #3caa3c;
  display: flex;
  align-items: center;
  line-height: 1;
}
.cardTable__discount-text span {
  margin-left: 6px;
}

@media screen and (max-width: 1200px) {
  .cardTable__info {
    width: 100%;
  }
  .cardTable__characteristics {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .cardTable {
    grid-template-columns: 115px 1fr 201px;
  }
  .cardTable__slider .card__pagination {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .cardTable {
    grid-template-columns: 100%;
    border: 1px solid #e3e7ed;
    border-radius: 10px;
    gap: 16px;
  }
  .cardTable__art {
    display: none;
  }
  .cardTable__discount {
    display: none;
  }
  .cardTable__title {
    margin-bottom: 16px;
  }
  .cardTable__methods-text {
    justify-content: space-between;
  }
  .cardTable__methods-text .icon-info {
    display: none;
  }
  .cardTable__subtitle {
    display: none;
  }
  .cardTable__info-total {
    white-space: nowrap;
  }
  .cardTable__price-title {
    display: none;
  }
  .cardTable__price-item {
    margin-bottom: 20px;
  }
  .cardTable__price-delivery {
    display: none;
  }
  .cardTable__price-total {
    display: none;
    margin-bottom: 8px;
  }
  .cardTable__price-total--mobile {
    display: block;
  }
  .cardTable__price-total .status__info {
    display: none;
  }
}
.paging {
  margin-top: clamp(1.25rem, 2.611vw + -0.485rem, 1.875rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.paging__btn {
  padding-left: 71px;
  padding-right: 71px;
  margin-bottom: clamp(1.25rem, 2.611vw + -0.485rem, 1.875rem);
}
.paging__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.paging__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 32px;
  height: 32px;
  border: 1px solid #e3e7ed;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.38s ease-in-out, color 0.38s ease-in-out, border 0.38s ease-in-out;
}
.paging__arrow--left {
  transform: rotate(180deg);
}
.paging__arrow:hover {
  background: #33373f;
  color: #ffffff;
  border: 1px solid #33373f;
}
.paging__num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 32px;
  height: 32px;
  border: 1px solid #e3e7ed;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.38s ease-in-out, color 0.38s ease-in-out, border 0.38s ease-in-out;
}
.paging__num:hover {
  background: #33373f;
  color: #ffffff;
  border: 1px solid #33373f;
}
.paging__num--active {
  background: #f25108;
  color: #ffffff;
  border: 1px solid #f25108;
}
.paging__num--active:hover {
  background: #f25108;
  color: #ffffff;
  border: 1px solid #f25108;
}
.paging__dotted {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 32px;
  height: 32px;
  border: 1px solid #e3e7ed;
  border-radius: 6px;
}

.description {
  margin-bottom: clamp(3.75rem, 5.222vw + 0.281rem, 5rem);
  color: #5b646c;
  width: 903px;
}
.description--w100 {
  width: 100%;
}
.description__title {
  margin-bottom: 20px;
}
.description__subtitle {
  margin-bottom: 10px;
}
.description p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.description ul {
  list-style: disc;
  padding-left: 25px;
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (max-width: 1023px) {
  .description {
    width: 100%;
  }
}
.tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: clamp(1.875rem, 2.611vw + 0.14rem, 2.5rem);
}
.tags__item {
  display: flex;
  align-items: baseline;
  gap: 10px;
  background-color: #f2f4f7;
  border-radius: 10px;
  padding: 9px 12px;
  cursor: pointer;
  transition: background-color 0.38s ease-in-out;
}
.tags__item:hover {
  background-color: #e3e7ed;
}
.tags__item--none {
  display: none;
}
.tags__item--active {
  background-color: #33373f;
  order: -1;
}
.tags__item--active:hover {
  background-color: #33373f;
}
.tags__item--active .tags__text {
  color: #ffffff;
}
.tags__item--active .tags__icon {
  display: block;
}
.tags__text {
  font-size: 14px;
}
.tags__icon {
  display: none;
  font-size: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 2px;
}
.tags .rotate .tags__more-icon {
  transform: rotate(180deg);
}
.tags__more {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 6px 10px;
  cursor: pointer;
}
.tags__more:hover .tags__more-text {
  color: #f25108;
}
.tags__more:hover .tags__more-icon {
  color: #f25108;
}
.tags__more-text {
  font-size: 14px;
  color: #0d61af;
  transition: color 0.38s ease-in-out;
}
.tags__more-icon {
  rotate: 90deg;
  font-size: 12px;
  color: #0d61af;
  transition: color 0.38s ease-in-out;
}

.arrowTopBtn {
  position: fixed;
  bottom: clamp(1.25rem, 10.444vw + -5.689rem, 3.75rem);
  right: clamp(1.25rem, 10.444vw + -5.689rem, 3.75rem);
  width: clamp(1.875rem, 2.611vw + 0.14rem, 2.5rem);
  height: clamp(1.875rem, 2.611vw + 0.14rem, 2.5rem);
  border: 2px solid #e3e7ed;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 8px 8px 0 rgba(72, 79, 85, 0.1019607843);
  z-index: 1;
  transition: background 0.38s ease-in-out, border 0.38s ease-in-out;
}
.arrowTopBtn:hover {
  background: #33373f;
  border: 2px solid #33373f;
}
.arrowTopBtn:hover .arrowTopBtn__icon {
  color: #ffffff;
}
.arrowTopBtn__icon {
  font-size: clamp(0.938rem, 1.305vw + 0.07rem, 1.25rem);
  transform: rotate(90deg);
  color: #7d8792;
  transition: color 0.38s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .arrowTopBtn {
    display: none;
  }
}
.price {
  padding: clamp(1.25rem, 1.044vw + 0.556rem, 1.5rem);
  box-shadow: 0 0 30px 5px rgba(72, 79, 85, 0.1019607843);
  border-radius: 10px;
}
.price__title {
  font-size: 12px;
  line-height: 1;
  color: #7d8792;
  margin-bottom: 8px;
}
.price__item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.price__num {
  font-size: clamp(1.375rem, 0.522vw + 1.028rem, 1.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  margin-right: 10px;
}
.price__num span {
  font-size: 12px;
  vertical-align: super;
}
.price__num--red {
  color: #e92929;
}
.price__discount {
  font-size: clamp(0.75rem, 0.522vw + 0.403rem, 0.875rem);
  color: #b9c0c7;
  font-weight: 500;
  text-decoration: line-through;
  align-self: flex-end;
  margin-right: 6px;
}
.price__discountTag {
  font-size: 11px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  padding: 4px 6px;
  background-color: #e92929;
  border-radius: 4px;
}
.price__discountCard {
  background: #ebf7eb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 1.044vw + -0.194rem, 0.75rem);
  margin-bottom: 24px;
  transition: opacity 0.38s ease-in-out;
}
.price__discountCard-tag {
  font-size: clamp(0.75rem, 0.522vw + 0.403rem, 0.875rem);
  line-height: 1;
  color: #ffffff;
  font-weight: 600;
  background: #3caa3c;
  padding: 6px clamp(0.5rem, 0.522vw + 0.153rem, 0.625rem);
  border-radius: 8px;
}
.price__discountCard-text {
  font-size: clamp(0.75rem, 0.522vw + 0.403rem, 0.875rem);
  color: #3caa3c;
  display: flex;
  align-items: center;
  line-height: 1;
}
.price__discountCard-text span {
  margin-left: 6px;
  font-size: 12px;
}
.price__btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
.price__desk {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.price__delivery {
  display: flex;
  font-size: 14px;
  gap: 6px;
  color: #5b646c;
}
.price__status {
  margin-bottom: 0;
}
.price__iconTooltip {
  font-size: 16px;
  cursor: pointer;
  color: #b9c0c7;
  position: relative;
}
.price__iconTooltip:hover .price__tooltip {
  opacity: 1;
  pointer-events: auto;
}
.price__icon {
  font-size: 16px;
}
.price__tooltip {
  position: absolute;
  background-color: #ffffff;
  bottom: 30px;
  left: -34px;
  z-index: 1;
  color: #33373f;
  font-size: 12px;
  font-family: "Roboto";
  padding: 10px;
  min-width: 204px;
  line-height: 1.2;
  box-shadow: 0px 2px 4px 0px rgba(72, 79, 85, 0.1019607843);
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.38s ease-in-out;
}
.price__tooltip:after {
  content: "";
  position: absolute;
  background: url("../img/icon/arrow4.svg") no-repeat center center;
  background-size: contain;
  bottom: -13px;
  width: 24px;
  height: 13px;
  left: 30px;
}

@media screen and (max-width: 768px) {
  .price {
    display: none;
  }
}
.payment {
  margin-bottom: clamp(3.75rem, 5.222vw + 0.281rem, 5rem);
  position: relative;
}
.payment__title {
  background: #f2f4f7;
  margin-bottom: clamp(1.25rem, 2.611vw + -0.485rem, 1.875rem);
  padding: 24px;
  border-radius: 10px;
}
.payment__container {
  display: flex;
  justify-content: space-between;
}
.payment__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: clamp(40.688rem, 65.796vw + -3.026rem, 56.438rem);
  line-height: 1.4;
}
.payment__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.payment__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.payment__block-title {
  font-size: 16px;
}
.payment__banner {
  width: clamp(17.875rem, 16.188vw + 7.12rem, 21.75rem);
  height: clamp(18.875rem, 7.311vw + 14.018rem, 20.625rem);
}
.payment__banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.payment__term {
  padding-top: 24px;
  padding-left: 24px;
  padding-bottom: 24px;
  border-left: 2px solid #f25108;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.payment__term-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
}
.payment__term-text {
  line-height: 1.4;
  max-width: 199px;
}
.payment__contract {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1100px) {
  .payment__contract {
    gap: 63px;
  }
}
@media screen and (max-width: 1023px) {
  .payment__wrapper {
    max-width: 360px;
  }
  .payment__contract {
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .payment__container {
    flex-direction: column-reverse;
  }
  .payment__wrapper {
    max-width: 100%;
  }
  .payment__contract {
    position: relative;
    margin-top: -50px;
    margin-bottom: 40px;
  }
  .payment__term {
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .payment__banner {
    width: 100%;
  }
  .payment__banner img {
    object-fit: contain;
  }
}
.basket {
  margin-bottom: clamp(3.75rem, 5.222vw + 0.281rem, 5rem);
}
.basket__title {
  margin-bottom: clamp(1.25rem, 1.044vw + 0.556rem, 1.5rem);
}
.basket__container {
  display: grid;
  grid-template-columns: clamp(42.813rem, 73.89vw + -6.278rem, 60.5rem) clamp(17.5rem, 20.366vw + 3.97rem, 22.375rem);
  gap: clamp(1.25rem, 5.222vw + -2.219rem, 2.5rem);
}
.basket__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(1.25rem, 1.044vw + 0.556rem, 1.5rem);
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: clamp(1rem, 2.089vw + -0.388rem, 1.5rem);
}
.basket__nav-deleteLink {
  font-size: 14px;
  color: #0d61af;
  transition: color 0.38s ease-in-out;
}
.basket__nav-deleteLink:hover {
  color: #f25108;
}
.basket__nav-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.basket__nav-link {
  color: #5b646c;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.38s ease-in-out;
}
.basket__nav-link:hover {
  color: #f25108;
}
.basket__nav-icon {
  font-size: 20px;
}
.basket__nav-text {
  font-size: 14px;
}
.basket__wrapper {
  border-radius: 10px;
  margin-bottom: clamp(3.75rem, 5.222vw + 0.281rem, 5rem);
  background-color: #ffffff;
}

.basketCards {
  display: grid;
  grid-template-columns: 20px 80px 1fr 127px 114px 32px;
  gap: clamp(1.25rem, 1.044vw + 0.556rem, 1.5rem);
  padding: clamp(0.938rem, 2.35vw + -0.624rem, 1.5rem);
  border-bottom: 1px solid #e3e7ed;
}
.basketCards__img {
  height: 80px;
  object-fit: cover;
}
.basketCards__checkBox {
  align-items: flex-start;
}
.basketCards__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.basketCards__arc {
  font-size: 14px;
  line-height: 1;
  color: #7d8792;
  margin-bottom: 16px;
}
.basketCards__arc span {
  color: #33373f;
}
.basketCards__numTitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.basketCards__numTitle span {
  font-size: 12px;
  vertical-align: super;
}
.basketCards__num {
  font-size: 12px;
  margin-bottom: 16px;
  color: #7d8792;
}
.basketCards__icon {
  font-size: 20px;
  color: #7d8792;
  transition: color 0.38s ease-in-out, background-color 0.38s ease-in-out;
  cursor: pointer;
  padding: 6px;
  background-color: #f2f4f7;
  border-radius: 4px;
  height: fit-content;
}
.basketCards__icon:hover {
  background-color: #f25108;
  color: #ffffff;
}

.basketTotal {
  border-radius: 10px;
  padding: clamp(1.25rem, 1.044vw + 0.556rem, 1.5rem);
  background-color: #ffffff;
  height: fit-content;
  position: sticky;
  top: 85px;
}
.basketTotal__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.basketTotal__container:first-child {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e7ed;
}
.basketTotal__item--flex {
  display: flex;
  justify-content: space-between;
}
.basketTotal__item--flex .basketTotal__title {
  margin-bottom: 0;
}
.basketTotal__title {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  margin-bottom: 8px;
}
.basketTotal__text {
  font-size: 14px;
}
.basketTotal__link {
  margin-left: 8px;
  font-weight: 400;
  color: #0d61af;
  text-decoration: underline;
  transition: color 0.38s ease-in-out;
}
.basketTotal__link:hover {
  color: #f25108;
}
.basketTotal__num {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
.basketTotal__num span {
  font-size: 14px;
  vertical-align: super;
}

@media screen and (max-width: 1023px) {
  .basket__container {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 768px) {
  .basket__nav-text {
    display: none;
  }
  .basketCards {
    display: flex;
    flex-wrap: wrap;
  }
  .basketCards__checkBox {
    order: 1;
  }
  .basketCards__img {
    order: 2;
  }
  .basketCards__price {
    order: 3;
  }
  .basketCards__info {
    order: 4;
  }
  .basketCards__icon {
    order: 5;
  }
  .basketCards__counter {
    order: 6;
  }
}
@media screen and (max-width: 576px) {
  .basket__nav-item {
    gap: 15px;
  }
  .basketCards__counter {
    margin-left: 40px;
    flex-grow: 1;
  }
}
.placingOrder__title {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.placingOrder .notice {
  margin-bottom: 16px;
}
.placingOrder__container {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 24px;
}
.placingOrder__container:last-child {
  margin-bottom: 0;
}
.placingOrder__tabs {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
}
.placingOrder__inputs {
  display: grid;
  gap: 20px;
  margin-bottom: 32px;
}
.placingOrder__checkbox {
  margin-bottom: 24px;
}
.placingOrder__checkbox .checkbox__label {
  display: flex;
  gap: 5px;
  line-height: 1;
}
.placingOrder__checkboxLink {
  text-decoration: none !important;
  color: #f25108;
  transition: color 0.38s ease-in-out;
}
.placingOrder__checkboxLink:hover {
  color: #33373f;
}
.placingOrder__btn {
  width: fit-content;
}
.placingOrder__btns {
  display: flex;
  gap: 16px;
}
.placingOrder__link {
  display: flex;
  flex-shrink: 0;
  gap: 6px;
  font-size: 14px;
}
.placingOrder__link a {
  text-decoration: underline;
  color: #0d61af;
  transition: color 0.38s ease-in-out;
}
.placingOrder__link a:hover {
  color: #f25108;
}
.placingOrder__tabsDelivery {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 32px;
}
.placingOrder__tabsDelivery-items {
  display: flex;
  gap: 16px;
  padding: clamp(1.25rem, 1.044vw + 0.556rem, 1.5rem);
  border-radius: 10px;
}
.placingOrder__tabsDelivery-icon {
  font-size: 32px;
  color: #5b646c;
}
.placingOrder__tabsDelivery-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}
.placingOrder__tabsDelivery-text {
  font-size: 14px;
  color: #5b646c;
}
.placingOrder__tabsDelivery .tab__item {
  border: 2px solid #e3e7ed;
}
.placingOrder__tabsDelivery .tab__item--active {
  border: 2px solid #f25108;
}
.placingOrder__tabsDelivery .tab__item--active .placingOrder__tabsDelivery-icon {
  color: #f25108;
}
.placingOrder__pickup {
  border: 1px solid #e3e7ed;
  border-radius: 10px;
  display: grid;
  grid-template-columns: clamp(17.75rem, 11.488vw + 10.117rem, 20.5rem) 1fr;
  height: 550px;
  overflow: hidden;
}
.placingOrder__pickup-btnMobile {
  display: none;
}
.placingOrder__pickup-container {
  overflow: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.placingOrder__pickup-container::-webkit-scrollbar {
  width: 4px;
}
.placingOrder__pickup-container::-webkit-scrollbar-thumb {
  border: 3px solid #b9c0c7; /* Оформление границ бегунка */
}
.placingOrder__pickup-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e3e7ed;
  width: 100%;
}
.placingOrder__pickup-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.placingOrder__pickup-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
}
.placingOrder__pickup-info {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  gap: 6px;
}
.placingOrder__pickup-info--green {
  color: #3caa3c;
}
.placingOrder__pickup-info--orange {
  color: #f25108;
}
.placingOrder__pickup-info--red {
  color: #e92929;
}
.placingOrder__pickup-icon {
  font-size: 16px;
}
.placingOrder__pickup-text {
  font-size: 14px;
  line-height: 1;
}
.placingOrder__pickup-text span {
  font-weight: 500;
  color: #5b646c;
}
.placingOrder__pickup-btn {
  width: fit-content;
}
.placingOrder__delivery-item--none {
  display: none;
}
.placingOrder__delivery-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}
.placingOrder__delivery-select {
  margin-bottom: 16px;
}
.placingOrder__delivery-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #0d61af;
  cursor: pointer;
  transition: color 0.38s ease-in-out;
  font-size: 14px;
  margin-bottom: 32px;
}
.placingOrder__delivery-link:hover {
  color: #f25108;
}
.placingOrder__delivery-icon {
  font-size: 16px;
}
.placingOrder__delivery-container {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 16px;
}
.placingOrder__delivery-label {
  font-size: 12px;
  color: #7d8792;
  margin-bottom: 6px;
}
.placingOrder__delivery-text {
  font-size: 16px;
}
.placingOrder__delivery-btn {
  width: fit-content;
  margin-top: 16px;
}
.placingOrder__delivery-input {
  width: auto;
}
.placingOrder__delivery-input--none {
  display: none;
}
.placingOrder__transport-list {
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
}
.placingOrder__transport-select {
  margin-bottom: 16px;
  width: 452px;
}
.placingOrder__transport-tabs {
  margin-top: 24px;
  margin-bottom: 16px;
}
.placingOrder__pay {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}
.placingOrder__pay-radio {
  gap: 16px;
  padding: 24px;
  border: 2px solid #e3e7ed;
  border-radius: 10px;
  cursor: pointer;
}
.placingOrder__pay-radio--active {
  border: 2px solid #f25108;
}
.placingOrder__pay-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}
.placingOrder__pay-text {
  font-size: 14px;
  color: #5b646c;
}

@media screen and (max-width: 1023px) {
  .placingOrder__tabsDelivery {
    grid-template-columns: repeat(3, 264px);
    overflow: scroll;
  }
  .placingOrder__tabsDelivery-items {
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .placingOrder__title {
    flex-direction: column;
    align-items: flex-start;
  }
  .placingOrder__container {
    padding: 20px;
  }
  .placingOrder__link {
    margin-top: 16px;
  }
  .placingOrder__delivery-container {
    grid-template-columns: 100%;
  }
  .placingOrder__pickup {
    grid-template-columns: 100%;
    height: auto;
    border: none;
  }
  .placingOrder__pickup-container {
    border: 1px solid #e3e7ed;
    border-radius: 10px;
  }
  .placingOrder__pickup-item:has(+ .placingOrder__pickup-item--hidden) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .placingOrder__pickup-item--hidden {
    display: none;
  }
  .placingOrder__pickup-btnMobile {
    display: block;
    margin-top: 16px;
  }
  .placingOrder__pickup-map {
    display: none;
  }
  .placingOrder__pay {
    grid-template-columns: 100%;
  }
  .placingOrder__checkbox {
    align-items: flex-start;
  }
  .placingOrder__checkbox .checkbox__label {
    display: block;
  }
  .placingOrder__checkboxLink {
    display: inline-block;
  }
}
@media screen and (max-width: 576px) {
  .placingOrder__transport-select {
    width: 100%;
  }
  .placingOrder__tabs {
    gap: 20px;
  }
}
.finishOrder__title {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 16px;
}
.finishOrder__title-icon {
  font-size: 16px;
  padding: 8px;
  color: #ffffff;
  background-color: #3caa3c;
  border-radius: 10px;
}
.finishOrder__notice {
  margin-bottom: 24px;
}
.finishOrder__container {
  display: grid;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 10px;
  gap: 20px;
  margin-bottom: clamp(3.75rem, 5.222vw + 0.281rem, 5rem);
}
.finishOrder__item {
  padding-bottom: 8px;
  border-bottom: 1px solid #e3e7ed;
}
.finishOrder__item:first-child {
  border-bottom: 4px solid #f2f4f7;
}
.finishOrder__item-title {
  margin-bottom: 10px;
}
.finishOrder__label {
  font-size: 12px;
  color: #7d8792;
  margin-bottom: 6px;
}
.finishOrder__text {
  font-size: 16px;
  margin-bottom: 16px;
}
.finishOrder__numOrder {
  margin-bottom: 8px;
}
.finishOrder__total {
  display: grid;
  gap: 10px;
}
.finishOrder__total-item {
  display: grid;
  gap: 24px;
  grid-template-columns: 161px 1fr;
  font-size: 16px;
}
.finishOrder__total-title {
  color: #7d8792;
}
.finishOrder__total-text {
  font-weight: 500;
}
.finishOrder__finish {
  display: grid;
  gap: 24px;
  grid-template-columns: 161px 1fr;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 576px) {
  .finishOrder__container {
    padding: 20px;
  }
  .finishOrder__total-item {
    grid-template-columns: 108px 1fr;
  }
  .finishOrder__finish {
    grid-template-columns: 103px 1fr;
  }
}
.news {
  margin-bottom: clamp(3.75rem, 5.222vw + 0.281rem, 5rem);
}
.news__title {
  margin-bottom: clamp(1.25rem, 2.611vw + -0.485rem, 1.875rem);
}
.news__container {
  display: grid;
  grid-template-columns: clamp(9.438rem, 9.399vw + 3.193rem, 11.688rem) clamp(32.938rem, 62.402vw + -8.521rem, 47.875rem) clamp(14.625rem, 23.238vw + -0.813rem, 20.188rem);
  gap: clamp(2.25rem, 2.35vw + 0.689rem, 2.813rem);
}
.news__container--grid2 {
  grid-template-columns: clamp(45.875rem, 44.125vw + 16.559rem, 56.438rem) clamp(13.75rem, 26.893vw + -4.117rem, 20.188rem);
  gap: clamp(1.75rem, 29.504vw + -17.852rem, 8.813rem);
}
.news__img {
  object-fit: cover;
  width: 100%;
  height: 300px;
  border-radius: 10px;
  margin-bottom: 24px;
}
.news__date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 14px;
}
.news__date-text {
  color: #7d8792;
}
.news__date-link {
  color: #b9c0c7;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  gap: 6px;
  transition: color 0.38s ease-in-out;
}
.news__date-link .icon-share {
  font-size: 16px;
}
.news__date-link:hover {
  color: #f25108;
}
.news__content h2 {
  margin-bottom: clamp(1.25rem, 2.611vw + -0.485rem, 1.875rem);
}
.news__content h3 {
  margin-bottom: 10px;
}
.news__content p {
  margin-bottom: clamp(1rem, 1.044vw + 0.306rem, 1.25rem);
  font-size: 16px;
  line-height: 1.4;
}
.news__content .big {
  font-size: 18px;
}
.news__content ul {
  line-height: 1.4;
}
.news__content .images {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.news__content .images img {
  object-fit: contain;
}
.news__content .sliderGallery__title {
  margin-bottom: 0;
}
.news__item {
  margin-bottom: 50px;
}
.news__item:last-child {
  margin-bottom: 0;
}
.news__btn {
  margin-top: clamp(1.25rem, 2.611vw + -0.485rem, 1.875rem);
}

@media screen and (max-width: 1023px) {
  .news__container {
    grid-template-columns: 60% 34%;
  }
}
@media screen and (max-width: 768px) {
  .news__container {
    grid-template-columns: 100%;
  }
}
.passwordValid {
  margin-top: 24px;
  margin-bottom: 16px;
}
.passwordValid--none {
  display: none;
}
.passwordValid__lines {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-bottom: 8px;
}
.passwordValid__line {
  height: 4px;
  background-color: #e3e7ed;
  border-radius: 4px;
  transition: background-color 0.38s ease-in-out;
}
.passwordValid__line--red {
  background-color: #e92929;
}
.passwordValid__line--yellow {
  background-color: #ff7802;
}
.passwordValid__line--green {
  background-color: #3caa3c;
}
.passwordValid__info {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
  transition: color 0.38s ease-in-out;
}
.passwordValid__info--red {
  color: #e92929;
}
.passwordValid__info--yellow {
  color: #ff7802;
}
.passwordValid__info--green {
  color: #3caa3c;
}
.passwordValid__text {
  font-size: 12px;
  color: #5b646c;
}
.passwordValid__text span {
  font-weight: 700;
}
.passwordValid__text--none {
  display: none;
}

.cookie {
  display: flex;
  gap: 32px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  box-shadow: 0px 6px 12px 1px rgba(72, 79, 85, 0.1019607843);
  background-color: #ffffff;
  border-radius: 10px;
  padding: 24px;
  width: 984px;
  z-index: 20;
}
.cookie--none {
  display: none;
}
.cookie__text {
  font-size: 16px;
}

@media screen and (max-width: 1023px) {
  .cookie {
    width: 650px;
    display: flex;
    align-items: center;
  }
  .cookie--none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cookie {
    width: 460px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
@media screen and (max-width: 576px) {
  .cookie {
    width: 330px;
  }
}
.notFound {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.notFound__img {
  object-fit: contain;
  width: clamp(31.25rem, 58.486vw + -7.606rem, 45.25rem);
  height: clamp(26.75rem, 50.131vw + -6.555rem, 38.75rem);
  margin-bottom: 60px;
}
.notFound__text {
  font-size: clamp(1.125rem, 1.567vw + 0.084rem, 1.5rem);
  line-height: 1.4;
  color: #ffffff;
  display: flex;
  gap: 5px;
}
.notFound__text a {
  color: #f25108;
  text-decoration: underline;
}
.notFound__text a:hover {
  text-decoration: none;
}

@media screen and (max-width: 576px) {
  .notFound__img {
    height: 300px;
  }
}
.toolbar {
  display: none;
}

@media screen and (max-width: 1023px) {
  .toolbar {
    display: block;
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .toolbar__container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 0px 6px 12px 0px rgba(72, 79, 85, 0.1019607843);
    padding: 10px;
    gap: 44px;
    border-radius: 16px;
  }
  .toolbar__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .toolbar__icon {
    position: relative;
    margin-bottom: 2px;
    font-size: 26px;
    color: #5b646c;
  }
  .toolbar__text {
    font-size: 12px;
    color: #5b646c;
  }
  .toolbar__count {
    font-family: "Roboto";
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 10px;
    padding: 2px 3px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 5px;
    background-color: #f25108;
  }
}
.profile {
  display: grid;
  grid-template-columns: 208px 1135px;
  gap: 23px;
  margin-bottom: clamp(3.75rem, 5.222vw + 0.281rem, 5rem);
}
.profile__item {
  padding: 24px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 6px 12px 1px rgba(72, 79, 85, 0.1490196078);
  margin-bottom: 24px;
}
.profile__title {
  margin-bottom: 24px;
}
.profile__table {
  margin-bottom: 24px;
}
.profile__table th,
.profile__table td {
  width: auto;
}
.profile__table th {
  color: #7d8792;
  padding: 8px 0;
}
.profile__table td {
  font-weight: 500;
  padding: 17px 0;
}
.profile__table tr:nth-child(2n) td {
  background-color: #ffffff;
}
.profile__table-date {
  font-size: 12px;
  margin-top: 2px;
  font-weight: 400;
  color: #5b646c;
}
.profile__table-btns {
  display: flex;
  align-items: center;
  gap: 24px;
}
.profile__table-btn {
  font-size: 14px;
  padding: 10px;
  color: #ffffff;
  background-color: #f25108;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.38s ease-in-out;
}
.profile__table-btn:hover {
  background-color: #33373f;
}
.profile__table-btn--disabled {
  pointer-events: none;
  background-color: #f2f4f7;
  color: #b9c0c7;
}
.profile__link {
  color: #0d61af;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.38s ease-in-out;
}
.profile__link:hover {
  color: #f25108;
}
.profile__block {
  display: grid;
  gap: 37px;
  border-bottom: 1px solid #e3e7ed;
  padding-bottom: 32px;
  margin-bottom: 24px;
}
.profile__block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.profile__block-item {
  display: grid;
  gap: 40px;
  align-items: center;
  grid-template-columns: 274px 12px 1fr;
  font-size: 16px;
}
.profile__block-title {
  color: #7d8792;
  font-weight: 500;
}
.profile__block-icon {
  color: #3caa3c;
  font-size: 12px;
}
.profile__checkboxes {
  display: grid;
  gap: 16px;
}

.dataProfile {
  display: grid;
  gap: 24px;
  border-bottom: 1px solid #e3e7ed;
  padding-bottom: 32px;
  margin-bottom: 24px;
}
.dataProfile__item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.dataProfile__name {
  width: 345px;
}
.dataProfile__label {
  font-size: 12px;
  color: #7d8792;
  margin-bottom: 6px;
}
.dataProfile__text {
  font-size: 16px;
}
.dataProfile__icon {
  color: #7d8792;
  font-size: 24px;
  cursor: pointer;
  transition: color 0.38s ease-in-out;
}
.dataProfile__icon:hover {
  color: #f25108;
}
.dataProfile__approve {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #7d8792;
  gap: 6px;
}
.dataProfile__approve .icon-check {
  color: #3caa3c;
  font-size: 16px;
}

.accountProfile {
  display: grid;
  gap: 16px;
  border-bottom: 1px solid #e3e7ed;
  padding-bottom: 32px;
  margin-bottom: 24px;
}

.cardManager {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 16px;
}
.cardManager__img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 16px;
}
.cardManager__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
.cardManager__subtitle {
  font-size: 12px;
  margin-bottom: 20px;
  color: #7d8792;
}
.cardManager__phone, .cardManager__email {
  font-size: 14px;
  white-space: nowrap;
}
.cardManager__phone {
  margin-bottom: 4px;
}
.cardManager__email {
  position: relative;
}
.cardManager__email:before {
  content: "";
  position: absolute;
  top: 0;
  right: -13px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 86.74%);
  height: 100%;
  width: 57px;
}

.cardProfile {
  background-color: #ffffff;
  padding: 24px 24px 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 10px;
  margin-bottom: 24px;
}
.cardProfile__img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f4f7;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 500;
}
.cardProfile__title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}
.cardProfile__title-text {
  font-size: 24px;
  font-weight: 500;
}
.cardProfile__title-id {
  font-size: 14px;
  color: #7d8792;
}
.cardProfile__item {
  display: flex;
  align-items: center;
  gap: 24px;
}
.cardProfile__discount {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  background: rgba(60, 170, 60, 0.1019607843);
  padding-right: 12px;
}
.cardProfile__discount-number {
  background-color: #3caa3c;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 8px;
}
.cardProfile__discount-text {
  font-size: 12px;
  color: #3caa3c;
}
.cardProfile__check {
  display: flex;
  align-items: center;
  gap: 6px;
}
.cardProfile__check-icon {
  font-size: 16px;
  color: #3caa3c;
}
.cardProfile__check-text {
  font-size: 14px;
  color: #5b646c;
}

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