@charset "UTF-8";* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	scrollbar-gutter: stable;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
	outline: transparent;
}
input,
textarea {
	width: 100%;
}
label {
	display: inline-block;
}
button,
select,
option {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
address {
	font-style: normal;
}



:root {
 
  --font-family: "Montserrat", sans-serif;
 
  --font-size: 16px;
 
  --main-color: #141414;
}
body {
  color: var(--main-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  min-width: 375px;
}
[data-fls-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*=__container] {
  max-width: 1375px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.button {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 30px;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all ease 0.3s;
}
.button.--pink {
  color: #FFF;
  background: #E6007E;
}
.button.--white {
  color: #343434;
  text-align: right;
  font-size: 6.418px;
  font-style: normal;
  font-weight: 600;
  line-height: 9.627px; 
  letter-spacing: -0.039px;
  border: 0.494px solid rgba(255, 255, 255, 0.35);
  background: #FFF;
  backdrop-filter: blur(3.4557397366px);
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
.footer {
  margin-top: 120px;
  padding-top: 64px;
  border-top: 1px solid #d3d3d3;
  padding-bottom: 24px;
}

.footer-top {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 26px;
  border-bottom: 1px solid #d3d3d3;
}
.footer-top h2 {
  color: #141213;
  opacity: 0.56;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer__logo {
  max-width: 260px;
  width: 100%;
}

.footer-logo-block {
  max-width: 260px;
  width: 100%;
}
.footer-logo-block p {
  color: #343434;
  opacity: 0.56;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.076px;
}

.footer-rating {
  padding: 2px 6px 6px 11px;
  margin-top: 56px;
  border-radius: 12.41px;
  border: 0.414px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(106deg, #5DBEFF 0%, #005BFF 50%, #0033A0 100%);
  box-shadow: 0 0.414px 0 0.414px rgba(255, 255, 255, 0.6) inset, 0 8.274px 16.547px -6.205px rgba(91, 61, 245, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
}
.footer-rating__info h2 {
  color: #FFF;
  font-size: 16.849px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: -0.505px;
}
.footer-rating__info span {
  color: rgba(255, 255, 255, 0.85);
  font-size: 6.845px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
  letter-spacing: -0.042px;
}
.footer-rating__block {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #FFF;
  font-size: 17.175px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; 
  letter-spacing: -0.057px;
}
.footer-rating__block-starts {
  display: flex;
  align-items: center;
  gap: 2px;
}
.footer-rating__image {
  position: absolute;
  top: -10px;
  right: 80px;
}

.footer-navigate-wrapper {
  display: flex;
  gap: 56px;
}

.footer-nav-block ul {
  margin-top: 17px;
}
.footer-nav-block ul li {
  max-width: 150px;
}
.footer-nav-block ul li:not(:last-child) {
  margin-bottom: 12px;
}
.footer-nav-block ul li a {
  color: #141213;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all ease 0.3s;
}
.footer-nav-block ul li.current-menu-item a {
  color: #E6007E;
}

.footer-contacts {
  display: flex;
  flex-direction: column;
}
.footer-contacts h2 {
  margin-bottom: 17px;
}

.footer-phone, .footer-mail {
  color: #343434;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.4px;
  transition: all ease 0.3s;
}

.footer-mail {
  margin-top: 10px;
}

.footer-social {
  margin-top: 24px;
  display: flex;
  gap: 14px;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  border: 1.239px solid rgba(0, 0, 0, 0);
  background: #e6007e;
  transition: all ease 0.3s;
}
.footer-social a img {
  width: 20px;
}

.footer-location {
  margin-top: 24px;
}
.footer-location h2 {
  margin-bottom: 10px;
}
.footer-location p {
  color: #141213;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer-bottom {
  text-align: center;
  color: #141213;
  opacity: 0.56;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer-rating__button .button.--white {
  height: 20px;
  padding: 5px 8px;
}

body::after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6.5px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-open body::after {
  opacity: 1;
}

.popup-open body {
  overflow: hidden;
}

.popup-open .popup[aria-hidden=false] {
  z-index: 160;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
  transform: scale(1);
}

.popup-active [data-popup-body] {
  visibility: visible;
  transform: scale(1);
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0);
}

[data-popup-wrapper] {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

[data-popup-body] {
  visibility: hidden;
  max-width: 640px;
  transform: scale(0);
  transition: transform 0.3s ease 0s, visibility 0.3s ease 0s;
  background-color: #fff;
  width: 100%;
  border-radius: 20px;
}

.popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
}
.popup__close svg {
  width: 20px;
  height: 20px;
}
.popup__close svg path {
  transition: all ease 0.3s;
  stroke: #3B4960;
}

#characteristics .popup__body {
  max-width: 800px;
}
#characteristics .popup__content {
  padding: 32px;
}
#characteristics .popup-content-info {
  overflow: auto;
  max-height: 430px;
}
#characteristics h2 {
  color: #343434;
  font-family: "Montserrat";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  max-width: 570px;
}
#characteristics p {
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.5;
  max-width: 570px;
}
#characteristics p:not(:last-child) {
  margin-bottom: 10px;
}

#registration .popup__body {
  max-width: 460px;
}
#registration .popup__content {
  padding: 36px;
}
#registration {
 
}
#registration .auth-modal__title {
  color: #141414;
  text-align: center;
  font-family: "Montserrat";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; 
  letter-spacing: -0.4px;
  margin-bottom: 8px;
}
#registration .auth-modal__subtitle {
  color: #8A8A8A;
  text-align: center;
  font-family: Montserrat;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
  margin-bottom: 26px;
}
#registration {
  
}
#registration .auth-modal__tabs {
  display: flex;
  background: #F6F7F8;
  border-radius: 30px;
  padding: 4px;
  margin-bottom: 30px;
}
#registration .auth-modal__tab {
  flex: 1;
  padding: 12px 20px;
  border: none;
  background: transparent;
  border-radius: 26px;
  font-size: 13px;
  font-weight: 600;
  color: #4A4A4A;
  cursor: pointer;
}
#registration .auth-modal__tab.active {
  background: #1a1a1a;
  color: #fff;
}
#registration {
 
}
#registration .auth-modal__form {
  display: none;
  animation: fadeIn 0.3s ease;
}
#registration .auth-modal__form.active {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#registration .form-group {
  margin-bottom: 20px;
}
#registration .form-group__label {
  display: block;
  color: #8A8A8A;
  font-family: "Montserrat";
  font-size: 11.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 17.25px; 
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
#registration .form-input {
  width: 100%;
  padding: 14px 16px;
  border: none;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #F6F7F8;
  font-size: 15px;
  font-family: inherit;
  transition: all 0.2s;
  outline: none;
}
#registration .form-input::placeholder {
  color: #757575;
}
#registration input.form-input::placeholder {
  color: #757575;
}
#registration .form-input:focus {
  background: #eee;
  box-shadow: 0 0 0 1px #e6007e;
}
#registration .form-input::placeholder {
  color: #999;
}
#registration .input-with-icon {
  position: relative;
}
#registration .input-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
#registration .password-toggle {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #999;
}
#registration {
 
}
#registration .form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 10px;
}
#registration {
 
}
#registration .checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.4;
}
#registration .checkbox input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
#registration .checkbox__mark {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
#registration .checkbox input:checked + .checkbox__mark {
  background: #e6007e;
  border-color: #e6007e;
}
#registration .checkbox input:checked + .checkbox__mark::after {
  content: "";
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-bottom: 2px;
}
#registration .checkbox__text {
  color: #4A4A4A;
  font-family: "Montserrat";
  font-size: 12.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.75px; 
  text-transform: initial;
}
#registration .checkbox__text a {
  color: #E6007E;
  text-decoration: none;
  display: inline;
}
#registration .checkbox__text a:hover {
  text-decoration: underline;
}
#registration .forgot-link {
  color: #E6007E;
  font-family: "Montserrat";
  font-size: 12.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; 
}
#registration .forgot-link:hover {
  text-decoration: underline;
}
#registration {

}
#registration .auth-modal__btn {
  width: 100%;
  padding: 16px;
  background: #141414;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
#registration .auth-modal__btn:hover {
  background: #fff;
  color: #141414;
  border-color: #141414;
}

#registration .auth-modal__switch {
  text-align: center;
  font-size: 12.5px;
  color: #8A8A8A;
  margin: 0;
}
#registration .auth-modal__switch a {
  color: #E6007E;
  text-decoration: none;
  font-weight: 700;
}
#registration .auth-modal__switch a:hover {
  text-decoration: underline;
}
#registration [data-form=register] .checkbox {
  align-items: start;
}


#request .popup__body {
  max-width: 460px;
}
#request .popup__content {
  padding: 36px;
}
#request .request-modal__title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px 0;
  text-align: center;
}
#request .request-modal__subtitle {
  font-size: 15px;
  color: #999;
  margin: 0 0 30px 0;
  text-align: center;
}
#request .form-group {
  margin-bottom: 20px;
}
#request .form-group__label {
  display: block;
  color: #8A8A8A;
  font-family: "Montserrat";
  font-size: 11.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 17.25px; 
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
#request .form-input {
  width: 100%;
  padding: 14px 16px;
  border: none;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #F6F7F8;
  font-size: 15px;
  font-family: inherit;
  transition: all 0.2s;
  outline: none;
}
#request .form-input::placeholder {
  color: #757575;
}
#request .form-input:focus {
  background: #eee;
  box-shadow: 0 0 0 1px #e6007e;
}
#request .form-input::placeholder {
  color: #757575;
}
#request .input-with-icon {
  position: relative;
}
#request .input-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
#request .form-textarea {
  resize: vertical;
  min-height: 100px;
  font-family: inherit;
}
#request .checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.4;
}
#request .checkbox input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
#request .checkbox__mark {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
#request .checkbox input:checked + .checkbox__mark {
  background: #e6007e;
  border-color: #e6007e;
}
#request .checkbox input:checked + .checkbox__mark::after {
  content: "";
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#request .checkbox__text {
  color: #4A4A4A;
}
#request .checkbox__text a {
  color: #e6007e;
  text-decoration: none;
}
#request .checkbox__text a:hover {
  text-decoration: underline;
}
#request .checkbox__text {
  color: #4A4A4A;
  font-family: "Montserrat";
  font-size: 12.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.75px; 
  text-transform: initial;
}
#request .checkbox__text a {
  color: #E6007E;
  text-decoration: none;
  display: inline;
}
#request .checkbox__text a:hover {
  text-decoration: underline;
}
#request .request-modal__btn {
  width: 100%;
  padding: 16px;
  background: #141414;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 10px;
  border: 1px solid transparent;
}
#request input.form-input::placeholder {
  color: #757575;
}
#request .request-modal__btn:hover {
  background: #fff;
  color: #141414;
  border-color: #141414;
}
input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  width: 100%;
  display: block;
  padding: 10px;
  border: 1px solid #eee;
  caret-color: inherit;
}
.input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
}
.input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}

input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
}
input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}

textarea[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
}
textarea[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}

textarea.input {
  resize: vertical;
  padding: 0px 0px;
}

.header__logo {
  position: relative;
  z-index: 2;
}
.header__logo img {
  min-width: 140px;
}

