html {
  scroll-behavior: smooth;
}

body {
  font-weight: 300;
  font-family: "Manrope", sans-serif;
}

a {
  display: block;
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

input[type=checkbox] {
  accent-color: #159947;
}

input[type=range] {
  accent-color: #159947;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.swiper-slide--opacity {
  position: relative;
  opacity: 1 !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper3 {
  height: 80%;
  width: 100%;
}

.mySwipe3r .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper3 .swiper-slide-thumb-active {
  opacity: 1;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

.no-scroll {
  overflow: hidden;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  font-family: Manrope, sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    padding-top: 90px;
  }
}
@media (max-width: 651px) {
  .breadcrumbs {
    font-size: 14px;
  }
}
@media (max-width: 471px) {
  .breadcrumbs {
    font-size: 10px;
  }
}
.breadcrumbs__item :after {
  content: ">";
  padding: 5px;
}
.breadcrumbs__item-link {
  color: #7a7a7a;
}
.breadcrumbs__item-link--color {
  color: #7a7a7a;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 760px;
  width: 100%;
  max-height: 100vh;
  height: auto;
  padding: 20px;
  background-color: #eeeaea;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 11;
  overflow: auto;
}

.modal.open,
.overlay.open {
  display: block;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.close-button {
  position: absolute;
  top: 5px;
  right: 15px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}

.close-button:hover {
  color: #000;
}

.counter {
  margin-top: 10px;
  padding: 12px;
  background-color: #f0f0f0;
}
@media (max-width: 969px) {
  .counter {
    margin-top: 20px;
  }
}
.counter__product-types {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.counter__product-types-item {
  width: 100%;
  padding: 10px 0;
  border: 1px solid #159947;
}
.counter__product-types-item[selected=true] {
  background-color: #159947;
  color: white;
}
.counter__metrics {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 969px) {
  .counter__metrics {
    justify-content: center;
  }
}
.counter__metrics div + div {
  margin-left: 10px;
}
@media (max-width: 435px) {
  .counter__metrics--wrap {
    flex-wrap: wrap;
  }
  .counter__metrics--wrap div + div {
    margin-top: 20px;
    margin-left: 0;
  }
}
.counter__metrics-item {
  width: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 969px) {
  .counter__metrics-item {
    width: 100%;
  }
}
@media (max-width: 435px) {
  .counter__metrics-item--gap {
    gap: 15px;
  }
}
@media (max-width: 349px) {
  .counter__metrics-area-title {
    margin-bottom: -14px;
  }
}
@media (max-width: 375px) {
  .counter__metrics-area-title--margin {
    margin-bottom: 10px;
  }
}
.counter__metrics-btns {
  height: 35px;
  display: flex;
  align-items: center;
  text-align: center;
  border: 1px solid #159947;
}
.counter__metrics-btns input {
  width: 100%;
  font-size: 25px;
  background-color: #f0f0f0;
  cursor: pointer;
}
.counter__metrics-value {
  padding: 4px 0;
  font-size: 16px !important;
  text-align: center;
  background-color: #f0f0f0;
}
@media (max-width: 435px) {
  .counter__metrics-value {
    font-size: 13px !important;
  }
}
.counter__metrics-amount-title {
  margin-bottom: -14px;
}
@media (max-width: 969px) {
  .counter__metrics-amount-title {
    margin-bottom: 0;
  }
}
@media (max-width: 490px) {
  .counter__metrics-amount-title {
    margin-bottom: -14px;
  }
}
@media (max-width: 435px) {
  .counter__metrics-amount-title--margin {
    margin-bottom: 0;
  }
}
.counter__metrics-stock {
  height: 35px;
  width: 100%;
  border: 1px solid #159947;
  background-color: #f0f0f0;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  direction: rtl;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
@media (max-width: 969px) {
  .counter__metrics-stock {
    margin-top: 0;
  }
}
.counter__metrics-btns-buy {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.counter__metrics-btns-buy p {
  padding-top: 15px;
  font-size: 18px;
}
.counter__metrics-btn-order {
  max-width: 187px;
  width: 100%;
  height: 40px;
  margin-top: 17px;
  padding: 12px 40px;
  color: #fff;
  background-color: #159947;
  cursor: pointer;
}
@media (max-width: 435px) {
  .counter__metrics-btn-order {
    max-width: 119px;
    padding: 12px 6px;
  }
}

.form {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.form__items-label {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.form__items-input {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  font-size: 16px;
  border: 1px solid #000000;
}
.form__items-textarea {
  display: block;
  width: 100%;
  height: 100px;
  padding: 20px 20px;
  font-size: 16px;
  border: 1px solid #000000;
}
.form__items {
  margin-bottom: 10px;
}
.form__list {
  margin-bottom: 10px;
}
.form__list-favs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 50px 0 100px 0;
}
.form__list-favs-text {
  font-size: 30px;
  margin-bottom: 20px;
}
.form__list-favs-btn {
  padding: 20px 50px;
  font-size: 20px;
  color: #fff;
  background-color: #159947;
}
.form__list-item-wrapper {
  position: relative;
  padding: 10px 20px 0 20px;
  border: 3px solid #fff;
  margin-bottom: 20px;
}
.form__list-item-wrapper-delete {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 5px;
  right: 5px;
  font-size: 19px;
  color: #fff;
  border-radius: 100%;
  background-color: #7a7a7a;
  text-align: center;
  cursor: pointer;
}
.form__list-block-item {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.form__list-counter {
  margin-bottom: 10px;
}
.form__list-counter input,
.form__list-counter select {
  background-color: #fff;
}
.form__list-title {
  font-size: 24px;
  font-weight: 700;
}
.form__list-item {
  display: flex;
  justify-content: end;
  gap: 20px;
  font-size: 20px;
  margin: 0 20px 20px 0;
}
@media (max-width: 485px) {
  .form__list-item {
    font-size: 14px;
  }
}
.form__list-item a {
  width: 230px;
  height: 100px;
  overflow: hidden;
}
.form__list-item p + p {
  margin-bottom: 10px;
}
.form__list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form__btn {
  display: block;
  max-width: 230px;
  width: 100%;
  margin-left: auto;
  font-size: 16px;
  padding: 20px 0;
  font-weight: 700;
  color: #ffffff;
  background-color: #159947;
  margin-bottom: 30px;
}

.header-fixed-wrapper {
  width: 100%;
  position: fixed;
  transform: translateY(-300px);
  padding: 10px 0;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.header-fixed-wrapper--active {
  transform: translateY(0);
}
@media (max-width: 992px) {
  .header-fixed-wrapper {
    display: none;
  }
}

.header-fixed {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
}
.header-fixed__first-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-fixed__logo {
  width: 100px;
}
.header-fixed__second-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}
.header-fixed__second-item input {
  width: 300px !important;
}
.header-fixed__phone-number {
  white-space: nowrap;
  padding-right: 15px;
}
.header-fixed__btns {
  max-width: 320px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
.header-fixed__btns img {
  width: 24px;
}
.header-fixed__btns a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #000;
  padding: 10px 0;
  cursor: pointer;
}
.header-fixed__btns-heart {
  margin: 0 3px;
}
.header-fixed__btns-catalog {
  gap: 10px;
}

.header-mobile {
  display: none;
}
@media (max-width: 992px) {
  .header-mobile {
    width: 100%;
    height: 60px;
    position: fixed;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 4;
  }
}
.header-mobile__logo {
  width: 135px;
  padding-right: 20px;
}
.header-mobile__catalog {
  width: 100%;
  padding: 0 20px;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}
.header-mobile .dropdown {
  width: 100%;
  display: inline-block;
}
.header-mobile .dropdown-btn {
  padding: 17px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-mobile .dropdown-btn p {
  font-size: 20px;
}
.header-mobile .arrow {
  transition: transform 0.3s ease;
}
.header-mobile .arrow.up {
  transform: rotate(180deg);
}
.header-mobile .dropdown-content {
  display: none;
  position: absolute;
  top: 59px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 100%);
  z-index: 3;
  background-color: #fff;
}
.header-mobile .dropdown-content a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.header-mobile .dropdown-content-box {
  max-width: 950px;
  padding: 10px 20px 0;
}
.header-mobile .dropdown-content-box form {
  max-width: 100% !important;
}
.header-mobile .dropdown-content-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
}
.header-mobile .dropdown-content-item :first-child {
  color: #159947;
}
.header-mobile .dropdown-content a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header-mobile__burger {
  display: block;
  position: relative;
  width: 50px;
  height: 20px;
  padding-left: 20px;
}
.header-mobile__burger-line1 {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-bottom: 7px;
  transition: all 0.3s ease 0s;
  background-color: #000;
}
.header-mobile__burger-line1--active {
  transform: rotate(45deg);
  position: relative;
  top: 9px;
  background-color: #000;
}
.header-mobile__burger-line2 {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-bottom: 7px;
  transition: all 0.3s ease 0s;
  background-color: #000;
}
.header-mobile__burger-line2--active {
  scale: 0;
}
.header-mobile__burger-line3 {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-bottom: 7px;
  transition: all 0.3s ease 0s;
  background-color: #000;
}
.header-mobile__burger-line3--active {
  position: relative;
  bottom: 9px;
  transform: rotate(-45deg);
  background-color: #000;
}

.header {
  padding-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .header {
    display: none;
  }
}
.header__content {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 15px 0;
  border-top: 1px solid gray;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}
.header__content-box {
  width: 1000px;
}
.header__content-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.header__content-info-location {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header__content-info-location-point {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header__content-info-contact {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header__content-info-contact-schedule {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__content-info-contact-schedule img {
  width: 22px;
}
.header__content-info-contact-messengers {
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.3s;
}
.header__content-info-contact-messengers a:hover {
  opacity: 0.8;
}
.header__content-info-contact-number {
  transition: 0.3s;
}
.header__content-info-contact-number a:hover {
  color: #159947;
}
.header__content-b-line {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header__content-b-line-search {
  position: relative;
  max-width: 455px;
  width: 100%;
  border: 1px solid #d1d1d1;
}
.header__content-b-line-search::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  right: 10px;
  background: url("../icons/search.svg") no-repeat;
}
.header__content-b-line-search input {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #f4f4f4;
}
.header__content-b-line-added-btns {
  max-width: 320px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transition: 0.3s;
}
.header__content-b-line-added-btns img {
  width: 24px;
}
.header__content-b-line-added-btns:hover {
  border-top: 1px solid #159947;
  border-left: 1px solid #159947;
  border-bottom: 1px solid #159947;
}
.header__content-b-line-added-btns a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 18px;
  border-right: 1px solid #000;
  cursor: pointer;
}
.header__content-b-line-added-btns a:hover {
  color: #159947;
  border-right: 1px solid #159947;
  border-left: 1px solid #159947;
}
.header__content-b-line-contact-btn {
  max-width: 165px;
  width: 100%;
  font-weight: 700;
  border: 2px solid #159947;
}
.header__content-b-line-contact-btn a {
  width: 100%;
  padding: 15px 0;
  color: #159947;
  text-align: center;
  transition: 0.3s;
}
.header__content-b-line-contact-btn a:hover {
  background-color: #159947;
  color: #fff;
}
.header__coverings {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  border: 1px solid #d1d1d1;
}
.header__coverings-top-list {
  display: flex;
  align-items: center;
}
.header__coverings-top-list-item {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #d1d1d1;
}
.header__coverings-top-list-item--margin-border {
  margin-right: -1px;
  border-right: 2px solid #d1d1d1;
}
.header__coverings-bottom-list {
  display: flex;
  align-items: center;
}
.header__logo {
  width: 220px;
  z-index: 3;
}
@media (max-width: 992px) {
  .header__menu {
    display: none;
    position: absolute;
    top: 59px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 100%);
    z-index: 3;
    background-color: #fff;
  }
  .header__menu--active {
    display: block;
  }
}
.header__menu-form {
  max-width: 96%;
  margin: 20px auto 0 auto;
}
.header__menu-list {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .header__menu-list {
    padding: 20px 0 0 20px;
    flex-direction: column;
    font-size: 16px;
  }
  .header__menu-list li {
    margin-bottom: 20px;
  }
}
.header__menu-list-link--color {
  color: #159947;
}
.header__menu-list-number {
  display: none;
}
@media (max-width: 992px) {
  .header__menu-list-number {
    display: block;
  }
}
.header__phone-number {
  font-size: 13px;
}
@media (max-width: 992px) {
  .header__phone-number {
    display: none;
  }
}

.main {
  position: relative;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.heart-button-modal {
  display: none;
  max-width: 55px;
  height: auto;
  position: fixed;
  top: 200px;
  right: 50px;
  padding: 7px;
  z-index: 9;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.heart-button-counter {
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -14px;
  right: -7px;
  padding: 3px;
  font-size: 16px;
  color: #fff;
  background-color: red;
  border-radius: 100%;
  text-align: center;
}

.heart-modal {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.heart-modal h2 {
  padding: 20px 0;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.heart-modal__close {
  position: absolute;
  top: -10px;
  right: 16px;
  font-size: 60px;
  cursor: pointer;
}
.heart-modal__content {
  position: fixed;
  max-width: 650px;
  width: 100%;
  height: 100vh;
  right: 0;
  padding: 20px;
  border: 1px solid #888;
  background-color: #fefefe;
  overflow: auto;
}
@media (max-width: 992px) {
  .heart-modal__content {
    max-width: 100%;
  }
}
.heart-modal__content-item {
  margin-bottom: auto;
}
.heart-modal__content-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.heart-modal__content-product-img {
  width: 80px;
  min-width: 80px;
}
.heart-modal__content-product-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 400px) {
  .heart-modal__content-product-name {
    font-size: 14px;
  }
}
.heart-modal__content-product-type {
  font-size: 14px;
  opacity: 0.7;
}
@media (max-width: 400px) {
  .heart-modal__content-product-type {
    font-size: 12px;
  }
}
.heart-modal__content-product-price {
  font-size: 18px;
}
@media (max-width: 400px) {
  .heart-modal__content-product-price {
    font-size: 16px;
  }
}
.heart-modal__content-order {
  margin: 0 auto;
}
.heart-modal__content-product-delete {
  width: 23px;
  height: 23px;
  min-width: 23px;
  min-height: 23px;
  font-size: 16px;
  color: #7a7a7a;
  border: 1px solid #7a7a7a;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
}

.banner {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .banner {
    padding-top: 60px;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .banner {
    margin-bottom: 0px;
  }
}
.banner img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 997px) {
  .banner img {
    height: 330px;
  }
}
@media (max-width: 769px) {
  .banner img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 10px;
  }
}

.catalog__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row: 2;
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .catalog__content {
    grid-template-columns: repeat(2, 1fr);
    grid-row: 3;
  }
}
@media (max-width: 769px) {
  .catalog__content {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
}
.catalog__content-card {
  position: relative;
  height: 400px;
  display: inline-block;
  overflow: hidden;
}
.catalog__content-card a {
  display: inline;
}
.catalog__content-card img {
  transition: 1s;
  display: block;
}
.catalog__content-card :hover {
  transform: scale(1.2);
}
@media (max-width: 1300px) {
  .catalog__content-card {
    height: 330px;
  }
}
@media (max-width: 1130px) {
  .catalog__content-card {
    height: 315px;
  }
}
@media (max-width: 997px) {
  .catalog__content-card {
    max-width: 100%;
  }
}
@media (max-width: 769px) {
  .catalog__content-card {
    max-width: 600px;
    height: 400px;
    margin-bottom: 5px;
  }
}
@media (max-width: 468px) {
  .catalog__content-card {
    max-width: 600px;
    height: 300px;
    margin-bottom: 5px;
  }
}
@media (max-width: 468px) {
  .catalog__content-card {
    height: 260px;
  }
}
.catalog__content-card-box {
  width: 100%;
  padding: 10px 0;
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 60px;
  font-weight: 500;
  transform: none !important;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1300px) {
  .catalog__content-card-box {
    bottom: 35px;
  }
}
@media (max-width: 468px) {
  .catalog__content-card-box {
    bottom: 25px;
  }
}
.catalog__content-card-name {
  max-width: 340px;
  padding: 3px 10px;
  font-size: 30px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 1130px) {
  .catalog__content-card-name {
    padding: 7px 10px 7px 15px;
    font-size: 22px;
  }
}
@media (max-width: 997px) {
  .catalog__content-card-name {
    padding: 9px 10px 9px 15px;
    font-size: 26px;
  }
}
@media (max-width: 415px) {
  .catalog__content-card-name {
    padding: 3px 10px 3px 15px;
    font-size: 20px;
  }
}
.catalog__content-card-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  aspect-ratio: 1/1;
  min-width: 30px;
  padding: 4px;
  border: 3px solid #fff;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
.catalog__content-card-promotion {
  position: absolute;
  top: 30px;
  right: 0;
  width: 300px;
  padding: 13px 0;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  background-color: #159947;
  text-align: center;
}
@media (max-width: 1130px) {
  .catalog__content-card-promotion {
    width: 220px;
  }
}
@media (max-width: 997px) {
  .catalog__content-card-promotion {
    width: 300px;
  }
}
@media (max-width: 468px) {
  .catalog__content-card-promotion {
    width: 240px;
  }
}
@media (max-width: 468px) {
  .catalog__content-card-promotion {
    width: 200px;
    padding: 5px 0;
    font-size: 30px;
  }
}

.video {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 769px) {
  .video {
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .video iframe {
    height: 440px;
  }
}
@media (max-width: 769px) {
  .video iframe {
    width: 100%;
    height: 330px;
  }
}
@media (max-width: 600px) {
  .video iframe {
    height: 400px;
  }
}

.promotions {
  margin-bottom: 135px;
}
@media (max-width: 969px) {
  .promotions {
    margin: 0 auto 100px;
  }
}
.promotions__title {
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
.promotions__discount {
  text-align: center;
  font-size: 24px;
  margin-bottom: 60px;
}
.promotions__discount span {
  color: rgb(255, 74, 74);
}
.promotions__swiper-discount {
  position: absolute;
  top: 14px;
  left: 0;
  width: 200px;
  padding: 13px 0;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  background-color: #159947;
  text-align: center;
}
@media (max-width: 1200px) {
  .promotions__swiper-discount {
    width: 160px;
  }
}
@media (max-width: 1000px) {
  .promotions__swiper-discount {
    width: 100px;
    padding: 8px 0;
    font-size: 15px;
  }
}
@media (max-width: 700px) {
  .promotions__swiper-discount {
    width: 80px;
    padding: 5px 0;
    font-size: 11px;
  }
}
@media (max-width: 550px) {
  .promotions__swiper-discount {
    width: 60px;
    top: 5px;
    font-size: 10px;
  }
}
@media (max-width: 400px) {
  .promotions__swiper-discount {
    width: 45px;
    top: 7px;
    font-size: 7px;
  }
}
.promotions__btn-heart {
  max-width: 55px !important;
  height: auto !important;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 7px;
  background-color: #fff;
  border-radius: 100%;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .promotions__btn-heart {
    max-width: 40px !important;
    padding: 5px;
  }
}
@media (max-width: 700px) {
  .promotions__btn-heart {
    max-width: 30px !important;
  }
}
@media (max-width: 550px) {
  .promotions__btn-heart {
    max-width: 25px !important;
    top: 3px;
    right: 5px;
  }
}
.promotions__btn {
  max-width: 400px;
  width: 100%;
  padding: 20px 0;
  font-size: 32px;
  color: #fff;
  background-color: #159947;
  margin: 40px auto 0 auto;
  text-align: center;
}
.promotions__btn:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .promotions__btn {
    max-width: 300px;
    padding: 15px 0;
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .promotions__btn {
    max-width: 200px;
    padding: 10px 0;
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .promotions__btn-next::after, .promotions__btn-prev::after {
    font-size: 25px !important;
  }
}

.questions {
  margin: 0 40px 90px 40px;
}
.questions__list {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 696px) {
  .questions__list {
    font-size: 20px;
  }
}
.questions__list-item {
  position: relative;
  padding: 0 30px;
  background-color: #f3f3f3;
  margin-bottom: 2px;
}
.questions__list-item summary {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  -webkit-list-style: none;
}
.questions__list-item[open] ::after {
  transform: rotate(-45deg);
}
.questions__list-item-title {
  padding: 25px 0;
  font-weight: 700;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  -webkit-list-style: none;
  transition: all 0.3s;
}
.questions__list-item-title::after {
  content: "";
  position: absolute;
  background-image: url(../icons/plus.png);
  background-size: 40px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: 16px;
  right: 30px;
  transition: all 0.3s;
  transform: rotate(0deg);
}
@media (max-width: 590px) {
  .questions__list-item-title::after {
    right: 0px;
  }
}
.questions__list-item-text {
  padding-bottom: 25px;
  font-size: 16px;
}

.contact-us {
  padding: 150px 0;
  background-color: #f3f3f3;
}
@media (max-width: 969px) {
  .contact-us {
    padding: 100px 0;
  }
}
.contact-us__content {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
@media (max-width: 969px) {
  .contact-us__content {
    flex-direction: column;
    align-items: center;
  }
}
.contact-us__communication {
  max-width: 460px;
}
.contact-us__communication-call-text {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-us__communication-call-number {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
.contact-us__communication-location {
  font-size: 20px;
  line-height: 1.55;
  margin-bottom: 15px;
}
.contact-us__communication-request {
  font-size: 20px;
  line-height: 1.55;
  margin-bottom: 30px;
}

.footer {
  padding: 20px 0;
  font-size: 16px;
}
.footer li + li {
  margin-top: 10px;
}
.footer__info {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .footer__info {
    flex-wrap: wrap;
  }
}
.footer details {
  width: 100%;
}
.footer details[open] ::after {
  transform: rotate(180deg);
}
.footer summary {
  position: relative;
  font-size: 18px;
  cursor: pointer;
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}
.footer summary::after {
  content: "";
  position: absolute;
  background-image: url(../icons/arrow-down.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
  transition: all 0.3s;
}
@media (max-width: 590px) {
  .footer summary::after {
    right: 0px;
  }
}
.footer__menu {
  display: flex;
  justify-content: space-between;
}
.footer__catalog {
  display: flex;
  justify-content: space-around;
}
.footer__contacts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 10px;
}
@media (max-width: 768px) {
  .footer__contacts {
    flex-direction: column;
  }
}
.footer__contacts div {
  flex: 1 1 calc(50% - 10px);
}
.footer__contacts-phone {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer__contacts-email {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__contacts-email img {
  width: 24px;
}
.footer__contacts-btn {
  max-width: 160px;
  padding: 5px 0;
  border: 1px solid #000;
  text-align: center;
}
.footer__contacts-btn:hover {
  border: 1px solid #159947;
}
.footer__contacts-btn:hover a {
  color: #159947;
}
.footer__mid {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .footer__mid {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 0;
  }
}
.footer__logo {
  width: 120px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .footer__logo {
    display: none;
  }
}
.footer__mid-box {
  margin-left: auto;
}
@media (max-width: 992px) {
  .footer__mid-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.footer__mid-box-logo {
  display: none;
}
@media (max-width: 992px) {
  .footer__mid-box-logo {
    display: block;
    width: 120px;
  }
}
.footer__messengers {
  display: flex;
  gap: 5px;
  margin-left: auto;
}
@media (max-width: 992px) {
  .footer__messengers {
    margin-left: 0;
  }
}
.footer__messengers a {
  width: 30px;
}
.footer__privacy {
  text-align: center;
  color: #7a7a7a;
}
@media (max-width: 992px) {
  .footer__privacy {
    margin-bottom: 60px;
  }
}

.messengers {
  display: flex;
  gap: 10px;
}
@media (max-width: 969px) {
  .messengers {
    margin-bottom: 40px;
  }
}

.map {
  max-width: 660px;
  width: 100%;
  text-align: center;
}
.map iframe {
  max-width: 600px;
  width: 100%;
}

.mobile-panel {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: white;
  text-align: center;
  padding: 10px;
  z-index: 10;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 992px) {
  .mobile-panel {
    display: flex;
  }
}
.mobile-panel img {
  width: 50px;
}
@media (max-width: 550px) {
  .mobile-panel img {
    width: 30px;
  }
}
.mobile-panel__heart {
  position: relative;
}
.mobile-panel__counter {
  position: absolute;
  width: 15px;
  top: 0;
  right: -10px;
  border-radius: 100%;
  color: #333;
  background-color: #fff;
}/*# sourceMappingURL=style.css.map */