@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  src: url("./../fonts/Gilroy-Regular/Gilroy-Regular.eot"); /* IE9 eot*/
  src: url("./../fonts/Gilroy-Regular/Gilroy-Regular.eot?iefix") format("embedded-opentype"), url("./../fonts/Gilroy-Regular/Gilroy-Regular.woff2") format("woff2"), url("./../fonts/Gilroy-Regular/Gilroy-Regular.woff") format("woff"), url("./../fonts/Gilroy-Regular/Gilroy-Regular.ttf") format("truetype"), url("./../fonts/Gilroy-Regular/Gilroy-Regular.svg#Gilroy-Regular") format("svg"); /* iOS 4.1- */
}
@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  src: url("./../fonts/Gilroy-Bold/Gilroy-Bold.eot"); /* IE9 eot*/
  src: url("./../fonts/Gilroy-Bold/Gilroy-Bold.eot?iefix") format("embedded-opentype"), url("./../fonts/Gilroy-Bold/Gilroy-Bold.woff2") format("woff2"), url("./../fonts/Gilroy-Bold/Gilroy-Bold.woff") format("woff"), url("./../fonts/Gilroy-Bold/Gilroy-Bold.ttf") format("truetype"), url("./../fonts/Gilroy-Bold/Gilroy-Bold.svg#Gilroy-Bold") format("svg"); /* iOS 4.1- */
}
@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  src: url("./../fonts/Gilroy-Semibold/Gilroy-SemiBold.eot"); /* IE9 eot*/
  src: url("./../fonts/Gilroy-Semibold/Gilroy-SemiBold.eot?iefix") format("embedded-opentype"), url("./../fonts/Gilroy-Semibold/Gilroy-SemiBold.woff2") format("woff2"), url("./../fonts/Gilroy-Semibold/Gilroy-SemiBold.woff") format("woff"), url("./../fonts/Gilroy-Semibold/Gilroy-SemiBold.ttf") format("truetype"), url("./../fonts/Gilroy-SemiBold/Gilroy-Semibold.svg#Gilroy-SemiBold") format("svg"); /* iOS 4.1- */
}
@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: italic;
  src: url("./../fonts/Gilroy-Regularitalic/Gilroy-RegularItalic.eot"); /* IE9 eot*/
  src: url("./../fonts/Gilroy-Regularitalic/Gilroy-RegularItalic.eot?iefix") format("embedded-opentype"), url("./../fonts/Gilroy-Regularitalic/Gilroy-RegularItalic.woff2") format("woff2"), url("./../fonts/Gilroy-Regularitalic/Gilroy-RegularItalic.woff") format("woff"), url("./../fonts/Gilroy-Regularitalic/Gilroy-RegularItalic.ttf") format("truetype"), url("./../fonts/Gilroy-Regularitalic/Gilroy-RegularItalic.svg#Gilroy-RegularItalic") format("svg"); /* iOS 4.1- */
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  src: url("./../fonts/Roboto Regular/Roboto Regular.eot"); /* IE9 eot*/
  src: url("./../fonts/Roboto Regular/Roboto Regular.eot?iefix") format("embedded-opentype"), url("./../fonts/Roboto Regular/Roboto Regular.woff2") format("woff2"), url("./../fonts/Roboto Regular/Roboto Regular.woff") format("woff"), url("./../fonts/Roboto Regular/Roboto Regular.ttf") format("truetype"), url("./../fonts/Roboto Regular/Roboto Regular.svg#Roboto-Regular") format("svg"); /* iOS 4.1- */
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-size: 18px;
  line-height: 20px;
  color: #474747;
  overflow-x: hidden;
  font-family: "Gilroy";
}

.container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  /*max-width: 480px;*/
}
@media screen and (min-width: 768px) {
  .container {
    /*max-width: 768px;*/
  }

}
@media screen and (min-width: 1210px) {
  .container {
    max-width: 1210px;
  }
}

.container-fluid {
  width: min(100%, 1210px);
  padding: 0 20px;
  margin: 0 auto;
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

img {
  max-width: 100%;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
}

a {
  display: block;
  text-decoration: none;
}

.footer-placeholder {
  height: 83px;
}

.footer-placeholder-product {
  height: 291px;
}

.product__content {
  padding: 30px;
}

.product__accordion .dropdownlink {
  justify-content: start;
  gap: 5px;
  padding: 0 30px;
}

.product__accordion .catalog__accordion-title {
  margin-bottom: 0;
}

.product__accordion .other-forms__body {
  border-bottom: none;
}

.catalog {
  padding-top: 30px;
  margin-bottom: 32px;
}

.catalog__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.catalog__asides {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 1;
  grid-row-end: span 1;
}

.catalog__content {
  grid-column-start: 2;
  grid-column-end: span 3;
  grid-row-start: 1;
  grid-row-end: span 1;
}

.catalog__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2333333333;
  color: #1e1e1e;
  margin-bottom: 30px;
}

.catalog__filtrs {
  margin-bottom: 30px;
}

.catalog__filtrs-form {
  display: flex;
  gap: 10px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #1e1e1e;
}

.catalog__filtrs-label {
  display: block;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #76737d;
}

.catalog__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 45px;
}

.catalog__card {
  align-self: self-start;
  max-width: 270px;
}

.catalog__paginator {
  display: none;
}

.catalog__paginator--on {
  display: block;
}

.catalog__paginator-button {
  cursor: pointer;
  background-color: white;
  border: 1px solid #77c9cc;
  border-radius: 10px;
  padding: 15px 17px;
  color: #77c9cc;
  display: flex;
  gap: 5px;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4285714286;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 30px;
}

.catalog__paginator-button-icon {
  fill: #77c9cc;
}

.pagination > ul {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.2142857143;
}
.pagination > ul > li {
  width: 30px;
}
.pagination > ul > li .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-weight: 700;
  color: #77c9cc;
  text-align: center;
  text-decoration: none;
  border: 2px solid #77c9cc;
  border-radius: 10px;
  transition: all 0.2s linear;
}
.pagination > ul > li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-weight: 700;
  color: #77c9cc;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.2s linear;
}
.pagination > ul > li > span.current {
  background-color: #77c9cc;
  color: white;
}
.pagination > ul > li > span.prev svg, .pagination > ul > li > span.next svg {
  fill: white;
}

.catalog__paginator-link--active {
  background-color: #77c9cc;
  color: white;
}

.catalog__paginator-arrow {
  fill: #77c9cc;
}

.header__bottom {
  background-color: #77c9cc;
}

.header__top-nav {
  display: flex;
  align-items: center;
  gap: 72px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-wrap: nowrap;
}

.header__main-menu {
  display: flex;
  gap: 30px;
}

.header__main-menu-link {
  text-wrap: nowrap;
}

.searchbar-list-item {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
.searchbar-list-item .searchbar-container {
  border: 1px solid rgba(118, 115, 125, 0);
  border-radius: 5px;
  background-color: white;
  width: 100%;
  height: 50px;
  width: 50px;
  top: 0;
  right: 0;
  transition: border 0.3s linear, width 0.3s linear;
  position: absolute;
  display: flex;
  align-items: center;
}
.searchbar-list-item .searchbar-container .searchbar-close-button {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 5px;
  cursor: pointer;
  background-color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchbar-list-item .searchbar-container .searchbar-close-button .searchbar-close-button-icon {
  fill: #76737d;
}
.searchbar-list-item .searchbar-container .searchbar-input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
  padding: 15px 0;
  transition: padding 0.3s linear;
}
.searchbar-list-item .searchbar-container .searchbar-icon-container {
  position: absolute;
  left: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.searchbar-list-item .searchbar-container .searchbar-icon-container .searchbar-icon {
  fill: #76737d;
  display: block;
}
.searchbar-list-item .searchbar-container.searchbar-expanded {
  border: 1px solid rgba(118, 115, 125, 0.5);
  width: 790px;
  z-index: 1;
}
.searchbar-list-item .searchbar-container.searchbar-expanded .searchbar-input {
  padding: 15px 50px;
}
.searchbar-list-item.searchbar-expanded {
  border-radius: 5px;
}
.searchbar-list-item.searchbar-expanded .header__menu-icon {
  position: absolute;
  z-index: -1;
}

.searchbar-button {
  border: none;
  background-color: white;
  cursor: pointer;
}

.header__main-menu-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  padding: 15px 0;
  color: #76737d;
}

.header__menu {
  display: flex;
  height: 50px;
}

.header__menu-item {
  display: flex;
  align-items: center;
  width: 50px;
  justify-content: center;
}

.header__menu-link {
  position: relative;
  padding: 10px;
  display: flex;
  align-items: center;
}

.header__menu-icon {
  fill: #76737d;
}

.header__menu-label {
  position: absolute;
  right: 5px;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #176975;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.2;
  color: white;
}

.header__product-types-list {
  display: flex;
}

.header__product-types-list-item > a {
  justify-content: center;
}
.header__product-types-list-item:last-child > a::after {
  display: none;
}

.header__product-types-list-link {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2222222222;
  width: 100%;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  gap: 10px;
  padding: 19px 42px;
}
.header__product-types-list-link.first-link {
  padding-left: 0;
}
.header__product-types-list-link.last-link {
  padding-right: 0;
}
.header__product-types-list-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: white;
}

.header__product-types-icon {
  fill: white;
}

