:root {
  --main-font: 'Montserrat', sans-serif;
  --second-font: 'Manrope', sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 360px;
  background: #0d0d0d;
  color: #212123;
  font-family: var(--main-font);
}

body:has(.header.second) {
  padding-top: 157px;
}

main {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover {
  color: #f00;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select,
label {
  font-family: var(--main-font);
  border: none;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  max-width: 1231px;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  padding: 10px 0;
  top: 10px;
  left: 10px;
  right: 10px;
  border-radius: 16px;
  position: fixed;
  z-index: 1000;
  transition: 0.3s;
}

.header.active {
  background-color: #fff;
}

.header.second {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 0;
}

.header__block {
  display: flex;
  gap: 27px;
  align-items: center;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.header__top {
  padding-bottom: 10px;
}

.header__bottom {
  border-top: 1px solid rgba(33, 33, 35, 0.1);
}

.header__nav.second .header__link {
  color: #212123;

  font-weight: 400;
}

.header.active .header__link {
  color: #212123;
}

.header.active .header__icon {
  filter: brightness(0);
}

.header.active .header__bottom {
  border-top-color: transparent;
}

.header:not(.second) .header__top {
  padding-bottom: 0;
}

.header__link {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.header__link:hover {
  color: #f00;
}

.header__nav.second .header__link:hover {
  color: #f00;
}

.header__socials {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 6px;
}

.header__point {
  position: relative;
  padding: 15px 0 18px;
}

.header__sublist {
  border-top: 1px solid #e4e4e4;
  width: calc(100% + 34px);
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 0 0 16px 16px;
  background: #fff;
  padding: 16px 16px 10px 10px;
  transition: 0.3s;
  display: none;
}

.header__sublink+.header__sublink {
  margin-top: 8px;
}

@media (min-width: 1001px) {
  .header__point:hover .header__sublist {
  display: block;
}
}

.header__sublink {
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #212123;
  transition: 0.3s;
}

.header__sublink:hover {
  color: #f00;
}

.header__contact {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding: 10px 30px 13px;
  background: #f00;
  border-radius: 30px;
  margin-right: 9px;
  flex-shrink: 0;
}
.header__contact:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.header__cart {
  width: 33px;
  height: 37px;
  position: relative;
}

.header__icon {
  position: absolute;
  left: 0;
  bottom: 0;
}

.header__count {
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  line-height: 121%;
  text-align: center;
  position: absolute;
  right: 0;
  padding-top: 1px;
  padding-left: 1px;
  top: 0;
  color: #fff;
  background: #84b036;
  border-radius: 9px;
}

.header__form {
  flex-grow: 1;
  position: relative;
  margin-left: 5px;
  margin-right: 6px;
}

.header__search {
  width: 50px;
  height: 100%;
  background: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__input {
  display: block;
  width: 100%;
  border: 1px solid #dadada;
  padding: 13px 142px 13px 24px;
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
  color: #222;
  border-radius: 30px;
}

.header__controls {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
}

.header__icon.second {
  filter: brightness(0);
}

.header__connect {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding: 14px 26px;
  background: #2fbfc6;
  border-radius: 4px;
}

.header__nav.second {
  gap: 32px;
}

select,
::picker(select) {
  appearance: base-select;
  cursor: pointer;
}

select {
  border: none;
  background: none;
  padding: 0;
  transition: 0.4s;
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #222;
}

select::picker-icon {
  color: transparent;
  transition: 0.4s rotate;
  background: transparent url(/catalog/view/theme/default/image/icons/header-dropdown.svg) no-repeat;
  background-size: 8px 5px;
  background-position: 100% center;
}

select:open::picker-icon {
  rotate: 180deg;
}

::picker(select) {
  border: none;
}

option {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  border: 1px solid #dddddd;
  padding: 10px;
  transition: 0.4s;
}

option:first-of-type {
  /* border-radius: 6px 6px 0 0; */
}

option:last-of-type {
  border-radius: 0 0 6px 6px;
}

option:not(option:last-of-type) {
  border-bottom: none;
}

option:nth-of-type(odd) {
  background: white;
}

option:hover,
option:focus {
  background: #f00;
}

option .icon {
  font-size: 1.6rem;
  text-box: trim-both cap alphabetic;
}

selectedcontent .icon {
  display: none;
}

option:checked {
  font-weight: bold;
  color: #fff;
}

option::checkmark {
  order: 1;
  margin-left: auto;
  opacity: 0;
  content: "☑️";
}

::picker(select) {
  opacity: 0;
  transition: all 0.4s allow-discrete;
}

::picker(select):popover-open {
  opacity: 1;
}

@starting-style {
  ::picker(select):popover-open {
    opacity: 0;
  }
}

::picker(select) {
  top: calc(anchor(bottom) + 1px);
  left: anchor(10%);
}

.hero {
  padding: 0;
}
.hero .swiper-viewport {
  margin: 0;
  border: none;
}
.hero .swiper-slide {
  height: 576px;
}
.hero .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.hero .swiper-pagination {
  bottom: 20px;
}

.about {
  position: relative;
  overflow: hidden;
  padding: 187px 0 133px;
}

.about__info {
  max-width: 574px;
  width: 100%;
}

.about__title {
  font-weight: 600;
  font-size: 42px;
  line-height: 123%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 24px;
}

.about__text {
  margin-bottom: 48px;
}

.about__par+.about__par {
  margin-top: 16px;
}

.about__par {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}

.about__link {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding: 12px 99px 15px;
  border: 1px solid #f00;
  border-radius: 30px;
}

.about__image {
  position: absolute;
  right: 0;
  top: -215px;
}

.white-bg {
  border-radius: 16px;
  background: #fff;
  margin: 0 10px 10px;
}

.features {
  padding: 80px 0 79px;
  border-bottom: 1px solid #e4e4e4;
}

.features__title {
  font-weight: 600;
  font-size: 42px;
  line-height: 123%;
  text-transform: uppercase;
  color: #0d0d0d;
  margin-bottom: 48px;
}

.features__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.features__item {
  padding: 23px 19px 23px 15px;
  border: 1px solid #e4e4e4;
}

.features__point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background: #f00;
  border-radius: 14px;
  margin-bottom: 48px;
  font-weight: 600;
  font-size: 32px;
  line-height: 161%;
  text-transform: uppercase;
  color: #fff;
}

.features__text {
  font-weight: 400;
  font-size: 18px;
  color: #212123;
  margin-bottom: 0;
}

.news {
  padding: 80px 0 79px;
  border-bottom: 1px solid #e4e4e4;
}

.news__title {
  font-weight: 600;
  font-size: 42px;
  line-height: 123%;
  text-transform: uppercase;
  color: #0d0d0d;
  margin-bottom: 48px;
}

.news__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.news__item {
  border-top: 2px solid #f00;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 14px 15px 15px;
}

.news__image {
  width: 100%;
  margin-bottom: 24px;
}

.news__caption {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #1d1d1d;
  margin-bottom: 10px;
}

.news__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 16px;
  color: #212123;
  opacity: 0.75;
  margin-bottom: 16px;
}

.news__date {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #1d1d1d;
}

.catalog {
  padding: 80px 0;
}

.catalog__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 48px;
}

.catalog__title {
  font-weight: 600;
  font-size: 42px;
  line-height: 123%;
  text-transform: uppercase;
  color: #0d0d0d;
  margin-bottom: 0;
}

.catalog__all {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding: 13px 85px 16px;
  border-radius: 30px;
  background: #f00;
}
.catalog__all:hover {
  color: #fff;
  opacity: 0.8;
}

.catalog__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.catalog__item {
  border-top: 2px solid #f00;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 14px 15px 15px;
}

.catalog__image {
  width: 100%;
  border: 1px solid rgba(33, 33, 35, 0.1);
  margin-bottom: 24px;
}

.catalog__caption {
  font-weight: 500;
  font-size: 18px;
  color: #1d1d1d;
  margin-bottom: 16px;
  max-width: 295px;
}

.catalog__chars {
  margin-bottom: 24px;
}

.catalog__link {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #1d1d1d;
  display: block;
  width: 100%;
  padding: 12px 15px 15px;
  border: 1px solid #f00;
  border-radius: 30px;
}

.catalog__row+.catalog__row {
  margin-top: 10px;
}

.catalog__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e4e4e4;
}

.catalog__label {
  font-weight: 400;
  font-size: 16px;
  color: #212123;
  opacity: 0.75;
}

.catalog__value {
  font-weight: 600;
  font-size: 16px;
  text-align: right;
  color: #212123;
  opacity: 0.75;
}

.consultation {
  padding: 16px;
}

.consultation__container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.consultation__image {
  border-radius: 14px;
}

.consultation__block {
  display: flex;
  align-items: center;
  gap: 58px;
}

.consulation__wrapper {
  max-width: 576px;
  width: 100%;
}

.consulation__title {
  font-weight: 600;
  font-size: 34px;
  line-height: 123%;
  text-transform: uppercase;
  color: #0d0d0d;
  margin-bottom: 24px;
}

.consultation__text {
  font-weight: 400;
  font-size: 18px;
  color: #212123;
  margin-bottom: 48px;
}

.consultation__link {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding: 13px 85px 16px;
  background: #f00;
  border-radius: 30px;
}
.consultation__link:hover {
  color: #fff;
  opacity: 0.8;
}

.stores {
  padding-top: 80px;
  margin-bottom: 10px;
}

.stores__title {
  font-weight: 600;
  font-size: 42px;
  line-height: 123%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 24px;
}

.stores__text {
  max-width: 574px;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-bottom: 47px;
}

.stores__link {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding: 12px 99px 15px;
  border: 1px solid #f00;
  border-radius: 30px;
}

.stores__align {
  margin-bottom: 48px;
}

.stores__bottom {
  background: url(/catalog/view/theme/default/image/stores-map.jpg) no-repeat center / cover;
  border-radius: 5px;
  padding: 44px 0 43px;
  margin: 0 10px;
}

.stores__block {
  display: flex;
  justify-content: flex-end;
}

.stores__card {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.15);
  padding: 24px 5px 5px 9px;
  height: 450px;
}

