@charset "UTF-8";

@font-face {
    font-family: "Inter";
    src: url("../../fonts/catalog-filter/Inter-Light.eot");
    src: local("Inter Light"), local("Inter-Light"),
    url("../../fonts/catalog-filter/Inter-Light.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/catalog-filter/Inter-Light.woff2") format("woff2"),
    url("../../fonts/catalog-filter/Inter-Light.woff") format("woff"),
    url("../../fonts/catalog-filter/Inter-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Oswald";
    src: url("../../fonts/catalog-filter/Oswald-Medium.eot");
    src: local("Oswald Medium"), local("Oswald-Medium"),
    url("../../fonts/catalog-filter/Oswald-Medium.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/catalog-filter/Oswald-Medium.woff2") format("woff2"),
    url("../../fonts/catalog-filter/Oswald-Medium.woff") format("woff"),
    url("../../fonts/catalog-filter/Oswald-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../../fonts/catalog-filter/Inter-Regular.eot");
    src: local("Inter Regular"), local("Inter-Regular"),
    url("../../fonts/catalog-filter/Inter-Regular.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/catalog-filter/Inter-Regular.woff2") format("woff2"),
    url("../../fonts/catalog-filter/Inter-Regular.woff") format("woff"),
    url("../../fonts/catalog-filter/Inter-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Oswald";
    src: url("../../fonts/catalog-filter/Oswald-Regular.eot");
    src: local("Oswald Regular"), local("Oswald-Regular"),
    url("../../fonts/catalog-filter/Oswald-Regular.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/catalog-filter/Oswald-Regular.woff2") format("woff2"),
    url("../../fonts/catalog-filter/Oswald-Regular.woff") format("woff"),
    url("../../fonts/catalog-filter/Oswald-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Oswald";
    src: url("../../fonts/catalog-filter/Oswald-SemiBold.eot");
    src: local("Oswald SemiBold"), local("Oswald-SemiBold"),
    url("../../fonts/catalog-filter/Oswald-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/catalog-filter/Oswald-SemiBold.woff2") format("woff2"),
    url("../../fonts/catalog-filter/Oswald-SemiBold.woff") format("woff"),
    url("../../fonts/catalog-filter/Oswald-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Oswald";
    src: url("../../fonts/catalog-filter/Oswald-Light.eot");
    src: local("Oswald Light"), local("Oswald-Light"),
    url("../../fonts/catalog-filter/Oswald-Light.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/catalog-filter/Oswald-Light.woff2") format("woff2"),
    url("../../fonts/catalog-filter/Oswald-Light.woff") format("woff"),
    url("../../fonts/catalog-filter/Oswald-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../../fonts/catalog-filter/Inter-Bold.eot");
    src: local("Inter Bold"), local("Inter-Bold"),
    url("../../fonts/catalog-filter/Inter-Bold.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/catalog-filter/Inter-Bold.woff2") format("woff2"),
    url("../../fonts/catalog-filter/Inter-Bold.woff") format("woff"),
    url("../../fonts/catalog-filter/Inter-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Oswald";
    src: url("../../fonts/catalog-filter/Oswald-Bold.eot");
    src: local("Oswald Bold"), local("Oswald-Bold"),
    url("../../fonts/catalog-filter/Oswald-Bold.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/catalog-filter/Oswald-Bold.woff2") format("woff2"),
    url("../../fonts/catalog-filter/Oswald-Bold.woff") format("woff"),
    url("../../fonts/catalog-filter/Oswald-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}

.category-breadcrumbs .crumbs {
    margin-top: 20px;
}

section {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
}

section,
.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.container {
    padding: 0 20px;
    max-width: 1540px;
    width: 100%;
}

.section-title {
    color: #000000;
    font-family: Oswald;
    font-size: 30px;
    font-weight: 500;
    line-height: 130%;
}

.section-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #555555;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.section-description * {
    color: #555555;
    font-family: oswald-light;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.section-title + .section-description {
    margin-top: 18px;
}

.category-banner {
    position: relative;
    min-height: 496px;
}

.category-banner__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.category-banner__background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(35%, rgba(251, 186, 0, 0)),
            color-stop(60%, rgb(251, 186, 0))
    );
    background: linear-gradient(
            90deg,
            rgba(251, 186, 0, 0) 35%,
            rgb(251, 186, 0) 60%
    );
    z-index: -1;
}

.category-banner__background-image {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.category-banner__background-image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 58%;
    height: 100%;
    margin-left: auto;
    overflow: hidden;
}

.category-banner__info {
    margin-top: 70px;
}

.category-banner__info-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3px;
    margin-top: 15px;
    padding: 0;
    list-style: none;
}

.category-banner__info-description-item {
    color: rgb(62, 47, 24);
    font-family: oswald-light;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.category-banner__info-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 11px;
    -moz-column-gap: 11px;
    column-gap: 11px;
    margin-top: 18px;
    margin-bottom: 6px;
}

.category-objects {
    margin-top: 75px;
}

.category-objects__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px 20px;
    margin-top: 26px;
}

.category-objects__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 23px;
}

.category-objects__item-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.category-objects__item-image-wrapper {
    width: 180px;
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
}

.category-objects__item-title {
    color: #383838;
    font-family: Oswald;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.category-efficiency {
    background-color: #fffaeb;
    padding: 45px 0;
    margin-top: 50px;
}

.category-efficiency__wrapper {
    display: grid;
    grid-template-columns: 550px 1fr;
    -webkit-column-gap: 37px;
    -moz-column-gap: 37px;
    column-gap: 37px;
}

.category-efficiency__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1rem;
    padding: 22px;
    background-color: #fff;
    border-radius: 10px;
}

.category-efficiency__info,
.category-efficiency__info * {
    color: #555555;
    font-family: oswald-light;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.category-efficiency__info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 13px;
}

.category-efficiency__cards {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.category-efficiency__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
}

.category-efficiency__card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 14px;
    height: 345px;
    padding: 34px 19px 15px;
    border-radius: 10px;
    background-color: #fbba00;
    overflow: hidden;
}

.category-efficiency__card-title {
    color: #000000;
    font-family: Oswald;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.category-efficiency__card-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.category-efficiency__card-image-wrapper {
    max-height: 161px;
    min-height: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
}

.category-efficiency__card-description {
    color: #000000;
    font-family: oswald-light;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

.category-efficiency__card-button {
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 19px;
    padding: 13px 16px;
    border: 1px solid #fbba00;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(38, 38, 38, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(38, 38, 38, 0.5);
    background: #fff;
    color: #fbba00;
    font-family: Inter;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: background 400ms, color 400ms;
    transition: background 400ms, color 400ms;
}

.category-efficiency__card-button:hover {
    background-color: #fbba00;
    color: #fff;
    text-decoration: none;
}

.category-variants {
    margin-top: 70px;
}

.category-variants__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    /* margin-top: 26px; */
}

.category-variants__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 23px;
}

.category-variants__item-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.category-variants__item-image-wrapper {
    width: 100%;
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
}

.category-variants__item-title {
    color: #383838;
    font-family: Oswald;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.category-advantages {
    margin-top: 40px;
    padding: 63px 0 100px;
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(35%, rgba(250, 250, 250, 0)),
            color-stop(60%, rgb(248, 248, 248))
    );
    background: linear-gradient(
            90deg,
            rgba(250, 250, 250, 0) 35%,
            rgb(248, 248, 248) 60%
    );
}

.category-advantages__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    row-gap: 24px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 28px;
}

