@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: 0 48px;
  margin: 0 auto;
  max-width: 1440px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.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::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: 30px;
  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;
}/*# sourceMappingURL=styles.css.map */