.header-top {
  padding-block: 7px;
  background: linear-gradient(0deg, #141414 0%, #141414 100%), #D9D9D9;
  position: relative;
  z-index: 2;
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  width: 100%;
}
.header-top-links a {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  font-style: normal;
  line-height: 150%;
  transition: all ease 0.3s;
}

.header-top__phone {
  color: #FFF;
  font-weight: 700;
}

.header-top__mail {
  color: #DCDCDC;
  font-weight: 500;
}

.header-top-location {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 7px;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #DCDCDC;
  white-space: nowrap;
}

.header-bottom {
  padding-block: 20px;
  border-bottom: 1px solid #d3d3d3;
  position: relative;
}

.header-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.menu__list {
  display: flex;
  align-items: center;
  gap: 15px 30px;
}
.menu__list.current-menu-item .menu__link {
  color: #E6007E;
}
.menu__link {
  color: #141414;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  transition: all ease 0.3s;
}

.header-contacts {
  display: flex;
  align-items: center;
  gap: 10px 16px;
}
.header-contacts span {
  color: #83888E;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}
.header-contacts a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0.764px solid rgba(0, 0, 0, 0);
  background: #E6007E;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.header-contacts-block {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-actions-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.header-search {
  position: relative;
  height: 46px;
  max-width: 300px;
  width: 100%;
}
.header-search .input {
  border-radius: 30px;
  border: 1px solid #ECECEC;
  background: #F6F7F8;
  height: 46px;
  padding: 6px 8px 6px 19px;
}
.header-search .input:focus {
  border: 1px solid #E6007E;
}
.header-search .input::placeholder {
  font-size: 13px;
}

.button-search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  position: absolute;
  right: 8px;
  top: 50%;
  background: #E6007E;
  border-radius: 50%;
  transform: translate(0, -50%);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-cart {
  border-radius: 50%;
  border: 1px solid #ECECEC;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  position: relative;
}
.header-cart img {
  transition: all ease 0.3s;
}

.header-cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFF;
  background: #E6007E;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}

.header-user {
  border-radius: 50%;
  border: 1px solid #ECECEC;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  position: relative;
}
.header-user img {
  transition: all ease 0.3s;
}

.header-menu {
  display: none;
}

.icon-menu {
  display: none;
}

.header-search.--dynamic {
  margin-left: 0;
  max-width: 100%;
  margin-top: 20px;
}

.hero {
  margin-top: 10px;
}
.hero__container {
  max-width: 1430px;
}
.hero__subtitle {
  color: #FAFAFA;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
  opacity: 0.7;
  z-index: 1;
}
.hero__title {
  color: #FAFAFA;
  font-family: "Montserrat";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2px;
}
.hero__text {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin-top: 16px;
  max-width: 430px;
}
.hero__button {
  margin-top: 48px;
}
.hero__button .button {
  max-width: 220px;
  width: 100%;
  height: 50px;
}

.hero-block {
  position: relative;
  z-index: 1;
}

.hero-wrapper {
  padding: 290px 38px 64px 38px;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.hero-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.brands {
  margin-top: 48px;
}

.brands-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 11px;
}

.brands-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #F6F6F6;
  padding: 24px;
  transition: all ease 0.3s;
}
.brands-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 10px;
  position: relative;
}

.brands-card-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  transition: opacity ease 0.3s;
}

.brands-card-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brands-card-text p {
  width: calc(100% - 40px);
  color: #6f6f6f;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.brands-card-text-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  background: #FFF;
  border-radius: 50%;
  transition: all ease 0.3s;
}
.brands-card-text-arrow img {
  transition: all ease 0.3s;
}

.equipment {
  margin-top: 60px;
}

.equipment-block:not(:last-child) {
  margin-bottom: 11px;
}
.equipment-block {
  display: flex;
  gap: 11px;
}
.equipment-block:nth-child(1) .equipment-card:nth-child(1) {
  max-width: 550px;
  width: 100%;
}
.equipment-block:nth-child(2) .equipment-card:nth-child(3) {
  max-width: 550px;
  width: 100%;
}

.equipment-card {
  border-radius: 24px;
  background: linear-gradient(0deg, #F6F6F6 0%, #F6F6F6 100%), #D9D9D9;
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: all ease 0.3s;
}
.equipment-card__title {
  margin-top: 32px;
  margin-left: 32px;
  color: #343434;
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.equipment-card__text {
  margin-left: 32px;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #6f6f6f;
}
.equipment-card__image {
  display: flex;
  align-items: end;
  justify-content: center;
  width: 100%;
  margin-top: auto;
}
.equipment-card__image img {
  object-fit: contain;
}

.originality {
  margin-top: 120px;
}

.section-title {
  color: #343434;
  font-family: "Montserrat";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.originality-wrapper {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 11px;
}

.originality-card img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 328/230;
  border-radius: 16px;
}

.popular {
  margin-top: 120px;
}

.popular-wrapper {
  margin-top: 48px;
}

.popular-wrapper-navigate {
  padding-bottom: 12px;
  border-bottom: 1px solid #d3d3d3;
  overflow: auto;
}
.popular-wrapper-navigate::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.popular-wrapper-navigate::-webkit-scrollbar-track {
  display: none;
}
.popular-wrapper-navigate::-webkit-scrollbar-thumb {
  display: none;
}
.popular-wrapper-navigate ul {
  display: flex;
  gap: 16px;
}

.popular-navigate-button {
  padding: 10px 16px;
  border-radius: 30px;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #858585;
  border: 1px solid transparent;
  transition: all ease 0.3s;
  white-space: nowrap;
}
.popular-navigate-button.--active {
  background: linear-gradient(0deg, #343434 0%, #343434 100%), #FFF;
  color: #FFF;
}

.popular-wrapper-results {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 11px;
}

.card-item__image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 328/437;
}
.card-item__title {
  margin-top: 24px;
  color: #212123;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: color ease 0.3s;
}
.card-item__text {
  margin-top: 10px;
  color: #212123;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.5;
}
.card-item__coast {
  margin-top: 16px;
  color: #212123;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main-info {
  margin-top: 120px;
}
.main-info-wrapper .section-title {
  max-width: 500px;
  margin-bottom: 24px;
}
.main-info-wrapper p {
  max-width: 780px;
  margin-bottom: 16px;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: rgba(52, 52, 52, 0.9);
}
.main-info-wrapper .main-info__image {
  margin-top: 48px;
}
.main-info-wrapper .main-info__image img {
  border-radius: 30px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1344/450;
}

.main-subscribe {
  margin-top: 120px;
}

.main-subscribe-wrapper {
  padding: 80px 48px;
  position: relative;
  overflow: hidden;
  background-color: #F4F6F9;
}
.main-subscribe-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bgform.webp) no-repeat;
  background-position: -262px -246px;
  background-size: 134.493% 309.75%;
  z-index: 0;
}
.main-subscribe-wrapper > * {
  position: relative;
  z-index: 1;
}
.main-subscribe-wrapper h2 {
  color: #343434;
  font-family: "Montserrat";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -2px;
  text-transform: uppercase;
}
.main-subscribe-wrapper > p {
  margin-top: 24px;
  color: rgba(52, 52, 52, 0.9);
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; 
}
.main-subscribe-wrapper .main-subscribe-form {
  margin-top: 90px;
  display: flex;
  gap: 24px;
}
.main-subscribe-wrapper .main-subscribe-form p {
  max-width: 290px;
  color: #2C2C2C;
  font-family: "Montserrat";
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.main-subscribe-wrapper .main-subscribe-form p a {
  color: #E6007E;
  border-bottom: 1px solid transparent;
}
.main-subscribe-wrapper .main-subscribe-form .button {
  white-space: nowrap;
  height: 50px;
}
.main-subscribe-wrapper .main-subscribe-form .input {
  border: none;
  border-bottom: 1px solid #939395;
  padding: 0;
  height: 50px;
  line-height: 100%;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 300;
  border-radius: 0;
}

.breadcrumb-section {
  margin-top: 40px;
}

nav[aria-label=breadcrumb] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  overflow: auto;
}
nav[aria-label=breadcrumb]::-webkit-scrollbar {
  width: 0;
  display: none;
}
nav[aria-label=breadcrumb]::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 3px;
  display: none;
}
nav[aria-label=breadcrumb]::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 3px;
  display: none;
}

