/*
Theme Name: Monokom Personal
*/

header {
    background-color: rgba(168, 179, 184, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px); /* для Safari */
}
.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.nav__list {
    display: flex;
    justify-content: center;
    gap: 45px;
}
.btn {
    padding: 8px 15px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.btn--outline {
    border: 1px solid rgba(227, 6, 19, 1);
    transition: background-color .3s ease;
}
.header__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}

a.header__cart.cart {
    display: block;
    height: 36px;
}
span.btn__text {
    font-family: 'RockStar';
    font-size: 13px;
    display: block;
    line-height: 1;
}
a.header__cart.cart svg rect {
    transition: all .3s ease;
}
a.header__cart.cart:hover svg rect {
    fill: #7F8C91;
    transition: all .3s ease;
}
.btn--outline:hover {
    transition: background-color .3s ease;
    background-color: rgba(227, 6, 19, 1);
    color: #fff;
}
a.header__btn.btn.btn--outline:hover svg path {
    stroke: #fff;
}
.cart__badge {
    width: 17px;
    height: 17px;
    background-color: #020A0A;
    border-radius: 17px;
    color: #fff;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    position: absolute;
    right: -5px;
    top: -5px;
}
a.header__cart.cart {
    display: block;
    height: 36px;
    position: relative;
}
.cart--active svg rect {
    /* background-color: #ccc; */
    fill: #e30613;
}
.cart--active svg.cart__icon path {
    stroke: #fff!important;
}
.header__cart:not(.cart--active) .cart__badge {
    display: none;
}
section.hero {
    padding-top: 100px;
}
.hero__container.container {
    display: flex;
}
.hero__container.container {
    display: flex;
    height: calc(100svh - 100px);
    align-items: center;
    gap: 20px;
}
h1.hero__title {
    font-size: 44px;
    line-height: 110%;
    color: #ED1C24;
    font-weight: 800;
    margin-bottom: 12px;
}
p.hero__description {
    font-size: 16px;
    line-height: 124%;
    max-width: 554px;
    color: rgba(2, 10, 10, .4);
    margin-bottom: 44px;
}
span.hero__button-text {
    font-size: 16px;
    font-family: 'RockStar';
    font-weight: 600;
}
a.hero__button {
    padding: 12px 28px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}
.hero__actions {
    display: flex;
    justify-content: start;
    gap: 20px;
}
.hero__button--primary {
    background-color: #020A0A;
    color: #fff;
    transition: background-color .3s ease;
    border: 1px solid transparent;
}
.hero__button--primary:hover {
    background-color: rgba(237, 28, 36, 1);
    transition: background-color .3s ease;
}
.hero__button--primary:active {
    background-color: rgba(237, 28, 36, 1);
    transition: background-color .3s ease;
    border: 1px solid rgba(2, 10, 10, 1);
}

span.hero__button-icon {
    display: block;
    height: 20px;
}
.hero__button--secondary {
    background-color: rgba(168, 179, 184, .25);
    border: 1px solid rgba(168, 179, 184, 1);
    transition: background-color .3s ease;
}
.hero__button--secondary:hover {
    transition: background-color .3s ease;
    background-color: rgba(168, 179, 184, 0.5);
}
.hero__button--secondary:active {
    transition: background-color .3s ease;
    background-color: rgba(168, 179, 184, 0.5);
    border-color: rgba(237, 28, 36, 1);
}
img.hero__image {
    height: calc(100svh - 100px);
    display: block;
    position: absolute;
    right: 0;
    top: 100px;
    width: calc(49% - 10px);
    object-fit: cover;
}
.hero__content {
    width: calc(51% - 10px);
}
span.formwork__subtitle::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #ED1C24;
    border-radius: 4px;
}
span.formwork__subtitle {
    color: rgba(168, 179, 184, 1);
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
}
h2.formwork__title {
    font-size: 42px;
    line-height: 100%;
    margin: 21px 0 40px;
    color: #020A0A;
}
.formwork__grid {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}
article.formwork-card {
    background: #F2F4F5;
    width: calc(33.33% - (64px / 3));
    overflow: hidden;
}
.formwork-card__body {
    padding: 0px 26px 26px 26px;
    height: 100%;
}
h3.formwork-card__title {
    font-size: 22px;
    line-height: 130%;
    font-weight: 700;
    margin: 0;
    border-top: 1px solid #A8B3B8;
    padding-top: 16px;
    margin-bottom: 6px;
}
p.formwork-card__description {
    font-size: 16px;
    line-height: 125%;
    color: rgba(2, 10, 10, .4);
}
ul.formwork-card__features {
    font-size: 16px;
    line-height: 125%;
    color: rgba(2, 10, 10, .4);
}
.formwork-card__price {
    margin-top: 19px;
}
.formwork-card__price {
    margin-top: 19px;
    font-size: 20px;
    font-weight: 700;
    color: #ED1C24;
    position: absolute;
    bottom: 86px;
}
.formwork-card__image {
    padding-bottom: 14px;
}
span.formwork-card__button-icon {
    display: block;
    height: 24px;
}
a.formwork-card__button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 66px;
    background: #9EADB3;
    font-size: 18px;
    font-family: RockStar;
    font-weight: 600;
    gap: 8px;
    color: #fff;
    transition: all .5s ease;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.formwork-card__image,
.formwork-card__body {
    border: 1px solid transparent;
    border-bottom: none;
    transition: all .5s ease;
}
.formwork-card__body {
    border-top: none;
}
article.formwork-card:hover {
    background-color: #fff;
    transition: all .5s ease;
}
article.formwork-card:hover .formwork-card__image {
    border-color: rgba(158, 173, 179, 25);
    transition: all .5s ease;
    
}
article.formwork-card:hover .formwork-card__body {
    border-color: rgba(158, 173, 179, 25);
    border-bottom: none;
    border-top: none;
    transition: all .5s ease;
}

article.formwork-card:hover a.formwork-card__button {
    background-color: #ED1C24;
    transition: all .5s ease;
}

.formwork {
    padding-top: 78px;
}
section.wall-systems {
    padding-top: 100px;
}

.wall-systems__section-head {
    background-color: #F2F4F5;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 18px;
}
.wall-systems__section-title {
    margin: 0;
}
.wall-systems__section-icon {
    height: 51px;
}
article.system-card {
    display: flex;
    justify-content: space-between;
}
h4.system-card__title {
    margin-bottom: 8px;
}
h5.system-card__block-title {
    margin-bottom: 10px;
}
h4.system-card__title,
h4.frame-card__title {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 124%;
    font-weight: 600;
}
p.system-card__description,
p.frame-card__description {
    font-size: 16px;
    line-height: 125%;
    color: rgba(2, 10, 10, .4);
}
article.system-card {
    padding: 25px 20px;
}
h5.system-card__block-title,
span.frame-card__label {
    font-size: 14px;
    line-height: 125%;
    font-weight: 600;
    display: block;
}
p.system-card__block-text,
ul.system-card__list,
span.frame-card__value {
    font-size: 14px;
    line-height: 125%;
    color: rgba(2, 10, 10, .4);
}