.category-advantages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 3px;
}

.category-advantages__item-image {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}

.category-advantages__item-image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.category-advantages__item-title {
    color: #383838;
    font-family: Oswald;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.category-structure {
    margin-top: 80px;
}

.category-structure__wrapper {
    display: grid;
    grid-template-columns: 4fr 3fr;
    -webkit-column-gap: 71px;
    -moz-column-gap: 71px;
    column-gap: 71px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-top: 20px; */
}

.category-structure__image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.category-structure__image-wrapper {
    height: 492px;
    border-radius: 10px;
    overflow: hidden;
}

.category-structure__text {
    padding: 48px;
    background-color: #fff2ce;
    color: #000000;
    font-family: oswald-light;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.category-designing {
    margin-top: 100px;
}

.category-designing__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    margin-top: 21px;
}

.category-designing__card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "title image" "button image";
    padding: 30px;
    row-gap: 23px;
    background: #fffce6;
    border-radius: 10px;
}

.category-designing__card-title {
    grid-area: title;
    align-self: end;
    color: #000000;
    font-family: Oswald;
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
}

.category-designing__card-button {
    grid-area: button;
    align-self: start;
    justify-self: start;
    max-width: 214px;
    width: 100%;
    cursor: pointer;
}

.category-designing__card-image {
    grid-area: image;
    align-self: center;
    justify-self: center;
    height: 169px;
    -o-object-fit: contain;
    object-fit: contain;
}

