@charset "UTF-8";
.button {
  padding: 2px 16px;
  color: var(--color-dark);
  font-weight: 400;
  line-height: 1.5;
  background-color: var(--color-brand-light);
  border: 2px solid var(--color-ligth-dark);
  border-radius: 8px;
  cursor: pointer;
}

.button:hover {
  color: var(--color-brand);
  background-color: transparent;
}

.button-form {
  text-decoration: none;
  display: block;
  margin: 0 auto 24px;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
}

.button-cart {
  padding: 4px 6px;
  color: var(--color-dark);
  font-size: 2vw;
  font-weight: 600;
  line-height: 1.5;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  background-color: var(--color-brand-light);
  border: 2px solid var(--color-ligth-dark);
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .button-cart {
    font-size: 14px;
  }
}

.button-cart:hover {
  color: var(--color-brand);
  background-color: transparent;
}

.slide-button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.button-checkout {
  text-decoration: none;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
}

.remove-cart {
  text-decoration: none;
  font-weight: 400;
  line-height: 1.5;
  font-size: 2vw;
  cursor: pointer;
}

@media (min-width: 600px) {
  .remove-cart {
    font-size: 14px;
  }
}
.filter__item {
  background: #f2f6f9;
  border-top: 0;
  padding: 14px 10px;
  margin-bottom: 3px;
}
.filter__header {
  display: table;
  width: 100%;
}
.filter__title {
  display: table-cell;
  vertical-align: middle;
  font-weight: 600;
  color: var(--color-filter);
  text-transform: uppercase;
  font-size: 0.4rem;
}
@media screen and (min-width: 1280px) {
  .filter__title {
    font-size: 0.9rem;
  }
}
.filter__inner {
  margin-top: 0.8em;
}
.filter__checkgroup {
  display: table;
}
.filter__checkgroup-control {
  display: table-cell;
  vertical-align: top;
  position: relative;
  top: -2px;
}
.filter__checkgroup-title {
  display: table-cell;
  vertical-align: top;
  padding-right: 4px;
  padding-left: 4px;
  color: var(--color-dark);
  text-decoration: none;
  font-size: 12px;
}

@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins-v20-latin-300.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/poppins-v20-latin-300italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v20-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/poppins-v20-latin-italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins-v20-latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/poppins-v20-latin-600italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/poppins-v20-latin-900.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/poppins-v20-latin-900italic.woff2") format("woff2");
}
.input__label-form {
  display: block;
}
.input__form {
  padding: 16px 42px;
  border: 1px solid var(--color-ligth-dark);
  border-radius: 40px;
  width: 100%;
  background-color: transparent;
}
.input__form:focus {
  border-color: var(--color-brand);
  outline: none;
}

.link {
  color: var(--color-primary-light);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
}

.link:hover {
  color: var(--color-brand);
  /* font-weight: 600;*/
}

.link-cross {
  fill: var(--color-ligth-dark);
  cursor: pointer;
}

.link-cross:hover {
  fill: var(--color-brand);
}

.link.active {
  color: var(--color-brand);
}

.link_footer {
  padding-top: 4px;
  padding: 0 4px;
  color: var(--color-primary-dark);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 14px;
  text-decoration: none;
}

.link_footer:hover {
  color: var(--color-brand);
}

.link_contact-info {
  padding-top: 4px;
  padding: 0 4px;
  color: var(--color-filter);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 18px;
  text-decoration: none;
}

.link_contact-info:hover {
  color: var(--color-brand);
}

.link_icon {
  fill: var(--color-brand);
}

.link_icon-tel {
  color: var(--color-primary-dark);
  text-decoration: none;
  padding-top: 2px;
}

.link_icon-tel {
  fill: var(--color-brand);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-left: 6px;
}

.slide-link_icon {
  fill: var(--color-ligth-dark);
  border: none;
}

.slide-link_icon:hover {
  fill: var(--color-brand);
}

.link-mobile {
  color: var(--color-ligth-dark);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
}

.link-mobile:hover {
  color: var(--color-brand);
}

.link-blog {
  color: var(--color-brand);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-transform: lowercase;
}