.stores__address {
  font-weight: 600;
  font-size: 19px;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: #1a1a1a;
  padding-bottom: 23px;
  margin-left: 17px;
  margin-right: 17px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 24px;
}

.stores__time {
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: #6d6d6d;
  margin-left: 17px;
  margin-bottom: 24px;
}

.stores__contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: 17px;
  margin-bottom: 24px;
}

.stores__contact {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 600;
  font-size: 19px;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: #1a1a1a;
}

.footer {
  border-radius: 16px;
  padding: 16px 0 24px;
  background: #fff;
  margin: 0 10px 10px;
}

.footer__top {
  margin-bottom: 10px;
}

.footer__toppo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.footer__left {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding: 10px 30px 13px;
  background: #f00;
  border-radius: 30px;
}
.footer__left:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.footer__middle {
  padding: 9px 0;
  border-top: 1px solid rgba(33, 33, 35, 0.1);
  border-bottom: 1px solid rgba(33, 33, 35, 0.1);
  margin-bottom: 25px;
}

.footer__mid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.footer__nav {
  display: flex;
  align-items: center;
  gap: 15px 32px;
  flex-wrap: wrap;
}

.footer__link {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #212123;
}

.footer__socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer__bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.footer__privacy {
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  text-transform: capitalize;
  color: #1e1e1e;
}