.category-models {
    margin-top: 100px;
}

.category-models .section-title {
    text-align: center;
    padding: 15px 0 30px;
}

.category-models__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 40px 0;
    background: #f8f8f8;
}

.category-models__top .section-title {
    text-align: center;
    padding: 0;
}

.category-models__table {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.category-models__table ::-webkit-scrollbar {
    display: none;
}

.category-models__table + .category-models__table {
    margin-top: 2rem;
}

.category-models__table table {
    width: 100%;
    max-width: 100%;
    border: none;
    background-color: transparent;
    border-collapse: collapse;
}

.category-models__table table th,
.category-models__table table td {
    border: none;
    padding: 0.75em 0.75rem 1.75rem;
}

.category-models__table table thead tr th {
    white-space: nowrap;
}

.category-models__table table thead tr th:first-child {
    position: sticky;
    left: 0;
    text-align: left;
    background-color: #fff;
    padding-left: 1rem;
}

.category-models__table table tbody tr {
    border-top: 1px solid #dee2e6;
}

.category-models__table table tbody tr td {
    text-align: center;
}

.category-models__table table tbody tr td:first-child {
    text-align: left;
    position: sticky;
    left: 0;
    background-color: #fff;
    padding-left: 1rem;
}

.category-models__table--border {
    padding: 1rem 0;
    border: 2px dashed #dbdbdb;
}

.category-models__table--ordered {
    margin: 0 3rem;
    padding: 1rem 0;
}

.category-models__table--ordered table thead tr th:first-child {
    text-align: center;
}

.category-models__table--ordered table thead tr th:nth-child(2) {
    text-align: left;
}

.category-models__table--ordered table tbody tr td,
.category-models__table--ordered table tbody tr td:first-child {
    text-align: center;
}

.category-models__table--ordered table tbody tr td:nth-child(2) {
    text-align: left;
}

.category-models__table-note {
    margin-top: 2rem;
    color: #000000;
    font-family: Oswald;
    font-size: 16px;
    font-weight: 700;
}

.category-catalog {
    margin-top: 20px;
}

.category-catalog__wrapper {
    display: grid;
    grid-template-columns: 235px 1fr;
    align-items: start;
}

.category-catalog__sidebar {
    margin-top: 52px;
}

.category-catalog__sidebar-links_block {
    display: flex;
    flex-direction: column;
    background: #f8f8f9;
    border: 1px solid #f2f2f2;
    padding: 5px 20px 5px 18px;
}

.category-catalog__sidebar-links_block img{
    width: 57px;
    height: 57px;
}

.category-catalog__sidebar-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.category-catalog__sidebar-links a{
    padding: 5px 20px 5px 0;
}

.category-catalog__sidebar-links-item {
    position: relative;
    /*padding: 15px 40px 15px 18px;*/
    background: #f8f8f9;
    /*border: 1px solid #f2f2f2;*/
    font-family: oswald-light;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #3E2F18;
    text-decoration: none;
}
.category-catalog__sidebar-links-item.rott::after{
    rotate: 90deg;
    top: 35%;
    transform: translate(0, -20%);
}
.category-catalog__sidebar-links-item::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 24px;
    color: #888888;
    transform: translate(0, -50%);
    /*-webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;*/
}

/*.category-catalog__sidebar-links-item:hover::after {
    -webkit-transform: translate(-14px, -50%);
    -ms-transform: translate(-14px, -50%);
    transform: translate(-14px, -50%);
}*/

.category-catalog__sidebar-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    padding: 13px 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    background: #f9f9f9;
}

.category-catalog__sidebar-filter input:focus-visible {
    outline: none;
}