.searchbar-products-container {
  border-radius: 5px;
  border: 1px solid #c8c8c8;
  background-color: #ffffff;
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height 0.3s linear, border 0.3s linear;
}
.searchbar-products-container.searchbar-products-container--hidden {
  border: 1px solid white;
}
.searchbar-products-container .searchbar-products {
  padding: 12px 8px;
}
.searchbar-products-container .searchbar-products .searchbar-products__search-type {
  padding: 8px;
  color: #76737d;
  font-family: "Gilroy";
  font-size: 16px;
  line-height: normal;
  margin-bottom: 12px;
}
.searchbar-products-container .searchbar-products .searchbar-products__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.searchbar-products-container .searchbar-products .searchbar-products__list .searchbar-products__list-item .searchbar-products__link {
  display: flex;
  gap: 12px;
  padding: 8px;
  background-color: #ffffff;
  transition: background-color 0.3s linear;
}
.searchbar-products-container .searchbar-products .searchbar-products__list .searchbar-products__list-item .searchbar-products__link:hover {
  background-color: #ebf7f8;
}
.searchbar-products-container .searchbar-products .searchbar-products__list .searchbar-products__list-item .searchbar-products__link .searchbar-products__image-container {
  width: 60px;
  height: 60px;
}
.searchbar-products-container .searchbar-products .searchbar-products__list .searchbar-products__list-item .searchbar-products__link .searchbar-products__text-container .searchbar-products__product-name {
  color: #76737d;
  font-family: "Gilroy";
  font-size: 18px;
  line-height: normal;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 680px;
}
.searchbar-products-container .searchbar-products .searchbar-products__list .searchbar-products__list-item .searchbar-products__link .searchbar-products__text-container .searchbar-products__product-price {
  color: #3a3a3a;
  font-family: "Gilroy";
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
}
.searchbar-products-container .searchbar-products .searchbar-products__problematics-list .searchbar-products__problematics-item .searchbar-products__problematics-item-label {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 8px;
  transition: background-color 0.3s linear;
}
.searchbar-products-container .searchbar-products .searchbar-products__problematics-list .searchbar-products__problematics-item .searchbar-products__problematics-item-label:hover {
  background-color: #ebf7f8;
}
.searchbar-products-container .searchbar-products .searchbar-products__problematics-list .searchbar-products__problematics-item .searchbar-products__problematics-item-label .searchbar-products__problematics-item-label-icon-container {
  width: 24px;
  height: 24px;
}
.searchbar-products-container .searchbar-products .searchbar-products__problematics-list .searchbar-products__problematics-item .searchbar-products__problematics-item-label .searchbar-products__problematics-item-label-icon-container .searchbar-products__problematics-item-label-icon {
  width: 100%;
  height: 100%;
  display: block;
}
.searchbar-products-container .searchbar-products .searchbar-products__problematics-list .searchbar-products__problematics-item .searchbar-products__problematics-item-label .searchbar-products__problematics-item-label-text .searchbar-products__problematics-item-label-aim {
  color: #76737d;
  font-family: "Gilroy";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.searchbar-products-container .searchbar-products .searchbar-products__problematics-list .searchbar-products__problematics-item .searchbar-products__problematics-item-label .searchbar-products__problematics-item-label-text .searchbar-products__problematics-item-label-description {
  color: #76737d;
  font-family: "Gilroy";
  font-size: 16px;
  line-height: normal;
}
.searchbar-products-container .searchbar-products .searchbar-products__problematics-list .searchbar-products__problematics-item .searchbar-products__problematics-item-content {
  padding-top: 12px;
  padding-bottom: 12px;
}
.searchbar-products-container .searchbar-products .searchbar-products__problematics-list .searchbar-products__problematics-item .searchbar-products__problematics-item-content .searchbar-products__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.searchbar-products-container .searchbar-products .searchbar-products__problematics-list .searchbar-products__problematics-item .searchbar-products__problematics-item-content .searchbar-products__list .searchbar-products__list-item .searchbar-products__link {
  display: flex;
  gap: 12px;
  padding: 8px;
  background-color: #ffffff;
  transition: background-color 0.3s linear;
}
.searchbar-products-container .searchbar-products .searchbar-products__problematics-list .searchbar-products__problematics-item .searchbar-products__problematics-item-content .searchbar-products__list .searchbar-products__list-item .searchbar-products__link:hover {
  background-color: #ebf7f8;
}
.searchbar-products-container .searchbar-products .searchbar-products__problematics-list .searchbar-products__problematics-item .searchbar-products__problematics-item-content .searchbar-products__list .searchbar-products__list-item .searchbar-products__link .searchbar-products__image-container {
  width: 60px;
  height: 60px;
}
.searchbar-products-container .searchbar-products .searchbar-products__problematics-list .searchbar-products__problematics-item .searchbar-products__problematics-item-content .searchbar-products__list .searchbar-products__list-item .searchbar-products__link .searchbar-products__text-container .searchbar-products__product-name {
  color: #76737d;
  font-family: "Gilroy";
  font-size: 18px;
  line-height: normal;
  margin-bottom: 12px;
}
.searchbar-products-container .searchbar-products .searchbar-products__problematics-list .searchbar-products__problematics-item .searchbar-products__problematics-item-content .searchbar-products__list .searchbar-products__list-item .searchbar-products__link .searchbar-products__text-container .searchbar-products__product-price {
  color: #3a3a3a;
  font-family: "Gilroy";
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
}
.searchbar-products-container .searchbar-products .search-products__all-results-link {
  padding: 8px;
  color: #76737d;
  font-family: "Gilroy";
  font-size: 16px;
  line-height: normal;
  text-decoration-line: underline;
}

.top-panel {
  position: fixed;
  background-color: white;
  top: 0;
  width: 100%;
  display: block;
  z-index: 1000;
  transition: transform 0.3s linear, opacity 0.3s linear;
  transform: translateY(0);
  pointer-events: all;
  opacity: 1;
}

.top-panel.panel-hidden {
  pointer-events: none;
  transform: translateY(-110%);
  opacity: 0;
}

.top-panel.hidden {
  display: none;
}

.top-panel__container {
  width: 100%;
  padding: 8px 48px 8px 48px;
  margin: 0 auto;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.top-panel__logo {
  padding-left: 16px;
  padding-right: 16px;
}

.top-panel-searchbar {
  border: 1px solid rgba(118, 115, 125, 0.5);
  z-index: 1;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  width: 520px;
  position: relative;
  transition: border 0.3s linear, width 0.3s linear;
  display: flex;
  align-items: center;
}
.top-panel-searchbar .top-panel-searchbar__close-button {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 5px;
  cursor: pointer;
  background-color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-panel-searchbar .top-panel-searchbar__close-button .top-panel-searchbar__close-button-icon {
  fill: #76737d;
}
.top-panel-searchbar .top-panel-searchbar__input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
  padding: 15px 50px;
  transition: padding 0.3s linear;
}
.top-panel-searchbar .top-panel-searchbar__icon-container {
  position: absolute;
  left: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.top-panel-searchbar .top-panel-searchbar__icon-container .top-panel-searchbar__icon {
  fill: #76737d;
  display: block;
}

.top-panel-searchbar__products-container {
  border-radius: 5px;
  border: 1px solid #c8c8c8;
  background-color: #ffffff;
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height 0.3s linear, border 0.3s linear;
}
.top-panel-searchbar__products-container.top-panel-searchbar__products-container--hidden {
  border: 1px solid white;
}
.top-panel-searchbar__products-container .searchbar-products {
  padding: 12px 8px;
}
.top-panel-searchbar__products-container .searchbar-products .searchbar-products__search-type {
  padding: 8px;
  color: #76737d;
  font-family: "Gilroy";
  font-size: 16px;
  line-height: normal;
  margin-bottom: 12px;
}
.top-panel-searchbar__products-container .searchbar-products .searchbar-products__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.top-panel-searchbar__products-container .searchbar-products .searchbar-products__list .searchbar-products__list-item .searchbar-products__link {
  display: flex;
  gap: 12px;
  padding: 8px;
  background-color: #ffffff;
  transition: background-color 0.3s linear;
}
.top-panel-searchbar__products-container .searchbar-products .searchbar-products__list .searchbar-products__list-item .searchbar-products__link:hover {
  background-color: #ebf7f8;
}
.top-panel-searchbar__products-container .searchbar-products .searchbar-products__list .searchbar-products__list-item .searchbar-products__link .searchbar-products__image-container {
  width: 60px;
  height: 60px;
}
.top-panel-searchbar__products-container .searchbar-products .searchbar-products__list .searchbar-products__list-item .searchbar-products__link .searchbar-products__text-container .searchbar-products__product-name {
  color: #76737d;
  font-family: "Gilroy";
  font-size: 18px;
  line-height: normal;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 400px;
}
.top-panel-searchbar__products-container .searchbar-products .searchbar-products__list .searchbar-products__list-item .searchbar-products__link .searchbar-products__text-container .searchbar-products__product-price {
  color: #3a3a3a;
  font-family: "Gilroy";
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
}
.top-panel-searchbar__products-container .searchbar-products .searchbar-products__problematics-list .searchbar-products__problematics-item .searchbar-products__problematics-item-label {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 8px;
  transition: background-color 0.3s linear;
}
.top-panel-searchbar__products-container .searchbar-products .searchbar-products__problematics-list .searchbar-products__problematics-item .searchbar-products__problematics-item-label:hover {
  background-color: #ebf7f8;
}
.top-panel-searchbar__products-container .searchbar-products .searchbar-products__problematics-list .searchbar-products__problematics-item .searchbar-products__problematics-item-label .searchbar-products__problematics-item-label-icon-container {
  width: 24px;
  height: 24px;
}
.top-panel-searchbar__products-container .searchbar-products .searchbar-products__problematics-list .searchbar-products__problematics-item .searchbar-products__problematics-item-label .searchbar-products__problematics-item-label-icon-container .searchbar-products__problematics-item-label-icon {
  width: 100%;
  height: 100%;
  display: block;
}
.top-panel-searchbar__products-container .searchbar-products .searchbar-products__problematics-list .searchbar-products__problematics-item .searchbar-products__problematics-item-label .searchbar-products__problematics-item-label-text .searchbar-products__problematics-item-label-aim {
  color: #76737d;
  font-family: "Gilroy";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.top-panel-searchbar__products-container .searchbar-products .searchbar-products__problematics-list .searchbar-products__problematics-item .searchbar-products__problematics-item-label .searchbar-products__problematics-item-label-text .searchbar-products__problematics-item-label-description {
  color: #76737d;
  font-family: "Gilroy";
  font-size: 16px;
  line-height: normal;
}
.top-panel-searchbar__products-container .searchbar-products .searchbar-products__problematics-list .searchbar-products__problematics-item .searchbar-products__problematics-item-content {
  padding-top: 12px;
  padding-bottom: 12px;
}
.top-panel-searchbar__products-container .searchbar-products .searchbar-products__problematics-list .searchbar-products__problematics-item .searchbar-products__problematics-item-content .searchbar-products__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.top-panel-searchbar__products-container .searchbar-products .searchbar-products__problematics-list .searchbar-products__problematics-item .searchbar-products__problematics-item-content .searchbar-products__list .searchbar-products__list-item .searchbar-products__link {
  display: flex;
  gap: 12px;
  padding: 8px;
  background-color: #ffffff;
  transition: background-color 0.3s linear;
}
.top-panel-searchbar__products-container .searchbar-products .searchbar-products__problematics-list .searchbar-products__problematics-item .searchbar-products__problematics-item-content .searchbar-products__list .searchbar-products__list-item .searchbar-products__link:hover {
  background-color: #ebf7f8;
}
.top-panel-searchbar__products-container .searchbar-products .searchbar-products__problematics-list .searchbar-products__problematics-item .searchbar-products__problematics-item-content .searchbar-products__list .searchbar-products__list-item .searchbar-products__link .searchbar-products__image-container {
  width: 60px;
  height: 60px;
}
.top-panel-searchbar__products-container .searchbar-products .searchbar-products__problematics-list .searchbar-products__problematics-item .searchbar-products__problematics-item-content .searchbar-products__list .searchbar-products__list-item .searchbar-products__link .searchbar-products__text-container .searchbar-products__product-name {
  color: #76737d;
  font-family: "Gilroy";
  font-size: 18px;
  line-height: normal;
  margin-bottom: 12px;
}
.top-panel-searchbar__products-container .searchbar-products .searchbar-products__problematics-list .searchbar-products__problematics-item .searchbar-products__problematics-item-content .searchbar-products__list .searchbar-products__list-item .searchbar-products__link .searchbar-products__text-container .searchbar-products__product-price {
  color: #3a3a3a;
  font-family: "Gilroy";
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
}
.top-panel-searchbar__products-container .searchbar-products .search-products__all-results-link {
  padding: 8px;
  color: #76737d;
  font-family: "Gilroy";
  font-size: 16px;
  line-height: normal;
  text-decoration-line: underline;
}

.phone-menu {
  position: relative;
}
.phone-menu .phone-menu__button {
  background-color: #fff;
  border: none;
  cursor: pointer;
  width: 186px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #1e1e1e;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2857142857;
}
.phone-menu .phone-menu__button .phone-menu__button-icon {
  fill: #76737d;
}
.phone-menu .phone-menu__button .phone-menu__chevron-icon {
  stroke: #2f384c;
  fill: none;
  transition: transform 0.3s linear;
}
.phone-menu .phone-menu__options {
  display: flex;
  flex-direction: column;
  pointer-events: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s linear;
  position: absolute;
  width: 100%;
  top: 49px;
  background-color: #fff;
}
.phone-menu .phone-menu__options .phone-menu__option .phone-menu__option-link {
  padding: 12px 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #1e1e1e;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2857142857;
}
.phone-menu.active .phone-menu__options {
  opacity: 1;
  pointer-events: all;
}
.phone-menu.active .phone-menu__chevron-icon {
  transform: rotate(180deg);
}

.catalog-menu {
  position: relative;
}
.catalog-menu .catalog-menu__button {
  cursor: pointer;
  height: 48px;
  width: 233px;
  background-color: #0d727e;
  border-radius: 8px;
  padding: 12px 24px;
  display: flex;
  gap: 8px;
  align-items: center;
  border: none;
  color: #fff;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.125;
}
.catalog-menu .catalog-menu__button .catalog-menu__button-icon {
  stroke: #fff;
  display: block;
}
.catalog-menu .catalog-menu__options {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear;
  position: absolute;
  width: 100%;
  height: fit-content;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  top: 49px;
  bottom: -1px;
  border-radius: 8px;
  background-color: #0d727e;
}
.catalog-menu .catalog-menu__options .catalog-menu__option .catalog-menu__option-link {
  padding: 8px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.125;
}
.catalog-menu.active .catalog-menu__options {
  opacity: 1;
  pointer-events: all;
}

.banner-section {
  padding-top: 32px;
  margin-bottom: 32px;
}

.banner-swiper {
  width: 100%;
  height: 100%;
}
.banner-swiper .slider-section {
  height: 500px;
}
.banner-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 40px;
  overflow: hidden;
}
.banner-swiper .main-page-swiper__img-thumb {
  height: 500px;
  display: block;
}
.banner-swiper .main-page-swiper__img-thumb .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-swiper .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 40%;
  background-color: #c8c8c8;
}
.banner-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0d727e;
}
.banner-swiper .swiper-pagination {
  bottom: 12px;
}

.special-offers {
  margin-bottom: 32px;
}

.special-offers__title {
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 32px;
}

.tabs-special-offers .tabs-bar {
  border-bottom: 1px solid #e7e6e6;
  overflow-x: auto;
}
.tabs-special-offers .tabs-bar__list {
  height: 48px;
  display: flex;
  gap: 48px;
  justify-content: start;
}
.tabs-special-offers .tabs-bar__link {
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 100% */
  align-items: center;
  text-transform: uppercase;
  color: #76737d;
  transition: all 0.3s linear;
  position: relative;
  text-decoration: none;
  border: 0;
  background: transparent;
  padding: 12px 0;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 0.3s linear;
}
.tabs-special-offers .tabs-bar__link::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: background-color 0.3s linear;
}
.tabs-special-offers .tabs-bar__link.current {
  color: #0d727e;
}
.tabs-special-offers .tabs-bar__link.current::before {
  background-color: #0d727e;
}
.tabs-special-offers .tabs-bar__link:hover, .tabs-special-offers .tabs-bar__link:focus {
  color: #0d727e;
}
.tabs-special-offers .tabs-bar__link:hover::before, .tabs-special-offers .tabs-bar__link:focus::before {
  background-color: #0d727e;
}

