/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/css/main.scss ***!
  \**************************************************************************************************************************************************************************************************************/
/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/the-new-css-reset/css/reset.css ***!
  \*****************************************************************************************************************************************************************************************************************************************/
/***
    The new CSS reset - version 1.7.3 (last updated 7.8.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Light.eot");
  src: local("Montserrat Light"), local("Montserrat-Light"),
    url("/assets/fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/Montserrat-Light.woff2") format("woff2"),
    url("/assets/fonts/Montserrat-Light.woff") format("woff"),
    url("/assets/fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.eot");
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url("/assets/fonts/Montserrat-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/Montserrat-Regular.woff2") format("woff2"),
    url("/assets/fonts/Montserrat-Regular.woff") format("woff"),
    url("/assets/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Medium.eot");
  src: local("Montserrat Medium"), local("Montserrat-Medium"),
    url("/assets/fonts/Montserrat-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/Montserrat-Medium.woff2") format("woff2"),
    url("/assets/fonts/Montserrat-Medium.woff") format("woff"),
    url("/assets/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.eot");
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"),
    url("/assets/fonts/Montserrat-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("/assets/fonts/Montserrat-SemiBold.woff") format("woff"),
    url("/assets/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Bold.eot");
  src: local("Montserrat Bold"), local("Montserrat-Bold"),
    url("/assets/fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/Montserrat-Bold.woff2") format("woff2"),
    url("/assets/fonts/Montserrat-Bold.woff") format("woff"),
    url("/assets/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

:root {
  --screen-height: 100vh;
  --adaptive: 1200px;
}
html {
  overflow-x: hidden;
  overflow-x: clip;
}
html.locked {
  overflow: hidden;
}
html.locked body {
  overflow: hidden;
  touch-action: none;
}
html.locked body:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00000080;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
*:where(
    :not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)
  ) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

/* reset default text opacity of input placeholder */
::-webkit-input-placeholder {
  color: unset;
}
::-moz-placeholder {
  color: unset;
}
:-ms-input-placeholder {
  color: unset;
}
::-ms-input-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable="true"]) {
  -webkit-user-drag: element;
}
/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/choices.js/public/assets/styles/choices.min.css ***!
  \********************************************************************************************************************************************/
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 14px;
}
.choices:focus {
  outline: 0;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}
.choices[data-type*="select-one"] {
  cursor: pointer;
}
.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*="select-one"] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*="select-one"] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*="select-one"] .choices__button:focus,
.choices[data-type*="select-one"] .choices__button:hover {
  opacity: 1;
}
.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}
.choices[data-type*="select-one"]
  .choices__item[data-value=""]
  .choices__button {
  display: none;
}
.choices[data-type*="select-one"]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*="select-one"].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}
.choices[data-type*="select-one"][dir="rtl"]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}
.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
}
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0-4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover {
  opacity: 1;
}
.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}
.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir="rtl"] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}
.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir="rtl"] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}
.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  visibility: visible;
}
.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir="rtl"] .choices__list--dropdown .choices__item,
[dir="rtl"] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable::after,
  .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable,
  [dir="rtl"] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable::after,
  [dir="rtl"] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}
.choices__item {
  cursor: default;
}
.choices__item--selectable {
  cursor: pointer;
}
.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.5;
}
.choices__heading {
  font-weight: 500;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}
.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus,
.choices__input:focus {
  outline: 0;
}
.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir="rtl"] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}
.choices__placeholder {
  opacity: 0.5;
}
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/css/main.scss (1) ***!
  \******************************************************************************************************************************************************************************************************************/
.pt-1 {
  padding-top: 0.0625rem;
}

.pt-2 {
  padding-top: 0.125rem;
}

.pt-3 {
  padding-top: 0.1875rem;
}

.pt-4 {
  padding-top: 0.25rem;
}

.pt-5 {
  padding-top: 0.3125rem;
}

.pt-6 {
  padding-top: 0.375rem;
}

.pt-7 {
  padding-top: 0.4375rem;
}

.pt-8 {
  padding-top: 0.5rem;
}

.pt-9 {
  padding-top: 0.5625rem;
}

.pt-10 {
  padding-top: 0.625rem;
}

.pt-11 {
  padding-top: 0.6875rem;
}

.pt-12 {
  padding-top: 0.75rem;
}

.pt-13 {
  padding-top: 0.8125rem;
}

.pt-14 {
  padding-top: 0.875rem;
}

.pt-15 {
  padding-top: 0.9375rem;
}

.pt-16 {
  padding-top: 1rem;
}

.pt-17 {
  padding-top: 1.0625rem;
}

.pt-18 {
  padding-top: 1.125rem;
}

.pt-19 {
  padding-top: 1.1875rem;
}

.pt-20 {
  padding-top: 1.25rem;
}

.pt-25 {
  padding-top: 1.5625rem;
}

.pt-30 {
  padding-top: 1.875rem;
}

.pt-35 {
  padding-top: 2.1875rem;
}

.pt-40 {
  padding-top: 2.5rem;
}

.pt-45 {
  padding-top: 2.8125rem;
}

.pt-50 {
  padding-top: 3.125rem;
}

.pt-55 {
  padding-top: 3.4375rem;
}

.pt-60 {
  padding-top: 3.75rem;
}

.pt-65 {
  padding-top: 4.0625rem;
}

.pt-70 {
  padding-top: 4.375rem;
}

.pt-75 {
  padding-top: 4.6875rem;
}

.pt-80 {
  padding-top: 5rem;
}

.pt-85 {
  padding-top: 5.3125rem;
}

.pt-90 {
  padding-top: 5.625rem;
}

.pt-95 {
  padding-top: 5.9375rem;
}

.pt-100 {
  padding-top: 6.25rem;
}

.pt-105 {
  padding-top: 6.5625rem;
}

.pt-110 {
  padding-top: 6.875rem;
}

.pt-115 {
  padding-top: 7.1875rem;
}

.pt-120 {
  padding-top: 7.5rem;
}

.pt-125 {
  padding-top: 7.8125rem;
}

.pt-130 {
  padding-top: 8.125rem;
}

.pt-135 {
  padding-top: 8.4375rem;
}

.pt-140 {
  padding-top: 8.75rem;
}

.pt-145 {
  padding-top: 9.0625rem;
}

.pt-150 {
  padding-top: 9.375rem;
}

.pt-155 {
  padding-top: 9.6875rem;
}

.pt-160 {
  padding-top: 10rem;
}

.pt-165 {
  padding-top: 10.3125rem;
}

.pt-170 {
  padding-top: 10.625rem;
}

.pt-175 {
  padding-top: 10.9375rem;
}

.pt-180 {
  padding-top: 11.25rem;
}

.pt-185 {
  padding-top: 11.5625rem;
}

.pt-190 {
  padding-top: 11.875rem;
}

.pt-195 {
  padding-top: 12.1875rem;
}

.pt-200 {
  padding-top: 12.5rem;
}

.pt-205 {
  padding-top: 12.8125rem;
}

.pt-210 {
  padding-top: 13.125rem;
}

.pt-215 {
  padding-top: 13.4375rem;
}

.pt-220 {
  padding-top: 13.75rem;
}

.pt-225 {
  padding-top: 14.0625rem;
}

.pt-230 {
  padding-top: 14.375rem;
}

.pt-235 {
  padding-top: 14.6875rem;
}

.pt-240 {
  padding-top: 15rem;
}

.pt-245 {
  padding-top: 15.3125rem;
}

.pt-250 {
  padding-top: 15.625rem;
}

.pb-1 {
  padding-bottom: 0.0625rem;
}

.pb-2 {
  padding-bottom: 0.125rem;
}

.pb-3 {
  padding-bottom: 0.1875rem;
}

.pb-4 {
  padding-bottom: 0.25rem;
}

.pb-5 {
  padding-bottom: 0.3125rem;
}

.pb-6 {
  padding-bottom: 0.375rem;
}

.pb-7 {
  padding-bottom: 0.4375rem;
}

.pb-8 {
  padding-bottom: 0.5rem;
}

.pb-9 {
  padding-bottom: 0.5625rem;
}

.pb-10 {
  padding-bottom: 0.625rem;
}

.pb-11 {
  padding-bottom: 0.6875rem;
}

.pb-12 {
  padding-bottom: 0.75rem;
}

.pb-13 {
  padding-bottom: 0.8125rem;
}

.pb-14 {
  padding-bottom: 0.875rem;
}

.pb-15 {
  padding-bottom: 0.9375rem;
}

.pb-16 {
  padding-bottom: 1rem;
}

.pb-17 {
  padding-bottom: 1.0625rem;
}

.pb-18 {
  padding-bottom: 1.125rem;
}