.results-search {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 48px;
}
.results-search.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.catalog-name__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}
.catalog-name__title {
  position: relative;
  margin-bottom: 0;
  padding-left: 12px;
  color: var(--color-dark);
  text-align: left;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  .catalog-name__title {
    font-size: 36px;
  }
}
.catalog-name__filter {
  width: 30%;
  max-height: 100%;
  background: #f2f6f9;
  border-top: 0;
  padding: 14px 2px;
  margin-bottom: 3px;
  margin-left: 4px;
}
@media screen and (min-width: 1280px) {
  .catalog-name__filter {
    width: 17%;
  }
}
.catalog-name__avtomat {
  width: 100%;
  max-height: 100%;
  background: #f2f6f9;
  border-top: 0;
  padding: 14px 16px;
  margin-bottom: 3px;
  margin-right: 4px;
}

.products-card {
  padding: 8px 0;
}
.products-card__info {
  color: var(--color-light);
  background-color: var(--color-brand);
  padding: 8px;
  border-radius: 8px;
  text-transform: uppercase;
  text-align: center;
}
.products-card__format {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .products-card__format {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 48px;
  }
}
.products-card__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 8px;
  padding: 16px;
  background-color: white;
  border: 1px solid lightgrey;
  border-radius: 18px;
  width: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.products-card__categories:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.products-card__title {
  color: var(--color-dark);
  font-size: 24px;
  font-weight: 600;
  text-decoration-line: none;
}
.products-card__title:hover {
  color: var(--color-brand);
}
.products-card__caption {
  padding: 10px;
  margin-bottom: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.products-card__caption:hover {
  color: var(--color-brand);
}
.products-card__imge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  max-width: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 10px;
}
.products-card__img {
  width: 100%;
  height: 150px;
  margin-top: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1280px) {
  .products-card {
    padding: 12px 0;
  }
}

.catalog__content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
  font-family: "poppins", sans-serif;
}

.content__item {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
  font-family: "poppins", sans-serif;
}

/* Заголовки */
.content {
  font-size: 28px;
  color: var(--color-content);
  text-align: center;
  margin-bottom: 20px;
}

.content__text2 {
  font-size: 20px;
  color: var(--color-content);
  margin-bottom: 8px;
}

/* Опис та особливості */
.content__text1 {
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-content);
  margin-bottom: 15px;
}

ul {
  list-style-type: disc;
  padding-left: 20px;
}

.content__text3 {
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--color-content);
}

/* Таблиця з популярними моделями */
.table-container {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 16px;
}

table th,
table td {
  border: 1px solid #ddd;
  padding: 5px;
  text-align: left;
}

table th {
  background-color: #f2f2f2;
  color: #333;
}

table tr:nth-child(even) {
  background-color: #f9f9f9;
}

table tr:hover {
  background-color: #f1f1f1;
}

.form-body {
  position: relative;
}

.form-body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.7) url("/images/Vp3R.gif") center/100px no-repeat;
  opacity: 0;
  visibility: hidden;
}

.form-body._sending::after {
  opacity: 1;
  visibility: visible;
}

.checkout {
  padding: 0 24px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: block;
}
@media screen and (min-width: 1280px) {
  .checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.checkout__body {
  padding-right: 0px;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .checkout__body {
    padding-right: 24px;
  }
}
.checkout__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 640px;
  margin: 0 auto 16px;
  border: 1px solid var(--color-light-gray);
  border-radius: 5px;
  -webkit-box-shadow: var(--color-light-gray);
          box-shadow: var(--color-light-gray);
}
.checkout__label {
  padding: 8px 8px;
  background-color: var(--color-gray-light);
  border-bottom: 1px solid var(--color-light-gray);
  border-radius: 5px 5px 0 0;
}
.checkout__checkbox {
  font-size: 13px;
}
.checkout__box {
  margin-top: 4px;
  position: relative;
  padding: 12px 8px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.checkout__wrapper {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1280px) {
  .checkout__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.checkout__input {
  padding: 8px 8px;
  border: 1px solid var(--color-ligth-dark);
  border-radius: 8px;
  width: 100%;
  background-color: transparent;
}
.checkout__input-radio {
  padding: 8px 8px;
  border: 1px solid var(--color-ligth-dark);
  border-radius: 8px;
  background-color: transparent;
  margin: 0;
}
.checkout__input-textarea {
  resize: vertical;
  padding: 8px 8px;
  border: 1px solid var(--color-ligth-dark);
  border-radius: 8px;
  width: 100%;
  background-color: transparent;
  margin: 0;
}
.checkout__appellation {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 6px;
  max-width: 100%;
}
.checkout__cart {
  width: 100%;
}
.checkout__button {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.checkout__box-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 8px;
  border: 1px solid var(--color-ligth-dark);
  border-radius: 8px;
  width: 100%;
  background-color: transparent;
  text-wrap: nowrap;
  font-size: 13.3333px;
  color: var(--color-ligth-dark);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.checkout__progress-line {
  width: 4px;
  height: 4px;
  background-color: rgb(255, 137, 0);
}
.checkout__input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.checkout #user-tel {
  margin-bottom: 3px;
}

.cart {
  text-align: center;
}

.cart-order-wrapper {
  display: none;
  width: 90%;
  margin: 0 auto;
}

.cart-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--color-light);
}