.footer__copy {
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  text-transform: capitalize;
  text-align: right;
  color: #1e1e1e;
  margin-bottom: 0;
}

.breadcrumb {
  padding: 11.5px 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: none;
}

.breadcrumb__block {
  display: flex;
  align-items: center;
  gap: 9px;
  overflow-x: auto;
}

.breadcrumb__link {
  font-weight: 300;
  font-size: 12px;
  flex-shrink: 0;
  text-transform: uppercase;
  color: #2c2c2c;
}

.breadcrumb__arrow {
  font-family: var(--second-font);
  font-weight: 300;
  flex-shrink: 0;
  font-size: 13px;
  color: #2c2c2c;
}

.breadcrumb__last {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #f00;
  flex-shrink: 0;
}

.catblock {
  padding: 80px 0;
}

.catblock__title {
  font-weight: 600;
  font-size: 42px;
  line-height: 123%;
  text-transform: uppercase;
  color: #0d0d0d;
  margin-bottom: 48px;
}

.catblock__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 20px;
}

.catblock__item {
  border-top: 2px solid #f00;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 13px 15px 15px;
}

.catblock__image {
  width: 100%;
  margin-bottom: 24px;
}

.catblock__caption {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #1d1d1d;
}

.catblock__align {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.catblock__link {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding: 13px 38px 16px;
  background: #f00;
  border-radius: 30px;
}
.catblock__link:hover {
  color: #fff;
  opacity: 0.8;
}

.product-info {
  padding: 80px 0;
}

.catalog__top.second {
  padding: 80px 0 48px;
  border-top: 1px solid #e4e4e4;
  margin-top: 80px;
  margin-bottom: 0;
}

.product-info__title {
  font-weight: 600;
  font-size: 42px;
  line-height: 123%;
  text-transform: uppercase;
  color: #0d0d0d;
  margin-bottom: 24px;
}

.product-info__content {
  font-weight: 400;
  font-size: 18px;
  color: #212123;
  max-width: 754px;
}

.product-info__content p+p {
  margin-top: 16px;
}

.product-info__content p {
  margin-bottom: 0;
}

.product-info__caption {
  font-weight: 600;
  font-size: 24px;
  line-height: 215%;
  text-transform: uppercase;
  color: #0d0d0d;
  margin: 24px 0 16px;
}

.product-info__list {
  margin-bottom: 16px;
  max-width: 706px;
  padding-left: 30px;
  margin-top: 0;
  list-style-type: disc;
}

.product-info__heading {
  margin: 80px 0 48px;
  font-weight: 600;
  font-size: 42px;
  line-height: 123%;
  text-transform: uppercase;
  color: #0d0d0d;
}

.product-info__block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.product-info__image {
  margin-bottom: 16px;
  width: 100%;
}

.product-info__label {
  font-weight: 500;
  font-size: 18px;
  color: #1d1d1d;
  text-align: center;
  display: block;
}

.about-page {
  padding-top: 80px;
}

.quality__title {
  font-weight: 600;
  font-size: 42px;
  line-height: 123%;
  text-transform: uppercase;
  color: #0d0d0d;
  padding: 79px 0 0;
  border-top: 1px solid #e4e4e4;
  margin-top: 80px;
  margin-bottom: 24px;
}

.quality__subtitle {
  max-width: 754px;
  font-weight: 400;
  font-size: 18px;
  color: #212123;
  margin-bottom: 48px;
}

.quality__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e4e4e4;
}