nav[aria-label=breadcrumb] ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
nav[aria-label=breadcrumb] ol li {
  display: inline-block;
  color: #343434;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
nav[aria-label=breadcrumb] ol li a {
  color: #343434;
  transition: all ease 0.3s;
  font-weight: 300;
}
nav[aria-label=breadcrumb] ol li a:hover {
  color: #E6007E;
  opacity: 1;
}
nav[aria-label=breadcrumb] ol li:after {
  content: url(../img/breadArrow.svg);
  margin-bottom: -2px;
}
nav[aria-label=breadcrumb] ol li:last-child:after {
  content: "";
}

.concept {
  margin-top: 48px;
}
.concept .section-title {
  max-width: 640px;
}

.concept-wrapper {
  margin-top: 24px;
}

.text-block {
  max-width: 740px;
  color: rgba(52, 52, 52, 0.9);
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.text-block p {
  margin-bottom: 16px;
}
.text-block ul {
  padding-left: 20px;
  margin-bottom: 16px;
}
.text-block ul li {
  list-style: disc;
}
.text-block ul li::marker {
  font-size: 12px;
}
.text-block h2.text-block-title {
  color: rgba(52, 52, 52, 0.9);
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 16px;
}

.concept__slide img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1344/450;
  border-radius: 4px;
  min-height: 450px;
}

.arrow-slider-prev, .arrow-slider-next {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(0deg, #F6F6F6 0%, #F6F6F6 100%), #FFF;
}

.arrow-slider-prev img {
  transform: rotate(-180deg);
}

.concept__wrapper {
  margin-top: 48px;
}

.concept__slider {
  position: relative;
}
.concept__slider .arrow-slider-prev {
  top: 50%;
  position: absolute;
  left: 32px;
}
.concept__slider .arrow-slider-prev img {
  transform: rotate(-180deg);
}
.concept__slider .arrow-slider-next {
  top: 50%;
  position: absolute;
  right: 32px;
}

.concept-gallery {
  margin-top: 120px;
}

.concept-gallery__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.concept-gallery-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.concept-gallery-block {
  margin-top: 48px;
}

.concept-gallery-link {
  width: 100%;
}

.concept-gallery-link img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 330/293;
  border-radius: 4px;
}

.not-found {
  margin-block: 90px;
}

.not-found-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.not-found-wrapper__text {
  color: rgba(52, 52, 52, 0.9);
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%; 
}
.not-found-wrapper__button {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.not-found-wrapper__button .button {
  max-width: 300px;
  width: 100%;
}

.--black {
  color: #FFF;
  background: #343434;
  border: 1px solid #343434;
  transition: all ease 0.3s;
}


@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.not-found-wrapper__title {
 
  font-family: "Montserrat", sans-serif;
  font-size: 158.974px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -7.949px;
  text-transform: uppercase;
 
  background: linear-gradient(90deg, #343434 0%, rgba(52, 52, 52, 0.8666666667) 40%, rgba(52, 52, 52, 0.6901960784) 60%, #343434 100%);
  background-size: 400% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gradientShift 6s ease-in-out infinite;
}

.catalog-title {
  margin-block: 48px;
}

.catalog-brands-wrapper {
  display: flex;
  gap: 10px;
  overflow: auto;
}
.catalog-brands-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.catalog-brands-wrapper .checkbox {
  display: inline-block;
  position: relative;
}
.catalog-brands-wrapper .checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.catalog-brands-wrapper .checkbox__input:focus-visible + .checkbox__text {
  outline: 1px solid #000;
}
.catalog-brands-wrapper .checkbox__input:checked + .checkbox__text {
  border-color: #E6007E;
}
.catalog-brands-wrapper .checkbox__text {
  cursor: pointer;
  position: relative;
  gap: 5px;
  display: inline-flex;
  flex-direction: column;
  padding: 16px 50px 16px 16px;
  border-radius: 8px;
  border: 1.5px solid #D8D8D8;
  transition: all ease 0.3s;
}
.catalog-brands-wrapper .checkbox__text:before {
  display: none;
}
.catalog-brands-wrapper .checkbox__text::after {
  display: none;
}
.catalog-brands-wrapper .checkbox .checkbox__text-title {
  color: #343434;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all ease 0.3s;
  white-space: nowrap;
}
.catalog-brands-wrapper .checkbox .checkbox__text-count {
  color: #343434;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.6;
  white-space: nowrap;
}

.catalog-sort {
  margin-top: 48px;
}

.catalog-sort-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D8D8D8;
}

.catalog-sort-buttons {
  display: flex;
  gap: 16px;
  overflow: auto;
}
.catalog-sort-buttons::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.catalog-sort-button {
  padding: 10px 16px;
  border-radius: 2px;
  color: #343434;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.6;
  transition: opacity ease 0.3s;
  white-space: nowrap;
}
.catalog-sort-button.--active {
  opacity: 1;
  color: #FFF;
  background: linear-gradient(0deg, #343434 0%, #343434 100%), #FFF;
}

.catalog-sort-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

.catalog-sort-dropdown {
  position: relative;
}

.catalog-sort-dropdown-display {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  color: #FFF;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(0deg, #343434 0%, #343434 100%), #A3BFDB;
  cursor: pointer;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  min-width: 130px;
}

.catalog-sort-dropdown-list {
  position: absolute;
  padding-top: 10px;
  display: none;
}
.catalog-sort-dropdown-list.active {
  display: block;
}

.catalog-sort-dropdown-list-block {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ECECEC;
  overflow: auto;
  max-height: 250px;
  background: #FFF;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.13);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.13);
}
.catalog-sort-dropdown-list-block .checkbox:not(:last-child) {
  margin-bottom: 10px;
}
.catalog-sort-dropdown-list-block .checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.catalog-sort-dropdown-list-block .checkbox__input:focus-visible + .checkbox__text {
  outline: 1px solid #000;
}
.catalog-sort-dropdown-list-block .checkbox__input:checked + .checkbox__text {
  color: #E6007E;
}
.catalog-sort-dropdown-list-block .checkbox__text {
  cursor: pointer;
  position: relative;
  gap: 10px;
  display: inline-flex;
  align-items: center;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.catalog-sort-dropdown-list-block .checkbox__text:before {
  display: none;
}
.catalog-sort-dropdown-list-block .checkbox__text::after {
  display: none;
}

.catalog-filter {
  margin-top: 32px;
}

.catalog-filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.catalog-filter-dropdown {
  width: fit-content;
  position: relative;
}

.catalog-filter-dropdown-display {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 30px;
  border: 1px solid #ECECEC;
  background: #F6F6F6;
  white-space: nowrap;
}
.catalog-filter-dropdown-display img {
  transition: all ease 0.3s;
}

.catalog-filter-dropdown-list {
  position: absolute;
  padding-top: 10px;
  display: none;
  width: 100%;
  min-width: 150px;
  width: 100%;
  left: 0;
  z-index: 1;
}
.catalog-filter-dropdown-list.active {
  display: block;
}

.catalog-filter-dropdown-list-block {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ECECEC;
  overflow: auto;
  max-height: 250px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.13);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.13);
}
.catalog-filter-dropdown-list-block .checkbox:not(:last-child) {
  margin-bottom: 10px;
}
.catalog-filter-dropdown-list-block .checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.catalog-filter-dropdown-list-block .checkbox__input:focus-visible + .checkbox__text {
  outline: 1px solid #000;
}
.catalog-filter-dropdown-list-block .checkbox__input:checked + .checkbox__text {
  color: #E6007E;
}
.catalog-filter-dropdown-list-block .checkbox__text {
  cursor: pointer;
  position: relative;
  gap: 10px;
  display: inline-flex;
  align-items: center;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.catalog-filter-dropdown-list-block .checkbox__text:before {
  display: none;
}
.catalog-filter-dropdown-list-block .checkbox__text::after {
  display: none;
}

.catalog-filter-dropdown:has(.catalog-filter-dropdown-list.active) .catalog-filter-dropdown-display img {
  transform: scale(1, -1);
}

.see-more {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.see-more .button {
  height: 50px;
  max-width: 220px;
  width: 100%;
}

.catalog-pagination {
  margin-top: 32px;
}

.catalog-pagination-wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.catalog-pagination-wrapper ul {
  display: flex;
  gap: 10px;
}
.catalog-pagination-wrapper ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: linear-gradient(0deg, #F6F6F6 0%, #F6F6F6 100%), #FFF;
  color: #343434;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  transition: all ease 0.3s;
}
.catalog-pagination-wrapper ul li:has(.curent-pagination-page) {
  color: #FFF;
  background: linear-gradient(0deg, #343434 0%, #343434 100%), #FFF;
}
.catalog-pagination-wrapper ul li:has(.pagination-dot) {
  pointer-events: none;
}

.catalog-pagination-buttons {
  display: flex;
  gap: 10px;
}
.catalog-pagination-buttons .prev-page, .catalog-pagination-buttons .next-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: linear-gradient(0deg, #F6F6F6 0%, #F6F6F6 100%), #FFF;
  cursor: pointer;
  transition: all ease 0.3s;
}
.catalog-pagination-buttons .prev-page img, .catalog-pagination-buttons .next-page img {
  transition: all ease 0.3s;
}
.catalog-pagination-buttons .prev-page.--active, .catalog-pagination-buttons .next-page.--active {
  color: #FFF;
  background: linear-gradient(0deg, #343434 0%, #343434 100%), #FFF;
}
.catalog-pagination-buttons .prev-page.--active img, .catalog-pagination-buttons .next-page.--active img {
  filter: brightness(0) invert(1);
}
.catalog-pagination-buttons .prev-page {
  transform: rotate(-180deg);
}

.catalog-form {
  margin-top: 120px;
}

.catalog-form-wrapper {
  padding: 80px 48px;
  position: relative;
  overflow: hidden;
  background-color: #F4F6F9;
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
.catalog-form-wrapper .input {
  border-radius: 0;
}

.catalog-form-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bgform.webp) no-repeat;
  background-position: -262px -246px;
  background-size: 134.493% 309.75%;
  z-index: 0;
}

.form-catalog {
  position: relative;
  max-width: 650px;
  width: 100%;
}
.form-catalog h2 {
  color: #343434;
  font-family: "Montserrat";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -2px;
  text-transform: uppercase;
}
.form-catalog p {
  margin-top: 24px;
  color: rgba(52, 52, 52, 0.9);
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; 
}
.form-catalog form {
  margin-top: 48px;
}
.form-catalog .form-line {
  display: flex;
  gap: 24px;
}
.form-catalog .form-line .form__line {
  width: 100%;
}
.form-catalog .form-line .form__line .input {
  border: none;
  border-bottom: 1px solid #939395;
}
.form-catalog .form-buttons {
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 10px 32px;
}
.form-catalog .form-buttons .button {
  height: 50px;
  max-width: 220px;
  width: 100%;
}
.form-catalog .form-buttons p {
  margin-top: 0;
  color: #2C2C2C;
  font-family: "Montserrat";
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 290px;
}
.form-catalog .form-buttons p a {
  color: #E6007E;
  border-bottom: 1px solid transparent;
  transition: all ease 0.3s;
}

.form-catalog-call {
  position: relative;
  max-width: 450px;
  width: 100%;
}

.form-catalog-call {
  margin-top: 40px;
}
.form-catalog-call .form-catalog-call-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-catalog-call .form-catalog-call-top strong {
  color: #8A8A8A;
  font-family: "Montserrat";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.form-catalog-call .form-catalog-call-top span {
  width: 100%;
  background: #ECECEC;
  height: 1px;
}

.form-catalog-call-wrapper {
  margin-top: 15px;
  padding: 30px;
  border-radius: 18px;
  border: 1px solid #ECECEC;
  background: #FFF;
  box-shadow: 0 8px 30px 0 rgba(20, 20, 20, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-catalog-call-wrapper .form-catalog-call__image {
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #E6007E 0%, #FF4FB0 100%);
  box-shadow: 0 8px 18px 0 rgba(230, 0, 126, 0.3);
}
.form-catalog-call-wrapper .form-catalog-call__image img {
  animation: css-animation-pulse 1.5s ease-in-out infinite;
}
.form-catalog-call-wrapper > strong {
  margin-top: 15px;
  color: #8A8A8A;
  text-align: center;
  font-family: "Montserrat";
  font-size: 11.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 17.25px; 
}
.form-catalog-call-wrapper a {
  color: #141414;
  text-align: center;
  font-family: "Montserrat";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: -0.3px;
  transition: all ease 0.3s;
}
.form-catalog-call-wrapper span {
  margin-top: 6px;
  color: #8A8A8A;
  text-align: center;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}

@keyframes css-animation-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.catalog-title-wrapper {
  display: flex;
  align-items: baseline;
  gap: 10px 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catalog-title-wrapper .catalog-items-count {
  color: #343434;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; 
}
.catalog-title-wrapper .catalog-items-count span {
  font-weight: 600;
}

.card-wrapper {
  margin-top: 48px;
}

.product-gallery {
  display: flex;
  gap: 15px;
  max-width: 500px;
}

.product-gallery__main {
  max-width: 360px;
  width: 100%;
  overflow: hidden;
  width: 360px !important;
}

.main-swiper__slide {
  max-width: 360px;
  width: 360px !important;
}

.product-gallery {
  display: flex;
  gap: 15px;
  height: 480px;
}
.product-gallery__thumbs {
  width: 120px;
}
.product-gallery__main {
  flex: 1;
}

.product-gallery__link img {
  width: 100%;
}

.thumbs-swiper__slide {
  height: 115px;
  cursor: pointer;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid rgba(33, 33, 35, 0.1);
  background: #FFF;
}
.thumbs-swiper__slide img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 86/88;
}

.swiper-slide-thumb-active {
  border-color: #E6007E;
}

.product-gallery__link {
  display: block;
}

.product-gallery.swiper .product-gallery__thumbs {
  opacity: 0;
  transition: opacity ease 0.5s;
}
.product-gallery.swiper .product-gallery__thumbs.swiper-initialized {
  opacity: 1;
}
.product-gallery.swiper .product-gallery__main {
  opacity: 0;
  transition: opacity ease 0.5s;
}
.product-gallery.swiper .product-gallery__main.swiper-initialized {
  opacity: 1;
}

.card-top {
  display: flex;
  gap: 70px;
}

.product-card-info__articl {
  color: #343434;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.7;
}
.product-card-info__title {
  margin-top: 16px;
  max-width: 470px;
  color: #343434;
  font-family: "Montserrat";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -2px;
  text-transform: uppercase;
}
.product-card-info__text {
  margin-top: 10px;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 460px;
  opacity: 0.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-card-info__total {
  margin-top: 8px;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.6px; 
}
.product-card-info__total.--success {
  color: #307E5D;
}
.product-card-info__total.--notavailable {
  color: #CF1605;
}
.product-card-info__list li {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.product-card-info__list li span {
  width: fit-content;
  white-space: nowrap;
  color: #4A4A4A;
  font-family: "Montserrat";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}
.product-card-info__list li strong {
  color: #141414;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; 
  white-space: nowrap;
}
.product-card-info__list li .separator {
  width: 100%;
  position: relative;
  border-bottom: 1px dashed #D0D0D0;
}

.characteristics-link {
  margin-top: 16px;
  color: #343434;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
  transition: all ease 0.3s;
}

.product-card-info-total {
  margin-top: 37px;
  display: flex;
  align-items: center;
  gap: 10px 23px;
}
.product-card-info-total__price {
  color: #343434;
  font-family: 'Montserrat';
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.5px; 
  white-space: nowrap;
}
.product-card-info-total .quantity {
  width: 122px;
  height: 45px;
  display: flex;
}
.product-card-info-total .quantity__button {
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.product-card-info-total .quantity__button::before, .product-card-info-total .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #212123;
  width: 9px;
  height: 2px;
}
.product-card-info-total .quantity__button--plus {
  border-radius: 8px;
  border: 1px solid rgba(36, 36, 36, 0.1);
  background: #FBFBFD;
  width: 42px;
  flex: 0 0 42px;
}
.product-card-info-total .quantity__button--plus::before {
  transform: rotate(-90deg);
}
.product-card-info-total .quantity__button--minus {
  width: 42px;
  flex: 0 0 42px;
  border-radius: 8px;
  border: 1px solid rgba(36, 36, 36, 0.1);
  background: #FBFBFD;
}
.product-card-info-total .quantity__input {
  flex: 1 1 auto;
  min-width: 30px;
}
.product-card-info-total .quantity__input input {
  height: 100%;
  color: #212123;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.96px;
  width: 100%;
  text-align: center;
}
.product-card-info-total .button {
  height: 45px;
}

.add-to-cart:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.like-lot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  border-radius: 50%;
  border: 1px solid rgba(36, 36, 36, 0.1);
}
.like-lot.liked {
  border-color: #E6007E;
}

.card-table {
  margin-top: 64px;
}

.table-container {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}

.card-table-wrapper {
  overflow-x: auto;
}

.orders-table {
  width: 100%;
  border-collapse: collapse;
}

.orders-table thead {
  border-bottom: 1px solid rgba(33, 33, 35, 0.1);
}

.orders-table th {
  padding: 20px 10px;
  text-align: left;
  white-space: nowrap;
  color: #343434;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.5px; 
  letter-spacing: 0.4px;
  text-transform: uppercase;
  opacity: 0.7;
}

.orders-table tbody tr {
  border-bottom: 1px solid rgba(33, 33, 35, 0.1);
}

.table-photo img {
  max-width: 64px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 64/64;
}

.table-title {
  color: #141414;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; 
}

.table-text {
  color: #4A4A4A;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; 
}

.color-table-block {
  display: flex;
  align-items: center;
  gap: 8px;
}
.color-table-block .color {
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  border-radius: 50%;
}
.color-table-block {
  color: #4A4A4A;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.table-amount {
  color: #343434;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
  white-space: nowrap;
}

.orders-table td {
  padding: 16px 8px;
  vertical-align: middle;
}

.card-rating {
  margin-top: 120px;
}
.card-rating-top {
  display: flex;
  gap: 11px;
}
.card-rating-top .footer-rating {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  padding: 20px;
}
.card-rating-top .footer-rating__image {
  width: 212px;
  height: 212px;
  right: 50%;
  transform: translate(50%, 0);
}
.card-rating-top .footer-rating__button .button.--white {
  height: 44px;
  font-size: 13px;
  padding: 11px 18px;
  white-space: nowrap;
}
.card-rating-top .footer-rating__button .button.--white img {
  width: 20px;
  flex: 0 0 20px;
}
.card-rating-top .footer-rating__info {
  position: relative;
  z-index: 1;
}
.card-rating-top .footer-rating__info h2 {
  font-size: 32px;
}
.card-rating-top .footer-rating__info .footer-rating__block {
  font-size: 32px;
}
.card-rating-top .footer-rating__info .footer-rating__block-starts img {
  width: 22px;
}
.card-rating-top .footer-rating__info > span {
  font-size: 13px;
}

.card-rating-top-review {
  max-width: 440px;
  width: 100%;
  padding: 30px 22px;
  border-radius: 24px;
  background: linear-gradient(0deg, #F6F6F6 0%, #F6F6F6 100%), #D9D9D9;
  display: flex;
  align-items: center;
  gap: 22px;
}
.card-rating-top-review__num {
  color: #212123;
  font-family: "Montserrat";
  font-size: 100px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -5.509px;
}
.card-rating-top-review span {
  color: #212123;
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 35.227px; 
  letter-spacing: -0.134px;
  opacity: 0.5;
}

.card-rating-top-review-block ul {
  display: flex;
}
.card-rating-bottom {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
}

.review-card {
  border-radius: 24px;
  background: linear-gradient(0deg, #F6F6F6 0%, #F6F6F6 100%), #D9D9D9;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
}

.review-card-stars ul {
  display: flex;
}
.review-card-stars ul img {
  width: 14px;
}

.review-card-text {
  margin-top: 11px;
  color: #212123;
  font-family: "Montserrat";
  font-size: 14.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}

.review-card-user {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.review-card-user__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 13.7px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; 
  letter-spacing: -0.08px;
}
.review-card-user__info-name {
  color: #212123;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px; 
  letter-spacing: -0.08px;
}
.review-card-user__info-date {
  color: rgba(33, 33, 35, 0.5);
  font-family: "Manrope", sans-serif;
  font-size: 11.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.25px; 
  letter-spacing: -0.08px;
}

.contact {
  margin-top: 48px;
}

.contact-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.contact-wrapper-info {
  max-width: 650px;
}
.contact-wrapper-info > p {
  margin-top: 24px;
  color: rgba(52, 52, 52, 0.9);
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; 
}
.contact-wrapper-info ul {
  margin-top: 48px;
}

.contact-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
}
.contact-links a {
  width: 100%;
  color: #343434;
  font-family: "Montserrat";
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; 
  letter-spacing: -0.4px;
  transition: all ease 0.3s;
  white-space: nowrap;
}

.contact-address-block {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 10px 20px;
}

.contact-address {
  width: 100%;
}
.contact-address span {
  color: #141213;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.5;
}
.contact-address p {
  max-width: 250px;
  margin-top: 16px;
  color: #141213;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contact-social {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  gap: 10px 20px;
}
.contact-social .button {
  width: 100%;
}
.contact-social .button img {
  border: 1px solid transparent;
  border-radius: 50%;
  transition: all ease 0.3s;
}

.ymaps-2-1-79-copyright__logo, .ymaps-2-1-79-copyright__content, .ymaps-2-1-79-controls__control, .ymaps-2-1-79-map-copyrights-promo {
  display: none !important;
}

.map {
  max-width: 554px;
  width: 554px;
  min-width: 350px;
  height: 463px;
}
.map__body {
  width: 100%;
  height: 463px;
  min-height: 350px;
  aspect-ratio: 554/463;
}

.page-title {
  margin-top: 48px;
}
.page-title p {
  margin-top: 24px;
  color: rgba(52, 52, 52, 0.9);
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; 
}

.stepper {
  margin-top: 48px;
  max-width: 1100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
}

.stepper__step {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: #fff;
  cursor: default;
  transition: background 0.3s;
  border-right: 1px solid #e5e5e5;
}

.stepper__step:last-child {
  border-right: none;
}

.stepper__step.active {
  background: #1a1a1a;
  color: #fff;
}

.stepper__step.done {
  background: #fff;
}

.stepper__num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
  flex-shrink: 0;
}

.stepper__step.active .stepper__num {
  background: #fff;
  color: #1a1a1a;
  border-color: #fff;
}

.stepper__step.done .stepper__num {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}

.stepper__label {
  color: #B3B3B3;
  font-family: "Montserrat";
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; 
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.stepper__title {
  color: #8C8C8C;
  font-family: "Montserrat";
  font-size: 13.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.25px;
}

.stepper__step.active .stepper__title {
  color: #FFF;
}
.stepper__step.active .stepper__num {
  background: #1A1A1A;
  color: #FFF;
}

.checkout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 40px;
  align-items: start;
}

.step {
  display: none;
}

.step.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.step__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 32px;
  border-bottom: 1px solid #E9E9E9;
}

.step__title {
  color: #1A1A1A;
  font-family: "Montserrat";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
.step__count {
  color: #8C8C8C;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; 
}

.cart-item {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  align-items: center;
}

.cart-item__img {
  width: 96px;
  height: 96px;
  background: #f5f5f5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
}

.cart-item__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cart-item__name {
  color: #1A1A1A;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 6px;
}

.cart-item__meta {
  color: #8C8C8C;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.25px; 
  letter-spacing: 0.46px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.cart-item__stock {
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; 
}

.--success {
  color: #307E5D;
}

.--notavailable {
  color: #CF1605;
}

.cart-item__right {
  text-align: right;
}

.cart-item__price {
  color: #1A1A1A;
  text-align: right;
  font-family: "Montserrat";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
  margin-bottom: 15px;
}

.cart-item .quantity {
  width: 92px;
  height: 30px;
  display: flex;
  border: 1px solid #E9E9E9;
  border-radius: 40px;
}
.cart-item .quantity__button {
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.cart-item .quantity__button::before, .cart-item .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #1A1A1A;
  width: 9px;
  height: 2px;
}
.cart-item .quantity__button--plus::before {
  transform: rotate(-90deg);
}
.cart-item .quantity__input {
  flex: 1 1 auto;
}
.cart-item .quantity__input input {
  height: 100%;
  color: #1A1A1A;
  text-align: center;
  font-family: "Montserrat";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.5px;
  width: 100%;
  text-align: center;
}

.cart-item__remove {
  margin-top: 15px;
  display: block;
  color: #B3B3B3;
  text-align: right;
  font-family: "Montserrat";
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
}

.cart-item__remove:hover {
  color: #e6007e;
}

.section-title:first-child {
  margin-top: 0;
}

.input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s;
}

.input:focus {
  border-color: #1a1a1a;
}

.hint {
  font-size: 13px;
  color: #888;
  margin-top: 8px;
}

.delivery-option:hover {
  border-color: #ccc;
}

.delivery-option.selected {
  border-color: #1a1a1a;
}

.delivery-option input[type=radio] {
  width: 20px;
  height: 20px;
  accent-color: #1a1a1a;
}

.delivery-option__logo {
  width: 54px;
  height: 54px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}

.delivery-option__logo.cdek {
  background: #0B9C4A;
}

.delivery-option__logo.ozon {
  background: #0A5CFF;
}

.delivery-option__logo.yandex {
  background: #FC3F1D;
}

.delivery-option__name {
  color: #1A1A1A;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
  margin-bottom: 4px;
}

.delivery-option__desc {
  color: #8C8C8C;
  font-family: "Montserrat";
  font-size: 11.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.delivery-option__price {
  color: #1A1A1A;
  text-align: right;
  font-family: "Montserrat";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 3px;
}

.delivery-option__time {
  color: #8C8C8C;
  text-align: right;
  font-family: "Montserrat";
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; 
}

.pickup-select {
  display: none;
  padding-top: 17px;
  margin-top: 20px;
  border-top: 1px dashed #ddd;
  border-radius: 8px;
  font-size: 14px;
  color: #1A1A1A;
}
.pickup-select label {
  color: #8C8C8C;
  font-family: "Montserrat";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; 
  letter-spacing: 0.66px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.delivery-option.selected .pickup-select {
  display: block;
}

.delivery-option-block {
  display: grid;
  grid-template-columns: auto 60px 1fr auto;
  gap: 16px;
  align-items: center;
}

.delivery-option {
  width: 100%;
  padding: 20px;
  border: 1px solid #E9E9E9;
  border-radius: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: border-color 0.2s;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #8C8C8C;
  margin-bottom: 8px;
}

.form-group input.input {
  border-radius: 4px;
  border: 1px solid #E9E9E9;
}
.form-group input.input::placeholder {
  color: #B3B3B3;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-group:has(textarea) {
  margin-top: 20px;
}

[data-step="3"] .step__title:not(:first-child) {
  margin-top: 44px;
  margin-bottom: 23px;
}

textarea.input {
  resize: vertical;
  min-height: 90px;
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  padding: 14px 16px;
}

.checkout__content .checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
}
.checkout__content .checkbox input {
  width: 18px;
  height: 18px;
  accent-color: #1a1a1a;
  border: 1px solid #767676;
}
.checkout__content .checkbox span {
  color: #8C8C8C;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; 
}

.order-summary {
  background: #f7f7f8;
  border-radius: 12px;
  padding: 28px;
  position: sticky;
  top: 20px;
}

.order-summary__title {
  color: #1A1A1A;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.5px; 
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E9E9E9;
}

.order-row {
  display: flex;
  justify-content: space-between;
  font-family: "Montserrat";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 13px;
  color: #8C8C8C;
}

.order-row-price {
  font-weight: 600;
  color: #1A1A1A;
}

.order-row.total {
  font-family: "Montserrat";
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  font-size: 12px;
  color: #8C8C8C;
  font-weight: 500;
}

.order-row.total span:last-child {
  font-size: 24px;
  font-weight: 800;
  color: #1A1A1A;
}

.btn {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.1s;
  font-family: inherit;
}

.btn:active {
  transform: scale(0.98);
}

.btn-primary {
  background: #E6007E;
  color: #fff;
  margin-top: 20px;
  transition: all ease 0.3s;
}

.btn-primary:hover {
  opacity: 0.9;
}

.btn-secondary {
  background: transparent;
  color: #1A1A1A;
  border-radius: 4px;
  border: 1.5px solid #E9E9E9;
  margin-top: 10px;
  transition: all ease 0.3s;
}

.btn-secondary:hover {
  background: #f0f0f0;
  border-color: #1A1A1A;
}

.promo {
  display: flex;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #E9E9E9;
}

.promo input {
  font-family: "Montserrat";
  flex: 1;
  padding: 12px 14px;
  border: 1px solid #E9E9E9;
  border-radius: 4px 0 0 4px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  outline: none;
  font-family: inherit;
  background: #FFF;
}

.promo button {
  padding: 0 18px;
  border: 1px solid #1A1A1A;
  background: #FFF;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
}

.ssl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
  font-size: 12px;
  color: #B3B3B3;
}

[data-step="2"], [data-step="3"], [data-step="4"] {
  max-width: 720px;
}
[data-step="2"] .step__header, [data-step="3"] .step__header, [data-step="4"] .step__header {
  border-bottom: none;
}
[data-step="2"] .step-section-title, [data-step="3"] .step-section-title, [data-step="4"] .step-section-title {
  margin-bottom: 8px;
}

.step-section-title {
  color: #8C8C8C;
  font-family: "Montserrat";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.5px; 
  letter-spacing: 0.66px;
  text-transform: uppercase;
}

.delivery-option-wrapper {
  margin-top: 18px;
}

.payment-option {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border: 2px solid #eee;
  border-radius: 12px;
  margin-bottom: 12px;
  cursor: pointer;
}

.payment-option.selected {
  border-color: #1a1a1a;
}

.payment-option input[type=radio] {
  width: 20px;
  height: 20px;
  accent-color: #1a1a1a;
}

.payment-option {
  display: block;
  padding: 20px;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: border-color 0.2s;
}

.payment-option:hover {
  border-color: #ccc;
}

.payment-option.selected {
  border-color: #1a1a1a;
}

.payment-option input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.payment-option__header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.payment-option__header-block {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.payment-option__icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: #F6F6F6;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-option.selected .payment-option__icon {
  background: #1A1A1A;
}
.payment-option.selected .payment-option__icon svg rect, .payment-option.selected .payment-option__icon line, .payment-option.selected .payment-option__icon path, .payment-option.selected .payment-option__icon circle, .payment-option.selected .payment-option__icon polyline {
  stroke: #FFF;
}

.payment-option__info {
  flex: 1;
}

.payment-option__name {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 4px;
}

.payment-option__desc {
  font-size: 13px;
  color: #888;
}

.payment-option__logos {
  display: flex;
  gap: 6px;
}

.card-logo {
  padding: 6px;
  border-radius: 3px;
  border: 1px solid #E9E9E9;
  color: #8C8C8C;
  font-family: "Montserrat";
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: 13.5px;
}

.sbp-logo {
  font-family: "Montserrat";
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 19.5px;
  color: #1A1A1A;
}
.sbp-logo span {
  color: #FC3F1D;
}

.payment-form {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #E9E9E9;
  display: none;
}
.payment-form .form-group__label {
  color: #8C8C8C;
  font-family: "Montserrat";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.5px; 
  letter-spacing: 0.66px;
  text-transform: uppercase;
}
.payment-form .form-input {
  padding: 14px 16px;
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  margin-bottom: 18px;
}

.payment-option.selected .payment-form {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.payment-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
}

.payment-form__hint {
  margin-top: 25px;
  color: #8C8C8C;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; 
}

.profile {
  margin-top: 48px;
}
.profile-wrapper {
  display: flex;
  gap: 64px;
}

.profile-sidebar {
  max-width: 280px;
  width: 100%;
  position: sticky;
  top: 20px;
  height: 100%;
}

.profile-sidebar-user {
  border-radius: 14px;
  border: 1px solid #ECECEC;
  background: #FFF;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.profile-sidebar-user__image {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 27px;
  border-radius: 50%;
  background: linear-gradient(135deg, #E6007E 0%, #FF4FB0 100%);
  box-shadow: 0 4px 12px 0 rgba(230, 0, 126, 0.25);
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}
.profile-sidebar-user__info-name {
  color: #141414;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; 
}
.profile-sidebar-user__info-mail {
  color: #8A8A8A;
  font-family: "Montserrat";
  font-size: 11.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.25px; 
}

.profile-sidebar-navigate {
  margin-top: 14px;
  border-radius: 14px;
  border: 1px solid #ECECEC;
  background: #FFF;
  padding: 9px;
}
.profile-sidebar-navigate ul li:not(:last-child) {
  margin-bottom: 2px;
}
.profile-sidebar-navigate ul li:last-child a {
  color: #C34;
}
.profile-sidebar-navigate ul li:last-child a:hover {
  background: #141414;
  color: #C34;
}
.profile-sidebar-navigate ul li:last-child a:hover img {
  filter: none;
}
.profile-sidebar-navigate ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  background: #FFF;
  color: #4A4A4A;
  font-family: "Montserrat";
  font-size: 13.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.25px; 
}
.profile-sidebar-navigate ul li.--active a {
  background: #141414;
  color: #FFF;
}
.profile-sidebar-navigate ul li.--active a img {
  filter: brightness(0) invert(1);
}

.profile-count {
  margin-left: auto;
  border-radius: 10px;
  background: #E6007E;
  padding: 3px 8px;
  color: #FFF;
  font-family: "Montserrat";
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px; 
}

.profile-content {
  width: 100%;
}

.profile-data {
  padding: 29px;
  border-radius: 14px;
  border: 1px solid #ECECEC;
  background: #FFF;
}
.profile-data:not(:last-child) {
  margin-bottom: 18px;
}
.profile-data__title {
  color: #141414;
  font-family: "Montserrat";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; 
  letter-spacing: -0.2px;
}
.profile-data__subtitle {
  margin-top: 5px;
  color: #8A8A8A;
  font-family: "Montserrat";
  font-size: 12.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}

.profile-data-top {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.profile-data-form {
  margin-top: 48px;
}
.profile-data-form label {
  color: #8A8A8A;
}
.profile-data-form .input {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #F6F7F8;
}

.input-with-status {
  position: relative;
}

.status-input {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  display: inline-flex;
  gap: 4px;
  padding: 5px 8px;
  border-radius: 6px;
  font-family: "Montserrat";
  font-size: 10.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
}
.status-input.--success {
  color: #1EA672;
  background: rgba(30, 166, 114, 0.1);
}

.profile-data-form-buttons {
  margin-top: 36px;
  display: flex;
  gap: 12px;
}
.profile-data-form-buttons .button {
  height: 44px;
}
.profile-data-form-buttons .button.--black {
  background: #141414;
}
.profile-data-form-buttons .button.--border {
  border-radius: 30px;
  border: 1px solid #ECECEC;
  background: #FFF;
  padding: 14px 29px;
  color: #141414;
  text-align: center;
  font-family: "Montserrat";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
}

.form-single {
  margin-bottom: 16px;
}
.form-single label {
  color: #8A8A8A;
  font-family: "Montserrat";
  font-size: 11.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; 
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.--delete-profile {
  border-radius: 30px;
  border: 1px solid #F0C0D0;
  background: #FFF;
  color: #C34;
  text-align: center;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.profile-data:has(.--delete-profile) {
  border-radius: 14px;
  border: 1px dashed #F0C0D0;
  background: #FFF;
}

.profile-order-navigate {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: auto;
}
.profile-order-navigate::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.order-navigate-button {
  padding: 11px 19px;
  border-radius: 30px;
  border: 1px solid #ECECEC;
  background: #FFF;
  color: #4A4A4A;
  text-align: center;
  font-family: "Montserrat";
  font-size: 12.5px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
}
.order-navigate-button__count {
  padding: 1px 6px;
  border-radius: 8px;
  background: #ECECEC;
  color: #4A4A4A;
  text-align: center;
  font-family: "Montserrat";
  font-size: 10.5px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.order-navigate-button.--active {
  border: 1px solid #141414;
  background: #141414;
  color: #FFF;
}
.order-navigate-button.--active .order-navigate-button__count {
  background: rgba(255, 255, 255, 0.18);
  color: #FFF;
}

.profile-order-cards {
  margin-top: 22px;
}

.profile-order-card {
  border-radius: 14px;
  border: 1px solid #ECECEC;
  background: #FFF;
  overflow: hidden;
}
.profile-order-card:not(:last-child) {
  margin-bottom: 20px;
}

.profile-order-card-top {
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  background: #F6F7F8;
}
.profile-order-card-top__info-mane {
  color: #141414;
  font-family: "Montserrat";
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; 
  letter-spacing: 0.2px;
}
.profile-order-card-top__info-date {
  color: #8A8A8A;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; 
  margin-left: 11px;
}

.profile-order-card-top-status {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  font-family: "Montserrat";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.25px; 
  letter-spacing: 0.3px;
  text-transform: uppercase;
  border-radius: 20px;
}
.profile-order-card-top-status.--onway {
  background: rgba(43, 108, 255, 0.12);
  color: #2B6CFF;
}
.profile-order-card-top-status.--onway span {
  background: #2B6CFF;
}
.profile-order-card-top-status span {
  display: flex;
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  border-radius: 50%;
}
.profile-order-card-top-status.--complited {
  background: rgba(30, 166, 114, 0.12);
  color: #1EA672;
}
.profile-order-card-top-status.--complited span {
  background: #1EA672;
}
.profile-order-card-top-status.--panding {
  background: rgba(255, 144, 32, 0.14);
  color: #FF9020;
}
.profile-order-card-top-status.--panding span {
  background: #FF9020;
}
.profile-order-card-top-status.--cancelled {
  background: rgba(204, 51, 68, 0.1);
  color: #C34;
}
.profile-order-card-top-status.--cancelled span {
  background: #C34;
}

.profile-order-card-body {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.profile-order-card-body-images {
  display: flex;
  gap: 8px;
}
.profile-order-card-body-images img {
  width: 54px;
  height: 54px;
  border-radius: 10px;
  border: 1px solid rgba(33, 33, 35, 0.1);
}

.hidden-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 10px;
  background: #F6F7F8;
  color: #4A4A4A;
  text-align: center;
  font-family: "Montserrat";
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; 
  display: none;
}

.profile-order-card-body-images img:nth-child(4) ~ .hidden-image {
  display: inline-flex;
}

.profile-order-card-body-images img:nth-child(n+4) {
  display: none;
}

.profile-order-card-body-info {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.profile-order-card-body-info span:nth-child(1) {
  color: #8A8A8A;
  text-align: right;
  font-family: "Montserrat";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; 
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.profile-order-card-body-info span:nth-child(2) {
  color: #141414;
  text-align: right;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; 
}
.profile-order-card-body-info span:nth-child(3) {
  color: #8A8A8A;
  text-align: right;
  font-family: Montserrat;
  font-size: 11.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; 
}

.profile-order-card-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  padding: 15px 22px;
  border-top: 1px solid #F3F3F3;
}
.profile-order-card-bottom__info {
  display: flex;
  align-items: start;
  gap: 6px;
  color: #4A4A4A;
  font-family: "Montserrat";
  font-size: 12.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}
.profile-order-card-bottom__buttons {
  display: flex;
  gap: 10px;
}
.profile-order-card-bottom__buttons .button {
  font-size: 12.5px;
  font-style: normal;
  font-weight: 700;
}
.profile-order-card-bottom__buttons .button.--border {
  border-radius: 30px;
  border: 1px solid #ECECEC;
  background: #FFF;
}

.profile-order .catalog-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.profile-favorite-navigate {
  display: flex;
  gap: 10px;
}

.profile-favorite-navigate-buttons {
  display: flex;
  gap: 10px;
  overflow: auto;
}
.profile-favorite-navigate-buttons::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.profile-favorite-button {
  border-radius: 30px;
  border: 1px solid #ECECEC;
  background: #FFF;
  color: #4A4A4A;
  text-align: center;
  font-family: "Montserrat";
  font-size: 12.5px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.profile-favorite-button.--active {
  border-radius: 30px;
  border: 1px solid #141414;
  background: #141414;
  color: #FFF;
}

.profile-favorite-add {
  margin-left: auto;
  border-radius: 30px;
}
.profile-favorite-add img {
  width: 16px;
  filter: brightness(0) invert(1);
}

.profile-favorite .popular-wrapper-results {
  grid-template-columns: repeat(3, 1fr);
}

.section {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 24px;
  border: 1px solid #ddd;
}

.section__header {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.section__title {
  color: #141414;
  font-family: "Montserrat";
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; 
  letter-spacing: -0.2px;
  margin-bottom: 4px;
}

.section__subtitle {
  color: #8A8A8A;
  font-family: "Montserrat";
  font-size: 12.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.75px; 
}

.btn-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1px solid #E6007E;
  background: #fff;
  color: #343434;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  height: 37px;
}

.btn-add:hover {
  background: #E6007E;
  color: #fff;
}

.addresses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 14px;
}

.address-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 12px;
  background: #fafafa;
  border: 2px solid transparent;
  transition: all 0.2s;
  position: relative;
}

.address-card--default {
  border-color: #e6007e;
  background: #fff;
}

.address-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}

.address-card__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
}

.address-card__icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  border: 1px solid #ECECEC;
  background: #FFF;
  color: #E6007E;
}

.badge {
  padding: 4px 12px;
  border-radius: 6px;
  background: rgba(230, 0, 126, 0.1);
  font-family: "Montserrat";
  font-size: 9.5px;
  font-style: normal;
  font-weight: 800;
  line-height: 14.25px; 
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.address-empty {
  color: #E6007E;
  text-align: center;
  font-family: "Montserrat";
  font-size: 11.5px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.badge--pink {
  background: rgba(230, 0, 126, 0.1);
  color: #E6007E;
}

.badge--light-pink {
  background: #fff0f5;
  color: #e6007e;
  font-size: 11px;
}

.make-default-link {
  color: #e6007e;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  background: none;
  border: none;
}

.address-card__content {
  margin-bottom: 16px;
}

.address-card__address {
  color: #4A4A4A;
  font-family: "Montserrat";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
  margin-bottom: 10px;
}

.address-card__phone {
  color: #141414;
  font-family: "Montserrat";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; 
}

.address-card__actions {
  display: flex;
  gap: 8px;
}

.icon-btn {
  width: 32px;
  height: 32px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}

.icon-btn:hover {
  border-color: #e6007e;
  color: #e6007e;
}

.address-card--add {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  border-radius: 10px;
  border: 1px dashed #ECECEC !important;
  background: #FFF !important;
  cursor: pointer;
}

.address-card--add:hover {
  border-color: #e6007e !important;
}

.add-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffe6f3;
  color: #e6007e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 12px;
}

.add-text {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}


.delivery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 16px;
}

.delivery-card {
  padding: 20px;
  border-radius: 12px;
  background: #fafafa;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 16px;
}

.delivery-card:hover {
  border-color: #ddd;
}

.delivery-card--selected {
  border-color: #e6007e;
  background: #fff;
}

.delivery-card__radio {
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.delivery-card--selected .delivery-card__radio {
  border-color: #e6007e;
}

.delivery-card--selected .delivery-card__radio::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e6007e;
}

.delivery-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #FFF;
  color: #E6007E;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #ECECEC;
}

.delivery-card__content {
  flex: 1;
}

.delivery-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4px;
}

.delivery-card__title {
  color: #141414;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
}

.delivery-card__desc {
  color: #8A8A8A;
  font-family: 'Montserrat';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}
.delivery-card__desc strong {
  font-weight: 700;
  color: #4A4A4A;
}

.delivery-card__price {
  font-weight: 600;
  font-size: 14px;
  color: #1a1a1a;
}

.section__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #eee;
}

.footer-note {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8A8A8A;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}

.footer-note__icon {
  color: #1EA672;
  font-weight: bold;
}


.address-radio,
.delivery-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}


.address-card {
  position: relative;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #F6F7F8;
  transition: all 0.2s;
}

.address-card__selectable {
  display: block;
  cursor: pointer;
}


.address-card:has(.address-radio:checked) {
  border-color: #e6007e;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(230, 0, 126, 0.08);
}
.address-card:has(.address-radio:checked) .address-card__icon {
  background: #e6007e;
  color: #FFF;
}
.address-card:has(.address-radio:checked) .address-empty {
  display: none;
}


.address-default-badge {
  display: none;
}

.address-card:has(.address-radio:checked) .address-default-badge {
  display: inline-block;
}


.address-card__selectable:hover {
  opacity: 0.9;
}


.address-card__actions {
  display: flex;
  gap: 8px;
}


.delivery-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0);
  background: #F6F7F8;
}

.delivery-card:hover {
  border-color: #ddd;
}


.delivery-card:has(.delivery-radio:checked) {
  border-color: #e6007e;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(230, 0, 126, 0.08);
}
.delivery-card:has(.delivery-radio:checked) .delivery-card__icon {
  background: #E6007E;
  color: #FFF;
}
.delivery-card:has(.delivery-radio:checked) .delivery-card__icon path {
  stroke: #FFF;
}


.delivery-card__radio {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 2px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  transition: all 0.2s;
}

.delivery-card:has(.delivery-radio:checked) .delivery-card__radio {
  border-color: #e6007e;
}

.delivery-card:has(.delivery-radio:checked) .delivery-card__radio::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e6007e;
}


.address-card__selectable::before {
  display: none;
}

.address-card:has(.address-radio:checked) .address-card__selectable::before {
  border-color: #e6007e;
}

.address-card:has(.address-radio:checked) .address-card__selectable::after {
  display: none;
}


.address-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}

[data-fls-slider] {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-initialized {
  touch-action: pan-y;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
@media (max-width: 1250px){
  .header-contacts {
    display: none;
  }
  .header-search {
    margin-left: auto;
  }
}@media (max-width: 1150px){
  .footer-top {
    flex-direction: column;
  }
  .footer-rating {
    margin-top: 20px;
  }
  .footer-navigate-wrapper {
    justify-content: space-between;
  }
  .card-top {
    gap: 20px;
  }
}@media (max-width: 1100px){
  .brands-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .map {
    width: 450px;
  }
  .map__body {
    width: 450px;
  }
}@media (max-width: 1050px){
  .profile-wrapper {
    gap: 20px;
  }
}@media (max-width: 992px) and (max-width: 571px){
  .menu__body {
    padding: 137px 15px 30px 15px;
  }
  .menu__body {
    padding: 130px 15px 30px 15px;
  }
}@media (max-width: 992px) and (max-width: 375px){
  .icon-menu {
    width: 22px;
    height: 14px;
  }
}@media (max-width: 992px) and (any-hover: none){
  .icon-menu {
    cursor: default;
  }
}@media (max-width: 992px){
  .popup {
    padding: 70px 10px 30px 10px;
  }
  .menu__list {
    flex-direction: column;
    align-items: start;
    padding-block: 20px;
  }
  .menu__link {
    font-size: 16px;
  }
  .header-contacts {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 50%;
    border: 1px solid #ECECEC;
  }
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100svh;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 117px 15px 30px 15px;
    transition: left 0.3s;
    background: #FFF;
    z-index: 1;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 118px;
    left: -100%;
    top: 0;
    transition: left 0.3s;
    z-index: 2;
    border-bottom: 1px solid #d3d3d3;
  }
  [data-fls-menu-open] .menu__body {
    left: 0;
  }
  [data-fls-menu-open] .menu__body::before {
    left: 0;
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 25px;
    height: 16px;
    z-index: 5;
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 1px);
  }
  [data-fls-menu-open] .icon-menu span {
    width: 0;
  }
  [data-fls-menu-open] .icon-menu::before {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  [data-fls-menu-open] .icon-menu::after {
    bottom: calc(50% - 1px);
    transform: rotate(45deg);
  }
  .originality-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .popular-wrapper-results {
    grid-template-columns: repeat(3, 1fr);
  }
  .main-subscribe-wrapper {
    padding: 40px 24px;
  }
  .catalog-form-wrapper {
    flex-direction: column;
    padding: 40px 24px;
  }
  .form-catalog {
    max-width: 100%;
  }
  .form-catalog-call {
    max-width: 100%;
  }
  .card-top {
    flex-direction: column;
  }
  .card-rating-top {
    flex-direction: column;
  }
  .card-rating-top-review {
    max-width: 100%;
  }
  .contact-wrapper {
    flex-direction: column;
  }
  .contact-wrapper-info {
    max-width: 100%;
  }
  .map {
    width: 100%;
    max-width: 100%;
  }
  .map__body {
    width: 100%;
  }
  .profile-wrapper {
    flex-direction: column;
  }
  .profile-sidebar {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}@media (max-width: 900px){
  .checkout {
    grid-template-columns: 1fr;
  }
  .order-summary {
    position: static;
  }
  .stepper__step {
    padding: 10px 8px;
  }
  .stepper__title {
    font-size: 13px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  [data-step="2"] {
    max-width: 100%;
  }
  [data-step="3"] {
    max-width: 100%;
  }
  [data-step="4"] {
    max-width: 100%;
  }
}@media (max-width: 768px){
  .hero-wrapper {
    padding: 200px 20px 60px 20px;
  }
  .brands-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .equipment-card__title {
    margin-top: 20px;
    margin-left: 20px;
  }
  .equipment-card__text {
    margin-left: 20px;
  }
  .main-info-wrapper .main-info__image {
    margin-top: 30px;
  }
  .main-subscribe-wrapper .main-subscribe-form {
    margin-top: 48px;
    flex-direction: column;
  }
  .form-catalog .form-line {
    flex-direction: column;
  }
  .form-catalog .form-buttons {
    flex-direction: column;
  }
  .form-catalog .form-buttons .button {
    max-width: 100%;
  }
  .form-catalog .form-buttons p {
    max-width: 100%;
  }
  .card-wrapper {
    margin-top: 24px;
  }
  .card-table {
    margin-top: 32px;
  }
  .card-rating-bottom {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact {
    margin-top: 24px;
  }
  .page-title {
    margin-top: 24px;
  }
  .page-title p {
    margin-top: 12px;
  }
  .profile {
    margin-top: 24px;
  }
  .profile-data-form {
    margin-top: 24px;
  }
  .section {
    padding: 20px;
  }
  .addresses-grid,
  .delivery-grid {
    grid-template-columns: 1fr;
  }
  .section__header {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }
  .section__footer {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}@media (max-width: 675px){
  .profile-favorite-navigate {
    flex-direction: column;
  }
  .profile-favorite-add {
    margin-left: 0;
    width: 100%;
  }
}@media (max-width: 650px){
  .equipment-block:nth-child(1) .equipment-card:nth-child(1) {
    max-width: 100%;
  }
  .equipment-block:nth-child(2) .equipment-card:nth-child(3) {
    max-width: 100%;
  }
  .equipment-block:nth-child(2) .equipment-card:nth-child(1) img {
    width: 100%;
  }
  .equipment-block {
    flex-direction: column;
  }
  .equipment-card {
    max-width: 100%;
  }
  .popular-wrapper-results {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-item__title {
    margin-top: 15px;
  }
  .card-item__coast {
    margin-top: 10px;
  }
  .profile-favorite .popular-wrapper-results {
    grid-template-columns: repeat(2, 1fr);
  }
}@media (max-width: 600px){
  .payment-form .form-row {
    grid-template-columns: 1fr;
  }
  .payment-option__header {
    flex-direction: column-reverse;
    gap: 5px;
    align-items: initial;
  }
  .payment-option__logos {
    margin-left: auto;
  }
  .stepper {
    overflow: auto;
  }
  .stepper::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .stepper__step {
    flex-direction: column;
    justify-content: center;
    gap: 6px;
  }
  .cart-item {
    grid-template-columns: 100px 1fr;
  }
  .cart-item__right {
    grid-column: 1/-1;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
  }
  .cart-item__price {
    margin-bottom: 0;
  }
}@media (max-width: 575px){
  .footer-navigate-wrapper {
    flex-wrap: wrap;
    gap: 20px !important;
  }
  .footer-nav-block ul li a {
    font-size: 14px;
  }
  .originality-wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }
  .main-info-wrapper p {
    margin-bottom: 10px;
  }
  .main-info-wrapper .main-info__image img {
    aspect-ratio: 480/260;
  }
  .concept__slide img {
    aspect-ratio: 340/250;
    min-height: 100%;
  }
  .catalog-sort {
    margin-top: 24px;
  }
  .catalog-sort-wrapper {
    flex-direction: column;
  }
  .catalog-sort-block {
    margin-left: auto;
  }
  .catalog-filter-dropdown-list {
    right: 20px;
  }
  .catalog-pagination-wrapper ul li {
    width: 40px;
    height: 40px;
  }
  .catalog-pagination-buttons .prev-page, .catalog-pagination-buttons .next-page {
    width: 40px;
    height: 40px;
  }
  .product-gallery {
    flex-direction: column-reverse;
    max-width: 100%;
  }
  .product-gallery__main {
    width: 100% !important;
    max-width: 100%;
  }
  .main-swiper__slide {
    width: 100% !important;
    max-width: 100%;
  }
  .product-gallery {
    height: 100%;
  }
  .product-gallery__thumbs {
    width: 100%;
  }
  .thumbs-swiper__slide {
    height: 100%;
  }
  .product-card-info-total {
    flex-wrap: wrap;
  }
  .contact-wrapper-info ul {
    margin-top: 24px;
  }
  .contact-links {
    flex-direction: column;
  }
  .contact-address-block {
    flex-direction: column;
  }
  .contact-address p {
    margin-top: 10px;
  }
  .contact-social {
    margin-top: 24px;
    flex-direction: column;
  }
  .map {
    height: 260px;
  }
  .map__body {
    height: 260px;
  }
  .profile-data {
    padding: 20px;
  }
}@media (max-width: 525px){
  .hero__text {
    margin-top: 10px;
  }
  .hero__button {
    margin-top: 30px;
  }
  .hero-wrapper {
    padding: 160px 20px 40px 20px;
  }
  .card-rating-top .footer-rating__image {
    top: -50px;
    transform: translate(90%, 0);
  }
  .card-rating-top-review {
    padding: 20px;
  }
  .card-rating-top-review img {
    width: 24px;
  }
  .profile-data-form-buttons {
    flex-direction: column;
  }
  .--delete-profile {
    width: 100%;
  }
  .profile-order-card-top__info {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .profile-order-card-top__info-date {
    margin-left: 0;
  }
  .profile-order-card-top-status {
    font-size: 8px;
  }
  .profile-order-card-bottom__buttons {
    width: 100%;
    flex-direction: column;
  }
  .profile-order-card-bottom__buttons .button {
    width: 100%;
  }
  .btn-add {
    width: 100%;
  }
  .btn-save {
    width: 100%;
  }
}@media (max-width: 480px){
  #registration .popup__content {
    padding: 30px 20px;
  }
  #registration .auth-modal__title {
    font-size: 24px;
  }
  #registration .form-options {
    flex-direction: column;
    align-items: flex-start;
  }
}@media (max-width: 475px){
  .brands-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .profile-order-card-body {
    flex-direction: column;
    align-items: start;
  }
  .profile-order-card-body-info {
    text-align: left;
  }
  .profile-order-card-body-info span:nth-child(1) {
    text-align: left;
  }
  .profile-order-card-body-info span:nth-child(2) {
    text-align: left;
  }
  .profile-order-card-body-info span:nth-child(3) {
    text-align: left;
  }
}@media (max-width: 425px){
  .header-actions-wrapper {
    gap: 10px;
  }
  .header-actions {
    gap: 10px;
  }
  .popular-wrapper-results {
    grid-template-columns: repeat(1, 1fr);
  }
  .profile-favorite .popular-wrapper-results {
    grid-template-columns: repeat(1, 1fr);
  }
}@media (max-width: 375px){
  .header-cart {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
  .header-cart img {
    width: 17px;
    height: 17px;
  }
  .header-user {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
  .header-user img {
    width: 20px;
    height: 20px;
  }
  .header-menu {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
}@media (width < 23.4375em){
  .footer {
    margin-top: 60px;
  }
  .footer-top {
    gap: 30px;
  }
  .footer-logo-block p {
    font-size: 14px;
  }
  .footer-navigate-wrapper {
    gap: 20px;
  }
  .footer-bottom {
    font-size: 12px;
  }
  #characteristics h2 {
    font-size: 27px;
  }
  #registration .auth-modal__title {
    font-size: 22px;
  }
  .header-top-links a {
    font-size: 10px;
  }
  .header-top-location {
    font-size: 10px;
  }
  .header-cart-count {
    font-size: 9px;
  }
  .brands-card-text p {
    font-size: 14px;
  }
  .equipment-card__title {
    font-size: 18px;
  }
  .equipment-card__text {
    font-size: 14px;
  }
  .originality {
    margin-top: 60px;
  }
  .section-title {
    font-size: 27px;
  }
  .popular {
    margin-top: 60px;
  }
  .card-item__title {
    font-size: 14px;
  }
  .card-item__text {
    font-size: 12px;
  }
  .card-item__coast {
    font-size: 16px;
  }
  .main-info {
    margin-top: 60px;
  }
  .main-info-wrapper p {
    font-size: 12px;
  }
  .main-subscribe {
    margin-top: 60px;
  }
  .main-subscribe-wrapper h2 {
    font-size: 27px;
  }
  .breadcrumb-section {
    margin-top: 20px;
  }
  .concept {
    margin-top: 24px;
  }
  .concept__wrapper {
    margin-top: 24px;
  }
  .concept-gallery {
    margin-top: 60px;
  }
  .concept-gallery-block {
    margin-top: 24px;
  }
  .not-found {
    margin-block: 45px;
  }
  .not-found-wrapper__text {
    font-size: 18px;
  }
  .not-found-wrapper__button {
    margin-top: 48px;
  }
  .not-found-wrapper__title {
    font-size: 120px;
  }
  .catalog-title {
    margin-block: 24px;
  }
  .catalog-brands-wrapper .checkbox .checkbox__text-title {
    font-size: 16px;
  }
  .catalog-brands-wrapper .checkbox .checkbox__text-count {
    font-size: 12px;
  }
  .catalog-pagination-wrapper ul li {
    font-size: 16px;
  }
  .catalog-form {
    margin-top: 60px;
  }
  .form-catalog h2 {
    font-size: 27px;
  }
  .catalog-title-wrapper .catalog-items-count {
    font-size: 14px;
  }
  .product-card-info__title {
    font-size: 27px;
  }
  .product-card-info__text {
    font-size: 14px;
  }
  .product-card-info__total {
    font-size: 12px;
  }
  .product-card-info-total__price {
    font-size: 24px;
  }
  .orders-table th {
    font-size: 12px;
  }
  .table-title {
    font-size: 12px;
  }
  .table-text {
    font-size: 12px;
  }
  .color-table-block {
    font-size: 12px;
  }
  .table-amount {
    font-size: 12px;
  }
  .card-rating {
    margin-top: 60px;
  }
  .card-rating-top .footer-rating__info h2 {
    font-size: 27px;
  }
  .card-rating-top .footer-rating__info .footer-rating__block {
    font-size: 27px;
  }
  .card-rating-top-review__num {
    font-size: 50px;
  }
  .card-rating-top-review span {
    font-size: 18px;
  }
  .contact-links a {
    font-size: 22px;
  }
  .contact-address span {
    font-size: 12px;
  }
  .contact-address p {
    font-size: 14px;
  }
  .stepper__label {
    font-size: 8px;
  }
}@media (width >= 23.4375em) and (width < 85.9375em){
  .footer {
    margin-top: clamp( 60px , 37.5px  +  6vw , 120px );
  }
  .footer-top {
    gap: clamp( 30px , 18.75px  +  3vw , 60px );
  }
  .footer-logo-block p {
    font-size: clamp( 14px , 13.25px  +  0.2vw , 16px );
  }
  .footer-navigate-wrapper {
    gap: clamp( 20px , 6.5px  +  3.6vw , 56px );
  }
  .footer-bottom {
    font-size: clamp( 12px , 11.25px  +  0.2vw , 14px );
  }
  #characteristics h2 {
    font-size: clamp( 27px , 25.125px  +  0.5vw , 32px );
  }
  #registration .auth-modal__title {
    font-size: clamp( 22px , 20.5px  +  0.4vw , 26px );
  }
  .header-top-links a {
    font-size: clamp( 10px , 9.0625px  +  0.25vw , 12.5px );
  }
  .header-top-location {
    font-size: clamp( 10px , 9.0625px  +  0.25vw , 12.5px );
  }
  .header-cart-count {
    font-size: clamp( 9px , 8.625px  +  0.1vw , 10px );
  }
  .brands-card-text p {
    font-size: clamp( 14px , 13.25px  +  0.2vw , 16px );
  }
  .equipment-card__title {
    font-size: clamp( 18px , 15.75px  +  0.6vw , 24px );
  }
  .equipment-card__text {
    font-size: clamp( 14px , 13.25px  +  0.2vw , 16px );
  }
  .originality {
    margin-top: clamp( 60px , 37.5px  +  6vw , 120px );
  }
  .section-title {
    font-size: clamp( 27px , 22.125px  +  1.3vw , 40px );
  }
  .popular {
    margin-top: clamp( 60px , 37.5px  +  6vw , 120px );
  }
  .card-item__title {
    font-size: clamp( 14px , 13.25px  +  0.2vw , 16px );
  }
  .card-item__text {
    font-size: clamp( 12px , 11.25px  +  0.2vw , 14px );
  }
  .card-item__coast {
    font-size: clamp( 16px , 15.25px  +  0.2vw , 18px );
  }
  .main-info {
    margin-top: clamp( 60px , 37.5px  +  6vw , 120px );
  }
  .main-info-wrapper p {
    font-size: clamp( 12px , 11.25px  +  0.2vw , 14px );
  }
  .main-subscribe {
    margin-top: clamp( 60px , 37.5px  +  6vw , 120px );
  }
  .main-subscribe-wrapper h2 {
    font-size: clamp( 27px , 22.125px  +  1.3vw , 40px );
  }
  .breadcrumb-section {
    margin-top: clamp( 20px , 12.5px  +  2vw , 40px );
  }
  .concept {
    margin-top: clamp( 24px , 15px  +  2.4vw , 48px );
  }
  .concept__wrapper {
    margin-top: clamp( 24px , 15px  +  2.4vw , 48px );
  }
  .concept-gallery {
    margin-top: clamp( 60px , 37.5px  +  6vw , 120px );
  }
  .concept-gallery-block {
    margin-top: clamp( 24px , 15px  +  2.4vw , 48px );
  }
  .not-found {
    margin-block: clamp( 45px , 28.125px  +  4.5vw , 90px );
  }
  .not-found-wrapper__text {
    font-size: clamp( 18px , 15.75px  +  0.6vw , 24px );
  }
  .not-found-wrapper__button {
    margin-top: clamp( 48px , 42px  +  1.6vw , 64px );
  }
  .not-found-wrapper__title {
    font-size: clamp( 120px , 105.375px  +  3.9vw , 159px );
  }
  .catalog-title {
    margin-block: clamp( 24px , 15px  +  2.4vw , 48px );
  }
  .catalog-brands-wrapper .checkbox .checkbox__text-title {
    font-size: clamp( 16px , 15.25px  +  0.2vw , 18px );
  }
  .catalog-brands-wrapper .checkbox .checkbox__text-count {
    font-size: clamp( 12px , 11.25px  +  0.2vw , 14px );
  }
  .catalog-pagination-wrapper ul li {
    font-size: clamp( 16px , 14.5px  +  0.4vw , 20px );
  }
  .catalog-form {
    margin-top: clamp( 60px , 37.5px  +  6vw , 120px );
  }
  .form-catalog h2 {
    font-size: clamp( 27px , 22.125px  +  1.3vw , 40px );
  }
  .catalog-title-wrapper .catalog-items-count {
    font-size: clamp( 14px , 13.25px  +  0.2vw , 16px );
  }
  .product-card-info__title {
    font-size: clamp( 27px , 25.125px  +  0.5vw , 32px );
  }
  .product-card-info__text {
    font-size: clamp( 14px , 13.25px  +  0.2vw , 16px );
  }
  .product-card-info__total {
    font-size: clamp( 12px , 11.25px  +  0.2vw , 14px );
  }
  .product-card-info-total__price {
    font-size: clamp( 24px , 21px  +  0.8vw , 32px );
  }
  .orders-table th {
    font-size: clamp( 12px , 11.25px  +  0.2vw , 14px );
  }
  .table-title {
    font-size: clamp( 12px , 11.25px  +  0.2vw , 14px );
  }
  .table-text {
    font-size: clamp( 12px , 11.25px  +  0.2vw , 14px );
  }
  .color-table-block {
    font-size: clamp( 12px , 11.25px  +  0.2vw , 14px );
  }
  .table-amount {
    font-size: clamp( 12px , 11.25px  +  0.2vw , 14px );
  }
  .card-rating {
    margin-top: clamp( 60px , 37.5px  +  6vw , 120px );
  }
  .card-rating-top .footer-rating__info h2 {
    font-size: clamp( 27px , 25.125px  +  0.5vw , 32px );
  }
  .card-rating-top .footer-rating__info .footer-rating__block {
    font-size: clamp( 27px , 25.125px  +  0.5vw , 32px );
  }
  .card-rating-top-review__num {
    font-size: clamp( 50px , 31.25px  +  5vw , 100px );
  }
  .card-rating-top-review span {
    font-size: clamp( 18px , 15.75px  +  0.6vw , 24px );
  }
  .contact-links a {
    font-size: clamp( 22px , 20.125px  +  0.5vw , 27px );
  }
  .contact-address span {
    font-size: clamp( 12px , 11.25px  +  0.2vw , 14px );
  }
  .contact-address p {
    font-size: clamp( 14px , 13.25px  +  0.2vw , 16px );
  }
  .stepper__label {
    font-size: clamp( 8px , 7.25px  +  0.2vw , 10px );
  }
}@media (width >= 85.9375em){
  .footer {
    margin-top: 120px;
  }
  .footer-top {
    gap: 60px;
  }
  .footer-logo-block p {
    font-size: 16px;
  }
  .footer-navigate-wrapper {
    gap: 56px;
  }
  .footer-bottom {
    font-size: 14px;
  }
  #characteristics h2 {
    font-size: 32px;
  }
  #registration .auth-modal__title {
    font-size: 26px;
  }
  .header-top-links a {
    font-size: 12.5px;
  }
  .header-top-location {
    font-size: 12.5px;
  }
  .header-cart-count {
    font-size: 10px;
  }
  .brands-card-text p {
    font-size: 16px;
  }
  .equipment-card__title {
    font-size: 24px;
  }
  .equipment-card__text {
    font-size: 16px;
  }
  .originality {
    margin-top: 120px;
  }
  .section-title {
    font-size: 40px;
  }
  .popular {
    margin-top: 120px;
  }
  .card-item__title {
    font-size: 16px;
  }
  .card-item__text {
    font-size: 14px;
  }
  .card-item__coast {
    font-size: 18px;
  }
  .main-info {
    margin-top: 120px;
  }
  .main-info-wrapper p {
    font-size: 14px;
  }
  .main-subscribe {
    margin-top: 120px;
  }
  .main-subscribe-wrapper h2 {
    font-size: 40px;
  }
  .breadcrumb-section {
    margin-top: 40px;
  }
  .concept {
    margin-top: 48px;
  }
  .concept__wrapper {
    margin-top: 48px;
  }
  .concept-gallery {
    margin-top: 120px;
  }
  .concept-gallery-block {
    margin-top: 48px;
  }
  .not-found {
    margin-block: 90px;
  }
  .not-found-wrapper__text {
    font-size: 24px;
  }
  .not-found-wrapper__button {
    margin-top: 64px;
  }
  .not-found-wrapper__title {
    font-size: 159px;
  }
  .catalog-title {
    margin-block: 48px;
  }
  .catalog-brands-wrapper .checkbox .checkbox__text-title {
    font-size: 18px;
  }
  .catalog-brands-wrapper .checkbox .checkbox__text-count {
    font-size: 14px;
  }
  .catalog-pagination-wrapper ul li {
    font-size: 20px;
  }
  .catalog-form {
    margin-top: 120px;
  }
  .form-catalog h2 {
    font-size: 40px;
  }
  .catalog-title-wrapper .catalog-items-count {
    font-size: 16px;
  }
  .product-card-info__title {
    font-size: 32px;
  }
  .product-card-info__text {
    font-size: 16px;
  }
  .product-card-info__total {
    font-size: 14px;
  }
  .product-card-info-total__price {
    font-size: 32px;
  }
  .orders-table th {
    font-size: 14px;
  }
  .table-title {
    font-size: 14px;
  }
  .table-text {
    font-size: 14px;
  }
  .color-table-block {
    font-size: 14px;
  }
  .table-amount {
    font-size: 14px;
  }
  .card-rating {
    margin-top: 120px;
  }
  .card-rating-top .footer-rating__info h2 {
    font-size: 32px;
  }
  .card-rating-top .footer-rating__info .footer-rating__block {
    font-size: 32px;
  }
  .card-rating-top-review__num {
    font-size: 100px;
  }
  .card-rating-top-review span {
    font-size: 24px;
  }
  .contact-links a {
    font-size: 27px;
  }
  .contact-address span {
    font-size: 14px;
  }
  .contact-address p {
    font-size: 16px;
  }
  .stepper__label {
    font-size: 10px;
  }
}@media (any-hover: hover){
  .button.--pink:hover {
    background: #c1016a;
  }
  .footer-nav-block ul li a:hover {
    color: #E6007E;
  }
  .footer-phone:hover, .footer-mail:hover {
    color: #E6007E;
  }
  .footer-social a:hover {
    opacity: 0.8;
  }
  .header-top-links a:hover {
    color: #E6007E;
  }
  .menu__link:hover {
    color: #E6007E;
  }
  .header-cart:hover img {
    filter: brightness(0) saturate(100%) invert(36%) sepia(99%) saturate(3500%) hue-rotate(288deg) brightness(94%) contrast(101%);
  }
  .header-user:hover img {
    filter: brightness(0) saturate(100%) invert(36%) sepia(99%) saturate(3500%) hue-rotate(288deg) brightness(94%) contrast(101%);
  }
  .brands-card:hover {
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.16);
  }
  .brands-card:hover .brands-card-bg-image {
    opacity: 1;
  }
  .brands-card:hover .brands-card-text-arrow {
    background: #E6007E;
  }
  .brands-card:hover .brands-card-text-arrow img {
    filter: brightness(0) invert(1);
  }
  .equipment-card:hover {
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.16);
  }
  .popular-navigate-button:hover {
    border: 1px solid #343434;
    color: #343434;
  }
  .card-item:hover .card-item__title {
    color: #E6007E;
  }
  .main-subscribe-wrapper .main-subscribe-form p a:hover {
    border-bottom: 1px solid #E6007E;
  }
  .arrow-slider-prev:hover, .arrow-slider-next:hover {
    background: linear-gradient(0deg, #343434 0%, #343434 100%), #FFF;
  }
  .arrow-slider-prev:hover img, .arrow-slider-next:hover img {
    filter: brightness(0) invert(1);
  }
  .--black:hover {
    background: #FFF;
    color: #343434;
  }
  .catalog-brands-wrapper .checkbox__text:hover .checkbox__text-title {
    color: #E6007E;
  }
  .catalog-sort-button:hover {
    opacity: 1;
  }
  .catalog-pagination-wrapper ul li:hover {
    color: #FFF;
    background: linear-gradient(0deg, #343434 0%, #343434 100%), #FFF;
  }
  .catalog-pagination-buttons .prev-page:hover, .catalog-pagination-buttons .next-page:hover {
    color: #FFF;
    background: linear-gradient(0deg, #343434 0%, #343434 100%), #FFF;
  }
  .catalog-pagination-buttons .prev-page:hover img, .catalog-pagination-buttons .next-page:hover img {
    filter: brightness(0) invert(1);
  }
  .form-catalog .form-buttons p a:hover {
    border-color: #E6007E;
  }
  .form-catalog-call-wrapper a:hover {
    color: #E6007E;
  }
  .characteristics-link:hover {
    color: #E6007E;
  }
  .product-card-info-total .quantity__button:hover::before, .product-card-info-total .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .product-card-info-total .quantity__button--plus:hover::before, .product-card-info-total .quantity__button--plus:hover::after {
    background-color: #E6007E;
  }
  .product-card-info-total .quantity__button--minus:hover::before, .product-card-info-total .quantity__button--minus:hover::after {
    background-color: #E6007E;
  }
  .contact-links a:hover {
    color: #E6007E;
  }
  .contact-social .button:hover img {
    border-color: #141213;
  }
  .cart-item .quantity__button:hover::before, .cart-item .quantity__button:hover::after {
    background-color: #E6007E;
  }
  .btn-primary:hover {
    background: #c1016a;
  }
  .profile-sidebar-navigate ul li a:hover {
    background: #141414;
    color: #FFF;
  }
  .profile-sidebar-navigate ul li a:hover img {
    filter: brightness(0) invert(1);
  }
  .profile-data-form-buttons .button.--black:hover {
    background: #FFF;
  }
  .profile-data-form-buttons .button.--border:hover {
    color: #FFF;
    background: #141414;
  }
  .--delete-profile:hover {
    color: #FFF;
    background: #C34;
  }
  .order-navigate-button:hover {
    border: 1px solid #141414;
  }
  .profile-order-card-bottom__buttons .button.--border:hover {
    background: #141414;
    color: #FFF;
  }
  .profile-favorite-button:hover {
    border: 1px solid #141414;
  }
  .address-card:hover {
    border-color: #E6007E;
  }
}

@media(max-width: 565px) {
  .menu__body::before {
    height: 137px;
  }
  .menu__body {
    padding-top: 136px;
  }
}