.cart-order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  text-align: left;
}

.cart-order-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-order-titles > h4 {
  padding-bottom: 10px;
  border-bottom: 2px solid black;
  font-size: 18px;
  font-weight: 400;
}

.cart-order-item-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-primary-dark);
  text-decoration: none;
}

.cart-order-img-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  width: 46%;
  gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.cart-title {
  margin: 0;
  padding-left: 4px;
  font-size: 18px;
  font-weight: 400;
}

.cart-name {
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 16px;
  font-weight: 400;
}

.cart-order-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  font-size: 16px;
  font-weight: 300;
}

.cart-order-item-title {
  width: 30%;
}

.cart-order-quantity-title {
  width: 30%;
}

.cart-order-price-title {
  width: 20%;
}

.cart-order-quantity-section {
  width: auto;
  padding: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-order-remove-section {
  padding-left: 4px;
  width: 15%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cart-order-img-section > img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-size: 4vw;
}

.cart-order-img-section > h4 {
  margin-left: 10px;
  font-weight: normal;
}

.cart-order-price-section {
  margin: 8px;
  font-weight: normal;
  font-size: 3vw;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 600px) {
  .cart-order-price-section {
    font-size: 18px;
  }
}
.cart-order-quantity-section > input {
  width: 50px;
  padding: 5px 0;
  text-indent: 5px;
  font-size: 3vw;
}

@media (min-width: 600px) {
  .cart-order-quantity-section > input {
    font-size: 16px;
  }
}
.total-order {
  padding-left: 50px;
  text-align: right;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 3vw;
}
@media screen and (min-width: 1280px) {
  .total-order {
    padding-left: 380px;
    font-size: 22px;
  }
}

.total-amount > span {
  margin-left: 10px;
  font-weight: bold;
}

.cart-btn-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.cart-btnBack-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.cart-quantity {
  background-color: rgb(247, 112, 28);
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #fff;
  margin-left: 10px;
}

.checkbox_label {
  font-size: 12;
}

._error {
  -webkit-box-shadow: 0 0 6px red;
          box-shadow: 0 0 6px red;
}

.advantages-section {
  display: none;
}
@media screen and (min-width: 1280px) {
  .advantages-section {
    display: block;
    background: var(--color-ligth-dark);
    padding: 9px;
    margin-bottom: 8px;
  }
}

.advantages-section__list {
  display: none;
}
@media screen and (min-width: 1280px) {
  .advantages-section__list {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    white-space: nowrap;
    padding-left: 14px;
    padding-right: 14px;
    overflow: hidden;
  }
}
.advantages-section__list h2 {
  -webkit-animation: moving-line 30s linear infinite;
          animation: moving-line 30s linear infinite;
}
@-webkit-keyframes moving-line {
  0% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
@keyframes moving-line {
  0% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
.advantages-section__list h2:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.advantages-section__item {
  color: var(--color-blog);
  margin: 0;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 300;
}
@media screen and (min-width: 1280px) {
  .advantages-section__item {
    font-size: 14px;
  }
}

.banner-title {
  color: var(--color-brand);
  background: var(--color-ligth-dark);
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .banner-title {
    font-size: 28px;
  }
}

.main-title {
  text-align: center;
  margin: 20px 0 50px;
}

.product-cart {
  width: 90%;
  margin: 4px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  height: 440px;
  text-align: center;
  margin-bottom: 30px;
}

.product-item > img {
  height: 200px;
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-name {
  width: 50%;
  font-size: 12px;
  font-weight: 400;
}

.product-price {
  width: 50%;
  font-size: 18px;
  font-weight: 400;
}

.product-item > p {
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.product-item-price {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}

.product-item-price > span {
  font-weight: bold;
}

.product-item-price > button {
  padding: 10px;
  border: none;
  background-color: green;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-item-price > button:hover {
  background-color: #0dc00d;
}

/* CART styles */
.cart {
  text-align: center;
}

.cart-list-wrapper {
  display: none;
  width: 90%;
  margin: 0 auto;
}

.cart-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--color-light);
}

.cart-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  text-align: left;
}

.cart-list-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.cart-list-titles > h4 {
  padding-bottom: 10px;
  border-bottom: 2px solid black;
  font-size: 2.5vw;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .cart-list-titles > h4 {
    font-size: 18px;
  }
}

.cart-list-item-section {
  font-size: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-primary-dark);
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 1080px) {
  .cart-list-item-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    width: 55%;
  }
}

.cart-list-img-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  width: 30%;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cart-list-price-section {
  padding-left: 12px;
  font-weight: normal;
  font-size: 3vw;
  width: 20%;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .cart-list-price-section {
    font-size: 18px;
  }
}

.cart-list-quantity-section {
  -ms-flex-line-pack: end;
      align-content: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
@media screen and (min-width: 1080px) {
  .cart-list-quantity-section {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 20%;
  }
}

.cart-list-quantity-section > input {
  width: 50px;
  padding: 5px 0;
  margin-right: 4px;
  text-indent: 5px;
  font-size: 3vw;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
@media (min-width: 600px) {
  .cart-list-quantity-section > input {
    font-size: 16px;
  }
}

.cart-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -o-object-fit: contain;
     object-fit: contain;
  font-size: 4vw;
}

.cart-title {
  margin: 0;
  padding-left: 4px;
  font-size: 3vw;
  font-weight: 400;
  text-align: left;
}

@media (min-width: 1080px) {
  .cart-title {
    font-size: 16px;
  }
}
.cart-name {
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 3vw;
  font-weight: 400;
}

@media (min-width: 1080px) {
  .cart-name {
    font-size: 18px;
  }
}
.cart-list-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  font-size: 14px;
  font-weight: 300;
}

.cart-list-title {
  width: 100%;
}

.cart-list-item-title {
  width: 50%;
}

.cart-list-price-title {
  width: 20%;
}

.cart-list-quantity-title {
  width: 20%;
}

.cart-list-img-section > img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cart-list-img-section > h4 {
  margin-left: 10px;
  font-weight: normal;
}

.cart-list-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.total-amount-all {
  width: 80%;
  text-align: right;
  padding-right: 18px;
  font-weight: normal;
  font-size: 3vw;
}
@media (min-width: 600px) {
  .total-amount-all {
    font-size: 22px;
  }
}

.total-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  font-weight: normal;
  font-size: 3vw;
}
@media (min-width: 600px) {
  .total-amount {
    font-size: 22px;
  }
}