.special-offers__cards-list {
  gap: 13px;
  justify-content: start;
  align-items: start;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 320px;
  margin-bottom: 80px;
}

.special-offers__content {
  padding-top: 28px;
}

.special-offers-card {
  padding: 24px;
  width: 282px;
  position: relative;
  background: #fff;
  transition: box-shadow 0.3s linear;
  box-shadow: 0px 5px 20px 0px rgba(213, 213, 213, 0.25);
  border-radius: 12px;
  overflow: hidden;
}
.special-offers-card:hover {
  box-shadow: 0px 5px 20px 0px rgba(67, 67, 67, 0.25);
}
.special-offers-card:hover .special-offers-card__buttons {
  height: 48px;
  margin-top: 15px;
}
.special-offers-card .special-offers-card__image-thumb {
  width: 151px;
  height: 151px;
  margin: 0 auto;
  margin-bottom: 12px;
}
.special-offers-card .special-offers-card__image-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.special-offers-card .special-offers-card__title {
  color: #1e1e1e;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1875;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}
.special-offers-card .special-offers-card__producer {
  color: #76737d;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1666666667;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*text-wrap: nowrap;*/
}
.special-offers-card .special-offers-card__price {
  color: #0d727e;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2222222222;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
.special-offers-card .special-offers-card__status {
  color: #0d727e;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2142857143;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
.special-offers-card .special-offers-card__buttons {
  display: flex;
  height: 0;
  transition: all 0.3s linear;
  overflow: hidden;
  gap: 10px;
}
.special-offers-card .special-offers-card__like-button {
  cursor: pointer;
  min-width: 48px;
  min-height: 48px;
  background: #77c9cc;
  border-radius: 10px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s linear;
}
.special-offers-card .special-offers-card__like-button svg {
  width: 19px;
  display: block;
  fill: white;
}
.special-offers-card .special-offers-card__like-button:hover, .special-offers-card .special-offers-card__like-button:focus {
  background-color: #0d727e;
}
.special-offers-card .special-offers-card__cart-button {
  display: flex;
  cursor: pointer;
  gap: 10px;
  justify-content: center;
  align-items: center;
  border: none;
  width: 100%;
  height: 48px;
  background: #0d727e;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2142857143;
  text-transform: uppercase;
  color: #ffffff;
  transition: background-color 0.3s linear;
}
.special-offers-card .special-offers-card__cart-button:hover, .special-offers-card .special-offers-card__cart-button:focus {
  background-color: #77c9cc;
}
.special-offers-card .special-offers-card__cart-button svg {
  width: 15px;
  display: block;
  fill: #ffffff;
}

.special-offers__more-button {
  margin: 0 auto;
  cursor: pointer;
  border: none;
  padding: 12px 24px;
  border-radius: var(--size-spacing-8, 8px);
  background: var(--colors-button, #0d727e);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2142857143;
  text-transform: uppercase;
  color: #ffffff;
}

.special-offers__more-button-icon {
  fill: #0d727e;
  stroke: #ffffff;
}

.bestsellers {
  margin-bottom: 32px;
}

.bestsellers__top-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  gap: 10px;
  margin-bottom: 32px;
}
.bestsellers__top-block .bestsellers__title {
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}
.bestsellers__top-block .bestsellers__view-all-link {
  color: #76737d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
  text-decoration-line: underline;
}

.bestsellers-body__list {
  display: flex;
  justify-content: space-between;
  align-items: start;
  height: 440px;
}

.bestsellers-body__link {
  display: block;
  width: 282px;
  height: 412px;
  transform-origin: top;
  transition: transform 0.3s linear, box-shadow 0.3s linear;
  box-shadow: 0px 5px 20px 0px rgba(213, 213, 213, 0.25);
}
.bestsellers-body__link:hover {
  transform: scaleY(1.068);
  box-shadow: 0px 5px 20px 0px rgba(67, 67, 67, 0.25);
}
.bestsellers-body__link .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brands {
  margin-bottom: 32px;
}

.brands__title {
  margin: 0;
  margin-bottom: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.brands-list-container {
  overflow-x: auto;
  box-shadow: 0px 5px 20px 0px rgba(214, 214, 214, 0.25);
}

.brands-list {
  min-width: 0;
  padding: 8px 4px;
  display: inline-flex;
  gap: 12px;
  height: 80px;
  border-radius: var(--size-spacing-12, 12px);
  background: #fff;
  justify-content: start;
}
.brands-list li {
  flex-shrink: 0;
}
.brands-list li a {
  display: block;
  height: 100%;
}
.brands-list li a img {
  display: block;
  height: 100%;
  object-fit: contain;
}

.info {
  margin-bottom: 32px;
}
.info .container {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 5px 20px 0px rgba(214, 214, 214, 0.25);
}

.info__title {
  margin: 0;
  margin-bottom: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.info-body {
  color: #1e1e1e;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
  padding-bottom: 24px;
}
.info-body .info-body__text-container {
  overflow: hidden;
  transition: height 0.3s linear;
}

.info-body_title {
  font-weight: 600;
}

.info-body__paragraph {
  margin-bottom: 22px;
}

.info-body__list {
  list-style-type: disc;
  padding-left: 18px;
}

.info-body__bold-text {
  font-weight: 600;
}

.info-body__underlined-text {
  text-decoration: underline;
  color: inherit;
}

.info-body__buttons {
  position: relative;
}
.info-body__buttons:after {
  content: "";
  display: block;
  width: 100%;
  height: 64px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  opacity: 0;
  position: absolute;
  top: -64px;
  left: 0;
  transition: opacity 0.3s linear;
}
.info-body__buttons .info-body__button {
  cursor: pointer;
  color: #76737d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
  text-decoration-line: underline;
  background-color: #fff;
  border: none;
  padding: 0;
}

.info-body__buttons.show-gradient:after {
  opacity: 1;
}

.tabs-product {
  border: 1px solid #e7e6e6;
  border-radius: 10px;
}
.tabs-product .tabs-bar {
  padding: 0 30px;
  border-bottom: 1px solid #e7e6e6;
}
.tabs-product .tabs-bar__list {
  display: flex;
  gap: 30px;
}
.tabs-product .tabs-bar__link {
  cursor: pointer;
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  align-items: center;
  text-transform: uppercase;
  color: #76737d;
  transition: all 0.3s linear;
  position: relative;
  text-decoration: none;
  border: 0;
  background: transparent;
  padding: 15px 0;
  transition: color 0.3s linear;
}
.tabs-product .tabs-bar__link::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: background-color 0.3s linear;
}
.tabs-product .tabs-bar__link.current {
  color: #0d727e;
}
.tabs-product .tabs-bar__link.current::before {
  background-color: #0d727e;
}
.tabs-product .tabs-bar__link:hover, .tabs-product .tabs-bar__link:focus {
  color: #0d727e;
}
.tabs-product .tabs-bar__link:hover::before, .tabs-product .tabs-bar__link:focus::before {
  background-color: #0d727e;
}

.breadcrumb {
  margin-bottom: 30px;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb__list-item {
  display: flex;
  font-size: 14px;
  margin-right: 5px;
  align-items: center;
}
.breadcrumb__list-item:not(:last-child)::after {
  content: "";
  background-image: url("./../images/angle-right.svg");
  background-size: contain;
  display: block;
  width: 15px;
  height: 15px;
}

.breadcrumb-link {
  font-weight: 700;
  color: #176975;
  text-decoration: none;
  padding-right: 3px;
}

.instruction {
  display: flex;
  gap: 30px;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .instruction {
    flex-direction: row;
  }
}

.instruction__body {
  font-size: 14px;
  line-height: 1.2857142857;
  font-weight: 400;
  color: #1e1e1e;
  width: 100%;
}

.instruction__title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2333333333;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.instruction__body-subtitle {
  display: block;
  font-weight: 700;
}
.instruction__body-subtitle:not(:last-child) {
  margin-bottom: 18px;
}

.instruction__body-paragraph:not(:last-child) {
  margin-bottom: 18px;
}
.instruction__body-paragraph i {
  font-style: italic;
}

.instruction__body-list {
  list-style: inside;
}
.instruction__body-list:not(:last-child) {
  margin-bottom: 18px;
}

.instruction__content {
  align-self: start;
  position: sticky;
  top: 30px;
  border: 1px solid #e7e6e6;
  border-radius: 10px;
  padding: 30px;
}

.instruction__content-list {
  font-weight: 600;
  font-size: 12px;
  width: 280px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #76737d;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.instruction__content-link {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s linear;
}
.instruction__content-link::before {
  content: "";
  position: absolute;
  width: 3px;
  height: calc(100% + 15px);
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  transition: background-color 0.3s linear;
}
.instruction__content-link:hover, .instruction__content-link:focus {
  color: #0d727e;
}
.instruction__content-link:hover::before, .instruction__content-link:focus::before {
  background-color: #0d727e;
}

.product-card {
  box-sizing: border-box;
  width: 270px;
  padding: 30px;
  position: relative;
  border: 1px solid #e7e6e6;
  border-radius: 10px;
  background-color: white;
}
.product-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -100;
  transition: opacity 0.3s linear;
  box-shadow: 0px 5px 20px rgba(23, 105, 117, 0.15);
}
.product-card:hover {
  z-index: 111;
  box-shadow: 1px 1px 5px #e7e6e6;
}
.product-card:hover::after {
  opacity: 1;
}
.product-card:hover .product-card__buttons {
  height: 45px;
  margin-top: 15px;
}

.product-card__product-link {
  text-decoration: none;
  display: block;
}

.discount-label {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #77c9cc;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
}

.discount-label__value {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  color: #ffffff;
}

.product-card__image {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.product-card__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  color: #1e1e1e;
  margin-bottom: 5px;
}

.product-card__producer {
  font-size: 12px;
  line-height: 1.1666666667;
  color: #76737d;
  margin-bottom: 7px;
}

.product-card__price {
  display: flex;
  gap: 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2222222222;
  align-items: end;
  color: #176975;
  margin-bottom: 5px;
}
.product-card__price span {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2142857143;
  display: none;
  color: #76737d;
}

.product-card__status {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #0d727e;
}

.product-card.out-of-stock .product-card__status {
  color: #76737d;
}

.product-card__buttons {
  display: flex;
  height: 0;
  transition: all 0.3s linear;
  overflow: hidden;
  gap: 10px;
}

.product-card__like-button {
  cursor: pointer;
  width: 45px;
  height: 45px;
  background: #77c9cc;
  border-radius: 10px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s linear;
}
.product-card__like-button svg {
  width: 19px;
  display: block;
  fill: white;
}
.product-card__like-button:hover, .product-card__like-button:focus {
  background-color: #0d727e;
}

.product-card__cart-button {
  display: flex;
  cursor: pointer;
  gap: 10px;
  justify-content: center;
  align-items: center;
  border: none;
  width: 155px;
  height: 45px;
  background: #0d727e;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2142857143;
  text-transform: uppercase;
  color: #ffffff;
  transition: background-color 0.3s linear;
}
.product-card__cart-button:hover, .product-card__cart-button:focus {
  background-color: #77c9cc;
}
.product-card__cart-button svg {
  width: 15px;
  display: block;
  fill: white;
}

.product-card.discount .discount-label {
  display: flex;
}
.product-card.discount .product-card__price span {
  display: block;
}

.catalog__cards-item {
  max-height: 380px;
}

.js-hover {
  z-index: 200;
}

.product-gallery__slider {
  display: flex;
  gap: 30px;
}

.info-slider_thumbs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.info-slider__thumbs-slider {
  height: 420px;
}

.swiper-slide {
  width: fit-content;
  height: fit-content;
  border: 1px solid #e7e6e6;
  border-radius: 10px;
  overflow: hidden;
}

.info-slider_thumbs-buttons {
  display: flex;
  gap: 10px;
}

.info-slider_thumbs-button {
  cursor: pointer;
  position: static;
  width: 30px;
  height: 30px;
  margin: 0;
  background-color: #77c9cc;
  border-radius: 10px;
}
.info-slider_thumbs-button::after {
  content: "";
}
.info-slider_thumbs-button svg {
  fill: white;
}

.info-slider__big-image-thumb {
  width: 420px;
  height: 420px;
  border: 1px solid #e7e6e6;
  border-radius: 10px;
  overflow: hidden;
}

.analogs__list {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.slim-select.ss-main {
  border-radius: 10px;
  padding: 15px 15px 15px 20px;
  border: none;
  display: flex;
  gap: 10px;
  width: fit-content;
  overflow: hidden;
  border: 1px solid #e7e6e6;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #1e1e1e;
}
.slim-select.ss-main .slim-select__svg {
  fill: #176975;
  display: block;
  min-width: 20px;
  min-height: 20px;
  transition: transform 0.15s linear;
}
.slim-select.ss-main.ss-open-below .slim-select__svg {
  transform: rotate(180deg);
}

.slim-select.ss-content {
  font-size: 14px;
  line-height: 1.2142857143;
  color: #1e1e1e;
  box-shadow: 0px 5px 20px rgba(23, 105, 117, 0.15);
}
.slim-select.ss-content .ss-list .ss-option {
  padding: 10px;
}
.slim-select.ss-content .ss-list .ss-option:hover {
  background-color: #77c9cc !important;
}
.slim-select.ss-content .ss-list .ss-option.ss-selected {
  background-color: #77c9cc !important;
  color: #0d727e !important;
  padding: 10px;
}

.simplebar-scrollbar::before {
  background-color: #0d727e;
}

.footer .footer-top {
  padding-top: 20px;
}

.footer-first-block-wrapper {
  background-color: #77c9cc;
}

.footer-second-block-wrapper {
  background-color: #f2f4f7;
}

.footer__first-block {
  display: flex;
  gap: 151px;
  padding-top: 12px;
  margin-bottom: 32px;
}

.footer__info {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1875;
  padding-top: 10px;
}
.footer__info .footer__info-title {
  margin-bottom: 15px;
  font-weight: 800;
}
.footer__info .footer__info-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.footer__info .footer__info-list .footer__info-list-item .footer__info-link {
  color: inherit;
}

.footer__second-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
}
.footer__second-block .footer__copyright {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1875;
  padding-left: 4px;
}
.footer__second-block .footer__socials-list {
  display: flex;
  gap: 24px;
  align-items: center;
}
.footer__second-block .footer__socials-list .footer__socials-icon {
  fill: #fff;
  display: block;
}

.footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-bottom .footer__consult-first,
.footer-bottom .footer__consult-second {
  fill: #667085;
  width: 100%;
}

.catalog__aside {
  background: #ffffff;
  border: 1px solid #e7e6e6;
  border-radius: 10px;
  padding: 30px 30px 15px 30px;
  margin-bottom: 30px;
}

.accordion-menu {
  width: 100%;
  background: #fff;
  border-radius: 4px;
}
.accordion-menu > li {
  overflow: hidden;
}

.catalog__accordion > .open > .catalog__accordion-title {
  color: #0d727e;
}
.catalog__accordion > .open > .catalog__accordion-title .catalog__accordion-icon {
  transform: rotate(180deg);
}

.catalog__accordion-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #1e1e1e;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.catalog__accordion-icon {
  fill: #176975;
  display: block;
  transition: transform 0.15s linear;
  pointer-events: none;
}

.dropdownlink {
  cursor: pointer;
  position: relative;
}

.catalog__accordion-list-container {
  transition: height 0.5s linear, padding 0.5s linear;
}

.catalog__accordion-list {
  padding-bottom: 15px;
}
.catalog__accordion-list li:not(:last-child) {
  margin-bottom: 15px;
}
.catalog__accordion-list li:last-child {
  margin-bottom: 0;
}

.submenuItems a {
  display: block;
  text-decoration: none;
}

.catalog__accordion-item {
  margin-bottom: 10px;
}

.catalog__accordion-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #76737d;
}
.catalog__accordion-link:hover, .catalog__accordion-link:focus {
  color: #0d727e;
  font-weight: 700;
}

.catalog__checkbox {
  cursor: pointer;
  display: flex;
  gap: 3px;
  align-items: center;
}

.container .check-highload {
  appearance: none;
}

.check-highload + .highload2 {
  height: 20px;
  width: 20px;
  margin-right: 7px;
  background-color: #eee;
  border-radius: 5px;
  border: 1px solid #76737d;
}
.check-highload + .highload2 svg {
  fill: white;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.check-highload:checked + .highload2 {
  background-color: #176975;
  border: 1px solid #176975;
}
.check-highload:checked + .highload2 svg {
  opacity: 1;
}

.catalog__checkbox-label-value {
  font-size: 14px;
  line-height: 1.2142857143;
  color: #1e1e1e;
}
.catalog__checkbox-label-value span {
  margin-left: 3px;
  color: #76737d;
}

.accordion-closed {
  height: 0 !important;
  padding-bottom: 0;
  overflow: hidden;
}

.price-range {
  position: relative;
  width: 95vmin;
  background-color: #ffffff;
  border-radius: 10px;
  max-width: 210px;
}

.price-range__body {
  position: relative;
  width: 100%;
  height: 11px;
}

.price-range__input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}

.slider-track {
  width: 100%;
  height: 5px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}

.price-range__input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}

.price-range__input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 5px;
}