li.system-card__item:not(:last-child) {
    margin-bottom: 5px;
}
.system-card__info {
    width: 444px;
}
.system-card__block {
    width: 300px;
}
ul.system-card__list {
    list-style: disc;
    padding-left: 13px;
}
.system-card--large {
    border-bottom: 1px solid #A8B3B8;
}
.wall-systems__section--panels {
    margin-bottom: 16px;
}
article.frame-card {
    display: flex;
    padding: 26px 20px;
    justify-content: space-between;
    align-items: center;
}
.frame-card__info {
    width: 444px;
}
ul.frame-card__specs {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 500px);
}
.wall-parts {
    padding-top: 80px;
}
article.wall-parts__card {
    width: calc(33.33% - (64px / 3));
}
.wall-parts__grid {
    display: flex;
    gap: 32px;
}
.wall-parts__media {
    position: relative;
}
.wall-parts__overlay {
    position: absolute;
    bottom: 0px;
    padding: 16px 24px;
    color: #fff;
    width: 100%;
}
h3.wall-parts__card-title {
    font-size: 22px;
    line-height: 124%;
    margin: 0;
    font-family: 'RockStar';
}
h4.wall-parts__item-title {
    font-size: 13.79px;
    line-height: 125%;
    margin: 0 0 8px 0;
}
.wall-parts__item {
    padding-bottom: 16px;
    border-bottom: 1px solid #A8B3B8;
    margin-bottom: 16px;
}
p.wall-parts__item-text {
    font-size: 13.79px;
    line-height: 125%;
    color: rgba(2, 10, 10, .40);
}
.wall-parts__media img {
    display: block;
}
.wall-parts__media {
    margin-bottom: 18px;
}
.wall-parts__content div:last-child {
    border: none;
}
section.formwork-prices {
    background-color: rgba(233, 236, 237, .4);
    padding: 50px 0;
}
.formwork-card__header {
    display: flex;
    gap: 14px;
    align-items: start;
}
h3.formwork-card__title2 {
    margin: 0;
    font-size: 22px;
    line-height: 124%;
    font-weight: 800;
    margin-bottom: 2px;
}
.formwork-card {
    background-color: #fff;
    padding: 32px 42px 40px;
}
.formwork-card {
    width: calc(50% - 16px);
}
p.formwork-card__description2 {
    font-size: 14px;
    color: rgba(2, 10, 10, .4);
    line-height: 125%;
}
.formwork-card__row {
    display: flex;
    justify-content: space-between;
    padding: 23px 12px;
    border-bottom: 1px solid #A8B3B8;
}
.formwork-card__row--head {
    border-color: #ED1C24;
    padding-bottom: 7px;
    font-size: 13.79px;
    font-weight: 600;
    line-height: 125%;
}
.formwork-card__cell {
    font-size: 13.79px;
    line-height: 124%;
}
.formwork-card__cell.formwork-card__cell--price {
    font-weight: 700;
}
.formwork-card__header {
    display: flex;
    gap: 14px;
    align-items: start;
    margin-bottom: 7px;
}
.formwork-prices__grid {
    display: flex;
    gap: 32px;
}
.formwork-card__row:last-child {
    border: none;
}
section.formwork-prices {
    margin-top: 100px;
}
.cta__inner {
    text-align: center;
    color: #fff;
    background-color: #ED1C24;
}

.cta__inner {
    padding: 52px 0;
}
h2.cta__title {
    font-size: 42px;
    line-height: 100%;
    margin: 0 0 18px 0;
}
a.cta__button {
    padding: 12px 28px;
    font-family: 'RockStar';
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    line-height: 114%;
    border-radius: 100px;
}
.cta__actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 21px;
}

.cta__button--primary {
    background-color: #fff;
    transform: all .3s ease;
}
span.cta__button-icon {
    height: 20px;
}
.cta__button--primary .cta__button-text {
    color: #ED1C24;
}
.cta__button--outline {
    border: 1.4px solid #fff;
    transform: all .3s ease;
}
.cta__button--outline .cta__button-text {
    color: #fff;
}
.cta__description {
    margin-bottom: 38px;
}
.cta__button--primary:hover {
    background-color: #020A0A;
    transform: all .3s ease;
}
.cta__button--primary:hover svg path {
    stroke: #fff;
}
.cta__button--primary:hover .cta__button-text {
    color: #fff;
}
a.cta__button.cta__button--outline:hover {
    background-color: #000;
    transition: all .3s ease;
    border-color: #000;
}
section.cta {
    margin-top: 100px;
}
.steps {
    margin-top: 100px;
    text-align: center;
}
.steps .steps__item::before {
    display: none;
}
h2.steps__title {
    font-size: 42px;
    line-height: 110%;
    margin-bottom: 50px;
}

.steps h3.steps__item-title {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 124%;
    font-weight: 800;
}
.steps__item {
    text-align: left;
}
.steps__step {
    font-size: 24px;
    line-height: 130%;
    font-weight: 700;
    color: #ED1C24;
}
p.steps__item-text {
    font-size: 16px;
    line-height: 125%;
    color: rgba(2, 10, 10, .4);
}
.steps__list {
    display: flex;
    align-items: start;
    gap: 47px;
}
.steps__item {
    text-align: left;
    width: calc(25% - (135px / 4));
}
.steps__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.finance__grid {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}
.finance__card {
    width: calc(50% - 16px);
    padding: 30px 34px;
}
.finance__card.finance__card--leasing {
    background-color: #A8B3B8;
}
.finance__card.finance__card--credit {
    background-color: #020A0A;
}
.finance__card.finance__card--installment {
    background-color: #ED1C24;
}
.finance__grid {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    color: #fff;
}
h3.finance__card-title {
    font-size: 32px;
    line-height: 114%;
    margin-bottom: 0;
}
.finance__card-rate {
    font-size: 32px;
    line-height: 114%;
    font-weight: 400;
}
.finance__card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.finance__card {
    width: calc(50% - 16px);
    padding: 30px 34px;
    aspect-ratio: 592 / 240;
    position: relative;
}
section.finance {
    padding-top: 100px;
}
.finance__card-icon--key {
    position: absolute;
}
p.finance__card-text {
    font-size: 16px;
    line-height: 125%;
    max-width: 440px;
}
.finance__card-icon--key {
    position: absolute;
    bottom: -10px;
    right: 0;
}
.finance__card-icon.finance__card-icon--calendar {
    position: absolute;
    right: 0;
    bottom: -6px;
}
.finance__card-icon.finance__card-icon--card {
    position: absolute;
    right: 20px;
    bottom: -6px;
}
.finance__card {
    overflow: hidden;
}
.finance__contact {
    width: calc(50% - 16px);
    display: flex;
    align-items: start;
    justify-content: end;
    flex-direction: column;
}
p.finance__contact-text {
    color: #020A0A;
    font-size: 20px;
    line-height: 132%;
    max-width: 304px;
}
a.finance__button {
    display: flex;
    padding: 14px 28px;
    background-color: #020A0A;
    border-radius: 100px;
    color: #fff;
    font-family: 'RockStar';
    font-weight: 600;
    font-size: 18px;
}
a.finance__button:hover {
    background-color: var(--color-primary);
}
.finance__contact {
    width: calc(50% - 16px);
    display: flex;
    align-items: start;
    justify-content: end;
    flex-direction: column;
    padding-left: 260px;
}
h2.faq__title {
    text-align: center;
    font-size: 42px;
    margin-bottom: 18px;
    line-height: 100%;
    color: #020A0A;
}
p.faq__subtitle {
    text-align: center;
    font-size: 16px;
    color: #A8B3B8;
    line-height: 100%;
}
button.faq__question {
    font-size: 22px;
    font-weight: 600;
    font-family: 'RockStar';
    line-height: 100%;
}
.faq__item {
    padding: 16px 22px;
    background-color: #F2F4F5;
}
.faq__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.faq__answer {
    display: none;
}
.faq__answer {
    /* display: none; */
    font-size: 14px;
    line-height: 150%;
    color: #020A0A;
}
.faq__item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 16px;
}
button.faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
section.faq {
    padding-top: 100px;
}
.faq__header {
    margin-bottom: 40px;
}
.consultation__content {
    padding: 52px 150px;
    text-align: center;
    color: #fff;
}
button.order__product-remove svg path {
    stroke: #9EADB3 !important;
}
h2.consultation__title {
    font-size: 42px;
    line-height: 114%;
    margin-bottom: 18px;
    margin-top: 18px;
}
p.consultation__subtitle {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 37px;
}
.consultation__badge {
    display: inline-block;
    padding: 0 10px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, .09);
    backdrop-filter: blur(23px);
    line-height: 28px;
    font-size: 18px;
}
span.consultation__button-icon {
    height: 20px;
}
a.consultation__button {
    display: flex;
    align-items: center;
    gap: 12px;
}