.pb-19 {
  padding-bottom: 1.1875rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.pb-25 {
  padding-bottom: 1.5625rem;
}

.pb-30 {
  padding-bottom: 1.875rem;
}

.pb-35 {
  padding-bottom: 2.1875rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.pb-45 {
  padding-bottom: 2.8125rem;
}

.pb-50 {
  padding-bottom: 3.125rem;
}

.pb-55 {
  padding-bottom: 3.4375rem;
}

.pb-60 {
  padding-bottom: 3.75rem;
}

.pb-65 {
  padding-bottom: 4.0625rem;
}

.pb-70 {
  padding-bottom: 4.375rem;
}

.pb-75 {
  padding-bottom: 4.6875rem;
}

.pb-80 {
  padding-bottom: 5rem;
}

.pb-85 {
  padding-bottom: 5.3125rem;
}

.pb-90 {
  padding-bottom: 5.625rem;
}

.pb-95 {
  padding-bottom: 5.9375rem;
}

.pb-100 {
  padding-bottom: 6.25rem;
}

.pb-105 {
  padding-bottom: 6.5625rem;
}

.pb-110 {
  padding-bottom: 6.875rem;
}

.pb-115 {
  padding-bottom: 7.1875rem;
}

.pb-120 {
  padding-bottom: 7.5rem;
}

.pb-125 {
  padding-bottom: 7.8125rem;
}

.pb-130 {
  padding-bottom: 8.125rem;
}

.pb-135 {
  padding-bottom: 8.4375rem;
}

.pb-140 {
  padding-bottom: 8.75rem;
}

.pb-145 {
  padding-bottom: 9.0625rem;
}

.pb-150 {
  padding-bottom: 9.375rem;
}

.pb-155 {
  padding-bottom: 9.6875rem;
}

.pb-160 {
  padding-bottom: 10rem;
}

.pb-165 {
  padding-bottom: 10.3125rem;
}

.pb-170 {
  padding-bottom: 10.625rem;
}

.pb-175 {
  padding-bottom: 10.9375rem;
}

.pb-180 {
  padding-bottom: 11.25rem;
}

.pb-185 {
  padding-bottom: 11.5625rem;
}

.pb-190 {
  padding-bottom: 11.875rem;
}

.pb-195 {
  padding-bottom: 12.1875rem;
}

.pb-200 {
  padding-bottom: 12.5rem;
}

.pb-205 {
  padding-bottom: 12.8125rem;
}

.pb-210 {
  padding-bottom: 13.125rem;
}

.pb-215 {
  padding-bottom: 13.4375rem;
}

.pb-220 {
  padding-bottom: 13.75rem;
}

.pb-225 {
  padding-bottom: 14.0625rem;
}

.pb-230 {
  padding-bottom: 14.375rem;
}

.pb-235 {
  padding-bottom: 14.6875rem;
}

.pb-240 {
  padding-bottom: 15rem;
}

.pb-245 {
  padding-bottom: 15.3125rem;
}

.pb-250 {
  padding-bottom: 15.625rem;
}

.mb-1 {
  margin-bottom: 0.0625rem;
}

.mb-2 {
  margin-bottom: 0.125rem;
}

.mb-3 {
  margin-bottom: 0.1875rem;
}

.mb-4 {
  margin-bottom: 0.25rem;
}

.mb-5 {
  margin-bottom: 0.3125rem;
}

.mb-6 {
  margin-bottom: 0.375rem;
}

.mb-7 {
  margin-bottom: 0.4375rem;
}

.mb-8 {
  margin-bottom: 0.5rem;
}

.mb-9 {
  margin-bottom: 0.5625rem;
}

.mb-10 {
  margin-bottom: 0.625rem;
}

.mb-11 {
  margin-bottom: 0.6875rem;
}

.mb-12 {
  margin-bottom: 0.75rem;
}

.mb-13 {
  margin-bottom: 0.8125rem;
}

.mb-14 {
  margin-bottom: 0.875rem;
}

.mb-15 {
  margin-bottom: 0.9375rem;
}

.mb-16 {
  margin-bottom: 1rem;
}

.mb-17 {
  margin-bottom: 1.0625rem;
}

.mb-18 {
  margin-bottom: 1.125rem;
}

.mb-19 {
  margin-bottom: 1.1875rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-25 {
  margin-bottom: 1.5625rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.mb-35 {
  margin-bottom: 2.1875rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-45 {
  margin-bottom: 2.8125rem;
}

.mb-50 {
  margin-bottom: 3.125rem;
}

.mb-55 {
  margin-bottom: 3.4375rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.mb-65 {
  margin-bottom: 4.0625rem;
}

.mb-70 {
  margin-bottom: 4.375rem;
}

.mb-75 {
  margin-bottom: 4.6875rem;
}

.mb-80 {
  margin-bottom: 5rem;
}

.mb-85 {
  margin-bottom: 5.3125rem;
}

.mb-90 {
  margin-bottom: 5.625rem;
}

.mb-95 {
  margin-bottom: 5.9375rem;
}

.mb-100 {
  margin-bottom: 6.25rem;
}

.mb-105 {
  margin-bottom: 6.5625rem;
}

.mb-110 {
  margin-bottom: 6.875rem;
}

.mb-115 {
  margin-bottom: 7.1875rem;
}

.mb-120 {
  margin-bottom: 7.5rem;
}

.mb-125 {
  margin-bottom: 7.8125rem;
}

.mb-130 {
  margin-bottom: 8.125rem;
}

.mb-135 {
  margin-bottom: 8.4375rem;
}

.mb-140 {
  margin-bottom: 8.75rem;
}

.mb-145 {
  margin-bottom: 9.0625rem;
}

.mb-150 {
  margin-bottom: 9.375rem;
}

.mb-155 {
  margin-bottom: 9.6875rem;
}

.mb-160 {
  margin-bottom: 10rem;
}

.mb-165 {
  margin-bottom: 10.3125rem;
}

.mb-170 {
  margin-bottom: 10.625rem;
}

.mb-175 {
  margin-bottom: 10.9375rem;
}

.mb-180 {
  margin-bottom: 11.25rem;
}

.mb-185 {
  margin-bottom: 11.5625rem;
}

.mb-190 {
  margin-bottom: 11.875rem;
}

.mb-195 {
  margin-bottom: 12.1875rem;
}

.mb-200 {
  margin-bottom: 12.5rem;
}

.mb-205 {
  margin-bottom: 12.8125rem;
}

.mb-210 {
  margin-bottom: 13.125rem;
}

.mb-215 {
  margin-bottom: 13.4375rem;
}

.mb-220 {
  margin-bottom: 13.75rem;
}

.mb-225 {
  margin-bottom: 14.0625rem;
}

.mb-230 {
  margin-bottom: 14.375rem;
}

.mb-235 {
  margin-bottom: 14.6875rem;
}

.mb-240 {
  margin-bottom: 15rem;
}

.mb-245 {
  margin-bottom: 15.3125rem;
}

.mb-250 {
  margin-bottom: 15.625rem;
}

@font-face {
  font-display: swap;
  font-family: "DigitalNumbers";
  src: url("./assets/fonts/DigitalNumbers-Regular.ttf") format("truetype"),
    url("./assets/fonts/DigitalNumbers-Regular.woff") format("woff"),
    url("./assets/fonts/DigitalNumbers-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
svg,
button {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

input,
textarea,
button {
  font-family: inherit;
}

.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.d-none {
  display: none !important;
}
@media only screen and (max-width: 1200px) {
  .mob-hidden {
    visibility: hidden !important;
    display: none !important;
  }
}

.desktop-hidden {
  display: none !important;
  visibility: hidden;
}
@media only screen and (max-width: 1200px) {
  .desktop-hidden {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    visibility: visible;
  }
}

@media only screen and (max-width: 1200px) {
  .order-m-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 1200px) {
  .order-m-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media only screen and (max-width: 1200px) {
  .order-m-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media only screen and (max-width: 1200px) {
  .order-m-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
}
@media only screen and (max-width: 1200px) {
  .order-m-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
}
@media only screen and (max-width: 1200px) {
  .order-m-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media only screen and (max-width: 1200px) {
  .order-m-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
}
@media only screen and (max-width: 1200px) {
  .order-m-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
}
@media only screen and (max-width: 1200px) {
  .order-m-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
}

.center {
  text-align: center;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

/* .toolbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
} */
@media only screen and (max-width: 1200px) {
  .toolbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .toolbox .button {
    width: 100%;
  }
}

.temp-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.fixed-size {
  overflow: hidden;
}

.hidden {
  display: none !important;
}

.mobile-only {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .mobile-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.mb-32 {
  margin-bottom: 32px;
}

@media only screen and (max-width: 1200px) {
  .mbm-0 {
    margin-bottom: 0rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-1 {
    margin-bottom: 0.0625rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-2 {
    margin-bottom: 0.125rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-3 {
    margin-bottom: 0.1875rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-4 {
    margin-bottom: 0.25rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-5 {
    margin-bottom: 0.3125rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-6 {
    margin-bottom: 0.375rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-7 {
    margin-bottom: 0.4375rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-8 {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-9 {
    margin-bottom: 0.5625rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-10 {
    margin-bottom: 0.625rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-15 {
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-20 {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-25 {
    margin-bottom: 1.5625rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-30 {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-35 {
    margin-bottom: 2.1875rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-35 {
    margin-bottom: 2.1875rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-40 {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-45 {
    margin-bottom: 2.8125rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-50 {
    margin-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-55 {
    margin-bottom: 3.4375rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-60 {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-65 {
    margin-bottom: 4.0625rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-70 {
    margin-bottom: 4.375rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-75 {
    margin-bottom: 4.6875rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-80 {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-85 {
    margin-bottom: 5.3125rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-90 {
    margin-bottom: 5.625rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-95 {
    margin-bottom: 5.9375rem;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-100 {
    margin-bottom: 6.25rem;
  }
}

.pt-315 {
  padding-top: 315px;
}

.pb-315 {
  padding-bottom: 315px;
}

@media only screen and (max-width: 1200px) {
  .ptm-1 {
    padding-top: 0.0625rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-2 {
    padding-top: 0.125rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-3 {
    padding-top: 0.1875rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-4 {
    padding-top: 0.25rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-5 {
    padding-top: 0.3125rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-6 {
    padding-top: 0.375rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-7 {
    padding-top: 0.4375rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-8 {
    padding-top: 0.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-9 {
    padding-top: 0.5625rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-10 {
    padding-top: 0.625rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-15 {
    padding-top: 0.9375rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-20 {
    padding-top: 1.25rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-25 {
    padding-top: 1.5625rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-30 {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-35 {
    padding-top: 2.1875rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-40 {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-45 {
    padding-top: 2.8125rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-50 {
    padding-top: 3.125rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-55 {
    padding-top: 3.4375rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-60 {
    padding-top: 3.75rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-65 {
    padding-top: 4.0625rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-70 {
    padding-top: 4.375rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-75 {
    padding-top: 4.6875rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-80 {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-85 {
    padding-top: 5.3125rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-90 {
    padding-top: 5.625rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-95 {
    padding-top: 5.9375rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ptm-100 {
    padding-top: 6.25rem;
  }
}

@media only screen and (max-width: 1200px) {
  .pbm-1 {
    padding-bottom: 0.0625rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-2 {
    padding-bottom: 0.125rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-3 {
    padding-bottom: 0.1875rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-4 {
    padding-bottom: 0.25rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-5 {
    padding-bottom: 0.3125rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-6 {
    padding-bottom: 0.375rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-7 {
    padding-bottom: 0.4375rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-8 {
    padding-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-9 {
    padding-bottom: 0.5625rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-10 {
    padding-bottom: 0.625rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-15 {
    padding-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-20 {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-25 {
    padding-bottom: 1.5625rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-30 {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-35 {
    padding-bottom: 2.1875rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-40 {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-45 {
    padding-bottom: 2.8125rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-50 {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-55 {
    padding-bottom: 3.4375rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-60 {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-65 {
    padding-bottom: 4.0625rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-70 {
    padding-bottom: 4.375rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-75 {
    padding-bottom: 4.6875rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-80 {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-85 {
    padding-bottom: 5.3125rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-90 {
    padding-bottom: 5.625rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-95 {
    padding-bottom: 5.9375rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-100 {
    padding-bottom: 6.25rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pbm-260 {
    padding-bottom: 260px;
  }
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.logo__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 50px;
  fill: #181818;
}
@media only screen and (max-width: 1200px) {
  .logo__icon {
    width: 86px;
    height: 31px;
  }
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  padding: 17px 35px;
  border-radius: 30px;
  min-width: 230px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: #181818;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .button {
    padding: 13px 35px;
  }
}
.button[disabled],
.card__button[disabled] {
  opacity: 0.6 !important;
  pointer-events: none;
}
.button--purple {
  background-color: #23207c;
}
.button--outline {
  border: 1px solid #ffffff;
}
.button--center {
  margin: 0 auto;
}
.button--light {
  color: #930b0d;
  background-color: #f2f5f7;
}
.button--light:hover {
  background-color: #930b0d;
  color: #ffffff;
}
.button--light .button__icon {
  fill: #930b0d;
}
.button--light:hover .button__icon {
  fill: #ffffff;
}
.button--orange {
  background-color: #930b0d;
}
.button--orange svg {
  fill: #ffffff;
}
.button--violet {
  background-color: #930b0d;
  color: #ffffff;
}
.button--violet:hover {
  background-color: #492E70;
}
.button--violet .button__icon {
  fill: #ffffff;
}
.button__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
}
.button--medium {
  font-size: 14px;
}
.button--small {
  padding: 14px 35px;
  min-width: auto;
}

.decor__star-small {
  position: absolute;
  bottom: 189px;
  right: 104px;
}
.decor__star-big {
  position: absolute;
  top: 162px;
  left: 65px;
}
.decor__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 76px;
  height: 76px;
}
.decor__icon--big {
  width: 88px;
  height: 88px;
}

.label {
  position: absolute;
  top: 17px;
  left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
}
.label--small {
  width: 36px;
  height: 36px;
}
.label--small svg {
  width: 14px;
  height: 14px;
}
.label--orange {
  background-color: #930b0d;
}
.label__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  fill: #ffffff;
}

.add-favourite {
  position: absolute;
  right: 16px;
  bottom: 16px;
  cursor: pointer;
}
.card .add-favourite {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .add-favourite {
    right: 10px;
    bottom: 10px;
  }
}
.add-favourite--static {
  position: static;
}
.add-favourite--static .add-favourite__icon {
  stroke: #c7cbcc;
}
.add-favourite.active .add-favourite__icon {
  fill: #c60000;
  stroke: none;
}
.add-favourite__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  fill: none;
  stroke: #181818;
  stroke-width: 1.5px;
}

.colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 13px;
}

.color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 21px;
  height: 18px;
  border-radius: 4px;
  cursor: pointer;
}
.color:hover input {
  height: 12px;
}
.color input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 21px;
  height: 8px;
  background-color: #c7cbcc;
  border-radius: 4px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.color input:checked {
  height: 18px;
}

.size {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 14px;
}
.size--dark .size__item input:checked ~ span {
  background-color: #181818;
  color: #ffffff;
}
.size--dark .size__item span {
  color: #181818;
}
.size__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.size__item[data-onevalue="0"] {
  display: none;
}
.size__item input:checked ~ span {
  background-color: #930b0d;
  color: #ffffff;
}
.size__item span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #930b0d;
}
.size__item--disabled {
  pointer-events: none;
}
.size__item--disabled span {
  border: none;
  color: #898989;
}

.line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  background-color: #c7cbcc;
}

.input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 28px;
  border-radius: 58px;
  background: #fff;
  -webkit-box-shadow: 0 3.01852px 3.14815px 0 rgba(0, 0, 0, 0.01),
    0 13.28148px 6.51852px 0 rgba(0, 0, 0, 0.02),
    0 32.6px 13px 0 rgba(0, 0, 0, 0.02),
    0 62.78519px 25.48148px 0 rgba(0, 0, 0, 0.02),
    0 105.64815px 46.85185px 0 rgba(0, 0, 0, 0.03),
    0 163px 80px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 3.01852px 3.14815px 0 rgba(0, 0, 0, 0.01),
    0 13.28148px 6.51852px 0 rgba(0, 0, 0, 0.02),
    0 32.6px 13px 0 rgba(0, 0, 0, 0.02),
    0 62.78519px 25.48148px 0 rgba(0, 0, 0, 0.02),
    0 105.64815px 46.85185px 0 rgba(0, 0, 0, 0.03),
    0 163px 80px 0 rgba(0, 0, 0, 0.04);
  text-align: center;
  border: 2px solid;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #c7cbcc;
}
.input--valid {
  border-color: #27ae60;
}
.input--invalid {
  border-color: #c60000;
}
@media only screen and (max-width: 1200px) {
  .input {
    padding: 17px 28px;
    font-size: 14px;
  }
}

.contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  max-width: 232px;
}
.contacts__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.contacts__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 164.607%;
  text-transform: uppercase;
  color: #898989;
}
.contacts__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 164.607%;
  color: #ffffff;
}
.contacts__address {
  font-size: 14px;
  font-weight: 400;
  line-height: 164.607%;
  color: #898989;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.pagination__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px;
  width: 34px;
  height: 34px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 4px;
  color: #c7cbcc;
  background-color: #f4f4f4;
}
.pagination__link.active {
  color: #181818;
  background-color: #f2f5f7;
}

@media screen and (max-width: 574px) {
  .pagination__link {
  }
}

.burger {
  position: relative;
  display: none;
  width: 24px;
  height: 9px;
  z-index: 5;
}
@media only screen and (max-width: 1200px) {
  .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.burger::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #181818;
}
.burger::after {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #181818;
}

.message {
  position: fixed;
  top: 80px;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 34px 59px;
  -webkit-transform: translate3d(-50%, -50px, 0);
  transform: translate3d(-50%, -50px, 0);
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(51, 51, 51, 0.08),
    0 4px 4px 0 rgba(51, 51, 51, 0.04);
  box-shadow: 0 4px 16px 0 rgba(51, 51, 51, 0.08),
    0 4px 4px 0 rgba(51, 51, 51, 0.04);
  z-index: 5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.message.active {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.message--small {
  padding: 17px 29px;
}
.message__picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background-color: #e3efe8;
  border-radius: 50%;
}
.message__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  fill: #27ae60;
}
.message__text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  color: #181818;
}
@media screen and (max-width: 768px) {
  .message {
    width: max-content;
  }
}

.breadcrumbs {
  margin: 34px 0 25px;
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.breadcrumbs__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.breadcrumbs__item:not(:first-child)::before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDExIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC4zNTM2IDQuMzUzNTVDMTAuNTQ4OCA0LjE1ODI5IDEwLjU0ODggMy44NDE3MSAxMC4zNTM2IDMuNjQ2NDVMNy4xNzE1NyAwLjQ2NDQ2NkM2Ljk3NjMxIDAuMjY5MjA0IDYuNjU5NzMgMC4yNjkyMDQgNi40NjQ0NyAwLjQ2NDQ2NkM2LjI2OTIgMC42NTk3MjggNi4yNjkyIDAuOTc2MzExIDYuNDY0NDcgMS4xNzE1N0w5LjI5Mjg5IDRMNi40NjQ0NyA2LjgyODQzQzYuMjY5MiA3LjAyMzY5IDYuMjY5MiA3LjM0MDI3IDYuNDY0NDcgNy41MzU1M0M2LjY1OTczIDcuNzMwOCA2Ljk3NjMxIDcuNzMwOCA3LjE3MTU3IDcuNTM1NTNMMTAuMzUzNiA0LjM1MzU1Wk0wIDQuNUgxMFYzLjVIMFY0LjVaIiBmaWxsPSIjREJEQkRCIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}
.breadcrumbs__link {
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  color: #c7cbcc;
}
.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  cursor: pointer;
}
.checkbox input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 2px solid var(--grey, #ebebeb);
}
.checkbox input:checked {
  border-color: #930b0d;
}
.checkbox input:checked::before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  border-radius: inherit;
  background-color: #930b0d;
}
.checkbox span {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #181818;
}

#range {
  margin-bottom: 14px;
}

.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  right: -10px;
  top: -4px;
  border-radius: 10px;
  outline: 0;
  cursor: pointer;
  background-color: #930b0d;
}

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

.noUi-horizontal {
  height: 4px;
}

.noUi-target {
  position: relative;
  background: #f4f4f4;
}

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

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

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

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

.noUi-connects {
  overflow: hidden;
  z-index: 0;
  border-radius: 3px;
}

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

.noUi-connect {
  height: 100%;
  width: 100%;
  background-color: #930b0d;
}

.noUi-target,
.noUi-target * {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 43px;
  background-color: rgba(24, 24, 24, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.modal__inner.table {
  padding: 30px 30px 70px 130px;
  max-width: 1010px;
  width: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 1200px) {
  .modal {
    padding: 50px 24px;
  }
}
.modal.active {
  opacity: 1;
  visibility: visible;
  z-index: 1050;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 1200px) {
  .tabs {
    gap: 14px;
    overflow-x: auto;
  }
}
.tabs__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .tabs__item {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
    height: auto;
  }
}
.tabs__item.active .tabs__button {
  background-color: #930b0d;
  -webkit-box-shadow: 0 20px 35px 0 rgba(173, 213, 237, 0.25);
  box-shadow: 0 20px 35px 0 rgba(173, 213, 237, 0.25);
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .tabs__item.active .tabs__button {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.tabs__picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 214px;
  overflow: hidden;
  border-radius: 30px;
}
@media only screen and (max-width: 1200px) {
  .tabs__picture {
    display: none;
  }
}
.tabs__picture img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.tabs__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 395px;
  margin-top: -52px;
  padding: 27px 70px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #c7cbcc;
  border-radius: 100px;
  background: #fff;
  -webkit-box-shadow: 0 20px 35px 0 rgba(167, 167, 167, 0.25);
  box-shadow: 0 20px 35px 0 rgba(167, 167, 167, 0.25);
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .tabs__button {
    padding: 12px 9px;
    font-size: 14px;
    width: auto;
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.counter__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 32px;
  height: 32px;
  border: 1px solid #c7cbcc;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.counter__input::-webkit-outer-spin-button,
.counter__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.counter__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #898989;
  border-radius: 2px;
}
.check:checked::before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI0M2MDAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuMzczMDkgMTIuNDI4N0M3LjEyNTI3IDEyLjIyMzggNi44MDIzNSAxMi4xMTI2IDYuNDY5MTEgMTIuMTE3NEM2LjEzNTg2IDEyLjEyMjMgNS44MTY5MyAxMi4yNDI4IDUuNTc2MyAxMi40NTQ5QzUuMzM1NjcgMTIuNjY3IDUuMTkxMTMgMTIuOTU1IDUuMTcxNjkgMTMuMjYxQzUuMTUyMjQgMTMuNTY3IDUuMjU5MzEgMTMuODY4NCA1LjQ3MTQ0IDE0LjEwNDlMOC40MDMxNSAxNi45MzQ5QzguNTI1ODkgMTcuMDUzMyA4LjY3MzM5IDE3LjE0NzcgOC44MzY3OCAxNy4yMTI0QzkuMDAwMTcgMTcuMjc3MSA5LjE3NjA5IDE3LjMxMDggOS4zNTM5OCAxNy4zMTE0QzkuNTMwOTIgMTcuMzEyMyA5LjcwNjI3IDE3LjI4MDYgOS44Njk2MSAxNy4yMThDMTAuMDMyOSAxNy4xNTU0IDEwLjE4MDkgMTcuMDYzMiAxMC4zMDQ4IDE2Ljk0N0wxOS4yNTg0IDguNDQ0ODlDMTkuMzc5OCA4LjMzMDA1IDE5LjQ3NTQgOC4xOTQzNCAxOS41Mzk4IDguMDQ1NTFDMTkuNjA0MiA3Ljg5NjY5IDE5LjYzNiA3LjczNzY2IDE5LjYzMzYgNy41Nzc1QzE5LjYzMTEgNy40MTczNSAxOS41OTQ0IDcuMjU5MjEgMTkuNTI1NSA3LjExMjExQzE5LjQ1NjYgNi45NjUgMTkuMzU2OSA2LjgzMTgzIDE5LjIzMiA2LjcyMDE4QzE5LjEwNzEgNi42MDg1MiAxOC45NTk2IDYuNTIwNTkgMTguNzk3OCA2LjQ2MTM4QzE4LjYzNiA2LjQwMjE4IDE4LjQ2MyA2LjM3Mjg3IDE4LjI4ODkgNi4zNzUxMkMxOC4xMTQ4IDYuMzc3MzggMTcuOTQyOCA2LjQxMTE2IDE3Ljc4MjkgNi40NzQ1M0MxNy42MjMgNi41Mzc5IDE3LjQ3ODIgNi42Mjk2MyAxNy4zNTY4IDYuNzQ0NDdMOS4zNjcxOCAxNC4zNDc4TDcuMzczMDkgMTIuNDI4N1oiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.code input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px;
  width: 100%;
  text-align: center;
  color: #c7cbcc;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  border-radius: 58px;
  border: 2px solid #f4f4f4;
  background: #fff;
}

.size-table-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  cursor: pointer;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.size-table-button span {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: #930b0d;
  border-bottom: 1px dashed #930b0d;
}
.size-table-button__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
}

.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
}
.price__text {
  text-shadow: 0 4px 9px rgba(31, 39, 83, 0.1);
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.36px;
  color: #898989;
}
.price__text--current {
  color: #181818;
}

.price__text:not(.price__text--current) {
  text-decoration: line-through;
}

.product-picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.product-picture img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 768px) {
  .product-picture {
    border-radius: 0;
  }
}
.size-table {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1010px;
  border-radius: 10px;
  padding: 40px 130px 70px;
}
@media only screen and (max-width: 1200px) {
  .size-table {
    max-width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 24px 20px 40px;
    max-height: 80%;
    overflow-y: auto;
  }
}
.size-table__title {
  margin-bottom: 14px;
  font-size: 28px;
  font-weight: 500;
  line-height: 150%;
  color: #181818;
}
@media only screen and (max-width: 1200px) {
  .size-table__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    color: #181818;
  }
}
.size-table__text {
  margin-bottom: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #898989;
}
@media only screen and (max-width: 1200px) {
  .size-table__text {
    text-align: left;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .size-table__table {
    overflow-x: auto;
    max-width: 100%;
  }
}
.size-table__table td,
.size-table__table th {
  padding: 16px 26px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  white-space: nowrap;
  color: #181818;
  border: 1px solid #dcdcdc;
}
.size-table__table th {
  color: #930b0d;
  background: #f8f8f8;
}
.size-table__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 5;
}
.size-table__close svg {
  width: 24px;
}
.size-table__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1200px) {
  .size-table__wrapper {
    overflow-x: auto;
    justify-content: flex-start;
  }
}

.input-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 2px solid transparent;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.input-button::before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d9d9d9;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.input-button:checked {
  border-color: #930b0d;
  background-color: #ffffff;
  border-radius: 50%;
}
.input-button:checked::before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #930b0d;
}

.bonuses {
  margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
  .bonuses {
    padding: 0 24px;
  }
}
.bonuses__title {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  color: #181818;
}
@media only screen and (max-width: 1200px) {
  .bonuses__title {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.bonuses__text {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: #898989;
}
@media only screen and (max-width: 1200px) {
  .bonuses__text {
    margin-bottom: 14px;
  }
}
.bonuses__toolbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding: 12px 14px 12px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #c7cbcc;
  border-radius: 58px;
  border: 2px solid #f4f4f4;
  background: #fff;
}
.bonuses__toolbox input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.bonuses__toolbox input::-webkit-outer-spin-button,
.bonuses__toolbox input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bonuses__toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 2px;
  width: 51px;
  height: 31px;
  border-radius: 100px;
  background: rgba(120, 120, 128, 0.16);
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.bonuses__toggle.active {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: #27ae60;
}
.bonuses__toggle::before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27px;
  height: 27px;
  border-radius: 100px;
  background: #fff;
  -webkit-box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.06),
    0 3px 8px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.06), 0 3px 8px 0 rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(0, 0, 0, 0.04);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.custom-input {
  width: 100%;
}

.coupon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 490px;
  padding: 30px 40px 24px;
  background-image: url("../assets/images/coupon-small.png"),
    url("../assets/images/coupon.svg");
  background-repeat: no-repeat;
  background-position: top -25px right 50px, center;
}
@media only screen and (max-width: 1200px) {
  .coupon {
    width: 100%;
    background-size: 81px auto, 100% 100%;
    background-position: top -10px right 40px, center;
    grid-column: span 2;
  }
}
.coupon__price {
  margin-bottom: 4px;
  font-size: 28px;
  font-weight: 500;
  line-height: 113.9%;
  color: #ffffff;
}
.coupon__text {
  margin-bottom: 50px;
  font-size: 14px;
  font-weight: 500;
  line-height: 113.9%;
  color: #ffffff;
}
.coupon__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 113.9%;
  color: #000000;
  border-radius: 50px;
  background-color: #ffffff;
}

.go-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.go-back--big {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 30px;
  background-color: #f6f6f6;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .go-back--big {
    position: static;
    margin: 0 24px 24px;
  }
}
.go-back--big svg {
  fill: #1c1f22;
}
.go-back span {
  font-size: 14px;
  font-weight: 500;
  line-height: 113.9%;
  color: #898989;
}
.go-back__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: #898989;
}

.password {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 58px;
  background: #fff;
  -webkit-box-shadow: 0px 3.01852px 3.14815px 0px rgba(0, 0, 0, 0.01),
    0px 13.28148px 6.51852px 0px rgba(0, 0, 0, 0.02),
    0px 32.6px 13px 0px rgba(0, 0, 0, 0.02),
    0px 62.78519px 25.48148px 0px rgba(0, 0, 0, 0.02),
    0px 105.64815px 46.85185px 0px rgba(0, 0, 0, 0.03),
    0px 163px 80px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 3.01852px 3.14815px 0px rgba(0, 0, 0, 0.01),
    0px 13.28148px 6.51852px 0px rgba(0, 0, 0, 0.02),
    0px 32.6px 13px 0px rgba(0, 0, 0, 0.02),
    0px 62.78519px 25.48148px 0px rgba(0, 0, 0, 0.02),
    0px 105.64815px 46.85185px 0px rgba(0, 0, 0, 0.03),
    0px 163px 80px 0px rgba(0, 0, 0, 0.04);
}
.password__input {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 50px 11px 24px;
  color: #181818;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.password__input::-webkit-input-placeholder {
  color: #898989;
}
.password__input::-moz-placeholder {
  color: #898989;
}
.password__input:-ms-input-placeholder {
  color: #898989;
}
.password__input::-ms-input-placeholder {
  color: #898989;
}
.password__input::placeholder {
  color: #898989;
}
.password svg {
  position: absolute;
  top: 50%;
  right: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.select {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.select__current {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding: 15px 24px;
  border-radius: 50px;
  background: #fff;
  -webkit-box-shadow: 0 3.01852px 3.14815px 0 rgba(0, 0, 0, 0.01),
    0 13.28148px 6.51852px 0 rgba(0, 0, 0, 0.02),
    0 32.6px 13px 0 rgba(0, 0, 0, 0.02),
    0 62.78519px 25.48148px 0 rgba(0, 0, 0, 0.02),
    0 105.64815px 46.85185px 0 rgba(0, 0, 0, 0.03),
    0 163px 80px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 3.01852px 3.14815px 0 rgba(0, 0, 0, 0.01),
    0 13.28148px 6.51852px 0 rgba(0, 0, 0, 0.02),
    0 32.6px 13px 0 rgba(0, 0, 0, 0.02),
    0 62.78519px 25.48148px 0 rgba(0, 0, 0, 0.02),
    0 105.64815px 46.85185px 0 rgba(0, 0, 0, 0.03),
    0 163px 80px 0 rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
.select__icon {
  position: absolute;
  top: 50%;
  right: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.select__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 113.9%;
  color: #4058af;
}
.select__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 113.9%;
  color: #2b2b2b;
}
.select__dropdown {
  position: absolute;
  top: 114%;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 15px 24px 15px 0;
  max-height: 268px;
  -webkit-box-shadow: 0 3.01852px 3.14815px 0 rgba(0, 0, 0, 0.01),
    0 13.28148px 6.51852px 0 rgba(0, 0, 0, 0.02),
    0 32.6px 13px 0 rgba(0, 0, 0, 0.02),
    0 62.78519px 25.48148px 0 rgba(0, 0, 0, 0.02),
    0 105.64815px 46.85185px 0 rgba(0, 0, 0, 0.03),
    0 163px 80px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 3.01852px 3.14815px 0 rgba(0, 0, 0, 0.01),
    0 13.28148px 6.51852px 0 rgba(0, 0, 0, 0.02),
    0 32.6px 13px 0 rgba(0, 0, 0, 0.02),
    0 62.78519px 25.48148px 0 rgba(0, 0, 0, 0.02),
    0 105.64815px 46.85185px 0 rgba(0, 0, 0, 0.03),
    0 163px 80px 0 rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.select__dropdown.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.select__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-height: 268px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  overflow-y: auto;
}
.select__list::-webkit-scrollbar {
  width: 3px;
}
.select__list::-webkit-scrollbar-thumb {
  background: #1c1f22;
  border-radius: 50px;
}
.select__list::-webkit-scrollbar-track {
  background: #cbcbcb;
  border-radius: 50px;
}
.select__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
}
.select__item:not(:last-of-type) {
  padding-bottom: 10px;
  border-bottom: 1px solid #c7cbcc;
}
.select__item:not(:first-child) {
  padding-top: 10px;
}
.select__item .select__title {
  color: #181818;
}
.select__item .select__text {
  color: #c7cbcc;
}
.select__item--current .select__title {
  color: #4058af;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
  min-height: 100dvh;
  min-width: 320px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #181818;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-x: clip;
  width: 100vw;
  position: relative;
}
.body--gray-light {
  background-color: #fbfbfb;
}

.columns {
  gap: 1.875rem;
  display: grid;
  grid-auto-flow: dense;
  grid-template-rows: minmax(0, 1fr);
  grid-template-columns:
    minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)
    minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(
      0,
      1fr
    )
    minmax(0, 1fr) minmax(0, 1fr);
}
.columns__col {
  position: relative;
}
.columns__col--1 {
  grid-column: span 1;
}
.columns__col--2 {
  grid-column: span 2;
}
.columns__col--3 {
  grid-column: span 3;
}
@media only screen and (max-width: 1200px) {
  .columns__col--3 {
    grid-column: span 12;
  }
}
.columns__col--4 {
  grid-column: span 4;
}
@media only screen and (max-width: 1200px) {
  .columns__col--4 {
    grid-column: span 12;
  }
}
.columns__col--5 {
  grid-column: span 5;
}
@media only screen and (max-width: 1200px) {
  .columns__col--5 {
    grid-column: span 12;
  }
}
.columns__col--6 {
  grid-column: span 6;
}
@media only screen and (max-width: 1200px) {
  .columns__col--6 {
    grid-column: span 12;
  }
}
.columns__col--7 {
  grid-column: span 7;
}
@media only screen and (max-width: 1200px) {
  .columns__col--7 {
    grid-column: span 12;
  }
}
.columns__col--8 {
  grid-column: span 8;
}
@media only screen and (max-width: 1200px) {
  .columns__col--8 {
    grid-column: span 12;
  }
}
.columns__col--9 {
  grid-column: span 9;
}
@media only screen and (max-width: 1200px) {
  .columns__col--9 {
    grid-column: span 12;
  }
}
.columns__col--10 {
  grid-column: span 10;
}
@media only screen and (max-width: 1200px) {
  .columns__col--10 {
    grid-column: span 12;
  }
}
.columns__col--11 {
  grid-column: span 11;
}
@media only screen and (max-width: 1200px) {
  .columns__col--11 {
    grid-column: span 12;
  }
}
.columns__col--12 {
  grid-column: span 12;
}

.container {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 97.5rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 78.75rem;
  }
}
@media only screen and (max-width: 1200px) {
  .container {
    padding: 0;
  }
}

.editor {
  display: block;
  width: 100%;
}
.editor--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section--purple {
  background: #3d3d9e url("../../assets/images/intro-interference.png");
  mix-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
}
.section--light {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#fafafa)
  );
  background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
}
.section--relative {
  position: relative;
  background-color: #ffffff;
  z-index: 1;
}
.section--bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1200px) {
  .section--bg {
    background-image: none !important;
  }
}

.main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: clip;
 /* padding-top: 77px;*/
}
@media only screen and (max-width: 1200px) {
  .main {
    padding-top: 18px;
  }
}

.header {
  /*position: fixed;*/
  /*top: 0;*/
  /*left: 0;*/
  width: 100%;
  z-index: 5;
  background: #fff;
  /*-webkit-backdrop-filter: blur(50px);*/
  /*backdrop-filter: blur(50px);*/
}
@media only screen and (max-width: 1200px) {
  .header {
    background-color: #ffffff;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}
.header__group {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .header__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 24px;
    width: 100%;
  }
}
.header__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .header__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header__logo {
  margin-right: 151px;
}
@media only screen and (max-width: 1200px) {
  .header__logo {
    margin-right: 0;
  }
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .nav {
    display: none;
  }
}
.nav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 14px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #181818;
}
.nav__link--parent {
  position: relative;
}
.nav__link.active {
  background-color: rgba(255, 255, 255, 0.2);
}

.user-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media only screen and (max-width: 1200px) {
  .user-nav {
    width: 100%;
    padding: 19px 24px;
    background-color: #f6f6f6;
  }
}
.user-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.user-nav__item[data-open="search"] .user-nav__link {
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .user-nav__list {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.user-nav__link {
  position: relative;
}
.user-nav__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  fill: #181818;
}
.user-nav__count {
  position: absolute;
  top: -7px;
  right: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #ffffff;
  background-color: #930b0d;
  border-radius: 50%;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 238px;
  padding-top: 55px;
}
@media only screen and (max-width: 1200px) {
  .intro {
    padding: 0;
    gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  .intro {
    flex-direction: column;
  }
}
.intro__title {
  margin-bottom: 14px;
  color: #181818;
  font-size: 50px;
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 1200px) {
  .intro__title {
    font-size: 26px;
  }
}
.intro__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1200px) {
  .intro__info {
    max-width: 50%;
    padding-left: 24px;
    padding-right: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .intro__info {
    max-width: 100%;
    padding: 0 24px;
  }
}
.intro__text {
  margin-bottom: 35px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #898989;
}
@media only screen and (max-width: 1200px) {
  .intro__text {
    font-size: 14px;
  }
}
.intro__intro {
  max-width: 452px;
  margin-bottom: 108px;
}
@media only screen and (max-width: 1200px) {
  .intro__intro {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .intro__intro {
    max-width: 100%;
  }
}
.intro__button {
  -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1200px) {
  .intro__button {
    display: none;
  }
}
.intro__slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1034px;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .intro__slider {
    min-width: 50%;
    flex: 1;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .intro__slider {
    width: 100%;
  }
}
.stories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 80px;
}
@media only screen and (max-width: 1200px) {
  .stories {
    gap: 17px;
    overflow-y: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 500px) {
  .stories {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.stories__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.stories__item--viewed .stories__picture::after {
  width: 96px;
  height: 96px;
}
.stories__item--viewed .stories__picture::before {
  background: #c7cbcc;
}
.stories__picture {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 1200px) {
  .stories__picture {
    width: 70px;
    height: 70px;
  }
}
.stories__picture img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88px;
  height: 88px;
  background-color: #898989;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .stories__picture img {
    width: 62px;
    height: 62px;
  }
}
.stories__picture::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  background: -webkit-gradient(
    linear,
    right top,
    left bottom,
    from(#0042e5),
    color-stop(#d22bb4),
    to(#ffcc53)
  );
  background: linear-gradient(to bottom left, #0042e5, #d22bb4, #ffcc53);
  border-radius: 50%;
  z-index: 0;
}
@media only screen and (max-width: 1200px) {
  .stories__picture::before {
    width: 70px;
    height: 70px;
  }
}
.stories__picture::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95px;
  height: 95px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
@media only screen and (max-width: 1200px) {
  .stories__picture::after {
    width: 66px;
    height: 66px;
  }
}
.stories__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.72px;
  color: #898989;
}
@media only screen and (max-width: 1200px) {
  .stories__text {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.title {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
.title--upper {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .title--upper {
    font-size: 20px;
  }
}
.title--big {
  font-size: 40px;
}
@media only screen and (max-width: 1200px) {
  .title--big {
    font-weight: 400;
    font-size: 26px;
  }
}

.subtitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.72px;
  color: #898989;
}
@media only screen and (max-width: 1200px) {
  .subtitle {
    font-size: 14px;
  }
}

.head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  .head {
    margin-bottom: 30px;
  }
}

.showcase {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 490px;
  height: 711px;
  background-color: #181818;
  border-radius: 35px;
  overflow: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media only screen and (max-width: 1200px) {
  .showcase {
    width: 287px;
    height: 417px;
  }
}
.showcase__picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
}
.showcase__picture img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.showcase__element {
  position: relative;
}
.showcase__element.care {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}
.showcase__pin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.showcase__pin:hover ~ .showcase__toolbox {
  opacity: 1;
  visibility: visible;
}
.showcase__pin::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.showcase__pickup {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 11px;
}
.showcase__toolbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 32px;
  border-radius: 25px;
  border: 1px solid #fff;
  background: rgba(217, 217, 217, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.showcase__element.care .showcase__title,
.showcase__element.care .showcase__price {
  text-decoration: none !important;
  color: #181818;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  -ms-touch-action: auto;
  touch-action: auto;
}
@media only screen and (max-width: 1200px) {
  .slider {
    overflow: visible;
    padding: 0 24px;
  }
}
.slider--visible {
  padding-bottom: 100px;
}
.slider--showcase {
  -webkit-perspective: 800px;
  perspective: 800px;
  overflow: visible;
}
.slider--showcase .slider__wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.slider--showcase .slider__item:not(.slider--showcase .slider__item--active) {
  position: relative;
}
.slider--showcase
  .slider__item:not(.slider--showcase .slider__item--active)::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media only screen and (max-width: 1200px) {
  .slider--showcase .slider__button {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .slider--product .slider__button {
    display: none;
  }
}
.slider--product .slider__item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.slider--product .slider__wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider--product {
  gap: 30px;
}

.slider__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider__controls {
  position: absolute;
  width: 100%;
  pointer-events: none;
}

.section--more .slider__controls {
  top: 50%;
}

.slider--index .slider__controls {
  top: 65%;
}
@media only screen and (max-width: 1200px) {
  .slider__controls {
    left: 0;
  }
}
.slider__button {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.slider--product .slider__button {
  /* transform: translateY(-50%); */
}
@media only screen and (max-width: 1200px) {
  .slider__button {
    width: 30px;
    height: 30px;
  }
}
.slider__button svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  fill: #000000;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.slider__button:hover {
  background-color: #000000;
}
.slider__button:hover svg {
  fill: #ffffff;
}
.slider__button--prev {
  left: -88px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1200px) {
  .slider__button--prev {
    left: 10px;
  }
}
.slider__button--prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider__button--next {
  right: -88px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1200px) {
  .slider__button--next {
    right: 10px;
  }
}
.slider__button--disabled {
  pointer-events: none;
  opacity: 0.7;
}
.slider--reviews {
  -webkit-perspective: 1200px;
  perspective: 1200px;
  overflow: visible;
}
@media only screen and (max-width: 1200px) {
  .slider--reviews {
    position: relative;
  }
}
.slider--reviews .slider__wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.slider--reviews .slider__item {
  display: block;
  width: auto;
}
@media only screen and (max-width: 1200px) {
  .slider--reviews .slider__controls {
    left: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .slider--reviews .slider__button--next {
    width: 30px;
    height: 30px;
    top: 24px;
    right: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .slider--reviews .slider__button--prev {
    width: 30px;
    height: 30px;
    top: 24px;
    left: 24px;
  }
}

.slider--reviews .slider__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  bottom: -50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider--reviews .slider__pagination-bullet {
  cursor: pointer;
}

.slider--reviews .slider__pagination-bullet {
  width: 7px;
  height: 7px;
  background-color: #e9e9e9;
  border: none;
}
.slider--reviews .slider__pagination-bullet::before {
  display: none;
}
.slider--reviews .slider__pagination-bullet--active {
  background-color: #212121;
  border: none;
}

.slider--intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 24px;
  width: 100%;
  min-height: 582px;
  padding: 0;
  overflow: hidden;
}
.slider--intro::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -26px;
  width: 100px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgb(253, 253, 253)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    270deg,
    rgb(253, 253, 253) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}
@media only screen and (max-width: 1200px) {
  /*.slider--intro {*/
  /*  -webkit-box-orient: vertical;*/
  /*  -webkit-box-direction: normal;*/
  /*  -webkit-flex-direction: column;*/
  /*  -ms-flex-direction: column;*/
  /*  flex-direction: column;*/
  /*  height: 346px;*/
  /*  min-height: auto;*/
  /*}*/
  .slider--intro {
    min-height: 449px;
  }
}
.slider--intro .slider__wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1200px) {
  .slider--intro .slider__wrapper {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /*.slider--intro .slider__wrapper {*/
  /*  max-width: unset;*/
  /*}*/
}
.slider--intro .slider__item {
  display: block;
  width: auto;
}
@media only screen and (max-width: 576px) {
  .slider--intro .slider__item {
    min-width: 100vw !important;
  }
  .slider--intro .slider__item .stock {
    margin: 0 auto;
  }
}
.slider--intro .slider__item--active .stock {
  width: 404px;
  height: 582px;
}
@media only screen and (max-width: 1200px) {
  .slider--intro .slider__item--active .stock {
    width: 313px;
    height: 449px;
  }
}
.slider--intro .slider__item--active .stock__info {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
  transform: none !important;
}
.slider--intro .slider__item--active .stock__label {
  opacity: 1;
}
.slider--intro .slider__item--prev {
  -webkit-transform: translate3d(450px, 0, 0) scale(0.5);
  transform: translate3d(450px, 0, 0) scale(0.5);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media only screen and (max-width: 1200px) {
  .slider--intro .slider__item--prev {
    -webkit-transform: translate3d(200px, 0, 0) scale(0.5);
    transform: translate3d(200px, 0, 0) scale(0.5);
    opacity: 0;
  }
}
.slider--intro .slider__controls {
  left: -136px;
  bottom: 0;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  gap: 16px;
}
@media only screen and (max-width: 1200px) {
  .slider--intro .slider__controls {
    left: initial;
    right: 15px;
    bottom: -40px;
  }
}
.slider--intro .slider__controls button {
  position: static;
  -webkit-box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  -webkit-transform: none;
  transform: none;
}
/*@media only screen and (max-width: 1200px) {*/
/*  .slider--intro .slider__controls button {*/
/*    width: 28px;*/
/*    height: 28px;*/
/*  }*/
/*}*/
/*@media only screen and (max-width: 1200px) {*/
/*  .slider--intro .slider__controls button svg {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*  }*/
/*}*/
.slider--intro .slider__controls button:hover svg {
  fill: #181818;
}

/*@media only screen and (max-width: 768px) {*/
/*  .slider--intro .stock__info {*/
/*    display: none;*/
/*  }*/
/*}*/

@media only screen and (max-width: 1200px) {
  .slider--intro .slider__pagination {
    margin-bottom: -36px;
    right: 110px;
  }
}
@media only screen and (max-width: 768px) {
  .slider--intro .slider__pagination {
    margin-bottom: -36px;
    right: 50%;
    transform: translateX(50%);
  }
}
.slider__pagination {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1200px) {
  .slider__pagination {
    margin-bottom: -40px;
  }
}
.slider__pagination-bullet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 27px;
  height: 27px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .slider__pagination-bullet {
    width: 20px;
    height: 20px;
  }
}
.slider__pagination-bullet::before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 11px;
  height: 11px;
  background-color: #c7cbcc;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media only screen and (max-width: 1200px) {
  .slider__pagination-bullet::before {
    width: 5px;
    height: 5px;
  }
}
.slider__pagination-bullet--active {
  border-color: #c7cbcc;
  background-color: #ffffff;
}
.slider__pagination-bullet--active::before {
  background-color: #3d3d9e;
}
@media only screen and (max-width: 1200px) {
  .slider__pagination-bullet--active::before {
    width: 8px;
    height: 8px;
  }
}
.slider--categories {
  overflow: visible;
}
.slider--features {
  max-width: 1320px;
}
@media only screen and (max-width: 1200px) {
  .slider--features {
    position: absolute;
    left: 0;
    bottom: -25%;
    max-width: 100%;
  }
}
.slider--features .slider__wrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.slider--features .slider__item {
  width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.slider--features .slider__button {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .slider--features .slider__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.slider--info {
  display: none;
  position: absolute;
  right: 0;
  bottom: 8px;
  pointer-events: none;
  width: 100%;
}
.slider--info .stock__info {
  right: 0;
  left: initial;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.slider--info .stock__info {
  display: none;
  opacity: 0;
  visibility: visible;
}
.slider--info .swiper-slide-thumb-active .stock__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1200px) {
  .slider--info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.slider--news .slider__item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1200px) {
  .slider--news .slider__controls {
    display: none;
  }
}
.slider--picture {
  position: relative;
  width: 490px;
}
@media only screen and (max-width: 1200px) {
  .slider--picture {
    width: 100%;
    padding: 0;
  }
}
.slider--picture .slider__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #ffffff;
}
.slider--picture .slider__pagination {
  display: none;
  left: 50%;
  margin-bottom: 0;
  bottom: 14px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 1200px) {
  .slider--picture .slider__pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.slider--picture .slider__pagination-bullet {
  cursor: pointer;
}
.slider--picture .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 13px;
  background: #c7cbcc;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.slider--picture .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #930b0d;
}
.slider--picture .product-picture img {
  -o-object-fit: contain;
  object-fit: contain;
}
.slider--picture .slider__wrapper {
  height: 100%;
}
.slider--thumbs {
  position: relative;
  width: 100px;
  padding-bottom: 78px;
  overflow: hidden;
}
.slider--thumbs .slider__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.slider--thumbs .slider__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  border-radius: 15px;
  border: 1px solid #f0f0f2;
  background: #fff;
  cursor: pointer;
}
.slider--thumbs .swiper-slide-thumb-active {
  border-color: #930b0d;
}

.slider--thumbs .slider__item {
  opacity: 0;
  transition: ease 0.3s;
}
.slider--thumbs .slider__item.slider__item--visible {
  opacity: 1;
}
.slider--thumbs .slider__item:nth-child(-n + 4) {
  opacity: 1;
}

.slider--thumbs .slider__button {
  top: initial;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 64px;
  border-radius: 15px;
  opacity: 1;
  visibility: visible;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #ffffff;
  border: 1px solid #f2f5f7;
  -webkit-transform: none;
  transform: none;
}
.slider--thumbs .slider__button:hover svg {
  fill: #181818;
}
.slider--thumbs .slider__button svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.swiper-3d .slider__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-3d .slider__item {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 230px;
}
.card:hover .card__properties {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.card:hover .card__price {
  opacity: 0;
}
.card:hover .card__title {
  opacity: 0;
}
@media only screen and (max-width: 1200px) {
  .card:hover .card__properties {
    display: none;
  }
  .card:hover .card__info {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  .card:hover .card__price {
    opacity: 1;
  }
  .card:hover .card__title {
    opacity: 1;
  }
}
@media only screen and (max-width: 1200px) {
  .slider__item.viewed .card {
    max-width: 200px;
  }
}
.card__picture {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* padding: 28px; */
  width: 230px;
  height: 283px;
  margin-bottom: 15px;
  border: 1px solid #c7cbcc;
  border-radius: 15px;
  background-color: #ffffff;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .card__picture {
    margin-bottom: 4px;
    /* padding: 5px 19px; */
    width: 100%;
    height: auto;
    max-height: 285px;
  }
  .card:not(.card--small) .card__picture {
    min-height: 285px;
  }

  .card:not(.card--small) .card__picture {
    height: 100%;
  }

  .card:not(.card--small) .card__picture img {
    height: 100%;
    max-height: unset;
  }
}

@media screen and (max-width: 574px) {
  .card:not(.card--small) .card__picture {
    height: 220px;
  }

  .card:not(.card--small) .card__picture {
    min-height: 220px;
  }
}
.card__info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  min-height: 116px;
}
@media only screen and (max-width: 1200px) {
  .card__info {
    min-height: auto;
  }
}
.card__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.card__title {
  margin-bottom: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #000000;
}
@media only screen and (max-width: 1200px) {
  .card__title {
    margin-bottom: 7px;
    font-size: 14px;
  }
}
.card__current-price {
  text-shadow: 0 4px 9px rgba(31, 39, 83, 0.1);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.28px;
  color: #181818;
}
@media only screen and (max-width: 1200px) {
  .card__current-price {
    font-size: 12px;
  }
}
.card__previous-price {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.28px;
  text-shadow: 0 4px 9px rgba(31, 39, 83, 0.1);
  color: #c8c8c8;
}
@media only screen and (max-width: 1200px) {
  .card__previous-price {
    font-size: 12px;
  }
}
.card__properties {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: 0.2s linear, background-color 0s linear;
  transition: 0.2s linear, background-color 0s linear;
}

.card__properties .product-item-scu-container,
.card__properties .button__container {
  margin-top: 10px;
}

@media only screen and (max-width: 1200px) {
  .card__properties {
    display: none;
  }
}
.card__button,
.card__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  width: 100%;
  height: 0;
  padding: 11px 22px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #930b0d;
  border-radius: 50px;
  background-color: #f2f5f7;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.card__button.active,
.card__more.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.card__more {
  justify-content: center;
}
.card__button:hover,
.card__more:hover {
  background-color: #930b0d;
  color: #ffffff;
}
.card__button:hover svg {
  fill: #ffffff;
}
.card__button:active {
  background-color: #4f2c7f;
}
.card__button svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  min-width: 24px;
  height: 24px;
  fill: #930b0d;
}
.card--small {
  max-width: 90px;
  max-height: 116px;
}
@media only screen and (max-width: 1200px) {
  .card--small {
    width: 70px;
    height: 90px;
  }
}
.card--small .card__picture {
  width: 100%;
  height: 100%;
  padding: 11px 14px 8px;
}

.card-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
.card-color input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #eee;
  cursor: pointer;
}

.categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .categories {
    padding: 0 24px;
  }
}
.categories__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  max-width: 131px;
  cursor: pointer;
}
.categories__item:hover .categories__picture {
  border-radius: 100px;
  background: #f4f4f4;
}
.categories__item.active .categories__picture {
  border-radius: 100px;
  background: #f4f4f4;
}
.categories__picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 130px;
  height: 160px;
  overflow: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media only screen and (max-width: 1200px) {
  .categories__picture {
    width: 70px;
    height: 85px;
  }
}
.categories__picture img {
  mix-blend-mode: multiply;
  background-color: transparent;
}
@media only screen and (max-width: 1200px) {
  .categories__picture img {
    display: block;
    width: auto;
    height: 100%;
  }
}
.categories__title {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #c7cbcc;
}
@media only screen and (max-width: 1200px) {
  .categories__title {
    font-size: 11px;
    line-height: normal;
    color: #000000;
  }
}

.feedback {
  width: 864px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 91px;
  padding: 89px 94px 69px 49px;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0 20px 60px 0 rgba(46, 33, 61, 0.16);
  box-shadow: 0 20px 60px 0 rgba(46, 33, 61, 0.16);
}
@media only screen and (max-width: 1200px) {
  .feedback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 327px;
    margin: 0 auto;
    gap: 18px;
    padding: 32px 18px 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .feedback__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .feedback__top .feedback__author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 1200px) {
  .feedback__top .feedback__occupation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 1200px) {
  .feedback__top .feedback__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.feedback__text {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: #333b42;
}
@media only screen and (max-width: 1200px) {
  .feedback__text {
    font-size: 14px;
  }
}
.feedback__picture {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 242px;
  height: 242px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #c7cbcc;
  border-radius: 15px;
}
@media only screen and (max-width: 1200px) {
  .feedback__picture {
    width: 106px;
    height: 106px;
  }
}
.feedback__picture img {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .feedback__picture img {
    left: 8px;
    bottom: 8px;
    border-radius: 15px;
  }
}
.feedback__line {
  max-width: 230px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .feedback__line {
    display: none;
  }
}
.feedback__author {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  color: #2b2b2b;
}
@media only screen and (max-width: 1200px) {
  .feedback__author {
    display: none;
    font-size: 18px;
  }
}
.feedback__occupation {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #c7cbcc;
}
@media only screen and (max-width: 1200px) {
  .feedback__occupation {
    margin-bottom: 10px;
    display: none;
    font-size: 14px;
  }
}
.feedback__about {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .feedback__about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.feedback__info {
  margin-top: -10px;
}

.about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 75px;
}
.about::before {
  position: absolute;
  top: 287px;
  left: 326px;
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 181px;
  height: 216px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#8082ff),
    to(#fd80ff)
  );
  background: linear-gradient(180deg, #8082ff 0%, #fd80ff 100%);
  -webkit-filter: blur(100px);
  filter: blur(100px);
}
@media only screen and (max-width: 1200px) {
  .about::before {
    top: 259px;
    left: 73px;
    z-index: -1;
  }
}
.about::after {
  position: absolute;
  top: 42px;
  left: 796px;
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 181px;
  height: 216px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#8082ff),
    to(#fd80ff)
  );
  background: linear-gradient(180deg, #8082ff 0%, #fd80ff 100%);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  z-index: -2;
}
@media only screen and (max-width: 1200px) {
  .about::after {
    top: initial;
    left: initial;
    bottom: -155px;
    right: -79px;
  }
}
@media only screen and (max-width: 1200px) {
  .about {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28px;
  }
}
.about__text {
  max-width: 750px;
  font-size: 26px;
  font-weight: 500;
  line-height: 150%;
  color: #181818;
  z-index: 1;
}
@media only screen and (max-width: 1500px) {
  .about__text {
    max-width: 500px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  .about__text {
    padding: 0 24px;
    font-size: 18px;
    text-align: center;
    max-width: 750px;
  }
}
.about__picture {
  position: absolute;
  right: -12%;
  top: 0;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 945px;
  height: 680px;
  border-radius: 282px 0 0 30px;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .about__picture {
    position: static;
    width: 100%;
    height: 483px;
  }
}
.about__picture img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.about__star {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 76px;
  height: 76px;
}
@media only screen and (max-width: 1200px) {
  .about__star {
    display: none;
  }
}
.about__star--first {
  left: -27px;
  bottom: 45px;
  z-index: -1;
}
.about__star--second {
  left: 730px;
  bottom: 379px;
  z-index: -1;
}

.features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 30px;
}
@media only screen and (max-width: 1200px) {
  .features {
    display: none;
  }
}
.features__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding: 34px 49px 32px;
  max-width: 420px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .features__item {
    padding: 30px;
    max-width: 100%;
  }
}
.features__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 53px;
  height: 53px;
}
.features__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  color: #181818;
}
@media only screen and (max-width: 1200px) {
  .features__title {
    font-size: 14px;
  }
}
.features__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #181818;
}
@media only screen and (max-width: 1200px) {
  .features__text {
    font-size: 14px;
  }
}

.contact-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.contact-us--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .contact-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact-us__form {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 630px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .contact-us__form {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
.contact-us__picture {
  pointer-events: none;
}
@media only screen and (max-width: 1200px) {
  .contact-us__picture:first-child {
    width: 327px;
    height: 476px;
    margin-right: auto;
    margin-top: 100px;
    z-index: 1;
    pointer-events: none;
  }
}
@media only screen and (max-width: 1200px) {
  .contact-us__picture:last-child {
    position: absolute;
    top: 59%;
    right: 0;
    width: 225px;
    height: 503px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
  }
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 1200px) {
  .form {
    padding: 0 24px;
    gap: 14px;
  }
}
.form--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .form--center {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.form__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
@media only screen and (max-width: 1200px) {
  .form__info {
    margin-bottom: 0;
  }
}
.form__title {
  text-align: center;
  font-size: 46px;
  font-weight: 500;
  line-height: normal;
  color: #181818;
}
@media only screen and (max-width: 1200px) {
  .form__title {
    font-size: 23px;
  }
}
.form__text {
  max-width: 380px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #898989;
}

.footer {
  background-color: #181818;
}
.footer__container {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: 230px 1fr 360px;
}
@media only screen and (max-width: 1529px) {
  .footer__container {
    padding: 0 24px;
    grid-template-columns: 100%;
  }
}
.footer__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 30px;
}
@media only screen and (max-width: 1529px) {
  .footer__item {
    padding: 10px 10px 20px 10px;
  }
}
.footer__item:nth-child(1) {
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
}
@media only screen and (max-width: 1529px) {
  .footer__item:nth-child(1) {
    border-bottom: 1px solid #333333;
  }
}
.footer__item:nth-child(2) {
  border-right: 1px solid #333333;
}
@media only screen and (max-width: 1529px) {
  .footer__item:nth-child(2) {
    border-left: 1px solid #333333;
  }
}
.footer__item:nth-child(3) {
  border-right: 1px solid #333333;
}
@media only screen and (max-width: 1529px) {
  .footer__item:nth-child(3) {
    border-left: 1px solid #333333;
  }
}
.footer__item:nth-child(4) {
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
}
@media only screen and (max-width: 1529px) {
  .footer__item:nth-child(4) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 7px;
    border-left: 1px solid #333333;
  }
}
.footer__item:nth-child(5) {
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
}
@media only screen and (max-width: 1529px) {
  .footer__item:nth-child(5) {
    padding-top: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 7px;
    border-top: none;
    border-left: 1px solid #333333;
  }
}
.footer__item:nth-child(6) {
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
}
@media only screen and (max-width: 1529px) {
  .footer__item:nth-child(6) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: none;
    border-left: 1px solid #333333;
  }
}
.footer__item--bg {
  position: relative;
  background: url("../assets/images/footer-bg.jpg");
}
@media only screen and (max-width: 1529px) {
  .footer__item--bg {
    height: 300px;
  }
}
.footer__item--bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(21, 22, 23, 0.85);
  z-index: 0;
  pointer-events: none;
}
.footer__meta {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #898989;
}
.footer__meta span {
  color: #930b0d;
}
.footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 62px;
}
@media only screen and (max-width: 1529px) {
  .footer__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 38px;
  }
}
.footer__element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 10px;
}
.footer__title {
  margin-bottom: 17px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #898989;
}
@media only screen and (max-width: 1529px) {
  .footer__title {
    margin-bottom: 4px;
  }
}
.footer__link {
  font-size: 14px;
  font-weight: 400;
  line-height: 164.607%;
  color: #ffffff;
}
.footer__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 153px;
  fill: #ffffff;
}

.form-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}
.form-news__input {
  margin-bottom: 30px;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 136.107%;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
label.form-news__input {
  display: flex;
  border-bottom: unset;
  padding: 0;
  margin-top: -15px;
}
.form-news__input > input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  padding: 0;
}
.form-news__title {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff;
}

.stock-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}
.stock-counter__title {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #2b2b2b;
}
@media only screen and (max-width: 1200px) {
  .stock-counter__title {
    font-size: 18px;
  }
}
.stock-counter__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .stock-counter__list {
    gap: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.stock-counter__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  min-width: 97px;
}
@media only screen and (max-width: 1200px) {
  .stock-counter__item {
    min-width: auto;
  }
}
.stock-counter__number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 77px;
  height: 77px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.16);
  font-family: "DigitalNumbers", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  color: #898989;
}
@media only screen and (max-width: 1200px) {
  .stock-counter__number {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}
.stock-counter__text {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  color: #333333;
}
@media only screen and (max-width: 1200px) {
  .stock-counter__text {
    font-size: 14px;
  }
}

.stock {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 372px;
  height: 486px;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}
@media only screen and (max-width: 1200px) {
  .stock {
    width: 241px;
    height: 346px;
  }
}
.stock__picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 35px;
  overflow: hidden;
}
.stock__picture img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.stock__info {
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding: 32px 38px 32px 26px;
  background-color: #ffffff;
  border-radius: 35px;
  -webkit-backdrop-filter: blur(3.5px);
  backdrop-filter: blur(3.5px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media only screen and (max-width: 1200px) {
  .stock__info {
    padding: 20px 25px 20px 15px;
    border-radius: 10px;
  }
}
.stock__percent {
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
  color: #930b0d;
}
.stock__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #333333;
}
@media only screen and (max-width: 1200px) {
  .stock__title {
    font-size: 12px;
  }
}
.stock__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27px;
  height: 1px;
  background-color: #333333;
}
@media only screen and (max-width: 1200px) {
  .stock__line {
    width: 15px;
  }
}
.stock__label {
  opacity: 0;
}

.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  height: 0;
  max-height: 386px;
  opacity: 0;
  visibility: hidden;
}

.dropdown.active {
  padding: 23px 0 36px;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.nav__link--parent:hover .dropdown--menu {
  padding: 0;
  height: auto;
  opacity: 1;
  visibility: visible;
}

.dropdown--menu {
  position: absolute;
  width: 150%;
  max-height: 130px;
  flex-wrap: wrap;
  top: 78px;
  padding: 0;
  left: 0;
  flex-direction: column;
}
.dropdown--menu .dropdown__link {
  padding: 10px 14px;
  line-height: 100%;
  background: white;
}
.dropdown--menu.active {
  padding: 0;
}
.dropdown__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 63px;
}
.dropdown__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dropdown__title {
  margin-bottom: 18px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #d7d7d7;
}
.dropdown__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  gap: 10px 179px;
}
.dropdown__link {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 164.607%;
  color: #181818;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.dropdown__link:hover {
  text-decoration: underline;
}
.dropdown__categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  max-width: 880px;
}
.dropdown__element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 10px;
  height: 100%;
}
.dropdown__element--fit {
  height: 255px;
}
.dropdown__element--full {
  height: 100%;
}
.dropdown__element--big {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.dropdown__element--slim {
  width: 230px;
}
.dropdown__picture {
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.dropdown__picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.dropdown__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 164.607%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #181818;
}

.search {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 24px;
  height: calc(100vh - 78px);
  padding-bottom: 60px;
  overflow-y: auto;
}
.search.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.search::-webkit-scrollbar {
  width: 0;
}
.search::-webkit-scrollbar-thumb {
  background: #999;
}
.search::-webkit-scrollbar-track {
  background: #333;
}
.search__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  width: 490px;
  padding: 11px 24px;
  border-radius: 58px;
  border: 2px solid #f4f4f4;
  background: #ffffff;
}

@media only screen and (max-width: 1200px) {
  .search__search {
    width: 100%;
  }

  .search__top {
    padding: 0 24px;
  }

  .search__search .search__icon {
    display: none;
  }

  .search__top .search__close {
    right: 40px;
    top: 26px;
  }
}

.search__search input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #181818;
}
.search__top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  width: 100%;
}
.search__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 65px;
}
.search__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 30px;
}
@media only screen and (max-width: 1200px) {
  .search__wrapper {
    justify-content: center;
  }
}
.search__results {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
}
.search__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.search__close {
  position: absolute;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.all-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 14px;
  padding: 0 24px;
  gap: 14px;
}
.all-category__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.all-category__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.all-category__picture {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
}
.all-category__picture::after {
  width: 96px;
  height: 96px;
}
.all-category__picture::before {
  background: #c7cbcc;
}
.all-category__picture img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 62px;
  height: 62px;
  background-color: #898989;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
  z-index: 1;
}
.all-category__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
  color: #898989;
}
.all-category__title {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #d7d7d7;
}
.all-category__button {
  width: 100%;
}

.header-menu {
  position: absolute;
  top: 47px;
  right: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 93px;
  background: #f6f6f6;
  /* -webkit-box-shadow: 0 4px 52px 0 rgba(11, 11, 11, 0.32);
          box-shadow: 0 4px 52px 0 rgba(11, 11, 11, 0.32); */
  z-index: 5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media only screen and (max-width: 1200px) {
  .header-menu.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.header-menu__item .header-menu__list {
  display: none;
}
.header-menu__item.active {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f6f6f6;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.header-menu__item.active .header-menu__element {
  background-color: #930b0d;
}
.header-menu__item.active .header-menu__element .header-menu__link {
  color: #ffffff;
}
.header-menu__item.active .header-menu__icon {
  fill: #ffffff;
}
.header-menu__item.active .header-menu__icon--arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header-menu__item.active .header-menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  background-color: #f6f6f6;
  padding: 0 24px 24px;
}
.header-menu__item.active .header-menu__item {
  padding: 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.header-menu__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
}
.header-menu__element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 12px;
  padding: 9px 24px;
}
.header-menu__link {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #181818;
}
.header-menu__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 12px 30px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 164.607%;
  color: #898989;
}
.header-menu__info span {
  padding-bottom: 10px;
}
.header-menu__info a {
  font-size: 14px;
  font-weight: 400;
  line-height: 164.607%;
  color: #181818;
}

.validate {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.validate__valid {
  position: absolute;
  top: 50%;
  right: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  background-color: #e3efe8;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.validate__valid svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  fill: #27ae60;
}
.validate input {
  border-radius: 58px;
}
.validate__invalid {
  position: absolute;
  top: 50%;
  left: 107%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 225px;
  border-radius: 16px;
  text-align: left;
  background-color: #e41e1e;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
}
.validate__invalid::before {
  position: absolute;
  top: 50%;
  left: -20px;
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 40px solid #e41e1e;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  z-index: -1;
}
.validate__invalid span {
  width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 1200px) {
  .catalog {
    padding: 0 24px;
  }
}
.catalog__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
}
.catalog__content {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 30px;
}
@media only screen and (max-width: 1200px) {
  .catalog__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .catalog__content .filter {
    visibility: hidden !important;
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .catalog__content .filter .filter__close {
    visibility: hidden !important;
    display: none !important;
  }
}
.catalog__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.catalog__products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1529px) {
  .catalog__products {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 16px;
  }
}
@media only screen and (max-width: 1270px) {
  .catalog__products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1200px) {
  .catalog__products {
    grid-template-columns: 1fr 1fr;
  }
}
.catalog__button--container {
  width: 100%;
}
.catalog__button {
  width: 100%;
}

.catalog__pagination.pagination ~ .catalog__button.button {
  display: none;
}

.filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .filter {
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding: 20px 30px;
    border-radius: 15px 15px 40px 40px;
  }
}
.filter__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.filter__item--more .filter__link {
  color: #930b0d;
}
.filter__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  color: #181818;
}
.filter__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.filter__section--offset {
  gap: 8px;
}
.filter__section.active .filter__element {
  background-color: #f2f5f7;
}
.filter__section.active .filter__text {
  color: #930b0d;
}
.filter__section.active .filter__icon {
  fill: #930b0d;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.filter__section.active .filter__list {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.filter__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.filter__element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 10px;
  cursor: pointer;
}
.filter__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: #181818;
}
.filter__count {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  color: #c7cbcc;
}
.filter__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: #181818;
  cursor: pointer;
}
.filter__link:hover {
  color: #930b0d;
}
.filter__list {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.filter__clear {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #c7cbcc;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .filter__clear {
    text-align: center;
  }
}
.filter__values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  color: #c7cbcc;
}
.filter__values span {
  color: #181818;
}
.filter__close {
  position: absolute;
  top: 20px;
  right: 18px;
  cursor: pointer;
}
.filter__close svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27px;
  height: 27px;
}

.promo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 43px 47px 51px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .promo {
    width: auto;
    margin: 0 24px;
    padding: 54px 32px 30px;
  }
}
.promo__title {
  font-size: 130px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #181818;
}
@media only screen and (max-width: 1200px) {
  .promo__title {
    font-size: 65px;
  }
}
.promo__text {
  margin-top: -10px;
  margin-bottom: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .promo__text {
    margin-top: 0;
    margin-bottom: 60px;
  }
}

.static {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 750px;
}
.static--full {
  max-width: 100%;
}
@media only screen and (max-width: 1200px) {
  .static {
    padding: 0 24px;
  }
}
.static__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.static__top:not(:last-of-type) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  .static__top:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.static__top--620 {
  max-width: 620px;
}
.static__block:not(:last-of-type) {
  margin-bottom: 70px;
}
.static__list {
  padding-left: 40px;
}
.static__list:not(:last-of-type) {
  margin-bottom: 32px;
}
.static__list p:not(:last-of-type) {
  margin-bottom: 35px;
}
.static__list .static__title {
  margin-left: -40px;
}
.static strong {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.72px;
  color: #930b0d;
}
.static b {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.72px;
}
.static svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  fill: #930b0d;
  color: #930b0d;
}
.static__title {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.72px;
  color: #181818;
}
.static__title--big {
  font-size: 20px;
  letter-spacing: 0.96px;
  color: #930b0d;
}
.static ul,
.static ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.static ol {
  margin-bottom: 32px;
  padding-left: 20px;
  list-style: decimal;
}
.static ul {
  padding-left: 20px;
  list-style: disc;
}
.static p,
.static li {
  font-size: 14px;
  font-weight: 400;
  line-height: 164.607%;
  color: #898989;
}
.static span {
  color: #27ae60;
}
.static a {
  text-decoration: underline;
}
.static a span {
  color: green;
  text-decoration: underline;
}
.static__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.static__section:not(:last-of-type) {
  margin-bottom: 32px;
}
.static__section p:not(:last-of-type) {
  margin-bottom: 35px;
}
.static__section b {
  margin-bottom: 18px;
}
.static__item {
  display: none;
  gap: 160px;
}
@media only screen and (max-width: 1200px) {
  .static__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
.static__item.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.static__picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 490px;
  height: 725px;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .static__picture {
    width: 100%;
    height: 433px;
  }
}
.static__picture img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.static--news {
  margin-bottom: 40px;
  max-width: 1100px;
}
@media only screen and (max-width: 1200px) {
  .static--news {
    padding: 0;
  }
}
.static--news h1 {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  color: #000000;
}
@media only screen and (max-width: 1200px) {
  .static--news h1 {
    margin-bottom: 24px;
    font-size: 26px;
  }
}
.static--news p:not(:last-of-type) {
  margin-bottom: 30px;
}

.product-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 21px;
}
.product-cart:not(:last-of-type) {
  border-bottom: 1px solid #c7cbcc;
}
@media only screen and (max-width: 1200px) {
  .product-cart {
    gap: 17px;
  }
}
.product-cart:hover .product-cart__toolbox {
  opacity: 1;
}
.product-cart__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: 100%;
  padding: 24px 0;
}
@media only screen and (max-width: 1200px) {
  .product-cart__item {
    gap: 17px;
    padding-bottom: 59px;
  }
}
.product-cart__total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
}
.product-cart__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-cart__picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 15px 20px 11px;
  margin: auto 0;
  width: 130px;
  height: auto;
  max-height: 163px;
  min-height: 163px;
  border-radius: 15px;
  border: 1px solid #f4f4f4;
}
@media only screen and (max-width: 1200px) {
  .product-cart__picture {
    width: 90px;
    max-height: 112px;
    min-height: 112px;
  }
}
.product-cart__picture img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.product-cart__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}
.product-cart__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  color: #000000;
}
@media only screen and (max-width: 1200px) {
  .product-cart__title {
    font-size: 14px;
  }
}
.product-cart__text {
  color: #c7cbcc;
  text-shadow: 0 4px 9px rgba(31, 39, 83, 0.1);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%; /* 14px */
  letter-spacing: 0.28px;
}
.product-cart__toolbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  opacity: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media only screen and (max-width: 1200px) {
  .product-cart__toolbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    opacity: 1;
  }

  .product-card__toolbox .button {
    min-width: auto;
    padding: 11px 14px;
    font-size: 12px;
    white-space: unset;
  }
  .product-card__toolbox .button svg {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .product-card__toolbox .button:nth-child(3) {
    max-width: 70px;
  }
  .product-card__toolbox .button:nth-child(3) span {
    display: none;
  }
}
.product-cart__available {
  text-shadow: 0 4px 9px rgba(31, 39, 83, 0.1);
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.24px;
  color: #930b0d;
}
@media only screen and (max-width: 1200px) {
  .product-cart__available {
    display: none;
  }
}
.product-cart__counter {
  margin-left: -15px;
}
@media only screen and (max-width: 1200px) {
  .product-cart__counter {
    position: absolute;
    left: 0;
    bottom: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .product-cart__check {
    display: none;
  }
}
.product-cart__check.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cart {
  position: -webkit-sticky;
  position: sticky;
  display: grid;
  grid-template-columns: 1fr 490px;
  gap: 30px;
}
@media only screen and (max-width: 1200px) {
  .cart {
    grid-template-columns: 1fr;
  }
}
.cart__empty {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cart__empty .button {
  margin-top: 32px;
}
.cart__empty.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .cart__empty.active {
    padding: 0 24px;
  }
}
.cart__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 14px;
}
.cart__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .cart__body {
    padding: 0 24px;
  }
}
.cart__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 1200px) {
  .cart__head {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}
.cart__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 26px;
}
.cart__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: #c7cbcc;
}
.cart__button--red {
  color: #c60000;
}
.cart__button--red svg {
  fill: #c60000;
}
@media only screen and (max-width: 1200px) {
  .cart__button span {
    display: none;
  }
}
.cart__button.active span {
  color: #c60000;
}
.cart__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cart__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 1200px) {
  .cart__control {
    display: none;
  }
}
.cart__count {
  padding-bottom: 9px;
  color: #898989;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 1200px) {
  .cart__count {
    display: none;
  }
}
.cart__select {
  display: none;
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
  color: #000000;
}
@media only screen and (max-width: 1200px) {
  .cart__select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.product-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
}
@media only screen and (max-width: 1200px) {
  .product-price {
    gap: 14px;
  }
}
.product-price__old {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #c7cbcc;
  text-shadow: 0 4px 9px rgba(31, 39, 83, 0.1);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.28px;
}
@media only screen and (max-width: 1200px) {
  .product-price__old {
    font-size: 12px;
  }
}
.product-price__current {
  text-shadow: 0 4px 9px rgba(31, 39, 83, 0.1);
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.36px;
  word-break: break-all;
  color: #181818;
}
@media only screen and (max-width: 1200px) {
  .product-price__current {
    font-size: 14px;
  }
}

.total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 490px;
}
@media only screen and (max-width: 1200px) {
  .total {
    width: 100%;
  }
}
.total__wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.total__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 23px;
  padding: 22px 40px;
  border-radius: 15px;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1200px) {
  .total__body {
    padding: 20px;
  }
}
.total__title {
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  color: #181818;
}
.total__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: #898989;
}
.total__text--big {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  color: #2b2b2b;
}
.total__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f4f4;
}
.total__el {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.total__price {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: #2b2b2b;
}
.total__price--red {
  color: #c60000;
}
.total__price--big {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  color: #2b2b2b;
}
.total__total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  margin-bottom: 30px;
}
.total__bonus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 17px;
  width: 100%;
  color: #898989;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  border-radius: 15px;
  background: #f2f5f7;
}
@media only screen and (max-width: 1200px) {
  .total__bonus {
    padding: 17px 10px;
    width: auto;
    margin: 0 24px;
  }
}
.total__products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.total--static .total__wrapper {
  position: static;
}
.total--static .total__body {
  padding-top: 36px;
}

@media only screen and (max-width: 1200px) {
  .favorite {
    padding: 0 24px;
  }
}
.favorite__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  .favorite__head {
    margin-bottom: 30px;
  }
}
.favorite__body {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1200px) {
  .favorite__body {
    gap: 20px 16px;
    grid-template-columns: 1fr 1fr;
  }
}

.about-us {
  position: relative;
  padding-bottom: 150px;
}
@media only screen and (max-width: 1200px) {
  .about-us {
    padding: 0 24px 278px;
  }
}
.about-us__title {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 400;
  line-height: 150%;
  color: #000000;
}
@media only screen and (max-width: 1200px) {
  .about-us__title {
    margin-bottom: 24px;
    font-size: 26px;
  }
}
.about-us__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #181818;
}
.about-us__text:not(:last-of-type) {
  margin-bottom: 20px;
}
.about-us__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 620px;
}
.about-us__picture {
  position: absolute;
  right: -19%;
  bottom: -57%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .about-us__picture {
    width: 370px;
    right: -11%;
    bottom: -12%;
  }
}
.about-us__welcome {
  margin-left: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.64px;
  color: #898989;
}
@media only screen and (max-width: 1200px) {
  .about-us__welcome {
    font-size: 14px;
    letter-spacing: 0.56px;
    margin-right: auto;
    margin-left: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .news {
    padding: 0 24px;
  }
}
.news__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .news__head {
    margin-bottom: 40px;
  }
}
.news__head--left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.news__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: dense;
  gap: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  .news__content {
    grid-template-columns: 1fr;
  }
}
.news__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news__item-title {
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  color: #181818;
}
@media only screen and (max-width: 1200px) {
  .news__item-title {
    font-size: 18px;
  }
}
.news__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 165.4%;
  color: #898989;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1200px) {
  .news__description {
    font-size: 14px;
  }
}
.news__date {
  position: absolute;
  top: 43px;
  left: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 82px;
  height: 82px;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  color: #930b0d;
  background-color: #ffffff;
  border-radius: 50%;
}
.news__date--news {
  top: 0;
  right: 0;
  left: initial;
}
@media only screen and (max-width: 1200px) {
  .news__date--news {
    display: none;
  }
}
.news__picture {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 524px;
  border-radius: 30px;
  overflow: hidden;
}
.news__picture::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.7;
  z-index: 0;
}
.news__picture img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.news__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  max-width: 613px;
  margin-top: -27%;
  padding: 46px 57px 60px;
  background-color: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0 20px 35px 0 rgba(167, 167, 167, 0.25);
  box-shadow: 0 20px 35px 0 rgba(167, 167, 167, 0.25);
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .news__info {
    padding: 40px 37px;
  }
}
.news__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  align-items: center;
}
.news__footer .pagination {
  margin: 0 auto;
}

.news-picture {
  border-radius: 30px;
  overflow: hidden;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 1200px) {
  .faq {
    gap: 30px;
    padding: 0 24px;
  }
}
.faq__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 1270px;
}
.faq__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 30px 60px;
  border-radius: 30px;
  border: 1px solid #f0f0f2;
  width: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .faq__item {
    padding: 24px 20px;
  }
}
.faq__item.active .faq__text {
  display: block;
}
.faq__item.active .faq__title {
  color: #930b0d;
}
.faq__item.active .faq__icon {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  fill: #930b0d;
}
.faq__title {
  max-width: 925px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  color: #181818;
}
@media only screen and (max-width: 1200px) {
  .faq__title {
    max-width: 255px;
  }
}
.faq__text {
  display: none;
  max-width: 810px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #181818;
}
@media only screen and (max-width: 1200px) {
  .faq__text {
    max-width: 260px;
  }
}
.faq__icon {
  position: absolute;
  top: 50%;
  right: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  fill: #181818;
}
@media only screen and (max-width: 1200px) {
  .faq__icon {
    right: 20px;
  }
}

.contacts-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 186px;
}
@media only screen and (max-width: 1200px) {
  .contacts-page {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 24px;
  }
}
.contacts-page__title {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  color: #181818;
}
@media only screen and (max-width: 1200px) {
  .contacts-page__title {
    margin-bottom: 16px;
    font-size: 26px;
  }
}
.contacts-page__text {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.64px;
  color: #898989;
}
@media only screen and (max-width: 1200px) {
  .contacts-page__text {
    margin-bottom: 24px;
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}
.contacts-page__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}
@media only screen and (max-width: 1200px) {
  .contacts-page__form {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.contacts-page__form input,
.contacts-page__form textarea {
  width: 100%;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #bebebe;
  border-radius: 30px;
  border: 2px solid #f4f4f4;
  background: #ffffff;
}
.contacts-page__form textarea {
  margin-bottom: 20px;
  min-height: 124px;
}
.contacts-page__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2px;
  background: #f0f0f2;
}
@media only screen and (max-width: 1200px) {
  .contacts-page__line {
    width: 100%;
    height: 2px;
  }
}
.contacts-page__element {
  max-width: 409px;
}
@media only screen and (max-width: 1200px) {
  .contacts-page__element {
    max-width: 100%;
  }
}
.contacts-page__element--column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 1200px) {
  .contacts-page__element--column {
    gap: 24px;
  }
}
.contacts-page__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}
.contacts-page__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  min-width: 24px;
  color: #930b0d;
}
.contacts-page__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 1200px) {
  .contacts-page__block {
    gap: 16px;
  }
}
.contacts-page__head {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #181818;
}
@media only screen and (max-width: 1200px) {
  .contacts-page__head {
    font-size: 14px;
  }
}
.contacts-page__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.contacts-page__links a,
.contacts-page__links p {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: 0.72px;
  color: #181818;
}
@media only screen and (max-width: 1200px) {
  .contacts-page__links a,
  .contacts-page__links p {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}
.contacts-page__links a {
  color: #930b0d;
}

.product-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 63px;
}
@media only screen and (max-width: 1200px) {
  .product-card {
    gap: 40px;
  }
}
.product-card__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 130px;
}
@media only screen and (max-width: 1200px) {
  .product-card__content {
    padding: 0 24px;
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product-card__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .product-card__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px;
  }
}
.product-card__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.product-card__slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 620px;
  max-height: 600px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1200px) {
  .product-card__slider {
    width: 100%;
    max-height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .product-card__slider {
    max-height: none;
    margin-top: -18px;
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }
}
.product-card__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 150%;
  color: #181818;
}
@media only screen and (max-width: 1200px) {
  .product-card__title {
    font-size: 20px;
  }
}
.product-card__article {
  text-shadow: 0 4px 9px rgba(31, 39, 83, 0.1);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.28px;
  color: #c7cbcc;
}
.product-card__text {
  max-width: 490px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #898989;
}
@media only screen and (max-width: 768px) {
  .product-card__text {
    font-size: 12px;
  }
}
.product-card__head {
  color: #181818;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
.product-card__head--big {
  margin-bottom: 14px;
  font-size: 18px;
}
.product-card__head span {
  color: #898989;
  font-weight: 300;
}
.product-card__price {
  margin-bottom: 18px;
}
.product-card__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 213px;
}
.product-card__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 37px;
  gap: 12px;
}
@media only screen and (max-width: 1200px) {
  .product-card__block {
    margin-bottom: 24px;
  }
}
.product-card__block--custom {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.product-card__block--custom .size-table-button {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media only screen and (max-width: 1200px) {
  .product-card__block--custom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product-card__currency {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  color: #181818;
}
@media only screen and (max-width: 1200px) {
  .product-card__currency {
    margin-bottom: 8px;
  }
}
.product-card__size {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product-card__colors {
  max-width: 250px;
}
.product-card__toolbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: dense;
  max-width: 490px;
  gap: 14px;
}
@media only screen and (max-width: 1200px) {
  /*.product-card__toolbox {*/
  /*  display: -webkit-box;*/
  /*  display: -webkit-flex;*/
  /*  display: -ms-flexbox;*/
  /*  display: flex;*/
  /*}*/
  .product-card__toolbox {
    grid-template-columns: 1fr 70px;
  }
}
.product-card__toolbox .button {
  grid-column: span 1;
}
@media only screen and (max-width: 1200px) {
  /*.product-card__toolbox .button {*/
  /*  width: 100%;*/
  /*}*/
}
.product-card__toolbox .button:nth-child(1),
.product-card__toolbox .button:nth-child(2) {
  grid-column: span 2;
}

@media only screen and (max-width: 1200px) {
  .product-card__toolbox .button:nth-child(1),
  .product-card__toolbox .button:nth-child(2) {
    grid-column: span 1;
  }
  .product-card__toolbox .button:nth-child(4) {
    grid-column: span 2;
    width: auto;
  }
}
.product-card__detail {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1015px;
  gap: 30px;
}
@media only screen and (max-width: 1200px) {
  .product-card__detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 24px;
    gap: 24px;
  }
}
.product-card__detail .product-card__text {
  margin: 0;
  max-width: 100%;
}
.product-card__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 43px;
}
.product-card__item {
  max-width: 490px;
}
.product-card__item td {
  padding: 5px 10px;
}

.order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 86px;
}
@media only screen and (max-width: 1200px) {
  .order {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1200px) {
  .order__data {
    padding: 0 24px;
  }
}
.order__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  color: #181818;
}
@media only screen and (max-width: 1200px) {
  .order__title {
    font-size: 14px;
  }
}
.order__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}
.order__item {
  width: 409px;
  border-radius: 58px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .order__item {
    width: 100%;
  }
}
.order__item input {
  padding: 12px 20px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
  border: 2px solid #f2f5f7;
}
.order__item input::placeholder {
  color: #c7cbcc;
}
.order__position {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.order__head {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  color: #181818;
}
.order__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #898989;
}

.delivery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
  .delivery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.delivery__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding: 29px 18px 24px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 15px;
  background: #f2f5f7;
  border: 2px solid transparent;
  cursor: pointer;
  flex: 0 1;
  flex-basis: 48%;
}
@media only screen and (max-width: 1200px) {
  .delivery__item {
    width: 100%;
  }
}
.delivery__item.active {
  border: 2px solid #930b0d;
  background: rgba(93, 58, 142, 0.05);
}
.delivery__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  color: #181818;
}
.delivery__text {
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #898989;
}

.order-history {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.order-history--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1200px) {
  .order-history--grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.order-history--grid .order-history__item {
  grid-column: span 1;
}
.order-history--grid .order-history__item--full {
  grid-column: span 2;
}
.order-history__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.order-history__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  padding: 24px 34px 34px;
  border-radius: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0 20px 35px 0 #f3f3f3;
  box-shadow: 0 20px 35px 0 #f3f3f3;
}
.order-history__body--detail {
  margin-top: 0;
  gap: 24px;
}
.order-history__body--preview {
  margin-top: -47px;
}
.order-history__body--info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 30px;
}
.order-history__picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 130px;
  height: 163px;
  border-radius: 15px;
  border: 1px solid #f0f0f2;
}
.order-history__picture img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.order-history__status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 95px;
  border-radius: 15px;
  background: #fff;
  padding-top: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 113.9%;
  color: #181818;
}
.order-history__status--fit {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px;
  height: auto;
  width: 100%;
  max-width: 230px;
}
.order-history__status--accepted {
  color: #54a898;
  background-color: #e3efe8;
}
.order-history__status--terminated {
  color: #fa556d;
  background-color: #f9e2e2;
}
.order-history__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 10px;
}
.order-history__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 113.9%;
  color: #2b2b2b;
}
.order-history__text--bold {
  font-weight: 500;
}
.order-history__text--red {
  color: #c60000;
}
.order-history__text--big {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}
.order-history__text--small {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.28px;
  color: #c7cbcc;
  text-shadow: 0 4px 9px rgba(31, 39, 83, 0.1);
}
.order-history__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.order-history__article {
  font-size: 14px;
  font-weight: 400;
  line-height: 113.9%;
  color: #4058af;
}
.order-history__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.order-history__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}
.order-history__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 21px;
}
.order-history__element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.order-history__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  color: #000000;
}
.order-history__price {
  margin-top: auto;
}
.order-history__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 24px;
  grid-column: span 2;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0 20px 35px 0 #f3f3f3;
  box-shadow: 0 20px 35px 0 #f3f3f3;
}
.order-history__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: 100%;
  background-color: #ffffff;
}
.order-history__detail:not(:last-of-type) {
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f2;
}
.order-history__detail:not(:first-child) {
  padding-top: 30px;
}

.timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  max-width: 490px;
}
.timeline__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.timeline__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}
.timeline__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 113.9%;
  color: #c7cbcc;
}
.timeline__text--bold {
  font-weight: 500;
}
.timeline__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
}
.timeline__picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #c7cbcc;
  border-radius: 10px;
  overflow: hidden;
}
.timeline__picture--orange {
  background-color: #930b0d;
}
.timeline__picture--dark {
  background-color: #181818;
}
.timeline__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 9px;
}
.timeline__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 113.9%;
  color: #2b2b2b;
}
.timeline__value {
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 113.9%;
  color: #930b0d;
}

.auth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .auth {
    padding: 0 24px;
  }
}
.auth__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
.auth__title {
  margin-bottom: 24px;
  font-size: 25px;
  font-weight: 400;
  line-height: 113.9%;
  color: #2b2b2b;
}
.auth__subtitle {
  margin-bottom: 30px;
  max-width: 350px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.auth__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.auth__item--small {
  max-width: 370px;
  margin: 0 auto;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .auth__item--small {
    margin: 0;
  }
}
.auth__item--small span {
  font-size: 14px;
  font-weight: 400;
  line-height: 128.113%;
}
@media only screen and (max-width: 1200px) {
  .auth__item--small span {
    font-size: 12px;
  }
}
.auth__toolbox {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 113.9%;
  color: #2b2b2b;
}
.auth__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 27px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #c7cbcc;
  border-radius: 58px;
  background: #fff;
  -webkit-box-shadow: 0 3.01852px 3.14815px 0 rgba(0, 0, 0, 0.01),
    0 13.28148px 6.51852px 0 rgba(0, 0, 0, 0.02),
    0 32.6px 13px 0 rgba(0, 0, 0, 0.02),
    0 62.78519px 25.48148px 0 rgba(0, 0, 0, 0.02),
    0 105.64815px 46.85185px 0 rgba(0, 0, 0, 0.03),
    0 163px 80px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 3.01852px 3.14815px 0 rgba(0, 0, 0, 0.01),
    0 13.28148px 6.51852px 0 rgba(0, 0, 0, 0.02),
    0 32.6px 13px 0 rgba(0, 0, 0, 0.02),
    0 62.78519px 25.48148px 0 rgba(0, 0, 0, 0.02),
    0 105.64815px 46.85185px 0 rgba(0, 0, 0, 0.03),
    0 163px 80px 0 rgba(0, 0, 0, 0.04);
}
.auth__button {
  margin-top: 16px;
}