.about-page__title {
  font-weight: 600;
  font-size: 42px;
  line-height: 123%;
  text-transform: uppercase;
  color: #0d0d0d;
  margin-bottom: 24px;
}

/* .features__block {
  margin-bottom: 48px;
} */

.about-page__content {
  font-weight: 400;
  font-size: 18px;
  color: #212123;
  margin-bottom: 48px;
}

.about-page__content p {
  margin-bottom: 0;
}

.about-page__content p+p {
  margin-top: 16px;
}

.about-page__image {
  border-radius: 14px;
}

.features.second {
  padding: 83px 0 0;
  border-bottom: 0;

}

.features__block.second {
  padding-bottom: 79px;
  margin-bottom: 0;
  border-bottom: 1px solid #e4e4e4;
}


.features__subtitle {
  max-width: 754px;
  font-weight: 400;
  font-size: 18px;
  color: #212123;
  margin-bottom: 48px;
}

.starting {
  padding-bottom: 80px;
}

.starting__caption {
  font-weight: 600;
  font-size: 42px;
  line-height: 123%;
  text-transform: uppercase;
  color: #0d0d0d;
  margin-top: 80px;
  margin-bottom: 24px;
}

.starting__info {
  max-width: 804px;
  margin-bottom: 48px;
}

.starting__text+.starting__text {
  margin-top: 16px;
}

.starting__text {
  font-weight: 400;
  font-size: 18px;
  color: #212123;
  margin-bottom: 0;
}

.starting__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 16px;
  max-width: 618px;
  width: 100%;
}

.starting__input {
  font-weight: 500;
  font-size: 14px;
  color: rgba(33, 33, 35, 0.9);
  padding: 10px 14px 12px;
  box-shadow: inset 1px 1px 7px 0 rgba(33, 33, 50, 0.06);
  background: #fff;
  border: 0.70px solid rgba(33, 33, 35, 0.05);
  border-radius: 4px;
  width: 100%;
}

