/* ==========================================================================
   NORMALIZE
   ========================================================================== */
@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/Inter-Regular.woff2?v=3.12") format("woff2"),
    url("fonts/Inter-Regular.woff?v=3.12") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 500;
    font-display: swap;
    src: url("fonts/Inter-Medium.woff2?v=3.12") format("woff2"),
    url("fonts/Inter-Medium.woff?v=3.12") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 600;
    font-display: swap;
    src: url("fonts/Inter-SemiBold.woff2?v=3.12") format("woff2"),
    url("fonts/Inter-SemiBold.woff?v=3.12") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 700;
    font-display: swap;
    src: url("fonts/Inter-Bold.woff2?v=3.12") format("woff2"),
    url("fonts/Inter-Bold.woff?v=3.12") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 800;
    font-display: swap;
    src: url("fonts/Inter-ExtraBold.woff2?v=3.12") format("woff2"),
    url("fonts/Inter-ExtraBold.woff?v=3.12") format("woff");
}

/* ==========================================================================
   NORMALIZE
   ========================================================================== */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: Inter, sans-serif;
    color: #222;
    font-size: 1em;
    line-height: 1.5;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html * {
    max-height: 1000000px;
}

body {
    margin: 0;
    position: relative;
    background: #eee;
    min-width: 320px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
    border-radius: 0;
    -webkit-appearance: none;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
    border-radius: 0;
    -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #82848B;
    opacity: 1;
    transition: all 0.2s ease-out;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #82848B;
    opacity: 1;
    transition: all 0.2s ease-out;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #82848B;
    opacity: 1;
    transition: all 0.2s ease-out;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #82848B;
    opacity: 1;
    transition: all 0.2s ease-out;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

/* ==========================================================================
   HELPER CLASSES
   ========================================================================== */
.container {
    margin: auto;
    padding: 0 112px;
    max-width: 1920px;

    /*padding: 0 10px;*/
    /*width: 1236px;*/
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.12px;
    text-transform: uppercase;
    padding: 13px 16px;
    text-decoration: none;
    border-radius: 8px;
    background: #DC2B1C;
    transition: all 0.2s ease-out;
}

.button:hover {
    background: #fff;
    color: #DC2B1C;
}

.caption {
    color: #272524;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    margin-bottom: 48px;
}

.caption_white {
    color: #FFF;
}

.description {
    color: #82848B;
    font-size: 18px;
    line-height: 22px;
}

.description_white {
    color: rgba(255, 255, 255, 0.80);
}

.more {
    border: none;
    padding: 8px 8px 8px 24px;
    border-radius: 16px;
    background: #FFF;
    display: inline-flex;
    align-items: center;
    gap: 32px;
    color: #272524;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.more_silver {
    background-color: #eee;
}

.more_red {
    background: #DC2B1C;
    color: #fff;
}

.more_full {
    display: flex;
    width: 100%;
}

.more:after {
    content: '';
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #272524 url(img/icon-right-white.svg) no-repeat center;
    margin-left: auto;
    transition: all 0.2s ease-out;
}

.more_red:after {
    background-color: #fff;
    background-image: url(img/icon-right-black.svg);
}

.more:not(.more_full):hover {
    background: #272524;
    color: #fff;
}

.more:not(.more_full):hover:after {
    background: #fff url(img/icon-right-black.svg) no-repeat center;
}

.more_red:hover {
    background: #fff;
    color: #272524;
}

.more_red:hover:after {
    background: #fff;
    color: #272524;
}

.more_red:hover:after {
    background: #272524 url(img/icon-right-white.svg) no-repeat center;
}

.more_silver_h:hover {
    background: #DC2B1C;
    color: #fff;
}

.more_silver_h:hover:after {
    background-color: #fff;
    background-image: url(img/icon-right-black.svg);
}

.more_red_h:hover {
    background: #eee;
    color: #272524;
}

.more_red_h:hover:after {
    background-color: #272524;
    background-image: url(img/icon-right-white.svg);
}

.preview:hover .more:after {
    background-color: #DC2B1C;
    background-image: url(img/icon-right-white.svg);
}

.img {
    position: relative;
    overflow: hidden;
}

.img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.title {
    color: #272524;
    font-size: 96px;
    font-weight: 800;
    line-height: 86px;
    letter-spacing: -4.8px;
    text-transform: uppercase;
}

.link-wrapper {
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
}

.link {
    color: #82848B;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.link:after {
    content: '';
    position: relative;
    top: -1px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: url(img/icon-right-main-link.svg) no-repeat center;
    transition: all 0.2s ease-out;
}

.link_wh:after {
    background-image: url(img/icon-right-main-link-white.svg);
    opacity: 0.6;
}

.link_wh {
    color: rgba(255, 255, 255, 0.60);
}

.link:hover {
    color: #272524;
}

.link:hover:after {
    background-image: url(img/icon-right-main-link-black.svg);
}

.link_wh:hover {
    color: #fff;
}

.link_wh:hover:after {
    background-image: url(img/icon-right-main-link-white.svg);
    opacity: 1;
}

.add-to-cart {
    display: inline-flex;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #272524 url(img/icon-cart.svg) no-repeat center;
    transition: all 0.2s ease-out;
}

.add-to-cart:hover {
    background-color: #DC2B1C;
}

.add-to-cart_added {
    background-color: #DC2B1C;
    background-image: url(img/icon-cart-added.svg);
}

.product-favorite {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    font: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease-out;
    -webkit-appearance: none;
    appearance: none;
}

.product-favorite_icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(39, 37, 36, 0.12);
    border-radius: 12px;
    background: #fff;
    color: #272524;
}

.product-favorite_icon:before {
    content: '\2661';
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
}

.product-favorite_icon:hover,
.product-favorite_active.product-favorite_icon {
    border-color: rgba(220, 43, 28, 0.34);
    background: rgba(220, 43, 28, 0.08);
    color: #DC2B1C;
}

.product-favorite_active.product-favorite_icon:before {
    content: '\2665';
}

.product-favorite_text {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    gap: 12px;
    border-radius: 14px;
    background: #EEE;
    color: #272524;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

.product-favorite_text:before {
    content: '\2661';
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: #fff;
    color: #272524;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
}

.product-favorite_text:hover,
.product-favorite_active.product-favorite_text {
    background: rgba(220, 43, 28, 0.10);
    color: #DC2B1C;
}

.product-favorite_active.product-favorite_text:before {
    content: '\2665';
    color: #DC2B1C;
}

.product-favorite_detail {
    justify-content: flex-start;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
    background: #272524;
    position: relative;
    z-index: 1200;
    transition: box-shadow 0.25s ease;
}

.header--sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 4px 24px rgba(39, 37, 36, 0.22);
    animation: nkStickyIn 0.22s ease;
}

@keyframes nkStickyIn {
    from { transform: translateY(-100%); opacity: 0.6; }
    to   { transform: translateY(0);     opacity: 1; }
}

/* Spacer injected by JS to prevent layout jump */
.header-spacer {
    display: none;
}
.header-spacer--active {
    display: block;
}

.header__row {
    height: 80px;
    display: flex;
    gap: 32px;
    align-items: center;
}

.header__navbar {
    margin-left: auto;
    display: flex;
    gap: 32px;
    align-items: center;
    transition: all 0.2s ease-out;
    min-width: 0;
}

.header__logo {
    display: flex;
    gap: 13px;
    align-items: center;
    position: relative;
    padding-left: 32px;
}

.header__logo:before {
    content: '';
    position: absolute;
    right: 113.5px;
    top: -3.5px;
    bottom: -3.5px;
    background: #DC2B1C;
    width: 10000px;
}

.header__logo img {
    position: relative;
    z-index: 1;
}

.header__nav {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    min-width: 0;
}

.header__nav ul {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 32px;
}

.header__nav_main > ul {
    flex-wrap: nowrap;
}

.header__nav li {
    flex-shrink: 0;
}

.header__nav li > a {
    color: inherit;
    text-decoration: none;
    display: flex;
    gap: 6px;
    height: 40px;
    align-items: center;
}

.header__favorites {
    flex-shrink: 0;
}

.header-more {
    position: relative;
}

.header-more[hidden] {
    display: none !important;
}

.header-more__button {
    appearance: none;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    display: flex;
    gap: 6px;
    height: 40px;
    align-items: center;
    padding: 0;
    cursor: pointer;
}

.header-more__button:after {
    content: '';
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background: url(img/icon-down.svg) no-repeat;
    transition: all 0.2s ease-out;
}

.header-more.active .header-more__button:after,
.header-more:hover .header-more__button:after {
    transform: rotate(180deg);
}

.header-more__dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 6;
    min-width: 190px;
    padding-top: 14px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.2s ease-out;
}

.header-more.active .header-more__dropdown,
.header-more:hover .header-more__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header__nav .header-more__list {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 8px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 16px 40px rgba(39, 37, 36, 0.18);
}

.header__nav .header-more__list li > a {
    height: auto;
    min-height: 40px;
    padding: 10px 12px;
    border-radius: 10px;
    color: #272524;
    white-space: nowrap;
}

.header__nav .header-more__list li > a:hover {
    background: #F2F2F2;
}

.header__phone {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    white-space: nowrap;
}

.header__phone a {
    color: inherit;
    text-decoration: none;
    display: flex;
    height: 40px;
    align-items: center;
    white-space: nowrap;
}

.header__nav li.parent > a:after {
    content: '';
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background: url(img/icon-down.svg) no-repeat;
    transition: all 0.2s ease-out;
}

.header__modal {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 60px;
    background: #272524;
    padding: 40px 0 50px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
}

.header__back {
    position: relative;
    left: -18px;
    margin-bottom: 24px;
    flex-shrink: 0;
    width: 56px;
    height: 32px;
    border-radius: 12px;
    background: #272524 url(img/icon-right-white.svg) no-repeat center;
    transform: scale(-1, -1);
    display: none;
}

.header__modal:before {
    content: '';
    position: absolute;
    height: 15px;
    left: 0;
    right: 0;
    top: -15px;
}

.header .container {
    max-width: inherit;
    width: 100%;
}

.header__btn {
    margin-left: auto;
    padding: 0 15px;
    display: none;
    cursor: pointer;
    align-items: center;
    position: relative;
    right: -10px;
    top: -1px;
}

.header__btn-icon {
    position: relative;
    width: 22px;
    height: 20px;
    top: 1px;
}

.header__btn-icon i {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    height: 2px;
    background: #fff;
}

.header__btn-icon i:nth-child(1) {
    top: 0;
}

.header__btn-icon i:nth-child(2),
.header__btn-icon i:nth-child(3) {
    top: 9px;
}

.header__btn-icon i:nth-child(4) {
    top: 18px;
}

.header__btn.active .header__btn-icon i:nth-child(1) {
    top: 9px;
    width: 0;
    left: 50%;
}

.header__btn.active .header__btn-icon i:nth-child(2) {
    transform: rotate(45deg);
}

.header__btn.active .header__btn-icon i:nth-child(3) {
    transform: rotate(-45deg);
}

.header__btn.active .header__btn-icon i:nth-child(4) {
    top: 9px;
    width: 0;
    left: 50%;
}

/* ==========================================================================
   PRODUCE
   ========================================================================== */
.produce {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

.produce-preview {
    padding: 8px;
    border-radius: 16px;
    background: #EEE;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.produce-preview__name {
    color: #272524;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.42px;
    text-transform: uppercase;
    padding: 12px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-grow: 1;
}

.produce-preview__name:after {
    content: '';
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: url(img/icon-arrow-produce.svg) no-repeat;
    opacity: 0;
    margin-left: auto;
    transition: all 0.2s ease-out;
}

.produce-preview__img {
    padding-top: 73%;
    border-radius: 8px;
}

.produce-preview:hover .produce-preview__name:after {
    opacity: 1;
}

.product-categories {
    padding: 56px 0 28px;
    background: transparent;
}

.product-categories .caption {
    margin-bottom: 28px;
}

/* ==========================================================================
   CALCULATORS
   ========================================================================== */
.calculators {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.calculator-preview {
    padding: 8px;
    border-radius: 16px;
    background: #EEE;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.calculator-preview__name {
    color: #272524;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.42px;
    text-transform: uppercase;
    padding: 12px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-grow: 1;
}

.calculator-preview__name:after {
    content: '';
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: url(img/icon-arrow-calculators.svg) no-repeat;
    opacity: 0;
    margin-left: auto;
    transition: all 0.2s ease-out;
}

.calculator-preview__name:before {
    content: '';
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: url(img/icon-calculator.svg) no-repeat;
}

.calculator-preview__img {
    padding-top: 22%;
    border-radius: 8px;
}

.calculator-preview:hover .calculator-preview__name:after {
    opacity: 1;
}

/* ==========================================================================
   NAV
   ========================================================================== */
.nav {
    display: flex;
    gap: 12px;
}

.nav__items {
    padding: 31px 0;
    width: 464px;
    flex-shrink: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px 64px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.14px;
    text-transform: uppercase;
}

.nav__items a {
    color: inherit;
    text-decoration: none;
    display: flex;
    gap: 8px;
}

.nav__items a:after {
    content: '';
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background: url(img/icon-arrow-nav.svg) no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
}

.nav__items a:hover:after {
    opacity: 1;
    visibility: visible;
}

.nav__item {
    display: flex;
}

.nav__map {
    position: relative;
    border-radius: 16px;
    flex-grow: 1;
    overflow: hidden;
}

.nav__map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* ==========================================================================
   MAIN
   ========================================================================== */
.main {
    background: #eee;
    border-radius: 0 0 40px 40px;
    padding: 72px 0 112px;
    margin-bottom: -40px;
    position: relative;
}

/*.main .container {
    max-width: 1440px;
}*/

.main__title {
    color: #272524;
    font-size: 72px;
    font-weight: 800;
    line-height: 72px;
    text-transform: uppercase;
    margin-bottom: 48px;
}

.main__tabs-wrapper {
    display: flex;
    position: relative;
    border-radius: 16px 0 0 0;
    z-index: 2;
    overflow: hidden;
}

.main__tabs {
    display: flex;
    position: relative;
}

.main__tabs:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 16px;
    right: 0;
    left: 0;
    background: #fff;
}

.main__tab {
    padding: 0 20px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 6px;
    background: #eee;
    color: #82848B;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease-out;
    position: relative;
    z-index: 2;
}

.main__tab_prev {
    border-radius: 0 0 16px 0;
}

.main__tab_empty {
    background: #eee;
    width: 16px;
}

.main__tab_stock:before {
    content: '';
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: url(img/icon-stock.svg) no-repeat;
}

.main__tab.active {
    background: #fff;
    color: #272524;
    border-radius: 16px 16px 0 0;
    cursor: default;
    z-index: 1;
}

.main__tab:hover {
    color: #272524;
}

.main__tab.active + .main__tab {
    border-radius: 0 0 0 16px;
}

.main__block {
    display: none;
}

.main__block.active {
    display: block;
}

.main__caption {
    color: #272524;
    font-size: 56px;
    font-weight: 800;
    line-height: 58px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.main__caption span,
.main__caption mark,
.main__caption .accent,
.main__caption .main__accent {
    color: #DC2B1C;
    background: transparent;
}

.main__description {
    color: #82848B;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    flex-grow: 1;
    max-width: 540px;
}

.main__blocks {
    margin-top: -56px;
    border-radius: 16px 32px 32px 32px;
    position: relative;
}

.main__slide {
    display: flex;
    padding-top: 56px;
}

.main__left {
    padding: 48px;
    background: #fff;
    margin-right: -32px;
    flex: 0 0 min(46%, 600px);
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    border-radius: 0 0 0 32px;
    position: relative;
    z-index: 2;
    transition: all 0.2s ease-out;
}

.main__left.active {
    border-radius: 32px 0 0 32px;
}

.main__right {
    width: auto;
    height: 540px;
    flex: 1 1 auto;
    min-width: 0;
    background: #FFF;
    border-radius: 32px;
    position: relative;
    padding: 0 32px 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main__img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main__right img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: calc(100% + 88px);
    height: auto;
    position: relative;
    top: -34px;
    object-fit: contain;
}

.main__discount {
    position: absolute;
    top: 48px;
    right: 48px;
    border-radius: 12px;
    background: #EEE;
    color: #272524;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    padding: 10px 12px 10px 42px;
}

.main__discount:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: #DC2B1C url(img/icon-discount.svg) no-repeat center;
    left: 2px;
    top: 2px;
}

.main__price {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.main__price b {
    color: #DC2B1C;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px; /* 100% */
    letter-spacing: -0.8px;
    text-transform: uppercase;
}

.main__price b span {
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: 24px;
}

.main__price s {
    color: rgba(130, 132, 139, 0.40);
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
    text-decoration-line: line-through;
    text-transform: uppercase;
}

.main__link {
    display: flex;
}

.main__carousel {
    position: relative;
}

.main__nav {
    position: absolute;
    left: 452px;
    bottom: 48px;
    display: flex;
    gap: 8px;
    z-index: 1;
}

.main__next,
.main__prev {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    border: 1px solid rgba(39, 37, 36, 0.20);
    background: url(img/icon-right-black.svg) no-repeat center;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.main__next:not(.swiper-button-disabled):hover,
.main__prev:not(.swiper-button-disabled):hover {
    border-color: #272524;
    background: #272524 url(img/icon-right-white.svg) no-repeat center;
}

.main__next.swiper-button-disabled,
.main__prev.swiper-button-disabled {
    opacity: 0.2;
    cursor: default;
}

.main__next {
    transform: scale(-1, -1);
}

/* ==========================================================================
   COLUMNS
   ========================================================================== */
.columns {
    display: flex;
    gap: 64px;
}

.columns__left {
    flex-grow: 1;
}

.columns__right {
    width: 576px;
    flex-shrink: 0;
}

/* ==========================================================================
   CATEGORIES
   ========================================================================== */
.categories {
    background: #eee;
}

.categories__columns {
    background: #272524;
    padding: 200px 0 252px;
}

.categories__items {
    margin-top: -150px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

/* ==========================================================================
   CATEGORY-PREVIEW
   ========================================================================== */
.category-preview {
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-decoration: none;
    padding: 8px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgba(0, 51, 153, 0.04), 0 2px 2px 0 rgba(0, 51, 153, 0.08);
}

.category-preview__img {
    padding-top: 65%;
    border-radius: 12px;
}

.category-preview__name {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #272524;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.84px;
    text-transform: uppercase;
}

.category-preview__name span {
    padding: 12px 0 12px 12px;
}

.category-preview__name:after {
    content: '';
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #272524 url(img/icon-right-white.svg) no-repeat center;
    margin-left: auto;
    opacity: 0;
    transition: all 0.2s ease-out;
}

.category-preview:hover .category-preview__name:after {
    opacity: 1;
}

.category-preview_no-icon .category-preview__name:after {
    display: none;
}

.categories__block {
    padding: 112px 0;
}

.categories__more {
    margin-top: 64px;
    display: flex;
    justify-content: flex-end;
}

/* ==========================================================================
   NUMS
   ========================================================================== */
.nums {
    margin-top: -40px;
    border-radius: 40px 40px 0 0;
    height: 720px;
    position: relative;
    z-index: 1;
    background: url(img/bg-nums.webp) no-repeat center/cover;
}

.nums__block {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
}

.nums__items {
    display: flex;
    justify-content: space-between;
    padding: 24px 80px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(20px);
}

.nums__item {
    display: flex;
    flex-direction: column;
}

.nums__item span {
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.48px;
    text-transform: uppercase;
}

.nums__item b {
    color: #FFF;
    font-size: 96px;
    font-weight: 800;
    line-height: 96px;
    letter-spacing: -6.72px;
    text-transform: uppercase;
}

.nums__play {
    position: absolute;
    top: 252px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #FFF url(img/icon-play.svg) no-repeat center;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    transition: all 0.2s ease-out;
}

.nums__play:hover {
    opacity: 0.9;
}

/* ==========================================================================
   OBJECTS
   ========================================================================== */
.objects {
    padding: 175px 0 142px;
    border-radius: 0 0 40px 40px;
    background: #272524;
    margin-bottom: -40px;
    position: relative;
}

.objects__items {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.object-preview {
    display: flex;
    flex-direction: column;
    padding: 8px;
    border-radius: 24px;
    background: #1E1C1B;
    text-decoration: none;
}

.object-preview .more {
    margin-top: auto;
}

.object-preview__block {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 24px;
    flex-grow: 1;
}

.object-preview__img {
    padding-top: 68.75%;
    border-radius: 16px;
}

.object-preview__name {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.84px;
    text-transform: uppercase;
}

.object-preview__cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.object-preview__caption {
    margin-bottom: 8px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.object-preview__description {
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    line-height: 22px;
}

/* ==========================================================================
   ADVANTAGES
   ========================================================================== */
.advantages {
    padding: 180px 0 140px;
    background: #fff;
    border-radius: 0 0 40px 40px;
}

.advantages__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.advantages__label {
    display: flex;
}

.advantages__label span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 2px 12px 2px 2px;
    border-radius: 12px;
    background: #EEE;
    color: #272524;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.advantages__label span:before {
    content: '';
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: #DC2B1C url(img/icon-advantages.svg) no-repeat center;
    flex-shrink: 0;
}

.advantages__column-left {
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: space-between;
}

.advantages__text {
    max-width: 469px;
    color: #82848B;
    font-size: 18px;
    line-height: 22px;
}

.advantages__item + .advantages__item {
    margin-top: 24px;
}

.advantages__item {
    display: flex;
    gap: 24px;
}

.advantages__icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #DC2B1C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantages__caption {
    color: #272524;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.advantages__description {
    color: #898A90;
    font-size: 18px;
    line-height: 22px;
}

/* ==========================================================================
   STOCKS
   ========================================================================== */
.stocks {
    background: #eee;
    padding: 140px 0;
    border-radius: 0 0 40px 40px;
    margin-bottom: -40px;
    position: relative;
    z-index: 1;
}

.stocks__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.stock-preview {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    padding: 8px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 51, 153, 0.04), 0 2px 2px 0 rgba(0, 51, 153, 0.08);
}

.stock-preview__img {
    padding-top: 48%;
    border-radius: 12px;
    margin-bottom: 40px;
}

.stock-preview__block {
    padding: 0 24px 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.stock-preview__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    flex-grow: 1;
}

.stock-preview__term {
    color: #898A90;
    font-size: 18px;
    line-height: 22px;
}

.stock-preview__term b {
    display: block;
    font-weight: 600;
    color: #272524;
}

.stock-preview__column-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
}

.stock-preview__column-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.stock-preview__name {
    color: #272524;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
}

.stock-preview__description {
    color: #898A90;
    font-size: 18px;
    line-height: 22px;
}

.stock-preview__block {
    display: flex;
    flex-direction: column;
    gap: 52px;
}

.stock-preview__label {
    display: flex;
}

.stock-preview__label span {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 4px;
    border-radius: 12px;
    background: #DC2B1C;
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
}

.stock-preview__label span:before {
    content: '';
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #FFF no-repeat center;
}

.stock-preview__label_price span:before {
    background-image: url(img/icon-stock-preview-price.svg);
}

.stock-preview__label_discount span:before {
    background-image: url(img/icon-stock-preview-discount.svg);
}

/* ==========================================================================
   PRODUCTION
   ========================================================================== */
.production {
    padding: 180px 0 140px;
    background: #272524;
    border-radius: 0 0 40px 40px;
    position: relative;
    margin-bottom: -40px;
}

.production.production_inner {
    padding: 0;
    margin-bottom: 0;
    border-radius: 0;
    background: none;
}

.product-preview {
    padding: 8px 8px 16px;
    background: #fff;
    border-radius: 24px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-preview__label {
    position: absolute;
    z-index: 2;
    left: 12px;
    top: 12px;
    padding: 2px 12px 2px 2px;
    border-radius: 12px;
    background: #EEE;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #272524;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.product-preview__label:before {
    content: '';
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: #DC2B1C no-repeat center;
}

.product-preview__label_discount:before {
    background-image: url(img/icon-product-preview-discount.svg);
}

.product-preview__label_hit:before {
    background-image: url(img/icon-product-preview-hit.svg);
}

.product-preview__label_available:before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #7AB56D;
    background-image: none;
}

.product-preview__label_available:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 10px;
    width: 7px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.product-preview__label_order:before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #DC2B1C;
    background-image: none;
}

.product-preview__label_available,
.product-preview__label_order {
    padding: 5px 10px 5px 5px;
    border-radius: 999px;
    gap: 6px;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0;
    background: rgba(122, 181, 109, 0.12);
    color: #3F7F35;
}

.product-preview__label_order {
    background: rgba(220, 43, 28, 0.10);
    color: #B52A20;
}

.product-preview__label_order:after {
    content: '';
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 8px;
    border-radius: 2px;
    background: #fff;
}

.product-preview__row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 32px;
    margin-top: auto;
}

