* {
	padding: 0rem;
	margin: 0rem;
	border: 0rem;
}
*,
*::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;
}
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;
}
@font-face {font-family: Manrope;font-display: swap;src: url("../fonts/Manrope-SemiBold.woff2") format("woff2");font-weight: 600;font-style: normal;}
@font-face {font-family: Manrope;font-display: swap;src: url("../fonts/Manrope-Regular.woff2") format("woff2");font-weight: 400;font-style: normal;}
@font-face {font-family: Manrope;font-display: swap;src: url("../fonts/Manrope-Medium.woff2") format("woff2");font-weight: 500;font-style: normal;}
@font-face {font-family: Manrope;font-display: swap;src: url("../fonts/Manrope-Bold.woff2") format("woff2");font-weight: 700;font-style: normal;}
@font-face {font-family: Lato;font-display: swap;src: url("../fonts/Lato-Semibold.woff2") format("woff2");font-weight: 600;font-style: normal;}
@font-face { 
	font-family: "iconfont"; 
	font-display: swap;
	src: url("../fonts/iconfont.woff2?adaf4ef553e8fc5e93e8691f18c5462a") format("woff2"); 
} 
[class*="--icon-"]::before{
	font-family: iconfont; 
}
	[class*="--icon-vk"]::before { 
		content: "\f101"; 
	} 
	[class*="--icon-user"]::before { 
		content: "\f102"; 
	} 
	[class*="--icon-tg"]::before { 
		content: "\f103"; 
	} 
	[class*="--icon-strShare"]::before { 
		content: "\f104"; 
	} 
	[class*="--icon-strLike"]::before { 
		content: "\f105"; 
	} 
	[class*="--icon-star"]::before { 
		content: "\f106"; 
	} 
	[class*="--icon-share"]::before { 
		content: "\f107"; 
	} 
	[class*="--icon-search"]::before { 
		content: "\f108"; 
	} 
	[class*="--icon-phone"]::before { 
		content: "\f109"; 
	} 
	[class*="--icon-max"]::before { 
		content: "\f10a"; 
	} 
	[class*="--icon-mail"]::before { 
		content: "\f10b"; 
	} 
	[class*="--icon-location"]::before { 
		content: "\f10c"; 
	} 
	[class*="--icon-like"]::before { 
		content: "\f10d"; 
	} 
	[class*="--icon-cross"]::before { 
		content: "\f10e"; 
	} 
	[class*="--icon-check"]::before { 
		content: "\f10f"; 
	} 
	[class*="--icon-cart"]::before { 
		content: "\f110"; 
	} 
	[class*="--icon-arrow"]::before { 
		content: "\f111"; 
	} 