.starting__textarea {
  font-weight: 500;
  font-size: 14px;
  color: rgba(33, 33, 35, 0.9);
  padding: 9px 14px 15px;
  box-shadow: inset 1px 1px 7px 0 rgba(33, 33, 50, 0.06);
  background: #fff;
  border: 0.70px solid rgba(33, 33, 35, 0.05);
  border-radius: 4px;
  height: 116px;
  resize: none;
}

.starting__align {
  margin-top: 24px;
}

.starting__button {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding: 13px 80px 16px;
  background: #f00;
  border-radius: 30px;
  margin-bottom: 16px;
}

.starting__label {
  max-width: 202px;
  width: 100%;
  margin: 0 auto;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  color: #212123;
}

.starting__link {
  color: #f00;
}

.stores__bottom.second {
  margin-bottom: 20px;
}

.white-bg.second {
  padding-bottom: 10px;
}

.contacts {
  padding: 80px 0 48px;
}

.contacts__title {
  font-weight: 600;
  font-size: 42px;
  line-height: 123%;
  text-transform: uppercase;
  color: #0d0d0d;
  margin-bottom: 24px;
}

.contacts__text {
  font-weight: 400;
  font-size: 18px;
  color: #212123;
  margin-bottom: 48px;
}

.contacts__block {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px 20px;
}

.contacts__item {
  border: 1px solid #e4e4e4;
  padding: 23px 33px 23px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  grid-column: span 2;
}

.contacts__item:nth-child(1) {
  grid-column: span 6;
}

.contacts__item:nth-child(8) {
  grid-column: span 3;
}

.contacts__item:nth-child(9) {
  grid-column: span 3;
}

.contacts__socials {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.contacts__caption {
  font-weight: 600;
  font-size: 18px;
  color: #1d1d1d;
  margin-bottom: 16px;
}

.contacts__value {
  font-weight: 400;
  font-size: 18px;
  color: #212123;
  margin-bottom: 0;
}

.contacts__value+.contacts__value {
  margin-top: 10px;
}

.contacts__red {
  font-weight: 600;
  font-size: 18px;
  color: #f00;
  margin-top: 10px;
  margin-bottom: 0;
}

.cart__head {
  padding: 11px 15px;
  display: grid;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  grid-template-columns: 80px 329px 100px 99px 100px 110px;
  justify-content: space-between;
}

.cart__head-item {
  font-weight: 500;
  font-size: 16px;
  color: #212123;
}

.cart__item+.cart__item {
  border-top: 1px solid #eaeaea;
}

.cart__global {
  margin-bottom: 48px;
}

.cart__item {
  padding: 15px 14px 15px 16px;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  display: grid;
  grid-template-columns: 80px 329px 100px 99px 100px 110px;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.cart__thumb {
  border: 1px solid rgba(33, 33, 35, 0.1);
}

.cart__second {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.06em;
  color: #0c1c2b;
}

.cart__third {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.06em;
  color: #0c1c2b;
}

.cart__fifth {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.06em;
  color: #0c1c2b;
}

.cart__sixth {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.06em;
  color: #d93a3a;
  padding: 0;
  background: none;
}

.cart__main .catalog__input {
  width: 21px;
}

.cart__bottom {
  background: #f9f9f9;
  border: 1px solid #eaeaea;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.cart__label {
  font-weight: 500;
  font-size: 16px;
  color: #212123;
}

.cart__value {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.05em;
  color: #0c1c2b;
}

.catalog__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.catalog__control {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.06em;
  color: #0c1c2b;
  border: 1px solid rgba(36, 36, 36, 0.1);
  width: 34px;
  height: 35px;
  background: #fbfbfd;
  border-radius: 4px;
}

.catalog__input {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.06em;
  color: #0c1c2b;
  width: 30px;
  text-align: center;
}

.catalog__input:focus {
  outline: none;
}

.cart {
  padding: 80px 0;
}

.cart__title {
  font-weight: 600;
  font-size: 42px;
  line-height: 123%;
  text-transform: uppercase;
  color: #0d0d0d;
  margin-bottom: 24px;
}

.cart__text {
  font-weight: 400;
  font-size: 18px;
  color: #212123;
  max-width: 754px;
  margin-bottom: 48px;
}

.cart__align {
  display: flex;
  justify-content: flex-end;
}

.cart__link {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding: 13px 75px 16px;
  background: #f00;
  border-radius: 30px;
}
.cart__link:hover, .cart__link:focus {
  color: #fff;
  opacity: 0.8;
}

.product {
  padding: 80px 0;
}

.product__global {
  display: grid;
  grid-template-columns: 590px 1fr;
  gap: 48px;
}

.product__big-wrapper {
  border: 1px solid rgba(33, 33, 35, 0.16);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
}

.product__small-link {
  border: 1px solid rgba(33, 33, 35, 0.1);
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
}

.product__small-link.swiper-slide-thumb-active {
  border: 1px solid #f00;
}

.product__sku {
  font-weight: 500;
  font-size: 11px;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  color: #212123;
  padding: 2px 6px;
  background: #f5f5f5;
  margin-bottom: 16px;
  display: inline-block;
}

.product__title {
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
  color: #0d0d0d;
  margin-bottom: 16px;
}

.product__compose {
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: -0.02em;
  color: #101212;
  margin-bottom: 24px;
}

.product__caption {
  font-weight: 600;
  font-size: 24px;
  line-height: 215%;
  text-transform: uppercase;
  color: #0d0d0d;
  margin-bottom: 16px;
}

.product__chars {
  margin-bottom: 37px;
}

.product__row+.product__row {
  margin-top: 15px;
}

.product__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(33, 33, 35, 0.2);
}

.product__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: -0.02em;
  color: #101212;
}