.total-amount > span {
  margin-left: 10px;
  padding-left: 18px;
  font-weight: normal;
  font-size: 3vw;
}
@media (min-width: 600px) {
  .total-amount > span {
    font-size: 22px;
  }
}

.cart-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-quantity {
  background-color: rgb(247, 112, 28);
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #fff;
  margin-left: 10px;
}

.blog-section__title {
  color: var(--color-light);
  background-color: var(--color-blog);
  padding: 8px;
  border-radius: 8px;
  text-transform: uppercase;
  text-align: center;
}
.blog-section__title-text {
  text-align: left;
  padding-left: 8px;
  padding-right: 8px;
}

.pronas__title {
  font-size: 18px;
  font-weight: bold;
}

.payDelivery-text {
  font-size: 18px;
  font-weight: bold;
  padding-top: 16px;
  margin-bottom: 6px;
}

.footer {
  position: relative;
  padding: 16px 0;
  background-color: var(--color-light-gray1);
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 20px;
}
@media screen and (min-width: 1280px) {
  .footer__container {
    gap: 204px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}
.footer__img {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer__nav {
  display: grid;
}
.footer__logo {
  display: grid;
  height: auto;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-decoration: none;
}
.footer__address {
  display: none;
}
@media screen and (min-width: 1280px) {
  .footer__address {
    display: grid;
    gap: 20px;
  }
}
.footer__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-left: 32px;
}
.footer__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.footer__info {
  padding-top: 2px;
  font-size: 10px;
}
.footer__logo::before {
  display: none;
}
@media screen and (min-width: 1280px) {
  .footer__logo::before {
    position: absolute;
    display: block;
    left: 100px;
    width: 100px;
    height: 140px;
    top: 70px;
    background-size: 90px 140px;
    background-image: url("../images/Zascitna_stikala_na_diferencni_tok_RFI_2_b.png");
    content: "";
  }
}
.footer__logo-img {
  width: 100%;
  height: auto;
}
.footer__address::after {
  display: none;
}
@media screen and (min-width: 1280px) {
  .footer__address::after {
    position: absolute;
    display: block;
    right: 60px;
    bottom: 20px;
    width: 200px;
    height: 200px;
    background-size: 150px 150px;
    background-image: url("../images/RI73J-L_b.png");
    background-repeat: no-repeat;
    content: "";
  }
}

.footer-lang-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 6px;
  text-align: right;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .footer-lang-menu {
    display: none;
  }
}

