section[id] {
scroll-margin-top: 84px;
}
.md-main-color-btn::after {
content: none !important;
display: none !important;
-webkit-animation: none !important;
animation: none !important;
} #products .catalog__container .container-flex {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: clamp(16px, 1.5vw, 26px);
align-items: stretch;
margin: 0;
}
#products .catalog__item {
width: 100%;
height: 100%;
margin: 0;
padding: 0 20px 22px;
border: 1px solid rgba(165, 154, 136, 0.28);
border-radius: 18px;
box-shadow: 0 10px 30px rgba(33, 29, 24, 0.07);
transition: transform 0.25s ease, box-shadow 0.25s ease;
}
@media (hover: hover) {
#products .catalog__item:hover {
transform: translateY(-4px);
box-shadow: 0 16px 36px rgba(33, 29, 24, 0.12);
}
}
#products .catalog__item .item-slider {
order: 1;
width: calc(100% + 40px);
height: auto !important;
min-height: 0 !important;
max-height: none !important;
aspect-ratio: 4 / 3;
flex: 0 0 auto;
margin: 0 0 40px -20px;
overflow: hidden;
}
#products .catalog__item .item-slider .swiper-container {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
}
#products .catalog__item .item-slider .swiper-wrapper,
#products .catalog__item .item-slider .swiper-slide {
width: 100%;
height: 100% !important;
min-height: 0 !important;
}
#products .catalog__item .item-slider .swiper-slide img {
display: block;
width: 100%;
height: 100% !important;
min-height: 0 !important;
object-fit: cover;
object-position: center;
}
#products .catalog__item .item-slider .slider-pagination {
bottom: -28px;
}
#products .catalog__item .item-slider .slider-pagination .swiper-pagination-bullet {
width: 8px;
height: 8px;
margin: 0 5px;
}
#products .catalog__item .item-name {
order: 2;
min-height: 56px;
margin: 0 0 14px;
padding: 0;
color: #171512;
font-size: 19px;
font-weight: 700;
line-height: 1.35;
letter-spacing: 0.01em;
pointer-events: auto;
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
#products .catalog__item .item-price {
order: 3;
justify-content: flex-start;
align-items: baseline;
gap: 10px;
margin: 0 0 16px;
padding: 0;
}
#products .catalog__item .item-price .current-price {
color: #2e2a24;
font-size: 16px;
font-weight: 600;
line-height: 1.2;
}
#products .catalog__item .item-price .current-price span {
font-size: 32px;
font-weight: 700;
}
#products .catalog__item .item-price .old-price {
color: #8f897f;
font-size: 13px;
line-height: 1.2;
}
#products .catalog__item .item-price .old-price span {
font-size: 16px;
}
#products .catalog__item .item-text {
order: 4;
min-height: 0;
margin: 0;
padding: 15px 0 18px;
border-top: 1px solid rgba(165, 154, 136, 0.24);
color: #4e4942;
font-size: 14px;
font-weight: 400;
line-height: 1.5;
letter-spacing: 0;
}
#products .catalog__item .item-text p {
margin: 0 0 6px;
}
#products .catalog__item .item-text p:last-child {
margin-bottom: 0;
}
#products .catalog__item .item-text b {
color: #24211d;
font-weight: 600;
}
#products .catalog__item .item-order {
order: 5;
width: 100%;
min-height: 52px;
height: auto;
margin: auto 0 0;
padding: 12px 18px;
border: 1px solid #a59a88;
border-radius: 14px;
font-size: 15px;
line-height: 1.2;
}
#products .catalog__item .info-price {
order: 6;
margin: 14px 0 0;
text-align: center;
}
#products .catalog__item .info-price .link {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 36px;
color: #514a40;
font-size: 14px;
font-weight: 600;
line-height: 1.2;
cursor: pointer;
} body.md-popup-open {
overflow: hidden;
}
[popupID="order-popup"] .main-popup {
width: min(680px, calc(100vw - 32px));
overflow: hidden;
border: 1px solid rgba(203, 191, 169, 0.32);
border-radius: 24px;
background: radial-gradient(circle at 100% 0, rgba(165, 154, 136, 0.22), transparent 38%), #11100e !important;
box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
}
[popupID="order-popup"] .main-popup__content {
position: relative;
padding: 44px 44px 36px;
}
[popupID="order-popup"] .main-popup__content::before {
content: "";
position: absolute;
top: 0;
left: 44px;
width: 88px;
height: 4px;
border-radius: 0 0 4px 4px;
background: #b2a58f;
}
[popupID="order-popup"] .calc-popup__eyebrow {
display: flex;
align-items: center;
gap: 9px;
margin-bottom: 16px;
color: #c8bba4;
font-size: 12px;
font-weight: 700;
line-height: 1.3;
letter-spacing: 0.08em;
text-transform: uppercase;
}
[popupID="order-popup"] .calc-popup__eyebrow span {
width: 8px;
height: 8px;
flex: 0 0 8px;
border-radius: 50%;
background: #b2a58f;
box-shadow: 0 0 0 5px rgba(178, 165, 143, 0.13);
}
[popupID="order-popup"] .main-popup__title {
max-width: 540px;
margin-bottom: 13px;
font-size: 40px;
line-height: 1.08;
text-align: left;
letter-spacing: -0.01em;
}
[popupID="order-popup"] .main-popup__text {
max-width: 555px;
margin-bottom: 22px;
color: rgba(255, 255, 255, 0.78);
font-size: 16px;
line-height: 1.45;
text-align: left;
letter-spacing: 0;
}
[popupID="order-popup"] .calc-popup__advantages {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
margin-bottom: 24px;
}
[popupID="order-popup"] .calc-popup__advantages > div {
display: flex;
flex-direction: column;
gap: 3px;
min-width: 0;
padding: 13px 15px;
border: 1px solid rgba(255, 255, 255, 0.09);
border-radius: 13px;
background: rgba(255, 255, 255, 0.05);
}
[popupID="order-popup"] .calc-popup__advantages b {
color: #fff;
font-size: 15px;
font-weight: 700;
line-height: 1.2;
}
[popupID="order-popup"] .calc-popup__advantages span {
color: rgba(255, 255, 255, 0.6);
font-size: 12px;
line-height: 1.3;
}
[popupID="order-popup"] .md-popup-form .form-text {
margin-bottom: 9px;
color: rgba(255, 255, 255, 0.72);
font-size: 12px;
font-weight: 700;
line-height: 1.35;
letter-spacing: 0.06em;
text-transform: uppercase;
}
[popupID="order-popup"] .md-popup-form .form-container {
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
width: 100%;
}
[popupID="order-popup"] .md-popup-form .form-select,
[popupID="order-popup"] .md-popup-form .form-input,
[popupID="order-popup"] .md-popup-form .form-btn {
width: 100%;
height: 58px;
margin: 0;
border-radius: 14px;
font-size: 15px;
}
[popupID="order-popup"] .md-popup-form .form-select span.current {
line-height: 58px;
}
[popupID="order-popup"] .md-popup-form .form-input,
[popupID="order-popup"] .md-popup-form .form-select {
border: 1px solid rgba(165, 154, 136, 0.26);
background-color: #fff;
}
[popupID="order-popup"] .md-popup-form .form-input:focus,
[popupID="order-popup"] .md-popup-form .form-select:focus-within {
border-color: #b2a58f;
box-shadow: 0 0 0 3px rgba(178, 165, 143, 0.16);
outline: none;
}
[popupID="order-popup"] .md-popup-form .form-btn {
border-color: #a99d88;
background: #a99d88;
}
@media (hover: hover) {
[popupID="order-popup"] .md-popup-form .form-btn:hover {
border-color: #bcaf99;
background: #bcaf99;
}
}
[popupID="order-popup"] .md-popup-form .form-btn span {
font-size: 16px;
font-weight: 600;
line-height: 1.2;
}
[popupID="order-popup"] .md-popup-form .form-checkbox {
width: 100%;
max-width: none;
margin-top: 16px;
justify-content: flex-start;
}
[popupID="order-popup"] .popup__close {
top: 20px;
right: 20px;
width: 24px;
height: 24px;
}
[popupID="order-popup"] .popup__close svg {
width: 18px;
height: 18px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
#products .catalog__container .container-flex {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media only screen and (max-width: 768px) {
.header,
.header.fixed {
background: rgba(22, 20, 18, 0.88) !important;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}
.header.open {
background: #f5f8f9 !important;
}
.side-fixed-links {
display: none !important;
}
body.page {
padding-bottom: 56px !important;
}
section[id] {
scroll-margin-top: 72px;
}
.catalog__container .container-flex {
display: block;
margin: 0;
}
.catalog__item {
width: 100%;
max-width: 520px;
margin: 0 auto 24px;
padding: 0 18px 24px;
}
.catalog:not(.md-all-items-visible) .catalog__item:nth-child(n + 5) {
display: none;
}
.catalog__item .item-slider {
width: calc(100% + 36px);
height: auto;
aspect-ratio: 4 / 3;
margin: 0 0 52px -18px;
}
.catalog__item .item-slider .swiper-container,
.catalog__item .item-slider .swiper-container .swiper-wrapper,
.catalog__item .item-slider .swiper-container .swiper-slide,
.catalog__item .item-slider .swiper-container .swiper-slide img {
width: 100%;
height: 100%;
}
.catalog__item .item-status {
left: auto;
right: 8px;
width: auto;
}
.catalog__item .item-price {
margin-bottom: 16px;
}
.catalog__item .item-price .current-price {
justify-content: flex-start;
font-size: 26px;
line-height: 1.2;
}
.catalog__item .item-price .old-price {
justify-content: flex-start;
}
.catalog__item .item-name {
min-height: 0;
margin-bottom: 14px;
font-size: 18px;
line-height: 1.3;
}
.catalog__item .item-text {
min-height: 0;
font-size: 14px;
line-height: 1.5;
}
.catalog__item .item-order {
width: 100%;
min-height: 48px;
}
#products .catalog__item {
padding: 0 16px 20px;
border-radius: 16px;
}
#products .catalog__container .container-flex {
display: grid;
grid-template-columns: minmax(0, 1fr);
gap: 24px;
margin: 0;
}
#products .catalog__item .item-slider {
width: calc(100% + 32px);
height: auto !important;
margin: 0 0 40px -16px;
}
#products .catalog__item .item-name {
min-height: 0;
margin-bottom: 12px;
font-size: 19px;
}
#products .catalog__item .item-price {
margin-bottom: 14px;
}
#products .catalog__item .item-price .current-price {
font-size: 15px;
}
#products .catalog__item .item-price .current-price span {
font-size: 30px;
}
#products .catalog__item .item-text {
padding: 14px 0 17px;
font-size: 14px;
}
#products .catalog__item .item-order {
width: 100%;
min-height: 50px;
font-size: 15px;
}
[popupID="order-popup"] {
padding: 16px 0;
}
[popupID="order-popup"] .main-popup__content {
padding: 38px 22px 26px;
}
[popupID="order-popup"] .main-popup__content::before {
left: 22px;
width: 70px;
}
[popupID="order-popup"] .calc-popup__eyebrow {
max-width: calc(100% - 30px);
margin-bottom: 14px;
font-size: 10px;
}
[popupID="order-popup"] .main-popup__title {
margin-bottom: 12px;
font-size: 30px;
line-height: 1.12;
}
[popupID="order-popup"] .main-popup__text {
margin-bottom: 18px;
font-size: 14px;
}
[popupID="order-popup"] .calc-popup__advantages {
gap: 8px;
margin-bottom: 20px;
}
[popupID="order-popup"] .calc-popup__advantages > div {
padding: 11px 12px;
}
[popupID="order-popup"] .calc-popup__advantages b {
font-size: 13px;
}
[popupID="order-popup"] .calc-popup__advantages span {
font-size: 11px;
}
[popupID="order-popup"] .md-popup-form .form-container {
grid-template-columns: minmax(0, 1fr);
gap: 9px;
}
[popupID="order-popup"] .md-popup-form .form-select,
[popupID="order-popup"] .md-popup-form .form-input,
[popupID="order-popup"] .md-popup-form .form-btn {
height: 52px;
}
[popupID="order-popup"] .md-popup-form .form-select span.current {
line-height: 52px;
}
[popupID="order-popup"] .md-popup-form .form-checkbox {
margin-top: 13px;
}
}
@media only screen and (max-width: 768px) and (max-height: 700px) {
[popupID="order-popup"] .main-popup__content {
padding-top: 32px;
padding-bottom: 22px;
}
[popupID="order-popup"] .calc-popup__eyebrow {
margin-bottom: 10px;
}
[popupID="order-popup"] .main-popup__title {
margin-bottom: 9px;
font-size: 27px;
}
[popupID="order-popup"] .main-popup__text {
margin-bottom: 15px;
font-size: 13px;
}
[popupID="order-popup"] .calc-popup__advantages {
display: none;
}
[popupID="order-popup"] .md-popup-form .form-select,
[popupID="order-popup"] .md-popup-form .form-input,
[popupID="order-popup"] .md-popup-form .form-btn {
height: 48px;
}
[popupID="order-popup"] .md-popup-form .form-select span.current {
line-height: 48px;
}
}