.consultation__actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
span.consultation__button-text {
    font-family: 'RockStar';
    font-weight: 600;
    font-size: 16px;
    line-height: 114%;
}
a.consultation__button {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 28px;
    border-radius: 100px;
}
.consultation__button--outline {
    border: 1px solid #fff;
}
.consultation__button--outline span.consultation__button-icon {
    height: 24px;
}
a.consultation__button.consultation__button--outline span.consultation__button-text {
    color: #fff;
}
a.consultation__button.consultation__button--primary {
    background-color: #fff;
}
a.consultation__button.consultation__button--primary {
    background-color: #fff;
    border: 1px solid #fff;
}
span.consultation__button-icon {
    height: 24px;
    display: flex;
    align-items: center;
}
a.consultation__button.consultation__button--primary {
    background-color: #fff;
    border: 1px solid #fff;
}
.consultation__content {
    background-position: center;
    background-size: cover;
}
section.consultation {
    margin-top: 100px;
}
a.consultation__button.consultation__button--outline:hover {
    background-color: #000;
    border-color: #000;
    transition: background-color .3s ease;
}
a.consultation__button.consultation__button--primary:hover {
    background-color: #000;
    border-color: #000;
    transition: background-color .3s ease;
}
a.consultation__button.consultation__button--primary:hover {
    color: #fff;
    transition: background-color .3s ease;
}
a.consultation__button.consultation__button--primary:hover svg path {
    stroke: #fff;
    transition: background-color .3s ease;
}
.formwork article.formwork-card {
    padding: 0;
    position: relative;
    padding-bottom: 111px;
}
.breadcrumbs {
    font-size: 14px;
    margin-bottom: 20px;
}
.main {
    flex: auto;
    padding-top: 100px;
}
main.main.catalog-page {
    padding-top: 154px;
    background-color: #F2F4F5;
}
.title_less {
    line-height: 100%;
}
.breadcrumbs__item {
    margin-bottom: 0;
}
.products__subtitle2 {
    font-size: 16px;
    line-height: 124%;
    color: rgba(2, 10, 10, 0.4);
    margin-bottom: 38px;
}
.catalog-page h2.title.title_less.page-title {
    margin-bottom: 12px;   
}
.product-block__filters {
    background-color: #fff;
    padding: 26px 25px;
    width: 256px;
}
.product-block__category label {
    font-size: 14px;
    font-family: 'RockStar';
    font-weight: 600;
    display: block;
}   
.filter {
    width: 256px;
    background-color: #fff;
    padding: 26px 25px;
}
span.filter__category-title,
span.filter__delivery-title,
span.filter__volume-title {
    font-family: 'RockStar';
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 18px;
    display: block;
    font-size: 14px;
}
span.filter__category-text,
span.filter__delivery-text {
    font-size: 16px;
    line-height: 100%;
    color: rgba(2, 10, 10, .7);
}
label.filter__category-item {
    display: block;
}
label.filter__category-item {
    display: flex;
    gap: 8px;
    cursor: pointer;
}
input.filter__category-input + span::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #9EADB3;
    border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
}

input.filter__delivery-input + span::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #9EADB3;
    border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
}


span.filter__category-text,
span.filter__delivery-text {
    display: flex;
    gap: 8px;
    align-items: center;
    position: relative;
}
.filter__category-options {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: start;
    justify-content: start;
}
input.filter__delivery-input:checked + span::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #ED1C24;
    border-radius: 12px;
    position: absolute;
    left: 1px;
    /* padding: 10px; */
    box-sizing: border-box;
    border: 4px solid #fff;
}