.product-preview__row .add-to-cart {
    margin-left: auto;
}

.product-preview__row .product-favorite_icon {
    margin-left: auto;
}

.product-preview__row .product-favorite_icon + .add-to-cart {
    margin-left: 0;
}

.product-preview__price {
    color: #272524;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.product-preview__price b {
    color: #272524;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
}

.product-preview__old-price {
    color: #B6B8C5;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-decoration-line: line-through;
    text-transform: uppercase;
}

.product-preview__name {
    color: #272524;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px; /* 120% */
    letter-spacing: -0.6px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.product-preview__name a {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.product-preview__name a:hover {
    color: #DC2B1C;
}

.product-preview__table {
    width: 100%;
    color: #272524;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.14px;
}

.product-preview__table tr:first-child td {
    padding-top: 0;
}

.product-preview__table td {
    padding-top: 8px;
}

.product-preview__table td:last-child {
    text-align: right;
}

.product-preview__table td:first-child {
    color: #82848B;
}

.product-preview__carousel {
    margin-bottom: 24px;
    display: block;
    position: relative;
}

.product-preview__block {
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-preview__img {
    padding-top: 53%;
    border-radius: 16px;
}

.product-preview__img img {
    object-fit: cover;
}

.product-preview__pagination {
    margin-top: 24px;
    display: flex;
    gap: 4px;
    justify-content: center;
}

.product-preview__pagination .swiper-pagination-bullet {
    width: 32px;
    height: 2px;
    border-radius: 2px;
    background: rgba(130, 132, 139, 0.20);
    opacity: 1;
    margin: 0 !important;
    cursor: pointer;
}

.product-preview__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(130, 132, 139, 0.80);
}

.product-preview_media .product-preview__carousel {
    text-decoration: none;
}

.foto-video-products .product-preview__img {
    display: block;
    aspect-ratio: 16 / 9;
    padding-top: 0;
    border-radius: 16px;
    overflow: hidden;
}

.foto-video-products .product-preview__img img {
    position: static;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}

.product-preview_media .product-preview__name {
    margin-bottom: 0;
}

.product-preview__play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.product-preview__play:before {
    content: '';
    position: absolute;
    left: 26px;
    top: 21px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 17px solid #DC2B1C;
}

.production_swiper > .swiper-wrapper .swiper-slide {
    height: auto;
}

.production__carousel {
    position: relative;
}

.production__navigation {
    position: absolute;
    top: -104px;
    right: 0;
    display: flex;
    gap: 8px;
}

.production__prev,
.production__next {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    position: relative;
    cursor: pointer;
}

.production__prev:after,
.production__next:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background: url(img/icon-arrow-navigation.svg) no-repeat;
}

.production__prev.swiper-button-disabled,
.production__next.swiper-button-disabled {
    cursor: default;
}

.production__prev.swiper-button-disabled:after,
.production__next.swiper-button-disabled:after {
    opacity: 0.2;
}

.production__next:after {
    transform: scale(-1, -1);
}

/* ==========================================================================
   VIDEOS
   ========================================================================== */
.videos {
    padding: 180px 0 140px;
    background: #fff;
    border-radius: 0 0 40px 40px;
}

.videos__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.video-preview__company {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
}

.video-preview__company img {
    width: 39px;
    height: 39px;
    flex-shrink: 0;
}

.video-preview {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-decoration: none;
    display: block;
}

.video-preview__block {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 24px 24px 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
}

.video-preview:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
    transition: all 0.2s ease-out;
}

.video-preview:hover:before {
    opacity: 0.5;
}

.video-preview__pagination {
    display: flex;
    gap: 4px;
    margin-bottom: 18px;
}

.video-preview__bullet {
    height: 2px;
    flex-grow: 1;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.40);
    cursor: pointer;
}

.video-preview__bullet.active {
    background: #FFF;
    cursor: default;
}

.video-preview__view {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.video-preview__view:before {
    content: '';
    width: 26px;
    height: 10px;
    background: url(img/icon-up.svg) no-repeat;
}

.video-preview__view span {
    color: #272524;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    padding: 9px 16px;
    border-radius: 8px;
    background: #FFF;
}

.video-preview__name {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

.video-preview__height {
    padding-top: 166%;
}

/* ==========================================================================
   USEFUL
   ========================================================================== */
.useful {
    padding: 180px 0 140px;
    background: #eee;
    border-radius: 0 0 40px 40px;
    position: relative;
}

.useful-preview {
    padding: 8px;
    background: #fff;
    text-decoration: none;
    border-radius: 20px;
    box-shadow: 0 4px 16px 0 rgba(0, 51, 153, 0.04), 0 2px 2px 0 rgba(0, 51, 153, 0.08);
    transition: all 0.2s ease-out;
}

.useful-preview:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.useful__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.useful-preview__img {
    padding-top: 73%;
    border-radius: 12px;
}

.useful-preview__name {
    padding: 12px;
    margin-top: 40px;
    color: #272524;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.48px;
    text-transform: uppercase;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
    padding: 180px 0 64px;
    background: #272524;
    margin-top: -40px;
}

.footer__map {
    height: 300px;
    position: relative;
    border-radius: 24px;
    background: #fff;
    margin-bottom: 50px;
    overflow: hidden;
}

.footer__map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.footer__blocks {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
}

.footer__block {
    display: flex;
    flex-direction: column;
    min-width: 0;
    max-width: 100%;
    gap: 24px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: transparent;
}

.footer__left {
    width: 200px;
    flex-shrink: 0;
}

.footer__media {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.footer-contact-swiper {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    contain: layout paint;
}

.footer-contact-swiper .swiper-wrapper {
    width: 100%;
    min-width: 0;
    height: 100%;
    box-sizing: border-box;
    border-radius: inherit;
}

.footer-contact-swiper .swiper-slide {
    min-width: 0;
    height: 100%;
    box-sizing: border-box;
    border-radius: inherit;
}

.footer__img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    padding-top: 0;
    border-radius: 16px;
    overflow: hidden;
}

.footer__img img {
    display: block;
    border-radius: inherit;
    object-fit: cover !important;
}

.footer-contact-swiper__pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 7px;
}

.footer-contact-swiper__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.footer-contact-swiper__pagination .swiper-pagination-bullet-active {
    background: #DC2B1C;
}

.footer__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 0;
    padding: 0 16px 16px;
}

.footer__button {
    margin-top: 28px;
}

.footer__button a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.12px;
    text-transform: uppercase;
    padding: 13px;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #DC2B1C;
    background: #DC2B1C;
    transition: all 0.2s ease-out;
}

.footer__button a:hover {
    color: #272524;
    border-color: #fff;
    background: #fff;
}

