@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- */
}
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;
}

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__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 #CC7777;
    border-radius: 10px;
    padding: 15px 17px;
    color: #CC7777;
    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: #CC7777;
}

.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: #CC7777;
    text-align: center;
    text-decoration: none;
    border: 2px solid #CC7777;
    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: #CC7777;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.2s linear;
}
.pagination > ul > li > span.current {
    background-color: #CC7777;
    color: white;
}
.pagination > ul > li > span.prev svg, .pagination > ul > li > span.next svg {
    fill: white;
}

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

.catalog__paginator-arrow {
    fill: #CC7777;
}

.header {
    margin-bottom: 30px;
}

.header__bottom {
    background-color: #CC7777;
}

.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: #75171a;
    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;
}

.tabs {
    border: 1px solid #e7e6e6;
    border-radius: 10px;
}

.tabs-bar {
    padding: 0 30px;
    border-bottom: 1px solid #e7e6e6;
}

.tabs-bar__list {
    display: flex;
    gap: 30px;
}

.tabs-bar__link {
    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-bar__link::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: background-color 0.3s linear;
}
.tabs-bar__link.current {
    color: #0d727e;
}
.tabs-bar__link.current::before {
    background-color: #0d727e;
}
.tabs-bar__link:hover, .tabs-bar__link:focus {
    color: #0d727e;
}
.tabs-bar__link:hover::before, .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: #75171a;
    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: #cc7777;
    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;
    max-height: 180px;
}

.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: #75171a;
    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: #CC7777;
    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: #CC7777;
}
.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: #CC7777;
    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: #75171a;
    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: #CC7777 !important;
}
.slim-select.ss-content .ss-list .ss-option.ss-selected {
    background-color: #CC7777 !important;
    color: #0d727e !important;
    padding: 10px;
}

.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: #75171a;
    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: #75171a;
    border: 1px solid #75171a;
}
.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: #75171a;
    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: #75171a;
    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: #75171a;
    cursor: pointer;
    border-radius: 50%;
    pointer-events: auto;
}

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

.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: #CC7777;
    border-radius: 10px;
}
.offers-slider__button::after {
    content: "";
}
.offers-slider__button .swiper-button__icon {
    fill: white;
}

.product {
    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: #75171a;
    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: #CC7777;
}

.products__info-btn--blue {
    background: #CC7777;
}
.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: #CC7777;
}

.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 */