.category-catalog__sidebar-filter input[type="text"] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    max-width: 100%;
    padding: 9px 11px;
    border: none;
    color: #757575;
    font-family: Inter;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    background: #ffffff;
}

.category-catalog__sidebar-filter input[type="checkbox"] {
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.category-catalog__sidebar-filter input[type="checkbox"] + label {
    position: relative;
    display: block;
    padding-left: 26px;
}

.category-catalog__sidebar-filter input[type="checkbox"] + label:before {
    content: "";
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #cccccc;
    box-shadow: inset 0px 0px 0px 1px #cccccc;
    background: #ffffff;
}

.category-catalog__sidebar-filter input[type="checkbox"] + label:before,
.category-catalog__sidebar-filter input[type="checkbox"] + label:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.category-catalog__sidebar-filter input[type="checkbox"] + label:after {
    content: "✓";
    left: 2px;
    color: #fbba00;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 200ms, visibility 200ms;
    transition: opacity 200ms, visibility 200ms;
}

.category-catalog__sidebar-filter input[type="checkbox"]:checked + label:after {
    opacity: 1;
    visibility: visible;
}

.category-catalog__sidebar-filter-title {
    color: #333333;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.category-catalog__sidebar-filter-item {
    position: relative;
    padding: 15px 0;
    color: #333333;
    font-family: Inter;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
}

.category-catalog__sidebar-filter-item::after {
    content: ">";
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 10px;
    color: #888888;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
}

.category-catalog__sidebar-filter-item-title {
    padding-right: 40px;
}

.category-catalog__sidebar-filter-item-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 400ms;
    transition: grid-template-rows 400ms;
    transition: grid-template-rows 400ms, -ms-grid-rows 400ms;
}

.category-catalog__sidebar-filter-item.open
.category-catalog__sidebar-filter-item-wrapper {
    grid-template-rows: 1fr;
}

.category-catalog__sidebar-filter-item.open::after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.category-catalog__sidebar-filter-item-inner {
    overflow: hidden;
    margin: 0 -20px;
    padding: 0 20px;
}

.category-catalog__sidebar-filter-item-inner > *:first-child {
    margin-top: 19px;
}

.category-catalog__sidebar-filter-item-inputs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
}

.category-catalog__sidebar-filter-item-inputs-delimiter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 0;
    color: #9a9a9a;
}

.category-catalog__sidebar-filter-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    margin-top: 19px;
}

.category-catalog__sidebar-filter-button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 12px 10px;
    border-radius: 10px;
    color: #ffffff;
    font-family: Inter;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    -webkit-transition: background 400ms, color 400ms;
    transition: background 400ms, color 400ms;
    cursor: pointer;
}

.category-catalog__sidebar-filter-button[type="submit"] {
    border: 1px solid #fbba00;
    background: #fbba00;
}

.category-catalog__sidebar-filter-button[type="submit"]:hover {
    background: #fca61d;
}

.category-catalog__sidebar-filter-button[type="reset"] {
    border: 1px solid #aaaaaa;
    background: none;
    color: #888888;
    text-transform: uppercase;
}

.category-catalog__sidebar-filter-button[type="reset"]:hover {
    background: #544124;
    color: #fff;
}

.category-catalog__catalog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 18px;
    padding: 18px;
}

.category-catalog__catalog .page-subtitle,
.category-catalog__catalog .catalog__button-more {
    grid-column: span 3;
}

.category-catalog__catalog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 7px 11px rgba(196, 196, 196, 0.56);
    box-shadow: 0px 7px 11px rgba(196, 196, 196, 0.56);
    border-radius: 3px;
}

.category-catalog__catalog-item-image {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.category-catalog__catalog-item-image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 250px;
    border-bottom: 8px solid #fff2cd;
}

.category-catalog__catalog-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    margin: 12px 20px 20px;
}

.category-catalog__catalog-item-info-title {
    margin-top: 20px;
    font-family: oswald;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 20px;
    color: #3e2f18;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    -webkit-transition: color 400ms;
    transition: color 400ms;
}

.category-catalog__catalog-item-info-title:hover {
    color: orange;
}