input.filter__category-input:checked + span::before {
    background-color: #ED1C24;
    border-color: #ED1C24;
    background-image: url(img/check-ic.svg);
}
.filter__delivery-options {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
input.filter__category-input {
    position: absolute;
    visibility: hidden;
}
.filter__category {
    margin-bottom: 30px;
}
input.filter__delivery-input {
    visibility: hidden;
    position: absolute;
}
.filter__delivery {
    margin-bottom: 30px;
}
span.filter__volume-value {
    width: 100px;
    height: 36px;
    display: block;
    border: 1px solid #9EADB3;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 16px;
    line-height: 100%;
    color: rgba(2, 10, 10, .7);
}

.filter__volume-values {
    display: flex;
    justify-content: space-between;
}
.catalog__sorting {
    display: inline-flex;
    background-color: #fff;
    padding: 4px;
    border-radius: 100px;
    margin-bottom: 16px;
}
button.catalog__sorting-button {
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
    padding: 10px 28px;
    border-radius: 100px;
    color: 4E5454;
    
}
button.catalog__sorting-button--active {
    background-color: #ED1C24;
    color: #fff;
}
.catalog-wrap {
    display: flex;
    gap: 23px;
    flex-wrap: wrap;
}

.catalog-wrap {
    display: flex;
    gap: 23px;
    align-items: start;
}

.catalog {
    width: 937px;
}

.catalog__product {
    width: calc(33.33% - (21px / 3));
    background-color: #fff;
    padding-bottom: 66.67px;
    position: relative;
    max-width: calc(33.33% - (21px / 3))
}
.catalog__products {
    display: flex;
    gap: 10px;
}
.catalog__product-image {
    padding: 0;
}
.catalog__product-image img {
    display: block;
}
.catalog__product-info {
    padding: 14px 25px 22px;
}

h3.catalog__product-title {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 6px;
}
ul.catalog__product-details {
    font-size: 14px;
    line-height: 125%;
    color: rgba(2, 10, 10, .4);
}
li.catalog__product-detail {
    display: flex;
    gap: 4px;
    line-height: 125%;
}
li.catalog__product-detail::before {
    content: '-';
    display: block;
}
ul.catalog__product-details {
    margin-bottom: 41px;
}
span.catalog__product-price-value {
    font-weight: 700;
    color: #ED1C24;
    font-size: 20px;
}
button.catalog__product-add-to-cart {
    padding: 20.84px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #ed1c24;
    color: #fff;
    font-size: 18px;
    line-height: 114%;
    font-family: 'RockStar';
    font-weight: 600;
    gap: 8px;
    position: absolute;
    bottom: 0;
}
.catalog__products {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.catalog__products {
    margin-bottom: 80px;
}

h2.formwork-components__title {
    font-size: 42px;
    line-height: 100%;
    font-family: 'RockStar';
}
.formwork-components__item:not(:last-child) {
    margin-bottom: 10px;
}
.formwork-components__item {
    display: flex;
    gap: 22px;
    align-items: center;
    padding-right: 41px;
}
.formwork-components__item {
    background-color: #fff;
}
button.formwork-components__button {
    min-width: 305px;
}
button.formwork-components__button {
    min-width: 305px;
    background-color: #ED1C24;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'RockStar';
    color: #fff;
    padding: 20.84px 30px;
    font-size: 18px;
    line-height: 114%;
    font-weight: 600;
}
p.formwork-components__description {
    font-size: 14px;
    line-height: 125%;
    color: rgba(2, 10, 10, .40);
    margin-bottom: 17px;
}
.formwork-components__image img {
    min-width: 126px;
    min-height: 126px;
    width: 126px;
    height: 126px;
    object-fit: cover;
    display: block;
}
.formwork-prices--red {
    background-color: #E30613 !important;
}
span.formwork-prices__subtitle--light::before {
    background-color: #fff;
}
span.formwork-prices__subtitle--light {
    font-size: 16px;
    line-height: 100%;
    color: #fff;
}
h2.formwork-prices__title--light {
    color: #fff;
}
.steps--bg-white,
.faq--bg-white {
    background-color: #fff!important;
    margin-top: 0!important;
    padding-top: 100px;
}
.faq--bg-white {
    margin-bottom: 0;
    padding-bottom: 100px;
}
main.main.catalog-page {
    padding-bottom: 0;
}
html body .card__breadcrumbs {
    margin-bottom: 0;
}
section.card.mb {
    margin-top: 31px;
}
.card__title {
    font-size: 30px;
    line-height: 114%;
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 114%;
    margin-top: 4px;
}
.card__desc {
    font-size: 16px;
    line-height: 130%;
}
.check__legend {
    border-radius: 6px;
    padding: 0;
    letter-spacing: -.01em;
    color: #a8b3b8;
    background-color: #f2f4f5;
    transition: color var(--transition), background-color var(--transition);
    font-family: var(--font-secondary);
    display: flex;
    align-items: center;
    padding: 6px 12px;
}
.card__price {
    line-height: 1;
    font-weight: 600;
    font-size: 30px;
    text-align: right;
    margin-bottom: 30px;
    line-height: 130%;
    color: #ED1C24;
}
h2.advantages__title {
    font-size: 44px;
    line-height: 113%;
    margin-bottom: 40px;
}

.advantages__item {
    background-color: #F2F4F5;
    padding: 34px 32px;
    width: calc(33.33% - (64px / 3));
    aspect-ratio: 384 / 284;
}
h3.advantages__subtitle {
    font-size: 22px;
    line-height: 124%;
    margin: 0 0 8px 0;
}
p.advantages__text {
    font-size: 16px;
    line-height: 125%;
    color: rgba(2, 10, 10, .4);
}
.advantages__icon {
    margin-bottom: 37px;
}
.advantages__items {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
section.advantages {
    margin-bottom: 100px;
}
.options__item:last-child {
    padding-bottom: 18px;
}
a.button.card__button {
    border-radius: 0;
    padding: 22.5px 80px !important;
    height: auto;
    gap: 8px;
    font-size: 18px;
    line-height: 114%;
}
.card__link {
    letter-spacing: -.01em;
    font-family: var(--font-secondary);
    line-height: 1;
    transition: color var(--transition);
    margin-bottom: 15px;
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 27px;
    display: inline-block;
}
.note__container.container {
    font-size: 16px;
    line-height: 150%;
    color: rgba(2, 10, 10, .45);
}
.section.note {
    margin-top: -30px;
    margin-bottom: 100px;
}
h2.title.title_less.certificate__title {
    line-height: 113%;
}
main.main.cart-page {
    padding-top: 154px;
    background-color: #F2F4F5;
}
.order__product {
    width: 824px;
    background-color: #fff;
    padding: 20px 24px;
}
.order__product-item {
    display: flex;
    justify-content: space-between;
    background-color: #F2F4F5;
    align-items: center;
}
.order__product-thumbnail img {
    width: 84px;
    height: 84px;
    object-fit: cover;
    padding: 4px;
}
.order__product-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}
span.order__product-name {
    font-size: 14px;
    line-height: 130%;
}
.order__product-price {
    font-size: 16px;
    line-height: 130%;
    font-weight: 700;
    color: #ED1C24;
}
.order__product-price {
    font-size: 16px;
    line-height: 130%;
    font-weight: 700;
    color: #ED1C24;
}
.order__quantity {
    border: 1px solid #9EADB3;
    padding: 3px;
    border-radius: 10px;
}
button.order__quantity-decrease {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9EADB3;
    border-radius: 5px;
}
button.order__quantity-increase {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(2, 10, 10, 1);
    border-radius: 6px;
}
input.order__quantity-input {
    text-align: center;
    background: transparent;
    border: none;
}

.order__quantity {
    border: 1px solid #9EADB3;
    padding: 3px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
input.order__quantity-input {
    text-align: center;
    background: transparent;
    border: none;
    width: 44px;
    text-align: center;
    font-size: 16px;
    color: rgba(2,10,10,.7)
}
/* Для Chrome, Safari и Edge */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Для Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.order__product-area {
    margin-top: 2px;
    text-align: center;
    font-size: 10px;
    color: #9EADB3;
    line-height: 130%;
}
.order__product-actions {
    display: flex;
    gap: 29px;
    align-items: start;
}

.order__product-actions {
    display: flex;
    gap: 29px;
    align-items: center;
    margin-right: 24px;
}
.order__product {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.order__product-area {
    margin-top: 2px;
    text-align: center;
    font-size: 10px;
    color: #9EADB3;
    line-height: 130%;
    position: absolute;
    width: 100%;
}
.product-qty__wrap {
    position: relative;
}
.order__summary {
    width: 375px;
}
.order {
    display: flex;
    gap: 17px;
}
.order__form {
    background-color: rgba(2, 10, 10, 1);
    color: #fff;
    padding: 32px;
}
span.order__total-price {
    font-size: 20px;
    line-height: 130%;
    font-weight: 700;
    color: #ED1C24;
}
.order__total {
    gap: 5px;
    display: flex;
    flex-direction: column;
}
.order__total {
    padding: 20px 29px;
    background-color: #fff;
}
.order__total-label {
    font-size: 16px;
    line-height: 100%;
}
span.order__total-count {
    color: rgba(2, 10, 10, .25);
}
h3.order__form-title {
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 8px;
}
p.order__form-description {
    font-size: 16px;
    line-height: 130%;
}
p.order__form-description {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 32px;
}
input.order__form-input {
    width: 100%;
    height: 48px;
    border: 1px solid #A8B3B8;
    border-radius: 6px;
    font-size: 14px;
    padding: 0 21px;
    margin-bottom: 18px;
}
button.order__form-submit {
    font-size: 18px;
    line-height: 114%;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 14px 0;
    background-color: #ED1C24;
    border-radius: 40px;
    font-family: 'RockStar';
    font-weight: 600;
    margin-top: 34px;
}
p.order__form-privacy {
    text-align: center;
    font-size: 12px;
    line-height: 130%;
    margin-top: 12px;
    color: rgba(255, 255, 255, .2);
}

.order.cart-empty .order__product {
    display: none;
}

.cart__empty {
    width: 824px;
    background-color: #fff;
    padding: 20px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cart__icon svg {
    display: block;
    margin-bottom: 32px;
}
p.cart__message {
    font-size: 18px;
    line-height: 100%;
    color: #9EADB3;
    margin-bottom: 6px;
}
a.cart__link {
    text-decoration: underline;
    color: #ED1C24;
}
span.cart__mess {
    font-weight: 500;
}
.cart-loading {
    position: relative;
}

.cart-loading::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(240,240,240,0.6) 25%,
        rgba(220,220,220,0.9) 50%,
        rgba(240,240,240,0.6) 75%
    );
    background-size: 200% 100%;
    animation: shimmer 1.2s infinite;
}

@keyframes shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
span.order__product-name {
    font-size: 14px;
    line-height: 130%;
    max-width: 300px;
    width: 240px;
}
a.cart__link:hover {
    cursor: pointer;
    color: #000;
}

.range-wrapper {
    width: 100%;
    max-width: 600px;
    margin: 40px auto;
    padding: 20px;
    box-sizing: border-box;
}

/* Полоса трека */
.slider {
    position: relative;
    height: 3px;
    background: #9EADB3;
    border-radius: 3px;
    margin-bottom: 0px;
}

.slider .progress {
    position: absolute;
    height: 100%;
    background: #ED1C24;
    border-radius: 3px;
    left: 0%;
    right: 0%;
    z-index: 1;
}

/* Ползунки */
.range-input {
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    height: 16px;
    z-index: 2;
}

.range-input input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background: transparent;
    position: absolute;
    top: 1px;
    left: 0;
    margin: 0;
    pointer-events: all;
}

/* Кружочки-ползунки */
.range-input input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ED1C24;
    
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    cursor: pointer;
    margin-top: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.range-input input::-webkit-slider-thumb:hover {
    transform: scale(1.2);
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.range-input input::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #000;
    border: 2px solid #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    cursor: pointer;
}

.range-input input::-ms-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #000;
    border: 2px solid #fff;
    cursor: pointer;
}

/* Поля ввода */
.price-input {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    padding-top: 20px;
    gap: 6px;
}


.range-values {
    display: none;
}

.price-input input {
    width: 50%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    height: 36px;
    text-align: left;
    padding: 0 10px;
    font-size: 16px;
    color: rgba(2, 10, 10, .7);
}

/* Вывод значений */
.range-values {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}

input.range-max {
    width: calc(100% - 16px);
    margin-left: 16px;
}
.filter__volume-slider {
    margin-bottom: 67px;
}
.range-values {
    display: none;
}
span.formwork-components__price {
    font-size: 20px;
    line-height: 130%;
    font-weight: 700;
    color: #ED1C24;
}

.catalog__product-image img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    display: block;
}