.lk {
  display: grid;
  grid-template-columns: auto 1270px;
}
@media screen and (max-width: 1529px) {
  .lk {
    grid-template-columns: 220px auto;
  }
}
@media only screen and (max-width: 1200px) {
  .lk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    padding: 0 24px;
  }
}

.lk-body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.lk-body--overflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.lk-body__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #898989;
}
@media only screen and (max-width: 1200px) {
  .lk-body__info {
    padding-bottom: 20px;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
  }
}
.lk-body__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 20px;
  background: #fafafa;
}
.lk-body__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 113.9%;
  color: #2b2b2b;
}
.lk-body__content {
  padding-top: 50px;
}
@media only screen and (max-width: 1200px) {
  .lk-body__item:nth-of-type(2) {
    justify-content: flex-end;
  }
  .lk-body__item:nth-of-type(2) .lk-body__picture {
    flex-grow: 0.3;
    flex-shrink: 0;
  }

  .lk-body__content {
    padding-top: 20px;
  }
}
.lk-body__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 113.9%;
  color: #181818;
}
@media only screen and (max-width: 1200px) {
  .lk-body__text {
    font-size: 14px;
  }
}
.lk-body__picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lk-body__picture img {
  mix-blend-mode: multiply;
}
.lk-body__element {
  grid-column: span 1;
}
.lk-body__element--full {
  grid-column: span 2;
}
.lk-body__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: dense;
  gap: 30px;
}
@media only screen and (max-width: 1200px) {
  .lk-body__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}