.footer-language-switcher {
  text-align: center;
}

.footer-language-switcher a {
  padding: 4px 4px;
  cursor: pointer;
  text-decoration: none;
  color: var(--color-primary-dark);
  font-size: 14px;
}

.footer-language-switcher a:hover {
  text-decoration: underline;
}

.footer-language-switcher a.active {
  color: var(--color-brand);
  font-weight: bold;
  /* Колір активного посилання */
}

.header {
  background-color: var(--color-background-brand);
  position: sticky;
  top: 0;
  z-index: 2;
}
.header__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 2px;
}
.header__container-nav {
  width: 100%;
  max-width: 1496px;
  margin: 0 auto;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo-img {
  width: 100%;
  height: auto;
}
.header__search {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    height: 30px;
    border: transparent;
  }
}
.header__searchbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid #9a9a9a;
  border-radius: 18px;
}
.header__placeholder {
  margin: 3px;
  width: 450px;
  border: 0;
  outline: 0;
  background-color: transparent;
}
.header__search-results {
  border-radius: 8px;
}
.header__options {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 0;
  margin: 0;
  position: relative;
}
.header__options li {
  width: 100%;
  background: white;
  list-style: none;
  font-size: 14px;
  text-transform: capitalize;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137);
  cursor: pointer;
}
.header__options li:hover {
  background: var(--color-search);
}
.header__hl {
  background: var(--color-search);
}
.header__search-li {
  color: var(--color-primary-dark);
  text-decoration: none;
  font-size: 22px;
}
.header__btnsearch {
  margin: 3px;
  border: transparent;
  background: transparent;
  cursor: pointer;
}
.header__iconsearch {
  position: relative;
  top: 2px;
}
.header__linksearch {
  fill: var(--color-light-gray);
}
.header__menu {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header__menu {
    background: var(--color-ligth-dark);
    padding: 8px 0;
    display: block;
  }
}
.header__button {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header__button {
    display: block;
  }
}
.header__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 20px;
}
.header__left-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (min-width: 1280px) {
  .header__left-container {
    display: none;
  }
}
.header__burger {
  background-color: transparent;
  border: none;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (min-width: 1280px) {
  .header__burger {
    display: none;
  }
}
.header__search-mob {
  background-color: transparent;
  border: none;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (min-width: 1280px) {
  .header__search-mob {
    display: none;
  }
}
.header__cart-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-left: 8px;
  padding-right: 8px;
}
.header__cart {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.header__link {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header__link {
    display: block;
    padding-top: 4px;
    padding: 0 4px;
    color: var(--color-primary-dark);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font-size: 14px;
    text-decoration: none;
  }
}
.header__link:hover {
  color: var(--color-brand);
}
.header__tel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (min-width: 1280px) {
  .header__tel-container {
    display: none;
  }
}
.header__tel {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.hero-section__title {
  position: absolute;
  color: var(--color-brand);
  top: 50%;
  /* Вирівнювання по вертикалі */
  left: 50%;
  /* Вирівнювання по горизонталі */
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* Центрування заголовка */
  text-align: center;
  /* Вирівнювання тексту по центру */
  text-transform: uppercase;
  /* Перетворення тексту на верхній регістр */
  font-size: 2vw;
  /* Розмір тексту змінюється відповідно до ширини вікна */
  font-weight: 900;
  /* Жирний шрифт */
}

.hero-container {
  position: relative;
  margin-top: 7px;
  width: 100%;
  background-repeat: no-repeat;
  /* Зображення не повторюється */
  background-position: center;
  /* Центрування зображення */
  background-size: contain;
  /* Зображення масштабується, щоб повністю вміщуватися в контейнер */
}

.background-image {
  width: 100%;
}

.hits-section {
  display: none;
}
@media screen and (min-width: 768px) {
  .hits-section {
    display: block;
    padding: 8px 0;
  }
}

.hits-section__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 8px;
  padding: 16px;
  background-color: #fff5ef;
  border: 1px solid lightgrey;
  border-radius: 18px;
}
.hits-section__sales {
  display: none;
  color: var(--color-light);
  background-color: var(--color-sale);
  margin-bottom: 8px;
  padding: 8px;
  border-radius: 8px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hits-section__sales {
    display: block;
  }
}
.hits-section__format {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hits-section__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.hits-section__container {
  overflow: hidden;
}
.hits-section__imge {
  min-width: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
.hits-section__img {
  pointer-events: fill;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.hits-section__button {
  display: none;
}
@media screen and (min-width: 768px) {
  .hits-section__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.swiper-container {
  text-align: center;
}

.lang-menu {
  display: none;
}
@media screen and (min-width: 1280px) {
  .lang-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 6px;
    text-align: right;
    position: relative;
    cursor: pointer;
  }
}

.language-switcher {
  text-align: center;
}

.language-switcher a {
  padding: 4px 4px;
  cursor: pointer;
  text-decoration: none;
  color: var(--color-primary-dark);
  font-size: 14px;
}

.language-switcher a:hover {
  text-decoration: underline;
}

.language-switcher a.active {
  color: var(--color-brand);
  font-weight: bold;
  /* Колір активного посилання */
}

.footer-lang-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 6px;
  text-align: right;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .footer-lang-menu {
    display: none;
  }
}

.mobile-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 2;
}
.mobile-backdrop.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 500px;
  background-color: var(--color-primary-light);
  border-radius: 5px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 4;
}
.mobile-menu.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mobile-menu__btn-close {
  position: absolute;
  top: 20px;
  left: 20px;
  border: none;
  background-color: transparent;
}
.mobile-menu__title {
  margin: 0 auto;
  max-width: 220px;
  text-align: center;
  margin-top: 16px;
}
.mobile-menu__bar {
  padding: 18px;
}

.card-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 0;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 2;
}
.card-backdrop.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.modal-card {
  position: relative;
  padding-top: 28px;
  padding-bottom: 28px;
  width: 100%;
  max-width: 1080px;
  height: 100%;
  max-height: 780px;
  background-color: var(--color-primary-light);
  border-radius: 32px;
  overflow-y: auto;
  z-index: 4;
}
.modal-card__btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background-color: transparent;
}
.modal-card__title-form {
  max-width: 100%;
  text-align: center;
}
.modal-card__empty-title {
  margin: 0 auto;
  max-width: 220px;
  text-align: center;
}
.modal-card__title-form-info {
  margin: 0 auto 24px;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
}
.modal-card__field-form {
  margin-bottom: 32px;
}
.modal-card__info-form {
  margin: 0 auto;
  max-width: 220px;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
}
.modal-card__info-form-link {
  color: var(--color-primary-dark);
  text-underline-offset: 2px;
}
@media screen and (min-width: 1280px) {
  .modal-card {
    padding: 28px;
  }
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 0;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 2;
}
.backdrop.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.modal {
  position: relative;
  padding: 12px;
  padding-top: 40px;
  width: 100%;
  max-width: 780px;
  height: 100%;
  max-height: 780px;
  background-color: var(--color-primary-light);
  border-radius: 32px;
  overflow-y: auto;
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .modal {
    padding: 98px;
  }
}
.modal__btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background-color: transparent;
}
.modal__title-form {
  margin: 0 auto;
  max-width: 220px;
  text-align: center;
}
.modal__title-form-info {
  margin: 0 auto 24px;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}