.footer__title {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.footer__title a {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.footer__title a:hover {
    color: #7C7C7C;
}

.footer__content .footer__title,
.footer__right .footer__title {
    margin-bottom: 32px;
}

.footer__section + .footer__section {
    margin-top: 20px;
}

.footer__text {
    color: #FFF;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.14px;
}

.footer__section_contacts .footer__text {
    line-height: 22px;
}

.footer__caption {
    margin-bottom: 8px;
    color: #727272;
    font-size: 14px;
    line-height: 16px;
}

.footer__columns {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.footer__column {
    width: 160px;
}

.footer__column_social {
    width: 230px;
}

.footer__nav {
    color: #7C7C7C;
    font-size: 14px;
    line-height: 16px;
}

.footer__nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer__nav a {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.footer__nav a:hover {
    color: #fff;
}

.footer__nav li + li {
    margin-top: 12px;
}

.footer__socials {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer__social {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #7C7C7C;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.footer__social:hover {
    color: #fff;
}

.footer__social-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.footer__bottom {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: space-between;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.footer__policy {
    color: rgba(255, 255, 255, 0.40);
    font-size: 14px;
    line-height: 18px;
}

.footer__policy a {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.footer__policy a:hover {
    color: #fff;
}

.footer__author {
    width: 121px;
    flex-shrink: 0;
}

.footer__author img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */
.breadcrumbs__block {
    color: #82848B;
    font-size: 14px;
    line-height: 16px;
}

.breadcrumbs__block a {
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease-out;
}

.breadcrumbs__block a:hover {
    color: #fff;
}

.breadcrumbs__block span {
    color: #fff;
}

/* ==========================================================================
   CATEGORY
   ========================================================================== */
.category {
    background: #272524;
    padding: 32px 0 40px;
}

.container__block {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.category__breadcrumbs {
    color: #82848B;
    font-size: 14px;
    line-height: 16px;
}

.category__breadcrumbs a {
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease-out;
}

.category__breadcrumbs a:hover {
    color: #fff;
}

.category__breadcrumbs span {
    color: #fff;
}

.category__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.category__title {
    color: #FFF;
    font-size: 80px;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: -5.6px;
    text-transform: uppercase;
}

.button-calculator {
    border-radius: 16px;
    background: #EEE;
    display: inline-flex;
    align-items: center;
    color: #272524;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    gap: 16px;
    padding: 8px 8px 8px 20px;
    text-decoration: none;
}

.button-calculator:after {
    content: '';
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #272524 url(img/icon-calculator-button.svg) no-repeat center;
    transition: all 0.2s ease-out;
}

.button-calculator:hover:after {
    background-color: #DC2B1C;
}

.category__item {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr 56px;
    gap: 4px;
    text-decoration: none;
}

.category__cover {
    border-radius: 6px;
    padding-top: 32%;
    grid-column: span 2;
}

.category__img {
    border-radius: 6px;
    height: 64px;
}

.category__name {
    color: #272524;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -0.12px;
    text-transform: uppercase;
    border-radius: 6px;
    background: #EEE;
    padding: 16px;
    display: flex;
    align-items: center;
}

.category__items {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
}

/* ==========================================================================
   FILTER
   ========================================================================== */
.filter {
    padding: 24px 0;
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgba(0, 51, 153, 0.04), 0 2px 2px 0 rgba(0, 51, 153, 0.08);
}

.filter__block {
    display: flex;
    align-items: center;
    gap: 32px;
}

.filter__sort {
    margin-left: auto;
}

.filter__fields {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 32px;
}

.filter__field {
    display: flex;
    align-items: center;
    gap: 12px;
}

.filter__checkbox {
    display: flex;
    gap: 4px;
}

.filter__checkbox-item {
    color: #272524;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    padding: 9px 12px;
    border-radius: 8px;
    background: #EEE;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.filter__checkbox-item:hover,
.filter__checkbox-item.active {
    background: #272524;
    color: #fff;
}

.filter__label {
    white-space: nowrap;
    color: #82848B;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.14px;
}

.select {
    position: relative;
}

.select__value {
    white-space: nowrap;
    user-select: none;
    height: 48px;
    display: flex;
    gap: 8px;
    align-items: center;
    position: relative;
    padding: 0 40px 0 16px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.select.active .select__value,
.select:hover .select__value {
    background: #eee;
}

.select_sort .select__value:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 16px;
    right: 16px;
    background: url(img/icon-down-select.svg) no-repeat;
    transition: all 0.2s ease-out;
}

.select.active  .select__value:after {
    transform: rotate(180deg);
}

.select_sort .select__value:before {
    content: '';
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: url(img/icon-sort-select.svg) no-repeat;
}

.select__options {
    position: absolute;
    margin-top: 8px;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    background: #fff;
    padding: 8px;
    border-radius: 12px;
    box-shadow: 0 6px 32px 0 rgba(157, 157, 157, 0.08), 0 6px 20px 0 rgba(50, 50, 50, 0.04);
    display: none;
}

.select__options a {
    display: block;
}

.select__option {
    user-select: none;
    padding: 12px 16px;
    color: #272524;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.14px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.select__option.active,
.select__option:hover {
    background: #eee;
}

.select__option + .select__option {
    margin-top: 2px;
}

.filter__price {
    margin-left: -16px;
}

.price {
    position: relative;
}

.price.price_open {
    width: 304px;
}

.price__wrapper-input {
    border-radius: 12px;
    position: relative;
    width: 124px;
    transition: all 0.2s ease-out;
}

.price__wrapper-input:hover {
    background: #EEE;
}

.price__wrapper-input_not-empty {
    width: 200px;
    background: #EEE;
}

.price__input {
    height: 48px;
    width: 100%;
    color: #272524;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.14px;
    padding: 0 48px 0 16px;
    border: none;
    background: transparent;
    outline: none;
}

.price__button {
    position: absolute;
    padding: 8px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
}

.price__button:after {
    content: '';
    background: #fff url(img/icon-plus-price.svg) no-repeat center;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    transition: all 0.2s ease-out;
}

.price.active .price__button:after {
    background-image: url(img/icon-close-price.svg);
}

.price__block {
    width: 304px;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 100%;
    margin-top: 8px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 6px 32px 0 rgba(157, 157, 157, 0.08), 0 6px 20px 0 rgba(50, 50, 50, 0.04);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
}

.price.active .price__block {
    opacity: 1;
    visibility: visible;
}

.price.price_open .price__wrapper-input,
.price.price_open .price__button,
.price.price_open .price__apply {
    display: none;
}

.price.price_open .price__block {
    position: static;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.price__apply {
    margin-top: 22px;
}

.price__apply a,
.price__apply button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 13px;
    color: #272524;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.12px;
    text-transform: uppercase;
    border: 0;
    border-radius: 8px;
    background: #EEE;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.price__apply a:hover,
.price__apply button:hover {
    background: #272524;
    color: #fff;
}

.price__value {
    margin-bottom: 8px;
    border-radius: 8px;
    background: #EEE;
    padding: 11px 12px;
    display: flex;
    align-items: center;
    gap: 8px 10px;
    justify-content: space-between;
    color: #82848B;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.14px;
}

.price__reset {
    display: inline-flex;
    min-height: 28px;
    margin-left: auto;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(220, 43, 28, 0.24);
    border-radius: 8px;
    background: #fff;
    color: #DC2B1C;
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.price__reset:hover {
    border-color: #DC2B1C;
    background: #DC2B1C;
    color: #fff;
}

.filter-active {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 16px;
}

.filter-active__label {
    flex-shrink: 0;
    padding-top: 8px;
    color: #82848B;
    font-size: 14px;
    line-height: 16px;
}

.filter-active__items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-active__item,
.filter-active__reset {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 10px;
    border-radius: 8px;
    color: #272524;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    background: #EEE;
    transition: all 0.2s ease-out;
}

.filter-active__item:after {
    content: '';
    width: 14px;
    height: 14px;
    margin-left: 8px;
    background: url(img/icon-close-price.svg) no-repeat center / contain;
}

.filter-active__item:hover,
.filter-active__reset:hover {
    color: #fff;
    background: #272524;
}

/* ==========================================================================
   PRODUCTS
   ========================================================================== */
.products {
    padding: 40px 0 140px;
    background: #eee;
    border-radius: 0 0 40px 40px;
    margin-bottom: -40px;
    position: relative;
}

.products__items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.products__empty {
    padding: 32px;
    border-radius: 24px;
    background: #fff;
    color: #82848B;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
}

.products__pagination {
    margin-top: 40px;
}

.pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    color: #272524;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.pagination__prev,
.pagination__next {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    border: 1px solid rgba(39, 37, 36, 0.20);
    transition: all 0.2s ease-out;
    background: url(img/icon-arrow-pagination.svg) no-repeat center;
}

.pagination__prev:hover,
.pagination__next:hover {
    background-color: #fff;
}

.pagination__prev {
    margin-right: auto;
    transform: scale(-1, -1);
}

.pagination__next {
    margin-left: auto;
}

span.pagination__prev,
span.pagination__next {
    opacity: 0.2;
    border-color: #272524;
}

.pagination__link,
.pagination__dots,
.pagination__active {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease-out;
}

.pagination__link:hover {
    background: #fff;
}

.pagination__active {
    background: #fff;
}

/* ==========================================================================
   PROCESS
   ========================================================================== */
.process {
    margin-top: 112px;
    padding: 48px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 16px 0 rgba(0, 51, 153, 0.04), 0 2px 2px 0 rgba(0, 51, 153, 0.08);
}

.process__title {
    color: #272524;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.16px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.process__text {
    max-width: 800px;
    color: #82848B;
    font-size: 14px;
    line-height: 16px;
}

.process__block + .process__block {
    padding-top: 48px;
    border-top: 1px solid rgba(39, 37, 36, 0.20);
    margin-top: 24px;
}

.process__items {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
}

.process__caption {
    color: #272524;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.56px;
    text-transform: uppercase;
}

.process__item {
    display: flex;
    gap: 16px;
    flex-direction: column;
    padding-left: 48px;
    position: relative;
}

.process__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background: url(img/icon-check-process.svg) no-repeat;
}

.process__description {
    color: #82848B;
    font-size: 14px;
    line-height: 16px;
}

/* ==========================================================================
   PARAMETERS
   ========================================================================== */
.silver-wrapper {
    padding: 180px 0 140px;
    display: flex;
    flex-direction: column;
    gap: 140px;
    position: relative;
    background: #eee;
    border-radius: 0 0 40px 40px;
}

.parameters__title {
    margin-bottom: 48px;
    color: #272524;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
}

.parameters table {
    width: 100%;
}

.parameters th {
    color: #82848B;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    padding-bottom: 48px;
}

.parameters td {
    width: 50%;
    color: #272524;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    padding: 16px 0 16px 5px;
    border-bottom: 1px solid rgba(39, 37, 36, 0.20);
}

.parameters td:first-child {
    padding-left: 0;
    padding-right: 5px;
}

.parameters__block {
    padding: 48px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgba(0, 51, 153, 0.04), 0 2px 2px 0 rgba(0, 51, 153, 0.08);
}

.parameters__more {
    display: flex;
    justify-content: center;
    margin-top: 64px;
    color: #82848B;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.parameters__more a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
    user-select: none;
}

.parameters__more a:after {
    content: '';
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: url(img/icon-arrow-parameters.svg) no-repeat;
    transition: all 0.2s ease-out;
}

.parameters__more a.active:after {
    transform: rotate(180deg);
}

.parameters__hidden {
    display: none;
}

/* ==========================================================================
   ORDER
   ========================================================================== */
.order__columns {
    display: grid;
    gap: 48px;
    grid-template-columns: 1fr 1fr;
}

.order__title {
    color: #272524;
    font-size: 96px;
    font-weight: 800;
    line-height: 86px;
    letter-spacing: -4.8px;
    text-transform: uppercase;
    margin-bottom: 64px;
}

.order__description {
    color: #82848B;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 24px;
}

.order__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.order__item {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgba(0, 51, 153, 0.04), 0 2px 2px 0 rgba(0, 51, 153, 0.08);
    padding: 20px;
    color: #272524;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: space-between;
}

.order__item:before {
    content: '';
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: url(img/icon-check-order.svg) no-repeat;
}

.order__img {
    flex-grow: 1;
    border-radius: 24px;
}

.order__column-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq__title {
    margin-bottom: 48px;
    color: #272524;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
}

.faq__columns {
    display: flex;
    gap: 20px;
}

.faq__column-left {
    flex-grow: 1;
    padding: 48px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgba(0, 51, 153, 0.04), 0 2px 2px 0 rgba(0, 51, 153, 0.08);
}

.faq__column-right {
    flex-shrink: 0;
    width: 440px;
    padding: 48px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgba(0, 51, 153, 0.04), 0 2px 2px 0 rgba(0, 51, 153, 0.08);
}

.faq__caption {
    color: #272524;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
    padding-right: 48px;
    position: relative;
    user-select: none;
}

.faq__caption:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: 0;
    background: url(img/icon-arrow-faq.svg) no-repeat;
    transition: all 0.2s ease-out;
}

.faq__caption.active:after {
    transform: rotate(180deg);
}

.faq__text {
    color: #82848B;
    font-size: 18px;
    line-height: 24px;
    padding-top: 28px;
    display: none;
}

.faq__text.active {
    display: block;
}

.faq__item + .faq__item {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(39, 37, 36, 0.20);
}

.faq__column-right .form {
    height: 100%;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
}

.form__title {
    color: #272524;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
}

.form__text {
    color: #82848B;
    font-size: 16px;
    line-height: 18px;
}

.form__policy {
    color: #82848B;
    font-size: 12px;
    line-height: 14px;
}

.form__policy a {
    color: #272524;
    text-decoration: none;
}

.form__input {
    display: block;
    height: 64px;
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(39, 37, 36, 0.20);
    color: #272524;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 27px;
    outline: none;
}

.form__fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: auto 0;
}

/* ==========================================================================
   PRODUCT
   ========================================================================== */
.product {
    border-radius: 0 0 40px 40px;
    padding: 32px 0 32px;
    background: #fff;
    margin-bottom: -40px;
    position: relative;
    z-index: 1;
}

.product__breadcrumbs {
    margin-bottom: 48px;
    color: #82848B;
    font-size: 14px;
    line-height: 16px;
}

.product__breadcrumbs a {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.product__breadcrumbs a:hover {
    color: #272524;
}

.product__breadcrumbs span {
    color: #272524;
}

.product__columns {
    display: grid;
    gap: 64px;
    grid-template-columns: minmax(0, 1fr) 340px;
}

.product__column-right {
    display: flex;
    flex-direction: column;
    gap: 52px;
}

.product__name {
    color: #272524;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

.product__table table {
    color: #272524;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    width: 100%;
}

.product__table table td {
    padding: 8px 0 8px 5px;
    border-bottom: 1px solid rgba(39, 37, 36, 0.20);
}

.product__table table td:first-child {
    color: #82848B;
    padding-left: 0;
}

.product__table table td:last-child {
    text-align: right;
}

.product__table table tr:first-child td {
    padding-top: 0;
}

.product__more {
    color: #82848B;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    margin-top: 24px;
    user-select: none;
}

.product__more a {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.product__more a:after {
    content: '';
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background: url(img/icon-arrow-more-product.svg) no-repeat;
}

.product__more a.active:after {
    transform: rotate(180deg);
}

.product__hidden {
    display: none;
    padding-top: 8px;
}

.product__price-wrapper {
    display: flex;
    gap: 12px;
    align-items: baseline;
}

.product__price {
    color: #272524;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.2px;
    text-transform: uppercase;
}

.product__price b {
    color: #272524;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

.product__price-old {
    color: rgba(130, 132, 139, 0.70);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.2px;
    text-decoration-line: line-through;
    text-transform: uppercase;
}

.product__price-description {
    margin-top: 6px;
    color: #82848B;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.14px;
}

.product__button {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 32px;
}

.merchandise {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 80px;
}

.merchandise-preview {
    padding: 8px;
    border-radius: 24px;
    background: #EEE;
}

.merchandise-preview__img {
    display: block;
    padding-top: 61%;
    border-radius: 8px;
    margin-bottom: 12px;
}

.merchandise-preview__name {
    padding: 0 8px;
    color: #272524;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.48px;
    text-transform: uppercase;
}

.merchandise-preview__name a {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.merchandise-preview__name a:hover {
    color: #DC2B1C;
}

.merchandise-preview__row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    margin-top: 20px;
}

.merchandise-preview-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-right: auto;
}

.merchandise-preview__price-old {
    color: #B6B8C5;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-decoration-line: line-through;
    text-transform: uppercase;
}

.merchandise-preview__price {
    color: #272524;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.merchandise-preview__price b {
    color: #272524;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
}

/* ==========================================================================
   GRAB
   ========================================================================== */
.grab {
    border-radius: 0 0 40px 40px;
    padding: 88px 0 70px;
    background: #eee;
    position: relative;
    margin-bottom: -40px;
}

.grab__wrapper {
    padding: 28px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgba(0, 51, 153, 0.04), 0 2px 2px 0 rgba(0, 51, 153, 0.08);
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr 1fr;
    position: relative;
}

.grab__img {
    padding-top: 58%;
    border-radius: 16px;
    background: #EEE;
    position: relative;
}

.grab__count {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.grab__count span {
    padding: 10px 18px;
    color: #DC2B1C;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 99px;
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgba(0, 51, 153, 0.04), 0 2px 2px 0 rgba(0, 51, 153, 0.08);
}

.grab__left {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.grab__title {
    color: #272524;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

.grab__fields {
    margin: auto 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.grab__label {
    color: #82848B;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.16px;
    margin-bottom: 8px;
}

.grab__input {
    display: block;
    height: 48px;
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(39, 37, 36, 0.40);
    color: #272524;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 27px;
    outline: none;
}

.grab__table {
    width: 100%;
    color: #272524;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

.grab__table tr:first-child td {
    padding-top: 0;
}

.grab__table td {
    padding-top: 8px;
    padding-left: 5px;
}

.grab__table td:last-child {
    text-align: right;
}

.grab__table td:first-child {
    padding-left: 0;
}

.grab__table_total {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.28px;
}

.grab__table_info tr:last-child td {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(39, 37, 36, 0.20);
}

.grab__info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.grab__row {
    display: flex;
    gap: 20px;
}

.grab__submit {
    flex-grow: 1;
}

.grab__ps {
    flex-shrink: 0;
    width: 229px;
    color: #DC2B1C;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 16px 24px 16px 56px;
    border-radius: 16px;
    background: rgba(220, 43, 28, 0.08);
    position: relative;
}

.grab__ps:before {
    content: '';
    position: absolute;
    left: 24px;
    top: 13.5px;
    width: 24px;
    height: 24px;
    background: url(img/icon-important.svg) no-repeat;
}

.concrete-calc.grab__wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: stretch;
    margin-top: 0;
}

.concrete-calc__main,
.concrete-calc__side {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.concrete-calc__note,
.concrete-calc__hint {
    color: #7A746C;
    font-size: 14px;
    line-height: 20px;
}

.concrete-calc__controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
}

.concrete-calc__dimensions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.concrete-calc__form .grab__field {
    min-width: 0;
}

.concrete-calc__form .grab__input {
    padding-right: 16px;
    padding-left: 16px;
}

.concrete-calc__form .grab__submit,
.concrete-calc__form .grab__submit .more {
    width: 100%;
}

.concrete-calc__field {
    min-width: 0;
}

.concrete-calc__input {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1px solid rgba(39, 37, 36, 0.18);
    border-radius: 14px;
    background: #FFF;
    color: #272524;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    outline: none;
    transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
}

.concrete-calc__input:focus {
    border-color: rgba(220, 43, 28, 0.58);
    box-shadow: 0 0 0 3px rgba(220, 43, 28, 0.08);
}

.concrete-calc__input::placeholder {
    color: rgba(39, 37, 36, 0.36);
}

.concrete-calc__result {
    background: #F6F4F1;
    color: #DC2B1C;
}

.concrete-calc__qty,
.concrete-qty-mini {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(39, 37, 36, 0.18);
    border-radius: 14px;
    background: #FFF;
}

.concrete-calc__qty button,
.concrete-qty-mini button {
    height: 42px;
    border: 0;
    background: #EEE;
    color: #272524;
    font: inherit;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.concrete-calc__qty button:hover,
.concrete-qty-mini button:hover {
    background: #DC2B1C;
    color: #FFF;
}

.concrete-calc__qty input,
.concrete-qty-mini input {
    width: 100%;
    height: 42px;
    border: 0;
    background: #FFF;
    color: #272524;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    outline: none;
}

.concrete-calc__delivery {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #EEE;
    color: #272524;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    cursor: pointer;
}

.concrete-calc__delivery input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    accent-color: #DC2B1C;
}

.concrete-calc__delivery-fields {
    display: grid;
    grid-template-columns: 1fr 120px;
    gap: 10px;
}

.concrete-calc__select,
.concrete-calc__km {
    height: 44px;
    width: 100%;
    padding: 0 14px;
    border: 1px solid rgba(39, 37, 36, 0.18);
    border-radius: 14px;
    background: #FFF;
    color: #272524;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    outline: none;
}

.concrete-calc__summary {
    padding: 18px;
    border-radius: 18px;
    background: #EEE;
}

.concrete-calc__summary .grab__table td {
    vertical-align: top;
}

.concrete-calc__actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.concrete-calc__actions .product__button {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.concrete-calc__actions .button {
    flex: 1 1 auto;
}

.concrete-calc__button_disabled {
    opacity: 0.62;
}

.concrete-qty-mini {
    width: 128px;
    grid-template-columns: 34px 60px 34px;
    border-radius: 12px;
}

.concrete-qty-mini button,
.concrete-qty-mini input {
    height: 40px;
}

.concrete-qty-mini input {
    font-size: 14px;
}

/* ==========================================================================
   BLACK-WRAPPER
   ========================================================================== */
.black-wrapper {
    padding: 180px 0 140px;
    display: flex;
    flex-direction: column;
    gap: 112px;
    background: #272524;
    border-radius: 0 0 40px 40px;
}

.scheme-preview {
    padding: 8px;
    border-radius: 24px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.scheme-preview__img {
    padding-top: 50%;
    background: #eee;
    border-radius: 12px;
}

.scheme-preview__name {
    padding: 16px;
    color: #272524;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.48px;
    text-transform: uppercase;
}

/* ==========================================================================
   PRODUCTION-WRAPPER
   ========================================================================== */
.production-wrapper {
    padding: 180px 0 140px;
    display: flex;
    flex-direction: column;
    gap: 112px;
    background: #eee;
    border-radius: 0 0 40px 40px;
    position: relative;
    margin-bottom: -40px;
}

.production-wrapper .caption_white {
    color: #272524;
}

.production-wrapper .link {
    color: rgba(39, 37, 36, 0.60);
}

.production-wrapper .link:hover {
    color: #272524;
}

.production-wrapper .link:after {
    opacity: 0.6;
    background-image: url(img/icon-right-main-link-black.svg);
}

.production-wrapper .link:hover:after {
    opacity: 1;
}

.production-wrapper .production__prev,
.production-wrapper .production__next {
    border: 1px solid rgba(39, 37, 36, 0.20);
}

.production-wrapper .production__prev:after,
.production-wrapper .production__next:after {
    background-image: url(img/icon-arrow-navigation-black.svg);
}

/* ==========================================================================
   WHITE-WRAPPER
   ========================================================================== */
.white-wrapper {
    padding: 180px 0 140px;
    display: flex;
    flex-direction: column;
    gap: 112px;
    background: #fff;
    border-radius: 0 0 40px 40px;
}

.white-wrapper .videos,
.white-wrapper .useful {
    background: none;
    padding: 0;
    margin: 0;
}

.white-wrapper .useful-preview {
    background: #eee;
}

/* ==========================================================================
   GALLERY
   ========================================================================== */
.gallery {
    padding-left: 120px;
    position: relative;
}

.gallery__left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    padding: 78px 0;
}

.gallery__prev,
.gallery__next {
    position: absolute;
    bottom: 0;
    left: 12px;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    border: 1px solid rgba(39, 37, 36, 0.20);
    cursor: pointer;
    background: url(img/icon-arrow-gallery.svg) no-repeat center;
}

.gallery__next {
    top: 0;
    transform: rotate(180deg);
}

.gallery__prev.swiper-button-disabled,
.gallery__next.swiper-button-disabled {
    opacity: 0.2;
    border-color: #272524;
}

.gallery__img {
    height: 512px;
    border-radius: 24px;
}

.gallery__right {
    position: relative;
}

.gallery__label {
    position: absolute;
    z-index: 2;
    left: 24px;
    top: 24px;
    padding: 2px 12px 2px 2px;
    border-radius: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #272524;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.gallery__label:before {
    content: '';
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: #DC2B1C no-repeat center;
}

.gallery__label_discount:before {
    background-image: url(img/icon-product-preview-discount.svg);
}

.gallery__label_hit:before {
    background-image: url(img/icon-product-preview-hit.svg);
}

.gallery__label_available:before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #7AB56D;
    background-image: none;
}

.gallery__label_available:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 10px;
    width: 7px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.gallery__label_order:before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #DC2B1C;
    background-image: none;
}

.gallery__label_available,
.gallery__label_order {
    padding: 5px 10px 5px 5px;
    border-radius: 999px;
    gap: 6px;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0;
    background: rgba(122, 181, 109, 0.12);
    color: #3F7F35;
}

.gallery__label_order {
    background: rgba(220, 43, 28, 0.10);
    color: #B52A20;
}

.gallery__label_order:after {
    content: '';
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 8px;
    border-radius: 2px;
    background: #fff;
}

.gallery__tabs {
    position: absolute;
    z-index: 2;
    bottom: 32px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.gallery__tab {
    color: #272524;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    padding: 10px 12px;
    border-radius: 12px;
    background: #EEE;
    cursor: pointer;
}

.gallery__tab.active {
    background: #272524;
    color: #fff;
    cursor: default;
}

.gallery__thumbs {
    height: 356px;
}

.gallery__thumbs .swiper {
    width: 100%;
    height: 100%;
}

.gallery-thumb {
    padding-top: 100%;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
}

.gallery-thumb:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 12px;
    border: 3px solid #272524;
    opacity: 0;
    transition: all 0.2s ease-out;
}

.swiper-slide-thumb-active .gallery-thumb {
    cursor: default;
}

.swiper-slide-thumb-active .gallery-thumb:after {
    opacity: 1;
}

.product__gallery {
    display: none;
}

.product__gallery.active {
    display: block;
}

/* ==========================================================================
   MEDIA
   ========================================================================== */
@media only screen and (max-width: 1439.98px) {
    .container {
        padding: 0 40px;
    }

    .header__navbar {
        gap: 24px;
    }

    .header__nav ul {
        gap: 24px;
    }

    .columns__right {
        width: 520px;
    }

    .main__nav {
        left: 370px;
    }

    .stock-preview__columns {
        display: flex;
    }

    .stock-preview__column-left {
        width: 160px;
        flex-shrink: 0;
    }

    .stock-preview__column-right {
        flex-grow: 1;
    }

    .faq__column-right {
        width: 400px;
    }

    .product__columns {
        gap: 48px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .container {
        padding: 0 20px;
    }

    .header__phone {
        display: none;
    }

    .main__right {
        width: 500px;
        height: 400px;
    }

    .main__discount {
        top: 30px;
        right: 30px;
    }

    .main__right img {
        top: -33px;
    }

    .main__nav {
        left: 307px;
    }

    .main__left {
        padding: 30px 48px 30px 30px;
    }

    .columns {
        display: block;
    }

    .columns__right {
        width: auto;
    }

    .categories__more {
        justify-content: flex-start;
    }

    .categories__more {
        margin-top: 32px;
    }

    .nums__items {
        padding: 24px 32px;
    }

    .advantages__columns {
        gap: 48px;
    }

    .process__items {
        grid-template-columns: 1fr 1fr;
    }

    .order__items {
        grid-template-columns: 1fr 1fr;
    }

    .order__title {
        font-size: 70px;
        line-height: 1.2;
        letter-spacing: 0;
        margin-bottom: 48px;
    }

    .faq__column-right {
        width: 370px;
        padding: 32px;
    }

    .faq__column-left {
        padding: 32px;
    }

    .process {
        padding: 32px;
    }

    .parameters__block {
        padding: 32px;
    }

    .parameters th {
        padding-bottom: 32px;
    }

    .parameters__more {
        margin-top: 48px;
    }

    .merchandise {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .grab__row {
        display: flex;
        flex-direction: column;
    }

    .grab__ps {
        width: 100%;
    }

    .grab__wrapper {
        gap: 48px;
    }
}

@media only screen and (max-width: 991.98px) {
    * {
        -webkit-tap-highlight-color: transparent;
    }

    .wrapper {
        padding-top: 80px;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
    }

    .header__modal {
        opacity: 1;
        visibility: visible;
        position: fixed;
        top: 80px;
        bottom: 0;
        width: 220px;
        left: -220px;
        background: #272524;
        z-index: 11;
        padding: 0 24px 24px;
        overflow-y: auto;
    }

    .header__modal.active {
        left: 0;
    }

    .header__navbar {
        position: fixed;
        top: 80px;
        bottom: 0;
        width: 220px;
        left: -220px;
        background: #272524;
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
        z-index: 11;
        padding: 24px;
        overflow-y: auto;
    }

    .header__navbar.active {
        left: 0;
    }

    .header__nav ul {
        flex-direction: column;
        gap: 24px;
    }

    .header__nav li > a {
        height: auto;
    }

    .header__favorites {
        order: 4;
        width: auto;
    }

    .nk-header-favorites {
        width: 40px;
        justify-content: center;
    }

    .header-more {
        display: none !important;
    }

    .header__nav {
        order: 2;
    }

    .header__nav:first-child {
        order: 1;
    }

    .header__phone {
        display: block;
        order: 3;
        margin: 12px 0;
    }

    .header__phone a {
        height: auto;
    }

    .header__button {
        order: 5;
    }

    .categories__items {
        grid-template-columns: 1fr 1fr;
    }

    .nums__item b {
        font-size: 80px;
        letter-spacing: -5px;
    }

    .nums__items {
        padding-left: 20px;
        padding-right: 20px;
    }

    .object-preview__block {
        padding-left: 12px;
        padding-right: 12px;
    }

    .more {
        gap: 24px;
    }

    .object-preview__name {
        font-size: 27px;
    }

    .advantages__columns {
        display: block;
    }

    .advantages__column-right {
        margin-top: 32px;
    }

    .stock-preview__columns {
       flex-direction: column;
    }

    .stock-preview__block {
        padding-left: 12px;
        padding-right: 12px;
    }

    .stock-preview__name {
        font-size: 27px;
    }

    .videos__items {
        grid-template-columns: 1fr 1fr;
    }

    .useful__items {
        grid-template-columns: 1fr 1fr;
    }

    .footer__left {
        width: 150px;
    }

    .main__right {
        width: 350px;
        height: 380px;
        padding: 30px;
    }

    .main__right img {
        position: static;
    }

    .main__left {
        padding-left: 20px;
    }

    .main__nav {
        position: static;
        margin-top: 24px;
        justify-content: flex-end;
    }

    .main__discount {
        top: 24px;
        right: 24px;
    }

    .header__btn {
        display: flex;
    }

    .header__nav li.parent > a:after {
        transform: rotate(-90deg);
    }

    .produce {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .header__modal .container {
        padding: 0;
    }

    .header__back {
        display: block;
    }

    .header__modal:before {
        display: none;
    }

    .calculators {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .calculator-preview__img {
        padding-top: 80%;
    }

    .nav__items {
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .nav {
        display: block;
    }

    .nav__map {
        margin-top: 24px;
        height: 250px;
    }

    .products__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category__row {
        flex-direction: column;
        align-items: flex-start;
    }

    .process__items {
        gap: 40px 24px;
    }

    .faq__columns {
        flex-direction: column;
    }

    .faq__column-right {
        width: auto;
    }

    .order__columns {
        display: flex;
        flex-direction: column;
    }

    .order__img {
        padding-top: 50%;
    }

    .filter__block {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .filter__sort {
        margin-left: -16px;
    }

    .filter-active {
        flex-direction: column;
        gap: 8px;
    }

    .filter-active__label {
        padding-top: 0;
    }

    .product__columns {
        display: flex;
        flex-direction: column;
    }

    .grab__wrapper {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer__blocks {
        display: block;
    }

    .footer__block {
        padding: 8px;
    }

    .footer__block + .footer__block {
        margin-top: 32px;
    }

    .footer__left {
        width: 200px;
    }

    .footer__block:nth-child(odd) {
        border-right: none;
    }

    .nums__item span {
        font-size: 14px;
    }

    .nums__item b {
        font-size: 50px;
        letter-spacing: -3px;
    }

    .category-preview__name {
        font-size: 24px;
    }

    .nums {
        height: 600px;
    }

    .nums__play {
        top: 190px;
    }

    .main__title {
        font-size: 50px;
        line-height: 1.2;
        letter-spacing: 0;
    }

    .title {
        font-size: 50px;
        line-height: 1.2;
        letter-spacing: 0;
    }

    .objects__items {
        display: flex;
        flex-direction: column;
    }

    .main {
        padding-bottom: 72px;
    }

    .categories__columns {
        padding: 150px 0 200px;
    }

    .objects {
        padding: 130px 0 100px;
    }

    .advantages {
        padding: 140px 0 100px;
    }

    .stocks {
        padding: 100px 0;
    }

    .production {
        padding: 140px 0 100px;
    }

    .videos {
        padding: 140px 0 100px;
    }

    .useful {
        padding: 140px 0 100px;
    }

    .footer {
        padding-top: 140px;
    }

    .main__right {
        width: auto;
        height: auto;
        border-radius: 32px;
        padding: 24px;
        margin-top: -40px;
    }

    .main__left {
        border-radius: 0 32px 32px 32px;
        padding: 48px 24px 88px;
        margin-right: 0;
        flex: 0 1 auto;
        max-width: none;
    }

    .main__slide {
        flex-direction: column;
    }

    .main__left.active {
        border-radius: 32px 32px 32px 32px;
    }

    .main__right img {
        max-height: 300px;
        max-width: 100%;
        width: auto;
        margin: auto;
    }

    .stocks__items {
        display: flex;
        flex-direction: column;
    }

    .stock-preview__term b {
        display: inline;
    }

    .stock-preview__column-left {
        width: auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .process__items {
        display: flex;
        flex-direction: column;
    }

    .process {
        margin-top: 60px;
    }

    .products {
        padding-bottom: 100px;
    }

    .production-wrapper,
    .white-wrapper,
    .black-wrapper,
    .silver-wrapper {
        padding: 140px 0 100px;
        gap: 100px;
    }

    .grab {
        padding: 140px 0 100px;
    }

    .product {
        padding-bottom: 100px;
    }

    .order__title {
        font-size: 50px;
        line-height: 1.2;
        margin-bottom: 32px;
    }

    .faq__title {
        margin-bottom: 32px;
    }

    .parameters__title {
        margin-bottom: 32px;
    }

    .process__caption {
        font-size: 26px;
        letter-spacing: 0;
        line-height: 1.2;
    }

    .parameters td {
        font-size: 16px;
        line-height: 1.5;
    }

    .parameters th {
        font-size: 16px;
        line-height: 1.5;
        padding-bottom: 24px;
    }

    .faq__text {
        font-size: 16px;
        line-height: 1.5;
        padding-top: 24px;
    }

    .category__title {
        font-size: 50px;
        line-height: 1.2;
        letter-spacing: 0;
    }

    .category__item {
        width: auto;
    }

    .category__items {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .gallery__img {
        height: auto;
        padding-top: 80%;
    }

    .gallery {
        padding-left: 0;
    }

    .gallery__left {
        width: auto;
        position: static;
        padding: 0;
        margin-top: 12px;
    }

    .gallery__nav {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-top: 12px;
    }

    .gallery__prev,
    .gallery__next {
        position: static;
    }

    .gallery__thumbs .swiper {
        width: auto;
        height: auto;
    }

    .gallery__next {
        transform: rotate(90deg);
    }

    .gallery__prev {
        transform: rotate(-90deg);
    }

    .gallery__thumbs {
        height: auto;
    }

    .product__columns {
        gap: 32px;
    }

    .product__column-right {
        gap: 32px;
    }

    .merchandise {
        grid-template-columns: 1fr 1fr;
    }

    .grab__wrapper {
        padding: 32px;
        gap: 32px;
    }

    .production__navigation {
        position: static;
        margin-top: 24px;
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 575.98px) {
    .categories__items {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .categories__items .category-preview {
        min-width: 0;
        gap: 16px;
        padding: 6px;
        border-radius: 16px;
    }

    .categories__items .category-preview__img {
        border-radius: 12px;
    }

    .categories__items .category-preview__name {
        min-width: 0;
        gap: 6px;
        font-size: 15px;
        line-height: 18px;
        letter-spacing: 0;
        overflow-wrap: anywhere;
    }

    .categories__items .category-preview__name span {
        min-width: 0;
        padding: 8px 0 8px 8px;
    }

    .categories__items .category-preview__name:after {
        width: 32px;
        height: 32px;
        border-radius: 8px;
        background-size: 16px 16px;
        opacity: 1;
    }

    .categories__items .category-preview:hover .category-preview__name:after {
        opacity: 1;
    }

    .nums__items {
        flex-direction: column;
    }

    .footer__left {
        width: 150px;
    }

    .footer__columns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .footer__column {
        width: auto;
    }

    .main__title {
        font-size: 36px;
    }

    .title {
        font-size: 36px;
    }

    .caption {
        font-size: 32px;
        letter-spacing: 0;
        line-height: 1.2;
        margin-bottom: 32px;
    }

    .main__caption {
        font-size: 32px;
        letter-spacing: 0;
        line-height: 1.2;
    }

    .description {
        font-size: 16px;
        line-height: 1.5;
    }

    .main__description {
        font-size: 16px;
        line-height: 1.5;
    }

    .categories__more .more {
        width: 100%;
    }

    .main__tab {
        font-size: 13px;
        padding: 0 10px;
    }

    .main__tab_empty {
        width: 50px;
    }

    .link {
        font-size: 14px;
    }

    .link:after {
        width: 22px;
        height: 22px;
        background-size: cover;
    }

    .main__price b {
        font-size: 32px;
        letter-spacing: 0;
        line-height: 1;
    }

    .main__price s {
        letter-spacing: 0;
        font-size: 16px;
        line-height: 1;
    }

    .main__right img {
        max-height: 250px;
    }

    .main {
        padding: 50px 0;
    }

    .categories__columns {
        padding: 90px 0 110px;
    }

    .categories__items {
        margin-top: -70px;
    }

    .categories__block {
        padding: 80px 0 100px;
    }

    .nums__item {
        text-align: center;
    }

    .nums__items {
        padding: 50px 24px;
        gap: 48px;
    }

    .nums__item b {
        line-height: 80px;
    }

    .object-preview__cols {
        display: flex;
        flex-direction: column;
    }

    .objects {
        padding: 100px 0 50px;
    }

    .advantages {
        padding: 100px 0 50px;
    }

    .stocks {
        padding: 50px 0;
    }

    .production {
        padding: 100px 0 50px;
    }

    .link-wrapper {
        margin-top: 32px;
    }

    .videos {
        padding: 100px 0 50px;
    }

    .useful {
        padding: 60px 0 50px;
    }

    .footer {
        padding: 100px 0 50px;
    }

    .useful__items {
        display: flex;
        flex-direction: column;
    }

    .videos__items {
        display: flex;
        flex-direction: column;
    }

    .video-preview__height {
        padding-top: 140%;
    }

    .stock-preview__term b {
        display: block;
    }

    .stock-preview__term {
        font-size: 16px;
        line-height: 20px;
    }

    .more {
        padding-left: 18px;
        gap: 12px;
    }

    .advantages__description {
        font-size: 16px;
        line-height: 1.3;
    }

    .products__items {
        display: flex;
        flex-direction: column;
    }

    .category__title {
        font-size: 36px;
    }

    .category__items {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .category__item {
        flex: 0 0 auto;
    }

    .process {
        padding-left: 20px;
        padding-right: 20px;
    }

    .process__caption {
        font-size: 24px;
    }

    .products {
        padding-bottom: 50px;
    }

    .production-wrapper,
    .white-wrapper,
    .black-wrapper,
    .silver-wrapper {
        padding: 100px 0 50px;
    }

    .product {
        padding-bottom: 50px;
    }

    .grab {
        padding: 100px 0 50px;
    }

    .parameters__block {
        padding-left: 20px;
        padding-right: 20px;
    }

    .parameters th {
        padding-bottom: 16px;
    }

    .parameters th,
    .parameters td {
        font-size: 14px;
    }

    .parameters__more {
        margin-top: 32px;
    }

    .order__title {
        font-size: 36px;
    }

    .production-wrapper,
    .white-wrapper,
    .black-wrapper,
    .silver-wrapper {
        gap: 60px;
    }

    .faq__column-left {
        padding-left: 20px;
        padding-right: 20px;
    }

    .faq__column-right {
        padding-left: 20px;
        padding-right: 20px;
    }

    .faq__text {
        font-size: 14px;
    }

    .form__text {
        font-size: 14px;
        line-height: 1.3;
    }

    .order__img {
        padding-top: 60%;
    }

    .grab__title,
    .product__name {
        font-size: 36px;
        line-height: 1.2;
        letter-spacing: 0;
    }

    .merchandise {
        display: flex;
        flex-direction: column;
        margin-top: 60px;
    }

    .grab__wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .product__table table {
        font-size: 14px;
    }

    .grab__table {
        font-size: 14px;
        line-height: 1.2;
    }

    .grab__count {
        bottom: 20px;
    }

    .grab__count span {
        font-size: 20px;
        padding: 12px 24px;
        line-height: 1.2;
    }

    .product__price-description {
        font-size: 13px;
    }

    .product__more {
        font-size: 13px;
    }

    .product__more a:after {
        width: 14px;
        height: 14px;
        background-size: cover;
    }

    .product__more a {
        gap: 4px;
    }

    .gallery__img {
        padding-top: 100%;
    }

    .gallery__label {
        left: 20px;
        top: 20px;
    }

    .gallery__tabs {
        bottom: 20px;
    }

    .gallery__tab {
        font-size: 13px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 374.98px) {
    .main__title {
        font-size: 32px;
    }

    .footer__block {
        gap: 12px;
    }

    .footer__left {
        width: 125px;
    }

    .footer__button a {
        padding: 10px;
        font-size: 10px;
    }

    .footer__author {
        width: 110px;
    }

    .footer__policy {
        font-size: 13px;
        line-height: 17px;
    }

    .main__tab {
        font-size: 11px;
        padding: 0 9px;
        line-height: 14px;
    }

    .caption {
        font-size: 30px;
    }

    .more {
        gap: 6px;
        font-size: 13px;
        padding-left: 12px;
    }

    .more:after {
        width: 48px;
        height: 48px;
        background-size: 18px 18px;
    }

    .process__item:before {
        display: none;
    }

    .process__item {
        padding-left: 0;
    }

    .order__items {
        display: flex;
        flex-direction: column;
    }

    .order__title {
        margin-bottom: 24px;
    }

    .order__columns {
        gap: 32px;
    }

    .parameters__block {
        padding-left: 10px;
        padding-right: 10px;
    }

    .grab__title, .product__name {
        font-size: 32px;
    }
}

/*==========  Mobile First Method  ==========*/
@media only screen and (min-width: 576px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {
    .header__nav li.parent:hover > a:after {
        transform: rotate(180deg);
    }

    .header__nav li.parent:hover .header__modal {
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (min-width: 1200px) {

}


/* ==========================================================================
   NEWS & ARTICLE
   ========================================================================== */
.news-hero,
.article-hero {
    background: #272524;
    padding: 32px 0 88px;
}

.news-hero__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
}

.news-hero__content {
    max-width: 920px;
}

.news-hero__title,
.article-hero__title {
    color: #FFF;
    font-size: 80px;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: -5.6px;
    text-transform: uppercase;
}

.news-hero__description,
.article-hero__lead {
    margin-top: 24px;
    max-width: 900px;
}

.news-hero__button {
    flex-shrink: 0;
}

.news-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.news-tag,
.article-chip {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.news-tag:hover,
.news-tag.active,
.article-chip {
    background: #FFF;
    color: #272524;
}

.news-page,
.article-page {
    position: relative;
    z-index: 2;
    margin-top: -40px;
    padding: 64px 0 140px;
    border-radius: 40px 40px 0 0;
    background: #EEE;
}

.news-featured {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
    gap: 24px;
    padding: 8px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgba(0, 51, 153, 0.04), 0 2px 2px 0 rgba(0, 51, 153, 0.08);
}

.news-featured__image {
    min-height: 420px;
    border-radius: 16px;
}

.news-featured__content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.news-featured__meta,
.news-card__meta,
.article-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.news-featured__meta span,
.news-card__meta span,
.article-hero__meta span:not(.article-chip) {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 10px;
    background: #EEE;
    color: #82848B;
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
}

.article-hero__meta span:not(.article-chip) {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.75);
}

.news-featured__title,
.news-card__title {
    color: #272524;
    font-size: 34px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.68px;
    text-transform: uppercase;
}

.news-card__title {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.44px;
}

.news-featured__title a,
.news-card__title a {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.news-featured:hover .news-featured__title a,
.news-card:hover .news-card__title a {
    color: #DC2B1C;
}

.news-featured__text,
.news-card__text,
.article-contact__text {
    color: #82848B;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.16px;
}

.news-featured__actions {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.news-featured__badge {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 12px;
    background: rgba(220, 43, 28, 0.08);
    color: #DC2B1C;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.news-grid {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.news-grid_related {
    margin-top: 0;
}

.news-card {
    padding: 8px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgba(0, 51, 153, 0.04), 0 2px 2px 0 rgba(0, 51, 153, 0.08);
    transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}

.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 51, 153, 0.08), 0 4px 8px rgba(0, 51, 153, 0.08);
}

.news-card__image {
    display: block;
    padding-top: 62%;
    border-radius: 14px;
}

.news-card__body {
    padding: 16px 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.article-hero__title {
    max-width: 1100px;
    margin-top: 24px;
}

.article-hero__lead {
    max-width: 920px;
}

.article-hero__image {
    margin-top: 16px;
    padding-top: 42%;
    border-radius: 24px;
}

.article-layout {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.article-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 24px;
}

.article-toc,
.article-contact,
.article-content {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgba(0, 51, 153, 0.04), 0 2px 2px 0 rgba(0, 51, 153, 0.08);
}

.article-toc__button {
    display: none;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px 24px;
    background: transparent;
    color: #272524;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.16px;
    text-transform: uppercase;
    text-align: left;
}

.article-toc__body {
    padding: 24px;
}

.article-toc__title,
.article-contact__title {
    color: #272524;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

.article-toc__nav {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.article-toc__nav a {
    display: block;
    padding: 12px 14px;
    border-radius: 12px;
    color: #82848B;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.article-toc__nav a:hover,
.article-toc__nav a.active {
    color: #272524;
    background: #EEE;
}

.article-toc__nav a.article-toc__link_level3 {
    margin-left: 12px;
    font-size: 14px;
    line-height: 16px;
}

.article-contact {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.article-content {
    padding: 48px;
}

.article-content > *:first-child {
    margin-top: 0;
}

.article-content__lead {
    color: #272524;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.22px;
}

.article-content h2,
.article-content h3 {
    color: #272524;
    text-transform: uppercase;
    scroll-margin-top: 24px;
}

.article-content h2 {
    margin-top: 48px;
    font-size: 34px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.68px;
}

.article-content h3 {
    margin-top: 28px;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.44px;
}

.article-content p,
.article-content li {
    color: #4E515B;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.18px;
}

.article-content p {
    margin-top: 20px;
}

.article-content ul,
.article-content ol {
    margin-top: 20px;
    padding-left: 22px;
}

.article-content li + li {
    margin-top: 10px;
}

.article-note {
    margin-top: 28px;
    padding: 24px;
    border-radius: 16px;
    background: rgba(220, 43, 28, 0.06);
    color: #272524;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.17px;
}

.article-note strong {
    color: #DC2B1C;
}

.article-quote {
    margin: 28px 0 0;
    padding: 28px 32px;
    border-left: 4px solid #DC2B1C;
    border-radius: 0 16px 16px 0;
    background: #F7F7F7;
    color: #272524;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.24px;
}

.article-figure {
    margin-top: 32px;
}

.article-figure__image {
    padding-top: 48%;
    border-radius: 20px;
}

.article-figure__caption {
    margin-top: 12px;
    color: #82848B;
    font-size: 14px;
    line-height: 18px;
}

.article-related {
    margin-top: 72px;
}

@media only screen and (max-width: 1439.98px) {
    .news-hero__title,
    .article-hero__title {
        font-size: 64px;
        line-height: 64px;
        letter-spacing: -4px;
    }

    .news-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .article-layout {
        grid-template-columns: 280px minmax(0, 1fr);
    }

    .article-content {
        padding: 40px;
    }
}

@media only screen and (max-width: 1235.98px) {
    .news-featured {
        grid-template-columns: 1fr;
    }

    .news-featured__image {
        min-height: 340px;
    }

    .news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .article-layout {
        grid-template-columns: 1fr;
    }

    .article-sidebar {
        position: static;
    }

    .article-toc__button {
        display: block;
    }

    .article-toc__body {
        display: none;
        padding-top: 0;
    }

    .article-toc.active .article-toc__body {
        display: block;
        padding-top: 24px;
    }
}

@media only screen and (max-width: 991.98px) {
    .news-hero,
    .article-hero {
        padding-bottom: 72px;
    }

    .news-page,
    .article-page {
        padding: 48px 0 112px;
    }

    .news-hero__row {
        flex-direction: column;
        align-items: flex-start;
    }

    .news-hero__title,
    .article-hero__title {
        font-size: 52px;
        line-height: 52px;
        letter-spacing: -2.8px;
    }

    .article-hero__image {
        padding-top: 58%;
    }

    .news-featured__content {
        padding: 20px;
    }

    .news-featured__title {
        font-size: 28px;
        line-height: 30px;
    }

    .article-content {
        padding: 32px 28px;
    }

    .article-content__lead {
        font-size: 20px;
        line-height: 28px;
    }

    .article-content h2 {
        font-size: 28px;
        line-height: 30px;
    }

    .article-quote {
        font-size: 20px;
        line-height: 28px;
        padding: 24px;
    }
}

@media only screen and (max-width: 767.98px) {
    .news-page,
    .article-page {
        border-radius: 24px 24px 0 0;
        margin-top: -24px;
        padding: 36px 0 96px;
    }

    .news-hero__title,
    .article-hero__title {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -1.6px;
    }

    .news-featured__image,
    .article-hero__image {
        border-radius: 16px;
    }

    .news-featured__image {
        min-height: 240px;
    }

    .news-grid {
        grid-template-columns: 1fr;
    }

    .news-featured__content,
    .article-contact,
    .article-toc__body,
    .article-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .article-toc__button {
        padding: 18px 20px;
    }

    .article-content p,
    .article-content li {
        font-size: 16px;
        line-height: 26px;
    }

    .article-content h2 {
        margin-top: 40px;
        font-size: 24px;
        line-height: 26px;
    }

    .article-content h3 {
        font-size: 20px;
        line-height: 22px;
    }

    .article-content__lead {
        font-size: 18px;
        line-height: 26px;
    }

    .article-note {
        padding: 20px;
    }

    .article-quote {
        font-size: 18px;
        line-height: 26px;
    }
}


/* ==========================================================================
   INNER PAGES
   ========================================================================== */
.inner-hero {
    padding: 40px 0 96px;
    background: #272524;
}

.inner-hero .category__breadcrumbs a:hover {
    color: #fff;
}

.inner-hero__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 460px;
    gap: 40px;
    align-items: end;
}

.inner-hero__content {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-self: center;
}

.inner-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.inner-chip {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 12px;
    background: #EEE;
    color: #272524;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.inner-chip_dark {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.inner-chip_light {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.inner-hero__title {
    color: #FFF;
    font-size: 80px;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: -5.6px;
    text-transform: uppercase;
}

.inner-hero__lead {
    max-width: 760px;
}

.inner-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.inner-hero__media {
    min-width: 0;
}

.inner-hero__image {
    padding-top: 76%;
    border-radius: 24px;
}

.inner-page {
    position: relative;
    z-index: 1;
    margin-top: -40px;
    padding: 72px 0 140px;
    border-radius: 40px 40px 0 0;
    background: #EEE;
}

.page-section + .page-section {
    margin-top: 72px;
}

.page-section_first {
    margin-top: 0;
}

.page-section_nested {
    margin-top: 56px;
}

.section-head {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 32px;
}

.section-head_between {
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
}

.section-head .caption {
    margin-bottom: 0;
}

.section-head .description {
    max-width: 760px;
}

.section-caption {
    color: #82848B;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.section-title {
    color: #272524;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -1.44px;
    text-transform: uppercase;
}

.section-text {
    color: #4E515B;
    font-size: 18px;
    line-height: 28px;
}

.page-intro-grid,
.info-columns,
.about-intro,
.about-production {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.page-intro-card,
.icon-card,
.step-card,
.info-card,
.material-card,
.project-story-card,
.result-card,
.about-stats__item,
.timeline__item {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgba(0, 51, 153, 0.04), 0 2px 2px 0 rgba(0, 51, 153, 0.08);
}

.page-intro-card {
    padding: 36px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.page-intro-card_wide {
    justify-content: space-between;
}

.page-intro-card_dark,
.info-card_dark,
.about-cta {
    background: #272524;
    color: #fff;
}

.page-intro-card_dark .section-title,
.page-intro-card_dark .section-text,
.info-card_dark .info-card__title,
.info-card_dark .info-card__text,
.about-cta__title,
.about-cta__text {
    color: #fff;
}

.mini-stats {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    justify-content: space-between;
}

.mini-stats_compact {
    justify-content: flex-start;
}

.mini-stats__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mini-stats__item b {
    color: inherit;
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: -1.2px;
    text-transform: uppercase;
}

.mini-stats__item span {
    color: rgba(39, 37, 36, 0.7);
    font-size: 16px;
    line-height: 22px;
}

.page-intro-card_dark .mini-stats__item span {
    color: rgba(255, 255, 255, 0.72);
}

.check-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.check-list li {
    position: relative;
    padding-left: 30px;
    color: #4E515B;
    font-size: 18px;
    line-height: 28px;
}

.check-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #DC2B1C;
    box-shadow: inset 0 0 0 5px #fff;
}

.check-list_small li {
    font-size: 16px;
    line-height: 24px;
}

.icon-grid {
    display: grid;
    gap: 20px;
}

.icon-grid_3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.icon-grid_4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.icon-card {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.icon-card__index,
.step-card__num {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #DC2B1C;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.icon-card__title,
.step-card__title,
.info-card__title,
.material-card__title,
.project-story-card__title,
.project-facts__title,
.project-contact__title,
.about-cta__title {
    color: #272524;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.48px;
    text-transform: uppercase;
}

.icon-card__text,
.step-card__text,
.info-card__text,
.material-card__text,
.project-story-card__text,
.project-contact__text,
.about-cta__text,
.about-intro__content .section-text,
.about-production__content .section-text {
    color: #4E515B;
    font-size: 16px;
    line-height: 24px;
}

.delivery-vehicles {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.delivery-vehicle-card {
    padding: 24px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgba(0, 51, 153, 0.04), 0 2px 2px 0 rgba(0, 51, 153, 0.08);
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.delivery-vehicle-card__top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.delivery-vehicle-card__icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #DC2B1C;
    color: #FFF;
    font-size: 16px;
    font-weight: 800;
    line-height: 18px;
}

.delivery-vehicle-card__name {
    color: #272524;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.delivery-vehicle-card__specs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.delivery-vehicle-card__specs span {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: #EEE;
    color: #4E515B;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
}

.delivery-vehicle-card__text {
    color: #4E515B;
    font-size: 15px;
    line-height: 22px;
}

.steps-grid,
.result-grid,
.material-grid,
.about-stats,
.timeline {
    display: grid;
    gap: 20px;
}

.steps-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.step-card {
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 100%;
}

.info-card {
    padding: 36px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-card_accent,
.project-story-card_accent {
    background: #F7E3E1;
}

.portfolio-featured {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 20px;
    padding: 8px;
    border-radius: 28px;
    background: #272524;
}

.portfolio-featured__image {
    min-height: 100%;
    padding-top: 72%;
    border-radius: 20px;
}

.portfolio-featured__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 28px;
}

.portfolio-featured__title {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1.2px;
    text-transform: uppercase;
}

.portfolio-featured__text {
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
    line-height: 28px;
}

.portfolio-featured__stats {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.portfolio-featured__stat {
    min-width: 180px;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.portfolio-featured__stat b {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

.portfolio-featured__stat span {
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.tag-list__item {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 12px;
    background: #FFF;
    color: #272524;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.tag-list__item.active {
    background: #DC2B1C;
    color: #fff;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.portfolio-grid .object-preview {
    height: 100%;
}

.portfolio-grid_small {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pagination-wrapper {
    margin-top: 40px;
}

.project-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 20px;
    align-items: start;
}

.project-main {
    min-width: 0;
}

.project-summary {
    margin-bottom: 28px;
    color: #272524;
}

.project-gallery {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.project-gallery__main {
    padding-top: 56%;
    border-radius: 24px;
}

.project-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.project-gallery__item {
    padding-top: 78%;
    border-radius: 18px;
}

.media-page .videos {
    padding-top: 0;
}

.media-page .videos .caption {
    display: none;
}

.media-photo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.media-photo-card {
    min-height: 220px;
    padding-top: 74%;
    border-radius: 24px;
    overflow: hidden;
    text-decoration: none;
    background: #272524;
}

.media-photo-card_large {
    grid-column: span 2;
    grid-row: span 2;
}

.media-photo-card span {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}

.media-photo-card:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(39, 37, 36, 0) 38%, rgba(39, 37, 36, 0.72) 100%);
    transition: opacity 0.2s ease-out;
}

.media-photo-card:hover:after {
    opacity: 0.82;
}

.media-list-page {
    padding-top: 40px;
}

.media-tile-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.media-tile {
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    padding: 8px;
    border-radius: 24px;
    color: #272524;
    background: #fff;
    text-decoration: none;
    transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}

.media-tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.10);
}

.media-tile__image {
    display: block;
    padding-top: 64%;
    border-radius: 16px;
    background: #272524;
}

.media-tile__image img {
    border-radius: inherit;
}

.media-tile__play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.media-tile__play:before {
    content: '';
    position: absolute;
    left: 26px;
    top: 21px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 17px solid #DC2B1C;
}

.media-tile__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px 12px 12px;
}

.media-tile__type {
    width: max-content;
    max-width: 100%;
    padding: 7px 10px;
    border-radius: 8px;
    color: #fff;
    background: #272524;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
}

.media-tile_video .media-tile__type {
    background: #DC2B1C;
}

.media-tile__name {
    color: #272524;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.6px;
    text-transform: uppercase;
}

.media-tile__text {
    color: #82848B;
    font-size: 14px;
    line-height: 20px;
}

.project-story-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.project-story-card {
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.result-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.result-card {
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.result-card b,
.about-stats__item b {
    color: #272524;
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: -1.2px;
    text-transform: uppercase;
}

.result-card span,
.about-stats__item span {
    color: #82848B;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}

.material-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.material-card {
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.project-sidebar {
    position: sticky;
    top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.project-facts,
.project-contact {
    padding: 28px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgba(0, 51, 153, 0.04), 0 2px 2px 0 rgba(0, 51, 153, 0.08);
}

.project-facts {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.project-facts__item {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(39, 37, 36, 0.12);
}

.project-facts__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.project-facts__item span {
    color: #82848B;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.project-facts__item b {
    color: #272524;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: right;
}

.project-contact {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-intro__content,
.about-production__content {
    padding: 36px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgba(0, 51, 153, 0.04), 0 2px 2px 0 rgba(0, 51, 153, 0.08);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about-intro__aside {
    border-radius: 24px;
    background: #272524;
    padding: 36px;
    display: flex;
    align-items: end;
}

.about-quote {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1.08px;
    text-transform: uppercase;
}

.about-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-stats__item {
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.about-production__image {
    height: 100%;
    min-height: 100%;
    padding-top: 100%;
    border-radius: 24px;
}

.timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.timeline__item {
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.timeline__year {
    color: #DC2B1C;
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: -1.2px;
    text-transform: uppercase;
}

.timeline__text {
    color: #4E515B;
    font-size: 16px;
    line-height: 24px;
}

.about-cta {
    padding: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

@media only screen and (max-width: 1439.98px) {
    .inner-hero__title {
        font-size: 64px;
        line-height: 64px;
        letter-spacing: -4px;
    }

    .section-title {
        font-size: 40px;
        line-height: 42px;
    }

    .about-quote {
        font-size: 30px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 1235.98px) {
    .inner-hero__top,
    .portfolio-featured,
    .page-intro-grid,
    .info-columns,
    .about-intro,
    .about-production,
    .project-layout {
        grid-template-columns: 1fr;
    }

    .icon-grid_4,
    .steps-grid,
    .result-grid,
    .material-grid,
    .about-stats,
    .timeline,
    .delivery-vehicles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .icon-grid_3,
    .project-story-grid,
    .portfolio-grid,
    .portfolio-grid_small {
        grid-template-columns: 1fr 1fr;
    }

    .project-sidebar {
        position: static;
    }

    .tag-list {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 991.98px) {
    .inner-hero {
        padding-bottom: 72px;
    }

    .inner-page {
        padding: 48px 0 112px;
    }

    .inner-hero__title {
        font-size: 52px;
        line-height: 52px;
        letter-spacing: -2.8px;
    }

    .section-title {
        font-size: 34px;
        line-height: 36px;
    }

    .page-section + .page-section {
        margin-top: 56px;
    }

    .page-intro-card,
    .icon-card,
    .step-card,
    .info-card,
    .material-card,
    .project-story-card,
    .result-card,
    .about-stats__item,
    .timeline__item,
    .delivery-vehicle-card,
    .project-facts,
    .project-contact,
    .about-intro__content,
    .about-intro__aside,
    .about-production__content,
    .about-cta {
        padding: 28px;
    }

    .icon-grid_4,
    .icon-grid_3,
    .project-story-grid,
    .portfolio-grid,
    .portfolio-grid_small {
        grid-template-columns: 1fr;
    }

    .project-gallery__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 767.98px) {
    .inner-page {
        border-radius: 24px 24px 0 0;
        margin-top: -24px;
        padding: 36px 0 96px;
    }

    .inner-hero__title {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -1.6px;
    }

    .inner-hero__image,
    .portfolio-featured__image,
    .project-gallery__main,
    .project-gallery__item,
    .about-production__image {
        border-radius: 16px;
    }

    .section-title {
        font-size: 26px;
        line-height: 28px;
        letter-spacing: -0.78px;
    }

    .section-text,
    .check-list li,
    .portfolio-featured__text {
        font-size: 16px;
        line-height: 24px;
    }

    .mini-stats__item b,
    .result-card b,
    .about-stats__item b,
    .timeline__year {
        font-size: 32px;
        line-height: 32px;
    }

    .portfolio-featured__title,
    .about-quote {
        font-size: 26px;
        line-height: 28px;
        letter-spacing: -0.78px;
    }

    .icon-grid_4,
    .icon-grid_3,
    .steps-grid,
    .result-grid,
    .material-grid,
    .about-stats,
    .timeline,
    .delivery-vehicles,
    .project-gallery__grid {
        grid-template-columns: 1fr;
    }

    .about-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .section-head_between {
        align-items: flex-start;
        flex-direction: column;
    }

    .concrete-calc__delivery-fields {
        grid-template-columns: 1fr;
    }

    .concrete-calc__dimensions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .concrete-calc__dimensions .grab__field:last-child {
        grid-column: 1 / -1;
    }

    .concrete-calc__actions .product__button {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 48px;
        width: 100%;
    }

    .concrete-calc__actions .product-favorite_detail {
        width: 48px;
        min-height: 48px;
        padding: 0;
    }

    .concrete-calc__actions .product-favorite_detail .product-favorite__text {
        display: none;
    }

    .concrete-qty-mini {
        width: 118px;
        grid-template-columns: 32px 54px 32px;
    }
}

@media only screen and (max-width: 1235.98px) {
    .media-photo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .media-tile-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 767.98px) {
    .media-photo-grid {
        grid-template-columns: 1fr;
    }

    .media-tile-grid {
        grid-template-columns: 1fr;
    }

    .media-photo-card_large {
        grid-column: auto;
        grid-row: auto;
    }
}

/* Main banner proportions after widening the image column */
@media only screen and (min-width: 768px) {
    .main__right {
        width: auto;
        height: clamp(560px, 43vw, 680px);
        flex: 1 1 auto;
        padding: 0 28px 0 76px;
    }

    .main__right img {
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: none;
        object-fit: contain;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
    .main__right {
        width: auto;
        height: clamp(430px, 43vw, 540px);
        flex: 1 1 auto;
        padding: 0 24px 0 58px;
    }

    .main__left {
        flex: 0 0 min(43%, 470px);
        max-width: 470px;
    }
}

.filter__field-toggle {
    display: none;
}

.filter__mobile-select {
    display: none;
}

@media only screen and (max-width: 767.98px) {
    .category__items {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap !important;
        gap: 12px;
        width: calc(100% + 40px);
        margin-right: -20px;
        margin-left: -20px;
        padding: 0 20px 8px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .category__items::-webkit-scrollbar {
        display: none;
    }

    .category__item {
        flex: 0 0 78% !important;
        width: auto;
        max-width: 286px;
        scroll-snap-align: start;
    }

    .filter {
        padding: 16px 0;
    }

    .filter__block {
        width: 100%;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 150px;
        align-items: start;
        gap: 10px;
    }

    .filter__fields {
        width: 100%;
        min-width: 0;
        display: flex;
        align-items: flex-start;
        gap: 8px;
        overflow-x: auto;
        overflow-y: visible;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .filter__fields::-webkit-scrollbar {
        display: none;
    }

    .filter__field {
        width: auto;
        flex: 0 0 auto;
        display: block;
        position: relative;
        z-index: 12;
    }

    .filter__field.is-open {
        z-index: 25;
    }

    .filter__label {
        display: none;
    }

    .filter__field-toggle {
        width: auto;
        min-width: 132px;
        max-width: 170px;
        min-height: 48px;
        border: 0;
        border-radius: 12px;
        background: #EEE;
        padding: 8px 40px 8px 14px;
        color: #272524;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        cursor: pointer;
        text-align: left;
        position: relative;
    }

    .filter__field-toggle:after {
        content: '';
        position: absolute;
        right: 16px;
        top: 50%;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        background: url(img/icon-down-select.svg) no-repeat center / contain;
        transition: transform 0.2s ease-out;
    }

    .filter__field.is-open .filter__field-toggle:after {
        transform: rotate(180deg);
    }

    .filter__field-title {
        color: #82848B;
        font-size: 12px;
        line-height: 14px;
    }

    .filter__field-current {
        min-width: 0;
        color: #272524;
        font-size: 13px;
        font-weight: 800;
        line-height: 15px;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .filter__checkbox {
        position: absolute;
        top: calc(100% + 6px);
        left: 0;
        right: auto;
        width: max-content;
        min-width: 220px;
        max-width: min(280px, calc(100vw - 40px));
        display: none;
        flex-direction: column;
        gap: 2px;
        max-height: 260px;
        padding: 8px;
        border-radius: 12px;
        background: #FFF;
        box-shadow: 0 14px 38px rgba(39, 37, 36, 0.16);
        overflow-y: auto;
    }

    .filter__field.is-open .filter__checkbox {
        display: flex;
    }

    .filter__checkbox-item {
        width: 100%;
        border-radius: 8px;
        background: transparent;
        padding: 12px;
    }

    .filter__price {
        width: auto;
        flex: 0 0 136px;
        margin-left: 0;
    }

    .price.price_open {
        width: 136px;
    }

    .price__wrapper-input {
        width: 136px;
    }

    .filter__sort {
        width: 150px;
        margin-left: 0;
    }

    .filter__sort .select,
    .filter__sort .select__value {
        width: 100%;
    }

    .filter__sort .select__value {
        height: 48px;
        padding: 0 34px 0 12px;
        font-size: 12px;
        line-height: 14px;
        overflow: hidden;
    }

    .filter__sort .select__value:before {
        width: 18px;
        height: 18px;
    }

    .filter__sort .select__value:after {
        right: 12px;
    }

    .filter__sort .select__options {
        left: auto;
        right: 0;
        min-width: 220px;
    }
}

@media only screen and (max-width: 767.98px) {
    .filter__field-toggle {
        display: none !important;
    }

    .filter__mobile-select {
        width: 132px;
        height: 48px;
        display: block;
        border: 0;
        border-radius: 12px;
        background: #EEE url(img/icon-down-select.svg) no-repeat right 12px center / 16px 16px;
        color: #272524;
        padding: 0 34px 0 12px;
        font-size: 12px;
        font-weight: 800;
        line-height: 14px;
        text-transform: uppercase;
        appearance: none;
        -webkit-appearance: none;
    }

    .filter__checkbox {
        display: none !important;
    }
}

@media only screen and (max-width: 374.98px) {
    .filter__block {
        grid-template-columns: minmax(0, 1fr) 136px;
        gap: 8px;
    }

    .filter__sort {
        width: 136px;
    }

    .filter__field-toggle {
        min-width: 124px;
        max-width: 150px;
    }
}

@media only screen and (max-width: 991.98px) {
    .category-scroll-mobile {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 12px !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding: 0 0 10px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .category-scroll-mobile::-webkit-scrollbar {
        display: none;
    }

    .category-scroll-mobile > .category__item,
    .category-scroll-mobile > .produce-preview {
        flex: 0 0 78% !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: 300px !important;
        scroll-snap-align: start;
    }

    .category-scroll-mobile_other > .produce-preview {
        flex-basis: 72% !important;
        max-width: 260px !important;
    }
}

@media only screen and (min-width: 768px) {
    .main__slide {
        display: grid;
        grid-template-columns: minmax(420px, 5fr) minmax(0, 7fr);
        align-items: stretch;
    }

    .main__left {
        width: auto;
        max-width: none;
        min-width: 0;
        flex: none;
    }

    .main__right {
        width: auto;
        height: clamp(580px, 43vw, 700px);
        min-width: 0;
        flex: none;
        padding: 0 32px 0 72px;
    }

    .main__img {
        width: 100%;
        height: 100%;
    }

    .main__right img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        top: 0;
        object-fit: contain;
        object-position: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
    .main__slide {
        grid-template-columns: minmax(320px, 4fr) minmax(0, 8fr);
    }

    .main__right {
        height: clamp(440px, 45vw, 560px);
        padding: 0 24px 0 56px;
    }
}

.category-scroll-mobile-controls {
    display: none;
}

@media only screen and (max-width: 991.98px) {
    .category-scroll-mobile-wrap {
        position: relative;
    }

    .category-related-sections__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 14px;
    }

    .category-related-sections__head .category-related-sections__title {
        margin-bottom: 0;
    }

    .category-scroll-mobile-controls {
        display: flex;
        justify-content: flex-end;
        gap: 8px;
        margin-bottom: 10px;
    }

    .category-related-sections__head .category-scroll-mobile-controls {
        margin-bottom: 0;
    }

    .category-scroll-mobile-btn {
        width: 34px;
        height: 34px;
        border: 0;
        border-radius: 10px;
        background: #EEE;
        position: relative;
        cursor: pointer;
        flex: 0 0 34px;
        transition: background 0.2s ease-out, opacity 0.2s ease-out;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }

    .category-scroll-mobile-btn:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 9px;
        height: 9px;
        border-top: 2px solid #272524;
        border-left: 2px solid #272524;
        transform: translate(-35%, -50%) rotate(-45deg);
    }

    .category-scroll-mobile-btn_next:before {
        transform: translate(-65%, -50%) rotate(135deg);
    }

    .category-scroll-mobile-btn:not(:disabled):hover {
        background: #DC2B1C;
    }

    .category-scroll-mobile-btn:not(:disabled):hover:before {
        border-color: #FFF;
    }

    .category-scroll-mobile-btn:disabled {
        opacity: .38;
        cursor: default;
    }
}

@media only screen and (max-width: 767.98px) {
    .main__tabs-wrapper {
        width: calc(100% + 40px);
        margin-right: -20px;
        margin-left: -20px;
        padding: 0 20px;
        overflow-x: auto;
        overflow-y: hidden;
        border-radius: 16px 16px 0 0;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .main__tabs-wrapper::-webkit-scrollbar {
        display: none;
    }

    .main__tabs {
        min-width: max-content;
        flex-wrap: nowrap;
    }

    .main__tab {
        flex: 0 0 auto;
        height: 48px;
        min-width: max-content;
        padding: 0 14px;
        white-space: nowrap;
        font-size: 12px;
        line-height: 14px;
    }

    .main__tab_empty {
        width: 20px;
        flex-basis: 20px;
    }

    .main__blocks {
        margin-top: -48px;
    }

    .main__slide {
        padding-top: 48px;
    }

    .filter {
        overflow: visible;
    }

    .filter__block {
        grid-template-columns: minmax(0, 1fr) minmax(126px, 34vw);
        gap: 8px;
    }

    .filter__fields {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        overflow: visible;
        padding-bottom: 0;
    }

    .filter__field {
        width: 100%;
        min-width: 0;
    }

    .filter__mobile-select {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: 44px;
        padding: 0 32px 0 10px;
        font-size: 11px;
        line-height: 13px;
    }

    .filter__price {
        grid-column: 1 / -1;
        width: 100%;
        min-width: 0;
        flex: none;
    }

    .price.price_open,
    .price.price_open .price__block {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .price.price_open .price__block {
        padding: 8px 10px;
    }

    .price__value {
        gap: 6px 10px;
        flex-wrap: wrap;
        font-size: 12px;
        line-height: 14px;
    }

    .price__min,
    .price__max {
        white-space: nowrap;
    }

    .price .irs {
        width: 100%;
    }

    .filter__sort {
        width: 100%;
        min-width: 0;
    }

    .filter__sort .select__value {
        min-width: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .filter__sort .select__options {
        right: 0;
        left: auto;
        width: min(220px, calc(100vw - 40px));
        min-width: 0;
    }

    .products__items {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px;
    }

    .stocks__items {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px;
    }

    .products__items .product-preview,
    .stocks__items .stock-preview {
        min-width: 0;
        border-radius: 16px;
    }

    .products__items .product-preview {
        padding: 6px 6px 12px;
    }

    .products__items .product-preview__carousel {
        margin-bottom: 14px;
    }

    .products__items .product-preview__img {
        border-radius: 12px;
    }

    .products__items .product-preview__block {
        padding-right: 6px;
        padding-left: 6px;
    }

    .products__items .product-preview__name {
        margin-bottom: 12px;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0;
        overflow-wrap: anywhere;
    }

    .products__items .product-preview__table {
        font-size: 11px;
        line-height: 13px;
    }

    .products__items .product-preview__table td {
        padding-top: 4px;
    }

    .products__items .product-preview__row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 34px 34px;
        gap: 3px 4px;
        align-items: center;
        padding-top: 16px;
        min-width: 0;
    }

    .products__items .product-preview__price {
        grid-column: 1;
        grid-row: 1;
        min-width: 0;
        font-size: 9px;
        line-height: 11px;
        letter-spacing: 0;
        white-space: nowrap;
    }

    .products__items .product-preview__price b {
        font-size: 15px;
        line-height: 18px;
    }

    .products__items .product-preview__old-price {
        grid-column: 1;
        grid-row: 2;
        min-width: 0;
        font-size: 10px;
        line-height: 12px;
        white-space: nowrap;
    }

    .products__items .product-preview__row .product-favorite_icon,
    .products__items .product-preview__row .add-to-cart {
        width: 34px;
        height: 34px;
        border-radius: 9px;
    }

    .products__items .product-preview__row .product-favorite_icon {
        grid-column: 2;
        grid-row: 1 / span 2;
        margin-left: 0;
    }

    .products__items .product-preview__row .product-favorite_icon:before {
        font-size: 20px;
    }

    .products__items .product-preview__row .add-to-cart {
        grid-column: 3;
        grid-row: 1 / span 2;
        margin-left: 0;
        background-size: 18px 18px;
    }

    .stocks__items .stock-preview__img {
        margin-bottom: 16px;
        border-radius: 12px;
    }

    .stocks__items .stock-preview__block {
        gap: 16px;
        padding: 0 8px 12px;
    }

    .stocks__items .stock-preview__columns {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .stocks__items .stock-preview__column-left {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
    }

    .stocks__items .stock-preview__name {
        font-size: 15px;
        line-height: 18px;
        overflow-wrap: anywhere;
    }

    .stocks__items .stock-preview__description {
        font-size: 12px;
        line-height: 16px;
    }

    .stocks__items .stock-preview__label span {
        gap: 5px;
        border-radius: 8px;
        font-size: 14px;
        line-height: 16px;
    }

    .stocks__items .stock-preview__label span:before {
        width: 18px;
        height: 18px;
        border-radius: 6px;
    }
}

@media only screen and (max-width: 374.98px) {
    .categories__items {
        gap: 10px;
    }

    .categories__items .category-preview__name {
        font-size: 13px;
        line-height: 16px;
    }

    .categories__items .category-preview__name span {
        padding-left: 6px;
    }

    .categories__items .category-preview__name:after {
        width: 28px;
        height: 28px;
        background-size: 14px 14px;
    }

    .products__items .product-preview__row {
        grid-template-columns: minmax(0, 1fr) 30px 30px;
        gap: 3px;
    }

    .products__items .product-preview__price {
        font-size: 8px;
        line-height: 10px;
    }

    .products__items .product-preview__price b {
        font-size: 13px;
        line-height: 16px;
    }

    .products__items .product-preview__row .product-favorite_icon,
    .products__items .product-preview__row .add-to-cart {
        width: 30px;
        height: 30px;
        border-radius: 8px;
    }

    .products__items .product-preview__row .product-favorite_icon:before {
        font-size: 18px;
    }

    .products__items .product-preview__row .add-to-cart {
        background-size: 16px 16px;
    }

    .main__tab {
        padding: 0 12px;
        font-size: 11px;
    }

    .filter__block {
        grid-template-columns: minmax(0, 1fr) 118px;
    }

    .filter__fields {
        grid-template-columns: 1fr;
    }

    .filter__sort {
        width: 118px;
    }

    .filter__mobile-select {
        height: 42px;
        padding-right: 30px;
        font-size: 10px;
    }
}

/* Compact catalog controls and two-column category scrollers on mobile */
@media only screen and (max-width: 767.98px) {
    .filter {
        padding: 10px 0;
    }

    .filter__block {
        grid-template-columns: minmax(0, 1fr) minmax(112px, 31vw);
        gap: 6px;
    }

    .filter__fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px;
    }

    .filter__mobile-select {
        height: 36px;
        padding: 0 24px 0 8px;
        border-radius: 9px;
        background-position: right 7px center;
        background-size: 12px 12px;
        font-size: 9px;
        line-height: 11px;
        text-overflow: ellipsis;
    }

    .filter__price {
        grid-column: 1 / -1;
    }

    .price.price_open .price__block {
        padding: 5px 7px;
        border-radius: 9px;
    }

    .price__value {
        gap: 4px;
        margin-bottom: 4px;
        padding: 5px 7px;
        border-radius: 6px;
        flex-wrap: nowrap;
        font-size: 9px;
        line-height: 11px;
    }

    .filter__sort .select__value {
        height: 36px;
        padding: 0 25px 0 8px;
        border-radius: 9px;
        gap: 5px;
        font-size: 9px;
        line-height: 11px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .filter__sort .select__value:before {
        display: none;
    }

    .filter__sort .select__value:after {
        top: 50%;
        right: 7px;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        background-size: contain;
    }

    .filter__sort .select__options {
        width: min(190px, calc(100vw - 40px));
        min-width: 0;
        padding: 5px;
        border-radius: 9px;
    }

    .filter__sort .select__option {
        padding: 9px 10px;
        font-size: 11px;
        line-height: 13px;
    }

    .filter-active {
        gap: 6px;
        margin-top: 8px;
    }

    .filter-active__label {
        padding-top: 5px;
        font-size: 11px;
        line-height: 13px;
    }

    .filter-active__items {
        gap: 5px;
    }

    .filter-active__item,
    .filter-active__reset {
        min-height: 26px;
        padding: 5px 8px;
        font-size: 10px;
        line-height: 12px;
    }

    .category-scroll-mobile {
        gap: 10px !important;
    }

    .category-scroll-mobile > .category__item,
    .category-scroll-mobile > .produce-preview,
    .category-scroll-mobile_other > .produce-preview {
        flex: 0 0 calc((100% - 10px) / 2) !important;
        width: calc((100% - 10px) / 2) !important;
        max-width: none !important;
    }

    .category-scroll-mobile > .category__item {
        grid-template-columns: minmax(0, 1fr) 42px;
        gap: 4px;
    }

    .category-scroll-mobile > .category__item .category__cover {
        padding-top: 32%;
    }

    .category-scroll-mobile > .category__item .category__img {
        height: 38px;
    }

    .category-scroll-mobile > .category__item .category__name {
        min-width: 0;
        min-height: 38px;
        padding: 6px;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0;
        overflow-wrap: anywhere;
    }

    .category-scroll-mobile > .produce-preview {
        padding: 6px;
        border-radius: 12px;
    }

    .category-scroll-mobile > .produce-preview .produce-preview__img {
        border-radius: 7px;
    }

    .category-scroll-mobile > .produce-preview .produce-preview__name {
        min-width: 0;
        margin-top: 8px;
        padding: 7px 5px;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0;
        overflow-wrap: anywhere;
    }

    .category-scroll-mobile > .produce-preview .produce-preview__name:after {
        width: 18px;
        height: 18px;
        background-size: contain;
        opacity: 1;
    }

    .products__items .product-preview__carousel .product-preview__label_available,
    .products__items .product-preview__carousel .product-preview__label_order {
        position: relative;
        top: auto;
        left: auto;
        z-index: 1;
        width: max-content;
        max-width: 100%;
        margin: 0 0 6px 2px;
        padding: 4px 8px 4px 4px;
        font-size: 9px;
        line-height: 11px;
    }

    .products__items .product-preview__carousel .product-preview__label_available:before,
    .products__items .product-preview__carousel .product-preview__label_order:before {
        width: 16px;
        height: 16px;
    }

    .products__items .product-preview__carousel .product-preview__label_available:after {
        left: 7px;
        top: 8px;
        width: 6px;
        height: 3px;
    }

    .products__items .product-preview__row {
        grid-template-columns: minmax(0, 1fr) 34px;
    }

    .products__items .product-preview__row .product-favorite_icon {
        display: none !important;
    }

    .products__items .product-preview__price {
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .products__items .product-preview__price b {
        display: block;
    }

    .products__items .product-preview__row .add-to-cart {
        grid-column: 2;
        grid-row: 1 / span 2;
    }
}

@media only screen and (max-width: 374.98px) {
    .filter__block {
        grid-template-columns: minmax(0, 1fr) 108px;
    }

    .filter__fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .filter__sort {
        width: 108px;
    }

    .filter__mobile-select {
        height: 34px;
        padding-right: 20px;
        font-size: 8px;
        line-height: 10px;
    }

    .filter__sort .select__value {
        height: 34px;
        font-size: 8px;
        line-height: 10px;
    }

    .products__items .product-preview__row {
        grid-template-columns: minmax(0, 1fr) 30px;
    }
}

.header__mobile-actions {
    display: none;
}

.header__menu-actions {
    display: none;
}

@media only screen and (max-width: 991.98px) {
    .header__row {
        gap: 8px;
    }

    .header__logo {
        gap: 8px;
        padding-left: 0;
    }

    .header__logo img:first-child {
        width: 27px;
        height: auto;
    }

    .header__logo img:last-child {
        width: 88px;
        height: auto;
    }

    .header__logo:before {
        right: 92px;
    }

    .header__mobile-actions {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-left: auto;
    }

    .header__navbar > .header__favorites,
    .header__navbar > .header__cart {
        display: none;
    }

    .header__menu-actions {
        order: 4;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .header__menu-actions .nk-header-favorites,
    .header__menu-actions .nk-header-cart {
        position: relative;
        width: 40px;
        height: 40px;
        padding: 0;
        justify-content: center;
    }

    .header__menu-actions .nk-header-cart:before {
        margin: 0;
    }

    .header__menu-actions .nk-header-cart__badge,
    .header__menu-actions .nk-header-favorites__badge {
        position: absolute;
        top: -6px;
        right: -6px;
        min-width: 18px;
        height: 18px;
        padding: 0 4px;
        font-size: 9px;
    }

    .header__mobile-actions .nk-header-favorites,
    .header__mobile-actions .nk-header-cart {
        position: relative;
        width: 34px;
        height: 34px;
        padding: 0;
        justify-content: center;
        border-color: rgba(255, 255, 255, 0.18);
        background: rgba(255, 255, 255, 0.08);
        color: #FFF;
    }

    .header__mobile-actions .nk-header-favorites:before {
        color: #FFF;
        font-size: 20px;
    }

    .header__mobile-actions .nk-header-cart:before {
        width: 17px;
        height: 17px;
        filter: brightness(0) invert(1);
    }

    .header__mobile-actions .nk-header-cart__badge,
    .header__mobile-actions .nk-header-favorites__badge {
        position: absolute;
        top: -5px;
        right: -5px;
        min-width: 17px;
        height: 17px;
        padding: 0 4px;
        font-size: 9px;
    }

    .header__btn {
        margin-left: 0;
        right: -6px;
        padding: 0 8px;
    }

    .header__modal {
        width: min(300px, calc(100vw - 20px));
        left: -300px;
    }

    .header__modal .produce {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .header__modal .produce-preview {
        min-width: 0;
        padding: 5px;
        border-radius: 10px;
    }

    .header__modal .produce-preview__img {
        padding-top: 62%;
        border-radius: 7px;
    }

    .header__modal .produce-preview__name {
        min-width: 0;
        margin-top: 6px;
        padding: 6px 4px;
        font-size: 9px;
        line-height: 11px;
        letter-spacing: 0;
        overflow-wrap: anywhere;
    }

    .header__modal .produce-preview__name:after {
        display: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .main {
        padding: 30px 0 42px;
    }

    .main__title {
        margin-bottom: 22px;
        font-size: 34px;
        line-height: 36px;
    }

    .main__tabs-wrapper {
        border-radius: 12px 12px 0 0;
    }

    .main__tab {
        height: 40px;
        padding: 0 11px;
        font-size: 10px;
        line-height: 12px;
    }

    .main__tab_stock:before {
        width: 16px;
        height: 16px;
        background-size: contain;
    }

    .main__blocks {
        margin-top: -40px;
        border-radius: 12px 20px 20px 20px;
    }

    .main__slide {
        display: grid;
        grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
        align-items: stretch;
        padding-top: 40px;
    }

    .main__left {
        min-width: 0;
        gap: 8px;
        margin-right: 0;
        padding: 16px 10px;
        border-radius: 0 0 0 16px;
    }

    .main__left.active {
        border-radius: 16px 0 0 16px;
    }

    .main__caption {
        font-size: 16px;
        line-height: 18px;
        overflow-wrap: anywhere;
    }

    .main__description {
        font-size: 10px;
        line-height: 13px;
    }

    .main__price b {
        font-size: 17px;
        line-height: 19px;
    }

    .main__price b span,
    .main__price s {
        font-size: 9px;
        line-height: 11px;
    }

    .main__link .link {
        gap: 6px;
        font-size: 10px;
        line-height: 12px;
    }

    .main__link .link:after {
        width: 16px;
        height: 16px;
    }

    .main__right {
        width: auto;
        height: auto;
        min-width: 0;
        min-height: 176px;
        margin-top: 0;
        padding: 8px;
        border-radius: 0 16px 16px 0;
    }

    .main__right img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .main__discount {
        top: 12px;
        right: 12px;
        padding: 7px 8px 7px 30px;
        font-size: 10px;
        line-height: 12px;
    }

    .main__discount:before {
        width: 24px;
        height: 24px;
        border-radius: 7px;
        background-size: 14px 14px;
    }

    .main__nav {
        margin-top: 12px;
        gap: 6px;
    }

    .main__next,
    .main__prev {
        width: 40px;
        height: 40px;
        border-radius: 9px;
        background-size: 18px 18px;
    }

    .videos {
        padding: 56px 0 40px;
    }

    .videos__items {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .video-preview {
        aspect-ratio: 4 / 5;
        min-width: 0;
        border-radius: 14px;
        background-position: center !important;
        background-size: cover !important;
    }

    .video-preview__height {
        padding-top: 0;
    }

    .video-preview__block {
        gap: 10px;
        padding: 10px 8px 14px;
    }

    .video-preview__company {
        gap: 4px;
        font-size: 8px;
    }

    .video-preview__company img {
        width: 24px;
        height: 24px;
    }

    .video-preview__name {
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 0;
        overflow-wrap: anywhere;
    }

    .video-preview__view {
        gap: 8px;
    }

    .video-preview__view:before {
        width: 18px;
        height: 7px;
        background-size: contain;
    }

    .video-preview__view span {
        padding: 6px 8px;
        border-radius: 6px;
        font-size: 9px;
        line-height: 11px;
    }

    .advantages {
        padding: 56px 0 40px;
    }

    .advantages__columns {
        display: block;
    }

    .advantages__column-left {
        gap: 16px;
    }

    .advantages .title {
        font-size: 30px;
        line-height: 32px;
    }

    .advantages__label span {
        padding-right: 8px;
        border-radius: 9px;
        font-size: 10px;
        line-height: 12px;
    }

    .advantages__label span:before {
        width: 25px;
        height: 25px;
        border-radius: 7px;
        background-size: 14px 14px;
    }

    .advantages__text {
        font-size: 13px;
        line-height: 18px;
    }

    .advantages__column-right {
        margin-top: 24px;
    }

    .advantages__item {
        gap: 12px;
    }

    .advantages__item + .advantages__item {
        margin-top: 16px;
    }

    .advantages__icon {
        width: 40px;
        height: 40px;
    }

    .advantages__icon img {
        max-width: 20px;
        max-height: 20px;
    }

    .advantages__caption {
        margin-bottom: 4px;
        font-size: 13px;
        line-height: 16px;
    }

    .advantages__description {
        font-size: 13px;
        line-height: 17px;
    }

    .nums {
        height: 410px;
    }

    .nums__block {
        bottom: -20px;
    }

    .nums__items {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        padding: 14px 8px;
        border-radius: 16px;
    }

    .nums__item {
        min-width: 0;
        text-align: center;
    }

    .nums__item span {
        font-size: 9px;
        line-height: 12px;
        letter-spacing: 0;
        overflow-wrap: anywhere;
    }

    .nums__item b {
        font-size: 29px;
        line-height: 34px;
        letter-spacing: -1px;
    }

    .nums__play {
        top: 142px;
        width: 60px;
        height: 60px;
        background-size: 18px 18px;
    }

    .faq__title {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 24px;
        letter-spacing: 0;
    }

    .faq__columns {
        gap: 12px;
    }

    .faq__column-left,
    .faq__column-right {
        padding: 18px;
        border-radius: 16px;
    }

    .faq__caption {
        padding-right: 30px;
        font-size: 13px;
        line-height: 16px;
    }

    .faq__caption:after {
        width: 19px;
        height: 19px;
        background-size: contain;
    }

    .faq__text {
        padding-top: 14px;
        font-size: 13px;
        line-height: 18px;
    }

    .faq__item + .faq__item {
        margin-top: 16px;
        padding-top: 16px;
    }

    .objects__items {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .object-preview {
        min-width: 0;
        padding: 5px;
        border-radius: 14px;
    }

    .object-preview__img {
        padding-top: 72%;
        border-radius: 10px;
    }

    .object-preview__block {
        gap: 10px;
        padding: 8px 5px;
    }

    .object-preview__name {
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0;
        overflow-wrap: anywhere;
    }

    .object-preview__cols {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .object-preview__caption {
        margin-bottom: 2px;
        font-size: 10px;
        line-height: 12px;
    }

    .object-preview__description {
        font-size: 10px;
        line-height: 13px;
        overflow-wrap: anywhere;
    }

    .object-preview .more {
        min-height: 34px;
        padding-left: 8px;
        gap: 4px;
        border-radius: 9px;
        font-size: 9px;
        line-height: 11px;
    }

    .object-preview .more:after {
        width: 28px;
        height: 28px;
        border-radius: 7px;
        background-size: 14px 14px;
    }
}

@media only screen and (max-width: 374.98px) {
    .header__logo img:last-child {
        width: 76px;
    }

    .header__logo:before {
        right: 80px;
    }

    .header__mobile-actions {
        gap: 4px;
    }

    .header__mobile-actions .nk-header-favorites,
    .header__mobile-actions .nk-header-cart {
        width: 31px;
        height: 31px;
    }

    .header__btn {
        padding-right: 4px;
        padding-left: 4px;
    }
}

@media only screen and (max-width: 767.98px) {
    .products__items .product-preview__row {
        grid-template-columns: minmax(0, 1fr) 30px 30px;
        gap: 4px;
    }

    .products__items .product-preview__row .product-favorite_icon {
        display: inline-flex !important;
        grid-column: 2;
        grid-row: 1 / span 2;
        width: 30px;
        height: 30px;
        margin-left: 0;
        border-radius: 8px;
    }

    .products__items .product-preview__row .product-favorite_icon:before {
        font-size: 18px;
    }

    .products__items .product-preview__row .add-to-cart {
        grid-column: 3;
        grid-row: 1 / span 2;
        width: 30px;
        height: 30px;
        border-radius: 8px;
        background-size: 16px 16px;
    }

    .category-scroll-mobile-controls {
        display: none !important;
    }

    .category-related-sections__head {
        margin-bottom: 12px;
    }

    .category-scroll-mobile {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        scroll-snap-type: none;
    }

    .category-scroll-mobile > .category__item,
    .category-scroll-mobile > .produce-preview,
    .category-scroll-mobile_other > .produce-preview {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        flex: none !important;
        scroll-snap-align: none;
    }

    .category-scroll-mobile > .category__item {
        grid-template-columns: minmax(0, 1fr) 36px;
        gap: 4px;
    }

    .category-scroll-mobile > .category__item .category__cover {
        padding-top: 28%;
    }

    .category-scroll-mobile > .category__item .category__img {
        height: 34px;
    }

    .category-scroll-mobile > .category__item .category__name {
        min-height: 34px;
        padding: 5px 6px;
        font-size: 9px;
        line-height: 11px;
    }

    .category-scroll-mobile > .produce-preview {
        padding: 5px;
        border-radius: 10px;
    }

    .category-scroll-mobile > .produce-preview .produce-preview__img {
        padding-top: 56%;
        border-radius: 6px;
    }

    .category-scroll-mobile > .produce-preview .produce-preview__name {
        margin-top: 6px;
        padding: 5px 4px;
        font-size: 9px;
        line-height: 11px;
    }

    .category-scroll-mobile > .produce-preview .produce-preview__name:after {
        width: 16px;
        height: 16px;
    }

}

@media only screen and (max-width: 374.98px) {
    .products__items .product-preview__row {
        grid-template-columns: minmax(0, 1fr) 28px 28px;
        gap: 3px;
    }

    .products__items .product-preview__row .product-favorite_icon,
    .products__items .product-preview__row .add-to-cart {
        width: 28px;
        height: 28px;
    }
}

.parameters__cell-toggle {
    display: none;
}

@media only screen and (max-width: 767.98px) {
    .catalog-section-silver {
        padding-top: 56px;
    }

    .process {
        margin-top: 36px;
        padding: 16px;
        border-radius: 16px;
    }

    .process__block + .process__block {
        margin-top: 14px;
        padding-top: 18px;
    }

    .process__title {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0;
    }

    .process__text,
    .process__description {
        font-size: 12px;
        line-height: 16px;
    }

    .process__items {
        gap: 14px;
    }

    .process__caption,
    .parameters__title,
    .production_inner .caption,
    .product-categories .caption {
        margin-bottom: 18px;
        font-size: 21px;
        line-height: 24px;
        letter-spacing: 0;
    }

    .process__item {
        gap: 6px;
        padding-left: 30px;
    }

    .process__item:before {
        display: block;
        width: 20px;
        height: 20px;
        background-size: contain;
    }

    .parameters__block {
        padding: 16px 12px;
        border-radius: 16px;
    }

    .parameters th {
        padding-bottom: 12px;
        font-size: 12px;
        line-height: 16px;
    }

    .parameters td {
        width: auto;
        padding: 10px 0 10px 4px;
        font-size: 12px;
        line-height: 16px;
        vertical-align: top;
        overflow-wrap: anywhere;
    }

    .parameters td:first-child {
        width: 38%;
        padding-right: 8px;
    }

    .parameters__cell-content {
        min-width: 0;
    }

    .parameters__cell_mobile.parameters__cell_has-toggle:not(.parameters__cell_expanded) .parameters__cell-content {
        position: relative;
        max-height: 48px;
        overflow: hidden;
    }

    .parameters__cell_mobile.parameters__cell_has-toggle:not(.parameters__cell_expanded) .parameters__cell-content:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 18px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
        pointer-events: none;
    }

    .parameters__cell_mobile .parameters__cell-toggle {
        display: inline-flex;
        margin-top: 6px;
        padding: 0;
        border: 0;
        background: none;
        color: #DC2B1C;
        font-size: 11px;
        font-weight: 700;
        line-height: 14px;
        text-transform: uppercase;
        cursor: pointer;
    }

    .parameters__more {
        margin-top: 20px;
        font-size: 12px;
        line-height: 16px;
    }

    .product__button {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 44px;
        gap: 8px;
        margin-top: 20px;
    }

    .product__button .more {
        min-width: 0;
        min-height: 44px;
        padding-left: 12px;
        border-radius: 10px;
        font-size: 12px;
        line-height: 14px;
        white-space: nowrap;
    }

    .product__button .more:after {
        width: 40px;
        height: 40px;
        border-radius: 9px;
        background-size: 16px 16px;
    }

    .product__button .product-favorite_detail {
        justify-content: center;
        width: 44px;
        min-width: 44px;
        min-height: 44px;
        padding: 0;
        gap: 0;
        border-radius: 10px;
    }

    .product__button .product-favorite_detail:before {
        width: auto;
        height: auto;
        border-radius: 0;
        background: none;
        font-size: 25px;
    }

    .product__button .product-favorite__text {
        display: none;
    }

    .merchandise.merchandise_slider {
        margin-top: 40px;
    }

    .merchandise.merchandise_slider .merchandise__navigation,
    .production__navigation {
        margin-top: 14px;
    }

    .production__prev,
    .production__next {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .production__prev:after,
    .production__next:after {
        width: 18px;
        height: 18px;
        background-size: contain;
    }

    .production_inner .product-preview,
    .merchandise.merchandise_slider .merchandise-preview {
        min-width: 0;
        padding: 5px 5px 10px;
        border-radius: 16px;
    }

    .production_inner .product-preview__carousel {
        margin-bottom: 12px;
    }

    .production_inner .product-preview__img,
    .merchandise.merchandise_slider .merchandise-preview__img {
        border-radius: 12px;
    }

    .production_inner .product-preview__block,
    .merchandise.merchandise_slider .merchandise-preview__name,
    .merchandise.merchandise_slider .merchandise-preview__row {
        padding-right: 5px;
        padding-left: 5px;
    }

    .production_inner .product-preview__name,
    .merchandise.merchandise_slider .merchandise-preview__name {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0;
        overflow-wrap: anywhere;
    }

    .production_inner .product-preview__table {
        font-size: 10px;
        line-height: 12px;
    }

    .production_inner .product-preview__table td {
        padding-top: 4px;
    }

    .production_inner .product-preview__row,
    .merchandise.merchandise_slider .merchandise-preview__row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 30px 30px;
        gap: 3px 4px;
        align-items: center;
        min-width: 0;
        padding-top: 14px;
        margin-top: auto;
    }

    .merchandise.merchandise_slider .merchandise-preview__row {
        padding-top: 10px;
    }

    .production_inner .product-preview__price,
    .merchandise.merchandise_slider .merchandise-preview__price {
        grid-column: 1;
        grid-row: 1;
        min-width: 0;
        font-size: 8px;
        line-height: 10px;
        letter-spacing: 0;
        white-space: nowrap;
    }

    .production_inner .product-preview__price b,
    .merchandise.merchandise_slider .merchandise-preview__price b {
        font-size: 13px;
        line-height: 16px;
    }

    .production_inner .product-preview__old-price,
    .merchandise.merchandise_slider .merchandise-preview__price-old {
        grid-column: 1;
        grid-row: 2;
        min-width: 0;
        font-size: 9px;
        line-height: 11px;
        white-space: nowrap;
    }

    .production_inner .product-preview__row .product-favorite_icon,
    .production_inner .product-preview__row .add-to-cart,
    .merchandise.merchandise_slider .product-favorite_icon,
    .merchandise.merchandise_slider .add-to-cart {
        width: 30px;
        height: 30px;
        margin-left: 0;
        border-radius: 8px;
    }

    .production_inner .product-preview__row .product-favorite_icon,
    .merchandise.merchandise_slider .product-favorite_icon {
        display: inline-flex !important;
        grid-column: 2;
        grid-row: 1 / span 2;
    }

    .production_inner .product-preview__row .add-to-cart,
    .merchandise.merchandise_slider .add-to-cart {
        grid-column: 3;
        grid-row: 1 / span 2;
        background-size: 16px 16px;
    }

    .production_inner .product-preview__row .product-favorite_icon:before,
    .merchandise.merchandise_slider .product-favorite_icon:before {
        font-size: 18px;
    }

    .production_inner .product-preview__label {
        left: 8px;
        top: 8px;
        max-width: calc(100% - 16px);
        padding: 4px 8px 4px 4px;
        gap: 5px;
        border-radius: 999px;
        font-size: 8px;
        line-height: 10px;
        letter-spacing: 0;
    }

    .production_inner .product-preview__label:before {
        width: 14px;
        height: 14px;
        border-radius: 50%;
    }

    .production_inner .product-preview__label_available:after {
        left: 8px;
        top: 8px;
        width: 5px;
        height: 3px;
        border-left-width: 1px;
        border-bottom-width: 1px;
    }

    .production_inner .product-preview__label_order:after {
        left: 10px;
        top: 7px;
        height: 6px;
    }

    .product-categories {
        padding: 36px 0 16px;
    }

    .product-categories .produce {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .product-categories .produce-preview {
        min-width: 0;
        padding: 5px;
        border-radius: 10px;
    }

    .product-categories .produce-preview__img {
        padding-top: 56%;
        border-radius: 6px;
    }

    .product-categories .produce-preview__name {
        margin-top: 6px;
        padding: 5px 4px;
        font-size: 9px;
        line-height: 11px;
    }

    .product-categories .produce-preview__name:after {
        width: 16px;
        height: 16px;
        background-size: contain;
    }

    .product__name,
    .grab__title,
    .category__title {
        font-size: 30px;
        line-height: 32px;
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 374.98px) {
    .production_inner .product-preview__row,
    .merchandise.merchandise_slider .merchandise-preview__row {
        grid-template-columns: minmax(0, 1fr) 28px 28px;
        gap: 3px;
    }

    .production_inner .product-preview__row .product-favorite_icon,
    .production_inner .product-preview__row .add-to-cart,
    .merchandise.merchandise_slider .product-favorite_icon,
    .merchandise.merchandise_slider .add-to-cart {
        width: 28px;
        height: 28px;
    }

    .production_inner .product-preview__price,
    .merchandise.merchandise_slider .merchandise-preview__price {
        font-size: 7px;
        line-height: 9px;
    }

    .production_inner .product-preview__price b,
    .merchandise.merchandise_slider .merchandise-preview__price b {
        font-size: 12px;
        line-height: 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    .more {
        min-width: 0;
        max-width: 100%;
        min-height: 34px;
        padding: 4px 4px 4px 10px;
        gap: 6px;
        border-radius: 10px;
        font-size: 10px;
        line-height: 12px;
        white-space: nowrap;
    }

    .more:after {
        width: 30px;
        height: 30px;
        border-radius: 8px;
        background-size: 14px 14px;
    }

    .production:not(.production_inner) .product-preview {
        min-width: 0;
        padding: 5px 5px 10px;
        border-radius: 16px;
    }

    .production:not(.production_inner) .product-preview__carousel {
        margin-bottom: 12px;
    }

    .production:not(.production_inner) .product-preview__carousel .product-preview__label_available,
    .production:not(.production_inner) .product-preview__carousel .product-preview__label_order {
        position: relative;
        top: auto;
        left: auto;
        z-index: 1;
        width: max-content;
        max-width: 100%;
        margin: 0 0 6px 2px;
        padding: 4px 8px 4px 4px;
        gap: 5px;
        border-radius: 999px;
        font-size: 8px;
        line-height: 10px;
        letter-spacing: 0;
    }

    .production:not(.production_inner) .product-preview__carousel .product-preview__label_available:before,
    .production:not(.production_inner) .product-preview__carousel .product-preview__label_order:before {
        width: 14px;
        height: 14px;
        border-radius: 50%;
    }

    .production:not(.production_inner) .product-preview__carousel .product-preview__label_available:after {
        left: 8px;
        top: 8px;
        width: 5px;
        height: 3px;
        border-left-width: 1px;
        border-bottom-width: 1px;
    }

    .production:not(.production_inner) .product-preview__carousel .product-preview__label_order:after {
        left: 10px;
        top: 7px;
        height: 6px;
    }

    .production:not(.production_inner) .product-preview__img {
        border-radius: 12px;
    }

    .production:not(.production_inner) .product-preview__block {
        padding-right: 5px;
        padding-left: 5px;
    }

    .production:not(.production_inner) .product-preview__name {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0;
        overflow-wrap: anywhere;
    }

    .production:not(.production_inner) .product-preview__table {
        font-size: 10px;
        line-height: 12px;
    }

    .production:not(.production_inner) .product-preview__table td {
        padding-top: 4px;
    }

    .production:not(.production_inner) .product-preview__row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 30px 30px;
        gap: 3px 4px;
        align-items: center;
        min-width: 0;
        padding-top: 14px;
        margin-top: auto;
    }

    .production:not(.production_inner) .product-preview__price {
        grid-column: 1;
        grid-row: 1;
        min-width: 0;
        font-size: 8px;
        line-height: 10px;
        letter-spacing: 0;
        white-space: nowrap;
    }

    .production:not(.production_inner) .product-preview__price b {
        font-size: 13px;
        line-height: 16px;
    }

    .production:not(.production_inner) .product-preview__old-price {
        grid-column: 1;
        grid-row: 2;
        min-width: 0;
        font-size: 9px;
        line-height: 11px;
        white-space: nowrap;
    }

    .production:not(.production_inner) .product-preview__row .product-favorite_icon,
    .production:not(.production_inner) .product-preview__row .add-to-cart {
        width: 30px;
        height: 30px;
        margin-left: 0;
        border-radius: 8px;
    }

    .production:not(.production_inner) .product-preview__row .product-favorite_icon {
        display: inline-flex !important;
        grid-column: 2;
        grid-row: 1 / span 2;
    }

    .production:not(.production_inner) .product-preview__row .product-favorite_icon:before {
        font-size: 18px;
    }

    .production:not(.production_inner) .product-preview__row .add-to-cart {
        grid-column: 3;
        grid-row: 1 / span 2;
        background-size: 16px 16px;
    }

    .stocks__items .stock-preview__block {
        gap: 12px;
        padding: 0 6px 10px;
    }

    .stocks__items .stock-preview__columns {
        gap: 10px;
    }

    .stocks__items .stock-preview__column-left {
        gap: 6px;
    }

    .stocks__items .stock-preview__term {
        font-size: 10px;
        line-height: 13px;
    }

    .stocks__items .stock-preview__term b {
        display: inline;
    }

    .stocks__items .stock-preview__name {
        font-size: 13px;
        line-height: 16px;
    }

    .stocks__items .stock-preview__description {
        font-size: 10px;
        line-height: 14px;
    }

    .stocks__items .stock-preview .more {
        justify-content: space-between;
        width: 100%;
        padding-left: 8px;
        gap: 4px;
        font-size: 8px;
        line-height: 10px;
    }

    .stocks__items .stock-preview .more:after {
        width: 26px;
        height: 26px;
        border-radius: 7px;
        background-size: 12px 12px;
    }

    .useful__items {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .useful-preview {
        min-width: 0;
        padding: 5px;
        border-radius: 14px;
    }

    .useful-preview__img {
        border-radius: 10px;
    }

    .useful-preview__name {
        margin-top: 10px;
        padding: 5px;
        font-size: 11px;
        line-height: 14px;
        letter-spacing: 0;
        overflow-wrap: anywhere;
    }
}

.product-categories_after-merchandise {
    padding-top: 12px;
}

.product-categories_after-merchandise .produce {
    align-items: stretch;
}

.product-categories_after-merchandise .produce-preview {
    width: 100%;
    max-width: none;
    min-width: 0;
    align-self: stretch;
}

.product-categories_after-merchandise .produce-preview__img {
    display: block;
    position: relative;
    width: 100%;
    max-width: none;
    padding-top: 0;
    aspect-ratio: 4 / 3;
    flex: 0 0 auto;
    overflow: hidden;
}

.product-categories_after-merchandise .produce-preview__img img {
    display: block;
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    min-width: 100%;
    max-width: none;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center;
}

@media only screen and (max-width: 767.98px) {
    .product-categories_after-merchandise {
        padding-top: 9px;
    }
}

@media only screen and (max-width: 374.98px) {
    .production:not(.production_inner) .product-preview__row {
        grid-template-columns: minmax(0, 1fr) 28px 28px;
        gap: 3px;
    }

    .production:not(.production_inner) .product-preview__row .product-favorite_icon,
    .production:not(.production_inner) .product-preview__row .add-to-cart {
        width: 28px;
        height: 28px;
    }

    .production:not(.production_inner) .product-preview__price {
        font-size: 7px;
        line-height: 9px;
    }

    .production:not(.production_inner) .product-preview__price b {
        font-size: 12px;
        line-height: 15px;
    }

    .stocks__items .stock-preview .more {
        font-size: 7px;
        line-height: 9px;
    }
}

.category__cover img,
.category__img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center;
}

.favorites-page__actions {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.favorites-page__clear {
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(39, 37, 36, 0.14);
    border-radius: 10px;
    background: #fff;
    color: #272524;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.favorites-page__clear:hover {
    border-color: rgba(220, 43, 28, 0.45);
    color: #DC2B1C;
}

.price.price_open .price__block {
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.price__value {
    padding: 0;
    background: transparent;
}

.category {
    padding-top: 20px;
    padding-bottom: 32px;
}

.container__block {
    gap: 28px;
}

.product {
    padding-top: 20px;
}

.product__breadcrumbs {
    margin-bottom: 28px;
}

.categories__block .caption {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0;
}

.categories__block .description {
    font-size: 16px;
    line-height: 24px;
}

.process__items {
    gap: 28px;
}

.process__item {
    gap: 10px;
}

.process__caption {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0;
}

.process__description {
    font-size: 13px;
    line-height: 18px;
}

@media only screen and (min-width: 768px) {
    .category__cover {
        padding-top: 37%;
    }

    .category__img {
        height: 74px;
    }
}

@media only screen and (max-width: 767.98px) {
    .category {
        padding-top: 14px;
        padding-bottom: 24px;
    }

    .container__block {
        gap: 18px;
    }

    .category__breadcrumbs,
    .product__breadcrumbs {
        font-size: 11px;
        line-height: 14px;
    }

    .product {
        padding-top: 14px;
    }

    .product__breadcrumbs {
        margin-bottom: 16px;
    }

    .product__columns {
        display: grid !important;
        grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
        gap: 12px;
        align-items: start;
    }

    .product__column-left,
    .product__column-right,
    .product__block {
        min-width: 0;
    }

    .product__column-right {
        gap: 12px;
    }

    .gallery {
        padding-left: 0;
    }

    .gallery__left {
        display: none;
    }

    .gallery__img {
        padding-top: 100%;
        border-radius: 14px;
    }

    .gallery__label {
        left: 6px;
        top: 6px;
        max-width: calc(100% - 12px);
        padding: 3px 6px 3px 3px;
        gap: 4px;
        font-size: 7px;
        line-height: 9px;
    }

    .gallery__label:before {
        width: 12px;
        height: 12px;
        border-radius: 50%;
    }

    .gallery__tabs {
        right: 6px;
        bottom: 6px;
        left: 6px;
        gap: 4px;
    }

    .gallery__tab {
        min-height: 24px;
        padding: 0 6px;
        border-radius: 7px;
        font-size: 8px;
        line-height: 10px;
        text-align: center;
    }

    .product__name {
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .product__table table {
        font-size: 10px;
        line-height: 13px;
    }

    .product__table table td {
        padding: 5px 0 5px 4px;
    }

    .product__more {
        margin-top: 10px;
        font-size: 10px;
        line-height: 12px;
    }

    .product__price-wrapper {
        gap: 6px;
        flex-wrap: wrap;
    }

    .product__price {
        font-size: 10px;
        line-height: 12px;
    }

    .product__price b {
        font-size: 20px;
        line-height: 22px;
    }

    .product__price-old {
        font-size: 11px;
        line-height: 13px;
    }

    .product__price-description {
        font-size: 10px;
        line-height: 13px;
    }

    .product__button {
        grid-template-columns: minmax(0, 1fr) 36px;
        gap: 6px;
        margin-top: 12px;
    }

    .product__button .more {
        min-height: 36px;
        padding-left: 8px;
        font-size: 9px;
        line-height: 11px;
    }

    .product__button .more:after {
        width: 32px;
        height: 32px;
        border-radius: 8px;
    }

    .product__button .product-favorite_detail {
        width: 36px;
        min-width: 36px;
        min-height: 36px;
    }

    .filter__price {
        grid-column: 1 / -1;
    }

    .price.price_open .price__block {
        padding: 0;
    }

    .price__value {
        margin-bottom: 6px;
        font-size: 11px;
        line-height: 13px;
    }

    .categories__block .caption {
        font-size: 22px;
        line-height: 26px;
    }

    .categories__block .description {
        font-size: 13px;
        line-height: 18px;
    }

    .process {
        margin-top: 28px;
        padding: 14px;
    }

    .process__block + .process__block {
        margin-top: 12px;
        padding-top: 14px;
    }

    .process__items {
        gap: 12px;
    }

    .process__item {
        gap: 4px;
        padding-left: 26px;
    }

    .process__item:before {
        width: 18px;
        height: 18px;
    }

    .process__caption {
        font-size: 16px;
        line-height: 19px;
    }

    .process__description {
        font-size: 12px;
        line-height: 16px;
    }

    .favorites-page__actions {
        margin-bottom: 12px;
    }

    .favorites-page__clear {
        min-height: 34px;
        padding: 0 10px;
        font-size: 10px;
        line-height: 12px;
    }
}

.categories__columns .caption,
.categories__block .caption {
    margin-bottom: 24px;
}

.categories__block .description,
.categories__columns .description,
.advantages__text,
.process__text {
    max-width: 760px;
}

.description p,
.description ul,
.description ol,
.description h2,
.description h3,
.description h4,
.advantages__text p,
.advantages__text ul,
.advantages__text ol,
.process__text p,
.process__text ul,
.process__text ol,
.process__text h2,
.process__text h3,
.process__text h4 {
    margin-top: 0;
    margin-bottom: 0;
}

.description p + p,
.description p + ul,
.description p + ol,
.description ul + p,
.description ol + p,
.advantages__text p + p,
.advantages__text p + ul,
.advantages__text p + ol,
.advantages__text ul + p,
.advantages__text ol + p,
.process__text p + p,
.process__text p + ul,
.process__text p + ol,
.process__text ul + p,
.process__text ol + p {
    margin-top: 12px;
}

.description h2,
.description h3,
.description h4,
.process__text h2,
.process__text h3,
.process__text h4 {
    color: #272524;
    font-weight: 700;
    line-height: 1.2;
}

.description h2,
.process__text h2 {
    font-size: 22px;
}

.description h3,
.process__text h3 {
    font-size: 18px;
}

.description h4,
.process__text h4 {
    font-size: 16px;
}

.description h2 + p,
.description h3 + p,
.description h4 + p,
.description h2 + ul,
.description h3 + ul,
.description h4 + ul,
.description h2 + ol,
.description h3 + ol,
.description h4 + ol,
.process__text h2 + p,
.process__text h3 + p,
.process__text h4 + p,
.process__text h2 + ul,
.process__text h3 + ul,
.process__text h4 + ul,
.process__text h2 + ol,
.process__text h3 + ol,
.process__text h4 + ol {
    margin-top: 8px;
}

.description p + h2,
.description p + h3,
.description p + h4,
.description ul + h2,
.description ul + h3,
.description ul + h4,
.description ol + h2,
.description ol + h3,
.description ol + h4,
.description h2 + h2,
.description h2 + h3,
.description h2 + h4,
.description h3 + h2,
.description h3 + h3,
.description h3 + h4,
.description h4 + h2,
.description h4 + h3,
.description h4 + h4,
.process__text p + h2,
.process__text p + h3,
.process__text p + h4,
.process__text ul + h2,
.process__text ul + h3,
.process__text ul + h4,
.process__text ol + h2,
.process__text ol + h3,
.process__text ol + h4,
.process__text h2 + h2,
.process__text h2 + h3,
.process__text h2 + h4,
.process__text h3 + h2,
.process__text h3 + h3,
.process__text h3 + h4,
.process__text h4 + h2,
.process__text h4 + h3,
.process__text h4 + h4 {
    margin-top: 16px;
}

.categories__block .description br + br,
.categories__columns .description br + br,
.advantages__text br + br,
.process__text br + br {
    display: block;
    content: "";
    margin-top: 12px;
}

.categories__more {
    margin-top: 16px;
}

.process__title {
    margin-bottom: 16px;
}

.process__block + .process__block {
    margin-top: 16px;
    padding-top: 24px;
}

.advantages__caption {
    margin-bottom: 8px;
}

@media only screen and (max-width: 767.98px) {
    .categories__columns .caption,
    .categories__block .caption {
        margin-bottom: 16px;
    }

    .description p + p,
    .description p + ul,
    .description p + ol,
    .description ul + p,
    .description ol + p,
    .advantages__text p + p,
    .advantages__text p + ul,
    .advantages__text p + ol,
    .advantages__text ul + p,
    .advantages__text ol + p,
    .process__text p + p,
    .process__text p + ul,
    .process__text p + ol,
    .process__text ul + p,
    .process__text ol + p {
        margin-top: 8px;
    }

    .description p + h2,
    .description p + h3,
    .description p + h4,
    .description ul + h2,
    .description ul + h3,
    .description ul + h4,
    .description ol + h2,
    .description ol + h3,
    .description ol + h4,
    .description h2 + h2,
    .description h2 + h3,
    .description h2 + h4,
    .description h3 + h2,
    .description h3 + h3,
    .description h3 + h4,
    .description h4 + h2,
    .description h4 + h3,
    .description h4 + h4,
    .process__text p + h2,
    .process__text p + h3,
    .process__text p + h4,
    .process__text ul + h2,
    .process__text ul + h3,
    .process__text ul + h4,
    .process__text ol + h2,
    .process__text ol + h3,
    .process__text ol + h4,
    .process__text h2 + h2,
    .process__text h2 + h3,
    .process__text h2 + h4,
    .process__text h3 + h2,
    .process__text h3 + h3,
    .process__text h3 + h4,
    .process__text h4 + h2,
    .process__text h4 + h3,
    .process__text h4 + h4 {
        margin-top: 12px;
    }

    .description h2,
    .process__text h2 {
        font-size: 18px;
    }

    .description h3,
    .process__text h3 {
        font-size: 16px;
    }

    .description h4,
    .process__text h4 {
        font-size: 14px;
    }

    .categories__block .description br + br,
    .categories__columns .description br + br,
    .advantages__text br + br,
    .process__text br + br {
        margin-top: 8px;
    }

    .categories__more {
        margin-top: 12px;
    }

    .process__title {
        margin-bottom: 12px;
    }

    .process__block + .process__block {
        margin-top: 12px;
        padding-top: 16px;
    }
}