.price-range__input[type=range]::-ms-track {
  appearance: none;
  height: 5px;
}

.price-range__input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 11px;
  width: 11px;
  background-color: #176975;
  cursor: pointer;
  margin-top: -3px;
  pointer-events: auto;
  border-radius: 50%;
}

.price-range__input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 11px;
  width: 11px;
  background-color: #176975;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  pointer-events: auto;
}

.price-range__input[type=range]::-ms-thumb {
  appearance: none;
  height: 11px;
  width: 11px;
  background-color: #176975;
  cursor: pointer;
  border-radius: 50%;
  pointer-events: auto;
}

.price-range__input[type=range]:active::-webkit-slider-thumb {
  background-color: #176975;
}

.price-range__values {
  position: relative;
  margin: auto;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #1e1e1e;
  display: flex;
  gap: 11px;
  align-items: center;
  margin-bottom: 23px;
}

.price-range__value {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 45px;
  border: 1px solid #76737d;
  border-radius: 10px;
}

.offers-slider {
  width: 270px;
  position: relative;
  overflow: visible;
  overflow: visible;
  height: 442px;
}
@media screen and (min-width: 570px) {
  .offers-slider {
    width: 570px;
  }
}
@media screen and (min-width: 870px) {
  .offers-slider {
    width: 870px;
  }
}
@media screen and (min-width: 1170px) {
  .offers-slider {
    width: 1170px;
  }
}