.product__value {
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: -0.02em;
  color: #101212;
}

.product__separator {
  color: #f00;
}

.product__price {
  font-weight: 600;
  font-size: 18px;
  color: #0d0d0d;
  margin-bottom: 37px;
}

.product__light {
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
  color: #f00;
}

.product__buy {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding: 13px 104px 16px;
  background: #f00;
  border-radius: 30px;
}
.product__buy:hover, .product__buy:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.product__heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 215%;
  text-transform: uppercase;
  color: #0d0d0d;
  margin-bottom: 16px;
}

.product__content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: -0.02em;
  color: #101212;
  margin-bottom: 0;
}

.product__content p+p {
  margin-top: 16px;
}

.product__line:first-child {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(33, 33, 35, 0.2);
  margin-bottom: 16px;
}

.quality__image {
  width: 100%;
}

.product__line:first-child .product__first {
  padding-left: 8px;
}

.product__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.product__first {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
  color: #1d1d1d;
}

.product__second {
  font-weight: 500;
  font-size: 24px;
  color: #1d1d1d;
}

.product__third {
  font-weight: 500;
  font-size: 24px;
  color: #1d1d1d;
}

.header__butter {
  padding: 0;
  background: none;
}


.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: block;
  width: 100%;
  transition: all 0.2s ease;
  z-index: -10;
}

.header-mobile.active {
  transform: translateX(0);
  opacity: 1;
  z-index: 1010;
}

.header-mobile.active .header-mobile__bg {
  z-index: 100;
  opacity: 1;
}

.header-mobile__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -10;
  transition: all 0.1s ease;
  opacity: 0;
}

.header-mobile__inner {
  position: absolute;
  top: 0;
  padding: 30px 20px 30px;
  left: 0;
  bottom: 0;
  max-width: 360px;
  width: 100%;
  background-color: #fff;
  z-index: 1100;
  height: 100%;
  overflow-y: auto;
  transition: all 0.2s ease;
  transform: translateX(-100%);
}

.header-mobile.active .header-mobile__inner {
  transform: translateX(0);
}

.header-mobile__nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

.header-mobile__link {
  font-weight: 400;
  font-size: 16px;
  color: #212123;
}

.header__butter {
  padding: 0;
  background: none;
  display: none;
}

.header-mobile__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 30px;
}

.header-mobile .header__connect {
  display: block;
  margin: 30px 0;
}

.header-mobile .header__contact {
  font-size: 13px;
  margin-bottom: 20px;
}

.header-mobile .header__contact {
  display: block;
  width: 100%;
  margin-top: 30px;
}