.lk-body__promo {
  margin: 0;
  min-height: 208px;
}
.lk-body__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
}

.lk-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 1200px) {
  .lk-nav {
    border-radius: 20px;
    background: #fff;
    padding: 20px 14px;
    gap: 0;
    -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.15);
  }
}
.lk-nav__link {
  font-size: 14px;
  font-weight: 400;
  line-height: 113.9%;
  color: #181818;
}
@media only screen and (max-width: 1200px) {
  .lk-nav__link:not(:last-of-type) {
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
  }
  .lk-nav__link:not(:first-child) {
    padding-top: 10px;
  }
}
.lk-nav__link.active {
  font-weight: 500;
}

.lk-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 50px;
  gap: 24px;
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
}
.lk-form:not(:first-child) {
  padding-top: 50px;
}
.lk-form:last-of-type {
  margin-bottom: 50px;
}
.lk-form--single {
  padding-bottom: 0;
  border-bottom: none;
}
.lk-form--single:last-of-type {
  margin-bottom: 0;
}
.lk-form__avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: #f2f5f7;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
}
.lk-form__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.lk-form__avatar svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
}
.lk-form__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 360px;
}
.lk-form__item:last-of-type {
  margin-bottom: 6px;
}
.lk-form__item span {
  font-size: 14px;
  font-weight: 500;
  line-height: 113.9%;
  color: #2b2b2b;
}
.lk-form__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 24px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #181818;
  border-radius: 58px;
  background: #ffffff;
  -webkit-box-shadow: 0 3.01852px 3.14815px 0 rgba(0, 0, 0, 0.01),
    0 13.28148px 6.51852px 0 rgba(0, 0, 0, 0.02),
    0 32.6px 13px 0 rgba(0, 0, 0, 0.02),
    0 62.78519px 25.48148px 0 rgba(0, 0, 0, 0.02),
    0 105.64815px 46.85185px 0 rgba(0, 0, 0, 0.03),
    0 163px 80px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 3.01852px 3.14815px 0 rgba(0, 0, 0, 0.01),
    0 13.28148px 6.51852px 0 rgba(0, 0, 0, 0.02),
    0 32.6px 13px 0 rgba(0, 0, 0, 0.02),
    0 62.78519px 25.48148px 0 rgba(0, 0, 0, 0.02),
    0 105.64815px 46.85185px 0 rgba(0, 0, 0, 0.03),
    0 163px 80px 0 rgba(0, 0, 0, 0.04);
}
.lk-form__input::-webkit-input-placeholder {
  color: #898989;
}
.lk-form__input::-moz-placeholder {
  color: #898989;
}
.lk-form__input:-ms-input-placeholder {
  color: #898989;
}
.lk-form__input::-ms-input-placeholder {
  color: #898989;
}
.lk-form__input::placeholder {
  color: #898989;
}
.lk-form__input--area {
  border-radius: 20px;
  min-height: 177px;
}
.lk-form__radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  cursor: pointer;
}
.lk-form__title {
  margin-bottom: 13px;
  font-size: 25px;
  font-weight: 500;
  line-height: 113.9%;
  color: #2b2b2b;
}