.catalog__product-price {
    position: absolute;
    bottom: 88px;
}
.catalog__product-info {
    padding: 14px 25px 47px;
}


button.catalog__product-add-to-cart:hover,
.formwork-components__button:hover {
    background-color: rgba(2,10,10,1);
    transition: background-color .3s ease;
}

.cart-notify {
    position: fixed;
    top: 100px;
    right: 20px;
    background: #020a0a;
    color: #fff;
    padding: 10px 15px;
    border-radius: 0px;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.4s, transform 0.4s;
    z-index: 9999;
    pointer-events: none;
}
.cart-notify.show {
    opacity: 1;
    transform: translateY(0);
}

span.filter__delivery-text {
    cursor: pointer;
}
span.filter__delivery-text:hover::before,
span.filter__category-text:hover::before {
    border-color: #ed1c24;
}
.formwork-components__details {
    min-width: 421px;
}

.formwork-components__details {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
}

::-webkit-slider-thumb {
    pointer-events: auto;
}
.range-input input {
    pointer-events: none;
}
button.order__form-submit {
    transition: all .3s ease;
}
button.order__form-submit:hover {
    background-color: #fff;
    color: rgba(2,10,10,1);
    transition: all .3s ease;
}
input.order__form-input {
    color: rgba(2,10,10,1);
}

.order-success {
    aspect-ratio: 375 / 492;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    display: none;
}
h4.order-success__title {
    font-size: 42px;
    line-height: 100%;
    margin: 0 0 8px 0;
}
p.order-success__description {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 0;
}
.order-success__logo {
    margin-bottom: 40px;
}
section.hero,
.hero__container.container,
img.hero__image {
    min-height: 0px;
}
span.order__product-name {
    font-size: 14px;
    line-height: 130%;
    max-width: 300px;
    width: 240px;
    display: block;
}
div#cookie-bar {
    background-color: rgba(2, 10, 10, 1);
    color: #fff;
    padding: 26px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 11;
}
a.button.button_dark.footer__button.open-popup {
    background: #fff;
    border-color: #fff;
    color: rgba(2, 10, 10, 1);
    font-weight: 600;
    line-height: 113%;
    height: auto;
    padding: 14px 28px;
}
a.button.button_dark.footer__button.open-popup:hover {
    background-color: rgba(2,10,10,1);
    color: #fff;
    border-color: rgba(2,10,10,1);
}
.footer__group {
    display: flex;
    flex-direction: column;
    margin-left: 100px;
    margin-right: auto;
}
.cookie-bar-container.container p {
    font-size: 13px;
    margin: 0;
    max-width: 680px;
    line-height: 130%;
}
.cookie-bar-container.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
button#cookie-accept-bar {
    font-size: 18px;
    text-transform: lowercase;
    font-family: 'RockStar';
    font-weight: 600;
    padding: 14px 28px;
    background-color: #fff;
    border-radius: 50px;
    color: rgba(2, 10, 10, 1);
    border: 1px solid #fff;
}
button#cookie-accept-bar:hover {
    background-color: var(--color-primary);
    color: #fff;
    border: 1px solid var(--color-primary);
}
button#cookie-open-settings {
    font-size: 18px;
    text-transform: lowercase;
    font-family: 'RockStar';
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 50px;
    color: #9EADB3;
    border: 1px solid #9EADB3;
}
button#cookie-open-settings:hover {
    background-color: #9EADB3;
    color: #fff;
}
.cookie-bar-buttons {
    display: flex;
    gap: 14px;
}
.cookie-container {
    width: 552px;
    height: 630px;
    background-color: #fff;
    padding: 44px;
    position: relative;
}
div#cookie-modal {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(2, 10, 10, .72);    
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.cookie-container h2 {
    font-size: 26px;
    line-height: 97%;
    margin: 0 0 10px 0;
}
.cookie-container p {
    font-size: 14px;
    line-height: 124%;
}
.cookie-container p {
    color: rgba(2, 10, 10, .4);
}
.cookie-container p a {
    text-decoration: underline;
}
.cookie-container p a:hover {
    color: var(--color-primary)
}
.cookie-option strong {
    display: flex;
    gap: 8px;
    align-items: center;
}
.cookie-option input {
    visibility: hidden;
    opacity: 0;position: absolute;
}
.cookie-option strong::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #9EADB3;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
}
.cookie-option input:checked + strong::before {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    background-image: url(img/check-ic.svg);
}
.cookie-option p {
    padding-left: 30px;
}
.cookie-option label {
    display: block;
    margin-bottom: 4px;
    cursor: pointer;
}
.cookie-option {
    margin-bottom: 16px;
}
.cookie-container > p {
    color: rgba(2, 10, 10, .4);
    margin-bottom: 34px;
}
.cookie-option label:hover strong::before {
    border-color: #BE181F;
}
.cookie-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
}
button.save-all {
    font-family: 'RockStar';
    font-weight: 600;
    color: #fff;
    background-color: rgba(2, 10, 10, 1);
    padding: 14px 28px;
    border-radius: 40px;
}
button.save-all:hover {
    background-color: var(--color-primary);
    color: #fff;
}
button#cookie-reject-all {
    text-decoration: underline;
    font-family: 'RockStar';
    font-weight: 600;
    color: #9EADB3;
}
button#cookie-reject-all:hover {
    color: var(--color-primary)
}
.cookie-buttons {
    margin-top: 34px;
}
button#cookie-close {
    position: absolute;
    right: -41px;
    top: 0;
}
.slogan-logo {
    position: absolute;
    top: -100px;
    right: 0;
}
div#cookie-modal {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(2, 10, 10, .72);
    z-index: 111;
}
.success-l {
    position: absolute;
    top: -40px;
    left: -40px;
}
.cookie-option strong {
    font-size: 18px;
}
button#cookie-close {
    position: absolute;
    right: 0;
    top: -40px;
}
.privacy-policy .main {
    flex: auto;
    padding-top: 112px;
}