.header__dropdown {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media (min-width: 1051px) {
  .header__dropdown {
    display: none;
  }
}

.product__big-thumb {
  width: 100%;
}

.product__small-thumb {
  width: 100%;
}

@media (max-width: 1200px) {
  .about__image {
    width: 61vw;
    top: -12vw;
  }

  .consultation__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .consultation__image {
    height: 100%;
    object-fit: cover;
  }

  .header:not(.second) .header__nav {
    display: none;
  }

  .header:not(.second) .header__butter {
    display: block;
    filter: brightness(10);
  }

  .header:not(.second).active .header__butter {
    display: block;
    filter: brightness(0);
  }

  .header:not(.second) .header__logo {
    margin-right: auto;
  }
}

@media (max-width: 1050px) {
  .about {
    padding: 100px 0 75px;
  }

  .about__image {
    width: 43vw;
    top: -1vw;
  }

  .news__block {
    grid-template-columns: 1fr 1fr;
  }

  .consulation__title {
    font-size: 35px;
  }

  .footer__nav {
    gap: 15px;
  }

  .header__butter {
    display: block;
  }

  .header .header__form {
    display: none;
  }

  .header .header__bottom {
    display: none;
  }

  .header__socials {
    margin-left: auto;
  }

  .header .header__logo {
    margin: 0 auto;
  }

  body:has(.header.second) {
    padding-top: 105px;
  }

  .header-mobile .header__link {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    color: #212123;
    font-weight: 400;
  }

  .header-mobile__nav {
    gap: 0;
  }

  .header__point {
    padding: 15px 37px 15px 0;
  }

  .header__dropdown {
    transition: 0.3s;
    top: 10px;
    transform: translateY(0);
  }

  .header__point.active .header__dropdown {
    
    transform: translateY(0) rotate(180deg);

  }

  .header__point.active .header__sublist  {
    display: block;
    position: static;
  }

  .header__sublist {
    border: none;
    padding-bottom: 0;
  }

  .header__point.active {
    padding-bottom: 0;
  }

  .header__sublink+.header__sublink {
    margin-top: 12px;
  }

  .cart__head {
    display: none;
  }

  .cart__item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .cart__item:first-child {
    border-top: 1px solid #eaeaea;
  }

  .cart__third {
    display: none;
  }

  .cart__second {
    max-width: 246px;
    width: 100%;
  }

  .cart__fifth {
    max-width: 110px;
    width: 100%;
  }

  .product__global {
    grid-template-columns: 400px 1fr;
  }
}

@media (max-width: 900px) {
  .product__global {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 800px) {
  .about__image {
    width: 37vw;
    top: -11vw;
  }

  .features__block {
    grid-template-columns: 1fr 1fr;
  }

  .news__block {
    grid-template-columns: 1fr;
  }

  .catalog__block {
    grid-template-columns: 1fr 1fr;
  }

  .catalog__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .consultation__block {
    display: flex;
    flex-direction: column-reverse;
  }

  .consulation__wrapper {
    max-width: 100%;
  }

  .consultation__image {
    height: auto;
    width: 100%;
  }

  .footer__mid {
    flex-direction: column;
    padding: 20px 0;
  }

  .footer__nav {
    justify-content: center;
  }

  .catblock__block {
    grid-template-columns: 1fr 1fr;
  }

  .product-info__block {
    grid-template-columns: 1fr 1fr;
  }

  .starting__form {
    grid-template-columns: 1fr;
  }

  .starting__align {
    margin-top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .contacts__item {
    grid-column: span 3;
  }
}

@media (max-width: 600px) {
  .about__image {
    width: 181px;
    top: -58px;
  }

  .about__title {
    max-width: 371px;
    font-size: 35px;
    margin-bottom: 20px;
  }

  .about__text {
    margin-bottom: 35px;
  }

  .about {
    padding: 139px 0 75px;
  }

  .about__par {
    font-size: 16px;
  }

  .about__link {
    width: 100%;
  }

  .hero {
    min-height: 450px;
  }

  .features__block {
    grid-template-columns: 1fr;
  }

  .features__title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .features {
    padding: 45px 0;
  }

  .news__title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .news {
    padding: 45px 0;
  }

  .catalog__block {
    grid-template-columns: 1fr;
  }

  .catalog__title {
    font-size: 30px;
  }

  .catalog__top {
    margin-bottom: 30px;
  }

  .catalog {
    padding: 45px 0;
  }

  .consulation__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .consultation__text {
    font-size: 16px;
    margin-bottom: 35px;
  }

  .consultation {
    padding: 35px 16px 20px;
  }

  .consultation__link {
    width: 100%;
  }

  .consultation__block {
    gap: 35px;
  }

  .catalog__all {
    width: 100%;
  }

  .stores__title {
    font-size: 35px;
  }

  .stores {
    padding-top: 55px;
  }

  .stores__link {
    width: 100%;
  }

  .footer__bot {
    flex-direction: column;
  }

  .header .header__contact {
    display: none;
  }

  .catblock__block {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .catblock__title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .catblock {
    padding: 45px 0;
  }

  .catblock__align {
    margin-top: 35px;
  }

  .product-info__block {
    grid-template-columns: 1fr;
  }

  .product-info {
    padding: 45px 0;
  }

  .product-info__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .product-info__content {
    font-size: 16px;
  }

  .product-info__caption {
    font-size: 21px;
    line-height: 1.2;
  }

  .product-info__heading {
    margin: 45px 0 30px;
    font-size: 30px;
  }

  .catalog__top.second {
    padding: 45px 0 25px;
  }

  .about-page {
    padding: 45px 0;
  }

  .about-page__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .about-page__content {
    font-size: 16px;
    margin-bottom: 35px;
  }

  .quality__title {
    margin-top: 0;
    padding-top: 45px;
    font-size: 30px;
    margin-bottom: 20px;
  }

  .quality__subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .quality__block {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 45px;
  }

  .features.second {
    padding: 45px 0;
  }

  .features__subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .features__block.second {
    padding-bottom: 45px;
  }

  .starting__caption {
    margin-top: 0;
    font-size: 30px;
    margin-bottom: 20px;
  }

  .starting__text {
    font-size: 16px;
  }

  .starting__text+.starting__text {
    margin-top: 10px;
  }

  .starting__info {
    margin-bottom: 35px;
  }

  .starting__form {
    gap: 18px;
  }

  .starting {
    padding-bottom: 45px;
  }

  .contacts__item {
    grid-column: span 6;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .contacts__item:nth-child(8) {
    grid-column: span 6;
  }

  .contacts__item:nth-child(9) {
    grid-column: span 6;
  }

  .contacts {
    padding-top: 45px;
  }

  .contacts__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .contacts__text {
    font-size: 16px;
    margin-bottom: 30px;
  }


  .cart__thumb {
    height: 79px;
    object-fit: cover;
    width: 100%;
  }

  .cart .catalog__control {
    width: 30px;
    height: 30px;
  }

  .cart__item {

    display: grid;
    grid-template-columns: 90px 1fr auto;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "image title title"
      "image price price"
      "controls delete .";
    gap: 16px 24px;
    align-items: center;
  }

  .cart__first {
    grid-area: image;
    /* Убираем grid-row: 1 / 4 */
  }

  .cart__second {
    grid-area: title;
  }

  .cart__third {
    display: none;
  }

  .cart__fourth {
    grid-area: controls;
    padding-top: 5px;

  }

  .cart__fifth {
    grid-area: price;
    font-size: 18px;
    color: #2fbfc6;
  }

  .cart__sixth {
    grid-area: delete;
    text-align: left;
    padding-top: 5px;
  }

  .cart__bottom {
    justify-content: center;
  }

  .cart__global {
    margin-bottom: 35px;
  }

  .cart {
    padding: 45px 0;
  }

  .cart__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .cart__text {
    font-size: 16px;
    margin-bottom: 35px;
  }

  .product {
    padding: 40px 0;
  }

  .product__title {
    font-size: 25px;
  }

  .product__first {
    font-size: 14px;
  }

  .product__second {
    font-size: 18px;
  }

  .product__third {
    font-size: 18px;
  }

  .product__global {
    gap: 35px;
  }

  .product__compose {
    margin-bottom: 20px;
  }

  .product__heading {
    margin-bottom: 10px;
  }
}

.pagination>li>a, .pagination>li>span {
  color: #1d1d1d;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  color: #1d1d1d;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background-color: #f00;
  border-color: #f00;
}

.btn-primary {
  color: #fff !important;
  background-color: #f00 !important;
  border-color: #f00 !important;
  border-radius: 30px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff !important;
  background-color: #f00 !important;
  border-color: #f00 !important;
  opacity: 0.8 !important;
}
.blog {
  padding: 80px 0 48px;
}
.tg-wa {
    display: flex;
    gap: 10px;
    align-items: center;
}
.header__logo img {
    height: 60px;
    object-fit: contain;
}