.modal__field-form {
  margin-bottom: 24px;
}
.modal__info-form {
  margin: 0 auto;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}
.modal__info-form-link {
  color: var(--color-primary-dark);
  text-underline-offset: 2px;
}

.breadcrumbs {
  padding: 10px 0;
  border-bottom: 1px solid #dfe4eb;
  overflow: hidden;
}
.breadcrumbs__container {
  min-height: 36px;
}
.breadcrumbs__page {
  margin-top: 5px;
  color: var(--color-light-gray);
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__page {
    list-style: none;
  }
}
.breadcrumbs__page li {
  display: inline-block;
  position: relative;
  margin-top: 5px;
  margin-left: 8px;
}
.breadcrumbs__page li + li {
  padding-left: 16px;
}
.breadcrumbs__page li + li::before {
  content: "/";
  position: absolute;
  left: 5px;
  font-size: 16px;
}
.breadcrumbs__item {
  font-size: 16px;
  float: left;
  text-decoration: underline;
}
.breadcrumbs__item a {
  color: var(--color-light-gray);
}
.breadcrumbs__item:last-child a, .breadcrumbs__item:last-child span {
  color: var(--color-ligth-dark);
}

.pagination__container {
  text-align: center;
}
.pagination__pager {
  margin-top: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  font-size: 16px;
  padding-right: 8px;
  padding-left: 8px;
}
.pagination__prevButton, .pagination__nextButton {
  border-radius: 4px;
  font-size: 16px;
  border: 1px solid var(--color-ligth-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.4rem;
  cursor: pointer;
  padding-left: 1px;
  padding-right: 1px;
}
.pagination__pageNumbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination__text {
  font-size: 16px;
  padding-right: 4px;
  padding-left: 4px;
  color: var(--color-primary-dark);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition: 0.15s opacity;
  transition: 0.15s opacity;
  font-size: 1rem;
}
.pagination__text:hover {
  fill: var(--color-brand);
}
.pagination__icon {
  width: 16px;
  height: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1em;
  height: 1em;
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination__info {
  display: none;
}

.pagination__prevButton svg,
.pagination__nextButton svg {
  width: 10px;
  height: 16px;
  margin-right: 4px;
}

.pagination__ul li {
  cursor: pointer;
  line-height: 1.5;
  padding: 0 10px;
  border: 1px solid var(--color-ligth-dark);
}

.pagination__ul li.active {
  font-weight: normal;
  color: var(--color-brand);
}

@media (max-width: 600px) {
  .pagination__list {
    display: none;
  }
  .pagination__info {
    display: block;
    padding-right: 8px;
    padding-left: 8px;
  }
}
.product-card__catalog {
  background: #f2f6f9;
}
.product-card__content {
  display: block;
}
.product-card__item {
  display: block;
  background: #f2f6f9;
}
.product-card__title {
  position: relative;
  margin-bottom: 0;
  padding-left: 12px;
  color: var(--color-dark);
  text-align: left;
  font-size: 24px;
  font-weight: 400;
}
.product-card__info {
  background: #f2f6f9;
  gap: 32px;
  padding-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .product-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product-card__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--color-light);
  -webkit-box-shadow: 0 16px 24px 2px rgba(33, 37, 41, 0.02), 0 6px 30px 5px rgba(33, 37, 41, 0.04), 0 8px 10px -5px rgba(33, 37, 41, 0.1);
          box-shadow: 0 16px 24px 2px rgba(33, 37, 41, 0.02), 0 6px 30px 5px rgba(33, 37, 41, 0.04), 0 8px 10px -5px rgba(33, 37, 41, 0.1);
  border-radius: 8px;
}
@media screen and (min-width: 1280px) {
  .product-card__gallery {
    width: 50%;
  }
}
.product-card__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card__main {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  background-color: var(--color-light);
  -webkit-box-shadow: 0 16px 24px 2px rgba(33, 37, 41, 0.02), 0 6px 30px 5px rgba(33, 37, 41, 0.04), 0 8px 10px -5px rgba(33, 37, 41, 0.1);
          box-shadow: 0 16px 24px 2px rgba(33, 37, 41, 0.02), 0 6px 30px 5px rgba(33, 37, 41, 0.04), 0 8px 10px -5px rgba(33, 37, 41, 0.1);
  border-radius: 8px;
}
@media screen and (min-width: 1280px) {
  .product-card__main {
    width: 50%;
  }
}
.product-card__detail {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 10px;
  min-height: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-card__detail-name {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 6px;
  width: 60%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.product-card__detail-value {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 6px;
  width: 40%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.product-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  font-weight: 600;
  color: var(--color-ligth-dark);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-card__btn {
  color: var(--color-brand);
  background-color: transparent;
  border: 2px solid var(--color-ligth-dark);
  border-radius: 8px;
  width: 30%;
  height: 30px;
  font-weight: 600;
  cursor: pointer;
  outline: none;
}
.product-card__btn:active {
  color: var(--color-dark);
  background-color: var(--color-brand-light);
}

.products-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 48px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.products-container.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.product__item {
  display: none !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 380px;
  padding: 18px 18px;
  background-color: var(--color-light);
  -webkit-box-shadow: 0 16px 24px 2px rgba(33, 37, 41, 0.02), 0 6px 30px 5px rgba(33, 37, 41, 0.04), 0 8px 10px -5px rgba(33, 37, 41, 0.1);
          box-shadow: 0 16px 24px 2px rgba(33, 37, 41, 0.02), 0 6px 30px 5px rgba(33, 37, 41, 0.04), 0 8px 10px -5px rgba(33, 37, 41, 0.1);
  border-radius: 8px;
}
.product__item.active {
  display: block !important;
}
.product.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.product__id {
  margin-bottom: auto;
  font-weight: 300;
}
.product__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 4px;
  font-weight: 300;
  font-size: 12px;
  text-align: right;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.product__article-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-left: 4px;
  font-weight: 300;
  font-size: 12px;
  text-align: right;
}
.product__title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}
.product__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.product__current {
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 300;
}
.product__pole {
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 300;
}
.product__character {
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 300;
}
.product__maxcurrent {
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 300;
}
.product__image {
  width: 100%;
  max-width: 280px;
  height: auto;
  max-height: 560px;
  margin-top: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
.product__img {
  width: 100%;
  height: auto;
  margin-top: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  font-weight: 600;
  color: var(--color-ligth-dark);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1rem;
}
.product__btn {
  color: var(--color-brand);
  background-color: transparent;
  border: 2px solid var(--color-ligth-dark);
  border-radius: 8px;
  width: 30%;
  height: 30px;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  font-size: 0.8rem;
}
.product__btn:active {
  color: var(--color-dark);
  background-color: var(--color-brand-light);
}

.shchyty__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  margin-left: 12px;
  margin-right: 12px;
}
.shchyty__conteiner-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  overflow: hidden;
  margin: 12px;
}
.shchyty__img {
  max-width: 100%;
  height: auto;
  margin-top: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: contain;
  display: block;
  border-radius: 18px;
}
.shchyty__container-certificate {
  max-width: 100%;
  overflow: hidden;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  overflow: hidden;
  grid-gap: 12px;
  margin: 12px;
}
@media screen and (min-width: 1280px) {
  .shchyty__container-certificate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
}
.shchyty__certificate-img {
  margin-top: 24px;
  max-width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 18px;
}
@media screen and (min-width: 1280px) {
  .shchyty__certificate-img {
    height: 900px;
  }
}

.blockSlider {
  display: none;
}
@media screen and (min-width: 768px) {
  .blockSlider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 968px;
    width: 100%;
    height: 320px;
    border: 1px solid black;
    border-radius: 24px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
  }
}

.FullArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pointsAreaSize {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 5%;
}

.point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  background: var(--color-sale);
  border-radius: 100px;
  border: 1px solid var(--color-sale);
  cursor: pointer;
}

.point:hover {
  background: var(--color-brand);
}

.imagesArea {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.imageSlider {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-animation-name: Animation;
          animation-name: Animation;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  background: white;
}

.imgSlider {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.activeImage {
  background: var(--color-slider);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
}

.btnsAreaSize {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

i.fa.fa-angle-left,
i.fa.fa-angle-right {
  color: #737efa;
  font-size: 24px;
  cursor: pointer;
  font-weight: 800;
}

.blockArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  background-color: white;
  border: 1px solid white;
  border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blockArrow:hover {
  background: rgba(39, 39, 39, 0.5882352941);
  border: 1px solid white;
  color: white;
  cursor: pointer;
}

.blockArrow:active {
  background: rgba(16, 16, 16, 0.5882352941);
  border: 1px solid white;
  color: white;
  cursor: pointer;
}

@-webkit-keyframes Animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes Animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

:root {
  --color-primary-light: #dad9d9;
  --color-primary-dark: #32161a;
  --color-brand: #00ada8;
  --color-brand-light: #7bd4d1;
  --color-light: white;
  --color-ligth-dark: gray;
  --color-dark: #0f0f0f;
  --color-light-gray: #b9b9b9;
  --color-light-gray1: #ececec;
  --color-background-brand: #e1ffff;
  --color-sale: #fa8238;
  --color-blog: #7be7ff;
  --color-filter: #5280b2;
  --color-slider: #f8dfd0;
  --color-search: #fdffd1;
  --color-gray-light: #fafafa;
  --color-content: #6c6c6c;
}

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

html {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: var(--color-primary-dark);
  background-color: var(--color-background-brand);
  font-family: "poppins", sans-serif;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
}

address {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

a {
  display: inline-block;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.container {
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
}/*# sourceMappingURL=main.css.map */