.slog {
    font-size: 18.76px;
    font-family: 'RockStar';
    text-align: left;
    color: rgba(2, 10, 10, 1);
    font-weight: 600;
    margin-top: -40px;
    margin-bottom: 68px;
    letter-spacing: 0.7px;
}
.preview-popup__slide img {
    max-height: 90svh;
}
.preview-popup__slide {
    max-height: 100svh;
    height: auto;
}
.formwork-components__image img {
    background-color: #9EADB3;
}
.preview__slide picture {
    width: 100%!important;
}
@media screen and (max-width: 1245px){
    .filter {
        width: calc(27% - 11px);
    }
    .catalog {
        width: calc(73% - 11px);
    }
    .catalog-wrap {
        gap: 22px;
    }
    .formwork-components__item {
        flex-wrap: wrap;
    }
    .formwork-components__image {
        width: calc(30% - 11px);
    }
    .formwork-components__image img {
        min-width: 0px;
        min-height: 0px;
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
        aspect-ratio: 144 / 186;
        object-fit: cover;
    }
    .formwork-components__details {
        display: flex;
        justify-content: space-between;
        align-items: start;
        flex-direction: column;
        width: calc(70% - 11px);
        padding-right: 40px;
    }
    .formwork-components__details {
        min-width: 0;
    }
    button.formwork-components__button {
        min-width: 100%;
    }
    .formwork-components__item {
        gap: 0 22px;
        padding-right: 0;
    }
}
@media screen and (max-width: 1200px){
    :root {
        --font-size: 16px;
        --header-height: 100px;
    }
    ul.nav__list {
        gap: 25px;
    }
    .nav {
        margin-top: 0;
    }
    .nav {
        align-items: center;
    }
    body.home .header.scrolled, body.home .header_active {
        background-color: transparent;
    }
    h1.hero__title {
        font-size: 37px;
    }
    img.hero__image {
        width: calc(46% - 10px);
    }
    .hero__content {
        width: calc(54% - 10px);
    }
    h2.formwork__title {
        font-size: 34px;
    }
    .finance__card-rate {
        font-size: 26px;
    }
    h3.finance__card-title {
        font-size: 26px;
    }
    .finance__contact {
        padding-left: 180px;
    }
    p.finance__contact-text {
        font-size: 18px;
    }
    a.finance__button {
        font-size: 16px;
    }
    p.finance__card-text {
        position: relative;
        z-index: 1;
    }
    h2.consultation__title {
        font-size: 40px;
    }
    .steps__list {
        gap: 32px;
        flex-wrap: wrap;
    }
    .steps__item {
        text-align: left;
        width: calc(50% - 16px);
    }
    .finance__card-icon.finance__card-icon--calendar svg {
        width: 140px;
        height: auto;
    }
    p.finance__card-text {
        max-width: 320px;
    }
    .finance__card-icon.finance__card-icon--card svg {
        width: 140px;
        height: auto;
    }
    .finance__card-icon.finance__card-icon--key svg {
        width: 220px;
        height: auto;
    }
    .header {
        background-color: rgba(168, 179, 184, 0.15);
    }
    h3.advantages__subtitle {
        font-size: 20px;
    }
}
@media screen and (min-width: 992px){
    .catalog__product-image {
        display: block;
        min-height: 290px;
    }
    img.header__logo-img.header__logo-img--mobile {
        display: none;
    }
    .header__burger {
        display: none;
    }
    .mobile-menu {
        display: none;
    }
    .nav__link {
        position: relative;
        padding-bottom: 4px;
    }
    .nav__link:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 0;
        border-top: 2px solid #ed1c24;
        width: 0;
        transition: width var(--transition);
    }
    
    ul.nav__list li:not(:first-child) a::after {
        width: 0 !important;
    }
    ul.nav__list .nav__link:hover:after {
        width: 100%!important;
    }
}
@media screen and (max-width: 991px){
    .slog {
        margin-top: -10px;
        text-align: center;
    }
    .header__actions.mobile-menu__actions svg.cart__icon path {
        stroke: rgba(2, 10, 10, 1) !important;
    }
    article.frame-card {
        align-items: start;
        flex-direction: column;
    }
    ul.frame-card__specs {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    article.formwork-card {
        background: #F2F4F5;
        width: calc(50% - 16px);
    }
    .wall-parts__grid {
        flex-wrap: wrap;
    }
    article.wall-parts__card {
        width: calc(50% - 16px);
    }
    h1.hero__title {
        font-size: 30px;
    }
    p.hero__description {
        font-size: 14px;
    }
    .hero__actions {
        gap: 10px;
        flex-direction: column;
    }
    .hero__actions {
        display: inline-flex;
        justify-content: start;
        gap: 20px;
        align-items: start;
    }
    section.hero, .hero__container.container, img.hero__image {
        min-height: 600px;
    }
    article.system-card {
        padding: 25px 20px;
        flex-wrap: wrap;
    }
    .system-card__info {
        width: 100%;
        margin-bottom: 30px;
    }
    article.frame-card {
        gap: 30px;
    }
    .formwork-card {
        width: 100%;
    }
    .formwork-prices__grid {
        flex-direction: column;
    }
    h2.cta__title {
        font-size: 28px;
    }
    .cta__description {
        margin-bottom: 38px;
        max-width: 80%;
        margin: 0 auto 38px;
    }
    .finance__card {
        width: 100%;
        padding: 30px 34px;
        aspect-ratio: 592 / 150;
        position: relative;
    }
    .finance__contact {
        width: 100%;
        padding-left: 260px;
    }
    .finance__contact {
        padding-left: 0;
    }
    .finance__contact {
        padding-left: 0;
        justify-content: center;
        align-items: center;
    }
    p.finance__contact-text {
        font-size: 18px;
        width: 100%;
        text-align: center;
        max-width: 70%;
    }
    p.finance__card-text {
        max-width: 490px;
    }
    button.faq__question {
        font-size: 16px;
    }
    span.faq__icon svg {
        width: 30px;
        height: 30px;
    }
    h2.faq__title {
        font-size: 32px;
    }
    .consultation__content {
        padding: 52px 40px;
    }
    h2.consultation__title {
        font-size: 32px;
    }
    .header {
        background-color: var(--color-primary)!important;
    }
    nav.header__nav.nav {
        display: none;
    }
    .header__actions {
        display: none;
    }
    .header__container {
        height: 69px;
    }
    section.hero {
        padding-top: 69px;
    }
    .hero__container.container,
    img.hero__image {
        height: calc(100svh - 69px);
    }
    img.hero__image {
        top: 69px;
    }
    h2.formwork__title {
        font-size: 28px;
    }
    img.header__logo-img.header__logo-img--desktop {
        display: none;
    }
    .header__container {
        height: 69px;
        align-items: center;
        padding-bottom: 0;
    }
    .header__burger img {
        position: relative;
        top: 3px;
    }
    img.header__logo-img.header__logo-img--mobile {
        position: relative;
        top: -2px;
    }
    .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 11;
        background-color: #ED1C24;
        padding: 30px 0px;
    }
    .mobile__nav {
        display: flex!important;
        flex-direction: column;
        gap: 20px;
    }
    .header__wrap1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    ul.nav__list {
        flex-direction: column;
        align-items: start;
        width: 100%;
        margin-top: 34px;
    }
    a.nav__link {
        color: #fff;
        font-size: 16px;
    }
    .mobile-menu__actions {
        display: flex;
    }
    .header__actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 13px;
        flex-direction: row-reverse;
    }
    a.header__btn.btn.btn--outline.open-popup {
        color: #fff;
        border-color: #fff;
        font-size: 18px;
    }
    span.btn__text {
        font-size: 18px;
    }
    .btn {
        padding: 14px 30px;
        border-radius: 100px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    svg.btn__icon {
        width: 22px;
        height: 22px;
    }
    svg.btn__icon path {
        stroke: #fff;
    }
    a.header__btn.btn.btn--outline.open-popup {
        color: #fff;
        border-color: #fff;
        font-size: 18px;
        gap: 15px;
    }
    a.header__cart.cart {
        display: block;
        height: 52px;
        position: relative;
    }
    svg.cart__icon {
        width: 52px;
        height: 52px;
    }
    svg.cart__icon rect {
        fill: #fff;
    }
    .mobile-menu__container.container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    .header__actions:not(.mobile-menu__actions) {
        display: none;
    }
    .mobile-menu {
        opacity: 0;
        visibility: hidden;
        transform: translateY(30px);
    }
    a.header__cart.cart.cart--active .cart--active svg path {
        stroke: #ed1c24 !important;
    }
    .catalog {
        width: calc(66% - 11px);
    }
    .catalog__product {
        width: calc(50% - 5px);
        max-width: calc(50% - 5px);
    }
    h2.formwork-components__title {
        font-size: 18px;
        line-height: 100%;
        font-family: 'RockStar';
        margin-bottom: 26px;
    }
    button.catalog__sorting-button {
        font-size: 12px;
        padding: 10px 18px;
    }
    .products__subtitle2 {
        font-size: 14px;
        line-height: 124%;
        color: rgba(2, 10, 10, 0.4);
        margin-bottom: 30px;
    }

    
    .filter {
        width: calc(34% - 11px);
    }
    main.main.catalog-page {
        padding-top: 94px;
        background-color: #F2F4F5;
    }
    section.formwork-prices {
        margin-top: 50px;
    }
    .advantages__item {
        width: calc(50% - 16px);
    }
    main.main.cart-page {
        padding-top: 87px;
        background-color: #F2F4F5;
    }
    .order {
        flex-direction: column;
    }
    .order__product {
        width: 100%;
    }
    .order__summary {
        width: 100%;
    }
}
@media screen and (min-width: 768px){
    .order__product-price.hide-on-desktop {
        display: none;
    }
    .filter-btn {
        display: none;
    }
    .filter__header {
        display: none;
    }
    .filter__apply {
        display: none;
    }
    .card__info-footer.hide-on-desktop {
        display: none;
    }
}
@media screen and (max-width: 767px){
    article.formwork-card img {
        width: 100%;
    }
    .wall-parts__media img {
        width: 100%;
    }
    .steps {
        margin-top: 50px;
        text-align: center;
    }
    .catalog {
        width: 100%;
    } 
    article.formwork-card {
        background: #F2F4F5;
        width: 100%;
    }
    .filter {
        opacity: 0;
        visibility: hidden;
        transform: translateY(30px);
    }
    ul.frame-card__specs {
        flex-wrap: wrap;
    }
    li.frame-card__row {
        width: 100%;
    }
    ul.frame-card__specs {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
        gap: 30px;
    }
    .frame-card__info {
        width: 100%;
    }
    .cta__actions {
        flex-direction: column;
    }
    h2.steps__title br {
        display: none;
    }
    h2.steps__title {
        font-size: 28px;
        line-height: 110%;
        margin-bottom: 50px;
        text-align: left;
    }
    .steps__item {
        text-align: left;
        width: 100%;
    }
    .steps__list {
        gap: 36px;
    }
    .cta__container.container {
        padding: 0;
    }
    h2.cta__title {
        font-size: 28px;
        max-width: 90%;
        margin: 0 auto 18px;
    }
    a.cta__button {
        font-size: 18px;
    }
    .cta__description {
        margin-bottom: 38px;
        max-width: 90%;
        margin: 0 auto 38px;
    }
    .finance__card {
        width: 100%;
        padding: 17px 24px;
        aspect-ratio: 348 / 240;
        position: relative;
        border-radius: 8px;
    }
    .finance__grid {
        gap: 18px;
    }
    .finance__card-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
    p.finance__card-text {
        font-size: 14px;
    }
    .finance__card-icon.finance__card-icon--calendar svg {
        width: 130px;
        height: auto;
    }
    .finance__card-icon.finance__card-icon--key svg {
        width: 190px;
        height: auto;
    }
    .finance__card-icon.finance__card-icon--card svg {
        width: 110px;
        height: auto;
    }
    p.finance__card-text {
        font-size: 14px;
        padding-right: 20px;
    }
    h3.finance__card-title {
        font-size: 28px;
    }
    section.finance {
        margin-top: 50px;
    }
    p.finance__contact-text {
        font-size: 15px;
        width: 100%;
        text-align: center;
        max-width: 100%;
    }
    p.finance__contact-text {
        margin-bottom: 35px;
    }
    a.finance__button {
        background-color: var(--color-primary);
    }
    .finance__contact {
        margin-top: 6px;
    }
    h2.faq__title {
        font-size: 28px;
    }
    span.faq__question-text {
        text-align: left;
        font-size: 16px;
    }
    .faq__container.container {
        padding: 0;
    }
    .faq__header {
        padding: 0 20px;
    }
    .faq__header {
        margin-bottom: 30px;
    }
    .consultation__container.container {
        padding: 0;
    }
    section.consultation {
        margin-top: 50px;
    }
    .consultation__content {
        padding: 52px 0px;
    }
    h2.consultation__title {
        font-size: 28px;
    }
    .consultation__actions {
        flex-direction: column;
    }
    .main {
        padding-bottom: 50px;
    }

    section.cta {
        margin-top: 0px;
    }
    section.formwork-prices {
        background-color: rgba(233, 236, 237, .4);
        padding: 30px 0;
    }
    .formwork-card {
        background-color: #fff;
        padding: 32px 17px 40px;
    }
    .formwork-card__row {
        padding: 17px 12px;
    }
    .formwork-card {
        padding: 32px 17px 15px;
    }
    .formwork-prices__grid {
        display: flex;
        gap: 18px;
    }
    .formwork-card__row.formwork-card__row--head {
        padding-bottom: 7px;
    }
    span.formwork__subtitle::before {
        min-width: 4px;
    }
    article.wall-parts__card {
        width: 100%;
    }
    .wall-parts__grid {
        display: flex;
        gap: 12px;
    }
    span.formwork__subtitle {
        align-items: start;
    }
    span.formwork__subtitle::before {
        min-width: 4px;
        margin-top: 8px;
    }
    .wall-parts {
        padding-top: 30px;
    }
    article.frame-card {
        padding: 26px 0;
    }
    .wall-systems__section-title {
        font-size: 18px;
        line-height: 100%;
        margin: 0;
    }
    .wall-systems__section-icon svg {
        width: 30px;
        height: 34px;
    }
    .wall-systems__section-icon {
    height: 34px;
        display: flex;
        align-items: center;
    }
    h4.system-card__title, h4.frame-card__title {
        font-size: 18px;
    }
    p.system-card__description, p.frame-card__description {
        font-size: 14px;
    }
    article.system-card {
        padding: 25px 0px;
        flex-wrap: wrap;
    }
    .system-card__info {
        margin-bottom: 0;
    }
    article.system-card {
        padding: 25px 0px;
        flex-wrap: wrap;
        gap: 30px;
    }
    .wall-systems__section-head {
        padding: 10px 13px;
    }
    h2.formwork__title {
        margin-bottom: 20px;
    }
    section.wall-systems {
        padding-top: 50px;
    }
    .formwork__grid {
        gap: 18px;
    }
    h2.formwork__title br {
        display: none;
    }
    .hero__container.container {
        flex-direction: column;
    }
    .hero__content {
        width: 100%;
    }
    img.hero__image {
        top: 69px;
        position: static;
        width: 100%;
    }
    .hero__container.container {
        flex-direction: column-reverse;
    }
    img.hero__logo {
        display: none;
    }
    .hero__container.container, img.hero__image {
        height: auto;
    }

    img.hero__image {
        aspect-ratio: 375 / 355;
        display: block;
        height: 355px;
        min-height: auto;
        object-fit: cover;
    }
    .hero__container.container {
        padding: 0;
    }
    h1.hero__title {
        font-size: 30px;
        margin-top: 0;
    }
    .hero__inner {
        padding: 0 14px;
    }
    p.hero__description {
        font-size: 16px;
    }
    p.hero__description {
        margin-bottom: 21px;
    }
    h1.hero__title {
        font-size: 28px;
        margin-bottom: 12px;
        margin-top: 0;
    }
    .hero__actions {
        gap: 12px;
    }
    .formwork {
        padding-top: 50px;
    }
    section.faq {
        margin-top: 50px;
    }
    section.formwork-prices {
        margin-top: 20px;
    }
    article.frame-card.frame-card--aluminum {
        padding: 26px 0;
        border-top: 1px solid #A8B3B8;
    }
    .filter {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 111;
    }
    .catalog__product {
        width: 100%;
        max-width: 100%;
    }
    .catalog__product-image img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
        width: 100%;
    }
    .formwork-components__image {
        width: calc(45% - 11px);
    }
    .formwork-components__details {
        display: flex;
        justify-content: space-between;
        align-items: start;
        flex-direction: column;
        width: calc(55% - 11px);
        padding-right: 40px;
    }
    section.products {
        margin-bottom: 50px;
    }
    .catalog__products {
        margin-bottom: 50px;
    }
    main.main.catalog-page {
        padding-top: 94px;
        background-color: #F2F4F5;
    }
    .filter-btn {
        width: 40px;
        height: 40px;
        display: flex;
        animation: cl;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 50px;
    }
    .catalog__filters {
        display: flex;
        justify-content: space-between;
    }
    .filter {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 111;
        padding: 30px 14px;
    }
    .filter__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    img.filter__close-icon {
        position: relative;
        top: 5px;
    }
    .filter__header {
        display: flex;
        align-items: center;
        margin-bottom: 47.5px;
        justify-content: space-between;
    }
    .filter__apply {
        text-align: center;
        background-color: #020A0A;
        color: #fff;
        font-family: 'RockStar';
        font-weight: 600;
        border-radius: 50px;
        padding: 14px 28px;
        max-width: 280px;
        margin: 109px auto 0;
    }
    .advantages__item {
        width: 100%;
    }
    h2.advantages__title {
        font-size: 28px;
        line-height: 113%;
        margin-bottom: 30px;
    }
    .card__info-group {
        width: 100%;
        text-align: center;
    }
    .card__price {
        text-align: left;
    }
    a.button.card__button {
        width: 100%;
    }
    .card__price {
        margin-bottom: 20px;
    }
    .hide-on-mobile {
        display: none;
    }
    .mb {
        margin-bottom: 27px;
    } 
    .card__title {
        font-size: 22px;
    }
    .card__info {
        padding-top: 15px;
    }
    .card__desc {
        font-size: 14px;
        line-height: 130%;
    }
    .advantages__item {
        aspect-ratio: 350 / 284;
    }
    .advantages__items {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    section.advantages {
        margin-bottom: 70px;
    }
    .section.note {
        margin-top: 0px;
        margin-bottom: 60px;
    }
    section.certificate.mb {
        margin-bottom: 0 !important;
    }
    section.card.mb {
        margin-top: 0;
    }
    html body .card__breadcrumbs {
        margin-bottom: 0;
        margin-bottom: 14px;
    }
    .single .main {
        flex: auto;
        padding-top: 85px;
    }
    .cart__container.container {
        padding: 0;
    }
    .order__product {
        padding: 20px 14px;
    }
    .order__product-thumbnail img {
        min-width: 147px;
        min-height: 147px;
        object-fit: cover;
        padding: 4px;
    }
    .order__product-item {
        flex-wrap: wrap;
    }
    span.order__product-name {
        font-size: 12px;
        line-height: 110%;
        max-width: 157px;
        display: block;
        margin-top: 10px;
    }
    
    span.order__product-name {
        font-weight: 700;
    }
    .order__product-item {
        flex-wrap: wrap;
        padding: 0 14px 36px;
    }
    .order__product-item {
        gap: 20px;
    }
    .order__product-actions {
        display: flex;
        gap: 9px;
        align-items: center;
        margin-right: 24px;
        flex-direction: row-reverse;
    }
    button.order__product-remove {
        display: block;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(158, 173, 179, 0.3);
        border-radius: 10px;
    }
    .order {
        display: flex;
        gap: 0;
    }
    .order__total {
        padding: 20px 14px;
        background-color: #fff;
        text-align: right;
    }
    main.main.cart-page h2.title.title_less.page-title {
        padding-left: 14px;
    }
    .breadcrumbs {
        font-size: 14px;
        margin-bottom: 12px;
    }
    
    main.main.cart-page {
        padding-bottom: 0;
    }
    .cookie-bar-container.container {
        display: flex;
        gap: 27px;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .cookie-bar-buttons {
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
    .cookie-bar-container.container p {
        font-size: 13px;
        margin: 0;
        max-width: 680px;
        line-height: 144%;
        text-align: center;
    }
    div#cookie-bar {
        padding: 44px 0;
    }
    .success-l,
    .slogan-logo {
        display: none;
    }
    .cookie-container {
        width: calc(100% - 28px);
        height: 630px;
        background-color: #fff;
        padding: 44px;
        position: relative;
    }
    .cookie-container {
        width: calc(100% - 28px);
        height: auto;
        background-color: #fff;
        padding: 27px 17px;
        position: relative;
    }
    .cookie-container > p {
        color: rgba(2, 10, 10, .4);
        margin-bottom: 34px;
        font-size: 12px;
    }
    .footer__group {
        margin-left: auto;
    }
    .slog {
        font-size: 14px;
        font-family: 'RockStar';
        text-align: center;
        color: rgba(2, 10, 10, 1);
        font-weight: 600;
        margin-top: -10px;
        margin-bottom: 48px;
        letter-spacing: 0;
    }
    .consultation__content {
        padding: 52px 30px;
    }
}
@media screen and (max-height:750px){
    img.hero__logo {
        max-width: 420px;
    }
}