.category-catalog__catalog-item-info-characteristic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.category-catalog__catalog-item-info-characteristic-parameter {
    font-weight: 400;
}

.category-catalog__catalog-item-info-characteristic-parameter,
.category-catalog__catalog-item-info-characteristic-value {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: oswald;
    color: #3e2f18;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-catalog__catalog-item-info-characteristic-value {
    font-weight: 300;
    line-height: unset;
    text-align: end;
}

.category-catalog__catalog-item-button {
    cursor: pointer;
    margin: 0 20px 20px;
    margin-top: auto;
}

.category-catalog .noUi-target {
    position: relative;
    border: unset;
    margin: 26px 9px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.category-catalog .noUi-target::before,
.category-catalog .noUi-target::after {
    display: block;
    position: absolute;
    top: -20px;
    color: #999999;
    font-family: Inter;
    font-size: 11px;
    font-weight: 400;
    line-height: 24px;
}

.category-catalog .noUi-target::before {
    content: attr(data-min);
    left: -9px;
}

.category-catalog .noUi-target::after {
    content: attr(data-max);
    right: -9px;
}

.category-catalog .noUi-connects {
    top: 50%;
    margin: -1px -9px;
    width: calc(100% + 17px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.category-catalog .noUi-connects,
.category-catalog .noUi-connect {
    height: 4px;
    background: #fbba00;
}

.category-catalog .noUi-origin {
    margin-top: 6px;
    right: 9px;
}

.category-catalog .noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border: 3px solid #fbba00;
    border-radius: 16px;
    background: rgb(255, 255, 255);
    cursor: default;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.category-catalog .noUi-horizontal .noUi-handle::before,
.category-catalog .noUi-horizontal .noUi-handle::after {
    content: unset;
}

.category-montage {
    margin-top: 86px;
}

.category-montage__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    margin-top: 35px;
}

.category-montage__card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "title image" "button image";
    padding: 38px;
    row-gap: 29px;
    background: rgba(255, 248, 191, 0.4);
    border-radius: 10px;
}

.category-montage__card-title {
    grid-area: title;
    align-self: end;
    color: #000000;
    font-family: Oswald;
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
}

.category-montage__card-button {
    grid-area: button;
    align-self: start;
    justify-self: start;
    padding: 10px 38px;
    background-color: #ffc366;
    border: 1px solid #333333;
    border-radius: 10px;
    color: #333333;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    cursor: pointer;
    -webkit-transition: background 400ms, color 400ms;
    transition: background 400ms, color 400ms;
}

.category-montage__card-button:hover {
    background: rgb(62, 47, 24);
    color: #fff;
}

.category-montage__card-image {
    grid-area: image;
    align-self: center;
    justify-self: center;
    height: 223px;
    -o-object-fit: contain;
    object-fit: contain;
}

.category-projects {
    margin-top: 80px;
}

.category-projects__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 15px;
    margin-top: 50px;
}

.category-projects__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(76, 76, 76, 0.25);
    box-shadow: 0px 2px 4px 0px rgba(76, 76, 76, 0.25);
    background: #ffffff;
    overflow: hidden;
    text-decoration: none;
}

.category-projects__item:hover {
    text-decoration: none;
}

.category-projects__item-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-mask-image: linear-gradient(
            45deg,
            #000 25%,
            rgba(0, 0, 0, 0.6) 50%,
            #000 75%
    );
    mask-image: linear-gradient(
            45deg,
            #000 25%,
            rgba(0, 0, 0, 0.6) 50%,
            #000 75%
    );
    -webkit-mask-size: 400%;
    mask-size: 400%;
    -webkit-mask-position: 0;
    mask-position: 0;
}

.category-projects__item:hover .category-projects__item-image {
    -webkit-transition: -webkit-mask-position 600ms ease;
    transition: -webkit-mask-position 600ms ease;
    transition: mask-position 600ms ease;
    transition: mask-position 600ms ease, -webkit-mask-position 600ms ease;
    -webkit-mask-position: 120%;
    mask-position: 120%;
    opacity: 1;
}

.category-projects__item-info {
    padding: 20px 16px;
}

.category-projects__item-date {
    color: #fbba00;
    font-family: Oswald;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
}

.category-projects__item-title {
    margin-top: 15px;
    font-size: 20px;
}

