

/* Start:/local/templates/wirbel/styles.css?17745098141116*/
body,
html {
    padding: 0;
    margin: 0;
    background: rgba(241, 243, 244, 1);
    font-family: "PT Sans Caption", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: rgba(32, 32, 32, 1);
}

* {
    box-sizing: border-box;
    outline: none;
}

p:first-child, h2:first-child, h3:first-child {
    margin-top: 0;
}

p:last-child, h2:last-child, h3:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

h1 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 30px;
}

h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}

a {
    color: rgba(205, 18, 60, 1);
    transition: .2s all;
}

button {
    transition: .2s all;
}

.overlay table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #F0F0F0;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.overlay table td {
    color: #07141C;
    padding: 12px 20px;
    border: 1px solid #F0F0F0;
    font-size: 18px;
}

.overlay table thead td {
    background: #EAEAEA;
    font-weight: bold;
}

.overlay table tbody td {
    background: #FFFFFF;
}
/* End */


/* Start:/local/templates/wirbel/template_styles.css?1778685385103907*/
:target {
    scroll-margin-top: 180px;
}

.container {
    width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.holder {
    height: 142px;
}

.holder__header.header--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.header {
    height: 80px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 12px;
}

.overlay {
    margin-top: 40px;
}

.header__logo {
    width: 130px;
}

.header__logo a {
    display: inline-flex;
}

.logo {
}

.header__city {
    margin-left: 30px;
}

.city__title {
    position: relative;
    padding-left: 18px;
    font-size: 16px;
    line-height: 20px;
    color: rgba(56, 56, 56, 1);
    text-decoration: none;
    border: 0;
    cursor: pointer;
    background: transparent;
}

.city__title:hover {
    color: rgba(205, 18, 60, 1);
}

.city__title:before {
    content: '';
    position: absolute;
    background: url('/local/templates/wirbel/img/icon-location.svg') 0 0 no-repeat;
    width: 15px;
    height: 15px;
    top: 3px;
    left: 0;
}

.header__search {
    margin-left: 32px;
    display: flex;
    flex: 1;
    width: 100%;
}

.search {
    display: flex;
    flex: 1;
    width: 100%;
    position: relative;
}

.search__input {
    width: 100%;
    border: 1px solid rgba(58, 64, 80, 0.2);
    border-radius: 10px;
    height: 44px;
    padding: 0 20px;
    font-size: 18px;
}

.search__input::placeholder {
    color: rgba(58, 64, 80, 0.5);
}

.search__button {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.header__contacts {
    margin-left: 24px;
}

.contacts__row {
    position: relative;
    padding-left: 21px;
    font-size: 16px;
    color: rgba(56, 56, 56, 1);
    line-height: 20px;
    white-space: nowrap;
}

.contacts__row a {
    color: rgba(56, 56, 56, 1);
    text-decoration: none;
}

.contacts__row:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 0;
}

.contacts__row--phone:before {
    background: url('/local/templates/wirbel/img/icon-phone.svg') 0 0 no-repeat;
}

.contacts__row--email:before {
    background: url('/local/templates/wirbel/img/icon-mail.svg') 0 0 no-repeat;
}

.header__buttons {
    margin-left: 24px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.header__button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    width: 44px;
    height: 44px;
    border-radius: 10px;
}

.header__button--outline {
    border: 1px solid rgba(58, 64, 80, 0.2);
}

.header__button--red {
    background: rgba(205, 18, 60, 1);
}

.header__button--dark {
    background: rgba(58, 64, 80, 1);
}

.header__button[data-favorites],
.header__button[data-basket] {
    position: relative;
}

.header__button[data-favorites]:not([data-favorites="0"]) {
    background: rgba(205, 18, 60, 1);
    color: rgba(255, 255, 255, 1);
}

.header__button[data-favorites]:before,
.header__button[data-basket]:before {
    display: none;
    min-width: 14px;
    height: 20px;
    border: 1px solid rgba(205, 18, 60, 1);
    color: rgba(205, 18, 60, 1);
    border-radius: 20px;
    position: absolute;
    top: -6px;
    right: -6px;
    line-height: 20px;
    text-align: center;
    background: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 4px;
}

.header__button[data-favorites]:before {
    content: attr(data-favorites);

}

.header__button[data-basket]:before {
    content: attr(data-basket);
}

.header__button[data-favorites]:not([data-favorites="0"]):before,
.header__button[data-basket]:not([data-basket="0"]):before {
    display: block;
}

.nav {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nav__item {
    margin: 0;
    position: relative;
}

.nav__link {
    position: relative;
    display: inline-flex;
    height: 42px;
    align-items: center;
    padding: 0 30px;
    font-size: 18px;
    color: rgba(58, 64, 80, 1);
    text-decoration: none;
    background: rgba(58, 64, 80, 0.1);
    border-radius: 10px;
    font-weight: bold;
    border: 2px solid transparent;
}

.nav__link a {
}

.nav__item--catalog .nav__link {
    background: rgba(205, 18, 60, 1);
    color: rgba(255, 255, 255, 1);
    padding-left: 40px;
}

.nav__item--catalog .nav__link:before {
    content: '';
    display: block;
    width: 11px;
    height: 13px;
    mask: url('/local/templates/wirbel/img/icon-catalog-burger.svg') 0 0 no-repeat;
    -webkit-mask: url('/local/templates/wirbel/img/icon-catalog-burger.svg') 0 0 no-repeat;
    position: absolute;
    top: 13px;
    left: 20px;
    background: #ffffff;
}

.nav__item--catalog .nav__link:hover {
    border: 2px solid #CD123C;
    background: transparent;
    color: #CD123C;
}

.nav__item--catalog .nav__link:hover:before {
    background: #CD123C;
}

.nav__item--parent .nav__link {
    padding-right: 56px;
}

.nav__item--parent .nav__link:before {
    content: '';
    display: block;
    width: 16px;
    height: 10px;
    background: url('/local/templates/wirbel/img/icon-chevron-down.svg') 0 0 no-repeat;
    position: absolute;
    top: 16px;
    right: 30px;
}

.nav__children {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 100%;
    display: none;
}

.nav__children ul {
    margin: 5px 0 0 0;
    list-style: none;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(235, 236, 237, 1);
    padding: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}

.nav .nav__item--parent:hover .nav__children {
    display: block;
}

.nav__child {

}

.nav__child_item {
    font-size: 16px;
    line-height: 24px;
    color: rgba(56, 56, 56, .5);
    text-decoration: none;
}

.nav__child_item:hover {
    color: rgba(56, 56, 56, 1);
}

.flyover {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 2px 5px 0 #0000000F;
    padding: 20px 15px;
    background: #ffffff;
    z-index: 11;
    border-radius: 10px;
    border: 1px solid #EBECED;
    margin-top: 10px;
    display: none;
}

.flyover.active {
    display: block;
}

.flyover__sections {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 2fr;
}

.flyover__col {
    padding-right: 15px;
    border-right: 1px solid #00000033;
    width: 280px;
}

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

.flyover__col ul li {
    margin: 0;
}

.flyover-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.flyover__col ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 24px;
    color: rgba(56, 56, 56, 0.7);
    text-decoration: none;
    padding: 10px 0;
    gap: 46px;
}

.flyover__col ul li a .flyover-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.flyover-arrow {

}

.flyover-title {
    font-size: 16px;
    line-height: 24px;
}

.flyover__brands {
    display: none;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.flyover__brands.visible {
    display: flex;
}

.flyover__brands a {
    display: inline-flex;
    height: 52px;
    border: 1px solid #3A4050;
    padding: 4px;
    border-radius: 10px;
}

.flyover__brands a img {
    max-width: 100%;
    max-height: 100%;
}

.flyover__col ul li a:hover,
.flyover__col ul li a.active {
    color: rgba(56, 56, 56, 1);
}

.flyover-child {
    display: none;
}

.flyover-child.visible {
    display: block;
}

.flyover-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 10px;
}

.flyover-items a {
    display: flex;
    flex-direction: row;
    gap: 14px;
    font-size: 12px;
    line-height: 16px;
    color: #383838;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
}

.flyover-items a:hover {
    color: #CD123C;
}

.flyover-icon {
    display: flex;
    height: 60px;
    width: 60px;
    align-items: center;
    justify-content: center;
}

.flyover__col:last-child {
    border-right: 0;
    width: 420px;
}

.promo {
    position: relative;
    height: 670px;
    background: linear-gradient(113.75deg, #D9D9D9 1.15%, #DADDDC 49.38%);
    margin-top: 40px;
    margin-bottom: 50px;
    border-radius: 20px;
    line-height: 0;
}

.promo .promo__nav {
    position: absolute;
    bottom: 100px;
    left: 80px;
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 32px;
    z-index: 10;
}

.promo .promo__nav .promo__nav_item {
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
}

.promo .promo__nav .promo__nav_item--prev {
    mask: url('/local/templates/wirbel/img/icon-main-promo-prev.svg') 0 0 no-repeat;
    -webkit-mask: url('/local/templates/wirbel/img/icon-main-promo-prev.svg') 0 0 no-repeat;
    background: rgba(205, 18, 60, 1);
}

.promo .promo__nav .promo__nav_item--next {
    mask: url('/local/templates/wirbel/img/icon-main-promo-next.svg') 0 0 no-repeat;
    -webkit-mask: url('/local/templates/wirbel/img/icon-main-promo-next.svg') 0 0 no-repeat;
    background: rgba(205, 18, 60, 1);
}

.promo .promo__nav .promo__nav_item--prev:hover,
.promo .promo__nav .promo__nav_item--next:hover {
    background: rgba(56, 56, 56, 1);
}

.promo .promo__nav .promo__nav_item--prev.swiper-button-lock,
.promo .promo__nav .promo__nav_item--next.swiper-button-lock {
    display: none;
}

.promo__item {
    position: relative;
}

.promo__buttons {
    position: absolute;
    top: 410px;
    left: 80px;
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.promo__button {
    display: inline-flex;
    background: rgba(205, 18, 60, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    line-height: 24px;
    height: 60px;
    align-items: center;
    padding: 0 70px;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid rgba(205, 18, 60, 1);
    transition: .2s all;
}

.promo__button:hover {
    background: transparent;
    color: rgba(58, 64, 80, 1);
}

.promo__button--border {
    background: transparent;
    color: rgba(58, 64, 80, 1);
}

.promo__button--border:hover {
    background: rgba(205, 18, 60, 1);
    color: rgba(255, 255, 255, 1);
}

.promo__img--mobile {
    display: none;
}

.brands {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    margin-bottom: 100px;
}

.brands__item {
    width: 320px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 20px;
}

.brands__item a {
}

.brands__item img {
    max-width: 100%;
    max-height: 100%;
}

.advantages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.advantages__item {
    height: 310px;
    border-radius: 10px;
    position: relative;
    background-size: cover;
}

.advantages__item--black {
    color: rgba(36, 36, 36, 1);
}

.advantages__item--white {
    color: rgba(255, 255, 255, 1);
}

.advantages__content {
    position: absolute;
    bottom: 24px;
    left: 24px;
}

.advantages__title {
    font-size: 68px;
    line-height: 72px;
    font-weight: bold;
}

.advantages__text {
    font-size: 26px;
    font-weight: bold;
}

.advantages__item:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.advantages__item:nth-child(2) {
    grid-area: 1 / 2 / 2 / 4;
}

.advantages__item:nth-child(3) {
    grid-area: 2 / 1 / 3 / 3;
}

.advantages__item:nth-child(4) {
    grid-area: 2 / 3 / 3 / 4;
}

.main-sections {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 50px;
    margin-bottom: 90px;
}

.main-section {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    gap: 6px;
    text-decoration: none;
}

.main-section__title {
    font-size: 22px;
    line-height: 22px;
    color: rgba(56, 56, 56, 1);
    text-align: center;
    transition: .2s all;
}

.main-section:hover .main-section__title {
    color: rgba(205, 18, 60, 1);
}

.main-section__image {
    height: 210px;
    display: flex;
}

.main-section__image img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.welcome {
    background: url('/local/templates/wirbel/img/welcome.png') 0 0 no-repeat;
    background-size: contain;
    height: 670px;
    margin-top: 90px;
    margin-bottom: 100px;
}

.welcome__container {
    max-width: 735px;
    position: relative;
    top: 50px;
    left: 60px;
}

.welcome__title {
    font-size: 36px;
    line-height: 40px;
}

.welcome__text {
    font-size: 16px;
    line-height: 22px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 36px;
    padding: 12px 24px;
    margin-top: 32px;
}

.welcome__mission {
    font-size: 16px;
    line-height: 22px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    padding: 12px 24px;
    box-shadow: 0 4px 4px 0 #CD123C;
    border: 6px solid #FFFFFF;
    margin-top: 16px;
}

.welcome__title span,
.welcome__text span,
.welcome__mission span {
    color: #CD123C;
    font-weight: bold;
}

.block {
    margin-top: 100px;
    margin-bottom: 100px;
}

.block__header {
    display: flex;
    margin-bottom: 56px;
}

.block__header--center {
    align-items: center;
    justify-content: center;
}

.block__header--between {
    justify-content: space-between;
}

.block__actions {
}

.block__action {
    display: inline-flex;
    border: 1px solid rgba(58, 64, 80, 0.5);
    text-decoration: none;
    border-radius: 10px;
    height: 40px;
    align-items: center;
    padding: 0 24px;
    font-size: 18px;
    color: rgba(58, 64, 80, 1);
    transition: .2s all;
}

.block__action:hover {
    background: rgba(58, 64, 80, 1);
    color: rgba(255, 255, 255, 1);
}

.block__footer {
    display: flex;
    margin-top: 44px;
}

.block__footer--center {
    align-items: center;
    justify-content: center;
}

.block__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
    color: rgba(58, 64, 80, 1);
}

.block__content {
}

.catalog__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.catalog__cards--3 {
    grid-template-columns: repeat(3, 1fr);
}

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

.swiper-cards {
    position: relative;
}

.swiper-cards .cards__nav {
    position: absolute;
    top: 50%;
    left: -80px;
    right: -80px;
    transform: translateY(-50%);
}

.swiper-cards .cards__nav div {
    position: absolute;
    width: 60px;
    height: 60px;
    display: flex;
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    border: 1px solid rgba(205, 18, 60, 1) !important;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .2s all;
}

.swiper-cards .cards__nav .cards__nav--prev {
    left: 0;
}

.swiper-cards .cards__nav .cards__nav--next {
    right: 0;
}

.swiper-cards .cards__nav div span {
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

.swiper-cards .cards__nav .cards__nav--prev span {
    mask: url('/local/templates/wirbel/img/icon-main-promo-prev.svg') 0 0 no-repeat;
    -webkit-mask: url('/local/templates/wirbel/img/icon-main-promo-prev.svg') 0 0 no-repeat;
    background: rgba(205, 18, 60, 1);
}

.swiper-cards .cards__nav .cards__nav--next span {
    mask: url('/local/templates/wirbel/img/icon-main-promo-next.svg') 0 0 no-repeat;
    -webkit-mask: url('/local/templates/wirbel/img/icon-main-promo-next.svg') 0 0 no-repeat;
    background: rgba(205, 18, 60, 1);
}

.swiper-cards .cards__nav .cards__nav--prev:hover,
.swiper-cards .cards__nav .cards__nav--next:hover {
    background: rgba(205, 18, 60, 1);
}

.swiper-cards .cards__nav .cards__nav--prev:hover span,
.swiper-cards .cards__nav .cards__nav--next:hover span {
    background: #ffffff;
}

.catalog__card {
    position: relative;
    text-decoration: none;
    color: rgba(56, 56, 56, 1);
    min-width: 0;
}

.catalog__card-inner {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
}

.catalog__card-container {
    display: block;
    text-decoration: none;
    color: inherit;
}

.catalog__card-brand {
    height: 32px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.catalog__card-image {
    margin-bottom: 5px;
    height: 200px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
}

.catalog__card-title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 10px;
    height: 96px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.catalog__card-title a {
    color: rgba(56, 56, 56, 1);
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog__card-availability {
    color: rgba(83, 161, 23, 1);
}

.catalog__card-properties {
    display: none;
    margin-top: 15px;
}

.catalog__card:hover .catalog__card-properties {
    display: block;
}

.catalog__card-property {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}

.catalog__card-property span {
    background: #fff;
    z-index: 1;
    max-width: 50%;
    overflow: hidden;
}

.catalog__card-property:before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    border-bottom: 1px dotted #383838B2;
}

.catalog__card-property span:first-child {
    padding-right: 5px;
    color: #383838B2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalog__card-property span:last-child {
    padding-left: 5px;
    color: rgba(56, 56, 56, 1);
    text-align: right;
}

.catalog__card-prices {
    margin-top: 34px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-end;
}

.catalog__card-price {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: rgba(56, 56, 56, 1);
}

.catalog__card-price--discounted {
    color: rgba(205, 18, 60, 1);
}

.catalog__card-old {
    text-decoration: line-through;
    font-size: 18px;
    line-height: 18px;
    color: rgba(56, 56, 56, 0.5);
}

.catalog__card-footer {
    margin-top: 20px;
}

.catalog__card-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(205, 18, 60, 1);
    border-radius: 10px;
    font-weight: bold;
    width: 100%;
    height: 44px;
    font-size: 18px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    cursor: pointer;
    border: 1px solid rgba(205, 18, 60, 1);
    transition: .2s all;
}

.catalog__card-button:hover {
    background: rgba(255, 255, 255, 1);
    color: rgba(205, 18, 60, 1);
    border-color: rgba(205, 18, 60, 1);
}

.catalog__card-button span {
    position: relative;
    padding-left: 34px;
}

.catalog__card-button span:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    mask: url('/local/templates/wirbel/img/icon-basket.svg') 0 0 no-repeat;
    -webkit-mask: url('/local/templates/wirbel/img/icon-basket.svg') 0 0 no-repeat;
    top: 0;
    left: 0;
    background: #ffffff;
}

.catalog__card-button:hover span:before {
    background: rgba(205, 18, 60, 1);
}

.catalog__card-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.catalog__card-action {
    display: flex;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(58, 64, 80, 0.2);
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #3A4050;
    cursor: pointer;
    transition: .2s all;
}

.catalog__card-action:hover,
.catalog__card-action.active {
    border: 1px solid rgba(205, 18, 60, 1);
    background: rgba(205, 18, 60, 1);
    color: rgba(255, 255, 255, 1);
}

.catalog__card-info {
    font-size: 16px;
    line-height: 22px;
}

.catalog__card-vendor-code {
    display: none;
    color: rgba(56, 56, 56, .5);
}

.catalog__card-quantity {
    display: none;
}

.button {
    display: inline-flex;
    height: 60px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    padding: 0 48px;
    transition: .2s all;
    cursor: pointer;
}

.button--small {
    height: 44px;
    padding: 0 82px;
}

.button--red {
    background: rgba(205, 18, 60, 1);
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(205, 18, 60, 1);
}

.button--red:hover {
    background: transparent;
    color: rgba(205, 18, 60, 1);
    border: 1px solid rgba(205, 18, 60, 1);
}

.button--dark {
    background: rgba(58, 64, 80, 1);
    color: rgba(255, 255, 255, 1);
}

.button--dark:hover {
    background: rgba(205, 18, 60, 1);
}

.button--dark-outline {
    background: rgba(58, 64, 80, 1);
    color: rgba(255, 255, 255, 1);
    border: 1px solid #3A4050;
}

.button--dark-outline:hover {
    background: transparent;
    color: #3A4050;
    border: 1px solid #3A4050;
}

.button--download {
    height: 44px;
    font-size: 18px;
    font-weight: 400;
    padding: 0 20px;
}

.button--download span {
    position: relative;
    padding-left: 34px;
}

.button--download span:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 19px;
    mask: url('/local/templates/wirbel/img/icon-download.svg') 0 0 no-repeat;
    -webkit-mask: url('/local/templates/wirbel/img/icon-download.svg') 0 0 no-repeat;
    top: 2px;
    left: 0;
}

.button--dark-outline span:before {
    background: rgba(255, 255, 255, 1);
}

.button--dark-outline:hover span:before {
    background: #3A4050;
}

.article__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.article__card {
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    position: relative;
}

.article__card-date {
    display: inline-flex;
    padding: 0 8px;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    color: rgba(56, 56, 56, 1);
    position: absolute;
    top: 6px;
    left: 6px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
}

.article__card-image {
    height: 214px;
    background: rgba(218, 221, 220, 1);
    border-radius: 10px;
    line-height: 0;
}

.article__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article__card-content {
    padding: 10px 20px 30px 20px;
}

.article__card-title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.article__card-text {
    margin-top: 10px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 22px;
    color: rgba(56, 56, 56, 1);
}

.article__card-footer {
    margin-top: 14px;
}

.article__card-link {
    color: rgba(205, 18, 60, 1);
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
    text-decoration-style: solid;
}

.interior__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.interior__card {
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    position: relative;
    display: block;
}

.interior__card-actions {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.interior__card-action {
    color: #ffffff;
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}

.interior__card-image {
    height: 290px;
    background: rgba(218, 221, 220, 1);
    border-radius: 10px;
    line-height: 0;
    overflow: hidden;
}

.interior__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.interior__card-content {
    padding: 16px 20px 30px 20px;
}

.interior__card-tags {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.interior__card-tag {
    display: inline-flex;
    height: 30px;
    align-items: center;
    padding: 0 10px;
    border-radius: 30px;
    font-size: 16px;
    color: rgba(56, 56, 56, 1);
}

.interior__card-tag--orange {
    background: rgba(255, 134, 59, 0.1);
}

.interior__card-tag--red {
    background: rgba(156, 10, 4, 0.1);
}

.interior__card-tag--blue {
    background: rgba(7, 152, 255, 0.1);
}

.interior__card-title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.interior__filter {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 25px;
}
.interior__filter-item {}

.article__image,
.promo__image {
    border-radius: 10px;
    margin-bottom: 36px;
}

.promo__text,
.article__text {
    margin-top: 36px;
}

.article__meta {
    font-size: 16px;
    line-height: 22px;
    color: #82858D;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #1234531A;
    display: flex;
    align-items: center;
    gap: 30px;
    flex-direction: row;
}

.article__date {
}

.article__view {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-direction: row;
    color: #383838;
}

.footer {
    background: rgba(255, 255, 255, 1);
    margin-top: 100px;
    padding-bottom: 42px;
}

.footer__logo {
    width: 130px;
}

.footer__company {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(58, 64, 80, 0.2);
    margin-bottom: 46px;
}

.footer__nav {
    margin-top: 46px;
    margin-bottom: 46px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 46px;
}

.footer__nav-column {
}

.footer__nav-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
}

.footer__nav-column ul {
    margin: 16px 0 0 0;
    padding: 0;
    list-style: none;
}

.footer__nav-column ul li {
    margin: 0;
}

.footer__nav-column ul li a {
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 18px;
    color: rgba(56, 56, 56, 1);
    text-decoration: none;
    margin-bottom: 10px;
}

.footer__nav-column ul li a:hover {
    color: rgba(205, 18, 60, 1);
}

.footer__payment {
    height: 34px;
    margin-top: 44px;
    margin-bottom: 44px;
}

.footer__legal {
    margin-top: 44px;
    padding-top: 32px;
    border-top: 1px solid rgba(58, 64, 80, 0.2);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer__legal-text {
    font-size: 14px;
    line-height: 20px;
    color: rgba(56, 56, 56, .5);
}

.footer__legal-policy {
    font-size: 14px;
    line-height: 30px;
}

.footer__legal-policy a {
    color: rgba(205, 18, 60, 1);
    text-decoration: none;
}

.breadcrumbs {
    margin-top: 22px;
    margin-bottom: 50px;
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.breadcrumbs ul li {
    position: relative;
    margin: 0;
    padding-right: 12px;
}

.breadcrumbs ul li:not(:last-child):after {
    content: '–';
    position: absolute;
    top: 2px;
    right: -4px;
    color: rgba(56, 56, 56, 0.5);
}

.breadcrumbs ul li a,
.breadcrumbs ul li span {
    font-size: 18px;
    line-height: 24px;
    color: rgba(56, 56, 56, 0.5);
}

.breadcrumbs ul li a {
    text-decoration: none;
}

.breadcrumbs ul li span {
    color: rgba(56, 56, 56, 1);
}

.catalog {
    display: flex;
    flex-direction: row;
    gap: 10px;
    position: relative;
}

.catalog__section-sidebar {
    flex: 0 0 320px;
}

.catalog__sections {
    background: rgba(223, 225, 228, 0.5);
    padding: 15px;
    border-radius: 10px;
}

.catalog__sections-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 30px;
}

.catalog__section-content {
    flex: 1;
}

.sections__pills {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.sections__pill {
    display: inline-flex;
    align-items: center;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    border-radius: 100px;
    border: 1px solid #3A405033;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
    color: #202020B2;
}

.sections__pill--active {
    background: #3A4050;
    color: #ffffff;
}

.sections__pill span {
    margin-left: 10px;
    display: inline-block;
    color: #CD123C;
}

.sections__pill:hover {
    background: #3A4050;
    color: #ffffff;
}

.product {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.product__images {
    width: 655px;
    height: 655px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.product__picture {
    display: none;
}

.product__picture--visible {
    display: block;
}

.product__image_left {
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product__previews {
    flex: 1
}

.product__previews_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 4px;
    margin-top: 8px;
}

.product__previews_nav--prev,
.product__previews_nav--next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border: 1px solid rgba(58, 64, 80, 1);
    border-radius: 8px;
    cursor: pointer;
    color: #3A4050;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}

.product__previews_nav--next:active,
.product__previews_nav--prev:active {
    background-color: transparent !important;
    transform: none !important;
}

.product__previews_nav--prev:hover,
.product__previews_nav--next:hover {
    background: rgba(58, 64, 80, 1);
    color: #ffffff;
}

.product__previews_nav--next {
}

.product__preview {
    width: 142px;
    height: 142px;
    display: flex;
    border-radius: 5px;
    border: 1px solid rgba(56, 56, 56, 0.2);
    align-items: center;
    justify-content: center;
}

.product__image {
    padding: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.product__viewer {
    width: 100%;
    height: 100%;
}

.product__viewer model-viewer {
    width: 100%;
    height: 100%;
}

.product__image-plus {
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid rgba(56, 56, 56, 0.2);
    background: transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.product__image.model3d .product__image-plus {
    display: none;
}

.product__container {
    flex: 1;
}

.product__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 10px;
}

.product__brand {

}

.product__brand a {
    display: block;
    height: 45px;
}


.product__actions {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-left: auto;
}

.product__action {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(58, 64, 80, 0.2);
    border-radius: 10px;
    cursor: pointer;
    background: transparent;
    color: rgba(58, 64, 80, 1);
}

.product__action:hover,
.product__action.active {
    background: rgba(205, 18, 60, 1);
    color: #ffffff;
}

.product__title {
    margin-top: 10px;
    font-size: 32px;
    line-height: 40px;
    color: rgba(56, 56, 56, 1);
    margin-bottom: 10px;
}

.product__subtitle {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: rgba(56, 56, 56, 1);
}

.product__table {
    margin-top: 10px;
    margin-bottom: 20px;
}

.product__table-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px solid rgba(58, 64, 80, 0.2);
}

.product__table-title {
    width: 50%;
    color: rgba(56, 56, 56, .7);
}

.product__table-value {
    width: 50%;
    color: rgba(56, 56, 56, 1);
}

.product__utp {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.product__utp_item {
    height: 24px;
    width: auto;
}

.product__utp_item img {
    max-width: 100%;
    max-height: 100%;
}

.product__sale {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
}

.product__sale-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product__sale-quantity {
    margin-right: 15px;
}

.product__quantity-input {
    height: 44px;
    border: 1px solid rgba(58, 64, 80, 0.2);
    width: 90px;
    padding: 0 24px 0 10px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: transparent;
}

.quantity {
    position: relative;
    width: 90px;
}

.quantity__actions {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.quantity__action {
    display: block;
    width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(58, 64, 80, .5);
    border: 0;
    mask: url('/local/templates/wirbel/img/icon-quantity.svg') 0 0 no-repeat;
    -webkit-mask: url('/local/templates/wirbel/img/icon-quantity.svg') 0 0 no-repeat;
    padding: 0;
}

.quantity__action--minus {
}

.quantity__action--plus {
    transform: rotate(180deg);
}

.quantity__action:hover {
    background: rgba(58, 64, 80, 1);
}

.product__prices {
    display: flex;
    flex-direction: row;
    margin-right: 30px;
    gap: 10px;
    align-items: flex-end;
}

.product__price {
    font-size: 28px;
    line-height: 28px;
    color: rgba(56, 56, 56, 1);
    font-weight: bold;
}

.product__price--old {
    font-size: 18px;
    line-height: 18px;
    color: rgba(56, 56, 56, .5);
    text-decoration: line-through;
}

.product__price--discounted {
    color: rgba(205, 18, 60, 1);
}

.price__notes {
    color: rgba(205, 18, 60, 1);
    font-size: 12px;
    line-height: 18px;
}

.product__availability {
    color: rgba(83, 161, 23, 1);
    font-size: 16px;
    line-height: 24px;
}

.product__buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.product__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: bold;
    height: 44px;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
    padding: 0 24px;
    border: 2px solid rgba(56, 56, 56, 1)
}

.product__button--basket span {
    position: relative;
    padding-left: 34px;
}

.product__button--basket span:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    mask: url('/local/templates/wirbel/img/icon-basket-dark.svg') 0 0 no-repeat;
    -webkit-mask: url('/local/templates/wirbel/img/icon-basket-dark.svg') 0 0 no-repeat;
    top: 0;
    left: 0;
    background: #383838FF;
}

.product__button--basket:hover {
    background: rgba(58, 64, 80, 1);
    color: #ffffff;
}

.product__button--basket:hover span:before {
    background: #ffffff;
}

.product__button--red {
    background: rgba(205, 18, 60, 1);
    border-color: rgba(205, 18, 60, 1);
    color: rgba(255, 255, 255, 1);
}

.product__button--red:hover {
    background: transparent;
    color: rgba(205, 18, 60, 1);
}

.product__button--outline {
    border-color: rgba(205, 18, 60, 1);
    color: rgba(205, 18, 60, 1);
}

.product__button--outline:hover {
    background: rgba(205, 18, 60, 1);
    color: rgba(255, 255, 255, 1);
}

.product__notes {
    color: rgba(205, 18, 60, 1);
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px;
}

.product__badges {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    column-gap: 30px;
}

.product__badge {
    position: relative;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 34px;
}

.product__badge--warranty:before,
.product__badge--fire:before,
.product__badge--house:before,
.product__badge--house-ins:before,
.product__badge--check:before,
.product__badge--insurance:before {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.product__badge--warranty {
    background: url('/local/templates/wirbel/img/icon-warranty.svg') 0 0 no-repeat;
}

.product__badge--insurance {
    background: url('/local/templates/wirbel/img/icon-insurance.svg') 0 0 no-repeat;
}

.product__badge--house {
    background: url('/local/templates/wirbel/img/icon-house.png?3') 0 0 no-repeat;
    background-size: contain;
}

.product__badge--check {
    background: url('/local/templates/wirbel/img/icon-check.png?3') 0 0 no-repeat;
    background-size: contain;
}

.product__badge--fire {
    background: url('/local/templates/wirbel/img/icon-fire.png?3') 0 0 no-repeat;
    background-size: contain;
}

.product__badge--house-ins {
    background: url('/local/templates/wirbel/img/icon-house-ins.png?3') 0 0 no-repeat;
    background-size: contain;
}

.product__bundle {
    display: flex;
    flex-direction: row;
    gap: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.product__bundle_title {
    color: rgba(56, 56, 56, .5);
    font-size: 16px;
    line-height: 30px;
}

.product__bundle_items {
}

.product__bundle_item {
    display: inline-flex;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(58, 64, 80, 1);
    border-radius: 5px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    color: rgba(58, 64, 80, 1);
}

.product__bundle_item.active {
    background: rgba(58, 64, 80, 1);
    border: 1px solid rgba(58, 64, 80, 1);
    color: #fff;
}

.product__gallery {
    margin-top: 12px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
}

.product__info {
    margin-top: 50px;
}

.product__tabs {
    margin: 0 0 20px 0;
    padding: 0 0 25px 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 15px;
    border-bottom: 1px solid rgba(58, 64, 80, 0.2);
    flex-wrap: wrap;
}

.product__tabs li {
    margin: 0;
}

.product__tabs li a,
.product__tabs li button {
    display: inline-flex;
    background: rgba(58, 64, 80, 0.1);
    height: 44px;
    padding: 0 30px;
    font-size: 18px;
    color: rgba(58, 64, 80, 1);
    font-weight: bold;
    border-radius: 10px;
    align-items: center;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

.product__tabs li.active a {
    color: #fff;
    background: rgba(58, 64, 80, 1);
}

.product__characteristics {
    background: rgba(255, 255, 255, 1);
    border-radius: 25px;
}

.product__characteristics .product__table-row {
    border-bottom: 1px solid #F0F0F0;
}

.product__characteristics .product__table-row:nth-child(even) {
    background: #F6F6F6;
}

.product__characteristics .product__table-title {
    border-right: 1px solid #F0F0F0;
    padding: 15px 20px;
}

.product__characteristics .product__table-value {
    padding: 15px 20px;
}

.product__tabs_content {
    display: none;
}

.brands__grid {
}

.brand__item {
    display: flex;
    flex-direction: row;
    gap: 32px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(18, 52, 83, 0.1);
}

.brand__item:last-child {
    border-bottom: 0;
}

.brand__image {
    width: 657px;
    height: 350px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand__container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.brand__item:nth-child(2n) {
    flex-direction: row-reverse;
}

.brand__title {
    font-size: 32px;
    line-height: 40px;
    color: rgba(56, 56, 56, 1);
    margin-bottom: 30px;
}

.brand__description {
    margin-top: 30px;
    font-size: 18px;
    line-height: 24px;
    color: rgba(32, 32, 32, 1);
}

.brand__footer {
}

.brand__button {
    height: 44px;
    font-size: 18px;
    font-weight: 400;
}

.brand__button span {
    position: relative;
    padding-left: 34px;
}

.brand__button span:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 19px;
    background: url('/local/templates/wirbel/img/icon-download.svg') 0 0 no-repeat;
    top: 2px;
    left: 0;
}

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

.promo_item {
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
}

.promo__image {
    border-radius: 10px;
    overflow: hidden;
}

.promo__container {
    padding: 14px 24px;
}

.promo__title {
    font-size: 18px;
    line-height: 24px;
    color: rgba(56, 56, 56, 1);
    margin-bottom: 12px;
    font-weight: bold;
}

.promo__footer {
    margin-top: 12px;
}

.promo__link {
    color: rgba(205, 18, 60, 1);
    font-size: 16px;
    line-height: 24px;
}

.catalog__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.catalog__title {
    font-size: 32px;
    line-height: 44px;
    color: rgba(58, 64, 80, 1);
    padding-left: 16px;
    font-weight: 600;
}

.catalog__right {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.catalog__view {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.catalog__view_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    height: 44px;
    width: 44px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid rgba(58, 64, 80, 0.2);
    color: rgba(81, 86, 100, 0.5);
}

.catalog__view_button:hover,
.catalog__view_button.active {
    color: rgba(81, 86, 100, 1);
}

.catalog__sort {
}

.select,
.input {
    position: relative;
    display: block;
}

.select:before {
    position: absolute;
    content: '';
    background: url('/local/templates/wirbel/img/icon-select.svg') 0 0 no-repeat;
    width: 14px;
    height: 8px;
    top: 18px;
    right: 16px;
    pointer-events: none;
}

.select select,
.input input[type=text] {
    width: 100%;
    height: 44px;
    padding: 0 40px 0 20px;
    font-size: 18px;
    line-height: 24px;
    border: 1px solid rgba(58, 64, 80, 0.2);
    border-radius: 10px;
    background: transparent;
    color: rgba(58, 64, 80, 1);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contacts {

}

.contacts__block {
    display: flex;
    flex-direction: row;
    gap: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(18, 52, 83, 0.1);
}

.contacts__block:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contacts__column {
    flex: 1;
}

.contacts__column h2 {
    font-size: 20px;
    line-height: 24px;
    color: rgba(56, 56, 56, 1);
    margin-bottom: 15px;
}

.contacts__column p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(56, 56, 56, 1);
    margin-bottom: 25px;
}

#contacts-map {
    height: 390px;
}

.form {
    background: rgba(255, 255, 255, 1);
    padding: 40px 44px;
    border-radius: 20px;
}

.form__title {
    color: rgba(205, 18, 60, 1);
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 10px;
}

.form__subtitle {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
    color: rgba(56, 56, 56, 1);
    margin-bottom: 25px;
}

.form__body {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 24px;
}

.form__row {

}

.form__row input,
.form__row select,
.form__row textarea {
    border: 1px solid rgba(56, 56, 56, 0.2);
    height: 44px;
    border-radius: 10px;
    background: #F1F3F4;
    width: 100%;
    font-size: 14px;
    padding: 0 15px;
}

.form__row.error input {
    border: 1px solid rgba(205, 18, 60, 1);
}

.form__row textarea,
.input-wrap textarea {
    border: 1px solid rgba(56, 56, 56, 0.2);
    border-radius: 10px;
    width: 100%;
    font-size: 14px;
    padding: 10px 15px;
    resize: vertical;
    min-height: 100px;
}

.input-wrap.error textarea {
    border: 1px solid rgba(205, 18, 60, 1);
}

.form__footer {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    gap: 14px;
}

.form__footer .button {
    background: rgba(205, 18, 60, 1);
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
    padding: 0 30px;
    display: inline-flex;
    border: 1px solid rgba(205, 18, 60, 1);
    color: rgba(255, 255, 255, 1);
    transition: all .2s;
}

.form__footer .button:hover {
    background: rgba(255, 255, 255, 1);
    color: rgba(205, 18, 60, 1);
}

.form__legal {
    font-size: 12px;
    line-height: 16px;
    color: rgba(56, 56, 56, 1);
}

.form__legal a {
    color: rgba(56, 56, 56, 1);
}

.about__main {
    background: linear-gradient(113.75deg, #D9D9D9 1.15%, #DADDDC 49.38%);
    height: 670px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 100px;
}

.about__main:before {
    content: '';
    display: block;
    height: 670px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/local/templates/wirbel/img/about-bg.png') 0 0 no-repeat;
    background-size: contain;
}

.about__main_logo {
    height: 240px;
    text-align: center;
    margin-top: 10px;
}

.about__main_text {
    font-size: 18px;
    line-height: 24px;
    color: rgba(32, 32, 32, 1);
    padding: 0 215px;
    margin-top: 10px;
    text-align: center;
}

.about h1 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 400;
    margin-bottom: 36px;
}

.about__list {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.about__item {
    background: rgba(255, 255, 255, 1);
    padding: 10px 14px;
    border-radius: 10px;
}

.about__item_title {
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 34px;
}

.about__item_text {
    margin-top: 34px;
    font-size: 18px;
    line-height: 24px;
}

.about__advantages {
    height: 675px;
    background: url('/local/templates/wirbel/img/about-advantages.png') 0 0 no-repeat;
    background-size: cover;
    margin-top: 100px;
    border-radius: 10px;
}

.about__advantages_title {
    font-size: 32px;
    line-height: 44px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 24px;
}

.about__advantages_text {
    margin-top: 24px;
    font-size: 18px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}

.about__advantages_container {
    position: relative;
    max-width: 520px;
    top: 44px;
    left: 44px;
}

.partnership__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding: 36px 0;
    margin-top: 30px;
    margin-bottom: 100px;
}

.partnership__item {
    padding: 0 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.partnership__item:last-child {
    border-right: 0;
}

.partnership__item_icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.partnership__item_text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
    color: rgba(32, 32, 32, 1);
}

.partnership__advantages {
    margin-top: 100px;
}

.partnership__advantages h2 {
    font-size: 32px;
}

.partnership__advantages_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 25px;
    margin-bottom: 100px;
}

.partnership__advantages_item {
    height: 310px;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(193.65deg, rgba(58, 64, 80, 0) 28.88%, rgba(58, 64, 80, 0.8) 82.45%) no-repeat;
    background-size: 100% 100%;
}

.partnership__advantages_item:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.partnership__advantages_item:nth-child(2) {
    grid-area: 1 / 2 / 2 / 4;
}

.partnership__advantages_item:nth-child(3) {
    grid-area: 2 / 1 / 3 / 3;
}

.partnership__advantages_item:nth-child(4) {
    grid-area: 2 / 3 / 3 / 4;
}

.partnership__advantages_container {
    position: absolute;
    bottom: 20px;
    left: 14px;
    max-width: 400px;
}

.partnership__advantages_title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}

.partnership__advantages_text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}

.form--partnership {
    background: url('/local/templates/wirbel/img/partnership-form.png') 0 0 no-repeat #ffffff;
    background-size: cover;
}

.form--partnership .form__column {
    max-width: 530px;
}

.delivery__block {
    height: 385px;
    border-radius: 20px;
    background: url('/local/templates/wirbel/img/delivery-bg.png') 0 0 no-repeat;
    background-size: cover;
    margin-bottom: 100px;
    margin-top: 50px;
}

.delivery__block_items {
    position: relative;
    top: 40px;
    left: 30px;
    max-width: 630px;
}

.delivery__block_item {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.overlay {
    position: relative;
}

.burger {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(241, 243, 244, 1);
    z-index: 20;
    padding: 0 20px;
    flex-direction: column;
    display: none;
}

.burger__search {
    width: 100%;
}

.burger__nav {
    margin-top: 40px;
}

.burger__nav .nav__list {
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.burger__nav .nav__list .nav__item {
    flex-direction: column;
}

.burger__nav .nav__list .nav__item:not(.nav__item--catalog) {
    display: inline-flex;
}

.burger__nav .nav__item--catalog {
    display: none;
}

.burger__nav .nav__item--active .nav__children {
    display: block;
    position: relative;
    top: 0;
    margin-top: 15px;
}

.burger__nav .nav__children ul {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.burger__nav .nav__child_item {
    position: relative;
    display: inline-flex;
    height: 42px;
    align-items: center;
    padding: 0 30px;
    font-size: 18px;
    color: rgba(58, 64, 80, 1);
    text-decoration: none;
    background: rgba(58, 64, 80, 0.1);
    border-radius: 10px;
    font-weight: bold;
}

.burger__city {
    margin: 48px auto 0 auto;
}

.burger__contacts {
    margin: 48px auto 0 auto;
}

.mobile-menu--active .burger {
    display: flex;
}

.mobile-menu--active {
    overflow: hidden;
}

.header-menu-close {
    display: none;
}

.mobile-menu--active .header-menu-burger {
    display: none;
}

.mobile-menu--active .header-menu-close {
    display: block;
}

.mobile-menu--active [data-mobile-menu] {
    background: rgba(205, 18, 60, 1);
}

.pagination {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 50px;
    justify-content: center;
}

.pagination a,
.pagination span {
    display: inline-flex;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(58, 64, 80, 1);
    border-radius: 10px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: rgba(58, 64, 80, 1);
}

.pagination a:hover,
.pagination span.active {
    background: rgba(58, 64, 80, 1);
    color: rgba(255, 255, 255, 1);
}

.pagination .pagination__prev,
.pagination .pagination__next {
    border: 1px solid rgba(205, 18, 60, 1);
    position: relative;
}

.pagination .pagination__prev:hover,
.pagination .pagination__next:hover {
    background: rgba(205, 18, 60, 1);
    color: rgba(255, 255, 255, 1);
}

.pagination__prev {
    margin-right: 20px;
}

.pagination__next {
    margin-left: 20px;
}

.pagination__prev:before,
.pagination__next:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 11px;
    background: rgba(205, 18, 60, 1);
    mask: url('/local/templates/wirbel/img/icon-chevron-down.svg') 0 0 no-repeat;
    -webkit-mask: url('/local/templates/wirbel/img/icon-chevron-down.svg') 0 0 no-repeat;
}

.pagination__prev:before {
    transform: rotate(90deg);
}

.pagination__next:before {
    transform: rotate(270deg);
}

.pagination__prev:hover:before,
.pagination__next:hover:before {
    background: #ffffff;
}

.popup {
    display: none;
    flex-direction: column;
    padding: 24px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
}

.popup--location {
    width: 90%;
    max-width: 400px;
    padding-left: 0;
    padding-right: 0;
}

.popup--buy {
    width: 90%;
    max-width: 690px;
}

.popup--ask {
    width: 90%;
    max-width: 630px;
}

.popup--request {
    width: 90%;
    max-width: 630px;
}

.popup__title {
    color: rgba(205, 18, 60, 1);
    font-size: 32px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
}

.popup .adm-fileinput-btn-panel {
    display: none;
}

.popup .adm-fileinput-wrapper-single {
    display: block;
}

.popup .adm-fileinput-wrapper-single .adm-fileinput-area {
    display: block;
    width: 100%;
    min-height: 0;
}

.popup .adm-fileinput-area .adm-fileinput-drag-area-hint {
    margin-top: 0;
}

.popup .adm-fileinput-drag-area-hint-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
}

.popup .adm-fileinput-drag-area-hint-icon svg {
    max-width: 100%;
    max-height: 100%;
}

.locations__search {
    padding-left: 24px;
    padding-right: 24px;
}

.locations__search input {
    width: 100%;
    border: 1px solid rgba(58, 64, 80, 0.2);
    border-radius: 10px;
    height: 44px;
    padding: 0 20px;
    font-size: 18px;
}

.locations__items {
    margin: 24px 0 0 0;
    padding: 0;
    list-style: none;
}

.locations__items li {
    margin: 0;
}

.locations__items li a {
    display: block;
    font-size: 18px;
    padding: 10px 24px;
    color: rgba(58, 64, 80, 1);
    text-decoration: none;
}

.locations__items li a:hover {
    background: #f3f3f7;
}

.one-click__product {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding: 14px 20px;
    border-radius: 10px;
    border: 1px solid rgba(56, 56, 56, 0.2);
    margin-top: 24px;
    margin-bottom: 45px;
}

.one-click__product-image {
    width: 100px;
    display: flex;
    align-items: center;
}

.one-click__product-info {
    flex: 1;
}

.one-click__product-name {
    font-size: 18px;
    line-height: 24px;
    color: rgba(56, 56, 56, 1);
    margin-bottom: 10px;
}

.one-click__product-price {
    font-size: 28px;
    line-height: 28px;
    color: rgba(56, 56, 56, 1);
    margin-top: 10px;
    font-weight: bold;
}

.popup--buy .form__body {
    margin-top: 0;
    margin-bottom: 0;
}

.checkbox {
    font-size: 14px;
    line-height: 18px;
    color: rgba(56, 56, 56, 1);
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.checkbox input {
    display: none !important;
}

.checkbox input + .checkbox__check {
    display: inline-flex;
    width: 26px;
    height: 26px;
    border: 2px solid rgba(7, 20, 28, 1);
}

.form__row.error .checkbox input + .checkbox__check {
    border-color: rgba(205, 18, 60, 1);
}

.checkbox input:checked + .checkbox__check {
    position: relative;
}

.checkbox input:checked + .checkbox__check:before {
    position: absolute;
    content: '';
    display: block;
    width: 16px;
    height: 13px;
    background: url('/local/templates/wirbel/img/check.svg') 0 0 no-repeat;
    top: 5px;
    left: 3px;
}

.radio {
    font-size: 14px;
    line-height: 18px;
    color: rgba(56, 56, 56, 1);
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.radio input {
    display: none !important;
}

.radio input + .radio__check {
    display: inline-flex;
    width: 26px;
    height: 26px;
    border: 2px solid rgba(7, 20, 28, 1);
    border-radius: 26px;
}

.radio__title {
    flex: 1;
}

.form__row.error .radio input + .radio__check {
    border-color: rgba(205, 18, 60, 1);
}

.radio input:checked + .radio__check {
    position: relative;
}

.radio input:checked + .radio__check:before {
    position: absolute;
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background: #CD123C;
    top: 4px;
    left: 4px;
}

.search__page {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.search__col {
    flex: 1;
}

.search__label {
    font-size: 18px;
    line-height: 24px;
    color: rgba(7, 20, 28, .7);
    margin-bottom: 6px;
}

.search__page .select select {
    background: #ffffff;
}

.search__filter {
    margin-top: 24px;
}

.search__footer {
    margin-top: 46px;
}

.search__form {
    margin-bottom: 70px;
}

.product__documents {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product__documents li {
    margin: 5px 0;
}

.product__documents li a {
    display: inline-flex;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: rgba(205, 18, 60, 1);
}

.product__documents li a:before {
    display: flex;
    content: '';
    width: 18px;
    height: 19px;
    mask: url('/local/templates/wirbel/img/icon-download.svg') center no-repeat;
    -webkit-mask: url('/local/templates/wirbel/img/icon-download.svg') center no-repeat;
    background: rgba(56, 56, 56, 1);
    position: absolute;
    top: 2px;
    left: 0;
}

.product__description {
    margin-top: 40px;
}

.order {
    border-top: 1px solid #1234531A;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.order__table {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-collapse: collapse;
    gap: 8px;
}

.order__table-head {
    font-weight: 600;
    background: #f5f5f5;
}

.order__table-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D2D2D2;
    padding: 10px 0;
}

.order__table-col {
    padding: 8px;
}

.order__table-col--product {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.order__table-col--price {
    flex: 0 0 20%;
    text-align: center;
}

.order__table-col--quantity {
    flex: 0 0 20%;
    text-align: center;
}

.order__table-col--actions {
    flex: 0 0 10%;
    text-align: right;
}

.order__table-name img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

.order__table-name {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #07141C;
}

.order__table-row + .order__table-row {
    border-top: 1px solid #eee;
}

.order__table-quantity {
    margin: 0 auto;
}

.order__table-name {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    max-width: 360px;
    color: #202020;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}

.order__table-name img {
    width: 100px;
}

.order__table-input {
    height: 44px;
    border: 1px solid rgba(58, 64, 80, 0.2);
    width: 90px;
    padding: 0 24px 0 10px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: transparent;
}

.order__total {
    background: #FFFFFF;
    padding: 25px 20px;
    border-radius: 20px;
    flex: 1;
}

.order__total-title {
    font-size: 28px;
    line-height: 32px;
    color: #202020;
    margin-bottom: 32px;
}

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

.order__total-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #202020;
}

.order__blocks {
    margin-top: 20px;
    flex-direction: column;
    display: flex;
}

.order__block {
    border-top: 1px solid #1234531A;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}

.order__block_section {
    width: 160px;
}

.order__block_title {
}

.order__coupon {
    margin-top: 14px;
}

.order__coupon-title {
    font-size: 16px;
    line-height: 20px;
    color: #202020;
    font-weight: bold;
}

.coupon {
    margin-top: 10px;
    position: relative;
}

.coupon__input {
    width: 100%;
    border: 1px solid rgba(58, 64, 80, 0.2);
    border-radius: 10px;
    height: 44px;
    padding: 0 20px;
    font-size: 16px;
}

.coupon__input:read-only {
    background: #F3F3F7;
}

.coupon__button {
    display: flex;
    width: 35px;
    height: 35px;
    background: #1234531A;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 5px;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    color: #969696;
}

.coupon__button:hover {
    background: #CD123C;
    color: #ffffff;
}

.coupon__status {
    margin-top: 10px;
}

.coupon__status--APPLIED {
    color: rgba(83, 161, 23, 1);
}

.coupon__status--BAD {
    color: rgba(205, 18, 60, 1);
}

.order__summary {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    font-size: 28px;
    line-height: 32px;
    color: #202020;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #1234531A;
}

.order__footer {
    margin-top: 22px;
}

.order__button {
    border: 2px solid #202020;
    width: 100%;
    text-align: center;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 18px;
    color: #202020;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
}

.order__button:hover {
    background: #3A4050;
    color: #ffffff;
}

.order__block_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
}

.order__block__agreement {
    margin-top: 24px;
}

.order__block__agreement.error .checkbox__check {
    border-color: rgba(205, 18, 60, 1);
}

.order__persons {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    margin-bottom: 24px;
}

.order__delivery_item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.order__delivery_container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.order__block_notes {
    font-size: 12px;
    padding: 4px 10px;
    background: rgba(58, 64, 80, 0.1);
    border-radius: 4px;
}
.order__block_content .radio {
    color: #82858D;
    font-size: 16px;
    flex-direction: row;
}

.order__block_content .form__row {
    width: 100%;
}

.order__block textarea {
    border: 1px solid rgba(56, 56, 56, 0.2);
    min-height: 120px;
    border-radius: 10px;
    background: rgba(56, 56, 56, 0.05);
    width: 100%;
    font-size: 14px;
    padding: 10px 15px;
    resize: vertical;
}

.order__errors {
    display: none;
    margin-bottom: 20px;
    padding: 20px;
    background: #F1F3F4;
    border-radius: 5px;
}

.confirm {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    max-width: 760px;
    margin-top: 100px;
}

.confirm__icon {
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirm__title {
    margin-top: 30px;
    color: #3A4050;
    font-size: 32px;
    line-height: 44px;
}

.confirm__description {
    color: #3A4050;
    font-size: 22px;
    line-height: 36px;
    margin-top: 34px;
    text-align: center;
}

.confirm__block {
    margin-top: 34px;
    text-align: center;
}

.confirm__block-title {
    color: #3A4050;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 8px;
}

.confirm__order-number {
    display: inline-flex;
    background: #EAEAEA;
    padding: 0 40px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 22px;
    color: #3A4050;
}

.confirm__basket {
    background: #FFFFFF;
    border-radius: 10px;
}

.confirm__basket-item {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
    padding: 20px;
    border-bottom: 1px solid #EAEAEA;
}

.confirm__basket-item-image {
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
}

.confirm__basket-item-title {
    font-size: 16px;
    line-height: 20px;
    color: #202020;
    max-width: 340px;
    text-align: left;
}

.filter {
}

.filter__section {
    margin-bottom: 24px;
}

.filter__title {
    font-size: 16px;
    line-height: 20px;
    color: #383838;
    margin-bottom: 8px;
}

.filter__checkboxes {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter__checkbox {
    font-size: 16px;
    line-height: 20px;
    color: #383838B2;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.filter__checkbox input {
    display: none;
}

.filter__checkbox.disabled {
    display: none;
}

.filter__section.disabled {
    display: none;
}

.filter__checkbox_check {
    display: inline-flex;
    width: 20px;
    height: 20px;
    border: 1px solid #38383880;
    border-radius: 5px;
    background: #FFFFFF80;
    position: relative;
}

.filter__checkbox input:checked + .filter__checkbox_check:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #CD123C;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 2px;
}

.filter__checkbox_text {
    flex: 1;
}

.filter__footer {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.filter__apply,
.filter__reset {
    display: flex;
    width: 100%;
    height: 40px;
    line-height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    background: #CD123C;
    cursor: pointer;
    border: 0;
    padding: 0 20px;
    font-weight: bold;
}

.filter__apply.loading {
    opacity: 0.5;
    cursor: not-allowed;
}

.filter__reset {
    background: #DFE1E4;
    color: #383838;
}

.filter__results {
    display: none;
    font-size: 12px;
    line-height: 34px;
    position: absolute;
    z-index: 930;
    height: 34px;
    padding: 0 10px;
    white-space: nowrap;
    color: #3f3f3f;
    border-top: 1px solid #c0d6dc;
    border-right: 1px solid #c0d7dd;
    border-bottom: 1px solid #c0d6dc;
    border-left: 1px solid #c0d7dd;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}

.filter__range {
    display: block;
    height: 16px;
    margin-top: 12px;
}

.filter__range_inputs {
    margin-top: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.filter__range_inputs input {
    height: 35px;
    background: #FFFFFF80;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 16px;
    color: #383838;
    width: 100%;
    border: 0;
}

.filter__select {
    height: 35px;
    background: #FFFFFF80;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 16px;
    color: #383838;
    width: 100%;
    border: 0;
}

.range {
    position: relative;
}

.range__container {
    margin: 0 8px;
    position: relative;
}

.range__container .ui-slider-range {
    background-color: #CD123C;
    height: 2px;
    position: absolute;
    z-index: 1;
    margin: 0 -8px;
}

.range__container .ui-slider-handle {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: #CD123C;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.range__values {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    top: 6px;
}

.range__value {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(58, 64, 80, 1);
}

.range:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 2px;
    background-color: #00000033;
    z-index: 0;
}

.catalog__filter {
    width: 100%;
    margin-bottom: 10px;
}

.catalog__filter_button {
    display: flex;
    width: 100%;
    height: 44px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 24px;
    border: 1px solid #3A4050;
    border-radius: 10px;
    background: #3A4050;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    position: relative;
}

.catalog__filter_button:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    mask: url('/local/templates/wirbel/img/icon-filter.svg') 0 0 no-repeat;
    -webkit-mask: url('/local/templates/wirbel/img/icon-filter.svg') 0 0 no-repeat;
    position: absolute;
    top: 13px;
    left: 50%;
    margin-left: -64px;
    background: #ffffff;
}

.catalog__filter_button.active {
    background: transparent;
    color: #3A4050;
}

.catalog__filter_button.active:before {
    background: #3A4050;
}

.footer__subscribe {
    background: #3A4050;
    padding: 24px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 96px;
}

.footer__subscribe_container {
    color: #FFFFFF;
}

.footer__subscribe_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.footer__subscribe_description {
    font-size: 16px;
    line-height: 30px;
    margin-top: 8px;
}

.footer__subscribe_form {
    width: 100%;
    max-width: 400px;
    position: relative;
}

.footer__subscribe_input {
    height: 56px;
    width: 100%;
    background: #F1F3F4;
    border: 1px solid #FFFFFF33;
    padding: 0 56px 0 14px;
    font-size: 16px;
    border-radius: 10px;
}

.footer__subscribe_input.error {
    border-color: #CD123C;
}

.footer__subscribe_button {
    width: 46px;
    height: 46px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CD123C;
    border: 0;
    cursor: pointer;
    color: #ffffff;
    top: 5px;
    right: 5px;
    position: absolute;
}

.footer__subscribe_success {
    color: #fff;
}

.footer__subscribe__agreement {
    margin-top: 10px;
}

.footer__subscribe__agreement .checkbox {
    color: #F1F3F4;
}

.footer__subscribe__agreement .checkbox input + .checkbox__check {
    width: 20px;
    height: 20px;
    border-color: #F1F3F4;
}

.footer__subscribe__agreement .checkbox input:checked + .checkbox__check:before {
    top: 1px;
    left: 1px;
}

.footer__subscribe__agreement.error .checkbox input + .checkbox__check {
    border-color: #CD123C;
}

.confirm__note {
    margin-top: 24px;
    font-size: 16px;
}

.confirm__content {

}

.confirm__error {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 40px;
}

.autocomplete-suggestions {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(235, 236, 237, 1);
    padding: 10px 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    overflow: hidden;
}

.autocomplete-suggestion {
    padding: 4px 10px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.autocomplete-selected {
    background: rgba(56, 56, 56, .1);
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: rgba(205, 18, 60, 1);
}

.cookie {
    background: #3A4050;
    padding: 24px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cookie .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 42px;
}

.cookie__text,
.cookie__text a {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

.cookie__action {
}

.cookie__button {
    display: inline-flex;
    height: 44px;
    padding: 0 82px;
    align-items: center;
    cursor: pointer;
    border-radius: 44px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.calculator {
    padding: 30px 40px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    max-width: 690px;
}

.calculator__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
    color: rgba(205, 18, 60, 1);
}

.calculator__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: rgba(32, 32, 32, 1);
}

.calculator__body {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.calculator__row {
}

.calculator__label {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(58, 64, 80, 1);
}

.calculator__values {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 10px;
}

.calculator__note {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgba(58, 64, 80, 0.7);
    margin-top: 10px;
}

.calculator__note p {
    margin: 0;
}

.calculator__slider {
    margin-bottom: 20px;
}

.calculator__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    max-height: 370px;
    overflow-y: auto;
}

.calculator__cards > * {
    min-width: 0;
}

.calculator__card {
    cursor: pointer;
}

.calculator__card input {
    display: none;
}

.calculator__card_body {
    border: 1px solid rgba(56, 56, 56, 0.2);
    display: flex;
    padding: 10px;
    border-radius: 10px;
    height: 176px;
    justify-content: space-between;
    flex-direction: column;
}

.calculator__card input:checked + .calculator__card_body {
    border-color: rgba(205, 18, 60, 1);
}

.calculator__card_image {
}

.calculator__card_image img {
}

.calculator__card_content {
}

.calculator__card_label {
    margin-top: 5px;
    max-width: 100%;
    display: inline-block;
    background: rgba(58, 64, 80, 0.1);
    height: 28px;
    padding: 0 10px;
    border-radius: 28px;
    line-height: 28px;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: rgba(56, 56, 56, 1);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.calculator__results {
    margin-top: 20px;
}

.calculator__results_title {
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    color: rgba(58, 64, 80, 1);
    margin-bottom: 20px;
}

.body--popup {
    overflow: hidden;
}

.body--popup .content {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.body--popup .content__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: auto;
    height: 90vh;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
}

.content__popup-close {
    display: none;
}

.body--popup .content__popup-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 16px;
    right: 16px;
    color: rgba(58, 64, 80, 1);
}

.body--popup .content h1 {
    display: none;
}

.body--popup:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(24, 24, 27, .95);
    z-index: 999;
}

.mohlenhoff {
}

.mohlenhoff__column {
    max-width: 600px;
}

.mohlenhoff__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 20px 0;
    border-bottom: 1px solid rgba(32, 32, 32, 0.2);
    margin-bottom: 25px;
}

.mohlenhoff .select {
}

.mohlenhoff .select select,
.mohlenhoff .input input[type=text] {
    background: #ffffff;
}

.mohlenhoff__measure {
    font-size: 16px;
    line-height: 20px;
    color: rgba(58, 64, 80, .5);
    position: absolute;
    content: '';
    top: 11px;
    right: 12px;
    pointer-events: none;
}

.mohlenhoff__label {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    color: rgba(32, 32, 32, 1);
}

.mohlenhoff__compare {
}

.mohlenhoff__compare_button {
    background: rgba(255, 255, 255, 1);
    border: 0;
    height: 44px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    padding: 0 22px;
}

.mohlenhoff__card_header {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.mohlenhoff__compare_button svg {
    margin-left: 10px;
}

.mohlenhoff__clear_button {
    background: rgba(255, 255, 255, 1);
    border: 0;
    height: 44px;
    width: 44px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
}

.mohlenhoff__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(32, 32, 32, 0.2);
    margin-bottom: 25px;
}

.mohlenhoff__form .select--with-measure select {
    padding: 0 110px 0 20px;
}

.mohlenhoff__form .select--with-measure:before {
    right: 72px;
}

.mohlenhoff__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.mohlenhoff__item {
}

.mohlenhoff__default_button {
    border: 2px solid rgba(32, 32, 32, 1);
    height: 52px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
}

.mohlenhoff__hint {
    font-size: 12px;
    line-height: 14px;
    color: #cd123c;
    margin-top: 5px;
}

.mohlenhoff__result {
    background: #ffffff;
    padding: 14px 16px;
    border-radius: 10px;
}

.mohlenhoff__products {
    margin-top: 25px;
}

.mohlenhoff__result_title {
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    color: rgba(58, 64, 80, 1);
    margin-bottom: 10px;
}

.mohlenhoff__product {
    font-size: 18px;
    line-height: 24px;
    color: rgba(56, 56, 56, 1);
    margin-bottom: 10px;
}

.mohlenhoff__characteristics {
    margin-top: 10px;
}

.mohlenhoff__characteristic {
    position: relative;
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mohlenhoff__characteristic:before {
    content: '';
    display: block;
    border-bottom: 1px dotted rgba(58, 64, 80, 0.2);
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
}

.mohlenhoff__characteristic span:nth-child(1) {
    display: inline-block;
    color: rgba(56, 56, 56, .5);
    background: #ffffff;
    z-index: 1;
    padding-right: 5px;
}

.mohlenhoff__characteristic span:nth-child(2) {
    display: inline-block;
    color: rgba(205, 18, 60, 1);
    background: #ffffff;
    z-index: 1;
    padding-left: 5px;
}

.mohlenhoff__footer {
    margin-top: 30px;
    font-size: 14px;
    line-height: 16px;
    color: rgba(205, 18, 60, 1);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.mohlenhoff__notes {
}

.mohlenhoff__note {
}

.calculator__mohlenhoff {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.calculator__mohlenhoff_column {
    flex: 1;
}

.covers {
    margin-bottom: 100px;
}

.covers__item {
}

.covers__item img {
    width: 100%;
}

.covers__image--large {
}

.covers__image--medium {
    display: none;
}

.covers__image--small {
    display: none;
}

.designers__block {
    margin-bottom: 100px;
}

.designers__title {
    margin-bottom: 36px;
    font-size: 34px;
    line-height: 36px;
}

.designers__partners {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 12px;
}

.designers__partner {
    background: #FFFFFF;
    padding: 20px 14px;
    border-radius: 10px;
}

.designers__partner_icon {
    height: 44px;
    margin-bottom: 28px;
}

.designers__partner_icon img {
    max-height: 100%;
}

.designers__partner_title {
    font-size: 18px;
    line-height: 24px;
}

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

.designers__material {

}

.designers__material_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    background: #FFFFFF;
    padding: 14px;
    border-radius: 10px;
}

.designers__material_image {
    height: 80px;
}

.designers__material_chevron {
    transform: rotate(180deg);
    color: #3A4050;
}

.designers__material_body {
    display: none;
    border-top: 1px solid #3A405033;
    background: #FFFFFF;
    padding: 14px;
    border-radius: 0 0 10px 10px;
}

.designers__material.active .designers__material_header {
    border-radius: 10px 10px 0 0;
}

.designers__material.active .designers__material_body {
    display: block;
}

.designers__material.active .designers__material_chevron {
    transform: rotate(0deg);
}

.designers__material_files {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.designers__material_file {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    background: #F1F3F4;
    padding: 12px 18px;
    border-radius: 10px;
    text-decoration: none;
}

.designers__material_filename {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #383838;
}

.designers__material_icon {
    color: #CD123C;
}

.events {
}

.event {
}

.event__image {
    height: 220px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}

.event__card {
    background: #FFFFFF;
    padding: 16px;
    border-radius: 0 0 10px 10px;
}

.event__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.event__type {
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    background: #3A405033;
    font-size: 16px;
    line-height: 30px;
    text-wrap: nowrap;
    color: #3A4050;
    border-radius: 30px;
}

.event__date {
    font-size: 16px;
    line-height: 30px;
    color: rgba(56, 56, 56, 0.5);
}

.event__date_label,
.event__date_value span {
    display: none;
}

.event__title {
    display: -webkit-box;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #383838;
}

.event__footer {
    margin-top: 16px;
}

.event__button {
    background: #CD123C;
    display: block;
    height: 54px;
    line-height: 54px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 10px;
    text-decoration: none;
}

.event--main {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}

.event--main .event__image {
    height: 380px;
    width: 655px;
}

.event--main .event__card {
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.event--main .event__header {
    flex-direction: row-reverse;
    margin-bottom: 24px;
}

.event--main .event__date {
    display: flex;
    flex-direction: row;
    gap: 12px
}

.event--main .event__date_label {
    display: inline-block;
    max-width: 155px;
    font-size: 20px;
    line-height: 24px;
    color: #3A4050;
    padding-right: 12px;
    border-right: 1px solid #3A405033;
}

.event--main .event__date_value {
    color: #CD123C;
    font-size: 20px;
    line-height: 24px;
}

.event--main .event__date_value span {
    display: block;
}

.event--main .event__title {
    height: auto;
}

.event--main .event__description {
    margin-top: 16px;
    font-size: 16px;
    line-height: 18px;
    color: #202020;
}

.event--main .event__button {
    display: inline-block;
    padding: 0 64px;
}

.event__button--disabled {
    background: #3A40504D;
    color: #FFFFFF;
    cursor: not-allowed;
}

.designers__form {
    background: #3A4050;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.designers__form .form {
    background: #3A4050;
}

.designers__form .form__title {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF80;
    padding-bottom: 30px;
}

.designers__form .form__body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 28px;
}

.designers__form .form__row {
    flex: 0 0 calc(50% - 14px);
}

.designers__form .form__row input,
.designers__form .form__row select,
.designers__form .input-wrap textarea {
    background: #F1F3F4;
    color: #3A4050;
}

.designers__form .input-wrap {
    width: 100%;
}

.designers__form .input-wrap textarea {
    width: 100%;
}

.designers__form .form__legal,
.designers__form .form__legal a {
    color: #fff;
}

.designers__column--padding {
    padding: 10px;
}

.designers__support {
    display: flex;
    position: relative;
    height: 100%;
    background: #F1F3F4;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px 20px;
    border-radius: 5px;
}

.designers__support__watermark {
    position: absolute;
    top: 50%;
    right: 0;
    width: 600px;
    height: 164px;
    transform: translate(50%, -50%);
    pointer-events: none;
}

.designers__support_logo {
    max-height: 120px;
}

.designers__support_logo img {
}

.designers__support_info {
}

.designers__support_title {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #3A4050;
    margin-bottom: 10px;
}

.designers__support_description {
    font-size: 18px;
    line-height: 24px;
    color: #202020;
}

.designers__support_contacts {
    margin-top: 42px;
}

.designers__support_contacts_row {
    font-size: 32px;
    line-height: 44px;
    color: #3A4050;
}

.filter-ajax-content {
    width: 100%;
}

.article__toc {
    background: #EAEAEA;
    padding: 20px;
    margin-bottom: 50px;
}

.article__toc_title {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #3A4050;
}

.toc {
    padding: 0;
    margin: 0;
    list-style: none;
}

.toc-item {
}

.toc-link {
    text-decoration: none;
}

.mohlenhoff__sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.mohlenhoff__sidebar_button {
    display: flex;
    min-width: 60px;
    height: 60px;
    border: 1px solid #CD123C;
    text-decoration: none;
    align-items: center;
    position: relative;
    background: #fff;
    z-index: 100;
    margin-right: -335px;
    transition: .2s all;
}

.mohlenhoff__sidebar_button:before {
    content: '';
    display: block;
    background: url('/local/templates/wirbel/img/icon-calc-pencil.png') center center no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
}

.mohlenhoff__sidebar_button:hover {
    margin-right: 0;
}

.mohlenhoff__sidebar_button:hover span {
    width: 100%;
}

.hidden {
    display: none;
}

.hidden--desktop {
    display: none;
}

.hidden--mobile {

}

@media (min-width: 768px) {
    .catalog__cards[data-view="grid"] .catalog__card,
    .swiper-wrapper .catalog__card {
        height: 500px;
    }

    .catalog__card-inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 20px;
        background: rgba(255, 255, 255, 1);
        border-radius: 10px;
    }

    .catalog__card:hover .catalog__card-inner {
        z-index: 10;
        box-shadow: 0 4px 20px 0 #38383826;
    }

    .catalog__cards[data-view="list"] {
        grid-template-columns: 1fr;
        grid-row-gap: 10px;
    }

    .catalog__cards[data-view="list"] .catalog__card-inner {
        display: flex;
        position: relative;
        flex-direction: row;
        gap: 24px;
        align-items: center;
        justify-content: space-between;
    }

    .catalog__cards[data-view="list"] .catalog__card-container {
        display: flex;
        padding: 15px;
        flex-direction: row;
        gap: 30px;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .catalog__cards[data-view="list"] .catalog__card-properties {
        display: none;
    }

    .catalog__cards[data-view="list"] .catalog__card-brand {
        position: relative;
        top: 0;
        left: 0;
    }

    .catalog__cards[data-view="list"] .catalog__card-product {
        display: flex;
        flex-direction: column-reverse;
    }

    .catalog__cards[data-view="list"] .catalog__card-image {
        height: 100px;
        width: 100px;
        padding: 0;
        margin-bottom: 0;
    }

    .catalog__cards[data-view="list"] .catalog__card-image img {
        max-width: max-content;
    }

    .catalog__cards[data-view="list"] .catalog__card-title {
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
        width: 260px;
        flex: 1;
    }

    .catalog__cards[data-view="list"] .catalog__card-price {
        text-wrap: nowrap;
        flex: 1;
    }

    .catalog__cards[data-view="list"] .catalog__card-button {
        text-indent: -999px;
        overflow: hidden;
        width: 44px;
    }

    .catalog__cards[data-view="list"] .catalog__card-button span {
        padding-left: 26px;
    }

    .catalog__cards[data-view="list"] .catalog__card-actions {
        position: relative;
        top: 0;
        right: 0;
        order: 5;
    }

    .catalog__cards[data-view="list"] .catalog__card-footer {
        margin-top: 0;
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .catalog__cards[data-view="list"] .catalog__card-info {
        display: flex;
        flex-direction: column;
        gap: 5px;
        font-size: 16px;
        flex: 1;
    }

    .catalog__cards[data-view="list"] .catalog__card-vendor-code {
        display: block;
    }

    .catalog__cards[data-view="list"] .catalog__card-quantity {
        display: block;
    }
}

@media (max-width: 1490px) {
    .block__actions {
        display: none;
    }

    .container {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }

    .swiper-cards .cards__nav {
        top: auto;
        left: 0;
        right: 0;
        bottom: -20px;
    }

    .block {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .block__footer {
        margin-top: -60px;
    }

    .block__header--between {
        justify-content: center;
    }

    .block__header {
        margin-bottom: 35px;
    }

    .block__content {
        padding-bottom: 80px;
    }
}

@media (max-width: 1200px) {
    h1 {
        font-size: 28px;
    }

    .header {
        justify-content: space-between;
    }

    .brands {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 15px;
        margin-bottom: 50px;
    }

    .brands__item {
        width: auto;
        height: 74px;
    }

    .promo {
        height: auto;
    }

    .footer {
        margin-top: 50px;
    }

    .footer__legal {
        flex-direction: column;
        gap: 14px;
        align-items: flex-start;
    }

    .select select,
    .select input,
    .catalog__sort {
        width: 100%;
    }

    .hidden--desktop {
        display: flex;
    }

    .hidden--mobile {
        display: none;
    }

    .catalog {
        flex-direction: column;
    }

    .catalog__title {
        padding-left: 0;
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .catalog__section-sidebar {
        display: none;
        position: absolute;
        z-index: 10;
        top: 114px;
        left: 0;
        right: 0;
    }

    .catalog__section-sidebar.active {
        display: flex;
    }

    .catalog__sections {
        background: rgba(223, 225, 228, 1);
        width: 100%;
    }

    .nav__list .nav__item:not(.nav__item--catalog) {
        display: none;
    }

    .nav__item--catalog {
        width: 100%;
    }

    .nav__item--catalog .nav__link {
        width: 100%;
        justify-content: center;
    }

    .nav__item--catalog .nav__link:before {
        left: 50%;
        margin-left: -50px;
    }

    .advantages {
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .advantages__title {
        font-size: 40px;
        line-height: 50px;
    }

    .welcome {
        background: url('/local/templates/wirbel/img/welcome-mobile.png') center no-repeat;
    );
        height: 1055px;
        background-size: cover;
    }

    .welcome__container {
        top: 370px;
        left: 0;
        margin: 0 10px;
    }

    .welcome__title {
        font-size: 18px;
        line-height: 20px;
        text-align: center;
    }

    .welcome__text {
        font-size: 14px;
        line-height: 16px;
    }

    .welcome__text ul {
        padding: 0;
    }

    .welcome__mission {
        font-size: 14px;
        line-height: 16px;
    }

    .product {
        display: block;
    }

    .product__image {
        display: none;
    }

    .product__images {
        width: auto;
        height: auto;
        display: block;
    }

    .model3d--viewer {
        height: 316px;
        z-index: 1000;
        position: relative;
    }

    .product__previews_nav {
        pointer-events: none;
    }

    .product__previews_nav--prev,
    .product__previews_nav--next {
        pointer-events: all
    }

    .product__preview {
        width: auto;
        height: 316px;
        border: 0;
    }

    .product__image_left {
        display: block;
        position: relative;
    }

    .product__container {
        margin-top: 12px;
    }

    .product__previews_nav {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        z-index: 10;
        transform: translateY(-50%);
        flex-direction: row-reverse;
    }

    .product__previews_nav--prev, .product__previews_nav--next {
        border: 0;
        transform: rotate(-90deg);
    }

    .product__title {
        font-size: 22px;
        line-height: 26px;
    }

    .product__subtitle {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 10px;
        color: rgba(56, 56, 56, 0.5);
    }

    .product__table-row {
        font-size: 10px;
        line-height: 20px;
    }

    .product__buttons {
        flex-direction: column;
    }

    .product__sale {
        margin-bottom: 20px;
    }

    .product__badges {
        grid-template-columns: 1fr;
        gap: 6px;
        margin-top: 20px;
    }

    .brand__item,
    .brand__item:nth-child(2n) {
        flex-direction: column;
        gap: 20px;
        padding-bottom: 28px;
        margin-bottom: 28px;
    }

    .brand__image {
        width: auto;
        height: 120px;
    }

    .brand__title {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .brand__description {
        margin-top: 12px;
        font-size: 16px;
        line-height: 20px;
    }

    .brand__footer {
        margin-top: 28px;
    }

    .contacts__block {
        flex-direction: column;
        gap: 40px;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .form {
        padding: 20px;
    }

    .form__footer {
        flex-direction: column;
    }

    .form__legal {
        order: 1;
    }

    .form__footer .button {
        order: 2;
    }

    .partnership__items {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin-bottom: 50px;
    }

    .partnership__item {
        padding: 24px 20px;
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .partnership__item:last-child {
        border-bottom: 0;
    }

    .partnership__advantages {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .partnership__advantages_list {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 0;
    }

    .partnership__advantages_container {
        right: 14px;
    }

    .form--partnership {
        background: #ffffff;
    }

    .about__main {
        height: auto;
        padding: 0 0 40px 0;
        margin-bottom: 50px;
    }

    .about__main:before {
        display: none;
    }

    .about__main_logo {
        height: 130px;
    }

    .about__main_text {
        padding: 0 20px;
    }

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

    .about__advantages {
        position: relative;
    }

    .about__advantages_container {
        position: absolute;
        right: 44px;
    }

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

    .covers__image--large {
        display: none;
    }

    .covers__image--medium {
        display: block;
    }

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

    .footer__nav {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .promo {
        height: auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .promo__buttons {
        display: none;
    }

    .promo .promo__nav {
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .promo__img--mobile {
        display: block;
    }

    .promo__img--desktop {
        display: none;
    }

    .main-sections {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .main-section__image {
        height: auto;
    }

    .main-section__title {
        margin-top: 30px;
    }

    .main-section {
        display: block;
    }

    .catalog__cards--3,
    .catalog__cards--4 {
        grid-template-columns: 1fr;
    }

    .catalog__card-image {
        height: auto;
    }

    .article__card-image {
        height: auto;
    }

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

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

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

    .promo__image {
        height: auto;
        margin-bottom: 0;
    }

    .promo__image img {
        width: 100%;
    }

    .delivery__block_items {
        position: absolute;
        left: 30px;
        right: 30px;
    }

    .delivery__block_item {
        font-size: 14px;
        line-height: 20px;
    }

    .delivery__block {
        margin-top: 30px;
        margin-bottom: 50px;
        position: relative;
    }

    .search__page {
        flex-direction: column;
    }

    .order__table-head {
        display: none;
    }

    .order__table-row {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

    .order__table-col--product {
        flex: 0 0 100%;
        margin-bottom: 8px;
    }

    .order__table-col--price,
    .order__table-col--quantity {
        flex: 0 0 50%;
        box-sizing: border-box;
        text-align: left;
    }

    .order__table-col--price {
        font-size: 20px;
    }

    .order__table-quantity {
        margin: 0 0 0 auto;
    }

    .order__table-col--actions {
        position: absolute;
        top: 0;
        right: 0;
    }

    .order__table-name img {
        width: 80px;
        height: 80px;
    }

    .order__block {
        flex-direction: column;
        gap: 20px
    }

    .catalog__header {
        flex-direction: column;
    }

    .breadcrumbs ul {
        gap: 4px;
    }

    .breadcrumbs ul li a, .breadcrumbs ul li span {
        font-size: 14px;
    }

    .footer__subscribe {
        flex-direction: column;
        gap: 32px;
    }

    .cookie .container {
        flex-direction: column;
    }

    .interior__filter {
        flex-direction: column;
    }

    .catalog__right {
        width: 100%;
    }

    .mohlenhoff__default_button,
    .mohlenhoff__compare_button {
        width: 100%;
    }

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

    .mohlenhoff__characteristic {
        flex-direction: column;
        align-items: start;
        height: auto;
    }

    .mohlenhoff__characteristic span:nth-child(2) {
        padding-left: 0;
    }

    .mohlenhoff__characteristic:before {
        display: none;
    }

    .calculator__mohlenhoff {
        flex-direction: column;
        gap: 0;
    }

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

    .calculator__results .catalog__cards--2 {
        grid-template-columns: 1fr;
    }

    .covers__image--medium {
        display: none;
    }

    .covers__image--small {
        display: block;
    }

    .covers {
        margin-bottom: 50px;
    }

    .designers__partners {
        grid-template-columns: 1fr;
        gap: 6px;
    }

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

    .designers__form {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 150px;
        border-radius: 10px;
    }

    .designers__support_logo,
    .designers__support__watermark {
        display: none;
    }

    .designers__support_title {
        font-size: 24px;
        line-height: 28px;
    }

    .designers__support_description {
        font-size: 14px;
        line-height: 18px;
    }

    .designers__support_contacts {
    }

    .designers__support_contacts_row {
        font-size: 20px;
        line-height: 32px;
    }

    .designers__form .form__row {
        flex: 0 0 100%;
    }

    .designers__block {
        margin-bottom: 50px;
    }

    .designers__title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .event.event--main {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .event--main .event__image {
        height: 220px;
        width: auto;
    }

    .event--main .event__header {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px;
    }

    .event--main .event__date_label,
    .event--main .event__date_value span {
        display: none;
    }

    .event--main .event__footer {
        margin-top: 16px;
    }

    .event--main .event__button {
        display: block;
    }

    .cookie {
        display: none;
    }

    .header__contacts,
    .header__city,
    .header__search {
        display: none;
    }
}
/* End */
/* /local/templates/wirbel/styles.css?17745098141116 */
/* /local/templates/wirbel/template_styles.css?1778685385103907 */