.offers-slider__slide {
  overflow: visible;
  opacity: 0;
}

.swiper-slide-visible {
  opacity: 1;
}

.offers__title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.offers__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2333333333;
  color: #1e1e1e;
}

.slider-buttons-container {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.offers-slider__button {
  position: static;
  width: 30px;
  height: 30px;
  margin: 0;
  background-color: #77c9cc;
  border-radius: 10px;
}
.offers-slider__button::after {
  content: "";
}
.offers-slider__button .swiper-button__icon {
  fill: white;
}

.product {
  padding-top: 0px;
  margin-bottom: 60px;
}

.everything-about-product {
  display: flex;
  gap: 30px;
}

.everything-about-product__item {
  width: 50%;
}

.hidden {
  display: none;
}

.products__info-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2333333333;
  align-items: center;
  color: #1e1e1e;
  margin-bottom: 15px;
}

.products__info-descr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 30px;
}

.products__info-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #76737d;
  display: inline-block;
}
.products__info-text span {
  color: #1e1e1e;
}
.products__info-text:nth-child(2) {
  margin: 0 auto 0 46px;
}

.products__info-status {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  color: #0d727e;
  transition: all 0.3s linear;
  text-decoration: none;
}

.products__info-price {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2333333333;
  display: flex;
  align-items: center;
  color: #176975;
  align-items: baseline;
  margin: 30px 0;
}
.products__info-price span {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2222222222;
  color: #76737d;
  margin-left: 30px;
}

.products__info-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.products__info-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 260px;
  min-height: 60px;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #0d727e;
  border-radius: 10px;
  transition: all 0.3s linear;
  position: relative;
  border: 0;
}
.products__info-btn:last-child {
  margin-right: 0;
}
.products__info-btn svg {
  margin-right: 10px;
  fill: white;
}
.products__info-btn:hover, .products__info-btn:focus {
  background: #77c9cc;
}

.products__info-btn--blue {
  background: #77c9cc;
}
.products__info-btn--blue:hover, .products__info-btn--blue:focus {
  background: #0d727e;
}

.characteristics {
  padding-bottom: 14px;
}

.characteristics-body {
  border-bottom: 1px solid #e7e6e6;
  margin-bottom: 20px;
}
.characteristics-body:last-child {
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}

.characteristics-list {
  padding: 0 20px;
}

.characteristics-list-wrap {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.characteristics-list-wrap:not(:last-child) {
  border-bottom: 1px solid #e7e6e6;
}

.characteristics-list-dt {
  font-size: 14px;
  line-height: 1.2142857143;
  color: #76737d;
}

.characteristics-list-dd {
  font-size: 14px;
  line-height: 1.2142857143;
  text-align: right;
  color: #1e1e1e;
  max-width: 302px;
}

.other-forms {
  padding-bottom: 14px;
}

.other-forms__body {
  padding: 20px;
  border-bottom: 1px solid #e7e6e6;
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-card-wide {
  display: flex;
  gap: 15px;
  padding: 15px;
  border: 1px solid #e7e6e6;
  border-radius: 10px;
}

.product-card-wide__info {
  flex-grow: 1;
}

.product-card-wide__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #1e1e1e;
  margin-bottom: 15px;
}

.product-card-wide__info-body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.product-card-wide__form {
  font-size: 14px;
  line-height: 1.1666666667;
  color: #76737d;
}

.product-card-wide__form-value {
  display: block;
  color: #1e1e1e;
}

.product-card-wide__price {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2222222222;
  margin: 0 15px 0 auto;
  color: #0d727e;
}

.product-card-wide__button {
  cursor: pointer;
  background-color: #0d727e;
  color: white;
  border-radius: 10px;
  padding: 8px 24px;
  border: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.25;
  text-transform: uppercase;
  transition: background-color 0.3s linear;
}
.product-card-wide__button:hover, .product-card-wide__button:focus {
  background-color: #77c9cc;
}

.delivery-and-payment {
  padding: 20px 30px 30px;
}

.delivery {
  margin-bottom: 20px;
}

.delivery__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2222222222;
  color: #1e1e1e;
  margin-bottom: 15px;
}