.category-projects__item-title,
.category-projects__item-text {
    color: #3e2f18;
    font-family: Oswald;
    font-weight: 400;
    line-height: 27px;
}

.category-projects__item-text {
    font-size: 16px;
}

.category-docks {
    margin-top: 51px;
    padding-top: 90px;
    background-color: #dbdbdb;
    overflow: hidden;
}

.category-docks__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.category-docks__wrapper {
    margin-top: 70px;
}

.category-docks__card {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 110px 1fr;
    grid-template-areas: "image title" "image text";
    gap: 10px 20px;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}

.category-docks__card-image {
    grid-area: image;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
}

.category-docks__card-title {
    grid-area: title;
    color: #000000;
    font-family: Oswald;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}

.category-docks__card-text {
    grid-area: text;
    color: #333333;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.category-letters {
    margin-top: 51px;
    padding-top: 90px;
    padding-bottom: 40px;
    background-color: #dbdbdb;
    overflow: hidden;
}

.category-letters__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.category-letters__wrapper {
    margin-top: 70px;
}

.category-letters__card {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 110px 1fr;
    grid-template-areas: "image title";
    gap: 10px 20px;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
}

.category-letters__card-image {
    grid-area: image;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
}

.category-letters__card-title {
    grid-area: title;
    color: #000000;
    font-family: Oswald;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}

.category-docks + .category-letters {
    margin-top: 0;
}

.category-swiper.swiper {
    overflow: initial;
}

.category-swiper.swiper .swiper-slide {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 400ms, opacity 400ms;
    transition: visibility 400ms, opacity 400ms;
}

.category-swiper.swiper .swiper-slide-fully-visible {
    visibility: visible;
    opacity: 1;
}

.category-swiper .swiper-slide {
    height: auto;
}

.category-swiper__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.category-swiper__navigation-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #333333;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: background 400ms, color 400ms;
    transition: background 400ms, color 400ms;
}

.category-swiper__navigation-button:hover {
    background-color: #3e2f18;
    color: #fff;
}

.category-swiper__navigation-button.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.category-swiper__navigation-button.swiper-button-lock {
    display: none;
}

.category-files {
    margin: 80px 0;
}

.category-files__wrapper {
    display: grid;
    grid-template-columns: 260px 1fr;
    row-gap: 20px;
}

.category-files__files {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: start;
    gap: 35px 30px;
}

.category-files__files-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 9px;
    -moz-column-gap: 9px;
    column-gap: 9px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.category-files__files-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 40px;
}