.lk-toolbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 9px 15px;
  border-radius: 30px;
  background: #f8f8f8;
}
.lk-toolbox__item {
  display: block;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 113.9%;
  color: #181818;
  cursor: pointer;
}
.lk-toolbox__item.active {
  border-radius: 30px;
  background-color: #930b0d;
  color: #ffffff;
}

.valid {
  border-color: #27ae60 !important;
}

.invalid {
  border-color: #e41e1e !important;
}

.cart__empty .title {
  font-weight: 400;
}
.counter__button[disabled] {
  opacity: 0;
  cursor: not-allowed;
  pointer-events: none;
}

.search {
  position: absolute;
  left: 50%;
  width: 100vw;
  background-color: #fff;
  padding-top: 60px;
  transform: translateX(-50%);
  height: auto;
  max-height: calc(100vh - 78px);
  max-height: calc(100dvh - 78px);
}

.search__top-top {
  display: flex;
  gap: 29px;
  width: 100%;
  align-items: center;
}
.search__top-title {
  font-size: 40px;
  color: #131313;
  text-transform: uppercase;
}
.search__search {
  padding: 0 0 0 19px;
  height: 51px;
  width: 100%;
  flex: 1;
  position: relative;
  border: 2px solid #f4f4f4;
  border-radius: 58px;
}
.search__close.static {
  position: static;
  transform: none;
}
.search-submit {
  padding: 12px 25px;
  background-color: #181818;
  white-space: nowrap;
  border-radius: 58px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.search-container {
  width: 100%;
}

.search__search input::placeholder {
  color: #adadad;
}
.search__results {
  align-self: flex-start;
}

.js-search-result .catalog__products {
  grid-template-columns: repeat(6, 1fr);
}
.btn-all {
  width: 100% !important;
}
.w-100 {
  width: 100% !important;
  max-width: 100% !important;
}
@media (max-width: 1600px) {
  .js-search-result .catalog__products {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1200px) {
  .search {
    padding-top: 15px;
    max-height: calc(100vh - 118px);
    max-height: calc(100dvh - 118px);
    padding-bottom: 10px;
  }
  .search__close.static {
    padding: 0;
    min-width: 24px;
  }
  .search__close.static .search__icon {
    display: block;
  }
  .search .catalog__wrapper {
    padding-bottom: 40px;
  }
  .search.new .card:nth-child(n + 6) {
    display: none;
  }
}
@media (max-width: 1240px) {
  .js-search-result .catalog__products {
    grid-template-columns: repeat(4, 1fr);
  }
  .search.new .card:nth-child(n + 5) {
    display: none;
  }
}
@media (max-width: 991px) {
  .js-search-result .catalog__products {
    grid-template-columns: repeat(3, 1fr);
  }
  .search.new .card:nth-child(n + 4) {
    display: none;
  }
}
@media (max-width: 768px) {
  .js-search-result .catalog__products {
    grid-template-columns: repeat(2, 1fr);
  }
  .search__top-top {
    flex-direction: column;
    gap: 12px;
  }
  .search__top-title {
    font-size: 20px;
    align-self: flex-start;
  }
  .search.new .card:nth-child(4) {
    display: flex;
  }
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-popup.show {
  opacity: 1;
  visibility: visible;
  z-index: 1050;
}
.modal.full-window {
  padding-right: 0 !important;
}
.modal.full-window .modal-content-back {
  height: 100%;
  padding: 0;
  display: flex;
}
.modal.full-window .modal-content-back .modal-header {
  display: none;
}
.modal.full-window .modal-content-back .modal-body {
  padding: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  font-family: var(--font-gilroy);
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid none;
  border-radius: 0.3rem;
  outline: 0;
}
.modal-full .modal-content {
  border-radius: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem 2rem;
  border-bottom: none solid none;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 2rem 2rem;
  margin: -2rem -2rem -2rem auto;
}
.modal-full .modal-header {
  padding: 0;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 2rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1.75rem;
  border-top: none solid none;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
  .modal-dialog.modal-full {
    max-width: 100%;
    margin: 0;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered.modal-full {
    min-height: 100%;
    align-items: stretch;
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1140px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-header h4 {
  font-size: 26px;
  font-weight: 500;
}
.modal-header .close {
  cursor: pointer;
  transition: 0.4s;
}
.modal-header .close:hover {
  opacity: 0.65;
}
.modal label.form-news__input {
  color: #000;
  cursor: pointer;
  padding: 15px 0 0;
}
.modal label.form-news__input > input[type="checkbox"] {
  padding: 0;
}
.product-card-dolyami {
  display: flex;
  gap: 13px;
  padding: 9px 18px;
  background-color: #000000;
  margin-bottom: 18px;
  width: 100%;
  align-items: center;
  justify-content: center;
  max-width: 490px;
}
.product-card-dolyami-text {
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
}
.product-card-dolyami-logo {
  padding: 6px;
  background-color: #ffffff;
  border-radius: 4px;
  width: 68px;
  min-width: 68px;
  height: 20px;
}
.product-card-dolyami-logo img {
  vertical-align: top;
}
.product-card-dolyami-logo .dolyami-logo-small {
  display: none;
}
.cookie {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px;
  border-radius: 4px;
  max-width: 768px;
  width: calc(100dvw - 20px);
  background-color: #181818;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 9999;
  text-align: justify;
}
.cookie {
  transition:.4s;
  opacity:0;
  transform:translate3d(-50%,200px,0);
}
.cookie.show-notice {
  opacity:1;
  transform:translate3d(-50%,0,0);
}
@media (max-width: 768px) {
  .cookie__buttons{
    padding-top:15px;
  }
}
.cookie__buttons .disagreeBlock {
  margin-left:10px;
}
.cookie__buttons .agreeBlock {
  margin-left:auto;
}
.cookie__text {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.25;
}
.cookie__link {
  text-decoration: underline;
}
.cookie__link:hover {
  text-decoration: none;
}
.cookie__buttons {
  display:flex;
}
.cookie__btn {
  padding-left: 16px;
  padding-right: 16px;
  width: auto;
  background-color: #ffffff;
  height: 32px;
  border-radius: 4px;
  white-space: nowrap;
  user-select: none;
  outline: none;
  display: block;
  cursor: pointer;
  transition: 200ms;
  font-size: 13px;
  text-align: center;
}
.cookie__btn:hover {
  background-color: #bebebe;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.black {
  color: #181818;
}
@media (max-width: 768px) {
  .product-card-dolyami {
    gap: 12px;
    padding: 13px 16px;
    border-radius: 8px;
  }
  .product-card-dolyami-text {
    line-height: 16px;
  }
  .product-card-dolyami-logo {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    min-width: 30px;
    order: -1;
  }
  .product-card-dolyami-logo .dolyami-logo {
    display: none;
  }
  .product-card-dolyami-logo .dolyami-logo-small {
    display: inherit;
  }
  .cookie {
    flex-direction: column;
    max-width: 500px;
  }
  .cookie__text {
    font-size: 12px;
  }
  .cookie__btn {
    margin: 0 auto;
    width: 100%;
    font-size: 10px;
  }
}

.whatsapp {
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: all 200ms ease-in-out;
  z-index: 1000;
  width: 76px;
  height: 76px;
}
.whatsapp:hover {
  transform: scale(1.1);
}
.whatsapp > svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .whatsapp {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 768px) {
  .whatsapp {
    width: 48px;
    height: 48px;
  }
}
/*# sourceMappingURL=custom.css.map */