.delivery__list {
  padding-bottom: 25px;
  border-bottom: 1px solid #e7e6e6;
}

.delivery__list-wrap {
  display: flex;
  justify-content: space-between;
}
.delivery__list-wrap:not(:last-child) {
  margin-bottom: 10px;
}

.delivery__list-dt {
  font-size: 14px;
  line-height: 1.2142857143;
  color: #76737d;
}

.delivery__list-dd {
  font-size: 14px;
  line-height: 1.2142857143;
  color: #0d727e;
}

.delivery__list-dd--black {
  color: #1e1e1e;
}

.payment__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2222222222;
  color: #1e1e1e;
  margin-bottom: 15px;
}

.payment__list-wrap {
  display: flex;
  justify-content: space-between;
}
.payment__list-wrap:not(:last-child) {
  margin-bottom: 10px;
}

.payment__list-dt {
  font-size: 14px;
  line-height: 1.2142857143;
  color: #76737d;
}

.payment__list-dd {
  font-size: 14px;
  line-height: 1.2142857143;
  color: #0d727e;
}

.show-mobile {
  display: none;
}
@media (max-width: 767px) {
  .show-mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .show-desktop {
    display: none;
  }
}

@media (max-width: 1210px) {
  .header__bottom {
    display: none;
  }
}

.header__top-nav {
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1210px) {
  .header__top-nav {
    display: none;
  }
}