/* Generated by vite-plugin-svg-spritemap */
body {
  background-color: #f1f2f4;
  color: #030021;
  min-width: 20rem;
  font-family: "Manrope";
  font-size: 1.125rem;
}
[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: 93.375rem;
  margin: 0 auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.title {
  line-height: 1.3611111111;
  font-weight: 700;
}

.white-bg {
  background-color: #fff;
}

.reviews-general {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.reviews-general__block {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0.625rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.reviews-general__rating {
  font-weight: 700;
  font-size: 1.5rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 0.5rem;
}
.reviews-general__rating::before {
  color: #fdcd00;
}
.seo {
  padding-bottom: 1.25rem;
}
.seo.seo--nm {
  margin: 0;
}
.seo__content {
  display: flex;
  flex-direction: column;
}
.seo__content h1,
.seo__content h2,
.seo__content h3,
.seo__content h4,
.seo__content h5,
.seo__content h6 {
  font-weight: 700;
  line-height: 1.3611111111;
}
.seo__content p {
  line-height: 1.3888888889;
}
.seo__content ul,
.seo__content ol {
  line-height: 1.375;
}
.seo__content a {
  color: #0a2242;
  text-decoration: underline;
  transition: 0.2s;
}
.seo__content ul li:not(:last-child),
.seo__content ol li:not(:last-child) {
  margin: 0rem 0rem 0.5rem 0rem;
}
.seo__content ul li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}
.seo__content ul li::before {
  content: "";
}
.seo__content ul li::before {
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #d7b67a;
}
.seo__content ol li {
  list-style-position: inside;
}

.slider__container {
  position: relative;
}
.slider__top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.slider__main {
  position: relative;
  padding: 0rem 0rem 1.25rem 0rem;
}
.slider__pagination {
  margin: 2.5rem 0rem 0rem 0rem;
}
.slider__slider-buttons-wrapper {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.slider__slider-buttons-wrapper .arrow-button:not(.swiper-button-disabled) {
  pointer-events: all;
}
.slider--blue {
  background-color: #0a2242;
}
.slider--blue .title {
  color: #fff;
}
.slider--blue .slider__main {
  padding: 0;
}
.slider--blue .slider__slider-buttons-wrapper {
  position: relative;
  gap: 0.75rem;
}/* Generated by vite-plugin-svg-spritemap */
.socials {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.socials__social {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: #d7b67a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.socials__social::before {
  font-size: 1.125rem;
  color: #0a2242;
  transition: 0.2s;
}
.socials__social.--icon-vk::before {
  margin-bottom: 0.25rem;
}/* Generated by vite-plugin-svg-spritemap */
.swiper {
  overflow: hidden;
}

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

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

.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(0rem, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}/* Generated by vite-plugin-svg-spritemap */
[data-fls-showmore-button] span:last-child {
  display: none;
}
.--showmore-active [data-fls-showmore-button] span {
  display: none;
}
.--showmore-active [data-fls-showmore-button] span:last-child {
  display: block;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
.header {
  z-index: 3;
  position: relative;
}
.header::before {
  content: "";
  background-color: rgba(3, 0, 33, 0.5);
  position: absolute;
  width: 100%;
  height: 120vh;
  height: 120svh;
  top: 5rem;
  bottom: 0;
  left: 0;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}
[data-menu-open] .header::before {
  opacity: 1;
  visibility: visible;
}
.header__top {
  background-color: #0a2242;
  padding: 0.75rem 0;
}
.header__top .header__container {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-shrink: 0;
  margin-right: auto;
}
.header__logo img {
  height: auto;
  display: block;
}
.header__logo p {
  line-height: 1.35;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
}
.header__info-wrapper {
  display: flex;
  align-items: center;
}
.header__info-block:first-child .info-block__icon::before {
  margin-bottom: 0.125rem;
}
.header__bottom {
  position: relative;
  background-color: #ffffff;
  border-radius: 0 0 1.25rem 1.25rem;
  padding: 1rem 0;
}
.header__bottom .header__container {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
[data-menu-open] .header__bottom {
  border-radius: 0;
}
.header__search {
  display: flex;
  align-items: center;
  background-color: #f1f2f4;
  border-radius: 0.5rem;
  height: 3rem;
}
.header__search {
  padding: 0 0 0 1.25rem;
  margin-left: auto;
}
.header__search {
  transition: border-color 0.2s ease;
}
.header__search:focus-within {
  border-color: #d7b67a;
}
.header__search-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.header__search-btn::before {
  font-size: 1.125rem;
  transition: 0.2s;
}
.header__search-input {
  background: none;
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: 600;
  padding: 0 1.25rem 0 0.625rem;
  width: 100%;
  height: 100%;
}
.header__search-input::placeholder {
  color: rgba(3, 0, 33, 0.4);
}
.header__user-wrapper {
  display: flex;
  align-items: center;
}
.header__user-wrapper {
  flex-shrink: 0;
}
.header__user-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  background-color: #f1f2f4;
  text-decoration: none;
  transition: 0.2s;
}
.header__user-button::before {
  font-size: 1.375rem;
  color: #030021;
  transition: 0.2s;
}
.header__user-button span {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  background-color: #d7b67a;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0a2242;
}

.menu {
  display: flex;
  align-items: center;
}
.menu__icon {
  display: none;
}
.menu__list {
  display: flex;
  align-items: center;
}
.menu__item {
  position: relative;
}
.menu__link {
  color: #030021;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
}
.menu__link::after {
  content: "";
  position: absolute;
  bottom: -0.375rem;
  left: 0;
  right: 0;
  height: 0.125rem;
  background-color: #d7b67a;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}/* Generated by vite-plugin-svg-spritemap */
.footer {
  background-color: #0a2242;
}
.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 2.5rem;
}
.footer__top {
  padding-bottom: 2.5rem;
}
.footer__left {
  flex: 0 1 30.75rem;
  display: flex;
  flex-direction: column;
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  text-decoration: none;
  flex-shrink: 0;
}
.footer__logo img {
  height: auto;
  display: block;
}
.footer__logo p {
  line-height: 1.35;
  color: #ffffff;
}
.footer__nav {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  margin-right: 7px;
}
.footer__nav-col {
  display: flex;
  flex-direction: column;
}
.footer__nav-title {
  line-height: 1.3571428571;
  font-weight: 600;
  color: #ffffff;
}
.footer__nav-lists {
  display: flex;
  gap: 2.5rem;
}
.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__nav-link {
  line-height: 1.35;
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}
.footer__info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.3);
}
.footer__payments {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.footer__payments img {
  min-width: 0;
  flex: 1 1 auto;
}
.footer__docs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer__docs {
  row-gap: 0.75rem;
}
.footer__doc-link {
  line-height: 1.35;
  color: #fff;
  transition: 0.2s;
}/* Generated by vite-plugin-svg-spritemap */
input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  width: 100%;
  display: block;
  background-color: #f1f2f4;
  border-radius: 0.5rem;
  border: 0.125rem solid transparent;
}
.input {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  caret-color: inherit;
  outline: none;
  color: rgba(10, 34, 66, 0.5);
}
.input.--form-error {
  border: 0.125rem solid #bc1d00;
}

.input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
  color: rgba(10, 34, 66, 0.5);
  transition: opacity 0.1s;
}
.input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}

textarea.input {
  resize: vertical;
  padding: 0rem 0rem;
}/* Generated by vite-plugin-svg-spritemap */
.checkbox {
  display: inline-block;
  position: relative;
}
.checkbox:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.checkbox__input:checked + .checkbox__text:after {
  transform: scale(1);
}
.checkbox__text {
  cursor: pointer;
  position: relative;
  gap: 0.625rem;
  display: inline-flex;
  align-items: center;
}
.checkbox__text p {
  color: rgba(10, 34, 66, 0.5);
}
.checkbox__text p a {
  font-weight: 600;
  text-decoration: underline;
}
.checkbox__text:before {
  content: "";
  border-radius: 0.1875rem;
  align-self: flex-start;
  flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  background-color: #f1f2f4;
}
.checkbox__text::after {
  font-family: "iconfont";
  content: "\f10f";
  transition: 0.2s;
  transform: scale(0);
  position: absolute;
  left: 0.25rem;
  top: 0.1875rem;
  font-size: 0.625rem;
  color: #0a2242;
}
.checkbox.--form-error .checkbox__text p {
  color: #bc1d00;
}/* Generated by vite-plugin-svg-spritemap */
.button {
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 1.5rem 2.5rem;
  transition: 0.2s;
}
.button--gold {
  background-color: #d7b67a;
}
.button-small {
  line-height: 1.375;
  font-weight: 500;
  padding: 0.5625rem 1.25rem;
  border: 0.0625rem solid rgba(3, 0, 33, 0.3);
  border-radius: 0.5rem;
  transition: 0.2s;
}

.arrow-button {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
}
.arrow-button.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.arrow-button::before {
  font-size: 0.875rem;
  color: #030021;
  transition: 0.2s;
}
.arrow-button--prev::before {
  transform: rotate(180deg);
  display: block;
}/* Generated by vite-plugin-svg-spritemap */
.slide-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 1.25rem;
  padding: 1.5rem;
}
.slide-card__img-block {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.slide-card__img-block img {
  width: 100%;
  aspect-ratio: 376/275;
  object-fit: contain;
}
.slide-card__sale {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ced3d9;
  border-radius: 0.5rem;
  padding: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.3888888889;
}
.slide-card__title {
  margin: 1.25rem 0rem;
}
.slide-card__title {
  line-height: 1.375;
  font-weight: 700;
  transition: 0.2s;
}
.slide-card__bottom {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.slide-card__price {
  font-size: 1.5rem;
  font-weight: 700;
  white-space: nowrap;
}
.slide-card__button {
  margin-right: auto;
}
.slide-card__cart {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 0.5rem;
  background-color: #ced3d9;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.2s;
}
.slide-card__cart::before {
  font-size: 1.125rem;
  color: #030021;
  transition: 0.2s;
}/* Generated by vite-plugin-svg-spritemap */
.info-block {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.info-block__icon {
  border-radius: 50%;
  background-color: #d7b67a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.info-block__icon::before {
  font-size: 1.0625rem;
  color: #0a2242;
}
.info-block__text {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.info-block__text a {
  font-weight: 500;
  line-height: 1.35;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.2s;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
body::after {
  content: "";
  background: rgba(10, 34, 66, 0.5);
  backdrop-filter: blur(1.25rem);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
  z-index: 149;
}

[data-fls-popup-open] body::after {
  opacity: 1;
}

[data-fls-popup] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.875rem 0.625rem;
  transition: visibility 0.4s;
  visibility: hidden;
  pointer-events: none;
}
[data-fls-popup][data-fls-popup-active] {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

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

[data-fls-popup-youtube-place] iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.popup__close {
  outline: none;
  position: absolute;
}
.popup__close::before {
  font-size: 0.875rem;
}
.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;
}
.popup__body {
  visibility: hidden;
  transform: scale(0);
  transition: transform 0.3s ease 0s, visibility 0.3s ease 0s;
  background-color: #fff;
  width: 100%;
  max-width: 70.625rem;
  border-radius: 1.5rem;
  position: relative;
  overflow: hidden;
}
.popup__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.popup__img {
  position: relative;
}
.popup__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.popup__title {
  margin: 0rem 0rem 1.5rem 0rem;
}
.popup__title {
  font-weight: 600;
  line-height: 128%;
}
.popup__text {
  line-height: 1.3888888889;
}
.popup__form {
  margin: 1.5rem 0rem 0rem 0rem;
}
.popup__input {
  margin: 0rem 0rem 0.75rem 0rem;
}
.popup__checkbox {
  margin: 0.75rem 0rem 0rem 0rem;
}
.popup__btn {
  width: 100%;
  margin: 1.5rem 0rem 0rem 0rem;
}
@media (max-width: 80em) {
  .header__search {
    height: 2.25rem;
  }
  .menu__link {
    font-size: 1rem;
  }
  .info-block__icon {
    width: 2rem;
  }
  .info-block__icon {
    height: 2rem;
  }
  .info-block__text a {
    font-size: 0.875rem;
  }
}
@media (max-width: 78.125em) and (any-hover: none) {
  .menu__icon {
    cursor: default;
  }
}
@media (max-width: 78.125em) {
  .header__info-wrapper {
    margin: 2.5rem 0rem 0rem 0rem;
    gap: 3.125rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  .header__info-block .info-block__text a {
    color: #030021;
  }
  .menu__icon {
    display: block;
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 5;
    background-color: #d7b67a;
    border-radius: 0.5rem;
  }
  .menu__icon span, .menu__icon::before, .menu__icon::after {
    content: "";
    transition: all 0.3s ease 0s;
    left: 0.75rem;
    position: absolute;
    width: 1.125rem;
    height: 0.125rem;
    background-color: #0a2242;
  }
  .menu__icon::before {
    top: 0.8125rem;
  }
  .menu__icon::after {
    bottom: 0.8125rem;
  }
  .menu__icon span {
    top: calc(50% - 0.0625rem);
  }
  [data-menu-open] .menu__icon span {
    width: 0;
  }
  [data-menu-open] .menu__icon::before {
    top: calc(50% - 0.0625rem);
    transform: rotate(-45deg);
  }
  [data-menu-open] .menu__icon::after {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(45deg);
  }
  .menu__body {
    border-top: 0.0625rem solid rgba(10, 34, 66, 0.1019607843);
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    overflow: auto;
    padding: 2.5rem 0.75rem;
    border-radius: 0 0 2.5rem 2.5rem;
    background-color: #fff;
    z-index: 100;
    transform: translateY(-200%);
    opacity: 0;
    transition: 0.2s;
  }
  [data-menu-open] .menu__body {
    transform: translateY(0);
    opacity: 1;
  }
  .menu__list {
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 73.75em) {
  .footer__top {
    flex-direction: column;
  }
  .footer__left {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex: 1 1 100%;
  }
  .footer__left .reviews-general {
    max-width: 30.875rem;
    grid-column: 1/3;
  }
  .footer__socials {
    justify-self: end;
  }
  .footer__nav {
    width: calc(100% - 7px);
    justify-content: space-between;
  }
}
@media (max-width: 71.25em) {
  .footer__docs {
    flex-direction: column;
  }
}
@media (max-width: 62.5em) {
  .menu__list {
    gap: 1.5rem;
    justify-content: space-between;
  }
}
@media (max-width: 52.5em) {
  .footer__payments {
    max-width: 26rem;
  }
}
@media (max-width: 48.75em) {
  .popup__content {
    display: flex;
    flex-direction: column-reverse;
  }
  .popup__img {
    aspect-ratio: 696/547;
  }
}
@media (max-width: 48em) {
  .header__logo p {
    display: none;
  }
}
@media (max-width: 46.875em) {
  .header__info-wrapper {
    justify-content: space-between;
    gap: 0.75rem;
  }
  .footer__logo p {
    display: none;
  }
}
@media (max-width: 43.75em) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__payments {
    max-width: 100%;
  }
}
@media (max-width: 41.25em) {
  .footer__nav {
    display: grid;
    grid-template-columns: auto auto;
  }
}
@media (max-width: 40.625em) {
  .header__bottom .header__container {
    gap: 0.625rem;
  }
}
@media (max-width: 34.375em) {
  .reviews-general {
    grid-template-columns: 1fr;
  }
  .footer__left .reviews-general {
    grid-template-columns: 1fr 1fr;
  }
  .footer__left .reviews-general p {
    font-size: 1.25rem;
  }
}
@media (max-width: 28.75em) {
  .header__info-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 25em) {
  .footer__nav-lists {
    gap: 1.25rem;
  }
  .button {
    padding: 1.5rem 2.3125rem;
  }
}
@media (max-width: 23.75em) {
  .footer__left .reviews-general .reviews-general__block {
    padding: 0.625rem 0.875rem;
  }
  .footer__left .reviews-general p {
    font-size: 1.125rem;
  }
  .footer__left .reviews-general p::before {
    font-size: 1rem;
  }
}
@media (max-width: 21.875em) {
  .slide-card {
    padding: 1.5rem 0.75rem;
  }
}
@media (max-width: 20em) {
  .title {
    font-size: 1.5rem;
  }
  .white-bg {
    padding-bottom: 1.25rem;
  }
  .seo {
    margin-top: 1.25rem;
  }
  .seo {
    padding-top: 2.5rem;
  }
  .seo__content {
    gap: 0.75rem;
  }
  .seo__content h1 {
    font-size: 1.5rem;
  }
  .seo__content h2 {
    font-size: 1.25rem;
  }
  .seo__content h3 {
    font-size: 1.125rem;
  }
  .seo__content h4 {
    font-size: 1rem;
  }
  .seo__content p {
    font-size: 0.875rem;
  }
  .seo__content ul,
  .seo__content ol {
    font-size: 0.875rem;
  }
  .seo__content ul li::before {
    width: 0.375rem;
  }
  .seo__content ul li::before {
    height: 0.375rem;
  }
  .seo__more {
    margin-top: 0.75rem;
  }
  .slider--100 {
    margin-top: 2.5rem;
  }
  .slider--80 {
    margin-top: 1.25rem;
  }
  .slider--60 {
    margin-top: 1.25rem;
  }
  .slider--40 {
    margin-top: 1.25rem;
  }
  .slider__main {
    margin-top: 1.25rem;
  }
  .slider--blue {
    padding-top: 2.8125rem;
  }
  .slider--blue {
    padding-bottom: 2.5rem;
  }
  .header__logo img {
    width: 4.1875rem;
  }
  .header__search {
    width: 10rem;
  }
  .header__search {
    margin-right: 0.375rem;
  }
  .header__user-wrapper {
    gap: 0.75rem;
  }
  .footer__top {
    padding-top: 2.5rem;
  }
  .footer__left {
    gap: 1.75rem;
  }
  .footer__logo img {
    width: 4.1875rem;
  }
  .footer__nav {
    gap: 1.25rem;
  }
  .footer__nav-title {
    margin-bottom: 1rem;
  }
  .footer__nav-title {
    font-size: 1.125rem;
  }
  .footer__nav-link {
    font-size: 0.875rem;
  }
  .footer__bottom {
    padding-top: 1.75rem;
  }
  .footer__bottom {
    padding-bottom: 1.75rem;
  }
  .footer__docs {
    column-gap: 0.75rem;
  }
  .footer__doc-link {
    font-size: 0.875rem;
  }
  .input {
    font-size: 1rem;
  }
  .input {
    padding-top: 0.75rem;
  }
  .input {
    padding-bottom: 0.75rem;
  }
  .checkbox__text p {
    font-size: 0.75rem;
  }
  .button {
    font-size: 1rem;
  }
  .button-small {
    font-size: 0.875rem;
  }
  .slide-card__title {
    font-size: 1.25rem;
  }
  .popup__close {
    top: 1.125rem;
  }
  .popup__close {
    right: 1.125rem;
  }
  .popup__main {
    padding-top: 3rem;
  }
  .popup__main {
    padding-bottom: 2.25rem;
  }
  .popup__main {
    padding-left: 1.5rem;
  }
  .popup__main {
    padding-right: 1.5rem;
  }
  .popup__title {
    font-size: 1.5rem;
  }
  .popup__text {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 93.375em) {
  .title {
    font-size: clamp( 1.5rem , 1.29557069846875rem  +  1.0221465077vw , 2.25rem );
  }
  .white-bg {
    padding-bottom: clamp( 1.25rem , 0.5685689948875rem  +  3.4071550256vw , 3.75rem );
  }
  .seo {
    margin-top: clamp( 1.25rem , 0.5685689948875rem  +  3.4071550256vw , 3.75rem );
  }
  .seo {
    padding-top: clamp( 2.5rem , 2.15928449744375rem  +  1.7035775128vw , 3.75rem );
  }
  .seo__content {
    gap: clamp( 0.75rem , 0.54557069846875rem  +  1.0221465077vw , 1.5rem );
  }
  .seo__content h1 {
    font-size: clamp( 1.5rem , 1.29557069846875rem  +  1.0221465077vw , 2.25rem );
  }
  .seo__content h2 {
    font-size: clamp( 1.25rem , 1.113713798975rem  +  0.6814310051vw , 1.75rem );
  }
  .seo__content h3 {
    font-size: clamp( 1.125rem , 1.02278534923125rem  +  0.5110732538vw , 1.5rem );
  }
  .seo__content h4 {
    font-size: clamp( 1rem , 0.9318568994875rem  +  0.3407155026vw , 1.25rem );
  }
  .seo__content p {
    font-size: clamp( 0.875rem , 0.8068568994875rem  +  0.3407155026vw , 1.125rem );
  }
  .seo__content ul,
  .seo__content ol {
    font-size: clamp( 0.875rem , 0.84092844974375rem  +  0.1703577513vw , 1rem );
  }
  .seo__content ul li::before {
    width: clamp( 0.375rem , 0.34092844974375rem  +  0.1703577513vw , 0.5rem );
  }
  .seo__content ul li::before {
    height: clamp( 0.375rem , 0.34092844974375rem  +  0.1703577513vw , 0.5rem );
  }
  .seo__more {
    margin-top: clamp( 0.75rem , 0.54557069846875rem  +  1.0221465077vw , 1.5rem );
  }
  .slider--100 {
    margin-top: clamp( 2.5rem , 1.47785349233125rem  +  5.1107325383vw , 6.25rem );
  }
  .slider--80 {
    margin-top: clamp( 1.25rem , 0.22785349233125rem  +  5.1107325383vw , 5rem );
  }
  .slider--60 {
    margin-top: clamp( 1.25rem , 0.5685689948875rem  +  3.4071550256vw , 3.75rem );
  }
  .slider--40 {
    margin-top: clamp( 1.25rem , 0.90928449744375rem  +  1.7035775128vw , 2.5rem );
  }
  .slider__main {
    margin-top: clamp( 1.25rem , 0.90928449744375rem  +  1.7035775128vw , 2.5rem );
  }
  .slider--blue {
    padding-top: clamp( 2.8125rem , 2.55696337308125rem  +  1.2776831346vw , 3.75rem );
  }
  .slider--blue {
    padding-bottom: clamp( 2.5rem , 2.15928449744375rem  +  1.7035775128vw , 3.75rem );
  }
  .header__logo img {
    width: clamp( 4.1875rem , 3.710498296425rem  +  2.3850085179vw , 5.9375rem );
  }
  .header__search {
    width: clamp( 10rem , 7.95570698466875rem  +  10.2214650767vw , 17.5rem );
  }
  .header__search {
    margin-right: clamp( 0.375rem , -0.20421635434375rem  +  2.8960817717vw , 2.5rem );
  }
  .header__user-wrapper {
    gap: clamp( 0.75rem , 0.54557069846875rem  +  1.0221465077vw , 1.5rem );
  }
  .footer__top {
    padding-top: clamp( 2.5rem , 2.15928449744375rem  +  1.7035775128vw , 3.75rem );
  }
  .footer__left {
    gap: clamp( 1.75rem , 1.426320272575rem  +  1.6183986371vw , 2.9375rem );
  }
  .footer__logo img {
    width: clamp( 4.1875rem , 3.710498296425rem  +  2.3850085179vw , 5.9375rem );
  }
  .footer__nav {
    gap: clamp( 1.25rem , -0.453577512775rem  +  8.5178875639vw , 7.5rem );
  }
  .footer__nav-title {
    margin-bottom: clamp( 1rem , 0.79557069846875rem  +  1.0221465077vw , 1.75rem );
  }
  .footer__nav-title {
    font-size: clamp( 1.125rem , 1.02278534923125rem  +  0.5110732538vw , 1.5rem );
  }
  .footer__nav-link {
    font-size: clamp( 0.875rem , 0.8068568994875rem  +  0.3407155026vw , 1.125rem );
  }
  .footer__bottom {
    padding-top: clamp( 1.75rem , 1.54557069846875rem  +  1.0221465077vw , 2.5rem );
  }
  .footer__bottom {
    padding-bottom: clamp( 1.75rem , 1.2048551959125rem  +  2.7257240204vw , 3.75rem );
  }
  .footer__docs {
    column-gap: clamp( 0.75rem , -0.4084327086875rem  +  5.7921635434vw , 5rem );
  }
  .footer__doc-link {
    font-size: clamp( 0.875rem , 0.77278534923125rem  +  0.5110732538vw , 1.25rem );
  }
  .input {
    font-size: clamp( 1rem , 0.9318568994875rem  +  0.3407155026vw , 1.25rem );
  }
  .input {
    padding-top: clamp( 0.75rem , 0.613713798975rem  +  0.6814310051vw , 1.25rem );
  }
  .input {
    padding-bottom: clamp( 0.75rem , 0.613713798975rem  +  0.6814310051vw , 1.25rem );
  }
  .checkbox__text p {
    font-size: clamp( 0.75rem , 0.71592844974375rem  +  0.1703577513vw , 0.875rem );
  }
  .button {
    font-size: clamp( 1rem , 0.863713798975rem  +  0.6814310051vw , 1.5rem );
  }
  .button-small {
    font-size: clamp( 0.875rem , 0.84092844974375rem  +  0.1703577513vw , 1rem );
  }
  .slide-card__title {
    font-size: clamp( 1.25rem , 1.1818568994875rem  +  0.3407155026vw , 1.5rem );
  }
  .popup__close {
    top: clamp( 1.125rem , 1.00574957410625rem  +  0.5962521295vw , 1.5625rem );
  }
  .popup__close {
    right: clamp( 1.125rem , 1.00574957410625rem  +  0.5962521295vw , 1.5625rem );
  }
  .popup__main {
    padding-top: clamp( 3rem , 2.3867120954rem  +  3.066439523vw , 5.25rem );
  }
  .popup__main {
    padding-bottom: clamp( 2.25rem , 1.159710391825rem  +  5.4514480409vw , 6.25rem );
  }
  .popup__main {
    padding-left: clamp( 1.5rem , 1.22742759795625rem  +  1.3628620102vw , 2.5rem );
  }
  .popup__main {
    padding-right: clamp( 1.5rem , 1.07410562180625rem  +  2.129471891vw , 3.0625rem );
  }
  .popup__title {
    font-size: clamp( 1.5rem , 1.29557069846875rem  +  1.0221465077vw , 2.25rem );
  }
  .popup__text {
    font-size: clamp( 1rem , 0.96592844974375rem  +  0.1703577513vw , 1.125rem );
  }
}
@media (min-width: 46.875em) and (max-width: 91.875em) {
  .footer__logo p {
    font-size: clamp( 0.875rem , 0.484375rem  +  0.8333333333vw , 1.25rem );
  }
}
@media (min-width: 48em) and (max-width: 91.875em) {
  .header__logo p {
    font-size: clamp( 0.875rem , 0.60149572649375rem  +  0.5698005698vw , 1.125rem );
  }
}
@media (min-width: 78.125em) and (max-width: 91.875em) {
  .header__info-wrapper {
    gap: clamp( 2rem , -2.616477272725rem  +  5.9090909091vw , 2.8125rem );
  }
  .menu__list {
    gap: clamp( 1.5rem , -7.73295454545625rem  +  11.8181818182vw , 3.125rem );
  }
}
@media (min-width: 80em) and (max-width: 91.875em) {
  .menu__link {
    font-size: clamp( 1rem , 0.15789473684375rem  +  1.0526315789vw , 1.125rem );
  }
  .info-block__icon {
    width: clamp( 2rem , -1.36842105263125rem  +  4.2105263158vw , 2.5rem );
  }
  .info-block__icon {
    height: clamp( 2rem , -1.36842105263125rem  +  4.2105263158vw , 2.5rem );
  }
  .info-block__text a {
    font-size: clamp( 0.875rem , -0.80921052631875rem  +  2.1052631579vw , 1.125rem );
  }
}
@media (min-width: 91.875em) {
  .header__logo p {
    font-size: 1.125rem;
  }
  .header__info-wrapper {
    gap: 2.8125rem;
  }
  .menu__list {
    gap: 3.125rem;
  }
  .menu__link {
    font-size: 1.125rem;
  }
  .footer__logo p {
    font-size: 1.25rem;
  }
  .info-block__icon {
    width: 2.5rem;
  }
  .info-block__icon {
    height: 2.5rem;
  }
  .info-block__text a {
    font-size: 1.125rem;
  }
}
@media (min-width: 93.375em) {
  .title {
    font-size: 2.25rem;
  }
  .white-bg {
    padding-bottom: 3.75rem;
  }
  .seo {
    margin-top: 3.75rem;
  }
  .seo {
    padding-top: 3.75rem;
  }
  .seo__content {
    gap: 1.5rem;
  }
  .seo__content h1 {
    font-size: 2.25rem;
  }
  .seo__content h2 {
    font-size: 1.75rem;
  }
  .seo__content h3 {
    font-size: 1.5rem;
  }
  .seo__content h4 {
    font-size: 1.25rem;
  }
  .seo__content p {
    font-size: 1.125rem;
  }
  .seo__content ul,
  .seo__content ol {
    font-size: 1rem;
  }
  .seo__content ul li::before {
    width: 0.5rem;
  }
  .seo__content ul li::before {
    height: 0.5rem;
  }
  .seo__more {
    margin-top: 1.5rem;
  }
  .slider--100 {
    margin-top: 6.25rem;
  }
  .slider--80 {
    margin-top: 5rem;
  }
  .slider--60 {
    margin-top: 3.75rem;
  }
  .slider--40 {
    margin-top: 2.5rem;
  }
  .slider__main {
    margin-top: 2.5rem;
  }
  .slider--blue {
    padding-top: 3.75rem;
  }
  .slider--blue {
    padding-bottom: 3.75rem;
  }
  .header__logo img {
    width: 5.9375rem;
  }
  .header__search {
    width: 17.5rem;
  }
  .header__search {
    margin-right: 2.5rem;
  }
  .header__user-wrapper {
    gap: 1.5rem;
  }
  .footer__top {
    padding-top: 3.75rem;
  }
  .footer__left {
    gap: 2.9375rem;
  }
  .footer__logo img {
    width: 5.9375rem;
  }
  .footer__nav {
    gap: 7.5rem;
  }
  .footer__nav-title {
    margin-bottom: 1.75rem;
  }
  .footer__nav-title {
    font-size: 1.5rem;
  }
  .footer__nav-link {
    font-size: 1.125rem;
  }
  .footer__bottom {
    padding-top: 2.5rem;
  }
  .footer__bottom {
    padding-bottom: 3.75rem;
  }
  .footer__docs {
    column-gap: 5rem;
  }
  .footer__doc-link {
    font-size: 1.25rem;
  }
  .input {
    font-size: 1.25rem;
  }
  .input {
    padding-top: 1.25rem;
  }
  .input {
    padding-bottom: 1.25rem;
  }
  .checkbox__text p {
    font-size: 0.875rem;
  }
  .button {
    font-size: 1.5rem;
  }
  .button-small {
    font-size: 1rem;
  }
  .slide-card__title {
    font-size: 1.5rem;
  }
  .popup__close {
    top: 1.5625rem;
  }
  .popup__close {
    right: 1.5625rem;
  }
  .popup__main {
    padding-top: 5.25rem;
  }
  .popup__main {
    padding-bottom: 6.25rem;
  }
  .popup__main {
    padding-left: 2.5rem;
  }
  .popup__main {
    padding-right: 3.0625rem;
  }
  .popup__title {
    font-size: 2.25rem;
  }
  .popup__text {
    font-size: 1.125rem;
  }
}
@media (any-hover: hover) {
  .seo__content a:hover {
    text-decoration: none;
  }
  .socials__social:hover {
    background-color: rgba(215, 182, 122, 0.5);
  }
  .header__search-btn:hover::before {
    color: #0a2242;
  }
  .header__user-button:hover {
    background-color: #0a2242;
  }
  .header__user-button:hover::before {
    color: #f1f2f4;
  }
  .menu__link:hover::after {
    transform: scaleX(1);
  }
  .footer__nav-link:hover {
    color: #d7b67a;
  }
  .footer__doc-link:hover {
    color: #d7b67a;
  }
  .checkbox__text p a:hover {
    text-decoration: none;
  }
  .button:hover {
    opacity: 0.8;
  }
  .button-small:hover {
    background-color: #0a2242;
    border: 0.0625rem solid #0a2242;
    color: #fff;
  }
  .arrow-button:hover {
    background-color: #0a2242;
  }
  .arrow-button:hover::before {
    color: #ffffff;
  }
  .arrow-button--gold:hover {
    background-color: #d7b67a;
  }
  .arrow-button--gold:hover::before {
    color: #0a2242;
  }
  .slide-card__title:hover {
    color: #d7b67a;
  }
  .slide-card__cart:hover {
    background-color: #0a2242;
  }
  .slide-card__cart:hover::before {
    color: #ffffff;
  }
  .info-block__text a:hover {
    color: #d7b67a;
  }
}
@media (max-width: 47.9375em) {
  .slide-card {
    padding: 0.75rem;
  }
  .slide-card__img-block {
    margin-bottom: 0.5rem;
  }
  .slide-card__title {
    margin: 0.5rem 0;
    font-size: 0.875rem;
  }
  .slide-card__bottom {
    gap: 0.375rem;
    flex-wrap: wrap;
  }
  .slide-card__price {
    font-size: 1rem;
    width: 100%;
  }
  .slide-card__button {
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    margin-right: 0;
  }
  .slide-card__cart {
    width: 2rem;
    height: 2rem;
  }
  .slide-card__cart::before {
    font-size: 0.875rem;
  }
  .slide-card__sale {
    padding: 0.375rem;
    font-size: 0.875rem;
  }