.category-files__files-title {
    color: #333333;
    font-family: Oswald;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

@media (min-width: 993px) and (max-width: 1200px) {
    .header__menu {
        padding-right: 20px;
    }

    .header__menu-link {
        font-size: 12px;
    }

    .header__calc-text {
        max-width: 140px;
        font-size: 12px;
    }
}

@media (min-width: 993px) and (max-width: 1600px) {
    .header__menu-submenu {
        left: -14px;
    }
}

@media (max-width: 1600px) {
    .header__book {
        width: 260px;
    }

    .footer__top-wrapper {
        grid-template-columns: auto 1fr auto;
        grid-template-areas: "logo calc phone" "buttons buttons buttons" "info info info ";
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .footer__button {
        width: 100%;
    }

    .footer__info {
        grid-template-columns: repeat(3, 1fr);
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .footer__calc {
        justify-self: center;
        max-width: 360px;
    }

    .category-efficiency {
        padding: 30px 0;
    }

    .category-efficiency__wrapper {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }
}

@media (max-width: 1400px) {
    .container {
        max-width: 1360px;
    }

    .header__wrapper {
        grid-template-columns: auto 1fr auto auto;
        grid-template-areas: "logo contacts schedule book" "menu menu menu menu";
    }

    .header__calc {
        display: none;
    }

    .category-banner__wrapper {
        grid-template-columns: 2fr 1fr;
    }

    .category-objects__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .category-objects__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 1160px;
    }

    .header__logo {
        width: 224px;
    }

    .header__phone {
        font-size: 16px;
    }

    .footer__logo {
        width: 223px;
    }

    .category-catalog__catalog {
        grid-template-columns: repeat(2, 1fr);
    }

    .category-catalog__catalog .page-subtitle,
    .category-catalog__catalog .catalog__button-more {
        grid-column: span 2;
    }

    .category-projects__wrapper {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .category-projects__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .category-projects__item-image {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        height: 250px;
        width: 50%;
    }

    .category-files__files {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 100vw;
        padding: 0 16px;
    }

    .section-title {
        font-size: 20px;
    }

    .section-title + .section-description {
        margin-top: 20px;
    }

    .category-banner {
        min-height: 377px;
    }

    .category-banner__info {
        margin-top: 18px;
    }

    .category-banner__info-buttons {
        margin-bottom: 26px;
    }

    .category-objects {
        margin-top: 21px;
    }

    .category-objects__wrapper {
        margin-top: 0;
    }

    .category-efficiency__card {
        height: 100%;
        padding: 20px;
        background-color: #fbba00;
    }

    .category-efficiency__card-info {
        row-gap: 10px;
        height: auto;
        padding: 0;
    }

    .category-efficiency__card-title {
        font-size: 18px;
        font-weight: 600;
    }

    .category-efficiency__card-image-wrapper {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        height: 161px;
    }

    .category-efficiency__card-description {
        margin-bottom: 19px;
        font-size: 14px;
        font-weight: 400;
        line-height: 130%;
    }

    .category-efficiency__card-button {
        width: 100%;
        margin-top: auto;
    }

    .category-variants {
        margin-top: 30px;
    }

    .category-variants__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
    }

    .category-variants__item {
        row-gap: 7px;
    }

    .category-advantages {
        margin-top: 30px;
        padding: 30px 0;
    }

    .category-advantages__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .category-structure__wrapper {
        grid-template-columns: 1fr;
        row-gap: 18px;
    }

    .category-structure__text {
        padding: 18px;
    }

    .category-designing {
        margin-top: 30px;
    }

    .category-designing__card {
        grid-template-columns: 1fr 107px;
        row-gap: 18px;
        padding: 30px 20px;
    }

    .category-designing__card-title {
        font-size: 18px;
    }

    .category-designing__card-image {
        height: 107px;
    }

    .category-models {
        margin-top: 50px;
    }

    .category-models__table--ordered {
        margin: 0;
    }

    .category-catalog {
        margin-top: 20px;
    }

    .category-catalog__wrapper {
        grid-template-columns: 1fr;
    }

    .category-catalog__sidebar {
        margin-top: 20px;
    }

    .category-catalog__sidebar-filter {
        display: grid;
        grid-template-rows: -webkit-min-content 0fr;
        grid-template-rows: min-content 0fr;
        margin-top: 15px;
        -webkit-transition: grid-template-rows 400ms;
        transition: grid-template-rows 400ms;
        transition: grid-template-rows 400ms, -ms-grid-rows 400ms;
    }

    .category-catalog__sidebar-filter.open {
        grid-template-rows: -webkit-min-content 1fr;
        grid-template-rows: min-content 1fr;
    }

    .category-catalog__sidebar-filter.open
    .category-catalog__sidebar-filter-title::after {
        -webkit-transform: translateY(-50%) rotate(270deg);
        -ms-transform: translateY(-50%) rotate(270deg);
        transform: translateY(-50%) rotate(270deg);
    }

    .category-catalog__sidebar-filter-wrapper {
        overflow: hidden;
    }

    .category-catalog__sidebar-filter-title {
        position: relative;
        cursor: pointer;
    }

    .category-catalog__sidebar-filter-title::after {
        content: ">";
        position: absolute;
        right: 0;
        top: 50%;
        font-weight: 400;
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        -webkit-transition: -webkit-transform 400ms;
        transition: -webkit-transform 400ms;
        transition: transform 400ms;
        transition: transform 400ms, -webkit-transform 400ms;
    }

    .category-catalog__catalog {
        padding: 18px 0;
    }

    .category-montage {
        margin-top: 50px;
    }

    .category-montage__card {
        grid-template-columns: 1fr 107px;
        row-gap: 18px;
        padding: 30px 20px;
    }

    .category-montage__card-title {
        font-size: 18px;
    }

    .category-montage__card-image {
        height: 107px;
    }

    .category-projects {
        margin-top: 50px;
    }

    .category-docks {
        padding-top: 40px;
    }

    .category-docks__wrapper {
        margin-top: 20px;
    }

    .category-docks__card {
        grid-template-rows: 200px auto 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: "image" "title" "text";
    }

    .category-letters {
        padding-top: 40px;
    }

    .category-letters__wrapper {
        margin-top: 20px;
    }

    .category-letters__card {
        grid-template-rows: 200px 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: "image" "title";
    }

    .category-files {
        margin: 40px 0;
    }

    .category-files__wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .footer__info {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "menu-left menu-right" "menu-left address" "email schedule";
        row-gap: 16px;
    }

    .footer__calc {
        max-width: 100%;
    }

    .category-banner__wrapper {
        grid-template-columns: 1fr;
    }

    .category-banner__background-image {
        display: none;
    }

    .category-banner__info-title br {
        display: none;
    }

    .category-objects__wrapper {
        gap: 20px 10px;
    }

    .category-objects__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
        row-gap: 7px;
    }

    .category-objects__item-image-wrapper {
        width: 165px;
        height: 165px;
    }

    .category-efficiency__cards {
        grid-auto-flow: initial;
    }

    .category-designing__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .category-designing__card {
        grid-template-columns: repeat(2, 1fr);
    }

    .category-designing__card-image {
        height: 223px;
    }

    .category-montage__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .category-montage__card {
        grid-template-columns: repeat(2, 1fr);
    }

    .category-montage__card-image {
        height: 223px;
    }

    .category-projects__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .category-projects__item-image {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
    }

    .category-files__files {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .header .container {
        padding: 40px 42px 24px 16px;
    }

    .header__background-image {
        -o-object-position: 74% top;
        object-position: 74% top;
    }

    .header__wrapper {
        grid-template-columns: auto 1fr;
        grid-template-areas: "logo burger" "contacts .";
        row-gap: 16px;
    }

    .header__phone {
        font-size: 15px;
    }

    .header__burger {
        width: 18px;
        height: 12px;
        margin-bottom: 4px;
        -ms-flex-item-align: center;
        align-self: center;
        justify-self: end;
    }

    .header__burger.active .header__burger-line:nth-child(1) {
        top: 5px;
    }

    .header__burger.active .header__burger-line:nth-child(2) {
        opacity: 0;
    }

    .header__burger.active .header__burger-line:nth-child(3) {
        top: 5px;
    }

    .header__burger-line:nth-child(1) {
        top: 0px;
    }

    .header__burger-line:nth-child(2) {
        top: 6px;
    }

    .header__burger-line:nth-child(3) {
        top: 12px;
    }

    .footer__top-wrapper {
        grid-template-columns: 1fr;
        grid-template-areas: "logo" "phone" "buttons" "calc" "info";
    }

    .footer__logo {
        justify-self: center;
        width: 255px;
    }

    .footer__phone {
        justify-self: center;
        width: 255px;
        text-align: center;
    }

    .footer__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__info {
        grid-template-areas: "menu-left menu-left" "menu-right address" "email email" "schedule schedule";
        row-gap: 16px;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    .category-designing__card {
        grid-template-columns: 1fr 107px;
    }

    .category-designing__card-image {
        height: 107px;
    }

    .category-catalog__catalog {
        grid-template-columns: 1fr;
    }

    .category-catalog__catalog .page-subtitle,
    .category-catalog__catalog .catalog__button-more {
        grid-column: 1;
    }

    .category-montage__card {
        grid-template-columns: 1fr 107px;
    }

    .category-montage__card-image {
        height: 107px;
    }
}

@media (max-width: 480px) {
    .header {
        padding: 0;
        height: 120px;
    }

    .header__background {
        inset: 0;
        border-radius: 0 0 16px 16px;
    }

    .header__mobile {
        padding: 0;
    }
}

.toggle-arrow {
    display: inline-block;
    margin-left: 8px;
    transform: rotate(0deg);
    transition: transform 0.2s ease;
}

[data-toggle-submenu]
+ .category-catalog__sidebar-sublist[style*="block"]
~ .toggle-arrow {
    transform: rotate(90deg);
}
