.form-policy {
display: flex;
flex-direction: column;
gap: 18px;
width: 100%;
}
.form-policy > div {
display: block;
}
.form-policy .custom-checkbox {
display: flex!important;
align-items: flex-start!important;
gap: 12px!important;
cursor: pointer!important;
margin: 0!important;
position: relative!important;
text-align: left!important;
} .form-policy .custom-checkbox > input[type="checkbox"] {
position: absolute;
left: 0;
top: 2px;
width: 16px;
height: 16px;
margin: 0;
opacity: 0;
z-index: 2;
cursor: pointer;
} .form-policy .custom-checkbox .wpcf7-form-control-wrap {
position: absolute;
left: 0;
top: 2px;
width: 16px;
height: 16px;
margin: 0;
opacity: 0;
z-index: 2;
pointer-events: none;
}
.form-policy .custom-checkbox .wpcf7-form-control-wrap input[type="checkbox"] {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
margin: 0;
opacity: 0;
cursor: pointer;
pointer-events: auto;
}
.form-policy .checkmark {
width: 16px;
height: 16px;
position: relative;
flex-shrink: 0;
border-width: 1px;
border-style: solid;
border-color: var(--color-text, rgb(0, 0, 0));
margin-top: 2px;
}
.form-policy .checkmark::after {
content: "";
position: absolute;
left: 4px;
top: 1px;
width: 4px;
height: 9px;
transform: rotate(45deg);
opacity: 0;
border-right: 1px solid var(--color-text, rgb(0, 0, 0));
border-bottom: 1px solid var(--color-text, rgb(0, 0, 0));
}
.form-policy .custom-checkbox:has(input:checked) .checkmark::after {
opacity: 1;
}
.custom-checkbox .checkbox-text {
flex: 1;
min-width: 0;
margin: 0;
font-weight: 400;
font-size: 14px;
line-height: 1.4;
color: var(--color-placeholder, #515150);
}
.custom-checkbox .checkbox-text a {
color: inherit;
text-decoration: underline;
transition: color 0.2s ease;
}
.custom-checkbox .checkbox-text a:hover {
color: var(--color-hover, #A4A4A4);
}
.custom-checkbox:hover .checkmark {
border-color: var(--color-hover, #A4A4A4);
}
.category-description h2, h3, h4, h5, h6 {
margin: 0;
}
.catalog-filter {
--font-family: "Montserrat", system-ui, -apple-system, sans-serif;
--ch: var(--color-text, #262626);
font-family: var(--font-family);
margin-bottom: 24px;
}
.catalog-filter__content {
position: relative;
overflow: hidden;
transition: max-height 0.3s ease;
}
.catalog-filter__content.is-collapsed::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 50%;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
pointer-events: none;
}
.catalog-filter__row {
margin-bottom: 12px;
line-height: 1.43;
}
.catalog-filter__row:last-child {
margin-bottom: 0;
}
.catalog-filter__title {
display: inline;
font-family: var(--font-family);
font-weight: 600;
font-size: 15px;
line-height: 133%;
color: #1c1c1c;
margin-right: 8px;
}
.catalog-filter__list {
display: inline;
}
.catalog-filter .catalog-filter__link {
display: inline;
font-family: var(--font-family);
font-weight: 400;
font-size: 14px;
line-height: 143%;
color: var(--ch);
text-decoration: none;
text-decoration-color: transparent;
border: 0;
border-bottom: 1px dashed #8f8f8f;
border-radius: 2px;
padding: 0 2px;
margin: 0;
width: auto;
height: auto;
background: transparent;
transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.catalog-filter .catalog-filter__link--text {
cursor: default;
}
.catalog-filter__sep {
display: inline;
font-family: var(--font-family);
font-weight: 400;
font-size: 15px;
line-height: 133%;
color: #a4a4a4;
margin: 0 6px;
user-select: none;
}
.catalog-filter a.catalog-filter__link:hover,
.catalog-filter a.catalog-filter__link:focus,
.catalog-filter a.catalog-filter__link.is-active {
background: #fecd4d;
border-bottom-color: #fecd4d;
color: var(--ch);
text-decoration: none;
}
.catalog-filter__footer {
display: flex;
justify-content: flex-start;
margin-top: 16px;
}
.catalog-filter button.catalog-filter__more {
appearance: none;
-webkit-appearance: none;
display: inline-flex;
align-items: center;
gap: 10px;
width: auto;
height: auto;
max-width: none;
min-height: 0;
font-family: var(--font-family);
font-weight: 600;
font-size: 15px;
line-height: 120%;
color: var(--ch);
text-decoration: none;
background: none;
background-color: transparent;
border: 0;
border-radius: 0;
padding: 0;
margin: 0;
box-shadow: none;
cursor: pointer;
transition: color 0.2s ease;
}
.catalog-filter button.catalog-filter__more:hover,
.catalog-filter button.catalog-filter__more:focus {
color: #000;
background: none;
background-color: transparent;
}
.catalog-filter button.catalog-filter__more .catalog-filter__more-icon {
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
width: 24px;
height: 23px;
background: #fecd4d;
border-radius: 4px;
transform: rotate(0);
transition: transform 0.2s ease;
}
.catalog-filter button.catalog-filter__more.is-expanded .catalog-filter__more-icon {
transform: rotate(180deg);
}
.catalog-filter__footer.is-hidden {
display: none;
}
body.term-gidravlicheskie .products .additional-links {
display: none;
}