@media screen and (max-width: 1210px) {
  .top-panel.panel-hidden {
    opacity: 1;
    top: 0;
    transform: none;
    pointer-events: auto;
  }
}
@media screen and (max-width: 1210px) {
  .top-panel__container {
    padding: 8px 20px;
    display: grid;
    grid-template-areas: "logo search catalog headerMenu";
  }
}
@media screen and (max-width: 991px) {
  .top-panel__container {
    grid-template-areas: "logo logo logo logo" "search search catalog headerMenu";
  }
}
@media screen and (max-width: 767px) {
  .top-panel__container {
    grid-template-areas: "logo logo logo logo" "search search search search" "catalog catalog headerMenu headerMenu";
  }
}
.top-panel__logo {
  grid-area: logo;
}
@media screen and (max-width: 1210px) {
  .top-panel__logo {
    min-width: 167px;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
  }
}
.top-panel .catalog-menu {
  grid-area: catalog;
}
.top-panel .top-panel-searchbar {
  grid-area: search;
}
@media screen and (max-width: 1210px) {
  .top-panel .top-panel-searchbar {
    width: auto;
  }
}
.top-panel .phone-menu {
  grid-area: phone;
}
@media screen and (max-width: 1210px) {
  .top-panel .phone-menu {
    display: none;
  }
}
.top-panel .header__menu {
  grid-area: headerMenu;
}
@media screen and (max-width: 767px) {
  .top-panel .header__menu {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .banner-section {
    padding-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .banner-section {
    padding-top: 125px;
  }
}

@media screen and (max-width: 767px) {
  .banner-swiper .swiper-slide {
    border-radius: 15px;
  }
}

@media screen and (max-width: 1210px) {
  .main {
    padding-top: 75px;
  }
}

@media screen and (max-width: 1210px) {
  .special-offers__cards-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
    grid-auto-rows: auto;
  }
}
@media screen and (max-width: 567px) {
  .special-offers__cards-list {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    grid-auto-rows: auto;
  }
}
@media screen and (max-width: 1210px) {
  .special-offers-card {
    width: 100%;
  }
}
@media screen and (max-width: 1210px) {
  .special-offers-card .special-offers-card__buttons {
    height: 48px;
    margin-top: 15px;
  }
}

.bestsellers .swiper-slide {
  border: none;
}
.bestsellers-body {
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .bestsellers-body {
    margin-right: -20px;
  }
}

.bestsellers-body__link:hover {
  transform: none;
  box-shadow: none;
}

@media screen and (max-width: 1210px) {
  .brands-list-container {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.footer__social-title {
  display: none;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 1210px) {
  .footer__social-title {
    display: block;
  }
}
.footer__social-sub-title {
  display: none;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}
@media screen and (max-width: 1210px) {
  .footer__social-sub-title {
    display: block;
  }
}
@media screen and (max-width: 1210px) {
  .footer__first-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 1210px) {
  .footer__info-title {
    display: none;
  }
}
@media screen and (max-width: 1210px) {
  .footer__info .footer__info-list-item {
    text-align: center;
  }
}
@media screen and (max-width: 1210px) {
  .footer__second-block {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
  }
}

.catalog-menu .catalog-menu__button {
  display: flex;
  align-items: center;
  line-height: normal;
}
@media screen and (max-width: 567px) {
  .catalog-menu .catalog-menu__button {
    width: 175px;
    padding: 12px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .hide {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hide-gap {
    gap: 0;
  }
}

@media screen and (max-width: 1210px) {
  .product {
    padding-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .product {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .product {
    padding-top: 125px;
  }
}

@media screen and (max-width: 1210px) {
  .everything-about-product.tab-body {
    flex-direction: column;
  }
}
@media screen and (max-width: 1210px) {
  .everything-about-product .product-gallery {
    width: 100%;
  }
}
@media screen and (max-width: 1210px) {
  .everything-about-product .product-info {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .product-gallery__slider {
    flex-direction: column-reverse;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .info-slider {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-start;
    max-width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .info-slider__thumbs {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .info-slider__thumbs-slide {
    border: none;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .info-slider__thumbs-slider {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .info-slider_thumbs {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .info-slider_thumbs-buttons {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .info-slider__big-image-thumb {
    border: none;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.product {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .product .tabs-product {
    border-radius: 0;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .product .tabs-bar {
    border-top: 1px solid #e7e6e6;
    padding: 0 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .product .tabs-bar__list {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product .tabs-content {
    margin-top: 20px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .products__info-title {
    font-size: 24px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 767px) {
  .products__info-descr {
    gap: 16px;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .products__info-price {
    margin: 16px 0;
  }
}
.products__info-price span {
  text-decoration: line-through;
}
.products__info-btn {
  font-size: 14px;
  min-height: 44px;
}

@media screen and (max-width: 767px) {
  .characteristics-list {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .catalog__accordion-title {
    font-size: 14px;
    padding: 0;
    color: #0D727E;
  }
}

@media screen and (max-width: 767px) {
  .product__accordion .dropdownlink {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .tabs-product .tabs-bar__link {
    padding-bottom: 3px;
    margin-bottom: 10px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .tabs-product .tabs-bar__link:before {
    height: 2px;
  }
}

.offers {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .delivery-and-payment {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .other-forms__body {
    padding: 0 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .product-card-wide {
    border: none;
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .product-card-wide__info-body {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .product-card-wide__form {
    width: 50%;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-card-wide__price {
    width: 50%;
    margin-left: auto;
    margin-right: 0;
    text-align: end;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-card-wide__button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .product-card-wide__button svg {
    fill: #ffffff;
  }
}

@media screen and (max-width: 991px) {
  .product-card {
    height: 100%;
  }
}
.product-card__title {
  height: 40px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .product-card__buttons {
    height: 45px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .instruction__content {
    padding: 0;
    border: none;
    width: 100%;
    overflow-x: auto;
  }
}
.instruction__content-list {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .instruction__content-list {
    width: 100%;
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .instruction__content-list-item {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .offers__title {
    font-size: 24px;
  }
}

.show-more-btn {
  font-weight: 700;
  text-decoration: underline;
  color: #76737D;
  font-size: 16px;
  cursor: pointer;
}
.show-more-btn:hover {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  section.catalog {
    padding-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  section.catalog {
    padding-top: 120px;
  }
}

@media screen and (max-width: 991px) {
  .catalog__cards-item {
    max-height: 100%;
  }
}

.filter {
  font-family: Arial, sans-serif;
  max-width: 200px;
  margin: 0 auto;
  position: fixed;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.filter .close-btn {
  width: 18px;
  height: 18px;
  display: none;
  background: url("./../images/i_close.svg") no-repeat center center;
}
@media (max-width: 991px) {
  .filter .close-btn {
    display: block;
  }
}
.filter.showMobile {
  opacity: 1;
  width: 100%;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #ffffff;
  z-index: 10000;
  padding: 40px 32px;
  overflow: auto;
}
.filter.showMobile.filterView .sort-box {
  display: none;
}
.filter.showMobile.sortView .filter-section .filter-item-title {
  font-size: 16px;
  margin-bottom: 12px;
}
.filter.showMobile.sortView .filter-box {
  display: none;
}
.filter .filter-section {
  margin-bottom: 20px;
}
.filter .filter-section.border-bottom {
  border-bottom: 2px solid #CBCBCB;
}
@media (max-width: 767px) {
  .filter .filter-section.border-bottom {
    border-bottom: none;
  }
}
.filter .filter-section .filter-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter .filter-section .filter-title.filter-item-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.filter .filter-item {
  margin-bottom: 24px;
  border-bottom: 1px solid #CBCBCB;
}
.filter .filter-item .filter-item-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  cursor: pointer;
  position: relative;
}
.filter .filter-item .filter-item-title:after {
  content: "";
  position: absolute;
  right: 6px;
  width: 9px;
  height: 20px;
  transition: transform 0.3s;
  background: url("./../images/i_arrow.svg") no-repeat center center;
  animation: none;
}
.filter .filter-item .filter-item-title.active:after {
  transform: rotate(180deg);
}
.filter .filter-item .filter-options {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s, opacity 0.3s;
  opacity: 0;
}
.filter .filter-item .filter-options .input {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 15px;
}
.filter .filter-item .filter-options .input:last-child {
  margin-bottom: 24px;
}
.filter .filter-item .filter-options.active {
  opacity: 1;
}
.filter .filter-actions .button {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  gap: 10px;
  align-items: center;
  border: none;
  height: 45px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2142857143;
  text-transform: uppercase;
  color: #ffffff;
  transition: background-color 0.3s linear;
}
.filter .filter-actions .button.apply-btn {
  background: #0D727E;
}
.filter .filter-actions .button.apply-btn:hover {
  background: #77C9CC;
}
.filter .filter-actions .button.reset-btn {
  background: #77C9CC;
}
.filter .filter-actions .button.reset-btn:hover {
  background: #0D727E;
}
.mobile-action-btn {
  display: none;
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
  gap: 30px;
}
@media (max-width: 991px) {
  .mobile-action-btn {
    display: flex;
  }
}
.mobile-action-btn .mobile-btn {
  display: flex;
  align-items: center;
}
.mobile-action-btn .mobile-btn__label {
  font-size: 16px;
  font-weight: bold;
  color: #0D727E;
}
.mobile-action-btn .mobile-btn__icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.mobile-action-btn .mobile-btn .sort-icon {
  height: 24px;
  width: 24px;
  background: url("./../images/i_sort.svg") no-repeat center center;
}
.mobile-action-btn .mobile-btn .filter-icon {
  height: 24px;
  width: 24px;
  background: url("./../images/i_filter.svg") no-repeat center center;
}
.mobile-action-btn .mobile-btn:hover {
  cursor: pointer;
}

/* range slider styles */
.range-slider {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.range-slider.dragging {
  cursor: ew-resize;
}
.range-slider > input {
  width: calc(50% - 22px);
  border: 0.5px solid #acacac;
  height: 50px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  border-radius: 10px;
  color: #000000;
  opacity: 1;
}

.range {
  margin-top: 16px;
  margin-bottom: 24px;
  width: 100%;
  display: grid;
  position: relative;
  z-index: 5;
}
.range input {
  grid-row: 2;
  grid-column: 1;
  pointer-events: none;
  appearance: none;
  background: transparent;
}
.range input::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  background: url("./../images/i_thumb.svg") no-repeat center center;
  background-size: cover;
  pointer-events: auto;
  -webkit-appearance: none;
  position: relative;
  cursor: pointer;
}

.slider {
  position: absolute;
  height: 4px;
  width: 100%;
  background: #d2d6df;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  overflow: hidden;
  z-index: -1;
}

.progress {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 5px;
  background: #0D727E;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.range-field .errorText {
  display: none;
}
.range-field__range {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.range-field__range > input {
  width: 50%;
  border: 0.5px solid #acacac;
  height: 50px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  border-radius: 0;
}
.range-field__range > input:nth-of-type(2) {
  border-left: none;
}
.range-field.error .range-field__range > input {
  border-color: var(--colorRed);
}
@media (max-width: 767px) {
  .range-field.error .errorText {
    padding-top: 2px;
    display: block;
    font-size: 12px;
    color: var(--colorRed);
  }
}

.apply-btn.invalid {
  filter: grayscale(1);
  opacity: 0.6;
  pointer-events: none;
}

.input {
  width: 100%;
  position: relative;
}
.input p.error {
  position: absolute;
  bottom: -19px;
  left: 0;
  color: var(--colorRed);
}
@media (max-width: 767px) {
  .input p.error {
    font-size: 14px;
  }
}
.input.checkbox {
  display: flex;
  align-items: center;
}
.input.checkbox input {
  display: none;
  position: relative;
}
.input.checkbox input:checked + label > .icon {
  background-color: #0D727E;
}
.input.checkbox input:checked + label > .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 11px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMy41TDYuMjY0NjcgMTAuMjAwNUM2LjM4NDYgMTAuMzUzMSA2LjYxNTc0IDEwLjM1MzQgNi43MzYwMyAxMC4yMDFMMTQgMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=");
}
.input.checkbox label {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 25px;
  min-height: 20px;
}
@media (max-width: 767px) {
  .input.checkbox label {
    font-size: 14px;
  }
}
.input.checkbox label:hover {
  cursor: pointer;
}
.input.checkbox label .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #1B3346;
  border-radius: 5px;
  background-color: #fff;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.input.checkbox.blue input:checked + label > .icon::after {
  width: 13px;
  height: 10px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMy4xMDUyNkw1LjQxODk0IDguNzAyNDdDNS41Mzg4OCA4Ljg1NDM4IDUuNzY5MTUgOC44NTQ2NSA1Ljg4OTQ0IDguNzAzMDFMMTIgMSIgc3Ryb2tlPSIjOTNDOEYzIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
}
.input.checkbox.blue label .icon {
  width: 17px;
  height: 17px;
  border-color: var(--colorLightBlue);
}
.input.radio {
  display: flex;
  align-items: center;
}
.input.radio input {
  display: none;
  position: relative;
}
.input.radio input:checked + label > .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1b3346;
}
.input.radio label {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 25px;
  min-height: 20px;
}
@media (max-width: 767px) {
  .input.radio label {
    font-size: 14px;
  }
}
.input.radio label:hover {
  cursor: pointer;
}
.input.radio label .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #1b3346;
  background-color: #fff;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.input.default {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.input.default label {
  font-size: 15px;
  color: var(--colorDarkBlue);
  margin-bottom: 5px;
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .input.default label {
    font-size: 16px;
  }
}
.input.default input {
  border: 1px solid var(--colorLightBlue);
  padding: 11px;
  border-radius: 4px;
  color: var(--colorDarkBlue);
  font-size: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .input.default input {
    font-size: 14px;
  }
}
.input.default input::placeholder {
  color: var(--colorDarkBlue);
  opacity: 0.5;
}
@media (max-width: 767px) {
  .input.default input::placeholder {
    font-size: 14px;
  }
}
.input.default input:active, .input.default input:focus {
  border: 1px solid var(--colorBlue);
}
.input.default input.error {
  border-color: var(--colorRed);
}
@media (max-width: 767px) {
  .input.default input.error {
    font-size: 14px;
  }
}
.input.password input {
  z-index: 5;
}

@media (max-width: 991px) {
  .catalog__filtrs {
    display: none;
  }
}
@media (max-width: 991px) {
  .catalog__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .catalog__content {
    grid-column-start: 1;
  }
}
.catalog__content-list {
  width: 100%;
}
@media (max-width: 991px) {
  .catalog__asides {
    display: none;
  }
}
@media (max-width: 1200px) {
  .catalog__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .catalog__cards {
    grid-column-start: 1;
  }
}
@media (max-width: 915px) {
  .catalog__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .catalog__cards {
    /*grid-template-columns: repeat(1, 1fr);*/
  }
}
@media (max-width: 1200px) {
  .catalog__card {
    width: 100%;
    max-width: 100%;
  }
}

.busket {
  grid-template-columns: 0 100% 0 !important;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 991px) {
  .busket {
    padding-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .busket {
    padding-top: 125px;
  }
}
.busket .content__busket__breadcrumb {
  margin-bottom: 10px;
}
.busket .content__busket__breadcrumb ul li {
  display: inline-flex;
  align-items: center;
}
.busket__list {
  padding: 0 20px !important;
}
.busket__list-item:not(:last-child) {
  border-bottom: 1px solid #CBCBCB;
}
.busket__list-item:not(:first-child) {
  margin: 0 !important;
}
.busket__list-item .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #CBCBCB;
}
.busket__list-item .item .product-wrapper {
  grid-area: product-wrapper;
}
.busket__list-item .item .value {
  grid-area: value;
}
@media screen and (max-width: 767px) {
  .busket__list-item .item .value {
    width: 100% !important;
  }
}
.busket__list-item .item .quantitu {
  grid-area: quantitu;
  max-width: 85px;
}
.busket__list-item .item .price {
  grid-area: price;
}
.busket__list-item .item .deleteItem {
  grid-area: deleteItem;
}
.busket__list-item .item:last-child {
  border-bottom: none;
}
.busket__list-item .item .item-img {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .busket__list-item .item {
    display: grid !important;
    grid-template-areas: "product-wrapper value value value value" "quantitu price price price deleteItem" !important;
  }
}
@media screen and (max-width: 567px) {
  .busket__list-item .item {
    display: grid !important;
    grid-template-areas: "product-wrapper product-wrapper product-wrapper product-wrapper product-wrapper" "value value value value value" "quantitu quantitu quantitu quantitu quantitu" "price price price deleteItem deleteItem" !important;
  }
}
.busket .container {
  padding: 0 !important;
  grid-template-areas: "breadcrumb breadcrumb" "busket busket" "order order" !important;
}
.busket .container .content__busket {
  margin-right: 0 !important;
}
.busket .content {
  display: flex;
  flex-direction: column;
}
.busket .content__howToMakeOrder {
  flex-direction: row !important;
  gap: 10px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .busket .content__howToMakeOrder {
    flex-direction: column !important;
  }
}
.busket .content__howToMakeOrder div {
  height: auto !important;
  margin: 0 !important;
}
.busket .content__howToMakeOrder-item {
  width: 100%;
  padding: 20px 15px;
}
.busket .content__howToMakeOrder-item .info, .busket .content__howToMakeOrder-item .learnMore, .busket .content__howToMakeOrder-item .icons {
  margin: 0 !important;
}
.busket .content__howToMakeOrder-item .icons {
  justify-content: start !important;
  align-items: center !important;
  width: auto !important;
  margin-right: 20px !important;
}
.busket .content__howToMakeOrder-item .icons i {
  margin: 0 !important;
}
@media screen and (max-width: 991px) {
  .busket .content__howToMakeOrder-item .icons {
    margin: 0 auto 10px !important;
  }
}
.busket .content__howToMakeOrder-item .info {
  max-width: calc(60% - 20px);
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .busket .content__howToMakeOrder-item .info {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.busket .content__howToMakeOrder-item .info__text {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 991px) {
  .busket .content__howToMakeOrder-item .info__text p {
    width: 100%;
    text-align: center;
  }
}
.busket .content__howToMakeOrder-item .info__text .bold {
  font-weight: 700;
}
.busket .content__howToMakeOrder-item .info__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  padding: 10px;
  border: 1px solid #00929e;
  border-radius: 5px;
  color: #00929e;
  font-size: 15px;
  transition: all 0.3s ease;
}
.busket .content__howToMakeOrder-item .info__btn:hover {
  background: #00929e;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}
.busket .content__busket h5 {
  margin-bottom: 15px;
}
.busket .costumerInfo {
  max-width: 500px;
}
.busket .costumerInfo p {
  width: 100% !important;
}
.busket .costumerInfo p input {
  width: 100% !important;
}
.busket .costumerInfo textarea {
  width: 100% !important;
}
.busket .total {
  justify-content: flex-end;
}
.busket .total h6, .busket .total p {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 567px) {
  .busket .total .clear_button {
    max-width: 90px;
  }
}
@media screen and (max-width: 567px) {
  .busket .total .clear_button a {
    text-align: center;
  }
}
@media screen and (max-width: 567px) {
  .busket .total h6 {
    font-size: 17px !important;
  }
}
@media screen and (max-width: 567px) {
  .busket .total p {
    margin-left: 20px !important;
  }
}
.busket .clear_button {
  display: inline-flex;
  align-items: center;
  margin-right: auto;
}
.busket .clear_button a {
  padding: 10px;
  border: 1px solid #00929e;
  border-radius: 5px;
  color: #00929e;
  font-size: 15px;
  transition: all 0.3s ease;
}
.busket .clear_button a:hover {
  background: #00929e;
  color: #fff;
  transition: all 0.3s ease;
}

@media (max-width: 700px) {
  .catalog__cards {
    gap: 8px;
  }
}

@media (max-width: 700px) {
  .product-card {
    padding: 15px;
  }
  .product-card:hover .product-card__buttons {
    height: 31px;
  }
  .product-card .product-card__image {
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 8px;
  }
  .product-card .product-card__title {
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 8px;
    height: 12px;
  }
  .product-card .product-card__producer {
    font-size: 10px;
    margin-bottom: 8px;
  }
  .product-card .product-card__price {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .product-card .product-card__status {
    font-size: 10px;
    font-weight: 700;
  }
  .product-card .product-card__buttons {
    height: 31px;
  }
  .product-card .product-card__like-button {
    width: 31px;
    height: 31px;
  }
  .product-card .product-card__cart-button {
    height: 31px;
    font-size: 9px;
    width: 100%;
  }
  .product-card .discount-label {
    width: 40px;
    height: 40px;
  }
  .product-card .discount-label__value {
    font-size: 13px;
  }
}

.catalog__paginator-button {
  align-items: center;
}
@media (max-width: 700px) {
  .catalog__paginator-button {
    padding: 9px 12px;
    font-size: 12px;
  }

  #customModal, body #thanksComentary {
    margin: 0 auto;
    width: auto;
    padding: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    background: #fff;
    border-radius: 5px;
  }
}


@media screen and (max-width: 576px) {
  .top-panel__container {
    padding: 8px 15px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 567px) {
  .special-offers__cards-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
    grid-auto-rows: auto;
    gap: 8px;
  }
}
@media screen and (max-width: 567px) {
  .special-offers-card {
    padding: 15px;
  }
}
@media screen and (max-width: 567px) {
  .special-offers-card .special-offers-card__buttons {
    height: 31px;
  }
}
@media screen and (max-width: 567px) {
  .special-offers-card .special-offers-card__title {
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 567px) {
  .special-offers-card .special-offers-card__producer {
    font-size: 10px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 567px) {
  .special-offers-card .special-offers-card__price {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 567px) {
  .special-offers-card .special-offers-card__status {
    font-size: 10px;
    font-weight: 700;
  }
}
@media screen and (max-width: 567px) {
  .special-offers-card .special-offers-card__like-button {
    min-width: 31px;
    min-height: 31px;
    width: 31px;
    height: 31px;
  }
}
@media screen and (max-width: 567px) {
  .special-offers-card .special-offers-card__cart-button {
    font-size: 9px;
    height: 31px;
  }
}
@media screen and (max-width: 567px) {
  .special-offers-card:hover .special-offers-card__buttons {
    height: 31px;
  }
}
@media screen and (max-width: 567px) {
  .special-offers .special-offers-card__image-thumb {
    width: 100%;
    height: 100%;
    max-width: 100px;
  }
}


@media screen and (max-width: 767px) {
  .busket {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .product-card form:last-child {
    width: 100%;
  }

  .busket__list-item{
    position: relative;
  }

  body .busket .container .content__busket ul li div .delete{
    position: absolute;
    right: 0px;
    top: 20px;
  }

  .top-panel-searchbar__input{
    color: #000000;
    opacity: 1; /* Safari */
  }

  /* універсально для різних рушіїв */
  .top-panel-searchbar__input::placeholder,
  input::placeholder {
    color: #000000;
    opacity: 1; /* Safari */
  }

  /* для старих вебкiт-браузерів */
  .top-panel-searchbar__input::-webkit-input-placeholder,
  input::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
  }

  /* для Firefox */
  .top-panel-searchbar__input::-moz-placeholder,
  input::-moz-placeholder {
    color: #000;
    opacity: 1;
  }
  .top-panel-searchbar__input:-moz-placeholder,
  input:-moz-placeholder {
    color: #000;
    opacity: 1;
  }

  /* для IE/Edge старих */
  .top-panel-searchbar__input:-ms-input-placeholder,
  input:-ms-input-placeholder {
    color: #000;
  }

  .instruction__content{
    /*display: none;*/
    overflow-y: hidden;
  }
}

@media screen and (max-width: 567px) {
.product-card__like-button{
    min-width: 31px;
    min-height: 31px;
    width: 31px;
    height: 31px;
  }
  .product-card__cart-button{
    min-height: 31px;
    height: 31px;
    width: 100%;
  }
  .product-card__cart-button {
    font-size: 9px;
  }
  .special-offers-card .special-offers-card__image-thumb img{
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .banner-section {
    padding-top: 125px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 767px) {
  .banner-swiper {
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .banner-swiper .swiper-pagination {
    bottom: -35px;
  }
}
.banner-swiper .swiper-pagination-bullet {
  border-radius: 50%;
}


@media (max-width: 700px) {
  .catalog__cards {
    gap: 8px;
  }
}

@media (max-width: 700px) {
  .product-card {
    padding: 15px;
  }
  .product-card:hover .product-card__buttons {
    height: 31px;
  }
  .product-card .product-card__image {
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 8px;
  }
  .product-card .product-card__title {
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 8px;
    height: 12px;
  }
  .product-card .product-card__producer {
    font-size: 10px;
    margin-bottom: 8px;
  }
  .product-card .product-card__price {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .product-card .product-card__status {
    font-size: 10px;
    font-weight: 700;
  }
  .product-card .product-card__buttons {
    height: 31px;
  }
  .product-card .product-card__like-button {
    width: 31px;
    height: 31px;
  }
  .product-card .product-card__cart-button {
    height: 31px;
    font-size: 9px;
    width: calc(100% - 39px);
  }
  .product-card .discount-label {
    width: 40px;
    height: 40px;
  }
  .product-card .discount-label__value {
    font-size: 13px;
  }
}

.catalog__paginator-button {
  align-items: center;
}
@media (max-width: 700px) {
  .catalog__paginator-button {
    padding: 9px 12px;
    font-size: 12px;
  }
  .special-offers-card .special-offers-card__image-thumb{
     width: 100px;
     height: 100px;
     margin: 0 auto;
     margin-bottom: 12px;
  }
}
#customModal {
  max-width: 93%;
}
#customModal .button-custom:not(:last-child) {
  margin-bottom: 10px;
}

.accordionItem {
  background: #fff;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.accordionItem__title {
  padding: 10px 20px 10px 30px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.4s;
  position: relative;
}
.accordionItem__title::after {
  content: "";
  position: absolute;
  left: 10px;
  width: 9px;
  height: 20px;
  transition: transform 0.4s;
  background: url("./../images/i_arrow.svg") no-repeat center center;
  animation: none;
}
.accordionItem__title:hover {
  background-color: #f8f8f8;
}
.accordionItem__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s;
  padding: 0 20px;
}
.accordionItem__content p:first-child, .accordionItem__content ul:first-child, .accordionItem__content span:first-child, .accordionItem__content div:first-child, .accordionItem__content h1:first-child, .accordionItem__content h2:first-child, .accordionItem__content h3:first-child, .accordionItem__content h4:first-child, .accordionItem__content h5:first-child, .accordionItem__content h6:first-child {
  padding-top: 20px;
}
.accordionItem__content p:last-child, .accordionItem__content ul:last-child, .accordionItem__content span:last-child, .accordionItem__content div:last-child, .accordionItem__content h1:last-child, .accordionItem__content h2:last-child, .accordionItem__content h3:last-child, .accordionItem__content h4:last-child, .accordionItem__content h5:last-child, .accordionItem__content h6:last-child {
  padding-bottom: 20px;
}
.accordionItem.active .accordionItem__title {
  background-color: #f8f8f8;
}
.accordionItem.active .accordionItem__title::after {
  transform: rotate(180deg);
}
.accordionItem.active .accordionItem__content {
  transition: all 0.4s;
}

.instruction__body-subtitle {
  font-size: 18px;
  color: #333;
  line-height: normal;
}

.product-card a picture{
  min-height: 180px;
}